update the 3d branch after release experimental3D
authorkoda
Mon, 15 Nov 2010 12:37:39 +0100
branchexperimental3D
changeset 4343 19cbea33e4d2
parent 4006 45b63c2a694f (current diff)
parent 4341 46b8791e577f (diff)
child 4345 2c93d6a10869
update the 3d branch after release
QTfrontend/CMakeLists.txt
QTfrontend/pages.cpp
QTfrontend/pages.h
QTfrontend/res/btnMines.png
hedgewars/hwengine.pas
hedgewars/uConsts.pas
hedgewars/uMisc.pas
hedgewars/uStore.pas
hedgewars/uWorld.pas
misc/uSHA.pas
project_files/HedgewarsMobile/Classes/AboutViewController.xib
project_files/HedgewarsMobile/Classes/HelpPageInGameViewController.xib
project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.xib
project_files/HedgewarsMobile/Classes/SavedGamesViewController.xib
project_files/HedgewarsMobile/Classes/SupportViewController.xib
project_files/HedgewarsMobile/Resources/Frontend-iPad/bricks.png
project_files/HedgewarsMobile/Resources/Frontend-iPhone/backgroundBottom.png
project_files/HedgewarsMobile/Resources/Frontend-iPhone/backgroundLeft.png
project_files/HedgewarsMobile/Resources/Frontend-iPhone/backgroundRight.png
project_files/HedgewarsMobile/Resources/Frontend-iPhone/borderTop.png
project_files/HedgewarsMobile/Resources/Frontend-iPhone/networkButton.png
project_files/HedgewarsMobile/Resources/Frontend-iPhone/playButton.png
project_files/HedgewarsMobile/Resources/Frontend-iPhone/storeButton.png
project_files/HedgewarsMobile/Resources/Icons/LI-ipad-Landscape.png
project_files/HedgewarsMobile/Resources/Overlay/background_med.png
project_files/HedgewarsMobile/Resources/Overlay/background_small.png
project_files/HedgewarsMobile/Resources/surpise.png
share/hedgewars/Data/Graphics/Grenade.png
share/hedgewars/Data/Graphics/Hats/Reserved/51e46e89a4f7ee3ea760bb587063b202judo.png
share/hedgewars/Data/Graphics/Hats/Reserved/941fc72a68a50cebf562059816e8cb26RSR.png
share/hedgewars/Data/Graphics/Hats/Reserved/afaff8193505e29230b76f8c8dd78170lambda.png
share/hedgewars/Data/Graphics/Hats/Reserved/e587f6146ebfbdefdc028c591643f220Bob.png
share/hedgewars/Data/Graphics/Hats/Reserved/e587f6146ebfbdefdc028c591643f220Bub.png
share/hedgewars/Data/Graphics/Hats/Reserved/e587f6146ebfbdefdc028c591643f220Cororon.png
share/hedgewars/Data/Graphics/Hats/Reserved/e587f6146ebfbdefdc028c591643f220Kululun.png
tools/MissionsEditor/MissionsEditor.pro
tools/MissionsEditor/editor.cpp
tools/MissionsEditor/editor.h
tools/MissionsEditor/editor.ui
tools/MissionsEditor/hedgehogedit.cpp
tools/MissionsEditor/hedgehogedit.h
tools/MissionsEditor/hedgehogedit.ui
tools/MissionsEditor/main.cpp
tools/MissionsEditor/teamedit.cpp
tools/MissionsEditor/teamedit.h
tools/MissionsEditor/teamedit.ui
--- a/CMakeLists.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -7,7 +7,7 @@
 	cmake_policy(SET CMP0012 NEW)
 ENDIF()
 
-#detect subversion revision (if present)
+#detect Mercurial revision (if present)
 set(version_suffix "-dev") #UNSET THIS VARIABLE AT RELEASE TIME
 IF(version_suffix MATCHES "-dev")
 	set(HW_DEV true)
@@ -35,7 +35,7 @@
 
 set(CPACK_PACKAGE_VERSION_MAJOR "0")
 set(CPACK_PACKAGE_VERSION_MINOR "9")
-set(CPACK_PACKAGE_VERSION_PATCH "14${version_suffix}")
+set(CPACK_PACKAGE_VERSION_PATCH "15${version_suffix}")
 
 #forbid in-tree building
 #IF (${CMAKE_SOURCE_DIR} MATCHES ${CMAKE_BINARY_DIR})
@@ -150,10 +150,6 @@
 set(CMAKE_CXX_FLAGS_DEBUG ${CMAKE_C_FLAGS_DEBUG})
 
 set(pascal_compiler_flags_cmn "-B" "-FE../bin" "-Cs2000000" "-vewn" ${pascal_compiler_flags_cmn})
-if(LOWRES)
-	set(pascal_compiler_flags_cmn "-dLOWRES" ${pascal_compiler_flags_cmn})
-	add_definitions(-DLOWRES)
-endif(LOWRES)
 
 if(Optz)
 #	set(pascal_compiler_flags_cmn "-O3" "-OpPENTIUM4" "-CfSSE3" "-Xs" "-Si" ${pascal_compiler_flags_cmn})
@@ -173,7 +169,7 @@
 set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
 
 set(HEDGEWARS_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
-set(HEDGEWARS_PROTO_VER 32)
+set(HEDGEWARS_PROTO_VER 34)
 
 if(WITH_SERVER)
 	message(STATUS "Server is going to be built! Make sure you have GHC installed")
@@ -218,6 +214,7 @@
 
 set(CPACK_SOURCE_IGNORE_FILES
 	"~"
+	"\\\\.hg"
 	"\\\\.svn"
 	"\\\\.exe$"
 	"\\\\.a$"
@@ -233,7 +230,11 @@
 	"\\\\.tmp$"
 	"\\\\.core$"
 	"\\\\.sh$"
+	"\\\\.sifz$"
+	"\\\\.svg$"
+	"\\\\.svgz$"
 	"\\\\.ppu$"
+	"\\\\.psd$"
 	"\\\\.o$"
 	"Makefile"
 	"Doxyfile"
@@ -246,7 +247,10 @@
 	"hwconsts.cpp$"
 	"playlist.inc$"
 	"CPack"
-#	"^${CMAKE_CURRENT_SOURCE_DIR}/misc/libopenalbridge"
+	"cmake_install.cmake$"
+	"config.inc$"
+	"hwengine.desktop$"
+#   "^${CMAKE_CURRENT_SOURCE_DIR}/misc/libopenalbridge"
 	"^${CMAKE_CURRENT_SOURCE_DIR}/project_files/HedgewarsMobile/"
 	"^${CMAKE_CURRENT_SOURCE_DIR}/bin/[a-z]"
 	"^${CMAKE_CURRENT_SOURCE_DIR}/tools/templates"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CREDITS	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,51 @@
+EXTENDED CREDITS LIST
+
+==========
+= FONTS
+==========
+- see Fonts_LICENSE.txt
+
+==========
+= HATS
+==========
+- Robinator -> Terminator (2010)
+- shingo666 -> Samus (2010)
+- MeinCookie95 -> InfernalHorns (2010)
+- MeinCookie95 -> Mummy (2010)
+- thuban -> Elvis (2010)
+- Miphica -> Disguise (2010)
+- Blayde -> Deer (2010), Moose (2010)
+- hillis -> AkuAku (2010)
+- Lortinak -> OldMan (2010), ShortHair (2010)
+- chujoii -> BrainSlug (2010), Dragon (2010), Ladle (2010), Laminaria (2010), Pantsu (2010), Pig (2010), Plunger (2010), SauceBoat (2010), ShaggyYeti (2010), SleepWalker (2010), SunWukong (2010), Teapot (2010), Teacup (2010), Zombi (2010)
+
+==========
+= MAPS
+==========
+- John Dum <fizzy@gmail.com> -> Bath (2008), Hedgelove (2008), Hedgewars (2008), Hydrant (2008), mushrooms (2008), Plane (2008)
+- Joshua Frese <joshfrese@gmail.com> -> Bamboo (2008), EarthRise (2008), Freeway (2008), BambooPlinko (2008)
+- Stanko Tadić <stanko@mfhinc.net> -> Castle (2008), PirateFlag (2008)
+- dctPL -> Sticks (2010)
+- wolfmark & Dragonfly -> TrophyRace (2010), ShoppaKing (2010)
+
+==========
+= MUSIC
+==========
+- John Dum <fizzy@gmail.com> -> Nature theme
+- Jonatan Nilsson <jonatanfan@gmail.com> -> Pirate theme, City theme, Oriental theme, Snow theme
+
+==========
+= THEMES
+==========
+- John Dum <fizzy@gmail.com> -> Nature (2008), Snow (2008), City
+- Joshua Frese <joshfrese@gmail.com> -> Bamboo (2008), EarthRise (2008), Freeway (2008), BambooPlinko (2008)
+- Stanko Tadić <stanko@mfhinc.net> -> Hell (2008)
+- Julien Koesten <julienkoesten@aol.com> -> Sheep (2008)
+- KoRn666 - Jungle (2010)
+
+==========
+= VOICES
+==========
+- Stephen Alexander <ArmagonNo1@gmail.com>
+
+ALL OTHER CONTENT IS PROPERTY OF Andrey Korotaev <unC0Rr@gmail.com> UNLESS OTHERWISE SPECIFIED
\ No newline at end of file
--- a/ChangeLog.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/ChangeLog.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -1,6 +1,44 @@
 + features
 * bugfixes
 
+0.9.13 -> 0.9.14:
+ + New audio tracks
+ + New forts: EvilChicken, Tank
+ + New game modes: AI Survival Mode, Per Hedgehog Ammo, Reset Health, Reset Weapons, Unlimited Attacks
+ + New grave: ring
+ + Over 30 new hats
+ + New themes: Art, Brick, Jungle, Stage
+ + New maps: ShoppaKing, Sticks, TrophyRace (Mission)
+ + New utilities: Portal Gun, Resurrector
+ + New weapons: Flamethrower, Hammer, Old Limburger, Piano Strike, Sticky Mines
+ + Weapons' projectiles will now be launched from their barrels instead of the hog's center
+ + Flying Saucers may be used for moving below the water surface
+ + New default game schemes: Clean Slate, Fort Mode, Timeless, Thinking with Portals, King Mode
+ + New default weapon set: Clean Slate, Thinking with Portals
+ + Bomb clusters/Melon parts inherit some of the original bomb's speed
+ + Extended game statistics
+ + Improved health bar updating
+ + Hogs that blow themselves up will use triggers in their team color
+ + Settings allow better control over the level of details/effects
+ + Improved Lua support
+ + On empty ammo switch to no weapon rather than the first available one (to avoid shooting by accident)
+ + Display of hints in the frontend
+ + Some improvements of existing Themes of Maps
+ + Land destruction effects added
+ + Improved fire effects
+ + Improved Melon explosion effects
+ + Online game lobby now features game filters
+ + Other Frontend enhancements
+ + Additional sounds
+ + Show special game rules in Esc screen
+ + Updated translation
+ + Speed optimizations
+ + Hedgewars will now use a sub directory of "My Documents" like other games instead of "%userprofile%/.hedgewars" under Windows
+ + Added support for graphics cards/drivers that have a 512x512 pixel textures limit
+ + Team colors are more distinguishable from each other now
+ * Fixed bug that allowed charging a weapon while on rope, leading to frozen timer
+ * Various bug fixes
+
 0.9.12 -> 0.9.13:
  + Speed optimizations
  + New weapon: Birdy (carries your hog and lets you throw poisonous eggs at your foes)
@@ -221,7 +259,7 @@
  + New animations, weapon sprites
  + New themes 'Snow' and 'Nature'
  + Many new sounds
- + Hedgehog somersaults like in worms
+ + Hedgehog backjump
  + Automated parachute
  + Hedgehog can jump even when someone is on its head
  * Improve and bugfix statistics
--- a/INSTALL	Wed Oct 27 14:23:47 2010 +0200
+++ b/INSTALL	Mon Nov 15 12:37:39 2010 +0100
@@ -23,7 +23,7 @@
 
 $ cmake -DCMAKE_BUILD_TYPE="Release" -DBUNDLE=1 .
 
-if you have QT installed but it is not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake"
+if you have Qt installed but it is not found you can set it up with -DQT_QMAKE_EXECUTABLE="path_to_qmake"
 
 2. Compile:
 $ make
--- a/QTfrontend/CMakeLists.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -1,5 +1,5 @@
 # Configure for Qt4
-set(QT_MIN_VERSION "4.4.0")
+set(QT_MIN_VERSION "4.5.0")
 
 set(QT_USE_QTCORE TRUE)
 set(QT_USE_QTGUI TRUE)
--- a/QTfrontend/about.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/about.cpp	Mon Nov 15 12:37:39 2010 +0100
@@ -74,15 +74,16 @@
             "Frontend improvements: Martin Minarik &lt;<a href=\"mailto:ttsmj@pokec.sk\">ttsmj@pokec.sk</a>&gt;<br>"
             "Frontend improvements: Kristian Lehmann &lt;<a href=\"mailto:email@thexception.net\">email@thexception.net</a>&gt;<br>"
             "Mac OS X/iPhone port, OpenGL-ES conversion: Vittorio Giovara &lt;<a href=\"mailto:vittorio.giovara@gmail.com\">vittorio.giovara@gmail.com</a>&gt;<br>"
-            "Gamepad and Lua integration, misc effects: Mario Liebisch &lt;<a href=\"mailto:mario.liebisch@gmail.com\">mario.liebisch@gmail.com</a>&gt;<br>"
+            "Gamepad and Lua integration: Mario Liebisch &lt;<a href=\"mailto:mario.liebisch@gmail.com\">mario.liebisch@gmail.com</a>&gt;<br>"
             "Many engine improvements and graphics: Carlos Vives &lt;<a href=\"mailto:mail@carlosvives.es\">mail@carlosvives.es</a>&gt;<br>"
             "Few engine and frontend improvements: Richard Karolyi &lt;<a href=\"mailto:sheepluva@ercatec.net\">sheepluva@ercatec.net</a>&gt;<br>"
-            "Maze maps: Henning K&uuml;hn &lt;<a href=\"mailto:prg@cooco.de\">prg@cooco.de</a>&gt;"
+            "Maze maps: Henning K&uuml;hn &lt;<a href=\"mailto:prg@cooco.de\">prg@cooco.de</a>&gt;<br>"
+            "Engine and frontend improvements: Henrik Rostedt &lt;<a href=\"mailto:henrik.rostedt@gmail.com\">henrik.rostedt@gmail.com</a>&gt;<br>"
             "</p><h2>" +
 
             QLabel::tr("Art:") + "</h2>"
             + QString::fromUtf8(
-            "<p>Finn Brice &lt;<a href=\"mailto:tiyuri@gmail.com\">tiyuri@gmail.com</a>&gt;"
+            "<p>John Dum &lt;<a href=\"mailto:fizzy@gmail.com\">fizzy@gmail.com</a>&gt;"
             "<br>"
             "Joshua Frese &lt;<a href=\"mailto:joshfrese@gmail.com\">joshfrese@gmail.com</a>&gt;"
             "<br>"
@@ -99,7 +100,7 @@
             QLabel::tr("Sounds:") + "</h2>"
             "Hedgehogs voice: Stephen Alexander &lt;<a href=\"mailto:ArmagonNo1@gmail.com\">ArmagonNo1@gmail.com</a>&gt;"
             "<br>"
-            "Finn Brice &lt;<a href=\"mailto:tiyuri@gmail.com\">tiyuri@gmail.com</a>&gt;"
+            "John Dum &lt;<a href=\"mailto:fizzy@gmail.com\">fizzy@gmail.com</a>&gt;"
             "<br>"
             "Jonatan Nilsson &lt;<a href=\"mailto:jonatanfan@gmail.com\">jonatanfan@gmail.com</a>&gt;"
             "<br>"
@@ -123,14 +124,14 @@
             "Russian: Andrey Korotaev &lt;<a href=\"mailto:unC0Rr@gmail.com\">unC0Rr@gmail.com</a>&gt;<br>"
             "Slovak: Jose Riha<br>"
             "Spanish: Carlos Vives &lt;<a href=\"mailto:mail@carlosvives.es\">mail@carlosvives.es</a>&gt;<br>"
-            "Swedish: Niklas Grahn &lt;<a href=\"mailto:raewolusjoon@yaoo.com\">raewolusjoon@yaoo.com</a>&gt;<br>"
+            "Swedish: Niklas Grahn &lt;<a href=\"mailto:raewolusjoon@yaoo.com\">raewolusjoon@yaoo.com</a>&gt;, Henrik Rostedt &lt;<a href=\"mailto:henrik.rostedt@gmail.com\">henrik.rostedt@gmail.com</a>&gt;<br>"
             "Ukrainian: Eugene V. Lyubimkin &lt;<a href=\"mailto:jackyf.devel@gmail.com\">jackyf.devel@gmail.com</a>&gt;"
             "</p><h2>") +
 
             QLabel::tr("Special thanks:") + "</h2><p>"
             "Aleksey Andreev &lt;<a href=\"mailto:blaknayabr@gmail.com\">blaknayabr@gmail.com</a>&gt;<br>"
             "Aleksander Rudalev &lt;<a href=\"mailto:alexv@pomorsu.ru\">alexv@pomorsu.ru</a>&gt;<br>"
-            "Natasha Stafeeva &lt;<a href=\"mailto:layout@pisem.net\">layout@pisem.net</a>&gt;<br>"
+            "Natasha Korotaeva &lt;<a href=\"mailto:layout@pisem.net\">layout@pisem.net</a>&gt;<br>"
             "Adam Higerd (aka ahigerd at FreeNode)"
             "</p>"
             );
--- a/QTfrontend/ammoSchemeModel.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/ammoSchemeModel.cpp	Mon Nov 15 12:37:39 2010 +0100
@@ -31,7 +31,7 @@
         << QVariant(false)         // low gravity    5
         << QVariant(false)         // laser sight    6
         << QVariant(false)         // invulnerable   7
-        << QVariant(true)          // add mines      8
+        << QVariant(false)         // reset health   8
         << QVariant(false)         // vampiric       9
         << QVariant(false)         // karma          10
         << QVariant(false)         // artillery      11
@@ -39,36 +39,46 @@
         << QVariant(false)         // king           13
         << QVariant(false)         // place hog      14
         << QVariant(false)         // shared ammo    15
-        << QVariant(false)         //disable girders 16
+        << QVariant(false)         // disable girders 16
         << QVariant(false)         // disable land objects 17
         << QVariant(false)         // AI survival    18
         << QVariant(false)         // inf. attack    19
         << QVariant(false)         // reset weps     20
         << QVariant(false)         // per hog ammo   21
-        << QVariant(100)           // damage modfier 22
-        << QVariant(45)            // turn time      23
-        << QVariant(100)           // init health    24
-        << QVariant(15)            // sudden death   25
-        << QVariant(5)             // case prob      26
-        << QVariant(3)             //  mines time    27
-        << QVariant(4)             //  landadds      28
-        << QVariant(0)             // mine dud pct   29
-        << QVariant(2)             // explosives     30
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(45)            // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(5)             // case prob      28
+        << QVariant(3)             // mines time     29
+        << QVariant(4)             // mines number   30
+        << QVariant(0)             // mine dud pct   31
+        << QVariant(2)             // explosives     32
+        << QVariant(35)            // health case pct 33
+        << QVariant(25)            // health case amt 34
+        << QVariant(47)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
         ;
 
 AmmoSchemeModel::AmmoSchemeModel(QObject* parent, const QString & fileName) :
     QAbstractTableModel(parent),
     fileConfig(fileName, QSettings::IniFormat)
 {
-    QStringList predefSchemesNames;
-    predefSchemesNames
+    predefSchemesNames = QStringList()
         << "Default"
         << "Pro Mode"
         << "Shoppa"
-        << "Basketball"
+        << "Clean Slate"
         << "Minefield"
         << "Barrel Mayhem"
-        << "Tunnel Hogs";
+        << "Tunnel Hogs"
+        << "Fort Mode"
+        << "Timeless"
+        << "Thinking with Portals"
+        << "King Mode"
+        ;
 
     numberOfDefaultSchemes = predefSchemesNames.size();
 
@@ -81,7 +91,7 @@
         << "lowgrav"          //  5
         << "laser"            //  6
         << "invulnerability"  //  7
-        << "mines"            //  8
+        << "resethealth"      //  8
         << "vampiric"         //  9
         << "karma"            // 10
         << "artillery"        // 11
@@ -95,15 +105,21 @@
         << "infattack"        // 19
         << "resetweps"        // 20
         << "perhogammo"       // 21
-        << "damagefactor"     // 22
-        << "turntime"         // 23
-        << "health"           // 24
-        << "suddendeath"      // 25
-        << "caseprobability"  // 26
-        << "minestime"        // 27
-        << "landadds"         // 28
-        << "minedudpct"       // 29
-        << "explosives"       // 30
+        << "disablewind"      // 22
+        << "morewind"         // 23
+        << "damagefactor"     // 24
+        << "turntime"         // 25
+        << "health"           // 26
+        << "suddendeath"      // 27
+        << "caseprobability"  // 28
+        << "minestime"        // 29
+        << "minesnum"         // 30
+        << "minedudpct"       // 31
+        << "explosives"       // 32
+        << "healthprobability" // 33
+        << "healthcaseamount" // 34
+        << "waterrise"        // 35
+        << "healthdecrease"   // 36
         ;
 
     QList<QVariant> proMode;
@@ -116,7 +132,7 @@
         << QVariant(false)         // low gravity    5
         << QVariant(false)         // laser sight    6
         << QVariant(false)         // invulnerable   7
-        << QVariant(false)         // add mines      8
+        << QVariant(false)         // reset health   8
         << QVariant(false)         // vampiric       9
         << QVariant(false)         // karma          10
         << QVariant(false)         // artillery      11
@@ -124,21 +140,27 @@
         << QVariant(false)         // king           13
         << QVariant(false)         // place hog      14
         << QVariant(true)          // shared ammo    15
-        << QVariant(false)         //disable girders 16
+        << QVariant(false)         // disable girders 16
         << QVariant(false)         // disable land objects 17
         << QVariant(false)         // AI survival    18
         << QVariant(false)         // inf. attack    19
         << QVariant(false)         // reset weps     20
         << QVariant(false)         // per hog ammo   21
-        << QVariant(100)           // damage modfier 22
-        << QVariant(15)            // turn time      23
-        << QVariant(100)           // init health    24
-        << QVariant(15)            // sudden death   25
-        << QVariant(0)             // case prob      26
-        << QVariant(3)             //  mines time    27
-        << QVariant(4)             //  landadds      28
-        << QVariant(0)             // mine dud pct   29
-        << QVariant(2)             // explosives     30
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(15)            // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(0)             // case prob      28
+        << QVariant(3)             // mines time     29
+        << QVariant(0)             // mines number   30
+        << QVariant(0)             // mine dud pct   31
+        << QVariant(2)             // explosives     32
+        << QVariant(35)            // health case pct 33
+        << QVariant(25)            // health case amt 34
+        << QVariant(47)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
         ;
 
     QList<QVariant> shoppa;
@@ -151,7 +173,7 @@
         << QVariant(false)         // low gravity    5
         << QVariant(false)         // laser sight    6
         << QVariant(false)         // invulnerable   7
-        << QVariant(false)         // add mines      8
+        << QVariant(false)         // reset health   8
         << QVariant(false)         // vampiric       9
         << QVariant(false)         // karma          10
         << QVariant(false)         // artillery      11
@@ -159,56 +181,68 @@
         << QVariant(false)         // king           13
         << QVariant(false)         // place hog      14
         << QVariant(true)          // shared ammo    15
-        << QVariant(true)          //disable girders 16
+        << QVariant(true)          // disable girders 16
         << QVariant(false)         // disable land objects 17
         << QVariant(false)         // AI survival    18
         << QVariant(false)         // inf. attack    19
         << QVariant(false)         // reset weps     20
         << QVariant(false)         // per hog ammo   21
-        << QVariant(100)           // damage modfier 22
-        << QVariant(30)            // turn time      23
-        << QVariant(100)           // init health    24
-        << QVariant(50)            // sudden death   25
-        << QVariant(1)             // case prob      26
-        << QVariant(3)             //  mines time    27
-        << QVariant(4)             //  landadds      28
-        << QVariant(0)             // mine dud pct   29
-        << QVariant(0)             // explosives     30
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(30)            // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(50)            // sudden death   27
+        << QVariant(1)             // case prob      28
+        << QVariant(3)             // mines time     29
+        << QVariant(0)             // mines number   30
+        << QVariant(0)             // mine dud pct   31
+        << QVariant(0)             // explosives     32
+        << QVariant(0)             // health case pct 33
+        << QVariant(25)            // health case amt 34
+        << QVariant(47)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
         ;
 
-    QList<QVariant> basketball;
-    basketball
+    QList<QVariant> cleanslate;
+    cleanslate
         << predefSchemesNames[3]   // name           0
         << QVariant(false)         // fortsmode      1
         << QVariant(false)         // team divide    2
-        << QVariant(true)          // solid land     3
-        << QVariant(true)          // border         4
-        << QVariant(true)          // low gravity    5
+        << QVariant(false)         // solid land     3
+        << QVariant(false)         // border         4
+        << QVariant(false)         // low gravity    5
         << QVariant(false)         // laser sight    6
-        << QVariant(true)          // invulnerable   7
-        << QVariant(false)         // add mines      8
+        << QVariant(false)         // invulnerable   7
+        << QVariant(true)          // reset health   8
         << QVariant(false)         // vampiric       9
         << QVariant(false)         // karma          10
         << QVariant(false)         // artillery      11
         << QVariant(true)          // random order   12
         << QVariant(false)         // king           13
         << QVariant(false)         // place hog      14
-        << QVariant(true)          // shared ammo    15
-        << QVariant(true)          //disable girders 16
+        << QVariant(false)         // shared ammo    15
+        << QVariant(false)         // disable girders 16
         << QVariant(false)         // disable land objects 17
         << QVariant(false)         // AI survival    18
-        << QVariant(false)         // inf. attack    19
-        << QVariant(false)         // reset weps     20
+        << QVariant(true)          // inf. attack    19
+        << QVariant(true)          // reset weps     20
         << QVariant(false)         // per hog ammo   21
-        << QVariant(100)           // damage modfier 22
-        << QVariant(30)            // turn time      23
-        << QVariant(100)           // init health    24
-        << QVariant(15)            // sudden death   25
-        << QVariant(0)             // case prob      26
-        << QVariant(3)             //  mines time    27
-        << QVariant(4)             //  landadds      28
-        << QVariant(0)             // mine dud pct   29
-        << QVariant(0)             // explosives     30
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(45)            // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(5)             // case prob      28
+        << QVariant(3)             // mines time     29
+        << QVariant(4)             // mines number   30
+        << QVariant(0)             // mine dud pct   31
+        << QVariant(2)             // explosives     32
+        << QVariant(35)            // health case pct 33
+        << QVariant(25)            // health case amt 34
+        << QVariant(47)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
         ;
 
     QList<QVariant> minefield;
@@ -221,7 +255,7 @@
         << QVariant(false)         // low gravity    5
         << QVariant(false)         // laser sight    6
         << QVariant(false)         // invulnerable   7
-        << QVariant(true)          // add mines      8
+        << QVariant(false)         // reset health   8
         << QVariant(false)         // vampiric       9
         << QVariant(false)         // karma          10
         << QVariant(false)         // artillery      11
@@ -229,21 +263,27 @@
         << QVariant(false)         // king           13
         << QVariant(false)         // place hog      14
         << QVariant(true)          // shared ammo    15
-        << QVariant(true)          //disable girders 16
+        << QVariant(true)          // disable girders 16
         << QVariant(false)         // disable land objects 17
         << QVariant(false)         // AI survival    18
         << QVariant(false)         // inf. attack    19
         << QVariant(false)         // reset weps     20
         << QVariant(false)         // per hog ammo   21
-        << QVariant(150)           // damage modfier 22
-        << QVariant(30)            // turn time      23
-        << QVariant(50)            // init health    24
-        << QVariant(15)            // sudden death   25
-        << QVariant(0)             // case prob      26
-        << QVariant(0)             //  mines time    27
-        << QVariant(80)            //  landadds      28
-        << QVariant(0)             // mine dud pct   29
-        << QVariant(0)             // explosives     30
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(150)           // damage modfier 24
+        << QVariant(30)            // turn time      25
+        << QVariant(50)            // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(0)             // case prob      28
+        << QVariant(0)             // mines time     29
+        << QVariant(80)            // mines number   30
+        << QVariant(0)             // mine dud pct   31
+        << QVariant(0)             // explosives     32
+        << QVariant(35)            // health case pct 33
+        << QVariant(25)            // health case amt 34
+        << QVariant(47)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
         ;
 
     QList<QVariant> barrelmayhem;
@@ -256,7 +296,7 @@
         << QVariant(false)         // low gravity    5
         << QVariant(false)         // laser sight    6
         << QVariant(false)         // invulnerable   7
-        << QVariant(false)         // add mines      8
+        << QVariant(false)         // reset health   8
         << QVariant(false)         // vampiric       9
         << QVariant(false)         // karma          10
         << QVariant(false)         // artillery      11
@@ -264,21 +304,27 @@
         << QVariant(false)         // king           13
         << QVariant(false)         // place hog      14
         << QVariant(true)          // shared ammo    15
-        << QVariant(false)         //disable girders 16
+        << QVariant(false)         // disable girders 16
         << QVariant(false)         // disable land objects 17
         << QVariant(false)         // AI survival    18
         << QVariant(false)         // inf. attack    19
         << QVariant(false)         // reset weps     20
         << QVariant(false)         // per hog ammo   21
-        << QVariant(100)           // damage modfier 22
-        << QVariant(30)            // turn time      23
-        << QVariant(100)           // init health    24
-        << QVariant(15)            // sudden death   25
-        << QVariant(0)             // case prob      26
-        << QVariant(0)             // mines time     27
-        << QVariant(0)             // landadds       28
-        << QVariant(0)             // mine dud pct   29
-        << QVariant(80)            // explosives     30
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(30)            // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(0)             // case prob      28
+        << QVariant(0)             // mines time     29
+        << QVariant(0)             // mines number   30
+        << QVariant(0)             // mine dud pct   31
+        << QVariant(80)            // explosives     32
+        << QVariant(35)            // health case pct 33
+        << QVariant(25)            // health case amt 34
+        << QVariant(47)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
         ;
 
     QList<QVariant> tunnelhogs;
@@ -291,7 +337,7 @@
         << QVariant(false)         // low gravity    5
         << QVariant(false)         // laser sight    6
         << QVariant(false)         // invulnerable   7
-        << QVariant(true)          // add mines      8
+        << QVariant(false)         // reset health   8
         << QVariant(false)         // vampiric       9
         << QVariant(false)         // karma          10
         << QVariant(false)         // artillery      11
@@ -299,30 +345,205 @@
         << QVariant(false)         // king           13
         << QVariant(false)         // place hog      14
         << QVariant(true)          // shared ammo    15
-        << QVariant(true)          //disable girders 16
+        << QVariant(true)          // disable girders 16
         << QVariant(true)          // disable land objects 17
         << QVariant(false)         // AI survival    18
         << QVariant(false)         // inf. attack    19
         << QVariant(false)         // reset weps     20
         << QVariant(false)         // per hog ammo   21
-        << QVariant(100)           // damage modfier 22
-        << QVariant(30)            // turn time      23
-        << QVariant(100)           // init health    24
-        << QVariant(15)            // sudden death   25
-        << QVariant(5)             // case prob      26
-        << QVariant(3)             // mines time     27
-        << QVariant(10)            // landadds       28
-        << QVariant(10)            // mine dud pct   29
-        << QVariant(10)            // explosives     30
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(30)            // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(5)             // case prob      28
+        << QVariant(3)             // mines time     29
+        << QVariant(10)            // mines number   30
+        << QVariant(10)            // mine dud pct   31
+        << QVariant(10)            // explosives     32
+        << QVariant(35)            // health case pct 33
+        << QVariant(25)            // health case amt 34
+        << QVariant(47)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
+        ;
+
+    QList<QVariant> forts;
+    forts
+        << predefSchemesNames[7]   // name           0
+        << QVariant(true)          // fortsmode      1
+        << QVariant(true)          // team divide    2
+        << QVariant(false)         // solid land     3
+        << QVariant(false)         // border         4
+        << QVariant(true)          // low gravity    5
+        << QVariant(false)         // laser sight    6
+        << QVariant(false)         // invulnerable   7
+        << QVariant(false)         // reset health   8
+        << QVariant(false)         // vampiric       9
+        << QVariant(false)         // karma          10
+        << QVariant(false)         // artillery      11
+        << QVariant(true)          // random order   12
+        << QVariant(false)         // king           13
+        << QVariant(false)         // place hog      14
+        << QVariant(false)         // shared ammo    15
+        << QVariant(false)         // disable girders 16
+        << QVariant(false)         // disable land objects 17
+        << QVariant(false)         // AI survival    18
+        << QVariant(false)         // inf. attack    19
+        << QVariant(false)         // reset weps     20
+        << QVariant(false)         // per hog ammo   21
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(45)            // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(5)             // case prob      28
+        << QVariant(3)             // mines time     29
+        << QVariant(0)             // mines number   30
+        << QVariant(0)             // mine dud pct   31
+        << QVariant(0)             // explosives     32
+        << QVariant(35)            // health case pct 33
+        << QVariant(25)            // health case amt 34
+        << QVariant(47)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
         ;
 
+    QList<QVariant> timeless;
+    timeless
+        << predefSchemesNames[8]   // name           0
+        << QVariant(false)         // fortsmode      1
+        << QVariant(false)         // team divide    2
+        << QVariant(false)         // solid land     3
+        << QVariant(false)         // border         4
+        << QVariant(false)         // low gravity    5
+        << QVariant(false)         // laser sight    6
+        << QVariant(false)         // invulnerable   7
+        << QVariant(false)         // reset health   8
+        << QVariant(false)         // vampiric       9
+        << QVariant(false)         // karma          10
+        << QVariant(false)         // artillery      11
+        << QVariant(true)          // random order   12
+        << QVariant(false)         // king           13
+        << QVariant(false)         // place hog      14
+        << QVariant(false)         // shared ammo    15
+        << QVariant(false)         // disable girders 16
+        << QVariant(false)         // disable land objects 17
+        << QVariant(false)         // AI survival    18
+        << QVariant(false)         // inf. attack    19
+        << QVariant(false)         // reset weps     20
+        << QVariant(true)          // per hog ammo   21
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(9999)          // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(5)             // case prob      28
+        << QVariant(3)             // mines time     29
+        << QVariant(5)             // mines number   30
+        << QVariant(10)            // mine dud pct   31
+        << QVariant(2)             // explosives     32
+        << QVariant(35)            // health case pct 33
+        << QVariant(30)            // health case amt 34
+        << QVariant(0)             // water rise amt 35
+        << QVariant(0)             // health dec amt 36
+        ;
+
+    QList<QVariant> thinkingportals;
+    thinkingportals
+        << predefSchemesNames[9]   // name           0
+        << QVariant(false)         // fortsmode      1
+        << QVariant(false)         // team divide    2
+        << QVariant(false)         // solid land     3
+        << QVariant(false)         // border         4
+        << QVariant(false)         // low gravity    5
+        << QVariant(false)         // laser sight    6
+        << QVariant(false)         // invulnerable   7
+        << QVariant(false)         // reset health   8
+        << QVariant(false)         // vampiric       9
+        << QVariant(false)         // karma          10
+        << QVariant(true)          // artillery      11
+        << QVariant(true)          // random order   12
+        << QVariant(false)         // king           13
+        << QVariant(false)         // place hog      14
+        << QVariant(false)         // shared ammo    15
+        << QVariant(false)         // disable girders 16
+        << QVariant(false)         // disable land objects 17
+        << QVariant(false)         // AI survival    18
+        << QVariant(false)         // inf. attack    19
+        << QVariant(false)         // reset weps     20
+        << QVariant(false)         // per hog ammo   21
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(45)            // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(2)             // case prob      28
+        << QVariant(3)             // mines time     29
+        << QVariant(5)             // mines number   30
+        << QVariant(0)             // mine dud pct   31
+        << QVariant(5)             // explosives     32
+        << QVariant(25)            // health case pct 33
+        << QVariant(25)            // health case amt 34
+        << QVariant(47)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
+        ;
+
+    QList<QVariant> kingmode;
+    kingmode
+        << predefSchemesNames[10]  // name           0
+        << QVariant(false)         // fortsmode      1
+        << QVariant(false)         // team divide    2
+        << QVariant(false)         // solid land     3
+        << QVariant(false)         // border         4
+        << QVariant(false)         // low gravity    5
+        << QVariant(false)         // laser sight    6
+        << QVariant(false)         // invulnerable   7
+        << QVariant(false)         // reset health   8
+        << QVariant(false)         // vampiric       9
+        << QVariant(false)         // karma          10
+        << QVariant(false)         // artillery      11
+        << QVariant(true)          // random order   12
+        << QVariant(true)          // king           13
+        << QVariant(true)          // place hog      14
+        << QVariant(true)          // shared ammo    15
+        << QVariant(false)         // disable girders 16
+        << QVariant(false)         // disable land objects 17
+        << QVariant(false)         // AI survival    18
+        << QVariant(false)         // inf. attack    19
+        << QVariant(false)         // reset weps     20
+        << QVariant(false)         // per hog ammo   21
+        << QVariant(false)         // no wind        22
+        << QVariant(false)         // more wind      23
+        << QVariant(100)           // damage modfier 24
+        << QVariant(45)            // turn time      25
+        << QVariant(100)           // init health    26
+        << QVariant(15)            // sudden death   27
+        << QVariant(5)             // case prob      28
+        << QVariant(3)             // mines time     29
+        << QVariant(3)             // mines number   30
+        << QVariant(20)            // mine dud pct   31
+        << QVariant(3)             // explosives     32
+        << QVariant(35)            // health case pct 33
+        << QVariant(30)            // health case amt 34
+        << QVariant(30)            // water rise amt 35
+        << QVariant(5)             // health dec amt 36
+        ;
+
+
     schemes.append(defaultScheme);
     schemes.append(proMode);
     schemes.append(shoppa);
-    schemes.append(basketball);
+    schemes.append(cleanslate);
     schemes.append(minefield);
     schemes.append(barrelmayhem);
     schemes.append(tunnelhogs);
+    schemes.append(forts);
+    schemes.append(timeless);
+    schemes.append(thinkingportals);
+    schemes.append(kingmode);
 
 
     int size = fileConfig.beginReadArray("schemes");
--- a/QTfrontend/ammoSchemeModel.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/ammoSchemeModel.h	Mon Nov 15 12:37:39 2010 +0100
@@ -41,6 +41,7 @@
     QVariant data(const QModelIndex &index, int role) const;
 
     int numberOfDefaultSchemes;
+    QStringList predefSchemesNames;
 
 public slots:
     void Save();
--- a/QTfrontend/game.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/game.h	Mon Nov 15 12:37:39 2010 +0100
@@ -38,6 +38,7 @@
     gsDestroyed = 5
 };
 
+bool checkForDir(const QString & dir);
 
 class HWGame : public TCPBase
 {
--- a/QTfrontend/gamecfgwidget.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/gamecfgwidget.cpp	Mon Nov 15 12:37:39 2010 +0100
@@ -78,6 +78,13 @@
 
     connect(goToWeaponPage, SIGNAL(clicked()), this, SLOT(jumpToWeapons()));
 
+    GBoxOptionsLayout->addWidget(new QLabel(QLabel::tr("Bind schemes and weapons"), GBoxOptions), 2, 0);
+
+    bindEntries = new QCheckBox(GBoxOptions);
+    bindEntries->setToolTip(tr("When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)"));
+    bindEntries->setChecked(true);
+    GBoxOptionsLayout->addWidget(bindEntries, 2, 2);
+
     connect(pMapContainer, SIGNAL(seedChanged(const QString &)), this, SLOT(seedChanged(const QString &)));
     connect(pMapContainer, SIGNAL(mapChanged(const QString &)), this, SLOT(mapChanged(const QString &)));
     connect(pMapContainer, SIGNAL(mapgenChanged(MapGenerator)), this, SLOT(mapgenChanged(MapGenerator)));
@@ -101,54 +108,58 @@
     quint32 result = 0;
 
     if (schemeData(1).toBool())
-        result |= 0x00001000;
+        result |= 0x00001000;       // fort
     if (schemeData(2).toBool())
-        result |= 0x00000010;
+        result |= 0x00000010;       // divide teams
     if (schemeData(3).toBool())
-        result |= 0x00000004;
+        result |= 0x00000004;       // solid land
     if (schemeData(4).toBool())
-        result |= 0x00000008;
+        result |= 0x00000008;       // border
     if (schemeData(5).toBool())
-        result |= 0x00000020;
+        result |= 0x00000020;       // low gravity
     if (schemeData(6).toBool())
-        result |= 0x00000040;
+        result |= 0x00000040;       // laser sight
     if (schemeData(7).toBool())
-        result |= 0x00000080;
+        result |= 0x00000080;       // invulnerable
     if (schemeData(8).toBool())
-        result |= 0x00000100;
+        result |= 0x00000100;       // mines
     if (schemeData(9).toBool())
-        result |= 0x00000200;
+        result |= 0x00000200;       // vampirism
     if (schemeData(10).toBool())
-        result |= 0x00000400;
+        result |= 0x00000400;       // karma
     if (schemeData(11).toBool())
-        result |= 0x00000800;
+        result |= 0x00000800;       // artillery
     if (schemeData(12).toBool())
-        result |= 0x00002000;
+        result |= 0x00002000;       // random
     if (schemeData(13).toBool())
-        result |= 0x00004000;
+        result |= 0x00004000;       // king
     if (schemeData(14).toBool())
-        result |= 0x00008000;
+        result |= 0x00008000;       // place hogs
     if (schemeData(15).toBool())
-        result |= 0x00010000;
+        result |= 0x00010000;       // shared ammo
     if (schemeData(16).toBool())
-        result |= 0x00020000;
+        result |= 0x00020000;       // disable girders
     if (schemeData(17).toBool())
-        result |= 0x00040000;
+        result |= 0x00040000;       // disable land obj
     if (schemeData(18).toBool())
-        result |= 0x00080000;
+        result |= 0x00080000;       // ai survival
     if (schemeData(19).toBool())
-        result |= 0x00100000;
+        result |= 0x00100000;       // infinite attacks
     if (schemeData(20).toBool())
-        result |= 0x00200000;
+        result |= 0x00200000;       // reset weaps
     if (schemeData(21).toBool())
-        result |= 0x00400000;
+        result |= 0x00400000;       // per hog ammo
+    if (schemeData(22).toBool())
+        result |= 0x00800000;       // no wind
+    if (schemeData(23).toBool())
+        result |= 0x01000000;       // more wind
 
     return result;
 }
 
 quint32 GameCFGWidget::getInitHealth() const
 {
-    return schemeData(24).toInt();
+    return schemeData(26).toInt();
 }
 
 QStringList GameCFGWidget::getFullConfig() const
@@ -156,14 +167,18 @@
     QStringList sl;
     sl.append("eseed " + pMapContainer->getCurrentSeed());
     sl.append(QString("e$gmflags %1").arg(getGameFlags()));
-    sl.append(QString("e$damagepct %1").arg(schemeData(22).toInt()));
-    sl.append(QString("e$turntime %1").arg(schemeData(23).toInt() * 1000));
-    sl.append(QString("e$minestime %1").arg(schemeData(27).toInt() * 1000));
-    sl.append(QString("e$landadds %1").arg(schemeData(28).toInt()));
-    sl.append(QString("e$sd_turns %1").arg(schemeData(25).toInt()));
-    sl.append(QString("e$casefreq %1").arg(schemeData(26).toInt()));
-    sl.append(QString("e$minedudpct %1").arg(schemeData(29).toInt()));
-    sl.append(QString("e$explosives %1").arg(schemeData(30).toInt()));
+    sl.append(QString("e$damagepct %1").arg(schemeData(24).toInt()));
+    sl.append(QString("e$turntime %1").arg(schemeData(25).toInt() * 1000));
+    sl.append(QString("e$sd_turns %1").arg(schemeData(27).toInt()));
+    sl.append(QString("e$casefreq %1").arg(schemeData(28).toInt()));
+    sl.append(QString("e$minestime %1").arg(schemeData(29).toInt()));
+    sl.append(QString("e$minesnum %1").arg(schemeData(30).toInt()));
+    sl.append(QString("e$minedudpct %1").arg(schemeData(31).toInt()));
+    sl.append(QString("e$explosives %1").arg(schemeData(32).toInt()));
+    sl.append(QString("e$healthprob %1").arg(schemeData(33).toInt()));
+    sl.append(QString("e$hcaseamount %1").arg(schemeData(34).toInt()));
+    sl.append(QString("e$waterrise %1").arg(schemeData(35).toInt()));
+    sl.append(QString("e$healthdec %1").arg(schemeData(36).toInt()));
     sl.append(QString("e$template_filter %1").arg(pMapContainer->getTemplateFilter()));
     sl.append(QString("e$mapgen %1").arg(pMapContainer->get_mapgen()));
     sl.append(QString("e$maze_size %1").arg(pMapContainer->get_maze_size()));
@@ -259,11 +274,23 @@
 
 void GameCFGWidget::ammoChanged(int index)
 {
-    if (index >= 0)
+    if (index >= 0) {
         emit paramChanged(
             "AMMO",
             QStringList() << WeaponsName->itemText(index) << WeaponsName->itemData(index).toString()
         );
+        if (bindEntries->isChecked() == true) {
+            QString weapName = WeaponsName->itemText(index);
+            for (int i = 0; i < GameSchemes->count(); i++) {
+                 QString schemeName = GameSchemes->itemText(i);
+                 int res = QString::compare(weapName, schemeName, Qt::CaseSensitive);
+                 if (0 == res) {
+                     GameSchemes->setCurrentIndex(i);
+                     break;
+                 }
+            }
+        }
+    }
 }
 
 void GameCFGWidget::mapChanged(const QString & value)
@@ -272,6 +299,7 @@
     {
         GameSchemes->setEnabled(false);
         WeaponsName->setEnabled(false);
+        bindEntries->setEnabled(false);
         GameSchemes->setCurrentIndex(GameSchemes->findText("Default"));
         WeaponsName->setCurrentIndex(WeaponsName->findText("Default"));
     }
@@ -279,6 +307,7 @@
     {
         GameSchemes->setEnabled(true);
         WeaponsName->setEnabled(true);
+        bindEntries->setEnabled(true);
     }
     emit paramChanged("MAP", QStringList(value));
 }
@@ -298,7 +327,7 @@
     emit paramChanged("THEME", QStringList(value));
 }
 
-void GameCFGWidget::schemeChanged(int value)
+void GameCFGWidget::schemeChanged(int index)
 {
     QStringList sl;
 
@@ -307,6 +336,18 @@
         sl << schemeData(i).toString();
 
     emit paramChanged("SCHEME", sl);
+
+    if (bindEntries->isChecked() == true) {
+        QString schemeName = GameSchemes->itemText(index);
+        for (int i = 0; i < WeaponsName->count(); i++) {
+             QString weapName = WeaponsName->itemText(i);
+             int res = QString::compare(weapName, schemeName, Qt::CaseSensitive);
+             if (0 == res) {
+                 WeaponsName->setCurrentIndex(i);
+                 break;
+             }
+        }
+    }
 }
 
 void GameCFGWidget::mapgenChanged(MapGenerator m)
--- a/QTfrontend/gamecfgwidget.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/gamecfgwidget.h	Mon Nov 15 12:37:39 2010 +0100
@@ -68,7 +68,7 @@
 
 private:
     QGridLayout mainLayout;
-
+    QCheckBox * bindEntries;
     QString curNetAmmoName;
     QString curNetAmmo;
 
--- a/QTfrontend/hedgewars.qrc	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/hedgewars.qrc	Mon Nov 15 12:37:39 2010 +0100
@@ -21,6 +21,7 @@
     <file>res/net.png</file>
     <file>res/About.png</file>
     <file>res/SimpleGame.png</file>
+    <file>res/Campaign.png</file>
     <file>res/Multiplayer.png</file>
     <file>res/Trainings.png</file>
     <file>res/Background.png</file>
@@ -54,7 +55,7 @@
     <file>res/btnInvulnerable.png</file>
     <file>res/btnLaserSight.png</file>
     <file>res/btnLowGravity.png</file>
-    <file>res/btnMines.png</file>
+    <file>res/btnResetHealth.png</file>
     <file>res/btnTeamsDivide.png</file>
     <file>res/btnSolid.png</file>
     <file>res/btnVampiric.png</file>
@@ -70,6 +71,8 @@
     <file>res/btnInfAttack.png</file>
     <file>res/btnResetWeps.png</file>
     <file>res/btnPerHogAmmo.png</file>
+    <file>res/btnNoWind.png</file>
+    <file>res/btnMoreWind.png</file>
     <file>res/iconBox.png</file>
     <file>res/iconHealth.png</file>
     <file>res/iconSuddenDeath.png</file>
--- a/QTfrontend/hwconsts.cpp.in	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/hwconsts.cpp.in	Mon Nov 15 12:37:39 2010 +0100
@@ -36,10 +36,10 @@
 int cMaxTeams = 6;
 
 QString * cDefaultAmmoStore = new QString(
-        "9391929422199121032235111001201000000211110101011"
-        "0405040541600655546554464776576666666155510101117"
-        "0000000000000205500000040007004000000000200000000"
-        "1311110312111111123114111111111111111211111101111"
+        "93919294221991210322351110012010000002111101010111"
+        "04050405416006555465544647765766666661555101011154"
+        "00000000000002055000000400070040000000002000000006"
+        "13111103121111111231141111111111111112111111011111"
         );
 int cAmmoNumber = cDefaultAmmoStore->size() / 4;
 
@@ -48,45 +48,51 @@
         << qMakePair(QString("Default"), *cDefaultAmmoStore)
         << qMakePair(QString("Crazy"),     QString(
         // TODO: Remove Piano's unlimited uses!
-        "9999999999999999992999999999999999299999999909999"
-        "1111110111111111111111111111111111111111111101111"
-        "0000000000000000000000000000000000000000000000000"
-        "1311110312111111123114111111111111111211110101111"
+        "99999999999999999929999999999999992999999999099999"
+        "11111101111111111111111111111111111111111111011111"
+        "00000000000000000000000000000000000000000000000000"
+        "13111103121111111231141111111111111112111101011111"
         ))
-        << qMakePair(QString("Pro mode"),  QString(
-        "9090009000000000000009000000000000000000000000000"
-        "0000000000000000000000000000000000000000000000000"
-        "0000000000000205500000040007004000000000200000000"
-        "1111111111111111111111111111111111111111100101111"
+        << qMakePair(QString("Pro Mode"),  QString(
+        "90900090000000000000090000000000000000000000000000"
+        "00000000000000000000000000000000000000000000000000"
+        "00000000000002055000000400070040000000002000000000"
+        "11111111111111111111111111111111111111111001011111"
         ))
         << qMakePair(QString("Shoppa"),    QString(
-        "0000009900000000000000000000000000000000000000000"
-        "4444410044244402210112121222422000000002000400010"
-        "0000000000000000000000000000000000000000000000000"
-        "1111111111111111111111111111111111111111101101111"
+        "00000099000000000000000000000000000000000000000000"
+        "44444100442444022101121212224220000000020004000100"
+        "00000000000000000000000000000000000000000000000000"
+        "11111111111111111111111111111111111111111011011111"
         ))
-        << qMakePair(QString("Basketball"),QString(
-        "0000009000000900000000000000000000000000000000000"
-        "0000000000000000000000000000000000000000000000000"
-        "0000000000000005500000040007004000000000200000000"
-        "1111111111111111111111111111111111111111111101111"
+        << qMakePair(QString("Clean Slate"),QString(
+        "10100090000100000110000000000000000000000000000010"
+        "04050405416006555465544647765766666661555101011154"
+        "00000000000000000000000000000000000000000000000000"
+        "13111103121111111231141111111111111112111111011111"
         ))
         << qMakePair(QString("Minefield"), QString(
-        "0000009900090000000300000000000000000000000000000"
-        "0000000000000000000000000000000000000000000000000"
-        "0000000000000205500000040007004000000000200000000"
-        "1111111111111111111111111111111111111111111101111"
+        "00000099000900000003000000000000000000000000000000"
+        "00000000000000000000000000000000000000000000000000"
+        "00000000000002055000000400070040000000002000000006"
+        "11111111111111111111111111111111111111111111011111"
+        ))
+        << qMakePair(QString("Thinking with Portals"), QString(
+        "90000090020000000021000000000000001100000900000000"
+        "04050405416006555465544647765766666661555101011154"
+        "00000000000002055000000400070040000000002000000006"
+        "13111103121111111231141111111111111112111111011111"
         ));
 
 QColor *colors[] = {
                     new QColor(221,   0,   0), // classic red
-                    new QColor( 67, 118, 233), // classic blue
+                    new QColor( 51, 102, 217), // dark blue
                     new QColor( 62, 147,  33), // classic green
                     new QColor(162,  61, 187), // classic purple
-                    new QColor(255, 147,  41), // classic orange
+                    new QColor(255, 255,  0), // yellow
                     new QColor(115, 115, 115), // classic gray
-                    new QColor(187, 162,  61), // gold
-                    new QColor( 61, 162, 187), // cyan
+                    new QColor(0, 255, 255),   // cyan
+                    new QColor(255, 136, 136), // peach
                     // add new colors here
                     0};
 
--- a/QTfrontend/hwform.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/hwform.cpp	Mon Nov 15 12:37:39 2010 +0100
@@ -141,7 +141,7 @@
     connect(ui.pageOptions->BtnDeleteTeam, SIGNAL(clicked()), this, SLOT(DeleteTeam()));
     connect(ui.pageOptions->BtnSaveOptions, SIGNAL(clicked()), config, SLOT(SaveOptions()));
     connect(ui.pageOptions->BtnSaveOptions, SIGNAL(clicked()), this, SLOT(GoBack()));
-#ifdef _WIN32
+#ifndef __APPLE__
     connect(ui.pageOptions->BtnAssociateFiles, SIGNAL(clicked()), this, SLOT(AssociateFiles()));
 #endif
 
@@ -1122,6 +1122,8 @@
 
 void HWForm::AssociateFiles()
 {
+    bool success = true;
+#ifdef _WIN32
     QSettings registry_hkcr("HKEY_CLASSES_ROOT", QSettings::NativeFormat);
     registry_hkcr.setValue(".hwd/Default", "Hedgewars.Demo");
     registry_hkcr.setValue(".hws/Default", "Hedgewars.Save");
@@ -1131,6 +1133,25 @@
     registry_hkcr.setValue("Hedgewars.Save/DefaultIcon/Default", "\"" + bindir->absolutePath().replace("/", "\\") + "\\hwsfile.ico\",0");
     registry_hkcr.setValue("Hedgewars.Demo/Shell/Open/Command/Default", "\"" + bindir->absolutePath().replace("/", "\\") + "\\hwengine.exe\" \"" + datadir->absolutePath().replace("/", "\\") + "\" \"%1\"");
     registry_hkcr.setValue("Hedgewars.Save/Shell/Open/Command/Default", "\"" + bindir->absolutePath().replace("/", "\\") + "\\hwengine.exe\" \"" + datadir->absolutePath().replace("/", "\\") + "\" \"%1\"");
-    QMessageBox::information(0, "", QMessageBox::tr("All file associations have been set."));
+#elif defined __APPLE__
+    success = false;
+    // TODO; also enable button in pages.cpp and signal in hwform.cpp
+#else
+    // this is a little silly due to all the system commands below anyway - just use mkdir -p ?  Does have the advantage of the alert I guess
+    if (success) success = checkForDir(QDir::home().absolutePath() + "/.local");
+    if (success) success = checkForDir(QDir::home().absolutePath() + "/.local/share");
+    if (success) success = checkForDir(QDir::home().absolutePath() + "/.local/share/mime");
+    if (success) success = checkForDir(QDir::home().absolutePath() + "/.local/share/mime/packages");
+    if (success) success = checkForDir(QDir::home().absolutePath() + "/.local");
+    if (success) success = checkForDir(QDir::home().absolutePath() + "/.local/share");
+    if (success) success = checkForDir(QDir::home().absolutePath() + "/.local/share/applications");
+    if (success) success = system(("cp "+datadir->absolutePath()+"/misc/hedgewars-mimeinfo.xml "+QDir::home().absolutePath()+"/.local/share/mime/packages").toLocal8Bit().constData())==0;
+    if (success) success = system(("cp "+datadir->absolutePath()+"/misc/hwengine.desktop "+QDir::home().absolutePath()+"/.local/share/applications").toLocal8Bit().constData())==0;
+    if (success) success = system(("update-mime-database "+QDir::home().absolutePath()+"/.local/share/mime").toLocal8Bit().constData())==0;
+    if (success) success = system("xdg-mime default hwengine.desktop application/x-hedgewars-demo")==0;
+    if (success) success = system("xdg-mime default hwengine.desktop application/x-hedgewars-save")==0;
+#endif
+    if (success) QMessageBox::information(0, "", QMessageBox::tr("All file associations have been set."));
+    else QMessageBox::information(0, "", QMessageBox::tr("File association failed."));
 }
 
--- a/QTfrontend/mapContainer.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/mapContainer.cpp	Mon Nov 15 12:37:39 2010 +0100
@@ -62,8 +62,14 @@
 
     chooseMap = new QComboBox(this);
     chooseMap->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
-    chooseMap->addItem(QIcon(":/res/mapRandom.png"), QComboBox::tr("generated map..."));
-    chooseMap->addItem(QIcon(":/res/mapMaze.png"), QComboBox::tr("generated maze..."));
+    chooseMap->addItem(
+// FIXME - need real icons. Disabling until then
+//QIcon(":/res/mapRandom.png"), 
+QComboBox::tr("generated map..."));
+    chooseMap->addItem(
+// FIXME - need real icons. Disabling until then
+//QIcon(":/res/mapMaze.png"), 
+QComboBox::tr("generated maze..."));
     chooseMap->insertSeparator(chooseMap->count()); // separator between generators and missions
 
     int missionindex = chooseMap->count();
@@ -95,11 +101,17 @@
             mapInfo.push_back(mapLuaFile.exists());
             if(mapLuaFile.exists())
             {
-                chooseMap->insertItem(missionindex++, QIcon(":/res/mapMission.png"), QComboBox::tr("Mission") + ": " + map, mapInfo);
+                chooseMap->insertItem(missionindex++, 
+// FIXME - need real icons. Disabling until then
+//QIcon(":/res/mapMission.png"), 
+QComboBox::tr("Mission") + ": " + map, mapInfo);
                 numMissions++;
             }
             else
-                chooseMap->addItem(QIcon(":/res/mapCustom.png"), map, mapInfo);
+                chooseMap->addItem(
+// FIXME - need real icons. Disabling until then
+//QIcon(":/res/mapCustom.png"), 
+map, mapInfo);
             mapCfgFile.close();
         }
     }
--- a/QTfrontend/pages.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/pages.cpp	Mon Nov 15 12:37:39 2010 +0100
@@ -100,7 +100,7 @@
         Tips << tr("Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they'll win or lose together.", "Tips");
         Tips << tr("Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.", "Tips");
         Tips << tr("If you're unsure what to do and don't want to waste ammo, skip one round. But don't let too much time pass as there will be Sudden Death!", "Tips");
-        Tips << tr("Want to save ropse? Release the rope in mid air and then shoot again. As long as you don't touch the ground you'll reuse your rope without wasting ammo!", "Tips");
+        Tips << tr("Want to save ropes? Release the rope in mid air and then shoot again. As long as you don't touch the ground you'll reuse your rope without wasting ammo!", "Tips");
         Tips << tr("If you'd like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.", "Tips");
         Tips << tr("You're bored of default gameplay? Try one of the missions - they'll offer different gameplay depending on the one you picked.", "Tips");
         Tips << tr("By default the game will always record the last game played as a demo. Select 'Local Game' and pick the 'Demos' button on the lower right corner to play or manage them.", "Tips");
@@ -138,18 +138,22 @@
         Tips << tr("The Flame Thrower is a weapon but it can be used for tunnel digging as well.", "Tips");
         Tips << tr("Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.", "Tips");
         Tips << tr("Want to know who's behind the game? Click on the Hedgewars logo in the main menu to see the credits.", "Tips");
-        Tips << tr("Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!", "Tips").arg("<a href=\"http://www.facebook.com/Hedgewars\">Facebook</a>").arg("<a href=\"http://steamcommunity.com/groups/hedgewars\">Steam Community</a>").arg("<a href=\"http://twitter.com/hedgewars\">Twitter</a>");
+        Tips << tr("Like Hedgewars? Become a fan on %1 or follow us on %2!", "Tips").arg("<a href=\"http://www.facebook.com/Hedgewars\">Facebook</a>").arg("<a href=\"http://twitter.com/hedgewars\">Twitter</a>");
         Tips << tr("Feel free to draw your own graves, hats, flags or even maps and themes! But note that you'll have to share them somewhere to use them online.", "Tips");
         Tips << tr("Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!", "Tips");
         // The following tip will require links to app store entries first.
         //Tips << tr("Want to play Hedgewars any time? Grab the Mobile version for %1 and %2.", "Tips").arg("").arg("");
         Tips << tr("Keep your video card drivers up to date to avoid issues playing the game.", "Tips");
         //Tips << tr("", "Tips");
+#ifndef __APPLE__
+        Tips << tr("You're able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.", "Tips");
+#endif
 #ifdef _WIN32
         Tips << tr("You can find your Hedgewars configuration files under \"My Documents\\Hedgewars\". Create backups or take the files with you, but don't edit them by hand.", "Tips");
-        Tips << tr("You're able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.", "Tips");
-#else
-        Tips << tr("You can find your Hedgewars configuration files under \"Hedgewars\" in your home directory. Create backups or take the files with you, but don't edit them by hand.", "Tips");
+#elif defined __APPLE__                                                                                                                     
+        Tips << tr("You can find your Hedgewars configuration files under \"Library/Application Support/Hedgewars\" in your home directory. Create backups or take the files with you, but don't edit them by hand.", "Tips");
+#else  
+        Tips << tr("You can find your Hedgewars configuration files under \".hedgewars\" in your home directory. Create backups or take the files with you, but don't edit them by hand.", "Tips");
 #endif
         mainNote->setText(QLabel::tr("Tip: ") + Tips[QTime(0, 0, 0).secsTo(QTime::currentTime()) % Tips.length()]);
     }
@@ -611,7 +615,7 @@
             CBAutoUpdate->setText(QCheckBox::tr("Check for updates at startup"));
             MiscLayout->addWidget(CBAutoUpdate, 4, 0, 1, 2);
 #endif
-#ifdef _WIN32
+#ifndef __APPLE__
             BtnAssociateFiles = new QPushButton(groupMisc);
             BtnAssociateFiles->setText(QPushButton::tr("Associate file extensions"));
             BtnAssociateFiles->setEnabled(!custom_data && !custom_config);
@@ -1024,8 +1028,9 @@
     topLine->addStretch();
 
 
-    BtnCampaignPage = addButton(":/res/SimpleGame.png", middleLine, 0, true);
+    BtnCampaignPage = addButton(":/res/Campaign.png", middleLine, 0, true);
     BtnCampaignPage->setToolTip(tr("Campaign Mode (...). IN DEVELOPMENT"));
+    BtnCampaignPage->setVisible(false);
 
     BtnTrainPage = addButton(":/res/Trainings.png", middleLine, 1, true);
     BtnTrainPage->setToolTip(tr("Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT"));
@@ -1161,13 +1166,10 @@
     ruleLabel->setText(tr("Rules:"));
     CBRules = new QComboBox(this);
     CBRules->addItem(QComboBox::tr("Any"));
-    CBRules->addItem(QComboBox::tr("Default"));
-    CBRules->addItem(QComboBox::tr("Pro mode"));
-    CBRules->addItem(QComboBox::tr("Shoppa"));
-    CBRules->addItem(QComboBox::tr("Basketball"));
-    CBRules->addItem(QComboBox::tr("Minefield"));
-    CBRules->addItem(QComboBox::tr("Barrel mayhem"));
-    CBRules->addItem(QComboBox::tr("Tunnel hogs"));
+    // not the most elegant solution but it works
+    ammoSchemeModel = new AmmoSchemeModel(this, NULL);
+    for (int i = 0; i < ammoSchemeModel->predefSchemesNames.count(); i++)
+        CBRules->addItem(ammoSchemeModel->predefSchemesNames.at(i).toAscii().constData());
     filterLayout->addWidget(ruleLabel);
     filterLayout->addWidget(CBRules);
     filterLayout->addSpacing(30);
@@ -1176,12 +1178,10 @@
     weaponLabel->setText(tr("Weapons:"));
     CBWeapons = new QComboBox(this);
     CBWeapons->addItem(QComboBox::tr("Any"));
-    CBWeapons->addItem(QComboBox::tr("Basketball"));
-    CBWeapons->addItem(QComboBox::tr("Crazy"));
-    CBWeapons->addItem(QComboBox::tr("Default"));
-    CBWeapons->addItem(QComboBox::tr("Minefield"));
-    CBWeapons->addItem(QComboBox::tr("Pro mode"));
-    CBWeapons->addItem(QComboBox::tr("Shoppa"));
+    for (int i = 0; i < cDefaultAmmos.count(); i++) {
+        QPair<QString,QString> ammo = cDefaultAmmos.at(i);
+        CBWeapons->addItem(ammo.first.toAscii().constData());
+    }
     filterLayout->addWidget(weaponLabel);
     filterLayout->addWidget(CBWeapons);
     filterLayout->addSpacing(30);
@@ -1346,12 +1346,14 @@
         if(list[i + 5] == "+rnd+")
         {
             item = new QTableWidgetItem(tr("Random Map")); // selected map (is randomized)
-            item->setIcon(QIcon(":/res/mapRandom.png"));
+// FIXME - need real icons. Disabling until then
+//            item->setIcon(QIcon(":/res/mapRandom.png"));
         }
         else if (list[i+5] == "+maze+")
         {
             item = new QTableWidgetItem(tr("Random Maze"));
-            item->setIcon(QIcon(":/res/mapMaze.png"));
+// FIXME - need real icons. Disabling until then
+//            item->setIcon(QIcon(":/res/mapMaze.png"));
         }
         else
         {
@@ -1366,8 +1368,9 @@
             }
             else
             {
-                // todo: mission icon?
-                item->setIcon(QIcon(":/res/mapCustom.png"));
+               // todo: mission icon?
+// FIXME - need real icons. Disabling until then
+//               item->setIcon(QIcon(":/res/mapCustom.png"));
             }
         }
         
@@ -1375,12 +1378,12 @@
         item->setToolTip(tr("Games may be played on precreated or randomized maps."));
         roomsList->setItem(r, 4, item);
 
-        item = new QTableWidgetItem(list[i + 6].left(20)); // selected game scheme
+        item = new QTableWidgetItem(list[i + 6].left(24)); // selected game scheme
         item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
         item->setToolTip(tr("The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism."));
         roomsList->setItem(r, 5, item);
 
-        item = new QTableWidgetItem(list[i + 7].left(20)); // selected weapon scheme
+        item = new QTableWidgetItem(list[i + 7].left(24)); // selected weapon scheme
         item->setFlags(Qt::ItemIsEnabled | Qt::ItemIsSelectable);
         item->setToolTip(tr("The Weapon Scheme defines available weapons and their ammunition count."));
         roomsList->setItem(r, 6, item);
@@ -1545,9 +1548,9 @@
     TBW_invulnerable->setToolTip("<b>" + ToggleButtonWidget::tr("Invulnerable") + "</b>:<br />" + tr("All hogs have a personal forcefield"));
     glGMLayout->addWidget(TBW_invulnerable,1,1,1,1);
 
-    TBW_mines = new ToggleButtonWidget(gbGameModes, ":/res/btnMines.png");
-    TBW_mines->setToolTip("<b>" + ToggleButtonWidget::tr("Add Mines") + "</b>:<br />" + tr("Enable random mines"));
-    glGMLayout->addWidget(TBW_mines,1,2,1,1);
+    TBW_resethealth = new ToggleButtonWidget(gbGameModes, ":/res/btnResetHealth.png");
+    TBW_resethealth->setToolTip("<b>" + ToggleButtonWidget::tr("Reset Health") + "</b>:<br />" + tr("All (living) hedgehogs are fully restored at the end of turn"));
+    glGMLayout->addWidget(TBW_resethealth,1,2,1,1);
 
     TBW_vampiric = new ToggleButtonWidget(gbGameModes, ":/res/btnVampiric.png");
     TBW_vampiric->setToolTip("<b>" + ToggleButtonWidget::tr("Vampirism") + "</b>:<br />" + tr("Gain 80% of the damage you do back in health"));
@@ -1601,6 +1604,14 @@
     TBW_perhogammo->setToolTip("<b>" + ToggleButtonWidget::tr("Per Hedgehog Ammo") + "</b>:<br />" + tr("Each hedgehog has its own ammo. It does not share with the team."));
     glGMLayout->addWidget(TBW_perhogammo,4,0,1,1);
 
+    TBW_nowind = new ToggleButtonWidget(gbGameModes, ":/res/btnNoWind.png");
+    TBW_nowind->setToolTip("<b>" + ToggleButtonWidget::tr("Disable Wind") + "</b>:<br />" + tr("You will not have to worry about wind anymore."));
+    glGMLayout->addWidget(TBW_nowind,4,1,1,1);
+
+    TBW_morewind = new ToggleButtonWidget(gbGameModes, ":/res/btnMoreWind.png");
+    TBW_morewind->setToolTip("<b>" + ToggleButtonWidget::tr("More Wind") + "</b>:<br />" + tr("Wind will affect almost everything."));
+    glGMLayout->addWidget(TBW_morewind,4,2,1,1);
+
     // Right
     QLabel * l;
 
@@ -1612,7 +1623,6 @@
     l->setFixedSize(32,32);
     l->setPixmap(QPixmap(":/res/iconDamage.png"));
     glBSLayout->addWidget(l,0,1,1,1);
-
     SB_DamageModifier = new QSpinBox(gbBasicSettings);
     SB_DamageModifier->setRange(10, 300);
     SB_DamageModifier->setValue(100);
@@ -1627,7 +1637,6 @@
     l->setFixedSize(32,32);
     l->setPixmap(QPixmap(":/res/iconTime.png"));
     glBSLayout->addWidget(l,1,1,1,1);
-
     SB_TurnTime = new QSpinBox(gbBasicSettings);
     SB_TurnTime->setRange(1, 9999);
     SB_TurnTime->setValue(45);
@@ -1642,7 +1651,6 @@
     l->setFixedSize(32,32);
     l->setPixmap(QPixmap(":/res/iconHealth.png"));
     glBSLayout->addWidget(l,2,1,1,1);
-
     SB_InitHealth = new QSpinBox(gbBasicSettings);
     SB_InitHealth->setRange(50, 200);
     SB_InitHealth->setValue(100);
@@ -1657,7 +1665,6 @@
     l->setFixedSize(32,32);
     l->setPixmap(QPixmap(":/res/iconSuddenDeath.png"));
     glBSLayout->addWidget(l,3,1,1,1);
-
     SB_SuddenDeath = new QSpinBox(gbBasicSettings);
     SB_SuddenDeath->setRange(0, 50);
     SB_SuddenDeath->setValue(15);
@@ -1665,77 +1672,132 @@
     glBSLayout->addWidget(SB_SuddenDeath,3,2,1,1);
 
     l = new QLabel(gbBasicSettings);
-    l->setText(QLabel::tr("Crate Drops"));
+    l->setText(QLabel::tr("Sudden Death Water Rise"));
     l->setWordWrap(true);
     glBSLayout->addWidget(l,4,0,1,1);
     l = new QLabel(gbBasicSettings);
     l->setFixedSize(32,32);
-    l->setPixmap(QPixmap(":/res/iconBox.png"));
+    l->setPixmap(QPixmap(":/res/iconSuddenDeath.png")); // TODO: icon
     glBSLayout->addWidget(l,4,1,1,1);
+    SB_WaterRise = new QSpinBox(gbBasicSettings);
+    SB_WaterRise->setRange(0, 100);
+    SB_WaterRise->setValue(47);
+    SB_WaterRise->setSingleStep(5);
+    glBSLayout->addWidget(SB_WaterRise,4,2,1,1);
 
+    l = new QLabel(gbBasicSettings);
+    l->setText(QLabel::tr("Sudden Death Health Decrease"));
+    l->setWordWrap(true);
+    glBSLayout->addWidget(l,5,0,1,1);
+    l = new QLabel(gbBasicSettings);
+    l->setFixedSize(32,32);
+    l->setPixmap(QPixmap(":/res/iconSuddenDeath.png")); // TODO: icon
+    glBSLayout->addWidget(l,5,1,1,1);
+    SB_HealthDecrease = new QSpinBox(gbBasicSettings);
+    SB_HealthDecrease->setRange(0, 100);
+    SB_HealthDecrease->setValue(5);
+    SB_HealthDecrease->setSingleStep(1);
+    glBSLayout->addWidget(SB_HealthDecrease,5,2,1,1);
+
+    l = new QLabel(gbBasicSettings);
+    l->setText(QLabel::tr("Crate Drops"));
+    l->setWordWrap(true);
+    glBSLayout->addWidget(l,6,0,1,1);
+    l = new QLabel(gbBasicSettings);
+    l->setFixedSize(32,32);
+    l->setPixmap(QPixmap(":/res/iconBox.png"));
+    glBSLayout->addWidget(l,6,1,1,1);
     SB_CaseProb = new FreqSpinBox(gbBasicSettings);
     SB_CaseProb->setRange(0, 9);
     SB_CaseProb->setValue(5);
-    glBSLayout->addWidget(SB_CaseProb,4,2,1,1);
+    glBSLayout->addWidget(SB_CaseProb,6,2,1,1);
+
+    l = new QLabel(gbBasicSettings);
+    l->setText(QLabel::tr("% Health Crates"));
+    l->setWordWrap(true);
+    glBSLayout->addWidget(l,7,0,1,1);
+    l = new QLabel(gbBasicSettings);
+    l->setFixedSize(32,32);
+    l->setPixmap(QPixmap(":/res/iconHealth.png")); // TODO: icon
+    glBSLayout->addWidget(l,7,1,1,1);
+    SB_HealthCrates = new QSpinBox(gbBasicSettings);
+    SB_HealthCrates->setRange(0, 100);
+    SB_HealthCrates->setValue(35);
+    SB_HealthCrates->setSingleStep(5);
+    glBSLayout->addWidget(SB_HealthCrates,7,2,1,1);
+
+    l = new QLabel(gbBasicSettings);
+    l->setText(QLabel::tr("Health in Crates"));
+    l->setWordWrap(true);
+    glBSLayout->addWidget(l,8,0,1,1);
+    l = new QLabel(gbBasicSettings);
+    l->setFixedSize(32,32);
+    l->setPixmap(QPixmap(":/res/iconHealth.png")); // TODO: icon
+    glBSLayout->addWidget(l,8,1,1,1);
+    SB_CrateHealth = new QSpinBox(gbBasicSettings);
+    SB_CrateHealth->setRange(0, 200);
+    SB_CrateHealth->setValue(25);
+    SB_CrateHealth->setSingleStep(5);
+    glBSLayout->addWidget(SB_CrateHealth,8,2,1,1);
 
     l = new QLabel(gbBasicSettings);
     l->setText(QLabel::tr("Mines Time"));
     l->setWordWrap(true);
-    glBSLayout->addWidget(l,5,0,1,1);
+    glBSLayout->addWidget(l,9,0,1,1);
     l = new QLabel(gbBasicSettings);
     l->setFixedSize(32,32);
     l->setPixmap(QPixmap(":/res/iconTime.png")); // TODO: icon
-    glBSLayout->addWidget(l,5,1,1,1);
+    glBSLayout->addWidget(l,9,1,1,1);
     SB_MinesTime = new QSpinBox(gbBasicSettings);
-    SB_MinesTime->setRange(-1, 3);
+    SB_MinesTime->setRange(-1, 5);
     SB_MinesTime->setValue(3);
     SB_MinesTime->setSingleStep(1);
     SB_MinesTime->setSpecialValueText(tr("Random"));
     SB_MinesTime->setSuffix(" "+ tr("Seconds"));
-    glBSLayout->addWidget(SB_MinesTime,5,2,1,1);
+    glBSLayout->addWidget(SB_MinesTime,9,2,1,1);
 
     l = new QLabel(gbBasicSettings);
     l->setText(QLabel::tr("Mines"));
     l->setWordWrap(true);
-    glBSLayout->addWidget(l,6,0,1,1);
+    glBSLayout->addWidget(l,10,0,1,1);
     l = new QLabel(gbBasicSettings);
     l->setFixedSize(32,32);
     l->setPixmap(QPixmap(":/res/iconMine.png")); // TODO: icon
-    glBSLayout->addWidget(l,6,1,1,1);
+    glBSLayout->addWidget(l,10,1,1,1);
     SB_Mines = new QSpinBox(gbBasicSettings);
-    SB_Mines->setRange(1, 80);
-    SB_Mines->setValue(1);
+    SB_Mines->setRange(0, 80);
+    SB_Mines->setValue(0);
     SB_Mines->setSingleStep(5);
-    glBSLayout->addWidget(SB_Mines,6,2,1,1);
+    glBSLayout->addWidget(SB_Mines,10,2,1,1);
 
     l = new QLabel(gbBasicSettings);
     l->setText(QLabel::tr("% Dud Mines"));
     l->setWordWrap(true);
-    glBSLayout->addWidget(l,7,0,1,1);
+    glBSLayout->addWidget(l,11,0,1,1);
     l = new QLabel(gbBasicSettings);
     l->setFixedSize(32,32);
     l->setPixmap(QPixmap(":/res/iconDud.png"));
-    glBSLayout->addWidget(l,7,1,1,1);
+    glBSLayout->addWidget(l,11,1,1,1);
     SB_MineDuds = new QSpinBox(gbBasicSettings);
     SB_MineDuds->setRange(0, 100);
     SB_MineDuds->setValue(0);
     SB_MineDuds->setSingleStep(5);
-    glBSLayout->addWidget(SB_MineDuds,7,2,1,1);
+    glBSLayout->addWidget(SB_MineDuds,11,2,1,1);
 
 
     l = new QLabel(gbBasicSettings);
     l->setText(QLabel::tr("Explosives"));
     l->setWordWrap(true);
-    glBSLayout->addWidget(l,8,0,1,1);
+    glBSLayout->addWidget(l,12,0,1,1);
     l = new QLabel(gbBasicSettings);
     l->setFixedSize(32,32);
     l->setPixmap(QPixmap(":/res/iconDamage.png"));
-    glBSLayout->addWidget(l,8,1,1,1);
+    glBSLayout->addWidget(l,12,1,1,1);
     SB_Explosives = new QSpinBox(gbBasicSettings);
     SB_Explosives->setRange(0, 40);
     SB_Explosives->setValue(0);
     SB_Explosives->setSingleStep(1);
-    glBSLayout->addWidget(SB_Explosives,8,2,1,1);
+    glBSLayout->addWidget(SB_Explosives,12,2,1,1);
 
 
     l = new QLabel(gbBasicSettings);
@@ -1774,7 +1836,7 @@
     mapper->addMapping(TBW_lowGravity, 5);
     mapper->addMapping(TBW_laserSight, 6);
     mapper->addMapping(TBW_invulnerable, 7);
-    mapper->addMapping(TBW_mines, 8);
+    mapper->addMapping(TBW_resethealth, 8);
     mapper->addMapping(TBW_vampiric, 9);
     mapper->addMapping(TBW_karma, 10);
     mapper->addMapping(TBW_artillery, 11);
@@ -1788,15 +1850,21 @@
     mapper->addMapping(TBW_infattack, 19);
     mapper->addMapping(TBW_resetweps, 20);
     mapper->addMapping(TBW_perhogammo, 21);
-    mapper->addMapping(SB_DamageModifier, 22);
-    mapper->addMapping(SB_TurnTime, 23);
-    mapper->addMapping(SB_InitHealth, 24);
-    mapper->addMapping(SB_SuddenDeath, 25);
-    mapper->addMapping(SB_CaseProb, 26);
-    mapper->addMapping(SB_MinesTime, 27);
-    mapper->addMapping(SB_Mines, 28);
-    mapper->addMapping(SB_MineDuds, 29);
-    mapper->addMapping(SB_Explosives, 30);
+    mapper->addMapping(TBW_nowind, 22);
+    mapper->addMapping(TBW_morewind, 23);
+    mapper->addMapping(SB_DamageModifier, 24);
+    mapper->addMapping(SB_TurnTime, 25);
+    mapper->addMapping(SB_InitHealth, 26);
+    mapper->addMapping(SB_SuddenDeath, 27);
+    mapper->addMapping(SB_CaseProb, 28);
+    mapper->addMapping(SB_MinesTime, 29);
+    mapper->addMapping(SB_Mines, 30);
+    mapper->addMapping(SB_MineDuds, 31);
+    mapper->addMapping(SB_Explosives, 32);
+    mapper->addMapping(SB_HealthCrates, 33);
+    mapper->addMapping(SB_CrateHealth, 34);
+    mapper->addMapping(SB_WaterRise, 35);
+    mapper->addMapping(SB_HealthDecrease, 36);
 
     mapper->toFirst();
 }
--- a/QTfrontend/pages.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/pages.h	Mon Nov 15 12:37:39 2010 +0100
@@ -425,6 +425,7 @@
     bool gameInLobby;
     QString gameInLobbyName;
     QStringList listFromServer;
+    AmmoSchemeModel * ammoSchemeModel;
 
 public slots:
     void setRoomsList(const QStringList & list);
@@ -475,7 +476,7 @@
     ToggleButtonWidget * TBW_lowGravity;
     ToggleButtonWidget * TBW_laserSight;
     ToggleButtonWidget * TBW_invulnerable;
-    ToggleButtonWidget * TBW_mines;
+    ToggleButtonWidget * TBW_resethealth;
     ToggleButtonWidget * TBW_vampiric;
     ToggleButtonWidget * TBW_karma;
     ToggleButtonWidget * TBW_artillery;
@@ -489,12 +490,18 @@
     ToggleButtonWidget * TBW_infattack;
     ToggleButtonWidget * TBW_resetweps;
     ToggleButtonWidget * TBW_perhogammo;
+    ToggleButtonWidget * TBW_nowind;
+    ToggleButtonWidget * TBW_morewind;
 
     QSpinBox * SB_DamageModifier;
     QSpinBox * SB_TurnTime;
     QSpinBox * SB_InitHealth;
     QSpinBox * SB_SuddenDeath;
+    QSpinBox * SB_WaterRise;
+    QSpinBox * SB_HealthDecrease;
     FreqSpinBox * SB_CaseProb;
+    QSpinBox * SB_HealthCrates;
+    QSpinBox * SB_CrateHealth;
     QSpinBox * SB_MinesTime;
     QSpinBox * SB_Mines;
     QSpinBox * SB_MineDuds;
Binary file QTfrontend/res/Campaign.png has changed
Binary file QTfrontend/res/HedgewarsTitle.png has changed
Binary file QTfrontend/res/StatsMedal1.png has changed
Binary file QTfrontend/res/StatsMedal2.png has changed
Binary file QTfrontend/res/StatsMedal3.png has changed
Binary file QTfrontend/res/StatsMedal4.png has changed
Binary file QTfrontend/res/btnAISurvival.png has changed
Binary file QTfrontend/res/btnBorder.png has changed
Binary file QTfrontend/res/btnDisabled.png has changed
Binary file QTfrontend/res/btnForts.png has changed
Binary file QTfrontend/res/btnInfAttack.png has changed
Binary file QTfrontend/res/btnMines.png has changed
Binary file QTfrontend/res/btnMoreWind.png has changed
Binary file QTfrontend/res/btnNoWind.png has changed
Binary file QTfrontend/res/btnOverlay.png has changed
Binary file QTfrontend/res/btnPerHogAmmo.png has changed
Binary file QTfrontend/res/btnResetHealth.png has changed
Binary file QTfrontend/res/btnResetWeps.png has changed
Binary file QTfrontend/res/btnSolid.png has changed
Binary file QTfrontend/res/btnTeamsDivide.png has changed
Binary file QTfrontend/res/mapCustom.png has changed
Binary file QTfrontend/res/mapMaze.png has changed
Binary file QTfrontend/res/mapMissing.png has changed
Binary file QTfrontend/res/mapMission.png has changed
Binary file QTfrontend/res/mapRandom.png has changed
--- a/QTfrontend/statsPage.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ b/QTfrontend/statsPage.cpp	Mon Nov 15 12:37:39 2010 +0100
@@ -177,72 +177,69 @@
                     team.Wins++; // should draws count as wins?
                 //team.SaveToFile(); // don't save yet
             }
-	    break;
-        }
-	
+            break;
+            }
+
         case 'P' : {
             int i = info.indexOf(' ');
-	    playerPosition++;
-	    QString color = info.left(i);
-	    quint32 c = color.toInt();
-	    QColor clanColor = QColor(qRgb((c >> 16) & 255, (c >> 8) & 255, c & 255));
+            playerPosition++;
+            QString color = info.left(i);
+            quint32 c = color.toInt();
+            QColor clanColor = QColor(qRgb((c >> 16) & 255, (c >> 8) & 255, c & 255));
+
+            QString playerinfo = info.mid(i + 1);
 
-	    QString playerinfo = info.mid(i + 1);
-	    
-	    i = playerinfo.indexOf(' ');
+            i = playerinfo.indexOf(' ');
 
-	    QString kills = playerinfo.left(i);
-	    QString playername = playerinfo.mid(i + 1);
-	    QString image;
+            int kills = playerinfo.left(i).toInt();
+            QString playername = playerinfo.mid(i + 1);
+            QString image;
 
-            if (lastColor == c && playerPosition <= 2) playerPosition = 1;
-	    lastColor = c;
+            if (lastColor == c) playerPosition--;
+            lastColor = c;
 
-	    switch (playerPosition)
-	    {
-	    	case 1:
-			image = "<img src=\":/res/StatsMedal1.png\">";
-			break;
-		case 2:
-			image = "<img src=\":/res/StatsMedal2.png\">";
-			break;
-		case 3:
-			image = "<img src=\":/res/StatsMedal3.png\">";
-			break;
-		default:
-			image = "<img src=\":/res/StatsMedal4.png\">";
-			break;
-	    }
+            switch (playerPosition)
+            {
+                case 1:
+                image = "<img src=\":/res/StatsMedal1.png\">";
+                break;
+            case 2:
+                image = "<img src=\":/res/StatsMedal2.png\">";
+                break;
+            case 3:
+                image = "<img src=\":/res/StatsMedal3.png\">";
+                break;
+            default:
+                image = "<img src=\":/res/StatsMedal4.png\">";
+                break;
+            }
 
             QString message;
-	    QString killstring;
-	    if (kills.toInt() == 1)
-	    {
-	    	killstring = PageGameStats::tr("(%1 kill)").arg(kills);
-	    } else {
-	    	killstring = PageGameStats::tr("(%1 kills)").arg(kills);
-            }
-	    
-	    message = QString("<p><h2>%1 %2. <font color=\"%4\">%3</font> ").arg(image, QString::number(playerPosition), playername, clanColor.name()) + killstring + "</h2></p>";
-            
-	    labelGameRank->setText(labelGameRank->text() + message);
-            break;
-	}
+            QString killstring = PageGameStats::tr("(%1 kill)", "", kills).arg(kills);
+
+            message = QString("<p><h2>%1 %2. <font color=\"%4\">%3</font> ").arg(image, QString::number(playerPosition), playername, clanColor.name()) + killstring + "</h2></p>";
+
+            labelGameRank->setText(labelGameRank->text() + message);
+                break;
+        }
         case 's' : {
             int i = info.indexOf(' ');
-            QString message = "<p><img src=\":/res/StatsMostSelfDamage.png\"> " + PageGameStats::tr("<b>%1</b> thought it's good to shoot his own hedgehogs with <b>%2</b> pts.").arg(info.mid(i + 1), info.left(i)) + "</p>";
+            int num = info.left(i).toInt();
+            QString message = "<p><img src=\":/res/StatsMostSelfDamage.png\"> " + PageGameStats::tr("<b>%1</b> thought it's good to shoot his own hedgehogs with <b>%2</b> pts.", "", num).arg(info.mid(i + 1)).arg(num) + "</p>";
             AddStatText(message);
             break;
         }
         case 'S' : {
             int i = info.indexOf(' ');
-            QString message = "<p><img src=\":/res/StatsSelfKilled.png\"> " + PageGameStats::tr("<b>%1</b> killed <b>%2</b> of his own hedgehogs.").arg(info.mid(i + 1), info.left(i)) + "</p>"; 
+            int num = info.left(i).toInt();
+            QString message = "<p><img src=\":/res/StatsSelfKilled.png\"> " + PageGameStats::tr("<b>%1</b> killed <b>%2</b> of his own hedgehogs.", "", num).arg(info.mid(i + 1)).arg(num) + "</p>";
             AddStatText(message);
             break;
         }
         case 'B' : {
             int i = info.indexOf(' ');
-            QString message = "<p><img src=\":/res/StatsSkipped.png\"> " + PageGameStats::tr("<b>%1</b> was scared and skipped turn <b>%2</b> times.").arg(info.mid(i + 1), info.left(i)) + "</p>";
+            int num = info.left(i).toInt();
+            QString message = "<p><img src=\":/res/StatsSkipped.png\"> " + PageGameStats::tr("<b>%1</b> was scared and skipped turn <b>%2</b> times.", "", num).arg(info.mid(i + 1)).arg(num) + "</p>";
             AddStatText(message);
             break;
         }
--- a/README	Wed Oct 27 14:23:47 2010 +0200
+++ b/README	Mon Nov 15 12:37:39 2010 +0100
@@ -3,35 +3,5 @@
 Images and sounds are distributed under the terms of the GNU FDL licence.
 
 Source:
-Copyright 2004-2009 Andrey Korotaev <unC0Rr@gmail.com>
-Copyright 2006-2008 Igor Ulyanov aka Displacer <iulyanov@gmail.com>
-
-Sounds in Data/Sounds/Voices
-Copyright 2008, 2009 Stephen Alexander <ArmagonNo1@gmail.com>
-
-'Nature' music theme:
-Copyright 2008 Finn Brice <tiyuri@gmail.com>
-
-'Pirate', 'City', 'Oriental', 'Snow' music themes:
-Copyright 2008 Jonatan Nilsson <jonatanfan@gmail.com>
-
-Images in Data/Graphics,
-themes "nature", "Snow", "City",
-maps "Bath", "Hedgelove", "Hedgewars", "Hydrant", "mushrooms", "Plane"
-Copyright 2008 Finn Brice <tiyuri@gmail.com>
-
-Fonts: see Fonts_LICENSE.txt
-
-Map and theme "cheese":
-based on Wormux map "cheese" by Anthony Carré <yeknan AT yahoo DOT fr>
-
-Maps and themes "Bamboo", "EarthRise", "Freeway",
-map "BambooPlinko":
-Copyright 2008 Joshua Frese <joshfrese@gmail.com>
-
-Maps "Castle", "PirateFlag"
-theme "hell":
-Copyright 2008 Stanko Tadić <stanko@mfhinc.net>
-
-Theme "Sheep"
-Copyright 2008 Julien Koesten <julienkoesten@aol.com>
+Copyright 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+Portions copyright 2006-2008 Igor Ulyanov aka Displacer <iulyanov@gmail.com>
--- a/gameServer/CoreTypes.hs	Wed Oct 27 14:23:47 2010 +0200
+++ b/gameServer/CoreTypes.hs	Mon Nov 15 12:37:39 2010 +0100
@@ -143,8 +143,8 @@
     ServerInfo
         True
         "<h2><p align=center><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p></h2>"
-        "<font color=yellow><h3 align=center>Hedgewars 0.9.13 is out! Please update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></font>"
-        31
+        "<font color=yellow><h3 align=center>Hedgewars 0.9.14.1 is out! Please update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></font>"
+        35
         46631
         0
         ""
--- a/gameServer/Utils.hs	Wed Oct 27 14:23:47 2010 +0200
+++ b/gameServer/Utils.hs	Mon Nov 15 12:37:39 2010 +0100
@@ -95,6 +95,9 @@
 protoNumber2ver 30 = "0.9.13-dev"
 protoNumber2ver 31 = "0.9.13"
 protoNumber2ver 32 = "0.9.14-dev"
+protoNumber2ver 33 = "0.9.14"
+protoNumber2ver 34 = "0.9.15-dev"
+protoNumber2ver 35 = "0.9.14.1"
 protoNumber2ver _ = "Unknown"
 
 askFromConsole :: String -> IO String
--- a/hedgewars/CCHandlers.inc	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/CCHandlers.inc	Mon Nov 15 12:37:39 2010 +0100
@@ -170,6 +170,7 @@
     else CurrentHedgehog^.AmmoStore:= TeamsCount - 1;
     CurrentHedgehog^.Gear:= Gear;
     CurrentHedgehog^.Name:= id;
+    CurrentHedgehog^.InitialHealth:= Gear^.Health;
     CurrHedgehog:= HedgehogsNumber;
     inc(HedgehogsNumber)
     end
@@ -685,7 +686,7 @@
 
             if bShowAmmoMenu then bShowAmmoMenu:= false
             else if ((Gear^.State and (gstAttacking or gstAttacked)) <> 0) or 
-                    ((MultiShootAttacks > 0) and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NoRoundEndHint) = 0)) or
+                    ((MultiShootAttacks > 0) and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NoRoundEnd) = 0)) or
                     ((Gear^.State and gstHHDriven) = 0) then else bShowAmmoMenu:= true
             end;
     if ReadyTimeLeft > 1 then ReadyTimeLeft:= 1
--- a/hedgewars/CMakeLists.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -91,7 +91,7 @@
 find_program(fpc_executable ${fpc_tryexe})
 
 if(fpc_executable)
-	 exec_program(${fpc_executable} ARGS "-h" OUTPUT_VARIABLE fpc_output)
+	 exec_program(${fpc_executable} ARGS "-iV" OUTPUT_VARIABLE fpc_output)
 endif(fpc_executable)
 
 set(noexecstack_flags "-k-z" "-knoexecstack")
--- a/hedgewars/GSHandlers.inc	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/GSHandlers.inc	Mon Nov 15 12:37:39 2010 +0100
@@ -317,7 +317,11 @@
 
     if Gear^.AdvBounce > 1 then dec(Gear^.AdvBounce);
 
-    if isFalling then Gear^.dY := Gear^.dY + cGravity;
+    if isFalling then 
+        begin
+        Gear^.dY := Gear^.dY + cGravity;
+        if (GameFlags and gfMoreWind) <> 0 then Gear^.dX := Gear^.dX + cWindSpeed * _16 / max(12,sqr(Gear^.Radius))
+        end;
 
     Gear^.X := Gear^.X + Gear^.dX;
     Gear^.Y := Gear^.Y + Gear^.dY;
@@ -352,7 +356,7 @@
     dec(Gear^.Timer);
     if Gear^.Timer = 1000 then // might need adjustments
         case Gear^.Kind of 
-            gtAmmo_Bomb: makeHogsWorry(Gear^.X, Gear^.Y, 50);
+            gtBomb: makeHogsWorry(Gear^.X, Gear^.Y, 50);
             gtClusterBomb: makeHogsWorry(Gear^.X, Gear^.Y, 20);
             gtWatermelon: makeHogsWorry(Gear^.X, Gear^.Y, 75);
             gtHellishBomb: makeHogsWorry(Gear^.X, Gear^.Y, 90);
@@ -376,7 +380,7 @@
     if Gear^.Timer = 0 then
     begin
         case Gear^.Kind of 
-            gtAmmo_Bomb: doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound);
+            gtBomb: doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound);
             gtBall: doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 40, EXPLAutoSound);
             gtClusterBomb: 
                 begin
@@ -422,7 +426,11 @@
                 begin
                 doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 20, EXPLAutoSound);
                 for i:= 0 to 2 do
-                    AddGear(int64(hwRound(Gear^.X)) - 30 + GetRandom(60), int64(hwRound(Gear^.Y)) - 20 + GetRandom(40), gtPoisonCloud, 0, _0, _0, 0);
+                    begin
+                    x:= GetRandom(60);
+                    y:= GetRandom(40);
+                    AddGear(hwRound(Gear^.X) - 30 + x, hwRound(Gear^.Y) - 20 + y, gtPoisonCloud, 0, _0, _0, 0);
+                    end
                 end;
         end;
     DeleteGear(Gear);
@@ -505,10 +513,10 @@
 end;
 
 ////////////////////////////////////////////////////////////////////////////////
-procedure doStepGrenade(Gear: PGear);
+procedure doStepShell(Gear: PGear);
 begin
     AllInactive := false;
-    Gear^.dX := Gear^.dX + cWindSpeed;
+    if (GameFlags and gfMoreWind) = 0 then Gear^.dX := Gear^.dX + cWindSpeed;
     doStepFallingGear(Gear);
     if (Gear^.State and gstCollision) <> 0 then
     begin
@@ -618,6 +626,10 @@
     dec(Gear^.Timer);
     if Gear^.Timer = 0 then
     begin
+        PHedgehog(Gear^.Hedgehog)^.Gear^.Message:= PHedgehog(Gear^.Hedgehog)^.Gear^.Message and not gmAttack;
+        PHedgehog(Gear^.Hedgehog)^.Gear^.State:= PHedgehog(Gear^.Hedgehog)^.Gear^.State and not gstAttacking;
+        AttackBar:= 0;
+        
         Gear^.SoundChannel := LoopSound(sndBee);
         Gear^.Timer := 5000;
         // save initial speed in otherwise unused Friction variable
@@ -696,6 +708,7 @@
 var 
     i, x, y: LongWord;
     oX, oY: hwFloat;
+    VGear: PVisualGear;
 begin
     AllInactive := false;
     inc(Gear^.Timer);
@@ -742,6 +755,41 @@
             cLaserSighting := false;
         if (Ammoz[Gear^.AmmoType].Ammo.NumPerTurn <= CurrentHedgehog^.MultiShootAttacks) and
            ((GameFlags and gfArtillery) = 0) then cArtillery := false;
+        
+        // Bullet Hit
+        if (hwRound(Gear^.X) and LAND_WIDTH_MASK = 0) 
+            and (hwRound(Gear^.Y) and LAND_HEIGHT_MASK = 0) then
+        begin
+            VGear := AddVisualGear(hwRound(Gear^.X), hwRound(Gear^.Y), vgtBulletHit);
+            if VGear <> nil then
+            begin
+                VGear^.Angle := DxDy2Angle(-Gear^.dX, Gear^.dY);
+            end;
+        end;
+        
+        // Bullet trail
+        VGear := AddVisualGear(
+            hwround(CurrentHedgehog^.Gear^.X) + GetLaunchX(CurrentHedgehog^.CurAmmoType, hwSign(CurrentHedgehog^.Gear^.dX), CurrentHedgehog^.Gear^.Angle), 
+            hwround(CurrentHedgehog^.Gear^.Y) + GetLaunchY(CurrentHedgehog^.CurAmmoType, CurrentHedgehog^.Gear^.Angle),
+            vgtLineTrail
+        );
+        if VGear <> nil then
+        begin
+            // http://mantis.freepascal.org/view.php?id=17714 hits again
+            VGear^.dX := Gear^.X.QWordValue / SignAs(_1,_1).QWordValue;
+            VGear^.dY := Gear^.Y.QWordValue / SignAs(_1,_1).QWordValue;
+            
+            // reached edge of land. assume infinite beam. Extend it way out past camera
+            if (hwRound(Gear^.X) and LAND_WIDTH_MASK <> 0) 
+                or (hwRound(Gear^.Y) and LAND_HEIGHT_MASK <> 0) then
+            begin
+                VGear^.dX := VGear^.dX + (CurrentHedgehog^.Gear^.dX * LAND_WIDTH).QWordValue / SignAs(_1,_1).QWordValue;
+                VGear^.dY := VGear^.dY + (CurrentHedgehog^.Gear^.dY * LAND_WIDTH).QWordValue / SignAs(_1,_1).QWordValue;
+            end;
+            
+            VGear^.Timer := 200;
+        end;
+        
         Gear^.doStep := @doStepShotIdle
     end;
 end;
@@ -1073,6 +1121,7 @@
     HHGear^.X := HHGear^.X + HHGear^.dX;
     HHGear^.Y := HHGear^.Y + HHGear^.dY;
     HHGear^.dY := HHGear^.dY + cGravity;
+    if (GameFlags and gfMoreWind) <> 0 then HHGear^.dX := HHGear^.dX + cWindSpeed * _0_2;
 
     if (Gear^.Message and gmAttack) <> 0 then
     begin
@@ -1135,7 +1184,11 @@
     else
         if (Gear^.Message and gmRight <> 0) then HHGear^.dX := HHGear^.dX + _0_0002;
 
-    if not TestCollisionYwithGear(HHGear, 1) then HHGear^.dY := HHGear^.dY + cGravity;
+    if not TestCollisionYwithGear(HHGear, 1) then
+        begin
+        HHGear^.dY := HHGear^.dY + cGravity;
+        if (GameFlags and gfMoreWind) <> 0 then HHGear^.dX := HHGear^.dX + cWindSpeed * _0_2
+        end;
 
     ropeDx := HHGear^.X - Gear^.X;
     // vector between hedgehog and rope attaching point
@@ -1219,8 +1272,7 @@
             end;
         nx := nx - tx;
         ny := ny - ty;
-        lx := hwRound(nx);
-        ly := hwRound(ny);
+
         // len := len - _0_3 // should be the same as increase step
         len.QWordValue := len.QWordValue - _0_3.QWordValue;
         end;
@@ -1319,7 +1371,7 @@
     DeleteCI(HHGear);
 
     if (HHGear^.State and gstMoving) <> 0 then
-    begin
+        begin
         if TestCollisionXwithGear(HHGear, hwSign(HHGear^.dX)) then SetLittle(HHGear^.dX);
         if HHGear^.dY.isNegative and TestCollisionYwithGear(HHGear, -1) then HHGear^.dY := _0;
 
@@ -1327,44 +1379,48 @@
         Gear^.X := Gear^.X + HHGear^.dX;
 
         if TestCollisionYwithGear(HHGear, 1) then
-        begin
+            begin
             CheckHHDamage(HHGear);
-            HHGear^.dY := _0;
+            HHGear^.dY := _0
             //HHGear^.State:= HHGear^.State and not (gstHHJumping or gstHHHJump);
-        end
+            end
         else
-        begin
+            begin
             HHGear^.Y := HHGear^.Y + HHGear^.dY;
             Gear^.Y := Gear^.Y + HHGear^.dY;
             HHGear^.dY := HHGear^.dY + cGravity;
-        end;
+            if (GameFlags and gfMoreWind) <> 0 then HHGear^.dX := HHGear^.dX + cWindSpeed * _0_2
+            end;
 
         tt := Gear^.Elasticity;
         tx := _0;
         ty := _0;
         while tt > _20 do
-        begin
+            begin
             if  TestCollisionXwithXYShift(Gear, tx, hwRound(ty), -hwSign(Gear^.dX))
                or TestCollisionYwithXYShift(Gear, hwRound(tx), hwRound(ty), -hwSign(Gear^.dY)) then
-            begin
+                begin
                 Gear^.X := Gear^.X + tx;
                 Gear^.Y := Gear^.Y + ty;
                 Gear^.Elasticity := tt;
                 Gear^.doStep := @doStepRopeWork;
                 PlaySound(sndRopeAttach);
                 with HHGear^ do
+                    begin
                     State := State and not (gstAttacking or gstHHJumping or gstHHHJump);
+                    Message := Message and not gmAttack
+                    end;
 
                 RemoveFromAmmo;
 
                 tt := _0;
                 exit
-            end;
+                end;
             tx := tx + Gear^.dX + Gear^.dX;
             ty := ty + Gear^.dY + Gear^.dY;
             tt := tt - _2;
+            end;
         end;
-    end;
 
     CheckCollision(Gear);
 
@@ -1372,29 +1428,32 @@
         if Gear^.Elasticity < _10 then
             Gear^.Elasticity := _10000
     else
-    begin
+        begin
         Gear^.doStep := @doStepRopeWork;
         PlaySound(sndRopeAttach);
         with HHGear^ do
+            begin
             State := State and not (gstAttacking or gstHHJumping or gstHHHJump);
+            Message := Message and not gmAttack
+            end;
 
         RemoveFromAmmo;
 
         exit
-    end;
+        end;
 
     if (Gear^.Elasticity > Gear^.Friction)
        or ((Gear^.Message and gmAttack) = 0)
        or ((HHGear^.State and gstHHDriven) = 0)
        or (HHGear^.Damage > 0) then
-    begin
+        begin
         with PHedgehog(Gear^.Hedgehog)^.Gear^ do
-        begin
+            begin
             State := State and not gstAttacking;
             Message := Message and not gmAttack
-        end;
+            end;
         DeleteGear(Gear)
-    end
+        end
 end;
 
 procedure doStepRope(Gear: PGear);
@@ -1427,35 +1486,35 @@
 
     if ((Gear^.State and gsttmpFlag) <> 0) and (Gear^.Health <> 0) then
         if ((Gear^.State and gstAttacking) = 0) then
-        begin
+            begin
             if ((GameTicks and $1F) = 0) then
                 if CheckGearNear(Gear, gtHedgehog, 46, 32) <> nil then Gear^.State := Gear^.State or
                                                                                       gstAttacking
-        end
-    else // gstAttacking <> 0
-    begin
-        AllInactive := false;
-        if (Gear^.Timer and $FF) = 0 then PlaySound(sndMineTick);
-        if Gear^.Timer = 0 then
-        begin
-            if ((Gear^.State and gstWait) <> 0) or
-               (cMineDudPercent = 0) or
-               (getRandom(100) > cMineDudPercent) then
+            end
+        else // gstAttacking <> 0
             begin
-                doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound);
-                DeleteGear(Gear)
+            AllInactive := false;
+            if (Gear^.Timer and $FF) = 0 then PlaySound(sndMineTick);
+            if Gear^.Timer = 0 then
+                begin
+                if ((Gear^.State and gstWait) <> 0) or
+                   (cMineDudPercent = 0) or
+                   (getRandom(100) > cMineDudPercent) then
+                    begin
+                    doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound);
+                    DeleteGear(Gear)
+                    end
+                else
+                    begin
+                    AddVisualGear(hwRound(Gear^.X) - 4  + Random(8), hwRound(Gear^.Y) - 4 - Random(4),
+                    vgtSmoke);
+                    PlaySound(sndVaporize);
+                    Gear^.Health := 0;
+                    end;
+                exit
+                end;
+            dec(Gear^.Timer);
             end
-            else
-            begin
-                AddVisualGear(hwRound(Gear^.X) - 4  + Random(8), hwRound(Gear^.Y) - 4 - Random(4),
-                vgtSmoke);
-                PlaySound(sndVaporize);
-                Gear^.Health := 0;
-            end;
-            exit
-        end;
-        dec(Gear^.Timer);
-    end
     else // gsttmpFlag = 0
         if (TurnTimeLeft = 0) or ((GameFlags and gfInfAttack) <> 0) then Gear^.State := Gear^.State or gsttmpFlag;
 end;
@@ -1755,7 +1814,7 @@
 
     AmmoShove(Gear, 30, 115);
 
-    HHGear^.State := HHGear^.State and not gstNoDamage;
+    HHGear^.State := (HHGear^.State and (not gstNoDamage)) or gstMoving;
     Gear^.Timer := 250;
     Gear^.doStep := @doStepIdle
 end;
@@ -1776,7 +1835,8 @@
         Gear^.X := Gear^.X + Gear^.dX * 5
     end;
 
-    HHGear^.State := HHGear^.State and not gstNoDamage;
+    HHGear^.State := (HHGear^.State and (not gstNoDamage)) or gstMoving;
+
     Gear^.Timer := 250;
     Gear^.doStep := @doStepIdle
 end;
@@ -2027,8 +2087,6 @@
 
 ////////////////////////////////////////////////////////////////////////////////
 procedure doStepAirAttackWork(Gear: PGear);
-var 
-    i: Longint;
 begin
     AllInactive := false;
     Gear^.X := Gear^.X + cAirPlaneSpeed * Gear^.Tag;
@@ -2041,9 +2099,12 @@
                              Gear^.Tag, _0, 0);
             1: FollowGear := AddGear(hwRound(Gear^.X), hwRound(Gear^.Y), gtMine,    0, cBombsSpeed *
                              Gear^.Tag, _0, 0);
-            2: for i:= -19 to 19 do
-                   FollowGear := AddGear(hwRound(Gear^.X) + i div 3, hwRound(Gear^.Y), gtFlame, 0,
-                                 _0_001 * i, _0, 0);
+            2: FollowGear := AddGear(hwRound(Gear^.X), hwRound(Gear^.Y), gtNapalmBomb, 0, cBombsSpeed *
+                             Gear^.Tag, _0, 0);
+            3: FollowGear := AddGear(hwRound(Gear^.X), hwRound(Gear^.Y), gtDrill, gsttmpFlag, cBombsSpeed *
+                             Gear^.Tag, _0, 0);
+            //4: FollowGear := AddGear(hwRound(Gear^.X), hwRound(Gear^.Y), gtWaterMelon, 0, cBombsSpeed *
+            //                 Gear^.Tag, _0, 5000);
         end;
         Gear^.dX := Gear^.dX + int2hwFloat(30 * Gear^.Tag)
     end;
@@ -2072,7 +2133,7 @@
     Gear^.Y := int2hwFloat(topY-300);
     Gear^.dX := int2hwFloat(TargetPoint.X - 5 * Gear^.Tag * 15);
 
-    if (int2hwFloat(TargetPoint.Y) - Gear^.Y > _0) and (Gear^.State <> 2) then
+    if (int2hwFloat(TargetPoint.Y) - Gear^.Y > _0) then
         Gear^.dX := Gear^.dX - cBombsSpeed * hwSqrt((int2hwFloat(TargetPoint.Y) - Gear^.Y) * 2 /
                     cGravity) * Gear^.Tag;
 
@@ -2090,6 +2151,7 @@
     begin
         doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 30, EXPLAutoSound);
         DeleteGear(Gear);
+        performRumble();
         exit
     end;
     if (GameTicks and $3F) = 0 then
@@ -2644,6 +2706,12 @@
 var 
     i: LongWord;
 begin
+    if (Gear^.Tag = 0) or (cWaterLine = 0) then
+        begin
+            DeleteGear(Gear);
+            exit
+        end;
+
     AllInactive := false;
 
     inc(Gear^.Timer);
@@ -2660,9 +2728,7 @@
         SetAllToActive
     end;
 
-    inc(Gear^.Tag);
-    if (Gear^.Tag = 47) or (cWaterLine = 0) then
-        DeleteGear(Gear)
+    dec(Gear^.Tag);
 end;
 
 ////////////////////////////////////////////////////////////////////////////////
@@ -2680,6 +2746,8 @@
         Gear^.X := Gear^.X + Gear^.dX;
         Gear^.Y := Gear^.Y + Gear^.dY;
         DrawTunnel(oX, oY, Gear^.dX, Gear^.dY, 2, 6);
+        if (Gear^.Timer mod 30) = 0 then
+            AddVisualGear(hwRound(Gear^.X + _20 * Gear^.dX), hwRound(Gear^.Y + _20 * Gear^.dY), vgtDust);
         if (CheckGearDrowning(Gear)) then
         begin
             StopSound(Gear^.SoundChannel);
@@ -2698,7 +2766,10 @@
     begin
         //out of time or exited ground
         StopSound(Gear^.SoundChannel);
-        doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound);
+        if (Gear^.State and gsttmpFlag) <> 0 then
+            doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 30, EXPLAutoSound)
+        else
+            doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound);
         DeleteGear(Gear);
         exit
     end;
@@ -2714,7 +2785,9 @@
 begin
     AllInactive := false;
 
-    Gear^.dX := Gear^.dX + cWindSpeed;
+    if (Gear^.State and gsttmpFlag) = 0 then
+        Gear^.dX := Gear^.dX + cWindSpeed;
+
     oldDx := Gear^.dX;
     oldDy := Gear^.dY;
 
@@ -2740,7 +2813,10 @@
         else
         begin
             //explode right on contact with HH
-            doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound);
+            if (Gear^.State and gsttmpFlag) <> 0 then
+                doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 30, EXPLAutoSound)
+            else
+                doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound);
             DeleteGear(Gear);
             exit;
         end;
@@ -3015,7 +3091,7 @@
                         if (move.isNegative) then
                             begin
                             bubble^.X := bubble^.X + 28;
-                            bubble^.dX *= -1
+                            bubble^.dX:= bubble^.dX * (-1)
                             end
                         else bubble^.X := bubble^.X - 28;
                         end;
@@ -3029,17 +3105,19 @@
 
     // erases them all at once :-/
     if (Gear^.Timer <> 0) and (GameTicks - Gear^.Timer > 250) then
-    begin
+        begin
         Gear^.Timer := 0;
         Gear^.MsgParam := 0
-    end;
+        end;
 
     if Gear^.Health < 0 then Gear^.Health := 0;
-    if (GameTicks and $3F) = 0 then
+    i:= Gear^.Health div 20;
+    if (i <> Gear^.Damage) and ((GameTicks and $3F) = 0) then
         begin
+        Gear^.Damage:= i;
         //AddCaption('Fuel: '+inttostr(round(Gear^.Health/20))+'%', cWhiteColor, capgrpAmmostate);
         if Gear^.Tex <> nil then FreeTexture(Gear^.Tex);
-        Gear^.Tex := RenderStringTex(trmsg[sidFuel] + ': ' + inttostr(round(Gear^.Health / 20)) +
+        Gear^.Tex := RenderStringTex(trmsg[sidFuel] + ': ' + inttostr(i) +
                      '%', cWhiteColor, fntSmall)
         end;
 
@@ -3051,8 +3129,9 @@
     Gear^.X := HHGear^.X;
     Gear^.Y := HHGear^.Y;
     // For some reason I need to reapply followgear here, something else grabs it otherwise.
-    if not bShowAmmoMenu then FollowGear := HHGear;
-
+    if not bShowAmmoMenu and not CurrentTeam^.ExtDriven then FollowGear := HHGear;
+
+    if not isUnderWater and hasBorder and ((HHGear^.X < _0) or (hwRound(HHGear^.X) > LAND_WIDTH)) then HHGear^.dY.isNegative:= false;
     if ((Gear^.State and gsttmpFlag) = 0) or (HHGear^.dY < _0) then doStepHedgehogMoving(HHGear);
 
     if // (Gear^.Health = 0)
@@ -3066,11 +3145,11 @@
         or ((Gear^.Message and gmAttack) <> 0) then
         begin
         with HHGear^ do
-        begin
+            begin
             Message := 0;
             Active := true;
             State := State or gstMoving
-        end;
+            end;
         DeleteGear(Gear);
         isCursorVisible := false;
         ApplyAmmoChanges(PHedgehog(HHGear^.Hedgehog)^);
@@ -3079,7 +3158,7 @@
 //    Gear^.Tex:= RenderStringTex(trmsg[sidFuel] + ': ' + inttostr(round(Gear^.Health / 20)) + '%', cWhiteColor, fntSmall)
 
 //AddCaption(trmsg[sidFuel]+': '+inttostr(round(Gear^.Health/20))+'%', cWhiteColor, capgrpAmmostate);
-    end
+        end
 end;
 
 ////////////////////////////////////////////////////////////////////////////////
@@ -3141,19 +3220,19 @@
         Gear^.Tag := 1;
 
     if (HHGear^.Message and gmUp) <> 0 then
-    begin
+        begin
         if (not HHGear^.dY.isNegative) or (HHGear^.Y > -_256) then
             HHGear^.dY := HHGear^.dY - move;
         dec(Gear^.Health, fuel);
         Gear^.MsgParam := Gear^.MsgParam or gmUp;
-    end;
+        end;
     if (HHGear^.Message and gmLeft) <> 0 then move.isNegative := true;
     if (HHGear^.Message and (gmLeft or gmRight)) <> 0 then
-    begin
+        begin
         HHGear^.dX := HHGear^.dX + (move * _0_1);
         dec(Gear^.Health, fuel div 5);
         Gear^.MsgParam := Gear^.MsgParam or (HHGear^.Message and (gmLeft or gmRight));
-    end;
+        end;
 
     if Gear^.Health < 0 then Gear^.Health := 0;
     if ((GameTicks and $FF) = 0) and (Gear^.Health < 500) then
@@ -3161,16 +3240,15 @@
             AddVisualGear(hwRound(Gear^.X), hwRound(Gear^.Y), vgtFeather);
 
     if (HHGear^.Message and gmAttack <> 0) then
-    begin
+        begin
         HHGear^.Message := HHGear^.Message and not gmAttack;
         if Gear^.FlightTime > 0 then
-        begin
-            AddGear(hwRound(Gear^.X), hwRound(Gear^.Y) + 32, gtEgg, 0, Gear^.dX * _0_5, Gear^.dY, 0)
-            ;
+            begin
+            AddGear(hwRound(Gear^.X), hwRound(Gear^.Y) + 32, gtEgg, 0, Gear^.dX * _0_5, Gear^.dY, 0);
             PlaySound(sndBirdyLay);
             dec(Gear^.FlightTime)
+            end;
         end;
-    end;
 
     if HHGear^.Message and (gmUp or gmPrecise or gmLeft or gmRight) <> 0 then 
         Gear^.State := Gear^.State and not gsttmpFlag;
@@ -3192,25 +3270,25 @@
        or (((GameTicks and $1FF) = 0) and (not HHGear^.dY.isNegative) and TestCollisionYwithGear(
        HHGear, 1))
        or ((Gear^.Message and gmAttack) <> 0) then
-    begin
+        begin
         with HHGear^ do
-        begin
+            begin
             Message := 0;
             Active := true;
             State := State or gstMoving
-        end;
+            end;
         Gear^.State := Gear^.State or gstAnimation or gstTmpFlag;
         if HHGear^.dY < _0 then
-        begin
+            begin
             Gear^.dX := HHGear^.dX;
             Gear^.dY := HHGear^.dY;
-        end;
+            end;
         Gear^.Timer := 0;
         Gear^.doStep := @doStepBirdyDisappear;
         CurAmmoGear := nil;
         isCursorVisible := false;
         AfterAttack;
-    end
+        end
 end;
 
 ////////////////////////////////////////////////////////////////////////////////
@@ -3341,8 +3419,8 @@
 procedure doStepPortal(Gear: PGear);
 var 
     iterator, conPortal: PGear;
-    s, acptRadius, nx, ny, ox, oy, poffs, noffs, pspeed, nspeed: hwFloat;
-    hasdxy: Boolean;
+    s, r, nx, ny, ox, oy, poffs, noffs, pspeed, nspeed: hwFloat;
+    hasdxy, isbullet, iscake: Boolean;
 begin
     doPortalColorSwitch();
 
@@ -3387,10 +3465,13 @@
             break;
 
         // don't port portals or other gear that wouldn't make sense
-        if (iterator^.Kind = gtPortal) or (iterator^.Kind = gtRope) or (iterator^.PortalCounter > 20) then
-            continue;
+        if (iterator^.Kind in [gtPortal, gtRope, gtRCPlane])
+            or (iterator^.PortalCounter > 32) then
+             continue;
 
         // don't port hogs on rope
+        // TODO: this will also prevent hogs while falling after rope use from
+        //       falling through portals... fix that!
         if (CurrentHedgehog <> nil) and (CurrentHedgehog^.Gear <> nil)
            and (iterator = CurrentHedgehog^.Gear) and (CurAmmoGear <> nil) and (CurAmmoGear^.Kind =
            gtRope) then
@@ -3401,63 +3482,80 @@
             continue;
 
         // this is the max range we accept incoming gears in
-        acptRadius := Int2hwFloat(iterator^.Radius+Gear^.Radius);
+        r := Int2hwFloat(iterator^.Radius+Gear^.Radius);
 
         // too far away?
-        if (iterator^.X < Gear^.X - acptRadius)
-           or (iterator^.X > Gear^.X + acptRadius)
-           or (iterator^.Y < Gear^.Y - acptRadius)
-           or (iterator^.Y > Gear^.Y + acptRadius) then
+        if (iterator^.X < Gear^.X - r)
+           or (iterator^.X > Gear^.X + r)
+           or (iterator^.Y < Gear^.Y - r)
+           or (iterator^.Y > Gear^.Y + r) then
             continue;
 
-        hasdxy := ((iterator^.dX.QWordValue <> 0) or (iterator^.dY.QWordValue <> 0));
-
-        // won't port stuff that moves away from me!
-        if hasdxy and not (Gear^.dX*iterator^.dX + Gear^.dY*iterator^.dY).isNegative then
+        hasdxy := (((iterator^.dX.QWordValue <> 0) or (iterator^.dY.QWordValue <> 0))
+                    or ((iterator^.State or gstMoving) = 0));
+
+        // in case the object is not moving, let's asume it's falling towards the portal
+        if not hasdxy then
+        begin
+            if Gear^.Y < iterator^.Y then
                 continue;
-
-        if (iterator^.Kind <> gtCake) then
+            ox:= Gear^.X - iterator^.X;
+            oy:= Gear^.Y - iterator^.Y;
+        end
+        else
+        begin
+            ox:= iterator^.dX;
+            oy:= iterator^.dY;
+        end;
+
+        // cake will need extra treatment... it's so delicious and moist!
+        iscake:= (iterator^.Kind = gtCake);
+
+        // won't port stuff that does not move towards the front/portal entrance
+        if iscake then
+        begin
+            if not ((iterator^.X - Gear^.X)*ox + (iterator^.Y - Gear^.Y)*oy).isNegative then
+                continue;
+        end
+        else
+            if not (Gear^.dX*ox + Gear^.dY*oy).isNegative then
+                continue;
+
+        isbullet:= (iterator^.Kind in [gtShotgunShot, gtDEagleShot, gtSniperRifleShot, gtSineGunShot]);
+
+        r:= int2hwFloat(iterator^.Radius);
+
+        if not (isbullet or iscake) then
         begin
             // wow! good candidate there, let's see if the distance and direction is okay!
             if hasdxy then
             begin
-                s := int2hwFloat(iterator^.Radius) / Distance(iterator^.dX, iterator^.dY);
+                s := r / Distance(iterator^.dX, iterator^.dY);
                 ox:= iterator^.X + s * iterator^.dX;
                 oy:= iterator^.Y + s * iterator^.dY;
             end
             else
             begin
                 ox:= iterator^.X;
-                oy:= iterator^.Y + Int2hwFloat(iterator^.Radius);
+                oy:= iterator^.Y + r;
             end;
 
             if (hwRound(Distance(Gear^.X-ox,Gear^.Y-oy)) > Gear^.Radius + 1 ) then
                 continue;
         end;
 
-(*
-        noTrap := ((not Gear^.dY.isNegative or (Gear^.dY.QWordValue = 0))
-                  // can't be entered from above
-                  or ((conPortal^.dY.isNegative and not (conPortal^.dY.QWordValue = 0))));
-        // can't be left downwards; 
-
-        // prevent getting stuck in a ground portal loop       
-        if noTrap and (iterator^.dY.QWordValue < _0_08.QWordValue) then
-            continue; *)
-
-        iterator^.Active := true;
-        iterator^.State := iterator^.State or gstMoving;
-        DeleteCI(iterator);
-
-        // Until loops are reliably broken
-        inc(iterator^.PortalCounter);
-
-        // find out how much speed parallel to the portal vector
-        // the gear has, also get the vector offset
-        pspeed:= (Gear^.dX * iterator^.dX + Gear^.dY * iterator^.dY);
+        // calc gear offset in portal vector direction
         ox := (iterator^.X - Gear^.X);
         oy := (iterator^.Y - Gear^.Y);
         poffs:= (Gear^.dX * ox + Gear^.dY * oy);
+
+        if poffs < _0 then
+            continue;
+
+        //
+        // gears that make it till here will definately be ported
+        //
+
         // create a normal of the portal vector, but ...
         nx := Gear^.dY;
         ny := Gear^.dX;
@@ -3467,12 +3565,31 @@
         else
             ny.isNegative := not ny.isNegative;
 
-        // now let's find out how much speed the gear has in the
-        // direction of that normal
-        nspeed:= (nx * iterator^.dX + ny * iterator^.dY);
+        // calc gear offset in portal normal vector direction
         noffs:= (nx * ox + ny * oy);
 
-        // now let's project those back to the connected portal's vectors
+        // avoid gravity related loops of not really moving gear
+        if not iscake and (Gear^.dY.isNegative) and (conPortal^.dY.isNegative)
+            and ((iterator^.dX.QWordValue + iterator^.dY.QWordValue) < _0_08.QWordValue)
+            and (iterator^.PortalCounter > 0) then
+             continue;
+
+        // Until loops are reliably broken
+        inc(iterator^.PortalCounter);
+
+        // calc gear speed along to the vector and the normal vector of the portal
+        if hasdxy then
+        begin
+            pspeed:= (Gear^.dX * iterator^.dX + Gear^.dY * iterator^.dY);
+            nspeed:= (nx * iterator^.dX + ny * iterator^.dY);
+        end
+        else
+        begin
+            pspeed:= hwAbs(cGravity * oy);
+            nspeed:= _0;
+        end;
+
+        // creating normal vector of connected (exit) portal
         nx := conPortal^.dY;
         ny := conPortal^.dX;
         if conPortal^.Elasticity.isNegative then
@@ -3480,15 +3597,47 @@
         else
             ny.isNegative := not ny.isNegative;
 
+        // inverse cake's normal movement direction,
+        // as if it just walked through a hole
+        if iscake then
+            nspeed.isNegative:= not nspeed.isNegative;
+
 //AddFileLog('poffs:'+cstr(poffs)+' noffs:'+cstr(noffs)+' pspeed:'+cstr(pspeed)+' nspeed:'+cstr(nspeed));
         iterator^.dX := -pspeed * conPortal^.dX + nspeed * nx;
         iterator^.dY := -pspeed * conPortal^.dY + nspeed * ny;
-        if iterator^.Kind = gtCake then
-            poffs := poffs * _0_5;
+
+        // make the gear's exit position close to the portal while
+        // still respecting the movement direction
+
+         // determine the distance (in exit vector direction)
+         // that we want the gear at
+         if iscake then
+             ox:= (r - _0_7)
+         else
+             ox:= (r + _1_9);
+         s:= ox / poffs;
+         poffs:= ox;
+         if (nspeed.QWordValue <> 0) and (pspeed > _0) then
+             noffs:= noffs * s * (nspeed / pspeed);
+
+        // move stuff with high normal offset closer to the portal's center
+        if not isbullet then
+        begin
+            s := hwAbs(noffs) + r - int2hwFloat(Gear^.Radius);
+            if s > _0 then
+                noffs:= noffs - SignAs(s,noffs)
+        end;
+
         iterator^.X := conPortal^.X + poffs * conPortal^.dX + noffs * nx;
         iterator^.Y := conPortal^.Y + poffs * conPortal^.dY + noffs * ny;
 
-        FollowGear := iterator;
+        if not hasdxy and not (conPortal^.dY.isNegative) then
+        begin
+            iterator^.dY:= iterator^.dY + hwAbs(cGravity * (iterator^.Y - conPortal^.Y))
+        end;
+
+        if not isbullet then
+            FollowGear := iterator;
 //AddFileLog('portal''d');
 
 {
@@ -3496,6 +3645,20 @@
         iterator^.dX := s * iterator^.dX;
         iterator^.dY := s * iterator^.dY;
 }
+        // This jiggles gears, to ensure a portal connection just placed under a gear takes effect.
+        iterator:= GearsList;
+        while iterator <> nil do
+            begin
+            if iterator^.Kind <> gtPortal then
+                begin
+                iterator^.Active:= true;
+                if iterator^.dY.QWordValue = _0.QWordValue then iterator^.dY.isNegative:= false;
+                iterator^.State:= iterator^.State or gstMoving;
+                DeleteCI(iterator);
+                //inc(iterator^.dY.QWordValue,10);
+                end;
+            iterator:= iterator^.NextGear
+            end;
 
         if Gear^.Health > 1 then dec(Gear^.Health);
 
@@ -3871,7 +4034,8 @@
     Gear^.dX.isNegative := not Gear^.dX.isNegative;
     Gear^.dY.isNegative := not Gear^.dY.isNegative;
 
-    Gear^.doStep := @doStepSineGunShotWork; 
+    Gear^.doStep := @doStepSineGunShotWork;
+    performRumble();
 end;
 
 ////////////////////////////////////////////////////////////////////////////////
@@ -3879,7 +4043,7 @@
 var 
     HHGear: PGear;
     rx, ry, speed: hwFloat;
-    gX, gY: LongInt;
+    i, gX, gY: LongInt;
     Fire: PGear;
 begin
     AllInactive := false;
@@ -3889,25 +4053,25 @@
     gY := hwRound(Gear^.Y) + GetLaunchY(amBallgun, HHGear^.Angle);
     
     if (GameTicks and $FF) = 0 then
-    begin
+        begin
         if (HHGear^.Message and gmRight) <> 0 then
-        begin
+            begin
             if HHGear^.dX.isNegative and (Gear^.Tag < 20) then inc(Gear^.Tag)
             else if Gear^.Tag > 5 then dec(Gear^.Tag);
-        end
+            end
         else if (HHGear^.Message and gmLeft) <> 0 then
-        begin
+            begin
             if HHGear^.dX.isNegative and (Gear^.Tag > 5) then dec(Gear^.Tag)
             else if Gear^.Tag < 20 then inc(Gear^.Tag);
-        end
-    end;
+            end
+        end;
     
     dec(Gear^.Timer);
     if Gear^.Timer = 0 then
-    begin
+        begin
         dec(Gear^.Health);
         if (Gear^.Health mod 10) = 0 then
-        begin
+            begin
             rx := rndSign(getRandom * _0_1);
             ry := rndSign(getRandom * _0_1);
             speed := _0_8 * (_10 / Gear^.Tag);
@@ -3921,21 +4085,26 @@
                 Fire := AddGear(gx, gy, gtFlame, 0,
                             SignAs(AngleSin(HHGear^.Angle) * speed, HHGear^.dX) + rx,
                     AngleCos(HHGear^.Angle) * ( - speed) + ry, 0);
-        end;
+            end;
         Gear^.Timer:= Gear^.Tag
-    end;
+        end;
 
     if (Gear^.Health = 0) or (HHGear^.Damage <> 0) then
-    begin
+        begin
         DeleteGear(Gear);
         AfterAttack
-    end
+        end
     else
-    begin
-        if Gear^.Tex <> nil then FreeTexture(Gear^.Tex);
-        Gear^.Tex := RenderStringTex(trmsg[sidFuel] + ': ' + inttostr(round(Gear^.Health / 5)) +
-                     '%', cWhiteColor, fntSmall) 
-    end
+        begin
+        i:= Gear^.Health div 5;
+        if (i <> Gear^.Damage) and ((GameTicks and $3F) = 0) then
+            begin
+            Gear^.Damage:= i;
+            if Gear^.Tex <> nil then FreeTexture(Gear^.Tex);
+            Gear^.Tex := RenderStringTex(trmsg[sidFuel] + ': ' + inttostr(i) +
+                         '%', cWhiteColor, fntSmall)
+            end
+        end
 end;
 
 procedure doStepFlamethrower(Gear: PGear);
@@ -4084,7 +4253,7 @@
     Gear^.doStep := @doStepHammerHitWork
 end;
 
-
+////////////////////////////////////////////////////////////////////////////////
 procedure doStepResurrectorWork(Gear: PGear);
 var
     graves: TPGearArray;
@@ -4092,45 +4261,60 @@
     hh: PHedgehog;
     i: LongInt;
 begin
+    if (TurnTimeLeft > 0) then
+        dec(TurnTimeLeft);
+
     AllInactive := false;
     hh := PHedgehog(Gear^.Hedgehog);
-    RenderHealth(hh^);
-    DrawCentered(hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy -
+    DrawCentered(hwRound(hh^.Gear^.X) + WorldDx, hwRound(hh^.Gear^.Y) + WorldDy -
             cHHRadius - 14 - hh^.HealthTagTex^.h, hh^.HealthTagTex);
-    DrawCircle(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Radius, 1.5, 0, 0, $FF,
-            $FF);
-
-    doStepHedgehogMoving(hh^.Gear);
-
-    if ((Gear^.Message and gmUp) <> 0) then begin
+    (*DrawCircle(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Radius, 1.5, 0, 0, $FF,
+            $FF);*)
+
+    if ((Gear^.Message and gmUp) <> 0) then 
+        begin
         if (GameTicks and $F) <> 0 then exit;
-    end else begin
-        if (GameTicks and $1FF) <> 0 then exit;
-    end;
-
-    graves := GearsNear(hh^.Gear, gtGrave, Gear^.Radius);
-
-    if Length(graves) = 0 then begin
+        end 
+    else if (GameTicks and $1FF) <> 0 then exit;
+
+    if Gear^.Power < 45 then 
+        begin
+        inc(Gear^.Power);
+        if not TestCollisionYwithGear(hh^.Gear, -1) then hh^.Gear^.Y := hh^.Gear^.Y - _1;
+        end;
+
+    graves := GearsNear(Gear^.X, Gear^.Y, gtGrave, Gear^.Radius);
+
+    if Length(graves) = 0 then 
+        begin
         StopSound(Gear^.SoundChannel);
         Gear^.Timer := 250;
         Gear^.doStep := @doStepIdle;
         exit;
-    end;
-
-    if ((Gear^.Message and gmAttack) <> 0) and (hh^.Gear^.Health > 0) then begin
-        i := getRandom(Length(graves));
+        end;
+
+    if ((Gear^.Message and gmAttack) <> 0) and (hh^.Gear^.Health > 0) and (TurnTimeLeft > 0) then 
+        begin
+        if Length(graves) <= Gear^.Tag then Gear^.Tag:= 0;
         dec(hh^.Gear^.Health);
-        inc(graves[i]^.Health);
+        if (hh^.Gear^.Health = 0) and (hh^.Gear^.Damage = 0) then
+            hh^.Gear^.Damage:= 1;
+        RenderHealth(hh^);
+        inc(graves[Gear^.Tag]^.Health);
+        inc(Gear^.Tag)
 {-for i:= 0 to High(graves) do begin
             if hh^.Gear^.Health > 0 then begin
                 dec(hh^.Gear^.Health);
                 inc(graves[i]^.Health);
             end;
         end; -}
-    end else begin
+        end 
+    else 
+        begin
         // now really resurrect the hogs with the hp saved in the graves
-        for i:= 0 to High(graves) do begin
-            if graves[i]^.Health > 0 then begin
+        for i:= 0 to High(graves) do
+            if graves[i]^.Health > 0 then
+                begin
                 resgear := AddGear(hwRound(graves[i]^.X), hwRound(graves[i]^.Y),
                         gtHedgehog, gstWait, _0, _0, 0);
                 resgear^.Hedgehog := graves[i]^.Hedgehog;
@@ -4139,34 +4323,88 @@
                 DeleteGear(graves[i]);
                 RenderHealth(PHedgehog(resgear^.Hedgehog)^);
                 RecountTeamHealth(Phedgehog(resgear^.Hedgehog)^.Team);
-            end;
-        end;
+                PHedgehog(resgear^.Hedgehog)^.Effects[heResurrected]:= true;
+                if PHedgehog(resgear^.Hedgehog)^.Hat = 'NoHat' then
+                    begin
+                    FreeTexture(PHedgehog(resgear^.Hedgehog)^.HatTex);
+                    PHedgehog(resgear^.Hedgehog)^.HatTex := Surface2Tex(
+                        LoadImage(Pathz[ptHats] + '/Reserved/Zombie', ifNone),
+                        True)
+                    end
+                end;
+
+        hh^.Gear^.dY := _0;
+        hh^.Gear^.dX := _0;
+        doStepHedgehogMoving(hh^.Gear);
         StopSound(Gear^.SoundChannel);
         Gear^.Timer := 250;
         Gear^.doStep := @doStepIdle;
-    end;
+        end
+    //if hh^.Gear^.Health = 0 then doStepHedgehogFree(hh^.Gear);
 end;
 
 procedure doStepResurrector(Gear: PGear);
 var
     graves: TPGearArray;
-    hh: PHedgehog;
     i: LongInt;
 begin
     AllInactive := false;
-    hh := PHedgehog(Gear^.Hedgehog);
-    graves := GearsNear(hh^.Gear, gtGrave, Gear^.Radius);
-
-    if Length(graves) > 0 then begin
-        for i:= 0 to High(graves) do begin
+    graves := GearsNear(Gear^.X, Gear^.Y, gtGrave, Gear^.Radius);
+
+    if Length(graves) > 0 then
+        begin
+        for i:= 0 to High(graves) do
+            begin
             PHedgehog(graves[i]^.Hedgehog)^.Gear := nil;
             graves[i]^.Health := 0;
-        end;
+            end;
         Gear^.doStep := @doStepResurrectorWork;
-    end else begin
+        end 
+    else 
+        begin
         StopSound(Gear^.SoundChannel);
         Gear^.Timer := 250;
         Gear^.doStep := @doStepIdle;
-    end;
+        end
 end;
 
+////////////////////////////////////////////////////////////////////////////////
+procedure doStepNapalmBomb(Gear: PGear);
+var
+    i, gX, gY: LongInt;
+    dX, dY: hwFloat;
+begin
+    AllInactive := false;
+    doStepFallingGear(Gear);
+    if (Gear^.Timer > 0) and ((Gear^.State and gstCollision) <> 0) then
+    begin
+        doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 10, EXPLAutoSound);
+        gX := hwRound(Gear^.X);
+        gY := hwRound(Gear^.Y); 
+        for i:= 0 to 10 do
+        begin
+            dX := AngleCos(i * 2) * ((_0_1*(i div 5))) * (GetRandom + _1);
+            dY := AngleSin(i * 8) * _0_5 * (GetRandom + _1);
+            AddGear(gX, gY, gtFlame, 0, dX, dY, 0);
+            AddGear(gX, gY, gtFlame, 0, dX, -dY, 0);
+            AddGear(gX, gY, gtFlame, 0, -dX, dY, 0);
+            AddGear(gX, gY, gtFlame, 0, -dX, -dY, 0);
+        end;
+        DeleteGear(Gear);
+        exit
+    end;
+    if (Gear^.Timer = 0) then
+    begin
+        doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 10, EXPLAutoSound);
+        for i:= -19 to 19 do
+           FollowGear := AddGear(hwRound(Gear^.X) + i div 3, hwRound(Gear^.Y), gtFlame, 0, _0_001 * i, _0, 0);
+        DeleteGear(Gear);
+        exit
+    end;
+    if (GameTicks and $3F) = 0 then
+        AddVisualGear(hwRound(Gear^.X), hwRound(Gear^.Y), vgtSmokeTrace);
+    dec(Gear^.Timer)
+end;
+
+////////////////////////////////////////////////////////////////////////////////
+
--- a/hedgewars/GearDrawing.inc	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/GearDrawing.inc	Mon Nov 15 12:37:39 2010 +0100
@@ -1,10 +1,9 @@
-procedure DrawHH(Gear: PGear);
+procedure DrawHH(Gear: PGear; ox, oy: LongInt);
 var i, t: LongInt;
     amt: TAmmoType;
-    hx, hy, cx, cy, tx, ty, sx, sy, m: LongInt;  // hedgehog, crosshair, temp, sprite, direction
+    sign, hx, hy, cx, cy, tx, ty, sx, sy, m: LongInt;  // hedgehog, crosshair, temp, sprite, direction
     dx, dy, ax, ay, aAngle, dAngle, hAngle, lx, ly: real;  // laser, change
     defaultPos, HatVisible: boolean;
-    VertexBuffer: array [0..1] of TVertex2f;
     HH: PHedgehog;
     CurWeapon: PAmmo;
 begin
@@ -12,25 +11,27 @@
 if HH^.Unplaced then exit;
 m:= 1;
 if ((Gear^.State and gstHHHJump) <> 0) and not cArtillery then m:= -1;
+sx:= ox + 1; // this offset is very common
+sy:= oy - 3;
+sign:= hwSign(Gear^.dX);
+
 if (Gear^.State and gstHHDeath) <> 0 then
     begin
-    DrawSprite(sprHHDeath, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 26 + WorldDy, Gear^.Pos);
+    DrawSprite(sprHHDeath, ox - 16, oy - 26, Gear^.Pos);
     Tint(HH^.Team^.Clan^.Color);
-    DrawSprite(sprHHDeath, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 26 + WorldDy, Gear^.Pos + 8);
+    DrawSprite(sprHHDeath, ox - 16, oy - 26, Gear^.Pos + 8);
     Tint($FF, $FF, $FF, $FF);
     exit
     end
 else if (Gear^.State and gstHHGone) <> 0 then
     begin
-    DrawRotatedF(sprTeleport, hwRound(Gear^.X) + 1 + WorldDx, hwRound(Gear^.Y) - 3 + WorldDy, Gear^.Pos, hwSign(Gear^.dX), 0);
+    DrawRotatedF(sprTeleport, sx, sy, Gear^.Pos, sign, 0);
     exit
     end;
 
 defaultPos:= true;
 HatVisible:= false;
 
-sx:= hwRound(Gear^.X) + 1 + WorldDx;
-sy:= hwRound(Gear^.Y) - 3 + WorldDy;
 
 if HH^.Effects[hePoisoned] then
     begin
@@ -43,7 +44,7 @@
    ((CurAmmoGear = nil) or (CurAmmoGear^.Kind <> gtPickHammer)) then
     begin
     DrawHedgehog(sx, sy,
-            hwSign(Gear^.dX),
+            sign,
             2,
             0,
             0);
@@ -52,7 +53,7 @@
 if (Gear^.State and gstDrowning) <> 0 then
     begin
     DrawHedgehog(sx, sy,
-            hwSign(Gear^.dX),
+            sign,
             1,
             7,
             0);
@@ -61,7 +62,7 @@
 if (Gear^.State and gstLoser) <> 0 then
     begin
     DrawHedgehog(sx, sy,
-            hwSign(Gear^.dX),
+            sign,
             2,
             3,
             0);
@@ -80,11 +81,11 @@
    3: I need to extend the beam beyond land.
    This routine perhaps should be pushed into uStore or somesuch instead of continuuing the increase in size of this function.
 *)
-        dx:= hwSign(Gear^.dX) * m * Sin(Gear^.Angle * pi / cMaxAngle);
+        dx:= sign * m * Sin(Gear^.Angle * pi / cMaxAngle);
         dy:= -Cos(Gear^.Angle * pi / cMaxAngle);
         if cLaserSighting then
             begin
-            lx:= GetLaunchX(HH^.CurAmmoType, hwSign(Gear^.dX) * m, Gear^.Angle);
+            lx:= GetLaunchX(HH^.CurAmmoType, sign * m, Gear^.Angle);
             ly:= GetLaunchY(HH^.CurAmmoType, Gear^.Angle);
 
             // ensure we start outside the hedgehog (he's solid after all)
@@ -95,8 +96,8 @@
                 end;
 
             // add hog's position
-            lx:= lx + hwRound(Gear^.X);
-            ly:= ly + hwRound(Gear^.Y);
+            lx:= lx + ox - WorldDx;
+            ly:= ly + oy - WorldDy;
 
             // decrease number of iterations required
             ax:= dx * 4;
@@ -124,53 +125,38 @@
 
             //if (abs(lx-tx)>8) or (abs(ly-ty)>8) then
                 begin
-                glDisable(GL_TEXTURE_2D);
-                glEnable(GL_LINE_SMOOTH);
-
-                glLineWidth(1.0);
-
-                Tint($FF, $00, $00, $C0);
-                VertexBuffer[0].X:= hx + WorldDx;
-                VertexBuffer[0].Y:= hy + WorldDy;
-                VertexBuffer[1].X:= tx + WorldDx;
-                VertexBuffer[1].Y:= ty + WorldDy;
-
-                glVertexPointer(2, GL_FLOAT, 0, @VertexBuffer[0]);
-                glDrawArrays(GL_LINES, 0, Length(VertexBuffer));
-                Tint($FF, $FF, $FF, $FF);
-                glEnable(GL_TEXTURE_2D);
-                glDisable(GL_LINE_SMOOTH);
+                DrawLine(hx, hy, tx, ty, 1.0, $FF, $00, $00, $C0);
                 end;
             end;
         // draw crosshair
-        cx:= Round(hwRound(Gear^.X) + dx * 80 + GetLaunchX(HH^.CurAmmoType, hwSign(Gear^.dX) * m, Gear^.Angle));
+        cx:= Round(hwRound(Gear^.X) + dx * 80 + GetLaunchX(HH^.CurAmmoType, sign * m, Gear^.Angle));
         cy:= Round(hwRound(Gear^.Y) + dy * 80 + GetLaunchY(HH^.CurAmmoType, Gear^.Angle));
         DrawRotatedTex(HH^.Team^.CrosshairTex,
                 12, 12, cx + WorldDx, cy + WorldDy, 0,
-                hwSign(Gear^.dX) * (Gear^.Angle * 180.0) / cMaxAngle);
+                sign * (Gear^.Angle * 180.0) / cMaxAngle);
         end;
-    hx:= hwRound(Gear^.X) + 8 * hwSign(Gear^.dX) + WorldDx;
-    hy:= hwRound(Gear^.Y) - 2 + WorldDy;
+    hx:= ox + 8 * sign;
+    hy:= oy - 2;
     aangle:= Gear^.Angle * 180 / cMaxAngle - 90;
     if CurAmmoGear <> nil then
     begin
         case CurAmmoGear^.Kind of
             gtShotgunShot: begin
                     if (CurAmmoGear^.State and gstAnimation <> 0) then
-                        DrawRotated(sprShotgun, hx, hy, hwSign(Gear^.dX), aangle)
+                        DrawRotated(sprShotgun, hx, hy, sign, aangle)
                     else
-                        DrawRotated(sprHandShotgun, hx, hy, hwSign(Gear^.dX), aangle);
+                        DrawRotated(sprHandShotgun, hx, hy, sign, aangle);
                 end;
-            gtDEagleShot: DrawRotated(sprDEagle, hx, hy, hwSign(Gear^.dX), aangle);
+            gtDEagleShot: DrawRotated(sprDEagle, hx, hy, sign, aangle);
             gtSniperRifleShot: begin
                     if (CurAmmoGear^.State and gstAnimation <> 0) then
-                        DrawRotatedF(sprSniperRifle, hx, hy, 1, hwSign(Gear^.dX), aangle)
+                        DrawRotatedF(sprSniperRifle, hx, hy, 1, sign, aangle)
                     else
-                        DrawRotatedF(sprSniperRifle, hx, hy, 0, hwSign(Gear^.dX), aangle)
+                        DrawRotatedF(sprSniperRifle, hx, hy, 0, sign, aangle)
                 end;
-            gtBallgun: DrawRotated(sprHandBallgun, hx, hy, hwSign(Gear^.dX), aangle);
+            gtBallgun: DrawRotated(sprHandBallgun, hx, hy, sign, aangle);
             gtRCPlane: begin
-                DrawRotated(sprHandPlane, hx, hy, hwSign(Gear^.dX), 0);
+                DrawRotated(sprHandPlane, hx, hy, sign, 0);
                 defaultPos:= false
                 end;
             gtRope: begin
@@ -185,11 +171,9 @@
                     hAngle:= 0;
                     i:= -1
                     end;
-                sx:= hwRound(Gear^.X) + WorldDx;
-                sy:= hwRound(Gear^.Y) + WorldDy;
                if ((Gear^.State and gstWinner) = 0) then
                    begin
-                   DrawHedgehog(sx, sy,
+                   DrawHedgehog(ox, oy,
                            i,
                            1,
                            0,
@@ -197,24 +181,24 @@
                    with HH^ do
                        if (HatTex <> nil) then
                            begin
-                           DrawRotatedTextureF(HatTex, 1.0, -1.0, -6.0, sx, sy, 0, i, 32, 32,
+                           DrawRotatedTextureF(HatTex, 1.0, -1.0, -6.0, ox, oy, 0, i, 32, 32,
                                i*DxDy2Angle(CurAmmoGear^.dY, CurAmmoGear^.dX) + hAngle);
                            if HatTex^.w > 64 then
                                begin
                                Tint(HH^.Team^.Clan^.Color);
-                               DrawRotatedTextureF(HatTex, 1.0, -1.0, -6.0, sx, sy, 32, i, 32, 32,
+                               DrawRotatedTextureF(HatTex, 1.0, -1.0, -6.0, ox, oy, 32, i, 32, 32,
                                    i*DxDy2Angle(CurAmmoGear^.dY, CurAmmoGear^.dX) + hAngle);
                                Tint($FF, $FF, $FF, $FF)
                                end
                            end
                    end;
-                DrawAltWeapon(Gear, sx, sy);
+                DrawAltWeapon(Gear, ox, oy);
                 defaultPos:= false
                 end;
             gtBlowTorch: begin
-                DrawRotated(sprBlowTorch, hx, hy, hwSign(Gear^.dX), aangle);
+                DrawRotated(sprBlowTorch, hx, hy, sign, aangle);
                 DrawHedgehog(sx, sy,
-                        hwSign(Gear^.dX),
+                        sign,
                         3,
                         HH^.visStepPos div 2,
                         0);
@@ -224,9 +208,9 @@
                         DrawTextureF(HatTex,
                             1,
                             sx,
-                            hwRound(Gear^.Y) - 8 + WorldDy,
+                            sy - 5,
                             0,
-                            hwSign(Gear^.dX),
+                            sign,
                             32,
                             32);
                         if HatTex^.w > 64 then
@@ -235,9 +219,9 @@
                             DrawTextureF(HatTex,
                                 1,
                                 sx,
-                                hwRound(Gear^.Y) - 8 + WorldDy,
+                                sy - 5,
                                 32,
-                                hwSign(Gear^.dX),
+                                sign,
                                 32,
                                 32);
                             Tint($FF, $FF, $FF, $FF)
@@ -245,10 +229,10 @@
                         end;
                 defaultPos:= false
                 end;
-            gtShover: DrawRotated(sprHandBaseball, hx, hy, hwSign(Gear^.dX), aangle + 180);
+            gtShover: DrawRotated(sprHandBaseball, hx, hy, sign, aangle + 180);
             gtFirePunch: begin
                 DrawHedgehog(sx, sy,
-                        hwSign(Gear^.dX),
+                        sign,
                         1,
                         4,
                         0);
@@ -264,7 +248,7 @@
                         sx,
                         sy,
                         1,
-                        hwSign(Gear^.dX),
+                        sign,
                         0);
                 defaultPos:= false
                 end;
@@ -273,52 +257,49 @@
                         sx,
                         sy,
                         1,
-                        hwSign(Gear^.dX),
+                        sign,
                         0);
                 defaultPos:= false
                 end;
             gtResurrector: begin
-                DrawRotated(sprHandResurrector, hwRound(Gear^.X) + WorldDx,
-                        hwRound(Gear^.Y) + WorldDy, 0, 0); 
-                defaultPos := false;
-            end;
+                DrawRotated(sprHandResurrector, sx, sy, 0, 0); 
+                defaultPos:= false
+                end;
             gtKamikaze: begin
                 if CurAmmoGear^.Pos = 0 then
                     DrawHedgehog(sx, sy,
-                            hwSign(Gear^.dX),
+                            sign,
                             1,
                             6,
                             0)
                 else
                     DrawRotatedF(sprKamikaze,
-                            hwRound(Gear^.X) + WorldDx,
-                            hwRound(Gear^.Y) + WorldDy,
+                            ox, oy,
                             CurAmmoGear^.Pos - 1,
-                            hwSign(Gear^.dX),
+                            sign,
                             aangle);
                 defaultPos:= false
                 end;
             gtSeduction: begin
                 if CurAmmoGear^.Pos >= 6 then
                     DrawHedgehog(sx, sy,
-                            hwSign(Gear^.dX),
+                            sign,
                             2,
                             2,
                             0)
                 else
                     begin
                     DrawRotatedF(sprDress,
-                            hwRound(Gear^.X) + WorldDx,
-                            hwRound(Gear^.Y) + WorldDy,
+                            ox, oy,
                             CurAmmoGear^.Pos,
-                            hwSign(Gear^.dX),
+                            sign,
                             0);
-                    DrawSprite(sprCensored, hwRound(Gear^.X) - 32 + WorldDx, hwRound(Gear^.Y) - 20 + WorldDy, 0)
+                    DrawSprite(sprCensored, ox - 32, oy - 20, 0)
                     end;
                 defaultPos:= false
                 end;
             gtFlamethrower: begin
-                DrawRotatedF(sprHandFlamethrower, hx, hy, (RealTicks div 125) mod 4, hwSign(Gear^.dX), aangle);
+                DrawRotatedF(sprHandFlamethrower, hx, hy, (RealTicks div 125) mod 4, sign, aangle);
                 if CurAmmoGear^.Tex <> nil then DrawCentered(sx, sy - 40, CurAmmoGear^.Tex)
                 end;
         end;
@@ -329,7 +310,7 @@
             gtSniperRifleShot,
             gtShover: begin
                 DrawHedgehog(sx, sy,
-                        hwSign(Gear^.dX),
+                        sign,
                         0,
                         4,
                         0);
@@ -342,7 +323,7 @@
     if ((Gear^.State and gstHHJumping) <> 0) then
     begin
     DrawHedgehog(sx, sy,
-        hwSign(Gear^.dX)*m,
+        sign*m,
         1,
         1,
         0);
@@ -353,7 +334,7 @@
     if (Gear^.Message and (gmLeft or gmRight) <> 0) and (not isCursorVisible) then
         begin
         DrawHedgehog(sx, sy,
-            hwSign(Gear^.dX),
+            sign,
             0,
             HH^.visStepPos div 2,
             0);
@@ -374,7 +355,7 @@
                     sx,
                     sy,
                     Gear^.Pos,
-                    hwSign(Gear^.dX),
+                    sign,
                     0.0);
             defaultPos:= false
             end
@@ -393,66 +374,64 @@
         amt:= CurrentHedgehog^.CurAmmoType;
         CurWeapon:= GetAmmoEntry(HH^);
         case amt of
-            amBazooka: DrawRotated(sprHandBazooka, hx, hy, hwSign(Gear^.dX), aangle);
-            amMortar: DrawRotated(sprHandMortar, hx, hy, hwSign(Gear^.dX), aangle);
-            amMolotov: DrawRotated(sprHandMolotov, hx, hy, hwSign(Gear^.dX), aangle);
-            amBallgun: DrawRotated(sprHandBallgun, hx, hy, hwSign(Gear^.dX), aangle);
-            amDrill: DrawRotated(sprHandDrill, hx, hy, hwSign(Gear^.dX), aangle);
-            amRope: DrawRotated(sprHandRope, hx, hy, hwSign(Gear^.dX), aangle);
-            amShotgun: DrawRotated(sprHandShotgun, hx, hy, hwSign(Gear^.dX), aangle);
-            amDEagle: DrawRotated(sprHandDEagle, hx, hy, hwSign(Gear^.dX), aangle);
-            amSineGun: DrawRotated(sprHandShotgun, hx, hy, hwSign(Gear^.dX), aangle);
+            amBazooka: DrawRotated(sprHandBazooka, hx, hy, sign, aangle);
+            amMortar: DrawRotated(sprHandMortar, hx, hy, sign, aangle);
+            amMolotov: DrawRotated(sprHandMolotov, hx, hy, sign, aangle);
+            amBallgun: DrawRotated(sprHandBallgun, hx, hy, sign, aangle);
+            amDrill: DrawRotated(sprHandDrill, hx, hy, sign, aangle);
+            amRope: DrawRotated(sprHandRope, hx, hy, sign, aangle);
+            amShotgun: DrawRotated(sprHandShotgun, hx, hy, sign, aangle);
+            amDEagle: DrawRotated(sprHandDEagle, hx, hy, sign, aangle);
+            amSineGun: DrawRotated(sprHandShotgun, hx, hy, sign, aangle);
             amPortalGun: if (CurWeapon^.Timer and 2) <> 0 then // Add a new Hedgehog value instead of abusing timer?
-                            DrawRotatedF(sprPortalGun, hx, hy, 0, hwSign(Gear^.dX), aangle)
+                            DrawRotatedF(sprPortalGun, hx, hy, 0, sign, aangle)
                       else
-                            DrawRotatedF(sprPortalGun, hx, hy, 1+(CurWeapon^.Timer and 1), hwSign(Gear^.dX), aangle);
-            amSniperRifle: DrawRotatedF(sprSniperRifle, hx, hy, 0, hwSign(Gear^.dX), aangle);
-            amBlowTorch: DrawRotated(sprHandBlowTorch, hx, hy, hwSign(Gear^.dX), aangle);
-            amCake: DrawRotated(sprHandCake, hx, hy, hwSign(Gear^.dX), aangle);
-            amGrenade: DrawRotated(sprHandGrenade, hx, hy, hwSign(Gear^.dX), aangle);
-            amWatermelon: DrawRotated(sprHandMelon, hx, hy, hwSign(Gear^.dX), aangle);
-            amSkip: DrawRotated(sprHandSkip, hx, hy, hwSign(Gear^.dX), aangle);
-            amClusterBomb: DrawRotated(sprHandCluster, hx, hy, hwSign(Gear^.dX), aangle);
-            amDynamite: DrawRotated(sprHandDynamite, hx, hy, hwSign(Gear^.dX), aangle);
-            amHellishBomb: DrawRotated(sprHandHellish, hx, hy, hwSign(Gear^.dX), aangle);
-            amGasBomb: DrawRotated(sprHandCheese, hx, hy, hwSign(Gear^.dX), aangle);
-            amMine: DrawRotated(sprHandMine, hx, hy, hwSign(Gear^.dX), aangle);
-            amSMine: DrawRotated(sprHandSMine, hx, hy, hwSign(Gear^.dX), aangle);
-            amSeduction: DrawRotated(sprHandSeduction, hx, hy, hwSign(Gear^.dX), aangle);
-            amVampiric: DrawRotatedF(sprHandVamp, hx, hy, (RealTicks div 125) mod 4, hwSign(Gear^.dX), aangle);
+                            DrawRotatedF(sprPortalGun, hx, hy, 1+(CurWeapon^.Timer and 1), sign, aangle);
+            amSniperRifle: DrawRotatedF(sprSniperRifle, hx, hy, 0, sign, aangle);
+            amBlowTorch: DrawRotated(sprHandBlowTorch, hx, hy, sign, aangle);
+            amCake: DrawRotated(sprHandCake, hx, hy, sign, aangle);
+            amGrenade: DrawRotated(sprHandGrenade, hx, hy, sign, aangle);
+            amWatermelon: DrawRotated(sprHandMelon, hx, hy, sign, aangle);
+            amSkip: DrawRotated(sprHandSkip, hx, hy, sign, aangle);
+            amClusterBomb: DrawRotated(sprHandCluster, hx, hy, sign, aangle);
+            amDynamite: DrawRotated(sprHandDynamite, hx, hy, sign, aangle);
+            amHellishBomb: DrawRotated(sprHandHellish, hx, hy, sign, aangle);
+            amGasBomb: DrawRotated(sprHandCheese, hx, hy, sign, aangle);
+            amMine: DrawRotated(sprHandMine, hx, hy, sign, aangle);
+            amSMine: DrawRotated(sprHandSMine, hx, hy, sign, aangle);
+            amSeduction: DrawRotated(sprHandSeduction, hx, hy, sign, aangle);
+            amVampiric: DrawRotatedF(sprHandVamp, hx, hy, (RealTicks div 125) mod 4, sign, aangle);
             amRCPlane: begin
-                DrawRotated(sprHandPlane, hx, hy, hwSign(Gear^.dX), 0);
+                DrawRotated(sprHandPlane, hx, hy, sign, 0);
                 defaultPos:= false
                 end;
             amGirder: begin
-                DrawRotated(sprHandConstruction, hx, hy, hwSign(Gear^.dX), aangle);
+                DrawRotated(sprHandConstruction, hx, hy, sign, aangle);
                 DrawSpriteClipped(sprGirder,
-                                  sx-256,
-                                  sy-256,
+                                  ox-256,
+                                  oy-256,
                                   LongInt(topY)+WorldDy,
                                   LongInt(rightX)+WorldDx,
                                   cWaterLine+WorldDy,
                                   LongInt(leftX)+WorldDx)
                 end;
-            amBee: DrawRotatedF(sprHandBee, hx, hy, (RealTicks div 125) mod 4, hwSign(Gear^.dX), aangle);
-            amFlamethrower: DrawRotatedF(sprHandFlamethrower, hx, hy, (RealTicks div 125) mod 4, hwSign(Gear^.dX), aangle);
-            amResurrector: begin
-                DrawCircle(hwRound(Gear^.X), hwRound(Gear^.y), 100, 1.5, 0, 0,
-                        $FF, $FF); // I'd rather not like to hardcore 100 here
-            end;
+            amBee: DrawRotatedF(sprHandBee, hx, hy, (RealTicks div 125) mod 4, sign, aangle);
+            amFlamethrower: DrawRotatedF(sprHandFlamethrower, hx, hy, (RealTicks div 125) mod 4, sign, aangle);
+            amResurrector: DrawCircle(ox, oy, 98, 4, $F5, $DB, $35, $AA); // I'd rather not like to hardcode 100 here
         end;
 
         case amt of
             amAirAttack,
-            amMineStrike: DrawRotated(sprHandAirAttack, sx, hwRound(Gear^.Y) + WorldDy, hwSign(Gear^.dX), 0);
+            amMineStrike,
+            amDrillStrike: DrawRotated(sprHandAirAttack, sx, oy, sign, 0);
             amPickHammer: DrawHedgehog(sx, sy,
-                        hwSign(Gear^.dX),
+                        sign,
                         1,
                         2,
                         0);
-            amTeleport: DrawRotatedF(sprTeleport, sx, sy, 0, hwSign(Gear^.dX), 0);
+            amTeleport: DrawRotatedF(sprTeleport, sx, sy, 0, sign, 0);
             amKamikaze: DrawHedgehog(sx, sy,
-                        hwSign(Gear^.dX),
+                        sign,
                         1,
                         5,
                         0);
@@ -460,17 +439,17 @@
                         sx,
                         sy,
                         0,
-                        hwSign(Gear^.dX),
+                        sign,
                         0);
             amHammer: DrawRotatedF(sprHammer,
                         sx,
                         sy,
                         0,
-                        hwSign(Gear^.dX),
+                        sign,
                         0);
         else
             DrawHedgehog(sx, sy,
-                hwSign(Gear^.dX),
+                sign,
                 0,
                 4,
                 0);
@@ -482,17 +461,17 @@
                     DrawTextureF(HatTex,
                         HatVisibility,
                         sx,
-                        hwRound(Gear^.Y) - 8 + WorldDy,
+                        sy - 5,
                         0,
-                        hwSign(Gear^.dX),
+                        sign,
                         32,
                         32); *)
         end;
 
         case amt of
             amBaseballBat: DrawRotated(sprHandBaseball,
-                    hwRound(Gear^.X) + 1 - 4 * hwSign(Gear^.dX) + WorldDx,
-                    hwRound(Gear^.Y) + 6 + WorldDy, hwSign(Gear^.dX), aangle);
+                    sx - 4 * sign,
+                    sy + 9, sign, aangle);
         end;
 
         defaultPos:= false
@@ -504,7 +483,7 @@
     and (hwSqr(Gear^.dX) + hwSqr(Gear^.dY) > _0_003) then
         begin
         DrawHedgehog(sx, sy,
-            hwSign(Gear^.dX),
+            sign,
             2,
             1,
             Gear^.DirAngle);
@@ -514,7 +493,7 @@
     if ((Gear^.State and gstHHJumping) <> 0) then
         begin
         DrawHedgehog(sx, sy,
-            hwSign(Gear^.dX)*m,
+            sign*m,
             1,
             1,
             0);
@@ -530,7 +509,7 @@
             sx,
             sy,
             (RealTicks div 128 + Gear^.Pos) mod 19,
-            hwSign(Gear^.dX),
+            sign,
             0);
         HatVisible:= true;
         end;
@@ -550,9 +529,9 @@
             DrawTextureF(HatTex,
                 HatVisibility,
                 sx,
-                hwRound(Gear^.Y) - 8 + WorldDy,
+                sy - 5,
                 (RealTicks div 128 + Gear^.Pos) mod 19,
-                hwSign(Gear^.dX),
+                sign,
                 32,
                 32);
             if HatTex^.w > 64 then
@@ -561,9 +540,9 @@
                 DrawTextureF(HatTex,
                     HatVisibility,
                     sx,
-                    hwRound(Gear^.Y) - 8 + WorldDy,
+                    sy - 5,
                     (RealTicks div 128 + Gear^.Pos) mod 19 + 32,
-                    hwSign(Gear^.dX),
+                    sign,
                     32,
                     32);
                 Tint($FF, $FF, $FF, $FF)
@@ -574,9 +553,9 @@
             DrawTextureF(HatTex,
                 HatVisibility,
                 sx,
-                hwRound(Gear^.Y) - 8 + WorldDy,
+                sy - 5,
                 0,
-                hwSign(Gear^.dX)*m,
+                sign*m,
                 32,
                 32);
             if HatTex^.w > 64 then
@@ -585,9 +564,9 @@
                 DrawTextureF(HatTex,
                     HatVisibility,
                     sx,
-                    hwRound(Gear^.Y) - 8 + WorldDy,
+                    sy - 5,
                     32,
-                    hwSign(Gear^.dX)*m,
+                    sign*m,
                     32,
                     32);
                 Tint($FF, $FF, $FF, $FF)
@@ -624,25 +603,26 @@
 with HH^ do
     begin
     if ((Gear^.State and not gstWinner) = 0)
+        or ((Gear^.State = gstWait) and (Gear^.dY.QWordValue = 0))
         or (bShowFinger and ((Gear^.State and gstHHDriven) <> 0)) then
         begin
-        t:= hwRound(Gear^.Y) - cHHRadius - 12 + WorldDy;
+        t:= sy - cHHRadius - 9;
         if (cTagsMask and htTransparent) <> 0 then
             Tint($FF, $FF, $FF, $80);
         if ((cTagsMask and htHealth) <> 0) then
             begin
             dec(t, HealthTagTex^.h + 2);
-            DrawCentered(hwRound(Gear^.X) + WorldDx, t, HealthTagTex)
+            DrawCentered(ox, t, HealthTagTex)
             end;
         if (cTagsMask and htName) <> 0 then
             begin
             dec(t, NameTagTex^.h + 2);
-            DrawCentered(hwRound(Gear^.X) + WorldDx, t, NameTagTex)
+            DrawCentered(ox, t, NameTagTex)
             end;
         if (cTagsMask and htTeamName) <> 0 then
             begin
             dec(t, Team^.NameTagTex^.h + 2);
-            DrawCentered(hwRound(Gear^.X) + WorldDx, t, Team^.NameTagTex)
+            DrawCentered(ox, t, Team^.NameTagTex)
             end;
         if (cTagsMask and htTransparent) <> 0 then
             Tint($FF, $FF, $FF, $FF)
@@ -650,12 +630,12 @@
     if (Gear^.State and gstHHDriven) <> 0 then // Current hedgehog
         begin
         if bShowFinger and ((Gear^.State and gstHHDriven) <> 0) then
-            DrawSprite(sprFinger, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 64 + WorldDy,
+            DrawSprite(sprFinger, ox - 16, oy - 64,
                         GameTicks div 32 mod 16);
 
         if (Gear^.State and gstDrowning) = 0 then
             if (Gear^.State and gstHHThinking) <> 0 then
-                DrawSprite(sprQuestion, hwRound(Gear^.X) - 10 + WorldDx, hwRound(Gear^.Y) - cHHRadius - 34 + WorldDy, (RealTicks shr 9) mod 8)
+                DrawSprite(sprQuestion, ox - 10, oy - cHHRadius - 34, (RealTicks shr 9) mod 8)
         end
     end;
 
@@ -664,6 +644,11 @@
     Tint($00, $FF, $40, $80);
     DrawRotatedTextureF(SpritesData[sprSmokeWhite].texture, 1.5, 0, 0, sx, sy, 0, 1, 22, 22, 360 - (RealTicks shr 37) mod 360);
     end;
+if HH^.Effects[heResurrected] then
+    begin
+    Tint($f5, $db, $35, $20);
+    DrawSprite(sprVampiric, sx - 24, sy - 24, 0);
+    end;
 
 if Gear^.Invulnerable then
     begin
@@ -674,7 +659,7 @@
    (CurrentHedgehog^.Gear <> nil) and
    (CurrentHedgehog^.Gear = Gear) then
     begin
-    Tint($FF, $FF, $FF, max($40, floor($FF * abs(1 - (RealTicks mod 1500) / 750))));
+    Tint($FF, 0, 0, max($40, floor($FF * abs(1 - (RealTicks mod 1500) / 750))));
     DrawSprite(sprVampiric, sx - 24, sy - 24, 0);
     end;
     Tint($FF, $FF, $FF, $FF)
@@ -683,122 +668,135 @@
 procedure DrawGears;
 var Gear, HHGear: PGear;
     i: Longword;
-    startX, endX, startY, endY: LongInt;
+    x, y, startX, endX, startY, endY: LongInt;
 begin
 Gear:= GearsList;
 while Gear<>nil do
     begin
+    x:= hwRound(Gear^.X) + WorldDx;
+    y:= hwRound(Gear^.Y) + WorldDy;
     case Gear^.Kind of
-       gtAmmo_Bomb: DrawRotated(sprBomb, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle);
-       gtGasBomb: DrawRotated(sprCheese, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle);
-       gtMolotov: DrawRotated(sprMolotov, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle);
+          gtBomb: DrawRotated(sprBomb, x, y, 0, Gear^.DirAngle);
+       gtGasBomb: DrawRotated(sprCheese, x, y, 0, Gear^.DirAngle);
+       gtMolotov: DrawRotated(sprMolotov, x, y, 0, Gear^.DirAngle);
 
        gtRCPlane: begin
                   if (Gear^.Tag = -1) then
-                     DrawRotated(sprPlane, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, -1,  DxDy2Angle(Gear^.dX, Gear^.dY) + 90)
+                     DrawRotated(sprPlane, x, y, -1,  DxDy2Angle(Gear^.dX, Gear^.dY) + 90)
                   else
-                     DrawRotated(sprPlane, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy,0,DxDy2Angle(Gear^.dY, Gear^.dX));
+                     DrawRotated(sprPlane, x, y,0,DxDy2Angle(Gear^.dY, Gear^.dX));
                   if ((TrainingFlags and tfRCPlane) <> 0) and (TrainingTargetGear <> nil) and ((Gear^.State and gstDrowning) = 0) then
-                     DrawRotatedf(sprFinger, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, GameTicks div 32 mod 16, 0, DxDy2Angle(Gear^.X - TrainingTargetGear^.X, TrainingTargetGear^.Y - Gear^.Y));
+                     DrawRotatedf(sprFinger, x, y, GameTicks div 32 mod 16, 0, DxDy2Angle(Gear^.X - TrainingTargetGear^.X, TrainingTargetGear^.Y - Gear^.Y));
                   end;
-       gtBall: DrawRotatedf(sprBalls, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, Gear^.Tag,0, Gear^.DirAngle);
+       gtBall: DrawRotatedf(sprBalls, x, y, Gear^.Tag,0, Gear^.DirAngle);
 
        gtPortal: if ((Gear^.Tag and 1) = 0) // still moving?
                  or (Gear^.IntersectGear = nil) or (Gear^.IntersectGear^.IntersectGear <> Gear) // not linked&backlinked?
                  or ((Gear^.IntersectGear^.Tag and 1) = 0) then // linked portal still moving?
-                      DrawRotatedf(sprPortal, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, Gear^.Tag, hwSign(Gear^.dX), Gear^.DirAngle)
-                 else DrawRotatedf(sprPortal, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 4 + Gear^.Tag div 2, hwSign(Gear^.dX), Gear^.DirAngle);
+                      DrawRotatedf(sprPortal, x, y, Gear^.Tag, hwSign(Gear^.dX), Gear^.DirAngle)
+                 else DrawRotatedf(sprPortal, x, y, 4 + Gear^.Tag div 2, hwSign(Gear^.dX), Gear^.DirAngle);
 
-       gtDrill: DrawRotated(sprDrill, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
+           gtDrill: if (Gear^.State and gsttmpFlag) <> 0 then
+                        DrawRotated(sprAirDrill, x, y, 0, DxDy2Angle(Gear^.dY, Gear^.dX))
+                    else
+                        DrawRotated(sprDrill, x, y, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
 
-        gtHedgehog: DrawHH(Gear);
+        gtHedgehog: DrawHH(Gear, x, y);
+
+           gtShell: DrawRotated(sprBazookaShell, x, y, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
 
-    gtAmmo_Grenade: DrawRotated(sprGrenade, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
-
-           gtGrave: DrawTextureF(PHedgehog(Gear^.Hedgehog)^.Team^.GraveTex, 1, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, (GameTicks shr 7+Gear^.uid) and 7, 1, 32, 32);
-
-             gtBee: DrawRotatedF(sprBee, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, (GameTicks shr 5) mod 2, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
-
-      gtPickHammer: DrawSprite(sprPHammer, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 50 + LongInt(((GameTicks shr 5) and 1) * 2) + WorldDy, 0);
+           gtGrave: begin 
+                    DrawTextureF(PHedgehog(Gear^.Hedgehog)^.Team^.GraveTex, 1, x, y, (GameTicks shr 7+Gear^.uid) and 7, 1, 32, 32);
+                    if Gear^.Health > 0 then
+                        begin
+                        //Tint($33, $33, $FF, max($40, floor($FF * abs(1 - (GameTicks mod (6000 div Gear^.Health)) / 750))));
+                        Tint($f5, $db, $35, max($40, floor($FF * abs(1 - (GameTicks mod 1500) / (750 + Gear^.Health)))));
+                        //Tint($FF, $FF, $FF, max($40, floor($FF * abs(1 - (RealTicks mod 1500) / 750))));
+                        DrawSprite(sprVampiric, x - 24, y - 24, 0);
+                        Tint($FF, $FF, $FF, $FF)
+                        end
+                    end;
+             gtBee: DrawRotatedF(sprBee, x, y, (GameTicks shr 5) mod 2, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
+      gtPickHammer: DrawSprite(sprPHammer, x - 16, y - 50 + LongInt(((GameTicks shr 5) and 1) * 2), 0);
             gtRope: DrawRope(Gear);
             gtMine: if (((Gear^.State and gstAttacking) = 0)or((Gear^.Timer and $3FF) < 420)) and (Gear^.Health <> 0) then
-                           DrawRotated(sprMineOff, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle)
-                       else if Gear^.Health <> 0 then DrawRotated(sprMineOn, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle)
-                       else DrawRotated(sprMineDead, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle);
+                           DrawRotated(sprMineOff, x, y, 0, Gear^.DirAngle)
+                       else if Gear^.Health <> 0 then DrawRotated(sprMineOn, x, y, 0, Gear^.DirAngle)
+                       else DrawRotated(sprMineDead, x, y, 0, Gear^.DirAngle);
            gtSMine: if (((Gear^.State and gstAttacking) = 0)or((Gear^.Timer and $3FF) < 420)) and (Gear^.Health <> 0) then
-                           DrawRotated(sprSMineOff, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle)
-                       else if Gear^.Health <> 0 then DrawRotated(sprSMineOn, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle)
-                       else DrawRotated(sprMineDead, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle);
+                           DrawRotated(sprSMineOff, x, y, 0, Gear^.DirAngle)
+                       else if Gear^.Health <> 0 then DrawRotated(sprSMineOn, x, y, 0, Gear^.DirAngle)
+                       else DrawRotated(sprMineDead, x, y, 0, Gear^.DirAngle);
             gtCase: case Gear^.Pos of
                          posCaseAmmo  : begin
                                         i:= (GameTicks shr 6) mod 64;
                                         if i > 18 then i:= 0;
-                                        DrawSprite(sprCase, hwRound(Gear^.X) - 24 + WorldDx, hwRound(Gear^.Y) - 24 + WorldDy, i);
+                                        DrawSprite(sprCase, x - 24, y - 24, i);
                                         end;
                          posCaseHealth: begin
                                         i:= ((GameTicks shr 6) + 38) mod 64;
                                         if i > 13 then i:= 0;
-                                        DrawSprite(sprFAid, hwRound(Gear^.X) - 24 + WorldDx, hwRound(Gear^.Y) - 24 + WorldDy, i);
+                                        DrawSprite(sprFAid, x - 24, y - 24, i);
                                         end;
                          posCaseUtility: begin
                                         i:= (GameTicks shr 6) mod 70;
                                         if i > 23 then i:= 0;
                                         i:= i mod 12;
-                                        DrawSprite(sprUtility, hwRound(Gear^.X) - 24 + WorldDx, hwRound(Gear^.Y) - 24 + WorldDy, i);
+                                        DrawSprite(sprUtility, x - 24, y - 24, i);
                                         end;
                          end;
       gtExplosives: begin
                     if ((Gear^.State and gstDrowning) <> 0) then
-                        DrawSprite(sprExplosivesRoll, hwRound(Gear^.X) - 24 + WorldDx, hwRound(Gear^.Y) - 24 + WorldDy, 0)
+                        DrawSprite(sprExplosivesRoll, x - 24, y - 24, 0)
                     else if Gear^.State and gstAnimation = 0 then
                         begin
                         i:= (GameTicks shr 6 + Gear^.uid*3) mod 64;
                         if i > 18 then i:= 0;
-                        DrawSprite(sprExplosives, hwRound(Gear^.X) - 24 + WorldDx, hwRound(Gear^.Y) - 24 + WorldDy, i)
+                        DrawSprite(sprExplosives, x - 24, y - 24, i)
                         end
                     else if Gear^.State and gsttmpFlag = 0 then
-                        DrawRotatedF(sprExplosivesRoll, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) +4 + WorldDy, 0, 0, Gear^.DirAngle)
+                        DrawRotatedF(sprExplosivesRoll, x, y + 4, 0, 0, Gear^.DirAngle)
                     else
-                        DrawRotatedF(sprExplosivesRoll, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) +4 + WorldDy, 1, 0, Gear^.DirAngle);
+                        DrawRotatedF(sprExplosivesRoll, x, y + 4, 1, 0, Gear^.DirAngle);
                     end;
-        gtDynamite: DrawSprite2(sprDynamite, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 25 + WorldDy, Gear^.Tag and 1, Gear^.Tag shr 1);
-     gtClusterBomb: DrawRotated(sprClusterBomb, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle);
-         gtCluster: DrawSprite(sprClusterParticle, hwRound(Gear^.X) - 8 + WorldDx, hwRound(Gear^.Y) - 8 + WorldDy, 0);
-           gtFlame: DrawTextureF(SpritesData[sprFlame].Texture, 2 / (Gear^.Tag mod 3 + 2), hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, (GameTicks shr 7 + LongWord(Gear^.Tag)) mod 8, 1, 16, 16);
+        gtDynamite: DrawSprite2(sprDynamite, x - 16, y - 25, Gear^.Tag and 1, Gear^.Tag shr 1);
+     gtClusterBomb: DrawRotated(sprClusterBomb, x, y, 0, Gear^.DirAngle);
+         gtCluster: DrawSprite(sprClusterParticle, x - 8, y - 8, 0);
+           gtFlame: DrawTextureF(SpritesData[sprFlame].Texture, 2 / (Gear^.Tag mod 3 + 2), x, y, (GameTicks shr 7 + LongWord(Gear^.Tag)) mod 8, 1, 16, 16);
        gtParachute: begin
-                    DrawSprite(sprParachute, hwRound(Gear^.X) - 24 + WorldDx, hwRound(Gear^.Y) - 48 + WorldDy, 0);
-                    DrawAltWeapon(Gear, hwRound(Gear^.X) + 1 + WorldDx, hwRound(Gear^.Y) - 3 + WorldDy)
+                    DrawSprite(sprParachute, x - 24, y - 48, 0);
+                    DrawAltWeapon(Gear, x + 1, y - 3)
                     end;
-       gtAirAttack: if Gear^.Tag > 0 then DrawSprite(sprAirplane, hwRound(Gear^.X) - SpritesData[sprAirplane].Width div 2 + WorldDx, hwRound(Gear^.Y) - SpritesData[sprAirplane].Height div 2 + WorldDy, 0)
-                                     else DrawSprite(sprAirplane, hwRound(Gear^.X) - SpritesData[sprAirplane].Width div 2 + WorldDx, hwRound(Gear^.Y) - SpritesData[sprAirplane].Height div 2 + WorldDy, 1);
-         gtAirBomb: DrawRotated(sprAirBomb, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
+       gtAirAttack: if Gear^.Tag > 0 then DrawSprite(sprAirplane, x - SpritesData[sprAirplane].Width div 2, y - SpritesData[sprAirplane].Height div 2, 0)
+                                     else DrawSprite(sprAirplane, x - SpritesData[sprAirplane].Width div 2, y - SpritesData[sprAirplane].Height div 2, 1);
+         gtAirBomb: DrawRotated(sprAirBomb, x, y, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
         gtTeleport: begin
                     HHGear:= PHedgehog(Gear^.Hedgehog)^.Gear;
-                    if not PHedgehog(Gear^.Hedgehog)^.Unplaced then DrawRotatedF(sprTeleport, hwRound(Gear^.X) + 1 + WorldDx, hwRound(Gear^.Y) - 3 + WorldDy, Gear^.Pos, hwSign(Gear^.dX), 0);
+                    if not PHedgehog(Gear^.Hedgehog)^.Unplaced then DrawRotatedF(sprTeleport, x + 1, y - 3, Gear^.Pos, hwSign(Gear^.dX), 0);
                     DrawRotatedF(sprTeleport, hwRound(HHGear^.X) + 1 + WorldDx, hwRound(HHGear^.Y) - 3 + WorldDy, 11 - Gear^.Pos, hwSign(HHGear^.dX), 0);
                     end;
-        gtSwitcher: DrawSprite(sprSwitch, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 56 + WorldDy, (GameTicks shr 6) mod 12);
+        gtSwitcher: DrawSprite(sprSwitch, x - 16, y - 56, (GameTicks shr 6) mod 12);
           gtTarget: begin
                     Tint($FF, $FF, $FF, floor($FF * Gear^.Timer / 1000));
-                    DrawSprite(sprTarget, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 16 + WorldDy, 0);
+                    DrawSprite(sprTarget, x - 16, y - 16, 0);
                     Tint($FF, $FF, $FF, $FF);
                     end;
-          gtMortar: DrawRotated(sprMortar, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
+          gtMortar: DrawRotated(sprMortar, x, y, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
           gtCake: if Gear^.Pos = 6 then
-                     DrawRotatedf(sprCakeWalk, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, (GameTicks div 40) mod 6, hwSign(Gear^.dX), Gear^.DirAngle * hwSign(Gear^.dX) + 90)
+                     DrawRotatedf(sprCakeWalk, x, y, (GameTicks div 40) mod 6, hwSign(Gear^.dX), Gear^.DirAngle * hwSign(Gear^.dX) + 90)
                   else
-                     DrawRotatedf(sprCakeDown, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 5 - Gear^.Pos, hwSign(Gear^.dX), Gear^.DirAngle * hwSign(Gear^.dX) + 90);
-       gtSeduction: if Gear^.Pos >= 14 then DrawSprite(sprSeduction, hwRound(Gear^.X) - 16 + WorldDx, hwRound(Gear^.Y) - 16 + WorldDy, 0);
-      gtWatermelon: DrawRotatedf(sprWatermelon, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, 0, Gear^.DirAngle);
-      gtMelonPiece: DrawRotatedf(sprWatermelon, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 1, 0, Gear^.DirAngle);
-     gtHellishBomb: DrawRotated(sprHellishBomb, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, Gear^.DirAngle);
+                     DrawRotatedf(sprCakeDown, x, y, 5 - Gear^.Pos, hwSign(Gear^.dX), Gear^.DirAngle * hwSign(Gear^.dX) + 90);
+       gtSeduction: if Gear^.Pos >= 14 then DrawSprite(sprSeduction, x - 16, y - 16, 0);
+      gtWatermelon: DrawRotatedf(sprWatermelon, x, y, 0, 0, Gear^.DirAngle);
+      gtMelonPiece: DrawRotatedf(sprWatermelon, x, y, 1, 0, Gear^.DirAngle);
+     gtHellishBomb: DrawRotated(sprHellishBomb, x, y, 0, Gear^.DirAngle);
            gtBirdy: begin
                     if Gear^.State and gstAnimation = gstAnimation then
                         begin
                         if Gear^.State and gstTmpFlag = 0 then // Appearing
                             begin
-                            endX:= hwRound(Gear^.X);
-                            endY:= hwRound(Gear^.Y);
+                            endX:= x - WorldDx;
+                            endY:= y - WorldDy;
                             if Gear^.Tag < 0 then
                                 startX:= max(LAND_WIDTH + 1024, endX + 2048)
                             else
@@ -808,8 +806,8 @@
                             end
                         else // Disappearing
                             begin
-                            startX:= hwRound(Gear^.X);
-                            startY:= hwRound(Gear^.Y);
+                            startX:= x - WorldDx;
+                            startY:= y - WorldDy;
                             if Gear^.Tag > 0 then
                                 endX:= max(LAND_WIDTH + 1024, startX + 2048)
                             else
@@ -819,18 +817,18 @@
                             end;
                         end
                     else
-                        DrawTextureF(SpritesData[sprBirdy].Texture, 1, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, ((Gear^.Pos shr 6) or (RealTicks shr 8)) mod 2, Gear^.Tag, 75, 75);
+                        DrawTextureF(SpritesData[sprBirdy].Texture, 1, x, y, ((Gear^.Pos shr 6) or (RealTicks shr 8)) mod 2, Gear^.Tag, 75, 75);
                     end;
-             gtEgg: DrawRotatedTextureF(SpritesData[sprEgg].Texture, 1, 0, 0, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, 1, 16, 16, Gear^.DirAngle);
+             gtEgg: DrawRotatedTextureF(SpritesData[sprEgg].Texture, 1, 0, 0, x, y, 0, 1, 16, 16, Gear^.DirAngle);
            gtPiano: begin
                     if (Gear^.State and gstDrowning) = 0 then
                         begin
                         Tint($FF, $FF, $FF, $10);
                         for i:= 8 downto 1 do
-                            DrawRotatedTextureF(SpritesData[sprPiano].Texture, 1, 0, 0, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy - hwRound(Gear^.dY * 4 * i), 0, 1, 128, 128, 0);
+                            DrawRotatedTextureF(SpritesData[sprPiano].Texture, 1, 0, 0, x, y - hwRound(Gear^.dY * 4 * i), 0, 1, 128, 128, 0);
                         Tint($FF, $FF, $FF, $FF)
                         end;
-                    DrawRotatedTextureF(SpritesData[sprPiano].Texture, 1, 0, 0, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, 1, 128, 128, 0);
+                    DrawRotatedTextureF(SpritesData[sprPiano].Texture, 1, 0, 0, x, y, 0, 1, 128, 128, 0);
                     end;
      gtPoisonCloud: begin
                     if Gear^.Timer < 1020 then
@@ -839,11 +837,18 @@
                         Tint($C0, $C0, $00, (5000 - Gear^.Timer) div 8)
                     else
                         Tint($C0, $C0, $00, $C0);
-                    DrawRotatedTextureF(SpritesData[sprSmokeWhite].texture, 3, 0, 0, hwRound(Gear^.X) + WorldDx, hwRound(Gear^.Y) + WorldDy, 0, 1, 22, 22, (RealTicks shr 36 + Gear^.UID * 100) mod 360);
+                    DrawRotatedTextureF(SpritesData[sprSmokeWhite].texture, 3, 0, 0, x, y, 0, 1, 22, 22, (RealTicks shr 36 + Gear^.UID * 100) mod 360);
                     Tint($FF, $FF, $FF, $FF)
                     end;
+     gtResurrector: begin
+                    DrawRotated(sprCross, x, y, 0, 0);
+                    Tint($f5, $db, $35, max($00, floor($C0 * abs(1 - (GameTicks mod 6000) / 3000))));
+                    DrawTexture(x - 108, y - 108, SpritesData[sprVampiric].Texture, 4.5);
+                    Tint($FF, $FF, $FF, $FF);
+                    end;
+      gtNapalmBomb: DrawRotated(sprNapalmBomb, x, y, 0, DxDy2Angle(Gear^.dY, Gear^.dX));
          end;
-      if Gear^.RenderTimer and (Gear^.Tex <> nil) then DrawCentered(hwRound(Gear^.X) + 8 + WorldDx, hwRound(Gear^.Y) + 8 + WorldDy, Gear^.Tex);
+      if Gear^.RenderTimer and (Gear^.Tex <> nil) then DrawCentered(x + 8, y + 8, Gear^.Tex);
       Gear:= Gear^.NextGear
       end;
 end;
--- a/hedgewars/HHHandlers.inc	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/HHHandlers.inc	Mon Nov 15 12:37:39 2010 +0100
@@ -41,23 +41,26 @@
 end;
 
 // Shouldn't more of this ammo switching stuff be moved to uAmmos ?
-procedure ChangeAmmo(Gear: PGear);
+function ChangeAmmo(Gear: PGear): boolean;
 var slot, i: Longword;
     ammoidx: LongInt;
 begin
+ChangeAmmo:= false;
 slot:= Gear^.MsgParam;
 
 with PHedgehog(Gear^.Hedgehog)^ do
     begin
     Gear^.Message:= Gear^.Message and not gmSlot;
     ammoidx:= 0;
+    if ((Gear^.State and (gstAttacking or gstAttacked)) <> 0) or
+       (TargetPoint.X <> NoPointX) or
+       ((MultiShootAttacks > 0) and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NoRoundEnd) = 0)) or
+       ((Gear^.State and gstHHDriven) = 0) then exit;
+    ChangeAmmo:= true;
+
     while (ammoidx < cMaxSlotAmmoIndex) and (Ammo^[slot, ammoidx].AmmoType <> CurAmmoType) do inc(ammoidx);
 
-    if ((Gear^.State and (gstAttacking or gstAttacked)) <> 0) or
-       ((MultiShootAttacks > 0) and (CurAmmoGear <> nil) and ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_NoRoundEndHint) = 0)) or
-       ((Gear^.State and gstHHDriven) = 0) then exit;
-
-    if ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NoRoundEndHint) <> 0) and (MultiShootAttacks > 0) then OnUsedAmmo(PHedgehog(Gear^.Hedgehog)^);
+    if ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NoRoundEnd) <> 0) and (MultiShootAttacks > 0) then OnUsedAmmo(PHedgehog(Gear^.Hedgehog)^);
 
     MultiShootAttacks:= 0;
     Gear^.Message:= Gear^.Message and not (gmLJump or gmHJump);
@@ -95,6 +98,7 @@
 var t: LongInt;
     weap: TAmmoType;
     Hedgehog: PHedgehog;
+    s: boolean;
 begin
 weap:= TAmmoType(Gear^.MsgParam);
 Hedgehog:= PHedgehog(Gear^.Hedgehog);
@@ -110,11 +114,11 @@
 with Hedgehog^ do
     while (CurAmmoType <> weap) and (t >= 0) do
         begin
-        ChangeAmmo(Gear);
+        s:= ChangeAmmo(Gear);
         dec(t)
         end;
 
-ApplyAmmoChanges(PHedgehog(Gear^.Hedgehog)^)
+if s then ApplyAmmoChanges(PHedgehog(Gear^.Hedgehog)^)
 end;
 
 procedure HHSetTimer(Gear: PGear);
@@ -133,9 +137,10 @@
 
 
 procedure Attack(Gear: PGear);
-var xx, yy, lx, ly: hwFloat;
+var xx, yy, newDx, newDy, lx, ly: hwFloat;
     tmpGear: PVisualGear;
     CurWeapon: PAmmo;
+    altUse: boolean;
 begin
 bShowFinger:= false;
 CurWeapon:= GetAmmoEntry(PHedgehog(Gear^.Hedgehog)^);
@@ -178,13 +183,31 @@
         if ((Gear^.State and gstHHHJump) <> 0) and (not cArtillery) then xx:= - xx;
         if Ammoz[CurAmmoType].Ammo.AttackVoice <> sndNone then
            PlaySound(Ammoz[CurAmmoType].Ammo.AttackVoice, CurrentTeam^.voicepack);
+
+// Initiating alt attack
+        if  (CurAmmoGear <> nil) and
+            ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) <> 0) and
+            ((Gear^.Message and gmLJump) <> 0) and
+            ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) <> 0) then
+            begin
+            newDx:= dX / _2; 
+            newDy:= dY / _2;
+            altUse:= true;
+            end
+        else
+            begin
+            newDx:= xx*Power/cPowerDivisor;
+            newDy:= yy*Power/cPowerDivisor;
+            altUse:= false
+            end;
+
              case CurAmmoType of
-                      amGrenade: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtAmmo_Bomb,    0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, CurWeapon^.Timer);
-                      amMolotov: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtMolotov,      0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, 0);
-                  amClusterBomb: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtClusterBomb,  0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, CurWeapon^.Timer);
-                      amGasBomb: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtGasBomb,    0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, CurWeapon^.Timer);
-                      amBazooka: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtAmmo_Grenade, 0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, 0);
-                          amBee: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtBee,          0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, 0);
+                      amGrenade: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtBomb,         0, newDx, newDy, CurWeapon^.Timer);
+                      amMolotov: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtMolotov,      0, newDx, newDy, 0);
+                  amClusterBomb: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtClusterBomb,  0, newDx, newDy, CurWeapon^.Timer);
+                      amGasBomb: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtGasBomb,      0, newDx, newDy, CurWeapon^.Timer);
+                      amBazooka: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtShell,        0, newDx, newDy, 0);
+                          amBee: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtBee,          0, newDx, newDy, 0);
                       amShotgun: begin
                                  PlaySound(sndShotgunReload);
                                  CurAmmoGear:= AddGear(hwRound(lx), hwRound(ly), gtShotgunShot,  0, xx * _0_5, yy * _0_5, 0);
@@ -192,7 +215,10 @@
                    amPickHammer: CurAmmoGear:= AddGear(hwRound(lx), hwRound(ly) + cHHRadius, gtPickHammer, 0, _0, _0, 0);
                          amSkip: ParseCommand('/skip', true);
                          amRope: CurAmmoGear:= AddGear(hwRound(lx), hwRound(ly), gtRope, 0, xx, yy, 0);
-                         amMine: AddGear(hwRound(lx) + hwSign(dX) * 7, hwRound(ly), gtMine, gstWait, SignAs(_0_02, dX), _0, 3000);
+                         amMine: if altUse then
+                                    AddGear(hwRound(lx) + hwSign(dX) * 7, hwRound(ly), gtMine, gstWait, newDx, newDy, 3000)
+                                 else
+                                    AddGear(hwRound(lx) + hwSign(dX) * 7, hwRound(ly), gtMine, gstWait, SignAs(_0_02, dX), _0, 3000);
                         amSMine: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtSMine,    0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, 0);
                        amDEagle: CurAmmoGear:= AddGear(hwRound(lx + xx * cHHRadius), hwRound(ly + yy * cHHRadius), gtDEagleShot, 0, xx * _0_5, yy * _0_5, 0);
                       amSineGun: CurAmmoGear:= AddGear(hwRound(lx + xx * cHHRadius), hwRound(ly + yy * cHHRadius), gtSineGunShot, 0, xx * _0_5, yy * _0_5, 0);
@@ -237,10 +263,10 @@
                        amKamikaze: CurAmmoGear:= AddGear(hwRound(lx), hwRound(ly), gtKamikaze, 0, xx * _0_5, yy * _0_5, 0);
                          amCake: CurAmmoGear:= AddGear(hwRound(lx) + hwSign(dX) * 3, hwRound(ly), gtCake, 0, xx, _0, 0);
                     amSeduction: CurAmmoGear:= AddGear(hwRound(lx + xx * cHHRadius * 2), hwRound(ly + yy * cHHRadius * 2), gtSeduction, 0, xx * _0_4, yy * _0_4, 0);
-                   amWatermelon: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtWatermelon,  0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, CurWeapon^.Timer);
-                  amHellishBomb: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtHellishBomb,    0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, 0);
+                   amWatermelon: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtWatermelon,  0, newDx, newDy, CurWeapon^.Timer);
+                  amHellishBomb: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtHellishBomb,    0, newDx, newDy, 0);
                        amNapalm: AddGear(CurWeapon^.Pos, 0, gtAirAttack, 2, _0, _0, 0);
-                        amDrill: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtDrill, 0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, 0);
+                        amDrill: FollowGear:= AddGear(hwRound(lx), hwRound(ly), gtDrill, 0, newDx, newDy, 0);
                       amBallgun: CurAmmoGear:= AddGear(hwRound(X), hwRound(Y), gtBallgun,  0, xx * _0_5, yy * _0_5, 0);
                     amJetpack: CurAmmoGear:= AddGear(hwRound(lx), hwRound(ly), gtJetpack, 0, _0, _0, 0);
                     amBirdy: begin
@@ -251,9 +277,15 @@
                                     PlaySound(sndLowGravity);
                                     cGravity:= cMaxWindSpeed
                                     end;
-                      amExtraDamage: cDamageModifier:= _1_5;
+                      amExtraDamage:begin 
+                                    PlaySound(sndHellishImpact4);
+                                    cDamageModifier:= _1_5
+                                    end;
                       amInvulnerable: Invulnerable:= true;
-                      amExtraTime: TurnTimeLeft:= TurnTimeLeft + 30000;
+                      amExtraTime:  begin
+                                    PlaySound(sndSwitchHog);
+                                    TurnTimeLeft:= TurnTimeLeft + 30000
+                                    end;
                       amLaserSight: cLaserSighting:= true;
                       amVampiric: begin
                                   PlaySound(sndOw1, Team^.voicepack);
@@ -273,6 +305,8 @@
                                 gtResurrector, 0, _0, _0, 0);
                         CurAmmoGear^.SoundChannel := LoopSound(sndResurrector);
                     end;
+                   amDrillStrike: AddGear(CurWeapon^.Pos, 0, gtAirAttack, 3, _0, _0, 0);
+                   //amMelonStrike: AddGear(CurWeapon^.Pos, 0, gtAirAttack, 4, _0, _0, 0);
                   end;
 
         uStats.AmmoUsed(CurAmmoType);
@@ -332,10 +366,10 @@
         else
             begin
             OnUsedAmmo(CurrentHedgehog^);
-            if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEndHint) = 0) and ((GameFlags and gfInfAttack) = 0) then
+            if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) = 0) and ((GameFlags and gfInfAttack) = 0) then
                 TurnTimeLeft:= Ammoz[a].TimeAfterTurn;
-            if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEndHint) = 0) then State:= State or gstAttacked;
-            if (Ammoz[a].Ammo.Propz and ammoprop_NoRoundEndHint) <> 0 then ApplyAmmoChanges(CurrentHedgehog^)
+            if ((Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) = 0) then State:= State or gstAttacked;
+            if (Ammoz[a].Ammo.Propz and ammoprop_NoRoundEnd) <> 0 then ApplyAmmoChanges(CurrentHedgehog^)
             end;
         end
     else
@@ -419,7 +453,7 @@
 case Gear^.Pos of
        posCaseUtility,
        posCaseAmmo: begin
-                    a:= TAmmoType(Gear^.State);
+                    a:= Gear^.AmmoType;
                     AddAmmo(PHedgehog(HH^.Hedgehog)^, a);
 // Possibly needs to check shared clan ammo game flag once added.
 // On the other hand, no obvious reason that clan members shouldn't know what ammo another clan member picked up
@@ -628,11 +662,22 @@
    if (Gear^.dY.isNegative) and TestCollisionYKick(Gear, -1) then Gear^.dY:= _0;
    Gear^.State:= Gear^.State or gstMoving;
    if isUnderwater then Gear^.dY:= Gear^.dY + cGravity / _2
-   else Gear^.dY:= Gear^.dY + cGravity
+   else
+       begin
+       Gear^.dY:= Gear^.dY + cGravity;
+// this set of circumstances could be less complex if jumping was more clearly identified
+       if ((GameFlags and gfMoreWind) <> 0) and 
+          (Gear^.Damage <> 0) or
+          ((CurAmmoGear <> nil) and
+            ((CurAmmoGear^.AmmoType = amJetpack) or
+            (CurAmmoGear^.AmmoType = amBirdy))) or
+          ((Gear^.dY.QWordValue + Gear^.dX.QWordValue) > _0_55.QWordValue)
+          then Gear^.dX := Gear^.dX + cWindSpeed * _0_2
+       end
    end 
 else
    begin
-   if ((hwAbs(Gear^.dX) + hwAbs(Gear^.dY)) < _0_55)
+   if ((Gear^.dX.QWordValue + Gear^.dY.QWordValue) < _0_55.QWordValue)
       and ((Gear^.State and gstHHJumping) <> 0) then SetLittle(Gear^.dX);
 
    if not Gear^.dY.isNegative then
@@ -785,19 +830,16 @@
             and ((Gear^.Message and gmLJump) <> 0)
             and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) <> 0) then
             begin
-            Gear^.Message:= Gear^.Message and not gmLJump;
-            Attack(Gear)
+            Attack(Gear);
+            Gear^.Message:= Gear^.Message and not gmLJump
             end;
 
 if (CurAmmoGear = nil)
     or ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) <> 0) 
-    or ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_NoRoundEndHint) <> 0) then
+    or ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_NoRoundEnd) <> 0) then
     begin
     if ((Gear^.Message and gmSlot) <> 0) then
-        begin
-        ChangeAmmo(Gear);
-        ApplyAmmoChanges(Hedgehog^)
-        end;
+        if ChangeAmmo(Gear) then ApplyAmmoChanges(Hedgehog^);
 
     if ((Gear^.Message and gmWeapon) <> 0) then HHSetWeapon(Gear);
 
@@ -870,7 +912,7 @@
 
 if (Gear^.Health = 0) then
     begin
-    if PrvInactive then
+    if PrvInactive or ((GameFlags and gfInfAttack) <> 0) then
         begin
         Gear^.Timer:= 0;
         FollowGear:= Gear;
@@ -879,6 +921,7 @@
 
         if not PHedgehog(Gear^.Hedgehog)^.Team^.hasGone then
             begin
+            PHedgehog(Gear^.Hedgehog)^.Effects[hePoisoned] := false;
             if PHedgehog(Gear^.Hedgehog)^.Effects[heResurrectable] then begin
                 ResurrectHedgehog(Gear);
             end else begin
--- a/hedgewars/PascalExports.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/PascalExports.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -26,6 +26,7 @@
 
 {$INCLUDE "config.inc"}
 type PPByte = ^PByte;
+var dummy: boolean;  // avoid compiler hint
 
 implementation
 {$IFDEF HWLIBRARY}
@@ -194,7 +195,8 @@
 
 function HW_isAmmoMenuNotAllowed: boolean; cdecl; export;
 begin;
-    exit ( (TurnTimeLeft = 0) or (not CurrentTeam^.ExtDriven and (((CurAmmoGear = nil) or ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) = 0)) and hideAmmoMenu)) );
+    exit ( (TurnTimeLeft = 0) or (not CurrentTeam^.ExtDriven and (((CurAmmoGear = nil) or
+           ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) = 0)) and hideAmmoMenu)) );
 end;
 
 function HW_isPaused: boolean; cdecl; export;
--- a/hedgewars/VGSHandlers.inc	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/VGSHandlers.inc	Mon Nov 15 12:37:39 2010 +0100
@@ -33,10 +33,16 @@
     X:= X + (cWindSpeedf * 200 + dX + tdX) * Steps;
     Y:= Y + (dY + tdY + cGravityf * vobFallSpeed) * Steps;
     Angle:= Angle + dAngle * Steps;
+    if Angle > 360 then
+        Angle:= Angle - 360
+    else
+        if Angle < - 360 then
+            Angle:= Angle + 360;
+    
   
     if (round(X) >= cLeftScreenBorder) and
        (round(X) <= cRightScreenBorder) and
-       (round(Y) <= (int64(LAND_HEIGHT) + 75)) and
+       (round(Y) - 75 <= LAND_HEIGHT) and
        (Timer > 0) and (Timer-Steps > 0) then
         begin
         if tdX > 0 then sign := 1
@@ -54,7 +60,7 @@
         if round(X) < cLeftScreenBorder then X:= X + cScreenSpace else
         if round(X) > cRightScreenBorder then X:= X - cScreenSpace;
         // if round(Y) < (LAND_HEIGHT - 1024 - 75) then Y:= Y + float(25); // For if flag is set for flakes rising upwards?
-        if round(Y) > (int64(LAND_HEIGHT) + 75) then Y:= Y - float(1024 + 150); // TODO - configure in theme (jellies for example could use limited range)
+        if round(Y) - 75 > LAND_HEIGHT then Y:= Y - float(1024 + 150); // TODO - configure in theme (jellies for example could use limited range)
         Timer:= 0;
         tdX:= 0;
         tdY:= 0
@@ -84,7 +90,7 @@
 t := 8 * AngleSin(s mod 2048).QWordValue / 4294967296;
 if (s < 2048) then t := -t;
 
-Gear^.Y := int64(LAND_HEIGHT) - 1184 + Gear^.Timer mod 8 + t;
+Gear^.Y := LAND_HEIGHT - 1184 + LongInt(Gear^.Timer mod 8) + t;
 
 if round(Gear^.X) < cLeftScreenBorder then Gear^.X:= Gear^.X + cScreenSpace else
 if round(Gear^.X) > cRightScreenBorder then Gear^.X:= Gear^.X - cScreenSpace
@@ -127,6 +133,16 @@
 end;
 
 ////////////////////////////////////////////////////////////////////////////////
+procedure doStepLineTrail(Gear: PVisualGear; Steps: Longword);
+begin
+Steps := Steps;
+if Gear^.Timer <= Steps then
+    DeleteVisualGear(Gear)
+else
+    dec(Gear^.Timer, Steps)
+end;
+
+////////////////////////////////////////////////////////////////////////////////
 procedure doStepEgg(Gear: PVisualGear; Steps: Longword);
 begin
 Gear^.X:= Gear^.X + Gear^.dX * Steps;
@@ -205,8 +221,8 @@
     Gear^.Y:= Gear^.Y + Gear^.dY * Steps;
     Gear^.Y:= Gear^.Y - cDrownSpeedf * Steps;
 
-    Gear^.dX /= (1.001 * Steps);
-    Gear^.dY /= (1.001 * Steps);
+    Gear^.dX := Gear^.dX / (1.001 * Steps);
+    Gear^.dY := Gear^.dY / (1.001 * Steps);
 
     if (Gear^.FrameTicks <= Steps) or (round(Gear^.Y) < cWaterLine) then
         DeleteVisualGear(Gear)
@@ -480,7 +496,7 @@
 
 procedure doStepHealthTagWorkUnderWater(Gear: PVisualGear; Steps: Longword);
 begin
-if round(Gear^.Y) < int64(cWaterLine) + 10 then
+if round(Gear^.Y) - 10 < cWaterLine then
     DeleteVisualGear(Gear)
 else
     Gear^.Y:= Gear^.Y - 0.08 * Steps;
@@ -584,6 +600,7 @@
 for i:= 0 to 15 do AddVisualGear(gX, gY, vgtExplPart2);
 Gear^.doStep:= @doStepBigExplosionWork;
 if Steps > 1 then Gear^.doStep(Gear, Steps-1);
+performRumble();
 end;
 
 procedure doStepChunk(Gear: PVisualGear; Steps: Longword);
@@ -601,3 +618,12 @@
     DeleteVisualGear(Gear);
     end
 end;
+
+////////////////////////////////////////////////////////////////////////////////
+procedure doStepBulletHit(Gear: PVisualGear; Steps: Longword);
+begin
+  if Gear^.FrameTicks <= Steps then
+      DeleteVisualGear(Gear)
+  else
+      dec(Gear^.FrameTicks, Steps);
+end;
--- a/hedgewars/hwLibrary.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/hwLibrary.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -13,6 +13,9 @@
 // to make these functions available in the C/C++/Objective-C source files
 // (add "#include PascalImports.h" near the top of these files if it's not there yet)
 uses cmem, hwengine, PascalExports;
-
+begin
+    // avoid compiler warnings about units not being used
+    isTerminated:= isTerminated;
+    dummy:= dummy;
 end.
 
--- a/hedgewars/hwengine.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/hwengine.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -269,24 +269,25 @@
 
     LoadLocale(Pathz[ptLocale] + '/en.txt');  // Do an initial load with english
     if cLocaleFName <> 'en.txt' then
-    begin
+        begin
         // Try two letter locale first before trying specific locale overrides
         if (Length(cLocaleFName) > 6) and (Copy(cLocaleFName,1,2)+'.txt' <> 'en.txt') then
             LoadLocale(Pathz[ptLocale] + '/' + Copy(cLocaleFName,1,2)+'.txt');
         LoadLocale(Pathz[ptLocale] + '/' + cLocaleFName);
-    end;
+        end;
 
     WriteLnToConsole(msgGettingConfig);
+
     if recordFileName = '' then
-    begin
+        begin
         InitIPC;
         SendIPCAndWaitReply('C');        // ask for game config
-    end
+        end
     else
-    begin
+        begin
         LoadRecordFromFile(recordFileName);
         perfExt_SaveBeganSynching();
-    end;
+        end;
 
     ScriptOnGameInit;
 
--- a/hedgewars/uAIAmmoTests.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uAIAmmoTests.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -101,7 +101,8 @@
             (proc: nil;              flags: 0), // amFlamethrower
             (proc: @TestGrenade;     flags: 0), // amSMine
             (proc: @TestFirePunch;   flags: 0), // amHammer
-            (proc: nil;              flags: 0) // amResurrector
+            (proc: nil;              flags: 0), // amResurrector
+            (proc: nil;              flags: 0) // amDrillStrike
             );
 
 const BadTurn = Low(LongInt) div 4;
@@ -296,7 +297,7 @@
     until TestCollExcludingMe(Me, hwRound(x), hwRound(y), 5) or (t = 0);
     EX:= hwRound(x);
     EY:= hwRound(y);
-    if t < 50 then CheckTrace:= RateExplosion(Me, EX, EY, 81)
+    if t < 50 then CheckTrace:= RateExplosion(Me, EX, EY, 41)
               else CheckTrace:= BadTurn
     end;
 begin
@@ -310,7 +311,7 @@
       Vx:= (int2hwFloat(Targ.X+10) - Me^.X) / int2hwFloat(TestTime + tDelta)
   else
       Vx:= (int2hwFloat(Targ.X-10) - Me^.X) / int2hwFloat(TestTime + tDelta);
-  Vy:= cGravity * ((TestTime + tDelta) div 2) - (int2hwFloat(Targ.Y-25) - Me^.Y) / int2hwFloat(TestTime + tDelta);
+  Vy:= cGravity * ((TestTime + tDelta) div 2) - (int2hwFloat(Targ.Y-150) - Me^.Y) / int2hwFloat(TestTime + tDelta);
   r:= Distance(Vx, Vy);
   if not (r > _1) then
      begin
@@ -318,7 +319,7 @@
      if valueResult < Score then
         begin
         ap.Angle:= DxDy2AttackAngle(Vx, Vy) + AIrndSign(random(Level));
-        ap.Power:= hwRound(r * cMaxPower) + AIrndSign(random(Level) * 15);
+        ap.Power:= hwRound(r * cMaxPower * _0_9) + AIrndSign(random(Level) * 15);
         ap.Time:= TestTime;
         ap.ExplR:= 90;
         ap.ExplX:= EX;
@@ -362,7 +363,7 @@
 repeat
   inc(TestTime, 1000);
   Vx:= (int2hwFloat(Targ.X) - Me^.X) / int2hwFloat(TestTime + tDelta);
-  Vy:= cGravity * ((TestTime + tDelta) div 2) - (int2hwFloat(Targ.Y-125) - Me^.Y) / int2hwFloat(TestTime + tDelta);
+  Vy:= cGravity * ((TestTime + tDelta) div 2) - (int2hwFloat(Targ.Y-200) - Me^.Y) / int2hwFloat(TestTime + tDelta);
   r:= Distance(Vx, Vy);
   if not (r > _1) then
      begin
@@ -498,7 +499,12 @@
                    else dec(valueResult, Level * 4000);
      exit(valueResult)
      end
-until (Abs(Targ.X - hwRound(x)) + Abs(Targ.Y - hwRound(y)) < 4) or (x.isNegative) or (y.isNegative) or (x.Round > LAND_WIDTH) or (y.Round > LAND_HEIGHT);
+until (Abs(Targ.X - hwRound(x)) + Abs(Targ.Y - hwRound(y)) < 4)
+    or (x.isNegative)
+    or (y.isNegative)
+    or (x.Round > LongWord(LAND_WIDTH))
+    or (y.Round > LongWord(LAND_HEIGHT));
+
 TestShotgun:= BadTurn
 end;
 
@@ -526,7 +532,12 @@
   y:= y + vY;
   if ((hwRound(x) and LAND_WIDTH_MASK) = 0)and((hwRound(y) and LAND_HEIGHT_MASK) = 0)
      and (Land[hwRound(y), hwRound(x)] <> 0) then inc(d);
-until (Abs(Targ.X - hwRound(x)) + Abs(Targ.Y - hwRound(y)) < 4) or (x.isNegative) or (y.isNegative) or (x.Round > LAND_WIDTH) or (y.Round > LAND_HEIGHT) or (d > 200);
+until (Abs(Targ.X - hwRound(x)) + Abs(Targ.Y - hwRound(y)) < 4)
+    or (x.isNegative)
+    or (y.isNegative)
+    or (x.Round > LongWord(LAND_WIDTH))
+    or (y.Round > LongWord(LAND_HEIGHT))
+    or (d > 200);
 
 if Abs(Targ.X - hwRound(x)) + Abs(Targ.Y - hwRound(y)) < 3 then valueResult:= max(0, (4 - d div 50) * 7 * 1024)
                                                            else valueResult:= BadTurn;
--- a/hedgewars/uAmmos.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uAmmos.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -44,8 +44,7 @@
 function  GetAmmoByNum(num: Longword): PHHAmmo;
 function  GetAmmoEntry(var Hedgehog: THedgehog): PAmmo;
 
-var shoppa: boolean;
-    StoreCnt: Longword;
+var StoreCnt: Longword;
 
 implementation
 uses uMisc, uGears, uWorld, uLocale, uConsole, uMobile;
@@ -93,16 +92,9 @@
 var cnt: Longword;
     a: TAmmoType;
     ammos: TAmmoCounts;
-    substr: shortstring; // TEMPORARY
 begin
 TryDo((byte(ammoLoadout[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoProbability[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoDelay[0]) = byte(ord(High(TAmmoType)))) and (byte(ammoReinforcement[0]) = byte(ord(High(TAmmoType)))), 'Incomplete or missing ammo scheme set (incompatible frontend or demo/save?)', true);
 
-// FIXME - TEMPORARY hardcoded check on shoppa pending creation of crate *type* probability editor
-substr:= Copy(ammoLoadout,1,15);
-if (substr = '000000990000009') or
-   (substr = '000000990000000') then
-    shoppa:= true;
-
 inc(StoreCnt);
 TryDo(StoreCnt <= cMaxHHs, 'Ammo stores overflow', true);
 
@@ -179,7 +171,10 @@
           if Hedgehogs[i].Gear <> nil then
              begin
              Hedgehogs[i].Ammo:= GetAmmoByNum(Hedgehogs[i].AmmoStore);
-             Hedgehogs[i].CurAmmoType:= amNothing;
+             if (GameFlags and gfPlaceHog) <> 0 then
+                Hedgehogs[i].CurAmmoType:= amTeleport
+             else
+                Hedgehogs[i].CurAmmoType:= amNothing
              end
       end
 end;
@@ -243,6 +238,7 @@
                 begin
                 PackAmmo(Ammo, Ammoz[AmmoType].Slot);
                 //SwitchNotHeldAmmo(Hedgehog);
+                ShowCrossHair:= false;
                 CurAmmoType:= amNothing
                 end
             end
@@ -422,7 +418,10 @@
    with TeamsArray[t]^ do
       for i:= 0 to cMaxHHIndex do
           if Hedgehogs[i].Gear <> nil then
+             begin
              FillAmmoStore(Hedgehogs[i].Ammo, InitialCounts[Hedgehogs[i].AmmoStore]);
+             Hedgehogs[i].CurAmmoType:= amNothing
+             end;
 
 for a:= Low(TAmmoType) to High(TAmmoType) do
     if Ammoz[a].SkipTurns >= 10000 then dec(Ammoz[a].SkipTurns,10000)
@@ -430,7 +429,6 @@
 
 procedure initModule;
 begin
-    shoppa:= false;
     StoreCnt:= 0;
     ammoLoadout:= '';
     ammoProbability:= '';
--- a/hedgewars/uChat.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uChat.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -245,7 +245,8 @@
     end;
 if (s[1] = '/') and (copy(s, 1, 4) <> '/me ') then
     begin
-    if CurrentTeam^.ExtDriven then exit;
+    if CurrentTeam^.ExtDriven or (CurrentTeam^.Hedgehogs[0].BotLevel <> 0) then
+        exit;
 
     for i:= Low(TWave) to High(TWave) do
         if (s = Wavez[i].cmd) then
--- a/hedgewars/uConsole.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uConsole.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -90,22 +90,22 @@
     done: boolean;
 begin
 {$IFNDEF NOCONSOLE}
-    {$IFDEF DEBUGFILE}AddFileLog('Console write: ' + s);{$ENDIF}
-    Write(s);
-    done:= false;
+{$IFDEF DEBUGFILE}AddFileLog('Console write: ' + s);{$ENDIF}
+Write(s);
+done:= false;
 
-    while not done do
+while not done do
     begin
-        Len:= cLineWidth - Length(ConsoleLines[CurrLine].s);
-        SetLine(ConsoleLines[CurrLine], ConsoleLines[CurrLine].s + copy(s, 1, Len));
-        Delete(s, 1, Len);
-        if byte(ConsoleLines[CurrLine].s[0]) = cLineWidth then
+    Len:= cLineWidth - Length(ConsoleLines[CurrLine].s);
+    SetLine(ConsoleLines[CurrLine], ConsoleLines[CurrLine].s + copy(s, 1, Len));
+    Delete(s, 1, Len);
+    if byte(ConsoleLines[CurrLine].s[0]) = cLineWidth then
         begin
-            inc(CurrLine);
-            if CurrLine = cLinesCount then CurrLine:= 0;
-            PByte(@ConsoleLines[CurrLine].s)^:= 0
+        inc(CurrLine);
+        if CurrLine = cLinesCount then CurrLine:= 0;
+        PByte(@ConsoleLines[CurrLine].s)^:= 0
         end;
-        done:= (Length(s) = 0);
+    done:= (Length(s) = 0);
     end;
 {$ENDIF}
 end;
@@ -113,12 +113,12 @@
 procedure WriteLnToConsole(s: shortstring);
 begin
 {$IFNDEF NOCONSOLE}
-    WriteToConsole(s);
-    WriteLn;
-    inc(CurrLine);
-    if CurrLine = cLinesCount then
-        CurrLine:= 0;
-    PByte(@ConsoleLines[CurrLine].s)^:= 0
+WriteToConsole(s);
+WriteLn;
+inc(CurrLine);
+if CurrLine = cLinesCount then
+    CurrLine:= 0;
+PByte(@ConsoleLines[CurrLine].s)^:= 0
 {$ENDIF}
 end;
 
@@ -234,10 +234,14 @@
     RegisterVariable('delay'   , vtLongInt, @cInactDelay    , false);
     RegisterVariable('ready'   , vtLongInt, @cReadyDelay    , false);
     RegisterVariable('casefreq', vtLongInt, @cCaseFactor    , false);
+    RegisterVariable('healthprob', vtLongInt, @cHealthCaseProb, false);
+    RegisterVariable('hcaseamount', vtLongInt, @cHealthCaseAmount, false);
     RegisterVariable('sd_turns', vtLongInt, @cSuddenDTurns  , false);
+    RegisterVariable('waterrise', vtLongInt, @cWaterRise    , false);
+    RegisterVariable('healthdec', vtLongInt, @cHealthDecrease, false);
     RegisterVariable('damagepct',vtLongInt, @cDamagePercent , false);
     RegisterVariable('minedudpct',vtLongInt,@cMineDudPercent, false);
-    RegisterVariable('landadds', vtLongInt, @cLandAdditions , false);
+    RegisterVariable('minesnum', vtLongInt, @cLandMines     , false);
     RegisterVariable('explosives',vtLongInt,@cExplosives    , false);
     RegisterVariable('gmflags' , vtLongInt, @GameFlags      , false);
     RegisterVariable('trflags' , vtLongInt, @TrainingFlags  , false);
--- a/hedgewars/uConsts.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uConsts.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -43,7 +43,7 @@
             ptLocale, ptAmmoMenu, ptHedgehog, ptVoices, ptHats, ptFlags, ptMissionMaps);
 
     TSprite = (sprWater, sprCloud, sprBomb, sprBigDigit, sprFrame,
-            sprLag, sprArrow, sprGrenade, sprTargetP, sprBee,
+            sprLag, sprArrow, sprBazookaShell, sprTargetP, sprBee,
             sprSmokeTrace, sprRopeHook, sprExplosion50, sprMineOff,
             sprMineOn, sprMineDead, sprCase, sprFAid, sprDynamite, sprPower,
             sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont,
@@ -74,11 +74,13 @@
             sprBigExplosion, sprSmokeRing, sprBeeTrace, sprEgg, sprTargetBee, sprHandBee,
             sprFeather, sprPiano, sprHandSineGun, sprPortalGun, sprPortal,
             sprCheese, sprHandCheese, sprHandFlamethrower, sprChunk, sprNote,
-            sprSMineOff, sprSMineOn, sprHandSMine, sprHammer, sprHandResurrector
+            sprSMineOff, sprSMineOn, sprHandSMine, sprHammer,
+            sprHandResurrector, sprCross, sprAirDrill, sprNapalmBomb,
+            sprBulletHit
             );
 
     // Gears that interact with other Gears and/or Land
-    TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtGrave, gtBee, // 4
+    TGearType = (gtBomb, gtHedgehog, gtShell, gtGrave, gtBee, // 4
             gtShotgunShot, gtPickHammer, gtRope, gtMine, gtCase, // 9
             gtDEagleShot, gtDynamite, gtClusterBomb, gtCluster, gtShover, // 14
             gtFlame, gtFirePunch, gtATStartGame, gtATSmoothWindCh, // 18
@@ -88,7 +90,8 @@
             gtHellishBomb, gtWaterUp, gtDrill, gtBallGun, gtBall, gtRCPlane, // 40
             gtSniperRifleShot, gtJetpack, gtMolotov, gtExplosives, gtBirdy, // 45
             gtEgg, gtPortal, gtPiano, gtGasBomb, gtSineGunShot, gtFlamethrower, // 51
-            gtSMine, gtPoisonCloud, gtHammer, gtHammerHit, gtResurrector);
+            gtSMine, gtPoisonCloud, gtHammer, gtHammerHit, gtResurrector, // 56
+            gtNapalmBomb); // 57
 
     // Gears that are _only_ of visual nature (e.g. background stuff, visual effects, speechbubbles, etc.)
     TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
@@ -96,7 +99,8 @@
             vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell,
             vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
             vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
-            vgtBigExplosion, vgtChunk, vgtNote);
+            vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail,
+            vgtBulletHit);
 
     TGearsType = set of TGearType;
 
@@ -133,7 +137,7 @@
             amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime, // 35
             amLaserSight, amVampiric, amSniperRifle, amJetpack, amMolotov, amBirdy, amPortalGun, // 42
             amPiano, amGasBomb, amSineGun, amFlamethrower, amSMine, amHammer, // 48
-            amResurrector);
+            amResurrector, amDrillStrike);
 
     TCrateType = (HealthCrate, AmmoCrate, UtilityCrate);
 
@@ -189,7 +193,7 @@
             PrevTexture, NextTexture: PTexture;
             end;
 
-    THogEffect = (heInvulnerable, heResurrectable, hePoisoned);
+    THogEffect = (heInvulnerable, heResurrectable, hePoisoned, heResurrected);
 
     TScreenFade = (sfNone, sfInit, sfToBlack, sfFromBlack, sfToWhite, sfFromWhite);
 const
@@ -341,7 +345,7 @@
     gfLowGravity         = $00000020;
     gfLaserSight         = $00000040;
     gfInvulnerable       = $00000080;
-    gfMines              = $00000100;           // redundant? same effect as 'landadds 0'
+    gfResetHealth        = $00000100;
     gfVampiric           = $00000200;
     gfKarma              = $00000400;
     gfArtillery          = $00000800;
@@ -356,6 +360,8 @@
     gfInfAttack          = $00100000;
     gfResetWeps          = $00200000;
     gfPerHogAmmo         = $00400000;
+    gfDisableWind        = $00800000;           // only lua for now
+    gfMoreWind           = $01000000;
     // NOTE: When adding new game flags, ask yourself
     // if a "game start notice" would be useful. If so,
     // add one in uWorld.pas - look for "AddGoal".
@@ -412,7 +418,7 @@
     ammoprop_NotBorder    = $00000800;
     ammoprop_Utility      = $00001000;
     ammoprop_Effect       = $00002000;
-    ammoprop_NoRoundEndHint=$10000000;
+    ammoprop_NoRoundEnd=$10000000;
 
     AMMO_INFINITE = 100;
 
@@ -523,8 +529,8 @@
             Width:  65; Height: 65; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpLowest; getDimensions: false; getImageDimensions: true),// sprLag
             (FileName:      'Arrow'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
             Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprCursor
-            (FileName:    'Grenade'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
-            Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprGrenade
+            (FileName:'BazookaShell'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
+            Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprBazookaShell
             (FileName:    'Targetp'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprTargetP
             (FileName:        'Bee'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
@@ -820,8 +826,30 @@
             (FileName: 'amResurrector'; Path: ptHedgehog; AltPath: ptNone;
                 Texture: nil; Surface: nil; Width: 32; Height: 32;
                 imageWidth: 0; imageHeight: 0; saveSurf: false; priority:
-                tpMedium; getDimensions: false; getImageDimensions: true) 
-            ); // sprHandResurrector
+                tpMedium; getDimensions: false; getImageDimensions: true),
+            //sprHandResurrector
+            (FileName: 'Cross'; Path: ptGraphics; altPath: ptNone;
+                Texture: nil; Surface: nil; Width: 108; Height: 138;
+                imageWidth: 0; imageHeight: 0; saveSurf: false; priority:
+                tpMedium; getDimensions: false; getImageDimensions: true),
+            //sprCross
+            (FileName:  'AirDrill'; Path: ptGraphics; AltPath: ptNone;
+                Texture: nil; Surface: nil; Width:  16; Height: 16;
+                imageWidth: 0; imageHeight: 0; saveSurf: false; priority:
+                tpMedium; getDimensions: false; getImageDimensions: true),
+            // sprAirDrill
+            (FileName:  'NapalmBomb'; Path: ptGraphics; AltPath: ptNone;
+                Texture: nil; Surface: nil; Width:  16; Height: 16;
+                imageWidth: 0; imageHeight: 0; saveSurf: false; priority:
+                tpMedium; getDimensions: false; getImageDimensions: true),
+            // sprNapalmBomb
+            (FileName:  'BulletHit'; Path: ptGraphics; AltPath: ptNone;
+                Texture: nil; Surface: nil; Width:  32; Height: 32;
+                imageWidth: 0; imageHeight: 0; saveSurf: false; priority:
+                tpMedium; getDimensions: false; getImageDimensions: true)
+            // sprNapalmBomb
+            );
+
 
     Wavez: array [TWave] of record
             Sprite: TSprite;
@@ -1157,7 +1185,7 @@
             NameTex: nil;
             Probability: 100;
             NumberInCase: 3;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_ForwMsgs or
                           ammoprop_AttackInMove or
                           ammoprop_Utility or
@@ -1322,7 +1350,7 @@
             NameTex: nil;
             Probability: 100;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_ForwMsgs or
                           ammoprop_AttackInMove or
                           ammoprop_NoCrosshair or
@@ -1428,7 +1456,7 @@
             NameTex: nil;
             Probability: 150;
             NumberInCase: 3;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_NoCrosshair or
                           ammoprop_NeedTarget or
                           ammoprop_Utility or
@@ -1483,7 +1511,7 @@
             NameTex: nil;
             Probability: 100;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_ForwMsgs or
                           ammoprop_NoCrosshair or
                           ammoprop_Utility or
@@ -1746,7 +1774,7 @@
             NameTex: nil;
             Probability: 20;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_NoCrosshair or
                           ammoprop_DontHold or
                           ammoprop_AltUse or
@@ -1774,7 +1802,7 @@
             NameTex: nil;
             Probability: 15;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_NoCrosshair or
                           ammoprop_DontHold or
                           ammoprop_AltUse or
@@ -1802,7 +1830,7 @@
             NameTex: nil;
             Probability: 20;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_NoCrosshair or
                           ammoprop_DontHold or
                           ammoprop_AltUse or
@@ -1830,7 +1858,7 @@
             NameTex: nil;
             Probability: 30;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_NoCrosshair or
                           ammoprop_DontHold or
                           ammoprop_AltUse or
@@ -1858,7 +1886,7 @@
             NameTex: nil;
             Probability: 15;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_NoCrosshair or
                           ammoprop_DontHold or
                           ammoprop_AltUse or
@@ -1886,7 +1914,7 @@
             NameTex: nil;
             Probability: 15;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_NoCrosshair or
                           ammoprop_DontHold or
                           ammoprop_AltUse or
@@ -1937,7 +1965,7 @@
             NameTex: nil;
             Probability: 20;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_ForwMsgs or
                           ammoprop_AttackInMove or
                           ammoprop_NoCrosshair or
@@ -2014,7 +2042,7 @@
             NameTex: nil;
             Probability: 20;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoRoundEndHint or
+            Ammo: (Propz: ammoprop_NoRoundEnd or
                           ammoprop_AttackInMove or
                           ammoprop_DontHold or
                           ammoprop_Utility;
@@ -2136,7 +2164,7 @@
             NameTex: nil;
             Probability: 100;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_Power or ammoprop_AltUse;
+            Ammo: (Propz: ammoprop_Power; //FIXME: enable multishoot at altuse, until then removed ammoprop_AltUse
                 Count: 1;
                 NumPerTurn: 1;
                 Timer: 0;
@@ -2177,11 +2205,14 @@
             ejectX: 0;
             ejectY: 0),
 
+// Ressurrector
         (NameId: sidResurrector;
             NameTex: nil;
             Probability: 0;
             NumberInCase: 1;
-            Ammo: (Propz: ammoprop_NoCrosshair or ammoprop_NoRoundEndHint;
+            Ammo: (Propz: ammoprop_NoCrosshair or 
+                          ammoprop_Utility or
+                          ammoprop_NoRoundEnd;
                 Count: 1;
                 NumPerTurn: 0;
                 Timer: 0;
@@ -2197,6 +2228,33 @@
             PosCount: 1;
             PosSprite: sprWater;
             ejectX: 0;
+            ejectY: 0),
+
+// DrillStrike
+            (NameId: sidDrillStrike;
+            NameTex: nil;
+            Probability: 200;
+            NumberInCase: 1;
+            Ammo: (Propz: ammoprop_NoCrosshair or
+                            ammoprop_NeedTarget or
+                            ammoprop_AttackingPut or
+                            ammoprop_DontHold or
+                            ammoprop_NotBorder;
+                Count: 1;
+                NumPerTurn: 0;
+                Timer: 0;
+                Pos: 0;
+                AmmoType: amDrillStrike;
+                AttackVoice: sndIncoming);
+            Slot: 5;
+            TimeAfterTurn: 0;
+            minAngle: 0;
+            maxAngle: 0;
+            isDamaging: true;
+            SkipTurns: 6;
+            PosCount: 2;
+            PosSprite: sprAmAirplane;
+            ejectX: 0;
             ejectY: 0)
         );
 
--- a/hedgewars/uGame.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uGame.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -26,7 +26,7 @@
 ////////////////////
    implementation
 ////////////////////
-uses uMisc, uConsts, uKeys, uTeams, uIO, uAI, uGears, uScript, uSound, uMobile;
+uses uMisc, uConsts, uKeys, uTeams, uIO, uAI, uGears, uScript, uSound, uMobile, uVisualGears;
 
 procedure DoGameTick(Lag: LongInt);
 var i: LongInt;
@@ -55,7 +55,11 @@
        NetGetNextCmd;
        if isInLag then
           case GameType of
-                gmtNet: break;
+                gmtNet: begin
+                        // just update the health bars
+                        AddVisualGear(0, 0, vgtTeamHealthSorter);
+                        break;
+                        end;
                gmtDemo: begin
                         GameState:= gsExit;
                         exit
@@ -67,7 +71,8 @@
                         isSoundEnabled:= isSEBackup;
                         if isSoundEnabled then playMusic;
                         GameType:= gmtLocal;
-                        InitIPC;
+                        AddVisualGear(0, 0, vgtTeamHealthSorter);
+                        {$IFDEF IPHONEOS}InitIPC;{$ENDIF}
                         perfExt_SaveFinishedSynching();
                         end;
                end
--- a/hedgewars/uGears.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uGears.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -102,7 +102,7 @@
 
 implementation
 uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, uLand, uIO, uLandGraphics,
-    uAIMisc, uLocale, uAI, uAmmos, uStats, uVisualGears, uScript, GLunit;
+     uAIMisc, uLocale, uAI, uAmmos, uStats, uVisualGears, uScript, GLunit, uMobile;
 
 const MAXROPEPOINTS = 384;
 var RopePoints: record
@@ -121,7 +121,7 @@
 procedure doMakeExplosion(X, Y, Radius: LongInt; Mask, Tint: LongWord); forward;
 procedure AmmoShove(Ammo: PGear; Damage, Power: LongInt); forward;
 //procedure AmmoFlameWork(Ammo: PGear); forward;
-function GearsNear(Gear: PGear; Kind: TGearType; r: LongInt): TPGearArray; forward;
+function  GearsNear(X, Y: hwFloat; Kind: TGearType; r: LongInt): TPGearArray; forward;
 function  CheckGearNear(Gear: PGear; Kind: TGearType; rX, rY: LongInt): PGear; forward;
 procedure SpawnBoxOfSmth; forward;
 procedure AfterAttack; forward;
@@ -155,7 +155,7 @@
 const doStepHandlers: array[TGearType] of TGearStepProcedure = (
             @doStepBomb,
             @doStepHedgehog,
-            @doStepGrenade,
+            @doStepShell,
             @doStepGrave,
             @doStepBee,
             @doStepShotgunShot,
@@ -209,7 +209,8 @@
             @doStepPoisonCloud,
             @doStepHammer,
             @doStepHammerHit,
-            @doStepResurrector
+            @doStepResurrector,
+            @doStepNapalmBomb
             );
 
 procedure InsertGearToList(Gear: PGear);
@@ -292,13 +293,13 @@
     end;
 
 case Kind of
-     gtAmmo_Bomb,
+     gtBomb,
      gtClusterBomb,
      gtGasBomb: begin
                 gear^.ImpactSound:= sndGrenadeImpact;
                 gear^.nImpactSounds:= 1;
                 gear^.AdvBounce:= 1;
-                gear^.Radius:= 6;
+                gear^.Radius:= 5;
                 gear^.Elasticity:= _0_8;
                 gear^.Friction:= _0_8;
                 gear^.RenderTimer:= true;
@@ -308,7 +309,7 @@
                 gear^.ImpactSound:= sndMelonImpact;
                 gear^.nImpactSounds:= 1;
                 gear^.AdvBounce:= 1;
-                gear^.Radius:= 4;
+                gear^.Radius:= 6;
                 gear^.Elasticity:= _0_8;
                 gear^.Friction:= _0_995;
                 gear^.RenderTimer:= true;
@@ -325,7 +326,7 @@
                     if PHedgehog(gear^.Hedgehog)^.BotLevel > 0 then
                         PHedgehog(gear^.Hedgehog)^.Effects[heResurrectable] := true;
                 end;
-gtAmmo_Grenade: begin // bazooka
+       gtShell: begin
                 gear^.Radius:= 4;
                 end;
        gtGrave: begin
@@ -365,9 +366,9 @@
                 gear^.Elasticity:= _0_55;
                 gear^.Friction:= _0_995;
                 if cMinesTime < 0 then
-                    gear^.Timer:= getrandom(4)*1000
+                    gear^.Timer:= getrandom(51)*100
                 else
-                    gear^.Timer:= cMinesTime*1;
+                    gear^.Timer:= cMinesTime*1000;
                 end;
        gtSMine: begin
                 gear^.Health:= 10;
@@ -494,6 +495,7 @@
                 end;
      gtJetpack: begin
                 gear^.Health:= 2000;
+                gear^.Damage:= 100
                 end;
      gtMolotov: begin
                 gear^.Radius:= 6;
@@ -531,6 +533,7 @@
                 gear^.Tag:= 10;
                 gear^.Timer:= 10;
                 gear^.Health:= 500;
+                gear^.Damage:= 100;
                 end;
  gtPoisonCloud: begin
                 gear^.Timer:= 5000;
@@ -538,6 +541,14 @@
                 end;
  gtResurrector: begin
                 gear^.Radius := 100;
+                gear^.Tag := 0
+                end;
+     gtWaterUp: begin
+                gear^.Tag := 47;
+                end;
+  gtNapalmBomb: begin
+                gear^.Timer:= 1000;
+                gear^.Radius:= 5;
                 end;
     end;
 
@@ -601,7 +612,10 @@
                 if (team^.Clan^.Teams[i]^.Hedgehogs[0].Gear <> nil) then k:= true;
             if not k then
                 for i:= 0 to Pred(team^.Clan^.TeamsNumber) do
+                    begin
+                    team^.Clan^.Teams[i]^.hasGone:= true;
                     TeamGoneEffect(team^.Clan^.Teams[i]^)
+                    end
             end;
         inc(KilledHHs);
         RecountTeamHealth(team)
@@ -624,7 +638,7 @@
 Gear:= GearsList;
 while Gear <> nil do
     begin
-    if Gear^.Kind = gtHedgehog then
+    if (Gear^.Kind = gtHedgehog) and (((GameFlags and gfInfAttack) = 0) or ((Gear^.dX.QWordValue < _0_000004.QWordValue) and (Gear^.dY.QWordValue < _0_000004.QWordValue))) then
         begin
         if (not isInMultiShoot) then inc(Gear^.Damage, Gear^.Karma);
         if (Gear^.Damage <> 0) and
@@ -659,7 +673,6 @@
         end;
     Gear:= Gear^.NextGear
     end;
-SuddenDeathDmg:= false;
 end;
 
 procedure HealthMachine;
@@ -677,8 +690,15 @@
             begin
             tmp:= 0;
             if PHedgehog(Gear^.Hedgehog)^.Effects[hePoisoned] then
+                begin
                 inc(tmp, ModifyDamage(5, Gear));
-            inc(tmp, cHealthDecrease);
+                if (GameFlags and gfResetHealth) <> 0 then dec(PHedgehog(Gear^.Hedgehog)^.InitialHealth)  // does not need a minimum check since <= 1 basically disables it
+                end;
+            if (TotalRounds > cSuddenDTurns - 1) then
+                begin
+                inc(tmp, cHealthDecrease);
+                if (GameFlags and gfResetHealth) <> 0 then dec(PHedgehog(Gear^.Hedgehog)^.InitialHealth, cHealthDecrease)
+                end;
             if PHedgehog(Gear^.Hedgehog)^.King then
                 begin
                 flag:= false;
@@ -688,7 +708,11 @@
                         (not team^.Hedgehogs[i].King) and
                         (team^.Hedgehogs[i].Gear^.Health > team^.Hedgehogs[i].Gear^.Damage)
                     then flag:= true;
-                if not flag then inc(tmp, 5)
+                if not flag then
+                    begin
+                    inc(tmp, 5);
+                    if (GameFlags and gfResetHealth) <> 0 then dec(PHedgehog(Gear^.Hedgehog)^.InitialHealth, 5)
+                    end
                 end;
             if tmp > 0 then 
                 begin
@@ -708,7 +732,7 @@
             stAfterDelay, stChWin, stWater, stChWin2, stHealth,
             stSpawn, stNTurn) = stDelay;
 var Gear, t: PGear;
-    i: LongInt;
+    i, AliveCount: LongInt;
     s: shortstring;
 begin
 PrvInactive:= AllInactive;
@@ -786,8 +810,8 @@
                 begin
                 if TotalRounds = cSuddenDTurns + 1 then bWaterRising:= true;
 
-                if bWaterRising then
-                AddGear(0, 0, gtWaterUp, 0, _0, _0, 0);
+                if bWaterRising and (cWaterRise > 0) then
+                    AddGear(0, 0, gtWaterUp, 0, _0, _0, 0)^.Tag:= cWaterRise;
 
                 inc(step)
                 end else inc(step);
@@ -796,20 +820,23 @@
             inc(step)
             end;
     stHealth: begin
-            if (TotalRounds = cSuddenDTurns - 1) and (cHealthDecrease = 0) and not isInMultiShoot then
+            if (cWaterRise <> 0) or (cHealthDecrease <> 0) then
                 begin
-                cHealthDecrease:= 5;
-                AddCaption(trmsg[sidSuddenDeath], cWhiteColor, capgrpGameState);
-                playSound(sndSuddenDeath)
-                end
-            else if (TotalRounds < cSuddenDTurns - 1) and not isInMultiShoot then
-                begin
-                i:= cSuddenDTurns - TotalRounds - 1;
-                s:= inttostr(i);
-                if i = 1 then
-                    AddCaption(trmsg[sidRoundSD], cWhiteColor, capgrpGameState)
-                else if i in [2, 5, 10, 15, 20, 25, 50, 100] then
-                    AddCaption(Format(trmsg[sidRoundsSD], s), cWhiteColor, capgrpGameState);
+                if (TotalRounds = cSuddenDTurns) and not SuddenDeathDmg and not isInMultiShoot then
+                    begin
+                    SuddenDeathDmg:= true;
+                    AddCaption(trmsg[sidSuddenDeath], cWhiteColor, capgrpGameState);
+                    playSound(sndSuddenDeath)
+                    end
+                else if (TotalRounds < cSuddenDTurns) and not isInMultiShoot then
+                    begin
+                    i:= cSuddenDTurns - TotalRounds;
+                    s:= inttostr(i);
+                    if i = 1 then
+                        AddCaption(trmsg[sidRoundSD], cWhiteColor, capgrpGameState)
+                    else if i in [2, 5, 10, 15, 20, 25, 50, 100] then
+                        AddCaption(Format(trmsg[sidRoundsSD], s), cWhiteColor, capgrpGameState);
+                    end;
                 end;
             if bBetweenTurns
                 or isInMultiShoot
@@ -817,7 +844,6 @@
             else begin
                 bBetweenTurns:= true;
                 HealthMachine;
-                if cHealthDecrease > 0 then SuddenDeathDmg:= true;
                 step:= stChDmg
                 end
             end;
@@ -864,7 +890,14 @@
             begin
             SweepDirty;
             CheckNoDamage;
-            CheckForWin
+            AliveCount:= 0; // shorter version of check for win to allow typical step activity to proceed
+            for i:= 0 to Pred(ClansCount) do
+                if ClansArray[i]^.ClanHealth > 0 then inc(AliveCount);
+            if (AliveCount <= 1) and ((GameFlags and gfOneClanMode) = 0) then
+                begin
+                step:= stChDmg;
+                TurnTimeLeft:= 0
+                end
             end
         end
     end;
@@ -932,29 +965,40 @@
         cArtillery:= false;
     // have to sweep *all* current team hedgehogs since it is theoretically possible if you have enough invulnerabilities and switch turns to make your entire team invulnerable
     if (CurrentTeam <> nil) then
-       with CurrentTeam^ do
-          for i:= 0 to cMaxHHIndex do
-              with Hedgehogs[i] do
-                  begin
-                  if (SpeechGear <> nil) then
-                     begin
-                     DeleteVisualGear(SpeechGear);  // remove to restore persisting beyond end of turn. Tiy says was too much of a gameplay issue
-                     SpeechGear:= nil
-                     end;
+        with CurrentTeam^ do
+            for i:= 0 to cMaxHHIndex do
+                with Hedgehogs[i] do
+                    begin
+                    if (SpeechGear <> nil) then
+                        begin
+                        DeleteVisualGear(SpeechGear);  // remove to restore persisting beyond end of turn. Tiy says was too much of a gameplay issue
+                        SpeechGear:= nil
+                        end;
 
-                  if (Gear <> nil) then
-                     if (GameFlags and gfInvulnerable) = 0 then
-                        Gear^.Invulnerable:= false;
-                  end;
+                    if (Gear <> nil) then
+                        begin
+                        if (GameFlags and gfInvulnerable) = 0 then
+                            Gear^.Invulnerable:= false;
+                        end;
+                    end;
     t:= GearsList;
     while t <> nil do
         begin
         t^.PortalCounter:= 0;
+        if ((GameFlags and gfResetHealth) <> 0) and (t^.Kind = gtHedgehog) and (t^.Health < PHedgehog(t^.Hedgehog)^.InitialHealth) then
+            begin
+            t^.Health:= PHedgehog(t^.Hedgehog)^.InitialHealth;
+            RenderHealth(PHedgehog(t^.Hedgehog)^);
+            end;
         t:= t^.NextGear
         end;
    
     if (GameFlags and gfResetWeps) <> 0 then
-        ResetWeapons
+        ResetWeapons;
+
+    if (GameFlags and gfResetHealth) <> 0 then
+        for i:= 0 to Pred(TeamsCount) do
+            RecountTeamHealth(TeamsArray[i])
 end;
 
 procedure ApplyDamage(Gear: PGear; Damage: Longword; Source: TDamageSource);
@@ -1034,8 +1078,8 @@
     begin
     if not (((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) <> 0) and ((Gear^.State and gstAttacked) = 0)) then
         exit;
-    DrawTexture(round(int64(sx) + 16), round(int64(sy) + 16), ropeIconTex);
-    DrawTextureF(SpritesData[sprAMAmmos].Texture, 0.75, round(int64(sx) + 30), round(int64(sy) + 30), ord(CurAmmoType) - 1, 1, 32, 32);
+    DrawTexture(sx + 16, sy + 16, ropeIconTex);
+    DrawTextureF(SpritesData[sprAMAmmos].Texture, 0.75, sx + 30, sy + 30, ord(CurAmmoType) - 1, 1, 32, 32);
     end;
 end;
 
@@ -1198,21 +1242,15 @@
     FindPlace(TrainingTargetGear, false, 0, LAND_WIDTH);
     end;
 
-if ((GameFlags and gfForts) = 0) then
+for i:= 0 to Pred(cLandMines) do
     begin
-    // TODO: exclude each other or allow both, mines and explosives, on same map?
-    if ((GameFlags and gfMines) <> 0) then
-        for i:= 0 to Pred(cLandAdditions) do
-            begin
-            Gear:= AddGear(0, 0, gtMine, 0, _0, _0, 0);
-            FindPlace(Gear, false, 0, LAND_WIDTH);
-            end;
-//  No game flag for this for now
-        for i:= 0 to Pred(cExplosives) do
-            begin
-            Gear:= AddGear(0, 0, gtExplosives, 0, _0, _0, 0);
-            FindPlace(Gear, false, 0, LAND_WIDTH);
-            end;
+    Gear:= AddGear(0, 0, gtMine, 0, _0, _0, 0);
+    FindPlace(Gear, false, 0, LAND_WIDTH);
+    end;
+for i:= 0 to Pred(cExplosives) do
+    begin
+    Gear:= AddGear(0, 0, gtExplosives, 0, _0, _0, 0);
+    FindPlace(Gear, false, 0, LAND_WIDTH);
     end;
 
 if (GameFlags and gfLowGravity) <> 0 then
@@ -1386,6 +1424,7 @@
 var t: PGearArray;
     Gear: PGear;
     i, tmpDmg: LongInt;
+    VGear: PVisualGear;
 begin
 t:= CheckGearsCollision(Ammo);
 // Just to avoid hogs on rope dodging fire.
@@ -1396,6 +1435,7 @@
     t^.ar[t^.Count]:= CurrentHedgehog^.Gear;
     inc(t^.Count)
     end;
+
 i:= t^.Count;
 
 if (Ammo^.Kind = gtFlame) and (i > 0) then Ammo^.Health:= 0;
@@ -1406,6 +1446,16 @@
     tmpDmg:= ModifyDamage(Damage, Gear);
     if (Gear^.State and gstNoDamage) = 0 then
         begin
+        
+        if (Ammo^.Kind = gtDEagleShot) or (Ammo^.Kind = gtSniperRifleShot) then 
+        begin
+            VGear := AddVisualGear(hwround(Ammo^.X), hwround(Ammo^.Y), vgtBulletHit);
+            if VGear <> nil then
+            begin
+                VGear^.Angle := DxDy2Angle(-Ammo^.dX, Ammo^.dY);
+            end;
+        end;
+        
         if (Gear^.Kind = gtHedgehog) and (Ammo^.State and gsttmpFlag <> 0) and (Ammo^.Kind = gtShover) then Gear^.FlightTime:= 1;
 
         case Gear^.Kind of
@@ -1461,7 +1511,7 @@
     Count: Longword;
 begin
 if (GameFlags and gfPlaceHog) <> 0 then PlacingHogs:= true;
-if (GameFlags and (gfForts or gfDivideTeams)) <> 0 then
+if (GameFlags and gfDivideTeams) <> 0 then
     begin
     t:= 0;
     TryDo(ClansCount = 2, 'More or less than 2 clans on map in divided teams mode!', true);
@@ -1518,16 +1568,16 @@
     end
 end;
 
-function GearsNear(Gear: PGear; Kind: TGearType; r: LongInt): TPGearArray;
+function GearsNear(X, Y: hwFloat; Kind: TGearType; r: LongInt): TPGearArray;
 var
     t: PGear;
 begin
     GearsNear := nil;
     t := GearsList;
     while t <> nil do begin
-        if (t <> Gear) and (t^.Kind = Kind) then begin
-            if (Gear^.X - t^.X)*(Gear^.X - t^.X) + (Gear^.Y -
-                   t^.Y)*(Gear^.Y-t^.Y) < int2hwFloat(r)*int2hwFloat(r) then
+        if (t^.Kind = Kind) then begin
+            if (X - t^.X)*(X - t^.X) + (Y - t^.Y)*(Y-t^.Y) <
+                int2hwFloat(r)*int2hwFloat(r) then
             begin
                 SetLength(GearsNear, Length(GearsNear)+1);
                 GearsNear[High(GearsNear)] := t;
@@ -1638,18 +1688,18 @@
 
     case crate of
         HealthCrate: begin
-            FollowGear^.Health := 25;
+            FollowGear^.Health := cHealthCaseAmount;
             FollowGear^.Pos := posCaseHealth;
             AddCaption(GetEventString(eidNewHealthPack), cWhiteColor, capgrpAmmoInfo);
             end;
         AmmoCrate: begin
             FollowGear^.Pos := posCaseAmmo;
-            FollowGear^.State := content;
+            FollowGear^.AmmoType := TAmmoType(content);
             AddCaption(GetEventString(eidNewAmmoPack), cWhiteColor, capgrpAmmoInfo);
             end;
         UtilityCrate: begin
             FollowGear^.Pos := posCaseUtility;
-            FollowGear^.State := content;
+            FollowGear^.AmmoType := TAmmoType(content);
             AddCaption(GetEventString(eidNewUtilityPack), cWhiteColor, capgrpAmmoInfo);
             end;
     end;
@@ -1680,14 +1730,13 @@
 t:=0;
 a:=aTot;
 h:= 1;
-// FIXME - shoppa is TEMPORARY REMOVE WHEN CRATE PROBABILITY ALLOWS DISABLING OF HEALTH CRATES
-// Preserving health crate distribution of 35% until that happens
+
 if (aTot+uTot) <> 0 then
-    if not shoppa and ((GameFlags and gfInvulnerable) = 0) then
+    if ((GameFlags and gfInvulnerable) = 0) then
         begin
-        h:= 3500;
+        h:= cHealthCaseProb * 100;
         t:= GetRandom(10000);
-        a:= 6500*aTot div (aTot+uTot)
+        a:= (10000-h)*aTot div (aTot+uTot)
         end
     else
         begin
@@ -1699,7 +1748,7 @@
 if t<h then
     begin
     FollowGear:= AddGear(0, 0, gtCase, 0, _0, _0, 0);
-    FollowGear^.Health:= 25;
+    FollowGear^.Health:= cHealthCaseAmount;
     FollowGear^.Pos:= posCaseHealth;
     AddCaption(GetEventString(eidNewHealthPack), cWhiteColor, capgrpAmmoInfo);
     end
@@ -1711,8 +1760,6 @@
         FollowGear:= AddGear(0, 0, gtCase, 0, _0, _0, 0);
         t:= GetRandom(t);
         i:= Low(TAmmoType);
-        if (Ammoz[i].Ammo.Propz and ammoprop_Utility) = 0 then
-            dec(t, Ammoz[i].Probability);
         while t >= 0 do
           begin
           inc(i);
@@ -1720,7 +1767,7 @@
               dec(t, Ammoz[i].Probability)
           end;
         FollowGear^.Pos:= posCaseAmmo;
-        FollowGear^.State:= Longword(i);
+        FollowGear^.AmmoType:= i;
         AddCaption(GetEventString(eidNewAmmoPack), cWhiteColor, capgrpAmmoInfo);
         end
     end
@@ -1732,8 +1779,6 @@
         FollowGear:= AddGear(0, 0, gtCase, 0, _0, _0, 0);
         t:= GetRandom(t);
         i:= Low(TAmmoType);
-        if (Ammoz[i].Ammo.Propz and ammoprop_Utility) <> 0 then
-            dec(t, Ammoz[i].Probability);
         while t >= 0 do
           begin
           inc(i);
@@ -1741,7 +1786,7 @@
               dec(t, Ammoz[i].Probability)
           end;
         FollowGear^.Pos:= posCaseUtility;
-        FollowGear^.State:= Longword(i);
+        FollowGear^.AmmoType:= i;
         AddCaption(GetEventString(eidNewUtilityPack), cWhiteColor, capgrpAmmoInfo);
         end
     end;
--- a/hedgewars/uKeys.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uKeys.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -264,15 +264,16 @@
 
 for i:= 6 to cKeyMaxIndex do
     begin
-        s:= shortstring(sdl_getkeyname(i));
+    s:= shortstring(sdl_getkeyname(i));
     //writeln(stdout,inttostr(i) + ': ' + s);
-        if s = 'unknown key' then KeyNames[i]:= ''
-        else begin
+    if s = 'unknown key' then KeyNames[i]:= ''
+    else 
+        begin
         for t:= 1 to Length(s) do
             if s[t] = ' ' then s[t]:= '_';
-            KeyNames[i]:= s
+        KeyNames[i]:= s
         end;
-end;
+    end;
 
 //for i:= 0 to cKeyMaxIndex do writeln(stdout,inttostr(i) + ': ' + KeyNames[i]);
 
@@ -349,6 +350,8 @@
 DefaultBinds[KeyNameToCode('left_shift')]:= '+precise';
 {$ENDIF}
 
+for i:= 1 to 10 do DefaultBinds[KeyNameToCode('f'+inttostr(i))]:= 'slot '+inttostr(i);
+
 SetDefaultBinds();
 end;
 
--- a/hedgewars/uLandObjects.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uLandObjects.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -292,9 +292,9 @@
                    end
                 end;
              inc(y, 3);
-         until y > int64(LAND_HEIGHT) - 1 - Height;
+         until y >= LAND_HEIGHT - Height;
          inc(x, getrandom(6) + 3)
-     until x > int64(LAND_WIDTH) - 1 - Width;
+     until x >= LAND_WIDTH - Width;
      bRes:= cnt <> 0;
      if bRes then
         begin
@@ -341,9 +341,9 @@
                 end
             end;
             inc(y, 12);
-        until y > int64(LAND_HEIGHT) - 1 - Height - 8;
+        until y >= LAND_HEIGHT - Height - 8;
         inc(x, getrandom(12) + 12)
-    until x > int64(LAND_WIDTH) - 1 - Width;
+    until x >= LAND_WIDTH - Width;
     bRes:= cnt <> 0;
     if bRes then
         begin
--- a/hedgewars/uLocale.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uLocale.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -30,7 +30,7 @@
             sidLowGravity, sidExtraDamage, sidInvulnerable, sidExtraTime,
             sidLaserSight, sidVampiric, sidSniperRifle, sidJetpack,
             sidMolotov, sidBirdy, sidPortalGun, sidPiano, sidGasBomb, sidSineGun, sidFlamethrower,
-            sidSMine, sidHammer, sidResurrector);
+            sidSMine, sidHammer, sidResurrector, sidDrillStrike);
 
     TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume, sidPaused,
             sidConfirm, sidSuddenDeath, sidRemaining, sidFuel, sidSync,
@@ -43,7 +43,7 @@
     TGoalStrId = (gidCaption, gidSubCaption, gidForts, gidLowGravity, gidInvulnerable,
             gidVampiric, gidKarma, gidKing, gidPlaceHog, gidArtillery,
             gidSolidLand, gidSharedAmmo, gidMineTimer, gidNoMineTimer, gidRandomMineTimer,
-            gidDamageModifier);
+            gidDamageModifier, gidResetHealth, gidAISurvival, gidInfAttack, gidResetWeps, gidPerHogAmmo);
 
 const MAX_EVENT_STRINGS = 100;
 var trammo:  array[TAmmoStrId] of ansistring;   // name of the weapon
--- a/hedgewars/uMisc.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uMisc.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -38,7 +38,7 @@
     PathPrefix      : shortstring = './';
     cShowFPS        : boolean     = false;
     cAltDamage      : boolean     = true;
-    cReducedQuality : LongInt     = rqNone;
+    cReducedQuality : LongWord    = rqNone;
     //userNick is in uChat
     recordFileName  : shortstring = '';
     cReadyDelay     : Longword    = 0;
@@ -75,6 +75,11 @@
     cMinesTime       : LongInt;
     cMaxAIThinkTime  : Longword;
 
+    cHealthCaseProb  : LongInt;
+    cHealthCaseAmount: LongInt;
+    cWaterRise       : LongInt;
+    cHealthDecrease  : LongInt;
+
     cCloudsNumber    : LongInt;
 
     cTagsMask        : byte;
@@ -107,7 +112,7 @@
     cScreenSpace          : LongInt;
 
     cCaseFactor     : Longword;
-    cLandAdditions  : Longword;
+    cLandMines      : Longword;
     cExplosives     : Longword;
 
     cSeed           : shortstring;
@@ -116,8 +121,7 @@
     cInactDelay     : Longword;
 
     bBetweenTurns   : boolean;
-    cHealthDecrease : LongWord;
-    bWaterRising    : Boolean;
+    bWaterRising    : boolean;
 
     ShowCrosshair   : boolean;
     CursorMovementX : LongInt;
@@ -281,12 +285,12 @@
 begin
 // obsolete? written in WriteLnToConsole() anyway
 // {$IFDEF DEBUGFILE}AddFileLog(Msg);{$ENDIF}
-    WriteLnToConsole(Msg);
-    if isFatalError then
+WriteLnToConsole(Msg);
+if isFatalError then
     begin
-        SendIPC('E' + GetLastConsoleLine);
-        SDL_Quit;
-        halt(1)
+    SendIPC('E' + GetLastConsoleLine);
+    SDL_Quit;
+    halt(1)
     end
 end;
 
@@ -744,7 +748,6 @@
     TimeTrialStopTime   := 0;
     cWaterLine          := LAND_HEIGHT;
     cGearScrEdgesDist   := 240;
-    cHealthDecrease     := 0;
 
     GameFlags           := 0;
     TrainingFlags       := 0;
@@ -753,20 +756,24 @@
     cDamagePercent      := 100;
     cMineDudPercent     := 0;
     cTemplateFilter     := 0;
-    cMapGen             := 0;//MAPGEN_REGULAR
+    cMapGen             := 0;   // MAPGEN_REGULAR
     cMazeSize           := 0;
     cHedgehogTurnTime   := 45000;
-    cMinesTime          := 3000;
+    cMinesTime          := 3;
     cMaxAIThinkTime     := 9000;
     cCloudsNumber       := 9;
+    cHealthCaseProb     := 35;
+    cHealthCaseAmount   := 25;
+    cWaterRise          := 47;
+    cHealthDecrease     := 5;
 
     cTagsMask       := 0;
     KBnum           := 0;
     InitStepsFlags  := 0;
     RealTicks       := 0;
-    AttackBar       := 0; // 0 - none, 1 - just bar at the right-down corner, 2 - like in WWP
+    AttackBar       := 0; // 0 - none, 1 - just bar at the right-down corner, 2 - from weapon
     cCaseFactor     := 5;  {0..9}
-    cLandAdditions  := 4;
+    cLandMines      := 4;
     cExplosives     := 2;
 
     GameState       := Low(TGameState);
@@ -873,7 +880,7 @@
     cReducedQuality := rqNone;
     //userNick is in uChat
     recordFileName  := '';
-    cReadyDelay     := 5000;
+    cReadyDelay     := 0;
 end;
 
 end.
--- a/hedgewars/uMobile.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uMobile.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -22,7 +22,7 @@
 interface
 
 {$IFDEF IPHONEOS}
-(*  iOS calls written in C/Objc  *)
+(*  iOS calls written in ObjcExports.m  *)
 procedure clearView; cdecl; external;
 procedure startSpinning; cdecl; external;
 procedure stopSpinning; cdecl; external;
@@ -30,9 +30,10 @@
 procedure replayFinished; cdecl; external;
 procedure updateVisualsNewTurn; cdecl; external;
 function  isApplePhone: Boolean; cdecl; external;
+procedure AudioServicesPlaySystemSound(num: LongInt); cdecl; external;
 {$ENDIF}
 function  isPhone: Boolean; inline;
-procedure doRumble; inline;
+procedure performRumble; inline;
 procedure perfExt_AddProgress; inline;
 procedure perfExt_FinishProgress; inline;
 procedure perfExt_AmmoUpdate; // don't inline
@@ -51,9 +52,12 @@
     exit(false);
 end;
 
-procedure doRumble; inline;
+procedure performRumble; inline;
 begin
-    // fill me!
+{$IFDEF IPHONEOS}
+    // kSystemSoundID_Vibrate = $00000FFF
+    AudioServicesPlaySystemSound($00000FFF);
+{$ENDIF}
 end;
 
 procedure perfExt_AddProgress; inline;
--- a/hedgewars/uScript.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uScript.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -51,7 +51,9 @@
     uSound,
     uTeams,
     uKeys,
-    uChat;
+    uChat,
+    uStats,
+    uRandom;
 
 var luaState : Plua_State;
     ScriptAmmoLoadout : shortstring;
@@ -117,6 +119,17 @@
     lc_hidemission:= 0;
 end;
 
+function lc_addcaption(L : Plua_State) : LongInt; Cdecl;
+begin
+    if lua_gettop(L) = 1 then
+        begin
+        AddCaption(lua_tostring(L, 1), cWhiteColor, capgrpMessage);
+        end
+    else
+        LuaError('Lua: Wrong number of parameters passed to AddCaption!');
+    lc_addcaption:= 0;
+end;
+
 function lc_campaignlock(L : Plua_State) : LongInt; Cdecl;
 begin
     if lua_gettop(L) = 1 then
@@ -314,6 +327,27 @@
     lc_gethogclan:= 1
 end;
 
+function lc_gethogteamname(L : Plua_State) : LongInt; Cdecl;
+var gear : PGear;
+begin
+    if lua_gettop(L) <> 1 then
+        begin
+        LuaError('Lua: Wrong number of parameters passed to GetHogTeamName!');
+        lua_pushnil(L); // return value on stack (nil)
+        end
+    else
+        begin
+        gear:= GearByUID(lua_tointeger(L, 1));
+        if (gear <> nil) and (gear^.Kind = gtHedgehog) and (gear^.Hedgehog <> nil) then
+            begin
+            lua_pushstring(L, str2pchar(PHedgehog(gear^.Hedgehog)^.Team^.TeamName))
+            end
+        else
+            lua_pushnil(L);
+        end;
+    lc_gethogteamname:= 1
+end;
+
 function lc_gethogname(L : Plua_State) : LongInt; Cdecl;
 var gear : PGear;
 begin
@@ -765,6 +799,28 @@
         ScriptSetAmmo(TAmmoType(lua_tointeger(L, 1)), lua_tointeger(L, 2), lua_tointeger(L, 3), lua_tointeger(L, 4), lua_tointeger(L, 5));
     lc_setammo:= 0
 end;
+
+function lc_getrandom(L : Plua_State) : LongInt; Cdecl;
+var m : LongInt;
+begin
+    if lua_gettop(L) <> 1 then
+        begin
+        LuaError('Lua: Wrong number of parameters passed to GetRandom!');
+        lua_pushnil(L); // return value on stack (nil)
+        end
+    else
+        begin
+        m:= lua_tointeger(L, 1);
+        if (m > 0) then
+            lua_pushinteger(L, GetRandom(m))
+        else
+            begin
+            LuaError('Lua: Tried to pass 0 to GetRandom!');
+            lua_pushnil(L);
+            end
+        end;
+    lc_getrandom:= 1
+end;
 ///////////////////
 
 procedure ScriptPrintStack;
@@ -830,11 +886,18 @@
 ScriptSetString('Seed', cSeed);
 ScriptSetInteger('TurnTime', cHedgehogTurnTime);
 ScriptSetInteger('CaseFreq', cCaseFactor);
-ScriptSetInteger('LandAdds', cLandAdditions);
+ScriptSetInteger('HealthCaseProb', cHealthCaseProb);
+ScriptSetInteger('HealthCaseAmount', cHealthCaseAmount);
+ScriptSetInteger('DamagePercent', cDamagePercent);
+ScriptSetInteger('MinesNum', cLandMines);
+ScriptSetInteger('MinesTime', cMinesTime);
+ScriptSetInteger('MineDudPercent', cMineDudPercent);
 ScriptSetInteger('Explosives', cExplosives);
 ScriptSetInteger('Delay', cInactDelay);
 ScriptSetInteger('Ready', cReadyDelay);
 ScriptSetInteger('SuddenDeathTurns', cSuddenDTurns);
+ScriptSetInteger('WaterRise', cWaterRise);
+ScriptSetInteger('HealthDecrease', cHealthDecrease);
 ScriptSetString('Map', '');
 ScriptSetString('Theme', '');
 
@@ -851,11 +914,18 @@
 ParseCommand('$gmflags ' + ScriptGetString('GameFlags'), true);
 ParseCommand('$turntime ' + ScriptGetString('TurnTime'), true);
 ParseCommand('$casefreq ' + ScriptGetString('CaseFreq'), true);
-ParseCommand('$landadds ' + ScriptGetString('LandAdds'), true);
+ParseCommand('$healthprob ' + ScriptGetString('HealthCaseProb'), true);
+ParseCommand('$hcaseamount ' + ScriptGetString('HealthCaseAmount'), true);
+ParseCommand('$damagepct ' + ScriptGetString('DamagePercent'), true);
+ParseCommand('$minesnum ' + ScriptGetString('MinesNum'), true);
+ParseCommand('$minestime ' + ScriptGetString('MinesTime'), true);
+ParseCommand('$minedudpct ' + ScriptGetString('MineDudPercent'), true);
 ParseCommand('$explosives ' + ScriptGetString('Explosives'), true);
 ParseCommand('$delay ' + ScriptGetString('Delay'), true);
 ParseCommand('$ready ' + ScriptGetString('Ready'), true);
 ParseCommand('$sd_turns ' + ScriptGetString('SuddenDeathTurns'), true);
+ParseCommand('$waterrise ' + ScriptGetString('WaterRise'), true);
+ParseCommand('$healthdec ' + ScriptGetString('HealthDecrease'), true);
 if ScriptGetString('Map') <> '' then
     ParseCommand('map ' + ScriptGetString('Map'), true);
 if ScriptGetString('Theme') <> '' then
@@ -868,7 +938,8 @@
     ScriptApplyAmmoStore
     end;
 
-ScriptSetInteger('ClansCount', ClansCount)
+ScriptSetInteger('ClansCount', ClansCount);
+ScriptSetInteger('TeamsCount', TeamsCount)
 end;
 
 procedure ScriptLoad(name : shortstring);
@@ -894,6 +965,7 @@
 ScriptSetInteger('TurnTimeLeft', TurnTimeLeft);
 ScriptSetInteger('GameTime', GameTicks);
 ScriptSetInteger('RealTime', RealTicks);
+ScriptSetInteger('TotalRounds', TotalRounds);
 if (CurrentHedgehog <> nil) and (CurrentHedgehog^.Gear <> nil) then
     ScriptSetInteger('CurrentHedgehog', CurrentHedgehog^.Gear^.UID)
 else
@@ -1039,7 +1111,6 @@
 ScriptSetInteger('gfLowGravity', gfLowGravity);
 ScriptSetInteger('gfLaserSight', gfLaserSight);
 ScriptSetInteger('gfInvulnerable', gfInvulnerable);
-ScriptSetInteger('gfMines', gfMines);
 ScriptSetInteger('gfVampiric', gfVampiric);
 ScriptSetInteger('gfKarma', gfKarma);
 ScriptSetInteger('gfArtillery', gfArtillery);
@@ -1049,6 +1120,13 @@
 ScriptSetInteger('gfPlaceHog', gfPlaceHog);
 ScriptSetInteger('gfSharedAmmo', gfSharedAmmo);
 ScriptSetInteger('gfDisableGirders', gfDisableGirders);
+ScriptSetInteger('gfDisableLandObjects', gfDisableLandObjects);
+ScriptSetInteger('gfAISurvival', gfAISurvival);
+ScriptSetInteger('gfInfAttack', gfInfAttack);
+ScriptSetInteger('gfResetWeps', gfResetWeps);
+ScriptSetInteger('gfPerHogAmmo', gfPerHogAmmo);
+ScriptSetInteger('gfDisableWind', gfDisableWind);
+ScriptSetInteger('gfMoreWind', gfMoreWind);
 
 ScriptSetInteger('gmLeft', gmLeft);
 ScriptSetInteger('gmRight', gmRight);
@@ -1101,13 +1179,16 @@
 lua_register(luaState, 'ParseCommand', @lc_parsecommand);
 lua_register(luaState, 'ShowMission', @lc_showmission);
 lua_register(luaState, 'HideMission', @lc_hidemission);
+lua_register(luaState, 'AddCaption', @lc_addcaption);
 lua_register(luaState, 'SetAmmo', @lc_setammo);
 lua_register(luaState, 'PlaySound', @lc_playsound);
 lua_register(luaState, 'AddTeam', @lc_addteam);
 lua_register(luaState, 'AddHog', @lc_addhog);
 lua_register(luaState, 'SetHealth', @lc_sethealth);
+lua_register(luaState, 'GetHealth', @lc_gethealth);
 lua_register(luaState, 'SetEffect', @lc_seteffect);
 lua_register(luaState, 'GetHogClan', @lc_gethogclan);
+lua_register(luaState, 'GetHogTeamName', @lc_gethogteamname);
 lua_register(luaState, 'GetHogName', @lc_gethogname);
 lua_register(luaState, 'GetHogLevel', @lc_gethoglevel);
 lua_register(luaState, 'GetX', @lc_getx);
@@ -1121,7 +1202,6 @@
 lua_register(luaState, 'SetTag', @lc_settag);
 lua_register(luaState, 'SetTimer', @lc_settimer);
 lua_register(luaState, 'GetTimer', @lc_gettimer);
-lua_register(luaState, 'GetHealth', @lc_gethealth);
 lua_register(luaState, 'SetZoom', @lc_setzoom);
 lua_register(luaState, 'GetZoom', @lc_getzoom);
 lua_register(luaState, 'HogSay', @lc_hogsay);
@@ -1130,6 +1210,7 @@
 lua_register(luaState, 'CampaignUnlock', @lc_campaignunlock);
 lua_register(luaState, 'GetGearMessage', @lc_getgearmessage);
 lua_register(luaState, 'SetGearMessage', @lc_setgearmessage);
+lua_register(luaState, 'GetRandom', @lc_getrandom);
 
 
 ScriptClearStack; // just to be sure stack is empty
--- a/hedgewars/uStore.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uStore.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -61,6 +61,7 @@
 procedure DrawFromRect(X, Y, W, H: LongInt; r: PSDL_Rect; SourceTexture: PTexture);
 procedure DrawFromRect(X, Y: LongInt; r: PSDL_Rect; SourceTexture: PTexture);
 procedure DrawHedgehog(X, Y: LongInt; Dir: LongInt; Pos, Step: LongWord; Angle: real);
+procedure DrawLine(X0, Y0, X1, Y1, Width: Single; r, g, b, a: Byte); 
 procedure DrawFillRect(r: TSDL_Rect);
 procedure DrawCircle(X, Y, Radius: LongInt; Width: Single; r, g, b, a: Byte); 
 procedure DrawRoundRect(rect: PSDL_Rect; BorderColor, FillColor: Longword; Surface: PSDL_Surface; Clear: boolean);
@@ -795,6 +796,32 @@
 glPopMatrix
 end;
 
+procedure DrawLine(X0, Y0, X1, Y1, Width: Single; r, g, b, a: Byte);
+var VertexBuffer: array [0..3] of TVertex2f;
+begin
+    glDisable(GL_TEXTURE_2D);
+    glEnable(GL_LINE_SMOOTH);
+
+    glPushMatrix;
+    glTranslatef(WorldDx, WorldDy, 0);
+    glLineWidth(Width);
+
+    Tint(r, g, b, a);
+    VertexBuffer[0].X:= X0;
+    VertexBuffer[0].Y:= Y0;
+    VertexBuffer[1].X:= X1;
+    VertexBuffer[1].Y:= Y1;
+
+    glVertexPointer(2, GL_FLOAT, 0, @VertexBuffer[0]);
+    glDrawArrays(GL_LINES, 0, Length(VertexBuffer));
+    Tint($FF, $FF, $FF, $FF);
+    
+    glPopMatrix;
+    
+    glEnable(GL_TEXTURE_2D);
+    glDisable(GL_LINE_SMOOTH);
+end;
+
 procedure DrawFillRect(r: TSDL_Rect);
 var VertexBuffer: array [0..3] of TVertex2f;
 begin
@@ -836,7 +863,6 @@
     glDisable(GL_TEXTURE_2D);
     glEnable(GL_LINE_SMOOTH);
     glPushMatrix;
-    glTranslatef(WorldDx, WorldDy, 0);
     glLineWidth(Width);
     Tint(r, g, b, a);
     glVertexPointer(2, GL_FLOAT, 0, @CircleVertex[0]);
@@ -1596,7 +1622,7 @@
     extra:= trmsg[sidNotYetAvailable];
     extracolor:= LongInt($ffc77070);
     end
-else if (Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEndHint) <> 0 then // weapon or utility won't end your turn
+else if (Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEnd) <> 0 then // weapon or utility won't end your turn
     begin
     extra:= trmsg[sidNoEndTurn];
     extracolor:= LongInt($ff70c770);
--- a/hedgewars/uTeams.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uTeams.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -47,6 +47,7 @@
             HatVisibility: GLfloat;
             stats: TStatistics;
             Hat: shortstring;
+            InitialHealth: LongInt; // used for gfResetHealth
             King: boolean;  // Flag for a bunch of hedgehog attributes
             Unplaced: boolean;  // Flag for hog placing mode
             Timer: Longword;
@@ -101,6 +102,7 @@
     LocalClan: LongInt;  // last non-bot, non-extdriven clan
     LocalAmmo: LongInt;  // last non-bot, non-extdriven clan's first team's ammo index
     CurMinAngle, CurMaxAngle: Longword;
+    GameOver: boolean;
 
 procedure initModule;
 procedure freeModule;
@@ -139,31 +141,35 @@
 
 TurnTimeLeft:= 0;
 ReadyTimeLeft:= 0;
-if AliveCount = 0 then
-    begin // draw
-    AddCaption(trmsg[sidDraw], cWhiteColor, capgrpGameState);
-    SendStat(siGameResult, trmsg[sidDraw]);
-    AddGear(0, 0, gtATFinishGame, 0, _0, _0, 3000)
-    end else // win
-    with AliveClan^ do
-        begin
-        if TeamsNumber = 1 then
-            s:= Format(shortstring(trmsg[sidWinner]), Teams[0]^.TeamName)  // team wins
-        else
-            s:= Format(shortstring(trmsg[sidWinner]), Teams[0]^.TeamName); // clan wins
+if not GameOver then
+    begin
+    if AliveCount = 0 then
+        begin // draw
+        AddCaption(trmsg[sidDraw], cWhiteColor, capgrpGameState);
+        SendStat(siGameResult, trmsg[sidDraw]);
+        AddGear(0, 0, gtATFinishGame, 0, _0, _0, 3000)
+        end else // win
+        with AliveClan^ do
+            begin
+            if TeamsNumber = 1 then
+                s:= Format(shortstring(trmsg[sidWinner]), Teams[0]^.TeamName)  // team wins
+            else
+                s:= Format(shortstring(trmsg[sidWinner]), Teams[0]^.TeamName); // clan wins
 
-        for j:= 0 to Pred(TeamsNumber) do
-            with Teams[j]^ do
-                for i:= 0 to cMaxHHIndex do
-                    with Hedgehogs[i] do
-                        if (Gear <> nil) then
-                            Gear^.State:= gstWinner;
+            for j:= 0 to Pred(TeamsNumber) do
+                with Teams[j]^ do
+                    for i:= 0 to cMaxHHIndex do
+                        with Hedgehogs[i] do
+                            if (Gear <> nil) then
+                                Gear^.State:= gstWinner;
 
-        AddCaption(s, cWhiteColor, capgrpGameState);
-        SendStat(siGameResult, s);
-        AddGear(0, 0, gtATFinishGame, 0, _0, _0, 3000)
-        end;
-SendStats
+            AddCaption(s, cWhiteColor, capgrpGameState);
+            SendStat(siGameResult, s);
+            AddGear(0, 0, gtATFinishGame, 0, _0, _0, 3000)
+            end;
+    SendStats;
+    end;
+GameOver:= true
 end;
 
 procedure SwitchHedgehog;
@@ -269,15 +275,19 @@
 
 ResetKbd;
 
-cWindSpeed:= rndSign(GetRandom * 2 * cMaxWindSpeed);
-// cWindSpeedf:= cWindSpeed.QWordValue / _1.QWordValue throws Internal error 200502052 on fpc 2.5.1
-// see http://mantis.freepascal.org/view.php?id=17714
-cWindSpeedf:= SignAs(cWindSpeed,cWindSpeed).QWordValue / SignAs(_1,_1).QWordValue;
-if cWindSpeed.isNegative then
-    CWindSpeedf := -cWindSpeedf;
-g:= AddGear(0, 0, gtATSmoothWindCh, 0, _0, _0, 1);
-g^.Tag:= hwRound(cWindSpeed * 72 / cMaxWindSpeed);
+if (GameFlags and gfDisableWind) = 0 then
+    begin
+    cWindSpeed:= rndSign(GetRandom * 2 * cMaxWindSpeed);
+    // cWindSpeedf:= cWindSpeed.QWordValue / _1.QWordValue throws 'Internal error 200502052' on Darwin
+    // see http://mantis.freepascal.org/view.php?id=17714
+    cWindSpeedf:= SignAs(cWindSpeed,cWindSpeed).QWordValue / SignAs(_1,_1).QWordValue;
+    if cWindSpeed.isNegative then
+        CWindSpeedf := -cWindSpeedf;
+    g:= AddGear(0, 0, gtATSmoothWindCh, 0, _0, _0, 1);
+    g^.Tag:= hwRound(cWindSpeed * 72 / cMaxWindSpeed);
 {$IFDEF DEBUGFILE}AddFileLog('Wind = '+FloatToStr(cWindSpeed));{$ENDIF}
+    end;
+
 ApplyAmmoChanges(CurrentHedgehog^);
 
 if not CurrentTeam^.ExtDriven then SetBinds(CurrentTeam^.Binds);
@@ -365,35 +375,36 @@
 begin
 
 for t:= 0 to Pred(TeamsCount) do
-   with TeamsArray[t]^ do
-      begin
-      if (not ExtDriven) and (Hedgehogs[0].BotLevel = 0) then
-          begin
-          LocalClan:= Clan^.ClanIndex;
-          LocalAmmo:= Hedgehogs[0].AmmoStore
-          end;
-      th:= 0;
-      for i:= 0 to cMaxHHIndex do
-          if Hedgehogs[i].Gear <> nil then
-             inc(th, Hedgehogs[i].Gear^.Health);
-      if th > MaxTeamHealth then MaxTeamHealth:= th;
-      // Some initial King buffs
-      if (GameFlags and gfKing) <> 0 then
-          begin
-          Hedgehogs[0].King:= true;
-          Hedgehogs[0].Hat:= 'crown';
-          Hedgehogs[0].Effects[hePoisoned] := false;
-          h:= Hedgehogs[0].Gear^.Health;
-          Hedgehogs[0].Gear^.Health:= hwRound(int2hwFloat(th)*_0_375);
-          if Hedgehogs[0].Gear^.Health > h then
-              begin
-              dec(th, h);
-              inc(th, Hedgehogs[0].Gear^.Health);
-              if th > MaxTeamHealth then MaxTeamHealth:= th
-              end
-          else Hedgehogs[0].Gear^.Health:= h
-          end;
-      end;
+    with TeamsArray[t]^ do
+        begin
+        if (not ExtDriven) and (Hedgehogs[0].BotLevel = 0) then
+            begin
+            LocalClan:= Clan^.ClanIndex;
+            LocalAmmo:= Hedgehogs[0].AmmoStore
+            end;
+        th:= 0;
+        for i:= 0 to cMaxHHIndex do
+            if Hedgehogs[i].Gear <> nil then
+               inc(th, Hedgehogs[i].Gear^.Health);
+        if th > MaxTeamHealth then MaxTeamHealth:= th;
+        // Some initial King buffs
+        if (GameFlags and gfKing) <> 0 then
+            begin
+            Hedgehogs[0].King:= true;
+            Hedgehogs[0].Hat:= 'crown';
+            Hedgehogs[0].Effects[hePoisoned] := false;
+            h:= Hedgehogs[0].Gear^.Health;
+            Hedgehogs[0].Gear^.Health:= hwRound(int2hwFloat(th)*_0_375);
+            if Hedgehogs[0].Gear^.Health > h then
+                begin
+                dec(th, h);
+                inc(th, Hedgehogs[0].Gear^.Health);
+                if th > MaxTeamHealth then MaxTeamHealth:= th
+                end
+            else Hedgehogs[0].Gear^.Health:= h;
+            Hedgehogs[0].InitialHealth:= Hedgehogs[0].Gear^.Health
+            end;
+        end;
 
 RecountAllTeamsHealth
 end;
@@ -497,6 +508,7 @@
     ClansCount:= 0;
     LocalClan:= -1;
     LocalAmmo:= -1;
+    GameOver:= false
 end;
 
 procedure freeModule;
--- a/hedgewars/uVisualGears.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uVisualGears.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -62,7 +62,7 @@
     vobVelocity, vobFallSpeed: LongInt;
 
 implementation
-uses uWorld, uMisc, uStore, uTeams, uSound;
+uses uWorld, uMisc, uStore, uTeams, uSound, uMobile;
 const cExplFrameTicks = 110;
 
 {$INCLUDE "VGSHandlers.inc"}
@@ -117,7 +117,9 @@
             @doStepExplosion,
             @doStepBigExplosion,
             @doStepChunk,
-            @doStepNote
+            @doStepNote,
+            @doStepLineTrail,
+            @doStepBulletHit
         );
 
 function  AddVisualGear(X, Y: LongInt; Kind: TVisualGearType; State: LongWord = 0): PVisualGear;
@@ -316,6 +318,13 @@
                 Frame:= random(4);
                 FrameTicks:= random(2000) + 1500;
                 end;
+  vgtBulletHit: begin
+                dx:= 0;
+                dy:= 0;
+                FrameTicks:= 350;
+                Frame:= 7;
+                Angle := 0;
+                end;
         end;
 
 if State <> 0 then gear^.State:= State;
@@ -369,7 +378,7 @@
       if Gear^.Kind = vgtFlake then
           begin
           // Damage calc from doMakeExplosion
-          dmg:= min(101, int64(Radius) + cHHRadius div 2 - (round(abs(Gear^.X - float(X))+abs(Gear^.Y - float(Y))) div 5));
+          dmg:= min(101, Radius + cHHRadius div 2 - LongInt(abs(round(Gear^.X) - X) + abs(round(Gear^.Y) - Y)) div 5);
           if dmg > 1 then
               begin
               Gear^.tdX:= 0.02 * dmg + 0.01;
@@ -406,6 +415,7 @@
         case Gear^.Kind of
             vgtSmokeTrace: if Gear^.State < 8 then DrawSprite(sprSmokeTrace, round(Gear^.X) + WorldDx, round(Gear^.Y) + WorldDy, Gear^.State);
             vgtEvilTrace: if Gear^.State < 8 then DrawSprite(sprEvilTrace, round(Gear^.X) + WorldDx, round(Gear^.Y) + WorldDy, Gear^.State);
+            vgtLineTrail: DrawLine(Gear^.X, Gear^.Y, Gear^.dX, Gear^.dY, 1.0, $FF, min(Gear^.Timer, $C0), min(Gear^.Timer, $80), min(Gear^.Timer, $FF));
         end;
             if (cReducedQuality and rqFancyBoom) = 0 then
                 case Gear^.Kind of
@@ -477,6 +487,7 @@
                             end;
                 vgtChunk: DrawRotatedF(sprChunk, round(Gear^.X) + WorldDx, round(Gear^.Y) + WorldDy, Gear^.Frame, 1, Gear^.Angle);
                  vgtNote: DrawRotatedF(sprNote, round(Gear^.X) + WorldDx, round(Gear^.Y) + WorldDy, Gear^.Frame, 1, Gear^.Angle);
+                vgtBulletHit: DrawRotatedF(sprBulletHit, round(Gear^.X) + WorldDx - 0, round(Gear^.Y) + WorldDy - 0, 7 - (Gear^.FrameTicks div 50), 1, Gear^.Angle);
             end;
         case Gear^.Kind of
             vgtSmallDamageTag: DrawCentered(round(Gear^.X) + WorldDx, round(Gear^.Y) + WorldDy, Gear^.Tex);
--- a/hedgewars/uWorld.pas	Wed Oct 27 14:23:47 2010 +0200
+++ b/hedgewars/uWorld.pas	Mon Nov 15 12:37:39 2010 +0100
@@ -140,6 +140,11 @@
 g:= AddGoal(g, gfArtillery, gidArtillery); // artillery?
 g:= AddGoal(g, gfSolidLand, gidSolidLand); // solid land?
 g:= AddGoal(g, gfSharedAmmo, gidSharedAmmo); // shared ammo?
+g:= AddGoal(g, gfResetHealth, gidResetHealth);
+g:= AddGoal(g, gfAISurvival, gidAISurvival);
+g:= AddGoal(g, gfInfAttack, gidInfAttack);
+g:= AddGoal(g, gfResetWeps, gidResetWeps);
+g:= AddGoal(g, gfPerHogAmmo, gidPerHogAmmo);
 
 // modified damage modificator?
 if cDamagePercent <> 100 then
@@ -151,14 +156,14 @@
 ScreenFadeSpeed:= 1;
 
 // modified mine timers?
-if cMinesTime <> 3000 then
+if cMinesTime <> 3 then
     begin
     if cMinesTime = 0 then
-        g:= AddGoal(g, gfMines, gidNoMineTimer)
+        g:= AddGoal(g, gfAny, gidNoMineTimer)
     else if cMinesTime < 0 then
-        g:= AddGoal(g, gfMines, gidRandomMineTimer)
+        g:= AddGoal(g, gfAny, gidRandomMineTimer)
     else
-        g:= AddGoal(g, gfMines, gidMineTimer, cMinesTime div 1000);
+        g:= AddGoal(g, gfAny, gidMineTimer, cMinesTime);
     end;
 
 // if the string has been set, show it for (default timeframe) seconds
@@ -765,8 +770,8 @@
                 tdy:= - Cos(Gear^.Angle * Pi / cMaxAngle);
                 for i:= (Gear^.Power * 24) div cPowerDivisor downto 0 do
                     DrawSprite(sprPower,
-                            int64(hwRound(Gear^.X)) + GetLaunchX(CurAmmoType, hwSign(Gear^.dX), Gear^.Angle) + round(WorldDx + tdx * (24 + i * 2)) - 16,
-                            int64(hwRound(Gear^.Y)) + GetLaunchY(CurAmmoType, Gear^.Angle) + round(WorldDy + tdy * (24 + i * 2)) - 16,
+                            hwRound(Gear^.X) + GetLaunchX(CurAmmoType, hwSign(Gear^.dX), Gear^.Angle) + LongInt(round(WorldDx + tdx * (24 + i * 2))) - 16,
+                            hwRound(Gear^.Y) + GetLaunchY(CurAmmoType, Gear^.Angle) + LongInt(round(WorldDy + tdy * (24 + i * 2))) - 16,
                             i)
                 end
         end;
--- a/misc/hedgewars.desktop	Wed Oct 27 14:23:47 2010 +0200
+++ b/misc/hedgewars.desktop	Mon Nov 15 12:37:39 2010 +0100
@@ -4,8 +4,14 @@
 Encoding=UTF-8
 Name=Hedgewars
 GenericName=Fighting Hedgehogs
-GenericName[tr]=Worms Benzeri Strateji Oyunu
+GenericName[de]=Kämpfende Igel
 GenericName[ru]=Битвы ежей
+GenericName[pl]=Walczące jeże
+GenericName[sk]=Bojujúci ježkovia
+GenericName[sv]=Stridande igelkottar
+GenericName[es]=Batallas entre erizos
+GenericName[it]=Ricci combattenti
+GenericName[pt]=Batalhas entre ouriços
 Icon=hedgewars.png
 Exec=hedgewars
 Terminal=false
--- a/misc/uSHA.pas	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,166 +0,0 @@
-(*
- * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- *)
-
-{$INCLUDE "options.inc"}
-
-unit uSHA;
-interface
-uses SDLh;
-
-type TSHA1Context = packed record
-                    H: array[0..4] of LongWord;
-                    Length, CurrLength: Int64;
-                    Buf: array[0..63] of byte;
-                    end;
-     TSHA1Digest =  array[0..4] of LongWord;
-
-procedure SHA1Init(var Context: TSHA1Context);
-procedure SHA1Update(var Context: TSHA1Context; Buf: PByteArray; Length: LongWord);
-procedure SHA1UpdateLongwords(var Context: TSHA1Context; Buf: PLongwordArray; Length: LongWord);
-function  SHA1Final(Context: TSHA1Context): TSHA1Digest;
-
-implementation
-
-function rol(x: LongWord; y: Byte): LongWord;
-begin
-  rol:= (X shl y) or (X shr (32 - y))
-end;
-
-function Ft(t, b, c, d: LongWord): LongWord;
-begin
-case t of
-      0..19: Ft := (b and c) or ((not b) and d);
-     20..39: Ft :=  b xor c xor d;
-     40..59: Ft := (b and c) or (b and d) or (c and d);
-     else    Ft :=  b xor c xor d;
-  end;
-end;
-
-function Kt(t: Byte): LongWord;
-begin
-  case t of
-     0..19: Kt := $5A827999;
-    20..39: Kt := $6ED9EBA1;
-    40..59: Kt := $8F1BBCDC;
-  else
-    Kt := $CA62C1D6
-  end;
-end;
-
-
-procedure SHA1Hash(var Context: TSHA1Context);
-var S: array[0..4 ] of LongWord;
-    W: array[0..79] of LongWord;
-    i, t: LongWord;
-begin
-{$HINTS OFF}
-move(Context.H, S, sizeof(S));
-{$HINTS ON}
-for i:= 0 to 15 do
-    SDLNet_Write32(PLongWordArray(@Context.Buf)^[i], @W[i]);
-
-for i := 16 to 79 do
-    W[i] := rol(W[i - 3] xor W[i - 8] xor W[i - 14] xor W[i - 16], 1);
-
-for i := 0 to 79 do
-    begin
-    t:= rol(S[0], 5) + Ft(i, S[1], S[2], S[3]) + S[4] + W[i] + Kt(i);
-    S[4]:= S[3];
-    S[3]:= S[2];
-    S[2]:= rol(S[1], 30);
-    S[1]:= S[0];
-    S[0]:= t
-    end;
-
-for i := 0 to 4 do
-    Context.H[i]:= Context.H[i] + S[i]
-end;
-
-procedure SHA1Init(var Context: TSHA1Context);
-begin
-  with Context do
-       begin
-       Length    := 0;
-       CurrLength:= 0;
-       H[0]:= $67452301;
-       H[1]:= $EFCDAB89;
-       H[2]:= $98BADCFE;
-       H[3]:= $10325476;
-       H[4]:= $C3D2E1F0
-  end
-end;
-
-procedure SHA1Update(var Context: TSHA1Context; Buf: PByteArray; Length: LongWord);
-var i: Longword;
-begin
-for i:= 0 to Pred(Length) do
-    begin
-    Context.Buf[Context.CurrLength]:= Buf^[i];
-    inc(Context.CurrLength);
-    if Context.CurrLength = 64 then
-       begin
-       SHA1Hash(Context);
-       inc(Context.Length, 512);
-       Context.CurrLength:= 0
-       end
-    end
-end;
-
-procedure SHA1UpdateLongwords(var Context: TSHA1Context; Buf: PLongwordArray; Length: LongWord);
-var i: Longword;
-begin
-    for i:= 0 to Pred(Length div 4) do
-    begin
-        SDLNet_Write32(Buf^[i], @Context.Buf[Context.CurrLength]);
-        inc(Context.CurrLength, 4);
-        if Context.CurrLength = 64 then
-        begin
-            SHA1Hash(Context);
-            inc(Context.Length, 512);
-            Context.CurrLength:= 0
-        end
-    end
-end;
-
-function  SHA1Final(Context: TSHA1Context): TSHA1Digest;
-var i: LongWord;
-begin
-    Context.Length:= Context.Length + Context.CurrLength shl 3;
-    Context.Buf[Context.CurrLength]:= $80;
-    inc(Context.CurrLength);
-
-    if Context.CurrLength > 56 then
-    begin
-        FillChar(Context.Buf[Context.CurrLength], 64 - Context.CurrLength, 0);
-        Context.CurrLength:= 64;
-        SHA1Hash(Context);
-        Context.CurrLength:=0
-    end;
-
-    FillChar(Context.Buf[Context.CurrLength], 56 - Context.CurrLength, 0);
-
-    for i:= 56 to 63 do
-        Context.Buf[i] := (Context.Length shr ((63 - i) * 8)) and $FF;
-    SHA1Hash(Context);
-    for i:= 0 to 4 do
-        SHA1Final[i]:= Context.H[i];
-
-    FillChar(Context, sizeof(Context), 0)
-end;
-
-end.
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -30,14 +30,23 @@
 }
 
 -(void) viewDidLoad {
-    self.tableView.backgroundView = nil;
+    if ([self.tableView respondsToSelector:@selector(setBackgroundView:)])
+        self.tableView.backgroundView = nil;
     self.tableView.allowsSelection = NO;
 
     NSString *strPath = [NSString stringWithFormat:@"%@/credits.plist",IFRONTEND_DIRECTORY()];
     NSArray *array = [[NSArray alloc] initWithContentsOfFile:strPath];
     self.people = array;
     [array release];
-    
+
+    NSString *imgName;
+    if (IS_IPAD())
+        imgName = @"smallerBackground~ipad.png";
+    else
+        imgName = @"smallerBackground~iphone.png";
+    UIImage *img = [[UIImage alloc] initWithContentsOfFile:imgName];
+    self.view.backgroundColor = [UIColor colorWithPatternImage:img];
+    [img release];
     [super viewDidLoad];
 }
 
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.xib	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,696 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
-	<data>
-		<int key="IBDocument.SystemTarget">1024</int>
-		<string key="IBDocument.SystemVersion">10F569</string>
-		<string key="IBDocument.InterfaceBuilderVersion">788</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
-		<string key="IBDocument.HIToolboxVersion">461.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">117</string>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-		</object>
-		<object class="NSArray" key="IBDocument.PluginDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys" id="0">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="IBProxyObject" id="841351856">
-				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBProxyObject" id="606714003">
-				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBUIView" id="766721923">
-				<reference key="NSNextResponder"/>
-				<int key="NSvFlags">292</int>
-				<object class="NSMutableArray" key="NSSubviews">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBUINavigationBar" id="241300702">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">290</int>
-						<object class="NSMutableArray" key="NSSubviews">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<object class="IBUISegmentedControl" id="674364401">
-								<reference key="NSNextResponder" ref="241300702"/>
-								<int key="NSvFlags">292</int>
-								<string key="NSFrame">{{127, 7}, {289, 30}}</string>
-								<reference key="NSSuperview" ref="241300702"/>
-								<reference key="NSWindow"/>
-								<bool key="IBUIOpaque">NO</bool>
-								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-								<int key="IBSegmentControlStyle">2</int>
-								<int key="IBNumberOfSegments">5</int>
-								<int key="IBSelectedSegmentIndex">0</int>
-								<object class="NSArray" key="IBSegmentTitles">
-									<bool key="EncodedWithXMLCoder">YES</bool>
-									<string>Code</string>
-									<string>Art</string>
-									<string>Sound</string>
-									<string>Locale</string>
-									<string>Special</string>
-								</object>
-								<object class="NSMutableArray" key="IBSegmentWidths">
-									<bool key="EncodedWithXMLCoder">YES</bool>
-									<real value="0.0"/>
-									<real value="0.0"/>
-									<real value="0.0"/>
-									<real value="0.0"/>
-									<real value="0.0"/>
-								</object>
-								<object class="NSMutableArray" key="IBSegmentEnabledStates">
-									<bool key="EncodedWithXMLCoder">YES</bool>
-									<boolean value="YES"/>
-									<boolean value="YES"/>
-									<boolean value="YES"/>
-									<boolean value="YES"/>
-									<boolean value="YES"/>
-								</object>
-								<object class="NSMutableArray" key="IBSegmentContentOffsets">
-									<bool key="EncodedWithXMLCoder">YES</bool>
-									<string>{0, 0}</string>
-									<string>{0, 0}</string>
-									<string>{0, 0}</string>
-									<string>{0, 0}</string>
-									<string>{0, 0}</string>
-								</object>
-								<object class="NSMutableArray" key="IBSegmentImages">
-									<bool key="EncodedWithXMLCoder">YES</bool>
-									<object class="NSNull" id="4"/>
-									<reference ref="4"/>
-									<reference ref="4"/>
-									<reference ref="4"/>
-									<reference ref="4"/>
-								</object>
-							</object>
-						</object>
-						<string key="NSFrameSize">{543, 44}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<reference key="NSWindow"/>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSArray" key="IBUIItems">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<object class="IBUINavigationItem" id="824792699">
-								<reference key="IBUINavigationBar" ref="241300702"/>
-								<object class="IBUIBarButtonItem" key="IBUILeftBarButtonItem" id="322694234">
-									<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-									<int key="IBUIStyle">1</int>
-									<reference key="IBUINavigationItem" ref="824792699"/>
-									<int key="IBUISystemItemIdentifier">0</int>
-								</object>
-								<reference key="IBUITitleView" ref="674364401"/>
-								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-							</object>
-						</object>
-					</object>
-					<object class="IBUIImageView" id="326158270">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">274</int>
-						<string key="NSFrame">{{0, 44}, {543, 577}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<reference key="NSWindow"/>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">background_small.png</string>
-						</object>
-					</object>
-					<object class="IBUITableView" id="411460868">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">274</int>
-						<string key="NSFrame">{{0, 44}, {543, 577}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<reference key="NSWindow"/>
-						<object class="NSColor" key="IBUIBackgroundColor">
-							<int key="NSColorSpace">1</int>
-							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
-						</object>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<bool key="IBUIAlwaysBounceVertical">YES</bool>
-						<int key="IBUIStyle">1</int>
-						<int key="IBUISeparatorStyle">2</int>
-						<int key="IBUISectionIndexMinimumDisplayRowCount">0</int>
-						<bool key="IBUIShowsSelectionImmediatelyOnTouchBegin">YES</bool>
-						<float key="IBUIRowHeight">44</float>
-						<float key="IBUISectionHeaderHeight">10</float>
-						<float key="IBUISectionFooterHeight">10</float>
-					</object>
-				</object>
-				<string key="NSFrameSize">{543, 621}</string>
-				<reference key="NSSuperview"/>
-				<reference key="NSWindow"/>
-				<object class="NSColor" key="IBUIBackgroundColor">
-					<int key="NSColorSpace">3</int>
-					<bytes key="NSWhite">MQA</bytes>
-				</object>
-				<bool key="IBUIOpaque">NO</bool>
-				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
-					<int key="interfaceOrientation">3</int>
-				</object>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-		</object>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSMutableArray" key="connectionRecords">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">view</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="766721923"/>
-					</object>
-					<int key="connectionID">3</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchEventConnection" key="connection">
-						<string key="label">buttonPressed:</string>
-						<reference key="source" ref="322694234"/>
-						<reference key="destination" ref="841351856"/>
-					</object>
-					<int key="connectionID">8</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">dataSource</string>
-						<reference key="source" ref="411460868"/>
-						<reference key="destination" ref="841351856"/>
-					</object>
-					<int key="connectionID">12</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">delegate</string>
-						<reference key="source" ref="411460868"/>
-						<reference key="destination" ref="841351856"/>
-					</object>
-					<int key="connectionID">13</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">tableView</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="411460868"/>
-					</object>
-					<int key="connectionID">14</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchEventConnection" key="connection">
-						<string key="label">segmentedControlChanged:</string>
-						<reference key="source" ref="674364401"/>
-						<reference key="destination" ref="841351856"/>
-						<int key="IBEventType">13</int>
-					</object>
-					<int key="connectionID">15</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">segmentedControl</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="674364401"/>
-					</object>
-					<int key="connectionID">16</int>
-				</object>
-			</object>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<object class="NSArray" key="orderedObjects">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<reference key="object" ref="0"/>
-						<reference key="children" ref="1000"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="841351856"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="606714003"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">2</int>
-						<reference key="object" ref="766721923"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="241300702"/>
-							<reference ref="326158270"/>
-							<reference ref="411460868"/>
-						</object>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">5</int>
-						<reference key="object" ref="241300702"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="824792699"/>
-						</object>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">6</int>
-						<reference key="object" ref="824792699"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="322694234"/>
-							<reference ref="674364401"/>
-						</object>
-						<reference key="parent" ref="241300702"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">7</int>
-						<reference key="object" ref="322694234"/>
-						<reference key="parent" ref="824792699"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">9</int>
-						<reference key="object" ref="326158270"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">10</int>
-						<reference key="object" ref="411460868"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">11</int>
-						<reference key="object" ref="674364401"/>
-						<reference key="parent" ref="824792699"/>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="flattenedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="NSArray" key="dict.sortedKeys">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>-1.CustomClassName</string>
-					<string>-2.CustomClassName</string>
-					<string>10.IBPluginDependency</string>
-					<string>11.IBPluginDependency</string>
-					<string>2.IBEditorWindowLastContentRect</string>
-					<string>2.IBPluginDependency</string>
-					<string>5.IBPluginDependency</string>
-					<string>6.IBPluginDependency</string>
-					<string>7.IBPluginDependency</string>
-					<string>9.IBPluginDependency</string>
-				</object>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>AboutViewController</string>
-					<string>UIResponder</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>{{376, 170}, {543, 621}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="unlocalizedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="activeLocalization"/>
-			<object class="NSMutableDictionary" key="localizations">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="sourceID"/>
-			<int key="maxID">16</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">AboutViewController</string>
-					<string key="superclassName">UIViewController</string>
-					<object class="NSMutableDictionary" key="actions">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>buttonPressed:</string>
-							<string>segmentedControlChanged:</string>
-						</object>
-						<object class="NSMutableArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>id</string>
-							<string>id</string>
-						</object>
-					</object>
-					<object class="NSMutableDictionary" key="actionInfosByName">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>buttonPressed:</string>
-							<string>segmentedControlChanged:</string>
-						</object>
-						<object class="NSMutableArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<object class="IBActionInfo">
-								<string key="name">buttonPressed:</string>
-								<string key="candidateClassName">id</string>
-							</object>
-							<object class="IBActionInfo">
-								<string key="name">segmentedControlChanged:</string>
-								<string key="candidateClassName">id</string>
-							</object>
-						</object>
-					</object>
-					<object class="NSMutableDictionary" key="outlets">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>segmentedControl</string>
-							<string>tableView</string>
-						</object>
-						<object class="NSMutableArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>UISegmentedControl</string>
-							<string>UITableView</string>
-						</object>
-					</object>
-					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>segmentedControl</string>
-							<string>tableView</string>
-						</object>
-						<object class="NSMutableArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<object class="IBToOneOutletInfo">
-								<string key="name">segmentedControl</string>
-								<string key="candidateClassName">UISegmentedControl</string>
-							</object>
-							<object class="IBToOneOutletInfo">
-								<string key="name">tableView</string>
-								<string key="candidateClassName">UITableView</string>
-							</object>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/AboutViewController.h</string>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIBarButtonItem</string>
-					<string key="superclassName">UIBarItem</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIBarButtonItem.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIBarItem</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIBarItem.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIControl</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIImageView</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UINavigationBar</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="802309264">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINavigationBar.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UINavigationItem</string>
-					<string key="superclassName">NSObject</string>
-					<reference key="sourceIdentifier" ref="802309264"/>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIResponder</string>
-					<string key="superclassName">NSObject</string>
-					<reference key="sourceIdentifier" ref="786211723"/>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIScrollView</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIScrollView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchBar</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchDisplayController</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISegmentedControl</string>
-					<string key="superclassName">UIControl</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISegmentedControl.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UITableView</string>
-					<string key="superclassName">UIScrollView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITableView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
-					</object>
-				</object>
-			</object>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
-			<integer value="1024" key="NS.object.0"/>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
-			<integer value="3100" key="NS.object.0"/>
-		</object>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
-			<string key="NS.key.0">background_small.png</string>
-			<string key="NS.object.0">{539, 639}</string>
-		</object>
-		<string key="IBCocoaTouchPluginVersion">117</string>
-	</data>
-</archive>
--- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h	Mon Nov 15 12:37:39 2010 +0100
@@ -33,6 +33,7 @@
     uint8_t *delay;
     BOOL *shouldUpdateImage;
     CGPoint startingPoint;
+    CGPoint placingPoint;
     BOOL isVisible;
 }
 
--- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -26,7 +26,9 @@
 #import "PascalImports.h"
 
 #define BTNS_PER_ROW         9
-#define DEFAULT_DESCRIPTION  NSLocalizedString(@"Hold your finger on a weapon to see what it does",@"")
+#define DEFAULT_DESCRIPTION  IS_IPAD() ? \
+                             NSLocalizedString(@"Hold your finger on a weapon to see what it does...",@"") : \
+                             NSLocalizedString(@"Hold your finger on a weapon to see what it does.\nTap anywhere to dismiss.",@"")
 
 @implementation AmmoMenuViewController
 @synthesize imagesArray, buttonsArray, nameLabel, extraLabel, captionLabel, isVisible;
@@ -50,7 +52,8 @@
     [self.view.layer setCornerRadius:10];
     [self.view.layer setMasksToBounds:YES];
     self.view.autoresizingMask = UIViewAutoresizingNone;
-    
+    placingPoint = CGPointMake(-1, -1);
+
     self.isVisible = NO;
     delay = (uint8_t *)calloc(HW_getNumberOfWeapons(), sizeof(uint8_t));
     HW_getAmmoDelays(delay);
@@ -68,14 +71,17 @@
 -(void) appearInView:(UIView *)container {
     [self viewWillAppear:YES];
     [container addSubview:self.view];
+
+    if (placingPoint.x == -1 && placingPoint.y == -1)
+        placingPoint = container.center;
     if (IS_DUALHEAD() == NO)
-        self.view.center = CGPointMake(container.center.y, container.center.x);
+        self.view.center = CGPointMake(placingPoint.y, placingPoint.x);
     else {
         UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];
         if (orientation == UIDeviceOrientationLandscapeLeft || orientation == UIDeviceOrientationLandscapeRight)
-            self.view.center = CGPointMake(container.center.y, container.center.x);
+            self.view.center = CGPointMake(placingPoint.y, placingPoint.x);
         else
-            self.view.center = CGPointMake(container.center.x, container.center.y);
+            self.view.center = CGPointMake(placingPoint.x, placingPoint.y);
     }
     self.isVisible = YES;
 }
@@ -84,6 +90,8 @@
     if (self.isVisible)
         [self.view removeFromSuperview];
     self.isVisible = NO;
+    placingPoint.x = self.view.center.y;
+    placingPoint.y = self.view.center.x;
 }
 
 #pragma mark -
@@ -268,7 +276,7 @@
 
 -(void) buttonCancelled:(id) sender {
     self.nameLabel.text = nil;
-    self.extraLabel.text = DEFAULT_DESCRIPTION;
+    self.extraLabel.text = nil;
     self.captionLabel.text = nil;
 }
 
@@ -278,7 +286,7 @@
         [self loadLabels];
 
     self.nameLabel.text = nil;
-    self.extraLabel.text = DEFAULT_DESCRIPTION;
+    self.extraLabel.text = nil;
     self.captionLabel.text = nil;
     if (theButton.currentTitle == nil) {
         HW_setWeapon(theButton.tag);
@@ -289,27 +297,25 @@
 }
 
 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
-    /*
     NSSet *allTouches = [event allTouches];
 
-    if ([touches count] == 1) {
+    if (IS_IPAD() && [touches count] == 1) {
         self.view.layer.borderWidth = 3.5;
         startingPoint = [[[allTouches allObjects] objectAtIndex:0] locationInView:self.view];
     }
-    */
+
     if (IS_IPAD() == NO)
         [self disappear];
 }
 
 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
-    //self.view.layer.borderWidth = 1.3;
+    self.view.layer.borderWidth = 1.3;
 }
 
 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
-    /*
     NSSet *allTouches = [event allTouches];
 
-    if ([touches count] == 1) {
+    if (IS_IPAD() && [touches count] == 1) {
         CGPoint touchedPoint = [[[allTouches allObjects] objectAtIndex:0] locationInView:self.view];
         CGFloat deltaX = touchedPoint.x - startingPoint.x;
         CGFloat deltaY = touchedPoint.y - startingPoint.y;
@@ -318,18 +324,18 @@
         self.view.frame = CGRectMake(self.view.frame.origin.x + deltaX, self.view.frame.origin.y + deltaY,
                                      self.view.frame.size.width, self.view.frame.size.height);
     }
-    */
 }
 
 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event {
-    //[self touchesEnded:touches withEvent:event];
+    [self touchesEnded:touches withEvent:event];
 }
 
 #pragma mark -
 #pragma mark memory
 -(void) didReceiveMemoryWarning {
     self.imagesArray = nil;
-    self.buttonsArray = nil;
+    if (self.isVisible == NO)
+        self.buttonsArray = nil;
     self.nameLabel = nil;
     self.extraLabel = nil;
     self.captionLabel = nil;
@@ -362,7 +368,3 @@
 }
 
 @end
-
-void updateVisualsNewTurn (void) {
-    [[NSNotificationCenter defaultCenter] postNotificationName:@"updateAmmoVisuals" object:nil];
-}
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.h	Mon Nov 15 12:37:39 2010 +0100
@@ -53,15 +53,13 @@
 #define UICOLOR_HW_DARKBLUE     [UIColor colorWithRed:(CGFloat)0x0F/255 green:0 blue:(CGFloat)0x42/255 alpha:1]
 #define UICOLOR_HW_ALPHABLUE    [UIColor colorWithRed:(CGFloat)0x0F/255 green:0 blue:(CGFloat)0x42/255 alpha:0.58f]
 
-#define IS_DUALHEAD()           ([[UIScreen screens] count] > 1)
+#define IS_DUALHEAD()           ([[UIScreen class] respondsToSelector:@selector(screens)] && [[UIScreen screens] count] > 1)
 #define IS_IPAD()               (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
+#define IS_NOT_POWERFUL()       ([modelType() hasPrefix:@"iPhone1"] || [modelType() hasPrefix:@"iPod1,1"] || [modelType() hasPrefix:@"iPod2,1"])
 
 #define DEFAULT_NETGAME_PORT    46631
 
 
-void createTeamNamed (NSString *nameWithoutExt);
-void createWeaponNamed (NSString *nameWithoutExt, int type);
-void createSchemeNamed (NSString *nameWithoutExt);
 void print_free_memory (void);
 void playSound (NSString *snd);
 void popError (const char *title, const char *message);
@@ -72,3 +70,5 @@
 NSArray *getAvailableColors (void);
 UILabel *createBlueLabel (NSString *title, CGRect frame);
 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor);
+
+CGSize PSPNGSizeFromMetaData (NSString *aFileName);
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Mon Nov 15 12:37:39 2010 +0100
@@ -28,165 +28,12 @@
 #import "AudioToolbox/AudioToolbox.h"
 #import "PascalImports.h"
 
-void createTeamNamed (NSString *nameWithoutExt) {
-    NSString *teamsDirectory = TEAMS_DIRECTORY();
-
-    if (![[NSFileManager defaultManager] fileExistsAtPath: teamsDirectory]) {
-        [[NSFileManager defaultManager] createDirectoryAtPath:teamsDirectory
-                                  withIntermediateDirectories:NO
-                                                   attributes:nil
-                                                        error:NULL];
-    }
-
-    NSMutableArray *hedgehogs = [[NSMutableArray alloc] initWithCapacity: HW_getMaxNumberOfHogs()];
-
-    for (int i = 0; i < HW_getMaxNumberOfHogs(); i++) {
-        NSString *hogName = [[NSString alloc] initWithFormat:@"hedgehog %d",i];
-        NSDictionary *hog = [[NSDictionary alloc] initWithObjectsAndKeys: [NSNumber numberWithInt:0],@"level",
-                             hogName,@"hogname", @"NoHat",@"hat", nil];
-        [hogName release];
-        [hedgehogs addObject:hog];
-        [hog release];
-    }
-
-    NSDictionary *theTeam = [[NSDictionary alloc] initWithObjectsAndKeys:@"0",@"hash",
-                             @"Statue",@"grave", @"Plane",@"fort", @"Default",@"voicepack",
-                             @"hedgewars",@"flag", hedgehogs,@"hedgehogs", nil];
-    [hedgehogs release];
-
-    NSString *teamFile = [[NSString alloc] initWithFormat:@"%@/%@.plist", teamsDirectory, nameWithoutExt];
-
-    [theTeam writeToFile:teamFile atomically:YES];
-    [teamFile release];
-    [theTeam release];
-}
-
-void createWeaponNamed (NSString *nameWithoutExt, int type) {
-    NSString *weaponsDirectory = WEAPONS_DIRECTORY();
-
-    if (![[NSFileManager defaultManager] fileExistsAtPath: weaponsDirectory]) {
-        [[NSFileManager defaultManager] createDirectoryAtPath:weaponsDirectory
-                                  withIntermediateDirectories:NO
-                                                   attributes:nil
-                                                        error:NULL];
-    }
-
-    NSDictionary *theWeapon = nil;
-    switch (type) {
-        case 0: //default
-            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
-                         @"9391929422199121032235111001201000000211110101010",@"ammostore_initialqt",
-                         @"0405040541600655546554464776576666666155510101110",@"ammostore_probability",
-                         @"0000000000000205500000040007004000000000200000000",@"ammostore_delay",
-                         @"1311110312111111123114111111111111111211111101110",@"ammostore_crate", nil];
-            break;
-        case 1: //crazy
-            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
-                         @"9999999999999999992999999999999999299999999909990",@"ammostore_initialqt",
-                         @"1111110111111111111111111111111111111111111101110",@"ammostore_probability",
-                         @"0000000000000000000000000000000000000000000000000",@"ammostore_delay",
-                         @"1311110312111111123114111111111111111211110101110",@"ammostore_crate", nil];
-            break;
-        case 2: //pro mode
-            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
-                         @"9090009000000000000009000000000000000000000000000",@"ammostore_initialqt",
-                         @"0000000000000000000000000000000000000000000000000",@"ammostore_probability",
-                         @"0000000000000205500000040007004000000000200000000",@"ammostore_delay",
-                         @"1111111111111111111111111111111111111111100101110",@"ammostore_crate", nil];
-            break;
-        case 3: //shoppa
-            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
-                         @"0000009900000000000000000000000000000000000000000",@"ammostore_initialqt",
-                         @"4444410044244402210112121222422000000002000400010",@"ammostore_probability",
-                         @"0000000000000000000000000000000000000000000000000",@"ammostore_delay",
-                         @"1111111111111111111111111111111111111111101101110",@"ammostore_crate", nil];
-            break;
-        case 4: //basketball
-            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
-                         @"9391929422199121032235111001201000000211110101000",@"ammostore_initialqt",
-                         @"0000000000000000000000000000000000000000000000000",@"ammostore_probability",
-                         @"0000000000000005500000040007004000000000200000000",@"ammostore_delay",
-                         @"1111111111111111111111111111111111111111111101110",@"ammostore_crate", nil];
-            break;
-        case 5: //minefield
-            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
-                         @"0000009900090000000300000000000000000000000000000",@"ammostore_initialqt",
-                         @"0000000000000000000000000000000000000000000000000",@"ammostore_probability",
-                         @"0000000000000205500000040007004000000000200000000",@"ammostore_delay",
-                         @"1111111111111111111111111111111111111111111101110",@"ammostore_crate", nil];
-            break;
-        default:
-            NSLog(@"Nope");
-            break;
-    }
-    
-    NSString *weaponFile = [[NSString alloc] initWithFormat:@"%@/%@.plist", weaponsDirectory, nameWithoutExt];
-
-    [theWeapon writeToFile:weaponFile atomically:YES];
-    [weaponFile release];
-    [theWeapon release];
-}
-
-void createSchemeNamed (NSString *nameWithoutExt) {
-    NSString *schemesDirectory = SCHEMES_DIRECTORY();
-
-    if (![[NSFileManager defaultManager] fileExistsAtPath: schemesDirectory]) {
-        [[NSFileManager defaultManager] createDirectoryAtPath:schemesDirectory
-                                  withIntermediateDirectories:NO
-                                                   attributes:nil
-                                                        error:NULL];
-    }
-    
-    NSMutableArray *basicArray  = [[NSMutableArray alloc] initWithObjects:
-                                   [NSNumber numberWithInt:100],      //damagemodifier
-                                   [NSNumber numberWithInt:45],       //turntime
-                                   [NSNumber numberWithInt:100],      //initialhealth
-                                   [NSNumber numberWithInt:15],       //suddendeathtimeout
-                                   [NSNumber numberWithInt:5],        //cratedrops
-                                   [NSNumber numberWithInt:3],        //minestime
-                                   [NSNumber numberWithInt:4],        //mines
-                                   [NSNumber numberWithInt:0],        //dudmines
-                                   [NSNumber numberWithInt:2],        //explosives
-                                   nil];
-    
-    NSMutableArray *gamemodArray= [[NSMutableArray alloc] initWithObjects:
-                                   [NSNumber numberWithBool:NO],      //fortmode
-                                   [NSNumber numberWithBool:NO],      //divideteam
-                                   [NSNumber numberWithBool:NO],      //solidland
-                                   [NSNumber numberWithBool:NO],      //addborder
-                                   [NSNumber numberWithBool:NO],      //lowgravity
-                                   [NSNumber numberWithBool:NO],      //lasersight
-                                   [NSNumber numberWithBool:NO],      //invulnerable
-                                   [NSNumber numberWithBool:YES],     //addmines
-                                   [NSNumber numberWithBool:NO],      //vampirism
-                                   [NSNumber numberWithBool:NO],      //karma
-                                   [NSNumber numberWithBool:NO],      //artillery
-                                   [NSNumber numberWithBool:YES],     //randomorder
-                                   [NSNumber numberWithBool:NO],      //king
-                                   [NSNumber numberWithBool:NO],      //placehedgehogs
-                                   [NSNumber numberWithBool:NO],      //clansharesammo
-                                   [NSNumber numberWithBool:NO],      //disablegirders
-                                   [NSNumber numberWithBool:NO],      //disablelandobjects
-                                   [NSNumber numberWithBool:NO],      //aisurvival
-                                   nil];
-    
-    NSMutableDictionary *theScheme = [[NSMutableDictionary alloc] initWithObjectsAndKeys:
-                                      basicArray,@"basic",
-                                      gamemodArray,@"gamemod",
-                                      nil];
-    [gamemodArray release];
-    [basicArray release];
-    
-    NSString *schemeFile = [[NSString alloc] initWithFormat:@"%@/%@.plist", schemesDirectory, nameWithoutExt];
-    
-    [theScheme writeToFile:schemeFile atomically:YES];
-    [schemeFile release];
-    [theScheme release];
-}
-
 BOOL inline rotationManager (UIInterfaceOrientation interfaceOrientation) {
-    return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) ||
-           (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
+    if (IS_IPAD())
+        return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) ||
+               (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
+    else
+        return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
 }
 
 NSInteger inline randomPort () {
@@ -262,14 +109,14 @@
 }
 
 NSArray inline *getAvailableColors (void) {
-    return [NSArray arrayWithObjects:[NSNumber numberWithUnsignedInt:0x4376e9],     // bluette
+    return [NSArray arrayWithObjects:[NSNumber numberWithUnsignedInt:0x3376E9],     // bluette
                                      [NSNumber numberWithUnsignedInt:0x3e9321],     // greeeen
                                      [NSNumber numberWithUnsignedInt:0xa23dbb],     // violett
                                      [NSNumber numberWithUnsignedInt:0xff9329],     // oranngy
                                      [NSNumber numberWithUnsignedInt:0xdd0000],     // reddish
                                      [NSNumber numberWithUnsignedInt:0x737373],     // graaaay
-                                     [NSNumber numberWithUnsignedInt:0xbba23d],     // gold$$$
-                                     [NSNumber numberWithUnsignedInt:0x3da2bb],     // cyannnn  
+                                     [NSNumber numberWithUnsignedInt:0x00FFFF],     // cyannnn  
+                                     [NSNumber numberWithUnsignedInt:0xFF8888],     // peachyj
                                      nil];
 }
 
@@ -295,3 +142,47 @@
     
     return theLabel;
 }
+
+// this routine checks for the PNG size without loading it in memory
+// https://github.com/steipete/PSFramework/blob/master/PSFramework%20Version%200.3/PhotoshopFramework/PSMetaDataFunctions.m
+CGSize PSPNGSizeFromMetaData (NSString *aFileName) {
+    // File Name to C String.
+    const char *fileName = [aFileName UTF8String];
+    // source file
+    FILE *infile = fopen(fileName, "rb");
+    if (infile == NULL) {
+        DLog(@"Can't open the file: %@", aFileName);
+        return CGSizeZero;
+    }
+
+    // Bytes Buffer.
+    unsigned char buffer[30];
+    // Grab Only First Bytes.
+    fread(buffer, 1, 30, infile);
+    // Close File.
+    fclose(infile);
+
+    // PNG Signature.
+    unsigned char png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
+
+    // Compare File signature.
+    if ((int)(memcmp(&buffer[0], &png_signature[0], 8))) {
+        DLog(@"The file (%@) is not a PNG file", aFileName);
+        return CGSizeZero;
+    }
+
+    // Calc Sizes. Isolate only four bytes of each size (width, height).
+    int width[4];
+    int height[4];
+    for (int d = 16; d < (16 + 4); d++) {
+        width[d-16] = buffer[d];
+        height[d-16] = buffer[d+4];
+    }
+
+    // Convert bytes to Long (Integer)
+    long resultWidth = (width[0] << (int)24) | (width[1] << (int)16) | (width[2] << (int)8) | width[3];
+    long resultHeight = (height[0] << (int)24) | (height[1] << (int)16) | (height[2] << (int)8) | height[3];
+
+    // Return Size.
+    return CGSizeMake(resultWidth,resultHeight);
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Classes/CreationChamber.h	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,26 @@
+/*
+ * Hedgewars-iOS, a Hedgewars port for iOS devices
+ * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * File created on 12/11/2010.
+ */
+
+
+#import <Foundation/Foundation.h>
+
+void createTeamNamed (NSString *nameWithoutExt);
+void createWeaponNamed (NSString *nameWithoutExt, int type);
+void createSchemeNamed (NSString *nameWithoutExt);
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Classes/CreationChamber.m	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,201 @@
+/*
+ * Hedgewars-iOS, a Hedgewars port for iOS devices
+ * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * File created on 12/11/2010.
+ */
+
+
+#import "CreationChamber.h"
+
+void createTeamNamed (NSString *nameWithoutExt) {
+    NSString *teamsDirectory = TEAMS_DIRECTORY();
+
+    if (![[NSFileManager defaultManager] fileExistsAtPath: teamsDirectory]) {
+        [[NSFileManager defaultManager] createDirectoryAtPath:teamsDirectory
+                                  withIntermediateDirectories:NO
+                                                   attributes:nil
+                                                        error:NULL];
+    }
+
+    NSMutableArray *hedgehogs = [[NSMutableArray alloc] initWithCapacity: HW_getMaxNumberOfHogs()];
+
+    for (int i = 0; i < HW_getMaxNumberOfHogs(); i++) {
+        NSString *hogName = [[NSString alloc] initWithFormat:@"hedgehog %d",i];
+        NSDictionary *hog = [[NSDictionary alloc] initWithObjectsAndKeys:
+                             [NSNumber numberWithInt:0],@"level",
+                             hogName,@"hogname",
+                             @"NoHat",@"hat",
+                             nil];
+        [hogName release];
+        [hedgehogs addObject:hog];
+        [hog release];
+    }
+
+    NSDictionary *theTeam = [[NSDictionary alloc] initWithObjectsAndKeys:
+                             @"0",@"hash",
+                             @"Statue",@"grave",
+                             @"Plane",@"fort",
+                             @"Default",@"voicepack",
+                             @"hedgewars",@"flag",
+                             hedgehogs,@"hedgehogs",
+                             nil];
+    [hedgehogs release];
+
+    NSString *teamFile = [[NSString alloc] initWithFormat:@"%@/%@.plist", teamsDirectory, nameWithoutExt];
+
+    [theTeam writeToFile:teamFile atomically:YES];
+    [teamFile release];
+    [theTeam release];
+}
+
+void createWeaponNamed (NSString *nameWithoutExt, int type) {
+    NSString *weaponsDirectory = WEAPONS_DIRECTORY();
+
+    if (![[NSFileManager defaultManager] fileExistsAtPath: weaponsDirectory]) {
+        [[NSFileManager defaultManager] createDirectoryAtPath:weaponsDirectory
+                                  withIntermediateDirectories:NO
+                                                   attributes:nil
+                                                        error:NULL];
+    }
+
+    NSDictionary *theWeapon = nil;
+    switch (type) {
+        case 0: //default
+            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
+                         @"93919294221991210322351110012010000002111101010111",@"ammostore_initialqt",
+                         @"04050405416006555465544647765766666661555101011154",@"ammostore_probability",
+                         @"00000000000002055000000400070040000000002000000006",@"ammostore_delay",
+                         @"13111103121111111231141111111111111112111111011111",@"ammostore_crate", nil];
+            break;
+        case 1: //crazy
+            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
+                         @"99999999999999999929999999999999992999999999099999",@"ammostore_initialqt",
+                         @"11111101111111111111111111111111111111111111011111",@"ammostore_probability",
+                         @"00000000000000000000000000000000000000000000000000",@"ammostore_delay",
+                         @"13111103121111111231141111111111111112111101011111",@"ammostore_crate", nil];
+            break;
+        case 2: //pro mode
+            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
+                         @"90900090000000000000090000000000000000000000000000",@"ammostore_initialqt",
+                         @"00000000000000000000000000000000000000000000000000",@"ammostore_probability",
+                         @"00000000000002055000000400070040000000002000000000",@"ammostore_delay",
+                         @"11111111111111111111111111111111111111111001011111",@"ammostore_crate", nil];
+            break;
+        case 3: //shoppa
+            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
+                         @"00000099000000000000000000000000000000000000000000",@"ammostore_initialqt",
+                         @"44444100442444022101121212224220000000020004000100",@"ammostore_probability",
+                         @"00000000000000000000000000000000000000000000000000",@"ammostore_delay",
+                         @"11111111111111111111111111111111111111111011011111",@"ammostore_crate", nil];
+            break;
+        case 4: //clean slate
+            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
+                         @"10100090000100000110000000000000000000000000000010",@"ammostore_initialqt",
+                         @"04050405416006555465544647765766666661555101011154",@"ammostore_probability",
+                         @"00000000000002055000000400070040000000002000000000",@"ammostore_delay",
+                         @"13111103121111111231141111111111111112111111011111",@"ammostore_crate", nil];
+            break;
+        case 5: //minefield
+            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
+                         @"00000099000900000003000000000000000000000000000000",@"ammostore_initialqt",
+                         @"00000000000000000000000000000000000000000000000000",@"ammostore_probability",
+                         @"00000000000002055000000400070040000000002000000000",@"ammostore_delay",
+                         @"11111111111111111111111111111111111111111111011111",@"ammostore_crate", nil];
+            break;
+        case 6: //thinking with portals
+            theWeapon = [[NSDictionary alloc] initWithObjectsAndKeys:
+                         @"90000090020000000021000000000000001100000900000000",@"ammostore_initialqt",
+                         @"04050405416006555465544647765766666661555101011154",@"ammostore_probability",
+                         @"00000000000002055000000400070040000000002000000006",@"ammostore_delay",
+                         @"13111103121111111231141111111111111112111111011111",@"ammostore_crate", nil];
+            break;
+        default:
+            NSLog(@"Nope");
+            break;
+    }
+
+    NSString *weaponFile = [[NSString alloc] initWithFormat:@"%@/%@.plist", weaponsDirectory, nameWithoutExt];
+
+    [theWeapon writeToFile:weaponFile atomically:YES];
+    [weaponFile release];
+    [theWeapon release];
+}
+
+void createSchemeNamed (NSString *nameWithoutExt) {
+    NSString *schemesDirectory = SCHEMES_DIRECTORY();
+
+    if (![[NSFileManager defaultManager] fileExistsAtPath: schemesDirectory]) {
+        [[NSFileManager defaultManager] createDirectoryAtPath:schemesDirectory
+                                  withIntermediateDirectories:NO
+                                                   attributes:nil
+                                                        error:NULL];
+    }
+
+    NSMutableArray *basicArray  = [[NSMutableArray alloc] initWithObjects:
+                                   [NSNumber numberWithInt:100],      //initialhealth
+                                   [NSNumber numberWithInt:45],       //turntime
+                                   [NSNumber numberWithInt:100],      //damagemodifier
+                                   [NSNumber numberWithInt:15],       //suddendeathtimeout
+                                   [NSNumber numberWithInt:47],       //waterrise
+                                   [NSNumber numberWithInt:5],        //healthdecrease
+                                   [NSNumber numberWithInt:5],        //cratedrops
+                                   [NSNumber numberWithInt:35],       //healthprob
+                                   [NSNumber numberWithInt:25],       //healthamount
+                                   [NSNumber numberWithInt:3],        //minestime
+                                   [NSNumber numberWithInt:4],        //minesnumber
+                                   [NSNumber numberWithInt:0],        //dudmines
+                                   [NSNumber numberWithInt:2],        //explosives
+                                   nil];
+
+    NSMutableArray *gamemodArray= [[NSMutableArray alloc] initWithObjects:
+                                   [NSNumber numberWithBool:NO],      //fortmode
+                                   [NSNumber numberWithBool:NO],      //divideteam
+                                   [NSNumber numberWithBool:NO],      //solidland
+                                   [NSNumber numberWithBool:NO],      //addborder
+                                   [NSNumber numberWithBool:NO],      //lowgravity
+                                   [NSNumber numberWithBool:NO],      //lasersight
+                                   [NSNumber numberWithBool:NO],      //invulnerable
+                                   [NSNumber numberWithBool:NO],      //resethealth
+                                   [NSNumber numberWithBool:NO],      //vampirism
+                                   [NSNumber numberWithBool:NO],      //karma
+                                   [NSNumber numberWithBool:NO],      //artillery
+                                   [NSNumber numberWithBool:YES],     //randomorder
+                                   [NSNumber numberWithBool:NO],      //king
+                                   [NSNumber numberWithBool:NO],      //placehedgehogs
+                                   [NSNumber numberWithBool:NO],      //clansharesammo
+                                   [NSNumber numberWithBool:NO],      //disablegirders
+                                   [NSNumber numberWithBool:NO],      //disablelandobjects
+                                   [NSNumber numberWithBool:NO],      //aisurvival
+                                   [NSNumber numberWithBool:NO],      //infattack
+                                   [NSNumber numberWithBool:NO],      //resetweaps
+                                   [NSNumber numberWithBool:NO],      //perhogammo
+                                   [NSNumber numberWithBool:NO],      //nowind
+                                   nil];
+    
+    NSMutableDictionary *theScheme = [[NSMutableDictionary alloc] initWithObjectsAndKeys:
+                                      basicArray,@"basic",
+                                      gamemodArray,@"gamemod",
+                                      nil];
+    [gamemodArray release];
+    [basicArray release];
+    
+    NSString *schemeFile = [[NSString alloc] initWithFormat:@"%@/%@.plist", schemesDirectory, nameWithoutExt];
+    
+    [theScheme writeToFile:schemeFile atomically:YES];
+    [schemeFile release];
+    [theScheme release];
+}
--- a/project_files/HedgewarsMobile/Classes/EditableCellView.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/EditableCellView.m	Mon Nov 15 12:37:39 2010 +0100
@@ -31,13 +31,13 @@
 
         textField = [[UITextField alloc] initWithFrame:CGRectZero];
         textField.backgroundColor = [UIColor clearColor];
-        textField.font = [UIFont boldSystemFontOfSize:[UIFont labelFontSize]];
         textField.delegate = self;
         textField.clearButtonMode = UITextFieldViewModeWhileEditing;
         textField.clearsOnBeginEditing = NO;
         textField.returnKeyType = UIReturnKeyDone;
         textField.adjustsFontSizeToFitWidth = YES;
         textField.userInteractionEnabled = YES;
+        textField.font = [UIFont boldSystemFontOfSize:[UIFont labelFontSize]];
         [textField addTarget:self action:@selector(save:) forControlEvents:UIControlEventEditingDidEndOnExit];
 
         [self.contentView addSubview:textField];
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -67,7 +67,7 @@
         case 2:
             playSound(@"clickSound");
             if (self.helpPage == nil)
-                self.helpPage = [[HelpPageViewController alloc] initWithNibName:@"HelpPageLobbyViewController" bundle:nil];
+                self.helpPage = [[HelpPageViewController alloc] initWithNibName:@"HelpPageLobbyViewController-iPad" bundle:nil];
             self.helpPage.view.alpha = 0;
             [self.view addSubview:helpPage.view];
             [UIView beginAnimations:@"helplobby" context:NULL];
@@ -113,6 +113,15 @@
             [schemeWeaponConfigViewController viewWillAppear:NO];
             [self.view bringSubviewToFront:schemeWeaponConfigViewController.view];
             break;
+        case 3:
+            if (helpPage == nil) {
+                helpPage = [[HelpPageViewController alloc] initWithNibName:@"HelpPageLobbyViewController-iPhone" bundle:nil];
+                [self.view addSubview:helpPage.view];
+            }
+            // this message is compulsory otherwise the table won't be loaded at all
+            [helpPage viewWillAppear:NO];
+            [self.view bringSubviewToFront:helpPage.view];
+            break;
         default:
             DLog(@"Nope");
             break;
@@ -131,7 +140,7 @@
         [alert release];
         return NO;
     }
-    
+
     // play only if there is more than one team
     if ([self.teamConfigViewController.listOfSelectedTeams count] < 2) {
         UIAlertView *alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Too few teams playing",@"")
@@ -143,7 +152,7 @@
         [alert release];
         return NO;
     }
-    
+
     // play if there's room for enough hogs in the selected map
     int hogs = 0;
     for (NSDictionary *teamData in teamConfigViewController.listOfSelectedTeams)
@@ -159,7 +168,8 @@
         [alert release];
         return NO;
     }
-    
+
+    // play if there aren't too many teams
     if ([self.teamConfigViewController.listOfSelectedTeams count] > HW_getMaxNumberOfTeams()) {
         UIAlertView *alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Too many teams",@"")
                                                         message:NSLocalizedString(@"Max six teams are allowed in the same game",@"")
@@ -170,7 +180,8 @@
         [alert release];
         return NO;
     }
-    
+
+    // play only if one scheme and one weapon are selected
     if ([self.schemeWeaponConfigViewController.selectedScheme length] == 0 || [self.schemeWeaponConfigViewController.selectedWeapon length] == 0 ) {
         UIAlertView *alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Missing detail",@"")
                                                         message:NSLocalizedString(@"Select one Scheme and one Weapon for this game",@"")
@@ -182,6 +193,21 @@
         return NO;
     }
 
+    // play if the gameflags are set correctly (divideteam works only with 2 teams
+    NSString *schemePath = [[NSString alloc] initWithFormat:@"%@/%@",SCHEMES_DIRECTORY(),self.schemeWeaponConfigViewController.selectedScheme];
+    NSArray *gameFlags = [[NSDictionary dictionaryWithContentsOfFile:schemePath] objectForKey:@"gamemod"];
+    [schemePath release];
+    if ([[gameFlags objectAtIndex:2] boolValue] && [self.teamConfigViewController.listOfSelectedTeams count] != 2) {
+        UIAlertView *alert = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Scheme mismatch",@"")
+                                                        message:NSLocalizedString(@"The scheme you selected allows only for two teams",@"")
+                                                       delegate:nil
+                                              cancelButtonTitle:NSLocalizedString(@"Ok, got it",@"")
+                                              otherButtonTitles:nil];
+        [alert show];
+        [alert release];
+        return NO;
+    }
+
     return YES;
 }
 
--- a/project_files/HedgewarsMobile/Classes/GameSetup.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameSetup.m	Mon Nov 15 12:37:39 2010 +0100
@@ -179,45 +179,34 @@
     [self sendToEngine:flags];
     [flags release];
 
-    NSString *dmgMod = [[NSString alloc] initWithFormat:@"e$damagepct %d",[[basicArray objectAtIndex:i++] intValue]];
-    [self sendToEngine:dmgMod];
-    [dmgMod release];
+    /* basic game flags */
+    NSString *path = [[NSString alloc] initWithFormat:@"%@/basicFlags_en.plist",IFRONTEND_DIRECTORY()];
+    NSArray *mods = [[NSArray alloc] initWithContentsOfFile:path];
+    [path release];
 
-    // support for endless games
-    NSInteger tentativeTurntime = [[basicArray objectAtIndex:i++] intValue];
-    if (tentativeTurntime == 100)
+    // initial health
+    result = [[basicArray objectAtIndex:0] intValue];
+
+    // turn time
+    NSInteger tentativeTurntime = [[basicArray objectAtIndex:1] intValue];
+    if (tentativeTurntime >= 100)
         tentativeTurntime = 9999;
     NSString *turnTime = [[NSString alloc] initWithFormat:@"e$turntime %d",tentativeTurntime * 1000];
     [self sendToEngine:turnTime];
     [turnTime release];
 
-    result = [[basicArray objectAtIndex:i++] intValue]; // initial health
-
-    NSString *sdTime = [[NSString alloc] initWithFormat:@"e$sd_turns %d",[[basicArray objectAtIndex:i++] intValue]];
-    [self sendToEngine:sdTime];
-    [sdTime release];
-
-    NSString *crateDrops = [[NSString alloc] initWithFormat:@"e$casefreq %d",[[basicArray objectAtIndex:i++] intValue]];
-    [self sendToEngine:crateDrops];
-    [crateDrops release];
-
-    NSString *minesTime = [[NSString alloc] initWithFormat:@"e$minestime %d",[[basicArray objectAtIndex:i++] intValue] * 1000];
-    [self sendToEngine:minesTime];
-    [minesTime release];
+    for (i = 2; i < [basicArray count]; i++) {
+        NSDictionary *basicDict = [mods objectAtIndex:i];
+        NSString *command = [basicDict objectForKey:@"command"];
+        NSInteger value = [[basicArray objectAtIndex:i] intValue];
+        if ([basicDict objectForKey:@"checkOverMax"] && value >= [[basicDict objectForKey:@"max"] intValue])
+            value = 9999;
+        NSString *strToSend = [[NSString alloc] initWithFormat:@"%@ %d",command,value];
+        [self sendToEngine:strToSend];
+        [strToSend release];
+    }
+    [mods release];
 
-    NSString *minesNumber = [[NSString alloc] initWithFormat:@"e$landadds %d",[[basicArray objectAtIndex:i++] intValue]];
-    [self sendToEngine:minesNumber];
-    [minesNumber release];
-
-    NSString *dudMines = [[NSString alloc] initWithFormat:@"e$minedudpct %d",[[basicArray objectAtIndex:i++] intValue]];
-    [self sendToEngine:dudMines];
-    [dudMines release];
-
-    NSString *explosives = [[NSString alloc] initWithFormat:@"e$explosives %d",[[basicArray objectAtIndex:i++] intValue]];
-    [self sendToEngine:explosives];
-    [explosives release];
-
-    DLog(@"Sent %d flags and %d modes", [gamemodArray count], i);
     [schemeDictionary release];
     return result;
 }
@@ -225,7 +214,7 @@
 #pragma mark -
 #pragma mark Thread/Network relevant code
 // select one of GameSetup method and execute it in a seprate thread
--(void) startThread: (NSString *) selector {
+-(void) startThread:(NSString *)selector {
     SEL usage = NSSelectorFromString(selector);
     [NSThread detachNewThreadSelector:usage toTarget:self withObject:nil];
 }
@@ -389,7 +378,6 @@
                 //[[NSNotificationCenter defaultCenter] postNotificationName:@"removedSave" object:nil];
                 // and remove + disable the overlay
                 [[NSNotificationCenter defaultCenter] postNotificationName:@"remove overlay" object:nil];
-                setGameRunning(NO);
                 break;
             default:
                 [self dumpRawData:buffer ofSize:msgSize];
@@ -440,7 +428,7 @@
     NSString *modelId = modelType();
     if ([modelId hasPrefix:@"iPhone1"] ||                                   // = iPhone or iPhone 3G
         [modelId hasPrefix:@"iPod1,1"] || [modelId hasPrefix:@"iPod2,1"])   // = iPod Touch or iPod Touch 2G
-        tmpQuality = 0x00000001 | 0x00000002 | 0x00000040;  // rqLowRes | rqBlurryLand | rqKillFlakes
+        tmpQuality = 0x00000001 | 0x00000002 | 0x00000008 | 0x00000040;  // rqLowRes | rqBlurryLand | rqSimpleRope | rqKillFlakes
     else if ([modelId hasPrefix:@"iPhone2"] ||                              // = iPhone 3GS
              [modelId hasPrefix:@"iPod3"])                                  // = iPod Touch 3G
             tmpQuality = 0x00000002 | 0x00000040;           // rqBlurryLand | rqKillFlakes
--- a/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -107,7 +107,10 @@
             return 2;
             break;
         case 2:     // other stuff
-            return 2;
+            if (IS_IPAD())
+                return 2;
+            else
+                return 1;
             break;
         default:
             DLog(@"Nope");
@@ -153,7 +156,7 @@
                 editableCell.minimumCharacters = 0;
                 editableCell.delegate = self;
                 editableCell.textField.font = [UIFont systemFontOfSize:[UIFont systemFontSize]];
-                editableCell.textField.textColor = [UIColor lightGrayColor];
+                editableCell.textField.textColor = [UIColor blackColor];
             }
             
             if (row == 0) {
@@ -207,7 +210,7 @@
             switchContent = (UISwitch *)cell.accessoryView;
             if (row == 0) {
                 cell.textLabel.text = NSLocalizedString(@"Alternate Damage", @"");
-                cell.detailTextLabel.text = NSLocalizedString(@"Damage popups will notify you on every single hit a hedgehog suffers", @"");
+                cell.detailTextLabel.text = NSLocalizedString(@"Damage popups will notify you on every single hit", @"");
                 switchContent.on = [[self.settingsDictionary objectForKey:@"alternate"] boolValue];
                 switchContent.tag = 30;
             } else {
--- a/project_files/HedgewarsMobile/Classes/HelpPageInGameViewController.xib	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,889 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
-	<data>
-		<int key="IBDocument.SystemTarget">1024</int>
-		<string key="IBDocument.SystemVersion">10F569</string>
-		<string key="IBDocument.InterfaceBuilderVersion">788</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
-		<string key="IBDocument.HIToolboxVersion">461.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">117</string>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<integer value="2"/>
-		</object>
-		<object class="NSArray" key="IBDocument.PluginDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys" id="0">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="IBProxyObject" id="841351856">
-				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBProxyObject" id="606714003">
-				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBUIView" id="766721923">
-				<reference key="NSNextResponder"/>
-				<int key="NSvFlags">292</int>
-				<object class="NSMutableArray" key="NSSubviews">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBUIImageView" id="625666841">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{0, -1}, {1024, 768}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">helpingame.png</string>
-						</object>
-					</object>
-					<object class="IBUILabel" id="271354909">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{79, 473}, {150, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Direction buttons</string>
-						<object class="NSFont" key="IBUIFont" id="583365693">
-							<string key="NSName">Helvetica-Bold</string>
-							<double key="NSSize">18</double>
-							<int key="NSfFlags">16</int>
-						</object>
-						<object class="NSColor" key="IBUITextColor" id="283637272">
-							<int key="NSColorSpace">1</int>
-							<bytes key="NSRGB">MCAwIDAAA</bytes>
-						</object>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="1061067446">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{79, 491}, {203, 85}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">With these buttons you can move your hog, aim and control certain weapons.</string>
-						<object class="NSFont" key="IBUIFont" id="818038162">
-							<string key="NSName">Helvetica</string>
-							<double key="NSSize">16</double>
-							<int key="NSfFlags">16</int>
-						</object>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUILabel" id="435000744">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{53, 97}, {186, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Timer</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="580244456">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{53, 118}, {187, 43}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Don't let your turn time run out!</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="162303877">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{780, 248}, {240, 128}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">helpright.png</string>
-						</object>
-					</object>
-					<object class="IBUILabel" id="323588470">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{790, 256}, {109, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Ammo Menu</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="687330896">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{790, 282}, {214, 84}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">This menu contains all the weapons you can use. Drag your finger on a weapon for more details on what it does!</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUILabel" id="697316303">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{780, 97}, {186, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Pause / Open ammos</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="859729380">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{782, 118}, {187, 43}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Tap to pause or open the ammo menu.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUILabel" id="1045445495">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{418, 73}, {186, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Wind bar</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="635730473">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{418, 89}, {191, 63}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Some weapons are affected by the wind and their direction may shift.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUILabel" id="701155026">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{447, 573}, {203, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Teams flags and health</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="929603608">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{447, 592}, {203, 85}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">These bars report the team name, the team flags and the global health status of every hog.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">4</int>
-					</object>
-					<object class="IBUILabel" id="157896337">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{741, 501}, {135, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Joypad buttons</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="213370333">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{741, 520}, {211, 85}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Press X to jump forward, Y to jump backwards (double tap to jump twice) and Missile to attack or use items.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="533288614">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{67, 238}, {240, 128}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">helpplain.png</string>
-						</object>
-					</object>
-					<object class="IBUILabel" id="203633929">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{72, 246}, {229, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Tap to return to game</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUITextAlignment">1</int>
-					</object>
-					<object class="IBUILabel" id="345016434">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{72, 268}, {229, 87}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Pan to move camera, pinch to zoom, double tap to center hog, and a single touch to interact with weapons and much more!</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-				</object>
-				<string key="NSFrameSize">{1024, 768}</string>
-				<reference key="NSSuperview"/>
-				<object class="NSColor" key="IBUIBackgroundColor">
-					<int key="NSColorSpace">3</int>
-					<bytes key="NSWhite">MCAwLjQAA</bytes>
-				</object>
-				<bool key="IBUIOpaque">NO</bool>
-				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
-					<int key="interfaceOrientation">3</int>
-				</object>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-		</object>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSMutableArray" key="connectionRecords">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">view</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="766721923"/>
-					</object>
-					<int key="connectionID">3</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchEventConnection" key="connection">
-						<string key="label">dismiss</string>
-						<reference key="source" ref="766721923"/>
-						<reference key="destination" ref="841351856"/>
-						<int key="IBEventType">7</int>
-					</object>
-					<int key="connectionID">16</int>
-				</object>
-			</object>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<object class="NSArray" key="orderedObjects">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<reference key="object" ref="0"/>
-						<reference key="children" ref="1000"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="841351856"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="606714003"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">2</int>
-						<reference key="object" ref="766721923"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="625666841"/>
-							<reference ref="162303877"/>
-							<reference ref="323588470"/>
-							<reference ref="697316303"/>
-							<reference ref="859729380"/>
-							<reference ref="1045445495"/>
-							<reference ref="635730473"/>
-							<reference ref="435000744"/>
-							<reference ref="580244456"/>
-							<reference ref="271354909"/>
-							<reference ref="1061067446"/>
-							<reference ref="701155026"/>
-							<reference ref="157896337"/>
-							<reference ref="533288614"/>
-							<reference ref="203633929"/>
-							<reference ref="345016434"/>
-							<reference ref="213370333"/>
-							<reference ref="929603608"/>
-							<reference ref="687330896"/>
-						</object>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">5</int>
-						<reference key="object" ref="625666841"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">6</int>
-						<reference key="object" ref="162303877"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">7</int>
-						<reference key="object" ref="323588470"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">8</int>
-						<reference key="object" ref="687330896"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">9</int>
-						<reference key="object" ref="697316303"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">10</int>
-						<reference key="object" ref="859729380"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">11</int>
-						<reference key="object" ref="1045445495"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">12</int>
-						<reference key="object" ref="635730473"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">13</int>
-						<reference key="object" ref="435000744"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">14</int>
-						<reference key="object" ref="580244456"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">17</int>
-						<reference key="object" ref="271354909"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">18</int>
-						<reference key="object" ref="1061067446"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">21</int>
-						<reference key="object" ref="701155026"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">22</int>
-						<reference key="object" ref="929603608"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">23</int>
-						<reference key="object" ref="157896337"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">24</int>
-						<reference key="object" ref="213370333"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">25</int>
-						<reference key="object" ref="533288614"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">26</int>
-						<reference key="object" ref="203633929"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">27</int>
-						<reference key="object" ref="345016434"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="flattenedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="NSArray" key="dict.sortedKeys">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>-1.CustomClassName</string>
-					<string>-2.CustomClassName</string>
-					<string>10.IBPluginDependency</string>
-					<string>11.IBPluginDependency</string>
-					<string>12.IBPluginDependency</string>
-					<string>13.IBPluginDependency</string>
-					<string>14.IBPluginDependency</string>
-					<string>17.IBPluginDependency</string>
-					<string>18.IBPluginDependency</string>
-					<string>2.CustomClassName</string>
-					<string>2.IBEditorWindowLastContentRect</string>
-					<string>2.IBPluginDependency</string>
-					<string>21.IBPluginDependency</string>
-					<string>22.IBPluginDependency</string>
-					<string>23.IBPluginDependency</string>
-					<string>24.IBPluginDependency</string>
-					<string>25.IBPluginDependency</string>
-					<string>26.IBPluginDependency</string>
-					<string>27.IBPluginDependency</string>
-					<string>5.IBPluginDependency</string>
-					<string>6.IBPluginDependency</string>
-					<string>7.IBPluginDependency</string>
-					<string>8.IBPluginDependency</string>
-					<string>9.IBPluginDependency</string>
-				</object>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>HelpPageViewController</string>
-					<string>UIResponder</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>UIControl</string>
-					<string>{{288, 355}, {1024, 768}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="unlocalizedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="activeLocalization"/>
-			<object class="NSMutableDictionary" key="localizations">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="sourceID"/>
-			<int key="maxID">27</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">HelpPageViewController</string>
-					<string key="superclassName">UIViewController</string>
-					<object class="NSMutableDictionary" key="actions">
-						<string key="NS.key.0">dismiss</string>
-						<string key="NS.object.0">id</string>
-					</object>
-					<object class="NSMutableDictionary" key="actionInfosByName">
-						<string key="NS.key.0">dismiss</string>
-						<object class="IBActionInfo" key="NS.object.0">
-							<string key="name">dismiss</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/HelpPageViewController.h</string>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIControl</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIImageView</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UILabel</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIResponder</string>
-					<string key="superclassName">NSObject</string>
-					<reference key="sourceIdentifier" ref="786211723"/>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchBar</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchDisplayController</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
-					</object>
-				</object>
-			</object>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
-			<integer value="1024" key="NS.object.0"/>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
-			<integer value="3100" key="NS.object.0"/>
-		</object>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<string>helpingame.png</string>
-				<string>helpplain.png</string>
-				<string>helpright.png</string>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<string>{1024, 768}</string>
-				<string>{296, 138}</string>
-				<string>{308, 144}</string>
-			</object>
-		</object>
-		<string key="IBCocoaTouchPluginVersion">117</string>
-	</data>
-</archive>
--- a/project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.xib	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1106 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
-	<data>
-		<int key="IBDocument.SystemTarget">1024</int>
-		<string key="IBDocument.SystemVersion">10F569</string>
-		<string key="IBDocument.InterfaceBuilderVersion">788</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
-		<string key="IBDocument.HIToolboxVersion">461.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">117</string>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<integer value="2"/>
-		</object>
-		<object class="NSArray" key="IBDocument.PluginDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys" id="0">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="IBProxyObject" id="841351856">
-				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBProxyObject" id="606714003">
-				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBUIView" id="766721923">
-				<reference key="NSNextResponder"/>
-				<int key="NSvFlags">292</int>
-				<object class="NSMutableArray" key="NSSubviews">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBUIImageView" id="1011244481">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{742, 389}, {240, 102}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage" id="468391955">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">helpabove.png</string>
-						</object>
-					</object>
-					<object class="IBUILabel" id="636170775">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{753, 408}, {109, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Map theme</string>
-						<object class="NSFont" key="IBUIFont" id="583365693">
-							<string key="NSName">Helvetica-Bold</string>
-							<double key="NSSize">18</double>
-							<int key="NSfFlags">16</int>
-						</object>
-						<object class="NSColor" key="IBUITextColor" id="283637272">
-							<int key="NSColorSpace">1</int>
-							<bytes key="NSRGB">MCAwIDAAA</bytes>
-						</object>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="552788325">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{753, 425}, {218, 66}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Here you can choose how your map will appear in game.</string>
-						<object class="NSFont" key="IBUIFont" id="818038162">
-							<string key="NSName">Helvetica</string>
-							<double key="NSSize">16</double>
-							<int key="NSfFlags">16</int>
-						</object>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="379980516">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{653, 202}, {240, 146}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<reference key="IBUIImage" ref="468391955"/>
-					</object>
-					<object class="IBUILabel" id="901581152">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{664, 221}, {109, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Map type</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="595424508">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{664, 244}, {218, 99}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Choose between a static map or a randomly generated one (might require more time). In a mission you need to perfom some action to win.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="162303877">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{494, 20}, {240, 101}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">helpright.png</string>
-						</object>
-					</object>
-					<object class="IBUILabel" id="323588470">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{502, 25}, {109, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Map preview</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="687330896">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{502, 46}, {218, 65}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">This is a small preview of your next map. Tap to select / generate a new map.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="713859408">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{391, 389}, {242, 171}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<reference key="IBUIImage" ref="468391955"/>
-					</object>
-					<object class="IBUILabel" id="896727228">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{401, 413}, {109, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Teams</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="704238452">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{400, 434}, {232, 120}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Select which teams are playing! Add hogs by tapping on them and set their color to figure friend and foe teams out. AI teams will appear with a small robot badge next their name.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="993770514">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{142, 125}, {240, 104}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage" id="63133621">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">helpleft.png</string>
-						</object>
-					</object>
-					<object class="IBUILabel" id="488737408">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{162, 133}, {204, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Schemes and Weapons</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="463058693">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{162, 152}, {210, 71}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Here you can choose which rules and which weapon set will be applied in game.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="845663511">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{155, 8}, {278, 50}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<reference key="IBUIImage" ref="63133621"/>
-					</object>
-					<object class="IBUILabel" id="823916653">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{177, 6}, {248, 54}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Did you know you can customize almost everything in the settings page?</string>
-						<object class="NSFont" key="IBUIFont">
-							<string key="NSName">Helvetica-Oblique</string>
-							<double key="NSSize">14</double>
-							<int key="NSfFlags">16</int>
-						</object>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="678356402">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{686, 583}, {240, 117}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage" id="835742298">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">helpbottom.png</string>
-						</object>
-					</object>
-					<object class="IBUILabel" id="1068254353">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{697, 592}, {138, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Max hedgehogs</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="1023832701">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{697, 609}, {218, 73}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">This number is the maximum size for all the hogs playing (in every team).</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="261734864">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{20, 587}, {240, 109}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<reference key="IBUIImage" ref="835742298"/>
-					</object>
-					<object class="IBUILabel" id="578857422">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{30, 592}, {138, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Size slider</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="972150858">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{30, 608}, {218, 73}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">For Random and Maze maps you can decide to generate only maps of a certain size.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="533288614">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{45, 318}, {240, 128}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">helpplain.png</string>
-						</object>
-					</object>
-					<object class="IBUILabel" id="203633929">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{50, 326}, {229, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Tap anywhere to dismiss</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUITextAlignment">1</int>
-					</object>
-					<object class="IBUILabel" id="345016434">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{52, 348}, {224, 87}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Still confused? Don't worry, it's really simple! Try a couple of games and everything will become clear to you.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-					<object class="IBUIImageView" id="109182727">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{344, 635}, {240, 61}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<reference key="IBUIImage" ref="835742298"/>
-					</object>
-					<object class="IBUILabel" id="815146899">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{353, 637}, {138, 22}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">Start button</string>
-						<reference key="IBUIFont" ref="583365693"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-					</object>
-					<object class="IBUILabel" id="379008984">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{354, 650}, {218, 46}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">This button starts the game.</string>
-						<reference key="IBUIFont" ref="818038162"/>
-						<reference key="IBUITextColor" ref="283637272"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUINumberOfLines">0</int>
-					</object>
-				</object>
-				<string key="NSFrameSize">{1024, 768}</string>
-				<reference key="NSSuperview"/>
-				<object class="NSColor" key="IBUIBackgroundColor">
-					<int key="NSColorSpace">3</int>
-					<bytes key="NSWhite">MCAwLjQAA</bytes>
-				</object>
-				<bool key="IBUIOpaque">NO</bool>
-				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
-					<int key="interfaceOrientation">3</int>
-				</object>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-		</object>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSMutableArray" key="connectionRecords">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">view</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="766721923"/>
-					</object>
-					<int key="connectionID">3</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchEventConnection" key="connection">
-						<string key="label">dismiss</string>
-						<reference key="source" ref="766721923"/>
-						<reference key="destination" ref="841351856"/>
-						<int key="IBEventType">7</int>
-					</object>
-					<int key="connectionID">16</int>
-				</object>
-			</object>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<object class="NSArray" key="orderedObjects">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<reference key="object" ref="0"/>
-						<reference key="children" ref="1000"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="841351856"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="606714003"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">2</int>
-						<reference key="object" ref="766721923"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="162303877"/>
-							<reference ref="323588470"/>
-							<reference ref="687330896"/>
-							<reference ref="1011244481"/>
-							<reference ref="552788325"/>
-							<reference ref="636170775"/>
-							<reference ref="1023832701"/>
-							<reference ref="1068254353"/>
-							<reference ref="261734864"/>
-							<reference ref="578857422"/>
-							<reference ref="972150858"/>
-							<reference ref="713859408"/>
-							<reference ref="896727228"/>
-							<reference ref="704238452"/>
-							<reference ref="533288614"/>
-							<reference ref="203633929"/>
-							<reference ref="345016434"/>
-							<reference ref="109182727"/>
-							<reference ref="379008984"/>
-							<reference ref="815146899"/>
-							<reference ref="379980516"/>
-							<reference ref="901581152"/>
-							<reference ref="595424508"/>
-							<reference ref="678356402"/>
-							<reference ref="993770514"/>
-							<reference ref="488737408"/>
-							<reference ref="463058693"/>
-							<reference ref="845663511"/>
-							<reference ref="823916653"/>
-						</object>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">6</int>
-						<reference key="object" ref="162303877"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">7</int>
-						<reference key="object" ref="323588470"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">8</int>
-						<reference key="object" ref="687330896"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">25</int>
-						<reference key="object" ref="533288614"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">26</int>
-						<reference key="object" ref="203633929"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">27</int>
-						<reference key="object" ref="345016434"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">28</int>
-						<reference key="object" ref="1011244481"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">29</int>
-						<reference key="object" ref="636170775"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">30</int>
-						<reference key="object" ref="552788325"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">34</int>
-						<reference key="object" ref="678356402"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">35</int>
-						<reference key="object" ref="1068254353"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">36</int>
-						<reference key="object" ref="1023832701"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">37</int>
-						<reference key="object" ref="261734864"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">38</int>
-						<reference key="object" ref="578857422"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">39</int>
-						<reference key="object" ref="972150858"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">40</int>
-						<reference key="object" ref="993770514"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">41</int>
-						<reference key="object" ref="488737408"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">42</int>
-						<reference key="object" ref="463058693"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">43</int>
-						<reference key="object" ref="713859408"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">44</int>
-						<reference key="object" ref="896727228"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">45</int>
-						<reference key="object" ref="704238452"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">49</int>
-						<reference key="object" ref="109182727"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">50</int>
-						<reference key="object" ref="815146899"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">51</int>
-						<reference key="object" ref="379008984"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">52</int>
-						<reference key="object" ref="379980516"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">53</int>
-						<reference key="object" ref="901581152"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">54</int>
-						<reference key="object" ref="595424508"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">58</int>
-						<reference key="object" ref="845663511"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">59</int>
-						<reference key="object" ref="823916653"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="flattenedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="NSArray" key="dict.sortedKeys">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>-1.CustomClassName</string>
-					<string>-2.CustomClassName</string>
-					<string>2.CustomClassName</string>
-					<string>2.IBEditorWindowLastContentRect</string>
-					<string>2.IBPluginDependency</string>
-					<string>25.IBPluginDependency</string>
-					<string>26.IBPluginDependency</string>
-					<string>27.IBPluginDependency</string>
-					<string>28.IBPluginDependency</string>
-					<string>29.IBPluginDependency</string>
-					<string>30.IBPluginDependency</string>
-					<string>34.IBPluginDependency</string>
-					<string>35.IBPluginDependency</string>
-					<string>36.IBPluginDependency</string>
-					<string>37.IBPluginDependency</string>
-					<string>38.IBPluginDependency</string>
-					<string>39.IBPluginDependency</string>
-					<string>40.IBPluginDependency</string>
-					<string>41.IBPluginDependency</string>
-					<string>42.IBPluginDependency</string>
-					<string>43.IBPluginDependency</string>
-					<string>44.IBPluginDependency</string>
-					<string>45.IBPluginDependency</string>
-					<string>49.IBPluginDependency</string>
-					<string>50.IBPluginDependency</string>
-					<string>51.IBPluginDependency</string>
-					<string>52.IBPluginDependency</string>
-					<string>53.IBPluginDependency</string>
-					<string>54.IBPluginDependency</string>
-					<string>58.IBPluginDependency</string>
-					<string>59.IBPluginDependency</string>
-					<string>6.IBPluginDependency</string>
-					<string>7.IBPluginDependency</string>
-					<string>8.IBPluginDependency</string>
-				</object>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>HelpPageViewController</string>
-					<string>UIResponder</string>
-					<string>UIControl</string>
-					<string>{{273, 125}, {1024, 768}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="unlocalizedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="activeLocalization"/>
-			<object class="NSMutableDictionary" key="localizations">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="sourceID"/>
-			<int key="maxID">59</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">HelpPageViewController</string>
-					<string key="superclassName">UIViewController</string>
-					<object class="NSMutableDictionary" key="actions">
-						<string key="NS.key.0">dismiss</string>
-						<string key="NS.object.0">id</string>
-					</object>
-					<object class="NSMutableDictionary" key="actionInfosByName">
-						<string key="NS.key.0">dismiss</string>
-						<object class="IBActionInfo" key="NS.object.0">
-							<string key="name">dismiss</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/HelpPageViewController.h</string>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIControl</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIImageView</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UILabel</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIResponder</string>
-					<string key="superclassName">NSObject</string>
-					<reference key="sourceIdentifier" ref="786211723"/>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchBar</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchDisplayController</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
-					</object>
-				</object>
-			</object>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
-			<integer value="1024" key="NS.object.0"/>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
-			<integer value="3100" key="NS.object.0"/>
-		</object>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<string>helpabove.png</string>
-				<string>helpbottom.png</string>
-				<string>helpleft.png</string>
-				<string>helpplain.png</string>
-				<string>helpright.png</string>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<string>{295, 156}</string>
-				<string>{295, 156}</string>
-				<string>{308, 144}</string>
-				<string>{296, 138}</string>
-				<string>{308, 144}</string>
-			</object>
-		</object>
-		<string key="IBCocoaTouchPluginVersion">117</string>
-	</data>
-</archive>
--- a/project_files/HedgewarsMobile/Classes/HelpPageViewController.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/HelpPageViewController.h	Mon Nov 15 12:37:39 2010 +0100
@@ -22,9 +22,11 @@
 #import <UIKit/UIKit.h>
 
 
-@interface HelpPageViewController : UIViewController {
+@interface HelpPageViewController : UIViewController <UIScrollViewDelegate> {
+    UIScrollView *scrollView;
+}
 
-}
+@property (nonatomic, retain) IBOutlet UIScrollView *scrollView;
 
 -(IBAction) dismiss;
 
--- a/project_files/HedgewarsMobile/Classes/HelpPageViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/HelpPageViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -23,28 +23,46 @@
 #import "CommodityFunctions.h"
 
 @implementation HelpPageViewController
-
+@synthesize scrollView;
 
 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
     return rotationManager(interfaceOrientation);
 }
 
 -(void) didReceiveMemoryWarning {
-    // Releases the view if it doesn't have a superview.
     [super didReceiveMemoryWarning];
-    // Release any cached data, images, etc that aren't in use.
+    self.scrollView = nil;
+}
+
+// on iPhone the XIBs contain UIScrollView
+-(void) viewDidLoad {
+    if (scrollView.tag == 0)
+        scrollView.contentSize = CGSizeMake(480,650);
+    else
+        scrollView.contentSize = CGSizeMake(480,460);
+    scrollView.maximumZoomScale = 4.0;
+    scrollView.minimumZoomScale = 0.75;
+    scrollView.clipsToBounds = YES;
+    scrollView.delegate = self;
+    [super viewDidLoad];
+}
+
+
+-(void) scrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(UIView *)view {
+    [self.view removeFromSuperview];
 }
 
 -(void) viewDidUnload {
     [super viewDidUnload];
-    // Release any retained subviews of the main view.
-    // e.g. self.myOutlet = nil;
+    self.scrollView = nil;
 }
 
 -(void) dealloc {
+    [scrollView release];
     [super dealloc];
 }
 
+// on iPad the XIBs contain UIControl
 -(IBAction) dismiss {
     [UIView beginAnimations:@"helpingame" context:NULL];
     self.view.alpha = 0;
--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -150,7 +150,7 @@
             break;
         case 2:
             // expand the view (and table) so that the actionsheet can be selected on the iPhone
-            if (IS_IPAD()) {
+            if (IS_IPAD() == NO) {
                 CGRect screen = [[UIScreen mainScreen] bounds];
                 [self.tableView deselectRowAtIndexPath:indexPath animated:NO];
                 [UIView beginAnimations:@"table width more" context:NULL];
--- a/project_files/HedgewarsMobile/Classes/LevelViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/LevelViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -95,14 +95,15 @@
         if (cell == nil) {
             cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier0] autorelease];
             UISwitch *theSwitch = [[UISwitch alloc] init];
-            if (numberOfSections == 1)
-                theSwitch.on = NO;
-            else
-                theSwitch.on = YES;
             [theSwitch addTarget:self action:@selector(switchValueChanged:) forControlEvents:UIControlEventValueChanged];
             cell.accessoryView = theSwitch;
             [theSwitch release];
         }
+        UISwitch *theSwitch = (UISwitch *)cell.accessoryView;
+        if (numberOfSections == 1)
+            theSwitch.on = NO;
+        else
+            theSwitch.on = YES;
         cell.textLabel.text = NSLocalizedString(@"Hogs controlled by AI",@"");
     } else {
         cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier1];
@@ -137,21 +138,20 @@
     if (theSwitch.on) {
         numberOfSections = 2;
         [self.tableView insertSections:sections withRowAnimation:UITableViewRowAnimationFade];
-        level = random() % [levelArray count];
+        level = 1 + (random() % ([levelArray count] - 1));
     } else {
         numberOfSections = 1;
         [self.tableView deleteSections:sections withRowAnimation:UITableViewRowAnimationFade];
         level = 0;
     }
+    [sections release];
 
     DLog(@"New level is %d",level);
     for (NSMutableDictionary *hog in hogs)
-        [hog setObject:[NSNumber numberWithInt:0] forKey:@"level"];
+        [hog setObject:[NSNumber numberWithInt:level] forKey:@"level"];
 
     [self.tableView reloadData];
     [[NSNotificationCenter defaultCenter] postNotificationName:@"setWriteNeedTeams" object:nil];
-
-    [sections release];
 }
 
 
@@ -165,8 +165,10 @@
         if (newRow != oldRow) {
             NSMutableArray *hogs = [self.teamDictionary objectForKey:@"hedgehogs"];
             
+            NSInteger level = newRow + 1;
             for (NSMutableDictionary *hog in hogs)
-                [hog setObject:[NSNumber numberWithInt:newRow+1] forKey:@"level"];
+                [hog setObject:[NSNumber numberWithInt:level] forKey:@"level"];
+            DLog(@"New level is %d",level);
             
             // tell our boss to write this new stuff on disk
             [[NSNotificationCenter defaultCenter] postNotificationName:@"setWriteNeedTeams" object:nil];
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -20,7 +20,7 @@
 
 
 #import "MainMenuViewController.h"
-#import "CommodityFunctions.h"
+#import "CreationChamber.h"
 #import "SDL_uikitappdelegate.h"
 #import "PascalImports.h"
 #import "GameConfigViewController.h"
@@ -35,91 +35,81 @@
     return rotationManager(interfaceOrientation);
 }
 
-// using a different thread for audio 'cos it's slow
--(void) initAudioThread {
-    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
-    // do somthing in the future
-    [pool release];
-}
-
 // check if some configuration files are already set; if they are present it means that the current copy must be updated
 -(void) createNecessaryFiles {
-    NSError *err = nil;
-    NSString *directoryToCheck, *fileToCheck, *fileToUpdate;
-    NSString *resDir = [[NSBundle mainBundle] resourcePath];
+    NSString *sourceFile, *destinationFile;
+    NSString *resourcesDir = [[NSBundle mainBundle] resourcePath];
     DLog(@"Creating necessary files");
     
-    // create an empty saves directory by deleting the previous one (saves are incompatible between releases)
+    // SAVES - just delete and overwrite
     if ([[NSFileManager defaultManager] fileExistsAtPath:SAVES_DIRECTORY()])
         [[NSFileManager defaultManager] removeItemAtPath:SAVES_DIRECTORY() error:NULL];
     [[NSFileManager defaultManager] createDirectoryAtPath:SAVES_DIRECTORY() withIntermediateDirectories:NO attributes:nil error:NULL];
     
-    // if the settings file is already present, we merge current preferences with the update
-    directoryToCheck = [NSString stringWithFormat:@"%@/Settings/settings.plist",resDir];
+    // SETTINGS FILE - merge when present
+    NSString *baseSettingsFile = [[NSString alloc] initWithFormat:@"%@/Settings/settings.plist",resourcesDir];
     if ([[NSFileManager defaultManager] fileExistsAtPath:SETTINGS_FILE()]) {
         NSDictionary *settings = [[NSDictionary alloc] initWithContentsOfFile:SETTINGS_FILE()];
-        NSMutableDictionary *update = [[NSMutableDictionary alloc] initWithContentsOfFile:directoryToCheck];
+        NSMutableDictionary *update = [[NSMutableDictionary alloc] initWithContentsOfFile:baseSettingsFile];
+        // the order of what adds what is important
         [update addEntriesFromDictionary:settings];
         [settings release];
         [update writeToFile:SETTINGS_FILE() atomically:YES];
         [update release];
     } else 
-        [[NSFileManager defaultManager] copyItemAtPath:directoryToCheck toPath:SETTINGS_FILE() error:&err];
-    
-    // if the teams are already present we merge the old teams if they still exist
-    directoryToCheck = [NSString stringWithFormat:@"%@/Settings/Teams",resDir];
-    if ([[NSFileManager defaultManager] fileExistsAtPath:TEAMS_DIRECTORY()]) {
-        for (NSString *str in [[NSFileManager defaultManager] contentsOfDirectoryAtPath:directoryToCheck error:&err]) {
-            fileToCheck = [NSString stringWithFormat:@"%@/%@",TEAMS_DIRECTORY(),str];
-            fileToUpdate = [NSString stringWithFormat:@"%@/Settings/Teams/%@",resDir,str];
-            if ([[NSFileManager defaultManager] fileExistsAtPath:fileToCheck]) {
-                NSDictionary *team = [[NSDictionary alloc] initWithContentsOfFile:fileToCheck];
-                NSMutableDictionary *update = [[NSMutableDictionary alloc] initWithContentsOfFile:fileToUpdate];
-                [update addEntriesFromDictionary:team];
-                [team release];
-                [update writeToFile:fileToCheck atomically:YES];
-                [update release];
-            }
+        [[NSFileManager defaultManager] copyItemAtPath:baseSettingsFile toPath:SETTINGS_FILE() error:NULL];
+    [baseSettingsFile release];
+
+    // TEAMS - update exisiting teams with new format
+    if ([[NSFileManager defaultManager] fileExistsAtPath:TEAMS_DIRECTORY()] == NO) {
+        [[NSFileManager defaultManager] createDirectoryAtPath:TEAMS_DIRECTORY()
+                                  withIntermediateDirectories:YES
+                                                   attributes:nil
+                                                        error:NULL];
+        // we copy teams only the first time because it's unlikely that newer ones are going to be added
+        NSString *baseTeamsDir = [[NSString alloc] initWithFormat:@"%@/Settings/Teams/",resourcesDir];
+        for (NSString *str in [[NSFileManager defaultManager] contentsOfDirectoryAtPath:baseTeamsDir error:NULL]) {
+            sourceFile = [baseTeamsDir stringByAppendingString:str];
+            destinationFile = [TEAMS_DIRECTORY() stringByAppendingString:str];
+            [[NSFileManager defaultManager] removeItemAtPath:destinationFile error:NULL];
+            [[NSFileManager defaultManager] copyItemAtPath:sourceFile toPath:destinationFile error:NULL];
         }
-    } else
-        [[NSFileManager defaultManager] copyItemAtPath:directoryToCheck toPath:TEAMS_DIRECTORY() error:&err];
-    
-    // the same holds for schemes (but they're arrays)
-    directoryToCheck = [NSString stringWithFormat:@"%@/Settings/Schemes",resDir];
-    if ([[NSFileManager defaultManager] fileExistsAtPath:SCHEMES_DIRECTORY()]) {
-        for (NSString *str in [[NSFileManager defaultManager] contentsOfDirectoryAtPath:directoryToCheck error:nil]) {
-            fileToCheck = [NSString stringWithFormat:@"%@/%@",SCHEMES_DIRECTORY(),str];
-            fileToUpdate = [NSString stringWithFormat:@"%@/Settings/Schemes/%@",resDir,str];
-            if ([[NSFileManager defaultManager] fileExistsAtPath:fileToCheck]) {
-                NSArray *scheme = [[NSArray alloc] initWithContentsOfFile:fileToCheck];
-                NSArray *update = [[NSArray alloc] initWithContentsOfFile:fileToUpdate];
-                if ([update count] > [scheme count])
-                    [update writeToFile:fileToCheck atomically:YES];
-                [update release];
-                [scheme release];
-            }
-        }
-    } else
-        [[NSFileManager defaultManager] copyItemAtPath:directoryToCheck toPath:SCHEMES_DIRECTORY() error:&err];
-    
-    // we create weapons the first time only, they are autoupdated each time
-    if ([[NSFileManager defaultManager] fileExistsAtPath:WEAPONS_DIRECTORY()] == NO) {
+        [baseTeamsDir release];
+    }
+    // TODO: is merge needed?
+
+    // SCHEMES - update old stuff and add new stuff
+    if ([[NSFileManager defaultManager] fileExistsAtPath:SCHEMES_DIRECTORY()] == NO)
+        [[NSFileManager defaultManager] createDirectoryAtPath:SCHEMES_DIRECTORY()
+                                  withIntermediateDirectories:YES
+                                                   attributes:nil
+                                                        error:NULL];
+    // TODO: do the merge if necessary
+    // we overwrite the default ones because it is likely that new modes are added every release
+    NSString *baseSchemesDir = [[NSString alloc] initWithFormat:@"%@/Settings/Schemes/",resourcesDir];
+    for (NSString *str in [[NSFileManager defaultManager] contentsOfDirectoryAtPath:baseSchemesDir error:NULL]) {
+        sourceFile = [baseSchemesDir stringByAppendingString:str];
+        destinationFile = [SCHEMES_DIRECTORY() stringByAppendingString:str];
+        [[NSFileManager defaultManager] removeItemAtPath:destinationFile error:NULL];
+        [[NSFileManager defaultManager] copyItemAtPath:sourceFile toPath:destinationFile error:NULL];
+    }
+    [baseSchemesDir release];
+
+    // WEAPONS - always overwrite
+    if ([[NSFileManager defaultManager] fileExistsAtPath:WEAPONS_DIRECTORY()] == NO)
         [[NSFileManager defaultManager] createDirectoryAtPath:WEAPONS_DIRECTORY()
                                   withIntermediateDirectories:YES
                                                    attributes:nil
-                                                        error:&err];
-        createWeaponNamed(@"Default", 0);
-        createWeaponNamed(@"Crazy", 1);
-        createWeaponNamed(@"Pro mode", 2);
-        createWeaponNamed(@"Shoppa", 3);
-        createWeaponNamed(@"Basketball", 4);
-        createWeaponNamed(@"Minefield", 5);
-    }
-    
-    if (err != nil) 
-        DLog(@"%@", err);
-    else
-        DLog(@"Success");
+                                                        error:NULL];
+    createWeaponNamed(@"Default", 0);
+    createWeaponNamed(@"Crazy", 1);
+    createWeaponNamed(@"Pro Mode", 2);
+    createWeaponNamed(@"Shoppa", 3);
+    createWeaponNamed(@"Clean Slate", 4);
+    createWeaponNamed(@"Minefield", 5);
+    createWeaponNamed(@"Thinking with Portals", 6);
+
+    DLog(@"Success");
 }
 
 #pragma mark -
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -71,7 +71,8 @@
 
     // perform as if user clicked on an entry
     [self tableView:self.tableView didSelectRowAtIndexPath:theIndex];
-    [self.tableView scrollToRowAtIndexPath:theIndex atScrollPosition:UITableViewScrollPositionNone animated:YES];
+    if (IS_NOT_POWERFUL() == NO)
+        [self.tableView scrollToRowAtIndexPath:theIndex atScrollPosition:UITableViewScrollPositionMiddle animated:YES];
 }
 
 -(void) turnOffWidgets {
@@ -126,9 +127,6 @@
     if (cell == nil)
         cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];
 
-    if (IS_IPAD())
-        cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT;
-
     if (self.dataSourceArray == nil)
         [self loadDataSourceArray];
     NSArray *source = [self.dataSourceArray objectAtIndex:scIndex];
@@ -137,6 +135,7 @@
     cell.textLabel.text = labelString;
     cell.textLabel.adjustsFontSizeToFitWidth = YES;
     cell.textLabel.minimumFontSize = 7;
+    cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT;
 
     if (isRandomness()) {
         UIImage *image = [[UIImage alloc] initWithContentsOfFile:[NSString stringWithFormat:@"%@/%@/icon.png",THEMES_DIRECTORY(),labelString]];
@@ -222,7 +221,7 @@
 }
 
 #pragma mark -
-#pragma mark slider & segmentedControl
+#pragma mark slider & segmentedControl & button
 // this updates the label and the command keys when the slider is moved, depending of the selection in segmentedControl
 // no methods are called by this routine and you can pass nil to it
 -(IBAction) sliderChanged:(id) sender {
@@ -351,28 +350,19 @@
     self.staticMapCommand = staticmap;
     self.missionCommand = mission;
 
-    // nice animation for updating the table when appropriate (on iphone)
-    if (IS_IPAD())
-        if (((oldPage == 0 || oldPage == 2) && (newPage == 1 || newPage == 3)) ||
-            ((oldPage == 1 || oldPage == 3) && (newPage == 0 || newPage == 2)) ||
-            ((oldPage == 1 && newPage == 3) || (oldPage == 3 || newPage == 1))) {
-            self.tableView.frame = CGRectMake(480, 0, 185, 276);
-            [UIView beginAnimations:@"moving in table" context:NULL];
-            self.tableView.frame = CGRectMake(295, 0, 185, 276);
-            [UIView commitAnimations];
-        }
-
     [self.tableView reloadData];
     [self updatePreview];
     oldPage = newPage;
 }
 
-#pragma mark -
-#pragma mark calls the parent's function that checks the parameters and starts the game
 -(IBAction) buttonPressed:(id) sender {
-    [[NSNotificationCenter defaultCenter] postNotificationName:@"buttonPressed" object:nil userInfo:[NSDictionary dictionaryWithObject:sender forKey:@"sender"]];
+    [[NSNotificationCenter defaultCenter] postNotificationName:@"buttonPressed"
+                                                        object:nil
+                                                      userInfo:[NSDictionary dictionaryWithObject:sender forKey:@"sender"]];
 }
 
+#pragma mark -
+#pragma mark view management
 -(void) loadDataSourceArray {
     // themes.cfg contains all the user-selectable themes
     NSString *string = [[NSString alloc] initWithContentsOfFile:[THEMES_DIRECTORY() stringByAppendingString:@"/themes.cfg"]
@@ -382,17 +372,38 @@
     [string release];
     // remove a trailing "" element
     [themeArray removeLastObject];
-    NSArray *mapArray = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:MAPS_DIRECTORY() error:NULL];
-    NSArray *missionArray = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:MISSIONS_DIRECTORY() error:NULL];
+    NSArray *mapArrayFull = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:MAPS_DIRECTORY() error:NULL];
+    NSMutableArray *mapArray = [[NSMutableArray alloc] init];
+    for (NSString *str in mapArrayFull) {
+        CGSize imgSize = PSPNGSizeFromMetaData([MAPS_DIRECTORY() stringByAppendingFormat:@"%@/map.png",str]);
+        //DLog(@"%@ %f %f", str, imgSize.width, imgSize.height);
+        if (IS_NOT_POWERFUL() && imgSize.height > 1024.0f)
+            continue;
+        if (IS_IPAD() && imgSize.height > 1280.0f)
+            continue;
+        [mapArray addObject:str];
+    }
     
+    NSArray *missionArrayFull = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:MISSIONS_DIRECTORY() error:NULL];
+    NSMutableArray *missionArray = [[NSMutableArray alloc] init];
+    for (NSString *str in missionArrayFull) {
+        CGSize imgSize = PSPNGSizeFromMetaData([MISSIONS_DIRECTORY() stringByAppendingFormat:@"%@/map.png",str]);
+        //DLog(@"%@ %f %f", str, imgSize.width, imgSize.height);
+        if (IS_NOT_POWERFUL() && imgSize.height > 1024.0f)
+            continue;
+        if (IS_IPAD() && imgSize.height > 1280.0f)
+            continue;
+        [missionArray addObject:str];
+    }
     NSArray *array = [[NSArray alloc] initWithObjects:themeArray,mapArray,themeArray,missionArray,nil];
+    [missionArray release];
+    [themeArray release];
+    [mapArray release];
+
     self.dataSourceArray = array;
     [array release];
-    [themeArray release];
 }
 
-#pragma mark -
-#pragma mark view management
 -(void) viewDidLoad {
     [super viewDidLoad];
 
@@ -423,13 +434,11 @@
     self.staticMapCommand = @"";
     self.missionCommand = @"";
 
-    if (IS_IPAD()) {
+    if ([self.tableView respondsToSelector:@selector(setBackgroundView:)])
         [self.tableView setBackgroundView:nil];
-        self.view.backgroundColor = [UIColor clearColor];
-        self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER;
-        self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
-        self.tableView.rowHeight = 45;
-    }
+    self.view.backgroundColor = [UIColor clearColor];
+    self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER;
+    self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
 }
 
 -(void) viewWillAppear:(BOOL)animated {
@@ -470,11 +479,9 @@
 -(void) didReceiveMemoryWarning {
     self.dataSourceArray = nil;
 
-    self.previewButton = nil;
     self.tableView = nil;
     self.maxLabel = nil;
     self.sizeLabel = nil;
-    self.segmentedControl = nil;
     self.slider = nil;
 
     MSG_MEMCLEAN();
--- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.h	Mon Nov 15 12:37:39 2010 +0100
@@ -38,12 +38,12 @@
 
 @property (nonatomic,assign) id<MapPreviewViewDelegate> delegate;
 
-
 -(void) setBackgroundImageRounded:(UIImage *)image forState:(UIControlState)state;
 -(void) setImageRounded:(UIImage *)image forState:(UIControlState)state;
 -(void) setImageRoundedForNormalState:(UIImage *)image;
 -(void) updatePreviewWithSeed:(NSString *)seed;
 -(void) updatePreviewWithFile:(NSString *)filePath;
+-(void) turnOnWidgets;
 -(NSDictionary *)getDataForEngine;
 
 @end
--- a/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapPreviewButtonView.m	Mon Nov 15 12:37:39 2010 +0100
@@ -196,10 +196,9 @@
     [self setTitle:nil forState:UIControlStateNormal];
     
     // don't display preview on slower device, too slow and memory hog
-    NSString *modelId = modelType();
-    if ([modelId hasPrefix:@"iPhone1"] || [modelId hasPrefix:@"iPod1,1"] || [modelId hasPrefix:@"iPod2,1"]) {
-        //self.delegate.busy = NO;
+    if (IS_NOT_POWERFUL()) {
         [self setTitle:NSLocalizedString(@"Preview not available",@"") forState:UIControlStateNormal];
+        [self turnOnWidgets];
     } else {        
         // add a very nice spinning wheel
         UIActivityIndicatorView *indicator = [[UIActivityIndicatorView alloc]
--- a/project_files/HedgewarsMobile/Classes/MasterViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MasterViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -153,7 +153,7 @@
                 break;
             case 4:
                 if (nil == supportViewController)
-                    supportViewController = [[SupportViewController alloc] initWithNibName:@"SupportViewController" bundle:nil];
+                    supportViewController = [[SupportViewController alloc] initWithStyle:UITableViewStyleGrouped];
                 nextController = supportViewController;
                 break;
         }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Classes/ObjcExports.h	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,32 @@
+/*
+ * Hedgewars-iOS, a Hedgewars port for iOS devices
+ * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * File created on 30/10/2010.
+ */
+
+
+#define ANIMATION_DURATION 0.25
+#define CONFIRMATION_TAG 5959
+#define GRENADE_TAG 9595
+#define REPLAYBLACKVIEW_TAG 9955
+#define ACTIVITYINDICATOR_TAG 987654
+
+void objcExportsInit();
+BOOL isGameRunning();
+void setGameRunning(BOOL value);
+NSInteger cachedGrenadeTime();
+void setGrenadeTime(NSInteger value);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Classes/ObjcExports.m	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,145 @@
+/*
+ * Hedgewars-iOS, a Hedgewars port for iOS devices
+ * Copyright (c) 2009-2010 Vittorio Giovara <vittorio.giovara@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * File created on 30/10/2010.
+ */
+
+
+#import "ObjcExports.h"
+
+#pragma mark -
+#pragma mark internal variables
+// actual game started (controls should be enabled)
+BOOL gameRunning;
+// black screen present
+BOOL savedGame;
+// cache the grenade time
+NSInteger grenadeTime;
+
+#pragma mark -
+#pragma mark functions called like oop
+void objcExportsInit() {
+    gameRunning = NO;
+    savedGame = NO;
+    grenadeTime = 2;
+}
+
+BOOL inline isGameRunning() {
+    return gameRunning;
+}
+
+void inline setGameRunning(BOOL value) {
+    gameRunning = value;
+}
+
+NSInteger cachedGrenadeTime() {
+    return grenadeTime;
+}
+
+void inline setGrenadeTime(NSInteger value) {
+    grenadeTime = value;
+}
+
+#pragma mark -
+#pragma mark functions called by pascal code
+void startSpinning() {
+    gameRunning = NO;
+    UIWindow *theWindow = [[UIApplication sharedApplication] keyWindow];
+    UIActivityIndicatorView *indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge];
+    indicator.tag = ACTIVITYINDICATOR_TAG;
+    int offset;
+    if ([[UIDevice currentDevice] orientation] == UIDeviceOrientationLandscapeLeft)
+        offset = -120;
+    else
+        offset = 120;
+    if (IS_DUALHEAD())
+        indicator.center = CGPointMake(theWindow.frame.size.width/2, theWindow.frame.size.height/2 + offset);
+    else
+        indicator.center = CGPointMake(theWindow.frame.size.width/2 + offset, theWindow.frame.size.height/2);
+    indicator.hidesWhenStopped = YES;
+    [indicator startAnimating];
+    [theWindow addSubview:indicator];
+    [indicator release];
+}
+
+void stopSpinning() {
+    UIWindow *theWindow = [[UIApplication sharedApplication] keyWindow];
+    UIActivityIndicatorView *indicator = (UIActivityIndicatorView *)[theWindow viewWithTag:ACTIVITYINDICATOR_TAG];
+    [indicator stopAnimating];
+    HW_zoomSet(1.7);
+    if (savedGame == NO)
+        gameRunning = YES;
+}
+
+void clearView() {
+    UIWindow *theWindow = (IS_DUALHEAD()) ? [SDLUIKitDelegate sharedAppDelegate].uiwindow : [[UIApplication sharedApplication] keyWindow];
+    UIButton *theButton = (UIButton *)[theWindow viewWithTag:CONFIRMATION_TAG];
+    UISegmentedControl *theSegment = (UISegmentedControl *)[theWindow viewWithTag:GRENADE_TAG];
+
+    [UIView beginAnimations:@"remove button" context:NULL];
+    [UIView setAnimationDuration:ANIMATION_DURATION];
+    theButton.alpha = 0;
+    theSegment.alpha = 0;
+    [UIView commitAnimations];
+
+    if (theButton)
+        [theWindow performSelector:@selector(removeFromSuperview) withObject:theButton afterDelay:ANIMATION_DURATION];
+    if (theSegment)
+        [theWindow performSelector:@selector(removeFromSuperview) withObject:theSegment afterDelay:ANIMATION_DURATION];
+
+    grenadeTime = 2;
+}
+
+void replayBegan() {
+    UIWindow *theWindow = [[UIApplication sharedApplication] keyWindow];
+    UIView *blackView = [[UIView alloc] initWithFrame:theWindow.frame];
+    blackView.backgroundColor = [UIColor blackColor];
+    blackView.alpha = 0.6;
+    blackView.tag = REPLAYBLACKVIEW_TAG;
+    blackView.exclusiveTouch = NO;
+    blackView.multipleTouchEnabled = NO;
+    blackView.userInteractionEnabled = NO;
+
+    UIActivityIndicatorView *indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge];
+    indicator.center = theWindow.center;
+    [indicator startAnimating];
+    [blackView addSubview:indicator];
+    [indicator release];
+    [theWindow addSubview:blackView];
+    [blackView release];
+
+    savedGame = YES;
+    stopSpinning();
+}
+
+void replayFinished() {
+    UIWindow *theWindow = [[UIApplication sharedApplication] keyWindow];
+    UIView *blackView = (UIView *)[theWindow viewWithTag:REPLAYBLACKVIEW_TAG];
+
+    [UIView beginAnimations:@"removing black" context:NULL];
+    [UIView setAnimationDuration:1];
+    blackView.alpha = 0;
+    [UIView commitAnimations];
+    [theWindow performSelector:@selector(removeFromSuperview) withObject:blackView afterDelay:1];
+
+    gameRunning = YES;
+    savedGame = NO;
+}
+
+void updateVisualsNewTurn(void) {
+    [[NSNotificationCenter defaultCenter] postNotificationName:@"updateAmmoVisuals" object:nil];
+}
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.h	Mon Nov 15 12:37:39 2010 +0100
@@ -79,11 +79,3 @@
 -(void) cleanup;
 
 @end
-
-// actual game started (controls should be enabled)
-BOOL isGameRunning;
-void setGameRunning(BOOL value);
-// black screen present
-BOOL isReplay;
-// cache the grenade time
-NSInteger cachedGrenadeTime;
\ No newline at end of file
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -20,7 +20,6 @@
 
 
 #import "OverlayViewController.h"
-#import "SDL_uikitappdelegate.h"
 #import "InGameMenuViewController.h"
 #import "HelpPageViewController.h"
 #import "AmmoMenuViewController.h"
@@ -29,17 +28,13 @@
 #import "CGPointUtils.h"
 #import "SDL_config_iphoneos.h"
 #import "SDL_mouse.h"
+#import "ObjcExports.h"
 
 #define HIDING_TIME_DEFAULT [NSDate dateWithTimeIntervalSinceNow:2.7]
 #define HIDING_TIME_NEVER   [NSDate dateWithTimeIntervalSinceNow:10000]
 #define doDim()             [dimTimer setFireDate: (IS_DUALHEAD()) ? HIDING_TIME_NEVER : HIDING_TIME_DEFAULT]
 #define doNotDim()          [dimTimer setFireDate:HIDING_TIME_NEVER]
 
-#define CONFIRMATION_TAG 5959
-#define GRENADE_TAG 9595
-#define REPLAYBLACKVIEW_TAG 9955
-#define ACTIVITYINDICATOR_TAG 987654
-#define ANIMATION_DURATION 0.25
 #define removeConfirmationInput()   [[self.view viewWithTag:CONFIRMATION_TAG] removeFromSuperview];
 
 @implementation OverlayViewController
@@ -63,6 +58,19 @@
         wasVisible = NO;
 
     [super willRotateToInterfaceOrientation:toInterfaceOrientation duration:duration];
+
+    UIView *sdlView = [[[UIApplication sharedApplication] keyWindow] viewWithTag:SDL_VIEW_TAG];
+    switch (toInterfaceOrientation) {
+        case UIDeviceOrientationLandscapeLeft:
+            sdlView.transform = CGAffineTransformMakeRotation(degreesToRadians(a));
+            break;
+        case UIDeviceOrientationLandscapeRight:
+            sdlView.transform = CGAffineTransformMakeRotation(degreesToRadians(b));
+            break;
+        default:
+            // a debug log would spam too much
+            break;
+    }
 }
 
 // now restore previous state
@@ -75,47 +83,33 @@
     [super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
 }
 
-// rotate the sdl view according to the orientation -- the uiview is autorotated
--(void) didRotate:(NSNotification *)notification {
+// while in dual head the above rotation functions are not called
+-(void) dualHeadRotation:(NSNotification *)notification {
     UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];
-    UIView *sdlView = [[[UIApplication sharedApplication] keyWindow] viewWithTag:SDL_VIEW_TAG];
-    CGRect screenRect = [[UIScreen mainScreen] bounds];
     
     [UIView beginAnimations:@"rotation" context:NULL];
     [UIView setAnimationDuration:0.7];
     switch (orientation) {
         case UIDeviceOrientationLandscapeLeft:
-            if (IS_DUALHEAD()) {
-                self.view.frame = CGRectMake(0, 0, screenRect.size.width, screenRect.size.height);
-                self.view.transform = CGAffineTransformMakeRotation(degreesToRadians(90));
-            } else
-                sdlView.transform = CGAffineTransformMakeRotation(degreesToRadians(a));
+            self.view.frame = [[UIScreen mainScreen] bounds];
+            self.view.transform = CGAffineTransformMakeRotation(degreesToRadians(90));
             break;
         case UIDeviceOrientationLandscapeRight:
-            if (IS_DUALHEAD()) {
-                self.view.frame = CGRectMake(0, 0, screenRect.size.width, screenRect.size.height);
-                self.view.transform = CGAffineTransformMakeRotation(degreesToRadians(-90));
-            } else
-                sdlView.transform = CGAffineTransformMakeRotation(degreesToRadians(b));
+            self.view.frame = [[UIScreen mainScreen] bounds];
+            self.view.transform = CGAffineTransformMakeRotation(degreesToRadians(-90));
             break;
         default:
             // a debug log would spam too much
             break;
     }
     [UIView commitAnimations];
-
-    // for single screens only landscape mode is supported
-    // for dual screen mode the sdlview is not modified, but you can rotate the pad in any direction
 }
 
 #pragma mark -
 #pragma mark View Management
 -(id) initWithCoder:(NSCoder *)aDecoder {
     if ((self = [super initWithCoder:aDecoder])) {
-        isGameRunning = NO;
-        isReplay = NO;
-        cachedGrenadeTime = 2;
-
+        objcExportsInit();
         isAttacking = NO;
         wasVisible = NO;
         isPopoverVisible = NO;    // it is called "popover" even on the iphone
@@ -139,7 +133,10 @@
     }
 
     // get the number of screens to know the previous state whan a display is connected or detached
-    initialScreenCount = [[UIScreen screens] count];
+    if ([UIScreen respondsToSelector:@selector(screens)])
+        initialScreenCount = [[UIScreen screens] count];
+    else
+        initialScreenCount = 1;
 
     // set initial orientation of the controller orientation
     if (IS_DUALHEAD()) {
@@ -154,6 +151,11 @@
                 DLog(@"Nope");
                 break;
         }
+        [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
+        [[NSNotificationCenter defaultCenter] addObserver:self
+                                                 selector:@selector(dualHeadRotation:)
+                                                     name:UIDeviceOrientationDidChangeNotification
+                                                   object:nil];
     }
 
     // the timer used to dim the overlay
@@ -167,12 +169,6 @@
     [[NSRunLoop currentRunLoop] addTimer:dimTimer forMode:NSDefaultRunLoopMode];
 
     // become listener of some notifications
-    [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
-    [[NSNotificationCenter defaultCenter] addObserver:self
-                                             selector:@selector(didRotate:)
-                                                 name:UIDeviceOrientationDidChangeNotification
-                                               object:nil];
-
     [[NSNotificationCenter defaultCenter] addObserver:self
                                              selector:@selector(showHelp:)
                                                  name:@"show help ingame"
@@ -182,20 +178,23 @@
                                              selector:@selector(cleanup)
                                                  name:@"remove overlay"
                                                object:nil];
-    
-    [[NSNotificationCenter defaultCenter] addObserver:self
-                                             selector:@selector(numberOfScreensIncreased)
-                                                 name:UIScreenDidConnectNotification
-                                               object:nil];
-    
-    [[NSNotificationCenter defaultCenter] addObserver:self
-                                             selector:@selector(numberOfScreensDecreased)
-                                                 name:UIScreenDidDisconnectNotification
-                                               object:nil];
+
+    // for iOS >= 3.2
+    if ([UIScreen respondsToSelector:@selector(screens)]) {
+        [[NSNotificationCenter defaultCenter] addObserver:self
+                                                 selector:@selector(numberOfScreensIncreased)
+                                                     name:UIScreenDidConnectNotification
+                                                   object:nil];
+        
+        [[NSNotificationCenter defaultCenter] addObserver:self
+                                                 selector:@selector(numberOfScreensDecreased)
+                                                     name:UIScreenDidDisconnectNotification
+                                                   object:nil];
+    }
 
     // present the overlay
     [UIView beginAnimations:@"showing overlay" context:NULL];
-    [UIView setAnimationDuration:1];
+    [UIView setAnimationDuration:2];
     self.view.alpha = 1;
     [UIView commitAnimations];
 }
@@ -229,8 +228,14 @@
 
 
 -(void) showHelp:(id) sender {
-    if (self.helpPage == nil)
-        self.helpPage = [[HelpPageViewController alloc] initWithNibName:@"HelpPageInGameViewController" bundle:nil];
+    if (self.helpPage == nil) {
+        NSString *xib;
+        if (IS_IPAD())
+            xib = @"HelpPageInGameViewController-iPad";
+        else
+            xib = @"HelpPageInGameViewController-iPhone";
+        self.helpPage = [[HelpPageViewController alloc] initWithNibName:xib bundle:nil];
+    }
     self.helpPage.view.alpha = 0;
     [self.view addSubview:helpPage.view];
     [UIView beginAnimations:@"helpingame" context:NULL];
@@ -241,6 +246,7 @@
 
 -(void) cleanup {
     [self dismissPopover];
+    setGameRunning(NO);
     HW_terminate(NO);
     [self.view removeFromSuperview];
 }
@@ -262,6 +268,8 @@
 
 -(void) viewDidUnload {
     // only objects initialized in viewDidLoad should be here
+    if (IS_DUALHEAD())
+        [[UIDevice currentDevice] endGeneratingDeviceOrientationNotifications];
     [[NSNotificationCenter defaultCenter] removeObserver:self];
     [NSObject cancelPreviousPerformRequestsWithTarget:self
                                              selector:@selector(unsetPreciseStatus)
@@ -288,7 +296,7 @@
 #pragma mark overlay user interaction
 // nice transition for dimming, should be called only by the timer himself
 -(void) dimOverlay {
-    if (isGameRunning) {
+    if (isGameRunning()) {
         [UIView beginAnimations:@"overlay dim" context:NULL];
         [UIView setAnimationDuration:0.6];
         self.view.alpha = 0.2;
@@ -304,7 +312,7 @@
 
 // dim the overlay when there's no more input for a certain amount of time
 -(IBAction) buttonReleased:(id) sender {
-    if (isGameRunning == NO)
+    if (isGameRunning() == NO)
         return;
 
     UIButton *theButton = (UIButton *)sender;
@@ -337,7 +345,7 @@
 -(IBAction) buttonPressed:(id) sender {
     [self activateOverlay];
     
-    if (isGameRunning == NO)
+    if (isGameRunning() == NO)
         return;
     
     if (isPopoverVisible)
@@ -422,9 +430,9 @@
 
 -(void) setGrenadeTime:(id) sender {
     UISegmentedControl *theSegment = (UISegmentedControl *)sender;
-    if (cachedGrenadeTime != theSegment.selectedSegmentIndex) {
+    if (cachedGrenadeTime() != theSegment.selectedSegmentIndex) {
         HW_setGrenadeTime(theSegment.selectedSegmentIndex + 1);
-        cachedGrenadeTime = theSegment.selectedSegmentIndex;
+        setGrenadeTime(theSegment.selectedSegmentIndex);
     }
 }
 
@@ -490,7 +498,7 @@
     NSSet *allTouches = [event allTouches];
     UITouch *first, *second;
 
-    if (isGameRunning == NO)
+    if (isGameRunning() == NO)
         return;
 
     // hide in-game menu
@@ -529,7 +537,7 @@
     NSSet *allTouches = [event allTouches];
     CGPoint currentPosition = [[[allTouches allObjects] objectAtIndex:0] locationInView:self.view];
 
-    if (isGameRunning == NO)
+    if (isGameRunning() == NO)
         return;
     
     switch ([allTouches count]) {
@@ -582,7 +590,7 @@
 
                             [grenadeTime addTarget:self action:@selector(setGrenadeTime:) forControlEvents:UIControlEventValueChanged];
                             grenadeTime.frame = CGRectMake(screen.size.height / 2 - 125, screen.size.width, 250, 50);
-                            grenadeTime.selectedSegmentIndex = cachedGrenadeTime;
+                            grenadeTime.selectedSegmentIndex = cachedGrenadeTime();
                             grenadeTime.tag = GRENADE_TAG;
                             [self.view addSubview:grenadeTime];
                             [grenadeTime release];
@@ -621,7 +629,7 @@
     int x, y, dx, dy;
     UITouch *touch, *first, *second;
 
-    if (isGameRunning == NO)
+    if (isGameRunning() == NO)
         return;
     
     switch ([allTouches count]) {
@@ -674,97 +682,4 @@
     }
 }
 
-#pragma mark -
-#pragma mark Functions called by pascal code
-void inline setGameRunning(BOOL value) {
-    isGameRunning = value;
-}
-
-// called by uStore from AddProgress
-void startSpinning() {
-    setGameRunning(NO);
-    UIWindow *theWindow = [[UIApplication sharedApplication] keyWindow];
-    UIActivityIndicatorView *indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge];
-    indicator.tag = ACTIVITYINDICATOR_TAG;
-    int offset;
-    if ([[UIDevice currentDevice] orientation] == UIDeviceOrientationLandscapeLeft)
-        offset = -120;
-    else
-        offset = 120;
-    if (IS_DUALHEAD())
-        indicator.center = CGPointMake(theWindow.frame.size.width/2, theWindow.frame.size.height/2 + offset);
-    else
-        indicator.center = CGPointMake(theWindow.frame.size.width/2 + offset, theWindow.frame.size.height/2);
-    indicator.hidesWhenStopped = YES;
-    [indicator startAnimating];
-    [theWindow addSubview:indicator];
-    [indicator release];
-}
-
-// called by uStore from FinishProgress and by OverlayViewController by replayBegan
-void stopSpinning() {
-    UIWindow *theWindow = [[UIApplication sharedApplication] keyWindow];
-    UIActivityIndicatorView *indicator = (UIActivityIndicatorView *)[theWindow viewWithTag:ACTIVITYINDICATOR_TAG];
-    [indicator stopAnimating];
-    HW_zoomSet(1.7);
-    if (isReplay == NO)
-        setGameRunning(YES);
-}
-
-// called by CCHandlers from chNextTurn
-void clearView() {
-    UIWindow *theWindow = (IS_DUALHEAD()) ? [SDLUIKitDelegate sharedAppDelegate].uiwindow : [[UIApplication sharedApplication] keyWindow];
-    UIButton *theButton = (UIButton *)[theWindow viewWithTag:CONFIRMATION_TAG];
-    UISegmentedControl *theSegment = (UISegmentedControl *)[theWindow viewWithTag:GRENADE_TAG];
-
-    [UIView beginAnimations:@"remove button" context:NULL];
-    [UIView setAnimationDuration:ANIMATION_DURATION];
-    theButton.alpha = 0;
-    theSegment.alpha = 0;
-    [UIView commitAnimations];
-
-    if (theButton)
-        [theWindow performSelector:@selector(removeFromSuperview) withObject:theButton afterDelay:ANIMATION_DURATION];
-    if (theSegment)
-        [theWindow performSelector:@selector(removeFromSuperview) withObject:theSegment afterDelay:ANIMATION_DURATION];
-
-    cachedGrenadeTime = 2;
-}
-
-// called by hwengine
-void replayBegan() {
-    UIWindow *theWindow = [[UIApplication sharedApplication] keyWindow];
-    UIView *blackView = [[UIView alloc] initWithFrame:theWindow.frame];
-    blackView.backgroundColor = [UIColor blackColor];
-    blackView.alpha = 0.6;
-    blackView.tag = REPLAYBLACKVIEW_TAG;
-    blackView.exclusiveTouch = NO;
-    blackView.multipleTouchEnabled = NO;
-    blackView.userInteractionEnabled = NO;
-    UIActivityIndicatorView *indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge];
-    indicator.center = theWindow.center;
-    [indicator startAnimating];
-    [blackView addSubview:indicator];
-    [indicator release];
-    [theWindow addSubview:blackView];
-    [blackView release];
-    isReplay = YES;
-    stopSpinning();
-}
-
-// called by uGame
-void replayFinished() {
-    UIWindow *theWindow = [[UIApplication sharedApplication] keyWindow];
-    UIView *blackView = (UIView *)[theWindow viewWithTag:REPLAYBLACKVIEW_TAG];
-    
-    [UIView beginAnimations:@"removing black" context:NULL];
-    [UIView setAnimationDuration:1];
-    blackView.alpha = 0;
-    [UIView commitAnimations];
-    [theWindow performSelector:@selector(removeFromSuperview) withObject:blackView afterDelay:1];
-    
-    setGameRunning(YES);
-    isReplay = NO;
-}
-
 @end
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Mon Nov 15 12:37:39 2010 +0100
@@ -28,7 +28,6 @@
 #import "jumphack.h"
 #import "SDL_video.h"
 #import "SDL_mixer.h"
-
 #import "PascalImports.h"
 #import "CommodityFunctions.h"
 #import "GameSetup.h"
@@ -148,7 +147,7 @@
     refSecondBlackView.alpha = 0;
     [UIView commitAnimations];
     [refBlackView performSelector:@selector(removeFromSuperview) withObject:nil afterDelay:1];
-    [refSecondBlackView performSelector:@selector(removeFromSuperview) withObject:nil afterDelay:1];
+    [refSecondBlackView performSelector:@selector(removeFromSuperview) withObject:nil afterDelay:2];
 }
 
 // overlay with controls, become visible later, with a transparency effect
@@ -164,7 +163,9 @@
     else
         gameWindow = [[UIApplication sharedApplication] keyWindow];
     [gameWindow addSubview:overlayController.view];
-    [overlayController release];
+    //[[[gameWindow subviews] objectAtIndex:0] addSubview:overlayController.view];
+    // don't release a controller according to http://developer.apple.com/library/ios/#qa/qa2010/qa1688.html
+    //[overlayController release];
 }
 
 // override the direct execution of SDL_main to allow us to implement the frontend (or even using a nib)
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -40,7 +40,18 @@
 }
 
 -(void) viewDidLoad {
-    self.tableView.backgroundView = nil;
+    if ([self.tableView respondsToSelector:@selector(setBackgroundView:)])
+        self.tableView.backgroundView = nil;
+
+    NSString *imgName;
+    if (IS_IPAD())
+        imgName = @"mediumBackground~ipad.png";
+    else
+        imgName = @"smallerBackground~iphone.png";
+    UIImage *img = [[UIImage alloc] initWithContentsOfFile:imgName];
+    self.view.backgroundColor = [UIColor colorWithPatternImage:img];
+    [img release];
+
     [super viewDidLoad];
 }
 
@@ -154,7 +165,7 @@
     footer.backgroundColor = [UIColor clearColor];
     
     UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, self.tableView.frame.size.width*80/100, 100)];
-    label.center = CGPointMake(self.tableView.frame.size.width/2,70);
+    label.center = CGPointMake(self.tableView.frame.size.width/2, 70);
     label.textAlignment = UITextAlignmentCenter;
     label.font = [UIFont systemFontOfSize:16];
     label.textColor = [UIColor lightGrayColor];
@@ -167,6 +178,10 @@
     return [footer autorelease];
 }
 
+-(CGFloat) tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
+    return 125;
+}
+
 -(void) tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath {
     NSUInteger row = [indexPath row];
     [(EditableCellView *)[self.tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:row inSection:0]] save:nil];
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.xib	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,619 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
-	<data>
-		<int key="IBDocument.SystemTarget">1024</int>
-		<string key="IBDocument.SystemVersion">10F569</string>
-		<string key="IBDocument.InterfaceBuilderVersion">788</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
-		<string key="IBDocument.HIToolboxVersion">461.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">117</string>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<integer value="15"/>
-		</object>
-		<object class="NSArray" key="IBDocument.PluginDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys" id="0">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="IBProxyObject" id="841351856">
-				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBProxyObject" id="606714003">
-				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBUIView" id="766721923">
-				<reference key="NSNextResponder"/>
-				<int key="NSvFlags">292</int>
-				<object class="NSMutableArray" key="NSSubviews">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBUIImageView" id="405529720">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrameSize">{768, 768}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">background_med.png</string>
-						</object>
-					</object>
-					<object class="IBUIToolbar" id="832454237">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">290</int>
-						<string key="NSFrameSize">{768, 44}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-						<int key="IBUITag">458912</int>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSMutableArray" key="IBUIItems">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<object class="IBUIBarButtonItem" id="422926197">
-								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-								<int key="IBUIStyle">1</int>
-								<reference key="IBUIToolbar" ref="832454237"/>
-								<int key="IBUISystemItemIdentifier">0</int>
-							</object>
-							<object class="IBUIBarButtonItem" id="881124109">
-								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-								<reference key="IBUIToolbar" ref="832454237"/>
-								<int key="IBUISystemItemIdentifier">5</int>
-							</object>
-							<object class="IBUIBarButtonItem" id="882246004">
-								<string key="IBUITitle">Clear All</string>
-								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-								<int key="IBUIStyle">1</int>
-								<reference key="IBUIToolbar" ref="832454237"/>
-							</object>
-							<object class="IBUIBarButtonItem" id="793091239">
-								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-								<reference key="IBUIToolbar" ref="832454237"/>
-								<int key="IBUISystemItemIdentifier">2</int>
-							</object>
-						</object>
-					</object>
-					<object class="IBUITableView" id="399289716">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">274</int>
-						<string key="NSFrame">{{0, 44}, {768, 724}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<object class="NSColor" key="IBUIBackgroundColor">
-							<int key="NSColorSpace">1</int>
-							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
-						</object>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<bool key="IBUIAlwaysBounceVertical">YES</bool>
-						<int key="IBUIStyle">1</int>
-						<int key="IBUISeparatorStyle">2</int>
-						<int key="IBUISectionIndexMinimumDisplayRowCount">0</int>
-						<bool key="IBUIShowsSelectionImmediatelyOnTouchBegin">YES</bool>
-						<float key="IBUIRowHeight">44</float>
-						<float key="IBUISectionHeaderHeight">10</float>
-						<float key="IBUISectionFooterHeight">10</float>
-					</object>
-				</object>
-				<string key="NSFrameSize">{768, 768}</string>
-				<reference key="NSSuperview"/>
-				<object class="NSColor" key="IBUIBackgroundColor">
-					<int key="NSColorSpace">3</int>
-					<bytes key="NSWhite">MQA</bytes>
-				</object>
-				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
-					<int key="interfaceOrientation">3</int>
-				</object>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-		</object>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSMutableArray" key="connectionRecords">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">view</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="766721923"/>
-					</object>
-					<int key="connectionID">3</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchEventConnection" key="connection">
-						<string key="label">buttonPressed:</string>
-						<reference key="source" ref="422926197"/>
-						<reference key="destination" ref="841351856"/>
-					</object>
-					<int key="connectionID">6</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">dataSource</string>
-						<reference key="source" ref="399289716"/>
-						<reference key="destination" ref="841351856"/>
-					</object>
-					<int key="connectionID">8</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">delegate</string>
-						<reference key="source" ref="399289716"/>
-						<reference key="destination" ref="841351856"/>
-					</object>
-					<int key="connectionID">9</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">tableView</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="399289716"/>
-					</object>
-					<int key="connectionID">10</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchEventConnection" key="connection">
-						<string key="label">toggleEdit:</string>
-						<reference key="source" ref="793091239"/>
-						<reference key="destination" ref="841351856"/>
-					</object>
-					<int key="connectionID">14</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchEventConnection" key="connection">
-						<string key="label">clearAll:</string>
-						<reference key="source" ref="882246004"/>
-						<reference key="destination" ref="841351856"/>
-					</object>
-					<int key="connectionID">16</int>
-				</object>
-			</object>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<object class="NSArray" key="orderedObjects">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<reference key="object" ref="0"/>
-						<reference key="children" ref="1000"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="841351856"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="606714003"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">2</int>
-						<reference key="object" ref="766721923"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="832454237"/>
-							<reference ref="399289716"/>
-							<reference ref="405529720"/>
-						</object>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">4</int>
-						<reference key="object" ref="832454237"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="422926197"/>
-							<reference ref="793091239"/>
-							<reference ref="881124109"/>
-							<reference ref="882246004"/>
-						</object>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">5</int>
-						<reference key="object" ref="422926197"/>
-						<reference key="parent" ref="832454237"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">7</int>
-						<reference key="object" ref="399289716"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">11</int>
-						<reference key="object" ref="405529720"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">12</int>
-						<reference key="object" ref="793091239"/>
-						<reference key="parent" ref="832454237"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">13</int>
-						<reference key="object" ref="881124109"/>
-						<reference key="parent" ref="832454237"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">15</int>
-						<reference key="object" ref="882246004"/>
-						<reference key="parent" ref="832454237"/>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="flattenedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="NSArray" key="dict.sortedKeys">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>-1.CustomClassName</string>
-					<string>-2.CustomClassName</string>
-					<string>11.IBPluginDependency</string>
-					<string>12.IBPluginDependency</string>
-					<string>13.IBPluginDependency</string>
-					<string>15.IBPluginDependency</string>
-					<string>2.IBEditorWindowLastContentRect</string>
-					<string>2.IBPluginDependency</string>
-					<string>4.IBPluginDependency</string>
-					<string>5.IBPluginDependency</string>
-					<string>7.IBPluginDependency</string>
-				</object>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>SavedGamesViewController</string>
-					<string>UIResponder</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>{{467, 276}, {768, 768}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="unlocalizedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="activeLocalization"/>
-			<object class="NSMutableDictionary" key="localizations">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="sourceID"/>
-			<int key="maxID">16</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">SavedGamesViewController</string>
-					<string key="superclassName">UIViewController</string>
-					<object class="NSMutableDictionary" key="actions">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>buttonPressed:</string>
-							<string>clearAll:</string>
-							<string>toggleEdit:</string>
-						</object>
-						<object class="NSMutableArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>id</string>
-							<string>id</string>
-							<string>id</string>
-						</object>
-					</object>
-					<object class="NSMutableDictionary" key="actionInfosByName">
-						<bool key="EncodedWithXMLCoder">YES</bool>
-						<object class="NSArray" key="dict.sortedKeys">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<string>buttonPressed:</string>
-							<string>clearAll:</string>
-							<string>toggleEdit:</string>
-						</object>
-						<object class="NSMutableArray" key="dict.values">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<object class="IBActionInfo">
-								<string key="name">buttonPressed:</string>
-								<string key="candidateClassName">id</string>
-							</object>
-							<object class="IBActionInfo">
-								<string key="name">clearAll:</string>
-								<string key="candidateClassName">id</string>
-							</object>
-							<object class="IBActionInfo">
-								<string key="name">toggleEdit:</string>
-								<string key="candidateClassName">id</string>
-							</object>
-						</object>
-					</object>
-					<object class="NSMutableDictionary" key="outlets">
-						<string key="NS.key.0">tableView</string>
-						<string key="NS.object.0">UITableView</string>
-					</object>
-					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
-						<string key="NS.key.0">tableView</string>
-						<object class="IBToOneOutletInfo" key="NS.object.0">
-							<string key="name">tableView</string>
-							<string key="candidateClassName">UITableView</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/SavedGamesViewController.h</string>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIBarButtonItem</string>
-					<string key="superclassName">UIBarItem</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIBarButtonItem.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIBarItem</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIBarItem.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIImageView</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIResponder</string>
-					<string key="superclassName">NSObject</string>
-					<reference key="sourceIdentifier" ref="786211723"/>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIScrollView</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIScrollView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchBar</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchDisplayController</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UITableView</string>
-					<string key="superclassName">UIScrollView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITableView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIToolbar</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIToolbar.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
-					</object>
-				</object>
-			</object>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
-			<integer value="1024" key="NS.object.0"/>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
-			<integer value="3100" key="NS.object.0"/>
-		</object>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
-			<string key="NS.key.0">background_med.png</string>
-			<string key="NS.object.0">{768, 768}</string>
-		</object>
-		<string key="IBCocoaTouchPluginVersion">117</string>
-	</data>
-</archive>
--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -20,7 +20,7 @@
 
 
 #import "SchemeSettingsViewController.h"
-#import "CommodityFunctions.h"
+#import "CreationChamber.h"
 #import "SingleSchemeViewController.h"
 
 @implementation SchemeSettingsViewController
@@ -81,12 +81,14 @@
     createSchemeNamed([fileName stringByDeletingPathExtension]);
 
     [self.listOfSchemes addObject:fileName];
-    [fileName release];
 
     // order the array alphabetically, so schemes will keep their position
     [self.listOfSchemes sortUsingSelector:@selector(compare:)];
+    [self.tableView reloadData];
 
-    [self.tableView reloadData];
+    NSInteger index = [self.listOfSchemes indexOfObject:fileName];
+    [self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:index inSection:0] atScrollPosition:UITableViewScrollPositionMiddle animated:YES];
+    [fileName release];
 }
 
 #pragma mark -
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h	Mon Nov 15 12:37:39 2010 +0100
@@ -31,13 +31,16 @@
 
     NSString *selectedScheme;
     NSString *selectedWeapon;
+
+    UISwitch *syncSwitch;
 }
 
-@property (nonatomic, retain) NSArray *listOfSchemes;
-@property (nonatomic, retain) NSArray *listOfWeapons;
+@property (nonatomic,retain) NSArray *listOfSchemes;
+@property (nonatomic,retain) NSArray *listOfWeapons;
 @property (nonatomic,retain) NSIndexPath *lastIndexPath_sc;
 @property (nonatomic,retain) NSIndexPath *lastIndexPath_we;
 @property (nonatomic,retain) NSString *selectedScheme;
 @property (nonatomic,retain) NSString *selectedWeapon;
+@property (nonatomic,retain) UISwitch *syncSwitch;
 
 @end
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -24,7 +24,7 @@
 #import "SDL_uikitappdelegate.h"
 
 @implementation SchemeWeaponConfigViewController
-@synthesize listOfSchemes, listOfWeapons, lastIndexPath_sc, lastIndexPath_we, selectedScheme, selectedWeapon;
+@synthesize listOfSchemes, listOfWeapons, lastIndexPath_sc, lastIndexPath_we, selectedScheme, selectedWeapon, syncSwitch;
 
 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
     return rotationManager(interfaceOrientation);
@@ -41,8 +41,20 @@
     self.selectedScheme = nil;
     self.selectedWeapon = nil;
 
-    [self.tableView setBackgroundView:nil];
-    self.view.backgroundColor = [UIColor clearColor];
+    if ([self.tableView respondsToSelector:@selector(setBackgroundView:)]) {
+        if (IS_IPAD())
+            [self.tableView setBackgroundView:nil];
+        else {
+            UIImage *backgroundImage = [[UIImage alloc] initWithContentsOfFile:@"backgroundCenter.png"];
+            UIImageView *background = [[UIImageView alloc] initWithImage:backgroundImage];
+            [backgroundImage release];
+            [self.tableView setBackgroundView:background];
+            [background release];
+        }
+    } else {
+        self.view.backgroundColor = [UIColor blackColor];
+    }
+
     self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER;
     self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
 }
@@ -69,27 +81,30 @@
 #pragma mark -
 #pragma mark Table view data source
 -(NSInteger) numberOfSectionsInTableView:(UITableView *)tableView {
-    return 2;
+    return 3;
 }
 
 -(NSInteger) tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
     if (section == 0)
         return [self.listOfSchemes count];
+    else if (section == 1)
+        return [self.listOfWeapons count];
     else
-        return [self.listOfWeapons count];
+        return 1;
 }
 
 // Customize the appearance of table view cells.
 -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
     static NSString *CellIdentifier = @"Cell";
     NSInteger row = [indexPath row];
+    NSInteger section = [indexPath section];
 
     UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
     if (cell == nil)
         cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:CellIdentifier] autorelease];
 
     cell.accessoryView = nil;
-    if ([indexPath section] == 0) {
+    if (0 == section) {
         cell.textLabel.text = [[self.listOfSchemes objectAtIndex:row] stringByDeletingPathExtension];
         NSString *str = [NSString stringWithFormat:@"%@/%@",SCHEMES_DIRECTORY(),[self.listOfSchemes objectAtIndex:row]];
         NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:str];
@@ -101,7 +116,7 @@
             [checkbox release];
             self.lastIndexPath_sc = indexPath;
         }
-    } else {
+    } else if (1 == section) {
         cell.textLabel.text = [[self.listOfWeapons objectAtIndex:row] stringByDeletingPathExtension];
         NSString *str = [NSString stringWithFormat:@"%@/%@",WEAPONS_DIRECTORY(),[self.listOfWeapons objectAtIndex:row]];
         NSDictionary *dict = [[NSDictionary alloc] initWithContentsOfFile:str];
@@ -113,8 +128,19 @@
             [checkbox release];
             self.lastIndexPath_we = indexPath;
         }
+    } else {
+        if (self.syncSwitch == nil) {
+            UISwitch *theSwitch = [[UISwitch alloc] init];
+            [theSwitch setOn:YES];
+            self.syncSwitch = theSwitch;
+            [theSwitch release];
+        }
+        cell.textLabel.text = IS_IPAD() ? NSLocalizedString(@"Sync Schemes",@"") : NSLocalizedString(@"Sync Schemes and Weapons",@"");
+        cell.detailTextLabel.text = IS_IPAD() ? nil : NSLocalizedString(@"Choosing a Scheme will select its associated Weapon",@"");
+        cell.detailTextLabel.adjustsFontSizeToFitWidth = YES;
+        cell.accessoryView = self.syncSwitch;
     }
-    
+
     cell.backgroundColor = [UIColor blackColor];
     cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT;
     cell.detailTextLabel.textColor = [UIColor whiteColor];
@@ -130,8 +156,11 @@
     NSString *text;
     if (section == 0) 
         text = NSLocalizedString(@"Schemes",@"");
+    else if (section == 1)
+        text = NSLocalizedString(@"Weapons",@"");
     else
-        text = NSLocalizedString(@"Weapons",@"");
+        text = NSLocalizedString(@"Options",@"");
+
     UILabel *theLabel = createBlueLabel(text, frame);
     theLabel.center = CGPointMake(self.view.frame.size.width/2, 20);
 
@@ -165,6 +194,17 @@
         if ([indexPath section] == 0) {
             self.lastIndexPath_sc = indexPath;
             self.selectedScheme = [self.listOfSchemes objectAtIndex:newRow];
+            if (self.syncSwitch.on) {
+                for (NSString *str in self.listOfWeapons) {
+                    if ([str isEqualToString:self.selectedScheme]) {
+                        int index = [self.listOfSchemes indexOfObject:str];
+                        self.selectedWeapon = str;
+                        self.lastIndexPath_we = [NSIndexPath indexPathForRow:index inSection:1];
+                        [self.tableView reloadData];
+                        break;
+                    }
+                }
+            }
         } else {
             self.lastIndexPath_we = indexPath;
             self.selectedWeapon = [self.listOfWeapons objectAtIndex:newRow];
@@ -183,6 +223,7 @@
         self.lastIndexPath_we = nil;
         self.listOfSchemes = nil;
         self.listOfWeapons = nil;
+        self.syncSwitch = nil;
         MSG_MEMCLEAN();
     }
     [super didReceiveMemoryWarning];
@@ -195,6 +236,7 @@
     self.lastIndexPath_we = nil;
     self.selectedScheme = nil;
     self.selectedWeapon = nil;
+    self.syncSwitch = nil;
     MSG_DIDUNLOAD();
     [super viewDidUnload];
 }
@@ -207,6 +249,7 @@
     [lastIndexPath_we release];
     [selectedScheme release];
     [selectedWeapon release];
+    [syncSwitch release];
     [super dealloc];
 }
 
--- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -28,6 +28,19 @@
 #define SLIDER_TAG 54321
 #define SWITCH_TAG 67890
 
+#define checkValueString(detailString,labelSting,sliderRef); \
+    if ([labelSting isEqualToString:@"Turn Time"] && (NSInteger) sliderRef.value == 100) \
+        detailString = @"∞"; \
+    else if ([labelSting isEqualToString:@"Water Rise Amount"] && (NSInteger) sliderRef.value == 100) \
+        detailString = NSLocalizedString(@"Nvr",@"Short for 'Never'"); \
+    else if ([labelSting isEqualToString:@"Crate Drop Turns"] && (NSInteger) sliderRef.value == 0) \
+        detailString = NSLocalizedString(@"Nvr",@"Short for 'Never'"); \
+    else if ([labelSting isEqualToString:@"Mines Time"] && (NSInteger) sliderRef.value == -1) \
+        detailString = NSLocalizedString(@"Rnd",@"Short for 'Random'"); \
+    else \
+        detailString = [NSString stringWithFormat:@"%d",(NSInteger) sliderRef.value];
+
+
 @implementation SingleSchemeViewController
 @synthesize schemeName, schemeDictionary, basicSettingList, gameModifierArray;
 
@@ -140,6 +153,7 @@
          
             if (row == 0) {
                 editableCell.textField.text = self.schemeName;
+                editableCell.textField.font = [UIFont boldSystemFontOfSize:[UIFont labelFontSize]];
             } else {
                 editableCell.minimumCharacters = 0;
                 editableCell.textField.font = [UIFont systemFontOfSize:[UIFont labelFontSize]];
@@ -161,8 +175,6 @@
                     offset = 50;
 
                 UISlider *slider = [[UISlider alloc] initWithFrame:CGRectMake(offset+260, 12, offset+150, 23)];
-                slider.maximumValue = [[detail objectForKey:@"max"] floatValue];
-                slider.minimumValue = [[detail objectForKey:@"min"] floatValue];
                 [slider addTarget:self action:@selector(sliderChanged:) forControlEvents:UIControlEventValueChanged];
                 [cell.contentView addSubview:slider];
                 [slider release];
@@ -191,14 +203,14 @@
                 } 
             }
             cellSlider.tag = SLIDER_TAG + row;
+            cellSlider.maximumValue = [[detail objectForKey:@"max"] floatValue];
+            cellSlider.minimumValue = [[detail objectForKey:@"min"] floatValue];
             cellSlider.value = [[[self.schemeDictionary objectForKey:@"basic"] objectAtIndex:row] floatValue];
 
+            NSString *prestring = nil;
+            checkValueString(prestring,cellLabel.text,cellSlider);
+
             // forced to use this weird format otherwise the label disappears when size of the text is bigger than the original
-            NSString *prestring = [NSString stringWithFormat:@"%d",(NSInteger) cellSlider.value];
-            // turntime 100 means unlimited time turns (set in GameSetup)
-            if (row == 1 && (NSInteger) cellSlider.value == 100)
-                prestring = @"∞";
-            
             while ([prestring length] <= 4)
                 prestring = [NSString stringWithFormat:@" %@",prestring];
             cell.detailTextLabel.text = prestring;
@@ -249,13 +261,13 @@
     NSIndexPath *indexPath = [NSIndexPath indexPathForRow:theSlider.tag-SLIDER_TAG inSection:1];
     // get its cell
     UITableViewCell *cell = [self.tableView cellForRowAtIndexPath:indexPath];
-    // grab the associated label
-    UILabel *label = (UILabel *)cell.detailTextLabel;
+    // grab the associated labels
+    UILabel *detailLabel = (UILabel *)cell.detailTextLabel;
+    UILabel *cellLabel = (UILabel *)[cell.contentView viewWithTag:LABEL_TAG];
     // modify it
-    if ([indexPath row] == 1 && [indexPath section] == 1 && (NSInteger) theSlider.value == 100)
-        label.text = @"∞";
-    else
-        label.text = [NSString stringWithFormat:@"%d",(NSInteger) theSlider.value];
+
+    checkValueString(detailLabel.text,cellLabel.text,theSlider);
+
     // save changes in the main array
     NSMutableArray *array = [self.schemeDictionary objectForKey:@"basic"];
     [array replaceObjectAtIndex:theSlider.tag-SLIDER_TAG withObject:[NSNumber numberWithInt:(NSInteger) theSlider.value]];
@@ -310,6 +322,13 @@
     return sectionTitle;
 }
 
+-(CGFloat) tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
+    if ([indexPath section] == 2)
+        return 56;
+    else
+        return self.tableView.rowHeight;
+}
+
 #pragma mark -
 #pragma mark Memory management
 -(void) didReceiveMemoryWarning {
--- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -150,6 +150,7 @@
         
         if (row == 0) {
             editableCell.textField.text = self.weaponName;
+            editableCell.textField.font = [UIFont boldSystemFontOfSize:[UIFont labelFontSize]];
         } else {
             editableCell.minimumCharacters = 0;
             editableCell.textField.font = [UIFont systemFontOfSize:[UIFont labelFontSize]];
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.h	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.h	Mon Nov 15 12:37:39 2010 +0100
@@ -21,10 +21,10 @@
 
 #import <UIKit/UIKit.h>
 
-@interface SupportViewController : UIViewController {
-
+@interface SupportViewController : UITableViewController {
+    NSArray *waysToSupport;
 }
 
--(IBAction) buttonPressed:(id) sender;
+@property (nonatomic, retain) NSArray *waysToSupport;
 
 @end
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -23,30 +23,157 @@
 #import "CommodityFunctions.h"
 
 @implementation SupportViewController
+@synthesize waysToSupport;
 
--(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
+-(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
     return rotationManager(interfaceOrientation);
 }
 
--(void) didReceiveMemoryWarning {
-    // Releases the view if it doesn't have a superview.
+#pragma mark -
+#pragma mark View lifecycle
+-(void) viewDidLoad {
+    [super viewDidLoad];
+
+    NSArray *array = [[NSArray alloc] initWithObjects:
+                      NSLocalizedString(@"Leave a positive review on iTunes!",@""),
+                      NSLocalizedString(@"Join us on Facebook",@""),
+                      NSLocalizedString(@"Follow on Twitter",@""),
+                      NSLocalizedString(@"Visit website",@""),
+                      NSLocalizedString(@"Chat with us in IRC",@""),
+                      nil];
+    self.waysToSupport = array;
+    [array release];
+
+    self.tableView.rowHeight = 50;
+}
+
+#pragma mark -
+#pragma mark Table view data source
+-(NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
+    return 2;
+}
+
+-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
+    if (section == 0)
+        return 1;
+    else
+        return [self.waysToSupport count] - 1;
+}
+
+-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
+    static NSString *CellIdentifier = @"Cell";
+    NSInteger row = [indexPath row];
+    NSInteger section = [indexPath section];
+
+    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
+    if (cell == nil)
+        cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];
+
+    NSString *rowString = [self.waysToSupport objectAtIndex:(row + section)];
+    cell.textLabel.text = rowString;
+
+    if (section == 0) {
+        cell.textLabel.textAlignment = UITextAlignmentCenter;
+        cell.imageView.image = nil;
+    } else {
+        cell.textLabel.textAlignment = UITextAlignmentLeft;
+        NSString *imgString = nil;
+        switch (row) {
+            case 0:
+                imgString = @"fb.png";
+                break;
+            case 1:
+                imgString = @"tw.png";
+                break;
+            case 2:
+                imgString = @"Icon-Small.png";
+                break;
+            case 3:
+                imgString = @"irc.png";
+                break;
+            default:
+                DLog(@"No way");
+                break;
+        }
+        
+        UIImage *img = [[UIImage alloc] initWithContentsOfFile:imgString];
+        cell.imageView.image = img;
+        [img release];
+    }
+    
+    return cell;
+}
+
+#pragma mark -
+#pragma mark Table view delegate
+-(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
+    NSString *urlString = nil;
+    if ([indexPath section] == 0)
+        urlString = @"http://itunes.apple.com/us/app/hedgewars/id391234866?affC=QQABAAAAHgAFasEiWjVwUGZOc3k1VGctQkRJazlacXhUclpBTVpiU2xteVdfUQ%3D%3D#&mt=8";
+    else
+        switch ([indexPath row]) {
+            case 0:
+                urlString = @"http://www.facebook.com/Hedgewars";
+                break;
+            case 1:
+                urlString = @"http://twitter.com/hedgewars";
+                break;
+            case 2:
+                urlString = @"http://www.hedgewars.org";
+                break;
+            case 3:
+                urlString = @"http://webchat.freenode.net/?channels=hedgewars";
+                break;
+            default:
+                DLog(@"No way");
+                break;
+        }
+    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString]];
+}
+
+-(UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger) section {
+    if (section == 1) {
+        UIView *footer = [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.tableView.frame.size.width, 240)];
+        UIImage *img = [[UIImage alloc] initWithContentsOfFile:@"surprise.png"];
+        UIImageView *imgView = [[UIImageView alloc] initWithImage:img];
+        [img release];
+        imgView.center = CGPointMake(self.tableView.frame.size.width/2, 120);
+        [footer addSubview:imgView];
+        [imgView release];
+        
+        UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, self.tableView.frame.size.width, 20)];
+        label.textAlignment = UITextAlignmentCenter;
+        label.text = @" ♥ THANK YOU ♥ ";
+        label.backgroundColor = [UIColor clearColor];
+        label.center = CGPointMake(self.tableView.frame.size.width/2, 250);
+        [footer addSubview:label];
+        [label release];
+        
+        return [footer autorelease];
+    } else
+        return nil;
+}
+
+-(CGFloat) tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
+    // image height + label height
+    return 265;
+}
+
+#pragma mark -
+#pragma mark Memory management
+-(void)didReceiveMemoryWarning {
     [super didReceiveMemoryWarning];
-    // Release any cached data, images, etc that aren't in use.
 }
 
 -(void) viewDidUnload {
+    self.waysToSupport = nil;
+    MSG_DIDUNLOAD();
     [super viewDidUnload];
-    // Release any retained subviews of the main view.
-    // e.g. self.myOutlet = nil;
 }
 
 -(void) dealloc {
+    [self.waysToSupport release];
     [super dealloc];
 }
 
--(IBAction) buttonPressed:(id) sender {
-    NSString *reviewURL = @"http://itunes.apple.com/us/app/hedgewars/id391234866?affC=QQABAAAAHgAFasEiWjVwUGZOc3k1VGctQkRJazlacXhUclpBTVpiU2xteVdfUQ%3D%3D#&mt=8";
-    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:reviewURL]];
-}
-
 @end
--- a/project_files/HedgewarsMobile/Classes/SupportViewController.xib	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,561 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
-	<data>
-		<int key="IBDocument.SystemTarget">1024</int>
-		<string key="IBDocument.SystemVersion">10F569</string>
-		<string key="IBDocument.InterfaceBuilderVersion">788</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
-		<string key="IBDocument.HIToolboxVersion">461.00</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">117</string>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<integer value="2"/>
-		</object>
-		<object class="NSArray" key="IBDocument.PluginDependencies">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys" id="0">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-		</object>
-		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="IBProxyObject" id="841351856">
-				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBProxyObject" id="606714003">
-				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-			<object class="IBUIView" id="766721923">
-				<reference key="NSNextResponder"/>
-				<int key="NSvFlags">292</int>
-				<object class="NSMutableArray" key="NSSubviews">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBUILabel" id="952519521">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{94, 214}, {514, 21}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText">If you like this app, please leave a positive review on the AppStore!</string>
-						<object class="NSColor" key="IBUITextColor" id="842044243">
-							<int key="NSColorSpace">1</int>
-							<bytes key="NSRGB">MCAwIDAAA</bytes>
-						</object>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUITextAlignment">1</int>
-					</object>
-					<object class="IBUIImageView" id="833721343">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{231, 20}, {240, 160}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">denied.png</string>
-						</object>
-					</object>
-					<object class="IBUIImageView" id="327598607">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{191, 363}, {320, 240}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">surpise.png</string>
-						</object>
-					</object>
-					<object class="IBUIButton" id="447701121">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{293, 269}, {116, 37}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<int key="IBUIContentHorizontalAlignment">0</int>
-						<int key="IBUIContentVerticalAlignment">0</int>
-						<object class="NSFont" key="IBUIFont">
-							<string key="NSName">Helvetica-Bold</string>
-							<double key="NSSize">15</double>
-							<int key="NSfFlags">16</int>
-						</object>
-						<int key="IBUIButtonType">1</int>
-						<string key="IBUINormalTitle">Open iTunes</string>
-						<object class="NSColor" key="IBUIHighlightedTitleColor">
-							<int key="NSColorSpace">3</int>
-							<bytes key="NSWhite">MQA</bytes>
-						</object>
-						<object class="NSColor" key="IBUINormalTitleColor">
-							<int key="NSColorSpace">1</int>
-							<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
-						</object>
-						<object class="NSColor" key="IBUINormalTitleShadowColor">
-							<int key="NSColorSpace">3</int>
-							<bytes key="NSWhite">MC41AA</bytes>
-						</object>
-					</object>
-					<object class="IBUILabel" id="239678900">
-						<reference key="NSNextResponder" ref="766721923"/>
-						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{274, 611}, {153, 37}}</string>
-						<reference key="NSSuperview" ref="766721923"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClipsSubviews">YES</bool>
-						<int key="IBUIContentMode">7</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-						<string key="IBUIText"> ♥ THANK YOU ♥ </string>
-						<object class="NSFont" key="IBUIFont">
-							<string key="NSName">Helvetica-Bold</string>
-							<double key="NSSize">17</double>
-							<int key="NSfFlags">16</int>
-						</object>
-						<reference key="IBUITextColor" ref="842044243"/>
-						<nil key="IBUIHighlightedColor"/>
-						<int key="IBUIBaselineAdjustment">1</int>
-						<float key="IBUIMinimumFontSize">10</float>
-						<int key="IBUITextAlignment">1</int>
-					</object>
-				</object>
-				<string key="NSFrameSize">{703, 724}</string>
-				<reference key="NSSuperview"/>
-				<object class="NSColor" key="IBUIBackgroundColor">
-					<int key="NSColorSpace">3</int>
-					<bytes key="NSWhite">MQA</bytes>
-					<object class="NSColorSpace" key="NSCustomColorSpace">
-						<int key="NSID">2</int>
-					</object>
-				</object>
-				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-				<object class="IBUISimulatedNavigationBarMetrics" key="IBUISimulatedTopBarMetrics">
-					<bool key="IBUIPrompted">NO</bool>
-				</object>
-				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
-					<int key="interfaceOrientation">3</int>
-				</object>
-				<object class="IBUISimulatedSizeMetrics" key="IBUISimulatedDestinationMetrics">
-					<string key="IBUIDestinationClass">IBUISplitViewController</string>
-					<object class="NSDictionary" key="IBUIDestinationContext">
-						<string key="NS.key.0">IBUISplitViewControllerContentSizeLocation</string>
-						<string key="NS.object.0">IBUISplitViewControllerContentSizeLocationDetail</string>
-					</object>
-					<string key="IBUITargetRuntime">IBIPadFramework</string>
-					<string key="IBUIDisplayName">Detail</string>
-				</object>
-				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
-			</object>
-		</object>
-		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSMutableArray" key="connectionRecords">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchOutletConnection" key="connection">
-						<string key="label">view</string>
-						<reference key="source" ref="841351856"/>
-						<reference key="destination" ref="766721923"/>
-					</object>
-					<int key="connectionID">3</int>
-				</object>
-				<object class="IBConnectionRecord">
-					<object class="IBCocoaTouchEventConnection" key="connection">
-						<string key="label">buttonPressed:</string>
-						<reference key="source" ref="447701121"/>
-						<reference key="destination" ref="841351856"/>
-						<int key="IBEventType">7</int>
-					</object>
-					<int key="connectionID">11</int>
-				</object>
-			</object>
-			<object class="IBMutableOrderedSet" key="objectRecords">
-				<object class="NSArray" key="orderedObjects">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<object class="IBObjectRecord">
-						<int key="objectID">0</int>
-						<reference key="object" ref="0"/>
-						<reference key="children" ref="1000"/>
-						<nil key="parent"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-1</int>
-						<reference key="object" ref="841351856"/>
-						<reference key="parent" ref="0"/>
-						<string key="objectName">File's Owner</string>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">-2</int>
-						<reference key="object" ref="606714003"/>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">2</int>
-						<reference key="object" ref="766721923"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="833721343"/>
-							<reference ref="952519521"/>
-							<reference ref="447701121"/>
-							<reference ref="327598607"/>
-							<reference ref="239678900"/>
-						</object>
-						<reference key="parent" ref="0"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">4</int>
-						<reference key="object" ref="952519521"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">5</int>
-						<reference key="object" ref="833721343"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">6</int>
-						<reference key="object" ref="327598607"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">7</int>
-						<reference key="object" ref="447701121"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">12</int>
-						<reference key="object" ref="239678900"/>
-						<reference key="parent" ref="766721923"/>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="flattenedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="NSArray" key="dict.sortedKeys">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>-1.CustomClassName</string>
-					<string>-2.CustomClassName</string>
-					<string>12.IBPluginDependency</string>
-					<string>2.IBEditorWindowLastContentRect</string>
-					<string>2.IBPluginDependency</string>
-					<string>4.IBPluginDependency</string>
-					<string>5.IBPluginDependency</string>
-					<string>6.IBPluginDependency</string>
-					<string>7.IBPluginDependency</string>
-				</object>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-					<string>SupportViewController</string>
-					<string>UIResponder</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>{{562, 125}, {703, 768}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-				</object>
-			</object>
-			<object class="NSMutableDictionary" key="unlocalizedProperties">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="activeLocalization"/>
-			<object class="NSMutableDictionary" key="localizations">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<reference key="dict.sortedKeys" ref="0"/>
-				<object class="NSMutableArray" key="dict.values">
-					<bool key="EncodedWithXMLCoder">YES</bool>
-				</object>
-			</object>
-			<nil key="sourceID"/>
-			<int key="maxID">12</int>
-		</object>
-		<object class="IBClassDescriber" key="IBDocument.Classes">
-			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">SupportViewController</string>
-					<string key="superclassName">UIViewController</string>
-					<object class="NSMutableDictionary" key="actions">
-						<string key="NS.key.0">buttonPressed:</string>
-						<string key="NS.object.0">id</string>
-					</object>
-					<object class="NSMutableDictionary" key="actionInfosByName">
-						<string key="NS.key.0">buttonPressed:</string>
-						<object class="IBActionInfo" key="NS.object.0">
-							<string key="name">buttonPressed:</string>
-							<string key="candidateClassName">id</string>
-						</object>
-					</object>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBProjectSource</string>
-						<string key="minorKey">Classes/SupportViewController.h</string>
-					</object>
-				</object>
-			</object>
-			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIButton</string>
-					<string key="superclassName">UIControl</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIButton.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIControl</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIImageView</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UILabel</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIResponder</string>
-					<string key="superclassName">NSObject</string>
-					<reference key="sourceIdentifier" ref="786211723"/>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchBar</string>
-					<string key="superclassName">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UISearchDisplayController</string>
-					<string key="superclassName">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIView</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">UIViewController</string>
-					<string key="superclassName">UIResponder</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
-					</object>
-				</object>
-			</object>
-		</object>
-		<int key="IBDocument.localizationMode">0</int>
-		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
-			<integer value="1024" key="NS.object.0"/>
-		</object>
-		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
-			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
-			<integer value="3100" key="NS.object.0"/>
-		</object>
-		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
-		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
-		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<string>denied.png</string>
-				<string>surpise.png</string>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-				<string>{240, 160}</string>
-				<string>{320, 240}</string>
-			</object>
-		</object>
-		<string key="IBCocoaTouchPluginVersion">117</string>
-	</data>
-</archive>
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -38,9 +38,21 @@
 
     CGSize screenSize = [[UIScreen mainScreen] bounds].size;
     self.view.frame = CGRectMake(0, 0, screenSize.height, screenSize.width - 44);
-    
-    [self.tableView setBackgroundView:nil];
-    self.view.backgroundColor = [UIColor clearColor];
+
+    if ([self.tableView respondsToSelector:@selector(setBackgroundView:)]) {
+        if (IS_IPAD())
+            [self.tableView setBackgroundView:nil];
+        else {
+            UIImage *backgroundImage = [[UIImage alloc] initWithContentsOfFile:@"backgroundCenter.png"];
+            UIImageView *background = [[UIImageView alloc] initWithImage:backgroundImage];
+            [backgroundImage release];
+            [self.tableView setBackgroundView:background];
+            [background release];
+        }
+    } else {
+        self.view.backgroundColor = [UIColor blackColor];
+    }
+
     self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER;
     self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
 }
@@ -113,7 +125,12 @@
             [cell addSubview:squareButton];
             [squareButton release];
 
-            UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(12+88+6+36, 10, 103, 25)];
+            NSInteger length;
+            if (IS_IPAD())
+                length = 103;
+            else
+                length = 285;
+            UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(12+88+6+36, 10, length, 25)];
             label.textAlignment = UITextAlignmentLeft;
             label.minimumFontSize = 11;
             label.adjustsFontSizeToFitWidth = YES;
--- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -20,8 +20,8 @@
 
 
 #import "TeamSettingsViewController.h"
+#import "CreationChamber.h"
 #import "SingleTeamViewController.h"
-#import "CommodityFunctions.h"
 
 @implementation TeamSettingsViewController
 @synthesize listOfTeams;
@@ -85,12 +85,14 @@
     createTeamNamed([fileName stringByDeletingPathExtension]);
 
     [self.listOfTeams addObject:fileName];
-    [fileName release];
 
     // order the array alphabetically, so teams will keep their position
     [self.listOfTeams sortUsingSelector:@selector(compare:)];
+    [self.tableView reloadData];
 
-    [self.tableView reloadData];
+    NSInteger index = [self.listOfTeams indexOfObject:fileName];
+    [self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:index inSection:0] atScrollPosition:UITableViewScrollPositionMiddle animated:YES];
+    [fileName release];
 }
 
 #pragma mark -
--- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.m	Mon Nov 15 12:37:39 2010 +0100
@@ -20,7 +20,7 @@
 
 
 #import "WeaponSettingsViewController.h"
-#import "CommodityFunctions.h"
+#import "CreationChamber.h"
 #import "SingleWeaponViewController.h"
 
 @implementation WeaponSettingsViewController
@@ -82,12 +82,14 @@
     createWeaponNamed([fileName stringByDeletingPathExtension], 0);
 
     [self.listOfWeapons addObject:fileName];
-    [fileName release];
 
     // order the array alphabetically, so schemes will keep their position
     [self.listOfWeapons sortUsingSelector:@selector(compare:)];
+    [self.tableView reloadData];
 
-    [self.tableView reloadData];
+    NSInteger index = [self.listOfWeapons indexOfObject:fileName];
+    [self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:index inSection:0] atScrollPosition:UITableViewScrollPositionMiddle animated:YES];
+    [fileName release];
 }
 
 #pragma mark -
--- a/project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Hedgewars.xcodeproj/project.pbxproj	Mon Nov 15 12:37:39 2010 +0100
@@ -25,11 +25,12 @@
 		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
 		28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
 		28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; settings = {ATTRIBUTES = (Required, ); }; };
+		61006F95128DE31F00EBA7F7 /* CreationChamber.m in Sources */ = {isa = PBXBuildFile; fileRef = 61006F94128DE31F00EBA7F7 /* CreationChamber.m */; };
 		610D5FB21270E2660033333A /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43411E290650040BA66 /* Icon-Small@2x.png */; };
 		610D5FB31270E26C0033333A /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F7A43611E290650040BA66 /* Icon@2x.png */; };
 		611D9BFB12497E9800008271 /* SavedGamesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611D9BF912497E9800008271 /* SavedGamesViewController.m */; };
 		611D9BFC12497E9800008271 /* SavedGamesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611D9BFA12497E9800008271 /* SavedGamesViewController.xib */; };
-		611DA031124E2BC500008271 /* background_med.png in Resources */ = {isa = PBXBuildFile; fileRef = 611DA030124E2BC500008271 /* background_med.png */; };
+		611DA031124E2BC500008271 /* mediumBackground~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 611DA030124E2BC500008271 /* mediumBackground~ipad.png */; };
 		611DA1D0124E5C6300008271 /* plus.png in Resources */ = {isa = PBXBuildFile; fileRef = 611DA1CF124E5C6300008271 /* plus.png */; };
 		611E03E711FA747C0077A41E /* libvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 611E037C11FA74590077A41E /* libvorbis.a */; };
 		611E0E5111FA92170077A41E /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 611E0E5011FA92130077A41E /* libfreetype.a */; };
@@ -37,11 +38,9 @@
 		611E0EE811FB20610077A41E /* cornerButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 611E0EE611FB20610077A41E /* cornerButton.png */; };
 		611E12FF117BBBDA0044B62F /* Entitlements-Development.plist in Resources */ = {isa = PBXBuildFile; fileRef = 611E12FE117BBBDA0044B62F /* Entitlements-Development.plist */; };
 		611EE974122A9C4100DF6938 /* clickSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE973122A9C4100DF6938 /* clickSound.wav */; };
-		611EE9D9122AA10A00DF6938 /* backSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE9D7122AA10A00DF6938 /* backSound.wav */; };
 		611EE9DA122AA10A00DF6938 /* selSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE9D8122AA10A00DF6938 /* selSound.wav */; };
-		611EEA7E122B09C200DF6938 /* background_small.png in Resources */ = {isa = PBXBuildFile; fileRef = 611EEA7D122B09C200DF6938 /* background_small.png */; };
 		611EEAEE122B2A4D00DF6938 /* HelpPageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 611EEAEC122B2A4D00DF6938 /* HelpPageViewController.m */; };
-		611EEAEF122B2A4D00DF6938 /* HelpPageLobbyViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611EEAED122B2A4D00DF6938 /* HelpPageLobbyViewController.xib */; };
+		611EEAEF122B2A4D00DF6938 /* HelpPageLobbyViewController-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 611EEAED122B2A4D00DF6938 /* HelpPageLobbyViewController-iPad.xib */; };
 		611EEBC1122B34A800DF6938 /* helpingame.png in Resources */ = {isa = PBXBuildFile; fileRef = 611EEBC0122B34A800DF6938 /* helpingame.png */; };
 		611EEBC4122B355700DF6938 /* helpbottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 611EEBC2122B355700DF6938 /* helpbottom.png */; };
 		611EEBC5122B355700DF6938 /* helpright.png in Resources */ = {isa = PBXBuildFile; fileRef = 611EEBC3122B355700DF6938 /* helpright.png */; };
@@ -53,6 +52,8 @@
 		61370653117B1D50004EE44A /* Entitlements-Distribution.plist in Resources */ = {isa = PBXBuildFile; fileRef = 61370652117B1D50004EE44A /* Entitlements-Distribution.plist */; };
 		61399013125D19C0003C2DC0 /* uMobile.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61399012125D19C0003C2DC0 /* uMobile.pas */; };
 		6147DAD31253DCDE0010357E /* savesButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 6147DAD21253DCDE0010357E /* savesButton.png */; };
+		614AE65D127D090A0070BF5F /* smallerBackground~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 614AE65A127D090A0070BF5F /* smallerBackground~ipad.png */; };
+		614AE65E127D090A0070BF5F /* smallerBackground~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = 614AE65B127D090A0070BF5F /* smallerBackground~iphone.png */; };
 		61536DF411CEAE7100D87A7E /* GameConfigViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924A11CA9CB400D6E256 /* GameConfigViewController.xib */; };
 		615AD96212073B4D00F2FF04 /* startGameButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 615AD96112073B4D00F2FF04 /* startGameButton.png */; };
 		615AD9E9120764CA00F2FF04 /* backButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 615AD9E8120764CA00F2FF04 /* backButton.png */; };
@@ -126,33 +127,39 @@
 		617989BE114AB47A00BA94A9 /* libSDL_net.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 617989BB114AB47500BA94A9 /* libSDL_net.a */; };
 		61798A14114AB65C00BA94A9 /* libSDL_ttf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 61798A13114AB65600BA94A9 /* libSDL_ttf.a */; };
 		61799289114AE08700BA94A9 /* Data in Resources */ = {isa = PBXBuildFile; fileRef = 61798A5E114AE08600BA94A9 /* Data */; };
-		6183D83E11E2BCE200A88903 /* LI-ipad-Landscape.png in Resources */ = {isa = PBXBuildFile; fileRef = 6183D83C11E2BCE200A88903 /* LI-ipad-Landscape.png */; };
-		61842B24122B619D0096E335 /* HelpPageInGameViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61842B23122B619D0096E335 /* HelpPageInGameViewController.xib */; };
+		61808A4B128C901B005D0E2F /* startButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61808A4A128C901B005D0E2F /* startButton.png */; };
+		61808A5D128C930A005D0E2F /* backSound.wav in Resources */ = {isa = PBXBuildFile; fileRef = 611EE9D7122AA10A00DF6938 /* backSound.wav */; };
+		61808A6F128C94E1005D0E2F /* backgroundTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61808A6E128C94E1005D0E2F /* backgroundTop.png */; };
+		6183D83E11E2BCE200A88903 /* Default-ipad-Landscape.png in Resources */ = {isa = PBXBuildFile; fileRef = 6183D83C11E2BCE200A88903 /* Default-ipad-Landscape.png */; };
+		61842B24122B619D0096E335 /* HelpPageInGameViewController-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61842B23122B619D0096E335 /* HelpPageInGameViewController-iPad.xib */; };
 		61842B3E122B65BD0096E335 /* helpabove.png in Resources */ = {isa = PBXBuildFile; fileRef = 61842B3D122B65BD0096E335 /* helpabove.png */; };
 		61842B40122B66280096E335 /* helpleft.png in Resources */ = {isa = PBXBuildFile; fileRef = 61842B3F122B66280096E335 /* helpleft.png */; };
 		6187AEBD120781B900B31A27 /* Settings in Resources */ = {isa = PBXBuildFile; fileRef = 6187AEA5120781B900B31A27 /* Settings */; };
 		6199E81612463EA800DADF8C /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6199E81512463EA800DADF8C /* CFNetwork.framework */; };
 		6199E81A12463EC400DADF8C /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6199E81912463EC400DADF8C /* SystemConfiguration.framework */; };
 		6199E839124647DE00DADF8C /* SupportViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6199E837124647DE00DADF8C /* SupportViewController.m */; };
-		6199E83A124647DE00DADF8C /* SupportViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6199E838124647DE00DADF8C /* SupportViewController.xib */; };
-		6199E86D12464A8E00DADF8C /* surpise.png in Resources */ = {isa = PBXBuildFile; fileRef = 6199E86C12464A8E00DADF8C /* surpise.png */; };
+		6199E86D12464A8E00DADF8C /* surprise.png in Resources */ = {isa = PBXBuildFile; fileRef = 6199E86C12464A8E00DADF8C /* surprise.png */; };
 		619C5ACF124F7DE200D041AE /* libLua.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 619C5ACE124F7DDF00D041AE /* libLua.a */; };
 		619C5AF4124F7E3100D041AE /* LuaPas.pas in Sources */ = {isa = PBXBuildFile; fileRef = 619C5AF3124F7E3100D041AE /* LuaPas.pas */; };
 		619C5BA2124FA59000D041AE /* MapPreviewButtonView.m in Sources */ = {isa = PBXBuildFile; fileRef = 619C5BA1124FA59000D041AE /* MapPreviewButtonView.m */; };
 		61A1188511683A8C00359010 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61A117FE1168322700359010 /* CoreGraphics.framework */; settings = {ATTRIBUTES = (Required, ); }; };
 		61A118D311683CD100359010 /* HedgewarsTitle.png in Resources */ = {isa = PBXBuildFile; fileRef = 611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */; };
 		61A670BE12747D8900B06CE7 /* borderBottom.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E911DF58550068B24D /* borderBottom.png */; };
-		61A670BF12747D9100B06CE7 /* borderTop.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903EA11DF58550068B24D /* borderTop.png */; };
 		61A670C012747D9B00B06CE7 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 6183D83D11E2BCE200A88903 /* Default.png */; };
 		61A670C112747DB900B06CE7 /* MainMenuViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924C11CA9CB400D6E256 /* MainMenuViewController-iPhone.xib */; };
 		61A670C212747DBD00B06CE7 /* MapConfigViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6165924E11CA9CB400D6E256 /* MapConfigViewController-iPhone.xib */; };
-		61A670FA12747E0000B06CE7 /* playButton.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903EC11DF58550068B24D /* playButton.png */; };
 		61A670FB12747E0D00B06CE7 /* title_small.png in Resources */ = {isa = PBXBuildFile; fileRef = 619C09E911E8B8D600F1DF16 /* title_small.png */; };
 		61A6710612747E4000B06CE7 /* backgroundCenter.png in Resources */ = {isa = PBXBuildFile; fileRef = 61F903E511DF58550068B24D /* backgroundCenter.png */; };
 		61B3D71C11EA6F2700EC7420 /* uKeys.pas in Sources */ = {isa = PBXBuildFile; fileRef = 617987FE114AA34C00BA94A9 /* uKeys.pas */; };
 		61C079E411F35A300072BF46 /* EditableCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = 61C079E311F35A300072BF46 /* EditableCellView.m */; };
+		61D205A1127CDD1100ABD83E /* ObjcExports.m in Sources */ = {isa = PBXBuildFile; fileRef = 61D205A0127CDD1100ABD83E /* ObjcExports.m */; };
+		61D3D2A51290E03A003CE7C3 /* irc.png in Resources */ = {isa = PBXBuildFile; fileRef = 61D3D2A41290E03A003CE7C3 /* irc.png */; };
 		61DE8F221257EB1100B80214 /* AmmoMenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61DE8F211257EB1100B80214 /* AmmoMenuViewController.m */; };
+		61DF0EDC1284DF2300F3F10B /* HelpPageLobbyViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61DF0EDB1284DF2300F3F10B /* HelpPageLobbyViewController-iPhone.xib */; };
+		61DF0F211284F72A00F3F10B /* HelpPageInGameViewController-iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 61DF0F201284F72A00F3F10B /* HelpPageInGameViewController-iPhone.xib */; };
 		61E1F4F811D004240016A5AA /* adler32.pas in Sources */ = {isa = PBXBuildFile; fileRef = 61E1F4F711D004240016A5AA /* adler32.pas */; };
+		61E2F7441283752C00E12521 /* fb.png in Resources */ = {isa = PBXBuildFile; fileRef = 61E2F7421283752C00E12521 /* fb.png */; };
+		61E2F7451283752C00E12521 /* tw.png in Resources */ = {isa = PBXBuildFile; fileRef = 61E2F7431283752C00E12521 /* tw.png */; };
 		61EBA62A11DFF2BC0048B68A /* title.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EBA62811DFF2BC0048B68A /* title.png */; };
 		61EBA62D11DFF3310048B68A /* backgroundAndTitle.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EBA62C11DFF3310048B68A /* backgroundAndTitle.png */; };
 		61EF920E11DF57AC003441C4 /* arrowDown.png in Resources */ = {isa = PBXBuildFile; fileRef = 61EF920511DF57AC003441C4 /* arrowDown.png */; };
@@ -725,10 +732,12 @@
 		28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
 		28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
 		32CA4F630368D1EE00C91783 /* Hedgewars_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hedgewars_Prefix.pch; sourceTree = "<group>"; };
+		61006F93128DE31F00EBA7F7 /* CreationChamber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CreationChamber.h; path = Classes/CreationChamber.h; sourceTree = "<group>"; };
+		61006F94128DE31F00EBA7F7 /* CreationChamber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CreationChamber.m; path = Classes/CreationChamber.m; sourceTree = "<group>"; };
 		611D9BF812497E9800008271 /* SavedGamesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SavedGamesViewController.h; sourceTree = "<group>"; };
 		611D9BF912497E9800008271 /* SavedGamesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SavedGamesViewController.m; sourceTree = "<group>"; };
-		611D9BFA12497E9800008271 /* SavedGamesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SavedGamesViewController.xib; sourceTree = "<group>"; };
-		611DA030124E2BC500008271 /* background_med.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = background_med.png; path = Resources/Overlay/background_med.png; sourceTree = "<group>"; };
+		611D9BFA12497E9800008271 /* SavedGamesViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = SavedGamesViewController.xib; path = ../Resources/SavedGamesViewController.xib; sourceTree = "<group>"; };
+		611DA030124E2BC500008271 /* mediumBackground~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "mediumBackground~ipad.png"; path = "Resources/Overlay/mediumBackground~ipad.png"; sourceTree = "<group>"; };
 		611DA1CF124E5C6300008271 /* plus.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = plus.png; path = Resources/Overlay/plus.png; sourceTree = "<group>"; };
 		611E02EC11FA74580077A41E /* cocos2d-iphone.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "cocos2d-iphone.xcodeproj"; path = "../../../Library/cocos2d/cocos2d-iphone.xcodeproj"; sourceTree = SOURCE_ROOT; };
 		611E0E4B11FA92130077A41E /* freetype.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = freetype.xcodeproj; path = "../../../Library/freetype/Xcode-iPhoneOS/freetype.xcodeproj"; sourceTree = SOURCE_ROOT; };
@@ -738,10 +747,9 @@
 		611EE973122A9C4100DF6938 /* clickSound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = clickSound.wav; path = Resources/clickSound.wav; sourceTree = "<group>"; };
 		611EE9D7122AA10A00DF6938 /* backSound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = backSound.wav; path = Resources/backSound.wav; sourceTree = "<group>"; };
 		611EE9D8122AA10A00DF6938 /* selSound.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = selSound.wav; path = Resources/selSound.wav; sourceTree = "<group>"; };
-		611EEA7D122B09C200DF6938 /* background_small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = background_small.png; path = Resources/Overlay/background_small.png; sourceTree = "<group>"; };
 		611EEAEB122B2A4D00DF6938 /* HelpPageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelpPageViewController.h; sourceTree = "<group>"; };
 		611EEAEC122B2A4D00DF6938 /* HelpPageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HelpPageViewController.m; sourceTree = "<group>"; };
-		611EEAED122B2A4D00DF6938 /* HelpPageLobbyViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HelpPageLobbyViewController.xib; sourceTree = "<group>"; };
+		611EEAED122B2A4D00DF6938 /* HelpPageLobbyViewController-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "HelpPageLobbyViewController-iPad.xib"; path = "../Resources/HelpPageLobbyViewController-iPad.xib"; sourceTree = "<group>"; };
 		611EEBC0122B34A800DF6938 /* helpingame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpingame.png; path = Resources/Overlay/helpingame.png; sourceTree = "<group>"; };
 		611EEBC2122B355700DF6938 /* helpbottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpbottom.png; path = Resources/Overlay/helpbottom.png; sourceTree = "<group>"; };
 		611EEBC3122B355700DF6938 /* helpright.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpright.png; path = Resources/Overlay/helpright.png; sourceTree = "<group>"; };
@@ -754,6 +762,9 @@
 		61370652117B1D50004EE44A /* Entitlements-Distribution.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Entitlements-Distribution.plist"; sourceTree = "<group>"; };
 		61399012125D19C0003C2DC0 /* uMobile.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = uMobile.pas; path = ../../hedgewars/uMobile.pas; sourceTree = SOURCE_ROOT; };
 		6147DAD21253DCDE0010357E /* savesButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = savesButton.png; path = Resources/savesButton.png; sourceTree = "<group>"; };
+		614AE659127D090A0070BF5F /* smallerBackground@2x-iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "smallerBackground@2x-iphone.png"; path = "Resources/Overlay/smallerBackground@2x-iphone.png"; sourceTree = "<group>"; };
+		614AE65A127D090A0070BF5F /* smallerBackground~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "smallerBackground~ipad.png"; path = "Resources/Overlay/smallerBackground~ipad.png"; sourceTree = "<group>"; };
+		614AE65B127D090A0070BF5F /* smallerBackground~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "smallerBackground~iphone.png"; path = "Resources/Overlay/smallerBackground~iphone.png"; sourceTree = "<group>"; };
 		614E333D11DE9A93009DBA4E /* VGSHandlers.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = VGSHandlers.inc; path = ../../hedgewars/VGSHandlers.inc; sourceTree = SOURCE_ROOT; };
 		615AD96112073B4D00F2FF04 /* startGameButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = startGameButton.png; path = "Resources/Frontend-iPad/startGameButton.png"; sourceTree = "<group>"; };
 		615AD9E8120764CA00F2FF04 /* backButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backButton.png; path = "Resources/Frontend-iPad/backButton.png"; sourceTree = "<group>"; };
@@ -867,9 +878,11 @@
 		617989B3114AB47500BA94A9 /* SDL_net.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL_net.xcodeproj; path = "../../../Library/SDL-1.3/SDL_net/Xcode-iPhoneOS/SDL_net.xcodeproj"; sourceTree = SOURCE_ROOT; };
 		61798A0B114AB65600BA94A9 /* SDL_ttf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL_ttf.xcodeproj; path = "../../../Library/SDL-1.3/SDL_ttf/Xcode-iPhoneOS/SDL_ttf.xcodeproj"; sourceTree = SOURCE_ROOT; };
 		61798A5E114AE08600BA94A9 /* Data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Data; sourceTree = "<group>"; };
-		6183D83C11E2BCE200A88903 /* LI-ipad-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "LI-ipad-Landscape.png"; path = "Resources/Icons/LI-ipad-Landscape.png"; sourceTree = "<group>"; };
+		61808A4A128C901B005D0E2F /* startButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = startButton.png; path = "Resources/Frontend-iPhone/startButton.png"; sourceTree = "<group>"; };
+		61808A6E128C94E1005D0E2F /* backgroundTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundTop.png; path = "Resources/Frontend-iPhone/backgroundTop.png"; sourceTree = "<group>"; };
+		6183D83C11E2BCE200A88903 /* Default-ipad-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-ipad-Landscape.png"; path = "Resources/Icons/Default-ipad-Landscape.png"; sourceTree = "<group>"; };
 		6183D83D11E2BCE200A88903 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Resources/Icons/Default.png; sourceTree = "<group>"; };
-		61842B23122B619D0096E335 /* HelpPageInGameViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HelpPageInGameViewController.xib; sourceTree = "<group>"; };
+		61842B23122B619D0096E335 /* HelpPageInGameViewController-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "HelpPageInGameViewController-iPad.xib"; path = "../Resources/HelpPageInGameViewController-iPad.xib"; sourceTree = "<group>"; };
 		61842B3D122B65BD0096E335 /* helpabove.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpabove.png; path = Resources/Overlay/helpabove.png; sourceTree = "<group>"; };
 		61842B3F122B66280096E335 /* helpleft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = helpleft.png; path = Resources/Overlay/helpleft.png; sourceTree = "<group>"; };
 		618736B8118CA28600123B23 /* GearDrawing.inc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = GearDrawing.inc; path = ../../hedgewars/GearDrawing.inc; sourceTree = SOURCE_ROOT; };
@@ -878,8 +891,7 @@
 		6199E81912463EC400DADF8C /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
 		6199E836124647DE00DADF8C /* SupportViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SupportViewController.h; sourceTree = "<group>"; };
 		6199E837124647DE00DADF8C /* SupportViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SupportViewController.m; sourceTree = "<group>"; };
-		6199E838124647DE00DADF8C /* SupportViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SupportViewController.xib; sourceTree = "<group>"; };
-		6199E86C12464A8E00DADF8C /* surpise.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = surpise.png; path = Resources/surpise.png; sourceTree = "<group>"; };
+		6199E86C12464A8E00DADF8C /* surprise.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = surprise.png; path = Resources/surprise.png; sourceTree = "<group>"; };
 		619C09E911E8B8D600F1DF16 /* title_small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title_small.png; path = "Resources/Frontend-iPhone/title_small.png"; sourceTree = "<group>"; };
 		619C5AC0124F7DDF00D041AE /* Lua.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Lua.xcodeproj; path = ../../../Library/Lua/Lua.xcodeproj; sourceTree = SOURCE_ROOT; };
 		619C5AF3124F7E3100D041AE /* LuaPas.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = LuaPas.pas; path = ../../hedgewars/LuaPas.pas; sourceTree = SOURCE_ROOT; };
@@ -888,9 +900,16 @@
 		61A117FE1168322700359010 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
 		61C079E211F35A300072BF46 /* EditableCellView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditableCellView.h; sourceTree = "<group>"; };
 		61C079E311F35A300072BF46 /* EditableCellView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditableCellView.m; sourceTree = "<group>"; };
+		61D2059F127CDD1100ABD83E /* ObjcExports.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ObjcExports.h; path = Classes/ObjcExports.h; sourceTree = "<group>"; };
+		61D205A0127CDD1100ABD83E /* ObjcExports.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ObjcExports.m; path = Classes/ObjcExports.m; sourceTree = "<group>"; };
+		61D3D2A41290E03A003CE7C3 /* irc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = irc.png; path = Resources/Icons/irc.png; sourceTree = "<group>"; };
 		61DE8F201257EB1100B80214 /* AmmoMenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AmmoMenuViewController.h; sourceTree = "<group>"; };
 		61DE8F211257EB1100B80214 /* AmmoMenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AmmoMenuViewController.m; sourceTree = "<group>"; };
+		61DF0EDB1284DF2300F3F10B /* HelpPageLobbyViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "HelpPageLobbyViewController-iPhone.xib"; path = "../Resources/HelpPageLobbyViewController-iPhone.xib"; sourceTree = "<group>"; };
+		61DF0F201284F72A00F3F10B /* HelpPageInGameViewController-iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "HelpPageInGameViewController-iPhone.xib"; path = "Resources/HelpPageInGameViewController-iPhone.xib"; sourceTree = SOURCE_ROOT; };
 		61E1F4F711D004240016A5AA /* adler32.pas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name = adler32.pas; path = ../../hedgewars/adler32.pas; sourceTree = SOURCE_ROOT; };
+		61E2F7421283752C00E12521 /* fb.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fb.png; path = Resources/Icons/fb.png; sourceTree = "<group>"; };
+		61E2F7431283752C00E12521 /* tw.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = tw.png; path = Resources/Icons/tw.png; sourceTree = "<group>"; };
 		61EBA62811DFF2BC0048B68A /* title.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title.png; path = "Resources/Frontend-iPad/title.png"; sourceTree = "<group>"; };
 		61EBA62C11DFF3310048B68A /* backgroundAndTitle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundAndTitle.png; path = "Resources/Frontend-iPad/backgroundAndTitle.png"; sourceTree = "<group>"; };
 		61EF920511DF57AC003441C4 /* arrowDown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = arrowDown.png; path = Resources/Overlay/arrowDown.png; sourceTree = "<group>"; };
@@ -902,7 +921,7 @@
 		61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = joyButton_forwardjump.png; path = Resources/Overlay/joyButton_forwardjump.png; sourceTree = "<group>"; };
 		61F2E7CB1205EDE0005734F7 /* AboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutViewController.h; sourceTree = "<group>"; };
 		61F2E7CC1205EDE0005734F7 /* AboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutViewController.m; sourceTree = "<group>"; };
-		61F2E7CD1205EDE0005734F7 /* AboutViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AboutViewController.xib; sourceTree = "<group>"; };
+		61F2E7CD1205EDE0005734F7 /* AboutViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = AboutViewController.xib; path = ../Resources/AboutViewController.xib; sourceTree = "<group>"; };
 		61F2E7EB12060E31005734F7 /* checkbox.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = checkbox.png; path = Resources/checkbox.png; sourceTree = "<group>"; };
 		61F7A43111E290650040BA66 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "Resources/Icons/Icon-72.png"; sourceTree = "<group>"; };
 		61F7A43211E290650040BA66 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small-50.png"; path = "Resources/Icons/Icon-Small-50.png"; sourceTree = "<group>"; };
@@ -911,16 +930,8 @@
 		61F7A43511E290650040BA66 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = Resources/Icons/Icon.png; sourceTree = "<group>"; };
 		61F7A43611E290650040BA66 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon@2x.png"; path = "Resources/Icons/Icon@2x.png"; sourceTree = "<group>"; };
 		61F7A43711E290650040BA66 /* iTunesArtwork.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = iTunesArtwork.png; path = Resources/Icons/iTunesArtwork.png; sourceTree = "<group>"; };
-		61F903E411DF58550068B24D /* backgroundBottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundBottom.png; path = "Resources/Frontend-iPhone/backgroundBottom.png"; sourceTree = "<group>"; };
 		61F903E511DF58550068B24D /* backgroundCenter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundCenter.png; path = "Resources/Frontend-iPhone/backgroundCenter.png"; sourceTree = "<group>"; };
-		61F903E611DF58550068B24D /* backgroundLeft.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundLeft.png; path = "Resources/Frontend-iPhone/backgroundLeft.png"; sourceTree = "<group>"; };
-		61F903E711DF58550068B24D /* backgroundRight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundRight.png; path = "Resources/Frontend-iPhone/backgroundRight.png"; sourceTree = "<group>"; };
-		61F903E811DF58550068B24D /* backgroundTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = backgroundTop.png; path = "Resources/Frontend-iPhone/backgroundTop.png"; sourceTree = "<group>"; };
 		61F903E911DF58550068B24D /* borderBottom.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = borderBottom.png; path = "Resources/Frontend-iPhone/borderBottom.png"; sourceTree = "<group>"; };
-		61F903EA11DF58550068B24D /* borderTop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = borderTop.png; path = "Resources/Frontend-iPhone/borderTop.png"; sourceTree = "<group>"; };
-		61F903EB11DF58550068B24D /* networkButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = networkButton.png; path = "Resources/Frontend-iPhone/networkButton.png"; sourceTree = "<group>"; };
-		61F903EC11DF58550068B24D /* playButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = playButton.png; path = "Resources/Frontend-iPhone/playButton.png"; sourceTree = "<group>"; };
-		61F903ED11DF58550068B24D /* storeButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = storeButton.png; path = "Resources/Frontend-iPhone/storeButton.png"; sourceTree = "<group>"; };
 		61F9040811DF58B00068B24D /* settingsButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = settingsButton.png; path = Resources/settingsButton.png; sourceTree = "<group>"; };
 		61F9040A11DF59370068B24D /* background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = background.png; path = "Resources/Frontend-iPad/background.png"; sourceTree = "<group>"; };
 		61F9040C11DF59D10068B24D /* localplayButton.png */ = {isa = PBXFileReference; explicitFileType = image.png; name = localplayButton.png; path = "Resources/Frontend-iPad/localplayButton.png"; sourceTree = "<group>"; };
@@ -1015,6 +1026,10 @@
 				6165922611CA9BD500D6E256 /* CommodityFunctions.m */,
 				6165922C11CA9BD500D6E256 /* UIImageExtra.h */,
 				6165922D11CA9BD500D6E256 /* UIImageExtra.m */,
+				61D2059F127CDD1100ABD83E /* ObjcExports.h */,
+				61D205A0127CDD1100ABD83E /* ObjcExports.m */,
+				61006F93128DE31F00EBA7F7 /* CreationChamber.h */,
+				61006F94128DE31F00EBA7F7 /* CreationChamber.m */,
 			);
 			name = "Other Sources";
 			sourceTree = "<group>";
@@ -1023,7 +1038,7 @@
 			isa = PBXGroup;
 			children = (
 				6147DAD21253DCDE0010357E /* savesButton.png */,
-				6199E86C12464A8E00DADF8C /* surpise.png */,
+				6199E86C12464A8E00DADF8C /* surprise.png */,
 				611EEBC0122B34A800DF6938 /* helpingame.png */,
 				611EEC30122B54D700DF6938 /* helpplain.png */,
 				611EEBC2122B355700DF6938 /* helpbottom.png */,
@@ -1036,8 +1051,7 @@
 				611EE9D7122AA10A00DF6938 /* backSound.wav */,
 				611EE9D8122AA10A00DF6938 /* selSound.wav */,
 				61F7A42811E2905C0040BA66 /* Icons */,
-				61F903FA11DF58680068B24D /* Frontend-iPad */,
-				61F903E311DF584D0068B24D /* Frontend-iPhone */,
+				61F903FA11DF58680068B24D /* Frontend */,
 				6179936611501D1E00BA94A9 /* Overlay */,
 				61798A5E114AE08600BA94A9 /* Data */,
 				6187AEA5120781B900B31A27 /* Settings */,
@@ -1217,7 +1231,6 @@
 				616591FB11CA9BA200D6E256 /* SchemeSettingsViewController.m */,
 				6199E836124647DE00DADF8C /* SupportViewController.h */,
 				6199E837124647DE00DADF8C /* SupportViewController.m */,
-				6199E838124647DE00DADF8C /* SupportViewController.xib */,
 			);
 			name = "First Level";
 			sourceTree = "<group>";
@@ -1261,6 +1274,8 @@
 		6163EE6C11CC253F001C0453 /* Overlay */ = {
 			isa = PBXGroup;
 			children = (
+				61DE8F201257EB1100B80214 /* AmmoMenuViewController.h */,
+				61DE8F211257EB1100B80214 /* AmmoMenuViewController.m */,
 				616591F811CA9BA200D6E256 /* InGameMenuViewController.h */,
 				616591F911CA9BA200D6E256 /* InGameMenuViewController.m */,
 				616591F611CA9BA200D6E256 /* OverlayViewController.h */,
@@ -1268,10 +1283,10 @@
 				6165925011CA9CB400D6E256 /* OverlayViewController.xib */,
 				611EEAEB122B2A4D00DF6938 /* HelpPageViewController.h */,
 				611EEAEC122B2A4D00DF6938 /* HelpPageViewController.m */,
-				611EEAED122B2A4D00DF6938 /* HelpPageLobbyViewController.xib */,
-				61842B23122B619D0096E335 /* HelpPageInGameViewController.xib */,
-				61DE8F201257EB1100B80214 /* AmmoMenuViewController.h */,
-				61DE8F211257EB1100B80214 /* AmmoMenuViewController.m */,
+				61DF0F201284F72A00F3F10B /* HelpPageInGameViewController-iPhone.xib */,
+				61842B23122B619D0096E335 /* HelpPageInGameViewController-iPad.xib */,
+				61DF0EDB1284DF2300F3F10B /* HelpPageLobbyViewController-iPhone.xib */,
+				611EEAED122B2A4D00DF6938 /* HelpPageLobbyViewController-iPad.xib */,
 			);
 			name = Overlay;
 			sourceTree = "<group>";
@@ -1328,14 +1343,16 @@
 			isa = PBXGroup;
 			children = (
 				611DA1CF124E5C6300008271 /* plus.png */,
-				611DA030124E2BC500008271 /* background_med.png */,
+				611DA030124E2BC500008271 /* mediumBackground~ipad.png */,
 				611E0EE511FB20610077A41E /* ammoButton.png */,
 				611E0EE611FB20610077A41E /* cornerButton.png */,
 				61EF920511DF57AC003441C4 /* arrowDown.png */,
 				61EF920611DF57AC003441C4 /* arrowLeft.png */,
 				61EF920711DF57AC003441C4 /* arrowRight.png */,
 				61EF920811DF57AC003441C4 /* arrowUp.png */,
-				611EEA7D122B09C200DF6938 /* background_small.png */,
+				614AE659127D090A0070BF5F /* smallerBackground@2x-iphone.png */,
+				614AE65A127D090A0070BF5F /* smallerBackground~ipad.png */,
+				614AE65B127D090A0070BF5F /* smallerBackground~iphone.png */,
 				61EF920911DF57AC003441C4 /* joyButton_attack.png */,
 				61EF920A11DF57AC003441C4 /* joyButton_backjump.png */,
 				61EF920B11DF57AC003441C4 /* joyButton_forwardjump.png */,
@@ -1369,7 +1386,10 @@
 		61F7A42811E2905C0040BA66 /* Icons */ = {
 			isa = PBXGroup;
 			children = (
-				6183D83C11E2BCE200A88903 /* LI-ipad-Landscape.png */,
+				61D3D2A41290E03A003CE7C3 /* irc.png */,
+				61E2F7421283752C00E12521 /* fb.png */,
+				61E2F7431283752C00E12521 /* tw.png */,
+				6183D83C11E2BCE200A88903 /* Default-ipad-Landscape.png */,
 				6183D83D11E2BCE200A88903 /* Default.png */,
 				61F7A43111E290650040BA66 /* Icon-72.png */,
 				61F7A43211E290650040BA66 /* Icon-Small-50.png */,
@@ -1382,37 +1402,24 @@
 			name = Icons;
 			sourceTree = "<group>";
 		};
-		61F903E311DF584D0068B24D /* Frontend-iPhone */ = {
+		61F903FA11DF58680068B24D /* Frontend */ = {
 			isa = PBXGroup;
 			children = (
 				619C09E911E8B8D600F1DF16 /* title_small.png */,
-				61F903E411DF58550068B24D /* backgroundBottom.png */,
+				61808A6E128C94E1005D0E2F /* backgroundTop.png */,
 				61F903E511DF58550068B24D /* backgroundCenter.png */,
-				61F903E611DF58550068B24D /* backgroundLeft.png */,
-				61F903E711DF58550068B24D /* backgroundRight.png */,
-				61F903E811DF58550068B24D /* backgroundTop.png */,
 				61F903E911DF58550068B24D /* borderBottom.png */,
-				61F903EA11DF58550068B24D /* borderTop.png */,
-				61F903EB11DF58550068B24D /* networkButton.png */,
-				61F903EC11DF58550068B24D /* playButton.png */,
-				61F903ED11DF58550068B24D /* storeButton.png */,
-			);
-			name = "Frontend-iPhone";
-			sourceTree = "<group>";
-		};
-		61F903FA11DF58680068B24D /* Frontend-iPad */ = {
-			isa = PBXGroup;
-			children = (
 				615AD96112073B4D00F2FF04 /* startGameButton.png */,
 				615AD9EA1207654E00F2FF04 /* helpButton.png */,
 				615AD9E8120764CA00F2FF04 /* backButton.png */,
+				61808A4A128C901B005D0E2F /* startButton.png */,
 				61EBA62811DFF2BC0048B68A /* title.png */,
 				61F9040C11DF59D10068B24D /* localplayButton.png */,
 				61F9040D11DF59D10068B24D /* netplayButton.png */,
 				61F9040A11DF59370068B24D /* background.png */,
 				61EBA62C11DFF3310048B68A /* backgroundAndTitle.png */,
 			);
-			name = "Frontend-iPad";
+			name = Frontend;
 			sourceTree = "<group>";
 		};
 		9283015C0F10E48900CC5A3C /* Pascal Sources */ = {
@@ -2111,7 +2118,7 @@
 				61F7A43A11E290650040BA66 /* Icon-Small.png in Resources */,
 				61F7A43C11E290650040BA66 /* Icon.png in Resources */,
 				61F7A43E11E290650040BA66 /* iTunesArtwork.png in Resources */,
-				6183D83E11E2BCE200A88903 /* LI-ipad-Landscape.png in Resources */,
+				6183D83E11E2BCE200A88903 /* Default-ipad-Landscape.png in Resources */,
 				6129B9F711EFB04D0017E305 /* denied.png in Resources */,
 				611E0EE711FB20610077A41E /* ammoButton.png in Resources */,
 				611E0EE811FB20610077A41E /* cornerButton.png in Resources */,
@@ -2122,33 +2129,38 @@
 				615AD9EB1207654E00F2FF04 /* helpButton.png in Resources */,
 				6187AEBD120781B900B31A27 /* Settings in Resources */,
 				611EE974122A9C4100DF6938 /* clickSound.wav in Resources */,
-				611EE9D9122AA10A00DF6938 /* backSound.wav in Resources */,
 				611EE9DA122AA10A00DF6938 /* selSound.wav in Resources */,
-				611EEA7E122B09C200DF6938 /* background_small.png in Resources */,
-				611EEAEF122B2A4D00DF6938 /* HelpPageLobbyViewController.xib in Resources */,
+				611EEAEF122B2A4D00DF6938 /* HelpPageLobbyViewController-iPad.xib in Resources */,
 				611EEBC1122B34A800DF6938 /* helpingame.png in Resources */,
 				611EEBC4122B355700DF6938 /* helpbottom.png in Resources */,
 				611EEBC5122B355700DF6938 /* helpright.png in Resources */,
 				611EEC31122B54D700DF6938 /* helpplain.png in Resources */,
-				61842B24122B619D0096E335 /* HelpPageInGameViewController.xib in Resources */,
+				61842B24122B619D0096E335 /* HelpPageInGameViewController-iPad.xib in Resources */,
 				61842B3E122B65BD0096E335 /* helpabove.png in Resources */,
 				61842B40122B66280096E335 /* helpleft.png in Resources */,
-				6199E83A124647DE00DADF8C /* SupportViewController.xib in Resources */,
-				6199E86D12464A8E00DADF8C /* surpise.png in Resources */,
+				6199E86D12464A8E00DADF8C /* surprise.png in Resources */,
 				611D9BFC12497E9800008271 /* SavedGamesViewController.xib in Resources */,
-				611DA031124E2BC500008271 /* background_med.png in Resources */,
+				611DA031124E2BC500008271 /* mediumBackground~ipad.png in Resources */,
 				611DA1D0124E5C6300008271 /* plus.png in Resources */,
 				6147DAD31253DCDE0010357E /* savesButton.png in Resources */,
 				610D5FB21270E2660033333A /* Icon-Small@2x.png in Resources */,
 				610D5FB31270E26C0033333A /* Icon@2x.png in Resources */,
 				61A670BE12747D8900B06CE7 /* borderBottom.png in Resources */,
-				61A670BF12747D9100B06CE7 /* borderTop.png in Resources */,
 				61A670C012747D9B00B06CE7 /* Default.png in Resources */,
 				61A670C112747DB900B06CE7 /* MainMenuViewController-iPhone.xib in Resources */,
 				61A670C212747DBD00B06CE7 /* MapConfigViewController-iPhone.xib in Resources */,
-				61A670FA12747E0000B06CE7 /* playButton.png in Resources */,
 				61A670FB12747E0D00B06CE7 /* title_small.png in Resources */,
 				61A6710612747E4000B06CE7 /* backgroundCenter.png in Resources */,
+				614AE65D127D090A0070BF5F /* smallerBackground~ipad.png in Resources */,
+				614AE65E127D090A0070BF5F /* smallerBackground~iphone.png in Resources */,
+				61E2F7441283752C00E12521 /* fb.png in Resources */,
+				61E2F7451283752C00E12521 /* tw.png in Resources */,
+				61DF0EDC1284DF2300F3F10B /* HelpPageLobbyViewController-iPhone.xib in Resources */,
+				61DF0F211284F72A00F3F10B /* HelpPageInGameViewController-iPhone.xib in Resources */,
+				61808A4B128C901B005D0E2F /* startButton.png in Resources */,
+				61808A5D128C930A005D0E2F /* backSound.wav in Resources */,
+				61808A6F128C94E1005D0E2F /* backgroundTop.png in Resources */,
+				61D3D2A51290E03A003CE7C3 /* irc.png in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -2166,7 +2178,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "#copy new stuff over old stuff\nrm -rf ${PROJECT_DIR}/Data\ncp -R ${PROJECT_DIR}/../../share/hedgewars/Data ${PROJECT_DIR}/Data\n\n#copy some files from QTfrontend/res\nmkdir ${PROJECT_DIR}/Data/Graphics/Btn\ncp ${PROJECT_DIR}/../../QTfrontend/res/btn*.png ${PROJECT_DIR}/Data/Graphics/Btn\ncp ${PROJECT_DIR}/../../QTfrontend/res/ammopic.png ${PROJECT_DIR}/Data/Graphics/Btn/iconAmmo.png\ncp ${PROJECT_DIR}/../../QTfrontend/res/icon*.png ${PROJECT_DIR}/Data/Graphics/Btn\ncp -R ${PROJECT_DIR}/../../QTfrontend/res/botlevels ${PROJECT_DIR}/Data/Graphics/Hedgehog/botlevels\n\n#delete all CMakeLists.txt and image source files\nfind ${PROJECT_DIR}/Data -name CMakeLists.txt -delete\nfind ${PROJECT_DIR}/Data -name *.svg -delete\nfind ${PROJECT_DIR}/Data -name *.svgz -delete\nfind ${PROJECT_DIR}/Data -name *.sifz -delete\nfind ${PROJECT_DIR}/Data -name *.xcf -delete\nfind ${PROJECT_DIR}/Data -name *.orig -delete\n\n#delete desktop frontend translation\nrm -rf ${PROJECT_DIR}/Data/Locale/hedgewars_*\n\n#delete dummy maps and hats\nrm -rf ${PROJECT_DIR}/Data/Maps/{test*,Ruler}\nrm -rf ${PROJECT_DIR}/Data/Hats/{TeamCap,TeamHeadband,TeamHair}\n\n#copy mono audio\ncp -R ${PROJECT_DIR}/audio/* ${PROJECT_DIR}/Data/\n\n#the following ones must be removed when their support is implemented\nrm -rf ${PROJECT_DIR}/Data/Maps/{Cheese,FlightJoust}\n\n#move Lua maps in Missions\nmkdir ${PROJECT_DIR}/Data/Missions/Maps/\nmv ${PROJECT_DIR}/Data/Maps/{Basketball,Knockball} ${PROJECT_DIR}/Data/Missions/Maps/\n\n#reduce the number of flakes for City\nawk '{if ($1 == 1500) $1=40; print $0}' < ${PROJECT_DIR}/Data/Themes/City/theme.cfg > /tmp/tempfile\nmv /tmp/tempfile ${PROJECT_DIR}/Data/Themes/City/theme.cfg\n\n#remove Isalnd from the list of Themes\nawk '{if ($1 != \"Island\") print $0}' < ${PROJECT_DIR}/Data/Themes/themes.cfg > /tmp/tempfile && mv /tmp/tempfile ${PROJECT_DIR}/Data/Themes/themes.cfg\n\n#remove Isalnd from the Maps and themes\nrm -rf ${PROJECT_DIR}/Data/Themes/Island\nawk '{if ($1 == \"Island\") print \"Nature\"}' < ${PROJECT_DIR}/Data/Maps/Cave/map.cfg > /tmp/tempfile && mv /tmp/tempfile ${PROJECT_DIR}/Data/Maps/Cave/map.cfg\nawk '{if ($1 == \"Island\") print \"Nature\"}' < ${PROJECT_DIR}/Data/Maps/Lonely_Island/map.cfg > /tmp/tempfile && mv /tmp/tempfile ${PROJECT_DIR}/Data/Maps/Lonely_Island/map.cfg\nawk '{if ($1 == \"Island\") print \"Nature\"}' < ${PROJECT_DIR}/Data/Maps/PirateFlag/map.cfg > /tmp/tempfile && mv /tmp/tempfile ${PROJECT_DIR}/Data/Maps/PirateFlag/map.cfg\n\n#delete the Classic voice\nrm -rf ${PROJECT_DIR}/Data/Sounds/voices/Classic\n\n#delete useless fonts\nrm -rf ${PROJECT_DIR}/Data/Fonts/{wqy-zenhei.ttc,DroidSansFallback.ttf}\n\n#delete all names, reserved hats\nrm -rf ${PROJECT_DIR}/Data/Names/\nrm -rf ${PROJECT_DIR}/Data/Graphics/Hats/Reserved/\n";
+			shellScript = "#copy new stuff over old stuff\nrm -rf ${PROJECT_DIR}/Data\ncp -R ${PROJECT_DIR}/../../share/hedgewars/Data ${PROJECT_DIR}/Data\n\n#copy some files from QTfrontend/res\nmkdir ${PROJECT_DIR}/Data/Graphics/Btn\ncp ${PROJECT_DIR}/../../QTfrontend/res/btn*.png ${PROJECT_DIR}/Data/Graphics/Btn\ncp ${PROJECT_DIR}/../../QTfrontend/res/ammopic.png ${PROJECT_DIR}/Data/Graphics/Btn/iconAmmo.png\ncp ${PROJECT_DIR}/../../QTfrontend/res/icon*.png ${PROJECT_DIR}/Data/Graphics/Btn\ncp -R ${PROJECT_DIR}/../../QTfrontend/res/botlevels ${PROJECT_DIR}/Data/Graphics/Hedgehog/botlevels\n\n#delete all CMakeLists.txt and image source files\nfind ${PROJECT_DIR}/Data -name CMakeLists.txt -delete\nfind ${PROJECT_DIR}/Data -name *.svg -delete\nfind ${PROJECT_DIR}/Data -name *.svgz -delete\nfind ${PROJECT_DIR}/Data -name *.sifz -delete\nfind ${PROJECT_DIR}/Data -name *.xcf -delete\nfind ${PROJECT_DIR}/Data -name *.orig -delete\n\n#delete desktop frontend translation\nrm -rf ${PROJECT_DIR}/Data/Locale/hedgewars_*\n\n#delete dummy maps and hats\nrm -rf ${PROJECT_DIR}/Data/Maps/{test*,Ruler}\nrm -rf ${PROJECT_DIR}/Data/Hats/{TeamCap,TeamHeadband,TeamHair}\n\n#copy mono audio\ncp -R ${PROJECT_DIR}/audio/* ${PROJECT_DIR}/Data/\n\n#the following ones must be removed\nrm -rf ${PROJECT_DIR}/Data/Maps/{Cheese,FlightJoust}\n\n#move Lua maps in Missions\nmkdir ${PROJECT_DIR}/Data/Missions/Maps/\nmv ${PROJECT_DIR}/Data/Maps/{Basketball,Knockball,TrophyRace} ${PROJECT_DIR}/Data/Missions/Maps/\n\n#reduce the number of flakes for City\nawk '{if ($1 == 1500) $1=40; print $0}' < ${PROJECT_DIR}/Data/Themes/City/theme.cfg > /tmp/tempfile\nmv /tmp/tempfile ${PROJECT_DIR}/Data/Themes/City/theme.cfg\n\n#remove Isalnd from the list of Themes\nawk '{if ($1 != \"Island\") print $0}' < ${PROJECT_DIR}/Data/Themes/themes.cfg > /tmp/tempfile && mv /tmp/tempfile ${PROJECT_DIR}/Data/Themes/themes.cfg\n\n#remove Isalnd from the Maps and themes\nrm -rf ${PROJECT_DIR}/Data/Themes/Island\nawk '{if ($1 == \"Island\") print \"Nature\"}' < ${PROJECT_DIR}/Data/Maps/Cave/map.cfg > /tmp/tempfile && mv /tmp/tempfile ${PROJECT_DIR}/Data/Maps/Cave/map.cfg\nawk '{if ($1 == \"Island\") print \"Nature\"}' < ${PROJECT_DIR}/Data/Maps/Lonely_Island/map.cfg > /tmp/tempfile && mv /tmp/tempfile ${PROJECT_DIR}/Data/Maps/Lonely_Island/map.cfg\nawk '{if ($1 == \"Island\") print \"Nature\"}' < ${PROJECT_DIR}/Data/Maps/PirateFlag/map.cfg > /tmp/tempfile && mv /tmp/tempfile ${PROJECT_DIR}/Data/Maps/PirateFlag/map.cfg\n\n#delete the Classic voice\nrm -rf ${PROJECT_DIR}/Data/Sounds/voices/Classic\n\n#delete useless fonts\nrm -rf ${PROJECT_DIR}/Data/Fonts/{wqy-zenhei.ttc,DroidSansFallback.ttf}\n\n#delete all names, reserved hats\nrm -rf ${PROJECT_DIR}/Data/Names/\nrm -rf ${PROJECT_DIR}/Data/Graphics/Hats/Reserved/\n";
 			showEnvVarsInLog = 0;
 		};
 		9283011B0F10CB2D00CC5A3C /* Build libfpc.a */ = {
@@ -2183,7 +2195,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "# Build libfpc.a\n# 9 July 2006 (Jonas Maebe)\n#   * original version\n# 15 September 2006 (Erling Johansen)\n#   * simplified\n# 26 April 2007 (Jonas Maebe)\n#  * added support for ppc64/x86_64 (future proofing)\n# 4 August 2007 (Jonas Maebe)\n#  * call ranlib after ar so the toc of the library is up-to-date\n# 3 January 2009 (Jonas Maebe)\n#  * support for ARM\n# 24 October 2009 (Jonas Maebe)\n#  * don't hardcode version 2.3.1 anymore under certain circumstances\n#  * use the FPC_RTL_UNITS_BASE setting\n# 13 December 2009 (Jonas Maebe)\n#  * use new FPC_COMPILER_BINARY_DIR setting to make it easier to change the used FPC version\n\nrm -f \"$TARGET_TEMP_DIR\"/*.a\nnarch=\n\nfor arch in $ARCHS\ndo\n\tcase $arch in\n\t\tppc) fpc_arch=ppc; fpc_rtl=powerpc ;;\n\t\ti386) fpc_arch=386; fpc_rtl=i386 ;;\n\t\tppc64) fpc_arch=ppc64; fpc_rtl=powerpc64 ;;\n\t\tx86_64) fpc_arch=x64; fpc_rtl=x86_64 ;;\n\t\tarm*) fpc_arch=arm; fpc_rtl=arm ;;\n\t\t*) continue\n\tesac\n\tif test -e \"${FPC_COMPILER_BINARY_DIR}\"/ppc${fpc_arch}\n\tthen\n\t\tupath=\"$FPC_RTL_UNITS_BASE\"/`\"${FPC_COMPILER_BINARY_DIR}\"/ppc${fpc_arch} -iV`/units/${fpc_rtl}-darwin\n\t\tar -q \"$TARGET_TEMP_DIR\"/libfpc${narch}.a `ls \"$upath\"/*/*.o | grep -v 'darwin/fv/'`\n\t\tranlib \"$TARGET_TEMP_DIR\"/libfpc${narch}.a\n\t\tnarch=${narch}x\n\telse\n\t\techo error: can\\'t build libfpc.a for $arch \\(${FPC_COMPILER_BINARY_DIR}/ppc${fpc_arch} not found, derived from FPC_COMPILER_BINARY_DIR project setting\\)\n\tfi\ndone\n\nif test ${#narch} -gt 1\nthen\n\tlipo -create \"$TARGET_TEMP_DIR\"/libfpc*.a -output \"$TARGET_BUILD_DIR\"/libfpc.a\n\trm -f \"$TARGET_TEMP_DIR\"/*.a\nelse\n\tmv \"$TARGET_TEMP_DIR\"/libfpc.a \"$TARGET_BUILD_DIR\"\nfi\n";
+			shellScript = "# Build libfpc.a\n# 9 July 2006 (Jonas Maebe)\n#   * original version\n# 15 September 2006 (Erling Johansen)\n#   * simplified\n# 26 April 2007 (Jonas Maebe)\n#  * added support for ppc64/x86_64 (future proofing)\n# 4 August 2007 (Jonas Maebe)\n#  * call ranlib after ar so the toc of the library is up-to-date\n# 3 January 2009 (Jonas Maebe)\n#  * support for ARM\n# 24 October 2009 (Jonas Maebe)\n#  * don't hardcode version 2.3.1 anymore under certain circumstances\n#  * use the FPC_RTL_UNITS_BASE setting\n# 13 December 2009 (Jonas Maebe)\n#  * use new FPC_COMPILER_BINARY_DIR setting to make it easier to change the used FPC version\n\nrm -f \"$TARGET_TEMP_DIR\"/*.a\nnarch=\n\ntemparchs=`echo $ARCHS|sed -e 's/arm[^\\w]*/arm\\\n/'|sort -u`\nfor arch in $temparchs\ndo\n\tcase $arch in\n\t\tppc) fpc_arch=ppc; fpc_rtl=powerpc ;;\n\t\ti386) fpc_arch=386; fpc_rtl=i386 ;;\n\t\tppc64) fpc_arch=ppc64; fpc_rtl=powerpc64 ;;\n\t\tx86_64) fpc_arch=x64; fpc_rtl=x86_64 ;;\n\t\tarm*) fpc_arch=arm; fpc_rtl=arm ;;\n\t\t*) continue\n\tesac\n\tif test -e \"${FPC_COMPILER_BINARY_DIR}\"/ppc${fpc_arch}\n\tthen\n\t\tupath=\"$FPC_RTL_UNITS_BASE\"/`\"${FPC_COMPILER_BINARY_DIR}\"/ppc${fpc_arch} -iV`/units/${fpc_rtl}-darwin\n\t\tar -q \"$TARGET_TEMP_DIR\"/libfpc${narch}.a `ls \"$upath\"/*/*.o | grep -v 'darwin/fv/'`\n\t\tranlib \"$TARGET_TEMP_DIR\"/libfpc${narch}.a\n\t\tnarch=${narch}x\n\telse\n\t\techo error: can\\'t build libfpc.a for $arch \\(${FPC_COMPILER_BINARY_DIR}/ppc${fpc_arch} not found, derived from FPC_COMPILER_BINARY_DIR project setting\\)\n\tfi\ndone\n\nif test ${#narch} -gt 1\nthen\n\tlipo -create \"$TARGET_TEMP_DIR\"/libfpc*.a -output \"$TARGET_BUILD_DIR\"/libfpc.a\n\trm -f \"$TARGET_TEMP_DIR\"/*.a\nelse\n\tmv \"$TARGET_TEMP_DIR\"/libfpc.a \"$TARGET_BUILD_DIR\"\nfi\n";
 		};
 		928301560F10E04C00CC5A3C /* Compile Pascal Sources */ = {
 			isa = PBXShellScriptBuildPhase;
@@ -2280,6 +2292,8 @@
 				619C5BA2124FA59000D041AE /* MapPreviewButtonView.m in Sources */,
 				61DE8F221257EB1100B80214 /* AmmoMenuViewController.m in Sources */,
 				61399013125D19C0003C2DC0 /* uMobile.pas in Sources */,
+				61D205A1127CDD1100ABD83E /* ObjcExports.m in Sources */,
+				61006F95128DE31F00EBA7F7 /* CreationChamber.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -2350,7 +2364,7 @@
 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
 				CODE_SIGN_IDENTITY = "iPhone Distribution: Vittorio Giovara";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Vittorio Giovara";
-				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
+				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix";
 				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
 				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
 				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
@@ -2373,7 +2387,7 @@
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net/\"",
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer/\"",
 				);
-				IPHONEOS_DEPLOYMENT_TARGET = 3.2;
+				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
 				ONLY_ACTIVE_ARCH = NO;
 				OTHER_LDFLAGS = (
 					"-lz",
@@ -2385,7 +2399,7 @@
 				SDKROOT = iphoneos4.1;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = YES;
-				VALID_ARCHS = "armv6 armv7";
+				VALID_ARCHS = "armv7 armv6";
 			};
 			name = DistributionAppStore;
 		};
@@ -2444,7 +2458,7 @@
 				CODE_SIGN_ENTITLEMENTS = "Entitlements-Distribution.plist";
 				CODE_SIGN_IDENTITY = "iPhone Distribution";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
-				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
+				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix";
 				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
 				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
 				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
@@ -2467,7 +2481,7 @@
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net/\"",
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer/\"",
 				);
-				IPHONEOS_DEPLOYMENT_TARGET = 3.2;
+				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
 				ONLY_ACTIVE_ARCH = NO;
 				OTHER_LDFLAGS = (
 					"-lz",
@@ -2479,7 +2493,7 @@
 				SDKROOT = iphoneos4.1;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = YES;
-				VALID_ARCHS = "armv6 armv7";
+				VALID_ARCHS = "armv7 armv6";
 			};
 			name = DistributionAdHoc;
 		};
@@ -2536,7 +2550,7 @@
 				CODE_SIGN_IDENTITY = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
+				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix";
 				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
 				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
 				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
@@ -2562,7 +2576,7 @@
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net/\"",
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer/\"",
 				);
-				IPHONEOS_DEPLOYMENT_TARGET = 3.2;
+				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
 				ONLY_ACTIVE_ARCH = NO;
 				OTHER_LDFLAGS = (
 					"-lz",
@@ -2572,7 +2586,7 @@
 				SDKROOT = iphoneos4.1;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = NO;
-				VALID_ARCHS = "armv6 armv7";
+				VALID_ARCHS = "armv7 armv6";
 			};
 			name = Valgrind;
 		};
@@ -2672,7 +2686,7 @@
 				CODE_SIGN_IDENTITY = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Vittorio Giovara (DC2BRETXAC)";
 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
+				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix";
 				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
 				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
 				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
@@ -2695,7 +2709,7 @@
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net/\"",
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer/\"",
 				);
-				IPHONEOS_DEPLOYMENT_TARGET = 3.2;
+				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
 				ONLY_ACTIVE_ARCH = NO;
 				OTHER_LDFLAGS = (
 					"-lz",
@@ -2705,7 +2719,7 @@
 				SDKROOT = iphoneos4.1;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = NO;
-				VALID_ARCHS = "armv6 armv7";
+				VALID_ARCHS = "armv7 armv6";
 			};
 			name = Debug;
 		};
@@ -2716,7 +2730,7 @@
 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
 				CODE_SIGN_IDENTITY = "iPhone Developer";
 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
-				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix -Sc";
+				FPC_COMMON_OPTIONS = "-dIPHONEOS -Cs2000000 -vwi -B  -Sgix";
 				FPC_COMPILER_BINARY_DIR = /usr/local/lib/fpc/2.5.1;
 				FPC_MAIN_FILE = "$(PROJECT_DIR)/../../hedgewars/hwLibrary.pas";
 				FPC_RTL_UNITS_BASE = /usr/local/lib/fpc;
@@ -2739,7 +2753,7 @@
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_net/\"",
 					"\"$(SRCROOT)/../../../Library/SDL-1.3/SDL_mixer/\"",
 				);
-				IPHONEOS_DEPLOYMENT_TARGET = 3.2;
+				IPHONEOS_DEPLOYMENT_TARGET = 3.1;
 				ONLY_ACTIVE_ARCH = NO;
 				OTHER_LDFLAGS = (
 					"-lz",
@@ -2751,7 +2765,7 @@
 				SDKROOT = iphoneos4.1;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VALIDATE_PRODUCT = NO;
-				VALID_ARCHS = "armv6 armv7";
+				VALID_ARCHS = "armv7 armv6";
 			};
 			name = Release;
 		};
--- a/project_files/HedgewarsMobile/Hedgewars_Prefix.pch	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Hedgewars_Prefix.pch	Mon Nov 15 12:37:39 2010 +0100
@@ -23,6 +23,7 @@
 #import "PascalImports.h"
 #import "UIImageExtra.h"
 #import "CommodityFunctions.h"
+#import "SDL_uikitappdelegate.h"
 #import "SDL.h"
 #import "SDL_video.h"
 #import "SDL_net.h"
--- a/project_files/HedgewarsMobile/Info.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Info.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -34,7 +34,7 @@
 	<key>UIApplicationExitsOnSuspend</key>
 	<true/>
 	<key>UILaunchImageFile~ipad</key>
-	<string>LI-ipad</string>
+	<string>Default-ipad</string>
 	<key>UIStatusBarHidden</key>
 	<true/>
 	<key>UISupportedInterfaceOrientations</key>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/AboutViewController.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,658 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
+	<data>
+		<int key="IBDocument.SystemTarget">1024</int>
+		<string key="IBDocument.SystemVersion">10F569</string>
+		<string key="IBDocument.InterfaceBuilderVersion">804</string>
+		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<string key="IBDocument.HIToolboxVersion">461.00</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+			<string key="NS.object.0">123</string>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+		</object>
+		<object class="NSArray" key="IBDocument.PluginDependencies">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.Metadata">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="NSArray" key="dict.sortedKeys" id="0">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+			<object class="NSMutableArray" key="dict.values">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="IBProxyObject" id="841351856">
+				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+			<object class="IBProxyObject" id="606714003">
+				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+			<object class="IBUIView" id="766721923">
+				<nil key="NSNextResponder"/>
+				<int key="NSvFlags">292</int>
+				<object class="NSMutableArray" key="NSSubviews">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBUINavigationBar" id="241300702">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">290</int>
+						<object class="NSMutableArray" key="NSSubviews">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<object class="IBUISegmentedControl" id="674364401">
+								<reference key="NSNextResponder" ref="241300702"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{127, 7}, {289, 30}}</string>
+								<reference key="NSSuperview" ref="241300702"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+								<int key="IBSegmentControlStyle">2</int>
+								<int key="IBNumberOfSegments">5</int>
+								<int key="IBSelectedSegmentIndex">0</int>
+								<object class="NSArray" key="IBSegmentTitles">
+									<bool key="EncodedWithXMLCoder">YES</bool>
+									<string>Code</string>
+									<string>Art</string>
+									<string>Sound</string>
+									<string>Locale</string>
+									<string>Special</string>
+								</object>
+								<object class="NSMutableArray" key="IBSegmentWidths">
+									<bool key="EncodedWithXMLCoder">YES</bool>
+									<real value="0.0"/>
+									<real value="0.0"/>
+									<real value="0.0"/>
+									<real value="0.0"/>
+									<real value="0.0"/>
+								</object>
+								<object class="NSMutableArray" key="IBSegmentEnabledStates">
+									<bool key="EncodedWithXMLCoder">YES</bool>
+									<boolean value="YES"/>
+									<boolean value="YES"/>
+									<boolean value="YES"/>
+									<boolean value="YES"/>
+									<boolean value="YES"/>
+								</object>
+								<object class="NSMutableArray" key="IBSegmentContentOffsets">
+									<bool key="EncodedWithXMLCoder">YES</bool>
+									<string>{0, 0}</string>
+									<string>{0, 0}</string>
+									<string>{0, 0}</string>
+									<string>{0, 0}</string>
+									<string>{0, 0}</string>
+								</object>
+								<object class="NSMutableArray" key="IBSegmentImages">
+									<bool key="EncodedWithXMLCoder">YES</bool>
+									<object class="NSNull" id="4"/>
+									<reference ref="4"/>
+									<reference ref="4"/>
+									<reference ref="4"/>
+									<reference ref="4"/>
+								</object>
+							</object>
+						</object>
+						<string key="NSFrameSize">{543, 44}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSArray" key="IBUIItems">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<object class="IBUINavigationItem" id="824792699">
+								<reference key="IBUINavigationBar" ref="241300702"/>
+								<object class="IBUIBarButtonItem" key="IBUILeftBarButtonItem" id="322694234">
+									<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+									<int key="IBUIStyle">1</int>
+									<reference key="IBUINavigationItem" ref="824792699"/>
+									<int key="IBUISystemItemIdentifier">0</int>
+								</object>
+								<reference key="IBUITitleView" ref="674364401"/>
+								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+							</object>
+						</object>
+					</object>
+					<object class="IBUITableView" id="411460868">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">274</int>
+						<string key="NSFrame">{{0, 44}, {543, 577}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<object class="NSColor" key="IBUIBackgroundColor">
+							<int key="NSColorSpace">1</int>
+							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
+						</object>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<bool key="IBUIAlwaysBounceVertical">YES</bool>
+						<int key="IBUIStyle">1</int>
+						<int key="IBUISeparatorStyle">2</int>
+						<int key="IBUISectionIndexMinimumDisplayRowCount">0</int>
+						<bool key="IBUIShowsSelectionImmediatelyOnTouchBegin">YES</bool>
+						<float key="IBUIRowHeight">44</float>
+						<float key="IBUISectionHeaderHeight">10</float>
+						<float key="IBUISectionFooterHeight">10</float>
+					</object>
+				</object>
+				<string key="NSFrameSize">{543, 621}</string>
+				<object class="NSColor" key="IBUIBackgroundColor">
+					<int key="NSColorSpace">3</int>
+					<bytes key="NSWhite">MQA</bytes>
+				</object>
+				<bool key="IBUIOpaque">NO</bool>
+				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
+				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
+					<int key="interfaceOrientation">3</int>
+				</object>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+		</object>
+		<object class="IBObjectContainer" key="IBDocument.Objects">
+			<object class="NSMutableArray" key="connectionRecords">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">view</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="766721923"/>
+					</object>
+					<int key="connectionID">3</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchEventConnection" key="connection">
+						<string key="label">buttonPressed:</string>
+						<reference key="source" ref="322694234"/>
+						<reference key="destination" ref="841351856"/>
+					</object>
+					<int key="connectionID">8</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">dataSource</string>
+						<reference key="source" ref="411460868"/>
+						<reference key="destination" ref="841351856"/>
+					</object>
+					<int key="connectionID">12</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">delegate</string>
+						<reference key="source" ref="411460868"/>
+						<reference key="destination" ref="841351856"/>
+					</object>
+					<int key="connectionID">13</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">tableView</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="411460868"/>
+					</object>
+					<int key="connectionID">14</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchEventConnection" key="connection">
+						<string key="label">segmentedControlChanged:</string>
+						<reference key="source" ref="674364401"/>
+						<reference key="destination" ref="841351856"/>
+						<int key="IBEventType">13</int>
+					</object>
+					<int key="connectionID">15</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">segmentedControl</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="674364401"/>
+					</object>
+					<int key="connectionID">16</int>
+				</object>
+			</object>
+			<object class="IBMutableOrderedSet" key="objectRecords">
+				<object class="NSArray" key="orderedObjects">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBObjectRecord">
+						<int key="objectID">0</int>
+						<reference key="object" ref="0"/>
+						<reference key="children" ref="1000"/>
+						<nil key="parent"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-1</int>
+						<reference key="object" ref="841351856"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">File's Owner</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-2</int>
+						<reference key="object" ref="606714003"/>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">2</int>
+						<reference key="object" ref="766721923"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="241300702"/>
+							<reference ref="411460868"/>
+						</object>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">5</int>
+						<reference key="object" ref="241300702"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="824792699"/>
+						</object>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">6</int>
+						<reference key="object" ref="824792699"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="322694234"/>
+							<reference ref="674364401"/>
+						</object>
+						<reference key="parent" ref="241300702"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">7</int>
+						<reference key="object" ref="322694234"/>
+						<reference key="parent" ref="824792699"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">10</int>
+						<reference key="object" ref="411460868"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">11</int>
+						<reference key="object" ref="674364401"/>
+						<reference key="parent" ref="824792699"/>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="flattenedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="NSArray" key="dict.sortedKeys">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>-1.CustomClassName</string>
+					<string>-2.CustomClassName</string>
+					<string>10.IBPluginDependency</string>
+					<string>11.IBPluginDependency</string>
+					<string>2.IBEditorWindowLastContentRect</string>
+					<string>2.IBPluginDependency</string>
+					<string>5.IBPluginDependency</string>
+					<string>6.IBPluginDependency</string>
+					<string>7.IBPluginDependency</string>
+				</object>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>AboutViewController</string>
+					<string>UIResponder</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>{{376, 170}, {543, 621}}</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="unlocalizedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="activeLocalization"/>
+			<object class="NSMutableDictionary" key="localizations">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="sourceID"/>
+			<int key="maxID">16</int>
+		</object>
+		<object class="IBClassDescriber" key="IBDocument.Classes">
+			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">AboutViewController</string>
+					<string key="superclassName">UIViewController</string>
+					<object class="NSMutableDictionary" key="actions">
+						<bool key="EncodedWithXMLCoder">YES</bool>
+						<object class="NSArray" key="dict.sortedKeys">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<string>buttonPressed:</string>
+							<string>segmentedControlChanged:</string>
+						</object>
+						<object class="NSMutableArray" key="dict.values">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<string>id</string>
+							<string>id</string>
+						</object>
+					</object>
+					<object class="NSMutableDictionary" key="actionInfosByName">
+						<bool key="EncodedWithXMLCoder">YES</bool>
+						<object class="NSArray" key="dict.sortedKeys">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<string>buttonPressed:</string>
+							<string>segmentedControlChanged:</string>
+						</object>
+						<object class="NSMutableArray" key="dict.values">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<object class="IBActionInfo">
+								<string key="name">buttonPressed:</string>
+								<string key="candidateClassName">id</string>
+							</object>
+							<object class="IBActionInfo">
+								<string key="name">segmentedControlChanged:</string>
+								<string key="candidateClassName">id</string>
+							</object>
+						</object>
+					</object>
+					<object class="NSMutableDictionary" key="outlets">
+						<bool key="EncodedWithXMLCoder">YES</bool>
+						<object class="NSArray" key="dict.sortedKeys">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<string>segmentedControl</string>
+							<string>tableView</string>
+						</object>
+						<object class="NSMutableArray" key="dict.values">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<string>UISegmentedControl</string>
+							<string>UITableView</string>
+						</object>
+					</object>
+					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
+						<bool key="EncodedWithXMLCoder">YES</bool>
+						<object class="NSArray" key="dict.sortedKeys">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<string>segmentedControl</string>
+							<string>tableView</string>
+						</object>
+						<object class="NSMutableArray" key="dict.values">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<object class="IBToOneOutletInfo">
+								<string key="name">segmentedControl</string>
+								<string key="candidateClassName">UISegmentedControl</string>
+							</object>
+							<object class="IBToOneOutletInfo">
+								<string key="name">tableView</string>
+								<string key="candidateClassName">UITableView</string>
+							</object>
+						</object>
+					</object>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBProjectSource</string>
+						<string key="minorKey">Classes/AboutViewController.h</string>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIBarButtonItem</string>
+					<string key="superclassName">UIBarItem</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIBarButtonItem.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIBarItem</string>
+					<string key="superclassName">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIBarItem.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIControl</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UINavigationBar</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="802309264">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINavigationBar.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UINavigationItem</string>
+					<string key="superclassName">NSObject</string>
+					<reference key="sourceIdentifier" ref="802309264"/>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIResponder</string>
+					<string key="superclassName">NSObject</string>
+					<reference key="sourceIdentifier" ref="786211723"/>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIScrollView</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIScrollView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchBar</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchDisplayController</string>
+					<string key="superclassName">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISegmentedControl</string>
+					<string key="superclassName">UIControl</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISegmentedControl.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UITableView</string>
+					<string key="superclassName">UIScrollView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITableView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
+					</object>
+				</object>
+			</object>
+		</object>
+		<int key="IBDocument.localizationMode">0</int>
+		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
+			<integer value="1024" key="NS.object.0"/>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
+			<integer value="3100" key="NS.object.0"/>
+		</object>
+		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
+		<int key="IBDocument.defaultPropertyAccessControl">3</int>
+		<string key="IBCocoaTouchPluginVersion">123</string>
+	</data>
+</archive>
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPad/bricks.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/backgroundBottom.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/backgroundCenter.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/backgroundLeft.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/backgroundRight.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/backgroundTop.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/borderBottom.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/borderTop.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/networkButton.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/playButton.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/startButton.png has changed
Binary file project_files/HedgewarsMobile/Resources/Frontend-iPhone/storeButton.png has changed
--- a/project_files/HedgewarsMobile/Resources/GameConfigViewController.xib	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/GameConfigViewController.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
 	<data>
-		<int key="IBDocument.SystemTarget">800</int>
-		<string key="IBDocument.SystemVersion">10F569</string>
-		<string key="IBDocument.InterfaceBuilderVersion">788</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<int key="IBDocument.SystemTarget">1024</int>
+		<string key="IBDocument.SystemVersion">10H574</string>
+		<string key="IBDocument.InterfaceBuilderVersion">804</string>
+		<string key="IBDocument.AppKitVersion">1038.35</string>
 		<string key="IBDocument.HIToolboxVersion">461.00</string>
 		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
 			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">117</string>
+			<string key="NS.object.0">123</string>
 		</object>
 		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
 			<bool key="EncodedWithXMLCoder">YES</bool>
@@ -50,47 +50,52 @@
 							<object class="IBUISegmentedControl" id="563596142">
 								<reference key="NSNextResponder" ref="836721772"/>
 								<int key="NSvFlags">292</int>
-								<string key="NSFrame">{{97, 8}, {245, 30}}</string>
+								<string key="NSFrame">{{87, 8}, {265, 30}}</string>
 								<reference key="NSSuperview" ref="836721772"/>
 								<bool key="IBUIOpaque">NO</bool>
 								<int key="IBUITag">12345</int>
 								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
 								<int key="IBSegmentControlStyle">2</int>
-								<int key="IBNumberOfSegments">3</int>
+								<int key="IBNumberOfSegments">4</int>
 								<int key="IBSelectedSegmentIndex">0</int>
 								<object class="NSArray" key="IBSegmentTitles">
 									<bool key="EncodedWithXMLCoder">YES</bool>
 									<string>Map</string>
 									<string>Teams</string>
 									<string>Details</string>
+									<string>Help</string>
 								</object>
 								<object class="NSMutableArray" key="IBSegmentWidths">
 									<bool key="EncodedWithXMLCoder">YES</bool>
 									<real value="0.0"/>
 									<real value="0.0"/>
 									<real value="0.0"/>
+									<real value="0.0"/>
 								</object>
 								<object class="NSMutableArray" key="IBSegmentEnabledStates">
 									<bool key="EncodedWithXMLCoder">YES</bool>
 									<boolean value="YES"/>
 									<boolean value="YES"/>
 									<boolean value="YES"/>
+									<boolean value="YES"/>
 								</object>
 								<object class="NSMutableArray" key="IBSegmentContentOffsets">
 									<bool key="EncodedWithXMLCoder">YES</bool>
 									<string>{0, 0}</string>
 									<string>{0, 0}</string>
 									<string>{0, 0}</string>
+									<string>{0, 0}</string>
 								</object>
 								<object class="NSMutableArray" key="IBSegmentImages">
 									<bool key="EncodedWithXMLCoder">YES</bool>
 									<object class="NSNull" id="4"/>
 									<reference ref="4"/>
 									<reference ref="4"/>
+									<reference ref="4"/>
 								</object>
 								<object class="NSColor" key="IBTintColor">
-									<int key="NSColorSpace">1</int>
-									<bytes key="NSRGB">MC4yNTA5ODA0MDcgMC41MDE5NjA4MTQgMAA</bytes>
+									<int key="NSColorSpace">2</int>
+									<bytes key="NSRGB">MC4yMzEzNzI1NjUgMCAwLjQ2Mjc0NTEzMDEAA</bytes>
 								</object>
 							</object>
 						</object>
@@ -115,6 +120,7 @@
 							</object>
 							<object class="IBUIBarButtonItem" id="530186890">
 								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<float key="IBUIWidth">265</float>
 								<reference key="IBUICustomView" ref="563596142"/>
 								<reference key="IBUIToolbar" ref="836721772"/>
 							</object>
@@ -269,6 +275,7 @@
 					<string>-1.CustomClassName</string>
 					<string>-2.CustomClassName</string>
 					<string>15.IBPluginDependency</string>
+					<string>15.IBViewBoundsToFrameTransform</string>
 					<string>16.IBPluginDependency</string>
 					<string>18.IBPluginDependency</string>
 					<string>19.IBPluginDependency</string>
@@ -282,10 +289,13 @@
 					<string>GameConfigViewController</string>
 					<string>UIResponder</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAw58AAA</bytes>
+					</object>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>{{639, 516}, {480, 320}}</string>
+					<string>{{131, 321}, {480, 320}}</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
@@ -394,13 +404,6 @@
 					<string key="className">NSObject</string>
 					<object class="IBClassDescriptionSource" key="sourceIdentifier">
 						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSNetServices.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
 						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
 					</object>
 				</object>
@@ -408,13 +411,6 @@
 					<string key="className">NSObject</string>
 					<object class="IBClassDescriptionSource" key="sourceIdentifier">
 						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSPort.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
 						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
 					</object>
 				</object>
@@ -422,13 +418,6 @@
 					<string key="className">NSObject</string>
 					<object class="IBClassDescriptionSource" key="sourceIdentifier">
 						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSStream.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
 						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
 					</object>
 				</object>
@@ -450,13 +439,6 @@
 					<string key="className">NSObject</string>
 					<object class="IBClassDescriptionSource" key="sourceIdentifier">
 						<string key="majorKey">IBFrameworkSource</string>
-						<string key="minorKey">Foundation.framework/Headers/NSXMLParser.h</string>
-					</object>
-				</object>
-				<object class="IBPartialClassDescription">
-					<string key="className">NSObject</string>
-					<object class="IBClassDescriptionSource" key="sourceIdentifier">
-						<string key="majorKey">IBFrameworkSource</string>
 						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
 					</object>
 				</object>
@@ -606,7 +588,7 @@
 		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
 		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
 			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
-			<integer value="800" key="NS.object.0"/>
+			<integer value="1024" key="NS.object.0"/>
 		</object>
 		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
 			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
@@ -615,6 +597,6 @@
 		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
 		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
 		<int key="IBDocument.defaultPropertyAccessControl">3</int>
-		<string key="IBCocoaTouchPluginVersion">117</string>
+		<string key="IBCocoaTouchPluginVersion">123</string>
 	</data>
 </archive>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/HelpPageInGameViewController-iPad.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,889 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
+	<data>
+		<int key="IBDocument.SystemTarget">1024</int>
+		<string key="IBDocument.SystemVersion">10F569</string>
+		<string key="IBDocument.InterfaceBuilderVersion">788</string>
+		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<string key="IBDocument.HIToolboxVersion">461.00</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+			<string key="NS.object.0">117</string>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<integer value="2"/>
+		</object>
+		<object class="NSArray" key="IBDocument.PluginDependencies">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.Metadata">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="NSArray" key="dict.sortedKeys" id="0">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+			<object class="NSMutableArray" key="dict.values">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="IBProxyObject" id="841351856">
+				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+			<object class="IBProxyObject" id="606714003">
+				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+			<object class="IBUIView" id="766721923">
+				<reference key="NSNextResponder"/>
+				<int key="NSvFlags">292</int>
+				<object class="NSMutableArray" key="NSSubviews">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBUIImageView" id="625666841">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{0, -1}, {1024, 768}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSCustomResource" key="IBUIImage">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">helpingame.png</string>
+						</object>
+					</object>
+					<object class="IBUILabel" id="271354909">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{79, 473}, {150, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Direction buttons</string>
+						<object class="NSFont" key="IBUIFont" id="583365693">
+							<string key="NSName">Helvetica-Bold</string>
+							<double key="NSSize">18</double>
+							<int key="NSfFlags">16</int>
+						</object>
+						<object class="NSColor" key="IBUITextColor" id="283637272">
+							<int key="NSColorSpace">1</int>
+							<bytes key="NSRGB">MCAwIDAAA</bytes>
+						</object>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="1061067446">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{79, 491}, {203, 85}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">With these buttons you can move your hog, aim and control certain weapons.</string>
+						<object class="NSFont" key="IBUIFont" id="818038162">
+							<string key="NSName">Helvetica</string>
+							<double key="NSSize">16</double>
+							<int key="NSfFlags">16</int>
+						</object>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUILabel" id="435000744">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{53, 97}, {186, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Timer</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="580244456">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{53, 118}, {187, 43}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Don't let your turn time run out!</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="162303877">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{780, 248}, {240, 128}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSCustomResource" key="IBUIImage">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">helpright.png</string>
+						</object>
+					</object>
+					<object class="IBUILabel" id="323588470">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{790, 256}, {109, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Ammo Menu</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="687330896">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{790, 282}, {214, 84}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">This menu contains all the weapons you can use. Drag your finger on a weapon for more details on what it does!</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUILabel" id="697316303">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{780, 97}, {186, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Pause / Open ammos</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="859729380">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{782, 118}, {187, 43}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Tap to pause or open the ammo menu.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUILabel" id="1045445495">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{418, 73}, {186, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Wind bar</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="635730473">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{418, 89}, {191, 63}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Some weapons are affected by the wind and their direction may shift.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUILabel" id="701155026">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{447, 573}, {203, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Teams flags and health</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="929603608">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{447, 592}, {203, 85}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">These bars report the team name, the team flags and the global health status of every hog.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">4</int>
+					</object>
+					<object class="IBUILabel" id="157896337">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{741, 501}, {135, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Joypad buttons</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="213370333">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{741, 520}, {211, 85}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Press X to jump forward, Y to jump backwards (double tap to jump twice) and Missile to attack or use items.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="533288614">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{67, 238}, {240, 128}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSCustomResource" key="IBUIImage">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">helpplain.png</string>
+						</object>
+					</object>
+					<object class="IBUILabel" id="203633929">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{72, 246}, {229, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Tap to return to game</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUITextAlignment">1</int>
+					</object>
+					<object class="IBUILabel" id="345016434">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{72, 268}, {229, 87}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Pan to move camera, pinch to zoom, double tap to center hog, and a single touch to interact with weapons and much more!</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+				</object>
+				<string key="NSFrameSize">{1024, 768}</string>
+				<reference key="NSSuperview"/>
+				<object class="NSColor" key="IBUIBackgroundColor">
+					<int key="NSColorSpace">3</int>
+					<bytes key="NSWhite">MCAwLjQAA</bytes>
+				</object>
+				<bool key="IBUIOpaque">NO</bool>
+				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
+				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
+					<int key="interfaceOrientation">3</int>
+				</object>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+		</object>
+		<object class="IBObjectContainer" key="IBDocument.Objects">
+			<object class="NSMutableArray" key="connectionRecords">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">view</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="766721923"/>
+					</object>
+					<int key="connectionID">3</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchEventConnection" key="connection">
+						<string key="label">dismiss</string>
+						<reference key="source" ref="766721923"/>
+						<reference key="destination" ref="841351856"/>
+						<int key="IBEventType">7</int>
+					</object>
+					<int key="connectionID">16</int>
+				</object>
+			</object>
+			<object class="IBMutableOrderedSet" key="objectRecords">
+				<object class="NSArray" key="orderedObjects">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBObjectRecord">
+						<int key="objectID">0</int>
+						<reference key="object" ref="0"/>
+						<reference key="children" ref="1000"/>
+						<nil key="parent"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-1</int>
+						<reference key="object" ref="841351856"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">File's Owner</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-2</int>
+						<reference key="object" ref="606714003"/>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">2</int>
+						<reference key="object" ref="766721923"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="625666841"/>
+							<reference ref="162303877"/>
+							<reference ref="323588470"/>
+							<reference ref="697316303"/>
+							<reference ref="859729380"/>
+							<reference ref="1045445495"/>
+							<reference ref="635730473"/>
+							<reference ref="435000744"/>
+							<reference ref="580244456"/>
+							<reference ref="271354909"/>
+							<reference ref="1061067446"/>
+							<reference ref="701155026"/>
+							<reference ref="157896337"/>
+							<reference ref="533288614"/>
+							<reference ref="203633929"/>
+							<reference ref="345016434"/>
+							<reference ref="213370333"/>
+							<reference ref="929603608"/>
+							<reference ref="687330896"/>
+						</object>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">5</int>
+						<reference key="object" ref="625666841"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">6</int>
+						<reference key="object" ref="162303877"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">7</int>
+						<reference key="object" ref="323588470"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">8</int>
+						<reference key="object" ref="687330896"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">9</int>
+						<reference key="object" ref="697316303"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">10</int>
+						<reference key="object" ref="859729380"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">11</int>
+						<reference key="object" ref="1045445495"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">12</int>
+						<reference key="object" ref="635730473"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">13</int>
+						<reference key="object" ref="435000744"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">14</int>
+						<reference key="object" ref="580244456"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">17</int>
+						<reference key="object" ref="271354909"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">18</int>
+						<reference key="object" ref="1061067446"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">21</int>
+						<reference key="object" ref="701155026"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">22</int>
+						<reference key="object" ref="929603608"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">23</int>
+						<reference key="object" ref="157896337"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">24</int>
+						<reference key="object" ref="213370333"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">25</int>
+						<reference key="object" ref="533288614"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">26</int>
+						<reference key="object" ref="203633929"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">27</int>
+						<reference key="object" ref="345016434"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="flattenedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="NSArray" key="dict.sortedKeys">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>-1.CustomClassName</string>
+					<string>-2.CustomClassName</string>
+					<string>10.IBPluginDependency</string>
+					<string>11.IBPluginDependency</string>
+					<string>12.IBPluginDependency</string>
+					<string>13.IBPluginDependency</string>
+					<string>14.IBPluginDependency</string>
+					<string>17.IBPluginDependency</string>
+					<string>18.IBPluginDependency</string>
+					<string>2.CustomClassName</string>
+					<string>2.IBEditorWindowLastContentRect</string>
+					<string>2.IBPluginDependency</string>
+					<string>21.IBPluginDependency</string>
+					<string>22.IBPluginDependency</string>
+					<string>23.IBPluginDependency</string>
+					<string>24.IBPluginDependency</string>
+					<string>25.IBPluginDependency</string>
+					<string>26.IBPluginDependency</string>
+					<string>27.IBPluginDependency</string>
+					<string>5.IBPluginDependency</string>
+					<string>6.IBPluginDependency</string>
+					<string>7.IBPluginDependency</string>
+					<string>8.IBPluginDependency</string>
+					<string>9.IBPluginDependency</string>
+				</object>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>HelpPageViewController</string>
+					<string>UIResponder</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>UIControl</string>
+					<string>{{288, 355}, {1024, 768}}</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="unlocalizedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="activeLocalization"/>
+			<object class="NSMutableDictionary" key="localizations">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="sourceID"/>
+			<int key="maxID">27</int>
+		</object>
+		<object class="IBClassDescriber" key="IBDocument.Classes">
+			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">HelpPageViewController</string>
+					<string key="superclassName">UIViewController</string>
+					<object class="NSMutableDictionary" key="actions">
+						<string key="NS.key.0">dismiss</string>
+						<string key="NS.object.0">id</string>
+					</object>
+					<object class="NSMutableDictionary" key="actionInfosByName">
+						<string key="NS.key.0">dismiss</string>
+						<object class="IBActionInfo" key="NS.object.0">
+							<string key="name">dismiss</string>
+							<string key="candidateClassName">id</string>
+						</object>
+					</object>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBProjectSource</string>
+						<string key="minorKey">Classes/HelpPageViewController.h</string>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIControl</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIImageView</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UILabel</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIResponder</string>
+					<string key="superclassName">NSObject</string>
+					<reference key="sourceIdentifier" ref="786211723"/>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchBar</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchDisplayController</string>
+					<string key="superclassName">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
+					</object>
+				</object>
+			</object>
+		</object>
+		<int key="IBDocument.localizationMode">0</int>
+		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
+			<integer value="1024" key="NS.object.0"/>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
+			<integer value="3100" key="NS.object.0"/>
+		</object>
+		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
+		<int key="IBDocument.defaultPropertyAccessControl">3</int>
+		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="NSArray" key="dict.sortedKeys">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<string>helpingame.png</string>
+				<string>helpplain.png</string>
+				<string>helpright.png</string>
+			</object>
+			<object class="NSMutableArray" key="dict.values">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<string>{1024, 768}</string>
+				<string>{296, 138}</string>
+				<string>{308, 144}</string>
+			</object>
+		</object>
+		<string key="IBCocoaTouchPluginVersion">117</string>
+	</data>
+</archive>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/HelpPageInGameViewController-iPhone.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,950 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
+	<data>
+		<int key="IBDocument.SystemTarget">1024</int>
+		<string key="IBDocument.SystemVersion">10F569</string>
+		<string key="IBDocument.InterfaceBuilderVersion">804</string>
+		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<string key="IBDocument.HIToolboxVersion">461.00</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+			<string key="NS.object.0">123</string>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<integer value="2"/>
+		</object>
+		<object class="NSArray" key="IBDocument.PluginDependencies">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.Metadata">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="NSArray" key="dict.sortedKeys" id="0">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+			<object class="NSMutableArray" key="dict.values">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="IBProxyObject" id="841351856">
+				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
+				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+			</object>
+			<object class="IBProxyObject" id="606714003">
+				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
+				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+			</object>
+			<object class="IBUIView" id="766721923">
+				<reference key="NSNextResponder"/>
+				<int key="NSvFlags">292</int>
+				<object class="NSMutableArray" key="NSSubviews">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBUIScrollView" id="400316535">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">274</int>
+						<object class="NSMutableArray" key="NSSubviews">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<object class="IBUILabel" id="827961215">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{13, 3}, {440, 30}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Here you can find help for the various game elements.</string>
+								<object class="NSFont" key="IBUIFont">
+									<string key="NSName">Helvetica-Oblique</string>
+									<double key="NSSize">16</double>
+									<int key="NSfFlags">16</int>
+								</object>
+								<object class="NSColor" key="IBUITextColor" id="283637272">
+									<int key="NSColorSpace">1</int>
+									<bytes key="NSRGB">MCAwIDAAA</bytes>
+								</object>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+								<int key="IBUITextAlignment">1</int>
+							</object>
+							<object class="IBUILabel" id="337977618">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 311}, {150, 22}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Direction buttons</string>
+								<object class="NSFont" key="IBUIFont" id="583365693">
+									<string key="NSName">Helvetica-Bold</string>
+									<double key="NSSize">18</double>
+									<int key="NSfFlags">16</int>
+								</object>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="451019636">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 320}, {203, 85}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">With these buttons you can move your hog, aim and control certain weapons.</string>
+								<object class="NSFont" key="IBUIFont" id="818038162">
+									<string key="NSName">Helvetica</string>
+									<double key="NSSize">16</double>
+									<int key="NSfFlags">16</int>
+								</object>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="408507086">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 41}, {186, 22}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Timer</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="904797875">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 62}, {187, 43}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Don't let your turn time run out!</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="549219303">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{217, 336}, {243, 22}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Pinch to return</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUITextAlignment">2</int>
+							</object>
+							<object class="IBUILabel" id="430607879">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{231, 356}, {229, 87}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Pan to move camera, pinch to zoom, double tap to center hog, and a single touch to interact with weapons and much more!</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+								<int key="IBUITextAlignment">2</int>
+							</object>
+							<object class="IBUILabel" id="56917735">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 113}, {186, 22}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Wind bar</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="147310378">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 129}, {191, 63}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Some weapons are affected by the wind and their direction may shift.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="323195165">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 200}, {203, 22}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Teams flags and health</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="1047547119">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 219}, {203, 85}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">These bars report the team name, the team flags and the global health status of every hog.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">4</int>
+							</object>
+							<object class="IBUILabel" id="160523547">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{274, 41}, {186, 22}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Pause / Open ammos</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUITextAlignment">2</int>
+							</object>
+							<object class="IBUILabel" id="341620427">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{273, 63}, {187, 43}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Tap to pause or open the ammo menu.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+								<int key="IBUITextAlignment">2</int>
+							</object>
+							<object class="IBUILabel" id="869619534">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{351, 110}, {109, 22}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Ammo Menu</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUITextAlignment">2</int>
+							</object>
+							<object class="IBUILabel" id="16268121">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{246, 133}, {214, 84}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">This menu contains all the weapons you can use. Drag your finger on a weapon for more details on what it does!</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+								<int key="IBUITextAlignment">2</int>
+							</object>
+							<object class="IBUILabel" id="577051094">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{325, 225}, {135, 22}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Joypad buttons</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUITextAlignment">2</int>
+							</object>
+							<object class="IBUILabel" id="420793299">
+								<reference key="NSNextResponder" ref="400316535"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{249, 245}, {211, 85}}</string>
+								<reference key="NSSuperview" ref="400316535"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Press X to jump forward, Y to jump backwards (double tap to jump twice) and Missile to attack or use items.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+								<int key="IBUITextAlignment">2</int>
+							</object>
+						</object>
+						<string key="NSFrameSize">{480, 320}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<bool key="IBUIMultipleTouchEnabled">YES</bool>
+						<int key="IBUITag">1</int>
+						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+					</object>
+				</object>
+				<string key="NSFrameSize">{480, 320}</string>
+				<reference key="NSSuperview"/>
+				<object class="NSColor" key="IBUIBackgroundColor">
+					<int key="NSColorSpace">2</int>
+					<bytes key="NSRGB">MC45OTYwNzg0OTEyIDAuOTg4MjM1MzU0NCAxAA</bytes>
+				</object>
+				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
+				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
+					<int key="interfaceOrientation">3</int>
+				</object>
+				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+			</object>
+		</object>
+		<object class="IBObjectContainer" key="IBDocument.Objects">
+			<object class="NSMutableArray" key="connectionRecords">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">view</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="766721923"/>
+					</object>
+					<int key="connectionID">3</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">scrollView</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="400316535"/>
+					</object>
+					<int key="connectionID">115</int>
+				</object>
+			</object>
+			<object class="IBMutableOrderedSet" key="objectRecords">
+				<object class="NSArray" key="orderedObjects">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBObjectRecord">
+						<int key="objectID">0</int>
+						<reference key="object" ref="0"/>
+						<reference key="children" ref="1000"/>
+						<nil key="parent"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-1</int>
+						<reference key="object" ref="841351856"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">File's Owner</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-2</int>
+						<reference key="object" ref="606714003"/>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">2</int>
+						<reference key="object" ref="766721923"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="400316535"/>
+						</object>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">97</int>
+						<reference key="object" ref="400316535"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="420793299"/>
+							<reference ref="577051094"/>
+							<reference ref="16268121"/>
+							<reference ref="869619534"/>
+							<reference ref="341620427"/>
+							<reference ref="160523547"/>
+							<reference ref="430607879"/>
+							<reference ref="1047547119"/>
+							<reference ref="323195165"/>
+							<reference ref="451019636"/>
+							<reference ref="337977618"/>
+							<reference ref="147310378"/>
+							<reference ref="56917735"/>
+							<reference ref="408507086"/>
+							<reference ref="904797875"/>
+							<reference ref="827961215"/>
+							<reference ref="549219303"/>
+						</object>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">98</int>
+						<reference key="object" ref="420793299"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">99</int>
+						<reference key="object" ref="577051094"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">100</int>
+						<reference key="object" ref="16268121"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">101</int>
+						<reference key="object" ref="869619534"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">102</int>
+						<reference key="object" ref="341620427"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">103</int>
+						<reference key="object" ref="160523547"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">104</int>
+						<reference key="object" ref="430607879"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">105</int>
+						<reference key="object" ref="1047547119"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">106</int>
+						<reference key="object" ref="323195165"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">107</int>
+						<reference key="object" ref="451019636"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">108</int>
+						<reference key="object" ref="337977618"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">109</int>
+						<reference key="object" ref="147310378"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">110</int>
+						<reference key="object" ref="56917735"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">111</int>
+						<reference key="object" ref="408507086"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">112</int>
+						<reference key="object" ref="904797875"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">113</int>
+						<reference key="object" ref="827961215"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">114</int>
+						<reference key="object" ref="549219303"/>
+						<reference key="parent" ref="400316535"/>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="flattenedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="NSArray" key="dict.sortedKeys">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>-1.CustomClassName</string>
+					<string>-2.CustomClassName</string>
+					<string>100.IBPluginDependency</string>
+					<string>100.IBViewBoundsToFrameTransform</string>
+					<string>101.IBPluginDependency</string>
+					<string>101.IBViewBoundsToFrameTransform</string>
+					<string>102.IBPluginDependency</string>
+					<string>102.IBViewBoundsToFrameTransform</string>
+					<string>103.IBPluginDependency</string>
+					<string>103.IBViewBoundsToFrameTransform</string>
+					<string>104.IBPluginDependency</string>
+					<string>104.IBViewBoundsToFrameTransform</string>
+					<string>105.IBPluginDependency</string>
+					<string>105.IBViewBoundsToFrameTransform</string>
+					<string>106.IBPluginDependency</string>
+					<string>106.IBViewBoundsToFrameTransform</string>
+					<string>107.IBPluginDependency</string>
+					<string>107.IBViewBoundsToFrameTransform</string>
+					<string>108.IBPluginDependency</string>
+					<string>108.IBViewBoundsToFrameTransform</string>
+					<string>109.IBPluginDependency</string>
+					<string>109.IBViewBoundsToFrameTransform</string>
+					<string>110.IBPluginDependency</string>
+					<string>110.IBViewBoundsToFrameTransform</string>
+					<string>111.IBPluginDependency</string>
+					<string>111.IBViewBoundsToFrameTransform</string>
+					<string>112.IBPluginDependency</string>
+					<string>112.IBViewBoundsToFrameTransform</string>
+					<string>113.IBPluginDependency</string>
+					<string>113.IBViewBoundsToFrameTransform</string>
+					<string>114.IBPluginDependency</string>
+					<string>114.IBViewBoundsToFrameTransform</string>
+					<string>2.IBEditorWindowLastContentRect</string>
+					<string>2.IBPluginDependency</string>
+					<string>2.IBViewBoundsToFrameTransform</string>
+					<string>97.IBEditorWindowLastContentRect</string>
+					<string>97.IBPluginDependency</string>
+					<string>97.IBViewBoundsToFrameTransform</string>
+					<string>98.IBPluginDependency</string>
+					<string>98.IBViewBoundsToFrameTransform</string>
+					<string>99.IBPluginDependency</string>
+					<string>99.IBViewBoundsToFrameTransform</string>
+				</object>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>HelpPageViewController</string>
+					<string>UIResponder</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDdgAAw1oAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDr4AAwwUAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDiIAAwswAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDiQAAwmwAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDZwAAw+EAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAw8+AAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAw6aAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAxARAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAw+SAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABCxgAAwyQAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABCxgAAwtYAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAwnQAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABCVAAAwx8AAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBUAAAwnQAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDZwAAw7aAAA</bytes>
+					</object>
+					<string>{{606, 570}, {480, 320}}</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAw4kAAA</bytes>
+					</object>
+					<string>{{589, 578}, {480, 320}}</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAw58AAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDeQAAw6aAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDooAAw3gAAA</bytes>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="unlocalizedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="activeLocalization"/>
+			<object class="NSMutableDictionary" key="localizations">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="sourceID"/>
+			<int key="maxID">115</int>
+		</object>
+		<object class="IBClassDescriber" key="IBDocument.Classes">
+			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">HelpPageViewController</string>
+					<string key="superclassName">UIViewController</string>
+					<object class="NSMutableDictionary" key="actions">
+						<string key="NS.key.0">dismiss</string>
+						<string key="NS.object.0">id</string>
+					</object>
+					<object class="NSMutableDictionary" key="actionInfosByName">
+						<string key="NS.key.0">dismiss</string>
+						<object class="IBActionInfo" key="NS.object.0">
+							<string key="name">dismiss</string>
+							<string key="candidateClassName">id</string>
+						</object>
+					</object>
+					<object class="NSMutableDictionary" key="outlets">
+						<string key="NS.key.0">scrollView</string>
+						<string key="NS.object.0">UIScrollView</string>
+					</object>
+					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
+						<string key="NS.key.0">scrollView</string>
+						<object class="IBToOneOutletInfo" key="NS.object.0">
+							<string key="name">scrollView</string>
+							<string key="candidateClassName">UIScrollView</string>
+						</object>
+					</object>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBProjectSource</string>
+						<string key="minorKey">Classes/HelpPageViewController.h</string>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UILabel</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIResponder</string>
+					<string key="superclassName">NSObject</string>
+					<reference key="sourceIdentifier" ref="786211723"/>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIScrollView</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIScrollView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchBar</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchDisplayController</string>
+					<string key="superclassName">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
+					</object>
+				</object>
+			</object>
+		</object>
+		<int key="IBDocument.localizationMode">0</int>
+		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
+			<integer value="1024" key="NS.object.0"/>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
+			<integer value="3100" key="NS.object.0"/>
+		</object>
+		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
+		<int key="IBDocument.defaultPropertyAccessControl">3</int>
+		<string key="IBCocoaTouchPluginVersion">123</string>
+	</data>
+</archive>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/HelpPageLobbyViewController-iPad.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,1135 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
+	<data>
+		<int key="IBDocument.SystemTarget">1024</int>
+		<string key="IBDocument.SystemVersion">10F569</string>
+		<string key="IBDocument.InterfaceBuilderVersion">804</string>
+		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<string key="IBDocument.HIToolboxVersion">461.00</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+			<string key="NS.object.0">123</string>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+		</object>
+		<object class="NSArray" key="IBDocument.PluginDependencies">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.Metadata">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="NSArray" key="dict.sortedKeys" id="0">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+			<object class="NSMutableArray" key="dict.values">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="IBProxyObject" id="841351856">
+				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+			<object class="IBProxyObject" id="606714003">
+				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+			<object class="IBUIView" id="766721923">
+				<reference key="NSNextResponder"/>
+				<int key="NSvFlags">292</int>
+				<object class="NSMutableArray" key="NSSubviews">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBUIImageView" id="1011244481">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{742, 389}, {240, 102}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSCustomResource" key="IBUIImage" id="468391955">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">helpabove.png</string>
+						</object>
+					</object>
+					<object class="IBUILabel" id="636170775">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{753, 408}, {109, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Map theme</string>
+						<object class="NSFont" key="IBUIFont" id="583365693">
+							<string key="NSName">Helvetica-Bold</string>
+							<double key="NSSize">18</double>
+							<int key="NSfFlags">16</int>
+						</object>
+						<object class="NSColor" key="IBUITextColor" id="283637272">
+							<int key="NSColorSpace">1</int>
+							<bytes key="NSRGB">MCAwIDAAA</bytes>
+						</object>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="552788325">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{753, 425}, {218, 66}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Here you can choose how your map will appear in game.</string>
+						<object class="NSFont" key="IBUIFont" id="818038162">
+							<string key="NSName">Helvetica</string>
+							<double key="NSSize">16</double>
+							<int key="NSfFlags">16</int>
+						</object>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="379980516">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{653, 202}, {240, 146}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<reference key="IBUIImage" ref="468391955"/>
+					</object>
+					<object class="IBUILabel" id="901581152">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{664, 223}, {109, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Map type</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="595424508">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{664, 244}, {218, 99}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Choose between a static map or a randomly generated one (might require more time). In a mission you need to perfom some action to win.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="162303877">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{494, 20}, {240, 101}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSCustomResource" key="IBUIImage">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">helpright.png</string>
+						</object>
+					</object>
+					<object class="IBUILabel" id="323588470">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{502, 25}, {109, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Map preview</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="687330896">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{502, 46}, {218, 65}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">This is a small preview of your next map. Tap to select / generate a new map.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="713859408">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{391, 389}, {242, 171}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<reference key="IBUIImage" ref="468391955"/>
+					</object>
+					<object class="IBUILabel" id="896727228">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{401, 413}, {109, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Teams</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="704238452">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{400, 434}, {232, 120}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Select which teams are playing! Add hogs by tapping on them and set their color to figure friend and foe teams out. AI teams will appear with a small robot badge next their name.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="993770514">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{142, 125}, {240, 104}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSCustomResource" key="IBUIImage" id="63133621">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">helpleft.png</string>
+						</object>
+					</object>
+					<object class="IBUILabel" id="488737408">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{162, 133}, {204, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Schemes and Weapons</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="463058693">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{162, 152}, {210, 71}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Here you can choose which rules and which weapon set will be applied in game.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="845663511">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{155, 8}, {278, 50}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<reference key="IBUIImage" ref="63133621"/>
+					</object>
+					<object class="IBUILabel" id="823916653">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{177, 6}, {248, 54}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Did you know you can customize almost everything in the settings page?</string>
+						<object class="NSFont" key="IBUIFont">
+							<string key="NSName">Helvetica-Oblique</string>
+							<double key="NSSize">14</double>
+							<int key="NSfFlags">16</int>
+						</object>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="678356402">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{686, 583}, {240, 117}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSCustomResource" key="IBUIImage" id="835742298">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">helpbottom.png</string>
+						</object>
+					</object>
+					<object class="IBUILabel" id="1068254353">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{697, 592}, {138, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Max hedgehogs</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="1023832701">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{697, 609}, {218, 73}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">This number is the maximum size for all the hogs playing (in every team).</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="261734864">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{20, 587}, {240, 109}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<reference key="IBUIImage" ref="835742298"/>
+					</object>
+					<object class="IBUILabel" id="578857422">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{30, 592}, {138, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Size slider</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="972150858">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{30, 608}, {218, 73}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">For Random and Maze maps you can decide to generate only maps of a certain size.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="533288614">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{45, 318}, {240, 128}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSCustomResource" key="IBUIImage">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">helpplain.png</string>
+						</object>
+					</object>
+					<object class="IBUILabel" id="203633929">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{50, 326}, {229, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Tap anywhere to dismiss</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUITextAlignment">1</int>
+					</object>
+					<object class="IBUILabel" id="345016434">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{52, 348}, {224, 87}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Still confused? Don't worry, it's really simple! Try a couple of games and everything will become clear to you.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+					<object class="IBUIImageView" id="109182727">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{344, 635}, {240, 61}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<reference key="IBUIImage" ref="835742298"/>
+					</object>
+					<object class="IBUILabel" id="815146899">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{353, 637}, {138, 22}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">Start button</string>
+						<reference key="IBUIFont" ref="583365693"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+					</object>
+					<object class="IBUILabel" id="379008984">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{354, 650}, {218, 46}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<reference key="NSWindow"/>
+						<bool key="IBUIOpaque">NO</bool>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<int key="IBUIContentMode">7</int>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<string key="IBUIText">This button starts the game.</string>
+						<reference key="IBUIFont" ref="818038162"/>
+						<reference key="IBUITextColor" ref="283637272"/>
+						<nil key="IBUIHighlightedColor"/>
+						<int key="IBUIBaselineAdjustment">1</int>
+						<float key="IBUIMinimumFontSize">10</float>
+						<int key="IBUINumberOfLines">0</int>
+					</object>
+				</object>
+				<string key="NSFrameSize">{1024, 768}</string>
+				<reference key="NSSuperview"/>
+				<reference key="NSWindow"/>
+				<object class="NSColor" key="IBUIBackgroundColor">
+					<int key="NSColorSpace">3</int>
+					<bytes key="NSWhite">MCAwLjQAA</bytes>
+				</object>
+				<bool key="IBUIOpaque">NO</bool>
+				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
+				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
+					<int key="interfaceOrientation">3</int>
+				</object>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+		</object>
+		<object class="IBObjectContainer" key="IBDocument.Objects">
+			<object class="NSMutableArray" key="connectionRecords">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">view</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="766721923"/>
+					</object>
+					<int key="connectionID">3</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchEventConnection" key="connection">
+						<string key="label">dismiss</string>
+						<reference key="source" ref="766721923"/>
+						<reference key="destination" ref="841351856"/>
+						<int key="IBEventType">7</int>
+					</object>
+					<int key="connectionID">16</int>
+				</object>
+			</object>
+			<object class="IBMutableOrderedSet" key="objectRecords">
+				<object class="NSArray" key="orderedObjects">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBObjectRecord">
+						<int key="objectID">0</int>
+						<reference key="object" ref="0"/>
+						<reference key="children" ref="1000"/>
+						<nil key="parent"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-1</int>
+						<reference key="object" ref="841351856"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">File's Owner</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-2</int>
+						<reference key="object" ref="606714003"/>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">2</int>
+						<reference key="object" ref="766721923"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="162303877"/>
+							<reference ref="323588470"/>
+							<reference ref="687330896"/>
+							<reference ref="1011244481"/>
+							<reference ref="552788325"/>
+							<reference ref="636170775"/>
+							<reference ref="1023832701"/>
+							<reference ref="1068254353"/>
+							<reference ref="261734864"/>
+							<reference ref="578857422"/>
+							<reference ref="972150858"/>
+							<reference ref="713859408"/>
+							<reference ref="896727228"/>
+							<reference ref="704238452"/>
+							<reference ref="533288614"/>
+							<reference ref="203633929"/>
+							<reference ref="345016434"/>
+							<reference ref="109182727"/>
+							<reference ref="379008984"/>
+							<reference ref="815146899"/>
+							<reference ref="379980516"/>
+							<reference ref="901581152"/>
+							<reference ref="595424508"/>
+							<reference ref="678356402"/>
+							<reference ref="993770514"/>
+							<reference ref="488737408"/>
+							<reference ref="463058693"/>
+							<reference ref="845663511"/>
+							<reference ref="823916653"/>
+						</object>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">6</int>
+						<reference key="object" ref="162303877"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">7</int>
+						<reference key="object" ref="323588470"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">8</int>
+						<reference key="object" ref="687330896"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">25</int>
+						<reference key="object" ref="533288614"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">26</int>
+						<reference key="object" ref="203633929"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">27</int>
+						<reference key="object" ref="345016434"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">28</int>
+						<reference key="object" ref="1011244481"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">29</int>
+						<reference key="object" ref="636170775"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">30</int>
+						<reference key="object" ref="552788325"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">34</int>
+						<reference key="object" ref="678356402"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">35</int>
+						<reference key="object" ref="1068254353"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">36</int>
+						<reference key="object" ref="1023832701"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">37</int>
+						<reference key="object" ref="261734864"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">38</int>
+						<reference key="object" ref="578857422"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">39</int>
+						<reference key="object" ref="972150858"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">40</int>
+						<reference key="object" ref="993770514"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">41</int>
+						<reference key="object" ref="488737408"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">42</int>
+						<reference key="object" ref="463058693"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">43</int>
+						<reference key="object" ref="713859408"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">44</int>
+						<reference key="object" ref="896727228"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">45</int>
+						<reference key="object" ref="704238452"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">49</int>
+						<reference key="object" ref="109182727"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">50</int>
+						<reference key="object" ref="815146899"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">51</int>
+						<reference key="object" ref="379008984"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">52</int>
+						<reference key="object" ref="379980516"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">53</int>
+						<reference key="object" ref="901581152"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">54</int>
+						<reference key="object" ref="595424508"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">58</int>
+						<reference key="object" ref="845663511"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">59</int>
+						<reference key="object" ref="823916653"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="flattenedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="NSArray" key="dict.sortedKeys">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>-1.CustomClassName</string>
+					<string>-2.CustomClassName</string>
+					<string>2.CustomClassName</string>
+					<string>2.IBEditorWindowLastContentRect</string>
+					<string>2.IBPluginDependency</string>
+					<string>25.IBPluginDependency</string>
+					<string>26.IBPluginDependency</string>
+					<string>27.IBPluginDependency</string>
+					<string>28.IBPluginDependency</string>
+					<string>29.IBPluginDependency</string>
+					<string>30.IBPluginDependency</string>
+					<string>34.IBPluginDependency</string>
+					<string>35.IBPluginDependency</string>
+					<string>36.IBPluginDependency</string>
+					<string>37.IBPluginDependency</string>
+					<string>38.IBPluginDependency</string>
+					<string>39.IBPluginDependency</string>
+					<string>40.IBPluginDependency</string>
+					<string>41.IBPluginDependency</string>
+					<string>42.IBPluginDependency</string>
+					<string>43.IBPluginDependency</string>
+					<string>44.IBPluginDependency</string>
+					<string>45.IBPluginDependency</string>
+					<string>49.IBPluginDependency</string>
+					<string>50.IBPluginDependency</string>
+					<string>51.IBPluginDependency</string>
+					<string>52.IBPluginDependency</string>
+					<string>53.IBPluginDependency</string>
+					<string>54.IBPluginDependency</string>
+					<string>58.IBPluginDependency</string>
+					<string>59.IBPluginDependency</string>
+					<string>6.IBPluginDependency</string>
+					<string>7.IBPluginDependency</string>
+					<string>8.IBPluginDependency</string>
+				</object>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>HelpPageViewController</string>
+					<string>UIResponder</string>
+					<string>UIControl</string>
+					<string>{{273, 125}, {1024, 768}}</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="unlocalizedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="activeLocalization"/>
+			<object class="NSMutableDictionary" key="localizations">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="sourceID"/>
+			<int key="maxID">59</int>
+		</object>
+		<object class="IBClassDescriber" key="IBDocument.Classes">
+			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">HelpPageViewController</string>
+					<string key="superclassName">UIViewController</string>
+					<object class="NSMutableDictionary" key="actions">
+						<string key="NS.key.0">dismiss</string>
+						<string key="NS.object.0">id</string>
+					</object>
+					<object class="NSMutableDictionary" key="actionInfosByName">
+						<string key="NS.key.0">dismiss</string>
+						<object class="IBActionInfo" key="NS.object.0">
+							<string key="name">dismiss</string>
+							<string key="candidateClassName">id</string>
+						</object>
+					</object>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBProjectSource</string>
+						<string key="minorKey">Classes/HelpPageViewController.h</string>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIControl</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIControl.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIImageView</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UILabel</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIResponder</string>
+					<string key="superclassName">NSObject</string>
+					<reference key="sourceIdentifier" ref="786211723"/>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchBar</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchDisplayController</string>
+					<string key="superclassName">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
+					</object>
+				</object>
+			</object>
+		</object>
+		<int key="IBDocument.localizationMode">0</int>
+		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
+			<integer value="1024" key="NS.object.0"/>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
+			<integer value="3100" key="NS.object.0"/>
+		</object>
+		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
+		<int key="IBDocument.defaultPropertyAccessControl">3</int>
+		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="NSArray" key="dict.sortedKeys">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<string>helpabove.png</string>
+				<string>helpbottom.png</string>
+				<string>helpleft.png</string>
+				<string>helpplain.png</string>
+				<string>helpright.png</string>
+			</object>
+			<object class="NSMutableArray" key="dict.values">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<string>{295, 156}</string>
+				<string>{295, 156}</string>
+				<string>{308, 144}</string>
+				<string>{296, 138}</string>
+				<string>{308, 144}</string>
+			</object>
+		</object>
+		<string key="IBCocoaTouchPluginVersion">123</string>
+	</data>
+</archive>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/HelpPageLobbyViewController-iPhone.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,907 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
+	<data>
+		<int key="IBDocument.SystemTarget">1024</int>
+		<string key="IBDocument.SystemVersion">10F569</string>
+		<string key="IBDocument.InterfaceBuilderVersion">804</string>
+		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<string key="IBDocument.HIToolboxVersion">461.00</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+			<string key="NS.object.0">123</string>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<integer value="2"/>
+		</object>
+		<object class="NSArray" key="IBDocument.PluginDependencies">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.Metadata">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="NSArray" key="dict.sortedKeys" id="0">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+			<object class="NSMutableArray" key="dict.values">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="IBProxyObject" id="841351856">
+				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
+				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+			</object>
+			<object class="IBProxyObject" id="606714003">
+				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
+				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+			</object>
+			<object class="IBUIView" id="766721923">
+				<reference key="NSNextResponder"/>
+				<int key="NSvFlags">292</int>
+				<object class="NSMutableArray" key="NSSubviews">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBUIScrollView" id="451725730">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">268</int>
+						<object class="NSMutableArray" key="NSSubviews">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<object class="IBUILabel" id="381271451">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 587}, {440, 52}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Still confused? Don't worry, it's really simple! Try a couple of games and everything will become clear to you.</string>
+								<object class="NSFont" key="IBUIFont" id="818038162">
+									<string key="NSName">Helvetica</string>
+									<double key="NSSize">16</double>
+									<int key="NSfFlags">16</int>
+								</object>
+								<object class="NSColor" key="IBUITextColor" id="283637272">
+									<int key="NSColorSpace">1</int>
+									<bytes key="NSRGB">MCAwIDAAA</bytes>
+								</object>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+								<int key="IBUITextAlignment">1</int>
+							</object>
+							<object class="IBUILabel" id="160273292">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 279}, {138, 22}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Size slider</string>
+								<object class="NSFont" key="IBUIFont" id="583365693">
+									<string key="NSName">Helvetica-Bold</string>
+									<double key="NSSize">18</double>
+									<int key="NSfFlags">16</int>
+								</object>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="399703336">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 298}, {440, 44}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">For Random and Maze maps you can decide to generate only maps of a certain size.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="780482878">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 511}, {204, 22}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Schemes and Weapons</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="715276626">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 530}, {433, 45}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Here you can choose which rules and which weapon set will be applied in game.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="81383071">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 68}, {109, 22}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Map preview</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="518187701">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 88}, {440, 44}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">This is a small preview of your next map. Tap to select / generate a new map.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="601567061">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 140}, {109, 22}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Map type</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="514192288">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 164}, {440, 58}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Choose between a static map or a randomly generated one (might require more time). In a mission you need to perfom some action to win.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="136109594">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 229}, {109, 22}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Map theme</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="345586237">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 244}, {440, 33}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Here you can choose how your map will appear in game.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="686505362">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 347}, {138, 22}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Max hedgehogs</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="629677748">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 367}, {440, 41}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">This number is the maximum size for all the hogs playing (in every team).</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="79643170">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 418}, {109, 22}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Teams</string>
+								<reference key="IBUIFont" ref="583365693"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+							</object>
+							<object class="IBUILabel" id="676482380">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{20, 436}, {433, 66}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Select which teams are playing! Add hogs by tapping on them and set their color to figure friend and foe teams out. AI teams will appear with a small robot badge next their name.</string>
+								<reference key="IBUIFont" ref="818038162"/>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+							</object>
+							<object class="IBUILabel" id="66496634">
+								<reference key="NSNextResponder" ref="451725730"/>
+								<int key="NSvFlags">292</int>
+								<string key="NSFrame">{{13, 3}, {440, 60}}</string>
+								<reference key="NSSuperview" ref="451725730"/>
+								<bool key="IBUIOpaque">NO</bool>
+								<bool key="IBUIClipsSubviews">YES</bool>
+								<int key="IBUIContentMode">7</int>
+								<bool key="IBUIUserInteractionEnabled">NO</bool>
+								<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+								<string key="IBUIText">Here you can find help for the game configuration options. You can customize almost everything in the settings page.</string>
+								<object class="NSFont" key="IBUIFont">
+									<string key="NSName">Helvetica-Oblique</string>
+									<double key="NSSize">16</double>
+									<int key="NSfFlags">16</int>
+								</object>
+								<reference key="IBUITextColor" ref="283637272"/>
+								<nil key="IBUIHighlightedColor"/>
+								<int key="IBUIBaselineAdjustment">1</int>
+								<float key="IBUIMinimumFontSize">10</float>
+								<int key="IBUINumberOfLines">0</int>
+								<int key="IBUITextAlignment">1</int>
+							</object>
+						</object>
+						<string key="NSFrameSize">{480, 276}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<bool key="IBUIMultipleTouchEnabled">YES</bool>
+						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+					</object>
+				</object>
+				<string key="NSFrameSize">{480, 276}</string>
+				<reference key="NSSuperview"/>
+				<object class="NSColor" key="IBUIBackgroundColor">
+					<int key="NSColorSpace">2</int>
+					<bytes key="NSRGB">MC45OTYwNzg0OTEyIDAuOTg4MjM1MzU0NCAxAA</bytes>
+				</object>
+				<bool key="IBUIOpaque">NO</bool>
+				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
+				<object class="IBUISimulatedToolbarMetrics" key="IBUISimulatedBottomBarMetrics"/>
+				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
+					<int key="interfaceOrientation">3</int>
+				</object>
+				<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+			</object>
+		</object>
+		<object class="IBObjectContainer" key="IBDocument.Objects">
+			<object class="NSMutableArray" key="connectionRecords">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">view</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="766721923"/>
+					</object>
+					<int key="connectionID">3</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">scrollView</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="451725730"/>
+					</object>
+					<int key="connectionID">95</int>
+				</object>
+			</object>
+			<object class="IBMutableOrderedSet" key="objectRecords">
+				<object class="NSArray" key="orderedObjects">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBObjectRecord">
+						<int key="objectID">0</int>
+						<reference key="object" ref="0"/>
+						<reference key="children" ref="1000"/>
+						<nil key="parent"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-1</int>
+						<reference key="object" ref="841351856"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">File's Owner</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-2</int>
+						<reference key="object" ref="606714003"/>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">2</int>
+						<reference key="object" ref="766721923"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="451725730"/>
+						</object>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">60</int>
+						<reference key="object" ref="451725730"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="381271451"/>
+							<reference ref="160273292"/>
+							<reference ref="399703336"/>
+							<reference ref="81383071"/>
+							<reference ref="518187701"/>
+							<reference ref="601567061"/>
+							<reference ref="514192288"/>
+							<reference ref="136109594"/>
+							<reference ref="345586237"/>
+							<reference ref="686505362"/>
+							<reference ref="629677748"/>
+							<reference ref="780482878"/>
+							<reference ref="715276626"/>
+							<reference ref="79643170"/>
+							<reference ref="676482380"/>
+							<reference ref="66496634"/>
+						</object>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">61</int>
+						<reference key="object" ref="381271451"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">62</int>
+						<reference key="object" ref="160273292"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">63</int>
+						<reference key="object" ref="399703336"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">64</int>
+						<reference key="object" ref="780482878"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">65</int>
+						<reference key="object" ref="715276626"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">66</int>
+						<reference key="object" ref="81383071"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">67</int>
+						<reference key="object" ref="518187701"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">68</int>
+						<reference key="object" ref="601567061"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">69</int>
+						<reference key="object" ref="514192288"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">70</int>
+						<reference key="object" ref="136109594"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">71</int>
+						<reference key="object" ref="345586237"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">72</int>
+						<reference key="object" ref="686505362"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">73</int>
+						<reference key="object" ref="629677748"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">74</int>
+						<reference key="object" ref="79643170"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">75</int>
+						<reference key="object" ref="676482380"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">76</int>
+						<reference key="object" ref="66496634"/>
+						<reference key="parent" ref="451725730"/>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="flattenedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="NSArray" key="dict.sortedKeys">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>-1.CustomClassName</string>
+					<string>-2.CustomClassName</string>
+					<string>2.IBEditorWindowLastContentRect</string>
+					<string>2.IBPluginDependency</string>
+					<string>60.IBPluginDependency</string>
+					<string>60.IBViewBoundsToFrameTransform</string>
+					<string>61.IBPluginDependency</string>
+					<string>61.IBViewBoundsToFrameTransform</string>
+					<string>62.IBPluginDependency</string>
+					<string>62.IBViewBoundsToFrameTransform</string>
+					<string>63.IBPluginDependency</string>
+					<string>63.IBViewBoundsToFrameTransform</string>
+					<string>64.IBPluginDependency</string>
+					<string>64.IBViewBoundsToFrameTransform</string>
+					<string>65.IBPluginDependency</string>
+					<string>65.IBViewBoundsToFrameTransform</string>
+					<string>66.IBPluginDependency</string>
+					<string>66.IBViewBoundsToFrameTransform</string>
+					<string>67.IBPluginDependency</string>
+					<string>67.IBViewBoundsToFrameTransform</string>
+					<string>68.IBPluginDependency</string>
+					<string>68.IBViewBoundsToFrameTransform</string>
+					<string>69.IBPluginDependency</string>
+					<string>69.IBViewBoundsToFrameTransform</string>
+					<string>70.IBPluginDependency</string>
+					<string>70.IBViewBoundsToFrameTransform</string>
+					<string>71.IBPluginDependency</string>
+					<string>71.IBViewBoundsToFrameTransform</string>
+					<string>72.IBPluginDependency</string>
+					<string>72.IBViewBoundsToFrameTransform</string>
+					<string>73.IBPluginDependency</string>
+					<string>73.IBViewBoundsToFrameTransform</string>
+					<string>74.IBPluginDependency</string>
+					<string>74.IBViewBoundsToFrameTransform</string>
+					<string>75.IBPluginDependency</string>
+					<string>75.IBViewBoundsToFrameTransform</string>
+					<string>76.IBPluginDependency</string>
+					<string>76.IBViewBoundsToFrameTransform</string>
+				</object>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>HelpPageViewController</string>
+					<string>UIResponder</string>
+					<string>{{16, 775}, {480, 320}}</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform"/>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">AUGgAABEDIAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABC+AAAw0kAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAw14AAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAw9mAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAw+6AAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABByAAAwqYAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAwxMAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAADCQAAAwqYAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAADCQAAAwzcAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDAAAAw3AAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDAAAAw5aAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDOwAAw6OAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDOwAAw8WAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDDgAAw7UAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDDQAAw/CAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAADBAAAAwlQAAA</bytes>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="unlocalizedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="activeLocalization"/>
+			<object class="NSMutableDictionary" key="localizations">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="sourceID"/>
+			<int key="maxID">95</int>
+		</object>
+		<object class="IBClassDescriber" key="IBDocument.Classes">
+			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">HelpPageViewController</string>
+					<string key="superclassName">UIViewController</string>
+					<object class="NSMutableDictionary" key="actions">
+						<string key="NS.key.0">dismiss</string>
+						<string key="NS.object.0">id</string>
+					</object>
+					<object class="NSMutableDictionary" key="actionInfosByName">
+						<string key="NS.key.0">dismiss</string>
+						<object class="IBActionInfo" key="NS.object.0">
+							<string key="name">dismiss</string>
+							<string key="candidateClassName">id</string>
+						</object>
+					</object>
+					<object class="NSMutableDictionary" key="outlets">
+						<string key="NS.key.0">scrollView</string>
+						<string key="NS.object.0">UIScrollView</string>
+					</object>
+					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
+						<string key="NS.key.0">scrollView</string>
+						<object class="IBToOneOutletInfo" key="NS.object.0">
+							<string key="name">scrollView</string>
+							<string key="candidateClassName">UIScrollView</string>
+						</object>
+					</object>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBProjectSource</string>
+						<string key="minorKey">Classes/HelpPageViewController.h</string>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UILabel</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UILabel.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIResponder</string>
+					<string key="superclassName">NSObject</string>
+					<reference key="sourceIdentifier" ref="786211723"/>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIScrollView</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIScrollView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchBar</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchDisplayController</string>
+					<string key="superclassName">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
+					</object>
+				</object>
+			</object>
+		</object>
+		<int key="IBDocument.localizationMode">0</int>
+		<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
+			<integer value="1024" key="NS.object.0"/>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
+			<integer value="3100" key="NS.object.0"/>
+		</object>
+		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
+		<int key="IBDocument.defaultPropertyAccessControl">3</int>
+		<string key="IBCocoaTouchPluginVersion">123</string>
+	</data>
+</archive>
Binary file project_files/HedgewarsMobile/Resources/Icons/Default-ipad-Landscape.png has changed
Binary file project_files/HedgewarsMobile/Resources/Icons/Default.png has changed
Binary file project_files/HedgewarsMobile/Resources/Icons/LI-ipad-Landscape.png has changed
Binary file project_files/HedgewarsMobile/Resources/Icons/fb.png has changed
Binary file project_files/HedgewarsMobile/Resources/Icons/irc.png has changed
Binary file project_files/HedgewarsMobile/Resources/Icons/tw.png has changed
--- a/project_files/HedgewarsMobile/Resources/MainMenuViewController-iPhone.xib	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/MainMenuViewController-iPhone.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -2,9 +2,9 @@
 <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
 	<data>
 		<int key="IBDocument.SystemTarget">1024</int>
-		<string key="IBDocument.SystemVersion">10F569</string>
+		<string key="IBDocument.SystemVersion">10H574</string>
 		<string key="IBDocument.InterfaceBuilderVersion">804</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<string key="IBDocument.AppKitVersion">1038.35</string>
 		<string key="IBDocument.HIToolboxVersion">461.00</string>
 		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
 			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
@@ -12,7 +12,7 @@
 		</object>
 		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
 			<bool key="EncodedWithXMLCoder">YES</bool>
-			<integer value="22"/>
+			<integer value="1"/>
 		</object>
 		<object class="NSArray" key="IBDocument.PluginDependencies">
 			<bool key="EncodedWithXMLCoder">YES</bool>
@@ -45,7 +45,7 @@
 					<object class="IBUIImageView" id="249993817">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">274</int>
-						<string key="NSFrame">{{0, 21}, {480, 278}}</string>
+						<string key="NSFrameSize">{480, 300}</string>
 						<reference key="NSSuperview" ref="191373211"/>
 						<object class="NSColor" key="IBUIBackgroundColor">
 							<int key="NSColorSpace">3</int>
@@ -56,13 +56,25 @@
 						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
 						<object class="NSCustomResource" key="IBUIImage">
 							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">backgroundCenter.png</string>
+							<string key="NSResourceName">backgroundTop.png</string>
+						</object>
+					</object>
+					<object class="IBUIImageView" id="745649693">
+						<reference key="NSNextResponder" ref="191373211"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrame">{{0, 300}, {480, 20}}</string>
+						<reference key="NSSuperview" ref="191373211"/>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+						<object class="NSCustomResource" key="IBUIImage">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">borderBottom.png</string>
 						</object>
 					</object>
 					<object class="IBUIImageView" id="171108356">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">293</int>
-						<string key="NSFrame">{{120, 44}, {240, 52}}</string>
+						<string key="NSFrame">{{109, 35}, {262, 84}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
@@ -77,7 +89,7 @@
 					<object class="IBUIButton" id="124270424">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">289</int>
-						<string key="NSFrame">{{130, 166}, {220, 52}}</string>
+						<string key="NSFrame">{{208, 169}, {64, 64}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
 						<object class="NSColor" key="IBUIBackgroundColor">
 							<int key="NSColorSpace">1</int>
@@ -107,13 +119,13 @@
 						</object>
 						<object class="NSCustomResource" key="IBUINormalImage">
 							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">playButton.png</string>
+							<string key="NSResourceName">startButton.png</string>
 						</object>
 					</object>
 					<object class="IBUIButton" id="753723574">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">269</int>
-						<string key="NSFrame">{{401, 247}, {59, 52}}</string>
+						<string key="NSFrame">{{355, 208}, {59, 52}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
@@ -136,7 +148,7 @@
 					<object class="IBUIButton" id="705508539">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">269</int>
-						<string key="NSFrame">{{20, 247}, {59, 52}}</string>
+						<string key="NSFrame">{{66, 208}, {59, 52}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
@@ -156,40 +168,10 @@
 							<string key="NSResourceName">savesButton.png</string>
 						</object>
 					</object>
-					<object class="IBUIImageView" id="821240857">
-						<reference key="NSNextResponder" ref="191373211"/>
-						<int key="NSvFlags">290</int>
-						<string key="NSFrameSize">{480, 17}</string>
-						<reference key="NSSuperview" ref="191373211"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-						<int key="IBUIContentMode">4</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">borderTop.png</string>
-						</object>
-					</object>
-					<object class="IBUIImageView" id="936485487">
-						<reference key="NSNextResponder" ref="191373211"/>
-						<int key="NSvFlags">266</int>
-						<string key="NSFrame">{{0, 297}, {480, 23}}</string>
-						<reference key="NSSuperview" ref="191373211"/>
-						<bool key="IBUIOpaque">NO</bool>
-						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
-						<int key="IBUIContentMode">4</int>
-						<bool key="IBUIUserInteractionEnabled">NO</bool>
-						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
-						<object class="NSCustomResource" key="IBUIImage">
-							<string key="NSClassName">NSImage</string>
-							<string key="NSResourceName">borderBottom.png</string>
-						</object>
-					</object>
 					<object class="IBUIButton" id="818907840">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{0, 20}, {18, 19}}</string>
+						<string key="NSFrame">{{20, 19}, {18, 19}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<float key="IBUIAlpha">0.5</float>
@@ -283,13 +265,12 @@
 						<object class="NSMutableArray" key="children">
 							<bool key="EncodedWithXMLCoder">YES</bool>
 							<reference ref="249993817"/>
-							<reference ref="821240857"/>
-							<reference ref="936485487"/>
+							<reference ref="745649693"/>
 							<reference ref="171108356"/>
+							<reference ref="818907840"/>
+							<reference ref="705508539"/>
 							<reference ref="124270424"/>
 							<reference ref="753723574"/>
-							<reference ref="818907840"/>
-							<reference ref="705508539"/>
 						</object>
 						<reference key="parent" ref="0"/>
 					</object>
@@ -305,8 +286,8 @@
 						<reference key="parent" ref="0"/>
 					</object>
 					<object class="IBObjectRecord">
-						<int key="objectID">35</int>
-						<reference key="object" ref="821240857"/>
+						<int key="objectID">23</int>
+						<reference key="object" ref="171108356"/>
 						<reference key="parent" ref="191373211"/>
 					</object>
 					<object class="IBObjectRecord">
@@ -315,8 +296,18 @@
 						<reference key="parent" ref="191373211"/>
 					</object>
 					<object class="IBObjectRecord">
-						<int key="objectID">23</int>
-						<reference key="object" ref="171108356"/>
+						<int key="objectID">45</int>
+						<reference key="object" ref="745649693"/>
+						<reference key="parent" ref="191373211"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">41</int>
+						<reference key="object" ref="818907840"/>
+						<reference key="parent" ref="191373211"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">43</int>
+						<reference key="object" ref="705508539"/>
 						<reference key="parent" ref="191373211"/>
 					</object>
 					<object class="IBObjectRecord">
@@ -329,21 +320,6 @@
 						<reference key="object" ref="753723574"/>
 						<reference key="parent" ref="191373211"/>
 					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">36</int>
-						<reference key="object" ref="936485487"/>
-						<reference key="parent" ref="191373211"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">41</int>
-						<reference key="object" ref="818907840"/>
-						<reference key="parent" ref="191373211"/>
-					</object>
-					<object class="IBObjectRecord">
-						<int key="objectID">43</int>
-						<reference key="object" ref="705508539"/>
-						<reference key="parent" ref="191373211"/>
-					</object>
 				</object>
 			</object>
 			<object class="NSMutableDictionary" key="flattenedProperties">
@@ -355,48 +331,50 @@
 					<string>1.IBEditorWindowLastContentRect</string>
 					<string>1.IBPluginDependency</string>
 					<string>22.IBPluginDependency</string>
+					<string>22.IBViewBoundsToFrameTransform</string>
 					<string>23.IBPluginDependency</string>
 					<string>23.IBViewBoundsToFrameTransform</string>
 					<string>24.IBPluginDependency</string>
 					<string>24.IBViewBoundsToFrameTransform</string>
 					<string>28.IBPluginDependency</string>
 					<string>28.IBViewBoundsToFrameTransform</string>
-					<string>35.IBPluginDependency</string>
-					<string>36.IBPluginDependency</string>
 					<string>41.IBPluginDependency</string>
 					<string>41.IBViewBoundsToFrameTransform</string>
 					<string>43.IBPluginDependency</string>
 					<string>43.IBViewBoundsToFrameTransform</string>
+					<string>45.IBPluginDependency</string>
 				</object>
 				<object class="NSMutableArray" key="dict.values">
 					<bool key="EncodedWithXMLCoder">YES</bool>
 					<string>MainMenuViewController</string>
 					<string>UIResponder</string>
-					<string>{{432, 461}, {480, 320}}</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>{{517, 519}, {480, 320}}</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<object class="NSAffineTransform">
-						<bytes key="NSTransformStruct">P4AAAL+AAABC7AAAwpYAAA</bytes>
+						<bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAw5UAAA</bytes>
 					</object>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<object class="NSAffineTransform">
-						<bytes key="NSTransformStruct">P4AAAL+AAABC7AAAw0gAAA</bytes>
+						<bytes key="NSTransformStruct">P4AAAL+AAABC2gAAww8AAA</bytes>
 					</object>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<object class="NSAffineTransform">
-						<bytes key="NSTransformStruct">AUPIgABDdwAAA</bytes>
+						<bytes key="NSTransformStruct">P4AAAL+AAABDTAAAw20AAA</bytes>
 					</object>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<object class="NSAffineTransform">
-						<bytes key="NSTransformStruct">P4AAAL+AAABBoAAAw4+AAA</bytes>
+						<bytes key="NSTransformStruct">P4AAAL+AAABDsYAAw4QAAA</bytes>
 					</object>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<object class="NSAffineTransform">
-						<bytes key="NSTransformStruct">P4AAAL+AAABDywAAw5cAAA</bytes>
+						<bytes key="NSTransformStruct">P4AAAL+AAABBcAAAwhAAAA</bytes>
 					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABCjAAAw4QAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 				</object>
 			</object>
 			<object class="NSMutableDictionary" key="unlocalizedProperties">
@@ -415,7 +393,7 @@
 				</object>
 			</object>
 			<nil key="sourceID"/>
-			<int key="maxID">44</int>
+			<int key="maxID">45</int>
 		</object>
 		<object class="IBClassDescriber" key="IBDocument.Classes">
 			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
@@ -662,22 +640,20 @@
 			<bool key="EncodedWithXMLCoder">YES</bool>
 			<object class="NSArray" key="dict.sortedKeys">
 				<bool key="EncodedWithXMLCoder">YES</bool>
-				<string>backgroundCenter.png</string>
+				<string>backgroundTop.png</string>
 				<string>borderBottom.png</string>
-				<string>borderTop.png</string>
-				<string>playButton.png</string>
 				<string>savesButton.png</string>
 				<string>settingsButton.png</string>
+				<string>startButton.png</string>
 				<string>title_small.png</string>
 			</object>
 			<object class="NSMutableArray" key="dict.values">
 				<bool key="EncodedWithXMLCoder">YES</bool>
-				<string>{480, 278}</string>
-				<string>{480, 21}</string>
-				<string>{480, 21}</string>
-				<string>{216, 51}</string>
+				<string>{480, 300}</string>
+				<string>{480, 20}</string>
 				<string>{61, 59}</string>
 				<string>{61, 59}</string>
+				<string>{64, 64}</string>
 				<string>{262, 84}</string>
 			</object>
 		</object>
--- a/project_files/HedgewarsMobile/Resources/MapConfigViewController-iPhone.xib	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/MapConfigViewController-iPhone.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -2,9 +2,9 @@
 <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
 	<data>
 		<int key="IBDocument.SystemTarget">1024</int>
-		<string key="IBDocument.SystemVersion">10F569</string>
+		<string key="IBDocument.SystemVersion">10H574</string>
 		<string key="IBDocument.InterfaceBuilderVersion">804</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<string key="IBDocument.AppKitVersion">1038.35</string>
 		<string key="IBDocument.HIToolboxVersion">461.00</string>
 		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
 			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
@@ -42,6 +42,18 @@
 				<int key="NSvFlags">274</int>
 				<object class="NSMutableArray" key="NSSubviews">
 					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBUIImageView" id="574494641">
+						<reference key="NSNextResponder" ref="191373211"/>
+						<int key="NSvFlags">292</int>
+						<string key="NSFrameSize">{480, 276}</string>
+						<reference key="NSSuperview" ref="191373211"/>
+						<bool key="IBUIUserInteractionEnabled">NO</bool>
+						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+						<object class="NSCustomResource" key="IBUIImage">
+							<string key="NSClassName">NSImage</string>
+							<string key="NSResourceName">backgroundCenter.png</string>
+						</object>
+					</object>
 					<object class="IBUISegmentedControl" id="88728219">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">292</int>
@@ -87,6 +99,10 @@
 							<reference ref="4"/>
 							<reference ref="4"/>
 						</object>
+						<object class="NSColor" key="IBTintColor">
+							<int key="NSColorSpace">2</int>
+							<bytes key="NSRGB">MC4wMjM1Mjk0MTQwOSAwLjM3NjQ3MDYyNTQgMAA</bytes>
+						</object>
 					</object>
 					<object class="IBUISlider" id="938256702">
 						<reference key="NSNextResponder" ref="191373211"/>
@@ -130,7 +146,7 @@
 					<object class="IBUILabel" id="634417433">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{28, 234}, {42, 21}}</string>
+						<string key="NSFrame">{{20, 221}, {48, 35}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClipsSubviews">YES</bool>
@@ -138,9 +154,9 @@
 						<bool key="IBUIUserInteractionEnabled">NO</bool>
 						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
 						<string key="IBUIText">...</string>
-						<object class="NSColor" key="IBUITextColor" id="306081020">
-							<int key="NSColorSpace">1</int>
-							<bytes key="NSRGB">MCAwIDAAA</bytes>
+						<object class="NSColor" key="IBUITextColor">
+							<int key="NSColorSpace">2</int>
+							<bytes key="NSRGB">MC45NDkwMTk2NzA1IDAuNzY4NjI3NTI0NCAwAA</bytes>
 						</object>
 						<nil key="IBUIHighlightedColor"/>
 						<int key="IBUIBaselineAdjustment">1</int>
@@ -150,7 +166,7 @@
 					<object class="IBUILabel" id="743202682">
 						<reference key="NSNextResponder" ref="191373211"/>
 						<int key="NSvFlags">292</int>
-						<string key="NSFrame">{{100, 203}, {145, 29}}</string>
+						<string key="NSFrame">{{88, 209}, {169, 29}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
 						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClipsSubviews">YES</bool>
@@ -163,7 +179,10 @@
 							<double key="NSSize">24</double>
 							<int key="NSfFlags">16</int>
 						</object>
-						<reference key="IBUITextColor" ref="306081020"/>
+						<object class="NSColor" key="IBUITextColor">
+							<int key="NSColorSpace">2</int>
+							<bytes key="NSRGB">MC45NDExNzY1MzM3IDAuODE1Njg2MzQ1MSAwAA</bytes>
+						</object>
 						<nil key="IBUIHighlightedColor"/>
 						<int key="IBUIBaselineAdjustment">1</int>
 						<float key="IBUIMinimumFontSize">10</float>
@@ -174,16 +193,22 @@
 						<int key="NSvFlags">274</int>
 						<string key="NSFrame">{{284, 0}, {196, 276}}</string>
 						<reference key="NSSuperview" ref="191373211"/>
-						<reference key="IBUIBackgroundColor" ref="437070330"/>
+						<object class="NSColor" key="IBUIBackgroundColor">
+							<int key="NSColorSpace">3</int>
+							<bytes key="NSWhite">MCAwAA</bytes>
+						</object>
+						<bool key="IBUIOpaque">NO</bool>
 						<bool key="IBUIClipsSubviews">YES</bool>
+						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
 						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
 						<bool key="IBUIBouncesZoom">NO</bool>
-						<int key="IBUISeparatorStyle">1</int>
+						<int key="IBUIStyle">1</int>
+						<int key="IBUISeparatorStyle">2</int>
 						<int key="IBUISectionIndexMinimumDisplayRowCount">0</int>
 						<bool key="IBUIShowsSelectionImmediatelyOnTouchBegin">YES</bool>
 						<float key="IBUIRowHeight">44</float>
-						<float key="IBUISectionHeaderHeight">22</float>
-						<float key="IBUISectionFooterHeight">22</float>
+						<float key="IBUISectionHeaderHeight">10</float>
+						<float key="IBUISectionFooterHeight">10</float>
 					</object>
 				</object>
 				<string key="NSFrameSize">{480, 276}</string>
@@ -331,11 +356,12 @@
 						<object class="NSMutableArray" key="children">
 							<bool key="EncodedWithXMLCoder">YES</bool>
 							<reference ref="326163764"/>
-							<reference ref="634417433"/>
 							<reference ref="565214171"/>
-							<reference ref="743202682"/>
 							<reference ref="938256702"/>
 							<reference ref="88728219"/>
+							<reference ref="574494641"/>
+							<reference ref="743202682"/>
+							<reference ref="634417433"/>
 						</object>
 						<reference key="parent" ref="0"/>
 					</object>
@@ -381,6 +407,11 @@
 						<reference key="parent" ref="191373211"/>
 						<string key="objectName">Table View (Themes)</string>
 					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">35</int>
+						<reference key="object" ref="574494641"/>
+						<reference key="parent" ref="191373211"/>
+					</object>
 				</object>
 			</object>
 			<object class="NSMutableDictionary" key="flattenedProperties">
@@ -392,26 +423,48 @@
 					<string>1.IBEditorWindowLastContentRect</string>
 					<string>1.IBPluginDependency</string>
 					<string>11.IBPluginDependency</string>
+					<string>11.IBViewBoundsToFrameTransform</string>
 					<string>17.IBPluginDependency</string>
+					<string>17.IBViewBoundsToFrameTransform</string>
 					<string>25.IBPluginDependency</string>
+					<string>25.IBViewBoundsToFrameTransform</string>
+					<string>35.IBPluginDependency</string>
+					<string>35.IBViewBoundsToFrameTransform</string>
 					<string>7.IBPluginDependency</string>
 					<string>8.IBPluginDependency</string>
 					<string>9.CustomClassName</string>
 					<string>9.IBPluginDependency</string>
+					<string>9.IBViewBoundsToFrameTransform</string>
 				</object>
 				<object class="NSMutableArray" key="dict.values">
 					<bool key="EncodedWithXMLCoder">YES</bool>
 					<string>MapConfigViewController</string>
 					<string>UIResponder</string>
-					<string>{{744, 568}, {480, 320}}</string>
+					<string>{{507, 233}, {480, 320}}</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABB6AAAw3kAAA</bytes>
+					</object>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABCyAAAw2YAAA</bytes>
+					</object>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABDjgAAw4kAAA</bytes>
+					</object>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAAAAAAAAw58AAA</bytes>
+					</object>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
 					<string>MapPreviewButtonView</string>
 					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<object class="NSAffineTransform">
+						<bytes key="NSTransformStruct">P4AAAL+AAABBUAAAwxIAAA</bytes>
+					</object>
 				</object>
 			</object>
 			<object class="NSMutableDictionary" key="unlocalizedProperties">
@@ -430,7 +483,7 @@
 				</object>
 			</object>
 			<nil key="sourceID"/>
-			<int key="maxID">34</int>
+			<int key="maxID">35</int>
 		</object>
 		<object class="IBClassDescriber" key="IBDocument.Classes">
 			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
@@ -700,6 +753,14 @@
 					</object>
 				</object>
 				<object class="IBPartialClassDescription">
+					<string key="className">UIImageView</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIImageView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
 					<string key="className">UILabel</string>
 					<string key="superclassName">UIView</string>
 					<object class="IBClassDescriptionSource" key="sourceIdentifier">
@@ -826,6 +887,10 @@
 		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
 		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
 		<int key="IBDocument.defaultPropertyAccessControl">3</int>
+		<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
+			<string key="NS.key.0">backgroundCenter.png</string>
+			<string key="NS.object.0">{480, 276}</string>
+		</object>
 		<string key="IBCocoaTouchPluginVersion">123</string>
 	</data>
 </archive>
Binary file project_files/HedgewarsMobile/Resources/Overlay/background_med.png has changed
Binary file project_files/HedgewarsMobile/Resources/Overlay/background_small.png has changed
Binary file project_files/HedgewarsMobile/Resources/Overlay/mediumBackground~ipad.png has changed
Binary file project_files/HedgewarsMobile/Resources/Overlay/smallerBackground@2x-iphone.png has changed
Binary file project_files/HedgewarsMobile/Resources/Overlay/smallerBackground~ipad.png has changed
Binary file project_files/HedgewarsMobile/Resources/Overlay/smallerBackground~iphone.png has changed
--- a/project_files/HedgewarsMobile/Resources/OverlayViewController.xib	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/OverlayViewController.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -3,12 +3,12 @@
 	<data>
 		<int key="IBDocument.SystemTarget">1024</int>
 		<string key="IBDocument.SystemVersion">10F569</string>
-		<string key="IBDocument.InterfaceBuilderVersion">788</string>
+		<string key="IBDocument.InterfaceBuilderVersion">804</string>
 		<string key="IBDocument.AppKitVersion">1038.29</string>
 		<string key="IBDocument.HIToolboxVersion">461.00</string>
 		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
 			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
-			<string key="NS.object.0">117</string>
+			<string key="NS.object.0">123</string>
 		</object>
 		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
 			<bool key="EncodedWithXMLCoder">YES</bool>
@@ -1050,6 +1050,6 @@
 				<string>{64, 64}</string>
 			</object>
 		</object>
-		<string key="IBCocoaTouchPluginVersion">117</string>
+		<string key="IBCocoaTouchPluginVersion">123</string>
 	</data>
 </archive>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/SavedGamesViewController.xib	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,587 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10">
+	<data>
+		<int key="IBDocument.SystemTarget">1024</int>
+		<string key="IBDocument.SystemVersion">10F569</string>
+		<string key="IBDocument.InterfaceBuilderVersion">804</string>
+		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<string key="IBDocument.HIToolboxVersion">461.00</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+			<string key="NS.object.0">123</string>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<integer value="2"/>
+		</object>
+		<object class="NSArray" key="IBDocument.PluginDependencies">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.Metadata">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="NSArray" key="dict.sortedKeys" id="0">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+			<object class="NSMutableArray" key="dict.values">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+			</object>
+		</object>
+		<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
+			<bool key="EncodedWithXMLCoder">YES</bool>
+			<object class="IBProxyObject" id="841351856">
+				<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+			<object class="IBProxyObject" id="606714003">
+				<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+			<object class="IBUIView" id="766721923">
+				<reference key="NSNextResponder"/>
+				<int key="NSvFlags">292</int>
+				<object class="NSMutableArray" key="NSSubviews">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBUIToolbar" id="832454237">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">290</int>
+						<string key="NSFrameSize">{768, 44}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
+						<int key="IBUITag">458912</int>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<object class="NSMutableArray" key="IBUIItems">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<object class="IBUIBarButtonItem" id="422926197">
+								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+								<int key="IBUIStyle">1</int>
+								<reference key="IBUIToolbar" ref="832454237"/>
+								<int key="IBUISystemItemIdentifier">0</int>
+							</object>
+							<object class="IBUIBarButtonItem" id="881124109">
+								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+								<reference key="IBUIToolbar" ref="832454237"/>
+								<int key="IBUISystemItemIdentifier">5</int>
+							</object>
+							<object class="IBUIBarButtonItem" id="882246004">
+								<string key="IBUITitle">Clear All</string>
+								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+								<int key="IBUIStyle">1</int>
+								<reference key="IBUIToolbar" ref="832454237"/>
+							</object>
+							<object class="IBUIBarButtonItem" id="793091239">
+								<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+								<reference key="IBUIToolbar" ref="832454237"/>
+								<int key="IBUISystemItemIdentifier">2</int>
+							</object>
+						</object>
+					</object>
+					<object class="IBUITableView" id="399289716">
+						<reference key="NSNextResponder" ref="766721923"/>
+						<int key="NSvFlags">274</int>
+						<string key="NSFrame">{{0, 44}, {768, 724}}</string>
+						<reference key="NSSuperview" ref="766721923"/>
+						<object class="NSColor" key="IBUIBackgroundColor">
+							<int key="NSColorSpace">1</int>
+							<bytes key="NSRGB">MCAwIDAgMAA</bytes>
+						</object>
+						<bool key="IBUIClipsSubviews">YES</bool>
+						<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+						<bool key="IBUIAlwaysBounceVertical">YES</bool>
+						<int key="IBUIStyle">1</int>
+						<int key="IBUISeparatorStyle">2</int>
+						<int key="IBUISectionIndexMinimumDisplayRowCount">0</int>
+						<bool key="IBUIShowsSelectionImmediatelyOnTouchBegin">YES</bool>
+						<float key="IBUIRowHeight">44</float>
+						<float key="IBUISectionHeaderHeight">10</float>
+						<float key="IBUISectionFooterHeight">10</float>
+					</object>
+				</object>
+				<string key="NSFrameSize">{768, 768}</string>
+				<reference key="NSSuperview"/>
+				<object class="NSColor" key="IBUIBackgroundColor">
+					<int key="NSColorSpace">3</int>
+					<bytes key="NSWhite">MQA</bytes>
+				</object>
+				<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
+				<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
+					<int key="interfaceOrientation">3</int>
+				</object>
+				<string key="targetRuntimeIdentifier">IBIPadFramework</string>
+			</object>
+		</object>
+		<object class="IBObjectContainer" key="IBDocument.Objects">
+			<object class="NSMutableArray" key="connectionRecords">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">view</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="766721923"/>
+					</object>
+					<int key="connectionID">3</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchEventConnection" key="connection">
+						<string key="label">buttonPressed:</string>
+						<reference key="source" ref="422926197"/>
+						<reference key="destination" ref="841351856"/>
+					</object>
+					<int key="connectionID">6</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">dataSource</string>
+						<reference key="source" ref="399289716"/>
+						<reference key="destination" ref="841351856"/>
+					</object>
+					<int key="connectionID">8</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">delegate</string>
+						<reference key="source" ref="399289716"/>
+						<reference key="destination" ref="841351856"/>
+					</object>
+					<int key="connectionID">9</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchOutletConnection" key="connection">
+						<string key="label">tableView</string>
+						<reference key="source" ref="841351856"/>
+						<reference key="destination" ref="399289716"/>
+					</object>
+					<int key="connectionID">10</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchEventConnection" key="connection">
+						<string key="label">toggleEdit:</string>
+						<reference key="source" ref="793091239"/>
+						<reference key="destination" ref="841351856"/>
+					</object>
+					<int key="connectionID">14</int>
+				</object>
+				<object class="IBConnectionRecord">
+					<object class="IBCocoaTouchEventConnection" key="connection">
+						<string key="label">clearAll:</string>
+						<reference key="source" ref="882246004"/>
+						<reference key="destination" ref="841351856"/>
+					</object>
+					<int key="connectionID">16</int>
+				</object>
+			</object>
+			<object class="IBMutableOrderedSet" key="objectRecords">
+				<object class="NSArray" key="orderedObjects">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<object class="IBObjectRecord">
+						<int key="objectID">0</int>
+						<reference key="object" ref="0"/>
+						<reference key="children" ref="1000"/>
+						<nil key="parent"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-1</int>
+						<reference key="object" ref="841351856"/>
+						<reference key="parent" ref="0"/>
+						<string key="objectName">File's Owner</string>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">-2</int>
+						<reference key="object" ref="606714003"/>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">2</int>
+						<reference key="object" ref="766721923"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="832454237"/>
+							<reference ref="399289716"/>
+						</object>
+						<reference key="parent" ref="0"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">4</int>
+						<reference key="object" ref="832454237"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="422926197"/>
+							<reference ref="793091239"/>
+							<reference ref="881124109"/>
+							<reference ref="882246004"/>
+						</object>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">5</int>
+						<reference key="object" ref="422926197"/>
+						<reference key="parent" ref="832454237"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">7</int>
+						<reference key="object" ref="399289716"/>
+						<reference key="parent" ref="766721923"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">12</int>
+						<reference key="object" ref="793091239"/>
+						<reference key="parent" ref="832454237"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">13</int>
+						<reference key="object" ref="881124109"/>
+						<reference key="parent" ref="832454237"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">15</int>
+						<reference key="object" ref="882246004"/>
+						<reference key="parent" ref="832454237"/>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="flattenedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="NSArray" key="dict.sortedKeys">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>-1.CustomClassName</string>
+					<string>-2.CustomClassName</string>
+					<string>12.IBPluginDependency</string>
+					<string>13.IBPluginDependency</string>
+					<string>15.IBPluginDependency</string>
+					<string>2.IBEditorWindowLastContentRect</string>
+					<string>2.IBPluginDependency</string>
+					<string>4.IBPluginDependency</string>
+					<string>5.IBPluginDependency</string>
+					<string>7.IBPluginDependency</string>
+				</object>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+					<string>SavedGamesViewController</string>
+					<string>UIResponder</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>{{467, 276}, {768, 768}}</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+					<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+				</object>
+			</object>
+			<object class="NSMutableDictionary" key="unlocalizedProperties">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="activeLocalization"/>
+			<object class="NSMutableDictionary" key="localizations">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<reference key="dict.sortedKeys" ref="0"/>
+				<object class="NSMutableArray" key="dict.values">
+					<bool key="EncodedWithXMLCoder">YES</bool>
+				</object>
+			</object>
+			<nil key="sourceID"/>
+			<int key="maxID">16</int>
+		</object>
+		<object class="IBClassDescriber" key="IBDocument.Classes">
+			<object class="NSMutableArray" key="referencedPartialClassDescriptions">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">SavedGamesViewController</string>
+					<string key="superclassName">UIViewController</string>
+					<object class="NSMutableDictionary" key="actions">
+						<bool key="EncodedWithXMLCoder">YES</bool>
+						<object class="NSArray" key="dict.sortedKeys">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<string>buttonPressed:</string>
+							<string>clearAll:</string>
+							<string>toggleEdit:</string>
+						</object>
+						<object class="NSMutableArray" key="dict.values">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<string>id</string>
+							<string>id</string>
+							<string>id</string>
+						</object>
+					</object>
+					<object class="NSMutableDictionary" key="actionInfosByName">
+						<bool key="EncodedWithXMLCoder">YES</bool>
+						<object class="NSArray" key="dict.sortedKeys">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<string>buttonPressed:</string>
+							<string>clearAll:</string>
+							<string>toggleEdit:</string>
+						</object>
+						<object class="NSMutableArray" key="dict.values">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<object class="IBActionInfo">
+								<string key="name">buttonPressed:</string>
+								<string key="candidateClassName">id</string>
+							</object>
+							<object class="IBActionInfo">
+								<string key="name">clearAll:</string>
+								<string key="candidateClassName">id</string>
+							</object>
+							<object class="IBActionInfo">
+								<string key="name">toggleEdit:</string>
+								<string key="candidateClassName">id</string>
+							</object>
+						</object>
+					</object>
+					<object class="NSMutableDictionary" key="outlets">
+						<string key="NS.key.0">tableView</string>
+						<string key="NS.object.0">UITableView</string>
+					</object>
+					<object class="NSMutableDictionary" key="toOneOutletInfosByName">
+						<string key="NS.key.0">tableView</string>
+						<object class="IBToOneOutletInfo" key="NS.object.0">
+							<string key="name">tableView</string>
+							<string key="candidateClassName">UITableView</string>
+						</object>
+					</object>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBProjectSource</string>
+						<string key="minorKey">Classes/SavedGamesViewController.h</string>
+					</object>
+				</object>
+			</object>
+			<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
+				<bool key="EncodedWithXMLCoder">YES</bool>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIBarButtonItem</string>
+					<string key="superclassName">UIBarItem</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIBarButtonItem.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIBarItem</string>
+					<string key="superclassName">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIBarItem.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIResponder</string>
+					<string key="superclassName">NSObject</string>
+					<reference key="sourceIdentifier" ref="786211723"/>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIScrollView</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIScrollView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchBar</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UISearchDisplayController</string>
+					<string key="superclassName">NSObject</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UITableView</string>
+					<string key="superclassName">UIScrollView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITableView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIToolbar</string>
+					<string key="superclassName">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIToolbar.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIView</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
+					</object>
+				</object>
+				<object class="IBPartialClassDescription">
+					<string key="className">UIViewController</string>
+					<string key="superclassName">UIResponder</string>
+					<object class="IBClassDescriptionSource" key="sourceIdentifier">
+						<string key="majorKey">IBFrameworkSource</string>
+						<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
+					</object>
+				</object>
+			</object>
+		</object>
+		<int key="IBDocument.localizationMode">0</int>
+		<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
+			<integer value="1024" key="NS.object.0"/>
+		</object>
+		<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
+			<integer value="3100" key="NS.object.0"/>
+		</object>
+		<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+		<string key="IBDocument.LastKnownRelativeProjectPath">../Hedgewars.xcodeproj</string>
+		<int key="IBDocument.defaultPropertyAccessControl">3</int>
+		<string key="IBCocoaTouchPluginVersion">123</string>
+	</data>
+</archive>
--- a/project_files/HedgewarsMobile/Resources/Settings/Schemes/Barrel Mayhem.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Barrel Mayhem.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -8,9 +8,13 @@
 		<integer>30</integer>
 		<integer>100</integer>
 		<integer>15</integer>
+		<integer>47</integer>
+		<integer>5</integer>
+		<integer>0</integer>
+		<integer>35</integer>
+		<integer>25</integer>
 		<integer>0</integer>
 		<integer>0</integer>
-		<integer>1</integer>
 		<integer>0</integer>
 		<integer>40</integer>
 	</array>
@@ -37,6 +41,7 @@
 		<false/>
 		<false/>
 		<false/>
+		<false/>
 	</array>
 </dict>
 </plist>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Clean Slate.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>basic</key>
+	<array>
+		<integer>100</integer>
+		<integer>45</integer>
+		<integer>100</integer>
+		<integer>15</integer>
+		<integer>47</integer>
+		<integer>5</integer>
+		<integer>5</integer>
+		<integer>35</integer>
+		<integer>25</integer>
+		<integer>3</integer>
+		<integer>4</integer>
+		<integer>0</integer>
+		<integer>2</integer>
+	</array>
+	<key>gamemod</key>
+	<array>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<true/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<true/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<true/>
+		<true/>
+		<false/>
+		<false/>
+	</array>
+</dict>
+</plist>
--- a/project_files/HedgewarsMobile/Resources/Settings/Schemes/Default.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Default.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -8,7 +8,11 @@
 		<integer>45</integer>
 		<integer>100</integer>
 		<integer>15</integer>
+		<integer>47</integer>
 		<integer>5</integer>
+		<integer>5</integer>
+		<integer>35</integer>
+		<integer>25</integer>
 		<integer>3</integer>
 		<integer>4</integer>
 		<integer>0</integer>
@@ -22,7 +26,7 @@
 		<false/>
 		<false/>
 		<false/>
-		<true/>
+		<false/>
 		<false/>
 		<false/>
 		<false/>
@@ -37,6 +41,7 @@
 		<false/>
 		<false/>
 		<false/>
+		<false/>
 	</array>
 </dict>
 </plist>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Fort Mode.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>basic</key>
+	<array>
+		<integer>100</integer>
+		<integer>45</integer>
+		<integer>100</integer>
+		<integer>15</integer>
+		<integer>47</integer>
+		<integer>5</integer>
+		<integer>5</integer>
+		<integer>35</integer>
+		<integer>25</integer>
+		<integer>3</integer>
+		<integer>0</integer>
+		<integer>0</integer>
+		<integer>0</integer>
+	</array>
+	<key>gamemod</key>
+	<array>
+		<false/>
+		<false/>
+		<true/>
+		<true/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<true/>
+		<true/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+	</array>
+</dict>
+</plist>
--- a/project_files/HedgewarsMobile/Resources/Settings/Schemes/Minefield.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Minefield.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -4,11 +4,15 @@
 <dict>
 	<key>basic</key>
 	<array>
-		<integer>150</integer>
+		<integer>50</integer>
 		<integer>30</integer>
-		<integer>50</integer>
+		<integer>150</integer>
 		<integer>15</integer>
+		<integer>47</integer>
+		<integer>5</integer>
 		<integer>0</integer>
+		<integer>35</integer>
+		<integer>25</integer>
 		<integer>0</integer>
 		<integer>80</integer>
 		<integer>0</integer>
@@ -22,7 +26,7 @@
 		<false/>
 		<false/>
 		<false/>
-		<true/>
+		<false/>
 		<false/>
 		<false/>
 		<false/>
@@ -37,6 +41,7 @@
 		<false/>
 		<false/>
 		<false/>
+		<false/>
 	</array>
 </dict>
 </plist>
--- a/project_files/HedgewarsMobile/Resources/Settings/Schemes/Pro Mode.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Pro Mode.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -8,9 +8,13 @@
 		<integer>15</integer>
 		<integer>100</integer>
 		<integer>15</integer>
+		<integer>47</integer>
+		<integer>5</integer>
 		<integer>0</integer>
+		<integer>35</integer>
+		<integer>25</integer>
 		<integer>3</integer>
-		<integer>4</integer>
+		<integer>0</integer>
 		<integer>0</integer>
 		<integer>2</integer>
 	</array>
@@ -37,6 +41,7 @@
 		<false/>
 		<false/>
 		<false/>
+		<false/>
 	</array>
 </dict>
 </plist>
--- a/project_files/HedgewarsMobile/Resources/Settings/Schemes/Shoppa.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Shoppa.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -8,9 +8,13 @@
 		<integer>300</integer>
 		<integer>100</integer>
 		<integer>50</integer>
+		<integer>47</integer>
+		<integer>5</integer>
 		<integer>1</integer>
+		<integer>0</integer>
+		<integer>35</integer>
 		<integer>3</integer>
-		<integer>4</integer>
+		<integer>0</integer>
 		<integer>0</integer>
 		<integer>0</integer>
 	</array>
@@ -37,6 +41,7 @@
 		<false/>
 		<false/>
 		<false/>
+		<false/>
 	</array>
 </dict>
 </plist>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Thinking with Portals.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>basic</key>
+	<array>
+		<integer>100</integer>
+		<integer>45</integer>
+		<integer>100</integer>
+		<integer>15</integer>
+		<integer>47</integer>
+		<integer>5</integer>
+		<integer>2</integer>
+		<integer>25</integer>
+		<integer>25</integer>
+		<integer>4</integer>
+		<integer>5</integer>
+		<integer>0</integer>
+		<integer>5</integer>
+	</array>
+	<key>gamemod</key>
+	<array>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<true/>
+		<true/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+		<false/>
+	</array>
+</dict>
+</plist>
--- a/project_files/HedgewarsMobile/Resources/Settings/Schemes/Timeless.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Timeless.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -7,11 +7,15 @@
 		<integer>100</integer>
 		<integer>100</integer>
 		<integer>100</integer>
-		<integer>15</integer>
+		<integer>100</integer>
+		<integer>47</integer>
 		<integer>5</integer>
+		<integer>5</integer>
+		<integer>35</integer>
+		<integer>30</integer>
 		<integer>3</integer>
-		<integer>4</integer>
-		<integer>0</integer>
+		<integer>5</integer>
+		<integer>10</integer>
 		<integer>2</integer>
 	</array>
 	<key>gamemod</key>
@@ -22,7 +26,7 @@
 		<false/>
 		<false/>
 		<false/>
-		<true/>
+		<false/>
 		<false/>
 		<false/>
 		<false/>
@@ -36,6 +40,7 @@
 		<false/>
 		<false/>
 		<false/>
+		<true/>
 		<false/>
 	</array>
 </dict>
--- a/project_files/HedgewarsMobile/Resources/Settings/Schemes/Tunnel Hogs.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/Schemes/Tunnel Hogs.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -8,7 +8,11 @@
 		<integer>30</integer>
 		<integer>100</integer>
 		<integer>15</integer>
+		<integer>47</integer>
 		<integer>5</integer>
+		<integer>5</integer>
+		<integer>35</integer>
+		<integer>25</integer>
 		<integer>3</integer>
 		<integer>10</integer>
 		<integer>10</integer>
@@ -22,7 +26,7 @@
 		<false/>
 		<false/>
 		<false/>
-		<true/>
+		<false/>
 		<false/>
 		<false/>
 		<false/>
@@ -37,6 +41,7 @@
 		<false/>
 		<false/>
 		<false/>
+		<false/>
 	</array>
 </dict>
 </plist>
--- a/project_files/HedgewarsMobile/Resources/Settings/iFrontend/basicFlags_en.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/iFrontend/basicFlags_en.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -3,30 +3,10 @@
 <plist version="1.0">
 <array>
 	<dict>
-		<key>default</key>
-		<integer>100</integer>
-		<key>image</key>
-		<string>Damage</string>
-		<key>max</key>
-		<integer>300</integer>
-		<key>min</key>
-		<integer>10</integer>
-		<key>title</key>
-		<string>Damage Modifier</string>
-	</dict>
-	<dict>
-		<key>default</key>
-		<integer>45</integer>
-		<key>image</key>
-		<string>Time</string>
-		<key>max</key>
-		<integer>100</integer>
-		<key>min</key>
-		<integer>1</integer>
-		<key>title</key>
-		<string>Turn Time</string>
-	</dict>
-	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string></string>
 		<key>default</key>
 		<integer>100</integer>
 		<key>image</key>
@@ -39,6 +19,42 @@
 		<string>Initial Health</string>
 	</dict>
 	<dict>
+		<key>checkOverMax</key>
+		<true/>
+		<key>command</key>
+		<string>e$turntime</string>
+		<key>default</key>
+		<integer>45</integer>
+		<key>image</key>
+		<string>Time</string>
+		<key>max</key>
+		<integer>100</integer>
+		<key>min</key>
+		<integer>1</integer>
+		<key>title</key>
+		<string>Turn Time</string>
+	</dict>
+	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$damagepct</string>
+		<key>default</key>
+		<integer>100</integer>
+		<key>image</key>
+		<string>Damage</string>
+		<key>max</key>
+		<integer>300</integer>
+		<key>min</key>
+		<integer>10</integer>
+		<key>title</key>
+		<string>Damage Modifier</string>
+	</dict>
+	<dict>
+		<key>checkOverMax</key>
+		<true/>
+		<key>command</key>
+		<string>e$sd_turns</string>
 		<key>default</key>
 		<integer>15</integer>
 		<key>image</key>
@@ -51,6 +67,42 @@
 		<string>Sudden Death Timeout</string>
 	</dict>
 	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$waterrise</string>
+		<key>default</key>
+		<integer>47</integer>
+		<key>image</key>
+		<string>SuddenDeath</string>
+		<key>max</key>
+		<integer>100</integer>
+		<key>min</key>
+		<integer>0</integer>
+		<key>title</key>
+		<string>Water Rise Amount</string>
+	</dict>
+	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$healthdec</string>
+		<key>default</key>
+		<integer>5</integer>
+		<key>image</key>
+		<string>SuddenDeath</string>
+		<key>max</key>
+		<integer>100</integer>
+		<key>min</key>
+		<integer>0</integer>
+		<key>title</key>
+		<string>Health Decrease</string>
+	</dict>
+	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$casefreq</string>
 		<key>default</key>
 		<integer>5</integer>
 		<key>image</key>
@@ -60,21 +112,61 @@
 		<key>min</key>
 		<integer>0</integer>
 		<key>title</key>
-		<string>Crate Drops</string>
+		<string>Crate Drop Turns</string>
+	</dict>
+	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$healthprob</string>
+		<key>default</key>
+		<integer>35</integer>
+		<key>image</key>
+		<string>Health</string>
+		<key>max</key>
+		<integer>100</integer>
+		<key>min</key>
+		<integer>0</integer>
+		<key>title</key>
+		<string>Health Kit Probability</string>
 	</dict>
 	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$hcaseamount</string>
+		<key>default</key>
+		<integer>25</integer>
+		<key>image</key>
+		<string>Health</string>
+		<key>max</key>
+		<integer>200</integer>
+		<key>min</key>
+		<integer>0</integer>
+		<key>title</key>
+		<string>Health Amount in Kit</string>
+	</dict>
+	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$minestime</string>
 		<key>default</key>
 		<integer>3</integer>
 		<key>image</key>
 		<string>Time</string>
 		<key>max</key>
-		<integer>3</integer>
+		<integer>5</integer>
 		<key>min</key>
-		<integer>0</integer>
+		<integer>-1</integer>
 		<key>title</key>
 		<string>Mines Time</string>
 	</dict>
 	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$minesnum</string>
 		<key>default</key>
 		<integer>4</integer>
 		<key>image</key>
@@ -82,11 +174,15 @@
 		<key>max</key>
 		<integer>80</integer>
 		<key>min</key>
-		<integer>1</integer>
+		<integer>0</integer>
 		<key>title</key>
 		<string>Mines Number</string>
 	</dict>
 	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$minedudpct</string>
 		<key>default</key>
 		<integer>0</integer>
 		<key>image</key>
@@ -99,6 +195,10 @@
 		<string>Dud Mines Probability</string>
 	</dict>
 	<dict>
+		<key>checkOverMax</key>
+		<false/>
+		<key>command</key>
+		<string>e$explosives</string>
 		<key>default</key>
 		<integer>2</integer>
 		<key>image</key>
--- a/project_files/HedgewarsMobile/Resources/Settings/iFrontend/credits.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/iFrontend/credits.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -15,9 +15,10 @@
 		<string>Carlos &quot;Palewolf&quot; Vives</string>
 		<string>Richard &quot;Sheepluva&quot; Korlyi</string>
 		<string>Henning &quot;Prg&quot; Kühn</string>
+		<string>Henrik &quot;Henek&quot; Rostedt</string>
 	</array>
 	<array>
-		<string>Tiyuri</string>
+		<string>John &quot;Fizzy&quot; Dum</string>
 		<string>Joshua Frese</string>
 		<string>Stanko Tadić</string>
 		<string>Julien Koesten</string>
@@ -27,7 +28,7 @@
 	</array>
 	<array>
 		<string>Stephen &quot;Armagon&quot; Alexander</string>
-		<string>Finn &quot;Tiyuri&quot; Brice</string>
+		<string>John &quot;Fizzy&quot; Dum</string>
 		<string>Jonatan Nilsson</string>
 		<string>Daniel Martin</string>
 	</array>
@@ -53,7 +54,7 @@
 	<array>
 		<string>Aleksey Andreev</string>
 		<string>Aleksander Rudalev</string>
-		<string>Natasha Stafeeva</string>
+		<string>Natasha Korotaeva</string>
 		<string>Adam Higerd</string>
 	</array>
 	<array>
@@ -65,13 +66,14 @@
 		<string>Desktop frontend improvements</string>
 		<string>Desktop frontend improvements</string>
 		<string>Mac OS X and iPhone version</string>
-		<string>Gamepad support, OpenGL wizard</string>
+		<string>Gamepad support</string>
 		<string>Many engine improvements and graphics</string>
 		<string>Many engine and server improvements</string>
 		<string>Maze maps</string>
+		<string>Engine and frontend improvements</string>
 	</array>
 	<array>
-		<string></string>
+		<string>Main graphics</string>
 		<string></string>
 		<string></string>
 		<string></string>
--- a/project_files/HedgewarsMobile/Resources/Settings/iFrontend/gameFlags_en.plist	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/HedgewarsMobile/Resources/Settings/iFrontend/gameFlags_en.plist	Mon Nov 15 12:37:39 2010 +0100
@@ -20,11 +20,11 @@
 	</dict>
 	<dict>
 		<key>description</key>
-		<string>Teams will start on opposite sides of the terrain (two teams only)</string>
+		<string>Teams will start on opposite sides of the terrain</string>
 		<key>image</key>
 		<string>TeamsDivide</string>
 		<key>title</key>
-		<string>Divide Team</string>
+		<string>Divide Team (max 2 teams)</string>
 	</dict>
 	<dict>
 		<key>description</key>
@@ -52,11 +52,11 @@
 	</dict>
 	<dict>
 		<key>description</key>
-		<string>Enable random mines</string>
+		<string>All (living) hedgehogs are fully restored at the end of turn</string>
 		<key>image</key>
-		<string>Mines</string>
+		<string>ResetHealth</string>
 		<key>title</key>
-		<string>Add Mines</string>
+		<string>Reset Health</string>
 	</dict>
 	<dict>
 		<key>description</key>
@@ -84,7 +84,7 @@
 	</dict>
 	<dict>
 		<key>description</key>
-		<string>Defend your fort and destroy the opponents (two teams only)</string>
+		<string>Defend your fort and destroy the opponents</string>
 		<key>image</key>
 		<string>Forts</string>
 		<key>title</key>
@@ -100,7 +100,7 @@
 	</dict>
 	<dict>
 		<key>description</key>
-		<string>Play with a King. If he dies, your side loses</string>
+		<string>Play with a King; when he dies, your side loses</string>
 		<key>image</key>
 		<string>King</string>
 		<key>title</key>
@@ -164,11 +164,19 @@
 	</dict>
 	<dict>
 		<key>description</key>
-		<string>Each hedgehog has its own ammo.</string>
+		<string>Each hedgehog has its own ammo</string>
 		<key>image</key>
 		<string>PerHogAmmo</string>
 		<key>title</key>
 		<string>Per Hedgehog Ammo</string>
 	</dict>
+	<dict>
+		<key>description</key>
+		<string>Wind will not affect weapons</string>
+		<key>image</key>
+		<string>NoWind</string>
+		<key>title</key>
+		<string>Disable Wind</string>
+	</dict>
 </array>
 </plist>
Binary file project_files/HedgewarsMobile/Resources/surpise.png has changed
Binary file project_files/HedgewarsMobile/Resources/surprise.png has changed
--- a/project_files/hedgewars.pro	Wed Oct 27 14:23:47 2010 +0200
+++ b/project_files/hedgewars.pro	Mon Nov 15 12:37:39 2010 +0100
@@ -62,9 +62,10 @@
 	SOURCES += ../QTfrontend/xfire.cpp
 }
 
+TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_ar.ts 
 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_bg.ts 	 
+TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts 	 
 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_de.ts 	 
-TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_cs.ts 	 
 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_en.ts 	 
 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_es.ts 	 
 TRANSLATIONS += ../share/hedgewars/Data/Locale/hedgewars_fi.ts 	 
--- a/share/hedgewars/Data/CMakeLists.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -1,3 +1,3 @@
-foreach(dir "Fonts" "Forts" "Graphics" "Locale" "Maps" "Music" "Sounds" "Themes" "Missions" "Names")
+foreach(dir "Fonts" "Forts" "Graphics" "Locale" "Maps" "Music" "Sounds" "Themes" "Missions" "Names" "misc")
   add_subdirectory(${dir})
 endforeach(dir)
Binary file share/hedgewars/Data/Forts/Cake-preview.png has changed
Binary file share/hedgewars/Data/Forts/Castle-preview.png has changed
Binary file share/hedgewars/Data/Forts/Earth-preview.png has changed
Binary file share/hedgewars/Data/Forts/EarthR.png has changed
Binary file share/hedgewars/Data/Forts/EvilChicken-preview.png has changed
Binary file share/hedgewars/Data/Forts/EvilChickenL.png has changed
Binary file share/hedgewars/Data/Forts/EvilChickenR.png has changed
Binary file share/hedgewars/Data/Forts/Flowerhog-preview.png has changed
Binary file share/hedgewars/Data/Forts/Hydrant-preview.png has changed
Binary file share/hedgewars/Data/Forts/Lego-preview.png has changed
Binary file share/hedgewars/Data/Forts/Plane-preview.png has changed
Binary file share/hedgewars/Data/Forts/Statue-preview.png has changed
Binary file share/hedgewars/Data/Forts/UFO-preview.png has changed
Binary file share/hedgewars/Data/Forts/Wood-preview.png has changed
Binary file share/hedgewars/Data/Graphics/AirDrill.png has changed
Binary file share/hedgewars/Data/Graphics/AmmoMenu/Ammos.png has changed
Binary file share/hedgewars/Data/Graphics/AmmoMenu/SlotKeys.png has changed
Binary file share/hedgewars/Data/Graphics/BazookaShell.png has changed
Binary file share/hedgewars/Data/Graphics/BulletHit.png has changed
Binary file share/hedgewars/Data/Graphics/BulletHit.sifz has changed
Binary file share/hedgewars/Data/Graphics/Case.png has changed
Binary file share/hedgewars/Data/Graphics/Chunk.png has changed
Binary file share/hedgewars/Data/Graphics/Cross.png has changed
Binary file share/hedgewars/Data/Graphics/Crosshair.png has changed
Binary file share/hedgewars/Data/Graphics/Explosives.png has changed
Binary file share/hedgewars/Data/Graphics/Finger.png has changed
Binary file share/hedgewars/Data/Graphics/FirstAid.png has changed
Binary file share/hedgewars/Data/Graphics/Flags/cm_pacman2.png has changed
Binary file share/hedgewars/Data/Graphics/Flame.png has changed
Binary file share/hedgewars/Data/Graphics/Grenade.png has changed
Binary file share/hedgewars/Data/Graphics/HHDeath.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/AkuAku.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Bob.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/BrainSlug.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/BrainSlugMouth.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Bub.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Cororon.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Deer.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Disguise.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Dragon.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Elvis.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/InfernalHorns.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Kululun.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Ladle.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Laminaria.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Moose.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Mummy.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/OldMan.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Pantsu.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Pig.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Plunger.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/RSR.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Reserved/51e46e89a4f7ee3ea760bb587063b202judo.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Reserved/941fc72a68a50cebf562059816e8cb26RSR.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Reserved/Zombie.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Reserved/afaff8193505e29230b76f8c8dd78170lambda.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Reserved/c2fb2dd15ec2ff9a332462ab19cfac4doldskool.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Reserved/e587f6146ebfbdefdc028c591643f220Bob.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Reserved/e587f6146ebfbdefdc028c591643f220Bub.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Reserved/e587f6146ebfbdefdc028c591643f220Cororon.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Reserved/e587f6146ebfbdefdc028c591643f220Kululun.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Samus.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/SauceBoatSilver.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/ShaggyYeti.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/ShortHair_Black.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/ShortHair_Brown.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/ShortHair_Grey.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/ShortHair_Red.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/ShortHair_Yellow.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Sleepwalker.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/SunWukong.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Teacup.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Teapot.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Terminator_Glasses.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/Zombi.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/judo.png has changed
Binary file share/hedgewars/Data/Graphics/Hats/lambda.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/ILoveLemonade.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/Idle.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/Juggle.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/Shrug.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/Vampiric.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/amCheese.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/amFlamethrower.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/amHammer.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/amMine.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/amResurrector.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/amSMine.png has changed
Binary file share/hedgewars/Data/Graphics/Hedgehog/amVamp.png has changed
Binary file share/hedgewars/Data/Graphics/Lag.png has changed
Binary file share/hedgewars/Data/Graphics/MineDead.png has changed
Binary file share/hedgewars/Data/Graphics/MineOff.png has changed
Binary file share/hedgewars/Data/Graphics/MineOn.png has changed
Binary file share/hedgewars/Data/Graphics/NapalmBomb.png has changed
Binary file share/hedgewars/Data/Graphics/Note.png has changed
Binary file share/hedgewars/Data/Graphics/Piano.png has changed
Binary file share/hedgewars/Data/Graphics/Power.png has changed
Binary file share/hedgewars/Data/Graphics/SMineOff.png has changed
Binary file share/hedgewars/Data/Graphics/SMineOn.png has changed
Binary file share/hedgewars/Data/Graphics/Splash.png has changed
Binary file share/hedgewars/Data/Graphics/Utility.png has changed
Binary file share/hedgewars/Data/Graphics/Watermelon.png has changed
Binary file share/hedgewars/Data/Graphics/amGirder.png has changed
Binary file share/hedgewars/Data/Graphics/cheese.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Locale/ar.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,469 @@
+; Arabic locale
+
+00:00=رمانة‫
+00:01=عنقودية‫
+00:02=صاروخ‫
+00:03=صاروخ موجه‫
+00:04=بندقية
+00:05=مطرقة
+00:06=ترك
+00:07=حبل
+00:08=لغم
+00:09=مسدس حربي
+00:10=ديناميت
+00:11=مضرب بيسبول
+00:12=لكمة
+00:13=ثانية
+00:14=برشوت
+00:15=هجوم جوي
+00:16=هجوم الغام
+00:17=شعلة
+00:18=بناء
+00:19=نقل
+00:20=تبديل
+00:21=هاون
+00:22=سوط
+00:23=انتحار
+00:24=كيك
+00:25=اغواء
+00:26=ركية
+00:27=قنبلة جحيم
+00:28=صاروخ Ø­Ùر
+00:29=مسدس كرات
+00:30=حارق
+00:31=طيارة مسيطرة عن بعد
+00:32=جاذبية قليلة
+00:33=تاثير مضاعÙ
+00:34=غير قابل للاضرار
+00:35=وقت اضاÙÙŠ
+00:36=منظار ليزر
+00:37=مصاص دماء
+00:38=قناص
+00:39=صحن طائر
+00:40=زجاجة حارقة
+00:41=طير
+
+01:00=لنتحارب
+01:01=تعادل
+01:02=%1 ÙŠÙوز
+01:03=جزء %1%
+01:04=توقÙ
+01:05=خروج (Y/Esc)?
+01:06=موت Ù…Ùاجئ
+01:07=%1 متبقي
+01:08=طاقة
+01:09=تحديث...
+01:10=استعمال هذه لن ينهي دورك
+01:11=This weapon or utility is not yet available!
+
+; Event messages
+; Hog (%1) died
+02:00=%1 has kicked the bucket!
+02:00=%1 has seen the light!
+02:00=%1 never saw that coming!
+02:00=%1 waves goodbye!
+02:00=%1 has gone to a better place!
+02:00=%1 meets his maker!
+02:00=%1 can hang on no longer!
+02:00=%1 has done his duty!
+02:00=%1 makes the ultimate sacrifice!
+02:00=%1 departs this mortal coil!
+02:00=%1 makes like a tree and leaves!
+02:00=%1 has timed out!
+02:00=%1 says peace out!
+02:00=%1 will be fondly remembered!
+02:00=%1 has an aneurysm!
+02:00=%1 leaves behind a wife and child
+02:00=%1 has launched his last bazooka
+02:00=%1 has tossed his last grenade
+02:00=%1 has baked his last cake
+02:00=%1 has swung on his last rope
+02:00=%1 has called his last airstrike
+02:00=%1 has pumped his last shotgun
+02:00=%1 has thrown his last melon
+02:00=%1 has drawn his last deagle
+02:00=%1 took one shot too many
+02:00=%1 could really have used a health crate
+02:00=%1 has gone to play a better game
+02:00=%1 has ragequit life
+02:00=%1 fails
+02:00=Poor poor %1...
+02:00=%1 prefers wormux
+02:00=%1 has been blocking shots with his face
+02:00=%1 is a hero amongst me...err..hogs
+02:00=%1 finds his place in Valhalla
+02:00=%1 has left the building
+02:00=%1 goes the way of the dinosaurs
+02:00=%1 brings hedgehogs one step closer to extinction
+02:00=%1 brings a tear to my eye
+02:00=%1 is an ex-hog
+02:00=%1 is pushing up the daisies
+02:00=%1 has ceased to be
+02:00=Say goodbye to %1
+02:00=No hope left for %1
+02:00=%1 faces the final curtain
+02:00=Smoke 'em if you got 'em, %1
+02:00=%1 suffers a Spontaneous Massive Existence Failure
+02:00=%1 has passed on
+02:00=%1 is stone dead
+02:00=%1 is no more
+02:00=%1 has expired
+02:00=Bereft of life, %1 rests in peace
+02:00=%1 joins the choir invisible
+02:00=Farewell %1, we hardly knew ye!
+02:00=%1 had a low tolerance for being shot
+02:00=%1 could have used an extra life
+02:00=Is there a doctor in the house?
+
+; Hog (%1) drowned
+02:01=%1 plays submarine!
+02:01=%1 mimics the Titanic!
+02:01=%1 swims like a stone!
+02:01=%1 floats like a brick!
+02:01=%1 checks out the deep end
+02:01=%1 goes glug glug glug
+02:01=%1 goes splash
+02:01=%1 forgot his armbands
+02:01=%1 really should have taken swimming lessons
+02:01=%1 left his surfboard at home
+02:01=%1 is washed up
+02:01=%1 is one soggy hog
+02:01=%1 forgot to bring his life jacket
+02:01=%1 goes splish splash splish
+02:01=%1 is sleeping with the fishes
+02:01=%1 thinks the water physics suck in this game
+02:01=%1 looks thirsty
+02:01=the sea claims %1
+02:01=%1 is lost at sea
+02:01=%1 should have brought his scuba gear
+02:01=%1 gets a burial at sea
+02:01=%1 has that sinking feeling
+02:01=%1 is practicing his backstroke
+02:01=%1 goes in search of the Titanic
+02:01=%1 is not Jesus
+02:01=%1 is finding Nemo
+02:01=%1 springs a leak
+02:01=You've gotta wonder how many hogs are down there
+02:01=%1 makes the ocean slightly higher
+02:01=%1 didn't enlist in the Navy
+02:01=%1 is doing his impersonation of a dead fish
+02:01=At least you didn't go down the toilet, %1
+02:01=Sonic couldn't swim and neither can %1
+02:01=%1 wants to play Ecco the dolphin
+02:01=%1 has gone to visit Aquaria
+02:01=%1 has found the lost city of Atlantis
+02:01=%1 aims for the lead role in Bioshock 3
+02:01=Your doggy paddle could use a little work, %1
+02:01=%1 should have brought a jet ski
+02:01=%1 doesn't like watersports
+02:01=%1 is forever blowing bubbles
+02:01=%1 is short of a raft
+02:01=%1 thinks salt water is good for the skin
+02:01=%1 gets salt water in his wounds
+02:01=%1 has walked the plank
+02:01=%1 has a bath
+02:01=%1 is wet wet wet
+02:01=%1 gets his quills wet
+02:01=It's Davy Jones' locker for %1
+
+; Round starts
+02:02=Let's fight!
+02:02=Armed and ready!
+02:02=Let's get ready to rumble!
+02:02=Let's get it on!
+02:02=Let's get this party started
+02:02=Last hog standing wins
+02:02=Let's go!
+02:02=Let's rock!
+02:02=Let's jam!
+02:02=It's beginning...
+02:02=This is the start of something big
+02:02=Welcome to Hedgewars
+02:02=Welcome to the front lines
+02:02=Crush your enemies!
+02:02=May the best hog win
+02:02=Victory or death
+02:02=To the victor goes the spoils
+02:02=Losing is not an option
+02:02=Cry havoc! Let loose the hogs of war!
+02:02=Hedgewars, brought to you by Hedgewars.org
+02:02=GL HF
+02:02=Just count yourself lucky you're not up against Tiyuri
+02:02=Just count yourself lucky you're not up against unC0Rr
+02:02=Just count yourself lucky you're not up against Nemo
+02:02=Just count yourself lucky you're not up against Smaxx
+02:02=Just count yourself lucky you're not up against Jessor
+02:02=Give it your all!
+02:02=The losers do the cleaning up!
+02:02=Let the fight of the millenium begin
+02:02=Let the fight of the century begin
+02:02=Let the fight of the decade begin
+02:02=Let the fight of the year begin
+02:02=Let the fight of the month begin
+02:02=Let the fight of the week begin
+02:02=Let the fight of the day begin
+02:02=Let the fight of the hour begin
+02:02=Do your best!
+02:02=Destroy the enemy!
+02:02=Good luck
+02:02=Have fun
+02:02=Fight the good fight
+02:02=Fight dirty
+02:02=Fight with honour
+02:02=Don't give up
+02:02=Never surrender
+02:02=Rock 'em and sock 'em!
+02:02=Let the fragfest begin!
+02:02=I hope you're ready for a tussle!
+02:02=Go Go Go!
+02:02=Hedgehogs advance!
+02:02=Bring it to them!
+02:02=Have no fear!
+02:02=Be brave and conquer
+
+; Round ends (win; unused atm)
+02:03=...
+
+; Round ends (draw; unused atm)
+02:04=...
+
+; New health crate
+02:05=Incoming aid!
+02:05=Medic!
+02:05=First aid from the skies!
+02:05=A health pack for you
+02:05=Good health.. in box form!
+02:05=The doctor calls
+02:05=Fresh band-aids!
+02:05=This will make you feel better
+02:05=A Hi-Potion! Whoops wrong game
+02:05=A pick-me-up!
+02:05=Grab it
+02:05=A healthy snack
+02:05=A remedy to pain
+02:05=Correct Dosage: as many as you can find!
+02:05=Urgent delivery
+02:05=Supplies!
+
+; New ammo crate
+02:06=More weapons!
+02:06=Reinforcements!
+02:06=Lock and load!
+02:06=I wonder what weapon is in there?
+02:06=Supplies!
+02:06=What could be inside?
+02:06=Christmas comes early in Hedgewars
+02:06=A present!
+02:06=Special delivery!
+02:06=It was a nightmare getting this through customs
+02:06=Destructive toys from the heavens
+02:06=Warning! Contents Volatile
+02:06=Pick it up or blow it up, choice is yours
+02:06=Goodies!
+02:06=Mmmmm Ammo
+02:06=A box of destructive power
+02:06=Airmail!
+02:06=Whatever's in that box, it ain't pizza
+02:06=Get it!
+02:06=Weapon drop incoming
+02:06=Don't let the enemy grab that!
+02:06=Shiny new toys!
+02:06=A mysterious box!
+
+; New utility crate
+02:07=Tooltime!
+02:07=This could come in handy...
+02:07=Utilities!
+02:07=Utilise this box
+02:07=Watch out below
+02:07=More utilities!
+02:07=Tools for you!
+02:07=This should be good!
+02:07=Use this wisely
+02:07=Ooo this box is heavy
+02:07=You might need this
+
+; Hog (%1) skips his turn
+02:08=%1 is sooo boring...
+02:08=%1 couldn't be bothered
+02:08=%1 is one lazy hog
+02:08=%1 is thoughtless
+02:08=%1 gave up
+02:08=You snooze you lose, %1
+02:08=%1 shamelessly skips
+02:08=%1 is really lazy
+02:08=%1 needs a little more motivation
+02:08=%1 is a pacifist
+02:08=%1 has a breather
+02:08=%1 has a rest
+02:08=%1 chills out
+02:08=%1 has no faith in his own abilities
+02:08=%1 decides to do nothing at all
+02:08=%1 lets the enemy destroy itself
+02:08=%1 would be terrible at parties
+02:08=%1 hides out
+02:08=%1 has decided to pass on this opportunity
+02:08=%1 decides the best thing he can do is...nothing
+02:08=%1 is a big wuss
+02:08=Buck Buck Buck, %1 is a chicken
+02:08=%1 is looking a little yellow
+02:08=%1 is a coward!
+02:08=%1 is waiting for sudden death
+02:08=%1 is not the fighting type
+02:08=%1 is reconsidering his purpose in life
+02:08=%1 was never much of a good shot anyway
+02:08=%1 didn't want to join the army in the first place
+02:08=Stop wasting our time, %1
+02:08=I'm dissapointed in you, %1
+02:08=Come on, you can do better than that %1
+02:08=%1's will has broken
+02:08=%1 apparently has better things to do
+02:08=%1 is scared stiff
+02:08=%1 has fallen asleep
+
+; Hog (%1) hurts himself only
+02:09=%1 should practice aiming!
+02:09=%1 seems to hate himself
+02:09=%1 is standing on the wrong side!
+02:09=%1 makes like an emo
+02:09=%1 was holding his weapon the wrong way around
+02:09=%1 is a little sadistic
+02:09=%1 is a masochist
+02:09=%1 has no instinct of self-preservation
+02:09=%1 messed up
+02:09=%1 screwed up
+02:09=That was a poor shot, %1
+02:09=%1 is a little too careless with dangerous weapons
+02:09=%1 should consider a change of career
+02:09=Worst. Shot. Ever!
+02:09=No no no %1, you shoot at the ENEMY!
+02:09=%1 should only be destroying the enemy
+02:09=%1 moves one step closer to suicide
+02:09=%1 aids the enemy
+02:09=That was stupid %1
+02:09=%1 lives by the mantra of "no pain, no gain"
+02:09=%1 is confused
+02:09=%1 hurt itself in its confusion
+02:09=%1 has a knack for embarrassing himself
+02:09=%1 is a klutz!
+02:09=%1 is clumsy
+02:09=%1 shows the enemy what he's capable of
+02:09=%1 can't be expected to be perfect all the time
+02:09=Don't worry %1, pobody's nerfect
+02:09=%1 totally did that on purpose
+02:09=I won't tell anyone if you don't, %1
+02:09=How embarrassing!
+02:09=I'm sure nobody saw that %1
+02:09=%1 needs to review his field manual
+02:09=%1's weapon clearly malfunctioned
+
+; Hog shot an home run (using the bat and another hog)
+02:10=Home Run!
+02:10=A bird, a plane, ...
+02:10=That one is out!
+
+; Weapon Categories
+03:00=Timed Grenade
+03:01=Timed Grenade
+03:02=Ballistic Weapon
+03:03=Guided Weapon
+03:04=Gun (multiple shots)
+03:05=Digging Tool
+03:06=Action
+03:07=Transport Utility
+03:08=Proximity Bomb
+03:09=Gun (multiple shots)
+03:10=BOOM!
+03:11=Bonk!
+03:12=Martial Arts
+03:13=UNUSED
+03:14=Transport Utility
+03:15=Airborne Attack
+03:16=Airborne Attack
+03:17=Digging Tool
+03:18=Utility
+03:19=Transport Utility
+03:20=Action
+03:21=Ballistic Weapon
+03:22=Call me Indiana!
+03:23=(Really) Martial Arts
+03:24=The cake is NOT a lie!
+03:25=Costume Kit
+03:26=Juicy Grenade
+03:27=Fiery Grenade
+03:28=Ballistic Weapon
+03:29=Ballistic Weapon
+03:30=Airborne Attack
+03:31=Remote Controlled Bomb
+03:32=Temporary Effect
+03:33=Temporary Effect
+03:34=Temporary Effect
+03:35=Temporary Effect
+03:36=Temporary Effect
+03:37=Temporary Effect
+03:38=Gun (multiple shots)
+03:39=Transport Utility
+03:40=Incinerating Grenade
+03:41=Huge fan of Squawks
+
+; Weapon Descriptions (use | as line breaks)
+04:00=Attack your enemies using a simple grenade.|It will explode once its timer reaches zero.|1-5: Set grenade's timer|Attack: Hold to throw with more power
+04:01=Attack your enemies using a cluster bomb.|It will split into smaller bombs once its timer|reaches zero.|1-5: Set grenade's timer|Attack: Hold to throw with more power
+04:02=Attack your enemies using a ballistic projectile|that might be influenced by wind.|Attack: Hold to shoot with more power
+04:03=Launch an explosive bee that will lock on|the selected target. Don't shoot with full power|to improve its precision.|Cursor: Pick target|Attack: Hold to shoot with more power
+04:04=Attack your enemy using a shotgun with two shots.|Thanks to its spread you don't need direct hits|to harm your opponents.|Attack: Shoot (multiple times)
+04:05=Move underground! Use the pickhammer to drill|a hole into the ground and reach other areas.|Attack: Start or stop digging
+04:06=Bored? No way to attack? Save your ammo?|No problem! Just skip your turn, coward!|Attack: Skip your turn without fighting
+04:07=Bridge huge distances using timed shots with the|rope. Use your momentum to slide into other hogs|or drop grenades and other weapons on them.|Attack: Shoot or release the rope|Long Jump: Drop grenades or similar weapons
+04:08=Keep your enemies away by dropping a mine in|narrow passages or right below their feet. Be|sure to retreat before you trigger it yourself!|Attack: Drop mine next to your feet
+04:09=Not sure about your aiming? Use the Desert|Eagle to attack using up to four shots.|Attack: Shoot (multiple times)
+04:10=Brute force is always an option. Drop this classic|explosive next to your enemies and retreat.|Attack: Drop dynamite next to your feet
+04:11=Get rid of enemy hogs by batting them over|the map borders or into water. Or how about|knocking some mines to your friends?|Attack: Bat everything in front of you
+04:12=Get close and personal to unleash the power of|this almost deadly martial arts technique.|Attack: Perform the Fire Punch
+04:13=UNUSED
+04:14=Fear of heights? Better grab a parachute.|It will unfold once|you fall too far and|save your hog from taking fall damage.|Attack: Unfold the parachute|Long Jump: Drop grenades or similar weapons
+04:15=Call in an airplane to attack your enemies|using a bombing run.|Left/Right: Determine attack direction|Cursor: Select target region
+04:16=Call in an airplane to drop several mines|in the target area.|Left/Right: Determine attack direction|Cursor: Select target region
+04:17=Need shelter? Use the blow torch to dig|a tunnel into solid ground granting you|cover.|Attack: Start or stop digging
+04:18=Need additional protection or want to pass|unpassable ground? Place some girders as you|like.|Left/Right: Select girder to place|Cursor: Place girder in a valid position
+04:19=Used at the right moment teleportation can|be more powerful than almost all weapons as|it allows you to save hogs from dangerous|situations within seconds.|Cursor: Select target region
+04:20=Allows you to play the current turn with|a different hog.|Attack: Enable switching hogs
+04:21=Shoot a grenade-like projectile that will|release multiple bombs upon impact.|Attack: Shoot at full power
+04:22=Not just for Indiana Jones! The whip is a|useful weapon in many situations. Especially|when you'd like to shove someone off a cliff.|Attack: Strike everything in front of you
+04:23=If you have nothing to lose, this might be|quite handy. Sacrifice your hog by launching|him into a specific direction hurting everything|on his way and exploding at the end.|Attack: Launch the devastating and deadly attack
+04:24=Happy Birthday! Launch this cake, let it walk right|next to your enemies and let them have an explosive|party. The cake is able to pass almost all terrain|but he might detonate earlier this way.|Attack: Start the cake or let it stop and explode
+04:25=Use this disguise kit to get your enemies to jump|towards your hog (and into some gap or hole).|Attack: Use the kit and try to seduce another hog
+04:26=Throw this juicy watermelon at your enemies. Once|the timer expires, it will split into several|explosive pieces.|1-5: Set watermelon's timer|Attack: Hold to shoot with more power
+04:27=Let hellfire rain onto your opponents by using|this fiendish explosive. Don't get too close to|the explosion as smaller fires might last longer.|Attack: Hold to shoot with more power
+04:28=Short time after launching this rocket, it will|start drilling through solid ground and explode|once its fuse is triggered or it resurfaces again.|Attack: Hold to shoot with more power
+04:29=This is nothing for small kids! The ball gun fires|tons of small colored balls filled with explosives.|Attack: Shoot at full power|Up/Down: Continue aiming
+04:30=Call in an airplane to launch a powerful napalm|strike. With proper aiming this attack can eradicate|huge parts of landscape including unlucky hogs|sitting there.|Left/Right: Determine attack direction|Cursor: Select target region
+04:31=The RC plane is the ideal weapon to collect crates or|attack far away hogs. Either steer it into enemies or|drop some bombs first.|Attack: Launch the plane or drop bombs|Long Jump: Let the valkyries ride into battle|Up/Down: Steer the plane
+04:32=Low gravity is more effective than any diet! Jump|higher and over greater distances or let your enemies|fly even further.|Attack: Activate
+04:33=Sometimes you just need that little extra boost to|deal some more damage.|Attack: Activate
+04:34=Can't touch me!|Attack: Activate
+04:35=Sometimes time's running too fast. Grab some extra|seconds to finish your attack.|Attack: Activate
+04:36=Well, sometimes you're just too bad in aiming. Get|some assistance using modern day technology.|Attack: Activate
+04:37=Don't fear the daylight. It will just last one turn|but will enable you to absorb the damage you do to|other hogs.|Attack: Activate
+04:38=The sniper rifle can be the most devastating weapon|in your whole arsenal, however it's very ineffective|at close quarters. The damage dealt increases with|the distance to its target.|Attack: Shoot (twice)
+04:39=Fly to other parts of the map using the flying|saucer. This hard to master utility is able to|take you to almost any position on the battlefield.|Attack: Activate|Up/Left/Right: Apply force in one direction|Long Jump: Drop grenades or similar weapons
+04:40=Set some ground on fire using this bottle filled|with (soon to be) burning liquid.|Attack: Hold to shoot with more power
+04:41=The evidence nature might even top the flying|saucer. Birdy can carry your hog around and|drop eggs on your enemies!|Attack: Activate and drop eggs|Up/Left/Right: Flap in one direction
+
+; Game goal strings
+05:00=Game Modes
+05:01=The following rules apply
+05:02=Forts: Defend your fortress; vanquish your enemies!
+05:03=Low Gravity: Watch your step
+05:04=Invulnerability: Hogs are (almost) invulnerable
+05:05=Vampirism: Hogs will be healed for the damage dealt
+05:06=Karma: Hogs will be damaged for the damage dealt
+05:07=Protect the King: Don't let your king die!|Place the King: Pick a protected starting point for your King
+05:08=Place Hedgehogs: Place your hogs before the game starts
+05:09=Artillery: Hogs can't walk to change position
+05:10=Indestructible Terrain: Most weapons won't destroy terrain
+05:11=Shared Ammo: All teams of the same color share their ammunition
+05:12=Mine Timers: Mines will detonate after %1 second(s)
+05:13=Mine Timers: Mines will detonate instantly
+05:14=Mine Timers: Mines will detonate after 0 - 3 seconds
+05:15=Damage Modifier: All weapons will do %1% damage
--- a/share/hedgewars/Data/Locale/de.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/de.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -42,8 +42,15 @@
 00:39=Fliegende Untertasse
 00:40=Molotov-Cocktail
 00:41=Birdy
+00:42=Tragbares Portal Device
+00:43=Piano-Angriff
+00:44=Alter Limburger
+00:45=Sinuskanone
+00:46=Flammenwerfer
+00:47=Haftmine
+00:48=Hammer
+00:49=Totenbeschwörung
 
-00:44=Alter Limburger
 
 01:00=Auf in die Schlacht!
 01:01=Unentschieden
@@ -61,6 +68,7 @@
 01:11=Waffe oder Werkzeug noch nicht verfügbar!
 01:12=Letzte Runde bis zum Sudden Death!
 01:13=%1 Runden bis zum Sudden Death!
+01:14=Mach dich bereit, %1!
 
 ; Event messages
 ; Hog (%1) died
@@ -213,7 +221,15 @@
 03:39=Fortbewegungsmittel
 03:40=Brandbombe
 03:41=Riesiger Squawks-Fan
+03:42=Portalöffner
+; the misspelled "Beethoven" is intentional (-> to beat)
+03:43=Spiele Beathovens tödliche Sonate!
 03:44=Ziemlich alt und stinkig
+03:45=Die Macht der Wissenschaft
+03:46=Heiß heiß heiß!
+03:47=Mach es weg!
+03:48=Stop! Hammer time!
+03:49=Tut, was man vermutet
 
 ; Weapon Descriptions (use | as line breaks)
 04:00=Greife deine Feinde mit einfachen Granaten an.|Der Zeitzünder steuert den Explosionszeitpunkt.|1-5: Zeitzünder einstellen|Angriff: Halten, um mit mehr Kraft zu werfen
@@ -245,7 +261,7 @@
 04:26=Wirf diese saftige Wassermelone auf deine Feinde.|Sobald die Zeit abgelaufen ist, wird sie in|einzelne und explosive Stücke zerspringen.|Angriff: Halten, um mit mehr Kraft zu werfen
 04:27=Entfessle das Höllenfeuer und umgebe deine|Widersacher damit, indem du diesen teuflischen|Sprengsatz gegen sie einsetzt. Komm ihr aber|nicht zu nahe, denn die Flammen könnten|länger bestehen bleiben.|Angriff: Halten, um mit mehr Kraft zu werfen
 04:28=Kurz nach dem Start wird diese Rakete beginnen,|sich durch soliden Grund zu graben. Sobald sie|wieder austritt oder der Zeitzünder abläuft,|wird sie explodieren.|Angriff: Halten, um mit mehr Kraft zu feuern
-04:29=Das ist nichts für kleine Kinder! Die Ballpistole|feuert Tonnen kleiner farbiger Bälle, die mit|Sprengstoff gefüllt sind.|Angriff: Mit voller Kraft feuern|Hoch/Runter: Im feuern zielen
+04:29=Das ist nichts für kleine Kinder! Die Ballpistole|feuert Tonnen kleiner farbiger Bälle, die mit|Sprengstoff gefüllt sind.|Angriff: Mit voller Kraft feuern|Hoch/Runter: Im Feuern zielen
 04:30=Rufe ein Flugzeug, um ein Areal gezielt mit|tödlichem Napalm einzudecken. Gut gezielt|lassen sich so große Teile der Karte auslöschen.|Links/Rechts: Angriffsrichtung wählen|Cursor: Zielgebiet wählen und Angriff starten
 04:31=Das RC-Flugzeug kann Kisten einsammeln und weit|entfernte Igel angreifen. Steuere es direkt in|ein Opfer oder wirf erst einige Bomben ab.|Angriff: Flugzeug starten und Bomben abwerfen|Weiter Sprung: "Ritt der Walküren"|Hoch/Runter: Flugzeug lenken
 04:32=Niedrige Schwerkraft ist effektiver als jede|Diät! Springe höher und weiter oder lass|einfach deine Gegner noch weiter fliegen.|Angriff: Aktivieren
@@ -258,8 +274,14 @@
 04:39=Fliege mit der fliegenden Untertasse in andere|Teile der Karte. Sie ist schwer zu beherrschen,|bringt dich aber an so gut wie jeden Ort.|Angriff: Aktivieren|Hoch/Links/Rechts: Beschleunigen|Weiter Sprung: Waffe benutzen
 04:40=Entzünde einen Teil der Landschaft oder auch etwas|mehr mit dieser (schon bald) brennenden Flüssigkeit.|Angriff: Halten, um mit mehr Kraft zu werfen
 04:41=Der Beweis, dass die Natur sogar die fliegende|Untertasse übertreffen könnte. Birdy kann|deinen Igel herumtragen und zudem Eier auf|deine Feinde fallen lassen.|Angriff: Aktivieren und Eier fallen lassen|Hoch/Links/Rechts: In eine Richtung flattern
-
+04:42=Das tragbare Portal Device ermöglicht es dir,|dich, deine Feinde oder Waffen direkt zwischen|zwei Punkten auf der Karte zu|teleportieren.|Benutze es weise und deine Kampagne wird ein...|RIESENERFOLG!|Angriff: Öffnet ein Portal|Wechsel: Wechsle die Portalfarbe
+04:43=Lass dein musikalisches Debüt einschlagen wie eine Bombe!|Lass ein Piano vom Himmel fallen, aber pass auf...|jemand muss es spielen und das könnte dich |dein Leben kosten!|Cursor: Zielgebiet wählen und Angriff starten|F1-F9: Spiel das Piano
 04:44=Das ist nicht nur Käse, das ist biologische Kriegsführung!|Er wird nicht viel Schaden verursachen, sobald der Zünder|abgelaufen ist, aber er wird garantiert jeden in der Nähe|vergiften!|1-5: Zeitzünder einstellen|Angriff: Halten, um mit mehr Kraft zu werfen
+04:45=All die Physikstunden haben sich endlich|bezahlt gemacht: Entfessle eine zerstörerische Sinuswelle|gegen deine Feinde.|Pass auf, die Waffe erzeugt einen ordentlichen Rückstoß.|(Diese Waffe ist unvollständig)|Angriff: Sinuswellen erzeugen
+04:46=Brutzle deine Feinde mit fließenden Flammen.|Herzerwärmend!|Angriff: Aktivieren|Hoch/Runter: Im Feuern zielen|Links/Rechts: Durchfluss ändern
+04:47=Verdopple den Spaß mit zwei spitzigen, schicken, klebrigen Minen.|Löse eine Kettenreaktion aus oder beschütze dich (oder beides).|Angriff: Halten, um mit mehr Kraft zu feuern (zweimal)
+04:48=Warum sind Maulwürfe verhasst? Einen|Igel in den Boden zu stampfen kann sehr lustig sein!|Ein guter Treffer des Hammers wird ein Drittel|der Lebenspunkte eines Igels abziehen und ihn|im Boden versenken.|Angriff: Aktivieren
+04:49=Hol deine Freunde zurück!|Aber pass auf, dass du keine Feinde beschwörst.|Angriff: Gedrückt halten, um Igel langsam wiederauferstehen zu lassen.|Hoch: Beschleunige Totenbeschwörung
 
 ; Game goal strings
 05:00=Spielmodifikationen
--- a/share/hedgewars/Data/Locale/en.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/en.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -49,7 +49,8 @@
 00:46=Flamethrower
 00:47=Sticky Mine
 00:48=Hammer
-00:49=Resurrector (beta)
+00:49=Resurrector
+00:50=Drill Strike
 
 01:00=Let's fight!
 01:01=Round draw
@@ -431,6 +432,7 @@
 03:47=Stick these somewhere useful!
 03:48=It's Hammer time!
 03:49=Does what you guess
+03:50=Moles fan
 
 ; Weapon Descriptions (use | as line breaks)
 04:00=Attack your enemies using a simple grenade.|It will explode once its timer reaches zero.|1-5: Set grenade's timer|Attack: Hold to throw with more power
@@ -499,5 +501,10 @@
 05:11=Shared Ammo: All teams of the same color share their ammunition
 05:12=Mine Timers: Mines will detonate after %1 second(s)
 05:13=Mine Timers: Mines will detonate instantly
-05:14=Mine Timers: Mines will detonate after 0 - 3 seconds
+05:14=Mine Timers: Mines will detonate after 0 - 5 seconds
 05:15=Damage Modifier: All weapons will do %1% damage
+05:16=Health of all hogs is reset on end of turn
+05:17=AI hogs respawn on death
+05:18=Unlimited Attacks
+05:19=Weapons are reset on end of turn
+05:20=Weapons are not shared between hogs
--- a/share/hedgewars/Data/Locale/es.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/es.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -50,7 +50,7 @@
 00:46=Lanzallamas
 00:47=Bomba lapa
 00:48=Mazo
-00:49=Resurrección (beta)
+00:49=Resurrección
 
 01:00=¡Luchad!
 01:01=Empate
@@ -422,12 +422,12 @@
 03:39=Herramienta de transporte
 03:40=Bomba incendiaria
 03:41=Amigo chillón
-03:42=I'm making a note here...
-03:43=Performing Beathoven's deadly sonata
+03:42=Creo que voy a tomar una nota...
+03:43=E interpretando el Cascanueces tenemos a...
 03:44=Consumir preferentemente antes de 1923
 03:45=¡El poder de la ciencia!
 03:46=¡Caliente caliente caliente!
-03:47=Stick these somewhere useful!
+03:47=¡Pégalo en un buen sitio!
 03:48=Pablo clavó un clavito
 03:49=Hace exactamente lo que dice
 
@@ -500,3 +500,8 @@
 05:13=Minas: las minas detonarán al instante
 05:14=Minas: las minas detonarán aleatoriamente al cabo de 0 - 3 segundos
 05:15=Modificador al daño: las armas harán un %1% de su daño habitual
+05:16=La salud de todos los erizos se restaura al final de cada turno
+05:17=La computadora resucita al morir
+05:18=Sin límite de ataques por turno
+05:19=El arsenal se restaura al final de cada turno
+05:20=Los erizos no comparten arsenal
--- a/share/hedgewars/Data/Locale/fi.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/fi.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -3,7 +3,7 @@
 00:00=Kranaatti
 00:01=Sirpalekranaatti
 00:02=Sinko
-00:03=UFO
+00:03=Mehiläinen
 00:04=Haulikko
 00:05=Pora
 00:06=Hyppää yli
@@ -41,6 +41,15 @@
 00:38=Tarkkuuskivääri
 00:39=Lentävä lautanen
 00:40=Polttopullo
+00:41=Lintu
+00:42=Siirrettävä portaalilaite
+00:43=Piano-isku
+00:44=Vanha Limburger-juusto
+00:45=Sini-aaltopyssy
+00:46=Liekinheitin
+00:47=Tarttuva pommi
+00:48=Vasara
+00:49=Henkiinherättäjä
 
 01:00=Taistelu alkakoon!
 01:01=Tasapeli
@@ -54,6 +63,10 @@
 01:09=Synkronoidaan...
 01:10=Tämän apuvälineen käyttäminen ei päätä vuoroasi!
 01:11=Tämä ase tai apuväline ei ole vielä käytettävissä!
+01:12=Viimeinen kierros ennen äkkikuolemaa!
+01:13=%1 kierrosta jäljellä äkkikuolemaan!
+01:14=Valmistaudu, %1!
+
 
 ; Event messages
 ; Hog (%1) died
@@ -69,7 +82,7 @@
 02:00=%1 poistuu kuolevaisten keskuudesta!
 02:00=%1:ltä loppui aika!
 02:00=%1 toivottaa päivän jatkot!
-02:00=%1:stä muistellaan hartaasti!
+02:00=%1:a muistellaan hartaasti!
 02:00=%1:llä on valtimonpullistuma!
 02:00=%1 jättää jälkeensä puolisonsa ja lapsensa
 02:00=%1 on laukaissut viimeisen sinkonsa
@@ -102,13 +115,14 @@
 02:00=Viimeinen esirippu laskeutuu %1:en ylle
 02:00=%1 kärsii Spontaanista Massiivisesta Olemassaolokohtauksesta
 02:00=%1 on kuollut kuin kivi
-02:00=%1 ei ole enää
+02:00=%1 lakkasi olemasta
 02:00=%1:n eräpäivä on mennyt
 02:00=%1 liittyy näkymättömään kuoroon
 02:00=Voi hyvin, %1, emme koskaan oppineet tuntemaan sinua!
 02:00=%1 ei kestänyt ammutuksi joutumista
 02:00=%1 olisi tarvinnut ylimääräistä elämää
 02:00=Onko lääkäriä lähellä?
+02:00=%1 heitti lusikan nurkkaan.
 
 ; Hog (%1) drowned
 02:01=%1 leikkii sukellusvenettä!
@@ -167,6 +181,7 @@
 02:02=Nyt se alkaa...
 02:02=Tästä alkaa jotain isoa
 02:02=Tervetuloa Hedgewarsiin
+02:02=Tervetuloa siilisotaan
 02:02=Tervetuloa eturiveihin
 02:02=Murskatkaa vihollisenne!
 02:02=Paras siili voittakoon
@@ -189,7 +204,7 @@
 02:02=Päivän taistelu alkakoon
 02:02=Tunnin taistelu alkakoon
 02:02=Tehkää parhaanne!
-02:02=Tuhotkaa vihollisensa!
+02:02=Tuhotkaa vihollisenne!
 02:02=Hyvää onnea!
 02:02=Pitäkää hauskaa
 02:02=Taistelkaa hyvä taistelu
@@ -197,12 +212,12 @@
 02:02=Taistelkaa kunniasta
 02:02=Älkää antako periksi
 02:02=Älkää luovuttako
-02:02=Murhanäyttely alkakoon!
+02:02=Murhanäytelmä alkakoon!
 02:02=Toivottavasti olette valmiina tappeluun!
 02:02=Go Go Go!
 02:02=Siilit, eteenpäin!
-02:02=Älkää pelatko!
-02:02=Olkaa urheita ja valloittakaa
+02:02=Älkää pelätko!
+02:02=Olkaa urheita ja voittakaa
 
 ; Round ends (win; unused atm)
 02:03=...
@@ -219,7 +234,7 @@
 02:05=Tohtori soittaa
 02:05=Tuoreita siteitä!
 02:05=Tämä saa sinut tuntemaan itsesi terveemmäksi
-02:05=Hi-Potion! Eiku väärä päeli
+02:05=Hi-Potion! Eiku väärä peli
 02:05=Hae se!
 02:05=Terveellinen välipala
 02:05=Helpotus kipuun
@@ -385,12 +400,22 @@
 03:38=Ase (useita laukauksia)
 03:39=Kuljetusväline
 03:40=Polttava kranaatti
+03:41=Kääkkyvä kaveri
+03:42=I'm making a note here...
+; the misspelled "Beethoven" is intentional (-> to beat)
+03:43=Soittaa Beathovenin tappavan soneetin
+03:44=Parasta ennen: 1923
+03:45=Tieteen voima
+03:46=Kuuma kuuma kuuma!
+03:47=Kiinnitä nämä hyödylliseen paikkaan!
+03:48=Vasarointiaika.
+03:49=Tekee sitä mitä luulet sen tekevän.
 
 ; Weapon Descriptions (use | as line breaks)
 04:00=Hyökkää yksinkertaisella kranaatilla.|Se räjähtää kun ajastimesta loppuu aika.|1-5: Säädä kranaatin ajastin|Hyökkää: Pidä pohjassa lisätäksesi heittovoimaa
 04:01=Hyökkää sirpalepommilla.|Se jakaantuu pienemmiksi pommeiksi ajan|loppuessa ajastimesta|1-5: Säädä kranaatin ajastin|Hyökkää: Pidä pohjassa lisätäksesi heittovoimaa
 04:02=Hyökkää ballistisella ammuksella|johon tuuli saattaa vaikuttaa|Hyökkää: Pidä pohjassa lisätäksesi voimaa
-04:03=Laukaise ohjattu pommi joka lukittuu|valittuun kohteeseen. Älä ammu täydellä voimalla|lisätäksesi tarkkuutta|Kursori: Valitse kohde|Hyökkää: Pidä pohjassa lisätäksesi voimaa
+04:03=Laukaise ohjattu mehiläinen joka lukittuu|valittuun kohteeseen. Älä ammu täydellä voimalla|lisätäksesi tarkkuutta|Kursori: Valitse kohde|Hyökkää: Pidä pohjassa lisätäksesi voimaa
 04:04=Ammu vihollisiasi kahdesti laukeavalla haulikolla.|Kiitos leviämisen sinun ei tarvitse tähdätä suoraan|vahingoittaeksi vihollisiasi.|Hyökkää: Ammu (useita kertoja)                   
 04:05=Siirry maan alle! Käytä maaporaa porataksesi|reiän maahan päästäksesi muille alueille.|Hyökkää: Aloita ja lopeta kaivaminen
 04:06=Tylsää? Ei mitään tapaa hyökätä? Säästät ammuksiasi?|Ei hätää! Jätä vuoro väliin, pelkuri!|Hyökkää: Jätä vuorosi väliin ilman tappelua
@@ -428,6 +453,15 @@
 04:38=Tarkkuuskivääri on tuhoisin ase arsenaalissasi,|mutta tehoton lähietäisyydellä.|Tehty vahinko lisääntyy etäisyyden mukaan|Hyökkää: Ammu (kahdesti)
 04:39=Lennä kartan muihin osiin lentävällä lautasella|Tämä vaikeasti omaksuttava apuväline vie sinut melkein minne tahansa|Hyökkää: Aktivoi|Ylös/Vasen/Oikea: Liiku tiettyyn suuntaan
 04:40=Sytytä maa tuleen tällä pullolla (kohta) palavaa nestettä|Hyökkää: Pidä pohjassa lisätäksesi voimaa
+04:41=Todiste siitä että luonto on lentävää lautastakin|parempi. Lintu voi kuljettaa siiliä ympäriinsä ja|pudottaa munia vihollisten päälle|Hyökkää: Aktivoi ja pudota munia|Ylös/Vasen/Oikea: Räpytä yhteen suuntaan
+04:42=Tämä siirrettävä portaalilaite pystyy välittömästi|siirtämään sinut, vihollisesi tai ammuksesi|kahden paikan välillä.|Käytä sitä viisaasti ja kampanjasi tulee olemaan...|HUGE SUCCESS!|Hyökkää: Ammu portaali|Vaihto: Vaihda portaalien välillä
+04:43=Tee musikaalisesta debyytistäsi räjähtävä menestys!|Pudota piano taivaista, mutta varo...|Jonkun täytyy soittaa sitä, ja se voi maksaa elämäsi!|Kursori: Valitse kohdealue|F1-F9: Soita pianoa
+04:44=Tämä ei ole vain juustoa, vaan biologista sodankäyntiä!|Se ei tuota suurta vahinkoa kerralla|mutta ajastimen saavuttaessa nollan se taatusti|myrkyttää kaikki epäonniset jotka haistaa sen!|1-5: Aseta ajastin|Hyökkää: Pidä pohjassa heittääksesi isommalla voimalla
+04:45=Istuminen kaikilla niillä fysiikan tunneilla|kannatti viimein, laukaise tuhoisa|sini-aalto vihollisiasi päin.|Varo, tämä ase potkaisee aika kovaa.|Hyökkää: Ammu
+04:46=Peitä vastustajasi sähisevällä liekehtivällä nesteellä.|Sydäntä lämmittävää!|Hyökkää: Aktivoi|Ylös/Alas: Jatka tähtäystä|Vasen/Oikea: Muuta sylkyvoimaa.
+04:47=Kaksinkertaista hauskuus kahdella piikikkäällä,|petollisella, tarttuvalla miinalla.|Viritä ketjureaktio tai puolusta itseäsi (tai molempia!)|Hyökkää: Pidä pohjassa ampuaksesi kovemmalla voimalla (kahdesti)
+04:48=Miksi vain myyrät saa kaiken pahoinpitelyn?|Siilien hakkaaminen voi olla ihan yhtä kivaa!|Sopiva isku tällä vasaralla iskee pois kolmanneksen|siilin terveydestä ja lyö ne maan alle.|Hyökkää: Aktivoi
+04:49=Herätä ystäväsi henkiin!|Mutta varo, tämä herättää myös vihollisesi henkiin.|Hyökkää: Pidä hyökkäysnappia pohjassa herättääksesi henkiin hitaasti.|Ylös: Kiihdytä henkiin herätystä
 
 ; Game goal strings
 05:00=Pelimoodit
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Locale/hedgewars_ar.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,2277 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="fr">
+<context>
+    <name>AmmoSchemeModel</name>
+    <message>
+        <source>new</source>
+        <translation>جديد</translation>
+    </message>
+</context>
+<context>
+    <name>FreqSpinBox</name>
+    <message>
+        <source>Never</source>
+        <translation>ابدا</translation>
+    </message>
+    <message numerus="yes">
+        <source>Every %1 turn</source>
+        <translation type="unfinished">
+            <numerusform>كل %1 دور
+        </numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+</context>
+<context>
+    <name>GameCFGWidget</name>
+    <message>
+        <source>Edit weapons</source>
+        <translation>تغيير سلاح</translation>
+    </message>
+    <message>
+        <source>Error</source>
+        <translation>خطأ</translation>
+    </message>
+    <message>
+        <source>Illegal ammo scheme</source>
+        <translation>نظام اسلحة غير صحيح</translation>
+    </message>
+    <message>
+        <source>Edit schemes</source>
+        <translation>Edit schemes</translation>
+    </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>HWChatWidget</name>
+    <message>
+        <source>%1 *** %2 has been removed from your ignore list</source>
+        <translation>%1 *** %2 تم حذÙØ© من قائمة الترك</translation>
+    </message>
+    <message>
+        <source>%1 *** %2 has been added to your ignore list</source>
+        <translation>%1 *** %2 تم اضاÙته الى قائمة النرك</translation>
+    </message>
+    <message>
+        <source>%1 *** %2 has been removed from your friends list</source>
+        <translation>%1 *** %2 تم حذقه الى قائمة الاصدقاء</translation>
+    </message>
+    <message>
+        <source>%1 *** %2 has been added to your friends list</source>
+        <translation>%1 *** %2 تم حذÙØ© من قائمة الاصدقاء</translation>
+    </message>
+</context>
+<context>
+    <name>HWForm</name>
+    <message>
+        <source>new</source>
+        <translation>جديد</translation>
+    </message>
+    <message>
+        <source>Error</source>
+        <translation>خطا</translation>
+    </message>
+    <message>
+        <source>OK</source>
+        <translation>OK</translation>
+    </message>
+    <message>
+        <source>Unable to start the server</source>
+        <translation>لم اتمكن من بدا الخادم</translation>
+    </message>
+    <message>
+        <source>Cannot save record to file %1</source>
+        <translation>لم اتمكن من حقظ المل٠%1</translation>
+    </message>
+    <message>
+        <source>Please select record from the list above</source>
+        <translation>اختار من القائمة</translation>
+    </message>
+    <message>
+        <source>DefaultTeam</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>HWGame</name>
+    <message>
+        <source>en.txt</source>
+        <translation type="unfinished">ar.txt</translation>
+    </message>
+    <message>
+        <source>Cannot open demofile %1</source>
+        <translation>لم اتمكن من Ø­Ùظ مل٠اللعب %1</translation>
+    </message>
+</context>
+<context>
+    <name>HWMapContainer</name>
+    <message>
+        <source>Map</source>
+        <translation>خارطة</translation>
+    </message>
+    <message>
+        <source>Themes</source>
+        <translation>نمط</translation>
+    </message>
+    <message>
+        <source>Filter</source>
+        <translation>Ùلنر</translation>
+    </message>
+    <message>
+        <source>All</source>
+        <translation>كل</translation>
+    </message>
+    <message>
+        <source>Small</source>
+        <translation>صغير</translation>
+    </message>
+    <message>
+        <source>Medium</source>
+        <translation>متوسط</translation>
+    </message>
+    <message>
+        <source>Large</source>
+        <translation>كبير</translation>
+    </message>
+    <message>
+        <source>Cavern</source>
+        <translation>كهÙ</translation>
+    </message>
+    <message>
+        <source>Wacky</source>
+        <translation>تعبان</translation>
+    </message>
+    <message>
+        <source>Type</source>
+        <translation type="unfinished">نوع</translation>
+    </message>
+    <message>
+        <source>Small tunnels</source>
+        <translation type="unfinished">انقاق صغيرة</translation>
+    </message>
+    <message>
+        <source>Medium tunnels</source>
+        <translation type="unfinished">انÙاق متوسطة</translation>
+    </message>
+    <message>
+        <source>Large tunnels</source>
+        <translation type="unfinished">انÙاق كبيرة</translation>
+    </message>
+    <message>
+        <source>Small floating islands</source>
+        <translation type="unfinished">جزر طائÙØ© صغيرة</translation>
+    </message>
+    <message>
+        <source>Medium floating islands</source>
+        <translation type="unfinished">جزر طائÙØ© متوسطة</translation>
+    </message>
+    <message>
+        <source>Large floating islands</source>
+        <translation type="unfinished">جزر طائÙØ© كبيرة</translation>
+    </message>
+</context>
+<context>
+    <name>HWNetServersModel</name>
+    <message>
+        <source>Title</source>
+        <translation>عنوان</translation>
+    </message>
+    <message>
+        <source>IP</source>
+        <translation>IP</translation>
+    </message>
+    <message>
+        <source>Port</source>
+        <translation>Port</translation>
+    </message>
+</context>
+<context>
+    <name>HWNewNet</name>
+    <message>
+        <source>The host was not found. Please check the host name and port settings.</source>
+        <translation type="unfinished">الحاسوب لم يوجد. تأكد من الاعدادات</translation>
+    </message>
+    <message>
+        <source>Connection refused</source>
+        <translation>الاتصال رÙض</translation>
+    </message>
+    <message>
+        <source>Room destroyed</source>
+        <translation>الغرÙØ© اغلقت</translation>
+    </message>
+    <message>
+        <source>Quit reason: </source>
+        <translation type="unfinished">سبب الخروج</translation>
+    </message>
+    <message>
+        <source>You got kicked</source>
+        <translation>تم طردك</translation>
+    </message>
+    <message>
+        <source>Password</source>
+        <translation>كلمة السر</translation>
+    </message>
+    <message>
+        <source>Your nickname %1 is
+registered on Hedgewars.org
+Please provide your password
+or pick another nickname:</source>
+        <translation type="obsolete">اسمك %1
+سجلت على Hedgewars.org
+اعطي كلمة السر
+او اختر اسم ثاني</translation>
+    </message>
+    <message>
+        <source>%1 *** %2 has joined the room</source>
+        <translation>%1 *** %2 انضم للغرÙØ©</translation>
+    </message>
+    <message>
+        <source>%1 *** %2 has joined</source>
+        <translation>%1 *** %2 انضم</translation>
+    </message>
+    <message>
+        <source>%1 *** %2 has left (%3)</source>
+        <translation>%1 *** %2 خرج (%3)</translation>
+    </message>
+    <message>
+        <source>%1 *** %2 has left</source>
+        <translation>%1 *** %2 خرج</translation>
+    </message>
+    <message>
+        <source>Your nickname %1 is
+registered on Hedgewars.org
+Please provide your password below
+or pick another nickname in game config:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>KB</name>
+    <message>
+        <source>SDL_ttf returned error while rendering text, most propably it is related to the bug in freetype2. It&apos;s recommended to update your freetype lib.</source>
+        <translation>SDL_ttf returned error while rendering text, most propably it is related to the bug in freetype2. It&apos;s recommended to update your freetype lib.</translation>
+    </message>
+</context>
+<context>
+    <name>PageAdmin</name>
+    <message>
+        <source>Server message:</source>
+        <translation type="obsolete">Server message:</translation>
+    </message>
+    <message>
+        <source>Set message</source>
+        <translation type="obsolete">Set message</translation>
+    </message>
+    <message>
+        <source>Clear Accounts Cache</source>
+        <translation>Clear Accounts Cache</translation>
+    </message>
+    <message>
+        <source>Fetch data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Server message for latest version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Server message for previous versions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Latest version protocol number:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>MOTD preview:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Set data</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>PageConnecting</name>
+    <message>
+        <source>Connecting...</source>
+        <translation type="unfinished">جاري الاتصال</translation>
+    </message>
+</context>
+<context>
+    <name>PageEditTeam</name>
+    <message>
+        <source>General</source>
+        <translation>عام</translation>
+    </message>
+    <message>
+        <source>Advanced</source>
+        <translation>متقدم</translation>
+    </message>
+</context>
+<context>
+    <name>PageGameStats</name>
+    <message>
+        <source>&lt;p&gt;The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.&lt;/p&gt;</source>
+        <translation type="obsolete">&lt;p&gt;اÙضل ضربة كانت من قبل &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <source>&lt;p&gt;The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.&lt;/p&gt;</source>
+        <translation type="obsolete">&lt;p&gt;اÙضل لاعب هو &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.&lt;/p&gt;
+        </translation>
+    </message>
+    <message>
+        <source>&lt;p&gt;A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.&lt;/p&gt;</source>
+        <translation type="obsolete">&lt;p&gt;المجموع&lt;b&gt;%1&lt;/b&gt; من اللاعبين قضوا ÙÙŠ اللعبة.&lt;/p&gt;
+        </translation>
+    </message>
+    <message>
+        <source>Details</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health graph</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Ranking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message numerus="yes">
+        <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>(%1 kill)</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+</context>
+<context>
+    <name>PageMain</name>
+    <message>
+        <source>Local Game (Play a game on a single computer)</source>
+        <translation>لعبة محلية</translation>
+    </message>
+    <message>
+        <source>Network Game (Play a game across a network)</source>
+        <translation>لعبة شبكية (عن طريق شبكة اتصال)</translation>
+    </message>
+    <message>
+        <source>Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they&apos;ll win or lose together.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If you&apos;re unsure what to do and don&apos;t want to waste ammo, skip one round. But don&apos;t let too much time pass as there will be Sudden Death!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You&apos;re bored of default gameplay? Try one of the missions - they&apos;ll offer different gameplay depending on the one you picked.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>By default the game will always record the last game played as a demo. Select &apos;Local Game&apos; and pick the &apos;Demos&apos; button on the lower right corner to play or manage them.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is Open Source and Freeware we create in our spare time. If you&apos;ve got problems, ask on our forums but please don&apos;t expect 24/7 support!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Always remember you&apos;re able to set up your own games in local and network/online play. You&apos;re not restricted to the &apos;Simple Game&apos; option.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>While playing you should give yourself a short break at least once an hour.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>We&apos;re open to suggestions and constructive feedback. If you don&apos;t like something or got a great idea, let us know!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Special game modes such as &apos;Vampirism&apos; or &apos;Karma&apos; allow you to develop completely new tactics. Try them in a custom game!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars can be perfect for short games during breaks. Just ensure you don&apos;t add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>No hedgehogs were harmed in making this game.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>PageMultiplayer</name>
+    <message>
+        <source>Start</source>
+        <translation>ابدا</translation>
+    </message>
+</context>
+<context>
+    <name>PageNet</name>
+    <message>
+        <source>Error</source>
+        <translation>خطا</translation>
+    </message>
+    <message>
+        <source>Please select server from the list above</source>
+        <translation>اختار من القائمة</translation>
+    </message>
+</context>
+<context>
+    <name>PageNetGame</name>
+    <message>
+        <source>Control</source>
+        <translation>تحكم</translation>
+    </message>
+</context>
+<context>
+    <name>PageNetType</name>
+    <message>
+        <source>LAN game</source>
+        <translation>لعبة شبكية</translation>
+    </message>
+    <message>
+        <source>Official server</source>
+        <translation>الخادم الرسمي</translation>
+    </message>
+</context>
+<context>
+    <name>PageOptions</name>
+    <message>
+        <source>New team</source>
+        <translation>Ùريق جديد</translation>
+    </message>
+    <message>
+        <source>Edit team</source>
+        <translation>تغيير Ùريق</translation>
+    </message>
+    <message>
+        <source>Delete team</source>
+        <translation>حذ٠Ùريق</translation>
+    </message>
+    <message>
+        <source>New weapon scheme</source>
+        <translation>طريقة اسلحة جديدة</translation>
+    </message>
+    <message>
+        <source>Edit weapon scheme</source>
+        <translation>تغيير طريقة الاسلحة</translation>
+    </message>
+    <message>
+        <source>Delete weapon scheme</source>
+        <translation>حذ٠طريقة الاسلحة</translation>
+    </message>
+    <message>
+        <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>PagePlayDemo</name>
+    <message>
+        <source>Error</source>
+        <translation>خطأ</translation>
+    </message>
+    <message>
+        <source>OK</source>
+        <translation>OK</translation>
+    </message>
+    <message>
+        <source>Rename dialog</source>
+        <translation>تغيير الشباك</translation>
+    </message>
+    <message>
+        <source>Enter new file name:</source>
+        <translation type="unfinished">ادخل اسم الملÙ</translation>
+    </message>
+    <message>
+        <source>Cannot rename to</source>
+        <translation>لا استطيع التغيير الى</translation>
+    </message>
+    <message>
+        <source>Cannot delete file</source>
+        <translation>لا استطيع حذ٠الملÙ</translation>
+    </message>
+    <message>
+        <source>Please select record from the list</source>
+        <translation>اختر المقطع من القائمة</translation>
+    </message>
+</context>
+<context>
+    <name>PageRoomsList</name>
+    <message>
+        <source>Create</source>
+        <translation>اصنع</translation>
+    </message>
+    <message>
+        <source>Join</source>
+        <translation>انضم</translation>
+    </message>
+    <message>
+        <source>Refresh</source>
+        <translation>تحديث</translation>
+    </message>
+    <message>
+        <source>Error</source>
+        <translation>خطأ</translation>
+    </message>
+    <message>
+        <source>OK</source>
+        <translation>OK</translation>
+    </message>
+    <message>
+        <source>Admin features</source>
+        <translation>الادارة</translation>
+    </message>
+    <message>
+        <source>Room Name:</source>
+        <translation type="unfinished">رقم الغرقة</translation>
+    </message>
+    <message>
+        <source>This game is in lobby.
+You may join and start playing once the game starts.</source>
+        <translation>هذه غرقة اللعب
+يمكنك الانضمام Ùˆ بدء اللعب عند الاتضمام الى غرÙØ©
+You may join and start playing once the game starts.</translation>
+    </message>
+    <message>
+        <source>This game is in progress.
+You may join and spectate now but you&apos;ll have to wait for the game to end to start playing.</source>
+        <translation type="unfinished">اللعبة قيد اللعب
+يمكنك الانضمام و المشاهدة</translation>
+    </message>
+    <message>
+        <source>%1 is the host. He may adjust settings and start the game.</source>
+        <translation type="unfinished">%1هو المضي٠الذي يبدا و يغيير اعدادات اللعبة</translation>
+    </message>
+    <message>
+        <source>Random Map</source>
+        <translation>خارطة عشوائية</translation>
+    </message>
+    <message>
+        <source>Games may be played on precreated or randomized maps.</source>
+        <translation type="unfinished">اللعبة يمكن ان تكون على خارطة عشوائية او يدوية</translation>
+    </message>
+    <message>
+        <source>The Game Scheme defines general options and preferences like Round Time, Sudden Death or Vampirism.</source>
+        <translation type="unfinished">طراز اللعية يحدد الخيارات مثل وقت الجولة، الموت المÙاجئ Ùˆ مصاص الدماء</translation>
+    </message>
+    <message>
+        <source>The Weapon Scheme defines available weapons and their ammunition count.</source>
+        <translation type="unfinished">طراز الاسلحة يحدد المتوÙرة منها Ùˆ عددها</translation>
+    </message>
+    <message numerus="yes">
+        <source>There are %1 clients connected to this room.</source>
+        <translation type="unfinished">
+            <numerusform>يوجد %1 مرتبطون بالغرقة
+        </numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>There are %1 teams participating in this room.</source>
+        <translation type="unfinished">
+            <numerusform>يوجد %1 Ùريق ÙÙŠ الغرÙØ©
+        </numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message>
+        <source>Please enter room name</source>
+        <translation>ادخل رقم الغرقة</translation>
+    </message>
+    <message>
+        <source>Please select room from the list</source>
+        <translation>اختر الغرقة من القائمة</translation>
+    </message>
+    <message>
+        <source>Random Maze</source>
+        <translation type="unfinished">متاهة عشوائية</translation>
+    </message>
+    <message>
+        <source>State:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Rules:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Search:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The game you are trying to join has started.
+Do you still want to join the room?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>PageScheme</name>
+    <message>
+        <source>Defend your fort and destroy the opponents, two team colours max!</source>
+        <translation type="unfinished">داÙع عن القلعة Ùˆ دمر الاعداء. Ùريقان الحد الاقصى</translation>
+    </message>
+    <message>
+        <source>Teams will start on opposite sides of the terrain, two team colours max!</source>
+        <translation type="unfinished">الÙرق تبدا ÙÙŠ مكانين متقابلين. Ùريقان الحد الاقصى</translation>
+    </message>
+    <message>
+        <source>Land can not be destroyed!</source>
+        <translation type="unfinished">الارض لا يمكن ان تدمر</translation>
+    </message>
+    <message>
+        <source>Add an indestructable border around the terrain</source>
+        <translation>اض٠اطار لا يمكن تدميره</translation>
+    </message>
+    <message>
+        <source>Lower gravity</source>
+        <translation>جاذبية قليلة</translation>
+    </message>
+    <message>
+        <source>Assisted aiming with laser sight</source>
+        <translation>منظار ليزري</translation>
+    </message>
+    <message>
+        <source>All hogs have a personal forcefield</source>
+        <translation>كل اللاعبين لهم حقل قوى</translation>
+    </message>
+    <message>
+        <source>Enable random mines</source>
+        <translation type="obsolete">Ùعل الالغام العشوائية</translation>
+    </message>
+    <message>
+        <source>Gain 80% of the damage you do back in health</source>
+        <translation>احصل على 80% من التدمير ÙÙŠ صحتك</translation>
+    </message>
+    <message>
+        <source>Share your opponents pain, share their damage</source>
+        <translation>شارك ÙÙŠ صحة عدوك</translation>
+    </message>
+    <message>
+        <source>Your hogs are unable to move, put your artillery skills to the test</source>
+        <translation>الاعبين لا يمكنهم التحرك</translation>
+    </message>
+    <message>
+        <source>Random</source>
+        <translation>عشوائي</translation>
+    </message>
+    <message>
+        <source>Seconds</source>
+        <translation>ثواني</translation>
+    </message>
+    <message>
+        <source>New</source>
+        <translation>جديد</translation>
+    </message>
+    <message>
+        <source>Delete</source>
+        <translation>حذÙ</translation>
+    </message>
+    <message>
+        <source>Order of play is random instead of in room order.</source>
+        <translation type="unfinished">تسلسل اللعب عشواي</translation>
+    </message>
+    <message>
+        <source>Play with a King. If he dies, your side dies.</source>
+        <translation type="unfinished">اذا مات الملك، خسر الÙريق</translation>
+    </message>
+    <message>
+        <source>Take turns placing your hedgehogs before the start of play.</source>
+        <translation type="unfinished">ضع لاعبين بالادوار قبل اللعب</translation>
+    </message>
+    <message>
+        <source>Ammo is shared between all teams that share a colour.</source>
+        <translation type="unfinished">العتاد مشترك</translation>
+    </message>
+    <message>
+        <source>Disable girders when generating random maps.</source>
+        <translation type="unfinished">ابطال البناء</translation>
+    </message>
+    <message>
+        <source>Disable land objects when generating random maps.</source>
+        <translation type="unfinished">ابطال الاجسام الساقطة</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>AI respawns on death.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>PageSelectWeapon</name>
+    <message>
+        <source>Default</source>
+        <translation>التلقائي</translation>
+    </message>
+    <message>
+        <source>Delete</source>
+        <translation>حذÙ</translation>
+    </message>
+</context>
+<context>
+    <name>PageSinglePlayer</name>
+    <message>
+        <source>Simple Game (a quick game against the computer, settings are chosen for you)</source>
+        <translation>لعية بسيطة ضد الحاسوب</translation>
+    </message>
+    <message>
+        <source>Multiplayer (play a hotseat game against your friends, or AI teams)</source>
+        <translation>لعبة متعددة</translation>
+    </message>
+    <message>
+        <source>Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT</source>
+        <translation>نمط التدريب، تحت التطوير</translation>
+    </message>
+    <message>
+        <source>Demos (Watch recorded demos)</source>
+        <translation>عرض</translation>
+    </message>
+    <message>
+        <source>Load (Load a previously saved game)</source>
+        <translation>تحميل</translation>
+    </message>
+    <message>
+        <source>Campaign Mode (...). IN DEVELOPMENT</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>QAction</name>
+    <message>
+        <source>Kick</source>
+        <translation>ارÙس</translation>
+    </message>
+    <message>
+        <source>Info</source>
+        <translation>معلومات</translation>
+    </message>
+    <message>
+        <source>Start</source>
+        <translation>ابدا</translation>
+    </message>
+    <message>
+        <source>Restrict Joins</source>
+        <translation>امنع الانضمام</translation>
+    </message>
+    <message>
+        <source>Restrict Team Additions</source>
+        <translation>امنع اضاÙات الÙرق</translation>
+    </message>
+    <message>
+        <source>Ban</source>
+        <translation>امنع</translation>
+    </message>
+    <message>
+        <source>Follow</source>
+        <translation>اتبع</translation>
+    </message>
+    <message>
+        <source>Ignore</source>
+        <translation>اهمل</translation>
+    </message>
+    <message>
+        <source>Add friend</source>
+        <translation>اض٠صديق</translation>
+    </message>
+    <message>
+        <source>Unignore</source>
+        <translation>حذ٠الاهمال</translation>
+    </message>
+    <message>
+        <source>Remove friend</source>
+        <translation>امحي صديق</translation>
+    </message>
+</context>
+<context>
+    <name>QCheckBox</name>
+    <message>
+        <source>Check for updates at startup</source>
+        <translation>تحرى عن التحديثات</translation>
+    </message>
+    <message>
+        <source>Fullscreen</source>
+        <translation type="unfinished">ملء الشاشة</translation>
+    </message>
+    <message>
+        <source>Frontend fullscreen</source>
+        <translation>شاشة القائمة ملء العرض</translation>
+    </message>
+    <message>
+        <source>Enable sound</source>
+        <translation>Ùعل الصوت</translation>
+    </message>
+    <message>
+        <source>Enable music</source>
+        <translation>Ùعل الموسيقى</translation>
+    </message>
+    <message>
+        <source>Show FPS</source>
+        <translation>اضهر عدد الاطارات ÙÙŠ الثانية</translation>
+    </message>
+    <message>
+        <source>Alternative damage show</source>
+        <translation>عرض الدمار</translation>
+    </message>
+    <message>
+        <source>Append date and time to record file name</source>
+        <translation>اض٠التاريخ Ùˆ اليوم الى الملÙ</translation>
+    </message>
+    <message>
+        <source>Reduced quality</source>
+        <translation type="obsolete">قلل الجودة</translation>
+    </message>
+    <message>
+        <source>Show ammo menu tooltips</source>
+        <translation>اضهر قوائم للعتاد</translation>
+    </message>
+    <message>
+        <source>Enable frontend sounds</source>
+        <translation>Ùعل اصوات شاشة المقدمة</translation>
+    </message>
+    <message>
+        <source>Enable frontend music</source>
+        <translation>Ùعل موسيقى شاشة المقدمة</translation>
+    </message>
+    <message>
+        <source>Frontend effects</source>
+        <translation>تأثيرات المقدمة</translation>
+    </message>
+</context>
+<context>
+    <name>QComboBox</name>
+    <message>
+        <source>generated map...</source>
+        <translation type="unfinished">ولد خارطة</translation>
+    </message>
+    <message>
+        <source>Human</source>
+        <translation>انسان</translation>
+    </message>
+    <message>
+        <source>Level</source>
+        <translation type="unfinished">مرحلة</translation>
+    </message>
+    <message>
+        <source>(System default)</source>
+        <translation>نمط النظام</translation>
+    </message>
+    <message>
+        <source>Mission</source>
+        <translation>مهمة</translation>
+    </message>
+    <message>
+        <source>generated maze...</source>
+        <translation type="unfinished">ولد متاهة</translation>
+    </message>
+    <message>
+        <source>Community</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>In lobby</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>In progress</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Default</source>
+        <translation type="obsolete">التلقائي</translation>
+    </message>
+</context>
+<context>
+    <name>QGroupBox</name>
+    <message>
+        <source>Team Members</source>
+        <translation>اعضاء الÙريق</translation>
+    </message>
+    <message>
+        <source>Fort</source>
+        <translation>حصن</translation>
+    </message>
+    <message>
+        <source>Key binds</source>
+        <translation>ربط المÙاتيج</translation>
+    </message>
+    <message>
+        <source>Teams</source>
+        <translation>Ùرق</translation>
+    </message>
+    <message>
+        <source>Weapons</source>
+        <translation>اسلحة</translation>
+    </message>
+    <message>
+        <source>Audio/Graphic options</source>
+        <translation>قوائم الصوتيات و المرئيات</translation>
+    </message>
+    <message>
+        <source>Net game</source>
+        <translation>لعبة شبكية</translation>
+    </message>
+    <message>
+        <source>Playing teams</source>
+        <translation>Ùرق اللعب</translation>
+    </message>
+    <message>
+        <source>Game Modifiers</source>
+        <translation>مغيرات اللعبة</translation>
+    </message>
+    <message>
+        <source>Basic Settings</source>
+        <translation>اعدادات الاساسية</translation>
+    </message>
+    <message>
+        <source>Team Settings</source>
+        <translation>اعدادات الÙريق</translation>
+    </message>
+    <message>
+        <source>Misc</source>
+        <translation>متنوعة</translation>
+    </message>
+</context>
+<context>
+    <name>QLabel</name>
+    <message>
+        <source>Mines Time</source>
+        <translation>وقت اللغم</translation>
+    </message>
+    <message>
+        <source>Mines</source>
+        <translation>الغام</translation>
+    </message>
+    <message>
+        <source>Version</source>
+        <translation>نسخة</translation>
+    </message>
+    <message>
+        <source>This program is distributed under the GNU General Public License</source>
+        <translation>This program is distributed under the GNU General Public License</translation>
+    </message>
+    <message>
+        <source>Developers:</source>
+        <translation type="unfinished">المطورون</translation>
+    </message>
+    <message>
+        <source>Art:</source>
+        <translation type="unfinished">قنون</translation>
+    </message>
+    <message>
+        <source>Sounds:</source>
+        <translation type="unfinished">الاصوات</translation>
+    </message>
+    <message>
+        <source>Translations:</source>
+        <translation type="unfinished">المترجمون</translation>
+    </message>
+    <message>
+        <source>Special thanks:</source>
+        <translation type="unfinished">شكر خاص</translation>
+    </message>
+    <message>
+        <source>Weapons</source>
+        <translation>اسلحة</translation>
+    </message>
+    <message>
+        <source>Host:</source>
+        <translation>Host:</translation>
+    </message>
+    <message>
+        <source>Port:</source>
+        <translation>Port:</translation>
+    </message>
+    <message>
+        <source>Net nick</source>
+        <translation>اسم اللاعب</translation>
+    </message>
+    <message>
+        <source>Resolution</source>
+        <translation>الوضوح</translation>
+    </message>
+    <message>
+        <source>FPS limit</source>
+        <translation>حد الاقصى لعدد الاطر ÙÙŠ الثانية</translation>
+    </message>
+    <message>
+        <source>Server name:</source>
+        <translation type="unfinished">اسم الخادم</translation>
+    </message>
+    <message>
+        <source>Server port:</source>
+        <translation>Server port:</translation>
+    </message>
+    <message>
+        <source>Initial sound volume</source>
+        <translation>ارتقاع الصوت</translation>
+    </message>
+    <message>
+        <source>Damage Modifier</source>
+        <translation>مغير الدمار</translation>
+    </message>
+    <message>
+        <source>Turn Time</source>
+        <translation>وقت الجولة</translation>
+    </message>
+    <message>
+        <source>Initial Health</source>
+        <translation>الصحة الاولية</translation>
+    </message>
+    <message>
+        <source>Sudden Death Timeout</source>
+        <translation>وقت الموت المÙاجئ</translation>
+    </message>
+    <message>
+        <source>Scheme Name:</source>
+        <translation type="unfinished">اسم النمط:</translation>
+    </message>
+    <message>
+        <source>Crate Drops</source>
+        <translation>المساعدات</translation>
+    </message>
+    <message>
+        <source>Game scheme</source>
+        <translation>نمط اللعبة</translation>
+    </message>
+    <message>
+        <source>% Dud Mines</source>
+        <translation>% الغام</translation>
+    </message>
+    <message>
+        <source>Name</source>
+        <translation>اسم</translation>
+    </message>
+    <message>
+        <source>Type</source>
+        <translation>نوع</translation>
+    </message>
+    <message>
+        <source>Grave</source>
+        <translation>تابوت</translation>
+    </message>
+    <message>
+        <source>Flag</source>
+        <translation>علم</translation>
+    </message>
+    <message>
+        <source>Voice</source>
+        <translation>صوت</translation>
+    </message>
+    <message>
+        <source>Locale</source>
+        <translation>محلي</translation>
+    </message>
+    <message>
+        <source>Restart game to apply</source>
+        <translation>اعد تشغيل اللعبة لتÙعيل التغيير</translation>
+    </message>
+    <message>
+        <source>Explosives</source>
+        <translation>متÙجرات</translation>
+    </message>
+    <message>
+        <source>Tip: </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Quality</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>QLineEdit</name>
+    <message>
+        <source>unnamed</source>
+        <translation>غير مسمى</translation>
+    </message>
+</context>
+<context>
+    <name>QMainWindow</name>
+    <message>
+        <source>Hedgewars %1</source>
+        <translation>Hedgewars %1</translation>
+    </message>
+</context>
+<context>
+    <name>QMessageBox</name>
+    <message>
+        <source>Network</source>
+        <translation>شبكة</translation>
+    </message>
+    <message>
+        <source>Connection to server is lost</source>
+        <translation>ضاع الاتصال للخادم</translation>
+    </message>
+    <message>
+        <source>Error</source>
+        <translation>خطأ</translation>
+    </message>
+    <message>
+        <source>Failed to open data directory:
+%1
+Please check your installation</source>
+        <translation>Failed to open data directory:
+ %1
+Please check your installation</translation>
+    </message>
+    <message>
+        <source>Weapons</source>
+        <translation>اسلحة</translation>
+    </message>
+    <message>
+        <source>Can not edit default weapon set</source>
+        <translation type="obsolete">Can not edit default weapon set</translation>
+    </message>
+    <message>
+        <source>Can not delete default weapon set</source>
+        <translation>Can not delete default weapon set</translation>
+    </message>
+    <message>
+        <source>Really delete this weapon set?</source>
+        <translation type="unfinished">هل تريد حذ٠قائمة الاسلحة</translation>
+    </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>QObject</name>
+    <message>
+        <source>Error</source>
+        <translation>خطأ</translation>
+    </message>
+    <message>
+        <source>Cannot create directory %1</source>
+        <translation>Cannot create directory %1</translation>
+    </message>
+    <message>
+        <source>OK</source>
+        <translation>OK</translation>
+    </message>
+    <message>
+        <source>Nickname</source>
+        <translation>اسم اللاعب</translation>
+    </message>
+    <message>
+        <source>Please enter your nickname</source>
+        <translation>ادحل اسم اللاعب</translation>
+    </message>
+</context>
+<context>
+    <name>QPushButton</name>
+    <message>
+        <source>default</source>
+        <translation>التلقائي</translation>
+    </message>
+    <message>
+        <source>OK</source>
+        <translation>OK</translation>
+    </message>
+    <message>
+        <source>Cancel</source>
+        <translation>الغاء</translation>
+    </message>
+    <message>
+        <source>Start server</source>
+        <translation>تشغيل الخادم</translation>
+    </message>
+    <message>
+        <source>Connect</source>
+        <translation>اتصل</translation>
+    </message>
+    <message>
+        <source>Update</source>
+        <translation type="unfinished">تحديث</translation>
+    </message>
+    <message>
+        <source>Specify</source>
+        <translation>تحديد</translation>
+    </message>
+    <message>
+        <source>Start</source>
+        <translation>ابدا</translation>
+    </message>
+    <message>
+        <source>Go!</source>
+        <translation type="unfinished">ابدا</translation>
+    </message>
+    <message>
+        <source>Play demo</source>
+        <translation>ابدا العرض</translation>
+    </message>
+    <message>
+        <source>Rename</source>
+        <translation>تغيير الاسم</translation>
+    </message>
+    <message>
+        <source>Delete</source>
+        <translation>حذÙ</translation>
+    </message>
+    <message>
+        <source>Load</source>
+        <translation>تحميل</translation>
+    </message>
+    <message>
+        <source>Setup</source>
+        <translation>تنصيب</translation>
+    </message>
+    <message>
+        <source>Ready</source>
+        <translation>ابدا</translation>
+    </message>
+    <message>
+        <source>Random Team</source>
+        <translation>Ùريق عشوائي</translation>
+    </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>QTableWidget</name>
+    <message>
+        <source>Room Name</source>
+        <translation>اسم الغرقة</translation>
+    </message>
+    <message>
+        <source>C</source>
+        <translation>C</translation>
+    </message>
+    <message>
+        <source>T</source>
+        <translation>T</translation>
+    </message>
+    <message>
+        <source>Owner</source>
+        <translation>المالك</translation>
+    </message>
+    <message>
+        <source>Map</source>
+        <translation>خارطة</translation>
+    </message>
+    <message>
+        <source>Rules</source>
+        <translation>قوانين</translation>
+    </message>
+    <message>
+        <source>Weapons</source>
+        <translation>اسلحة</translation>
+    </message>
+</context>
+<context>
+    <name>SelWeaponWidget</name>
+    <message>
+        <source>Weapon set</source>
+        <translation>نمط الاسلحة</translation>
+    </message>
+    <message>
+        <source>Probabilities</source>
+        <translation>احتماليات</translation>
+    </message>
+    <message>
+        <source>Ammo in boxes</source>
+        <translation>العتاد ÙÙŠ الصناديق</translation>
+    </message>
+    <message>
+        <source>Delays</source>
+        <translation>التأخير</translation>
+    </message>
+</context>
+<context>
+    <name>TCPBase</name>
+    <message>
+        <source>Error</source>
+        <translation>خطأ</translation>
+    </message>
+    <message>
+        <source>Unable to start the server: %1.</source>
+        <translation>Unable to start the server: %1.</translation>
+    </message>
+    <message>
+        <source>Unable to run engine: %1 (</source>
+        <translation>Unable to run engine: %1 (</translation>
+    </message>
+</context>
+<context>
+    <name>ToggleButtonWidget</name>
+    <message>
+        <source>Vampirism</source>
+        <translation>مصاص دماء</translation>
+    </message>
+    <message>
+        <source>Karma</source>
+        <translation>كارما</translation>
+    </message>
+    <message>
+        <source>Artillery</source>
+        <translation>مدÙعية</translation>
+    </message>
+    <message>
+        <source>Fort Mode</source>
+        <translation type="unfinished">طريقة الحصن</translation>
+    </message>
+    <message>
+        <source>Divide Teams</source>
+        <translation>قسم الÙرق</translation>
+    </message>
+    <message>
+        <source>Solid Land</source>
+        <translation>ارض صلبة</translation>
+    </message>
+    <message>
+        <source>Add Border</source>
+        <translation>اض٠اطار</translation>
+    </message>
+    <message>
+        <source>Low Gravity</source>
+        <translation>جاذبية قليلة</translation>
+    </message>
+    <message>
+        <source>Laser Sight</source>
+        <translation>منظار ليزري</translation>
+    </message>
+    <message>
+        <source>Invulnerable</source>
+        <translation>غير قابل للتدمير</translation>
+    </message>
+    <message>
+        <source>Add Mines</source>
+        <translation type="obsolete">اض٠الغام</translation>
+    </message>
+    <message>
+        <source>Random Order</source>
+        <translation>توزيع عشوائي</translation>
+    </message>
+    <message>
+        <source>King</source>
+        <translation>ملك</translation>
+    </message>
+    <message>
+        <source>Place Hedgehogs</source>
+        <translation>ضع الاعبين</translation>
+    </message>
+    <message>
+        <source>Clan Shares Ammo</source>
+        <translation>الÙريق يتشارك بالعتاد</translation>
+    </message>
+    <message>
+        <source>Disable Girders</source>
+        <translation>ابطال البناء</translation>
+    </message>
+    <message>
+        <source>Disable Land Objects</source>
+        <translation type="unfinished">ابطال الاجسام الارضية</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>AI Survival Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>binds</name>
+    <message>
+        <source>up</source>
+        <translation>up</translation>
+    </message>
+    <message>
+        <source>left</source>
+        <translation>left</translation>
+    </message>
+    <message>
+        <source>right</source>
+        <translation>right</translation>
+    </message>
+    <message>
+        <source>down</source>
+        <translation>down</translation>
+    </message>
+    <message>
+        <source>attack</source>
+        <translation>attack</translation>
+    </message>
+    <message>
+        <source>precise aim</source>
+        <translation>precise aim</translation>
+    </message>
+    <message>
+        <source>put</source>
+        <translation>put</translation>
+    </message>
+    <message>
+        <source>switch</source>
+        <translation>switch</translation>
+    </message>
+    <message>
+        <source>find hedgehog</source>
+        <translation>find hedgehog</translation>
+    </message>
+    <message>
+        <source>ammo menu</source>
+        <translation>ammo menu</translation>
+    </message>
+    <message>
+        <source>slot 1</source>
+        <translation>slot 1</translation>
+    </message>
+    <message>
+        <source>slot 2</source>
+        <translation>slot 2</translation>
+    </message>
+    <message>
+        <source>slot 3</source>
+        <translation>slot 3</translation>
+    </message>
+    <message>
+        <source>slot 4</source>
+        <translation>slot 4</translation>
+    </message>
+    <message>
+        <source>slot 5</source>
+        <translation>slot 5</translation>
+    </message>
+    <message>
+        <source>slot 6</source>
+        <translation>slot 6</translation>
+    </message>
+    <message>
+        <source>slot 7</source>
+        <translation>slot 7</translation>
+    </message>
+    <message>
+        <source>slot 8</source>
+        <translation>slot 8</translation>
+    </message>
+    <message>
+        <source>slot 9</source>
+        <translation>slot 9</translation>
+    </message>
+    <message>
+        <source>timer 1 sec</source>
+        <translation>timer 1 sec</translation>
+    </message>
+    <message>
+        <source>timer 2 sec</source>
+        <translation>timer 2 sec</translation>
+    </message>
+    <message>
+        <source>timer 3 sec</source>
+        <translation>timer 3 sec</translation>
+    </message>
+    <message>
+        <source>timer 4 sec</source>
+        <translation>timer 4 sec</translation>
+    </message>
+    <message>
+        <source>timer 5 sec</source>
+        <translation>timer 5 sec</translation>
+    </message>
+    <message>
+        <source>chat</source>
+        <translation>chat</translation>
+    </message>
+    <message>
+        <source>chat history</source>
+        <translation>chat history</translation>
+    </message>
+    <message>
+        <source>pause</source>
+        <translation>pause</translation>
+    </message>
+    <message>
+        <source>confirmation</source>
+        <translation>confirmation</translation>
+    </message>
+    <message>
+        <source>volume down</source>
+        <translation>volume down</translation>
+    </message>
+    <message>
+        <source>volume up</source>
+        <translation>volume up</translation>
+    </message>
+    <message>
+        <source>change mode</source>
+        <translation>change mode</translation>
+    </message>
+    <message>
+        <source>capture</source>
+        <translation>capture</translation>
+    </message>
+    <message>
+        <source>hedgehogs
+info</source>
+        <translation>hedgehogs
+info</translation>
+    </message>
+    <message>
+        <source>quit</source>
+        <translation>quit</translation>
+    </message>
+    <message>
+        <source>zoom in</source>
+        <translation>zoom in</translation>
+    </message>
+    <message>
+        <source>zoom out</source>
+        <translation>zoom out</translation>
+    </message>
+    <message>
+        <source>reset zoom</source>
+        <translation>reset zoom</translation>
+    </message>
+    <message>
+        <source>long jump</source>
+        <translation>long jump</translation>
+    </message>
+    <message>
+        <source>high jump</source>
+        <translation>high jump</translation>
+    </message>
+    <message>
+        <source>slot 10</source>
+        <translation type="unfinished">slot 10</translation>
+    </message>
+</context>
+<context>
+    <name>binds (categories)</name>
+    <message>
+        <source>Basic controls</source>
+        <translation>الاسلحة الاولية</translation>
+    </message>
+    <message>
+        <source>Weapon controls</source>
+        <translation>السيطرة على الاسلحة</translation>
+    </message>
+    <message>
+        <source>Camera and cursor controls</source>
+        <translation type="unfinished">السيطرة على الكامرة و المؤشر</translation>
+    </message>
+    <message>
+        <source>Other</source>
+        <translation>اخرى</translation>
+    </message>
+</context>
+<context>
+    <name>binds (descriptions)</name>
+    <message>
+        <source>Move your hogs and aim:</source>
+        <translation type="unfinished">تحريك اللاعب و التصويب</translation>
+    </message>
+    <message>
+        <source>Traverse gaps and obstacles by jumping:</source>
+        <translation type="unfinished">Ù‚Ùز Ùوق الحواجز</translation>
+    </message>
+    <message>
+        <source>Fire your selected weapon or trigger an utility item:</source>
+        <translation type="unfinished">اطلاق السلاح</translation>
+    </message>
+    <message>
+        <source>Pick a weapon or a target location under the cursor:</source>
+        <translation type="unfinished">أخذ السلاح تحت المؤشر</translation>
+    </message>
+    <message>
+        <source>Switch your currently active hog (if possible):</source>
+        <translation type="unfinished">تغيير اختيار اللاعب الحالي</translation>
+    </message>
+    <message>
+        <source>Pick a weapon or utility item:</source>
+        <translation type="unfinished">اختر السلاح</translation>
+    </message>
+    <message>
+        <source>Set the timer on bombs and timed weapons:</source>
+        <translation type="unfinished">وقت الانÙجار</translation>
+    </message>
+    <message>
+        <source>Move the camera to the active hog:</source>
+        <translation type="unfinished">الكامرة على اللاعب</translation>
+    </message>
+    <message>
+        <source>Move the cursor or camera without using the mouse:</source>
+        <translation type="unfinished">تحريك الكامرة او اللاعب بلا المؤشر</translation>
+    </message>
+    <message>
+        <source>Modify the camera&apos;s zoom level:</source>
+        <translation type="unfinished">تغيير مدى التقريب البصري</translation>
+    </message>
+    <message>
+        <source>Talk to your team or all participants:</source>
+        <translation type="unfinished">ارسال رسالة لاعضاء الÙريق</translation>
+    </message>
+    <message>
+        <source>Pause, continue or leave your game:</source>
+        <translation type="unfinished">توقي٠اللعبة، الاستمرار او الغائها</translation>
+    </message>
+    <message>
+        <source>Modify the game&apos;s volume while playing:</source>
+        <translation type="unfinished">تغيير ارتقاع الصوت اثناء اللعبة</translation>
+    </message>
+    <message>
+        <source>Toggle fullscreen mode:</source>
+        <translation type="unfinished">تبديل ملئ الشاشة</translation>
+    </message>
+    <message>
+        <source>Take a screenshot:</source>
+        <translation type="unfinished">خد صورة</translation>
+    </message>
+    <message>
+        <source>Toggle labels above hedgehogs:</source>
+        <translation type="unfinished">تغيير العناوبن Ùوق اللاعبين</translation>
+    </message>
+</context>
+<context>
+    <name>binds (keys)</name>
+    <message>
+        <source>Axis</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>(Up)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>(Down)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hat</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>(Left)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>(Right)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Keyboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Delete</source>
+        <translation>Delete</translation>
+    </message>
+    <message>
+        <source>Mouse: Left button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Mouse: Middle button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Mouse: Right button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Mouse: Wheel up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Mouse: Wheel down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Backspace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Return</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Pause</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Escape</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 0</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 3</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 4</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 5</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 6</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 7</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 8</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad 9</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad .</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad /</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad *</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad -</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Numpad +</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Enter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Equals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Insert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Home</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>End</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Page up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Page down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Num lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Caps lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Scroll lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right shift</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left shift</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right ctrl</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left ctrl</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right alt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left alt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right meta</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left meta</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>A button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>B button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>X button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Y button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>LB button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>RB button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Back button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Start button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left stick</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right stick</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left stick (Right)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left stick (Left)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left stick (Down)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left stick (Up)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Left trigger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right trigger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right stick (Down)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right stick (Up)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right stick (Right)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Right stick (Left)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>DPad</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+</TS>
--- a/share/hedgewars/Data/Locale/hedgewars_bg.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_bg.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -40,6 +40,10 @@
         <source>Illegal ammo scheme</source>
         <translation>Ðевалидна оръжейна Ñхема</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -90,6 +94,16 @@
         <source>DefaultTeam</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWGame</name>
@@ -326,25 +340,33 @@
             <numerusform></numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -373,11 +395,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -563,7 +580,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -588,7 +605,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -838,10 +870,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Enable random mines</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>Gain 80% of the damage you do back in health</source>
         <translation type="unfinished"></translation>
     </message>
@@ -897,6 +925,22 @@
         <source>AI respawns on death.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1078,35 +1122,7 @@
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">По подразбиране</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">По подразбиране</translation>
     </message>
 </context>
 <context>
@@ -1310,6 +1326,26 @@
         <source>Quality</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1367,6 +1403,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1457,6 +1501,10 @@
         <source>Random Team</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1554,10 +1602,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Add Mines</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>Vampirism</source>
         <translation type="unfinished"></translation>
     </message>
@@ -1597,6 +1641,22 @@
         <source>AI Survival Mode</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
--- a/share/hedgewars/Data/Locale/hedgewars_cs.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_cs.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -41,6 +41,10 @@
         <source>Edit schemes</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -91,6 +95,16 @@
         <source>DefaultTeam</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWGame</name>
@@ -329,25 +343,37 @@
             <numerusform></numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -376,11 +402,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -566,7 +587,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -591,7 +612,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -851,10 +887,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Enable random mines</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>Gain 80% of the damage you do back in health</source>
         <translation type="unfinished"></translation>
     </message>
@@ -902,6 +934,22 @@
         <source>AI respawns on death.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1083,35 +1131,7 @@
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Základní</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Základní</translation>
     </message>
 </context>
 <context>
@@ -1315,6 +1335,26 @@
         <source>Quality</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1372,6 +1412,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1462,6 +1510,10 @@
         <source>Random Team</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1571,10 +1623,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Add Mines</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>Random Order</source>
         <translation type="unfinished"></translation>
     </message>
@@ -1602,6 +1650,22 @@
         <source>AI Survival Mode</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
--- a/share/hedgewars/Data/Locale/hedgewars_de.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_de.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -40,6 +40,10 @@
         <source>Edit schemes</source>
         <translation>Spielprofile bearbeiten</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -88,7 +92,17 @@
     </message>
     <message>
         <source>DefaultTeam</source>
-        <translation type="unfinished"></translation>
+        <translation></translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation>Hedgewars Demo Datei</translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation>Hedgewars gespeichertes Spiel</translation>
     </message>
 </context>
 <context>
@@ -246,7 +260,11 @@
 registered on Hedgewars.org
 Please provide your password below
 or pick another nickname in game config:</source>
-        <translation type="unfinished"></translation>
+        <translation>Dein Spitzname &apos;%1&apos; wurde
+auf Hedgewars.org registriert.
+
+Bitte gib dein Passwort ein oder
+wähle einen anderen Spitznamen:</translation>
     </message>
 </context>
 <context>
@@ -272,27 +290,27 @@
     </message>
     <message>
         <source>Fetch data</source>
-        <translation type="unfinished"></translation>
+        <translation>Lade Daten</translation>
     </message>
     <message>
         <source>Server message for latest version:</source>
-        <translation type="unfinished"></translation>
+        <translation>Server-Nachricht für aktuelle Version:</translation>
     </message>
     <message>
         <source>Server message for previous versions:</source>
-        <translation type="unfinished"></translation>
+        <translation>Server-Nachricht für ältere Versionen:</translation>
     </message>
     <message>
         <source>Latest version protocol number:</source>
-        <translation type="unfinished"></translation>
+        <translation>Letzte Protokoll-Version</translation>
     </message>
     <message>
         <source>MOTD preview:</source>
-        <translation type="unfinished"></translation>
+        <translation>MOTD Vorschau:</translation>
     </message>
     <message>
         <source>Set data</source>
-        <translation type="unfinished"></translation>
+        <translation>Speichere Daten</translation>
     </message>
 </context>
 <context>
@@ -335,53 +353,65 @@
     </message>
     <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>Details</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>Lebenspunkteverlauf</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>Ranking</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>Der beste Schuss geht an &lt;br&gt;%1&lt;/b&gt; mit &lt;b&gt;%2&lt;/b&gt; Schadenspunkten.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Der blutigste Kämpfer ist &lt;b&gt;%1&lt;/b&gt; mit &lt;b&gt;%2&lt;/b&gt; Opfer in einer Runde.</numerusform>
+            <numerusform>Der blutigste Kämpfer ist &lt;b&gt;%1&lt;/b&gt; mit &lt;b&gt;%2&lt;/b&gt; Opfern in einer Runde.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Insgesamt fand &lt;b&gt;%1&lt;/b&gt; Igel ein trauriges Ende in dieser Runde.</numerusform>
+            <numerusform>Insgesamt fanden &lt;b&gt;%1&lt;/b&gt; Igel ein trauriges Ende in dieser Runde.</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>(%1 Opfer)</numerusform>
+            <numerusform>(%1 Opfer)</numerusform>
+        </translation>
     </message>
     <message>
         <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="obsolete">(%1 Kills)</translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; dachte es ist gut seinen eigenen Igel mit &lt;b&gt;%2&lt;/b&gt; Punkten zu verletzen.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; dachte es ist gut seine eigenen Igel mit &lt;b&gt;%2&lt;/b&gt; Punkten zu verletzen.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; erledigte &lt;b&gt;%2&lt;/b&gt; seiner eigenen Igel.</numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; hatte Angst und übersprang &lt;b&gt;%2&lt;/b&gt; Runde.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; hatte Angst und übersprang &lt;b&gt;%2&lt;/b&gt; Runden.</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -397,236 +427,256 @@
     <message>
         <source>Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they&apos;ll win or lose together.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Wähle einfach die gleiche Farbe wie dein Freund um als ein Team zu spielen. Jeder von euch wird trotzdem seine eigenen Igel kontrollieren, aber sie gewinnen oder verlieren zusammen.</translation>
     </message>
     <message>
         <source>Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Manche Waffen richten nur einen geringen Schaden an, können aber in der richtigen Situation sehr nützlich sein. Benutze die Desert Eagle um mehrere Igel ins Wasser zu schießen.</translation>
     </message>
     <message>
         <source>If you&apos;re unsure what to do and don&apos;t want to waste ammo, skip one round. But don&apos;t let too much time pass as there will be Sudden Death!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Wenn du dir nicht sicher bist was du tun sollst und keine Munition verschwenden willst, überspringe eine Runde. Aber lass nicht zu viele Runden verstreichen, denn später kommt es zum Sudden Death!</translation>
     </message>
     <message>
         <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Du willst Seile sparen? Lass das Seil in der Luft los und schieß noch einmal. Solange du nicht den Boden berührst kannst du das Seil wiederverwenden ohne Munition zu verlieren!</translation>
     </message>
     <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Wenn du andere daran hindern willst deinen bevorzugten Nickname auf dem offiziellen Server zu nutzen, registriere dich auf http://www.hedgewars.org/.</translation>
     </message>
     <message>
         <source>You&apos;re bored of default gameplay? Try one of the missions - they&apos;ll offer different gameplay depending on the one you picked.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du bist von dem Standardspiel gelangweilt? Probiere die Missionen aus - sie ermöglichen dir verschiedene Spielarten je nachdem welche du wählst.</translation>
     </message>
     <message>
         <source>By default the game will always record the last game played as a demo. Select &apos;Local Game&apos; and pick the &apos;Demos&apos; button on the lower right corner to play or manage them.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Das Spiel wird automatisch das letzte Spiel als Demo aufnehmen. Wähle &apos;Lokales Spiel&apos; und wähle den &apos;Demos&apos;-Knopf in der unteren rechten Ecke um sie zu spielen oder zu verwalten.</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you&apos;ve got problems, ask on our forums but please don&apos;t expect 24/7 support!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars ist freie und kostenlose Software, die wir in unserer Freizeit entwickeln. Wenn du Probleme hast, frag in unseren Foren, aber erwarte bitte keinen 24/7-Support!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars ist freie und kostenlose Software, die wir in unserer Freizeit entwickeln. Wenn du es magst, hilf uns mit einer kleinen Spende oder trage deine eigene Arbeit bei!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars ist freie und kostenlose Software, die wir in unserer Freizeit entwickeln. Teile es mit deiner Familie und deinen Freunden!</translation>
     </message>
     <message>
         <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Von Zeit zu Zeit wird es offizielle Turniere geben. Anstehede Events werden frühzeitig auf http://www.hedgewars.org/ bekannt gegeben.</translation>
     </message>
     <message>
         <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars ist in vielen Sprachen verfügbar. Wenn die Übersetzung in deiner Sprache fehlt oder veraltet ist scheue dich nicht uns zu kontaktieren!</translation>
     </message>
     <message>
         <source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars läuft auf vielen verschiedenen Betriebssystemen wie Microsoft Windows, Mac OS X und Linux.</translation>
     </message>
     <message>
         <source>Always remember you&apos;re able to set up your own games in local and network/online play. You&apos;re not restricted to the &apos;Simple Game&apos; option.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Bedenke immer, dass du auch eigene Spiele im lokalen und Netzwerk/Online-Spiel erstellen kannst. Du bist nicht an die &apos;Einfaches Spiel&apos;-Option gebunden.</translation>
     </message>
     <message>
         <source>While playing you should give yourself a short break at least once an hour.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du solltest dir wenigstens einmal pro Stunde eine Pause gönnen.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Wenn deine Grafikkarte keine hardwarebeschleunigtes OpenGL unterstützt, versuche die Qualtität in den Einstellungen runterzuschrauben.</translation>
     </message>
     <message>
         <source>We&apos;re open to suggestions and constructive feedback. If you don&apos;t like something or got a great idea, let us know!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Wir sind offen für Vorschläge oder konstruktive Rückmeldungen. Wenn dir etwas nicht gefällt oder du eine gute Idee hat, lass es uns wissen!</translation>
     </message>
     <message>
         <source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Sei gerade beim Spielen in Internet höflich und vergiss nie, dass eventuell auch Kinder mit dir oder gegen dich spielen!</translation>
     </message>
     <message>
         <source>Special game modes such as &apos;Vampirism&apos; or &apos;Karma&apos; allow you to develop completely new tactics. Try them in a custom game!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Spezielle Spielmodi wie &apos;Vampirismus&apos; oder &apos;Karma&apos; erlauben es dir völlig neue Taktiken zu entwickeln. Probier sie einem eigenen Spiel aus!</translation>
     </message>
     <message>
         <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Die Windowsversion von Hedgewars unterstützt Xfire. Füge Hedgewars zu der Spieleliste hinzu, sodass deine Freunde sehen können wann du spielst.</translation>
     </message>
     <message>
         <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du solltest nie Hedgewars auf einem Computer installieren, der dir nicht gehört (Schule, Universität, Arbeit, etc.). Frag bitte stattdessen die verantwortliche Person!</translation>
     </message>
     <message>
         <source>Hedgewars can be perfect for short games during breaks. Just ensure you don&apos;t add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars ist perfekt für kurze Spielchen zwischendurch. Schaue nur, dass du nicht zu viele Igel oder eine zu große Karte nimmst. Das Verringern der Zeit oder Lebenspunkte kann auch helfen.</translation>
     </message>
     <message>
         <source>No hedgehogs were harmed in making this game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Bei der Erstellung des Spiels wurden keine Igel verletzt.</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars ist freie und kostenlose Software, die wir in unserer Freizeit entwickeln. Wenn dir jemand das Spiel verkauft hat, solltest du versuchen es dir erstatten zu lassen!</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Verbinde ein oder mehrere Gamepads bevor du das Spiel startest um damit deine Teams kontrollieren zu können.</translation>
     </message>
     <message>
         <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Erstellen einen Account auf %1 um andere daran zu deinen favorisierten Benutzernamen zu benutzen, wenn du auf dem offiziellen Server spielst.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Wenn deine Grafikkarte kein hardwarebeschleunigtes OpenGL bietet, versuche die entsprechenden Treiber zu aktualisieren.</translation>
     </message>
     <message>
         <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Es gibt drei Arten von Sprüngen: Drücke zweimal die Taste zum Hochspringen, um noch höher/rückwärts zu springen.</translation>
     </message>
     <message>
         <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Angst eine Klippe herunterzufallen? Halte [Umschalt] um dich nach links oder rechts zu drehen, ohne dich wirklich zu bewegen.</translation>
     </message>
     <message>
         <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Manche Waffen brauchen spezielle Strategieren oder einfach nur eine Menge Ãœbung, also gib eine Waffe nicht direkt auf wenn du deinen Gegner einmal verfehlst.</translation>
     </message>
     <message>
         <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Die meisten Waffen funktionieren nicht mehr, sobald sie das Wasser berühren. Die zielsuchende Biene oder die Torte sind Ausnahmen hierfür.</translation>
     </message>
     <message>
         <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Der Alte Limburger versucht nur einen kleinen Schaden. Die durch den Wind beeinflussbare Stinkwolke jedoch kann viele Igel auf einmal vergiften.</translation>
     </message>
     <message>
         <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Der Piano-Angriff ist der verheerenste Luftangriff. Du verlierst allerdings den Igel der ihn vollführt, er hat also auch seine Schattenseite.</translation>
     </message>
     <message>
         <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Die zielsuchende Biene ist schwierig in der Handhabung. Ihr Wendekreis hängt von ihrer Geschwindigkeit ab, also versuche nicht die volle Kraft zu benutzen.</translation>
     </message>
     <message>
         <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Haftminen sind perfekte Werkzeuge um Kettenreaktionen auszulösen oder Igel in die gewünschte Richtung zu lenken ... oder ins Wasser.</translation>
     </message>
     <message>
         <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Der Hammer ist die effektivste Waffe auf Brücken oder Klippen. Getroffene Igel fallen einfach durch den Boden.</translation>
     </message>
     <message>
         <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Wenn du hinter einem Igel feststeckst, benutze den Hammer um dich zu befreien ohne durch eine Explosion verletzt zu werden.</translation>
     </message>
     <message>
         <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Die maximale Laufdistanz der Torte hängt vom abzulaufenden Untergrund ab. Benutze [Angriff] um sie früher zu zünden.</translation>
     </message>
     <message>
         <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Der Flammenwerfer ist zwar eine Waffe, kann aber auch zum Tunnelgraben genutzt werden.</translation>
     </message>
     <message>
         <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Benutze den Molotov-Cocktail um kurzzeitig Igel daran zu hindern Tunnel zu durchqueren oder Plattformen zu erklimmen.</translation>
     </message>
     <message>
         <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <translation>Du willst wissen wer hinter Hedgewars steckt? Klicke auf das Hedgewars-Logo im Hauptmenü um die Credits zu sehen.</translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du magst Hedgewars? Werde ein Fan auf %1 oder folge uns auf %2!</translation>
     </message>
     <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du kannst gerne deine eigenen Grabsteine, Hüte, Flaggen oder sogar Karten und Themes erstellen! Aber vergiss nicht, dass du sie auch verteilen musst um sie online zu nutzen.</translation>
     </message>
     <message>
         <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du willst einen besonderen Hut tragen? Spende etwas an uns und du kriegst einen exklusiven Hut deiner Wahl!</translation>
     </message>
     <message>
         <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Halte deine Grafiktreiber aktuell um Probleme beim Spielen zu vermeiden.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du findest deine Hedgewars Konfigurationsdateien unter &quot;Eigene Dateien\Hedgewars&quot;. Erstelle Backups oder kopiere deine Dateien, aber editiere sie besser nicht selbst.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
+        <translation type="obsolete">Du findest die Hedgewars Konfigurationsdateien in deinem Home-Verzeichnis. Erstelle Backups oder kopiere deine Dateien, aber editiere sie besser nicht selbst.</translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation>Du kannst Dateien wie Speicherstände oder Demos mit Hedgewars verknüpfen um sie so direkt mit deinem Datei- oder Internetbrowser zu öffnen.</translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation>Du willst Seile sparen? Lass das Seil in der Luft los und schieß nochmal. Solange du nicht den Boden berührst kannst du es wiederverwenden ohne Munition zu verschwenden!</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -694,7 +744,7 @@
     </message>
     <message>
         <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
-        <translation type="unfinished"></translation>
+        <translation>Du kannst keine Teams bei der Team-Auswahl ändern. Gehe zum Hauptmenü zurück um Teams hinzuzufügen, zu editieren oder zu löschen.</translation>
     </message>
 </context>
 <context>
@@ -818,32 +868,33 @@
     </message>
     <message>
         <source>State:</source>
-        <translation type="unfinished"></translation>
+        <translation>Status:</translation>
     </message>
     <message>
         <source>Rules:</source>
-        <translation type="unfinished"></translation>
+        <translation>Regeln:</translation>
     </message>
     <message>
         <source>Weapons:</source>
-        <translation type="unfinished"></translation>
+        <translation>Waffen:</translation>
     </message>
     <message>
         <source>Search:</source>
-        <translation type="unfinished"></translation>
+        <translation>Suche:</translation>
     </message>
     <message>
         <source>Clear</source>
-        <translation type="unfinished">Clear</translation>
+        <translation>Leeren</translation>
     </message>
     <message>
         <source>Warning</source>
-        <translation type="unfinished"></translation>
+        <translation>Warnung</translation>
     </message>
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>Das Spiel in das du beitreten möchtest hat bereits begonnen.
+Willst du trotzdem den Raum betreten?</translation>
     </message>
 </context>
 <context>
@@ -858,7 +909,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Zufällige Minen Positionen</translation>
+        <translation type="obsolete">Zufällige Minen Positionen</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -930,11 +981,27 @@
     </message>
     <message>
         <source>Disable land objects when generating random maps.</source>
-        <translation type="unfinished"></translation>
+        <translation>Deaktiviere Landschaftsobjekte beim Generieren von Zufallskarten.</translation>
     </message>
     <message>
         <source>AI respawns on death.</source>
-        <translation type="unfinished"></translation>
+        <translation>KI wird wiederbelebt.</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation>Alle (lebenden) Igel werden am Ende der Runde vollkommen geheilt</translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation>Angriffe beenden die Runde nicht.</translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation>Waffenarsenal wird jede Runde zurückgesetzt.</translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation>Jeder igel hat sein eigenes Waffenarsenal. Es wird nicht mit dem Team geteilt.</translation>
     </message>
 </context>
 <context>
@@ -972,7 +1039,7 @@
     </message>
     <message>
         <source>Campaign Mode (...). IN DEVELOPMENT</source>
-        <translation type="unfinished"></translation>
+        <translation>Kampagnenmodus (...) IN ENTWICKLUNG</translation>
     </message>
 </context>
 <context>
@@ -1105,51 +1172,23 @@
     </message>
     <message>
         <source>Community</source>
-        <translation type="unfinished"></translation>
+        <translation></translation>
     </message>
     <message>
         <source>Any</source>
-        <translation type="unfinished"></translation>
+        <translation>Alle</translation>
     </message>
     <message>
         <source>In lobby</source>
-        <translation type="unfinished"></translation>
+        <translation>In Lobby</translation>
     </message>
     <message>
         <source>In progress</source>
-        <translation type="unfinished"></translation>
+        <translation>Im Spiel</translation>
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Standard</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Standard</translation>
     </message>
 </context>
 <context>
@@ -1349,14 +1388,34 @@
     </message>
     <message>
         <source>Tip: </source>
-        <translation type="unfinished"></translation>
+        <translation>Tipp:</translation>
     </message>
     <message>
         <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
-        <translation type="unfinished"></translation>
+        <translation>Dieser Entwicklungsbuild ist &apos;in Arbeit&apos; und kann inkompatibel zu anderen Versionen des Spiels sein. Manche Funktionen könnten unbrauchbar oder unvollständig sein. Benutzung auf eigene Gefahr!</translation>
     </message>
     <message>
         <source>Quality</source>
+        <translation>Qualität</translation>
+    </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation>% Medipacks</translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation>Lebenspunkte pro Medipack</translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation>Steigen des Wassers</translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation>Schaden bei Sudden Death</translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -1414,7 +1473,15 @@
     </message>
     <message>
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
-        <translation type="unfinished"></translation>
+        <translation>Kann nicht das Standardwaffenset &apos;%1&apos; überschreiben!</translation>
+    </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation>Alle Dateizuordnungen wurden gesetzt.</translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation>Dateizuordnung fehlgeschlagen.</translation>
     </message>
 </context>
 <context>
@@ -1506,6 +1573,10 @@
         <source>Random Team</source>
         <translation>Zufallsteam</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation>Ordne Dateitypen zu</translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1616,7 +1687,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Minen hinzufügen</translation>
+        <translation type="obsolete">Minen hinzufügen</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1640,11 +1711,27 @@
     </message>
     <message>
         <source>Disable Land Objects</source>
-        <translation type="unfinished"></translation>
+        <translation>Deaktivere Landschaftsobjekte</translation>
     </message>
     <message>
         <source>AI Survival Mode</source>
-        <translation type="unfinished"></translation>
+        <translation>KI Ãœberlebensmodus</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation>Gesundheit zurücksetzen</translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation>Unbegrenzte Angriffe</translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation>Waffen zurücksetzen</translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation>Waffen pro Igel</translation>
     </message>
 </context>
 <context>
@@ -1809,7 +1896,7 @@
     </message>
     <message>
         <source>slot 10</source>
-        <translation type="unfinished">Slot 10</translation>
+        <translation>Slot 10</translation>
     </message>
 </context>
 <context>
--- a/share/hedgewars/Data/Locale/hedgewars_en.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_en.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -40,6 +40,10 @@
         <source>Edit schemes</source>
         <translation>Edit schemes</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation>When this option is enabled selecting a game scheme will auto-select a weapon (and vice versa)</translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -88,7 +92,17 @@
     </message>
     <message>
         <source>DefaultTeam</source>
-        <translation type="unfinished"></translation>
+        <translation>Default Team</translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation>Hedgewars Demo File</translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation>Hedgewars Save File</translation>
     </message>
 </context>
 <context>
@@ -142,7 +156,7 @@
     </message>
     <message>
         <source>Type</source>
-        <translation type="unfinished">Type</translation>
+        <translation>Type</translation>
     </message>
     <message>
         <source>Small tunnels</source>
@@ -333,19 +347,19 @@
     </message>
     <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>Details</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>Health graph</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>Ranking</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
@@ -361,25 +375,31 @@
             <numerusform>A total of &lt;b&gt;%1&lt;/b&gt; hedgehogs were killed during this round.</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>(%1 kill)</numerusform>
+            <numerusform>(%1 kills)</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; time.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -503,11 +523,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -598,7 +613,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -623,7 +638,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -692,7 +722,7 @@
     </message>
     <message>
         <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
-        <translation type="unfinished"></translation>
+        <translation>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</translation>
     </message>
 </context>
 <context>
@@ -841,7 +871,8 @@
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>The game you are trying to join has started.
+Do you still want to join the room?</translation>
     </message>
 </context>
 <context>
@@ -876,7 +907,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Enable random mines</translation>
+        <translation type="obsolete">Enable random mines</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -934,6 +965,22 @@
         <source>AI respawns on death.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1119,35 +1166,7 @@
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Default</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Default</translation>
     </message>
 </context>
 <context>
@@ -1351,6 +1370,26 @@
         <source>Quality</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1408,6 +1447,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1498,6 +1545,10 @@
         <source>Random Team</source>
         <translation>Random Team</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation>Associate file extensions</translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1608,7 +1659,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Add Mines</translation>
+        <translation type="obsolete">Add Mines</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1638,6 +1689,22 @@
         <source>AI Survival Mode</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
@@ -1801,7 +1868,7 @@
     </message>
     <message>
         <source>slot 10</source>
-        <translation type="unfinished">slot 10</translation>
+        <translation>slot 10</translation>
     </message>
 </context>
 <context>
--- a/share/hedgewars/Data/Locale/hedgewars_es.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_es.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -40,6 +40,10 @@
         <source>Edit schemes</source>
         <translation>Editar modos de juego</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation>Cuando esta opción esté activada escoger un modo de juego escogerá el set de armas correspondiente (y viceversa)</translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -359,41 +363,53 @@
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation>&lt;p&gt;El premio al mejor disparo es para &lt;b&gt;%1&lt;/b&gt;, con &lt;b&gt;%2&lt;/b&gt; pts.&lt;/p&gt;</translation>
+        <translation>El premio al mejor disparo es para &lt;b&gt;%1&lt;/b&gt;, con &lt;b&gt;%2&lt;/b&gt; pts.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
         <translation>
-            <numerusform>&lt;p&gt;El mejor guerrero es &lt;b&gt;%1&lt;/b&gt;, con &lt;b&gt;%2&lt;/b&gt; muerte en un solo turno.&lt;/p&gt;</numerusform>
-            <numerusform>&lt;p&gt;El mejor guerrero es &lt;b&gt;%1&lt;/b&gt;, con &lt;b&gt;%2&lt;/b&gt; muertes en un solo turno.&lt;/p&gt;</numerusform>
+            <numerusform>El mejor guerrero es &lt;b&gt;%1&lt;/b&gt;, con &lt;b&gt;%2&lt;/b&gt; muerte en un solo turno.</numerusform>
+            <numerusform>El mejor guerrero es &lt;b&gt;%1&lt;/b&gt;, con &lt;b&gt;%2&lt;/b&gt; muertes en un solo turno.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
         <translation>
-            <numerusform>&lt;p&gt;Un total de &lt;b&gt;%1&lt;/b&gt; erizo murió esta ronda.&lt;/p&gt;</numerusform>
-            <numerusform>&lt;p&gt;Un total de &lt;b&gt;%1&lt;/b&gt; erizos murieron esta ronda.&lt;/p&gt;</numerusform>
+            <numerusform>Un total de &lt;b&gt;%1&lt;/b&gt; erizo murió esta ronda.</numerusform>
+            <numerusform>Un total de &lt;b&gt;%1&lt;/b&gt; erizos murieron esta ronda.</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation>(%1 baja)</translation>
+        <translation>
+            <numerusform>(%1 baja)</numerusform>
+            <numerusform>(%1 bajas)</numerusform>
+        </translation>
     </message>
     <message>
         <source>(%1 kills)</source>
-        <translation>(%1 bajas)</translation>
-    </message>
-    <message>
+        <translation type="obsolete">(%1 bajas)</translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation>&lt;b&gt;%1&lt;/b&gt; prefiere disparar a sus miembros, con un total de &lt;b&gt;%2&lt;/b&gt; pts.</translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; prefiere disparar a sus miembros, con un total de &lt;b&gt;%2&lt;/b&gt; pt.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; prefiere disparar a sus miembros, con un total de &lt;b&gt;%2&lt;/b&gt; pts.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation>&lt;b&gt;%1&lt;/b&gt; acabó con &lt;b&gt;%2&lt;/b&gt; de sus propios miembros.</translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; acabó con &lt;b&gt;%2&lt;/b&gt; de sus propios miembros.</numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation>&lt;b&gt;%1&lt;/b&gt; tenía demasiado miedo y pasó &lt;b&gt;%2&lt;/b&gt; turnos.</translation>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; tenía demasiado miedo y pasó &lt;b&gt;%2&lt;/b&gt; turno.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; tenía demasiado miedo y pasó &lt;b&gt;%2&lt;/b&gt; turnos.</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -424,12 +440,12 @@
     <message>
         <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
         <comment>Tips</comment>
-        <translation>¿Andas escaso de cuerdas? Suelta la cuerda mientras estés en el aire y vuelve a dispararla de nuevo. ¡Mientras no toques el suelo seguirás usando la misma cuerda sin desperdiciar munición adicional!</translation>
+        <translation type="obsolete">¿Andas escaso de cuerdas? Suelta la cuerda mientras estés en el aire y vuelve a dispararla de nuevo. ¡Mientras no toques el suelo seguirás usando la misma cuerda sin desperdiciar munición adicional!</translation>
     </message>
     <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
-        <translation>Si prefieres que nadie más use tu nick en el servidor oficial puedes registrarlo en http://www.hedgewars.org</translation>
+        <translation>Si prefieres que nadie más use tu nick en el servidor oficial puedes registrarlo en http://www.hedgewars.org/.</translation>
     </message>
     <message>
         <source>You&apos;re bored of default gameplay? Try one of the missions - they&apos;ll offer different gameplay depending on the one you picked.</source>
@@ -444,12 +460,12 @@
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you&apos;ve got problems, ask on our forums but please don&apos;t expect 24/7 support!</source>
         <comment>Tips</comment>
-        <translation>Hedgewars es un juego gratuito de código abierto que hemos creado en nuestro tiempo libre. Si tienes algún problema estaremos encantados de ayudarte en nuestros foros o canal de IRC, pero no esperes que estemos allí las 24 horas del día.</translation>
+        <translation>Hedgewars es un juego gratuito de código abierto que hemos creado en nuestro tiempo libre. Si tienes algún problema estaremos encantados de ayudarte en nuestros foros o canal de IRC, pero ¡no esperes que estemos allí las 24 horas del día!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source>
         <comment>Tips</comment>
-        <translation>Hedgewars es un juego gratuito de código abierto que hemos creado en nuestro tiempo libre. Si te gusta podrías considerar el ayudarnos con una pequeña donación o contribuyendo tu propio código, gráficos o audios.</translation>
+        <translation>Hedgewars es un juego gratuito de código abierto que hemos creado en nuestro tiempo libre. ¡Si te gusta podrías considerar el ayudarnos con una pequeña donación o contribuyendo con tu propio trabajo!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source>
@@ -459,7 +475,7 @@
     <message>
         <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
         <comment>Tips</comment>
-        <translation>De cuando en cuando celebramos torneos oficiales. Puedes mantenerte al día sobre los próximos eventos en http://www.hedgewars.org</translation>
+        <translation>De cuando en cuando celebramos torneos oficiales. Puedes mantenerte al día sobre los próximos eventos en http://www.hedgewars.org.</translation>
     </message>
     <message>
         <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
@@ -489,7 +505,7 @@
     <message>
         <source>We&apos;re open to suggestions and constructive feedback. If you don&apos;t like something or got a great idea, let us know!</source>
         <comment>Tips</comment>
-        <translation>Siempre estamos abiertos a sugerencias y opiniones constructivas. Si hay algo que no te guste o tienes grandes ideas que te gustaría ver en el juego, háznoslo saber.</translation>
+        <translation>Siempre estamos abiertos a sugerencias y opiniones constructivas. Si hay algo que no te guste o tienes grandes ideas que te gustaría ver en el juego, ¡háznoslo saber!</translation>
     </message>
     <message>
         <source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source>
@@ -509,7 +525,7 @@
     <message>
         <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
         <comment>Tips</comment>
-        <translation>Nunca instales Hedgewars en ordenadores que no te pertenezcan tales como los de tu escuela, universidad o trabajo sin perdir permiso primero a las personas responsables de los mismos.</translation>
+        <translation>¡Nunca instales Hedgewars en ordenadores que no te pertenezcan tales como los de tu escuela, universidad o trabajo sin perdir permiso primero a las personas responsables de los mismos!</translation>
     </message>
     <message>
         <source>Hedgewars can be perfect for short games during breaks. Just ensure you don&apos;t add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source>
@@ -524,7 +540,7 @@
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
-        <translation>Hedgewars es un juego gratuito de código abierto que hemos creado en nuestro tiempo libre. Si alguien te vendió el juego deberías pedirle que te devuelva tu dinero.</translation>
+        <translation>Hedgewars es un juego gratuito de código abierto que hemos creado en nuestro tiempo libre. Si alguien te ha vendido el juego deberías pedirle que te devuelva tu dinero.</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
@@ -612,9 +628,9 @@
         <translation>¿Quieres saber quiénes son los desarrolladores del juego? Pulsa el logo del juego en la pantalla principal para ver los créditos.</translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
-        <translation>¿Te gusta Hedgewars? Puedes hacerte fan en %1 o unirte a nuestro grupo en %2. ¡Y también puedes seguirnos en %3!</translation>
+        <translation>¿Te gusta Hedgewars? ¡Hazte fan en %1 o síguenos en %2!</translation>
     </message>
     <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
@@ -639,13 +655,28 @@
     <message>
         <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation>Puedes encontrar los archivos de configuración del juego en la carpeta ~/.hedgewars. Haz copias de seguridad de los mismos o cópialos a otro ordenador si lo deseas, pero no intentes editarlos a mano para evitar posibles pérdidas de datos.</translation>
+        <translation type="obsolete">Puedes encontrar los archivos de configuración del juego en la carpeta ~/.hedgewars. Haz copias de seguridad de los mismos o cópialos a otro ordenador si lo deseas, pero no intentes editarlos a mano para evitar posibles pérdidas de datos.</translation>
     </message>
     <message>
         <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
         <comment>Tips</comment>
         <translation>Puedes asociar los tipos de archivo relacionados, partidas guardadas y demos, con Hedgewars para lanzarlos directamente desde tu gestor de archivos o navegador favoritos.</translation>
     </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation>¿Necesitas conservar cuerdas? Cuando estés usando una cuerda puedes desengancharla y volver a lanzarla de nuevo. ¡Mientras no toques el suelo seguirás usando la misma cuerda continuamente sin desperdiciar munición adicional!</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation>Puedes encontrar los archivos de configuración del juego en la carpeta &quot;Library/Application Support/Hedgewars&quot; dentro de tu directorio personal. Puedes hacer copias de seguridad de los mismos o copiarlos a otro ordenador si lo deseas, pero no intentes editarlos a mano para evitar posibles pérdidas de datos.</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation>Puedes encontrar los archivos de configuración del juego en la carpeta &quot;.hedgewars&quot; dentro de tu directorio personal. Puedes hacer copias de seguridad de los mismos o copiarlos a otro ordenador si lo deseas, pero no intentes editarlos a mano para evitar posibles pérdidas de datos.</translation>
+    </message>
 </context>
 <context>
     <name>PageMultiplayer</name>
@@ -876,7 +907,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Habilitar minas aleatorias</translation>
+        <translation type="obsolete">Habilitar minas aleatorias</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -912,19 +943,19 @@
     </message>
     <message>
         <source>Add an indestructable border around the terrain</source>
-        <translation>Añade un borde indestructible alrededor del campo de juego.</translation>
+        <translation>Añade un borde indestructible alrededor del campo de juego</translation>
     </message>
     <message>
         <source>Lower gravity</source>
-        <translation>Baja gravedad.</translation>
+        <translation>Baja gravedad</translation>
     </message>
     <message>
         <source>Assisted aiming with laser sight</source>
-        <translation>Una mira láser que te ayudará a apuntar.</translation>
+        <translation>Una mira láser que te ayudará a apuntar</translation>
     </message>
     <message>
         <source>All hogs have a personal forcefield</source>
-        <translation>Todos los erizos tienen un campo de fuerza personal que los protege.</translation>
+        <translation>Todos los erizos tienen un campo de fuerza personal que los protege</translation>
     </message>
     <message>
         <source>Order of play is random instead of in room order.</source>
@@ -966,6 +997,10 @@
         <source>Each hedgehog has its own ammo. It does not share with the team.</source>
         <translation>Cada erizo tiene su propia munición y no la comparte con el resto del equipo.</translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation>La salud de todos los erizos en pie es restaurada al final de cada turno</translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1151,35 +1186,35 @@
     </message>
     <message>
         <source>Default</source>
-        <translation>Predeterminado</translation>
+        <translation type="obsolete">Predeterminado</translation>
     </message>
     <message>
         <source>Pro mode</source>
-        <translation>Modo pro</translation>
+        <translation type="obsolete">Modo pro</translation>
     </message>
     <message>
         <source>Shoppa</source>
-        <translation>Shoppa</translation>
+        <translation type="obsolete">Shoppa</translation>
     </message>
     <message>
         <source>Basketball</source>
-        <translation>Baloncesto</translation>
+        <translation type="obsolete">Baloncesto</translation>
     </message>
     <message>
         <source>Minefield</source>
-        <translation>Campo de minas</translation>
+        <translation type="obsolete">Campo de minas</translation>
     </message>
     <message>
         <source>Barrel mayhem</source>
-        <translation>Bodega infernal</translation>
+        <translation type="obsolete">Bodega infernal</translation>
     </message>
     <message>
         <source>Tunnel hogs</source>
-        <translation>Erizos subterráneos</translation>
+        <translation type="obsolete">Erizos subterráneos</translation>
     </message>
     <message>
         <source>Crazy</source>
-        <translation>Lunático</translation>
+        <translation type="obsolete">Lunático</translation>
     </message>
 </context>
 <context>
@@ -1380,7 +1415,7 @@
     </message>
     <message>
         <source>Tip: </source>
-        <translation>Consejo:</translation>
+        <translation>Consejo: </translation>
     </message>
     <message>
         <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
@@ -1392,6 +1427,26 @@
         <source>Quality</source>
         <translation>Calidad</translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation>% botiquines</translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation>Vida en botiquines</translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation>Aumento del nivel del agua en muerte súbita</translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation>Disminución de vida por turno en muerte súbita</translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation>Enlazar modos y sets</translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1453,6 +1508,10 @@
         <source>All file associations have been set.</source>
         <translation>Se reestablecieron todas las asociaciones de tipo de archivo.</translation>
     </message>
+    <message>
+        <source>File association failed.</source>
+        <translation>No se pudieron asociar los tipos de fichero.</translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1545,7 +1604,7 @@
     </message>
     <message>
         <source>Associate file extensions</source>
-        <translation>Asociar tipos de archivo.</translation>
+        <translation>Asociar tipos de archivo</translation>
     </message>
 </context>
 <context>
@@ -1657,7 +1716,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Añadir minas</translation>
+        <translation type="obsolete">Añadir minas</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1699,6 +1758,10 @@
         <source>Per Hedgehog Ammo</source>
         <translation>Munición individualizada</translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation>Restaurar salud</translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
--- a/share/hedgewars/Data/Locale/hedgewars_fi.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_fi.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -40,6 +40,10 @@
         <source>Edit schemes</source>
         <translation>Muokkaa kaavaa</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -88,6 +92,16 @@
     </message>
     <message>
         <source>DefaultTeam</source>
+        <translation>OletusJoukkue</translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -142,31 +156,31 @@
     </message>
     <message>
         <source>Type</source>
-        <translation type="unfinished">Tyyppi</translation>
+        <translation>Tyyppi</translation>
     </message>
     <message>
         <source>Small tunnels</source>
-        <translation type="unfinished"></translation>
+        <translation>Pieniä tunneleita</translation>
     </message>
     <message>
         <source>Medium tunnels</source>
-        <translation type="unfinished"></translation>
+        <translation>Keskikokoisia tunneleita</translation>
     </message>
     <message>
         <source>Large tunnels</source>
-        <translation type="unfinished"></translation>
+        <translation>Laajoja tunneleita</translation>
     </message>
     <message>
         <source>Small floating islands</source>
-        <translation type="unfinished"></translation>
+        <translation>Pieniä kelluvia saaria</translation>
     </message>
     <message>
         <source>Medium floating islands</source>
-        <translation type="unfinished"></translation>
+        <translation>Keskikokoisia kelluvia saaria</translation>
     </message>
     <message>
         <source>Large floating islands</source>
-        <translation type="unfinished"></translation>
+        <translation>Suuria kelluvia saaria</translation>
     </message>
 </context>
 <context>
@@ -241,7 +255,10 @@
 registered on Hedgewars.org
 Please provide your password below
 or pick another nickname in game config:</source>
-        <translation type="unfinished"></translation>
+        <translation>Nimimerkkisi %1 on
+rekisteröity Hedgewars.org-sivustolla
+Ole hyvä ja syötä salasanasi
+tai aseta eri nimimerkki asetuksissa:</translation>
     </message>
 </context>
 <context>
@@ -267,27 +284,27 @@
     </message>
     <message>
         <source>Fetch data</source>
-        <translation type="unfinished"></translation>
+        <translation>Nouda tiedot</translation>
     </message>
     <message>
         <source>Server message for latest version:</source>
-        <translation type="unfinished"></translation>
+        <translation>Palvelimen viesti viimeisimmälle versiolle:</translation>
     </message>
     <message>
         <source>Server message for previous versions:</source>
-        <translation type="unfinished"></translation>
+        <translation>Palvelimen viesti edellisille versioille:</translation>
     </message>
     <message>
         <source>Latest version protocol number:</source>
-        <translation type="unfinished"></translation>
+        <translation>Viimeisin versioprotokollan numero:</translation>
     </message>
     <message>
         <source>MOTD preview:</source>
-        <translation type="unfinished"></translation>
+        <translation>Päivän viestin esikatselu:</translation>
     </message>
     <message>
         <source>Set data</source>
-        <translation type="unfinished"></translation>
+        <translation>Aseta tiedot</translation>
     </message>
 </context>
 <context>
@@ -330,53 +347,65 @@
     </message>
     <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>Yksityiskohdat</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>Terveys-kuvaaja</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>Ranking</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>Paras laukaus-mitalin voitti &lt;b&gt;%1&lt;/b&gt; &lt;b&gt;%2&lt;/b&gt; vahinkopisteellä.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Paras tappaja on &lt;b&gt;%1&lt;/b&gt; &lt;b&gt;%2&lt;/b&gt; tapolla</numerusform>
+            <numerusform>Paras tappaja on &lt;b&gt;%1&lt;/b&gt; &lt;b&gt;%2&lt;/b&gt; tapolla</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
+        <translation>
+            <numerusform>Yhteensä &lt;b&gt;%1&lt;/b&gt; siili tapettiin tämän erän aikana.</numerusform>
+            <numerusform>Yhteensä &lt;b&gt;%1&lt;/b&gt; siiltä tapettiin tämän erän aikana.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>(%1 kill)</source>
         <translation type="unfinished">
-            <numerusform></numerusform>
+            <numerusform>(%1 tappo)</numerusform>
             <numerusform></numerusform>
         </translation>
     </message>
     <message>
-        <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="obsolete">(%1 tappoa)</translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; ajatteli että omia siilejä on hyvä vahingoittaa &lt;b&gt;%2&lt;/b&gt; vahinkopisteellä.</numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; tappoi &lt;b&gt;%2&lt;/b&gt; omaa siiltä.</numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; pelkäsi ja jätti vuoronsa väliin &lt;b&gt;%2&lt;/b&gt; kertaa.</numerusform>
+            <numerusform></numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -392,236 +421,256 @@
     <message>
         <source>Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they&apos;ll win or lose together.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Valitse sama väri kaverisi kanssa pelataksesi samassa joukkueessa. Kumpikin ohjaa omia siilejään, mutta voitatte ja häviätte yhdessä.</translation>
     </message>
     <message>
         <source>Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jotkut aseet tekevät vain vähän vahinkoa, mutta voivat olla tuhoisampia oikeassa tilanteessa. Kokeile ampua useampi siili veteen Desert Eaglella.</translation>
     </message>
     <message>
         <source>If you&apos;re unsure what to do and don&apos;t want to waste ammo, skip one round. But don&apos;t let too much time pass as there will be Sudden Death!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jos et tiedä mitä tehdä etkä halua tuhlata ammuksia, jätä vuoro väliin. Mutta älä anna ajan kulua liikaa koska Äkkikuolema koittaa ennemmin tai myöhemmin!</translation>
     </message>
     <message>
         <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Haluatko säästää köysiä? Päästä köysi irti ilmassa ja ammu uudelleen. Niin pitkään kun et osu maahan, pääse käyttämään köyden uudelleen kuluttamatta ammuksia!</translation>
     </message>
     <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jos haluat estää muita käyttämästä nimimerkkiäsi virallisella palvelimella, rekisteröi tunnus osoitteessa http://www.hedgewars.org/.</translation>
     </message>
     <message>
         <source>You&apos;re bored of default gameplay? Try one of the missions - they&apos;ll offer different gameplay depending on the one you picked.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Kyllästyttääkö normaali peli? Kokeila tehtäviä - Ne tarjoaa erilaisia pelitapoja riippuen valinnasta.</translation>
     </message>
     <message>
         <source>By default the game will always record the last game played as a demo. Select &apos;Local Game&apos; and pick the &apos;Demos&apos; button on the lower right corner to play or manage them.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Oletuksena viimeisin peli nauhoitetaan demoksi. Valitse &apos;Demot&apos; vasemmasta alakulmasta katsoaksesi ja hallitaksesi niitä.</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you&apos;ve got problems, ask on our forums but please don&apos;t expect 24/7 support!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars on avointa lähdekoodia ja ilmainen ohjelma jota me luomme vapaa-aikanamme. Jos sinulla on ongelmia, kysy keskustelualueilta apua, mutta älä odota 24/7-tukea!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars on avointa lähdekoodia ja ilmainen ohjelma jota me luomme vapaa-aikanamme. Jos pidät siitä, voit auttaa meitä pienellä lahjoituksella tai omaa työllä!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars on avointa lähdekoodia ja ilmainen ohjelma jota me luomme vapaa-aikanamme. Jaa sitä perheesi ja ystäviesi kesken miten haluat!</translation>
     </message>
     <message>
         <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Toisinaan järjestetään virallisia turnauksia. Tulevista tapahtumista tiedotetaan osoitteessa http://www.hedgewars.org/ muutama päivä etukäteen.</translation>
     </message>
     <message>
         <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars on saatavilla monilla kielillä. Jos oman kielinen käännös puuttuu tai on vanhentunut, ota yhteyttä!</translation>
     </message>
     <message>
         <source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars toimii useilla eri käyttöjärjestelmillä, kuten Microsoft Windowsissa, Mac OS X:ssä ja Linuxissa.</translation>
     </message>
     <message>
         <source>Always remember you&apos;re able to set up your own games in local and network/online play. You&apos;re not restricted to the &apos;Simple Game&apos; option.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Muista että voit aina luoda oman pelisi paikallisesti ja verkkopelissä. Et ole rajoitettu yksinkertaiseen peliin.</translation>
     </message>
     <message>
         <source>While playing you should give yourself a short break at least once an hour.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Pelatessa sinun pitäisi pitää lyhyt tauko vähintään kerran tunnissa.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jos näytönohjaimesi ei tarjoa laitteistokiihdytettä OpenGL:ää, kokeile heikennetyn laadun tilaa parantaaksesi suorituskykyä.</translation>
     </message>
     <message>
         <source>We&apos;re open to suggestions and constructive feedback. If you don&apos;t like something or got a great idea, let us know!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Me olemme avoimia ehdotuksille ja rakentavalle palautteelle. Jos et pidä jostain tai sinulla on loistava idea, kerro meille!</translation>
     </message>
     <message>
         <source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Erityisesti verkossa pelattaessa ole kohtelias ja muista että alaikäisiä saattaa myös olla pelaamassa.</translation>
     </message>
     <message>
         <source>Special game modes such as &apos;Vampirism&apos; or &apos;Karma&apos; allow you to develop completely new tactics. Try them in a custom game!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Erityispelimoodit kuten &apos;Vampyrismi&apos; ja &apos;Karma&apos; mahdollistavat kokonaan uusien taktiikoiden kehittämisen. Kokeile niitä muokatussa pelissä!</translation>
     </message>
     <message>
         <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Windows-versio Hedgewarsista tukee Xfireä. Lisää Hedgewars sen pelilistaan niin kaverisi näkee kun pelaat.</translation>
     </message>
     <message>
         <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Sinun ei ikinä tulisi asentaa Hedgewarsia tietokoneille joita et omista (koulu, yliopisto, työpaikka jne.). Ole hvä ja pyydä vastuuhenkilöä tekemään se!</translation>
     </message>
     <message>
         <source>Hedgewars can be perfect for short games during breaks. Just ensure you don&apos;t add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars voi olla täydellinen peli tauoille. Mutta varmista ettet lisää liian montaa siiltä ta käytä liian suurta karttaa. Ajan ja terveyden vähentäminen voi myös auttaa.</translation>
     </message>
     <message>
         <source>No hedgehogs were harmed in making this game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Yhtään siiliä ei vahingoitettu tämän pelin tekemisen aikana.</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars on avointa lähdekoodia ja ilmainen ohjelma jota me luomme vapaa-aikanamme. Jos joku myi sinulle tämän pelin, koita saada rahasi takaisin!</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Yhdistä yksi tai useampi peliohjain ennen pelin käynnistämistä liittääksesi niiden kontrollit omaan joukkueeseesi.</translation>
     </message>
     <message>
         <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Luo käyttäjätili osoitteessa %1 estääksesi muita käyttämästä suosikkinimimerkkiäsi pelatessasi virallisella palvelimella.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jos näytönohjaimesi ei tue laitteistokiihdytettyä OpenGL:ää, kokeile päivittää ajurit.</translation>
     </message>
     <message>
         <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hyppyjä on saatavilla kolmea erilaista. Napauta [korkea hyppy]-nappai kahdesti tehdäksesi todella korkean/taaksepäin hypyn.</translation>
     </message>
     <message>
         <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Pelkäätkö että putoat kielekkeeltä? Pidä [tarkkuus]-näppäintä pohjassa kääntyäksesi [vasemmalle] ja [oikealle] liikkumatta.</translation>
     </message>
     <message>
         <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jotkut aseet vaativat erityisstrategiaa tai todella paljon harjoittelua, joten älä anna periksi vaikka et kerran osuisikaan.</translation>
     </message>
     <message>
         <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation></translation>
     </message>
     <message>
         <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Vanha Limburger-juusto aiheuttaa vain pienen räjähdyksen, mutta tuulen vaikuttama hajupilvi voi myrkyttää suuren määrän siiliä kerralla.</translation>
     </message>
     <message>
         <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Pianoisku on vahingollisin ilmaisku. Menetät siilen joka sen esittää, joten sillä on myös suuri huono puoli.</translation>
     </message>
     <message>
         <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Mehiläinen voi olla hankala käyttää. Sen säde riippuu nopeudesta, joten älä käytä sitä täydellä voimalla</translation>
     </message>
     <message>
         <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Tarttuvat miinat ovat täydellinen työkalu luomaan pieniä ketjureaktioita jotka vie vihollissiilit kauheisiin tilanteisiin...tai veteen.</translation>
     </message>
     <message>
         <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Vasara on tehokkaimmillaan silloilla ja palkeilla. Lyödyt siilit iskeytyvät maan läpi.</translation>
     </message>
     <message>
         <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jos olet jumissa vihollissiilin takana, käytä vasaraa vapauttaaksesi itsesi ilman että vahingoidut räjädyksen voimasta.</translation>
     </message>
     <message>
         <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Kakun pisin mahdollinen kulkumatka riippuu maastosta. Käytä [hyökkäystä] räjäyttääksesi sen aikaisemmin.</translation>
     </message>
     <message>
         <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Liekinheitin on ase mutta sitä voi käyttää myös tunneleiden kaivamiseen.</translation>
     </message>
     <message>
         <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Käytä palavaa kranaattia estämään siilia kulkemasta esimerkiksi tunneleihin ja tasoille.</translation>
     </message>
     <message>
         <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <translation>Haluatko tietää ketkä ovat pelin takana? Klikkaa Hedgewars-logoa päävalikossa nähdäksesi tekijäluettelon.</translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Piirrä vapaasti omia hautoja, hattuja, lippuja ja jopa karttoja ja teemoja! Mutta huomaa että sinun pitää jakaa ne jossain käyttääksesi niitä verkossa.</translation>
     </message>
     <message>
         <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Haluatko todella pitää tiettyä hattua? Lahjoita meille niin saat yksinoikeudella vapaavalintaisen hatun!</translation>
     </message>
     <message>
         <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Pidä näytönohjaimesi ajurit ajantasall välttääksesi ongelmat pelin pelaamisessa.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Löydät Hedgewars-asetustiedostot hakemistosta &quot;Omat tiedostot\Hedgewars&quot;. Ota varmuuskopio tai ota ne mukaasi, mutta älä muokkaa niitä käsin.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
+        <translation type="obsolete">Löydät Hedgewars-asetustiedostot &quot;Hedgewars&quot;-hakemistosta kotihakemistossasi. Ota varmuuskopio tai ota ne mukaasi, mutta älä muokkaa niitä käsin.</translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -673,23 +722,23 @@
     </message>
     <message>
         <source>Delete team</source>
-        <translation type="unfinished"></translation>
+        <translation>Poista joukkue</translation>
     </message>
     <message>
         <source>New weapon scheme</source>
-        <translation type="unfinished"></translation>
+        <translation>Uusi ase</translation>
     </message>
     <message>
         <source>Edit weapon scheme</source>
-        <translation type="unfinished"></translation>
+        <translation>Muokkaa asesuunnitelmaa</translation>
     </message>
     <message>
         <source>Delete weapon scheme</source>
-        <translation type="unfinished"></translation>
+        <translation>Poista asesuunnitelma</translation>
     </message>
     <message>
         <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
-        <translation type="unfinished"></translation>
+        <translation>Et voi muokata joukkueita joukkuevalinnassa. Mene takaisin päävalikkoon lisätäksesi, muokataksesi tai poistaaksesi joukkueita.</translation>
     </message>
 </context>
 <context>
@@ -809,36 +858,37 @@
     </message>
     <message>
         <source>Random Maze</source>
-        <translation type="unfinished"></translation>
+        <translation>Satunnainen sokkelo</translation>
     </message>
     <message>
         <source>State:</source>
-        <translation type="unfinished"></translation>
+        <translation>Tila:</translation>
     </message>
     <message>
         <source>Rules:</source>
-        <translation type="unfinished"></translation>
+        <translation>Säännöt:</translation>
     </message>
     <message>
         <source>Weapons:</source>
-        <translation type="unfinished"></translation>
+        <translation>Aseet:</translation>
     </message>
     <message>
         <source>Search:</source>
-        <translation type="unfinished"></translation>
+        <translation>Haku:</translation>
     </message>
     <message>
         <source>Clear</source>
-        <translation type="unfinished">Tyhjennä</translation>
+        <translation>Tyhjennä</translation>
     </message>
     <message>
         <source>Warning</source>
-        <translation type="unfinished"></translation>
+        <translation>Varoitus</translation>
     </message>
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>Peli johon yrität liittyä on jo alkanut.
+Haluatko silti liittyä huoneeseen?</translation>
     </message>
 </context>
 <context>
@@ -873,7 +923,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Lisää miinoja satunnaisesti</translation>
+        <translation type="obsolete">Lisää miinoja satunnaisesti</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -925,10 +975,26 @@
     </message>
     <message>
         <source>Disable land objects when generating random maps.</source>
-        <translation type="unfinished"></translation>
+        <translation>Poista maaobjektit satunnaisten karttojen luonnissa.</translation>
     </message>
     <message>
         <source>AI respawns on death.</source>
+        <translation>Tekoäly syntyy uudelleen kuollessaan.</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -967,7 +1033,7 @@
     </message>
     <message>
         <source>Campaign Mode (...). IN DEVELOPMENT</source>
-        <translation type="unfinished"></translation>
+        <translation>Kampanja-tila (...). KEHITYS KESKEN</translation>
     </message>
 </context>
 <context>
@@ -1092,59 +1158,59 @@
     </message>
     <message>
         <source>generated maze...</source>
-        <translation type="unfinished"></translation>
+        <translation>Generoitu sokkelo...</translation>
     </message>
     <message>
         <source>Mission</source>
-        <translation type="unfinished"></translation>
+        <translation>Tehtävä</translation>
     </message>
     <message>
         <source>Community</source>
-        <translation type="unfinished"></translation>
+        <translation>Yhteisö</translation>
     </message>
     <message>
         <source>Any</source>
-        <translation type="unfinished"></translation>
+        <translation>Mikä tahansa</translation>
     </message>
     <message>
         <source>In lobby</source>
-        <translation type="unfinished"></translation>
+        <translation>Aulassa</translation>
     </message>
     <message>
         <source>In progress</source>
-        <translation type="unfinished"></translation>
+        <translation>Kesken</translation>
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Oletus</translation>
+        <translation type="obsolete">Oletus</translation>
     </message>
     <message>
         <source>Pro mode</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Pro-tila</translation>
     </message>
     <message>
         <source>Shoppa</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Shoppa</translation>
     </message>
     <message>
         <source>Basketball</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Koripallo</translation>
     </message>
     <message>
         <source>Minefield</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Miinakenttä</translation>
     </message>
     <message>
         <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Tynnyrikaaos</translation>
     </message>
     <message>
         <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Tunnelisiilit</translation>
     </message>
     <message>
         <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Sekopäinen</translation>
     </message>
 </context>
 <context>
@@ -1334,18 +1400,38 @@
     </message>
     <message>
         <source>Explosives</source>
-        <translation type="unfinished"></translation>
+        <translation>Räjähteet</translation>
     </message>
     <message>
         <source>Tip: </source>
-        <translation type="unfinished"></translation>
+        <translation>Vinkki: </translation>
     </message>
     <message>
         <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
-        <translation type="unfinished"></translation>
+        <translation>Tämä kehitysversio on keskeneräinen ja ei välttämättä ole yhteensopiva muiden versioiden kanssa. Jotkut ominaisuudet voivat olla rikki tai kesken. Käytä omalla vastuulla!</translation>
     </message>
     <message>
         <source>Quality</source>
+        <translation>Laatu</translation>
+    </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -1403,6 +1489,14 @@
     </message>
     <message>
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
+        <translation>Oletusasetussettiä &apos;%1&apos; ei voida ylikirjoittaa!</translation>
+    </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -1495,6 +1589,10 @@
         <source>Random Team</source>
         <translation>Satunnainen joukkue</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1605,7 +1703,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Lisää miinat</translation>
+        <translation type="obsolete">Lisää miinat</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1629,10 +1727,26 @@
     </message>
     <message>
         <source>Disable Land Objects</source>
-        <translation type="unfinished"></translation>
+        <translation>Ei maaobjekteja</translation>
     </message>
     <message>
         <source>AI Survival Mode</source>
+        <translation>Tekoäly selviytymistila</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -1798,7 +1912,7 @@
     </message>
     <message>
         <source>slot 10</source>
-        <translation type="unfinished">Paikka 10</translation>
+        <translation>paikka 10</translation>
     </message>
 </context>
 <context>
@@ -2203,7 +2317,7 @@
     </message>
     <message>
         <source>Mouse: Left button</source>
-        <translation type="unfinished"></translation>
+        <translation>Hiiri: Vasen nappi</translation>
     </message>
 </context>
 </TS>
--- a/share/hedgewars/Data/Locale/hedgewars_fr.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_fr.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -40,24 +40,28 @@
         <source>Edit schemes</source>
         <translation>Éditer les paramètres</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
     <message>
         <source>%1 *** %2 has been removed from your ignore list</source>
-        <translation type="unfinished"></translation>
+        <translation>%1 *** %2 a été enlevé de la liste des personnes ignorées</translation>
     </message>
     <message>
         <source>%1 *** %2 has been added to your ignore list</source>
-        <translation type="unfinished"></translation>
+        <translation>%1 *** %2 a été ajouté dans la liste des personnes ignorées</translation>
     </message>
     <message>
         <source>%1 *** %2 has been removed from your friends list</source>
-        <translation type="unfinished"></translation>
+        <translation>%1 *** %2 a été enlevé à votre liste d&apos;amis</translation>
     </message>
     <message>
         <source>%1 *** %2 has been added to your friends list</source>
-        <translation type="unfinished"></translation>
+        <translation>%1 *** %2 a été ajouté à votre liste d&apos;amis</translation>
     </message>
 </context>
 <context>
@@ -88,6 +92,16 @@
     </message>
     <message>
         <source>DefaultTeam</source>
+        <translation>Équipe par défaut</translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -142,31 +156,31 @@
     </message>
     <message>
         <source>Type</source>
-        <translation type="unfinished"></translation>
+        <translation>Type</translation>
     </message>
     <message>
         <source>Small tunnels</source>
-        <translation type="unfinished"></translation>
+        <translation>Petits tunnels</translation>
     </message>
     <message>
         <source>Medium tunnels</source>
-        <translation type="unfinished"></translation>
+        <translation>Tunnels moyens</translation>
     </message>
     <message>
         <source>Large tunnels</source>
-        <translation type="unfinished"></translation>
+        <translation>Grand tunnels</translation>
     </message>
     <message>
         <source>Small floating islands</source>
-        <translation type="unfinished"></translation>
+        <translation>Petites ÃŽles flottantes</translation>
     </message>
     <message>
         <source>Medium floating islands</source>
-        <translation type="unfinished"></translation>
+        <translation>ÃŽles flottantes moyennes</translation>
     </message>
     <message>
         <source>Large floating islands</source>
-        <translation type="unfinished"></translation>
+        <translation>Grandes îles flottantes</translation>
     </message>
 </context>
 <context>
@@ -358,25 +372,33 @@
             <numerusform></numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -405,11 +427,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -595,11 +612,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -620,7 +632,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -853,7 +885,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Activer les mines aléatoires</translation>
+        <translation type="obsolete">Activer les mines aléatoires</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -931,6 +963,22 @@
         <source>AI respawns on death.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1116,35 +1164,7 @@
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Défaut</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Défaut</translation>
     </message>
 </context>
 <context>
@@ -1310,7 +1330,7 @@
     </message>
     <message>
         <source>Type</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">Type</translation>
     </message>
     <message>
         <source>Grave</source>
@@ -1348,6 +1368,26 @@
         <source>Quality</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1405,6 +1445,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1495,6 +1543,10 @@
         <source>Random Team</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1605,7 +1657,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Ajouter des Mines</translation>
+        <translation type="obsolete">Ajouter des Mines</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1635,6 +1687,22 @@
         <source>AI Survival Mode</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
--- a/share/hedgewars/Data/Locale/hedgewars_hu.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_hu.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -39,6 +39,10 @@
         <source>Edit schemes</source>
         <translation>Sémák szerkesztése</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -85,6 +89,20 @@
         <source>Please select record from the list above</source>
         <translation>Kérlek válassz a fentebbi listából</translation>
     </message>
+    <message>
+        <source>DefaultTeam</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWGame</name>
@@ -210,7 +228,7 @@
 registered on Hedgewars.org
 Please provide your password
 or pick another nickname:</source>
-        <translation>A %1 név már
+        <translation type="obsolete">A %1 név már
 regisztrálva van a Hedgewars.org-on
 Ãrd be a jelszavad
 vagy válassz másik nevet:</translation>
@@ -231,6 +249,13 @@
         <source>%1 *** %2 has left</source>
         <translation>%1 *** %2 távozott</translation>
     </message>
+    <message>
+        <source>Your nickname %1 is
+registered on Hedgewars.org
+Please provide your password below
+or pick another nickname in game config:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>KB</name>
@@ -300,20 +325,72 @@
     <name>PageGameStats</name>
     <message>
         <source>&lt;p&gt;The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;A legjobb lövés díját &lt;b&gt;%1&lt;/b&gt; nyerte &lt;b&gt;%2&lt;/b&gt; ponttal.&lt;/p&gt;</translation>
+        <translation type="obsolete">&lt;p&gt;A legjobb lövés díját &lt;b&gt;%1&lt;/b&gt; nyerte &lt;b&gt;%2&lt;/b&gt; ponttal.&lt;/p&gt;</translation>
     </message>
     <message numerus="yes">
         <source>&lt;p&gt;The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.&lt;/p&gt;</source>
-        <translation>
+        <translation type="obsolete">
             <numerusform>&lt;p&gt;A legjobb gyilkos &lt;b&gt;%1&lt;/b&gt; volt, &lt;b&gt;%2&lt;/b&gt; áldozattal egy körben.&lt;/p&gt;</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>&lt;p&gt;A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.&lt;/p&gt;</source>
-        <translation>
+        <translation type="obsolete">
             <numerusform>&lt;p&gt;Összesen &lt;b&gt;%1&lt;/b&gt; süni pusztult el ebben a játékban.&lt;/p&gt;</numerusform>
         </translation>
     </message>
+    <message>
+        <source>Details</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health graph</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Ranking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message numerus="yes">
+        <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>(%1 kill)</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
 </context>
 <context>
     <name>PageMain</name>
@@ -325,6 +402,251 @@
         <source>Network Game (Play a game across a network)</source>
         <translation>Hálózati játék (Játék hálózaton keresztül)</translation>
     </message>
+    <message>
+        <source>Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they&apos;ll win or lose together.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If you&apos;re unsure what to do and don&apos;t want to waste ammo, skip one round. But don&apos;t let too much time pass as there will be Sudden Death!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You&apos;re bored of default gameplay? Try one of the missions - they&apos;ll offer different gameplay depending on the one you picked.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>By default the game will always record the last game played as a demo. Select &apos;Local Game&apos; and pick the &apos;Demos&apos; button on the lower right corner to play or manage them.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is Open Source and Freeware we create in our spare time. If you&apos;ve got problems, ask on our forums but please don&apos;t expect 24/7 support!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Always remember you&apos;re able to set up your own games in local and network/online play. You&apos;re not restricted to the &apos;Simple Game&apos; option.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>While playing you should give yourself a short break at least once an hour.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>We&apos;re open to suggestions and constructive feedback. If you don&apos;t like something or got a great idea, let us know!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Special game modes such as &apos;Vampirism&apos; or &apos;Karma&apos; allow you to develop completely new tactics. Try them in a custom game!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars can be perfect for short games during breaks. Just ensure you don&apos;t add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>No hedgehogs were harmed in making this game.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageMultiplayer</name>
@@ -388,6 +710,10 @@
         <source>Delete weapon scheme</source>
         <translation>Fegyverséma törlése</translation>
     </message>
+    <message>
+        <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PagePlayDemo</name>
@@ -506,6 +832,35 @@
         <source>Random Maze</source>
         <translation>Véletlen labirintus</translation>
     </message>
+    <message>
+        <source>State:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Rules:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Search:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Clear</source>
+        <translation type="unfinished">Törlés</translation>
+    </message>
+    <message>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>The game you are trying to join has started.
+Do you still want to join the room?</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageScheme</name>
@@ -539,7 +894,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Véletlen aknaidőzítés engedélyezése</translation>
+        <translation type="obsolete">Véletlen aknaidőzítés engedélyezése</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -593,6 +948,26 @@
         <source>Disable land objects when generating random maps.</source>
         <translation>Tereptárgyak letiltása véletlen pálya létrehozásakor.</translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>AI respawns on death.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -627,6 +1002,10 @@
         <source>Load (Load a previously saved game)</source>
         <translation>Betöltés (korábbi mentett állás visszatöltése)</translation>
     </message>
+    <message>
+        <source>Campaign Mode (...). IN DEVELOPMENT</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QAction</name>
@@ -711,7 +1090,7 @@
     </message>
     <message>
         <source>Reduced quality</source>
-        <translation>Csökkentett minőség</translation>
+        <translation type="obsolete">Csökkentett minőség</translation>
     </message>
     <message>
         <source>Show ammo menu tooltips</source>
@@ -756,6 +1135,26 @@
         <source>generated maze...</source>
         <translation>a létrehozott labirintus...</translation>
     </message>
+    <message>
+        <source>Community</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>In lobby</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>In progress</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Default</source>
+        <translation type="obsolete">Default</translation>
+    </message>
 </context>
 <context>
     <name>QGroupBox</name>
@@ -949,9 +1348,41 @@
     <message>
         <source>This SVN build is &apos;work in progress&apos; and may not be compatible with other versions of the game.
 Some features might be broken or incomplete. Use at your own risk!</source>
-        <translation>Ez az SVN build még fejlesztés alatt áll és esetlegesen nem kompatibilis a játék más verzióival.
+        <translation type="obsolete">Ez az SVN build még fejlesztés alatt áll és esetlegesen nem kompatibilis a játék más verzióival.
 Néhány részlet esetleg nem működik vagy nincs készen. Csak saját felelősségre használd!</translation>
     </message>
+    <message>
+        <source>Tip: </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Quality</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -995,7 +1426,7 @@
     </message>
     <message>
         <source>Can not edit default weapon set</source>
-        <translation>Az alap fegverkészlet nem szerkeszthető</translation>
+        <translation type="obsolete">Az alap fegverkészlet nem szerkeszthető</translation>
     </message>
     <message>
         <source>Can not delete default weapon set</source>
@@ -1005,6 +1436,18 @@
         <source>Really delete this weapon set?</source>
         <translation>Valóban törlöd ezt a fegyverkészletet?</translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1095,6 +1538,10 @@
         <source>Random Team</source>
         <translation>Véletlen csapat</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1205,7 +1652,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Aknák hozzáadása</translation>
+        <translation type="obsolete">Aknák hozzáadása</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1231,6 +1678,26 @@
         <source>Disable Land Objects</source>
         <translation>Tereptárgyak tiltása</translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>AI Survival Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
@@ -1392,6 +1859,10 @@
         <source>high jump</source>
         <translation>magasugrás</translation>
     </message>
+    <message>
+        <source>slot 10</source>
+        <translation type="unfinished">slot 10</translation>
+    </message>
 </context>
 <context>
     <name>binds (categories)</name>
--- a/share/hedgewars/Data/Locale/hedgewars_it.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_it.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -40,6 +40,10 @@
         <source>Edit schemes</source>
         <translation>Modifica schemi</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -90,6 +94,16 @@
         <source>DefaultTeam</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWGame</name>
@@ -362,25 +376,33 @@
             <numerusform></numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -409,11 +431,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -599,7 +616,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -624,7 +641,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -849,7 +881,7 @@
     <name>PageScheme</name>
     <message>
         <source>Enable random mines</source>
-        <translation>Abilita mine casuali</translation>
+        <translation type="obsolete">Abilita mine casuali</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -935,6 +967,22 @@
         <source>AI respawns on death.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1120,35 +1168,7 @@
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Default</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Default</translation>
     </message>
 </context>
 <context>
@@ -1358,6 +1378,26 @@
         <source>Quality</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1415,6 +1455,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1505,6 +1553,10 @@
         <source>Random Team</source>
         <translation>Team Casuale</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1615,7 +1667,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Aggiungi mine</translation>
+        <translation type="obsolete">Aggiungi mine</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1645,6 +1697,22 @@
         <source>AI Survival Mode</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
--- a/share/hedgewars/Data/Locale/hedgewars_ja.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_ja.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -39,6 +39,10 @@
         <source>Edit schemes</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -89,6 +93,16 @@
         <source>DefaultTeam</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWGame</name>
@@ -323,25 +337,29 @@
             <numerusform></numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -370,11 +388,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -560,7 +573,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -585,7 +598,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -833,10 +861,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Enable random mines</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>Gain 80% of the damage you do back in health</source>
         <translation type="unfinished"></translation>
     </message>
@@ -892,6 +916,22 @@
         <source>AI respawns on death.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1073,35 +1113,7 @@
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">デフォールト</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">デフォールト</translation>
     </message>
 </context>
 <context>
@@ -1305,6 +1317,26 @@
         <source>Quality</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1362,6 +1394,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1452,6 +1492,10 @@
         <source>Random Team</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1561,10 +1605,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Add Mines</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>Random Order</source>
         <translation type="unfinished"></translation>
     </message>
@@ -1592,6 +1632,22 @@
         <source>AI Survival Mode</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
--- a/share/hedgewars/Data/Locale/hedgewars_pl.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_pl.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -41,6 +41,10 @@
         <source>Edit weapons</source>
         <translation>Edytuj uzbrojenie</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation>Kiedy ta opcja jest włączona, wybór ustawnień gry zmienia uzbrojenie na odpowiadające (i vice versa)</translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -89,7 +93,17 @@
     </message>
     <message>
         <source>DefaultTeam</source>
-        <translation type="unfinished"></translation>
+        <translation>DomyślnaDrużyna</translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation>Plik demo</translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation>Zapisana gra</translation>
     </message>
 </context>
 <context>
@@ -340,55 +354,71 @@
     </message>
     <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>Szczegóły</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>Wykres</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>Ranking</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>Największe obrażenia (&lt;b&gt;%2&lt;/b&gt; pkt.) zadał &lt;b&gt;%1&lt;/b&gt;.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Najlepszym zabójcą został &lt;b&gt;%1&lt;/b&gt; zabijając &lt;b&gt;%2&lt;/b&gt; jeża w ciągu tury.</numerusform>
+            <numerusform>Najlepszym zabójcą został &lt;b&gt;%1&lt;/b&gt; zabijając &lt;b&gt;%2&lt;/b&gt; jeże w ciągu tury.</numerusform>
+            <numerusform>Najlepszym zabójcą został &lt;b&gt;%1&lt;/b&gt; zabijając &lt;b&gt;%2&lt;/b&gt; jeży w ciągu tury.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>W tej rundzie został zabity &lt;b&gt;%1&lt;/b&gt; jeż.</numerusform>
+            <numerusform>W tej rundzie zostały zabite &lt;b&gt;%1&lt;/b&gt; jeże.</numerusform>
+            <numerusform>W tej rundzie zostało zabitych &lt;b&gt;%1&lt;/b&gt; jeży.</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>(%1 zabity jeż)</numerusform>
+            <numerusform>(%1 zabite jeże)</numerusform>
+            <numerusform>(%1 zabitych jeży)</numerusform>
+        </translation>
     </message>
     <message>
         <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="obsolete">(%1 zabitych)</translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; przyjaźni się z wrogiem i zabrał swojej drużynie &lt;b&gt;%2&lt;/b&gt; pkt. życia.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; przyjaźni się z wrogiem i zabrał swojej drużynie &lt;b&gt;%2&lt;/b&gt; pkt. życia.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; przyjaźni się z wrogiem i zabrał swojej drużynie &lt;b&gt;%2&lt;/b&gt; pkt. życia.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; zabił &lt;b&gt;%2&lt;/b&gt; swojego jeża</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; zabił &lt;b&gt;%2&lt;/b&gt; swoje jeże</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; zabił &lt;b&gt;%2&lt;/b&gt; swoich jeży</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; trząsł portkami i opuścił turę &lt;b&gt;%2&lt;/b&gt; raz.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; trząsł portkami i opuścił turę &lt;b&gt;%2&lt;/b&gt; razy.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; trząsł portkami i opuścił turę &lt;b&gt;%2&lt;/b&gt; razy.</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -419,7 +449,7 @@
     <message>
         <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
         <comment>Tips</comment>
-        <translation>Chcesz zaoszczędzić liny? Odłącz ją będąc w powietrzu, a potem wypuść ją ponownie. Tak długo jak nie dotkniesz ziemi, będziesz używał pojedynczego naboju!</translation>
+        <translation type="obsolete">Chcesz zaoszczędzić liny? Odłącz ją będąc w powietrzu, a potem wypuść ją ponownie. Tak długo jak nie dotkniesz ziemi, będziesz używał pojedynczego naboju!</translation>
     </message>
     <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
@@ -534,122 +564,142 @@
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars jest darmową grą o otwartym kodzie źródłowym którą tworzymy w naszym wolnym czasie. Jeśli ktokolwiek sprzedał Tobie tę grę pownieneś upomnieć się o swoje pieniądze!</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jeśli podłączysz jeden lub więcej gamepadów przed włączeniem gry, będziesz miał możliwość przypisania klawiszy by sterować nimi własne jeże.</translation>
     </message>
     <message>
         <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jeśli twoja karta nie wspiera sprzętowego przyspieszania OpenGL spróbuj uaktualnić swoje sterowniki.</translation>
     </message>
     <message>
         <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Są trzy różne rodzaje skoku możliwe do wykonania. Naciśnij [wysoki skok] dwa razy by zrobić bardzo wysoki skok w tył.</translation>
     </message>
     <message>
         <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Boisz się upadku z krawędzi terenu? Przytrzymaj klawisz [precyzyjnego celowania] by obrócić się w [lewo] lub [prawo] bez ruszenia się z miejsca.</translation>
     </message>
     <message>
         <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Niektóre z broni wymagają specjalnej strategii lub dużo treningu by je popranie używać. Nie poddawaj się gdy nie ychodzi ci za pierwszym razem.</translation>
     </message>
     <message>
         <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Większość uzbrojenia nie działa pod wodą. Pszczoła i Ciasto są wyjątkami od tej reguły.</translation>
     </message>
     <message>
         <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Cuchnący ser nie powoduje wielkiiego wybuchu. Jednakże pod wpływem wiatu chmura śmierdzącego gazu może bardzo daleko zawędrować i otruć wiele jeży naraz.</translation>
     </message>
     <message>
         <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Zrzut pianina jest najbardziej morderczym atakiem powietrznym. Pamiętaj, że traciśz jeża którym wykonujesz ten atak więc dobrze zaplanuj swój ruch.</translation>
     </message>
     <message>
         <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Pszczoła potrafi być ciężka w użyciu. Jej promień skrętu zależy od prędkości lotu, więc nie próbuj używać pełnej mocy podczas strzału.</translation>
     </message>
     <message>
         <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Miny samoprzylepne są idealnym narzędziem by tworzyć małe reakcje łańcuchowe bądź zmuszenia przeciwnika by popadł w tarapaty lub wpadł do wody.</translation>
     </message>
     <message>
         <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Młotek jest najbardziej skuteczny na mostach bądź kładkach. Uderzone jeże przelecą przez nie na sam dół.</translation>
     </message>
     <message>
         <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Jeśli utknąłeś za jeżem przeciwnika, użyj młotka by wbić go w ziemię. Unikniesz wtedy eksplozji która z pewnością zabrała by Tobie punkty życia.</translation>
     </message>
     <message>
         <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Dystans który Ciasto może przebyć zależy od terenu który ma do przebycia. Użyj [ataku] by zdetonować je wcześniej.</translation>
     </message>
     <message>
         <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Miotacz ognia jest głównie bronią ale moe być użyty również jako narzędzie do kopania tuneli.</translation>
     </message>
     <message>
         <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Użyj koktajlu Mołotowa by powstrzymać przeciwnika przed przedostaniem się przez tunele lub platformy.</translation>
     </message>
     <message>
         <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <translation>Chcesz wiedzieć kto tworzy tę grę. Kliknij logo w głównym menu by zobaczyć autorów.</translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Lubisz Hedgewars? Zostań fanem na %1 lub dołącz do grupy na %2!</translation>
     </message>
     <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Możesz rysować własne nagrobki, czapki, flagi lub nawet mapy albo tematy! Miej na uwadze to by udostępnić je każdemu który będzie z tobą grał prze4z sieć.</translation>
     </message>
     <message>
         <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Bardzo chcesz nosić czapkę jaka ci się zamarzy. Wspomóż nas pieniężnie a my zrobimy specjalną czapkę tylko dla Ciebie!</translation>
     </message>
     <message>
         <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Pamiętaj o aktualizowaniu sterowników by zapobiec problemom z grami.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Swoje zespoły i konfigurację gry znajdziesz w folderze &quot;Moje Dokumenty\Hedgewars&quot;. Twórz regularnie kopie zapasowe, ale nie edytuj tych plików własnoręcznie.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Swoje zespoły i konfigurację gry znajdzie4sz w folderze &quot;.hedgewars&quot; w twoim katalogu domowym. Twórz regularnie kopie zapasowe ale nie edytuj tych plików własnoręcznie.</translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation>Możesz powiązać typy plików związane z Hedgewars (zapisy gier i dema) by móc je uruchamiać potem bezpośrednio z ulubionego menedżera plików bądź przeglądarki internetowej.</translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation>Chcesz zaoszczędzić liny? Odłącz ją będąc w powietrzu, a potem wypuść ją ponownie. Tak długo jak nie dotkniesz ziemi, będziesz używał pojedynczego naboju!</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation>Swoje zespoły i konfigurację gry znajdziesz w folderze &quot;Biblioteka/Wsparcie aplikacji/Hedgewars&quot; w towim katalogu domowym. Twórz regularnie kopie zapasowe, ale nie edytuj tych plików własnoręcznie.</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation>Swoje zespoły i konfigurację gry znajdziesz w folderze &quot;.hedgewars&quot; w twoim katalogu domowym. Twórz regularnie kopie zapasowe, ale nie edytuj tych plików własnoręcznie.</translation>
     </message>
 </context>
 <context>
@@ -842,32 +892,33 @@
     </message>
     <message>
         <source>State:</source>
-        <translation type="unfinished"></translation>
+        <translation>Stan:</translation>
     </message>
     <message>
         <source>Rules:</source>
-        <translation type="unfinished"></translation>
+        <translation>Zasady:</translation>
     </message>
     <message>
         <source>Weapons:</source>
-        <translation type="unfinished"></translation>
+        <translation>Uzbrojenie:</translation>
     </message>
     <message>
         <source>Search:</source>
-        <translation type="unfinished"></translation>
+        <translation>Szukaj:</translation>
     </message>
     <message>
         <source>Clear</source>
-        <translation type="unfinished">Clear</translation>
+        <translation>Wyczyść</translation>
     </message>
     <message>
         <source>Warning</source>
-        <translation type="unfinished"></translation>
+        <translation>Uwaga</translation>
     </message>
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>Gra do której chcesz dołączyć już się rozpoczęła.
+Czy chcesz dołączyć do pokoju?</translation>
     </message>
 </context>
 <context>
@@ -910,7 +961,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Dodaj miny</translation>
+        <translation type="obsolete">Dodaj miny</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -958,7 +1009,23 @@
     </message>
     <message>
         <source>AI respawns on death.</source>
-        <translation type="unfinished"></translation>
+        <translation>AI odradza się po śmierci.</translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation>Atak nie kończy twojej tury.</translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation>Liczba broni powraca do wartości początkowej po każdej turze.</translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation>Każdy z Jeży ma własny zestaw broni. Nie są one dzielone pomiędzy członków drużyny.</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation>Wszystkie żyjące jeże mają pełne życie od następnej tury</translation>
     </message>
 </context>
 <context>
@@ -996,7 +1063,7 @@
     </message>
     <message>
         <source>Campaign Mode (...). IN DEVELOPMENT</source>
-        <translation type="unfinished"></translation>
+        <translation>Kampania (...). W PRODUKCJI</translation>
     </message>
 </context>
 <context>
@@ -1129,51 +1196,51 @@
     </message>
     <message>
         <source>Community</source>
-        <translation type="unfinished"></translation>
+        <translation>Społeczność</translation>
     </message>
     <message>
         <source>Any</source>
-        <translation type="unfinished"></translation>
+        <translation>Dowolne</translation>
     </message>
     <message>
         <source>In lobby</source>
-        <translation type="unfinished"></translation>
+        <translation>W lobby</translation>
     </message>
     <message>
         <source>In progress</source>
-        <translation type="unfinished"></translation>
+        <translation>W toku</translation>
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Domyślne</translation>
+        <translation type="obsolete">Domyślne</translation>
     </message>
     <message>
         <source>Pro mode</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Pro mode</translation>
     </message>
     <message>
         <source>Shoppa</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Shoppa</translation>
     </message>
     <message>
         <source>Basketball</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Basketball</translation>
     </message>
     <message>
         <source>Minefield</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Minefield</translation>
     </message>
     <message>
         <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Barrel mayhem</translation>
     </message>
     <message>
         <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Tunnel hogs</translation>
     </message>
     <message>
         <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Crazy</translation>
     </message>
 </context>
 <context>
@@ -1389,6 +1456,26 @@
         <source>Quality</source>
         <translation>Jakość</translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation>% apteczek</translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation>Ilość HP w apteczce</translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation>Podwyższenie wody przy NŚ</translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation>Tracone HP podczas NÅš</translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation>Połącz ustawienia gry z uzbrojeniem</translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1446,6 +1533,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation>Nie można nadpisać zestawu uzbrojenia &apos;%1&apos;!</translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation>Wszystkie powiązania plików zostały utworzone</translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation>Powiązanie plików nie powiodło się.</translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1536,6 +1631,10 @@
         <source>Random Team</source>
         <translation>Losowa Drużyna</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation>Powiąż typy plików z Hedgewars</translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1646,7 +1745,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Dodaj miny</translation>
+        <translation type="obsolete">Dodaj miny</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1674,7 +1773,23 @@
     </message>
     <message>
         <source>AI Survival Mode</source>
-        <translation type="unfinished"></translation>
+        <translation>Tryb przetrwania</translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation>Niekończący się atak</translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation>Resetuj Uzbrojenie</translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation>Oddzielna amunicja</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation>Odnów życie</translation>
     </message>
 </context>
 <context>
--- a/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -40,6 +40,10 @@
         <source>Edit schemes</source>
         <translation>Editar esquemas</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -90,6 +94,16 @@
         <source>DefaultTeam</source>
         <translation>EquipePadrão</translation>
     </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation>Arquivo de Demo do Hedgewars</translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation>Arquivo do Jogo Hedgewars</translation>
+    </message>
 </context>
 <context>
     <name>HWGame</name>
@@ -262,7 +276,7 @@
     </message>
     <message>
         <source>Fetch data</source>
-        <translation type="unfinished">Trazer dados</translation>
+        <translation>Trazer dados</translation>
     </message>
     <message>
         <source>Server message for latest version:</source>
@@ -282,7 +296,7 @@
     </message>
     <message>
         <source>Set data</source>
-        <translation type="unfinished">Atribuir Dados</translation>
+        <translation>Atribuir Dados</translation>
     </message>
 </context>
 <context>
@@ -324,54 +338,116 @@
         </translation>
     </message>
     <message>
+        <source>&lt;h1&gt;&lt;img src=&quot;:/res/StatsD.png&quot;&gt; Details&lt;/h1&gt;</source>
+        <translation type="obsolete">&lt;h1&gt;&lt;img src=&quot;:/res/StatsD.png&quot;&gt; Detalhes&lt;/h1&gt;</translation>
+    </message>
+    <message>
+        <source>&lt;br&gt;&lt;h1&gt;&lt;img src=&quot;:/res/StatsH.png&quot;&gt; Health graph&lt;/h1&gt;</source>
+        <translation type="obsolete">&lt;br&gt;&lt;h1&gt;&lt;img src=&quot;:/res/StatsH.png&quot;&gt; Desenvolvimento&lt;/h1&gt;</translation>
+    </message>
+    <message>
+        <source>&lt;h1&gt;&lt;img src=&quot;:/res/StatsR.png&quot;&gt; Ranking&lt;/h1&gt;</source>
+        <translation type="obsolete">&lt;h1&gt;&lt;img src=&quot;:/res/StatsR.png&quot;&gt; Ranking&lt;/h1&gt;</translation>
+    </message>
+    <message>
+        <source>&lt;p&gt;&lt;img src=&quot;:/res/StatsBestShot.png&quot;&gt; The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.&lt;/p&gt;</source>
+        <translation type="obsolete">&lt;p&gt;&lt;img src=&quot;:/res/StatsBestShot.png&quot;&gt; O prêmio de melhor tiro vai para &lt;b&gt;%1&lt;/b&gt; com &lt;b&gt;%2&lt;/b&gt; pts.&lt;/p&gt;</translation>
+    </message>
+    <message numerus="yes">
+        <source>&lt;p&gt;&lt;img src=&quot;:/res/StatsBestKiller.png&quot;&gt; The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.&lt;/p&gt;</source>
+        <translation type="obsolete">
+            <numerusform>&lt;p&gt;&lt;img src=&quot;:/res/StatsBestKiller.png&quot;&gt; O melhor matador é &lt;b&gt;%1&lt;/b&gt; com &lt;b&gt;%2&lt;/b&gt; mortes em um turno.&lt;/p&gt;</numerusform>
+            <numerusform>&lt;p&gt;&lt;img src=&quot;:/res/StatsBestKiller.png&quot;&gt; Os melhores matadores são &lt;b&gt;%1&lt;/b&gt; com &lt;b&gt;%2&lt;/b&gt; mortes em um turno.&lt;/p&gt;</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
+        <source>&lt;p&gt;&lt;img src=&quot;:/res/StatsHedgehogsKilled.png&quot;&gt; A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.&lt;/p&gt;</source>
+        <translation type="obsolete">
+            <numerusform>&lt;p&gt;&lt;img src=&quot;:/res/StatsHedgehogsKilled.png&quot;&gt; Um total de &lt;b&gt;%1&lt;/b&gt; ouriço foi morto neste round.&lt;/p&gt;</numerusform>
+            <numerusform>&lt;p&gt;&lt;img src=&quot;:/res/StatsHedgehogsKilled.png&quot;&gt; Um total de &lt;b&gt;%1&lt;/b&gt; ouriços foram mortos neste round.&lt;/p&gt;</numerusform>
+        </translation>
+    </message>
+    <message>
+        <source>&lt;p&gt;&lt;h2&gt;%1 %2. &lt;font color=&quot;%5&quot;&gt;%3&lt;/font&gt;  (%4 kill).&lt;/h2&gt;&lt;/p&gt;</source>
+        <translation type="obsolete">&lt;p&gt;&lt;h2&gt;%1 %2. &lt;font color=&quot;%5&quot;&gt;%3&lt;/font&gt;  (%4 morte).&lt;/h2&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <source>&lt;p&gt;&lt;h2&gt;%1 %2. &lt;font color=&quot;%5&quot;&gt;%3&lt;/font&gt;  (%4 kills).&lt;/h2&gt;&lt;/p&gt;</source>
+        <translation type="obsolete">&lt;p&gt;&lt;h2&gt;%1 %2. &lt;font color=&quot;%5&quot;&gt;%3&lt;/font&gt;  (%4 mortes).&lt;/h2&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <source>&lt;p&gt;&lt;img src=&quot;:/res/StatsMostSelfDamage.png&quot;&gt; &lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.&lt;/p&gt;</source>
+        <translation type="obsolete">&lt;p&gt;&lt;img src=&quot;:/res/StatsMostSelfDamage.png&quot;&gt; &lt;b&gt;%1&lt;/b&gt; pensou que era bom atirar na sua própria equipe totalizando &lt;b&gt;%2&lt;/b&gt; pts.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <source>&lt;p&gt;&lt;img src=&quot;:/res/StatsSelfKilled.png&quot;&gt; &lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.&lt;/p&gt;</source>
+        <translation type="obsolete">&lt;p&gt;&lt;img src=&quot;:/res/StatsSelfKilled.png&quot;&gt; &lt;b&gt;%1&lt;/b&gt; matou &lt;b&gt;%2&lt;/b&gt; dos próprios ouriços.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <source>&lt;p&gt;&lt;img src=&quot;:/res/StatsSkipped.png&quot;&gt; &lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.&lt;/p&gt;</source>
+        <translation type="obsolete">&lt;p&gt;&lt;img src=&quot;:/res/StatsSkipped.png&quot;&gt; &lt;b&gt;%1&lt;/b&gt; estava assustado e passou o turno &lt;b&gt;%2&lt;/b&gt; vezes.&lt;/p&gt;</translation>
+    </message>
+    <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>Detalhes</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>Desenvolvimento</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>Ranking</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>O prêmio de melhor atirador foi para &lt;b&gt;%1&lt;/b&gt; com &lt;b&gt;%2&lt;/b&gt; pts.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>O melhor matador é &lt;b&gt;%1&lt;/b&gt; com &lt;b&gt;%2&lt;/b&gt; morte em um turno.</numerusform>
+            <numerusform>O melhor matador é &lt;b&gt;%1&lt;/b&gt; com &lt;b&gt;%2&lt;/b&gt; mortes em um turno.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; ouriço foi morto neste round.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; ouriços foram mortos neste round.</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>(%1 morte)</numerusform>
+            <numerusform>(%1 mortes)</numerusform>
+        </translation>
     </message>
     <message>
         <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="obsolete">(%1 mortes)</translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; pensou que era bom atirar na sua própria equipe totalizando &lt;b&gt;%2&lt;/b&gt; ponto.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; pensou que era bom atirar na sua própria equipe totalizando &lt;b&gt;%2&lt;/b&gt; pontos.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; matou &lt;b&gt;%2&lt;/b&gt; dos próprios ouriços.&lt;/p&gt;.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; matou &lt;b&gt;%2&lt;/b&gt; dos próprios ouriços.&lt;/p&gt;.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; estava assustado e passou o turno &lt;b&gt;%2&lt;/b&gt; vez.&lt;/p&gt;.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; estava assustado e passou o turno &lt;b&gt;%2&lt;/b&gt; vezes.&lt;/p&gt;.</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -402,7 +478,7 @@
     <message>
         <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
         <comment>Tips</comment>
-        <translation>Quer economizar corda? Dispare-a enquanto estiver no meio do ar. Se você não tocar o solo, você não estará usando as cordas do seu arsenal!</translation>
+        <translation type="obsolete">Quer economizar corda? Dispare-a enquanto estiver no meio do ar. Se você não tocar o solo, você não estará usando as cordas do seu arsenal!</translation>
     </message>
     <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
@@ -437,7 +513,7 @@
     <message>
         <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
         <comment>Tips</comment>
-        <translation>De tempos em tempos ocorrem torneios. Esses eventos podem ser acompanhados através do site http://www.hedgewars.org/  .</translation>
+        <translation>De tempos em tempos ocorrem torneios. Esses eventos podem ser acompanhados através do endereço http://www.hedgewars.org/.</translation>
     </message>
     <message>
         <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
@@ -447,7 +523,7 @@
     <message>
         <source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source>
         <comment>Tips</comment>
-        <translation>Hedgewars pode ser jogado em muitos sistemas operacionais, incluindo Windows, Mas OS X e Linux.</translation>
+        <translation>Hedgewars pode ser jogado em muitos sistemas operacionais, incluindo Windows, Mac OS X e Linux.</translation>
     </message>
     <message>
         <source>Always remember you&apos;re able to set up your own games in local and network/online play. You&apos;re not restricted to the &apos;Simple Game&apos; option.</source>
@@ -492,7 +568,7 @@
     <message>
         <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source>
         <comment>Tips</comment>
-        <translation>A versão Windows deste jogo permite o uso do Xfire. Certifique-se de adicionar Hedgewars para sua lista de jogospara ver quem está jogando.</translation>
+        <translation>A versão Windows deste jogo permite o uso do Xfire. Certifique-se de adicionar Hedgewars para sua lista de jogos para ver quem está jogando.</translation>
     </message>
     <message>
         <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
@@ -517,121 +593,142 @@
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars é um jogo de Código Aberto e grátis que criamos em nosso tempo livre. Se alguém te vendeu este jogo, você deveria pedir reembolso!</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Conecte um ou mais joysticks antes de começar o jogo para poder usá-los para controlar a sua equipe.</translation>
     </message>
     <message>
         <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Crie uma conta em %1 para evitar que outros usem seu apelido quando jogar no servidor oficial.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Se sua placa gráfica não tem aceleração gráfica OpenGl, tente atualizar os drivers relacionados.</translation>
     </message>
     <message>
         <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Há 3 diferentes pulos. Aperte [pulo alto] 2 vezes para fazer um pulo alto para trás.</translation>
     </message>
     <message>
         <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translatorcomment>O que é o colchetes?</translatorcomment>
+        <translation>Medo de cair de um desfiladeiro? Mantenha pressionado [mira precisa] para virar à [esquerda] or [direita] sem se mover.</translation>
     </message>
     <message>
         <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Algumas armas necessitam estratégias especiais ou muito treino, então não desista de uma arma ou utilidade se você errou em seu uso.</translation>
     </message>
     <message>
         <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Muitas armas não funcionarão após tocar na água. A Abelha e o bolo são excessões a regra.</translation>
     </message>
     <message>
         <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>O Velho Limburger causa uma pequena explosão. Porém, o vento carregará uma nuvem fedorenta que poderá envenenar muitos ouriços.</translation>
     </message>
     <message>
         <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>O Ataque com Piano é o mais violento ataque aéreo. Você perderá seu ouriço ao executá-lo, logo, há uma grande contra-partida.</translation>
     </message>
     <message>
         <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>A Abelha pode ser dificil de usar. O raio da sua volta depende da velocidade dela, então evite usar força máxima.</translation>
     </message>
     <message>
         <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Minas Adesivas são a arma perfeita para criar pequenas reações em cadeias, colocando ouriços inimigos em situações complicadas.... ou na água</translation>
     </message>
     <message>
         <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>O Martelo é mais efetivo quando usado em pontes ou vigas. Ouriços atingidos atravessarão o chão.</translation>
     </message>
     <message>
         <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Se você está preso atrás de um ouriço inimigo, use o Martelo para se libertar sem sofrer danos.</translation>
     </message>
     <message>
         <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>A distância máxima que o Bolo anda depende do terreno por onde ele passa. Use [ataque] para detoná-lo antes.</translation>
     </message>
     <message>
         <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>O Lança-Chamas é uma arma porém pode ser usado para cavar túneis também.</translation>
     </message>
     <message>
         <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Use o Cocktail Molotov para evitar que ouriços atravessem terrenos como túneis ou plataformas temporariamente.</translation>
     </message>
     <message>
         <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <translation>Quer saber quem está por trás desse jogo? Clique no logo do Hedgewars no menu principal para ver os créditos.</translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Gostou de Hedgewars? Se torne um fã no %1 ou nos siga pelo %2!</translation>
     </message>
     <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Desenhe suas próprias tumbas, chapéus, bandeiras ou até mapas e temas! Mas observe que você terá que compartilhá-los para jogar online.</translation>
     </message>
     <message>
         <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Realmente quer usar um chapéu específico? Doe para o Hedgewars e receba um chapéu exclusivo!</translation>
     </message>
     <message>
         <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Mantenha a sua placa de vídeo atualizada para evitar problemas ao jogar este jogo.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Você pode encontrar os arquivos de configuração em &quot;Meus Documentos\Hedgewars&quot;. Crie cópias ou leve os arquivos com você, mas não edite eles manualmente.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
+        <translation type="obsolete">Você pode encontrar os arquivos de configuração em &quot;.hedgewars&quot;. Crie cópias ou leve os arquivos com você, mas não edite eles manualmente.</translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation>Você pode associar os arquivos relacionados ao Hedgewars (jogos salvos e gravações demo), podendo abrí-los diretamente do gerenciador de arquivos ou do navegador</translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished">Quer economizar corda? Solte-a quando estiver no meio do ar e então atire de novo. Se você não tocar o solo, você reutilizará a corda e não desperdiçará o seu arsenal!</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -657,7 +754,7 @@
     <name>PageNetGame</name>
     <message>
         <source>Control</source>
-        <translation>Control</translation>
+        <translation>Controle</translation>
     </message>
 </context>
 <context>
@@ -823,32 +920,33 @@
     </message>
     <message>
         <source>State:</source>
-        <translation type="unfinished"></translation>
+        <translation>Estado:</translation>
     </message>
     <message>
         <source>Rules:</source>
-        <translation type="unfinished"></translation>
+        <translation>Regras:</translation>
     </message>
     <message>
         <source>Weapons:</source>
-        <translation type="unfinished"></translation>
+        <translation>Armas:</translation>
     </message>
     <message>
         <source>Search:</source>
-        <translation type="unfinished"></translation>
+        <translation>Procurar:</translation>
     </message>
     <message>
         <source>Clear</source>
-        <translation type="unfinished">Limpar</translation>
+        <translation>Limpar</translation>
     </message>
     <message>
         <source>Warning</source>
-        <translation type="unfinished"></translation>
+        <translation>Aviso</translation>
     </message>
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>O jogo no qual você está tentando entrar já começou.
+Você ainda quer entrar na sala?</translation>
     </message>
 </context>
 <context>
@@ -863,7 +961,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Habilitar minas aleatórias</translation>
+        <translation type="obsolete">Habilitar minas aleatórias</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -941,6 +1039,22 @@
         <source>AI respawns on death.</source>
         <translation>AI Renasce ao morrer.</translation>
     </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation>Ataque não termina o turno.</translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation>Armas são reiniciadas para o valor padrão ao início de cada turno.</translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation>Cada ouriço tem sua própria munição. Ele não compartilha com a equipe.</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation>Todos os ouriços vivos são completamente restaurados ao fim do turno</translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1110,51 +1224,51 @@
     </message>
     <message>
         <source>Community</source>
-        <translation type="unfinished"></translation>
+        <translation>Comunidade</translation>
     </message>
     <message>
         <source>Any</source>
-        <translation type="unfinished"></translation>
+        <translation>Qualquer</translation>
     </message>
     <message>
         <source>In lobby</source>
-        <translation type="unfinished"></translation>
+        <translation>Em espera</translation>
     </message>
     <message>
         <source>In progress</source>
-        <translation type="unfinished"></translation>
+        <translation>Em progresso</translation>
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Padrão</translation>
+        <translation type="obsolete">Padrão</translation>
     </message>
     <message>
         <source>Pro mode</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Modo Pro</translation>
     </message>
     <message>
         <source>Shoppa</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Shoppa</translation>
     </message>
     <message>
         <source>Basketball</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Basketball</translation>
     </message>
     <message>
         <source>Minefield</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Campo Minado</translation>
     </message>
     <message>
         <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Inferno de Barris</translation>
     </message>
     <message>
         <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Túneis</translation>
     </message>
     <message>
         <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Crazy</translation>
     </message>
 </context>
 <context>
@@ -1304,7 +1418,7 @@
     </message>
     <message>
         <source>Crate Drops</source>
-        <translation>Ãtems caem</translation>
+        <translation>Caixas caem</translation>
     </message>
     <message>
         <source>Game scheme</source>
@@ -1368,6 +1482,26 @@
         <source>Quality</source>
         <translation>Qualidade</translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation>% Caixas de vida</translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation>Vida por Caixa</translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished">Morte Subita: aumento do nível da água</translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished">Morte Subita: redução de vida</translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1427,6 +1561,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation>Não pode sobre-escrever o esquema %1!</translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation>Todos os arquivos foram associados.</translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation>Associação de arquivos falhou.</translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1517,6 +1659,10 @@
         <source>Random Team</source>
         <translation>Equipe Aleatória</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation>Associar extensão de arquivos.</translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1629,7 +1775,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Adicionar Minas</translation>
+        <translation type="obsolete">Adicionar Minas</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1659,6 +1805,22 @@
         <source>AI Survival Mode</source>
         <translation>AI Modo de Sobrevivência</translation>
     </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation>Ataques Ilimitados</translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation>Reiniciar Armas</translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation>Munição por Ouriço</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation>Restaurar Vida</translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
@@ -1818,7 +1980,7 @@
     </message>
     <message>
         <source>high jump</source>
-        <translation>salto alto</translation>
+        <translation>pulo alto</translation>
     </message>
     <message>
         <source>slot 10</source>
--- a/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -40,6 +40,10 @@
         <source>Edit weapons</source>
         <translation>Editar armas</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -88,7 +92,17 @@
     </message>
     <message>
         <source>DefaultTeam</source>
-        <translation type="unfinished"></translation>
+        <translation>EquipaPorOmissão</translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation>Ficheiro de demo Hedgewars</translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation>Ficheiro de jogo Hedgewars</translation>
     </message>
 </context>
 <context>
@@ -333,53 +347,65 @@
     </message>
     <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>Detalhes</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>Gráfico de vida</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>Ranking</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>O título de melhor tiro foi para &lt;b&gt;%1&lt;/b&gt; com &lt;b&gt;%2&lt;/b&gt; pontos de dano.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>O extreminador da ronda foi &lt;b&gt;%1&lt;/b&gt; com &lt;b&gt;%2&lt;/b&gt; morto num unico turno.</numerusform>
+            <numerusform>O extreminador da ronda foi &lt;b&gt;%1&lt;/b&gt; com &lt;b&gt;%2&lt;/b&gt; mortes num unico turno.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Apenas &lt;b&gt;%1&lt;/b&gt; ouriço perdeu a vida durante esta ronda.</numerusform>
+            <numerusform>Um total de &lt;b&gt;%1&lt;/b&gt; ouriços perderam a vida durante esta ronda.</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>(%1 morto)</numerusform>
+            <numerusform>(%1 mortos)</numerusform>
+        </translation>
     </message>
     <message>
         <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="obsolete">(%1 mortos)</translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; axou que seria divertido atacar a sua própria equipa fazendo &lt;b&gt;%2&lt;/b&gt; ponto de dano.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; axou que seria divertido atacar a sua própria equipa fazendo &lt;b&gt;%2&lt;/b&gt; pontos de dano.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; matou &lt;b&gt;%2&lt;/b&gt; ouriço da sua própria equipa.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; matou &lt;b&gt;%2&lt;/b&gt; ouriços da sua própria equipa.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; estava tão intimidado que passou &lt;b&gt;%2&lt;/b&gt; turno.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; estava tão intimidado que passou &lt;b&gt;%2&lt;/b&gt; turnos.</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -408,11 +434,6 @@
         <translation>Se não tens a certeza do que fazer a seguir não desperdiçes munições, passa o turno. Mas não desperdices muito tempo, a Morte Súbita aproxima-se.</translation>
     </message>
     <message>
-        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="obsolete">Precisas de poupar as cordas? Solta a corda enquanto no ar e dispara-a novamente. Enquanto não tocares no solo podes usar a mesma corda novamente sem desperdiar outras!</translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation>Se não queres que outros usem o teu nome de utilizador preferido no servidor oficial, regista-o em http://www.hedgewars.org/.</translation>
@@ -463,11 +484,6 @@
         <translation>Lembra-te que tens sempre a opção de poder jogar na tua rede local ou online. Não estás restrito ao modo de Jogo Local.</translation>
     </message>
     <message>
-        <source>Create an account on http://www.hedgewars.org/ to keep others from using your most favourite nickname while playing on the official server.</source>
-        <comment>Tips</comment>
-        <translation type="obsolete">Cria uma conta em http://www.hedgewars.org/ para prevenir que outros usem o teu nome de utilizador favorito no servidor oficial.</translation>
-    </message>
-    <message>
         <source>While playing you should give yourself a short break at least once an hour.</source>
         <comment>Tips</comment>
         <translation>Lembra-te de fazer pequenos intervalos durante sessões de jogo prolongadas.</translation>
@@ -513,133 +529,148 @@
         <translation>Nenhum ouriço foi mal tratado durante a produção deste jogo.</translation>
     </message>
     <message>
-        <source>Connect one or more gamepads before launching the game to be able to assign their controls to your teams.</source>
-        <comment>Tips</comment>
-        <translation type="obsolete">Conecta um ou mais comandos antes de lançar o jogo para que seja possível configura-los nas opções das tuas equipas.</translation>
-    </message>
-    <message>
         <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Precisas de poupar as cordas? Solta a corda enquanto no ar e dispara-a novamente. Enquanto não tocares no solo podes usar a mesma corda novamente sem desperdiar outras!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>O Hedgewars é Open Source e Freeware desenvolvido durante o tempo livre. Se alguem te vendeu o jogo, tente obter o reembolso!</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Conecta um ou mais comandos antes de lançar o jogo para que seja possível configura-los com as tuas equipas.</translation>
     </message>
     <message>
         <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Cria uma conta em http://www.hedgewars.org/ para prevenir que outros usem o teu nome de utilizador favorito no servidor oficial.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Se a tua placa gráfica se está a demonstrar incapaz de fornecer aceleração gráfica em OpenGL, experimenta actualizar os drivers da mesma.</translation>
     </message>
     <message>
         <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Existem três diferentes tipos de salto. Pressiona [salto alto] duas vezes para fazer um salto muito alto para trás.</translation>
     </message>
     <message>
         <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Com medo de cair de um penhasco? Deixa o [botão de precisão] pressionado e vira-te para a [direita] ou [esquerda] sem sair do sitio.</translation>
     </message>
     <message>
         <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Algumas armas requerem estratégias especiais ou imensa prática, por isso não desistas imediatamente dessa ferramenta em particular se falhares o alvo.</translation>
     </message>
     <message>
         <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>A maiora das armas deixa de funcionar se tocarem na água. A Abelha Teleguiada e o Bolo são excepções a esta regra.</translation>
     </message>
     <message>
         <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>O Limburger Venho causa apenas uma pequena explosão. No entanto a pequena nuvem malcheirosa, afectada pelo vento, pode envenenar vários ouriços de uma vez.</translation>
     </message>
     <message>
         <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>O Piano é o ataque aéreo que mais potencial dano causa. No entanto uma enorme desvantagem, é necessario sacrificar um ouriço para o utilizar.</translation>
     </message>
     <message>
         <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>A Abelha Teleguiada é uma arma difícil de usar. O grau a que pode virar depende da sua velocidade, por isso tenta não a usar com o poder máximo.</translation>
     </message>
     <message>
         <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>As Minas Pegajosas são a arma ideal para com pequenas explosões em cadeia empurrar ouriços para situações terríveis... ou para a água.</translation>
     </message>
     <message>
         <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>O melhor local para usar o Martelo é em pontes ou vigas. Os ouriços atingidos nestes locais vão simplesmente furar pelo chão.</translation>
     </message>
     <message>
         <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Se ficares preso atrás de um ouriço inimigo utiliza o Martelo para te libertares sem ser necessário levar dano de uma explosão.</translation>
     </message>
     <message>
         <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>A distancia máxima que o Bolo é capaz de alcançar depende do terreno que tenha de ultrapassar. Podes também utilizar [ataque] para o detonar a qualquer altura.</translation>
     </message>
     <message>
         <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Embora o Lança-chamas seja uma arma, pode também ser usado para escavar túneis.</translation>
     </message>
     <message>
         <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Utiliza o Coquetail Molotov para temporariamente impedir outros ouriços de passar por áreas no terreno como túneis e plataformas.</translation>
     </message>
     <message>
         <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <translation>Gostavas de saber quem está por traz deste jogo? Clica no logótipo do Hedgewars no menu inicial para aceder aos créditos.</translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Gostas do Hedgewars? Torna-te fã no %1 ou segue-nos pelo %!</translation>
     </message>
     <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Está à vontade para desenhar as tuas próprias sepulturas, chapéus, bandeiras ou mesmo mapas e temas! Tem em nota que vai ser necessário partilha-los algures para que os consigas usar online.</translation>
     </message>
     <message>
         <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Gostavas poder usar um chapéu em particular que ainda não existe? Faz uma pequena doação para este projecto e recebe um chapéu exclusivo à tua escolha!</translation>
     </message>
     <message>
         <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Mantém os drivers da placa gráfica actualizados de forma a evitar problemas com o jogo.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Podes encontrar os ficheiros de configuração do Hedgewars em &quot;Documentos\Hedgewars&quot;. Cria cópias de segurança ou leva os ficheiros contigo, apenas não os edites.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
+        <translation type="obsolete">Podes encontrar os ficheiros de configuração do Hedgewars na pasta &quot;Hedgewars&quot; dentro da tua &quot;Pasta Pessoal&quot;. Cria cópias de segurança ou leva os ficheiros contigo, apenas não os edites.</translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation>É possivel associar os ficheiros relacionados com o Hedgewars (partidas e demonstrações) directamente com o jogo para que seja possivel lançalos directamente do teu explorador de ficheiros ou internet favorito.</translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation>Gostavas de poupar algumas cordas? Solta a corda enquanto no ar e dispara-a novamente. Desde que não toques no solo podes reutilizar a usar a mesma corda quantas vezes quiseres!</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -831,32 +862,33 @@
     </message>
     <message>
         <source>State:</source>
-        <translation type="unfinished"></translation>
+        <translation>Estado:</translation>
     </message>
     <message>
         <source>Rules:</source>
-        <translation type="unfinished"></translation>
+        <translation>Regras</translation>
     </message>
     <message>
         <source>Weapons:</source>
-        <translation type="unfinished"></translation>
+        <translation>Armas:</translation>
     </message>
     <message>
         <source>Search:</source>
-        <translation type="unfinished"></translation>
+        <translation>Pesquisa:</translation>
     </message>
     <message>
         <source>Clear</source>
-        <translation type="unfinished">Clear</translation>
+        <translation>Limpar</translation>
     </message>
     <message>
         <source>Warning</source>
-        <translation type="unfinished"></translation>
+        <translation>Atenção</translation>
     </message>
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>O jogo a que te estas a tentar juntar já começou.
+Desejas juntar-te ao jogo de qualquer maneira?</translation>
     </message>
 </context>
 <context>
@@ -891,7 +923,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Adiciona minas aleatoriamente</translation>
+        <translation type="obsolete">Adiciona minas aleatoriamente</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -947,7 +979,23 @@
     </message>
     <message>
         <source>AI respawns on death.</source>
-        <translation type="unfinished"></translation>
+        <translation>O computador ressuscita ao morrer.</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation>Todos os ouriços (vivos) são completamente restaurados no final do turn</translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation>Atacar não faz o turno terminar.</translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation>O armamento é redefinido para os valores iniciais todos os turnos.</translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation>Cada ouriço tem as suas próprias armas. Não são partilhadas com a equipa.</translation>
     </message>
 </context>
 <context>
@@ -973,7 +1021,7 @@
     </message>
     <message>
         <source>Training Mode (Practice your skills in a range of training missions). IN DEVELOPMENT</source>
-        <translation>Modo de Treino (pratica as tuas capacidades numa variedade de missões de treino)</translation>
+        <translation>Modo de Treino (pratica as tuas capacidades numa variedade de missões de treino). EM DESENVOLVIMENTO</translation>
     </message>
     <message>
         <source>Demos (Watch recorded demos)</source>
@@ -981,11 +1029,11 @@
     </message>
     <message>
         <source>Load (Load a previously saved game)</source>
-        <translation>Carregar (carregar um jogo salvo previamente)</translation>
+        <translation>Carregar (carrega um jogo salvo previamente)</translation>
     </message>
     <message>
         <source>Campaign Mode (...). IN DEVELOPMENT</source>
-        <translation type="unfinished"></translation>
+        <translation>Modo Campanha (...) EM DESENVOLVIMENTO</translation>
     </message>
 </context>
 <context>
@@ -1118,51 +1166,23 @@
     </message>
     <message>
         <source>Community</source>
-        <translation type="unfinished"></translation>
+        <translation>Comunidade</translation>
     </message>
     <message>
         <source>Any</source>
-        <translation type="unfinished"></translation>
+        <translation>Qualquer</translation>
     </message>
     <message>
         <source>In lobby</source>
-        <translation type="unfinished"></translation>
+        <translation>No lobby</translation>
     </message>
     <message>
         <source>In progress</source>
-        <translation type="unfinished"></translation>
+        <translation>Em progresso</translation>
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Predefinido</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Predefinido</translation>
     </message>
 </context>
 <context>
@@ -1248,7 +1268,7 @@
     </message>
     <message>
         <source>Translations:</source>
-        <translation>Traduções:</translation>
+        <translation>Tradutores:</translation>
     </message>
     <message>
         <source>Special thanks:</source>
@@ -1348,7 +1368,7 @@
     </message>
     <message>
         <source>Restart game to apply</source>
-        <translation>Reiniciar o jogo para aplicar as definições</translation>
+        <translation>Reinicie o jogo para aplicar as alterações</translation>
     </message>
     <message>
         <source>Explosives</source>
@@ -1364,6 +1384,26 @@
     </message>
     <message>
         <source>Quality</source>
+        <translation>Qualidade</translation>
+    </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation>% de Caixas de Vida</translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation>Vida por Caixa</translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation>Súbida da água durante Morte Súbita</translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation>Vida perdida durante Morte Súbita</translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -1423,6 +1463,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation>Não é possivel sobrescrever o esquema de armas por omissão &apos;%1&apos;!</translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation>Os ficheiros foram associados com sucesso.</translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation>Não foi possivel associar os ficheiros.</translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1483,7 +1531,7 @@
     </message>
     <message>
         <source>Go!</source>
-        <translation>Ir!</translation>
+        <translation>Começar!</translation>
     </message>
     <message>
         <source>Play demo</source>
@@ -1513,6 +1561,10 @@
         <source>Random Team</source>
         <translation>Equipa aleatória</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation>Associar com as extensões dos ficheiros</translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1599,19 +1651,19 @@
     </message>
     <message>
         <source>Divide Teams</source>
-        <translation>Separar equipas</translation>
+        <translation>Separar Equipas</translation>
     </message>
     <message>
         <source>Solid Land</source>
-        <translation>Terreno sólido</translation>
+        <translation>Terreno Sólido</translation>
     </message>
     <message>
         <source>Add Border</source>
-        <translation>Adicionar borda</translation>
+        <translation>Adicionar Borda</translation>
     </message>
     <message>
         <source>Low Gravity</source>
-        <translation>Baixa gravidade</translation>
+        <translation>Baixa Gravidade</translation>
     </message>
     <message>
         <source>Laser Sight</source>
@@ -1619,11 +1671,11 @@
     </message>
     <message>
         <source>Invulnerable</source>
-        <translation>Invulnerável</translation>
+        <translation>Invulnerabilidade</translation>
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Adicionar minas</translation>
+        <translation type="obsolete">Adicionar minas</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1639,7 +1691,7 @@
     </message>
     <message>
         <source>Clan Shares Ammo</source>
-        <translation>Clãs partilham armamento</translation>
+        <translation>Clãs Partilham Armamento</translation>
     </message>
     <message>
         <source>Disable Girders</source>
@@ -1651,7 +1703,23 @@
     </message>
     <message>
         <source>AI Survival Mode</source>
-        <translation type="unfinished"></translation>
+        <translation>Modo de Sobrevivência</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation>Restaurar a Vida</translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation>Ataques Ilimitados</translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation>Restaurar o Armamento</translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation>Armamento Por Ouriço</translation>
     </message>
 </context>
 <context>
--- a/share/hedgewars/Data/Locale/hedgewars_ru.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_ru.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -41,6 +41,10 @@
         <source>Edit schemes</source>
         <translation>Редактировать Ñхемы</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation>При включении Ñтой опции выбор наÑтроек игры автоматичеÑки выберет Ñхему Ð¾Ñ€ÑƒÐ¶Ð¸Ñ (и наоборот)</translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -89,7 +93,17 @@
     </message>
     <message>
         <source>DefaultTeam</source>
-        <translation type="unfinished"></translation>
+        <translation>Команда по умолчанию</translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation>Файл запиÑи игры hedgewars</translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation>Файл ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð¸Ð³Ñ€Ñ‹ hedgewars</translation>
     </message>
 </context>
 <context>
@@ -242,7 +256,10 @@
 registered on Hedgewars.org
 Please provide your password below
 or pick another nickname in game config:</source>
-        <translation type="unfinished"></translation>
+        <translation>Ваше Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ %1 
+зарегиÑтрировано на Ñайте hedgewars.org
+ПожалуйÑта, укажите ваш пароль в поле ввода внизу
+или выберите иное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð² наÑтройках игры:</translation>
     </message>
 </context>
 <context>
@@ -333,55 +350,67 @@
     </message>
     <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>ПодробноÑти</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>График ÑƒÑ€Ð¾Ð²Ð½Ñ Ð·Ð´Ð¾Ñ€Ð¾Ð²ÑŒÑ</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>Рейтинг</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>Приз за лучший выÑтрел получает &lt;b&gt;%1&lt;/b&gt; Ñ &lt;b&gt;%2&lt;/b&gt; пунктами урона.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Лучший убийца &lt;b&gt;%1&lt;/b&gt; Ñ &lt;b&gt;%2&lt;/b&gt; убийÑтвом за ход.</numerusform>
+            <numerusform>Лучший убийца &lt;b&gt;%1&lt;/b&gt; Ñ &lt;b&gt;%2&lt;/b&gt; убийÑтвами за ход.</numerusform>
+            <numerusform>Лучший убийца &lt;b&gt;%1&lt;/b&gt; Ñ &lt;b&gt;%2&lt;/b&gt; убийÑтвами за ход.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Ð’Ñего &lt;b&gt;%1&lt;/b&gt; ёж был убит в течение игры.</numerusform>
+            <numerusform>Ð’Ñего &lt;b&gt;%1&lt;/b&gt; ежа были убиты в течение игры.</numerusform>
+            <numerusform>Ð’Ñего &lt;b&gt;%1&lt;/b&gt; ежей были убиты в течение игры.</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>(%1 убийÑтво)</numerusform>
+            <numerusform>(%1 убийÑтва)</numerusform>
+            <numerusform>(%1 убийÑтв)</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; поÑчитал нужным подÑтрелить друзей на &lt;b&gt;%2&lt;/b&gt; пункт урона.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; поÑчитал нужным подÑтрелить друзей на &lt;b&gt;%2&lt;/b&gt; пункта урона.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; поÑчитал нужным подÑтрелить друзей на &lt;b&gt;%2&lt;/b&gt; пунктов урона.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; убил &lt;b&gt;%2&lt;/b&gt; Ñоюзника.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; убил &lt;b&gt;%2&lt;/b&gt; Ñоюзников.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; убил &lt;b&gt;%2&lt;/b&gt; Ñоюзников.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; иÑпугалÑÑ Ð¸ пропуÑтил &lt;b&gt;%2&lt;/b&gt; ход.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; иÑпугалÑÑ Ð¸ пропуÑтил &lt;b&gt;%2&lt;/b&gt; хода.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; иÑпугалÑÑ Ð¸ пропуÑтил &lt;b&gt;%2&lt;/b&gt; ходов.</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -410,11 +439,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -600,7 +624,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -625,7 +649,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -694,7 +733,7 @@
     </message>
     <message>
         <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
-        <translation type="unfinished"></translation>
+        <translation>Ðевозможно редактировать команды Ñо Ñтраницы выбора команд. ВернитеÑÑŒ в главное меню Ð´Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ, Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð»Ð¸ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´.</translation>
     </message>
 </context>
 <context>
@@ -820,39 +859,40 @@
     </message>
     <message>
         <source>State:</source>
-        <translation type="unfinished"></translation>
+        <translation>СоÑтоÑние:</translation>
     </message>
     <message>
         <source>Rules:</source>
-        <translation type="unfinished"></translation>
+        <translation>Правила:</translation>
     </message>
     <message>
         <source>Weapons:</source>
-        <translation type="unfinished"></translation>
+        <translation>Оружие:</translation>
     </message>
     <message>
         <source>Search:</source>
-        <translation type="unfinished"></translation>
+        <translation>ПоиÑк:</translation>
     </message>
     <message>
         <source>Clear</source>
-        <translation type="unfinished">ОчиÑтить</translation>
+        <translation>ОчиÑтить</translation>
     </message>
     <message>
         <source>Warning</source>
-        <translation type="unfinished"></translation>
+        <translation>Предупреждение</translation>
     </message>
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>Игра, к которой вы хотите приÑоединитьÑÑ, уже началаÑÑŒ
+Ð’Ñ‹ вÑÑ‘ равно хотите зайти в комнату?</translation>
     </message>
 </context>
 <context>
     <name>PageScheme</name>
     <message>
         <source>Enable random mines</source>
-        <translation>Включить мины</translation>
+        <translation type="obsolete">Включить мины</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -912,7 +952,7 @@
     </message>
     <message>
         <source>Order of play is random instead of in room order.</source>
-        <translation>ПорÑдок ходов Ñлучаен, а не ÑвлÑетÑÑ Ð¿Ð¾Ñ€Ñдком команд в ÑпиÑке</translation>
+        <translation>ПорÑдок ходов Ñлучаен, а не ÑвлÑетÑÑ Ð¿Ð¾Ñ€Ñдком команд в ÑпиÑке.</translation>
     </message>
     <message>
         <source>Play with a King. If he dies, your side dies.</source>
@@ -932,11 +972,27 @@
     </message>
     <message>
         <source>Disable land objects when generating random maps.</source>
-        <translation type="unfinished">Отключить добавлÑемые объекты на генерируемых картах.</translation>
+        <translation>Отключить добавлÑемые объекты на генерируемых картах.</translation>
     </message>
     <message>
         <source>AI respawns on death.</source>
-        <translation type="unfinished"></translation>
+        <translation>Боты воÑкреÑают поÑле Ñмерти.</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation>Ð’Ñе (живые) ежи полноÑтью поправлÑÑŽÑ‚ÑÑ Ð² конце хода</translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation>Ðтака не заканчивает ход.</translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation>Ðабор Ð¾Ñ€ÑƒÐ¶Ð¸Ñ Ð²Ð¾ÑÑтанавливаетÑÑ Ð½Ð° каждом ходу.</translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation>У каждого ежа Ñвой набор оружиÑ, не ÑвлÑющийÑÑ Ð¾Ð±Ñ‰Ð¸Ð¼ Ð´Ð»Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ‹.</translation>
     </message>
 </context>
 <context>
@@ -974,7 +1030,7 @@
     </message>
     <message>
         <source>Campaign Mode (...). IN DEVELOPMENT</source>
-        <translation type="unfinished"></translation>
+        <translation>Режим Ð¿Ñ€Ð¾Ñ…Ð¾Ð¶Ð´ÐµÐ½Ð¸Ñ ÐºÐ°Ð¼Ð¿Ð°Ð½Ð¸Ð¸. Ð’ РÐЗРÐБОТКЕ</translation>
     </message>
 </context>
 <context>
@@ -1107,51 +1163,23 @@
     </message>
     <message>
         <source>Community</source>
-        <translation type="unfinished"></translation>
+        <translation>СообщеÑтво</translation>
     </message>
     <message>
         <source>Any</source>
-        <translation type="unfinished"></translation>
+        <translation>Любой</translation>
     </message>
     <message>
         <source>In lobby</source>
-        <translation type="unfinished"></translation>
+        <translation>Подготовка</translation>
     </message>
     <message>
         <source>In progress</source>
-        <translation type="unfinished"></translation>
+        <translation>В игре</translation>
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">По умолчанию</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">По умолчанию</translation>
     </message>
 </context>
 <context>
@@ -1351,7 +1379,7 @@
     </message>
     <message>
         <source>Tip: </source>
-        <translation type="unfinished"></translation>
+        <translation>ПодÑказка:</translation>
     </message>
     <message>
         <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
@@ -1359,7 +1387,27 @@
     </message>
     <message>
         <source>Quality</source>
-        <translation type="unfinished"></translation>
+        <translation>КачеÑтво</translation>
+    </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation>% аптечек</translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation>Здоровье в аптечках</translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation>СкороÑÑ‚ÑŒ поднÑÑ‚Ð¸Ñ Ð²Ð¾Ð´Ñ‹</translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation>СкороÑÑ‚ÑŒ ÑƒÐ¼ÐµÐ½ÑŒÑˆÐµÐ½Ð¸Ñ Ð·Ð´Ð¾Ñ€Ð¾Ð²ÑŒÑ</translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation>Объединить наÑтройки игры и оружиÑ</translation>
     </message>
 </context>
 <context>
@@ -1416,7 +1464,15 @@
     </message>
     <message>
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
-        <translation type="unfinished"></translation>
+        <translation>Ðе могу перепиÑать вÑтроенный набор Ð¾Ñ€ÑƒÐ¶Ð¸Ñ &apos;%1&apos;!</translation>
+    </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation>Проведено ÑопоÑтавление раÑширений файлов.</translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation>СопоÑтавление не удалоÑÑŒ.</translation>
     </message>
 </context>
 <context>
@@ -1508,6 +1564,10 @@
         <source>Random Team</source>
         <translation>Ð¡Ð»ÑƒÑ‡Ð°Ð¹Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð°</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation>СопоÑтавить раÑÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²</translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1618,7 +1678,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Добавить мины</translation>
+        <translation type="obsolete">Добавить мины</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1642,11 +1702,27 @@
     </message>
     <message>
         <source>Disable Land Objects</source>
-        <translation type="unfinished"></translation>
+        <translation>Отключить дополнительные объекты</translation>
     </message>
     <message>
         <source>AI Survival Mode</source>
-        <translation type="unfinished"></translation>
+        <translation>Режим беÑÑÐ¼ÐµÑ€Ñ‚Ð¸Ñ Ð±Ð¾Ñ‚Ð¾Ð²</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation>Ð¡Ð±Ñ€Ð¾Ñ ÑƒÑ€Ð¾Ð²Ð½Ñ Ð·Ð´Ð¾Ñ€Ð¾Ð²ÑŒÑ</translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation>БеÑконечные атаки</translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation>Ð¡Ð±Ñ€Ð¾Ñ Ð¾Ñ€ÑƒÐ¶Ð¸Ñ</translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation>Индивидуальный набор оружиÑ</translation>
     </message>
 </context>
 <context>
@@ -1811,7 +1887,7 @@
     </message>
     <message>
         <source>slot 10</source>
-        <translation type="unfinished">Ñлот 10</translation>
+        <translation>Ñлот 10</translation>
     </message>
 </context>
 <context>
@@ -2096,23 +2172,23 @@
     </message>
     <message>
         <source>Insert</source>
-        <translation type="unfinished"></translation>
+        <translation>Insert</translation>
     </message>
     <message>
         <source>Home</source>
-        <translation type="unfinished"></translation>
+        <translation>Home</translation>
     </message>
     <message>
         <source>End</source>
-        <translation type="unfinished"></translation>
+        <translation>End</translation>
     </message>
     <message>
         <source>Page up</source>
-        <translation type="unfinished"></translation>
+        <translation>Page up</translation>
     </message>
     <message>
         <source>Page down</source>
-        <translation type="unfinished"></translation>
+        <translation>Page down</translation>
     </message>
     <message>
         <source>Num lock</source>
@@ -2136,19 +2212,19 @@
     </message>
     <message>
         <source>A button</source>
-        <translation type="unfinished"></translation>
+        <translation>Кнопка A</translation>
     </message>
     <message>
         <source>B button</source>
-        <translation type="unfinished"></translation>
+        <translation>Кнопка B</translation>
     </message>
     <message>
         <source>X button</source>
-        <translation type="unfinished"></translation>
+        <translation>Кнопка X</translation>
     </message>
     <message>
         <source>Y button</source>
-        <translation type="unfinished"></translation>
+        <translation>Кнопка Y</translation>
     </message>
     <message>
         <source>LB button</source>
--- a/share/hedgewars/Data/Locale/hedgewars_sk.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_sk.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -41,6 +41,10 @@
         <source>Edit schemes</source>
         <translation>Upraviť schémy</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation>Ak je táto voľba vybraná, zvolením hernej schémy budú automaticky vybrané aj zbrane (a naopak)</translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -89,7 +93,17 @@
     </message>
     <message>
         <source>DefaultTeam</source>
-        <translation type="unfinished"></translation>
+        <translation>VýchodzíTím</translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation>Demo súbor Hedgewars</translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation>Súbor s uloženou hrou Hedgewars</translation>
     </message>
 </context>
 <context>
@@ -189,7 +203,7 @@
     <name>HWNewNet</name>
     <message>
         <source>The host was not found. Please check the host name and port settings.</source>
-        <translation>Stanica nebola nájdená. Prosím, skontrolujte názov stanice a nastavenia portu.</translation>
+        <translation>Hostiteľ nebol nájdený. Prosím, skontrolujte názov hostiteľa a nastavenia portu.</translation>
     </message>
     <message>
         <source>Connection refused</source>
@@ -242,7 +256,12 @@
 registered on Hedgewars.org
 Please provide your password below
 or pick another nickname in game config:</source>
-        <translation type="unfinished"></translation>
+        <translation>Prezývka %1, ktorú ste
+si vybrali je registrovaná na
+Hedgewars.org.
+Prosím, napíšte heslo do poľa
+nižšie alebo si zvoľte inú prezývku
+v nastaveniach hry:</translation>
     </message>
 </context>
 <context>
@@ -268,27 +287,27 @@
     </message>
     <message>
         <source>Fetch data</source>
-        <translation type="unfinished"></translation>
+        <translation>Stiahnuť dáta</translation>
     </message>
     <message>
         <source>Server message for latest version:</source>
-        <translation type="unfinished"></translation>
+        <translation>Správa serveru pre najnovšiu verziu:</translation>
     </message>
     <message>
         <source>Server message for previous versions:</source>
-        <translation type="unfinished"></translation>
+        <translation>Správa serveru pre prechádzajúce verzie:</translation>
     </message>
     <message>
         <source>Latest version protocol number:</source>
-        <translation type="unfinished"></translation>
+        <translation>Najnovšia verzia protokolu:</translation>
     </message>
     <message>
         <source>MOTD preview:</source>
-        <translation type="unfinished"></translation>
+        <translation>Náhľad správy dňa (MOTD):</translation>
     </message>
     <message>
         <source>Set data</source>
-        <translation type="unfinished"></translation>
+        <translation>Nastaviť dáta</translation>
     </message>
 </context>
 <context>
@@ -333,55 +352,71 @@
     </message>
     <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>Podrobnosti</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>Vývoj zdravia</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>RebríÄek</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>Ocenenie za najlepší zásah vyhral(a) &lt;b&gt;%1&lt;/b&gt; so ziskom &lt;b&gt;%2&lt;/b&gt; bodov.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Najlepším zabijákom je &lt;b&gt;%1&lt;/b&gt; s &lt;b&gt;jedným&lt;/b&gt; zabitím poÄas Å¥ahu.</numerusform>
+            <numerusform>Najlepším zabijákom je &lt;b&gt;%1&lt;/b&gt; s &lt;b&gt;%2&lt;/b&gt; zabitiami poÄas Å¥ahu.</numerusform>
+            <numerusform>Najlepším zabijákom je &lt;b&gt;%1&lt;/b&gt; s &lt;b&gt;%2&lt;/b&gt; zabitiami poÄas Å¥ahu.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Celkovo bol v tomto kole zabitý &lt;b&gt;%1&lt;/b&gt; ježko.</numerusform>
+            <numerusform>Celkovo boli v tomto kole zabití &lt;b&gt;%1&lt;/b&gt; ježkovia.</numerusform>
+            <numerusform>Celkovo bol v tomto kole zabitých &lt;b&gt;%1&lt;/b&gt; ježkov.</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>(%1 zabitie)</numerusform>
+            <numerusform>(%1 zabitia)</numerusform>
+            <numerusform>(%1 zabití)</numerusform>
+        </translation>
     </message>
     <message>
         <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="obsolete">(%1 zabití)</translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; sa nazdával, že je vhodné strieľať po svojich a získal tak &lt;b&gt;%2&lt;/b&gt; bod.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; sa nazdával, že je vhodné strieľať po svojich a získal tak &lt;b&gt;%2&lt;/b&gt; body.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; sa nazdával, že je vhodné strieľať po svojich a získal tak &lt;b&gt;%2&lt;/b&gt; bodov.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; zabil &lt;b&gt;%2&lt;/b&gt; svojho druha.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; zabil &lt;b&gt;%2&lt;/b&gt; svojich druhov.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; zabil &lt;b&gt;%2&lt;/b&gt; svojich druhov.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; sa zľakol a preskoÄil Å¥ah &lt;b&gt;%2&lt;/b&gt;krát.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; sa zľakol a preskoÄil Å¥ah &lt;b&gt;%2&lt;/b&gt;krát.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; sa zľakol a preskoÄil Å¥ah &lt;b&gt;%2&lt;/b&gt;krát.</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -397,237 +432,262 @@
     <message>
         <source>Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they&apos;ll win or lose together.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Ak chcete hraÅ¥ s priateľom ako team, jednoducho si zvoľte tú istú farbu. I naÄalej budete ovládaÅ¥ svojich vlastných ježkov, ale víťazstvá Äi prehry budú spoloÄné.</translation>
     </message>
     <message>
         <source>Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Niektoré zbrane môžu spôsobovaÅ¥ málo Å¡kody, ale dokážu byÅ¥ oveľa úÄinnejÅ¡ie v tej správnej situácii. Skúste použiÅ¥ Desert Eagle na zostrelenie viacerých ježkov do vody.</translation>
     </message>
     <message>
         <source>If you&apos;re unsure what to do and don&apos;t want to waste ammo, skip one round. But don&apos;t let too much time pass as there will be Sudden Death!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Ak neviete, Äo robiÅ¥ a nechcete mrhaÅ¥ muníciou, preskoÄte Å¥ah. Ale nerobte tak príliÅ¡ Äasto, pretože príde Náhla smrÅ¥!</translation>
     </message>
     <message>
         <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Chcete ušetriť lano? Kým ste vo vzduchu, uvoľnite ho a opäť vystreľte. Kým sa nedotknete zeme, môžete to isté lano znovu použiť bez toho, aby sa vám míňali jeho zásoby!</translation>
     </message>
     <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Ak nechcete, aby niekto iný používal vaÅ¡u prezývku na oficiálnom serveri, registrujte si úÄet na http://www.hedgewars.org/.</translation>
     </message>
     <message>
         <source>You&apos;re bored of default gameplay? Try one of the missions - they&apos;ll offer different gameplay depending on the one you picked.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Nudí vás štandardná hra? Vyskúšajte si jednu z misii - ponúkajú iný herný zážitok v závislosti na tom, akú si vyberiete.</translation>
     </message>
     <message>
         <source>By default the game will always record the last game played as a demo. Select &apos;Local Game&apos; and pick the &apos;Demos&apos; button on the lower right corner to play or manage them.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Vo východzom nastavení sa posledná hra automaticky ukladá ako demo. Vyberte &apos;Miestna hra&apos; a kliknite na tlaÄidlo &apos;Demá&apos; v pravom dolnom rohu, ak si chcete demo uložiÅ¥ alebo prehraÅ¥.</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you&apos;ve got problems, ask on our forums but please don&apos;t expect 24/7 support!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars je Open Source a Freeware, ktorý vytvárame vo voľnom Äase. Ak máte problém, spýtajte sa na fóre, ale neÄakajte podporu 24 hodín v týždni!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars je Open Source a Freeware, ktorý vytvárame vo voľnom Äase. Ak chcete pomôcÅ¥, môžete nám zaslaÅ¥ malú finanÄnú výpomoc alebo prispieÅ¥ vlastnou prácou!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars je Open Source a Freeware, ktorý vytvárame vo voľnom Äase. Podeľte sa oň so svojou rodinou a priateľmi!</translation>
     </message>
     <message>
         <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Z Äasu na Äas bývajú usporiadavané oficiálne turnaje. Najbližšie akcie sú vždy uverejnené na http://www.hedgewars.org/ pár dní dopredu.</translation>
     </message>
     <message>
         <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars je dostupný v mnohých jazykoch. Ak preklad do vaÅ¡ej reÄi chýba alebo nie je aktuálny, prosím, kontaktujte nás!</translation>
     </message>
     <message>
         <source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars beží na množstve rozliÄných operaÄných systémov vrátane Microsoft Windows, Mac OS X a Linuxu.</translation>
     </message>
     <message>
         <source>Always remember you&apos;re able to set up your own games in local and network/online play. You&apos;re not restricted to the &apos;Simple Game&apos; option.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Nezabudnite, že si vždy môžete vytvoriť vlastnú lokálnu alebo sieťovú/online hru. Nie ste obmedzený len na voľbu &apos;Jednoduchá hra&apos;.</translation>
     </message>
     <message>
         <source>While playing you should give yourself a short break at least once an hour.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Mali by ste si dopriaÅ¥ krátky odpoÄinok po každej hodine hry.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Ak vaša grafická karta nie je schopná poskytnúť hardvérovo akcelerované OpenGL, skúste povoliť režim nízkej kvality, aby ste dosiahli požadovaný výkon.</translation>
     </message>
     <message>
         <source>We&apos;re open to suggestions and constructive feedback. If you don&apos;t like something or got a great idea, let us know!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Sme otvorení novým nápadom a konÅ¡truktívnej kritike. Ak sa vám nieÄo nepáÄi alebo máte skvelý nápad, dajte nám vedieÅ¥!</translation>
     </message>
     <message>
         <source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Obzvlášť pri hre online buÄte sluÅ¡ný a pamätajte, že s vami alebo proti vám môžu hraÅ¥ tiež neplnoletí!</translation>
     </message>
     <message>
         <source>Special game modes such as &apos;Vampirism&apos; or &apos;Karma&apos; allow you to develop completely new tactics. Try them in a custom game!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Špeciálne herné režimy ako &apos;Vampírizmus&apos; alebo &apos;Karma&apos; vám umožnia vyvinúť úplne novú taktiku. Vyskúšajte ich vo vlastnej hre!</translation>
     </message>
     <message>
         <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Verzia Hedgewars pre Windows podporuje Xfire. UbezpeÄte sa, že ste pridali Hedgewars do zoznamu hier tak, aby vaÅ¡i priatelia videli, že hráte.</translation>
     </message>
     <message>
         <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Nikdy by ste nemali inÅ¡talovaÅ¥ Hedgewars na cudzí poÄítaÄ (v Å¡kole, na univerzite, v práci, atÄ). Prosím, radÅ¡ej požiadajte zodpovednú osobu!</translation>
     </message>
     <message>
         <source>Hedgewars can be perfect for short games during breaks. Just ensure you don&apos;t add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars môže byÅ¥ výborná hra, ak máte krátku chvíľku poÄas prestávky. Iba sa uistite, že nepoužijete príliÅ¡ veľa ježkov alebo príliÅ¡ veľkú mapu. Rovnako môže pomocÅ¥ zníženie Äasu a zdravia.</translation>
     </message>
     <message>
         <source>No hedgehogs were harmed in making this game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>PoÄas tvorby tejto hry nebolo ublížené žiadnemu ježkovi.</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars je Open Source a Freeware, ktorý vytvárame vo voľnom Äase. Ak vám niekto túto hru predal, skúste žiadaÅ¥ o refundáciu!</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Ak chcete pre hru použiť jeden alebo viacero gamepadov, pripojte ich pred spustením hry.</translation>
     </message>
     <message>
         <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Vytvorte si úÄet na %1, aby ste tak zabránili ostatným používaÅ¥ vaÅ¡u obľúbenú prezývku poÄas hrania na oficiálnom serveri.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Ak vaÅ¡a grafická karta nie je schopná poskytnúť hardvérovo akcelerované OpenGL, skúste aktualizovaÅ¥ prísluÅ¡né ovládaÄe.</translation>
     </message>
     <message>
         <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Dostupné sú tri rôzne výskoky. Dvakrát stlaÄte [vysoký skok] pre veľmi vysoký skok vzad.</translation>
     </message>
     <message>
         <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Bojíte sa pádu z útesu? Podržte [presné mierenie] a stlaÄte [doľava] alebo [doprava] pre otoÄenie na mieste.</translation>
     </message>
     <message>
         <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Niektoré zbrane vyžaduju osobitnú stratégiu alebo len veľa tréningu, takže to s vybranou zbraňou nevzdávajte, ak sa vám nepodarí trafiť nepriateľa.</translation>
     </message>
     <message>
         <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>VäÄÅ¡ina zbraní prestane fungovaÅ¥ pri kontakte s vodou. Navádzané vÄela a Torta sú výnimkami z tohto pravidla.</translation>
     </message>
     <message>
         <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Starý cheeseburger spôsobí len malú explóziu. ObláÄik smradu, ktorý je ovplyvňovaný vetrom, vÅ¡ak dokáže otráviÅ¥ množstvo ježkov.</translation>
     </message>
     <message>
         <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Klavírový útok je najzniÄujúcejší vzduÅ¡ný útok. Pri jeho použití prídete o ježka, Äo je jeho veľké mínus.</translation>
     </message>
     <message>
         <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Navádzaná vÄela je troÅ¡ku zložitejÅ¡ia na použitie. Jej polomer otoÄenia závisí na jej rýchlosti, takže ju radÅ¡ej nepoužívajte pri plnej sile.</translation>
     </message>
     <message>
         <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Lepkavé míny sú perfektným nástrojom na vytvorenie malých reÅ¥azových reakcii, vÄaka ktorým postavíte ježkov do krajných situácii ... alebo vody.</translation>
     </message>
     <message>
         <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Kladivo je najefektívnejšie pri použití na mostoch alebo trámoch. Zasiahnutí ježkovia prerazia zem.</translation>
     </message>
     <message>
         <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Ak ste zaseknutý za nepriateľským ježkom, použite kladivo, aby ste sa oslobodili bez toho, aby vám ublížila explózia.</translation>
     </message>
     <message>
         <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Maximálna prejdená vzdialenosť torty zavisí na zemi, ktorou musí prejsť. Použitie [útok], ak chcete spustiť detonáciu skôr.</translation>
     </message>
     <message>
         <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Plameňomet je zbraň, no rovnako môže byť použitý na kopanie tunelov.</translation>
     </message>
     <message>
         <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Použite spaľujúci granát na doÄasné zabránenie ježkom prejsÅ¥ terénom ako sú tunely alebo ploÅ¡iny.</translation>
     </message>
     <message>
         <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Chcete vedieť, kto stojí za hrou? Kliknite na logo Hedgewars v hlavnom menu pre zobrazenie zásluh.</translation>
     </message>
     <message>
         <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">PaÄia sa vám Hedgewars? Staňte sa fanúšikom na %1 alebo sa pripojte k naÅ¡ej skupine na %2. Môžte nás tiež nasledovaÅ¥ na %3!</translation>
     </message>
     <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Ak máte chuÅ¥, môžte si nakresliÅ¥ vlastné hrobÄeky, klobúky, vlajky alebo dokonca mapy a témy! Pamätajte vÅ¡ak, že ak ich budete chcieÅ¥ použiÅ¥ v hre online, budete ich musieÅ¥ zdieľaÅ¥ s ostatnými.</translation>
     </message>
     <message>
         <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Chcete nosiť špecifický klobúk? Prispejte nám a ako odmenu získate exkluzívny klobúk podľa vášho výberu!</translation>
     </message>
     <message>
         <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Aby ste sa vyhli problémom pri hre, udržujte ovládaÄe vaÅ¡ej grafickej karty vždy aktuálne.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>KonfiguraÄné súbory Hedgewars nájdete v &quot;Moje Dokumenty\Hedgewars&quot;. Vytvárajte si zálohy alebo prenášajte si tieto súbory medzi poÄítaÄmi, ale needitujte ich ruÄne.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">KonfiguraÄné súbory Hedgewars nájdete v &quot;Hedgewars&quot; vo vaÅ¡om domovskom adresári. Vytvárajte si zálohy alebo prenášajte si tieto súbory medzi poÄítaÄmi, ale needitujte ich ruÄne.</translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation>Chcete ušetriť lano? Kým ste vo vzduchu, uvoľnite ho a opäť vystreľte. Kým sa nedotknete zeme, môžete to isté lano znovu použiť bez toho, aby sa vám míňali jeho zásoby!</translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
+        <comment>Tips</comment>
+        <translation>PáÄia sa vám Hedgewars? Staňte sa fanúšikom na %1 alebo sa pripojte k naÅ¡ej skupine na %2. Môžte nás tiež nasledovaÅ¥ na %3!</translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation>Môžte priradiÅ¥ súbory patriace Hedgewars (uložené hry a nahrávky záznamov) ku hre, Äím sa vám budú otváraÅ¥ priamo z vášho obľubeného prehliadaÄa súborov alebo internetu.</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation>KonfiguraÄné súbory Hedgewars nájdete v &quot;Library/Application Support/Hedgewars&quot; vo vaÅ¡om domovskom adresári. Vytvárajte si zálohy alebo prenášajte si tieto súbory medzi poÄítaÄmi, ale needitujte ich ruÄne.</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation>KonfiguraÄné súbory Hedgewars nájdete v &quot;.hedgewars&quot; vo vaÅ¡om domovskom adresári. Vytvárajte si zálohy alebo prenášajte si tieto súbory medzi poÄítaÄmi, ale needitujte ich ruÄne.</translation>
     </message>
 </context>
 <context>
@@ -694,7 +754,7 @@
     </message>
     <message>
         <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
-        <translation type="unfinished"></translation>
+        <translation>Z výberu tímov nemôžete upravovať teamytímy. Vráťte sa do hlavného menu, odkiaľ môžete pridávať, upravovať alebo mazať tímy.</translation>
     </message>
 </context>
 <context>
@@ -820,39 +880,40 @@
     </message>
     <message>
         <source>State:</source>
-        <translation type="unfinished"></translation>
+        <translation>Stav:</translation>
     </message>
     <message>
         <source>Rules:</source>
-        <translation type="unfinished"></translation>
+        <translation>Pravidlá:</translation>
     </message>
     <message>
         <source>Weapons:</source>
-        <translation type="unfinished"></translation>
+        <translation>Zbrane:</translation>
     </message>
     <message>
         <source>Search:</source>
-        <translation type="unfinished"></translation>
+        <translation>Hľadať:</translation>
     </message>
     <message>
         <source>Clear</source>
-        <translation type="unfinished">Clear</translation>
+        <translation>VyÄistiÅ¥</translation>
     </message>
     <message>
         <source>Warning</source>
-        <translation type="unfinished"></translation>
+        <translation>Varovanie</translation>
     </message>
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>Hra, ku ktorej sa snažíte pripojiÅ¥, už zaÄala.
+Aj napriek tomu chcete vojsť do miestnosti?</translation>
     </message>
 </context>
 <context>
     <name>PageScheme</name>
     <message>
         <source>Enable random mines</source>
-        <translation>Povoliť náhodne rozmiestnené míny</translation>
+        <translation type="obsolete">Povoliť náhodne rozmiestnené míny</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -932,11 +993,27 @@
     </message>
     <message>
         <source>Disable land objects when generating random maps.</source>
-        <translation type="unfinished"></translation>
+        <translation>Pri generovaní náhodnej mapy vypnúť objekty v krajine.</translation>
     </message>
     <message>
         <source>AI respawns on death.</source>
-        <translation type="unfinished"></translation>
+        <translation>PoÄítaÄ po smrti ožije.</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation>Všetci (žijúci) ježkovia sú plne obnovení na konci ťahu</translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation>Útok nespôsobí ukonÄenie vášho Å¥ahu.</translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation>Zbrane sú na konci každého Å¥ahu nastavené na hodnoty na zaÄiatku.</translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation>Každý ježko má vlastnú výzbroj. Nie je zdieľaná so zvyškom teamu.</translation>
     </message>
 </context>
 <context>
@@ -974,7 +1051,7 @@
     </message>
     <message>
         <source>Campaign Mode (...). IN DEVELOPMENT</source>
-        <translation type="unfinished"></translation>
+        <translation>Režim kampane (...) VO VÃVOJI</translation>
     </message>
 </context>
 <context>
@@ -1107,51 +1184,51 @@
     </message>
     <message>
         <source>Community</source>
-        <translation type="unfinished"></translation>
+        <translation>Komunita</translation>
     </message>
     <message>
         <source>Any</source>
-        <translation type="unfinished"></translation>
+        <translation>Ľubovoľný</translation>
     </message>
     <message>
         <source>In lobby</source>
-        <translation type="unfinished"></translation>
+        <translation>V lobby</translation>
     </message>
     <message>
         <source>In progress</source>
-        <translation type="unfinished"></translation>
+        <translation>Prebieha</translation>
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Východzie</translation>
+        <translation type="obsolete">Východzie</translation>
     </message>
     <message>
         <source>Pro mode</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Režim profesionálov</translation>
     </message>
     <message>
         <source>Shoppa</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Nakupovanie</translation>
     </message>
     <message>
         <source>Basketball</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Basketbal</translation>
     </message>
     <message>
         <source>Minefield</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Mínové pole</translation>
     </message>
     <message>
         <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Vzbura sudov</translation>
     </message>
     <message>
         <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Tunelujúci ježkovia</translation>
     </message>
     <message>
         <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Šialené</translation>
     </message>
 </context>
 <context>
@@ -1241,7 +1318,7 @@
     </message>
     <message>
         <source>Host:</source>
-        <translation>Stanica:</translation>
+        <translation>Hostiteľ:</translation>
     </message>
     <message>
         <source>Port:</source>
@@ -1351,15 +1428,36 @@
     </message>
     <message>
         <source>Tip: </source>
-        <translation type="unfinished"></translation>
+        <translation>Tip: </translation>
     </message>
     <message>
         <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
-        <translation type="unfinished"></translation>
+        <translation>Toto zostavenie je &apos;stále-vo-vývoji&apos; a nemusí byť kompatibilné s inými verziami hry.
+Niektoré vlastnosti nemusia fungovaÅ¥ alebo nemusia byÅ¥ dokonÄené. Používajte na vlastné riziko!</translation>
     </message>
     <message>
         <source>Quality</source>
-        <translation type="unfinished"></translation>
+        <translation>Kvalita</translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation>Prepojiť schémy a zbrane</translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation>Stúpanie vody pri rýchlej smrti</translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation>Klesanie vody pri rýchlej smrti</translation>
+    </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation>% lekárniÄiek</translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation>Zdravie v bedniach</translation>
     </message>
 </context>
 <context>
@@ -1416,7 +1514,15 @@
     </message>
     <message>
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
-        <translation type="unfinished"></translation>
+        <translation>Nie je možné prepísať východziu sadu zbraní &apos;%1&apos;!</translation>
+    </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation>Všetky súborové asociácie boli nastavené.</translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation>Nastavenie súborových asociácii zlyhalo.</translation>
     </message>
 </context>
 <context>
@@ -1508,6 +1614,10 @@
         <source>Random Team</source>
         <translation>Náhodný tím</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation>Asociovať prípony súborov.</translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1618,7 +1728,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Pridať míny</translation>
+        <translation type="obsolete">Pridať míny</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1642,11 +1752,27 @@
     </message>
     <message>
         <source>Disable Land Objects</source>
-        <translation type="unfinished"></translation>
+        <translation>Vypnúť objekty v krajine</translation>
     </message>
     <message>
         <source>AI Survival Mode</source>
-        <translation type="unfinished"></translation>
+        <translation>Režim prežitia umelej inteligencie</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation>Resetovať zdravie</translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation>Neobmedzené útoky</translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation>Resetovať zbrane</translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation>Individuálne zbrane</translation>
     </message>
 </context>
 <context>
@@ -1811,7 +1937,7 @@
     </message>
     <message>
         <source>slot 10</source>
-        <translation type="unfinished">slot 10</translation>
+        <translation>slot 10</translation>
     </message>
 </context>
 <context>
@@ -2188,35 +2314,35 @@
     </message>
     <message>
         <source>Left stick (Right)</source>
-        <translation type="unfinished"></translation>
+        <translation>Ľavý joystick (Doprava)</translation>
     </message>
     <message>
         <source>Left stick (Left)</source>
-        <translation type="unfinished"></translation>
+        <translation>Ľavý joystick (Doľava)</translation>
     </message>
     <message>
         <source>Left stick (Down)</source>
-        <translation type="unfinished"></translation>
+        <translation>Ľavý joystick (Dole)</translation>
     </message>
     <message>
         <source>Left stick (Up)</source>
-        <translation type="unfinished"></translation>
+        <translation>Ľavý joystick (Hore)</translation>
     </message>
     <message>
         <source>Right stick (Down)</source>
-        <translation type="unfinished"></translation>
+        <translation>Pravý joystick (Dole)</translation>
     </message>
     <message>
         <source>Right stick (Up)</source>
-        <translation type="unfinished"></translation>
+        <translation>Pravý joystick (Hore)</translation>
     </message>
     <message>
         <source>Right stick (Right)</source>
-        <translation type="unfinished"></translation>
+        <translation>Pravý joystick (Doprava)</translation>
     </message>
     <message>
         <source>Right stick (Left)</source>
-        <translation type="unfinished"></translation>
+        <translation>Pravý joystick (Doľava)</translation>
     </message>
 </context>
 </TS>
--- a/share/hedgewars/Data/Locale/hedgewars_sv.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_sv.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -26,7 +26,7 @@
     <name>GameCFGWidget</name>
     <message>
         <source>Edit weapons</source>
-        <translation>Redigera vapen</translation>
+        <translation>Redigera vapenscheman</translation>
     </message>
     <message>
         <source>Error</source>
@@ -38,7 +38,11 @@
     </message>
     <message>
         <source>Edit schemes</source>
-        <translation>Redigera scheman</translation>
+        <translation>Redigera spelscheman</translation>
+    </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -88,7 +92,17 @@
     </message>
     <message>
         <source>DefaultTeam</source>
-        <translation type="unfinished"></translation>
+        <translation>Standardlag</translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation>Demo-fil för Hedgewars</translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation>Sparfil för Hedgewars</translation>
     </message>
 </context>
 <context>
@@ -241,7 +255,10 @@
 registered on Hedgewars.org
 Please provide your password below
 or pick another nickname in game config:</source>
-        <translation type="unfinished"></translation>
+        <translation>Ditt smeknamn (%1) är
+registrerat på Hedgewars.org
+Var god ange ditt lösenord eller välj
+ett annat smeknamn i spelinställningarna:</translation>
     </message>
 </context>
 <context>
@@ -283,7 +300,7 @@
     </message>
     <message>
         <source>MOTD preview:</source>
-        <translation type="unfinished">MOTD-förhandsvisning:</translation>
+        <translation>MOTD-förhandsvisning:</translation>
     </message>
     <message>
         <source>Set data</source>
@@ -330,53 +347,65 @@
     </message>
     <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>Detaljer</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>Livgraf</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>Rankning</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>Bästa skott-priset vanns av &lt;b&gt;%1&lt;/b&gt; med &lt;b&gt;%2&lt;/b&gt; poäng.</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Bästa dödaren är &lt;b&gt;%1&lt;/b&gt; med &lt;b&gt;%2&lt;/b&gt; döda på en tur.</numerusform>
+            <numerusform>Bästa dödaren är &lt;b&gt;%1&lt;/b&gt; med &lt;b&gt;%2&lt;/b&gt; döda på en tur.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>Totalt &lt;b&gt;%1&lt;/b&gt; igelkott(ar) dödades under den här omgången.</numerusform>
+            <numerusform>Totalt &lt;b&gt;%1&lt;/b&gt; igelkott(ar) dödades under den här omgången.</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>(%1 död)</numerusform>
+            <numerusform>(%1 döda)</numerusform>
+        </translation>
     </message>
     <message>
         <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="obsolete">(%1 döda)</translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; tyckte att det var bra att sjuta sina egna igelkottar med &lt;b&gt;%2&lt;/b&gt; poäng.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; tyckte att det var bra att sjuta sina egna igelkottar med &lt;b&gt;%2&lt;/b&gt; poäng.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; dödade &lt;b&gt;%2&lt;/b&gt; av sina egna igelkottar.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; dödade &lt;b&gt;%2&lt;/b&gt; av sina egna igelkottar.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; var rädd och hoppade över turer &lt;b&gt;%2&lt;/b&gt; gånger.</numerusform>
+            <numerusform>&lt;b&gt;%1&lt;/b&gt; var rädd och hoppade över turer &lt;b&gt;%2&lt;/b&gt; gånger.</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -392,236 +421,256 @@
     <message>
         <source>Simply pick the same color as a friend to play together as a team. Each of you will still control his or her own hedgehogs but they&apos;ll win or lose together.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Välj bara samma färg som en vän för att spela i som ett lag. Varje spelare kontrollerar fortfarande själva sina igelkottar men de vinner eller förlorar tillsammans.</translation>
     </message>
     <message>
         <source>Some weapons might do only low damage but they can be a lot more devastating in the right situation. Try to use the Desert Eagle to knock multiple hedgehogs into the water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Några vapen kanske bara gör liten skada men de kan vara mycket mer förödande i rätt situation. Försök att använda Desert Eagle för att putta ner flera igelkottar ner i vattnet.</translation>
     </message>
     <message>
         <source>If you&apos;re unsure what to do and don&apos;t want to waste ammo, skip one round. But don&apos;t let too much time pass as there will be Sudden Death!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Om du inte är säker på vad du ska göra och inte vill slösa på ammunition, hoppa över en tur. Men låt inte för lång tid passera eftersom sudden death kommer!</translation>
     </message>
     <message>
         <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Vill du spara rep? Släpp repet i luften och sedan sjut igen. Så länge du inte nuddar marken använder du samma rep utan att slösa på ammunition!</translation>
     </message>
     <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Om du vill förhindra andra från att använda ditt favoritnamn på den officiella servern kan du registrera ett konto på http://www.hedgewars.org/.</translation>
     </message>
     <message>
         <source>You&apos;re bored of default gameplay? Try one of the missions - they&apos;ll offer different gameplay depending on the one you picked.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Är du trött på att spela vanligt? Pröva ett av uppdragen - de erbjuder annorlunda spel beroende på vilken du väljer.</translation>
     </message>
     <message>
         <source>By default the game will always record the last game played as a demo. Select &apos;Local Game&apos; and pick the &apos;Demos&apos; button on the lower right corner to play or manage them.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Som standard spelar spelet alltid in den senaste matchen som en demo. Välj &apos;Lokalt Spel&apos; och tryck på &apos;Demo&apos;-knappen nere till höger för att spela eller hantera dem.</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you&apos;ve got problems, ask on our forums but please don&apos;t expect 24/7 support!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars är ett öppet källkods- och gratisprogram som vi skapar på vår fritid. Om du har problem, fråga på vårat forum men snälla förvänta dig inte dygnet runt-support!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars är ett öppet källkods- och gratisprogram som vi skapar på vår fritid. Om du gillar det, hjälp oss med en liten donation eller bidra med något eget!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars är ett öppet källkods- och gratisprogram som vi skapar på vår fritid. Dela med dig av det till familj och vänner som du vill!</translation>
     </message>
     <message>
         <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Då och då kommer det hållas officiella turneringer. Kommande händelser kommer att annonseras på http://www.hedgewars.org/ några dagar i förväg.</translation>
     </message>
     <message>
         <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars finns på många språk. Om översättningen på ditt språk verkar saknas eller är gammal får du gärna kontakta oss!</translation>
     </message>
     <message>
         <source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars kan köras på många operativsystem som Microsoft Windows, Mac OS X och Linux.</translation>
     </message>
     <message>
         <source>Always remember you&apos;re able to set up your own games in local and network/online play. You&apos;re not restricted to the &apos;Simple Game&apos; option.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Kom alltid ihåg att du kan starta en egen match i lokalt och netverk/online-spel. Du är inte begränsad till &apos;Enkelt spel&apos;-valet.</translation>
     </message>
     <message>
         <source>While playing you should give yourself a short break at least once an hour.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>När du spelar borde du ta en pause åt minståne en gång i timman.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Om ditt grafikkort inte klarar av att ge hårdvaruaccellererad OpenGL, pröva att sänka kvaliteten för att öka prestandan.</translation>
     </message>
     <message>
         <source>We&apos;re open to suggestions and constructive feedback. If you don&apos;t like something or got a great idea, let us know!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Vi är öppna för förslag och konstruktiv kritik. Om du inte gillar något eller har en bra idé, hör av dig!</translation>
     </message>
     <message>
         <source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Speciellt när du spelar över netet, var artig och kom alltid ihåg att det kan vara minderåriga som du spelar mot också!</translation>
     </message>
     <message>
         <source>Special game modes such as &apos;Vampirism&apos; or &apos;Karma&apos; allow you to develop completely new tactics. Try them in a custom game!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Speciella spellägen som &apos;Vampyrism&apos; eller &apos;Karma&apos; låter dig utveckla helt nya taktiker. Pröva dem i ett eget spel!</translation>
     </message>
     <message>
         <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Windows-versionen av Hedgewars har stöd för Xfire. Se till att lägga till Hedgewars till spellistan så att dina vänner kan se dig spela.</translation>
     </message>
     <message>
         <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du ska aldrig installera Hedgewars på en dator som du inte äger (skola, universitet, arbete, etc.). Fråga den ansvarige personen istället!</translation>
     </message>
     <message>
         <source>Hedgewars can be perfect for short games during breaks. Just ensure you don&apos;t add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars kan vara perfekt för korta matcher under raster. Se bara till att du inte lägger till för många igelkottar eller använder en stor bana. Att minska tiden och hälsa kan också hjälpa.</translation>
     </message>
     <message>
         <source>No hedgehogs were harmed in making this game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Inga igelkottar skadades under produktionen av spelet.</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hedgewars är ett öppet källkods- och gratisprogram som vi skapar på vår fritid. Om någon sålde spelet till dig ska du försöka att få pengarna tillbaka!</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Koppla ihop en eller flera spelplattor innan du startar spelet för att kunna välja att kontrollera era lag med dem.</translation>
     </message>
     <message>
         <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Skapa ett konto på %1 för att förhindra andra från att använda ditt favoritnamn när du spelar på den officiella servern.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Om ditt grafikkort inte klarar av att ge hårdvaruaccellererad OpenGL, pröva att uppdatera dina drivrutiner.</translation>
     </message>
     <message>
         <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Det finns tre olika hopp tillgängliga. Tryck på [högt hopp] två gånger för att göra ett ett högt bakåt-hopp.</translation>
     </message>
     <message>
         <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Är du rädd att falla ner för an kant? Håll ner [exakt] för att vrida [vänster] eller [höger] utan att egentligen röra dig.</translation>
     </message>
     <message>
         <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Några vapen kräver speciella strategier eller bara mycket träning, så ge inte upp ett vapen bara för att du missade en fiende någon gång.</translation>
     </message>
     <message>
         <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>De flesta vapen fungerar inte när de har rört vattenet. Målsökande bi och även Tårta är två undantag.</translation>
     </message>
     <message>
         <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Den gamla Limburgaren skapar bara en liten explosition. Men det vindpåverkade stinkmålnet kan förgifta många igelkottar samtidigt.</translation>
     </message>
     <message>
         <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Pianoanfall är det farligaste luftanfallet. Du blir av med en igelkott när du använder det, så det finns en stor nackdel också.</translation>
     </message>
     <message>
         <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Målsökande biet kan vara svårt att använda. Biets sväng beror på hastigheten, så försök inte att använda full kraft.</translation>
     </message>
     <message>
         <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Fästande minor är ett perfekt verktyg för att skapa små kedjereaktioner som slår ner fiender i farliga situationer ... eller vatten.</translation>
     </message>
     <message>
         <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Hammaren är mest effektiv när den används på broar eller balkar. När du slår till igelkottarna kommer de att falla nergenom hålet.</translation>
     </message>
     <message>
         <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Om du är fast bakom en fiende, använd hammaren för att göra dig fri utan att skadas av en explosition.</translation>
     </message>
     <message>
         <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Tårtans längsta gångsträcka beror på vägen den måste ta. Använd [attack] för att spränga den tidigt.</translation>
     </message>
     <message>
         <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Eldkastaren är ett vapen, men den kan användas för att gräva tunnlar också.</translation>
     </message>
     <message>
         <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Använd Molotov för att tillfälligt förhindra igelkottar från att passera terräng såsom tunnlar och platformer.</translation>
     </message>
     <message>
         <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <translation>Vill du veta vilka som ligger bakom spelet? Tryck på Hedgewars-loggan i huvudmenyn för att se medverkande.</translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Gillar du Hedgewars? Bli ett fan på %1 eller följ oss på %2!</translation>
     </message>
     <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du är välkommen att rita dina egna gravar, hattar, flaggor eller till och med banor eller teman! Men notera att du måste lägga ut dem någonstans för att använda dem online.</translation>
     </message>
     <message>
         <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Vill du verkligen ha en specifik hatt? Ge os en donation och få en exklusiv hatt som du väljer!</translation>
     </message>
     <message>
         <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Se till att hålla dina grafikdrivrutiner uppdaterade för att undvika problem när du spalar.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>Du kan hitta dina konfigurationsfiler under &quot;Mina Dokument\Hedgewars&quot;. Gör en säkerhetskopia eller ta med dig filerna, men redigera dem inte för hand.</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
+        <translation type="obsolete">Du kan hitta dina konfigurationsfiler under &quot;Hedgewars&quot; i din hem-mapp. Gör en säkerhetskopia eller ta med dig filerna, men redigera dem inte för hand.</translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation>Du kan associera Hedgewars-relaterade filer (sparfiler och demo-inspelningar) med spelet för att köra dem direkt från den filhanterare eller webbläsare du tycker bäst om.</translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation>Vill du spara rep? Släpp repet i luften och sedan sjut igen. Så länge du inte nuddar marken använder du samma rep utan att slösa på ammunition!</translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -689,7 +738,7 @@
     </message>
     <message>
         <source>You can&apos;t edit teams from team selection. Go back to main menu to add, edit or delete teams.</source>
-        <translation type="unfinished"></translation>
+        <translation>Du kan inte redigera lag från ett spel. Gå tillbaka till huvudmenyn för att lägga till, redigera eller ta bort lag.</translation>
     </message>
 </context>
 <context>
@@ -813,32 +862,33 @@
     </message>
     <message>
         <source>State:</source>
-        <translation type="unfinished"></translation>
+        <translation>Status:</translation>
     </message>
     <message>
         <source>Rules:</source>
-        <translation type="unfinished"></translation>
+        <translation>Regler:</translation>
     </message>
     <message>
         <source>Weapons:</source>
-        <translation type="unfinished"></translation>
+        <translation>Vapen:</translation>
     </message>
     <message>
         <source>Search:</source>
-        <translation type="unfinished"></translation>
+        <translation>Sök:</translation>
     </message>
     <message>
         <source>Clear</source>
-        <translation type="unfinished">Clear</translation>
+        <translation>Rensa</translation>
     </message>
     <message>
         <source>Warning</source>
-        <translation type="unfinished"></translation>
+        <translation>Varning</translation>
     </message>
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>Spelet du försöker gå med i har startat.
+Vill du fortfarande gå med i rummet?</translation>
     </message>
 </context>
 <context>
@@ -853,7 +903,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Aktivera slumpade minor</translation>
+        <translation type="obsolete">Aktivera slumpade minor</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -929,7 +979,23 @@
     </message>
     <message>
         <source>AI respawns on death.</source>
-        <translation type="unfinished"></translation>
+        <translation>AI kommer tillbaka när de dör.</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation>Alla (levande) igelkottar återfår sin hälsa i slutet av varje tur</translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation>Att använda vapen avslutar inte din tur.</translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation>Vapnen nollställs till startvärderna varje tur.</translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation>Varje igelkott har sin egen ammunition. Laget delar inte med varandra.</translation>
     </message>
 </context>
 <context>
@@ -940,7 +1006,7 @@
     </message>
     <message>
         <source>Delete</source>
-        <translation>Radera</translation>
+        <translation>Ta bort</translation>
     </message>
 </context>
 <context>
@@ -967,7 +1033,7 @@
     </message>
     <message>
         <source>Campaign Mode (...). IN DEVELOPMENT</source>
-        <translation type="unfinished"></translation>
+        <translation>Kampanjläge (...). UNDER UTVECKLING</translation>
     </message>
 </context>
 <context>
@@ -1100,51 +1166,51 @@
     </message>
     <message>
         <source>Community</source>
-        <translation type="unfinished"></translation>
+        <translation>Gemenskap</translation>
     </message>
     <message>
         <source>Any</source>
-        <translation type="unfinished"></translation>
+        <translation>Vilken som</translation>
     </message>
     <message>
         <source>In lobby</source>
-        <translation type="unfinished"></translation>
+        <translation>I lobby</translation>
     </message>
     <message>
         <source>In progress</source>
-        <translation type="unfinished"></translation>
+        <translation>Pågår</translation>
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Standard</translation>
+        <translation type="obsolete">Standard</translation>
     </message>
     <message>
         <source>Pro mode</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Pro-läge</translation>
     </message>
     <message>
         <source>Shoppa</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Shoppa</translation>
     </message>
     <message>
         <source>Basketball</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Basket</translation>
     </message>
     <message>
         <source>Minefield</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Minfält</translation>
     </message>
     <message>
         <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Tunnförödelse</translation>
     </message>
     <message>
         <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Tunnelkottar</translation>
     </message>
     <message>
         <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Galet</translation>
     </message>
 </context>
 <context>
@@ -1344,14 +1410,34 @@
     </message>
     <message>
         <source>Tip: </source>
-        <translation type="unfinished"></translation>
+        <translation>Tips:</translation>
     </message>
     <message>
         <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
-        <translation type="unfinished"></translation>
+        <translation>Denna utvecklingsversion är inte färdig och kanske inte är kompatibel med andra versioner av spelet. Några delar kan vara trasiga eller ofullständiga. Använd på egen risk!</translation>
     </message>
     <message>
         <source>Quality</source>
+        <translation>Kvalitet</translation>
+    </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation>% förbandslådor</translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation>Liv i förbandslådor</translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation>Sudden Death vattenhöjning</translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation>Sudden Death livminskning</translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -1409,7 +1495,15 @@
     </message>
     <message>
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
-        <translation type="unfinished"></translation>
+        <translation>Kan inte skriva över standardvapenschema &apos;%1&apos;!</translation>
+    </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation>Alla filassociationer har satts.</translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation>Filassociationer har misslyckats.</translation>
     </message>
 </context>
 <context>
@@ -1501,6 +1595,10 @@
         <source>Random Team</source>
         <translation>Slumpat lag</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation>Associera filextentioner</translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1611,7 +1709,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Lägg till minor</translation>
+        <translation type="obsolete">Lägg till minor</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1639,7 +1737,23 @@
     </message>
     <message>
         <source>AI Survival Mode</source>
-        <translation type="unfinished"></translation>
+        <translation>AI-överlevnad</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation>Återställ hälsa</translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation>Obegränsade attacker</translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation>Återställ vapen</translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation>Ammunition per igelkott</translation>
     </message>
 </context>
 <context>
@@ -1803,7 +1917,7 @@
     </message>
     <message>
         <source>slot 10</source>
-        <translation type="unfinished">fack 10</translation>
+        <translation>fack 10</translation>
     </message>
 </context>
 <context>
--- a/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -39,6 +39,10 @@
         <source>Edit schemes</source>
         <translation>Düzeni değiştir</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -89,6 +93,16 @@
         <source>DefaultTeam</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWGame</name>
@@ -331,25 +345,29 @@
             <numerusform></numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -378,11 +396,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -568,7 +581,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -593,7 +606,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -842,7 +870,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Rastgele mayınlar</translation>
+        <translation type="obsolete">Rastgele mayınlar</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -900,6 +928,22 @@
         <source>AI respawns on death.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1081,35 +1125,7 @@
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">Öntanımlı</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Öntanımlı</translation>
     </message>
 </context>
 <context>
@@ -1313,6 +1329,26 @@
         <source>Quality</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1370,6 +1406,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1460,6 +1504,10 @@
         <source>Random Team</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1570,7 +1618,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Mayın Ekle</translation>
+        <translation type="obsolete">Mayın Ekle</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1600,6 +1648,22 @@
         <source>AI Survival Mode</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
--- a/share/hedgewars/Data/Locale/hedgewars_uk.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_uk.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -41,6 +41,10 @@
         <source>Edit schemes</source>
         <translation>Редагувати Ñхеми</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -91,6 +95,16 @@
         <source>DefaultTeam</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWGame</name>
@@ -363,25 +377,37 @@
             <numerusform></numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+            <numerusform></numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -410,11 +436,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -600,7 +621,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -625,7 +646,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -880,7 +916,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>Увімкнути випадкові міни</translation>
+        <translation type="obsolete">Увімкнути випадкові міни</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -938,6 +974,22 @@
         <source>AI respawns on death.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1123,35 +1175,7 @@
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">За замовчуваннÑм</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">За замовчуваннÑм</translation>
     </message>
 </context>
 <context>
@@ -1361,6 +1385,26 @@
         <source>Quality</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1418,6 +1462,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1508,6 +1560,10 @@
         <source>Random Team</source>
         <translation>Випадкова Команда</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1618,7 +1674,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>Додати Міни</translation>
+        <translation type="obsolete">Додати Міни</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1648,6 +1704,22 @@
         <source>AI Survival Mode</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
--- a/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -39,6 +39,10 @@
         <source>Edit weapons</source>
         <translation>修改武器</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -87,7 +91,17 @@
     </message>
     <message>
         <source>DefaultTeam</source>
-        <translation type="unfinished"></translation>
+        <translation>默认团队</translation>
+    </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation>刺猬æ€æ¼”示文件</translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation>刺猬æ€å­˜å‚¨æ–‡ä»¶</translation>
     </message>
 </context>
 <context>
@@ -187,7 +201,7 @@
     <name>HWNewNet</name>
     <message>
         <source>The host was not found. Please check the host name and port settings.</source>
-        <translation>错误没找到这个主机。请检查主机å和端å£è®¾ç½®ã€‚</translation>
+        <translation>没有这个主机。请检查主机å和端å£è®¾ç½®ã€‚</translation>
     </message>
     <message>
         <source>Connection refused</source>
@@ -195,7 +209,7 @@
     </message>
     <message>
         <source>Quit reason: </source>
-        <translation>退出原因:</translation>
+        <translation>退出原因:  </translation>
     </message>
     <message>
         <source>Room destroyed</source>
@@ -273,11 +287,11 @@
     </message>
     <message>
         <source>Server message for latest version:</source>
-        <translation>最新版本的æœåŠ¡å™¨ä¿¡æ¯</translation>
+        <translation>最新版本的æœåŠ¡å™¨ä¿¡æ¯:  </translation>
     </message>
     <message>
         <source>Server message for previous versions:</source>
-        <translation>之å‰ç‰ˆæœ¬çš„æœåŠ¡å™¨ä¿¡æ¯</translation>
+        <translation>之å‰ç‰ˆæœ¬çš„æœåŠ¡å™¨ä¿¡æ¯:  </translation>
     </message>
     <message>
         <source>Latest version protocol number:</source>
@@ -330,51 +344,59 @@
     </message>
     <message>
         <source>Details</source>
-        <translation type="unfinished"></translation>
+        <translation>细节</translation>
     </message>
     <message>
         <source>Health graph</source>
-        <translation type="unfinished"></translation>
+        <translation>生命值图表</translation>
     </message>
     <message>
         <source>Ranking</source>
-        <translation type="unfinished"></translation>
+        <translation>等级</translation>
     </message>
     <message>
         <source>The best shot award was won by &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
+        <translation>最佳射手奖给与 &lt;b&gt;%1&lt;/b&gt;:伤害 &lt;b&gt;%2&lt;/b&gt;点。&lt;/p&gt;</translation>
     </message>
     <message numerus="yes">
         <source>The best killer is &lt;b&gt;%1&lt;/b&gt; with &lt;b&gt;%2&lt;/b&gt; kills in a turn.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>最佳æ€æ‰‹æ˜¯ &lt;b&gt;%1&lt;/b&gt;å•å›žåˆå‡»æ€ &lt;b&gt;%2&lt;/b&gt; åªåˆºçŒ¬.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
         <source>A total of &lt;b&gt;%1&lt;/b&gt; hedgehog(s) were killed during this round.</source>
-        <translation type="unfinished">
-            <numerusform></numerusform>
+        <translation>
+            <numerusform>本轮总共有 &lt;b&gt;%1&lt;/b&gt; åªåˆºçŒ¬è¢«å‡»æ€.&lt;/p&gt;</numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform>(%1 ç­æ€)</numerusform>
+        </translation>
     </message>
     <message>
         <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="obsolete">(%1 ç­æ€)</translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform>&lt;b&gt;%1&lt;/b&gt;å¦å¤–,射击己方刺猬æŸå¤±&lt;b&gt;%2&lt;/b&gt;点血。</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform>&lt;b&gt;%1&lt;/b&gt;个刺猬被&lt;b&gt;%2&lt;/b&gt;己方的刺猬误伤.</numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform>&lt;b&gt;%1&lt;/b&gt;被迫跳过&lt;b&gt;%2&lt;/b&gt;回åˆã€‚</numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -400,62 +422,62 @@
     <message>
         <source>If you&apos;re unsure what to do and don&apos;t want to waste ammo, skip one round. But don&apos;t let too much time pass as there will be Sudden Death!</source>
         <comment>Tips</comment>
-        <translation>加入ä¸ç¡®å®šæ€Žä¹ˆåšï¼Œä¸è¦æµªè´¹å¼¹è¯ï¼Œè·³è¿‡æ­¤å›žåˆã€‚但是注æ„çªç„¶æ—¶é—´ï¼</translation>
+        <translation>如果ä¸ç¡®å®šè¯¥æ€Žä¹ˆåšï¼Œä¸è¦æµªè´¹å¼¹è¯ï¼Œè·³è¿‡æ­¤å›žåˆã€‚但是注æ„çªç„¶æ­»äº¡çš„时间!</translation>
     </message>
     <message>
         <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
         <comment>Tips</comment>
-        <translation>ä¿å­˜ç»³å­ï¼Ÿåœ¨åŠç©ºé‡Šæ”¾ç„¶åŽå†æ¬¡å°„出。åªè¦ä¸æŽ¥è§¦åœ°é¢åœæ­¢å°±å¯ä»¥ç»§ç»­ä½¿ç”¨åŒä¸€æ ¹ä¸ä¼šæµªè´¹ï¼</translation>
+        <translation type="obsolete">想节çœç»³å­æ•°é‡ï¼Ÿåœ¨åŠç©ºé‡Šæ”¾ç„¶åŽå†æ¬¡å°„出。åªè¦ä¸è§¦åœ°å³å¯ç»§ç»­ä½¿ç”¨åŒä¸€æ ¹è€Œä¸æµªè´¹!</translation>
     </message>
     <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
-        <translation>如果您确定好了一个昵称ä¸æƒ³è®©åˆ«äººä½¿ç”¨ï¼Œé‚£ä¹ˆåœ¨  http://www.hedgewars.org/. 注册一个å¸å·å§</translation>
+        <translation>如果您让自己的昵称ä¸è¢«åˆ«äººä½¿ç”¨ï¼Œè¯·åˆ°  http://www.hedgewars.org/. 注册一个å¸å·å§.</translation>
     </message>
     <message>
         <source>You&apos;re bored of default gameplay? Try one of the missions - they&apos;ll offer different gameplay depending on the one you picked.</source>
         <comment>Tips</comment>
-        <translation>厌倦了默认的玩法?试试任务——</translation>
+        <translation>厌倦了默认的游æˆï¼Ÿè¯•è¯•åšä»»åŠ¡å§â€”—多ç§æ¸¸æˆæ¨¡å¼è®©ä½ æ— é™é€‰æ‹©.</translation>
     </message>
     <message>
         <source>By default the game will always record the last game played as a demo. Select &apos;Local Game&apos; and pick the &apos;Demos&apos; button on the lower right corner to play or manage them.</source>
         <comment>Tips</comment>
-        <translation>默认情况下游æˆè®°å½•æœ€åŽçš„游æˆä½œä¸ºDemo,选择å•æœºæ¸¸æˆâ€”—然åŽDemo——然åŽç‚¹å‡»å³ä¸‹è§’开始回放或者整ç†ã€‚</translation>
+        <translation>默认时记录中最åŽçš„一次被称åšDemo,选择å•æœºæ¸¸æˆâ€”—然åŽé€‰Demo——然åŽç‚¹å‡»å³ä¸‹è§’开始回放或整ç†ã€‚</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you&apos;ve got problems, ask on our forums but please don&apos;t expect 24/7 support!</source>
         <comment>Tips</comment>
-        <translation>刺猬大作战是一个开放æºä»£ç çš„å…费软件,它充分利用了我们的业余时间。如果您有问题,到论å›æ¥å§ï¼Œä¸è¿‡7×24å°æ—¶æ”¯æŒä¸å¯èƒ½ï¼</translation>
+        <translation>“刺猬æ€â€æ˜¯ä¸€ä¸ªå¼€æºçš„å…费软件,它充分利用了我们的业余时间。如果您有问题,到论å›æ¥å§ï¼Œä¸è¿‡ä¸è¦æœŸå¾…全天候支æŒ!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If you like it, help us with a small donation or contribute your own work!</source>
         <comment>Tips</comment>
-        <translation>刺猬大作战是一个开放æºä»£ç çš„å…费软件,它充分利用了我们的业余时间。如果您喜欢它,我们接å—您的æèµ /æ„Ÿè°¢ï¼</translation>
+        <translation>“刺猬æ€â€æ˜¯ä¸€ä¸ªå¼€æºçš„å…费软件,它充分利用了我们的业余时间。如果您你喜欢它就æ¥è´¡çŒ®ä½ çš„力é‡å§!</translation>
     </message>
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. Share it with your family and friends as you like!</source>
         <comment>Tips</comment>
-        <translation>刺猬大作战是一个开放æºä»£ç çš„å…费软件,它充分利用了我们的业余时间。与他人分享它å§ï¼</translation>
+        <translation>“刺猬æ€â€æ˜¯ä¸€ä¸ªå¼€æºçš„å…费软件,它充分利用了我们的业余时间。如果您你喜欢它,与别人分享å§!</translation>
     </message>
     <message>
         <source>From time to time there will be official tournaments. Upcoming events will be announced at http://www.hedgewars.org/ some days in advance.</source>
         <comment>Tips</comment>
-        <translation>官方的竞赛一直存在。临近时去  http://www.hedgewars.org/  å³å¯çœ‹åˆ°ã€‚</translation>
+        <translation>官方一直就有ä¸æ–­çš„对战,éšæ—¶å¯ä»¥åŽ»  http://www.hedgewars.org/  å‚加。</translation>
     </message>
     <message>
         <source>Hedgewars is available in many languages. If the translation in your language seems to be missing or outdated, feel free to contact us!</source>
         <comment>Tips</comment>
-        <translation>Hedgewars 被翻译æˆå¤šç§è¯­è¨€ï¼Œä¸­æ–‡æ˜¯åˆºçŒ¬å¤§ä½œæˆ˜â€”—åŒæ ·ä¸ºç¿»è¯‘å。如果您的语言翻译有什么缺失/过时/é—æ¼æˆ–任何问题,æ¥è”系我们å§ï¼</translation>
+        <translation>Hedgewars 被翻译æˆå¤šç§è¯­è¨€ï¼Œä¸­æ–‡æ˜¯â€œåˆºçŒ¬æ€â€â€”—åŒæ ·ä¸ºç¿»è¯‘å。如果您觉得语言翻译有什么缺失/过时/é—æ¼æˆ–任何问题,请è”系我们å§!</translation>
     </message>
     <message>
         <source>Hedgewars can be run on lots of different operating systems including Microsoft Windows, Mac OS X and Linux.</source>
         <comment>Tips</comment>
-        <translation>刺猬大作战å¯ä»¥è¿è¡Œçš„æ“作系统包括:GNU/Linuxã€Mac OS Xã€MicroSoft Windows。</translation>
+        <translation>“刺猬æ€â€æ˜¯ä¸€æ¬¾è·¨å¹³å°æ¸¸æˆï¼Œå¯ä»¥è¿è¡Œçš„æ“作系统包括:GNU/Linuxã€Mac OS Xã€MicroSoft Windowsã€iOS等。</translation>
     </message>
     <message>
         <source>Always remember you&apos;re able to set up your own games in local and network/online play. You&apos;re not restricted to the &apos;Simple Game&apos; option.</source>
         <comment>Tips</comment>
-        <translation>您å¯ä»¥å»ºç«‹è‡ªå·±çš„网络游æˆ/局域网游æˆã€‚ä¸ä»…é™äºŽ &quot;简å•æ¸¸æˆ&quot; 选项。</translation>
+        <translation>您å¯ä»¥å»ºç«‹è‡ªå·±çš„网络游æˆ/局域网游æˆã€‚ä¸ä»…é™äºŽ &quot;简å•æ¸¸æˆ&quot; 模å¼ã€‚</translation>
     </message>
     <message>
         <source>Create an account on http://www.hedgewars.org/ to keep others from using your most favourite nickname while playing on the official server.</source>
@@ -470,42 +492,42 @@
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to enable the low quality mode to improve performance.</source>
         <comment>Tips</comment>
-        <translation>å‡å¦‚你的显å¡ä¸èƒ½æä¾›OpenGL硬件加速,试ç€ç”¨é™ä½Žæ•ˆæžœçš„æ–¹å¼è¿è¡Œ</translation>
+        <translation>å‡å¦‚你的显å¡ä¸èƒ½æä¾›OpenGL硬件加速,试ç€ç”¨é™ä½Žæ•ˆæžœçš„æ–¹å¼è¿è¡Œã€‚</translation>
     </message>
     <message>
         <source>We&apos;re open to suggestions and constructive feedback. If you don&apos;t like something or got a great idea, let us know!</source>
         <comment>Tips</comment>
-        <translation>我们接å—æ„è§å’Œå»ºè®¾æ€§å馈。å‡å¦‚您有好电å­æˆ–者ä¸å–œæ¬¢çš„东西,告诉我们ï¼</translation>
+        <translation>我们接å—æ„è§å’Œå»ºè®¾æ€§å馈。å‡å¦‚您有好点å­æˆ–者ä¸å–œæ¬¢çš„东西,请告诉我们!</translation>
     </message>
     <message>
         <source>Especially while playing online be polite and always remember there might be some minors playing with or against you as well!</source>
         <comment>Tips</comment>
-        <translation>特别是网络游æˆï¼Œè¯·æœ‰ç¤¼è²Œè®°ä½å¯¹æ–¹ä¹Ÿå’Œæ‚¨ä¸€æ ·æ˜¯äººï¼</translation>
+        <translation>特别是网络游æˆï¼Œè¯·æ³¨æ„礼节。记ä½ï¼šå¯¹æ–¹ä¹Ÿå’Œæ‚¨ä¸€æ ·æ˜¯äºº!</translation>
     </message>
     <message>
         <source>Special game modes such as &apos;Vampirism&apos; or &apos;Karma&apos; allow you to develop completely new tactics. Try them in a custom game!</source>
         <comment>Tips</comment>
-        <translation>特别游æˆæ¨¡å¼â€œå¸è¡€â€œã€â€å› æžœæŠ¥åº”“需è¦å…¨æ–°çš„战术。现在自定义游æˆé‡Œè¯•è¯•ï¼</translation>
+        <translation>特别游æˆæ¨¡å¼â€œå¸è¡€â€œã€â€å› æžœæŠ¥åº”“需è¦å…¨æ–°çš„战术。æ¥&quot;自定义游æˆ&quot;里试试!</translation>
     </message>
     <message>
         <source>The Windows version of Hedgewars supports Xfire. Make sure to add Hedgwars to its game list so your friends can see you playing.</source>
         <comment>Tips</comment>
-        <translation>Windows版本的刺猬大作战支æŒXfire。添加它到游æˆåˆ—表里让您的朋å‹çœ‹åˆ°ã€‚</translation>
+        <translation>Windows版本的&quot;刺猬æ€&quot;支æŒXfire。添加它到游æˆåˆ—表里让您的朋å‹çœ‹åˆ°ã€‚</translation>
     </message>
     <message>
         <source>You should never install Hedgewars on computers you don&apos;t own (school, university, work, etc.). Please ask the responsible person instead!</source>
         <comment>Tips</comment>
-        <translation>您ä¸åº”该在ä¸å±žäºŽæ‚¨çš„计算机上安装刺猬大作战——比如学校/工作场所。</translation>
+        <translation>您ä¸åº”该在ä¸å±žäºŽæ‚¨çš„计算机上安装“刺猬æ€â€â€”—比如学校/工作场所!</translation>
     </message>
     <message>
         <source>Hedgewars can be perfect for short games during breaks. Just ensure you don&apos;t add too many hedgehogs or use an huge map. Reducing time and health might help as well.</source>
         <comment>Tips</comment>
-        <translation>刺猬大作战适åˆçŸ­æ—¶é—´ä¼‘æ¯ï¼Œä¸éœ€è¦å¤ªå¤šåˆºçŒ¬æŒ¤åœ¨å¤§åœ°å›¾ä¸Šã€‚</translation>
+        <translation>“刺猬æ€â€é€‚åˆçŸ­æ—¶é—´ä¼‘闲游æˆï¼Œä¸éœ€è¦å°†å¤§é‡åˆºçŒ¬æŒ¤åœ¨ä¸€å¹…超大地图上。</translation>
     </message>
     <message>
         <source>No hedgehogs were harmed in making this game.</source>
         <comment>Tips</comment>
-        <translation>制作这个游æˆæ—¶ä¸æ›¾ä¼¤å®³ä»»ä½•åˆºçŒ¬</translation>
+        <translation>制作这个游æˆæ—¶ä¸æ›¾ä¼¤å®³ä»»ä½•åˆºçŒ¬ã€‚</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before launching the game to be able to assign their controls to your teams.</source>
@@ -515,121 +537,141 @@
     <message>
         <source>Hedgewars is Open Source and Freeware we create in our spare time. If someone sold you the game, you should try get a refund!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>“刺猬æ€â€æ˜¯ä¸€ä¸ªå¼€æºçš„å…费软件,它充分利用了我们的业余时间。如果有人想è¦å°†å®ƒå–给你,请你拒ç»ä»–!</translation>
     </message>
     <message>
         <source>Connect one or more gamepads before starting the game to be able to assign their controls to your teams.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>游æˆè¿è¡Œå‰è¿žä¸Šæ¸¸æˆæ¿ï¼Œè®©ä½ çš„团队充分控制刺猬.</translation>
     </message>
     <message>
         <source>Create an account on %1 to keep others from using your most favourite nickname while playing on the official server.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>在官方æœåŠ¡å™¨ %1 建立自己的å¸å·ï¼Œå°±å¯ä»¥åœ¨å®˜æ–¹æœåŠ¡å™¨ä½¿ç”¨ä½ æœ€å–œæ¬¢çš„昵称了.</translation>
     </message>
     <message>
         <source>If your graphics card isn&apos;t able to provide hardware accelerated OpenGL, try to update the associated drivers.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>å‡å¦‚你的显å¡ä¸èƒ½æä¾›OpenGL硬件加速,试ç€ç”¨é™ä½Žæ•ˆæžœçš„æ–¹å¼è¿è¡Œã€‚</translation>
     </message>
     <message>
         <source>There are three different jumps available. Tap [high jump] twice to do a very high/backwards jump.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>三ç§è·³è·ƒæ¨¡å¼ï¼Œå¿«é€ŸæŒ‰ä¸¤æ¬¡ [é•¿è·³] é”®å¯ä»¥è·³åˆ°éžå¸¸é«˜/å‘åŽè·³.</translation>
     </message>
     <message>
         <source>Afraid of falling off a cliff? Hold down [precise] to turn [left] or [right] without actually moving.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>害怕掉进深渊?一直按ä½[精确控制]建并按[å·¦][å³]ä¸ç”¨ç§»åŠ¨.</translation>
     </message>
     <message>
         <source>Some weapons require special strategies or just lots of training, so don&apos;t give up on a particular tool if you miss an enemy once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>一些武器需è¦ç‰¹åˆ«çš„技能与足够的训练,因此ä¸è¦æ”¾å¼ƒç»ƒä¹ ï¼Œå³ä¾¿æ˜¯å¤±è´¥ã€‚是曰:屡败屡战。</translation>
     </message>
     <message>
         <source>Most weapons won&apos;t work once they touch the water. The Homing Bee as well as the Cake are exceptions to this.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>大多数武器在碰到水é¢çš„时候就失效了,除了“野蜂飞舞â€å’Œâ€œè›‹ç³•â€ã€‚</translation>
     </message>
     <message>
         <source>The Old Limbuger only causes a small explosion. However the wind affected smelly cloud can poison lots of hogs at once.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>毒奶酪åªèƒ½é€ æˆä¸å¤§çš„æ€ä¼¤ï¼Œä¸è¿‡èƒ½å½¢æˆä¸€ç‰‡æ¯’云并æ€ä¼¤ä¸€ç‰‡çš„刺猬.</translation>
     </message>
     <message>
         <source>The Piano Strike is the most damaging air strike. You&apos;ll lose the hedgehog performing it, so there&apos;s a huge downside as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>é’¢ç´æ”»å‡»èƒ½äº§ç”Ÿæžå¤§çš„空袭æ€ä¼¤ï¼ŒåŒæ—¶ä½ å°†å¤±åŽ»è¿™ä¸ªåˆºçŒ¬ï¼Œæ‰€ä»¥è¿™æ‹›å®žåœ¨æ˜¯ä¸ªä¸‹ä¸‹ç­–.</translation>
     </message>
     <message>
         <source>The Homing Bee can be tricky to use. It&apos;s turn radius depends on it&apos;s velocity, so try to not use full power.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>“野蜂飞舞â€å¯ä»¥è“„力使用,它旋转时的精度ä¾èµ–于其速度,所以没必è¦å‘全力.</translation>
     </message>
     <message>
         <source>Sticky Mines are a perfect tool to create small chain reactions knocking enemy hedgehogs into dire situations ... or water.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>近身地雷完美的构建了一个链å­å› æ­¤å¯ä»¥å°†æ•Œäººæ‰“入地下或者...水里.</translation>
     </message>
     <message>
         <source>The Hammer is most effective when used on bridges or girders. Hit hogs will just break through the ground.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>大æ¶ä¸»è¦ç”¨åœ¨æ¡¥æ¢æˆ–者薄æ¿ï¼Œå¯ä»¥å°†æ•Œäººæ•²ä¸‹åŽ».</translation>
     </message>
     <message>
         <source>If you&apos;re stuck behind an enemy hedgehog, use the Hammer to free yourself without getting damaged by an explosion.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>如果你被敌人围困,å¯ä»¥ç”¨å¤§é”¤æ¥è§£å›´ã€‚</translation>
     </message>
     <message>
         <source>The Cake&apos;s maximum walking distance depends on the ground it has to pass. Use [attack] to detonate it early.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>蛋糕最大行走è·ç¦»å–决于地形边缘,用[攻击]键尽早结æŸå®ƒã€‚</translation>
     </message>
     <message>
         <source>The Flame Thrower is a weapon but it can be used for tunnel digging as well.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>[钻洞器]æ—¢å¯ä»¥å½“作武器,也å¯ä»¥ç”¨åšä¸ºæ‰“洞器。</translation>
     </message>
     <message>
         <source>Use the Incinerating Grenade to temporary keep hedgehogs from passing terrain such as tunnels or platforms.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>å¯ä»¥ç”¨â€œé£žç¢Ÿâ€è®©åˆºçŒ¬æš‚时离开洞穴等地形环境.</translation>
     </message>
     <message>
         <source>Want to know who&apos;s behind the game? Click on the Hedgewars logo in the main menu to see the credits.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <translation>想知é“是è°è´¡çŒ®çš„这个游æˆï¼Ÿè¯·åœ¨ä¸»ç•Œé¢ç‚¹å‡»â€œHedgewarsâ€LOGOå°±å¯ä»¥çœ‹åˆ°â€œåˆ¶ä½œå›¢é˜Ÿâ€.</translation>
+    </message>
+    <message>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>喜欢刺猬æ€ï¼Ÿ æ¥åšæˆ‘们的粉ä¸å§å¯ä»¥åˆ°%1或者%2!</translation>
     </message>
     <message>
         <source>Feel free to draw your own graves, hats, flags or even maps and themes! But note that you&apos;ll have to share them somewhere to use them online.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>ä½ å¯ä»¥è‡ªç”±çš„构建自己的头åƒã€å¸½å­ã€æ——帜甚至是地图和主题ï¼ä½†æ˜¯è¯·æ³¨æ„:你需è¦å°†è¿™äº›åœ¨çº¿åˆ†äº«å‡ºæ¥ã€‚</translation>
     </message>
     <message>
         <source>Really want to wear a specific hat? Donate to us and receive an exclusive hat of your choice!</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>喜欢一个很特别的帽å­å›¾æ¡ˆï¼Ÿè´¡çŒ®ä½ çš„力é‡å§ï¼Œä½ å°†å¾—到一个属于自己的帽å­å›¾æ¡ˆ!</translation>
     </message>
     <message>
         <source>Keep your video card drivers up to date to avoid issues playing the game.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>让你的显å¡ä¿æŒæ›´æ–°ä»¥ä¾¿é¿å…一些已知的游æˆé—®é¢˜ã€‚</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;My Documents\Hedgewars&quot;. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
-        <translation type="unfinished"></translation>
+        <translation>ä½ å¯ä»¥åœ¨â€œæˆ‘的文档\Hedgewarsâ€æ–‡ä»¶å¤¹ä¸‹æ‰¾åˆ°â€œåˆºçŒ¬æ€â€çš„é…置文件,å¯ä»¥æ–°å»ºå’Œå¤‡ä»½ä½†ä¸è¦éšä¾¿ä¿®æ”¹ã€‚</translation>
     </message>
     <message>
         <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
+        <translation type="obsolete">ä½ å¯ä»¥åœ¨ä½ çš„主文件夹下下找到“Hedgewarsâ€æ–‡ä»¶å¤¹ï¼Œé‡Œé¢åˆé…置文件,你å¯ä»¥æ–°å»ºå’Œå¤‡ä»½è¿™ä¸ªæ–‡ä»¶ï¼Œä½†è¯·ä¸è¦éšä¾¿ç¼–辑它.</translation>
+    </message>
+    <message>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation>ä½ å¯ä»¥ç»„织刺猬æ€çš„相关文件(ä¿å­˜çš„游æˆå’Œæ¼”示还有录åƒï¼‰ï¼Œé€šè¿‡æ”¶è—夹或者æµè§ˆå™¨.</translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -796,7 +838,7 @@
     <message numerus="yes">
         <source>There are %1 clients connected to this room.</source>
         <translation>
-            <numerusform>有 %1 个客户端连接到这个房间。</numerusform>
+            <numerusform>有 %1 个客户端连接到这个房间.</numerusform>
         </translation>
     </message>
     <message numerus="yes">
@@ -819,32 +861,33 @@
     </message>
     <message>
         <source>State:</source>
-        <translation type="unfinished"></translation>
+        <translation>状æ€: </translation>
     </message>
     <message>
         <source>Rules:</source>
-        <translation type="unfinished"></translation>
+        <translation>规则: </translation>
     </message>
     <message>
         <source>Weapons:</source>
-        <translation type="unfinished"></translation>
+        <translation>武器: </translation>
     </message>
     <message>
         <source>Search:</source>
-        <translation type="unfinished"></translation>
+        <translation>æœç´¢: </translation>
     </message>
     <message>
         <source>Clear</source>
-        <translation type="unfinished">Num Lock / Clear</translation>
+        <translation>清除:</translation>
     </message>
     <message>
         <source>Warning</source>
-        <translation type="unfinished"></translation>
+        <translation>警告:</translation>
     </message>
     <message>
         <source>The game you are trying to join has started.
 Do you still want to join the room?</source>
-        <translation type="unfinished"></translation>
+        <translation>游æˆæ­£åœ¨å¤§åŽ…中。
+你是å¦æƒ³åŽ»è§‚战?</translation>
     </message>
 </context>
 <context>
@@ -859,19 +902,19 @@
     </message>
     <message>
         <source>Defend your fort and destroy the opponents, two team colours max!</source>
-        <translation>ä¿å«ä½ çš„城堡,破å对手的,努力å§ï¼</translation>
+        <translation>ä¿å«ä½ çš„城堡,破å对手的,对战努力å§!</translation>
     </message>
     <message>
         <source>Teams will start on opposite sides of the terrain, two team colours max!</source>
-        <translation>队ä¼å¼€å§‹åœ¨å¯¹æ‰‹çš„地盘,努力ï¼</translation>
+        <translation>队ä¼å¼€å§‹åœ¨å¯¹æ‰‹çš„地盘,努力!</translation>
     </message>
     <message>
         <source>Land can not be destroyed!</source>
-        <translation>地é¢æ— æ³•ç ´åï¼</translation>
+        <translation>地é¢æ— æ³•ç ´å!</translation>
     </message>
     <message>
         <source>Add an indestructable border around the terrain</source>
-        <translation>添加ä¸å¯æ¯å地边界</translation>
+        <translation>添加ä¸å¯æ¯å地形</translation>
     </message>
     <message>
         <source>Lower gravity</source>
@@ -887,7 +930,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>å¼€å¯éšæœºåœ°é›·</translation>
+        <translation type="obsolete">å¼€å¯éšæœºåœ°é›·</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -911,15 +954,15 @@
     </message>
     <message>
         <source>Order of play is random instead of in room order.</source>
-        <translation>éšæœºå‡ºåœºé¡ºåº</translation>
+        <translation>éšæœºå‡ºåœºé¡ºåºã€‚</translation>
     </message>
     <message>
         <source>Play with a King. If he dies, your side dies.</source>
-        <translation>国王ä¸èƒ½æ­»!!</translation>
+        <translation>国王ä¸èƒ½æ­»!!å¦åˆ™è‡ªåŠ¨è¾“。</translation>
     </message>
     <message>
         <source>Take turns placing your hedgehogs before the start of play.</source>
-        <translation>在开局å‰æ‰‹åŠ¨æ”¾ç½®åˆºçŒ¬</translation>
+        <translation>在开局å‰æ‰‹åŠ¨æ”¾ç½®åˆºçŒ¬ã€‚</translation>
     </message>
     <message>
         <source>Ammo is shared between all teams that share a colour.</source>
@@ -927,15 +970,31 @@
     </message>
     <message>
         <source>Disable girders when generating random maps.</source>
-        <translation>ç¦æ­¢éšæœºç”Ÿæˆåœ°å›¾ä½¿ç”¨æ¢</translation>
+        <translation>ç¦æ­¢éšæœºç”Ÿæˆåœ°å›¾ä½¿ç”¨æ¢ã€‚</translation>
     </message>
     <message>
         <source>Disable land objects when generating random maps.</source>
-        <translation>ç¦æ­¢éšæœºç”Ÿæˆåœ°å›¾ä½¿ç”¨åœ°é¢ç‰©ä½“</translation>
+        <translation>ç¦æ­¢éšæœºç”Ÿæˆåœ°å›¾ä½¿ç”¨åœ°é¢ç‰©ä½“。</translation>
     </message>
     <message>
         <source>AI respawns on death.</source>
-        <translation type="unfinished"></translation>
+        <translation>AIæ­»åŽé‡ç”Ÿã€‚</translation>
+    </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation>所有或者的刺猬结局的时候都会被ä¿å­˜</translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation>ä¸ä¼šç»ˆç»“你的回åˆ.</translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation>æ¯è½®æ­¦å™¨çš„é…置都会é‡ç½®.</translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation>æ¯ä¸ªåˆºçŒ¬éƒ½æœ‰å…¶è‡ªå·±çš„武器. 并在奔队中ä¸å…±äº«.</translation>
     </message>
 </context>
 <context>
@@ -973,7 +1032,7 @@
     </message>
     <message>
         <source>Campaign Mode (...). IN DEVELOPMENT</source>
-        <translation type="unfinished"></translation>
+        <translation>对战模å¼(...)å¼€å‘中</translation>
     </message>
 </context>
 <context>
@@ -1098,7 +1157,7 @@
     </message>
     <message>
         <source>generated maze...</source>
-        <translation>生æˆçš„迷宫</translation>
+        <translation>生æˆçš„迷宫...</translation>
     </message>
     <message>
         <source>Mission</source>
@@ -1106,51 +1165,51 @@
     </message>
     <message>
         <source>Community</source>
-        <translation type="unfinished"></translation>
+        <translation>社区</translation>
     </message>
     <message>
         <source>Any</source>
-        <translation type="unfinished"></translation>
+        <translation>任何</translation>
     </message>
     <message>
         <source>In lobby</source>
-        <translation type="unfinished"></translation>
+        <translation>在线状æ€</translation>
     </message>
     <message>
         <source>In progress</source>
-        <translation type="unfinished"></translation>
+        <translation>使用中</translation>
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">默认</translation>
+        <translation type="obsolete">默认</translation>
     </message>
     <message>
         <source>Pro mode</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">Pro 模å¼</translation>
     </message>
     <message>
         <source>Shoppa</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">绳索模å¼</translation>
     </message>
     <message>
         <source>Basketball</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">篮çƒæ¨¡å¼</translation>
     </message>
     <message>
         <source>Minefield</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">地雷模å¼</translation>
     </message>
     <message>
         <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">武器ä¸å…±äº«</translation>
     </message>
     <message>
         <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">洞穴刺猬</translation>
     </message>
     <message>
         <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">疯狂模å¼</translation>
     </message>
 </context>
 <context>
@@ -1212,7 +1271,7 @@
     </message>
     <message>
         <source>This program is distributed under the GNU General Public License</source>
-        <translation>This program is distributed under the GNU General Public License</translation>
+        <translation>这款程åºéµå®ˆGPLå议的ä¿æŠ¤</translation>
     </message>
     <message>
         <source>Resolution</source>
@@ -1228,7 +1287,7 @@
     </message>
     <message>
         <source>Art:</source>
-        <translation>艺术:</translation>
+        <translation>美化:</translation>
     </message>
     <message>
         <source>Translations:</source>
@@ -1288,7 +1347,7 @@
     </message>
     <message>
         <source>Scheme Name:</source>
-        <translation>设置å称:</translation>
+        <translation>设置å称:  </translation>
     </message>
     <message>
         <source>Crate Drops</source>
@@ -1332,7 +1391,7 @@
     </message>
     <message>
         <source>Locale</source>
-        <translation>Locale</translation>
+        <translation>本土化</translation>
     </message>
     <message>
         <source>Restart game to apply</source>
@@ -1348,10 +1407,30 @@
     </message>
     <message>
         <source>This development build is &apos;work in progress&apos; and may not be compatible with other versions of the game. Some features might be broken or incomplete. Use at your own risk!</source>
-        <translation>å¼€å‘版本。自己承担风险使用。</translation>
+        <translation>å¼€å‘版本,尚ä¸èƒ½å’Œå…¶ä»–版本兼容,ä»æœ‰ä¸è¶³ã€‚请谨慎使用!!</translation>
     </message>
     <message>
         <source>Quality</source>
+        <translation>价值</translation>
+    </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation>% å¥åº·åŒ…裹</translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation>包裹里有血</translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -1366,7 +1445,7 @@
     <name>QMainWindow</name>
     <message>
         <source>Hedgewars %1</source>
-        <translation>刺猬大作战 %1</translation>
+        <translation>åˆºçŒ¬æ€ %1</translation>
     </message>
 </context>
 <context>
@@ -1409,7 +1488,15 @@
     </message>
     <message>
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
-        <translation>ä¸èƒ½è¦†ç›–默认的武器é…ç½® &apos;%1&apos;</translation>
+        <translation>ä¸èƒ½è¦†ç›–默认的武器é…ç½® &apos;%1&apos;!</translation>
+    </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation>文件è”åˆå·²ç»å­˜å‚¨å®Œæ¯•. </translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation>文件è”åˆå¤±è´¥.</translation>
     </message>
 </context>
 <context>
@@ -1451,7 +1538,7 @@
     </message>
     <message>
         <source>Go!</source>
-        <translation>上场ï¼</translation>
+        <translation>上场!!</translation>
     </message>
     <message>
         <source>Start</source>
@@ -1501,6 +1588,10 @@
         <source>Random Team</source>
         <translation>éšæœºåˆ†é…队ä¼</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation>连接文件扩展</translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1545,7 +1636,7 @@
     </message>
     <message>
         <source>Ammo in boxes</source>
-        <translation>å¼¹è¯ç®±</translation>
+        <translation>å¼¹è¯æ•°</translation>
     </message>
     <message>
         <source>Delays</source>
@@ -1599,7 +1690,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>布置地雷</translation>
+        <translation type="obsolete">布置地雷</translation>
     </message>
     <message>
         <source>Vampirism</source>
@@ -1639,7 +1730,23 @@
     </message>
     <message>
         <source>AI Survival Mode</source>
-        <translation type="unfinished"></translation>
+        <translation>AI å¤æ´»æ¨¡å¼</translation>
+    </message>
+    <message>
+        <source>Reset Health</source>
+        <translation>é‡ç½®å¥åº·å€¼</translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation>æ— é™æ”»å‡»</translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation>é‡ç½®æ‰€æœ‰æ­¦å™¨</translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation>æ¯ä¸ªåˆºçŒ¬çš„武器</translation>
     </message>
 </context>
 <context>
@@ -1763,7 +1870,7 @@
     <message>
         <source>hedgehogs
 info</source>
-        <translation>刺猬大作战
+        <translation>刺猬æ€
 ä¿¡æ¯</translation>
     </message>
     <message>
@@ -1830,67 +1937,67 @@
     <name>binds (descriptions)</name>
     <message>
         <source>Move your hogs and aim:</source>
-        <translation>移动您的刺猬åŒæ—¶çž„准:</translation>
+        <translation>移动您的刺猬åŒæ—¶çž„准: </translation>
     </message>
     <message>
         <source>Traverse gaps and obstacles by jumping:</source>
-        <translation>使用跳跃越过沟渠ã€éšœç¢ï¼š</translation>
+        <translation>使用跳跃越过沟渠ã€éšœç¢: </translation>
     </message>
     <message>
         <source>Fire your selected weapon or trigger an utility item:</source>
-        <translation>使用选择的武器开ç«ã€ä½¿ç”¨ç‰©å“:</translation>
+        <translation>使用选择的武器开ç«ã€ä½¿ç”¨ç‰©å“: </translation>
     </message>
     <message>
         <source>Pick a weapon or a target location under the cursor:</source>
-        <translation>失去一个武器ã€æˆ–者瞄准光标下的地点:</translation>
+        <translation>选择一个武器ã€æˆ–者瞄准光标下的æŸç‚¹:</translation>
     </message>
     <message>
         <source>Switch your currently active hog (if possible):</source>
-        <translation>切æ¢åˆ°æ‚¨å½“å‰æ´»åŠ¨çš„刺猬(如果å¯ç”¨ï¼‰ï¼š</translation>
+        <translation>切æ¢åˆ°æ‚¨å½“å‰æ´»åŠ¨çš„刺猬(如果å¯ç”¨ï¼‰: </translation>
     </message>
     <message>
         <source>Pick a weapon or utility item:</source>
-        <translation>选择一个武器或物å“:</translation>
+        <translation>选择一个武器或物å“: </translation>
     </message>
     <message>
         <source>Set the timer on bombs and timed weapons:</source>
-        <translation>设置定时炸弹等武器起爆时间:</translation>
+        <translation>设置定时炸弹等武器起爆时间: </translation>
     </message>
     <message>
         <source>Move the camera to the active hog:</source>
-        <translation>移动镜头到选中的刺猬:</translation>
+        <translation>移动镜头到选中的刺猬: </translation>
     </message>
     <message>
         <source>Move the cursor or camera without using the mouse:</source>
-        <translation>ä¸ç”¨é¼ æ ‡ç§»åŠ¨å…‰æ ‡æˆ–镜头:</translation>
+        <translation>ä¸ç”¨é¼ æ ‡ç§»åŠ¨å…‰æ ‡æˆ–镜头: </translation>
     </message>
     <message>
         <source>Modify the camera&apos;s zoom level:</source>
-        <translation>调整镜头放大å€æ•°ï¼š</translation>
+        <translation>调整镜头放大å€æ•°: </translation>
     </message>
     <message>
         <source>Talk to your team or all participants:</source>
-        <translation>åŒé˜Ÿå‹æˆ–全部å‚与者对è¯ï¼š</translation>
+        <translation>åŒé˜Ÿå‹æˆ–全部å‚与者对è¯: </translation>
     </message>
     <message>
         <source>Pause, continue or leave your game:</source>
-        <translation>æš‚åœã€ç»§ç»­æˆ–离开游æˆï¼š</translation>
+        <translation>æš‚åœã€ç»§ç»­æˆ–离开游æˆ: </translation>
     </message>
     <message>
         <source>Modify the game&apos;s volume while playing:</source>
-        <translation>调整游æˆæ—¶éŸ³é‡ï¼š</translation>
+        <translation>调整游æˆæ—¶éŸ³é‡: </translation>
     </message>
     <message>
         <source>Toggle fullscreen mode:</source>
-        <translation>å…¨å±æ¨¡å¼ï¼š</translation>
+        <translation>å…¨å±æ¨¡å¼: </translation>
     </message>
     <message>
         <source>Take a screenshot:</source>
-        <translation>截图:</translation>
+        <translation>截图: </translation>
     </message>
     <message>
         <source>Toggle labels above hedgehogs:</source>
-        <translation>切æ¢åˆºçŒ¬å¤´é¡¶æ ‡ç­¾çš„显示方å¼ï¼š</translation>
+        <translation>切æ¢åˆºçŒ¬æ ‡ç­¾çš„显示方å¼: </translation>
     </message>
 </context>
 <context>
@@ -1953,7 +2060,7 @@
     </message>
     <message>
         <source>Tab</source>
-        <translation>Tab</translation>
+        <translation>Tab é”®</translation>
     </message>
     <message>
         <source>Clear</source>
@@ -2169,43 +2276,43 @@
     </message>
     <message>
         <source>Left stick (Right)</source>
-        <translation type="unfinished"></translation>
+        <translation>左摇æ†(å³)</translation>
     </message>
     <message>
         <source>Left stick (Left)</source>
-        <translation type="unfinished"></translation>
+        <translation>左摇æ†(å·¦)</translation>
     </message>
     <message>
         <source>Left stick (Down)</source>
-        <translation type="unfinished"></translation>
+        <translation>左摇æ†(下)</translation>
     </message>
     <message>
         <source>Left stick (Up)</source>
-        <translation type="unfinished"></translation>
+        <translation>左摇æ†(上)</translation>
     </message>
     <message>
         <source>Left trigger</source>
-        <translation type="unfinished"></translation>
+        <translation>左触å‘</translation>
     </message>
     <message>
         <source>Right trigger</source>
-        <translation type="unfinished"></translation>
+        <translation>å³è§¦å‘</translation>
     </message>
     <message>
         <source>Right stick (Down)</source>
-        <translation type="unfinished"></translation>
+        <translation>å³æ‘‡æ†(下)</translation>
     </message>
     <message>
         <source>Right stick (Up)</source>
-        <translation type="unfinished"></translation>
+        <translation>å³æ‘‡æ†(上)</translation>
     </message>
     <message>
         <source>Right stick (Right)</source>
-        <translation type="unfinished"></translation>
+        <translation>å³æ‘‡æ†(å³)</translation>
     </message>
     <message>
         <source>Right stick (Left)</source>
-        <translation type="unfinished"></translation>
+        <translation>å³æ‘‡æ†(å·¦)</translation>
     </message>
     <message>
         <source>DPad</source>
--- a/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts	Mon Nov 15 12:37:39 2010 +0100
@@ -39,6 +39,10 @@
         <source>Edit schemes</source>
         <translation type="unfinished">修改éŠæˆ²è¨­ç½®</translation>
     </message>
+    <message>
+        <source>When this option is enabled selecting a game scheme will auto-select a weapon (and viceversa)</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWChatWidget</name>
@@ -89,6 +93,16 @@
         <source>DefaultTeam</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Hedgewars Demo File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Hedgewars Save File</source>
+        <comment>File Types</comment>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>HWGame</name>
@@ -353,25 +367,29 @@
             <numerusform></numerusform>
         </translation>
     </message>
-    <message>
+    <message numerus="yes">
         <source>(%1 kill)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>(%1 kills)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; thought it&apos;s good to shoot his own hedgehogs with &lt;b&gt;%2&lt;/b&gt; pts.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; killed &lt;b&gt;%2&lt;/b&gt; of his own hedgehogs.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
+    </message>
+    <message numerus="yes">
         <source>&lt;b&gt;%1&lt;/b&gt; was scared and skipped turn &lt;b&gt;%2&lt;/b&gt; times.</source>
-        <translation type="unfinished"></translation>
+        <translation type="unfinished">
+            <numerusform></numerusform>
+        </translation>
     </message>
 </context>
 <context>
@@ -400,11 +418,6 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Want to save ropse? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
-        <comment>Tips</comment>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <source>If you&apos;d like to keep others from using your preferred nickname on the official server, register an account at http://www.hedgewars.org/.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
@@ -590,7 +603,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Like Hedgewars? Become a fan on %1 or join our group at %2. You could follow us on %3 as well!</source>
+        <source>Like Hedgewars? Become a fan on %1 or follow us on %2!</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -615,7 +628,22 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>You can find your Hedgewars configuration files under &quot;Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <source>You&apos;re able to associate Hedgewars related files (savegames and demo recordings) with the game to launch them right from your favorite file or internet browser.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Want to save ropes? Release the rope in mid air and then shoot again. As long as you don&apos;t touch the ground you&apos;ll reuse your rope without wasting ammo!</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;Library/Application Support/Hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
+        <comment>Tips</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>You can find your Hedgewars configuration files under &quot;.hedgewars&quot; in your home directory. Create backups or take the files with you, but don&apos;t edit them by hand.</source>
         <comment>Tips</comment>
         <translation type="unfinished"></translation>
     </message>
@@ -846,7 +874,7 @@
     </message>
     <message>
         <source>Enable random mines</source>
-        <translation>開啟隨機地雷</translation>
+        <translation type="obsolete">開啟隨機地雷</translation>
     </message>
     <message>
         <source>Gain 80% of the damage you do back in health</source>
@@ -924,6 +952,22 @@
         <source>AI respawns on death.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All (living) hedgehogs are fully restored at the end of turn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Attacking does not end your turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Weapons are reset to starting values each turn.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Each hedgehog has its own ammo. It does not share with the team.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PageSelectWeapon</name>
@@ -1109,35 +1153,7 @@
     </message>
     <message>
         <source>Default</source>
-        <translation type="unfinished">默èª</translation>
-    </message>
-    <message>
-        <source>Pro mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Shoppa</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Basketball</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Minefield</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Barrel mayhem</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Tunnel hogs</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <source>Crazy</source>
-        <translation type="unfinished"></translation>
+        <translation type="obsolete">默èª</translation>
     </message>
 </context>
 <context>
@@ -1341,6 +1357,26 @@
         <source>Quality</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>% Health Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Health in Crates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Water Rise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Sudden Death Health Decrease</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Bind schemes and weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QLineEdit</name>
@@ -1398,6 +1434,14 @@
         <source>Can not overwrite default weapon set &apos;%1&apos;!</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>All file associations have been set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>File association failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QObject</name>
@@ -1488,6 +1532,10 @@
         <source>Random Team</source>
         <translation type="unfinished">隨機隊ä¼åˆ†é…</translation>
     </message>
+    <message>
+        <source>Associate file extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>QTableWidget</name>
@@ -1598,7 +1646,7 @@
     </message>
     <message>
         <source>Add Mines</source>
-        <translation>佈置地雷</translation>
+        <translation type="obsolete">佈置地雷</translation>
     </message>
     <message>
         <source>Random Order</source>
@@ -1628,6 +1676,22 @@
         <source>AI Survival Mode</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <source>Reset Health</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Unlimited Attacks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Reset Weapons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <source>Per Hedgehog Ammo</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>binds</name>
--- a/share/hedgewars/Data/Locale/ja.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/ja.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -3,7 +3,7 @@
 00:00=擲弾
 00:01=クラスタ爆弾
 00:02=ãƒã‚ºãƒ¼ã‚«
-00:03=UFO
+00:03=ホーミングビー
 00:04=ショットガン
 00:05=槌
 00:06=スキップ
@@ -13,7 +13,7 @@
 00:10=ダイナマイト
 00:11=野çƒãƒãƒƒãƒˆ
 00:12=ファイヤーパンãƒ
-00:13=sec
+00:13=秒
 00:14=è½ä¸‹å‚˜
 00:15=空袭
 00:16=マイン空袭
@@ -29,18 +29,18 @@
 00:26=ã™ã„ã‹çˆ†å¼¾
 00:27=悪手擲弾
 00:28=éŒãƒ­ã‚±ãƒƒãƒˆ
-00:29=Ballガン
+00:29=ボールガン
 00:30=ナパーム
-00:31=RC Plane
-00:32=Low Gravity
-00:33=Extra Damage
-00:34=Invulnerable
-00:35=Extra Time
-00:36=Laser Sight
-00:37=Vampirism
-00:38=Sniper Rifle
-00:39=Flying Saucer
-00:40=Molotov Cocktail
+00:31=ラジコン飛行機
+00:32=å¼±ã„é‡åŠ›
+00:33=追加ダメージ
+00:34=ä¸æ­»èº«
+00:35=追加時間
+00:36=レーザーサイト
+00:37=ヴァンパイア
+00:38=スナイパーライフル
+00:39=空飛ã¶å††ç›¤
+00:40=モロトブカクテル
 
 01:00=ヨシã€ãƒ•ã‚¡ã‚¤ãƒˆï¼
 01:01=ドローï¼
@@ -49,37 +49,31 @@
 01:04=休憩
 01:05=本当ã«ã‚„ã‚ã‚‹ã® (Y/Esc)?
 01:06=急ã«æ­»ã¬!
-01:07=%1 Remaining
-01:08=Fuel
+01:07=%1 残る
+01:08=燃料 
 
 ; Event messages
-; Hog (%1) died
-02:00=%1 has kicked the bucket!
-02:00=%1 has seen the light!
-02:00=%1 never saw that coming!
-; Hog (%1) drowned
-02:01=%1 plays submarine!
-02:01=%1 mimics the Titanic!
+; Hog (%1) ã¯æ­»ã‚“ã ã€‚
+02:00=%1 ã¯å¤©å›½ã‚’見ãŸã€‚
+; Hog (%1) ã¯æººã‚ŒãŸã€‚
+02:01=%1 ã¯ã‚¿ã‚¤ã‚¿ãƒ‹ãƒƒã‚¯è¦‹ãŸã„。
 02:01=%1 swims like a stone!
-; Round starts
+; åˆã‚ï¼
 02:02=é ‘å¼µã£ã¦!
 ; Round ends (win; unused atm)
 02:03=...
 ; Round ends (draw; unused atm)
 02:04=...
 ; New health crate
-02:05=Incoming aid!
+; 02:05=Incoming aid!
 ; New ammo crate
-02:06=More weapons!
+; 02:06=More weapons!
 ; New utility crate
-02:07=Tooltime!
+; 02:07=Tooltime!
 ; Hog (%1) skips his turn
-02:08=%1 is sooo boring...
-; Hog (%1) hurts himself only
-02:09=%1 should practice aiming!
-02:09=%1 seems to hate himself.
-02:09=%1 is standing on the wrong side!
+02:08=%1 ã¯å‡„ãè©°ã¾ã‚‰ãªã„。
+; Hog (%1) hurts himself only - see en.txt for examples
+; 02:09=%1 should practice aiming!
 ; Hog shot an home run (using the bat and another hog)
-02:10=Home Run!
-02:10=A bird, a plane, ...
-02:10=That one is out!
+02:10=ホームラン!
+02:10=é³¥ã€é£›è¡Œæ©Ÿâ€¦.
--- a/share/hedgewars/Data/Locale/pl.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/pl.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -49,6 +49,7 @@
 00:46=Miotacz ognia
 00:47=Mina samoprzylepna
 00:48=MÅ‚otek
+00:49=Wskrzeszacz
 
 01:00=Walczmy!
 01:01=Remis
@@ -64,6 +65,7 @@
 01:11=Ta broń nie jest jeszcze dostępna.
 01:12=To już ostatnia runda przed Nagłą Śmiercią!
 01:13=Zostało %1 rund do Nagłej Śmierci!
+01:14=Bądź gotów, %1!
 
 ; Event messages
 ; Hog (%1) died
@@ -485,9 +487,13 @@
 03:40=PÅ‚onÄ…cy granat
 03:41=Wielki fan Wróbla Ćwirka
 03:42=I'm making a note here...
-; the misspelled "Beethoven" is intentional (-> to beat)
-03:43=Performing Beathoven's deadly sonata
-03:44=Stary i baaaaardzo śmierdzący
+03:43=Chopin to przy tym pikuÅ›
+03:44=Najlepiej spożyć przed: 1923
+03:45=Siła nauki
+03:46=Ciepło! Gorąco! Parzy!
+03:47=Co Kropelka sklei, sklei...
+03:48=Ała! Moja głowa...
+03:49=Powrót z zaświatów
 
 ; Weapon Descriptions (use | as line breaks)
 04:00=Atakuj przeciwników zwykłym granatem.|Wybuchnie kiedy zapalnik skończy odliczanie.|1-5: Ustawia zapalnik|Atak: Przytrzymaj by rzucić z większą siłą
@@ -499,42 +505,48 @@
 04:06=Znudzony? Brak motywacji do ataku? Oszczędzasz broń?|No problemo! Po prostu pomiń turę, tchórzu!|Atak: Pomiń turę bez walki
 04:07=Skróć wielkie odległości używając liny. Rozpędź się|by wślizgnąć się w inne jeże lub upuścić na nich|granat albo inną broń.|Atak: Rozwiń albo odłącz linę|Długi skok: Upuść granat lub podobną broń      
 04:08=Trzymaj przeciwników na dystans przez upuszczenie|miny w wąskim przejściu lub zaraz obok ich stóp. I nie|zapomnij ucieć zanim się włączy!|Atak: Upuść minę obok siebie
-04:09=Niepewny co do umiejętności w celowaniu? Weź|pistolet i strzel do czterech razy.|Atak: Strzel (kilka razy)
-04:10=Brutalna siła zawsze jest rozwiązaniem. Upuść ten|klasyczny materiał wybuchowy obok przeciwnika i|uciekaj gdzie pieprz rośnie.|Attack: Upuść dynamit obok siebie
+04:09=Niepewny co do umiejętności w celowaniu?|Weź pistolet i powystrzelaj ich jak kaczki.|Atak: Strzel (kilka razy)
+04:10=Brutalna siła zawsze jest rozwiązaniem. Upuść ten|wybuchową laskę dynamitu obok przeciwnika i|uciekaj gdzie pieprz rośnie.|Atak: Upuść dynamit obok siebie
 04:11=Uwolnij się od przeciwników poprzez spałowanie|ich poza mapę albo do wody. A co powiesz o|strąceniu min w swoich wrogów?|Atak: Spałuj wszystko co jest przed tobą
-04:12=Zbliż się i osobiście wyzwól moc tej|śmiertelnej techniki sztuk walki.|Atak: Przeprowadź ognistą pięść
+04:12=Zbliż się i osobiście wyzwól moc tej|śmiertelnej techniki sztuk walki.|Atak: Użyj swoich pięści
 04:13=UNUSED
 04:14=Masz lęk wysokości? Lepiej weź spadochron.|Rozwinie się kiedy spadasz z wysokości|i ochroni cię przed obrażeniami z upadku.|Atak: Rozwiń spadochron.
 04:15=Wezwij samolot, żeby zrzucił bomby na|twoich przeciwników.|Lewo/Prawo: Określ kierunek ataku|Kursor: Wybierz cel
 04:16=Wezwij samolot, żeby zrzucił kilka min w|określonym miejscu.|Lewo/Prawo: Określ kierunek ataku|Kursor: Wybierz cel
-04:17=Potrzebny schron? Użyj palnika by|wydrążyć tunel w stałym podłożu|co całkowicie cię zakryje.|Atak: Zacznij/Zakończ kopać
+04:17=Potrzebny schron? Użyj palnika by|wydrążyć tunel w stałym podłożu|co pozwoli Ci się ukryć.|Atak: Zacznij/Zakończ kopać
 04:18=Potrzebujesz dodatkowej ochrony albo chcesz|przejść przez teren nie do przejścia? Umieść|konstrukcje gdzie chcesz.|Lewo/Prawo: Wybierz konstrukcję do umieszczenia|Kursor: Umieść konstrukcję w odpowiednim miejscu
-04:19=Teleport użyty w odpowiednim momencie, staje|się potężniejszy niż prawie każda inna broń,|ponieważ potrafi wyzwolić jeża z tarapatów|w przeciągu sekund.|Kursor: Wybierz region
+04:19=Teleport użyty w odpowiednim momencie, staje|się potężniejszy niż każda inna broń,|ponieważ potrafi wyzwolić jeża z tarapatów|w przeciągu sekund.|Kursor: Wybierz region
 04:20=Pozwala w tej turze zagrać innym jeżem.|Atak: Uaktywnij wybieranie jeża
 04:21=Odpal moździerz, który po uderzeniu|wypuści kilka bomb.|Atak: Strzel z całą mocą      
 04:22=Nie tylko dla Indiana Jones! Ten bicz może|być użyteczny w wielu wypadkach. Szczególnie|kiedy chcesz kogoś zrzucić z urwiska.|Atak: Zbiczuj wszystko co jest przed tobą
 04:23=Jeśli nie masz nic do stracenia, ten atak może być|całkiem użyteczny. Poświęć swojego jeża i poślij|go w odpowiednim kierunku, raniąc wszystkich po|drodze i eksplodując na końcu.|Atak: Odpal tę niszczycielską i zabójczą technikę
-04:24=Sto lat! Uruchom ciasto i pozwól mu pójść w stronę|twoich przeciwników dając im wybuchowe przyjęcie.|Może chodzić prawie po wszystkim, ale wtedy może|wcześniej eksplodować.|Atak: Odpal ciasto albo zatrzymaj je, by wybuchło
-04:25=Użyj kostiumu by sprawić, żeby twój wróg poleciał|na ciebie (i w przepaść lub dziurę).|Atak: Użyj kostiumu i uwiedź jeża
-04:26=Rzuć tego smacznego arbuza w przeciwników. Kiedy jego|czas wyniesie zero, podzieli się na mniejsze kawałki.|1-5: Ustawia czas arbuza|Atak: Przytrzymaj by rzucić z większą siłą
+04:24=Sto lat! Uruchom ciasto i pozwól mu pójść w stronę|twoich przeciwników urządzając im wybuchowe przyjęcie.|Może chodzić prawie po wszystkim, ale wtedy|wcześniej eksploduje.|Atak: Odpal ciasto albo zatrzymaj je, by wybuchło
+04:25=Użyj kostiumu by sprawić, żeby twój wróg zakochał się|w Tobie (i spadł w przepaść lub dziurę).|Atak: Użyj kostiumu i uwiedź jeża
+04:26=Rzuć tego smacznego arbuza w przeciwników. Kiedy jego|zapalnik wskaże zero, podzieli się na mniejsze kawałki.|1-5: Ustawia zapalnik arbuza|Atak: Przytrzymaj by rzucić z większą siłą
 04:27=Niech ognie piekielne ogarną twoich przeciwników!|Nie podchodź zbyt blisko po wybuchu, gdyż ogień|pali się przez dłuższy czas|Atak: Przytrzymaj by rzucić z większą siłą
 04:28=Krótko po wystrzeleniu, rakieta zacznie wiercić tunel w ziemi|i eksploduje gdy zapalnik zostanie uruchomiony lub|jeśli pojawi się po drugiej stronie terenu.|Atak: Przytrzymaj by strzelić z większą siłą   
-04:29=Tego nie powinny używać dzieci!|Pistolet na kulki wystrzeliwujetony małych|kolorowych kulek wypełnionych materiałem wybuchowym.|Atak: Strzel z całą mocą|Góra/Dół: Kontynuuj celowanie      
+04:29=Tego nie powinny używać dzieci!|Pistolet na kulki wystrzeliwujetony małych|kolorowych kulek wypełnionych materiałem wybuchowym.|Atak: Strzel kulkami|Góra/Dół: Kontynuuj celowanie      
 04:30=Wezwij samolot, żeby zrzucić dużą ilość|napalmu. Dzięki dobremu celowi ten atak|może zlikwidować dużą część mapy, w tym|znajdujące się tam nieszczęsne jeże.|Lewo/Prawo: Określ kierunek ataku|Kursor: Wybierz region
 04:31=Zaatakuj odległych przeciwników, bądź zbierz|skrzynki! Nie zapomnij o zrzuceniu bomb!|Góra/Dół: Steruj samolotem|Atak: Zrzuć bombę (3x) |Długi skok: Niech walkirie wkroczą na pole bitwy!
-04:32=Niska grawitacja jest lepsza niż diety! Skacz|wyżej i dalej albo pozwól przeciwnikom lecieć|daleko.|Atak: Aktywuj
+04:32=Niska grawitacja jest lepsza od diety! Skacz|wyżej i dalej albo pozwól przeciwnikom fruwać.|Atak: Aktywuj
 04:33=Czasami potrzebujesz dodatkowego kopa|żeby zadawać większe obrażenia.|Atak: Aktywuj
 04:34=Nie dotkniesz mnie!|Atak: Aktywuj
-04:35=Czasami bywa, że czas pędzi za szybko. Weź kilka|dodatkowych sekund by dokończyć swój atak.|Atak: Aktywuj
+04:35=Czasami bywa, że czas pędzi za szybko. Zyskaj kilka|dodatkowych sekund by dokończyć swój atak.|Atak: Aktywuj
 04:36=Czasami z celowaniem u ciebie jest kiepsko.|Zrób użytek ze zdobyczy współczesnej technologii.|Attack: Aktywuj
 04:37=Nie bój się słońca. To potrwa tylko jedną turę,|ale pozwoli pochłonąć część obrażeń, które|zadałeś innym.|Atak: Aktywuj
-04:38=Karabin snajperski może stać się najbardziej niszczycielską|bronią w twoim arsenale. Jednakże jest bardzo nieskuteczny|na małe odległości. Obrażenia zwiększają się wraz z odległością.|Atak: Strzel (dwa strzały)
+04:38=Karabin snajperski może stać się najbardziej niszczycielską|bronią w twoim arsenale. Jednakże jest bardzo nieskuteczny|na krótkie dystanse.| Im dalej od celu tym więcej HP zabierzesz.|Atak: Strzel (dwa strzały)
 04:39=Leć do innych części mapy uzywjąc spodka.|To ciężkie do opanowania narzędzie, może przenieść Ciebie|w prawie każdą pozycje na polu bitwy.|Atak: Aktywuj|Góra/Lewo/Prawo: Wyznacz lot w odpowiednim kierunku
 04:40=Wznieć ogień używając koktajlu z łatwopalnym płynem.|Atak: Przytrzymaj by rzucić z większą siłą
 04:41=Natura może być na równi z technologią!|Ptaszek uniesie Ciebie ponad ziemię oraz|zrzuci jajka w przeciwników|Atak: Atywacja ptaka i zrzucanie jajek|Góra/Lewo/Prawo: Leć w wybranym kierunku
-04:42=HUGE SUCCESS| | |(but missing texts!)
-04:43=(missing text)
-04:44=To nie jest zwykły ser. To broń biologiczna!|Wybuch z pewnością nie będzie potężny, ale gdy|licznik dojdzie do zera, chmura gazu zatruje|każdego nieszczęśnika który będzie w pobliżu|1-5: Ustawia czas granatu|Atak: Przytrzymaj by rzucić z większą siłą
+04:42=To urządzenie umożliwia natychmiastowe|przetransportowanie Ciebie, Twoich|wrogów bądź uzbrojenia pomiędzy dwoma|miejscami na mapie|Użyj tego z głową a Twoja|misja zakończy się... WIELKIM SUKCESEM|Atak: Wystrzel portal|Zmiana (Tab): Zmień kolor portalu
+04:43=Niech twój debiut będzie WYBUCHOWY!|Zrzuć pianino z nieba, ale uważaj!|Ktoś musi na nim grać więc prawdopodobnie będziesz|musiał poświęcić swojego jeża|Kursor: Wybierz cel|F1-F9: Graj na pianinie
+04:44=To nie jest zwykły ser. To broń biologiczna!|Wybuch z pewnością nie będzie potężny, ale gdy|licznik dojdzie do zera, chmura gazu zatruje|każdego nieszczęśnika który będzie w pobliżu|1-5: Ustawia zapalnik|Atak: Przytrzymaj by rzucić z większą siłą
+04:45=Wszystkie lekcje fizyki w końcu się opłaciły!|Wystrzel niszczącą sinusoidalną falę|która przechodzi przez teren i uderza|w twoich przeciwników|Uważaj! Ta broń ma kopa!|Atak: Strzelaj
+04:46=Pokrywa twoich wrogów ognistą powłoką.|Czy koś zamawiał pieczonego jeża?|Atak: Aktywuj|Góra/Dół: Celowanie|Lewo/Prawo: Ustaw prędkość wystrzeliwania
+04:47=Podwójna zabawa z podwójną ilością kleistych min.|Spróbuj wywołać reakcję łańcuchową lub chroń|samego siebie (lub obydwie rzeczy na raz!)|Atak: Przytrzymaj by rzucić z większą siłą (dwa razy)
+04:48=Czyż walenie jeży po głowach nie|jest zabawne? Dobre uderzenie|z młotka zabierze 1/3 życia|przeciwnika i wkopie go w podłoże|Atak: Uderz
+04:49=Wskrześ swoich przyjaciół!|Jednakże uważaj byś nie pomógł swojemu wrogowi.|Atak: Przytrzymaj by powoli przywracać życie|Góra: Przyspiesz wskrzeszanie
+
 
 ; Game goal strings
 05:00=Ustawienia gry
@@ -553,3 +565,8 @@
 05:13=Detonacja min: Miny wybuchajÄ… natychmiast
 05:14=Detonacja min: Miny wybuchajÄ… po 0-3 sekundach
 05:15=Modyfikator obrażeń: Wszystkie bronie zadają %1% obrażeń
+05:16=Życie wszystkich jeży jest przywrócone przy kolejnej turze
+05:17=AI odradza się po śmierci.
+05:18=Tura nie kończy się po wykonaniu ataku
+05:19=Uzbrojenie zostaje przywrócone przy kolejnej turze
+05:20=Każdy z jeży ma oddzielne uzbrojenie
--- a/share/hedgewars/Data/Locale/pt_BR.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/pt_BR.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -45,10 +45,11 @@
 00:42=Gerador de Portais
 00:43=Ataque com Piano
 00:44=Queijo Fedorento
-00:45=Arma Senóide
+00:45=Arma Senóide (beta)
 00:46=Lança Chamas
-00:47=Mina aderente
+00:47=Mina Adesiva
 00:48=Martelo
+00:49=Ressucitador
 
 01:00=Hora de lutar!
 01:01=Partida empatou
@@ -211,6 +212,8 @@
 02:09=%1 não sabe para quem está jogando
 02:09=%1 é um vira casaca
 02:09=%1 mudou de equipe
+02:09=%1 acha que ninguém viu
+02:09=%1 devia procurar outro jogo
 
 ; Hog shot an home run (using the bat and another hog)
 02:10=Humilhooooouuu!
@@ -274,8 +277,9 @@
 03:44=Velho e fedorento
 03:45=Trigonometria pura
 03:46=Incendiário
-03:47=Bomba de proximidade
-03:48=Não desgrude
+03:47=Grudenta
+03:48=Tanto bate até que fura!
+03:49=Faz o que você imagina
 
 ; Weapon Descriptions (use | as line breaks)
 04:00=Ataque seus inimigos usando uma granada simples|Ela explodirá assim que o tempo passar|1-5: Escolha o tempo da granada|Ataque: Quanto mais tempo, mais forte o lançamento.
@@ -316,28 +320,29 @@
 04:31=O Aeromodelo é a arma ideal para coletar caixas ou|atacar ouriços distantes. Jogue o em algum inimigo ou|bombardeie primeiro.|Ataque: Lança o avião ou bombardeia|Salto Longo: Desconhecido|Esquerda/Direita: Manobra o aeromodelo
 04:32=Baixa gravidade é mais efetiva que uma dieta!|Salte mais alto e por longas distâncias ou faça|seu inimigo voar mais longe!.|Ataque: Ativa
 04:33=Algumas vezes você precisa de um pouco mais de efeito|para causar mais danos em seus ataques.|Ataque: Ativa
-04:34=Não me toque!|ataque: Ativa
-04:35=Algumas vezes o tempo parece passar muito rápido.|Ganhe alguns segundos para concluir sua jogada.|Ataque: Ativar
+04:34=Não me toque!|Ataque: Ativa
+04:35=Algumas vezes o tempo voa. Ganhe alguns|segundos para concluir sua jogada.|Ataque: Ativar
 04:36=As vezes você não é tão bom de mira.|Use a tecnologia moderna para auxílio.|Ataque: Ativa
 04:37=Não tema a luz do dia! Isto durará somente um turno|mas permitirá que você absorva os danos causados|a outros ouriços|Ataque: Ativa
 04:38=O rifle sniper é uma arma devastadora do seu|arsenal, mas é inefetiva a curto alcance pois o dano|causado aumenta com a distancia do alvo.|Ataque: Dispara (duas vezes)
-04:39=Voe para outras partes do mapa usando o disco voador.|Este veículo difícil de manobrar permite chegar a quase|qualquer posição do campo de batalha|Ataque: Ativa|Cima/Esquerda/Direita: Desloca o veículo na direção|Salto Longo: Joga granadas ou armas similares
+04:39=Voe para outras partes do mapa usando o disco voador.|Este veículo difícil de manobrar permite chegar a quase|qualquer posição do campo de batalha|Ataque: Ativa|Acima/Esquerda/Direita: Desloca o veículo na direção|Salto Longo: Joga granadas ou armas similares
 
-04:40=Ponha um pouco de fogo no chão com esta garrafa|cheia de líquido inflamável.|Ataque: Quanto mais tempo, mais forte o lançamento
+04:40=Deixe o chão em chamas com esta garrafa|cheia de líquido inflamável.|Ataque: Quanto mais tempo, mais forte o lançamento
 04:41=A natureza é mais poderosa que um disco voador.|O pássaro pode carregar seu ouriço e jogar ovos|no inimigo!|Ataque: Ativa e joga ovos|Cima/Esquerda/Direita: Bate asas na respectiva direção
-04:42=Utilize o gerador para criar portais, por onde você|poderá mover caixas, ouriços até disparar armas|através deles.|Ataque: Dispara o portal|Tab: Alterna a cor do portal.
-04:43=Execute a sonata Mortal de Bethoven, caindo dos |céus e destruindo tudo abaixo. Seu ouriço não|irá resistir ao esforço exigido!|Ataque: Venha do céu e destrua tudo abaixo
+04:42=Utilize o gerador para criar portais por onde você|poderá transportar caixas, ouriços e até armas|através deles.|Ataque: Dispara o portal|Tab: Alterna a cor do portal.
+04:43=Execute a Sonata Mortal de Bethoven, caindo dos |céus e destruindo tudo abaixo. Seu ouriço não|irá resistir ao esforço exigido!|Ataque: Venha do céu e destrua tudo abaixo
 04:44=Isso não é somente um queijo, é uma arma biológioca!|Não causa muitos danos mas envenenará ouriços|próximos quando detonar|1-5: Ajusta o tempo de detonação|Ataque: Quanto mais tempo, mais forte o lançamento.
-04:45=Use as suas aulas de trigonometria nesta poderosa |arma. Ela irá disparar um raio em forma de seno.| Ataque: Disapara a arma de raio
+04:45=Use as suas aulas de trigonometria nesta poderosa |arma. Ela irá disparar um raio com caminho em seno|Mas tome cuidado, o coice é forte.|Ataque: Dispara a arma de raio
 04:46=Que tal um churrasco? Use o lança chamas para|torrar o inimigo ou destruir o solo.|Ataque: Ativa o lança chamas
-04:47=Uma simples mina não basta? A mina aderente pode|ser arremessada e ficará aderida ao tocar no solo,| em um objeto, e até em um ouriço!|Ataque:Quanto mais tempo, mais forte o lançamento.
-04:48=Vamos a obra? Use esta arma para martelar|o inimigo no solo, ou através dele!!|Ataque: ativa o martelo
+04:47=Uma simples mina não basta? A mina aderente pode|ser arremessada e ficará aderida ao tocar no solo,|em um objeto, e até em um ouriço!|Ataque:Quanto mais tempo, mais forte o lançamento (duas vezes).
+04:48=Vamos a obra? Use esta arma para martelar|o inimigo no solo, ou através dele e tirando um terço da vida dele!|Ataque: Ativa
+04:49=Ressucite seus amigos, mas preste atenção|para não ressucitar seus inimigos!|Ataque: Mantenha pressionado para transferir|sua vida|Acima:Acelera a transferência de vida
 
 ; Game goal strings
 05:00=Modos de Jogo
-05:01=As seguintes regras se aplicam
-05:02=Fortes: Proteja o seu forte, vença seus inimigos!
-05:03=Baixa Gravidade: Cuidado com seus passos
+05:01=As seguintes regras aplicam
+05:02=Fortes: Proteja o seu forte, destrua seus inimigos!
+05:03=Baixa Gravidade: Olhe seus passos
 05:04=Invulnerabilidade: Ouriços são (quase) invulneráveis
 05:05=Vampirismo: Ouriços serão curados pelos danos causados
 05:06=Carma: Ouriços serão machucados pelos danos causados
@@ -350,3 +355,8 @@
 05:13=Temporizador de mina: Minas detonarão imediatamente
 05:14=Temporizador de mina: Minas detonarão em 0 - 3 segundos
 05:15=Modificador de Dano: Todas as armas farão %1% danos
+05:16=A vida dos ouriços é reiniciada ao fim de cada turno
+05:17=Ouriços da IA renascem após morrerem
+05:18=Ataque ilimitado
+05:19=Armas são reiniciadas ao fim do turno
+05:20=Armas não são compartilhadas entre os ouriços
--- a/share/hedgewars/Data/Locale/pt_PT.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/pt_PT.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -430,6 +430,7 @@
 03:46=Labaredas enormes!
 03:47=Cola-as onde achares mais útil!
 03:48=Garantia vitalícia!
+03:49=Funciona tal como anunciado
 
 ; Weapon Descriptions (use | as line breaks)
 04:00=Ataca os teus inimigos usando uma simples granada.|Explodirá quando o tempo chegar a zero.|1-5: Define o temporizador da granada|Ataque: Deixa premido para lançar com mais força
@@ -481,6 +482,7 @@
 04:46=Cobre os teus inimigos com este viscoso e|flamejante liquido de aquecer o coração!|Ataque: Activar|Cima/Baixo: Apontar|Esquerda/Direita: Modificar a pressão
 04:47=Duplica a diversão com estas duas minas autocolantes!|Utiliza-as para atacar ou defender. É contigo!|Ataque: Deixa pressionado para disparar mais longe
 04:48=Porque é que têm as toupeiras de ser sempre as vitimas?|Dar marteladas em ouriços pode ser igualmente divertido!|Uma boa martelada rapidamente remove um terço da vida|de um ouriço e ainda o enterra no solo!|Ataque: Activar
+04:49=Ressuscita os teus amigos!|Mas cuidado, esta tecnica ressuscita também os teus enimigos.|Ataque: Deixa pressionado para ressuscitar lentamente|Up: Acelerar a ressureição
 
 ; Game goal strings
 05:00=Modos de Jogo
@@ -499,3 +501,8 @@
 05:13=Tempo das minas: As minas detonam instantaneamente
 05:14=Tempo das minas: As minas detonam passado 0 - 3 segundos
 05:15=Modificador de Dano: Todas as armas fazem %1% de dano
+05:16=A vida de todos ouriços é restaurada no final do turno
+05:17=Os ouriços do CPU são ressuscitados ao morrerem
+05:18=Ataques ilimitados
+05:19=O armamento é restaurado no final do turno
+05:20=O armamento não é partilhado entre ouriços
--- a/share/hedgewars/Data/Locale/ru.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/ru.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -1,4 +1,4 @@
-; Перевод Ñообщений на руÑÑкий
+; Перевод Ñообщений на руÑÑкий
 
 00:00=Граната
 00:01=КаÑÐµÑ‚Ð½Ð°Ñ Ð±Ð¾Ð¼Ð±Ð°
@@ -185,7 +185,7 @@
 02:09=%1 напортачил
 02:09=Это был плохой выÑтрел, %1
 02:09=%1 неоÑторожен Ñ Ð¾Ñ€ÑƒÐ¶Ð¸ÐµÐ¼
-02:09=Худший. Ð’Ñ‹Ñтрел. Когда либо!
+02:09=Худший. Ð’Ñ‹Ñтрел. Из вÑех!
 02:09=Ðет, нет, нет %1, ÑтрелÑй по ВРÐГУ!
 02:09=%1 на шаг ближе к ÑамоубийÑтву
 02:09=%1 помогает врагу
--- a/share/hedgewars/Data/Locale/sk.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/sk.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -45,7 +45,11 @@
 00:42=Prenosné portálové zariadenie
 00:43=Klavírový útok
 00:44=Plynový granát
-00:45=Sínusová puška
+00:45=Sínusová puška (beta)
+00:46=Plameňomet
+00:47=Lepkavá mína
+00:48=Kladivo
+00:49=OživovaÄ
 
 01:00=Do boja!
 01:01=Remíza
@@ -61,6 +65,7 @@
 01:11=Táto zbraň alebo nástroj zatiaľ nie je dostupný!
 01:12=Posledné kolo pred Rýchlou smrťou!
 01:13=Ešte %1 kolá do Rýchlej smrti!
+01:14=Priprav sa, %1!
 
 ; Správy o udalostiach
 ; Ježko (%1) zomrel
@@ -159,7 +164,7 @@
 02:08=%1 si neverí
 02:08=%1 je zbabelec
 02:08=%1 Äaká na rýchlu smrÅ¥
-02:08=%1 nie je bitkárom
+02:08=%1 nikdy nepatril k bitkárom
 02:08=Sklamal si ma, %1
 02:08=%1 má lepšie veci na práci
 02:08=%1 zaspal
@@ -231,52 +236,67 @@
 03:39=Pomôcka na presun
 03:40=Zápalný granát
 03:41=Skalný fanúšik škriekania
+03:42=Tu si urobím poznámku...
+03:43=Zahrať Beathovenovu smrteľnú sonátu
+03:44=Spotrebovať do: 1923
+03:45=Sila vedy
+03:46=Hot Hot Hot!
+03:47=Prilepte ich niekam Å¡ikovne!
+03:48=A je tu Hammer-time!
+03:49=Je dobrý na to, na Äo si myslíte
 
 ; Popis zbraní (ako oddeľovaÄ riadkov použite |)
-04:00=ZaútoÄte na vaÅ¡ich nepriateľov obyÄajným granátom.|Vybuchne vtedy, keÄ vyprší Äasomiera.|1-5: Nastavenie ÄasovaÄa granátu|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu
-04:01=ZaútoÄte na vaÅ¡ich nepriateľov trieÅ¡tivým granátom.|Vybuchne a rozpadne sa na menÅ¡ie bomby,|keÄ vyprší Äasomiera.|1-5: Nastavenie ÄasovaÄa granátu|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu
-04:02=ZaútoÄte na vaÅ¡ich nepriateľov balistickou strelou,|ktorej dráha je ovplyvnená vetrom.|Útok: Držanie tlaÄidla zvyÅ¡uje silu
-04:03=Vypustite vÄelu naplnenú výbuÅ¡ninami,|ktorá je navádzaná na vybraný cieľ. Pre|vyÅ¡Å¡iu presnosÅ¥ nepoužívajte plnú silu|Kurzor: Výber cieľa|Útok: Držanie tlaÄidla zvyÅ¡uje silu
-04:04=ZaútoÄte na vaÅ¡ich nepriateľov brokovnicou|s dvoma výstrelmi. VÄaka jej rozptylu nepotrebujete|zasiahnuÅ¥ protivníkov priamym zásahom|Útok: Výstrel (viacnásobný)
-04:05=Rýchlo pod zem! Použite zbíjaÄku na vyvÅ•tanie|dieri v zemi a dosiahnutie Äalších miest.|Útok: ZaÄatie alebo skonÄenie vÅ•tania
-04:06=Unudený? Útok nie je možný? Chcete uÅ¡etriÅ¥ náboje?|Nie je problém! StaÄí preskoÄiÅ¥ Å¥ah, zbabelec!|Útok: UkonÄí Å¥ah bez boja
-04:07=Zdolajte veľké vzdialenosti pomocou dobre|naÄasovaných výstrelov lana. Využite zotrvaÄnosÅ¥ na posúvanie|ostatných ježkov alebo z výšky zhadzujte|bomby a iné zbrane|Útok: Vystrelenie alebo pustenie sa lana|Dlhý skok: Zhodenie granátov alebo podobných zbraní
-04:08=Udržujte nepriateľov v bezpeÄnej vzdialenosti|položením míny na rovinu alebo priamo pod nich.|Uistite sa, že ste v dostatoÄnej vzdialenosti, keÄ sa aktivujú!|Útok: Položí mínu na vaÅ¡u aktuálnu pozíciu
-04:09=Nie ste si istý svojou muškou? Použite Desert Eagle,|ktorý má až štyri výstrely.|Útok: Výstrel (viacnásobný)
-04:10=Útok hrubou silou sa dá použiť vždy. Umiestnite|túto klasickú trhavinu vedľa vášho nepriateľa a vzdiaľte sa.|Útok: Položí mínu na vašu aktuálnu pozíciu
-04:11=Zbavte sa nepriateľských ježkov tak,|že ich odpálkujete mimo hranice mapy alebo do vody.|Alebo máte chuÅ¥ svojim kamarátom poslaÅ¥ nejaké míny?|Útok: Odpálkuje Äokoľvek, Äo stojí pred vami
-04:12=Aby ste mohli použiť túto takmer smrtiacu|techniku bojového umenia musíte stáť blízko nepriateľa.|Útok: Vykoná Úder ohňa
-04:13=UNUSED
-04:14=Máte strach z výšok? RadÅ¡ej si vezmite padák.|Sám sa otvorí, keÄ spadnete príliÅ¡ hlboko|a uchráni vášho ježka pred zranením pádom.|Útok: Otvorenie padáku|Dlhý skok: Zhodenie granátov alebo podobných zbraní
-04:15=Privolajte leteckú podporu a zdecimujte|vaÅ¡ich nepriateľov bombardovaním.|Vľavo/Vpravo: UrÄenie smeru útoku|Kurzor: Výber cieľa bombardovania
-04:16=Privolajte leteckú podporu, ktorá do cieľovej|oblasti vypustí niekoľko mín.|Vľavo/Vpravo: UrÄenie smeru útoku|Kurzor: Výber cieľa útoku
-04:17=Hľadáte úkryt? Použitie lampu na vyhĺbenie|tunela do zeme, ktorá vám poskytne ochranu.|Útok: ZaÄatie alebo skonÄenie kopania
-04:18=Potrebujete dodatoÄnú ochranu alebo chcete|zdolaÅ¥ prekážku? Umiestnite zopár trámov tam, kam sa vám to hodí.|Vľavo/Vpravo: Výber trámu|Kurzor: Umiestnenie kurzora na platnú pozíciu
-04:19=Ak je teleportovanie použité v správny okamih,|môže byÅ¥ úÄinnejÅ¡ie ako takmer vÅ¡etky ostatné zbrane,|pretože vám umožní poÄas niekoľkých sekúnd|ochrániÅ¥ ježkov pred nebezpeÄnými situáciami.|Kurzor: Výber cieľovej oblasti
-04:20=Umožní vám hrať aktuálny ťah s iným ježkom.|Útok: Povolenie prepínania ježkov
-04:21=Vystreľte projektil podobný granátu,|ktorý pri náraze vypustí viacero bômb.|Útok: Výstrel plnou silou
-04:22=Nielen pre Indiana Jonesa! BiÄ je užitoÄnou zbraňou v mnohých situáciach. Zvlášť|vtedy, ak chcete niekoho zhodiÅ¥ z útesu.|Útok: Zasiahne Äokoľvek, Äo stojí pred vami
-04:23=Ak nemáte Äo stratiÅ¥, toto sa môže hodiÅ¥.|Obetujte ježka jeho vystrelením vo vybranom smere. PoÄas|letu zraní vÅ¡etko, Äo mu stojí v ceste a nakoniec vybuchne.|Útok: Spustite devastujúci a smrteľný útok
-04:24=VÅ¡etko najlepÅ¡ie k narodeninám! Vypustite túto tortu, nechajte ju prísÅ¥ až|k vaÅ¡im nepriateľom nech si užijú BOMBAstickú oslavu.|Torta je schopná prejsÅ¥ takmer cez akýkoľvek terén,|ale takto môže vybuchnúť o nieÄo skôr.|Útok: Vypustite tortu alebo ju zastavte a nechajte vybuchnúť
-04:25=Použite túto maskovaciu súpravu, aby ste prinútili|nepriateľských ježkov skoÄiÅ¥ smerom k vášmu ježkovi (do vody alebo priepasti).|Útok: Použije súpravu a skúsi zviesÅ¥ iného ježka
-04:26=Hodí tento Å¡Å¥avnatý melón na vaÅ¡ich nepriateľov.|Po vyprÅ¡aní Äasomiery sa rozpadne na niekoľko|vybuchujúcich kúskov.|1-5: Nastaví ÄasovaÄ melóna|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu
-04:27=ZoÅ¡lite pekelné plamene na vaÅ¡ich súperov vÄaka|tejto nepriateľskej výbuÅ¡nine. Nezostaňte príliÅ¡ blízko k explózii,|pretože malé plamienky môžu horieÅ¥ dlhÅ¡ie.|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu
-04:28=Chvíľku po vypustení tejto rakety sa zaÄne|prevÅ•tavaÅ¥ do zeme a vybuchne vtedy, keÄ vyprší jej|Äasová poistka alebo sa objaví znova na povrchu.|Útok: Držanie tlaÄidla zvyÅ¡uje silu výstrelu
-04:29=Toto nie je niÄ pre malé deti! LoptiÄkový guľomet vypáli|množstvo malých farebných guliÄiek naplnených výbuÅ¡ninami.|Útok: Výstrel v plnej sile|Hore/Dole: Mierenie poÄas pálenia guliÄiek
-04:30=Privolajte leteckú podporu, ktorá spustí|silný napalmový útok. S dobrým mierením dokáže tento útok odstrániÅ¥ veľké Äasti|krajiny vrátane ježkov, ktorý majú smolu v tom, že na nej stoja.|Vľavo/Vpravo: UrÄenie smeru útoku|Kurzor: Výber cieľovej oblasti
-04:31=Bezpilotný bombardér je ideálnou zbraňou|na pozbieranie krabíc alebo na zaútoÄenie ježkov,|ktorí sú príliÅ¡ Äaleko. BuÄ ho navigujte priamo na nepriateľov|alebo najprv zhoÄte zopár bômb.|Útok: Vypustenie lietadla alebo zhodenie bômb|Dlhý skok: Umožní vstup do boja valkýram|Hore/Dole: Navigovanie lietadla 
-04:32=Nízka gravitácia je úÄinnejÅ¡ia ako ktorákoľvek diéta!|SkáÄte vyÅ¡Å¡ie a Äalej alebo nechajte vaÅ¡ich|nepriateľov letieÅ¥ eÅ¡te Äalej.|Útok: Aktivácia
-04:33=Niekedy vÅ¡etko Äo potrebujete je len o troÅ¡ku väÄÅ¡ia sila,|aby ste spôsobili eÅ¡te väÄÅ¡iu Å¡kodu.|Útok: Aktivácia
-04:34=Nedotýkaj sa ma!|Útok: Aktivácia
-04:35=Niekedy Äas beží príliÅ¡ rýchlo. Získajte zopár|sekúnd navyÅ¡e, aby ste mohli dokonÄiÅ¥ útok.|Útok: Aktivácia
-04:36=No, niekedy proste nemáte mušku. Zapnite si podporu mierenia,|ktorá podporuje najmodernejšie technológie.|Útok: Aktivácia
-04:37=Nebojte sa denného svsetla. Vydrží len jeden ťah,|ale umožní vám vstrebať škodu, ktorú spôsobíte iným ježkom.|Útok: Aktivácia
-04:38=OstreľovaÄka dokáže byÅ¥ najdrvivejÅ¡ou zbraňou|v celom vaÅ¡om arzenále, je vÅ¡ak veľmi neefektívna|pre blízke ciele. Å koda, ktorú spôsobí sa zvyÅ¡uje so zvyÅ¡ujúcou|sa vzdialenosÅ¥ou k cieľu.|Útok: Výstrel (dvakrát)
-04:39=Preleťte na iné miesta mapy v lietajúcom tanieri.|Táto komplikovane sa ovládajúca pomôcka je schopná|vás preniesť na takmer akúkoľvek pozíciu na mape.|Útok: Aktivácia|Hore/Vľavo/Vpravo: Použiť silu v jednom smere|Dlhý skok: Zhodiť granáty alebo iné zbrane
-04:40=Podpáľte kúsok zeme použitím tejto fľaÅ¡e naplnenej|zápalnou tekutinou.|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu
-04:41=Dôkaz, že príroda môže dokonca predÄiÅ¥ lietajúci tanier.|VtáÄisko dokáže niesÅ¥ vášho ježka a znášaÅ¥ vajcia na vaÅ¡ich nepriateľov!|Útok: Aktivácia a zhadzovanie vajec|Hore/Vľavo/Vpravo: Mávanie krídiel v jednom smere
-04:42=OBROVSKà ÚSPECH|||(ale chýba text!)
-04:43=(chýba text)
+04:00=ZaútoÄte na vaÅ¡ich nepriateľov obyÄajným granátom.|Vybuchne vtedy, keÄ vyprší Äasomiera.|1â€5: Nastavenie ÄasovaÄa granátu|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu|
+04:01=ZaútoÄte na vaÅ¡ich nepriateľov trieÅ¡tivým|granátom. Vybuchne a rozpadne sa na menÅ¡ie bomby,|keÄ vyprší Äasomiera.|1â€5: Nastavenie ÄasovaÄa granátu|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu|
+04:02=ZaútoÄte na vaÅ¡ich nepriateľov balistickou|strelou, ktorej dráha je ovplyvnená vetrom.|Útok: Držanie tlaÄidla zvyÅ¡uje silu|
+04:03=Vypustite vÄelu naplnenú výbuÅ¡ninami, ktorá je|navádzaná na vybraný cieľ. Pre vyÅ¡Å¡iu presnosÅ¥|nepoužívajte plnú silu|Kurzor: Výber cieľa|Útok: Držanie tlaÄidla zvyÅ¡uje silu|
+04:04=ZaútoÄte na vaÅ¡ich nepriateľov brokovnicou s dvoma|výstrelmi. VÄaka jej rozptylu nepotrebujete|zasiahnuÅ¥ protivníkov priamym zásahom|Útok: Výstrel (viacnásobný)|
+04:05=Rýchlo pod zem! Použite zbíjaÄku na vyvÅ•tanie|dieri v zemi a dosiahnutie Äalších miest.|Útok: ZaÄatie alebo skonÄenie vÅ•tania|
+04:06=Unudený? Útok nie je možný? Chcete uÅ¡etriÅ¥ náboje?|Nie je problém! StaÄí preskoÄiÅ¥ Å¥ah, zbabelec!|Útok: UkonÄí Å¥ah bez boja|
+04:07=Zdolajte veľké vzdialenosti pomocou dobre|naÄasovaných výstrelov lana. Využite zotrvaÄnosÅ¥|na posúvanie ostatných ježkov alebo z výšky|zhadzujte bomby a iné zbrane|Útok: Vystrelenie alebo pustenie sa lana Dlhý|skok: Zhodenie granátov alebo podobných zbraní|
+04:08=Udržujte nepriateľov v bezpeÄnej vzdialenosti|položením míny na rovinu alebo priamo pod nich.|Uistite sa, že ste v dostatoÄnej vzdialenosti, keÄ|sa aktivujú!|Útok: Položí mínu na vaÅ¡u aktuálnu pozíciu|
+04:09=Nie ste si istý svojou muškou? Použite Desert|Eagle, ktorý má až štyri výstrely.|Útok: Výstrel (viacnásobný)|
+04:10=Útok hrubou silou sa dá použiť vždy. Umiestnite|túto klasickú trhavinu vedľa vášho nepriateľa a|vzdiaľte sa.|Útok: Položí mínu na vašu aktuálnu pozíciu|
+04:11=Zbavte sa nepriateľských ježkov tak, že ich|odpálkujete mimo hranice mapy alebo do vody. Alebo|máte chuÅ¥ svojim kamarátom poslaÅ¥ nejaké míny?|Útok: Odpálkuje Äokoľvek, Äo stojí pred vami|
+04:12=Aby ste mohli použiť túto takmer smrtiacu techniku|bojového umenia musíte stáť blízko nepriateľa.|Útok: Vykoná Úder ohňa|
+04:13=UNUSED|
+04:14=Máte strach z výšok? RadÅ¡ej si vezmite padák. Sám|sa otvorí, keÄ spadnete príliÅ¡ hlboko a uchráni|vášho ježka pred zranením pádom.|Útok: Otvorenie padáku Dlhý skok: Zhodenie|granátov alebo podobných zbraní|
+04:15=Privolajte leteckú podporu a zdecimujte vaÅ¡ich|nepriateľov bombardovaním.|Vľavo/Vpravo: UrÄenie smeru útoku|Kurzor: Výber cieľa bombardovania|
+04:16=Privolajte leteckú podporu, ktorá do cieľovej|oblasti vypustí niekoľko mín.|Vľavo/Vpravo: UrÄenie smeru útoku|Kurzor: Výber cieľa útoku|
+04:17=Hľadáte úkryt? Použitie lampu na vyhĺbenie tunela|do zeme, ktorá vám poskytne ochranu.|Útok: ZaÄatie alebo skonÄenie kopania|
+04:18=Potrebujete dodatoÄnú ochranu alebo chcete zdolaÅ¥|prekážku? Umiestnite zopár trámov tam, kam sa vám|to hodí.|Vľavo/Vpravo: Výber trámu|Kurzor: Umiestnenie kurzora na platnú pozíciu|
+04:19=Ak je teleportovanie použité v správny okamih,|môže byÅ¥ úÄinnejÅ¡ie ako takmer vÅ¡etky ostatné|zbrane, pretože vám umožní poÄas niekoľkých sekúnd|ochrániÅ¥ ježkov pred nebezpeÄnými situáciami.|Kurzor: Výber cieľovej oblasti|
+04:20=Umožní vám hrať aktuálny ťah s iným ježkom.|Útok: Povolenie prepínania ježkov|
+04:21=Vystreľte projektil podobný granátu, ktorý pri|náraze vypustí viacero bômb.|Útok: Výstrel plnou silou|
+04:22=Nielen pre Indiana Jonesa! BiÄ je užitoÄnou|zbraňou v mnohých situáciach. Zvlášť vtedy, ak|chcete niekoho zhodiÅ¥ z útesu.|Útok: Zasiahne Äokoľvek, Äo stojí pred vami|
+04:23=Ak nemáte Äo stratiÅ¥, toto sa môže hodiÅ¥. Obetujte|ježka jeho vystrelením vo vybranom smere. PoÄas|letu zraní vÅ¡etko, Äo mu stojí v ceste a nakoniec|vybuchne.|Útok: Spustite devastujúci a smrteľný útok|
+04:24=VÅ¡etko najlepÅ¡ie k narodeninám! Vypustite túto|tortu, nechajte ju prísÅ¥ až k vaÅ¡im nepriateľom|nech si užijú BOMBAstickú oslavu. Torta je schopná|prejsÅ¥ takmer cez akýkoľvek terén, ale takto môže|vybuchnúť o nieÄo skôr.|Útok: Vypustite tortu alebo ju zastavte a nechajte|vybuchnúť|
+04:25=Použite túto maskovaciu súpravu, aby ste prinútili|nepriateľských ježkov skoÄiÅ¥ smerom k vášmu|ježkovi (do vody alebo priepasti).|Útok: Použije súpravu a skúsi zviesÅ¥ iného ježka|
+04:26=Hodí tento Å¡Å¥avnatý melón na vaÅ¡ich nepriateľov.|Po vyprÅ¡aní Äasomiery sa rozpadne na niekoľko|vybuchujúcich kúskov.|1â€5: Nastaví ÄasovaÄ melóna|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu|
+04:27=ZoÅ¡lite pekelné plamene na vaÅ¡ich súperov vÄaka|tejto nepriateľskej výbuÅ¡nine. Nezostaňte príliÅ¡|blízko k explózii, pretože malé plamienky môžu|horieÅ¥ dlhÅ¡ie.|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu|
+04:28=Chvíľku po vypustení tejto rakety sa zaÄne|prevÅ•tavaÅ¥ do zeme a vybuchne vtedy, keÄ vyprší|jej Äasová poistka alebo sa objaví znova na|povrchu.|Útok: Držanie tlaÄidla zvyÅ¡uje silu výstrelu|
+04:29=Toto nie je niÄ pre malé deti! LoptiÄkový guľomet|vypáli množstvo malých farebných guliÄiek|naplnených výbuÅ¡ninami.|Útok: Výstrel v plnej sile|Hore/Dole: Mierenie poÄas pálenia guliÄiek|
+04:30=Privolajte leteckú podporu, ktorá spustí silný|napalmový útok. S dobrým mierením dokáže tento|útok odstrániÅ¥ veľké Äasti krajiny vrátane ježkov,|ktorý majú smolu v tom, že na nej stoja.|Vľavo/Vpravo: UrÄenie smeru útoku|Kurzor: Výber cieľovej oblasti|
+04:31=Bezpilotný bombardér je ideálnou zbraňou na|pozbieranie krabíc alebo na zaútoÄenie ježkov,|ktorí sú príliÅ¡ Äaleko. BuÄ ho navigujte priamo na|nepriateľov alebo najprv zhoÄte zopár bômb.|Útok: Vypustenie lietadla alebo zhodenie bômb Dlhý|skok: Umožní vstup do boja valkýram|Hore/Dole: Navigovanie lietadla|
+04:32=Nízka gravitácia je úÄinnejÅ¡ia ako ktorákoľvek|diéta! SkáÄte vyÅ¡Å¡ie a Äalej alebo nechajte vaÅ¡ich|nepriateľov letieÅ¥ eÅ¡te Äalej.|Útok: Aktivácia|
+04:33=Niekedy vÅ¡etko Äo potrebujete je len o troÅ¡ku|väÄÅ¡ia sila, aby ste spôsobili eÅ¡te väÄÅ¡iu Å¡kodu.|Útok: Aktivácia|
+04:34=Nedotýkaj sa ma!|Útok: Aktivácia|
+04:35=Niekedy Äas beží príliÅ¡ rýchlo. Získajte zopár|sekúnd navyÅ¡e, aby ste mohli dokonÄiÅ¥ útok.|Útok: Aktivácia|
+04:36=No, niekedy proste nemáte mušku. Zapnite si|podporu mierenia, ktorá podporuje najmodernejšie|technológie.|Útok: Aktivácia|
+04:37=Nebojte sa denného svetla. Vydrží len jeden ťah,|ale umožní vám vstrebať škodu, ktorú spôsobíte|iným ježkom.|Útok: Aktivácia|
+04:38=OstreľovaÄka dokáže byÅ¥ najdrvivejÅ¡ou zbraňou v|celom vaÅ¡om arzenále, je vÅ¡ak veľmi neefektívna|pre blízke ciele. Å koda, ktorú spôsobí sa zvyÅ¡uje|so zvyÅ¡ujúcou sa vzdialenosÅ¥ou k cieľu.|Útok: Výstrel (dvakrát)|
+04:39=Preleťte na iné miesta mapy v lietajúcom tanieri.|Táto komplikovane sa ovládajúca pomôcka je schopná|vás preniesť na takmer akúkoľvek pozíciu na mape.|Útok: Aktivácia|Hore/Vľavo/Vpravo: Použiť silu v jednom smere Dlhý|skok: Zhodiť granáty alebo iné zbrane|
+04:40=Podpáľte kúsok zeme použitím tejto fľaÅ¡e naplnenej|zápalnou tekutinou.|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu|
+04:41=Dôkaz, že príroda môže dokonca predÄiÅ¥ lietajúci|tanier. VtáÄisko dokáže niesÅ¥ vášho ježka a znášaÅ¥|vajcia na vaÅ¡ich nepriateľov!|Útok: Aktivácia a zhadzovanie vajec|Hore/Vľavo/Vpravo: Mávanie krídiel v jednom smere|
+04:42=Toto prenosné portálové zariadenie je schopné|okamžite preniesÅ¥ vás, vaÅ¡ich nepriateľov alebo|zbrane medzi miestami na mape. Použite ho rozvážne|a vaÅ¡e Å¥aženie bude...  OBROVSKÃM ÚSPECHOM|Útok: Vystrelenie portálu|Prepnutie: Rotovanie portálových farieb|
+04:43=Premeňte svoj debut v oblasti hudby na explozívny|úspech! Spustite klavír z nebies, ale pozor...|niekto naň musí hraÅ¥ a to vás bude stáť život!|Kurzor: Výber cieľovej oblasti|F1â€F9: Hra na klavíri|
+04:44=Toto nie je obyÄajný syr, je to biologická zbraň!|Nespôsobí veľkú Å¡kodu po tom, ako vyprší|Äasomiera, ale rozhodne otrávi každého, kto má tú|smolu, že ho zasiahne zápach!|1â€5: Nastavenie Äasomiery|Útok: Držanie tlaÄidla zvyÅ¡uje silu hodu|
+04:45=Všetky tie hodiny fyziky sa nakoniec vyplatili,|pošlite devastujúcu sínusovú vlnu na vašich|nepriateľov. Pozor, táto zbraň dáva slušný spätný|náraz. (Táto zbraň je nekompletná)|Útok: Výstrel|
+04:46=Pokryte vaÅ¡ich nepriateľov prskajúcim kvapkajúcim|plameňom. Zahreje aj pri srdci!|Útok: Aktivovanie|Hore/Dole: Mierenie poÄas používania|Vľavo/Vpravo: Regulácia sily|
+04:47=Dvojnásobná radosť s dvoma ostnatými,|prikrádajúcimi sa, lepkavými mínami. Pripravte|reťazovú reakciu alebo sa ochráňte (alebo oboje|naraz!)|Útok: Podržte dlhšie pre vyššiu silu výstrelu|(dvakrát)|
+04:48=PreÄo si vylievaÅ¥ svoj hnev len na krtkoch?|Búchanie po ježkoch vie byÅ¥ rovnako zábavné! Dobrá|rana týmto kladivom vezme ježkovi tretinu jeho|zdravia a zarazí ho do zeme.|Útok: Aktivovanie|
+04:49=Oživte vaÅ¡ich priateľov!|Ale pozor, že táto zbraň oživí aj vaÅ¡ich nepriateľov.|Útok: Pre pomalé oživovanie držte útok stlaÄený|Hore: Urýchlenie oživovania
+
 
 ; Reťazce pre ciele hry
 05:00=Herné režimy
@@ -295,3 +315,8 @@
 05:13=ÄŒasovaÄe mín: Míny detonujú okamžite
 05:14=ÄŒasovaÄe mín: Míny detonujú po 0-3 sekundách
 05:15=Modifikátor škody: Všetky zbrane spôsobia škodu %1%
+05:16=Na konci každého ťahu je zdravie všetkých ježkov resetované
+05:17=PoÄítaÄoví ježkovia po smrti ožijú
+05:18=Neobmedzené útoky
+05:19=Zbrane sú na konci ťahu resetované
+05:20=Zbrane nie sú zdieľané ježkami
--- a/share/hedgewars/Data/Locale/sv.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/sv.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -1,7 +1,7 @@
 ; Swedish locale
 
 00:00=Granat
-00:01=Splitterbomb
+00:01=Splittergranat
 00:02=Raketgevär
 00:03=Målsökande bi
 00:04=Hagelgevär
@@ -49,6 +49,7 @@
 00:46=Eldkastare
 00:47=Fästande mina
 00:48=Hammare
+00:49=Ã…teruppliva
 
 01:00=Nu kör vi!
 01:01=Oavgjort
@@ -127,6 +128,8 @@
 02:00=%1 har kolat vippen
 02:00=%1 har trillat av pinn
 02:00=%1 har kastat in handduken
+02:00=%1 har gått vidare
+02:00=Vi kommer alltid att minnas dig, %1
 
 ; Hog (%1) drowned
 02:01=%1 leker ubåt!
@@ -139,14 +142,14 @@
 ;02:01=%1 forgot his armbands
 02:01=%1 borde verkligen ha tagit simlektioner
 02:01=%1 lämnade sin surfingbräda hemma
-;02:01=%1 is washed up
+02:01=%1 är nu ren
 02:01=%1 är en dyngsur igelkott
 02:01=%1 glömde att ta med sin flytväst
 ;02:01=%1 goes splish splash splish
 02:01=%1 sover med fiskarna
 02:01=%1 tycker vattenfysiken suger i det här spelet
 02:01=%1 ser törstig ut
-;02:01=the sea claims %1
+02:01=Havet tar %1 i besittning
 02:01=%1 är förlorad till havs
 02:01=%1 borde ha tagit med sig sin dykarutrustning
 02:01=%1 blir begraven till havs
@@ -162,12 +165,12 @@
 02:01=%1 härmar en död fisk
 02:01=Du spolades i alla fall inte ner i toaletten, %1
 02:01=Sonic kunde inte simma, och det kunde inte %1 heller
-;02:01=%1 wants to play Ecco the dolphin
+02:01=%1 vill leka Ecco the dolphin
 02:01=%1 har gått för att besöka Aquaria
 02:01=%1 har funnit den förlorade staden Atlantis
 02:01=%1 siktar på huvudrollen i Bioshock 3
 02:01=Du borde träna på ditt hundsim, %1
-;02:01=%1 should have brought a jet ski
+02:01=%1 skulle ha tagit med sig vattenskidor
 02:01=%1 gillar inte vattensporter
 02:01=%1 blåser för alltid bubblor
 02:01=%1 saknar en flotte
@@ -178,14 +181,18 @@
 02:01=%1 är blöt, blöt, blöt
 ;02:01=%1 får sin bläckpenna blöt
 ;02:01=It's Davy Jones' locker for %1
+02:01=%1 tänkte inte på vattnet
+02:01=%1 ville slippa dö synligt
+02:01=%1 tog inte med någon båt
+02:01=%1 lämnar oss för havet
 
 ; Round starts
 02:02=Nu kör vi!
 02:02=Laddad och klar!
 ;02:02=Let's get ready to rumble!
 ;02:02=Let's get it on!
-;02:02=Let's get this party started
-;02:02=Last hog standing wins
+02:02=Nu börjar festen!
+02:02=Sista igelkotten kvar vinner!
 ;02:02=Let's go!
 02:02=Nu rockar vi!
 ;02:02=Let's jam!
@@ -233,6 +240,10 @@
 ;02:02=Bring it to them!
 02:02=Ha ingen rädsla!
 ;02:02=Be brave and conquer
+02:02=Låt spelet börja!
+02:02=Siste man vinner!
+02:02=Ooh, det börjar!
+02:02=Inga mesar tillåtna
 
 ; Round ends (win; unused atm)
 02:03=...
@@ -257,6 +268,8 @@
 02:05=Korrekt dosering: så många du kan hitta!
 02:05=Angelägen leverans
 02:05=Proviant!
+02:05=Ta den medans du kan!
+02:05=Det mest effektiva botemedlet du kan hitta!
 
 ; New ammo crate
 02:06=Mer vapen!
@@ -269,7 +282,7 @@
 02:06=En present!
 ;02:06=Specialleverans!
 02:06=Det var en mardröm att få igenom det här genom tullen
-02:06=Destruktiva leksaker från himmelen
+02:06=Destruktiva leksaker från himlen
 02:06=Varning, brandfarligt!
 02:06=Ta den eller spräng den, valet är ditt
 ;02:06=Goodies!
@@ -281,7 +294,9 @@
 02:06=Vapen inkommandes
 02:06=LÃ¥t inte fienden ta den!
 02:06=Gnistrande nya leksaker!
-02:06=En myskisk låda!
+02:06=En mystisk låda!
+02:06=Låt inte dina motståndare få den!
+02:06=Var försiktig med den här
 
 ; New utility crate
 02:07=Verktygsdags!
@@ -298,7 +313,7 @@
 
 ; Hog (%1) skips his turn
 02:08=%1 är såååå tråkig...
-;02:08=%1 couldn't be bothered
+02:08=%1 brydde sig inte
 02:08=%1 är en lat igelkott
 02:08=%1 är tanklös
 02:08=%1 gav upp
@@ -329,10 +344,16 @@
 02:08=Sluta slösa på vår tid, %1
 02:08=Jag är besviken på dig, %1
 02:08=Kom igen, du kan göra bättre än så, %1
-;02:08=%1's will has broken
+02:08=%1s vilja är borta
 02:08=%1 har tydligen bättre saker för sig
 02:08=%1 är förstenad av rädsla
 02:08=%1 har somnat
+02:08=%1 glömde att skjuta först
+02:08=%1 verkar inte vara så kreativ
+02:08=Var inte så tråkig, %1!
+02:08=Hade du inget bättre att komma med, %1?
+02:08=Du borde byta karriär om du ska hålla på så, %1
+02:08=Var det allt?
 
 ; Hog (%1) hurts himself only
 02:09=%1 borde öva sitt sikte!
@@ -362,13 +383,18 @@
 02:09=%1 är klumpig
 02:09=%1 visar fienden vad han kan
 02:09=%1 kan inte förväntas vara perfekt hela tiden
-;02:09=Don't worry %1, pobody's nerfect
+02:09=Oroa dig inte, %1, inngen ärperfekt
 02:09=%1 gjorde det där helt med flit
 02:09=Jag skvallrar inte om du inte gör det, %1
 02:09=Vad pinsamt!
 02:09=Jag är säker på att ingen såg det där, %1
 ;02:09=%1 needs to review his field manual
 02:09=%1s vapen krånglade uppenbarligen
+02:09=%1 borde öva mer
+02:09=%1 råkade visst trycka av för tidigt
+02:09=Håll %1 borta från det där vapnet!
+02:09=Inte ditåt, %1!
+02:09=Haha, såg ni det där?
 
 ; Hog shot an home run (using the bat and another hog)
 02:10=Frivarv!
@@ -380,6 +406,8 @@
 02:11=%1 verkar vara för upptagen för att spela
 ;02:11=Beam him up, Scotty!
 02:11=%1 måste gå
+02:11=Lämna oss inte, %1!
+02:11=%1 fegade ur
 
 ; Weapon Categories
 03:00=Tidsinställd granat
@@ -432,10 +460,11 @@
 03:46=Hett Hett Hett!
 03:47=Fäst de här på ett användbart ställe!
 03:48=Dags att banka järnet!
+03:49=Gör det du tror
 
 ; Weapon Descriptions (use | as line breaks)
 04:00=Attackera fienden med en enkel granat.|Exploderar när tiden når noll.|1-5: Ställ in granatens tid|Attack: Håll ner för att kasta med mer kraft
-04:01=Attackera fienden med en splitterbomb.|Delas upp i små bomber när tiden når noll.|1-5: Ställ in granatens tid|Attack: Håll ner för att kasta med mer kraft
+04:01=Attackera fienden med en splittergranat.|Delas upp i små bomber när tiden når noll.|1-5: Ställ in granatens tid|Attack: Håll ner för att kasta med mer kraft
 04:02=Attackera fienden med en projektil som kan|påverkas av vinden.|Attack: Håll ner för att skjuta med mer kraft
 04:03=Avfyra ett explosivt bi som låser sig på det valda|målet. Öka precisionen genom att inte skjuta med|full kraft.|Markör: Välj mål|Attack: Håll ner för att skjuta med mer kraft
 04:04=Attackera fienden med ett hagelgevär med två|skott. Tack vare sin spridning behöver du inte|träffa direkt för att skada motståndarna.|Attack: Skjut (flera gånger)
@@ -483,6 +512,7 @@
 04:46=Täck dina fiender med ett fräsande eldhav.|Hjärtvärmande!|Attack: Aktivera|Upp/Ner: Fortsätt sikta|Vänster/Höger: Justera kraft
 04:47=Det är dubbelt så roligt med två farliga, fantastiska,|fästande minor. Skapa en kedjereaktion eller försvara|dig själv (eller både och!)|Attack: Håll ner för att skjuta med mer kraft (två gånger)
 04:48=Varför ska mullvadarna få all misshandel? Att|drämma till en igelkott kan vara minst lika roligt!|Ett rejält slag med den här hammaren kan skala|av en tredjedel av en igelkotts hälsa och slå ner|dem i marken.|Attack: Aktivera
+04:49=Återuppliva dina vänner!|Men tänk på att du också återupplivar dina fiender.|Attack: Håll inne för att återuppliva långsamt|Upp: Accelerera återupplivning
 
 ; Game goal strings
 05:00=Spellägen
@@ -501,4 +531,8 @@
 05:13=Mintider: Minor detoneras direkt
 05:14=Mintider: Minor detoneras efter 0 - 3 sekunder
 05:15=Skademängd: Alla vapen gör %1% skada
-
+05:16=Hälsa för alla igelkottar återställs efter varje tur
+05:17=Datorstyrda igelkottar kommer tillbaka när de dör
+05:18=Obegränsade attacker
+05:19=Vapen nollställs när turen är över
+05:20=Igelkottar delar inte på vapnen
--- a/share/hedgewars/Data/Locale/zh_CN.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Locale/zh_CN.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -1,6 +1,6 @@
-; Simplified Chinese locale
+; Simplified Chinese locale, Translated by Tonghuix (tonghuix@gmail.com) 21 Oct 2010
 
-00:00=手榴弹
+00:00=手榴蛋蛋
 00:01=集æŸç‚¸å¼¹
 00:02=åå¦å…‹ç«ç®­ç­’
 00:03=归巢的蜜蜂
@@ -12,9 +12,9 @@
 00:09=沙漠之鹰
 00:10=炸è¯
 00:11=çƒæ£’
-00:12=å‡é¾™æ‹³
+00:12=喔嘻嘻呦拳
 00:13=秒
-00:14=空é™
+00:14=é™è½ä¼ž
 00:15=空袭
 00:16=地雷空袭
 00:17=å–·ç¯
@@ -25,7 +25,7 @@
 00:22=éž­å­
 00:23=神风特工队
 00:24=蛋糕
-00:25=引诱
+00:25=色诱
 00:26=西瓜炸弹
 00:27=地狱礼花
 00:28=钻头ç«ç®­
@@ -56,242 +56,244 @@
 01:03=éŸ³é‡ %1%
 01:04=æš‚åœ
 01:05=确定è¦é€€å‡ºï¼Ÿ (是Y/å¦Esc)
-01:06=死亡模å¼!
+01:06=çªç„¶æ­»äº¡æ¨¡å¼!
 01:07=%1 剩余
 01:08=燃料
 01:09=åŒæ­¥ä¸­...
 01:10=使用本工具ä¸ä¼šç»“æŸå›žåˆ!
 01:11=您还ä¸èƒ½ç”¨å®ƒï¼
-01:12=死亡模å¼å‰æœ€åŽä¸€å›žåˆï¼
+01:12=çªç„¶æ­»äº¡æ¨¡å¼å‰æœ€åŽä¸€å›žåˆï¼
 01:13=%1 回åˆå€’计时!
 01:14=预备上, %1ï¼
 
 ; Event messages
 ; Hog (%1) died
 ; 02:00=%1 has kicked the bucket!
-02:00=%1 离去ï¼
+02:00=%1踢到了春哥的腿ï¼
 ; 02:00=%1 has seen the light!
-02:00=%1 ç›®ç¹åœ£å…‰é™ä¸´ï¼
+02:00=%1看到了å°é‡Žå¦¹å­åœ¨å‘他招手ï¼
 ; 02:00=%1 never saw that coming!
-02:00=%1 æ—¢ä¸å¾—知,死有何苦ï¼
+02:00=阿西BUGï¼%1è¢«äººæš—ç®—äº†ï¼ 
 ; 02:00=%1 waves goodbye!
-02:00=%1 å‘大家挥手é“别。
+02:00=%1我嘞个去ï¼å“ªä¸ªæ··è›‹ç«Ÿç”¨è¿™ä¸ªç»æ‹›ï¼
 ; 02:00=%1 has gone to a better place!
-02:00=%1 去了æžä¹ä¸–ç•Œï¼
+02:00=%1:你竟然敢背å›ç»„织ï¼
 ; 02:00=%1 meets his maker!
-02:00=%1 去è§é€ ç‰©ä¸»äº†ï¼
+02:00=我嘞个去ï¼è¿™è´§ä¸æ˜¯%1ï¼è¿™è´§ä¸æ˜¯%1ï¼
 ; 02:00=%1 can hang on no longer!
-02:00=%1 å†ä¹Ÿå—ä¸äº†äº†!
+02:00=真悲剧%1平田å›ï¼ˆå¤´é¡¶å†…裤的哥们)!
 ; 02:00=%1 has done his duty!
-02:00=%1 完æˆäº†ä»–的使命ï¼
+02:00=%1å†ä¹Ÿä¸ä¼šè›‹ç–¼äº†ï¼
 ; 02:00=%1 makes the ultimate sacrifice!
-02:00=%1 åšäº†æœ€å¤§çš„牺牲ï¼
+02:00=%1:剩下的哥们,加嘞个油ï¼ï¼
 ; 02:00=%1 departs this mortal coil!
-02:00=%1 摆脱了躯壳的æŸç¼šï¼
+02:00=%1想玩“移形幻影â€ï¼Œå¤±è´¥äº†ï¼
 ; 02:00=%1 makes like a tree and leaves!
-02:00=%1 å¶è½å½’根。
+02:00=%1啊~内裤ï¼æˆ‘这辈å­å€¼å•¦ï¼ï½ž
 ; 02:00=%1 has timed out!
-02:00=%1 大é™å·²è‡³ã€‚
+02:00=%1的人生æ¯å…·äº†
 ; 02:00=%1 says peace out!
-02:00=%1 悄然离场了。
+02:00=%1中了[喔嘻嘻呦拳]。。。这辈å­å€¼äº†ï¼
 ; 02:00=%1 will be fondly remembered!
-02:00=%1 永远活在我们心中ï¼
+02:00=ä¸å˜žä¸ªæ˜¯å§ï¼%1竟然会死ï¼
 ; 02:00=%1 has an aneurysm!
-02:00=%1 ä¸æ²»è€Œäº¡ã€‚
+02:00=湿父,让%1起死回生å§ï¼
 ; 02:00=%1 leaves behind a wife and child
-02:00=%1 留下一家孤儿寡æ¯ã€‚
+02:00=%1 留下一家孤儿寡æ¯ã€‚。。
 ; 02:00=%1 has launched his last bazooka
-02:00=%1 å‘射了最åŽä¸€å‘ç«ç®­å¼¹
+02:00=%1å‘射了最åŽä¸€å‘ç«ç®­å¼¹
 ; 02:00=%1 has tossed his last grenade
-02:00=%1 扔出了最åŽä¸€æžšæ‰‹æ¦´å¼¹
+02:00=%1扔出了最åŽä¸€æžšæ‰‹æ¦´å¼¹
 ; 02:00=%1 has baked his last cake
-02:00=%1 烘烤了最åŽä¸€å—蛋糕
+02:00=%1烘烤了最åŽä¸€å—蛋糕
 ; 02:00=%1 has swung on his last rope
-02:00=%1 最åŽä¸€æ¬¡ç”©å‡ºäº†ç»³ç´¢
+02:00=%1甩出了最åŽä¸€æ ¹ç»³ç´¢
 ; 02:00=%1 has called his last airstrike
-02:00=%1 最åŽä¸€æ¬¡å‘¼å«ç©ºè¢­
+02:00=%1呼å«äº†æœ€åŽä¸€æ¬¡ç©ºè¢­
 ; 02:00=%1 has pumped his last shotgun
-02:00=%1 最åŽä¸€æ¬¡æŠ½å‡ºäº†éœ°å¼¹æžª
+02:00=%1抽出了最åŽä¸€æŠŠéœ°å¼¹æžª
 ; 02:00=%1 has thrown his last melon
-02:00=%1 最åŽä¸€æ¬¡æ‰”出了西瓜炸弹
+02:00=%1扔出了最åŽä¸€ä¸ªè¥¿ç“œç‚¸å¼¹
 ; 02:00=%1 has drawn his last deagle
-02:00=%1 最åŽä¸€æ¬¡æ‹”出了沙鹰
+02:00=%1拔出了最åŽä¸€æŠŠæ²™é¹°
 ; 02:00=%1 took one shot too many
-02:00=%1 挨了太多枪了
+02:00=%1好åƒçœ‹åˆ°é‚£è°å®¶çš„å°è°äº†ï½žï½ž
 ; 02:00=%1 could really have used a health crate
-02:00=%1 真该用下医疗包的
+02:00=%1还没打倒“肉山大魔王â€å‘¢ï½ž
 ; 02:00=%1 has gone to play a better game
-02:00=%1 去玩更有æ„æ€çš„游æˆåŽ»äº†
+02:00=徘å¥ä¹‹ç¥žä¸€å±è‚¡ç³Š%1熊脸上了!
 ; 02:00=%1 has ragequit life
-02:00=%1 拔网线了ï¼
+02:00=%1还没看到这个游æˆçš„主线目标呢ï¼
 ; 02:00=%1 fails
-02:00=%1 失败了
+02:00=洒家,%1还会å†æ¥çš„ï¼
 ; 02:00=Poor poor %1...
-02:00=å¯æ€œçš„ %1...
+02:00=%1的人生简直就是一茶几(æ¯å…·+é¤å…·ï¼‰
 ; 02:00=%1 prefers wormux
-02:00=%1 更喜欢 Wormux
+02:00=%1è€æ¹¿ï¼Œè¿™æ¸¸æˆä¸ç»™åŠ›å•Šï¼
 ; 02:00=%1 has been blocking shots with his face
-02:00=%1 勇于é¢å¯¹ï¼Œç»“果相当惨烈
+02:00=%1æ¯å…·å•Šï¼èŠèŠ±è¦çˆ†å•¦ï¼
 ; 02:00=%1 is a hero amongst me...err..hogs
-02:00=%1 是我的英雄ï¼
+02:00=我嘞个去ï¼ç«Ÿç„¶æœ‰äººçˆ†%1çš„èŠèŠ±ï¼
 ; 02:00=%1 finds his place in Valhalla
-02:00=%1 在勇者纪念碑上找到了ä½ç½®
+02:00=好好干å§ï¼è¦ä¸ç„¶ï¼Œè¿‡ä¸–çš„%1会很伤心的ï¼ï½ž
 ; 02:00=%1 has left the building
-02:00=%1 离开了这间屋å­
+02:00=ä¸è¦ç ´å团队åˆä½œï¼å¦åˆ™è¿‡ä¸–çš„%1会很伤心的ï¼ï½ž
 ; 02:00=%1 goes the way of the dinosaurs
-02:00=%1 步上了æ龙的é“è·¯
+02:00=%1åˆå¼€å§‹è›‹ç–¼äº†ï¼
 ; 02:00=%1 brings hedgehogs one step closer to extinction
-02:00=%1 让刺猬物ç§ç­ç»æ›´è¿‘了一步
+02:00=我嘞个擦ï¼%1è¦è®©åˆºçŒ¬ç­ç»äº†
 ; 02:00=%1 brings a tear to my eye
-02:00=%1 带走了我一滴眼泪
+02:00=我擦嘞ï¼%1死的太çªç„¶é‚£äº†ï¼
 ; 02:00=%1 is an ex-hog
-02:00=%1 生å‰æ˜¯ä¸€åªåˆºçŒ¬
+02:00=%1çš„å¿…æ€æŠ€æ˜¯â€”—å˜æˆé£Ÿç‰©â€”—开玩笑,呵呵
 ; 02:00=%1 is pushing up the daisies
-02:00=%1 被èŠèŠ±ç°‡æ‹¥
+02:00=%1诅咒害他那人蛋疼èŠç´§ï¼
 ; 02:00=%1 has ceased to be
-02:00=%1 被“删除â€äº†
+02:00=%1:啊呀ï¼è¿™ç§æ’法,为湿多疼啊ï¼ï½ž
 ; 02:00=Say goodbye to %1
-02:00=对 %1 说å†è§
+02:00=比任何人都想去天竺的八戒,已ç»é­‚归天际啦ï¼
 ; 02:00=No hope left for %1
-02:00=%1 没有希望了
+02:00=å‘爹呢ï¼ä¸ºä»€ä¹ˆæ®‹å¿µçš„%1会死ï¼ï½ž
 ; 02:00=%1 faces the final curtain
-02:00=%1 é¢å®¹è¢«è½ä¸‹çš„帷幕é®ä½äº†
+02:00=%1:我æ€äº†ä½ ä»¬çš„朋å‹ï¼ŒçŽ°åœ¨æžæˆ‘是å§ï¼
 ; 02:00=Smoke 'em if you got 'em, %1
-02:00=%1 抓紧时间实现你最åŽçš„愿望å§
+02:00=%1心目中的世界观根本就是个BUGå•Šï¼
 ; 02:00=%1 suffers a Spontaneous Massive Existence Failure
-02:00=%1 é­é‡äº†è‡ªå‘性大规模故障(出自星河舰队)
+02:00=%1休斯顿,我们出问题了ï¼ï¼ˆå‡ºè‡ªé˜¿æ³¢ç½—13)
 ; 02:00=%1 has passed on
-02:00=%1 走了
+02:00=%1被天æœâ€œå¢™â€äº†ï¼
 ; 02:00=%1 is stone dead
-02:00=%1 永垂ä¸æœ½
+02:00=%1被凤å§å»çš„ä¸è¡Œäº†ï¼ï½ž
 ; 02:00=%1 is no more
-02:00=%1 ä¸åœ¨äº†
+02:00=春哥需è¦ä½ ï¼Œ%1ï¼
 ; 02:00=%1 has expired
-02:00=%1 已故
+02:00=%1被光腚总èŠæ²³èŸ¹äº†ï¼ï½žï½ž
 ; 02:00=Bereft of life, %1 rests in peace
-02:00=%1 安详地躺ç€
+02:00=%1说,这ä½çŽ©å®¶çš„表情太猥ç了
 ; 02:00=%1 joins the choir invisible
-02:00=%1 加入了éšå½¢å”±è¯—ç­
+02:00=%1用尽了全部的查克拉~
 ; 02:00=Farewell %1, we hardly knew ye!
-02:00=%1, 永别了,我们还ä¸è®¤è¯†ä½ å‘¢ï¼
+02:00=%1åŽæ‚”没信春哥ï¼
 ; 02:00=%1 had a low tolerance for being shot
-02:00=%1 抗打击能力ä¸è¶³
+02:00=%1想说,他一直暗æ‹å‡¤å§å¾ˆä¹…了ï¼ï½ž
 ; 02:00=%1 could have used an extra life
-02:00=%1 本该用å¦ä¸€æ¡å‘½çš„
+02:00=下一局,%1一定会妥妥儿的ï¼ï½žå™¢å—¬ï¼
 ; 02:00=Is there a doctor in the house?
-02:00=有医生å—?
+02:00=擦ï¼æ“¦ï¼çŽ©å„¿è›‹åŽ»!
 
 ; Hog (%1) drowned
 ; 02:01=%1 plays submarine!
-02:01=%1 以为自己是潜水艇!
+02:01=%1感觉自己内心清澈,心é™å¦‚水~
 ; 02:01=%1 mimics the Titanic!
-02:01=%1 学泰å¦å°¼å…‹åŽ»äº†!
+02:01=%1想看波~~波~~
 ; 02:01=%1 swims like a stone!
-02:01=%1 石沉大海!
+02:01=%1想在水下淫出一首好湿!
 ;02:01=%1 checks out the deep end
-02:01=%1 说è¦åŽ»æ£€æŸ¥æ·±æ°´åŒº
+02:01=%1说凤å§åœ¨æ°´ä¸‹ç­‰å¥¹å‘¢ã€‚。。
 ;02:01=%1 goes glug glug glug
-02:01=%1 :“咕噜咕噜咕噜……â€
-;02:01=%1 goes splash
-02:01=%1 栽入水花里
-;02:01=%1 forgot his armbands
-02:01=%1 忘记了戴臂章
+02:01=%1 :è èè è蜜得隆东强~
+; 02:01=%1 goes splash
+02:01=芭蕉桑~你快醒醒å§ï½ž 
+; 02:01=%1 forgot his armbands
+02:01=阿西BUG~ï¼%1æ¯å…·äº†ï¼
 ;02:01=%1 really should have taken swimming lessons
-02:01=%1 真的该去学游泳的
+02:01=%1çš„é—言:信春哥得永生ï¼
 ;02:01=%1 left his surfboard at home
-02:01=%1 把救生圈忘家了
+02:01=ä¸ç»™åŠ›å•Šï¼è€æ¹¿ï¼
 ;02:01=%1 is washed up
-02:01=%1 冲走了
+02:01=%1庆幸自己没掉马桶里ï¼
 ;02:01=%1 is one soggy hog
-02:01=%1 湿掉了
+02:01=%1生å‰æ˜¯ä¸ªæ‹³æ¹¿ï½žï½ž
 ;02:01=%1 forgot to bring his life jacket
-02:01=%1 忘记带他的救生衣了
+02:01=我擦泪ï¼ä¸‹æ°´å‰%1忘了脱内裤ï¼
 ;02:01=%1 goes splish splash splish
-02:01=%1 实现了水上飘,è½æ°´ï¼Œèº«åŽä¸€ç‰‡æ°´èŠ±è¡æ¼¾
+02:01=我嘞个去ï¼%1怎么穿ç€å†…裤就掉下去了~
 ;02:01=%1 is sleeping with the fishes
-02:01=%1 将会和鱼ç¡åœ¨ä¸€èµ·
+02:01=%1看到美人鱼在脱衣æœï½ž
 ;02:01=%1 thinks the water physics suck in this game
-02:01=%1 认为这游æˆçš„设定糟糕é€äº†
+02:01=%1认为这次元还真是个ä¸æ¯›ä¹‹åœ°å•Šï¼
 ;02:01=%1 looks thirsty
-02:01=%1 好åƒå¾ˆæ¸´
+02:01=这次元怎么连根毛都没有~
 ;02:01=the sea claims %1
-02:01=大海åžæ²¡äº† %1
+02:01=雅买歹~~(河蟹)
 ;02:01=%1 is lost at sea
-02:01=%1 在海上迷失了
+02:01=%1å®æ„¿è‡ªæˆ‘河蟹~~
 ;02:01=%1 should have brought his scuba gear
-02:01=%1 应该è¦å¸¦æ½œæ°´å·¥å…·çš„
+02:01=水表示鸭梨很大~~
 ;02:01=%1 gets a burial at sea
-02:01=%1 享å—到了海葬待é‡
+02:01=%1,春哥è¦ä½ 
 ;02:01=%1 has that sinking feeling
-02:01=%1 觉得自己在下沉
+02:01=%1曾哥在水下唱“狮å­åº§â€
 ;02:01=%1 is practicing his backstroke
-02:01=%1 终于能实践自己的游泳ç†è®ºäº†
+02:01=%1的内裤是粉红色的哦ï¼
 ;02:01=%1 goes in search of the Titanic
-02:01=%1 去泰å¦å°¼å…‹å·å¯»å®äº†
+02:01=水下竟然有神兽ï¼
 ;02:01=%1 is not Jesus
-02:01=很é—憾 %1 ä¸æ˜¯è€¶ç¨£
+02:01=%1正在观看河蟹狂åƒè‰æ³¥é©¬ï½ž 
 ;02:01=%1 is finding Nemo
-02:01=%1 找尼莫去了
+02:01=%1觉得陆地上房价太高了
 ;02:01=%1 springs a leak
-02:01=%1 钻入了一个水洼
+02:01=%1表示鸭梨很大~
+;02:01=%1 has tha
+02:01=%1想去看凤å§çš„内裤颜色~
 ;02:01=You've gotta wonder how many hogs are down there
-02:01=你会知é“海底还会有多少åŒä¼´çš„
+02:01=你会知é“出师未æ·èº«å…ˆæ­»çš„八戒在下é¢ç­‰ä½ å‘¢
 ;02:01=%1 makes the ocean slightly higher
 02:01=%1 让海平é¢é«˜äº†é‚£ä¹ˆä¸€ç‚¹, 就一点
 ;02:01=%1 didn't enlist in the Navy
-02:01=很明显 %1 没在海军æœå½¹è¿‡
+02:01=%1害怕城管æ¥æŠ“他~ï¼
 ;02:01=%1 is doing his impersonation of a dead fish
-02:01=%1 其实是在模仿死鱼啦
+02:01=è²å¾‹å®¾è­¦å¯Ÿè¥æ•‘%1失败~
 ;02:01=At least you didn't go down the toilet, %1
-02:01=还好 %1 ä½ ä¸æ˜¯æŽ‰è¿›äº†åŽ•æ‰€
+02:01=%1æ’…ç€ä¸ªè…šé£žèµ·æ¥å•¦ï½ž
 ;02:01=Sonic couldn't swim and neither can %1
-02:01=和索尼克一样, %1 也ä¸ä¼šæ¸¸æ³³çš„
+02:01=海底有个如æ„按摩棒~~ 
 ;02:01=%1 wants to play Ecco the dolphin
-02:01=%1 想玩海底漫步
+02:01=%1想当水下波霸~ï¼
 ;02:01=%1 has gone to visit Aquaria
-02:01=%1 去水æ—馆报到了
+02:01=%1被气得忿忿儿的ï¼
 ;02:01=%1 has found the lost city of Atlantis
-02:01=%1 找到了传说中的亚特兰蒂斯城
+02:01=%1被爆èŠäº†ï¼Œè¦åˆ°æ°´ä¸‹æ¸…洗一下ï¼
 ;02:01=%1 aims for the lead role in Bioshock 3
-02:01=%1 的目的是为了在生化å±æœº3中起带头作用
+02:01=%1åŽä¸½ä¸½çš„掉下去啦~
 ;02:01=Your doggy paddle could use a little work, %1
-02:01=狗爬å¼ä¼šæœ‰ç”¨çš„, %1
+02:01=%1实在是太V5啦ï¼è¿žå…‰è…šæ€»èŠéƒ½æ‹¿ä»–没辙ï¼
 ;02:01=%1 should have brought a jet ski
-02:01=%1 居然没带摩托艇
+02:01=%1还没æ¥å¾—åŠå槽ï¼é˜¿è¥¿BUGï¼
 ;02:01=%1 doesn't like watersports
-02:01=%1 ä¸å–œæ¬¢æ°´ä¸Šè¿åŠ¨
+02:01=%1的伪娘气质还没表现出æ¥å‘¢
 ;02:01=%1 is forever blowing bubbles
-02:01=%1 学会了ç»æŠ€: 神风å¹æ³¡æ³¡
+02:01=%1è½æ°´æ—¶çš„体ä½äº®äº†ï½ž
 ;02:01=%1 is short of a raft
-02:01=%1 腿太短了
+02:01=%1被天æœå±è”½äº†ï½ž
 ;02:01=%1 thinks salt water is good for the skin
-02:01=%1 认为ç›æ°´å¯¹çš®è‚¤æœ‰å¥½å¤„
+02:01=%1认为天æœå®žåœ¨æ˜¯ä¸ªä¼Ÿå¤§çš„国度
 ;02:01=%1 gets salt water in his wounds
-02:01=%1 的伤å£æ²¾ä¸Šäº†ç›æ°´
+02:01=%1大喊:ä¸ç»™åŠ›å•Šï¼Œä½ ä¸ªç™½ç—´è€æ¹¿ï¼
 ;02:01=%1 has walked the plank
-02:01=%1 错过了那å—木æ¿
+02:01=太ä¸ç»™åŠ›å•¦ï¼Œè€æ¹¿ï¼
 ;02:01=%1 has a bath
-02:01=%1 洗澡去了
+02:01=这游æˆä¸å¸¦æ„Ÿå•Šï¼
 ;02:01=%1 is wet wet wet
-02:01=%1 全身是水
+02:01=亮点永远都在最åŽ
 ;02:01=%1 gets his quills wet
-02:01=%1 把刚毛弄湿了
+02:01=%1把å±è‚¡å¼„湿了
 ;02:01=It's Davy Jones' locker for %1
-02:01=深海阎王正在等待 %1
+02:01=天æœæ­£åœ¨æ°´ä¸‹ç­‰%1å‘¢
 
 ; Round starts
 ; 02:02=Let's fight!
+; 02:02=Armed and ready!
 02:02=开战!
-; 02:02=Armed and ready!
 02:02=准备!
 ;02:02=Let's get ready to rumble!
 02:02=准备对轰!
 ;02:02=Let's get it on!
-02:02=让我们得到胜利!
+02:02=让我们å–得胜利!
 ;02:02=Let's get this party started
 02:02=这个Partyè¦å¼€å§‹äº†
 ;02:02=Last hog standing wins
-02:02=胜利属于最åŽä¸€ä¸ªç”Ÿè¿˜è€…
+02:02=胜利属于信春哥的人
 ;02:02=Let's go!
 02:02=出å‘å§!
 ;02:02=Let's rock!
@@ -301,23 +303,23 @@
 ;02:02=This is the start of something big
 02:02=这是一个伟大的开始
 ;02:02=Welcome to Hedgewars
-02:02=欢迎æ¥åˆ°åˆºçŒ¬å¤§ä½œæˆ˜
+02:02=欢迎æ¥åˆ°â€œåˆºçŒ¬æ€â€ï¼
 ;02:02=Welcome to the front lines
 02:02=欢迎æ¥åˆ°å‰çº¿
 ;02:02=Crush your enemies!
-02:02=目标:粉碎你的敌人!
+02:02=目标:åƒæŽ‰ä½ çš„敌人!
 ;02:02=May the best hog win
-02:02=ç¥æ„¿èƒœåˆ©å±žäºŽæœ€åŽ‰å®³çš„刺猬!
+02:02=胜利属于会打飞机的那åª!
 ;02:02=Victory or death
 02:02=胜利或死亡
 ;02:02=To the victor goes the spoils
 02:02=战利å“åªå±žäºŽèƒœåˆ©è€…
 ;02:02=Losing is not an option
-02:02=字典里é¢åº”该没有"输"这个字的
+02:02=加嘞个油ï¼è€æ¹¿ä¸èƒ½è¾“å•Šï¼
 ;02:02=Cry havoc! Let loose the hogs of war!
-02:02=å“­å§! 这是刺猬的战争
+02:02=å“­å§! 这是刺猬的
 ;02:02=Hedgewars, brought to you by Hedgewars.org
-02:02=欢迎æ¥åˆ°åˆºçŒ¬å¤§ä½œæˆ˜, Hedgewars.org 为你呈现
+02:02=欢迎æ¥åˆ°åˆºçŒ¬å¤§ä½œæˆ˜, 官方网站 Hedgewars.org
 02:02=GL HF
 ;02:02=Just count yourself lucky you're not up against Tiyuri
 02:02=你看你多幸è¿ä½ ä¸æ˜¯åœ¨å¯¹æˆ˜ Tiyuri
@@ -332,7 +334,7 @@
 ;02:02=Give it your all!
 02:02=展现你的一切å§!
 ;02:02=The losers do the cleaning up!
-02:02=输的è¦ç½šæ‰«åŽ•æ‰€!
+02:02=输的è¦åŽ»å»å‡¤å§!
 ;02:02=Let the fight of the millenium begin
 02:02=宇宙之战开始了
 ;02:02=Let the fight of the century begin
@@ -348,7 +350,7 @@
 ;02:02=Let the fight of the day begin
 02:02=本日最强入围赛开始了
 ;02:02=Let the fight of the hour begin
-02:02=我们能战一å°æ—¶!
+02:02=我们能狂玩一å°æ—¶!
 ;02:02=Do your best!
 02:02=诸å›åŠªåŠ›!
 ;02:02=Destroy the enemy!
@@ -356,31 +358,30 @@
 ;02:02=Good luck
 02:02=ç¥ä½ å¥½è¿
 ;02:02=Have fun~
-02:02=开心玩~
+02:02=玩儿蛋去~
 ;02:02=Fight the good fight
-02:02=漂亮的战斗
+02:02=è¦èµ¢!
 ;02:02=Fight dirty
-02:02=ä¸æ‹©æ‰‹æ®µ
+02:02=ä¸æ‹©æ‰‹æ®µä¹Ÿè¡Œ!
 ;02:02=Fight with honour
-02:02=满载è£èª‰è€Œæˆ˜
+02:02=请注æ„文明用语
 ;02:02=Don't give up
-02:02=教练告诉你: 别放弃
+02:02=出师未æ·èº«å…ˆæ­»çš„教练: 别放弃
 ;02:02=Never surrender
 02:02=æ°¸ä¸å±ˆæœ!
 ;02:02=Rock 'em and sock 'em!
-02:02=蹂è™å¯¹æ‰‹
+02:02=刺猬æ€!æ€!æ€!
 ;02:02=Let the fragfest begin!
 02:02=积分赛开始!
 ;02:02=I hope you're ready for a tussle!
 02:02=你准备好æ¶æˆ˜äº†ä¹ˆ?
-;02:02=Go Go Go!
-02:02=上ï¼
+02:02=Go Go Go!
 ;02:02=Hedgehogs advance!
-02:02=刺猬å‘å‰å†²ï¼
+02:02=刺猬历险记!
 ;02:02=Bring it to them!
 02:02=炸飞他们!
 ;02:02=Have no fear!
-02:02=无所ç•æƒ§!
+02:02=勇敢å‰è¿›!
 ;02:02=Be brave and conquer
 02:02=敢于å¾æœ!
 
@@ -396,33 +397,33 @@
 ;02:05=Medic!
 02:05=急救包!
 ;02:05=First aid from the skies!
-02:05=æ•‘æ´ç‰©èµ„空è¿æ¥äº†!
+02:05=最NB的东西空è¿æ¥äº†!
 ;02:05=A health pack for you
 02:05=你的医疗包到了
 ;02:05=Good health.. in box form!
-02:05=生命就在那箱å­é‡Œ!
+02:05=凤å§çš„内裤就在那箱å­é‡Œ!
 ;02:05=The doctor calls
-02:05=医生的紧急呼å«
+02:05=人在江湖飘啊,è°èƒ½ä¸æŒ¨åˆ€å•Šï¼PIA~PIA~
 ;02:05=Fresh band-aids!
 02:05=新鲜创å¯è´´!
 ;02:05=This will make you feel better
-02:05=åƒäº†è¿™ä¸ªæ„Ÿè§‰ä¼šå¥½äº›çš„...
+02:05=åƒäº†è¿™ä¸ªæ„Ÿè§‰åƒåœ¨å»æ˜¥å“¥...
 ;02:05=A Hi-Potion! Whoops wrong game
-02:05=兴奋剂ï¼å‘ƒã€‚。。走错地方了
+02:05=伟哥ï¼å‘ƒã€‚。。走错地方了
 ;02:05=A pick-me-up!
 02:05=万金油!
 ;02:05=Grab it
-02:05=æ‰ä½å®ƒ
+02:05=就是它了ï¼
 ;02:05=A healthy snack
-02:05=å¥åº·é£Ÿå“
+02:05=春哥的å»å¦‚期而至~
 ;02:05=A remedy to pain
-02:05=止痛饼æ¥äº†
+02:05=这货ä¸æ˜¯è¯åŒ…ï¼è¿™è´§ä¸æ˜¯è¯åŒ…ï¼è²Œä¼¼è¿™è´§å°±æ˜¯è¯åŒ…。。。
 ;02:05=Correct Dosage: as many as you can find!
-02:05=使用方法: åƒå¾—越多越好
+02:05=凤å§è¯šå¿ƒæ醒:这东西很管用
 ;02:05=Urgent delivery
-02:05=紧急物资
+02:05=请å°å¿ƒä½¿ç”¨
 ;02:05=Supplies!
-02:05=补给!
+02:05=里é¢æ²¡æœ‰TT
 
 ; New ammo crate
 ; 02:06=More weapons!
@@ -430,79 +431,79 @@
 ;02:06=Reinforcements!
 02:06=增æ´!
 ;02:06=Lock and load!
-02:06=准备!
+02:06=凤å§çš„åŠæ—¶é›¨!
 ;02:06=I wonder what weapon is in there?
-02:06=我è¦çš„那个会在的å§...
+02:06=尿布湿...
 ;02:06=Supplies!
-02:06=补给!
+02:06=也许有伟哥哦!
 ;02:06=What could be inside?
 02:06=里é¢ä¼šæœ‰å•¥å‘¢?
 ;02:06=Christmas comes early in Hedgewars
-02:06=刺猬大作战æ¯å¤©éƒ½æ˜¯åœ£è¯žèŠ‚
+02:06=刺猬æ€ç‰¹åˆ«æ´¾é€ï½ž
 ;02:06=A present!
-02:06=礼物é€åˆ°!
+02:06=今年过节ä¸æ”¶ç¤¼!
 ;02:06=Special delivery!
-02:06=特快专递!
+02:06=特快专递,收件人付费!
 ;02:06=It was a nightmare getting this through customs
-02:06=本局的噩梦æ¥äº†
+02:06=“肉山大魔王â€æ¥äº†
 ;02:06=Destructive toys from the heavens
-02:06=玩具从天堂掉下æ¥äº†
+02:06=åƒäº†è¿™ä¸ªå¯ä»¥æ‰¾å‡¤å§
 ;02:06=Warning! Contents Volatile
-02:06=警告! 内å«å±é™©ç‰©å“
+02:06=警告! å°å¿ƒå–·é¼»è¡€ï½ž
 ;02:06=Pick it up or blow it up, choice is yours
-02:06=拿走或打爆, éšä½ 
+02:06=拿走或爆掉, éšä½ 
 ;02:06=Goodies!
-02:06=好玩æ„å„¿!
+02:06=貌似没有凤å§çš„内裤!
 ;02:06=Mmmmm Ammo
 02:06=å¼¹è¯!!!!
 ;02:06=A box of destructive power
-02:06=潘朵拉之盒
+02:06=潘朵拉的å®ç›’
 ;02:06=Airmail!
-02:06=天é™ä¹‹ç‰©!
+02:06=航空邮件,收件人付费!
 ;02:06=Whatever's in that box, it ain't pizza
-02:06=无论里é¢æ˜¯å•¥, 那肯定ä¸ä¼šæ˜¯è½¯å¦¹å­
+02:06=无论里é¢æ˜¯å•¥, 那肯定ä¸ä¼šæ˜¯å°é‡Žå¦¹å­
 ;02:06=Get it!
 02:06=拿走它!
 ;02:06=Weapon drop incoming
 02:06=武器掉下æ¥äº†!
 ;02:06=Don't let the enemy grab that!
-02:06=别让敌人拿了!
+02:06=别让平田å›æ‹¿äº†!
 ;02:06=Shiny new toys!
-02:06=新玩具!
+02:06=把这玩æ„装备上!
 ;02:06=A mysterious box!
-02:06=谜的箱å­...
+02:06=迷一般的玩æ„...
 
 ; New utility crate
 ; 02:07=Tooltime!
 02:07=工具箱!
 ;02:07=This could come in handy...
-02:07=è¿™å¯èƒ½æ´¾ä¸Šç”¨åœº
+02:07=这货ä¸æ˜¯å·¥å…·ç®±ï¼è²Œä¼¼è¿™è´§å°±æ˜¯å·¥å…·ç®±...
 ;02:07=Utilities!
 02:07=工具!
 ;02:07=Utilise this box
 02:07=工具在这里!
 ;02:07=Watch out below
-02:07=快看这里!
+02:07=令人蛋疼的东西!
 ;02:07=More utilities!
 02:07=更多选择更多欢笑, 尽在工具包
 ;02:07=Tools for you!
-02:07=一堆工具, é€ç»™ä½ !
+02:07=爆èŠç”¨çš„, é€ç»™ä½ !
 ;02:07=This should be good!
-02:07=这看è§èµ·æ¥è›®å¥½...
+02:07=èŠèŠ±è¡¨ç¤ºåŽ‹åŠ›å¾ˆå¤§...
 ;02:07=Use this wisely
 02:07=使用这个æ‰æ˜¯æ˜Žæ™ºçš„选择
 ;02:07=Ooo this box is heavy
-02:07=好é‡...好é‡...
+02:07=这东西让所有刺猬为之一震
 ;02:07=You might need this
 02:07=会有用的
 
 ; Hog (%1) skips his turn
 ; 02:08=%1 is sooo boring...
-02:08=%1 太无èŠäº†...
+02:08=%1太无èŠäº†...
 ;02:08=%1 couldn't be bothered
-02:08=%1 ä¸æƒ³è¢«æ‰“扰!
+02:08=%1è¦åŽ»æ‰¾å‡¤å§ï¼
 ;02:08=%1 is one lazy hog
-02:08=%1 太懒了
+02:08=%1太懒了
 ;02:08=%1 is thoughtless
 02:08=%1 太轻率了
 ;02:08=%1 gave up
@@ -570,89 +571,163 @@
 ;02:08=%1 has fallen asleep
 02:08=%1 ç¡ç€äº†
 
+; Hog (%1) skips his turn
+; 02:08=%1 is sooo boring...
+02:08=%1 太无èŠäº†...
+;02:08=%1 couldn't be bothered
+02:08=%1è¦åŽ»æ‰¾å‡¤å§!
+;02:08=%1 is one lazy hog
+02:08=%1找春哥è¦ç­¾å去了!
+;02:08=%1 is thoughtless
+02:08=%1å»å‡¤å§åŽ»
+;02:08=%1 gave up
+02:08=%1阿西BUGï¼
+;02:08=You snooze you lose, %1
+02:08=%1æ— å¯å¥ˆä½•ï¼
+;02:08=%1 shamelessly skips
+02:08=%1无耻的跳过了本回åˆ
+;02:08=%1 is really lazy
+02:08=%1貌似长痔疮了ï¼
+;02:08=%1 needs a little more motivation
+02:08=%1觉得自己需è¦ä¼Ÿå“¥
+;02:08=%1 is a pacifist
+02:08=%1脱了去
+;02:08=%1 has a breather
+02:08=%1正在åƒé¥­å‘¢
+;02:08=%1 has a rest
+02:08=%1需è¦é£Ÿç‰©
+;02:08=%1 chills out
+02:08=%1想è¦çˆ±çˆ±äº†
+;02:08=%1 has no faith in his own abilities
+02:08=%1åšå•¥éƒ½æ²¡ä¿¡å¿ƒäº†
+;02:08=%1 decides to do nothing at all
+02:08=%1决定找凤å§ä¸€å—玩
+;02:08=%1 lets the enemy destroy itself
+02:08=%1认为凤å§ä¼šæ¥æ€æ•Œçš„
+;02:08=%1 would be terrible at parties
+02:08=%1æ’…ç€å±è‚¡æ‘†ä½“ä½
+;02:08=%1 hides out
+02:08=%1会éšèº«æœ¯
+;02:08=%1 has decided to pass on this opportunity
+02:08=%1å·²ç»å†³å®šæ”¾å¼ƒè¿™ä¸ªæœºä¼š
+;02:08=%1 decides the best thing he can do is...nothing
+02:08=%1决定他现在最应该åšçš„是......去找凤å§
+;02:08=%1 is a big wuss
+02:08=%1真是太蠢了!
+;02:08=Buck Buck Buck, %1 is a chicken
+02:08=%1找个内裤æ¥çŽ©çŽ©
+;02:08=%1 is looking a little yellow
+02:08=%1看æ¥æœ‰ç‚¹å°å ‚å‘黑
+;02:08=%1 is a coward!
+02:08=%1是圣德太å­!
+;02:08=%1 is waiting for sudden death
+02:08=%1在等待çªç„¶æ­»äº¡æ¨¡å¼
+;02:08=%1 is not the fighting type
+02:08=%1妥妥儿的
+;02:08=%1 is reconsidering his purpose in life
+02:08=%1正在æ€è€ƒå‡¤å§å†…裤的颜色
+;02:08=%1 was never much of a good shot anyway
+02:08=%1从æ¥å°±æ²¡çŽ©å¥½è¿‡
+;02:08=%1 didn't want to join the army in the first place
+02:08=%1ä¸æƒ³çŽ©è¿™æ¸¸æˆ
+;02:08=Stop wasting our time, %1
+02:08=别浪费时间了! %1
+;02:08=I'm dissapointed in you, %1
+02:08=拳湿对你失望了,平田å›
+;02:08=Come on, you can do better than that %1
+02:08=%1我嘞个去ï¼
+;02:08=%1's will has broken
+02:08=%1正在打飞机
+;02:08=%1 apparently has better things to do
+02:08=%1显然有更好的事情等ç€åš
+;02:08=%1 is scared stiff
+02:08=%1怕刺激
+;02:08=%1 has fallen asleep
+02:08=%1ç¡ç€äº†
+
 ; Hog (%1) hurts himself only
 ; 02:09=%1 should practice aiming!
-02:09=%1 该练练瞄准了!
+02:09=%1该练练瞄准了!
 ; 02:09=%1 seems to hate himself.
-02:09=%1 似乎看自己很ä¸çˆ½ã€‚
+02:09=%1似乎看自己很ä¸çˆ½ã€‚
 ; 02:09=%1 is standing on the wrong side!
-02:09=%1 在表演乌龙ï¼
+02:09=%1在表演狗åƒå±Žï¼
 ; 02:09=%1 makes like an emo
-02:09=%1 以为自己无敌
+02:09=%1以为自己是拳湿
 ; 02:09=%1 was holding his weapon the wrong way around
-02:09=%1 好åƒæŠŠæ­¦å™¨æ‹¿é”™æ–¹å‘了
+02:09=%1好åƒæŠŠæ­¦å™¨æ‹¿é”™æ–¹å‘了
 ;02:09=%1 is a little sadistic
-02:09=%1 有点施è™ç‹‚
+02:09=%1更喜欢凤å§æ¥çŽ©
 ;02:09=%1 is a masochist
-02:09=%1 是å—è™ç‹‚
+02:09=%1是更喜欢春哥æ¥çŽ©
 ;02:09=%1 has no instinct of self-preservation
-02:09=%1 根本ä¸ä¼šè‡ªæˆ‘ä¿æŠ¤
+02:09=%1根本ä¸ä¼šè‡ªæˆ‘ä¿æŠ¤
 ;02:09=%1 messed up
-02:09=%1 乱套了
+02:09=%1å槽了
 ;02:09=%1 screwed up
-02:09=%1 æžç ¸äº†
+02:09=%1体ä½æžé”™äº†
 ;02:09=That was a poor shot, %1
-02:09=%1 这一å‘真渣
+02:09=%1这一å‘真å‘爹的ï¼
 ;02:09=%1 is a little too careless with dangerous weapons
-02:09=%1 太ä¸å°å¿ƒç”¨é‚£äº›å±é™©çš„玩æ„了
+02:09=%1太ä¸å°å¿ƒç”¨é‚£äº›å±é™©çš„玩æ„了
 ;02:09=%1 should consider a change of career
-02:09=%1 正在考虑转èŒ
+02:09=%1正在考虑玩凤å§
 ;02:09=Worst. Shot. Ever!
-02:09=æ›´å·®! 最差! éžå¸¸å·®!
+02:09=值啦! 值啦! 太值啦!
 ;02:09=No no no %1, you shoot at the ENEMY!
-02:09=No no no %1, ä½ è¦æ‰“敌人!
+02:09=%1, ä½ è¦æ‰“敌人!ä¸è¦æ‰“飞机ï¼
 ;02:09=%1 should only be destroying the enemy
-02:09=%1 应该消ç­æ•Œäººæ‰å¯¹
+02:09=%1应该消ç­å®¿æ•Œå•Š
 ;02:09=%1 moves one step closer to suicide
-02:09=%1 正在走å‘自æ€
+02:09=%1需è¦åƒè˜‘è‡äº†
 ;02:09=%1 aids the enemy
-02:09=%1 帮助敌人
+02:09=%1感觉自己蛋疼
 ;02:09=That was stupid %1
-02:09= %1 是笨蛋
+02:09=%1感觉自己èŠç´§
 ;02:09=%1 lives by the mantra of "no pain, no gain"
-02:09=%1 贯彻“ä¸ä»˜å‡ºï¼Œä½•æ”¶èŽ·â€œçš„原则
+02:09=%1çªç„¶æœ‰ç‚¹ä¹³é…¸
 ;02:09=%1 is confused
-02:09=%1 æ€ç»´æ··ä¹±äº†
+02:09=%1貌似åƒé”™è¯äº†
 ;02:09=%1 hurt itself in its confusion
-02:09=%1 在混乱中攻击自己
+02:09=%1åƒé”™è¯è€Œæ‰“错人
 ;02:09=%1 has a knack for embarrassing himself
-02:09=%1 正在为自己尴尬
+02:09=%1感觉èŠèŠ±é¸­æ¢¨å¾ˆå¤§
 ;02:09=%1 is a klutz!
-02:09=%1 就是一个笨蛋!
+02:09=%1è¦å—ä¸äº†å•¦
 ;02:09=%1 is clumsy
-02:09=%1 笨手笨脚的
+02:09=%1实在是笨到水了
 ;02:09=%1 shows the enemy what he's capable of
-02:09=%1 展示了自己的能力
+02:09=%1真是太æ¯å…·äº†
 ;02:09=%1 can't be expected to be perfect all the time
-02:09=%1 ä¸èƒ½æ¯æ¬¡éƒ½å®Œç¾Ž
+02:09=%1感觉自己的人生就一茶几
 ;02:09=Don't worry %1, pobody's nerfect
-02:09=ä¸ç”¨æ‹…心 %1 , 人都ä¸æ˜¯å®Œç¾Žçš„
+02:09=æ¯å…·å•Šï¼
 ;02:09=%1 totally did that on purpose
-02:09=%1 这么åšçœŸçš„是有目的
+02:09=爆èŠå•¦!
 ;02:09=I won't tell anyone if you don't, %1
-02:09=我ä¸ä¼šæŠŠ %1 的事情到处说的
+02:09=è„‘ä»ç–¼å•Šï¼
 ;02:09=How embarrassing!
-02:09=何等的失æ€!
+02:09=内裤找ä¸åˆ°å•¦ï¼Œå®³ç¾ž!
 ;02:09=I'm sure nobody saw that %1
-02:09=ä¿è¯ï¼Œå†³æ²¡äººçœ‹åˆ° %1 åšä»€ä¹ˆ
+02:09=这游æˆæ˜¯è°å‘明的,画个圈圈诅咒他。。。
 ;02:09=%1 needs to review his field manual
-02:09=%1 需è¦å¤ä¹ è¯´æ˜Žä¹¦
+02:09=%1ä¸çœ‹è¯´æ˜Žä¹¦å°±ä¸Šåœº
 ;02:09=%1's weapon clearly malfunctioned
-02:09=%1 的武器很明显å了
+02:09=%1被è°çˆ†èŠäº†å§
 
 ; Hog shot an home run (using the bat and another hog)
 ; 02:10=Home Run!
 02:10=全垒打ï¼
 ; 02:10=A bird, a plane, ...
-02:10=一åªé¸Ÿï¼Œä¸€æž¶é£žæœºï¼Œ...
+02:10=看ï¼ç°æœºï¼æ¥æ‰“ç°æœºå•Šï¼...
 ; 02:10=That one is out!
-02:10=那一ä½å‡ºç•Œäº†ï¼
+02:10=太差劲了,出局ï¼
 
 ; Hog (%1) has to leave (team is gone)
-02:11=%1 必须上床了
-02:11=%1 玩的过ç«äº†ï¼Œä¼‘æ¯ä¸€ä¸‹
-02:11=å‘å°„ï¼è¿™ä½å·²ç»è¢«é€å‡ºåŽ»
-02:11=%1 必须走了
+02:11=%1必须找凤å§ä¸ŠåºŠäº†
+02:11=%1玩的过ç«äº†ï¼Œæ‰¾çŠ€åˆ©å“¥æ›¿ä»£ä¸€ä¸‹
+02:11=å‘å°„ï¼è¿™ä½å·²ç»è¢«å°„出去。。。
+02:11=%1必须颠èœäº†
 
 ; Weapon Categories
 03:00=定时手雷
@@ -697,9 +772,9 @@
 03:39=移动工具
 03:40=燃烧弹
 ;03:41=Huge fan of Squawks
-03:41=噪音
+03:41=强烈的震撼
 ;03:42=I'm making a note here...
-03:42=我将在此记录...
+03:42=我将ååž‚é’湿...
 
 ; the misspelled "Beethoven" is intentional (-> to beat)
 ;03:43=Performing Beathoven's deadly sonata
@@ -735,9 +810,9 @@
 04:15=呼å«ä¸€æž¶é£žæœºè½°ç‚¸ä½ çš„敌人.|å·¦/å³æ–¹å‘é”®: 决定攻击方å‘|光标: 选定目标
 04:16=呼å«ä¸€æž¶é£žæœºæŠ•ä¸‹å¤§é‡åœ°é›·.|å·¦/å³æ–¹å‘é”®: 决定攻击方å‘|光标: 选定目标
 04:17=需è¦ä¸ªå®‰å…¨çš„地方? 使用喷ç¯ä¸ºä½ æŒ–掘一æ¡å®‰å…¨çš„隧é“!|攻击键: 开始/åœæ­¢æŒ–掘
-04:18=å–·ç¯è¿˜ä¸å¤Ÿ?还è¦ä¸ªæ›´å®‰å…¨çš„地方?|建造若干æ¡å¤§æ¢æŒ¡ä½å§.|å·¦/å³æ–¹å‘é”®: 选择æ¢çš„æ–¹å‘|光标: 建造
+04:18=钻洞器还ä¸å¤Ÿ?还è¦ä¸ªæ›´å®‰å…¨çš„地方?|建造若干æ¡å¤§æ¢æŒ¡ä½å§.|å·¦/å³æ–¹å‘é”®: 选择æ¢çš„æ–¹å‘|光标: 建造
 04:19=适当的时候撤退是比所有的攻击|更安全的选择|光标: 选择传é€ç›®æ ‡
-04:20=å¯ä»¥è®©ä½ æ›´æ¢å½“å‰ä½¿ç”¨çš„刺猬.|攻击键: å¯åŠ¨åˆ‡æ¢åŠŸèƒ½
+04:20=å¯ä»¥è®©ä½ æ›´æ¢å½“å‰ä½¿ç”¨çš„刺猬.|攻击键: å¯åŠ¨åˆ‡æ¢åŠŸèƒ½|TAB:切æ¢åˆºçŒ¬
 04:21=用炮弹å‘射器å‘射一个手榴弹样|的东西. 在爆炸之åŽä¼šè£‚å¼€æˆå°å—|攻击键: 全力å‘å°„
 04:22=è¿™ä¸åªæ˜¯å¥³çŽ‹æ‰ç”¨çš„东西!|这鞭å­èƒ½è§£å†³å¾ˆå¤šé—®é¢˜, 比如说那些|喜欢站在悬崖边上的å°å±å­©.|攻击键: 鞭打你é¢å‰çš„一切东西
 04:23=自æ€å¼ç‚¸å¼¹è¢­å‡»å‘æ¥å¥½ç”¨!|用你的一æ¡å‘½æ”»å‡»ç›´çº¿ä¸Šçš„一切东西并爆炸.|攻击键: å¯åŠ¨è‡ªæ€æ€§æ”»å‡»
@@ -759,19 +834,19 @@
 04:39=驾驶飞碟å¯ä»¥é£žåˆ°åœ°å›¾ä¸Šçš„任何角è½.|ä¸è¿‡è¿™ä¸ªä¸œè¥¿è¿žå‘明者都认为很难用.|攻击键: 激活|上/å·¦/å³æ–¹å‘é”®: å‘æŸæ–¹å‘飞|å‰è·³ï¼šæ”»å‡»æ•Œäºº
 04:40=把地é¢å¡«æ»¡æ±½æ²¹ç„¶åŽ....|攻击键: 按ä½è“„力.
 ;04:41=自然的力é‡è¦ç›–过飞盘。|带ç€åˆºçŒ¬çš„鸟竟然毫ä¸çŠ¹è±«çš„空中下蛋ï¼|攻击键: 激活和放蛋|上/å·¦/å³æ–¹å‘é”®: å‘æŸæ–¹å‘飞
-;04:42=This portable portal device is capable|of instantly transporting you, your enemies,|or your weaponry between two points on the|terrain.|Use it wisely and your campaign will be a...|HUGE SUCCESS!|Attack: Shoot a portal|Switch: Cycle portal colours
+;04:42=这玩æ„å¯ä»¥,|or your weaponry between two points on the|terrain.|Use it wisely and your campaign will be a...|HUGE SUCCESS!|Attack: Shoot a portal|Switch: Cycle portal colours
 04:42=移动传é€è£…ç½®|迅速传输自己或者敌人或者|你的武器,直接连接|地表的两个ä¸åŒä½ç½®ã€‚|用的èªæ˜Žé‚£ä¹ˆã€‚。。|攻击键: å‘射一个传é€ç‚¹|切æ¢é”®: 改å˜é¢œè‰²
 ;04:43=Make your musical debut an explosive success!|Drop a piano from the heavens, but beware...|someone needs to play it, and that may cost you|your life!|Cursor: Select target region|F1-F9: Play the piano
 04:43=音ä¹ç»†èƒžçš„迸å‘!|é’¢ç´ä»Žå¤©å ‚é™è½ï¼Œå¸¦|ç€æ¼”å¥è€…最终回归天堂|光标: 选择目标区域|F1-F9:æ¼”å¥é’¢ç´
-04:44=è¿™ä¸æ˜¯å¥¶é…ªï¼è€Œæ˜¯ç”ŸåŒ–武器ï¼|爆炸åªæœ‰ä¸€æ¬¡ï¼Œå¸¦æ¥çš„毒害是深远的ï¼|1-5: 设定定时器|攻击键: 按ä½è“„力
+04:44=这货ä¸æ˜¯å¥¶é…ªï¼è²Œä¼¼æ˜¯ç”ŸåŒ–武器ï¼|爆炸åªæœ‰ä¸€æ¬¡ï¼Œå¸¦æ¥çš„毒害是深远的ï¼|1-5: 设定定时器|攻击键: 按ä½è“„力
 ;04:45=All those physics classes have finally |paid off, launch a devastating Sine |wave at your foes. |Watch out, this weapon packs quite a kick. (This weapon is incomplete)|Attack: Shoot
 04:45=全部物ç†é˜¶çº§æœ€ç»ˆ|转化为正弦波动|留心,力是相对的|攻击键: å‘å°„
 ;04:46=Cover your foes with sizzling liquid flame.|Heartwarming!|Attack: Activate|Up/Down: Continue aiming|Left/Right: Modify spitting power
 04:46= 用满腔的ç«ç„°è™å¾…你的对手å§ã€‚|攻击键: 激活|上/下方å‘é”®: 改å˜æ”»å‡»æ–¹å‘|å·¦/å³æ–¹å‘é”®: 调整喷射è·ç¦»
 ;04:47=Double the fun with two spiky, sneaky, sticky mines.|Set up a chain reaction or defend yourself (or both!)|Attack: Hold to shoot with more power (twice)
-04:47=两次机会åŒé‡ä¹è¶£ï¼Œéšè”½ä¸”é»ç€çš„地雷。|利用脑力造æˆè¿žé”å应ï¼|攻击键: 按ä½è“„力(两å‘)
+04:47=两次机会åŒé‡ä¹è¶£ï¼Œéšè”½ä¸”固定的地雷。|利用脑力造æˆè¿žé”å应ï¼|攻击键: 按ä½è“„力(两å‘)
 ;04:48=Why should the moles get all the abuse?|Wacking a hog can be just as fun! A good|blow from this hammer will shave off one|third of a hog's health and plunge them|underground.|Attack: Activate
-04:48=ç—›æ‰åˆºçŒ¬ï¼šç”¨åŠ›ä¸€é”¤|将使中者镶入地表,削å‡å®ƒå¥åº·çš„1/3.|攻击键: 打
+04:48=ç—›æ‰åˆºçŒ¬ï¼šç”¨åŠ›ä¸€é”¤|将使中者镶入地表,削å‡å®ƒç”Ÿå‘½å€¼çš„1/3.|攻击键: 击打
 
 
 ; Game goal strings
@@ -784,7 +859,7 @@
 ;05:04=Invulnerability: Hogs are (almost) invulnerable
 05:04=æ— æ•Œ: 刺猬ä¸å—伤害
 ;05:05=Vampirism: Hogs will be healed for the damage dealt
-05:05=å¸è¡€: 敌人失去的就是我的
+05:05=å¸è¡€: 敌人失去的就是我得到的
 ;05:06=Karma: Hogs will be damaged for the damage dealt
 05:06=因果效应: 伤害有多少,自己都知é“
 ;05:07=Protect the King: Don't let your king die!|Place the King: Pick a protected starting point for your King
--- a/share/hedgewars/Data/Maps/Basketball/map.lua	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Maps/Basketball/map.lua	Mon Nov 15 12:37:39 2010 +0100
@@ -7,17 +7,19 @@
 	["pl"] = "Hedgewars-Koszykówka",
 	["pt_PT"] = "Hedgewars-Basketball",
 	["sk"] = "Hedgewars-Basketbal",
-	["sv"] = "Hedgewars-Basket"
+	["sv"] = "Hedgewars-Basket",
+	["pt_BR"] = "Hedgewars-Basketball"
 	}
 
 local subcaption = {
 	["en"] = "Not So Friendly Match",
 	["de"] = "Kein-so-Freundschaftsspiel",
 	["es"] = "Partido no-tan-amistoso",
-	["pl"] = "Mecz Nie-Taki-Towarzyski",
+	["pl"] = "Mecz Nie-Do-Końca Towarzyski",
 	["pt_PT"] = "Partida não muito amigável",
 	["sk"] = "Nie tak celkom priateľský zápas",
-	["sv"] = "En inte så vänlig match"
+	["sv"] = "En inte så vänlig match",
+	["pt_BR"] = "Partida não muito amigável"
 	}
 
 local goal = {
@@ -27,7 +29,8 @@
 	["pl"] = "Uderzaj swoich przekiwników|wyrzucając przez kosz, poza mapę!",
 	["pt_PT"] = "Bate os teus adversarios|fora do mapa acertando com eles no cesto!",
 	["sk"] = "Odpálkujte vašich súperov do koša|a von z mapy!",
-	["sv"] = "Slå ner dina motståndare i|korgarna och ut ur kartan!"
+	["sv"] = "Slå ner dina motståndare i|korgarna och ut ur kartan!",
+	["pt_BR"] = "Rebata seus oponentes para|fora do mapa através dos cestos!"
 	}
 
 local scored = {
@@ -37,7 +40,8 @@
 	["pl"] = " zdobyła punkt!",
 	["pt_PT"] = " marca um cesto!",
 	["sk"] = " skóruje!",
-	["sv"] = " fick ett poäng"
+	["sv"] = " fick ett poäng",
+	["pt_BR"] = " fez uma cesta"
 	}
 
 local failed = {
@@ -47,7 +51,8 @@
 	["pl"] = " zdobyła punkt karny!",
 	["pt_PT"] = " perde um ponto!",
 	["sk"] = " dostáva trestný bod!",
-	["sv"] = " fick ett straff"
+	["sv"] = " fick ett straff",
+	["pt_BR"] = " sofre uma penalidade"
 	}
 
 	local sscore = {
@@ -57,7 +62,8 @@
 	["pl"] = "Punktacja",
 	["pt_PT"] = "Pontuação",
 	["sk"] = "Skóre",
-	["sv"] = "Poängställning"
+	["sv"] = "Poängställning",
+	["pt_BR"] = "Pontuação"
 	}
 
 local team = {
@@ -66,7 +72,8 @@
 	["pl"] = "Drużyna",
 	["pt_PT"] = "Equipa",
 	["sk"] = "Tím",
-	["sv"] = "Lag"
+	["sv"] = "Lag",
+	["pt_BR"] = "Equipe"
 	}
 
 local drowning = {
@@ -76,7 +83,8 @@
 	["pl"] = "jest wyautowany i",
 	["pt_PT"] = "está fora e",
 	["sk"] = "je mimo hru a",
-	["sv"] = "är ute och"
+	["sv"] = "är ute och",
+	["pt_BR"] = "está fora e"
 	}
 
 local function loc(text)
@@ -96,7 +104,7 @@
 	GameFlags = gfSolidLand + gfBorder + gfInvulnerable + gfLowGravity
 	TurnTime = 20000
 	CaseFreq = 0
-	LandAdds = 0
+	MinesNum = 0
 	Explosives = 0
 	Delay = 500
 	SuddenDeathTurns = 99999 -- "disable" sudden death
--- a/share/hedgewars/Data/Maps/CMakeLists.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Maps/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -30,8 +30,11 @@
 	Ropes
 	Ruler
 	Sheep
+	ShoppaKing
+	Sticks
 	Trash
 	Tree
+	TrophyRace
 	)
 
 add_subdirectory(${dir})
--- a/share/hedgewars/Data/Maps/FlightJoust/map.lua	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Maps/FlightJoust/map.lua	Mon Nov 15 12:37:39 2010 +0100
@@ -29,7 +29,7 @@
     GameFlags = gfSolidLand + gfDivideTeams
     TurnTime = 10000
     CaseFreq = 0 
-    LandAdds = 0 
+    MinesNum = 0 
     Explosives = 0 
     Delay = 500 
     SuddenDeathTurns = 99999 -- "disable" sudden death
@@ -76,4 +76,4 @@
     if GetGearType(gear) == gtCase then
         spawncrate = 1
     end
-end
\ No newline at end of file
+end
Binary file share/hedgewars/Data/Maps/FlightJoust/preview.png has changed
--- a/share/hedgewars/Data/Maps/Knockball/map.lua	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Maps/Knockball/map.lua	Mon Nov 15 12:37:39 2010 +0100
@@ -7,17 +7,19 @@
 	["pl"] = "Hedgewars-Knockball",
 	["pt_PT"] = "Hedgewars-Knockball",
 	["sk"] = "Hedgewars-Knockball",
-	["sv"] = "Hedgewars-Knockball"
+	["sv"] = "Hedgewars-Knockball",
+	["pt_BR"] = "Hedgewars-Knockball"
 	}
 
 local subcaption = {
 	["en"] = "Not So Friendly Match",
 	["de"] = "Kein-so-Freundschaftsspiel",
 	["es"] = "Partido no-tan-amistoso",
-	["pl"] = "Mecz Nie-Taki-Towarzyski",
+	["pl"] = "Mecz Nie-Do-Końca Towarzyski",
 	["pt_PT"] = "Partida não muito amigável",
 	["sk"] = "Nie tak celkom priateľký zápas",
-	["sv"] = "En inte så vänlig match"
+	["sv"] = "En inte så vänlig match",
+	["pt_BR"] = "Partida não muito amigável"
 	}
 
 local goal = {
@@ -27,7 +29,8 @@
 	["pl"] = "Uderzaj piłkami w swoich przeciwników|i strącaj ich do wody!",
 	["pt_PT"] = "Bate bolas contra os teus|enimigos e empurra-os ao mar!",
 	["sk"] = "Loptami triafajte vaÅ¡ich nepriateľov|a zhoÄte ich tak do mora!",
-	["sv"] = "Slå bollar mot dina fiender|och slå ner dem i havet"
+	["sv"] = "Slå bollar mot dina fiender|och slå ner dem i havet",
+	["pt_BR"] = "Rebata as bolas em direção ao seus|e derrube-os no mar!"
 	}
 
 local scored = {
@@ -37,7 +40,8 @@
 	["pl"] = "%s utonął i drużyna %d|zdobyła punkt!| |Punktacja:",
 	["pt_PT"] = "%s está fora e a equipa %d|soma um ponto!| |Pontuação:",
 	["sk"] = "%s je mimo hru a tím %d|získal bod!| |Skóre:",
-	["sv"] = "%s är ute och lag %d|fick ett poäng!| |Poängställning:"
+	["sv"] = "%s är ute och lag %d|fick ett poäng!| |Poängställning:",
+	["pt_BR"] = "%s está fora e a Equipe %d|marcou um ponto!| |Pontuação:"
 	}
 
 local failed = {
@@ -47,7 +51,8 @@
 	["pl"] = "%s utonął i drużyna %d|dostała punkt karny!| |Punktacja:",
 	["pt_PT"] = "%s está fora e a equipa %d|perde um ponto!| |Pontuação:",
 	["sk"] = "%s je mimo hru a tím %d|dostal trestný bod!| |Skóre:",
-	["sv"] = "%s är ute och lag %d|fick ett straff!| |Poängställning:"
+	["sv"] = "%s är ute och lag %d|fick ett straff!| |Poängställning:",
+	["pt_BR"] = "%s está fora e a Equipe %d|sofreu uma penalidade!| |Pontuação:"
 	}
 
 local function loc(text)
@@ -69,7 +74,7 @@
 	GameFlags = gfSolidLand + gfInvulnerable + gfDivideTeams
 	TurnTime = 20000
 	CaseFreq = 0
-	LandAdds = 0
+	MinesNum = 0
 	Explosives = 0
 	Delay = 500
 	SuddenDeathTurns = 99999 -- "disable" sudden death
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Maps/ShoppaKing/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,5 @@
+install(FILES
+	map.png
+	map.cfg
+	preview.png
+	DESTINATION ${SHAREPATH}Data/Maps/ShoppaKing)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Maps/ShoppaKing/map.cfg	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,2 @@
+Castle
+48
\ No newline at end of file
Binary file share/hedgewars/Data/Maps/ShoppaKing/map.png has changed
Binary file share/hedgewars/Data/Maps/ShoppaKing/preview.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Maps/Sticks/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,5 @@
+install(FILES
+	map.png
+	map.cfg
+	preview.png
+	DESTINATION ${SHAREPATH}Data/Maps/Sticks)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Maps/Sticks/map.cfg	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,2 @@
+Bamboo
+24
\ No newline at end of file
Binary file share/hedgewars/Data/Maps/Sticks/map.png has changed
Binary file share/hedgewars/Data/Maps/Sticks/preview.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Maps/TrophyRace/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,7 @@
+install(FILES
+	map.cfg
+	map.lua
+	map.png
+	mask.png
+	preview.png
+	DESTINATION ${SHAREPATH}Data/Maps/TrophyRace)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.cfg	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,2 @@
+Olympics
+48
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,241 @@
+-- Hedgewars - Roperace for 2+ Players
+
+local caption = {
+	["en"] = "TrophyRace",
+	["sv"] = "TrophyRace",
+	["pt_PT"] = "TrophyRace",
+	["pl"] = "TrophyRace",
+	["es"] = "TrophyRace",
+	["pt_BR"] = "TrophyRace"
+	}
+
+local goal = {
+	["en"] = "Use your rope to get from start to finish as fast as you can!",
+	["sv"] = "Använd ditt rep för att ta dig från start till mål så fort som möjligt!",
+	["pt_PT"] = "Utilizando a corda, percorre o percurso do inicio ao fim o mais rápido que conseguires!",
+	["pl"] = "Użyj liny by jak najszybciej dotrzec od startu do mety",
+	["es"] = "¡Usa tu cuerda para llegar a la salida lo más rápido que puedas!",
+	["pt_BR"] = "Use sua corda para ir do início ao fim o mais rápido que você puder!"
+	}
+
+local done = {
+	["en"] = "You've reached the goal!| |Time: ",
+	["sv"] = "Du har nått målet!| |Tid: ",
+	["pt_PT"] = "Chegaste ao fim!| |Tempo: ",
+	["pl"] = "Dotarłeś do celu!| |Czas: ",
+	["es"] = "¡Has llegado a la meta!| |Tiempo: ",
+	["pt_BR"] = "Você alcançou o objetivo!| |Tempo: "
+	}
+
+local eliminated = {
+	["en"] = "Eliminating worst hedgehog this round...| |%s is OUT!",
+	["sv"] = "Eliminerar sämsta igelkott den här rundan...| |%s är UTE!",
+	["pt_PT"] = "A eliminar o pior ouriço da ronda...| |% está FORA!",
+	["pl"] = "Eliminujemy najgorszego jeża tej rundy...| |%s ODPADÅ!",
+	["es"] = "Eliminando al peor erizo de esta ronda...| |¡%s está FUERA!",
+	["pt_BR"] = "Eliminando o ouriço mais lento...| |%s vai para o chuveiro!"
+	}
+
+local newbesttime = {
+	["en"] = "NEW fastest lap: ",
+	["sv"] = "NYTT snabbast varv: ",
+	["pt_PT"] = "NOVA volta recorde: ",
+	["pl"] = "NOWE najszybsze okrążenie: ",
+	["es"] = "NUEVA vuelta rápida: ",
+	["pt_BR"] = "NOVA volta mais rápida: "
+	}
+
+local oldbesttime = {
+	["en"] = "Fastest lap: ",
+	["sv"] = "Snabbast varv: ",
+	["pt_PT"] = "Volta mais rápida: ",
+	["pl"] = "Najszybsze okrążenie: ",
+	["es"] = "Vuelta rápida: ",
+	["pt_BR"] = "Volta mais rápida: "
+	}
+
+local bestclantimes = {
+	["en"] = "Best laps per team: ",
+	["sv"] = "Bästa varv per lag: ",
+	["pt_PT"] = "Melhores voltas por equipa: ",
+	["pl"] = "Najszybsze okrążenie drużyny: ",
+	["es"] = "Mejores tiempos por equipo: ",
+	["pt_BR"] = "Melhor volta por equipe: "
+	}
+
+local clantime = {
+	["en"] = "Team %d: ",
+	["sv"] = "Lag %d: ",
+	["pt_PT"] = "Equipa %d: ",
+	["pl"] = "Drużyna %d: ",
+	["es"] = "Equipo %d",
+	["pt_BR"] = "Equipe %d: "
+	}
+
+local function loc(text)
+	if text == nil then return "**missing**"
+	elseif text[L] == nil then return text["en"]
+	else return text[L]
+	end
+end
+
+---------------------------------------------------------------
+
+-- store number of hedgehogs
+local numhhs = 0
+
+-- store hedgehog gears
+local hhs = {}
+
+-- store best time per team
+local clantimes = {}
+
+-- store best times
+local times = {}
+
+-- in milisseconds
+local maxtime = 99000
+
+-- define start area (left, top, width, height)
+local start_area = {1606, 498, 356, 80}
+
+-- define goal area (left, top, width, height)
+local goal_area = {2030, 300, 56, 280}
+
+-- last active hog
+local lasthog = nil
+
+-- active hog reached the goal?
+local reached = false
+
+-- hog with best time
+local besthog = nil
+
+-- hog with worst time (per round)
+local worsthog = nil
+
+-- best time
+local besttime = maxtime + 1
+
+-- worst time (per round)
+local worsttime = 0
+
+function onGameInit()
+	GameFlags = gfSolidLand + gfInvulnerable
+	TurnTime = maxtime
+	CaseFreq = 0
+	MinesNum = 0
+	Explosives = 0
+	Delay = 500
+	SuddenDeathTurns = 99999 -- "disable" sudden death
+	Theme = 'Olympics'
+end
+
+function onGameStart()
+	ShowMission(loc(caption), "", loc(goal), -amRope, 0)
+	started = true
+	p=1820
+	for i = 0, numhhs - 1 do
+	p = p + 50	
+	SetGearPosition(hhs[i], p, 0)
+	end
+	
+	for i=0, ClansCount-1 do
+		clantimes[i] = 0
+	end
+end
+
+function onAmmoStoreInit()
+	SetAmmo(amRope, 9, 2, 0)
+end
+
+function onGameTick()
+	if TurnTimeLeft == 1 and CurrentHedgehog ~= nil then
+		SetHealth(CurrentHedgehog, 0)
+		x, y = GetGearPosition(CurrentHedgehog)
+		AddGear(x, y, gtAmmo_Grenade, 0, 0, 0, 0)
+		worsttime = 99999
+		worsthog = nil
+	elseif TurnTimeLeft == maxtime - 1 and CurrentHedgehog ~= nil then
+		if lasthog ~= nil then 
+		SetGearPosition(lasthog, p , 0)
+		end
+		reached = false
+		SetGearPosition(CurrentHedgehog, start_area[1] + start_area[3] / 2, start_area[2] + start_area[4] / 2)
+	elseif CurrentHedgehog ~= nil then
+		x, y = GetGearPosition(CurrentHedgehog)
+		if not reached and x > goal_area[1] and x < goal_area[1] + goal_area[3] and y > goal_area[2] and y < goal_area[2] + goal_area[4] then -- hog is within goal rectangle
+			reached = true
+			local ttime = maxtime - TurnTimeLeft
+			--give it a sound;)
+			if ttime < besttime then
+				PlaySound (sndHomerun)
+			else
+				PlaySound (sndHellish)
+			end
+			for i = 0, numhhs - 1 do
+				if hhs[i] == CurrentHedgehog then
+					times[numhhs] = ttime
+				end
+			end
+				
+			local hscore = "| |"
+			local clan = GetHogClan(CurrentHedgehog)
+			if ttime < clantimes[clan] or clantimes[clan] == 0 then
+				clantimes[clan] = ttime
+			end
+			
+			if ttime < besttime then
+				besttime = ttime
+				besthog = CurrentHedgehog
+				hscore = hscore .. loc(newbesttime)
+			else
+				hscore = hscore .. loc(oldbesttime)
+			end
+			if ttime > worsttime then
+				worsttime = ttime
+				worsthog = CurrentHedgehog
+			end
+			hscore = hscore .. GetHogName(besthog) .. " - " .. (besttime / 1000) .. " s | |" .. loc(bestclantimes)
+			
+			if clan == ClansCount -1 then
+				-- Time for elimination - worst hog is out and the worst hog vars are reset.
+				SetHealth(worsthog, 0)
+				--Place a grenade to make inactive slowest hog active
+				x, y = GetGearPosition(worsthog)
+				AddGear(x, y, gtShell, 0, 0, 0, 0)
+				worsttime = 0
+				worsthog = nil
+				end
+			
+			for i=0, ClansCount -1 do
+				local tt = "" .. (clantimes[i] / 1000) .. " s"
+				if clantimes[i] == 0 then
+					tt = "--"
+				end
+				hscore = hscore .. "|" .. string.format(loc(clantime), i+1) .. tt
+			end
+			
+			ShowMission(loc(caption), "", loc(done) .. (ttime / 1000) .. " s" .. hscore, 0, 0)
+			TurnTimeLeft = 0
+		end
+	end
+end
+
+function onGearAdd(gear)
+	if GetGearType(gear) == gtHedgehog then
+		hhs[numhhs] = gear
+		times[numhhs] = 0
+		numhhs = numhhs + 1
+	elseif GetGearType(gear) == gtRope then -- rope is shot
+		
+	end
+end
+
+function onGearDelete(gear)
+	if GetGearType(gear) == gtRope then -- rope deletion - hog didn't manage to rerope
+		--TurnTimeLeft = 0 -- end turn or not? hm...
+		lasthog = CurrentHedgehog
+		
+	end
+end
Binary file share/hedgewars/Data/Maps/TrophyRace/map.png has changed
Binary file share/hedgewars/Data/Maps/TrophyRace/mask.png has changed
Binary file share/hedgewars/Data/Maps/TrophyRace/preview.png has changed
--- a/share/hedgewars/Data/Missions/Campaign/01#Boot Camp.lua	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/01#Boot Camp.lua	Mon Nov 15 12:37:39 2010 +0100
@@ -5,101 +5,197 @@
 local hognames = {}
 teamnames[0] = {
 	["en"] = "Bloody Rookies",
-	["de"] = "Blutige Anfänger"
+	["de"] = "Blutige Anfänger",
+	["pl"] = "Żótodzioby",
+	["sv"] = "Blodiga nybörjare",
+	["es"] = "Reclutas",
+	["pt_PT"] = "Recrutas",
+	["pt_BR"] = "Maldito Recrutas"
 }
 
 teamnames[1] = {
 	["en"] = "Instructors",
-	["de"] = "Ausbilder"
+	["de"] = "Ausbilder",
+	["pl"] = "Instruktor",
+	["sv"] = "Instruktör",
+	["es"] = "Instructores",
+	["pt_PT"] = "Instrutores",
+	["pt_BR"] = "Instrutores"
 }
 
 hognames[0] = {
 	["en"] = "Joker",
-	["de"] = "Joker"
+	["de"] = "Joker",
+	["pl"] = "Joker",
+	["sv"] = "Joker",
+	["es"] = "Joker",
+	["pt_PT"] = "Joker",
+	["pt_BR"] = "Comediante"
 }
 
 hognames[1] = {
 	["en"] = "Harthog",
-	["de"] = "Harthog"
+	["de"] = "Harthog",
+	["pl"] = "Harthog",
+	["sv"] = "Harthog",
+	["es"] = "Harthog",
+	["pt_PT"] = "Harthog",
+	["pt_BR"] = "Harthog"
 }
 
 local caption = {
 	["en"] = "Boot Camp",
-	["de"] = "Grundausbildung"
+	["de"] = "Grundausbildung",
+	["pl"] = "Poligon",
+	["sv"] = "Grundutbildning",
+	["es"] = "Campamento militar",
+	["pt_PT"] = "Acampamento militar",
+	["pt_BR"] = "Acampamento Militar"
+
 }
 
 local subcaption = {
 	["en"] = "Follow the instructions!",
-	["de"] = "Befolge die Anweisungen!"
+	["de"] = "Befolge die Anweisungen!",
+	["pl"] = "Wykonuj polecenia!",
+	["sv"] = "Följ instruktioner!",
+	["es"] = "¡Sigue las órdenes!",
+	["pt_PT"] = "Segue as instruções!",
+	["pt_BR"] = "Siga as ordens!"
 }
 
 local goals = {}
 
 goals[0] = {
 	["en"] = "Listen to your Drill Instructor and follow his lead!",
-	["de"] = "Höre deinem Ausbilder zu und befolge seine Anweisungen!"
+	["de"] = "Höre deinem Ausbilder zu und befolge seine Anweisungen!",
+	["pl"] = "SÅ‚uchaj instruktora i wykonuj jego rozkazy!",
+	["sv"] = "Lyssna på din instruktör och gör som han säger!",
+	["es"] = "¡Escucha atentamente a tu instructor de maniobras y sigue sus órdenes!",
+	["pt_PT"] = "Ouve atentamente o teu Instrutor e segue as suas ordens!",
+	["pt_BR"] = "Escute seu instrutor de escavação e siga seu líder"
 }
 
 goals[1] = {
 	["en"] = "Destroy the target to finish this mission!",
-	["de"] = "Zerstöre das Ziel, um diese Mission abzuschließen!"
+	["de"] = "Zerstöre das Ziel, um diese Mission abzuschließen!",
+	["pl"] = "Zniszcz cel by ukończyć misję!",
+	["sv"] = "Förstör målet för att avklara uppdraget!",
+	["es"] = "¡Destruye el objetivo para completar esta misión!",
+	["pt_PT"] = "Destrói o alvo para completar esta missão!",
+	["pt_BR"] = "Destrua o alvo para concluir a missão"
 }
 
 goals[2] = {
 	["en"] = "Excellent! You've passed the Boot Camp!",
-	["de"] = "Ausgezeichnet! Du hast das Ausbildungslager bestanden!"
+	["de"] = "Ausgezeichnet! Du hast das Ausbildungslager bestanden!",
+	["pl"] = "Doskonale! Wyszedłeś cało z poligonu!",
+	["sv"] = "Brilliant! Du har klarat av grundutbildningen!",
+	["es"] = "¡Excelente! ¡Has completado la maniobra de hoy!",
+	["pt_PT"] = "Excelente! Completaste o treino para recrutas!",
+	["pt_BR"] = "Excelente! Você completou a manobra"
 }
 
 local failed = {
 	["en"] = "You failed! Follow the instructions and shoot the target only!",
-	["de"] = "Du hast versagt! Befolge die Anweisungen und schieß nur auf das Ziel!"
+	["de"] = "Du hast versagt! Befolge die Anweisungen und schieß nur auf das Ziel!",
+	["pl"] = "Przegrałeś! Wykonuj instrukcje poprawnie i strzelaj tylko w podane cele!",
+	["sv"] = "Du har misslyckats! Följ instruktionerna och sjut endast på målen!",
+	["es"] = "¡Has fallado! ¡Sigue las instrucciones y destruye únicamente el objetivo!",
+	["pt_PT"] = "Falhaste! Segue as instruções e destrói apenas o alvo!",
+	["pt_BR"] = "Você falhou! Siga as instruções e atire somente no alvo"
 }
 
 local drill = {}
 
 drill[0] = {
 	["en"] = "Allright, maggot!",
-	["de"] = "Also gut, du Made!"
+	["de"] = "Also gut, du Made!",
+	["pl"] = "SÅ‚uchaj mnie gnido!",
+	["sv"] = "Dåså, din mask!",
+	["es"] = "¡Muy bien, escoria!",
+	["pt_PT"] = "Bom trabalho verme!",
+	["pt_BR"] = "Parabéns escória"
 }
 
 drill[1] = {
 	["en"] = "Show that you aren't that useless.",
-	["de"] = "Zeig, dass du nicht so nutzlos bist."
+	["de"] = "Zeig, dass du nicht so nutzlos bist.",
+	["pl"] = "Udowodnij, że nie jesteś bezwartościowy.",
+	["sv"] = "Visa att du inte är så värdelös!",
+	["es"] = "Demuéstrame que no eres tan inútil como pareces.",
+	["pt_PT"] = "Prova-me que não és tão inútil como pareces.",
+	["pt_BR"] = "Mostre que você não é um inútil."
 }
 
 drill[2] = {
 	["en"] = "Use [left] to move to the left!",
-	["de"] = "Benutze [Links], um nach links zu gehen!"
+	["de"] = "Benutze [Links], um nach links zu gehen!",
+	["pl"] = "Użyj [lewo] by poruszyć się w lewą stronę!",
+	["sv"] = "Använd [vänster] för att gå åt vänster!",
+	["es"] = "¡Aprieta [izquierda] para desplazarte a la izquierda!",
+	["pt_PT"] = "Carrega [esquerda] para te moveres para a esquerda!",
+	["pt_BR"] = "Use [esquerda] para mover para a esquerda"
 }
 
 drill[3] = {
 	["en"] = "Good! Now use [right] to come back!",
-	["de"] = "Gut! Nun komm mit [Rechts] zurück!"
+	["de"] = "Gut! Nun komm mit [Rechts] zurück!",
+	["pl"] = "Dobzre, Teraz użyj [prawo] by wrócić!",
+	["sv"] = "Bra! Använd nu [höger] för att gå tillbaka!",
+	["es"] = "¡Muy bien! ¡Ahora presiona [derecha] para volver!",
+	["pt_PT"] = "Muito bem! Agora pressiona [direita] para voltar!",
+	["pt_BR"] = "Bom! Agora use [direita] para voltar"
 }
 
 drill[4] = {
 	["en"] = "Excellent!",
-	["de"] = "Ausgezeichnet!"
+	["de"] = "Ausgezeichnet!",
+	["pl"] = "Wspaniale!",
+	["sv"] = "Utmärkt!",
+	["es"] = "¡Excelente!",
+	["pt_PT"] = "Excelente!",
+	["pt_BR"] = "Excelente!"
 }
 
 drill[5] = {
 	["en"] = "Now jump to the left using [return]!",
-	["de"] = "Jetzt springe mit [Eingabetaste] nach links!"
+	["de"] = "Jetzt springe mit [Eingabetaste] nach links!",
+	["pl"] = "Teraz skocz w lewo używając [Enter]",
+	["sv"] = "Hoppa nu åt vänster med hjälp av [enter]!",
+	["es"] = "¡Ahora salta hacia la izquierda usando [intro]!",
+	["pt_PT"] = "Agora salta para a esquerda pressionando [retrocesso]!",
+	["pt_BR"] = "Agora pule para a esquerda usando [return"
 }
 
 drill[6] = {
 	["en"] = "Use [up] and [down] to aim.",
-	["de"] = "Benutze [Hoch] und [Runter], um zu zielen."
+	["de"] = "Benutze [Hoch] und [Runter], um zu zielen.",
+	["pl"] = "Użyj klawiszy [góra] i [dół] by celować.",
+	["sv"] = "Använd [upp] och [ner] för att sikta!",
+	["es"] = "Presiora [arriba] y [abajo] para apuntar.",
+	["pt_PT"] = "Pressiona [cima] e [baixo] para apontar.",
+	["pt_BR"] = "Pressione [acima] e [abaixo] para mirar."
 }
 
 drill[7] = {
 	["en"] = "Hold [space] to power up your shot and then release it to shoot.",
-	["de"] = "Halte [Leertaste], um deinen Schuss aufzuladen, und lasse dann rechtzeitig los."
+	["de"] = "Halte [Leertaste], um deinen Schuss aufzuladen, und lasse dann rechtzeitig los.",
+	["pl"] = "Przytrzymaj spację by zwiększyć siłę strzału.",
+	["sv"] = "Håll ner [mellanslag] för att få kraft och släpp för att skjuta!",
+	["es"] = "Mantén presionada la [barra espaciadora] para controlar la fuerza del disparo y suéltala para disparar.",
+	["pt_PT"] = "Mantem a [barra de espaços] pressionada para controlar a força do tiro e larga-a para disparar.",
+	["pt_BR"] = "Mantenha pressionado [espaço] para aumentar a força do seu tiro e solte para atirar"
 }
 
 drill[8] = {
 	["en"] = "Destroy the target to finish your basic training!",
-	["de"] = "Zerstöre das Ziel, um deine Grundausbildung abzuschließen!"
+	["de"] = "Zerstöre das Ziel, um deine Grundausbildung abzuschließen!",
+	["pl"] = "Zniszcz cel by by ukończyć trening podstawowy!",
+	["sv"] = "Förstör målet för att avsluta din grundutbildning!",
+	["es"] = "¡Destruye el objetivo para completar el entrenamiento básico!",
+	["pt_PT"] = "Destrói o alvo para completar o treino básico!",
+	["pt_BR"] = "Destrua o alvo para terminar o treino básico"
 }
 
 local function loc(text)
@@ -213,7 +309,7 @@
 	GameFlags = gfMultiWeapon + gfOneClanMode
 	TurnTime = 25000
 	CaseFreq = 0
-	LandAdds = 0
+	MinesNum = 0
 	Explosives = 0
 	Delay = 2500
 	Map = "Mushrooms"
@@ -239,4 +335,4 @@
 	if GetGearType(gear) == gtTarget then
 		progress = 6
 	end
-end
\ No newline at end of file
+end
--- a/share/hedgewars/Data/Missions/Training/Bazooka.lua	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Missions/Training/Bazooka.lua	Mon Nov 15 12:37:39 2010 +0100
@@ -153,7 +153,7 @@
 	-- The frequency of crate drops
 	CaseFreq = 0
 	-- The number of mines being placed
-	LandAdds = 0
+	MinesNum = 0
 	-- The number of explosives being placed
 	Explosives = 0
 	-- The delay between each round
--- a/share/hedgewars/Data/Missions/Training/Shotgun.lua	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Missions/Training/Shotgun.lua	Mon Nov 15 12:37:39 2010 +0100
@@ -153,7 +153,7 @@
 	-- The frequency of crate drops
 	CaseFreq = 0
 	-- The number of mines being placed
-	LandAdds = 0
+	MinesNum = 0
 	-- The number of explosives being placed
 	Explosives = 0
 	-- The delay between each round
--- a/share/hedgewars/Data/Missions/Training/SniperRifle.lua	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Missions/Training/SniperRifle.lua	Mon Nov 15 12:37:39 2010 +0100
@@ -153,7 +153,7 @@
 	-- The frequency of crate drops
 	CaseFreq = 0
 	-- The number of mines being placed
-	LandAdds = 0
+	MinesNum = 0
 	-- The number of explosives being placed
 	Explosives = 0
 	-- The delay between each round
Binary file share/hedgewars/Data/Themes/Art/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Art/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Bamboo/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Bamboo/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Bamboo/SkyL.png has changed
Binary file share/hedgewars/Data/Themes/Bamboo/SkyR.png has changed
Binary file share/hedgewars/Data/Themes/Bamboo/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Bath/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Bath/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Bath/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Bath/horizontL.png has changed
Binary file share/hedgewars/Data/Themes/Bath/horizontR.png has changed
Binary file share/hedgewars/Data/Themes/Blox/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Blox/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Brick/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Brick/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Brick/horizont.png has changed
--- a/share/hedgewars/Data/Themes/CMakeLists.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Themes/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -7,7 +7,7 @@
 	Cake
 	Castle
 	Cheese
-    Deepspace
+	Deepspace
 	City
 	CrazyMission
 	EarthRise
@@ -16,6 +16,7 @@
 	Halloween
 	Hell
 	Island
+	Jungle
 	Nature
 	Planes
 	Sheep
Binary file share/hedgewars/Data/Themes/Cake/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Cake/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Cake/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Castle/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Castle/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Castle/SkyL.png has changed
Binary file share/hedgewars/Data/Themes/Castle/SkyR.png has changed
Binary file share/hedgewars/Data/Themes/Castle/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Castle/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Cheese/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Cheese/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Cheese/horizont.png has changed
Binary file share/hedgewars/Data/Themes/City/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/City/Sky.png has changed
Binary file share/hedgewars/Data/Themes/City/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Compost/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Compost/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Compost/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Compost/horizont.png has changed
Binary file share/hedgewars/Data/Themes/CrazyMission/Sky.png has changed
Binary file share/hedgewars/Data/Themes/CrazyMission/SkyL.png has changed
Binary file share/hedgewars/Data/Themes/CrazyMission/SkyR.png has changed
Binary file share/hedgewars/Data/Themes/CrazyMission/Splash.png has changed
Binary file share/hedgewars/Data/Themes/CrazyMission/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Deepspace/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Deepspace/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Deepspace/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Desert/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Desert/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Desert/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Desert/horizont.png has changed
Binary file share/hedgewars/Data/Themes/EarthRise/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/EarthRise/Sky.png has changed
Binary file share/hedgewars/Data/Themes/EarthRise/SkyL.png has changed
Binary file share/hedgewars/Data/Themes/EarthRise/SkyR.png has changed
Binary file share/hedgewars/Data/Themes/EarthRise/horizont.png has changed
Binary file share/hedgewars/Data/Themes/EarthRise/horizontL.png has changed
Binary file share/hedgewars/Data/Themes/EarthRise/horizontR.png has changed
Binary file share/hedgewars/Data/Themes/Eyes/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Eyes/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Eyes/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Freeway/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Freeway/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Freeway/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Halloween/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Halloween/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Halloween/SkyL.png has changed
Binary file share/hedgewars/Data/Themes/Halloween/SkyR.png has changed
Binary file share/hedgewars/Data/Themes/Halloween/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Halloween/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Hell/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Hell/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Hell/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Hell/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Island/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Island/LandTex.png has changed
Binary file share/hedgewars/Data/Themes/Island/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Island/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/BlueWater.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Border.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Themes/Jungle/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,6 @@
+file(GLOB images *.png)
+
+install(FILES
+    theme.cfg
+    ${images}
+    DESTINATION ${SHAREPATH}Data/Themes/Jungle)
Binary file share/hedgewars/Data/Themes/Jungle/Clouds.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Droplet.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Themes/Jungle/Droplet.svg	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,296 @@
+<?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="svg2"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   width="16"
+   height="64"
+   sodipodi:docname="Droplet.svg"
+   inkscape:export-filename="/home/elric/Desktop/newart/release/share/hedgewars/Data/Themes/Jungle/Droplet.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Carlos Vives B.</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       id="perspective10" />
+    <linearGradient
+       y2="48"
+       x2="64"
+       y1="31.882462"
+       x1="64"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3615"
+       xlink:href="#linearGradient3617"
+       inkscape:collect="always" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       id="perspective2851" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       id="perspective2837" />
+    <linearGradient
+       y2="48"
+       x2="64"
+       y1="39.058487"
+       x1="64"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3743"
+       xlink:href="#linearGradient3718"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="48"
+       x2="64"
+       y1="39.058487"
+       x1="64"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3738"
+       xlink:href="#linearGradient3718"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="48"
+       x2="64"
+       y1="39.058487"
+       x1="64"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3733"
+       xlink:href="#linearGradient3718"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="48"
+       x2="64"
+       y1="39.058487"
+       x1="64"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3728"
+       xlink:href="#linearGradient3718"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="48"
+       x2="64"
+       y1="31.882462"
+       x1="64"
+       id="linearGradient3724"
+       xlink:href="#linearGradient3605"
+       inkscape:collect="always" />
+    <inkscape:perspective
+       id="perspective10-6"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       id="linearGradient3706">
+      <stop
+         id="stop3708"
+         offset="0"
+         style="stop-color:#9aa3dc;stop-opacity:1;" />
+      <stop
+         id="stop3710"
+         offset="1"
+         style="stop-color:#9aa3dc;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3718">
+      <stop
+         id="stop3720"
+         offset="0"
+         style="stop-color:#545c9d;stop-opacity:1;" />
+      <stop
+         style="stop-color:#545c9d;stop-opacity:0.49803922;"
+         offset="0.5"
+         id="stop3603" />
+      <stop
+         id="stop3722"
+         offset="1"
+         style="stop-color:#545c9d;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3605">
+      <stop
+         style="stop-color:#545c9d;stop-opacity:1;"
+         offset="0"
+         id="stop3607" />
+      <stop
+         style="stop-color:#545c9d;stop-opacity:0.24705882;"
+         offset="0.5907774"
+         id="stop3613" />
+      <stop
+         style="stop-color:#545c9d;stop-opacity:0;"
+         offset="1"
+         id="stop3611" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3617">
+      <stop
+         id="stop3619"
+         offset="0"
+         style="stop-color:#545c9d;stop-opacity:1;" />
+      <stop
+         id="stop3621"
+         offset="0.52097768"
+         style="stop-color:#545c9d;stop-opacity:0.24705882;" />
+      <stop
+         id="stop3623"
+         offset="1"
+         style="stop-color:#545c9d;stop-opacity:0;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective2844"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3644"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2849"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2850"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2851-5"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2852"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2853"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2854"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#89bfcd"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="971"
+     inkscape:window-height="771"
+     id="namedview4"
+     showgrid="false"
+     inkscape:zoom="1"
+     inkscape:cx="-97.075929"
+     inkscape:cy="100.36509"
+     inkscape:window-x="240"
+     inkscape:window-y="100"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2" />
+  <path
+     sodipodi:type="arc"
+     style="color:#000000;fill:#b87537;fill-opacity:1;fill-rule:nonzero;stroke:#c68243;stroke-width:1.73254383000000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="path2884"
+     sodipodi:cx="7.7661896"
+     sodipodi:cy="8.4255676"
+     sodipodi:rx="4.5063076"
+     sodipodi:ry="4.5063076"
+     d="m 12.272497,8.4255676 a 4.5063076,4.5063076 0 1 1 -9.012615,0 4.5063076,4.5063076 0 1 1 9.012615,0 z"
+     transform="matrix(0.57718597,0,0,0.57718597,3.5174643,51.136881)" />
+  <path
+     transform="matrix(0.48723869,0,0,0.48723869,4.2160119,35.894737)"
+     d="m 12.272497,8.4255676 a 4.5063076,4.5063076 0 1 1 -9.012615,0 4.5063076,4.5063076 0 1 1 9.012615,0 z"
+     sodipodi:ry="4.5063076"
+     sodipodi:rx="4.5063076"
+     sodipodi:cy="8.4255676"
+     sodipodi:cx="7.7661896"
+     id="path3630"
+     style="color:#000000;fill:#b87537;fill-opacity:1;fill-rule:nonzero;stroke:#dbb088;stroke-width:2.05238217000000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     sodipodi:type="arc" />
+  <path
+     sodipodi:type="arc"
+     style="color:#000000;fill:#a76a32;fill-opacity:1;fill-rule:nonzero;stroke:#c68243;stroke-width:1.32086337000000009;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="path3632"
+     sodipodi:cx="7.7661896"
+     sodipodi:cy="8.4255676"
+     sodipodi:rx="4.5063076"
+     sodipodi:ry="4.5063076"
+     d="m 12.272497,8.4255676 a 4.5063076,4.5063076 0 1 1 -9.012615,0 4.5063076,4.5063076 0 1 1 9.012615,0 z"
+     transform="matrix(0.75708055,0,0,0.75708055,2.1203692,17.621166)" />
+  <path
+     transform="matrix(0.43791409,0,0,0.43791409,4.5990761,4.3103248)"
+     d="m 12.272497,8.4255676 a 4.5063076,4.5063076 0 1 1 -9.012615,0 4.5063076,4.5063076 0 1 1 9.012615,0 z"
+     sodipodi:ry="4.5063076"
+     sodipodi:rx="4.5063076"
+     sodipodi:cy="8.4255676"
+     sodipodi:cx="7.7661896"
+     id="path3634"
+     style="color:#000000;fill:#cd925c;fill-opacity:1;fill-rule:nonzero;stroke:#dbb088;stroke-width:2.28355291999999999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     sodipodi:type="arc" />
+</svg>
Binary file share/hedgewars/Data/Themes/Jungle/FernLeft.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/FernRight.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Flake.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/FlowerBlue.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/FlowerRed.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Flowers.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Girder.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/LandBackTex.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/LandTex.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Liana.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Monkey.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/PalmTree.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/SkyL.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/SkyR.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Snake.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Spider.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Jungle/icon.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Themes/Jungle/theme.cfg	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,30 @@
+141 149 164
+75 103 25
+$A7 $6A $32
+$B3 $78 $1B $80
+oriental.ogg
+20
+7
+PalmTree
+1 141 225 25 5 1 0 0 230 190
+Flowers
+1 5 65 180 5 1 0 0 150 50
+Liana
+2 0 0 25 10 1 0 40 25 160
+Monkey
+1 20 145 60 5 1 0 0 130 130
+Snake
+1 30 95 40 5 1 0 0 110 75
+FernRight
+2 0 0 20 70 1 40 0 165 70
+FernLeft
+2 185 0 20 70 1 0 0 165 70
+3
+FlowerRed
+2
+FlowerBlue
+2
+Spider
+2
+100
+1 1000 50 50
Binary file share/hedgewars/Data/Themes/Nature/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Nature/LandBackTex.png has changed
Binary file share/hedgewars/Data/Themes/Nature/LandTex.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/Themes/Nature/LandTex.svg	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,6284 @@
+<?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="svg2"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   width="640"
+   height="480"
+   sodipodi:docname="LandTex.svg"
+   inkscape:export-filename="/mnt/y/src/hedgewars/share/hedgewars/Data/Themes/Nature/LandTex.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   style="enable-background:new">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6">
+    <mask
+       maskUnits="userSpaceOnUse"
+       id="mask3764">
+      <rect
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)"
+         y="-75"
+         x="-74"
+         height="169"
+         width="166"
+         id="rect3766"
+         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </mask>
+    <filter
+       inkscape:collect="always"
+       id="filter3798"
+       color-interpolation-filters="sRGB">
+      <feBlend
+         inkscape:collect="always"
+         mode="lighten"
+         in2="BackgroundImage"
+         id="feBlend3800" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3798-9">
+      <feBlend
+         inkscape:collect="always"
+         mode="lighten"
+         in2="BackgroundImage"
+         id="feBlend3800-8" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter4294"
+       color-interpolation-filters="sRGB">
+      <feBlend
+         inkscape:collect="always"
+         mode="screen"
+         in2="BackgroundImage"
+         id="feBlend4296" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3798-9-6">
+      <feBlend
+         inkscape:collect="always"
+         mode="lighten"
+         in2="BackgroundImage"
+         id="feBlend3800-8-5" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter5050"
+       color-interpolation-filters="sRGB">
+      <feBlend
+         inkscape:collect="always"
+         mode="multiply"
+         in2="BackgroundImage"
+         id="feBlend5052" />
+    </filter>
+    <mask
+       maskUnits="userSpaceOnUse"
+       id="mask6545">
+      <path
+         style="fill:#ffffff;stroke:none"
+         d="m 132.7593,125.55016 c -3.01537,-0.96281 -8.11179,-1.30306 -11.69607,-1.13204 l -12.16879,-1.50704 1.06066,-4.94975 29.87527,-13.43503 21.03642,1.59099 -13.78858,27.75394 z"
+         id="path6547"
+         inkscape:connector-curvature="0"
+         transform="matrix(0.71887207,0.69514239,-0.69514239,0.71887207,117.16019,-43.325074)"
+         sodipodi:nodetypes="cccccccc" />
+    </mask>
+    <mask
+       maskUnits="userSpaceOnUse"
+       id="mask6588">
+      <path
+         style="fill:#ffffff;stroke:none"
+         d="m 524,294.5 -42.5,56 c 9.48872,7.26087 15.6968,14.02017 25.59432,13.10505 7.81104,9.75478 17.71206,9.08284 20.56234,7.57957 -12.7048,11.11404 -5.20936,27.44555 0.66424,36.98234 L 595.5,399 593.5,336 569,305.5 z"
+         id="path6590"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccccc"
+         transform="translate(-442,-243)" />
+    </mask>
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1280"
+     inkscape:window-height="948"
+     id="namedview4"
+     showgrid="false"
+     inkscape:zoom="1"
+     inkscape:cx="342.6859"
+     inkscape:cy="266.89174"
+     inkscape:window-x="-4"
+     inkscape:window-y="-3"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="g3761" />
+  <g
+     inkscape:groupmode="layer"
+     id="layer1"
+     inkscape:label="Soil"
+     style="display:inline">
+    <g
+       id="g3761"
+       transform="translate(664,-122)"
+       mask="url(#mask3764)"
+       inkscape:tile-cx="-146"
+       inkscape:tile-cy="764"
+       inkscape:tile-w="640"
+       inkscape:tile-h="480"
+       inkscape:tile-x0="-466.00001"
+       inkscape:tile-y0="524"
+       style="filter:url(#filter3798)">
+      <rect
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)"
+         y="-75"
+         x="-74"
+         height="169"
+         width="166"
+         id="rect2986"
+         style="color:#000000;fill:#6a1a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)"
+         style="color:#000000;fill:#5b1700;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m -74,-75 166,0 0,159.141667 C 71.984756,89.872578 60.507572,85.258617 44.770217,86.147157 32.065534,86.864471 19.376829,89.622634 6.6745142,88.831792 -9.8215485,87.804753 -25.844614,79.54067 -42.356249,79.212499 -52.972251,79.001504 -62.318649,80.644849 -74,84.141667 z"
+         id="rect3846"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccaaacc" />
+      <path
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)"
+         style="color:#000000;fill:#6c2700;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m -74,-75 166,0 0,126.75 C 79.885636,54.452737 63.790371,47.326001 49.657031,48.053125 36.809484,48.714098 24.320641,55.2634 11.464062,55.358854 -5.6544452,55.485951 -22.346868,46.562997 -39.46514,46.386985 -51.051514,46.267853 -59.565688,48.807076 -74,51.75 z"
+         id="rect3843"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccczzzcc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4464"
+         transform="translate(-664,124)"
+         d="m 45.28125,330.25 c -0.278806,-0.0179 -0.547109,0.0249 -0.78125,0.125 -1.175751,0.50267 -1.377707,2.94585 -0.4375,3.8125 0.662769,0.61091 2.036847,0.70239 3.0625,0.34375 -0.0662,0.096 -0.13341,0.17925 -0.1875,0.28125 -0.735053,1.38611 -0.09467,3.4123 1.125,4.90625 -0.09989,0.0827 -0.189046,0.18378 -0.28125,0.28125 -0.01967,0.002 -0.04277,-0.002 -0.0625,0 -0.0605,-0.0629 -0.123779,-0.12606 -0.1875,-0.1875 -2.039082,-1.96624 -5.70775,-3.10266 -7.4375,-1.46875 -0.874324,0.82588 -1.125815,2.17771 -0.96875,3.625 -1.047105,0.0823 -2.0465,0.42426 -2.625,1.0625 -0.443913,0.48975 -0.709262,1.19342 -0.84375,1.96875 -0.368923,2.12683 0.388949,4.84315 2,5.625 -0.492104,0.4664 -0.841614,1.07009 -0.75,1.59375 0.156833,0.89645 1.84022,1.44781 2.59375,0.9375 0.216834,-0.14684 0.375463,-0.40169 0.5,-0.6875 0.179023,-0.41084 0.233839,-0.92292 0.1875,-1.375 0.260966,0.21212 0.651062,0.3638 1.03125,0.375 -0.78218,0.41507 -1.474262,1.22838 -1.46875,1.96875 0.0026,0.34631 0.151814,0.71585 0.375,1.0625 0.669556,1.03994 2.101165,1.89606 3,1.375 0.286436,-0.16605 0.492318,-0.47095 0.625,-0.8125 0.08008,1.94283 2.729835,4.34791 4.5625,3.90625 0.669608,-0.16137 1.178074,-0.79693 1.5,-1.5625 0.371296,-0.0722 0.725147,-0.26329 0.875,-0.53125 0.09428,-0.16859 0.106317,-0.36413 0.09375,-0.59375 -0.02985,-0.54534 -0.308081,-1.17351 -0.71875,-1.40625 -0.07537,-0.29909 -0.172774,-0.56029 -0.34375,-0.78125 -0.148842,-0.19235 -0.3406,-0.35499 -0.5625,-0.5 0.04293,-0.0284 0.08366,-0.0642 0.125,-0.0937 0.517486,0.44774 1.198165,0.72331 1.96875,0.84375 -0.08537,0.1084 -0.165007,0.23051 -0.15625,0.34375 0.02764,0.35739 0.640668,0.76345 0.9375,0.5625 0.123252,-0.0834 0.155951,-0.25435 0.15625,-0.4375 2.12e-4,-0.12959 -0.01386,-0.25296 -0.0625,-0.375 2.050899,0.0278 4.359617,-0.86065 5.34375,-2.3125 0.767683,-0.0885 1.595758,-0.46194 2.15625,-0.96875 0.358201,0.0757 0.714444,0.13055 1.0625,0.125 -0.02766,0.44528 0.05892,0.88521 0.1875,1.28125 -0.08133,-0.0157 -0.173563,-0.0106 -0.25,0 -0.703854,0.0973 -1.432989,1.31162 -1,1.875 0.179789,0.23393 0.512572,0.33374 0.875,0.3125 0.604048,-0.0354 1.268126,-0.37182 1.40625,-0.84375 0.01901,-0.0649 0.0351,-0.14969 0.03125,-0.21875 0.972563,0.16264 2.356676,-0.74547 2.5,-1.6875 0.04762,-0.31298 -0.0048,-0.6549 -0.15625,-1 -0.221587,-0.50484 -0.644771,-0.98228 -1.09375,-1.3125 0.0494,-0.0957 0.112289,-0.17981 0.15625,-0.28125 0.02885,-0.0666 0.03616,-0.15005 0.0625,-0.21875 0.126764,0.0293 0.238089,0.0376 0.34375,0 0.173741,-0.0618 0.326367,-0.23661 0.4375,-0.4375 0.443122,0.2715 1.12461,0.35314 1.375,0 0.141092,-0.19899 0.136232,-0.50004 0.03125,-0.78125 -0.174967,-0.46869 -0.62473,-0.91196 -1.03125,-0.90625 -0.266139,0.004 -0.509502,0.23834 -0.65625,0.53125 -0.03819,-0.004 -0.08469,-0.002 -0.125,0 0.02783,-0.29694 0.01566,-0.58462 0,-0.875 0.189833,-0.0867 0.356572,-0.18007 0.53125,-0.28125 0.356042,-0.019 0.696124,-0.10382 0.90625,-0.3125 0.150796,-0.14976 0.226725,-0.35628 0.25,-0.59375 0.08918,-0.10088 0.175828,-0.20479 0.25,-0.3125 0.201828,0.0952 0.436061,0.1497 0.6875,0.15625 -0.08009,0.0924 -0.144566,0.17574 -0.1875,0.28125 -0.340982,0.838 0.382921,2.31943 1.25,2.625 -0.08144,0.2592 -0.138768,0.53101 -0.15625,0.8125 -0.109207,-0.0703 -0.226508,-0.12688 -0.34375,-0.15625 -0.269899,-0.0676 -0.591742,-0.0102 -0.90625,0.0937 -0.943524,0.31179 -1.880893,1.25858 -1.65625,2.0625 0.313967,1.12357 2.60685,1.47391 3.5,0.6875 1.197989,2.62276 3.993645,5.05769 6.34375,4.78125 2.124829,-0.24994 3.74954,-3.16438 3.84375,-5.65625 0.732224,0.22957 1.743918,0.0947 2.09375,-0.4375 0.287187,-0.43691 0.02266,-1.17321 -0.40625,-1.625 0.367884,-0.0124 0.742045,-0.068 1.125,-0.15625 -0.128758,0.14639 -0.202132,0.31181 -0.1875,0.46875 0.03391,0.36372 0.682088,0.64869 1,0.46875 0.365927,-0.20711 0.517361,-1.0346 0.15625,-1.25 1.727305,-0.65912 3.263404,-1.96817 3.46875,-3.40625 0.203183,-1.42293 -1.175382,-2.944 -2.75,-3.6875 -0.02018,-0.24783 -0.07585,-0.4991 -0.15625,-0.75 0.05188,0.0998 0.123116,0.19243 0.1875,0.28125 0.357404,0.49304 0.92024,0.88805 1.59375,1.15625 0.703649,0.28021 1.517973,0.43028 2.3125,0.4375 -0.267553,0.97093 -0.301745,2.0318 -0.03125,2.875 -0.628681,0.37587 -1.125066,0.95525 -1.03125,1.53125 0.07543,0.46311 0.507707,0.85029 1.03125,1.09375 0.170257,0.0792 0.343347,0.13796 0.53125,0.1875 -0.165842,0.12572 -0.304342,0.27526 -0.40625,0.4375 -0.208077,0.33126 -0.314242,0.75305 -0.3125,1.21875 0.0052,1.39711 0.858751,3.07463 2.03125,3.125 1.731036,0.0744 3.304649,-3.18324 2.34375,-4.625 -0.277977,-0.41709 -0.813975,-0.65628 -1.40625,-0.71875 0.01002,-0.0203 0.02241,-0.0414 0.03125,-0.0625 1.433235,0.34484 3.096852,0.21673 4.21875,-0.40625 0.107814,0.0587 0.230763,0.12017 0.34375,0.15625 0.06966,0.0222 0.145621,0.0165 0.21875,0.0313 -0.677312,0.22693 -1.229973,0.64742 -1.3125,1.21875 -0.0379,0.26238 -0.0034,0.52479 0.125,0.78125 -0.14019,0.32253 -0.180355,0.64671 -0.03125,0.90625 0.02081,0.0362 0.06749,0.0615 0.09375,0.0937 -1.150074,-0.26355 -3.032953,0.95942 -2.8125,2.09375 0.09475,0.4875 0.532028,0.88434 1.09375,1.125 0.936201,0.40111 2.218238,0.38798 2.78125,-0.21875 0.217929,-0.23485 0.291697,-0.56795 0.28125,-0.9375 0.162039,0.12902 0.31419,0.22315 0.5,0.28125 1.080427,0.33781 2.573689,-0.93485 2.84375,-2.125 0.696389,0.6629 1.564337,1.11894 2.34375,1.0625 0.52045,-0.0377 1.06308,-0.28682 1.5625,-0.65625 0.55054,-0.40724 1.03562,-0.9498 1.40625,-1.5625 0.18016,0.0289 0.34661,0.0405 0.53125,0.0313 1.01513,-0.0507 1.95211,-0.65889 2.71875,-1.5625 0.12254,0.0502 0.2547,0.0721 0.375,0.0625 0.60409,-0.0482 1.07269,-1.09367 0.78125,-1.625 -0.0192,-0.0351 -0.068,-0.0611 -0.0937,-0.0937 0.24433,-0.49813 0.4372,-1.02357 0.59375,-1.5625 0.33059,0.2334 0.6871,0.40228 1.03125,0.46875 -0.45978,0.85539 -0.51157,2.14419 0.1875,2.5625 0.38703,0.23159 0.93415,0.1713 1.4375,-0.0625 0.83892,-0.38966 1.59998,-1.25143 1.53125,-2 -0.0581,-0.63283 -0.84252,-1.14808 -1.59375,-1.28125 0.69854,-1.27665 0.41405,-3.66524 -0.75,-4.3125 -0.51105,-0.28417 -1.21338,-0.14586 -1.84375,0.1875 -0.12314,-0.2861 -0.28021,-0.54842 -0.46875,-0.78125 -0.82842,-1.02303 -2.43326,-1.36994 -4.03125,-1.15625 0.0676,-0.10892 0.13445,-0.21157 0.0937,-0.3125 -0.003,-0.007 0.004,-0.0242 0,-0.0313 0.4543,-1.96446 0.2956,-4.02907 -0.78125,-5.1875 -1.87043,-2.01215 -6.961922,-0.65557 -8.03125,1.875 -0.126957,0.30045 -0.209503,0.65291 -0.25,1 -0.28345,0.14734 -0.552413,0.33709 -0.8125,0.5625 -0.130441,-0.0711 -0.266988,-0.1075 -0.40625,-0.15625 0.427555,-0.56588 0.668456,-1.24304 0.40625,-1.75 -0.233437,-0.45133 -0.785438,-0.67551 -1.40625,-0.75 -1.034685,-0.12415 -2.278249,0.24215 -2.65625,1 -0.301934,0.60534 0.04296,1.48264 0.625,2.0625 -0.347807,0.2282 -0.680386,0.50254 -1,0.8125 -1.137566,-1.5927 -3.065974,-2.84916 -4.59375,-2.53125 -1.103094,0.22954 -1.930513,1.43806 -2.28125,2.78125 -0.202014,-0.0752 -0.405282,-0.12866 -0.59375,-0.0937 -0.335184,0.0621 -0.609372,0.37431 -0.78125,0.75 -0.475459,-0.44978 -1.003973,-0.84528 -1.5625,-1.125 0.951118,-0.22608 1.73798,-0.70283 2.03125,-1.46875 0.887168,-2.31699 -2.855655,-5.93135 -5.25,-5.28125 -1.878646,0.51008 -2.703663,4.18268 -1.46875,5.6875 0.342919,0.41787 0.894919,0.69711 1.5,0.90625 -0.20457,0.0963 -0.394954,0.21163 -0.59375,0.34375 -0.0794,-0.0725 -0.155824,-0.16401 -0.25,-0.21875 -1.004761,-0.58403 -2.513477,0.0239 -3.625,1 -0.155957,-0.0263 -0.315778,-0.0546 -0.46875,-0.0625 -0.09731,-2.5168 -3.582428,-5.33848 -6.03125,-4.875 -0.77084,0.1459 -1.536429,0.581 -2.21875,1.21875 -0.299092,0.27955 -0.551629,0.62941 -0.8125,0.96875 -0.207439,-0.02 -0.397875,-0.0387 -0.59375,0 -0.789199,0.15574 -1.429133,0.92555 -1.78125,1.84375 -1.006272,0.33949 -1.965689,1.59802 -1.8125,2.5625 0.05394,0.33962 0.235007,0.6899 0.5,1 -0.669317,0.68505 -1.201828,1.50393 -1.53125,2.34375 -0.261264,-0.0517 -0.535326,-0.0537 -0.8125,-0.0313 -0.428882,-0.71832 -0.944701,-1.36013 -1.53125,-1.8125 0.14103,-0.28894 0.236398,-0.62289 0.28125,-0.96875 0.8859,-0.71615 1.642203,-1.60876 2.125,-2.5625 0.08843,-0.0549 0.178556,-0.11765 0.25,-0.1875 1.040941,-1.01778 0.774642,-3.91195 -0.625,-4.3125 -0.21235,-0.0608 -0.430735,-0.0754 -0.65625,-0.0313 -2.011963,-1.17088 -5.454996,-1.0259 -7.5625,0.21875 0.0025,-0.01 -0.0023,-0.0214 0,-0.0313 0.137413,-0.59549 -0.176394,-1.26086 -0.6875,-1.8125 -0.638879,-0.68955 -1.601083,-1.22754 -2.4375,-1.28125 z m 93.34375,0.3125 c -1.42555,0.13541 -2.44385,2.63749 -1.8125,3.9375 -0.0892,0.26195 -0.1083,0.51739 -0.0625,0.75 -1.66932,-2.31696 -7.11388,-2.75571 -8.84375,-0.53125 -0.065,0.0836 -0.13515,0.15816 -0.1875,0.25 -0.1098,-0.56543 -0.36684,-1.05157 -0.8125,-1.21875 -0.4678,-0.17548 -1.02916,0.0202 -1.53125,0.375 -0.83682,0.59134 -1.5049,1.66663 -1.28125,2.46875 0.26824,0.96207 2.04563,1.38987 2.90625,0.84375 0.16835,0.73178 0.62877,1.49916 1.21875,1.84375 0.56612,0.98296 1.33469,1.8091 2.21875,2.125 0.26142,0.22661 0.58694,0.40322 0.9375,0.53125 0.0202,0.0842 0.0381,0.16877 0.0625,0.25 -1.87178,0.24845 -3.56614,1.13957 -3.96875,2.59375 -0.0205,0.0741 -0.0174,0.14355 -0.0313,0.21875 -0.12559,0.15652 -0.21138,0.30681 -0.25,0.5 -0.10571,0.52875 0.15559,1.10745 0.59375,1.59375 1.21538,2.61649 5.02433,5.00401 7.4375,4.09375 1.06673,-0.40237 1.77098,-1.58988 2.09375,-2.9375 0.34468,0.0247 0.69572,0.0346 1.0625,0 1.18163,-0.11129 2.43182,-0.54287 3.5,-1.15625 0.65977,0.34426 1.38138,0.47829 1.96875,0.3125 0.45072,-0.12722 0.87773,-0.42869 1.25,-0.84375 1.1168,-1.24516 1.68854,-3.42037 0.6875,-4.40625 -0.44345,-0.43674 -1.1117,-0.58257 -1.84375,-0.53125 -0.63444,-0.91835 -1.69978,-1.69812 -2.90625,-2.25 0.0236,-0.1205 0.0404,-0.24298 0.0313,-0.375 0.19133,0.23693 0.43984,0.4115 0.6875,0.375 0.25261,-0.0372 0.45697,-0.24839 0.59375,-0.53125 0.22798,-0.47144 0.26717,-1.1341 -0.0313,-1.4375 -0.37463,-0.38089 -1.36851,-0.0915 -1.5625,0.40625 -0.0279,0.0716 -0.0277,0.16597 -0.0313,0.25 -0.0789,-0.0956 -0.18085,-0.16814 -0.28125,-0.21875 -0.31678,-0.15969 -0.77437,-0.10643 -1.1875,0.0625 -0.12029,-0.45438 -0.34923,-0.82569 -0.71875,-1 -0.15682,-0.074 -0.32202,-0.12036 -0.5,-0.125 -0.11097,-0.1807 -0.23985,-0.36021 -0.375,-0.53125 0.68708,0.33303 1.58375,0.38043 1.96875,-0.0937 0.048,-0.0591 0.0625,-0.11799 0.0937,-0.1875 0.9107,0.0451 1.74693,-0.17616 2.125,-0.8125 0.9531,-1.60419 -1.36115,-4.7702 -3.21875,-4.59375 z m 346.96875,0.15625 c -2.52023,0.25432 -5.01178,4.16407 -4.21875,6.5625 0.24342,0.73618 0.78626,1.41466 1.5,2 1.54244,1.26496 3.89095,2.0609 5.65625,1.75 0.10332,0.15108 0.20731,0.30397 0.34375,0.40625 0.0511,0.0383 0.13074,0.061 0.1875,0.0937 -0.0729,0.21899 -0.10575,0.47061 -0.125,0.71875 -1.0055,0.43609 -1.99307,1.12626 -2.75,1.96875 0.11946,-0.3965 0.081,-0.79171 -0.15625,-1.03125 -0.22866,-0.2309 -0.60686,-0.29183 -1,-0.21875 -0.65524,0.1218 -1.32025,0.59026 -1.40625,1.125 -0.0185,0.11495 -0.01,0.22744 0.0313,0.34375 -0.5856,0.27334 -1.01501,0.68496 -1.09375,1.21875 -0.18742,-0.0888 -0.39991,-0.14675 -0.59375,-0.1875 -0.0512,-0.0107 -0.10401,-0.0235 -0.15625,-0.0313 0.002,-0.41587 -0.23329,-0.8528 -0.59375,-1.21875 -0.69563,-0.70622 -1.8318,-1.15168 -2.5625,-0.8125 -0.91731,0.4258 -1.01421,2.33762 -0.25,3 0.0169,0.0147 0.0446,0.0174 0.0625,0.0313 -1.08737,0.72526 -1.99044,1.7347 -2.34375,2.78125 -1.52508,-0.18881 -3.30178,0.21656 -4.3125,1.09375 -0.20743,-0.48174 -0.93746,-0.87237 -1.40625,-0.71875 -0.65542,0.21478 -1.16734,1.50562 -0.65625,1.96875 0.21222,0.1923 0.56377,0.20803 0.90625,0.125 0.13314,-0.0323 0.24709,-0.0947 0.375,-0.15625 -0.36066,1.77622 1.6443,4.35614 3.4375,4.4375 0.44243,0.0201 0.91197,-0.10022 1.375,-0.3125 0.67188,1.00252 1.57241,1.79012 2.53125,1.9375 0.60599,0.0931 1.2294,-0.11919 1.8125,-0.5 0.0723,0.0913 0.14863,0.19315 0.25,0.25 0.37882,0.21245 0.89681,0.11367 1.375,-0.125 0.79699,-0.39778 1.52392,-1.25005 1.4375,-1.96875 -0.0518,-0.43101 -0.45125,-0.78371 -0.9375,-1 0.12539,-0.38908 0.18919,-0.78656 0.1875,-1.15625 0.98311,-0.21752 1.82072,-0.66824 2.3125,-1.34375 0.0356,-0.0489 0.0627,-0.1046 0.0937,-0.15625 0.28324,0.72856 0.65112,1.4518 1.09375,2.09375 -0.22674,0.52727 -0.3658,1.11824 -0.4375,1.75 -0.0206,0.0761 -0.0371,0.13913 -0.0313,0.21875 -0.20024,2.34588 0.57889,5.03315 2.25,5.90625 1.91088,0.99837 5.08779,-0.89208 6.03125,-3.03125 0.50323,0.36403 1.06251,0.58032 1.5625,0.5 1.22504,-0.1968 1.99387,-2.46309 1.3125,-3.5 -0.57313,-0.87218 -2.26065,-1.25453 -3.375,-0.90625 0.99539,-1.18007 1.70022,-2.73326 1.75,-4.125 0.1293,-0.0323 0.23158,-0.10203 0.34375,-0.15625 1.26768,1.47141 3.15802,2.61558 4.75,2.5625 -0.0396,0.13673 -0.0598,0.26898 -0.0625,0.40625 -0.0179,0.92255 1.0284,1.76917 2.09375,2.0625 0.25571,0.21904 0.53357,0.40505 0.8125,0.5625 0.40814,1.85903 1.35309,3.53708 2.71875,4.15625 2.05199,0.93034 5.16828,-1.02748 6.34375,-3.28125 1.49622,2.59158 4.80671,4.86106 7.21875,4.21875 1.65937,-0.44188 2.77711,-2.533 3.03125,-4.625 0.49679,-0.80722 0.74232,-1.76986 0.5,-2.5 -0.15166,-0.45695 -0.4939,-0.88703 -0.9375,-1.25 -0.2461,-0.20136 -0.51614,-0.37625 -0.8125,-0.53125 -0.23124,-0.19739 -0.49613,-0.37474 -0.78125,-0.53125 0.0709,-0.40327 0.0753,-0.81997 0,-1.1875 -0.0544,-0.26562 -0.15296,-0.52319 -0.28125,-0.78125 0.81431,0.17369 1.98846,-0.1869 2.09375,-0.90625 0.0237,-0.16212 -0.0249,-0.33996 -0.0937,-0.5 0.45289,-0.92379 0.11025,-2.53079 -0.71875,-3.03125 -0.49478,-0.29869 -1.23806,-0.2923 -1.9375,-0.0937 0.0287,-0.5758 -0.0476,-1.12024 -0.34375,-1.5 -0.0219,-0.0281 -0.0383,-0.0677 -0.0625,-0.0937 0.57727,-0.191 1.02396,-0.54111 1.15625,-1.03125 0.0547,-0.20253 0.047,-0.41141 0,-0.625 1.63182,0.24893 3.23429,-0.0348 4,-1.125 1.85471,-2.64075 -1.7423,-8.3722 -4.96875,-8.3125 -2.53153,0.0468 -4.70479,4.39733 -3.625,6.6875 0.15536,0.32951 0.37872,0.62231 0.65625,0.90625 -0.66423,0.78921 -0.75266,2.40888 -0.0625,3.09375 0.0446,0.0443 0.10451,0.086 0.15625,0.125 -0.0534,0.0187 -0.10439,0.0414 -0.15625,0.0625 -0.0621,0.005 -0.12467,0.0201 -0.1875,0.0313 -0.0828,-0.0403 -0.1624,-0.09 -0.25,-0.125 -0.82044,-0.32787 -1.83419,-0.43444 -2.625,-0.21875 0.0879,-0.0618 0.15565,-0.13113 0.21875,-0.21875 0.56626,-0.78628 -0.0879,-2.29332 -1,-2.96875 -0.43386,-0.44869 -1.0202,-0.75363 -1.5,-0.65625 -0.67461,0.13692 -1.10244,1.19936 -0.9375,1.9375 -0.0252,0.10498 -0.0221,0.20964 -0.0313,0.3125 -0.0716,-0.055 -0.14125,-0.10813 -0.21875,-0.15625 -0.28973,-0.17988 -0.63301,-0.26592 -0.96875,-0.34375 0.0563,-0.33987 -0.26202,-0.80224 -0.59375,-0.84375 -0.38183,-0.0478 -0.92224,0.39332 -0.9375,0.78125 -0.48948,0.065 -0.99797,0.185 -1.5,0.375 -1.10947,-0.19348 -2.45263,0.024 -3.34375,0.59375 -0.0745,-0.10842 -0.19877,-0.1696 -0.34375,-0.21875 0.34641,-0.54003 0.54284,-1.11498 0.4375,-1.6875 -0.42228,-2.29514 -4.77827,-3.4764 -6.9375,-2.3125 -0.1753,-0.0438 -0.35292,-0.0609 -0.53125,-0.0937 0.0326,-0.0643 0.0794,-0.11604 0.0937,-0.1875 0.0793,-0.3956 -0.15214,-0.83326 -0.5,-1.1875 -0.57976,-0.5904 -1.51462,-0.96968 -2.125,-0.6875 -0.61433,0.28401 -0.78115,1.35414 -0.5,2.0625 -0.10009,0.0237 -0.21608,0.0335 -0.3125,0.0625 -0.14754,-0.0729 -0.31692,-0.10045 -0.46875,-0.15625 -0.17465,-2.88516 -2.44993,-6.39976 -4.9375,-6.65625 -0.16752,-0.0173 -0.33198,-0.017 -0.5,0 z M 166.75,331.5 c -0.78736,-0.006 -1.52188,0.1468 -2.125,0.5 -1.60151,0.93788 -2.06282,3.54159 -1.59375,5.75 -0.23847,0.22901 -0.42009,0.54706 -0.5625,0.875 -1.317,-0.54098 -3.01274,-0.67302 -4.46875,-0.375 -0.2467,-1.33991 -0.85354,-2.57763 -1.8125,-3.0625 -1.82511,-0.92282 -5.03084,1.36327 -5.125,3.40625 -0.17208,0.31732 -0.28675,0.66123 -0.1875,0.9375 0.0875,0.2436 0.31851,0.46164 0.59375,0.625 0.045,0.0913 0.0734,0.19075 0.125,0.28125 0.0887,0.15547 0.20577,0.28705 0.3125,0.4375 0.0179,0.48209 0.13724,0.92141 0.4375,1.25 0.21091,0.23081 0.47306,0.3911 0.78125,0.5 0.53172,1.03276 1.48396,1.96973 2.4375,2.25 -0.16587,0.37783 -0.25503,0.78082 -0.1875,1.125 0.0466,0.2377 0.18773,0.46434 0.34375,0.6875 -0.0269,0.96014 0.099,1.91625 0.40625,2.75 -0.33271,0.0854 -0.61184,0.29126 -0.6875,0.5625 -0.076,0.27239 0.0565,0.57805 0.28125,0.84375 0.37452,0.44284 0.99618,0.75924 1.4375,0.59375 0.0942,-0.0353 0.18009,-0.1071 0.25,-0.1875 0.0526,0.0384 0.1012,0.0908 0.15625,0.125 2.00952,1.24692 5.90447,-1.06228 6.21875,-3.40625 0.0893,-0.66636 -0.0757,-1.39763 -0.40625,-2.125 0.55979,0.24997 1.11407,0.32602 1.59375,0.0937 1.31817,-0.6383 1.52002,-3.14551 0.78125,-4.6875 0.32703,0.11184 0.66307,0.23118 1.03125,0.28125 -0.003,0.0318 0.002,0.0621 0,0.0937 -0.66309,0.67305 -0.61197,2.0045 -0.15625,3.125 -0.19804,0.20723 -0.38712,0.40874 -0.5625,0.65625 -0.0469,0.0662 -0.0799,0.15007 -0.125,0.21875 -0.31342,0.35833 -0.56393,0.83503 -0.6875,1.34375 -0.85457,2.09034 -0.91786,4.57997 0.5,5.6875 1.90424,1.48745 5.61614,0.1274 7.59375,-2 0.80032,2.02168 4.74386,3.37868 6.4375,2.0625 1.47104,-1.14319 0.83298,-4.65763 -0.8125,-5.53125 -0.4735,-0.25139 -1.08241,-0.33003 -1.71875,-0.28125 -0.32037,0.0246 -0.64316,0.0686 -0.96875,0.15625 0.007,-0.0127 0.025,-0.0184 0.0313,-0.0313 0.36128,-0.74049 -0.0595,-1.79783 -0.75,-2.53125 -0.0349,-0.33119 -0.0991,-0.6541 -0.25,-0.9375 0.31519,0.21187 0.66095,0.3451 1,0.40625 0.19824,0.30833 0.46583,0.52437 0.78125,0.5625 0.83821,0.10133 1.69311,-1.01586 1.84375,-2 0.34893,-0.48664 0.61282,-1.04423 0.75,-1.59375 -0.0707,0.37346 -0.0378,0.74276 0.1875,0.96875 0.25655,0.25733 0.68567,0.30194 1.125,0.21875 0.73222,-0.13865 1.49958,-0.65174 1.59375,-1.25 0.11822,-0.75104 -1.01644,-1.63733 -1.75,-1.4375 -0.5198,0.1416 -1.01557,0.80456 -1.15625,1.4375 0.11584,-0.50073 0.14077,-0.98426 0,-1.40625 -0.13475,-0.40394 -0.39712,-0.78394 -0.75,-1.125 0.72939,-0.63188 1.21686,-1.44446 1.0625,-2.21875 0.0954,0.4327 0.29769,0.84735 0.59375,1.0625 -0.11414,0.79536 0.0344,1.54428 0.53125,2 1.18214,1.0842 3.83603,0.24848 5.03125,-1.15625 0.0615,0.0168 0.12607,0.0224 0.1875,0.0313 0.0372,0.26624 0.099,0.5268 0.21875,0.75 0.0919,0.17122 0.2281,0.30409 0.375,0.4375 -0.95979,0.77019 -1.64405,1.71322 -1.8125,2.71875 -0.0203,0.12129 -0.0288,0.25218 -0.0313,0.375 -0.0108,0.003 -0.0204,-0.003 -0.0313,0 -0.58559,0.16331 -1.18356,0.63221 -1.21875,1.125 -0.0442,0.61864 0.98005,1.24438 1.5625,1.03125 0.11972,-0.0438 0.21023,-0.11567 0.3125,-0.21875 0.16188,0.25826 0.31973,0.5096 0.53125,0.75 -0.28659,0.004 -0.6042,0.0908 -0.90625,0.21875 -0.82097,0.34774 -1.59476,1.07791 -1.78125,1.8125 -0.29037,-0.14015 -0.57515,-0.21073 -0.875,-0.15625 -0.63602,0.11556 -1.14657,0.67896 -1.46875,1.40625 -0.53697,1.21214 -0.56198,2.88255 0.21875,3.625 0.98012,0.93207 3.42624,0.11968 3.875,-1.15625 0.18448,-0.52451 0.10415,-1.20234 -0.15625,-1.84375 0.45073,0.11806 0.90916,0.11472 1.25,-0.0625 0.29058,-0.15109 0.5292,-0.43621 0.71875,-0.78125 0.4607,0.28606 1.04697,0.44026 1.65625,0.5 0.0271,0.56475 0.14425,1.08148 0.28125,1.59375 -0.63934,0.99477 -0.92568,2.09325 -0.53125,3 1.17388,2.69862 7.35681,2.63334 8.84375,0.0937 0.46278,-0.7904 0.35643,-1.85761 -0.0625,-2.875 0.0253,-0.0279 0.0376,-0.0657 0.0625,-0.0937 0.4667,0.28993 0.95646,0.45071 1.40625,0.375 0.6027,-0.10144 1.08044,-0.70352 1.34375,-1.40625 0.11404,0.2696 0.26495,0.50881 0.40625,0.75 -0.0786,1.16861 0.35478,2.56581 1.09375,3.40625 -0.76548,-0.072 -1.56014,0.14809 -1.78125,0.71875 -0.15513,0.40038 -0.019,0.87774 0.28125,1.3125 0.50043,0.72461 1.43362,1.30977 2.125,1.125 0.79733,-0.21308 1.16228,-1.63432 0.78125,-2.40625 0.17289,0.002 0.35367,-0.0448 0.53125,-0.0937 0.10861,0.84586 0.45279,1.61904 1.03125,1.96875 1.14762,0.69379 3.33723,-0.63763 3.5,-1.96875 0.1205,-0.98544 -0.72237,-2.21677 -1.71875,-2.84375 0.13613,-0.14119 0.27635,-0.29039 0.375,-0.46875 1.15344,0.36406 2.72617,-0.047 4,-0.84375 0.19817,1.65867 0.83313,3.28165 1.84375,4.21875 -0.28061,0.01 -0.53477,0.20755 -0.71875,0.5 -0.30664,0.48741 -0.41413,1.19453 -0.125,1.5625 0.36296,0.46195 1.47728,0.27035 1.75,-0.25 0.17916,-0.34185 0.0541,-0.87366 -0.1875,-1.28125 0.23412,0.12142 0.48862,0.1995 0.75,0.25 0.13342,0.0258 0.27128,0.0243 0.40625,0.0313 0.1522,0.34132 0.37175,0.62553 0.625,0.84375 0.009,0.14061 0.0344,0.27569 0.0625,0.40625 -0.0749,0.0487 -0.14036,0.11261 -0.1875,0.1875 -0.15659,0.24878 -0.1137,0.60609 0.0313,0.9375 0.24158,0.55235 0.79248,1.06504 1.28125,1.03125 0.12127,-0.008 0.2378,-0.0792 0.34375,-0.15625 1.18045,1.39492 3.58605,2.31336 5.21875,1.875 0.78722,1.05975 2.70679,1.68869 3.78125,1.09375 0.3839,-0.21257 0.71806,-0.57292 0.96875,-1.03125 0.75209,-1.37499 0.81176,-3.50255 -0.3125,-4.1875 -0.75139,-0.45778 -1.82876,-0.20135 -2.78125,0.375 -0.18254,-0.99571 -0.64856,-1.90269 -1.34375,-2.34375 -0.42737,-0.27114 -0.96891,-0.41481 -1.5625,-0.4375 0.0174,-0.1357 0.0266,-0.267 0.0313,-0.40625 0.97384,0.0516 1.89381,-0.12183 2.59375,-0.5625 0.22204,-0.13979 0.42946,-0.3059 0.625,-0.5 0.7351,1.57492 2.06544,2.88438 3.4375,2.71875 0.60781,-0.0734 1.15729,-0.44036 1.625,-0.9375 0.14464,0.0124 0.29262,0.0228 0.4375,0 0.87683,1.0091 2.09152,1.76669 3.125,1.59375 0.0951,-0.0159 0.19061,-0.0605 0.28125,-0.0937 1.51686,0.97658 4.79764,-0.78276 4.90625,-2.59375 0.0868,-1.44695 -2.27373,-2.86737 -3.65625,-2.40625 -0.0442,-0.0456 -0.10747,-0.0821 -0.15625,-0.125 0.0281,-0.0705 0.0737,-0.14691 0.0937,-0.21875 0.15793,-0.5646 0.10706,-1.23781 -0.0937,-1.90625 -0.0633,-0.2106 -0.15877,-0.41623 -0.25,-0.625 0.50356,-1.1431 0.56622,-2.57042 -0.0937,-3.3125 -0.74947,-0.84271 -2.58096,-0.56779 -3.53125,0.25 -0.09,0.004 -0.19219,0.015 -0.28125,0.0313 -0.72686,-1.24999 -2.01096,-2.3122 -3.15625,-2.1875 -0.24806,0.027 -0.46822,0.13757 -0.6875,0.28125 -0.0975,-0.12278 -0.19592,-0.21283 -0.3125,-0.3125 -0.81359,-0.69559 -2.17636,-0.65912 -3.40625,-0.1875 -1.43093,0.0694 -3.01912,0.83217 -4.34375,1.9375 -0.48391,-0.13301 -0.97886,-0.22033 -1.5,-0.25 -0.0708,-0.35085 -0.22846,-0.68005 -0.4375,-0.90625 -0.53402,-1.31176 -1.50779,-2.49884 -2.625,-2.78125 -0.63371,-0.16019 -1.38562,-0.0863 -2.125,0.15625 -0.32312,0.106 -0.62221,0.27324 -0.9375,0.4375 -0.20361,-1.12915 -2.33057,-1.84683 -3.34375,-1.25 0.38704,-0.81909 0.45168,-1.80923 -0.0937,-2.28125 -0.039,-0.0337 -0.0818,-0.0662 -0.125,-0.0937 0.0172,-0.14798 0.0322,-0.30059 0,-0.4375 -0.23097,-0.98217 -2.1049,-1.4568 -2.90625,-0.84375 -0.23059,0.17641 -0.41171,0.45694 -0.53125,0.78125 -0.22773,0.6178 -0.25382,1.389 -0.0313,1.96875 -0.0363,0.10228 -0.0538,0.20793 -0.0625,0.3125 -0.0228,0.27555 0.10317,0.55799 0.28125,0.8125 -0.16201,6.8e-4 -0.33377,-0.0132 -0.5,0 -0.92925,0.0737 -1.89497,0.36476 -2.78125,0.78125 -0.0116,-0.008 -0.0195,-0.0234 -0.0313,-0.0313 0.37508,-0.35864 0.67542,-0.83329 0.875,-1.34375 0.36613,-0.0208 0.77288,-0.23376 0.875,-0.53125 0.16399,-0.47774 -0.31434,-1.29236 -0.8125,-1.3125 -0.005,-0.009 0.005,-0.0224 0,-0.0313 -0.35204,-0.62558 -1.35446,-0.83451 -2.21875,-0.6875 0.22061,-0.58955 0.24371,-1.19573 -0.0625,-1.625 -0.34472,-0.48325 -1.01975,-0.67297 -1.75,-0.65625 -0.0981,0.002 -0.18167,0.0214 -0.28125,0.0313 0.006,-0.0325 0.0263,-0.0606 0.0313,-0.0937 0.11913,-0.79898 -0.1399,-1.78406 -0.71875,-2.09375 -0.72667,-0.38878 -2.03677,0.49033 -2.09375,1.3125 -0.0364,0.52549 0.35528,1.17171 0.875,1.5625 -0.3339,0.24429 -0.60619,0.53576 -0.71875,0.875 -0.39114,1.1788 1.26442,2.90734 2.5,2.78125 0.20943,-0.0214 0.41696,-0.11093 0.625,-0.21875 -0.004,0.29938 0.0499,0.60554 0.125,0.90625 -0.54044,-0.10348 -1.0997,-0.13684 -1.625,-0.125 -0.13204,-0.30697 -0.29747,-0.60459 -0.53125,-0.84375 -0.65098,-0.66597 -1.61875,-0.94592 -2.6875,-0.96875 0.14231,-1.80833 -0.74755,-4.07203 -2.25,-4.28125 -0.65805,-0.0916 -1.33961,0.21805 -1.9375,0.71875 -1.06586,-0.35411 -2.55534,-0.14389 -3.40625,0.5 -0.67177,-0.32919 -1.4168,-0.49974 -2,-0.3125 -0.32918,0.10569 -0.6225,0.35002 -0.90625,0.625 -0.5782,-0.24485 -1.49561,-0.0731 -1.8125,0.40625 -0.17508,0.26484 -0.22122,0.63973 -0.15625,1.03125 -0.19782,-0.68681 -0.84999,-1.20866 -1.65625,-1.5625 0.28992,-0.18392 0.51955,-0.42216 0.5625,-0.71875 0.059,-0.40717 -0.18883,-0.84593 -0.5625,-1.1875 -0.62278,-0.56928 -1.61277,-0.91463 -2.21875,-0.59375 -0.29242,0.15484 -0.45846,0.48613 -0.53125,0.875 -0.95578,0.18701 -1.96861,0.74284 -2.65625,1.46875 -1.54124,-1.59168 -4.05662,-2.76545 -6.15625,-2.78125 z m 364.6875,2.15625 c -0.2181,10e-4 -0.44849,0.017 -0.65625,0.0625 -2.60819,0.57142 -3.96473,5.51104 -2.375,7.65625 0.45746,0.6173 1.17796,1.10806 2.03125,1.4375 0.80465,0.31066 1.7168,0.46964 2.625,0.5 -1.84453,1.68263 -2.52122,5.5985 -1.09375,7.46875 0.0891,0.11671 0.17474,0.23722 0.28125,0.34375 -0.24809,0.46303 -0.37216,0.96496 -0.25,1.375 0.19003,0.63785 1.06554,1.00479 1.875,1.03125 -0.15329,0.49164 -0.19854,0.97535 0,1.34375 0.47615,0.88354 2.42031,0.89006 3.03125,0.0937 0.39074,-0.5093 0.35899,-1.44089 0.0937,-2.1875 1.54551,0.0246 3.04544,-0.34553 4,-1.15625 0.0647,0.0239 0.12267,0.0436 0.1875,0.0625 -0.0479,0.0549 -0.1099,0.0986 -0.15625,0.15625 -0.94681,1.17821 -1.53307,2.90014 -1.375,4.28125 -1.45922,-0.36947 -3.89893,1.17049 -3.625,2.625 0.11701,0.62131 0.66168,1.12697 1.375,1.4375 1.18886,0.51755 2.81003,0.51823 3.53125,-0.25 0.38066,-0.40547 0.47625,-1.05877 0.34375,-1.71875 0.8877,0.28706 1.98684,0.15375 3.0625,-0.25 0.0404,-8.8e-4 0.0842,0.002 0.125,0 1.29468,-0.0688 2.72977,-0.80292 3.03125,-1.8125 0.0563,-0.18871 0.0316,-0.39041 0,-0.59375 0.2472,-0.3981 0.42919,-0.79373 0.46875,-1.21875 0.0835,-0.89713 -0.48922,-1.81759 -1.3125,-2.53125 0.24656,-0.0547 0.47132,-0.15833 0.625,-0.3125 0.0101,-0.0102 0.0215,-0.0206 0.0313,-0.0313 0.0869,0.12823 0.18281,0.25085 0.28125,0.375 0.0507,0.50578 0.24829,0.96452 0.625,1.15625 0.18728,0.0953 0.40153,0.1155 0.625,0.0937 0.22937,0.17597 0.47518,0.32528 0.71875,0.46875 -0.35039,1.62597 -0.22512,3.2394 0.5625,4.3125 1.71298,2.33387 7.22893,1.51873 8.65625,-1 0.41072,-0.72478 0.54861,-1.66569 0.5,-2.65625 -0.14581,-2.97167 -2.1258,-6.47465 -4.625,-6.46875 -0.25373,6e-4 -0.50427,0.0607 -0.75,0.125 -0.10952,-0.11278 -0.24178,-0.21666 -0.375,-0.3125 -0.0702,-1.13144 -0.42842,-2.18245 -1.125,-2.78125 -0.81312,-0.69898 -2.16603,-0.66385 -3.40625,-0.21875 0.0502,-0.11207 0.0815,-0.2374 0.0937,-0.375 0.76894,-0.33067 1.47471,-1.0146 1.5,-1.6875 0.30452,-1.05707 -0.0772,-2.59211 -0.9375,-3 -0.92634,-0.4392 -2.47882,0.72504 -2.5,1.75 -4e-4,0.0193 -5.8e-4,0.043 0,0.0625 -0.1194,0.0725 -0.22841,0.17889 -0.3125,0.28125 -0.50671,0.61678 -0.10501,1.84195 0.5625,2.4375 0.009,0.0322 0.0178,0.0616 0.0313,0.0937 -0.38184,-0.066 -0.79355,0.009 -0.9375,0.28125 -0.10626,0.20094 -0.0685,0.47164 0.0625,0.71875 0.12013,0.22652 0.32148,0.42612 0.53125,0.5625 -0.18413,0.17389 -0.33188,0.36857 -0.46875,0.5625 -4e-5,-1.10427 -0.61633,-2.39654 -1.53125,-2.46875 -0.0969,-0.008 -0.21665,-0.0173 -0.3125,0 -0.60159,-0.77129 -1.61973,-1.38205 -2.375,-1.15625 -0.48795,0.14588 -0.83569,0.70037 -0.96875,1.3125 -0.21021,-0.12171 -0.43233,-0.2062 -0.65625,-0.3125 -0.2251,-0.59097 -0.76744,-1.16687 -1.28125,-1.15625 -0.27269,0.006 -0.53364,0.19514 -0.71875,0.46875 -0.79616,-0.18395 -1.59295,-0.26351 -2.34375,-0.21875 -0.0628,-0.0192 -0.12481,-0.0146 -0.1875,-0.0313 0.62144,-0.32725 1.11089,-0.77574 1.375,-1.375 1.28665,-2.91935 -2.91593,-7.67407 -6.1875,-7.65625 z m -414.65625,0.1875 c -0.8388,0.0156 -1.73702,0.37238 -2.5625,0.90625 -0.76672,-0.21692 -1.73419,-0.10159 -2.125,0.40625 -0.28701,0.37296 -0.17966,0.98986 0.0937,1.5 -0.65037,0.90165 -1.02135,1.9193 -0.96875,2.84375 0.0431,0.75663 0.34828,1.54031 0.84375,2.28125 0.0801,1.62726 2.00397,3.46618 3.78125,3.90625 0.14663,0.11343 0.30754,0.20878 0.46875,0.3125 0.30078,0.19352 0.59801,0.37746 0.9375,0.53125 -0.20351,0.25374 -0.31286,0.51876 -0.28125,0.78125 0.0759,0.63039 1.20603,1.07749 1.75,0.75 0.16328,-0.0983 0.2761,-0.26275 0.375,-0.46875 0.47933,0.31424 0.99232,0.5745 1.53125,0.75 -0.52255,0.70693 -0.77594,1.51913 -0.46875,2.15625 -1.34004,-0.29987 -3.4295,0.58941 -3.46875,1.84375 -0.0186,0.59524 0.40701,1.16319 1,1.59375 0.98832,0.7176 2.49303,1.06005 3.3125,0.5 0.79941,-0.54634 0.78002,-2.09111 0.25,-3.0625 1.4002,0.47605 3.54356,0.0275 4.125,-1.125 0.40173,-0.79627 -0.0948,-1.97225 -0.875,-2.71875 0.18452,-0.19552 0.36874,-0.39105 0.53125,-0.625 1.42355,-2.04938 1.91382,-5.41271 0.25,-6.6875 -0.60644,-0.46465 -1.41815,-0.60864 -2.28125,-0.53125 -0.064,-0.20978 -0.2071,-0.37714 -0.375,-0.4375 -0.1145,-0.0412 -0.26411,-0.0426 -0.40625,0 -0.34278,-0.4016 -0.70257,-0.75456 -1.09375,-1.0625 0.73766,0.28409 1.79522,0.17033 2.0625,-0.4375 0.39461,-0.89738 -1.01133,-2.3981 -1.96875,-2.1875 -0.44321,0.0975 -0.75176,0.63815 -0.84375,1.1875 -0.58874,-1.28225 -1.45579,-2.3075 -2.53125,-2.71875 -0.3343,-0.12784 -0.69402,-0.19433 -1.0625,-0.1875 z M 1.5625,335.3125 c -2.6825483,0.28293 -4.6070174,5.07502 -3.25,7.40625 0.3904936,0.67083 1.08621319,1.23032 1.90625,1.65625 0.66059421,0.34312 1.4154078,0.60114 2.1875,0.75 -0.6119927,0.85637 -0.9664706,1.80289 -0.84375,2.65625 0.069705,0.48471 0.3492585,0.92381 0.71875,1.3125 -0.6464444,0.40422 -1.1005702,0.97426 -1.0625,1.59375 0.013502,0.2197 0.1017064,0.42799 0.21875,0.625 -0.4114216,0.37573 -0.68263978,0.83039 -0.59375,1.28125 0.0535257,0.27149 0.233737,0.49053 0.46875,0.6875 -1.32375083,1.91055 -0.1190964,5.68544 1.90625,7.15625 0.019216,0.014 0.043142,0.0177 0.0625,0.0313 0.1605667,0.2115 0.3537542,0.37712 0.59375,0.4375 0.096982,0.0244 0.2121052,0.0353 0.3125,0.0313 0.019913,-8e-4 0.042508,0.002 0.0625,0 0.7497676,0.21702 1.6054319,0.17844 2.5,-0.0625 2.7530795,-0.74149 5.639285,-3.31712 5.125,-5.65625 -0.07453,-0.33898 -0.21671,-0.67199 -0.40625,-0.96875 0.682184,-0.23821 1.360518,-0.88857 1.21875,-1.46875 -0.0055,-0.0224 -0.02373,-0.0409 -0.03125,-0.0625 0.28447,-0.30989 0.537161,-0.64561 0.75,-1 0.09546,-0.15895 0.172743,-0.33661 0.25,-0.5 0.06857,0.0251 0.14658,0.043 0.21875,0.0625 -0.185746,0.13419 -0.364234,0.25308 -0.46875,0.4375 -0.0452,0.0798 -0.09863,0.19219 -0.125,0.28125 -0.175226,0.59166 0.112687,1.25627 0.59375,1.84375 0.801765,0.97914 2.187667,1.72075 3.15625,1.375 0.410381,-0.14649 0.737443,-0.53039 0.9375,-1 0.03799,0.0274 0.08519,0.0366 0.125,0.0625 -0.389629,2.88018 2.217338,7.13643 4.9375,7.3125 1.273566,0.0824 2.552569,-0.93352 3.40625,-2.25 2.160247,2.00753 5.733952,3.2222 7.84375,2.03125 0.147513,-0.0833 0.307999,-0.17166 0.4375,-0.28125 0.428129,-0.0197 0.872331,-0.10473 1.28125,-0.25 0.131523,0.1866 0.295581,0.34411 0.5,0.40625 0.406434,0.12356 0.874445,-0.0467 1.28125,-0.375 0.678011,-0.54709 1.17072,-1.51901 0.9375,-2.1875 -0.171793,-0.49242 -0.798669,-0.77788 -1.4375,-0.8125 -0.280814,-0.4251 -0.693863,-0.78268 -1.125,-1.03125 -0.01699,-0.4231 -0.07297,-0.8408 -0.15625,-1.25 0.400029,-0.45291 0.654742,-1.04213 0.53125,-1.5 -0.06035,-0.22376 -0.246867,-0.38832 -0.46875,-0.53125 -0.108939,-0.98935 -0.496826,-1.94841 -1.1875,-2.3125 -0.02198,-0.0116 -0.0399,-0.0211 -0.0625,-0.0313 0.446997,-0.65851 0.687396,-1.3876 0.53125,-2 0.0037,-0.0284 -3.43e-4,-0.0653 0,-0.0937 -0.0043,-0.013 -0.02652,-0.0184 -0.03125,-0.0313 -0.0013,-0.0378 0.0078,-0.0874 0,-0.125 -0.08146,-0.39456 -0.483312,-0.66352 -0.96875,-0.8125 -0.174585,-0.0777 -0.337375,-0.14198 -0.53125,-0.1875 -0.0079,-0.0624 -0.04979,-0.1278 -0.0625,-0.1875 0.122261,-0.11024 0.214397,-0.25387 0.25,-0.40625 0.07188,-0.30767 -0.06864,-0.64303 -0.3125,-0.9375 1.204875,-1.3753 1.853869,-3.69899 0.78125,-4.78125 -1.220328,-1.23129 -4.085409,-0.5273 -5.5625,0.875 -0.0491,-0.0632 -0.101326,-0.13017 -0.15625,-0.1875 -0.967767,-1.01019 -3.014512,-0.82626 -4.5,-0.0313 -0.419034,-0.0319 -0.849071,10e-4 -1.28125,0.0625 -0.03546,-0.15696 -0.05014,-0.31289 -0.09375,-0.46875 0.60037,-0.75657 0.208695,-2.57041 -0.6875,-2.90625 -0.204305,-0.0766 -0.456328,-0.0511 -0.6875,0.0313 -0.669437,-0.91453 -1.484363,-1.58277 -2.40625,-1.8125 -0.617184,-0.1538 -1.289444,-0.0433 -1.9375,0.21875 -1.062057,-0.74838 -2.667859,-1.10694 -3.53125,-0.5 -0.767756,0.53971 -0.809419,1.97579 -0.375,3 -0.675765,-0.613 -1.603982,-1.01937 -2.28125,-0.78125 -0.947204,0.33302 -1.2717428,2.11812 -0.71875,3 -0.4586807,0.37982 -0.8741929,0.84444 -1.1875,1.34375 -0.219504,-0.36824 -0.5089357,-0.6807 -0.875,-0.875 -0.068745,-0.0365 -0.1469327,-0.0649 -0.21875,-0.0937 0.3365986,-3.09343 -3.394145,-7.53643 -6.40625,-7.21875 z m 504.5,1.09375 c -0.1405,0.007 -0.28738,0.0382 -0.40625,0.0937 -0.74614,0.34868 -0.81124,1.93093 -0.1875,2.46875 0.17949,0.15476 0.43966,0.23993 0.71875,0.28125 0.83728,0.12395 1.92568,-0.23981 2.0625,-0.9375 0.17674,-0.90129 -1.20397,-1.95406 -2.1875,-1.90625 z m -357.03125,0.53125 c -0.28561,0.0273 -0.55275,0.17345 -0.8125,0.40625 -0.57722,0.51734 -0.98802,1.38553 -0.75,1.96875 0.29881,0.73216 1.79825,0.91627 2.34375,0.34375 0.62789,-0.65899 0.38341,-2.49946 -0.5,-2.71875 -0.0917,-0.0228 -0.18605,-0.009 -0.28125,0 z m 284.5625,0.59375 c -0.15012,0.003 -0.29474,0.003 -0.4375,0.0313 -0.65726,0.13006 -1.29682,0.54428 -1.875,1.09375 -1.02054,0.96986 -1.81595,2.40615 -2.03125,3.75 -0.055,-0.0153 -0.0999,-0.0506 -0.15625,-0.0625 -2.85255,-0.60388 -6.20677,3.15392 -6.84375,6.46875 -0.36718,-0.18565 -0.77203,-0.25582 -1.09375,-0.15625 -0.24124,0.0747 -0.49244,0.23999 -0.6875,0.46875 -0.0994,0.11653 -0.17045,0.26657 -0.25,0.40625 -0.72927,0.33387 -1.37804,0.99443 -1.4375,1.65625 -0.029,0.32318 0.0733,0.68773 0.25,1.03125 0.35276,0.68597 1.04174,1.30075 1.71875,1.53125 -0.45368,0.26072 -0.84287,0.64235 -1.15625,1.0625 -0.24987,-0.39367 -0.9729,-0.60332 -1.4375,-0.4375 -0.71106,-0.98462 -1.76461,-1.84278 -2.875,-2.40625 0.27203,-0.13053 0.45935,-0.40314 0.59375,-0.75 0.24401,-0.62972 0.25845,-1.47249 -0.0937,-1.90625 0.28695,0.0441 0.59265,0.0476 0.90625,0.0313 0.18787,-0.01 0.37072,-0.0324 0.5625,-0.0625 0.16266,0.0356 0.33179,0.0481 0.5,0.0625 -0.21616,0.28649 -0.34604,0.68389 -0.21875,0.9375 0.18263,0.36386 0.96163,0.37816 1.21875,0.0625 0.1973,-0.24222 0.17107,-0.70852 0,-1.03125 0.5977,-0.12008 1.11064,-0.40402 1.3125,-0.875 0.0578,-0.1348 0.0839,-0.28938 0.0937,-0.4375 0.63598,-0.53924 1.06632,-1.1819 1.0625,-1.90625 -0.0137,-2.59493 -5.03752,-4.69776 -7.125,-3.15625 -1.63787,1.2095 -1.05557,5.06385 0.71875,6.0625 0.0399,0.0224 0.0835,0.0423 0.125,0.0625 -0.58716,0.0544 -1.22977,0.42111 -1.375,0.90625 -0.12888,0.43052 0.0339,1.02418 0.375,1.46875 -0.8077,-0.19822 -1.58999,-0.18063 -2.25,0.125 -0.0413,-1.17601 -0.46443,-2.29399 -1.34375,-2.625 -0.51912,-0.19542 -1.10552,-0.10943 -1.6875,0.15625 -1.1921,-0.30486 -2.92245,0.29827 -3.40625,1.3125 -0.17915,0.37558 -0.21531,0.82066 -0.15625,1.3125 0.004,0.0316 0.0266,0.062 0.0313,0.0937 -0.24597,-0.0362 -0.5168,-0.0265 -0.78125,0.0625 -0.034,-0.0557 -0.089,-0.101 -0.125,-0.15625 1.15002,-1.25147 1.82736,-2.73605 1.40625,-4.0625 -1.1196,-3.52662 -8.84363,-4.23411 -11.03125,-1.25 -0.13299,0.18142 -0.22766,0.38362 -0.3125,0.59375 -0.32948,-0.3294 -0.69346,-0.60876 -1.09375,-0.78125 -1.91582,-0.82557 -4.71578,0.82268 -6.03125,2.875 -0.21691,-0.85556 -0.67881,-1.568 -1.375,-1.75 -1.75342,-0.45837 -4.03167,2.4622 -3.53125,4.21875 -0.5128,0.0398 -0.98907,0.17368 -1.40625,0.375 -0.67989,-0.25198 -1.39256,-0.30819 -1.875,0 -0.71282,0.45536 -0.7793,1.79282 -0.34375,2.65625 -0.003,0.0639 -0.002,0.12295 0,0.1875 -0.25873,0.71272 -0.43566,1.48071 -0.5,2.25 -0.23507,0.18082 -0.43596,0.37557 -0.625,0.59375 -0.18641,-0.46677 -0.42044,-0.87933 -0.75,-1.1875 -0.0209,-0.0195 -0.0409,-0.0435 -0.0625,-0.0625 0.22467,-0.68253 0.25336,-1.37347 -0.0313,-1.875 -0.63204,-1.11375 -3.08666,-1.03283 -3.84375,0 -0.15807,0.21564 -0.25659,0.4822 -0.3125,0.78125 -0.0203,8.2e-4 -0.0422,-0.002 -0.0625,0 -0.0667,0.006 -0.12283,0.0463 -0.1875,0.0625 -0.18787,-0.1892 -0.4155,-0.3064 -0.625,-0.28125 -0.24741,0.0297 -0.4259,0.2981 -0.5,0.59375 -0.27028,0.0766 -0.5327,0.14445 -0.78125,0.25 0.0292,-1.07088 -0.2238,-2.09122 -0.84375,-2.6875 -0.17275,-0.16615 -0.36475,-0.28296 -0.59375,-0.375 -1.29343,-0.51985 -3.30836,0.10461 -4.34375,1.1875 -1.70639,-0.58834 -3.5805,-0.63075 -4.6875,0.25 -0.56148,0.44673 -0.89668,1.18027 -1,2 -0.39501,-0.0246 -0.79854,0.0192 -1.21875,0.0937 -0.38137,-0.16498 -0.81128,-0.29411 -1.25,-0.375 0.10683,-0.28039 0.0779,-0.61891 -0.0313,-0.96875 -0.23482,-0.75235 -0.86004,-1.50518 -1.5,-1.53125 -0.42784,-0.0174 -0.83905,0.35095 -1.09375,0.8125 -0.58643,-0.0309 -1.22326,0.11663 -1.625,0.4375 -1.00791,-1.36664 -2.40017,-2.31486 -3.75,-2.125 -0.10699,-0.1389 -0.2359,-0.26483 -0.375,-0.375 -1.16552,-0.92314 -3.11929,-0.60096 -4.78125,0.3125 -0.29741,-0.15141 -0.61424,-0.24793 -0.90625,-0.21875 -0.89766,0.0897 -1.58853,1.38434 -1.5625,2.40625 -0.29928,0.48745 -0.47999,1.01924 -0.5,1.53125 -0.0377,0.96548 0.63174,1.91512 1.5625,2.625 -0.0548,0.0579 -0.1027,0.12719 -0.15625,0.1875 -0.28175,0.021 -0.56438,0.0551 -0.84375,0.125 -0.77044,-0.69157 -1.66555,-1.20242 -2.53125,-1.40625 -0.30297,-0.34573 -0.67075,-0.59568 -1.03125,-0.5625 -0.32483,0.0299 -0.64539,0.3235 -0.8125,0.6875 -0.52804,0.2567 -0.93923,0.69618 -1.25,1.25 -0.17922,-0.49632 -0.43884,-1.00191 -0.75,-1.46875 1.35375,0.10792 3.3101,-1.36651 3,-2.625 -0.13836,-0.56151 -0.67654,-0.97131 -1.34375,-1.21875 -1.11201,-0.41241 -2.59901,-0.33193 -3.21875,0.40625 -0.32844,0.39121 -0.34417,0.99535 -0.1875,1.59375 -0.75961,-0.54316 -1.59966,-0.88229 -2.375,-0.8125 -0.0201,0.002 -0.0425,-0.002 -0.0625,0 -0.64476,-0.14907 -1.25952,-0.16791 -1.8125,0 -0.71045,0.21573 -1.39165,0.73674 -1.96875,1.40625 -0.31466,0.36504 -0.59605,0.77672 -0.84375,1.21875 -0.0723,-0.0964 -0.13506,-0.20337 -0.21875,-0.28125 0.043,-0.0292 0.0861,-0.0584 0.125,-0.0937 1.12348,-1.02107 0.0809,-4.03869 -1.40625,-4.34375 -1.16687,-0.23936 -2.63466,1.55623 -2.375,2.71875 0.0747,0.33452 0.27426,0.64866 0.5625,0.9375 0.29956,0.30019 0.71837,0.53791 1.125,0.71875 -1.06385,0.62821 -1.96764,2.08541 -1.9375,3.25 -0.22715,-0.082 -0.4608,-0.13635 -0.6875,-0.1875 0.23433,-0.10413 0.44834,-0.22968 0.59375,-0.40625 0.87585,-1.06359 0.32646,-3.76557 -1.03125,-4 -0.56376,-0.0973 -1.13609,0.21223 -1.625,0.71875 -0.34495,0.35737 -0.65322,0.81501 -0.84375,1.28125 -0.98684,-1.20436 -2.69282,-2.0874 -3.96875,-1.78125 -0.57876,0.13887 -1.13139,0.52293 -1.625,1.03125 -0.25802,0.26571 -0.47503,0.58039 -0.6875,0.90625 -0.0191,-0.27371 -0.0563,-0.55732 -0.15625,-0.84375 -0.53343,-1.52878 -2.13382,-3.04394 -3.4375,-2.65625 -0.64502,0.19181 -1.11142,0.77559 -1.40625,1.53125 -1.56722,0.12751 -3.12106,0.80061 -3.8125,1.875 -0.40318,0.62648 -0.58732,1.42561 -0.59375,2.3125 -0.0129,1.77642 0.70597,3.81172 1.84375,5 -1.42361,0.76524 -2.685,2.5589 -2.34375,3.875 0.38946,1.50201 3.2581,2.18934 4.46875,1.21875 0.34837,-0.27929 0.60879,-0.71595 0.78125,-1.21875 0.32337,-0.94275 0.34552,-2.12029 0,-3 0.34086,-0.10175 0.68042,-0.25537 1,-0.46875 0.0556,-0.0355 0.10614,-0.0827 0.15625,-0.125 -0.20826,0.42339 -0.31171,0.88619 -0.28125,1.34375 0.21586,3.24253 6.63379,5.46173 9.125,3.375 0.05,-0.0419 0.11015,-0.0791 0.15625,-0.125 0.10335,-0.10281 0.19691,-0.22271 0.28125,-0.34375 0.0595,0.013 0.12668,0.0207 0.1875,0.0313 -0.16476,0.0841 -0.33256,0.18557 -0.46875,0.3125 -0.1773,0.16523 -0.30018,0.36447 -0.375,0.5625 -2.59301,2.57576 -0.23494,9.77295 3.34375,10.59375 2.35127,0.53928 5.27055,-2.23576 5.90625,-4.84375 0.3,0.0854 0.58995,0.15768 0.875,0.15625 0.26236,0.34421 0.58719,0.62202 0.9375,0.71875 0.33339,0.0921 0.69981,0.0573 1.09375,-0.0625 1.18182,-0.35933 2.41145,-1.52552 2.15625,-2.53125 -0.16771,-0.66094 -0.91385,-1.10626 -1.75,-1.3125 0.0505,-0.78723 -0.0748,-1.54314 -0.4375,-2.09375 0.55786,0.30267 1.18095,0.4455 1.625,0.21875 0.7832,-0.39993 0.81068,-2.10562 0.125,-2.65625 -0.69059,-0.55457 -2.28303,-0.27303 -2.78125,0.46875 -0.21217,-0.16658 -0.70569,-0.0288 -0.8125,0.21875 -0.0822,0.19059 0.0263,0.46886 0.1875,0.65625 -0.30697,-0.0888 -0.63489,-0.12451 -0.96875,-0.15625 0.0333,-0.4397 -0.0619,-0.86967 -0.375,-1.03125 -0.63233,-0.32633 -1.71558,0.5146 -1.8125,1.25 -0.47375,0.15511 -0.87668,0.38703 -1.1875,0.6875 -1.15239,-0.69029 -2.45083,-1.11904 -3.625,-1.15625 1.47564,-0.19709 3.06178,-0.86111 4.25,-1.8125 0.96024,0.16137 2.46321,-0.95137 2.21875,-1.875 -0.008,-0.0316 -0.0194,-0.0635 -0.0313,-0.0937 0.0992,-0.13269 0.17466,-0.27767 0.21875,-0.4375 0.17291,-0.6268 -0.10657,-1.32808 -0.625,-1.9375 -0.072,-0.0846 -0.16996,-0.16964 -0.25,-0.25 -0.22002,-0.43474 -0.53432,-0.83443 -0.90625,-1.21875 0.13001,-0.008 0.24974,-0.0401 0.375,-0.0625 0.1766,0.28974 0.39342,0.5419 0.625,0.78125 0.10557,0.16426 0.23148,0.33287 0.375,0.46875 0.24336,0.23042 0.52914,0.36918 0.84375,0.5 -0.0745,0.58894 -0.0291,1.14767 0.1875,1.625 0.48194,1.06189 1.93867,1.61106 3.375,1.625 -0.0481,0.12834 -0.10004,0.23865 -0.0937,0.375 0.0225,0.48862 0.42458,0.93505 0.9375,1.25 0.73821,0.45329 1.73139,0.65787 2.40625,0.375 0.18099,0.15351 0.3546,0.27968 0.5625,0.3125 0.42719,0.0674 0.89104,-0.20642 1.21875,-0.625 0.45318,0.18294 0.95313,0.29496 1.4375,0.28125 0.91799,0.49441 1.88102,0.75285 2.75,0.6875 -0.1368,0.5239 0.0535,1.25575 0.46875,1.5 0.1623,0.0955 0.40096,0.13238 0.625,0.125 0.67211,-0.0221 1.46098,-0.46642 1.46875,-1.03125 0.007,-0.48731 -0.53585,-0.93736 -1.125,-1.125 0.34517,-0.25987 0.62089,-0.6265 0.875,-1.03125 0.54232,0.22375 1.16578,0.36491 1.8125,0.40625 0.13708,0.20184 0.28899,0.36824 0.46875,0.5 -0.14224,0.78946 -0.0806,1.53535 0.28125,2.125 -0.92358,0.32903 -1.76822,1.09461 -1.65625,1.875 0.0718,0.5006 0.50329,0.91445 1.0625,1.1875 0.73316,0.35799 1.6756,0.47152 2.34375,0.21875 0.14714,0.4809 0.4623,0.89953 0.84375,1 0.62512,0.16465 1.44963,-0.73729 1.34375,-1.375 -0.0882,-0.53111 -0.77451,-1.04737 -1.375,-1.125 -0.0157,-0.17997 -0.0403,-0.35243 -0.0937,-0.53125 0.50352,0.0376 1.02509,-9e-4 1.5625,-0.0937 0.40967,0.66861 0.94129,1.20807 1.5625,1.375 0.30847,0.0829 0.64002,0.0355 0.96875,-0.0625 0.0842,0.008 0.16468,0.0394 0.25,0.0313 0.1524,-0.0146 0.29581,-0.0637 0.4375,-0.125 0.0205,0.002 0.042,-9e-4 0.0625,0 1.25129,0.0551 2.46014,-1.79397 2.28125,-3.09375 1.15492,0.52163 3.31493,-0.33473 3.59375,-1.53125 0.0992,-0.42563 -0.0715,-0.87682 -0.40625,-1.28125 0.83746,0.39295 1.6991,0.5056 2.5,0.25 1.69641,-0.5414 2.73979,-2.57377 3.0625,-4.8125 0.60964,-0.0865 1.22224,-0.77357 1.40625,-1.4375 0.0506,0.59509 0.56507,1.28846 1.09375,1.375 0.81137,0.13282 2.03629,-0.94804 1.75,-1.71875 -0.11888,-0.32002 -0.46706,-0.55596 -0.875,-0.65625 -0.0197,-0.005 -0.0425,0.004 -0.0625,0 0.35997,-0.1813 0.69267,-0.39378 1,-0.625 0.33639,0.12422 0.68835,0.1853 1.03125,0.125 0.25696,-0.0452 0.49246,-0.17268 0.71875,-0.3125 0.53207,1.21758 1.6742,2.37374 3,3.15625 -0.21027,0.32329 -0.39998,0.66834 -0.5625,1.03125 -0.24651,-0.90656 -1.32554,-1.81433 -2.1875,-1.71875 -0.59539,0.066 -1.21627,0.58698 -1.625,1.21875 -0.38202,0.0732 -0.77121,0.19472 -1.15625,0.375 -0.87115,-0.33125 -1.92314,-0.34187 -2.53125,0.125 -0.87146,0.66905 -1.17489,2.40211 -0.78125,3.59375 -0.044,0.23973 -0.0569,0.48669 -0.0313,0.71875 0.1431,1.29641 1.69821,2.33279 3.25,2.65625 -0.16991,0.62395 -0.1624,1.34918 0.0313,1.96875 -0.003,0.031 0.003,0.0625 0,0.0937 -0.21573,2.39841 0.99598,5.44374 3,5.71875 2.95867,0.40601 6.13587,-4.99625 4.71875,-7.625 -0.3294,-0.61103 -0.93204,-1.03232 -1.6875,-1.28125 -0.79295,-0.26129 -1.74144,-0.30812 -2.625,-0.1875 0.0247,-0.0399 0.0387,-0.0838 0.0625,-0.125 0.0879,-0.0697 0.17448,-0.16118 0.25,-0.25 0.37684,0.0794 0.76883,0.0375 0.9375,-0.21875 0.0675,-0.1026 0.0971,-0.24214 0.0937,-0.375 0.0651,0.12564 0.13565,0.26337 0.21875,0.375 0.25849,0.34725 0.63444,0.60439 1.0625,0.78125 1.85492,0.76639 4.89866,-0.018 5.8125,-1.65625 0.32365,-0.58022 0.45034,-1.30405 0.40625,-2.09375 -0.01,-0.17312 -0.0375,-0.35497 -0.0625,-0.53125 0.7994,0.7942 1.73348,1.32656 2.65625,1.34375 0.91179,0.017 1.78065,-0.5894 2.46875,-1.4375 0.0346,0.0956 0.0476,0.18934 0.0937,0.28125 0.36316,0.72395 1.04417,1.23662 1.875,1.59375 0.1274,0.4519 0.3393,0.86175 0.65625,1.09375 0.19263,0.141 0.42551,0.22366 0.6875,0.28125 -0.01,0.0749 -0.0285,0.14435 -0.0313,0.21875 -0.0256,0.68505 0.21434,1.41974 0.625,2.125 1.23197,2.11578 4.02015,3.91957 5.84375,2.96875 1.03996,-0.54223 1.57747,-1.83689 1.71875,-3.28125 0.67728,0.0961 1.43976,-0.96778 1.25,-1.625 -0.1439,-0.49838 -0.83338,-0.91955 -1.4375,-1 -0.1963,-0.82653 -0.49609,-1.58813 -0.9375,-2.1875 0.18072,-0.20557 0.34757,-0.42064 0.46875,-0.65625 0.11481,-0.22323 0.17069,-0.46926 0.21875,-0.71875 0.31482,0.0824 0.65752,0.12961 1,0.15625 0.10106,0.74277 0.39984,1.40543 0.9375,1.65625 0.57429,1.18001 1.69287,2.15821 2.71875,1.9375 1.7655,-0.37983 2.50131,-3.95418 1.3125,-5.34375 0.0642,-0.08 0.10195,-0.16513 0.15625,-0.25 0.2058,0.45282 0.70185,0.79395 1.28125,1 1.09897,0.39082 2.52534,0.2966 3.125,-0.4375 0.75281,-0.92158 -0.13215,-3.03454 -1.28125,-3.34375 -0.51857,-0.13954 -1.16205,0.0469 -1.75,0.375 -0.17519,-0.24111 -0.41437,-0.42662 -0.65625,-0.4375 -0.0461,-0.002 -0.10831,0.0227 -0.15625,0.0313 -0.0298,-0.49615 -0.0918,-0.99964 -0.21875,-1.5 0.26865,-0.22545 0.46385,-0.49704 0.5,-0.8125 0.0199,-0.17345 -0.006,-0.36039 -0.0625,-0.53125 0.57613,-0.0558 1.11668,-0.19463 1.625,-0.375 0.0148,0.0324 0.0109,0.0655 0.0313,0.0937 0.2763,0.38415 1.169,0.28442 1.40625,-0.125 0.0585,-0.10098 0.0908,-0.23884 0.0937,-0.375 0.41133,0.20841 0.83483,0.31924 1.21875,0.28125 0.008,0.5012 0.15033,0.95116 0.5,1.1875 0.31728,0.21445 0.7509,0.20212 1.1875,0.0937 0.43255,0.10899 0.92804,0.0938 1.4375,-0.0625 0.49438,-0.15172 0.98542,-0.4 1.40625,-0.71875 0.0461,0.22795 0.0933,0.46471 0.15625,0.6875 -0.84081,1.96968 1.27604,5.343 3.40625,5.59375 0.63922,0.0752 1.34044,-0.106 2.03125,-0.4375 2.03447,-0.97629 3.89497,-3.35551 3.25,-5.125 0.16412,-0.45094 0.2452,-0.90963 0.21875,-1.34375 -10e-4,-0.0209 0.002,-0.0416 0,-0.0625 0.0728,0.32794 0.25101,0.65129 0.46875,0.96875 0.87097,1.26984 2.68161,2.27481 3.78125,1.59375 0.14596,-0.0904 0.26445,-0.21013 0.375,-0.34375 0.18895,0.59164 0.50696,1.09297 0.9375,1.40625 0.29484,0.21454 0.66857,0.29199 1.0625,0.3125 1.2578,1.88504 5.89366,1.2192 6.78125,-0.875 0.24563,-0.57954 0.13123,-1.29973 -0.1875,-1.96875 0.13018,0.0298 0.2514,0.0507 0.375,0.0313 0.0319,-0.005 0.0628,-0.0221 0.0937,-0.0313 1.713,2.59281 6.45879,4.39017 8.84375,2.84375 0.98781,-0.6405 1.47671,-1.9813 1.53125,-3.40625 0.27088,1.14554 1.14357,2.29934 2.09375,2.40625 1.19285,0.13421 2.49122,-1.76311 2.125,-2.90625 -0.0527,-0.16447 -0.13707,-0.31815 -0.25,-0.46875 0.31758,0.14817 0.62764,0.21803 0.9375,0.1875 0.35114,-0.0346 0.69349,-0.21272 0.96875,-0.5 -0.17229,1.60985 0.11202,3.20397 1.03125,4.09375 1.78675,1.7295 6.31048,0.2447 7.15625,-2.09375 0.149,-0.41197 0.20975,-0.88751 0.1875,-1.375 0.0673,0.0698 0.13668,0.14603 0.21875,0.1875 0.61444,0.31049 1.68722,-0.46854 1.71875,-1.15625 0.0363,-0.79158 -1.13802,-1.86036 -1.84375,-1.5 -0.21978,0.11222 -0.38765,0.34945 -0.46875,0.625 -0.14083,-0.38171 -0.32931,-0.7644 -0.53125,-1.125 0.16144,-0.41315 0.27039,-0.85132 0.34375,-1.3125 0.26133,-0.0973 0.52192,-0.17628 0.78125,-0.3125 0.4274,-0.2245 0.8516,-0.50021 1.25,-0.8125 0.57423,0.29207 1.20605,0.43379 1.71875,0.3125 -0.0763,0.23312 -0.13785,0.48111 -0.15625,0.75 -0.10411,1.52151 0.69615,3.41552 1.96875,3.5625 0.58387,0.0674 1.17791,-0.24189 1.6875,-0.71875 0.50151,0.15264 1.1009,0.0797 1.6875,-0.1875 0.17012,-0.0775 0.33673,-0.17915 0.5,-0.28125 0.58961,0.0525 1.12866,-0.0141 1.59375,-0.25 1.36302,-0.69135 1.75233,-3.04383 1.21875,-4.75 0.16993,-0.25518 0.2302,-0.56582 0.21875,-0.90625 0.9357,0.23225 1.98267,0.14653 2.59375,-0.34375 0.35544,-0.28518 0.60543,-0.70553 0.78125,-1.21875 0.0954,-0.27857 0.14729,-0.59932 0.1875,-0.90625 0.51247,0.25561 1.09875,0.36019 1.53125,0.1875 0.35144,-0.14033 0.63743,-0.47686 0.875,-0.875 0.28741,0.32409 0.65352,0.54273 1,0.46875 0.34339,-0.0733 0.58719,-0.41228 0.75,-0.8125 0.27136,-0.66703 0.27998,-1.5474 -0.15625,-1.9375 -0.29389,-0.2628 -0.83108,-0.24398 -1.28125,-0.0625 -0.0696,-0.13867 -0.161,-0.27914 -0.28125,-0.375 -0.39945,-0.31841 -0.99343,-0.31141 -1.59375,-0.125 -0.48654,0.15108 -0.96921,0.43807 -1.34375,0.78125 -0.18907,-0.25466 -0.43437,-0.44999 -0.71875,-0.5625 -1.43486,-0.56765 -3.51761,1.0464 -4.1875,2.71875 -1.04338,-0.18127 -2.15683,-0.0147 -2.6875,0.625 -0.24635,0.29697 -0.31219,0.71458 -0.28125,1.15625 -0.0391,0.0494 -0.0582,0.10572 -0.0937,0.15625 -1.2515,0.25953 -2.40732,0.8662 -2.90625,1.75 -0.0673,-0.31119 -0.16954,-0.61616 -0.3125,-0.90625 0.3868,-0.74696 0.61809,-1.52746 0.59375,-2.25 0.34098,0.32108 0.88242,0.52418 1.25,0.375 0.62081,-0.25196 1.02531,-1.46819 0.59375,-1.96875 0.29444,-0.4114 0.45811,-0.85683 0.34375,-1.25 0.16804,0.24164 0.3635,0.44109 0.625,0.5 1.1871,0.26744 2.67167,-1.82112 2.1875,-2.9375 -0.37989,-0.87593 -2.20031,-1.01788 -2.84375,-0.3125 -0.18515,0.20298 -0.28683,0.49042 -0.34375,0.8125 -0.0854,0.48312 -0.0502,1.03855 0.125,1.5 -0.24204,-0.23446 -0.59889,-0.39947 -1,-0.46875 -0.26304,-0.0454 -0.56847,-0.0541 -0.84375,-0.0313 -0.10746,-0.0321 -0.21429,-0.0376 -0.3125,0 -0.0494,0.0189 -0.0842,0.0591 -0.125,0.0937 -0.51659,0.11953 -0.97747,0.34702 -1.1875,0.71875 -0.069,0.12218 -0.0824,0.26033 -0.0937,0.40625 -0.44417,-0.26747 -0.97841,-0.47587 -1.53125,-0.625 0.20548,-0.19817 0.31038,-0.52213 0.3125,-0.875 0.004,-0.67213 -0.3305,-1.43808 -0.84375,-1.625 -0.64432,-0.23466 -1.61238,0.65984 -1.5625,1.34375 0.0228,0.31303 0.23478,0.61576 0.53125,0.875 -0.72199,-0.0538 -1.46549,0.0185 -2.1875,0.125 -0.39719,-0.48787 -0.86335,-0.84573 -1.40625,-0.84375 -1.09106,0.004 -2.0615,1.23813 -2.46875,2.5625 -0.20348,0.21435 -0.3624,0.43741 -0.5,0.6875 -0.24142,0.43879 -0.34569,0.93773 -0.34375,1.46875 -1.10988,0.25257 -2.12268,0.72559 -2.78125,1.40625 -0.45068,-0.15801 -0.95997,-0.1746 -1.25,0.0625 -0.47092,0.38497 -0.2316,1.50936 0.3125,1.78125 0.0408,0.0204 0.0793,0.0495 0.125,0.0625 -0.003,0.52636 0.15722,1.06597 0.40625,1.59375 -0.42073,-0.005 -0.82682,0.0674 -1.15625,0.21875 -0.25904,-0.0796 -0.52151,-0.0702 -0.71875,0.0313 -0.49521,0.25471 -0.49772,1.30884 -0.0625,1.65625 0.11149,0.6551 0.4897,1.35 1,1.90625 -0.9182,-0.46354 -2.03949,-0.57231 -2.59375,0.0313 -0.20082,0.21869 -0.30522,0.49196 -0.34375,0.8125 -0.15732,-1.64901 -0.8389,-3.27026 -1.96875,-4 -0.6592,-0.42576 -1.50654,-0.60845 -2.4375,-0.625 -0.15945,-0.17554 -0.32244,-0.3532 -0.5,-0.5 0.48315,-0.26557 0.88089,-0.62651 1.125,-1.09375 0.0688,-0.13159 0.0799,-0.29676 0.125,-0.4375 0.64176,0.48545 1.77885,0.64884 2.1875,0.0937 0.21614,-0.29359 0.18063,-0.70199 0.0313,-1.125 -0.24897,-0.70502 -0.86113,-1.40394 -1.46875,-1.40625 -0.26562,-10e-4 -0.54096,0.14238 -0.75,0.375 -0.10322,-0.37543 -0.25144,-0.75131 -0.4375,-1.125 0.31486,-0.28937 0.52071,-0.72782 0.65625,-1.21875 0.37671,0.18646 0.76105,0.27764 1.15625,0.21875 2.33382,-0.34777 3.56355,-5.13292 1.90625,-6.8125 -1.21908,-1.23546 -4.28889,-0.40547 -5.21875,1.125 -0.96183,-1.20683 -2.54292,-2.11958 -3.875,-2.09375 z m -64.6875,15.3125 c 0.0738,0.0268 0.14371,0.05 0.21875,0.0625 1.32731,0.22071 3.3716,-1.55 2.90625,-2.8125 -0.19323,-0.52422 -0.7703,-0.86543 -1.4375,-1.03125 -1.112,-0.27637 -2.51562,-0.0566 -3.03125,0.71875 -0.60519,0.91005 0.28285,2.67766 1.34375,3.0625 z m 56.5625,-15.1875 c -0.391,0.0267 -0.79296,0.22299 -1.15625,0.53125 -0.80732,0.68502 -1.39716,1.85108 -1.09375,2.65625 0.3809,1.01079 2.42145,1.2928 3.1875,0.53125 0.88175,-0.87657 0.63564,-3.35536 -0.5625,-3.6875 -0.12437,-0.0345 -0.24467,-0.0401 -0.375,-0.0313 z m 138.6875,0.71875 c -2.41107,-0.006 -4.85667,0.83651 -5.8125,2.46875 -0.92784,1.58443 -0.12863,4.03245 1.3125,5.75 -0.024,0.12825 -0.0542,0.25774 -0.0313,0.375 0.0443,0.2264 0.18628,0.42549 0.375,0.625 0.23712,0.25068 0.57353,0.43409 0.90625,0.5625 0.6634,1.30063 2.60666,2.47283 3.6875,1.75 0.1888,-0.12627 0.32002,-0.32707 0.4375,-0.53125 0.76246,0.49692 1.63506,0.70199 2.28125,0.34375 1.04181,-0.57756 1.24027,-2.35556 0.8125,-3.78125 1.39824,-1.53048 2.22488,-3.44574 1.5625,-4.96875 -0.75439,-1.73457 -3.12018,-2.58791 -5.53125,-2.59375 z m -305.8125,0.71875 c -1.58286,0.0351 -3.49198,1.272 -3.8125,2.65625 -0.12298,0.5311 -0.0584,1.13752 0.15625,1.75 0.47471,1.35468 1.63995,2.69731 2.84375,3.125 -0.0981,0.22943 -0.18969,0.46124 -0.1875,0.6875 0.0153,1.57243 2.4851,3.54172 3.84375,2.75 0.56415,-0.32875 0.85077,-1.0422 0.90625,-1.84375 0.0925,-1.33591 -0.47173,-2.9076 -1.46875,-3.34375 -0.0375,-0.0164 -0.0861,-0.0187 -0.125,-0.0313 0.71188,-1.80496 0.53402,-4.36841 -0.75,-5.34375 -0.37715,-0.28649 -0.87863,-0.41795 -1.40625,-0.40625 z m 189.46875,0.5 c -0.77577,0.0692 -1.50011,0.36118 -1.84375,0.875 -0.69023,1.03206 0.46325,3.13688 1.6875,3.34375 1.40915,0.23811 3.55325,-1.65778 3.0625,-3 -0.20377,-0.55732 -0.79182,-0.94703 -1.5,-1.125 -0.44261,-0.11123 -0.94079,-0.13529 -1.40625,-0.0937 z m -274.75,0.1875 c 0.16004,1.09134 0.74978,2.26114 1.5,3.09375 -0.0482,-0.0141 -0.10554,-0.0264 -0.15625,-0.0313 -0.28311,-0.027 -0.55846,0.0767 -0.8125,0.28125 -0.13757,-0.0241 -0.28809,-0.0343 -0.4375,-0.0313 -0.74112,0.015 -1.56382,0.35436 -1.90625,0.875 0.01,-0.15183 0.0301,-0.297 0,-0.4375 -0.0789,-0.36765 -0.3226,-0.70701 -0.625,-1.03125 0.009,-0.0206 0.023,-0.0416 0.0313,-0.0625 0.12315,-0.31339 0.13827,-0.70012 0.0625,-1.09375 -0.0161,-0.0836 -0.039,-0.16592 -0.0625,-0.25 0.91562,-0.30832 1.75759,-0.75417 2.40625,-1.3125 z m 33.21875,0.375 c -0.0412,0.21464 -0.0323,0.45037 0,0.6875 -0.0123,-0.003 -0.0189,-0.0286 -0.0313,-0.0313 -0.10715,-0.12457 -0.2262,-0.23782 -0.34375,-0.34375 0.13943,-0.0823 0.25207,-0.18334 0.375,-0.3125 z m -57.8125,0.3125 c -0.15587,-0.009 -0.2865,-0.0115 -0.4375,0.0313 -1.78339,0.50453 -2.27177,4.35738 -0.8125,5.5 0.27889,0.21838 0.63817,0.3417 1.03125,0.34375 0.15103,0.29916 0.3743,0.53933 0.65625,0.59375 0.33629,0.0649 0.69534,-0.12073 1,-0.40625 0.36834,0.58716 0.93409,1.06296 1.5,1.1875 0.24193,0.22505 0.50595,0.39765 0.78125,0.40625 0.77245,0.0241 1.51317,-1.2542 1.21875,-1.96875 -0.0635,-0.15421 -0.2006,-0.27953 -0.34375,-0.40625 -0.01,-0.22408 -0.0543,-0.42408 -0.15625,-0.59375 -0.28122,-0.46805 -0.97688,-0.79856 -1.65625,-0.875 0.081,-0.3919 0.025,-0.83214 -0.125,-1.28125 -0.41429,-1.24032 -1.56516,-2.46831 -2.65625,-2.53125 z m 86.8125,0.5 c -0.93971,-0.10164 -1.94849,1.38237 -1.65625,2.28125 0.33638,1.03463 2.36134,1.83573 3.09375,1.03125 0.30412,-0.33404 0.34847,-0.86572 0.21875,-1.40625 -0.21619,-0.90089 -0.90771,-1.82529 -1.65625,-1.90625 z m -107.5,0.125 c -0.42999,0.008 -0.85486,0.14995 -1.03125,0.4375 -0.29525,0.48132 0.25247,1.39658 0.8125,1.46875 0.64461,0.0831 1.59071,-0.80505 1.34375,-1.40625 -0.10254,-0.24963 -0.39375,-0.40051 -0.71875,-0.46875 -0.13542,-0.0284 -0.26292,-0.0338 -0.40625,-0.0313 z m -58.4375,0.0313 c 0.219844,0.55704 0.586706,1.007 1.03125,1.21875 0.321925,0.15334 0.705978,0.19401 1.125,0.15625 -0.556684,0.71104 -0.869919,1.69957 -0.5625,2.34375 0.214027,0.44848 0.798679,0.69863 1.40625,0.75 0.127568,0.16332 0.277735,0.31325 0.4375,0.4375 -1.281593,-0.16569 -2.592727,-0.0683 -3.59375,0.375 0.05994,-0.54547 -0.01049,-1.08994 -0.3125,-1.40625 -0.157332,-0.16478 -0.37347,-0.24598 -0.625,-0.28125 0.156015,-0.14305 0.269157,-0.32409 0.34375,-0.5 0.279954,-0.66021 0.03323,-1.64853 -0.46875,-2.375 0.433055,-0.2136 0.848968,-0.44702 1.21875,-0.71875 z m 532.875,1.90625 c -0.18191,0.0138 -0.34537,0.0579 -0.53125,0.0937 -0.63465,-0.0217 -1.24859,0.11421 -1.625,0.46875 -0.0286,0.0269 -0.0369,0.0641 -0.0625,0.0937 -1.43603,0.73024 -2.64858,1.95992 -2.875,3.25 -0.0498,0.28355 -0.0281,0.60094 0,0.90625 -0.74383,0.0162 -1.60639,0.44175 -1.84375,1.03125 -0.10295,0.25568 -0.0906,0.55228 -0.0313,0.875 0.007,0.0403 0.0217,0.0844 0.0313,0.125 -0.84315,0.2544 -1.66037,0.68526 -2.3125,1.25 -0.8133,-0.10915 -1.95728,0.57319 -2.09375,1.34375 -0.0183,0.10321 -0.0108,0.2324 0,0.34375 -0.51606,0.25059 -0.98312,0.69783 -1.25,1.1875 -1.27189,0.12711 -2.47842,0.58945 -3.125,1.40625 -0.45616,0.57626 -0.68954,1.34863 -0.78125,2.21875 -0.0838,0.79521 -0.0279,1.67721 0.15625,2.5 -0.73582,0.26278 -1.42666,0.79327 -1.5,1.40625 -0.10535,0.8805 1.30987,1.85835 2.15625,1.59375 0.2052,-0.0641 0.38909,-0.19533 0.5625,-0.375 0.46261,0.57107 1.00469,0.98908 1.65625,1.125 0.0377,1.11606 0.37596,2.1441 1.03125,2.78125 1.15754,1.1255 3.53802,0.78895 5.15625,-0.25 0.38399,0.30293 0.85699,0.49906 1.25,0.4375 0.26687,-0.0418 0.50823,-0.19422 0.75,-0.40625 0.32096,-0.28148 0.58755,-0.68673 0.75,-1.09375 1.05284,-0.41221 1.9733,-1.04399 2.4375,-1.84375 2.34058,1.62065 7.56311,0.40047 8.53125,-2.21875 0.35487,-0.96006 0.008,-2.13206 -0.6875,-3.15625 0.30069,-0.0966 0.58712,-0.29097 0.84375,-0.5625 0.0445,-0.0471 0.0828,-0.10558 0.125,-0.15625 0.008,0.13191 0.0215,0.25442 0.0625,0.375 0.14865,0.43765 0.54635,0.77694 1.0625,0.96875 -1.11299,1.46025 -1.70154,3.43084 -0.8125,4.59375 0.36787,0.48119 0.93599,0.75591 1.59375,0.90625 -0.14164,0.40893 -0.12442,0.901 0,1.40625 0.29658,1.20442 1.21594,2.46004 2.21875,2.5625 1.01318,0.10352 2.07754,-1.18092 2.25,-2.3125 0.82152,0.50708 1.8482,0.73777 2.5,0.34375 0.95338,-0.57633 0.85381,-2.71013 -0.0625,-3.34375 -0.34016,-0.23521 -0.83547,-0.2855 -1.34375,-0.25 0.22152,-0.22394 0.42349,-0.46278 0.5625,-0.71875 0.91994,0.93714 2.02936,1.55885 3.09375,1.5625 0.47935,0.16248 0.98961,0.19228 1.375,0.0313 0.14468,-0.0605 0.27725,-0.14002 0.40625,-0.25 0.12495,0.004 0.26318,-0.025 0.375,-0.0625 0.0373,-0.0125 0.0589,-0.0444 0.0937,-0.0625 0.35686,-0.0865 0.69725,-0.30259 1,-0.59375 0.0458,-0.0374 0.0811,-0.0844 0.125,-0.125 0.0433,-0.0469 0.11636,-0.0756 0.15625,-0.125 0.20384,-0.21583 0.38177,-0.46712 0.5,-0.71875 0.0297,0.0752 0.0546,0.1492 0.0937,0.21875 0.0562,0.0998 0.14064,0.19657 0.21875,0.28125 0.0988,0.25534 0.24301,0.4868 0.4375,0.59375 -0.0872,0.37267 -0.0198,0.79487 0.25,0.9375 0.18483,0.0977 0.39773,0.0581 0.625,-0.0625 0.30487,-0.16173 0.58577,-0.45892 0.65625,-0.75 1.01703,0.0219 2.10107,-0.30172 2.59375,-0.96875 0.063,-0.0852 0.13814,-0.18326 0.1875,-0.28125 1.4259,0.76918 2.99803,1.0413 4.09375,0.3125 0.36508,-0.24283 0.64586,-0.57642 0.875,-0.96875 0.82124,-0.2463 1.66211,-1.01237 1.71875,-1.75 0.0527,-0.68606 -0.48269,-1.51241 -1.15625,-2.03125 -0.13766,-1.09634 -0.48826,-2.18523 -1,-3.09375 0.73193,0.0709 1.4147,-0.0463 1.90625,-0.40625 1.342,-0.98265 0.88367,-4.14707 -0.5625,-4.96875 -0.41615,-0.23644 -0.96211,-0.30853 -1.53125,-0.28125 -1.70742,0.0818 -3.72052,1.22037 -3.71875,2.65625 3.8e-4,0.31019 0.0946,0.62097 0.25,0.90625 -1.5057,0.32288 -3.10094,1.63761 -3.90625,3.09375 -0.32908,-1.49459 -1.24197,-2.93563 -2.40625,-3.25 -0.7697,-0.20783 -1.65193,0.1932 -2.375,0.84375 -0.48541,-0.11806 -1.0099,-0.12914 -1.5625,-0.0625 -0.20619,-0.17967 -0.42969,-0.3437 -0.6875,-0.46875 -0.7906,-0.8148 -1.6941,-1.36586 -2.625,-1.40625 -0.71819,-0.0312 -1.44223,0.33078 -2.0625,0.875 0.61172,-0.95256 0.91349,-2.00946 0.65625,-2.875 -0.54496,-1.83366 -4.14426,-2.5608 -5.59375,-1.3125 -0.4171,0.35921 -0.71557,0.9043 -0.90625,1.53125 -0.38823,1.27651 -0.3007,2.88753 0.28125,3.96875 -0.071,0.0127 -0.15421,0.006 -0.21875,0.0313 -0.12785,0.051 -0.26151,0.12066 -0.375,0.21875 -0.0564,-0.11435 -0.11803,-0.2401 -0.1875,-0.34375 -0.43395,-0.64746 -1.15114,-1.1565 -2,-1.53125 -0.11899,-0.0525 -0.25109,-0.0783 -0.375,-0.125 -0.0421,-0.0541 -0.0796,-0.10627 -0.125,-0.15625 0.92153,-2.55469 0.50911,-6.22256 -1.375,-7.5 -0.54205,-0.36752 -1.24112,-0.49289 -1.96875,-0.4375 z m -13.25,0.21875 c -0.63234,0.0232 -1.21581,0.19505 -1.6875,0.5 -0.0312,0.0201 -0.0638,0.0408 -0.0937,0.0625 -0.38866,-0.10036 -0.76369,-0.0855 -1.03125,0.0937 -0.50339,0.33729 -0.48953,1.38006 -0.0937,1.90625 -0.12881,0.69321 -0.0745,1.45759 0.0625,2.1875 -0.6518,0.0322 -1.23215,0.23208 -1.5625,0.6875 -1.1409,1.57283 0.96321,5.03755 2.90625,5.03125 1.04281,-0.003 1.97791,-1.19504 2.28125,-2.40625 0.021,4.3e-4 0.0414,-2.2e-4 0.0625,0 2.4154,0.0247 5.35339,-1.41174 5.46875,-3.4375 0.13838,-2.42999 -3.57236,-4.72536 -6.3125,-4.625 z m -60.5,1.5 c -0.65146,0.053 -1.15902,1.17744 -0.84375,1.75 0.36289,0.65903 1.85705,0.95406 2.25,0.3125 0.16316,-0.26639 0.12708,-0.64972 -0.0313,-1 -0.26388,-0.58381 -0.85606,-1.10476 -1.375,-1.0625 z m 101.5,0.125 c -0.75632,-0.006 -1.63202,0.36046 -1.84375,0.9375 -0.2658,0.72441 0.69902,1.83553 1.46875,1.78125 0.88598,-0.0625 1.93041,-1.5424 1.4375,-2.28125 -0.20467,-0.30679 -0.60871,-0.43368 -1.0625,-0.4375 z m -9.21875,0.5 c -1.3172,0.0887 -2.82254,1.72502 -2.6875,3 0.0302,0.28518 0.14844,0.56484 0.3125,0.84375 -0.23551,0.35436 -0.23513,0.98963 0.0625,1.25 0.26602,0.23271 0.826,0.2517 1.21875,0.0937 0.93163,0.61373 2.06007,0.86237 2.78125,0.34375 1.51617,-1.09031 0.64971,-4.88741 -1.125,-5.46875 -0.17406,-0.057 -0.37433,-0.0752 -0.5625,-0.0625 z m -94.53125,0.375 c -0.10773,-0.005 -0.21603,0.004 -0.3125,0.0313 -0.22209,0.0637 -0.4422,0.20075 -0.625,0.40625 -0.45449,0.51095 -0.70167,1.33022 -0.5,1.875 -1.34508,1.02037 -1.16766,4.39887 0.3125,5.21875 0.3157,0.17487 0.69643,0.19646 1.09375,0.125 0.12312,0.87541 0.55917,1.71399 1.25,1.84375 1.37595,0.25845 3.00906,-2.20516 2.40625,-3.46875 -0.18451,-0.38675 -0.62332,-0.6091 -1.125,-0.71875 0.0339,-0.404 -0.0893,-0.85333 -0.3125,-1.28125 -0.30871,-0.5918 -0.81203,-1.14779 -1.375,-1.53125 0.40788,-0.25648 0.72662,-0.62018 0.78125,-1 0.10002,-0.69536 -0.83966,-1.46425 -1.59375,-1.5 z m -449.40625,0.0313 c -0.07423,0.91545 0.0862,1.75682 0.65625,2.3125 0.242445,0.23633 0.548285,0.4112 0.875,0.53125 -0.196658,0.101 -0.367493,0.24879 -0.53125,0.40625 -0.06049,-0.14981 -0.137983,-0.30251 -0.21875,-0.4375 -0.138121,-0.23085 -0.302818,-0.45271 -0.5,-0.65625 -0.01216,-0.0633 -0.06185,-0.10735 -0.09375,-0.15625 -0.01635,-0.0282 -0.03962,-0.0674 -0.0625,-0.0937 -0.0074,-0.005 -0.0235,0.005 -0.03125,0 -0.02391,-0.026 -0.03363,-0.0704 -0.0625,-0.0937 -0.104817,-0.0847 -0.244588,-0.15765 -0.375,-0.1875 -0.241059,-0.17608 -0.502125,-0.32116 -0.78125,-0.46875 -0.08998,-0.19778 -0.205006,-0.39344 -0.34375,-0.5625 0.489362,-0.12649 0.987117,-0.31766 1.46875,-0.59375 z m 446.59375,0.25 c -0.17493,-0.033 -0.37668,0.0635 -0.53125,0.21875 -0.25761,0.2587 -0.40876,0.6696 -0.28125,0.9375 0.16008,0.33632 0.85252,0.37755 1.09375,0.0937 0.27766,-0.32667 0.14003,-1.17048 -0.28125,-1.25 z m 50.125,0.28125 c -0.3978,-0.0356 -0.7883,0.0287 -1.09375,0.1875 -1.40631,0.73109 -2.05019,3.82757 -0.71875,4.6875 0.32512,0.20999 0.72889,0.26712 1.15625,0.21875 -0.18499,0.41849 -0.20552,0.93003 -0.125,1.46875 0.0197,0.13209 0.0607,0.2728 0.0937,0.40625 -0.2637,0.2272 -0.48089,0.50393 -0.71875,0.78125 -0.30882,-0.38601 -0.67621,-0.67955 -1.125,-0.84375 -1.29706,-0.47457 -2.89669,0.15607 -4.21875,1.28125 -0.12308,-0.0672 -0.24582,-0.15756 -0.375,-0.1875 -0.36703,-0.0851 -0.76419,-0.0233 -1.1875,0.125 -1.26993,0.44476 -2.54218,1.76074 -2.21875,2.84375 0.15676,0.52493 0.63984,0.91076 1.25,1.15625 -0.13616,0.60167 -0.15322,1.186 0,1.71875 0.69947,2.43205 5.44293,3.41564 7.375,1.78125 0.11679,-0.0988 0.2092,-0.22448 0.3125,-0.34375 1.91833,0.87212 4.94818,0.48537 6.125,-1 0.44957,-0.56745 0.69056,-1.33043 0.78125,-2.1875 0.0202,-0.19096 0.0275,-0.39654 0.0313,-0.59375 0.35749,-0.23158 0.62989,-0.64043 0.8125,-1.125 0.40581,-1.07683 0.36931,-2.51993 -0.34375,-3.125 -0.34206,-0.29025 -0.88016,-0.35208 -1.40625,-0.25 0.26,-1.11063 0.19263,-2.27165 -0.40625,-2.9375 -0.43926,-0.48838 -1.17975,-0.61537 -1.96875,-0.53125 0.38037,-0.47546 0.62269,-0.99571 0.59375,-1.5 -0.0592,-1.03107 -1.4316,-1.92433 -2.625,-2.03125 z M 268.875,346.375 c -1.87066,0.16391 -3.75193,3.05811 -3.1875,4.84375 0.007,0.0228 0.0233,0.0398 0.0313,0.0625 -0.0729,0.0528 -0.1477,0.0973 -0.21875,0.15625 -1.31993,1.09506 -2.24213,3.22455 -1.375,4.375 0.37686,0.49999 1.01745,0.74812 1.75,0.8125 -0.0261,0.28963 -0.0137,0.56611 0.0313,0.84375 0.005,0.0325 0.0248,0.0616 0.0313,0.0937 -0.55344,-0.22874 -1.13524,-0.28614 -1.5,0.0313 -0.88606,0.77102 -0.11398,3.11419 1.03125,3.375 0.69154,0.15749 1.5132,-0.60517 1.78125,-1.375 0.24454,0.19843 0.52613,0.3662 0.8125,0.53125 -0.46696,1.99039 -0.0787,4.36081 1.40625,5.0625 0.16057,0.0759 0.32645,0.11932 0.5,0.15625 -0.8219,1.64233 -1.02774,3.73125 -0.125,4.875 1.25921,1.59539 5.09171,0.89601 6.03125,-0.90625 0.27036,-0.51861 0.33969,-1.1812 0.28125,-1.875 -0.12259,-1.45525 -0.89062,-3.05741 -1.9375,-3.875 1.17564,-1.15941 1.9625,-2.6658 1.71875,-3.9375 -0.0567,-0.2959 -0.16757,-0.58625 -0.34375,-0.84375 0.0641,-0.12269 0.12932,-0.24602 0.1875,-0.375 0.4752,-1.05348 0.73169,-2.32715 0.75,-3.53125 0.63407,0.34336 1.3217,0.52068 1.9375,0.46875 0.57083,-0.0481 1.13188,-0.29237 1.6875,-0.65625 0.37551,1.21798 1.35353,2.36973 2.375,2.25 0.299,-0.0351 0.56414,-0.1696 0.8125,-0.375 -0.0303,0.88894 0.27007,1.88088 0.8125,2.40625 -0.0943,0.13839 -0.19674,0.29496 -0.28125,0.4375 -0.58683,0.2083 -1.11529,0.47623 -1.5625,0.8125 0.31556,-0.80597 0.35229,-1.68103 -0.125,-2.1875 -0.42199,-0.44779 -1.12742,-0.55739 -1.875,-0.4375 -1.24597,0.1998 -2.59337,1.05436 -2.78125,2.0625 -0.0823,0.44146 0.11355,0.89443 0.4375,1.3125 -0.59142,0.37819 -1.06267,1.07028 -1,1.65625 0.0713,0.66708 0.78064,1.39282 1.53125,1.6875 0.0215,0.095 0.0465,0.20389 0.0937,0.28125 0.10884,0.17809 0.30835,0.29646 0.53125,0.40625 0.66871,0.32936 1.66619,0.32945 1.96875,-0.21875 0.31664,-0.57369 -0.19339,-1.4844 -0.84375,-1.9375 -0.0137,-0.2233 -0.0629,-0.43544 -0.125,-0.65625 0.11595,-1.6e-4 0.23604,-0.005 0.34375,-0.0313 0.22364,-0.0542 0.44813,-0.19178 0.65625,-0.34375 -0.37719,1.22917 0.091,2.78236 0.96875,4.09375 -0.31041,0.60708 -0.45146,1.24242 -0.34375,1.875 0.59365,3.48662 7.81574,5.19203 10.28125,2.65625 0.0944,-0.0971 0.17236,-0.20163 0.25,-0.3125 0.39727,0.0892 0.82894,0.12568 1.28125,0.0937 0.11461,0.23514 0.2547,0.42947 0.46875,0.5625 0.524,0.32566 1.24368,0.24567 1.9375,-0.0625 0.93447,-0.41506 1.83026,-1.24789 2.09375,-2.09375 1.10348,0.18413 2.64194,-1.1395 2.625,-2.25 -0.0211,-1.38234 -2.21565,-3.10893 -3.40625,-2.40625 -0.026,0.0153 -0.0379,0.0454 -0.0625,0.0625 -0.53334,-0.42885 -1.1531,-0.79712 -1.84375,-1.0625 0.52111,-0.29497 0.96016,-0.68959 1.1875,-1.15625 0.23212,-0.47646 0.20023,-1.04592 0.0313,-1.625 0.40221,-0.21018 0.70737,-0.65251 0.875,-1.1875 0.11779,-0.37593 0.16544,-0.78356 0.15625,-1.1875 0.30073,0.042 0.59379,0.009 0.84375,-0.0937 1.06716,-0.43927 1.27539,-2.64395 0.4375,-3.4375 -0.24111,-0.22835 -0.5808,-0.36143 -0.96875,-0.4375 -1.16384,-0.22823 -2.73164,0.18863 -2.96875,1.15625 -0.0875,0.35714 0.0149,0.76001 0.21875,1.125 -0.57737,0.25521 -1.05378,0.6933 -1.21875,1.1875 -0.19242,-0.0608 -0.37193,-0.0878 -0.5625,-0.0937 -0.53551,-0.0167 -1.10701,0.17573 -1.65625,0.5 -0.26065,0.15389 -0.54067,0.32461 -0.78125,0.53125 -0.37661,-0.98024 -0.98229,-1.77042 -1.84375,-2.03125 -0.39096,-0.11837 -0.80065,-0.10362 -1.21875,-0.0313 -0.0569,-0.0661 -0.11356,-0.14199 -0.1875,-0.1875 -0.006,-0.11733 -0.0346,-0.2353 -0.0625,-0.34375 0.85992,-0.62071 1.52304,-1.70379 1.3125,-2.53125 -0.27364,-1.07546 -2.31852,-1.59644 -3.1875,-0.90625 -0.55576,0.44142 -0.80289,1.44052 -0.71875,2.3125 -0.22011,0.0351 -0.43395,0.0756 -0.625,0.15625 0.26021,-0.99835 0.20639,-2.09397 -0.34375,-2.6875 -0.31982,-0.34504 -0.82138,-0.47858 -1.375,-0.46875 0.49994,-1.17767 0.63287,-2.37448 0.0313,-3.25 -1.72659,-2.51266 -7.98921,-1.22001 -9,1.65625 -0.0173,0.0493 -0.0176,0.10593 -0.0313,0.15625 -0.28898,-0.41035 -0.65524,-0.72006 -1.0625,-0.84375 -0.10938,-0.0332 -0.22826,-0.0287 -0.34375,-0.0313 -0.65461,-1.45978 -1.81645,-2.69866 -3.0625,-2.84375 -0.12401,-0.0144 -0.25029,-0.0109 -0.375,0 z m -172.09375,0.28125 c 0.04108,0.002 0.08428,-6.6e-4 0.125,0 -0.194491,0.22039 -0.343117,0.46001 -0.4375,0.71875 -0.0068,0.0187 0.0061,0.0435 0,0.0625 -0.200349,-0.15593 -0.492993,-0.25851 -0.78125,-0.3125 0.373399,-0.11473 0.741704,-0.26465 1.09375,-0.46875 z m 156.0625,0.1875 c -0.27682,0.0338 -0.52587,0.14923 -0.6875,0.34375 -0.0582,0.0701 -0.0896,0.16539 -0.125,0.25 -0.2636,-0.0991 -0.52902,-0.17062 -0.8125,-0.1875 -3.61545,-0.21527 -6.99794,6.35955 -5.40625,9.65625 -2.11178,2.03861 -3.41426,5.9448 -2.09375,8.0625 0.46017,0.73798 1.30142,1.21133 2.28125,1.4375 1.66898,1.581 4.95682,2.2784 6.6875,1.125 0.65307,-0.43523 1.15168,-1.17753 1.53125,-2.03125 1.12717,-2.5352 0.98222,-6.27538 -1.0625,-7.375 0.70492,-0.34705 1.31467,-0.77144 1.6875,-1.34375 0.0123,-0.0189 0.0193,-0.0433 0.0313,-0.0625 0.66585,1.18074 2.27467,2.2244 3.28125,1.65625 0.53737,-0.30331 0.81215,-0.99329 0.875,-1.75 0.0765,-0.92056 -0.15473,-1.96131 -0.65625,-2.625 0.53454,-0.83276 0.81573,-1.75546 0.625,-2.53125 -0.35215,-1.43234 -2.60852,-2.23418 -4.25,-1.9375 0.3335,-0.46874 0.50921,-1.09106 0.34375,-1.53125 -0.26696,-0.71021 -1.41954,-1.25773 -2.25,-1.15625 z m -140.5625,0.5625 c -0.95712,-0.009 -1.88351,0.29856 -2.1875,1 -0.25245,0.58252 -0.0434,1.309 0.375,1.96875 0.69726,1.0996 2.03032,2.01408 3.0625,1.78125 1.29578,-0.29229 1.95371,-2.75017 1.15625,-3.8125 -0.45895,-0.61139 -1.44913,-0.92875 -2.40625,-0.9375 z m 446.5,0.0625 c -0.5986,-0.006 -1.15327,0.18645 -1.34375,0.625 -0.15818,0.3642 -0.0426,0.83716 0.21875,1.25 0.43553,0.68807 1.26058,1.23885 1.90625,1.09375 0.16857,-0.0379 0.30737,-0.1463 0.4375,-0.28125 0.23229,0.18804 0.53034,0.30094 0.75,0.21875 0.34833,-0.13033 0.44909,-0.82938 0.1875,-1.09375 -0.0984,-0.0995 -0.26585,-0.13736 -0.4375,-0.15625 0.0572,-0.39686 -0.0222,-0.80016 -0.21875,-1.0625 -0.28674,-0.38261 -0.9014,-0.58779 -1.5,-0.59375 z m -12.625,0.6875 c 0.0122,0.1311 0.006,0.27217 0.0313,0.40625 -0.0933,0.0332 -0.18977,0.072 -0.28125,0.125 0.0873,-0.17869 0.18844,-0.35127 0.25,-0.53125 z m -190.09375,0.375 c -1.21093,-0.21518 -2.67477,1.65093 -2.375,2.84375 0.34504,1.37297 2.91542,2.57326 3.9375,1.59375 0.4244,-0.40672 0.52677,-1.06804 0.40625,-1.78125 -0.20086,-1.18869 -1.00416,-2.48484 -1.96875,-2.65625 z m 155.28125,0.15625 c -0.20226,1.16116 0.007,2.54913 0.5,3.8125 -0.034,0.0468 -0.094,0.0763 -0.125,0.125 -0.56548,-0.89995 -1.37655,-1.72948 -2.28125,-2.375 0.0418,-0.0515 0.0845,-0.10265 0.125,-0.15625 0.6755,-0.2897 1.32058,-0.79888 1.78125,-1.40625 z M 0.25,348.9375 c -0.44627499,0.0835 -0.9418566,0.38564 -1,0.75 -0.0729929,0.45741 0.64657829,0.99579 1.09375,0.875 0.51470842,-0.13904 0.9381228,-1.12163 0.5625,-1.5 -0.15596886,-0.15711 -0.38848528,-0.17512 -0.65625,-0.125 z m 84,0.0313 c -0.225999,-0.0163 -0.481066,0.06 -0.71875,0.1875 -0.713053,0.38266 -1.32439,1.29294 -1.03125,1.90625 0.189448,0.39636 0.6971,0.59447 1.25,0.625 -0.257887,0.15605 -0.386761,0.47335 -0.40625,0.84375 -0.03248,0.61733 0.223969,1.33755 0.6875,1.53125 0.58191,0.24317 1.516549,-0.52579 1.5,-1.15625 -0.01353,-0.51527 -0.595927,-1.11187 -1.15625,-1.28125 0.499301,-0.0879 0.934822,-0.27197 1.125,-0.625 0.37345,-0.69323 -0.464619,-1.97456 -1.25,-2.03125 z m 21.96875,0.0625 c -0.243,0.0221 -0.49002,0.0899 -0.65625,0.21875 -0.76533,0.59322 -0.80056,2.53499 0.0937,2.90625 0.37134,0.15416 0.83631,0.0214 1.25,-0.25 0.68948,-0.45229 1.25129,-1.31741 1.09375,-1.96875 -0.14833,-0.61326 -1.05225,-0.9725 -1.78125,-0.90625 z m 38.9375,0.28125 c -1.52099,0.17787 -3.15754,2.76654 -2.25,4 0.37684,0.51216 1.09311,0.71691 1.875,0.6875 1.30314,-0.049 2.77484,-0.73935 3.09375,-1.75 0.40036,-1.26875 -1.39734,-3.09203 -2.71875,-2.9375 z M 44.125,349.4375 c 0.01903,0.42297 0.221371,0.87892 0.5,1.1875 -0.06147,0.10483 -0.134097,0.20452 -0.1875,0.3125 -0.533223,-0.26403 -1.478839,-0.11993 -1.6875,0.375 -0.01991,-0.0105 -0.04216,-0.0218 -0.0625,-0.0313 0.07711,-0.31217 0.04882,-0.66097 -0.125,-0.84375 -0.02037,-0.0214 -0.03773,-0.0461 -0.0625,-0.0625 0.03293,-0.19671 0.04988,-0.39117 0.03125,-0.59375 0.521548,0.16445 1.080516,0.15406 1.40625,-0.125 0.06698,-0.0574 0.145518,-0.13814 0.1875,-0.21875 z m -50.5,0.6875 c -0.3743121,0.0129 -0.721089,0.10989 -0.90625,0.34375 -0.3874149,0.4893 0.082432,1.59703 0.6875,1.75 0.174113,0.044 0.3906013,0.0354 0.59375,-0.0313 0.6094462,-0.19991 1.206361,-0.82454 1.0625,-1.34375 -0.1327447,-0.47909 -0.8136465,-0.74027 -1.4375,-0.71875 z m 551.0625,0.25 c -0.0229,0.10505 -0.0609,0.21192 -0.0625,0.3125 -0.0704,-0.0216 -0.14845,-0.0444 -0.21875,-0.0625 0.091,-0.08 0.19426,-0.16436 0.28125,-0.25 z m -509,0.0625 c -0.371553,0.10394 -0.680505,0.82238 -0.40625,1.09375 0.113878,0.11268 0.306565,0.13175 0.5,0.0937 0.322393,-0.0633 0.679033,-0.29847 0.71875,-0.5625 0.04986,-0.33146 -0.4897,-0.7153 -0.8125,-0.625 z m 225.71875,0 c -0.28089,1.8e-4 -0.60033,0.14085 -0.875,0.34375 -0.61038,0.4509 -1.08436,1.25333 -0.90625,1.84375 0.22359,0.7412 1.69669,1.03886 2.28125,0.53125 0.67285,-0.58427 0.62201,-2.39216 -0.21875,-2.6875 -0.0873,-0.0307 -0.18762,-0.0313 -0.28125,-0.0313 z m 380.6875,0.0625 c -1.43435,-0.0281 -2.90644,0.45625 -3.625,1.375 -0.41354,0.52875 -0.63965,1.23605 -0.71875,2.03125 -0.2373,2.38559 0.91383,5.42615 2.90625,5.71875 2.94154,0.43198 6.19854,-4.90102 4.8125,-7.53125 -0.54376,-1.03186 -1.94065,-1.56569 -3.375,-1.59375 z m -635.9375,0.25 c 0.019606,0.005 0.042835,-0.004 0.0625,0 0.1156877,0.33758 0.2179462,0.68664 0.375,1 -0.1661358,-0.0209 -0.3338812,-0.0503 -0.5,-0.0625 0.087943,-0.2891 0.092309,-0.60082 0.0625,-0.9375 z m 557.03125,0.0313 c -0.34874,0.037 -0.67794,0.17745 -0.8125,0.4375 -0.149,0.28795 -0.0651,0.64923 0.125,1 0.31677,0.58462 0.96598,1.11376 1.5,1.03125 0.67041,-0.10359 1.08788,-1.33711 0.71875,-1.90625 -0.26555,-0.40943 -0.95001,-0.62414 -1.53125,-0.5625 z m 19.875,0.0313 c -0.96277,0.15952 -2.0525,1.06514 -2.125,1.9375 -0.0309,0.37144 0.0868,0.79743 0.3125,1.1875 -0.17367,0.16563 -0.29451,0.36159 -0.34375,0.5625 -0.2267,0.92503 0.92781,2.44848 1.84375,2.1875 0.38032,-0.10837 0.65981,-0.5067 0.8125,-0.96875 0.0238,-0.072 0.0447,-0.14327 0.0625,-0.21875 0.1253,-0.0125 0.2602,-0.0404 0.375,-0.0937 0.50588,-0.23508 0.79572,-0.82254 0.90625,-1.5 0.18422,-1.1291 -0.15508,-2.51895 -0.96875,-2.96875 -0.25537,-0.14117 -0.55408,-0.17817 -0.875,-0.125 z m -287.34375,0.0313 c -0.40763,-0.0101 -0.8212,0.1098 -1,0.375 -0.29929,0.44391 0.19119,1.34632 0.71875,1.4375 0.60723,0.10494 1.52194,-0.7017 1.3125,-1.28125 -0.087,-0.24065 -0.31992,-0.42212 -0.625,-0.5 -0.12712,-0.0324 -0.27037,-0.0279 -0.40625,-0.0313 z M 432,350.9375 c 0.0754,0.17395 0.17549,0.36075 0.28125,0.53125 0.0121,0.0195 0.0188,0.043 0.0313,0.0625 -0.14151,-0.0877 -0.28422,-0.17549 -0.4375,-0.25 0.0486,-0.10978 0.0833,-0.22788 0.125,-0.34375 z m -189.625,0.65625 c -0.7672,0.0848 -1.55357,0.38383 -2.1875,0.8125 -1.56028,-0.13793 -3.68839,1.98474 -3.375,3.5 0.0908,0.43913 0.42605,0.82258 0.875,1.09375 -0.0759,0.14043 -0.15872,0.28076 -0.21875,0.4375 -0.14579,0.38063 -0.23751,0.79045 -0.28125,1.21875 -0.45189,-0.11572 -0.87233,-0.0768 -1.15625,0.1875 -0.30787,0.28658 -0.39131,0.76972 -0.3125,1.28125 0.13134,0.85255 0.68665,1.77358 1.375,1.90625 0.34806,0.0671 0.71499,-0.1199 1.03125,-0.40625 0.0867,0.0624 0.18212,0.11288 0.28125,0.15625 1.44697,0.63312 3.5914,-0.93925 4.34375,-2.625 1.77395,-0.36231 2.88452,-3.24319 2.5625,-5.34375 -0.005,-0.30248 -0.0739,-0.60715 -0.25,-0.78125 -0.13102,-0.33435 -0.29483,-0.64228 -0.53125,-0.875 -0.50697,-0.49902 -1.31391,-0.65559 -2.15625,-0.5625 z m 70,0.125 c -0.72942,-0.0466 -1.47502,1.15923 -1.21875,1.84375 0.29497,0.7879 1.89896,1.33386 2.4375,0.6875 0.22361,-0.26838 0.24355,-0.68056 0.125,-1.09375 -0.19758,-0.68865 -0.76271,-1.40035 -1.34375,-1.4375 z M -4.5,352.0625 c -0.3142444,0.11097 -0.5644927,0.75066 -0.3125,0.96875 0.1046343,0.0906 0.2729725,0.10638 0.4375,0.0625 0.2742128,-0.0731 0.5747197,-0.3014 0.59375,-0.53125 0.023891,-0.28855 -0.4457387,-0.59641 -0.71875,-0.5 z m 391.125,0.28125 c 0.0602,0.19997 0.0977,0.39418 0.1875,0.59375 -0.16581,-0.12465 -0.348,-0.26486 -0.53125,-0.375 0.11829,-0.0727 0.25137,-0.12417 0.34375,-0.21875 z M 423.25,352.5 c 0.53212,0.45382 1.22836,0.79385 2,1 -0.55223,0.22888 -0.98318,0.70881 -1.28125,1.34375 -0.0948,-0.17086 -0.20777,-0.32658 -0.375,-0.40625 -0.27311,-0.43997 -0.61945,-0.80165 -1.03125,-0.96875 -0.11535,-0.0468 -0.25024,-0.0475 -0.375,-0.0625 0.50573,-0.19075 0.89826,-0.50603 1.0625,-0.90625 z m 139,0.0313 c -0.15647,-0.0135 -0.32837,0.013 -0.5,0.0625 -0.57209,0.16486 -1.15718,0.64211 -1.1875,1.125 -0.0381,0.60621 0.96265,1.21362 1.53125,1 0.65448,-0.24588 1.10015,-1.58434 0.5625,-2.03125 -0.11162,-0.0928 -0.24978,-0.14279 -0.40625,-0.15625 z m 51.1875,0.15625 c -0.38288,0.58042 -0.67652,1.2244 -0.84375,1.875 -0.14047,-0.13536 -0.28541,-0.25511 -0.46875,-0.3125 -0.33229,-0.10401 -0.70366,-0.0516 -1.0625,0.0937 -0.007,-0.1005 -0.0552,-0.18384 -0.0937,-0.28125 0.84596,-0.0997 1.72294,-0.64618 2.46875,-1.375 z M 43.75,352.71875 c 0.09374,0.0338 0.190269,0.0526 0.28125,0.0625 0.0322,0.32551 0.124465,0.62559 0.3125,0.875 -0.168048,0.14703 -0.307444,0.30541 -0.40625,0.5 0.02203,-0.47801 -0.03811,-0.97947 -0.1875,-1.4375 z m 389.84375,0.15625 c 0.0712,0.0537 0.14558,0.10657 0.21875,0.15625 -0.0498,0.036 -0.10806,0.0566 -0.15625,0.0937 -0.02,-0.082 -0.0319,-0.17344 -0.0625,-0.25 z M -2.4375,353.46875 c -2.2503716,0.0828 -4.962285,1.55072 -5.34375,3.40625 -0.4353515,2.11765 2.7648502,4.75161 4.875,4.28125 0.6072111,-0.13535 1.1942792,-0.50834 1.71875,-1.03125 1.57341433,-1.56873 2.5358933,-4.4308 1.28125,-5.8125 -0.57884758,-0.63747 -1.5083538,-0.88137 -2.53125,-0.84375 z m 526.53125,0.21875 c -0.0739,-0.002 -0.15126,0.0338 -0.21875,0.0625 -0.2242,0.0952 -0.34809,0.33099 -0.40625,0.625 -0.0969,0.49001 0.0265,1.10429 0.375,1.3125 0.43747,0.26138 1.28452,-0.24385 1.34375,-0.75 0.0597,-0.50977 -0.5762,-1.23377 -1.09375,-1.25 z m -96.375,0.0313 c 0.0534,0.21072 0.13506,0.41542 0.21875,0.625 -0.23712,-0.22265 -0.49007,-0.43833 -0.75,-0.59375 0.18271,9.8e-4 0.35002,-0.0197 0.53125,-0.0313 z m -414.59375,0.5 c -0.367303,0.11718 -0.658658,0.83263 -0.375,1.09375 0.117782,0.10842 0.308197,0.10741 0.5,0.0625 0.319672,-0.0749 0.657349,-0.2974 0.6875,-0.5625 0.03785,-0.33281 -0.493392,-0.69556 -0.8125,-0.59375 z M 389,355.6875 c 0.81295,0.67054 1.74838,1.20146 2.65625,1.46875 0.13672,0.15236 0.29487,0.29058 0.46875,0.34375 0.19853,0.0607 0.41039,0.002 0.625,-0.0937 -0.22462,0.41748 -0.43479,0.86527 -0.59375,1.3125 -0.51288,-0.61814 -1.31574,-0.97158 -2.21875,-1.09375 -0.01,-0.0404 -0.019,-0.0855 -0.0313,-0.125 -0.0741,-0.23933 -0.19728,-0.43303 -0.375,-0.625 -0.0833,-0.40108 -0.2893,-0.80712 -0.53125,-1.1875 z M 230.96875,356.75 c -0.0772,0.0213 -0.14712,0.0726 -0.21875,0.125 -0.57733,-0.15246 -1.40771,0.11402 -1.65625,0.59375 -0.15779,0.30457 -0.14115,0.7486 0,1.15625 -0.25937,-0.13129 -0.52119,-0.18867 -0.78125,-0.125 -1.25613,0.30755 -1.70797,2.97949 -0.71875,3.8125 0.77616,0.65359 2.59672,-0.0867 2.875,-1.0625 0.0801,-0.28079 0.0358,-0.60409 -0.0625,-0.9375 -0.0639,-0.21671 -0.13094,-0.44975 -0.25,-0.65625 0.33786,-0.0135 0.65511,-0.27178 0.875,-0.625 0.0916,-0.14717 0.16025,-0.29893 0.21875,-0.46875 0.24023,0.0389 0.48746,-0.007 0.625,-0.15625 0.1523,-0.1656 0.15699,-0.44922 0.0937,-0.71875 -0.1054,-0.44921 -0.43991,-0.8953 -0.8125,-0.9375 -0.0585,-0.007 -0.12905,-0.0161 -0.1875,0 z M 39.75,356.78125 c -0.286395,0.0359 -0.549621,0.15888 -0.65625,0.375 -0.118067,0.2393 -0.03694,0.5581 0.125,0.84375 0.269892,0.47609 0.811854,0.88882 1.25,0.8125 0.550043,-0.0958 0.875233,-1.13123 0.5625,-1.59375 -0.22498,-0.33273 -0.803925,-0.49739 -1.28125,-0.4375 z m 460.375,0.4375 c -0.42986,0.0211 -0.81707,0.15946 -1,0.46875 -0.20255,0.34246 -0.14602,0.80702 0.0625,1.25 0.34753,0.7383 1.12121,1.43902 1.78125,1.375 0.82861,-0.0804 1.41275,-1.55828 1,-2.28125 -0.29693,-0.5201 -1.12731,-0.84767 -1.84375,-0.8125 z m 97.375,1.09375 c 0.66708,0.42994 1.4179,0.73696 2.125,0.8125 -0.1578,0.30859 -0.27485,0.62446 -0.375,0.9375 -0.66011,-0.6 -1.53065,-1.09229 -2.4375,-1.40625 0.24065,-0.0571 0.47684,-0.1618 0.6875,-0.34375 z m -363.71875,0.125 c -0.35467,0.0626 -0.6622,0.37697 -0.84375,0.78125 -0.30259,0.67379 -0.30786,1.6154 0.125,2.03125 0.54341,0.52205 1.90262,0.0533 2.15625,-0.65625 0.29193,-0.81675 -0.58334,-2.30696 -1.4375,-2.15625 z m 390.71875,0.25 c -0.25544,0.49009 -0.45499,1.02612 -0.53125,1.53125 -0.10521,-0.10316 -0.26022,-0.15226 -0.40625,-0.21875 0.0541,-0.17603 0.11267,-0.34977 0.15625,-0.53125 0.23822,-0.24053 0.44392,-0.48116 0.59375,-0.75 0.0659,-0.003 0.12349,-0.0232 0.1875,-0.0313 z m -363.9375,0.375 c -0.93993,0.0626 -1.97632,0.58287 -2.28125,1.3125 -0.56156,1.34373 0.80448,3.92733 2.25,3.75 0.50018,-0.0614 0.92237,-0.43596 1.25,-0.9375 0.0377,0.40484 0.16585,0.75527 0.40625,1 0.72481,0.73787 2.62381,0.18222 3,-0.78125 0.43301,-1.10899 -0.75959,-3.17281 -1.9375,-3 -0.31911,0.0468 -0.58104,0.24864 -0.8125,0.53125 -0.008,-0.56816 -0.14716,-1.09428 -0.46875,-1.4375 -0.32441,-0.34624 -0.84229,-0.47507 -1.40625,-0.4375 z M 419.5,360.40625 c -0.50065,-0.0147 -0.98978,0.13624 -1.15625,0.5 -0.13824,0.30209 -0.0244,0.68165 0.1875,1.03125 0.35315,0.58267 1.02002,1.07963 1.5625,0.96875 -0.4825,0.91837 -0.52668,2.24782 0.1875,2.71875 0.41403,0.27301 0.99832,0.23264 1.5625,0 0.94031,-0.38773 1.82078,-1.29938 1.78125,-2.125 -0.0496,-1.03648 -1.85606,-1.90737 -2.78125,-1.4375 0.12872,-0.40735 0.10923,-0.84288 -0.0937,-1.125 -0.23364,-0.32472 -0.74935,-0.51654 -1.25,-0.53125 z m -100.84375,0.0313 c 0.0415,0.0168 0.0818,0.0479 0.125,0.0625 -0.0532,0.0204 -0.10359,0.039 -0.15625,0.0625 0.014,-0.0412 0.0195,-0.0834 0.0313,-0.125 z M 581,360.59375 c -0.17199,4.6e-4 -0.34543,0.0218 -0.5,0.0937 -0.51346,0.23886 -0.82558,0.84345 -0.9375,1.53125 -0.18655,1.14633 0.17378,2.54371 1,3 1.03722,0.57282 2.9336,-0.6629 3.03125,-1.84375 0.0983,-1.1893 -1.3898,-2.78444 -2.59375,-2.78125 z m -567.09375,0.125 c -0.172535,-0.007 -0.345634,0.0172 -0.5,0.0625 -1.42144,0.41736 -2.597595,3.15911 -1.53125,4.1875 0.442776,0.42702 1.165437,0.49916 1.90625,0.34375 1.23469,-0.25901 2.548007,-1.1718 2.6875,-2.1875 0.153229,-1.1157 -1.354757,-2.35535 -2.5625,-2.40625 z m 302.28125,2.21875 c -0.0364,0.0611 -0.0588,0.12529 -0.0937,0.1875 -0.0414,-0.031 -0.0826,-0.0653 -0.125,-0.0937 0.0727,-0.032 0.14736,-0.0595 0.21875,-0.0937 z m 310.46875,1.3125 c -0.87356,0.003 -1.69913,0.32523 -1.96875,0.96875 -0.22391,0.53441 -0.0454,1.18381 0.34375,1.78125 0.64854,0.99574 1.87312,1.8177 2.8125,1.59375 1.17928,-0.28115 1.77082,-2.50813 1.03125,-3.46875 -0.42564,-0.55285 -1.34519,-0.87765 -2.21875,-0.875 z m -27.375,1.03125 c -0.12441,0.0218 -0.26353,0.0514 -0.34375,0.125 -0.36933,0.3389 -0.2898,1.34689 0.1875,1.5 0.19819,0.0636 0.42325,-0.0297 0.625,-0.1875 0.33626,-0.26294 0.578,-0.70201 0.46875,-1.03125 -0.10286,-0.30999 -0.56428,-0.47174 -0.9375,-0.40625 z m -228.875,0.3125 c -0.11741,0.48101 -0.17708,0.94261 -0.1875,1.40625 -0.022,-0.22627 -0.0639,-0.44949 -0.125,-0.65625 -0.0112,-0.17576 -0.0337,-0.33283 -0.0625,-0.5 0.13231,-0.078 0.26551,-0.15626 0.375,-0.25 z M 333.125,366.0625 c 0.0231,0.0399 0.0384,0.0853 0.0625,0.125 -0.0398,-0.0313 -0.0826,-0.0686 -0.125,-0.0937 0.0166,-0.0147 0.0464,-0.0159 0.0625,-0.0313 z m -53,0.0313 c -0.3434,0.0445 -0.71152,0.30426 -0.6875,0.59375 0.0133,0.16027 0.14017,0.30896 0.3125,0.40625 0.28721,0.16215 0.67236,0.20669 0.875,0.0313 0.2544,-0.22025 0.11763,-0.85815 -0.1875,-1 -0.0878,-0.0408 -0.19803,-0.0461 -0.3125,-0.0313 z M 600.59375,367 c -1.17693,0.0566 -2.56933,1.94293 -1.9375,2.9375 0.26235,0.41297 0.80449,0.60647 1.40625,0.625 1.00293,0.0309 2.17081,-0.3972 2.46875,-1.15625 0.37404,-0.9529 -0.915,-2.4554 -1.9375,-2.40625 z m -230.375,0.125 c -8e-5,0.35446 0.0206,0.71202 0.0937,1.03125 -0.0336,-0.0473 -0.0874,-0.0816 -0.125,-0.125 0.0489,-0.30501 0.0514,-0.59893 0.0313,-0.90625 z m -17.90625,0.25 c 0.41979,0.20725 0.8284,0.36488 1.25,0.4375 -0.36823,0.49586 -0.6105,1.11327 -0.625,1.65625 -0.0231,-0.0197 -0.0386,-0.0433 -0.0625,-0.0625 -0.0525,-0.14971 -0.10495,-0.28095 -0.1875,-0.40625 0.0438,-0.52571 -0.0989,-1.09225 -0.375,-1.625 z m -53.90625,2.125 c -0.0717,0.002 -0.12486,0.008 -0.1875,0.0313 -0.57677,0.21493 -1.00353,1.38653 -0.53125,1.78125 0.12551,0.10489 0.31551,0.16231 0.5,0.15625 -0.84627,0.68286 -1.44582,2.01447 -0.90625,2.75 0.29873,0.40722 0.8477,0.58498 1.46875,0.5625 1.03509,-0.0374 2.21431,-0.6039 2.46875,-1.40625 0.31332,-0.988 -1.05108,-2.37332 -2.09375,-2.3125 0.22225,-0.18251 0.39108,-0.39322 0.40625,-0.625 0.0306,-0.4669 -0.62297,-0.95206 -1.125,-0.9375 z m 29.40625,0.875 c 0.038,0.0901 0.0981,0.16334 0.15625,0.25 -0.0901,-0.0459 -0.18456,-0.0856 -0.28125,-0.125 0.0468,-0.0258 0.0866,-0.0793 0.125,-0.125 z m 8.5,0.25 c -0.55959,0.0653 -1.18939,0.49729 -1.15625,0.96875 0.0183,0.26101 0.22164,0.49444 0.5,0.65625 0.46394,0.26969 1.13548,0.34377 1.46875,0.0625 0.41839,-0.3531 0.21226,-1.38798 -0.28125,-1.625 -0.14201,-0.0682 -0.34472,-0.0843 -0.53125,-0.0625 z m 5.4375,1.25 c -0.34888,0.0194 -0.75204,0.58146 -0.5625,0.875 0.0787,0.12189 0.25902,0.18332 0.4375,0.1875 0.29747,0.007 0.63206,-0.14926 0.71875,-0.375 0.10883,-0.28339 -0.29065,-0.70431 -0.59375,-0.6875 z m 44.375,3.90625 c -0.56953,0.0457 -1.0825,0.23831 -1.3125,0.65625 -0.25467,0.46277 -0.13869,1.07703 0.15625,1.65625 0.49156,0.96537 1.53305,1.86213 2.40625,1.75 1.0962,-0.14077 1.82748,-2.15142 1.25,-3.09375 -0.41544,-0.67791 -1.55078,-1.04492 -2.5,-0.96875 z m -24.5625,0.25 c -0.15777,0.003 -0.32797,0.0256 -0.46875,0.0937 -0.46766,0.22632 -0.71948,0.77375 -0.8125,1.40625 -0.15503,1.05417 0.17319,2.34303 0.9375,2.75 0.9595,0.5109 2.677,-0.66541 2.75,-1.75 0.0735,-1.09235 -1.30188,-2.51982 -2.40625,-2.5 z m -29.53125,1.15625 c -0.0748,-7.5e-4 -0.15254,0.009 -0.21875,0.0313 -0.6097,0.20048 -1.06978,1.41326 -0.59375,1.84375 0.19766,0.17875 0.52513,0.20259 0.84375,0.125 0.53104,-0.12931 1.07871,-0.527 1.125,-0.96875 0.0509,-0.48524 -0.63257,-1.02599 -1.15625,-1.03125 z"
+         style="fill:#5a1f00;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)"
+         style="color:#000000;fill:#5e1900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m -74,-75 166,0 0,110.554167 C 78.040151,37.940886 54.463326,35.737394 45.085547,36.038282 35.707768,36.339169 17.077929,40.169248 2.9695314,38.986979 -11.138866,37.804711 -29.268262,29.613246 -39.24375,30.096875 -49.219238,30.580504 -60.809816,33.542912 -74,35.554167 z"
+         id="rect3840"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccczzzcc" />
+      <path
+         sodipodi:nodetypes="cccaaacc"
+         inkscape:connector-curvature="0"
+         id="path5252"
+         d="m -74,-75 166,0 0,102.104168 C 80.366405,30.593288 64.38575,25.242786 50.588309,25.935634 34.922768,26.722289 19.445062,32.280464 3.7704266,31.974444 -12.838708,31.65018 -29.074084,24.021092 -45.682584,23.641595 -55.158599,23.425073 -63.912308,26.236312 -74,27.104168 z"
+         style="color:#000000;fill:#7a2e00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4462"
+         transform="translate(-664,124)"
+         d="m 113.65625,261.40625 c -0.81449,0.022 -1.55469,0.71426 -2.03125,1.59375 -0.13746,0.0437 -0.28153,0.0924 -0.40625,0.15625 -0.61304,0.31408 -1.11477,0.88737 -1.53125,1.59375 -0.53627,0.90954 -0.88561,2.04001 -0.96875,3.125 -0.41968,-0.69796 -1.11145,-1.30052 -1.75,-1.25 -0.49613,0.0392 -0.89827,0.55179 -1.125,1.125 -0.084,-1.12785 -0.87027,-2.41349 -1.8125,-2.40625 -0.53074,0.004 -1.01216,0.39446 -1.375,0.9375 -0.60474,0.90505 -0.8397,2.22717 -0.3125,2.9375 0.0827,0.11147 0.19055,0.20648 0.3125,0.28125 -1.50034,-0.11802 -3.212339,0.28543 -4.4375,1.0625 0.222682,-0.96108 0.282385,-1.94049 0.15625,-2.84375 0.05842,-0.3317 0.0062,-0.68744 -0.09375,-1.0625 0.01127,-0.20349 -0.0084,-0.41076 -0.03125,-0.625 -0.152388,-1.4283 -1.021555,-2.97596 -2.15625,-3.25 -1.096616,-0.26484 -2.431389,0.90871 -2.875,2.125 -0.417098,0.13414 -0.810216,0.32301 -1.1875,0.53125 -0.316615,-0.0991 -0.64909,-0.18174 -0.96875,-0.25 -0.406945,-0.56147 -1.323848,-0.68815 -2.1875,-0.5 -0.348585,0.006 -0.690158,0.0474 -0.96875,0.1875 -0.180769,0.0909 -0.341545,0.22683 -0.5,0.375 -0.443192,0.13948 -0.838214,0.3281 -1.1875,0.59375 -0.447932,0.34067 -0.796021,0.79363 -1.03125,1.34375 -0.441165,0.0481 -0.84315,0.15716 -1.21875,0.3125 -0.199824,-0.6005 -0.622096,-1.12502 -1.125,-1.125 -0.374156,2e-5 -0.710045,0.2754 -0.96875,0.65625 -0.36101,0.53145 -0.570516,1.25732 -0.40625,1.78125 -0.144084,0.14023 -0.26047,0.32015 -0.375,0.5 -2.439507,-0.28758 -5.422359,0.57531 -6.6875,2.25 -0.305872,0.25655 -0.576249,0.59623 -0.78125,1 -0.02212,0.0218 -0.0423,0.0398 -0.0625,0.0625 -0.004,0.008 0.0039,0.023 0,0.0313 -0.08775,0.10293 -0.182629,0.19784 -0.21875,0.3125 -0.1155,-0.56944 -0.244995,-1.14944 -0.4375,-1.6875 0.325628,-0.53106 0.481341,-1.20812 0.4375,-1.78125 0.160867,0.43457 0.406903,0.78427 0.75,0.9375 0.545462,0.24361 1.351442,-0.13462 1.8125,-0.6875 0.06065,0.0238 0.125389,0.0509 0.1875,0.0625 1.058855,0.19766 2.727476,-1.20091 2.375,-2.21875 -0.146358,-0.42264 -0.593613,-0.70048 -1.125,-0.84375 -0.221411,-0.0597 -0.481345,-0.11591 -0.71875,-0.125 -0.640994,-0.0245 -1.243563,0.16033 -1.59375,0.53125 -0.432068,-0.23367 -0.897387,-0.32688 -1.25,-0.125 -0.532552,0.3049 -0.686236,1.13328 -0.5625,1.90625 -0.0313,-0.0651 -0.05168,-0.13103 -0.09375,-0.1875 -0.355773,-0.47748 -1.175231,-0.51571 -1.875,-0.3125 -0.547658,-0.62838 -1.171926,-1.13909 -1.875,-1.40625 -0.01946,-0.007 -0.04291,0.007 -0.0625,0 -0.07096,-0.38003 -0.185479,-0.73207 -0.40625,-1 -1.002708,-1.2169 -3.956907,-0.60072 -4.65625,0.8125 -0.20124,0.40667 -0.244148,0.93157 -0.1875,1.46875 0.0078,0.074 0.01922,0.14393 0.03125,0.21875 -0.240436,0.19724 -0.466663,0.40503 -0.6875,0.625 -0.03445,-1.15975 -0.374109,-2.20973 -1.125,-2.9375 -3.225721,-3.12638 -11.877772,0.55114 -12.5,5 -0.0537,0.38397 -0.04892,0.76836 0.03125,1.15625 -0.396259,0.0337 -0.777296,0.0964 -1.15625,0.1875 -0.720823,-3.31071 -3.344391,-6.82337 -6.125,-7.0625 -0.640188,-0.0551 -1.289356,0.0989 -1.90625,0.40625 -1.425176,-0.3286 -2.816254,-0.30714 -3.90625,0.25 -1.027692,0.52529 -1.708445,1.58815 -2.09375,2.875 -0.911783,0.47804 -1.658455,1.12927 -2.0625,1.90625 -0.420047,0.80776 -0.560831,1.8263 -0.46875,2.90625 0.04316,0.50623 0.176016,1.01691 0.3125,1.53125 -0.303285,0.0713 -0.579145,0.17631 -0.84375,0.34375 -0.378169,0.2393 -0.68399,0.55321 -0.9375,0.9375 -0.03809,-0.27894 -0.120668,-0.55171 -0.25,-0.78125 -0.496945,-0.88197 -1.862321,-1.19524 -3.09375,-1.03125 -1.045275,-3.58452 -5.113402,-7.36801 -8.34375,-6.875 -0.923198,0.1409 -1.752289,0.69889 -2.4375,1.5 -0.146214,-0.0233 -0.312872,-0.0614 -0.46875,-0.0625 -1.107332,-0.008 -2.378647,0.52975 -2.6875,1.375 -0.300826,0.82328 0.504711,1.96796 1.40625,2.40625 -0.146237,0.68475 -0.21532,1.37503 -0.1875,2.03125 -0.313762,0.11363 -0.582364,0.29543 -0.8125,0.53125 -0.322656,0.33063 -0.547976,0.73973 -0.65625,1.21875 -0.192177,0.11621 -0.380826,0.2579 -0.5625,0.40625 -0.193189,-0.24472 -0.37996,-0.47898 -0.59375,-0.6875 -0.248132,-3.71566 -3.2025801,-8.24538 -6.40625,-8.5625 -1.001591,-0.0991 -2.0212614,0.33797 -2.9375,1.03125 -2.56249693,-1.69346 -6.2276547,-2.39555 -8.25,-0.96875 -2.6145039,1.84458 -1.8162449,7.93309 0.9375,9.5625 0.7924119,0.46887 1.8106346,0.62695 2.90625,0.59375 0.6662801,-0.0202 1.35105183,-0.10588 2.03125,-0.28125 0.10273849,0.24928 0.35677765,0.48249 0.65625,0.625 0.1841524,0.18109 0.3859554,0.36225 0.59375,0.53125 0.098254,0.0799 0.2095361,0.14201 0.3125,0.21875 -0.097966,0.0973 -0.190408,0.20256 -0.28125,0.3125 -0.2735142,0.33102 -0.50052111,0.72199 -0.6875,1.125 -0.23832999,-0.26374 -0.53949707,-0.44874 -0.84375,-0.59375 -0.46897583,-0.97124 -1.3753666,-1.80754 -2.21875,-1.625 -1.5027574,0.32526 -2.0864737,3.50952 -0.9375,4.53125 0.601511,0.5349 1.7463876,0.33613 2.5625,-0.1875 0.34114604,0.0664 0.70228809,0.0744 1.03125,0 0.0364553,0.27045 0.0888379,0.53178 0.21875,0.75 0.0534818,0.0898 0.11507085,0.17457 0.1875,0.25 -0.007296,-0.003 -0.0238626,0.002 -0.03125,0 -0.1062888,-0.0321 -0.24749128,-0.0354 -0.375,0 -0.38252616,0.10629 -0.76180376,0.48784 -0.6875,0.8125 0.0411374,0.17974 0.19485152,0.32383 0.40625,0.40625 0.35233003,0.13736 0.82976563,0.10705 1.03125,-0.125 0.1897056,-0.21849 0.091694,-0.65125 -0.125,-0.90625 0.5316052,0.3807 1.3457851,0.50872 2.125,0.4375 0.4265838,0.36938 1.0591093,0.57577 1.75,0.59375 0.9090665,0.0237 1.89858,-0.22593 2.625,-0.6875 -0.447183,0.44447 -0.8232154,0.93198 -1.0625,1.4375 -0.020419,-0.0175 -0.041379,-0.0461 -0.0625,-0.0625 -1.4651505,-1.13779 -5.0805408,-0.30503 -5.34375,1.53125 -0.10929062,0.76248 0.3307321,1.54902 1.03125,2.1875 1.167524,1.06414 3.0538289,1.7274 4.1875,1.125 0.044475,-0.0236 0.083298,-0.0657 0.125,-0.0937 0.1379216,0.26413 0.3148536,0.52205 0.5625,0.75 0.8644393,0.7957 2.2483993,1.28764 3.09375,0.84375 0.501501,-0.26333 0.769649,-0.93248 0.8125,-1.625 0.385881,-0.0168 0.745984,-0.0985 1.0625,-0.25 0.566239,-0.27094 1.040604,-0.77307 1.4375,-1.40625 0.0879,-0.14023 0.172414,-0.28625 0.25,-0.4375 1.189907,-0.0306 2.470713,-0.37706 3.6875,-0.96875 0.283008,0.56611 0.705446,0.98999 1.21875,1 0.120896,0.002 0.258784,0.007 0.375,-0.0313 0.232432,-0.0768 0.427468,-0.23695 0.625,-0.4375 0.01497,0.0346 0.04531,0.0598 0.0625,0.0937 -0.231737,0.10462 -0.464443,0.22423 -0.6875,0.34375 -2.230771,1.19535 -3.966179,3.08022 -3.78125,5.09375 0.409041,4.45368 9.332151,7.30081 12.6875,4.34375 1.639406,-1.4448 1.626775,-4.49824 0.625,-6.96875 0.850768,-0.0874 1.678803,-0.4209 2.0625,-1 0.948205,-1.43109 -0.06842,-4.7284 -1.78125,-4.84375 -0.711215,-0.0479 -1.396954,0.40295 -1.9375,1.09375 -0.351831,0.44962 -0.663357,1.00816 -0.84375,1.5625 -0.05143,-0.0289 -0.103907,-0.0675 -0.15625,-0.0937 -0.06215,-1.18937 -0.708128,-2.47631 -1.625,-2.875 -1.044511,-0.45419 -2.686269,0.0137 -3.75,0.875 -0.01333,-0.12048 -0.02566,-0.23631 -0.0625,-0.34375 0.01023,-0.0106 0.02109,-0.0206 0.03125,-0.0313 0.568636,-0.12681 1.078276,-0.35276 1.46875,-0.6875 0.524827,-0.44993 0.904397,-1.12776 1.15625,-1.90625 0.488264,-0.0937 0.945124,-0.26149 1.3125,-0.53125 0.598579,-0.43954 0.954077,-1.15636 1.09375,-2 0.102412,0.17839 0.18922,0.35087 0.3125,0.5 -4.5e-5,0.0427 -0.0012,0.082 0,0.125 0.04135,1.43815 0.794389,3.0758 1.90625,3.4375 0.872384,0.2838 1.978892,-0.39261 2.65625,-1.28125 0.552225,1.71306 1.54612,3.19442 2.875,3.71875 0.61173,0.24137 1.300371,0.2402 2,0.0625 0.04429,0.0411 0.07944,0.0851 0.125,0.125 -0.987226,2.54205 -1.003981,5.55354 0.71875,6.875 3.216776,2.46751 10.564215,-1.66344 10.8125,-5.71875 0.397356,-0.0317 0.821654,-0.24468 1.1875,-0.5625 0.464932,-0.4039 0.846578,-0.96949 1.03125,-1.53125 0.350132,-0.21339 0.632407,-0.46018 0.8125,-0.78125 0.02753,-0.0491 0.04073,-0.10447 0.0625,-0.15625 0.712164,0.44586 1.92394,0.45961 2.46875,-0.0625 0.583845,-0.55951 0.629059,-1.84268 0.25,-2.6875 0.38257,-0.39977 0.744935,-0.85957 1.0625,-1.34375 0.17389,0.48257 0.48752,0.88447 0.875,1 0.562624,0.16775 1.277876,-0.4105 1.53125,-1.03125 0.109597,0.67388 0.286903,1.31738 0.59375,1.84375 -1.4989,1.54985 -2.387424,4.16692 -1.25,5.53125 1.14223,1.3701 3.849843,1.13946 5.8125,0.0937 0.864456,0.78256 1.949897,1.29735 2.84375,1.09375 1.364185,-0.31073 2.154527,-2.56078 1.75,-4.03125 0.550059,-0.0153 1.063349,-0.13373 1.5,-0.375 0.569479,-0.31467 0.991168,-0.87691 1.25,-1.5625 0.309149,0.0631 0.646885,0.0536 1,0 1.214869,-0.18443 2.527607,-0.98862 2.71875,-1.96875 0.08998,-0.46142 -0.111483,-0.97501 -0.46875,-1.40625 1.018899,-0.8672 1.574224,-2.29377 1.71875,-3.90625 0.02565,0.0384 0.03434,0.089 0.0625,0.125 0.316056,0.40396 0.799819,0.7013 1.375,0.90625 0.424624,0.1513 0.896976,0.23949 1.375,0.28125 0.375129,0.29 0.771565,0.57558 1.1875,0.8125 -0.402842,-0.21605 -0.902292,-0.33192 -1.34375,-0.3125 -0.294305,0.0129 -0.573522,0.10397 -0.78125,0.25 -0.956405,0.67234 -1.120151,3.00188 -0.0625,3.5 0.329374,0.15512 0.730263,0.1229 1.125,-0.0313 0.159586,0.17035 0.345005,0.33274 0.59375,0.4375 0.74698,0.31459 1.773702,0.29809 2.21875,-0.1875 0.558708,-0.6096 0.03498,-2.11505 -0.75,-2.375 -0.06621,-0.0219 -0.145924,-0.023 -0.21875,-0.0313 0.0104,-0.11479 0.02101,-0.2349 0,-0.34375 -0.05876,-0.30446 -0.266597,-0.57669 -0.5625,-0.78125 1.844028,0.9921 3.934347,1.39042 5.40625,0.65625 0.07868,-0.0392 0.144531,-0.1095 0.21875,-0.15625 0.505896,0.36173 1.155119,0.59392 1.84375,0.6875 0.0091,0.0414 0.01629,0.085 0.03125,0.125 0.160836,0.43004 0.607318,0.71009 1.15625,0.84375 0.818015,0.19918 1.837694,0.0496 2.34375,-0.4375 1.376893,0.24104 2.884998,0.2019 4.1875,-0.1875 0.10578,0.70073 0.387581,1.34626 0.875,1.625 0.388789,0.22234 0.910429,0.1513 1.40625,-0.0625 0.414126,0.52638 1.172347,0.7581 2,0.75 1.439396,-0.0141 3.08583,-0.73839 3.46875,-1.84375 0.0367,-0.106 0.0525,-0.23115 0.0625,-0.34375 0.0245,0.0159 0.0376,0.0475 0.0625,0.0625 0.0436,0.35116 0.17394,0.66909 0.40625,0.90625 0.35781,0.36529 0.90549,0.48077 1.5,0.46875 0.34052,0.45155 0.73741,0.84277 1.1875,1.125 2.07367,1.3003 5.49184,0.14013 7.625,-1.875 0.62212,1.88033 3.14931,3.53899 5.375,3.8125 0.0615,0.12686 0.11895,0.243 0.21875,0.34375 0.44815,0.45244 1.19835,0.54955 1.96875,0.40625 0.39896,-0.0742 0.81235,-0.18826 1.1875,-0.375 0.10412,0.0792 0.22338,0.1565 0.34375,0.21875 -0.0144,0.90493 0.23376,1.75101 0.78125,2.21875 1.12469,0.96087 3.74045,-0.0491 4.15625,-1.46875 0.1303,-0.44488 0.0792,-0.99959 -0.0937,-1.53125 0.14499,-0.14432 0.27778,-0.30094 0.375,-0.46875 0.1822,-0.31449 0.26307,-0.69027 0.3125,-1.09375 0.11095,-0.0211 0.234,-0.0677 0.34375,-0.125 0.28188,0.11727 0.57794,0.19892 0.90625,0.25 0.11184,0.0174 0.22891,0.0213 0.34375,0.0313 0.39656,0.58226 0.90469,1.02742 1.53125,1.21875 0.0297,0.009 0.0639,-0.008 0.0937,0 0.3478,1.71435 1.17441,3.1859 2.53125,3.6875 2.14412,0.79265 4.92111,-0.83014 6.75,-3.09375 0.17822,0.16858 0.40321,0.2835 0.59375,0.25 0.3576,-0.0629 0.57884,-0.73078 0.375,-1.03125 -0.0587,-0.0865 -0.13581,-0.16902 -0.25,-0.21875 0.17387,-0.27507 0.32804,-0.56106 0.46875,-0.84375 0.40041,0.23499 0.82829,0.34706 1.15625,0.15625 0.66503,-0.38691 0.64386,-1.70007 0.1875,-2.46875 0.083,-0.0626 0.17009,-0.13499 0.21875,-0.21875 0.29776,-0.51252 -0.31673,-1.46958 -0.90625,-1.53125 -0.053,-0.006 -0.1004,-0.006 -0.15625,0 -0.0883,-0.22172 -0.20455,-0.42474 -0.34375,-0.625 0.8132,-0.4913 1.5338,-1.23926 1.75,-2 0.25958,-0.18839 0.48095,-0.40284 0.6875,-0.625 -2.13444,3.20853 2.07275,10.05995 5.9375,10.03125 3.06129,-0.0227 5.74356,-5.21668 4.46875,-8 -0.36684,-0.80092 -1.05839,-1.52192 -1.9375,-2.09375 -2.45765,-1.59862 -6.30139,-2.11185 -8.0625,-0.4375 0.16391,-0.24995 0.29702,-0.51068 0.375,-0.78125 0.42012,-1.45773 -0.78177,-3.29184 -2.3125,-4.3125 0.2104,-0.0521 0.40511,-0.10756 0.5625,-0.25 0.44988,-0.40713 0.57207,-1.10432 0.46875,-1.84375 -0.17219,-1.23239 -0.97856,-2.57595 -1.96875,-2.78125 -1.24307,-0.25773 -2.80536,1.60419 -2.53125,2.84375 0.10122,0.4577 0.45779,0.91791 0.90625,1.28125 -0.0209,0.002 -0.0418,-0.003 -0.0625,0 -0.21077,0.03 -0.41594,0.10764 -0.625,0.1875 -0.39649,-1.30131 -2.28758,-2.39763 -3.71875,-2.3125 -0.23266,0.0138 -0.45532,0.0433 -0.65625,0.125 -0.46254,0.18798 -0.8733,0.57881 -1.21875,1.0625 -0.18758,0.26264 -0.33584,0.56674 -0.46875,0.875 -0.0962,0.0251 -0.18786,0.0587 -0.28125,0.0937 -0.12603,-0.13789 -0.27066,-0.25642 -0.4375,-0.3125 -0.41406,-0.13919 -0.8704,0.009 -1.3125,0.28125 -0.65169,-3.99745 -7.53904,-7.84691 -11.09375,-5.96875 -0.57107,0.30173 -1.01639,0.78432 -1.375,1.375 -0.0379,-0.1308 -0.0743,-0.24432 -0.125,-0.375 -0.59181,-1.52455 -2.01521,-3.00466 -3.34375,-2.96875 z M 74.9375,262.0625 c -1.041124,0.0493 -2.061786,0.4159 -2.46875,1.125 -0.681197,1.18692 0.700687,3.42731 2.0625,3.5625 0.454727,0.0451 0.957388,-0.12634 1.4375,-0.40625 0.332912,0.0478 0.692959,-0.011 0.8125,-0.25 0.05367,-0.10732 0.03123,-0.24474 0,-0.375 0.755336,-0.73787 1.247934,-1.73277 0.90625,-2.5 -0.26609,-0.59749 -0.957844,-0.95144 -1.75,-1.09375 -0.330065,-0.0593 -0.652959,-0.0789 -1,-0.0625 z M 481.875,263.5 c -0.12255,0.0154 -0.23305,0.049 -0.34375,0.0937 -1.11182,0.44929 -1.36533,2.73231 -0.5,3.5625 0.99602,0.95557 3.7566,0.61972 4.09375,-0.71875 0.13999,-0.55577 -0.12486,-1.1607 -0.59375,-1.6875 -0.6838,-0.76825 -1.79843,-1.35808 -2.65625,-1.25 z m -335.40625,2.1875 c -0.30783,0.0391 -0.5782,0.15408 -0.8125,0.3125 -1.17654,0.79549 -0.89515,3.50258 0.3125,4.25 1.39005,0.8603 4.50321,-0.21009 4.5625,-1.84375 0.0246,-0.67834 -0.45157,-1.31838 -1.125,-1.8125 -0.84178,-0.61765 -2.01401,-1.02358 -2.9375,-0.90625 z m 29.8125,0.40625 c -0.13786,0.0152 -0.28118,0.0454 -0.40625,0.0937 -0.9807,0.37887 -1.35703,2.03368 -1.03125,3.1875 -1.99983,-0.47873 -4.18105,-0.42032 -5.75,0.3125 -0.0227,-0.006 -0.0396,-0.026 -0.0625,-0.0313 -1.31774,-0.30003 -2.77021,0.36212 -4,1.46875 -0.0834,0.0175 -0.16672,0.0386 -0.25,0.0625 -1.57715,-1.96593 -4.37776,-3.46809 -6.3125,-2.78125 -2.03862,0.72372 -2.87175,4.32888 -2,6.53125 -0.95084,0.21857 -1.82962,0.71975 -2.09375,1.4375 -0.44737,1.21571 1.20771,3.05866 2.5,2.96875 0.37187,-0.0259 0.76749,-0.20585 1.125,-0.46875 0.5899,-0.43378 1.10577,-1.10055 1.34375,-1.78125 0.2305,0.0525 0.4772,0.064 0.71875,0.0937 -0.14447,0.87651 -0.11335,1.71406 0.21875,2.40625 0.20313,0.42339 0.53116,0.77464 0.9375,1.0625 -0.10036,1.91675 0.51819,4.01173 1.75,4.96875 -0.51489,1.84298 -0.49281,3.71983 0.34375,5 1.79997,2.75446 8.06839,2.14539 9.84375,-0.625 0.51087,-0.7972 0.74401,-1.84157 0.75,-2.96875 0.004,-0.73486 -0.10333,-1.49539 -0.28125,-2.25 0.20712,0.0926 0.40867,0.20198 0.625,0.25 1.58257,0.35129 3.39576,-0.84095 4.59375,-2.4375 0.20309,0.0479 0.43233,0.0693 0.625,0.0625 -0.25457,0.87475 -0.24244,1.75382 0.28125,2.28125 0.51134,0.51498 1.37224,0.60187 2.25,0.4375 0.35617,-0.0667 0.71736,-0.16473 1.0625,-0.3125 0.30101,0.25445 0.60996,0.47995 0.9375,0.65625 0.0336,0.0288 0.0568,0.0704 0.0937,0.0937 0.11847,0.0751 0.25815,0.11524 0.40625,0.125 0.39631,0.15262 0.80115,0.23013 1.1875,0.21875 0.70343,-0.0207 1.43075,-0.31233 2.125,-0.78125 0.23645,-0.15971 0.46543,-0.33517 0.6875,-0.53125 0.13975,0.86496 0.46556,1.68019 1.03125,2.125 -1.19024,1.16203 -1.91704,2.5734 -1.65625,3.9375 0.77004,4.02782 9.17022,5.84117 11.96875,2.84375 1.15852,-1.24086 1.12853,-3.44348 0.40625,-5.40625 1.32757,1.44712 2.95633,2.45059 4.53125,2.4375 1.07492,-0.009 2.1255,-0.58899 3,-1.46875 0.71942,-0.17782 1.39296,-0.62001 1.53125,-1.1875 0.0569,-0.23344 0.002,-0.47751 -0.125,-0.71875 0.22804,-0.42118 0.40194,-0.86424 0.5625,-1.3125 0.48301,0.1624 1.02204,0.24235 1.59375,0.25 0.75518,0.0101 1.54774,-0.11761 2.3125,-0.34375 -0.44713,1.0615 -0.58681,2.14483 -0.15625,3.0625 0.0368,0.0784 0.0819,0.14418 0.125,0.21875 -0.0497,0.0937 -0.0888,0.17432 -0.125,0.28125 -0.0932,0.27535 -0.12776,0.60002 -0.125,0.90625 -0.0216,0.002 -0.041,-0.004 -0.0625,0 -1.03325,0.19956 -1.52055,2.34579 -0.75,3.0625 0.35953,0.33441 1.0503,0.25955 1.59375,0 -0.16353,0.46157 -0.1885,0.9899 0.0625,1.28125 0.28024,0.3253 0.93354,0.27904 1.375,0.0313 -0.3553,1.268 -0.24788,2.77651 0.53125,3.46875 1.10926,0.98555 3.7741,-0.0218 4.21875,-1.4375 0.12795,-0.40737 0.13066,-0.88307 0,-1.375 1.12883,-0.57095 2.12712,-1.79283 2,-2.8125 -0.0717,-0.57522 -0.58209,-1.06713 -1.21875,-1.375 1.52205,-0.3246 2.87317,-1.00866 3.65625,-2 0.0958,-0.003 0.18828,-0.0452 0.28125,-0.0625 -0.21061,0.37209 -0.38365,0.78335 -0.53125,1.21875 -0.30566,0.90166 -0.45176,1.9015 -0.46875,2.90625 -0.70281,-0.0931 -1.35736,0.0108 -1.71875,0.46875 -0.37069,0.46972 -0.37804,1.20414 -0.15625,1.90625 0.36964,1.17019 1.34716,2.30656 2.34375,2.34375 0.25624,0.01 0.51162,-0.0764 0.75,-0.21875 0.37812,0.49305 0.81543,0.87445 1.375,1.09375 1.59999,0.62704 3.59517,-0.0947 5.28125,-1.4375 0.65337,0.34968 1.57258,0.35627 2.46875,0.1875 0.14527,0.84872 0.60825,1.68897 1.25,1.90625 0.96677,0.32732 2.3787,-1.01523 2.28125,-2.03125 -0.002,-0.0221 -0.0278,-0.0403 -0.0313,-0.0625 0.54389,-0.16659 0.99075,-0.46744 1.21875,-0.875 0.47401,-0.84731 -0.25882,-2.24965 -1.1875,-2.8125 0.15358,-0.93431 -0.20144,-2.11782 -0.90625,-2.53125 -0.39273,-0.23037 -0.94428,-0.2752 -1.5,-0.1875 -0.007,-0.10468 -0.0476,-0.21002 -0.0625,-0.3125 1.24197,-0.55054 2.19806,-1.41464 2.375,-2.53125 0.0193,-0.12179 0.0294,-0.25237 0.0313,-0.375 0.39218,-0.082 0.7746,-0.194 1.09375,-0.375 0.41557,0.005 0.81859,-0.26833 1.15625,-0.65625 0.60792,-0.69839 0.96193,-1.78127 0.59375,-2.4375 -0.10525,-0.18759 -0.28563,-0.33784 -0.5,-0.4375 -0.54683,-2.70326 -3.15087,-5.73039 -5.53125,-5.65625 -0.8877,0.0276 -1.73406,0.57621 -2.40625,1.375 -1.30817,-1.36346 -2.99954,-2.2777 -4.46875,-2.0625 -0.0927,0.0136 -0.1909,0.0383 -0.28125,0.0625 -1.53877,-0.16586 -3.41961,0.46766 -4.0625,1.625 -0.27758,0.49972 -0.38289,1.1331 -0.34375,1.8125 0.0306,0.53141 0.15714,1.09454 0.34375,1.625 -0.0615,-0.0289 -0.12521,-0.0683 -0.1875,-0.0937 -0.88023,-0.87973 -1.94132,-1.51218 -2.96875,-1.59375 -0.86996,-0.0691 -1.79982,0.20281 -2.71875,0.6875 -0.0658,0.0347 -0.12208,0.0881 -0.1875,0.125 -0.53411,-3.07945 -6.21134,-5.72132 -8.84375,-4.03125 -0.47313,0.30376 -0.82371,0.77984 -1.0625,1.34375 -1.30459,-0.80985 -2.91189,-1.33744 -4.46875,-1.5 0.76488,-1.266 1.08158,-3.02105 0.625,-4.21875 1.62056,-0.089 3.48377,-1.06506 3.53125,-2.40625 0.0273,-0.77127 -0.51509,-1.53264 -1.28125,-2.09375 -1.27693,-0.9352 -3.21633,-1.37764 -4.28125,-0.65625 -1.00266,0.67922 -1.04703,2.57781 -0.4375,3.84375 -2.1035,0.22616 -4.66484,2.19055 -4.65625,4.0625 0.005,1.01387 0.91696,1.96716 2.03125,2.53125 -0.16549,0.15144 -0.33622,0.31533 -0.46875,0.5 -0.83577,1.16456 -0.88942,2.78267 -0.4375,4.4375 -0.39354,-0.23264 -0.81318,-0.32356 -1.15625,-0.15625 -0.12662,0.0618 -0.22104,0.16831 -0.3125,0.28125 -0.16811,-0.16738 -0.38827,-0.29281 -0.625,-0.40625 -0.42982,-0.69039 -1.12996,-1.3171 -1.9375,-1.78125 0.5286,-1.36662 -0.3985,-3.81326 -1.75,-4.15625 -0.0728,-0.0185 -0.1436,0.004 -0.21875,0 -0.4182,-1.27601 -1.42872,-2.43582 -2.5,-2.34375 -1.02438,0.088 -1.83663,1.23644 -2.1875,2.5 -2.27936,-0.0639 -4.88475,0.87859 -5.71875,2.53125 -0.0203,0.0108 -0.0423,0.0197 -0.0625,0.0313 0.0412,-1.45755 -0.57741,-3.10015 -1.65625,-3.5625 -0.14065,-0.0603 -0.28242,-0.11089 -0.4375,-0.125 0.71623,-0.97954 1.11376,-2.04174 0.90625,-3.09375 -0.0806,-0.40856 -0.27821,-0.7962 -0.5,-1.15625 0.15472,-0.69654 0.12508,-1.45785 -0.0625,-2.125 0.2155,-0.191 0.36603,-0.42113 0.4375,-0.6875 0.16678,-0.62158 -0.13889,-1.33793 -0.65625,-1.9375 -0.75448,-0.87438 -1.9725,-1.54403 -2.9375,-1.4375 z m 298.3125,0 c -2.62399,0.15613 -5.32641,3.58325 -5.5,6.40625 -0.40952,-1.23184 -1.22178,-2.32101 -2.21875,-2.53125 -1.33064,-0.28061 -2.95806,1.34715 -3.21875,2.8125 -0.4429,0.16182 -0.86307,0.46731 -1.25,0.84375 -0.44821,-0.23884 -0.96103,-0.34062 -1.34375,-0.1875 -0.24029,0.0961 -0.44457,0.28151 -0.625,0.53125 -0.16463,0.22788 -0.28712,0.49814 -0.375,0.78125 -0.0682,-0.0387 -0.14745,-0.0577 -0.21875,-0.0937 -0.0242,-0.29178 -0.0631,-0.57973 -0.125,-0.875 0.12707,0.008 0.25366,-0.0135 0.375,-0.0313 1.89323,-0.27683 3.86531,-3.55461 2.6875,-5.0625 -0.48906,-0.62611 -1.39953,-0.87734 -2.375,-0.8125 -1.03235,0.0686 -2.14246,0.48796 -2.90625,1.09375 0.002,-0.0817 -0.0148,-0.16887 -0.0313,-0.25 -0.10907,-0.53898 -0.59473,-0.95707 -1.21875,-1.21875 -1.04004,-0.43613 -2.44429,-0.42661 -3.0625,0.25 -0.59971,0.65636 -0.29878,2.04855 0.375,2.8125 -1.13185,1.03147 -1.93109,2.57431 -1.71875,3.8125 0.0207,0.12053 0.0555,0.2553 0.0937,0.375 -0.18135,0.12412 -0.35486,0.26433 -0.53125,0.40625 -1.70583,1.37244 -3.10253,3.54406 -3.5625,5.59375 -0.25958,-0.19505 -0.53454,-0.36223 -0.84375,-0.46875 -1.02887,-0.35442 -2.18443,-0.16229 -3.3125,0.375 -0.78902,-0.42982 -1.67068,-0.58614 -2.25,-0.15625 -0.46998,0.34875 -0.68811,1.0077 -0.6875,1.71875 -0.17195,0.11575 -0.34073,0.25995 -0.5,0.40625 -0.0242,-0.12856 -0.0489,-0.25457 -0.0937,-0.375 -0.31529,-0.84719 -1.2688,-1.41327 -2.34375,-1.65625 -0.0295,-0.0645 -0.0464,-0.13369 -0.0937,-0.1875 -0.24136,-0.27459 -0.67861,-0.33705 -1.125,-0.28125 -0.4419,0.0552 -0.88662,0.23144 -1.21875,0.5 -0.4819,0.13311 -0.90651,0.34838 -1.21875,0.65625 -0.35084,0.34593 -0.61699,0.82655 -0.78125,1.375 -0.91964,-1.15737 -3.13624,-1.79309 -4.53125,-1.28125 -0.0103,-8.2e-4 -0.021,7.7e-4 -0.0313,0 -0.1263,-0.30585 -0.33502,-0.60168 -0.59375,-0.875 -0.2156,-0.22777 -0.4796,-0.41359 -0.75,-0.59375 0.42891,-2.00683 -0.53959,-4.88171 -2.21875,-5.5 -1.36474,-0.50251 -3.23867,0.78852 -4,2.28125 -1.12474,-0.14775 -2.22687,0.005 -3,0.53125 -0.62627,0.42612 -1.14157,1.11002 -1.5,1.9375 -1.07529,2.48245 -0.85335,6.12546 1.1875,7.125 0.95869,0.46954 2.1522,0.3376 3.3125,-0.1875 0.4172,0.29809 0.91348,0.47024 1.3125,0.375 0.40203,-0.096 0.68637,-0.51913 0.84375,-1 0.0171,0.3827 0.0574,0.77034 0.125,1.15625 -1.12503,-0.11952 -2.16794,0.0989 -2.875,0.78125 -2.53008,2.44167 0.12975,9.30314 3.59375,9.90625 1.69183,0.29456 3.60243,-1.20259 4.625,-3.03125 0.31604,0.14826 0.63719,0.25161 0.96875,0.3125 2.90524,0.53354 6.34308,-3.26671 6.65625,-6.4375 0.36081,-0.10484 0.71393,-0.27059 1.0625,-0.5 0.11461,6e-4 0.22174,-0.003 0.34375,-0.0313 0.0628,-0.0144 0.12455,-0.0413 0.1875,-0.0625 -0.0411,0.9451 0.13912,1.84433 0.5625,2.53125 0.45493,0.73809 1.22856,1.32871 2.15625,1.78125 2.21307,1.07956 5.28718,1.24285 7.09375,0.125 1.75875,0.93378 4.43681,1.01053 5.5625,-0.21875 0.77365,-0.84484 0.64775,-2.39383 0.0313,-3.65625 0.89925,0.59391 2.13228,0.80585 3.40625,0.6875 0.31215,0.39414 0.71592,0.68782 1.125,0.8125 0.43028,0.13114 0.92122,0.11094 1.4375,-0.0313 0.20651,-0.0569 0.42095,-0.1591 0.625,-0.25 0.009,0.053 0.0191,0.10346 0.0313,0.15625 0.96973,4.19992 9.89902,5.76018 12.71875,2.5 0.96793,-1.11912 1.03656,-2.91984 0.5625,-4.65625 0.5583,0.12894 1.09237,0.14584 1.53125,-0.0625 0.47779,-0.22681 0.79587,-0.74473 0.96875,-1.34375 0.85771,0.55729 1.79544,0.8627 2.625,0.71875 0.70027,-0.12151 1.28569,-0.62959 1.75,-1.3125 0.7333,0.35521 1.52344,0.52139 2.21875,0.4375 0.0513,-0.006 0.10493,-0.0224 0.15625,-0.0313 0.10571,0.16814 0.2369,0.30745 0.375,0.4375 0.0597,0.15097 0.13366,0.31196 0.21875,0.4375 -0.0287,0.41543 0.0282,0.81002 0.1875,1.1875 1.28706,3.05051 8.23314,3.05729 9.9375,0.21875 0.44065,-0.73388 0.45803,-1.69493 0.1875,-2.65625 0.58878,-0.59934 1.02035,-1.3972 1.0625,-2.09375 0.63151,-0.26845 1.2053,-0.75921 1.40625,-1.3125 0.0769,-0.10775 0.14866,-0.22674 0.21875,-0.34375 0.11059,0.27864 0.20262,0.56499 0.375,0.78125 -0.21509,0.78018 0.0729,1.92765 0.75,2.09375 0.23734,0.0582 0.5075,-0.0199 0.75,-0.15625 0.002,3.22422 1.65188,7.0335 4.0625,8.40625 1.02647,1.10613 2.57735,1.85816 3.71875,1.5 0.0234,-0.007 0.0395,-0.0228 0.0625,-0.0313 -0.0779,1.18472 0.19032,2.33192 0.84375,3.03125 1.49825,1.60349 5.55725,0.4924 6.40625,-1.53125 0.24431,-0.58232 0.25022,-1.32123 0.125,-2.0625 -0.26576,-1.57317 -1.24917,-3.2263 -2.46875,-4 0.11975,-0.0849 0.22683,-0.18657 0.34375,-0.28125 0.50227,-0.40676 0.9636,-0.8934 1.375,-1.4375 0.3927,0.18111 0.79644,0.28219 1.1875,0.34375 0.003,0.05 -0.009,0.10818 0,0.15625 0.20733,1.07887 2.03819,2.09461 3,1.59375 0.18347,0.48899 0.47804,0.87511 0.90625,1.03125 0.35902,0.13091 0.75544,0.0865 1.15625,-0.0625 0.40366,0.43038 1.05892,0.74234 1.5,0.5625 0.56719,-0.23126 0.66207,-1.38982 0.21875,-1.8125 -0.0164,-0.0156 -0.0444,-0.017 -0.0625,-0.0313 0.38276,-0.49632 0.62808,-1.06789 0.6875,-1.59375 0.32902,0.0373 0.63498,0.009 0.90625,-0.0937 0.0504,0.0226 0.10211,0.0482 0.15625,0.0625 0.50883,0.13466 1.10484,-0.10644 1.59375,-0.53125 0.40743,-0.354 0.75957,-0.85036 0.96875,-1.34375 0.33618,0.15001 0.7704,0.16978 1.1875,0.0625 0.14648,0.0843 0.28283,0.17274 0.4375,0.25 0.19402,0.0969 0.42001,0.16524 0.625,0.25 -0.308,0.84711 -0.34732,1.88337 -0.15625,2.9375 -0.0815,-0.0737 -0.15787,-0.16827 -0.25,-0.21875 -1.24705,-0.68327 -3.89873,0.39073 -3.875,1.8125 0.01,0.59036 0.45479,1.13306 1.0625,1.53125 1.01285,0.66366 2.49636,0.93732 3.28125,0.34375 0.32611,-0.24662 0.51064,-0.68167 0.5625,-1.15625 0.20449,0.43675 0.42621,0.85742 0.6875,1.25 -0.34769,0.41136 -0.5686,0.8607 -0.53125,1.34375 0.0595,0.76906 0.67608,1.46624 1.5,1.9375 1.37319,0.78544 3.33585,0.99227 4.3125,0.15625 0.43214,-0.36991 0.61591,-0.98523 0.625,-1.65625 1.21518,-0.86871 2.20922,-2.33428 2.625,-3.78125 0.76033,0.28813 1.52705,0.37743 2.09375,0.0625 0.53343,-0.29644 0.82319,-1.00753 0.875,-1.75 0.5728,0.009 1.16461,-0.14567 1.6875,-0.375 0.67995,0.45317 1.63821,0.531 2.625,0.3125 -0.41371,0.38466 -0.68564,0.88854 -0.53125,1.3125 0.12821,0.35208 0.49048,0.57454 0.9375,0.6875 0.74503,0.18826 1.71466,0.0499 2.0625,-0.46875 0.10376,-0.15472 0.13608,-0.35674 0.125,-0.5625 0.007,0.44589 0.12426,0.83511 0.40625,1.125 0.46835,0.48148 1.24857,0.61253 2.0625,0.46875 0.11064,-0.0195 0.23273,-0.0652 0.34375,-0.0937 2.58268,0.92465 6.43298,-0.94831 8.5625,-3.53125 0.13114,-0.0432 0.24678,-0.1064 0.34375,-0.1875 0.18723,-0.15659 0.31769,-0.41075 0.40625,-0.6875 0.0317,-0.099 0.0438,-0.20606 0.0625,-0.3125 0.27213,-0.47994 0.47024,-0.97831 0.59375,-1.46875 0.20834,-0.0531 0.41568,-0.11555 0.625,-0.1875 -0.0862,0.0748 -0.15963,0.15565 -0.1875,0.25 -0.1283,0.43439 0.37156,1.19733 0.8125,1.09375 0.18309,-0.043 0.32342,-0.2214 0.40625,-0.4375 0.13805,-0.36017 0.14411,-0.85835 -0.0937,-1.0625 -0.0603,-0.0518 -0.16496,-0.0818 -0.25,-0.0937 -0.0203,-0.003 -0.0414,8.5e-4 -0.0625,0 0.0128,-0.006 0.0185,-0.0257 0.0313,-0.0313 0.0126,0.003 0.0186,0.0286 0.0313,0.0313 0.50683,0.10713 1.13216,-0.0732 1.6875,-0.40625 0.24067,0.20822 0.49863,0.41179 0.78125,0.59375 0.42168,0.27149 0.88904,0.48674 1.375,0.6875 0.40009,0.55405 0.94656,1.02641 1.59375,1.4375 -6.9e-4,0.17802 0.0294,0.3626 0.0625,0.53125 -2.58814,-0.6082 -6.107,0.25841 -6.71875,2.40625 -0.90317,3.171 4.50031,7.51586 7.59375,6.375 2.02135,-0.74547 2.80732,-4.30226 1.96875,-6.53125 1.09675,0.22773 2.28368,0.16187 3.09375,-0.3125 -0.45549,0.93413 -0.62148,1.95589 -0.25,2.6875 0.70681,1.39202 3.7072,1.46503 4.6875,0.25 0.93903,-1.16388 0.57455,-3.79362 -0.59375,-4.8125 0.39765,-0.24005 0.74368,-0.50832 1.03125,-0.84375 0.0565,-0.0659 0.10557,-0.1486 0.15625,-0.21875 1.24681,-0.17594 2.67291,-1.35887 2.75,-2.5 0.0274,-0.40579 -0.12295,-0.85339 -0.34375,-1.28125 0.6024,0.0252 1.18428,-0.36156 1.65625,-0.9375 0.81363,-0.99285 1.256,-2.54331 0.71875,-3.4375 -0.67445,-1.12255 -3.1585,-0.98137 -3.90625,0.0937 -0.41597,0.59809 -0.44657,1.59181 -0.1875,2.46875 -0.23946,-0.13625 -0.4759,-0.21793 -0.71875,-0.28125 -0.63498,-1.43188 -1.60127,-2.69225 -2.75,-3.375 -0.11354,-0.92254 -0.47199,-1.72531 -1.125,-2.25 -1.43363,-1.15192 -3.84402,-0.77442 -5.90625,0.34375 -0.57873,-0.27601 -1.16485,-0.44458 -1.75,-0.4375 -0.54296,0.007 -1.0649,0.17426 -1.5625,0.46875 -0.0808,-0.0629 -0.1656,-0.12742 -0.25,-0.1875 0.5403,-1.18606 0.66234,-2.57345 -0.0937,-3.28125 -0.56537,-0.52927 -1.47659,-0.61574 -2.40625,-0.40625 -0.43117,0.0972 -0.87364,0.26105 -1.28125,0.46875 -0.11436,0.0397 -0.21512,0.0956 -0.3125,0.1875 -0.55814,0.33178 -1.03042,0.75056 -1.34375,1.21875 -0.55368,-0.97098 -1.52533,-1.75709 -2.40625,-1.71875 -1.28967,0.0561 -2.36077,2.284 -1.78125,3.4375 0.15175,0.30205 0.44828,0.56373 0.78125,0.78125 -0.67395,-0.0895 -1.61706,0.514 -1.71875,1.15625 -0.0301,0.19025 0.0155,0.41361 0.0937,0.625 -0.26615,0.16635 -0.5288,0.34575 -0.78125,0.5625 -0.0219,0.0188 -0.0407,0.0433 -0.0625,0.0625 -0.4439,-0.28825 -0.88506,-0.57236 -1.34375,-0.71875 -0.0748,-0.13929 -0.15987,-0.25536 -0.25,-0.375 2.20063,-1.71606 2.0717,-7.21836 -0.3125,-8.65625 -2.01595,-1.2158 -5.87299,1.13166 -6.15625,3.46875 -0.0815,0.67252 0.0911,1.39671 0.4375,2.125 0.54999,1.1563 1.54193,2.23776 2.625,2.90625 -0.21256,0.10224 -0.43588,0.22804 -0.625,0.40625 -0.19462,-0.34423 -0.4385,-0.60482 -0.78125,-0.71875 -0.21697,-0.0721 -0.4523,-0.0674 -0.6875,-0.0313 -1.01477,-1.56434 -2.69193,-2.89884 -4.3125,-3.21875 -0.84913,-0.95647 -1.86768,-1.62496 -2.90625,-1.8125 0.19641,-0.44243 0.29388,-0.96827 0.28125,-1.53125 -0.0366,-1.62991 -0.8677,-3.48843 -2.125,-3.90625 -0.62697,-0.20835 -1.37493,0.0537 -2.03125,0.5 -1.55761,-0.56113 -3.34079,-0.64007 -4.46875,0.0937 -0.65306,0.42487 -1.17633,1.15671 -1.5625,2 -0.31016,0.67732 -0.51391,1.43971 -0.625,2.21875 -0.75629,-0.56103 -1.59098,-0.87191 -2.46875,-0.84375 -0.64358,0.0206 -1.25894,0.23211 -1.84375,0.5625 -0.39176,-0.41284 -0.86081,-0.71008 -1.34375,-0.65625 -0.59663,0.0665 -1.09263,0.56548 -1.4375,1.21875 -0.47829,0.90597 -0.65893,2.13114 -0.3125,2.9375 -0.33013,0.65103 -0.60105,1.32512 -0.8125,2.03125 -0.63794,0.17637 -1.28736,0.50619 -1.875,1 -0.21443,0.18019 -0.42583,0.38327 -0.625,0.59375 -0.0162,-0.30658 -0.1105,-0.57885 -0.3125,-0.75 0.19111,-1.01779 0.0105,-2.15685 -0.59375,-2.75 -0.32259,-0.31664 -0.78637,-0.54329 -1.3125,-0.65625 -0.55283,-0.1187 -1.16462,-0.0947 -1.75,0 -0.32335,-0.62435 -0.70746,-1.18518 -1.125,-1.6875 0.75886,-0.19681 1.56573,-1.03716 1.34375,-1.6875 -0.11251,-0.32962 -0.46169,-0.54284 -0.875,-0.65625 -0.68885,-0.18902 -1.57319,-0.0692 -1.90625,0.40625 -0.10453,0.14922 -0.1368,0.32848 -0.125,0.53125 -0.30952,-0.18213 -0.63514,-0.34047 -0.96875,-0.4375 -0.26717,-0.0777 -0.53246,-0.11475 -0.8125,-0.125 -0.79845,-0.45578 -1.67331,-0.66869 -2.375,-0.4375 -0.22756,0.075 -0.4118,0.23494 -0.59375,0.40625 -1.80963,-1.25832 -4.13108,-1.91454 -5.6875,-1.15625 -2.38282,1.16092 -2.53517,6.23937 -0.5,7.9375 0.40899,0.34125 0.91728,0.59471 1.5,0.75 0.24897,0.37354 0.53743,0.71975 0.84375,1 -0.77705,0.0594 -1.48029,0.28763 -2.0625,0.75 -0.15096,0.11989 -0.27712,0.26441 -0.40625,0.40625 -0.37399,-0.74694 -1.41731,-1.38693 -2.25,-1.375 0.0401,-0.2396 0.0736,-0.47623 0.0937,-0.71875 0.13798,-0.19979 0.13273,-0.50224 0.0313,-0.78125 -0.0165,-1.83239 -0.63218,-3.53439 -1.96875,-4.15625 -0.78127,-0.3635 -1.69347,-0.32855 -2.625,-0.0313 0.11079,-0.81998 0.0593,-1.60056 -0.15625,-2.28125 -0.0758,-0.51096 -0.27151,-0.97984 -0.625,-1.1875 -0.0207,-0.0122 -0.0408,-0.0212 -0.0625,-0.0313 -1.77828,-1.74123 -6.31876,-1.03987 -7.59375,1.09375 -0.0729,0.12206 -0.1307,0.24039 -0.1875,0.375 -0.18998,0.15413 -0.35835,0.34127 -0.53125,0.53125 -1.09035,-0.84177 -2.45914,-1.4678 -3.71875,-1.59375 -1.0406,-2.13131 -2.75215,-3.88943 -4.59375,-4.15625 -0.20103,-0.0291 -0.39043,-0.0433 -0.59375,-0.0313 z m -402.78125,0.625 c -0.330247,-0.0586 -0.706841,0.42473 -0.625,0.75 0.0942,0.37439 0.783847,0.7047 1.0625,0.4375 0.115704,-0.11095 0.157922,-0.27426 0.125,-0.46875 -0.05487,-0.32415 -0.299435,-0.67208 -0.5625,-0.71875 z m 44.4375,2.6875 c 0.15285,1.59371 0.70571,3.10706 1.65625,4.03125 -0.23789,0.3835 -0.45568,0.77752 -0.625,1.1875 -0.38909,-1.30579 -1.6574,-2.33011 -3.25,-2.9375 -0.11533,-0.15581 -0.28286,-0.27318 -0.46875,-0.375 0.99039,-0.41809 1.94601,-1.12173 2.6875,-1.90625 z m -7.375,0.25 c 0.0109,0.0419 0.0191,0.0839 0.0313,0.125 -0.0309,-0.0199 -0.0627,-0.0431 -0.0937,-0.0625 0.0211,-0.0204 0.0435,-0.0402 0.0625,-0.0625 z m 331,2.28125 c -1.70581,-0.0495 -3.8641,1.05726 -4.5625,2.46875 -0.11269,-0.16285 -0.23344,-0.31641 -0.375,-0.46875 -1.05165,-1.13174 -2.81504,-1.93274 -3.96875,-1.4375 -0.74779,0.32099 -1.16992,1.28303 -1.25,2.28125 -0.70689,0.80804 -0.9215,2.38523 -0.3125,3.15625 0.89725,1.13595 3.80099,1.18571 4.34375,-0.15625 0.008,-0.019 -0.007,-0.0432 0,-0.0625 0.77443,-0.1913 1.46783,-0.55236 1.8125,-1.09375 0.82815,1.19927 2.55456,2.12622 3.78125,1.78125 0.0606,-0.017 0.12779,-0.0396 0.1875,-0.0625 1.0145,0.87116 2.98489,1.12918 4.03125,0.4375 0.48272,0.50226 1.82933,0.46071 2.0625,-0.1875 0.0877,-0.2438 0.01,-0.51709 -0.15625,-0.78125 0.23241,-0.0807 0.45281,-0.23527 0.65625,-0.4375 0.58126,-0.5778 0.97069,-1.52215 0.6875,-2.125 -0.30188,-0.64263 -1.49888,-0.79395 -2.1875,-0.4375 -0.19013,-0.8385 -0.60922,-1.56501 -1.28125,-1.8125 -0.44985,-0.16567 -0.96536,-0.0919 -1.46875,0.0937 -0.0892,-0.19788 -0.18916,-0.37871 -0.34375,-0.53125 -0.40877,-0.40336 -1.00357,-0.60607 -1.65625,-0.625 z m 148.6875,0.8125 c -1.96978,-0.0204 -3.99373,0.6357 -4.96875,1.90625 -0.56113,0.73122 -0.87018,1.71966 -0.96875,2.8125 -0.16977,1.88222 0.30014,4.04921 1.25,5.625 -0.0211,0.007 -0.0425,0.0213 -0.0625,0.0313 -0.18985,0.0945 -0.27741,0.30392 -0.3125,0.5625 -0.0585,0.43097 0.0612,0.96237 0.375,1.125 0.30705,0.15913 0.81692,-0.10607 1.03125,-0.4375 0.39303,0.35501 0.83791,0.62984 1.3125,0.78125 -0.012,0.0518 -0.007,0.10353 0,0.15625 0.0294,0.21014 0.20326,0.38463 0.4375,0.5 0.3904,0.19228 0.93358,0.21491 1.1875,-0.0313 0.1396,-0.13533 0.13518,-0.36095 0.0937,-0.59375 0.84013,-0.189 1.65419,-0.67735 2.40625,-1.34375 0.0791,1.69163 1.11285,3.61976 2.46875,4.125 0.58747,0.2189 1.30098,0.21655 2.03125,0.0625 1.35447,-0.28573 2.77747,-1.1221 3.59375,-2.15625 -0.54661,0.851 -0.8465,1.7642 -0.71875,2.59375 0.0821,0.53286 0.39022,1.01942 0.8125,1.4375 -0.19275,0.57992 -0.18261,1.19754 0.15625,1.5625 0.28781,0.30998 0.74365,0.38194 1.25,0.34375 -0.32183,0.12049 -0.61269,0.28655 -0.78125,0.53125 -0.59503,0.86381 0.34324,2.65481 1.375,2.84375 0.2969,0.0544 0.63552,0.009 0.96875,-0.125 0.99969,-0.40332 1.95549,-1.52037 1.65625,-2.375 -0.26235,-0.74926 -1.34009,-1.08722 -2.34375,-1.03125 0.21371,-0.0778 0.40434,-0.19718 0.59375,-0.3125 1.04093,0.19066 2.08412,0.0969 2.8125,-0.375 0.20382,-0.13205 0.3885,-0.30981 0.5625,-0.5 0.30441,0.016 0.5954,-0.0125 0.875,-0.0625 -1.09467,1.38187 -1.79689,2.95568 -1.71875,4.375 -0.46983,0.28569 -0.73795,1.24115 -0.3125,1.5625 0.18558,0.14017 0.44775,0.15447 0.71875,0.0625 0.0294,-0.01 0.0646,-0.0193 0.0937,-0.0313 1.57443,2.42234 6.46426,3.47985 8.71875,1.78125 0.71584,-0.53933 1.27253,-1.38307 1.65625,-2.375 1.06622,0.993 2.32779,1.67733 3.53125,1.71875 0.52047,0.0179 1.05106,-0.076 1.59375,-0.25 0.11678,0.48578 0.32797,0.91132 0.65625,1.1875 1.09898,0.92457 3.66928,-0.0875 4.0625,-1.46875 0.21325,-0.74909 -0.13385,-1.75526 -0.6875,-2.5625 0.29284,-0.33434 0.56809,-0.67076 0.8125,-1.03125 0.0218,-0.008 0.0409,-0.0224 0.0625,-0.0313 2.19782,-0.90213 3.05238,-4.60759 2.28125,-7.21875 0.54427,-0.62044 0.89515,-1.52666 0.625,-2.125 -0.10117,-0.22409 -0.31063,-0.38274 -0.5625,-0.5 -0.0146,-0.13392 -0.0271,-0.2473 -0.0625,-0.375 -0.12624,-0.45587 -0.45046,-0.8549 -0.84375,-1.1875 0.11271,-0.0483 0.23358,-0.0863 0.34375,-0.15625 0.90563,-0.57487 1.66562,-1.81132 1.21875,-2.59375 -0.11843,-0.20736 -0.33313,-0.35364 -0.5625,-0.46875 0.1866,-1.04715 0.0823,-2.07185 -0.4375,-2.75 -1.16264,-1.51683 -4.78007,-0.90073 -5.6875,0.78125 -0.26112,0.484 -0.32694,1.0969 -0.28125,1.75 0.0236,0.33779 0.0958,0.68772 0.1875,1.03125 -0.63093,0.19615 -1.2267,0.4803 -1.71875,0.84375 -1.72738,0.26661 -3.60444,1.38546 -4.15625,2.75 -0.009,-0.47584 -0.12927,-0.91361 -0.40625,-1.1875 -0.53123,-0.52531 -1.69962,-0.3453 -2.375,0.1875 -0.11429,-0.15918 -0.22399,-0.34016 -0.375,-0.46875 -0.24776,-0.21098 -0.53349,-0.35538 -0.84375,-0.46875 0.0217,-0.27707 -0.055,-0.5322 -0.21875,-0.71875 -0.25161,-0.2866 -0.69055,-0.37043 -1.15625,-0.3125 -0.72125,0.0897 -1.50102,0.50434 -1.71875,1.0625 -0.0664,-0.0404 -0.14719,-0.0924 -0.21875,-0.125 -1.19626,-0.54413 -2.80004,0.12035 -4.0625,1.21875 -2.19846,0.0623 -4.59257,1.15419 -4.875,2.90625 -0.10434,0.12572 -0.21885,0.2449 -0.3125,0.375 0.37287,-0.5646 0.56756,-1.17374 0.46875,-1.78125 -0.35487,-2.18186 -4.00754,-3.48753 -6.46875,-2.9375 1.05239,-2.0601 1.45496,-4.40151 0.59375,-6 -0.75962,-1.40994 -2.68647,-2.10457 -4.65625,-2.125 z m -395.09375,0.46875 c -0.62049,0.0718 -1.31227,0.90111 -1.21875,1.5 0.12302,0.78781 1.50141,1.59067 2.125,1.09375 0.25893,-0.20633 0.34347,-0.59377 0.3125,-1 -0.0516,-0.67705 -0.43652,-1.41682 -0.96875,-1.5625 -0.0835,-0.0229 -0.16136,-0.0415 -0.25,-0.0313 z m -65.125,0.15625 c -0.18109,0.63214 -0.29937,1.29335 -0.34375,1.9375 -0.46303,0.51602 -0.79905,1.21201 -1,2 -0.0892,0.34991 -0.14956,0.71862 -0.1875,1.09375 -0.21323,0.16998 -0.40992,0.36011 -0.59375,0.5625 0.30957,-0.48686 0.48859,-1.02688 0.34375,-1.46875 -0.16756,-0.51118 -0.81063,-0.82983 -1.46875,-0.90625 0.0834,-0.70328 0.0461,-1.45393 -0.0937,-2.1875 0.73939,-0.20392 1.46448,-0.4646 2.09375,-0.8125 0.0532,0.005 0.10168,-10e-4 0.15625,0 0.37144,0.008 0.74914,-0.0754 1.09375,-0.21875 z m 79.34375,0.71875 c -0.5507,0.0464 -1.10606,0.27462 -1.34375,0.65625 -0.54718,0.87854 0.12204,2.83453 1.15625,2.875 0.42943,0.0168 0.8422,-0.26202 1.15625,-0.6875 0.52342,-0.70913 0.77451,-1.78049 0.375,-2.375 -0.25077,-0.37317 -0.79305,-0.51511 -1.34375,-0.46875 z m 261.6875,0.125 c 0.0792,0.19019 0.17172,0.37839 0.28125,0.5625 -0.11229,-4.1e-4 -0.22961,-0.005 -0.34375,0 0.0391,-0.17473 0.0542,-0.37197 0.0625,-0.5625 z m -93.96875,0.4375 c -1.35365,0.0827 -2.56549,0.52491 -3.3125,1.34375 -1.671,1.83169 -0.41369,5.99438 1.75,7.5 -0.0522,0.0271 -0.10802,0.061 -0.15625,0.0937 -0.0195,0.0132 -0.0439,0.017 -0.0625,0.0313 -0.42195,-0.34364 -0.94836,-0.52864 -1.53125,-0.59375 -0.3346,-0.7611 -1.22428,-1.46977 -1.875,-1.21875 -0.36026,0.13897 -0.57984,0.53721 -0.6875,1 -0.0472,0.20287 -0.0642,0.40928 -0.0625,0.625 -0.55224,0.2023 -1.09144,0.46292 -1.59375,0.78125 -0.6547,0.4149 -1.23975,0.92152 -1.6875,1.46875 -0.45597,-0.22142 -0.93177,-0.32344 -1.34375,-0.21875 -0.91647,0.23289 -1.45123,1.63955 -1.3125,2.71875 -0.18621,-0.22116 -0.39749,-0.42864 -0.625,-0.625 0.0424,-0.70343 -0.14539,-1.36141 -0.625,-1.6875 -0.49233,-0.33474 -1.19385,-0.30091 -1.875,-0.0313 -0.21682,0.0858 -0.41941,0.18621 -0.625,0.3125 -0.3353,-0.0183 -0.67099,0.005 -0.96875,0.0937 -0.64333,0.19212 -1.25662,0.64698 -1.78125,1.25 -0.54891,0.63092 -0.98407,1.42462 -1.28125,2.25 -0.55397,0.0645 -1.11899,0.20232 -1.65625,0.375 -0.25298,-0.49082 -0.60409,-0.87764 -1.03125,-1.0625 -0.08,-0.0346 -0.16436,-0.0446 -0.25,-0.0625 -0.0764,-0.69922 -0.3576,-1.37827 -0.8125,-1.71875 0.93015,-0.76241 1.60393,-2.02834 1.125,-2.875 -0.29813,-0.52704 -0.94489,-0.78277 -1.6875,-0.84375 -1.23769,-0.10165 -2.7087,0.3619 -3.125,1.28125 -0.0572,0.12631 -0.11293,0.26505 -0.125,0.40625 -0.0999,-0.1885 -0.21119,-0.34749 -0.375,-0.4375 -0.62089,-0.34116 -1.75563,0.38759 -1.8125,1.09375 -0.0655,0.81281 1.10513,1.97053 1.84375,1.625 0.18171,-0.085 0.3105,-0.26712 0.40625,-0.46875 0.0248,0.42867 0.19603,0.8861 0.5,1.0625 0.24222,0.14057 0.59605,0.13983 0.9375,0.0625 -0.0837,0.12069 -0.14977,0.24564 -0.21875,0.375 -1.61345,-0.34975 -3.19781,-0.26578 -4.28125,0.5 -0.18258,0.12905 -0.35266,0.29863 -0.5,0.46875 0.01,-0.0629 0.0246,-0.123 0.0313,-0.1875 0.16116,-1.5611 -0.57142,-3.5536 -1.875,-3.75 -1.92456,-0.28996 -4.05718,3.2123 -3.15625,4.9375 0.12062,0.23097 0.30211,0.40909 0.53125,0.5625 -0.0181,0.28464 0.0376,0.56052 0.1875,0.78125 0.15275,0.22485 0.41094,0.36588 0.6875,0.46875 -0.0499,0.0353 -0.10695,0.0564 -0.15625,0.0937 -1.57327,-1.05227 -4.12142,-1.31616 -5.4375,-0.3125 -0.0465,0.0354 -0.0805,0.0861 -0.125,0.125 -0.63737,0.15242 -1.25206,0.38471 -1.75,0.71875 -0.16098,-0.53386 -0.55515,-1.04177 -1,-1.15625 -0.64144,-0.16508 -1.5664,0.33514 -1.96875,0.96875 -0.10421,-0.53252 -0.93722,-0.98241 -1.4375,-0.78125 -0.3343,0.13442 -0.62236,0.56338 -0.71875,1 -2.4142,-0.30703 -5.32841,0.54472 -6.21875,2.3125 -1.11302,2.20992 1.65307,6.07746 4.125,6.1875 0.71132,0.0317 1.45194,-0.23499 2.1875,-0.65625 0.66526,-0.381 1.3053,-0.89681 1.84375,-1.5 0.32241,-0.21535 0.54986,-0.50409 0.65625,-0.8125 0.0104,-0.0303 0.023,-0.0623 0.0313,-0.0937 0.79558,-1.2168 1.13623,-2.56608 0.59375,-3.625 -0.0727,-0.14191 -0.15226,-0.28103 -0.25,-0.40625 0.31366,0.0942 0.67455,0.11801 1,0.0937 -0.16122,0.88629 0.393,1.94459 1.1875,2.71875 -1.14695,1.08717 -1.94136,2.5689 -1.6875,3.78125 0.0856,0.40875 0.30364,0.77504 0.625,1.09375 -0.0517,0.009 -0.10521,-0.0142 -0.15625,0 -2.05682,0.57127 -2.64318,5.01968 -0.96875,6.34375 1.31378,1.03889 4.27799,-0.25093 4.6875,-1.875 0.11784,-0.46734 0.0542,-1.01742 -0.125,-1.5625 -0.19489,-0.5929 -0.54677,-1.18891 -0.96875,-1.6875 0.0539,-0.0129 0.10198,-0.0143 0.15625,-0.0313 0.93462,0.13084 1.87507,0.0167 2.5,-0.4375 0.26883,-0.19539 0.48929,-0.47188 0.6875,-0.78125 1.87388,2.19005 7.21489,1.61273 8.78125,-0.8125 0.12912,-0.19992 0.25275,-0.42516 0.34375,-0.65625 0.33963,0.0757 0.73414,-0.0403 1.09375,-0.25 -0.11902,0.72416 -0.0685,1.4187 0.25,2.03125 0.0238,0.0457 0.0677,0.0808 0.0937,0.125 -0.18055,0.85875 -0.16591,1.69344 0.21875,2.40625 1.88169,3.48691 10.16892,2.70111 11.875,-0.875 0.22897,-0.47995 0.31243,-1.03169 0.28125,-1.59375 1.00731,0.32643 2.22318,-0.003 3.28125,-0.71875 1.07316,0.68305 2.22837,1.08082 3.3125,1 1.60731,-0.11982 3.06094,-1.45904 4,-3.1875 1.19993,1.61337 2.82444,2.82695 4.40625,2.8125 2.91163,-0.0266 5.46703,-4.97978 4.25,-7.625 -0.11699,-0.25428 -0.25472,-0.51799 -0.4375,-0.75 0.18605,-0.31258 0.30281,-0.6545 0.28125,-0.96875 -0.0768,-1.11945 -2.04151,-1.9974 -3.03125,-1.46875 -0.15336,0.0819 -0.31076,0.20096 -0.4375,0.34375 -1.01986,-0.36214 -2.11853,-0.53503 -3.125,-0.5 -0.20627,-0.38349 -0.47989,-0.724 -0.75,-1.0625 0.55082,-0.71661 0.99711,-1.6197 1.25,-2.53125 0.90553,0.31633 2.21992,0.0183 3.09375,-0.59375 -0.3527,1.18593 0.28884,3.12104 1.40625,3.25 0.15652,0.0181 0.31385,-0.0188 0.46875,-0.0625 0.43392,0.98466 1.29994,1.89847 2.15625,1.90625 1.17611,0.0107 2.2533,-1.98522 1.78125,-3.0625 -0.28966,-0.66104 -1.18239,-1.1707 -2.0625,-1.34375 0.0657,-0.42264 0.0539,-0.8408 -0.125,-1.15625 -0.44381,-0.78256 -1.90168,-0.88445 -2.8125,-0.4375 0.0509,-0.13355 0.0888,-0.26257 0.0937,-0.40625 0.0223,-0.64522 -0.42118,-1.28113 -1.0625,-1.75 0.0916,-0.037 0.20136,-0.0417 0.28125,-0.0937 0.1426,-0.0928 0.25717,-0.23507 0.375,-0.375 1.03579,-0.37156 2.06561,-0.92426 2.875,-1.65625 0.20635,0.23452 0.45719,0.37299 0.71875,0.34375 0.18475,-0.0206 0.35748,-0.12987 0.5,-0.28125 0.0652,0.37498 0.18624,0.77358 0.34375,1.15625 0.17566,0.42675 0.41918,0.84609 0.6875,1.25 -0.98204,0.94829 -1.54941,2.79789 -0.71875,3.625 0.43725,0.43538 1.16075,0.519 1.90625,0.375 0.86191,-0.16648 1.7313,-0.63475 2.25,-1.25 0.5557,0.15005 1.10986,0.15319 1.625,-0.0313 3.04212,-1.08919 3.42379,-7.84196 0.75,-9.65625 -1.87313,-1.271 -5.49525,0.40893 -6.5625,2.5625 -0.0137,-0.0183 -0.0159,-0.0458 -0.0313,-0.0625 0.22946,-0.55992 0.30262,-1.15214 0.1875,-1.71875 -0.48551,-2.38963 -4.08448,-3.8381 -7.0625,-3.65625 z m -7.53125,9.5625 c 0.70056,-0.49368 1.17822,-1.12852 1.15625,-1.84375 -0.0243,-0.79195 -0.61459,-1.50839 -1.4375,-2.03125 -1.37152,-0.87144 -3.36425,-1.21747 -4.40625,-0.40625 -1.30811,1.01839 -0.77739,4.16138 0.6875,4.9375 1.05383,0.55834 2.83239,0.16655 4,-0.65625 z m 250.65625,-9.375 c -0.39738,-0.0158 -0.80891,0.0506 -1.1875,0.1875 -1.00687,0.0189 -1.96292,0.34386 -2.40625,1 -0.79654,1.1789 0.47325,3.60005 1.875,3.84375 1.61346,0.2805 4.08632,-1.86553 3.53125,-3.40625 -0.0768,-0.21325 -0.21019,-0.39663 -0.375,-0.5625 -0.007,-0.17091 -0.0369,-0.32732 -0.125,-0.46875 -0.23795,-0.38213 -0.75901,-0.57172 -1.3125,-0.59375 z m -522.59375,0.5 c 0.527966,0.6236 1.232808,1.07211 1.875,1.03125 0.149908,-0.01 0.298047,-0.0581 0.4375,-0.125 0.197839,0.18968 0.408481,0.34278 0.625,0.5 0.0238,0.12807 0.06356,0.24886 0.09375,0.375 -0.09959,-0.10331 -0.209728,-0.19037 -0.34375,-0.21875 -0.258501,-0.0547 -0.560197,0.0515 -0.8125,0.25 -0.631397,0.0561 -1.281925,0.47395 -1.8125,1.0625 -0.07392,-0.0841 -0.137433,-0.17417 -0.21875,-0.25 0.07515,-0.14312 0.168569,-0.28156 0.21875,-0.4375 0.222258,-0.69068 0.166131,-1.43675 -0.0625,-2.1875 z m 437.28125,1.28125 c -0.0449,0.13407 -0.058,0.27202 -0.0937,0.40625 -0.0912,-0.0862 -0.18796,-0.16745 -0.28125,-0.25 0.12054,-0.0501 0.25512,-0.0985 0.375,-0.15625 z m 66.53125,0 c -0.82885,0.0462 -1.64932,0.37007 -1.96875,0.9375 -0.53468,0.94979 0.60203,2.71383 1.6875,2.8125 1.24941,0.11357 3.01987,-1.70197 2.5,-2.84375 -0.21587,-0.4741 -0.77442,-0.76689 -1.40625,-0.875 -0.26326,-0.0451 -0.53622,-0.0466 -0.8125,-0.0313 z m -44.125,0.25 c 0.0219,0.01 0.0403,0.022 0.0625,0.0313 -0.007,0.0118 -0.0243,0.0194 -0.0313,0.0313 -0.0152,-0.0194 -0.015,-0.0445 -0.0313,-0.0625 z m -301.0625,1.78125 c -2.24816,0.0187 -4.91609,1.36502 -5.59375,3.1875 -0.28364,0.76281 -0.26314,1.67715 -0.0625,2.625 0.50814,2.40055 2.33417,4.9659 4.34375,5.46875 -1.13352,1.28415 -1.84997,2.87056 -1.5625,4.1875 0.009,0.042 0.0197,0.0837 0.0313,0.125 -0.36615,0.21586 -0.67114,0.53749 -0.75,0.875 -0.094,0.40234 0.0869,0.91115 0.375,1.34375 -0.46953,1.19042 -0.40934,2.7349 0.46875,3.28125 1.44523,0.89923 4.33706,-1.10384 4.3125,-2.8125 0.65721,0.0492 1.28594,0.0227 1.84375,-0.15625 1.20159,0.97023 3.059,1.52693 4.71875,1.5 -0.56778,0.42011 -1.03451,1.03485 -1.40625,1.75 -1.34166,-1.34615 -3.0944,-2.16648 -4.5,-1.59375 -3.09313,1.26033 -3.18583,8.24545 -0.34375,10 1.21314,0.74893 3.05516,0.32701 4.53125,-0.625 0.31321,0.69319 0.70259,1.27937 1.25,1.6875 2.47883,1.84812 7.82954,-0.70037 8.5,-3.71875 0.18871,-0.84956 0.0607,-1.80677 -0.28125,-2.78125 1.82125,0.26768 3.9128,-0.18825 4.71875,-1.40625 0.78483,-1.18609 0.0716,-3.17761 -1.09375,-4.40625 0.16215,-0.0877 0.32119,-0.20119 0.4375,-0.34375 0.4334,-0.53119 0.42849,-1.3478 0.1875,-2.15625 -0.40165,-1.34741 -1.51528,-2.68883 -2.65625,-2.75 -0.65089,-0.0349 -1.285,0.448 -1.75,1.09375 0.75238,-1.86537 -0.34551,-5.19227 -2.15625,-5.75 -0.87873,-0.27066 -1.92225,0.25764 -2.71875,1.0625 -0.78375,0.15656 -1.58873,0.63067 -1.8125,1.25 -0.0785,0.21739 -0.0529,0.45726 -0.0313,0.71875 -0.618,-0.20691 -1.33826,-0.21024 -2.09375,-0.0625 -0.31109,0.0608 -0.626,0.14032 -0.9375,0.25 -0.2202,-1.25606 -0.77449,-2.31917 -1.75,-2.75 -0.37199,-0.16429 -0.79858,-0.23088 -1.21875,-0.21875 0.0236,-0.19452 0.0329,-0.38821 0,-0.5625 1.11149,-2.5049 1.17183,-5.88239 -0.40625,-7.4375 -0.62952,-0.62035 -1.57186,-0.8835 -2.59375,-0.875 z M 56,278.9375 c -0.02351,0.31547 -0.03956,0.6302 -0.03125,0.9375 -0.292116,-0.41926 -0.818655,-0.74836 -1.3125,-0.84375 0.0085,-0.022 0.02289,-0.0405 0.03125,-0.0625 0.259945,0.0641 0.543391,0.0809 0.8125,0.0625 0.171507,-0.0117 0.334308,-0.0505 0.5,-0.0937 z m 250.40625,0.40625 c -1.15922,0.18756 -1.86473,2.33184 -1.21875,3.3125 0.74354,1.12876 3.41863,1.39235 4.03125,0.1875 0.25438,-0.50029 0.14582,-1.14514 -0.1875,-1.75 -0.55553,-1.0081 -1.7016,-1.8994 -2.625,-1.75 z m -180.5,0.0313 c -0.10402,0.1423 -0.19848,0.28927 -0.28125,0.4375 -0.0136,-0.029 -0.017,-0.065 -0.0313,-0.0937 0.11626,-0.10151 0.2091,-0.22613 0.3125,-0.34375 z m 285.0625,1.15625 c -0.0863,-0.008 -0.19416,0.0197 -0.28125,0.0313 -0.57862,0.0766 -1.05289,0.54556 -1.375,1.1875 -0.53685,1.06989 -0.64066,2.5778 0.0313,3.28125 0.48469,0.50745 1.44197,0.488 2.25,0.1875 0.15729,0.18243 0.36371,0.32103 0.5625,0.375 0.8622,0.23407 2.31722,-0.8225 2.09375,-1.6875 -0.0928,-0.35917 -0.44525,-0.62734 -0.875,-0.78125 -0.12956,-0.0464 -0.26622,-0.0684 -0.40625,-0.0937 -0.19266,-1.14253 -1.0415,-2.4077 -2,-2.5 z M 487.5,280.5625 c 0.10568,0.30435 0.25832,0.60901 0.46875,0.875 -0.1026,0.0324 -0.20964,0.0545 -0.3125,0.0937 -0.10008,-0.17202 -0.19556,-0.3391 -0.3125,-0.5 0.0549,-0.15542 0.11396,-0.31373 0.15625,-0.46875 z m 141.875,0.34375 c -0.14042,0.003 -0.27428,0.0266 -0.375,0.0937 -0.46371,0.30921 -0.56073,1.43768 -0.0625,1.6875 0.20688,0.10373 0.47011,0.0451 0.71875,-0.0937 0.41439,-0.2314 0.78249,-0.71334 0.71875,-1.09375 -0.06,-0.35817 -0.57875,-0.6019 -1,-0.59375 z M 278.90625,281.5 c -0.082,-0.009 -0.14959,0.004 -0.21875,0.0313 -0.34726,0.13723 -0.4237,0.86443 -0.15625,1.125 0.30784,0.29992 1.17307,0.1972 1.28125,-0.21875 0.0449,-0.17271 -0.0428,-0.3661 -0.1875,-0.53125 -0.18092,-0.20644 -0.47272,-0.38067 -0.71875,-0.40625 z m 35.46875,0.625 c -0.62223,-0.0122 -1.21499,0.078 -1.71875,0.3125 -0.77313,0.35992 -1.45171,1.0518 -2,1.90625 -0.0685,0.10681 -0.12331,0.2319 -0.1875,0.34375 -0.61593,0.12811 -1.19133,0.3284 -1.65625,0.65625 -0.74272,-0.73283 -1.73679,-1.22782 -2.53125,-1.03125 -0.57475,0.14221 -1.00837,0.72668 -1.25,1.40625 -0.36377,-0.52478 -0.83238,-0.88992 -1.375,-0.90625 -0.38745,-0.0117 -0.75265,0.14282 -1.09375,0.40625 -0.66222,-0.10754 -1.29938,-0.0569 -1.84375,0.25 -1.22952,0.69309 -1.77123,2.37743 -1.75,4.15625 -1.60801,-0.20482 -3.33617,0.0373 -4.53125,0.78125 -0.25495,-0.31325 -0.52687,-0.60836 -0.8125,-0.875 0.74343,-1.59278 0.94255,-3.46094 0.15625,-4.59375 -1.23389,-1.77765 -5.35257,-1.29133 -6.46875,0.5625 -0.32119,0.53345 -0.45428,1.22765 -0.4375,1.96875 0.0184,0.81153 0.22403,1.68992 0.5625,2.46875 -0.14669,0.20636 -0.28024,0.43116 -0.40625,0.65625 -0.36853,-0.006 -0.76947,0.0826 -1.15625,0.28125 -0.25786,0.13244 -0.52022,0.30662 -0.75,0.5 -0.64025,-0.69759 -1.666,-1.18933 -2.3125,-0.78125 -0.30429,0.19208 -0.48123,0.55786 -0.5625,0.96875 -0.99917,-0.91851 -2.32095,-1.51136 -3.34375,-1.21875 -1.65597,0.47375 -2.32931,3.71468 -1.21875,5.03125 0.2578,0.30562 0.60359,0.54518 1.03125,0.71875 0.0539,0.0603 0.0975,0.13652 0.15625,0.1875 -0.0182,0.0239 -0.0458,0.0377 -0.0625,0.0625 -0.65278,0.96974 0.11543,2.76922 1.1875,3.5 -1.37229,0.13867 -2.5581,0.69935 -3.09375,1.71875 -1.58162,3.01003 2.94891,8.52929 6.3125,8.03125 2.03995,-0.30205 3.50486,-3.26146 3.40625,-5.625 0.46172,-0.26654 0.81589,-0.6249 1.03125,-1.03125 0.0671,-0.12668 0.11288,-0.2633 0.15625,-0.40625 0.87102,-0.41068 1.64243,-1.15595 1.75,-1.9375 0.17394,-1.26381 -1.12708,-3.01044 -2.4375,-3.46875 -0.58883,-1.02652 -1.65431,-1.8638 -2.5625,-1.59375 -0.31991,0.0951 -0.56164,0.30307 -0.78125,0.59375 -0.19445,-0.17848 -0.44887,-0.31965 -0.71875,-0.4375 0.24184,-0.20314 0.45653,-0.43038 0.5625,-0.71875 0.0582,-0.1585 0.0818,-0.33085 0.0937,-0.5 0.24662,-10e-4 0.53086,-0.0541 0.78125,-0.1875 0.45432,0.42298 1.16454,0.71679 1.8125,0.75 0.036,0.10507 0.0781,0.214 0.125,0.3125 0.34243,0.71969 0.97843,1.33806 1.78125,1.84375 0.31958,0.2013 0.67044,0.40463 1.03125,0.5625 0.14848,0.14872 0.31875,0.29429 0.5,0.40625 -0.002,0.43127 0.0846,0.84479 0.28125,1.21875 0.50017,0.95111 1.57378,1.51294 2.84375,1.75 0.15285,0.57874 0.3495,1.14712 0.59375,1.65625 -0.16626,-0.33354 -0.38066,-0.6162 -0.65625,-0.78125 -1.26883,-0.75989 -4.06169,0.24012 -4.09375,1.71875 -0.0133,0.61397 0.41553,1.21815 1.03125,1.65625 1.0262,0.73017 2.56681,1.05435 3.40625,0.46875 0.77416,-0.54006 0.81091,-1.99993 0.34375,-3 0.53455,1.09063 1.26123,1.95573 2.1875,2.40625 0.84789,0.4124 1.87593,0.37806 2.90625,0.0625 1.3631,0.22369 3.07484,-0.22638 4.15625,-1.09375 0.0772,0.022 0.14074,0.0589 0.21875,0.0625 0.72184,0.0337 1.43489,-0.9446 1.5,-1.75 0.51185,-0.16548 1.01596,-0.42036 1.5,-0.75 0.16164,0.13965 0.32601,0.26508 0.5,0.375 -0.38179,0.86138 -0.50304,1.79989 -0.125,2.4375 0.68531,1.15585 3.25757,1.03617 4.03125,-0.0625 0.44989,-0.63888 0.45564,-1.72584 0.15625,-2.65625 0.62757,-0.41993 1.22424,-0.96893 1.75,-1.625 -0.24389,2.28876 0.51743,5.03474 2,6.375 0.18652,0.58931 0.50953,1.09533 0.96875,1.46875 2.8642,2.32902 9.68346,-1.31336 9.875,-5 0.12605,-2.42615 -3.20151,-4.7856 -5.875,-4.875 -0.53498,-0.45004 -1.11889,-0.84121 -1.71875,-1.125 -0.0475,-0.43747 -0.21542,-0.91165 -0.46875,-1.3125 0.99373,-0.2347 1.83928,-0.68105 2.3125,-1.40625 1.17172,0.66683 3.17519,0.62372 3.6875,-0.4375 0.26094,-0.54052 0.0885,-1.23564 -0.28125,-1.875 -0.61622,-1.0656 -1.8285,-1.99261 -2.8125,-1.8125 -0.26862,0.0492 -0.50762,0.22699 -0.71875,0.4375 -0.0974,-0.19899 -0.2253,-0.39869 -0.34375,-0.59375 0.94704,-1.03081 1.5469,-2.19487 1.53125,-3.34375 -0.0328,-2.40771 -3.36615,-4.57236 -6.0625,-4.625 z m -220.65625,1.46875 c -1.546419,0.13472 -3.480018,1.79122 -3.09375,3.15625 0.183302,0.64777 0.838915,1.11365 1.625,1.375 1.31014,0.43558 3.027082,0.28971 3.71875,-0.59375 0.868311,-1.10908 -0.226293,-3.56848 -1.59375,-3.90625 -0.196748,-0.0486 -0.435333,-0.0505 -0.65625,-0.0313 z m 184.09375,0.0313 c -0.18138,0.0222 -0.33922,0.10301 -0.46875,0.21875 -0.76492,0.68351 -0.0656,2.72291 0.9375,2.9375 0.78706,0.16837 1.76258,-1.02554 1.59375,-1.8125 -0.0486,-0.22645 -0.18189,-0.45945 -0.375,-0.65625 -0.43449,-0.44281 -1.14335,-0.75406 -1.6875,-0.6875 z m 51.28125,0.0937 c -0.14139,0.0141 -0.27429,0.0515 -0.40625,0.0937 -1.5407,0.49309 -2.16951,3.3713 -1.3125,4.8125 -1.20028,-0.61381 -3.18849,-0.54155 -3.875,0.40625 -0.7351,1.01488 0.33555,3.18266 1.5625,3.4375 0.35307,0.0733 0.75445,-0.005 1.15625,-0.15625 1.20539,-0.45344 2.39574,-1.7208 2.0625,-2.75 -0.0168,-0.0519 -0.0393,-0.10724 -0.0625,-0.15625 0.23865,0.1321 0.52571,0.23177 0.8125,0.3125 1.47277,0.41457 3.42071,0.13948 4.25,-0.84375 0.29737,0.68301 0.86621,1.30717 1.46875,1.40625 1.26362,0.20779 3.19505,-1.48673 2.75,-2.6875 -0.1848,-0.49859 -0.73972,-0.84333 -1.375,-1 -0.88233,-0.2176 -1.94397,-0.097 -2.5625,0.375 -0.55772,-1.69669 -2.80136,-3.41647 -4.46875,-3.25 z m 64.375,1.34375 c -0.11704,0.0149 -0.25542,0.0582 -0.375,0.0937 -0.7972,0.23671 -1.58811,0.88769 -1.625,1.5625 -0.009,0.16943 0.0668,0.34019 0.15625,0.5 -0.92723,0.21183 -1.74453,0.62333 -2.25,1.25 -0.41528,0.51485 -0.57839,1.19383 -0.5625,1.9375 -0.38001,-0.0952 -0.7542,-0.0677 -1.03125,0.0937 -0.6956,0.40532 -0.6547,1.93773 0,2.40625 0.41321,0.2957 1.1313,0.25514 1.71875,0.0313 0.61174,1.20703 1.56188,2.22097 2.625,2.5 0.0811,0.0213 0.16601,0.017 0.25,0.0313 1.17242,1.74801 3.28213,3.18242 5.15625,3.3125 -0.18065,1.84157 0.10226,3.59395 1.0625,4.75 2.31533,2.78746 9.1244,1.34779 10.71875,-1.90625 0.41915,-0.85548 0.552,-1.91501 0.46875,-3.03125 0.22077,-0.11378 0.41771,-0.23812 0.625,-0.40625 1.11631,-0.9054 1.9813,-2.49185 1.59375,-3.59375 -0.43787,-1.24498 -2.73959,-1.68714 -3.96875,-1.03125 -0.18671,-0.29007 -0.38438,-0.55244 -0.59375,-0.8125 0.14062,-0.12615 0.25362,-0.25399 0.34375,-0.40625 0.22465,-0.37952 0.32831,-0.88145 0.3125,-1.40625 -0.0474,-1.5744 -1.08334,-3.44686 -2.40625,-3.46875 -0.90264,-0.0149 -1.71892,0.79855 -2.25,1.8125 -0.0688,-0.11035 -0.13483,-0.21105 -0.21875,-0.3125 -0.23072,-0.27893 -0.53294,-0.52614 -0.84375,-0.71875 -0.0168,-0.86304 -1.18237,-1.9596 -2,-1.78125 -0.40031,0.0873 -0.69867,0.53949 -0.8125,1.03125 -0.49198,-0.0871 -1.03798,-0.0122 -1.59375,0.1875 -0.34286,0.0572 -0.6905,0.12665 -1.03125,0.21875 -0.71501,-0.38257 -1.5607,-0.6507 -2.4375,-0.78125 0.29816,-0.67031 0.3274,-1.47384 -0.125,-1.84375 -0.23543,-0.1925 -0.55512,-0.2636 -0.90625,-0.21875 z m -168.375,0.375 c 0.12991,0.16089 0.27451,0.32559 0.4375,0.46875 -0.008,0.0311 -0.0249,0.0626 -0.0313,0.0937 -0.0702,0.34242 -0.0701,0.71848 -0.0313,1.09375 -0.0284,-0.53956 -0.16383,-1.09975 -0.375,-1.65625 z m 185.1875,0.53125 c -0.64106,0.008 -1.43897,0.78496 -1.40625,1.40625 0.043,0.81728 1.37372,1.78577 2.0625,1.34375 0.1232,-0.0791 0.21239,-0.20473 0.28125,-0.34375 -0.20647,0.44171 -0.30511,0.89586 -0.25,1.3125 0.0395,0.29832 0.17487,0.58332 0.34375,0.875 0.0612,0.13864 0.13783,0.27004 0.21875,0.40625 0.0331,0.0431 0.0584,0.0827 0.0937,0.125 0.66558,1.0371 1.84836,1.94365 2.96875,2.21875 0.43743,0.10741 0.86763,0.11683 1.25,0 1.60007,-0.48888 2.1952,-3.61562 1.09375,-4.875 -0.16393,-0.18744 -0.38725,-0.33596 -0.625,-0.46875 -0.40393,-0.84224 -0.99887,-1.53474 -1.71875,-1.75 -1.18937,-0.35566 -2.70522,0.79316 -3.34375,2.09375 0.0703,-0.16985 0.11953,-0.38474 0.125,-0.59375 0.0183,-0.6967 -0.31559,-1.48298 -0.84375,-1.6875 -0.0829,-0.0321 -0.15842,-0.0637 -0.25,-0.0625 z m 4.3125,7.34375 c -0.30546,-0.0716 -0.58882,-0.0579 -0.84375,0.0313 -0.29343,0.10258 -0.58273,0.30367 -0.8125,0.59375 -0.6893,0.87024 -0.98445,2.35626 -0.28125,2.96875 1.03817,0.90426 3.63207,-0.3783 3.75,-1.75 0.0694,-0.8072 -0.89613,-1.6289 -1.8125,-1.84375 z M 451,285.96875 c 0.33309,0.0821 0.67205,0.1505 1.03125,0.1875 0.0541,0.14195 0.1232,0.2727 0.1875,0.40625 -0.16822,-0.11195 -0.34964,-0.22119 -0.53125,-0.28125 -0.17836,-0.059 -0.3647,-0.0779 -0.5625,-0.0937 -0.0416,-0.0714 -0.0788,-0.15077 -0.125,-0.21875 z m 136.125,0.40625 c -0.45193,-0.01 -0.87999,0.0612 -1.28125,0.1875 -0.92372,0.29063 -1.78737,0.96306 -2.53125,1.84375 -2.23166,2.64207 -3.31697,7.18016 -1.1875,9.15625 3.14387,2.91742 11.34199,-0.77173 11.84375,-5.03125 0.34448,-2.92433 -3.68022,-6.08735 -6.84375,-6.15625 z m -49.40625,0.34375 c -0.008,0.0501 -0.0249,0.10637 -0.0313,0.15625 -0.1645,-0.004 -0.33131,-0.0168 -0.5,0 0.18741,-0.0234 0.36956,-0.0888 0.53125,-0.15625 z m -1.90625,0.0937 c 0.20378,0.10044 0.41879,0.16122 0.625,0.1875 -0.19474,0.0552 -0.38426,0.16917 -0.5625,0.25 -0.0292,-0.0302 -0.0638,-0.0639 -0.0937,-0.0937 0.0265,-0.11425 0.0142,-0.23031 0.0313,-0.34375 z m 99,0.125 c -0.32146,0.0352 -0.60481,0.13462 -0.875,0.25 -1.50977,-0.12646 -2.99692,0.16622 -3.9375,0.96875 -0.67767,0.57821 -1.18676,1.45556 -1.5,2.46875 -0.47693,1.54264 -0.48993,3.39828 -0.0937,4.96875 -0.64473,1.48629 -0.58154,3.57641 0.59375,4.21875 0.67625,0.3696 1.56244,0.214 2.40625,-0.21875 0.32586,-0.16712 0.64321,-0.35425 0.9375,-0.59375 2.89795,-0.30272 6.15699,-3.73832 6.71875,-6.78125 0.49226,-0.186 0.96531,-0.60684 0.96875,-1.03125 0.003,-0.41072 -0.52918,-0.80153 -1,-0.875 -0.20343,-0.6962 -0.67369,-1.29947 -1.3125,-1.78125 0.006,-0.14812 -0.0125,-0.29817 -0.0625,-0.4375 -0.31783,-0.88499 -1.67005,-1.28466 -2.84375,-1.15625 z m -409.34375,0.28125 c 0.0277,0.20978 0.0687,0.41039 0.125,0.625 -0.0491,-0.0617 -0.0993,-0.1055 -0.15625,-0.15625 0.0136,-0.14664 0.0348,-0.31719 0.0313,-0.46875 z M 547.125,288 c 0.0203,0.29639 0.0408,0.59536 0.0937,0.875 -0.25504,0.52144 -0.43935,1.08272 -0.4375,1.59375 -0.0485,-0.61719 -0.55142,-1.30737 -1.09375,-1.46875 0.54039,-0.26988 1.02668,-0.6135 1.4375,-1 z m -208.53125,0.21875 c -0.13005,0.0292 -0.28004,0.10353 -0.40625,0.1875 -0.42069,0.2799 -0.75539,0.78901 -0.65625,1.1875 0.12445,0.50026 1.09463,0.75596 1.5,0.4375 0.46659,-0.36656 0.48699,-1.55732 -0.0625,-1.78125 -0.11408,-0.0465 -0.24495,-0.0604 -0.375,-0.0313 z m -95.25,0.25 c -1.6376,-0.0426 -3.50731,0.69393 -4.15625,1.90625 -0.29878,0.55817 -0.39881,1.27957 -0.34375,2.03125 0.16517,2.25504 1.75761,4.86272 3.65625,4.8125 0.16503,-0.004 0.34009,-0.0226 0.5,-0.0625 -0.36444,0.79401 -0.51417,1.60589 -0.28125,2.28125 0.59291,1.7192 4.04957,2.24516 5.375,1 0.3814,-0.3583 0.6259,-0.8967 0.78125,-1.5 0.0152,-0.0589 0.0182,-0.12724 0.0313,-0.1875 0.18681,-0.0934 0.35448,-0.21839 0.4375,-0.375 0.23226,-0.43817 0.0318,-1.19152 -0.34375,-1.625 -0.003,-0.0232 -0.0275,-0.0394 -0.0313,-0.0625 0.0687,3.4e-4 0.15165,-0.0134 0.21875,-0.0313 1.0154,-0.26948 1.31649,-2.46394 0.5,-3.125 -0.58945,-0.47723 -1.88552,0.0167 -2.25,0.71875 -0.0439,-0.0177 -0.0794,-0.0485 -0.125,-0.0625 -0.16811,-0.0518 -0.35472,-0.0589 -0.53125,-0.0625 1.07372,-0.38706 2.08793,-1.86854 1.84375,-2.90625 -0.25944,-1.10255 -1.84481,-2.11643 -3.09375,-2.125 -0.0515,-3.5e-4 -0.1054,-0.003 -0.15625,0 -0.52326,-0.40275 -1.25924,-0.60493 -2.03125,-0.625 z m -31.875,1.75 c -0.19473,0.0423 -0.31467,0.24128 -0.40625,0.46875 -0.15263,0.37911 -0.15462,0.87326 0.0937,1.09375 0.3118,0.2768 1.06272,-0.008 1.1875,-0.40625 0.14362,-0.45792 -0.40603,-1.25817 -0.875,-1.15625 z m 3.84375,1.53125 c 0.33069,0.24165 0.79135,0.4033 1.28125,0.4375 0.49718,0.0347 1.01751,-0.0352 1.5,-0.1875 -0.0261,0.0466 -0.0696,0.0762 -0.0937,0.125 -0.092,0.1856 -0.15759,0.38559 -0.21875,0.59375 -0.15757,-0.0189 -0.31279,-0.003 -0.46875,0.0313 -0.5198,0.11274 -0.96043,0.50176 -1.28125,1.03125 -0.11883,-0.57724 -0.55015,-1.16373 -1.03125,-1.125 -0.009,7.6e-4 -0.0219,-10e-4 -0.0313,0 0.0403,-0.1982 0.024,-0.39652 -0.0313,-0.625 -0.005,-0.0213 -0.0254,-0.0411 -0.0313,-0.0625 0.14052,-0.0467 0.26889,-0.13537 0.40625,-0.21875 z m 115.15625,1.65625 c 0.003,0.052 -0.0139,0.10533 0,0.15625 -0.028,-0.0152 -0.0652,-0.0166 -0.0937,-0.0313 0.0387,-0.0387 0.0609,-0.0839 0.0937,-0.125 z m -60.5625,0.28125 c -0.29235,0.64195 -0.42626,1.33764 -0.21875,1.875 0.0696,0.18018 0.18047,0.36791 0.3125,0.53125 -0.17714,0.0225 -0.31288,0.062 -0.4375,0.15625 -0.28197,0.21335 -0.46007,0.65058 -0.5,1.09375 -0.58735,0.48009 -1.08154,1.04986 -1.40625,1.65625 -0.31143,-0.26116 -0.63826,-0.4934 -0.96875,-0.6875 0.28861,-0.41004 0.42396,-1.0351 0.3125,-1.53125 0.6346,-0.77736 1.02571,-1.74574 0.875,-2.53125 0.64994,0.12256 1.28189,0.0369 1.75,-0.3125 0.1016,-0.0758 0.19778,-0.15502 0.28125,-0.25 z m -24.09375,0.46875 c 0.0807,0.031 0.16663,0.0464 0.25,0.0625 -0.11819,0.0345 -0.22585,0.10596 -0.34375,0.15625 0.0329,-0.0735 0.0632,-0.14406 0.0937,-0.21875 z m 141.375,0.96875 c -0.63303,0.0387 -1.20477,0.25433 -1.5625,0.6875 -1.40837,1.70537 0.76092,5.80597 2.96875,5.9375 1.7323,0.1032 3.45925,-2.75245 2.84375,-4.375 -0.17712,-0.4669 -0.55571,-0.89325 -1.03125,-1.25 -0.89164,-0.66891 -2.16369,-1.06449 -3.21875,-1 z m 57.90625,1.25 c -1.44277,0.15397 -3.10651,1.27278 -3,2.5 0.0578,0.66557 0.5951,1.25482 1.3125,1.65625 1.19566,0.66906 2.87972,0.857 3.71875,0.125 1.0533,-0.91894 0.45728,-3.54058 -0.8125,-4.125 -0.1827,-0.0841 -0.40609,-0.13378 -0.625,-0.15625 -0.19155,-0.0197 -0.38764,-0.022 -0.59375,0 z m -95.8125,2.09375 c -0.0274,0.05 -0.0364,0.106 -0.0625,0.15625 -0.0193,-0.0426 -0.0401,-0.083 -0.0625,-0.125 0.0415,-0.003 0.0834,-0.0272 0.125,-0.0313 z"
+         style="fill:#622300;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)"
+         style="color:#000000;fill:#6a1a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m -74,-75 166,0 0,90.133334 C 78.440644,21.36102 64.867437,15.923051 51.321932,16.952326 36.35603,18.089532 21.451495,23.086632 6.4938641,21.764027 -11.2476,20.195266 -27.903598,6.6699777 -45.682584,6.7415952 -55.344001,6.7805134 -63.728902,10.03315 -74,15.133334 z"
+         id="rect3837"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccaaacc" />
+      <path
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)"
+         style="color:#000000;fill:#5f1800;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m -74,-75 166,0 0,77.4583338 C 71.250965,8.4293318 34.356604,12.937336 5.5645352,10.028125 -7.759425,8.6818441 -20.284447,-0.19377556 -33.611888,-1.4749908 -47.075474,-2.7692942 -57.741155,-0.7714809 -74,2.4583338 z"
+         id="rect3834"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccaacc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4456"
+         transform="translate(-664,124)"
+         d="m 104.71875,102.21875 c -0.50107,0.0181 -0.96984,0.13359 -1.34375,0.375 -1.56466,1.01021 -1.25002,4.54899 0.3125,5.5625 0.44963,0.29164 1.04953,0.43059 1.6875,0.4375 1.91392,0.0207 4.22011,-1.11362 4.3125,-2.71875 0.11082,-1.92543 -2.79745,-3.73445 -4.96875,-3.65625 z m -12,0.53125 c -2.534676,0.13362 -4.566491,4.55501 -3.40625,6.8125 0.33387,0.64961 0.937926,1.21559 1.6875,1.65625 2.248719,1.32198 5.771374,1.52256 6.96875,-0.3125 1.767763,-2.70922 -2.01954,-8.32655 -5.25,-8.15625 z M 114.5,103.65625 c -0.11695,-0.002 -0.2339,0.004 -0.34375,0.0313 -0.9017,0.22008 -1.40713,1.67609 -1.1875,2.6875 -0.19372,0.14488 -0.37598,0.29116 -0.53125,0.46875 -0.015,0.0172 -0.0167,0.045 -0.0313,0.0625 -0.92434,-0.0424 -1.94559,0.28268 -2.28125,0.9375 -0.17896,0.34912 -0.10118,0.7917 0.0937,1.21875 -0.20049,0.0787 -0.38443,0.1684 -0.5625,0.28125 -0.2566,0.16262 -0.49252,0.38483 -0.6875,0.625 -0.73035,0.44108 -1.32478,1.42931 -1.0625,2.09375 -0.0721,0.30964 -0.10435,0.63146 -0.125,0.96875 -0.20217,0.35397 -0.38175,0.72603 -0.5,1.09375 -0.84042,-0.42704 -1.86371,-0.63867 -2.78125,-0.5625 0.0915,-0.0429 0.17755,-0.0938 0.25,-0.15625 0.46395,-0.39993 0.64123,-1.28505 0.53125,-2.03125 0.79589,-0.13083 1.64716,-0.68477 1.625,-1.34375 -0.0132,-0.393 -0.3096,-0.7417 -0.71875,-1 -0.68192,-0.43051 -1.67154,-0.5916 -2.1875,-0.1875 -0.33944,0.26584 -0.41241,0.82251 -0.3125,1.34375 -0.19272,0.07 -0.37963,0.14718 -0.5625,0.28125 -0.74788,0.54828 -1.34002,1.55897 -1.125,2.28125 0.18428,0.61902 1.07151,0.96545 1.84375,0.9375 -0.5395,0.14677 -1.01453,0.4121 -1.28125,0.84375 -0.0864,0.13976 -0.14098,0.27951 -0.1875,0.4375 -0.2023,-0.024 -0.40842,-0.014 -0.625,0 -1.07446,0.0693 -2.244475,0.59205 -2.78125,1.34375 -0.284053,0.12816 -0.55184,0.33528 -0.78125,0.5625 -0.343213,0.0984 -0.657722,0.25378 -0.9375,0.4375 -0.434444,0.28528 -0.831301,0.67666 -1.15625,1.15625 0.419368,-0.94153 0.0653,-2.52763 -0.78125,-3 -1.183575,-0.66042 -3.699651,0.36344 -3.6875,1.71875 0.005,0.56276 0.392452,1.08475 0.96875,1.46875 0.960493,0.64001 2.403774,0.90373 3.15625,0.34375 0.0532,-0.0396 0.07984,-0.10754 0.125,-0.15625 -0.109052,0.19046 -0.218597,0.38636 -0.3125,0.59375 -1.244166,2.74778 -1.069368,6.84836 1.1875,8 1.001039,0.51081 2.236249,0.39371 3.46875,-0.0937 -0.1997,0.13928 -0.353771,0.3198 -0.375,0.53125 -0.02914,0.29025 0.16222,0.58214 0.4375,0.8125 0.4588,0.38394 1.17445,0.62109 1.59375,0.375 0.45338,-0.26609 0.47547,-1.18466 0.15625,-1.65625 0.31771,0.01 0.63745,-0.0158 0.96875,-0.0625 1.95972,2.54496 7.22017,3.84558 9.5,1.90625 0.78186,-0.66509 1.15311,-1.78526 1.15625,-3 0.27406,0.20213 0.57454,0.34966 0.875,0.375 0.96149,0.0811 1.94363,-1.10637 2.125,-2.1875 0.0244,0.0147 0.0379,0.0486 0.0625,0.0625 0.005,0.009 -0.005,0.0219 0,0.0313 0.32463,0.56545 1.04373,0.87692 1.84375,0.9375 0.19598,0.0148 0.39153,0.0121 0.59375,0 -0.0227,0.23387 -0.008,0.4942 0.0937,0.75 0.34635,0.86748 1.32103,1.69412 2.0625,1.4375 1.02966,-0.35637 1.20866,-2.50678 0.4375,-3.3125 0.0756,-0.0991 0.10699,-0.20184 0.15625,-0.3125 0.0181,-0.0405 0.049,-0.0828 0.0625,-0.125 0.25915,-0.14991 0.43979,-0.35801 0.5,-0.59375 0.1174,-0.45961 -0.39706,-1.03837 -0.90625,-1.1875 -0.0365,-0.0564 -0.0852,-0.10156 -0.125,-0.15625 0.12966,-0.0142 0.24759,-0.0587 0.375,-0.0937 0.34915,-0.0962 0.67481,-0.27627 0.96875,-0.5 0.1006,-0.0576 0.21659,-0.11415 0.3125,-0.1875 0.82258,0.0489 1.65376,-0.0309 2.46875,-0.1875 -0.65433,0.17962 -1.18937,0.53033 -1.46875,1.0625 -0.5448,1.03773 -0.0502,2.51524 0.875,3.6875 0.009,0.36306 0.1628,0.76329 0.40625,1.125 0.45915,0.68219 1.22654,1.25517 1.9375,1.375 1.01011,0.8739 2.2185,1.54148 3.34375,1.65625 0.52387,0.77318 1.4235,1.4177 2.15625,1.28125 0.99125,-0.18459 1.57446,-2.04636 1,-2.875 -0.0579,-0.0835 -0.1378,-0.14741 -0.21875,-0.21875 0.38941,-0.81928 0.56112,-1.81257 0.53125,-2.75 0.19734,0.12277 0.39044,0.24754 0.59375,0.34375 -0.0264,0.25793 -0.0313,0.49993 0,0.75 0.36201,2.89503 5.60109,4.8912 8.09375,3.375 0.71728,-0.4363 1.30653,-1.19805 1.75,-2.09375 0.25634,-0.51773 0.44451,-1.09792 0.59375,-1.6875 0.0847,0.91665 0.40009,1.88671 0.90625,2.8125 -1.14146,0.25721 -2.22444,0.94582 -2.28125,1.875 -0.0402,0.65758 0.42097,1.31687 1.0625,1.8125 1.06921,0.82605 2.70042,1.24853 3.625,0.65625 0.32062,-0.20539 0.50495,-0.5544 0.625,-0.96875 0.23038,0.15058 0.45109,0.29157 0.6875,0.40625 0.67265,1.61795 1.86584,3.01436 3.21875,3.25 2.24929,0.39176 4.93906,-3.06887 4.375,-5.28125 -0.10145,-0.39789 -0.31672,-0.79087 -0.59375,-1.15625 0.87276,0.30035 1.96259,0.26457 2.53125,-0.25 1.09561,-0.99141 0.96629,-3.94515 -0.4375,-4.40625 -0.58289,-0.19146 -1.27706,0.0391 -1.875,0.5 -0.24914,0.19204 -0.4803,0.43595 -0.6875,0.6875 -0.14174,-0.16116 -0.31363,-0.30194 -0.5,-0.4375 -0.0527,-0.14468 -0.11608,-0.27408 -0.1875,-0.40625 -0.10675,-0.19756 -0.22645,-0.38174 -0.375,-0.5625 0.66272,-0.11031 1.28419,-0.40659 1.53125,-0.875 0.10886,-0.10178 0.1819,-0.2219 0.1875,-0.34375 0.004,-0.0882 -0.0292,-0.17264 -0.0937,-0.25 -0.0379,-0.39159 -0.26367,-0.80751 -0.59375,-1.15625 -0.0304,-0.0321 -0.0617,-0.0626 -0.0937,-0.0937 0.0241,-0.0291 0.0397,-0.0628 0.0625,-0.0937 0.35718,0.22078 0.77441,0.39195 1.1875,0.5 0.97839,1.92746 2.74644,3.50794 4.4375,3.1875 1.44438,-0.2737 2.52851,-1.78037 3.0625,-3.5625 0.47103,-0.20934 0.9324,-0.62256 1.25,-1.09375 0.058,0.0128 0.13161,0.004 0.1875,0 0.11866,-0.008 0.22624,-0.054 0.34375,-0.125 0.14621,-0.0267 0.25867,-0.0608 0.375,-0.125 0.23514,0.0595 0.48678,0.0898 0.75,0.0937 0.41305,0.006 0.83996,-0.0407 1.25,-0.15625 0.086,0.0982 0.20697,0.19259 0.3125,0.28125 -0.0691,0.19653 -0.11898,0.40226 -0.125,0.625 -0.0928,-0.005 -0.18453,-0.0358 -0.28125,-0.0313 -1.15708,0.0544 -2.50034,0.80823 -2.5,1.78125 3e-4,0.87218 1.03035,1.65282 2.09375,1.9375 -0.36581,-0.0659 -0.72042,-0.0824 -1.0625,-0.0313 -0.78749,0.11774 -1.56425,0.56746 -2.28125,1.1875 -2.15101,1.86012 -3.60151,5.43473 -2.125,7.3125 2.17987,2.77227 9.2969,0.80167 10.25,-2.59375 0.64403,-2.29436 -2.12732,-5.30925 -4.65625,-5.84375 0.6471,0.14906 1.29092,0.12519 1.71875,-0.1875 0.13794,-0.10082 0.22892,-0.24833 0.3125,-0.40625 0.58954,0.58893 1.29547,1.01554 1.96875,1 0.1211,-0.003 0.22618,-0.0299 0.34375,-0.0625 0.0112,0.49307 0.10914,0.97119 0.3125,1.375 1.08635,2.15718 5.69591,2.21847 7.21875,0.34375 0.3633,-0.44725 0.59403,-1.03156 0.71875,-1.6875 0.34349,0.35054 0.77258,0.65729 1.25,0.90625 -0.78672,0.7398 -1.30276,1.61286 -1.28125,2.5625 0.0754,3.33151 6.06784,5.95894 9.25,4.625 0.85951,-0.14855 1.75849,-0.70485 1.96875,-1.40625 0.10212,-0.34065 0.0615,-0.74761 -0.0625,-1.15625 0.11754,-0.61212 0.13785,-1.2684 0.0625,-1.9375 0.3207,0.68284 0.76963,1.24502 1.34375,1.5 0.48449,0.21517 1.05247,0.14413 1.625,-0.0625 0.22194,1.49736 0.87535,2.81437 2.03125,3.25 1.50591,0.56755 3.44246,-0.37547 4.875,-1.84375 0.0213,0.009 0.0412,0.0228 0.0625,0.0313 0.0263,0.11405 0.0581,0.23039 0.0937,0.34375 -0.005,0.0129 -0.0266,0.0183 -0.0313,0.0313 -0.40732,1.1452 -0.29622,2.65633 0.46875,3.28125 0.96033,0.78452 3.14648,-0.14632 3.46875,-1.34375 0.0488,-0.18113 0.0478,-0.35689 0.0313,-0.5625 0.55898,-0.66168 0.89532,-1.53506 0.71875,-2.21875 -0.0437,-0.16934 -0.11954,-0.33871 -0.21875,-0.5 0.25741,-0.35157 0.51017,-0.75193 0.6875,-1.1875 0.4893,0.48594 1.09038,0.90393 1.71875,1.25 0.006,1.9701 0.68912,3.91355 2.0625,4.625 0.31635,0.38378 0.68744,0.68524 1.09375,0.84375 0.53907,0.2103 1.19889,0.22563 1.875,0.0937 1.69913,-0.33142 3.50662,-1.59034 3.90625,-3 0.34267,0.32552 0.88944,0.5348 1.34375,0.5 0.28702,0.25812 0.62726,0.49104 1,0.6875 0.004,0.008 -0.004,0.0229 0,0.0313 0.67477,1.35927 3.07572,1.69323 4.6875,1.0625 1.33786,0.87614 3.01983,1.3635 4.3125,1.03125 0.16544,0.39445 0.53598,0.72518 1,0.96875 0.97431,0.51144 2.34214,0.63696 3,0.0313 0.0486,-0.0447 0.0857,-0.10302 0.125,-0.15625 0.27332,0.52354 0.69242,0.99094 1.15625,1.1875 0.0406,0.55472 0.42163,1.08233 0.96875,1.5 1.00205,0.76497 2.51553,1.15135 3.375,0.59375 1.07897,-0.7 0.86182,-3.14623 -0.21875,-3.84375 -0.57006,-0.36798 -1.4629,-0.36743 -2.28125,-0.125 -0.009,-0.14222 -0.038,-0.28774 -0.0937,-0.40625 -0.16488,-0.35077 -0.55057,-0.63151 -1,-0.8125 0.0134,-0.1216 0.0348,-0.24606 0.0313,-0.375 -0.008,-0.30573 -0.0617,-0.62856 -0.15625,-0.9375 0.23444,0.18771 0.47665,0.31116 0.71875,0.28125 0.35227,-0.0435 0.61692,-0.45326 0.71875,-0.875 0.31448,0.59965 0.78398,1.04942 1.34375,1.09375 0.17158,0.0136 0.33246,-0.01 0.5,-0.0625 0.52359,0.18463 1.05466,0.24748 1.53125,0.0625 0.8624,-0.33472 1.43283,-1.29625 1.6875,-2.40625 0.0733,-0.0761 0.15468,-0.16438 0.21875,-0.25 2.11687,-2.82906 -1.62312,-9.20906 -5.15625,-9.25 -0.92215,-0.0107 -1.81845,0.50176 -2.5625,1.28125 -0.49714,-0.21154 -1.14089,-0.24061 -1.6875,-0.0937 -1.13559,-1.03108 -2.48755,-1.72127 -3.6875,-1.53125 -1.71348,0.27135 -2.97833,2.6093 -3.0625,4.65625 -0.30005,0.17814 -0.55863,0.50177 -0.75,0.875 -0.0403,-0.30028 -0.11405,-0.58073 -0.21875,-0.84375 -0.0777,-0.70181 -0.33651,-1.30325 -0.84375,-1.65625 -1.1581,-0.80595 -3.15509,-0.16144 -4.5,1 0.024,-0.25877 -0.02,-0.5437 -0.1875,-0.8125 -0.0305,-0.16179 -0.0843,-0.31445 -0.1875,-0.4375 -0.16725,-0.19946 -0.40277,-0.32215 -0.6875,-0.375 -0.25863,-0.13724 -0.54187,-0.20801 -0.78125,-0.15625 -0.15983,0.0346 -0.28696,0.14647 -0.40625,0.28125 -0.28924,0.0852 -0.57339,0.18585 -0.8125,0.34375 0.66228,-2.41954 0.46734,-5.17602 -0.96875,-6.53125 -1.01778,-0.96047 -2.75564,-1.06326 -4.40625,-0.59375 -0.39309,-0.8983 -0.95158,-1.63828 -1.6875,-2 -2.12521,-1.04457 -5.79271,1.63339 -5.875,4 -0.002,0.0636 -0.002,0.12313 0,0.1875 -0.8493,0.34266 -1.53853,0.86778 -1.875,1.59375 -1.11694,0.08 -2.20573,0.34177 -3.03125,0.84375 -0.069,-0.19416 -0.12558,-0.41161 -0.25,-0.59375 1.75805,0.0651 3.4549,-2.54304 3.28125,-4.40625 0.44061,-0.42003 0.74134,-0.91358 0.78125,-1.40625 0.22574,0.2499 0.50111,0.41769 0.78125,0.5 1.34831,0.39616 3.66706,-1.1949 3.34375,-2.5625 -0.13425,-0.56787 -0.67291,-0.99398 -1.34375,-1.25 -1.11806,-0.42671 -2.61765,-0.36389 -3.25,0.375 -0.34383,0.40176 -0.35408,1.03591 -0.1875,1.65625 -0.23842,-0.18125 -0.5295,-0.32498 -0.84375,-0.4375 -0.99443,-0.35608 -2.24759,-0.36671 -3.03125,0.0937 -1.21978,-0.22927 -2.40803,-0.0402 -3.03125,0.75 -0.27369,0.34703 -0.42552,0.77853 -0.46875,1.25 -0.38826,0.18914 -0.75221,0.48561 -1.0625,0.875 0.0123,-0.0932 -0.0122,-0.15744 -0.0313,-0.25 -0.22448,-1.09319 -2.49958,-1.57603 -3.25,-0.75 -0.0801,0.0881 -0.14815,0.19556 -0.1875,0.3125 -0.58543,-0.60471 -1.46248,-1.0325 -2.09375,-0.8125 -0.84492,0.29446 -1.11291,1.93231 -0.5625,2.65625 -0.11289,-0.0141 -0.22873,-0.0365 -0.34375,-0.0313 -0.15257,-0.51111 -0.43186,-0.93973 -0.8125,-1.15625 -0.97396,-0.55401 -2.7686,0.57207 -2.875,1.6875 -0.0459,0.48146 0.16369,1.05121 0.53125,1.53125 -0.36182,0.0431 -0.70825,0.13015 -1.0625,0.25 0.4771,-0.78864 0.67259,-1.67627 0.25,-2.28125 -0.24746,-0.35426 -0.67121,-0.56051 -1.15625,-0.65625 0.024,-0.21202 0.0128,-0.39494 -0.0937,-0.5625 -0.2047,-0.32182 -0.62463,-0.48582 -1.09375,-0.5 -0.78187,-0.0236 -1.70556,0.34564 -1.9375,0.9375 -0.0946,0.24148 -0.0324,0.50694 0.0937,0.78125 -0.0312,0.0223 -0.0639,0.0393 -0.0937,0.0625 -0.14222,-0.0547 -0.28516,-0.0998 -0.4375,-0.125 -0.86033,-0.14262 -1.75466,0.22701 -2.5625,0.84375 -0.15674,-0.0932 -0.30597,-0.17218 -0.46875,-0.1875 -0.21209,-0.02 -0.46014,0.0299 -0.6875,0.125 0.0296,-0.0884 0.0764,-0.15283 0.0937,-0.25 0.10633,-0.59687 -0.0471,-1.33471 -0.375,-1.78125 -0.004,-0.0226 -0.026,-0.0405 -0.0313,-0.0625 -0.0147,-0.018 -0.0158,-0.0456 -0.0313,-0.0625 -0.0225,-0.0698 -0.0212,-0.15721 -0.0625,-0.21875 -0.0474,-0.0706 -0.12129,-0.13336 -0.1875,-0.1875 -0.0145,-0.19069 -0.0385,-0.39559 -0.125,-0.59375 -0.0148,-0.0339 -0.0459,-0.0601 -0.0625,-0.0937 0.0601,-0.0456 0.1355,-0.0727 0.1875,-0.125 0.13067,-0.13137 0.24959,-0.29353 0.34375,-0.46875 0.37544,0.6475 1.5984,1.12099 2.09375,0.625 0.22696,-0.22725 0.26187,-0.61184 0.1875,-1 -0.12395,-0.64693 -0.59603,-1.32416 -1.125,-1.40625 -0.15692,-0.0243 -0.31373,0.0427 -0.46875,0.125 -0.0115,-0.064 -0.007,-0.1227 -0.0313,-0.1875 -0.0369,-0.0993 -0.0961,-0.22077 -0.15625,-0.3125 0.15914,-0.40678 0.21275,-0.85689 0.1875,-1.34375 0.31833,0.13104 0.6667,0.15235 0.875,-0.0313 0.18871,-0.16634 0.22632,-0.4429 0.1875,-0.75 -0.0647,-0.51183 -0.37187,-1.06576 -0.78125,-1.15625 -0.21414,-0.0473 -0.4585,0.0734 -0.65625,0.25 -0.19576,-0.51957 -0.43718,-1.02724 -0.75,-1.5 0.0225,-0.82344 -0.17835,-1.62888 -0.6875,-2.03125 -0.42085,-0.33259 -1.09791,-0.32761 -1.71875,-0.125 -0.31627,-0.12966 -0.6473,-0.20911 -0.96875,-0.21875 -1.07666,-0.0323 -2.11701,0.84357 -2.8125,1.96875 -1.37398,-2.90999 -6.91445,-4.94659 -9.4375,-3.125 -1.89492,1.36809 -1.68592,5.29553 -0.15625,7.375 -0.73204,0.52626 -1.2722,1.22412 -1.3125,1.9375 -0.0303,0.53583 0.27771,1.06904 0.75,1.5 -0.9665,0.44295 -1.87152,1.28165 -2.34375,2.15625 -0.86237,-0.24792 -1.86876,-0.12779 -2.21875,0.5 -0.27733,0.49747 -0.11172,1.17794 0.28125,1.78125 -0.0962,0.0589 -0.15653,0.13395 -0.21875,0.21875 -0.0595,0.0811 -0.10636,0.17762 -0.125,0.28125 -0.008,0.0135 -0.0239,0.0174 -0.0313,0.0313 -0.17579,-0.18352 -0.42314,-0.29728 -0.6875,-0.375 -0.0299,-0.34721 -0.0989,-0.70417 -0.1875,-1.0625 0.7964,-0.78781 1.46906,-1.76728 1.875,-2.75 0.48108,0.22613 1.44795,-0.22006 1.40625,-0.75 -0.0173,-0.22004 -0.20156,-0.42797 -0.4375,-0.5625 -0.0983,-0.0561 -0.20026,-0.0911 -0.3125,-0.125 0.30822,-0.43509 0.5112,-0.89966 0.5625,-1.375 0.23049,-2.1357 -3.20731,-4.44589 -5.25,-3.78125 -0.55259,0.1798 -1.05029,0.60748 -1.5,1.125 -0.0877,-0.15977 -0.20667,-0.28114 -0.34375,-0.375 -0.68838,-0.47133 -2.10203,0.2727 -2.25,1.09375 -0.0583,0.32379 0.0454,0.70948 0.25,1.0625 -0.0562,0.0906 -0.10581,0.18403 -0.15625,0.28125 -0.51772,0.0333 -1.0215,0.20748 -1.5,0.5 0.27082,-1.04498 -0.21128,-2.63726 -1.15625,-2.78125 -0.3194,-0.0487 -0.66613,0.0707 -0.96875,0.28125 -0.0528,-0.0192 -0.10114,-0.0486 -0.15625,-0.0625 -0.15862,-0.0401 -0.30483,-0.065 -0.46875,-0.0625 -0.25947,-1.68775 -0.99437,-3.22641 -2.1875,-3.84375 -0.9778,-0.50593 -2.29983,-0.2528 -3.46875,0.40625 -0.58709,-1.00951 -1.42806,-1.79828 -2.34375,-1.96875 -1.40877,-0.26227 -3.02061,1.24006 -3.625,2.8125 -0.49911,-0.34812 -1.06869,-0.57303 -1.53125,-0.4375 -0.71842,0.2105 -1.06885,1.34757 -0.90625,2.1875 -0.51455,0.0816 -1.00336,0.23383 -1.4375,0.4375 -0.42658,-0.19628 -0.85149,-0.31947 -1.28125,-0.34375 -0.0799,-0.005 -0.16893,-10e-4 -0.25,0 -0.29923,-0.66136 -0.68498,-1.2349 -1.15625,-1.65625 -0.0105,-0.12635 -0.0343,-0.24976 -0.0625,-0.375 -0.51302,-2.27757 -3.68856,-3.68033 -6.625,-3.75 -0.0323,-0.056 -0.0575,-0.10125 -0.0937,-0.15625 -0.53593,-0.8133 -1.49385,-1.51543 -2.3125,-1.53125 z m -31.0625,0.15625 c -2.041537,0.0215 -4.450772,1.24988 -5.0625,2.90625 -0.06401,0.17332 -0.09217,0.37339 -0.125,0.5625 -0.707539,0.32233 -1.361435,0.76496 -1.90625,1.28125 -0.150371,-1.29579 -0.662392,-2.42325 -1.625,-2.96875 -0.684461,-0.38788 -1.512877,-0.46489 -2.375,-0.3125 -0.237924,-0.26121 -0.516296,-0.47498 -0.8125,-0.625 -2.014196,-1.02015 -5.550758,1.46341 -5.65625,3.71875 -0.02795,0.59748 0.171269,1.25295 0.5,1.875 -0.191991,0.5482 -0.279805,1.09751 -0.21875,1.625 0.01728,0.14931 0.05033,0.29349 0.09375,0.4375 -0.495485,0.2904 -0.889038,0.73733 -0.90625,1.1875 -0.0077,0.20088 0.07941,0.38402 0.21875,0.5625 -0.104674,0.20717 -0.194011,0.40957 -0.28125,0.625 -0.159441,0.0274 -0.30168,0.0962 -0.4375,0.15625 1.017995,-2.33192 -0.185937,-6.54833 -2.4375,-7.34375 -1.644552,-0.58098 -3.954561,1.03734 -4.8125,2.84375 -1.143262,-2.15475 -5.447055,-3.46142 -7.28125,-1.96875 -1.013456,0.82475 -1.121332,2.68085 -0.59375,4.1875 -0.914753,-1.48563 -2.200567,-2.75679 -3.5625,-3.28125 -0.429287,-1.36371 -1.175154,-2.528 -2.21875,-3 -2.287984,-1.03482 -6.087028,1.92639 -6.09375,4.4375 -4.56e-4,0.17064 0.0013,0.35697 0.03125,0.53125 -0.209361,-0.18866 -0.476942,-0.30385 -0.6875,-0.21875 -0.18943,0.0766 -0.290686,0.2855 -0.34375,0.53125 -0.08844,0.40958 -0.008,0.91404 0.28125,1.09375 0.307047,0.19077 0.864225,-0.0638 1.0625,-0.40625 0.101698,0.22295 0.2386,0.4376 0.375,0.65625 -0.271769,0.2225 -0.488004,0.5143 -0.6875,0.84375 -0.662784,-0.64461 -1.783075,-0.95879 -2.9375,-0.96875 -1.09648,-1.07264 -3.261541,-1.59061 -4.4375,-0.875 -0.451187,0.27456 -0.814873,0.71771 -1.09375,1.28125 -0.724565,1.46415 -0.797895,3.58639 0.09375,4.625 -0.498337,0.20142 -0.924881,0.55432 -1.0625,0.96875 -0.319379,0.96179 0.657156,2.60586 1.65625,2.71875 -0.122814,0.5864 -0.155092,1.16652 -0.03125,1.6875 -0.03226,-0.0446 -0.05551,-0.0826 -0.09375,-0.125 -0.368278,-0.40817 -0.993168,-0.70144 -1.40625,-0.53125 -0.518577,0.21365 -0.626091,1.27071 -0.21875,1.65625 0.468863,0.44377 1.7528,0.28332 1.90625,-0.34375 0.0082,-0.0334 0.02923,-0.0595 0.03125,-0.0937 0.04803,0.0997 0.09512,0.18741 0.15625,0.28125 0.184326,0.28293 0.415925,0.54225 0.6875,0.75 0.04825,0.13921 0.11748,0.27386 0.1875,0.40625 -0.07083,0.28104 -0.138561,0.57692 -0.125,0.84375 -0.05936,0.57195 -0.01318,1.1048 0.125,1.59375 -0.137345,0.027 -0.287073,0.0583 -0.375,0.15625 -0.180557,0.20123 -0.204975,0.52082 -0.125,0.84375 0.102839,0.41526 0.394272,0.80732 0.71875,1 0.01527,0.1611 0.03326,0.33417 0.09375,0.5 -0.638493,-0.38764 -1.314741,-0.62105 -1.90625,-0.5 0.522164,-0.5773 0.860889,-1.38121 0.71875,-2 -0.07788,-0.33906 -0.299443,-0.64611 -0.59375,-0.9375 -0.882921,-0.87417 -2.481895,-1.39409 -3.25,-0.6875 -0.928616,0.85425 -0.376214,3.03655 0.6875,3.96875 -1.074813,-0.22888 -2.254675,-0.25731 -3.3125,-0.0313 0.9924,-1.1511 1.736869,-2.641 1.9375,-4.03125 0.727645,-1.08666 1.129075,-2.29222 0.9375,-3.34375 -0.102194,-0.56093 -0.409979,-1.05691 -0.84375,-1.5 0.01943,-0.47948 -0.0077,-0.95631 -0.09375,-1.40625 0.421929,-0.0147 0.807126,-0.0961 1.09375,-0.3125 0.205628,-0.15522 0.360504,-0.39958 0.5,-0.65625 0.249588,0.11126 0.629722,0.0677 0.78125,-0.125 0.232551,-0.29569 0.05954,-1.03809 -0.3125,-1.09375 -0.02163,-0.003 -0.04073,-0.001 -0.0625,0 0.142731,-1.10102 -0.157059,-2.2758 -0.96875,-2.625 -0.199957,-0.086 -0.430969,-0.10484 -0.65625,-0.0937 -0.285677,-0.4755 -0.710072,-0.81742 -1.15625,-0.78125 -0.405633,0.0329 -0.752983,0.34563 -1,0.78125 -0.276064,0.48683 -0.412588,1.11083 -0.34375,1.625 -0.180728,0.25998 -0.311784,0.53997 -0.40625,0.8125 -1.401684,0.0641 -2.970298,1.22682 -3.9375,2.625 -0.06093,0.0354 -0.130088,0.0543 -0.1875,0.0937 -0.636351,0.43749 -1.138682,1.15466 -1.5,2 -0.139318,0.32595 -0.249287,0.67424 -0.34375,1.03125 -0.698391,0.19808 -1.240682,1.37896 -0.9375,2.03125 0.09507,0.20455 0.274089,0.38609 0.5,0.53125 -0.378276,0.52152 -0.576532,1.10683 -0.40625,1.625 0.104983,0.31946 0.328959,0.59748 0.625,0.8125 0.388486,1.90868 1.439448,3.64465 2.96875,3.90625 0.323179,0.0553 0.641665,0.0309 0.96875,-0.0313 -0.02951,0.063 -0.06959,0.12158 -0.09375,0.1875 -1.141226,3.1141 3.937106,7.88381 7.125,6.96875 1.225529,-0.35178 2.098323,-1.72787 2.46875,-3.25 1.356657,-0.0821 2.991118,-1.57949 2.96875,-2.875 -0.005,-0.2893 -0.083,-0.5798 -0.21875,-0.875 0.3252,0.14435 0.666497,0.21444 0.96875,0.15625 0.59331,-0.11422 1.009985,-0.77736 1.1875,-1.5 0.302011,0.19325 0.687875,0.30327 1.09375,0.375 0.991799,0.17529 2.175818,-0.0174 3,-0.5 0.394006,0.0506 0.77979,0.0519 1.125,-0.0625 1.7093,-0.56646 2.340275,-3.80693 1.34375,-5.375 0.268464,-0.16169 0.479047,-0.46056 0.625,-0.8125 0.02455,-0.0592 0.04186,-0.12554 0.0625,-0.1875 0.109724,0.14044 0.249136,0.26299 0.40625,0.34375 0.06065,0.0312 0.122881,0.0418 0.1875,0.0625 -0.352296,0.31679 -0.57751,0.67111 -0.59375,1.09375 -0.02488,0.64754 0.420606,1.27691 1.0625,1.75 0.757789,0.55851 1.769951,0.89889 2.625,0.84375 2.314503,1.13491 5.882553,1.07676 7.25,-0.625 0.593033,-0.73802 0.661054,-1.83385 0.40625,-2.9375 0.07806,0.0291 0.170525,0.0441 0.25,0.0625 0.506046,0.11711 1.072708,0.0483 1.65625,-0.15625 0.596696,-0.20917 1.179345,-0.57252 1.6875,-1 -0.04483,0.23772 -0.0382,0.47361 0,0.6875 -0.17687,0.0846 -0.338221,0.19821 -0.46875,0.34375 -1.284725,1.43245 0.429245,5.08861 2.34375,5.28125 0.663839,0.0668 1.329547,-0.40212 1.84375,-1.03125 0.204683,0.17511 0.419057,0.29709 0.65625,0.34375 0.879266,0.17296 1.934127,-0.90279 2.125,-1.875 0.08423,-0.008 0.164123,-0.0326 0.25,-0.0625 -0.07324,0.5182 -0.02431,1.01527 0.125,1.46875 0.765869,2.3261 5.379278,3.12031 7.1875,1.46875 0.520328,-0.47525 0.90442,-1.19059 1.125,-2 0.492237,-1.80624 0.239668,-4.13603 -0.75,-5.46875 0.678153,0.23019 1.349652,0.32981 1.96875,0.21875 0.09293,-0.0167 0.188706,-0.0376 0.28125,-0.0625 0.284325,0.94355 1.127176,1.85394 2.15625,2.5 0.02476,1.17002 2.206403,2.21032 3.1875,1.5625 0.228603,-0.15095 0.363899,-0.41445 0.4375,-0.71875 0.179497,-0.0442 0.371905,-0.10519 0.53125,-0.1875 0.58618,-0.30278 0.94645,-0.94617 1.15625,-1.6875 0.377875,-0.11038 0.733677,-0.57723 0.6875,-0.9375 -0.03197,-0.24944 -0.231759,-0.48946 -0.5,-0.65625 -0.05241,-1.08703 -0.433363,-2.13737 -1.125,-2.6875 -0.448318,-0.35659 -1.040719,-0.55194 -1.71875,-0.625 -0.32293,-0.0348 -0.660486,-0.0237 -1,0 0.392398,-0.69802 0.672293,-1.42796 0.84375,-2.15625 0.802484,0.37502 1.620906,0.48067 2.375,0.21875 0.882414,-0.30649 1.538711,-1.0545 2,-2.03125 0.376965,-0.22986 0.649054,-0.52468 0.78125,-0.875 0.08976,-0.23786 0.09769,-0.51214 0.03125,-0.78125 2.567485,-1.52281 3.655694,-7.07138 1.5625,-9.125 -0.572915,-0.56208 -1.447029,-0.82227 -2.375,-0.8125 z m 95.6875,5.28125 c -0.29934,0.0255 -0.58575,0.12884 -0.75,0.3125 -0.12603,0.14093 -0.18177,0.34048 -0.21875,0.5625 -0.0595,0.35733 -0.0207,0.76571 0.125,1.09375 -0.24324,-0.12231 -0.56441,-0.11353 -0.875,0 -0.14685,-0.25652 -0.43236,-0.49447 -0.65625,-0.40625 -0.13554,0.0534 -0.21064,0.20011 -0.25,0.375 -0.0492,0.21861 -0.0399,0.48468 0.0625,0.65625 -0.0593,0.0935 -0.1052,0.21262 -0.125,0.3125 -0.15811,0.79774 0.88486,2.03882 1.65625,1.78125 0.3203,-0.10695 0.54363,-0.44377 0.65625,-0.84375 0.13124,-0.46609 0.11497,-1.00068 -0.0625,-1.40625 0.0533,0.0294 0.0962,0.0808 0.15625,0.0937 0.8187,0.17598 1.84075,-1.26631 1.5,-2.03125 -0.1671,-0.37511 -0.71985,-0.54257 -1.21875,-0.5 z m 18.84375,0.5 c -0.19964,0.0164 -0.37561,0.0608 -0.53125,0.15625 -0.78156,0.47928 -0.66364,2.23337 0.0937,2.75 0.87178,0.59466 2.88368,-0.0106 2.96875,-1.0625 0.0353,-0.43676 -0.23612,-0.84954 -0.65625,-1.1875 -0.52516,-0.42246 -1.27608,-0.70544 -1.875,-0.65625 z m -30.78125,2.875 c 0.0197,0.0622 0.0379,0.128 0.0625,0.1875 0.0261,0.0631 0.0621,0.12583 0.0937,0.1875 -0.023,0.0412 -0.0434,0.0825 -0.0625,0.125 -0.15259,0.34008 -0.15462,0.75724 -0.125,1.1875 -0.20758,-0.36066 -0.47995,-0.69714 -0.8125,-1 0.30478,-0.21787 0.60159,-0.4344 0.84375,-0.6875 z M 57.46875,112.6875 c 0.145833,0.39508 0.34173,0.78136 0.625,1.15625 -0.724094,0.16381 -1.496049,0.82277 -1.5625,1.46875 -0.04295,0.4175 0.170053,0.90204 0.5,1.3125 -0.02305,0.0309 -0.04057,0.062 -0.0625,0.0937 -0.250498,-0.49336 -0.689085,-0.90192 -1.125,-0.84375 -0.331367,0.0442 -0.597126,0.31964 -0.78125,0.6875 -0.306877,0.6131 -0.353997,1.47247 0.03125,1.875 0.06045,0.0632 0.105417,0.1191 0.1875,0.15625 -0.156877,-0.003 -0.314186,-0.0405 -0.46875,-0.0313 -0.05764,-0.75087 -0.249478,-1.48774 -0.5625,-2.125 -0.05797,-0.18338 -0.140786,-0.33768 -0.25,-0.46875 -0.03702,-0.0566 -0.08574,-0.10283 -0.125,-0.15625 -0.01056,-0.009 -0.02032,-0.0232 -0.03125,-0.0313 -0.273309,-0.36241 -0.597011,-0.64707 -0.96875,-0.8125 0.144794,-0.002 0.288562,-0.0165 0.4375,-0.0313 1.601956,-0.15907 3.375589,-1.05002 4.15625,-2.25 z m 74.75,0.78125 c 0.53854,0.29301 1.12225,0.48774 1.6875,0.59375 0.0358,0.0702 0.0548,0.14893 0.0937,0.21875 0.33692,0.60349 0.78809,1.17962 1.3125,1.6875 -0.47923,-0.20835 -1.03498,-0.26899 -1.40625,-0.0625 -0.0964,0.0536 -0.19853,0.10153 -0.28125,0.1875 -0.19748,-0.19502 -0.42443,-0.36717 -0.65625,-0.53125 -0.25876,-0.49649 -0.58018,-0.92966 -0.9375,-1.28125 0.10975,-0.27395 0.16216,-0.54414 0.1875,-0.8125 z M 11.4375,115.5625 c -2.0987824,0.0188 -4.6758856,1.57696 -5.125,3.40625 -0.1403949,0.57185 -0.1041311,1.21505 0.0625,1.875 -0.5357557,0.29204 -0.8244883,1.00005 -0.875,1.75 -0.4978716,0.32121 -0.7274913,1.32123 -0.375,1.78125 0.2643453,0.34499 0.8780904,0.49818 1.40625,0.4375 0.711342,0.33043 1.7324585,0.33958 2.5625,0.0313 0.258281,0.19143 0.5106261,0.36932 0.78125,0.5 -0.2607547,0.95783 -0.1969394,2.00188 0.34375,2.5625 0.635054,0.65846 2.051948,0.47498 2.9375,-0.125 0.02301,0.003 0.03923,0.0285 0.0625,0.0313 0.26459,0.0312 0.53335,5.1e-4 0.8125,-0.0313 -0.325279,0.22593 -0.581844,0.64903 -0.4375,0.9375 0.08726,0.17438 0.293418,0.28073 0.53125,0.3125 0.396386,0.0529 0.882319,-0.0861 1.03125,-0.375 0.167625,-0.32511 -0.165388,-0.84252 -0.53125,-0.96875 0.818839,-0.22064 1.513991,-0.70397 1.625,-1.375 0.102391,-0.61894 -0.287716,-1.26642 -0.875,-1.78125 0.06173,-0.008 0.132677,-0.009 0.1875,-0.0313 0.558056,-0.22723 0.933592,-1.22654 0.71875,-1.8125 0.499417,-0.44347 0.477826,-1.64048 -0.03125,-2.0625 -0.160005,-0.13264 -0.379587,-0.21852 -0.625,-0.25 -0.274771,-0.0353 -0.564746,-0.0142 -0.84375,0.0625 0.01606,-0.39182 0.007,-0.77681 -0.03125,-1.15625 0.07884,-0.13578 0.115976,-0.28416 0.0625,-0.40625 -0.02677,-0.0611 -0.09943,-0.11465 -0.15625,-0.15625 -0.197433,-1.09553 -0.648291,-2.0577 -1.375,-2.625 -0.494923,-0.38636 -1.144156,-0.53752 -1.84375,-0.53125 z m 156.03125,0.0313 c 0.10149,0.24079 0.20794,0.46857 0.34375,0.6875 -0.21415,0.10062 -0.42544,0.24199 -0.625,0.40625 0.003,-0.15788 -0.0222,-0.3091 -0.0313,-0.46875 0.11869,-0.13544 0.22373,-0.26739 0.28125,-0.4375 0.0211,-0.0624 0.0192,-0.12313 0.0313,-0.1875 z m -78.0625,0.34375 c -1.144638,0.0439 -2.414132,0.65614 -2.8125,1.53125 -0.137559,0.30219 -0.168333,0.65198 -0.15625,1.03125 -0.833851,-0.89128 -2.868969,-1.06515 -3.71875,-0.25 -1.131228,1.08514 -0.877862,4.2106 0.625,4.65625 0.09333,0.0277 0.184462,0.0236 0.28125,0.0313 0.160436,0.53022 0.4866,1.01239 0.90625,1.125 0.689321,0.18498 1.613642,-0.82665 1.5,-1.53125 -0.02304,-0.14288 -0.0954,-0.26986 -0.1875,-0.40625 0.141194,-0.25541 0.242046,-0.52285 0.3125,-0.8125 0.276336,-0.40837 0.497516,-0.85124 0.59375,-1.28125 0.122251,0.28971 0.296842,0.55849 0.46875,0.8125 -0.01088,0.20722 0.01263,0.40636 0.0625,0.59375 0.03887,0.14606 0.112844,0.26574 0.1875,0.40625 -0.08317,0.12109 -0.179167,0.23943 -0.25,0.375 -0.618062,1.1829 -0.767428,2.85974 -0.03125,3.65625 0.165679,0.17926 0.408434,0.26525 0.65625,0.34375 -0.079,0.0967 -0.13121,0.19247 -0.15625,0.3125 -0.07394,0.35443 0.127868,0.74216 0.4375,1.0625 0.51605,0.5339 1.356534,0.87388 1.90625,0.625 0.690106,-0.31244 0.786481,-1.74845 0.21875,-2.25 -0.02094,-0.0185 -0.03944,-0.0458 -0.0625,-0.0625 0.451296,-0.24421 0.8318,-0.57386 1,-0.96875 0.124361,-0.29197 0.123179,-0.63369 0.09375,-1 0.49214,-0.0227 0.929337,-0.15277 1.25,-0.46875 1.151619,-1.1348 0.43302,-3.81842 -0.90625,-5.125 0.02244,-0.71959 -0.109158,-1.36825 -0.5,-1.8125 -0.381072,-0.43314 -1.031967,-0.62007 -1.71875,-0.59375 z m -25.125,0.65625 c 0.0338,0.0893 0.08106,0.16166 0.125,0.25 0.09169,0.18436 0.215814,0.36076 0.34375,0.53125 0.0045,0.35042 0.04457,0.68612 0.125,1 -0.132128,0.18762 -0.267089,0.35837 -0.34375,0.5625 -0.235303,0.62657 -0.224963,1.37621 -0.0625,2.15625 0.112634,0.5408 0.305583,1.10139 0.5625,1.625 -0.300625,0.10319 -0.465897,0.67833 -0.28125,0.9375 0.174444,0.24485 0.681033,0.30111 0.96875,0.15625 0.07156,0.0977 0.143087,0.18886 0.21875,0.28125 -0.265593,0.33708 -0.513612,0.69735 -0.71875,1.0625 -0.436865,-0.55499 -1.192825,-0.95945 -1.6875,-0.65625 -0.268308,0.16445 -0.401715,0.49513 -0.4375,0.875 -0.253391,-0.15253 -0.507149,-0.29724 -0.78125,-0.375 -0.348371,-0.63367 -1.341693,-1.11079 -1.96875,-0.875 -0.09266,0.0348 -0.195755,0.0928 -0.28125,0.15625 -0.05339,-0.0196 -0.102421,-0.0449 -0.15625,-0.0625 0.07648,-0.18106 0.10092,-0.39419 0.0625,-0.625 -0.107027,-0.64297 -0.617606,-1.33303 -1.15625,-1.375 0.06113,-0.1119 0.111131,-0.23007 0.15625,-0.34375 0.03228,0.002 0.06192,3.9e-4 0.09375,0 0.05159,0.0785 0.118439,0.16494 0.1875,0.21875 0.158983,0.12387 0.354649,0.19525 0.59375,0.21875 0.175772,0.27318 0.401359,0.48645 0.6875,0.5625 1.304557,0.34674 3.02065,-1.89824 2.53125,-3.15625 -0.143997,-0.37015 -0.518471,-0.63591 -0.96875,-0.78125 0.957237,-0.49939 1.834195,-1.40778 2.1875,-2.34375 z m 112.15625,0.5625 c -0.32971,0.0309 -0.7045,0.30022 -0.75,0.59375 -0.0698,0.45049 0.54277,1.1311 0.96875,0.96875 0.17688,-0.0674 0.29006,-0.27335 0.34375,-0.5 0.0895,-0.37775 -0.0166,-0.8282 -0.28125,-1 -0.083,-0.0539 -0.17135,-0.0728 -0.28125,-0.0625 z M 108.78125,117.5 c 0.009,0.003 0.0219,-0.003 0.0313,0 0.12698,0.21282 0.25983,0.40825 0.40625,0.59375 -0.098,0.28285 -0.12818,0.59345 -0.15625,0.875 -0.0944,0.022 -0.19663,0.0232 -0.28125,0.0625 -0.25831,0.11989 -0.45525,0.36631 -0.65625,0.625 -0.0521,-0.18156 -0.11137,-0.34069 -0.21875,-0.46875 0.38814,-0.47769 0.71152,-1.06452 0.875,-1.6875 z m -52.1875,0.9375 c 0.02961,0.0735 0.04589,0.15439 0.09375,0.21875 0.01315,0.0177 0.04825,0.0146 0.0625,0.0313 -0.02493,0.0298 -0.04118,0.0615 -0.0625,0.0937 -0.204703,-0.052 -0.412152,-0.0944 -0.625,-0.125 0.192576,-0.0362 0.362789,-0.12559 0.53125,-0.21875 z m 57.625,0.28125 c 0.20694,0.11442 0.40963,0.21841 0.625,0.3125 0.0531,0.67722 0.18251,1.34986 0.40625,1.96875 -0.0663,0.0722 -0.14179,0.16197 -0.1875,0.25 -0.14744,0.28391 -0.15995,0.59059 -0.0937,0.9375 -0.89886,-0.35384 -1.90287,-0.39233 -2.40625,0.1875 -0.19237,-0.3036 -0.42229,-0.57126 -0.65625,-0.8125 0.10599,-0.23182 0.19042,-0.45366 0.1875,-0.6875 -0.001,-0.10481 -0.0334,-0.21076 -0.0625,-0.3125 0.88849,-0.38136 1.69097,-1.03642 1.9375,-1.78125 0.0854,-0.0114 0.16456,-0.0486 0.25,-0.0625 z m 78.875,0.15625 c -0.17432,0.34264 -0.33079,0.72016 -0.4375,1.09375 -0.0393,-0.11542 -0.0704,-0.22086 -0.15625,-0.28125 -0.29128,-0.20499 -0.90108,0.11906 -0.96875,0.46875 -0.0779,0.4025 0.45547,1.00659 0.84375,0.875 0.0436,-0.0148 0.0577,-0.064 0.0937,-0.0937 -0.0334,0.32187 -0.003,0.60843 0.0313,0.90625 -0.0384,0.0962 -0.0966,0.17771 -0.125,0.28125 -0.13459,-0.50637 -0.72252,-1.07908 -1.15625,-0.90625 -0.21391,0.0852 -0.3451,0.34833 -0.40625,0.625 -0.014,0.0633 -0.0252,0.12102 -0.0313,0.1875 -0.0403,-0.0296 -0.0806,-0.0684 -0.125,-0.0937 0.0161,-0.0516 0.0506,-0.10163 0.0625,-0.15625 0.1464,-0.6747 -0.053,-1.55223 -0.53125,-1.875 -0.0213,-0.13694 -0.0524,-0.27339 -0.0937,-0.40625 0.21465,-0.10212 0.3792,-0.23641 0.5,-0.40625 0.16164,0.19634 0.35439,0.33835 0.5625,0.40625 0.23954,0.0782 0.5218,0.074 0.8125,0 0.40749,-0.1037 0.81124,-0.33363 1.125,-0.625 z m 268.71875,1.0625 c -2.84109,-0.0578 -5.48615,4.72832 -4.375,7.34375 0.15464,0.36398 0.40225,0.70997 0.6875,1.03125 -1.62481,-0.41066 -3.27135,-0.35036 -4.34375,0.4375 -0.12477,0.0917 -0.238,0.19914 -0.34375,0.3125 -1.25735,-0.0744 -2.69653,0.52098 -3.9375,1.46875 -0.14143,-0.0507 -0.2922,-0.0816 -0.4375,-0.125 -1.70093,-1.77676 -5.59774,-2.54216 -7.25,-1.03125 -0.0593,0.0542 -0.10404,0.12672 -0.15625,0.1875 -1.13406,-0.38198 -2.33084,-0.51072 -3.28125,-0.21875 -0.0468,-0.0425 -0.10526,-0.0866 -0.15625,-0.125 -1.40352,-1.0566 -3.90723,-0.29689 -5.625,1.09375 -0.0426,-0.0207 -0.0805,-0.0451 -0.125,-0.0625 -1.46022,-0.57099 -3.44962,0.6921 -4.5625,2.3125 -0.01,-0.003 -0.0216,0.003 -0.0313,0 -0.6717,-0.22721 -1.62678,-0.086 -1.84375,0.46875 -0.22877,0.58488 0.38658,1.37712 1.0625,1.71875 -0.0145,0.25526 -0.0309,0.51459 0.0313,0.75 0.35176,1.33276 2.27156,2.09988 3.90625,2.03125 0.27371,0.29889 0.62212,0.5439 0.9375,0.5 0.35776,-0.0498 0.61119,-0.50612 0.6875,-0.9375 0.0515,-0.0344 0.10877,-0.0554 0.15625,-0.0937 0.19236,-0.15559 0.3515,-0.37247 0.5,-0.59375 1.09152,0.50955 2.32044,0.70034 3.21875,0.3125 0.20742,-0.0896 0.40402,-0.19801 0.59375,-0.34375 -0.25036,1.16667 -0.15904,2.28148 0.5,3.0625 1.08558,1.28652 3.31285,1.4312 5.375,0.84375 0.11002,0.34868 0.4393,0.64188 0.84375,0.84375 0.76735,0.38302 1.84077,0.45121 2.34375,-0.0313 0.43688,-0.41906 0.3619,-1.3131 0,-1.9375 0.92668,0.63856 1.90737,1.0302 2.84375,0.9375 0.1266,-0.0125 0.25191,-0.0619 0.375,-0.0937 0.31313,0.16243 0.70265,0.19876 1.125,0.15625 0.0289,-0.003 0.0647,0.004 0.0937,0 0.22328,1.00688 0.66931,1.88064 1.34375,2.4375 2.11672,1.74769 6.96031,-0.29059 7.6875,-2.9375 0.0112,-0.0407 0.0217,-0.0836 0.0313,-0.125 0.43721,0.15604 0.92927,0.13796 1.4375,0 -0.0603,0.1596 -0.0872,0.32281 -0.0313,0.46875 0.0562,0.14673 0.16266,0.25565 0.3125,0.34375 -0.36428,0.68404 -0.50669,1.41401 -0.15625,1.9375 0.33457,0.49978 1.00995,0.7137 1.75,0.71875 1.23342,0.008 2.6562,-0.58967 3,-1.53125 0.4316,-1.18204 -1.18239,-2.96551 -2.4375,-2.875 -0.22403,0.0162 -0.4314,0.10611 -0.65625,0.21875 -0.0519,-0.0456 -0.13143,-0.0612 -0.1875,-0.0937 0.0543,-0.042 0.10372,-0.0809 0.15625,-0.125 0.37126,-0.004 0.72315,-0.0738 1,-0.25 0.30176,-0.19204 0.50788,-0.51955 0.625,-0.90625 0.56357,0.96886 1.94731,1.78217 2.90625,1.53125 0.81818,0.72578 1.91042,1.1707 2.71875,0.875 0.32323,-0.11824 0.58864,-0.38248 0.78125,-0.71875 1.09697,-0.16387 2.21405,-0.68449 2.8125,-1.4375 0.0151,0.62257 0.22996,1.2026 0.6875,1.40625 0.40519,0.18035 0.9425,0.069 1.40625,-0.21875 0.77292,-0.47953 1.40556,-1.43361 1.25,-2.15625 -0.11655,-0.54143 -0.76822,-0.92053 -1.4375,-1.03125 0.83302,-0.044 1.65314,-0.37448 2.03125,-0.9375 0.20745,-0.3089 0.32385,-0.71679 0.34375,-1.15625 0.16971,0.0876 0.32457,0.17235 0.5,0.21875 -0.16904,0.0878 -0.32954,0.17784 -0.4375,0.3125 -0.74562,0.92999 -0.23966,3.28133 0.9375,3.46875 0.37881,0.0603 0.77338,-0.0951 1.125,-0.375 0.67576,0.20469 1.37549,0.21824 1.78125,-0.1875 0.83263,-0.83259 0.23552,-2.82844 -0.78125,-3.6875 0.81833,-0.42332 1.57227,-1.06788 2.125,-1.78125 0.004,0.19303 0.0424,0.3821 0.125,0.53125 0.11605,0.20945 0.31237,0.36328 0.5625,0.5 0.3752,0.20508 0.85136,0.32867 1.28125,0.3125 -0.0811,0.15818 -0.11943,0.30531 -0.125,0.46875 -0.1563,0.19178 -0.30297,0.40912 -0.40625,0.65625 -0.26406,0.11667 -0.47799,0.30146 -0.46875,0.53125 0.006,0.14112 0.0933,0.26777 0.21875,0.375 -0.0404,0.519 0.0925,1.01968 0.4375,1.28125 0.37446,0.28392 0.92083,0.27857 1.46875,0.0937 0.91321,-0.30803 1.8297,-1.12316 1.84375,-1.90625 0.002,-0.13084 -0.0115,-0.2495 -0.0625,-0.375 0.42169,-0.74641 0.51723,-1.7888 -0.0313,-2.21875 -0.33405,-0.26186 -0.81498,-0.28394 -1.3125,-0.125 -0.14395,0.046 -0.29813,0.11706 -0.4375,0.1875 -0.0344,-0.93501 -1.03787,-2.13553 -1.90625,-2.0625 -0.1382,0.0116 -0.2833,0.0768 -0.40625,0.15625 0.0758,-0.38875 0.0952,-0.79305 -0.0313,-1.15625 -0.85175,-2.44699 -6.09321,-2.86635 -7.875,-0.9375 -0.33933,-2.67704 -1.97402,-5.55184 -4.09375,-6.0625 -1.29143,-0.31111 -2.7682,0.42822 -3.90625,1.59375 -0.48537,-0.003 -0.99999,0.0653 -1.5,0.1875 -0.0311,-0.004 -0.0625,0.004 -0.0937,0 -1.12562,-1.97373 -2.93757,-3.62002 -4.71875,-3.65625 z m -334.75,0.65625 c 0.10327,0.10851 0.20095,0.20955 0.3125,0.3125 -0.51024,-0.0558 -0.99976,-0.0541 -1.46875,0.0313 0.39879,-0.0915 0.7886,-0.2039 1.15625,-0.34375 z M 533.59375,121.75 c -0.10585,0.0106 -0.18496,0.0264 -0.28125,0.0625 -0.96706,0.36272 -1.22705,2.3289 -0.5,3.0625 0.83686,0.8444 3.2119,0.6139 3.53125,-0.53125 0.1326,-0.4755 -0.10771,-1.03623 -0.5,-1.5 -0.57209,-0.67633 -1.50904,-1.16819 -2.25,-1.09375 z m -519.125,0.625 c 0.06977,0.0549 0.142684,0.10867 0.21875,0.15625 -0.09996,0.0616 -0.226679,0.11239 -0.3125,0.1875 0.037,-0.11218 0.06157,-0.22851 0.09375,-0.34375 z m 431.6875,0.125 c -0.43747,0.022 -0.83391,0.13682 -1.125,0.375 -0.97447,0.79736 -0.50158,3.18769 0.625,3.75 1.29674,0.64723 3.92338,-0.5529 3.84375,-2 -0.0331,-0.60087 -0.49053,-1.14941 -1.125,-1.53125 -0.6609,-0.39775 -1.48963,-0.63046 -2.21875,-0.59375 z m -5.375,0.125 c -0.24197,0.0131 -0.4648,0.0774 -0.65625,0.1875 -0.96136,0.55309 -0.86713,2.66209 0.0313,3.3125 1.03407,0.74864 3.48648,0.0816 3.625,-1.1875 0.0575,-0.52696 -0.2534,-1.04582 -0.75,-1.46875 -0.62074,-0.52866 -1.52408,-0.88294 -2.25,-0.84375 z M 192.25,122.75 c -0.036,0.4288 0.0323,0.87867 0.125,1.3125 -0.25899,0.24966 -0.32252,0.78181 -0.21875,1.1875 -0.15977,0.5336 -0.19846,1.16242 -0.15625,1.78125 -0.28309,-0.68895 -0.6892,-1.28623 -1.15625,-1.75 0.0663,-0.37566 0.094,-0.77107 0.0625,-1.1875 0.1815,-0.3239 0.28458,-0.67762 0.3125,-1 0.31117,0.12852 0.77758,-0.0471 1.03125,-0.34375 z m 423.40625,0.625 c -1.02301,0.0693 -1.94581,0.35759 -2.59375,0.9375 -0.62153,0.55628 -0.93644,1.41627 -1,2.375 -1.24507,-0.87913 -3.91361,-0.25203 -4.59375,1.09375 -0.21422,0.42387 -0.2733,0.9685 -0.21875,1.53125 0.16129,1.66377 1.38459,3.5756 2.78125,3.5625 -0.28464,0.57896 -0.41274,1.20064 -0.3125,1.71875 -0.63338,0.0276 -1.23435,0.18787 -1.65625,0.5 -0.24051,-0.4285 -0.76025,-0.70522 -1.34375,-0.84375 0.74664,-0.85726 1.20109,-1.82873 1.0625,-2.8125 -0.13404,-0.95145 -0.75088,-1.79636 -1.625,-2.46875 -0.11847,-0.3291 -0.30499,-0.59366 -0.5625,-0.71875 -0.20094,-0.0976 -0.44317,-0.11448 -0.6875,-0.0313 -1.38169,-0.67734 -3.05878,-1.04168 -4.5625,-0.96875 -0.9042,-0.24527 -1.94345,-0.26558 -2.9375,-0.0937 -0.54862,-0.62906 -1.20904,-1.06905 -1.90625,-1.21875 -0.90441,-0.19418 -1.87421,0.24736 -2.71875,0.96875 -0.47341,-0.39895 -1.19576,-0.43246 -1.9375,-0.25 -1.26472,0.3111 -2.54841,1.29082 -2.65625,2.34375 -0.003,0.0309 7.5e-4,0.0628 0,0.0937 -0.68758,-0.0661 -1.47499,0.15107 -1.9375,0.5625 -0.45032,-2.53585 -2.17514,-5.20489 -4.21875,-5.59375 -1.30894,-0.24907 -2.73478,0.64497 -3.78125,1.90625 -0.48731,0.12213 -0.92608,0.35033 -1.1875,0.6875 -0.23733,0.30609 -0.28715,0.71551 -0.25,1.15625 -1.65667,1.01156 -2.99277,2.6028 -2.96875,4.125 0.005,0.30077 0.067,0.62091 0.1875,0.90625 -0.0974,0.007 -0.18281,0.0198 -0.28125,0.0313 -2.05555,0.23885 -4.30349,1.37368 -5.46875,2.875 -0.14032,-0.44783 -0.3149,-0.85458 -0.59375,-1.15625 1.90724,-0.43156 3.7026,-1.63134 3.78125,-3.1875 0.0641,-1.26745 -0.95043,-2.4739 -2.3125,-3.3125 -0.0455,-0.12195 -0.10739,-0.2397 -0.1875,-0.34375 -0.39916,-0.51847 -1.13376,-0.70403 -1.9375,-0.65625 -0.094,0.006 -0.18613,0.0192 -0.28125,0.0313 -1.133,-0.24041 -2.24421,-0.17223 -3.03125,0.34375 -0.5948,0.38995 -0.95831,1.06969 -1.125,1.875 -0.0408,-0.009 -0.0832,-0.0245 -0.125,-0.0313 -0.0795,-0.0128 -0.16787,0.006 -0.25,0 0.31906,-0.2182 0.55612,-0.65722 0.40625,-0.9375 -0.0877,-0.16393 -0.30378,-0.25712 -0.53125,-0.28125 -0.37912,-0.0402 -0.83428,0.12713 -0.96875,0.40625 -0.12661,0.2628 0.0948,0.65387 0.375,0.84375 -0.53378,0.0947 -1.01135,0.31054 -1.21875,0.6875 -0.41659,0.75717 0.48237,2.1489 1.34375,2.21875 0.17185,0.0139 0.3473,-0.0271 0.53125,-0.0937 0.21773,0.22019 0.47982,0.39426 0.78125,0.53125 0.2125,0.50753 0.49246,0.97878 0.84375,1.3125 -1.27244,0.34181 -2.3736,1.05125 -2.53125,2.09375 -0.35501,2.3475 3.89488,4.97284 6,3.875 0.25566,-0.13333 0.44719,-0.3495 0.625,-0.59375 1.64091,2.97166 7.66999,4.6509 10.1875,2.53125 0.31576,-0.26586 0.56433,-0.58241 0.75,-0.96875 0.0354,0.0225 0.0578,0.0724 0.0937,0.0937 1.79895,1.84832 4.46974,3.1195 6.40625,2.46875 1.35808,-0.45637 2.27107,-2.04932 2.59375,-3.78125 0.17047,0.20176 0.37261,0.36944 0.59375,0.46875 0.79713,0.35797 1.93328,-0.24968 2.59375,-1.0625 0.0789,0.32365 0.24201,0.64268 0.5,0.9375 0.70055,0.80059 1.88324,1.37963 2.6875,1.0625 0.36013,-0.142 0.62899,-0.50602 0.78125,-0.9375 0.22225,0.90189 0.69248,1.71303 1.375,1.96875 0.97338,0.36469 2.37149,-0.64248 2.8125,-1.71875 1.91684,0.0804 3.78818,-0.39514 4.75,-1.5625 0.12764,-0.15492 0.22247,-0.31949 0.3125,-0.5 0.10306,0.0114 0.20987,0.0297 0.3125,0.0313 0.14105,0.14037 0.28224,0.2852 0.46875,0.34375 0.55168,0.17319 1.19223,-0.0895 1.75,-0.53125 0.30987,-0.24543 0.58155,-0.53959 0.8125,-0.875 0.0679,0.19017 0.151,0.38497 0.25,0.5625 -1.01163,0.94617 -1.65299,2.71923 -0.875,3.59375 0.42348,0.47602 1.16015,0.63313 1.9375,0.53125 0.19434,-0.0255 0.3989,-0.0714 0.59375,-0.125 0.0306,0.044 0.06,0.0828 0.0937,0.125 2.08446,2.60725 8.84264,0.72105 9.71875,-2.5 0.091,-0.33449 0.11172,-0.70749 0.0625,-1.0625 1.32602,0.33055 2.64081,0.31955 3.5625,-0.28125 0.18453,-0.12028 0.3543,-0.30019 0.5,-0.46875 0.0646,-0.002 0.12206,0.006 0.1875,0 0.19553,-0.0176 0.39672,-0.0779 0.59375,-0.125 0.44457,0.84008 1.07344,1.52055 1.8125,1.71875 0.49724,0.13335 1.04367,-5.8e-4 1.5625,-0.28125 0.27331,0.2627 0.56656,0.47125 0.875,0.59375 0.0147,0.13391 0.0307,0.26967 0.0625,0.40625 0.27869,1.19533 1.16529,2.41759 2.15625,2.53125 1.24403,0.14269 2.62946,-1.83794 2.25,-3.03125 -0.24208,-0.76128 -1.17405,-1.42516 -2.125,-1.6875 0.10709,-0.47041 0.12208,-0.92574 -0.0625,-1.28125 -0.01,-0.0187 -0.0206,-0.0441 -0.0313,-0.0625 0.28139,-0.18503 0.47864,-0.44883 0.53125,-0.71875 0.032,-0.16391 0.0277,-0.34577 -0.0313,-0.53125 0.61817,0.0989 1.25761,0.12587 1.875,0 0.25443,0.58137 0.62829,1.0461 1.15625,1.1875 0.13388,0.0359 0.2985,0.0325 0.4375,0.0313 1.07306,1.09684 2.39881,1.76713 3.625,1.46875 0.57798,-0.14065 1.09205,-0.4776 1.53125,-0.9375 0.1962,0.42228 0.68451,0.65771 1.25,0.75 0.94248,0.15383 2.09325,-0.13333 2.46875,-0.8125 0.47139,-0.85262 -0.56035,-2.41925 -1.53125,-2.5 -0.27938,-0.0232 -0.57872,0.0641 -0.875,0.21875 0.0316,-0.0952 0.0653,-0.18421 0.0937,-0.28125 0.93954,-0.14988 1.79404,-0.53994 2.1875,-1.1875 0.56598,-0.93149 -0.0196,-2.44974 -0.9375,-3.375 0.0321,-1.72742 -1.99515,-3.50263 -4.03125,-4.125 -0.51858,-0.24402 -1.04977,-0.36019 -1.53125,-0.28125 -0.058,0.01 -0.12968,0.0165 -0.1875,0.0313 -0.303,-0.46256 -0.65888,-0.83879 -1.09375,-1.09375 -1.31965,-0.77372 -3.36732,-0.18892 -4.84375,0.96875 -0.24593,0.051 -0.48821,0.16081 -0.71875,0.34375 -0.50903,0.40394 -0.89857,1.06002 -0.9375,1.625 -0.94876,0.1807 -1.75402,0.61592 -2.21875,1.25 -0.0186,0.007 -0.0439,-0.008 -0.0625,0 -0.66143,0.28101 -1.28414,0.94823 -1.25,1.53125 0.0278,0.47504 0.59745,0.86082 1.15625,1 0.0487,0.13708 0.0948,0.27182 0.15625,0.40625 -0.14248,0.056 -0.26538,0.10127 -0.375,0.1875 -0.0731,-5.7e-4 -0.14603,-0.0142 -0.21875,0 -0.42558,0.0828 -0.76549,0.41157 -1.03125,0.84375 -0.0884,-0.63487 -0.36735,-1.1962 -0.84375,-1.46875 -0.18153,-0.10386 -0.38106,-0.16236 -0.59375,-0.1875 -0.1011,-0.51521 -0.31028,-0.9754 -0.6875,-1.28125 -0.18054,-0.14638 -0.40242,-0.26647 -0.625,-0.34375 0.26575,-0.51229 0.39857,-1.04329 0.34375,-1.59375 -0.2585,-2.59582 -4.24346,-4.45801 -7.3125,-4.25 z m -601.6875,0.25 c 0.0066,0.0336 0.01931,0.0607 0.03125,0.0937 -0.02172,-0.007 -0.04076,-0.0243 -0.0625,-0.0313 0.0107,-0.0207 0.02075,-0.0416 0.03125,-0.0625 z m 509.84375,0.78125 c -1.80703,0.0984 -3.90866,1.29243 -4.875,2.78125 -1.09379,-0.75038 -3.15578,-0.71925 -3.96875,0.21875 -0.0424,0.0489 -0.0876,0.10188 -0.125,0.15625 -1.84551,-1.18184 -5.59778,-0.12543 -6.5,1.84375 -0.0712,0.15546 -0.11269,0.32779 -0.15625,0.5 -0.25607,-0.006 -0.53891,0.0451 -0.8125,0.15625 -0.16184,0.0657 -0.31577,0.15369 -0.46875,0.25 0.01,-0.20135 -0.0375,-0.39221 -0.15625,-0.53125 -0.19716,-0.23093 -0.53486,-0.291 -0.90625,-0.25 -0.61899,0.0683 -1.32049,0.44513 -1.4375,0.9375 -0.0704,0.29618 0.10689,0.61527 0.375,0.875 -0.9354,-0.16854 -1.93006,-0.0142 -2.4375,0.53125 -0.24355,0.26177 -0.34028,0.62384 -0.34375,1.03125 -0.23263,-0.0529 -0.4742,-0.053 -0.625,0.0625 -0.31119,0.23826 -0.18859,1.00122 0.15625,1.1875 0.18451,0.0997 0.47335,0.034 0.71875,-0.0625 0.26154,0.62637 0.69675,1.16653 1.21875,1.34375 0.17879,0.0607 0.38695,0.0667 0.59375,0.0625 -0.23526,0.18846 -0.36376,0.48743 -0.4375,0.8125 -0.0191,-0.0748 -0.0279,-0.15373 -0.0625,-0.21875 -0.11407,-0.21468 -0.31102,-0.388 -0.5625,-0.53125 -0.75443,-0.42974 -1.92235,-0.49119 -2.3125,0.125 -0.576,0.90972 0.70688,2.75889 1.78125,2.6875 0.50842,-0.0338 0.91049,-0.59092 1.09375,-1.1875 0.1115,1.05308 0.73828,2.18292 1.5625,2.40625 0.9788,0.26522 2.27539,-1.00764 2.34375,-2.0625 0.0955,0.002 0.18052,-0.0128 0.28125,-0.0313 0.55795,-0.1021 1.14428,-0.4826 1.21875,-0.9375 0.33503,0.0582 0.65125,0.0847 0.96875,0.0625 0.0234,0.10309 0.0525,0.21363 0.0937,0.3125 0.65662,1.57296 3.26978,2.0799 5.3125,1.59375 0.45556,1.02187 1.36436,1.94193 2.25,1.96875 1.25519,0.038 2.44827,-2.05815 1.96875,-3.21875 -0.14977,-0.36249 -0.47979,-0.67798 -0.875,-0.9375 0.75415,0.10463 1.73264,-0.28259 2,-0.90625 0.0728,-0.16984 0.0994,-0.38387 0.0937,-0.59375 0.29698,0.065 0.62807,0.078 0.90625,0 0.17296,0.0893 0.34807,0.17234 0.53125,0.25 -0.43544,0.65356 -0.71712,1.34098 -0.65625,2 0.0986,1.06766 1.17163,1.96747 2.40625,2.4375 -0.89773,0.39159 -1.65267,1.06402 -1.625,1.84375 0.0222,0.62555 0.50418,1.18379 1.15625,1.59375 1.08678,0.68327 2.67988,0.95728 3.5,0.3125 0.90087,-0.70827 0.66047,-2.70271 -0.1875,-3.59375 0.0566,-0.0235 0.10269,-0.0659 0.15625,-0.0937 0.47253,0.51672 1.07326,0.8899 1.625,0.84375 1.06801,-0.0893 1.86276,-1.99981 1.34375,-2.9375 -0.0179,-0.0324 -0.0414,-0.0625 -0.0625,-0.0937 0.5798,-0.28817 1.09223,-0.95937 1.15625,-1.5625 0.15414,0.0998 0.30582,0.18257 0.46875,0.25 0.19089,0.59111 0.60361,1.10684 1.0625,1.3125 -0.0422,0.19807 -0.0825,0.401 -0.0937,0.59375 -0.47729,0.66125 -0.77814,1.35822 -0.6875,2.09375 0.035,0.28418 0.1283,0.58195 0.25,0.84375 -0.086,0.11031 -0.14604,0.24109 -0.1875,0.375 -0.16803,0.54267 0.0638,1.14123 0.5,1.6875 0.72694,0.91046 2.01069,1.61978 2.90625,1.3125 0.28876,-0.0991 0.50658,-0.335 0.6875,-0.625 1.99852,0.56534 4.21863,0.45774 5.40625,-0.65625 0.31192,-0.29258 0.5085,-0.66798 0.65625,-1.09375 0.0618,0.0493 0.12099,0.11212 0.1875,0.15625 2.01307,1.33565 5.43287,0.012 7.59375,-2.09375 0.33384,-0.0588 0.68596,-0.15442 1,-0.28125 0.24548,0.32943 0.68621,0.53049 1.1875,0.625 0.13299,0.29272 0.41471,0.53658 0.78125,0.6875 0.72513,0.29858 1.69818,0.28575 2.125,-0.1875 0.44373,-0.492 0.16767,-1.56879 -0.375,-2.0625 -0.14726,-0.77526 -0.81974,-1.61529 -1.5,-1.71875 -0.0898,-0.0137 -0.18585,0.0238 -0.28125,0.0313 -0.004,-0.16858 -0.0365,-0.32513 -0.0625,-0.5 -0.003,-0.0191 0.003,-0.0434 0,-0.0625 1.1786,-0.0609 2.27276,-0.49554 2.625,-1.375 0.17539,-0.43791 0.1497,-0.9379 0,-1.4375 0.15267,-0.0253 0.29,-0.0607 0.40625,-0.15625 0.23905,-0.19656 0.35543,-0.51314 0.375,-0.875 0.50013,-0.23395 0.8296,-0.77598 1,-1.4375 0.30368,-1.17888 0.10034,-2.66392 -0.71875,-3.21875 -1.02827,-0.69652 -3.16084,0.40164 -3.375,1.625 -0.0783,0.44751 0.0785,0.97692 0.34375,1.46875 -0.58434,-0.41432 -1.24055,-0.68124 -1.84375,-0.75 -0.03,-0.0734 -0.0518,-0.1532 -0.0937,-0.21875 -0.15965,-0.24935 -0.40367,-0.42773 -0.71875,-0.53125 -0.32068,-0.55509 -0.84027,-1.00297 -1.34375,-1 -0.2933,0.002 -0.56143,0.19716 -0.78125,0.46875 -0.29811,-0.2341 -0.66613,-0.40969 -1.03125,-0.5 -0.45308,-0.11207 -0.90213,-0.0784 -1.375,0.0313 -0.032,-1.10421 -0.83968,-2.45557 -1.78125,-2.59375 -0.57176,-0.0839 -1.17835,0.36985 -1.5625,0.96875 -1.37078,-0.39001 -3.19048,0.12181 -4.6875,1.09375 -0.24787,-0.14656 -0.51354,-0.27352 -0.78125,-0.34375 -0.25838,-0.0678 -0.50978,-0.0503 -0.78125,-0.0313 0.0627,-0.3688 0.0174,-0.71064 -0.21875,-0.90625 -0.23719,-0.19645 -0.60478,-0.23058 -0.96875,-0.125 -0.21292,0.0618 -0.40517,0.1846 -0.59375,0.3125 -0.21177,-0.23035 -0.42715,-0.45028 -0.6875,-0.59375 -1.69815,-0.93575 -4.56933,0.64231 -5.5625,2.53125 -0.33836,-0.54713 -0.71837,-1.06322 -1.15625,-1.53125 -0.28357,-1.05351 -0.78439,-1.96978 -1.53125,-2.5 -0.5518,-0.39174 -1.24707,-0.54102 -2,-0.5 z m -519.5,0.5 c -0.093412,0.005 -0.1640486,0.0343 -0.25,0.0625 -0.3717392,0.1219 -0.6154469,0.51333 -0.75,0.96875 -0.1893716,0.0331 -0.3718633,0.0508 -0.53125,0.15625 -0.8096182,0.53583 -0.9716464,1.88865 -0.6875,3.09375 -0.1567128,0.21797 -0.2768415,0.45959 -0.375,0.71875 -0.244061,0.007 -0.4701252,0.0525 -0.6875,0.125 -1.03751089,-0.32347 -2.2174932,-0.26642 -2.71875,0.4375 -0.7670778,1.07722 0.2044468,3.13871 1.46875,4 0.30314573,1.03567 0.86009802,2.0019 1.5625,2.59375 -0.2728099,0.47548 -0.41960003,0.96995 -0.3125,1.40625 0.2735494,1.11437 2.4079868,1.64355 3.3125,0.9375 0.26028,-0.20317 0.4301475,-0.50487 0.5625,-0.875 0.038863,-0.10868 0.066419,-0.22756 0.09375,-0.34375 0.3719952,0.20751 0.7601471,0.34774 1.15625,0.40625 2.1113404,0.31188 4.458372,-2.1943 5.03125,-4.5625 0.348402,-0.25525 0.661134,-0.53906 0.9375,-0.875 1.069758,0.17417 2.581788,-0.91779 2.6875,-1.96875 0.02818,-0.2802 -0.03325,-0.57251 -0.15625,-0.875 -0.478447,-1.1766 -1.905018,-2.31933 -2.90625,-1.875 -0.288342,0.12796 -0.521757,0.38297 -0.6875,0.6875 -0.814453,-0.22933 -1.7078928,-0.19489 -2.3125,0.15625 -0.5672611,-0.36146 -1.1775835,-0.65542 -1.8125,-0.875 0.1197467,-0.39154 0.1484141,-0.80035 0.03125,-1.125 -0.067508,-0.18706 -0.1968549,-0.33417 -0.34375,-0.5 C 6.5700482,126.517 6.4433503,126.24906 6.25,126 5.7722224,125.38454 4.9663809,124.86819 4.3125,124.90625 z m 10.34375,5.40625 c 0.111816,0.24828 0.388715,0.41088 0.71875,0.46875 0.550058,0.0965 1.244492,-0.0742 1.46875,-0.46875 0.281531,-0.49532 -0.30782,-1.41484 -0.875,-1.46875 -0.652842,-0.0621 -1.581788,0.87081 -1.3125,1.46875 z m -14.625,-4.15625 c -0.13412758,0.0177 -0.2731676,0.0555 -0.375,0.125 -0.51135595,0.34916 -0.37174949,1.52031 0.15625,1.84375 0.60774497,0.37229 1.9461618,-0.10015 1.96875,-0.8125 0.00938,-0.29579 -0.1741658,-0.56717 -0.46875,-0.78125 -0.3682288,-0.2676 -0.87886726,-0.428 -1.28125,-0.375 z m 312.75,1.1875 c -2.5118,0.0219 -5.64197,2.35298 -6,4.6875 -0.0604,0.0146 -0.12858,0.0127 -0.1875,0.0313 -0.96526,0.30456 -1.66982,1.2503 -2.0625,2.40625 -0.64037,0.157 -1.20685,0.42912 -1.53125,0.875 -0.35137,0.48294 -0.36944,1.18715 -0.1875,1.875 -0.0426,-0.0135 -0.0813,-0.0226 -0.125,-0.0313 -0.0156,-0.10333 -0.035,-0.20774 -0.0625,-0.3125 -0.01,-0.53246 -0.16014,-1.00357 -0.5,-1.34375 -0.10794,-0.10804 -0.24186,-0.20557 -0.375,-0.28125 -0.93078,-1.19298 -2.35942,-2.10827 -3.53125,-1.875 -0.49748,0.099 -0.91264,0.4651 -1.25,0.9375 -0.36005,-0.0633 -0.72511,-0.0805 -1.0625,-0.0313 -0.79861,0.11659 -1.58358,0.56154 -2.3125,1.1875 -0.39904,0.34268 -0.78597,0.75054 -1.125,1.1875 -0.14222,-0.0634 -0.29065,-0.11457 -0.4375,-0.125 -1.05342,-0.0748 -2.1133,1.63338 -1.75,2.625 0.10454,0.28535 0.33786,0.56039 0.625,0.78125 -0.0699,0.34382 -0.12535,0.67294 -0.125,1 -0.25008,-0.35076 -0.55252,-0.60482 -0.9375,-0.75 -0.37696,-0.14215 -0.79889,-0.16799 -1.21875,-0.0937 0.0539,-0.36786 0.0325,-0.71489 -0.125,-1.03125 -0.16452,-0.33038 -0.43953,-0.61279 -0.78125,-0.8125 0.92896,-1.13667 0.75227,-3.83398 -0.59375,-4.28125 -0.40488,-0.13454 -0.87194,-0.0535 -1.3125,0.15625 -0.40768,-0.8239 -1.08656,-1.5413 -1.8125,-1.625 -0.0431,-0.0503 -0.0787,-0.10746 -0.125,-0.15625 -0.9264,-0.97588 -2.46857,-1.62952 -3.46875,-1.1875 -0.86266,0.38125 -1.22129,1.73336 -1.03125,2.84375 -0.56222,-0.0336 -1.24679,0.26701 -1.4375,0.71875 -0.31359,0.7428 0.44937,2.15778 1.25,2.0625 0.33244,-0.0396 0.62289,-0.32176 0.8125,-0.6875 0.10705,-0.20648 0.17692,-0.42049 0.21875,-0.65625 0.56885,0.3516 1.42041,0.4582 2.21875,0.34375 0.32199,0.35469 0.81672,0.6222 1.34375,0.78125 -0.0502,0.18046 -0.0877,0.35799 -0.0937,0.53125 -0.0399,0.0439 -0.0874,0.0795 -0.125,0.125 -0.3118,0.11602 -0.6021,0.2984 -0.78125,0.53125 -0.0476,0.0618 -0.0603,0.14792 -0.0937,0.21875 -0.44521,-0.13003 -0.9651,-0.12095 -1.5,0.0313 -0.141,0.0401 -0.29785,0.10069 -0.4375,0.15625 -1.02488,-0.81482 -2.22695,-1.23561 -3.25,-0.875 -1.14426,0.40334 -1.87992,1.65716 -2.21875,3.125 -0.64358,1.08532 -0.68865,2.59311 -0.34375,4.125 0.002,0.0206 -0.002,0.042 0,0.0625 0.0287,0.12386 0.0598,0.25131 0.0937,0.375 0.003,0.0101 -0.003,0.0212 0,0.0313 0.0186,0.0668 0.0737,0.12083 0.0937,0.1875 0.026,0.0703 0.0299,0.15038 0.0625,0.21875 0.78476,2.41304 2.4996,4.66004 4.46875,5 1.24048,0.21416 2.58345,-0.4768 3.65625,-1.5625 1.31502,2.3537 4.58792,4.40239 6.78125,3.65625 0.33826,-0.11507 0.63569,-0.30817 0.90625,-0.5625 1.75287,-0.10102 3.36777,-0.66914 4.21875,-1.78125 1.13025,-1.47709 0.6303,-4.0815 -0.625,-5.96875 0.327,0.0123 0.66027,-6.7e-4 1,-0.0313 0.0687,0.25183 0.19817,0.46971 0.375,0.59375 0.58842,1.83919 2.62186,3.69892 4.34375,3.625 0.0938,-0.004 0.18655,-0.017 0.28125,-0.0313 0.29058,0.35371 0.70763,0.61843 1.0625,0.5625 0.47449,-0.0748 0.78412,-0.82639 0.6875,-1.34375 0.55371,-0.39098 1.06579,-0.90233 1.5,-1.46875 0.20782,-0.004 0.38473,-0.057 0.5625,-0.15625 0.28316,-0.1581 0.48416,-0.42251 0.625,-0.75 0.15202,-0.0213 0.31646,-0.0785 0.46875,-0.125 0.50068,0.38103 1.04828,0.67575 1.59375,0.8125 0.0288,0.0309 0.0611,0.0652 0.0937,0.0937 -0.38444,0.53203 -0.53027,1.37011 -0.4375,2.09375 -1.19238,-0.50118 -3.23982,-0.0845 -3.5,1.0625 -0.12438,0.54835 0.15286,1.15047 0.625,1.65625 0.78689,0.84298 2.07718,1.43411 2.9375,1.0625 0.7386,-0.31904 1.05607,-1.45581 0.90625,-2.40625 0.43471,0.10776 0.9347,-0.0539 1.40625,-0.34375 0.72012,-0.44268 1.33495,-1.2143 1.46875,-1.9375 1.03118,0.28815 2.30703,0.16635 2.84375,-0.5 0.21021,-0.26097 0.27629,-0.61785 0.25,-1 0.0874,-0.048 0.16505,-0.0979 0.25,-0.15625 0.078,-0.0535 0.14386,-0.12644 0.21875,-0.1875 0.14466,0.13439 0.3,0.25161 0.46875,0.3125 0.30229,0.10907 0.689,0.11411 1.0625,0.0313 0.95385,-0.2116 1.94635,-0.97817 2.125,-1.78125 1.47724,-0.79106 2.30339,-3.59318 1.40625,-4.96875 -0.21694,-0.33263 -0.54679,-0.6128 -0.9375,-0.84375 0.004,-0.11819 -0.009,-0.24996 -0.0313,-0.375 -0.11885,-0.68203 -0.57056,-1.40441 -1.125,-1.5 -0.21995,-0.0379 -0.44557,0.0687 -0.65625,0.21875 -0.0211,-0.0194 -0.041,-0.0434 -0.0625,-0.0625 0.21842,-0.65222 0.35266,-1.38647 0.40625,-2.125 0.13263,-0.19902 0.21224,-0.40531 0.1875,-0.625 -0.0161,-0.14294 -0.0758,-0.28069 -0.15625,-0.40625 -0.0683,-2.27867 -0.89629,-4.5337 -2.4375,-5.4375 -0.47601,-0.27915 -1.03463,-0.41139 -1.625,-0.40625 z M 495.8125,127.5 c -0.51372,0.0213 -0.94862,0.91508 -0.71875,1.375 0.0577,0.11535 0.15653,0.22768 0.28125,0.3125 -0.31214,0.33712 -0.58513,0.70487 -0.78125,1.09375 -0.51406,-0.39589 -1.10324,-0.61036 -1.59375,-0.40625 -1.25678,0.52296 -1.29647,3.26837 -0.21875,4.125 -0.27947,0.0428 -0.5884,0.14031 -0.875,0.25 -1.83737,0.70321 -3.61181,2.68073 -3.09375,4.25 0.63871,1.93476 4.29516,2.53841 6.3125,1.53125 0.40573,0.23439 0.82257,0.35539 1.1875,0.25 0.86105,-0.24866 1.20457,-1.91013 0.625,-2.59375 -0.13546,-0.15977 -0.3375,-0.28416 -0.5625,-0.375 -0.25136,-1.31363 -1.18435,-2.68772 -2.28125,-3.15625 0.35686,-0.1112 0.70652,-0.31205 1,-0.5625 1.27562,1.48158 3.65885,2.49445 4.96875,1.53125 1.98364,-1.45862 0.78535,-6.47713 -1.5625,-7.21875 -0.55481,-0.17525 -1.18242,-0.0473 -1.78125,0.25 -0.22288,-0.3655 -0.57002,-0.67018 -0.90625,-0.65625 z m -377.375,0.375 c -0.13199,0.0219 -0.23902,0.0597 -0.3125,0.15625 -0.12204,0.16037 -0.11009,0.38989 -0.0313,0.625 0.1314,0.39185 0.47669,0.77463 0.8125,0.78125 0.42157,0.008 0.79012,-0.67452 0.625,-1.0625 -0.14254,-0.33493 -0.69779,-0.56569 -1.09375,-0.5 z m 249.1875,0.0313 c -0.23387,0.007 -0.46579,0.0399 -0.6875,0.0937 -1.5656,0.38008 -2.67284,2.23697 -3.03125,4.1875 -0.18693,0.54178 -0.32173,1.11417 -0.34375,1.65625 -0.32529,0.35593 -0.50917,0.85926 -0.59375,1.40625 -0.22061,0.0717 -0.42061,0.15728 -0.625,0.25 -0.13817,-0.21149 -0.30937,-0.37164 -0.53125,-0.46875 -0.52208,-0.22849 -1.18767,-0.0609 -1.78125,0.3125 -0.9893,0.62234 -1.83067,1.82271 -1.625,2.75 0.0616,0.2778 0.26032,0.51444 0.5,0.71875 -0.51998,0.57696 -0.96925,1.20225 -1.28125,1.84375 -0.12641,-0.27268 -0.30604,-0.48531 -0.53125,-0.59375 -0.19782,-0.0953 -0.45912,-0.12396 -0.71875,-0.0937 -0.21675,0.0252 -0.4453,0.0947 -0.65625,0.1875 0.13435,-0.28949 0.15649,-0.60033 0.0313,-0.84375 -0.10479,-0.20368 -0.28672,-0.34858 -0.53125,-0.4375 -10e-4,-0.0865 -0.0128,-0.15419 -0.0625,-0.21875 -0.10323,-0.13404 -0.29219,-0.19989 -0.5,-0.1875 -0.30017,0.0179 -0.6157,0.19105 -0.75,0.40625 -0.3976,0.1065 -0.75825,0.29862 -0.90625,0.59375 -0.0811,0.16166 -0.10342,0.33383 -0.0625,0.53125 -0.42605,-0.687 -0.98183,-1.22796 -1.625,-1.46875 -0.36469,-0.13653 -0.77857,-0.12873 -1.1875,-0.0625 -0.0161,-0.039 -0.0106,-0.0866 -0.0313,-0.125 -0.21223,-0.39428 -0.64023,-0.74207 -1,-0.6875 -0.45165,0.0685 -0.74752,0.8973 -0.5,1.28125 0.0214,0.0332 0.0645,0.0644 0.0937,0.0937 -0.40075,0.24625 -0.75796,0.55902 -1.09375,0.90625 -0.2661,-0.0504 -0.5302,-0.0273 -0.75,0.0937 -0.49902,0.27485 -0.67484,0.96668 -0.65625,1.6875 -0.0777,-0.30981 -0.19467,-0.58777 -0.34375,-0.84375 0.25729,-0.31545 0.41629,-0.67307 0.375,-1 -0.0965,-0.76432 -1.4673,-1.27616 -2.125,-0.875 -0.11814,0.0721 -0.22132,0.18709 -0.3125,0.3125 -0.3536,-0.13405 -0.73745,-0.23522 -1.125,-0.3125 -0.19662,-0.2281 -0.46372,-0.38426 -0.75,-0.5 0.16022,-0.24196 0.30581,-0.49817 0.40625,-0.75 0.28825,0.0461 0.61327,-0.0252 0.6875,-0.25 0.0457,-0.13828 -0.0158,-0.32665 -0.125,-0.46875 -0.0978,-0.12729 -0.23146,-0.21674 -0.375,-0.28125 -0.006,-0.25634 -0.0398,-0.49419 -0.15625,-0.71875 -0.18273,-0.35226 -0.49534,-0.64352 -0.875,-0.84375 0.52484,-0.43051 0.87701,-0.98461 0.78125,-1.53125 -0.0947,-0.54043 -0.57196,-0.97266 -1.1875,-1.25 -1.0259,-0.46224 -2.42818,-0.47115 -3.0625,0.1875 -0.51926,0.53917 -0.40742,1.58335 0.0313,2.375 -0.10207,0.028 -0.18283,0.0913 -0.28125,0.125 -2.43117,-1.46141 -6.42198,-1.68043 -8.0625,0.0937 -0.97166,1.05083 -0.91074,2.91529 -0.28125,4.5625 -0.32145,0.043 -0.6161,0.12805 -0.875,0.3125 -2.00297,1.427 -0.89622,6.47412 1.4375,7.25 0.78703,0.26166 1.72828,-0.08 2.53125,-0.6875 0.33893,0.0753 0.69002,0.11206 1.0625,0.125 1.56253,0.0543 3.30543,-0.45505 4.5625,-1.3125 1.21357,2.22686 4.81601,4.06537 6.875,3.0625 0.21246,-0.10348 0.39085,-0.23763 0.5625,-0.40625 0.071,0.12516 0.16295,0.23485 0.28125,0.3125 0.35417,0.23247 0.86223,0.19975 1.34375,0 0.80254,-0.33291 1.56651,-1.1073 1.53125,-1.8125 -0.0111,-0.22133 -0.11851,-0.43913 -0.28125,-0.625 0.36396,0.2715 0.76017,0.50292 1.15625,0.6875 -0.49502,0.79018 -0.88499,1.61909 -1.03125,2.4375 -0.94942,-0.55864 -2.677,-0.46942 -3.0625,0.4375 -0.18896,0.44454 -0.0406,0.96903 0.28125,1.46875 0.53636,0.83287 1.55969,1.5264 2.34375,1.34375 0.3618,-0.0843 0.67563,-0.35646 0.875,-0.75 2.01281,2.87588 9.20845,1.32162 10.34375,-2 0.003,-0.01 -0.003,-0.0214 0,-0.0313 1.3415,0.32901 2.66476,0.30179 3.625,-0.28125 0.72271,-0.43881 1.20147,-1.24057 1.4375,-2.1875 0.96818,0.36411 2.26375,0.25417 3.46875,-0.15625 0.13384,0.30386 0.38476,0.56239 0.71875,0.78125 0.23361,0.15308 0.50681,0.28499 0.78125,0.375 0.14216,0.1559 0.32646,0.32075 0.53125,0.4375 0.77328,0.44086 1.85738,0.56493 2.40625,0.0937 0.66034,-0.56686 0.34511,-2.15407 -0.40625,-2.625 0.71694,-0.004 1.38859,-0.19973 1.78125,-0.625 0.46869,-0.50762 0.47486,-1.38717 0.1875,-2.1875 0.3595,-0.35029 0.64585,-0.72508 0.8125,-1.15625 0.10141,-0.26236 0.14832,-0.55658 0.15625,-0.84375 0.0974,-0.0543 0.18759,-0.12939 0.28125,-0.1875 -1.32252,2.67922 -1.08187,6.98137 1,8.5 1.01582,0.74099 2.53682,0.67585 3.96875,0.125 1.65715,2.58043 5.66038,4.62486 8.09375,3.53125 1.63812,-0.7362 2.3993,-3.1674 2.1875,-5.34375 0.46923,0.10746 0.9248,0.12464 1.28125,-0.0625 0.32713,-0.17175 0.53356,-0.52624 0.65625,-0.9375 0.20404,-0.0955 0.37588,-0.2186 0.5625,-0.34375 2.34742,0.66552 5.3691,0.31866 6.53125,-1.28125 0.32978,-0.454 0.46346,-1.04129 0.46875,-1.65625 0.22833,0.31768 0.52492,0.55651 0.875,0.6875 1.24906,0.46737 2.84213,-0.53381 3.875,-1.875 0.97882,0.0683 1.91108,-0.14011 2.34375,-0.8125 0.0698,-0.10855 0.11324,-0.22216 0.15625,-0.34375 0.0927,0.0192 0.18884,0.0162 0.28125,0.0313 0.18237,1.06488 0.61094,2.00879 1.3125,2.5625 0.86278,0.68096 2.20112,0.62944 3.46875,0.1875 1.14386,0.38539 2.66068,0.29266 3.53125,-0.34375 1.1664,2.26184 4.12965,4.30379 6.21875,3.71875 2.31702,-0.64887 3.2911,-5.18338 1.75,-7.03125 -0.30488,-0.36557 -0.7335,-0.64302 -1.21875,-0.875 -0.17648,-0.19706 -0.40184,-0.37976 -0.65625,-0.53125 -0.1125,-0.067 -0.22091,-0.13102 -0.34375,-0.1875 0.21361,-0.22058 0.39586,-0.46352 0.5,-0.75 0.1978,-0.54411 0.16165,-1.14327 -0.0313,-1.75 0.60775,-0.76793 0.71355,-1.95559 0.4375,-3.15625 0.17754,-0.67958 0.17173,-1.37056 -0.0937,-1.96875 -1.37345,-3.09467 -8.46717,-2.96559 -10.15625,-0.0313 -0.0998,0.17341 -0.19435,0.36892 -0.25,0.5625 -0.0996,-0.0906 -0.19854,-0.17497 -0.3125,-0.25 -2.89442,-1.90564 -8.82016,1.94677 -9.03125,5.4375 -0.22128,0.18801 -0.41845,0.42464 -0.59375,0.6875 -0.61642,0.0394 -1.1932,0.19739 -1.59375,0.53125 -0.0994,0.0828 -0.19527,0.17794 -0.28125,0.28125 -0.10288,-0.0546 -0.22937,-0.0822 -0.34375,-0.125 0.27127,-0.58863 -0.008,-1.58113 -0.53125,-1.96875 -0.0152,-0.39799 -0.101,-0.78274 -0.25,-1.125 -0.67648,-1.55392 -3.09548,-2.21225 -5.09375,-1.875 -0.76569,-0.89155 -1.6658,-1.52523 -2.625,-1.625 -1.36634,-0.14212 -2.79202,1.01422 -3.65625,2.46875 -0.40776,0.11439 -0.79087,0.27234 -1.125,0.46875 -0.46145,-0.55536 -1.04493,-0.97497 -1.625,-1 -1.13278,-0.0489 -2.24983,1.59706 -2.1875,2.8125 -0.10225,0.0244 -0.20986,0.0546 -0.3125,0.0937 -0.0778,0.0297 -0.14215,0.0877 -0.21875,0.125 -0.0751,-0.0216 -0.1409,-0.0453 -0.21875,-0.0625 -1.26337,-0.27996 -2.84647,0.016 -3.40625,0.90625 -0.23459,0.37308 -0.22516,0.87671 -0.0937,1.375 -0.36609,-0.0324 -0.71372,-0.0179 -1.0625,0.0937 -0.0952,0.0305 -0.19039,0.0848 -0.28125,0.125 0.0562,-0.14063 0.0947,-0.292 0.125,-0.4375 0.29287,-1.40871 -0.95534,-3.02619 -2.46875,-3.90625 -0.10519,-3.0623 -4.01157,-6.83524 -7.0625,-6.75 z m -148.84375,0.15625 c -0.0227,0.0402 -0.0417,0.0845 -0.0625,0.125 -0.008,-0.021 -0.0226,-0.0417 -0.0313,-0.0625 0.0301,-0.0239 0.0644,-0.0366 0.0937,-0.0625 z m 52.0625,0 c -0.1285,0.004 -0.25592,0.0269 -0.375,0.0625 -1.01823,0.30442 -1.5047,2.06132 -1.125,3.15625 -0.45903,0.17494 -0.89807,0.43434 -1.28125,0.75 0.0314,-0.37492 -0.20258,-0.77132 -0.5625,-1.0625 -0.59986,-0.48531 -1.52704,-0.73256 -2.0625,-0.40625 -0.37087,0.22601 -0.52731,0.78123 -0.46875,1.3125 -0.87564,0.55205 -1.60446,1.4917 -1.59375,2.34375 0.005,0.40337 0.18855,0.84486 0.4375,1.25 -0.13825,0.0931 -0.27063,0.18092 -0.375,0.3125 -0.46982,0.59231 -0.52048,1.48792 -0.28125,2.375 -0.7606,-0.0385 -1.67821,0.36772 -1.75,1 -0.0325,0.28609 0.11468,0.56121 0.34375,0.8125 -0.13124,1.16419 0.29039,2.54934 1.21875,2.78125 0.0296,0.007 0.0638,-0.005 0.0937,0 0.0301,1.03298 0.28217,1.97756 0.78125,2.6875 0.0678,0.22303 0.15555,0.4414 0.28125,0.625 0.95594,1.39624 4.00503,1.16452 5.25,-0.0937 2.26903,-1.09468 4.30168,-3.22828 4.5625,-5.28125 0.0646,-0.18234 0.11638,-0.37873 0.125,-0.59375 0.0156,-0.38811 -0.0752,-0.79358 -0.21875,-1.15625 0.36352,-0.0302 0.73247,-0.10435 1,-0.28125 0.36243,-0.23965 0.6319,-0.65312 0.84375,-1.125 0.63555,-1.41565 0.53794,-3.50499 -0.625,-4.09375 -0.64385,-0.32596 -1.47308,-0.14965 -2.25,0.28125 -0.065,-0.45799 -0.20098,-0.86566 -0.375,-1.25 0.69367,-0.13766 1.27454,-0.48273 1.46875,-1.03125 0.19911,-0.56237 -0.034,-1.22097 -0.46875,-1.8125 -0.63397,-0.86266 -1.69423,-1.59111 -2.59375,-1.5625 z m -24.09375,0.2812 c -0.24556,-0.005 -0.51853,0.0613 -0.78125,0.15625 -0.87575,0.3164 -1.72135,1.11829 -1.71875,1.875 0.003,0.94996 1.60349,1.79838 2.46875,1.40625 0.99594,-0.45136 1.57273,-2.57688 0.6875,-3.21875 -0.18379,-0.13326 -0.41069,-0.21392 -0.65625,-0.21875 z M 28.71875,130.3125 c -0.02043,0.0299 -0.04342,0.0625 -0.0625,0.0937 -0.02708,-0.0125 -0.03505,-0.0504 -0.0625,-0.0625 0.03981,-0.0103 0.08532,-0.0176 0.125,-0.0313 z m 190.0625,0.0625 c 0.12637,0.1871 0.29176,0.36557 0.46875,0.53125 -0.18283,0.24913 -0.3194,0.51154 -0.40625,0.78125 -0.24172,0.16683 -0.47127,0.36995 -0.625,0.59375 -0.0389,-0.093 -0.0734,-0.19248 -0.125,-0.28125 0.29831,-0.53562 0.55225,-1.08211 0.6875,-1.625 z m 207.78125,0.21875 c -0.15536,0.0112 -0.29039,0.0609 -0.375,0.15625 -0.21244,0.23943 -0.0242,0.81053 0.28125,0.90625 0.35158,0.11017 0.98459,-0.29624 0.90625,-0.65625 -0.0325,-0.14949 -0.1691,-0.27349 -0.34375,-0.34375 -0.14554,-0.0585 -0.31339,-0.0737 -0.46875,-0.0625 z M 253,130.6875 c -0.459,0.009 -0.95354,0.13742 -1.4375,0.34375 -0.84395,0.35981 -1.63917,0.9682 -2.25,1.6875 -0.0235,-0.005 -0.0388,-0.0269 -0.0625,-0.0313 -3.70389,-0.68764 -8.06671,5.88459 -6.4375,9.28125 1.11852,2.33194 5.5888,2.81042 7.96875,1.375 0.82531,0.21947 1.85495,0.10399 2.625,-0.28125 0.51618,0.11916 1.00612,0.13518 1.46875,0.0313 0.0446,-0.01 0.0806,-0.0503 0.125,-0.0625 0.0562,0.27989 0.15356,0.54263 0.3125,0.75 0.82538,1.07686 3.38701,0.63158 4.03125,-0.5625 0.54105,-1.00284 0.036,-2.79433 -0.875,-3.6875 0.46266,-1.01602 0.72578,-2.05976 0.625,-3 0.43504,-0.32503 0.71539,-0.90639 0.84375,-1.5625 0.25807,-1.31908 -0.0924,-2.94173 -1.03125,-3.5 -0.88396,-0.52564 -2.37183,0.10585 -3.125,1.03125 -0.59203,-0.91963 -1.43535,-1.63827 -2.3125,-1.78125 -0.14539,-0.0237 -0.31575,-0.0343 -0.46875,-0.0313 z m 336.53125,0.28125 c 0.4449,0.25989 0.92542,0.43404 1.375,0.4375 0.1232,0.40591 0.33274,0.81166 0.625,1.1875 -0.0761,0.16174 -0.14235,0.33061 -0.1875,0.5 -0.11279,0.42315 -0.10663,0.8623 0,1.3125 -0.0905,0.0191 -0.19765,0.0517 -0.28125,0.0937 -0.41823,0.21017 -0.65992,0.67233 -0.78125,1.21875 -0.73108,-0.54722 -1.61538,-0.83036 -2.25,-0.46875 -0.21356,0.12169 -0.36615,0.34181 -0.5,0.5625 -0.14763,-0.30242 -0.34771,-0.5802 -0.5625,-0.8125 -0.46077,-0.49832 -1.10231,-0.86703 -1.84375,-1.125 0.0767,-0.0566 0.14832,-0.0904 0.21875,-0.15625 0.37123,-0.3472 0.61747,-0.80459 0.78125,-1.3125 0.30749,0.61407 0.78565,1.07816 1.34375,1.09375 0.53336,0.0149 1.02228,-0.37367 1.40625,-0.90625 0.33984,-0.47136 0.57762,-1.05946 0.65625,-1.625 z m -356,0.25 c 0.31388,0.36535 0.68431,0.70127 1.125,1 0.26405,0.17899 0.54829,0.31937 0.84375,0.46875 -0.23138,0.0457 -0.43137,0.16429 -0.53125,0.34375 -0.0436,0.0783 -0.0859,0.15817 -0.0937,0.25 -0.28462,-0.30452 -0.6282,-0.49274 -1,-0.5 -0.33632,-0.007 -0.64403,0.14308 -0.9375,0.375 0.21699,-0.61005 0.37062,-1.25683 0.4375,-1.875 0.0538,-0.02 0.10415,-0.0406 0.15625,-0.0625 z M 518.4375,131.5 c 0.11538,0.0409 0.21795,0.0667 0.34375,0.0937 0.10765,0.0231 0.23099,0.0185 0.34375,0.0313 0.033,0.0627 0.0589,0.12527 0.0937,0.1875 0.0492,0.33773 0.11978,0.64695 0.25,0.9375 -0.12641,-0.0419 -0.24385,-0.0774 -0.375,-0.0625 -0.43567,0.0494 -0.81153,0.42864 -1.0625,0.90625 -0.19047,0.36249 -0.3135,0.77668 -0.34375,1.1875 -0.32173,-0.90087 -0.95062,-1.76554 -1.6875,-2.3125 0.0526,0.0171 0.1014,0.0516 0.15625,0.0625 0.41682,0.0828 0.83302,0.001 1.25,-0.21875 0.0415,0.0239 0.078,0.0443 0.125,0.0625 0.33229,0.12892 0.77921,0.12528 0.96875,-0.0937 0.15767,-0.1822 0.0953,-0.53753 -0.0625,-0.78125 z m -478.40625,1.03125 c -0.827597,-0.12713 -2.049263,0.99925 -1.75,1.78125 0.124262,0.32471 0.45857,0.5582 0.875,0.65625 0.694049,0.16342 1.560115,-0.0136 1.875,-0.5 0.395303,-0.61066 -0.280995,-1.82705 -1,-1.9375 z M 354.5,134.125 c -1.11774,0.0237 -2.28132,0.48074 -2.65625,1.28125 -0.53793,1.14852 0.91941,3.10478 2.1875,3.125 1.45961,0.0233 3.32739,-2.22029 2.625,-3.5 -0.29165,-0.53137 -0.94497,-0.83568 -1.6875,-0.90625 -0.15469,-0.0147 -0.30907,-0.003 -0.46875,0 z m 151.8125,0.40625 c 9.9e-4,0.0105 -10e-4,0.0208 0,0.0313 0.0219,0.18196 0.0678,0.36686 0.15625,0.53125 -0.009,0.34006 0.10861,0.74096 0.3125,1.0625 -0.4736,-0.44696 -1.09723,-0.80059 -1.6875,-0.875 0.43701,-0.17395 0.8828,-0.43804 1.21875,-0.75 z m -31.59375,1.0625 c 0.087,0.0202 0.15907,0.0813 0.25,0.0937 -0.10517,0.016 -0.2195,0.0271 -0.3125,0.0625 0.0232,-0.0509 0.0405,-0.10483 0.0625,-0.15625 z m -49.5,0.28125 c -0.16327,0.0262 -0.30135,0.0842 -0.4375,0.15625 -1.25371,0.66368 -1.82232,3.45803 -0.625,4.21875 0.49716,0.31587 1.20971,0.25637 1.875,-0.0313 1.10882,-0.47936 2.12606,-1.58286 2.0625,-2.5625 -0.0698,-1.0761 -1.73214,-1.9647 -2.875,-1.78125 z m 92.6875,0 c 0.0207,0.0328 0.0387,0.0638 0.0625,0.0937 -0.0212,-0.008 -0.0412,-0.0235 -0.0625,-0.0313 -5.5e-4,-0.0205 9.8e-4,-0.0419 0,-0.0625 z m -256.375,0.53125 c -0.2625,0.027 -0.50075,0.15882 -0.59375,0.34375 -0.15566,0.30954 0.21636,0.82855 0.5625,0.84375 0.39842,0.0175 0.93205,-0.55142 0.75,-0.90625 -0.0756,-0.14733 -0.26651,-0.25631 -0.46875,-0.28125 -0.0843,-0.0104 -0.1625,-0.009 -0.25,0 z m -41.96875,0.4375 c -0.12437,-0.0141 -0.22983,0.006 -0.34375,0.0313 -1.04901,0.22923 -2.03101,2.13955 -1.3125,2.9375 0.29834,0.33133 0.83145,0.41831 1.375,0.34375 0.90591,-0.12427 1.87857,-0.71026 2.03125,-1.4375 0.16771,-0.79885 -0.87938,-1.77658 -1.75,-1.875 z m 164.5,1.21875 c 0.13393,0.0654 0.26487,0.13661 0.40625,0.1875 -0.024,0.49499 0.0932,0.95642 0.34375,1.28125 -0.16603,0.24467 -0.26713,0.54755 -0.34375,0.875 -0.0354,0.15127 -0.0462,0.30961 -0.0625,0.46875 -0.0548,-0.005 -0.10341,-0.0155 -0.15625,0 -0.0527,0.0154 -0.11115,0.0301 -0.15625,0.0625 -0.22835,-0.53407 -0.78558,-1.02951 -1.28125,-1.03125 -0.0746,-2.6e-4 -0.14209,0.0125 -0.21875,0.0313 0.12787,-0.1197 0.23489,-0.24295 0.34375,-0.375 0.0498,-0.0146 0.11063,-0.01 0.15625,-0.0313 0.47083,-0.22368 0.83298,-0.8304 0.96875,-1.46875 z m 95.78125,0.53125 c -0.53951,-0.0828 -1.22228,0.14483 -1.3125,0.59375 -0.05,0.24854 0.0628,0.5273 0.28125,0.75 0.36406,0.37117 0.96014,0.61458 1.34375,0.4375 0.48158,-0.2223 0.55633,-1.2455 0.15625,-1.59375 -0.11513,-0.10021 -0.28891,-0.1599 -0.46875,-0.1875 z M 415.375,139.25 c 0.22703,0.11805 0.45943,0.19681 0.71875,0.28125 -0.25002,0.16848 -0.40857,0.38954 -0.46875,0.65625 -0.0137,0.0609 -0.0295,0.12532 -0.0313,0.1875 -0.0241,-0.03 -0.0376,-0.0647 -0.0625,-0.0937 -0.002,-0.33698 -0.0678,-0.67462 -0.15625,-1.03125 z m -62.0625,1.46875 c 0.063,0.0775 0.11486,0.15377 0.1875,0.21875 -0.0412,0.003 -0.0835,-0.004 -0.125,0 -0.0288,-0.0719 -0.0315,-0.14855 -0.0625,-0.21875 z M 383.75,142.125 c 0.0265,0.15601 0.10385,0.26941 0.1875,0.375 -0.2439,-0.056 -0.48274,-0.0771 -0.71875,-0.0937 0.20347,-0.0609 0.37386,-0.17248 0.53125,-0.28125 z m 0.8125,0.53125 c 0.0195,-0.005 0.0431,0.006 0.0625,0 0.004,0.009 -0.004,0.0225 0,0.0313 -0.0212,-0.008 -0.0413,-0.0238 -0.0625,-0.0313 z m -38.09375,0.8125 c 0.13356,0.38852 0.32393,0.75372 0.59375,1.125 0.2673,0.36781 0.57724,0.71533 0.9375,1.03125 -0.40645,-0.25135 -0.92559,-0.40452 -1.34375,-0.34375 0.0347,-0.61473 -0.0402,-1.23915 -0.1875,-1.8125 z m 58.125,0.84375 c -0.77219,0.0474 -1.66619,0.56983 -1.65625,1.21875 0.005,0.35927 0.25551,0.69467 0.625,0.9375 0.61581,0.40471 1.52186,0.57931 2,0.21875 0.60025,-0.45264 0.37756,-1.88786 -0.28125,-2.25 -0.18958,-0.10421 -0.4301,-0.14081 -0.6875,-0.125 z m -80.8125,0.71875 c -0.66141,0.13062 -1.04636,1.3564 -0.65625,1.90625 0.11226,0.15822 0.28631,0.28738 0.5,0.375 0.64106,0.26287 1.59806,0.18385 1.84375,-0.34375 0.36274,-0.77893 -0.84453,-2.10398 -1.6875,-1.9375 z m -5.4375,0.6875 c -0.57914,0.14222 -1.09779,1.22347 -0.6875,1.65625 0.17036,0.1797 0.48054,0.23665 0.78125,0.1875 0.50119,-0.0819 1.01935,-0.43781 1.09375,-0.84375 0.0934,-0.50961 -0.68435,-1.12356 -1.1875,-1 z m 15,1.9375 c -0.50894,0.0766 -1.09361,0.65005 -0.9375,1.09375 0.0741,0.21056 0.29696,0.36731 0.5625,0.4375 0.44257,0.11699 1.00818,0.0254 1.21875,-0.28125 0.26435,-0.38501 -0.16549,-1.16657 -0.625,-1.25 -0.0661,-0.012 -0.14604,-0.011 -0.21875,0 z M 324.625,148.25 c -0.31561,0.0631 -0.63444,0.35808 -0.59375,0.625 0.0225,0.14778 0.14651,0.26449 0.3125,0.34375 0.27665,0.13209 0.667,0.14433 0.84375,-0.0313 0.22189,-0.22042 0.042,-0.79413 -0.25,-0.90625 -0.084,-0.0323 -0.2073,-0.0523 -0.3125,-0.0313 z m 15,0.28125 c -1.41323,-0.0173 -3.21589,2.13856 -2.53125,3.375 0.28428,0.5134 0.90585,0.7781 1.625,0.84375 1.19858,0.10942 2.65094,-0.33146 3.0625,-1.21875 0.51667,-1.11389 -0.92846,-2.98499 -2.15625,-3 z"
+         style="fill:#642300;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)"
+         style="color:#000000;fill:#7a2e00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m -74,-75 166,0 0,47.179167 c -13.790399,4.122809 -27.992479,0.152813 -41.976948,0.848931 -14.736684,0.733561 -29.43025,4.330397 -44.1643198,3.505732 -14.9970989,-0.839386 -29.5791252,-8.041611 -44.5837322,-8.579663 -11.7999,-0.423134 -20.979552,0.826206 -35.275,4.225 z"
+         id="rect3807"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccaaacc" />
+      <path
+         transform="matrix(3.8554217,0,0,2.8402367,-378.6988,335.01775)"
+         style="color:#000000;fill:#6a1a00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m -74,-75 166,0 0,22.533334 c -15.533498,4.334636 -38.04365,11.115839 -57.321875,10.5625 -23.883626,-0.685526 -46.663295,-16.32791 -70.544601,-17.14896 -12.809553,-0.440398 -26.461649,3.703834 -38.133524,6.58646 z"
+         id="rect3802"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccaacc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3686"
+         transform="translate(-664,124)"
+         d="m 120.59375,28.0625 c -2.84274,-0.179331 -5.68845,4.489525 -4.6875,7.15625 0.008,0.02132 0.0228,0.04129 0.0313,0.0625 -1.44386,0.737304 -2.78242,2.045187 -3.4375,3.40625 -1.16667,-1.186481 -2.76324,-1.994619 -4.03125,-1.6875 -0.80363,0.194643 -1.44551,0.933689 -1.84375,1.84375 -0.50343,0.125959 -0.97494,0.381984 -1.28125,0.71875 -0.30924,-0.203393 -0.62273,-0.371471 -0.96875,-0.5 0.0921,-0.177698 0.12547,-0.365946 0.125,-0.5625 -0.001,-0.578633 -0.41008,-1.132537 -1,-1.53125 -0.98319,-0.664527 -2.4413,-0.945642 -3.21875,-0.375 -0.19036,0.139724 -0.311166,0.358151 -0.40625,0.59375 -0.613992,0.0296 -1.271007,0.282986 -1.875,0.65625 -0.466869,0.0636 -0.960447,0.310472 -1.34375,0.65625 -0.102315,-0.04242 -0.207825,-0.06513 -0.3125,-0.09375 -0.68715,-0.187881 -1.501739,-0.123748 -2.3125,0.125 -0.273063,0.08378 -0.542488,0.190097 -0.8125,0.3125 -0.0097,-0.0034 -0.02143,0.0032 -0.03125,0 -1.027201,-0.865452 -2.32868,-1.519804 -3.59375,-1.78125 0.247589,-0.763166 0.196419,-1.601465 -0.28125,-2.03125 -0.408046,-0.367141 -1.031646,-0.411461 -1.6875,-0.25 -1.093092,0.269095 -2.219457,1.121153 -2.3125,2.03125 -0.047,0.459769 0.2169,0.934599 0.625,1.3125 -0.03705,0.05327 -0.0906,0.100039 -0.125,0.15625 -1.641272,-0.605932 -3.385788,-0.726327 -4.5625,0 -0.536753,0.331311 -0.899484,0.884673 -1.15625,1.53125 -1.029346,-1.318493 -2.707388,-2.3383 -4,-2 -0.976719,0.255625 -1.640955,1.430097 -1.84375,2.65625 -0.196522,0.02171 -0.368838,0.08462 -0.53125,0.15625 -1.9783,-1.173135 -5.469612,-0.98317 -6.84375,0.625 -0.357429,0.418305 -0.58605,0.959884 -0.75,1.5625 -0.415212,0.02368 -0.817634,0.174964 -1.03125,0.4375 -0.299357,0.367914 -0.340843,1.02253 -0.1875,1.59375 -0.04051,0.09427 -0.105944,0.184413 -0.125,0.28125 -0.111592,0.567088 0.108464,1.265857 0.5,1.875 -0.14702,-0.09517 -0.297625,-0.175559 -0.46875,-0.25 -0.219984,-0.0957 -0.474112,-0.160807 -0.71875,-0.21875 -0.103056,-0.284011 -0.229534,-0.552003 -0.40625,-0.75 -0.0013,-0.07328 0.0056,-0.146329 0,-0.21875 0.602221,-0.602614 0.965382,-1.697433 0.46875,-2.21875 -0.04324,-0.04539 -0.104108,-0.09039 -0.15625,-0.125 -0.09288,-0.257434 -0.323565,-0.473158 -0.625,-0.625 -0.120518,-0.06071 -0.272074,-0.08607 -0.40625,-0.125 C 62.95807,41.869203 62.76548,41.302871 62.375,40.9375 61.715152,40.320083 60.616827,40.307872 59.53125,40.625 59.13454,39.796525 58.465716,39.082598 57.75,39 c -0.944956,-0.109055 -1.934091,1.067917 -2.125,2.125 -0.18075,-0.01721 -0.353891,-0.04651 -0.53125,-0.03125 -1.202564,0.103472 -2.262982,1.156267 -2.9375,2.46875 -0.544581,-0.210934 -1.116751,-0.255884 -1.65625,-0.125 -1.277901,0.310023 -2.207837,1.56956 -2.71875,3.125 -0.353323,0.0067 -0.718616,0.05974 -1.09375,0.1875 -0.678433,0.231045 -1.351483,0.655704 -1.90625,1.15625 -0.538255,0.01624 -1.123842,0.224875 -1.625,0.5625 -0.662945,0.04676 -1.273155,0.246835 -1.625,0.65625 -0.07675,0.08931 -0.138564,0.203788 -0.1875,0.3125 -0.0441,0.04214 -0.09016,0.07503 -0.125,0.125 -0.584537,-1.24405 -2.264338,-2.086494 -4,-2.34375 C 37.13392,47.081235 37.03202,46.949448 36.90625,46.875 36.739489,46.77629 36.528135,46.771523 36.3125,46.8125 35.447824,45.643037 33.978309,44.666895 32.4375,44.15625 32.38138,44.08902 32.34298,43.998707 32.28125,43.9375 30.478956,42.150567 25.829292,43.623848 24.9375,46 c -0.229246,0.610822 -0.217445,1.339724 -0.09375,2.09375 -1.094146,0.0052 -2.095229,0.275332 -2.78125,0.875 -0.85141,0.744238 -1.118361,2.103902 -0.9375,3.46875 -0.05226,0.02102 -0.107089,0.03679 -0.15625,0.0625 -0.264969,0.138545 -0.476286,0.365206 -0.6875,0.625 -0.192414,-0.153861 -0.414789,-0.260556 -0.625,-0.21875 -0.0142,0.0028 -0.01736,0.02743 -0.03125,0.03125 -0.609139,-0.419924 -1.38306,-0.691681 -2.15625,-0.75 C 17.778656,49.678397 15.936687,46.104646 13.6875,45.71875 12.71621,45.552104 11.708549,46.141316 10.875,47 10.062533,46.828333 9.1251755,46.95308 8.71875,47.46875 c -0.4800605,0.6091 -0.075359,1.832377 0.59375,2.375 -0.0625,0.382468 -0.043305,0.74913 0.03125,1.09375 -0.055717,0.155438 -0.1024108,0.311304 -0.125,0.46875 -0.07703,0.536906 0.024699,1.128599 0.25,1.71875 -0.3673699,0.278515 -0.6456582,0.614522 -0.78125,1.03125 -0.01989,0.06113 -0.017306,0.1251 -0.03125,0.1875 -0.3008984,-0.04091 -0.5914987,-0.05383 -0.875,0 C 6.9140356,54.5084 6.1664604,55.243373 5.6875,56.1875 5.5786167,56.01256 5.4656859,55.844867 5.3125,55.71875 c 0.6348397,-0.178712 1.1841217,-0.539881 1.25,-1.0625 0.054708,-0.434011 -0.2210685,-0.894203 -0.625,-1.25 -0.6732158,-0.592999 -1.7370726,-0.946743 -2.375,-0.59375 -0.5400294,0.298821 -0.6758954,1.186709 -0.5,1.90625 -1.5025465,-0.759726 -4.2156789,0.777899 -4.875,2.46875 -1.9222233,0.438677 -3.8632563,1.753174 -4.125,3.3125 -0.2301428,1.371065 1.1099386,2.910587 2.625,3.625 -0.016237,1.555122 2.34198172,3.254856 3.84375,2.84375 0.45191611,-0.123712 0.8742992,-0.431465 1.25,-0.84375 0.2531307,-0.277779 0.467898,-0.619654 0.65625,-0.96875 0.1598857,0.0107 0.3114201,0.0035 0.46875,0 0.4118343,0.279407 0.8686153,0.463659 1.3125,0.5 0.2142379,0.01754 0.4127853,-0.0065 0.625,-0.0625 0.1306318,0.461865 0.3690929,0.86085 0.75,0.9375 0.353931,0.07122 0.7452693,-0.126497 1.0625,-0.4375 0.3631214,-0.355988 0.6291749,-0.87969 0.6875,-1.34375 0.3984516,0.115148 0.8710667,0.01138 1.3125,-0.25 0.1561028,-0.09243 0.2947285,-0.221934 0.4375,-0.34375 0.300815,0.288474 0.6374213,0.508611 1,0.625 0.717626,0.23036 1.531419,-0.0021 2.28125,-0.5 1.085986,0.137101 2.133164,0.01371 2.90625,-0.46875 0.277568,-0.173222 0.546871,-0.396291 0.78125,-0.65625 0.233235,-0.02405 0.443044,-0.05857 0.65625,-0.125 0.364087,0.490055 0.824516,0.864509 1.375,1.03125 1.975086,0.598251 4.45861,-1.334376 5.6875,-3.59375 0.188269,-0.06682 0.366001,-0.142106 0.53125,-0.28125 0.318697,0.447659 0.745107,0.752343 1.21875,0.78125 0.617645,0.03769 1.222041,-0.36614 1.6875,-0.96875 0.775771,-1.004345 1.181402,-2.537888 0.625,-3.40625 -0.0635,-0.0991 -0.159823,-0.17193 -0.25,-0.25 0.462768,-0.173712 0.9247,-0.373307 1.34375,-0.625 -0.105386,0.786814 -0.05835,1.539614 0.21875,2.1875 0.212117,0.495944 0.600337,0.907261 1.0625,1.25 -0.332384,0.706283 -0.424386,1.477218 -0.03125,1.96875 0.355326,0.444258 1.020857,0.616974 1.71875,0.5625 0.290789,-0.0227 0.586583,-0.09734 0.875,-0.1875 2.502158,1.259524 6.568067,1.076502 8,-0.875 0.541744,-0.738313 0.63736,-1.75833 0.40625,-2.8125 0.03985,0.0626 0.07135,0.103576 0.125,0.15625 0.356419,0.349948 0.959846,0.4333 1.5625,0.3125 1.004425,-0.201328 2.066848,-0.926291 2.1875,-1.75 0.151465,-1.034072 -1.463379,-2.22294 -2.46875,-1.9375 -0.945799,0.268529 -1.73451,1.771375 -1.53125,2.78125 -0.311738,-1.042065 -0.911439,-2.067009 -1.65625,-2.8125 0.700068,0.222531 1.461545,0.240752 1.90625,-0.125 0.67214,-0.552808 0.433137,-2.069614 -0.25,-2.6875 0.122464,-0.232514 0.224045,-0.479413 0.28125,-0.71875 0.255175,0.821726 0.825244,1.58148 1.5,1.78125 0.19731,0.05841 0.430404,0.07879 0.65625,0.0625 0.593403,0.457215 1.26392,0.6873 1.84375,0.46875 0.09453,-0.03563 0.165511,-0.101288 0.25,-0.15625 -0.0016,0.317543 0.409075,0.688778 0.71875,0.625 -0.06879,0.328236 -0.01437,0.654318 0.1875,0.84375 0.05962,0.05594 0.141227,0.09445 0.21875,0.125 -0.09681,0.163941 -0.148734,0.355111 -0.125,0.53125 0.124214,0.921837 2.016324,1.425249 2.6875,0.78125 0.526616,-0.505293 0.14543,-1.851596 -0.53125,-2.125 -0.05804,-0.02345 -0.122844,-0.0201 -0.1875,-0.03125 0.02023,-0.05331 0.05572,-0.101319 0.0625,-0.15625 0.05091,-0.412386 -0.380887,-0.852385 -0.84375,-1.03125 0.181633,-0.0065 0.355392,-0.03943 0.53125,-0.0625 0.121232,0.152224 0.260972,0.283388 0.40625,0.40625 0.148154,0.125294 0.324911,0.225908 0.5,0.3125 0.05255,0.151445 0.151681,0.28212 0.28125,0.34375 0.175983,0.08371 0.383466,0.03995 0.59375,-0.0625 0.05992,0.0093 0.126322,-0.0065 0.1875,0 0.05338,0.325139 0.134204,0.630195 0.28125,0.90625 0.617977,1.16015 2.28876,1.639981 3.90625,1.5625 0.05605,0.553775 0.477788,1.044045 1.0625,1.40625 1.015894,0.629313 2.490557,0.855298 3.25,0.25 0.845343,-0.673761 0.602092,-2.567707 -0.21875,-3.375 0.827029,-0.174214 1.552576,-0.517226 2.0625,-1.03125 0.50901,-0.513106 0.878083,-1.211912 1.09375,-2.03125 0.222529,-0.08163 0.451286,-0.210681 0.65625,-0.34375 0.388704,0.300925 0.804177,0.517139 1.21875,0.625 -0.199535,0.729402 -0.233507,1.424965 0.03125,2 0.769332,1.670937 4.290865,1.886325 5.5,0.5 0.297868,-0.34152 0.483121,-0.827968 0.59375,-1.34375 0.363191,-0.411056 0.636093,-1.008662 0.65625,-1.5625 0.02612,-0.02428 0.06911,-0.03689 0.09375,-0.0625 0.293831,-0.305494 0.446476,-0.721301 0.5,-1.1875 0.182513,-0.08233 0.35276,-0.203628 0.53125,-0.3125 -0.346803,2.05984 0.0588,4.354322 1.375,5.34375 1.929558,1.450511 6.12349,-0.520569 6.65625,-2.875 0.118751,-0.524803 0.08893,-1.119952 -0.0625,-1.71875 0.03172,0.0077 0.06126,0.02489 0.09375,0.03125 0.723783,0.141729 1.631079,-0.04738 1.9375,-0.5625 0.157718,-0.265134 0.145006,-0.625963 0,-0.96875 0.163338,0.222102 0.365581,0.40527 0.59375,0.5625 1.048075,0.722225 2.574903,0.604429 4.03125,0 0.465001,0.526055 1.004118,0.936497 1.5625,1.15625 -0.282799,0.563039 -0.382588,1.16374 -0.125,1.625 0.291392,0.52179 0.9549,0.810786 1.6875,0.875 1.220999,0.10703 2.67789,-0.376145 3.09375,-1.28125 0.08258,-0.179739 0.101386,-0.386034 0.09375,-0.59375 0.29149,0.207148 0.647224,0.345393 1.0625,0.40625 1.140868,0.167195 2.560015,-0.203922 3,-1.03125 0.09196,-0.172911 0.124766,-0.355632 0.125,-0.5625 0.04259,-8.7e-4 0.08325,0.0059 0.125,0 0.543161,-0.0773 0.980648,-0.693088 1.15625,-1.34375 0.958363,2.390457 3.27951,4.659137 5.375,4.5625 2.60692,-0.120222 4.74011,-4.639862 3.5625,-6.96875 -0.33887,-0.670154 -0.98231,-1.260613 -1.75,-1.71875 -0.0591,-0.03529 -0.12668,-0.05995 -0.1875,-0.09375 0.50879,-0.342752 0.97397,-0.740389 1.3125,-1.1875 0.0946,-0.0408 0.19038,-0.06236 0.28125,-0.125 0.0814,-0.0561 0.17537,-0.117938 0.25,-0.1875 0.355,0.457685 0.88906,0.789683 1.53125,1.03125 -0.43053,0.527256 -0.66785,1.117702 -0.59375,1.71875 0.12344,1.001194 1.03165,1.836985 2.1875,2.34375 -0.11333,0.222723 -0.17003,0.458218 -0.125,0.6875 0.089,0.453242 0.50836,0.808444 1.03125,1.03125 0.87148,0.371347 2.03997,0.377838 2.5625,-0.1875 0.25837,-0.279534 0.32588,-0.705871 0.25,-1.15625 0.41293,-0.118058 0.77834,-0.295927 1.0625,-0.5625 0.27553,-0.258474 0.45975,-0.606307 0.5625,-1 0.65887,0.07842 1.29509,0.02587 1.8125,-0.21875 0.46509,-0.219883 0.88757,-0.597035 1.25,-1.0625 0.0431,0.04015 0.0794,0.08633 0.125,0.125 0.98778,0.837826 2.52618,1.308004 3.4375,0.78125 0.279,-0.161267 0.52032,-0.418943 0.65625,-0.75 0.0674,0.31527 0.18629,0.658637 0.375,0.96875 0.67335,1.106566 2.00027,2.025132 3.03125,1.8125 0.16178,-0.03337 0.29565,-0.0934 0.4375,-0.1875 0.68821,0.790337 1.83104,1.361401 2.625,1.0625 0.21508,-0.08097 0.38638,-0.233557 0.53125,-0.4375 2.13528,1.136588 5.42629,1.236883 6.78125,-0.28125 0.56306,-0.630872 0.70447,-1.601085 0.5625,-2.59375 0.42448,0.0076 0.86274,-0.07402 1.3125,-0.21875 1.24394,0.171248 2.57601,-0.07181 3.1875,-0.84375 0.33559,-0.423641 0.39096,-1.02989 0.28125,-1.65625 0.12321,-0.157611 0.23781,-0.30548 0.34375,-0.46875 0.36823,1.476085 2.75442,2.745712 4.1875,2.25 0.18452,0.172382 0.4187,0.315808 0.65625,0.4375 -0.58671,0.134852 -1.15398,0.518429 -1.15625,1 -0.002,0.319938 0.20664,0.620981 0.53125,0.84375 0.5251,0.360364 1.31,0.526437 1.75,0.25 0.10718,0.126295 0.22159,0.256079 0.34375,0.375 -0.0701,0.178933 -0.10715,0.354711 -0.0625,0.53125 0.0963,0.380761 0.48335,0.678472 0.9375,0.84375 0.50019,0.182037 1.08719,0.202994 1.5625,0.0625 0.6976,0.197321 1.38037,0.21393 1.9375,-0.03125 0.31646,-0.139267 0.56972,-0.382685 0.78125,-0.6875 0.74445,0.145719 1.44083,0.106981 2.03125,-0.15625 0.9277,0.06966 1.87817,-0.0131 2.71875,-0.28125 0.57942,3.406503 6.69178,6.44867 9.65625,4.6875 1.17804,-0.699865 1.73439,-2.29014 1.75,-3.96875 0.85312,0.709113 2.04456,1.115246 2.84375,0.75 0.53379,-0.243949 0.82189,-0.879906 0.90625,-1.59375 0.66276,0.455743 1.39269,0.722196 2.03125,0.59375 0.45563,-0.09165 0.82132,-0.435532 1.125,-0.875 0.82889,0.511368 2.0454,0.531917 3.1875,0.1875 -0.31457,0.353824 -0.51011,0.864308 -0.5625,1.4375 -0.11643,1.273758 0.36959,2.812514 1.3125,3.25 1.18371,0.549215 3.20265,-0.976431 3.21875,-2.28125 0.0155,-1.254488 -1.6097,-2.788905 -2.90625,-2.84375 0.89193,-0.465304 1.62569,-1.128496 1.90625,-1.90625 0.22041,-0.611018 0.19879,-1.338836 0.0313,-2.09375 -0.10895,-0.490924 -0.29825,-0.992139 -0.53125,-1.46875 0.073,-0.522273 -0.0278,-1.098286 -0.3125,-1.4375 0.007,-0.115349 0.0325,-0.230885 0.0313,-0.34375 0.79764,-2.71633 0.39123,-6.170517 -1.6875,-7.15625 -1.34402,-0.637334 -3.095,-0.176378 -4.65625,0.8125 -0.7435,-0.901116 -1.66727,-1.565743 -2.625,-1.71875 -2.2977,-0.36708 -4.92762,2.682729 -5.125,5.1875 -0.18201,-0.501111 -0.45643,-0.931663 -0.84375,-1.15625 -1.13561,-0.658489 -3.27076,0.663042 -3.40625,1.96875 -0.15595,1.502912 1.99199,3.671055 3.375,3.0625 0.57426,-0.252689 0.92261,-0.928251 1.0625,-1.6875 0.0419,-0.227379 0.0582,-0.448495 0.0625,-0.6875 0.25152,0.598289 0.69533,1.178435 1.25,1.6875 0.81683,0.749668 1.87484,1.330373 2.96875,1.6875 0.0205,0.382511 0.0555,0.75162 0.125,1.125 -0.39195,0.183767 -0.70749,0.449448 -0.875,0.8125 -0.17764,0.384993 -0.20658,0.825737 -0.0937,1.28125 -0.37707,-0.02435 -0.78265,-0.02567 -1.15625,0.0625 0.0314,-0.04247 0.0715,-0.07899 0.0937,-0.125 0.38856,-0.802267 -0.36059,-2.403332 -1.25,-2.34375 -0.30776,0.02062 -0.56409,0.204546 -0.78125,0.5 -0.57602,-0.512251 -1.2517,-0.804169 -1.84375,-0.59375 -0.23939,0.08508 -0.45152,0.233074 -0.625,0.4375 -0.24632,-0.03939 -0.52121,-0.04999 -0.78125,-0.0625 -1.04886,-0.05045 -2.17495,0.117863 -3.21875,0.46875 1.13217,-0.387789 2.08697,-1.172524 2.125,-2.125 0.0476,-1.191034 -1.25648,-2.298016 -2.6875,-2.78125 0.15923,-0.467525 0.17562,-0.926854 -0.0313,-1.3125 -0.30542,-0.569353 -0.99054,-0.854671 -1.78125,-0.9375 -0.18404,-0.01928 -0.37199,-0.03594 -0.5625,-0.03125 -0.0571,-0.980401 -0.4744,-2.006509 -1.1875,-2.3125 -1.02873,-0.441434 -2.67498,0.91196 -2.65625,2.03125 0.008,0.483127 0.26906,1.001889 0.6875,1.4375 -0.89714,0.399319 -1.74755,1.13682 -2.46875,2.03125 -0.33671,-1.115481 -0.93659,-2.136728 -1.6875,-2.78125 -0.0129,-0.08094 -0.0288,-0.174257 -0.0625,-0.25 -0.19474,-0.43711 -0.70168,-0.677211 -1.28125,-0.78125 -0.96596,-0.173404 -2.13435,0.08947 -2.53125,0.78125 -0.11019,0.19206 -0.14673,0.414895 -0.125,0.65625 -0.26579,0.253549 -0.5193,0.529236 -0.75,0.84375 -0.15494,-0.03698 -0.31561,-0.06847 -0.46875,-0.0625 -0.55974,0.02183 -1.0767,0.424424 -1.46875,0.96875 -0.83148,0.304306 -1.62315,0.803908 -2.1875,1.4375 0.009,-0.180078 0.026,-0.356986 0,-0.53125 -0.10221,-0.684708 -0.56384,-1.291487 -1.1875,-1.78125 0.0286,-0.07582 0.0669,-0.145557 0.0625,-0.21875 -0.0298,-0.499243 -0.86223,-1.085552 -1.28125,-0.8125 -0.087,0.05669 -0.14525,0.145907 -0.1875,0.25 -0.013,-0.0051 -0.0182,-0.02624 -0.0313,-0.03125 -0.16023,-0.58253 -0.43422,-1.094623 -0.875,-1.28125 -0.11765,-0.04981 -0.24259,-0.09488 -0.375,-0.09375 -0.83332,-1.264171 -3.84563,-1.35388 -4.6875,-0.09375 -0.0243,0.03637 -0.0426,0.08618 -0.0625,0.125 -0.10959,-0.02958 -0.228,-0.04194 -0.34375,-0.03125 -0.0103,-0.116459 -0.0167,-0.227246 -0.0313,-0.34375 0.16453,-0.223873 0.26754,-0.493969 0.25,-0.75 -0.0264,-0.385381 -0.28969,-0.726025 -0.65625,-1 -0.53077,-1.673905 -1.48802,-3.102905 -2.78125,-3.625 -1.56542,-0.631981 -3.66306,0.34603 -5.09375,1.84375 -0.98579,-2.280327 -2.88742,-4.314087 -4.84375,-4.4375 z M 191.5,33.96875 c -0.59532,0.05195 -1.22289,0.2651 -1.8125,0.59375 -1.03299,-0.808123 -3.36445,-0.0976 -3.84375,1.125 -0.082,0.209168 -0.12334,0.469543 -0.125,0.71875 -0.24225,-0.248391 -0.54868,-0.414696 -0.84375,-0.46875 -1.03006,-0.188699 -2.24983,1.389281 -2,2.40625 0.28411,1.156493 2.41769,2.181535 3.3125,1.40625 0.002,0.113542 -0.0139,0.233029 0,0.34375 0.0274,0.217532 0.0857,0.43922 0.15625,0.65625 -0.39345,0.103926 -0.76753,0.342719 -1.125,0.65625 -1.24122,1.088647 -2.08358,3.165846 -1.21875,4.25 0.34081,0.427236 0.87462,0.647682 1.5,0.71875 0.11183,0.836687 0.37797,1.603944 0.84375,2.125 -0.29866,0.188298 -0.54613,0.439139 -0.65625,0.75 -0.21631,0.610654 0.028,1.326317 0.5,1.96875 0.78663,1.070727 2.21547,1.90287 3.25,1.59375 0.78789,-0.235424 1.30264,-1.247123 1.375,-2.25 0.21678,-0.08011 0.44659,-0.159691 0.65625,-0.28125 0.63338,1.209003 1.53349,2.177803 2.59375,2.4375 1.47087,0.36027 3.22366,-0.902513 4.1875,-2.46875 0.63815,2.359634 2.21409,4.581905 4.09375,5 0.16335,0.03633 0.33242,0.05801 0.5,0.0625 0.10563,0.391674 0.2451,0.753838 0.46875,1.0625 0.99124,1.368015 3.44223,1.542123 5.375,0.875 0.0423,0.01062 0.0823,0.02261 0.125,0.03125 0.63599,0.128787 1.32366,0.0093 1.96875,-0.3125 0.53006,0.06476 1.02322,0.01081 1.375,-0.25 0.36652,-0.271742 0.53216,-0.79382 0.53125,-1.34375 0.32579,-0.395495 0.6162,-0.834739 0.84375,-1.28125 0.16211,-0.02372 0.33468,-0.06111 0.5,-0.125 0.32737,-0.126514 0.63769,-0.325727 0.90625,-0.5625 0.21319,0.05722 0.42435,0.04394 0.5625,-0.0625 0.0957,-0.07374 0.14891,-0.200863 0.15625,-0.34375 0.25458,-0.05167 0.51514,-0.164661 0.75,-0.34375 0.26647,-0.14241 0.51259,-0.310644 0.71875,-0.5 0.22734,0.113421 0.45054,0.198196 0.6875,0.21875 0.22325,0.01937 0.43692,-0.01413 0.65625,-0.09375 0.0389,0.0078 0.0857,-0.0071 0.125,0 0.0936,0.311845 0.22514,0.584157 0.375,0.84375 0.007,0.362168 0.0693,0.746776 0.15625,1.125 -0.25386,-0.374393 -0.71829,-0.668557 -1.09375,-0.625 -0.7048,0.08176 -1.48247,1.271864 -1.0625,1.84375 0.17438,0.237462 0.51271,0.325796 0.875,0.3125 0.60381,-0.02216 1.28931,-0.34437 1.4375,-0.8125 0.007,-0.02057 -0.004,-0.04135 0,-0.0625 0.56298,1.653616 1.79649,3.163302 3.15625,3.375 0.16774,0.02611 0.32968,0.01927 0.5,0 0.26076,0.184614 0.57638,0.333248 0.9375,0.40625 0.50417,0.497407 1.14032,0.820929 1.6875,0.71875 0.49528,-0.09249 0.87236,-0.597655 1.0625,-1.1875 0.0984,-0.06534 0.16863,-0.14173 0.25,-0.21875 0.27375,0.67099 0.89025,1.243787 1.65625,1.65625 0.18302,0.91577 0.70303,1.817188 1.40625,2.03125 0.84711,0.257863 1.94152,-0.657244 2.28125,-1.59375 0.0911,-0.03806 0.16656,-0.0763 0.25,-0.125 0.33706,-0.196733 0.61657,-0.490371 0.875,-0.84375 0.0451,-0.05156 0.0825,-0.103243 0.125,-0.15625 0.0947,-0.143392 0.19894,-0.309829 0.28125,-0.46875 0.26964,-0.438824 0.47977,-0.867179 0.5,-1.3125 0.0209,-0.08312 0.0448,-0.166005 0.0625,-0.25 0.0672,0.10301 0.11578,0.215154 0.1875,0.3125 -0.0121,0.176298 0.0151,0.36053 0.125,0.46875 0.10058,0.09903 0.24578,0.120576 0.40625,0.125 0.64862,0.653812 1.41238,1.077596 2.21875,1.03125 0.0834,-0.0048 0.16799,-0.01781 0.25,-0.03125 0.16237,0.202184 0.37751,0.35824 0.59375,0.4375 0.49357,0.180912 1.10237,-0.10768 1.5625,-0.5625 -0.60565,1.77501 0.64171,4.825379 2.375,5.21875 1.49113,0.338413 3.36096,-1.691584 3.375,-3.28125 0.13347,0.872435 0.5084,1.680864 1.125,2 0.3415,0.176751 0.76399,0.15738 1.1875,0.03125 0.0349,0.954609 0.38552,1.953131 1.0625,2.28125 0.71618,0.347117 1.79578,-0.195225 2.375,-0.9375 0.10653,0.22799 0.21768,0.465477 0.34375,0.6875 -0.74349,0.02923 -1.44662,0.318916 -1.65625,0.875 -0.17409,0.461802 -0.006,1.003477 0.34375,1.5 0.58278,0.827541 1.64482,1.500887 2.4375,1.28125 0.44034,-0.12201 0.79534,-0.565139 0.96875,-1.09375 0.98681,0.836886 2.08712,1.346346 3.15625,1.3125 0.57503,-0.0182 1.14352,-0.213176 1.65625,-0.5625 1.65262,0.09627 3.40198,-0.389106 4.25,-1.4375 0.47267,-0.584356 0.7406,-1.392463 0.84375,-2.28125 0.25236,-2.17443 -0.55608,-4.828818 -2.0625,-5.9375 0.27743,-1.144258 0.23845,-2.264643 -0.25,-3.09375 -0.69405,-1.178098 -2.48506,-1.60294 -4.15625,-1.40625 0.73709,-0.379741 1.30438,-0.951687 1.3125,-1.625 0.008,-0.639035 -0.44863,-1.237776 -1.09375,-1.6875 -1.07519,-0.749546 -2.66358,-1.086542 -3.53125,-0.46875 -1.00945,0.718736 -0.79836,2.950811 0.15625,3.8125 -0.22169,0.04009 -0.42361,0.112581 -0.5625,0.25 -0.0838,0.08286 -0.15092,0.19355 -0.1875,0.3125 -1.13661,0.597953 -2.18264,1.742691 -2.59375,2.90625 -0.0623,0.176276 -0.1244,0.356309 -0.15625,0.53125 -0.0406,-0.02912 -0.0783,-0.07039 -0.125,-0.09375 0.11605,-0.128644 0.23056,-0.284969 0.28125,-0.4375 0.0553,-0.166454 0.0397,-0.347854 0,-0.53125 0.0538,-0.04421 0.0902,-0.09571 0.125,-0.15625 0.0848,-0.147612 0.0958,-0.344266 0.0625,-0.53125 1.44156,-1.404975 2.41181,-3.221397 2.15625,-4.78125 -0.41666,-2.543168 -4.75167,-4.181683 -7.28125,-3.25 -1.57231,-0.68418 -3.43705,-0.829802 -4.5,0 -0.15235,0.118931 -0.2944,0.276446 -0.40625,0.4375 -1.80364,-0.381752 -4.20924,0.223539 -5.78125,1.40625 -0.0116,-0.02038 -0.019,-0.04228 -0.0313,-0.0625 -0.4423,-0.728878 -1.32125,-1.35787 -2,-1.21875 -0.64771,0.132757 -1.05537,1.082874 -1,1.84375 -0.0853,-0.01544 -0.16566,-0.02144 -0.25,-0.03125 -0.0943,-1.901313 -0.9575,-3.878586 -2.34375,-4.46875 -0.67195,-0.286066 -1.47179,-0.171925 -2.25,0.1875 -0.14852,-0.08723 -0.31054,-0.158676 -0.46875,-0.21875 -0.18539,-0.0704 -0.36457,-0.09992 -0.5625,-0.125 0.13811,-0.349008 0.19284,-0.708007 0.125,-1.0625 -0.42257,-2.208202 -4.88822,-3.214487 -6.625,-1.75 -0.0755,-0.105362 -0.17654,-0.219363 -0.28125,-0.3125 -0.52712,-0.468854 -1.34078,-0.743893 -1.84375,-0.46875 -0.38682,0.211606 -0.54734,0.81102 -0.46875,1.34375 -0.47746,0.287708 -0.85477,0.7326 -1.125,1.28125 -0.0722,-0.04337 -0.14131,-0.09614 -0.21875,-0.125 -1.12528,-0.419285 -2.85974,1.114208 -2.78125,2.3125 0.0359,0.547311 0.42335,1.105112 0.9375,1.5625 -0.0295,0.02375 -0.0665,0.03557 -0.0937,0.0625 -0.21757,0.06458 -0.42877,0.148618 -0.59375,0.28125 -0.0881,0.0708 -0.1522,0.157248 -0.21875,0.25 -0.0203,-0.02078 -0.0418,-0.04188 -0.0625,-0.0625 -0.34077,-0.339766 -0.7356,-0.625713 -1.15625,-0.90625 0.0637,-0.376591 0.0739,-0.7507 -0.0625,-1.09375 -0.23269,-0.58527 -0.72433,-1.009281 -1.375,-1.3125 -0.19396,-0.18979 -0.38986,-0.367261 -0.625,-0.4375 -0.21648,-0.06466 -0.45316,-0.03103 -0.6875,0.03125 -0.1366,-0.02339 -0.2665,-0.04791 -0.40625,-0.0625 -0.38781,-0.35716 -0.83349,-0.642142 -1.28125,-0.875 0.005,-0.219077 -0.004,-0.42403 -0.0625,-0.625 -0.17753,-0.611332 -0.74794,-1.099564 -1.4375,-1.40625 0.0641,-0.08705 0.12718,-0.176915 0.15625,-0.28125 0.0764,-0.274175 -0.0117,-0.587093 -0.15625,-0.875 1.02366,-0.08759 1.97546,-0.523593 2.1875,-1.3125 0.16358,-0.60862 -0.11863,-1.318895 -0.625,-1.90625 -0.84395,-0.978929 -2.30129,-1.690593 -3.28125,-1.3125 -0.99956,0.385654 -1.36092,2.11766 -0.96875,3.25 -0.64094,0.390121 -0.85206,1.589959 -0.5,2.3125 -0.18276,0.08115 -0.35657,0.19053 -0.5,0.3125 -0.38395,0.326492 -0.66558,0.802071 -0.84375,1.375 -0.006,0.02068 -0.0251,0.04162 -0.0313,0.0625 -0.0217,9.56e-4 -0.0409,-0.0013 -0.0625,0 -0.28678,-0.09795 -0.58642,-0.127151 -0.84375,-0.0625 -0.27756,0.06973 -0.50611,0.261228 -0.6875,0.53125 -0.1291,0.07896 -0.25982,0.179998 -0.375,0.28125 -0.11362,0.09988 -0.18519,0.227887 -0.28125,0.34375 -0.0947,-0.680749 -0.38058,-1.289099 -0.90625,-1.46875 -0.48335,-0.16519 -1.06013,0.02849 -1.5625,0.40625 -0.0678,0.05101 -0.12247,0.130331 -0.1875,0.1875 -0.13283,-0.07632 -0.26978,-0.151046 -0.40625,-0.21875 0.4972,-0.785427 0.72157,-1.827616 0.71875,-2.9375 1.02652,0.105244 2.20423,-0.23181 2.4375,-1.03125 0.14674,-0.502906 -0.0896,-1.065384 -0.5,-1.5625 -0.68402,-0.828531 -1.86637,-1.453092 -2.6875,-1.15625 -0.69389,-1.626773 -1.81052,-2.963521 -3.15625,-3.375 -0.34926,-0.106792 -0.71911,-0.126442 -1.09375,-0.09375 z m -47.90625,0.59375 c -0.57209,0.06706 -1.13928,0.345352 -1.375,0.75 -0.13566,0.232881 -0.16815,0.523121 -0.15625,0.84375 0.0357,0.961888 0.66024,2.08602 1.46875,2.09375 1.19365,0.01141 2.19479,-2.27933 1.5,-3.25 -0.27257,-0.380802 -0.86541,-0.504562 -1.4375,-0.4375 z M 210.75,40 c -0.26727,-0.02166 -0.5237,0.0014 -0.75,0.09375 -1.13638,0.463524 -1.38837,2.809487 -0.5,3.65625 1.02254,0.974649 3.84691,0.620959 4.1875,-0.75 0.14142,-0.569259 -0.14337,-1.181169 -0.625,-1.71875 C 212.46046,40.609271 211.55181,40.064965 210.75,40 z M 42.21875,44.0625 c -0.116897,0.01295 -0.223982,0.06035 -0.34375,0.09375 -0.798456,0.222636 -1.608239,0.859333 -1.65625,1.53125 -0.06027,0.843515 1.330819,1.696817 2.125,1.40625 0.914126,-0.334454 1.5244,-2.18384 0.78125,-2.8125 -0.231432,-0.195777 -0.55556,-0.257599 -0.90625,-0.21875 z m 119.3125,0.09375 c -0.14952,0.05645 -0.29326,0.123664 -0.4375,0.1875 0.002,-0.03065 -0.002,-0.06297 0,-0.09375 0.14711,-0.02599 0.29196,-0.05433 0.4375,-0.09375 z M 80.75,45.59375 c 0.04946,0.0677 0.103522,0.124393 0.15625,0.1875 -0.100936,1.030029 -0.02859,2.021977 0.375,2.78125 -0.150334,-0.211565 -0.360082,-0.389217 -0.5625,-0.5 C 80.746304,47.720404 80.677275,47.334663 80.5,47 c 0.11679,-0.266731 0.175604,-0.539862 0.125,-0.78125 -0.0286,-0.136417 -0.104683,-0.276945 -0.1875,-0.40625 0.11064,-0.06847 0.209712,-0.142347 0.3125,-0.21875 z M 93.46875,46.5 c 0.128631,0.02712 0.244687,0.0725 0.375,0.09375 0.221417,0.200956 0.498411,0.372433 0.78125,0.53125 -0.02665,0.03571 -0.07252,0.0539 -0.09375,0.09375 -0.08273,0.155324 -0.09466,0.315858 -0.09375,0.5 -0.725065,0.03609 -1.547429,0.577467 -2.0625,1.28125 0.0028,-0.399878 -0.288483,-0.804816 -0.6875,-1.09375 0.01087,-0.03074 0.02104,-0.06295 0.03125,-0.09375 0.638345,-0.213712 1.197641,-0.54985 1.5625,-1 0.07353,-0.09072 0.124867,-0.210448 0.1875,-0.3125 z m 91.3125,0.84375 c -0.07,0.01002 -0.12864,0.05562 -0.1875,0.09375 -0.19551,0.126662 -0.27498,0.369662 -0.28125,0.65625 -0.0104,0.477647 0.19984,1.04886 0.5625,1.1875 0.45528,0.174048 1.15274,-0.450873 1.125,-0.9375 -0.0279,-0.490108 -0.72848,-1.070134 -1.21875,-1 z m -92.8125,2.46875 c -0.01562,0.05252 -0.02049,0.104078 -0.03125,0.15625 -0.01709,-0.02398 -0.04476,-0.03894 -0.0625,-0.0625 0.03369,-0.02984 0.0627,-0.06256 0.09375,-0.09375 z m 548.0625,1.125 c -0.73211,0.0077 -1.49668,0.215511 -2.25,0.5625 -0.84497,-0.219053 -1.84075,-0.128947 -2.28125,0.40625 -0.27089,0.329127 -0.27538,0.847091 -0.125,1.34375 -0.5123,0.557342 -0.9228,1.181452 -1.125,1.8125 -0.0824,-0.06903 -0.19438,-0.121315 -0.28125,-0.1875 -0.0485,-0.0599 -0.12596,-0.108213 -0.1875,-0.15625 -0.0436,-0.03403 -0.077,-0.06683 -0.125,-0.09375 -2.12259,-1.449299 -5.24743,-2.069469 -6.9375,-0.84375 -0.27247,0.197609 -0.50588,0.454045 -0.6875,0.75 -1.31492,0.481452 -2.60535,1.607879 -3.28125,2.875 -0.23973,0.05304 -0.46072,0.113634 -0.6875,0.1875 -0.008,-0.295601 -0.15361,-0.622994 -0.375,-0.90625 -0.19348,-0.247541 -0.44633,-0.455906 -0.71875,-0.625 0.75441,-0.879987 1.01841,-2.625299 0.1875,-3.21875 -0.41759,-0.29825 -1.00142,-0.25006 -1.59375,-0.03125 -0.98722,0.364678 -1.94656,1.26978 -1.9375,2.125 0.007,0.660221 0.70897,1.231004 1.46875,1.5 -0.24614,0.573736 -0.23311,1.359565 0.125,1.75 0.22116,0.241121 0.5963,0.390271 1,0.4375 -0.24792,0.224194 -0.46713,0.442511 -0.625,0.71875 -0.21164,0.370333 -0.33211,0.79949 -0.34375,1.25 -0.20176,-0.08866 -0.39029,-0.160929 -0.59375,-0.21875 -0.24926,-0.135737 -0.54545,-0.180459 -0.875,-0.15625 -0.42692,-0.01097 -0.82622,0.104309 -1.15625,0.3125 -0.0206,0.0102 -0.0421,0.02067 -0.0625,0.03125 -0.0303,0.02094 -0.0647,0.03935 -0.0937,0.0625 -0.0122,0.0097 -0.0194,0.02126 -0.0313,0.03125 -0.61194,0.352265 -1.12736,0.884511 -1.1875,1.4375 -0.039,0.358322 0.15188,0.716824 0.4375,1.03125 0.006,0.08296 0.0208,0.166363 0.0313,0.25 -0.19133,0.167412 -0.37629,0.358937 -0.53125,0.59375 -0.4104,0.621888 -0.65342,1.438632 -0.6875,2.1875 -0.31918,0.07742 -0.62585,0.16845 -0.9375,0.28125 0.12441,-1.676511 -0.64038,-3.747624 -1.84375,-5.125 -0.0332,-0.188703 -0.0792,-0.344019 -0.1875,-0.5 -0.27931,-0.402091 -0.77503,-0.611557 -1.34375,-0.6875 -0.29017,-0.138314 -0.5717,-0.24325 -0.875,-0.28125 -0.68354,-0.08564 -1.3905,0.171771 -2.03125,0.625 0.0673,-0.231495 0.0884,-0.482124 0,-0.6875 -0.16656,-0.386736 -0.61619,-0.62086 -1.125,-0.71875 -0.84802,-0.163154 -1.8932,0.08317 -2.25,0.6875 -0.35323,0.598288 0.10481,1.608965 0.75,2.0625 -1.03723,1.225556 -1.57795,3.210285 -0.96875,4.4375 0.18724,0.377182 0.46984,0.703044 0.84375,1 -0.10621,0.01776 -0.23736,0.06719 -0.34375,0.125 -0.0748,0.04063 -0.11876,0.101211 -0.1875,0.15625 -0.0452,-0.01841 -0.0801,-0.0518 -0.125,-0.0625 0.0492,-0.319005 0.0318,-0.626196 -0.0937,-0.875 -0.35785,-0.709083 -1.64432,-0.855184 -2.4375,-0.46875 0.34996,-0.7893 0.43652,-1.68511 -0.0625,-2.15625 -0.38046,-0.359206 -0.9963,-0.420123 -1.625,-0.28125 -0.33438,0.07386 -0.65913,0.235995 -0.96875,0.40625 -0.13732,-0.08047 -0.29426,-0.152552 -0.4375,-0.15625 -0.12272,-0.0032 -0.22912,0.06071 -0.34375,0.125 -0.0474,-0.0756 -0.0993,-0.150182 -0.15625,-0.21875 0.74942,-0.373577 1.31811,-0.950127 1.3125,-1.625 -0.005,-0.607925 -0.44022,-1.178528 -1.0625,-1.59375 -0.99088,-0.661187 -2.41436,-0.939933 -3.25,-0.4375 0.44462,-0.379539 0.73337,-0.852811 0.6875,-1.34375 -0.0534,-0.571801 -0.50605,-1.065233 -1.125,-1.40625 -1.03158,-0.568367 -2.50166,-0.727723 -3.21875,-0.09375 -0.90023,0.79588 -0.37607,3.036059 0.71875,3.53125 0.74227,0.33573 1.91095,0.04577 2.71875,-0.53125 -0.63854,0.603331 -0.61046,1.916311 -0.15625,2.84375 -0.61416,0.153562 -1.21834,0.395796 -1.78125,0.71875 -0.1713,-0.07011 -0.38161,-0.05346 -0.59375,0.03125 -0.23614,0.0943 -0.47358,0.24332 -0.625,0.4375 -0.81568,0.256144 -1.50985,0.696866 -1.875,1.375 -0.0113,0.02094 -0.0206,0.0413 -0.0313,0.0625 -0.0122,-0.0074 -0.0189,-0.02411 -0.0313,-0.03125 -1.09868,-0.633119 -2.90632,0.147385 -3.875,1.28125 0.0814,-0.363516 0.0802,-0.725582 -0.0937,-0.96875 -0.38322,-0.535561 -1.63718,-0.350236 -1.96875,0.21875 -0.17761,0.304791 -0.14921,0.769794 0,1.1875 -0.15216,0.01906 -0.31662,0.03369 -0.46875,0.0625 -0.42737,-0.234099 -0.89271,-0.393919 -1.375,-0.53125 0.0518,-0.35485 0.0469,-0.707195 0,-1.03125 0.91706,-0.223399 1.73438,-0.669558 2.0625,-1.34375 0.67154,-1.379818 -1.05993,-3.765148 -2.59375,-3.8125 -0.44137,-0.01362 -0.92242,0.138807 -1.375,0.40625 -1.35773,0.802328 -2.52627,2.61056 -1.90625,3.78125 0.0338,0.0638 0.0829,0.129346 0.125,0.1875 -0.0242,0.01627 -0.0386,0.04581 -0.0625,0.0625 -0.0984,-0.08172 -0.20281,-0.158399 -0.3125,-0.21875 -0.73427,-0.40399 -1.73993,-0.179327 -2.625,0.34375 0.0295,-0.197986 0.0404,-0.382034 0,-0.5625 0.86335,-0.0011 1.803,-0.412179 1.9375,-1.09375 0.0859,-0.435469 -0.14743,-0.892661 -0.53125,-1.28125 -0.0567,-0.05742 -0.12487,-0.102613 -0.1875,-0.15625 0.0118,-0.0065 0.0199,-0.0242 0.0313,-0.03125 0.6959,-0.432653 0.90793,-2.047061 0.1875,-2.4375 -0.29914,-0.16212 -0.69063,-0.09863 -1.0625,0.09375 -0.61978,0.320632 -1.1696,1.000511 -1.09375,1.5625 0.006,0.04409 0.0165,0.08287 0.0313,0.125 -0.0942,0.01687 -0.16618,0.02345 -0.25,0.0625 -0.59063,0.275148 -0.81868,1.243584 -0.65625,2 -0.0735,-0.0096 -0.14335,-0.02617 -0.21875,-0.03125 -1.228,-0.08272 -2.69477,0.42675 -3.0939,1.34375 -0.33569,0.771242 0.24676,1.862175 1.03125,2.5 -0.0321,0.02811 -0.0634,0.06323 -0.0937,0.09375 -0.62459,0.628938 -0.75289,1.623421 -0.59375,2.6875 -0.16585,-0.02393 -0.32632,-0.0088 -0.46875,0.0625 -0.27525,0.137838 -0.45416,0.451315 -0.53125,0.8125 -0.098,0.132015 -0.17021,0.283085 -0.25,0.4375 -0.33247,0.643392 -0.51623,1.444117 -0.4375,2.125 -0.01,-0.01002 -0.0211,-0.02139 -0.0313,-0.03125 -0.87765,-0.856301 -2.33171,-0.985713 -3.8125,-0.65625 -0.25265,-0.155996 -0.54242,-0.287742 -0.84375,-0.375 1.07037,-1.668224 -1.10493,-5.153713 -3.09375,-5.125 -1.01462,0.01465 -1.95453,1.13388 -2.3125,2.3125 -1.44637,-0.693372 -3.6646,-0.573647 -4.625,0.46875 -0.38119,0.413735 -0.63017,0.997335 -0.75,1.65625 -0.0449,0.247093 -0.0525,0.488748 -0.0625,0.75 -0.1021,0.137225 -0.19773,0.284873 -0.21875,0.4375 -0.0121,0.08749 0.009,0.16172 0.0313,0.25 -1.45747,-2.29403 -6.09347,-3.608253 -8.09375,-1.96875 -0.7193,0.589564 -1.02775,1.636177 -1,2.75 -0.4345,-0.210667 -0.87906,-0.338338 -1.3125,-0.34375 -0.69656,-0.0087 -1.45016,0.252545 -2.15625,0.6875 -0.65873,0.40578 -1.26408,0.963404 -1.78125,1.59375 -0.0912,-0.05137 -0.17769,-0.106541 -0.28125,-0.125 -0.2271,-0.04048 -0.46077,0.02066 -0.6875,0.125 -0.0447,-0.184726 -0.11362,-0.380341 -0.21875,-0.5625 -0.3567,-0.618027 -1.02131,-1.15703 -1.625,-1.25 0.0715,-0.817387 -0.13756,-1.636205 -0.71875,-1.9375 -0.47654,-0.24704 -1.10653,-0.126721 -1.6875,0.1875 -0.21001,0.113586 -0.40335,0.279655 -0.59375,0.4375 -0.3249,-0.202325 -0.68547,-0.347689 -1.03125,-0.375 -0.66209,-0.0523 -1.30996,0.377003 -1.84375,0.96875 -0.74468,0.06494 -1.46457,0.346734 -1.8125,0.84375 -0.21743,0.310594 -0.32292,0.736629 -0.34375,1.1875 -0.0595,1.288021 0.61343,2.854898 1.65625,3.09375 -0.0702,0.04682 -0.15068,0.07027 -0.21875,0.125 -0.19014,0.152867 -0.37053,0.330708 -0.53125,0.53125 -0.042,-0.07161 -0.0978,-0.158426 -0.15625,-0.21875 -0.36155,-0.372839 -0.96489,-0.448062 -1.59375,-0.34375 -0.009,-0.05522 -0.0477,-0.104365 -0.0625,-0.15625 7.1e-4,-0.03 -0.0281,-0.06309 -0.0313,-0.09375 -0.0137,-0.03718 -0.0143,-0.0909 -0.0313,-0.125 -0.14743,-0.589507 -0.87997,-1.243093 -1.4375,-1.15625 -0.0817,-3.546683 -6.99655,-6.282792 -9.8125,-4.125 -2.20944,1.693042 -1.29332,6.959271 1.15625,8.28125 0.70488,0.380408 1.58002,0.503915 2.53125,0.4375 0.53978,-0.03769 1.1087,-0.156283 1.65625,-0.3125 0.16102,0.257421 0.3771,0.491675 0.625,0.71875 0.0266,0.02437 0.0663,0.03859 0.0937,0.0625 -0.90575,0.886622 -1.51067,1.93496 -1.53125,2.96875 -0.0511,2.565538 4.23244,4.941904 6.59375,3.9375 0.67948,-0.289026 1.31323,-0.870248 1.8125,-1.59375 0.99441,-1.441022 1.51025,-3.458616 1.25,-5.0625 0.0625,9.9e-5 0.12409,0.0033 0.1875,0 0.0631,0.119634 0.14891,0.234803 0.25,0.34375 0.23946,1.402844 0.91305,2.714759 1.9375,3.15625 0.31511,0.135799 0.66802,0.168888 1.03125,0.125 0.30308,0.681545 0.80257,1.211551 1.40625,1.25 0.56781,0.03616 1.10181,-0.322061 1.53125,-0.875 0.71574,-0.921562 1.10322,-2.325222 0.59375,-3.125 -0.0344,-0.05395 -0.0817,-0.109073 -0.125,-0.15625 0.0438,-0.157213 0.0531,-0.313661 0.0625,-0.46875 0.61913,0.621639 1.63247,0.92439 2.71875,1 0.0583,0.17532 0.10201,0.339892 0.1875,0.5 1.35324,2.534316 6.86746,2.522674 8.625,0.25 0.27116,-0.35064 0.47879,-0.785944 0.625,-1.25 0.19391,0.04427 0.38323,0.06271 0.59375,0.0625 0.0121,0.0073 0.019,0.02438 0.0313,0.03125 0.19072,1.301556 1.04624,2.695282 2.09375,2.90625 0.44895,0.09042 0.94258,-0.08709 1.375,-0.40625 0.0179,0.0397 0.005,0.08967 0.0313,0.125 0.18344,0.244795 0.53024,0.32994 0.90625,0.3125 0.26742,-0.0124 0.56586,-0.07459 0.8125,-0.1875 0.34389,0.255528 0.86053,0.28381 1.375,0.15625 0.91618,-0.227157 1.8295,-0.924254 1.90625,-1.6875 0.0964,-0.958168 -1.4302,-1.992121 -2.34375,-1.6875 -0.46532,0.155161 -0.87952,0.652391 -1.125,1.21875 -0.10462,-0.04267 -0.21037,-0.05725 -0.3125,-0.0625 0.0549,-0.225821 0.0558,-0.447187 0.0313,-0.65625 0.67256,-0.128173 1.35316,-0.410864 1.75,-0.84375 0.87042,0.448519 2.33522,0.285515 2.875,-0.4375 0.19642,-0.263101 0.28254,-0.610273 0.3125,-1 0.0323,-0.419706 -0.0242,-0.891918 -0.15625,-1.3125 0.48957,-0.111708 0.96116,-0.282984 1.40625,-0.5 0.10641,0.111928 0.21642,0.207678 0.34375,0.28125 0.44421,0.541154 0.99549,1.02793 1.625,1.40625 -0.005,0.05005 0.002,0.106764 0,0.15625 -1.03437,0.302446 -2.10423,1.860243 -1.5625,2.71875 0.24621,0.390177 0.74511,0.574553 1.3125,0.59375 0.94565,0.032 2.06062,-0.378834 2.34375,-1.09375 0.10279,-0.259557 0.0827,-0.577358 -0.0313,-0.875 0.3981,-0.161417 0.78072,-0.416309 1.09375,-0.71875 0.0838,-0.0154 0.16935,-0.03933 0.25,-0.0625 0.68961,-0.198147 1.3389,-0.673944 1.90625,-1.3125 1.06378,-1.197291 1.81075,-2.981568 1.84375,-4.5 0.0372,0.0898 0.0711,0.171882 0.125,0.25 0.10869,0.157609 0.29129,0.279558 0.46875,0.375 0.51731,0.667368 1.25767,1.221413 2.09375,1.65625 -0.11435,1.158848 0.3967,2.571799 1.34375,2.75 0.0522,0.0098 0.10345,-0.0026 0.15625,0 0.33694,0.695428 0.8407,1.248095 1.4375,1.40625 0.23653,0.06268 0.49807,0.03993 0.75,-0.03125 0.56008,0.167374 1.11998,0.170072 1.5625,-0.03125 0.59314,-0.269846 0.8847,-0.986152 0.96875,-1.78125 0.33418,-0.05632 0.64264,-0.141544 0.90625,-0.3125 0.34488,-0.223665 0.58233,-0.58281 0.75,-1 0.74927,-0.08389 1.52582,-0.341355 2.28125,-0.71875 0.44081,0.183092 0.90932,0.262584 1.375,0.21875 2.16897,-0.204165 3.83996,-2.913951 4.3125,-5.625 1.59982,1.470293 3.82126,2.455156 5.625,2.28125 1.18691,1.429967 2.75685,2.48237 4.21875,2.40625 1.77982,-0.09267 3.31707,-2.156482 3.84375,-4.25 0.12649,0.115842 0.28737,0.225958 0.4375,0.28125 0.11779,0.04338 0.21456,0.06649 0.34375,0.0625 1.20963,0.954287 3.13838,1.438719 4.84375,1.3125 0.70147,0.386139 1.49938,0.56197 2.0625,0.28125 0.46036,-0.229495 0.71904,-0.811799 0.78125,-1.4375 0.0189,-0.02046 0.0443,-0.04146 0.0625,-0.0625 0.23128,-0.267473 0.37218,-0.580962 0.46875,-0.9375 2.12709,2.261344 6.69071,3.475853 8.875,1.8125 1.19934,-0.913309 1.50102,-2.862471 1.15625,-4.6875 2.06384,1.135346 5.42713,1.172766 6.71875,-0.375 0.61311,-0.734696 0.62859,-1.881628 0.3125,-3 0.61171,0.229088 1.39396,0.228482 1.75,-0.15625 0.0879,-0.09504 0.12739,-0.239395 0.15625,-0.375 0.2386,0.116439 0.50023,0.228657 0.78125,0.28125 -0.006,0.644867 0.20512,1.246592 0.65625,1.53125 0.45396,0.286441 1.08014,0.213867 1.6875,-0.03125 0.48075,0.402202 1.01614,0.655164 1.53125,0.625 0.57839,-0.03387 1.07321,-0.491965 1.4375,-1.09375 1.12976,-0.05709 2.34108,-0.590505 2.65625,-1.4375 0.10601,-0.284892 0.10433,-0.583825 0,-0.90625 2.00107,0.281775 4.20077,-0.171647 5.125,-1.46875 0.67231,-0.943551 0.54514,-2.399259 -0.0625,-3.6875 1.13025,-2.898117 0.45459,-7.389416 -1.875,-8.75 -0.46855,-0.273653 -1.01325,-0.412335 -1.59375,-0.40625 z M 270.625,55.90625 c -0.17891,-0.0062 -0.35192,0.02523 -0.5,0.09375 -0.41828,0.193543 -0.63093,0.776951 -0.625,1.34375 -0.1667,-0.32349 -0.37872,-0.59289 -0.65625,-0.75 -0.91531,-0.518149 -2.5208,0.346931 -3,1.375 -0.0318,0.0097 -0.0634,0.01844 -0.0937,0.03125 -0.58616,0.247603 -0.7894,1.208931 -0.625,1.9375 -0.14608,0.07169 -0.28566,0.162862 -0.375,0.28125 -0.44862,0.594491 0.18015,1.896788 0.90625,2.0625 0.41788,0.09537 0.96225,-0.125769 1.375,-0.46875 -0.26077,0.632701 -0.2318,1.438603 -0.0313,2.25 -1.0223,0.177875 -1.91367,0.666262 -2.15625,1.46875 -0.59204,1.958542 2.69419,4.708274 4.625,4.03125 0.78882,-0.276593 1.29463,-1.230357 1.4375,-2.25 0.46474,-0.202815 0.90779,-0.561802 1.28125,-1 0.51686,1.11875 1.4989,2.191829 2.59375,2.875 -0.39325,0.199741 -0.71011,0.472422 -0.78125,0.84375 -0.0896,0.467501 0.17983,0.960568 0.59375,1.375 0.68986,0.690723 1.81399,1.151501 2.53125,0.8125 0.69332,-0.327683 0.87806,-1.510969 0.59375,-2.34375 0.1055,-0.02216 0.20712,-0.06109 0.3125,-0.09375 1.2846,0.188287 2.77661,-0.0094 3.96875,-0.5625 -0.43979,2.840622 0.9569,6.708879 3.28125,7.53125 1.12001,0.396268 2.46757,-0.03931 3.625,-0.90625 0.0269,0.295712 0.0959,0.571754 0.21875,0.84375 0.38272,0.847485 1.19081,1.458824 2.1875,1.84375 0.005,0.02174 -0.006,0.04094 0,0.0625 0.17051,0.582026 0.75843,0.989841 1.46875,1.21875 1.18387,0.381522 2.72799,0.239115 3.34375,-0.5625 0.10852,-0.141274 0.1761,-0.288538 0.21875,-0.46875 1.48173,-0.346915 2.77117,-1.060095 3.375,-2.125 0.92025,-1.622953 -0.0915,-4.175872 -1.6875,-5.75 0.47836,-0.841818 0.70305,-1.756553 0.46875,-2.5 -0.0915,-0.290291 -0.267,-0.527225 -0.5,-0.75 0.41932,-0.722668 0.63861,-1.624882 0.34375,-2.21875 0.391,-0.352815 0.5995,-0.943267 0.625,-1.59375 0.0486,-1.239016 -0.50262,-2.686449 -1.4375,-3.0625 -0.99827,-0.401548 -2.48245,0.674828 -2.875,1.78125 -0.25828,-0.490846 -0.6891,-0.896665 -1.125,-0.90625 -0.66618,-0.01465 -1.29079,1.07378 -1.03125,1.6875 0.29874,0.70641 1.78413,1.140538 2.25,0.53125 0.20752,0.426066 0.55647,0.825817 0.96875,1.15625 -0.22528,0.115299 -0.40769,0.252561 -0.53125,0.4375 -0.0491,0.0735 -0.0593,0.163634 -0.0937,0.25 -0.40582,-0.547947 -1.1718,-0.950684 -1.96875,-1.125 -0.0912,-0.06616 -0.18811,-0.124912 -0.28125,-0.1875 -0.2438,-0.261642 -0.51644,-0.516975 -0.8125,-0.75 -0.0355,-0.0767 -0.0828,-0.147193 -0.125,-0.21875 0.13256,-0.124549 0.245,-0.270326 0.3125,-0.4375 0.22423,-0.555321 0.0352,-1.23152 -0.375,-1.84375 -0.68364,-1.020387 -1.96966,-1.837824 -2.9375,-1.59375 -0.34682,0.08746 -0.64904,0.317213 -0.875,0.65625 -0.7508,-0.148395 -1.57283,-0.190101 -2.375,-0.125 -0.57173,-1.744822 -3.4366,-3.166527 -5.09375,-2.46875 -0.53524,0.225373 -1.01151,0.682399 -1.40625,1.25 -0.0596,0.08573 -0.10078,0.190411 -0.15625,0.28125 -0.51033,-0.478047 -1.0888,-0.818469 -1.6875,-0.90625 -0.67575,-0.09908 -1.36962,0.176629 -2,0.65625 -0.15169,-0.216015 -0.31978,-0.416696 -0.53125,-0.53125 -0.54758,-0.296623 -1.32886,-0.07842 -1.96875,0.34375 -0.15388,-0.137258 -0.31427,-0.262659 -0.5,-0.375 0.17594,-0.142233 0.33389,-0.325743 0.375,-0.53125 0.0768,-0.383995 -0.13101,-0.781293 -0.46875,-1.125 -0.42217,-0.429636 -1.05702,-0.762582 -1.59375,-0.78125 z M 240.71875,56.125 c -0.24146,0.345161 -0.42584,0.702844 -0.5,1.0625 -0.0374,-0.126485 -0.0832,-0.251141 -0.15625,-0.375 0.0613,-0.09902 0.0991,-0.209117 0.15625,-0.3125 0.16464,-0.1188 0.3425,-0.233871 0.5,-0.375 z m 346.46875,2.1875 c -0.82318,0.08105 -1.57754,0.388503 -1.9375,0.9375 -0.72302,1.102724 0.47911,3.323419 1.78125,3.53125 1.4988,0.239216 3.78418,-1.766834 3.25,-3.1875 -0.2218,-0.589899 -0.83994,-0.97411 -1.59375,-1.15625 -0.47113,-0.11384 -1.00609,-0.173629 -1.5,-0.125 z M 221.375,58.59375 c -0.90201,-0.0061 -1.77757,0.307032 -2.0625,0.96875 -0.23662,0.549526 -0.052,1.222916 0.34375,1.84375 0.65953,1.034727 1.90278,1.909202 2.875,1.6875 1.22051,-0.27832 1.84763,-2.594366 1.09375,-3.59375 -0.43387,-0.57516 -1.34799,-0.900119 -2.25,-0.90625 z m 413.84375,1 c 0.007,0.181128 0.0186,0.377472 0.0625,0.5625 -0.0805,0.115429 -0.14989,0.225703 -0.21875,0.34375 -0.0713,-0.149853 -0.13756,-0.294155 -0.21875,-0.4375 0.13895,-0.140887 0.26146,-0.317424 0.375,-0.46875 z m -311.6875,2.34375 c -1.75088,0.01326 -3.78674,1.170217 -4.96875,2.65625 -0.52583,-0.286501 -1.10014,-0.428272 -1.5625,-0.28125 -0.85391,0.27153 -1.25629,1.662351 -1.03125,2.65625 -1.36831,-0.852348 -3.31387,-1.142724 -4.46875,-0.4375 -0.48986,0.299135 -0.90132,0.779041 -1.21875,1.375 -0.33413,0.230093 -0.59131,0.517324 -0.75,0.84375 -0.0395,0.08117 -0.0698,0.162879 -0.0937,0.25 -0.31207,-0.180688 -0.67486,-0.272254 -0.96875,-0.21875 -0.24934,0.04539 -0.4969,0.201773 -0.71875,0.40625 -0.2411,0.222225 -0.4158,0.502237 -0.5625,0.8125 -0.1638,0.06641 -0.3145,0.151508 -0.46875,0.25 -0.14367,-0.324093 -0.36458,-0.615866 -0.59375,-0.84375 -0.0335,-0.292497 -0.18063,-0.55873 -0.40625,-0.625 0.0165,-0.212449 -6.2e-4,-0.409904 -0.0937,-0.59375 -0.23557,-0.465046 -0.80126,-0.730704 -1.4375,-0.8125 -1.0604,-0.136332 -2.32439,0.225806 -2.71875,1 -0.27848,0.5467 -0.0351,1.31798 0.4375,1.90625 -0.0553,0.02961 -0.1016,0.06096 -0.15625,0.09375 -1.12106,0.672615 -2.0831,1.989382 -1.875,3.03125 0.20506,1.02662 1.75389,1.694537 2.9375,1.5625 0.122,0.08645 0.24315,0.17446 0.375,0.25 -0.13035,0.248098 -0.21691,0.502636 -0.25,0.78125 -0.059,0.497101 0.0562,0.985908 0.28125,1.46875 -0.56022,0.07376 -1.09917,0.340984 -1.1875,0.78125 -0.0664,0.33096 0.11529,0.703561 0.40625,1 0.48492,0.494067 1.30178,0.798459 1.8125,0.5625 0.20408,-0.09429 0.31813,-0.285793 0.40625,-0.53125 1.17498,0.967903 2.7622,1.649063 4.15625,1.71875 1.7214,0.687556 4.14104,0.514099 6.09375,-0.25 0.0469,0.06159 0.0641,0.138237 0.125,0.1875 0.38212,0.308919 0.98383,0.300335 1.5625,0.125 0.86708,-0.262717 1.71094,-0.927468 1.90625,-1.65625 0.82514,-0.56108 1.41427,-1.863106 1.25,-2.84375 0.18187,-0.510941 0.24408,-1.022304 0.1875,-1.5 0.48848,0.03436 0.96157,-0.08636 1.4375,-0.34375 -0.0591,0.214027 -0.10465,0.420377 -0.0313,0.59375 0.009,0.0207 0.0199,0.04311 0.0313,0.0625 -0.0256,0.131264 -0.0446,0.274436 -0.0625,0.40625 -0.40562,0.03686 -0.86157,0.261223 -0.875,0.59375 -0.008,0.198633 0.11587,0.385735 0.3125,0.53125 0.14657,0.10847 0.35246,0.176015 0.53125,0.21875 0.01,0.118311 0.0137,0.229298 0.0313,0.34375 -1.56652,2.55864 1.54653,7.899134 4.5625,7.96875 0.74778,0.01726 1.49656,-0.346872 2.125,-0.9375 1.86591,0.549133 4.21523,0.295833 5.34375,-0.875 0.0208,-0.0216 0.0423,-0.04016 0.0625,-0.0625 0.32837,-0.07002 0.63824,-0.136434 0.9375,-0.25 1.39577,1.086522 4.41584,-0.215239 5.03125,-1.90625 1.1567,-0.309787 2.15869,-0.888367 2.6875,-1.71875 0.41681,-0.654509 0.62272,-1.513743 0.625,-2.4375 8.6e-4,-0.346409 -0.0438,-0.705365 -0.0937,-1.0625 0.0817,0.101168 0.1754,0.172877 0.28125,0.1875 0.32786,0.04529 0.81047,-0.411462 0.6875,-0.71875 -0.0511,-0.127594 -0.17857,-0.213742 -0.34375,-0.25 -0.2753,-0.06043 -0.62846,0.0246 -0.75,0.21875 -0.48715,-2.307856 -1.90118,-4.532541 -3.78125,-4.625 -2.16361,-0.106403 -4.22596,2.419569 -4.96875,5.03125 -0.5463,-1.350179 -1.73149,-2.616149 -2.9375,-2.75 -0.54516,-0.0605 -1.16205,0.101974 -1.75,0.375 -0.32264,-0.48278 -0.80214,-0.88356 -1.375,-1.21875 0.18103,-0.210706 0.29505,-0.457838 0.3125,-0.71875 0.0336,-0.502026 -0.28406,-0.979219 -0.75,-1.375 0.77144,-2.872492 0.0405,-6.745129 -2.09375,-8 -0.46822,-0.275291 -1.01266,-0.41065 -1.59375,-0.40625 z m 303.75,2.375 c 0.36541,0.08361 0.71854,0.140594 1.0625,0.125 0.0163,0.07445 0.0424,0.146757 0.0625,0.21875 -0.45432,0.06502 -0.93366,0.329686 -1.21875,0.6875 -0.12653,-0.210401 -0.28876,-0.376831 -0.4375,-0.5625 0.1913,-0.139225 0.35125,-0.311487 0.53125,-0.46875 z M 11.125,65.125 c -1.1493755,-0.05169 -2.7445603,0.990642 -2.59375,2.03125 0.071567,0.493815 0.4791295,0.91888 1.03125,1.1875 0.920198,0.447705 2.218207,0.487987 2.8125,-0.09375 0.746067,-0.730303 0.159343,-2.64983 -0.8125,-3.03125 C 11.422672,65.16387 11.289196,65.13238 11.125,65.125 z m 589.5,2.0625 c -0.16131,0.99859 0.2751,2.328603 1.125,2.46875 0.16449,0.02712 0.3347,0.02065 0.5,-0.03125 -0.0687,0.08242 -0.1253,0.16543 -0.1875,0.25 -0.2026,0.0058 -0.39993,0.07933 -0.5625,0.1875 -0.0461,0.03068 -0.0847,0.05618 -0.125,0.09375 -0.37911,-0.575936 -0.93154,-1.091723 -1.625,-1.5 -0.25618,-0.15083 -0.53016,-0.283046 -0.8125,-0.40625 -0.006,-0.289051 -0.0686,-0.577729 -0.125,-0.84375 0.41182,0.180624 0.86219,0.265066 1.21875,0.15625 0.20728,-0.06326 0.40938,-0.2126 0.59375,-0.375 z M 346.8125,68.625 c -1.12777,-0.02228 -2.55318,1.280603 -2.53125,2.375 0.0226,1.129564 1.42354,2.425101 2.625,2.59375 -0.24946,0.945858 0.0419,2.211538 0.75,2.6875 0.30349,0.203993 0.68632,0.308655 1.125,0.3125 1.09582,0.518949 2.74158,0.460767 3.21875,-0.4375 0.26418,-0.497313 0.16727,-1.137218 -0.15625,-1.75 -0.51468,-0.974883 -1.56704,-1.851178 -2.46875,-1.8125 -0.28102,-0.08783 -0.57355,-0.144619 -0.84375,-0.15625 0.0571,-0.207605 0.0801,-0.424897 0.0937,-0.65625 0.072,-1.224091 -0.42671,-2.672573 -1.34375,-3.0625 -0.14391,-0.06119 -0.30764,-0.09057 -0.46875,-0.09375 z m 213.0625,4.25 c 0.43266,0.242369 0.93715,0.399484 1.4375,0.5 -0.099,0.155716 -0.17681,0.346826 -0.25,0.53125 -0.037,0.09317 -0.0638,0.182844 -0.0937,0.28125 -0.3191,-0.331686 -0.73938,-0.611708 -1.21875,-0.8125 0.0604,-0.166653 0.0835,-0.334095 0.125,-0.5 z m -191.46875,2 c -1.16458,0.04521 -2.226,1.066072 -2.875,2.34375 -1.38231,-1.400479 -3.15903,-2.332761 -4.6875,-2.09375 -1.29283,0.202163 -2.34791,1.398805 -2.96875,2.875 -0.646,-0.172631 -1.39842,-0.191777 -2.0625,-0.03125 -0.6727,0.06782 -1.29425,0.274841 -1.71875,0.65625 -0.0105,0.0095 -0.0209,0.02156 -0.0313,0.03125 -1.75991,-0.424581 -4.00404,0.01806 -5,1.21875 -0.40667,-0.101707 -0.8175,-0.186213 -1.21875,-0.21875 -0.88104,-0.692552 -1.87546,-1.175719 -2.8125,-1.28125 0.0937,-0.433854 0.0258,-0.943429 -0.25,-1.1875 -0.13358,-0.118192 -0.32162,-0.184969 -0.53125,-0.21875 -0.62889,-0.101345 -1.45282,0.163783 -1.5625,0.6875 -0.0786,0.375268 0.20223,0.771228 0.59375,1.0625 -2.11854,1.342384 -2.13918,5.745154 -0.625,8.1875 -0.0303,0.996283 0.3274,2.077777 1.03125,2.4375 0.69654,0.355988 1.72086,-0.160724 2.3125,-0.875 0.1916,-0.04002 0.36979,-0.08902 0.5625,-0.15625 0.81843,0.750197 1.73152,1.253345 2.65625,1.28125 1.09767,0.03312 2.16792,-0.72015 2.96875,-1.78125 0.89285,-0.165109 1.74447,-0.780989 2.46875,-1.625 0.18482,-0.0017 0.38125,-0.02234 0.53125,-0.09375 0.025,-0.01192 0.0381,-0.04847 0.0625,-0.0625 0.40178,0.22755 0.81972,0.34099 1.1875,0.25 0.54132,-0.133924 0.91892,-0.792111 1.03125,-1.46875 0.0468,0.107177 0.11771,0.200795 0.1875,0.28125 -0.26841,0.49252 -0.36064,1.074747 -0.0625,1.40625 0.22732,0.252759 0.61679,0.306599 1.03125,0.25 0.69077,-0.09433 1.44575,-0.539336 1.5625,-1.09375 0.0916,-0.435002 -0.28681,-0.93837 -0.75,-1.21875 -0.0506,-0.03064 -0.104,-0.0376 -0.15625,-0.0625 0.0126,-0.0051 0.0187,-0.02602 0.0313,-0.03125 0.0444,0.02602 0.0795,0.0686 0.125,0.09375 0.15167,0.08393 0.30642,0.144494 0.46875,0.21875 0.49805,0.227822 1.06265,0.373801 1.625,0.5 0.009,0.02212 0.0223,0.04038 0.0313,0.0625 -0.2122,0.113554 -0.39916,0.301879 -0.5625,0.53125 -0.0209,0.02929 -0.0427,0.0632 -0.0625,0.09375 -0.5243,0.522883 -0.85275,1.357143 -0.5,1.84375 0.0786,0.10838 0.18865,0.186483 0.3125,0.25 0.51781,0.572782 1.94619,0.381992 2.34375,-0.28125 0.007,-0.01086 0.0251,-0.02004 0.0313,-0.03125 0.32261,0.349188 0.66494,0.653798 1.03125,0.9375 0.0169,0.06364 0.0442,0.123928 0.0625,0.1875 -1.27933,0.09151 -2.81045,1.068358 -2.9375,2.15625 -1.01178,-0.277894 -2.13704,-0.197635 -2.59375,0.5 -0.33549,0.512475 -0.28964,1.241647 0,1.9375 0.48272,1.159758 1.60546,2.239703 2.625,2.1875 1.01641,-0.05204 1.88536,-1.442546 1.90625,-2.59375 1.02826,0.339373 2.18538,0.356417 2.8125,-0.21875 0.0929,-0.08523 0.15453,-0.20166 0.21875,-0.3125 0.74859,0.799419 1.61675,1.370895 2.53125,1.5 1.86074,0.26269 3.88187,-1.61281 4.78125,-3.6875 0.31164,-0.05965 0.58143,-0.157196 0.84375,-0.28125 0.055,0.043 0.10016,0.08526 0.15625,0.125 -1.39491,0.412287 -2.70174,2.804781 -1.8125,3.90625 0.38579,0.477859 1.09059,0.655995 1.84375,0.59375 0.73626,-0.06084 1.48805,-0.362777 2.0625,-0.78125 0.0833,1.222017 0.46488,2.3157 1.1875,3.03125 1.7838,1.766344 6.05318,0.661492 7.65625,-1.46875 0.34137,0.23369 0.80845,0.296599 1.3125,0.21875 0.99737,-0.154034 2.06384,-0.819626 2.21875,-1.625 0.0937,-0.487228 -0.19969,-1.035056 -0.65625,-1.4375 0.34785,0.154641 0.78431,0.08716 1.1875,-0.125 0.0707,0.0743 0.14429,0.146952 0.21875,0.21875 -0.39777,2.192143 1.38391,5.531514 3.4375,5.8125 1.07162,0.146626 2.20857,-0.728308 2.9375,-1.84375 0.2618,0.348647 0.66305,0.633598 1.15625,0.8125 1.17013,0.424454 2.73014,0.31061 3.375,-0.46875 0.44577,-0.538741 0.36698,-1.440343 0,-2.21875 0.36684,0.01398 0.7028,-0.05558 0.9375,-0.25 0.25429,-0.210658 0.35831,-0.572547 0.34375,-0.96875 0.2925,0.04257 0.61843,0.02542 0.9375,0 0.19575,0.208003 0.42137,0.345172 0.6875,0.40625 0.61228,0.140521 1.27733,-0.16145 1.84375,-0.6875 0.30499,-0.283256 0.59418,-0.630348 0.8125,-1 0.95302,-0.689665 1.64498,-1.592732 1.75,-2.53125 0.12439,-1.111579 -0.7791,-2.253488 -1.9375,-3 -0.0108,-0.059 -0.0134,-0.130914 -0.0313,-0.1875 -0.35868,-1.133998 -2.45383,-1.577106 -3.5313,-0.96875 -0.76495,-1.281134 -2.0776,-2.361475 -3.28125,-2.4375 -0.0503,-0.0525 -0.10456,-0.104779 -0.15625,-0.15625 -0.041,-0.605994 -0.23852,-1.166537 -0.59375,-1.625 -1.75449,-2.264352 -6.7776,-1.443976 -9.15625,0.75 -0.31814,-0.05815 -0.63122,0.0029 -0.84375,0.15625 -0.025,0.01806 -0.0407,0.04059 -0.0625,0.0625 -1.15559,0.220932 -2.32133,1.825515 -2.0625,2.9375 0.0484,0.2078 0.14879,0.429013 0.28125,0.625 -0.0726,0.05503 -0.12574,0.126459 -0.1875,0.1875 -0.35338,-0.131466 -0.89768,0.161621 -1.0625,0.53125 -0.12327,-0.197459 -0.26339,-0.387089 -0.4375,-0.5625 1.40962,-3.332161 -3.37085,-9.092344 -6.96875,-8.5625 -1.34913,0.198679 -2.46993,1.464081 -3.125,3 -0.46081,0.144945 -0.8922,0.339947 -1.25,0.59375 0.0208,-0.770083 -0.20893,-1.621344 -0.59375,-2.4375 0.006,-0.02345 0.0268,-0.03856 0.0313,-0.0625 0.11368,-0.611008 -0.23794,-1.274288 -0.78125,-1.8125 -0.42151,-0.417563 -0.94305,-0.758761 -1.5,-0.96875 -0.73938,-0.552992 -1.56656,-0.873918 -2.34375,-0.84375 z M 495.8125,76.5 c -0.39396,4.71e-4 -0.8057,0.08429 -1.21875,0.25 -1.0939,0.134536 -2.23018,0.743823 -2.46875,1.59375 -0.034,0.121123 -0.039,0.246787 -0.0313,0.375 -0.5099,0.669843 -0.85276,1.395867 -0.90625,2.09375 -0.90479,-0.158116 -2.1941,0.710319 -2.3125,1.59375 -0.0261,0.194655 3.2e-4,0.380707 0.0625,0.59375 -0.58,0.39297 -1.00176,0.909525 -1.09375,1.46875 -0.0394,0.239316 10e-4,0.476816 0.0937,0.71875 -0.30556,-0.122632 -0.65626,-0.178411 -1.03125,-0.15625 -0.007,-1.076126 -0.43788,-2.252602 -1.125,-3.34375 -0.84257,-2.693828 -5.07837,-5.293303 -7.53125,-4.21875 -1.19381,0.522983 -1.84335,2.084699 -1.9375,3.6875 -0.0842,0.0017 -0.16808,0.02303 -0.25,0.03125 -0.58517,-1.005214 -1.66953,-1.845987 -2.59375,-1.71875 -0.71724,0.09874 -1.27881,0.889944 -1.5,1.75 -0.0319,0.01057 -0.0619,0.02009 -0.0937,0.03125 -0.51905,0.181643 -1.04647,0.430712 -1.53125,0.75 -0.13016,-0.154138 -0.27255,-0.300462 -0.4375,-0.4375 -0.72052,-0.598594 -1.74117,-1.005378 -2.59375,-1 0.43,-0.879325 0.53884,-1.968651 -0.0625,-2.46875 -0.4034,-0.335485 -1.03583,-0.366124 -1.65625,-0.1875 -1.03404,0.297702 -2.07,1.12727 -2.125,2 -0.0581,0.922302 1.20537,1.866077 2.21875,1.90625 -0.19639,0.686713 -0.15706,1.526441 0.125,2.1875 -0.0179,0.01268 -0.0462,0.01705 -0.0625,0.03125 -0.0829,0.07241 -0.13245,0.171185 -0.1875,0.28125 -0.66682,0.153988 -1.3326,0.53357 -1.84375,1.03125 -0.0781,-0.02447 -0.16362,-0.01969 -0.25,-0.03125 -0.0696,-0.08749 -0.14078,-0.170731 -0.21875,-0.25 0.8425,-0.934377 1.33222,-2.347387 0.71875,-3.15625 -1.0351,-1.364774 -4.53961,-0.484578 -5.03125,1.15625 -0.28721,0.958534 0.66633,2.217204 1.71875,2.71875 -0.0918,0.419515 -0.0596,0.857095 0.125,1.15625 0.13839,0.224304 0.37419,0.393815 0.65625,0.53125 0.31253,0.152281 0.66853,0.227655 1.03125,0.25 -0.0469,0.109385 -0.0662,0.2188 -0.0937,0.34375 -0.0628,0.284547 -0.0685,0.601645 -0.0313,0.90625 -0.29955,0.139625 -0.55409,0.394445 -0.53125,0.65625 0.0177,0.202312 0.18812,0.378072 0.40625,0.5 0.0909,0.0508 0.17772,0.09471 0.28125,0.125 -0.12943,0.260784 -0.21856,0.577858 -0.28125,0.875 -0.33791,0.0176 -0.62165,0.135267 -0.78125,0.375 -0.19423,0.291756 -0.19391,0.694303 -0.0313,1.09375 0.1819,0.446716 0.55288,0.866023 0.9375,1.09375 0.71278,2.851511 3.0804,5.840902 5.5,5.96875 2.16957,0.114637 4.33604,-2.523595 4.84375,-5 0.64469,-0.543701 1.18685,-1.193701 1.53125,-1.875 2.00314,0.215791 4.2006,-1.798849 5.3125,-4.09375 0.0916,0.159388 0.21169,0.303037 0.34375,0.4375 -0.78029,1.200626 -0.70959,3.398545 0.1875,4.4375 -0.0516,0.160095 -0.0759,0.332661 -0.0625,0.5 0.0496,0.621696 0.55163,1.151874 1.21875,1.53125 1.11186,0.6323 2.68077,0.802917 3.46875,0.125 0.87552,-0.753235 0.56291,-2.729287 -0.34375,-3.5625 0.93148,0.03996 1.88584,-0.22795 2.28125,-0.84375 0.17675,-0.275258 0.21623,-0.632629 0.15625,-1 0.43893,-0.04202 0.82353,-0.302014 1.15625,-0.6875 -0.21618,1.013274 -0.15946,2.021971 0.28125,2.75 0.73229,1.209717 2.73584,1.522481 4.40625,1.125 1.54519,2.976326 8.00667,4.128429 10.28125,1.6875 1.11065,-1.191884 0.96443,-3.385314 0.15625,-5.21875 0.50644,-0.13551 0.94864,-0.343465 1.3125,-0.65625 1.50792,-1.296238 1.17428,-4.481604 -0.15625,-6.3125 1.4754,-1.181346 2.56103,-3.494635 1.90625,-4.9375 -0.75322,-1.659783 -4.26319,-1.867059 -5.46875,-0.5 -0.34691,0.393382 -0.55793,0.94589 -0.65625,1.5625 -0.1308,0.820363 -0.0134,1.720417 0.25,2.53125 -0.7198,0.129794 -1.44925,0.377445 -2.125,0.71875 -0.10868,-0.246921 -0.24311,-0.478177 -0.4375,-0.6875 0.69196,-1.800197 0.45948,-4.354267 -1,-5.03125 -0.27403,-0.12711 -0.56341,-0.156622 -0.875,-0.15625 z m -97.15625,0.4375 c -0.10548,0.0015 -0.18305,0.0037 -0.28125,0.03125 -0.98621,0.276329 -1.40608,2.182289 -0.75,2.96875 0.34992,0.419454 1.03184,0.651072 1.71875,0.65625 -0.14846,0.359051 -0.20544,0.744705 -0.125,1.0625 0.31472,1.243426 2.63796,2.32653 3.5625,1.4375 0.38389,-0.36915 0.48528,-1.010239 0.375,-1.65625 -0.1838,-1.076686 -0.93829,-2.221172 -1.8125,-2.375 -0.0629,-0.01108 -0.12347,-8.01e-4 -0.1875,0 -0.0593,-0.27651 -0.15551,-0.57809 -0.34375,-0.84375 -0.50785,-0.716731 -1.41788,-1.291939 -2.15625,-1.28125 z m 136.375,0.21875 c 0.38952,0.234071 0.91518,0.337197 1.40625,0.3125 -0.14737,0.311196 -0.26615,0.634592 -0.28125,0.9375 -0.0989,0.05611 -0.18651,0.123992 -0.28125,0.1875 -0.0108,4.29e-4 -0.0205,-9.85e-4 -0.0313,0 -0.25825,0.02357 -0.50564,0.192592 -0.6875,0.4375 -0.2502,-0.184498 -0.53561,-0.300286 -0.8125,-0.375 0.0759,-0.0608 0.15452,-0.112711 0.21875,-0.1875 0.30029,-0.349632 0.44923,-0.803449 0.46875,-1.3125 z m -23.5625,4.375 c -0.0741,-0.0028 -0.14879,0.01551 -0.21875,0.03125 -0.3513,0.07906 -0.62499,0.450406 -0.75,0.875 -1.63265,0.107424 -3.58877,1.998269 -3.53125,3.5625 3.7e-4,0.01 -5.1e-4,0.02128 0,0.03125 -0.0307,7.51e-4 -0.063,-0.0043 -0.0937,0 -0.41207,0.05784 -0.74268,0.415581 -0.96875,0.875 -0.37678,0.765697 -0.4204,1.81474 0.0625,2.3125 0.30311,0.312441 0.85825,0.357632 1.375,0.21875 0.3056,0.906817 0.85277,1.665705 1.5625,1.9375 0.96964,0.37133 2.2879,-0.369946 3.03125,-1.375 0.0526,0.03261 0.0998,0.06667 0.15625,0.09375 0.6738,0.323529 1.50217,0.208223 2.3125,-0.15625 0.33831,-0.063 0.65666,-0.280948 0.9375,-0.5625 1.37838,-0.987737 2.46379,-2.614597 2.21875,-3.9375 -0.28548,-1.541217 -2.70898,-2.490614 -4.40625,-2.15625 10e-4,-0.244888 -0.0926,-0.501527 -0.25,-0.75 -0.33051,-0.521794 -0.91862,-0.980613 -1.4375,-1 z m -81.40625,0.625 c -2.22146,-0.09948 -4.88394,3.003347 -4.5,5.1875 0.11785,0.670406 0.51694,1.338324 1.0625,1.9375 0.0285,0.03133 0.0644,0.0628 0.0937,0.09375 0.0629,0.109635 0.13221,0.208012 0.21875,0.28125 -0.29593,0.105102 -0.5706,0.235911 -0.8125,0.4375 -0.0168,0.01396 -0.0461,0.01692 -0.0625,0.03125 -0.23352,-0.642409 -0.83074,-1.152389 -1.5625,-1.53125 -0.0177,-0.07018 -0.003,-0.148438 -0.0313,-0.21875 -0.22697,-0.572489 -0.78107,-1.110859 -1.28125,-1.09375 -0.34012,0.01163 -0.64283,0.335692 -0.8125,0.71875 -0.37669,-0.01063 -0.73721,0.05735 -1.0625,0.15625 -0.35116,-0.589549 -0.90783,-1.106248 -1.59375,-1.53125 -0.3314,-0.78701 -0.82114,-1.447031 -1.4375,-1.875 -2.41047,-1.673705 -7.39814,0.927934 -7.9375,3.8125 -0.0847,0.452943 -0.0561,0.938357 0.0313,1.4375 -0.48043,0.09154 -0.88464,0.426602 -1.21875,0.90625 -0.3146,0.06807 -0.58343,0.31054 -0.78125,0.65625 -0.36456,0.637078 -0.48157,1.546773 -0.0937,2 0.0329,0.03849 0.0843,0.06316 0.125,0.09375 0.0457,0.453005 0.17831,0.862428 0.4375,1.15625 0.29821,0.338059 0.7851,0.487983 1.3125,0.5 0.10887,1.070291 2.06551,1.797989 3.09375,1.34375 1.0055,0.326661 2.11646,0.361608 2.84375,-0.09375 0.20324,-0.127252 0.36314,-0.303407 0.53125,-0.5 0.22836,-0.01929 0.46835,-0.04918 0.6875,-0.125 0.65587,-0.226909 1.21128,-0.678135 1.65625,-1.28125 0.16109,0.278959 0.37794,0.503785 0.625,0.65625 0.089,0.05491 0.18078,0.09338 0.28125,0.125 0.0448,0.423806 0.1272,0.834284 0.28125,1.1875 0.0223,0.182737 0.0819,0.35456 0.1875,0.5 0.0992,0.136552 0.22196,0.228949 0.375,0.3125 1.14731,1.097452 3.59765,0.848494 5.15625,-0.15625 0.0562,0.111355 0.12725,0.204845 0.1875,0.3125 -0.11625,0.09155 -0.22684,0.210263 -0.28125,0.34375 -0.14717,0.361036 -0.0157,0.788056 0.25,1.1875 0.44286,0.665742 1.27566,1.21932 1.90625,1.0625 0.1515,-0.0377 0.28825,-0.13103 0.40625,-0.25 0.19263,0.09235 0.39135,0.19934 0.59375,0.25 2.1492,0.5379 4.86509,-1.926074 5.5625,-4.3125 0.0169,0.02905 0.0105,0.06572 0.0313,0.09375 0.19722,0.266952 0.55427,0.48416 0.8125,0.40625 0.19451,-0.05868 0.29298,-0.314548 0.3125,-0.5625 0.75178,0.374613 1.60599,0.613246 2.4375,0.6875 -0.18555,0.689746 -0.12961,1.490878 0.28125,1.875 0.5077,0.474664 1.62821,0.184908 2.15625,-0.375 0.28582,0.348822 0.59785,0.616967 0.96875,0.8125 0.76385,0.402695 1.73512,0.342525 2.6875,0 0.0471,0.02543 0.0752,0.07275 0.125,0.09375 1.49037,0.628146 3.65668,-0.853318 4.625,-2.5625 0.23586,-0.0056 0.47433,0.0034 0.71875,-0.03125 1.33322,-0.189032 2.75795,-0.805768 3.8125,-1.65625 0.19753,0.103111 0.40494,0.200696 0.625,0.28125 2.18052,0.798173 5.30732,0.454611 6.0625,-1.34375 0.65875,-1.568731 -0.5464,-3.702053 -2.21875,-5.0625 0.45707,-1.650585 0.40069,-3.382696 -0.4375,-4.4375 -1.13807,-1.432183 -3.97727,-1.322472 -5.84375,-0.28125 -0.0639,-0.04093 -0.11391,-0.09316 -0.1875,-0.125 -0.49062,-0.212292 -1.1721,-0.223634 -1.46875,0.09375 -0.29792,0.318751 -0.12034,1.018754 0.21875,1.375 -0.0147,0.02604 -0.0488,0.03607 -0.0625,0.0625 -0.0729,0.140907 -0.13689,0.281512 -0.1875,0.4375 -0.046,-0.157852 -0.11265,-0.311871 -0.1875,-0.46875 -0.49902,-1.04586 -1.59441,-2.002077 -2.53125,-1.90625 -0.8653,0.08851 -1.55557,1.235798 -1.625,2.25 -0.41748,-0.06693 -0.88824,0.03385 -1.34375,0.21875 -1.67487,-2.500879 -7.59288,-1.84733 -9.375,0.6875 -0.0707,-0.05156 -0.16494,-0.08002 -0.25,-0.09375 -0.25725,-0.04154 -0.52984,0.110628 -0.75,0.34375 -0.0271,0.02868 -0.037,0.06268 -0.0625,0.09375 -0.0171,-0.08521 -0.0425,-0.164959 -0.0625,-0.25 0.41853,-0.206557 0.75728,-0.478989 0.875,-0.875 0.17294,-0.581766 -0.0899,-1.265443 -0.5625,-1.84375 -0.76367,-0.934543 -2.08323,-1.610785 -3.03125,-1.34375 -0.18515,-0.09461 -0.3665,-0.200357 -0.5625,-0.25 -0.14332,-0.0363 -0.2894,-0.05587 -0.4375,-0.0625 z m 62.78125,1 c 0.84284,0.40673 1.85677,0.575462 2.71875,0.4375 0.0802,0.228506 0.16265,0.446159 0.3125,0.59375 -0.42041,0.582119 -0.64618,1.214879 -0.59375,1.875 0.0462,0.58109 0.29833,1.133216 0.6875,1.625 -0.29145,0.144865 -0.56948,0.324883 -0.84375,0.5 -0.41553,-1.486219 -1.26576,-2.814971 -2.4375,-3.125 0.26958,-0.662052 0.36146,-1.369662 0.15625,-1.90625 z m -4.03125,3.15625 c 0.16997,0.134865 0.34169,0.274546 0.53125,0.375 -0.17085,0.217757 -0.32094,0.445181 -0.46875,0.6875 0.041,-0.375909 0.0153,-0.735746 -0.0625,-1.0625 z m -39.03125,0.75 c 0.002,0.113651 0.0228,0.227842 0.0313,0.34375 -0.0391,0.0491 -0.0634,0.101402 -0.0937,0.15625 -0.19402,-0.02991 -0.37019,-0.04658 -0.5625,-0.0625 0.26399,-0.09309 0.46787,-0.236342 0.625,-0.4375 z M 447,87.375 c 0.17391,0.06694 0.34549,0.115769 0.53125,0.15625 -0.16957,0.02807 -0.33996,0.08142 -0.5,0.125 -0.005,-0.09612 -0.0196,-0.187366 -0.0313,-0.28125 z M 385.71875,87.5 c 0.24155,0.222701 0.54231,0.358481 0.78125,0.25 0.19932,0.221178 0.42669,0.402745 0.6875,0.53125 0.11248,0.308936 0.27889,0.587868 0.46875,0.875 -0.12919,0.202936 -0.23782,0.445938 -0.28125,0.71875 -0.35363,-0.606151 -1.06592,-1.12832 -1.78125,-1.3125 0.12734,-0.347666 0.16774,-0.706404 0.125,-1.0625 z m 48.25,0.875 c 0.15003,0.04806 0.30183,0.102468 0.46875,0.09375 0.006,0.04255 0.0235,0.08225 0.0313,0.125 -0.22126,0.253804 -0.43934,0.521948 -0.625,0.8125 0.0812,-0.320276 0.11233,-0.674683 0.125,-1.03125 z m 26.65625,0.53125 c -0.0597,-0.0066 -0.13107,0.01234 -0.1875,0.03125 -0.18745,0.06281 -0.30931,0.234522 -0.375,0.46875 -0.10948,0.390379 -0.05,0.903194 0.21875,1.09375 0.33744,0.239222 1.04501,-0.125423 1.125,-0.53125 0.0806,-0.40873 -0.36347,-1.016584 -0.78125,-1.0625 z m -61.25,0.6875 c 0.21863,0.04526 0.43619,0.07451 0.65625,0.09375 -0.19939,0.813997 -0.16554,1.590115 0.0625,2.25 -0.75591,0.193528 -1.50709,0.747483 -1.46875,1.375 6.1e-4,0.01 -9.6e-4,0.02135 0,0.03125 -0.58452,0.07411 -1.20483,0.342208 -1.71875,0.75 -0.0127,-0.14773 -0.0222,-0.269192 -0.0625,-0.40625 -0.0425,-0.144465 -0.0842,-0.298189 -0.15625,-0.4375 0.0867,-0.08148 0.16589,-0.162566 0.25,-0.25 0.68116,-0.708082 1.24728,-1.614603 1.65625,-2.5625 0.0526,-0.06701 0.0787,-0.149458 0.125,-0.21875 0.23723,-0.189205 0.44871,-0.39909 0.65625,-0.625 z m 108.1875,1.5 c -0.61595,-0.01801 -1.20152,0.177434 -1.40625,0.625 -0.17002,0.371683 -0.0732,0.851179 0.1875,1.28125 0.43458,0.716788 1.30136,1.32402 1.96875,1.1875 0.83783,-0.171385 1.31207,-1.743404 0.8125,-2.4375 -0.28751,-0.399463 -0.94655,-0.638243 -1.5625,-0.65625 z m -119.71875,0.9375 c 0.0367,0.05136 0.0534,0.110683 0.0937,0.15625 -0.0397,-0.0231 -0.0845,-0.04173 -0.125,-0.0625 0.005,-0.03182 0.0289,-0.06182 0.0313,-0.09375 z m 46.78125,3.125 c 0.029,0.02347 0.0639,0.03951 0.0937,0.0625 -0.0308,0.0095 -0.0658,0.01839 -0.0937,0.03125 0.005,-0.03193 -0.004,-0.06195 0,-0.09375 z M 408.75,96.5625 c -0.70221,-0.04745 -1.33158,0.126171 -1.6875,0.59375 -0.3941,0.517738 -0.37947,1.272107 -0.125,2.03125 0.42411,1.26524 1.50952,2.50975 2.59375,2.53125 1.36113,0.027 2.65797,-2.247263 2.125,-3.5 -0.38342,-0.901211 -1.7359,-1.57717 -2.90625,-1.65625 z m 47.15625,0.40625 c -1.38068,0.227569 -2.78751,2.663058 -1.90625,3.75 0.36592,0.45133 1.03758,0.62287 1.75,0.5625 0.25743,-0.0218 0.52413,-0.0821 0.78125,-0.15625 0.0565,0.0288 0.0969,0.0681 0.15625,0.0937 0.94341,0.40691 2.24308,0.39191 2.8125,-0.21875 0.71484,-0.76661 0.0547,-2.661936 -0.9375,-3 -0.17899,-0.06099 -0.38224,-0.04552 -0.59375,-0.03125 -0.54651,-0.635386 -1.38157,-1.112232 -2.0625,-1 z m -18.09375,2.1875 c -1.05679,0.02299 -2.32223,0.707271 -2.34375,1.59375 -0.0119,0.49079 0.35244,0.92975 0.84375,1.28125 0.81885,0.58583 2.04647,0.87265 2.71875,0.40625 0.84397,-0.58551 0.59861,-2.532456 -0.28125,-3.0625 -0.25319,-0.152524 -0.58524,-0.226414 -0.9375,-0.21875 z"
+         style="fill:#621900;fill-opacity:1;stroke:none" />
+      <path
+         style="fill:#6a1a00;fill-opacity:1;stroke:none"
+         d="m 120.59375,28.0625 c -2.84274,-0.179331 -5.68845,4.489525 -4.6875,7.15625 0.008,0.02132 0.0228,0.04129 0.0313,0.0625 -1.44386,0.737304 -2.78242,2.045187 -3.4375,3.40625 -1.16667,-1.186481 -2.76324,-1.994619 -4.03125,-1.6875 -0.80363,0.194643 -1.44551,0.933689 -1.84375,1.84375 -0.50343,0.125959 -0.97494,0.381984 -1.28125,0.71875 -0.30924,-0.203393 -0.62273,-0.371471 -0.96875,-0.5 0.0921,-0.177698 0.12547,-0.365946 0.125,-0.5625 -0.001,-0.578633 -0.41008,-1.132537 -1,-1.53125 -0.98319,-0.664527 -2.4413,-0.945642 -3.21875,-0.375 -0.19036,0.139724 -0.311166,0.358151 -0.40625,0.59375 -0.613992,0.0296 -1.271007,0.282986 -1.875,0.65625 -0.466869,0.0636 -0.960447,0.310472 -1.34375,0.65625 -0.102315,-0.04242 -0.207825,-0.06513 -0.3125,-0.09375 -0.68715,-0.187881 -1.501739,-0.123748 -2.3125,0.125 -0.273063,0.08378 -0.542488,0.190097 -0.8125,0.3125 -0.0097,-0.0034 -0.02143,0.0032 -0.03125,0 -1.027201,-0.865452 -2.32868,-1.519804 -3.59375,-1.78125 0.247589,-0.763166 0.196419,-1.601465 -0.28125,-2.03125 -0.408046,-0.367141 -1.031646,-0.411461 -1.6875,-0.25 -1.093092,0.269095 -2.219457,1.121153 -2.3125,2.03125 -0.047,0.459769 0.2169,0.934599 0.625,1.3125 -0.03705,0.05327 -0.0906,0.100039 -0.125,0.15625 -1.641272,-0.605932 -3.385788,-0.726327 -4.5625,0 -0.536753,0.331311 -0.899484,0.884673 -1.15625,1.53125 -1.029346,-1.318493 -2.707388,-2.3383 -4,-2 -0.976719,0.255625 -1.640955,1.430097 -1.84375,2.65625 -0.196522,0.02171 -0.368838,0.08462 -0.53125,0.15625 -1.9783,-1.173135 -5.469612,-0.98317 -6.84375,0.625 -0.357429,0.418305 -0.58605,0.959884 -0.75,1.5625 -0.415212,0.02368 -0.817634,0.174964 -1.03125,0.4375 -0.299357,0.367914 -0.340843,1.02253 -0.1875,1.59375 -0.04051,0.09427 -0.105944,0.184413 -0.125,0.28125 -0.111592,0.567088 0.108464,1.265857 0.5,1.875 -0.14702,-0.09517 -0.297625,-0.175559 -0.46875,-0.25 -0.219984,-0.0957 -0.474112,-0.160807 -0.71875,-0.21875 -0.103056,-0.284011 -0.229534,-0.552003 -0.40625,-0.75 -0.0013,-0.07328 0.0056,-0.146329 0,-0.21875 0.602221,-0.602614 0.965382,-1.697433 0.46875,-2.21875 -0.04324,-0.04539 -0.104108,-0.09039 -0.15625,-0.125 -0.09288,-0.257434 -0.323565,-0.473158 -0.625,-0.625 -0.120518,-0.06071 -0.272074,-0.08607 -0.40625,-0.125 C 62.95807,41.869203 62.76548,41.302871 62.375,40.9375 61.715152,40.320083 60.616827,40.307872 59.53125,40.625 59.13454,39.796525 58.465716,39.082598 57.75,39 c -0.944956,-0.109055 -1.934091,1.067917 -2.125,2.125 -0.18075,-0.01721 -0.353891,-0.04651 -0.53125,-0.03125 -1.202564,0.103472 -2.262982,1.156267 -2.9375,2.46875 -0.544581,-0.210934 -1.116751,-0.255884 -1.65625,-0.125 -1.277901,0.310023 -2.207837,1.56956 -2.71875,3.125 -0.353323,0.0067 -0.718616,0.05974 -1.09375,0.1875 -0.678433,0.231045 -1.351483,0.655704 -1.90625,1.15625 -0.538255,0.01624 -1.123842,0.224875 -1.625,0.5625 -0.662945,0.04676 -1.273155,0.246835 -1.625,0.65625 -0.07675,0.08931 -0.138564,0.203788 -0.1875,0.3125 -0.0441,0.04214 -0.09016,0.07503 -0.125,0.125 -0.584537,-1.24405 -2.264338,-2.086494 -4,-2.34375 C 37.13392,47.081235 37.03202,46.949448 36.90625,46.875 36.739489,46.77629 36.528135,46.771523 36.3125,46.8125 35.447824,45.643037 33.978309,44.666895 32.4375,44.15625 32.38138,44.08902 32.34298,43.998707 32.28125,43.9375 30.478956,42.150567 25.829292,43.623848 24.9375,46 c -0.229246,0.610822 -0.217445,1.339724 -0.09375,2.09375 -1.094146,0.0052 -2.095229,0.275332 -2.78125,0.875 -0.85141,0.744238 -1.118361,2.103902 -0.9375,3.46875 -0.05226,0.02102 -0.107089,0.03679 -0.15625,0.0625 -0.264969,0.138545 -0.476286,0.365206 -0.6875,0.625 -0.192414,-0.153861 -0.414789,-0.260556 -0.625,-0.21875 -0.0142,0.0028 -0.01736,0.02743 -0.03125,0.03125 -0.609139,-0.419924 -1.38306,-0.691681 -2.15625,-0.75 C 17.778656,49.678397 15.936687,46.104646 13.6875,45.71875 12.71621,45.552104 11.708549,46.141316 10.875,47 10.062533,46.828333 9.1251755,46.95308 8.71875,47.46875 c -0.4800605,0.6091 -0.075359,1.832377 0.59375,2.375 -0.0625,0.382468 -0.043305,0.74913 0.03125,1.09375 -0.055717,0.155438 -0.1024108,0.311304 -0.125,0.46875 -0.07703,0.536906 0.024699,1.128599 0.25,1.71875 -0.3673699,0.278515 -0.6456582,0.614522 -0.78125,1.03125 -0.01989,0.06113 -0.017306,0.1251 -0.03125,0.1875 -0.3008984,-0.04091 -0.5914987,-0.05383 -0.875,0 C 6.9140356,54.5084 6.1664604,55.243373 5.6875,56.1875 5.5786167,56.01256 5.4656859,55.844867 5.3125,55.71875 c 0.6348397,-0.178712 1.1841217,-0.539881 1.25,-1.0625 0.054708,-0.434011 -0.2210685,-0.894203 -0.625,-1.25 -0.6732158,-0.592999 -1.7370726,-0.946743 -2.375,-0.59375 -0.5400294,0.298821 -0.6758954,1.186709 -0.5,1.90625 -1.5025465,-0.759726 -4.2156789,0.777899 -4.875,2.46875 -1.9222233,0.438677 -3.8632563,1.753174 -4.125,3.3125 -0.2301428,1.371065 1.1099386,2.910587 2.625,3.625 -0.016237,1.555122 2.34198172,3.254856 3.84375,2.84375 0.45191611,-0.123712 0.8742992,-0.431465 1.25,-0.84375 0.2531307,-0.277779 0.467898,-0.619654 0.65625,-0.96875 0.1598857,0.0107 0.3114201,0.0035 0.46875,0 0.4118343,0.279407 0.8686153,0.463659 1.3125,0.5 0.2142379,0.01754 0.4127853,-0.0065 0.625,-0.0625 0.1306318,0.461865 0.3690929,0.86085 0.75,0.9375 0.353931,0.07122 0.7452693,-0.126497 1.0625,-0.4375 0.3631214,-0.355988 0.6291749,-0.87969 0.6875,-1.34375 0.3984516,0.115148 0.8710667,0.01138 1.3125,-0.25 0.1561028,-0.09243 0.2947285,-0.221934 0.4375,-0.34375 0.300815,0.288474 0.6374213,0.508611 1,0.625 0.717626,0.23036 1.531419,-0.0021 2.28125,-0.5 1.085986,0.137101 2.133164,0.01371 2.90625,-0.46875 0.277568,-0.173222 0.546871,-0.396291 0.78125,-0.65625 0.233235,-0.02405 0.443044,-0.05857 0.65625,-0.125 0.364087,0.490055 0.824516,0.864509 1.375,1.03125 1.975086,0.598251 4.45861,-1.334376 5.6875,-3.59375 0.188269,-0.06682 0.366001,-0.142106 0.53125,-0.28125 0.318697,0.447659 0.745107,0.752343 1.21875,0.78125 0.617645,0.03769 1.222041,-0.36614 1.6875,-0.96875 0.775771,-1.004345 1.181402,-2.537888 0.625,-3.40625 -0.0635,-0.0991 -0.159823,-0.17193 -0.25,-0.25 0.462768,-0.173712 0.9247,-0.373307 1.34375,-0.625 -0.105386,0.786814 -0.05835,1.539614 0.21875,2.1875 0.212117,0.495944 0.600337,0.907261 1.0625,1.25 -0.332384,0.706283 -0.424386,1.477218 -0.03125,1.96875 0.355326,0.444258 1.020857,0.616974 1.71875,0.5625 0.290789,-0.0227 0.586583,-0.09734 0.875,-0.1875 2.502158,1.259524 6.568067,1.076502 8,-0.875 0.541744,-0.738313 0.63736,-1.75833 0.40625,-2.8125 0.03985,0.0626 0.07135,0.103576 0.125,0.15625 0.356419,0.349948 0.959846,0.4333 1.5625,0.3125 1.004425,-0.201328 2.066848,-0.926291 2.1875,-1.75 0.151465,-1.034072 -1.463379,-2.22294 -2.46875,-1.9375 -0.945799,0.268529 -1.73451,1.771375 -1.53125,2.78125 -0.311738,-1.042065 -0.911439,-2.067009 -1.65625,-2.8125 0.700068,0.222531 1.461545,0.240752 1.90625,-0.125 0.67214,-0.552808 0.433137,-2.069614 -0.25,-2.6875 0.122464,-0.232514 0.224045,-0.479413 0.28125,-0.71875 0.255175,0.821726 0.825244,1.58148 1.5,1.78125 0.19731,0.05841 0.430404,0.07879 0.65625,0.0625 0.593403,0.457215 1.26392,0.6873 1.84375,0.46875 0.09453,-0.03563 0.165511,-0.101288 0.25,-0.15625 -0.0016,0.317543 0.409075,0.688778 0.71875,0.625 -0.06879,0.328236 -0.01437,0.654318 0.1875,0.84375 0.05962,0.05594 0.141227,0.09445 0.21875,0.125 -0.09681,0.163941 -0.148734,0.355111 -0.125,0.53125 0.124214,0.921837 2.016324,1.425249 2.6875,0.78125 0.526616,-0.505293 0.14543,-1.851596 -0.53125,-2.125 -0.05804,-0.02345 -0.122844,-0.0201 -0.1875,-0.03125 0.02023,-0.05331 0.05572,-0.101319 0.0625,-0.15625 0.05091,-0.412386 -0.380887,-0.852385 -0.84375,-1.03125 0.181633,-0.0065 0.355392,-0.03943 0.53125,-0.0625 0.121232,0.152224 0.260972,0.283388 0.40625,0.40625 0.148154,0.125294 0.324911,0.225908 0.5,0.3125 0.05255,0.151445 0.151681,0.28212 0.28125,0.34375 0.175983,0.08371 0.383466,0.03995 0.59375,-0.0625 0.05992,0.0093 0.126322,-0.0065 0.1875,0 0.05338,0.325139 0.134204,0.630195 0.28125,0.90625 0.617977,1.16015 2.28876,1.639981 3.90625,1.5625 0.05605,0.553775 0.477788,1.044045 1.0625,1.40625 1.015894,0.629313 2.490557,0.855298 3.25,0.25 0.845343,-0.673761 0.602092,-2.567707 -0.21875,-3.375 0.827029,-0.174214 1.552576,-0.517226 2.0625,-1.03125 0.50901,-0.513106 0.878083,-1.211912 1.09375,-2.03125 0.222529,-0.08163 0.451286,-0.210681 0.65625,-0.34375 0.388704,0.300925 0.804177,0.517139 1.21875,0.625 -0.199535,0.729402 -0.233507,1.424965 0.03125,2 0.769332,1.670937 4.290865,1.886325 5.5,0.5 0.297868,-0.34152 0.483121,-0.827968 0.59375,-1.34375 0.363191,-0.411056 0.636093,-1.008662 0.65625,-1.5625 0.02612,-0.02428 0.06911,-0.03689 0.09375,-0.0625 0.293831,-0.305494 0.446476,-0.721301 0.5,-1.1875 0.182513,-0.08233 0.35276,-0.203628 0.53125,-0.3125 -0.346803,2.05984 0.0588,4.354322 1.375,5.34375 1.929558,1.450511 6.12349,-0.520569 6.65625,-2.875 0.118751,-0.524803 0.08893,-1.119952 -0.0625,-1.71875 0.03172,0.0077 0.06126,0.02489 0.09375,0.03125 0.723783,0.141729 1.631079,-0.04738 1.9375,-0.5625 0.157718,-0.265134 0.145006,-0.625963 0,-0.96875 0.163338,0.222102 0.365581,0.40527 0.59375,0.5625 1.048075,0.722225 2.574903,0.604429 4.03125,0 0.465001,0.526055 1.004118,0.936497 1.5625,1.15625 -0.282799,0.563039 -0.382588,1.16374 -0.125,1.625 0.291392,0.52179 0.9549,0.810786 1.6875,0.875 1.220999,0.10703 2.67789,-0.376145 3.09375,-1.28125 0.08258,-0.179739 0.101386,-0.386034 0.09375,-0.59375 0.29149,0.207148 0.647224,0.345393 1.0625,0.40625 1.140868,0.167195 2.560015,-0.203922 3,-1.03125 0.09196,-0.172911 0.124766,-0.355632 0.125,-0.5625 0.04259,-8.7e-4 0.08325,0.0059 0.125,0 0.543161,-0.0773 0.980648,-0.693088 1.15625,-1.34375 0.958363,2.390457 3.27951,4.659137 5.375,4.5625 2.60692,-0.120222 4.74011,-4.639862 3.5625,-6.96875 -0.33887,-0.670154 -0.98231,-1.260613 -1.75,-1.71875 -0.0591,-0.03529 -0.12668,-0.05995 -0.1875,-0.09375 0.50879,-0.342752 0.97397,-0.740389 1.3125,-1.1875 0.0946,-0.0408 0.19038,-0.06236 0.28125,-0.125 0.0814,-0.0561 0.17537,-0.117938 0.25,-0.1875 0.355,0.457685 0.88906,0.789683 1.53125,1.03125 -0.43053,0.527256 -0.66785,1.117702 -0.59375,1.71875 0.12344,1.001194 1.03165,1.836985 2.1875,2.34375 -0.11333,0.222723 -0.17003,0.458218 -0.125,0.6875 0.089,0.453242 0.50836,0.808444 1.03125,1.03125 0.87148,0.371347 2.03997,0.377838 2.5625,-0.1875 0.25837,-0.279534 0.32588,-0.705871 0.25,-1.15625 0.41293,-0.118058 0.77834,-0.295927 1.0625,-0.5625 0.27553,-0.258474 0.45975,-0.606307 0.5625,-1 0.65887,0.07842 1.29509,0.02587 1.8125,-0.21875 0.46509,-0.219883 0.88757,-0.597035 1.25,-1.0625 0.0431,0.04015 0.0794,0.08633 0.125,0.125 0.98778,0.837826 2.52618,1.308004 3.4375,0.78125 0.279,-0.161267 0.52032,-0.418943 0.65625,-0.75 0.0674,0.31527 0.18629,0.658637 0.375,0.96875 0.67335,1.106566 2.00027,2.025132 3.03125,1.8125 0.16178,-0.03337 0.29565,-0.0934 0.4375,-0.1875 0.68821,0.790337 1.83104,1.361401 2.625,1.0625 0.21508,-0.08097 0.38638,-0.233557 0.53125,-0.4375 2.13528,1.136588 5.42629,1.236883 6.78125,-0.28125 0.56306,-0.630872 0.70447,-1.601085 0.5625,-2.59375 0.42448,0.0076 0.86274,-0.07402 1.3125,-0.21875 1.24394,0.171248 2.57601,-0.07181 3.1875,-0.84375 0.33559,-0.423641 0.39096,-1.02989 0.28125,-1.65625 0.12321,-0.157611 0.23781,-0.30548 0.34375,-0.46875 0.36823,1.476085 2.75442,2.745712 4.1875,2.25 0.18452,0.172382 0.4187,0.315808 0.65625,0.4375 -0.58671,0.134852 -1.15398,0.518429 -1.15625,1 -0.002,0.319938 0.20664,0.620981 0.53125,0.84375 0.5251,0.360364 1.31,0.526437 1.75,0.25 0.10718,0.126295 0.22159,0.256079 0.34375,0.375 -0.0701,0.178933 -0.10715,0.354711 -0.0625,0.53125 0.0963,0.380761 0.48335,0.678472 0.9375,0.84375 0.50019,0.182037 1.08719,0.202994 1.5625,0.0625 0.6976,0.197321 1.38037,0.21393 1.9375,-0.03125 0.31646,-0.139267 0.56972,-0.382685 0.78125,-0.6875 0.74445,0.145719 1.44083,0.106981 2.03125,-0.15625 0.9277,0.06966 1.87817,-0.0131 2.71875,-0.28125 0.57942,3.406503 6.69178,6.44867 9.65625,4.6875 1.17804,-0.699865 1.73439,-2.29014 1.75,-3.96875 0.85312,0.709113 2.04456,1.115246 2.84375,0.75 0.53379,-0.243949 0.82189,-0.879906 0.90625,-1.59375 0.66276,0.455743 1.39269,0.722196 2.03125,0.59375 0.45563,-0.09165 0.82132,-0.435532 1.125,-0.875 0.82889,0.511368 2.0454,0.531917 3.1875,0.1875 -0.31457,0.353824 -0.51011,0.864308 -0.5625,1.4375 -0.11643,1.273758 0.36959,2.812514 1.3125,3.25 1.18371,0.549215 3.20265,-0.976431 3.21875,-2.28125 0.0155,-1.254488 -1.6097,-2.788905 -2.90625,-2.84375 0.89193,-0.465304 1.62569,-1.128496 1.90625,-1.90625 0.22041,-0.611018 0.19879,-1.338836 0.0313,-2.09375 -0.10895,-0.490924 -0.29825,-0.992139 -0.53125,-1.46875 0.073,-0.522273 -0.0278,-1.098286 -0.3125,-1.4375 0.007,-0.115349 0.0325,-0.230885 0.0313,-0.34375 0.79764,-2.71633 0.39123,-6.170517 -1.6875,-7.15625 -1.34402,-0.637334 -3.095,-0.176378 -4.65625,0.8125 -0.7435,-0.901116 -1.66727,-1.565743 -2.625,-1.71875 -2.2977,-0.36708 -4.92762,2.682729 -5.125,5.1875 -0.18201,-0.501111 -0.45643,-0.931663 -0.84375,-1.15625 -1.13561,-0.658489 -3.27076,0.663042 -3.40625,1.96875 -0.15595,1.502912 1.99199,3.671055 3.375,3.0625 0.57426,-0.252689 0.92261,-0.928251 1.0625,-1.6875 0.0419,-0.227379 0.0582,-0.448495 0.0625,-0.6875 0.25152,0.598289 0.69533,1.178435 1.25,1.6875 0.81683,0.749668 1.87484,1.330373 2.96875,1.6875 0.0205,0.382511 0.0555,0.75162 0.125,1.125 -0.39195,0.183767 -0.70749,0.449448 -0.875,0.8125 -0.17764,0.384993 -0.20658,0.825737 -0.0937,1.28125 -0.37707,-0.02435 -0.78265,-0.02567 -1.15625,0.0625 0.0314,-0.04247 0.0715,-0.07899 0.0937,-0.125 0.38856,-0.802267 -0.36059,-2.403332 -1.25,-2.34375 -0.30776,0.02062 -0.56409,0.204546 -0.78125,0.5 -0.57602,-0.512251 -1.2517,-0.804169 -1.84375,-0.59375 -0.23939,0.08508 -0.45152,0.233074 -0.625,0.4375 -0.24632,-0.03939 -0.52121,-0.04999 -0.78125,-0.0625 -1.04886,-0.05045 -2.17495,0.117863 -3.21875,0.46875 1.13217,-0.387789 2.08697,-1.172524 2.125,-2.125 0.0476,-1.191034 -1.25648,-2.298016 -2.6875,-2.78125 0.15923,-0.467525 0.17562,-0.926854 -0.0313,-1.3125 -0.30542,-0.569353 -0.99054,-0.854671 -1.78125,-0.9375 -0.18404,-0.01928 -0.37199,-0.03594 -0.5625,-0.03125 -0.0571,-0.980401 -0.4744,-2.006509 -1.1875,-2.3125 -1.02873,-0.441434 -2.67498,0.91196 -2.65625,2.03125 0.008,0.483127 0.26906,1.001889 0.6875,1.4375 -0.89714,0.399319 -1.74755,1.13682 -2.46875,2.03125 -0.33671,-1.115481 -0.93659,-2.136728 -1.6875,-2.78125 -0.0129,-0.08094 -0.0288,-0.174257 -0.0625,-0.25 -0.19474,-0.43711 -0.70168,-0.677211 -1.28125,-0.78125 -0.96596,-0.173404 -2.13435,0.08947 -2.53125,0.78125 -0.11019,0.19206 -0.14673,0.414895 -0.125,0.65625 -0.26579,0.253549 -0.5193,0.529236 -0.75,0.84375 -0.15494,-0.03698 -0.31561,-0.06847 -0.46875,-0.0625 -0.55974,0.02183 -1.0767,0.424424 -1.46875,0.96875 -0.83148,0.304306 -1.62315,0.803908 -2.1875,1.4375 0.009,-0.180078 0.026,-0.356986 0,-0.53125 -0.10221,-0.684708 -0.56384,-1.291487 -1.1875,-1.78125 0.0286,-0.07582 0.0669,-0.145557 0.0625,-0.21875 -0.0298,-0.499243 -0.86223,-1.085552 -1.28125,-0.8125 -0.087,0.05669 -0.14525,0.145907 -0.1875,0.25 -0.013,-0.0051 -0.0182,-0.02624 -0.0313,-0.03125 -0.16023,-0.58253 -0.43422,-1.094623 -0.875,-1.28125 -0.11765,-0.04981 -0.24259,-0.09488 -0.375,-0.09375 -0.83332,-1.264171 -3.84563,-1.35388 -4.6875,-0.09375 -0.0243,0.03637 -0.0426,0.08618 -0.0625,0.125 -0.10959,-0.02958 -0.228,-0.04194 -0.34375,-0.03125 -0.0103,-0.116459 -0.0167,-0.227246 -0.0313,-0.34375 0.16453,-0.223873 0.26754,-0.493969 0.25,-0.75 -0.0264,-0.385381 -0.28969,-0.726025 -0.65625,-1 -0.53077,-1.673905 -1.48802,-3.102905 -2.78125,-3.625 -1.56542,-0.631981 -3.66306,0.34603 -5.09375,1.84375 -0.98579,-2.280327 -2.88742,-4.314087 -4.84375,-4.4375 z M 191.5,33.96875 c -0.59532,0.05195 -1.22289,0.2651 -1.8125,0.59375 -1.03299,-0.808123 -3.36445,-0.0976 -3.84375,1.125 -0.082,0.209168 -0.12334,0.469543 -0.125,0.71875 -0.24225,-0.248391 -0.54868,-0.414696 -0.84375,-0.46875 -1.03006,-0.188699 -2.24983,1.389281 -2,2.40625 0.28411,1.156493 2.41769,2.181535 3.3125,1.40625 0.002,0.113542 -0.0139,0.233029 0,0.34375 0.0274,0.217532 0.0857,0.43922 0.15625,0.65625 -0.39345,0.103926 -0.76753,0.342719 -1.125,0.65625 -1.24122,1.088647 -2.08358,3.165846 -1.21875,4.25 0.34081,0.427236 0.87462,0.647682 1.5,0.71875 0.11183,0.836687 0.37797,1.603944 0.84375,2.125 -0.29866,0.188298 -0.54613,0.439139 -0.65625,0.75 -0.21631,0.610654 0.028,1.326317 0.5,1.96875 0.78663,1.070727 2.21547,1.90287 3.25,1.59375 0.78789,-0.235424 1.30264,-1.247123 1.375,-2.25 0.21678,-0.08011 0.44659,-0.159691 0.65625,-0.28125 0.63338,1.209003 1.53349,2.177803 2.59375,2.4375 1.47087,0.36027 3.22366,-0.902513 4.1875,-2.46875 0.63815,2.359634 2.21409,4.581905 4.09375,5 0.16335,0.03633 0.33242,0.05801 0.5,0.0625 0.10563,0.391674 0.2451,0.753838 0.46875,1.0625 0.99124,1.368015 3.44223,1.542123 5.375,0.875 0.0423,0.01062 0.0823,0.02261 0.125,0.03125 0.63599,0.128787 1.32366,0.0093 1.96875,-0.3125 0.53006,0.06476 1.02322,0.01081 1.375,-0.25 0.36652,-0.271742 0.53216,-0.79382 0.53125,-1.34375 0.32579,-0.395495 0.6162,-0.834739 0.84375,-1.28125 0.16211,-0.02372 0.33468,-0.06111 0.5,-0.125 0.32737,-0.126514 0.63769,-0.325727 0.90625,-0.5625 0.21319,0.05722 0.42435,0.04394 0.5625,-0.0625 0.0957,-0.07374 0.14891,-0.200863 0.15625,-0.34375 0.25458,-0.05167 0.51514,-0.164661 0.75,-0.34375 0.26647,-0.14241 0.51259,-0.310644 0.71875,-0.5 0.22734,0.113421 0.45054,0.198196 0.6875,0.21875 0.22325,0.01937 0.43692,-0.01413 0.65625,-0.09375 0.0389,0.0078 0.0857,-0.0071 0.125,0 0.0936,0.311845 0.22514,0.584157 0.375,0.84375 0.007,0.362168 0.0693,0.746776 0.15625,1.125 -0.25386,-0.374393 -0.71829,-0.668557 -1.09375,-0.625 -0.7048,0.08176 -1.48247,1.271864 -1.0625,1.84375 0.17438,0.237462 0.51271,0.325796 0.875,0.3125 0.60381,-0.02216 1.28931,-0.34437 1.4375,-0.8125 0.007,-0.02057 -0.004,-0.04135 0,-0.0625 0.56298,1.653616 1.79649,3.163302 3.15625,3.375 0.16774,0.02611 0.32968,0.01927 0.5,0 0.26076,0.184614 0.57638,0.333248 0.9375,0.40625 0.50417,0.497407 1.14032,0.820929 1.6875,0.71875 0.49528,-0.09249 0.87236,-0.597655 1.0625,-1.1875 0.0984,-0.06534 0.16863,-0.14173 0.25,-0.21875 0.27375,0.67099 0.89025,1.243787 1.65625,1.65625 0.18302,0.91577 0.70303,1.817188 1.40625,2.03125 0.84711,0.257863 1.94152,-0.657244 2.28125,-1.59375 0.0911,-0.03806 0.16656,-0.0763 0.25,-0.125 0.33706,-0.196733 0.61657,-0.490371 0.875,-0.84375 0.0451,-0.05156 0.0825,-0.103243 0.125,-0.15625 0.0947,-0.143392 0.19894,-0.309829 0.28125,-0.46875 0.26964,-0.438824 0.47977,-0.867179 0.5,-1.3125 0.0209,-0.08312 0.0448,-0.166005 0.0625,-0.25 0.0672,0.10301 0.11578,0.215154 0.1875,0.3125 -0.0121,0.176298 0.0151,0.36053 0.125,0.46875 0.10058,0.09903 0.24578,0.120576 0.40625,0.125 0.64862,0.653812 1.41238,1.077596 2.21875,1.03125 0.0834,-0.0048 0.16799,-0.01781 0.25,-0.03125 0.16237,0.202184 0.37751,0.35824 0.59375,0.4375 0.49357,0.180912 1.10237,-0.10768 1.5625,-0.5625 -0.60565,1.77501 0.64171,4.825379 2.375,5.21875 1.49113,0.338413 3.36096,-1.691584 3.375,-3.28125 0.13347,0.872435 0.5084,1.680864 1.125,2 0.3415,0.176751 0.76399,0.15738 1.1875,0.03125 0.0349,0.954609 0.38552,1.953131 1.0625,2.28125 0.71618,0.347117 1.79578,-0.195225 2.375,-0.9375 0.10653,0.22799 0.21768,0.465477 0.34375,0.6875 -0.74349,0.02923 -1.44662,0.318916 -1.65625,0.875 -0.17409,0.461802 -0.006,1.003477 0.34375,1.5 0.58278,0.827541 1.64482,1.500887 2.4375,1.28125 0.44034,-0.12201 0.79534,-0.565139 0.96875,-1.09375 0.98681,0.836886 2.08712,1.346346 3.15625,1.3125 0.57503,-0.0182 1.14352,-0.213176 1.65625,-0.5625 1.65262,0.09627 3.40198,-0.389106 4.25,-1.4375 0.47267,-0.584356 0.7406,-1.392463 0.84375,-2.28125 0.25236,-2.17443 -0.55608,-4.828818 -2.0625,-5.9375 0.27743,-1.144258 0.23845,-2.264643 -0.25,-3.09375 -0.69405,-1.178098 -2.48506,-1.60294 -4.15625,-1.40625 0.73709,-0.379741 1.30438,-0.951687 1.3125,-1.625 0.008,-0.639035 -0.44863,-1.237776 -1.09375,-1.6875 -1.07519,-0.749546 -2.66358,-1.086542 -3.53125,-0.46875 -1.00945,0.718736 -0.79836,2.950811 0.15625,3.8125 -0.22169,0.04009 -0.42361,0.112581 -0.5625,0.25 -0.0838,0.08286 -0.15092,0.19355 -0.1875,0.3125 -1.13661,0.597953 -2.18264,1.742691 -2.59375,2.90625 -0.0623,0.176276 -0.1244,0.356309 -0.15625,0.53125 -0.0406,-0.02912 -0.0783,-0.07039 -0.125,-0.09375 0.11605,-0.128644 0.23056,-0.284969 0.28125,-0.4375 0.0553,-0.166454 0.0397,-0.347854 0,-0.53125 0.0538,-0.04421 0.0902,-0.09571 0.125,-0.15625 0.0848,-0.147612 0.0958,-0.344266 0.0625,-0.53125 1.44156,-1.404975 2.41181,-3.221397 2.15625,-4.78125 -0.41666,-2.543168 -4.75167,-4.181683 -7.28125,-3.25 -1.57231,-0.68418 -3.43705,-0.829802 -4.5,0 -0.15235,0.118931 -0.2944,0.276446 -0.40625,0.4375 -1.80364,-0.381752 -4.20924,0.223539 -5.78125,1.40625 -0.0116,-0.02038 -0.019,-0.04228 -0.0313,-0.0625 -0.4423,-0.728878 -1.32125,-1.35787 -2,-1.21875 -0.64771,0.132757 -1.05537,1.082874 -1,1.84375 -0.0853,-0.01544 -0.16566,-0.02144 -0.25,-0.03125 -0.0943,-1.901313 -0.9575,-3.878586 -2.34375,-4.46875 -0.67195,-0.286066 -1.47179,-0.171925 -2.25,0.1875 -0.14852,-0.08723 -0.31054,-0.158676 -0.46875,-0.21875 -0.18539,-0.0704 -0.36457,-0.09992 -0.5625,-0.125 0.13811,-0.349008 0.19284,-0.708007 0.125,-1.0625 -0.42257,-2.208202 -4.88822,-3.214487 -6.625,-1.75 -0.0755,-0.105362 -0.17654,-0.219363 -0.28125,-0.3125 -0.52712,-0.468854 -1.34078,-0.743893 -1.84375,-0.46875 -0.38682,0.211606 -0.54734,0.81102 -0.46875,1.34375 -0.47746,0.287708 -0.85477,0.7326 -1.125,1.28125 -0.0722,-0.04337 -0.14131,-0.09614 -0.21875,-0.125 -1.12528,-0.419285 -2.85974,1.114208 -2.78125,2.3125 0.0359,0.547311 0.42335,1.105112 0.9375,1.5625 -0.0295,0.02375 -0.0665,0.03557 -0.0937,0.0625 -0.21757,0.06458 -0.42877,0.148618 -0.59375,0.28125 -0.0881,0.0708 -0.1522,0.157248 -0.21875,0.25 -0.0203,-0.02078 -0.0418,-0.04188 -0.0625,-0.0625 -0.34077,-0.339766 -0.7356,-0.625713 -1.15625,-0.90625 0.0637,-0.376591 0.0739,-0.7507 -0.0625,-1.09375 -0.23269,-0.58527 -0.72433,-1.009281 -1.375,-1.3125 -0.19396,-0.18979 -0.38986,-0.367261 -0.625,-0.4375 -0.21648,-0.06466 -0.45316,-0.03103 -0.6875,0.03125 -0.1366,-0.02339 -0.2665,-0.04791 -0.40625,-0.0625 -0.38781,-0.35716 -0.83349,-0.642142 -1.28125,-0.875 0.005,-0.219077 -0.004,-0.42403 -0.0625,-0.625 -0.17753,-0.611332 -0.74794,-1.099564 -1.4375,-1.40625 0.0641,-0.08705 0.12718,-0.176915 0.15625,-0.28125 0.0764,-0.274175 -0.0117,-0.587093 -0.15625,-0.875 1.02366,-0.08759 1.97546,-0.523593 2.1875,-1.3125 0.16358,-0.60862 -0.11863,-1.318895 -0.625,-1.90625 -0.84395,-0.978929 -2.30129,-1.690593 -3.28125,-1.3125 -0.99956,0.385654 -1.36092,2.11766 -0.96875,3.25 -0.64094,0.390121 -0.85206,1.589959 -0.5,2.3125 -0.18276,0.08115 -0.35657,0.19053 -0.5,0.3125 -0.38395,0.326492 -0.66558,0.802071 -0.84375,1.375 -0.006,0.02068 -0.0251,0.04162 -0.0313,0.0625 -0.0217,9.56e-4 -0.0409,-0.0013 -0.0625,0 -0.28678,-0.09795 -0.58642,-0.127151 -0.84375,-0.0625 -0.27756,0.06973 -0.50611,0.261228 -0.6875,0.53125 -0.1291,0.07896 -0.25982,0.179998 -0.375,0.28125 -0.11362,0.09988 -0.18519,0.227887 -0.28125,0.34375 -0.0947,-0.680749 -0.38058,-1.289099 -0.90625,-1.46875 -0.48335,-0.16519 -1.06013,0.02849 -1.5625,0.40625 -0.0678,0.05101 -0.12247,0.130331 -0.1875,0.1875 -0.13283,-0.07632 -0.26978,-0.151046 -0.40625,-0.21875 0.4972,-0.785427 0.72157,-1.827616 0.71875,-2.9375 1.02652,0.105244 2.20423,-0.23181 2.4375,-1.03125 0.14674,-0.502906 -0.0896,-1.065384 -0.5,-1.5625 -0.68402,-0.828531 -1.86637,-1.453092 -2.6875,-1.15625 -0.69389,-1.626773 -1.81052,-2.963521 -3.15625,-3.375 -0.34926,-0.106792 -0.71911,-0.126442 -1.09375,-0.09375 z m -47.90625,0.59375 c -0.57209,0.06706 -1.13928,0.345352 -1.375,0.75 -0.13566,0.232881 -0.16815,0.523121 -0.15625,0.84375 0.0357,0.961888 0.66024,2.08602 1.46875,2.09375 1.19365,0.01141 2.19479,-2.27933 1.5,-3.25 -0.27257,-0.380802 -0.86541,-0.504562 -1.4375,-0.4375 z M 210.75,40 c -0.26727,-0.02166 -0.5237,0.0014 -0.75,0.09375 -1.13638,0.463524 -1.38837,2.809487 -0.5,3.65625 1.02254,0.974649 3.84691,0.620959 4.1875,-0.75 0.14142,-0.569259 -0.14337,-1.181169 -0.625,-1.71875 C 212.46046,40.609271 211.55181,40.064965 210.75,40 z M 42.21875,44.0625 c -0.116897,0.01295 -0.223982,0.06035 -0.34375,0.09375 -0.798456,0.222636 -1.608239,0.859333 -1.65625,1.53125 -0.06027,0.843515 1.330819,1.696817 2.125,1.40625 0.914126,-0.334454 1.5244,-2.18384 0.78125,-2.8125 -0.231432,-0.195777 -0.55556,-0.257599 -0.90625,-0.21875 z m 119.3125,0.09375 c -0.14952,0.05645 -0.29326,0.123664 -0.4375,0.1875 0.002,-0.03065 -0.002,-0.06297 0,-0.09375 0.14711,-0.02599 0.29196,-0.05433 0.4375,-0.09375 z M 80.75,45.59375 c 0.04946,0.0677 0.103522,0.124393 0.15625,0.1875 -0.100936,1.030029 -0.02859,2.021977 0.375,2.78125 -0.150334,-0.211565 -0.360082,-0.389217 -0.5625,-0.5 C 80.746304,47.720404 80.677275,47.334663 80.5,47 c 0.11679,-0.266731 0.175604,-0.539862 0.125,-0.78125 -0.0286,-0.136417 -0.104683,-0.276945 -0.1875,-0.40625 0.11064,-0.06847 0.209712,-0.142347 0.3125,-0.21875 z M 93.46875,46.5 c 0.128631,0.02712 0.244687,0.0725 0.375,0.09375 0.221417,0.200956 0.498411,0.372433 0.78125,0.53125 -0.02665,0.03571 -0.07252,0.0539 -0.09375,0.09375 -0.08273,0.155324 -0.09466,0.315858 -0.09375,0.5 -0.725065,0.03609 -1.547429,0.577467 -2.0625,1.28125 0.0028,-0.399878 -0.288483,-0.804816 -0.6875,-1.09375 0.01087,-0.03074 0.02104,-0.06295 0.03125,-0.09375 0.638345,-0.213712 1.197641,-0.54985 1.5625,-1 0.07353,-0.09072 0.124867,-0.210448 0.1875,-0.3125 z m 91.3125,0.84375 c -0.07,0.01002 -0.12864,0.05562 -0.1875,0.09375 -0.19551,0.126662 -0.27498,0.369662 -0.28125,0.65625 -0.0104,0.477647 0.19984,1.04886 0.5625,1.1875 0.45528,0.174048 1.15274,-0.450873 1.125,-0.9375 -0.0279,-0.490108 -0.72848,-1.070134 -1.21875,-1 z m -92.8125,2.46875 c -0.01562,0.05252 -0.02049,0.104078 -0.03125,0.15625 -0.01709,-0.02398 -0.04476,-0.03894 -0.0625,-0.0625 0.03369,-0.02984 0.0627,-0.06256 0.09375,-0.09375 z m 548.0625,1.125 c -0.73211,0.0077 -1.49668,0.215511 -2.25,0.5625 -0.84497,-0.219053 -1.84075,-0.128947 -2.28125,0.40625 -0.27089,0.329127 -0.27538,0.847091 -0.125,1.34375 -0.5123,0.557342 -0.9228,1.181452 -1.125,1.8125 -0.0824,-0.06903 -0.19438,-0.121315 -0.28125,-0.1875 -0.0485,-0.0599 -0.12596,-0.108213 -0.1875,-0.15625 -0.0436,-0.03403 -0.077,-0.06683 -0.125,-0.09375 -2.12259,-1.449299 -5.24743,-2.069469 -6.9375,-0.84375 -0.27247,0.197609 -0.50588,0.454045 -0.6875,0.75 -1.31492,0.481452 -2.60535,1.607879 -3.28125,2.875 -0.23973,0.05304 -0.46072,0.113634 -0.6875,0.1875 -0.008,-0.295601 -0.15361,-0.622994 -0.375,-0.90625 -0.19348,-0.247541 -0.44633,-0.455906 -0.71875,-0.625 0.75441,-0.879987 1.01841,-2.625299 0.1875,-3.21875 -0.41759,-0.29825 -1.00142,-0.25006 -1.59375,-0.03125 -0.98722,0.364678 -1.94656,1.26978 -1.9375,2.125 0.007,0.660221 0.70897,1.231004 1.46875,1.5 -0.24614,0.573736 -0.23311,1.359565 0.125,1.75 0.22116,0.241121 0.5963,0.390271 1,0.4375 -0.24792,0.224194 -0.46713,0.442511 -0.625,0.71875 -0.21164,0.370333 -0.33211,0.79949 -0.34375,1.25 -0.20176,-0.08866 -0.39029,-0.160929 -0.59375,-0.21875 -0.24926,-0.135737 -0.54545,-0.180459 -0.875,-0.15625 -0.42692,-0.01097 -0.82622,0.104309 -1.15625,0.3125 -0.0206,0.0102 -0.0421,0.02067 -0.0625,0.03125 -0.0303,0.02094 -0.0647,0.03935 -0.0937,0.0625 -0.0122,0.0097 -0.0194,0.02126 -0.0313,0.03125 -0.61194,0.352265 -1.12736,0.884511 -1.1875,1.4375 -0.039,0.358322 0.15188,0.716824 0.4375,1.03125 0.006,0.08296 0.0208,0.166363 0.0313,0.25 -0.19133,0.167412 -0.37629,0.358937 -0.53125,0.59375 -0.4104,0.621888 -0.65342,1.438632 -0.6875,2.1875 -0.31918,0.07742 -0.62585,0.16845 -0.9375,0.28125 0.12441,-1.676511 -0.64038,-3.747624 -1.84375,-5.125 -0.0332,-0.188703 -0.0792,-0.344019 -0.1875,-0.5 -0.27931,-0.402091 -0.77503,-0.611557 -1.34375,-0.6875 -0.29017,-0.138314 -0.5717,-0.24325 -0.875,-0.28125 -0.68354,-0.08564 -1.3905,0.171771 -2.03125,0.625 0.0673,-0.231495 0.0884,-0.482124 0,-0.6875 -0.16656,-0.386736 -0.61619,-0.62086 -1.125,-0.71875 -0.84802,-0.163154 -1.8932,0.08317 -2.25,0.6875 -0.35323,0.598288 0.10481,1.608965 0.75,2.0625 -1.03723,1.225556 -1.57795,3.210285 -0.96875,4.4375 0.18724,0.377182 0.46984,0.703044 0.84375,1 -0.10621,0.01776 -0.23736,0.06719 -0.34375,0.125 -0.0748,0.04063 -0.11876,0.101211 -0.1875,0.15625 -0.0452,-0.01841 -0.0801,-0.0518 -0.125,-0.0625 0.0492,-0.319005 0.0318,-0.626196 -0.0937,-0.875 -0.35785,-0.709083 -1.64432,-0.855184 -2.4375,-0.46875 0.34996,-0.7893 0.43652,-1.68511 -0.0625,-2.15625 -0.38046,-0.359206 -0.9963,-0.420123 -1.625,-0.28125 -0.33438,0.07386 -0.65913,0.235995 -0.96875,0.40625 -0.13732,-0.08047 -0.29426,-0.152552 -0.4375,-0.15625 -0.12272,-0.0032 -0.22912,0.06071 -0.34375,0.125 -0.0474,-0.0756 -0.0993,-0.150182 -0.15625,-0.21875 0.74942,-0.373577 1.31811,-0.950127 1.3125,-1.625 -0.005,-0.607925 -0.44022,-1.178528 -1.0625,-1.59375 -0.99088,-0.661187 -2.41436,-0.939933 -3.25,-0.4375 0.44462,-0.379539 0.73337,-0.852811 0.6875,-1.34375 -0.0534,-0.571801 -0.50605,-1.065233 -1.125,-1.40625 -1.03158,-0.568367 -2.50166,-0.727723 -3.21875,-0.09375 -0.90023,0.79588 -0.37607,3.036059 0.71875,3.53125 0.74227,0.33573 1.91095,0.04577 2.71875,-0.53125 -0.63854,0.603331 -0.61046,1.916311 -0.15625,2.84375 -0.61416,0.153562 -1.21834,0.395796 -1.78125,0.71875 -0.1713,-0.07011 -0.38161,-0.05346 -0.59375,0.03125 -0.23614,0.0943 -0.47358,0.24332 -0.625,0.4375 -0.81568,0.256144 -1.50985,0.696866 -1.875,1.375 -0.0113,0.02094 -0.0206,0.0413 -0.0313,0.0625 -0.0122,-0.0074 -0.0189,-0.02411 -0.0313,-0.03125 -1.09868,-0.633119 -2.90632,0.147385 -3.875,1.28125 0.0814,-0.363516 0.0802,-0.725582 -0.0937,-0.96875 -0.38322,-0.535561 -1.63718,-0.350236 -1.96875,0.21875 -0.17761,0.304791 -0.14921,0.769794 0,1.1875 -0.15216,0.01906 -0.31662,0.03369 -0.46875,0.0625 -0.42737,-0.234099 -0.89271,-0.393919 -1.375,-0.53125 0.0518,-0.35485 0.0469,-0.707195 0,-1.03125 0.91706,-0.223399 1.73438,-0.669558 2.0625,-1.34375 0.67154,-1.379818 -1.05993,-3.765148 -2.59375,-3.8125 -0.44137,-0.01362 -0.92242,0.138807 -1.375,0.40625 -1.35773,0.802328 -2.52627,2.61056 -1.90625,3.78125 0.0338,0.0638 0.0829,0.129346 0.125,0.1875 -0.0242,0.01627 -0.0386,0.04581 -0.0625,0.0625 -0.0984,-0.08172 -0.20281,-0.158399 -0.3125,-0.21875 -0.73427,-0.40399 -1.73993,-0.179327 -2.625,0.34375 0.0295,-0.197986 0.0404,-0.382034 0,-0.5625 0.86335,-0.0011 1.803,-0.412179 1.9375,-1.09375 0.0859,-0.435469 -0.14743,-0.892661 -0.53125,-1.28125 -0.0567,-0.05742 -0.12487,-0.102613 -0.1875,-0.15625 0.0118,-0.0065 0.0199,-0.0242 0.0313,-0.03125 0.6959,-0.432653 0.90793,-2.047061 0.1875,-2.4375 -0.29914,-0.16212 -0.69063,-0.09863 -1.0625,0.09375 -0.61978,0.320632 -1.1696,1.000511 -1.09375,1.5625 0.006,0.04409 0.0165,0.08287 0.0313,0.125 -0.0942,0.01687 -0.16618,0.02345 -0.25,0.0625 -0.59063,0.275148 -0.81868,1.243584 -0.65625,2 -0.0735,-0.0096 -0.14335,-0.02617 -0.21875,-0.03125 -1.228,-0.08272 -2.69477,0.42675 -3.0939,1.34375 -0.33569,0.771242 0.24676,1.862175 1.03125,2.5 -0.0321,0.02811 -0.0634,0.06323 -0.0937,0.09375 -0.62459,0.628938 -0.75289,1.623421 -0.59375,2.6875 -0.16585,-0.02393 -0.32632,-0.0088 -0.46875,0.0625 -0.27525,0.137838 -0.45416,0.451315 -0.53125,0.8125 -0.098,0.132015 -0.17021,0.283085 -0.25,0.4375 -0.33247,0.643392 -0.51623,1.444117 -0.4375,2.125 -0.01,-0.01002 -0.0211,-0.02139 -0.0313,-0.03125 -0.87765,-0.856301 -2.33171,-0.985713 -3.8125,-0.65625 -0.25265,-0.155996 -0.54242,-0.287742 -0.84375,-0.375 1.07037,-1.668224 -1.10493,-5.153713 -3.09375,-5.125 -1.01462,0.01465 -1.95453,1.13388 -2.3125,2.3125 -1.44637,-0.693372 -3.6646,-0.573647 -4.625,0.46875 -0.38119,0.413735 -0.63017,0.997335 -0.75,1.65625 -0.0449,0.247093 -0.0525,0.488748 -0.0625,0.75 -0.1021,0.137225 -0.19773,0.284873 -0.21875,0.4375 -0.0121,0.08749 0.009,0.16172 0.0313,0.25 -1.45747,-2.29403 -6.09347,-3.608253 -8.09375,-1.96875 -0.7193,0.589564 -1.02775,1.636177 -1,2.75 -0.4345,-0.210667 -0.87906,-0.338338 -1.3125,-0.34375 -0.69656,-0.0087 -1.45016,0.252545 -2.15625,0.6875 -0.65873,0.40578 -1.26408,0.963404 -1.78125,1.59375 -0.0912,-0.05137 -0.17769,-0.106541 -0.28125,-0.125 -0.2271,-0.04048 -0.46077,0.02066 -0.6875,0.125 -0.0447,-0.184726 -0.11362,-0.380341 -0.21875,-0.5625 -0.3567,-0.618027 -1.02131,-1.15703 -1.625,-1.25 0.0715,-0.817387 -0.13756,-1.636205 -0.71875,-1.9375 -0.47654,-0.24704 -1.10653,-0.126721 -1.6875,0.1875 -0.21001,0.113586 -0.40335,0.279655 -0.59375,0.4375 -0.3249,-0.202325 -0.68547,-0.347689 -1.03125,-0.375 -0.66209,-0.0523 -1.30996,0.377003 -1.84375,0.96875 -0.74468,0.06494 -1.46457,0.346734 -1.8125,0.84375 -0.21743,0.310594 -0.32292,0.736629 -0.34375,1.1875 -0.0595,1.288021 0.61343,2.854898 1.65625,3.09375 -0.0702,0.04682 -0.15068,0.07027 -0.21875,0.125 -0.19014,0.152867 -0.37053,0.330708 -0.53125,0.53125 -0.042,-0.07161 -0.0978,-0.158426 -0.15625,-0.21875 -0.36155,-0.372839 -0.96489,-0.448062 -1.59375,-0.34375 -0.009,-0.05522 -0.0477,-0.104365 -0.0625,-0.15625 7.1e-4,-0.03 -0.0281,-0.06309 -0.0313,-0.09375 -0.0137,-0.03718 -0.0143,-0.0909 -0.0313,-0.125 -0.14743,-0.589507 -0.87997,-1.243093 -1.4375,-1.15625 -0.0817,-3.546683 -6.99655,-6.282792 -9.8125,-4.125 -2.20944,1.693042 -1.29332,6.959271 1.15625,8.28125 0.70488,0.380408 1.58002,0.503915 2.53125,0.4375 0.53978,-0.03769 1.1087,-0.156283 1.65625,-0.3125 0.16102,0.257421 0.3771,0.491675 0.625,0.71875 0.0266,0.02437 0.0663,0.03859 0.0937,0.0625 -0.90575,0.886622 -1.51067,1.93496 -1.53125,2.96875 -0.0511,2.565538 4.23244,4.941904 6.59375,3.9375 0.67948,-0.289026 1.31323,-0.870248 1.8125,-1.59375 0.99441,-1.441022 1.51025,-3.458616 1.25,-5.0625 0.0625,9.9e-5 0.12409,0.0033 0.1875,0 0.0631,0.119634 0.14891,0.234803 0.25,0.34375 0.23946,1.402844 0.91305,2.714759 1.9375,3.15625 0.31511,0.135799 0.66802,0.168888 1.03125,0.125 0.30308,0.681545 0.80257,1.211551 1.40625,1.25 0.56781,0.03616 1.10181,-0.322061 1.53125,-0.875 0.71574,-0.921562 1.10322,-2.325222 0.59375,-3.125 -0.0344,-0.05395 -0.0817,-0.109073 -0.125,-0.15625 0.0438,-0.157213 0.0531,-0.313661 0.0625,-0.46875 0.61913,0.621639 1.63247,0.92439 2.71875,1 0.0583,0.17532 0.10201,0.339892 0.1875,0.5 1.35324,2.534316 6.86746,2.522674 8.625,0.25 0.27116,-0.35064 0.47879,-0.785944 0.625,-1.25 0.19391,0.04427 0.38323,0.06271 0.59375,0.0625 0.0121,0.0073 0.019,0.02438 0.0313,0.03125 0.19072,1.301556 1.04624,2.695282 2.09375,2.90625 0.44895,0.09042 0.94258,-0.08709 1.375,-0.40625 0.0179,0.0397 0.005,0.08967 0.0313,0.125 0.18344,0.244795 0.53024,0.32994 0.90625,0.3125 0.26742,-0.0124 0.56586,-0.07459 0.8125,-0.1875 0.34389,0.255528 0.86053,0.28381 1.375,0.15625 0.91618,-0.227157 1.8295,-0.924254 1.90625,-1.6875 0.0964,-0.958168 -1.4302,-1.992121 -2.34375,-1.6875 -0.46532,0.155161 -0.87952,0.652391 -1.125,1.21875 -0.10462,-0.04267 -0.21037,-0.05725 -0.3125,-0.0625 0.0549,-0.225821 0.0558,-0.447187 0.0313,-0.65625 0.67256,-0.128173 1.35316,-0.410864 1.75,-0.84375 0.87042,0.448519 2.33522,0.285515 2.875,-0.4375 0.19642,-0.263101 0.28254,-0.610273 0.3125,-1 0.0323,-0.419706 -0.0242,-0.891918 -0.15625,-1.3125 0.48957,-0.111708 0.96116,-0.282984 1.40625,-0.5 0.10641,0.111928 0.21642,0.207678 0.34375,0.28125 0.44421,0.541154 0.99549,1.02793 1.625,1.40625 -0.005,0.05005 0.002,0.106764 0,0.15625 -1.03437,0.302446 -2.10423,1.860243 -1.5625,2.71875 0.24621,0.390177 0.74511,0.574553 1.3125,0.59375 0.94565,0.032 2.06062,-0.378834 2.34375,-1.09375 0.10279,-0.259557 0.0827,-0.577358 -0.0313,-0.875 0.3981,-0.161417 0.78072,-0.416309 1.09375,-0.71875 0.0838,-0.0154 0.16935,-0.03933 0.25,-0.0625 0.68961,-0.198147 1.3389,-0.673944 1.90625,-1.3125 1.06378,-1.197291 1.81075,-2.981568 1.84375,-4.5 0.0372,0.0898 0.0711,0.171882 0.125,0.25 0.10869,0.157609 0.29129,0.279558 0.46875,0.375 0.51731,0.667368 1.25767,1.221413 2.09375,1.65625 -0.11435,1.158848 0.3967,2.571799 1.34375,2.75 0.0522,0.0098 0.10345,-0.0026 0.15625,0 0.33694,0.695428 0.8407,1.248095 1.4375,1.40625 0.23653,0.06268 0.49807,0.03993 0.75,-0.03125 0.56008,0.167374 1.11998,0.170072 1.5625,-0.03125 0.59314,-0.269846 0.8847,-0.986152 0.96875,-1.78125 0.33418,-0.05632 0.64264,-0.141544 0.90625,-0.3125 0.34488,-0.223665 0.58233,-0.58281 0.75,-1 0.74927,-0.08389 1.52582,-0.341355 2.28125,-0.71875 0.44081,0.183092 0.90932,0.262584 1.375,0.21875 2.16897,-0.204165 3.83996,-2.913951 4.3125,-5.625 1.59982,1.470293 3.82126,2.455156 5.625,2.28125 1.18691,1.429967 2.75685,2.48237 4.21875,2.40625 1.77982,-0.09267 3.31707,-2.156482 3.84375,-4.25 0.12649,0.115842 0.28737,0.225958 0.4375,0.28125 0.11779,0.04338 0.21456,0.06649 0.34375,0.0625 1.20963,0.954287 3.13838,1.438719 4.84375,1.3125 0.70147,0.386139 1.49938,0.56197 2.0625,0.28125 0.46036,-0.229495 0.71904,-0.811799 0.78125,-1.4375 0.0189,-0.02046 0.0443,-0.04146 0.0625,-0.0625 0.23128,-0.267473 0.37218,-0.580962 0.46875,-0.9375 2.12709,2.261344 6.69071,3.475853 8.875,1.8125 1.19934,-0.913309 1.50102,-2.862471 1.15625,-4.6875 2.06384,1.135346 5.42713,1.172766 6.71875,-0.375 0.61311,-0.734696 0.62859,-1.881628 0.3125,-3 0.61171,0.229088 1.39396,0.228482 1.75,-0.15625 0.0879,-0.09504 0.12739,-0.239395 0.15625,-0.375 0.2386,0.116439 0.50023,0.228657 0.78125,0.28125 -0.006,0.644867 0.20512,1.246592 0.65625,1.53125 0.45396,0.286441 1.08014,0.213867 1.6875,-0.03125 0.48075,0.402202 1.01614,0.655164 1.53125,0.625 0.57839,-0.03387 1.07321,-0.491965 1.4375,-1.09375 1.12976,-0.05709 2.34108,-0.590505 2.65625,-1.4375 0.10601,-0.284892 0.10433,-0.583825 0,-0.90625 2.00107,0.281775 4.20077,-0.171647 5.125,-1.46875 0.67231,-0.943551 0.54514,-2.399259 -0.0625,-3.6875 1.13025,-2.898117 0.45459,-7.389416 -1.875,-8.75 -0.46855,-0.273653 -1.01325,-0.412335 -1.59375,-0.40625 z M 270.625,55.90625 c -0.17891,-0.0062 -0.35192,0.02523 -0.5,0.09375 -0.41828,0.193543 -0.63093,0.776951 -0.625,1.34375 -0.1667,-0.32349 -0.37872,-0.59289 -0.65625,-0.75 -0.91531,-0.518149 -2.5208,0.346931 -3,1.375 -0.0318,0.0097 -0.0634,0.01844 -0.0937,0.03125 -0.58616,0.247603 -0.7894,1.208931 -0.625,1.9375 -0.14608,0.07169 -0.28566,0.162862 -0.375,0.28125 -0.44862,0.594491 0.18015,1.896788 0.90625,2.0625 0.41788,0.09537 0.96225,-0.125769 1.375,-0.46875 -0.26077,0.632701 -0.2318,1.438603 -0.0313,2.25 -1.0223,0.177875 -1.91367,0.666262 -2.15625,1.46875 -0.59204,1.958542 2.69419,4.708274 4.625,4.03125 0.78882,-0.276593 1.29463,-1.230357 1.4375,-2.25 0.46474,-0.202815 0.90779,-0.561802 1.28125,-1 0.51686,1.11875 1.4989,2.191829 2.59375,2.875 -0.39325,0.199741 -0.71011,0.472422 -0.78125,0.84375 -0.0896,0.467501 0.17983,0.960568 0.59375,1.375 0.68986,0.690723 1.81399,1.151501 2.53125,0.8125 0.69332,-0.327683 0.87806,-1.510969 0.59375,-2.34375 0.1055,-0.02216 0.20712,-0.06109 0.3125,-0.09375 1.2846,0.188287 2.77661,-0.0094 3.96875,-0.5625 -0.43979,2.840622 0.9569,6.708879 3.28125,7.53125 1.12001,0.396268 2.46757,-0.03931 3.625,-0.90625 0.0269,0.295712 0.0959,0.571754 0.21875,0.84375 0.38272,0.847485 1.19081,1.458824 2.1875,1.84375 0.005,0.02174 -0.006,0.04094 0,0.0625 0.17051,0.582026 0.75843,0.989841 1.46875,1.21875 1.18387,0.381522 2.72799,0.239115 3.34375,-0.5625 0.10852,-0.141274 0.1761,-0.288538 0.21875,-0.46875 1.48173,-0.346915 2.77117,-1.060095 3.375,-2.125 0.92025,-1.622953 -0.0915,-4.175872 -1.6875,-5.75 0.47836,-0.841818 0.70305,-1.756553 0.46875,-2.5 -0.0915,-0.290291 -0.267,-0.527225 -0.5,-0.75 0.41932,-0.722668 0.63861,-1.624882 0.34375,-2.21875 0.391,-0.352815 0.5995,-0.943267 0.625,-1.59375 0.0486,-1.239016 -0.50262,-2.686449 -1.4375,-3.0625 -0.99827,-0.401548 -2.48245,0.674828 -2.875,1.78125 -0.25828,-0.490846 -0.6891,-0.896665 -1.125,-0.90625 -0.66618,-0.01465 -1.29079,1.07378 -1.03125,1.6875 0.29874,0.70641 1.78413,1.140538 2.25,0.53125 0.20752,0.426066 0.55647,0.825817 0.96875,1.15625 -0.22528,0.115299 -0.40769,0.252561 -0.53125,0.4375 -0.0491,0.0735 -0.0593,0.163634 -0.0937,0.25 -0.40582,-0.547947 -1.1718,-0.950684 -1.96875,-1.125 -0.0912,-0.06616 -0.18811,-0.124912 -0.28125,-0.1875 -0.2438,-0.261642 -0.51644,-0.516975 -0.8125,-0.75 -0.0355,-0.0767 -0.0828,-0.147193 -0.125,-0.21875 0.13256,-0.124549 0.245,-0.270326 0.3125,-0.4375 0.22423,-0.555321 0.0352,-1.23152 -0.375,-1.84375 -0.68364,-1.020387 -1.96966,-1.837824 -2.9375,-1.59375 -0.34682,0.08746 -0.64904,0.317213 -0.875,0.65625 -0.7508,-0.148395 -1.57283,-0.190101 -2.375,-0.125 -0.57173,-1.744822 -3.4366,-3.166527 -5.09375,-2.46875 -0.53524,0.225373 -1.01151,0.682399 -1.40625,1.25 -0.0596,0.08573 -0.10078,0.190411 -0.15625,0.28125 -0.51033,-0.478047 -1.0888,-0.818469 -1.6875,-0.90625 -0.67575,-0.09908 -1.36962,0.176629 -2,0.65625 -0.15169,-0.216015 -0.31978,-0.416696 -0.53125,-0.53125 -0.54758,-0.296623 -1.32886,-0.07842 -1.96875,0.34375 -0.15388,-0.137258 -0.31427,-0.262659 -0.5,-0.375 0.17594,-0.142233 0.33389,-0.325743 0.375,-0.53125 0.0768,-0.383995 -0.13101,-0.781293 -0.46875,-1.125 -0.42217,-0.429636 -1.05702,-0.762582 -1.59375,-0.78125 z M 240.71875,56.125 c -0.24146,0.345161 -0.42584,0.702844 -0.5,1.0625 -0.0374,-0.126485 -0.0832,-0.251141 -0.15625,-0.375 0.0613,-0.09902 0.0991,-0.209117 0.15625,-0.3125 0.16464,-0.1188 0.3425,-0.233871 0.5,-0.375 z m 346.46875,2.1875 c -0.82318,0.08105 -1.57754,0.388503 -1.9375,0.9375 -0.72302,1.102724 0.47911,3.323419 1.78125,3.53125 1.4988,0.239216 3.78418,-1.766834 3.25,-3.1875 -0.2218,-0.589899 -0.83994,-0.97411 -1.59375,-1.15625 -0.47113,-0.11384 -1.00609,-0.173629 -1.5,-0.125 z M 221.375,58.59375 c -0.90201,-0.0061 -1.77757,0.307032 -2.0625,0.96875 -0.23662,0.549526 -0.052,1.222916 0.34375,1.84375 0.65953,1.034727 1.90278,1.909202 2.875,1.6875 1.22051,-0.27832 1.84763,-2.594366 1.09375,-3.59375 -0.43387,-0.57516 -1.34799,-0.900119 -2.25,-0.90625 z m 413.84375,1 c 0.007,0.181128 0.0186,0.377472 0.0625,0.5625 -0.0805,0.115429 -0.14989,0.225703 -0.21875,0.34375 -0.0713,-0.149853 -0.13756,-0.294155 -0.21875,-0.4375 0.13895,-0.140887 0.26146,-0.317424 0.375,-0.46875 z m -311.6875,2.34375 c -1.75088,0.01326 -3.78674,1.170217 -4.96875,2.65625 -0.52583,-0.286501 -1.10014,-0.428272 -1.5625,-0.28125 -0.85391,0.27153 -1.25629,1.662351 -1.03125,2.65625 -1.36831,-0.852348 -3.31387,-1.142724 -4.46875,-0.4375 -0.48986,0.299135 -0.90132,0.779041 -1.21875,1.375 -0.33413,0.230093 -0.59131,0.517324 -0.75,0.84375 -0.0395,0.08117 -0.0698,0.162879 -0.0937,0.25 -0.31207,-0.180688 -0.67486,-0.272254 -0.96875,-0.21875 -0.24934,0.04539 -0.4969,0.201773 -0.71875,0.40625 -0.2411,0.222225 -0.4158,0.502237 -0.5625,0.8125 -0.1638,0.06641 -0.3145,0.151508 -0.46875,0.25 -0.14367,-0.324093 -0.36458,-0.615866 -0.59375,-0.84375 -0.0335,-0.292497 -0.18063,-0.55873 -0.40625,-0.625 0.0165,-0.212449 -6.2e-4,-0.409904 -0.0937,-0.59375 -0.23557,-0.465046 -0.80126,-0.730704 -1.4375,-0.8125 -1.0604,-0.136332 -2.32439,0.225806 -2.71875,1 -0.27848,0.5467 -0.0351,1.31798 0.4375,1.90625 -0.0553,0.02961 -0.1016,0.06096 -0.15625,0.09375 -1.12106,0.672615 -2.0831,1.989382 -1.875,3.03125 0.20506,1.02662 1.75389,1.694537 2.9375,1.5625 0.122,0.08645 0.24315,0.17446 0.375,0.25 -0.13035,0.248098 -0.21691,0.502636 -0.25,0.78125 -0.059,0.497101 0.0562,0.985908 0.28125,1.46875 -0.56022,0.07376 -1.09917,0.340984 -1.1875,0.78125 -0.0664,0.33096 0.11529,0.703561 0.40625,1 0.48492,0.494067 1.30178,0.798459 1.8125,0.5625 0.20408,-0.09429 0.31813,-0.285793 0.40625,-0.53125 1.17498,0.967903 2.7622,1.649063 4.15625,1.71875 1.7214,0.687556 4.14104,0.514099 6.09375,-0.25 0.0469,0.06159 0.0641,0.138237 0.125,0.1875 0.38212,0.308919 0.98383,0.300335 1.5625,0.125 0.86708,-0.262717 1.71094,-0.927468 1.90625,-1.65625 0.82514,-0.56108 1.41427,-1.863106 1.25,-2.84375 0.18187,-0.510941 0.24408,-1.022304 0.1875,-1.5 0.48848,0.03436 0.96157,-0.08636 1.4375,-0.34375 -0.0591,0.214027 -0.10465,0.420377 -0.0313,0.59375 0.009,0.0207 0.0199,0.04311 0.0313,0.0625 -0.0256,0.131264 -0.0446,0.274436 -0.0625,0.40625 -0.40562,0.03686 -0.86157,0.261223 -0.875,0.59375 -0.008,0.198633 0.11587,0.385735 0.3125,0.53125 0.14657,0.10847 0.35246,0.176015 0.53125,0.21875 0.01,0.118311 0.0137,0.229298 0.0313,0.34375 -1.56652,2.55864 1.54653,7.899134 4.5625,7.96875 0.74778,0.01726 1.49656,-0.346872 2.125,-0.9375 1.86591,0.549133 4.21523,0.295833 5.34375,-0.875 0.0208,-0.0216 0.0423,-0.04016 0.0625,-0.0625 0.32837,-0.07002 0.63824,-0.136434 0.9375,-0.25 1.39577,1.086522 4.41584,-0.215239 5.03125,-1.90625 1.1567,-0.309787 2.15869,-0.888367 2.6875,-1.71875 0.41681,-0.654509 0.62272,-1.513743 0.625,-2.4375 8.6e-4,-0.346409 -0.0438,-0.705365 -0.0937,-1.0625 0.0817,0.101168 0.1754,0.172877 0.28125,0.1875 0.32786,0.04529 0.81047,-0.411462 0.6875,-0.71875 -0.0511,-0.127594 -0.17857,-0.213742 -0.34375,-0.25 -0.2753,-0.06043 -0.62846,0.0246 -0.75,0.21875 -0.48715,-2.307856 -1.90118,-4.532541 -3.78125,-4.625 -2.16361,-0.106403 -4.22596,2.419569 -4.96875,5.03125 -0.5463,-1.350179 -1.73149,-2.616149 -2.9375,-2.75 -0.54516,-0.0605 -1.16205,0.101974 -1.75,0.375 -0.32264,-0.48278 -0.80214,-0.88356 -1.375,-1.21875 0.18103,-0.210706 0.29505,-0.457838 0.3125,-0.71875 0.0336,-0.502026 -0.28406,-0.979219 -0.75,-1.375 0.77144,-2.872492 0.0405,-6.745129 -2.09375,-8 -0.46822,-0.275291 -1.01266,-0.41065 -1.59375,-0.40625 z m 303.75,2.375 c 0.36541,0.08361 0.71854,0.140594 1.0625,0.125 0.0163,0.07445 0.0424,0.146757 0.0625,0.21875 -0.45432,0.06502 -0.93366,0.329686 -1.21875,0.6875 -0.12653,-0.210401 -0.28876,-0.376831 -0.4375,-0.5625 0.1913,-0.139225 0.35125,-0.311487 0.53125,-0.46875 z M 11.125,65.125 c -1.1493755,-0.05169 -2.7445603,0.990642 -2.59375,2.03125 0.071567,0.493815 0.4791295,0.91888 1.03125,1.1875 0.920198,0.447705 2.218207,0.487987 2.8125,-0.09375 0.746067,-0.730303 0.159343,-2.64983 -0.8125,-3.03125 C 11.422672,65.16387 11.289196,65.13238 11.125,65.125 z m 589.5,2.0625 c -0.16131,0.99859 0.2751,2.328603 1.125,2.46875 0.16449,0.02712 0.3347,0.02065 0.5,-0.03125 -0.0687,0.08242 -0.1253,0.16543 -0.1875,0.25 -0.2026,0.0058 -0.39993,0.07933 -0.5625,0.1875 -0.0461,0.03068 -0.0847,0.05618 -0.125,0.09375 -0.37911,-0.575936 -0.93154,-1.091723 -1.625,-1.5 -0.25618,-0.15083 -0.53016,-0.283046 -0.8125,-0.40625 -0.006,-0.289051 -0.0686,-0.577729 -0.125,-0.84375 0.41182,0.180624 0.86219,0.265066 1.21875,0.15625 0.20728,-0.06326 0.40938,-0.2126 0.59375,-0.375 z M 346.8125,68.625 c -1.12777,-0.02228 -2.55318,1.280603 -2.53125,2.375 0.0226,1.129564 1.42354,2.425101 2.625,2.59375 -0.24946,0.945858 0.0419,2.211538 0.75,2.6875 0.30349,0.203993 0.68632,0.308655 1.125,0.3125 1.09582,0.518949 2.74158,0.460767 3.21875,-0.4375 0.26418,-0.497313 0.16727,-1.137218 -0.15625,-1.75 -0.51468,-0.974883 -1.56704,-1.851178 -2.46875,-1.8125 -0.28102,-0.08783 -0.57355,-0.144619 -0.84375,-0.15625 0.0571,-0.207605 0.0801,-0.424897 0.0937,-0.65625 0.072,-1.224091 -0.42671,-2.672573 -1.34375,-3.0625 -0.14391,-0.06119 -0.30764,-0.09057 -0.46875,-0.09375 z m 213.0625,4.25 c 0.43266,0.242369 0.93715,0.399484 1.4375,0.5 -0.099,0.155716 -0.17681,0.346826 -0.25,0.53125 -0.037,0.09317 -0.0638,0.182844 -0.0937,0.28125 -0.3191,-0.331686 -0.73938,-0.611708 -1.21875,-0.8125 0.0604,-0.166653 0.0835,-0.334095 0.125,-0.5 z m -191.46875,2 c -1.16458,0.04521 -2.226,1.066072 -2.875,2.34375 -1.38231,-1.400479 -3.15903,-2.332761 -4.6875,-2.09375 -1.29283,0.202163 -2.34791,1.398805 -2.96875,2.875 -0.646,-0.172631 -1.39842,-0.191777 -2.0625,-0.03125 -0.6727,0.06782 -1.29425,0.274841 -1.71875,0.65625 -0.0105,0.0095 -0.0209,0.02156 -0.0313,0.03125 -1.75991,-0.424581 -4.00404,0.01806 -5,1.21875 -0.40667,-0.101707 -0.8175,-0.186213 -1.21875,-0.21875 -0.88104,-0.692552 -1.87546,-1.175719 -2.8125,-1.28125 0.0937,-0.433854 0.0258,-0.943429 -0.25,-1.1875 -0.13358,-0.118192 -0.32162,-0.184969 -0.53125,-0.21875 -0.62889,-0.101345 -1.45282,0.163783 -1.5625,0.6875 -0.0786,0.375268 0.20223,0.771228 0.59375,1.0625 -2.11854,1.342384 -2.13918,5.745154 -0.625,8.1875 -0.0303,0.996283 0.3274,2.077777 1.03125,2.4375 0.69654,0.355988 1.72086,-0.160724 2.3125,-0.875 0.1916,-0.04002 0.36979,-0.08902 0.5625,-0.15625 0.81843,0.750197 1.73152,1.253345 2.65625,1.28125 1.09767,0.03312 2.16792,-0.72015 2.96875,-1.78125 0.89285,-0.165109 1.74447,-0.780989 2.46875,-1.625 0.18482,-0.0017 0.38125,-0.02234 0.53125,-0.09375 0.025,-0.01192 0.0381,-0.04847 0.0625,-0.0625 0.40178,0.22755 0.81972,0.34099 1.1875,0.25 0.54132,-0.133924 0.91892,-0.792111 1.03125,-1.46875 0.0468,0.107177 0.11771,0.200795 0.1875,0.28125 -0.26841,0.49252 -0.36064,1.074747 -0.0625,1.40625 0.22732,0.252759 0.61679,0.306599 1.03125,0.25 0.69077,-0.09433 1.44575,-0.539336 1.5625,-1.09375 0.0916,-0.435002 -0.28681,-0.93837 -0.75,-1.21875 -0.0506,-0.03064 -0.104,-0.0376 -0.15625,-0.0625 0.0126,-0.0051 0.0187,-0.02602 0.0313,-0.03125 0.0444,0.02602 0.0795,0.0686 0.125,0.09375 0.15167,0.08393 0.30642,0.144494 0.46875,0.21875 0.49805,0.227822 1.06265,0.373801 1.625,0.5 0.009,0.02212 0.0223,0.04038 0.0313,0.0625 -0.2122,0.113554 -0.39916,0.301879 -0.5625,0.53125 -0.0209,0.02929 -0.0427,0.0632 -0.0625,0.09375 -0.5243,0.522883 -0.85275,1.357143 -0.5,1.84375 0.0786,0.10838 0.18865,0.186483 0.3125,0.25 0.51781,0.572782 1.94619,0.381992 2.34375,-0.28125 0.007,-0.01086 0.0251,-0.02004 0.0313,-0.03125 0.32261,0.349188 0.66494,0.653798 1.03125,0.9375 0.0169,0.06364 0.0442,0.123928 0.0625,0.1875 -1.27933,0.09151 -2.81045,1.068358 -2.9375,2.15625 -1.01178,-0.277894 -2.13704,-0.197635 -2.59375,0.5 -0.33549,0.512475 -0.28964,1.241647 0,1.9375 0.48272,1.159758 1.60546,2.239703 2.625,2.1875 1.01641,-0.05204 1.88536,-1.442546 1.90625,-2.59375 1.02826,0.339373 2.18538,0.356417 2.8125,-0.21875 0.0929,-0.08523 0.15453,-0.20166 0.21875,-0.3125 0.74859,0.799419 1.61675,1.370895 2.53125,1.5 1.86074,0.26269 3.88187,-1.61281 4.78125,-3.6875 0.31164,-0.05965 0.58143,-0.157196 0.84375,-0.28125 0.055,0.043 0.10016,0.08526 0.15625,0.125 -1.39491,0.412287 -2.70174,2.804781 -1.8125,3.90625 0.38579,0.477859 1.09059,0.655995 1.84375,0.59375 0.73626,-0.06084 1.48805,-0.362777 2.0625,-0.78125 0.0833,1.222017 0.46488,2.3157 1.1875,3.03125 1.7838,1.766344 6.05318,0.661492 7.65625,-1.46875 0.34137,0.23369 0.80845,0.296599 1.3125,0.21875 0.99737,-0.154034 2.06384,-0.819626 2.21875,-1.625 0.0937,-0.487228 -0.19969,-1.035056 -0.65625,-1.4375 0.34785,0.154641 0.78431,0.08716 1.1875,-0.125 0.0707,0.0743 0.14429,0.146952 0.21875,0.21875 -0.39777,2.192143 1.38391,5.531514 3.4375,5.8125 1.07162,0.146626 2.20857,-0.728308 2.9375,-1.84375 0.2618,0.348647 0.66305,0.633598 1.15625,0.8125 1.17013,0.424454 2.73014,0.31061 3.375,-0.46875 0.44577,-0.538741 0.36698,-1.440343 0,-2.21875 0.36684,0.01398 0.7028,-0.05558 0.9375,-0.25 0.25429,-0.210658 0.35831,-0.572547 0.34375,-0.96875 0.2925,0.04257 0.61843,0.02542 0.9375,0 0.19575,0.208003 0.42137,0.345172 0.6875,0.40625 0.61228,0.140521 1.27733,-0.16145 1.84375,-0.6875 0.30499,-0.283256 0.59418,-0.630348 0.8125,-1 0.95302,-0.689665 1.64498,-1.592732 1.75,-2.53125 0.12439,-1.111579 -0.7791,-2.253488 -1.9375,-3 -0.0108,-0.059 -0.0134,-0.130914 -0.0313,-0.1875 -0.35868,-1.133998 -2.45383,-1.577106 -3.5313,-0.96875 -0.76495,-1.281134 -2.0776,-2.361475 -3.28125,-2.4375 -0.0503,-0.0525 -0.10456,-0.104779 -0.15625,-0.15625 -0.041,-0.605994 -0.23852,-1.166537 -0.59375,-1.625 -1.75449,-2.264352 -6.7776,-1.443976 -9.15625,0.75 -0.31814,-0.05815 -0.63122,0.0029 -0.84375,0.15625 -0.025,0.01806 -0.0407,0.04059 -0.0625,0.0625 -1.15559,0.220932 -2.32133,1.825515 -2.0625,2.9375 0.0484,0.2078 0.14879,0.429013 0.28125,0.625 -0.0726,0.05503 -0.12574,0.126459 -0.1875,0.1875 -0.35338,-0.131466 -0.89768,0.161621 -1.0625,0.53125 -0.12327,-0.197459 -0.26339,-0.387089 -0.4375,-0.5625 1.40962,-3.332161 -3.37085,-9.092344 -6.96875,-8.5625 -1.34913,0.198679 -2.46993,1.464081 -3.125,3 -0.46081,0.144945 -0.8922,0.339947 -1.25,0.59375 0.0208,-0.770083 -0.20893,-1.621344 -0.59375,-2.4375 0.006,-0.02345 0.0268,-0.03856 0.0313,-0.0625 0.11368,-0.611008 -0.23794,-1.274288 -0.78125,-1.8125 -0.42151,-0.417563 -0.94305,-0.758761 -1.5,-0.96875 -0.73938,-0.552992 -1.56656,-0.873918 -2.34375,-0.84375 z M 495.8125,76.5 c -0.39396,4.71e-4 -0.8057,0.08429 -1.21875,0.25 -1.0939,0.134536 -2.23018,0.743823 -2.46875,1.59375 -0.034,0.121123 -0.039,0.246787 -0.0313,0.375 -0.5099,0.669843 -0.85276,1.395867 -0.90625,2.09375 -0.90479,-0.158116 -2.1941,0.710319 -2.3125,1.59375 -0.0261,0.194655 3.2e-4,0.380707 0.0625,0.59375 -0.58,0.39297 -1.00176,0.909525 -1.09375,1.46875 -0.0394,0.239316 10e-4,0.476816 0.0937,0.71875 -0.30556,-0.122632 -0.65626,-0.178411 -1.03125,-0.15625 -0.007,-1.076126 -0.43788,-2.252602 -1.125,-3.34375 -0.84257,-2.693828 -5.07837,-5.293303 -7.53125,-4.21875 -1.19381,0.522983 -1.84335,2.084699 -1.9375,3.6875 -0.0842,0.0017 -0.16808,0.02303 -0.25,0.03125 -0.58517,-1.005214 -1.66953,-1.845987 -2.59375,-1.71875 -0.71724,0.09874 -1.27881,0.889944 -1.5,1.75 -0.0319,0.01057 -0.0619,0.02009 -0.0937,0.03125 -0.51905,0.181643 -1.04647,0.430712 -1.53125,0.75 -0.13016,-0.154138 -0.27255,-0.300462 -0.4375,-0.4375 -0.72052,-0.598594 -1.74117,-1.005378 -2.59375,-1 0.43,-0.879325 0.53884,-1.968651 -0.0625,-2.46875 -0.4034,-0.335485 -1.03583,-0.366124 -1.65625,-0.1875 -1.03404,0.297702 -2.07,1.12727 -2.125,2 -0.0581,0.922302 1.20537,1.866077 2.21875,1.90625 -0.19639,0.686713 -0.15706,1.526441 0.125,2.1875 -0.0179,0.01268 -0.0462,0.01705 -0.0625,0.03125 -0.0829,0.07241 -0.13245,0.171185 -0.1875,0.28125 -0.66682,0.153988 -1.3326,0.53357 -1.84375,1.03125 -0.0781,-0.02447 -0.16362,-0.01969 -0.25,-0.03125 -0.0696,-0.08749 -0.14078,-0.170731 -0.21875,-0.25 0.8425,-0.934377 1.33222,-2.347387 0.71875,-3.15625 -1.0351,-1.364774 -4.53961,-0.484578 -5.03125,1.15625 -0.28721,0.958534 0.66633,2.217204 1.71875,2.71875 -0.0918,0.419515 -0.0596,0.857095 0.125,1.15625 0.13839,0.224304 0.37419,0.393815 0.65625,0.53125 0.31253,0.152281 0.66853,0.227655 1.03125,0.25 -0.0469,0.109385 -0.0662,0.2188 -0.0937,0.34375 -0.0628,0.284547 -0.0685,0.601645 -0.0313,0.90625 -0.29955,0.139625 -0.55409,0.394445 -0.53125,0.65625 0.0177,0.202312 0.18812,0.378072 0.40625,0.5 0.0909,0.0508 0.17772,0.09471 0.28125,0.125 -0.12943,0.260784 -0.21856,0.577858 -0.28125,0.875 -0.33791,0.0176 -0.62165,0.135267 -0.78125,0.375 -0.19423,0.291756 -0.19391,0.694303 -0.0313,1.09375 0.1819,0.446716 0.55288,0.866023 0.9375,1.09375 0.71278,2.851511 3.0804,5.840902 5.5,5.96875 2.16957,0.114637 4.33604,-2.523595 4.84375,-5 0.64469,-0.543701 1.18685,-1.193701 1.53125,-1.875 2.00314,0.215791 4.2006,-1.798849 5.3125,-4.09375 0.0916,0.159388 0.21169,0.303037 0.34375,0.4375 -0.78029,1.200626 -0.70959,3.398545 0.1875,4.4375 -0.0516,0.160095 -0.0759,0.332661 -0.0625,0.5 0.0496,0.621696 0.55163,1.151874 1.21875,1.53125 1.11186,0.6323 2.68077,0.802917 3.46875,0.125 0.87552,-0.753235 0.56291,-2.729287 -0.34375,-3.5625 0.93148,0.03996 1.88584,-0.22795 2.28125,-0.84375 0.17675,-0.275258 0.21623,-0.632629 0.15625,-1 0.43893,-0.04202 0.82353,-0.302014 1.15625,-0.6875 -0.21618,1.013274 -0.15946,2.021971 0.28125,2.75 0.73229,1.209717 2.73584,1.522481 4.40625,1.125 1.54519,2.976326 8.00667,4.128429 10.28125,1.6875 1.11065,-1.191884 0.96443,-3.385314 0.15625,-5.21875 0.50644,-0.13551 0.94864,-0.343465 1.3125,-0.65625 1.50792,-1.296238 1.17428,-4.481604 -0.15625,-6.3125 1.4754,-1.181346 2.56103,-3.494635 1.90625,-4.9375 -0.75322,-1.659783 -4.26319,-1.867059 -5.46875,-0.5 -0.34691,0.393382 -0.55793,0.94589 -0.65625,1.5625 -0.1308,0.820363 -0.0134,1.720417 0.25,2.53125 -0.7198,0.129794 -1.44925,0.377445 -2.125,0.71875 -0.10868,-0.246921 -0.24311,-0.478177 -0.4375,-0.6875 0.69196,-1.800197 0.45948,-4.354267 -1,-5.03125 -0.27403,-0.12711 -0.56341,-0.156622 -0.875,-0.15625 z m -97.15625,0.4375 c -0.10548,0.0015 -0.18305,0.0037 -0.28125,0.03125 -0.98621,0.276329 -1.40608,2.182289 -0.75,2.96875 0.34992,0.419454 1.03184,0.651072 1.71875,0.65625 -0.14846,0.359051 -0.20544,0.744705 -0.125,1.0625 0.31472,1.243426 2.63796,2.32653 3.5625,1.4375 0.38389,-0.36915 0.48528,-1.010239 0.375,-1.65625 -0.1838,-1.076686 -0.93829,-2.221172 -1.8125,-2.375 -0.0629,-0.01108 -0.12347,-8.01e-4 -0.1875,0 -0.0593,-0.27651 -0.15551,-0.57809 -0.34375,-0.84375 -0.50785,-0.716731 -1.41788,-1.291939 -2.15625,-1.28125 z m 136.375,0.21875 c 0.38952,0.234071 0.91518,0.337197 1.40625,0.3125 -0.14737,0.311196 -0.26615,0.634592 -0.28125,0.9375 -0.0989,0.05611 -0.18651,0.123992 -0.28125,0.1875 -0.0108,4.29e-4 -0.0205,-9.85e-4 -0.0313,0 -0.25825,0.02357 -0.50564,0.192592 -0.6875,0.4375 -0.2502,-0.184498 -0.53561,-0.300286 -0.8125,-0.375 0.0759,-0.0608 0.15452,-0.112711 0.21875,-0.1875 0.30029,-0.349632 0.44923,-0.803449 0.46875,-1.3125 z m -23.5625,4.375 c -0.0741,-0.0028 -0.14879,0.01551 -0.21875,0.03125 -0.3513,0.07906 -0.62499,0.450406 -0.75,0.875 -1.63265,0.107424 -3.58877,1.998269 -3.53125,3.5625 3.7e-4,0.01 -5.1e-4,0.02128 0,0.03125 -0.0307,7.51e-4 -0.063,-0.0043 -0.0937,0 -0.41207,0.05784 -0.74268,0.415581 -0.96875,0.875 -0.37678,0.765697 -0.4204,1.81474 0.0625,2.3125 0.30311,0.312441 0.85825,0.357632 1.375,0.21875 0.3056,0.906817 0.85277,1.665705 1.5625,1.9375 0.96964,0.37133 2.2879,-0.369946 3.03125,-1.375 0.0526,0.03261 0.0998,0.06667 0.15625,0.09375 0.6738,0.323529 1.50217,0.208223 2.3125,-0.15625 0.33831,-0.063 0.65666,-0.280948 0.9375,-0.5625 1.37838,-0.987737 2.46379,-2.614597 2.21875,-3.9375 -0.28548,-1.541217 -2.70898,-2.490614 -4.40625,-2.15625 10e-4,-0.244888 -0.0926,-0.501527 -0.25,-0.75 -0.33051,-0.521794 -0.91862,-0.980613 -1.4375,-1 z m -81.40625,0.625 c -2.22146,-0.09948 -4.88394,3.003347 -4.5,5.1875 0.11785,0.670406 0.51694,1.338324 1.0625,1.9375 0.0285,0.03133 0.0644,0.0628 0.0937,0.09375 0.0629,0.109635 0.13221,0.208012 0.21875,0.28125 -0.29593,0.105102 -0.5706,0.235911 -0.8125,0.4375 -0.0168,0.01396 -0.0461,0.01692 -0.0625,0.03125 -0.23352,-0.642409 -0.83074,-1.152389 -1.5625,-1.53125 -0.0177,-0.07018 -0.003,-0.148438 -0.0313,-0.21875 -0.22697,-0.572489 -0.78107,-1.110859 -1.28125,-1.09375 -0.34012,0.01163 -0.64283,0.335692 -0.8125,0.71875 -0.37669,-0.01063 -0.73721,0.05735 -1.0625,0.15625 -0.35116,-0.589549 -0.90783,-1.106248 -1.59375,-1.53125 -0.3314,-0.78701 -0.82114,-1.447031 -1.4375,-1.875 -2.41047,-1.673705 -7.39814,0.927934 -7.9375,3.8125 -0.0847,0.452943 -0.0561,0.938357 0.0313,1.4375 -0.48043,0.09154 -0.88464,0.426602 -1.21875,0.90625 -0.3146,0.06807 -0.58343,0.31054 -0.78125,0.65625 -0.36456,0.637078 -0.48157,1.546773 -0.0937,2 0.0329,0.03849 0.0843,0.06316 0.125,0.09375 0.0457,0.453005 0.17831,0.862428 0.4375,1.15625 0.29821,0.338059 0.7851,0.487983 1.3125,0.5 0.10887,1.070291 2.06551,1.797989 3.09375,1.34375 1.0055,0.326661 2.11646,0.361608 2.84375,-0.09375 0.20324,-0.127252 0.36314,-0.303407 0.53125,-0.5 0.22836,-0.01929 0.46835,-0.04918 0.6875,-0.125 0.65587,-0.226909 1.21128,-0.678135 1.65625,-1.28125 0.16109,0.278959 0.37794,0.503785 0.625,0.65625 0.089,0.05491 0.18078,0.09338 0.28125,0.125 0.0448,0.423806 0.1272,0.834284 0.28125,1.1875 0.0223,0.182737 0.0819,0.35456 0.1875,0.5 0.0992,0.136552 0.22196,0.228949 0.375,0.3125 1.14731,1.097452 3.59765,0.848494 5.15625,-0.15625 0.0562,0.111355 0.12725,0.204845 0.1875,0.3125 -0.11625,0.09155 -0.22684,0.210263 -0.28125,0.34375 -0.14717,0.361036 -0.0157,0.788056 0.25,1.1875 0.44286,0.665742 1.27566,1.21932 1.90625,1.0625 0.1515,-0.0377 0.28825,-0.13103 0.40625,-0.25 0.19263,0.09235 0.39135,0.19934 0.59375,0.25 2.1492,0.5379 4.86509,-1.926074 5.5625,-4.3125 0.0169,0.02905 0.0105,0.06572 0.0313,0.09375 0.19722,0.266952 0.55427,0.48416 0.8125,0.40625 0.19451,-0.05868 0.29298,-0.314548 0.3125,-0.5625 0.75178,0.374613 1.60599,0.613246 2.4375,0.6875 -0.18555,0.689746 -0.12961,1.490878 0.28125,1.875 0.5077,0.474664 1.62821,0.184908 2.15625,-0.375 0.28582,0.348822 0.59785,0.616967 0.96875,0.8125 0.76385,0.402695 1.73512,0.342525 2.6875,0 0.0471,0.02543 0.0752,0.07275 0.125,0.09375 1.49037,0.628146 3.65668,-0.853318 4.625,-2.5625 0.23586,-0.0056 0.47433,0.0034 0.71875,-0.03125 1.33322,-0.189032 2.75795,-0.805768 3.8125,-1.65625 0.19753,0.103111 0.40494,0.200696 0.625,0.28125 2.18052,0.798173 5.30732,0.454611 6.0625,-1.34375 0.65875,-1.568731 -0.5464,-3.702053 -2.21875,-5.0625 0.45707,-1.650585 0.40069,-3.382696 -0.4375,-4.4375 -1.13807,-1.432183 -3.97727,-1.322472 -5.84375,-0.28125 -0.0639,-0.04093 -0.11391,-0.09316 -0.1875,-0.125 -0.49062,-0.212292 -1.1721,-0.223634 -1.46875,0.09375 -0.29792,0.318751 -0.12034,1.018754 0.21875,1.375 -0.0147,0.02604 -0.0488,0.03607 -0.0625,0.0625 -0.0729,0.140907 -0.13689,0.281512 -0.1875,0.4375 -0.046,-0.157852 -0.11265,-0.311871 -0.1875,-0.46875 -0.49902,-1.04586 -1.59441,-2.002077 -2.53125,-1.90625 -0.8653,0.08851 -1.55557,1.235798 -1.625,2.25 -0.41748,-0.06693 -0.88824,0.03385 -1.34375,0.21875 -1.67487,-2.500879 -7.59288,-1.84733 -9.375,0.6875 -0.0707,-0.05156 -0.16494,-0.08002 -0.25,-0.09375 -0.25725,-0.04154 -0.52984,0.110628 -0.75,0.34375 -0.0271,0.02868 -0.037,0.06268 -0.0625,0.09375 -0.0171,-0.08521 -0.0425,-0.164959 -0.0625,-0.25 0.41853,-0.206557 0.75728,-0.478989 0.875,-0.875 0.17294,-0.581766 -0.0899,-1.265443 -0.5625,-1.84375 -0.76367,-0.934543 -2.08323,-1.610785 -3.03125,-1.34375 -0.18515,-0.09461 -0.3665,-0.200357 -0.5625,-0.25 -0.14332,-0.0363 -0.2894,-0.05587 -0.4375,-0.0625 z m 62.78125,1 c 0.84284,0.40673 1.85677,0.575462 2.71875,0.4375 0.0802,0.228506 0.16265,0.446159 0.3125,0.59375 -0.42041,0.582119 -0.64618,1.214879 -0.59375,1.875 0.0462,0.58109 0.29833,1.133216 0.6875,1.625 -0.29145,0.144865 -0.56948,0.324883 -0.84375,0.5 -0.41553,-1.486219 -1.26576,-2.814971 -2.4375,-3.125 0.26958,-0.662052 0.36146,-1.369662 0.15625,-1.90625 z m -4.03125,3.15625 c 0.16997,0.134865 0.34169,0.274546 0.53125,0.375 -0.17085,0.217757 -0.32094,0.445181 -0.46875,0.6875 0.041,-0.375909 0.0153,-0.735746 -0.0625,-1.0625 z m -39.03125,0.75 c 0.002,0.113651 0.0228,0.227842 0.0313,0.34375 -0.0391,0.0491 -0.0634,0.101402 -0.0937,0.15625 -0.19402,-0.02991 -0.37019,-0.04658 -0.5625,-0.0625 0.26399,-0.09309 0.46787,-0.236342 0.625,-0.4375 z M 447,87.375 c 0.17391,0.06694 0.34549,0.115769 0.53125,0.15625 -0.16957,0.02807 -0.33996,0.08142 -0.5,0.125 -0.005,-0.09612 -0.0196,-0.187366 -0.0313,-0.28125 z M 385.71875,87.5 c 0.24155,0.222701 0.54231,0.358481 0.78125,0.25 0.19932,0.221178 0.42669,0.402745 0.6875,0.53125 0.11248,0.308936 0.27889,0.587868 0.46875,0.875 -0.12919,0.202936 -0.23782,0.445938 -0.28125,0.71875 -0.35363,-0.606151 -1.06592,-1.12832 -1.78125,-1.3125 0.12734,-0.347666 0.16774,-0.706404 0.125,-1.0625 z m 48.25,0.875 c 0.15003,0.04806 0.30183,0.102468 0.46875,0.09375 0.006,0.04255 0.0235,0.08225 0.0313,0.125 -0.22126,0.253804 -0.43934,0.521948 -0.625,0.8125 0.0812,-0.320276 0.11233,-0.674683 0.125,-1.03125 z m 26.65625,0.53125 c -0.0597,-0.0066 -0.13107,0.01234 -0.1875,0.03125 -0.18745,0.06281 -0.30931,0.234522 -0.375,0.46875 -0.10948,0.390379 -0.05,0.903194 0.21875,1.09375 0.33744,0.239222 1.04501,-0.125423 1.125,-0.53125 0.0806,-0.40873 -0.36347,-1.016584 -0.78125,-1.0625 z m -61.25,0.6875 c 0.21863,0.04526 0.43619,0.07451 0.65625,0.09375 -0.19939,0.813997 -0.16554,1.590115 0.0625,2.25 -0.75591,0.193528 -1.50709,0.747483 -1.46875,1.375 6.1e-4,0.01 -9.6e-4,0.02135 0,0.03125 -0.58452,0.07411 -1.20483,0.342208 -1.71875,0.75 -0.0127,-0.14773 -0.0222,-0.269192 -0.0625,-0.40625 -0.0425,-0.144465 -0.0842,-0.298189 -0.15625,-0.4375 0.0867,-0.08148 0.16589,-0.162566 0.25,-0.25 0.68116,-0.708082 1.24728,-1.614603 1.65625,-2.5625 0.0526,-0.06701 0.0787,-0.149458 0.125,-0.21875 0.23723,-0.189205 0.44871,-0.39909 0.65625,-0.625 z m 108.1875,1.5 c -0.61595,-0.01801 -1.20152,0.177434 -1.40625,0.625 -0.17002,0.371683 -0.0732,0.851179 0.1875,1.28125 0.43458,0.716788 1.30136,1.32402 1.96875,1.1875 0.83783,-0.171385 1.31207,-1.743404 0.8125,-2.4375 -0.28751,-0.399463 -0.94655,-0.638243 -1.5625,-0.65625 z m -119.71875,0.9375 c 0.0367,0.05136 0.0534,0.110683 0.0937,0.15625 -0.0397,-0.0231 -0.0845,-0.04173 -0.125,-0.0625 0.005,-0.03182 0.0289,-0.06182 0.0313,-0.09375 z m 46.78125,3.125 c 0.029,0.02347 0.0639,0.03951 0.0937,0.0625 -0.0308,0.0095 -0.0658,0.01839 -0.0937,0.03125 0.005,-0.03193 -0.004,-0.06195 0,-0.09375 z M 408.75,96.5625 c -0.70221,-0.04745 -1.33158,0.126171 -1.6875,0.59375 -0.3941,0.517738 -0.37947,1.272107 -0.125,2.03125 0.42411,1.26524 1.50952,2.50975 2.59375,2.53125 1.36113,0.027 2.65797,-2.247263 2.125,-3.5 -0.38342,-0.901211 -1.7359,-1.57717 -2.90625,-1.65625 z m 47.15625,0.40625 c -1.38068,0.227569 -2.78751,2.663058 -1.90625,3.75 0.36592,0.45133 1.03758,0.62287 1.75,0.5625 0.25743,-0.0218 0.52413,-0.0821 0.78125,-0.15625 0.0565,0.0288 0.0969,0.0681 0.15625,0.0937 0.94341,0.40691 2.24308,0.39191 2.8125,-0.21875 0.71484,-0.76661 0.0547,-2.661936 -0.9375,-3 -0.17899,-0.06099 -0.38224,-0.04552 -0.59375,-0.03125 -0.54651,-0.635386 -1.38157,-1.112232 -2.0625,-1 z m -18.09375,2.1875 c -1.05679,0.02299 -2.32223,0.707271 -2.34375,1.59375 -0.0119,0.49079 0.35244,0.92975 0.84375,1.28125 0.81885,0.58583 2.04647,0.87265 2.71875,0.40625 0.84397,-0.58551 0.59861,-2.532456 -0.28125,-3.0625 -0.25319,-0.152524 -0.58524,-0.226414 -0.9375,-0.21875 z"
+         transform="translate(-664,122)"
+         id="path6578"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#7a2e00;fill-opacity:1;stroke:none"
+         d="m 104.71875,102.21875 c -0.50107,0.0181 -0.96984,0.13359 -1.34375,0.375 -1.56466,1.01021 -1.25002,4.54899 0.3125,5.5625 0.44963,0.29164 1.04953,0.43059 1.6875,0.4375 1.91392,0.0207 4.22011,-1.11362 4.3125,-2.71875 0.11082,-1.92543 -2.79745,-3.73445 -4.96875,-3.65625 z m -12,0.53125 c -2.534676,0.13362 -4.566491,4.55501 -3.40625,6.8125 0.33387,0.64961 0.937926,1.21559 1.6875,1.65625 2.248719,1.32198 5.771374,1.52256 6.96875,-0.3125 1.767763,-2.70922 -2.01954,-8.32655 -5.25,-8.15625 z M 114.5,103.65625 c -0.11695,-0.002 -0.2339,0.004 -0.34375,0.0313 -0.9017,0.22008 -1.40713,1.67609 -1.1875,2.6875 -0.19372,0.14488 -0.37598,0.29116 -0.53125,0.46875 -0.015,0.0172 -0.0167,0.045 -0.0313,0.0625 -0.92434,-0.0424 -1.94559,0.28268 -2.28125,0.9375 -0.17896,0.34912 -0.10118,0.7917 0.0937,1.21875 -0.20049,0.0787 -0.38443,0.1684 -0.5625,0.28125 -0.2566,0.16262 -0.49252,0.38483 -0.6875,0.625 -0.73035,0.44108 -1.32478,1.42931 -1.0625,2.09375 -0.0721,0.30964 -0.10435,0.63146 -0.125,0.96875 -0.20217,0.35397 -0.38175,0.72603 -0.5,1.09375 -0.84042,-0.42704 -1.86371,-0.63867 -2.78125,-0.5625 0.0915,-0.0429 0.17755,-0.0938 0.25,-0.15625 0.46395,-0.39993 0.64123,-1.28505 0.53125,-2.03125 0.79589,-0.13083 1.64716,-0.68477 1.625,-1.34375 -0.0132,-0.393 -0.3096,-0.7417 -0.71875,-1 -0.68192,-0.43051 -1.67154,-0.5916 -2.1875,-0.1875 -0.33944,0.26584 -0.41241,0.82251 -0.3125,1.34375 -0.19272,0.07 -0.37963,0.14718 -0.5625,0.28125 -0.74788,0.54828 -1.34002,1.55897 -1.125,2.28125 0.18428,0.61902 1.07151,0.96545 1.84375,0.9375 -0.5395,0.14677 -1.01453,0.4121 -1.28125,0.84375 -0.0864,0.13976 -0.14098,0.27951 -0.1875,0.4375 -0.2023,-0.024 -0.40842,-0.014 -0.625,0 -1.07446,0.0693 -2.244475,0.59205 -2.78125,1.34375 -0.284053,0.12816 -0.55184,0.33528 -0.78125,0.5625 -0.343213,0.0984 -0.657722,0.25378 -0.9375,0.4375 -0.434444,0.28528 -0.831301,0.67666 -1.15625,1.15625 0.419368,-0.94153 0.0653,-2.52763 -0.78125,-3 -1.183575,-0.66042 -3.699651,0.36344 -3.6875,1.71875 0.005,0.56276 0.392452,1.08475 0.96875,1.46875 0.960493,0.64001 2.403774,0.90373 3.15625,0.34375 0.0532,-0.0396 0.07984,-0.10754 0.125,-0.15625 -0.109052,0.19046 -0.218597,0.38636 -0.3125,0.59375 -1.244166,2.74778 -1.069368,6.84836 1.1875,8 1.001039,0.51081 2.236249,0.39371 3.46875,-0.0937 -0.1997,0.13928 -0.353771,0.3198 -0.375,0.53125 -0.02914,0.29025 0.16222,0.58214 0.4375,0.8125 0.4588,0.38394 1.17445,0.62109 1.59375,0.375 0.45338,-0.26609 0.47547,-1.18466 0.15625,-1.65625 0.31771,0.01 0.63745,-0.0158 0.96875,-0.0625 1.95972,2.54496 7.22017,3.84558 9.5,1.90625 0.78186,-0.66509 1.15311,-1.78526 1.15625,-3 0.27406,0.20213 0.57454,0.34966 0.875,0.375 0.96149,0.0811 1.94363,-1.10637 2.125,-2.1875 0.0244,0.0147 0.0379,0.0486 0.0625,0.0625 0.005,0.009 -0.005,0.0219 0,0.0313 0.32463,0.56545 1.04373,0.87692 1.84375,0.9375 0.19598,0.0148 0.39153,0.0121 0.59375,0 -0.0227,0.23387 -0.008,0.4942 0.0937,0.75 0.34635,0.86748 1.32103,1.69412 2.0625,1.4375 1.02966,-0.35637 1.20866,-2.50678 0.4375,-3.3125 0.0756,-0.0991 0.10699,-0.20184 0.15625,-0.3125 0.0181,-0.0405 0.049,-0.0828 0.0625,-0.125 0.25915,-0.14991 0.43979,-0.35801 0.5,-0.59375 0.1174,-0.45961 -0.39706,-1.03837 -0.90625,-1.1875 -0.0365,-0.0564 -0.0852,-0.10156 -0.125,-0.15625 0.12966,-0.0142 0.24759,-0.0587 0.375,-0.0937 0.34915,-0.0962 0.67481,-0.27627 0.96875,-0.5 0.1006,-0.0576 0.21659,-0.11415 0.3125,-0.1875 0.82258,0.0489 1.65376,-0.0309 2.46875,-0.1875 -0.65433,0.17962 -1.18937,0.53033 -1.46875,1.0625 -0.5448,1.03773 -0.0502,2.51524 0.875,3.6875 0.009,0.36306 0.1628,0.76329 0.40625,1.125 0.45915,0.68219 1.22654,1.25517 1.9375,1.375 1.01011,0.8739 2.2185,1.54148 3.34375,1.65625 0.52387,0.77318 1.4235,1.4177 2.15625,1.28125 0.99125,-0.18459 1.57446,-2.04636 1,-2.875 -0.0579,-0.0835 -0.1378,-0.14741 -0.21875,-0.21875 0.38941,-0.81928 0.56112,-1.81257 0.53125,-2.75 0.19734,0.12277 0.39044,0.24754 0.59375,0.34375 -0.0264,0.25793 -0.0313,0.49993 0,0.75 0.36201,2.89503 5.60109,4.8912 8.09375,3.375 0.71728,-0.4363 1.30653,-1.19805 1.75,-2.09375 0.25634,-0.51773 0.44451,-1.09792 0.59375,-1.6875 0.0847,0.91665 0.40009,1.88671 0.90625,2.8125 -1.14146,0.25721 -2.22444,0.94582 -2.28125,1.875 -0.0402,0.65758 0.42097,1.31687 1.0625,1.8125 1.06921,0.82605 2.70042,1.24853 3.625,0.65625 0.32062,-0.20539 0.50495,-0.5544 0.625,-0.96875 0.23038,0.15058 0.45109,0.29157 0.6875,0.40625 0.67265,1.61795 1.86584,3.01436 3.21875,3.25 2.24929,0.39176 4.93906,-3.06887 4.375,-5.28125 -0.10145,-0.39789 -0.31672,-0.79087 -0.59375,-1.15625 0.87276,0.30035 1.96259,0.26457 2.53125,-0.25 1.09561,-0.99141 0.96629,-3.94515 -0.4375,-4.40625 -0.58289,-0.19146 -1.27706,0.0391 -1.875,0.5 -0.24914,0.19204 -0.4803,0.43595 -0.6875,0.6875 -0.14174,-0.16116 -0.31363,-0.30194 -0.5,-0.4375 -0.0527,-0.14468 -0.11608,-0.27408 -0.1875,-0.40625 -0.10675,-0.19756 -0.22645,-0.38174 -0.375,-0.5625 0.66272,-0.11031 1.28419,-0.40659 1.53125,-0.875 0.10886,-0.10178 0.1819,-0.2219 0.1875,-0.34375 0.004,-0.0882 -0.0292,-0.17264 -0.0937,-0.25 -0.0379,-0.39159 -0.26367,-0.80751 -0.59375,-1.15625 -0.0304,-0.0321 -0.0617,-0.0626 -0.0937,-0.0937 0.0241,-0.0291 0.0397,-0.0628 0.0625,-0.0937 0.35718,0.22078 0.77441,0.39195 1.1875,0.5 0.97839,1.92746 2.74644,3.50794 4.4375,3.1875 1.44438,-0.2737 2.52851,-1.78037 3.0625,-3.5625 0.47103,-0.20934 0.9324,-0.62256 1.25,-1.09375 0.058,0.0128 0.13161,0.004 0.1875,0 0.11866,-0.008 0.22624,-0.054 0.34375,-0.125 0.14621,-0.0267 0.25867,-0.0608 0.375,-0.125 0.23514,0.0595 0.48678,0.0898 0.75,0.0937 0.41305,0.006 0.83996,-0.0407 1.25,-0.15625 0.086,0.0982 0.20697,0.19259 0.3125,0.28125 -0.0691,0.19653 -0.11898,0.40226 -0.125,0.625 -0.0928,-0.005 -0.18453,-0.0358 -0.28125,-0.0313 -1.15708,0.0544 -2.50034,0.80823 -2.5,1.78125 3e-4,0.87218 1.03035,1.65282 2.09375,1.9375 -0.36581,-0.0659 -0.72042,-0.0824 -1.0625,-0.0313 -0.78749,0.11774 -1.56425,0.56746 -2.28125,1.1875 -2.15101,1.86012 -3.60151,5.43473 -2.125,7.3125 2.17987,2.77227 9.2969,0.80167 10.25,-2.59375 0.64403,-2.29436 -2.12732,-5.30925 -4.65625,-5.84375 0.6471,0.14906 1.29092,0.12519 1.71875,-0.1875 0.13794,-0.10082 0.22892,-0.24833 0.3125,-0.40625 0.58954,0.58893 1.29547,1.01554 1.96875,1 0.1211,-0.003 0.22618,-0.0299 0.34375,-0.0625 0.0112,0.49307 0.10914,0.97119 0.3125,1.375 1.08635,2.15718 5.69591,2.21847 7.21875,0.34375 0.3633,-0.44725 0.59403,-1.03156 0.71875,-1.6875 0.34349,0.35054 0.77258,0.65729 1.25,0.90625 -0.78672,0.7398 -1.30276,1.61286 -1.28125,2.5625 0.0754,3.33151 6.06784,5.95894 9.25,4.625 0.85951,-0.14855 1.75849,-0.70485 1.96875,-1.40625 0.10212,-0.34065 0.0615,-0.74761 -0.0625,-1.15625 0.11754,-0.61212 0.13785,-1.2684 0.0625,-1.9375 0.3207,0.68284 0.76963,1.24502 1.34375,1.5 0.48449,0.21517 1.05247,0.14413 1.625,-0.0625 0.22194,1.49736 0.87535,2.81437 2.03125,3.25 1.50591,0.56755 3.44246,-0.37547 4.875,-1.84375 0.0213,0.009 0.0412,0.0228 0.0625,0.0313 0.0263,0.11405 0.0581,0.23039 0.0937,0.34375 -0.005,0.0129 -0.0266,0.0183 -0.0313,0.0313 -0.40732,1.1452 -0.29622,2.65633 0.46875,3.28125 0.96033,0.78452 3.14648,-0.14632 3.46875,-1.34375 0.0488,-0.18113 0.0478,-0.35689 0.0313,-0.5625 0.55898,-0.66168 0.89532,-1.53506 0.71875,-2.21875 -0.0437,-0.16934 -0.11954,-0.33871 -0.21875,-0.5 0.25741,-0.35157 0.51017,-0.75193 0.6875,-1.1875 0.4893,0.48594 1.09038,0.90393 1.71875,1.25 0.006,1.9701 0.68912,3.91355 2.0625,4.625 0.31635,0.38378 0.68744,0.68524 1.09375,0.84375 0.53907,0.2103 1.19889,0.22563 1.875,0.0937 1.69913,-0.33142 3.50662,-1.59034 3.90625,-3 0.34267,0.32552 0.88944,0.5348 1.34375,0.5 0.28702,0.25812 0.62726,0.49104 1,0.6875 0.004,0.008 -0.004,0.0229 0,0.0313 0.67477,1.35927 3.07572,1.69323 4.6875,1.0625 1.33786,0.87614 3.01983,1.3635 4.3125,1.03125 0.16544,0.39445 0.53598,0.72518 1,0.96875 0.97431,0.51144 2.34214,0.63696 3,0.0313 0.0486,-0.0447 0.0857,-0.10302 0.125,-0.15625 0.27332,0.52354 0.69242,0.99094 1.15625,1.1875 0.0406,0.55472 0.42163,1.08233 0.96875,1.5 1.00205,0.76497 2.51553,1.15135 3.375,0.59375 1.07897,-0.7 0.86182,-3.14623 -0.21875,-3.84375 -0.57006,-0.36798 -1.4629,-0.36743 -2.28125,-0.125 -0.009,-0.14222 -0.038,-0.28774 -0.0937,-0.40625 -0.16488,-0.35077 -0.55057,-0.63151 -1,-0.8125 0.0134,-0.1216 0.0348,-0.24606 0.0313,-0.375 -0.008,-0.30573 -0.0617,-0.62856 -0.15625,-0.9375 0.23444,0.18771 0.47665,0.31116 0.71875,0.28125 0.35227,-0.0435 0.61692,-0.45326 0.71875,-0.875 0.31448,0.59965 0.78398,1.04942 1.34375,1.09375 0.17158,0.0136 0.33246,-0.01 0.5,-0.0625 0.52359,0.18463 1.05466,0.24748 1.53125,0.0625 0.8624,-0.33472 1.43283,-1.29625 1.6875,-2.40625 0.0733,-0.0761 0.15468,-0.16438 0.21875,-0.25 2.11687,-2.82906 -1.62312,-9.20906 -5.15625,-9.25 -0.92215,-0.0107 -1.81845,0.50176 -2.5625,1.28125 -0.49714,-0.21154 -1.14089,-0.24061 -1.6875,-0.0937 -1.13559,-1.03108 -2.48755,-1.72127 -3.6875,-1.53125 -1.71348,0.27135 -2.97833,2.6093 -3.0625,4.65625 -0.30005,0.17814 -0.55863,0.50177 -0.75,0.875 -0.0403,-0.30028 -0.11405,-0.58073 -0.21875,-0.84375 -0.0777,-0.70181 -0.33651,-1.30325 -0.84375,-1.65625 -1.1581,-0.80595 -3.15509,-0.16144 -4.5,1 0.024,-0.25877 -0.02,-0.5437 -0.1875,-0.8125 -0.0305,-0.16179 -0.0843,-0.31445 -0.1875,-0.4375 -0.16725,-0.19946 -0.40277,-0.32215 -0.6875,-0.375 -0.25863,-0.13724 -0.54187,-0.20801 -0.78125,-0.15625 -0.15983,0.0346 -0.28696,0.14647 -0.40625,0.28125 -0.28924,0.0852 -0.57339,0.18585 -0.8125,0.34375 0.66228,-2.41954 0.46734,-5.17602 -0.96875,-6.53125 -1.01778,-0.96047 -2.75564,-1.06326 -4.40625,-0.59375 -0.39309,-0.8983 -0.95158,-1.63828 -1.6875,-2 -2.12521,-1.04457 -5.79271,1.63339 -5.875,4 -0.002,0.0636 -0.002,0.12313 0,0.1875 -0.8493,0.34266 -1.53853,0.86778 -1.875,1.59375 -1.11694,0.08 -2.20573,0.34177 -3.03125,0.84375 -0.069,-0.19416 -0.12558,-0.41161 -0.25,-0.59375 1.75805,0.0651 3.4549,-2.54304 3.28125,-4.40625 0.44061,-0.42003 0.74134,-0.91358 0.78125,-1.40625 0.22574,0.2499 0.50111,0.41769 0.78125,0.5 1.34831,0.39616 3.66706,-1.1949 3.34375,-2.5625 -0.13425,-0.56787 -0.67291,-0.99398 -1.34375,-1.25 -1.11806,-0.42671 -2.61765,-0.36389 -3.25,0.375 -0.34383,0.40176 -0.35408,1.03591 -0.1875,1.65625 -0.23842,-0.18125 -0.5295,-0.32498 -0.84375,-0.4375 -0.99443,-0.35608 -2.24759,-0.36671 -3.03125,0.0937 -1.21978,-0.22927 -2.40803,-0.0402 -3.03125,0.75 -0.27369,0.34703 -0.42552,0.77853 -0.46875,1.25 -0.38826,0.18914 -0.75221,0.48561 -1.0625,0.875 0.0123,-0.0932 -0.0122,-0.15744 -0.0313,-0.25 -0.22448,-1.09319 -2.49958,-1.57603 -3.25,-0.75 -0.0801,0.0881 -0.14815,0.19556 -0.1875,0.3125 -0.58543,-0.60471 -1.46248,-1.0325 -2.09375,-0.8125 -0.84492,0.29446 -1.11291,1.93231 -0.5625,2.65625 -0.11289,-0.0141 -0.22873,-0.0365 -0.34375,-0.0313 -0.15257,-0.51111 -0.43186,-0.93973 -0.8125,-1.15625 -0.97396,-0.55401 -2.7686,0.57207 -2.875,1.6875 -0.0459,0.48146 0.16369,1.05121 0.53125,1.53125 -0.36182,0.0431 -0.70825,0.13015 -1.0625,0.25 0.4771,-0.78864 0.67259,-1.67627 0.25,-2.28125 -0.24746,-0.35426 -0.67121,-0.56051 -1.15625,-0.65625 0.024,-0.21202 0.0128,-0.39494 -0.0937,-0.5625 -0.2047,-0.32182 -0.62463,-0.48582 -1.09375,-0.5 -0.78187,-0.0236 -1.70556,0.34564 -1.9375,0.9375 -0.0946,0.24148 -0.0324,0.50694 0.0937,0.78125 -0.0312,0.0223 -0.0639,0.0393 -0.0937,0.0625 -0.14222,-0.0547 -0.28516,-0.0998 -0.4375,-0.125 -0.86033,-0.14262 -1.75466,0.22701 -2.5625,0.84375 -0.15674,-0.0932 -0.30597,-0.17218 -0.46875,-0.1875 -0.21209,-0.02 -0.46014,0.0299 -0.6875,0.125 0.0296,-0.0884 0.0764,-0.15283 0.0937,-0.25 0.10633,-0.59687 -0.0471,-1.33471 -0.375,-1.78125 -0.004,-0.0226 -0.026,-0.0405 -0.0313,-0.0625 -0.0147,-0.018 -0.0158,-0.0456 -0.0313,-0.0625 -0.0225,-0.0698 -0.0212,-0.15721 -0.0625,-0.21875 -0.0474,-0.0706 -0.12129,-0.13336 -0.1875,-0.1875 -0.0145,-0.19069 -0.0385,-0.39559 -0.125,-0.59375 -0.0148,-0.0339 -0.0459,-0.0601 -0.0625,-0.0937 0.0601,-0.0456 0.1355,-0.0727 0.1875,-0.125 0.13067,-0.13137 0.24959,-0.29353 0.34375,-0.46875 0.37544,0.6475 1.5984,1.12099 2.09375,0.625 0.22696,-0.22725 0.26187,-0.61184 0.1875,-1 -0.12395,-0.64693 -0.59603,-1.32416 -1.125,-1.40625 -0.15692,-0.0243 -0.31373,0.0427 -0.46875,0.125 -0.0115,-0.064 -0.007,-0.1227 -0.0313,-0.1875 -0.0369,-0.0993 -0.0961,-0.22077 -0.15625,-0.3125 0.15914,-0.40678 0.21275,-0.85689 0.1875,-1.34375 0.31833,0.13104 0.6667,0.15235 0.875,-0.0313 0.18871,-0.16634 0.22632,-0.4429 0.1875,-0.75 -0.0647,-0.51183 -0.37187,-1.06576 -0.78125,-1.15625 -0.21414,-0.0473 -0.4585,0.0734 -0.65625,0.25 -0.19576,-0.51957 -0.43718,-1.02724 -0.75,-1.5 0.0225,-0.82344 -0.17835,-1.62888 -0.6875,-2.03125 -0.42085,-0.33259 -1.09791,-0.32761 -1.71875,-0.125 -0.31627,-0.12966 -0.6473,-0.20911 -0.96875,-0.21875 -1.07666,-0.0323 -2.11701,0.84357 -2.8125,1.96875 -1.37398,-2.90999 -6.91445,-4.94659 -9.4375,-3.125 -1.89492,1.36809 -1.68592,5.29553 -0.15625,7.375 -0.73204,0.52626 -1.2722,1.22412 -1.3125,1.9375 -0.0303,0.53583 0.27771,1.06904 0.75,1.5 -0.9665,0.44295 -1.87152,1.28165 -2.34375,2.15625 -0.86237,-0.24792 -1.86876,-0.12779 -2.21875,0.5 -0.27733,0.49747 -0.11172,1.17794 0.28125,1.78125 -0.0962,0.0589 -0.15653,0.13395 -0.21875,0.21875 -0.0595,0.0811 -0.10636,0.17762 -0.125,0.28125 -0.008,0.0135 -0.0239,0.0174 -0.0313,0.0313 -0.17579,-0.18352 -0.42314,-0.29728 -0.6875,-0.375 -0.0299,-0.34721 -0.0989,-0.70417 -0.1875,-1.0625 0.7964,-0.78781 1.46906,-1.76728 1.875,-2.75 0.48108,0.22613 1.44795,-0.22006 1.40625,-0.75 -0.0173,-0.22004 -0.20156,-0.42797 -0.4375,-0.5625 -0.0983,-0.0561 -0.20026,-0.0911 -0.3125,-0.125 0.30822,-0.43509 0.5112,-0.89966 0.5625,-1.375 0.23049,-2.1357 -3.20731,-4.44589 -5.25,-3.78125 -0.55259,0.1798 -1.05029,0.60748 -1.5,1.125 -0.0877,-0.15977 -0.20667,-0.28114 -0.34375,-0.375 -0.68838,-0.47133 -2.10203,0.2727 -2.25,1.09375 -0.0583,0.32379 0.0454,0.70948 0.25,1.0625 -0.0562,0.0906 -0.10581,0.18403 -0.15625,0.28125 -0.51772,0.0333 -1.0215,0.20748 -1.5,0.5 0.27082,-1.04498 -0.21128,-2.63726 -1.15625,-2.78125 -0.3194,-0.0487 -0.66613,0.0707 -0.96875,0.28125 -0.0528,-0.0192 -0.10114,-0.0486 -0.15625,-0.0625 -0.15862,-0.0401 -0.30483,-0.065 -0.46875,-0.0625 -0.25947,-1.68775 -0.99437,-3.22641 -2.1875,-3.84375 -0.9778,-0.50593 -2.29983,-0.2528 -3.46875,0.40625 -0.58709,-1.00951 -1.42806,-1.79828 -2.34375,-1.96875 -1.40877,-0.26227 -3.02061,1.24006 -3.625,2.8125 -0.49911,-0.34812 -1.06869,-0.57303 -1.53125,-0.4375 -0.71842,0.2105 -1.06885,1.34757 -0.90625,2.1875 -0.51455,0.0816 -1.00336,0.23383 -1.4375,0.4375 -0.42658,-0.19628 -0.85149,-0.31947 -1.28125,-0.34375 -0.0799,-0.005 -0.16893,-10e-4 -0.25,0 -0.29923,-0.66136 -0.68498,-1.2349 -1.15625,-1.65625 -0.0105,-0.12635 -0.0343,-0.24976 -0.0625,-0.375 -0.51302,-2.27757 -3.68856,-3.68033 -6.625,-3.75 -0.0323,-0.056 -0.0575,-0.10125 -0.0937,-0.15625 -0.53593,-0.8133 -1.49385,-1.51543 -2.3125,-1.53125 z m -31.0625,0.15625 c -2.041537,0.0215 -4.450772,1.24988 -5.0625,2.90625 -0.06401,0.17332 -0.09217,0.37339 -0.125,0.5625 -0.707539,0.32233 -1.361435,0.76496 -1.90625,1.28125 -0.150371,-1.29579 -0.662392,-2.42325 -1.625,-2.96875 -0.684461,-0.38788 -1.512877,-0.46489 -2.375,-0.3125 -0.237924,-0.26121 -0.516296,-0.47498 -0.8125,-0.625 -2.014196,-1.02015 -5.550758,1.46341 -5.65625,3.71875 -0.02795,0.59748 0.171269,1.25295 0.5,1.875 -0.191991,0.5482 -0.279805,1.09751 -0.21875,1.625 0.01728,0.14931 0.05033,0.29349 0.09375,0.4375 -0.495485,0.2904 -0.889038,0.73733 -0.90625,1.1875 -0.0077,0.20088 0.07941,0.38402 0.21875,0.5625 -0.104674,0.20717 -0.194011,0.40957 -0.28125,0.625 -0.159441,0.0274 -0.30168,0.0962 -0.4375,0.15625 1.017995,-2.33192 -0.185937,-6.54833 -2.4375,-7.34375 -1.644552,-0.58098 -3.954561,1.03734 -4.8125,2.84375 -1.143262,-2.15475 -5.447055,-3.46142 -7.28125,-1.96875 -1.013456,0.82475 -1.121332,2.68085 -0.59375,4.1875 -0.914753,-1.48563 -2.200567,-2.75679 -3.5625,-3.28125 -0.429287,-1.36371 -1.175154,-2.528 -2.21875,-3 -2.287984,-1.03482 -6.087028,1.92639 -6.09375,4.4375 -4.56e-4,0.17064 0.0013,0.35697 0.03125,0.53125 -0.209361,-0.18866 -0.476942,-0.30385 -0.6875,-0.21875 -0.18943,0.0766 -0.290686,0.2855 -0.34375,0.53125 -0.08844,0.40958 -0.008,0.91404 0.28125,1.09375 0.307047,0.19077 0.864225,-0.0638 1.0625,-0.40625 0.101698,0.22295 0.2386,0.4376 0.375,0.65625 -0.271769,0.2225 -0.488004,0.5143 -0.6875,0.84375 -0.662784,-0.64461 -1.783075,-0.95879 -2.9375,-0.96875 -1.09648,-1.07264 -3.261541,-1.59061 -4.4375,-0.875 -0.451187,0.27456 -0.814873,0.71771 -1.09375,1.28125 -0.724565,1.46415 -0.797895,3.58639 0.09375,4.625 -0.498337,0.20142 -0.924881,0.55432 -1.0625,0.96875 -0.319379,0.96179 0.657156,2.60586 1.65625,2.71875 -0.122814,0.5864 -0.155092,1.16652 -0.03125,1.6875 -0.03226,-0.0446 -0.05551,-0.0826 -0.09375,-0.125 -0.368278,-0.40817 -0.993168,-0.70144 -1.40625,-0.53125 -0.518577,0.21365 -0.626091,1.27071 -0.21875,1.65625 0.468863,0.44377 1.7528,0.28332 1.90625,-0.34375 0.0082,-0.0334 0.02923,-0.0595 0.03125,-0.0937 0.04803,0.0997 0.09512,0.18741 0.15625,0.28125 0.184326,0.28293 0.415925,0.54225 0.6875,0.75 0.04825,0.13921 0.11748,0.27386 0.1875,0.40625 -0.07083,0.28104 -0.138561,0.57692 -0.125,0.84375 -0.05936,0.57195 -0.01318,1.1048 0.125,1.59375 -0.137345,0.027 -0.287073,0.0583 -0.375,0.15625 -0.180557,0.20123 -0.204975,0.52082 -0.125,0.84375 0.102839,0.41526 0.394272,0.80732 0.71875,1 0.01527,0.1611 0.03326,0.33417 0.09375,0.5 -0.638493,-0.38764 -1.314741,-0.62105 -1.90625,-0.5 0.522164,-0.5773 0.860889,-1.38121 0.71875,-2 -0.07788,-0.33906 -0.299443,-0.64611 -0.59375,-0.9375 -0.882921,-0.87417 -2.481895,-1.39409 -3.25,-0.6875 -0.928616,0.85425 -0.376214,3.03655 0.6875,3.96875 -1.074813,-0.22888 -2.254675,-0.25731 -3.3125,-0.0313 0.9924,-1.1511 1.736869,-2.641 1.9375,-4.03125 0.727645,-1.08666 1.129075,-2.29222 0.9375,-3.34375 -0.102194,-0.56093 -0.409979,-1.05691 -0.84375,-1.5 0.01943,-0.47948 -0.0077,-0.95631 -0.09375,-1.40625 0.421929,-0.0147 0.807126,-0.0961 1.09375,-0.3125 0.205628,-0.15522 0.360504,-0.39958 0.5,-0.65625 0.249588,0.11126 0.629722,0.0677 0.78125,-0.125 0.232551,-0.29569 0.05954,-1.03809 -0.3125,-1.09375 -0.02163,-0.003 -0.04073,-0.001 -0.0625,0 0.142731,-1.10102 -0.157059,-2.2758 -0.96875,-2.625 -0.199957,-0.086 -0.430969,-0.10484 -0.65625,-0.0937 -0.285677,-0.4755 -0.710072,-0.81742 -1.15625,-0.78125 -0.405633,0.0329 -0.752983,0.34563 -1,0.78125 -0.276064,0.48683 -0.412588,1.11083 -0.34375,1.625 -0.180728,0.25998 -0.311784,0.53997 -0.40625,0.8125 -1.401684,0.0641 -2.970298,1.22682 -3.9375,2.625 -0.06093,0.0354 -0.130088,0.0543 -0.1875,0.0937 -0.636351,0.43749 -1.138682,1.15466 -1.5,2 -0.139318,0.32595 -0.249287,0.67424 -0.34375,1.03125 -0.698391,0.19808 -1.240682,1.37896 -0.9375,2.03125 0.09507,0.20455 0.274089,0.38609 0.5,0.53125 -0.378276,0.52152 -0.576532,1.10683 -0.40625,1.625 0.104983,0.31946 0.328959,0.59748 0.625,0.8125 0.388486,1.90868 1.439448,3.64465 2.96875,3.90625 0.323179,0.0553 0.641665,0.0309 0.96875,-0.0313 -0.02951,0.063 -0.06959,0.12158 -0.09375,0.1875 -1.141226,3.1141 3.937106,7.88381 7.125,6.96875 1.225529,-0.35178 2.098323,-1.72787 2.46875,-3.25 1.356657,-0.0821 2.991118,-1.57949 2.96875,-2.875 -0.005,-0.2893 -0.083,-0.5798 -0.21875,-0.875 0.3252,0.14435 0.666497,0.21444 0.96875,0.15625 0.59331,-0.11422 1.009985,-0.77736 1.1875,-1.5 0.302011,0.19325 0.687875,0.30327 1.09375,0.375 0.991799,0.17529 2.175818,-0.0174 3,-0.5 0.394006,0.0506 0.77979,0.0519 1.125,-0.0625 1.7093,-0.56646 2.340275,-3.80693 1.34375,-5.375 0.268464,-0.16169 0.479047,-0.46056 0.625,-0.8125 0.02455,-0.0592 0.04186,-0.12554 0.0625,-0.1875 0.109724,0.14044 0.249136,0.26299 0.40625,0.34375 0.06065,0.0312 0.122881,0.0418 0.1875,0.0625 -0.352296,0.31679 -0.57751,0.67111 -0.59375,1.09375 -0.02488,0.64754 0.420606,1.27691 1.0625,1.75 0.757789,0.55851 1.769951,0.89889 2.625,0.84375 2.314503,1.13491 5.882553,1.07676 7.25,-0.625 0.593033,-0.73802 0.661054,-1.83385 0.40625,-2.9375 0.07806,0.0291 0.170525,0.0441 0.25,0.0625 0.506046,0.11711 1.072708,0.0483 1.65625,-0.15625 0.596696,-0.20917 1.179345,-0.57252 1.6875,-1 -0.04483,0.23772 -0.0382,0.47361 0,0.6875 -0.17687,0.0846 -0.338221,0.19821 -0.46875,0.34375 -1.284725,1.43245 0.429245,5.08861 2.34375,5.28125 0.663839,0.0668 1.329547,-0.40212 1.84375,-1.03125 0.204683,0.17511 0.419057,0.29709 0.65625,0.34375 0.879266,0.17296 1.934127,-0.90279 2.125,-1.875 0.08423,-0.008 0.164123,-0.0326 0.25,-0.0625 -0.07324,0.5182 -0.02431,1.01527 0.125,1.46875 0.765869,2.3261 5.379278,3.12031 7.1875,1.46875 0.520328,-0.47525 0.90442,-1.19059 1.125,-2 0.492237,-1.80624 0.239668,-4.13603 -0.75,-5.46875 0.678153,0.23019 1.349652,0.32981 1.96875,0.21875 0.09293,-0.0167 0.188706,-0.0376 0.28125,-0.0625 0.284325,0.94355 1.127176,1.85394 2.15625,2.5 0.02476,1.17002 2.206403,2.21032 3.1875,1.5625 0.228603,-0.15095 0.363899,-0.41445 0.4375,-0.71875 0.179497,-0.0442 0.371905,-0.10519 0.53125,-0.1875 0.58618,-0.30278 0.94645,-0.94617 1.15625,-1.6875 0.377875,-0.11038 0.733677,-0.57723 0.6875,-0.9375 -0.03197,-0.24944 -0.231759,-0.48946 -0.5,-0.65625 -0.05241,-1.08703 -0.433363,-2.13737 -1.125,-2.6875 -0.448318,-0.35659 -1.040719,-0.55194 -1.71875,-0.625 -0.32293,-0.0348 -0.660486,-0.0237 -1,0 0.392398,-0.69802 0.672293,-1.42796 0.84375,-2.15625 0.802484,0.37502 1.620906,0.48067 2.375,0.21875 0.882414,-0.30649 1.538711,-1.0545 2,-2.03125 0.376965,-0.22986 0.649054,-0.52468 0.78125,-0.875 0.08976,-0.23786 0.09769,-0.51214 0.03125,-0.78125 2.567485,-1.52281 3.655694,-7.07138 1.5625,-9.125 -0.572915,-0.56208 -1.447029,-0.82227 -2.375,-0.8125 z m 95.6875,5.28125 c -0.29934,0.0255 -0.58575,0.12884 -0.75,0.3125 -0.12603,0.14093 -0.18177,0.34048 -0.21875,0.5625 -0.0595,0.35733 -0.0207,0.76571 0.125,1.09375 -0.24324,-0.12231 -0.56441,-0.11353 -0.875,0 -0.14685,-0.25652 -0.43236,-0.49447 -0.65625,-0.40625 -0.13554,0.0534 -0.21064,0.20011 -0.25,0.375 -0.0492,0.21861 -0.0399,0.48468 0.0625,0.65625 -0.0593,0.0935 -0.1052,0.21262 -0.125,0.3125 -0.15811,0.79774 0.88486,2.03882 1.65625,1.78125 0.3203,-0.10695 0.54363,-0.44377 0.65625,-0.84375 0.13124,-0.46609 0.11497,-1.00068 -0.0625,-1.40625 0.0533,0.0294 0.0962,0.0808 0.15625,0.0937 0.8187,0.17598 1.84075,-1.26631 1.5,-2.03125 -0.1671,-0.37511 -0.71985,-0.54257 -1.21875,-0.5 z m 18.84375,0.5 c -0.19964,0.0164 -0.37561,0.0608 -0.53125,0.15625 -0.78156,0.47928 -0.66364,2.23337 0.0937,2.75 0.87178,0.59466 2.88368,-0.0106 2.96875,-1.0625 0.0353,-0.43676 -0.23612,-0.84954 -0.65625,-1.1875 -0.52516,-0.42246 -1.27608,-0.70544 -1.875,-0.65625 z m -30.78125,2.875 c 0.0197,0.0622 0.0379,0.128 0.0625,0.1875 0.0261,0.0631 0.0621,0.12583 0.0937,0.1875 -0.023,0.0412 -0.0434,0.0825 -0.0625,0.125 -0.15259,0.34008 -0.15462,0.75724 -0.125,1.1875 -0.20758,-0.36066 -0.47995,-0.69714 -0.8125,-1 0.30478,-0.21787 0.60159,-0.4344 0.84375,-0.6875 z M 57.46875,112.6875 c 0.145833,0.39508 0.34173,0.78136 0.625,1.15625 -0.724094,0.16381 -1.496049,0.82277 -1.5625,1.46875 -0.04295,0.4175 0.170053,0.90204 0.5,1.3125 -0.02305,0.0309 -0.04057,0.062 -0.0625,0.0937 -0.250498,-0.49336 -0.689085,-0.90192 -1.125,-0.84375 -0.331367,0.0442 -0.597126,0.31964 -0.78125,0.6875 -0.306877,0.6131 -0.353997,1.47247 0.03125,1.875 0.06045,0.0632 0.105417,0.1191 0.1875,0.15625 -0.156877,-0.003 -0.314186,-0.0405 -0.46875,-0.0313 -0.05764,-0.75087 -0.249478,-1.48774 -0.5625,-2.125 -0.05797,-0.18338 -0.140786,-0.33768 -0.25,-0.46875 -0.03702,-0.0566 -0.08574,-0.10283 -0.125,-0.15625 -0.01056,-0.009 -0.02032,-0.0232 -0.03125,-0.0313 -0.273309,-0.36241 -0.597011,-0.64707 -0.96875,-0.8125 0.144794,-0.002 0.288562,-0.0165 0.4375,-0.0313 1.601956,-0.15907 3.375589,-1.05002 4.15625,-2.25 z m 74.75,0.78125 c 0.53854,0.29301 1.12225,0.48774 1.6875,0.59375 0.0358,0.0702 0.0548,0.14893 0.0937,0.21875 0.33692,0.60349 0.78809,1.17962 1.3125,1.6875 -0.47923,-0.20835 -1.03498,-0.26899 -1.40625,-0.0625 -0.0964,0.0536 -0.19853,0.10153 -0.28125,0.1875 -0.19748,-0.19502 -0.42443,-0.36717 -0.65625,-0.53125 -0.25876,-0.49649 -0.58018,-0.92966 -0.9375,-1.28125 0.10975,-0.27395 0.16216,-0.54414 0.1875,-0.8125 z M 11.4375,115.5625 c -2.0987824,0.0188 -4.6758856,1.57696 -5.125,3.40625 -0.1403949,0.57185 -0.1041311,1.21505 0.0625,1.875 -0.5357557,0.29204 -0.8244883,1.00005 -0.875,1.75 -0.4978716,0.32121 -0.7274913,1.32123 -0.375,1.78125 0.2643453,0.34499 0.8780904,0.49818 1.40625,0.4375 0.711342,0.33043 1.7324585,0.33958 2.5625,0.0313 0.258281,0.19143 0.5106261,0.36932 0.78125,0.5 -0.2607547,0.95783 -0.1969394,2.00188 0.34375,2.5625 0.635054,0.65846 2.051948,0.47498 2.9375,-0.125 0.02301,0.003 0.03923,0.0285 0.0625,0.0313 0.26459,0.0312 0.53335,5.1e-4 0.8125,-0.0313 -0.325279,0.22593 -0.581844,0.64903 -0.4375,0.9375 0.08726,0.17438 0.293418,0.28073 0.53125,0.3125 0.396386,0.0529 0.882319,-0.0861 1.03125,-0.375 0.167625,-0.32511 -0.165388,-0.84252 -0.53125,-0.96875 0.818839,-0.22064 1.513991,-0.70397 1.625,-1.375 0.102391,-0.61894 -0.287716,-1.26642 -0.875,-1.78125 0.06173,-0.008 0.132677,-0.009 0.1875,-0.0313 0.558056,-0.22723 0.933592,-1.22654 0.71875,-1.8125 0.499417,-0.44347 0.477826,-1.64048 -0.03125,-2.0625 -0.160005,-0.13264 -0.379587,-0.21852 -0.625,-0.25 -0.274771,-0.0353 -0.564746,-0.0142 -0.84375,0.0625 0.01606,-0.39182 0.007,-0.77681 -0.03125,-1.15625 0.07884,-0.13578 0.115976,-0.28416 0.0625,-0.40625 -0.02677,-0.0611 -0.09943,-0.11465 -0.15625,-0.15625 -0.197433,-1.09553 -0.648291,-2.0577 -1.375,-2.625 -0.494923,-0.38636 -1.144156,-0.53752 -1.84375,-0.53125 z m 156.03125,0.0313 c 0.10149,0.24079 0.20794,0.46857 0.34375,0.6875 -0.21415,0.10062 -0.42544,0.24199 -0.625,0.40625 0.003,-0.15788 -0.0222,-0.3091 -0.0313,-0.46875 0.11869,-0.13544 0.22373,-0.26739 0.28125,-0.4375 0.0211,-0.0624 0.0192,-0.12313 0.0313,-0.1875 z m -78.0625,0.34375 c -1.144638,0.0439 -2.414132,0.65614 -2.8125,1.53125 -0.137559,0.30219 -0.168333,0.65198 -0.15625,1.03125 -0.833851,-0.89128 -2.868969,-1.06515 -3.71875,-0.25 -1.131228,1.08514 -0.877862,4.2106 0.625,4.65625 0.09333,0.0277 0.184462,0.0236 0.28125,0.0313 0.160436,0.53022 0.4866,1.01239 0.90625,1.125 0.689321,0.18498 1.613642,-0.82665 1.5,-1.53125 -0.02304,-0.14288 -0.0954,-0.26986 -0.1875,-0.40625 0.141194,-0.25541 0.242046,-0.52285 0.3125,-0.8125 0.276336,-0.40837 0.497516,-0.85124 0.59375,-1.28125 0.122251,0.28971 0.296842,0.55849 0.46875,0.8125 -0.01088,0.20722 0.01263,0.40636 0.0625,0.59375 0.03887,0.14606 0.112844,0.26574 0.1875,0.40625 -0.08317,0.12109 -0.179167,0.23943 -0.25,0.375 -0.618062,1.1829 -0.767428,2.85974 -0.03125,3.65625 0.165679,0.17926 0.408434,0.26525 0.65625,0.34375 -0.079,0.0967 -0.13121,0.19247 -0.15625,0.3125 -0.07394,0.35443 0.127868,0.74216 0.4375,1.0625 0.51605,0.5339 1.356534,0.87388 1.90625,0.625 0.690106,-0.31244 0.786481,-1.74845 0.21875,-2.25 -0.02094,-0.0185 -0.03944,-0.0458 -0.0625,-0.0625 0.451296,-0.24421 0.8318,-0.57386 1,-0.96875 0.124361,-0.29197 0.123179,-0.63369 0.09375,-1 0.49214,-0.0227 0.929337,-0.15277 1.25,-0.46875 1.151619,-1.1348 0.43302,-3.81842 -0.90625,-5.125 0.02244,-0.71959 -0.109158,-1.36825 -0.5,-1.8125 -0.381072,-0.43314 -1.031967,-0.62007 -1.71875,-0.59375 z m -25.125,0.65625 c 0.0338,0.0893 0.08106,0.16166 0.125,0.25 0.09169,0.18436 0.215814,0.36076 0.34375,0.53125 0.0045,0.35042 0.04457,0.68612 0.125,1 -0.132128,0.18762 -0.267089,0.35837 -0.34375,0.5625 -0.235303,0.62657 -0.224963,1.37621 -0.0625,2.15625 0.112634,0.5408 0.305583,1.10139 0.5625,1.625 -0.300625,0.10319 -0.465897,0.67833 -0.28125,0.9375 0.174444,0.24485 0.681033,0.30111 0.96875,0.15625 0.07156,0.0977 0.143087,0.18886 0.21875,0.28125 -0.265593,0.33708 -0.513612,0.69735 -0.71875,1.0625 -0.436865,-0.55499 -1.192825,-0.95945 -1.6875,-0.65625 -0.268308,0.16445 -0.401715,0.49513 -0.4375,0.875 -0.253391,-0.15253 -0.507149,-0.29724 -0.78125,-0.375 -0.348371,-0.63367 -1.341693,-1.11079 -1.96875,-0.875 -0.09266,0.0348 -0.195755,0.0928 -0.28125,0.15625 -0.05339,-0.0196 -0.102421,-0.0449 -0.15625,-0.0625 0.07648,-0.18106 0.10092,-0.39419 0.0625,-0.625 -0.107027,-0.64297 -0.617606,-1.33303 -1.15625,-1.375 0.06113,-0.1119 0.111131,-0.23007 0.15625,-0.34375 0.03228,0.002 0.06192,3.9e-4 0.09375,0 0.05159,0.0785 0.118439,0.16494 0.1875,0.21875 0.158983,0.12387 0.354649,0.19525 0.59375,0.21875 0.175772,0.27318 0.401359,0.48645 0.6875,0.5625 1.304557,0.34674 3.02065,-1.89824 2.53125,-3.15625 -0.143997,-0.37015 -0.518471,-0.63591 -0.96875,-0.78125 0.957237,-0.49939 1.834195,-1.40778 2.1875,-2.34375 z m 112.15625,0.5625 c -0.32971,0.0309 -0.7045,0.30022 -0.75,0.59375 -0.0698,0.45049 0.54277,1.1311 0.96875,0.96875 0.17688,-0.0674 0.29006,-0.27335 0.34375,-0.5 0.0895,-0.37775 -0.0166,-0.8282 -0.28125,-1 -0.083,-0.0539 -0.17135,-0.0728 -0.28125,-0.0625 z M 108.78125,117.5 c 0.009,0.003 0.0219,-0.003 0.0313,0 0.12698,0.21282 0.25983,0.40825 0.40625,0.59375 -0.098,0.28285 -0.12818,0.59345 -0.15625,0.875 -0.0944,0.022 -0.19663,0.0232 -0.28125,0.0625 -0.25831,0.11989 -0.45525,0.36631 -0.65625,0.625 -0.0521,-0.18156 -0.11137,-0.34069 -0.21875,-0.46875 0.38814,-0.47769 0.71152,-1.06452 0.875,-1.6875 z m -52.1875,0.9375 c 0.02961,0.0735 0.04589,0.15439 0.09375,0.21875 0.01315,0.0177 0.04825,0.0146 0.0625,0.0313 -0.02493,0.0298 -0.04118,0.0615 -0.0625,0.0937 -0.204703,-0.052 -0.412152,-0.0944 -0.625,-0.125 0.192576,-0.0362 0.362789,-0.12559 0.53125,-0.21875 z m 57.625,0.28125 c 0.20694,0.11442 0.40963,0.21841 0.625,0.3125 0.0531,0.67722 0.18251,1.34986 0.40625,1.96875 -0.0663,0.0722 -0.14179,0.16197 -0.1875,0.25 -0.14744,0.28391 -0.15995,0.59059 -0.0937,0.9375 -0.89886,-0.35384 -1.90287,-0.39233 -2.40625,0.1875 -0.19237,-0.3036 -0.42229,-0.57126 -0.65625,-0.8125 0.10599,-0.23182 0.19042,-0.45366 0.1875,-0.6875 -0.001,-0.10481 -0.0334,-0.21076 -0.0625,-0.3125 0.88849,-0.38136 1.69097,-1.03642 1.9375,-1.78125 0.0854,-0.0114 0.16456,-0.0486 0.25,-0.0625 z m 78.875,0.15625 c -0.17432,0.34264 -0.33079,0.72016 -0.4375,1.09375 -0.0393,-0.11542 -0.0704,-0.22086 -0.15625,-0.28125 -0.29128,-0.20499 -0.90108,0.11906 -0.96875,0.46875 -0.0779,0.4025 0.45547,1.00659 0.84375,0.875 0.0436,-0.0148 0.0577,-0.064 0.0937,-0.0937 -0.0334,0.32187 -0.003,0.60843 0.0313,0.90625 -0.0384,0.0962 -0.0966,0.17771 -0.125,0.28125 -0.13459,-0.50637 -0.72252,-1.07908 -1.15625,-0.90625 -0.21391,0.0852 -0.3451,0.34833 -0.40625,0.625 -0.014,0.0633 -0.0252,0.12102 -0.0313,0.1875 -0.0403,-0.0296 -0.0806,-0.0684 -0.125,-0.0937 0.0161,-0.0516 0.0506,-0.10163 0.0625,-0.15625 0.1464,-0.6747 -0.053,-1.55223 -0.53125,-1.875 -0.0213,-0.13694 -0.0524,-0.27339 -0.0937,-0.40625 0.21465,-0.10212 0.3792,-0.23641 0.5,-0.40625 0.16164,0.19634 0.35439,0.33835 0.5625,0.40625 0.23954,0.0782 0.5218,0.074 0.8125,0 0.40749,-0.1037 0.81124,-0.33363 1.125,-0.625 z m 268.71875,1.0625 c -2.84109,-0.0578 -5.48615,4.72832 -4.375,7.34375 0.15464,0.36398 0.40225,0.70997 0.6875,1.03125 -1.62481,-0.41066 -3.27135,-0.35036 -4.34375,0.4375 -0.12477,0.0917 -0.238,0.19914 -0.34375,0.3125 -1.25735,-0.0744 -2.69653,0.52098 -3.9375,1.46875 -0.14143,-0.0507 -0.2922,-0.0816 -0.4375,-0.125 -1.70093,-1.77676 -5.59774,-2.54216 -7.25,-1.03125 -0.0593,0.0542 -0.10404,0.12672 -0.15625,0.1875 -1.13406,-0.38198 -2.33084,-0.51072 -3.28125,-0.21875 -0.0468,-0.0425 -0.10526,-0.0866 -0.15625,-0.125 -1.40352,-1.0566 -3.90723,-0.29689 -5.625,1.09375 -0.0426,-0.0207 -0.0805,-0.0451 -0.125,-0.0625 -1.46022,-0.57099 -3.44962,0.6921 -4.5625,2.3125 -0.01,-0.003 -0.0216,0.003 -0.0313,0 -0.6717,-0.22721 -1.62678,-0.086 -1.84375,0.46875 -0.22877,0.58488 0.38658,1.37712 1.0625,1.71875 -0.0145,0.25526 -0.0309,0.51459 0.0313,0.75 0.35176,1.33276 2.27156,2.09988 3.90625,2.03125 0.27371,0.29889 0.62212,0.5439 0.9375,0.5 0.35776,-0.0498 0.61119,-0.50612 0.6875,-0.9375 0.0515,-0.0344 0.10877,-0.0554 0.15625,-0.0937 0.19236,-0.15559 0.3515,-0.37247 0.5,-0.59375 1.09152,0.50955 2.32044,0.70034 3.21875,0.3125 0.20742,-0.0896 0.40402,-0.19801 0.59375,-0.34375 -0.25036,1.16667 -0.15904,2.28148 0.5,3.0625 1.08558,1.28652 3.31285,1.4312 5.375,0.84375 0.11002,0.34868 0.4393,0.64188 0.84375,0.84375 0.76735,0.38302 1.84077,0.45121 2.34375,-0.0313 0.43688,-0.41906 0.3619,-1.3131 0,-1.9375 0.92668,0.63856 1.90737,1.0302 2.84375,0.9375 0.1266,-0.0125 0.25191,-0.0619 0.375,-0.0937 0.31313,0.16243 0.70265,0.19876 1.125,0.15625 0.0289,-0.003 0.0647,0.004 0.0937,0 0.22328,1.00688 0.66931,1.88064 1.34375,2.4375 2.11672,1.74769 6.96031,-0.29059 7.6875,-2.9375 0.0112,-0.0407 0.0217,-0.0836 0.0313,-0.125 0.43721,0.15604 0.92927,0.13796 1.4375,0 -0.0603,0.1596 -0.0872,0.32281 -0.0313,0.46875 0.0562,0.14673 0.16266,0.25565 0.3125,0.34375 -0.36428,0.68404 -0.50669,1.41401 -0.15625,1.9375 0.33457,0.49978 1.00995,0.7137 1.75,0.71875 1.23342,0.008 2.6562,-0.58967 3,-1.53125 0.4316,-1.18204 -1.18239,-2.96551 -2.4375,-2.875 -0.22403,0.0162 -0.4314,0.10611 -0.65625,0.21875 -0.0519,-0.0456 -0.13143,-0.0612 -0.1875,-0.0937 0.0543,-0.042 0.10372,-0.0809 0.15625,-0.125 0.37126,-0.004 0.72315,-0.0738 1,-0.25 0.30176,-0.19204 0.50788,-0.51955 0.625,-0.90625 0.56357,0.96886 1.94731,1.78217 2.90625,1.53125 0.81818,0.72578 1.91042,1.1707 2.71875,0.875 0.32323,-0.11824 0.58864,-0.38248 0.78125,-0.71875 1.09697,-0.16387 2.21405,-0.68449 2.8125,-1.4375 0.0151,0.62257 0.22996,1.2026 0.6875,1.40625 0.40519,0.18035 0.9425,0.069 1.40625,-0.21875 0.77292,-0.47953 1.40556,-1.43361 1.25,-2.15625 -0.11655,-0.54143 -0.76822,-0.92053 -1.4375,-1.03125 0.83302,-0.044 1.65314,-0.37448 2.03125,-0.9375 0.20745,-0.3089 0.32385,-0.71679 0.34375,-1.15625 0.16971,0.0876 0.32457,0.17235 0.5,0.21875 -0.16904,0.0878 -0.32954,0.17784 -0.4375,0.3125 -0.74562,0.92999 -0.23966,3.28133 0.9375,3.46875 0.37881,0.0603 0.77338,-0.0951 1.125,-0.375 0.67576,0.20469 1.37549,0.21824 1.78125,-0.1875 0.83263,-0.83259 0.23552,-2.82844 -0.78125,-3.6875 0.81833,-0.42332 1.57227,-1.06788 2.125,-1.78125 0.004,0.19303 0.0424,0.3821 0.125,0.53125 0.11605,0.20945 0.31237,0.36328 0.5625,0.5 0.3752,0.20508 0.85136,0.32867 1.28125,0.3125 -0.0811,0.15818 -0.11943,0.30531 -0.125,0.46875 -0.1563,0.19178 -0.30297,0.40912 -0.40625,0.65625 -0.26406,0.11667 -0.47799,0.30146 -0.46875,0.53125 0.006,0.14112 0.0933,0.26777 0.21875,0.375 -0.0404,0.519 0.0925,1.01968 0.4375,1.28125 0.37446,0.28392 0.92083,0.27857 1.46875,0.0937 0.91321,-0.30803 1.8297,-1.12316 1.84375,-1.90625 0.002,-0.13084 -0.0115,-0.2495 -0.0625,-0.375 0.42169,-0.74641 0.51723,-1.7888 -0.0313,-2.21875 -0.33405,-0.26186 -0.81498,-0.28394 -1.3125,-0.125 -0.14395,0.046 -0.29813,0.11706 -0.4375,0.1875 -0.0344,-0.93501 -1.03787,-2.13553 -1.90625,-2.0625 -0.1382,0.0116 -0.2833,0.0768 -0.40625,0.15625 0.0758,-0.38875 0.0952,-0.79305 -0.0313,-1.15625 -0.85175,-2.44699 -6.09321,-2.86635 -7.875,-0.9375 -0.33933,-2.67704 -1.97402,-5.55184 -4.09375,-6.0625 -1.29143,-0.31111 -2.7682,0.42822 -3.90625,1.59375 -0.48537,-0.003 -0.99999,0.0653 -1.5,0.1875 -0.0311,-0.004 -0.0625,0.004 -0.0937,0 -1.12562,-1.97373 -2.93757,-3.62002 -4.71875,-3.65625 z m -334.75,0.65625 c 0.10327,0.10851 0.20095,0.20955 0.3125,0.3125 -0.51024,-0.0558 -0.99976,-0.0541 -1.46875,0.0313 0.39879,-0.0915 0.7886,-0.2039 1.15625,-0.34375 z M 533.59375,121.75 c -0.10585,0.0106 -0.18496,0.0264 -0.28125,0.0625 -0.96706,0.36272 -1.22705,2.3289 -0.5,3.0625 0.83686,0.8444 3.2119,0.6139 3.53125,-0.53125 0.1326,-0.4755 -0.10771,-1.03623 -0.5,-1.5 -0.57209,-0.67633 -1.50904,-1.16819 -2.25,-1.09375 z m -519.125,0.625 c 0.06977,0.0549 0.142684,0.10867 0.21875,0.15625 -0.09996,0.0616 -0.226679,0.11239 -0.3125,0.1875 0.037,-0.11218 0.06157,-0.22851 0.09375,-0.34375 z m 431.6875,0.125 c -0.43747,0.022 -0.83391,0.13682 -1.125,0.375 -0.97447,0.79736 -0.50158,3.18769 0.625,3.75 1.29674,0.64723 3.92338,-0.5529 3.84375,-2 -0.0331,-0.60087 -0.49053,-1.14941 -1.125,-1.53125 -0.6609,-0.39775 -1.48963,-0.63046 -2.21875,-0.59375 z m -5.375,0.125 c -0.24197,0.0131 -0.4648,0.0774 -0.65625,0.1875 -0.96136,0.55309 -0.86713,2.66209 0.0313,3.3125 1.03407,0.74864 3.48648,0.0816 3.625,-1.1875 0.0575,-0.52696 -0.2534,-1.04582 -0.75,-1.46875 -0.62074,-0.52866 -1.52408,-0.88294 -2.25,-0.84375 z M 192.25,122.75 c -0.036,0.4288 0.0323,0.87867 0.125,1.3125 -0.25899,0.24966 -0.32252,0.78181 -0.21875,1.1875 -0.15977,0.5336 -0.19846,1.16242 -0.15625,1.78125 -0.28309,-0.68895 -0.6892,-1.28623 -1.15625,-1.75 0.0663,-0.37566 0.094,-0.77107 0.0625,-1.1875 0.1815,-0.3239 0.28458,-0.67762 0.3125,-1 0.31117,0.12852 0.77758,-0.0471 1.03125,-0.34375 z m 423.40625,0.625 c -1.02301,0.0693 -1.94581,0.35759 -2.59375,0.9375 -0.62153,0.55628 -0.93644,1.41627 -1,2.375 -1.24507,-0.87913 -3.91361,-0.25203 -4.59375,1.09375 -0.21422,0.42387 -0.2733,0.9685 -0.21875,1.53125 0.16129,1.66377 1.38459,3.5756 2.78125,3.5625 -0.28464,0.57896 -0.41274,1.20064 -0.3125,1.71875 -0.63338,0.0276 -1.23435,0.18787 -1.65625,0.5 -0.24051,-0.4285 -0.76025,-0.70522 -1.34375,-0.84375 0.74664,-0.85726 1.20109,-1.82873 1.0625,-2.8125 -0.13404,-0.95145 -0.75088,-1.79636 -1.625,-2.46875 -0.11847,-0.3291 -0.30499,-0.59366 -0.5625,-0.71875 -0.20094,-0.0976 -0.44317,-0.11448 -0.6875,-0.0313 -1.38169,-0.67734 -3.05878,-1.04168 -4.5625,-0.96875 -0.9042,-0.24527 -1.94345,-0.26558 -2.9375,-0.0937 -0.54862,-0.62906 -1.20904,-1.06905 -1.90625,-1.21875 -0.90441,-0.19418 -1.87421,0.24736 -2.71875,0.96875 -0.47341,-0.39895 -1.19576,-0.43246 -1.9375,-0.25 -1.26472,0.3111 -2.54841,1.29082 -2.65625,2.34375 -0.003,0.0309 7.5e-4,0.0628 0,0.0937 -0.68758,-0.0661 -1.47499,0.15107 -1.9375,0.5625 -0.45032,-2.53585 -2.17514,-5.20489 -4.21875,-5.59375 -1.30894,-0.24907 -2.73478,0.64497 -3.78125,1.90625 -0.48731,0.12213 -0.92608,0.35033 -1.1875,0.6875 -0.23733,0.30609 -0.28715,0.71551 -0.25,1.15625 -1.65667,1.01156 -2.99277,2.6028 -2.96875,4.125 0.005,0.30077 0.067,0.62091 0.1875,0.90625 -0.0974,0.007 -0.18281,0.0198 -0.28125,0.0313 -2.05555,0.23885 -4.30349,1.37368 -5.46875,2.875 -0.14032,-0.44783 -0.3149,-0.85458 -0.59375,-1.15625 1.90724,-0.43156 3.7026,-1.63134 3.78125,-3.1875 0.0641,-1.26745 -0.95043,-2.4739 -2.3125,-3.3125 -0.0455,-0.12195 -0.10739,-0.2397 -0.1875,-0.34375 -0.39916,-0.51847 -1.13376,-0.70403 -1.9375,-0.65625 -0.094,0.006 -0.18613,0.0192 -0.28125,0.0313 -1.133,-0.24041 -2.24421,-0.17223 -3.03125,0.34375 -0.5948,0.38995 -0.95831,1.06969 -1.125,1.875 -0.0408,-0.009 -0.0832,-0.0245 -0.125,-0.0313 -0.0795,-0.0128 -0.16787,0.006 -0.25,0 0.31906,-0.2182 0.55612,-0.65722 0.40625,-0.9375 -0.0877,-0.16393 -0.30378,-0.25712 -0.53125,-0.28125 -0.37912,-0.0402 -0.83428,0.12713 -0.96875,0.40625 -0.12661,0.2628 0.0948,0.65387 0.375,0.84375 -0.53378,0.0947 -1.01135,0.31054 -1.21875,0.6875 -0.41659,0.75717 0.48237,2.1489 1.34375,2.21875 0.17185,0.0139 0.3473,-0.0271 0.53125,-0.0937 0.21773,0.22019 0.47982,0.39426 0.78125,0.53125 0.2125,0.50753 0.49246,0.97878 0.84375,1.3125 -1.27244,0.34181 -2.3736,1.05125 -2.53125,2.09375 -0.35501,2.3475 3.89488,4.97284 6,3.875 0.25566,-0.13333 0.44719,-0.3495 0.625,-0.59375 1.64091,2.97166 7.66999,4.6509 10.1875,2.53125 0.31576,-0.26586 0.56433,-0.58241 0.75,-0.96875 0.0354,0.0225 0.0578,0.0724 0.0937,0.0937 1.79895,1.84832 4.46974,3.1195 6.40625,2.46875 1.35808,-0.45637 2.27107,-2.04932 2.59375,-3.78125 0.17047,0.20176 0.37261,0.36944 0.59375,0.46875 0.79713,0.35797 1.93328,-0.24968 2.59375,-1.0625 0.0789,0.32365 0.24201,0.64268 0.5,0.9375 0.70055,0.80059 1.88324,1.37963 2.6875,1.0625 0.36013,-0.142 0.62899,-0.50602 0.78125,-0.9375 0.22225,0.90189 0.69248,1.71303 1.375,1.96875 0.97338,0.36469 2.37149,-0.64248 2.8125,-1.71875 1.91684,0.0804 3.78818,-0.39514 4.75,-1.5625 0.12764,-0.15492 0.22247,-0.31949 0.3125,-0.5 0.10306,0.0114 0.20987,0.0297 0.3125,0.0313 0.14105,0.14037 0.28224,0.2852 0.46875,0.34375 0.55168,0.17319 1.19223,-0.0895 1.75,-0.53125 0.30987,-0.24543 0.58155,-0.53959 0.8125,-0.875 0.0679,0.19017 0.151,0.38497 0.25,0.5625 -1.01163,0.94617 -1.65299,2.71923 -0.875,3.59375 0.42348,0.47602 1.16015,0.63313 1.9375,0.53125 0.19434,-0.0255 0.3989,-0.0714 0.59375,-0.125 0.0306,0.044 0.06,0.0828 0.0937,0.125 2.08446,2.60725 8.84264,0.72105 9.71875,-2.5 0.091,-0.33449 0.11172,-0.70749 0.0625,-1.0625 1.32602,0.33055 2.64081,0.31955 3.5625,-0.28125 0.18453,-0.12028 0.3543,-0.30019 0.5,-0.46875 0.0646,-0.002 0.12206,0.006 0.1875,0 0.19553,-0.0176 0.39672,-0.0779 0.59375,-0.125 0.44457,0.84008 1.07344,1.52055 1.8125,1.71875 0.49724,0.13335 1.04367,-5.8e-4 1.5625,-0.28125 0.27331,0.2627 0.56656,0.47125 0.875,0.59375 0.0147,0.13391 0.0307,0.26967 0.0625,0.40625 0.27869,1.19533 1.16529,2.41759 2.15625,2.53125 1.24403,0.14269 2.62946,-1.83794 2.25,-3.03125 -0.24208,-0.76128 -1.17405,-1.42516 -2.125,-1.6875 0.10709,-0.47041 0.12208,-0.92574 -0.0625,-1.28125 -0.01,-0.0187 -0.0206,-0.0441 -0.0313,-0.0625 0.28139,-0.18503 0.47864,-0.44883 0.53125,-0.71875 0.032,-0.16391 0.0277,-0.34577 -0.0313,-0.53125 0.61817,0.0989 1.25761,0.12587 1.875,0 0.25443,0.58137 0.62829,1.0461 1.15625,1.1875 0.13388,0.0359 0.2985,0.0325 0.4375,0.0313 1.07306,1.09684 2.39881,1.76713 3.625,1.46875 0.57798,-0.14065 1.09205,-0.4776 1.53125,-0.9375 0.1962,0.42228 0.68451,0.65771 1.25,0.75 0.94248,0.15383 2.09325,-0.13333 2.46875,-0.8125 0.47139,-0.85262 -0.56035,-2.41925 -1.53125,-2.5 -0.27938,-0.0232 -0.57872,0.0641 -0.875,0.21875 0.0316,-0.0952 0.0653,-0.18421 0.0937,-0.28125 0.93954,-0.14988 1.79404,-0.53994 2.1875,-1.1875 0.56598,-0.93149 -0.0196,-2.44974 -0.9375,-3.375 0.0321,-1.72742 -1.99515,-3.50263 -4.03125,-4.125 -0.51858,-0.24402 -1.04977,-0.36019 -1.53125,-0.28125 -0.058,0.01 -0.12968,0.0165 -0.1875,0.0313 -0.303,-0.46256 -0.65888,-0.83879 -1.09375,-1.09375 -1.31965,-0.77372 -3.36732,-0.18892 -4.84375,0.96875 -0.24593,0.051 -0.48821,0.16081 -0.71875,0.34375 -0.50903,0.40394 -0.89857,1.06002 -0.9375,1.625 -0.94876,0.1807 -1.75402,0.61592 -2.21875,1.25 -0.0186,0.007 -0.0439,-0.008 -0.0625,0 -0.66143,0.28101 -1.28414,0.94823 -1.25,1.53125 0.0278,0.47504 0.59745,0.86082 1.15625,1 0.0487,0.13708 0.0948,0.27182 0.15625,0.40625 -0.14248,0.056 -0.26538,0.10127 -0.375,0.1875 -0.0731,-5.7e-4 -0.14603,-0.0142 -0.21875,0 -0.42558,0.0828 -0.76549,0.41157 -1.03125,0.84375 -0.0884,-0.63487 -0.36735,-1.1962 -0.84375,-1.46875 -0.18153,-0.10386 -0.38106,-0.16236 -0.59375,-0.1875 -0.1011,-0.51521 -0.31028,-0.9754 -0.6875,-1.28125 -0.18054,-0.14638 -0.40242,-0.26647 -0.625,-0.34375 0.26575,-0.51229 0.39857,-1.04329 0.34375,-1.59375 -0.2585,-2.59582 -4.24346,-4.45801 -7.3125,-4.25 z m -601.6875,0.25 c 0.0066,0.0336 0.01931,0.0607 0.03125,0.0937 -0.02172,-0.007 -0.04076,-0.0243 -0.0625,-0.0313 0.0107,-0.0207 0.02075,-0.0416 0.03125,-0.0625 z m 509.84375,0.78125 c -1.80703,0.0984 -3.90866,1.29243 -4.875,2.78125 -1.09379,-0.75038 -3.15578,-0.71925 -3.96875,0.21875 -0.0424,0.0489 -0.0876,0.10188 -0.125,0.15625 -1.84551,-1.18184 -5.59778,-0.12543 -6.5,1.84375 -0.0712,0.15546 -0.11269,0.32779 -0.15625,0.5 -0.25607,-0.006 -0.53891,0.0451 -0.8125,0.15625 -0.16184,0.0657 -0.31577,0.15369 -0.46875,0.25 0.01,-0.20135 -0.0375,-0.39221 -0.15625,-0.53125 -0.19716,-0.23093 -0.53486,-0.291 -0.90625,-0.25 -0.61899,0.0683 -1.32049,0.44513 -1.4375,0.9375 -0.0704,0.29618 0.10689,0.61527 0.375,0.875 -0.9354,-0.16854 -1.93006,-0.0142 -2.4375,0.53125 -0.24355,0.26177 -0.34028,0.62384 -0.34375,1.03125 -0.23263,-0.0529 -0.4742,-0.053 -0.625,0.0625 -0.31119,0.23826 -0.18859,1.00122 0.15625,1.1875 0.18451,0.0997 0.47335,0.034 0.71875,-0.0625 0.26154,0.62637 0.69675,1.16653 1.21875,1.34375 0.17879,0.0607 0.38695,0.0667 0.59375,0.0625 -0.23526,0.18846 -0.36376,0.48743 -0.4375,0.8125 -0.0191,-0.0748 -0.0279,-0.15373 -0.0625,-0.21875 -0.11407,-0.21468 -0.31102,-0.388 -0.5625,-0.53125 -0.75443,-0.42974 -1.92235,-0.49119 -2.3125,0.125 -0.576,0.90972 0.70688,2.75889 1.78125,2.6875 0.50842,-0.0338 0.91049,-0.59092 1.09375,-1.1875 0.1115,1.05308 0.73828,2.18292 1.5625,2.40625 0.9788,0.26522 2.27539,-1.00764 2.34375,-2.0625 0.0955,0.002 0.18052,-0.0128 0.28125,-0.0313 0.55795,-0.1021 1.14428,-0.4826 1.21875,-0.9375 0.33503,0.0582 0.65125,0.0847 0.96875,0.0625 0.0234,0.10309 0.0525,0.21363 0.0937,0.3125 0.65662,1.57296 3.26978,2.0799 5.3125,1.59375 0.45556,1.02187 1.36436,1.94193 2.25,1.96875 1.25519,0.038 2.44827,-2.05815 1.96875,-3.21875 -0.14977,-0.36249 -0.47979,-0.67798 -0.875,-0.9375 0.75415,0.10463 1.73264,-0.28259 2,-0.90625 0.0728,-0.16984 0.0994,-0.38387 0.0937,-0.59375 0.29698,0.065 0.62807,0.078 0.90625,0 0.17296,0.0893 0.34807,0.17234 0.53125,0.25 -0.43544,0.65356 -0.71712,1.34098 -0.65625,2 0.0986,1.06766 1.17163,1.96747 2.40625,2.4375 -0.89773,0.39159 -1.65267,1.06402 -1.625,1.84375 0.0222,0.62555 0.50418,1.18379 1.15625,1.59375 1.08678,0.68327 2.67988,0.95728 3.5,0.3125 0.90087,-0.70827 0.66047,-2.70271 -0.1875,-3.59375 0.0566,-0.0235 0.10269,-0.0659 0.15625,-0.0937 0.47253,0.51672 1.07326,0.8899 1.625,0.84375 1.06801,-0.0893 1.86276,-1.99981 1.34375,-2.9375 -0.0179,-0.0324 -0.0414,-0.0625 -0.0625,-0.0937 0.5798,-0.28817 1.09223,-0.95937 1.15625,-1.5625 0.15414,0.0998 0.30582,0.18257 0.46875,0.25 0.19089,0.59111 0.60361,1.10684 1.0625,1.3125 -0.0422,0.19807 -0.0825,0.401 -0.0937,0.59375 -0.47729,0.66125 -0.77814,1.35822 -0.6875,2.09375 0.035,0.28418 0.1283,0.58195 0.25,0.84375 -0.086,0.11031 -0.14604,0.24109 -0.1875,0.375 -0.16803,0.54267 0.0638,1.14123 0.5,1.6875 0.72694,0.91046 2.01069,1.61978 2.90625,1.3125 0.28876,-0.0991 0.50658,-0.335 0.6875,-0.625 1.99852,0.56534 4.21863,0.45774 5.40625,-0.65625 0.31192,-0.29258 0.5085,-0.66798 0.65625,-1.09375 0.0618,0.0493 0.12099,0.11212 0.1875,0.15625 2.01307,1.33565 5.43287,0.012 7.59375,-2.09375 0.33384,-0.0588 0.68596,-0.15442 1,-0.28125 0.24548,0.32943 0.68621,0.53049 1.1875,0.625 0.13299,0.29272 0.41471,0.53658 0.78125,0.6875 0.72513,0.29858 1.69818,0.28575 2.125,-0.1875 0.44373,-0.492 0.16767,-1.56879 -0.375,-2.0625 -0.14726,-0.77526 -0.81974,-1.61529 -1.5,-1.71875 -0.0898,-0.0137 -0.18585,0.0238 -0.28125,0.0313 -0.004,-0.16858 -0.0365,-0.32513 -0.0625,-0.5 -0.003,-0.0191 0.003,-0.0434 0,-0.0625 1.1786,-0.0609 2.27276,-0.49554 2.625,-1.375 0.17539,-0.43791 0.1497,-0.9379 0,-1.4375 0.15267,-0.0253 0.29,-0.0607 0.40625,-0.15625 0.23905,-0.19656 0.35543,-0.51314 0.375,-0.875 0.50013,-0.23395 0.8296,-0.77598 1,-1.4375 0.30368,-1.17888 0.10034,-2.66392 -0.71875,-3.21875 -1.02827,-0.69652 -3.16084,0.40164 -3.375,1.625 -0.0783,0.44751 0.0785,0.97692 0.34375,1.46875 -0.58434,-0.41432 -1.24055,-0.68124 -1.84375,-0.75 -0.03,-0.0734 -0.0518,-0.1532 -0.0937,-0.21875 -0.15965,-0.24935 -0.40367,-0.42773 -0.71875,-0.53125 -0.32068,-0.55509 -0.84027,-1.00297 -1.34375,-1 -0.2933,0.002 -0.56143,0.19716 -0.78125,0.46875 -0.29811,-0.2341 -0.66613,-0.40969 -1.03125,-0.5 -0.45308,-0.11207 -0.90213,-0.0784 -1.375,0.0313 -0.032,-1.10421 -0.83968,-2.45557 -1.78125,-2.59375 -0.57176,-0.0839 -1.17835,0.36985 -1.5625,0.96875 -1.37078,-0.39001 -3.19048,0.12181 -4.6875,1.09375 -0.24787,-0.14656 -0.51354,-0.27352 -0.78125,-0.34375 -0.25838,-0.0678 -0.50978,-0.0503 -0.78125,-0.0313 0.0627,-0.3688 0.0174,-0.71064 -0.21875,-0.90625 -0.23719,-0.19645 -0.60478,-0.23058 -0.96875,-0.125 -0.21292,0.0618 -0.40517,0.1846 -0.59375,0.3125 -0.21177,-0.23035 -0.42715,-0.45028 -0.6875,-0.59375 -1.69815,-0.93575 -4.56933,0.64231 -5.5625,2.53125 -0.33836,-0.54713 -0.71837,-1.06322 -1.15625,-1.53125 -0.28357,-1.05351 -0.78439,-1.96978 -1.53125,-2.5 -0.5518,-0.39174 -1.24707,-0.54102 -2,-0.5 z m -519.5,0.5 c -0.093412,0.005 -0.1640486,0.0343 -0.25,0.0625 -0.3717392,0.1219 -0.6154469,0.51333 -0.75,0.96875 -0.1893716,0.0331 -0.3718633,0.0508 -0.53125,0.15625 -0.8096182,0.53583 -0.9716464,1.88865 -0.6875,3.09375 -0.1567128,0.21797 -0.2768415,0.45959 -0.375,0.71875 -0.244061,0.007 -0.4701252,0.0525 -0.6875,0.125 -1.03751089,-0.32347 -2.2174932,-0.26642 -2.71875,0.4375 -0.7670778,1.07722 0.2044468,3.13871 1.46875,4 0.30314573,1.03567 0.86009802,2.0019 1.5625,2.59375 -0.2728099,0.47548 -0.41960003,0.96995 -0.3125,1.40625 0.2735494,1.11437 2.4079868,1.64355 3.3125,0.9375 0.26028,-0.20317 0.4301475,-0.50487 0.5625,-0.875 0.038863,-0.10868 0.066419,-0.22756 0.09375,-0.34375 0.3719952,0.20751 0.7601471,0.34774 1.15625,0.40625 2.1113404,0.31188 4.458372,-2.1943 5.03125,-4.5625 0.348402,-0.25525 0.661134,-0.53906 0.9375,-0.875 1.069758,0.17417 2.581788,-0.91779 2.6875,-1.96875 0.02818,-0.2802 -0.03325,-0.57251 -0.15625,-0.875 -0.478447,-1.1766 -1.905018,-2.31933 -2.90625,-1.875 -0.288342,0.12796 -0.521757,0.38297 -0.6875,0.6875 -0.814453,-0.22933 -1.7078928,-0.19489 -2.3125,0.15625 -0.5672611,-0.36146 -1.1775835,-0.65542 -1.8125,-0.875 0.1197467,-0.39154 0.1484141,-0.80035 0.03125,-1.125 -0.067508,-0.18706 -0.1968549,-0.33417 -0.34375,-0.5 C 6.5700482,126.517 6.4433503,126.24906 6.25,126 5.7722224,125.38454 4.9663809,124.86819 4.3125,124.90625 z m 10.34375,5.40625 c 0.111816,0.24828 0.388715,0.41088 0.71875,0.46875 0.550058,0.0965 1.244492,-0.0742 1.46875,-0.46875 0.281531,-0.49532 -0.30782,-1.41484 -0.875,-1.46875 -0.652842,-0.0621 -1.581788,0.87081 -1.3125,1.46875 z m -14.625,-4.15625 c -0.13412758,0.0177 -0.2731676,0.0555 -0.375,0.125 -0.51135595,0.34916 -0.37174949,1.52031 0.15625,1.84375 0.60774497,0.37229 1.9461618,-0.10015 1.96875,-0.8125 0.00938,-0.29579 -0.1741658,-0.56717 -0.46875,-0.78125 -0.3682288,-0.2676 -0.87886726,-0.428 -1.28125,-0.375 z m 312.75,1.1875 c -2.5118,0.0219 -5.64197,2.35298 -6,4.6875 -0.0604,0.0146 -0.12858,0.0127 -0.1875,0.0313 -0.96526,0.30456 -1.66982,1.2503 -2.0625,2.40625 -0.64037,0.157 -1.20685,0.42912 -1.53125,0.875 -0.35137,0.48294 -0.36944,1.18715 -0.1875,1.875 -0.0426,-0.0135 -0.0813,-0.0226 -0.125,-0.0313 -0.0156,-0.10333 -0.035,-0.20774 -0.0625,-0.3125 -0.01,-0.53246 -0.16014,-1.00357 -0.5,-1.34375 -0.10794,-0.10804 -0.24186,-0.20557 -0.375,-0.28125 -0.93078,-1.19298 -2.35942,-2.10827 -3.53125,-1.875 -0.49748,0.099 -0.91264,0.4651 -1.25,0.9375 -0.36005,-0.0633 -0.72511,-0.0805 -1.0625,-0.0313 -0.79861,0.11659 -1.58358,0.56154 -2.3125,1.1875 -0.39904,0.34268 -0.78597,0.75054 -1.125,1.1875 -0.14222,-0.0634 -0.29065,-0.11457 -0.4375,-0.125 -1.05342,-0.0748 -2.1133,1.63338 -1.75,2.625 0.10454,0.28535 0.33786,0.56039 0.625,0.78125 -0.0699,0.34382 -0.12535,0.67294 -0.125,1 -0.25008,-0.35076 -0.55252,-0.60482 -0.9375,-0.75 -0.37696,-0.14215 -0.79889,-0.16799 -1.21875,-0.0937 0.0539,-0.36786 0.0325,-0.71489 -0.125,-1.03125 -0.16452,-0.33038 -0.43953,-0.61279 -0.78125,-0.8125 0.92896,-1.13667 0.75227,-3.83398 -0.59375,-4.28125 -0.40488,-0.13454 -0.87194,-0.0535 -1.3125,0.15625 -0.40768,-0.8239 -1.08656,-1.5413 -1.8125,-1.625 -0.0431,-0.0503 -0.0787,-0.10746 -0.125,-0.15625 -0.9264,-0.97588 -2.46857,-1.62952 -3.46875,-1.1875 -0.86266,0.38125 -1.22129,1.73336 -1.03125,2.84375 -0.56222,-0.0336 -1.24679,0.26701 -1.4375,0.71875 -0.31359,0.7428 0.44937,2.15778 1.25,2.0625 0.33244,-0.0396 0.62289,-0.32176 0.8125,-0.6875 0.10705,-0.20648 0.17692,-0.42049 0.21875,-0.65625 0.56885,0.3516 1.42041,0.4582 2.21875,0.34375 0.32199,0.35469 0.81672,0.6222 1.34375,0.78125 -0.0502,0.18046 -0.0877,0.35799 -0.0937,0.53125 -0.0399,0.0439 -0.0874,0.0795 -0.125,0.125 -0.3118,0.11602 -0.6021,0.2984 -0.78125,0.53125 -0.0476,0.0618 -0.0603,0.14792 -0.0937,0.21875 -0.44521,-0.13003 -0.9651,-0.12095 -1.5,0.0313 -0.141,0.0401 -0.29785,0.10069 -0.4375,0.15625 -1.02488,-0.81482 -2.22695,-1.23561 -3.25,-0.875 -1.14426,0.40334 -1.87992,1.65716 -2.21875,3.125 -0.64358,1.08532 -0.68865,2.59311 -0.34375,4.125 0.002,0.0206 -0.002,0.042 0,0.0625 0.0287,0.12386 0.0598,0.25131 0.0937,0.375 0.003,0.0101 -0.003,0.0212 0,0.0313 0.0186,0.0668 0.0737,0.12083 0.0937,0.1875 0.026,0.0703 0.0299,0.15038 0.0625,0.21875 0.78476,2.41304 2.4996,4.66004 4.46875,5 1.24048,0.21416 2.58345,-0.4768 3.65625,-1.5625 1.31502,2.3537 4.58792,4.40239 6.78125,3.65625 0.33826,-0.11507 0.63569,-0.30817 0.90625,-0.5625 1.75287,-0.10102 3.36777,-0.66914 4.21875,-1.78125 1.13025,-1.47709 0.6303,-4.0815 -0.625,-5.96875 0.327,0.0123 0.66027,-6.7e-4 1,-0.0313 0.0687,0.25183 0.19817,0.46971 0.375,0.59375 0.58842,1.83919 2.62186,3.69892 4.34375,3.625 0.0938,-0.004 0.18655,-0.017 0.28125,-0.0313 0.29058,0.35371 0.70763,0.61843 1.0625,0.5625 0.47449,-0.0748 0.78412,-0.82639 0.6875,-1.34375 0.55371,-0.39098 1.06579,-0.90233 1.5,-1.46875 0.20782,-0.004 0.38473,-0.057 0.5625,-0.15625 0.28316,-0.1581 0.48416,-0.42251 0.625,-0.75 0.15202,-0.0213 0.31646,-0.0785 0.46875,-0.125 0.50068,0.38103 1.04828,0.67575 1.59375,0.8125 0.0288,0.0309 0.0611,0.0652 0.0937,0.0937 -0.38444,0.53203 -0.53027,1.37011 -0.4375,2.09375 -1.19238,-0.50118 -3.23982,-0.0845 -3.5,1.0625 -0.12438,0.54835 0.15286,1.15047 0.625,1.65625 0.78689,0.84298 2.07718,1.43411 2.9375,1.0625 0.7386,-0.31904 1.05607,-1.45581 0.90625,-2.40625 0.43471,0.10776 0.9347,-0.0539 1.40625,-0.34375 0.72012,-0.44268 1.33495,-1.2143 1.46875,-1.9375 1.03118,0.28815 2.30703,0.16635 2.84375,-0.5 0.21021,-0.26097 0.27629,-0.61785 0.25,-1 0.0874,-0.048 0.16505,-0.0979 0.25,-0.15625 0.078,-0.0535 0.14386,-0.12644 0.21875,-0.1875 0.14466,0.13439 0.3,0.25161 0.46875,0.3125 0.30229,0.10907 0.689,0.11411 1.0625,0.0313 0.95385,-0.2116 1.94635,-0.97817 2.125,-1.78125 1.47724,-0.79106 2.30339,-3.59318 1.40625,-4.96875 -0.21694,-0.33263 -0.54679,-0.6128 -0.9375,-0.84375 0.004,-0.11819 -0.009,-0.24996 -0.0313,-0.375 -0.11885,-0.68203 -0.57056,-1.40441 -1.125,-1.5 -0.21995,-0.0379 -0.44557,0.0687 -0.65625,0.21875 -0.0211,-0.0194 -0.041,-0.0434 -0.0625,-0.0625 0.21842,-0.65222 0.35266,-1.38647 0.40625,-2.125 0.13263,-0.19902 0.21224,-0.40531 0.1875,-0.625 -0.0161,-0.14294 -0.0758,-0.28069 -0.15625,-0.40625 -0.0683,-2.27867 -0.89629,-4.5337 -2.4375,-5.4375 -0.47601,-0.27915 -1.03463,-0.41139 -1.625,-0.40625 z M 495.8125,127.5 c -0.51372,0.0213 -0.94862,0.91508 -0.71875,1.375 0.0577,0.11535 0.15653,0.22768 0.28125,0.3125 -0.31214,0.33712 -0.58513,0.70487 -0.78125,1.09375 -0.51406,-0.39589 -1.10324,-0.61036 -1.59375,-0.40625 -1.25678,0.52296 -1.29647,3.26837 -0.21875,4.125 -0.27947,0.0428 -0.5884,0.14031 -0.875,0.25 -1.83737,0.70321 -3.61181,2.68073 -3.09375,4.25 0.63871,1.93476 4.29516,2.53841 6.3125,1.53125 0.40573,0.23439 0.82257,0.35539 1.1875,0.25 0.86105,-0.24866 1.20457,-1.91013 0.625,-2.59375 -0.13546,-0.15977 -0.3375,-0.28416 -0.5625,-0.375 -0.25136,-1.31363 -1.18435,-2.68772 -2.28125,-3.15625 0.35686,-0.1112 0.70652,-0.31205 1,-0.5625 1.27562,1.48158 3.65885,2.49445 4.96875,1.53125 1.98364,-1.45862 0.78535,-6.47713 -1.5625,-7.21875 -0.55481,-0.17525 -1.18242,-0.0473 -1.78125,0.25 -0.22288,-0.3655 -0.57002,-0.67018 -0.90625,-0.65625 z m -377.375,0.375 c -0.13199,0.0219 -0.23902,0.0597 -0.3125,0.15625 -0.12204,0.16037 -0.11009,0.38989 -0.0313,0.625 0.1314,0.39185 0.47669,0.77463 0.8125,0.78125 0.42157,0.008 0.79012,-0.67452 0.625,-1.0625 -0.14254,-0.33493 -0.69779,-0.56569 -1.09375,-0.5 z m 249.1875,0.0313 c -0.23387,0.007 -0.46579,0.0399 -0.6875,0.0937 -1.5656,0.38008 -2.67284,2.23697 -3.03125,4.1875 -0.18693,0.54178 -0.32173,1.11417 -0.34375,1.65625 -0.32529,0.35593 -0.50917,0.85926 -0.59375,1.40625 -0.22061,0.0717 -0.42061,0.15728 -0.625,0.25 -0.13817,-0.21149 -0.30937,-0.37164 -0.53125,-0.46875 -0.52208,-0.22849 -1.18767,-0.0609 -1.78125,0.3125 -0.9893,0.62234 -1.83067,1.82271 -1.625,2.75 0.0616,0.2778 0.26032,0.51444 0.5,0.71875 -0.51998,0.57696 -0.96925,1.20225 -1.28125,1.84375 -0.12641,-0.27268 -0.30604,-0.48531 -0.53125,-0.59375 -0.19782,-0.0953 -0.45912,-0.12396 -0.71875,-0.0937 -0.21675,0.0252 -0.4453,0.0947 -0.65625,0.1875 0.13435,-0.28949 0.15649,-0.60033 0.0313,-0.84375 -0.10479,-0.20368 -0.28672,-0.34858 -0.53125,-0.4375 -10e-4,-0.0865 -0.0128,-0.15419 -0.0625,-0.21875 -0.10323,-0.13404 -0.29219,-0.19989 -0.5,-0.1875 -0.30017,0.0179 -0.6157,0.19105 -0.75,0.40625 -0.3976,0.1065 -0.75825,0.29862 -0.90625,0.59375 -0.0811,0.16166 -0.10342,0.33383 -0.0625,0.53125 -0.42605,-0.687 -0.98183,-1.22796 -1.625,-1.46875 -0.36469,-0.13653 -0.77857,-0.12873 -1.1875,-0.0625 -0.0161,-0.039 -0.0106,-0.0866 -0.0313,-0.125 -0.21223,-0.39428 -0.64023,-0.74207 -1,-0.6875 -0.45165,0.0685 -0.74752,0.8973 -0.5,1.28125 0.0214,0.0332 0.0645,0.0644 0.0937,0.0937 -0.40075,0.24625 -0.75796,0.55902 -1.09375,0.90625 -0.2661,-0.0504 -0.5302,-0.0273 -0.75,0.0937 -0.49902,0.27485 -0.67484,0.96668 -0.65625,1.6875 -0.0777,-0.30981 -0.19467,-0.58777 -0.34375,-0.84375 0.25729,-0.31545 0.41629,-0.67307 0.375,-1 -0.0965,-0.76432 -1.4673,-1.27616 -2.125,-0.875 -0.11814,0.0721 -0.22132,0.18709 -0.3125,0.3125 -0.3536,-0.13405 -0.73745,-0.23522 -1.125,-0.3125 -0.19662,-0.2281 -0.46372,-0.38426 -0.75,-0.5 0.16022,-0.24196 0.30581,-0.49817 0.40625,-0.75 0.28825,0.0461 0.61327,-0.0252 0.6875,-0.25 0.0457,-0.13828 -0.0158,-0.32665 -0.125,-0.46875 -0.0978,-0.12729 -0.23146,-0.21674 -0.375,-0.28125 -0.006,-0.25634 -0.0398,-0.49419 -0.15625,-0.71875 -0.18273,-0.35226 -0.49534,-0.64352 -0.875,-0.84375 0.52484,-0.43051 0.87701,-0.98461 0.78125,-1.53125 -0.0947,-0.54043 -0.57196,-0.97266 -1.1875,-1.25 -1.0259,-0.46224 -2.42818,-0.47115 -3.0625,0.1875 -0.51926,0.53917 -0.40742,1.58335 0.0313,2.375 -0.10207,0.028 -0.18283,0.0913 -0.28125,0.125 -2.43117,-1.46141 -6.42198,-1.68043 -8.0625,0.0937 -0.97166,1.05083 -0.91074,2.91529 -0.28125,4.5625 -0.32145,0.043 -0.6161,0.12805 -0.875,0.3125 -2.00297,1.427 -0.89622,6.47412 1.4375,7.25 0.78703,0.26166 1.72828,-0.08 2.53125,-0.6875 0.33893,0.0753 0.69002,0.11206 1.0625,0.125 1.56253,0.0543 3.30543,-0.45505 4.5625,-1.3125 1.21357,2.22686 4.81601,4.06537 6.875,3.0625 0.21246,-0.10348 0.39085,-0.23763 0.5625,-0.40625 0.071,0.12516 0.16295,0.23485 0.28125,0.3125 0.35417,0.23247 0.86223,0.19975 1.34375,0 0.80254,-0.33291 1.56651,-1.1073 1.53125,-1.8125 -0.0111,-0.22133 -0.11851,-0.43913 -0.28125,-0.625 0.36396,0.2715 0.76017,0.50292 1.15625,0.6875 -0.49502,0.79018 -0.88499,1.61909 -1.03125,2.4375 -0.94942,-0.55864 -2.677,-0.46942 -3.0625,0.4375 -0.18896,0.44454 -0.0406,0.96903 0.28125,1.46875 0.53636,0.83287 1.55969,1.5264 2.34375,1.34375 0.3618,-0.0843 0.67563,-0.35646 0.875,-0.75 2.01281,2.87588 9.20845,1.32162 10.34375,-2 0.003,-0.01 -0.003,-0.0214 0,-0.0313 1.3415,0.32901 2.66476,0.30179 3.625,-0.28125 0.72271,-0.43881 1.20147,-1.24057 1.4375,-2.1875 0.96818,0.36411 2.26375,0.25417 3.46875,-0.15625 0.13384,0.30386 0.38476,0.56239 0.71875,0.78125 0.23361,0.15308 0.50681,0.28499 0.78125,0.375 0.14216,0.1559 0.32646,0.32075 0.53125,0.4375 0.77328,0.44086 1.85738,0.56493 2.40625,0.0937 0.66034,-0.56686 0.34511,-2.15407 -0.40625,-2.625 0.71694,-0.004 1.38859,-0.19973 1.78125,-0.625 0.46869,-0.50762 0.47486,-1.38717 0.1875,-2.1875 0.3595,-0.35029 0.64585,-0.72508 0.8125,-1.15625 0.10141,-0.26236 0.14832,-0.55658 0.15625,-0.84375 0.0974,-0.0543 0.18759,-0.12939 0.28125,-0.1875 -1.32252,2.67922 -1.08187,6.98137 1,8.5 1.01582,0.74099 2.53682,0.67585 3.96875,0.125 1.65715,2.58043 5.66038,4.62486 8.09375,3.53125 1.63812,-0.7362 2.3993,-3.1674 2.1875,-5.34375 0.46923,0.10746 0.9248,0.12464 1.28125,-0.0625 0.32713,-0.17175 0.53356,-0.52624 0.65625,-0.9375 0.20404,-0.0955 0.37588,-0.2186 0.5625,-0.34375 2.34742,0.66552 5.3691,0.31866 6.53125,-1.28125 0.32978,-0.454 0.46346,-1.04129 0.46875,-1.65625 0.22833,0.31768 0.52492,0.55651 0.875,0.6875 1.24906,0.46737 2.84213,-0.53381 3.875,-1.875 0.97882,0.0683 1.91108,-0.14011 2.34375,-0.8125 0.0698,-0.10855 0.11324,-0.22216 0.15625,-0.34375 0.0927,0.0192 0.18884,0.0162 0.28125,0.0313 0.18237,1.06488 0.61094,2.00879 1.3125,2.5625 0.86278,0.68096 2.20112,0.62944 3.46875,0.1875 1.14386,0.38539 2.66068,0.29266 3.53125,-0.34375 1.1664,2.26184 4.12965,4.30379 6.21875,3.71875 2.31702,-0.64887 3.2911,-5.18338 1.75,-7.03125 -0.30488,-0.36557 -0.7335,-0.64302 -1.21875,-0.875 -0.17648,-0.19706 -0.40184,-0.37976 -0.65625,-0.53125 -0.1125,-0.067 -0.22091,-0.13102 -0.34375,-0.1875 0.21361,-0.22058 0.39586,-0.46352 0.5,-0.75 0.1978,-0.54411 0.16165,-1.14327 -0.0313,-1.75 0.60775,-0.76793 0.71355,-1.95559 0.4375,-3.15625 0.17754,-0.67958 0.17173,-1.37056 -0.0937,-1.96875 -1.37345,-3.09467 -8.46717,-2.96559 -10.15625,-0.0313 -0.0998,0.17341 -0.19435,0.36892 -0.25,0.5625 -0.0996,-0.0906 -0.19854,-0.17497 -0.3125,-0.25 -2.89442,-1.90564 -8.82016,1.94677 -9.03125,5.4375 -0.22128,0.18801 -0.41845,0.42464 -0.59375,0.6875 -0.61642,0.0394 -1.1932,0.19739 -1.59375,0.53125 -0.0994,0.0828 -0.19527,0.17794 -0.28125,0.28125 -0.10288,-0.0546 -0.22937,-0.0822 -0.34375,-0.125 0.27127,-0.58863 -0.008,-1.58113 -0.53125,-1.96875 -0.0152,-0.39799 -0.101,-0.78274 -0.25,-1.125 -0.67648,-1.55392 -3.09548,-2.21225 -5.09375,-1.875 -0.76569,-0.89155 -1.6658,-1.52523 -2.625,-1.625 -1.36634,-0.14212 -2.79202,1.01422 -3.65625,2.46875 -0.40776,0.11439 -0.79087,0.27234 -1.125,0.46875 -0.46145,-0.55536 -1.04493,-0.97497 -1.625,-1 -1.13278,-0.0489 -2.24983,1.59706 -2.1875,2.8125 -0.10225,0.0244 -0.20986,0.0546 -0.3125,0.0937 -0.0778,0.0297 -0.14215,0.0877 -0.21875,0.125 -0.0751,-0.0216 -0.1409,-0.0453 -0.21875,-0.0625 -1.26337,-0.27996 -2.84647,0.016 -3.40625,0.90625 -0.23459,0.37308 -0.22516,0.87671 -0.0937,1.375 -0.36609,-0.0324 -0.71372,-0.0179 -1.0625,0.0937 -0.0952,0.0305 -0.19039,0.0848 -0.28125,0.125 0.0562,-0.14063 0.0947,-0.292 0.125,-0.4375 0.29287,-1.40871 -0.95534,-3.02619 -2.46875,-3.90625 -0.10519,-3.0623 -4.01157,-6.83524 -7.0625,-6.75 z m -148.84375,0.15625 c -0.0227,0.0402 -0.0417,0.0845 -0.0625,0.125 -0.008,-0.021 -0.0226,-0.0417 -0.0313,-0.0625 0.0301,-0.0239 0.0644,-0.0366 0.0937,-0.0625 z m 52.0625,0 c -0.1285,0.004 -0.25592,0.0269 -0.375,0.0625 -1.01823,0.30442 -1.5047,2.06132 -1.125,3.15625 -0.45903,0.17494 -0.89807,0.43434 -1.28125,0.75 0.0314,-0.37492 -0.20258,-0.77132 -0.5625,-1.0625 -0.59986,-0.48531 -1.52704,-0.73256 -2.0625,-0.40625 -0.37087,0.22601 -0.52731,0.78123 -0.46875,1.3125 -0.87564,0.55205 -1.60446,1.4917 -1.59375,2.34375 0.005,0.40337 0.18855,0.84486 0.4375,1.25 -0.13825,0.0931 -0.27063,0.18092 -0.375,0.3125 -0.46982,0.59231 -0.52048,1.48792 -0.28125,2.375 -0.7606,-0.0385 -1.67821,0.36772 -1.75,1 -0.0325,0.28609 0.11468,0.56121 0.34375,0.8125 -0.13124,1.16419 0.29039,2.54934 1.21875,2.78125 0.0296,0.007 0.0638,-0.005 0.0937,0 0.0301,1.03298 0.28217,1.97756 0.78125,2.6875 0.0678,0.22303 0.15555,0.4414 0.28125,0.625 0.95594,1.39624 4.00503,1.16452 5.25,-0.0937 2.26903,-1.09468 4.30168,-3.22828 4.5625,-5.28125 0.0646,-0.18234 0.11638,-0.37873 0.125,-0.59375 0.0156,-0.38811 -0.0752,-0.79358 -0.21875,-1.15625 0.36352,-0.0302 0.73247,-0.10435 1,-0.28125 0.36243,-0.23965 0.6319,-0.65312 0.84375,-1.125 0.63555,-1.41565 0.53794,-3.50499 -0.625,-4.09375 -0.64385,-0.32596 -1.47308,-0.14965 -2.25,0.28125 -0.065,-0.45799 -0.20098,-0.86566 -0.375,-1.25 0.69367,-0.13766 1.27454,-0.48273 1.46875,-1.03125 0.19911,-0.56237 -0.034,-1.22097 -0.46875,-1.8125 -0.63397,-0.86266 -1.69423,-1.59111 -2.59375,-1.5625 z m -24.09375,0.2812 c -0.24556,-0.005 -0.51853,0.0613 -0.78125,0.15625 -0.87575,0.3164 -1.72135,1.11829 -1.71875,1.875 0.003,0.94996 1.60349,1.79838 2.46875,1.40625 0.99594,-0.45136 1.57273,-2.57688 0.6875,-3.21875 -0.18379,-0.13326 -0.41069,-0.21392 -0.65625,-0.21875 z M 28.71875,130.3125 c -0.02043,0.0299 -0.04342,0.0625 -0.0625,0.0937 -0.02708,-0.0125 -0.03505,-0.0504 -0.0625,-0.0625 0.03981,-0.0103 0.08532,-0.0176 0.125,-0.0313 z m 190.0625,0.0625 c 0.12637,0.1871 0.29176,0.36557 0.46875,0.53125 -0.18283,0.24913 -0.3194,0.51154 -0.40625,0.78125 -0.24172,0.16683 -0.47127,0.36995 -0.625,0.59375 -0.0389,-0.093 -0.0734,-0.19248 -0.125,-0.28125 0.29831,-0.53562 0.55225,-1.08211 0.6875,-1.625 z m 207.78125,0.21875 c -0.15536,0.0112 -0.29039,0.0609 -0.375,0.15625 -0.21244,0.23943 -0.0242,0.81053 0.28125,0.90625 0.35158,0.11017 0.98459,-0.29624 0.90625,-0.65625 -0.0325,-0.14949 -0.1691,-0.27349 -0.34375,-0.34375 -0.14554,-0.0585 -0.31339,-0.0737 -0.46875,-0.0625 z M 253,130.6875 c -0.459,0.009 -0.95354,0.13742 -1.4375,0.34375 -0.84395,0.35981 -1.63917,0.9682 -2.25,1.6875 -0.0235,-0.005 -0.0388,-0.0269 -0.0625,-0.0313 -3.70389,-0.68764 -8.06671,5.88459 -6.4375,9.28125 1.11852,2.33194 5.5888,2.81042 7.96875,1.375 0.82531,0.21947 1.85495,0.10399 2.625,-0.28125 0.51618,0.11916 1.00612,0.13518 1.46875,0.0313 0.0446,-0.01 0.0806,-0.0503 0.125,-0.0625 0.0562,0.27989 0.15356,0.54263 0.3125,0.75 0.82538,1.07686 3.38701,0.63158 4.03125,-0.5625 0.54105,-1.00284 0.036,-2.79433 -0.875,-3.6875 0.46266,-1.01602 0.72578,-2.05976 0.625,-3 0.43504,-0.32503 0.71539,-0.90639 0.84375,-1.5625 0.25807,-1.31908 -0.0924,-2.94173 -1.03125,-3.5 -0.88396,-0.52564 -2.37183,0.10585 -3.125,1.03125 -0.59203,-0.91963 -1.43535,-1.63827 -2.3125,-1.78125 -0.14539,-0.0237 -0.31575,-0.0343 -0.46875,-0.0313 z m 336.53125,0.28125 c 0.4449,0.25989 0.92542,0.43404 1.375,0.4375 0.1232,0.40591 0.33274,0.81166 0.625,1.1875 -0.0761,0.16174 -0.14235,0.33061 -0.1875,0.5 -0.11279,0.42315 -0.10663,0.8623 0,1.3125 -0.0905,0.0191 -0.19765,0.0517 -0.28125,0.0937 -0.41823,0.21017 -0.65992,0.67233 -0.78125,1.21875 -0.73108,-0.54722 -1.61538,-0.83036 -2.25,-0.46875 -0.21356,0.12169 -0.36615,0.34181 -0.5,0.5625 -0.14763,-0.30242 -0.34771,-0.5802 -0.5625,-0.8125 -0.46077,-0.49832 -1.10231,-0.86703 -1.84375,-1.125 0.0767,-0.0566 0.14832,-0.0904 0.21875,-0.15625 0.37123,-0.3472 0.61747,-0.80459 0.78125,-1.3125 0.30749,0.61407 0.78565,1.07816 1.34375,1.09375 0.53336,0.0149 1.02228,-0.37367 1.40625,-0.90625 0.33984,-0.47136 0.57762,-1.05946 0.65625,-1.625 z m -356,0.25 c 0.31388,0.36535 0.68431,0.70127 1.125,1 0.26405,0.17899 0.54829,0.31937 0.84375,0.46875 -0.23138,0.0457 -0.43137,0.16429 -0.53125,0.34375 -0.0436,0.0783 -0.0859,0.15817 -0.0937,0.25 -0.28462,-0.30452 -0.6282,-0.49274 -1,-0.5 -0.33632,-0.007 -0.64403,0.14308 -0.9375,0.375 0.21699,-0.61005 0.37062,-1.25683 0.4375,-1.875 0.0538,-0.02 0.10415,-0.0406 0.15625,-0.0625 z M 518.4375,131.5 c 0.11538,0.0409 0.21795,0.0667 0.34375,0.0937 0.10765,0.0231 0.23099,0.0185 0.34375,0.0313 0.033,0.0627 0.0589,0.12527 0.0937,0.1875 0.0492,0.33773 0.11978,0.64695 0.25,0.9375 -0.12641,-0.0419 -0.24385,-0.0774 -0.375,-0.0625 -0.43567,0.0494 -0.81153,0.42864 -1.0625,0.90625 -0.19047,0.36249 -0.3135,0.77668 -0.34375,1.1875 -0.32173,-0.90087 -0.95062,-1.76554 -1.6875,-2.3125 0.0526,0.0171 0.1014,0.0516 0.15625,0.0625 0.41682,0.0828 0.83302,0.001 1.25,-0.21875 0.0415,0.0239 0.078,0.0443 0.125,0.0625 0.33229,0.12892 0.77921,0.12528 0.96875,-0.0937 0.15767,-0.1822 0.0953,-0.53753 -0.0625,-0.78125 z m -478.40625,1.03125 c -0.827597,-0.12713 -2.049263,0.99925 -1.75,1.78125 0.124262,0.32471 0.45857,0.5582 0.875,0.65625 0.694049,0.16342 1.560115,-0.0136 1.875,-0.5 0.395303,-0.61066 -0.280995,-1.82705 -1,-1.9375 z M 354.5,134.125 c -1.11774,0.0237 -2.28132,0.48074 -2.65625,1.28125 -0.53793,1.14852 0.91941,3.10478 2.1875,3.125 1.45961,0.0233 3.32739,-2.22029 2.625,-3.5 -0.29165,-0.53137 -0.94497,-0.83568 -1.6875,-0.90625 -0.15469,-0.0147 -0.30907,-0.003 -0.46875,0 z m 151.8125,0.40625 c 9.9e-4,0.0105 -10e-4,0.0208 0,0.0313 0.0219,0.18196 0.0678,0.36686 0.15625,0.53125 -0.009,0.34006 0.10861,0.74096 0.3125,1.0625 -0.4736,-0.44696 -1.09723,-0.80059 -1.6875,-0.875 0.43701,-0.17395 0.8828,-0.43804 1.21875,-0.75 z m -31.59375,1.0625 c 0.087,0.0202 0.15907,0.0813 0.25,0.0937 -0.10517,0.016 -0.2195,0.0271 -0.3125,0.0625 0.0232,-0.0509 0.0405,-0.10483 0.0625,-0.15625 z m -49.5,0.28125 c -0.16327,0.0262 -0.30135,0.0842 -0.4375,0.15625 -1.25371,0.66368 -1.82232,3.45803 -0.625,4.21875 0.49716,0.31587 1.20971,0.25637 1.875,-0.0313 1.10882,-0.47936 2.12606,-1.58286 2.0625,-2.5625 -0.0698,-1.0761 -1.73214,-1.9647 -2.875,-1.78125 z m 92.6875,0 c 0.0207,0.0328 0.0387,0.0638 0.0625,0.0937 -0.0212,-0.008 -0.0412,-0.0235 -0.0625,-0.0313 -5.5e-4,-0.0205 9.8e-4,-0.0419 0,-0.0625 z m -256.375,0.53125 c -0.2625,0.027 -0.50075,0.15882 -0.59375,0.34375 -0.15566,0.30954 0.21636,0.82855 0.5625,0.84375 0.39842,0.0175 0.93205,-0.55142 0.75,-0.90625 -0.0756,-0.14733 -0.26651,-0.25631 -0.46875,-0.28125 -0.0843,-0.0104 -0.1625,-0.009 -0.25,0 z m -41.96875,0.4375 c -0.12437,-0.0141 -0.22983,0.006 -0.34375,0.0313 -1.04901,0.22923 -2.03101,2.13955 -1.3125,2.9375 0.29834,0.33133 0.83145,0.41831 1.375,0.34375 0.90591,-0.12427 1.87857,-0.71026 2.03125,-1.4375 0.16771,-0.79885 -0.87938,-1.77658 -1.75,-1.875 z m 164.5,1.21875 c 0.13393,0.0654 0.26487,0.13661 0.40625,0.1875 -0.024,0.49499 0.0932,0.95642 0.34375,1.28125 -0.16603,0.24467 -0.26713,0.54755 -0.34375,0.875 -0.0354,0.15127 -0.0462,0.30961 -0.0625,0.46875 -0.0548,-0.005 -0.10341,-0.0155 -0.15625,0 -0.0527,0.0154 -0.11115,0.0301 -0.15625,0.0625 -0.22835,-0.53407 -0.78558,-1.02951 -1.28125,-1.03125 -0.0746,-2.6e-4 -0.14209,0.0125 -0.21875,0.0313 0.12787,-0.1197 0.23489,-0.24295 0.34375,-0.375 0.0498,-0.0146 0.11063,-0.01 0.15625,-0.0313 0.47083,-0.22368 0.83298,-0.8304 0.96875,-1.46875 z m 95.78125,0.53125 c -0.53951,-0.0828 -1.22228,0.14483 -1.3125,0.59375 -0.05,0.24854 0.0628,0.5273 0.28125,0.75 0.36406,0.37117 0.96014,0.61458 1.34375,0.4375 0.48158,-0.2223 0.55633,-1.2455 0.15625,-1.59375 -0.11513,-0.10021 -0.28891,-0.1599 -0.46875,-0.1875 z M 415.375,139.25 c 0.22703,0.11805 0.45943,0.19681 0.71875,0.28125 -0.25002,0.16848 -0.40857,0.38954 -0.46875,0.65625 -0.0137,0.0609 -0.0295,0.12532 -0.0313,0.1875 -0.0241,-0.03 -0.0376,-0.0647 -0.0625,-0.0937 -0.002,-0.33698 -0.0678,-0.67462 -0.15625,-1.03125 z m -62.0625,1.46875 c 0.063,0.0775 0.11486,0.15377 0.1875,0.21875 -0.0412,0.003 -0.0835,-0.004 -0.125,0 -0.0288,-0.0719 -0.0315,-0.14855 -0.0625,-0.21875 z M 383.75,142.125 c 0.0265,0.15601 0.10385,0.26941 0.1875,0.375 -0.2439,-0.056 -0.48274,-0.0771 -0.71875,-0.0937 0.20347,-0.0609 0.37386,-0.17248 0.53125,-0.28125 z m 0.8125,0.53125 c 0.0195,-0.005 0.0431,0.006 0.0625,0 0.004,0.009 -0.004,0.0225 0,0.0313 -0.0212,-0.008 -0.0413,-0.0238 -0.0625,-0.0313 z m -38.09375,0.8125 c 0.13356,0.38852 0.32393,0.75372 0.59375,1.125 0.2673,0.36781 0.57724,0.71533 0.9375,1.03125 -0.40645,-0.25135 -0.92559,-0.40452 -1.34375,-0.34375 0.0347,-0.61473 -0.0402,-1.23915 -0.1875,-1.8125 z m 58.125,0.84375 c -0.77219,0.0474 -1.66619,0.56983 -1.65625,1.21875 0.005,0.35927 0.25551,0.69467 0.625,0.9375 0.61581,0.40471 1.52186,0.57931 2,0.21875 0.60025,-0.45264 0.37756,-1.88786 -0.28125,-2.25 -0.18958,-0.10421 -0.4301,-0.14081 -0.6875,-0.125 z m -80.8125,0.71875 c -0.66141,0.13062 -1.04636,1.3564 -0.65625,1.90625 0.11226,0.15822 0.28631,0.28738 0.5,0.375 0.64106,0.26287 1.59806,0.18385 1.84375,-0.34375 0.36274,-0.77893 -0.84453,-2.10398 -1.6875,-1.9375 z m -5.4375,0.6875 c -0.57914,0.14222 -1.09779,1.22347 -0.6875,1.65625 0.17036,0.1797 0.48054,0.23665 0.78125,0.1875 0.50119,-0.0819 1.01935,-0.43781 1.09375,-0.84375 0.0934,-0.50961 -0.68435,-1.12356 -1.1875,-1 z m 15,1.9375 c -0.50894,0.0766 -1.09361,0.65005 -0.9375,1.09375 0.0741,0.21056 0.29696,0.36731 0.5625,0.4375 0.44257,0.11699 1.00818,0.0254 1.21875,-0.28125 0.26435,-0.38501 -0.16549,-1.16657 -0.625,-1.25 -0.0661,-0.012 -0.14604,-0.011 -0.21875,0 z M 324.625,148.25 c -0.31561,0.0631 -0.63444,0.35808 -0.59375,0.625 0.0225,0.14778 0.14651,0.26449 0.3125,0.34375 0.27665,0.13209 0.667,0.14433 0.84375,-0.0313 0.22189,-0.22042 0.042,-0.79413 -0.25,-0.90625 -0.084,-0.0323 -0.2073,-0.0523 -0.3125,-0.0313 z m 15,0.28125 c -1.41323,-0.0173 -3.21589,2.13856 -2.53125,3.375 0.28428,0.5134 0.90585,0.7781 1.625,0.84375 1.19858,0.10942 2.65094,-0.33146 3.0625,-1.21875 0.51667,-1.11389 -0.92846,-2.98499 -2.15625,-3 z"
+         transform="translate(-664,122)"
+         id="path7450"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4458"
+         transform="translate(-664,124)"
+         d="m 168.84375,190.25 c -2.75811,0.21231 -4.88605,5.10216 -3.5625,7.53125 0.38086,0.69899 1.07796,1.28961 1.90625,1.75 1.40238,0.77948 3.22164,1.1442 4.78125,0.96875 -0.053,0.35984 -0.0497,0.74539 -0.0313,1.125 -0.50592,-0.20541 -1.08013,-0.28475 -1.59375,-0.21875 -0.0493,-0.24893 -0.24141,-0.47933 -0.5,-0.65625 -0.50202,-0.34347 -1.2561,-0.47774 -1.65625,-0.1875 -0.50234,0.36436 -0.31942,1.53476 0.21875,1.84375 0.13953,0.0801 0.31096,0.12529 0.5,0.125 -0.0245,0.0565 -0.0721,0.0971 -0.0937,0.15625 -0.0561,0.15351 -0.0897,0.30231 -0.125,0.46875 -0.24792,-0.46571 -0.54548,-0.89239 -0.875,-1.25 -0.16417,-1.1603 -0.86467,-2.37209 -1.78125,-2.59375 -0.80486,-0.19464 -1.77097,0.53552 -2.25,1.40625 -0.0696,-0.0259 -0.14751,-0.0388 -0.21875,-0.0625 1.54558,-1.81446 -0.53043,-6.33133 -2.90625,-6.59375 -1.88135,-0.20781 -3.92489,2.82362 -3.34375,4.625 0.16723,0.51836 0.56413,0.99144 1.0625,1.40625 0.26504,0.2206 0.55669,0.42064 0.875,0.59375 -0.47216,0.19375 -0.86792,0.45567 -1.15625,0.8125 -0.25317,0.31331 -0.41255,0.69645 -0.46875,1.125 -1.43453,0.69521 -2.6418,1.75258 -3,2.96875 -0.25605,0.56441 -0.38672,1.17777 -0.28125,1.6875 -0.11567,0.43695 -0.20167,0.90268 -0.25,1.34375 -0.72517,-1.30931 -1.8423,-2.37408 -3.03125,-2.625 -0.5921,-0.12496 -1.26655,-0.0557 -1.9375,0.125 -0.39767,-1.06465 -1.25502,-2.13112 -2.25,-2.875 0.005,-0.0523 0.033,-0.10481 0.0313,-0.15625 -0.0113,-0.32892 -0.1541,-0.67641 -0.375,-1 -0.66271,-0.97078 -2.03446,-1.73678 -2.875,-1.21875 -0.38469,0.23709 -0.60596,0.68868 -0.6875,1.21875 -0.17825,0.0769 -0.34032,0.1692 -0.46875,0.3125 -0.0252,0.0281 -0.0399,0.0638 -0.0625,0.0937 -0.14203,-0.0165 -0.28512,-0.0123 -0.4375,0 -1.44793,-0.68649 -3.11193,-0.9477 -4.3125,-0.46875 -0.20143,-0.25925 -0.40399,-0.51047 -0.65625,-0.71875 -0.62146,-0.76349 -1.69233,-1.32493 -2.5,-1.125 -0.1373,0.034 -0.27458,0.0833 -0.40625,0.15625 -0.41476,-1.15858 -1.70099,-2.24215 -3.09375,-2.78125 -0.008,-1.25402 -2.29881,-2.43785 -3.375,-1.78125 -0.43233,0.26377 -0.6207,0.87766 -0.59375,1.5 -1.06419,-0.19895 -2.22309,-0.16644 -3.25,0.0625 0.0231,-0.13062 0.0313,-0.28876 0,-0.4375 -0.12536,-0.59496 -0.65212,-1.23812 -1.15625,-1.15625 -0.74428,0.12087 -1.13033,1.65774 -0.59375,2.1875 0.0263,0.026 0.0627,0.0423 0.0937,0.0625 -0.3877,0.24216 -0.73148,0.52516 -0.96875,0.875 -0.10984,0.16196 -0.18437,0.34515 -0.25,0.53125 -0.087,0.0724 -0.16023,0.16107 -0.21875,0.25 -0.45781,0.69573 -0.2203,2.07857 0.40625,2.75 0.10548,0.23497 0.24686,0.46071 0.40625,0.6875 0.14087,0.20043 0.29414,0.40787 0.46875,0.59375 0.10223,0.13824 0.20108,0.2792 0.3125,0.40625 0.0579,0.47291 0.19464,0.89254 0.46875,1.1875 0.27445,0.29532 0.69212,0.50281 1.15625,0.625 0.47647,0.12544 1.01681,0.14858 1.53125,0.0937 0.0564,0.0351 0.1272,0.0686 0.1875,0.0937 0.98282,0.41037 2.53934,-0.83049 2.59375,-1.90625 0.18295,-0.13799 0.36162,-0.28452 0.53125,-0.4375 0.25439,0.0688 0.5294,0.10472 0.8125,0.125 0.725,0.0519 1.49611,-0.076 2.21875,-0.3125 0.0149,0.0536 0.0449,0.10342 0.0625,0.15625 -0.10374,0.38345 -0.0954,0.75013 -0.0313,1.09375 -0.76739,0.93362 -1.06018,2.65521 -0.21875,3.28125 0.30245,0.22503 0.69642,0.27631 1.125,0.21875 0.14003,0.0474 0.28036,0.0736 0.4375,0.0937 0.87298,0.11219 1.95662,-0.17513 2.28125,-0.8125 0.17651,-0.34656 0.0699,-0.80397 -0.15625,-1.21875 0.007,-0.0234 0.0253,-0.039 0.0313,-0.0625 0.0932,-0.0161 0.18889,-0.0419 0.28125,-0.0625 0.16067,0.10094 0.3238,0.20364 0.5,0.28125 -0.0492,0.24799 -0.0493,0.49414 0.0937,0.65625 0.0889,0.10081 0.20248,0.15289 0.34375,0.1875 0.78507,1.98251 2.32946,3.7921 4,3.96875 0.0411,0.004 0.0839,-0.002 0.125,0 0.94444,0.34929 2.10985,0.39402 3.28125,0.21875 0.008,0.23782 0.0517,0.45859 0.125,0.6875 1.0529,3.28773 8.27847,3.9456 10.3125,1.15625 0.23464,-0.32177 0.35957,-0.68582 0.4375,-1.09375 0.0597,0.0794 0.1206,0.17767 0.1875,0.25 1.12336,1.21453 3.43317,1.15242 5.28125,0.34375 0.60182,0.36421 1.27287,0.62214 1.9375,0.71875 0.0689,0.10726 0.13092,0.24267 0.21875,0.34375 0.6478,0.74555 1.75228,1.26057 2.5,0.96875 0.50828,-0.19837 0.79053,-0.83043 0.84375,-1.5 1.07128,0.12492 2.29512,-0.21613 2.71875,-0.96875 0.34598,-0.61467 0.0308,-1.53407 -0.53125,-2.1875 0.5927,-0.19227 1.14452,-0.57759 1.46875,-1.03125 0.0307,0.006 0.063,0.0275 0.0937,0.0313 0.30481,0.0367 0.6388,-0.0303 0.96875,-0.1875 0.55154,0.32606 1.33661,0.28249 2.09375,0 0.009,0.012 0.0217,0.0195 0.0313,0.0313 -0.16984,0.42381 -0.21192,0.95349 0.0937,1.15625 0.19714,0.13077 0.48058,0.11023 0.75,0 0.14032,-0.0574 0.28335,-0.15305 0.40625,-0.25 0.52574,0.14652 1.10674,0.0301 1.6875,-0.21875 -0.65787,1.95436 -0.67603,4.12122 0.34375,5.375 1.68727,2.07444 6.70506,1.04525 7.90625,-1.34375 0.20584,-0.40938 0.33346,-0.86791 0.375,-1.375 1.64482,0.0974 3.37412,-0.31751 4.28125,-1.28125 -0.2441,1.55147 0.0949,3.3311 1.125,4.03125 0.42838,0.29116 0.9765,0.3151 1.5625,0.21875 0.45499,0.56981 1.03266,0.99759 1.6875,1.09375 0.31403,0.0461 0.62273,0.0132 0.9375,-0.0625 0.75031,1.40351 1.91467,2.5562 3.15625,2.6875 1.47721,0.15622 3.0061,-1.42568 3.625,-3.09375 1.44125,0.0389 3.17625,-0.75731 3.65625,-1.90625 0.0581,-0.13914 0.0954,-0.28255 0.125,-0.4375 0.009,-0.004 0.0221,0.004 0.0313,0 0.39901,-0.16797 0.7682,-0.5144 1.0625,-0.9375 0.56641,-0.81431 0.86341,-1.94976 0.75,-2.875 0.0415,-0.0525 0.085,-0.10303 0.125,-0.15625 0.32696,0.40045 0.75054,0.65128 1.1875,0.625 0.51863,-0.0312 0.98563,-0.41929 1.3125,-0.96875 0.5448,-0.91576 0.70804,-2.23887 0.15625,-2.90625 -0.31401,-0.37979 -0.90278,-0.47752 -1.5,-0.40625 -0.0447,-0.21372 -0.11917,-0.42794 -0.21875,-0.625 -0.9114,-1.80358 -3.80428,-2.33568 -6.3125,-1.84375 -0.15986,-0.0141 -0.33352,-0.0336 -0.5,-0.0313 0.17032,-0.561 0.20096,-1.14823 -0.0625,-1.53125 -0.52457,-0.76262 -2.30045,-0.54095 -2.78125,0.25 -0.14742,0.24251 -0.20249,0.56532 -0.1875,0.90625 -0.80099,-0.0498 -1.6368,0.17395 -2,0.6875 -0.27565,0.38975 -0.19807,0.96255 0.0313,1.5 -0.24004,-0.19531 -0.48791,-0.34116 -0.75,-0.34375 -0.10103,-0.001 -0.21553,0.0246 -0.3125,0.0625 0.0475,-0.0922 0.082,-0.18546 0.125,-0.28125 0.14785,-0.044 0.29414,-0.10028 0.375,-0.21875 0.12163,-0.1782 0.0916,-0.40991 0.0313,-0.65625 1.80409,-1.05944 3.22341,-4.11473 2.3125,-5.78125 -0.90482,-1.65537 -4.51682,-1.59729 -5.65625,-0.0937 -0.26739,0.35283 -0.41841,0.80724 -0.5,1.3125 -0.47991,0.30063 -0.86296,0.65826 -1.03125,1.09375 -0.23139,0.13767 -0.44308,0.27447 -0.65625,0.4375 -0.0524,-0.0435 -0.10147,-0.0857 -0.15625,-0.125 -0.64201,-0.46097 -1.50524,-0.71105 -2.4375,-0.78125 -0.29614,-0.6979 -0.75422,-1.25529 -1.375,-1.59375 -1.5689,-0.85539 -3.79937,-0.16899 -5.625,1.1875 -0.23429,-0.20424 -0.47851,-0.38522 -0.75,-0.5625 -0.0365,-0.075 -0.0798,-0.14537 -0.125,-0.21875 -0.46879,-0.76041 -1.38362,-1.43202 -2.09375,-1.28125 -0.20894,0.0444 -0.37515,0.1983 -0.53125,0.375 -0.38602,-0.0784 -0.75579,-0.12021 -1.125,-0.125 0.4034,-3.16061 -3.25802,-7.80002 -6.34375,-7.5625 z m -16.46875,0.21875 c -2.40894,-0.0367 -5.4026,1.69455 -5.96875,3.78125 -0.21722,0.80062 -0.13527,1.74393 0.15625,2.6875 0.87456,2.8307 3.65303,5.71666 6.0625,5.09375 0.78793,-0.2037 1.46694,-0.76892 2,-1.5 1.20812,-0.6757 2.23193,-2.56699 1.5,-3.5625 -0.0342,-0.0465 -0.085,-0.0838 -0.125,-0.125 0.29535,-2.23028 -0.13674,-4.56919 -1.5,-5.6875 -0.55721,-0.4571 -1.32202,-0.67528 -2.125,-0.6875 z m 28.375,2.875 c -1.17389,0.002 -2.43361,0.44861 -2.84375,1.28125 -0.58845,1.1946 0.91917,3.26507 2.25,3.3125 1.53182,0.0546 3.55469,-2.2358 2.84375,-3.59375 -0.2952,-0.56386 -1.0032,-0.87932 -1.78125,-0.96875 -0.16209,-0.0186 -0.30105,-0.0315 -0.46875,-0.0313 z M 80.625,194 c -1.044467,0.0397 -2.085245,0.41777 -2.5,1.125 -0.159096,0.27129 -0.189739,0.59314 -0.15625,0.9375 -1.836566,-0.85452 -3.869772,-1.10419 -5.25,-0.3125 -0.685077,0.39296 -1.181183,1.09027 -1.46875,1.9375 -0.440944,-0.36922 -0.911746,-0.63164 -1.40625,-0.71875 -0.634165,-0.11171 -1.353544,0.0209 -2.0625,0.3125 -0.398788,0.16402 -0.780983,0.40131 -1.15625,0.65625 -0.07373,-0.18944 -0.188288,-0.36774 -0.3125,-0.53125 -0.565931,-0.74497 -1.541011,-1.07955 -2.65625,-1.125 0.147523,-0.69532 0.05121,-1.40929 -0.40625,-1.75 -0.397928,-0.29637 -0.985679,-0.29385 -1.5625,-0.0937 -0.96137,0.33349 -1.898515,1.20434 -1.90625,2.03125 -0.002,0.21627 0.0913,0.42789 0.21875,0.625 -0.864845,0.43477 -1.585872,1.02602 -2,1.71875 -0.717187,0.20944 -1.408767,0.8201 -1.90625,1.53125 -0.382074,-0.3497 -0.792473,-0.67015 -1.25,-0.90625 -1.292276,-1.31926 -2.974266,-2.23188 -4.40625,-2 -1.419106,0.2298 -2.522971,1.79484 -3,3.5 -0.674483,0.32571 -1.279295,1.06638 -1.4375,1.78125 -0.262377,-0.10225 -0.531701,-0.14525 -0.75,-0.0625 -0.008,0.003 -0.02343,-0.003 -0.03125,0 -0.153507,-0.35863 -0.352739,-0.6775 -0.59375,-0.9375 -0.268493,-0.53378 -0.657159,-1.05493 -1.125,-1.53125 -1.44e-4,-0.45645 -0.129734,-0.85012 -0.4375,-1.09375 -0.304035,-0.24068 -0.739281,-0.29042 -1.1875,-0.21875 -0.872943,-0.54553 -1.84667,-0.9293 -2.78125,-1.125 0.605179,-0.56911 1.003679,-1.3271 0.75,-1.9375 -0.199242,-0.47941 -0.749256,-0.77755 -1.375,-0.90625 -1.042905,-0.21451 -2.331849,0.0418 -2.78125,0.78125 -0.384663,0.6329 -0.02344,1.645 0.59375,2.28125 -0.02045,0.0103 -0.04237,0.0204 -0.0625,0.0313 -0.658904,-0.14597 -1.425404,-0.13508 -2.1875,0 -0.791625,-0.56418 -1.900156,-0.87684 -2.5625,-0.46875 -0.412499,0.25415 -0.593116,0.84459 -0.59375,1.4375 -0.211935,0.028 -0.42484,0.0671 -0.625,0.125 -0.03994,-0.097 -0.07306,-0.18571 -0.125,-0.28125 -0.503469,-0.926 -1.528669,-1.75701 -2.375,-1.625 -1.062472,0.16573 -1.742681,2.09866 -1.15625,3 0.248713,0.38227 0.730255,0.6692 1.28125,0.8125 -0.344343,0.36727 -0.576699,0.8088 -0.5625,1.21875 0.01126,0.32499 0.218308,0.6221 0.5,0.875 -0.134352,0.0911 -0.253145,0.17802 -0.34375,0.3125 -0.155764,0.2312 -0.240019,0.51558 -0.25,0.8125 -1.022681,-0.99909 -2.329404,-1.73165 -3.5,-1.75 -0.174504,-0.11286 -0.361939,-0.20383 -0.5625,-0.28125 -1.938979,-1.77922 -6.314282,-1.90952 -8.0625,-0.0937 -0.59107,0.61391 -0.95285,1.50607 -1.15625,2.5 -0.002,0.01 0.002,0.0213 0,0.0313 -0.120455,0.026 -0.222001,0.0787 -0.34375,0.125 -0.120465,-0.20457 -0.258133,-0.37354 -0.4375,-0.5 -1.016695,-0.71683 -3.137569,0.34137 -3.375,1.5625 -0.1594175,0.81991 0.393503,1.91613 1.15625,2.59375 -0.185599,0.27572 -0.374726,0.53938 -0.53125,0.84375 -0.6416755,-1.12599 -1.8567176,-2.06631 -2.84375,-1.71875 -0.2838779,0.1 -0.5204744,0.27809 -0.71875,0.53125 -0.3693879,-1.64123 -1.213231,-3.05392 -2.53125,-3.40625 -3.3016426,-0.8826 -7.7032787,4.78194 -6.46875,7.96875 0.2687454,0.69374 0.8760101,1.23778 1.625,1.625 -0.0207249,0.63489 0.26965253,1.36449 0.71875,2 -0.24684989,0.16296 -0.39007793,0.45599 -0.46875,0.8125 -0.1534092,0.69518 0.009968,1.56746 0.5,1.875 0.61517887,0.38608 1.8060669,-0.3119 1.90625,-1.03125 0.00144,-0.0103 -0.00105,-0.0208 0,-0.0313 0.3758304,0.14778 0.7712588,0.2143 1.125,0.15625 0.3483001,-0.0572 0.6362163,-0.28165 0.90625,-0.5625 0.2960283,0.48962 0.6915632,0.83306 1.1875,0.9375 0.1018325,0.0214 0.2088048,0.03 0.3125,0.0313 0.00108,0.21386 0.030724,0.43005 0.125,0.65625 0.2994269,0.71845 0.9933041,1.40764 1.625,1.375 0.1625695,-0.008 0.3260648,-0.084 0.46875,-0.1875 0.083037,-0.007 0.143,-0.004 0.21875,-0.0313 0.7607636,-0.27649 1.0013726,-1.82551 0.4375,-2.40625 -0.2119686,-0.21831 -0.5647587,-0.33023 -0.9375,-0.375 0.4802892,-0.48093 0.8681997,-1.08914 1.125,-1.71875 0.2712259,0.2663 0.5683594,0.50051 0.875,0.6875 0.066163,0.91272 0.506539,1.86969 1.1875,2.125 0.04939,0.0185 0.104388,0.0214 0.15625,0.0313 0.131584,0.30385 0.352977,0.55284 0.59375,0.71875 0.07164,0.0494 0.168607,0.0619 0.25,0.0937 -0.902313,2.91408 2.867798,7.70723 5.90625,7.40625 2.542958,-0.25189 4.396525,-4.7834 3.125,-7 -0.168873,-0.29439 -0.415918,-0.56548 -0.6875,-0.8125 0.101133,0.029 0.210238,0.0452 0.3125,0.0625 1.56531,0.26538 3.284894,-1.16835 4.1875,-2.875 0.224936,-0.31467 0.447112,-0.63222 0.625,-0.96875 0.191393,-0.0594 0.378383,-0.1361 0.5625,-0.21875 -0.928346,0.97341 -0.662239,3.63696 0.625,4 0.539969,0.15229 1.159113,-0.0869 1.6875,-0.53125 0.258267,-0.21717 0.487904,-0.49502 0.6875,-0.78125 -0.0077,0.0347 -0.02657,0.0581 -0.03125,0.0937 -0.08131,0.61936 0.300801,1.27021 0.875,1.78125 0.956994,0.85174 2.461455,1.34314 3.375,0.84375 1.146851,-0.62692 1.10422,-3.11687 0.0625,-3.90625 0.0036,-0.14793 -0.01366,-0.28037 -0.0625,-0.40625 -0.360306,-0.92862 -2.246545,-1.55404 -2.875,-0.78125 -0.231845,0.28509 -0.254165,0.69359 -0.15625,1.125 -0.318173,0.14376 -0.567095,0.34279 -0.78125,0.5625 0.21018,-0.50219 0.250052,-1.01704 0.09375,-1.4375 -0.327215,-0.88023 -1.800401,-1.24779 -2.8125,-0.9375 0.333956,-0.22066 0.615396,-0.46663 0.84375,-0.75 0.621402,0.84548 2.344097,1.19726 3.15625,0.59375 0.27096,-0.20135 0.480746,-0.53115 0.625,-0.90625 0.03991,-0.10377 0.09539,-0.20158 0.125,-0.3125 0.0104,0.0105 0.02056,0.0212 0.03125,0.0313 0.149259,0.56353 0.389221,1.08822 0.75,1.46875 0.548723,0.57876 1.412704,0.81733 2.34375,0.8125 0.706138,0.68613 1.878908,1.09297 2.65625,0.78125 0.34153,-0.13696 0.650005,-0.39471 0.90625,-0.75 0.342668,-0.47512 0.566412,-1.0935 0.65625,-1.6875 0.28812,0.0392 0.566739,0.0137 0.84375,0 0.126783,0.0291 0.241962,0.0453 0.375,0.0625 -0.452196,0.5221 -0.685487,1.14308 -0.46875,1.65625 0.196222,0.46459 0.703927,0.75347 1.3125,0.875 1.014287,0.20256 2.286323,-0.0605 2.71875,-0.78125 0.32979,-0.54971 0.04868,-1.38532 -0.4375,-2 0.04207,0.009 0.08218,0.0237 0.125,0.0313 0.239801,0.0423 0.497985,0.032 0.75,0.0313 0.730648,0.48591 1.540715,0.78114 2.28125,0.75 0.553735,-0.0233 1.100705,-0.22699 1.65625,-0.53125 -0.439438,1.00881 0.653993,2.88354 1.75,2.9375 0.378701,0.0186 0.742731,-0.20774 1.03125,-0.5625 0.512499,0.0393 1.044481,-0.0883 1.59375,-0.28125 1.369552,1.20832 3.509196,1.94777 4.8125,1.25 1.123015,-0.60124 1.447984,-2.4504 1.09375,-3.9375 0.19697,0.0302 0.393831,0.0513 0.59375,0.0625 0.46164,0.25511 0.936217,0.469 1.40625,0.5625 -0.286109,0.43989 -0.401408,0.92183 -0.25,1.34375 0.04922,0.13715 0.09245,0.26174 0.1875,0.375 -0.900026,0.21602 -1.865035,1.04994 -1.71875,1.8125 0.08099,0.42218 0.451778,0.75925 0.9375,0.96875 0.809534,0.34916 1.917635,0.3365 2.40625,-0.1875 0.400872,-0.4299 0.293073,-1.26001 -0.0625,-1.875 1.029519,0.15754 2.193126,-0.0664 2.65625,-0.75 0.646271,-0.95393 -0.366759,-2.89863 -1.5,-3.125 0.04722,-0.11744 0.08851,-0.21872 0.125,-0.34375 1.353483,0.46435 2.831534,0.51078 3.8125,-0.0625 0.684092,-0.0334 1.303924,-0.1965 1.75,-0.5625 0.435651,-0.35745 0.758293,-0.9255 0.96875,-1.5625 0.299804,-0.90742 0.369785,-1.98417 0.1875,-2.9375 0.173441,-0.0967 0.322519,-0.20286 0.4375,-0.34375 0.05126,-0.0628 0.08361,-0.14575 0.125,-0.21875 0.197803,0.29853 0.430901,0.51554 0.71875,0.59375 0.336794,0.0915 0.735392,-0.0455 1.0625,-0.3125 0.107711,0.51363 0.417012,1.04881 0.8125,1.40625 -0.857187,0.86296 -1.397718,1.8639 -1.28125,2.90625 0.161631,1.44653 1.42543,2.65967 3.0625,3.4375 0.03949,0.035 0.0849,0.0601 0.125,0.0937 -0.09545,0.20677 -0.154782,0.45484 -0.15625,0.71875 -0.0044,0.78195 0.37155,1.6578 0.96875,1.875 0.749716,0.27267 1.902132,-0.73563 1.84375,-1.53125 -0.0023,-0.0317 -0.02556,-0.0618 -0.03125,-0.0937 0.259506,-0.0199 0.514182,-0.0815 0.78125,-0.15625 0.71576,0.0414 1.404236,-0.0329 2.03125,-0.1875 0.254125,0.1318 0.500431,0.25114 0.78125,0.25 1.780708,-0.007 3.289172,-2.81595 3.09375,-4.8125 1.689322,0.79196 3.51459,1.05374 4.84375,0.40625 1.495915,-0.72872 2.224696,-2.82784 2.15625,-4.875 0.312731,-0.30594 0.553261,-0.76745 0.71875,-1.25 0.181062,0.0797 0.348754,0.17267 0.53125,0.21875 0.02286,0.55445 0.148445,1.1206 0.3125,1.6875 -0.01718,0.0423 -0.04768,0.0822 -0.0625,0.125 -0.238758,0.68959 -0.199137,1.52937 0,2.375 0.597407,2.53689 2.847925,5.21436 5,4.8125 1.818773,-0.33962 3.07736,-2.63545 3.375,-4.96875 0.0631,0.11517 0.16079,0.22323 0.25,0.3125 0.80744,0.80803 2.90615,0.16135 3.3125,-0.90625 0.17799,-0.46764 0.0833,-1.0777 -0.15625,-1.65625 0.0832,-0.19073 0.1342,-0.39401 0.15625,-0.625 0.89037,0.84226 1.99867,1.4981 3.09375,1.78125 0.11824,0.86906 0.46766,1.6178 1.09375,2.09375 0.16378,0.1245 0.34342,0.22902 0.53125,0.3125 0.008,0.004 0.0228,-0.004 0.0313,0 0.0899,0.0388 0.18669,0.0637 0.28125,0.0937 0.0881,0.028 0.15901,0.0752 0.25,0.0937 0.01,0.002 0.0213,-0.002 0.0313,0 0.0201,0.004 0.0423,-0.003 0.0625,0 2.90563,0.57787 7.41384,-2.35922 7.46875,-5.21875 0.0133,-0.69086 -0.28793,-1.36661 -0.78125,-1.96875 0.1946,-0.19303 0.3952,-0.41405 0.5625,-0.65625 1.21467,-1.75844 1.58413,-4.63063 0.15625,-5.71875 -1.91912,-1.46246 -6.07059,0.69634 -6.84375,3.09375 -0.53032,-0.87245 -1.19029,-1.53532 -2,-1.8125 -0.72207,-0.24718 -1.54987,-0.12642 -2.34375,0.25 -0.0256,-0.31296 -0.2022,-0.62749 -0.5,-0.875 0.30806,0.15176 0.62741,0.17584 0.875,0.0313 0.73107,-0.42694 0.4947,-2.19267 -0.28125,-2.53125 -0.60883,-0.26565 -1.60082,0.55453 -1.59375,1.21875 0.002,0.19114 0.0949,0.37157 0.21875,0.5625 0.1813,0.27963 0.44999,0.56565 0.75,0.71875 -0.5815,-0.47363 -1.47843,-0.72105 -2,-0.40625 -0.22393,0.13516 -0.37884,0.38612 -0.4375,0.6875 -0.0423,-0.0173 -0.0819,-0.0175 -0.125,-0.0313 -0.45749,-0.14608 -1.00934,-0.1445 -1.5625,0 -0.31541,0.0824 -0.63079,0.22126 -0.9375,0.375 -0.0249,-0.0749 -0.0666,-0.14423 -0.0937,-0.21875 0.0656,-0.46738 -0.14769,-0.96575 -0.53125,-1.40625 -0.0847,-0.0973 -0.183533,-0.19176 -0.28125,-0.28125 -0.0076,-0.012 -0.02358,-0.0193 -0.03125,-0.0313 -0.81609,-1.26912 -1.933891,-2.24723 -3.125,-2.40625 -1.132474,-0.15119 -2.319703,0.58906 -3.21875,1.65625 -2.007848,-0.0518 -4.568434,1.52214 -4.96875,3.3125 -0.148187,0.66276 -0.05438,1.42655 0.21875,2.1875 0.06422,0.1789 0.16751,0.35401 0.25,0.53125 -0.532688,-0.26084 -1.149887,-0.44407 -1.8125,-0.53125 -1.591847,-0.20945 -3.400224,0.0988 -4.84375,0.78125 0.11538,-0.25823 0.187464,-0.52928 0.21875,-0.8125 0.10471,-0.94788 -0.262328,-1.91991 -0.9375,-2.78125 1.357697,-0.53362 2.689203,-2.15692 2.1875,-3.3125 -0.26121,-0.60164 -0.92574,-0.97485 -1.71875,-1.125 -0.33042,-0.0626 -0.683094,-0.0757 -1.03125,-0.0625 z m 43.78125,0.875 c -0.26943,-0.0523 -0.62512,0.35777 -0.5625,0.625 0.0721,0.30759 0.64343,0.5899 0.875,0.375 0.0961,-0.0892 0.14934,-0.24668 0.125,-0.40625 -0.0406,-0.26596 -0.22288,-0.55205 -0.4375,-0.59375 z m 16.4375,0.1875 c -0.25112,0.003 -0.48465,0.0502 -0.6875,0.15625 -1.01862,0.53256 -1.05936,2.72644 -0.15625,3.4375 1.03951,0.81845 3.64727,0.24587 3.84375,-1.0625 0.0816,-0.54327 -0.25344,-1.1038 -0.75,-1.5625 -0.6207,-0.57338 -1.49665,-0.97899 -2.25,-0.96875 z m 5.25,2.9375 c -0.52008,0.10511 -0.80894,1.09987 -0.5,1.53125 0.3556,0.49653 1.58839,0.55478 1.84375,0 0.10603,-0.23036 0.0361,-0.51403 -0.125,-0.78125 -0.26859,-0.44536 -0.80447,-0.83373 -1.21875,-0.75 z m -100.5,2.03125 c -0.299377,0.0122 -0.612277,0.11138 -0.75,0.3125 -0.317047,0.46299 0.0033,1.5475 0.5625,1.59375 0.232208,0.0192 0.444884,-0.12068 0.625,-0.34375 0.300195,-0.37179 0.483659,-0.94984 0.28125,-1.28125 -0.12705,-0.20803 -0.419373,-0.29341 -0.71875,-0.28125 z m 19.1875,3.125 c 0.4551,0.49089 1.119563,0.85762 1.875,1.09375 -0.116766,0.20392 -0.203308,0.41043 -0.28125,0.625 -0.07134,0.0226 -0.147377,0.0351 -0.21875,0.0625 -0.510192,-0.40551 -1.489408,-0.4536 -2.1875,-0.1875 -0.16868,-0.22149 -0.330232,-0.42469 -0.53125,-0.625 0.344859,-0.16545 0.677453,-0.38659 1,-0.65625 0.116526,-0.0974 0.232246,-0.20409 0.34375,-0.3125 z m 35,0.0313 c 0.59449,0.27281 1.2892,0.42703 1.96875,0.46875 -0.24405,0.15881 -0.4867,0.36608 -0.6875,0.625 -0.28942,0.37319 -0.51425,0.82157 -0.65625,1.28125 -0.1678,-0.59822 -0.520552,-1.19493 -1.03125,-1.71875 -0.08443,-0.0866 -0.190091,-0.16701 -0.28125,-0.25 0.24874,-0.1086 0.488342,-0.22656 0.6875,-0.40625 z M 219,203.4375 c -0.25492,0.031 -0.49288,0.11997 -0.6875,0.25 -0.97728,0.65295 -0.746,2.87597 0.25,3.5 1.14642,0.71828 3.72474,-0.14833 3.78125,-1.5 0.0235,-0.56125 -0.3512,-1.08802 -0.90625,-1.5 -0.69381,-0.51498 -1.67273,-0.84289 -2.4375,-0.75 z m -146.9375,0.65625 c 0.220131,0.16277 0.468238,0.25013 0.6875,0.21875 0.664506,0.48241 1.555652,0.71936 2.53125,0.78125 1.431225,0.0908 3.015009,-0.23 4.3125,-0.875 -0.07903,0.1878 -0.15106,0.35935 -0.1875,0.5625 -0.07367,0.41071 -0.05939,0.83332 0.03125,1.25 -0.661927,-0.1837 -1.432105,-0.21904 -2.21875,-0.0937 -0.786162,0.12521 -1.586748,0.38401 -2.34375,0.75 0.02945,-0.58084 -0.09074,-1.13418 -0.4375,-1.4375 -0.441967,-0.3866 -1.267088,-0.27532 -1.875,0.0937 -0.08154,-0.35096 -0.361157,-0.70296 -0.71875,-0.96875 0.07752,-0.0924 0.148743,-0.18091 0.21875,-0.28125 z m 48.125,0 c -0.1937,0.0271 -0.37183,0.1096 -0.5,0.21875 -0.14753,0.12563 -0.24415,0.31092 -0.3125,0.53125 -0.20505,0.66098 -0.0466,1.58329 0.5,1.78125 0.80696,0.29226 2.02117,-1.01971 1.78125,-1.84375 -0.14118,-0.48492 -0.88765,-0.76867 -1.46875,-0.6875 z m -2.34375,1.25 c -0.14504,0.0354 -0.24827,0.20286 -0.3125,0.375 -0.10705,0.28689 -0.0965,0.65211 0.0937,0.8125 0.23886,0.20135 0.82042,-0.0121 0.90625,-0.3125 0.0988,-0.34575 -0.33819,-0.96034 -0.6875,-0.875 z m 11.90625,0.5 c -0.4825,0.004 -1.08526,0.59481 -1.0625,1.0625 0.0299,0.61523 1.01153,1.3306 1.53125,1 0.2158,-0.13727 0.33425,-0.40417 0.34375,-0.71875 0.0158,-0.5243 -0.22811,-1.15698 -0.625,-1.3125 -0.0623,-0.0244 -0.11857,-0.0319 -0.1875,-0.0313 z m 489.625,0.5 c -0.17865,-0.01 -0.35234,0.01 -0.53125,0.0313 -2.50481,0.30303 -5.23096,3.64297 -4.84375,6.0625 0.12734,0.7957 0.55258,1.56211 1.1875,2.28125 0.12609,0.14282 0.29737,0.27034 0.4375,0.40625 -0.79803,-0.0669 -1.60971,0.0135 -2.375,0.1875 0.20051,-0.79762 0.0962,-1.70963 -0.40625,-2.125 -0.70756,-0.5849 -2.31878,0.0837 -2.5625,0.96875 -0.1786,0.6486 0.24151,1.56613 0.84375,2.09375 -0.20407,0.16071 -0.37638,0.33705 -0.53125,0.53125 -0.53057,0.6653 -0.82769,1.58667 -0.9375,2.59375 -0.15884,1.45666 0.0986,3.07504 0.6875,4.4375 -0.93722,0.7973 -1.58853,2.14802 -1.0625,3 0.0905,0.14654 0.20309,0.27005 0.34375,0.375 -0.4655,-0.0144 -0.89564,0.0549 -1.28125,0.21875 -0.63125,0.26816 -1.1922,0.79696 -1.65625,1.46875 -1.39214,2.01537 -1.85526,5.3154 -0.21875,6.5625 2.41609,1.84117 7.93814,-1.33796 8,-4.375 0.0294,-1.44401 -1.42105,-2.81162 -3.0625,-3.46875 0.90788,-0.0505 1.84954,-0.3775 2.375,-0.9375 0.40447,-0.006 0.81857,-0.0985 1.21875,-0.25 -0.40549,1.33468 -0.43131,2.67705 0.125,3.65625 0.63186,1.1122 2.14708,1.65416 3.71875,1.65625 0.11414,0.0504 0.22517,0.0924 0.34375,0.125 0.98236,0.26997 2.10605,-0.26271 3.03125,-1.09375 0.0805,-0.0565 0.14485,-0.12605 0.21875,-0.1875 0.0264,-0.0261 0.0678,-0.0359 0.0937,-0.0625 0.15454,-0.13764 0.28875,-0.27704 0.40625,-0.4375 0.0424,-0.0579 0.0865,-0.12593 0.125,-0.1875 0.65561,-0.88757 1.04427,-1.92264 0.90625,-2.8125 -0.0568,-0.36603 -0.20094,-0.70836 -0.40625,-1.0625 -0.0927,-0.55875 -0.23612,-1.10678 -0.4375,-1.625 0.24941,-0.0226 0.4598,-0.1152 0.65625,-0.21875 0.0655,0.0607 0.11762,0.13276 0.1875,0.1875 1.07907,0.8453 2.76802,0.79121 4.34375,0.21875 0.19779,6.5e-4 0.38944,-0.0365 0.5625,-0.125 0.12878,-0.0659 0.24295,-0.14381 0.34375,-0.25 0.49148,-0.24913 0.93076,-0.5707 1.34375,-0.90625 0.67411,0.21208 1.44935,0.27614 2.25,0.21875 -0.11926,0.24868 -0.16603,0.5049 -0.0937,0.71875 0.18147,0.53694 1.27202,0.698 1.6875,0.3125 0.30544,-0.28341 0.36542,-0.90187 0.21875,-1.375 1.58967,-0.48244 2.9697,-1.39233 3.40625,-2.625 0.77271,-2.18188 -2.04406,-5.38209 -4.40625,-5.5 -0.0227,-0.0642 -0.0285,-0.13137 -0.0625,-0.1875 -0.13337,-0.22044 -0.3817,-0.3945 -0.65625,-0.53125 -0.82365,-0.41025 -2.06099,-0.39378 -2.4375,0.28125 -0.12924,0.23171 -0.12264,0.48983 -0.0625,0.78125 -0.44396,-0.5421 -0.94185,-1.01916 -1.46875,-1.40625 -0.23776,-0.93432 -0.73779,-1.76431 -1.4375,-2.0625 -0.76479,-0.32592 -1.79126,0.13811 -2.53125,0.84375 -0.39113,-0.65298 -0.87302,-1.27065 -1.4375,-1.78125 -0.6198,-2.12178 -1.95206,-4.08014 -3.625,-4.53125 -0.16899,-0.0456 -0.3526,-0.0841 -0.53125,-0.0937 z m -394.59375,0.34375 c -1.6981,0.18675 -3.07112,2.35054 -3.34375,4.375 -0.38923,-0.16154 -0.77679,-0.30712 -1.1875,-0.40625 -0.009,-0.12286 -0.0259,-0.23039 -0.0937,-0.3125 -0.2198,-0.26606 -0.81252,-0.15809 -1.03125,0.125 -0.12474,-0.0107 -0.25206,-0.0276 -0.375,-0.0313 -0.27398,-0.15178 -0.55917,-0.26855 -0.875,-0.375 -0.0722,-0.11981 -0.16314,-0.24371 -0.28125,-0.3125 -0.26748,-0.1558 -0.62229,-0.11714 -0.96875,0 -0.27515,-0.0408 -0.55809,-0.0791 -0.84375,-0.0937 -0.008,-0.0296 -0.0207,-0.0647 -0.0313,-0.0937 -0.1833,-0.50499 -0.73425,-0.83738 -1.375,-1 -1.06792,-0.27104 -2.40675,-0.0556 -2.90625,0.6875 -0.15677,0.23322 -0.21172,0.53141 -0.1875,0.84375 -0.41183,-0.0586 -0.80417,-0.0223 -1.125,0.125 -0.47643,-0.43681 -1.61533,-0.31457 -1.96875,0.21875 -0.30297,0.45718 -0.17833,1.29388 0.1875,1.8125 -0.0189,0.0144 -0.0437,0.0166 -0.0625,0.0313 -2.12509,1.6572 -3.68225,4.96443 -2.375,6.8125 0.5038,0.71222 1.32886,1.13078 2.3125,1.3125 -5.1e-4,0.0106 -9e-5,0.0206 0,0.0313 0.007,0.77643 1.5019,1.40078 2.125,0.9375 0.25963,-0.19304 0.32014,-0.57636 0.25,-0.96875 0.63718,-0.0894 1.27317,-0.24663 1.875,-0.46875 0.15988,0.12135 0.30051,0.25423 0.46875,0.34375 0.82989,1.0502 2.04803,1.98096 3.3125,2.46875 0.62828,0.36181 1.30869,0.52798 1.875,0.375 0.41384,-0.001 0.83076,-0.0713 1.1875,-0.21875 0.71722,0.42341 1.72132,0.55545 2.3125,0.1875 0.024,-0.0149 0.0393,-0.0458 0.0625,-0.0625 0.0716,-0.0198 0.14709,-0.0367 0.21875,-0.0625 0.56773,-0.20459 1.10982,-0.60853 1.46875,-1.0625 0.20395,0.0408 0.43272,0.0324 0.65625,0 0.17582,0.11797 0.34695,0.23919 0.53125,0.34375 -0.82356,0.3044 -1.48592,0.82336 -1.59375,1.53125 -0.10019,0.65774 0.2631,1.3384 0.84375,1.90625 -1.04149,-0.005 -2.11173,0.42308 -2.34375,1.21875 -0.16346,0.56058 0.10494,1.19599 0.5625,1.75 0.76259,0.92335 2.08482,1.61228 3,1.28125 0.41145,-0.14882 0.7213,-0.54794 0.90625,-1.03125 0.11448,0.15984 0.23468,0.3374 0.375,0.46875 1.7825,1.66863 6.06323,0.30678 7.25,-1.90625 0.30339,-0.0758 0.54907,-0.25194 0.6875,-0.46875 0.25139,-0.39373 0.0143,-1.04236 -0.375,-1.4375 -0.005,-0.0726 0.009,-0.14526 0,-0.21875 0.0429,-0.01 0.0823,-0.0209 0.125,-0.0313 1.07759,1.03715 2.46946,1.8461 3.78125,2.125 -0.15819,0.38824 -0.18651,0.78709 -0.0313,1.125 0.23046,0.50156 0.79887,0.794 1.46875,0.90625 0.61604,0.10323 1.30126,0.0484 1.875,-0.15625 0.83013,0.24594 1.68456,0.25917 2.25,-0.125 0.0547,0.0284 0.0994,0.0712 0.15625,0.0937 0.55659,0.22046 1.21822,0.0849 1.84375,-0.25 0.28127,0.18034 0.60289,0.312 0.9375,0.4375 -0.31394,3.23122 4.80012,7.32474 7.875,6.25 0.7573,-0.26469 1.36089,-0.90064 1.78125,-1.71875 1.0615,-0.3408 1.95662,-0.92466 2.40625,-1.71875 0.64118,-0.0733 1.27169,-0.22367 1.78125,-0.5 0.0969,0.31889 0.23346,0.62136 0.375,0.90625 0.32589,1.00558 0.84619,1.86258 1.59375,2.34375 1.13284,0.72916 2.82961,0.4263 4.28125,-0.375 0.22537,-0.0694 0.46684,-0.15712 0.65625,-0.28125 0.0193,-0.0127 0.0437,-0.0179 0.0625,-0.0313 1.04926,0.99879 2.36046,1.75446 3.59375,1.96875 0.0844,0.0462 0.16257,0.0941 0.25,0.125 -0.004,0.0317 0.002,0.0625 0,0.0937 -0.26941,-0.14702 -0.57529,-0.22489 -0.84375,-0.21875 -1.38515,0.0317 -3.08827,2.21844 -2.375,3.40625 0.29617,0.49321 0.94944,0.74166 1.65625,0.78125 1.17802,0.066 2.5648,-0.42906 2.9375,-1.3125 0.16403,-0.38881 0.0588,-0.86398 -0.15625,-1.3125 0.21506,0.0219 0.44216,0.0351 0.65625,0 0.15287,0.0289 0.30202,0.0415 0.46875,0.0313 0.56712,1.052 1.95903,1.72293 3.46875,1.9375 0.12913,0.0545 0.27844,0.0692 0.4375,0.0625 1.72752,0.14338 3.50634,-0.28134 4.3125,-1.375 0.31165,-0.4228 0.44426,-0.98192 0.4375,-1.5625 0.20236,0.22341 0.47859,0.42972 0.75,0.59375 0.0144,2.35818 1.85219,5.37806 3.90625,5.625 1.59997,0.19235 3.29535,-1.66062 3.8125,-3.46875 0.1203,0.003 0.24787,-0.01 0.375,-0.0313 0.0315,-0.005 0.0621,-0.0245 0.0937,-0.0313 1.39591,1.95974 5.89819,1.80511 7.34375,-0.125 0.43061,-0.57495 0.65191,-1.33496 0.71875,-2.1875 0.15766,-2.01094 -0.61878,-4.42839 -2,-5.5 2.15987,-0.49197 4.27568,-2.00138 4.25,-3.78125 -0.0444,-3.07431 -6.04348,-5.50526 -8.5,-3.65625 -0.69454,0.52278 -1.03125,1.44149 -1.09375,2.46875 -0.11812,-0.19148 -0.23344,-0.3748 -0.375,-0.53125 -0.0698,-0.17706 -0.15025,-0.35654 -0.25,-0.53125 -0.20559,-0.3601 -0.47809,-0.71551 -0.78125,-1.03125 0.36369,-0.14959 0.6774,-0.36229 0.8125,-0.65625 0.35333,-0.76881 -0.65392,-2.05512 -1.5,-2.0625 -0.24347,-0.002 -0.50379,0.097 -0.75,0.25 -0.40263,0.25012 -0.77761,0.63548 -0.96875,1.0625 -0.41104,-0.061 -0.80566,0.008 -1.15625,0.1875 -1.107,0.56523 -1.48053,2.24047 -1.28125,3.8125 -0.45374,0.0891 -0.88828,0.23481 -1.28125,0.4375 0.0306,-0.54258 -0.0975,-1.03268 -0.46875,-1.28125 -0.22152,-0.14831 -0.48662,-0.18376 -0.78125,-0.15625 0.008,-0.0736 0.0252,-0.14523 0.0313,-0.21875 0.856,0.0249 1.96464,-1.27518 1.5625,-2.03125 -0.16698,-0.31394 -0.53374,-0.48413 -0.96875,-0.53125 -0.25269,-0.0274 -0.52532,0.01 -0.78125,0.0625 -0.21121,-0.88716 -0.5681,-1.69261 -1.15625,-2.21875 -1.67575,-1.49907 -5.24921,-0.5812 -7.03125,1.21875 -0.74162,-0.38617 -1.61237,-0.61559 -2.46875,-0.6875 -0.0311,-0.12681 -0.0461,-0.2478 -0.0937,-0.375 -0.4236,-1.13069 -1.48762,-2.20241 -2.46875,-2.1875 -0.0991,0.002 -0.18487,0.0356 -0.28125,0.0625 -0.75944,-0.3247 -2.07401,0.38011 -2.25,1.1875 -0.30381,0.0232 -0.59017,0.0847 -0.84375,0.1875 -1.03018,-1.61415 -3.10495,-2.9625 -4.625,-2.5625 -0.76946,0.20248 -1.34513,0.94452 -1.6875,1.84375 -0.13796,-0.34473 -0.32676,-0.62728 -0.59375,-0.8125 -0.714,-0.49532 -1.96867,-0.10925 -2.71875,0.59375 -0.15023,-0.0828 -0.30704,-0.14939 -0.5,-0.15625 -0.71129,-1.17765 -1.72026,-2.1193 -2.8125,-2.375 -0.77627,-0.18173 -1.66603,-0.0617 -2.5625,0.25 -1.00853,0.35067 -2.01476,0.94196 -2.84375,1.6875 -0.0541,0.008 -0.10336,0.0212 -0.15625,0.0313 0.18451,-0.4169 0.31935,-0.87315 0.4375,-1.3125 0.28404,0.1473 0.59861,0.2082 0.875,0.125 0.4466,-0.13443 0.76551,-0.60872 0.9375,-1.15625 0.28665,-0.91255 0.18244,-2.09355 -0.4375,-2.5625 -0.34391,-0.26015 -0.87924,-0.2351 -1.375,-0.0625 -0.10979,-0.28199 -0.25954,-0.55226 -0.4375,-0.78125 -1.57116,-2.02166 -6.39315,-1.13646 -7.59375,1.125 -0.0753,0.14189 -0.13409,0.2804 -0.1875,0.4375 -0.23815,0.16155 -0.46544,0.35985 -0.6875,0.5625 -0.30886,0.0755 -0.60841,0.19157 -0.875,0.40625 -0.88547,-0.57657 -1.88477,-0.98412 -2.84375,-1.15625 0.83387,-0.57469 1.45872,-1.48158 1.21875,-2.25 -0.1738,-0.55653 -0.71961,-0.94832 -1.40625,-1.15625 -1.1444,-0.34655 -2.64054,-0.18722 -3.21875,0.59375 -0.60309,0.81459 -0.0262,2.42811 0.875,3.09375 -0.12713,0.0735 -0.26295,0.15322 -0.375,0.25 -0.67865,0.16111 -1.36074,0.50558 -2,1 -0.0692,0.0535 -0.11945,0.13095 -0.1875,0.1875 -0.19298,-0.53106 -0.43749,-1.03293 -0.71875,-1.5 0.31123,-0.21346 0.59562,-0.48923 0.78125,-0.8125 0.19713,-0.3433 0.30878,-0.71817 0.34375,-1.125 0.0283,-0.10699 0.0369,-0.20109 0.0313,-0.3125 -0.002,-0.0414 -0.0246,-0.0844 -0.0313,-0.125 -0.10521,-2.8031 -3.32074,-6.41278 -5.9375,-6.125 z m -103.25,0.0313 c -0.63738,-0.0114 -1.23093,0.19088 -1.4375,0.65625 -0.17155,0.38647 -0.056,0.87065 0.21875,1.3125 0.45791,0.73642 1.34246,1.36775 2.03125,1.21875 0.8647,-0.18705 1.33737,-1.81906 0.8125,-2.53125 -0.30207,-0.40987 -0.98762,-0.6448 -1.625,-0.65625 z m 4.75,0.25 c -1.46985,-0.0302 -2.71751,2.79519 -1.875,4 0.66105,0.94531 2.84595,0.64654 3.4375,-0.34375 0.17022,-0.28496 0.26032,-0.63623 0.25,-1.03125 -0.031,-1.18507 -0.81691,-2.60454 -1.8125,-2.625 z m 507.28125,0.71875 c -1.28658,0.16189 -2.53044,2.18979 -2.09375,3.40625 0.0584,0.16276 0.13875,0.34987 0.25,0.5 -0.25671,-0.0479 -0.49899,-0.0412 -0.65625,0.0937 -0.31524,0.27047 -0.15713,1.04197 0.21875,1.21875 0.41511,0.19523 1.24901,-0.17341 1.28125,-0.625 1.13102,0.73108 2.78486,1.02252 3.5,0.1875 0.4286,-0.50045 0.46302,-1.28019 0.25,-2.0625 -0.35502,-1.30386 -1.40511,-2.63382 -2.5,-2.71875 -0.0859,-0.007 -0.16423,-0.0108 -0.25,0 z m -497.4375,0.5 c -0.51802,0.0356 -1.02675,0.30882 -1.09375,0.71875 -0.0445,0.27234 0.0973,0.54762 0.34375,0.78125 0.4107,0.38938 1.08969,0.64529 1.5,0.4375 0.5151,-0.26086 0.51148,-1.38697 0.0625,-1.75 -0.1938,-0.1567 -0.50169,-0.20886 -0.8125,-0.1875 z M 562,208.65625 c -0.10929,0.006 -0.2308,0.006 -0.34375,0.0313 -0.75302,0.16832 -1.54785,0.72146 -1.625,1.34375 -0.0969,0.78122 1.15391,1.66917 1.90625,1.4375 0.86596,-0.26666 1.53541,-1.97338 0.875,-2.59375 -0.20566,-0.1932 -0.48462,-0.23789 -0.8125,-0.21875 z m 24.53125,0.78125 c -1.19642,0.11985 -2.41562,0.73503 -2.75,1.625 -0.1949,0.51873 -0.0177,1.12603 0.34375,1.6875 -0.80115,0.95407 -1.27333,2.28843 -0.6875,3.09375 0.55662,0.76517 1.86353,0.86905 3.03125,0.5625 0.012,0.18307 0.0617,0.35525 0.0937,0.53125 -0.0548,0.0177 -0.10221,0.0437 -0.15625,0.0625 -0.0318,-0.019 -0.0611,-0.0452 -0.0937,-0.0625 -0.80849,-0.429 -1.87821,-0.16228 -2.84375,0.40625 0.10548,-0.78695 -0.0168,-1.53233 -0.40625,-2.15625 -0.41847,-0.6704 -1.1133,-1.14638 -1.9375,-1.4375 0.18724,-0.0243 0.37532,-0.0829 0.5,-0.1875 0.57405,-0.48164 0.54642,-1.98968 -0.15625,-2.25 -0.29177,-0.10809 -0.65698,0.0278 -0.96875,0.25 -0.51962,0.37039 -0.92257,1.0323 -0.78125,1.53125 0.01,0.0349 0.0464,0.0611 0.0625,0.0937 -0.0507,-0.0127 -0.10558,-0.0208 -0.15625,-0.0313 -0.62501,-0.86753 -1.37887,-1.51476 -2.25,-1.78125 -2.3047,-0.70504 -5.38408,1.85249 -6.21875,4.40625 -0.52075,-0.10283 -1.08746,-0.11918 -1.65625,-0.0625 0.67884,-1.41712 -0.44489,-3.99473 -1.9375,-4.4375 -0.46812,-0.13886 -1.00325,-0.096 -1.5625,0.0625 -1.24358,0.35251 -2.49606,1.34672 -2.9375,2.40625 -0.0826,-0.0171 -0.16393,-0.052 -0.25,-0.0625 -0.11271,-0.0137 -0.22742,0.003 -0.34375,0 -1.66186,-2.02109 -6.87597,-1.56861 -8.09375,0.75 -0.60592,1.15365 -0.0117,2.82012 1.03125,4.03125 -1.9765,0.31808 -4.19544,3.13938 -3.625,4.96875 0.01,0.0307 0.0198,0.0638 0.0313,0.0937 -0.98122,-0.0745 -1.93036,0.0866 -2.59375,0.5625 -0.31261,0.22424 -0.57726,0.52315 -0.8125,0.875 -0.50437,-0.36076 -1.03668,-0.56711 -1.5625,-0.59375 0.13883,-0.33778 0.17574,-0.65965 0,-0.90625 -0.18782,-0.26354 -0.57063,-0.38394 -0.96875,-0.375 -0.0625,0.001 -0.12393,0.0242 -0.1875,0.0313 -0.96046,-1.99434 -3.30562,-3.81183 -5.21875,-3.625 -0.76005,0.0742 -1.52838,0.45603 -2.25,1 -0.40657,-0.64257 -0.93059,-1.1208 -1.53125,-1.21875 -1.30733,-0.2132 -2.84107,1.81381 -2.5,3.09375 0.0458,0.17199 0.11386,0.33829 0.21875,0.5 -0.36304,0.36596 -0.60567,0.82377 -0.65625,1.25 -0.0778,-0.12221 -0.16444,-0.23235 -0.25,-0.34375 -0.009,-0.15311 10e-4,-0.32144 -0.0313,-0.46875 -0.1029,-0.46386 -0.36951,-0.88063 -0.71875,-1.25 0.34999,-1.23912 0.0861,-2.89814 -0.90625,-3.28125 -0.57215,-0.22088 -1.28579,0.008 -1.90625,0.4375 -0.45602,0.31577 -0.85463,0.74681 -1.15625,1.21875 -0.99052,-0.0443 -1.9321,0.16323 -2.59375,0.65625 -0.51489,0.38367 -0.91678,0.9692 -1.21875,1.65625 -1.09068,0.0982 -2.20676,0.85439 -3.0625,1.875 -0.23115,-0.0732 -0.48567,-0.14099 -0.75,-0.15625 -0.49427,-0.0285 -1.02028,0.0343 -1.5,0.1875 -0.19263,-0.0645 -0.39803,-0.0658 -0.59375,-0.0313 -0.39005,0.0688 -0.70534,0.3473 -0.96875,0.71875 -0.22133,0.0728 -0.45906,0.26781 -0.46875,0.46875 -0.004,0.0844 0.0128,0.1936 0.0625,0.28125 -0.19827,0.54208 -0.27539,1.14132 -0.21875,1.6875 -0.0383,0.0399 -0.0663,0.0796 -0.0937,0.125 -0.39585,0.65441 0.11044,2.10504 0.875,2.125 0.31746,0.008 0.61579,-0.21385 0.84375,-0.53125 0.0394,-0.0549 0.059,-0.12757 0.0937,-0.1875 0.34288,-0.025 0.70502,-0.102 1.03125,-0.25 -0.0126,0.10287 -0.0193,0.1844 0,0.28125 0.004,0.0224 0.0246,0.0406 0.0313,0.0625 -0.047,0.39859 -0.0502,0.77678 -0.0313,1.15625 -0.16404,0.42769 -0.28656,0.87823 -0.34375,1.3125 -0.47459,0.10908 -0.93801,0.28781 -1.40625,0.5 -0.10615,-0.006 -0.20545,-0.031 -0.3125,-0.0313 -0.0871,-0.71026 -0.30365,-1.45189 -0.625,-2.125 -0.0163,-0.0558 -0.043,-0.10216 -0.0625,-0.15625 -0.0249,-0.0492 -0.0365,-0.10786 -0.0625,-0.15625 -0.0947,-0.21613 -0.19911,-0.41172 -0.34375,-0.5625 -0.0506,-0.0748 -0.10304,-0.14739 -0.15625,-0.21875 0.0102,-0.36904 -0.0482,-0.7464 -0.15625,-1.125 0.0807,-0.0524 0.16612,-0.11611 0.21875,-0.1875 0.10811,-0.14664 0.17218,-0.34616 0.1875,-0.5625 0.046,-0.64903 -0.30096,-1.46725 -0.84375,-1.53125 -0.31194,-0.0368 -0.62702,0.16881 -0.875,0.46875 -0.14802,-0.0676 -0.30633,-0.1178 -0.46875,-0.125 -0.16296,-0.007 -0.31114,0.0118 -0.46875,0.0625 -0.85842,-0.30342 -2.04671,0.11875 -2.96875,0.8125 -0.28958,-0.46457 -0.66012,-0.82372 -1.09375,-1.03125 -1.42139,-0.68027 -3.66542,0.7327 -4.375,2.3125 -0.20505,-0.0795 -0.4481,-0.12599 -0.6875,-0.15625 -0.5277,-0.0667 -1.09259,0.002 -1.625,0.15625 -1.47819,-1.52913 -4.20539,-2.49657 -5.75,-1.59375 -0.46563,0.27216 -0.79625,0.77271 -1,1.34375 -0.55678,0.091 -1.04526,0.29486 -1.28125,0.71875 -0.33956,0.60992 -0.13639,1.46694 0.3125,2.21875 -0.15589,0.19532 -0.26069,0.41521 -0.34375,0.625 -0.0883,-0.194 -0.19547,-0.37574 -0.3125,-0.5625 -0.56355,-1.38579 -1.57238,-2.65031 -2.71875,-3.1875 -0.0102,-0.0795 -0.0396,-0.14347 -0.0625,-0.21875 -0.36558,-1.19901 -2.74348,-1.66843 -3.6875,-0.84375 -0.27165,0.23731 -0.47171,0.5883 -0.59375,1 -0.0657,0.22167 -0.0719,0.47672 -0.0937,0.71875 -0.54606,0.3104 -1.06752,0.67566 -1.53125,1.09375 -0.0749,-0.15656 -0.19724,-0.27811 -0.3125,-0.40625 -9.2e-4,-0.6332 -0.19731,-1.21429 -0.65625,-1.4375 -0.41343,-0.20108 -0.94695,-0.0943 -1.4375,0.1875 -0.0126,0.007 -0.0187,0.0238 -0.0313,0.0313 -0.0665,-0.15014 -0.14925,-0.2951 -0.25,-0.4375 0.73082,-1.04958 0.99607,-2.66284 0.1875,-3.34375 -0.46556,-0.39205 -1.18527,-0.42152 -1.90625,-0.21875 -1.20164,0.33795 -2.39871,1.30051 -2.46875,2.3125 -0.026,0.37494 0.13416,0.76011 0.40625,1.09375 -0.65036,0.85112 -0.95689,2.00939 -0.4375,2.6875 0.59815,0.78094 2.0586,0.75117 3.1875,0.25 0.31973,0.70408 1.51952,1.12783 2.3125,0.90625 -0.15102,0.26399 -0.25307,0.54225 -0.34375,0.8125 -0.43432,0.18746 -0.83877,0.37543 -1.1875,0.65625 -0.0318,-0.0506 -0.052,-0.10886 -0.0937,-0.15625 -0.27832,-0.31596 -0.74459,-0.53282 -1.0625,-0.40625 -0.14086,0.0561 -0.22127,0.20645 -0.28125,0.375 -1.80025,-1.67298 -5.53137,-2.17634 -7.9375,-1.1875 0.51875,-2.34964 -0.68005,-5.78232 -2.6875,-6.46875 -2.09112,-0.71504 -5.1731,2.17448 -4.96875,4.375 0.0588,0.63322 0.35001,1.27562 0.8125,1.875 1.12014,1.4517 3.15742,2.5951 4.71875,2.40625 -0.59638,2.40603 1.39227,6.06884 3.71875,6.625 0.0712,0.017 0.14563,0.0191 0.21875,0.0313 -1.11912,1.71315 -1.60821,4.11282 -0.6875,5.46875 1.22107,1.79828 5.35976,1.31934 6.5,-0.53125 0.32811,-0.53252 0.47797,-1.22418 0.46875,-1.96875 -0.003,-0.25878 -0.0551,-0.51519 -0.0937,-0.78125 0.30632,-0.44672 0.49272,-0.98228 0.375,-1.40625 -0.14621,-0.52658 -0.7105,-1.02013 -1.34375,-1.28125 -0.22382,-0.33803 -0.47176,-0.63361 -0.75,-0.875 0.36031,-0.2586 0.69037,-0.53984 1,-0.84375 0.065,0.88537 0.56844,1.84851 1.25,2.0625 0.17589,0.0552 0.3705,0.0198 0.5625,-0.0313 0.0741,0.0403 0.14206,0.0539 0.21875,0.0625 0.30128,0.0338 0.68349,-0.15755 0.9375,-0.4375 0.0167,0.0135 0.0455,0.0181 0.0625,0.0313 -0.71031,0.53708 -1.20439,1.63192 -1.25,2.59375 -0.009,0.0303 -0.0255,0.0625 -0.0313,0.0937 -0.0496,0.2712 0.0248,0.54196 0.15625,0.8125 0.0213,0.054 0.0357,0.10612 0.0625,0.15625 0.0192,0.0323 0.0413,0.0619 0.0625,0.0937 0.0644,0.0976 0.12851,0.17392 0.21875,0.25 0.73508,0.8503 2.09314,1.43899 2.9375,1.03125 0.56812,-0.27434 0.82096,-1.06926 0.78125,-1.84375 0.39663,-0.39053 0.68653,-0.85051 0.71875,-1.3125 0.0447,-0.64088 -0.46331,-1.28776 -1.125,-1.71875 0.9913,-0.37001 1.74001,-1.49487 2.125,-2.78125 0.13265,0.0943 0.26411,0.19833 0.40625,0.28125 -0.77385,1.32039 -1.16602,2.74488 -0.78125,3.90625 0.82972,2.5044 5.83654,3.34534 7.78125,1.5625 0.5596,-0.51303 0.95148,-1.28382 1.1875,-2.15625 0.072,-0.26605 0.11426,-0.5303 0.15625,-0.8125 0.11738,-0.11181 0.22615,-0.21206 0.3125,-0.34375 0.63695,-0.97146 0.1423,-2.56605 -0.75,-3.65625 -0.37984,-0.93162 -0.94886,-1.70203 -1.75,-2.03125 0.0714,-0.18306 0.10942,-0.39364 0.125,-0.59375 0.31071,0.33499 0.7603,0.61472 1.21875,0.78125 0.0722,0.73399 0.38331,1.45329 0.90625,1.75 0.0829,0.0471 0.18625,0.0946 0.28125,0.125 0.23397,0.36293 0.53869,0.59745 0.90625,0.625 0.4535,0.034 0.90181,-0.24941 1.25,-0.6875 0.0842,-0.10591 0.14734,-0.22402 0.21875,-0.34375 0.0718,-0.0432 0.1526,-0.0772 0.21875,-0.125 -0.0462,0.38505 0.0323,0.7947 0.21875,1.21875 -0.15519,0.30871 -0.26842,0.62602 -0.34375,0.9375 -0.0232,0.0761 -0.0582,0.14562 -0.0625,0.21875 -0.0852,0.48763 -0.0415,0.95524 0.125,1.40625 0.81838,2.21682 4.51448,3.03585 7.3125,2.375 0.11022,0.79475 0.43441,1.56624 1,1.84375 0.86228,0.42309 2.29135,-0.47328 2.65625,-1.4375 0.98393,-0.0671 1.96492,-1.59493 1.65625,-2.53125 -0.0937,-0.28432 -0.31837,-0.52376 -0.59375,-0.75 -0.40552,-0.33317 -0.94569,-0.60263 -1.46875,-0.6875 -0.14182,-2.23113 -2.03792,-4.91957 -4.03125,-5.25 -0.46996,-0.0779 -0.9827,-0.0296 -1.5,0.0937 -0.31233,0.0745 -0.62216,0.17906 -0.9375,0.3125 -0.32684,0.13831 -0.6529,0.30756 -0.96875,0.5 -0.68011,-0.23541 -1.64232,0.0495 -2.3125,0.5625 2.7e-4,-0.01 2e-5,-0.0212 0,-0.0313 -5.2e-4,-0.28573 -0.13028,-0.56068 -0.3125,-0.8125 0.85596,-0.18242 1.67164,-0.54592 2.28125,-1.03125 0.74682,0.43259 1.57724,0.67047 2.25,0.5 0.10661,-0.027 0.21633,-0.0463 0.3125,-0.0937 0.3362,-0.1659 0.55851,-0.51246 0.71875,-0.90625 0.99426,1.0741 2.41255,1.81678 3.53125,1.53125 -0.0297,0.95047 0.15833,1.8518 0.65625,2.46875 0.009,0.0115 0.0217,0.02 0.0313,0.0313 -0.0151,0.30645 0.0845,0.62685 0.28125,0.78125 0.27317,0.21432 0.81051,0.20681 1.1875,0.0313 0.32392,0.0724 0.67532,0.0963 1.03125,0.0937 0.0509,1.18038 0.40851,2.41835 1,3.375 -0.1071,0.59278 -0.0342,1.21018 0.3125,1.53125 0.34308,0.31775 0.98134,0.27545 1.5,0.0313 0.12123,0.0343 0.24802,0.0806 0.375,0.0937 0.78254,0.0811 1.57366,-0.25317 2.28125,-0.8125 0.14726,0.0205 0.29368,0.0254 0.4375,0.0313 0.12864,0.30378 0.28788,0.57315 0.5,0.78125 0.0367,0.3026 0.12652,0.57476 0.3125,0.75 0.51283,0.48321 1.74571,0.10529 2.09375,-0.53125 0.78515,-0.35576 1.54729,-1.00051 2.09375,-1.75 0.0324,-0.011 0.0625,-0.0179 0.0937,-0.0313 0.30226,-0.12893 0.55209,-0.38833 0.71875,-0.71875 0.27545,0.0647 0.56456,0.0722 0.8125,0.0313 1.13118,0.1845 2.20755,0.0954 3.03125,-0.375 0.22063,0.38292 0.49533,0.68105 0.84375,0.8125 1.04247,0.39329 2.66203,-1.0129 2.59375,-2.125 -0.0268,-0.43673 -0.31278,-0.88914 -0.6875,-1.28125 0.96546,0.43701 2.18374,0.2553 3.375,-0.28125 0.26036,0.32586 0.5343,0.62497 0.84375,0.84375 0.82737,2.80918 4.70328,5.73893 7.28125,4.9375 2.5005,-0.77735 3.42097,-5.72489 1.6875,-7.6875 -0.49882,-0.56475 -1.26358,-0.9685 -2.125,-1.21875 -0.3796,-0.11028 -0.77704,-0.17002 -1.1875,-0.21875 0.0152,-0.0634 0.0177,-0.12414 0.0313,-0.1875 0.48508,-0.23848 0.9401,-0.54979 1.375,-0.9375 0.46313,-0.20586 0.84628,-0.52924 1.03125,-0.90625 0.089,0.0715 0.18018,0.10866 0.28125,0.125 0.084,0.0136 0.16528,0.002 0.25,-0.0313 0.0175,1.00259 0.59506,2.20411 1.375,2.9375 -0.19259,0.20171 -0.31818,0.43724 -0.3125,0.6875 0.009,0.39403 0.3115,0.76789 0.71875,1.03125 0.67875,0.43893 1.66596,0.61812 2.1875,0.21875 0.34823,-0.26665 0.44523,-0.84465 0.34375,-1.375 0.40696,0.61305 0.95119,1.08711 1.53125,1.125 0.16205,0.0106 0.34217,-0.0323 0.5,-0.0937 1.09176,0.31546 2.42989,0.2211 3.65625,-0.15625 0.35043,0.5776 0.80886,1.02818 1.34375,1.15625 1.29806,0.31079 2.99824,-1.62604 2.75,-2.9375 -0.0529,-0.27933 -0.21253,-0.55116 -0.40625,-0.8125 0.31031,-0.18132 0.58675,-0.42538 0.78125,-0.6875 0.0279,-0.0376 0.0367,-0.0854 0.0625,-0.125 0.15638,0.0656 0.32906,0.0819 0.5,0.0937 0.008,0.0408 -0.009,0.0844 0,0.125 -0.13501,0.17914 -0.23825,0.36798 -0.3125,0.5625 -0.10835,0.10565 -0.177,0.2514 -0.1875,0.4375 -0.021,0.3722 0.12716,0.81964 0.40625,0.9375 0.0946,0.04 0.20205,0.0351 0.3125,0 0.18353,0.072 0.40468,0.11279 0.625,0.125 0.228,0.0126 0.45556,-0.017 0.6875,-0.0625 0.84383,0.18985 1.93131,-0.62449 2.34375,-1.53125 0.18074,0.0912 0.37158,0.16857 0.5625,0.21875 0.88037,0.23137 1.86942,-0.0918 2.75,-0.71875 0.68678,0.11382 1.33357,0.108 1.84375,-0.15625 0.005,0.5846 0.17499,1.11411 0.59375,1.34375 0.41216,0.22602 0.95369,0.13824 1.46875,-0.125 0.85843,-0.43872 1.6322,-1.34808 1.53125,-2.125 -0.0609,-0.46863 -0.49861,-0.86529 -1.03125,-1.09375 0.0802,-0.089 0.17373,-0.15415 0.25,-0.25 0.043,-0.0105 0.0829,-0.0185 0.125,-0.0313 0.10336,0.0779 0.20462,0.15104 0.3125,0.21875 0.0344,0.16824 0.0842,0.32532 0.1875,0.4375 0.28137,0.30552 0.86135,0.2816 1.3125,0.0625 0.17236,0.003 0.34214,-0.0154 0.5,-0.0625 0.42563,-0.12712 0.79475,-0.47741 1.03125,-0.9375 0.25209,0.19946 0.50724,0.35373 0.78125,0.46875 0.12655,0.53433 0.38671,1.00052 0.8125,1.21875 0.65024,0.33327 1.51024,0.0884 2.28125,-0.40625 0.18114,0.008 0.36854,-0.0244 0.5625,-0.0625 0.087,0.0538 0.1861,0.11233 0.28125,0.15625 -0.49214,0.31852 -0.88815,1.08613 -0.59375,1.5 0.15235,0.21418 0.42665,0.28822 0.75,0.28125 0.53892,-0.0116 1.17399,-0.27191 1.3125,-0.6875 0.0907,-0.27201 -0.0667,-0.62175 -0.3125,-0.875 0.2141,-0.0203 0.41042,-0.0729 0.5625,-0.1875 0.37152,-0.27993 0.43611,-0.92084 0.28125,-1.46875 0.0926,-0.05 0.19167,-0.0961 0.28125,-0.15625 0.45077,0.14757 0.98213,0.15961 1.53125,0.0625 0.34149,-0.0604 0.69263,-0.17664 1.03125,-0.3125 -0.0277,0.1064 -0.0506,0.20525 -0.0313,0.3125 -0.12722,0.009 -0.26231,0.0207 -0.375,0.0625 -1.20656,0.44765 -2.04878,2.89205 -1.0625,3.71875 0.13402,0.11233 0.29507,0.20229 0.46875,0.25 0.21739,0.13497 0.49095,0.2351 0.78125,0.28125 0.90745,0.14425 2.01641,-0.12627 2.375,-0.78125 0.0703,-0.12848 0.0879,-0.28388 0.0937,-0.4375 0.26712,0.16917 0.61568,0.23334 1,0.1875 0.81261,-0.0969 1.69567,-0.63288 1.84375,-1.28125 0.1859,-0.81395 -1.02508,-1.85135 -1.84375,-1.6875 -0.10488,0.021 -0.21066,0.0699 -0.3125,0.125 0.23121,-0.6375 -0.16501,-1.68841 -0.78125,-1.90625 -0.10274,-0.0363 -0.22452,-0.0612 -0.34375,-0.0625 0.28811,-0.3032 0.52721,-0.62347 0.65625,-0.96875 0.22173,-0.009 0.44948,-0.17441 0.59375,-0.40625 0.12023,-0.1932 0.1957,-0.43149 0.21875,-0.65625 0.0208,5.7e-4 0.0416,-1.2e-4 0.0625,0 0.35632,0.50125 0.78053,0.87947 1.28125,1.0625 0.31855,0.11644 0.67566,0.12174 1.03125,0.0625 -0.90825,1.08445 -1.27275,3.09078 -0.3125,3.84375 0.50097,0.39282 1.2225,0.39453 1.96875,0.15625 1.24375,-0.39712 2.49498,-1.47084 2.53125,-2.53125 0.0367,-1.07214 -1.39259,-2.08814 -2.59375,-2.1875 0.19097,-0.14322 0.36044,-0.29857 0.53125,-0.46875 0.51195,0.11032 1.00727,0.17535 1.5,0.1875 0.33664,0.53319 0.80884,0.96354 1.3125,1.0625 0.0676,0.0133 0.14793,-0.004 0.21875,0 0.12087,0.21038 0.29382,0.38923 0.5,0.5 0.51015,0.27408 1.18077,0.17349 1.8125,-0.15625 1.05289,-0.54956 1.97633,-1.70021 1.84375,-2.65625 -0.0938,-0.67619 -0.81908,-1.2336 -1.625,-1.46875 0.14784,-0.57837 0.21433,-1.22801 0.1875,-1.875 0.0461,-0.045 0.0846,-0.10788 0.125,-0.15625 0.064,0.53621 0.35375,1.06987 0.78125,1.125 0.14451,0.11082 0.32492,0.20021 0.5,0.25 1.17135,0.33308 2.58412,-0.84085 3.28125,-2.1875 0.86132,0.30699 1.84668,0.40535 2.6875,0.21875 -0.0657,0.10291 -0.12152,0.20211 -0.15625,0.3125 -0.10245,0.32559 -0.10436,0.70104 0,1.09375 0.13795,0.5191 0.44512,1.05716 0.8125,1.46875 -0.12574,0.16047 -0.23399,0.32784 -0.28125,0.5 -0.74755,-0.73808 -1.74089,-1.19356 -2.5,-0.84375 -0.5955,0.27442 -0.96129,0.95411 -1.09375,1.75 -0.22078,1.32648 0.17028,2.96824 1.125,3.5 1.19853,0.66756 3.41326,-0.75818 3.53125,-2.125 0.0356,-0.41224 -0.0757,-0.87616 -0.3125,-1.3125 0.33132,0.0912 0.67943,0.10022 0.90625,-0.0625 0.2013,-0.14441 0.37136,-0.41698 0.4375,-0.71875 1.32931,-0.54147 1.82741,-3.41677 0.75,-4.375 -0.37789,-0.33609 -0.99751,-0.39386 -1.59375,-0.25 0.21203,-0.31355 0.37836,-0.65666 0.5,-1.0625 0.58389,-1.94802 0.0804,-4.68373 -1.53125,-5.25 -1.26935,-0.44599 -2.85783,0.47274 -3.96875,1.78125 -0.11695,-0.18006 -0.23435,-0.32655 -0.40625,-0.40625 -0.68346,-0.31687 -1.83468,0.52796 -1.84375,1.28125 -0.004,0.35389 0.21803,0.74693 0.53125,1.0625 -0.6384,0.0286 -1.24918,0.22506 -1.625,0.59375 -0.1085,0.10645 -0.19787,0.2371 -0.28125,0.375 -0.3699,-1.1019 -1.07386,-2.04962 -2,-2.125 -0.45507,-0.037 -0.92642,0.11794 -1.34375,0.40625 -0.35725,-0.1274 -0.74613,-0.20987 -1.15625,-0.25 -0.005,-0.008 0.005,-0.023 0,-0.0313 -0.35735,-0.54555 -0.96528,-1.02284 -1.53125,-1.15625 -1.13909,-1.15146 -2.86223,-1.97761 -4.1875,-1.75 0.5903,-0.83443 0.88408,-1.85051 0.4375,-2.53125 -0.35759,-0.54509 -1.10416,-0.7683 -1.90625,-0.78125 -0.1671,-0.003 -0.32908,-0.0171 -0.5,0 z m -558.6875,0.46875 c 0.04559,0.0667 0.106183,0.12217 0.15625,0.1875 -0.102766,-0.0169 -0.20556,-0.0194 -0.3125,0 0.05725,-0.0595 0.101953,-0.12619 0.15625,-0.1875 z M 165,210.3125 c -0.0416,0.0383 -0.0852,0.0849 -0.125,0.125 -0.006,-0.0307 0.007,-0.0632 0,-0.0937 0.0401,-0.0122 0.0849,-0.0182 0.125,-0.0313 z m -61.1875,0.0313 c -0.83754,0.022 -1.63082,0.34572 -1.875,0.96875 -0.20278,0.5174 -0.0114,1.12332 0.375,1.6875 0.64403,0.9403 1.85428,1.70442 2.75,1.46875 1.12447,-0.29585 1.63679,-2.43916 0.90625,-3.34375 -0.42044,-0.52061 -1.31871,-0.80326 -2.15625,-0.78125 z m -17.625,3.21875 c -0.354178,-0.0278 -0.698631,0.0433 -0.96875,0.1875 -1.243659,0.66412 -1.786476,3.43574 -0.59375,4.1875 0.495252,0.31215 1.183565,0.22575 1.84375,-0.0625 0.746389,-0.32588 1.451901,-0.93371 1.8125,-1.59375 0.319044,0.94082 0.979285,1.80655 1.75,1.9375 1.159883,0.19707 2.545379,-1.57993 2.25,-2.71875 -0.339993,-1.31082 -2.810664,-2.44436 -3.78125,-1.5 -0.15467,0.15049 -0.244208,0.34744 -0.3125,0.5625 -0.449208,-0.54058 -1.260475,-0.94199 -2,-1 z m 99.5,0 c -0.15593,0.001 -0.29774,0.0277 -0.4375,0.0937 -0.46424,0.21929 -0.74594,0.75083 -0.84375,1.375 -0.10189,0.65018 -0.0134,1.40433 0.25,1.96875 -0.049,0.19154 -0.0802,0.37576 -0.0313,0.5625 0.13541,0.51692 0.63022,0.90539 1.25,1.125 1.03297,0.36602 2.40612,0.28413 2.96875,-0.40625 0.64745,-0.79447 0.006,-2.49503 -0.9375,-3 -0.37992,-0.8852 -1.37928,-1.7259 -2.21875,-1.71875 z m 356.625,1.09375 c -0.13454,0.01 -0.25163,0.0203 -0.375,0.0625 -1.23903,0.4237 -1.64409,2.91828 -0.75,3.875 1.02913,1.10121 4.05271,0.87684 4.5,-0.5625 0.18573,-0.59765 -0.0826,-1.27269 -0.5625,-1.875 -0.69985,-0.87837 -1.87073,-1.56677 -2.8125,-1.5 z m 21.59375,1.5 c 0.004,-0.005 0.0278,0.005 0.0313,0 0.59266,0.3919 1.36761,0.65086 2.15625,0.75 -0.30185,0.23302 -0.53313,0.62571 -0.65625,1.0625 -0.1694,0.0232 -0.33357,0.0779 -0.46875,0.15625 -0.25312,0.1468 -0.46353,0.37832 -0.625,0.6875 -0.0557,-0.24457 -0.15872,-0.48039 -0.3125,-0.71875 -0.25386,-0.39348 -0.63619,-0.7486 -1.03125,-1 0.35875,-0.23236 0.65903,-0.58088 0.90625,-0.9375 z m 55.65625,1.3125 c 0.32561,0.13923 0.67591,0.25472 1.03125,0.34375 -0.48113,0.73004 -0.56064,1.98386 -0.0313,2.5625 0.27468,0.30024 0.75049,0.49578 1.25,0.5625 -0.41536,0.14369 -0.79666,0.3777 -1.09375,0.65625 -0.16356,-0.0554 -0.32618,-0.10507 -0.5,-0.125 -0.28913,-0.0332 -0.58739,0.003 -0.875,0.0625 0.54571,-1.43631 0.67093,-2.9057 0.21875,-4.0625 z m 21.46875,0.6875 c -0.62395,0.004 -1.39643,0.4565 -1.53125,1 -0.0517,0.20853 -0.0183,0.47608 0.0625,0.71875 0.24241,0.72801 0.97338,1.45613 1.59375,1.28125 0.91589,-0.25818 1.15493,-2.25639 0.40625,-2.84375 -0.14686,-0.11521 -0.32327,-0.15761 -0.53125,-0.15625 z m -350.21875,1.25 c -0.81999,0.0982 -1.39424,1.6047 -0.96875,2.3125 0.48976,0.8147 2.37836,1.07887 2.84375,0.25 0.19324,-0.34417 0.12294,-0.81532 -0.0937,-1.25 -0.36115,-0.72447 -1.12807,-1.39072 -1.78125,-1.3125 z m 269.125,0 c -0.0171,0.0396 -0.0517,0.0843 -0.0625,0.125 -0.147,0.55405 0.213,1.31017 0.71875,1.78125 -0.33255,0.251 -0.62385,0.55474 -0.84375,0.90625 -0.39278,-0.13699 -0.78141,-0.23696 -1.15625,-0.25 -0.0219,-0.0179 -0.04,-0.0453 -0.0625,-0.0625 -0.18018,-0.13764 -0.37802,-0.23287 -0.59375,-0.3125 -0.01,-0.58891 -0.11787,-1.15325 -0.3125,-1.65625 0.0945,0.0177 0.1872,0.0255 0.28125,0.0313 0.62953,0.0388 1.3109,-0.16926 1.96875,-0.53125 0.0194,-0.0107 0.0431,-0.0203 0.0625,-0.0313 z m 3.09375,0.90625 c -0.2103,0.14246 -0.38999,0.30304 -0.5625,0.46875 0.0488,-0.13874 0.068,-0.28759 0.0937,-0.4375 0.1598,0.005 0.3148,-0.0119 0.46875,-0.0313 z m 75.78125,0.875 c -0.10929,0.0116 -0.21636,0.0493 -0.28125,0.125 -0.10778,0.12566 -0.11588,0.30341 -0.0625,0.5 0.089,0.32765 0.34993,0.66596 0.625,0.6875 0.34532,0.027 0.71055,-0.51766 0.59375,-0.84375 -0.10083,-0.2815 -0.54713,-0.50363 -0.875,-0.46875 z M 286.65625,221.5 c -0.10059,0.0135 -0.21118,0.0697 -0.3125,0.125 -0.33773,0.18431 -0.64242,0.56613 -0.59375,0.875 0.0611,0.38774 0.76506,0.62083 1.09375,0.40625 0.37833,-0.24699 0.49565,-1.13732 0.0937,-1.34375 -0.0834,-0.0429 -0.18066,-0.076 -0.28125,-0.0625 z m 23.3125,0.875 c -0.33999,5.8e-4 -0.64035,0.0763 -0.875,0.25 -0.78555,0.58142 -0.50845,2.42782 0.34375,2.90625 0.98091,0.55069 3.06966,-0.2501 3.0625,-1.375 -0.003,-0.46709 -0.33502,-0.89879 -0.8125,-1.21875 -0.49738,-0.33329 -1.1521,-0.56346 -1.71875,-0.5625 z M 638,222.65625 c -0.34701,0.0563 -0.68688,0.25356 -1,0.53125 -0.93937,0.83306 -1.56845,2.42914 -0.90625,3.25 0.97764,1.21189 4.12919,0.31676 4.53125,-1.1875 0.31547,-1.18027 -1.41908,-2.78947 -2.625,-2.59375 z m -212.375,0.28125 c -1.53385,0.10435 -3.06894,0.73317 -3.75,1.78125 -0.21108,0.32482 -0.34386,0.71003 -0.4375,1.125 -1.23956,-0.47659 -2.81588,-0.56329 -4.1875,-0.25 -0.26502,-0.13819 -0.5468,-0.23313 -0.84375,-0.28125 -1.44876,-0.23475 -2.97873,0.6666 -4.1875,2.03125 -1.49285,-0.27236 -3.57736,1.15991 -4.03125,2.65625 -0.35666,0.10191 -0.68057,0.29149 -0.90625,0.53125 -0.11805,0.12541 -0.21689,0.27225 -0.28125,0.4375 -0.10848,0.0964 -0.22364,0.22165 -0.28125,0.34375 -0.0696,0.14751 -0.0533,0.29401 -0.0313,0.46875 -0.41669,0.22217 -0.79198,0.61137 -0.8125,1 -0.0207,0.39187 0.28231,0.8688 0.65625,1.1875 -0.136,0.20702 -0.23472,0.40805 -0.3125,0.625 -0.59609,-0.26944 -1.20365,-0.43823 -1.8125,-0.5 -0.23498,-0.56332 -0.57046,-1.01838 -1,-1.28125 0.89607,-1.63851 1.24512,-3.51705 0.5625,-4.8125 -1.16857,-2.21768 -5.95566,-2.2245 -7.5,-0.25 -0.37214,0.4758 -0.60304,1.08992 -0.71875,1.78125 -0.78159,-0.18151 -1.58016,-0.12829 -2.0625,0.28125 -0.43253,0.36725 -0.52152,1.06397 -0.40625,1.75 -0.0202,0.002 -0.0423,-0.002 -0.0625,0 -0.0157,-0.0166 -0.0144,-0.0472 -0.0313,-0.0625 -0.01,-0.009 -0.0208,-0.0228 -0.0313,-0.0313 -0.0788,-0.30931 -0.20739,-0.56826 -0.40625,-0.75 -0.0387,-0.34599 -0.15961,-0.6788 -0.34375,-0.96875 -1.15518,-1.81901 -4.78186,-1.7 -6.96875,-0.40625 -0.24454,-0.24469 -0.52246,-0.44526 -0.84375,-0.625 -0.0219,-0.0435 -0.0376,-0.0827 -0.0625,-0.125 -1.45738,-2.48096 -7.0576,-1.98048 -8.9375,0.34375 -1.8598,-0.82354 -4.18568,-0.95388 -5.5625,0 -0.69611,0.48228 -1.23211,1.25905 -1.625,2.1875 -0.14734,0.34817 -0.27428,0.71329 -0.375,1.09375 -0.0242,-0.0287 -0.0371,-0.0662 -0.0625,-0.0937 -1.3296,-1.44194 -4.58166,-0.86041 -6.15625,0.625 -0.0646,-8.7e-4 -0.12266,-0.009 -0.1875,0 -0.64613,0.0911 -1.17721,0.65432 -1.53125,1.375 -0.33206,0.67593 -0.48423,1.48889 -0.4375,2.21875 -0.90962,-0.35404 -1.83252,-0.46816 -2.625,-0.25 -0.19283,0.0531 -0.40671,0.12828 -0.59375,0.21875 0.10866,-0.0969 0.18887,-0.21244 0.25,-0.34375 0.57934,-1.24452 -1.34079,-3.39116 -2.6875,-3.125 -0.13208,0.0261 -0.25895,0.0804 -0.375,0.15625 0.0532,-0.41302 0.005,-0.80895 -0.15625,-1.125 -0.17163,-0.33649 -0.48804,-0.64591 -0.875,-0.875 -0.47786,-0.28291 -1.05268,-0.444 -1.625,-0.5 -0.26207,-0.34551 -0.56029,-0.62917 -0.90625,-0.84375 -1.55224,-0.96275 -4.06614,-0.0811 -5.6875,1.40625 -0.0335,-0.003 -0.0598,-0.0292 -0.0937,-0.0313 -0.45596,-0.0273 -0.94906,0.0743 -1.40625,0.21875 0.42345,-0.41721 0.73254,-0.91273 0.84375,-1.46875 0.67357,-3.36775 -5.28934,-7.41107 -8.40625,-5.96875 -1.04521,0.48366 -1.66679,1.71722 -1.90625,3.09375 -0.73717,-0.0709 -1.4192,0.0223 -1.96875,0.34375 -0.89236,0.52192 -1.33452,1.73222 -1.34375,3 -1.16237,0.27807 -2.34506,1.12113 -3.3125,2.1875 -0.14481,-0.0249 -0.28418,-0.0241 -0.4375,-0.0313 -0.35293,-0.28852 -0.78029,-0.47283 -1.125,-0.375 -0.23073,0.0655 -0.41742,0.30045 -0.53125,0.5625 -0.17778,0.0498 -0.35639,0.12218 -0.53125,0.1875 -0.0728,-0.20112 -0.15402,-0.40457 -0.28125,-0.5625 -0.15116,-0.18763 -0.36364,-0.30161 -0.59375,-0.40625 -1.66022,-1.59074 -5.11363,-2.30695 -6.65625,-0.96875 -0.29056,0.25205 -0.5243,0.5802 -0.65625,0.96875 -0.24974,-0.31423 -0.52078,-0.62737 -0.84375,-0.90625 1.13892,-0.16919 2.30846,-0.90804 2.3125,-1.84375 0.002,-0.57059 -0.38967,-1.10294 -0.96875,-1.5 -0.96512,-0.66178 -2.4171,-0.93256 -3.1875,-0.375 -0.16362,0.11842 -0.25075,0.27633 -0.34375,0.46875 -0.61041,-0.51377 -1.36765,-0.86311 -1.96875,-0.6875 -0.48211,0.14085 -0.83559,0.65791 -1,1.25 -0.44422,-0.0128 -0.85897,0.0574 -1.25,0.15625 -0.28298,-0.21246 -0.58676,-0.37391 -0.90625,-0.46875 -1.31724,-0.39103 -2.92244,0.58393 -3.96875,1.90625 -0.0115,-0.006 -0.0196,-0.0252 -0.0313,-0.0313 -1.02838,-0.53253 -2.84174,0.71872 -2.90625,1.875 -0.0255,0.45629 0.18914,0.98564 0.53125,1.4375 -1.25841,0.20316 -2.61671,2.24616 -1.90625,3.28125 0.30269,0.44101 0.90431,0.62815 1.5625,0.625 1.09698,-0.005 2.36023,-0.53409 2.65625,-1.375 0.12609,-0.35817 0.0219,-0.79461 -0.1875,-1.1875 0.0589,0.0779 0.12353,0.1425 0.1875,0.21875 0.41185,0.49086 0.93548,0.93909 1.5,1.3125 -0.25318,0.0441 -0.49476,0.14557 -0.5625,0.34375 -0.0131,0.0385 0.002,0.0843 0,0.125 -0.98259,0.77204 -1.73045,1.9451 -1.625,2.9375 -0.2836,0.15743 -0.52824,0.34459 -0.625,0.625 -0.16811,0.48717 0.0266,1.08577 0.40625,1.59375 0.63271,0.84663 1.77281,1.50262 2.59375,1.25 0.37911,-0.11666 0.69205,-0.4721 0.875,-0.90625 -0.0439,0.306 0.0721,0.66896 0.25,1 0.39536,0.73564 1.20391,1.38259 1.875,1.28125 0.75895,-0.11461 1.24235,-1.38353 1,-2.15625 1.03844,0.053 2.08746,-0.0983 2.90625,-0.5 0.17068,0.20073 0.34636,0.38262 0.53125,0.5625 0.0105,0.32917 0.10312,0.64704 0.3125,0.9375 -0.11992,-0.0569 -0.25215,-0.0795 -0.375,-0.0937 -1.13124,-0.13128 -2.75849,1.45213 -2.3125,2.5 0.18519,0.4351 0.67908,0.70013 1.25,0.8125 0.95154,0.18729 2.12767,-0.0418 2.53125,-0.71875 0.30365,-0.50932 0.0705,-1.30175 -0.375,-1.875 1.13836,0.83641 2.90908,1.22544 3.84375,0.53125 0.48389,-0.35939 0.68444,-1.04979 0.65625,-1.78125 0.35248,-0.39587 0.65471,-0.84258 0.90625,-1.34375 0.38053,0.3699 0.98542,0.61482 1.40625,0.46875 0.19376,-0.0673 0.37922,-0.21519 0.53125,-0.40625 0.45608,-0.57317 0.65057,-1.5636 0.1875,-1.96875 -0.35555,-0.31109 -0.96185,-0.20905 -1.5,0.0625 0.1299,-0.72501 0.0994,-1.42439 -0.0937,-2.03125 0.17345,-0.0249 0.35609,-0.0517 0.53125,-0.0937 0.21484,0.20309 0.47244,0.33773 0.71875,0.4375 -0.0174,0.18888 -0.0147,0.38931 0.0313,0.5625 0.11727,0.44176 0.5134,0.79524 1,1.03125 0.13479,0.35169 0.2917,0.69313 0.5,0.96875 -0.20144,0.26519 -0.0964,0.85151 0.1875,1.03125 -0.38118,2.1396 2.12457,5.37694 4.25,5.21875 0.92226,-0.0686 1.73594,-0.90834 2.21875,-1.9375 2.095,1.24233 5.92531,0.62308 8.03125,-1.0625 0.53305,-0.24102 1.01729,-0.68842 1.40625,-1.25 -0.93229,1.95992 -0.1758,5.52528 1.65625,6.34375 1.02274,0.45691 2.40059,-0.15321 3.40625,-1.09375 1.37934,0.11648 2.87061,-0.25815 3.59375,-1.125 0.39695,-0.47584 0.62263,-1.14358 0.71875,-1.875 0.10691,-0.81348 0.0351,-1.70323 -0.1875,-2.53125 0.57425,-0.0613 1.09484,-0.26639 1.40625,-0.625 0.24334,-0.28023 0.40215,-0.68762 0.46875,-1.125 0.0907,-0.0406 0.16436,-0.10624 0.25,-0.15625 0.15395,1.05781 1.45355,2.3008 2.40625,2.03125 0.11725,0.0722 0.24516,0.10004 0.375,0.125 -0.1215,1.17351 0.0914,2.28054 0.8125,3 0.58592,0.58456 1.41694,0.84166 2.34375,0.90625 -0.0299,0.64736 0.11399,1.23242 0.46875,1.625 0.87706,0.97058 3.31764,0.35395 3.84375,-0.84375 0.21604,-0.49182 0.17239,-1.14426 -0.0313,-1.78125 1.69398,-0.88165 3.0828,-2.23348 3.3125,-3.71875 0.0578,-0.37406 0.007,-0.74597 -0.0937,-1.125 0.49304,0.33546 1.0197,0.56911 1.5625,0.5625 -0.17675,0.26447 -0.35736,0.53791 -0.5,0.84375 -1.22489,2.62632 -1.09321,6.5568 1.0625,7.6875 2.06448,1.08285 5.22966,-0.56174 7.0625,-2.8125 1.10845,0.37752 2.53551,-0.0177 3.71875,-0.84375 0.62535,2.45569 2.71911,5.04183 4.8125,5.125 2.49283,0.099 4.86836,-4.06037 3.9375,-6.375 -0.17118,-0.42563 -0.44817,-0.8254 -0.8125,-1.1875 0.12198,-0.0333 0.22698,-0.079 0.3125,-0.15625 0.17871,-0.16147 0.21939,-0.42936 0.1875,-0.71875 0.13966,0.0348 0.28108,0.0612 0.4375,0.0625 0.0389,3.2e-4 0.0856,0.002 0.125,0 0.25952,0.36909 0.60539,0.64529 1,0.84375 0.27723,0.13943 0.56399,0.20815 0.875,0.25 0.0353,0.057 0.055,0.13354 0.0937,0.1875 0.47168,0.65777 1.20967,1.16019 2.09375,1.53125 -0.12478,0.003 -0.24738,0.0311 -0.375,0.0625 -1.24911,-0.57037 -3.03047,-0.54814 -3.59375,0.4375 -0.32409,0.5671 -0.22812,1.34048 0.125,2.0625 0.58853,1.20337 1.85565,2.2775 2.9375,2.15625 1.12559,-0.12615 1.97957,-1.8162 1.84375,-3.0625 0.18829,-0.44034 0.0319,-1.13563 -0.3125,-1.4375 0.3332,0.1075 0.67818,0.18224 1.03125,0.25 0.16259,0.13618 0.37598,0.23922 0.625,0.28125 0.15725,0.0265 0.33506,0.01 0.5,0 0.29542,0.1256 0.63931,0.19496 1,0.21875 0.86936,0.0573 1.8303,-0.17709 2.5,-0.625 0.68841,0.34121 1.39481,0.51588 2.0625,0.4375 0.9836,-0.11546 1.85134,-0.86291 2.46875,-1.875 0.20217,0.8268 0.58293,1.54291 1.15625,1.96875 0.244,0.18123 0.53382,0.3109 0.84375,0.375 0.0768,0.14146 0.18024,0.25446 0.28125,0.375 1.05898,1.26366 3.73365,1.00155 5.25,-0.0937 1.34501,2.31623 4.998,4.22122 7.15625,3.21875 1.67241,-0.77681 2.21801,-3.64243 1.59375,-5.6875 0.14011,-0.0265 0.27547,-0.0784 0.40625,-0.125 0.68773,-0.24533 1.30835,-0.75269 1.84375,-1.4375 0.16989,-0.21729 0.32115,-0.47398 0.46875,-0.71875 0.0384,-0.003 0.0867,0.007 0.125,0 0.42073,-0.0802 0.75691,-0.36874 1.03125,-0.78125 -0.19243,1.89864 0.2628,3.78303 1.59375,4.53125 1.52555,0.85762 3.76785,0.1187 5.53125,-1.25 0.13821,0.2446 0.31619,0.42857 0.53125,0.5625 0.37298,0.23227 0.8794,0.23086 1.375,0.0625 0.75444,0.20002 1.6252,0.23119 2.5,0.125 1.71086,0.54174 4.10428,0.0745 5.5,-1.0625 0.20111,-0.0394 0.39386,-0.10982 0.59375,-0.1875 -0.005,0.0678 0.0163,0.14554 0.0313,0.21875 0.0638,0.31268 0.27453,0.65079 0.53125,0.6875 0.32229,0.0461 0.68374,-0.46837 0.59375,-0.78125 -0.0518,-0.18007 -0.25029,-0.35201 -0.46875,-0.4375 0.2391,-0.14249 0.49104,-0.31448 0.71875,-0.5 0.0418,0.002 0.0835,1.7e-4 0.125,0 0.28737,0.37738 0.65843,0.64231 1.03125,0.5625 0.39416,-0.0844 0.6758,-0.50888 0.8125,-1 1.63568,1.322 5.2303,0.93573 6.40625,-0.75 0.38155,-0.54696 0.58967,-1.26937 0.625,-2.0625 0.002,-0.041 -9.8e-4,-0.0837 0,-0.125 0.80435,1.2024 2.84971,2.03275 4.0625,1.46875 0.42707,-0.19861 0.78712,-0.59563 1.09375,-1.0625 0.14354,1.26157 1.3208,2.77494 2.4375,2.78125 0.57721,0.003 1.14851,-0.47738 1.5,-1.09375 0.27079,0.62589 0.76097,1.18887 1.40625,1.65625 0.0696,0.1079 0.12408,0.2032 0.21875,0.28125 0.16483,0.1359 0.39392,0.19546 0.625,0.21875 0.47186,0.24708 0.97242,0.46996 1.5,0.625 -0.53112,0.28329 -0.94127,0.68445 -1,1.1875 -0.0676,0.57884 0.3013,1.15596 0.84375,1.625 0.90408,0.78174 2.31074,1.25929 3.15625,0.78125 0.92876,-0.52511 0.99882,-2.40439 0.34375,-3.34375 0.67103,-0.12715 1.26841,-0.37746 1.71875,-0.78125 0.0278,-0.0249 0.036,-0.0675 0.0625,-0.0937 2.62536,0.876 6.49106,-3.41034 5.6875,-6.0625 -0.2811,-0.92776 -1.24228,-1.60246 -2.375,-1.9375 -0.0203,-0.0313 -0.0394,-0.0652 -0.0625,-0.0937 -0.38164,-0.47224 -1.21153,-0.7228 -1.96875,-0.6875 -0.89691,-2.08957 -2.61847,-3.96388 -4.40625,-4.09375 -1.85621,-0.13484 -3.72452,1.97591 -4.34375,4.09375 -0.38019,0.25764 -0.71512,0.61168 -0.90625,1 -0.51234,0.15074 -0.97474,0.41808 -1.28125,0.78125 -0.0545,-0.0564 -0.11674,-0.11237 -0.1875,-0.15625 0.20124,-0.13819 0.36471,-0.32286 0.375,-0.53125 0.008,-0.15523 -0.083,-0.29919 -0.1875,-0.4375 1.22991,-0.42828 2.35813,-2.53057 1.5625,-3.5 -0.23927,-0.29153 -0.63476,-0.44794 -1.0625,-0.5 0.011,-0.0409 0.0209,-0.0838 0.0313,-0.125 0.80171,-1.56494 1.06503,-3.26421 0.25,-4.4375 -0.21486,-0.3093 -0.49462,-0.56701 -0.8125,-0.78125 -0.12191,-0.1659 -0.25623,-0.30409 -0.40625,-0.4375 -0.98412,-0.87512 -2.67506,-0.80536 -4.1875,-0.21875 -1.50425,0.25113 -2.96158,0.85104 -4,1.71875 -0.87677,-1.22281 -2.3262,-2.19144 -3.5,-1.96875 -0.59866,0.11358 -1.08588,0.61754 -1.4375,1.25 -0.83551,0.0442 -1.65051,0.22944 -2.28125,0.59375 -0.39528,-0.4101 -0.90411,-0.67469 -1.34375,-0.59375 -0.75513,0.13902 -1.18617,1.52434 -0.75,2.15625 0.13649,0.19775 0.35466,0.36455 0.625,0.46875 -0.0101,0.0315 -0.0217,0.0619 -0.0313,0.0937 -0.19206,0.0583 -0.37282,0.12524 -0.5625,0.21875 -0.1437,-0.11824 -0.28817,-0.25407 -0.46875,-0.34375 -0.8906,-0.44229 -2.1367,-0.49807 -2.71875,0.0625 -0.25454,0.24514 -0.35978,0.64669 -0.34375,1.0625 -0.19126,0.10463 -0.35438,0.2493 -0.53125,0.40625 -0.0856,0.0523 -0.16945,0.0998 -0.25,0.15625 -0.19628,-1.01371 -0.924,-2.0845 -1.75,-2.21875 -0.70337,-0.11432 -1.4867,0.59707 -1.84375,1.375 -0.66464,-0.003 -1.33355,0.1923 -1.625,0.625 -0.0444,0.066 -0.069,0.14213 -0.0937,0.21875 -0.25051,-0.0106 -0.51225,0.0111 -0.78125,0.0625 -0.22358,0.0428 -0.46384,0.10719 -0.6875,0.1875 1.77281,-1.89581 2.80487,-5.26298 1.625,-7.09375 -0.6771,-1.05064 -2.21615,-1.47935 -3.75,-1.375 z m -49.6875,0.8125 c -1.00936,0.0772 -2.04175,0.57087 -2.34375,1.3125 -0.43329,1.06404 0.97684,2.72813 2.125,2.6875 1.32157,-0.0468 2.91366,-2.15616 2.21875,-3.28125 -0.28855,-0.46717 -0.88746,-0.68941 -1.5625,-0.71875 -0.14063,-0.006 -0.29331,-0.011 -0.4375,0 z m 121.40625,0.5625 c -0.29262,-0.0185 -0.56799,0.0311 -0.75,0.1875 -0.45699,0.39271 -0.20171,1.52524 0.34375,1.78125 0.62784,0.29467 1.8673,-0.30862 1.8125,-1 -0.0227,-0.28708 -0.25456,-0.5434 -0.5625,-0.71875 -0.25662,-0.14613 -0.55113,-0.23149 -0.84375,-0.25 z m 5.21875,0.4375 c -0.47526,0.0205 -0.93788,0.20841 -1.125,0.53125 -0.31321,0.54038 0.31623,1.52939 0.9375,1.59375 0.7151,0.0741 1.72716,-0.93577 1.4375,-1.59375 -0.12028,-0.27321 -0.41999,-0.4335 -0.78125,-0.5 -0.15053,-0.0277 -0.31033,-0.0381 -0.46875,-0.0313 z m 31.96875,1.125 c 0.0766,0.0785 0.16662,0.14687 0.25,0.21875 -0.0634,0.0488 -0.11197,0.0965 -0.15625,0.15625 -0.0294,-0.12516 -0.0589,-0.25248 -0.0937,-0.375 z m -56.8125,0.15625 c -0.20785,0.002 -0.42291,0.0983 -0.625,0.25 -0.44908,0.33714 -0.79142,0.93913 -0.65625,1.375 0.1697,0.54719 1.2266,0.75396 1.65625,0.375 0.49454,-0.4362 0.46758,-1.75502 -0.15625,-1.96875 -0.0648,-0.0222 -0.14947,-0.0318 -0.21875,-0.0313 z m 121.96875,0.15625 c -0.0765,0.005 -0.15276,0.0351 -0.21875,0.0625 -0.60765,0.25197 -0.98851,1.50304 -0.46875,1.90625 0.21582,0.16742 0.55535,0.1664 0.875,0.0625 0.53275,-0.17317 1.0493,-0.60745 1.0625,-1.0625 0.0145,-0.49986 -0.71439,-1.00382 -1.25,-0.96875 z m -332.28125,0.21875 c -0.0141,0.1477 0.006,0.28936 0,0.4375 -0.0992,-0.11222 -0.20796,-0.20625 -0.3125,-0.3125 0.11011,-0.0287 0.20493,-0.0665 0.3125,-0.125 z m 83.09375,0.4375 c -0.13117,0.0223 -0.24624,0.0529 -0.34375,0.125 -0.48967,0.36206 -0.31213,1.51412 0.21875,1.8125 0.61106,0.34344 1.91037,-0.1428 1.90625,-0.84375 -0.002,-0.29105 -0.20257,-0.58173 -0.5,-0.78125 -0.37179,-0.2494 -0.88774,-0.37946 -1.28125,-0.3125 z m 184.28125,0.4375 c 0.0248,0.0292 0.0353,0.0656 0.0625,0.0937 -0.01,-7.4e-4 -0.0213,6.8e-4 -0.0313,0 -0.003,-0.0327 -0.0276,-0.0611 -0.0313,-0.0937 z m 66.25,1.78125 c -0.52738,-0.0338 -1.03839,0.2991 -1.4375,0.8125 -0.66519,0.85566 -1.00411,2.16318 -0.53125,2.90625 0.59363,0.93284 2.7047,0.76742 3.3125,-0.15625 0.69959,-1.06318 -0.0737,-3.48101 -1.34375,-3.5625 z M 36.25,229.75 c -1.166821,0.12409 -2.477856,1.65463 -2.3125,2.78125 0.217523,1.48202 2.820034,3.01646 4,2.09375 0.489953,-0.38313 0.64493,-1.11137 0.59375,-1.875 -0.08529,-1.27272 -0.783963,-2.68592 -1.78125,-2.96875 -0.156497,-0.0444 -0.333311,-0.049 -0.5,-0.0313 z m 550.96875,0.3125 c -0.0788,0.0974 -0.15375,0.20292 -0.21875,0.3125 -0.0474,-0.0819 -0.094,-0.17257 -0.15625,-0.25 0.12564,-0.0144 0.26509,-0.0235 0.375,-0.0625 z m -294.78125,0.25 c 0.32574,0.55271 0.73006,1.01206 1.21875,1.28125 0.0743,0.0409 0.17097,0.0593 0.25,0.0937 -0.2803,0.15254 -0.54974,0.34242 -0.8125,0.5625 -0.0255,-0.0445 -0.0669,-0.081 -0.0937,-0.125 -0.0955,-0.53201 -0.29572,-1.08791 -0.59375,-1.59375 0.009,-0.0725 0.0256,-0.14488 0.0313,-0.21875 z m -9.5625,0.125 c 0.109,0.24125 0.27914,0.46607 0.46875,0.6875 -0.43296,0.4369 -0.80788,0.92507 -1.125,1.4375 -0.0768,-0.18464 -0.18218,-0.34727 -0.3125,-0.5 0.0383,-0.0198 0.0898,-0.008 0.125,-0.0313 0.44175,-0.2962 0.73679,-0.93325 0.84375,-1.59375 z m 140.34375,1.5 c 0.19094,0.1805 0.38128,0.37345 0.59375,0.5 -0.27082,-0.0482 -0.57321,-0.0405 -0.875,0.0313 0.0844,-0.17869 0.20862,-0.34976 0.28125,-0.53125 z M 447.5,232.625 c 0.64853,1.03191 1.60668,1.96297 2.65625,2.53125 0.0759,0.19418 0.20962,0.37831 0.34375,0.5625 -0.501,0.26042 -0.98208,0.58186 -1.375,0.96875 -0.18857,-0.38398 -0.53221,-0.731 -0.96875,-1 0.336,-0.62155 -0.0711,-1.77694 -0.71875,-2.03125 -0.13714,-0.0538 -0.30254,-0.10054 -0.46875,-0.0937 0.19549,-0.31089 0.38129,-0.61212 0.53125,-0.9375 z m -23.09375,0.0937 c 0.17514,0.0527 0.34638,0.0517 0.53125,0.0625 0.24051,0.014 0.48272,-0.01 0.71875,-0.0625 -0.27414,0.1236 -0.54556,0.31485 -0.78125,0.53125 -0.12392,-0.21399 -0.29136,-0.39025 -0.46875,-0.53125 z m 7.6875,0.0313 c 0.36902,0.18083 0.75717,0.29856 1.125,0.3125 -0.003,0.0203 0.003,0.042 0,0.0625 -0.23241,0.26835 -0.42705,0.62925 -0.53125,1.03125 -0.29779,-0.11347 -0.61393,-0.18386 -0.90625,-0.21875 -0.0933,-0.28057 -0.21549,-0.5331 -0.375,-0.75 0.23865,-0.10919 0.48273,-0.25675 0.6875,-0.4375 z m -403.9375,0.5 c -3.564686,0.27344 -5.948236,7.40759 -3.625,10.125 1.822852,2.13213 7.082978,0.94257 8.28125,-1.59375 0.34481,-0.72985 0.399367,-1.64009 0.28125,-2.59375 -0.354346,-2.86099 -2.522999,-6.12271 -4.9375,-5.9375 z M 281.5,234 c -0.0766,0.24891 -0.0938,0.50633 -0.125,0.75 -0.11413,-0.22097 -0.23569,-0.45334 -0.375,-0.65625 0.17015,-0.0113 0.3445,-0.0484 0.5,-0.0937 z m 71.25,0.84375 c -0.0224,0.40825 0.0212,0.78412 0.21875,1.0625 0.17938,0.25276 0.47109,0.45381 0.8125,0.59375 0.64014,0.26239 1.4701,0.32868 2.09375,0.125 -0.35245,0.24469 -0.68538,0.55999 -1,0.90625 -0.19169,0.21096 -0.39039,0.44801 -0.5625,0.6875 -0.4451,-0.23145 -1.09733,-0.24503 -1.65625,-0.0937 -0.0182,-0.0122 -0.0436,-0.0202 -0.0625,-0.0313 -0.28204,-0.16534 -0.63361,-0.13585 -1,-0.0313 0.36415,-0.83094 0.5489,-1.80631 0.59375,-2.8125 0.20233,-0.0936 0.38964,-0.22955 0.5625,-0.40625 z m -9.875,0.375 c 0.0488,0.0178 0.10167,0.0219 0.15625,0.0313 0.0127,0.0425 0.0174,0.0825 0.0313,0.125 -0.0645,-0.0471 -0.12035,-0.0905 -0.1875,-0.125 1.4e-4,-0.0103 -10e-5,-0.021 0,-0.0313 z m 188.03125,0.0937 c 0.0896,0.16046 0.16686,0.30151 0.28125,0.4375 -0.0944,-0.0502 -0.18523,-0.11757 -0.28125,-0.15625 0.002,-0.0918 0.002,-0.18884 0,-0.28125 z m -76.03125,0.0313 c 0.046,0.0391 0.10819,0.0574 0.15625,0.0937 -0.30116,0.27785 -0.29661,0.91643 -0.0625,1.3125 -0.15579,0.0646 -0.30829,0.13636 -0.40625,0.25 -0.0729,0.0846 -0.11133,0.19937 -0.15625,0.3125 -0.0262,-0.69935 -0.23584,-1.33472 -0.6875,-1.71875 0.19591,0.007 0.39987,-0.0205 0.59375,-0.0625 0.19621,-0.0425 0.38145,-0.10117 0.5625,-0.1875 z m -34.0625,0.0937 c 0.0313,0.0969 0.0519,0.18425 0.0937,0.28125 0.0564,0.13082 0.14495,0.24731 0.21875,0.375 -0.35457,0.17672 -0.70741,0.40645 -1,0.6875 -0.0781,-0.21319 -0.15965,-0.41152 -0.28125,-0.59375 0.33256,-0.20566 0.65936,-0.46829 0.96875,-0.75 z m -21.09375,0.59375 c -0.004,0.0308 0.003,0.0632 0,0.0937 -0.0546,-0.0126 -0.10095,-0.052 -0.15625,-0.0625 0.0522,-0.007 0.10414,-0.0214 0.15625,-0.0313 z m -23.03125,0.3438 c 0.20498,0.2043 0.40329,0.38937 0.625,0.5625 0.01,0.0104 0.0213,0.021 0.0313,0.0313 0.0939,0.0723 0.18511,0.15293 0.28125,0.21875 0.22097,0.17442 0.44125,0.34714 0.6875,0.40625 0.0491,0.0239 0.10689,0.0405 0.15625,0.0625 -0.23715,0.17921 -0.45085,0.4271 -0.625,0.71875 -0.0902,-0.1271 -0.20408,-0.23649 -0.34375,-0.28125 -0.21215,-0.068 -0.45986,0.034 -0.6875,0.15625 -0.34275,-0.33898 -0.73539,-0.60936 -1.125,-0.875 0.35354,-0.31252 0.69638,-0.64532 1,-1 z m -119.59375,0.4375 c -1.27111,0.19677 -2.76973,1.70525 -2.375,2.8125 0.18732,0.52544 0.7419,0.85858 1.40625,1.03125 1.10724,0.28779 2.50818,0.0811 3.03125,-0.6875 0.65666,-0.96491 -0.38202,-2.9525 -1.53125,-3.15625 -0.16535,-0.0293 -0.34966,-0.0281 -0.53125,0 z m 197.21875,1.53125 c 0.014,0.0941 0.038,0.19068 0.0625,0.28125 -0.0561,0.023 -0.10494,0.0647 -0.15625,0.0937 0.0343,-0.12601 0.069,-0.2478 0.0937,-0.375 z M 341,240.125 c -0.084,0.2401 -0.17596,0.47835 -0.21875,0.71875 -0.4143,-0.0263 -0.81141,0.0526 -1.15625,0.25 -0.26792,0.15335 -0.47242,0.365 -0.65625,0.625 0.16451,-0.29083 0.29607,-0.62115 0.40625,-0.9375 0.61473,-0.11383 1.18231,-0.32377 1.625,-0.65625 z m 8.625,1.0625 c -0.0694,0.008 -0.12855,0.026 -0.1875,0.0625 -0.19582,0.1213 -0.30056,0.37306 -0.3125,0.65625 -0.0199,0.47199 0.1755,1.01192 0.53125,1.15625 0.4466,0.18119 1.17392,-0.39337 1.15625,-0.875 -0.0178,-0.48508 -0.70141,-1.05951 -1.1875,-1 z m -43.125,0.0313 c 0.0702,0.0428 0.14514,0.0854 0.21875,0.125 -0.12263,0.0823 -0.24568,0.18443 -0.3125,0.3125 0.0433,-0.14587 0.0738,-0.28504 0.0937,-0.4375 z m 165.9375,7.5312 c -0.79791,0.10311 -1.72551,0.85493 -1.71875,1.5625 0.007,0.74023 1.26513,1.40345 1.9375,1.09375 0.19348,-0.0891 0.36218,-0.28713 0.5,-0.5 0.41346,-0.63861 0.51965,-1.65929 0,-2.03125 -0.1918,-0.13729 -0.45278,-0.15937 -0.71875,-0.125 z m -77.875,0.46875 c -1.48749,-0.0484 -3.52425,1.3127 -3.3125,2.65625 0.10049,0.63758 0.65655,1.16141 1.375,1.5 1.19741,0.56433 2.86564,0.60573 3.625,-0.15625 0.95329,-0.95657 0.1694,-3.42849 -1.09375,-3.90625 -0.18174,-0.0687 -0.38125,-0.0868 -0.59375,-0.0937 z m 80.40625,0.25 c -0.21023,0.0188 -0.4412,0.1038 -0.53125,0.25 -0.20731,0.33657 0.0737,1.08026 0.46875,1.09375 0.16404,0.006 0.31837,-0.11816 0.4375,-0.28125 0.19856,-0.27182 0.27871,-0.67996 0.125,-0.90625 -0.0965,-0.14204 -0.28977,-0.175 -0.5,-0.15625 z"
+         style="fill:#561c00;fill-opacity:1;stroke:none" />
+      <path
+         style="fill:#5f1800;fill-opacity:1;stroke:none"
+         d="m 168.84375,190.25 c -2.75811,0.21231 -4.88605,5.10216 -3.5625,7.53125 0.38086,0.69899 1.07796,1.28961 1.90625,1.75 1.40238,0.77948 3.22164,1.1442 4.78125,0.96875 -0.053,0.35984 -0.0497,0.74539 -0.0313,1.125 -0.50592,-0.20541 -1.08013,-0.28475 -1.59375,-0.21875 -0.0493,-0.24893 -0.24141,-0.47933 -0.5,-0.65625 -0.50202,-0.34347 -1.2561,-0.47774 -1.65625,-0.1875 -0.50234,0.36436 -0.31942,1.53476 0.21875,1.84375 0.13953,0.0801 0.31096,0.12529 0.5,0.125 -0.0245,0.0565 -0.0721,0.0971 -0.0937,0.15625 -0.0561,0.15351 -0.0897,0.30231 -0.125,0.46875 -0.24792,-0.46571 -0.54548,-0.89239 -0.875,-1.25 -0.16417,-1.1603 -0.86467,-2.37209 -1.78125,-2.59375 -0.80486,-0.19464 -1.77097,0.53552 -2.25,1.40625 -0.0696,-0.0259 -0.14751,-0.0388 -0.21875,-0.0625 1.54558,-1.81446 -0.53043,-6.33133 -2.90625,-6.59375 -1.88135,-0.20781 -3.92489,2.82362 -3.34375,4.625 0.16723,0.51836 0.56413,0.99144 1.0625,1.40625 0.26504,0.2206 0.55669,0.42064 0.875,0.59375 -0.47216,0.19375 -0.86792,0.45567 -1.15625,0.8125 -0.25317,0.31331 -0.41255,0.69645 -0.46875,1.125 -1.43453,0.69521 -2.6418,1.75258 -3,2.96875 -0.25605,0.56441 -0.38672,1.17777 -0.28125,1.6875 -0.11567,0.43695 -0.20167,0.90268 -0.25,1.34375 -0.72517,-1.30931 -1.8423,-2.37408 -3.03125,-2.625 -0.5921,-0.12496 -1.26655,-0.0557 -1.9375,0.125 -0.39767,-1.06465 -1.25502,-2.13112 -2.25,-2.875 0.005,-0.0523 0.033,-0.10481 0.0313,-0.15625 -0.0113,-0.32892 -0.1541,-0.67641 -0.375,-1 -0.66271,-0.97078 -2.03446,-1.73678 -2.875,-1.21875 -0.38469,0.23709 -0.60596,0.68868 -0.6875,1.21875 -0.17825,0.0769 -0.34032,0.1692 -0.46875,0.3125 -0.0252,0.0281 -0.0399,0.0638 -0.0625,0.0937 -0.14203,-0.0165 -0.28512,-0.0123 -0.4375,0 -1.44793,-0.68649 -3.11193,-0.9477 -4.3125,-0.46875 -0.20143,-0.25925 -0.40399,-0.51047 -0.65625,-0.71875 -0.62146,-0.76349 -1.69233,-1.32493 -2.5,-1.125 -0.1373,0.034 -0.27458,0.0833 -0.40625,0.15625 -0.41476,-1.15858 -1.70099,-2.24215 -3.09375,-2.78125 -0.008,-1.25402 -2.29881,-2.43785 -3.375,-1.78125 -0.43233,0.26377 -0.6207,0.87766 -0.59375,1.5 -1.06419,-0.19895 -2.22309,-0.16644 -3.25,0.0625 0.0231,-0.13062 0.0313,-0.28876 0,-0.4375 -0.12536,-0.59496 -0.65212,-1.23812 -1.15625,-1.15625 -0.74428,0.12087 -1.13033,1.65774 -0.59375,2.1875 0.0263,0.026 0.0627,0.0423 0.0937,0.0625 -0.3877,0.24216 -0.73148,0.52516 -0.96875,0.875 -0.10984,0.16196 -0.18437,0.34515 -0.25,0.53125 -0.087,0.0724 -0.16023,0.16107 -0.21875,0.25 -0.45781,0.69573 -0.2203,2.07857 0.40625,2.75 0.10548,0.23497 0.24686,0.46071 0.40625,0.6875 0.14087,0.20043 0.29414,0.40787 0.46875,0.59375 0.10223,0.13824 0.20108,0.2792 0.3125,0.40625 0.0579,0.47291 0.19464,0.89254 0.46875,1.1875 0.27445,0.29532 0.69212,0.50281 1.15625,0.625 0.47647,0.12544 1.01681,0.14858 1.53125,0.0937 0.0564,0.0351 0.1272,0.0686 0.1875,0.0937 0.98282,0.41037 2.53934,-0.83049 2.59375,-1.90625 0.18295,-0.13799 0.36162,-0.28452 0.53125,-0.4375 0.25439,0.0688 0.5294,0.10472 0.8125,0.125 0.725,0.0519 1.49611,-0.076 2.21875,-0.3125 0.0149,0.0536 0.0449,0.10342 0.0625,0.15625 -0.10374,0.38345 -0.0954,0.75013 -0.0313,1.09375 -0.76739,0.93362 -1.06018,2.65521 -0.21875,3.28125 0.30245,0.22503 0.69642,0.27631 1.125,0.21875 0.14003,0.0474 0.28036,0.0736 0.4375,0.0937 0.87298,0.11219 1.95662,-0.17513 2.28125,-0.8125 0.17651,-0.34656 0.0699,-0.80397 -0.15625,-1.21875 0.007,-0.0234 0.0253,-0.039 0.0313,-0.0625 0.0932,-0.0161 0.18889,-0.0419 0.28125,-0.0625 0.16067,0.10094 0.3238,0.20364 0.5,0.28125 -0.0492,0.24799 -0.0493,0.49414 0.0937,0.65625 0.0889,0.10081 0.20248,0.15289 0.34375,0.1875 0.78507,1.98251 2.32946,3.7921 4,3.96875 0.0411,0.004 0.0839,-0.002 0.125,0 0.94444,0.34929 2.10985,0.39402 3.28125,0.21875 0.008,0.23782 0.0517,0.45859 0.125,0.6875 1.0529,3.28773 8.27847,3.9456 10.3125,1.15625 0.23464,-0.32177 0.35957,-0.68582 0.4375,-1.09375 0.0597,0.0794 0.1206,0.17767 0.1875,0.25 1.12336,1.21453 3.43317,1.15242 5.28125,0.34375 0.60182,0.36421 1.27287,0.62214 1.9375,0.71875 0.0689,0.10726 0.13092,0.24267 0.21875,0.34375 0.6478,0.74555 1.75228,1.26057 2.5,0.96875 0.50828,-0.19837 0.79053,-0.83043 0.84375,-1.5 1.07128,0.12492 2.29512,-0.21613 2.71875,-0.96875 0.34598,-0.61467 0.0308,-1.53407 -0.53125,-2.1875 0.5927,-0.19227 1.14452,-0.57759 1.46875,-1.03125 0.0307,0.006 0.063,0.0275 0.0937,0.0313 0.30481,0.0367 0.6388,-0.0303 0.96875,-0.1875 0.55154,0.32606 1.33661,0.28249 2.09375,0 0.009,0.012 0.0217,0.0195 0.0313,0.0313 -0.16984,0.42381 -0.21192,0.95349 0.0937,1.15625 0.19714,0.13077 0.48058,0.11023 0.75,0 0.14032,-0.0574 0.28335,-0.15305 0.40625,-0.25 0.52574,0.14652 1.10674,0.0301 1.6875,-0.21875 -0.65787,1.95436 -0.67603,4.12122 0.34375,5.375 1.68727,2.07444 6.70506,1.04525 7.90625,-1.34375 0.20584,-0.40938 0.33346,-0.86791 0.375,-1.375 1.64482,0.0974 3.37412,-0.31751 4.28125,-1.28125 -0.2441,1.55147 0.0949,3.3311 1.125,4.03125 0.42838,0.29116 0.9765,0.3151 1.5625,0.21875 0.45499,0.56981 1.03266,0.99759 1.6875,1.09375 0.31403,0.0461 0.62273,0.0132 0.9375,-0.0625 0.75031,1.40351 1.91467,2.5562 3.15625,2.6875 1.47721,0.15622 3.0061,-1.42568 3.625,-3.09375 1.44125,0.0389 3.17625,-0.75731 3.65625,-1.90625 0.0581,-0.13914 0.0954,-0.28255 0.125,-0.4375 0.009,-0.004 0.0221,0.004 0.0313,0 0.39901,-0.16797 0.7682,-0.5144 1.0625,-0.9375 0.56641,-0.81431 0.86341,-1.94976 0.75,-2.875 0.0415,-0.0525 0.085,-0.10303 0.125,-0.15625 0.32696,0.40045 0.75054,0.65128 1.1875,0.625 0.51863,-0.0312 0.98563,-0.41929 1.3125,-0.96875 0.5448,-0.91576 0.70804,-2.23887 0.15625,-2.90625 -0.31401,-0.37979 -0.90278,-0.47752 -1.5,-0.40625 -0.0447,-0.21372 -0.11917,-0.42794 -0.21875,-0.625 -0.9114,-1.80358 -3.80428,-2.33568 -6.3125,-1.84375 -0.15986,-0.0141 -0.33352,-0.0336 -0.5,-0.0313 0.17032,-0.561 0.20096,-1.14823 -0.0625,-1.53125 -0.52457,-0.76262 -2.30045,-0.54095 -2.78125,0.25 -0.14742,0.24251 -0.20249,0.56532 -0.1875,0.90625 -0.80099,-0.0498 -1.6368,0.17395 -2,0.6875 -0.27565,0.38975 -0.19807,0.96255 0.0313,1.5 -0.24004,-0.19531 -0.48791,-0.34116 -0.75,-0.34375 -0.10103,-0.001 -0.21553,0.0246 -0.3125,0.0625 0.0475,-0.0922 0.082,-0.18546 0.125,-0.28125 0.14785,-0.044 0.29414,-0.10028 0.375,-0.21875 0.12163,-0.1782 0.0916,-0.40991 0.0313,-0.65625 1.80409,-1.05944 3.22341,-4.11473 2.3125,-5.78125 -0.90482,-1.65537 -4.51682,-1.59729 -5.65625,-0.0937 -0.26739,0.35283 -0.41841,0.80724 -0.5,1.3125 -0.47991,0.30063 -0.86296,0.65826 -1.03125,1.09375 -0.23139,0.13767 -0.44308,0.27447 -0.65625,0.4375 -0.0524,-0.0435 -0.10147,-0.0857 -0.15625,-0.125 -0.64201,-0.46097 -1.50524,-0.71105 -2.4375,-0.78125 -0.29614,-0.6979 -0.75422,-1.25529 -1.375,-1.59375 -1.5689,-0.85539 -3.79937,-0.16899 -5.625,1.1875 -0.23429,-0.20424 -0.47851,-0.38522 -0.75,-0.5625 -0.0365,-0.075 -0.0798,-0.14537 -0.125,-0.21875 -0.46879,-0.76041 -1.38362,-1.43202 -2.09375,-1.28125 -0.20894,0.0444 -0.37515,0.1983 -0.53125,0.375 -0.38602,-0.0784 -0.75579,-0.12021 -1.125,-0.125 0.4034,-3.16061 -3.25802,-7.80002 -6.34375,-7.5625 z m -16.46875,0.21875 c -2.40894,-0.0367 -5.4026,1.69455 -5.96875,3.78125 -0.21722,0.80062 -0.13527,1.74393 0.15625,2.6875 0.87456,2.8307 3.65303,5.71666 6.0625,5.09375 0.78793,-0.2037 1.46694,-0.76892 2,-1.5 1.20812,-0.6757 2.23193,-2.56699 1.5,-3.5625 -0.0342,-0.0465 -0.085,-0.0838 -0.125,-0.125 0.29535,-2.23028 -0.13674,-4.56919 -1.5,-5.6875 -0.55721,-0.4571 -1.32202,-0.67528 -2.125,-0.6875 z m 28.375,2.875 c -1.17389,0.002 -2.43361,0.44861 -2.84375,1.28125 -0.58845,1.1946 0.91917,3.26507 2.25,3.3125 1.53182,0.0546 3.55469,-2.2358 2.84375,-3.59375 -0.2952,-0.56386 -1.0032,-0.87932 -1.78125,-0.96875 -0.16209,-0.0186 -0.30105,-0.0315 -0.46875,-0.0313 z M 80.625,194 c -1.044467,0.0397 -2.085245,0.41777 -2.5,1.125 -0.159096,0.27129 -0.189739,0.59314 -0.15625,0.9375 -1.836566,-0.85452 -3.869772,-1.10419 -5.25,-0.3125 -0.685077,0.39296 -1.181183,1.09027 -1.46875,1.9375 -0.440944,-0.36922 -0.911746,-0.63164 -1.40625,-0.71875 -0.634165,-0.11171 -1.353544,0.0209 -2.0625,0.3125 -0.398788,0.16402 -0.780983,0.40131 -1.15625,0.65625 -0.07373,-0.18944 -0.188288,-0.36774 -0.3125,-0.53125 -0.565931,-0.74497 -1.541011,-1.07955 -2.65625,-1.125 0.147523,-0.69532 0.05121,-1.40929 -0.40625,-1.75 -0.397928,-0.29637 -0.985679,-0.29385 -1.5625,-0.0937 -0.96137,0.33349 -1.898515,1.20434 -1.90625,2.03125 -0.002,0.21627 0.0913,0.42789 0.21875,0.625 -0.864845,0.43477 -1.585872,1.02602 -2,1.71875 -0.717187,0.20944 -1.408767,0.8201 -1.90625,1.53125 -0.382074,-0.3497 -0.792473,-0.67015 -1.25,-0.90625 -1.292276,-1.31926 -2.974266,-2.23188 -4.40625,-2 -1.419106,0.2298 -2.522971,1.79484 -3,3.5 -0.674483,0.32571 -1.279295,1.06638 -1.4375,1.78125 -0.262377,-0.10225 -0.531701,-0.14525 -0.75,-0.0625 -0.008,0.003 -0.02343,-0.003 -0.03125,0 -0.153507,-0.35863 -0.352739,-0.6775 -0.59375,-0.9375 -0.268493,-0.53378 -0.657159,-1.05493 -1.125,-1.53125 -1.44e-4,-0.45645 -0.129734,-0.85012 -0.4375,-1.09375 -0.304035,-0.24068 -0.739281,-0.29042 -1.1875,-0.21875 -0.872943,-0.54553 -1.84667,-0.9293 -2.78125,-1.125 0.605179,-0.56911 1.003679,-1.3271 0.75,-1.9375 -0.199242,-0.47941 -0.749256,-0.77755 -1.375,-0.90625 -1.042905,-0.21451 -2.331849,0.0418 -2.78125,0.78125 -0.384663,0.6329 -0.02344,1.645 0.59375,2.28125 -0.02045,0.0103 -0.04237,0.0204 -0.0625,0.0313 -0.658904,-0.14597 -1.425404,-0.13508 -2.1875,0 -0.791625,-0.56418 -1.900156,-0.87684 -2.5625,-0.46875 -0.412499,0.25415 -0.593116,0.84459 -0.59375,1.4375 -0.211935,0.028 -0.42484,0.0671 -0.625,0.125 -0.03994,-0.097 -0.07306,-0.18571 -0.125,-0.28125 -0.503469,-0.926 -1.528669,-1.75701 -2.375,-1.625 -1.062472,0.16573 -1.742681,2.09866 -1.15625,3 0.248713,0.38227 0.730255,0.6692 1.28125,0.8125 -0.344343,0.36727 -0.576699,0.8088 -0.5625,1.21875 0.01126,0.32499 0.218308,0.6221 0.5,0.875 -0.134352,0.0911 -0.253145,0.17802 -0.34375,0.3125 -0.155764,0.2312 -0.240019,0.51558 -0.25,0.8125 -1.022681,-0.99909 -2.329404,-1.73165 -3.5,-1.75 -0.174504,-0.11286 -0.361939,-0.20383 -0.5625,-0.28125 -1.938979,-1.77922 -6.314282,-1.90952 -8.0625,-0.0937 -0.59107,0.61391 -0.95285,1.50607 -1.15625,2.5 -0.002,0.01 0.002,0.0213 0,0.0313 -0.120455,0.026 -0.222001,0.0787 -0.34375,0.125 -0.120465,-0.20457 -0.258133,-0.37354 -0.4375,-0.5 -1.016695,-0.71683 -3.137569,0.34137 -3.375,1.5625 -0.1594175,0.81991 0.393503,1.91613 1.15625,2.59375 -0.185599,0.27572 -0.374726,0.53938 -0.53125,0.84375 -0.6416755,-1.12599 -1.8567176,-2.06631 -2.84375,-1.71875 -0.2838779,0.1 -0.5204744,0.27809 -0.71875,0.53125 -0.3693879,-1.64123 -1.213231,-3.05392 -2.53125,-3.40625 -3.3016426,-0.8826 -7.7032787,4.78194 -6.46875,7.96875 0.2687454,0.69374 0.8760101,1.23778 1.625,1.625 -0.0207249,0.63489 0.26965253,1.36449 0.71875,2 -0.24684989,0.16296 -0.39007793,0.45599 -0.46875,0.8125 -0.1534092,0.69518 0.009968,1.56746 0.5,1.875 0.61517887,0.38608 1.8060669,-0.3119 1.90625,-1.03125 0.00144,-0.0103 -0.00105,-0.0208 0,-0.0313 0.3758304,0.14778 0.7712588,0.2143 1.125,0.15625 0.3483001,-0.0572 0.6362163,-0.28165 0.90625,-0.5625 0.2960283,0.48962 0.6915632,0.83306 1.1875,0.9375 0.1018325,0.0214 0.2088048,0.03 0.3125,0.0313 0.00108,0.21386 0.030724,0.43005 0.125,0.65625 0.2994269,0.71845 0.9933041,1.40764 1.625,1.375 0.1625695,-0.008 0.3260648,-0.084 0.46875,-0.1875 0.083037,-0.007 0.143,-0.004 0.21875,-0.0313 0.7607636,-0.27649 1.0013726,-1.82551 0.4375,-2.40625 -0.2119686,-0.21831 -0.5647587,-0.33023 -0.9375,-0.375 0.4802892,-0.48093 0.8681997,-1.08914 1.125,-1.71875 0.2712259,0.2663 0.5683594,0.50051 0.875,0.6875 0.066163,0.91272 0.506539,1.86969 1.1875,2.125 0.04939,0.0185 0.104388,0.0214 0.15625,0.0313 0.131584,0.30385 0.352977,0.55284 0.59375,0.71875 0.07164,0.0494 0.168607,0.0619 0.25,0.0937 -0.902313,2.91408 2.867798,7.70723 5.90625,7.40625 2.542958,-0.25189 4.396525,-4.7834 3.125,-7 -0.168873,-0.29439 -0.415918,-0.56548 -0.6875,-0.8125 0.101133,0.029 0.210238,0.0452 0.3125,0.0625 1.56531,0.26538 3.284894,-1.16835 4.1875,-2.875 0.224936,-0.31467 0.447112,-0.63222 0.625,-0.96875 0.191393,-0.0594 0.378383,-0.1361 0.5625,-0.21875 -0.928346,0.97341 -0.662239,3.63696 0.625,4 0.539969,0.15229 1.159113,-0.0869 1.6875,-0.53125 0.258267,-0.21717 0.487904,-0.49502 0.6875,-0.78125 -0.0077,0.0347 -0.02657,0.0581 -0.03125,0.0937 -0.08131,0.61936 0.300801,1.27021 0.875,1.78125 0.956994,0.85174 2.461455,1.34314 3.375,0.84375 1.146851,-0.62692 1.10422,-3.11687 0.0625,-3.90625 0.0036,-0.14793 -0.01366,-0.28037 -0.0625,-0.40625 -0.360306,-0.92862 -2.246545,-1.55404 -2.875,-0.78125 -0.231845,0.28509 -0.254165,0.69359 -0.15625,1.125 -0.318173,0.14376 -0.567095,0.34279 -0.78125,0.5625 0.21018,-0.50219 0.250052,-1.01704 0.09375,-1.4375 -0.327215,-0.88023 -1.800401,-1.24779 -2.8125,-0.9375 0.333956,-0.22066 0.615396,-0.46663 0.84375,-0.75 0.621402,0.84548 2.344097,1.19726 3.15625,0.59375 0.27096,-0.20135 0.480746,-0.53115 0.625,-0.90625 0.03991,-0.10377 0.09539,-0.20158 0.125,-0.3125 0.0104,0.0105 0.02056,0.0212 0.03125,0.0313 0.149259,0.56353 0.389221,1.08822 0.75,1.46875 0.548723,0.57876 1.412704,0.81733 2.34375,0.8125 0.706138,0.68613 1.878908,1.09297 2.65625,0.78125 0.34153,-0.13696 0.650005,-0.39471 0.90625,-0.75 0.342668,-0.47512 0.566412,-1.0935 0.65625,-1.6875 0.28812,0.0392 0.566739,0.0137 0.84375,0 0.126783,0.0291 0.241962,0.0453 0.375,0.0625 -0.452196,0.5221 -0.685487,1.14308 -0.46875,1.65625 0.196222,0.46459 0.703927,0.75347 1.3125,0.875 1.014287,0.20256 2.286323,-0.0605 2.71875,-0.78125 0.32979,-0.54971 0.04868,-1.38532 -0.4375,-2 0.04207,0.009 0.08218,0.0237 0.125,0.0313 0.239801,0.0423 0.497985,0.032 0.75,0.0313 0.730648,0.48591 1.540715,0.78114 2.28125,0.75 0.553735,-0.0233 1.100705,-0.22699 1.65625,-0.53125 -0.439438,1.00881 0.653993,2.88354 1.75,2.9375 0.378701,0.0186 0.742731,-0.20774 1.03125,-0.5625 0.512499,0.0393 1.044481,-0.0883 1.59375,-0.28125 1.369552,1.20832 3.509196,1.94777 4.8125,1.25 1.123015,-0.60124 1.447984,-2.4504 1.09375,-3.9375 0.19697,0.0302 0.393831,0.0513 0.59375,0.0625 0.46164,0.25511 0.936217,0.469 1.40625,0.5625 -0.286109,0.43989 -0.401408,0.92183 -0.25,1.34375 0.04922,0.13715 0.09245,0.26174 0.1875,0.375 -0.900026,0.21602 -1.865035,1.04994 -1.71875,1.8125 0.08099,0.42218 0.451778,0.75925 0.9375,0.96875 0.809534,0.34916 1.917635,0.3365 2.40625,-0.1875 0.400872,-0.4299 0.293073,-1.26001 -0.0625,-1.875 1.029519,0.15754 2.193126,-0.0664 2.65625,-0.75 0.646271,-0.95393 -0.366759,-2.89863 -1.5,-3.125 0.04722,-0.11744 0.08851,-0.21872 0.125,-0.34375 1.353483,0.46435 2.831534,0.51078 3.8125,-0.0625 0.684092,-0.0334 1.303924,-0.1965 1.75,-0.5625 0.435651,-0.35745 0.758293,-0.9255 0.96875,-1.5625 0.299804,-0.90742 0.369785,-1.98417 0.1875,-2.9375 0.173441,-0.0967 0.322519,-0.20286 0.4375,-0.34375 0.05126,-0.0628 0.08361,-0.14575 0.125,-0.21875 0.197803,0.29853 0.430901,0.51554 0.71875,0.59375 0.336794,0.0915 0.735392,-0.0455 1.0625,-0.3125 0.107711,0.51363 0.417012,1.04881 0.8125,1.40625 -0.857187,0.86296 -1.397718,1.8639 -1.28125,2.90625 0.161631,1.44653 1.42543,2.65967 3.0625,3.4375 0.03949,0.035 0.0849,0.0601 0.125,0.0937 -0.09545,0.20677 -0.154782,0.45484 -0.15625,0.71875 -0.0044,0.78195 0.37155,1.6578 0.96875,1.875 0.749716,0.27267 1.902132,-0.73563 1.84375,-1.53125 -0.0023,-0.0317 -0.02556,-0.0618 -0.03125,-0.0937 0.259506,-0.0199 0.514182,-0.0815 0.78125,-0.15625 0.71576,0.0414 1.404236,-0.0329 2.03125,-0.1875 0.254125,0.1318 0.500431,0.25114 0.78125,0.25 1.780708,-0.007 3.289172,-2.81595 3.09375,-4.8125 1.689322,0.79196 3.51459,1.05374 4.84375,0.40625 1.495915,-0.72872 2.224696,-2.82784 2.15625,-4.875 0.312731,-0.30594 0.553261,-0.76745 0.71875,-1.25 0.181062,0.0797 0.348754,0.17267 0.53125,0.21875 0.02286,0.55445 0.148445,1.1206 0.3125,1.6875 -0.01718,0.0423 -0.04768,0.0822 -0.0625,0.125 -0.238758,0.68959 -0.199137,1.52937 0,2.375 0.597407,2.53689 2.847925,5.21436 5,4.8125 1.818773,-0.33962 3.07736,-2.63545 3.375,-4.96875 0.0631,0.11517 0.16079,0.22323 0.25,0.3125 0.80744,0.80803 2.90615,0.16135 3.3125,-0.90625 0.17799,-0.46764 0.0833,-1.0777 -0.15625,-1.65625 0.0832,-0.19073 0.1342,-0.39401 0.15625,-0.625 0.89037,0.84226 1.99867,1.4981 3.09375,1.78125 0.11824,0.86906 0.46766,1.6178 1.09375,2.09375 0.16378,0.1245 0.34342,0.22902 0.53125,0.3125 0.008,0.004 0.0228,-0.004 0.0313,0 0.0899,0.0388 0.18669,0.0637 0.28125,0.0937 0.0881,0.028 0.15901,0.0752 0.25,0.0937 0.01,0.002 0.0213,-0.002 0.0313,0 0.0201,0.004 0.0423,-0.003 0.0625,0 2.90563,0.57787 7.41384,-2.35922 7.46875,-5.21875 0.0133,-0.69086 -0.28793,-1.36661 -0.78125,-1.96875 0.1946,-0.19303 0.3952,-0.41405 0.5625,-0.65625 1.21467,-1.75844 1.58413,-4.63063 0.15625,-5.71875 -1.91912,-1.46246 -6.07059,0.69634 -6.84375,3.09375 -0.53032,-0.87245 -1.19029,-1.53532 -2,-1.8125 -0.72207,-0.24718 -1.54987,-0.12642 -2.34375,0.25 -0.0256,-0.31296 -0.2022,-0.62749 -0.5,-0.875 0.30806,0.15176 0.62741,0.17584 0.875,0.0313 0.73107,-0.42694 0.4947,-2.19267 -0.28125,-2.53125 -0.60883,-0.26565 -1.60082,0.55453 -1.59375,1.21875 0.002,0.19114 0.0949,0.37157 0.21875,0.5625 0.1813,0.27963 0.44999,0.56565 0.75,0.71875 -0.5815,-0.47363 -1.47843,-0.72105 -2,-0.40625 -0.22393,0.13516 -0.37884,0.38612 -0.4375,0.6875 -0.0423,-0.0173 -0.0819,-0.0175 -0.125,-0.0313 -0.45749,-0.14608 -1.00934,-0.1445 -1.5625,0 -0.31541,0.0824 -0.63079,0.22126 -0.9375,0.375 -0.0249,-0.0749 -0.0666,-0.14423 -0.0937,-0.21875 0.0656,-0.46738 -0.14769,-0.96575 -0.53125,-1.40625 -0.0847,-0.0973 -0.183533,-0.19176 -0.28125,-0.28125 -0.0076,-0.012 -0.02358,-0.0193 -0.03125,-0.0313 -0.81609,-1.26912 -1.933891,-2.24723 -3.125,-2.40625 -1.132474,-0.15119 -2.319703,0.58906 -3.21875,1.65625 -2.007848,-0.0518 -4.568434,1.52214 -4.96875,3.3125 -0.148187,0.66276 -0.05438,1.42655 0.21875,2.1875 0.06422,0.1789 0.16751,0.35401 0.25,0.53125 -0.532688,-0.26084 -1.149887,-0.44407 -1.8125,-0.53125 -1.591847,-0.20945 -3.400224,0.0988 -4.84375,0.78125 0.11538,-0.25823 0.187464,-0.52928 0.21875,-0.8125 0.10471,-0.94788 -0.262328,-1.91991 -0.9375,-2.78125 1.357697,-0.53362 2.689203,-2.15692 2.1875,-3.3125 -0.26121,-0.60164 -0.92574,-0.97485 -1.71875,-1.125 -0.33042,-0.0626 -0.683094,-0.0757 -1.03125,-0.0625 z m 43.78125,0.875 c -0.26943,-0.0523 -0.62512,0.35777 -0.5625,0.625 0.0721,0.30759 0.64343,0.5899 0.875,0.375 0.0961,-0.0892 0.14934,-0.24668 0.125,-0.40625 -0.0406,-0.26596 -0.22288,-0.55205 -0.4375,-0.59375 z m 16.4375,0.1875 c -0.25112,0.003 -0.48465,0.0502 -0.6875,0.15625 -1.01862,0.53256 -1.05936,2.72644 -0.15625,3.4375 1.03951,0.81845 3.64727,0.24587 3.84375,-1.0625 0.0816,-0.54327 -0.25344,-1.1038 -0.75,-1.5625 -0.6207,-0.57338 -1.49665,-0.97899 -2.25,-0.96875 z m 5.25,2.9375 c -0.52008,0.10511 -0.80894,1.09987 -0.5,1.53125 0.3556,0.49653 1.58839,0.55478 1.84375,0 0.10603,-0.23036 0.0361,-0.51403 -0.125,-0.78125 -0.26859,-0.44536 -0.80447,-0.83373 -1.21875,-0.75 z m -100.5,2.03125 c -0.299377,0.0122 -0.612277,0.11138 -0.75,0.3125 -0.317047,0.46299 0.0033,1.5475 0.5625,1.59375 0.232208,0.0192 0.444884,-0.12068 0.625,-0.34375 0.300195,-0.37179 0.483659,-0.94984 0.28125,-1.28125 -0.12705,-0.20803 -0.419373,-0.29341 -0.71875,-0.28125 z m 19.1875,3.125 c 0.4551,0.49089 1.119563,0.85762 1.875,1.09375 -0.116766,0.20392 -0.203308,0.41043 -0.28125,0.625 -0.07134,0.0226 -0.147377,0.0351 -0.21875,0.0625 -0.510192,-0.40551 -1.489408,-0.4536 -2.1875,-0.1875 -0.16868,-0.22149 -0.330232,-0.42469 -0.53125,-0.625 0.344859,-0.16545 0.677453,-0.38659 1,-0.65625 0.116526,-0.0974 0.232246,-0.20409 0.34375,-0.3125 z m 35,0.0313 c 0.59449,0.27281 1.2892,0.42703 1.96875,0.46875 -0.24405,0.15881 -0.4867,0.36608 -0.6875,0.625 -0.28942,0.37319 -0.51425,0.82157 -0.65625,1.28125 -0.1678,-0.59822 -0.520552,-1.19493 -1.03125,-1.71875 -0.08443,-0.0866 -0.190091,-0.16701 -0.28125,-0.25 0.24874,-0.1086 0.488342,-0.22656 0.6875,-0.40625 z M 219,203.4375 c -0.25492,0.031 -0.49288,0.11997 -0.6875,0.25 -0.97728,0.65295 -0.746,2.87597 0.25,3.5 1.14642,0.71828 3.72474,-0.14833 3.78125,-1.5 0.0235,-0.56125 -0.3512,-1.08802 -0.90625,-1.5 -0.69381,-0.51498 -1.67273,-0.84289 -2.4375,-0.75 z m -146.9375,0.65625 c 0.220131,0.16277 0.468238,0.25013 0.6875,0.21875 0.664506,0.48241 1.555652,0.71936 2.53125,0.78125 1.431225,0.0908 3.015009,-0.23 4.3125,-0.875 -0.07903,0.1878 -0.15106,0.35935 -0.1875,0.5625 -0.07367,0.41071 -0.05939,0.83332 0.03125,1.25 -0.661927,-0.1837 -1.432105,-0.21904 -2.21875,-0.0937 -0.786162,0.12521 -1.586748,0.38401 -2.34375,0.75 0.02945,-0.58084 -0.09074,-1.13418 -0.4375,-1.4375 -0.441967,-0.3866 -1.267088,-0.27532 -1.875,0.0937 -0.08154,-0.35096 -0.361157,-0.70296 -0.71875,-0.96875 0.07752,-0.0924 0.148743,-0.18091 0.21875,-0.28125 z m 48.125,0 c -0.1937,0.0271 -0.37183,0.1096 -0.5,0.21875 -0.14753,0.12563 -0.24415,0.31092 -0.3125,0.53125 -0.20505,0.66098 -0.0466,1.58329 0.5,1.78125 0.80696,0.29226 2.02117,-1.01971 1.78125,-1.84375 -0.14118,-0.48492 -0.88765,-0.76867 -1.46875,-0.6875 z m -2.34375,1.25 c -0.14504,0.0354 -0.24827,0.20286 -0.3125,0.375 -0.10705,0.28689 -0.0965,0.65211 0.0937,0.8125 0.23886,0.20135 0.82042,-0.0121 0.90625,-0.3125 0.0988,-0.34575 -0.33819,-0.96034 -0.6875,-0.875 z m 11.90625,0.5 c -0.4825,0.004 -1.08526,0.59481 -1.0625,1.0625 0.0299,0.61523 1.01153,1.3306 1.53125,1 0.2158,-0.13727 0.33425,-0.40417 0.34375,-0.71875 0.0158,-0.5243 -0.22811,-1.15698 -0.625,-1.3125 -0.0623,-0.0244 -0.11857,-0.0319 -0.1875,-0.0313 z m 489.625,0.5 c -0.17865,-0.01 -0.35234,0.01 -0.53125,0.0313 -2.50481,0.30303 -5.23096,3.64297 -4.84375,6.0625 0.12734,0.7957 0.55258,1.56211 1.1875,2.28125 0.12609,0.14282 0.29737,0.27034 0.4375,0.40625 -0.79803,-0.0669 -1.60971,0.0135 -2.375,0.1875 0.20051,-0.79762 0.0962,-1.70963 -0.40625,-2.125 -0.70756,-0.5849 -2.31878,0.0837 -2.5625,0.96875 -0.1786,0.6486 0.24151,1.56613 0.84375,2.09375 -0.20407,0.16071 -0.37638,0.33705 -0.53125,0.53125 -0.53057,0.6653 -0.82769,1.58667 -0.9375,2.59375 -0.15884,1.45666 0.0986,3.07504 0.6875,4.4375 -0.93722,0.7973 -1.58853,2.14802 -1.0625,3 0.0905,0.14654 0.20309,0.27005 0.34375,0.375 -0.4655,-0.0144 -0.89564,0.0549 -1.28125,0.21875 -0.63125,0.26816 -1.1922,0.79696 -1.65625,1.46875 -1.39214,2.01537 -1.85526,5.3154 -0.21875,6.5625 2.41609,1.84117 7.93814,-1.33796 8,-4.375 0.0294,-1.44401 -1.42105,-2.81162 -3.0625,-3.46875 0.90788,-0.0505 1.84954,-0.3775 2.375,-0.9375 0.40447,-0.006 0.81857,-0.0985 1.21875,-0.25 -0.40549,1.33468 -0.43131,2.67705 0.125,3.65625 0.63186,1.1122 2.14708,1.65416 3.71875,1.65625 0.11414,0.0504 0.22517,0.0924 0.34375,0.125 0.98236,0.26997 2.10605,-0.26271 3.03125,-1.09375 0.0805,-0.0565 0.14485,-0.12605 0.21875,-0.1875 0.0264,-0.0261 0.0678,-0.0359 0.0937,-0.0625 0.15454,-0.13764 0.28875,-0.27704 0.40625,-0.4375 0.0424,-0.0579 0.0865,-0.12593 0.125,-0.1875 0.65561,-0.88757 1.04427,-1.92264 0.90625,-2.8125 -0.0568,-0.36603 -0.20094,-0.70836 -0.40625,-1.0625 -0.0927,-0.55875 -0.23612,-1.10678 -0.4375,-1.625 0.24941,-0.0226 0.4598,-0.1152 0.65625,-0.21875 0.0655,0.0607 0.11762,0.13276 0.1875,0.1875 1.07907,0.8453 2.76802,0.79121 4.34375,0.21875 0.19779,6.5e-4 0.38944,-0.0365 0.5625,-0.125 0.12878,-0.0659 0.24295,-0.14381 0.34375,-0.25 0.49148,-0.24913 0.93076,-0.5707 1.34375,-0.90625 0.67411,0.21208 1.44935,0.27614 2.25,0.21875 -0.11926,0.24868 -0.16603,0.5049 -0.0937,0.71875 0.18147,0.53694 1.27202,0.698 1.6875,0.3125 0.30544,-0.28341 0.36542,-0.90187 0.21875,-1.375 1.58967,-0.48244 2.9697,-1.39233 3.40625,-2.625 0.77271,-2.18188 -2.04406,-5.38209 -4.40625,-5.5 -0.0227,-0.0642 -0.0285,-0.13137 -0.0625,-0.1875 -0.13337,-0.22044 -0.3817,-0.3945 -0.65625,-0.53125 -0.82365,-0.41025 -2.06099,-0.39378 -2.4375,0.28125 -0.12924,0.23171 -0.12264,0.48983 -0.0625,0.78125 -0.44396,-0.5421 -0.94185,-1.01916 -1.46875,-1.40625 -0.23776,-0.93432 -0.73779,-1.76431 -1.4375,-2.0625 -0.76479,-0.32592 -1.79126,0.13811 -2.53125,0.84375 -0.39113,-0.65298 -0.87302,-1.27065 -1.4375,-1.78125 -0.6198,-2.12178 -1.95206,-4.08014 -3.625,-4.53125 -0.16899,-0.0456 -0.3526,-0.0841 -0.53125,-0.0937 z m -394.59375,0.34375 c -1.6981,0.18675 -3.07112,2.35054 -3.34375,4.375 -0.38923,-0.16154 -0.77679,-0.30712 -1.1875,-0.40625 -0.009,-0.12286 -0.0259,-0.23039 -0.0937,-0.3125 -0.2198,-0.26606 -0.81252,-0.15809 -1.03125,0.125 -0.12474,-0.0107 -0.25206,-0.0276 -0.375,-0.0313 -0.27398,-0.15178 -0.55917,-0.26855 -0.875,-0.375 -0.0722,-0.11981 -0.16314,-0.24371 -0.28125,-0.3125 -0.26748,-0.1558 -0.62229,-0.11714 -0.96875,0 -0.27515,-0.0408 -0.55809,-0.0791 -0.84375,-0.0937 -0.008,-0.0296 -0.0207,-0.0647 -0.0313,-0.0937 -0.1833,-0.50499 -0.73425,-0.83738 -1.375,-1 -1.06792,-0.27104 -2.40675,-0.0556 -2.90625,0.6875 -0.15677,0.23322 -0.21172,0.53141 -0.1875,0.84375 -0.41183,-0.0586 -0.80417,-0.0223 -1.125,0.125 -0.47643,-0.43681 -1.61533,-0.31457 -1.96875,0.21875 -0.30297,0.45718 -0.17833,1.29388 0.1875,1.8125 -0.0189,0.0144 -0.0437,0.0166 -0.0625,0.0313 -2.12509,1.6572 -3.68225,4.96443 -2.375,6.8125 0.5038,0.71222 1.32886,1.13078 2.3125,1.3125 -5.1e-4,0.0106 -9e-5,0.0206 0,0.0313 0.007,0.77643 1.5019,1.40078 2.125,0.9375 0.25963,-0.19304 0.32014,-0.57636 0.25,-0.96875 0.63718,-0.0894 1.27317,-0.24663 1.875,-0.46875 0.15988,0.12135 0.30051,0.25423 0.46875,0.34375 0.82989,1.0502 2.04803,1.98096 3.3125,2.46875 0.62828,0.36181 1.30869,0.52798 1.875,0.375 0.41384,-0.001 0.83076,-0.0713 1.1875,-0.21875 0.71722,0.42341 1.72132,0.55545 2.3125,0.1875 0.024,-0.0149 0.0393,-0.0458 0.0625,-0.0625 0.0716,-0.0198 0.14709,-0.0367 0.21875,-0.0625 0.56773,-0.20459 1.10982,-0.60853 1.46875,-1.0625 0.20395,0.0408 0.43272,0.0324 0.65625,0 0.17582,0.11797 0.34695,0.23919 0.53125,0.34375 -0.82356,0.3044 -1.48592,0.82336 -1.59375,1.53125 -0.10019,0.65774 0.2631,1.3384 0.84375,1.90625 -1.04149,-0.005 -2.11173,0.42308 -2.34375,1.21875 -0.16346,0.56058 0.10494,1.19599 0.5625,1.75 0.76259,0.92335 2.08482,1.61228 3,1.28125 0.41145,-0.14882 0.7213,-0.54794 0.90625,-1.03125 0.11448,0.15984 0.23468,0.3374 0.375,0.46875 1.7825,1.66863 6.06323,0.30678 7.25,-1.90625 0.30339,-0.0758 0.54907,-0.25194 0.6875,-0.46875 0.25139,-0.39373 0.0143,-1.04236 -0.375,-1.4375 -0.005,-0.0726 0.009,-0.14526 0,-0.21875 0.0429,-0.01 0.0823,-0.0209 0.125,-0.0313 1.07759,1.03715 2.46946,1.8461 3.78125,2.125 -0.15819,0.38824 -0.18651,0.78709 -0.0313,1.125 0.23046,0.50156 0.79887,0.794 1.46875,0.90625 0.61604,0.10323 1.30126,0.0484 1.875,-0.15625 0.83013,0.24594 1.68456,0.25917 2.25,-0.125 0.0547,0.0284 0.0994,0.0712 0.15625,0.0937 0.55659,0.22046 1.21822,0.0849 1.84375,-0.25 0.28127,0.18034 0.60289,0.312 0.9375,0.4375 -0.31394,3.23122 4.80012,7.32474 7.875,6.25 0.7573,-0.26469 1.36089,-0.90064 1.78125,-1.71875 1.0615,-0.3408 1.95662,-0.92466 2.40625,-1.71875 0.64118,-0.0733 1.27169,-0.22367 1.78125,-0.5 0.0969,0.31889 0.23346,0.62136 0.375,0.90625 0.32589,1.00558 0.84619,1.86258 1.59375,2.34375 1.13284,0.72916 2.82961,0.4263 4.28125,-0.375 0.22537,-0.0694 0.46684,-0.15712 0.65625,-0.28125 0.0193,-0.0127 0.0437,-0.0179 0.0625,-0.0313 1.04926,0.99879 2.36046,1.75446 3.59375,1.96875 0.0844,0.0462 0.16257,0.0941 0.25,0.125 -0.004,0.0317 0.002,0.0625 0,0.0937 -0.26941,-0.14702 -0.57529,-0.22489 -0.84375,-0.21875 -1.38515,0.0317 -3.08827,2.21844 -2.375,3.40625 0.29617,0.49321 0.94944,0.74166 1.65625,0.78125 1.17802,0.066 2.5648,-0.42906 2.9375,-1.3125 0.16403,-0.38881 0.0588,-0.86398 -0.15625,-1.3125 0.21506,0.0219 0.44216,0.0351 0.65625,0 0.15287,0.0289 0.30202,0.0415 0.46875,0.0313 0.56712,1.052 1.95903,1.72293 3.46875,1.9375 0.12913,0.0545 0.27844,0.0692 0.4375,0.0625 1.72752,0.14338 3.50634,-0.28134 4.3125,-1.375 0.31165,-0.4228 0.44426,-0.98192 0.4375,-1.5625 0.20236,0.22341 0.47859,0.42972 0.75,0.59375 0.0144,2.35818 1.85219,5.37806 3.90625,5.625 1.59997,0.19235 3.29535,-1.66062 3.8125,-3.46875 0.1203,0.003 0.24787,-0.01 0.375,-0.0313 0.0315,-0.005 0.0621,-0.0245 0.0937,-0.0313 1.39591,1.95974 5.89819,1.80511 7.34375,-0.125 0.43061,-0.57495 0.65191,-1.33496 0.71875,-2.1875 0.15766,-2.01094 -0.61878,-4.42839 -2,-5.5 2.15987,-0.49197 4.27568,-2.00138 4.25,-3.78125 -0.0444,-3.07431 -6.04348,-5.50526 -8.5,-3.65625 -0.69454,0.52278 -1.03125,1.44149 -1.09375,2.46875 -0.11812,-0.19148 -0.23344,-0.3748 -0.375,-0.53125 -0.0698,-0.17706 -0.15025,-0.35654 -0.25,-0.53125 -0.20559,-0.3601 -0.47809,-0.71551 -0.78125,-1.03125 0.36369,-0.14959 0.6774,-0.36229 0.8125,-0.65625 0.35333,-0.76881 -0.65392,-2.05512 -1.5,-2.0625 -0.24347,-0.002 -0.50379,0.097 -0.75,0.25 -0.40263,0.25012 -0.77761,0.63548 -0.96875,1.0625 -0.41104,-0.061 -0.80566,0.008 -1.15625,0.1875 -1.107,0.56523 -1.48053,2.24047 -1.28125,3.8125 -0.45374,0.0891 -0.88828,0.23481 -1.28125,0.4375 0.0306,-0.54258 -0.0975,-1.03268 -0.46875,-1.28125 -0.22152,-0.14831 -0.48662,-0.18376 -0.78125,-0.15625 0.008,-0.0736 0.0252,-0.14523 0.0313,-0.21875 0.856,0.0249 1.96464,-1.27518 1.5625,-2.03125 -0.16698,-0.31394 -0.53374,-0.48413 -0.96875,-0.53125 -0.25269,-0.0274 -0.52532,0.01 -0.78125,0.0625 -0.21121,-0.88716 -0.5681,-1.69261 -1.15625,-2.21875 -1.67575,-1.49907 -5.24921,-0.5812 -7.03125,1.21875 -0.74162,-0.38617 -1.61237,-0.61559 -2.46875,-0.6875 -0.0311,-0.12681 -0.0461,-0.2478 -0.0937,-0.375 -0.4236,-1.13069 -1.48762,-2.20241 -2.46875,-2.1875 -0.0991,0.002 -0.18487,0.0356 -0.28125,0.0625 -0.75944,-0.3247 -2.07401,0.38011 -2.25,1.1875 -0.30381,0.0232 -0.59017,0.0847 -0.84375,0.1875 -1.03018,-1.61415 -3.10495,-2.9625 -4.625,-2.5625 -0.76946,0.20248 -1.34513,0.94452 -1.6875,1.84375 -0.13796,-0.34473 -0.32676,-0.62728 -0.59375,-0.8125 -0.714,-0.49532 -1.96867,-0.10925 -2.71875,0.59375 -0.15023,-0.0828 -0.30704,-0.14939 -0.5,-0.15625 -0.71129,-1.17765 -1.72026,-2.1193 -2.8125,-2.375 -0.77627,-0.18173 -1.66603,-0.0617 -2.5625,0.25 -1.00853,0.35067 -2.01476,0.94196 -2.84375,1.6875 -0.0541,0.008 -0.10336,0.0212 -0.15625,0.0313 0.18451,-0.4169 0.31935,-0.87315 0.4375,-1.3125 0.28404,0.1473 0.59861,0.2082 0.875,0.125 0.4466,-0.13443 0.76551,-0.60872 0.9375,-1.15625 0.28665,-0.91255 0.18244,-2.09355 -0.4375,-2.5625 -0.34391,-0.26015 -0.87924,-0.2351 -1.375,-0.0625 -0.10979,-0.28199 -0.25954,-0.55226 -0.4375,-0.78125 -1.57116,-2.02166 -6.39315,-1.13646 -7.59375,1.125 -0.0753,0.14189 -0.13409,0.2804 -0.1875,0.4375 -0.23815,0.16155 -0.46544,0.35985 -0.6875,0.5625 -0.30886,0.0755 -0.60841,0.19157 -0.875,0.40625 -0.88547,-0.57657 -1.88477,-0.98412 -2.84375,-1.15625 0.83387,-0.57469 1.45872,-1.48158 1.21875,-2.25 -0.1738,-0.55653 -0.71961,-0.94832 -1.40625,-1.15625 -1.1444,-0.34655 -2.64054,-0.18722 -3.21875,0.59375 -0.60309,0.81459 -0.0262,2.42811 0.875,3.09375 -0.12713,0.0735 -0.26295,0.15322 -0.375,0.25 -0.67865,0.16111 -1.36074,0.50558 -2,1 -0.0692,0.0535 -0.11945,0.13095 -0.1875,0.1875 -0.19298,-0.53106 -0.43749,-1.03293 -0.71875,-1.5 0.31123,-0.21346 0.59562,-0.48923 0.78125,-0.8125 0.19713,-0.3433 0.30878,-0.71817 0.34375,-1.125 0.0283,-0.10699 0.0369,-0.20109 0.0313,-0.3125 -0.002,-0.0414 -0.0246,-0.0844 -0.0313,-0.125 -0.10521,-2.8031 -3.32074,-6.41278 -5.9375,-6.125 z m -103.25,0.0313 c -0.63738,-0.0114 -1.23093,0.19088 -1.4375,0.65625 -0.17155,0.38647 -0.056,0.87065 0.21875,1.3125 0.45791,0.73642 1.34246,1.36775 2.03125,1.21875 0.8647,-0.18705 1.33737,-1.81906 0.8125,-2.53125 -0.30207,-0.40987 -0.98762,-0.6448 -1.625,-0.65625 z m 4.75,0.25 c -1.46985,-0.0302 -2.71751,2.79519 -1.875,4 0.66105,0.94531 2.84595,0.64654 3.4375,-0.34375 0.17022,-0.28496 0.26032,-0.63623 0.25,-1.03125 -0.031,-1.18507 -0.81691,-2.60454 -1.8125,-2.625 z m 507.28125,0.71875 c -1.28658,0.16189 -2.53044,2.18979 -2.09375,3.40625 0.0584,0.16276 0.13875,0.34987 0.25,0.5 -0.25671,-0.0479 -0.49899,-0.0412 -0.65625,0.0937 -0.31524,0.27047 -0.15713,1.04197 0.21875,1.21875 0.41511,0.19523 1.24901,-0.17341 1.28125,-0.625 1.13102,0.73108 2.78486,1.02252 3.5,0.1875 0.4286,-0.50045 0.46302,-1.28019 0.25,-2.0625 -0.35502,-1.30386 -1.40511,-2.63382 -2.5,-2.71875 -0.0859,-0.007 -0.16423,-0.0108 -0.25,0 z m -497.4375,0.5 c -0.51802,0.0356 -1.02675,0.30882 -1.09375,0.71875 -0.0445,0.27234 0.0973,0.54762 0.34375,0.78125 0.4107,0.38938 1.08969,0.64529 1.5,0.4375 0.5151,-0.26086 0.51148,-1.38697 0.0625,-1.75 -0.1938,-0.1567 -0.50169,-0.20886 -0.8125,-0.1875 z M 562,208.65625 c -0.10929,0.006 -0.2308,0.006 -0.34375,0.0313 -0.75302,0.16832 -1.54785,0.72146 -1.625,1.34375 -0.0969,0.78122 1.15391,1.66917 1.90625,1.4375 0.86596,-0.26666 1.53541,-1.97338 0.875,-2.59375 -0.20566,-0.1932 -0.48462,-0.23789 -0.8125,-0.21875 z m 24.53125,0.78125 c -1.19642,0.11985 -2.41562,0.73503 -2.75,1.625 -0.1949,0.51873 -0.0177,1.12603 0.34375,1.6875 -0.80115,0.95407 -1.27333,2.28843 -0.6875,3.09375 0.55662,0.76517 1.86353,0.86905 3.03125,0.5625 0.012,0.18307 0.0617,0.35525 0.0937,0.53125 -0.0548,0.0177 -0.10221,0.0437 -0.15625,0.0625 -0.0318,-0.019 -0.0611,-0.0452 -0.0937,-0.0625 -0.80849,-0.429 -1.87821,-0.16228 -2.84375,0.40625 0.10548,-0.78695 -0.0168,-1.53233 -0.40625,-2.15625 -0.41847,-0.6704 -1.1133,-1.14638 -1.9375,-1.4375 0.18724,-0.0243 0.37532,-0.0829 0.5,-0.1875 0.57405,-0.48164 0.54642,-1.98968 -0.15625,-2.25 -0.29177,-0.10809 -0.65698,0.0278 -0.96875,0.25 -0.51962,0.37039 -0.92257,1.0323 -0.78125,1.53125 0.01,0.0349 0.0464,0.0611 0.0625,0.0937 -0.0507,-0.0127 -0.10558,-0.0208 -0.15625,-0.0313 -0.62501,-0.86753 -1.37887,-1.51476 -2.25,-1.78125 -2.3047,-0.70504 -5.38408,1.85249 -6.21875,4.40625 -0.52075,-0.10283 -1.08746,-0.11918 -1.65625,-0.0625 0.67884,-1.41712 -0.44489,-3.99473 -1.9375,-4.4375 -0.46812,-0.13886 -1.00325,-0.096 -1.5625,0.0625 -1.24358,0.35251 -2.49606,1.34672 -2.9375,2.40625 -0.0826,-0.0171 -0.16393,-0.052 -0.25,-0.0625 -0.11271,-0.0137 -0.22742,0.003 -0.34375,0 -1.66186,-2.02109 -6.87597,-1.56861 -8.09375,0.75 -0.60592,1.15365 -0.0117,2.82012 1.03125,4.03125 -1.9765,0.31808 -4.19544,3.13938 -3.625,4.96875 0.01,0.0307 0.0198,0.0638 0.0313,0.0937 -0.98122,-0.0745 -1.93036,0.0866 -2.59375,0.5625 -0.31261,0.22424 -0.57726,0.52315 -0.8125,0.875 -0.50437,-0.36076 -1.03668,-0.56711 -1.5625,-0.59375 0.13883,-0.33778 0.17574,-0.65965 0,-0.90625 -0.18782,-0.26354 -0.57063,-0.38394 -0.96875,-0.375 -0.0625,0.001 -0.12393,0.0242 -0.1875,0.0313 -0.96046,-1.99434 -3.30562,-3.81183 -5.21875,-3.625 -0.76005,0.0742 -1.52838,0.45603 -2.25,1 -0.40657,-0.64257 -0.93059,-1.1208 -1.53125,-1.21875 -1.30733,-0.2132 -2.84107,1.81381 -2.5,3.09375 0.0458,0.17199 0.11386,0.33829 0.21875,0.5 -0.36304,0.36596 -0.60567,0.82377 -0.65625,1.25 -0.0778,-0.12221 -0.16444,-0.23235 -0.25,-0.34375 -0.009,-0.15311 10e-4,-0.32144 -0.0313,-0.46875 -0.1029,-0.46386 -0.36951,-0.88063 -0.71875,-1.25 0.34999,-1.23912 0.0861,-2.89814 -0.90625,-3.28125 -0.57215,-0.22088 -1.28579,0.008 -1.90625,0.4375 -0.45602,0.31577 -0.85463,0.74681 -1.15625,1.21875 -0.99052,-0.0443 -1.9321,0.16323 -2.59375,0.65625 -0.51489,0.38367 -0.91678,0.9692 -1.21875,1.65625 -1.09068,0.0982 -2.20676,0.85439 -3.0625,1.875 -0.23115,-0.0732 -0.48567,-0.14099 -0.75,-0.15625 -0.49427,-0.0285 -1.02028,0.0343 -1.5,0.1875 -0.19263,-0.0645 -0.39803,-0.0658 -0.59375,-0.0313 -0.39005,0.0688 -0.70534,0.3473 -0.96875,0.71875 -0.22133,0.0728 -0.45906,0.26781 -0.46875,0.46875 -0.004,0.0844 0.0128,0.1936 0.0625,0.28125 -0.19827,0.54208 -0.27539,1.14132 -0.21875,1.6875 -0.0383,0.0399 -0.0663,0.0796 -0.0937,0.125 -0.39585,0.65441 0.11044,2.10504 0.875,2.125 0.31746,0.008 0.61579,-0.21385 0.84375,-0.53125 0.0394,-0.0549 0.059,-0.12757 0.0937,-0.1875 0.34288,-0.025 0.70502,-0.102 1.03125,-0.25 -0.0126,0.10287 -0.0193,0.1844 0,0.28125 0.004,0.0224 0.0246,0.0406 0.0313,0.0625 -0.047,0.39859 -0.0502,0.77678 -0.0313,1.15625 -0.16404,0.42769 -0.28656,0.87823 -0.34375,1.3125 -0.47459,0.10908 -0.93801,0.28781 -1.40625,0.5 -0.10615,-0.006 -0.20545,-0.031 -0.3125,-0.0313 -0.0871,-0.71026 -0.30365,-1.45189 -0.625,-2.125 -0.0163,-0.0558 -0.043,-0.10216 -0.0625,-0.15625 -0.0249,-0.0492 -0.0365,-0.10786 -0.0625,-0.15625 -0.0947,-0.21613 -0.19911,-0.41172 -0.34375,-0.5625 -0.0506,-0.0748 -0.10304,-0.14739 -0.15625,-0.21875 0.0102,-0.36904 -0.0482,-0.7464 -0.15625,-1.125 0.0807,-0.0524 0.16612,-0.11611 0.21875,-0.1875 0.10811,-0.14664 0.17218,-0.34616 0.1875,-0.5625 0.046,-0.64903 -0.30096,-1.46725 -0.84375,-1.53125 -0.31194,-0.0368 -0.62702,0.16881 -0.875,0.46875 -0.14802,-0.0676 -0.30633,-0.1178 -0.46875,-0.125 -0.16296,-0.007 -0.31114,0.0118 -0.46875,0.0625 -0.85842,-0.30342 -2.04671,0.11875 -2.96875,0.8125 -0.28958,-0.46457 -0.66012,-0.82372 -1.09375,-1.03125 -1.42139,-0.68027 -3.66542,0.7327 -4.375,2.3125 -0.20505,-0.0795 -0.4481,-0.12599 -0.6875,-0.15625 -0.5277,-0.0667 -1.09259,0.002 -1.625,0.15625 -1.47819,-1.52913 -4.20539,-2.49657 -5.75,-1.59375 -0.46563,0.27216 -0.79625,0.77271 -1,1.34375 -0.55678,0.091 -1.04526,0.29486 -1.28125,0.71875 -0.33956,0.60992 -0.13639,1.46694 0.3125,2.21875 -0.15589,0.19532 -0.26069,0.41521 -0.34375,0.625 -0.0883,-0.194 -0.19547,-0.37574 -0.3125,-0.5625 -0.56355,-1.38579 -1.57238,-2.65031 -2.71875,-3.1875 -0.0102,-0.0795 -0.0396,-0.14347 -0.0625,-0.21875 -0.36558,-1.19901 -2.74348,-1.66843 -3.6875,-0.84375 -0.27165,0.23731 -0.47171,0.5883 -0.59375,1 -0.0657,0.22167 -0.0719,0.47672 -0.0937,0.71875 -0.54606,0.3104 -1.06752,0.67566 -1.53125,1.09375 -0.0749,-0.15656 -0.19724,-0.27811 -0.3125,-0.40625 -9.2e-4,-0.6332 -0.19731,-1.21429 -0.65625,-1.4375 -0.41343,-0.20108 -0.94695,-0.0943 -1.4375,0.1875 -0.0126,0.007 -0.0187,0.0238 -0.0313,0.0313 -0.0665,-0.15014 -0.14925,-0.2951 -0.25,-0.4375 0.73082,-1.04958 0.99607,-2.66284 0.1875,-3.34375 -0.46556,-0.39205 -1.18527,-0.42152 -1.90625,-0.21875 -1.20164,0.33795 -2.39871,1.30051 -2.46875,2.3125 -0.026,0.37494 0.13416,0.76011 0.40625,1.09375 -0.65036,0.85112 -0.95689,2.00939 -0.4375,2.6875 0.59815,0.78094 2.0586,0.75117 3.1875,0.25 0.31973,0.70408 1.51952,1.12783 2.3125,0.90625 -0.15102,0.26399 -0.25307,0.54225 -0.34375,0.8125 -0.43432,0.18746 -0.83877,0.37543 -1.1875,0.65625 -0.0318,-0.0506 -0.052,-0.10886 -0.0937,-0.15625 -0.27832,-0.31596 -0.74459,-0.53282 -1.0625,-0.40625 -0.14086,0.0561 -0.22127,0.20645 -0.28125,0.375 -1.80025,-1.67298 -5.53137,-2.17634 -7.9375,-1.1875 0.51875,-2.34964 -0.68005,-5.78232 -2.6875,-6.46875 -2.09112,-0.71504 -5.1731,2.17448 -4.96875,4.375 0.0588,0.63322 0.35001,1.27562 0.8125,1.875 1.12014,1.4517 3.15742,2.5951 4.71875,2.40625 -0.59638,2.40603 1.39227,6.06884 3.71875,6.625 0.0712,0.017 0.14563,0.0191 0.21875,0.0313 -1.11912,1.71315 -1.60821,4.11282 -0.6875,5.46875 1.22107,1.79828 5.35976,1.31934 6.5,-0.53125 0.32811,-0.53252 0.47797,-1.22418 0.46875,-1.96875 -0.003,-0.25878 -0.0551,-0.51519 -0.0937,-0.78125 0.30632,-0.44672 0.49272,-0.98228 0.375,-1.40625 -0.14621,-0.52658 -0.7105,-1.02013 -1.34375,-1.28125 -0.22382,-0.33803 -0.47176,-0.63361 -0.75,-0.875 0.36031,-0.2586 0.69037,-0.53984 1,-0.84375 0.065,0.88537 0.56844,1.84851 1.25,2.0625 0.17589,0.0552 0.3705,0.0198 0.5625,-0.0313 0.0741,0.0403 0.14206,0.0539 0.21875,0.0625 0.30128,0.0338 0.68349,-0.15755 0.9375,-0.4375 0.0167,0.0135 0.0455,0.0181 0.0625,0.0313 -0.71031,0.53708 -1.20439,1.63192 -1.25,2.59375 -0.009,0.0303 -0.0255,0.0625 -0.0313,0.0937 -0.0496,0.2712 0.0248,0.54196 0.15625,0.8125 0.0213,0.054 0.0357,0.10612 0.0625,0.15625 0.0192,0.0323 0.0413,0.0619 0.0625,0.0937 0.0644,0.0976 0.12851,0.17392 0.21875,0.25 0.73508,0.8503 2.09314,1.43899 2.9375,1.03125 0.56812,-0.27434 0.82096,-1.06926 0.78125,-1.84375 0.39663,-0.39053 0.68653,-0.85051 0.71875,-1.3125 0.0447,-0.64088 -0.46331,-1.28776 -1.125,-1.71875 0.9913,-0.37001 1.74001,-1.49487 2.125,-2.78125 0.13265,0.0943 0.26411,0.19833 0.40625,0.28125 -0.77385,1.32039 -1.16602,2.74488 -0.78125,3.90625 0.82972,2.5044 5.83654,3.34534 7.78125,1.5625 0.5596,-0.51303 0.95148,-1.28382 1.1875,-2.15625 0.072,-0.26605 0.11426,-0.5303 0.15625,-0.8125 0.11738,-0.11181 0.22615,-0.21206 0.3125,-0.34375 0.63695,-0.97146 0.1423,-2.56605 -0.75,-3.65625 -0.37984,-0.93162 -0.94886,-1.70203 -1.75,-2.03125 0.0714,-0.18306 0.10942,-0.39364 0.125,-0.59375 0.31071,0.33499 0.7603,0.61472 1.21875,0.78125 0.0722,0.73399 0.38331,1.45329 0.90625,1.75 0.0829,0.0471 0.18625,0.0946 0.28125,0.125 0.23397,0.36293 0.53869,0.59745 0.90625,0.625 0.4535,0.034 0.90181,-0.24941 1.25,-0.6875 0.0842,-0.10591 0.14734,-0.22402 0.21875,-0.34375 0.0718,-0.0432 0.1526,-0.0772 0.21875,-0.125 -0.0462,0.38505 0.0323,0.7947 0.21875,1.21875 -0.15519,0.30871 -0.26842,0.62602 -0.34375,0.9375 -0.0232,0.0761 -0.0582,0.14562 -0.0625,0.21875 -0.0852,0.48763 -0.0415,0.95524 0.125,1.40625 0.81838,2.21682 4.51448,3.03585 7.3125,2.375 0.11022,0.79475 0.43441,1.56624 1,1.84375 0.86228,0.42309 2.29135,-0.47328 2.65625,-1.4375 0.98393,-0.0671 1.96492,-1.59493 1.65625,-2.53125 -0.0937,-0.28432 -0.31837,-0.52376 -0.59375,-0.75 -0.40552,-0.33317 -0.94569,-0.60263 -1.46875,-0.6875 -0.14182,-2.23113 -2.03792,-4.91957 -4.03125,-5.25 -0.46996,-0.0779 -0.9827,-0.0296 -1.5,0.0937 -0.31233,0.0745 -0.62216,0.17906 -0.9375,0.3125 -0.32684,0.13831 -0.6529,0.30756 -0.96875,0.5 -0.68011,-0.23541 -1.64232,0.0495 -2.3125,0.5625 2.7e-4,-0.01 2e-5,-0.0212 0,-0.0313 -5.2e-4,-0.28573 -0.13028,-0.56068 -0.3125,-0.8125 0.85596,-0.18242 1.67164,-0.54592 2.28125,-1.03125 0.74682,0.43259 1.57724,0.67047 2.25,0.5 0.10661,-0.027 0.21633,-0.0463 0.3125,-0.0937 0.3362,-0.1659 0.55851,-0.51246 0.71875,-0.90625 0.99426,1.0741 2.41255,1.81678 3.53125,1.53125 -0.0297,0.95047 0.15833,1.8518 0.65625,2.46875 0.009,0.0115 0.0217,0.02 0.0313,0.0313 -0.0151,0.30645 0.0845,0.62685 0.28125,0.78125 0.27317,0.21432 0.81051,0.20681 1.1875,0.0313 0.32392,0.0724 0.67532,0.0963 1.03125,0.0937 0.0509,1.18038 0.40851,2.41835 1,3.375 -0.1071,0.59278 -0.0342,1.21018 0.3125,1.53125 0.34308,0.31775 0.98134,0.27545 1.5,0.0313 0.12123,0.0343 0.24802,0.0806 0.375,0.0937 0.78254,0.0811 1.57366,-0.25317 2.28125,-0.8125 0.14726,0.0205 0.29368,0.0254 0.4375,0.0313 0.12864,0.30378 0.28788,0.57315 0.5,0.78125 0.0367,0.3026 0.12652,0.57476 0.3125,0.75 0.51283,0.48321 1.74571,0.10529 2.09375,-0.53125 0.78515,-0.35576 1.54729,-1.00051 2.09375,-1.75 0.0324,-0.011 0.0625,-0.0179 0.0937,-0.0313 0.30226,-0.12893 0.55209,-0.38833 0.71875,-0.71875 0.27545,0.0647 0.56456,0.0722 0.8125,0.0313 1.13118,0.1845 2.20755,0.0954 3.03125,-0.375 0.22063,0.38292 0.49533,0.68105 0.84375,0.8125 1.04247,0.39329 2.66203,-1.0129 2.59375,-2.125 -0.0268,-0.43673 -0.31278,-0.88914 -0.6875,-1.28125 0.96546,0.43701 2.18374,0.2553 3.375,-0.28125 0.26036,0.32586 0.5343,0.62497 0.84375,0.84375 0.82737,2.80918 4.70328,5.73893 7.28125,4.9375 2.5005,-0.77735 3.42097,-5.72489 1.6875,-7.6875 -0.49882,-0.56475 -1.26358,-0.9685 -2.125,-1.21875 -0.3796,-0.11028 -0.77704,-0.17002 -1.1875,-0.21875 0.0152,-0.0634 0.0177,-0.12414 0.0313,-0.1875 0.48508,-0.23848 0.9401,-0.54979 1.375,-0.9375 0.46313,-0.20586 0.84628,-0.52924 1.03125,-0.90625 0.089,0.0715 0.18018,0.10866 0.28125,0.125 0.084,0.0136 0.16528,0.002 0.25,-0.0313 0.0175,1.00259 0.59506,2.20411 1.375,2.9375 -0.19259,0.20171 -0.31818,0.43724 -0.3125,0.6875 0.009,0.39403 0.3115,0.76789 0.71875,1.03125 0.67875,0.43893 1.66596,0.61812 2.1875,0.21875 0.34823,-0.26665 0.44523,-0.84465 0.34375,-1.375 0.40696,0.61305 0.95119,1.08711 1.53125,1.125 0.16205,0.0106 0.34217,-0.0323 0.5,-0.0937 1.09176,0.31546 2.42989,0.2211 3.65625,-0.15625 0.35043,0.5776 0.80886,1.02818 1.34375,1.15625 1.29806,0.31079 2.99824,-1.62604 2.75,-2.9375 -0.0529,-0.27933 -0.21253,-0.55116 -0.40625,-0.8125 0.31031,-0.18132 0.58675,-0.42538 0.78125,-0.6875 0.0279,-0.0376 0.0367,-0.0854 0.0625,-0.125 0.15638,0.0656 0.32906,0.0819 0.5,0.0937 0.008,0.0408 -0.009,0.0844 0,0.125 -0.13501,0.17914 -0.23825,0.36798 -0.3125,0.5625 -0.10835,0.10565 -0.177,0.2514 -0.1875,0.4375 -0.021,0.3722 0.12716,0.81964 0.40625,0.9375 0.0946,0.04 0.20205,0.0351 0.3125,0 0.18353,0.072 0.40468,0.11279 0.625,0.125 0.228,0.0126 0.45556,-0.017 0.6875,-0.0625 0.84383,0.18985 1.93131,-0.62449 2.34375,-1.53125 0.18074,0.0912 0.37158,0.16857 0.5625,0.21875 0.88037,0.23137 1.86942,-0.0918 2.75,-0.71875 0.68678,0.11382 1.33357,0.108 1.84375,-0.15625 0.005,0.5846 0.17499,1.11411 0.59375,1.34375 0.41216,0.22602 0.95369,0.13824 1.46875,-0.125 0.85843,-0.43872 1.6322,-1.34808 1.53125,-2.125 -0.0609,-0.46863 -0.49861,-0.86529 -1.03125,-1.09375 0.0802,-0.089 0.17373,-0.15415 0.25,-0.25 0.043,-0.0105 0.0829,-0.0185 0.125,-0.0313 0.10336,0.0779 0.20462,0.15104 0.3125,0.21875 0.0344,0.16824 0.0842,0.32532 0.1875,0.4375 0.28137,0.30552 0.86135,0.2816 1.3125,0.0625 0.17236,0.003 0.34214,-0.0154 0.5,-0.0625 0.42563,-0.12712 0.79475,-0.47741 1.03125,-0.9375 0.25209,0.19946 0.50724,0.35373 0.78125,0.46875 0.12655,0.53433 0.38671,1.00052 0.8125,1.21875 0.65024,0.33327 1.51024,0.0884 2.28125,-0.40625 0.18114,0.008 0.36854,-0.0244 0.5625,-0.0625 0.087,0.0538 0.1861,0.11233 0.28125,0.15625 -0.49214,0.31852 -0.88815,1.08613 -0.59375,1.5 0.15235,0.21418 0.42665,0.28822 0.75,0.28125 0.53892,-0.0116 1.17399,-0.27191 1.3125,-0.6875 0.0907,-0.27201 -0.0667,-0.62175 -0.3125,-0.875 0.2141,-0.0203 0.41042,-0.0729 0.5625,-0.1875 0.37152,-0.27993 0.43611,-0.92084 0.28125,-1.46875 0.0926,-0.05 0.19167,-0.0961 0.28125,-0.15625 0.45077,0.14757 0.98213,0.15961 1.53125,0.0625 0.34149,-0.0604 0.69263,-0.17664 1.03125,-0.3125 -0.0277,0.1064 -0.0506,0.20525 -0.0313,0.3125 -0.12722,0.009 -0.26231,0.0207 -0.375,0.0625 -1.20656,0.44765 -2.04878,2.89205 -1.0625,3.71875 0.13402,0.11233 0.29507,0.20229 0.46875,0.25 0.21739,0.13497 0.49095,0.2351 0.78125,0.28125 0.90745,0.14425 2.01641,-0.12627 2.375,-0.78125 0.0703,-0.12848 0.0879,-0.28388 0.0937,-0.4375 0.26712,0.16917 0.61568,0.23334 1,0.1875 0.81261,-0.0969 1.69567,-0.63288 1.84375,-1.28125 0.1859,-0.81395 -1.02508,-1.85135 -1.84375,-1.6875 -0.10488,0.021 -0.21066,0.0699 -0.3125,0.125 0.23121,-0.6375 -0.16501,-1.68841 -0.78125,-1.90625 -0.10274,-0.0363 -0.22452,-0.0612 -0.34375,-0.0625 0.28811,-0.3032 0.52721,-0.62347 0.65625,-0.96875 0.22173,-0.009 0.44948,-0.17441 0.59375,-0.40625 0.12023,-0.1932 0.1957,-0.43149 0.21875,-0.65625 0.0208,5.7e-4 0.0416,-1.2e-4 0.0625,0 0.35632,0.50125 0.78053,0.87947 1.28125,1.0625 0.31855,0.11644 0.67566,0.12174 1.03125,0.0625 -0.90825,1.08445 -1.27275,3.09078 -0.3125,3.84375 0.50097,0.39282 1.2225,0.39453 1.96875,0.15625 1.24375,-0.39712 2.49498,-1.47084 2.53125,-2.53125 0.0367,-1.07214 -1.39259,-2.08814 -2.59375,-2.1875 0.19097,-0.14322 0.36044,-0.29857 0.53125,-0.46875 0.51195,0.11032 1.00727,0.17535 1.5,0.1875 0.33664,0.53319 0.80884,0.96354 1.3125,1.0625 0.0676,0.0133 0.14793,-0.004 0.21875,0 0.12087,0.21038 0.29382,0.38923 0.5,0.5 0.51015,0.27408 1.18077,0.17349 1.8125,-0.15625 1.05289,-0.54956 1.97633,-1.70021 1.84375,-2.65625 -0.0938,-0.67619 -0.81908,-1.2336 -1.625,-1.46875 0.14784,-0.57837 0.21433,-1.22801 0.1875,-1.875 0.0461,-0.045 0.0846,-0.10788 0.125,-0.15625 0.064,0.53621 0.35375,1.06987 0.78125,1.125 0.14451,0.11082 0.32492,0.20021 0.5,0.25 1.17135,0.33308 2.58412,-0.84085 3.28125,-2.1875 0.86132,0.30699 1.84668,0.40535 2.6875,0.21875 -0.0657,0.10291 -0.12152,0.20211 -0.15625,0.3125 -0.10245,0.32559 -0.10436,0.70104 0,1.09375 0.13795,0.5191 0.44512,1.05716 0.8125,1.46875 -0.12574,0.16047 -0.23399,0.32784 -0.28125,0.5 -0.74755,-0.73808 -1.74089,-1.19356 -2.5,-0.84375 -0.5955,0.27442 -0.96129,0.95411 -1.09375,1.75 -0.22078,1.32648 0.17028,2.96824 1.125,3.5 1.19853,0.66756 3.41326,-0.75818 3.53125,-2.125 0.0356,-0.41224 -0.0757,-0.87616 -0.3125,-1.3125 0.33132,0.0912 0.67943,0.10022 0.90625,-0.0625 0.2013,-0.14441 0.37136,-0.41698 0.4375,-0.71875 1.32931,-0.54147 1.82741,-3.41677 0.75,-4.375 -0.37789,-0.33609 -0.99751,-0.39386 -1.59375,-0.25 0.21203,-0.31355 0.37836,-0.65666 0.5,-1.0625 0.58389,-1.94802 0.0804,-4.68373 -1.53125,-5.25 -1.26935,-0.44599 -2.85783,0.47274 -3.96875,1.78125 -0.11695,-0.18006 -0.23435,-0.32655 -0.40625,-0.40625 -0.68346,-0.31687 -1.83468,0.52796 -1.84375,1.28125 -0.004,0.35389 0.21803,0.74693 0.53125,1.0625 -0.6384,0.0286 -1.24918,0.22506 -1.625,0.59375 -0.1085,0.10645 -0.19787,0.2371 -0.28125,0.375 -0.3699,-1.1019 -1.07386,-2.04962 -2,-2.125 -0.45507,-0.037 -0.92642,0.11794 -1.34375,0.40625 -0.35725,-0.1274 -0.74613,-0.20987 -1.15625,-0.25 -0.005,-0.008 0.005,-0.023 0,-0.0313 -0.35735,-0.54555 -0.96528,-1.02284 -1.53125,-1.15625 -1.13909,-1.15146 -2.86223,-1.97761 -4.1875,-1.75 0.5903,-0.83443 0.88408,-1.85051 0.4375,-2.53125 -0.35759,-0.54509 -1.10416,-0.7683 -1.90625,-0.78125 -0.1671,-0.003 -0.32908,-0.0171 -0.5,0 z m -558.6875,0.46875 c 0.04559,0.0667 0.106183,0.12217 0.15625,0.1875 -0.102766,-0.0169 -0.20556,-0.0194 -0.3125,0 0.05725,-0.0595 0.101953,-0.12619 0.15625,-0.1875 z M 165,210.3125 c -0.0416,0.0383 -0.0852,0.0849 -0.125,0.125 -0.006,-0.0307 0.007,-0.0632 0,-0.0937 0.0401,-0.0122 0.0849,-0.0182 0.125,-0.0313 z m -61.1875,0.0313 c -0.83754,0.022 -1.63082,0.34572 -1.875,0.96875 -0.20278,0.5174 -0.0114,1.12332 0.375,1.6875 0.64403,0.9403 1.85428,1.70442 2.75,1.46875 1.12447,-0.29585 1.63679,-2.43916 0.90625,-3.34375 -0.42044,-0.52061 -1.31871,-0.80326 -2.15625,-0.78125 z m -17.625,3.21875 c -0.354178,-0.0278 -0.698631,0.0433 -0.96875,0.1875 -1.243659,0.66412 -1.786476,3.43574 -0.59375,4.1875 0.495252,0.31215 1.183565,0.22575 1.84375,-0.0625 0.746389,-0.32588 1.451901,-0.93371 1.8125,-1.59375 0.319044,0.94082 0.979285,1.80655 1.75,1.9375 1.159883,0.19707 2.545379,-1.57993 2.25,-2.71875 -0.339993,-1.31082 -2.810664,-2.44436 -3.78125,-1.5 -0.15467,0.15049 -0.244208,0.34744 -0.3125,0.5625 -0.449208,-0.54058 -1.260475,-0.94199 -2,-1 z m 99.5,0 c -0.15593,0.001 -0.29774,0.0277 -0.4375,0.0937 -0.46424,0.21929 -0.74594,0.75083 -0.84375,1.375 -0.10189,0.65018 -0.0134,1.40433 0.25,1.96875 -0.049,0.19154 -0.0802,0.37576 -0.0313,0.5625 0.13541,0.51692 0.63022,0.90539 1.25,1.125 1.03297,0.36602 2.40612,0.28413 2.96875,-0.40625 0.64745,-0.79447 0.006,-2.49503 -0.9375,-3 -0.37992,-0.8852 -1.37928,-1.7259 -2.21875,-1.71875 z m 356.625,1.09375 c -0.13454,0.01 -0.25163,0.0203 -0.375,0.0625 -1.23903,0.4237 -1.64409,2.91828 -0.75,3.875 1.02913,1.10121 4.05271,0.87684 4.5,-0.5625 0.18573,-0.59765 -0.0826,-1.27269 -0.5625,-1.875 -0.69985,-0.87837 -1.87073,-1.56677 -2.8125,-1.5 z m 21.59375,1.5 c 0.004,-0.005 0.0278,0.005 0.0313,0 0.59266,0.3919 1.36761,0.65086 2.15625,0.75 -0.30185,0.23302 -0.53313,0.62571 -0.65625,1.0625 -0.1694,0.0232 -0.33357,0.0779 -0.46875,0.15625 -0.25312,0.1468 -0.46353,0.37832 -0.625,0.6875 -0.0557,-0.24457 -0.15872,-0.48039 -0.3125,-0.71875 -0.25386,-0.39348 -0.63619,-0.7486 -1.03125,-1 0.35875,-0.23236 0.65903,-0.58088 0.90625,-0.9375 z m 55.65625,1.3125 c 0.32561,0.13923 0.67591,0.25472 1.03125,0.34375 -0.48113,0.73004 -0.56064,1.98386 -0.0313,2.5625 0.27468,0.30024 0.75049,0.49578 1.25,0.5625 -0.41536,0.14369 -0.79666,0.3777 -1.09375,0.65625 -0.16356,-0.0554 -0.32618,-0.10507 -0.5,-0.125 -0.28913,-0.0332 -0.58739,0.003 -0.875,0.0625 0.54571,-1.43631 0.67093,-2.9057 0.21875,-4.0625 z m 21.46875,0.6875 c -0.62395,0.004 -1.39643,0.4565 -1.53125,1 -0.0517,0.20853 -0.0183,0.47608 0.0625,0.71875 0.24241,0.72801 0.97338,1.45613 1.59375,1.28125 0.91589,-0.25818 1.15493,-2.25639 0.40625,-2.84375 -0.14686,-0.11521 -0.32327,-0.15761 -0.53125,-0.15625 z m -350.21875,1.25 c -0.81999,0.0982 -1.39424,1.6047 -0.96875,2.3125 0.48976,0.8147 2.37836,1.07887 2.84375,0.25 0.19324,-0.34417 0.12294,-0.81532 -0.0937,-1.25 -0.36115,-0.72447 -1.12807,-1.39072 -1.78125,-1.3125 z m 269.125,0 c -0.0171,0.0396 -0.0517,0.0843 -0.0625,0.125 -0.147,0.55405 0.213,1.31017 0.71875,1.78125 -0.33255,0.251 -0.62385,0.55474 -0.84375,0.90625 -0.39278,-0.13699 -0.78141,-0.23696 -1.15625,-0.25 -0.0219,-0.0179 -0.04,-0.0453 -0.0625,-0.0625 -0.18018,-0.13764 -0.37802,-0.23287 -0.59375,-0.3125 -0.01,-0.58891 -0.11787,-1.15325 -0.3125,-1.65625 0.0945,0.0177 0.1872,0.0255 0.28125,0.0313 0.62953,0.0388 1.3109,-0.16926 1.96875,-0.53125 0.0194,-0.0107 0.0431,-0.0203 0.0625,-0.0313 z m 3.09375,0.90625 c -0.2103,0.14246 -0.38999,0.30304 -0.5625,0.46875 0.0488,-0.13874 0.068,-0.28759 0.0937,-0.4375 0.1598,0.005 0.3148,-0.0119 0.46875,-0.0313 z m 75.78125,0.875 c -0.10929,0.0116 -0.21636,0.0493 -0.28125,0.125 -0.10778,0.12566 -0.11588,0.30341 -0.0625,0.5 0.089,0.32765 0.34993,0.66596 0.625,0.6875 0.34532,0.027 0.71055,-0.51766 0.59375,-0.84375 -0.10083,-0.2815 -0.54713,-0.50363 -0.875,-0.46875 z M 286.65625,221.5 c -0.10059,0.0135 -0.21118,0.0697 -0.3125,0.125 -0.33773,0.18431 -0.64242,0.56613 -0.59375,0.875 0.0611,0.38774 0.76506,0.62083 1.09375,0.40625 0.37833,-0.24699 0.49565,-1.13732 0.0937,-1.34375 -0.0834,-0.0429 -0.18066,-0.076 -0.28125,-0.0625 z m 23.3125,0.875 c -0.33999,5.8e-4 -0.64035,0.0763 -0.875,0.25 -0.78555,0.58142 -0.50845,2.42782 0.34375,2.90625 0.98091,0.55069 3.06966,-0.2501 3.0625,-1.375 -0.003,-0.46709 -0.33502,-0.89879 -0.8125,-1.21875 -0.49738,-0.33329 -1.1521,-0.56346 -1.71875,-0.5625 z M 638,222.65625 c -0.34701,0.0563 -0.68688,0.25356 -1,0.53125 -0.93937,0.83306 -1.56845,2.42914 -0.90625,3.25 0.97764,1.21189 4.12919,0.31676 4.53125,-1.1875 0.31547,-1.18027 -1.41908,-2.78947 -2.625,-2.59375 z m -212.375,0.28125 c -1.53385,0.10435 -3.06894,0.73317 -3.75,1.78125 -0.21108,0.32482 -0.34386,0.71003 -0.4375,1.125 -1.23956,-0.47659 -2.81588,-0.56329 -4.1875,-0.25 -0.26502,-0.13819 -0.5468,-0.23313 -0.84375,-0.28125 -1.44876,-0.23475 -2.97873,0.6666 -4.1875,2.03125 -1.49285,-0.27236 -3.57736,1.15991 -4.03125,2.65625 -0.35666,0.10191 -0.68057,0.29149 -0.90625,0.53125 -0.11805,0.12541 -0.21689,0.27225 -0.28125,0.4375 -0.10848,0.0964 -0.22364,0.22165 -0.28125,0.34375 -0.0696,0.14751 -0.0533,0.29401 -0.0313,0.46875 -0.41669,0.22217 -0.79198,0.61137 -0.8125,1 -0.0207,0.39187 0.28231,0.8688 0.65625,1.1875 -0.136,0.20702 -0.23472,0.40805 -0.3125,0.625 -0.59609,-0.26944 -1.20365,-0.43823 -1.8125,-0.5 -0.23498,-0.56332 -0.57046,-1.01838 -1,-1.28125 0.89607,-1.63851 1.24512,-3.51705 0.5625,-4.8125 -1.16857,-2.21768 -5.95566,-2.2245 -7.5,-0.25 -0.37214,0.4758 -0.60304,1.08992 -0.71875,1.78125 -0.78159,-0.18151 -1.58016,-0.12829 -2.0625,0.28125 -0.43253,0.36725 -0.52152,1.06397 -0.40625,1.75 -0.0202,0.002 -0.0423,-0.002 -0.0625,0 -0.0157,-0.0166 -0.0144,-0.0472 -0.0313,-0.0625 -0.01,-0.009 -0.0208,-0.0228 -0.0313,-0.0313 -0.0788,-0.30931 -0.20739,-0.56826 -0.40625,-0.75 -0.0387,-0.34599 -0.15961,-0.6788 -0.34375,-0.96875 -1.15518,-1.81901 -4.78186,-1.7 -6.96875,-0.40625 -0.24454,-0.24469 -0.52246,-0.44526 -0.84375,-0.625 -0.0219,-0.0435 -0.0376,-0.0827 -0.0625,-0.125 -1.45738,-2.48096 -7.0576,-1.98048 -8.9375,0.34375 -1.8598,-0.82354 -4.18568,-0.95388 -5.5625,0 -0.69611,0.48228 -1.23211,1.25905 -1.625,2.1875 -0.14734,0.34817 -0.27428,0.71329 -0.375,1.09375 -0.0242,-0.0287 -0.0371,-0.0662 -0.0625,-0.0937 -1.3296,-1.44194 -4.58166,-0.86041 -6.15625,0.625 -0.0646,-8.7e-4 -0.12266,-0.009 -0.1875,0 -0.64613,0.0911 -1.17721,0.65432 -1.53125,1.375 -0.33206,0.67593 -0.48423,1.48889 -0.4375,2.21875 -0.90962,-0.35404 -1.83252,-0.46816 -2.625,-0.25 -0.19283,0.0531 -0.40671,0.12828 -0.59375,0.21875 0.10866,-0.0969 0.18887,-0.21244 0.25,-0.34375 0.57934,-1.24452 -1.34079,-3.39116 -2.6875,-3.125 -0.13208,0.0261 -0.25895,0.0804 -0.375,0.15625 0.0532,-0.41302 0.005,-0.80895 -0.15625,-1.125 -0.17163,-0.33649 -0.48804,-0.64591 -0.875,-0.875 -0.47786,-0.28291 -1.05268,-0.444 -1.625,-0.5 -0.26207,-0.34551 -0.56029,-0.62917 -0.90625,-0.84375 -1.55224,-0.96275 -4.06614,-0.0811 -5.6875,1.40625 -0.0335,-0.003 -0.0598,-0.0292 -0.0937,-0.0313 -0.45596,-0.0273 -0.94906,0.0743 -1.40625,0.21875 0.42345,-0.41721 0.73254,-0.91273 0.84375,-1.46875 0.67357,-3.36775 -5.28934,-7.41107 -8.40625,-5.96875 -1.04521,0.48366 -1.66679,1.71722 -1.90625,3.09375 -0.73717,-0.0709 -1.4192,0.0223 -1.96875,0.34375 -0.89236,0.52192 -1.33452,1.73222 -1.34375,3 -1.16237,0.27807 -2.34506,1.12113 -3.3125,2.1875 -0.14481,-0.0249 -0.28418,-0.0241 -0.4375,-0.0313 -0.35293,-0.28852 -0.78029,-0.47283 -1.125,-0.375 -0.23073,0.0655 -0.41742,0.30045 -0.53125,0.5625 -0.17778,0.0498 -0.35639,0.12218 -0.53125,0.1875 -0.0728,-0.20112 -0.15402,-0.40457 -0.28125,-0.5625 -0.15116,-0.18763 -0.36364,-0.30161 -0.59375,-0.40625 -1.66022,-1.59074 -5.11363,-2.30695 -6.65625,-0.96875 -0.29056,0.25205 -0.5243,0.5802 -0.65625,0.96875 -0.24974,-0.31423 -0.52078,-0.62737 -0.84375,-0.90625 1.13892,-0.16919 2.30846,-0.90804 2.3125,-1.84375 0.002,-0.57059 -0.38967,-1.10294 -0.96875,-1.5 -0.96512,-0.66178 -2.4171,-0.93256 -3.1875,-0.375 -0.16362,0.11842 -0.25075,0.27633 -0.34375,0.46875 -0.61041,-0.51377 -1.36765,-0.86311 -1.96875,-0.6875 -0.48211,0.14085 -0.83559,0.65791 -1,1.25 -0.44422,-0.0128 -0.85897,0.0574 -1.25,0.15625 -0.28298,-0.21246 -0.58676,-0.37391 -0.90625,-0.46875 -1.31724,-0.39103 -2.92244,0.58393 -3.96875,1.90625 -0.0115,-0.006 -0.0196,-0.0252 -0.0313,-0.0313 -1.02838,-0.53253 -2.84174,0.71872 -2.90625,1.875 -0.0255,0.45629 0.18914,0.98564 0.53125,1.4375 -1.25841,0.20316 -2.61671,2.24616 -1.90625,3.28125 0.30269,0.44101 0.90431,0.62815 1.5625,0.625 1.09698,-0.005 2.36023,-0.53409 2.65625,-1.375 0.12609,-0.35817 0.0219,-0.79461 -0.1875,-1.1875 0.0589,0.0779 0.12353,0.1425 0.1875,0.21875 0.41185,0.49086 0.93548,0.93909 1.5,1.3125 -0.25318,0.0441 -0.49476,0.14557 -0.5625,0.34375 -0.0131,0.0385 0.002,0.0843 0,0.125 -0.98259,0.77204 -1.73045,1.9451 -1.625,2.9375 -0.2836,0.15743 -0.52824,0.34459 -0.625,0.625 -0.16811,0.48717 0.0266,1.08577 0.40625,1.59375 0.63271,0.84663 1.77281,1.50262 2.59375,1.25 0.37911,-0.11666 0.69205,-0.4721 0.875,-0.90625 -0.0439,0.306 0.0721,0.66896 0.25,1 0.39536,0.73564 1.20391,1.38259 1.875,1.28125 0.75895,-0.11461 1.24235,-1.38353 1,-2.15625 1.03844,0.053 2.08746,-0.0983 2.90625,-0.5 0.17068,0.20073 0.34636,0.38262 0.53125,0.5625 0.0105,0.32917 0.10312,0.64704 0.3125,0.9375 -0.11992,-0.0569 -0.25215,-0.0795 -0.375,-0.0937 -1.13124,-0.13128 -2.75849,1.45213 -2.3125,2.5 0.18519,0.4351 0.67908,0.70013 1.25,0.8125 0.95154,0.18729 2.12767,-0.0418 2.53125,-0.71875 0.30365,-0.50932 0.0705,-1.30175 -0.375,-1.875 1.13836,0.83641 2.90908,1.22544 3.84375,0.53125 0.48389,-0.35939 0.68444,-1.04979 0.65625,-1.78125 0.35248,-0.39587 0.65471,-0.84258 0.90625,-1.34375 0.38053,0.3699 0.98542,0.61482 1.40625,0.46875 0.19376,-0.0673 0.37922,-0.21519 0.53125,-0.40625 0.45608,-0.57317 0.65057,-1.5636 0.1875,-1.96875 -0.35555,-0.31109 -0.96185,-0.20905 -1.5,0.0625 0.1299,-0.72501 0.0994,-1.42439 -0.0937,-2.03125 0.17345,-0.0249 0.35609,-0.0517 0.53125,-0.0937 0.21484,0.20309 0.47244,0.33773 0.71875,0.4375 -0.0174,0.18888 -0.0147,0.38931 0.0313,0.5625 0.11727,0.44176 0.5134,0.79524 1,1.03125 0.13479,0.35169 0.2917,0.69313 0.5,0.96875 -0.20144,0.26519 -0.0964,0.85151 0.1875,1.03125 -0.38118,2.1396 2.12457,5.37694 4.25,5.21875 0.92226,-0.0686 1.73594,-0.90834 2.21875,-1.9375 2.095,1.24233 5.92531,0.62308 8.03125,-1.0625 0.53305,-0.24102 1.01729,-0.68842 1.40625,-1.25 -0.93229,1.95992 -0.1758,5.52528 1.65625,6.34375 1.02274,0.45691 2.40059,-0.15321 3.40625,-1.09375 1.37934,0.11648 2.87061,-0.25815 3.59375,-1.125 0.39695,-0.47584 0.62263,-1.14358 0.71875,-1.875 0.10691,-0.81348 0.0351,-1.70323 -0.1875,-2.53125 0.57425,-0.0613 1.09484,-0.26639 1.40625,-0.625 0.24334,-0.28023 0.40215,-0.68762 0.46875,-1.125 0.0907,-0.0406 0.16436,-0.10624 0.25,-0.15625 0.15395,1.05781 1.45355,2.3008 2.40625,2.03125 0.11725,0.0722 0.24516,0.10004 0.375,0.125 -0.1215,1.17351 0.0914,2.28054 0.8125,3 0.58592,0.58456 1.41694,0.84166 2.34375,0.90625 -0.0299,0.64736 0.11399,1.23242 0.46875,1.625 0.87706,0.97058 3.31764,0.35395 3.84375,-0.84375 0.21604,-0.49182 0.17239,-1.14426 -0.0313,-1.78125 1.69398,-0.88165 3.0828,-2.23348 3.3125,-3.71875 0.0578,-0.37406 0.007,-0.74597 -0.0937,-1.125 0.49304,0.33546 1.0197,0.56911 1.5625,0.5625 -0.17675,0.26447 -0.35736,0.53791 -0.5,0.84375 -1.22489,2.62632 -1.09321,6.5568 1.0625,7.6875 2.06448,1.08285 5.22966,-0.56174 7.0625,-2.8125 1.10845,0.37752 2.53551,-0.0177 3.71875,-0.84375 0.62535,2.45569 2.71911,5.04183 4.8125,5.125 2.49283,0.099 4.86836,-4.06037 3.9375,-6.375 -0.17118,-0.42563 -0.44817,-0.8254 -0.8125,-1.1875 0.12198,-0.0333 0.22698,-0.079 0.3125,-0.15625 0.17871,-0.16147 0.21939,-0.42936 0.1875,-0.71875 0.13966,0.0348 0.28108,0.0612 0.4375,0.0625 0.0389,3.2e-4 0.0856,0.002 0.125,0 0.25952,0.36909 0.60539,0.64529 1,0.84375 0.27723,0.13943 0.56399,0.20815 0.875,0.25 0.0353,0.057 0.055,0.13354 0.0937,0.1875 0.47168,0.65777 1.20967,1.16019 2.09375,1.53125 -0.12478,0.003 -0.24738,0.0311 -0.375,0.0625 -1.24911,-0.57037 -3.03047,-0.54814 -3.59375,0.4375 -0.32409,0.5671 -0.22812,1.34048 0.125,2.0625 0.58853,1.20337 1.85565,2.2775 2.9375,2.15625 1.12559,-0.12615 1.97957,-1.8162 1.84375,-3.0625 0.18829,-0.44034 0.0319,-1.13563 -0.3125,-1.4375 0.3332,0.1075 0.67818,0.18224 1.03125,0.25 0.16259,0.13618 0.37598,0.23922 0.625,0.28125 0.15725,0.0265 0.33506,0.01 0.5,0 0.29542,0.1256 0.63931,0.19496 1,0.21875 0.86936,0.0573 1.8303,-0.17709 2.5,-0.625 0.68841,0.34121 1.39481,0.51588 2.0625,0.4375 0.9836,-0.11546 1.85134,-0.86291 2.46875,-1.875 0.20217,0.8268 0.58293,1.54291 1.15625,1.96875 0.244,0.18123 0.53382,0.3109 0.84375,0.375 0.0768,0.14146 0.18024,0.25446 0.28125,0.375 1.05898,1.26366 3.73365,1.00155 5.25,-0.0937 1.34501,2.31623 4.998,4.22122 7.15625,3.21875 1.67241,-0.77681 2.21801,-3.64243 1.59375,-5.6875 0.14011,-0.0265 0.27547,-0.0784 0.40625,-0.125 0.68773,-0.24533 1.30835,-0.75269 1.84375,-1.4375 0.16989,-0.21729 0.32115,-0.47398 0.46875,-0.71875 0.0384,-0.003 0.0867,0.007 0.125,0 0.42073,-0.0802 0.75691,-0.36874 1.03125,-0.78125 -0.19243,1.89864 0.2628,3.78303 1.59375,4.53125 1.52555,0.85762 3.76785,0.1187 5.53125,-1.25 0.13821,0.2446 0.31619,0.42857 0.53125,0.5625 0.37298,0.23227 0.8794,0.23086 1.375,0.0625 0.75444,0.20002 1.6252,0.23119 2.5,0.125 1.71086,0.54174 4.10428,0.0745 5.5,-1.0625 0.20111,-0.0394 0.39386,-0.10982 0.59375,-0.1875 -0.005,0.0678 0.0163,0.14554 0.0313,0.21875 0.0638,0.31268 0.27453,0.65079 0.53125,0.6875 0.32229,0.0461 0.68374,-0.46837 0.59375,-0.78125 -0.0518,-0.18007 -0.25029,-0.35201 -0.46875,-0.4375 0.2391,-0.14249 0.49104,-0.31448 0.71875,-0.5 0.0418,0.002 0.0835,1.7e-4 0.125,0 0.28737,0.37738 0.65843,0.64231 1.03125,0.5625 0.39416,-0.0844 0.6758,-0.50888 0.8125,-1 1.63568,1.322 5.2303,0.93573 6.40625,-0.75 0.38155,-0.54696 0.58967,-1.26937 0.625,-2.0625 0.002,-0.041 -9.8e-4,-0.0837 0,-0.125 0.80435,1.2024 2.84971,2.03275 4.0625,1.46875 0.42707,-0.19861 0.78712,-0.59563 1.09375,-1.0625 0.14354,1.26157 1.3208,2.77494 2.4375,2.78125 0.57721,0.003 1.14851,-0.47738 1.5,-1.09375 0.27079,0.62589 0.76097,1.18887 1.40625,1.65625 0.0696,0.1079 0.12408,0.2032 0.21875,0.28125 0.16483,0.1359 0.39392,0.19546 0.625,0.21875 0.47186,0.24708 0.97242,0.46996 1.5,0.625 -0.53112,0.28329 -0.94127,0.68445 -1,1.1875 -0.0676,0.57884 0.3013,1.15596 0.84375,1.625 0.90408,0.78174 2.31074,1.25929 3.15625,0.78125 0.92876,-0.52511 0.99882,-2.40439 0.34375,-3.34375 0.67103,-0.12715 1.26841,-0.37746 1.71875,-0.78125 0.0278,-0.0249 0.036,-0.0675 0.0625,-0.0937 2.62536,0.876 6.49106,-3.41034 5.6875,-6.0625 -0.2811,-0.92776 -1.24228,-1.60246 -2.375,-1.9375 -0.0203,-0.0313 -0.0394,-0.0652 -0.0625,-0.0937 -0.38164,-0.47224 -1.21153,-0.7228 -1.96875,-0.6875 -0.89691,-2.08957 -2.61847,-3.96388 -4.40625,-4.09375 -1.85621,-0.13484 -3.72452,1.97591 -4.34375,4.09375 -0.38019,0.25764 -0.71512,0.61168 -0.90625,1 -0.51234,0.15074 -0.97474,0.41808 -1.28125,0.78125 -0.0545,-0.0564 -0.11674,-0.11237 -0.1875,-0.15625 0.20124,-0.13819 0.36471,-0.32286 0.375,-0.53125 0.008,-0.15523 -0.083,-0.29919 -0.1875,-0.4375 1.22991,-0.42828 2.35813,-2.53057 1.5625,-3.5 -0.23927,-0.29153 -0.63476,-0.44794 -1.0625,-0.5 0.011,-0.0409 0.0209,-0.0838 0.0313,-0.125 0.80171,-1.56494 1.06503,-3.26421 0.25,-4.4375 -0.21486,-0.3093 -0.49462,-0.56701 -0.8125,-0.78125 -0.12191,-0.1659 -0.25623,-0.30409 -0.40625,-0.4375 -0.98412,-0.87512 -2.67506,-0.80536 -4.1875,-0.21875 -1.50425,0.25113 -2.96158,0.85104 -4,1.71875 -0.87677,-1.22281 -2.3262,-2.19144 -3.5,-1.96875 -0.59866,0.11358 -1.08588,0.61754 -1.4375,1.25 -0.83551,0.0442 -1.65051,0.22944 -2.28125,0.59375 -0.39528,-0.4101 -0.90411,-0.67469 -1.34375,-0.59375 -0.75513,0.13902 -1.18617,1.52434 -0.75,2.15625 0.13649,0.19775 0.35466,0.36455 0.625,0.46875 -0.0101,0.0315 -0.0217,0.0619 -0.0313,0.0937 -0.19206,0.0583 -0.37282,0.12524 -0.5625,0.21875 -0.1437,-0.11824 -0.28817,-0.25407 -0.46875,-0.34375 -0.8906,-0.44229 -2.1367,-0.49807 -2.71875,0.0625 -0.25454,0.24514 -0.35978,0.64669 -0.34375,1.0625 -0.19126,0.10463 -0.35438,0.2493 -0.53125,0.40625 -0.0856,0.0523 -0.16945,0.0998 -0.25,0.15625 -0.19628,-1.01371 -0.924,-2.0845 -1.75,-2.21875 -0.70337,-0.11432 -1.4867,0.59707 -1.84375,1.375 -0.66464,-0.003 -1.33355,0.1923 -1.625,0.625 -0.0444,0.066 -0.069,0.14213 -0.0937,0.21875 -0.25051,-0.0106 -0.51225,0.0111 -0.78125,0.0625 -0.22358,0.0428 -0.46384,0.10719 -0.6875,0.1875 1.77281,-1.89581 2.80487,-5.26298 1.625,-7.09375 -0.6771,-1.05064 -2.21615,-1.47935 -3.75,-1.375 z m -49.6875,0.8125 c -1.00936,0.0772 -2.04175,0.57087 -2.34375,1.3125 -0.43329,1.06404 0.97684,2.72813 2.125,2.6875 1.32157,-0.0468 2.91366,-2.15616 2.21875,-3.28125 -0.28855,-0.46717 -0.88746,-0.68941 -1.5625,-0.71875 -0.14063,-0.006 -0.29331,-0.011 -0.4375,0 z m 121.40625,0.5625 c -0.29262,-0.0185 -0.56799,0.0311 -0.75,0.1875 -0.45699,0.39271 -0.20171,1.52524 0.34375,1.78125 0.62784,0.29467 1.8673,-0.30862 1.8125,-1 -0.0227,-0.28708 -0.25456,-0.5434 -0.5625,-0.71875 -0.25662,-0.14613 -0.55113,-0.23149 -0.84375,-0.25 z m 5.21875,0.4375 c -0.47526,0.0205 -0.93788,0.20841 -1.125,0.53125 -0.31321,0.54038 0.31623,1.52939 0.9375,1.59375 0.7151,0.0741 1.72716,-0.93577 1.4375,-1.59375 -0.12028,-0.27321 -0.41999,-0.4335 -0.78125,-0.5 -0.15053,-0.0277 -0.31033,-0.0381 -0.46875,-0.0313 z m 31.96875,1.125 c 0.0766,0.0785 0.16662,0.14687 0.25,0.21875 -0.0634,0.0488 -0.11197,0.0965 -0.15625,0.15625 -0.0294,-0.12516 -0.0589,-0.25248 -0.0937,-0.375 z m -56.8125,0.15625 c -0.20785,0.002 -0.42291,0.0983 -0.625,0.25 -0.44908,0.33714 -0.79142,0.93913 -0.65625,1.375 0.1697,0.54719 1.2266,0.75396 1.65625,0.375 0.49454,-0.4362 0.46758,-1.75502 -0.15625,-1.96875 -0.0648,-0.0222 -0.14947,-0.0318 -0.21875,-0.0313 z m 121.96875,0.15625 c -0.0765,0.005 -0.15276,0.0351 -0.21875,0.0625 -0.60765,0.25197 -0.98851,1.50304 -0.46875,1.90625 0.21582,0.16742 0.55535,0.1664 0.875,0.0625 0.53275,-0.17317 1.0493,-0.60745 1.0625,-1.0625 0.0145,-0.49986 -0.71439,-1.00382 -1.25,-0.96875 z m -332.28125,0.21875 c -0.0141,0.1477 0.006,0.28936 0,0.4375 -0.0992,-0.11222 -0.20796,-0.20625 -0.3125,-0.3125 0.11011,-0.0287 0.20493,-0.0665 0.3125,-0.125 z m 83.09375,0.4375 c -0.13117,0.0223 -0.24624,0.0529 -0.34375,0.125 -0.48967,0.36206 -0.31213,1.51412 0.21875,1.8125 0.61106,0.34344 1.91037,-0.1428 1.90625,-0.84375 -0.002,-0.29105 -0.20257,-0.58173 -0.5,-0.78125 -0.37179,-0.2494 -0.88774,-0.37946 -1.28125,-0.3125 z m 184.28125,0.4375 c 0.0248,0.0292 0.0353,0.0656 0.0625,0.0937 -0.01,-7.4e-4 -0.0213,6.8e-4 -0.0313,0 -0.003,-0.0327 -0.0276,-0.0611 -0.0313,-0.0937 z m 66.25,1.78125 c -0.52738,-0.0338 -1.03839,0.2991 -1.4375,0.8125 -0.66519,0.85566 -1.00411,2.16318 -0.53125,2.90625 0.59363,0.93284 2.7047,0.76742 3.3125,-0.15625 0.69959,-1.06318 -0.0737,-3.48101 -1.34375,-3.5625 z M 36.25,229.75 c -1.166821,0.12409 -2.477856,1.65463 -2.3125,2.78125 0.217523,1.48202 2.820034,3.01646 4,2.09375 0.489953,-0.38313 0.64493,-1.11137 0.59375,-1.875 -0.08529,-1.27272 -0.783963,-2.68592 -1.78125,-2.96875 -0.156497,-0.0444 -0.333311,-0.049 -0.5,-0.0313 z m 550.96875,0.3125 c -0.0788,0.0974 -0.15375,0.20292 -0.21875,0.3125 -0.0474,-0.0819 -0.094,-0.17257 -0.15625,-0.25 0.12564,-0.0144 0.26509,-0.0235 0.375,-0.0625 z m -294.78125,0.25 c 0.32574,0.55271 0.73006,1.01206 1.21875,1.28125 0.0743,0.0409 0.17097,0.0593 0.25,0.0937 -0.2803,0.15254 -0.54974,0.34242 -0.8125,0.5625 -0.0255,-0.0445 -0.0669,-0.081 -0.0937,-0.125 -0.0955,-0.53201 -0.29572,-1.08791 -0.59375,-1.59375 0.009,-0.0725 0.0256,-0.14488 0.0313,-0.21875 z m -9.5625,0.125 c 0.109,0.24125 0.27914,0.46607 0.46875,0.6875 -0.43296,0.4369 -0.80788,0.92507 -1.125,1.4375 -0.0768,-0.18464 -0.18218,-0.34727 -0.3125,-0.5 0.0383,-0.0198 0.0898,-0.008 0.125,-0.0313 0.44175,-0.2962 0.73679,-0.93325 0.84375,-1.59375 z m 140.34375,1.5 c 0.19094,0.1805 0.38128,0.37345 0.59375,0.5 -0.27082,-0.0482 -0.57321,-0.0405 -0.875,0.0313 0.0844,-0.17869 0.20862,-0.34976 0.28125,-0.53125 z M 447.5,232.625 c 0.64853,1.03191 1.60668,1.96297 2.65625,2.53125 0.0759,0.19418 0.20962,0.37831 0.34375,0.5625 -0.501,0.26042 -0.98208,0.58186 -1.375,0.96875 -0.18857,-0.38398 -0.53221,-0.731 -0.96875,-1 0.336,-0.62155 -0.0711,-1.77694 -0.71875,-2.03125 -0.13714,-0.0538 -0.30254,-0.10054 -0.46875,-0.0937 0.19549,-0.31089 0.38129,-0.61212 0.53125,-0.9375 z m -23.09375,0.0937 c 0.17514,0.0527 0.34638,0.0517 0.53125,0.0625 0.24051,0.014 0.48272,-0.01 0.71875,-0.0625 -0.27414,0.1236 -0.54556,0.31485 -0.78125,0.53125 -0.12392,-0.21399 -0.29136,-0.39025 -0.46875,-0.53125 z m 7.6875,0.0313 c 0.36902,0.18083 0.75717,0.29856 1.125,0.3125 -0.003,0.0203 0.003,0.042 0,0.0625 -0.23241,0.26835 -0.42705,0.62925 -0.53125,1.03125 -0.29779,-0.11347 -0.61393,-0.18386 -0.90625,-0.21875 -0.0933,-0.28057 -0.21549,-0.5331 -0.375,-0.75 0.23865,-0.10919 0.48273,-0.25675 0.6875,-0.4375 z m -403.9375,0.5 c -3.564686,0.27344 -5.948236,7.40759 -3.625,10.125 1.822852,2.13213 7.082978,0.94257 8.28125,-1.59375 0.34481,-0.72985 0.399367,-1.64009 0.28125,-2.59375 -0.354346,-2.86099 -2.522999,-6.12271 -4.9375,-5.9375 z M 281.5,234 c -0.0766,0.24891 -0.0938,0.50633 -0.125,0.75 -0.11413,-0.22097 -0.23569,-0.45334 -0.375,-0.65625 0.17015,-0.0113 0.3445,-0.0484 0.5,-0.0937 z m 71.25,0.84375 c -0.0224,0.40825 0.0212,0.78412 0.21875,1.0625 0.17938,0.25276 0.47109,0.45381 0.8125,0.59375 0.64014,0.26239 1.4701,0.32868 2.09375,0.125 -0.35245,0.24469 -0.68538,0.55999 -1,0.90625 -0.19169,0.21096 -0.39039,0.44801 -0.5625,0.6875 -0.4451,-0.23145 -1.09733,-0.24503 -1.65625,-0.0937 -0.0182,-0.0122 -0.0436,-0.0202 -0.0625,-0.0313 -0.28204,-0.16534 -0.63361,-0.13585 -1,-0.0313 0.36415,-0.83094 0.5489,-1.80631 0.59375,-2.8125 0.20233,-0.0936 0.38964,-0.22955 0.5625,-0.40625 z m -9.875,0.375 c 0.0488,0.0178 0.10167,0.0219 0.15625,0.0313 0.0127,0.0425 0.0174,0.0825 0.0313,0.125 -0.0645,-0.0471 -0.12035,-0.0905 -0.1875,-0.125 1.4e-4,-0.0103 -10e-5,-0.021 0,-0.0313 z m 188.03125,0.0937 c 0.0896,0.16046 0.16686,0.30151 0.28125,0.4375 -0.0944,-0.0502 -0.18523,-0.11757 -0.28125,-0.15625 0.002,-0.0918 0.002,-0.18884 0,-0.28125 z m -76.03125,0.0313 c 0.046,0.0391 0.10819,0.0574 0.15625,0.0937 -0.30116,0.27785 -0.29661,0.91643 -0.0625,1.3125 -0.15579,0.0646 -0.30829,0.13636 -0.40625,0.25 -0.0729,0.0846 -0.11133,0.19937 -0.15625,0.3125 -0.0262,-0.69935 -0.23584,-1.33472 -0.6875,-1.71875 0.19591,0.007 0.39987,-0.0205 0.59375,-0.0625 0.19621,-0.0425 0.38145,-0.10117 0.5625,-0.1875 z m -34.0625,0.0937 c 0.0313,0.0969 0.0519,0.18425 0.0937,0.28125 0.0564,0.13082 0.14495,0.24731 0.21875,0.375 -0.35457,0.17672 -0.70741,0.40645 -1,0.6875 -0.0781,-0.21319 -0.15965,-0.41152 -0.28125,-0.59375 0.33256,-0.20566 0.65936,-0.46829 0.96875,-0.75 z m -21.09375,0.59375 c -0.004,0.0308 0.003,0.0632 0,0.0937 -0.0546,-0.0126 -0.10095,-0.052 -0.15625,-0.0625 0.0522,-0.007 0.10414,-0.0214 0.15625,-0.0313 z m -23.03125,0.3438 c 0.20498,0.2043 0.40329,0.38937 0.625,0.5625 0.01,0.0104 0.0213,0.021 0.0313,0.0313 0.0939,0.0723 0.18511,0.15293 0.28125,0.21875 0.22097,0.17442 0.44125,0.34714 0.6875,0.40625 0.0491,0.0239 0.10689,0.0405 0.15625,0.0625 -0.23715,0.17921 -0.45085,0.4271 -0.625,0.71875 -0.0902,-0.1271 -0.20408,-0.23649 -0.34375,-0.28125 -0.21215,-0.068 -0.45986,0.034 -0.6875,0.15625 -0.34275,-0.33898 -0.73539,-0.60936 -1.125,-0.875 0.35354,-0.31252 0.69638,-0.64532 1,-1 z m -119.59375,0.4375 c -1.27111,0.19677 -2.76973,1.70525 -2.375,2.8125 0.18732,0.52544 0.7419,0.85858 1.40625,1.03125 1.10724,0.28779 2.50818,0.0811 3.03125,-0.6875 0.65666,-0.96491 -0.38202,-2.9525 -1.53125,-3.15625 -0.16535,-0.0293 -0.34966,-0.0281 -0.53125,0 z m 197.21875,1.53125 c 0.014,0.0941 0.038,0.19068 0.0625,0.28125 -0.0561,0.023 -0.10494,0.0647 -0.15625,0.0937 0.0343,-0.12601 0.069,-0.2478 0.0937,-0.375 z M 341,240.125 c -0.084,0.2401 -0.17596,0.47835 -0.21875,0.71875 -0.4143,-0.0263 -0.81141,0.0526 -1.15625,0.25 -0.26792,0.15335 -0.47242,0.365 -0.65625,0.625 0.16451,-0.29083 0.29607,-0.62115 0.40625,-0.9375 0.61473,-0.11383 1.18231,-0.32377 1.625,-0.65625 z m 8.625,1.0625 c -0.0694,0.008 -0.12855,0.026 -0.1875,0.0625 -0.19582,0.1213 -0.30056,0.37306 -0.3125,0.65625 -0.0199,0.47199 0.1755,1.01192 0.53125,1.15625 0.4466,0.18119 1.17392,-0.39337 1.15625,-0.875 -0.0178,-0.48508 -0.70141,-1.05951 -1.1875,-1 z m -43.125,0.0313 c 0.0702,0.0428 0.14514,0.0854 0.21875,0.125 -0.12263,0.0823 -0.24568,0.18443 -0.3125,0.3125 0.0433,-0.14587 0.0738,-0.28504 0.0937,-0.4375 z m 165.9375,7.5312 c -0.79791,0.10311 -1.72551,0.85493 -1.71875,1.5625 0.007,0.74023 1.26513,1.40345 1.9375,1.09375 0.19348,-0.0891 0.36218,-0.28713 0.5,-0.5 0.41346,-0.63861 0.51965,-1.65929 0,-2.03125 -0.1918,-0.13729 -0.45278,-0.15937 -0.71875,-0.125 z m -77.875,0.46875 c -1.48749,-0.0484 -3.52425,1.3127 -3.3125,2.65625 0.10049,0.63758 0.65655,1.16141 1.375,1.5 1.19741,0.56433 2.86564,0.60573 3.625,-0.15625 0.95329,-0.95657 0.1694,-3.42849 -1.09375,-3.90625 -0.18174,-0.0687 -0.38125,-0.0868 -0.59375,-0.0937 z m 80.40625,0.25 c -0.21023,0.0188 -0.4412,0.1038 -0.53125,0.25 -0.20731,0.33657 0.0737,1.08026 0.46875,1.09375 0.16404,0.006 0.31837,-0.11816 0.4375,-0.28125 0.19856,-0.27182 0.27871,-0.67996 0.125,-0.90625 -0.0965,-0.14204 -0.28977,-0.175 -0.5,-0.15625 z"
+         transform="translate(-664,122)"
+         id="path8416"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4460"
+         transform="translate(-664,124)"
+         d="m 95.5,211.8125 c -0.235103,-0.0173 -0.457884,0.0112 -0.65625,0.0937 -0.996103,0.41468 -1.192594,2.47994 -0.40625,3.21875 0.905109,0.85039 3.39673,0.51991 3.6875,-0.6875 0.120735,-0.50135 -0.135683,-1.06168 -0.5625,-1.53125 -0.533518,-0.58696 -1.357192,-1.0417 -2.0625,-1.09375 z m 36.40625,5.78125 c -0.19522,-0.0113 -0.40527,0.002 -0.59375,0.0313 -2.36613,0.3632 -3.86312,4.70906 -2.5625,6.71875 0.37426,0.5783 1.00522,1.03179 1.75,1.375 0.43276,0.19943 0.91655,0.35977 1.40625,0.46875 -0.19781,0.0291 -0.39588,0.0639 -0.59375,0.125 -0.0202,0.008 -0.0433,0.0213 -0.0625,0.0313 -1.01737,0.33184 -1.97406,1.03596 -2.21875,1.875 -0.0277,0.0949 -0.0494,0.21139 -0.0625,0.3125 -0.40808,-0.36953 -0.85094,-0.70678 -1.3125,-0.9375 -0.007,-0.14372 -0.034,-0.27559 -0.0937,-0.40625 -0.0997,-0.21806 -0.28896,-0.38871 -0.5,-0.53125 -0.0695,-0.27754 -0.15895,-0.55155 -0.28125,-0.8125 0.0202,-0.0106 0.0429,-0.0192 0.0625,-0.0313 0.44371,-0.27371 0.65928,-0.8591 0.6875,-1.5 0.047,-1.06817 -0.41419,-2.3281 -1.21875,-2.65625 -0.31563,-0.12874 -0.6988,-0.0584 -1.0625,0.0937 -0.30386,-0.16329 -0.62034,-0.28097 -0.9375,-0.375 0.005,-0.0451 0.0336,-0.0791 0.0313,-0.125 -0.0234,-0.45111 -0.36844,-0.86809 -0.84375,-1.15625 -0.79219,-0.48026 -1.94705,-0.63112 -2.53125,-0.15625 -0.4308,0.35018 -0.50958,1.09816 -0.3125,1.75 -0.25948,-0.26175 -0.67915,-0.30186 -1.125,-0.21875 -0.36319,0.0677 -0.73325,0.25264 -1.03125,0.46875 -0.81402,-0.7606 -1.8526,-1.32127 -2.8125,-1.40625 -0.11312,-0.24486 -0.29855,-0.48089 -0.53125,-0.6875 -0.70843,-0.62902 -1.82488,-0.99509 -2.5,-0.625 -0.84754,0.4646 -0.83353,2.32342 -0.0625,2.90625 0.0173,0.0131 0.0442,0.0191 0.0625,0.0313 -0.63927,0.77964 -1.12438,1.71627 -1.34375,2.65625 -0.54836,0.0977 -1.03471,0.32798 -1.375,0.71875 -0.98087,1.1264 -0.6469,3.2021 0.3125,4.84375 -0.25869,-0.31806 -0.97948,-0.42621 -1.1875,-0.0937 -0.0925,0.14786 -0.0865,0.33484 0,0.53125 0.14421,0.32735 0.4913,0.64582 0.78125,0.625 0.34598,-0.0248 0.59108,-0.60429 0.46875,-0.9375 0.0195,0.0319 0.0426,0.0622 0.0625,0.0937 0.0798,0.5026 0.27148,0.95347 0.5625,1.34375 -0.53641,1.18183 -0.6616,2.43783 0,3.25 0.82993,1.01882 2.58367,1.11341 4.1875,0.625 1.33962,2.37485 5.63914,4.06922 7.78125,2.6875 0.79797,-0.51471 1.21686,-1.52137 1.3125,-2.65625 1.06346,0.0949 2.24662,-0.0738 3.3125,-0.4375 0.11032,0.0602 0.22685,0.0798 0.34375,0.0937 0.4361,0.052 0.88746,-0.31358 1.15625,-0.78125 0.78769,-0.49465 1.3875,-1.13341 1.65625,-1.875 0.0702,-0.19374 0.10802,-0.3864 0.125,-0.59375 0.53456,0.39159 1.12624,0.60263 1.6875,0.46875 0.11755,-0.028 0.23514,-0.0726 0.34375,-0.125 0.45679,0.22126 0.97035,0.35821 1.46875,0.375 0.3098,0.11892 0.61462,0.19025 0.90625,0.15625 0.41526,-0.0484 0.83195,-0.24929 1.21875,-0.5625 0.8798,-0.71242 1.57343,-1.94253 1.53125,-2.9375 0.19394,-0.43229 0.3084,-0.89293 0.34375,-1.3125 0.12518,0.20169 0.28189,0.37013 0.46875,0.46875 0.79675,0.4205 2.22405,-0.56966 2.28125,-1.46875 0.0165,-0.25872 -0.0705,-0.54182 -0.21875,-0.8125 -0.35208,-0.64288 -1.08676,-1.20618 -1.71875,-1.25 0.088,-0.45988 0.0724,-0.91254 -0.0937,-1.28125 -0.26926,-0.59769 -0.98638,-0.92495 -1.78125,-1.03125 -0.40701,-2.42029 -3.04995,-5.21074 -5.34375,-5.34375 z m -59.9375,0.25 c -0.828897,0.001 -1.661676,0.23259 -2.0625,0.75 -0.02053,0.01 -0.04225,0.0212 -0.0625,0.0313 -0.917921,0.45512 -1.434436,1.55523 -1.625,2.78125 -0.785799,0.27892 -1.569569,1.08465 -1.5625,1.8125 0.0095,0.98046 1.29194,2.13786 2.3125,2.1875 0.134894,0.18459 0.270707,0.36014 0.4375,0.5 -0.714926,0.7884 -1.114801,2.08326 -0.71875,2.90625 0.461822,0.95965 2.020478,1.59338 3.25,1.5 0.774853,0.82344 1.822847,1.49967 2.875,1.9375 0.267785,0.19259 0.590911,0.33744 0.96875,0.40625 0.171087,0.0312 0.351922,0.0248 0.53125,0.0313 0.04097,0.006 0.08426,0.0263 0.125,0.0313 0.06324,1.9e-4 0.124252,0.003 0.1875,0 0.595109,0.0481 1.16483,-0.001 1.65625,-0.21875 0.07752,-0.0343 0.145771,-0.0822 0.21875,-0.125 0.681573,0.17898 1.346488,0.28257 2,0.28125 -0.09837,0.12686 -0.182969,0.25121 -0.21875,0.40625 -0.118856,0.51501 0.151731,1.0854 0.59375,1.5625 0.594378,0.64156 1.523239,1.11281 2.28125,1.09375 0.01839,0.98141 0.392881,1.96406 1.0625,2.34375 1.061774,0.60206 3.010741,-0.65977 3.125,-1.875 0.01355,-0.1441 -0.002,-0.28523 -0.03125,-0.4375 0.896552,-0.14199 1.835904,-0.70597 2.5625,-1.4375 1.4729,2.73842 5.743722,5.05599 8.28125,3.90625 1.078065,-0.48847 1.757258,-1.71917 2.03125,-3.125 2.56989,1.26422 7.36761,0.0486 8.34375,-2.46875 0.19146,-0.49373 0.21784,-1.03262 0.0937,-1.59375 0.0996,-0.8616 -0.20678,-1.85571 -0.875,-2.0625 -0.0629,-0.0195 -0.12214,-0.0253 -0.1875,-0.0313 -0.24834,-0.31789 -0.51256,-0.60623 -0.8125,-0.875 0.2194,0.0166 0.44475,-0.0189 0.625,-0.125 0.90218,-0.53103 0.77508,-2.4393 0.0313,-3.3125 0.44673,-0.0221 0.86413,-0.17684 1.125,-0.4375 0.83727,-0.83661 0.61015,-3.18672 -0.53125,-3.5 -0.47394,-0.13008 -1.00862,0.0763 -1.46875,0.46875 -0.6135,0.52327 -1.10597,1.36135 -1.125,2.0625 -0.36988,0.10228 -0.75357,0.33758 -1.09375,0.625 -0.0227,0.0192 -0.0401,0.0427 -0.0625,0.0625 -0.79967,-0.40849 -1.80969,-0.47851 -2.28125,0.0625 -0.35984,0.41284 -0.34982,1.06903 -0.125,1.71875 -0.10239,-0.0383 -0.20707,-0.0632 -0.3125,-0.0937 -0.12193,-0.14175 -0.26289,-0.2669 -0.40625,-0.375 -0.53229,-0.40136 -1.240254,-0.6229 -2.03125,-0.6875 -0.405287,-0.0331 -0.825594,-0.0147 -1.25,0.0313 0.556915,-0.93425 0.827531,-1.97665 0.625,-2.84375 -0.152226,-0.65172 -0.556768,-1.28527 -1.125,-1.84375 -1.704692,-1.67545 -4.808601,-2.64598 -6.28125,-1.28125 -0.74737,0.6926 -0.968053,1.83447 -0.84375,3.0625 -0.73662,0.11213 -1.410212,0.38444 -1.75,0.875 -1.153082,-2.34007 -5.334455,-3.89352 -7.5625,-2.6875 -0.641136,0.34704 -1.172299,0.93531 -1.625,1.65625 -0.275163,-0.0843 -0.534236,-0.14165 -0.8125,-0.15625 -0.482026,-0.0253 -0.975115,0.0701 -1.4375,0.28125 -0.596652,-0.95996 -1.596243,-1.83012 -2.71875,-2.4375 -0.0109,-0.0916 -0.02848,-0.19436 -0.0625,-0.28125 -0.200922,-0.5131 -0.776302,-0.81846 -1.4375,-0.96875 -0.275499,-0.0626 -0.551046,-0.0942 -0.84375,-0.0937 z m 31.59375,2.96875 c -0.1026,0.003 -0.19918,0.0488 -0.28125,0.0937 -0.41212,0.22566 -0.40594,1.12274 -0.0313,1.40625 0.43128,0.32633 1.49248,0.0675 1.5625,-0.46875 0.0291,-0.22267 -0.10595,-0.47268 -0.3125,-0.65625 -0.25818,-0.22946 -0.62969,-0.38511 -0.9375,-0.375 z m 17.3125,1.3125 c 0.14431,0.26316 0.33384,0.4787 0.5625,0.59375 -0.22563,0.83289 -0.14154,1.82237 0.21875,2.5625 -0.0293,0.0247 -0.0652,0.0373 -0.0937,0.0625 -0.11328,0.0134 -0.23488,0.0411 -0.34375,0.0625 -0.37254,-0.55369 -0.811,-1.02985 -1.3125,-1.3125 0.60578,-0.33032 1.09536,-1.29926 0.96875,-1.96875 z m 35.09375,1 c -0.92127,0.0206 -1.9513,0.47685 -2.1875,1.1875 -0.24981,0.75159 0.57527,1.80888 1.40625,2.0625 -0.0198,0.007 -0.0427,-0.008 -0.0625,0 -0.48309,0.1899 -0.95069,0.64087 -0.9375,1.0625 0.0166,0.52931 0.93018,0.98194 1.40625,0.75 0.54798,-0.26697 0.84699,-1.43731 0.34375,-1.78125 -0.0174,-0.0119 -0.0439,-0.0216 -0.0625,-0.0313 1.0114,-0.30357 2.02346,-1.92769 1.4375,-2.75 -0.26075,-0.36592 -0.79099,-0.51237 -1.34375,-0.5 z m -93.9375,0.0625 c -1.495702,-0.089 -2.916542,1.35841 -3.71875,3.09375 -1.804305,-0.99737 -5.036207,-0.7166 -6.03125,0.84375 -0.103033,0.16157 -0.171207,0.34208 -0.21875,0.53125 -0.371144,-0.38307 -0.806067,-0.64718 -1.25,-0.6875 -0.245924,-0.37635 -0.675286,-0.65305 -1.1875,-0.84375 -1.138252,-0.42379 -2.64562,-0.38015 -3.28125,0.375 -0.07125,0.0846 -0.110872,0.21006 -0.15625,0.3125 -0.371142,-0.0673 -0.728214,-0.0896 -1.0625,0 -0.567841,0.15211 -1.038341,0.62689 -1.375,1.21875 -2.047745,0.16359 -4.32344,1.2121 -5.46875,2.6875 -0.103331,-0.085 -0.224497,-0.1506 -0.34375,-0.1875 -0.748543,-0.23162 -1.8141,0.84726 -1.71875,1.625 0.02744,0.2238 0.142348,0.44865 0.3125,0.65625 0.288009,0.3514 0.727307,0.63355 1.15625,0.75 0.272278,0.8238 0.901644,1.62225 1.65625,2.28125 -0.446237,0.56075 -0.732368,1.2011 -0.59375,1.75 0.127911,0.50651 0.666377,0.8821 1.28125,1.0625 0.0294,0.3623 0.07989,0.72388 0.15625,1.0625 -0.0831,-0.0344 -0.165037,-0.0699 -0.25,-0.0937 -0.595581,-0.16737 -1.294395,-0.1173 -2,0.0937 -0.54235,0.16222 -1.057982,0.4289 -1.5625,0.75 0.02856,-1.29623 -0.601144,-2.80545 -1.59375,-3.28125 -0.194692,-0.0933 -0.425977,-0.15381 -0.65625,-0.1875 -0.05615,-0.13344 -0.144003,-0.24702 -0.25,-0.34375 -0.352103,-0.32133 -0.898205,-0.35494 -1.46875,-0.21875 -0.0926,0.0221 -0.188943,0.0626 -0.28125,0.0937 -0.801078,-0.33968 -1.699061,-0.42231 -2.28125,-0.0625 -0.920105,0.56865 -0.919471,2.44929 -0.21875,3.375 -4.17e-4,0.042 -0.003,0.0828 0,0.125 0.11838,1.66605 2.727844,2.91771 4.65625,2.75 -0.213172,0.49541 -0.309764,1.00882 -0.1875,1.5 0.66186,2.65893 6.36812,3.5402 8.125,1.4375 0.615239,-0.73634 0.59126,-1.88108 0.25,-3 0.767767,0.23237 1.685776,0.18066 2.59375,-0.0625 1.421913,1.5503 4.88846,1.27295 7,-0.0625 0.453721,0.0476 0.872772,-0.006 1.28125,-0.125 1.306682,-0.38144 2.21741,-1.8603 2.5625,-3.5 0.0505,0.0312 0.101125,0.0698 0.15625,0.0937 0.01844,0.008 0.04378,-0.007 0.0625,0 -0.07625,1.02263 0.219692,2.05401 0.96875,2.375 0.564247,0.2418 1.238719,0.0634 1.875,-0.34375 0.75299,-0.48179 1.416255,-1.28577 1.65625,-2.0625 0.305916,1.54315 0.987669,2.91892 2.0625,3.59375 2.477173,1.55529 7.34599,-1.25934 7.75,-4.15625 0.116255,-0.83361 -0.08592,-1.77507 -0.5,-2.6875 -0.17,-0.3746 -0.389702,-0.73465 -0.625,-1.09375 0.275589,-0.0492 0.543289,-0.1664 0.8125,-0.34375 0.828783,-0.54599 1.534894,-1.56018 1.34375,-2.34375 -0.138053,-0.56593 -0.82551,-0.97537 -1.53125,-1.09375 C 69.317896,229.4295 67.579984,228.16 66.0625,228 c -0.05984,-0.1928 -0.136295,-0.39347 -0.25,-0.5625 -0.185781,-0.27617 -0.428771,-0.47474 -0.71875,-0.65625 -0.429202,-1.82329 -1.574402,-3.50516 -3.0625,-3.59375 z m 78.78125,0.0937 c -0.4158,0.0423 -0.74021,0.79429 -0.53125,1.15625 0.24052,0.41663 1.19459,0.57149 1.4375,0.15625 0.10086,-0.17242 0.0745,-0.43436 -0.0313,-0.65625 -0.17625,-0.36982 -0.54379,-0.68998 -0.875,-0.65625 z m 39.3125,1.34375 c -0.12526,-0.007 -0.25627,0.007 -0.375,0.0313 -1.19239,0.24788 -1.83959,2.48255 -1.125,3.46875 0.82252,1.13515 3.63969,1.30788 4.21875,0.0313 0.24044,-0.53009 0.0608,-1.20121 -0.3125,-1.8125 -0.54439,-0.89146 -1.52942,-1.67158 -2.40625,-1.71875 z m -91.46875,0.0937 c 0.01138,0.02 0.01947,0.0427 0.03125,0.0625 0.03508,0.13789 0.08214,0.2661 0.15625,0.375 0.158687,0.23317 0.410303,0.4287 0.71875,0.5625 0.238639,0.1676 0.493328,0.30857 0.75,0.34375 0.373716,0.0512 0.778359,-0.0322 1.1875,-0.21875 0.140742,-0.045 0.262295,-0.0811 0.375,-0.15625 0.408052,0.48365 0.877321,0.85307 1.375,1.09375 -0.52302,0.60053 -0.854038,1.35563 -0.71875,1.96875 0.02376,0.10767 0.07007,0.21503 0.125,0.3125 -0.799838,0.24635 -1.524688,0.5985 -2.09375,1.0625 -0.0315,-0.0524 -0.06004,-0.10423 -0.09375,-0.15625 -0.565507,-0.87255 -1.441141,-1.66648 -2.375,-2.15625 0.253255,-0.63702 0.307436,-1.41859 0.21875,-2.21875 0.141676,-0.29285 0.266402,-0.57911 0.34375,-0.875 z m 72.28125,2.5 c -0.16655,-0.004 -0.32698,0.0176 -0.5,0.0313 -0.4147,0.0327 -0.83104,0.12145 -1.25,0.25 -0.28603,-0.007 -0.60301,0.0481 -0.90625,0.1875 -0.44414,0.20414 -0.86283,0.55005 -1.1875,0.9375 -0.66549,0.56663 -1.11784,1.24784 -1.09375,2 0.0337,1.05223 0.91795,1.9795 2.0625,2.625 -1.09819,0.81133 -1.94349,1.95666 -2.125,3.0625 -0.72743,-0.38471 -1.92347,-0.31721 -2.40625,0.25 -0.7271,0.85426 -0.32095,3.07243 0.78125,3.28125 0.45766,0.0867 0.93903,-0.15662 1.34375,-0.5625 0.32106,-0.32198 0.59254,-0.76084 0.75,-1.1875 1.19241,1.44778 4.16069,1.79826 6.1875,1.03125 -0.0128,0.021 -0.0234,0.0388 -0.0313,0.0625 -0.0521,0.15734 8.9e-4,0.33814 0.125,0.5 0.20685,0.26976 0.58074,0.45951 0.84375,0.375 0.33018,-0.10609 0.45079,-0.74225 0.21875,-1 -0.12249,-0.13606 -0.36353,-0.19298 -0.59375,-0.1875 0.35752,-0.19656 0.66889,-0.43279 0.90625,-0.71875 0.3245,0.0836 0.64925,0.0516 0.875,-0.125 0.17735,-0.13872 0.26556,-0.34485 0.3125,-0.59375 0.32285,0.63928 1.3422,1.15059 1.96875,0.90625 0.17901,-0.0698 0.35419,-0.2067 0.5,-0.375 0.60088,0.453 1.25717,0.81828 1.90625,1.0625 -0.86904,0.80498 -1.40903,1.84036 -1.125,2.75 0.37244,1.19276 1.97135,1.82217 3.5625,1.875 -0.16742,1.03837 0.0682,2.20947 0.75,2.6875 0.96872,0.67921 2.99599,-0.33805 3.21875,-1.5 0.13155,-0.68619 -0.2826,-1.54684 -0.875,-2.1875 0.0178,-0.0219 0.0458,-0.0399 0.0625,-0.0625 0.2734,-0.36925 0.37163,-0.86053 0.34375,-1.375 0.81103,0.30142 1.77204,0.15714 2.6875,-0.28125 -0.009,0.097 -0.021,0.18526 0,0.28125 0.0532,0.24343 0.20206,0.47663 0.40625,0.65625 0.22077,1.9023 1.08733,3.6723 2.5625,4.0625 1.90761,0.50458 4.16746,-1.30811 5.40625,-3.46875 0.1819,0.20452 0.39909,0.36224 0.625,0.46875 -0.045,0.21576 -0.0753,0.41161 -0.0937,0.625 -0.86238,0.18175 -1.70177,0.76333 -1.71875,1.46875 -0.022,0.91198 1.25852,1.74338 2.34375,1.84375 -0.0296,1.29146 1.36731,2.4764 2.90625,3.0625 0.22408,0.21978 0.42958,0.45944 0.6875,0.65625 -0.77536,0.32286 -1.45514,0.89688 -1.40625,1.5625 0.0364,0.49525 0.4395,0.94456 0.96875,1.25 0.88208,0.50906 2.15043,0.66079 2.78125,0.125 0.38282,-0.32515 0.48152,-0.95554 0.375,-1.5625 1.17083,0.34545 2.33534,0.36992 3.21875,-0.0937 0.54731,-0.28727 0.96844,-0.81047 1.25,-1.4375 0.84724,-0.0895 1.68764,-0.3488 2.4375,-0.6875 -0.0515,1.32803 0.48247,2.85877 1.46875,3.28125 1.22108,0.52306 3.15991,-0.99907 3.28125,-2.34375 0.0228,-0.002 0.0396,-0.0281 0.0625,-0.0313 0.40839,0.76087 0.95258,1.45305 1.5625,1.90625 0.0393,0.0658 0.0736,0.1333 0.125,0.1875 0.17952,0.18948 0.45224,0.26178 0.75,0.28125 0.022,0.008 0.0404,0.0241 0.0625,0.0313 0.75356,0.24342 1.64957,0.20394 2.5625,-0.0313 0.61096,-0.1574 1.22651,-0.43379 1.8125,-0.75 0.20849,0.63117 0.59206,1.14255 1.125,1.40625 1.11797,0.55317 2.66751,-0.0269 3.875,-1.0625 0.11017,0.12717 0.2518,0.24145 0.40625,0.34375 -0.22544,-0.0299 -0.42604,-0.0248 -0.625,0.0313 -1.41443,0.39854 -2.60902,3.09338 -1.5625,4.125 0.43454,0.42836 1.16976,0.5211 1.90625,0.375 1.22748,-0.2435 2.50686,-1.11906 2.65625,-2.125 0.10549,-0.71035 -0.47533,-1.49189 -1.21875,-1.96875 0.37505,0.0438 0.72019,-0.001 0.96875,-0.1875 0.3009,-0.22521 0.41724,-0.69811 0.375,-1.15625 0.74556,2.01671 4.41953,3.29235 6.25,2.1875 0.21291,-0.12851 0.41029,-0.30948 0.59375,-0.5 0.20002,0.26618 0.50401,0.50372 0.84375,0.6875 0.34775,0.18812 0.74673,0.32498 1.15625,0.40625 0.17388,0.16552 0.36342,0.32527 0.5625,0.4375 0.23631,0.13321 0.50186,0.20928 0.78125,0.28125 0.15475,0.41718 0.39065,0.80108 0.65625,1.15625 -0.0161,0.26687 -0.0247,0.53061 0.0313,0.78125 0.33384,1.49488 2.30699,2.51245 4.15625,2.65625 -0.009,0.0597 -0.0269,0.12578 -0.0313,0.1875 -0.0583,0.82294 0.29242,1.79283 0.90625,2.0625 0.77059,0.33854 2.0381,-0.65835 2.03125,-1.5 -8e-5,-0.01 3.9e-4,-0.0214 0,-0.0313 0.53264,-0.11486 1.03419,-0.32122 1.40625,-0.625 0.12608,1.1861 0.53305,2.23968 1.25,2.9375 1.37898,1.3422 4.15206,1.06705 6.1875,-0.0625 0.1535,0.0352 0.31796,0.0411 0.46875,0.0313 0.78286,-0.0513 1.44687,-0.89947 1.75,-1.8125 0.29336,0.15387 0.58104,0.29347 0.90625,0.40625 -0.19352,0.71424 -0.17189,1.4137 0.21875,1.90625 0.64953,0.81896 2.06256,0.90132 3.34375,0.53125 0.008,0.0771 0.006,0.14907 0.0313,0.21875 0.0835,0.23169 0.26841,0.44519 0.5,0.625 0.46095,0.3579 1.11744,0.55622 1.65625,0.5 0.41863,1.85144 1.66468,3.66142 3.1875,3.65625 0.39584,-10e-4 0.79338,-0.11039 1.15625,-0.3125 1.18847,1.50765 2.76987,2.60505 4.28125,2.5625 1.78199,-0.0502 3.395,-1.98724 4.03125,-4.0625 0.51505,0.12176 1.11753,0.10007 1.71875,-0.0625 1.25217,-0.33858 2.53626,-1.20136 3.21875,-2.21875 0.93765,0.58237 2.50651,0.59399 3.21875,-0.0937 0.10056,-0.0971 0.17212,-0.21666 0.25,-0.34375 0.43904,0.18366 0.91362,0.31246 1.4375,0.375 -0.31258,0.33757 -0.4792,0.72871 -0.375,1.09375 0.1085,0.38012 0.47556,0.66009 0.9375,0.8125 0.35455,0.11698 0.75168,0.16118 1.125,0.125 -0.0239,0.59765 0.0591,1.16443 0.28125,1.65625 -1.07173,1.97723 -1.17965,4.99264 0.1875,6.28125 1.45297,1.36951 4.88421,0.35834 6,-1.40625 0.34545,0.16595 0.77227,0.21243 1.21875,0.1875 -0.0455,0.85814 0.25902,1.82125 0.875,2.125 0.82724,0.40793 2.27925,-0.6095 2.3125,-1.53125 0.0175,-0.48627 -0.33157,-1.05349 -0.78125,-1.46875 0.16752,-0.12256 0.33256,-0.2659 0.46875,-0.40625 0.007,0.139 0.0588,0.27025 0.15625,0.40625 0.23259,0.32472 0.65664,0.58917 0.96875,0.5 0.13714,-0.0392 0.23983,-0.16095 0.3125,-0.3125 0.32322,0.036 0.68221,0.008 1.03125,-0.0937 0.47257,0.86019 1.14758,1.50702 1.96875,1.59375 1.0838,0.11447 2.17525,-0.69489 2.96875,-1.8125 -0.0654,0.23406 -0.11644,0.45557 -0.125,0.6875 -0.0286,0.77534 0.25364,1.60825 0.71875,2.40625 1.39532,2.394 4.56155,4.45198 6.625,3.375 0.97428,-0.50851 1.54341,-1.59037 1.8125,-2.875 0.94103,-1.04258 1.54926,-2.33265 1.4375,-3.46875 -0.0508,-0.51595 -0.23869,-1.02479 -0.53125,-1.53125 0.30977,0.16249 0.61952,0.2273 0.90625,0.1875 0.70747,0.84212 1.88337,1.48293 2.78125,1.28125 0.38577,-0.0867 0.75472,-0.33782 1.09375,-0.65625 0.28731,-0.11843 0.54617,-0.27692 0.6875,-0.5 0.0779,-0.12296 0.12163,-0.28098 0.15625,-0.4375 0.82203,-0.0619 1.58596,-0.28278 2.15625,-0.71875 -0.0916,0.19771 -0.12147,0.4386 -0.125,0.6875 -1.01339,2.51517 -1.02936,5.76479 0.53125,7.28125 1.1203,1.0886 3.16591,1.07942 4.96875,0.40625 0.006,0.381 0.0643,0.74055 0.25,1.0625 1.36259,2.36262 7.05195,1.68132 8.15625,-0.8125 0.44797,-1.01163 -0.0262,-2.37163 -0.875,-3.4375 0.66826,-0.60503 1.19433,-1.32374 1.40625,-2.0625 0.3742,0.41324 0.84657,0.7907 1.34375,1.125 -1.45134,1.90151 -2.24021,4.57263 -1.34375,6.25 1.23454,2.30995 6.24226,2.29123 7.84375,0.21875 0.46084,-0.59637 0.7289,-1.41917 0.8125,-2.3125 0.0143,-0.15227 -0.004,-0.31257 0,-0.46875 0.0418,0.019 0.0824,0.0456 0.125,0.0625 1.10245,0.43641 2.49473,-0.0357 3.65625,-0.90625 0.66587,0.43723 1.41941,0.67299 2.03125,0.5 0.97777,-0.27646 1.52922,-1.76716 1.375,-2.9375 0.10028,-0.0179 0.1982,-0.014 0.28125,-0.0625 0.0612,-0.0358 0.10879,-0.10177 0.15625,-0.15625 0.87977,0.59446 1.84193,0.9188 2.6875,0.75 1.36669,-0.27283 2.28691,-2.07747 2.40625,-3.75 0.16843,0.24614 0.424,0.46264 0.71875,0.625 0.0528,0.50334 0.22765,0.96406 0.53125,1.34375 0.61723,0.77191 1.66495,1.10575 2.84375,1.125 -0.21573,0.56752 -0.28845,1.13442 -0.0937,1.65625 0.57488,1.54083 2.95019,2.21861 5,1.96875 2.26479,1.76161 5.71641,2.64365 7.6875,1.40625 2.48683,-1.56117 2.06791,-7.18345 -0.375,-8.8125 -0.70297,-0.46877 -1.65066,-0.66383 -2.65625,-0.6875 -0.2546,-0.006 -0.51958,0.0118 -0.78125,0.0313 1.11118,-0.95038 1.93414,-2.37907 1.65625,-3.5 -0.38956,-1.57139 -3.32234,-2.3115 -4.6875,-1.40625 0.0224,-0.2966 -0.0158,-0.56544 -0.15625,-0.8125 -0.32173,-0.56599 -1.04518,-0.8736 -1.84375,-0.9375 -0.16637,-0.0133 -0.32857,-0.006 -0.5,0 -0.30791,-0.0869 -0.59236,-0.12324 -0.875,-0.0625 -0.26616,0.0572 -0.50911,0.20119 -0.71875,0.40625 -0.57368,0.24338 -1.03876,0.59339 -1.25,1.0625 -0.16031,0.35599 -0.13783,0.7956 0,1.21875 -0.49295,0.18524 -0.98691,0.47887 -1.4375,0.875 -0.62498,0.54945 -1.14567,1.29318 -1.5625,2.0625 -0.63459,0.23986 -1.24682,0.71352 -1.53125,1.25 -0.0784,-0.36661 -0.20897,-0.69189 -0.40625,-0.96875 -0.26718,-0.37494 -0.65747,-0.69201 -1.125,-0.9375 0.16484,-1.07441 -0.15961,-2.35654 -1,-2.625 -0.50314,-0.16073 -1.07889,0.0453 -1.59375,0.4375 -0.32588,-0.39424 -0.69558,-0.71553 -1.09375,-0.90625 1.00574,-0.14418 2.16408,-1.01554 2.03125,-1.875 -0.0704,-0.45526 -0.4567,-0.81931 -0.96875,-1.0625 -0.85341,-0.40532 -2.05016,-0.44847 -2.59375,0.0937 -0.0284,0.0284 -0.0382,0.0618 -0.0625,0.0937 -0.55347,-0.42232 -1.17493,-0.67851 -1.71875,-0.5625 -0.93797,0.20009 -1.50098,1.66321 -1.3125,2.71875 -1.42028,-0.0539 -2.93256,0.41254 -3.625,1.34375 -0.37515,0.50451 -0.56907,1.19113 -0.625,1.9375 -0.002,0.0207 0.001,0.0417 0,0.0625 -0.0785,-0.0724 -0.16489,-0.15771 -0.25,-0.21875 -0.57598,-0.41308 -1.3451,-0.6077 -2.1875,-0.65625 -2.24051,-0.12914 -4.94397,0.94017 -5.6875,2.65625 -0.18161,-0.25506 -0.37679,-0.48444 -0.59375,-0.71875 0.81433,-0.59289 1.46243,-1.71492 1.1875,-2.5 -0.0661,-0.1887 -0.20501,-0.367 -0.375,-0.5 -0.007,-0.064 -0.0209,-0.12287 -0.0313,-0.1875 -0.009,-0.0535 -0.0204,-0.1025 -0.0313,-0.15625 0.97794,0.34412 2.20494,0.28472 2.625,-0.4375 0.26615,-0.45761 0.18799,-1.06891 -0.0937,-1.65625 -0.0403,-0.0841 -0.10828,-0.16776 -0.15625,-0.25 0.14579,-0.40144 0.17503,-0.79112 0,-1.125 -0.25358,-0.4837 -0.86356,-0.76738 -1.53125,-0.84375 -1.11281,-0.12729 -2.44198,0.27698 -2.84375,1.09375 -0.0798,0.1622 -0.0957,0.34131 -0.0937,0.53125 -1.06906,-0.19891 -2.28351,1.09571 -2.53125,2.28125 -1.34695,-0.96967 -2.96316,-1.5086 -4.25,-1.21875 -0.63254,-1.21146 -1.67977,-2.22407 -2.75,-2.28125 -0.78743,-0.0421 -1.57427,0.55138 -2.125,1.34375 -1.13676,-1.86948 -2.84821,-3.3868 -4.5625,-3.4375 -0.48798,-0.0144 -0.94513,0.14338 -1.40625,0.375 -0.75905,-0.45261 -1.98247,-0.015 -2.75,0.71875 -0.34374,-0.10928 -0.69379,-0.14497 -1,-0.0625 -1.18819,0.32 -1.71616,2.60968 -0.9375,3.5625 0.29394,0.35968 0.81342,0.60311 1.375,0.71875 -0.0696,0.48666 -0.0416,0.96529 0.0313,1.40625 -0.59643,-1.25895 -2.01762,-2.40653 -3.21875,-2.3125 -0.17762,-0.46559 -0.40107,-0.89707 -0.65625,-1.28125 0.036,-0.0708 0.0611,-0.14757 0.0937,-0.21875 0.37356,0.20293 0.77194,0.28365 1.09375,0.125 0.37589,-0.18531 0.58495,-0.64551 0.65625,-1.15625 0.11884,-0.85123 -0.16235,-1.86374 -0.78125,-2.1875 -0.28408,-0.14861 -0.64786,-0.11268 -1,0.0313 -1.26854,-1.79572 -4.87259,-2.61682 -6.59375,-1.375 -0.13684,0.0987 -0.25305,0.21833 -0.375,0.34375 -0.0318,-0.0315 -0.0891,-0.0358 -0.125,-0.0625 -1.2812,-1.17194 -3.01994,-1.93785 -4.3125,-1.5 -0.82829,0.28058 -1.38839,1.1712 -1.6875,2.1875 -0.27194,-0.677 -0.68074,-1.22675 -1.28125,-1.5 -1.09391,-0.49776 -2.518,-0.0831 -3.75,0.78125 -1.20205,-1.6159 -3.41537,-2.94478 -5.4375,-3.25 -0.11626,-0.19744 -0.25056,-0.37327 -0.40625,-0.53125 -1.64726,-1.67155 -5.96245,-0.37496 -6.8125,1.8125 -0.24461,0.62946 -0.2487,1.39863 -0.0937,2.1875 0.0141,0.0716 0.0457,0.14687 0.0625,0.21875 -0.83811,-0.19121 -1.72971,-0.21347 -2.46875,0.0313 -1.33904,-0.73821 -2.82282,-1.06297 -3.9375,-0.59375 -0.17584,0.074 -0.31625,0.19518 -0.46875,0.3125 -0.28179,-0.60893 -0.61307,-1.17022 -1,-1.65625 1.15167,-0.25159 2.26658,-1.02586 2.28125,-1.96875 0.009,-0.5601 -0.34863,-1.0771 -0.875,-1.5 0.0321,-0.84291 -0.18267,-1.62282 -0.6875,-2.0625 -1.01401,-0.88316 -3.42224,0.0257 -3.8125,1.3125 -0.14943,0.49274 -0.0574,1.09992 0.1875,1.6875 -0.006,0.28071 0.0304,0.56512 0.0937,0.84375 -0.12417,-0.006 -0.2488,-0.009 -0.375,0 -0.12863,-0.41046 -0.31422,-0.76492 -0.59375,-1.03125 -0.34925,-0.33275 -0.86046,-0.47825 -1.40625,-0.5 -0.006,-0.0188 0.007,-0.0437 0,-0.0625 -0.24478,-0.65205 -0.84032,-1.25898 -1.40625,-1.25 -0.11989,0.002 -0.26424,0.0319 -0.375,0.0937 0.3973,-2.71555 -0.39732,-5.96159 -2.3125,-7.0625 -2.48675,-1.42946 -7.12095,1.5209 -7.40625,4.375 -0.049,0.48984 0.0338,1.00659 0.1875,1.53125 -0.1187,0.0286 -0.25716,0.0622 -0.375,0.125 -0.20844,0.11109 -0.40175,0.25784 -0.5625,0.4375 -0.29581,-0.0856 -0.61271,-0.13451 -0.90625,-0.125 -0.28911,-0.27699 -0.74619,-0.33233 -1.21875,-0.28125 -0.64528,-2.04339 -3.71992,-3.87827 -5.6875,-3.25 -0.60845,0.19429 -1.18796,0.65673 -1.6875,1.21875 -0.48622,-0.6713 -1.22294,-1.28559 -2.0625,-1.75 -0.0523,-0.12191 -0.1362,-0.21608 -0.21875,-0.3125 -0.32414,-0.37858 -0.92864,-0.49973 -1.53125,-0.40625 -0.94814,-0.27884 -1.92374,-0.3691 -2.78125,-0.25 -0.71192,-2.39195 -2.6473,-4.72267 -4.65625,-4.46875 -1.96513,0.24838 -3.42854,2.74083 -3.8125,5.21875 -1.10477,1.05834 -1.86588,2.39228 -1.75,3.59375 -0.11444,-0.30965 -0.29196,-0.58609 -0.53125,-0.71875 -0.20179,-0.11187 -0.47542,-0.14087 -0.75,-0.125 0.26553,-0.56983 0.40524,-1.15149 0.3125,-1.6875 -0.0242,-0.13998 -0.0682,-0.27509 -0.125,-0.40625 0.99015,0.0438 1.90079,-0.19202 2.34375,-0.875 1.11276,-1.71571 -1.01987,-5.14773 -3.09375,-5.53125 0.46886,-1.84967 0.37761,-3.76295 -0.5625,-4.9375 -1.78118,-2.22536 -7.13711,-1.19275 -8.4375,1.34375 -0.20818,0.40608 -0.31982,0.87516 -0.375,1.375 -0.40307,0.28577 -0.75643,0.61977 -1,1 -0.0702,0.10959 -0.12904,0.22435 -0.1875,0.34375 -0.0334,-0.0876 -0.0867,-0.1659 -0.125,-0.25 1.08757,-1.52966 1.61982,-3.68664 0.84375,-4.96875 -0.94082,-1.55429 -4.15639,-1.51626 -5.625,-0.28125 -0.18705,0.0985 -0.34825,0.26759 -0.375,0.4375 -0.008,0.0112 -0.0234,0.0199 -0.0313,0.0313 -0.11752,0.17016 -0.20516,0.35698 -0.28125,0.5625 -0.0213,-0.008 -0.0412,-0.0236 -0.0625,-0.0313 0.0292,-0.2543 0.0107,-0.49687 -0.125,-0.6875 -0.23516,-0.33038 -0.71987,-0.47965 -1.21875,-0.46875 -0.0625,0.001 -0.12406,0.0253 -0.1875,0.0313 -0.33407,-0.35716 -0.82936,-0.60085 -1.375,-0.75 0.0616,-0.10865 0.10224,-0.25156 0.125,-0.375 0.26882,-1.45798 -2.3203,-3.14281 -3.65625,-2.5 -0.91718,0.44132 -1.0973,2.18908 -0.53125,3.125 -0.44718,0.21524 -0.80405,0.5252 -0.9375,0.90625 -0.0236,0.0675 -0.0239,0.14723 -0.0313,0.21875 -0.13851,0.043 -0.26742,0.0991 -0.40625,0.15625 -0.0424,0.0174 -0.0827,0.0438 -0.125,0.0625 0.25699,-0.72603 0.30423,-1.44078 0.0625,-2.03125 -0.65971,-1.61145 -3.98772,-1.94945 -5.1875,-0.6875 -0.097,0.0214 -0.18362,0.0286 -0.28125,0.0625 -0.63145,0.21937 -1.26417,0.69345 -1.5625,1.21875 0.009,-0.5193 -0.11383,-0.97773 -0.4375,-1.3125 -0.85444,-0.88373 -2.68038,-0.607 -4,0.1875 -0.18201,-2.4351 -3.56106,-5.38624 -5.84375,-4.78125 -0.76344,0.20234 -1.38989,0.89588 -1.78125,1.75 -0.27478,0.0628 -0.50967,0.16254 -0.75,0.3125 -0.0188,0.0117 -0.0441,0.0191 -0.0625,0.0313 -0.50209,-1.41666 -1.29866,-2.62441 -2.40625,-3.125 -2.59563,-1.17313 -6.93063,2.18283 -6.9375,5.03125 -0.002,0.81965 0.32363,1.70565 0.84375,2.53125 0.0589,0.0935 0.12355,0.18919 0.1875,0.28125 -0.24334,0.19928 -0.42745,0.44096 -0.53125,0.6875 -0.11394,-0.60009 -0.4582,-1.18042 -0.90625,-1.375 -0.22994,-0.66803 -0.59644,-1.3051 -1.0625,-1.84375 1.45595,-1.33288 0.74992,-5.0133 -1,-5.9375 -0.38673,-0.20424 -0.84409,-0.29907 -1.34375,-0.3125 z m -16.125,0.0313 c -0.68026,0.16047 -1.01881,1.47642 -0.59375,2.03125 0.48926,0.63862 2.0936,0.67876 2.40625,-0.0625 0.12982,-0.30779 0.036,-0.68628 -0.1875,-1.03125 -0.37253,-0.57495 -1.08312,-1.06532 -1.625,-0.9375 z m 6.875,1.75 c -1.06763,0.008 -2.45765,0.87936 -2.5625,1.8125 -0.10969,0.97621 1.47078,2.0186 2.40625,1.71875 0.0763,-0.0245 0.14585,-0.0526 0.21875,-0.0937 0.44778,0.749 1.6959,1.28121 2.4375,0.9375 0.53005,-0.24567 0.94211,-0.94168 1.09375,-1.65625 0.24685,-0.32466 0.39788,-0.74383 0.25,-1.03125 -0.0564,-0.10952 -0.18377,-0.19744 -0.3125,-0.25 -0.0772,-0.18839 -0.18403,-0.355 -0.34375,-0.46875 -0.38954,-0.27743 -0.94826,-0.23591 -1.5,-0.0313 -0.14629,0.0543 -0.29628,0.14137 -0.4375,0.21875 -0.0141,-0.3336 -0.12323,-0.6413 -0.34375,-0.84375 -0.23058,-0.21168 -0.55037,-0.31501 -0.90625,-0.3125 z m -6.8125,1.59375 c -0.14671,-0.007 -0.28496,0.0453 -0.375,0.125 -0.22608,0.20001 -0.0876,0.7507 0.1875,0.875 0.31662,0.14308 0.93869,-0.15407 0.90625,-0.5 -0.0135,-0.14364 -0.12573,-0.28939 -0.28125,-0.375 -0.1296,-0.0713 -0.29079,-0.11784 -0.4375,-0.125 z m -2.25,0.28125 c -0.34196,-0.008 -0.63509,0.0706 -0.90625,0.25 -0.0883,0.0585 -0.17568,0.14368 -0.25,0.21875 -0.37424,-0.47885 -1.42513,-0.63136 -1.875,-0.25 -0.59179,0.50167 -0.54136,2.07793 0.1875,2.34375 0.30264,0.11037 0.64713,-0.0183 0.96875,-0.25 0.0233,-0.0168 0.0397,-0.0446 0.0625,-0.0625 -0.0497,1.49887 0.66272,3.2607 1.8125,3.6875 0.0383,0.0142 0.0857,0.0206 0.125,0.0313 -0.0443,2.0193 3.05416,4.21271 5,3.65625 0.58122,-0.16622 1.14633,-0.5876 1.625,-1.125 1.43602,-1.6122 2.1715,-4.41938 0.875,-5.6875 -0.8561,-0.83736 -2.371,-0.86673 -3.8125,-0.40625 -0.0185,-0.10965 -0.04,-0.22659 -0.0937,-0.3125 -0.0993,-0.15871 -0.26774,-0.27866 -0.46875,-0.375 -0.13359,-0.064 -0.28447,-0.12431 -0.4375,-0.15625 -0.70267,-0.85735 -1.85056,-1.54039 -2.8125,-1.5625 z m -58.90625,0.3125 c 0.0029,-0.005 0.02836,0.005 0.03125,0 0.0156,0.35385 0.08881,0.71193 0.15625,1.0625 -0.222242,-0.16139 -0.498297,-0.28632 -0.8125,-0.34375 0.166287,-0.1291 0.334158,-0.27215 0.46875,-0.4375 0.06822,-0.0838 0.09786,-0.19103 0.15625,-0.28125 z m -29.3125,0.75 c 0.164044,0.0677 0.332766,0.10048 0.5,0.125 0.332983,0.0488 0.698701,0.0317 1.0625,-0.0625 -0.0229,0.30091 0.06502,0.58239 0.28125,0.6875 0.173638,0.0844 0.419017,0.0559 0.625,-0.0625 0.171653,-0.0986 0.32736,-0.27469 0.4375,-0.4375 0.430713,0.0734 0.876792,0.0488 1.25,-0.0937 0.45576,0.54236 1.003143,1.02694 1.59375,1.34375 0.06579,0.2097 0.143742,0.41295 0.3125,0.53125 0.123228,0.0864 0.282639,0.10279 0.4375,0.125 -0.369285,1.0631 -0.499082,2.29026 -0.4375,3.5 -0.200798,-0.27147 -0.490535,-0.4906 -0.84375,-0.65625 0.242228,-0.47959 0.348915,-0.96455 0.25,-1.40625 -0.295521,-1.31963 -2.79224,-1.99768 -3.875,-1.1875 -0.214248,0.16031 -0.385115,0.39042 -0.53125,0.65625 -0.08111,-0.13392 -0.151211,-0.25916 -0.25,-0.375 -0.147832,-0.17335 -0.341579,-0.32382 -0.53125,-0.46875 0.03664,-0.29709 0.0076,-0.59454 -0.09375,-0.84375 -0.137559,-0.33812 -0.461024,-0.57841 -0.84375,-0.75 -0.02044,-0.0413 -0.03978,-0.0847 -0.0625,-0.125 0.04974,-0.0614 0.102701,-0.11676 0.125,-0.1875 0.0059,-0.0188 -0.0034,-0.043 0,-0.0625 0.170794,-0.0434 0.3647,-0.11013 0.53125,-0.21875 0.01831,-0.0119 0.04437,-0.0187 0.0625,-0.0313 z m 18.4375,0.6875 c -0.527037,0.0126 -0.985214,0.1894 -1.21875,0.5625 -0.258587,0.41312 -0.210442,0.98238 0.03125,1.53125 0.402815,0.91479 1.314776,1.7768 2.125,1.71875 1.017144,-0.0729 1.826911,-1.85197 1.34375,-2.75 -0.347585,-0.64603 -1.402855,-1.08349 -2.28125,-1.0625 z m -43.46875,1.0938 c -0.767603,0.0471 -1.638602,0.4622 -1.8125,1.0625 -0.21831,0.75361 0.848098,1.79707 1.625,1.6875 0.894238,-0.12612 1.833541,-1.66048 1.28125,-2.375 -0.229326,-0.29669 -0.633188,-0.40327 -1.09375,-0.375 z m 7.28125,0.5625 c -0.26152,0.0147 -0.523236,0.11554 -0.59375,0.3125 -0.05856,0.16357 0.03025,0.35854 0.15625,0.53125 0.209994,0.28785 0.566035,0.51947 0.84375,0.4375 0.348639,-0.1029 0.486694,-0.78661 0.25,-1.0625 -0.136222,-0.15878 -0.39473,-0.23341 -0.65625,-0.21875 z m 150.15625,1.6875 c 0.14454,0.5106 0.70944,0.95848 1.3125,1.15625 0.0518,0.33157 0.1397,0.6371 0.25,0.9375 -0.19169,0.13846 -0.36456,0.27819 -0.46875,0.46875 -0.24671,0.45121 -0.13465,1.07055 0.15625,1.625 -0.19075,0.004 -0.37366,0.0202 -0.5625,0.0625 0.1068,-0.66626 0.0621,-1.31583 -0.15625,-1.875 -0.18938,-0.4851 -0.54222,-0.89055 -1,-1.21875 0.21918,-0.3678 0.35909,-0.75577 0.46875,-1.15625 z m -108.125,0.0937 c -1.413095,-0.0708 -3.167353,0.72481 -3.28125,1.90625 -0.06306,0.65409 0.346585,1.29603 0.96875,1.8125 1.036936,0.86079 2.651409,1.33934 3.59375,0.78125 1.183002,-0.70061 1.061252,-3.33283 -0.0625,-4.125 -0.323369,-0.22795 -0.747718,-0.35139 -1.21875,-0.375 z m -51.09375,2.21875 c -0.289298,0.0204 -0.539505,0.2539 -0.71875,0.5625 -0.243497,0.41921 -0.356877,0.97979 -0.21875,1.375 -0.06396,-0.0184 -0.122476,-0.052 -0.1875,-0.0625 -0.56458,-0.0912 -1.151321,0.19554 -1.65625,0.65625 -0.0953,-0.64443 -0.302897,-1.2115 -0.6875,-1.625 -0.901344,-0.96907 -2.811927,-0.86086 -4.25,-0.15625 -2.377016,-0.95398 -6.359673,0.27682 -7.40625,2.46875 -0.145602,0.30495 -0.221159,0.64361 -0.28125,1 -0.336499,-0.0839 -0.698905,-0.10075 -1.09375,-0.0313 -0.287929,0.0507 -0.59516,0.13405 -0.875,0.25 -0.8949742,-0.85214 -2.1795764,-1.41634 -3.09375,-1.0625 -1.2810871,0.49585 -1.6021387,3.12822 -0.625,4.09375 0.625888,0.61845 1.8773425,0.7656 2.9375,0.53125 0.579111,0.44078 1.302508,0.67929 1.875,0.53125 0.149913,-0.0388 0.294552,-0.13169 0.4375,-0.21875 -0.155114,0.31751 -0.228129,0.64983 -0.15625,0.9375 0.188735,0.75534 1.491962,1.13017 2.25,0.8125 0.109512,0.1463 0.226593,0.272 0.34375,0.40625 -1.098276,0.9846 -1.785034,2.20965 -1.5625,3.40625 0.160288,0.86189 0.744033,1.60603 1.5625,2.1875 -0.488091,0.98732 -0.454191,2.50945 0.375,2.9375 0.448715,0.23164 1.047695,0.10905 1.59375,-0.1875 0.599533,-0.32559 1.135705,-0.86204 1.40625,-1.4375 1.904102,0.29897 3.868563,0.007 4.90625,-1.09375 0.832345,-0.88256 0.93179,-2.37658 0.5625,-3.8125 0.176544,-0.21351 0.349768,-0.44124 0.4375,-0.6875 0.273781,-0.76849 -0.06569,-1.70243 -0.65625,-2.5 0.02846,-0.0303 0.07053,-0.06 0.09375,-0.0937 0.223189,-0.3246 0.114578,-0.82789 -0.125,-1.25 0.565217,-0.36927 1.016923,-0.99781 1.375,-1.71875 0.08864,0.10369 0.176176,0.21572 0.28125,0.3125 0.502037,0.46243 1.169064,0.8128 1.84375,1 -0.147886,0.58253 -0.14467,1.23008 -0.03125,1.90625 -0.667051,-0.40247 -2.036138,-0.13818 -2.1875,0.59375 -0.06704,0.32418 0.09139,0.67635 0.375,0.96875 0.472681,0.48734 1.24778,0.82218 1.75,0.59375 0.23643,-0.10754 0.389368,-0.3572 0.46875,-0.65625 0.907416,2.30878 2.895075,4.46485 4.875,4.53125 2.663115,0.0893 5.196982,-4.37776 4.1875,-6.84375 -0.290488,-0.70961 -0.88084,-1.31512 -1.625,-1.84375 -1.442215,-1.02452 -3.478355,-1.60307 -5.125,-1.40625 -0.107698,-1.07773 -0.667356,-2.25447 -1.4375,-2.9375 0.433626,-0.0265 0.875251,-0.26865 1.03125,-0.59375 0.30217,-0.62971 -0.272026,-1.89296 -0.96875,-1.84375 z m 205.8125,0.8125 c -1.07955,0.16881 -2.23661,1.61598 -2.03125,2.65625 0.27014,1.36843 2.72602,2.69344 3.78125,1.78125 0.43816,-0.37877 0.58255,-1.04211 0.5,-1.75 -0.13758,-1.17982 -0.872,-2.47009 -1.8125,-2.6875 -0.14759,-0.0341 -0.28328,-0.0241 -0.4375,0 z m 280.125,1.875 c -2.78925,-0.0169 -5.96224,3.99973 -5.375,6.71875 0.18025,0.83458 0.69335,1.65046 1.40625,2.375 0.0409,0.0416 0.0828,0.0841 0.125,0.125 -0.0181,0.0151 -0.0446,0.0156 -0.0625,0.0313 -0.39199,0.34192 -0.71541,0.80814 -0.9375,1.28125 -0.55004,-0.82267 -1.48268,-1.50097 -2.5625,-1.96875 -0.0788,-0.18941 -0.19731,-0.35953 -0.34375,-0.46875 -0.29466,-0.21977 -0.73951,-0.20245 -1.15625,-0.0313 -0.34022,-0.0711 -0.7002,-0.10808 -1.03125,-0.125 -0.69207,-2.23768 -2.12411,-4.27637 -3.90625,-4.71875 -2.14646,-0.53281 -4.80955,1.71525 -5.78125,4.09375 -0.19852,-0.77437 -0.57886,-1.44176 -1.1875,-1.84375 -1.01359,-0.66945 -2.42766,-0.60348 -3.8125,-0.0625 -0.91824,-0.2654 -2.06537,-0.024 -3.09375,0.5 -1.52876,-1.30639 -3.39614,-2.10977 -4.9375,-1.75 -0.20126,0.047 -0.40735,0.12709 -0.59375,0.21875 -0.71777,-0.35173 -1.44094,-0.54136 -2.125,-0.4375 -0.6776,0.10288 -1.28418,0.52739 -1.78125,1.125 -0.44472,-0.001 -0.87025,0.0564 -1.21875,0.25 -1.34878,0.74915 -1.44248,3.41154 -0.53125,4.8125 -0.0946,0.0239 -0.19072,0.0557 -0.28125,0.0937 -0.12169,-0.14594 -0.2423,-0.3002 -0.375,-0.4375 -0.14008,-2.47914 -2.03909,-5.48396 -4.15625,-5.75 -2.29121,-0.28791 -4.80886,3.29926 -4.1875,5.53125 -0.2848,-0.16576 -0.65416,-0.21757 -1.03125,-0.1875 -0.34982,-0.25822 -0.72515,-0.38478 -1.09375,-0.375 -1.15685,0.0307 -2.15815,2.01975 -1.65625,3.0625 0.0982,0.20398 0.27276,0.36745 0.46875,0.53125 0.49017,1.18133 1.64695,2.269 2.65625,2 0.60399,-0.16098 1.0587,-0.74266 1.3125,-1.46875 0.2359,-0.67489 0.31121,-1.47169 0.1875,-2.15625 0.13138,0.13931 0.25487,0.27636 0.40625,0.40625 0.11354,0.0974 0.25182,0.19032 0.375,0.28125 -0.10468,0.80706 -0.0578,1.6112 0.21875,2.25 -1.06082,0.0962 -2.23347,0.8012 -2.53125,1.6875 -0.0349,-0.32811 -0.17534,-0.64437 -0.40625,-0.78125 -0.17746,-0.1052 -0.43545,-0.10211 -0.6875,-0.0625 -0.36088,-0.70836 -1.49632,-1.00284 -2.5,-0.875 -0.34389,-0.44445 -1.00378,-0.75732 -1.46875,-0.625 -0.19749,0.0562 -0.39968,0.19268 -0.5625,0.375 -0.11272,0.12622 -0.19898,0.27889 -0.28125,0.4375 -0.0136,-0.005 -0.0176,-0.0265 -0.0313,-0.0313 -0.0809,-1.26641 -0.41222,-2.49992 -1.03125,-3.375 0.10433,-0.45986 -0.066,-1.00627 -0.375,-1.5 -0.59619,-0.95268 -1.73289,-1.75817 -2.625,-1.5625 -0.78231,0.17159 -1.29991,1.26663 -1.3125,2.21875 -1.49106,0.7049 -2.91003,2.12892 -3.78125,3.6875 -0.86553,-0.0152 -1.69085,0.16731 -2.28125,0.59375 -0.42788,0.30905 -0.78061,0.74793 -1.0625,1.28125 -0.12331,-0.19608 -0.29298,-0.37713 -0.46875,-0.53125 -2.39949,-2.10389 -8.39422,0.79368 -8.75,3.96875 -0.44868,-1.02018 -1.18204,-1.8148 -2.09375,-1.9375 -0.61276,-0.0825 -1.20413,0.13784 -1.78125,0.53125 -1.55911,-1.07772 -3.51981,-1.74621 -5.09375,-1.5 -0.0158,-1.04149 -0.29925,-2.05879 -0.96875,-2.53125 -0.43906,-0.30984 -1.07123,-0.34124 -1.6875,-0.1875 -0.005,-0.0964 -0.0183,-0.19642 -0.0625,-0.28125 -0.14696,-0.28178 -0.48657,-0.42349 -0.875,-0.46875 -0.64738,-0.0754 -1.4527,0.15022 -1.6875,0.625 -0.21543,0.43563 0.1362,1.09865 0.59375,1.4375 -0.11065,0.14485 -0.18106,0.31366 -0.25,0.46875 -0.0413,-0.0225 -0.0813,-0.0434 -0.125,-0.0625 -0.0399,-0.0535 -0.0769,-0.11187 -0.125,-0.15625 -0.0179,-0.0165 -0.0434,-0.0164 -0.0625,-0.0313 0.006,-0.0328 0.0294,-0.0601 0.0313,-0.0937 0.0239,-0.43884 -0.25733,-0.85976 -0.6875,-1.1875 -0.71695,-0.54624 -1.8234,-0.8055 -2.4375,-0.40625 -0.68059,0.44248 -0.64446,1.86187 -0.0937,2.53125 -0.40261,0.28672 -0.72891,0.62095 -0.90625,1 -0.33814,-0.2313 -0.74019,-0.43446 -1.15625,-0.59375 -0.19556,-0.65151 -0.53199,-1.18729 -1,-1.53125 0.33496,-0.5976 0.4428,-1.26839 0.125,-1.71875 -0.28249,-0.40032 -0.8347,-0.54197 -1.4375,-0.53125 -1.00467,0.0179 -2.14513,0.50754 -2.40625,1.28125 -0.13659,0.40471 0.0433,0.89252 0.34375,1.3125 -0.44966,0.29363 -0.87068,0.65444 -1.25,1.0625 -0.90674,0.29401 -1.67964,0.74453 -2.1875,1.375 -0.13195,-0.22306 -0.30781,-0.39412 -0.53125,-0.4375 -0.31597,-0.0614 -0.65657,0.12706 -0.9375,0.40625 -0.16448,0.16346 -0.29733,0.35052 -0.40625,0.5625 0.072,-1.21537 -0.21969,-2.35601 -1.0625,-2.875 -2.06464,-1.27136 -6.12496,1.5184 -6.25,3.96875 -0.88739,0.38324 -1.65044,1.06609 -1.78125,1.8125 -0.0776,0.44278 0.13873,0.89853 0.46875,1.3125 -0.15358,0.0892 -0.28309,0.20625 -0.34375,0.34375 -0.24302,0.55082 0.30736,1.62405 0.90625,1.5625 0.16127,-0.0166 0.31484,-0.11364 0.4375,-0.25 -0.0559,0.92158 0.3419,2.0171 1.03125,2.3125 0.19881,0.0852 0.42441,0.0533 0.65625,0 0.0251,0.0366 0.0322,0.0941 0.0625,0.125 -0.62497,1.01454 -1.0389,2.13702 -1.0625,3.15625 -0.41915,-0.0727 -0.88338,-0.0789 -1.34375,-0.0625 -3.02971,0.10771 -6.59665,2.07859 -6.625,4.625 -0.0419,3.75942 7.15812,6.93347 10.21875,4.75 1.5771,-1.12512 1.79207,-3.94153 1.03125,-6.15625 2.74317,0.25159 6.28051,-1.23875 7.0625,-3.46875 0.39457,-0.0611 0.76841,-0.19823 1.0625,-0.40625 -0.14898,1.86545 0.58319,4.0622 1.96875,4.6875 1.73942,0.78499 4.62146,-1.46665 4.625,-3.375 6e-5,-0.0315 0.001,-0.0621 0,-0.0937 0.58915,0.97023 1.38453,1.72377 2.28125,1.9375 0.34664,0.0826 0.69861,0.0581 1.0625,-0.0313 0.0976,-0.004 0.20683,-0.016 0.28125,-0.0625 0.0183,-0.0114 0.0153,-0.048 0.0313,-0.0625 1.26436,-0.4612 2.47724,-1.7512 2.96875,-3.09375 2.14258,1.1529 5.17243,1.50195 7.15625,0.625 -0.22628,0.4896 -0.27207,0.99226 -0.0625,1.40625 0.26843,0.53026 0.89966,0.84405 1.625,0.9375 1.2089,0.15575 2.67516,-0.27373 3.125,-1.15625 0.56472,-1.10791 -0.82048,-3.03245 -2.0625,-3.09375 -0.22752,-0.0112 -0.47854,0.037 -0.71875,0.125 0.25592,-0.63411 0.34428,-1.33239 0.21875,-1.90625 0.46826,-0.23986 0.84707,-0.56003 0.9375,-0.96875 0.002,-0.009 -0.002,-0.0217 0,-0.0313 0.47191,-0.19894 0.88482,-0.45671 1.15625,-0.8125 0.17519,-0.22964 0.30773,-0.5135 0.40625,-0.8125 0.0768,0.71322 0.37275,1.4035 0.875,1.65625 0.0852,0.0429 0.18529,0.0481 0.28125,0.0625 0.30215,1.33302 2.08532,2.78683 3.3125,2.4375 0.30356,-0.0864 0.58074,-0.30214 0.78125,-0.59375 0.18837,0.21512 0.39573,0.37662 0.625,0.5 0.007,0.0724 -0.0111,0.1455 0,0.21875 0.19049,1.25957 1.0465,2.61377 2.0625,2.8125 1.27547,0.24949 2.82616,-1.70301 2.53125,-2.96875 -0.13813,-0.59283 -0.66058,-1.13167 -1.3125,-1.53125 0.27983,-0.43091 0.47028,-0.87677 0.46875,-1.3125 0.41075,-0.1212 0.81707,-0.46761 0.84375,-0.8125 0.0171,-0.22126 -0.14756,-0.44315 -0.375,-0.59375 0.52091,0.19579 1.09067,0.21669 1.6875,0.0937 0.29895,0.50653 0.65102,0.99336 1.03125,1.40625 -0.0143,0.17222 -0.0265,0.34608 0,0.53125 0.13179,0.92271 0.72659,1.94223 1.46875,2.09375 0.59395,0.12126 1.29022,-0.42395 1.65625,-1.0625 0.0799,-0.005 0.1701,-0.0184 0.25,-0.0313 0.46181,-0.0744 0.88501,-0.25247 1.28125,-0.53125 1.79532,0.36555 3.7643,0.11817 4.875,-0.875 0.63564,-0.56839 1.09777,-1.39846 1.375,-2.375 0.37632,-1.3256 0.41305,-2.86958 0.125,-4.25 0.27715,7.8e-4 0.58486,-0.0745 0.875,-0.21875 0.4453,-0.22134 0.85269,-0.58982 1.15625,-1 0.40156,0.19338 0.9011,0.26421 1.1875,0.0625 0.0732,-0.0515 0.11352,-0.13443 0.15625,-0.21875 0.006,0.19429 0.0395,0.38968 0.0937,0.59375 -0.0195,0.007 -0.0443,-0.01 -0.0625,0 -0.51551,0.27087 -0.74056,1.4362 -0.25,1.75 0.20369,0.1303 0.47652,0.086 0.75,-0.0313 0.11395,-0.0489 0.23997,-0.11182 0.34375,-0.1875 0.0387,0.0478 0.0846,0.0793 0.125,0.125 0.12027,2.45224 2.28906,5.56476 4.46875,5.65625 0.8149,0.0342 1.62722,-0.44396 2.28125,-1.15625 0.51962,0.968 1.47623,1.80486 2.34375,1.78125 0.90593,-0.0247 1.69972,-1.167 1.875,-2.21875 1.09268,-0.27177 2.07174,-0.81321 2.5625,-1.59375 0.27231,-0.4331 0.43685,-0.95141 0.5,-1.53125 0.95066,0.39764 2.11346,0.45647 2.71875,-0.0937 0.11222,-0.10201 0.18459,-0.2323 0.25,-0.375 0.98241,-0.18981 1.8529,-1.76862 1.46875,-2.6875 -0.051,-0.12189 -0.15971,-0.23338 -0.25,-0.34375 0.0329,-0.13386 0.0674,-0.26877 0.0937,-0.40625 0.12446,-0.0244 0.23482,-0.0904 0.34375,-0.15625 0.007,-0.004 0.0244,0.004 0.0313,0 -0.10824,1.05811 0.12165,2.14753 0.71875,2.75 -1.39679,0.27468 -2.94203,1.5296 -2.71875,2.71875 0.12001,0.63915 0.70396,1.14894 1.4375,1.46875 1.029,0.44862 2.3772,0.51909 3.21875,0.0625 0.49335,0.83721 1.13988,1.49206 1.90625,1.71875 1.93766,0.57316 4.61858,-2.10922 4.53125,-4.15625 0.11354,0.323 0.31692,0.63816 0.5625,0.9375 0.85048,1.03669 2.3178,1.80479 3.34375,1.4375 0.76433,-0.27363 1.18209,-1.287 1.21875,-2.28125 0.93588,0.44722 1.96717,0.60311 2.6875,0.21875 0.64536,-0.34436 0.96634,-1.19644 1,-2.09375 0.0831,-0.0229 0.16665,-0.0356 0.25,-0.0625 1.5472,-0.49869 3.09138,-1.67795 3.84375,-3 1.18583,-0.53064 2.18846,-1.33512 2.53125,-2.3125 0.12275,0.0756 0.26195,0.13474 0.40625,0.1875 -0.0625,0.71419 0.0563,1.38091 0.40625,1.84375 -0.70223,0.22632 -1.25292,0.65712 -1.40625,1.25 -0.0927,0.35828 -0.0381,0.71969 0.125,1.09375 -0.47056,0.35467 -0.87075,0.88835 -1.0625,1.4375 -0.61256,0.92113 -0.83652,2.28008 -0.15625,2.875 0.40664,0.35563 1.04434,0.38675 1.6875,0.21875 1.07194,-0.27999 2.13983,-1.10311 2.21875,-2 0.002,-0.0199 -5.7e-4,-0.0425 0,-0.0625 0.0678,-0.0717 0.13704,-0.13951 0.1875,-0.21875 0.38689,0.072 0.77108,0.0655 1.09375,-0.0625 0.63187,-0.25071 1.04108,-1.01664 1.15625,-1.84375 0.23464,0.0818 0.48181,0.12114 0.71875,0.15625 -0.041,0.76895 0.0808,1.48247 0.375,2.0625 -0.47789,-0.13764 -0.95233,-0.14654 -1.3125,0.0937 -0.48833,0.3258 -0.68145,0.99641 -0.6875,1.71875 -0.0101,1.2039 0.55022,2.56924 1.46875,2.90625 1.15311,0.42307 2.89893,-1.14977 2.8125,-2.375 -0.0266,-0.37686 -0.22067,-0.7665 -0.5,-1.125 0.46786,0.0781 0.98874,0.083 1.5,0 0.20194,0.26401 0.45506,0.4856 0.71875,0.65625 0.79445,0.51414 1.90357,0.44802 2.96875,0.0313 0.26873,0.0927 0.5268,0.15661 0.8125,0.15625 0.095,-1.2e-4 0.18732,-0.021 0.28125,-0.0313 0.0568,0.10295 0.0869,0.21685 0.15625,0.3125 0.007,0.0129 0.0233,0.0186 0.0313,0.0313 0.009,0.0116 0.0224,0.0198 0.0313,0.0313 0.0539,0.0767 0.10914,0.15484 0.1875,0.21875 1.99808,2.15941 7.3363,2.12594 9.4375,0 0.22977,0.58433 0.53843,1.09093 1,1.34375 1.27938,0.70078 3.5337,-0.73026 3.875,-2.1875 0.78016,0.0157 1.48467,-0.14125 2.03125,-0.5 0.45809,0.33608 0.93839,0.55648 1.4375,0.59375 0.56609,0.0423 1.11593,-0.19547 1.625,-0.59375 0.61797,0.005 1.27931,-0.13142 1.9375,-0.375 0.0782,0.004 0.14177,0.006 0.21875,0 0.0304,2.38289 1.49577,5.28136 3.4375,5.75 2.23445,0.53929 5.14214,-2.77197 4.71875,-5.03125 -0.0321,-0.17143 -0.0583,-0.36231 -0.125,-0.53125 0.0279,-0.0794 0.0474,-0.16855 0.0625,-0.25 0.0274,-0.14766 0.0219,-0.28608 0,-0.4375 0.23189,1.31355 1.15394,2.68552 2.21875,2.875 0.26183,0.0466 0.51526,0.0114 0.78125,-0.0937 -0.0226,1.46124 1.10128,3.35896 2.375,3.53125 1.33251,0.18024 2.81895,-1.92934 2.4375,-3.21875 -0.0927,-0.31331 -0.32449,-0.57619 -0.59375,-0.84375 0.46428,0.38857 1.07713,0.66585 1.71875,0.875 1.48436,1.78604 5.73407,0.94483 6.96875,-1.0625 0.27577,0.0369 0.57394,0.0592 0.875,0.0313 0.047,0.15267 0.12719,0.29257 0.21875,0.4375 -2.66031,0.778 -5.28155,2.98146 -4.96875,5.21875 0.50502,3.61214 7.9121,5.56948 10.53125,3.03125 1.0524,-1.01989 1.15769,-2.89177 0.65625,-4.625 1.04267,0.64582 3.10793,-0.36223 3.375,-1.5625 0.0329,-0.14782 0.0422,-0.30673 0.0313,-0.46875 1.46614,-0.0257 2.90986,-0.50387 3.6875,-1.40625 0.88122,1.22858 2.04904,2.14485 3.25,2.25 0.97074,0.085 1.94866,-0.49892 2.75,-1.34375 0.36083,0.25665 0.74141,0.50256 1.15625,0.6875 0.019,0.0222 0.0427,0.041 0.0625,0.0625 0.32166,0.34983 0.75196,0.59134 1.25,0.71875 0.29957,0.38238 0.63152,0.68538 1.03125,0.875 1.24298,0.58964 3.022,-0.16259 4.21875,-1.34375 1.78391,0.0192 3.70209,-0.55642 4.75,-1.625 0.0126,0.004 0.0187,0.0274 0.0313,0.0313 -0.10902,0.6954 0.0159,1.42472 0.4375,1.78125 0.33495,0.28325 0.86867,0.24637 1.375,0.0625 0.76128,1.5868 1.95389,2.89044 3.3125,3.1875 2.14595,0.46922 4.73887,-2.05278 5.34375,-4.4375 0.13506,-0.14161 0.25294,-0.28486 0.375,-0.4375 0.11097,1.14174 0.46668,2.17965 1.15625,2.84375 1.27235,1.22534 3.80919,0.96639 5.6875,-0.0625 2.03328,0.0179 4.56324,-1.66012 5.03125,-3.5 0.21623,-0.18679 0.40635,-0.45871 0.5,-0.71875 0.0789,0.004 0.14516,-0.0129 0.21875,-0.0313 0.64832,-0.16118 0.97512,-1.4121 0.5625,-1.9375 -0.20799,-0.26484 -0.63981,-0.40733 -1.0625,-0.4375 0.0562,-0.091 0.10752,-0.18368 0.15625,-0.28125 0.26328,0.1099 0.58267,0.14382 0.90625,0.125 0.54561,0.8923 1.3623,1.56551 2.1875,1.4375 0.20373,-0.0316 0.41407,-0.10827 0.59375,-0.21875 0.13414,0.252 0.31137,0.47548 0.53125,0.65625 0.98001,0.8057 2.58606,0.69274 4.0625,0.0625 2.36273,-0.26598 5.20104,-2.62741 5.125,-4.75 -0.0242,-0.67602 -0.39571,-1.3114 -0.96875,-1.84375 0.84789,0.26673 1.94922,0.1605 2.46875,-0.375 0.2392,-0.24655 0.38523,-0.59967 0.46875,-1 0.004,-0.0197 -0.004,-0.0426 0,-0.0625 0.7148,-0.23807 1.44921,-0.65048 2.09375,-1.15625 0.16037,0.0718 0.31823,0.0836 0.46875,0.0313 0.25,-0.087 0.41564,-0.34166 0.5,-0.65625 0.0272,-0.10153 0.0532,-0.20412 0.0625,-0.3125 0.86152,-0.97331 1.37279,-2.12262 1.25,-3.15625 -0.15507,-1.30532 -1.57241,-2.36473 -3.125,-2.8125 -0.21637,-0.41013 -0.50012,-0.75519 -0.84375,-1 -1.72553,-1.22935 -5.33541,0.57854 -5.75,2.65625 -0.0951,0.4766 -0.0316,1.02476 0.125,1.5625 -0.44303,-0.35424 -0.93332,-0.53267 -1.375,-0.375 -0.28989,0.10349 -0.54929,0.32377 -0.71875,0.625 -0.32822,-0.46133 -0.75528,-0.7888 -1.21875,-0.78125 -0.004,-0.0747 -0.0133,-0.14506 -0.0313,-0.21875 -0.39255,-1.60829 -3.83899,-2.1718 -4.90625,-0.90625 -0.67821,0.80422 -0.18508,2.45537 0.6875,3.25 -0.0169,0.0854 -0.0295,0.16553 -0.0313,0.25 -2.1e-4,0.01 2e-5,0.0214 0,0.0313 -0.0652,-0.0731 -0.13118,-0.11234 -0.21875,-0.15625 -0.33823,-0.1696 -0.78099,-0.10199 -1.1875,0.125 -0.12385,0.0692 -0.22932,0.15821 -0.34375,0.25 -0.11517,-0.30626 -0.38246,-0.59836 -0.65625,-0.625 -0.50127,-0.0488 -1.23704,0.66533 -1.03125,1.125 0.0855,0.19087 0.30914,0.29874 0.5625,0.34375 0.13805,0.0245 0.29393,0.0168 0.4375,0 -0.0202,0.0432 -0.0467,0.0816 -0.0625,0.125 -0.28883,0.0361 -0.568,0.1788 -0.8125,0.40625 -0.0529,5.4e-4 -0.10302,-0.007 -0.15625,0 -0.28201,-0.41616 -0.58703,-0.79983 -0.9375,-1.09375 0.0325,-0.0657 0.0731,-0.14741 0.0937,-0.21875 0.14168,-0.48939 -0.0224,-1.02395 -0.34375,-1.53125 0.0447,0.008 0.0788,0.0257 0.125,0.0313 0.96238,0.11556 2.20908,-0.32201 2.34375,-1.125 0.19883,-1.18551 -1.92537,-2.53864 -3,-2 -0.55955,0.28046 -0.7645,1.16436 -0.625,1.90625 -0.77697,-0.54422 -1.70544,-0.84876 -2.40625,-0.59375 -0.55813,0.20309 -0.92529,0.8276 -1.09375,1.53125 -0.55707,-0.33162 -1.15636,-0.62588 -1.78125,-0.8125 -0.011,-0.0328 -0.0192,-0.061 -0.0313,-0.0937 -0.44394,-1.21042 -1.54604,-2.38367 -2.59375,-2.375 -1.24274,0.0103 -2.34434,1.99027 -2,3.21875 -0.0741,0.0705 -0.14773,0.14204 -0.21875,0.21875 -0.39878,-1.43016 -1.10237,-2.66481 -2.15625,-3.25 -2.37739,-1.32011 -6.62036,1.28916 -7.34375,4 -0.18496,-0.26075 -0.42765,-0.45004 -0.6875,-0.53125 -0.325,-0.10157 -0.69592,0.0179 -1.03125,0.25 -0.064,-0.018 -0.12267,-0.05 -0.1875,-0.0625 -1.26318,-0.24441 -2.66568,0.80303 -3.53125,2.125 0.016,-0.12358 0.02,-0.25046 0.0313,-0.375 0.36624,-0.27315 0.62538,-0.63234 0.65625,-1.03125 0.0406,-0.52469 -0.26321,-1.05204 -0.75,-1.46875 -0.24654,-1.33188 -0.81616,-2.51528 -1.71875,-3.15625 -2.13262,-1.51449 -6.45234,0.54409 -7.40625,3.0625 -0.57449,-0.17271 -1.13402,-0.17145 -1.5625,0.0625 -0.34888,0.19048 -0.57343,0.58006 -0.6875,1.03125 -0.0596,-0.0154 -0.12763,-0.0172 -0.1875,-0.0313 -0.75114,-0.86289 -1.83893,-1.49442 -2.71875,-1.3125 -0.75222,0.15554 -1.28977,1.01526 -1.5,1.9375 -0.45826,0.3884 -0.84523,0.91969 -1.15625,1.53125 -1.06143,-0.0396 -2.07576,0.18306 -2.78125,0.6875 -0.0166,-0.32531 -0.10073,-0.62916 -0.21875,-0.90625 0.35991,0.0336 0.69749,-0.0414 0.9375,-0.21875 0.78004,-0.57628 0.88688,-2.51381 0,-2.90625 -0.36826,-0.16295 -0.8295,-0.0434 -1.25,0.21875 -0.70084,0.43692 -1.29892,1.28167 -1.15625,1.9375 0.0173,0.0796 0.0528,0.14688 0.0937,0.21875 -0.25146,0.0782 -0.48861,0.23963 -0.71875,0.4375 -0.44068,0.37889 -0.82279,0.90718 -0.96875,1.4375 -0.25563,-0.41265 -0.61334,-0.72825 -1,-0.84375 -1.06753,-0.3189 -2.55265,1.20802 -2.40625,2.3125 0.0662,0.4995 0.44069,1.01589 0.9375,1.40625 -0.003,0.01 0.003,0.0216 0,0.0313 -0.0308,-0.009 -0.0628,-0.0229 -0.0937,-0.0313 -0.82569,-0.96052 -2.0669,-1.77133 -3.3125,-2.15625 0.4392,-2.21661 0.1548,-4.58829 -1.125,-5.8125 -2.13149,-2.0389 -7.48196,-0.21717 -8.46875,2.5625 -0.28395,0.79987 -0.25518,1.73342 -0.0313,2.71875 0.042,0.18475 0.0996,0.37708 0.15625,0.5625 -0.24894,0.33598 -0.39655,0.79814 -0.25,1.09375 0.12253,0.24716 0.47396,0.32976 0.8125,0.3125 0.0905,0.18013 0.17948,0.35717 0.28125,0.53125 -0.23771,0.20781 -0.44066,0.48077 -0.59375,0.8125 -0.26429,0.57269 -0.38375,1.26433 -0.34375,1.90625 -0.25294,0.46585 -0.21427,1.25289 0.15625,1.5625 0.20662,0.17265 0.53887,0.23641 0.875,0.21875 0.0376,0.013 0.0862,0.0215 0.125,0.0313 -0.054,0.41104 -0.0674,0.81359 0.0313,1.1875 0.0994,0.37701 0.31936,0.72658 0.59375,1.03125 -0.64398,-0.48236 -1.5083,-0.81131 -2.25,-0.8125 0.20918,-0.46587 0.32288,-0.96025 0.21875,-1.375 -0.15095,-0.60127 -0.68132,-1.15558 -1.34375,-1.5625 0.0547,-0.67513 -0.50959,-1.62926 -1.125,-1.5625 -0.29204,0.0317 -0.54906,0.27459 -0.71875,0.59375 -0.0602,0.11313 -0.0863,0.24807 -0.125,0.375 -0.42124,0.009 -0.78525,0.10943 -1.0625,0.375 -0.4599,0.44053 -0.58655,1.19771 -0.46875,1.96875 -0.10047,-0.49421 -0.46154,-0.97294 -0.90625,-1.375 0.41563,-0.0711 0.85774,-0.28751 1.25,-0.59375 1.04367,-0.81478 1.83806,-2.25972 1.5,-3.28125 -0.21482,-0.64914 -0.98512,-1.06847 -1.8125,-1.21875 -0.064,-0.33024 -0.21441,-0.6628 -0.46875,-0.96875 -0.66818,-0.80379 -1.82714,-1.41649 -2.625,-1.125 -0.23801,0.087 -0.4411,0.29618 -0.59375,0.53125 -0.17747,-0.31166 -0.4057,-0.55409 -0.6875,-0.625 -0.40265,-0.10131 -0.89766,0.23953 -1.1875,0.65625 0.11172,-0.98273 -0.0725,-1.9 -0.625,-2.59375 -1.34604,-1.69032 -4.44799,-1.66054 -7,-0.65625 -0.529,-0.19306 -1.10993,-0.30896 -1.71875,-0.375 -1.19116,-1.63026 -4.42572,-2.5744 -5.90625,-1.4375 -0.85291,0.65495 -0.95997,2.13954 -0.59375,3.40625 -0.17079,0.19944 -0.32122,0.42952 -0.4375,0.65625 -0.0109,0.0214 -0.0209,0.0409 -0.0313,0.0625 -0.49176,0.23328 -0.88221,0.5807 -1,1 -0.10504,0.37391 0.0526,0.78827 0.34375,1.15625 -0.0428,0.008 -0.0824,0.0224 -0.125,0.0313 -0.91397,-0.34272 -2.07071,-0.35615 -3.21875,-0.0937 -0.0958,-0.23092 -0.20056,-0.4607 -0.34375,-0.65625 -0.0978,-0.13351 -0.22071,-0.26368 -0.34375,-0.375 0.3417,-0.0626 0.63095,-0.21342 0.8125,-0.46875 0.0462,-0.0649 0.063,-0.14547 0.0937,-0.21875 0.0538,0.0126 0.10263,0.0274 0.15625,0.0313 1.10661,0.0785 2.6359,-1.56215 2.15625,-2.5625 -0.19916,-0.41537 -0.68949,-0.63425 -1.25,-0.71875 -0.734,-0.11066 -1.582,0.0364 -2.09375,0.4375 -0.343,-0.29057 -0.74999,-0.47352 -1.125,-0.46875 -0.79324,0.0101 -1.50207,1.02538 -1.625,1.9375 -0.0809,0.0226 -0.17,0.0247 -0.25,0.0625 -0.98138,-0.97699 -2.30895,-1.70238 -3.5,-1.75 1.17645,-0.43219 2.30095,-1.56141 2.03125,-2.5625 -0.15491,-0.57499 -0.71388,-1.01008 -1.40625,-1.25 -0.72122,-0.24992 -1.58285,-0.30966 -2.28125,-0.125 -0.79205,-2.1504 -2.30571,-4.03296 -4.0625,-4.40625 -0.1814,-0.0385 -0.3453,-0.0614 -0.53125,-0.0625 z m -348.15625,0.125 c -0.94996,-0.0651 -1.9068,0.19633 -2.25,0.875 -0.28501,0.5636 -0.12659,1.32018 0.25,2 0.62764,1.13304 1.89877,2.10791 2.9375,1.9375 1.30401,-0.21393 2.10435,-2.61682 1.375,-3.71875 -0.41975,-0.63418 -1.36254,-1.02868 -2.3125,-1.09375 z m 31.46875,1.71875 c -0.0445,0.0297 -0.0808,0.0626 -0.125,0.0937 -0.29555,0.20852 -0.57468,0.45292 -0.84375,0.71875 -0.16286,-0.0302 -0.32987,-0.0453 -0.5,-0.0625 -0.04,-0.004 -0.0847,0.003 -0.125,0 -0.0578,-0.15772 -0.14578,-0.31199 -0.21875,-0.46875 0.62995,-0.003 1.25324,-0.10807 1.8125,-0.28125 z m 5.90625,1.90625 c 0.56589,0.34802 1.24536,0.60175 1.90625,0.75 -0.17683,0.0393 -0.32329,0.11241 -0.46875,0.21875 -0.34326,0.25095 -0.5673,0.64879 -0.65625,1.125 -0.0229,-0.0428 -0.0367,-0.0856 -0.0625,-0.125 -0.0287,-0.65207 -0.32044,-1.32472 -0.71875,-1.96875 z M 5.09375,246.0625 c -0.1088692,-9.7e-4 -0.2105184,0.005 -0.3125,0.0313 -1.0242099,0.26132 -1.5017083,2.23522 -0.84375,3.0625 0.044977,0.0565 0.1001637,0.10625 0.15625,0.15625 -0.7681504,0.0435 -1.4607768,0.27496 -2,0.75 -0.4688771,0.41307 -0.7735936,0.9589 -0.96875,1.59375 -0.34802108,0.052 -0.68275665,0.1782 -0.96875,0.375 -2.3922412,1.64617 -1.14654641,7.60153 1.59375,8.5625 0.7218143,0.25313 1.5530802,0.076 2.34375,-0.34375 0.4258188,0.30115 0.870092,0.52018 1.34375,0.625 2.8911224,0.63983 6.569436,-3.69424 5.96875,-6.59375 -0.03667,-0.17701 -0.09043,-0.35672 -0.15625,-0.53125 1.071189,-1.31437 1.656506,-2.94345 1,-4.125 C 11.509171,248.29174 9.4922901,247.8415 7.5625,248.0938 7.492727,247.87777 7.3901439,247.64547 7.25,247.43755 6.7433071,246.6858 5.8558343,246.06933 5.09375,246.06255 z M 450.25,247.09375 c -0.75482,0.0176 -1.44738,0.24361 -1.8125,0.71875 -0.73339,0.95437 0.20395,3.06568 1.375,3.34375 1.34792,0.32007 3.57673,-1.3579 3.1875,-2.6875 -0.16162,-0.55208 -0.73255,-0.97025 -1.40625,-1.1875 -0.42106,-0.13578 -0.89086,-0.19804 -1.34375,-0.1875 z m 68.375,2.4375 c 0.0301,0.005 0.063,-0.003 0.0937,0 -0.0307,0.0108 -0.0632,0.0194 -0.0937,0.0313 0.002,-0.0101 -0.002,-0.0211 0,-0.0313 z m 117.46875,1.84375 c 0.0597,0.0749 0.12488,0.14671 0.1875,0.21875 0.0444,0.41609 0.11127,0.80165 0.25,1.15625 -0.0302,0.0524 -0.0662,0.10303 -0.0937,0.15625 -0.23498,-0.23505 -0.55101,-0.40189 -0.90625,-0.53125 0.28297,-0.25578 0.50688,-0.56049 0.5625,-0.875 0.007,-0.039 -0.003,-0.0848 0,-0.125 z M 513.75,252.4375 c 0.66555,0.16148 1.33191,0.21833 1.9375,0.15625 -0.0595,0.11673 -0.13426,0.22491 -0.1875,0.34375 -0.0105,-2.6e-4 -0.0207,1.8e-4 -0.0313,0 -0.46865,-0.008 -0.96042,0.0863 -1.4375,0.21875 -0.0714,-0.24312 -0.16662,-0.48776 -0.28125,-0.71875 z m 33.4375,1.46875 c 0.20732,0.62706 1.17857,1.20664 1.8125,1.0625 0.0689,0.23702 0.16014,0.43736 0.3125,0.59375 0.20826,0.21377 0.53124,0.38255 0.875,0.46875 -0.20392,0.77701 -0.1619,1.71743 0.125,2.4375 -0.28504,-0.18419 -0.6074,-0.28657 -0.875,-0.21875 -0.1694,0.0429 -0.32312,0.13575 -0.46875,0.28125 -0.14659,-0.0453 -0.29174,-0.0612 -0.4375,-0.0937 0.003,-0.0411 3.3e-4,-0.0843 0,-0.125 0.22436,-0.4558 0.34403,-0.94273 0.34375,-1.40625 -6.2e-4,-1.01929 -0.73191,-1.98516 -1.75,-2.6875 0.0339,-0.10445 0.0338,-0.20823 0.0625,-0.3125 z m -54.34375,1.03125 c 0.0115,0.0414 0.0188,0.0835 0.0313,0.125 0.4043,1.34646 1.30321,2.67695 2.375,3.5625 -0.80318,0.17755 -1.49758,0.57532 -1.6875,1.21875 -0.0377,0.12783 -0.0617,0.27244 -0.0625,0.40625 -0.14551,-0.44454 -0.40507,-0.9022 -0.75,-1.3125 -0.82815,-0.98508 -2.13262,-1.78187 -3.34375,-2.03125 -0.0223,-0.25285 -0.058,-0.51805 -0.15625,-0.78125 -0.0572,-0.1532 -0.13996,-0.31851 -0.21875,-0.46875 0.81652,0.10362 1.62372,0.0675 2.25,-0.25 0.20578,-0.10432 0.37532,-0.25265 0.5625,-0.40625 0.33574,0.0339 0.68467,0.0145 1,-0.0625 z M 595.75,255 c 0.0103,0.0889 0.0111,0.19569 0.0313,0.28125 -0.0864,0.0228 -0.16744,0.0334 -0.25,0.0625 0.07,-0.11368 0.15548,-0.22215 0.21875,-0.34375 z m -19.9375,0.15625 c -0.003,0.0716 0.03,0.14571 0.0313,0.21875 -0.0122,0.003 -0.0191,0.0281 -0.0313,0.0313 -0.0519,-0.0651 -0.10044,-0.12888 -0.15625,-0.1875 0.0551,-0.0132 0.10426,-0.0448 0.15625,-0.0625 z m -345.71875,1.40625 c -0.58198,0.0529 -1.22298,0.43573 -1.34375,0.90625 -0.17556,0.0169 -0.3483,0.0431 -0.46875,0.15625 -0.24119,0.22656 -0.28258,0.62909 -0.21875,1.03125 0.10637,0.67027 0.55172,1.36683 1.09375,1.46875 0.6268,0.11786 1.38683,-0.74217 1.375,-1.40625 0.17228,-0.0227 0.34835,-0.0598 0.46875,-0.15625 0.49788,-0.3988 0.25526,-1.61543 -0.3125,-1.90625 -0.16338,-0.0837 -0.37583,-0.11354 -0.59375,-0.0937 z m 9.5625,0.59375 c 0.01,-0.002 0.0213,0.002 0.0313,0 0.0116,0.14476 0.008,0.29163 0.0313,0.4375 -0.0536,-0.0521 -0.0995,-0.1085 -0.15625,-0.15625 0.0292,-0.0916 0.0683,-0.1873 0.0937,-0.28125 z m 136.96875,2.6875 c -0.79353,0.0462 -1.53954,0.29918 -1.90625,0.8125 -0.73657,1.03107 0.35142,3.2192 1.59375,3.46875 1.42996,0.28723 3.67712,-1.58413 3.21875,-2.96875 -0.19033,-0.57493 -0.78319,-0.95242 -1.5,-1.15625 -0.448,-0.1274 -0.93013,-0.18398 -1.40625,-0.15625 z m 31.40625,0.0313 c 0.19898,0.42374 0.86053,0.55078 1.40625,0.4375 0.0431,0.70573 0.22332,1.4475 0.5625,2.15625 -0.0201,0.0417 -0.0433,0.0831 -0.0625,0.125 -0.37,-0.22379 -0.86033,-0.32312 -1.375,-0.3125 -0.0714,0.001 -0.14628,0.0258 -0.21875,0.0313 -0.27657,-0.0319 -0.55398,-0.005 -0.8125,0.0313 0.007,-0.13043 -0.0147,-0.26598 -0.0625,-0.375 -0.03,-0.0684 -0.07,-0.13362 -0.125,-0.1875 0.0376,-0.12469 0.0415,-0.27223 0.0625,-0.40625 0.0193,-0.0331 0.0438,-0.06 0.0625,-0.0937 0.23247,-0.42025 0.43748,-0.91472 0.5625,-1.40625 z m -17.1875,1.09375 c -1.30738,0.0178 -2.98165,1.75996 -2.71875,3 0.17335,0.81767 1.36616,1.35186 2.34375,1.3125 -0.0302,0.0565 -0.0712,0.097 -0.0937,0.15625 -0.48726,1.27883 1.25879,3.26688 2.625,3.1875 0.64807,-0.0377 1.30966,-0.50826 1.84375,-1.125 0.71951,0.83395 2.54721,1.07791 3.34375,0.375 1.06097,-0.93626 0.96373,-3.76044 -0.375,-4.21875 -0.01,-0.003 -0.0215,0.003 -0.0313,0 -0.053,-0.59298 -0.28046,-1.11296 -0.71875,-1.34375 -0.50329,-0.26502 -1.16893,-0.13406 -1.78125,0.21875 0.0823,-0.39309 0.0376,-0.81086 -0.1875,-1.03125 -0.37681,-0.3689 -1.31784,-0.0886 -1.5,0.40625 -0.17177,0.46663 0.21368,1.25391 0.6875,1.46875 -0.13637,0.16167 -0.24761,0.3261 -0.34375,0.5 -0.0928,-0.009 -0.1859,-0.0293 -0.28125,-0.0313 -0.54916,-0.0114 -1.13066,0.0917 -1.65625,0.28125 0.4281,-1.08689 0.27022,-2.6607 -0.625,-3.0625 -0.16521,-0.0741 -0.34448,-0.0963 -0.53125,-0.0937 z m 182.90625,0 c 0.31479,0.42969 0.66127,0.8456 1.0625,1.15625 0.0426,0.36062 0.13495,0.71842 0.28125,1.03125 0.0621,0.13281 0.13425,0.25508 0.21875,0.375 -0.10506,-0.01 -0.21459,-0.0186 -0.3125,0 -0.13524,0.0257 -0.2753,0.0818 -0.40625,0.15625 -0.24539,-0.13479 -0.58533,-0.1887 -0.78125,-0.0625 -0.0351,0.0226 -0.0637,0.0609 -0.0937,0.0937 -0.12537,-0.0718 -0.24391,-0.13529 -0.375,-0.1875 -0.19126,-0.0762 -0.38403,-0.11436 -0.59375,-0.15625 0.24085,-0.40872 0.34433,-0.87698 0.15625,-1.21875 -0.0427,-0.0776 -0.12315,-0.12579 -0.1875,-0.1875 0.40919,-0.2998 0.76333,-0.63093 1.03125,-1 z m -135.96875,0.59375 c 0.0818,0.1341 0.15068,0.27737 0.25,0.40625 -0.0863,0.0947 -0.15879,0.21896 -0.21875,0.34375 0.003,-0.24824 -0.002,-0.49681 -0.0313,-0.75 z m -53.375,0.0625 c -0.48627,0.0196 -0.97089,0.15219 -1.25,0.4375 -0.21417,0.21893 -0.33031,0.54964 -0.40625,0.90625 -0.22783,1.06983 0.1425,2.48566 1.03125,2.71875 1.31212,0.34412 3.05847,-1.89368 2.5625,-3.15625 -0.24322,-0.61915 -1.12705,-0.93897 -1.9375,-0.90625 z m 61.90625,0.59375 c 0.25412,0.49883 0.58652,0.9256 1.03125,1.1875 -0.12552,-0.0286 -0.23933,-0.0375 -0.34375,0 -0.0962,0.0345 -0.1697,0.13213 -0.25,0.21875 -0.0223,-0.0318 -0.039,-0.0622 -0.0625,-0.0937 -0.20365,-0.2726 -0.47438,-0.52009 -0.75,-0.75 0.15814,-0.17698 0.29644,-0.36731 0.375,-0.5625 z m -42.71875,0.46875 c 0.49936,0.15101 1.02393,0.24053 1.5,0.21875 0.1255,0.0273 0.24722,0.0211 0.375,0.0313 0.0365,0.19783 0.0918,0.37953 0.1875,0.53125 -0.16641,0.17835 -0.28741,0.3881 -0.375,0.59375 -0.51413,-0.19464 -1.19091,0.0106 -1.71875,0.4375 -0.0237,-0.0414 -0.0357,-0.0842 -0.0625,-0.125 -0.17602,-0.26761 -0.4167,-0.51845 -0.6875,-0.71875 0.0866,-0.0728 0.16877,-0.13287 0.25,-0.21875 0.20289,-0.21449 0.37776,-0.47883 0.53125,-0.75 z m -22.9375,1.28125 c -0.0713,-0.007 -0.15156,0.008 -0.21875,0.0313 -0.22321,0.0766 -0.36113,0.31358 -0.4375,0.59375 -0.12729,0.46694 -0.0413,1.05613 0.28125,1.28125 0.40488,0.28261 1.22055,-0.13987 1.3125,-0.625 0.0926,-0.4886 -0.4384,-1.23008 -0.9375,-1.28125 z m -89.09375,0.3125 c 0.13976,0.0507 0.28861,0.0858 0.4375,0.125 0.40026,0.10541 0.84585,0.16841 1.28125,0.1875 -0.64459,0.43228 -1.11089,0.99234 -1.0625,1.625 0.0188,0.24581 0.10899,0.5022 0.25,0.71875 -0.15475,0.0555 -0.30821,0.0997 -0.4375,0.1875 -0.40053,0.27212 -0.70802,0.72119 -0.9375,1.25 -0.16075,0.37043 -0.27742,0.79755 -0.34375,1.21875 -0.32364,-0.30059 -0.69663,-0.55389 -1.09375,-0.71875 0.96274,-0.69458 1.66929,-1.56826 1.90625,-2.53125 0.11271,-0.45807 0.0902,-0.92361 -0.0313,-1.40625 0.0379,-0.20636 0.0657,-0.42361 0.0313,-0.65625 z m 126.21875,0.90625 c 0.13837,0.0747 0.27655,0.14011 0.4375,0.1875 -0.42722,0.79503 -0.61989,1.66291 -0.375,2.34375 0.0838,0.23296 0.25002,0.41434 0.4375,0.59375 0.0302,0.14562 0.0858,0.29265 0.125,0.4375 -0.73274,-0.97052 -1.84152,-1.75816 -2.90625,-2 0.92165,-0.36491 1.73906,-0.91354 2.28125,-1.5625 z m -40.9375,0.0625 c -0.34025,0.0202 -0.62655,0.63538 -0.46875,0.9375 0.18164,0.34775 0.97528,0.48623 1.1875,0.15625 0.0881,-0.13701 0.0473,-0.31556 -0.0313,-0.5 -0.13088,-0.30739 -0.41647,-0.60983 -0.6875,-0.59375 z m -23.875,0.65625 c -0.16829,0.004 -0.32308,0.0518 -0.5,0.125 -0.58972,0.24409 -1.1505,0.8257 -1.125,1.34375 0.032,0.65036 1.13858,1.17062 1.71875,0.875 0.66779,-0.34027 1.00125,-1.807 0.375,-2.21875 -0.13002,-0.0855 -0.30046,-0.12939 -0.46875,-0.125 z m 18.90625,0.125 c -0.15916,3e-5 -0.33101,0.0289 -0.5,0.0937 -0.56331,0.21623 -1.10516,0.75978 -1.09375,1.25 0.0143,0.61541 1.06946,1.14017 1.625,0.875 0.63944,-0.30522 0.95676,-1.68928 0.375,-2.09375 -0.12078,-0.084 -0.24709,-0.12503 -0.40625,-0.125 z m -116.375,0.5 c -0.4075,-0.0301 -0.92779,0.19093 -0.96875,0.53125 -0.0227,0.18841 0.10515,0.37789 0.28125,0.53125 0.2935,0.25561 0.75537,0.40469 1.03125,0.25 0.34634,-0.19419 0.31903,-0.95111 0,-1.1875 -0.0918,-0.068 -0.20792,-0.11496 -0.34375,-0.125 z m 182.25,0.0625 c -0.36721,0.0162 -0.73817,0.15892 -0.90625,0.40625 -0.38692,0.56937 10e-4,1.88321 0.6875,1.9375 0.28495,0.0225 0.56126,-0.16305 0.78125,-0.4375 0.36665,-0.45742 0.56226,-1.15681 0.3125,-1.5625 -0.15677,-0.25465 -0.50779,-0.35998 -0.875,-0.34375 z m -161.0625,0.125 c -0.26521,0.007 -0.55565,0.23618 -0.6875,0.5 -0.21317,-0.0451 -0.44048,-0.0544 -0.625,0 -0.27344,0.0806 -0.49982,0.29848 -0.71875,0.5625 -0.1593,-0.11152 -0.3464,-0.1869 -0.53125,-0.1875 -0.71689,-0.002 -1.36213,0.90776 -1.53125,1.78125 -0.18007,-0.12381 -0.36858,-0.21807 -0.5625,-0.25 -1.25161,-0.20608 -3.15933,1.46676 -2.71875,2.65625 0.18294,0.49391 0.71452,0.81343 1.34375,0.96875 1.04871,0.25887 2.35881,0.0442 2.84375,-0.6875 0.19317,-0.29148 0.20808,-0.66565 0.125,-1.0625 0.54095,0.0473 1.1773,-0.13186 1.53125,-0.46875 0.16773,0.003 0.35365,0.006 0.53125,-0.0313 0.88799,-0.1872 1.80663,-0.83175 1.90625,-1.5625 0.0428,-0.31364 -0.10526,-0.65254 -0.34375,-0.9375 0.0316,-0.0895 0.0611,-0.20595 0.0625,-0.3125 0.005,-0.38944 -0.20335,-0.82715 -0.5,-0.9375 -0.0466,-0.0173 -0.0738,-0.0326 -0.125,-0.0313 z m 98.5625,0.0937 c -0.0786,0.006 -0.14611,0.0307 -0.21875,0.0625 -0.39088,0.1709 -0.62217,0.64843 -0.65625,1.1875 -0.96007,0.68391 -1.68991,1.81107 -1.34375,2.6875 0.30144,0.76319 1.3011,1.1903 2.34375,1.25 1.22423,2.75453 5.24504,5.27697 7.78125,4.3125 1.19673,-0.45509 1.96305,-1.83336 2.25,-3.375 0.33455,0.35546 0.71246,0.59034 1.15625,0.625 2.02898,0.15845 4.00621,-3.61178 2.9375,-5.34375 -0.83853,-1.35893 -3.88508,-1.16539 -4.78125,0.15625 -0.0247,0.0364 -0.0403,0.0865 -0.0625,0.125 -0.0754,-0.0974 -0.16466,-0.19593 -0.25,-0.28125 -0.55581,-0.55573 -1.33702,-0.92013 -2.25,-1.125 -1.72738,-0.38762 -3.83772,-0.16626 -5.3125,0.625 -0.11517,-0.0693 -0.22411,-0.11518 -0.34375,-0.15625 -0.33712,-0.44106 -0.80969,-0.78479 -1.25,-0.75 z m 38.1875,0.4375 c -0.0975,0.10273 -0.16986,0.22096 -0.25,0.34375 -0.0204,-0.099 -0.0331,-0.21469 -0.0625,-0.3125 0.10581,-0.006 0.2057,-0.0203 0.3125,-0.0313 z m -160.78125,0.25 c -0.13872,0.0221 -0.25935,0.0787 -0.375,0.15625 -0.38418,0.2575 -0.55895,0.77465 -0.5625,1.34375 -0.006,0.9485 0.43203,2.04854 1.15625,2.3125 0.90918,0.33137 2.28891,-0.90986 2.21875,-1.875 -0.0707,-0.97204 -1.46644,-2.09194 -2.4375,-1.9375 z m 54.375,0.5 c 0.16923,0.31483 0.39117,0.59353 0.65625,0.875 -0.2721,0.12219 -0.47706,0.28123 -0.5625,0.53125 -0.0421,0.12304 -0.0455,0.27289 -0.0313,0.40625 -0.18507,-0.17346 -0.39133,-0.34243 -0.59375,-0.5 0.17822,-0.20852 0.35058,-0.41358 0.4375,-0.65625 0.0739,-0.20623 0.10273,-0.43087 0.0937,-0.65625 z m -49.59375,2.0625 c -0.98869,0.0741 -1.90343,0.46831 -2.15625,1.21875 -0.20996,0.62321 0.0421,1.35536 0.53125,2 0.81525,1.07441 2.29857,1.92377 3.34375,1.59375 1.3121,-0.4143 1.79045,-3.00402 0.875,-4.03125 -0.52686,-0.59119 -1.60506,-0.85539 -2.59375,-0.78125 z m 54.53125,4.5625 c -1.3806,-0.0376 -3.07144,0.75076 -3.15625,1.90625 -0.0469,0.63972 0.38132,1.2911 1,1.78125 1.03113,0.81692 2.59282,1.25314 3.5,0.6875 1.13886,-0.7101 0.98932,-3.28323 -0.125,-4.03125 -0.32065,-0.21525 -0.75855,-0.33121 -1.21875,-0.34375 z m -14.03125,6.34375 c -0.64456,0.052 -1.20864,0.30813 -1.46875,0.78125 -0.28801,0.52388 -0.17783,1.2196 0.15625,1.875 0.55679,1.09234 1.73054,2.06482 2.71875,1.9375 1.24059,-0.15984 2.09152,-2.40251 1.4375,-3.46875 -0.4705,-0.76704 -1.76948,-1.21166 -2.84375,-1.125 z m -133.40625,1.71875 c -0.70373,-0.042 -1.68621,0.82282 -1.59375,1.5 0.0829,0.60723 1.19877,1.01189 1.71875,0.6875 0.14963,-0.0933 0.28398,-0.24831 0.375,-0.4375 0.27307,-0.56757 0.24679,-1.43613 -0.21875,-1.6875 -0.0859,-0.0464 -0.18072,-0.0565 -0.28125,-0.0625 z m 1.8125,0.34375 c -0.17072,0.0373 -0.31626,0.15179 -0.375,0.28125 -0.13521,0.29802 0.14287,0.87381 0.46875,0.84375 0.13531,-0.0125 0.26289,-0.13489 0.34375,-0.28125 0.13477,-0.24393 0.14981,-0.58015 0,-0.75 -0.094,-0.10661 -0.26678,-0.13105 -0.4375,-0.0937 z"
+         style="fill:#5e1900;fill-opacity:1;stroke:none" />
+      <path
+         style="fill:#6a1a00;fill-opacity:1;stroke:none"
+         d="m 95.5,211.8125 c -0.235103,-0.0173 -0.457884,0.0112 -0.65625,0.0937 -0.996103,0.41468 -1.192594,2.47994 -0.40625,3.21875 0.905109,0.85039 3.39673,0.51991 3.6875,-0.6875 0.120735,-0.50135 -0.135683,-1.06168 -0.5625,-1.53125 -0.533518,-0.58696 -1.357192,-1.0417 -2.0625,-1.09375 z m 36.40625,5.78125 c -0.19522,-0.0113 -0.40527,0.002 -0.59375,0.0313 -2.36613,0.3632 -3.86312,4.70906 -2.5625,6.71875 0.37426,0.5783 1.00522,1.03179 1.75,1.375 0.43276,0.19943 0.91655,0.35977 1.40625,0.46875 -0.19781,0.0291 -0.39588,0.0639 -0.59375,0.125 -0.0202,0.008 -0.0433,0.0213 -0.0625,0.0313 -1.01737,0.33184 -1.97406,1.03596 -2.21875,1.875 -0.0277,0.0949 -0.0494,0.21139 -0.0625,0.3125 -0.40808,-0.36953 -0.85094,-0.70678 -1.3125,-0.9375 -0.007,-0.14372 -0.034,-0.27559 -0.0937,-0.40625 -0.0997,-0.21806 -0.28896,-0.38871 -0.5,-0.53125 -0.0695,-0.27754 -0.15895,-0.55155 -0.28125,-0.8125 0.0202,-0.0106 0.0429,-0.0192 0.0625,-0.0313 0.44371,-0.27371 0.65928,-0.8591 0.6875,-1.5 0.047,-1.06817 -0.41419,-2.3281 -1.21875,-2.65625 -0.31563,-0.12874 -0.6988,-0.0584 -1.0625,0.0937 -0.30386,-0.16329 -0.62034,-0.28097 -0.9375,-0.375 0.005,-0.0451 0.0336,-0.0791 0.0313,-0.125 -0.0234,-0.45111 -0.36844,-0.86809 -0.84375,-1.15625 -0.79219,-0.48026 -1.94705,-0.63112 -2.53125,-0.15625 -0.4308,0.35018 -0.50958,1.09816 -0.3125,1.75 -0.25948,-0.26175 -0.67915,-0.30186 -1.125,-0.21875 -0.36319,0.0677 -0.73325,0.25264 -1.03125,0.46875 -0.81402,-0.7606 -1.8526,-1.32127 -2.8125,-1.40625 -0.11312,-0.24486 -0.29855,-0.48089 -0.53125,-0.6875 -0.70843,-0.62902 -1.82488,-0.99509 -2.5,-0.625 -0.84754,0.4646 -0.83353,2.32342 -0.0625,2.90625 0.0173,0.0131 0.0442,0.0191 0.0625,0.0313 -0.63927,0.77964 -1.12438,1.71627 -1.34375,2.65625 -0.54836,0.0977 -1.03471,0.32798 -1.375,0.71875 -0.98087,1.1264 -0.6469,3.2021 0.3125,4.84375 -0.25869,-0.31806 -0.97948,-0.42621 -1.1875,-0.0937 -0.0925,0.14786 -0.0865,0.33484 0,0.53125 0.14421,0.32735 0.4913,0.64582 0.78125,0.625 0.34598,-0.0248 0.59108,-0.60429 0.46875,-0.9375 0.0195,0.0319 0.0426,0.0622 0.0625,0.0937 0.0798,0.5026 0.27148,0.95347 0.5625,1.34375 -0.53641,1.18183 -0.6616,2.43783 0,3.25 0.82993,1.01882 2.58367,1.11341 4.1875,0.625 1.33962,2.37485 5.63914,4.06922 7.78125,2.6875 0.79797,-0.51471 1.21686,-1.52137 1.3125,-2.65625 1.06346,0.0949 2.24662,-0.0738 3.3125,-0.4375 0.11032,0.0602 0.22685,0.0798 0.34375,0.0937 0.4361,0.052 0.88746,-0.31358 1.15625,-0.78125 0.78769,-0.49465 1.3875,-1.13341 1.65625,-1.875 0.0702,-0.19374 0.10802,-0.3864 0.125,-0.59375 0.53456,0.39159 1.12624,0.60263 1.6875,0.46875 0.11755,-0.028 0.23514,-0.0726 0.34375,-0.125 0.45679,0.22126 0.97035,0.35821 1.46875,0.375 0.3098,0.11892 0.61462,0.19025 0.90625,0.15625 0.41526,-0.0484 0.83195,-0.24929 1.21875,-0.5625 0.8798,-0.71242 1.57343,-1.94253 1.53125,-2.9375 0.19394,-0.43229 0.3084,-0.89293 0.34375,-1.3125 0.12518,0.20169 0.28189,0.37013 0.46875,0.46875 0.79675,0.4205 2.22405,-0.56966 2.28125,-1.46875 0.0165,-0.25872 -0.0705,-0.54182 -0.21875,-0.8125 -0.35208,-0.64288 -1.08676,-1.20618 -1.71875,-1.25 0.088,-0.45988 0.0724,-0.91254 -0.0937,-1.28125 -0.26926,-0.59769 -0.98638,-0.92495 -1.78125,-1.03125 -0.40701,-2.42029 -3.04995,-5.21074 -5.34375,-5.34375 z m -59.9375,0.25 c -0.828897,0.001 -1.661676,0.23259 -2.0625,0.75 -0.02053,0.01 -0.04225,0.0212 -0.0625,0.0313 -0.917921,0.45512 -1.434436,1.55523 -1.625,2.78125 -0.785799,0.27892 -1.569569,1.08465 -1.5625,1.8125 0.0095,0.98046 1.29194,2.13786 2.3125,2.1875 0.134894,0.18459 0.270707,0.36014 0.4375,0.5 -0.714926,0.7884 -1.114801,2.08326 -0.71875,2.90625 0.461822,0.95965 2.020478,1.59338 3.25,1.5 0.774853,0.82344 1.822847,1.49967 2.875,1.9375 0.267785,0.19259 0.590911,0.33744 0.96875,0.40625 0.171087,0.0312 0.351922,0.0248 0.53125,0.0313 0.04097,0.006 0.08426,0.0263 0.125,0.0313 0.06324,1.9e-4 0.124252,0.003 0.1875,0 0.595109,0.0481 1.16483,-0.001 1.65625,-0.21875 0.07752,-0.0343 0.145771,-0.0822 0.21875,-0.125 0.681573,0.17898 1.346488,0.28257 2,0.28125 -0.09837,0.12686 -0.182969,0.25121 -0.21875,0.40625 -0.118856,0.51501 0.151731,1.0854 0.59375,1.5625 0.594378,0.64156 1.523239,1.11281 2.28125,1.09375 0.01839,0.98141 0.392881,1.96406 1.0625,2.34375 1.061774,0.60206 3.010741,-0.65977 3.125,-1.875 0.01355,-0.1441 -0.002,-0.28523 -0.03125,-0.4375 0.896552,-0.14199 1.835904,-0.70597 2.5625,-1.4375 1.4729,2.73842 5.743722,5.05599 8.28125,3.90625 1.078065,-0.48847 1.757258,-1.71917 2.03125,-3.125 2.56989,1.26422 7.36761,0.0486 8.34375,-2.46875 0.19146,-0.49373 0.21784,-1.03262 0.0937,-1.59375 0.0996,-0.8616 -0.20678,-1.85571 -0.875,-2.0625 -0.0629,-0.0195 -0.12214,-0.0253 -0.1875,-0.0313 -0.24834,-0.31789 -0.51256,-0.60623 -0.8125,-0.875 0.2194,0.0166 0.44475,-0.0189 0.625,-0.125 0.90218,-0.53103 0.77508,-2.4393 0.0313,-3.3125 0.44673,-0.0221 0.86413,-0.17684 1.125,-0.4375 0.83727,-0.83661 0.61015,-3.18672 -0.53125,-3.5 -0.47394,-0.13008 -1.00862,0.0763 -1.46875,0.46875 -0.6135,0.52327 -1.10597,1.36135 -1.125,2.0625 -0.36988,0.10228 -0.75357,0.33758 -1.09375,0.625 -0.0227,0.0192 -0.0401,0.0427 -0.0625,0.0625 -0.79967,-0.40849 -1.80969,-0.47851 -2.28125,0.0625 -0.35984,0.41284 -0.34982,1.06903 -0.125,1.71875 -0.10239,-0.0383 -0.20707,-0.0632 -0.3125,-0.0937 -0.12193,-0.14175 -0.26289,-0.2669 -0.40625,-0.375 -0.53229,-0.40136 -1.240254,-0.6229 -2.03125,-0.6875 -0.405287,-0.0331 -0.825594,-0.0147 -1.25,0.0313 0.556915,-0.93425 0.827531,-1.97665 0.625,-2.84375 -0.152226,-0.65172 -0.556768,-1.28527 -1.125,-1.84375 -1.704692,-1.67545 -4.808601,-2.64598 -6.28125,-1.28125 -0.74737,0.6926 -0.968053,1.83447 -0.84375,3.0625 -0.73662,0.11213 -1.410212,0.38444 -1.75,0.875 -1.153082,-2.34007 -5.334455,-3.89352 -7.5625,-2.6875 -0.641136,0.34704 -1.172299,0.93531 -1.625,1.65625 -0.275163,-0.0843 -0.534236,-0.14165 -0.8125,-0.15625 -0.482026,-0.0253 -0.975115,0.0701 -1.4375,0.28125 -0.596652,-0.95996 -1.596243,-1.83012 -2.71875,-2.4375 -0.0109,-0.0916 -0.02848,-0.19436 -0.0625,-0.28125 -0.200922,-0.5131 -0.776302,-0.81846 -1.4375,-0.96875 -0.275499,-0.0626 -0.551046,-0.0942 -0.84375,-0.0937 z m 31.59375,2.96875 c -0.1026,0.003 -0.19918,0.0488 -0.28125,0.0937 -0.41212,0.22566 -0.40594,1.12274 -0.0313,1.40625 0.43128,0.32633 1.49248,0.0675 1.5625,-0.46875 0.0291,-0.22267 -0.10595,-0.47268 -0.3125,-0.65625 -0.25818,-0.22946 -0.62969,-0.38511 -0.9375,-0.375 z m 17.3125,1.3125 c 0.14431,0.26316 0.33384,0.4787 0.5625,0.59375 -0.22563,0.83289 -0.14154,1.82237 0.21875,2.5625 -0.0293,0.0247 -0.0652,0.0373 -0.0937,0.0625 -0.11328,0.0134 -0.23488,0.0411 -0.34375,0.0625 -0.37254,-0.55369 -0.811,-1.02985 -1.3125,-1.3125 0.60578,-0.33032 1.09536,-1.29926 0.96875,-1.96875 z m 35.09375,1 c -0.92127,0.0206 -1.9513,0.47685 -2.1875,1.1875 -0.24981,0.75159 0.57527,1.80888 1.40625,2.0625 -0.0198,0.007 -0.0427,-0.008 -0.0625,0 -0.48309,0.1899 -0.95069,0.64087 -0.9375,1.0625 0.0166,0.52931 0.93018,0.98194 1.40625,0.75 0.54798,-0.26697 0.84699,-1.43731 0.34375,-1.78125 -0.0174,-0.0119 -0.0439,-0.0216 -0.0625,-0.0313 1.0114,-0.30357 2.02346,-1.92769 1.4375,-2.75 -0.26075,-0.36592 -0.79099,-0.51237 -1.34375,-0.5 z m -93.9375,0.0625 c -1.495702,-0.089 -2.916542,1.35841 -3.71875,3.09375 -1.804305,-0.99737 -5.036207,-0.7166 -6.03125,0.84375 -0.103033,0.16157 -0.171207,0.34208 -0.21875,0.53125 -0.371144,-0.38307 -0.806067,-0.64718 -1.25,-0.6875 -0.245924,-0.37635 -0.675286,-0.65305 -1.1875,-0.84375 -1.138252,-0.42379 -2.64562,-0.38015 -3.28125,0.375 -0.07125,0.0846 -0.110872,0.21006 -0.15625,0.3125 -0.371142,-0.0673 -0.728214,-0.0896 -1.0625,0 -0.567841,0.15211 -1.038341,0.62689 -1.375,1.21875 -2.047745,0.16359 -4.32344,1.2121 -5.46875,2.6875 -0.103331,-0.085 -0.224497,-0.1506 -0.34375,-0.1875 -0.748543,-0.23162 -1.8141,0.84726 -1.71875,1.625 0.02744,0.2238 0.142348,0.44865 0.3125,0.65625 0.288009,0.3514 0.727307,0.63355 1.15625,0.75 0.272278,0.8238 0.901644,1.62225 1.65625,2.28125 -0.446237,0.56075 -0.732368,1.2011 -0.59375,1.75 0.127911,0.50651 0.666377,0.8821 1.28125,1.0625 0.0294,0.3623 0.07989,0.72388 0.15625,1.0625 -0.0831,-0.0344 -0.165037,-0.0699 -0.25,-0.0937 -0.595581,-0.16737 -1.294395,-0.1173 -2,0.0937 -0.54235,0.16222 -1.057982,0.4289 -1.5625,0.75 0.02856,-1.29623 -0.601144,-2.80545 -1.59375,-3.28125 -0.194692,-0.0933 -0.425977,-0.15381 -0.65625,-0.1875 -0.05615,-0.13344 -0.144003,-0.24702 -0.25,-0.34375 -0.352103,-0.32133 -0.898205,-0.35494 -1.46875,-0.21875 -0.0926,0.0221 -0.188943,0.0626 -0.28125,0.0937 -0.801078,-0.33968 -1.699061,-0.42231 -2.28125,-0.0625 -0.920105,0.56865 -0.919471,2.44929 -0.21875,3.375 -4.17e-4,0.042 -0.003,0.0828 0,0.125 0.11838,1.66605 2.727844,2.91771 4.65625,2.75 -0.213172,0.49541 -0.309764,1.00882 -0.1875,1.5 0.66186,2.65893 6.36812,3.5402 8.125,1.4375 0.615239,-0.73634 0.59126,-1.88108 0.25,-3 0.767767,0.23237 1.685776,0.18066 2.59375,-0.0625 1.421913,1.5503 4.88846,1.27295 7,-0.0625 0.453721,0.0476 0.872772,-0.006 1.28125,-0.125 1.306682,-0.38144 2.21741,-1.8603 2.5625,-3.5 0.0505,0.0312 0.101125,0.0698 0.15625,0.0937 0.01844,0.008 0.04378,-0.007 0.0625,0 -0.07625,1.02263 0.219692,2.05401 0.96875,2.375 0.564247,0.2418 1.238719,0.0634 1.875,-0.34375 0.75299,-0.48179 1.416255,-1.28577 1.65625,-2.0625 0.305916,1.54315 0.987669,2.91892 2.0625,3.59375 2.477173,1.55529 7.34599,-1.25934 7.75,-4.15625 0.116255,-0.83361 -0.08592,-1.77507 -0.5,-2.6875 -0.17,-0.3746 -0.389702,-0.73465 -0.625,-1.09375 0.275589,-0.0492 0.543289,-0.1664 0.8125,-0.34375 0.828783,-0.54599 1.534894,-1.56018 1.34375,-2.34375 -0.138053,-0.56593 -0.82551,-0.97537 -1.53125,-1.09375 C 69.317896,229.4295 67.579984,228.16 66.0625,228 c -0.05984,-0.1928 -0.136295,-0.39347 -0.25,-0.5625 -0.185781,-0.27617 -0.428771,-0.47474 -0.71875,-0.65625 -0.429202,-1.82329 -1.574402,-3.50516 -3.0625,-3.59375 z m 78.78125,0.0937 c -0.4158,0.0423 -0.74021,0.79429 -0.53125,1.15625 0.24052,0.41663 1.19459,0.57149 1.4375,0.15625 0.10086,-0.17242 0.0745,-0.43436 -0.0313,-0.65625 -0.17625,-0.36982 -0.54379,-0.68998 -0.875,-0.65625 z m 39.3125,1.34375 c -0.12526,-0.007 -0.25627,0.007 -0.375,0.0313 -1.19239,0.24788 -1.83959,2.48255 -1.125,3.46875 0.82252,1.13515 3.63969,1.30788 4.21875,0.0313 0.24044,-0.53009 0.0608,-1.20121 -0.3125,-1.8125 -0.54439,-0.89146 -1.52942,-1.67158 -2.40625,-1.71875 z m -91.46875,0.0937 c 0.01138,0.02 0.01947,0.0427 0.03125,0.0625 0.03508,0.13789 0.08214,0.2661 0.15625,0.375 0.158687,0.23317 0.410303,0.4287 0.71875,0.5625 0.238639,0.1676 0.493328,0.30857 0.75,0.34375 0.373716,0.0512 0.778359,-0.0322 1.1875,-0.21875 0.140742,-0.045 0.262295,-0.0811 0.375,-0.15625 0.408052,0.48365 0.877321,0.85307 1.375,1.09375 -0.52302,0.60053 -0.854038,1.35563 -0.71875,1.96875 0.02376,0.10767 0.07007,0.21503 0.125,0.3125 -0.799838,0.24635 -1.524688,0.5985 -2.09375,1.0625 -0.0315,-0.0524 -0.06004,-0.10423 -0.09375,-0.15625 -0.565507,-0.87255 -1.441141,-1.66648 -2.375,-2.15625 0.253255,-0.63702 0.307436,-1.41859 0.21875,-2.21875 0.141676,-0.29285 0.266402,-0.57911 0.34375,-0.875 z m 72.28125,2.5 c -0.16655,-0.004 -0.32698,0.0176 -0.5,0.0313 -0.4147,0.0327 -0.83104,0.12145 -1.25,0.25 -0.28603,-0.007 -0.60301,0.0481 -0.90625,0.1875 -0.44414,0.20414 -0.86283,0.55005 -1.1875,0.9375 -0.66549,0.56663 -1.11784,1.24784 -1.09375,2 0.0337,1.05223 0.91795,1.9795 2.0625,2.625 -1.09819,0.81133 -1.94349,1.95666 -2.125,3.0625 -0.72743,-0.38471 -1.92347,-0.31721 -2.40625,0.25 -0.7271,0.85426 -0.32095,3.07243 0.78125,3.28125 0.45766,0.0867 0.93903,-0.15662 1.34375,-0.5625 0.32106,-0.32198 0.59254,-0.76084 0.75,-1.1875 1.19241,1.44778 4.16069,1.79826 6.1875,1.03125 -0.0128,0.021 -0.0234,0.0388 -0.0313,0.0625 -0.0521,0.15734 8.9e-4,0.33814 0.125,0.5 0.20685,0.26976 0.58074,0.45951 0.84375,0.375 0.33018,-0.10609 0.45079,-0.74225 0.21875,-1 -0.12249,-0.13606 -0.36353,-0.19298 -0.59375,-0.1875 0.35752,-0.19656 0.66889,-0.43279 0.90625,-0.71875 0.3245,0.0836 0.64925,0.0516 0.875,-0.125 0.17735,-0.13872 0.26556,-0.34485 0.3125,-0.59375 0.32285,0.63928 1.3422,1.15059 1.96875,0.90625 0.17901,-0.0698 0.35419,-0.2067 0.5,-0.375 0.60088,0.453 1.25717,0.81828 1.90625,1.0625 -0.86904,0.80498 -1.40903,1.84036 -1.125,2.75 0.37244,1.19276 1.97135,1.82217 3.5625,1.875 -0.16742,1.03837 0.0682,2.20947 0.75,2.6875 0.96872,0.67921 2.99599,-0.33805 3.21875,-1.5 0.13155,-0.68619 -0.2826,-1.54684 -0.875,-2.1875 0.0178,-0.0219 0.0458,-0.0399 0.0625,-0.0625 0.2734,-0.36925 0.37163,-0.86053 0.34375,-1.375 0.81103,0.30142 1.77204,0.15714 2.6875,-0.28125 -0.009,0.097 -0.021,0.18526 0,0.28125 0.0532,0.24343 0.20206,0.47663 0.40625,0.65625 0.22077,1.9023 1.08733,3.6723 2.5625,4.0625 1.90761,0.50458 4.16746,-1.30811 5.40625,-3.46875 0.1819,0.20452 0.39909,0.36224 0.625,0.46875 -0.045,0.21576 -0.0753,0.41161 -0.0937,0.625 -0.86238,0.18175 -1.70177,0.76333 -1.71875,1.46875 -0.022,0.91198 1.25852,1.74338 2.34375,1.84375 -0.0296,1.29146 1.36731,2.4764 2.90625,3.0625 0.22408,0.21978 0.42958,0.45944 0.6875,0.65625 -0.77536,0.32286 -1.45514,0.89688 -1.40625,1.5625 0.0364,0.49525 0.4395,0.94456 0.96875,1.25 0.88208,0.50906 2.15043,0.66079 2.78125,0.125 0.38282,-0.32515 0.48152,-0.95554 0.375,-1.5625 1.17083,0.34545 2.33534,0.36992 3.21875,-0.0937 0.54731,-0.28727 0.96844,-0.81047 1.25,-1.4375 0.84724,-0.0895 1.68764,-0.3488 2.4375,-0.6875 -0.0515,1.32803 0.48247,2.85877 1.46875,3.28125 1.22108,0.52306 3.15991,-0.99907 3.28125,-2.34375 0.0228,-0.002 0.0396,-0.0281 0.0625,-0.0313 0.40839,0.76087 0.95258,1.45305 1.5625,1.90625 0.0393,0.0658 0.0736,0.1333 0.125,0.1875 0.17952,0.18948 0.45224,0.26178 0.75,0.28125 0.022,0.008 0.0404,0.0241 0.0625,0.0313 0.75356,0.24342 1.64957,0.20394 2.5625,-0.0313 0.61096,-0.1574 1.22651,-0.43379 1.8125,-0.75 0.20849,0.63117 0.59206,1.14255 1.125,1.40625 1.11797,0.55317 2.66751,-0.0269 3.875,-1.0625 0.11017,0.12717 0.2518,0.24145 0.40625,0.34375 -0.22544,-0.0299 -0.42604,-0.0248 -0.625,0.0313 -1.41443,0.39854 -2.60902,3.09338 -1.5625,4.125 0.43454,0.42836 1.16976,0.5211 1.90625,0.375 1.22748,-0.2435 2.50686,-1.11906 2.65625,-2.125 0.10549,-0.71035 -0.47533,-1.49189 -1.21875,-1.96875 0.37505,0.0438 0.72019,-0.001 0.96875,-0.1875 0.3009,-0.22521 0.41724,-0.69811 0.375,-1.15625 0.74556,2.01671 4.41953,3.29235 6.25,2.1875 0.21291,-0.12851 0.41029,-0.30948 0.59375,-0.5 0.20002,0.26618 0.50401,0.50372 0.84375,0.6875 0.34775,0.18812 0.74673,0.32498 1.15625,0.40625 0.17388,0.16552 0.36342,0.32527 0.5625,0.4375 0.23631,0.13321 0.50186,0.20928 0.78125,0.28125 0.15475,0.41718 0.39065,0.80108 0.65625,1.15625 -0.0161,0.26687 -0.0247,0.53061 0.0313,0.78125 0.33384,1.49488 2.30699,2.51245 4.15625,2.65625 -0.009,0.0597 -0.0269,0.12578 -0.0313,0.1875 -0.0583,0.82294 0.29242,1.79283 0.90625,2.0625 0.77059,0.33854 2.0381,-0.65835 2.03125,-1.5 -8e-5,-0.01 3.9e-4,-0.0214 0,-0.0313 0.53264,-0.11486 1.03419,-0.32122 1.40625,-0.625 0.12608,1.1861 0.53305,2.23968 1.25,2.9375 1.37898,1.3422 4.15206,1.06705 6.1875,-0.0625 0.1535,0.0352 0.31796,0.0411 0.46875,0.0313 0.78286,-0.0513 1.44687,-0.89947 1.75,-1.8125 0.29336,0.15387 0.58104,0.29347 0.90625,0.40625 -0.19352,0.71424 -0.17189,1.4137 0.21875,1.90625 0.64953,0.81896 2.06256,0.90132 3.34375,0.53125 0.008,0.0771 0.006,0.14907 0.0313,0.21875 0.0835,0.23169 0.26841,0.44519 0.5,0.625 0.46095,0.3579 1.11744,0.55622 1.65625,0.5 0.41863,1.85144 1.66468,3.66142 3.1875,3.65625 0.39584,-10e-4 0.79338,-0.11039 1.15625,-0.3125 1.18847,1.50765 2.76987,2.60505 4.28125,2.5625 1.78199,-0.0502 3.395,-1.98724 4.03125,-4.0625 0.51505,0.12176 1.11753,0.10007 1.71875,-0.0625 1.25217,-0.33858 2.53626,-1.20136 3.21875,-2.21875 0.93765,0.58237 2.50651,0.59399 3.21875,-0.0937 0.10056,-0.0971 0.17212,-0.21666 0.25,-0.34375 0.43904,0.18366 0.91362,0.31246 1.4375,0.375 -0.31258,0.33757 -0.4792,0.72871 -0.375,1.09375 0.1085,0.38012 0.47556,0.66009 0.9375,0.8125 0.35455,0.11698 0.75168,0.16118 1.125,0.125 -0.0239,0.59765 0.0591,1.16443 0.28125,1.65625 -1.07173,1.97723 -1.17965,4.99264 0.1875,6.28125 1.45297,1.36951 4.88421,0.35834 6,-1.40625 0.34545,0.16595 0.77227,0.21243 1.21875,0.1875 -0.0455,0.85814 0.25902,1.82125 0.875,2.125 0.82724,0.40793 2.27925,-0.6095 2.3125,-1.53125 0.0175,-0.48627 -0.33157,-1.05349 -0.78125,-1.46875 0.16752,-0.12256 0.33256,-0.2659 0.46875,-0.40625 0.007,0.139 0.0588,0.27025 0.15625,0.40625 0.23259,0.32472 0.65664,0.58917 0.96875,0.5 0.13714,-0.0392 0.23983,-0.16095 0.3125,-0.3125 0.32322,0.036 0.68221,0.008 1.03125,-0.0937 0.47257,0.86019 1.14758,1.50702 1.96875,1.59375 1.0838,0.11447 2.17525,-0.69489 2.96875,-1.8125 -0.0654,0.23406 -0.11644,0.45557 -0.125,0.6875 -0.0286,0.77534 0.25364,1.60825 0.71875,2.40625 1.39532,2.394 4.56155,4.45198 6.625,3.375 0.97428,-0.50851 1.54341,-1.59037 1.8125,-2.875 0.94103,-1.04258 1.54926,-2.33265 1.4375,-3.46875 -0.0508,-0.51595 -0.23869,-1.02479 -0.53125,-1.53125 0.30977,0.16249 0.61952,0.2273 0.90625,0.1875 0.70747,0.84212 1.88337,1.48293 2.78125,1.28125 0.38577,-0.0867 0.75472,-0.33782 1.09375,-0.65625 0.28731,-0.11843 0.54617,-0.27692 0.6875,-0.5 0.0779,-0.12296 0.12163,-0.28098 0.15625,-0.4375 0.82203,-0.0619 1.58596,-0.28278 2.15625,-0.71875 -0.0916,0.19771 -0.12147,0.4386 -0.125,0.6875 -1.01339,2.51517 -1.02936,5.76479 0.53125,7.28125 1.1203,1.0886 3.16591,1.07942 4.96875,0.40625 0.006,0.381 0.0643,0.74055 0.25,1.0625 1.36259,2.36262 7.05195,1.68132 8.15625,-0.8125 0.44797,-1.01163 -0.0262,-2.37163 -0.875,-3.4375 0.66826,-0.60503 1.19433,-1.32374 1.40625,-2.0625 0.3742,0.41324 0.84657,0.7907 1.34375,1.125 -1.45134,1.90151 -2.24021,4.57263 -1.34375,6.25 1.23454,2.30995 6.24226,2.29123 7.84375,0.21875 0.46084,-0.59637 0.7289,-1.41917 0.8125,-2.3125 0.0143,-0.15227 -0.004,-0.31257 0,-0.46875 0.0418,0.019 0.0824,0.0456 0.125,0.0625 1.10245,0.43641 2.49473,-0.0357 3.65625,-0.90625 0.66587,0.43723 1.41941,0.67299 2.03125,0.5 0.97777,-0.27646 1.52922,-1.76716 1.375,-2.9375 0.10028,-0.0179 0.1982,-0.014 0.28125,-0.0625 0.0612,-0.0358 0.10879,-0.10177 0.15625,-0.15625 0.87977,0.59446 1.84193,0.9188 2.6875,0.75 1.36669,-0.27283 2.28691,-2.07747 2.40625,-3.75 0.16843,0.24614 0.424,0.46264 0.71875,0.625 0.0528,0.50334 0.22765,0.96406 0.53125,1.34375 0.61723,0.77191 1.66495,1.10575 2.84375,1.125 -0.21573,0.56752 -0.28845,1.13442 -0.0937,1.65625 0.57488,1.54083 2.95019,2.21861 5,1.96875 2.26479,1.76161 5.71641,2.64365 7.6875,1.40625 2.48683,-1.56117 2.06791,-7.18345 -0.375,-8.8125 -0.70297,-0.46877 -1.65066,-0.66383 -2.65625,-0.6875 -0.2546,-0.006 -0.51958,0.0118 -0.78125,0.0313 1.11118,-0.95038 1.93414,-2.37907 1.65625,-3.5 -0.38956,-1.57139 -3.32234,-2.3115 -4.6875,-1.40625 0.0224,-0.2966 -0.0158,-0.56544 -0.15625,-0.8125 -0.32173,-0.56599 -1.04518,-0.8736 -1.84375,-0.9375 -0.16637,-0.0133 -0.32857,-0.006 -0.5,0 -0.30791,-0.0869 -0.59236,-0.12324 -0.875,-0.0625 -0.26616,0.0572 -0.50911,0.20119 -0.71875,0.40625 -0.57368,0.24338 -1.03876,0.59339 -1.25,1.0625 -0.16031,0.35599 -0.13783,0.7956 0,1.21875 -0.49295,0.18524 -0.98691,0.47887 -1.4375,0.875 -0.62498,0.54945 -1.14567,1.29318 -1.5625,2.0625 -0.63459,0.23986 -1.24682,0.71352 -1.53125,1.25 -0.0784,-0.36661 -0.20897,-0.69189 -0.40625,-0.96875 -0.26718,-0.37494 -0.65747,-0.69201 -1.125,-0.9375 0.16484,-1.07441 -0.15961,-2.35654 -1,-2.625 -0.50314,-0.16073 -1.07889,0.0453 -1.59375,0.4375 -0.32588,-0.39424 -0.69558,-0.71553 -1.09375,-0.90625 1.00574,-0.14418 2.16408,-1.01554 2.03125,-1.875 -0.0704,-0.45526 -0.4567,-0.81931 -0.96875,-1.0625 -0.85341,-0.40532 -2.05016,-0.44847 -2.59375,0.0937 -0.0284,0.0284 -0.0382,0.0618 -0.0625,0.0937 -0.55347,-0.42232 -1.17493,-0.67851 -1.71875,-0.5625 -0.93797,0.20009 -1.50098,1.66321 -1.3125,2.71875 -1.42028,-0.0539 -2.93256,0.41254 -3.625,1.34375 -0.37515,0.50451 -0.56907,1.19113 -0.625,1.9375 -0.002,0.0207 0.001,0.0417 0,0.0625 -0.0785,-0.0724 -0.16489,-0.15771 -0.25,-0.21875 -0.57598,-0.41308 -1.3451,-0.6077 -2.1875,-0.65625 -2.24051,-0.12914 -4.94397,0.94017 -5.6875,2.65625 -0.18161,-0.25506 -0.37679,-0.48444 -0.59375,-0.71875 0.81433,-0.59289 1.46243,-1.71492 1.1875,-2.5 -0.0661,-0.1887 -0.20501,-0.367 -0.375,-0.5 -0.007,-0.064 -0.0209,-0.12287 -0.0313,-0.1875 -0.009,-0.0535 -0.0204,-0.1025 -0.0313,-0.15625 0.97794,0.34412 2.20494,0.28472 2.625,-0.4375 0.26615,-0.45761 0.18799,-1.06891 -0.0937,-1.65625 -0.0403,-0.0841 -0.10828,-0.16776 -0.15625,-0.25 0.14579,-0.40144 0.17503,-0.79112 0,-1.125 -0.25358,-0.4837 -0.86356,-0.76738 -1.53125,-0.84375 -1.11281,-0.12729 -2.44198,0.27698 -2.84375,1.09375 -0.0798,0.1622 -0.0957,0.34131 -0.0937,0.53125 -1.06906,-0.19891 -2.28351,1.09571 -2.53125,2.28125 -1.34695,-0.96967 -2.96316,-1.5086 -4.25,-1.21875 -0.63254,-1.21146 -1.67977,-2.22407 -2.75,-2.28125 -0.78743,-0.0421 -1.57427,0.55138 -2.125,1.34375 -1.13676,-1.86948 -2.84821,-3.3868 -4.5625,-3.4375 -0.48798,-0.0144 -0.94513,0.14338 -1.40625,0.375 -0.75905,-0.45261 -1.98247,-0.015 -2.75,0.71875 -0.34374,-0.10928 -0.69379,-0.14497 -1,-0.0625 -1.18819,0.32 -1.71616,2.60968 -0.9375,3.5625 0.29394,0.35968 0.81342,0.60311 1.375,0.71875 -0.0696,0.48666 -0.0416,0.96529 0.0313,1.40625 -0.59643,-1.25895 -2.01762,-2.40653 -3.21875,-2.3125 -0.17762,-0.46559 -0.40107,-0.89707 -0.65625,-1.28125 0.036,-0.0708 0.0611,-0.14757 0.0937,-0.21875 0.37356,0.20293 0.77194,0.28365 1.09375,0.125 0.37589,-0.18531 0.58495,-0.64551 0.65625,-1.15625 0.11884,-0.85123 -0.16235,-1.86374 -0.78125,-2.1875 -0.28408,-0.14861 -0.64786,-0.11268 -1,0.0313 -1.26854,-1.79572 -4.87259,-2.61682 -6.59375,-1.375 -0.13684,0.0987 -0.25305,0.21833 -0.375,0.34375 -0.0318,-0.0315 -0.0891,-0.0358 -0.125,-0.0625 -1.2812,-1.17194 -3.01994,-1.93785 -4.3125,-1.5 -0.82829,0.28058 -1.38839,1.1712 -1.6875,2.1875 -0.27194,-0.677 -0.68074,-1.22675 -1.28125,-1.5 -1.09391,-0.49776 -2.518,-0.0831 -3.75,0.78125 -1.20205,-1.6159 -3.41537,-2.94478 -5.4375,-3.25 -0.11626,-0.19744 -0.25056,-0.37327 -0.40625,-0.53125 -1.64726,-1.67155 -5.96245,-0.37496 -6.8125,1.8125 -0.24461,0.62946 -0.2487,1.39863 -0.0937,2.1875 0.0141,0.0716 0.0457,0.14687 0.0625,0.21875 -0.83811,-0.19121 -1.72971,-0.21347 -2.46875,0.0313 -1.33904,-0.73821 -2.82282,-1.06297 -3.9375,-0.59375 -0.17584,0.074 -0.31625,0.19518 -0.46875,0.3125 -0.28179,-0.60893 -0.61307,-1.17022 -1,-1.65625 1.15167,-0.25159 2.26658,-1.02586 2.28125,-1.96875 0.009,-0.5601 -0.34863,-1.0771 -0.875,-1.5 0.0321,-0.84291 -0.18267,-1.62282 -0.6875,-2.0625 -1.01401,-0.88316 -3.42224,0.0257 -3.8125,1.3125 -0.14943,0.49274 -0.0574,1.09992 0.1875,1.6875 -0.006,0.28071 0.0304,0.56512 0.0937,0.84375 -0.12417,-0.006 -0.2488,-0.009 -0.375,0 -0.12863,-0.41046 -0.31422,-0.76492 -0.59375,-1.03125 -0.34925,-0.33275 -0.86046,-0.47825 -1.40625,-0.5 -0.006,-0.0188 0.007,-0.0437 0,-0.0625 -0.24478,-0.65205 -0.84032,-1.25898 -1.40625,-1.25 -0.11989,0.002 -0.26424,0.0319 -0.375,0.0937 0.3973,-2.71555 -0.39732,-5.96159 -2.3125,-7.0625 -2.48675,-1.42946 -7.12095,1.5209 -7.40625,4.375 -0.049,0.48984 0.0338,1.00659 0.1875,1.53125 -0.1187,0.0286 -0.25716,0.0622 -0.375,0.125 -0.20844,0.11109 -0.40175,0.25784 -0.5625,0.4375 -0.29581,-0.0856 -0.61271,-0.13451 -0.90625,-0.125 -0.28911,-0.27699 -0.74619,-0.33233 -1.21875,-0.28125 -0.64528,-2.04339 -3.71992,-3.87827 -5.6875,-3.25 -0.60845,0.19429 -1.18796,0.65673 -1.6875,1.21875 -0.48622,-0.6713 -1.22294,-1.28559 -2.0625,-1.75 -0.0523,-0.12191 -0.1362,-0.21608 -0.21875,-0.3125 -0.32414,-0.37858 -0.92864,-0.49973 -1.53125,-0.40625 -0.94814,-0.27884 -1.92374,-0.3691 -2.78125,-0.25 -0.71192,-2.39195 -2.6473,-4.72267 -4.65625,-4.46875 -1.96513,0.24838 -3.42854,2.74083 -3.8125,5.21875 -1.10477,1.05834 -1.86588,2.39228 -1.75,3.59375 -0.11444,-0.30965 -0.29196,-0.58609 -0.53125,-0.71875 -0.20179,-0.11187 -0.47542,-0.14087 -0.75,-0.125 0.26553,-0.56983 0.40524,-1.15149 0.3125,-1.6875 -0.0242,-0.13998 -0.0682,-0.27509 -0.125,-0.40625 0.99015,0.0438 1.90079,-0.19202 2.34375,-0.875 1.11276,-1.71571 -1.01987,-5.14773 -3.09375,-5.53125 0.46886,-1.84967 0.37761,-3.76295 -0.5625,-4.9375 -1.78118,-2.22536 -7.13711,-1.19275 -8.4375,1.34375 -0.20818,0.40608 -0.31982,0.87516 -0.375,1.375 -0.40307,0.28577 -0.75643,0.61977 -1,1 -0.0702,0.10959 -0.12904,0.22435 -0.1875,0.34375 -0.0334,-0.0876 -0.0867,-0.1659 -0.125,-0.25 1.08757,-1.52966 1.61982,-3.68664 0.84375,-4.96875 -0.94082,-1.55429 -4.15639,-1.51626 -5.625,-0.28125 -0.18705,0.0985 -0.34825,0.26759 -0.375,0.4375 -0.008,0.0112 -0.0234,0.0199 -0.0313,0.0313 -0.11752,0.17016 -0.20516,0.35698 -0.28125,0.5625 -0.0213,-0.008 -0.0412,-0.0236 -0.0625,-0.0313 0.0292,-0.2543 0.0107,-0.49687 -0.125,-0.6875 -0.23516,-0.33038 -0.71987,-0.47965 -1.21875,-0.46875 -0.0625,0.001 -0.12406,0.0253 -0.1875,0.0313 -0.33407,-0.35716 -0.82936,-0.60085 -1.375,-0.75 0.0616,-0.10865 0.10224,-0.25156 0.125,-0.375 0.26882,-1.45798 -2.3203,-3.14281 -3.65625,-2.5 -0.91718,0.44132 -1.0973,2.18908 -0.53125,3.125 -0.44718,0.21524 -0.80405,0.5252 -0.9375,0.90625 -0.0236,0.0675 -0.0239,0.14723 -0.0313,0.21875 -0.13851,0.043 -0.26742,0.0991 -0.40625,0.15625 -0.0424,0.0174 -0.0827,0.0438 -0.125,0.0625 0.25699,-0.72603 0.30423,-1.44078 0.0625,-2.03125 -0.65971,-1.61145 -3.98772,-1.94945 -5.1875,-0.6875 -0.097,0.0214 -0.18362,0.0286 -0.28125,0.0625 -0.63145,0.21937 -1.26417,0.69345 -1.5625,1.21875 0.009,-0.5193 -0.11383,-0.97773 -0.4375,-1.3125 -0.85444,-0.88373 -2.68038,-0.607 -4,0.1875 -0.18201,-2.4351 -3.56106,-5.38624 -5.84375,-4.78125 -0.76344,0.20234 -1.38989,0.89588 -1.78125,1.75 -0.27478,0.0628 -0.50967,0.16254 -0.75,0.3125 -0.0188,0.0117 -0.0441,0.0191 -0.0625,0.0313 -0.50209,-1.41666 -1.29866,-2.62441 -2.40625,-3.125 -2.59563,-1.17313 -6.93063,2.18283 -6.9375,5.03125 -0.002,0.81965 0.32363,1.70565 0.84375,2.53125 0.0589,0.0935 0.12355,0.18919 0.1875,0.28125 -0.24334,0.19928 -0.42745,0.44096 -0.53125,0.6875 -0.11394,-0.60009 -0.4582,-1.18042 -0.90625,-1.375 -0.22994,-0.66803 -0.59644,-1.3051 -1.0625,-1.84375 1.45595,-1.33288 0.74992,-5.0133 -1,-5.9375 -0.38673,-0.20424 -0.84409,-0.29907 -1.34375,-0.3125 z m -16.125,0.0313 c -0.68026,0.16047 -1.01881,1.47642 -0.59375,2.03125 0.48926,0.63862 2.0936,0.67876 2.40625,-0.0625 0.12982,-0.30779 0.036,-0.68628 -0.1875,-1.03125 -0.37253,-0.57495 -1.08312,-1.06532 -1.625,-0.9375 z m 6.875,1.75 c -1.06763,0.008 -2.45765,0.87936 -2.5625,1.8125 -0.10969,0.97621 1.47078,2.0186 2.40625,1.71875 0.0763,-0.0245 0.14585,-0.0526 0.21875,-0.0937 0.44778,0.749 1.6959,1.28121 2.4375,0.9375 0.53005,-0.24567 0.94211,-0.94168 1.09375,-1.65625 0.24685,-0.32466 0.39788,-0.74383 0.25,-1.03125 -0.0564,-0.10952 -0.18377,-0.19744 -0.3125,-0.25 -0.0772,-0.18839 -0.18403,-0.355 -0.34375,-0.46875 -0.38954,-0.27743 -0.94826,-0.23591 -1.5,-0.0313 -0.14629,0.0543 -0.29628,0.14137 -0.4375,0.21875 -0.0141,-0.3336 -0.12323,-0.6413 -0.34375,-0.84375 -0.23058,-0.21168 -0.55037,-0.31501 -0.90625,-0.3125 z m -6.8125,1.59375 c -0.14671,-0.007 -0.28496,0.0453 -0.375,0.125 -0.22608,0.20001 -0.0876,0.7507 0.1875,0.875 0.31662,0.14308 0.93869,-0.15407 0.90625,-0.5 -0.0135,-0.14364 -0.12573,-0.28939 -0.28125,-0.375 -0.1296,-0.0713 -0.29079,-0.11784 -0.4375,-0.125 z m -2.25,0.28125 c -0.34196,-0.008 -0.63509,0.0706 -0.90625,0.25 -0.0883,0.0585 -0.17568,0.14368 -0.25,0.21875 -0.37424,-0.47885 -1.42513,-0.63136 -1.875,-0.25 -0.59179,0.50167 -0.54136,2.07793 0.1875,2.34375 0.30264,0.11037 0.64713,-0.0183 0.96875,-0.25 0.0233,-0.0168 0.0397,-0.0446 0.0625,-0.0625 -0.0497,1.49887 0.66272,3.2607 1.8125,3.6875 0.0383,0.0142 0.0857,0.0206 0.125,0.0313 -0.0443,2.0193 3.05416,4.21271 5,3.65625 0.58122,-0.16622 1.14633,-0.5876 1.625,-1.125 1.43602,-1.6122 2.1715,-4.41938 0.875,-5.6875 -0.8561,-0.83736 -2.371,-0.86673 -3.8125,-0.40625 -0.0185,-0.10965 -0.04,-0.22659 -0.0937,-0.3125 -0.0993,-0.15871 -0.26774,-0.27866 -0.46875,-0.375 -0.13359,-0.064 -0.28447,-0.12431 -0.4375,-0.15625 -0.70267,-0.85735 -1.85056,-1.54039 -2.8125,-1.5625 z m -58.90625,0.3125 c 0.0029,-0.005 0.02836,0.005 0.03125,0 0.0156,0.35385 0.08881,0.71193 0.15625,1.0625 -0.222242,-0.16139 -0.498297,-0.28632 -0.8125,-0.34375 0.166287,-0.1291 0.334158,-0.27215 0.46875,-0.4375 0.06822,-0.0838 0.09786,-0.19103 0.15625,-0.28125 z m -29.3125,0.75 c 0.164044,0.0677 0.332766,0.10048 0.5,0.125 0.332983,0.0488 0.698701,0.0317 1.0625,-0.0625 -0.0229,0.30091 0.06502,0.58239 0.28125,0.6875 0.173638,0.0844 0.419017,0.0559 0.625,-0.0625 0.171653,-0.0986 0.32736,-0.27469 0.4375,-0.4375 0.430713,0.0734 0.876792,0.0488 1.25,-0.0937 0.45576,0.54236 1.003143,1.02694 1.59375,1.34375 0.06579,0.2097 0.143742,0.41295 0.3125,0.53125 0.123228,0.0864 0.282639,0.10279 0.4375,0.125 -0.369285,1.0631 -0.499082,2.29026 -0.4375,3.5 -0.200798,-0.27147 -0.490535,-0.4906 -0.84375,-0.65625 0.242228,-0.47959 0.348915,-0.96455 0.25,-1.40625 -0.295521,-1.31963 -2.79224,-1.99768 -3.875,-1.1875 -0.214248,0.16031 -0.385115,0.39042 -0.53125,0.65625 -0.08111,-0.13392 -0.151211,-0.25916 -0.25,-0.375 -0.147832,-0.17335 -0.341579,-0.32382 -0.53125,-0.46875 0.03664,-0.29709 0.0076,-0.59454 -0.09375,-0.84375 -0.137559,-0.33812 -0.461024,-0.57841 -0.84375,-0.75 -0.02044,-0.0413 -0.03978,-0.0847 -0.0625,-0.125 0.04974,-0.0614 0.102701,-0.11676 0.125,-0.1875 0.0059,-0.0188 -0.0034,-0.043 0,-0.0625 0.170794,-0.0434 0.3647,-0.11013 0.53125,-0.21875 0.01831,-0.0119 0.04437,-0.0187 0.0625,-0.0313 z m 18.4375,0.6875 c -0.527037,0.0126 -0.985214,0.1894 -1.21875,0.5625 -0.258587,0.41312 -0.210442,0.98238 0.03125,1.53125 0.402815,0.91479 1.314776,1.7768 2.125,1.71875 1.017144,-0.0729 1.826911,-1.85197 1.34375,-2.75 -0.347585,-0.64603 -1.402855,-1.08349 -2.28125,-1.0625 z m -43.46875,1.0938 c -0.767603,0.0471 -1.638602,0.4622 -1.8125,1.0625 -0.21831,0.75361 0.848098,1.79707 1.625,1.6875 0.894238,-0.12612 1.833541,-1.66048 1.28125,-2.375 -0.229326,-0.29669 -0.633188,-0.40327 -1.09375,-0.375 z m 7.28125,0.5625 c -0.26152,0.0147 -0.523236,0.11554 -0.59375,0.3125 -0.05856,0.16357 0.03025,0.35854 0.15625,0.53125 0.209994,0.28785 0.566035,0.51947 0.84375,0.4375 0.348639,-0.1029 0.486694,-0.78661 0.25,-1.0625 -0.136222,-0.15878 -0.39473,-0.23341 -0.65625,-0.21875 z m 150.15625,1.6875 c 0.14454,0.5106 0.70944,0.95848 1.3125,1.15625 0.0518,0.33157 0.1397,0.6371 0.25,0.9375 -0.19169,0.13846 -0.36456,0.27819 -0.46875,0.46875 -0.24671,0.45121 -0.13465,1.07055 0.15625,1.625 -0.19075,0.004 -0.37366,0.0202 -0.5625,0.0625 0.1068,-0.66626 0.0621,-1.31583 -0.15625,-1.875 -0.18938,-0.4851 -0.54222,-0.89055 -1,-1.21875 0.21918,-0.3678 0.35909,-0.75577 0.46875,-1.15625 z m -108.125,0.0937 c -1.413095,-0.0708 -3.167353,0.72481 -3.28125,1.90625 -0.06306,0.65409 0.346585,1.29603 0.96875,1.8125 1.036936,0.86079 2.651409,1.33934 3.59375,0.78125 1.183002,-0.70061 1.061252,-3.33283 -0.0625,-4.125 -0.323369,-0.22795 -0.747718,-0.35139 -1.21875,-0.375 z m -51.09375,2.21875 c -0.289298,0.0204 -0.539505,0.2539 -0.71875,0.5625 -0.243497,0.41921 -0.356877,0.97979 -0.21875,1.375 -0.06396,-0.0184 -0.122476,-0.052 -0.1875,-0.0625 -0.56458,-0.0912 -1.151321,0.19554 -1.65625,0.65625 -0.0953,-0.64443 -0.302897,-1.2115 -0.6875,-1.625 -0.901344,-0.96907 -2.811927,-0.86086 -4.25,-0.15625 -2.377016,-0.95398 -6.359673,0.27682 -7.40625,2.46875 -0.145602,0.30495 -0.221159,0.64361 -0.28125,1 -0.336499,-0.0839 -0.698905,-0.10075 -1.09375,-0.0313 -0.287929,0.0507 -0.59516,0.13405 -0.875,0.25 -0.8949742,-0.85214 -2.1795764,-1.41634 -3.09375,-1.0625 -1.2810871,0.49585 -1.6021387,3.12822 -0.625,4.09375 0.625888,0.61845 1.8773425,0.7656 2.9375,0.53125 0.579111,0.44078 1.302508,0.67929 1.875,0.53125 0.149913,-0.0388 0.294552,-0.13169 0.4375,-0.21875 -0.155114,0.31751 -0.228129,0.64983 -0.15625,0.9375 0.188735,0.75534 1.491962,1.13017 2.25,0.8125 0.109512,0.1463 0.226593,0.272 0.34375,0.40625 -1.098276,0.9846 -1.785034,2.20965 -1.5625,3.40625 0.160288,0.86189 0.744033,1.60603 1.5625,2.1875 -0.488091,0.98732 -0.454191,2.50945 0.375,2.9375 0.448715,0.23164 1.047695,0.10905 1.59375,-0.1875 0.599533,-0.32559 1.135705,-0.86204 1.40625,-1.4375 1.904102,0.29897 3.868563,0.007 4.90625,-1.09375 0.832345,-0.88256 0.93179,-2.37658 0.5625,-3.8125 0.176544,-0.21351 0.349768,-0.44124 0.4375,-0.6875 0.273781,-0.76849 -0.06569,-1.70243 -0.65625,-2.5 0.02846,-0.0303 0.07053,-0.06 0.09375,-0.0937 0.223189,-0.3246 0.114578,-0.82789 -0.125,-1.25 0.565217,-0.36927 1.016923,-0.99781 1.375,-1.71875 0.08864,0.10369 0.176176,0.21572 0.28125,0.3125 0.502037,0.46243 1.169064,0.8128 1.84375,1 -0.147886,0.58253 -0.14467,1.23008 -0.03125,1.90625 -0.667051,-0.40247 -2.036138,-0.13818 -2.1875,0.59375 -0.06704,0.32418 0.09139,0.67635 0.375,0.96875 0.472681,0.48734 1.24778,0.82218 1.75,0.59375 0.23643,-0.10754 0.389368,-0.3572 0.46875,-0.65625 0.907416,2.30878 2.895075,4.46485 4.875,4.53125 2.663115,0.0893 5.196982,-4.37776 4.1875,-6.84375 -0.290488,-0.70961 -0.88084,-1.31512 -1.625,-1.84375 -1.442215,-1.02452 -3.478355,-1.60307 -5.125,-1.40625 -0.107698,-1.07773 -0.667356,-2.25447 -1.4375,-2.9375 0.433626,-0.0265 0.875251,-0.26865 1.03125,-0.59375 0.30217,-0.62971 -0.272026,-1.89296 -0.96875,-1.84375 z m 205.8125,0.8125 c -1.07955,0.16881 -2.23661,1.61598 -2.03125,2.65625 0.27014,1.36843 2.72602,2.69344 3.78125,1.78125 0.43816,-0.37877 0.58255,-1.04211 0.5,-1.75 -0.13758,-1.17982 -0.872,-2.47009 -1.8125,-2.6875 -0.14759,-0.0341 -0.28328,-0.0241 -0.4375,0 z m 280.125,1.875 c -2.78925,-0.0169 -5.96224,3.99973 -5.375,6.71875 0.18025,0.83458 0.69335,1.65046 1.40625,2.375 0.0409,0.0416 0.0828,0.0841 0.125,0.125 -0.0181,0.0151 -0.0446,0.0156 -0.0625,0.0313 -0.39199,0.34192 -0.71541,0.80814 -0.9375,1.28125 -0.55004,-0.82267 -1.48268,-1.50097 -2.5625,-1.96875 -0.0788,-0.18941 -0.19731,-0.35953 -0.34375,-0.46875 -0.29466,-0.21977 -0.73951,-0.20245 -1.15625,-0.0313 -0.34022,-0.0711 -0.7002,-0.10808 -1.03125,-0.125 -0.69207,-2.23768 -2.12411,-4.27637 -3.90625,-4.71875 -2.14646,-0.53281 -4.80955,1.71525 -5.78125,4.09375 -0.19852,-0.77437 -0.57886,-1.44176 -1.1875,-1.84375 -1.01359,-0.66945 -2.42766,-0.60348 -3.8125,-0.0625 -0.91824,-0.2654 -2.06537,-0.024 -3.09375,0.5 -1.52876,-1.30639 -3.39614,-2.10977 -4.9375,-1.75 -0.20126,0.047 -0.40735,0.12709 -0.59375,0.21875 -0.71777,-0.35173 -1.44094,-0.54136 -2.125,-0.4375 -0.6776,0.10288 -1.28418,0.52739 -1.78125,1.125 -0.44472,-0.001 -0.87025,0.0564 -1.21875,0.25 -1.34878,0.74915 -1.44248,3.41154 -0.53125,4.8125 -0.0946,0.0239 -0.19072,0.0557 -0.28125,0.0937 -0.12169,-0.14594 -0.2423,-0.3002 -0.375,-0.4375 -0.14008,-2.47914 -2.03909,-5.48396 -4.15625,-5.75 -2.29121,-0.28791 -4.80886,3.29926 -4.1875,5.53125 -0.2848,-0.16576 -0.65416,-0.21757 -1.03125,-0.1875 -0.34982,-0.25822 -0.72515,-0.38478 -1.09375,-0.375 -1.15685,0.0307 -2.15815,2.01975 -1.65625,3.0625 0.0982,0.20398 0.27276,0.36745 0.46875,0.53125 0.49017,1.18133 1.64695,2.269 2.65625,2 0.60399,-0.16098 1.0587,-0.74266 1.3125,-1.46875 0.2359,-0.67489 0.31121,-1.47169 0.1875,-2.15625 0.13138,0.13931 0.25487,0.27636 0.40625,0.40625 0.11354,0.0974 0.25182,0.19032 0.375,0.28125 -0.10468,0.80706 -0.0578,1.6112 0.21875,2.25 -1.06082,0.0962 -2.23347,0.8012 -2.53125,1.6875 -0.0349,-0.32811 -0.17534,-0.64437 -0.40625,-0.78125 -0.17746,-0.1052 -0.43545,-0.10211 -0.6875,-0.0625 -0.36088,-0.70836 -1.49632,-1.00284 -2.5,-0.875 -0.34389,-0.44445 -1.00378,-0.75732 -1.46875,-0.625 -0.19749,0.0562 -0.39968,0.19268 -0.5625,0.375 -0.11272,0.12622 -0.19898,0.27889 -0.28125,0.4375 -0.0136,-0.005 -0.0176,-0.0265 -0.0313,-0.0313 -0.0809,-1.26641 -0.41222,-2.49992 -1.03125,-3.375 0.10433,-0.45986 -0.066,-1.00627 -0.375,-1.5 -0.59619,-0.95268 -1.73289,-1.75817 -2.625,-1.5625 -0.78231,0.17159 -1.29991,1.26663 -1.3125,2.21875 -1.49106,0.7049 -2.91003,2.12892 -3.78125,3.6875 -0.86553,-0.0152 -1.69085,0.16731 -2.28125,0.59375 -0.42788,0.30905 -0.78061,0.74793 -1.0625,1.28125 -0.12331,-0.19608 -0.29298,-0.37713 -0.46875,-0.53125 -2.39949,-2.10389 -8.39422,0.79368 -8.75,3.96875 -0.44868,-1.02018 -1.18204,-1.8148 -2.09375,-1.9375 -0.61276,-0.0825 -1.20413,0.13784 -1.78125,0.53125 -1.55911,-1.07772 -3.51981,-1.74621 -5.09375,-1.5 -0.0158,-1.04149 -0.29925,-2.05879 -0.96875,-2.53125 -0.43906,-0.30984 -1.07123,-0.34124 -1.6875,-0.1875 -0.005,-0.0964 -0.0183,-0.19642 -0.0625,-0.28125 -0.14696,-0.28178 -0.48657,-0.42349 -0.875,-0.46875 -0.64738,-0.0754 -1.4527,0.15022 -1.6875,0.625 -0.21543,0.43563 0.1362,1.09865 0.59375,1.4375 -0.11065,0.14485 -0.18106,0.31366 -0.25,0.46875 -0.0413,-0.0225 -0.0813,-0.0434 -0.125,-0.0625 -0.0399,-0.0535 -0.0769,-0.11187 -0.125,-0.15625 -0.0179,-0.0165 -0.0434,-0.0164 -0.0625,-0.0313 0.006,-0.0328 0.0294,-0.0601 0.0313,-0.0937 0.0239,-0.43884 -0.25733,-0.85976 -0.6875,-1.1875 -0.71695,-0.54624 -1.8234,-0.8055 -2.4375,-0.40625 -0.68059,0.44248 -0.64446,1.86187 -0.0937,2.53125 -0.40261,0.28672 -0.72891,0.62095 -0.90625,1 -0.33814,-0.2313 -0.74019,-0.43446 -1.15625,-0.59375 -0.19556,-0.65151 -0.53199,-1.18729 -1,-1.53125 0.33496,-0.5976 0.4428,-1.26839 0.125,-1.71875 -0.28249,-0.40032 -0.8347,-0.54197 -1.4375,-0.53125 -1.00467,0.0179 -2.14513,0.50754 -2.40625,1.28125 -0.13659,0.40471 0.0433,0.89252 0.34375,1.3125 -0.44966,0.29363 -0.87068,0.65444 -1.25,1.0625 -0.90674,0.29401 -1.67964,0.74453 -2.1875,1.375 -0.13195,-0.22306 -0.30781,-0.39412 -0.53125,-0.4375 -0.31597,-0.0614 -0.65657,0.12706 -0.9375,0.40625 -0.16448,0.16346 -0.29733,0.35052 -0.40625,0.5625 0.072,-1.21537 -0.21969,-2.35601 -1.0625,-2.875 -2.06464,-1.27136 -6.12496,1.5184 -6.25,3.96875 -0.88739,0.38324 -1.65044,1.06609 -1.78125,1.8125 -0.0776,0.44278 0.13873,0.89853 0.46875,1.3125 -0.15358,0.0892 -0.28309,0.20625 -0.34375,0.34375 -0.24302,0.55082 0.30736,1.62405 0.90625,1.5625 0.16127,-0.0166 0.31484,-0.11364 0.4375,-0.25 -0.0559,0.92158 0.3419,2.0171 1.03125,2.3125 0.19881,0.0852 0.42441,0.0533 0.65625,0 0.0251,0.0366 0.0322,0.0941 0.0625,0.125 -0.62497,1.01454 -1.0389,2.13702 -1.0625,3.15625 -0.41915,-0.0727 -0.88338,-0.0789 -1.34375,-0.0625 -3.02971,0.10771 -6.59665,2.07859 -6.625,4.625 -0.0419,3.75942 7.15812,6.93347 10.21875,4.75 1.5771,-1.12512 1.79207,-3.94153 1.03125,-6.15625 2.74317,0.25159 6.28051,-1.23875 7.0625,-3.46875 0.39457,-0.0611 0.76841,-0.19823 1.0625,-0.40625 -0.14898,1.86545 0.58319,4.0622 1.96875,4.6875 1.73942,0.78499 4.62146,-1.46665 4.625,-3.375 6e-5,-0.0315 0.001,-0.0621 0,-0.0937 0.58915,0.97023 1.38453,1.72377 2.28125,1.9375 0.34664,0.0826 0.69861,0.0581 1.0625,-0.0313 0.0976,-0.004 0.20683,-0.016 0.28125,-0.0625 0.0183,-0.0114 0.0153,-0.048 0.0313,-0.0625 1.26436,-0.4612 2.47724,-1.7512 2.96875,-3.09375 2.14258,1.1529 5.17243,1.50195 7.15625,0.625 -0.22628,0.4896 -0.27207,0.99226 -0.0625,1.40625 0.26843,0.53026 0.89966,0.84405 1.625,0.9375 1.2089,0.15575 2.67516,-0.27373 3.125,-1.15625 0.56472,-1.10791 -0.82048,-3.03245 -2.0625,-3.09375 -0.22752,-0.0112 -0.47854,0.037 -0.71875,0.125 0.25592,-0.63411 0.34428,-1.33239 0.21875,-1.90625 0.46826,-0.23986 0.84707,-0.56003 0.9375,-0.96875 0.002,-0.009 -0.002,-0.0217 0,-0.0313 0.47191,-0.19894 0.88482,-0.45671 1.15625,-0.8125 0.17519,-0.22964 0.30773,-0.5135 0.40625,-0.8125 0.0768,0.71322 0.37275,1.4035 0.875,1.65625 0.0852,0.0429 0.18529,0.0481 0.28125,0.0625 0.30215,1.33302 2.08532,2.78683 3.3125,2.4375 0.30356,-0.0864 0.58074,-0.30214 0.78125,-0.59375 0.18837,0.21512 0.39573,0.37662 0.625,0.5 0.007,0.0724 -0.0111,0.1455 0,0.21875 0.19049,1.25957 1.0465,2.61377 2.0625,2.8125 1.27547,0.24949 2.82616,-1.70301 2.53125,-2.96875 -0.13813,-0.59283 -0.66058,-1.13167 -1.3125,-1.53125 0.27983,-0.43091 0.47028,-0.87677 0.46875,-1.3125 0.41075,-0.1212 0.81707,-0.46761 0.84375,-0.8125 0.0171,-0.22126 -0.14756,-0.44315 -0.375,-0.59375 0.52091,0.19579 1.09067,0.21669 1.6875,0.0937 0.29895,0.50653 0.65102,0.99336 1.03125,1.40625 -0.0143,0.17222 -0.0265,0.34608 0,0.53125 0.13179,0.92271 0.72659,1.94223 1.46875,2.09375 0.59395,0.12126 1.29022,-0.42395 1.65625,-1.0625 0.0799,-0.005 0.1701,-0.0184 0.25,-0.0313 0.46181,-0.0744 0.88501,-0.25247 1.28125,-0.53125 1.79532,0.36555 3.7643,0.11817 4.875,-0.875 0.63564,-0.56839 1.09777,-1.39846 1.375,-2.375 0.37632,-1.3256 0.41305,-2.86958 0.125,-4.25 0.27715,7.8e-4 0.58486,-0.0745 0.875,-0.21875 0.4453,-0.22134 0.85269,-0.58982 1.15625,-1 0.40156,0.19338 0.9011,0.26421 1.1875,0.0625 0.0732,-0.0515 0.11352,-0.13443 0.15625,-0.21875 0.006,0.19429 0.0395,0.38968 0.0937,0.59375 -0.0195,0.007 -0.0443,-0.01 -0.0625,0 -0.51551,0.27087 -0.74056,1.4362 -0.25,1.75 0.20369,0.1303 0.47652,0.086 0.75,-0.0313 0.11395,-0.0489 0.23997,-0.11182 0.34375,-0.1875 0.0387,0.0478 0.0846,0.0793 0.125,0.125 0.12027,2.45224 2.28906,5.56476 4.46875,5.65625 0.8149,0.0342 1.62722,-0.44396 2.28125,-1.15625 0.51962,0.968 1.47623,1.80486 2.34375,1.78125 0.90593,-0.0247 1.69972,-1.167 1.875,-2.21875 1.09268,-0.27177 2.07174,-0.81321 2.5625,-1.59375 0.27231,-0.4331 0.43685,-0.95141 0.5,-1.53125 0.95066,0.39764 2.11346,0.45647 2.71875,-0.0937 0.11222,-0.10201 0.18459,-0.2323 0.25,-0.375 0.98241,-0.18981 1.8529,-1.76862 1.46875,-2.6875 -0.051,-0.12189 -0.15971,-0.23338 -0.25,-0.34375 0.0329,-0.13386 0.0674,-0.26877 0.0937,-0.40625 0.12446,-0.0244 0.23482,-0.0904 0.34375,-0.15625 0.007,-0.004 0.0244,0.004 0.0313,0 -0.10824,1.05811 0.12165,2.14753 0.71875,2.75 -1.39679,0.27468 -2.94203,1.5296 -2.71875,2.71875 0.12001,0.63915 0.70396,1.14894 1.4375,1.46875 1.029,0.44862 2.3772,0.51909 3.21875,0.0625 0.49335,0.83721 1.13988,1.49206 1.90625,1.71875 1.93766,0.57316 4.61858,-2.10922 4.53125,-4.15625 0.11354,0.323 0.31692,0.63816 0.5625,0.9375 0.85048,1.03669 2.3178,1.80479 3.34375,1.4375 0.76433,-0.27363 1.18209,-1.287 1.21875,-2.28125 0.93588,0.44722 1.96717,0.60311 2.6875,0.21875 0.64536,-0.34436 0.96634,-1.19644 1,-2.09375 0.0831,-0.0229 0.16665,-0.0356 0.25,-0.0625 1.5472,-0.49869 3.09138,-1.67795 3.84375,-3 1.18583,-0.53064 2.18846,-1.33512 2.53125,-2.3125 0.12275,0.0756 0.26195,0.13474 0.40625,0.1875 -0.0625,0.71419 0.0563,1.38091 0.40625,1.84375 -0.70223,0.22632 -1.25292,0.65712 -1.40625,1.25 -0.0927,0.35828 -0.0381,0.71969 0.125,1.09375 -0.47056,0.35467 -0.87075,0.88835 -1.0625,1.4375 -0.61256,0.92113 -0.83652,2.28008 -0.15625,2.875 0.40664,0.35563 1.04434,0.38675 1.6875,0.21875 1.07194,-0.27999 2.13983,-1.10311 2.21875,-2 0.002,-0.0199 -5.7e-4,-0.0425 0,-0.0625 0.0678,-0.0717 0.13704,-0.13951 0.1875,-0.21875 0.38689,0.072 0.77108,0.0655 1.09375,-0.0625 0.63187,-0.25071 1.04108,-1.01664 1.15625,-1.84375 0.23464,0.0818 0.48181,0.12114 0.71875,0.15625 -0.041,0.76895 0.0808,1.48247 0.375,2.0625 -0.47789,-0.13764 -0.95233,-0.14654 -1.3125,0.0937 -0.48833,0.3258 -0.68145,0.99641 -0.6875,1.71875 -0.0101,1.2039 0.55022,2.56924 1.46875,2.90625 1.15311,0.42307 2.89893,-1.14977 2.8125,-2.375 -0.0266,-0.37686 -0.22067,-0.7665 -0.5,-1.125 0.46786,0.0781 0.98874,0.083 1.5,0 0.20194,0.26401 0.45506,0.4856 0.71875,0.65625 0.79445,0.51414 1.90357,0.44802 2.96875,0.0313 0.26873,0.0927 0.5268,0.15661 0.8125,0.15625 0.095,-1.2e-4 0.18732,-0.021 0.28125,-0.0313 0.0568,0.10295 0.0869,0.21685 0.15625,0.3125 0.007,0.0129 0.0233,0.0186 0.0313,0.0313 0.009,0.0116 0.0224,0.0198 0.0313,0.0313 0.0539,0.0767 0.10914,0.15484 0.1875,0.21875 1.99808,2.15941 7.3363,2.12594 9.4375,0 0.22977,0.58433 0.53843,1.09093 1,1.34375 1.27938,0.70078 3.5337,-0.73026 3.875,-2.1875 0.78016,0.0157 1.48467,-0.14125 2.03125,-0.5 0.45809,0.33608 0.93839,0.55648 1.4375,0.59375 0.56609,0.0423 1.11593,-0.19547 1.625,-0.59375 0.61797,0.005 1.27931,-0.13142 1.9375,-0.375 0.0782,0.004 0.14177,0.006 0.21875,0 0.0304,2.38289 1.49577,5.28136 3.4375,5.75 2.23445,0.53929 5.14214,-2.77197 4.71875,-5.03125 -0.0321,-0.17143 -0.0583,-0.36231 -0.125,-0.53125 0.0279,-0.0794 0.0474,-0.16855 0.0625,-0.25 0.0274,-0.14766 0.0219,-0.28608 0,-0.4375 0.23189,1.31355 1.15394,2.68552 2.21875,2.875 0.26183,0.0466 0.51526,0.0114 0.78125,-0.0937 -0.0226,1.46124 1.10128,3.35896 2.375,3.53125 1.33251,0.18024 2.81895,-1.92934 2.4375,-3.21875 -0.0927,-0.31331 -0.32449,-0.57619 -0.59375,-0.84375 0.46428,0.38857 1.07713,0.66585 1.71875,0.875 1.48436,1.78604 5.73407,0.94483 6.96875,-1.0625 0.27577,0.0369 0.57394,0.0592 0.875,0.0313 0.047,0.15267 0.12719,0.29257 0.21875,0.4375 -2.66031,0.778 -5.28155,2.98146 -4.96875,5.21875 0.50502,3.61214 7.9121,5.56948 10.53125,3.03125 1.0524,-1.01989 1.15769,-2.89177 0.65625,-4.625 1.04267,0.64582 3.10793,-0.36223 3.375,-1.5625 0.0329,-0.14782 0.0422,-0.30673 0.0313,-0.46875 1.46614,-0.0257 2.90986,-0.50387 3.6875,-1.40625 0.88122,1.22858 2.04904,2.14485 3.25,2.25 0.97074,0.085 1.94866,-0.49892 2.75,-1.34375 0.36083,0.25665 0.74141,0.50256 1.15625,0.6875 0.019,0.0222 0.0427,0.041 0.0625,0.0625 0.32166,0.34983 0.75196,0.59134 1.25,0.71875 0.29957,0.38238 0.63152,0.68538 1.03125,0.875 1.24298,0.58964 3.022,-0.16259 4.21875,-1.34375 1.78391,0.0192 3.70209,-0.55642 4.75,-1.625 0.0126,0.004 0.0187,0.0274 0.0313,0.0313 -0.10902,0.6954 0.0159,1.42472 0.4375,1.78125 0.33495,0.28325 0.86867,0.24637 1.375,0.0625 0.76128,1.5868 1.95389,2.89044 3.3125,3.1875 2.14595,0.46922 4.73887,-2.05278 5.34375,-4.4375 0.13506,-0.14161 0.25294,-0.28486 0.375,-0.4375 0.11097,1.14174 0.46668,2.17965 1.15625,2.84375 1.27235,1.22534 3.80919,0.96639 5.6875,-0.0625 2.03328,0.0179 4.56324,-1.66012 5.03125,-3.5 0.21623,-0.18679 0.40635,-0.45871 0.5,-0.71875 0.0789,0.004 0.14516,-0.0129 0.21875,-0.0313 0.64832,-0.16118 0.97512,-1.4121 0.5625,-1.9375 -0.20799,-0.26484 -0.63981,-0.40733 -1.0625,-0.4375 0.0562,-0.091 0.10752,-0.18368 0.15625,-0.28125 0.26328,0.1099 0.58267,0.14382 0.90625,0.125 0.54561,0.8923 1.3623,1.56551 2.1875,1.4375 0.20373,-0.0316 0.41407,-0.10827 0.59375,-0.21875 0.13414,0.252 0.31137,0.47548 0.53125,0.65625 0.98001,0.8057 2.58606,0.69274 4.0625,0.0625 2.36273,-0.26598 5.20104,-2.62741 5.125,-4.75 -0.0242,-0.67602 -0.39571,-1.3114 -0.96875,-1.84375 0.84789,0.26673 1.94922,0.1605 2.46875,-0.375 0.2392,-0.24655 0.38523,-0.59967 0.46875,-1 0.004,-0.0197 -0.004,-0.0426 0,-0.0625 0.7148,-0.23807 1.44921,-0.65048 2.09375,-1.15625 0.16037,0.0718 0.31823,0.0836 0.46875,0.0313 0.25,-0.087 0.41564,-0.34166 0.5,-0.65625 0.0272,-0.10153 0.0532,-0.20412 0.0625,-0.3125 0.86152,-0.97331 1.37279,-2.12262 1.25,-3.15625 -0.15507,-1.30532 -1.57241,-2.36473 -3.125,-2.8125 -0.21637,-0.41013 -0.50012,-0.75519 -0.84375,-1 -1.72553,-1.22935 -5.33541,0.57854 -5.75,2.65625 -0.0951,0.4766 -0.0316,1.02476 0.125,1.5625 -0.44303,-0.35424 -0.93332,-0.53267 -1.375,-0.375 -0.28989,0.10349 -0.54929,0.32377 -0.71875,0.625 -0.32822,-0.46133 -0.75528,-0.7888 -1.21875,-0.78125 -0.004,-0.0747 -0.0133,-0.14506 -0.0313,-0.21875 -0.39255,-1.60829 -3.83899,-2.1718 -4.90625,-0.90625 -0.67821,0.80422 -0.18508,2.45537 0.6875,3.25 -0.0169,0.0854 -0.0295,0.16553 -0.0313,0.25 -2.1e-4,0.01 2e-5,0.0214 0,0.0313 -0.0652,-0.0731 -0.13118,-0.11234 -0.21875,-0.15625 -0.33823,-0.1696 -0.78099,-0.10199 -1.1875,0.125 -0.12385,0.0692 -0.22932,0.15821 -0.34375,0.25 -0.11517,-0.30626 -0.38246,-0.59836 -0.65625,-0.625 -0.50127,-0.0488 -1.23704,0.66533 -1.03125,1.125 0.0855,0.19087 0.30914,0.29874 0.5625,0.34375 0.13805,0.0245 0.29393,0.0168 0.4375,0 -0.0202,0.0432 -0.0467,0.0816 -0.0625,0.125 -0.28883,0.0361 -0.568,0.1788 -0.8125,0.40625 -0.0529,5.4e-4 -0.10302,-0.007 -0.15625,0 -0.28201,-0.41616 -0.58703,-0.79983 -0.9375,-1.09375 0.0325,-0.0657 0.0731,-0.14741 0.0937,-0.21875 0.14168,-0.48939 -0.0224,-1.02395 -0.34375,-1.53125 0.0447,0.008 0.0788,0.0257 0.125,0.0313 0.96238,0.11556 2.20908,-0.32201 2.34375,-1.125 0.19883,-1.18551 -1.92537,-2.53864 -3,-2 -0.55955,0.28046 -0.7645,1.16436 -0.625,1.90625 -0.77697,-0.54422 -1.70544,-0.84876 -2.40625,-0.59375 -0.55813,0.20309 -0.92529,0.8276 -1.09375,1.53125 -0.55707,-0.33162 -1.15636,-0.62588 -1.78125,-0.8125 -0.011,-0.0328 -0.0192,-0.061 -0.0313,-0.0937 -0.44394,-1.21042 -1.54604,-2.38367 -2.59375,-2.375 -1.24274,0.0103 -2.34434,1.99027 -2,3.21875 -0.0741,0.0705 -0.14773,0.14204 -0.21875,0.21875 -0.39878,-1.43016 -1.10237,-2.66481 -2.15625,-3.25 -2.37739,-1.32011 -6.62036,1.28916 -7.34375,4 -0.18496,-0.26075 -0.42765,-0.45004 -0.6875,-0.53125 -0.325,-0.10157 -0.69592,0.0179 -1.03125,0.25 -0.064,-0.018 -0.12267,-0.05 -0.1875,-0.0625 -1.26318,-0.24441 -2.66568,0.80303 -3.53125,2.125 0.016,-0.12358 0.02,-0.25046 0.0313,-0.375 0.36624,-0.27315 0.62538,-0.63234 0.65625,-1.03125 0.0406,-0.52469 -0.26321,-1.05204 -0.75,-1.46875 -0.24654,-1.33188 -0.81616,-2.51528 -1.71875,-3.15625 -2.13262,-1.51449 -6.45234,0.54409 -7.40625,3.0625 -0.57449,-0.17271 -1.13402,-0.17145 -1.5625,0.0625 -0.34888,0.19048 -0.57343,0.58006 -0.6875,1.03125 -0.0596,-0.0154 -0.12763,-0.0172 -0.1875,-0.0313 -0.75114,-0.86289 -1.83893,-1.49442 -2.71875,-1.3125 -0.75222,0.15554 -1.28977,1.01526 -1.5,1.9375 -0.45826,0.3884 -0.84523,0.91969 -1.15625,1.53125 -1.06143,-0.0396 -2.07576,0.18306 -2.78125,0.6875 -0.0166,-0.32531 -0.10073,-0.62916 -0.21875,-0.90625 0.35991,0.0336 0.69749,-0.0414 0.9375,-0.21875 0.78004,-0.57628 0.88688,-2.51381 0,-2.90625 -0.36826,-0.16295 -0.8295,-0.0434 -1.25,0.21875 -0.70084,0.43692 -1.29892,1.28167 -1.15625,1.9375 0.0173,0.0796 0.0528,0.14688 0.0937,0.21875 -0.25146,0.0782 -0.48861,0.23963 -0.71875,0.4375 -0.44068,0.37889 -0.82279,0.90718 -0.96875,1.4375 -0.25563,-0.41265 -0.61334,-0.72825 -1,-0.84375 -1.06753,-0.3189 -2.55265,1.20802 -2.40625,2.3125 0.0662,0.4995 0.44069,1.01589 0.9375,1.40625 -0.003,0.01 0.003,0.0216 0,0.0313 -0.0308,-0.009 -0.0628,-0.0229 -0.0937,-0.0313 -0.82569,-0.96052 -2.0669,-1.77133 -3.3125,-2.15625 0.4392,-2.21661 0.1548,-4.58829 -1.125,-5.8125 -2.13149,-2.0389 -7.48196,-0.21717 -8.46875,2.5625 -0.28395,0.79987 -0.25518,1.73342 -0.0313,2.71875 0.042,0.18475 0.0996,0.37708 0.15625,0.5625 -0.24894,0.33598 -0.39655,0.79814 -0.25,1.09375 0.12253,0.24716 0.47396,0.32976 0.8125,0.3125 0.0905,0.18013 0.17948,0.35717 0.28125,0.53125 -0.23771,0.20781 -0.44066,0.48077 -0.59375,0.8125 -0.26429,0.57269 -0.38375,1.26433 -0.34375,1.90625 -0.25294,0.46585 -0.21427,1.25289 0.15625,1.5625 0.20662,0.17265 0.53887,0.23641 0.875,0.21875 0.0376,0.013 0.0862,0.0215 0.125,0.0313 -0.054,0.41104 -0.0674,0.81359 0.0313,1.1875 0.0994,0.37701 0.31936,0.72658 0.59375,1.03125 -0.64398,-0.48236 -1.5083,-0.81131 -2.25,-0.8125 0.20918,-0.46587 0.32288,-0.96025 0.21875,-1.375 -0.15095,-0.60127 -0.68132,-1.15558 -1.34375,-1.5625 0.0547,-0.67513 -0.50959,-1.62926 -1.125,-1.5625 -0.29204,0.0317 -0.54906,0.27459 -0.71875,0.59375 -0.0602,0.11313 -0.0863,0.24807 -0.125,0.375 -0.42124,0.009 -0.78525,0.10943 -1.0625,0.375 -0.4599,0.44053 -0.58655,1.19771 -0.46875,1.96875 -0.10047,-0.49421 -0.46154,-0.97294 -0.90625,-1.375 0.41563,-0.0711 0.85774,-0.28751 1.25,-0.59375 1.04367,-0.81478 1.83806,-2.25972 1.5,-3.28125 -0.21482,-0.64914 -0.98512,-1.06847 -1.8125,-1.21875 -0.064,-0.33024 -0.21441,-0.6628 -0.46875,-0.96875 -0.66818,-0.80379 -1.82714,-1.41649 -2.625,-1.125 -0.23801,0.087 -0.4411,0.29618 -0.59375,0.53125 -0.17747,-0.31166 -0.4057,-0.55409 -0.6875,-0.625 -0.40265,-0.10131 -0.89766,0.23953 -1.1875,0.65625 0.11172,-0.98273 -0.0725,-1.9 -0.625,-2.59375 -1.34604,-1.69032 -4.44799,-1.66054 -7,-0.65625 -0.529,-0.19306 -1.10993,-0.30896 -1.71875,-0.375 -1.19116,-1.63026 -4.42572,-2.5744 -5.90625,-1.4375 -0.85291,0.65495 -0.95997,2.13954 -0.59375,3.40625 -0.17079,0.19944 -0.32122,0.42952 -0.4375,0.65625 -0.0109,0.0214 -0.0209,0.0409 -0.0313,0.0625 -0.49176,0.23328 -0.88221,0.5807 -1,1 -0.10504,0.37391 0.0526,0.78827 0.34375,1.15625 -0.0428,0.008 -0.0824,0.0224 -0.125,0.0313 -0.91397,-0.34272 -2.07071,-0.35615 -3.21875,-0.0937 -0.0958,-0.23092 -0.20056,-0.4607 -0.34375,-0.65625 -0.0978,-0.13351 -0.22071,-0.26368 -0.34375,-0.375 0.3417,-0.0626 0.63095,-0.21342 0.8125,-0.46875 0.0462,-0.0649 0.063,-0.14547 0.0937,-0.21875 0.0538,0.0126 0.10263,0.0274 0.15625,0.0313 1.10661,0.0785 2.6359,-1.56215 2.15625,-2.5625 -0.19916,-0.41537 -0.68949,-0.63425 -1.25,-0.71875 -0.734,-0.11066 -1.582,0.0364 -2.09375,0.4375 -0.343,-0.29057 -0.74999,-0.47352 -1.125,-0.46875 -0.79324,0.0101 -1.50207,1.02538 -1.625,1.9375 -0.0809,0.0226 -0.17,0.0247 -0.25,0.0625 -0.98138,-0.97699 -2.30895,-1.70238 -3.5,-1.75 1.17645,-0.43219 2.30095,-1.56141 2.03125,-2.5625 -0.15491,-0.57499 -0.71388,-1.01008 -1.40625,-1.25 -0.72122,-0.24992 -1.58285,-0.30966 -2.28125,-0.125 -0.79205,-2.1504 -2.30571,-4.03296 -4.0625,-4.40625 -0.1814,-0.0385 -0.3453,-0.0614 -0.53125,-0.0625 z m -348.15625,0.125 c -0.94996,-0.0651 -1.9068,0.19633 -2.25,0.875 -0.28501,0.5636 -0.12659,1.32018 0.25,2 0.62764,1.13304 1.89877,2.10791 2.9375,1.9375 1.30401,-0.21393 2.10435,-2.61682 1.375,-3.71875 -0.41975,-0.63418 -1.36254,-1.02868 -2.3125,-1.09375 z m 31.46875,1.71875 c -0.0445,0.0297 -0.0808,0.0626 -0.125,0.0937 -0.29555,0.20852 -0.57468,0.45292 -0.84375,0.71875 -0.16286,-0.0302 -0.32987,-0.0453 -0.5,-0.0625 -0.04,-0.004 -0.0847,0.003 -0.125,0 -0.0578,-0.15772 -0.14578,-0.31199 -0.21875,-0.46875 0.62995,-0.003 1.25324,-0.10807 1.8125,-0.28125 z m 5.90625,1.90625 c 0.56589,0.34802 1.24536,0.60175 1.90625,0.75 -0.17683,0.0393 -0.32329,0.11241 -0.46875,0.21875 -0.34326,0.25095 -0.5673,0.64879 -0.65625,1.125 -0.0229,-0.0428 -0.0367,-0.0856 -0.0625,-0.125 -0.0287,-0.65207 -0.32044,-1.32472 -0.71875,-1.96875 z M 5.09375,246.0625 c -0.1088692,-9.7e-4 -0.2105184,0.005 -0.3125,0.0313 -1.0242099,0.26132 -1.5017083,2.23522 -0.84375,3.0625 0.044977,0.0565 0.1001637,0.10625 0.15625,0.15625 -0.7681504,0.0435 -1.4607768,0.27496 -2,0.75 -0.4688771,0.41307 -0.7735936,0.9589 -0.96875,1.59375 -0.34802108,0.052 -0.68275665,0.1782 -0.96875,0.375 -2.3922412,1.64617 -1.14654641,7.60153 1.59375,8.5625 0.7218143,0.25313 1.5530802,0.076 2.34375,-0.34375 0.4258188,0.30115 0.870092,0.52018 1.34375,0.625 2.8911224,0.63983 6.569436,-3.69424 5.96875,-6.59375 -0.03667,-0.17701 -0.09043,-0.35672 -0.15625,-0.53125 1.071189,-1.31437 1.656506,-2.94345 1,-4.125 C 11.509171,248.29174 9.4922901,247.8415 7.5625,248.0938 7.492727,247.87777 7.3901439,247.64547 7.25,247.43755 6.7433071,246.6858 5.8558343,246.06933 5.09375,246.06255 z M 450.25,247.09375 c -0.75482,0.0176 -1.44738,0.24361 -1.8125,0.71875 -0.73339,0.95437 0.20395,3.06568 1.375,3.34375 1.34792,0.32007 3.57673,-1.3579 3.1875,-2.6875 -0.16162,-0.55208 -0.73255,-0.97025 -1.40625,-1.1875 -0.42106,-0.13578 -0.89086,-0.19804 -1.34375,-0.1875 z m 68.375,2.4375 c 0.0301,0.005 0.063,-0.003 0.0937,0 -0.0307,0.0108 -0.0632,0.0194 -0.0937,0.0313 0.002,-0.0101 -0.002,-0.0211 0,-0.0313 z m 117.46875,1.84375 c 0.0597,0.0749 0.12488,0.14671 0.1875,0.21875 0.0444,0.41609 0.11127,0.80165 0.25,1.15625 -0.0302,0.0524 -0.0662,0.10303 -0.0937,0.15625 -0.23498,-0.23505 -0.55101,-0.40189 -0.90625,-0.53125 0.28297,-0.25578 0.50688,-0.56049 0.5625,-0.875 0.007,-0.039 -0.003,-0.0848 0,-0.125 z M 513.75,252.4375 c 0.66555,0.16148 1.33191,0.21833 1.9375,0.15625 -0.0595,0.11673 -0.13426,0.22491 -0.1875,0.34375 -0.0105,-2.6e-4 -0.0207,1.8e-4 -0.0313,0 -0.46865,-0.008 -0.96042,0.0863 -1.4375,0.21875 -0.0714,-0.24312 -0.16662,-0.48776 -0.28125,-0.71875 z m 33.4375,1.46875 c 0.20732,0.62706 1.17857,1.20664 1.8125,1.0625 0.0689,0.23702 0.16014,0.43736 0.3125,0.59375 0.20826,0.21377 0.53124,0.38255 0.875,0.46875 -0.20392,0.77701 -0.1619,1.71743 0.125,2.4375 -0.28504,-0.18419 -0.6074,-0.28657 -0.875,-0.21875 -0.1694,0.0429 -0.32312,0.13575 -0.46875,0.28125 -0.14659,-0.0453 -0.29174,-0.0612 -0.4375,-0.0937 0.003,-0.0411 3.3e-4,-0.0843 0,-0.125 0.22436,-0.4558 0.34403,-0.94273 0.34375,-1.40625 -6.2e-4,-1.01929 -0.73191,-1.98516 -1.75,-2.6875 0.0339,-0.10445 0.0338,-0.20823 0.0625,-0.3125 z m -54.34375,1.03125 c 0.0115,0.0414 0.0188,0.0835 0.0313,0.125 0.4043,1.34646 1.30321,2.67695 2.375,3.5625 -0.80318,0.17755 -1.49758,0.57532 -1.6875,1.21875 -0.0377,0.12783 -0.0617,0.27244 -0.0625,0.40625 -0.14551,-0.44454 -0.40507,-0.9022 -0.75,-1.3125 -0.82815,-0.98508 -2.13262,-1.78187 -3.34375,-2.03125 -0.0223,-0.25285 -0.058,-0.51805 -0.15625,-0.78125 -0.0572,-0.1532 -0.13996,-0.31851 -0.21875,-0.46875 0.81652,0.10362 1.62372,0.0675 2.25,-0.25 0.20578,-0.10432 0.37532,-0.25265 0.5625,-0.40625 0.33574,0.0339 0.68467,0.0145 1,-0.0625 z M 595.75,255 c 0.0103,0.0889 0.0111,0.19569 0.0313,0.28125 -0.0864,0.0228 -0.16744,0.0334 -0.25,0.0625 0.07,-0.11368 0.15548,-0.22215 0.21875,-0.34375 z m -19.9375,0.15625 c -0.003,0.0716 0.03,0.14571 0.0313,0.21875 -0.0122,0.003 -0.0191,0.0281 -0.0313,0.0313 -0.0519,-0.0651 -0.10044,-0.12888 -0.15625,-0.1875 0.0551,-0.0132 0.10426,-0.0448 0.15625,-0.0625 z m -345.71875,1.40625 c -0.58198,0.0529 -1.22298,0.43573 -1.34375,0.90625 -0.17556,0.0169 -0.3483,0.0431 -0.46875,0.15625 -0.24119,0.22656 -0.28258,0.62909 -0.21875,1.03125 0.10637,0.67027 0.55172,1.36683 1.09375,1.46875 0.6268,0.11786 1.38683,-0.74217 1.375,-1.40625 0.17228,-0.0227 0.34835,-0.0598 0.46875,-0.15625 0.49788,-0.3988 0.25526,-1.61543 -0.3125,-1.90625 -0.16338,-0.0837 -0.37583,-0.11354 -0.59375,-0.0937 z m 9.5625,0.59375 c 0.01,-0.002 0.0213,0.002 0.0313,0 0.0116,0.14476 0.008,0.29163 0.0313,0.4375 -0.0536,-0.0521 -0.0995,-0.1085 -0.15625,-0.15625 0.0292,-0.0916 0.0683,-0.1873 0.0937,-0.28125 z m 136.96875,2.6875 c -0.79353,0.0462 -1.53954,0.29918 -1.90625,0.8125 -0.73657,1.03107 0.35142,3.2192 1.59375,3.46875 1.42996,0.28723 3.67712,-1.58413 3.21875,-2.96875 -0.19033,-0.57493 -0.78319,-0.95242 -1.5,-1.15625 -0.448,-0.1274 -0.93013,-0.18398 -1.40625,-0.15625 z m 31.40625,0.0313 c 0.19898,0.42374 0.86053,0.55078 1.40625,0.4375 0.0431,0.70573 0.22332,1.4475 0.5625,2.15625 -0.0201,0.0417 -0.0433,0.0831 -0.0625,0.125 -0.37,-0.22379 -0.86033,-0.32312 -1.375,-0.3125 -0.0714,0.001 -0.14628,0.0258 -0.21875,0.0313 -0.27657,-0.0319 -0.55398,-0.005 -0.8125,0.0313 0.007,-0.13043 -0.0147,-0.26598 -0.0625,-0.375 -0.03,-0.0684 -0.07,-0.13362 -0.125,-0.1875 0.0376,-0.12469 0.0415,-0.27223 0.0625,-0.40625 0.0193,-0.0331 0.0438,-0.06 0.0625,-0.0937 0.23247,-0.42025 0.43748,-0.91472 0.5625,-1.40625 z m -17.1875,1.09375 c -1.30738,0.0178 -2.98165,1.75996 -2.71875,3 0.17335,0.81767 1.36616,1.35186 2.34375,1.3125 -0.0302,0.0565 -0.0712,0.097 -0.0937,0.15625 -0.48726,1.27883 1.25879,3.26688 2.625,3.1875 0.64807,-0.0377 1.30966,-0.50826 1.84375,-1.125 0.71951,0.83395 2.54721,1.07791 3.34375,0.375 1.06097,-0.93626 0.96373,-3.76044 -0.375,-4.21875 -0.01,-0.003 -0.0215,0.003 -0.0313,0 -0.053,-0.59298 -0.28046,-1.11296 -0.71875,-1.34375 -0.50329,-0.26502 -1.16893,-0.13406 -1.78125,0.21875 0.0823,-0.39309 0.0376,-0.81086 -0.1875,-1.03125 -0.37681,-0.3689 -1.31784,-0.0886 -1.5,0.40625 -0.17177,0.46663 0.21368,1.25391 0.6875,1.46875 -0.13637,0.16167 -0.24761,0.3261 -0.34375,0.5 -0.0928,-0.009 -0.1859,-0.0293 -0.28125,-0.0313 -0.54916,-0.0114 -1.13066,0.0917 -1.65625,0.28125 0.4281,-1.08689 0.27022,-2.6607 -0.625,-3.0625 -0.16521,-0.0741 -0.34448,-0.0963 -0.53125,-0.0937 z m 182.90625,0 c 0.31479,0.42969 0.66127,0.8456 1.0625,1.15625 0.0426,0.36062 0.13495,0.71842 0.28125,1.03125 0.0621,0.13281 0.13425,0.25508 0.21875,0.375 -0.10506,-0.01 -0.21459,-0.0186 -0.3125,0 -0.13524,0.0257 -0.2753,0.0818 -0.40625,0.15625 -0.24539,-0.13479 -0.58533,-0.1887 -0.78125,-0.0625 -0.0351,0.0226 -0.0637,0.0609 -0.0937,0.0937 -0.12537,-0.0718 -0.24391,-0.13529 -0.375,-0.1875 -0.19126,-0.0762 -0.38403,-0.11436 -0.59375,-0.15625 0.24085,-0.40872 0.34433,-0.87698 0.15625,-1.21875 -0.0427,-0.0776 -0.12315,-0.12579 -0.1875,-0.1875 0.40919,-0.2998 0.76333,-0.63093 1.03125,-1 z m -135.96875,0.59375 c 0.0818,0.1341 0.15068,0.27737 0.25,0.40625 -0.0863,0.0947 -0.15879,0.21896 -0.21875,0.34375 0.003,-0.24824 -0.002,-0.49681 -0.0313,-0.75 z m -53.375,0.0625 c -0.48627,0.0196 -0.97089,0.15219 -1.25,0.4375 -0.21417,0.21893 -0.33031,0.54964 -0.40625,0.90625 -0.22783,1.06983 0.1425,2.48566 1.03125,2.71875 1.31212,0.34412 3.05847,-1.89368 2.5625,-3.15625 -0.24322,-0.61915 -1.12705,-0.93897 -1.9375,-0.90625 z m 61.90625,0.59375 c 0.25412,0.49883 0.58652,0.9256 1.03125,1.1875 -0.12552,-0.0286 -0.23933,-0.0375 -0.34375,0 -0.0962,0.0345 -0.1697,0.13213 -0.25,0.21875 -0.0223,-0.0318 -0.039,-0.0622 -0.0625,-0.0937 -0.20365,-0.2726 -0.47438,-0.52009 -0.75,-0.75 0.15814,-0.17698 0.29644,-0.36731 0.375,-0.5625 z m -42.71875,0.46875 c 0.49936,0.15101 1.02393,0.24053 1.5,0.21875 0.1255,0.0273 0.24722,0.0211 0.375,0.0313 0.0365,0.19783 0.0918,0.37953 0.1875,0.53125 -0.16641,0.17835 -0.28741,0.3881 -0.375,0.59375 -0.51413,-0.19464 -1.19091,0.0106 -1.71875,0.4375 -0.0237,-0.0414 -0.0357,-0.0842 -0.0625,-0.125 -0.17602,-0.26761 -0.4167,-0.51845 -0.6875,-0.71875 0.0866,-0.0728 0.16877,-0.13287 0.25,-0.21875 0.20289,-0.21449 0.37776,-0.47883 0.53125,-0.75 z m -22.9375,1.28125 c -0.0713,-0.007 -0.15156,0.008 -0.21875,0.0313 -0.22321,0.0766 -0.36113,0.31358 -0.4375,0.59375 -0.12729,0.46694 -0.0413,1.05613 0.28125,1.28125 0.40488,0.28261 1.22055,-0.13987 1.3125,-0.625 0.0926,-0.4886 -0.4384,-1.23008 -0.9375,-1.28125 z m -89.09375,0.3125 c 0.13976,0.0507 0.28861,0.0858 0.4375,0.125 0.40026,0.10541 0.84585,0.16841 1.28125,0.1875 -0.64459,0.43228 -1.11089,0.99234 -1.0625,1.625 0.0188,0.24581 0.10899,0.5022 0.25,0.71875 -0.15475,0.0555 -0.30821,0.0997 -0.4375,0.1875 -0.40053,0.27212 -0.70802,0.72119 -0.9375,1.25 -0.16075,0.37043 -0.27742,0.79755 -0.34375,1.21875 -0.32364,-0.30059 -0.69663,-0.55389 -1.09375,-0.71875 0.96274,-0.69458 1.66929,-1.56826 1.90625,-2.53125 0.11271,-0.45807 0.0902,-0.92361 -0.0313,-1.40625 0.0379,-0.20636 0.0657,-0.42361 0.0313,-0.65625 z m 126.21875,0.90625 c 0.13837,0.0747 0.27655,0.14011 0.4375,0.1875 -0.42722,0.79503 -0.61989,1.66291 -0.375,2.34375 0.0838,0.23296 0.25002,0.41434 0.4375,0.59375 0.0302,0.14562 0.0858,0.29265 0.125,0.4375 -0.73274,-0.97052 -1.84152,-1.75816 -2.90625,-2 0.92165,-0.36491 1.73906,-0.91354 2.28125,-1.5625 z m -40.9375,0.0625 c -0.34025,0.0202 -0.62655,0.63538 -0.46875,0.9375 0.18164,0.34775 0.97528,0.48623 1.1875,0.15625 0.0881,-0.13701 0.0473,-0.31556 -0.0313,-0.5 -0.13088,-0.30739 -0.41647,-0.60983 -0.6875,-0.59375 z m -23.875,0.65625 c -0.16829,0.004 -0.32308,0.0518 -0.5,0.125 -0.58972,0.24409 -1.1505,0.8257 -1.125,1.34375 0.032,0.65036 1.13858,1.17062 1.71875,0.875 0.66779,-0.34027 1.00125,-1.807 0.375,-2.21875 -0.13002,-0.0855 -0.30046,-0.12939 -0.46875,-0.125 z m 18.90625,0.125 c -0.15916,3e-5 -0.33101,0.0289 -0.5,0.0937 -0.56331,0.21623 -1.10516,0.75978 -1.09375,1.25 0.0143,0.61541 1.06946,1.14017 1.625,0.875 0.63944,-0.30522 0.95676,-1.68928 0.375,-2.09375 -0.12078,-0.084 -0.24709,-0.12503 -0.40625,-0.125 z m -116.375,0.5 c -0.4075,-0.0301 -0.92779,0.19093 -0.96875,0.53125 -0.0227,0.18841 0.10515,0.37789 0.28125,0.53125 0.2935,0.25561 0.75537,0.40469 1.03125,0.25 0.34634,-0.19419 0.31903,-0.95111 0,-1.1875 -0.0918,-0.068 -0.20792,-0.11496 -0.34375,-0.125 z m 182.25,0.0625 c -0.36721,0.0162 -0.73817,0.15892 -0.90625,0.40625 -0.38692,0.56937 10e-4,1.88321 0.6875,1.9375 0.28495,0.0225 0.56126,-0.16305 0.78125,-0.4375 0.36665,-0.45742 0.56226,-1.15681 0.3125,-1.5625 -0.15677,-0.25465 -0.50779,-0.35998 -0.875,-0.34375 z m -161.0625,0.125 c -0.26521,0.007 -0.55565,0.23618 -0.6875,0.5 -0.21317,-0.0451 -0.44048,-0.0544 -0.625,0 -0.27344,0.0806 -0.49982,0.29848 -0.71875,0.5625 -0.1593,-0.11152 -0.3464,-0.1869 -0.53125,-0.1875 -0.71689,-0.002 -1.36213,0.90776 -1.53125,1.78125 -0.18007,-0.12381 -0.36858,-0.21807 -0.5625,-0.25 -1.25161,-0.20608 -3.15933,1.46676 -2.71875,2.65625 0.18294,0.49391 0.71452,0.81343 1.34375,0.96875 1.04871,0.25887 2.35881,0.0442 2.84375,-0.6875 0.19317,-0.29148 0.20808,-0.66565 0.125,-1.0625 0.54095,0.0473 1.1773,-0.13186 1.53125,-0.46875 0.16773,0.003 0.35365,0.006 0.53125,-0.0313 0.88799,-0.1872 1.80663,-0.83175 1.90625,-1.5625 0.0428,-0.31364 -0.10526,-0.65254 -0.34375,-0.9375 0.0316,-0.0895 0.0611,-0.20595 0.0625,-0.3125 0.005,-0.38944 -0.20335,-0.82715 -0.5,-0.9375 -0.0466,-0.0173 -0.0738,-0.0326 -0.125,-0.0313 z m 98.5625,0.0937 c -0.0786,0.006 -0.14611,0.0307 -0.21875,0.0625 -0.39088,0.1709 -0.62217,0.64843 -0.65625,1.1875 -0.96007,0.68391 -1.68991,1.81107 -1.34375,2.6875 0.30144,0.76319 1.3011,1.1903 2.34375,1.25 1.22423,2.75453 5.24504,5.27697 7.78125,4.3125 1.19673,-0.45509 1.96305,-1.83336 2.25,-3.375 0.33455,0.35546 0.71246,0.59034 1.15625,0.625 2.02898,0.15845 4.00621,-3.61178 2.9375,-5.34375 -0.83853,-1.35893 -3.88508,-1.16539 -4.78125,0.15625 -0.0247,0.0364 -0.0403,0.0865 -0.0625,0.125 -0.0754,-0.0974 -0.16466,-0.19593 -0.25,-0.28125 -0.55581,-0.55573 -1.33702,-0.92013 -2.25,-1.125 -1.72738,-0.38762 -3.83772,-0.16626 -5.3125,0.625 -0.11517,-0.0693 -0.22411,-0.11518 -0.34375,-0.15625 -0.33712,-0.44106 -0.80969,-0.78479 -1.25,-0.75 z m 38.1875,0.4375 c -0.0975,0.10273 -0.16986,0.22096 -0.25,0.34375 -0.0204,-0.099 -0.0331,-0.21469 -0.0625,-0.3125 0.10581,-0.006 0.2057,-0.0203 0.3125,-0.0313 z m -160.78125,0.25 c -0.13872,0.0221 -0.25935,0.0787 -0.375,0.15625 -0.38418,0.2575 -0.55895,0.77465 -0.5625,1.34375 -0.006,0.9485 0.43203,2.04854 1.15625,2.3125 0.90918,0.33137 2.28891,-0.90986 2.21875,-1.875 -0.0707,-0.97204 -1.46644,-2.09194 -2.4375,-1.9375 z m 54.375,0.5 c 0.16923,0.31483 0.39117,0.59353 0.65625,0.875 -0.2721,0.12219 -0.47706,0.28123 -0.5625,0.53125 -0.0421,0.12304 -0.0455,0.27289 -0.0313,0.40625 -0.18507,-0.17346 -0.39133,-0.34243 -0.59375,-0.5 0.17822,-0.20852 0.35058,-0.41358 0.4375,-0.65625 0.0739,-0.20623 0.10273,-0.43087 0.0937,-0.65625 z m -49.59375,2.0625 c -0.98869,0.0741 -1.90343,0.46831 -2.15625,1.21875 -0.20996,0.62321 0.0421,1.35536 0.53125,2 0.81525,1.07441 2.29857,1.92377 3.34375,1.59375 1.3121,-0.4143 1.79045,-3.00402 0.875,-4.03125 -0.52686,-0.59119 -1.60506,-0.85539 -2.59375,-0.78125 z m 54.53125,4.5625 c -1.3806,-0.0376 -3.07144,0.75076 -3.15625,1.90625 -0.0469,0.63972 0.38132,1.2911 1,1.78125 1.03113,0.81692 2.59282,1.25314 3.5,0.6875 1.13886,-0.7101 0.98932,-3.28323 -0.125,-4.03125 -0.32065,-0.21525 -0.75855,-0.33121 -1.21875,-0.34375 z m -14.03125,6.34375 c -0.64456,0.052 -1.20864,0.30813 -1.46875,0.78125 -0.28801,0.52388 -0.17783,1.2196 0.15625,1.875 0.55679,1.09234 1.73054,2.06482 2.71875,1.9375 1.24059,-0.15984 2.09152,-2.40251 1.4375,-3.46875 -0.4705,-0.76704 -1.76948,-1.21166 -2.84375,-1.125 z m -133.40625,1.71875 c -0.70373,-0.042 -1.68621,0.82282 -1.59375,1.5 0.0829,0.60723 1.19877,1.01189 1.71875,0.6875 0.14963,-0.0933 0.28398,-0.24831 0.375,-0.4375 0.27307,-0.56757 0.24679,-1.43613 -0.21875,-1.6875 -0.0859,-0.0464 -0.18072,-0.0565 -0.28125,-0.0625 z m 1.8125,0.34375 c -0.17072,0.0373 -0.31626,0.15179 -0.375,0.28125 -0.13521,0.29802 0.14287,0.87381 0.46875,0.84375 0.13531,-0.0125 0.26289,-0.13489 0.34375,-0.28125 0.13477,-0.24393 0.14981,-0.58015 0,-0.75 -0.094,-0.10661 -0.26678,-0.13105 -0.4375,-0.0937 z"
+         transform="translate(-664,122)"
+         id="path9440"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#5e1900;fill-opacity:1;stroke:none"
+         d="m 214,232.5625 c -0.40532,-0.0225 -0.77093,0.059 -1.0625,0.25 -0.97609,0.63946 -0.76445,2.87153 0.21875,3.5 1.1317,0.72339 3.68176,-0.12734 3.75,-1.46875 0.0283,-0.55699 -0.35891,-1.08601 -0.90625,-1.5 -0.57015,-0.43124 -1.32447,-0.74372 -2,-0.78125 z m -0.59375,6.96875 c -1.29853,-0.0694 -2.50968,0.25282 -3.15625,1.125 -1.90914,2.57532 1.51304,8.38341 4.71875,8.40625 2.51526,0.0179 4.79529,-4.22939 3.78125,-6.53125 -0.2918,-0.66238 -0.87836,-1.2697 -1.59375,-1.75 -1.07309,-0.72045 -2.45147,-1.18057 -3.75,-1.25 z M 147.625,277.6875 c -0.1264,-0.005 -0.25575,0.004 -0.375,0.0313 -0.73145,0.16561 -1.25253,1.06069 -1.375,1.96875 -0.10325,-0.0528 -0.20152,-0.11184 -0.3125,-0.15625 -1.24368,-0.49771 -2.93521,-0.47186 -3.65625,0.34375 -0.90518,1.0239 0.0389,3.49995 1.34375,3.90625 1.22032,0.37997 3.17367,-0.72697 3.6875,-1.96875 1.18223,0.52894 3.02849,0.39314 3.46875,-0.625 0.23294,-0.53868 0.0747,-1.23416 -0.3125,-1.84375 -0.56471,-0.88898 -1.58397,-1.62434 -2.46875,-1.65625 z m -12.5625,1.21875 c -1.60472,0.0399 -3.58066,1.59975 -3.71875,3.09375 -0.0489,0.52912 0.0871,1.1242 0.375,1.6875 0.86357,1.68991 2.95443,3.18963 4.40625,2.53125 2.14341,-0.97201 2.01787,-5.90486 -0.0313,-7.0625 -0.30146,-0.17031 -0.66093,-0.2592 -1.03125,-0.25 z m 8.28125,5.125 c -0.60064,-0.0192 -1.14578,0.12656 -1.625,0.4375 -1.76195,1.14324 -1.96449,4.25852 -1.09375,6.75 -0.71158,-0.17657 -1.42023,-0.19404 -2,0.0313 -0.40064,0.15569 -0.78496,0.4367 -1.125,0.78125 -0.50831,0.009 -0.96054,0.11453 -1.3125,0.375 -0.53049,0.3926 -0.75544,1.16678 -0.71875,1.96875 -0.26714,-0.0327 -0.5389,5e-5 -0.8125,0.125 0.61621,-0.78725 0.94622,-1.96424 0.53125,-2.65625 -0.53311,-0.88902 -2.53239,-0.75676 -3.125,0.0937 -0.13314,0.19109 -0.18258,0.42232 -0.21875,0.6875 -0.0313,-0.006 -0.0616,-0.0282 -0.0937,-0.0313 -0.27857,-0.0266 -0.5528,0.0515 -0.8125,0.21875 -0.16362,-0.0643 -0.33604,-0.0961 -0.5,-0.0937 -0.22172,0.003 -0.42766,0.11056 -0.625,0.25 -0.97318,-0.80743 -2.11694,-1.32847 -3.15625,-1.28125 -0.68549,0.0312 -1.38045,0.30971 -2.0625,0.71875 -0.0583,-0.15012 -0.13083,-0.28293 -0.25,-0.34375 -0.32742,-0.1671 -0.88794,0.25786 -0.90625,0.625 -0.007,0.14688 0.0754,0.29329 0.1875,0.4375 -0.28802,0.24442 -0.58397,0.4946 -0.84375,0.78125 -0.0804,-0.46152 -0.26251,-0.91036 -0.5625,-1.15625 0.0866,-0.99977 -0.0731,-1.93553 -0.53125,-2.65625 -0.77535,-1.21964 -2.60331,-1.67714 -4.375,-1.5 -1.05318,-1.19974 -2.38956,-2.04036 -3.65625,-2 -0.75392,0.024 -1.48261,0.42266 -2.09375,1.03125 -1.10822,-0.21803 -2.51755,0.10324 -3.625,0.75 0.31839,-0.88535 0.25626,-1.96514 -0.375,-2.375 -0.41939,-0.27229 -0.99534,-0.20734 -1.5625,0.0313 -0.94526,0.39764 -1.82701,1.32412 -1.78125,2.15625 0.0482,0.87694 1.31852,1.57083 2.28125,1.5 -0.14108,0.22662 -0.22834,0.47225 -0.28125,0.71875 -0.109,0.50787 0.0458,1.05141 0.34375,1.5625 -2.15486,0.16734 -4.60806,1.60461 -4.59375,3.40625 0.001,0.15903 0.0269,0.31407 0.0625,0.46875 -0.51208,-0.12757 -1.05341,-0.1996 -1.5625,-0.1875 0.0741,-0.27482 0.10168,-0.56558 0,-0.78125 -0.14336,-0.30408 -0.526241,-0.46556 -0.9375,-0.5 0.05559,-0.22115 0.07538,-0.46574 0.0625,-0.71875 -0.01166,-0.22915 -0.06426,-0.45767 -0.125,-0.6875 0.104644,0.12397 0.242892,0.21666 0.375,0.28125 0.91515,0.44744 2.75181,-0.3896 2.6875,-1.40625 -0.0228,-0.35981 -0.27587,-0.68561 -0.625,-0.9375 1.07391,-0.28118 2.19073,-1.96178 1.59375,-2.84375 -0.26441,-0.39063 -0.79456,-0.56152 -1.375,-0.5625 -0.9674,-0.002 -2.0779,0.47889 -2.34375,1.21875 -0.187733,0.52246 0.133816,1.18199 0.625,1.65625 -0.40395,-0.0211 -0.774511,0.0364 -1.03125,0.25 -0.333123,0.27717 -0.4349,0.81952 -0.34375,1.34375 -0.223253,-0.3265 -0.492355,-0.55988 -0.8125,-0.65625 -0.768697,-0.2314 -1.761403,0.55735 -2.09375,1.40625 -0.01027,-0.0108 -0.02059,-0.0208 -0.03125,-0.0313 -0.868679,-0.85477 -2.670873,-0.52811 -3.9375,0.3125 -0.06212,-0.0519 -0.111264,-0.0966 -0.1875,-0.125 -0.331449,-0.12349 -0.738865,-0.002 -1.09375,0.25 -0.100627,0.0715 -0.189999,0.16096 -0.28125,0.25 -0.74308,-0.69338 -1.81633,-1.15569 -2.5625,-0.84375 -0.867612,0.36271 -1.120414,1.94173 -0.6875,2.875 -0.925498,0.43386 -1.422862,2.10016 -1.09375,3.1875 -0.458456,-0.75724 -1.175362,-1.32063 -1.875,-1.21875 -0.581017,0.0846 -1.059356,0.56885 -1.375,1.21875 -0.52608,1.08316 -0.591259,2.58241 0.09375,3.28125 0.859949,0.87732 3.11446,0.20638 3.5625,-0.9375 0.19339,-0.49374 0.117941,-1.13326 -0.125,-1.75 0.01837,0.0206 0.04281,0.0434 0.0625,0.0625 0.285848,0.27725 0.747614,0.33683 1.21875,0.28125 1.28e-4,0.0208 -3.62e-4,0.0418 0,0.0625 -0.06297,0.043 -0.129512,0.0771 -0.1875,0.125 -0.533967,0.44067 -0.931173,1.12293 -1.1875,1.90625 -0.220124,0.67268 -0.336473,1.4091 -0.34375,2.15625 -0.417966,0.003 -0.855459,0.17258 -1.03125,0.46875 -0.354906,0.59794 0.117272,1.92517 0.8125,1.9375 0.200985,0.004 0.363358,-0.12324 0.53125,-0.28125 0.316776,0.98933 0.88275,1.80754 1.71875,2.125 2.414201,0.91677 5.929401,-2.24736 6.5,-5.03125 0.475747,-0.17821 0.917445,-0.45077 1.375,-0.75 0.101985,0.009 0.211117,0.0336 0.3125,0.0313 0.958155,-0.0225 1.823733,-0.72481 2.5,-1.65625 0.918205,1.24826 2.29126,2.22343 3.5,2.09375 1.00899,-0.10825 1.81616,-1.13989 2.25,-2.3125 0.67433,0.31814 1.61346,0.26264 2.46875,-0.0313 0.22993,0.53352 0.56156,0.9618 1,1.15625 0.99668,0.44202 2.55303,-0.57966 2.96875,-1.6875 1.21578,-0.5083 2.32919,-1.96057 2.1875,-3.125 -0.041,-0.33716 -0.19506,-0.675 -0.40625,-1 0.0412,0.003 0.0837,-0.002 0.125,0 0.14599,0.0571 0.28749,0.10734 0.4375,0.15625 0.14073,0.39541 0.30701,0.76902 0.5,1.125 -0.005,0.0339 -0.0331,0.0591 -0.0313,0.0937 0.0138,0.26533 0.22041,0.51805 0.5,0.6875 0.0108,0.007 0.0202,0.0249 0.0313,0.0313 0.65814,0.87633 1.51494,1.50087 2.46875,1.5625 1.81444,0.11725 3.55824,-1.62747 4.5625,-3.71875 0.0605,-4.4e-4 0.12721,0.006 0.1875,0 -0.81415,1.50375 -1.12089,3.13153 -0.375,4.3125 1.93046,3.05648 9.33082,1.87053 10.8125,-1.4375 -0.0804,0.27406 -0.0663,0.56349 0.0625,0.78125 0.50703,0.85731 2.57547,0.57134 2.96875,-0.34375 0.0295,-0.0686 0.0234,-0.14336 0.0313,-0.21875 0.27931,-0.022 0.55188,-0.0831 0.78125,-0.1875 -0.0715,0.1271 -0.11621,0.26712 -0.125,0.4375 -0.0246,0.47677 0.17312,1.03828 0.53125,1.1875 0.44959,0.18733 1.16954,-0.38813 1.15625,-0.875 -0.002,-0.07 -0.005,-0.14689 -0.0313,-0.21875 0.55009,0.18799 1.20873,0.20513 1.875,0.0937 0.0322,0.014 0.0607,0.0205 0.0937,0.0313 -0.18397,1.05456 -0.049,2.06078 0.5625,2.75 1.23913,1.39667 3.92346,1.19747 6.0625,0.1875 0.666,1.14147 3.20029,1.04391 3.96875,-0.0313 0.81542,-1.14086 0.19313,-3.72982 -1.09375,-4.25 -0.0208,-0.0732 -0.0363,-0.14572 -0.0625,-0.21875 0.14907,-0.0185 0.29417,-0.0244 0.4375,-0.0625 0.76297,-0.20278 1.40057,-0.73686 1.90625,-1.46875 -0.20137,0.88501 0.38092,1.94402 1.25,2.71875 -0.14602,0.20559 -0.25116,0.41741 -0.25,0.65625 0.003,0.51385 0.38149,0.99098 0.90625,1.34375 0.21865,0.14699 0.46395,0.27712 0.71875,0.375 -0.13941,0.66028 -0.23207,1.32385 -0.1875,1.9375 -0.51685,2.41797 2.34953,6.19967 4.78125,6.03125 1.624,-0.11248 2.97819,-2.34783 3.0625,-4.21875 0.76333,-0.48595 1.44059,-1.07901 1.96875,-1.71875 0.0287,0.30087 0.0839,0.58149 0.28125,0.78125 0.37549,0.38002 1.00979,0.46317 1.65625,0.34375 0.43375,-0.0801 0.86534,-0.26779 1.25,-0.5 -0.19253,0.4645 -0.30192,0.9175 -0.25,1.40625 0.35493,3.34099 6.52284,5.51158 9.6875,4 0.15804,0.24309 0.39405,0.42332 0.625,0.46875 0.55007,0.10821 1.22038,-0.70387 1.09375,-1.25 -0.0392,-0.16917 -0.15928,-0.35769 -0.3125,-0.5 0.26018,-0.47073 0.41356,-1.02592 0.46875,-1.625 0.0864,0.03 0.16391,0.0418 0.25,0.0625 0.21372,0.43495 0.53656,0.84262 0.875,1.125 0.0989,1.90711 0.7648,3.72647 2.03125,4.53125 2.28375,1.45124 6.79917,-1.10342 7.1875,-3.78125 0.11174,-0.77057 -0.0903,-1.65384 -0.46875,-2.5 -0.18316,-0.4095 -0.42192,-0.79943 -0.6875,-1.1875 1.02494,-0.29585 2.00105,-1.0156 2.15625,-1.84375 0.0391,-0.20845 0.008,-0.41135 -0.0625,-0.625 0.11838,-0.3277 0.20432,-0.68053 0.21875,-1 0.56186,0.0562 1.19637,-0.11879 1.78125,-0.46875 0.16595,0.24329 0.40318,0.45411 0.65625,0.65625 -0.22439,0.13491 -0.41949,0.28427 -0.5625,0.5 -0.28163,0.42483 -0.34936,0.96515 -0.28125,1.53125 -1.27042,0.17438 -2.37902,0.71133 -2.75,1.6875 -0.50311,1.32383 0.382,3.03413 1.71875,4.25 -0.10973,0.38042 -0.10216,0.82523 0.0313,1.28125 0.32176,1.09989 1.22654,2.1954 2.15625,2.25 0.92377,0.0543 1.82992,-1.11692 1.96875,-2.15625 1.10023,-0.42891 1.80784,-1.86916 1.96875,-3.3125 0.93625,0.69173 1.98957,1.06851 2.9375,0.78125 1.14501,-0.34698 1.96379,-1.50323 2.40625,-2.90625 1.29831,0.18944 3.2793,-1.07997 3.0625,-2.3125 -0.0242,-0.1376 -0.0869,-0.25176 -0.15625,-0.375 0.18547,-0.12424 0.37504,-0.23124 0.53125,-0.375 0.0893,0.0958 0.20578,0.18878 0.3125,0.25 0.86109,0.49399 2.49785,0.0209 3.15625,-0.8125 0.15522,-0.0794 0.28939,-0.18183 0.375,-0.3125 0.099,-0.15109 0.11651,-0.32965 0.0937,-0.53125 1.52578,-0.697 2.8851,-2.07003 3.0625,-3.4375 0.0908,-0.69955 -0.0832,-1.45738 -0.4375,-2.21875 -0.1535,-0.32984 -0.34857,-0.6544 -0.5625,-0.96875 0.0502,-0.22504 0.0704,-0.46693 0.0625,-0.71875 -0.0359,-1.14293 -0.61555,-2.43363 -1.5,-2.71875 -0.35689,-0.11505 -0.77113,-0.0163 -1.15625,0.1875 -0.69529,-0.82887 -1.54752,-1.36944 -2.5,-1.40625 -1.94941,-0.0753 -3.77091,1.86802 -4.75,4.15625 -0.67792,0.18969 -1.27434,0.66174 -1.8125,1.28125 -0.42686,-0.54778 -0.95677,-0.9589 -1.53125,-1.15625 -1.51744,-0.52128 -3.51286,0.78785 -4.53125,2.40625 -0.11165,0.0334 -0.22347,0.0598 -0.3125,0.125 -0.24477,0.1794 -0.35554,0.51402 -0.375,0.875 -0.14555,0.0747 -0.27854,0.18236 -0.40625,0.3125 -0.58649,-0.50841 -1.47128,-0.8289 -2.15625,-0.71875 -0.18255,-0.1665 -0.3633,-0.29818 -0.5625,-0.40625 0.17198,-0.0989 0.33652,-0.20376 0.5,-0.3125 0.1016,0.01 0.18739,0.0195 0.28125,0 0.54576,-0.11357 1.07669,-0.7319 1.3125,-1.375 0.53754,-0.64208 0.88906,-1.36825 0.96875,-2.09375 0.24456,-2.22664 -2.65572,-4.56001 -5.125,-4.84375 0.0411,-0.0663 0.0797,-0.142 0.0937,-0.21875 0.0548,-0.29994 -0.10761,-0.61178 -0.375,-0.875 -0.44564,-0.4387 -1.1674,-0.72104 -1.625,-0.5 -0.57447,0.27749 -0.64472,1.49587 -0.15625,1.90625 0.0103,0.009 0.0204,0.0231 0.0313,0.0313 -0.52074,0.28844 -1.00276,0.72703 -1.4375,1.25 -0.36603,0.44032 -0.69624,0.96146 -0.96875,1.5 -0.21907,-0.47259 -0.5073,-0.90664 -0.84375,-1.28125 0.002,-0.12949 -0.0248,-0.24771 -0.0313,-0.375 1.04115,-0.54418 1.9209,-1.55842 1.6875,-2.46875 -0.15506,-0.60479 -0.74594,-1.05213 -1.46875,-1.3125 -1.20469,-0.43396 -2.77591,-0.33445 -3.4375,0.46875 -0.10984,0.13335 -0.19931,0.26608 -0.25,0.4375 -1.33521,0.3127 -2.67011,1.22693 -3,2.3125 -0.0696,0.22901 -0.0933,0.46149 -0.0937,0.71875 -0.36605,0.11972 -0.69373,0.29954 -0.90625,0.5625 -0.0963,0.1191 -0.1698,0.25687 -0.21875,0.40625 -0.48658,-0.0125 -0.96972,0.0244 -1.40625,0.125 -0.63472,-1.02227 -2.02337,-1.88008 -3.25,-2.03125 -0.0116,-0.0416 -0.0184,-0.0843 -0.0313,-0.125 0.0832,-0.42854 -0.0315,-0.91656 -0.3125,-1.375 -0.56194,-0.91688 -1.6759,-1.67925 -2.53125,-1.5 -0.89482,0.18753 -1.43169,1.60752 -1.21875,2.59375 -0.23856,0.29781 -0.39725,0.64068 -0.4375,0.96875 -0.10272,0.83739 0.49856,1.86525 1.28125,2.5625 -0.16888,0.16517 -0.33337,0.32638 -0.46875,0.53125 -1.31803,-0.91337 -2.86481,-1.37913 -4,-0.8125 -0.003,-0.009 0.003,-0.0218 0,-0.0313 0.96545,-0.43038 0.91697,-2.63043 0,-3.15625 -0.50797,-0.29129 -1.31488,0.0474 -1.78125,0.5625 -0.30215,-0.21502 -0.61482,-0.37895 -0.96875,-0.46875 -0.98686,-1.63229 -2.94902,-3.00662 -4.46875,-2.6875 -0.49812,0.1046 -0.95887,0.42567 -1.3125,0.875 -0.0513,-6.5e-4 -0.10519,-0.002 -0.15625,0 -1.01632,0.0494 -1.92541,0.87566 -2.5625,1.9375 -0.42783,-0.28799 -0.92791,-0.50565 -1.46875,-0.6875 -0.14067,-0.0473 -0.29163,-0.0852 -0.4375,-0.125 -0.0736,-0.11787 -0.167,-0.22803 -0.25,-0.34375 -1.18913,-1.65782 -3.32308,-3.03611 -5.125,-3.09375 z m 68.5625,2.3125 c -1.13653,0.0409 -2.09668,1.97999 -1.59375,3 0.28139,0.57069 1.03235,0.98671 1.8125,1.15625 0.74237,1.1725 2.37115,2.14461 3.375,1.53125 0.54263,-0.33155 0.806,-1.03093 0.84375,-1.8125 0.0629,-1.30262 -0.48912,-2.84557 -1.46875,-3.25 -0.42389,-0.175 -0.95101,-0.0759 -1.4375,0.15625 -0.44953,-0.47571 -1.00731,-0.80012 -1.53125,-0.78125 z m -117,0.0937 c -0.390473,-0.01 -0.756461,0.089 -1.03125,0.28125 -0.919912,0.64374 -0.651593,2.76828 0.3125,3.34375 1.109703,0.66238 3.536374,-0.23916 3.5625,-1.53125 0.01085,-0.53651 -0.367658,-1.02422 -0.90625,-1.40625 -0.561031,-0.39795 -1.286712,-0.6713 -1.9375,-0.6875 z m 35.90625,0.6875 c -0.44274,0.0112 -0.83547,0.15506 -1.03125,0.46875 -0.21678,0.34734 -0.1724,0.82042 0.0313,1.28125 0.33941,0.76805 1.10066,1.48717 1.78125,1.4375 0.8544,-0.0623 1.53189,-1.58987 1.125,-2.34375 -0.29272,-0.54234 -1.16835,-0.86236 -1.90625,-0.84375 z m -62.46875,0.84375 c -1.152045,0.0511 -2.197027,0.37692 -2.84375,1.0625 -1.346996,1.42794 -0.550589,4.63288 1.03125,6.125 -0.281426,0.39001 -0.549273,0.77336 -0.75,1.1875 -0.02602,-1.90469 -1.705412,-4.0856 -3.6875,-5.3125 -0.204736,-0.17144 -0.421027,-0.30649 -0.65625,-0.40625 -0.117639,-0.0499 -0.249862,-0.0981 -0.375,-0.125 -0.965714,-0.4085 -1.930241,-0.55406 -2.78125,-0.3125 -1.60245,0.45485 -2.647027,2.56424 -2.78125,4.59375 -0.848058,-0.17534 -1.865966,0.002 -2.8125,0.40625 -0.458941,0.005 -0.925357,0.10235 -1.40625,0.28125 -0.54969,-1.75025 -2.093057,-3.50619 -3.59375,-3.53125 -1.795753,-0.03 -3.436788,2.90965 -2.84375,4.625 -0.113019,0.30535 -0.195873,0.62644 -0.21875,0.9375 -0.115993,-0.073 -0.227566,-0.14831 -0.375,-0.1875 -0.573353,-0.15239 -1.320311,-0.0533 -1.59375,0.34375 -0.23252,0.33766 -0.03786,0.90744 0.28125,1.28125 -0.06291,0.31498 0.05196,0.72127 0.25,1.03125 -0.565306,0.2241 -1.134863,0.51021 -1.625,0.875 -0.108713,-0.0991 -0.219992,-0.16246 -0.34375,-0.21875 0.459221,-1.05743 0.442718,-2.49179 -0.375,-2.96875 -0.45103,-0.26308 -1.042139,-0.18939 -1.625,0.0625 0.05974,-0.14032 0.08201,-0.29088 0.0625,-0.4375 -0.05064,-0.38051 -0.35893,-0.69468 -0.78125,-0.90625 -0.703864,-0.35262 -1.693894,-0.44219 -2.15625,0 -0.580435,0.55512 -0.150434,2.04166 0.59375,2.34375 0.07742,0.0314 0.161843,0.0504 0.25,0.0625 -0.04128,0.0168 -0.08549,0.0426 -0.125,0.0625 -0.703819,-0.39864 -1.419705,-0.60876 -2.09375,-0.5 -2.057296,0.33197 -3.333118,4.10299 -2.1875,5.84375 0.06264,0.0952 0.141248,0.19344 0.21875,0.28125 -0.324156,0.0878 -0.615092,0.22984 -0.75,0.46875 -0.08756,0.15505 -0.126724,0.35332 -0.125,0.5625 -0.111439,0.18737 -0.191598,0.42007 -0.25,0.65625 -0.03102,0.12543 -0.07783,0.24198 -0.09375,0.375 -0.433304,-0.43283 -0.973682,-0.73217 -1.46875,-0.6875 0.06337,-0.4138 0.06347,-0.8448 0,-1.21875 0.20934,-0.10741 0.409772,-0.24816 0.59375,-0.4375 0.673305,-0.69292 1.096104,-1.82648 0.75,-2.53125 -0.434493,-0.88476 -2.308379,-0.94631 -2.9375,-0.1875 -0.319847,0.38578 -0.404633,1.03238 -0.3125,1.65625 -0.09923,0.007 -0.179567,0.0441 -0.28125,0.0625 -0.09922,-0.3894 -0.293063,-0.72885 -0.5625,-0.9375 -0.105703,-0.0819 -0.211267,-0.1501 -0.34375,-0.1875 -0.288622,-0.30155 -0.592686,-0.59347 -0.9375,-0.84375 -0.0079,-0.032 -0.02078,-0.0622 -0.03125,-0.0937 -0.05096,-0.15376 -0.118422,-0.30782 -0.21875,-0.4375 0.03797,-0.8366 -0.157382,-1.58848 -0.6875,-2.09375 -0.966839,-0.92152 -2.705779,-0.8301 -4.28125,-0.1875 -1.053348,-1.03207 -2.324512,-1.71342 -3.5,-1.625 -1.618995,0.12178 -3.001443,1.98967 -3.46875,3.90625 -0.04,-0.0138 -0.08324,-0.0219 -0.125,-0.0313 -0.578621,-0.13014 -1.217431,0.18854 -1.75,0.6875 -0.88762,0.8316 -1.487368,2.21829 -1.09375,3.125 0.02059,0.0474 0.06689,0.0809 0.09375,0.125 -0.07589,0.0819 -0.128542,0.17736 -0.1875,0.28125 -0.05147,-0.0231 -0.104611,-0.0412 -0.15625,-0.0625 -0.02675,-0.0914 -0.06394,-0.17773 -0.125,-0.25 -0.205883,-0.24367 -0.579458,-0.31656 -0.96875,-0.28125 -0.067543,-0.12694 -0.1390762,-0.26256 -0.21875,-0.375 0.060493,-0.31767 0.047539,-0.6402 -0.09375,-0.90625 -0.2729471,-0.51397 -0.9131127,-0.79742 -1.625,-0.875 -1.186478,-0.12931 -2.6077831,0.31491 -3.03125,1.1875 -0.1705048,0.35134 -0.1224234,0.79195 0.03125,1.21875 -0.154068,0.1619 -0.2990673,0.32345 -0.4375,0.5 -0.011497,-0.0112 -0.019091,-0.0206 -0.03125,-0.0313 -0.6342695,-0.5548 -1.9211117,-0.2254 -2.71875,0.4375 -0.1479256,-0.64831 -0.4484761,-1.19132 -0.96875,-1.375 -0.55789741,-0.19697 -1.22623977,0.006 -1.8125,0.4375 -0.9771043,0.71943 -1.752052,2.02424 -1.46875,2.96875 0.017538,0.0585 0.06703,0.10135 0.09375,0.15625 -0.2603051,0.14034 -0.4936502,0.33175 -0.53125,0.5625 -0.072619,0.44566 0.6262047,0.99132 1.0625,0.875 0.2224699,-0.0593 0.4313715,-0.30413 0.5625,-0.5625 0.83445867,0.30665 1.87915887,0.2958 2.4375,-0.1875 0.1929748,-0.16704 0.3195218,-0.42167 0.4375,-0.6875 0.4706799,0.44049 1.170104,0.71255 1.71875,0.625 0.016022,0.18551 0.068085,0.35976 0.125,0.53125 0.032354,0.0975 0.076865,0.19051 0.125,0.28125 -0.5841891,0.29066 -0.9146446,1.03111 -1.03125,1.84375 -0.047395,-0.7618 -0.5045098,-1.63361 -1.125,-1.84375 -0.2652756,-0.0898 -0.58222842,-0.0786 -0.90625,0 -0.97206488,0.23586 -2.0035681,1.14386 -1.84375,1.96875 0.086293,0.4454 0.49212381,0.77372 1,1 0.0512485,0.74937 0.38492577,1.52935 0.9375,1.75 0.7422726,0.2964 1.8851025,-0.62345 1.96875,-1.4375 0.124599,0.64003 0.3944962,1.20719 0.8125,1.53125 0.011949,0.007 0.018937,0.025 0.03125,0.0313 0.030143,0.022 0.062147,0.0431 0.09375,0.0625 0.6680846,0.41009 1.7107634,0.11972 2.46875,-0.46875 0.3807849,0.16555 0.7993307,0.28119 1.25,0.34375 0.3176035,2.07617 1.6267322,4.26055 3.28125,4.625 0.980431,0.21596 2.07758,-0.37387 2.9375,-1.25 0.753459,0.0216 1.459409,-0.101 2.03125,-0.4375 1.004491,-0.59109 1.491484,-1.92539 1.5625,-3.34375 0.01951,-0.003 0.0432,0.004 0.0625,0 0.370815,-0.0686 0.67434,-0.34089 0.90625,-0.71875 0.973215,0.59154 2.336658,0.81586 3.0625,0.25 0.341469,-0.26621 0.512732,-0.7362 0.53125,-1.25 0.659547,3.28045 5.677059,6.73967 8.6875,5.59375 1.388657,-0.52859 2.232857,-2.21763 2.46875,-4.03125 0.195828,0.84738 0.538432,1.58277 1.09375,2.09375 1.964887,1.80802 6.754748,0.15698 7.75,-2.34375 1.718541,0.0851 3.781671,-1.11212 5,-2.65625 0.996304,1.17545 2.248572,2.00052 3.46875,1.96875 2.325135,-0.0605 4.311725,-3.87185 3.5625,-6.125 0.512216,0.0485 1.002565,0.004 1.375,-0.21875 0.294793,-0.17639 0.543215,-0.47448 0.75,-0.8125 0.02998,0.021 0.06271,0.0434 0.09375,0.0625 0.735494,0.45298 1.82494,0.24134 2.75,-0.28125 0.930269,2.46165 3.890159,4.90222 6.125,4.4375 2.396531,-0.49834 3.686362,-5.01794 2.25,-7 -0.211307,-0.29158 -0.488781,-0.52656 -0.8125,-0.75 0.09736,-0.27084 0.15944,-0.56078 0.1875,-0.875 0.510211,0.4456 1.175569,0.80457 1.90625,1.03125 1.004471,1.29499 2.606793,2.2688 3.875,1.96875 0.789953,-0.1869 1.390583,-0.97109 1.71875,-1.90625 0.196559,2.41957 1.73364,5.16271 3.6875,5.59375 0.733164,0.16174 1.518781,-0.0633 2.25,-0.53125 0.05713,0.033 0.09703,0.0951 0.15625,0.125 0.09112,0.21439 0.213992,0.39122 0.375,0.53125 0.842195,0.73246 2.83308,-0.0254 3.15625,-1.09375 0.106872,-0.3533 0.05102,-0.79442 -0.09375,-1.21875 0.23806,-0.96516 0.151029,-1.98747 -0.5,-2.4375 -0.136191,-0.0941 -0.305764,-0.14628 -0.46875,-0.1875 -0.0013,-0.17648 0.0034,-0.36463 -0.03125,-0.53125 -0.140699,-0.67688 -0.552332,-1.34637 -1.125,-1.9375 -0.836164,-0.86313 -2.019355,-1.53998 -3.1875,-1.875 0.03254,-0.0821 0.04798,-0.16499 0.0625,-0.25 0.184802,-1.08214 -1.468376,-2.36847 -2.53125,-2.09375 -0.03867,0.01 -0.08671,0.0174 -0.125,0.0313 -0.186734,-0.012 -0.392194,-0.003 -0.59375,0.0313 -0.06977,0.0117 -0.148435,0.0145 -0.21875,0.0313 -0.09991,-0.99367 -0.407776,-1.93879 -0.875,-2.65625 0.513468,-0.69589 0.79623,-1.46559 0.65625,-2.21875 -0.378879,-2.03856 -3.43425,-3.33112 -5.96875,-3.21875 z m 10.71875,3.84375 c -0.114093,0.0127 -0.209029,0.0536 -0.3125,0.0937 -0.446997,0.17335 -0.739576,0.65284 -0.875,1.21875 -0.181413,0.19717 -0.311151,0.42665 -0.375,0.65625 -0.37543,1.35002 1.234917,3.65467 2.59375,3.3125 0.564224,-0.14208 0.973214,-0.70246 1.21875,-1.375 0.04352,-0.11919 0.09273,-0.24903 0.125,-0.375 0.300751,-0.18608 0.542287,-0.44012 0.625,-0.75 0.137378,-0.51468 -0.102369,-1.09802 -0.53125,-1.59375 -0.625447,-0.72294 -1.670101,-1.27672 -2.46875,-1.1875 z m 170.5625,0.8125 c -1.19715,-0.17911 -2.57703,1.67829 -2.25,2.84375 0.37642,1.34148 2.92706,2.45994 3.90625,1.46875 0.40659,-0.41157 0.48152,-1.08281 0.34375,-1.78125 -0.22961,-1.16407 -1.04639,-2.38858 -2,-2.53125 z m -29.84375,0.5625 c -0.6155,-0.0109 -1.23293,0.19145 -1.5,0.59375 -0.44703,0.67339 0.29632,2.02431 1.09375,2.15625 0.91786,0.15187 2.32246,-1.06483 2,-1.9375 -0.13389,-0.36236 -0.53859,-0.60447 -1,-0.71875 -0.19226,-0.0476 -0.38858,-0.0901 -0.59375,-0.0937 z m -49.0625,0.40625 c 0.0105,0.0832 0.0163,0.16631 0.0313,0.25 -0.18934,0.0492 -0.35114,0.11653 -0.53125,0.1875 -0.0153,-0.12131 -0.0337,-0.25157 -0.0625,-0.375 0.18618,-0.0122 0.37742,-0.0286 0.5625,-0.0625 z m 295.90625,0.3438 c -1.7977,0.17829 -3.90684,2.09301 -3.9375,3.78125 -0.0109,0.59791 0.19256,1.20425 0.5625,1.8125 0.47372,0.77888 1.20885,1.52335 2,2.03125 -0.0632,0.0783 -0.12874,0.1619 -0.15625,0.25 -0.69626,-0.6957 -1.62286,-1.17396 -2.375,-1 -0.0974,0.0225 -0.19172,0.0786 -0.28125,0.125 -1.32012,-0.5149 -3.2622,1.1248 -3.65625,2.65625 -1.2595,-0.30678 -2.80486,0.058 -4.21875,0.84375 -0.81019,-0.72595 -1.79323,-1.19781 -2.6875,-1.1875 -0.47093,0.005 -0.95597,0.15301 -1.4375,0.375 -1.20046,-0.31196 -3.02272,0.74933 -3.25,1.9375 -0.037,0.19329 -0.0613,0.38052 -0.0313,0.59375 -0.23813,0.11928 -0.49542,0.28234 -0.71875,0.46875 -1.33998,1.11848 -2.26099,3.30056 -1.375,4.46875 0.23708,0.3126 0.5694,0.51913 0.96875,0.65625 -0.0464,0.0989 -0.0748,0.17736 -0.0937,0.28125 -0.0183,0.10033 -0.0126,0.20969 0,0.3125 -0.0519,0.0563 -0.079,0.12192 -0.125,0.1875 -0.0839,0.11942 -0.15911,0.26733 -0.21875,0.40625 -0.32478,0.0463 -0.60161,0.16362 -0.75,0.40625 -0.19717,0.32239 -0.16056,0.76388 0.0313,1.1875 0.31968,0.70603 1.02852,1.36403 1.65625,1.3125 0.66984,-0.055 1.21443,-1.05314 1.125,-1.78125 0.24909,0.0675 0.49836,0.0856 0.71875,0.0313 0.0869,-0.0214 0.16529,-0.0842 0.25,-0.125 -0.002,0.0408 1.8e-4,0.0834 0,0.125 -0.003,0.76898 0.38117,1.66219 0.96875,1.875 0.26555,0.0962 0.58383,0.008 0.875,-0.15625 0.10237,0.0275 0.20272,0.0218 0.3125,0.0313 -0.93332,0.8324 -1.52141,1.8557 -1.34375,2.875 0.0586,0.33638 0.1817,0.67651 0.375,0.96875 -0.72304,0.47056 -1.27853,1.29021 -1.03125,1.9375 0.42831,1.12118 2.94095,1.22589 3.59375,0.21875 0.064,-0.0988 0.10195,-0.22475 0.125,-0.34375 1.94253,0.64321 4.28097,0.54145 5.40625,-0.625 0.62018,-0.64288 0.77864,-1.6591 0.625,-2.71875 0.0513,0.0227 0.10395,0.0428 0.15625,0.0625 0.50866,0.19134 1.05157,0.2119 1.625,0.0937 0.0616,0.0152 0.12525,0.0525 0.1875,0.0625 0.53022,0.0852 1.07374,-0.0744 1.59375,-0.375 0.6853,-0.18305 1.2553,-0.49254 1.625,-1.03125 0.29028,-0.42298 0.43641,-0.92578 0.46875,-1.46875 0.54464,-0.81995 0.86396,-1.70594 0.8125,-2.53125 -0.0303,-0.48628 -0.16635,-1.0126 -0.40625,-1.5 0.0593,0.0124 0.12707,0.0391 0.1875,0.0313 0.26628,-0.0346 0.50736,-0.26753 0.65625,-0.5625 0.10471,-0.20744 0.13531,-0.45272 0.15625,-0.6875 0.29983,0.38557 0.66527,0.67795 1.0625,0.78125 -0.39458,0.35521 -0.70816,0.8539 -0.96875,1.40625 -1.01346,2.14819 -0.9503,5.34669 0.8125,6.28125 2.60254,1.37976 7.42072,-2.52204 7,-5.4375 -0.008,-0.0564 -0.0498,-0.10084 -0.0625,-0.15625 1.01189,0.42908 2.07726,0.55389 2.90625,0.21875 0.39109,-0.15811 0.70041,-0.44741 0.96875,-0.8125 0.11771,0.0961 0.2446,0.19489 0.375,0.28125 -0.13936,0.20831 -0.24489,0.43876 -0.15625,0.625 0.091,0.19118 0.33624,0.30417 0.59375,0.34375 0.32189,0.0495 0.69898,-0.0219 0.9375,-0.1875 0.4647,1.00879 1.6624,1.75076 2.96875,2.125 0.15864,0.25674 0.35329,0.48416 0.5625,0.71875 -0.0473,0.0903 -0.0737,0.18027 -0.0937,0.28125 -0.10424,0.52541 0.19354,1.09309 0.65625,1.5625 0.77118,0.78235 2.03412,1.31367 2.84375,0.9375 0.53984,-0.25082 0.82141,-0.98626 0.84375,-1.71875 0.67797,-0.69002 0.95966,-1.90551 0.875,-3.125 0.43841,-0.0845 0.84601,-0.27091 1.125,-0.53125 -0.26268,0.89126 -0.23529,1.76697 0.15625,2.5 -0.62004,0.30707 -1.13188,0.73388 -1.4375,1.3125 -1.74103,3.29623 3.21752,9.38185 6.90625,8.84375 1.86076,-0.27144 3.28414,-2.56065 3.65625,-4.8125 2.12382,-0.36162 4.45121,-2.13874 4.75,-4 0.12138,-0.75613 -0.0467,-1.59972 -0.40625,-2.4375 -0.0817,-0.19024 -0.21173,-0.37513 -0.3125,-0.5625 -0.10843,-0.57883 -0.3958,-1.17221 -0.78125,-1.59375 0.43029,0.077 0.82959,0.0703 1.21875,-0.0313 1.06519,-0.27803 1.8471,-1.43992 2.1875,-2.75 0.35429,-0.0807 0.67993,-0.22961 0.875,-0.5 0.34523,-0.47855 0.31087,-1.16145 0.0625,-1.84375 -0.41395,-1.13717 -1.45405,-2.25575 -2.4375,-2.25 -0.055,3.2e-4 -0.10196,0.0229 -0.15625,0.0313 -0.16542,-0.0767 -0.35148,-0.15741 -0.53125,-0.21875 -2.15729,-0.73606 -5.20409,-0.31256 -5.90625,1.46875 -0.11878,0.30134 -0.16565,0.63706 -0.15625,0.96875 -0.47171,-0.01 -0.92117,0.0516 -1.3125,0.21875 -0.32084,0.13702 -0.59256,0.37156 -0.875,0.625 -0.0348,-0.13925 -0.0957,-0.25551 -0.15625,-0.375 -0.008,-0.0213 -0.0221,-0.0413 -0.0313,-0.0625 -0.004,-0.008 0.005,-0.0236 0,-0.0313 -0.36231,-0.81043 -1.34744,-1.53374 -2.125,-1.4375 -0.45146,0.0559 -0.94139,0.35198 -1.3125,0.78125 -0.20451,0.004 -0.4075,0.0219 -0.59375,0.0625 -0.26786,-0.86942 -0.66198,-1.72612 -1.1875,-2.4375 1.47494,-0.74238 2.63379,-1.93058 2.5625,-3.25 -0.16048,-2.97022 -6.03978,-5.06891 -8.34375,-3.1875 -0.29902,0.24418 -0.49804,0.5623 -0.65625,0.9375 -0.14255,-0.32313 -0.30736,-0.62377 -0.53125,-0.875 -1.81223,-2.03357 -6.88729,-0.7675 -8,1.71875 -0.25148,0.5619 -0.35089,1.23055 -0.3125,1.9375 -0.52906,0.16414 -1.01482,0.50146 -1.46875,0.9375 -0.17126,0.0353 -0.35739,0.0549 -0.53125,0.125 -1.13922,0.45956 -2.24395,1.63213 -2.21875,2.65625 -0.1305,0.0343 -0.25199,0.078 -0.375,0.125 -0.0257,-0.0408 -0.0331,-0.0871 -0.0625,-0.125 -0.82744,-1.06601 -3.36651,-0.62902 -4,0.5625 -0.33132,0.62317 -0.25631,1.54626 0.0625,2.375 -0.46817,-0.0847 -1.11759,0.19406 -1.28125,0.59375 -0.0408,0.0997 -0.0658,0.22208 -0.0625,0.34375 -0.67228,-0.80251 -1.53843,-1.49847 -2.46875,-2 0.006,-0.094 0.0282,-0.18798 0.0313,-0.28125 1.00535,0.24104 2.44522,-0.12641 2.625,-1 0.53288,-0.24776 0.93702,-0.96811 1,-1.65625 0.51324,-0.14839 0.9435,-0.41863 1.125,-0.84375 0.11547,-0.27048 0.12184,-0.56401 0.0625,-0.875 0.0974,0.0254 0.18453,0.0211 0.28125,0 0.18648,-0.0408 0.34227,-0.16949 0.46875,-0.34375 0.0522,0.60479 1.03488,1.14646 1.59375,0.90625 0.6637,-0.28527 1.07644,-1.65832 0.5,-2.09375 -0.0819,-0.0619 -0.17721,-0.10386 -0.28125,-0.125 0.19648,-0.14649 0.38307,-0.32359 0.53125,-0.53125 -0.19652,0.89046 0.59773,2.21881 1.46875,2.375 1.14579,0.20546 2.91999,-1.30901 2.53125,-2.40625 -0.16141,-0.4556 -0.6434,-0.7555 -1.21875,-0.90625 -0.91239,-0.23905 -2.06135,-0.0882 -2.5625,0.5 1.02346,-2.08701 0.31398,-5.86786 -1.625,-6.78125 -0.35251,-0.16605 -0.7414,-0.22864 -1.15625,-0.1875 z m -240.5625,0.125 c -0.9347,-0.0731 -1.8787,1.42988 -1.5625,2.3125 0.36396,1.01593 2.39125,1.72544 3.09375,0.90625 0.2917,-0.34015 0.33202,-0.84289 0.1875,-1.375 -0.24086,-0.88686 -0.9742,-1.78551 -1.71875,-1.84375 z m -74.03125,0.21875 c 0.0843,0.0414 0.16312,0.0868 0.25,0.125 -0.0417,0.18784 -0.0689,0.37764 -0.0937,0.5625 -0.23632,0.10531 -0.42097,0.24791 -0.59375,0.40625 0.16818,-0.34358 0.32285,-0.71423 0.4375,-1.09375 z m 63.21875,0.1875 c -0.14002,0.0106 -0.27488,0.0552 -0.40625,0.0937 -0.90689,0.26642 -1.48083,1.34897 -1.65625,2.5 -0.8344,0.6331 -1.48817,1.55569 -1.5,2.40625 -4.3e-4,0.0313 -0.001,0.0623 0,0.0937 -0.54887,-0.32759 -1.61351,0.33385 -1.6875,0.96875 -0.0213,0.1827 0.03,0.36519 0.125,0.5625 0.28488,0.59192 0.99217,1.15335 1.5,0.9375 0.33609,-0.14285 0.52382,-0.57128 0.5625,-1.03125 0.0499,0.0812 0.1003,0.17049 0.15625,0.25 -0.11245,0.51698 -0.0625,1.09107 0.125,1.6875 0.0454,0.14435 0.12795,0.29384 0.1875,0.4375 -0.13201,0.31481 -0.12976,0.70952 -0.0625,1.09375 -0.57509,-0.18951 -1.2381,-0.1848 -1.65625,0.0937 -0.0925,-0.16676 -0.19466,-0.31962 -0.34375,-0.4375 -0.44178,-0.34929 -1.06472,-0.4028 -1.71875,-0.28125 -0.0544,-0.0784 -0.11821,-0.15133 -0.1875,-0.21875 -1.45795,-1.41856 -5.37056,0.23597 -5.65625,2.25 -0.0167,0.11776 -0.0431,0.22464 -0.0313,0.34375 -0.13729,0.12318 -0.27116,0.25117 -0.375,0.40625 -0.31825,0.4753 -0.45277,1.06744 -0.4375,1.6875 -1.32394,0.20986 -2.45915,0.79213 -2.90625,1.8125 -1.28927,2.94235 3.33223,7.81921 6.46875,7.125 1.28115,-0.28356 2.21141,-1.68761 2.625,-3.25 1.36737,-0.6853 2.4314,-2.58997 2.5625,-4.28125 0.0869,0.0321 0.16081,0.054 0.25,0.0625 0.80396,0.0765 1.63749,-1.05344 1.59375,-1.90625 0.0111,-0.0107 0.0203,-0.0202 0.0313,-0.0313 0.1177,-0.11866 0.21857,-0.26078 0.3125,-0.40625 0.16823,0.34789 0.40222,0.63026 0.71875,0.65625 0.3225,0.0265 0.65629,-0.19005 0.90625,-0.5 0.0609,-0.0755 0.10452,-0.16446 0.15625,-0.25 0.51862,0.2243 1.0631,0.34453 1.5625,0.3125 -0.006,0.65042 0.26767,1.36189 0.75,1.5625 0.12358,0.0514 0.26408,0.0542 0.40625,0.0313 -0.72092,1.1667 -1.07853,2.54016 -0.65625,3.53125 0.52066,1.22198 2.43184,1.72083 4,1.46875 -0.044,0.52224 0.18696,1.09109 0.59375,1.59375 0.79722,0.9851 2.18435,1.71564 3.15625,1.375 0.70616,-0.2475 1.09781,-1.17675 1.15625,-2.09375 0.31553,0.10557 0.63589,0.19468 0.96875,0.25 1.34105,0.69402 2.83284,0.95195 3.90625,0.4375 0.8319,-0.3987 1.32755,-1.37433 1.53125,-2.46875 0.30759,0.0269 0.62133,0.0361 0.9375,0.0313 0.13656,0.20199 0.32799,0.37811 0.5625,0.53125 0.73326,0.47884 1.80801,0.68017 2.375,0.25 0.36889,-0.27987 0.50051,-0.87548 0.40625,-1.4375 0.009,-0.004 0.0222,0.004 0.0313,0 0.18837,0.75902 0.53374,1.42521 1.0625,1.8125 0.31218,0.22865 0.67662,0.31836 1.09375,0.34375 0.82707,1.03175 1.82958,1.77826 2.90625,1.9375 0.38456,0.0569 0.76765,0.0123 1.15625,-0.0937 0.001,0.0337 -0.002,0.0597 0,0.0937 0.0734,1.05819 0.67015,2.23546 1.5,2.46875 0.44718,0.12571 0.97176,-0.0785 1.40625,-0.4375 0.53715,0.97759 1.31736,1.7543 2.1875,1.90625 1.72943,0.302 3.77673,-2.36113 3.34375,-4.0625 -0.0286,-0.11257 -0.0762,-0.2026 -0.125,-0.3125 0.11258,0.009 0.19844,0.009 0.3125,0 0.10346,-0.008 0.21158,-0.0409 0.3125,-0.0625 0.69741,1.11579 1.64503,1.99182 2.6875,2.28125 0.8228,0.22844 1.77698,0.13811 2.75,-0.15625 0.4709,-0.14246 0.94723,-0.3274 1.40625,-0.5625 0.41285,-0.0368 0.78553,-0.28911 1.09375,-0.65625 0.60331,-0.42003 1.14019,-0.91157 1.59375,-1.4375 0.12367,-0.0804 0.25573,-0.18437 0.375,-0.28125 1.12343,-0.91254 1.96631,-2.50075 1.84375,-3.75 0.22862,0.0238 0.4495,0.009 0.65625,-0.0313 0.47107,0.0174 0.92542,-0.0834 1.34375,-0.28125 0.14897,-0.0705 0.27199,-0.15578 0.40625,-0.25 0.60432,0.94298 1.55964,1.69366 2.4375,1.65625 0.20664,-0.009 0.40324,-0.0855 0.59375,-0.1875 0.16329,0.40105 0.35822,0.80765 0.59375,1.1875 -0.0356,0.0472 -0.06,0.10672 -0.0937,0.15625 -0.0758,-0.0473 -0.13313,-0.0957 -0.21875,-0.125 -0.41843,-0.14324 -0.88708,-0.0145 -1.34375,0.21875 -0.4228,-0.63625 -1.73966,-0.86211 -2.3125,-0.375 -0.7299,0.62066 -0.71312,2.5481 0.1875,2.875 0.037,0.0134 0.0867,-0.008 0.125,0 -0.0112,0.0615 0.006,0.12701 0,0.1875 -0.13314,0.15172 -0.28651,0.29548 -0.40625,0.46875 -0.53389,0.17587 -1.06534,0.54674 -1.40625,0.96875 -1.39569,0.68683 -2.36708,3.42445 -1.25,4.4375 0.33855,0.30702 0.82012,0.42458 1.34375,0.40625 0.17721,1.36212 0.69872,2.55624 1.71875,3.125 1.43189,0.79841 3.43437,0.34047 5.1875,-0.75 1.6004,0.80946 3.55311,1.09354 4.84375,0.40625 0.71063,-0.37843 1.3076,-1.073 1.78125,-1.90625 0.0292,-0.0513 0.0656,-0.10383 0.0937,-0.15625 1.7742,-0.24056 3.56472,-1.05316 4.65625,-2.1875 0.35628,0.82646 0.98159,1.46468 1.6875,1.53125 0.2797,0.29371 0.64146,0.51182 0.96875,0.46875 0.18456,-0.0243 0.39235,-0.10801 0.5625,-0.25 0.0168,-0.0141 0.0147,-0.0476 0.0313,-0.0625 0.41404,0.117 0.81799,0.16971 1.21875,0.15625 0.0425,0.12443 0.11209,0.24413 0.21875,0.28125 0.13547,0.0471 0.29584,-0.0197 0.4375,-0.125 0.11805,-0.0877 0.24543,-0.21403 0.3125,-0.34375 0.21707,-0.0854 0.42414,-0.17686 0.625,-0.3125 0.29741,-0.002 0.59803,-0.0415 0.875,-0.0937 1.16786,1.03481 3.99249,0.58677 4.78125,-0.75 0.23037,-0.39042 0.3172,-0.90246 0.3125,-1.4375 0.16578,0.35328 0.48323,0.65654 0.875,0.90625 1.1753,0.74912 3.07537,0.92557 3.75,-0.0313 0.6951,-0.98584 -0.0376,-2.76388 -1.125,-3.75 0.0194,-0.0433 0.0449,-0.0802 0.0625,-0.125 0.0475,-0.12087 0.091,-0.24588 0.125,-0.375 0.20649,-0.0159 0.38932,-0.0696 0.5625,-0.15625 0.20167,-0.1009 0.36837,-0.26702 0.5,-0.46875 0.0336,-0.0149 0.0604,-0.0469 0.0937,-0.0625 -0.0605,1.13317 0.30877,2.3766 1.09375,2.8125 1.1155,0.61943 3.17315,-0.72865 3.28125,-2 0.0311,-0.36584 -0.0795,-0.7685 -0.28125,-1.15625 -0.19545,-0.37563 -0.48554,-0.72834 -0.8125,-1.03125 0.24212,-0.5391 0.29232,-1.24294 0.15625,-1.875 0.31545,0.43726 1.18144,0.65853 1.6875,0.4375 -0.2186,0.3256 -0.33929,0.6843 -0.28125,1 0.0882,0.47987 0.66316,0.86056 1.25,0.96875 -0.52704,1.31644 -0.60822,2.70041 0.125,3.59375 0.0379,0.0461 0.0839,0.0821 0.125,0.125 -0.40484,1.90526 1.49842,4.30632 3.5625,5.1875 1.03292,1.67618 2.61323,3.01839 4.15625,3.03125 2.0101,0.0168 3.87473,-2.66301 4.0625,-4.9375 0.25062,0.34837 0.5315,0.65493 0.84375,0.90625 0.0659,0.5658 0.23747,1.10423 0.5625,1.4375 -0.74739,1.98003 0.78091,5.51417 2.78125,5.90625 1.81327,0.35541 4.04359,-2.41902 3.625,-4.21875 -0.10901,-0.46868 -0.39433,-0.93256 -0.78125,-1.34375 0.17618,-0.0502 0.35837,-0.12906 0.53125,-0.21875 0.15491,0.67322 0.50179,1.22445 1.03125,1.53125 1.57372,0.91191 4.26225,-0.58117 5.375,-2.40625 0.11125,0.24548 0.24948,0.48847 0.4375,0.71875 1.02557,1.25606 3.03087,2.15507 4.125,1.34375 1.11055,-0.82349 0.96518,-3.01432 0.15625,-4.5 0.0707,-0.009 0.15027,-0.0146 0.21875,-0.0313 1.1299,-0.27492 1.81478,-1.87078 1.78125,-3.25 0.22437,0.092 0.45125,0.15179 0.65625,0.125 -0.0118,0.22186 0.0146,0.42975 0.15625,0.53125 0.23714,0.16989 0.75466,-0.0578 0.8125,-0.34375 0.0451,-0.22279 -0.15432,-0.51131 -0.375,-0.65625 0.0276,-0.0512 0.0728,-0.0992 0.0937,-0.15625 0.31371,-0.0317 0.62885,-0.17597 0.9375,-0.375 -0.0797,0.6071 0.14292,1.33598 0.625,1.46875 0.22168,0.0611 0.45909,-0.0148 0.6875,-0.15625 -0.004,0.0947 -9.2e-4,0.18837 0,0.28125 -0.0186,0.0912 -0.025,0.1904 -0.0313,0.28125 -0.0385,0.56279 0.14903,1.15944 0.46875,1.75 0.95916,1.7717 3.19456,3.32914 4.71875,2.59375 0.0996,-0.048 0.19143,-0.12391 0.28125,-0.1875 0.40402,0.50738 0.90941,0.89524 1.4375,1.0625 0.57305,0.1815 1.24556,0.15124 1.9375,-0.0313 2.07583,-0.54747 4.25303,-2.48675 3.875,-4.25 -0.21857,-1.01946 -1.19543,-1.79609 -2.40625,-2.25 -0.0975,-0.42924 -0.24237,-0.87107 -0.40625,-1.28125 -0.14816,-0.62196 -0.51061,-1.22972 -1,-1.78125 -0.0143,-0.0184 -0.0168,-0.0444 -0.0313,-0.0625 -0.12832,-0.1412 -0.26252,-0.27472 -0.40625,-0.40625 -0.31399,-0.31604 -0.63667,-0.57145 -1,-0.75 -1.00319,-0.62924 -2.1431,-0.98986 -3.125,-0.875 -0.18539,-0.93 -1.51295,-1.83368 -2.40625,-1.59375 -1.1624,0.31221 -2.15924,2.51961 -1.3125,3.375 0.20078,0.20283 0.46796,0.27508 0.78125,0.3125 -0.37794,0.53741 -0.66829,1.12876 -0.90625,1.75 -0.22284,-0.12491 -0.50416,-0.19529 -0.78125,-0.1875 0.56761,-0.77068 0.87157,-1.72697 0.46875,-2.375 -0.31514,-0.50698 -0.98886,-0.73987 -1.71875,-0.78125 -0.0356,-0.4755 -0.18846,-0.91016 -0.5,-1.125 -0.0274,-0.0189 -0.064,-0.0165 -0.0937,-0.0313 0.15858,-0.46936 0.19277,-0.99814 0.125,-1.5625 0.14532,0.27363 0.36749,0.47547 0.625,0.5 0.28514,0.0272 0.55644,-0.1348 0.78125,-0.40625 0.34083,-0.41152 0.52444,-1.02015 0.375,-1.4375 0.72696,-0.78128 1.17363,-1.70635 1,-2.59375 -0.55164,-2.81927 -6.45488,-4.04575 -8.40625,-1.9375 -0.47846,0.51693 -0.65725,1.27995 -0.625,2.09375 -1.03284,1.13449 -1.68243,2.8573 -1.25,4.0625 0.0765,0.21309 0.20666,0.42706 0.34375,0.625 -0.0206,0.0184 -0.0439,0.0423 -0.0625,0.0625 -0.2938,0.31853 -0.2747,0.88635 -0.0625,1.375 -1.43602,0.96157 -2.60756,3.10407 -2.0625,4.46875 0.14414,0.36089 0.44515,0.65249 0.8125,0.875 -0.39416,0.56809 -0.68406,1.25837 -0.84375,1.9375 -0.68774,-0.38443 -1.5002,-0.61476 -2.25,-0.625 0.14865,-0.0599 0.30405,-0.15711 0.4375,-0.28125 0.44484,-0.41379 0.75749,-1.1089 0.5625,-1.5625 -0.0306,-0.0712 -0.0684,-0.13121 -0.125,-0.1875 0.0982,-0.0916 0.18229,-0.19761 0.21875,-0.3125 0.16302,-0.51369 -0.55836,-1.24922 -1.09375,-1.1875 -0.42367,0.0488 -0.87941,0.55432 -1,1.03125 -0.32304,-0.35863 -0.75153,-0.5934 -1.125,-0.53125 -0.13622,0.0227 -0.2666,0.1139 -0.375,0.21875 0.0101,-0.44939 -0.0972,-0.86334 -0.375,-1.15625 0.0434,-0.002 0.081,0.004 0.125,0 1.18881,-0.11 2.54571,-0.96693 2.5,-1.96875 -0.0422,-0.92441 -1.17153,-1.68657 -2.3125,-1.90625 0.11474,-0.0449 0.19666,-0.13067 0.28125,-0.21875 0.28098,-0.29259 0.35352,-0.76168 0.25,-1.25 -0.0962,-0.45389 -0.35723,-0.91177 -0.65625,-1.25 -0.33959,-1.12991 -1.64492,-2.29254 -2.84375,-2.5625 -1.22274,-1.3436 -2.9117,-2.23347 -4.25,-1.6875 -0.86246,0.35185 -1.47141,1.19656 -1.8125,2.25 -0.0232,-0.006 -0.039,-0.0255 -0.0625,-0.0313 -1.13669,-0.27744 -2.55479,-0.0576 -3.15625,0.6875 -0.4513,-1.38114 -2.17899,-2.81846 -3.4375,-2.53125 -0.80892,0.18461 -1.35811,1.21311 -1.46875,2.21875 -0.33872,-0.0112 -0.66925,0.009 -0.9375,0.125 -0.16704,0.01 -0.3427,0.0191 -0.5,0.0625 -1.7279,0.4765 -2.56175,3.48169 -1.875,5.28125 -0.0665,0.0516 -0.15681,0.0673 -0.21875,0.125 0.0347,-0.20314 -0.0228,-0.42955 -0.125,-0.65625 -0.23841,-0.52896 -0.74875,-1.03777 -1.21875,-1 -0.47018,0.0378 -0.85226,0.71732 -0.84375,1.25 -0.13874,-0.34791 -0.34897,-0.65295 -0.625,-0.8125 -0.0633,-0.23839 -0.14871,-0.47887 -0.25,-0.71875 -0.0778,-0.18427 -0.18335,-0.35003 -0.28125,-0.53125 0.0694,-0.31914 0.11844,-0.64922 0.125,-1 0.33392,-0.14275 0.65913,-0.3306 0.90625,-0.59375 0.52016,-0.55388 0.7642,-1.31011 0.8125,-2.15625 0.53795,0.0128 1.04538,-0.13428 1.3125,-0.5 0.3078,-0.42142 0.2786,-1.05155 0.0625,-1.65625 -0.36016,-1.00784 -1.28649,-1.96872 -2.15625,-1.96875 -0.10144,0 -0.18275,0.002 -0.28125,0.0313 -0.8862,-1.60798 -2.22326,-2.88504 -3.65625,-3.0625 -2.4486,-0.30323 -5.13099,3.277 -4.84375,5.8125 -0.8012,-0.0908 -1.68863,0.0419 -2.375,0.375 -0.17822,0.0411 -0.37375,0.11093 -0.53125,0.1875 -0.55265,0.26866 -1.02157,0.78402 -1.40625,1.40625 -0.69922,1.131 -1.03131,2.64204 -0.875,3.90625 -0.42198,-0.71194 -1.35586,-1.29489 -1.96875,-0.96875 0.34239,-0.58405 0.48716,-1.20918 0.3125,-1.78125 -0.101,-0.33079 -0.302,-0.62236 -0.5625,-0.875 0.41195,-0.40972 0.67677,-0.87602 0.625,-1.375 -0.0675,-0.6503 -0.60393,-1.21276 -1.3125,-1.59375 -1.18095,-0.63499 -2.84732,-0.79255 -3.65625,-0.0625 -0.48821,0.4406 -0.59786,1.27205 -0.4375,2.0625 -0.66154,0.17935 -1.24491,0.50379 -1.59375,0.96875 -0.75063,1.00049 -0.25465,2.77456 0.6875,3.9375 -0.21438,0.19102 -0.4003,0.44292 -0.53125,0.75 -0.26253,0.61563 -0.35334,1.38819 -0.21875,2.03125 -0.49469,-0.2389 -0.97857,-0.38577 -1.46875,-0.4375 -0.0876,-0.31981 -0.29007,-0.63154 -0.53125,-0.8125 0.0621,-0.13731 0.10702,-0.28846 0.15625,-0.4375 0.59075,-1.78849 0.22755,-4.30923 -1.25,-4.875 -0.65233,-0.24979 -1.42631,-0.099 -2.15625,0.28125 -1.73174,-0.75222 -3.88055,-0.90536 -5.125,-0.0313 -0.0745,-0.0538 -0.13745,-0.10734 -0.21875,-0.15625 -0.46425,-0.27926 -1.03411,-0.48593 -1.59375,-0.5625 0.0806,-0.54579 0.11223,-1.11765 0.0937,-1.6875 0.59534,-0.10575 1.18695,-0.51151 1.1875,-1 3.4e-4,-0.30572 -0.22031,-0.60075 -0.53125,-0.8125 -0.28688,-0.19536 -0.63179,-0.31426 -0.96875,-0.34375 -0.39409,-1.47849 -1.1337,-2.75361 -2.21875,-3.34375 -1.47043,-0.79975 -3.65672,-0.0803 -5.25,1.21875 -0.0342,-0.0702 -0.0524,-0.1499 -0.0937,-0.21875 -0.48659,-0.81002 -1.43454,-1.52582 -2.1875,-1.375 -0.38386,0.0769 -0.70447,0.41736 -0.90625,0.84375 -0.60039,0.10058 -1.26275,0.86173 -1.1875,1.4375 0.10243,0.78375 1.4635,1.60201 2.09375,1.125 0.0262,-0.0198 0.0395,-0.0393 0.0625,-0.0625 0.20577,0.062 0.40546,0.13973 0.625,0.15625 -0.2456,0.46197 -0.43275,0.93385 -0.46875,1.40625 -0.0625,0.82034 0.19658,1.7289 0.65625,2.59375 0.40433,0.76074 0.97151,1.49296 1.625,2.125 -0.33634,-0.1856 -0.68279,-0.35992 -1.0625,-0.5 -0.0477,-0.56025 -0.28301,-1.13872 -0.65625,-1.6875 -0.62449,-0.91822 -1.60923,-1.71323 -2.625,-2.15625 -0.38884,-2.91818 -5.3632,-5.80679 -7.96875,-4.46875 -0.23793,0.12219 -0.46797,0.27124 -0.65625,0.46875 -0.76933,-2.49863 -3.039,-5.00138 -5.15625,-4.5625 -0.87243,0.18084 -1.59342,0.82862 -2.15625,1.6875 -0.23534,0.14016 -0.46909,0.29964 -0.6875,0.5 -0.30895,0.28342 -0.59557,0.63402 -0.84375,1 -0.44195,-0.44788 -1.17602,-0.54639 -1.9375,-0.40625 -0.0197,0.004 -0.0427,-0.004 -0.0625,0 -0.54673,-1.63867 -1.5747,-3.08212 -2.875,-3.46875 -1.97967,-0.58863 -4.62216,1.75031 -5.15625,3.9375 -0.47368,-0.42394 -0.97343,-0.73258 -1.53125,-0.875 -0.53589,-0.13683 -1.12063,-0.0903 -1.6875,0.0937 -0.13151,-0.3692 -0.30861,-0.70047 -0.5625,-0.9375 -0.3401,-0.31751 -0.80845,-0.50803 -1.34375,-0.625 -1.07276,-0.94657 -2.8935,-1.46524 -4.5,-1.375 -0.91214,-1.11798 -2.35037,-1.99558 -3.53125,-1.90625 z M 133.6875,295.25 c -0.58897,0.65026 -1.00171,1.51094 -0.90625,2.21875 -0.31118,0.24867 -0.58059,0.58464 -0.71875,0.9375 0.23066,-0.58314 0.25011,-1.23973 0.0937,-1.90625 0.31721,-0.11385 0.58511,-0.29687 0.75,-0.53125 0.12792,-0.18184 0.17842,-0.43599 0.21875,-0.6875 0.039,0.009 0.0847,0.0276 0.125,0.0313 0.15361,0.014 0.28729,-0.0127 0.4375,-0.0625 z m 299.5625,1.625 c -0.24524,0.0285 -0.5012,0.11981 -0.75,0.25 -0.24001,0.12559 -0.4496,0.31078 -0.65625,0.5 -0.17997,-0.0702 -0.35459,-0.10742 -0.53125,-0.0937 -0.93377,0.0722 -1.63594,1.70902 -1.1875,2.53125 0.22582,0.41405 0.76702,0.70366 1.34375,0.84375 -0.0576,0.10964 -0.10405,0.22837 -0.15625,0.34375 -0.36747,0.81215 -0.59396,1.7529 -0.65625,2.6875 -1.11125,-1.45841 -2.91347,-2.55066 -4.25,-1.9375 -0.26696,0.12247 -0.51632,0.30875 -0.71875,0.53125 -0.11557,-0.0227 -0.22583,-0.0449 -0.34375,-0.0313 -0.1989,0.0231 -0.38797,0.1065 -0.5625,0.21875 -0.0129,-0.0647 -0.003,-0.12712 -0.0313,-0.1875 -0.17488,-0.36867 -0.59757,-0.57933 -1.09375,-0.65625 -0.82697,-0.12821 -1.8632,0.12097 -2.1875,0.71875 -0.38441,0.70859 0.41338,1.96452 1.21875,2.15625 -0.0533,0.0835 -0.10862,0.16273 -0.15625,0.25 -0.34422,-0.12711 -0.7303,-0.21608 -1.125,-0.25 0.13731,-0.30811 0.16824,-0.66469 -0.0313,-0.84375 -0.14667,-0.13165 -0.35834,-0.15201 -0.59375,-0.0937 -0.29427,0.0728 -0.60441,0.27227 -0.75,0.5 -0.49743,-0.22114 -0.99929,-0.3066 -1.46875,-0.25 -0.57896,0.0698 -1.18094,0.34225 -1.71875,0.78125 -0.21251,0.17346 -0.40142,0.3821 -0.59375,0.59375 -0.78274,-0.48012 -1.77002,-0.72904 -2.53125,-0.5625 -0.23817,-0.13931 -0.50218,-0.24102 -0.78125,-0.3125 -0.12327,-0.42864 -0.36329,-0.77819 -0.71875,-0.90625 -0.18278,-0.0659 -0.39171,-0.0402 -0.59375,0 -0.28489,-0.53625 -0.79963,-0.9958 -1.28125,-0.96875 -0.66661,0.0374 -1.21348,1.18848 -0.90625,1.78125 -0.99944,0.14674 -2.05677,0.64519 -2.875,1.3125 -1.73824,0.71871 -2.76749,3.96312 -1.75,5.53125 0.15059,0.23209 0.35944,0.43744 0.59375,0.625 -0.12123,0.11997 -0.22698,0.26786 -0.21875,0.40625 0.0215,0.36107 0.60316,0.79115 0.90625,0.59375 0.12585,-0.082 0.18391,-0.25272 0.1875,-0.4375 0.008,0.004 0.0231,-0.004 0.0313,0 0.68911,0.31657 1.48871,0.49732 2.28125,0.53125 -0.09,0.0665 -0.1764,0.15007 -0.21875,0.25 -0.11016,0.25995 -0.0322,0.58312 0.15625,0.875 0.30094,0.4662 0.86295,0.84388 1.3125,0.78125 -0.0328,0.17202 -0.0529,0.34994 -0.0625,0.53125 -0.51855,-0.0883 -1.17226,0.0732 -1.6875,0.40625 -0.0215,0.008 -0.0412,0.0227 -0.0625,0.0313 -0.69366,0.27949 -1.32414,0.87081 -1.84375,1.59375 -1.55883,2.16882 -2.10249,5.73202 -0.34375,7.125 1.77592,1.40658 5.19788,0.27947 7.21875,-1.625 0.65533,0.17162 1.30381,0.18243 1.84375,-0.0313 0.11297,-0.0447 0.2106,-0.0895 0.3125,-0.15625 0.13603,0.0173 0.27081,0.0322 0.40625,0.0313 1.99926,-0.014 3.8079,-2.49842 4.21875,-4.8125 0.46075,0.76814 1.34794,1.4038 2.34375,1.78125 0.0914,0.14712 0.21471,0.27462 0.34375,0.375 0.4796,0.37309 1.26067,0.28726 1.9375,-0.0313 0.55395,-0.0302 1.08455,-0.14977 1.5,-0.40625 0.56699,-0.35004 1.02773,-0.94305 1.375,-1.65625 0.81619,-1.67625 0.94336,-4.01028 0.125,-5.40625 0.0925,0.009 0.18574,0.0298 0.28125,0.0313 0.14621,0.15994 0.32385,0.29403 0.5,0.4375 0.11155,0.1047 0.21851,0.18554 0.34375,0.28125 0.0239,0.0165 0.0382,0.0463 0.0625,0.0625 0.007,0.005 0.0244,-0.005 0.0313,0 0.005,0.003 -0.005,0.0283 0,0.0313 -0.0183,0.0609 -0.0459,0.12539 -0.0625,0.1875 -0.65936,2.4632 0.0528,5.81897 2.09375,6.46875 0.96396,0.30689 2.0487,10e-4 3.0625,-0.65625 1.72013,2.28145 4.9098,4.05965 7.125,3.3125 2.65598,-0.89581 3.53169,-6.11422 1.75,-8.3125 0.0649,-0.0559 0.12827,-0.12716 0.1875,-0.1875 0.59431,-0.60548 0.97546,-1.48124 1.1875,-2.46875 0.40308,-1.87722 0.1286,-4.16505 -0.75,-5.75 0.3411,-0.006 0.66431,-0.085 0.90625,-0.25 1.08045,-0.737 1.30025,-3.33237 0.125,-3.90625 -0.122,-0.0596 -0.26975,-0.10913 -0.40625,-0.125 -0.38131,-1.67742 -2.11298,-3.49082 -3.65625,-3.53125 -0.59212,-0.0155 -1.20711,0.20093 -1.8125,0.5625 -0.28095,0.1678 -0.55288,0.3701 -0.8125,0.59375 -0.9775,-0.45572 -2.11306,-0.69097 -3.125,-0.625 0.12637,-0.75613 -0.0256,-1.55598 -0.5625,-1.84375 -0.20114,-0.10779 -0.44226,-0.15351 -0.6875,-0.125 z m -263.65625,1.34375 c 0.25356,0.25895 0.72457,0.37835 1.125,0.3125 0.34934,0.14668 0.70782,0.22197 1.0625,0.28125 -0.46386,0.28659 -0.83712,0.99334 -0.8125,1.53125 -1.24978,0.40905 -2.43794,1.1072 -3.3125,1.96875 -0.0604,-1.04543 -1.58699,-2.14441 -2.59375,-1.875 -0.20928,0.056 -0.40333,0.15839 -0.59375,0.3125 0.004,-0.11522 -0.0199,-0.22893 -0.0313,-0.34375 0.73242,-0.15237 1.46838,-0.55651 2.125,-1.09375 0.45732,0.36573 1.11915,0.5667 1.53125,0.34375 0.32132,-0.17384 0.42069,-0.64775 0.375,-1.09375 0.0616,-0.009 0.12526,0.0127 0.1875,0 0.31766,-0.065 0.62819,-0.19749 0.9375,-0.34375 z m -124.75,0.34375 c 0.01888,0.0385 0.0092,0.0889 0.03125,0.125 0.371146,0.60766 1.209156,1.017 2.09375,1.15625 -0.03787,0.11994 -0.09871,0.22446 -0.125,0.34375 -0.04482,-0.0436 -0.07555,-0.0856 -0.125,-0.125 -0.531784,-0.42359 -1.255974,-0.57622 -2.03125,-0.5 0.09336,-0.28886 0.107147,-0.60065 0.03125,-0.84375 0.04371,-0.0512 0.08977,-0.10216 0.125,-0.15625 z m 453.53125,0.625 c -0.49949,0.0347 -0.94595,0.19417 -1.21875,0.5 -0.68494,0.76786 0.0189,2.62723 1,2.9375 1.12923,0.35713 3.09251,-0.93581 2.84375,-2.09375 -0.10329,-0.48081 -0.53293,-0.86642 -1.09375,-1.09375 -0.46735,-0.18945 -1.03176,-0.28469 -1.53125,-0.25 z m -383.4375,0.1875 c -1.23028,0.0421 -2.70651,0.8424 -2.71875,1.875 -0.007,0.57168 0.42279,1.0978 1,1.5 0.96201,0.67034 2.38015,0.95909 3.15625,0.40625 0.97431,-0.69402 0.6885,-2.95801 -0.34375,-3.5625 -0.29704,-0.17395 -0.68366,-0.23277 -1.09375,-0.21875 z m -55.59375,0.6875 c 0.04623,0.10037 0.09658,0.19679 0.15625,0.28125 0.01022,0.0409 0.0187,0.0852 0.03125,0.125 -0.08233,-0.11907 -0.18891,-0.23064 -0.28125,-0.34375 0.03379,-0.0164 0.06166,-0.0436 0.09375,-0.0625 z m 264.875,0.125 c -1.08433,0.0374 -2.00953,1.90113 -1.53125,2.875 0.55052,1.12095 2.98611,1.68952 3.6875,0.65625 0.29123,-0.42904 0.26657,-1.03189 0.0313,-1.625 -0.3922,-0.98852 -1.32376,-1.93601 -2.1875,-1.90625 z m 290.75,0.0937 c -1.33435,-0.0862 -2.68673,2.09119 -2.21875,3.34375 0.29061,0.77782 1.28082,1.41084 2.28125,1.65625 -0.0208,0.0315 -0.0456,0.0604 -0.0625,0.0937 -0.31785,0.62925 0.22382,1.64208 0.90625,2.0625 -0.094,0.0948 -0.19186,0.20153 -0.25,0.3125 -0.14854,0.28354 -0.18747,0.62021 -0.15625,1 8.2e-4,0.01 -9.3e-4,0.0213 0,0.0313 -0.11073,0.25225 -0.16993,0.49928 -0.15625,0.75 0.0316,0.57953 0.50512,1.09256 1.125,1.4375 -0.11767,0.21515 -0.1907,0.44431 -0.21875,0.6875 -0.22537,1.95377 2.57503,3.97675 4.8125,4.09375 0.0347,0.18678 0.08,0.38584 0.15625,0.5625 0.67993,1.5755 2.81375,2.34941 5,2.375 0.0162,0.0514 0.0121,0.10609 0.0313,0.15625 0.88436,2.31337 5.59569,2.87943 7.34375,1.125 0.50302,-0.50485 0.84694,-1.23434 1.03125,-2.0625 0.26242,-1.17909 0.1931,-2.54261 -0.15625,-3.71875 0.52704,-0.1468 0.98457,-0.37892 1.34375,-0.71875 0.66115,-0.62553 0.88102,-1.6654 0.78125,-2.75 0.0768,-0.12457 0.15059,-0.24762 0.21875,-0.375 0.0345,0.19779 0.11572,0.36436 0.25,0.5 0.79299,0.80101 3.00833,-0.0747 3.1875,-1.1875 0.14058,-0.87313 -1.23966,-1.88569 -2.09375,-1.65625 -0.24577,0.066 -0.48238,0.21454 -0.6875,0.4375 -0.0152,0.0166 -0.0164,0.0453 -0.0313,0.0625 0.0832,-0.67496 0.002,-1.3217 -0.34375,-1.84375 -1.62935,-2.45676 -7.5902,-1.39577 -8.875,1.28125 -0.73173,0.0913 -1.3757,0.40571 -1.5625,0.96875 -0.0517,0.15586 -0.0779,0.3322 -0.0625,0.5 -0.49436,0.0828 -0.99828,0.25511 -1.5,0.5 -0.53944,0.2633 -1.07356,0.62893 -1.5625,1.03125 -0.20402,-0.55001 -0.53237,-1.0154 -0.9375,-1.3125 -0.44872,-0.32907 -1.0266,-0.51737 -1.6875,-0.5625 -0.28693,-0.0196 -0.60697,0.003 -0.90625,0.0313 0.15031,-0.88416 -0.0237,-1.7655 -0.625,-2.15625 -0.3712,-0.24123 -0.84354,-0.27076 -1.34375,-0.15625 0.41582,-0.49493 0.64111,-1.10271 0.40625,-1.5625 -0.17461,-0.34184 -0.57662,-0.53837 -1.03125,-0.625 0.23085,-0.47445 0.24116,-1.0945 0.0625,-1.71875 -0.36062,-1.26006 -1.40585,-2.52508 -2.46875,-2.59375 z m -343.15625,0.9063 c -0.23932,0.0366 -0.44539,0.1218 -0.625,0.25 -0.9019,0.64378 -0.613,2.75348 0.34375,3.3125 1.10125,0.64345 3.48614,-0.25587 3.5,-1.53125 0.006,-0.52957 -0.3712,-1.0342 -0.90625,-1.40625 -0.66881,-0.46506 -1.59454,-0.73482 -2.3125,-0.625 z m 354.5,0.96875 c -1.06397,0.12536 -2.24243,0.80775 -2.4375,1.65625 -0.24489,1.06519 1.33422,2.43171 2.40625,2.21875 0.10283,-0.0204 0.21149,-0.0789 0.3125,-0.125 0.0881,0.36033 0.32555,0.73567 0.625,0.8125 0.56868,0.14591 1.52976,-0.55866 1.375,-1.125 -0.0643,-0.23516 -0.30996,-0.4028 -0.59375,-0.5 -0.11825,-0.0405 -0.24622,-0.0802 -0.375,-0.0937 0.53082,-0.78674 0.74525,-1.83473 0.25,-2.40625 -0.34209,-0.39478 -0.92412,-0.51272 -1.5625,-0.4375 z m -159.15625,0.125 c 0.0742,0.006 0.14582,-2.9e-4 0.21875,0 -0.0903,0.0711 -0.17782,0.13701 -0.25,0.21875 0.0148,-0.0729 0.024,-0.14494 0.0313,-0.21875 z M 209.625,302.3125 c -0.0916,0.0217 -0.14061,0.0537 -0.1875,0.125 -0.0779,0.11841 -0.0667,0.27635 0,0.4375 0.11111,0.26859 0.35782,0.54282 0.59375,0.53125 0.29618,-0.0145 0.54083,-0.54826 0.40625,-0.8125 -0.11618,-0.22811 -0.53786,-0.34646 -0.8125,-0.28125 z m 304.625,0.625 c -0.17417,0.0113 -0.32241,0.0537 -0.46875,0.125 -0.91856,0.44774 -1.00349,2.40797 -0.21875,3.0625 0.10255,0.0855 0.24145,0.133 0.375,0.1875 0.0574,0.77532 0.53,1.62561 1.15625,1.84375 0.16155,0.0563 0.34163,0.10273 0.53125,0.0937 -0.0254,0.11131 -0.0429,0.21366 0,0.3125 0.0903,0.20781 0.3198,0.35445 0.59375,0.40625 0.11415,0.0216 0.25473,0.0358 0.375,0.0313 -0.54186,0.38926 -0.96659,0.87047 -1.125,1.40625 -0.14746,0.49875 -0.10689,1.06071 0.0625,1.65625 0.11119,0.39093 0.25735,0.81439 0.46875,1.1875 -1.13448,-0.10371 -2.46675,0.34899 -2.6875,1.25 -0.0572,0.23335 -0.0113,0.47549 0.0625,0.71875 -0.18613,0.0395 -0.34497,0.11799 -0.46875,0.25 -0.27412,0.29233 -0.32676,0.73759 -0.21875,1.21875 0.18001,0.80193 0.77458,1.63717 1.4375,1.71875 0.57632,0.0709 1.1932,-0.53998 1.4375,-1.1875 0.47017,0.15387 0.93065,0.18845 1.3125,0.0313 0.67351,-0.27727 1.00992,-1.23638 0.96875,-2.125 0.45781,0.23593 0.94409,0.32718 1.40625,0.21875 2.24266,-0.52617 3.06011,-5.2805 1.3125,-6.78125 -0.72845,-0.62555 -1.97244,-0.55343 -3.0625,-0.0937 0.0564,-0.26848 -0.1185,-0.61167 -0.34375,-0.84375 0.52589,-0.393 0.8775,-0.91667 0.78125,-1.4375 -0.0812,-0.43934 -0.44976,-0.79288 -0.9375,-1.03125 0.0967,-1.09898 -1.56347,-2.29593 -2.75,-2.21875 z M 395.21875,303 c -0.27381,0.0124 -0.5324,0.0648 -0.75,0.1875 -0.52386,0.29546 -0.79604,1.01268 -0.8125,1.75 -0.14881,-0.0232 -0.3208,-0.0333 -0.46875,-0.0313 -2.28419,0.0325 -4.23758,3.79883 -3.4375,5.96875 -0.19287,-0.009 -0.38295,-0.007 -0.5625,0.0313 -0.55238,0.11631 -1.08104,0.46867 -1.5625,0.9375 -0.58616,0.57078 -1.06979,1.33334 -1.375,2.125 -0.0101,-3e-4 -0.0211,-4e-5 -0.0313,0 -0.84606,0.003 -1.59967,1.44832 -1.25,2.21875 0.10062,0.2217 0.28884,0.40363 0.53125,0.5625 0.0631,0.0414 0.14973,0.0578 0.21875,0.0937 -0.79734,0.1179 -1.49489,0.43061 -1.9375,0.9375 -0.17837,0.20427 -0.29386,0.4489 -0.375,0.71875 -1.82166,-1.30234 -4.19094,-1.98536 -5.78125,-1.21875 -0.91556,-0.6059 -1.9759,-0.96052 -2.84375,-0.75 -0.59003,0.14313 -1.15401,0.54271 -1.65625,1.0625 -0.0459,0.0475 -0.0803,0.10648 -0.125,0.15625 -0.0596,-1.1749 -0.4133,-2.27049 -1.0625,-3 0.33947,-0.94123 0.33045,-2.10787 -0.25,-2.65625 -0.4513,-0.42636 -1.30068,-0.36849 -2,-0.0625 0.28632,-1.12539 0.14939,-2.44639 -0.5625,-3.03125 -0.92916,-0.76337 -2.93265,0.0358 -3.46875,1.15625 -0.15986,-0.14916 -0.32053,-0.22788 -0.5,-0.28125 1.04787,-0.61266 1.89605,-1.73071 1.59375,-2.65625 -0.1969,-0.60284 -0.81275,-1.00232 -1.5625,-1.21875 -1.24959,-0.36073 -2.85092,-0.17009 -3.46875,0.6875 -0.77561,1.07661 0.35639,3.35849 1.65625,3.625 -0.70127,0.18561 -1.38396,0.51799 -1.96875,0.9375 0.18896,-0.62955 0.11107,-1.42833 -0.3125,-1.75 -0.22289,-0.16927 -0.55128,-0.15962 -0.875,-0.0625 -0.14563,-0.16518 -0.37332,-0.30164 -0.625,-0.375 -0.75505,-0.22009 -1.78574,8e-5 -2,0.625 -0.31633,0.92262 1.19337,2.28869 2.125,2 0.0134,-0.004 0.0182,-0.0263 0.0313,-0.0313 0.22453,0.23497 0.48786,0.41128 0.75,0.4375 -0.3028,0.37901 -0.50378,0.79216 -0.5625,1.21875 -0.0649,0.47127 0.12126,0.95378 0.40625,1.40625 -0.0838,0.66739 -0.024,1.36619 0.1875,1.96875 -0.0851,-0.0283 -0.1612,-0.0753 -0.25,-0.0937 -3.10774,-0.64498 -6.90581,4.82868 -5.59375,7.71875 0.10423,0.22958 0.26373,0.43633 0.4375,0.625 -0.87572,0.61131 -1.449,2.28755 -0.75,2.96875 0.33171,0.32326 0.8791,0.39535 1.4375,0.28125 0.93067,-0.19016 1.89098,-0.89204 2,-1.65625 0.0171,-0.11992 -0.002,-0.22252 -0.0313,-0.34375 1.64148,0.23189 3.4775,-0.16947 4.375,-1.1875 0.4739,-0.53755 0.7408,-1.28251 0.875,-2.125 0.18973,-1.19107 0.0408,-2.5649 -0.375,-3.71875 1.54559,2.64268 5.37033,4.86681 7.84375,3.9375 0.38814,-0.14583 0.72896,-0.37905 1.03125,-0.6875 0.0956,0.32871 0.23793,0.63014 0.46875,0.875 0.90951,0.96481 2.65404,0.99051 4.25,0.4375 0.6783,2.14997 2.06828,4.09776 3.78125,4.53125 1.65821,0.41964 3.61582,-0.86106 4.84375,-2.5625 1.02028,0.11719 2.18612,-0.19403 2.59375,-0.90625 0.14698,-0.25682 0.15618,-0.57852 0.0937,-0.90625 0.20465,-0.14242 0.37569,-0.30027 0.4375,-0.5 0.0343,-0.11089 0.0728,-0.24604 0.0625,-0.375 0.0432,-0.0176 0.082,-0.0438 0.125,-0.0625 0.0307,0.1383 0.0559,0.25902 0.125,0.375 0.34321,0.57594 1.26228,0.75649 2.0625,0.59375 0.1543,0.1683 0.32138,0.32502 0.53125,0.40625 0.01,0.004 0.0213,-0.004 0.0313,0 -0.25152,0.61882 -0.26014,1.32034 0.125,1.6875 0.30881,0.2944 0.79931,0.3295 1.3125,0.21875 0.85532,-0.18459 1.75107,-0.79497 1.84375,-1.5 0.0582,-0.44254 -0.27816,-0.92305 -0.71875,-1.25 0.42656,-0.38306 0.77597,-0.85761 1.03125,-1.34375 0.0385,0.0314 0.0855,0.0644 0.125,0.0937 -0.3717,1.51723 -0.22599,3.08497 0.75,3.875 2.29063,1.8542 7.75987,-1.0566 7.90625,-4 0.051,-1.02585 -0.70849,-2.04248 -1.71875,-2.78125 -0.0744,-0.26937 -0.15355,-0.51646 -0.28125,-0.75 0.0404,-0.19606 0.0948,-0.40125 0.0937,-0.59375 -0.004,-0.73653 -0.30811,-1.51178 -0.78125,-2.25 -0.13003,-0.20289 -0.28193,-0.3996 -0.4375,-0.59375 -0.003,-0.38515 -0.0657,-0.75845 -0.1875,-1.09375 -0.26574,-0.73136 -0.82937,-1.40247 -1.5625,-1.96875 -0.0992,-0.0766 -0.20759,-0.14632 -0.3125,-0.21875 0.37752,-1.38022 -0.21381,-3.21326 -1.28125,-4.65625 0.88091,-0.24824 1.66456,-0.80598 1.75,-1.53125 0.0702,-0.59547 -0.31741,-1.17309 -0.875,-1.65625 -0.69699,-0.60395 -1.67856,-1.03731 -2.5,-1 z m 213.09375,0.71875 c -1.43959,0.0296 -3.28188,1.17723 -3.40625,2.4375 -0.0325,0.32961 0.081,0.68997 0.28125,1 -0.0973,0.14188 -0.19444,0.28235 -0.28125,0.4375 -1.09478,0.20644 -2.21403,0.89539 -2.6875,1.75 -0.97097,-0.0512 -1.98288,0.16946 -2.59375,0.6875 -0.0787,0.0642 -0.12837,0.14012 -0.1875,0.21875 -0.12883,0.14971 -0.24957,0.31314 -0.3125,0.5 -0.11874,0.3526 -0.11203,0.73848 0,1.125 -0.58713,-0.36439 -1.32308,-0.57476 -2.125,-0.65625 -0.0402,-0.004 -0.0845,0.003 -0.125,0 0.0881,-1.3727 -0.19873,-2.62527 -1.09375,-3.375 -0.59509,-0.49849 -1.39739,-0.74557 -2.25,-0.78125 0.25201,-0.50002 0.36073,-1.0022 0.15625,-1.4375 -0.25991,-0.55329 -0.91335,-0.88195 -1.65625,-1 -0.85404,-0.13571 -1.84069,0.0139 -2.53125,0.40625 -1.24496,-0.4284 -2.47804,-0.53362 -3.46875,-0.125 -0.14662,0.002 -0.30135,0.007 -0.4375,0.0313 -0.76805,-0.24657 -1.5151,-0.32254 -2.1875,-0.125 -2.4373,0.71603 -3.38466,5.48899 -1.75,7.4375 -1.45683,0.11725 -3.27136,1.63851 -3.1875,2.96875 0.0632,1.00214 1.40667,1.83907 2.5625,1.90625 0.0306,0.10736 0.0814,0.21039 0.15625,0.3125 0.0231,0.40523 0.11063,0.8358 0.3125,1.21875 -0.11405,1.69038 0.33656,3.44283 1.4375,4.1875 1.5366,1.03934 4.48692,-0.33051 5.375,-2.09375 0.2447,0.028 0.48282,0.0325 0.71875,0 0.75009,-0.10336 1.43597,-0.58963 1.96875,-1.28125 0.25968,0.51959 0.8558,0.84886 1.5625,0.96875 0.67185,0.11398 1.43847,0.0687 2.0625,-0.15625 0.10268,-0.003 0.20581,-0.0431 0.3125,-0.0625 1.49836,0.58017 3.05049,0.75232 4.1875,0.15625 0.9765,-0.51193 1.5663,-1.69155 1.78125,-3 0.60311,0.0131 1.20559,-0.70077 1.34375,-1.375 0.59343,-0.005 1.17923,-0.37906 1.65625,-0.9375 0.12262,-0.14355 0.23777,-0.30571 0.34375,-0.46875 0.0304,-0.002 0.0627,0.005 0.0937,0 0.29059,0.81167 0.71237,1.511 1.3125,1.96875 0.24371,0.18589 0.51569,0.30821 0.8125,0.40625 0.20273,0.21067 0.40935,0.39825 0.65625,0.4375 0.25571,0.0407 0.53938,-0.0722 0.78125,-0.25 0.68771,-0.0346 1.42913,-0.2185 2.125,-0.5 0.1917,0.20265 0.38685,0.37153 0.625,0.4375 0.98297,0.27229 2.34178,-1.148 2.1875,-2.15625 -0.0109,-0.0709 -0.0384,-0.14834 -0.0625,-0.21875 0.19713,-0.23714 0.39466,-0.49474 0.53125,-0.75 0.28758,-0.29741 0.52513,-0.70009 0.71875,-1.125 0.1628,0.028 0.32461,0.0433 0.46875,0 0.73201,-0.2201 1.00065,-1.6724 0.5,-2.25 -0.112,-0.12921 -0.25551,-0.20747 -0.4375,-0.28125 -0.0227,-0.91899 -0.29647,-1.77676 -0.84375,-2.28125 -0.21802,-0.20097 -0.47761,-0.32868 -0.78125,-0.40625 0.0635,-0.0512 0.12959,-0.0927 0.1875,-0.15625 0.40569,-0.44537 0.63611,-1.16148 0.40625,-1.59375 -0.28857,-0.54267 -1.46692,-0.54805 -1.84375,-0.0625 -0.32531,0.41916 -0.23962,1.32369 0.125,1.78125 -0.0521,0.006 -0.10387,-0.008 -0.15625,0 -0.52121,-0.59051 -1.13535,-1.07026 -1.75,-1.4375 0.19911,-0.802 0.12514,-1.61567 -0.375,-2.0625 -0.3148,-0.28125 -0.73889,-0.38488 -1.21875,-0.375 z M 237.71875,303.75 c 0.0639,0.13166 0.12382,0.2613 0.21875,0.375 0.0279,0.0334 0.0638,0.0625 0.0937,0.0937 -0.0794,0.029 -0.17121,0.0579 -0.25,0.0937 -0.0213,-0.0105 -0.0409,-0.021 -0.0625,-0.0313 -0.0501,-0.0237 -0.10452,-0.0406 -0.15625,-0.0625 0.0618,-0.15392 0.1095,-0.31109 0.15625,-0.46875 z m 244.96875,1.28125 c 0.002,0.0228 0.0289,0.0399 0.0313,0.0625 -0.01,-0.002 -0.0213,0.002 -0.0313,0 0.004,-0.0199 -0.004,-0.0426 0,-0.0625 z m -264.65625,0.15625 c 0.0847,0.005 0.16683,0.003 0.25,0 0.30075,0.312 0.66237,0.51114 1.0625,0.5625 0.18254,0.0234 0.34891,0.004 0.53125,-0.0313 0.0455,0.16092 0.0945,0.31477 0.15625,0.46875 -0.20217,-0.0328 -0.4031,-0.0106 -0.5625,0.0625 -0.40356,0.18493 -0.68977,0.77264 -0.75,1.3125 -0.16958,-0.34257 -0.48196,-0.68693 -0.84375,-0.875 0.11528,-0.36391 0.0574,-0.80897 -0.0313,-1.25 0.0634,-0.0818 0.12956,-0.16046 0.1875,-0.25 z m 382.03125,0.0313 c -0.34895,0.0421 -0.66337,0.1509 -0.84375,0.375 -0.4529,0.56266 0.0824,1.84859 0.78125,2.03125 0.80436,0.21024 2.15305,-0.7908 1.9375,-1.59375 -0.0895,-0.33341 -0.41125,-0.5793 -0.8125,-0.71875 -0.33437,-0.11621 -0.71355,-0.13582 -1.0625,-0.0937 z M 346.375,306.5 c -1.43031,0.0474 -2.94947,2.18034 -2.59375,3.5625 0.10919,0.42424 0.36995,0.83038 0.75,1.1875 1.14014,1.07137 3.18135,1.6647 4.125,0.75 1.39317,-1.35042 -0.0878,-5.14015 -2,-5.46875 -0.0938,-0.0161 -0.1859,-0.0344 -0.28125,-0.0313 z m 53.53125,0.0625 c -1.17024,0.20135 -1.88183,2.35869 -1.21875,3.34375 0.76323,1.13383 3.48648,1.38071 4.09375,0.15625 0.25216,-0.50843 0.1244,-1.14177 -0.21875,-1.75 -0.5719,-1.01372 -1.72407,-1.91039 -2.65625,-1.75 z M 17.6875,306.78125 c 0.0078,0.0118 0.02333,0.0195 0.03125,0.0313 -0.163641,0.81915 0.118421,1.83051 0.65625,2.71875 -0.273935,0.10548 -0.552942,0.24513 -0.78125,0.40625 -0.463511,-0.30509 -1.103187,-0.47865 -1.71875,-0.46875 0.170687,-0.10005 0.31189,-0.19534 0.40625,-0.34375 0.221104,-0.34777 0.236326,-0.86984 0.125,-1.375 0.07028,-0.024 0.148583,-0.0299 0.21875,-0.0625 0.408258,-0.18962 0.799237,-0.53452 1.0625,-0.90625 z m 340.375,0.1875 c -0.17163,0.0197 -0.31699,0.0778 -0.40625,0.1875 -0.22412,0.27534 0.032,0.90834 0.375,1 0.39479,0.1055 1.04129,-0.38601 0.9375,-0.78125 -0.0431,-0.16412 -0.17815,-0.27413 -0.375,-0.34375 -0.16404,-0.058 -0.35962,-0.0822 -0.53125,-0.0625 z m 175.71875,0.46875 c -1.31551,0.0301 -2.50646,1.03401 -3.375,2.40625 -0.0494,0.0313 -0.11875,0.0518 -0.15625,0.0937 -0.0874,0.0978 -0.11618,0.22902 -0.125,0.375 -0.1704,0.3124 -0.3338,0.6333 -0.46875,0.96875 -0.64389,0.64029 -1.11227,1.39709 -1.25,2.15625 -0.14368,0.79198 0.015,1.67446 0.375,2.5625 1.07993,2.66412 4.03476,5.23925 6.3125,4.4375 0.75759,-0.26667 1.35508,-0.85501 1.8125,-1.625 0.41721,0.50787 1.42455,0.75075 1.9375,0.40625 0.17969,-0.12068 0.33365,-0.32666 0.4375,-0.5625 0.31155,-0.70751 0.2377,-1.74211 -0.34375,-2.03125 -0.3677,-0.18285 -0.85365,-0.0392 -1.28125,0.25 0.0733,-0.30615 0.11461,-0.61818 0.15625,-0.9375 0.007,-0.013 0.0242,-0.0181 0.0313,-0.0313 0.37096,-0.68715 0.50212,-1.57262 0.4375,-2.5 -0.19384,-2.78213 -2.15795,-6.02238 -4.5,-5.96875 z m -51.9375,0.0625 c -0.0364,0.14672 -0.0735,0.29286 -0.0937,0.4375 -0.0841,0.0607 -0.16777,0.12325 -0.25,0.1875 0.12302,-0.19675 0.23549,-0.41365 0.34375,-0.625 z M 32.25,308.625 c 0.06393,0.0943 0.110023,0.17518 0.1875,0.25 0.100944,0.15839 0.210923,0.30587 0.34375,0.40625 -0.120632,0.45192 -0.228806,0.90967 -0.28125,1.375 -0.143604,-0.61087 -0.362111,-1.17202 -0.6875,-1.625 0.167235,-0.12002 0.325858,-0.25718 0.4375,-0.40625 z m 380.84375,0 c 0.10128,0.11688 0.22034,0.2048 0.34375,0.28125 0.19478,0.12065 0.43409,0.17775 0.6875,0.21875 0.006,0.009 -0.007,0.0229 0,0.0313 0.094,0.1161 0.26561,0.13972 0.4375,0.15625 -0.0289,0.10045 -0.0315,0.18075 -0.0313,0.28125 0.002,0.80287 1.20472,1.55175 2.0625,1.46875 0.26436,0.069 0.51988,0.10667 0.8125,0.125 -0.20737,0.7665 -0.2797,1.54219 -0.15625,2.21875 -0.50451,-0.26037 -1.03421,-0.46711 -1.59375,-0.625 0.0965,-0.17294 0.14857,-0.35487 0.15625,-0.53125 0.046,-1.05807 -1.52665,-2.48382 -2.46875,-2 -0.0308,0.0158 -0.065,0.0434 -0.0937,0.0625 0.0714,-0.53704 0.0108,-1.13102 -0.15625,-1.6875 z m -198.0625,0.5 c -0.54109,0.0505 -1.09659,0.35064 -1.15625,0.78125 -0.0396,0.28608 0.14246,0.57434 0.40625,0.8125 0.43964,0.39694 1.13849,0.63412 1.5625,0.40625 0.53229,-0.28606 0.51027,-1.44411 0.0313,-1.8125 -0.20676,-0.15901 -0.51909,-0.21777 -0.84375,-0.1875 z M 355.5625,309.5 c -1.66475,0.23274 -3.50329,2.74177 -2.96875,4.28125 0.47932,1.38046 3.24955,1.78402 4.3125,0.78125 0.30587,-0.28855 0.53243,-0.70246 0.65625,-1.1875 0.37146,-1.45513 -0.0748,-3.44379 -1.28125,-3.8125 -0.22264,-0.068 -0.48093,-0.0958 -0.71875,-0.0625 z m 27.03125,0.0313 c -0.13721,0.0111 -0.28076,0.0495 -0.40625,0.0937 -0.91242,0.32197 -1.32614,1.71918 -1.15625,2.84375 -0.1922,0.3826 -0.28079,0.77919 -0.21875,1.125 -0.0217,-4.5e-4 -0.0403,-10e-4 -0.0625,0 -0.2961,0.0165 -0.61918,0.17513 -0.6875,0.40625 -0.0858,0.29015 0.32518,0.69687 0.625,0.65625 0.19076,-0.0258 0.39772,-0.22278 0.5,-0.4375 0.59943,0.44994 1.69892,0.47715 2.25,0.0313 1.15428,0.0276 2.36065,-0.40042 2.625,-1.28125 0.18361,-0.61179 -0.098,-1.29632 -0.59375,-1.90625 -0.72297,-0.88949 -1.91453,-1.60875 -2.875,-1.53125 z m -69.5625,0.0625 c 0.004,-0.004 0.0274,0.004 0.0313,0 0.16579,0.53255 0.50122,1.04426 0.90625,1.40625 0.006,0.1085 0.008,0.20999 0.0313,0.3125 -0.0855,0.0169 -0.16506,0.0384 -0.25,0.0625 -0.53183,-0.25084 -1.11289,-0.37899 -1.625,-0.34375 -0.14153,-0.2661 -0.30744,-0.52852 -0.5,-0.78125 0.56825,-0.0769 1.08948,-0.30915 1.40625,-0.65625 z m 155.40625,0.625 c -0.004,0.0409 0.002,0.0834 0,0.125 -0.0304,0.002 -0.0636,-0.003 -0.0937,0 0.0322,-0.037 0.0628,-0.086 0.0937,-0.125 z m 45.625,0 c -0.41654,-0.0103 -0.8173,0.104 -1,0.375 -0.30581,0.45362 0.17967,1.37561 0.71875,1.46875 0.6205,0.10721 1.55779,-0.7203 1.34375,-1.3125 -0.0889,-0.2459 -0.3445,-0.38918 -0.65625,-0.46875 -0.12989,-0.0331 -0.2674,-0.0591 -0.40625,-0.0625 z m 126.75,0.125 c -0.31854,0.0275 -0.59391,0.11342 -0.8125,0.28125 -0.11488,0.0882 -0.22233,0.21505 -0.3125,0.34375 -0.98647,-0.0344 -2.25997,0.76437 -2.4375,1.65625 -0.25818,1.29704 1.43274,3.35531 2.6875,2.9375 0.43504,-0.14486 0.7674,-0.55573 0.96875,-1.0625 0.26944,-0.0619 0.5502,-0.20466 0.8125,-0.375 0.90618,-0.58849 1.63999,-1.70808 1.4375,-2.5625 -0.19066,-0.80447 -1.38812,-1.30115 -2.34375,-1.21875 z m -417.25,0.71875 c 0.0295,0.0246 0.0618,0.0422 0.0937,0.0625 -0.0171,0.19906 -0.001,0.39282 0.0313,0.59375 -0.16833,0.34068 -0.26923,0.67937 -0.25,1.03125 -0.0814,-3.2e-4 -0.16875,-0.004 -0.25,0 0.13593,-0.29355 0.21705,-0.61861 0.28125,-0.96875 0.0429,-0.23411 0.0825,-0.47152 0.0937,-0.71875 z m 62.5,0.3125 c -0.0298,0.10782 -0.0498,0.22619 -0.0625,0.34375 -0.0379,0.35075 0.0216,0.72223 0.125,1.0625 -0.63296,-0.10891 -1.28354,-0.11839 -1.90625,-0.0937 0.6783,-0.30774 1.34446,-0.76448 1.84375,-1.3125 z M 2.34375,311.5625 c 0.00108,0.0949 0.024214,0.18696 0.03125,0.28125 -0.024036,-0.0618 -0.060622,-0.1265 -0.09375,-0.1875 0.017313,-0.0338 0.048696,-0.0576 0.0625,-0.0937 z m 410.3125,0 c -0.0276,0.308 -0.003,0.63076 0.0625,0.9375 -0.17621,0.0226 -0.33346,0.023 -0.5,0.0625 0.004,-0.10852 -0.0269,-0.20976 -0.0625,-0.3125 -0.0518,-0.14959 -0.131,-0.29228 -0.25,-0.40625 0.23097,-0.0153 0.43686,-0.0635 0.625,-0.1875 0.0423,-0.0279 0.0865,-0.0612 0.125,-0.0937 z m -8.875,0.84375 c -0.86328,-0.008 -1.59606,1.64161 -1.09375,2.34375 0.39412,0.55091 1.69014,0.36647 2.03125,-0.21875 0.0982,-0.1684 0.13355,-0.36186 0.125,-0.59375 -0.0256,-0.69567 -0.47777,-1.52551 -1.0625,-1.53125 z m -156,0.8125 c 0.12786,0.31436 0.30107,0.61565 0.46875,0.90625 -0.48391,-0.14359 -0.96456,-0.19623 -1.40625,-0.15625 -0.057,-0.13157 -0.0776,-0.25782 -0.15625,-0.375 0.39017,-0.0946 0.76123,-0.20797 1.09375,-0.375 z m 335.46875,0.125 c 0.009,0.003 0.0224,-0.003 0.0313,0 -0.008,0.0169 0.008,0.0455 0,0.0625 -0.006,-0.0229 -0.0247,-0.0401 -0.0313,-0.0625 z m -247.84375,0.4375 c 0.50265,0.15864 1.01054,0.26248 1.5,0.28125 -0.33297,0.11343 -0.67698,0.30486 -0.96875,0.59375 -0.0102,0.0101 -0.0211,0.021 -0.0313,0.0313 -0.0445,-0.007 -0.0811,-0.0299 -0.125,-0.0313 -0.0926,-0.31962 -0.21905,-0.61332 -0.375,-0.875 z m 205.3125,0.1875 c -0.60413,0.12086 -0.92024,1.2484 -0.5625,1.75 0.10294,0.14434 0.24203,0.26416 0.4375,0.34375 0.58642,0.23878 1.46417,0.1702 1.6875,-0.3125 0.32972,-0.71264 -0.79254,-1.93529 -1.5625,-1.78125 z m -218.03125,0.25 c 0.0842,0.0309 0.16629,0.0734 0.25,0.0937 -0.004,0.0681 -0.0184,0.12147 0,0.1875 0.0688,0.24641 0.31577,0.43753 0.59375,0.5625 0.0857,0.1614 0.19965,0.28067 0.3125,0.40625 -0.1855,-0.002 -0.36834,0.0322 -0.5625,0.0625 -0.0553,-0.0711 -0.1271,-0.12279 -0.1875,-0.1875 -0.005,-0.0206 0.006,-0.0419 0,-0.0625 -0.0965,-0.35515 -0.22724,-0.71877 -0.40625,-1.0625 z m 59.875,0.625 c -0.10155,-0.0121 -0.20149,0.0188 -0.3125,0.0313 -0.66604,0.075 -1.4431,0.56319 -1.40625,1.125 0.0544,0.82943 1.70602,1.40812 2.34375,0.875 0.50037,-0.4183 0.24282,-1.6524 -0.34375,-1.9375 -0.0844,-0.041 -0.1797,-0.0816 -0.28125,-0.0937 z M 478.5,315.5 c -0.69904,0.0497 -1.44215,0.41527 -1.53125,0.96875 -0.0592,0.36771 0.16665,0.74798 0.5,1.0625 0.55558,0.5242 1.4469,0.84429 2,0.5625 0.69436,-0.35375 0.73215,-1.82399 0.125,-2.3125 -0.26207,-0.21086 -0.67433,-0.31109 -1.09375,-0.28125 z m -215.15625,0.0937 c -0.12165,-0.0182 -0.23842,9.7e-4 -0.375,0.0313 -0.45527,0.10092 -0.92146,0.4365 -0.96875,0.8125 -0.0594,0.47202 0.67008,0.98296 1.125,0.84375 0.52363,-0.16023 0.9297,-1.18687 0.53125,-1.5625 -0.0827,-0.078 -0.19085,-0.10683 -0.3125,-0.125 z M 406.125,315.625 c -0.48692,-0.0476 -1.08042,0.14039 -1.25,0.5 -0.21288,0.45145 0.37596,1.20949 0.875,1.21875 0.57441,0.0107 1.30637,-0.83939 1.03125,-1.34375 -0.11424,-0.20942 -0.3641,-0.34646 -0.65625,-0.375 z m 135.03125,1.25 c -0.28872,-0.0422 -0.68119,0.13315 -0.78125,0.375 -0.15356,0.37116 0.22649,1.08158 0.625,1.03125 0.16547,-0.0209 0.3131,-0.16087 0.40625,-0.34375 0.0144,-0.0282 0.0191,-0.0638 0.0313,-0.0937 0.21793,0.0527 0.46928,0.0618 0.59375,-0.0625 0.20228,-0.20193 0.0171,-0.74195 -0.25,-0.84375 -0.11171,-0.0426 -0.23592,0.009 -0.375,0.0625 -0.0599,-0.0634 -0.15376,-0.11093 -0.25,-0.125 z M 391.25,317.25 c 0.13072,0.24913 0.28587,0.4837 0.4375,0.71875 -0.0197,0.0749 -0.0289,0.17157 -0.0313,0.25 -0.007,0.22579 0.0698,0.44757 0.1875,0.65625 -0.3323,0.026 -0.64199,0.0863 -0.90625,0.21875 -0.16514,-0.53654 -0.5327,-0.98218 -1.0625,-1.34375 0.4747,-0.11052 0.93386,-0.28886 1.375,-0.5 z M 294,318.03125 c 0.21004,0.19742 0.44349,0.36146 0.6875,0.5 -0.16089,0.33356 -0.29922,0.68489 -0.34375,1.03125 -0.12227,-0.49914 -0.33931,-0.98036 -0.59375,-1.40625 0.0814,-0.046 0.17191,-0.0747 0.25,-0.125 z M 447.96875,318.25 c -0.11295,-10e-4 -0.22331,0.0491 -0.34375,0.0937 -0.40148,0.14895 -0.78543,0.49578 -0.78125,0.84375 0.005,0.43684 0.75989,0.83999 1.15625,0.65625 0.45622,-0.21149 0.69086,-1.20832 0.28125,-1.5 -0.085,-0.0606 -0.19955,-0.0925 -0.3125,-0.0937 z m -122.78125,0.28125 c 0.02,0.0566 0.062,0.10856 0.0937,0.15625 0.29814,0.44822 1.15082,0.62789 1.71875,0.4375 0.0883,0.41131 0.2956,0.76843 0.625,0.84375 -0.34227,0.04 -0.6678,0.12406 -0.9375,0.28125 -0.35246,0.20542 -0.64916,0.5173 -0.90625,0.90625 -0.25227,-0.25965 -0.54104,-0.47219 -0.84375,-0.65625 -0.0691,-0.24915 -0.20268,-0.49437 -0.40625,-0.71875 -0.0438,-0.0483 -0.10807,-0.0791 -0.15625,-0.125 0.0383,-0.0362 0.0878,-0.055 0.125,-0.0937 0.28066,-0.29222 0.50163,-0.64625 0.6875,-1.03125 z M 481.21875,319 c -0.43243,0.0332 -0.79305,0.18338 -0.96875,0.5 -0.19455,0.35059 -0.12857,0.8408 0.0937,1.28125 0.37053,0.73408 1.1494,1.39527 1.8125,1.3125 0.83245,-0.10391 1.40456,-1.62692 0.96875,-2.34375 -0.31352,-0.51568 -1.18554,-0.80527 -1.90625,-0.75 z m -223.125,0.3125 c -0.65435,0.0514 -1.22488,0.5484 -1.625,1.25 -0.66687,1.16933 -0.8687,2.85735 -0.15625,3.6875 0.89439,1.04216 3.44694,0.46158 4.03125,-0.78125 0.67255,-1.43054 -0.67411,-4.28012 -2.25,-4.15625 z m 44.875,0.46875 c -2.13957,0.23171 -4.6705,2.40956 -5.125,4.46875 -0.0753,-0.12907 -0.13731,-0.27544 -0.25,-0.34375 -0.61928,-0.37539 -2.01168,0.11984 -2.03125,0.84375 -0.008,0.30059 0.19967,0.59638 0.5,0.8125 0.50056,0.36021 1.27494,0.53453 1.6875,0.25 0.0647,-0.0446 0.11152,-0.11992 0.15625,-0.1875 0.71869,1.95176 4.30123,3.18284 6.0625,2.09375 0.54397,-0.33637 0.97968,-0.90896 1.3125,-1.59375 0.99846,-2.05437 0.96592,-5.1442 -0.71875,-6.0625 -0.46635,-0.2542 -1.0226,-0.3431 -1.59375,-0.28125 z M 429,319.84375 c -0.56023,0.008 -1.19669,0.31908 -1.34375,0.75 -0.18462,0.54097 0.55587,1.33444 1.125,1.28125 0.65508,-0.0612 1.37751,-1.17989 1,-1.71875 -0.15675,-0.22375 -0.44511,-0.31733 -0.78125,-0.3125 z m 97.9375,1.21875 c -0.66957,-0.0416 -1.25689,0.14624 -1.59375,0.59375 -0.37299,0.49551 -0.37144,1.21521 -0.125,1.9375 0.41073,1.20382 1.46643,2.39131 2.5,2.40625 1.29753,0.0188 2.48318,-2.15241 1.96875,-3.34375 -0.37008,-0.85704 -1.63405,-1.52437 -2.75,-1.59375 z M 460,321.125 c -1.1824,0.0375 -2.61076,0.82021 -2.625,1.8125 -0.008,0.54937 0.38377,1.04959 0.9375,1.4375 0.92288,0.64651 2.31533,0.93566 3.0625,0.40625 0.93798,-0.66461 0.64679,-2.8541 -0.34375,-3.4375 -0.28504,-0.16788 -0.63712,-0.23124 -1.03125,-0.21875 z m -28.3125,1.25 c -1.2631,0.0894 -2.74429,0.99915 -2.71875,2.0625 0.0377,1.5699 3.09821,2.76886 4.34375,1.8125 0.97727,-0.75038 0.58487,-3.07214 -0.5,-3.65625 -0.31218,-0.16808 -0.70397,-0.24856 -1.125,-0.21875 z m -90.4375,2.6875 c -0.4696,0.023 -0.86264,0.19338 -1.0625,0.53125 -0.2213,0.37411 -0.16527,0.85981 0.0625,1.34375 0.37961,0.80657 1.21644,1.56989 1.9375,1.5 0.9052,-0.0877 1.57587,-1.71018 1.125,-2.5 -0.32435,-0.56819 -1.27984,-0.91338 -2.0625,-0.875 z m 4,0.59375 c -0.80905,0.089 -1.56395,0.43961 -1.75,1.0625 -0.15451,0.51728 0.0803,1.11004 0.5,1.625 0.69947,0.85827 1.93314,1.51928 2.78125,1.21875 1.0647,-0.37728 1.37408,-2.52704 0.59375,-3.34375 -0.44909,-0.47003 -1.31595,-0.65148 -2.125,-0.5625 z m -75.59375,1.25 c -0.79326,0.0612 -1.62136,0.46479 -1.71875,1.09375 -0.0647,0.41786 0.18192,0.86395 0.5625,1.21875 0.6343,0.59133 1.65524,0.94867 2.28125,0.625 0.78588,-0.40633 0.78636,-2.10579 0.0937,-2.65625 -0.29896,-0.2376 -0.7428,-0.31798 -1.21875,-0.28125 z m 62.4375,1.15625 c -0.52668,0.0285 -1.04477,0.22864 -1.1875,0.625 -0.11853,0.32916 0.0282,0.71424 0.28125,1.0625 0.42179,0.58043 1.19046,1.03902 1.75,0.875 0.70244,-0.20591 0.9756,-1.56856 0.5,-2.125 -0.27372,-0.32024 -0.81707,-0.46605 -1.34375,-0.4375 z"
+         transform="translate(-664,122)"
+         id="path9690"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#7a2e00;fill-opacity:1;stroke:none"
+         d="m 113.65625,261.40625 c -0.81449,0.022 -1.55469,0.71426 -2.03125,1.59375 -0.13746,0.0437 -0.28153,0.0924 -0.40625,0.15625 -0.61304,0.31408 -1.11477,0.88737 -1.53125,1.59375 -0.53627,0.90954 -0.88561,2.04001 -0.96875,3.125 -0.41968,-0.69796 -1.11145,-1.30052 -1.75,-1.25 -0.49613,0.0392 -0.89827,0.55179 -1.125,1.125 -0.084,-1.12785 -0.87027,-2.41349 -1.8125,-2.40625 -0.53074,0.004 -1.01216,0.39446 -1.375,0.9375 -0.60474,0.90505 -0.8397,2.22717 -0.3125,2.9375 0.0827,0.11147 0.19055,0.20648 0.3125,0.28125 -1.50034,-0.11802 -3.212339,0.28543 -4.4375,1.0625 0.222682,-0.96108 0.282385,-1.94049 0.15625,-2.84375 0.05842,-0.3317 0.0062,-0.68744 -0.09375,-1.0625 0.01127,-0.20349 -0.0084,-0.41076 -0.03125,-0.625 -0.152388,-1.4283 -1.021555,-2.97596 -2.15625,-3.25 -1.096616,-0.26484 -2.431389,0.90871 -2.875,2.125 -0.417098,0.13414 -0.810216,0.32301 -1.1875,0.53125 -0.316615,-0.0991 -0.64909,-0.18174 -0.96875,-0.25 -0.406945,-0.56147 -1.323848,-0.68815 -2.1875,-0.5 -0.348585,0.006 -0.690158,0.0474 -0.96875,0.1875 -0.180769,0.0909 -0.341545,0.22683 -0.5,0.375 -0.443192,0.13948 -0.838214,0.3281 -1.1875,0.59375 -0.447932,0.34067 -0.796021,0.79363 -1.03125,1.34375 -0.441165,0.0481 -0.84315,0.15716 -1.21875,0.3125 -0.199824,-0.6005 -0.622096,-1.12502 -1.125,-1.125 -0.374156,2e-5 -0.710045,0.2754 -0.96875,0.65625 -0.36101,0.53145 -0.570516,1.25732 -0.40625,1.78125 -0.144084,0.14023 -0.26047,0.32015 -0.375,0.5 -2.439507,-0.28758 -5.422359,0.57531 -6.6875,2.25 -0.305872,0.25655 -0.576249,0.59623 -0.78125,1 -0.02212,0.0218 -0.0423,0.0398 -0.0625,0.0625 -0.004,0.008 0.0039,0.023 0,0.0313 -0.08775,0.10293 -0.182629,0.19784 -0.21875,0.3125 -0.1155,-0.56944 -0.244995,-1.14944 -0.4375,-1.6875 0.325628,-0.53106 0.481341,-1.20812 0.4375,-1.78125 0.160867,0.43457 0.406903,0.78427 0.75,0.9375 0.545462,0.24361 1.351442,-0.13462 1.8125,-0.6875 0.06065,0.0238 0.125389,0.0509 0.1875,0.0625 1.058855,0.19766 2.727476,-1.20091 2.375,-2.21875 -0.146358,-0.42264 -0.593613,-0.70048 -1.125,-0.84375 -0.221411,-0.0597 -0.481345,-0.11591 -0.71875,-0.125 -0.640994,-0.0245 -1.243563,0.16033 -1.59375,0.53125 -0.432068,-0.23367 -0.897387,-0.32688 -1.25,-0.125 -0.532552,0.3049 -0.686236,1.13328 -0.5625,1.90625 -0.0313,-0.0651 -0.05168,-0.13103 -0.09375,-0.1875 -0.355773,-0.47748 -1.175231,-0.51571 -1.875,-0.3125 -0.547658,-0.62838 -1.171926,-1.13909 -1.875,-1.40625 -0.01946,-0.007 -0.04291,0.007 -0.0625,0 -0.07096,-0.38003 -0.185479,-0.73207 -0.40625,-1 -1.002708,-1.2169 -3.956907,-0.60072 -4.65625,0.8125 -0.20124,0.40667 -0.244148,0.93157 -0.1875,1.46875 0.0078,0.074 0.01922,0.14393 0.03125,0.21875 -0.240436,0.19724 -0.466663,0.40503 -0.6875,0.625 -0.03445,-1.15975 -0.374109,-2.20973 -1.125,-2.9375 -3.225721,-3.12638 -11.877772,0.55114 -12.5,5 -0.0537,0.38397 -0.04892,0.76836 0.03125,1.15625 -0.396259,0.0337 -0.777296,0.0964 -1.15625,0.1875 -0.720823,-3.31071 -3.344391,-6.82337 -6.125,-7.0625 -0.640188,-0.0551 -1.289356,0.0989 -1.90625,0.40625 -1.425176,-0.3286 -2.816254,-0.30714 -3.90625,0.25 -1.027692,0.52529 -1.708445,1.58815 -2.09375,2.875 -0.911783,0.47804 -1.658455,1.12927 -2.0625,1.90625 -0.420047,0.80776 -0.560831,1.8263 -0.46875,2.90625 0.04316,0.50623 0.176016,1.01691 0.3125,1.53125 -0.303285,0.0713 -0.579145,0.17631 -0.84375,0.34375 -0.378169,0.2393 -0.68399,0.55321 -0.9375,0.9375 -0.03809,-0.27894 -0.120668,-0.55171 -0.25,-0.78125 -0.496945,-0.88197 -1.862321,-1.19524 -3.09375,-1.03125 -1.045275,-3.58452 -5.113402,-7.36801 -8.34375,-6.875 -0.923198,0.1409 -1.752289,0.69889 -2.4375,1.5 -0.146214,-0.0233 -0.312872,-0.0614 -0.46875,-0.0625 -1.107332,-0.008 -2.378647,0.52975 -2.6875,1.375 -0.300826,0.82328 0.504711,1.96796 1.40625,2.40625 -0.146237,0.68475 -0.21532,1.37503 -0.1875,2.03125 -0.313762,0.11363 -0.582364,0.29543 -0.8125,0.53125 -0.322656,0.33063 -0.547976,0.73973 -0.65625,1.21875 -0.192177,0.11621 -0.380826,0.2579 -0.5625,0.40625 -0.193189,-0.24472 -0.37996,-0.47898 -0.59375,-0.6875 -0.248132,-3.71566 -3.2025801,-8.24538 -6.40625,-8.5625 -1.001591,-0.0991 -2.0212614,0.33797 -2.9375,1.03125 -2.56249693,-1.69346 -6.2276547,-2.39555 -8.25,-0.96875 -2.6145039,1.84458 -1.8162449,7.93309 0.9375,9.5625 0.7924119,0.46887 1.8106346,0.62695 2.90625,0.59375 0.6662801,-0.0202 1.35105183,-0.10588 2.03125,-0.28125 0.10273849,0.24928 0.35677765,0.48249 0.65625,0.625 0.1841524,0.18109 0.3859554,0.36225 0.59375,0.53125 0.098254,0.0799 0.2095361,0.14201 0.3125,0.21875 -0.097966,0.0973 -0.190408,0.20256 -0.28125,0.3125 -0.2735142,0.33102 -0.50052111,0.72199 -0.6875,1.125 -0.23832999,-0.26374 -0.53949707,-0.44874 -0.84375,-0.59375 -0.46897583,-0.97124 -1.3753666,-1.80754 -2.21875,-1.625 -1.5027574,0.32526 -2.0864737,3.50952 -0.9375,4.53125 0.601511,0.5349 1.7463876,0.33613 2.5625,-0.1875 0.34114604,0.0664 0.70228809,0.0744 1.03125,0 0.0364553,0.27045 0.0888379,0.53178 0.21875,0.75 0.0534818,0.0898 0.11507085,0.17457 0.1875,0.25 -0.007296,-0.003 -0.0238626,0.002 -0.03125,0 -0.1062888,-0.0321 -0.24749128,-0.0354 -0.375,0 -0.38252616,0.10629 -0.76180376,0.48784 -0.6875,0.8125 0.0411374,0.17974 0.19485152,0.32383 0.40625,0.40625 0.35233003,0.13736 0.82976563,0.10705 1.03125,-0.125 0.1897056,-0.21849 0.091694,-0.65125 -0.125,-0.90625 0.5316052,0.3807 1.3457851,0.50872 2.125,0.4375 0.4265838,0.36938 1.0591093,0.57577 1.75,0.59375 0.9090665,0.0237 1.89858,-0.22593 2.625,-0.6875 -0.447183,0.44447 -0.8232154,0.93198 -1.0625,1.4375 -0.020419,-0.0175 -0.041379,-0.0461 -0.0625,-0.0625 -1.4651505,-1.13779 -5.0805408,-0.30503 -5.34375,1.53125 -0.10929062,0.76248 0.3307321,1.54902 1.03125,2.1875 1.167524,1.06414 3.0538289,1.7274 4.1875,1.125 0.044475,-0.0236 0.083298,-0.0657 0.125,-0.0937 0.1379216,0.26413 0.3148536,0.52205 0.5625,0.75 0.8644393,0.7957 2.2483993,1.28764 3.09375,0.84375 0.501501,-0.26333 0.769649,-0.93248 0.8125,-1.625 0.385881,-0.0168 0.745984,-0.0985 1.0625,-0.25 0.566239,-0.27094 1.040604,-0.77307 1.4375,-1.40625 0.0879,-0.14023 0.172414,-0.28625 0.25,-0.4375 1.189907,-0.0306 2.470713,-0.37706 3.6875,-0.96875 0.283008,0.56611 0.705446,0.98999 1.21875,1 0.120896,0.002 0.258784,0.007 0.375,-0.0313 0.232432,-0.0768 0.427468,-0.23695 0.625,-0.4375 0.01497,0.0346 0.04531,0.0598 0.0625,0.0937 -0.231737,0.10462 -0.464443,0.22423 -0.6875,0.34375 -2.230771,1.19535 -3.966179,3.08022 -3.78125,5.09375 0.409041,4.45368 9.332151,7.30081 12.6875,4.34375 1.639406,-1.4448 1.626775,-4.49824 0.625,-6.96875 0.850768,-0.0874 1.678803,-0.4209 2.0625,-1 0.948205,-1.43109 -0.06842,-4.7284 -1.78125,-4.84375 -0.711215,-0.0479 -1.396954,0.40295 -1.9375,1.09375 -0.351831,0.44962 -0.663357,1.00816 -0.84375,1.5625 -0.05143,-0.0289 -0.103907,-0.0675 -0.15625,-0.0937 -0.06215,-1.18937 -0.708128,-2.47631 -1.625,-2.875 -1.044511,-0.45419 -2.686269,0.0137 -3.75,0.875 -0.01333,-0.12048 -0.02566,-0.23631 -0.0625,-0.34375 0.01023,-0.0106 0.02109,-0.0206 0.03125,-0.0313 0.568636,-0.12681 1.078276,-0.35276 1.46875,-0.6875 0.524827,-0.44993 0.904397,-1.12776 1.15625,-1.90625 0.488264,-0.0937 0.945124,-0.26149 1.3125,-0.53125 0.598579,-0.43954 0.954077,-1.15636 1.09375,-2 0.102412,0.17839 0.18922,0.35087 0.3125,0.5 -4.5e-5,0.0427 -0.0012,0.082 0,0.125 0.04135,1.43815 0.794389,3.0758 1.90625,3.4375 0.872384,0.2838 1.978892,-0.39261 2.65625,-1.28125 0.552225,1.71306 1.54612,3.19442 2.875,3.71875 0.61173,0.24137 1.300371,0.2402 2,0.0625 0.04429,0.0411 0.07944,0.0851 0.125,0.125 -0.987226,2.54205 -1.003981,5.55354 0.71875,6.875 3.216776,2.46751 10.564215,-1.66344 10.8125,-5.71875 0.397356,-0.0317 0.821654,-0.24468 1.1875,-0.5625 0.464932,-0.4039 0.846578,-0.96949 1.03125,-1.53125 0.350132,-0.21339 0.632407,-0.46018 0.8125,-0.78125 0.02753,-0.0491 0.04073,-0.10447 0.0625,-0.15625 0.712164,0.44586 1.92394,0.45961 2.46875,-0.0625 0.583845,-0.55951 0.629059,-1.84268 0.25,-2.6875 0.38257,-0.39977 0.744935,-0.85957 1.0625,-1.34375 0.17389,0.48257 0.48752,0.88447 0.875,1 0.562624,0.16775 1.277876,-0.4105 1.53125,-1.03125 0.109597,0.67388 0.286903,1.31738 0.59375,1.84375 -1.4989,1.54985 -2.387424,4.16692 -1.25,5.53125 1.14223,1.3701 3.849843,1.13946 5.8125,0.0937 0.864456,0.78256 1.949897,1.29735 2.84375,1.09375 1.364185,-0.31073 2.154527,-2.56078 1.75,-4.03125 0.550059,-0.0153 1.063349,-0.13373 1.5,-0.375 0.569479,-0.31467 0.991168,-0.87691 1.25,-1.5625 0.309149,0.0631 0.646885,0.0536 1,0 1.214869,-0.18443 2.527607,-0.98862 2.71875,-1.96875 0.08998,-0.46142 -0.111483,-0.97501 -0.46875,-1.40625 1.018899,-0.8672 1.574224,-2.29377 1.71875,-3.90625 0.02565,0.0384 0.03434,0.089 0.0625,0.125 0.316056,0.40396 0.799819,0.7013 1.375,0.90625 0.424624,0.1513 0.896976,0.23949 1.375,0.28125 0.375129,0.29 0.771565,0.57558 1.1875,0.8125 -0.402842,-0.21605 -0.902292,-0.33192 -1.34375,-0.3125 -0.294305,0.0129 -0.573522,0.10397 -0.78125,0.25 -0.956405,0.67234 -1.120151,3.00188 -0.0625,3.5 0.329374,0.15512 0.730263,0.1229 1.125,-0.0313 0.159586,0.17035 0.345005,0.33274 0.59375,0.4375 0.74698,0.31459 1.773702,0.29809 2.21875,-0.1875 0.558708,-0.6096 0.03498,-2.11505 -0.75,-2.375 -0.06621,-0.0219 -0.145924,-0.023 -0.21875,-0.0313 0.0104,-0.11479 0.02101,-0.2349 0,-0.34375 -0.05876,-0.30446 -0.266597,-0.57669 -0.5625,-0.78125 1.844028,0.9921 3.934347,1.39042 5.40625,0.65625 0.07868,-0.0392 0.144531,-0.1095 0.21875,-0.15625 0.505896,0.36173 1.155119,0.59392 1.84375,0.6875 0.0091,0.0414 0.01629,0.085 0.03125,0.125 0.160836,0.43004 0.607318,0.71009 1.15625,0.84375 0.818015,0.19918 1.837694,0.0496 2.34375,-0.4375 1.376893,0.24104 2.884998,0.2019 4.1875,-0.1875 0.10578,0.70073 0.387581,1.34626 0.875,1.625 0.388789,0.22234 0.910429,0.1513 1.40625,-0.0625 0.414126,0.52638 1.172347,0.7581 2,0.75 1.439396,-0.0141 3.08583,-0.73839 3.46875,-1.84375 0.0367,-0.106 0.0525,-0.23115 0.0625,-0.34375 0.0245,0.0159 0.0376,0.0475 0.0625,0.0625 0.0436,0.35116 0.17394,0.66909 0.40625,0.90625 0.35781,0.36529 0.90549,0.48077 1.5,0.46875 0.34052,0.45155 0.73741,0.84277 1.1875,1.125 2.07367,1.3003 5.49184,0.14013 7.625,-1.875 0.62212,1.88033 3.14931,3.53899 5.375,3.8125 0.0615,0.12686 0.11895,0.243 0.21875,0.34375 0.44815,0.45244 1.19835,0.54955 1.96875,0.40625 0.39896,-0.0742 0.81235,-0.18826 1.1875,-0.375 0.10412,0.0792 0.22338,0.1565 0.34375,0.21875 -0.0144,0.90493 0.23376,1.75101 0.78125,2.21875 1.12469,0.96087 3.74045,-0.0491 4.15625,-1.46875 0.1303,-0.44488 0.0792,-0.99959 -0.0937,-1.53125 0.14499,-0.14432 0.27778,-0.30094 0.375,-0.46875 0.1822,-0.31449 0.26307,-0.69027 0.3125,-1.09375 0.11095,-0.0211 0.234,-0.0677 0.34375,-0.125 0.28188,0.11727 0.57794,0.19892 0.90625,0.25 0.11184,0.0174 0.22891,0.0213 0.34375,0.0313 0.39656,0.58226 0.90469,1.02742 1.53125,1.21875 0.0297,0.009 0.0639,-0.008 0.0937,0 0.3478,1.71435 1.17441,3.1859 2.53125,3.6875 2.14412,0.79265 4.92111,-0.83014 6.75,-3.09375 0.17822,0.16858 0.40321,0.2835 0.59375,0.25 0.3576,-0.0629 0.57884,-0.73078 0.375,-1.03125 -0.0587,-0.0865 -0.13581,-0.16902 -0.25,-0.21875 0.17387,-0.27507 0.32804,-0.56106 0.46875,-0.84375 0.40041,0.23499 0.82829,0.34706 1.15625,0.15625 0.66503,-0.38691 0.64386,-1.70007 0.1875,-2.46875 0.083,-0.0626 0.17009,-0.13499 0.21875,-0.21875 0.29776,-0.51252 -0.31673,-1.46958 -0.90625,-1.53125 -0.053,-0.006 -0.1004,-0.006 -0.15625,0 -0.0883,-0.22172 -0.20455,-0.42474 -0.34375,-0.625 0.8132,-0.4913 1.5338,-1.23926 1.75,-2 0.25958,-0.18839 0.48095,-0.40284 0.6875,-0.625 -2.13444,3.20853 2.07275,10.05995 5.9375,10.03125 3.06129,-0.0227 5.74356,-5.21668 4.46875,-8 -0.36684,-0.80092 -1.05839,-1.52192 -1.9375,-2.09375 -2.45765,-1.59862 -6.30139,-2.11185 -8.0625,-0.4375 0.16391,-0.24995 0.29702,-0.51068 0.375,-0.78125 0.42012,-1.45773 -0.78177,-3.29184 -2.3125,-4.3125 0.2104,-0.0521 0.40511,-0.10756 0.5625,-0.25 0.44988,-0.40713 0.57207,-1.10432 0.46875,-1.84375 -0.17219,-1.23239 -0.97856,-2.57595 -1.96875,-2.78125 -1.24307,-0.25773 -2.80536,1.60419 -2.53125,2.84375 0.10122,0.4577 0.45779,0.91791 0.90625,1.28125 -0.0209,0.002 -0.0418,-0.003 -0.0625,0 -0.21077,0.03 -0.41594,0.10764 -0.625,0.1875 -0.39649,-1.30131 -2.28758,-2.39763 -3.71875,-2.3125 -0.23266,0.0138 -0.45532,0.0433 -0.65625,0.125 -0.46254,0.18798 -0.8733,0.57881 -1.21875,1.0625 -0.18758,0.26264 -0.33584,0.56674 -0.46875,0.875 -0.0962,0.0251 -0.18786,0.0587 -0.28125,0.0937 -0.12603,-0.13789 -0.27066,-0.25642 -0.4375,-0.3125 -0.41406,-0.13919 -0.8704,0.009 -1.3125,0.28125 -0.65169,-3.99745 -7.53904,-7.84691 -11.09375,-5.96875 -0.57107,0.30173 -1.01639,0.78432 -1.375,1.375 -0.0379,-0.1308 -0.0743,-0.24432 -0.125,-0.375 -0.59181,-1.52455 -2.01521,-3.00466 -3.34375,-2.96875 z M 74.9375,262.0625 c -1.041124,0.0493 -2.061786,0.4159 -2.46875,1.125 -0.681197,1.18692 0.700687,3.42731 2.0625,3.5625 0.454727,0.0451 0.957388,-0.12634 1.4375,-0.40625 0.332912,0.0478 0.692959,-0.011 0.8125,-0.25 0.05367,-0.10732 0.03123,-0.24474 0,-0.375 0.755336,-0.73787 1.247934,-1.73277 0.90625,-2.5 -0.26609,-0.59749 -0.957844,-0.95144 -1.75,-1.09375 -0.330065,-0.0593 -0.652959,-0.0789 -1,-0.0625 z M 481.875,263.5 c -0.12255,0.0154 -0.23305,0.049 -0.34375,0.0937 -1.11182,0.44929 -1.36533,2.73231 -0.5,3.5625 0.99602,0.95557 3.7566,0.61972 4.09375,-0.71875 0.13999,-0.55577 -0.12486,-1.1607 -0.59375,-1.6875 -0.6838,-0.76825 -1.79843,-1.35808 -2.65625,-1.25 z m -335.40625,2.1875 c -0.30783,0.0391 -0.5782,0.15408 -0.8125,0.3125 -1.17654,0.79549 -0.89515,3.50258 0.3125,4.25 1.39005,0.8603 4.50321,-0.21009 4.5625,-1.84375 0.0246,-0.67834 -0.45157,-1.31838 -1.125,-1.8125 -0.84178,-0.61765 -2.01401,-1.02358 -2.9375,-0.90625 z m 29.8125,0.40625 c -0.13786,0.0152 -0.28118,0.0454 -0.40625,0.0937 -0.9807,0.37887 -1.35703,2.03368 -1.03125,3.1875 -1.99983,-0.47873 -4.18105,-0.42032 -5.75,0.3125 -0.0227,-0.006 -0.0396,-0.026 -0.0625,-0.0313 -1.31774,-0.30003 -2.77021,0.36212 -4,1.46875 -0.0834,0.0175 -0.16672,0.0386 -0.25,0.0625 -1.57715,-1.96593 -4.37776,-3.46809 -6.3125,-2.78125 -2.03862,0.72372 -2.87175,4.32888 -2,6.53125 -0.95084,0.21857 -1.82962,0.71975 -2.09375,1.4375 -0.44737,1.21571 1.20771,3.05866 2.5,2.96875 0.37187,-0.0259 0.76749,-0.20585 1.125,-0.46875 0.5899,-0.43378 1.10577,-1.10055 1.34375,-1.78125 0.2305,0.0525 0.4772,0.064 0.71875,0.0937 -0.14447,0.87651 -0.11335,1.71406 0.21875,2.40625 0.20313,0.42339 0.53116,0.77464 0.9375,1.0625 -0.10036,1.91675 0.51819,4.01173 1.75,4.96875 -0.51489,1.84298 -0.49281,3.71983 0.34375,5 1.79997,2.75446 8.06839,2.14539 9.84375,-0.625 0.51087,-0.7972 0.74401,-1.84157 0.75,-2.96875 0.004,-0.73486 -0.10333,-1.49539 -0.28125,-2.25 0.20712,0.0926 0.40867,0.20198 0.625,0.25 1.58257,0.35129 3.39576,-0.84095 4.59375,-2.4375 0.20309,0.0479 0.43233,0.0693 0.625,0.0625 -0.25457,0.87475 -0.24244,1.75382 0.28125,2.28125 0.51134,0.51498 1.37224,0.60187 2.25,0.4375 0.35617,-0.0667 0.71736,-0.16473 1.0625,-0.3125 0.30101,0.25445 0.60996,0.47995 0.9375,0.65625 0.0336,0.0288 0.0568,0.0704 0.0937,0.0937 0.11847,0.0751 0.25815,0.11524 0.40625,0.125 0.39631,0.15262 0.80115,0.23013 1.1875,0.21875 0.70343,-0.0207 1.43075,-0.31233 2.125,-0.78125 0.23645,-0.15971 0.46543,-0.33517 0.6875,-0.53125 0.13975,0.86496 0.46556,1.68019 1.03125,2.125 -1.19024,1.16203 -1.91704,2.5734 -1.65625,3.9375 0.77004,4.02782 9.17022,5.84117 11.96875,2.84375 1.15852,-1.24086 1.12853,-3.44348 0.40625,-5.40625 1.32757,1.44712 2.95633,2.45059 4.53125,2.4375 1.07492,-0.009 2.1255,-0.58899 3,-1.46875 0.71942,-0.17782 1.39296,-0.62001 1.53125,-1.1875 0.0569,-0.23344 0.002,-0.47751 -0.125,-0.71875 0.22804,-0.42118 0.40194,-0.86424 0.5625,-1.3125 0.48301,0.1624 1.02204,0.24235 1.59375,0.25 0.75518,0.0101 1.54774,-0.11761 2.3125,-0.34375 -0.44713,1.0615 -0.58681,2.14483 -0.15625,3.0625 0.0368,0.0784 0.0819,0.14418 0.125,0.21875 -0.0497,0.0937 -0.0888,0.17432 -0.125,0.28125 -0.0932,0.27535 -0.12776,0.60002 -0.125,0.90625 -0.0216,0.002 -0.041,-0.004 -0.0625,0 -1.03325,0.19956 -1.52055,2.34579 -0.75,3.0625 0.35953,0.33441 1.0503,0.25955 1.59375,0 -0.16353,0.46157 -0.1885,0.9899 0.0625,1.28125 0.28024,0.3253 0.93354,0.27904 1.375,0.0313 -0.3553,1.268 -0.24788,2.77651 0.53125,3.46875 1.10926,0.98555 3.7741,-0.0218 4.21875,-1.4375 0.12795,-0.40737 0.13066,-0.88307 0,-1.375 1.12883,-0.57095 2.12712,-1.79283 2,-2.8125 -0.0717,-0.57522 -0.58209,-1.06713 -1.21875,-1.375 1.52205,-0.3246 2.87317,-1.00866 3.65625,-2 0.0958,-0.003 0.18828,-0.0452 0.28125,-0.0625 -0.21061,0.37209 -0.38365,0.78335 -0.53125,1.21875 -0.30566,0.90166 -0.45176,1.9015 -0.46875,2.90625 -0.70281,-0.0931 -1.35736,0.0108 -1.71875,0.46875 -0.37069,0.46972 -0.37804,1.20414 -0.15625,1.90625 0.36964,1.17019 1.34716,2.30656 2.34375,2.34375 0.25624,0.01 0.51162,-0.0764 0.75,-0.21875 0.37812,0.49305 0.81543,0.87445 1.375,1.09375 1.59999,0.62704 3.59517,-0.0947 5.28125,-1.4375 0.65337,0.34968 1.57258,0.35627 2.46875,0.1875 0.14527,0.84872 0.60825,1.68897 1.25,1.90625 0.96677,0.32732 2.3787,-1.01523 2.28125,-2.03125 -0.002,-0.0221 -0.0278,-0.0403 -0.0313,-0.0625 0.54389,-0.16659 0.99075,-0.46744 1.21875,-0.875 0.47401,-0.84731 -0.25882,-2.24965 -1.1875,-2.8125 0.15358,-0.93431 -0.20144,-2.11782 -0.90625,-2.53125 -0.39273,-0.23037 -0.94428,-0.2752 -1.5,-0.1875 -0.007,-0.10468 -0.0476,-0.21002 -0.0625,-0.3125 1.24197,-0.55054 2.19806,-1.41464 2.375,-2.53125 0.0193,-0.12179 0.0294,-0.25237 0.0313,-0.375 0.39218,-0.082 0.7746,-0.194 1.09375,-0.375 0.41557,0.005 0.81859,-0.26833 1.15625,-0.65625 0.60792,-0.69839 0.96193,-1.78127 0.59375,-2.4375 -0.10525,-0.18759 -0.28563,-0.33784 -0.5,-0.4375 -0.54683,-2.70326 -3.15087,-5.73039 -5.53125,-5.65625 -0.8877,0.0276 -1.73406,0.57621 -2.40625,1.375 -1.30817,-1.36346 -2.99954,-2.2777 -4.46875,-2.0625 -0.0927,0.0136 -0.1909,0.0383 -0.28125,0.0625 -1.53877,-0.16586 -3.41961,0.46766 -4.0625,1.625 -0.27758,0.49972 -0.38289,1.1331 -0.34375,1.8125 0.0306,0.53141 0.15714,1.09454 0.34375,1.625 -0.0615,-0.0289 -0.12521,-0.0683 -0.1875,-0.0937 -0.88023,-0.87973 -1.94132,-1.51218 -2.96875,-1.59375 -0.86996,-0.0691 -1.79982,0.20281 -2.71875,0.6875 -0.0658,0.0347 -0.12208,0.0881 -0.1875,0.125 -0.53411,-3.07945 -6.21134,-5.72132 -8.84375,-4.03125 -0.47313,0.30376 -0.82371,0.77984 -1.0625,1.34375 -1.30459,-0.80985 -2.91189,-1.33744 -4.46875,-1.5 0.76488,-1.266 1.08158,-3.02105 0.625,-4.21875 1.62056,-0.089 3.48377,-1.06506 3.53125,-2.40625 0.0273,-0.77127 -0.51509,-1.53264 -1.28125,-2.09375 -1.27693,-0.9352 -3.21633,-1.37764 -4.28125,-0.65625 -1.00266,0.67922 -1.04703,2.57781 -0.4375,3.84375 -2.1035,0.22616 -4.66484,2.19055 -4.65625,4.0625 0.005,1.01387 0.91696,1.96716 2.03125,2.53125 -0.16549,0.15144 -0.33622,0.31533 -0.46875,0.5 -0.83577,1.16456 -0.88942,2.78267 -0.4375,4.4375 -0.39354,-0.23264 -0.81318,-0.32356 -1.15625,-0.15625 -0.12662,0.0618 -0.22104,0.16831 -0.3125,0.28125 -0.16811,-0.16738 -0.38827,-0.29281 -0.625,-0.40625 -0.42982,-0.69039 -1.12996,-1.3171 -1.9375,-1.78125 0.5286,-1.36662 -0.3985,-3.81326 -1.75,-4.15625 -0.0728,-0.0185 -0.1436,0.004 -0.21875,0 -0.4182,-1.27601 -1.42872,-2.43582 -2.5,-2.34375 -1.02438,0.088 -1.83663,1.23644 -2.1875,2.5 -2.27936,-0.0639 -4.88475,0.87859 -5.71875,2.53125 -0.0203,0.0108 -0.0423,0.0197 -0.0625,0.0313 0.0412,-1.45755 -0.57741,-3.10015 -1.65625,-3.5625 -0.14065,-0.0603 -0.28242,-0.11089 -0.4375,-0.125 0.71623,-0.97954 1.11376,-2.04174 0.90625,-3.09375 -0.0806,-0.40856 -0.27821,-0.7962 -0.5,-1.15625 0.15472,-0.69654 0.12508,-1.45785 -0.0625,-2.125 0.2155,-0.191 0.36603,-0.42113 0.4375,-0.6875 0.16678,-0.62158 -0.13889,-1.33793 -0.65625,-1.9375 -0.75448,-0.87438 -1.9725,-1.54403 -2.9375,-1.4375 z m 298.3125,0 c -2.62399,0.15613 -5.32641,3.58325 -5.5,6.40625 -0.40952,-1.23184 -1.22178,-2.32101 -2.21875,-2.53125 -1.33064,-0.28061 -2.95806,1.34715 -3.21875,2.8125 -0.4429,0.16182 -0.86307,0.46731 -1.25,0.84375 -0.44821,-0.23884 -0.96103,-0.34062 -1.34375,-0.1875 -0.24029,0.0961 -0.44457,0.28151 -0.625,0.53125 -0.16463,0.22788 -0.28712,0.49814 -0.375,0.78125 -0.0682,-0.0387 -0.14745,-0.0577 -0.21875,-0.0937 -0.0242,-0.29178 -0.0631,-0.57973 -0.125,-0.875 0.12707,0.008 0.25366,-0.0135 0.375,-0.0313 1.89323,-0.27683 3.86531,-3.55461 2.6875,-5.0625 -0.48906,-0.62611 -1.39953,-0.87734 -2.375,-0.8125 -1.03235,0.0686 -2.14246,0.48796 -2.90625,1.09375 0.002,-0.0817 -0.0148,-0.16887 -0.0313,-0.25 -0.10907,-0.53898 -0.59473,-0.95707 -1.21875,-1.21875 -1.04004,-0.43613 -2.44429,-0.42661 -3.0625,0.25 -0.59971,0.65636 -0.29878,2.04855 0.375,2.8125 -1.13185,1.03147 -1.93109,2.57431 -1.71875,3.8125 0.0207,0.12053 0.0555,0.2553 0.0937,0.375 -0.18135,0.12412 -0.35486,0.26433 -0.53125,0.40625 -1.70583,1.37244 -3.10253,3.54406 -3.5625,5.59375 -0.25958,-0.19505 -0.53454,-0.36223 -0.84375,-0.46875 -1.02887,-0.35442 -2.18443,-0.16229 -3.3125,0.375 -0.78902,-0.42982 -1.67068,-0.58614 -2.25,-0.15625 -0.46998,0.34875 -0.68811,1.0077 -0.6875,1.71875 -0.17195,0.11575 -0.34073,0.25995 -0.5,0.40625 -0.0242,-0.12856 -0.0489,-0.25457 -0.0937,-0.375 -0.31529,-0.84719 -1.2688,-1.41327 -2.34375,-1.65625 -0.0295,-0.0645 -0.0464,-0.13369 -0.0937,-0.1875 -0.24136,-0.27459 -0.67861,-0.33705 -1.125,-0.28125 -0.4419,0.0552 -0.88662,0.23144 -1.21875,0.5 -0.4819,0.13311 -0.90651,0.34838 -1.21875,0.65625 -0.35084,0.34593 -0.61699,0.82655 -0.78125,1.375 -0.91964,-1.15737 -3.13624,-1.79309 -4.53125,-1.28125 -0.0103,-8.2e-4 -0.021,7.7e-4 -0.0313,0 -0.1263,-0.30585 -0.33502,-0.60168 -0.59375,-0.875 -0.2156,-0.22777 -0.4796,-0.41359 -0.75,-0.59375 0.42891,-2.00683 -0.53959,-4.88171 -2.21875,-5.5 -1.36474,-0.50251 -3.23867,0.78852 -4,2.28125 -1.12474,-0.14775 -2.22687,0.005 -3,0.53125 -0.62627,0.42612 -1.14157,1.11002 -1.5,1.9375 -1.07529,2.48245 -0.85335,6.12546 1.1875,7.125 0.95869,0.46954 2.1522,0.3376 3.3125,-0.1875 0.4172,0.29809 0.91348,0.47024 1.3125,0.375 0.40203,-0.096 0.68637,-0.51913 0.84375,-1 0.0171,0.3827 0.0574,0.77034 0.125,1.15625 -1.12503,-0.11952 -2.16794,0.0989 -2.875,0.78125 -2.53008,2.44167 0.12975,9.30314 3.59375,9.90625 1.69183,0.29456 3.60243,-1.20259 4.625,-3.03125 0.31604,0.14826 0.63719,0.25161 0.96875,0.3125 2.90524,0.53354 6.34308,-3.26671 6.65625,-6.4375 0.36081,-0.10484 0.71393,-0.27059 1.0625,-0.5 0.11461,6e-4 0.22174,-0.003 0.34375,-0.0313 0.0628,-0.0144 0.12455,-0.0413 0.1875,-0.0625 -0.0411,0.9451 0.13912,1.84433 0.5625,2.53125 0.45493,0.73809 1.22856,1.32871 2.15625,1.78125 2.21307,1.07956 5.28718,1.24285 7.09375,0.125 1.75875,0.93378 4.43681,1.01053 5.5625,-0.21875 0.77365,-0.84484 0.64775,-2.39383 0.0313,-3.65625 0.89925,0.59391 2.13228,0.80585 3.40625,0.6875 0.31215,0.39414 0.71592,0.68782 1.125,0.8125 0.43028,0.13114 0.92122,0.11094 1.4375,-0.0313 0.20651,-0.0569 0.42095,-0.1591 0.625,-0.25 0.009,0.053 0.0191,0.10346 0.0313,0.15625 0.96973,4.19992 9.89902,5.76018 12.71875,2.5 0.96793,-1.11912 1.03656,-2.91984 0.5625,-4.65625 0.5583,0.12894 1.09237,0.14584 1.53125,-0.0625 0.47779,-0.22681 0.79587,-0.74473 0.96875,-1.34375 0.85771,0.55729 1.79544,0.8627 2.625,0.71875 0.70027,-0.12151 1.28569,-0.62959 1.75,-1.3125 0.7333,0.35521 1.52344,0.52139 2.21875,0.4375 0.0513,-0.006 0.10493,-0.0224 0.15625,-0.0313 0.10571,0.16814 0.2369,0.30745 0.375,0.4375 0.0597,0.15097 0.13366,0.31196 0.21875,0.4375 -0.0287,0.41543 0.0282,0.81002 0.1875,1.1875 1.28706,3.05051 8.23314,3.05729 9.9375,0.21875 0.44065,-0.73388 0.45803,-1.69493 0.1875,-2.65625 0.58878,-0.59934 1.02035,-1.3972 1.0625,-2.09375 0.63151,-0.26845 1.2053,-0.75921 1.40625,-1.3125 0.0769,-0.10775 0.14866,-0.22674 0.21875,-0.34375 0.11059,0.27864 0.20262,0.56499 0.375,0.78125 -0.21509,0.78018 0.0729,1.92765 0.75,2.09375 0.23734,0.0582 0.5075,-0.0199 0.75,-0.15625 0.002,3.22422 1.65188,7.0335 4.0625,8.40625 1.02647,1.10613 2.57735,1.85816 3.71875,1.5 0.0234,-0.007 0.0395,-0.0228 0.0625,-0.0313 -0.0779,1.18472 0.19032,2.33192 0.84375,3.03125 1.49825,1.60349 5.55725,0.4924 6.40625,-1.53125 0.24431,-0.58232 0.25022,-1.32123 0.125,-2.0625 -0.26576,-1.57317 -1.24917,-3.2263 -2.46875,-4 0.11975,-0.0849 0.22683,-0.18657 0.34375,-0.28125 0.50227,-0.40676 0.9636,-0.8934 1.375,-1.4375 0.3927,0.18111 0.79644,0.28219 1.1875,0.34375 0.003,0.05 -0.009,0.10818 0,0.15625 0.20733,1.07887 2.03819,2.09461 3,1.59375 0.18347,0.48899 0.47804,0.87511 0.90625,1.03125 0.35902,0.13091 0.75544,0.0865 1.15625,-0.0625 0.40366,0.43038 1.05892,0.74234 1.5,0.5625 0.56719,-0.23126 0.66207,-1.38982 0.21875,-1.8125 -0.0164,-0.0156 -0.0444,-0.017 -0.0625,-0.0313 0.38276,-0.49632 0.62808,-1.06789 0.6875,-1.59375 0.32902,0.0373 0.63498,0.009 0.90625,-0.0937 0.0504,0.0226 0.10211,0.0482 0.15625,0.0625 0.50883,0.13466 1.10484,-0.10644 1.59375,-0.53125 0.40743,-0.354 0.75957,-0.85036 0.96875,-1.34375 0.33618,0.15001 0.7704,0.16978 1.1875,0.0625 0.14648,0.0843 0.28283,0.17274 0.4375,0.25 0.19402,0.0969 0.42001,0.16524 0.625,0.25 -0.308,0.84711 -0.34732,1.88337 -0.15625,2.9375 -0.0815,-0.0737 -0.15787,-0.16827 -0.25,-0.21875 -1.24705,-0.68327 -3.89873,0.39073 -3.875,1.8125 0.01,0.59036 0.45479,1.13306 1.0625,1.53125 1.01285,0.66366 2.49636,0.93732 3.28125,0.34375 0.32611,-0.24662 0.51064,-0.68167 0.5625,-1.15625 0.20449,0.43675 0.42621,0.85742 0.6875,1.25 -0.34769,0.41136 -0.5686,0.8607 -0.53125,1.34375 0.0595,0.76906 0.67608,1.46624 1.5,1.9375 1.37319,0.78544 3.33585,0.99227 4.3125,0.15625 0.43214,-0.36991 0.61591,-0.98523 0.625,-1.65625 1.21518,-0.86871 2.20922,-2.33428 2.625,-3.78125 0.76033,0.28813 1.52705,0.37743 2.09375,0.0625 0.53343,-0.29644 0.82319,-1.00753 0.875,-1.75 0.5728,0.009 1.16461,-0.14567 1.6875,-0.375 0.67995,0.45317 1.63821,0.531 2.625,0.3125 -0.41371,0.38466 -0.68564,0.88854 -0.53125,1.3125 0.12821,0.35208 0.49048,0.57454 0.9375,0.6875 0.74503,0.18826 1.71466,0.0499 2.0625,-0.46875 0.10376,-0.15472 0.13608,-0.35674 0.125,-0.5625 0.007,0.44589 0.12426,0.83511 0.40625,1.125 0.46835,0.48148 1.24857,0.61253 2.0625,0.46875 0.11064,-0.0195 0.23273,-0.0652 0.34375,-0.0937 2.58268,0.92465 6.43298,-0.94831 8.5625,-3.53125 0.13114,-0.0432 0.24678,-0.1064 0.34375,-0.1875 0.18723,-0.15659 0.31769,-0.41075 0.40625,-0.6875 0.0317,-0.099 0.0438,-0.20606 0.0625,-0.3125 0.27213,-0.47994 0.47024,-0.97831 0.59375,-1.46875 0.20834,-0.0531 0.41568,-0.11555 0.625,-0.1875 -0.0862,0.0748 -0.15963,0.15565 -0.1875,0.25 -0.1283,0.43439 0.37156,1.19733 0.8125,1.09375 0.18309,-0.043 0.32342,-0.2214 0.40625,-0.4375 0.13805,-0.36017 0.14411,-0.85835 -0.0937,-1.0625 -0.0603,-0.0518 -0.16496,-0.0818 -0.25,-0.0937 -0.0203,-0.003 -0.0414,8.5e-4 -0.0625,0 0.0128,-0.006 0.0185,-0.0257 0.0313,-0.0313 0.0126,0.003 0.0186,0.0286 0.0313,0.0313 0.50683,0.10713 1.13216,-0.0732 1.6875,-0.40625 0.24067,0.20822 0.49863,0.41179 0.78125,0.59375 0.42168,0.27149 0.88904,0.48674 1.375,0.6875 0.40009,0.55405 0.94656,1.02641 1.59375,1.4375 -6.9e-4,0.17802 0.0294,0.3626 0.0625,0.53125 -2.58814,-0.6082 -6.107,0.25841 -6.71875,2.40625 -0.90317,3.171 4.50031,7.51586 7.59375,6.375 2.02135,-0.74547 2.80732,-4.30226 1.96875,-6.53125 1.09675,0.22773 2.28368,0.16187 3.09375,-0.3125 -0.45549,0.93413 -0.62148,1.95589 -0.25,2.6875 0.70681,1.39202 3.7072,1.46503 4.6875,0.25 0.93903,-1.16388 0.57455,-3.79362 -0.59375,-4.8125 0.39765,-0.24005 0.74368,-0.50832 1.03125,-0.84375 0.0565,-0.0659 0.10557,-0.1486 0.15625,-0.21875 1.24681,-0.17594 2.67291,-1.35887 2.75,-2.5 0.0274,-0.40579 -0.12295,-0.85339 -0.34375,-1.28125 0.6024,0.0252 1.18428,-0.36156 1.65625,-0.9375 0.81363,-0.99285 1.256,-2.54331 0.71875,-3.4375 -0.67445,-1.12255 -3.1585,-0.98137 -3.90625,0.0937 -0.41597,0.59809 -0.44657,1.59181 -0.1875,2.46875 -0.23946,-0.13625 -0.4759,-0.21793 -0.71875,-0.28125 -0.63498,-1.43188 -1.60127,-2.69225 -2.75,-3.375 -0.11354,-0.92254 -0.47199,-1.72531 -1.125,-2.25 -1.43363,-1.15192 -3.84402,-0.77442 -5.90625,0.34375 -0.57873,-0.27601 -1.16485,-0.44458 -1.75,-0.4375 -0.54296,0.007 -1.0649,0.17426 -1.5625,0.46875 -0.0808,-0.0629 -0.1656,-0.12742 -0.25,-0.1875 0.5403,-1.18606 0.66234,-2.57345 -0.0937,-3.28125 -0.56537,-0.52927 -1.47659,-0.61574 -2.40625,-0.40625 -0.43117,0.0972 -0.87364,0.26105 -1.28125,0.46875 -0.11436,0.0397 -0.21512,0.0956 -0.3125,0.1875 -0.55814,0.33178 -1.03042,0.75056 -1.34375,1.21875 -0.55368,-0.97098 -1.52533,-1.75709 -2.40625,-1.71875 -1.28967,0.0561 -2.36077,2.284 -1.78125,3.4375 0.15175,0.30205 0.44828,0.56373 0.78125,0.78125 -0.67395,-0.0895 -1.61706,0.514 -1.71875,1.15625 -0.0301,0.19025 0.0155,0.41361 0.0937,0.625 -0.26615,0.16635 -0.5288,0.34575 -0.78125,0.5625 -0.0219,0.0188 -0.0407,0.0433 -0.0625,0.0625 -0.4439,-0.28825 -0.88506,-0.57236 -1.34375,-0.71875 -0.0748,-0.13929 -0.15987,-0.25536 -0.25,-0.375 2.20063,-1.71606 2.0717,-7.21836 -0.3125,-8.65625 -2.01595,-1.2158 -5.87299,1.13166 -6.15625,3.46875 -0.0815,0.67252 0.0911,1.39671 0.4375,2.125 0.54999,1.1563 1.54193,2.23776 2.625,2.90625 -0.21256,0.10224 -0.43588,0.22804 -0.625,0.40625 -0.19462,-0.34423 -0.4385,-0.60482 -0.78125,-0.71875 -0.21697,-0.0721 -0.4523,-0.0674 -0.6875,-0.0313 -1.01477,-1.56434 -2.69193,-2.89884 -4.3125,-3.21875 -0.84913,-0.95647 -1.86768,-1.62496 -2.90625,-1.8125 0.19641,-0.44243 0.29388,-0.96827 0.28125,-1.53125 -0.0366,-1.62991 -0.8677,-3.48843 -2.125,-3.90625 -0.62697,-0.20835 -1.37493,0.0537 -2.03125,0.5 -1.55761,-0.56113 -3.34079,-0.64007 -4.46875,0.0937 -0.65306,0.42487 -1.17633,1.15671 -1.5625,2 -0.31016,0.67732 -0.51391,1.43971 -0.625,2.21875 -0.75629,-0.56103 -1.59098,-0.87191 -2.46875,-0.84375 -0.64358,0.0206 -1.25894,0.23211 -1.84375,0.5625 -0.39176,-0.41284 -0.86081,-0.71008 -1.34375,-0.65625 -0.59663,0.0665 -1.09263,0.56548 -1.4375,1.21875 -0.47829,0.90597 -0.65893,2.13114 -0.3125,2.9375 -0.33013,0.65103 -0.60105,1.32512 -0.8125,2.03125 -0.63794,0.17637 -1.28736,0.50619 -1.875,1 -0.21443,0.18019 -0.42583,0.38327 -0.625,0.59375 -0.0162,-0.30658 -0.1105,-0.57885 -0.3125,-0.75 0.19111,-1.01779 0.0105,-2.15685 -0.59375,-2.75 -0.32259,-0.31664 -0.78637,-0.54329 -1.3125,-0.65625 -0.55283,-0.1187 -1.16462,-0.0947 -1.75,0 -0.32335,-0.62435 -0.70746,-1.18518 -1.125,-1.6875 0.75886,-0.19681 1.56573,-1.03716 1.34375,-1.6875 -0.11251,-0.32962 -0.46169,-0.54284 -0.875,-0.65625 -0.68885,-0.18902 -1.57319,-0.0692 -1.90625,0.40625 -0.10453,0.14922 -0.1368,0.32848 -0.125,0.53125 -0.30952,-0.18213 -0.63514,-0.34047 -0.96875,-0.4375 -0.26717,-0.0777 -0.53246,-0.11475 -0.8125,-0.125 -0.79845,-0.45578 -1.67331,-0.66869 -2.375,-0.4375 -0.22756,0.075 -0.4118,0.23494 -0.59375,0.40625 -1.80963,-1.25832 -4.13108,-1.91454 -5.6875,-1.15625 -2.38282,1.16092 -2.53517,6.23937 -0.5,7.9375 0.40899,0.34125 0.91728,0.59471 1.5,0.75 0.24897,0.37354 0.53743,0.71975 0.84375,1 -0.77705,0.0594 -1.48029,0.28763 -2.0625,0.75 -0.15096,0.11989 -0.27712,0.26441 -0.40625,0.40625 -0.37399,-0.74694 -1.41731,-1.38693 -2.25,-1.375 0.0401,-0.2396 0.0736,-0.47623 0.0937,-0.71875 0.13798,-0.19979 0.13273,-0.50224 0.0313,-0.78125 -0.0165,-1.83239 -0.63218,-3.53439 -1.96875,-4.15625 -0.78127,-0.3635 -1.69347,-0.32855 -2.625,-0.0313 0.11079,-0.81998 0.0593,-1.60056 -0.15625,-2.28125 -0.0758,-0.51096 -0.27151,-0.97984 -0.625,-1.1875 -0.0207,-0.0122 -0.0408,-0.0212 -0.0625,-0.0313 -1.77828,-1.74123 -6.31876,-1.03987 -7.59375,1.09375 -0.0729,0.12206 -0.1307,0.24039 -0.1875,0.375 -0.18998,0.15413 -0.35835,0.34127 -0.53125,0.53125 -1.09035,-0.84177 -2.45914,-1.4678 -3.71875,-1.59375 -1.0406,-2.13131 -2.75215,-3.88943 -4.59375,-4.15625 -0.20103,-0.0291 -0.39043,-0.0433 -0.59375,-0.0313 z m -402.78125,0.625 c -0.330247,-0.0586 -0.706841,0.42473 -0.625,0.75 0.0942,0.37439 0.783847,0.7047 1.0625,0.4375 0.115704,-0.11095 0.157922,-0.27426 0.125,-0.46875 -0.05487,-0.32415 -0.299435,-0.67208 -0.5625,-0.71875 z m 44.4375,2.6875 c 0.15285,1.59371 0.70571,3.10706 1.65625,4.03125 -0.23789,0.3835 -0.45568,0.77752 -0.625,1.1875 -0.38909,-1.30579 -1.6574,-2.33011 -3.25,-2.9375 -0.11533,-0.15581 -0.28286,-0.27318 -0.46875,-0.375 0.99039,-0.41809 1.94601,-1.12173 2.6875,-1.90625 z m -7.375,0.25 c 0.0109,0.0419 0.0191,0.0839 0.0313,0.125 -0.0309,-0.0199 -0.0627,-0.0431 -0.0937,-0.0625 0.0211,-0.0204 0.0435,-0.0402 0.0625,-0.0625 z m 331,2.28125 c -1.70581,-0.0495 -3.8641,1.05726 -4.5625,2.46875 -0.11269,-0.16285 -0.23344,-0.31641 -0.375,-0.46875 -1.05165,-1.13174 -2.81504,-1.93274 -3.96875,-1.4375 -0.74779,0.32099 -1.16992,1.28303 -1.25,2.28125 -0.70689,0.80804 -0.9215,2.38523 -0.3125,3.15625 0.89725,1.13595 3.80099,1.18571 4.34375,-0.15625 0.008,-0.019 -0.007,-0.0432 0,-0.0625 0.77443,-0.1913 1.46783,-0.55236 1.8125,-1.09375 0.82815,1.19927 2.55456,2.12622 3.78125,1.78125 0.0606,-0.017 0.12779,-0.0396 0.1875,-0.0625 1.0145,0.87116 2.98489,1.12918 4.03125,0.4375 0.48272,0.50226 1.82933,0.46071 2.0625,-0.1875 0.0877,-0.2438 0.01,-0.51709 -0.15625,-0.78125 0.23241,-0.0807 0.45281,-0.23527 0.65625,-0.4375 0.58126,-0.5778 0.97069,-1.52215 0.6875,-2.125 -0.30188,-0.64263 -1.49888,-0.79395 -2.1875,-0.4375 -0.19013,-0.8385 -0.60922,-1.56501 -1.28125,-1.8125 -0.44985,-0.16567 -0.96536,-0.0919 -1.46875,0.0937 -0.0892,-0.19788 -0.18916,-0.37871 -0.34375,-0.53125 -0.40877,-0.40336 -1.00357,-0.60607 -1.65625,-0.625 z m 148.6875,0.8125 c -1.96978,-0.0204 -3.99373,0.6357 -4.96875,1.90625 -0.56113,0.73122 -0.87018,1.71966 -0.96875,2.8125 -0.16977,1.88222 0.30014,4.04921 1.25,5.625 -0.0211,0.007 -0.0425,0.0213 -0.0625,0.0313 -0.18985,0.0945 -0.27741,0.30392 -0.3125,0.5625 -0.0585,0.43097 0.0612,0.96237 0.375,1.125 0.30705,0.15913 0.81692,-0.10607 1.03125,-0.4375 0.39303,0.35501 0.83791,0.62984 1.3125,0.78125 -0.012,0.0518 -0.007,0.10353 0,0.15625 0.0294,0.21014 0.20326,0.38463 0.4375,0.5 0.3904,0.19228 0.93358,0.21491 1.1875,-0.0313 0.1396,-0.13533 0.13518,-0.36095 0.0937,-0.59375 0.84013,-0.189 1.65419,-0.67735 2.40625,-1.34375 0.0791,1.69163 1.11285,3.61976 2.46875,4.125 0.58747,0.2189 1.30098,0.21655 2.03125,0.0625 1.35447,-0.28573 2.77747,-1.1221 3.59375,-2.15625 -0.54661,0.851 -0.8465,1.7642 -0.71875,2.59375 0.0821,0.53286 0.39022,1.01942 0.8125,1.4375 -0.19275,0.57992 -0.18261,1.19754 0.15625,1.5625 0.28781,0.30998 0.74365,0.38194 1.25,0.34375 -0.32183,0.12049 -0.61269,0.28655 -0.78125,0.53125 -0.59503,0.86381 0.34324,2.65481 1.375,2.84375 0.2969,0.0544 0.63552,0.009 0.96875,-0.125 0.99969,-0.40332 1.95549,-1.52037 1.65625,-2.375 -0.26235,-0.74926 -1.34009,-1.08722 -2.34375,-1.03125 0.21371,-0.0778 0.40434,-0.19718 0.59375,-0.3125 1.04093,0.19066 2.08412,0.0969 2.8125,-0.375 0.20382,-0.13205 0.3885,-0.30981 0.5625,-0.5 0.30441,0.016 0.5954,-0.0125 0.875,-0.0625 -1.09467,1.38187 -1.79689,2.95568 -1.71875,4.375 -0.46983,0.28569 -0.73795,1.24115 -0.3125,1.5625 0.18558,0.14017 0.44775,0.15447 0.71875,0.0625 0.0294,-0.01 0.0646,-0.0193 0.0937,-0.0313 1.57443,2.42234 6.46426,3.47985 8.71875,1.78125 0.71584,-0.53933 1.27253,-1.38307 1.65625,-2.375 1.06622,0.993 2.32779,1.67733 3.53125,1.71875 0.52047,0.0179 1.05106,-0.076 1.59375,-0.25 0.11678,0.48578 0.32797,0.91132 0.65625,1.1875 1.09898,0.92457 3.66928,-0.0875 4.0625,-1.46875 0.21325,-0.74909 -0.13385,-1.75526 -0.6875,-2.5625 0.29284,-0.33434 0.56809,-0.67076 0.8125,-1.03125 0.0218,-0.008 0.0409,-0.0224 0.0625,-0.0313 2.19782,-0.90213 3.05238,-4.60759 2.28125,-7.21875 0.54427,-0.62044 0.89515,-1.52666 0.625,-2.125 -0.10117,-0.22409 -0.31063,-0.38274 -0.5625,-0.5 -0.0146,-0.13392 -0.0271,-0.2473 -0.0625,-0.375 -0.12624,-0.45587 -0.45046,-0.8549 -0.84375,-1.1875 0.11271,-0.0483 0.23358,-0.0863 0.34375,-0.15625 0.90563,-0.57487 1.66562,-1.81132 1.21875,-2.59375 -0.11843,-0.20736 -0.33313,-0.35364 -0.5625,-0.46875 0.1866,-1.04715 0.0823,-2.07185 -0.4375,-2.75 -1.16264,-1.51683 -4.78007,-0.90073 -5.6875,0.78125 -0.26112,0.484 -0.32694,1.0969 -0.28125,1.75 0.0236,0.33779 0.0958,0.68772 0.1875,1.03125 -0.63093,0.19615 -1.2267,0.4803 -1.71875,0.84375 -1.72738,0.26661 -3.60444,1.38546 -4.15625,2.75 -0.009,-0.47584 -0.12927,-0.91361 -0.40625,-1.1875 -0.53123,-0.52531 -1.69962,-0.3453 -2.375,0.1875 -0.11429,-0.15918 -0.22399,-0.34016 -0.375,-0.46875 -0.24776,-0.21098 -0.53349,-0.35538 -0.84375,-0.46875 0.0217,-0.27707 -0.055,-0.5322 -0.21875,-0.71875 -0.25161,-0.2866 -0.69055,-0.37043 -1.15625,-0.3125 -0.72125,0.0897 -1.50102,0.50434 -1.71875,1.0625 -0.0664,-0.0404 -0.14719,-0.0924 -0.21875,-0.125 -1.19626,-0.54413 -2.80004,0.12035 -4.0625,1.21875 -2.19846,0.0623 -4.59257,1.15419 -4.875,2.90625 -0.10434,0.12572 -0.21885,0.2449 -0.3125,0.375 0.37287,-0.5646 0.56756,-1.17374 0.46875,-1.78125 -0.35487,-2.18186 -4.00754,-3.48753 -6.46875,-2.9375 1.05239,-2.0601 1.45496,-4.40151 0.59375,-6 -0.75962,-1.40994 -2.68647,-2.10457 -4.65625,-2.125 z m -395.09375,0.46875 c -0.62049,0.0718 -1.31227,0.90111 -1.21875,1.5 0.12302,0.78781 1.50141,1.59067 2.125,1.09375 0.25893,-0.20633 0.34347,-0.59377 0.3125,-1 -0.0516,-0.67705 -0.43652,-1.41682 -0.96875,-1.5625 -0.0835,-0.0229 -0.16136,-0.0415 -0.25,-0.0313 z m -65.125,0.15625 c -0.18109,0.63214 -0.29937,1.29335 -0.34375,1.9375 -0.46303,0.51602 -0.79905,1.21201 -1,2 -0.0892,0.34991 -0.14956,0.71862 -0.1875,1.09375 -0.21323,0.16998 -0.40992,0.36011 -0.59375,0.5625 0.30957,-0.48686 0.48859,-1.02688 0.34375,-1.46875 -0.16756,-0.51118 -0.81063,-0.82983 -1.46875,-0.90625 0.0834,-0.70328 0.0461,-1.45393 -0.0937,-2.1875 0.73939,-0.20392 1.46448,-0.4646 2.09375,-0.8125 0.0532,0.005 0.10168,-10e-4 0.15625,0 0.37144,0.008 0.74914,-0.0754 1.09375,-0.21875 z m 79.34375,0.71875 c -0.5507,0.0464 -1.10606,0.27462 -1.34375,0.65625 -0.54718,0.87854 0.12204,2.83453 1.15625,2.875 0.42943,0.0168 0.8422,-0.26202 1.15625,-0.6875 0.52342,-0.70913 0.77451,-1.78049 0.375,-2.375 -0.25077,-0.37317 -0.79305,-0.51511 -1.34375,-0.46875 z m 261.6875,0.125 c 0.0792,0.19019 0.17172,0.37839 0.28125,0.5625 -0.11229,-4.1e-4 -0.22961,-0.005 -0.34375,0 0.0391,-0.17473 0.0542,-0.37197 0.0625,-0.5625 z m -93.96875,0.4375 c -1.35365,0.0827 -2.56549,0.52491 -3.3125,1.34375 -1.671,1.83169 -0.41369,5.99438 1.75,7.5 -0.0522,0.0271 -0.10802,0.061 -0.15625,0.0937 -0.0195,0.0132 -0.0439,0.017 -0.0625,0.0313 -0.42195,-0.34364 -0.94836,-0.52864 -1.53125,-0.59375 -0.3346,-0.7611 -1.22428,-1.46977 -1.875,-1.21875 -0.36026,0.13897 -0.57984,0.53721 -0.6875,1 -0.0472,0.20287 -0.0642,0.40928 -0.0625,0.625 -0.55224,0.2023 -1.09144,0.46292 -1.59375,0.78125 -0.6547,0.4149 -1.23975,0.92152 -1.6875,1.46875 -0.45597,-0.22142 -0.93177,-0.32344 -1.34375,-0.21875 -0.91647,0.23289 -1.45123,1.63955 -1.3125,2.71875 -0.18621,-0.22116 -0.39749,-0.42864 -0.625,-0.625 0.0424,-0.70343 -0.14539,-1.36141 -0.625,-1.6875 -0.49233,-0.33474 -1.19385,-0.30091 -1.875,-0.0313 -0.21682,0.0858 -0.41941,0.18621 -0.625,0.3125 -0.3353,-0.0183 -0.67099,0.005 -0.96875,0.0937 -0.64333,0.19212 -1.25662,0.64698 -1.78125,1.25 -0.54891,0.63092 -0.98407,1.42462 -1.28125,2.25 -0.55397,0.0645 -1.11899,0.20232 -1.65625,0.375 -0.25298,-0.49082 -0.60409,-0.87764 -1.03125,-1.0625 -0.08,-0.0346 -0.16436,-0.0446 -0.25,-0.0625 -0.0764,-0.69922 -0.3576,-1.37827 -0.8125,-1.71875 0.93015,-0.76241 1.60393,-2.02834 1.125,-2.875 -0.29813,-0.52704 -0.94489,-0.78277 -1.6875,-0.84375 -1.23769,-0.10165 -2.7087,0.3619 -3.125,1.28125 -0.0572,0.12631 -0.11293,0.26505 -0.125,0.40625 -0.0999,-0.1885 -0.21119,-0.34749 -0.375,-0.4375 -0.62089,-0.34116 -1.75563,0.38759 -1.8125,1.09375 -0.0655,0.81281 1.10513,1.97053 1.84375,1.625 0.18171,-0.085 0.3105,-0.26712 0.40625,-0.46875 0.0248,0.42867 0.19603,0.8861 0.5,1.0625 0.24222,0.14057 0.59605,0.13983 0.9375,0.0625 -0.0837,0.12069 -0.14977,0.24564 -0.21875,0.375 -1.61345,-0.34975 -3.19781,-0.26578 -4.28125,0.5 -0.18258,0.12905 -0.35266,0.29863 -0.5,0.46875 0.01,-0.0629 0.0246,-0.123 0.0313,-0.1875 0.16116,-1.5611 -0.57142,-3.5536 -1.875,-3.75 -1.92456,-0.28996 -4.05718,3.2123 -3.15625,4.9375 0.12062,0.23097 0.30211,0.40909 0.53125,0.5625 -0.0181,0.28464 0.0376,0.56052 0.1875,0.78125 0.15275,0.22485 0.41094,0.36588 0.6875,0.46875 -0.0499,0.0353 -0.10695,0.0564 -0.15625,0.0937 -1.57327,-1.05227 -4.12142,-1.31616 -5.4375,-0.3125 -0.0465,0.0354 -0.0805,0.0861 -0.125,0.125 -0.63737,0.15242 -1.25206,0.38471 -1.75,0.71875 -0.16098,-0.53386 -0.55515,-1.04177 -1,-1.15625 -0.64144,-0.16508 -1.5664,0.33514 -1.96875,0.96875 -0.10421,-0.53252 -0.93722,-0.98241 -1.4375,-0.78125 -0.3343,0.13442 -0.62236,0.56338 -0.71875,1 -2.4142,-0.30703 -5.32841,0.54472 -6.21875,2.3125 -1.11302,2.20992 1.65307,6.07746 4.125,6.1875 0.71132,0.0317 1.45194,-0.23499 2.1875,-0.65625 0.66526,-0.381 1.3053,-0.89681 1.84375,-1.5 0.32241,-0.21535 0.54986,-0.50409 0.65625,-0.8125 0.0104,-0.0303 0.023,-0.0623 0.0313,-0.0937 0.79558,-1.2168 1.13623,-2.56608 0.59375,-3.625 -0.0727,-0.14191 -0.15226,-0.28103 -0.25,-0.40625 0.31366,0.0942 0.67455,0.11801 1,0.0937 -0.16122,0.88629 0.393,1.94459 1.1875,2.71875 -1.14695,1.08717 -1.94136,2.5689 -1.6875,3.78125 0.0856,0.40875 0.30364,0.77504 0.625,1.09375 -0.0517,0.009 -0.10521,-0.0142 -0.15625,0 -2.05682,0.57127 -2.64318,5.01968 -0.96875,6.34375 1.31378,1.03889 4.27799,-0.25093 4.6875,-1.875 0.11784,-0.46734 0.0542,-1.01742 -0.125,-1.5625 -0.19489,-0.5929 -0.54677,-1.18891 -0.96875,-1.6875 0.0539,-0.0129 0.10198,-0.0143 0.15625,-0.0313 0.93462,0.13084 1.87507,0.0167 2.5,-0.4375 0.26883,-0.19539 0.48929,-0.47188 0.6875,-0.78125 1.87388,2.19005 7.21489,1.61273 8.78125,-0.8125 0.12912,-0.19992 0.25275,-0.42516 0.34375,-0.65625 0.33963,0.0757 0.73414,-0.0403 1.09375,-0.25 -0.11902,0.72416 -0.0685,1.4187 0.25,2.03125 0.0238,0.0457 0.0677,0.0808 0.0937,0.125 -0.18055,0.85875 -0.16591,1.69344 0.21875,2.40625 1.88169,3.48691 10.16892,2.70111 11.875,-0.875 0.22897,-0.47995 0.31243,-1.03169 0.28125,-1.59375 1.00731,0.32643 2.22318,-0.003 3.28125,-0.71875 1.07316,0.68305 2.22837,1.08082 3.3125,1 1.60731,-0.11982 3.06094,-1.45904 4,-3.1875 1.19993,1.61337 2.82444,2.82695 4.40625,2.8125 2.91163,-0.0266 5.46703,-4.97978 4.25,-7.625 -0.11699,-0.25428 -0.25472,-0.51799 -0.4375,-0.75 0.18605,-0.31258 0.30281,-0.6545 0.28125,-0.96875 -0.0768,-1.11945 -2.04151,-1.9974 -3.03125,-1.46875 -0.15336,0.0819 -0.31076,0.20096 -0.4375,0.34375 -1.01986,-0.36214 -2.11853,-0.53503 -3.125,-0.5 -0.20627,-0.38349 -0.47989,-0.724 -0.75,-1.0625 0.55082,-0.71661 0.99711,-1.6197 1.25,-2.53125 0.90553,0.31633 2.21992,0.0183 3.09375,-0.59375 -0.3527,1.18593 0.28884,3.12104 1.40625,3.25 0.15652,0.0181 0.31385,-0.0188 0.46875,-0.0625 0.43392,0.98466 1.29994,1.89847 2.15625,1.90625 1.17611,0.0107 2.2533,-1.98522 1.78125,-3.0625 -0.28966,-0.66104 -1.18239,-1.1707 -2.0625,-1.34375 0.0657,-0.42264 0.0539,-0.8408 -0.125,-1.15625 -0.44381,-0.78256 -1.90168,-0.88445 -2.8125,-0.4375 0.0509,-0.13355 0.0888,-0.26257 0.0937,-0.40625 0.0223,-0.64522 -0.42118,-1.28113 -1.0625,-1.75 0.0916,-0.037 0.20136,-0.0417 0.28125,-0.0937 0.1426,-0.0928 0.25717,-0.23507 0.375,-0.375 1.03579,-0.37156 2.06561,-0.92426 2.875,-1.65625 0.20635,0.23452 0.45719,0.37299 0.71875,0.34375 0.18475,-0.0206 0.35748,-0.12987 0.5,-0.28125 0.0652,0.37498 0.18624,0.77358 0.34375,1.15625 0.17566,0.42675 0.41918,0.84609 0.6875,1.25 -0.98204,0.94829 -1.54941,2.79789 -0.71875,3.625 0.43725,0.43538 1.16075,0.519 1.90625,0.375 0.86191,-0.16648 1.7313,-0.63475 2.25,-1.25 0.5557,0.15005 1.10986,0.15319 1.625,-0.0313 3.04212,-1.08919 3.42379,-7.84196 0.75,-9.65625 -1.87313,-1.271 -5.49525,0.40893 -6.5625,2.5625 -0.0137,-0.0183 -0.0159,-0.0458 -0.0313,-0.0625 0.22946,-0.55992 0.30262,-1.15214 0.1875,-1.71875 -0.48551,-2.38963 -4.08448,-3.8381 -7.0625,-3.65625 z m -7.53125,9.5625 c 0.70056,-0.49368 1.17822,-1.12852 1.15625,-1.84375 -0.0243,-0.79195 -0.61459,-1.50839 -1.4375,-2.03125 -1.37152,-0.87144 -3.36425,-1.21747 -4.40625,-0.40625 -1.30811,1.01839 -0.77739,4.16138 0.6875,4.9375 1.05383,0.55834 2.83239,0.16655 4,-0.65625 z m 250.65625,-9.375 c -0.39738,-0.0158 -0.80891,0.0506 -1.1875,0.1875 -1.00687,0.0189 -1.96292,0.34386 -2.40625,1 -0.79654,1.1789 0.47325,3.60005 1.875,3.84375 1.61346,0.2805 4.08632,-1.86553 3.53125,-3.40625 -0.0768,-0.21325 -0.21019,-0.39663 -0.375,-0.5625 -0.007,-0.17091 -0.0369,-0.32732 -0.125,-0.46875 -0.23795,-0.38213 -0.75901,-0.57172 -1.3125,-0.59375 z m -522.59375,0.5 c 0.527966,0.6236 1.232808,1.07211 1.875,1.03125 0.149908,-0.01 0.298047,-0.0581 0.4375,-0.125 0.197839,0.18968 0.408481,0.34278 0.625,0.5 0.0238,0.12807 0.06356,0.24886 0.09375,0.375 -0.09959,-0.10331 -0.209728,-0.19037 -0.34375,-0.21875 -0.258501,-0.0547 -0.560197,0.0515 -0.8125,0.25 -0.631397,0.0561 -1.281925,0.47395 -1.8125,1.0625 -0.07392,-0.0841 -0.137433,-0.17417 -0.21875,-0.25 0.07515,-0.14312 0.168569,-0.28156 0.21875,-0.4375 0.222258,-0.69068 0.166131,-1.43675 -0.0625,-2.1875 z m 437.28125,1.28125 c -0.0449,0.13407 -0.058,0.27202 -0.0937,0.40625 -0.0912,-0.0862 -0.18796,-0.16745 -0.28125,-0.25 0.12054,-0.0501 0.25512,-0.0985 0.375,-0.15625 z m 66.53125,0 c -0.82885,0.0462 -1.64932,0.37007 -1.96875,0.9375 -0.53468,0.94979 0.60203,2.71383 1.6875,2.8125 1.24941,0.11357 3.01987,-1.70197 2.5,-2.84375 -0.21587,-0.4741 -0.77442,-0.76689 -1.40625,-0.875 -0.26326,-0.0451 -0.53622,-0.0466 -0.8125,-0.0313 z m -44.125,0.25 c 0.0219,0.01 0.0403,0.022 0.0625,0.0313 -0.007,0.0118 -0.0243,0.0194 -0.0313,0.0313 -0.0152,-0.0194 -0.015,-0.0445 -0.0313,-0.0625 z m -301.0625,1.78125 c -2.24816,0.0187 -4.91609,1.36502 -5.59375,3.1875 -0.28364,0.76281 -0.26314,1.67715 -0.0625,2.625 0.50814,2.40055 2.33417,4.9659 4.34375,5.46875 -1.13352,1.28415 -1.84997,2.87056 -1.5625,4.1875 0.009,0.042 0.0197,0.0837 0.0313,0.125 -0.36615,0.21586 -0.67114,0.53749 -0.75,0.875 -0.094,0.40234 0.0869,0.91115 0.375,1.34375 -0.46953,1.19042 -0.40934,2.7349 0.46875,3.28125 1.44523,0.89923 4.33706,-1.10384 4.3125,-2.8125 0.65721,0.0492 1.28594,0.0227 1.84375,-0.15625 1.20159,0.97023 3.059,1.52693 4.71875,1.5 -0.56778,0.42011 -1.03451,1.03485 -1.40625,1.75 -1.34166,-1.34615 -3.0944,-2.16648 -4.5,-1.59375 -3.09313,1.26033 -3.18583,8.24545 -0.34375,10 1.21314,0.74893 3.05516,0.32701 4.53125,-0.625 0.31321,0.69319 0.70259,1.27937 1.25,1.6875 2.47883,1.84812 7.82954,-0.70037 8.5,-3.71875 0.18871,-0.84956 0.0607,-1.80677 -0.28125,-2.78125 1.82125,0.26768 3.9128,-0.18825 4.71875,-1.40625 0.78483,-1.18609 0.0716,-3.17761 -1.09375,-4.40625 0.16215,-0.0877 0.32119,-0.20119 0.4375,-0.34375 0.4334,-0.53119 0.42849,-1.3478 0.1875,-2.15625 -0.40165,-1.34741 -1.51528,-2.68883 -2.65625,-2.75 -0.65089,-0.0349 -1.285,0.448 -1.75,1.09375 0.75238,-1.86537 -0.34551,-5.19227 -2.15625,-5.75 -0.87873,-0.27066 -1.92225,0.25764 -2.71875,1.0625 -0.78375,0.15656 -1.58873,0.63067 -1.8125,1.25 -0.0785,0.21739 -0.0529,0.45726 -0.0313,0.71875 -0.618,-0.20691 -1.33826,-0.21024 -2.09375,-0.0625 -0.31109,0.0608 -0.626,0.14032 -0.9375,0.25 -0.2202,-1.25606 -0.77449,-2.31917 -1.75,-2.75 -0.37199,-0.16429 -0.79858,-0.23088 -1.21875,-0.21875 0.0236,-0.19452 0.0329,-0.38821 0,-0.5625 1.11149,-2.5049 1.17183,-5.88239 -0.40625,-7.4375 -0.62952,-0.62035 -1.57186,-0.8835 -2.59375,-0.875 z M 56,278.9375 c -0.02351,0.31547 -0.03956,0.6302 -0.03125,0.9375 -0.292116,-0.41926 -0.818655,-0.74836 -1.3125,-0.84375 0.0085,-0.022 0.02289,-0.0405 0.03125,-0.0625 0.259945,0.0641 0.543391,0.0809 0.8125,0.0625 0.171507,-0.0117 0.334308,-0.0505 0.5,-0.0937 z m 250.40625,0.40625 c -1.15922,0.18756 -1.86473,2.33184 -1.21875,3.3125 0.74354,1.12876 3.41863,1.39235 4.03125,0.1875 0.25438,-0.50029 0.14582,-1.14514 -0.1875,-1.75 -0.55553,-1.0081 -1.7016,-1.8994 -2.625,-1.75 z m -180.5,0.0313 c -0.10402,0.1423 -0.19848,0.28927 -0.28125,0.4375 -0.0136,-0.029 -0.017,-0.065 -0.0313,-0.0937 0.11626,-0.10151 0.2091,-0.22613 0.3125,-0.34375 z m 285.0625,1.15625 c -0.0863,-0.008 -0.19416,0.0197 -0.28125,0.0313 -0.57862,0.0766 -1.05289,0.54556 -1.375,1.1875 -0.53685,1.06989 -0.64066,2.5778 0.0313,3.28125 0.48469,0.50745 1.44197,0.488 2.25,0.1875 0.15729,0.18243 0.36371,0.32103 0.5625,0.375 0.8622,0.23407 2.31722,-0.8225 2.09375,-1.6875 -0.0928,-0.35917 -0.44525,-0.62734 -0.875,-0.78125 -0.12956,-0.0464 -0.26622,-0.0684 -0.40625,-0.0937 -0.19266,-1.14253 -1.0415,-2.4077 -2,-2.5 z M 487.5,280.5625 c 0.10568,0.30435 0.25832,0.60901 0.46875,0.875 -0.1026,0.0324 -0.20964,0.0545 -0.3125,0.0937 -0.10008,-0.17202 -0.19556,-0.3391 -0.3125,-0.5 0.0549,-0.15542 0.11396,-0.31373 0.15625,-0.46875 z m 141.875,0.34375 c -0.14042,0.003 -0.27428,0.0266 -0.375,0.0937 -0.46371,0.30921 -0.56073,1.43768 -0.0625,1.6875 0.20688,0.10373 0.47011,0.0451 0.71875,-0.0937 0.41439,-0.2314 0.78249,-0.71334 0.71875,-1.09375 -0.06,-0.35817 -0.57875,-0.6019 -1,-0.59375 z M 278.90625,281.5 c -0.082,-0.009 -0.14959,0.004 -0.21875,0.0313 -0.34726,0.13723 -0.4237,0.86443 -0.15625,1.125 0.30784,0.29992 1.17307,0.1972 1.28125,-0.21875 0.0449,-0.17271 -0.0428,-0.3661 -0.1875,-0.53125 -0.18092,-0.20644 -0.47272,-0.38067 -0.71875,-0.40625 z m 35.46875,0.625 c -0.62223,-0.0122 -1.21499,0.078 -1.71875,0.3125 -0.77313,0.35992 -1.45171,1.0518 -2,1.90625 -0.0685,0.10681 -0.12331,0.2319 -0.1875,0.34375 -0.61593,0.12811 -1.19133,0.3284 -1.65625,0.65625 -0.74272,-0.73283 -1.73679,-1.22782 -2.53125,-1.03125 -0.57475,0.14221 -1.00837,0.72668 -1.25,1.40625 -0.36377,-0.52478 -0.83238,-0.88992 -1.375,-0.90625 -0.38745,-0.0117 -0.75265,0.14282 -1.09375,0.40625 -0.66222,-0.10754 -1.29938,-0.0569 -1.84375,0.25 -1.22952,0.69309 -1.77123,2.37743 -1.75,4.15625 -1.60801,-0.20482 -3.33617,0.0373 -4.53125,0.78125 -0.25495,-0.31325 -0.52687,-0.60836 -0.8125,-0.875 0.74343,-1.59278 0.94255,-3.46094 0.15625,-4.59375 -1.23389,-1.77765 -5.35257,-1.29133 -6.46875,0.5625 -0.32119,0.53345 -0.45428,1.22765 -0.4375,1.96875 0.0184,0.81153 0.22403,1.68992 0.5625,2.46875 -0.14669,0.20636 -0.28024,0.43116 -0.40625,0.65625 -0.36853,-0.006 -0.76947,0.0826 -1.15625,0.28125 -0.25786,0.13244 -0.52022,0.30662 -0.75,0.5 -0.64025,-0.69759 -1.666,-1.18933 -2.3125,-0.78125 -0.30429,0.19208 -0.48123,0.55786 -0.5625,0.96875 -0.99917,-0.91851 -2.32095,-1.51136 -3.34375,-1.21875 -1.65597,0.47375 -2.32931,3.71468 -1.21875,5.03125 0.2578,0.30562 0.60359,0.54518 1.03125,0.71875 0.0539,0.0603 0.0975,0.13652 0.15625,0.1875 -0.0182,0.0239 -0.0458,0.0377 -0.0625,0.0625 -0.65278,0.96974 0.11543,2.76922 1.1875,3.5 -1.37229,0.13867 -2.5581,0.69935 -3.09375,1.71875 -1.58162,3.01003 2.94891,8.52929 6.3125,8.03125 2.03995,-0.30205 3.50486,-3.26146 3.40625,-5.625 0.46172,-0.26654 0.81589,-0.6249 1.03125,-1.03125 0.0671,-0.12668 0.11288,-0.2633 0.15625,-0.40625 0.87102,-0.41068 1.64243,-1.15595 1.75,-1.9375 0.17394,-1.26381 -1.12708,-3.01044 -2.4375,-3.46875 -0.58883,-1.02652 -1.65431,-1.8638 -2.5625,-1.59375 -0.31991,0.0951 -0.56164,0.30307 -0.78125,0.59375 -0.19445,-0.17848 -0.44887,-0.31965 -0.71875,-0.4375 0.24184,-0.20314 0.45653,-0.43038 0.5625,-0.71875 0.0582,-0.1585 0.0818,-0.33085 0.0937,-0.5 0.24662,-10e-4 0.53086,-0.0541 0.78125,-0.1875 0.45432,0.42298 1.16454,0.71679 1.8125,0.75 0.036,0.10507 0.0781,0.214 0.125,0.3125 0.34243,0.71969 0.97843,1.33806 1.78125,1.84375 0.31958,0.2013 0.67044,0.40463 1.03125,0.5625 0.14848,0.14872 0.31875,0.29429 0.5,0.40625 -0.002,0.43127 0.0846,0.84479 0.28125,1.21875 0.50017,0.95111 1.57378,1.51294 2.84375,1.75 0.15285,0.57874 0.3495,1.14712 0.59375,1.65625 -0.16626,-0.33354 -0.38066,-0.6162 -0.65625,-0.78125 -1.26883,-0.75989 -4.06169,0.24012 -4.09375,1.71875 -0.0133,0.61397 0.41553,1.21815 1.03125,1.65625 1.0262,0.73017 2.56681,1.05435 3.40625,0.46875 0.77416,-0.54006 0.81091,-1.99993 0.34375,-3 0.53455,1.09063 1.26123,1.95573 2.1875,2.40625 0.84789,0.4124 1.87593,0.37806 2.90625,0.0625 1.3631,0.22369 3.07484,-0.22638 4.15625,-1.09375 0.0772,0.022 0.14074,0.0589 0.21875,0.0625 0.72184,0.0337 1.43489,-0.9446 1.5,-1.75 0.51185,-0.16548 1.01596,-0.42036 1.5,-0.75 0.16164,0.13965 0.32601,0.26508 0.5,0.375 -0.38179,0.86138 -0.50304,1.79989 -0.125,2.4375 0.68531,1.15585 3.25757,1.03617 4.03125,-0.0625 0.44989,-0.63888 0.45564,-1.72584 0.15625,-2.65625 0.62757,-0.41993 1.22424,-0.96893 1.75,-1.625 -0.24389,2.28876 0.51743,5.03474 2,6.375 0.18652,0.58931 0.50953,1.09533 0.96875,1.46875 2.8642,2.32902 9.68346,-1.31336 9.875,-5 0.12605,-2.42615 -3.20151,-4.7856 -5.875,-4.875 -0.53498,-0.45004 -1.11889,-0.84121 -1.71875,-1.125 -0.0475,-0.43747 -0.21542,-0.91165 -0.46875,-1.3125 0.99373,-0.2347 1.83928,-0.68105 2.3125,-1.40625 1.17172,0.66683 3.17519,0.62372 3.6875,-0.4375 0.26094,-0.54052 0.0885,-1.23564 -0.28125,-1.875 -0.61622,-1.0656 -1.8285,-1.99261 -2.8125,-1.8125 -0.26862,0.0492 -0.50762,0.22699 -0.71875,0.4375 -0.0974,-0.19899 -0.2253,-0.39869 -0.34375,-0.59375 0.94704,-1.03081 1.5469,-2.19487 1.53125,-3.34375 -0.0328,-2.40771 -3.36615,-4.57236 -6.0625,-4.625 z m -220.65625,1.46875 c -1.546419,0.13472 -3.480018,1.79122 -3.09375,3.15625 0.183302,0.64777 0.838915,1.11365 1.625,1.375 1.31014,0.43558 3.027082,0.28971 3.71875,-0.59375 0.868311,-1.10908 -0.226293,-3.56848 -1.59375,-3.90625 -0.196748,-0.0486 -0.435333,-0.0505 -0.65625,-0.0313 z m 184.09375,0.0313 c -0.18138,0.0222 -0.33922,0.10301 -0.46875,0.21875 -0.76492,0.68351 -0.0656,2.72291 0.9375,2.9375 0.78706,0.16837 1.76258,-1.02554 1.59375,-1.8125 -0.0486,-0.22645 -0.18189,-0.45945 -0.375,-0.65625 -0.43449,-0.44281 -1.14335,-0.75406 -1.6875,-0.6875 z m 51.28125,0.0937 c -0.14139,0.0141 -0.27429,0.0515 -0.40625,0.0937 -1.5407,0.49309 -2.16951,3.3713 -1.3125,4.8125 -1.20028,-0.61381 -3.18849,-0.54155 -3.875,0.40625 -0.7351,1.01488 0.33555,3.18266 1.5625,3.4375 0.35307,0.0733 0.75445,-0.005 1.15625,-0.15625 1.20539,-0.45344 2.39574,-1.7208 2.0625,-2.75 -0.0168,-0.0519 -0.0393,-0.10724 -0.0625,-0.15625 0.23865,0.1321 0.52571,0.23177 0.8125,0.3125 1.47277,0.41457 3.42071,0.13948 4.25,-0.84375 0.29737,0.68301 0.86621,1.30717 1.46875,1.40625 1.26362,0.20779 3.19505,-1.48673 2.75,-2.6875 -0.1848,-0.49859 -0.73972,-0.84333 -1.375,-1 -0.88233,-0.2176 -1.94397,-0.097 -2.5625,0.375 -0.55772,-1.69669 -2.80136,-3.41647 -4.46875,-3.25 z m 64.375,1.34375 c -0.11704,0.0149 -0.25542,0.0582 -0.375,0.0937 -0.7972,0.23671 -1.58811,0.88769 -1.625,1.5625 -0.009,0.16943 0.0668,0.34019 0.15625,0.5 -0.92723,0.21183 -1.74453,0.62333 -2.25,1.25 -0.41528,0.51485 -0.57839,1.19383 -0.5625,1.9375 -0.38001,-0.0952 -0.7542,-0.0677 -1.03125,0.0937 -0.6956,0.40532 -0.6547,1.93773 0,2.40625 0.41321,0.2957 1.1313,0.25514 1.71875,0.0313 0.61174,1.20703 1.56188,2.22097 2.625,2.5 0.0811,0.0213 0.16601,0.017 0.25,0.0313 1.17242,1.74801 3.28213,3.18242 5.15625,3.3125 -0.18065,1.84157 0.10226,3.59395 1.0625,4.75 2.31533,2.78746 9.1244,1.34779 10.71875,-1.90625 0.41915,-0.85548 0.552,-1.91501 0.46875,-3.03125 0.22077,-0.11378 0.41771,-0.23812 0.625,-0.40625 1.11631,-0.9054 1.9813,-2.49185 1.59375,-3.59375 -0.43787,-1.24498 -2.73959,-1.68714 -3.96875,-1.03125 -0.18671,-0.29007 -0.38438,-0.55244 -0.59375,-0.8125 0.14062,-0.12615 0.25362,-0.25399 0.34375,-0.40625 0.22465,-0.37952 0.32831,-0.88145 0.3125,-1.40625 -0.0474,-1.5744 -1.08334,-3.44686 -2.40625,-3.46875 -0.90264,-0.0149 -1.71892,0.79855 -2.25,1.8125 -0.0688,-0.11035 -0.13483,-0.21105 -0.21875,-0.3125 -0.23072,-0.27893 -0.53294,-0.52614 -0.84375,-0.71875 -0.0168,-0.86304 -1.18237,-1.9596 -2,-1.78125 -0.40031,0.0873 -0.69867,0.53949 -0.8125,1.03125 -0.49198,-0.0871 -1.03798,-0.0122 -1.59375,0.1875 -0.34286,0.0572 -0.6905,0.12665 -1.03125,0.21875 -0.71501,-0.38257 -1.5607,-0.6507 -2.4375,-0.78125 0.29816,-0.67031 0.3274,-1.47384 -0.125,-1.84375 -0.23543,-0.1925 -0.55512,-0.2636 -0.90625,-0.21875 z m -168.375,0.375 c 0.12991,0.16089 0.27451,0.32559 0.4375,0.46875 -0.008,0.0311 -0.0249,0.0626 -0.0313,0.0937 -0.0702,0.34242 -0.0701,0.71848 -0.0313,1.09375 -0.0284,-0.53956 -0.16383,-1.09975 -0.375,-1.65625 z m 185.1875,0.53125 c -0.64106,0.008 -1.43897,0.78496 -1.40625,1.40625 0.043,0.81728 1.37372,1.78577 2.0625,1.34375 0.1232,-0.0791 0.21239,-0.20473 0.28125,-0.34375 -0.20647,0.44171 -0.30511,0.89586 -0.25,1.3125 0.0395,0.29832 0.17487,0.58332 0.34375,0.875 0.0612,0.13864 0.13783,0.27004 0.21875,0.40625 0.0331,0.0431 0.0584,0.0827 0.0937,0.125 0.66558,1.0371 1.84836,1.94365 2.96875,2.21875 0.43743,0.10741 0.86763,0.11683 1.25,0 1.60007,-0.48888 2.1952,-3.61562 1.09375,-4.875 -0.16393,-0.18744 -0.38725,-0.33596 -0.625,-0.46875 -0.40393,-0.84224 -0.99887,-1.53474 -1.71875,-1.75 -1.18937,-0.35566 -2.70522,0.79316 -3.34375,2.09375 0.0703,-0.16985 0.11953,-0.38474 0.125,-0.59375 0.0183,-0.6967 -0.31559,-1.48298 -0.84375,-1.6875 -0.0829,-0.0321 -0.15842,-0.0637 -0.25,-0.0625 z m 4.3125,7.34375 c -0.30546,-0.0716 -0.58882,-0.0579 -0.84375,0.0313 -0.29343,0.10258 -0.58273,0.30367 -0.8125,0.59375 -0.6893,0.87024 -0.98445,2.35626 -0.28125,2.96875 1.03817,0.90426 3.63207,-0.3783 3.75,-1.75 0.0694,-0.8072 -0.89613,-1.6289 -1.8125,-1.84375 z M 451,285.96875 c 0.33309,0.0821 0.67205,0.1505 1.03125,0.1875 0.0541,0.14195 0.1232,0.2727 0.1875,0.40625 -0.16822,-0.11195 -0.34964,-0.22119 -0.53125,-0.28125 -0.17836,-0.059 -0.3647,-0.0779 -0.5625,-0.0937 -0.0416,-0.0714 -0.0788,-0.15077 -0.125,-0.21875 z m 136.125,0.40625 c -0.45193,-0.01 -0.87999,0.0612 -1.28125,0.1875 -0.92372,0.29063 -1.78737,0.96306 -2.53125,1.84375 -2.23166,2.64207 -3.31697,7.18016 -1.1875,9.15625 3.14387,2.91742 11.34199,-0.77173 11.84375,-5.03125 0.34448,-2.92433 -3.68022,-6.08735 -6.84375,-6.15625 z m -49.40625,0.34375 c -0.008,0.0501 -0.0249,0.10637 -0.0313,0.15625 -0.1645,-0.004 -0.33131,-0.0168 -0.5,0 0.18741,-0.0234 0.36956,-0.0888 0.53125,-0.15625 z m -1.90625,0.0937 c 0.20378,0.10044 0.41879,0.16122 0.625,0.1875 -0.19474,0.0552 -0.38426,0.16917 -0.5625,0.25 -0.0292,-0.0302 -0.0638,-0.0639 -0.0937,-0.0937 0.0265,-0.11425 0.0142,-0.23031 0.0313,-0.34375 z m 99,0.125 c -0.32146,0.0352 -0.60481,0.13462 -0.875,0.25 -1.50977,-0.12646 -2.99692,0.16622 -3.9375,0.96875 -0.67767,0.57821 -1.18676,1.45556 -1.5,2.46875 -0.47693,1.54264 -0.48993,3.39828 -0.0937,4.96875 -0.64473,1.48629 -0.58154,3.57641 0.59375,4.21875 0.67625,0.3696 1.56244,0.214 2.40625,-0.21875 0.32586,-0.16712 0.64321,-0.35425 0.9375,-0.59375 2.89795,-0.30272 6.15699,-3.73832 6.71875,-6.78125 0.49226,-0.186 0.96531,-0.60684 0.96875,-1.03125 0.003,-0.41072 -0.52918,-0.80153 -1,-0.875 -0.20343,-0.6962 -0.67369,-1.29947 -1.3125,-1.78125 0.006,-0.14812 -0.0125,-0.29817 -0.0625,-0.4375 -0.31783,-0.88499 -1.67005,-1.28466 -2.84375,-1.15625 z m -409.34375,0.28125 c 0.0277,0.20978 0.0687,0.41039 0.125,0.625 -0.0491,-0.0617 -0.0993,-0.1055 -0.15625,-0.15625 0.0136,-0.14664 0.0348,-0.31719 0.0313,-0.46875 z M 547.125,288 c 0.0203,0.29639 0.0408,0.59536 0.0937,0.875 -0.25504,0.52144 -0.43935,1.08272 -0.4375,1.59375 -0.0485,-0.61719 -0.55142,-1.30737 -1.09375,-1.46875 0.54039,-0.26988 1.02668,-0.6135 1.4375,-1 z m -208.53125,0.21875 c -0.13005,0.0292 -0.28004,0.10353 -0.40625,0.1875 -0.42069,0.2799 -0.75539,0.78901 -0.65625,1.1875 0.12445,0.50026 1.09463,0.75596 1.5,0.4375 0.46659,-0.36656 0.48699,-1.55732 -0.0625,-1.78125 -0.11408,-0.0465 -0.24495,-0.0604 -0.375,-0.0313 z m -95.25,0.25 c -1.6376,-0.0426 -3.50731,0.69393 -4.15625,1.90625 -0.29878,0.55817 -0.39881,1.27957 -0.34375,2.03125 0.16517,2.25504 1.75761,4.86272 3.65625,4.8125 0.16503,-0.004 0.34009,-0.0226 0.5,-0.0625 -0.36444,0.79401 -0.51417,1.60589 -0.28125,2.28125 0.59291,1.7192 4.04957,2.24516 5.375,1 0.3814,-0.3583 0.6259,-0.8967 0.78125,-1.5 0.0152,-0.0589 0.0182,-0.12724 0.0313,-0.1875 0.18681,-0.0934 0.35448,-0.21839 0.4375,-0.375 0.23226,-0.43817 0.0318,-1.19152 -0.34375,-1.625 -0.003,-0.0232 -0.0275,-0.0394 -0.0313,-0.0625 0.0687,3.4e-4 0.15165,-0.0134 0.21875,-0.0313 1.0154,-0.26948 1.31649,-2.46394 0.5,-3.125 -0.58945,-0.47723 -1.88552,0.0167 -2.25,0.71875 -0.0439,-0.0177 -0.0794,-0.0485 -0.125,-0.0625 -0.16811,-0.0518 -0.35472,-0.0589 -0.53125,-0.0625 1.07372,-0.38706 2.08793,-1.86854 1.84375,-2.90625 -0.25944,-1.10255 -1.84481,-2.11643 -3.09375,-2.125 -0.0515,-3.5e-4 -0.1054,-0.003 -0.15625,0 -0.52326,-0.40275 -1.25924,-0.60493 -2.03125,-0.625 z m -31.875,1.75 c -0.19473,0.0423 -0.31467,0.24128 -0.40625,0.46875 -0.15263,0.37911 -0.15462,0.87326 0.0937,1.09375 0.3118,0.2768 1.06272,-0.008 1.1875,-0.40625 0.14362,-0.45792 -0.40603,-1.25817 -0.875,-1.15625 z m 3.84375,1.53125 c 0.33069,0.24165 0.79135,0.4033 1.28125,0.4375 0.49718,0.0347 1.01751,-0.0352 1.5,-0.1875 -0.0261,0.0466 -0.0696,0.0762 -0.0937,0.125 -0.092,0.1856 -0.15759,0.38559 -0.21875,0.59375 -0.15757,-0.0189 -0.31279,-0.003 -0.46875,0.0313 -0.5198,0.11274 -0.96043,0.50176 -1.28125,1.03125 -0.11883,-0.57724 -0.55015,-1.16373 -1.03125,-1.125 -0.009,7.6e-4 -0.0219,-10e-4 -0.0313,0 0.0403,-0.1982 0.024,-0.39652 -0.0313,-0.625 -0.005,-0.0213 -0.0254,-0.0411 -0.0313,-0.0625 0.14052,-0.0467 0.26889,-0.13537 0.40625,-0.21875 z m 115.15625,1.65625 c 0.003,0.052 -0.0139,0.10533 0,0.15625 -0.028,-0.0152 -0.0652,-0.0166 -0.0937,-0.0313 0.0387,-0.0387 0.0609,-0.0839 0.0937,-0.125 z m -60.5625,0.28125 c -0.29235,0.64195 -0.42626,1.33764 -0.21875,1.875 0.0696,0.18018 0.18047,0.36791 0.3125,0.53125 -0.17714,0.0225 -0.31288,0.062 -0.4375,0.15625 -0.28197,0.21335 -0.46007,0.65058 -0.5,1.09375 -0.58735,0.48009 -1.08154,1.04986 -1.40625,1.65625 -0.31143,-0.26116 -0.63826,-0.4934 -0.96875,-0.6875 0.28861,-0.41004 0.42396,-1.0351 0.3125,-1.53125 0.6346,-0.77736 1.02571,-1.74574 0.875,-2.53125 0.64994,0.12256 1.28189,0.0369 1.75,-0.3125 0.1016,-0.0758 0.19778,-0.15502 0.28125,-0.25 z m -24.09375,0.46875 c 0.0807,0.031 0.16663,0.0464 0.25,0.0625 -0.11819,0.0345 -0.22585,0.10596 -0.34375,0.15625 0.0329,-0.0735 0.0632,-0.14406 0.0937,-0.21875 z m 141.375,0.96875 c -0.63303,0.0387 -1.20477,0.25433 -1.5625,0.6875 -1.40837,1.70537 0.76092,5.80597 2.96875,5.9375 1.7323,0.1032 3.45925,-2.75245 2.84375,-4.375 -0.17712,-0.4669 -0.55571,-0.89325 -1.03125,-1.25 -0.89164,-0.66891 -2.16369,-1.06449 -3.21875,-1 z m 57.90625,1.25 c -1.44277,0.15397 -3.10651,1.27278 -3,2.5 0.0578,0.66557 0.5951,1.25482 1.3125,1.65625 1.19566,0.66906 2.87972,0.857 3.71875,0.125 1.0533,-0.91894 0.45728,-3.54058 -0.8125,-4.125 -0.1827,-0.0841 -0.40609,-0.13378 -0.625,-0.15625 -0.19155,-0.0197 -0.38764,-0.022 -0.59375,0 z m -95.8125,2.09375 c -0.0274,0.05 -0.0364,0.106 -0.0625,0.15625 -0.0193,-0.0426 -0.0401,-0.083 -0.0625,-0.125 0.0415,-0.003 0.0834,-0.0272 0.125,-0.0313 z"
+         transform="translate(-664,122)"
+         id="path5268"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#6a1a00;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(-0.1861989,0.27208385,-0.27208385,-0.1861989,-511.1344,324.36741)"
+         id="path10474"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#6e2800;fill-opacity:1;stroke:none"
+         d="m 45.28125,330.25 c -0.278806,-0.0179 -0.547109,0.0249 -0.78125,0.125 -1.175751,0.50267 -1.377707,2.94585 -0.4375,3.8125 0.662769,0.61091 2.036847,0.70239 3.0625,0.34375 -0.0662,0.096 -0.13341,0.17925 -0.1875,0.28125 -0.735053,1.38611 -0.09467,3.4123 1.125,4.90625 -0.09989,0.0827 -0.189046,0.18378 -0.28125,0.28125 -0.01967,0.002 -0.04277,-0.002 -0.0625,0 -0.0605,-0.0629 -0.123779,-0.12606 -0.1875,-0.1875 -2.039082,-1.96624 -5.70775,-3.10266 -7.4375,-1.46875 -0.874324,0.82588 -1.125815,2.17771 -0.96875,3.625 -1.047105,0.0823 -2.0465,0.42426 -2.625,1.0625 -0.443913,0.48975 -0.709262,1.19342 -0.84375,1.96875 -0.368923,2.12683 0.388949,4.84315 2,5.625 -0.492104,0.4664 -0.841614,1.07009 -0.75,1.59375 0.156833,0.89645 1.84022,1.44781 2.59375,0.9375 0.216834,-0.14684 0.375463,-0.40169 0.5,-0.6875 0.179023,-0.41084 0.233839,-0.92292 0.1875,-1.375 0.260966,0.21212 0.651062,0.3638 1.03125,0.375 -0.78218,0.41507 -1.474262,1.22838 -1.46875,1.96875 0.0026,0.34631 0.151814,0.71585 0.375,1.0625 0.669556,1.03994 2.101165,1.89606 3,1.375 0.286436,-0.16605 0.492318,-0.47095 0.625,-0.8125 0.08008,1.94283 2.729835,4.34791 4.5625,3.90625 0.669608,-0.16137 1.178074,-0.79693 1.5,-1.5625 0.371296,-0.0722 0.725147,-0.26329 0.875,-0.53125 0.09428,-0.16859 0.106317,-0.36413 0.09375,-0.59375 -0.02985,-0.54534 -0.308081,-1.17351 -0.71875,-1.40625 -0.07537,-0.29909 -0.172774,-0.56029 -0.34375,-0.78125 -0.148842,-0.19235 -0.3406,-0.35499 -0.5625,-0.5 0.04293,-0.0284 0.08366,-0.0642 0.125,-0.0937 0.517486,0.44774 1.198165,0.72331 1.96875,0.84375 -0.08537,0.1084 -0.165007,0.23051 -0.15625,0.34375 0.02764,0.35739 0.640668,0.76345 0.9375,0.5625 0.123252,-0.0834 0.155951,-0.25435 0.15625,-0.4375 2.12e-4,-0.12959 -0.01386,-0.25296 -0.0625,-0.375 2.050899,0.0278 4.359617,-0.86065 5.34375,-2.3125 0.767683,-0.0885 1.595758,-0.46194 2.15625,-0.96875 0.358201,0.0757 0.714444,0.13055 1.0625,0.125 -0.02766,0.44528 0.05892,0.88521 0.1875,1.28125 -0.08133,-0.0157 -0.173563,-0.0106 -0.25,0 -0.703854,0.0973 -1.432989,1.31162 -1,1.875 0.179789,0.23393 0.512572,0.33374 0.875,0.3125 0.604048,-0.0354 1.268126,-0.37182 1.40625,-0.84375 0.01901,-0.0649 0.0351,-0.14969 0.03125,-0.21875 0.972563,0.16264 2.356676,-0.74547 2.5,-1.6875 0.04762,-0.31298 -0.0048,-0.6549 -0.15625,-1 -0.221587,-0.50484 -0.644771,-0.98228 -1.09375,-1.3125 0.0494,-0.0957 0.112289,-0.17981 0.15625,-0.28125 0.02885,-0.0666 0.03616,-0.15005 0.0625,-0.21875 0.126764,0.0293 0.238089,0.0376 0.34375,0 0.173741,-0.0618 0.326367,-0.23661 0.4375,-0.4375 0.443122,0.2715 1.12461,0.35314 1.375,0 0.141092,-0.19899 0.136232,-0.50004 0.03125,-0.78125 -0.174967,-0.46869 -0.62473,-0.91196 -1.03125,-0.90625 -0.266139,0.004 -0.509502,0.23834 -0.65625,0.53125 -0.03819,-0.004 -0.08469,-0.002 -0.125,0 0.02783,-0.29694 0.01566,-0.58462 0,-0.875 0.189833,-0.0867 0.356572,-0.18007 0.53125,-0.28125 0.356042,-0.019 0.696124,-0.10382 0.90625,-0.3125 0.150796,-0.14976 0.226725,-0.35628 0.25,-0.59375 0.08918,-0.10088 0.175828,-0.20479 0.25,-0.3125 0.201828,0.0952 0.436061,0.1497 0.6875,0.15625 -0.08009,0.0924 -0.144566,0.17574 -0.1875,0.28125 -0.340982,0.838 0.382921,2.31943 1.25,2.625 -0.08144,0.2592 -0.138768,0.53101 -0.15625,0.8125 -0.109207,-0.0703 -0.226508,-0.12688 -0.34375,-0.15625 -0.269899,-0.0676 -0.591742,-0.0102 -0.90625,0.0937 -0.943524,0.31179 -1.880893,1.25858 -1.65625,2.0625 0.313967,1.12357 2.60685,1.47391 3.5,0.6875 1.197989,2.62276 3.993645,5.05769 6.34375,4.78125 2.124829,-0.24994 3.74954,-3.16438 3.84375,-5.65625 0.732224,0.22957 1.743918,0.0947 2.09375,-0.4375 0.287187,-0.43691 0.02266,-1.17321 -0.40625,-1.625 0.367884,-0.0124 0.742045,-0.068 1.125,-0.15625 -0.128758,0.14639 -0.202132,0.31181 -0.1875,0.46875 0.03391,0.36372 0.682088,0.64869 1,0.46875 0.365927,-0.20711 0.517361,-1.0346 0.15625,-1.25 1.727305,-0.65912 3.263404,-1.96817 3.46875,-3.40625 0.203183,-1.42293 -1.175382,-2.944 -2.75,-3.6875 -0.02018,-0.24783 -0.07585,-0.4991 -0.15625,-0.75 0.05188,0.0998 0.123116,0.19243 0.1875,0.28125 0.357404,0.49304 0.92024,0.88805 1.59375,1.15625 0.703649,0.28021 1.517973,0.43028 2.3125,0.4375 -0.267553,0.97093 -0.301745,2.0318 -0.03125,2.875 -0.628681,0.37587 -1.125066,0.95525 -1.03125,1.53125 0.07543,0.46311 0.507707,0.85029 1.03125,1.09375 0.170257,0.0792 0.343347,0.13796 0.53125,0.1875 -0.165842,0.12572 -0.304342,0.27526 -0.40625,0.4375 -0.208077,0.33126 -0.314242,0.75305 -0.3125,1.21875 0.0052,1.39711 0.858751,3.07463 2.03125,3.125 1.731036,0.0744 3.304649,-3.18324 2.34375,-4.625 -0.277977,-0.41709 -0.813975,-0.65628 -1.40625,-0.71875 0.01002,-0.0203 0.02241,-0.0414 0.03125,-0.0625 1.433235,0.34484 3.096852,0.21673 4.21875,-0.40625 0.107814,0.0587 0.230763,0.12017 0.34375,0.15625 0.06966,0.0222 0.145621,0.0165 0.21875,0.0313 -0.677312,0.22693 -1.229973,0.64742 -1.3125,1.21875 -0.0379,0.26238 -0.0034,0.52479 0.125,0.78125 -0.14019,0.32253 -0.180355,0.64671 -0.03125,0.90625 0.02081,0.0362 0.06749,0.0615 0.09375,0.0937 -1.150074,-0.26355 -3.032953,0.95942 -2.8125,2.09375 0.09475,0.4875 0.532028,0.88434 1.09375,1.125 0.936201,0.40111 2.218238,0.38798 2.78125,-0.21875 0.217929,-0.23485 0.291697,-0.56795 0.28125,-0.9375 0.162039,0.12902 0.31419,0.22315 0.5,0.28125 1.080427,0.33781 2.573689,-0.93485 2.84375,-2.125 0.696389,0.6629 1.564337,1.11894 2.34375,1.0625 0.52045,-0.0377 1.06308,-0.28682 1.5625,-0.65625 0.55054,-0.40724 1.03562,-0.9498 1.40625,-1.5625 0.18016,0.0289 0.34661,0.0405 0.53125,0.0313 1.01513,-0.0507 1.95211,-0.65889 2.71875,-1.5625 0.12254,0.0502 0.2547,0.0721 0.375,0.0625 0.60409,-0.0482 1.07269,-1.09367 0.78125,-1.625 -0.0192,-0.0351 -0.068,-0.0611 -0.0937,-0.0937 0.24433,-0.49813 0.4372,-1.02357 0.59375,-1.5625 0.33059,0.2334 0.6871,0.40228 1.03125,0.46875 -0.45978,0.85539 -0.51157,2.14419 0.1875,2.5625 0.38703,0.23159 0.93415,0.1713 1.4375,-0.0625 0.83892,-0.38966 1.59998,-1.25143 1.53125,-2 -0.0581,-0.63283 -0.84252,-1.14808 -1.59375,-1.28125 0.69854,-1.27665 0.41405,-3.66524 -0.75,-4.3125 -0.51105,-0.28417 -1.21338,-0.14586 -1.84375,0.1875 -0.12314,-0.2861 -0.28021,-0.54842 -0.46875,-0.78125 -0.82842,-1.02303 -2.43326,-1.36994 -4.03125,-1.15625 0.0676,-0.10892 0.13445,-0.21157 0.0937,-0.3125 -0.003,-0.007 0.004,-0.0242 0,-0.0313 0.4543,-1.96446 0.2956,-4.02907 -0.78125,-5.1875 -1.87043,-2.01215 -6.961922,-0.65557 -8.03125,1.875 -0.126957,0.30045 -0.209503,0.65291 -0.25,1 -0.28345,0.14734 -0.552413,0.33709 -0.8125,0.5625 -0.130441,-0.0711 -0.266988,-0.1075 -0.40625,-0.15625 0.427555,-0.56588 0.668456,-1.24304 0.40625,-1.75 -0.233437,-0.45133 -0.785438,-0.67551 -1.40625,-0.75 -1.034685,-0.12415 -2.278249,0.24215 -2.65625,1 -0.301934,0.60534 0.04296,1.48264 0.625,2.0625 -0.347807,0.2282 -0.680386,0.50254 -1,0.8125 -1.137566,-1.5927 -3.065974,-2.84916 -4.59375,-2.53125 -1.103094,0.22954 -1.930513,1.43806 -2.28125,2.78125 -0.202014,-0.0752 -0.405282,-0.12866 -0.59375,-0.0937 -0.335184,0.0621 -0.609372,0.37431 -0.78125,0.75 -0.475459,-0.44978 -1.003973,-0.84528 -1.5625,-1.125 0.951118,-0.22608 1.73798,-0.70283 2.03125,-1.46875 0.887168,-2.31699 -2.855655,-5.93135 -5.25,-5.28125 -1.878646,0.51008 -2.703663,4.18268 -1.46875,5.6875 0.342919,0.41787 0.894919,0.69711 1.5,0.90625 -0.20457,0.0963 -0.394954,0.21163 -0.59375,0.34375 -0.0794,-0.0725 -0.155824,-0.16401 -0.25,-0.21875 -1.004761,-0.58403 -2.513477,0.0239 -3.625,1 -0.155957,-0.0263 -0.315778,-0.0546 -0.46875,-0.0625 -0.09731,-2.5168 -3.582428,-5.33848 -6.03125,-4.875 -0.77084,0.1459 -1.536429,0.581 -2.21875,1.21875 -0.299092,0.27955 -0.551629,0.62941 -0.8125,0.96875 -0.207439,-0.02 -0.397875,-0.0387 -0.59375,0 -0.789199,0.15574 -1.429133,0.92555 -1.78125,1.84375 -1.006272,0.33949 -1.965689,1.59802 -1.8125,2.5625 0.05394,0.33962 0.235007,0.6899 0.5,1 -0.669317,0.68505 -1.201828,1.50393 -1.53125,2.34375 -0.261264,-0.0517 -0.535326,-0.0537 -0.8125,-0.0313 -0.428882,-0.71832 -0.944701,-1.36013 -1.53125,-1.8125 0.14103,-0.28894 0.236398,-0.62289 0.28125,-0.96875 0.8859,-0.71615 1.642203,-1.60876 2.125,-2.5625 0.08843,-0.0549 0.178556,-0.11765 0.25,-0.1875 1.040941,-1.01778 0.774642,-3.91195 -0.625,-4.3125 -0.21235,-0.0608 -0.430735,-0.0754 -0.65625,-0.0313 -2.011963,-1.17088 -5.454996,-1.0259 -7.5625,0.21875 0.0025,-0.01 -0.0023,-0.0214 0,-0.0313 0.137413,-0.59549 -0.176394,-1.26086 -0.6875,-1.8125 -0.638879,-0.68955 -1.601083,-1.22754 -2.4375,-1.28125 z m 93.34375,0.3125 c -1.42555,0.13541 -2.44385,2.63749 -1.8125,3.9375 -0.0892,0.26195 -0.1083,0.51739 -0.0625,0.75 -1.66932,-2.31696 -7.11388,-2.75571 -8.84375,-0.53125 -0.065,0.0836 -0.13515,0.15816 -0.1875,0.25 -0.1098,-0.56543 -0.36684,-1.05157 -0.8125,-1.21875 -0.4678,-0.17548 -1.02916,0.0202 -1.53125,0.375 -0.83682,0.59134 -1.5049,1.66663 -1.28125,2.46875 0.26824,0.96207 2.04563,1.38987 2.90625,0.84375 0.16835,0.73178 0.62877,1.49916 1.21875,1.84375 0.56612,0.98296 1.33469,1.8091 2.21875,2.125 0.26142,0.22661 0.58694,0.40322 0.9375,0.53125 0.0202,0.0842 0.0381,0.16877 0.0625,0.25 -1.87178,0.24845 -3.56614,1.13957 -3.96875,2.59375 -0.0205,0.0741 -0.0174,0.14355 -0.0313,0.21875 -0.12559,0.15652 -0.21138,0.30681 -0.25,0.5 -0.10571,0.52875 0.15559,1.10745 0.59375,1.59375 1.21538,2.61649 5.02433,5.00401 7.4375,4.09375 1.06673,-0.40237 1.77098,-1.58988 2.09375,-2.9375 0.34468,0.0247 0.69572,0.0346 1.0625,0 1.18163,-0.11129 2.43182,-0.54287 3.5,-1.15625 0.65977,0.34426 1.38138,0.47829 1.96875,0.3125 0.45072,-0.12722 0.87773,-0.42869 1.25,-0.84375 1.1168,-1.24516 1.68854,-3.42037 0.6875,-4.40625 -0.44345,-0.43674 -1.1117,-0.58257 -1.84375,-0.53125 -0.63444,-0.91835 -1.69978,-1.69812 -2.90625,-2.25 0.0236,-0.1205 0.0404,-0.24298 0.0313,-0.375 0.19133,0.23693 0.43984,0.4115 0.6875,0.375 0.25261,-0.0372 0.45697,-0.24839 0.59375,-0.53125 0.22798,-0.47144 0.26717,-1.1341 -0.0313,-1.4375 -0.37463,-0.38089 -1.36851,-0.0915 -1.5625,0.40625 -0.0279,0.0716 -0.0277,0.16597 -0.0313,0.25 -0.0789,-0.0956 -0.18085,-0.16814 -0.28125,-0.21875 -0.31678,-0.15969 -0.77437,-0.10643 -1.1875,0.0625 -0.12029,-0.45438 -0.34923,-0.82569 -0.71875,-1 -0.15682,-0.074 -0.32202,-0.12036 -0.5,-0.125 -0.11097,-0.1807 -0.23985,-0.36021 -0.375,-0.53125 0.68708,0.33303 1.58375,0.38043 1.96875,-0.0937 0.048,-0.0591 0.0625,-0.11799 0.0937,-0.1875 0.9107,0.0451 1.74693,-0.17616 2.125,-0.8125 0.9531,-1.60419 -1.36115,-4.7702 -3.21875,-4.59375 z m 346.96875,0.15625 c -2.52023,0.25432 -5.01178,4.16407 -4.21875,6.5625 0.24342,0.73618 0.78626,1.41466 1.5,2 1.54244,1.26496 3.89095,2.0609 5.65625,1.75 0.10332,0.15108 0.20731,0.30397 0.34375,0.40625 0.0511,0.0383 0.13074,0.061 0.1875,0.0937 -0.0729,0.21899 -0.10575,0.47061 -0.125,0.71875 -1.0055,0.43609 -1.99307,1.12626 -2.75,1.96875 0.11946,-0.3965 0.081,-0.79171 -0.15625,-1.03125 -0.22866,-0.2309 -0.60686,-0.29183 -1,-0.21875 -0.65524,0.1218 -1.32025,0.59026 -1.40625,1.125 -0.0185,0.11495 -0.01,0.22744 0.0313,0.34375 -0.5856,0.27334 -1.01501,0.68496 -1.09375,1.21875 -0.18742,-0.0888 -0.39991,-0.14675 -0.59375,-0.1875 -0.0512,-0.0107 -0.10401,-0.0235 -0.15625,-0.0313 0.002,-0.41587 -0.23329,-0.8528 -0.59375,-1.21875 -0.69563,-0.70622 -1.8318,-1.15168 -2.5625,-0.8125 -0.91731,0.4258 -1.01421,2.33762 -0.25,3 0.0169,0.0147 0.0446,0.0174 0.0625,0.0313 -1.08737,0.72526 -1.99044,1.7347 -2.34375,2.78125 -1.52508,-0.18881 -3.30178,0.21656 -4.3125,1.09375 -0.20743,-0.48174 -0.93746,-0.87237 -1.40625,-0.71875 -0.65542,0.21478 -1.16734,1.50562 -0.65625,1.96875 0.21222,0.1923 0.56377,0.20803 0.90625,0.125 0.13314,-0.0323 0.24709,-0.0947 0.375,-0.15625 -0.36066,1.77622 1.6443,4.35614 3.4375,4.4375 0.44243,0.0201 0.91197,-0.10022 1.375,-0.3125 0.67188,1.00252 1.57241,1.79012 2.53125,1.9375 0.60599,0.0931 1.2294,-0.11919 1.8125,-0.5 0.0723,0.0913 0.14863,0.19315 0.25,0.25 0.37882,0.21245 0.89681,0.11367 1.375,-0.125 0.79699,-0.39778 1.52392,-1.25005 1.4375,-1.96875 -0.0518,-0.43101 -0.45125,-0.78371 -0.9375,-1 0.12539,-0.38908 0.18919,-0.78656 0.1875,-1.15625 0.98311,-0.21752 1.82072,-0.66824 2.3125,-1.34375 0.0356,-0.0489 0.0627,-0.1046 0.0937,-0.15625 0.28324,0.72856 0.65112,1.4518 1.09375,2.09375 -0.22674,0.52727 -0.3658,1.11824 -0.4375,1.75 -0.0206,0.0761 -0.0371,0.13913 -0.0313,0.21875 -0.20024,2.34588 0.57889,5.03315 2.25,5.90625 1.91088,0.99837 5.08779,-0.89208 6.03125,-3.03125 0.50323,0.36403 1.06251,0.58032 1.5625,0.5 1.22504,-0.1968 1.99387,-2.46309 1.3125,-3.5 -0.57313,-0.87218 -2.26065,-1.25453 -3.375,-0.90625 0.99539,-1.18007 1.70022,-2.73326 1.75,-4.125 0.1293,-0.0323 0.23158,-0.10203 0.34375,-0.15625 1.26768,1.47141 3.15802,2.61558 4.75,2.5625 -0.0396,0.13673 -0.0598,0.26898 -0.0625,0.40625 -0.0179,0.92255 1.0284,1.76917 2.09375,2.0625 0.25571,0.21904 0.53357,0.40505 0.8125,0.5625 0.40814,1.85903 1.35309,3.53708 2.71875,4.15625 2.05199,0.93034 5.16828,-1.02748 6.34375,-3.28125 1.49622,2.59158 4.80671,4.86106 7.21875,4.21875 1.65937,-0.44188 2.77711,-2.533 3.03125,-4.625 0.49679,-0.80722 0.74232,-1.76986 0.5,-2.5 -0.15166,-0.45695 -0.4939,-0.88703 -0.9375,-1.25 -0.2461,-0.20136 -0.51614,-0.37625 -0.8125,-0.53125 -0.23124,-0.19739 -0.49613,-0.37474 -0.78125,-0.53125 0.0709,-0.40327 0.0753,-0.81997 0,-1.1875 -0.0544,-0.26562 -0.15296,-0.52319 -0.28125,-0.78125 0.81431,0.17369 1.98846,-0.1869 2.09375,-0.90625 0.0237,-0.16212 -0.0249,-0.33996 -0.0937,-0.5 0.45289,-0.92379 0.11025,-2.53079 -0.71875,-3.03125 -0.49478,-0.29869 -1.23806,-0.2923 -1.9375,-0.0937 0.0287,-0.5758 -0.0476,-1.12024 -0.34375,-1.5 -0.0219,-0.0281 -0.0383,-0.0677 -0.0625,-0.0937 0.57727,-0.191 1.02396,-0.54111 1.15625,-1.03125 0.0547,-0.20253 0.047,-0.41141 0,-0.625 1.63182,0.24893 3.23429,-0.0348 4,-1.125 1.85471,-2.64075 -1.7423,-8.3722 -4.96875,-8.3125 -2.53153,0.0468 -4.70479,4.39733 -3.625,6.6875 0.15536,0.32951 0.37872,0.62231 0.65625,0.90625 -0.66423,0.78921 -0.75266,2.40888 -0.0625,3.09375 0.0446,0.0443 0.10451,0.086 0.15625,0.125 -0.0534,0.0187 -0.10439,0.0414 -0.15625,0.0625 -0.0621,0.005 -0.12467,0.0201 -0.1875,0.0313 -0.0828,-0.0403 -0.1624,-0.09 -0.25,-0.125 -0.82044,-0.32787 -1.83419,-0.43444 -2.625,-0.21875 0.0879,-0.0618 0.15565,-0.13113 0.21875,-0.21875 0.56626,-0.78628 -0.0879,-2.29332 -1,-2.96875 -0.43386,-0.44869 -1.0202,-0.75363 -1.5,-0.65625 -0.67461,0.13692 -1.10244,1.19936 -0.9375,1.9375 -0.0252,0.10498 -0.0221,0.20964 -0.0313,0.3125 -0.0716,-0.055 -0.14125,-0.10813 -0.21875,-0.15625 -0.28973,-0.17988 -0.63301,-0.26592 -0.96875,-0.34375 0.0563,-0.33987 -0.26202,-0.80224 -0.59375,-0.84375 -0.38183,-0.0478 -0.92224,0.39332 -0.9375,0.78125 -0.48948,0.065 -0.99797,0.185 -1.5,0.375 -1.10947,-0.19348 -2.45263,0.024 -3.34375,0.59375 -0.0745,-0.10842 -0.19877,-0.1696 -0.34375,-0.21875 0.34641,-0.54003 0.54284,-1.11498 0.4375,-1.6875 -0.42228,-2.29514 -4.77827,-3.4764 -6.9375,-2.3125 -0.1753,-0.0438 -0.35292,-0.0609 -0.53125,-0.0937 0.0326,-0.0643 0.0794,-0.11604 0.0937,-0.1875 0.0793,-0.3956 -0.15214,-0.83326 -0.5,-1.1875 -0.57976,-0.5904 -1.51462,-0.96968 -2.125,-0.6875 -0.61433,0.28401 -0.78115,1.35414 -0.5,2.0625 -0.10009,0.0237 -0.21608,0.0335 -0.3125,0.0625 -0.14754,-0.0729 -0.31692,-0.10045 -0.46875,-0.15625 -0.17465,-2.88516 -2.44993,-6.39976 -4.9375,-6.65625 -0.16752,-0.0173 -0.33198,-0.017 -0.5,0 z M 166.75,331.5 c -0.78736,-0.006 -1.52188,0.1468 -2.125,0.5 -1.60151,0.93788 -2.06282,3.54159 -1.59375,5.75 -0.23847,0.22901 -0.42009,0.54706 -0.5625,0.875 -1.317,-0.54098 -3.01274,-0.67302 -4.46875,-0.375 -0.2467,-1.33991 -0.85354,-2.57763 -1.8125,-3.0625 -1.82511,-0.92282 -5.03084,1.36327 -5.125,3.40625 -0.17208,0.31732 -0.28675,0.66123 -0.1875,0.9375 0.0875,0.2436 0.31851,0.46164 0.59375,0.625 0.045,0.0913 0.0734,0.19075 0.125,0.28125 0.0887,0.15547 0.20577,0.28705 0.3125,0.4375 0.0179,0.48209 0.13724,0.92141 0.4375,1.25 0.21091,0.23081 0.47306,0.3911 0.78125,0.5 0.53172,1.03276 1.48396,1.96973 2.4375,2.25 -0.16587,0.37783 -0.25503,0.78082 -0.1875,1.125 0.0466,0.2377 0.18773,0.46434 0.34375,0.6875 -0.0269,0.96014 0.099,1.91625 0.40625,2.75 -0.33271,0.0854 -0.61184,0.29126 -0.6875,0.5625 -0.076,0.27239 0.0565,0.57805 0.28125,0.84375 0.37452,0.44284 0.99618,0.75924 1.4375,0.59375 0.0942,-0.0353 0.18009,-0.1071 0.25,-0.1875 0.0526,0.0384 0.1012,0.0908 0.15625,0.125 2.00952,1.24692 5.90447,-1.06228 6.21875,-3.40625 0.0893,-0.66636 -0.0757,-1.39763 -0.40625,-2.125 0.55979,0.24997 1.11407,0.32602 1.59375,0.0937 1.31817,-0.6383 1.52002,-3.14551 0.78125,-4.6875 0.32703,0.11184 0.66307,0.23118 1.03125,0.28125 -0.003,0.0318 0.002,0.0621 0,0.0937 -0.66309,0.67305 -0.61197,2.0045 -0.15625,3.125 -0.19804,0.20723 -0.38712,0.40874 -0.5625,0.65625 -0.0469,0.0662 -0.0799,0.15007 -0.125,0.21875 -0.31342,0.35833 -0.56393,0.83503 -0.6875,1.34375 -0.85457,2.09034 -0.91786,4.57997 0.5,5.6875 1.90424,1.48745 5.61614,0.1274 7.59375,-2 0.80032,2.02168 4.74386,3.37868 6.4375,2.0625 1.47104,-1.14319 0.83298,-4.65763 -0.8125,-5.53125 -0.4735,-0.25139 -1.08241,-0.33003 -1.71875,-0.28125 -0.32037,0.0246 -0.64316,0.0686 -0.96875,0.15625 0.007,-0.0127 0.025,-0.0184 0.0313,-0.0313 0.36128,-0.74049 -0.0595,-1.79783 -0.75,-2.53125 -0.0349,-0.33119 -0.0991,-0.6541 -0.25,-0.9375 0.31519,0.21187 0.66095,0.3451 1,0.40625 0.19824,0.30833 0.46583,0.52437 0.78125,0.5625 0.83821,0.10133 1.69311,-1.01586 1.84375,-2 0.34893,-0.48664 0.61282,-1.04423 0.75,-1.59375 -0.0707,0.37346 -0.0378,0.74276 0.1875,0.96875 0.25655,0.25733 0.68567,0.30194 1.125,0.21875 0.73222,-0.13865 1.49958,-0.65174 1.59375,-1.25 0.11822,-0.75104 -1.01644,-1.63733 -1.75,-1.4375 -0.5198,0.1416 -1.01557,0.80456 -1.15625,1.4375 0.11584,-0.50073 0.14077,-0.98426 0,-1.40625 -0.13475,-0.40394 -0.39712,-0.78394 -0.75,-1.125 0.72939,-0.63188 1.21686,-1.44446 1.0625,-2.21875 0.0954,0.4327 0.29769,0.84735 0.59375,1.0625 -0.11414,0.79536 0.0344,1.54428 0.53125,2 1.18214,1.0842 3.83603,0.24848 5.03125,-1.15625 0.0615,0.0168 0.12607,0.0224 0.1875,0.0313 0.0372,0.26624 0.099,0.5268 0.21875,0.75 0.0919,0.17122 0.2281,0.30409 0.375,0.4375 -0.95979,0.77019 -1.64405,1.71322 -1.8125,2.71875 -0.0203,0.12129 -0.0288,0.25218 -0.0313,0.375 -0.0108,0.003 -0.0204,-0.003 -0.0313,0 -0.58559,0.16331 -1.18356,0.63221 -1.21875,1.125 -0.0442,0.61864 0.98005,1.24438 1.5625,1.03125 0.11972,-0.0438 0.21023,-0.11567 0.3125,-0.21875 0.16188,0.25826 0.31973,0.5096 0.53125,0.75 -0.28659,0.004 -0.6042,0.0908 -0.90625,0.21875 -0.82097,0.34774 -1.59476,1.07791 -1.78125,1.8125 -0.29037,-0.14015 -0.57515,-0.21073 -0.875,-0.15625 -0.63602,0.11556 -1.14657,0.67896 -1.46875,1.40625 -0.53697,1.21214 -0.56198,2.88255 0.21875,3.625 0.98012,0.93207 3.42624,0.11968 3.875,-1.15625 0.18448,-0.52451 0.10415,-1.20234 -0.15625,-1.84375 0.45073,0.11806 0.90916,0.11472 1.25,-0.0625 0.29058,-0.15109 0.5292,-0.43621 0.71875,-0.78125 0.4607,0.28606 1.04697,0.44026 1.65625,0.5 0.0271,0.56475 0.14425,1.08148 0.28125,1.59375 -0.63934,0.99477 -0.92568,2.09325 -0.53125,3 1.17388,2.69862 7.35681,2.63334 8.84375,0.0937 0.46278,-0.7904 0.35643,-1.85761 -0.0625,-2.875 0.0253,-0.0279 0.0376,-0.0657 0.0625,-0.0937 0.4667,0.28993 0.95646,0.45071 1.40625,0.375 0.6027,-0.10144 1.08044,-0.70352 1.34375,-1.40625 0.11404,0.2696 0.26495,0.50881 0.40625,0.75 -0.0786,1.16861 0.35478,2.56581 1.09375,3.40625 -0.76548,-0.072 -1.56014,0.14809 -1.78125,0.71875 -0.15513,0.40038 -0.019,0.87774 0.28125,1.3125 0.50043,0.72461 1.43362,1.30977 2.125,1.125 0.79733,-0.21308 1.16228,-1.63432 0.78125,-2.40625 0.17289,0.002 0.35367,-0.0448 0.53125,-0.0937 0.10861,0.84586 0.45279,1.61904 1.03125,1.96875 1.14762,0.69379 3.33723,-0.63763 3.5,-1.96875 0.1205,-0.98544 -0.72237,-2.21677 -1.71875,-2.84375 0.13613,-0.14119 0.27635,-0.29039 0.375,-0.46875 1.15344,0.36406 2.72617,-0.047 4,-0.84375 0.19817,1.65867 0.83313,3.28165 1.84375,4.21875 -0.28061,0.01 -0.53477,0.20755 -0.71875,0.5 -0.30664,0.48741 -0.41413,1.19453 -0.125,1.5625 0.36296,0.46195 1.47728,0.27035 1.75,-0.25 0.17916,-0.34185 0.0541,-0.87366 -0.1875,-1.28125 0.23412,0.12142 0.48862,0.1995 0.75,0.25 0.13342,0.0258 0.27128,0.0243 0.40625,0.0313 0.1522,0.34132 0.37175,0.62553 0.625,0.84375 0.009,0.14061 0.0344,0.27569 0.0625,0.40625 -0.0749,0.0487 -0.14036,0.11261 -0.1875,0.1875 -0.15659,0.24878 -0.1137,0.60609 0.0313,0.9375 0.24158,0.55235 0.79248,1.06504 1.28125,1.03125 0.12127,-0.008 0.2378,-0.0792 0.34375,-0.15625 1.18045,1.39492 3.58605,2.31336 5.21875,1.875 0.78722,1.05975 2.70679,1.68869 3.78125,1.09375 0.3839,-0.21257 0.71806,-0.57292 0.96875,-1.03125 0.75209,-1.37499 0.81176,-3.50255 -0.3125,-4.1875 -0.75139,-0.45778 -1.82876,-0.20135 -2.78125,0.375 -0.18254,-0.99571 -0.64856,-1.90269 -1.34375,-2.34375 -0.42737,-0.27114 -0.96891,-0.41481 -1.5625,-0.4375 0.0174,-0.1357 0.0266,-0.267 0.0313,-0.40625 0.97384,0.0516 1.89381,-0.12183 2.59375,-0.5625 0.22204,-0.13979 0.42946,-0.3059 0.625,-0.5 0.7351,1.57492 2.06544,2.88438 3.4375,2.71875 0.60781,-0.0734 1.15729,-0.44036 1.625,-0.9375 0.14464,0.0124 0.29262,0.0228 0.4375,0 0.87683,1.0091 2.09152,1.76669 3.125,1.59375 0.0951,-0.0159 0.19061,-0.0605 0.28125,-0.0937 1.51686,0.97658 4.79764,-0.78276 4.90625,-2.59375 0.0868,-1.44695 -2.27373,-2.86737 -3.65625,-2.40625 -0.0442,-0.0456 -0.10747,-0.0821 -0.15625,-0.125 0.0281,-0.0705 0.0737,-0.14691 0.0937,-0.21875 0.15793,-0.5646 0.10706,-1.23781 -0.0937,-1.90625 -0.0633,-0.2106 -0.15877,-0.41623 -0.25,-0.625 0.50356,-1.1431 0.56622,-2.57042 -0.0937,-3.3125 -0.74947,-0.84271 -2.58096,-0.56779 -3.53125,0.25 -0.09,0.004 -0.19219,0.015 -0.28125,0.0313 -0.72686,-1.24999 -2.01096,-2.3122 -3.15625,-2.1875 -0.24806,0.027 -0.46822,0.13757 -0.6875,0.28125 -0.0975,-0.12278 -0.19592,-0.21283 -0.3125,-0.3125 -0.81359,-0.69559 -2.17636,-0.65912 -3.40625,-0.1875 -1.43093,0.0694 -3.01912,0.83217 -4.34375,1.9375 -0.48391,-0.13301 -0.97886,-0.22033 -1.5,-0.25 -0.0708,-0.35085 -0.22846,-0.68005 -0.4375,-0.90625 -0.53402,-1.31176 -1.50779,-2.49884 -2.625,-2.78125 -0.63371,-0.16019 -1.38562,-0.0863 -2.125,0.15625 -0.32312,0.106 -0.62221,0.27324 -0.9375,0.4375 -0.20361,-1.12915 -2.33057,-1.84683 -3.34375,-1.25 0.38704,-0.81909 0.45168,-1.80923 -0.0937,-2.28125 -0.039,-0.0337 -0.0818,-0.0662 -0.125,-0.0937 0.0172,-0.14798 0.0322,-0.30059 0,-0.4375 -0.23097,-0.98217 -2.1049,-1.4568 -2.90625,-0.84375 -0.23059,0.17641 -0.41171,0.45694 -0.53125,0.78125 -0.22773,0.6178 -0.25382,1.389 -0.0313,1.96875 -0.0363,0.10228 -0.0538,0.20793 -0.0625,0.3125 -0.0228,0.27555 0.10317,0.55799 0.28125,0.8125 -0.16201,6.8e-4 -0.33377,-0.0132 -0.5,0 -0.92925,0.0737 -1.89497,0.36476 -2.78125,0.78125 -0.0116,-0.008 -0.0195,-0.0234 -0.0313,-0.0313 0.37508,-0.35864 0.67542,-0.83329 0.875,-1.34375 0.36613,-0.0208 0.77288,-0.23376 0.875,-0.53125 0.16399,-0.47774 -0.31434,-1.29236 -0.8125,-1.3125 -0.005,-0.009 0.005,-0.0224 0,-0.0313 -0.35204,-0.62558 -1.35446,-0.83451 -2.21875,-0.6875 0.22061,-0.58955 0.24371,-1.19573 -0.0625,-1.625 -0.34472,-0.48325 -1.01975,-0.67297 -1.75,-0.65625 -0.0981,0.002 -0.18167,0.0214 -0.28125,0.0313 0.006,-0.0325 0.0263,-0.0606 0.0313,-0.0937 0.11913,-0.79898 -0.1399,-1.78406 -0.71875,-2.09375 -0.72667,-0.38878 -2.03677,0.49033 -2.09375,1.3125 -0.0364,0.52549 0.35528,1.17171 0.875,1.5625 -0.3339,0.24429 -0.60619,0.53576 -0.71875,0.875 -0.39114,1.1788 1.26442,2.90734 2.5,2.78125 0.20943,-0.0214 0.41696,-0.11093 0.625,-0.21875 -0.004,0.29938 0.0499,0.60554 0.125,0.90625 -0.54044,-0.10348 -1.0997,-0.13684 -1.625,-0.125 -0.13204,-0.30697 -0.29747,-0.60459 -0.53125,-0.84375 -0.65098,-0.66597 -1.61875,-0.94592 -2.6875,-0.96875 0.14231,-1.80833 -0.74755,-4.07203 -2.25,-4.28125 -0.65805,-0.0916 -1.33961,0.21805 -1.9375,0.71875 -1.06586,-0.35411 -2.55534,-0.14389 -3.40625,0.5 -0.67177,-0.32919 -1.4168,-0.49974 -2,-0.3125 -0.32918,0.10569 -0.6225,0.35002 -0.90625,0.625 -0.5782,-0.24485 -1.49561,-0.0731 -1.8125,0.40625 -0.17508,0.26484 -0.22122,0.63973 -0.15625,1.03125 -0.19782,-0.68681 -0.84999,-1.20866 -1.65625,-1.5625 0.28992,-0.18392 0.51955,-0.42216 0.5625,-0.71875 0.059,-0.40717 -0.18883,-0.84593 -0.5625,-1.1875 -0.62278,-0.56928 -1.61277,-0.91463 -2.21875,-0.59375 -0.29242,0.15484 -0.45846,0.48613 -0.53125,0.875 -0.95578,0.18701 -1.96861,0.74284 -2.65625,1.46875 -1.54124,-1.59168 -4.05662,-2.76545 -6.15625,-2.78125 z m 364.6875,2.15625 c -0.2181,10e-4 -0.44849,0.017 -0.65625,0.0625 -2.60819,0.57142 -3.96473,5.51104 -2.375,7.65625 0.45746,0.6173 1.17796,1.10806 2.03125,1.4375 0.80465,0.31066 1.7168,0.46964 2.625,0.5 -1.84453,1.68263 -2.52122,5.5985 -1.09375,7.46875 0.0891,0.11671 0.17474,0.23722 0.28125,0.34375 -0.24809,0.46303 -0.37216,0.96496 -0.25,1.375 0.19003,0.63785 1.06554,1.00479 1.875,1.03125 -0.15329,0.49164 -0.19854,0.97535 0,1.34375 0.47615,0.88354 2.42031,0.89006 3.03125,0.0937 0.39074,-0.5093 0.35899,-1.44089 0.0937,-2.1875 1.54551,0.0246 3.04544,-0.34553 4,-1.15625 0.0647,0.0239 0.12267,0.0436 0.1875,0.0625 -0.0479,0.0549 -0.1099,0.0986 -0.15625,0.15625 -0.94681,1.17821 -1.53307,2.90014 -1.375,4.28125 -1.45922,-0.36947 -3.89893,1.17049 -3.625,2.625 0.11701,0.62131 0.66168,1.12697 1.375,1.4375 1.18886,0.51755 2.81003,0.51823 3.53125,-0.25 0.38066,-0.40547 0.47625,-1.05877 0.34375,-1.71875 0.8877,0.28706 1.98684,0.15375 3.0625,-0.25 0.0404,-8.8e-4 0.0842,0.002 0.125,0 1.29468,-0.0688 2.72977,-0.80292 3.03125,-1.8125 0.0563,-0.18871 0.0316,-0.39041 0,-0.59375 0.2472,-0.3981 0.42919,-0.79373 0.46875,-1.21875 0.0835,-0.89713 -0.48922,-1.81759 -1.3125,-2.53125 0.24656,-0.0547 0.47132,-0.15833 0.625,-0.3125 0.0101,-0.0102 0.0215,-0.0206 0.0313,-0.0313 0.0869,0.12823 0.18281,0.25085 0.28125,0.375 0.0507,0.50578 0.24829,0.96452 0.625,1.15625 0.18728,0.0953 0.40153,0.1155 0.625,0.0937 0.22937,0.17597 0.47518,0.32528 0.71875,0.46875 -0.35039,1.62597 -0.22512,3.2394 0.5625,4.3125 1.71298,2.33387 7.22893,1.51873 8.65625,-1 0.41072,-0.72478 0.54861,-1.66569 0.5,-2.65625 -0.14581,-2.97167 -2.1258,-6.47465 -4.625,-6.46875 -0.25373,6e-4 -0.50427,0.0607 -0.75,0.125 -0.10952,-0.11278 -0.24178,-0.21666 -0.375,-0.3125 -0.0702,-1.13144 -0.42842,-2.18245 -1.125,-2.78125 -0.81312,-0.69898 -2.16603,-0.66385 -3.40625,-0.21875 0.0502,-0.11207 0.0815,-0.2374 0.0937,-0.375 0.76894,-0.33067 1.47471,-1.0146 1.5,-1.6875 0.30452,-1.05707 -0.0772,-2.59211 -0.9375,-3 -0.92634,-0.4392 -2.47882,0.72504 -2.5,1.75 -4e-4,0.0193 -5.8e-4,0.043 0,0.0625 -0.1194,0.0725 -0.22841,0.17889 -0.3125,0.28125 -0.50671,0.61678 -0.10501,1.84195 0.5625,2.4375 0.009,0.0322 0.0178,0.0616 0.0313,0.0937 -0.38184,-0.066 -0.79355,0.009 -0.9375,0.28125 -0.10626,0.20094 -0.0685,0.47164 0.0625,0.71875 0.12013,0.22652 0.32148,0.42612 0.53125,0.5625 -0.18413,0.17389 -0.33188,0.36857 -0.46875,0.5625 -4e-5,-1.10427 -0.61633,-2.39654 -1.53125,-2.46875 -0.0969,-0.008 -0.21665,-0.0173 -0.3125,0 -0.60159,-0.77129 -1.61973,-1.38205 -2.375,-1.15625 -0.48795,0.14588 -0.83569,0.70037 -0.96875,1.3125 -0.21021,-0.12171 -0.43233,-0.2062 -0.65625,-0.3125 -0.2251,-0.59097 -0.76744,-1.16687 -1.28125,-1.15625 -0.27269,0.006 -0.53364,0.19514 -0.71875,0.46875 -0.79616,-0.18395 -1.59295,-0.26351 -2.34375,-0.21875 -0.0628,-0.0192 -0.12481,-0.0146 -0.1875,-0.0313 0.62144,-0.32725 1.11089,-0.77574 1.375,-1.375 1.28665,-2.91935 -2.91593,-7.67407 -6.1875,-7.65625 z m -414.65625,0.1875 c -0.8388,0.0156 -1.73702,0.37238 -2.5625,0.90625 -0.76672,-0.21692 -1.73419,-0.10159 -2.125,0.40625 -0.28701,0.37296 -0.17966,0.98986 0.0937,1.5 -0.65037,0.90165 -1.02135,1.9193 -0.96875,2.84375 0.0431,0.75663 0.34828,1.54031 0.84375,2.28125 0.0801,1.62726 2.00397,3.46618 3.78125,3.90625 0.14663,0.11343 0.30754,0.20878 0.46875,0.3125 0.30078,0.19352 0.59801,0.37746 0.9375,0.53125 -0.20351,0.25374 -0.31286,0.51876 -0.28125,0.78125 0.0759,0.63039 1.20603,1.07749 1.75,0.75 0.16328,-0.0983 0.2761,-0.26275 0.375,-0.46875 0.47933,0.31424 0.99232,0.5745 1.53125,0.75 -0.52255,0.70693 -0.77594,1.51913 -0.46875,2.15625 -1.34004,-0.29987 -3.4295,0.58941 -3.46875,1.84375 -0.0186,0.59524 0.40701,1.16319 1,1.59375 0.98832,0.7176 2.49303,1.06005 3.3125,0.5 0.79941,-0.54634 0.78002,-2.09111 0.25,-3.0625 1.4002,0.47605 3.54356,0.0275 4.125,-1.125 0.40173,-0.79627 -0.0948,-1.97225 -0.875,-2.71875 0.18452,-0.19552 0.36874,-0.39105 0.53125,-0.625 1.42355,-2.04938 1.91382,-5.41271 0.25,-6.6875 -0.60644,-0.46465 -1.41815,-0.60864 -2.28125,-0.53125 -0.064,-0.20978 -0.2071,-0.37714 -0.375,-0.4375 -0.1145,-0.0412 -0.26411,-0.0426 -0.40625,0 -0.34278,-0.4016 -0.70257,-0.75456 -1.09375,-1.0625 0.73766,0.28409 1.79522,0.17033 2.0625,-0.4375 0.39461,-0.89738 -1.01133,-2.3981 -1.96875,-2.1875 -0.44321,0.0975 -0.75176,0.63815 -0.84375,1.1875 -0.58874,-1.28225 -1.45579,-2.3075 -2.53125,-2.71875 -0.3343,-0.12784 -0.69402,-0.19433 -1.0625,-0.1875 z M 1.5625,335.3125 c -2.6825483,0.28293 -4.6070174,5.07502 -3.25,7.40625 0.3904936,0.67083 1.08621319,1.23032 1.90625,1.65625 0.66059421,0.34312 1.4154078,0.60114 2.1875,0.75 -0.6119927,0.85637 -0.9664706,1.80289 -0.84375,2.65625 0.069705,0.48471 0.3492585,0.92381 0.71875,1.3125 -0.6464444,0.40422 -1.1005702,0.97426 -1.0625,1.59375 0.013502,0.2197 0.1017064,0.42799 0.21875,0.625 -0.4114216,0.37573 -0.68263978,0.83039 -0.59375,1.28125 0.0535257,0.27149 0.233737,0.49053 0.46875,0.6875 -1.32375083,1.91055 -0.1190964,5.68544 1.90625,7.15625 0.019216,0.014 0.043142,0.0177 0.0625,0.0313 0.1605667,0.2115 0.3537542,0.37712 0.59375,0.4375 0.096982,0.0244 0.2121052,0.0353 0.3125,0.0313 0.019913,-8e-4 0.042508,0.002 0.0625,0 0.7497676,0.21702 1.6054319,0.17844 2.5,-0.0625 2.7530795,-0.74149 5.639285,-3.31712 5.125,-5.65625 -0.07453,-0.33898 -0.21671,-0.67199 -0.40625,-0.96875 0.682184,-0.23821 1.360518,-0.88857 1.21875,-1.46875 -0.0055,-0.0224 -0.02373,-0.0409 -0.03125,-0.0625 0.28447,-0.30989 0.537161,-0.64561 0.75,-1 0.09546,-0.15895 0.172743,-0.33661 0.25,-0.5 0.06857,0.0251 0.14658,0.043 0.21875,0.0625 -0.185746,0.13419 -0.364234,0.25308 -0.46875,0.4375 -0.0452,0.0798 -0.09863,0.19219 -0.125,0.28125 -0.175226,0.59166 0.112687,1.25627 0.59375,1.84375 0.801765,0.97914 2.187667,1.72075 3.15625,1.375 0.410381,-0.14649 0.737443,-0.53039 0.9375,-1 0.03799,0.0274 0.08519,0.0366 0.125,0.0625 -0.389629,2.88018 2.217338,7.13643 4.9375,7.3125 1.273566,0.0824 2.552569,-0.93352 3.40625,-2.25 2.160247,2.00753 5.733952,3.2222 7.84375,2.03125 0.147513,-0.0833 0.307999,-0.17166 0.4375,-0.28125 0.428129,-0.0197 0.872331,-0.10473 1.28125,-0.25 0.131523,0.1866 0.295581,0.34411 0.5,0.40625 0.406434,0.12356 0.874445,-0.0467 1.28125,-0.375 0.678011,-0.54709 1.17072,-1.51901 0.9375,-2.1875 -0.171793,-0.49242 -0.798669,-0.77788 -1.4375,-0.8125 -0.280814,-0.4251 -0.693863,-0.78268 -1.125,-1.03125 -0.01699,-0.4231 -0.07297,-0.8408 -0.15625,-1.25 0.400029,-0.45291 0.654742,-1.04213 0.53125,-1.5 -0.06035,-0.22376 -0.246867,-0.38832 -0.46875,-0.53125 -0.108939,-0.98935 -0.496826,-1.94841 -1.1875,-2.3125 -0.02198,-0.0116 -0.0399,-0.0211 -0.0625,-0.0313 0.446997,-0.65851 0.687396,-1.3876 0.53125,-2 0.0037,-0.0284 -3.43e-4,-0.0653 0,-0.0937 -0.0043,-0.013 -0.02652,-0.0184 -0.03125,-0.0313 -0.0013,-0.0378 0.0078,-0.0874 0,-0.125 -0.08146,-0.39456 -0.483312,-0.66352 -0.96875,-0.8125 -0.174585,-0.0777 -0.337375,-0.14198 -0.53125,-0.1875 -0.0079,-0.0624 -0.04979,-0.1278 -0.0625,-0.1875 0.122261,-0.11024 0.214397,-0.25387 0.25,-0.40625 0.07188,-0.30767 -0.06864,-0.64303 -0.3125,-0.9375 1.204875,-1.3753 1.853869,-3.69899 0.78125,-4.78125 -1.220328,-1.23129 -4.085409,-0.5273 -5.5625,0.875 -0.0491,-0.0632 -0.101326,-0.13017 -0.15625,-0.1875 -0.967767,-1.01019 -3.014512,-0.82626 -4.5,-0.0313 -0.419034,-0.0319 -0.849071,10e-4 -1.28125,0.0625 -0.03546,-0.15696 -0.05014,-0.31289 -0.09375,-0.46875 0.60037,-0.75657 0.208695,-2.57041 -0.6875,-2.90625 -0.204305,-0.0766 -0.456328,-0.0511 -0.6875,0.0313 -0.669437,-0.91453 -1.484363,-1.58277 -2.40625,-1.8125 -0.617184,-0.1538 -1.289444,-0.0433 -1.9375,0.21875 -1.062057,-0.74838 -2.667859,-1.10694 -3.53125,-0.5 -0.767756,0.53971 -0.809419,1.97579 -0.375,3 -0.675765,-0.613 -1.603982,-1.01937 -2.28125,-0.78125 -0.947204,0.33302 -1.2717428,2.11812 -0.71875,3 -0.4586807,0.37982 -0.8741929,0.84444 -1.1875,1.34375 -0.219504,-0.36824 -0.5089357,-0.6807 -0.875,-0.875 -0.068745,-0.0365 -0.1469327,-0.0649 -0.21875,-0.0937 0.3365986,-3.09343 -3.394145,-7.53643 -6.40625,-7.21875 z m 504.5,1.09375 c -0.1405,0.007 -0.28738,0.0382 -0.40625,0.0937 -0.74614,0.34868 -0.81124,1.93093 -0.1875,2.46875 0.17949,0.15476 0.43966,0.23993 0.71875,0.28125 0.83728,0.12395 1.92568,-0.23981 2.0625,-0.9375 0.17674,-0.90129 -1.20397,-1.95406 -2.1875,-1.90625 z m -357.03125,0.53125 c -0.28561,0.0273 -0.55275,0.17345 -0.8125,0.40625 -0.57722,0.51734 -0.98802,1.38553 -0.75,1.96875 0.29881,0.73216 1.79825,0.91627 2.34375,0.34375 0.62789,-0.65899 0.38341,-2.49946 -0.5,-2.71875 -0.0917,-0.0228 -0.18605,-0.009 -0.28125,0 z m 284.5625,0.59375 c -0.15012,0.003 -0.29474,0.003 -0.4375,0.0313 -0.65726,0.13006 -1.29682,0.54428 -1.875,1.09375 -1.02054,0.96986 -1.81595,2.40615 -2.03125,3.75 -0.055,-0.0153 -0.0999,-0.0506 -0.15625,-0.0625 -2.85255,-0.60388 -6.20677,3.15392 -6.84375,6.46875 -0.36718,-0.18565 -0.77203,-0.25582 -1.09375,-0.15625 -0.24124,0.0747 -0.49244,0.23999 -0.6875,0.46875 -0.0994,0.11653 -0.17045,0.26657 -0.25,0.40625 -0.72927,0.33387 -1.37804,0.99443 -1.4375,1.65625 -0.029,0.32318 0.0733,0.68773 0.25,1.03125 0.35276,0.68597 1.04174,1.30075 1.71875,1.53125 -0.45368,0.26072 -0.84287,0.64235 -1.15625,1.0625 -0.24987,-0.39367 -0.9729,-0.60332 -1.4375,-0.4375 -0.71106,-0.98462 -1.76461,-1.84278 -2.875,-2.40625 0.27203,-0.13053 0.45935,-0.40314 0.59375,-0.75 0.24401,-0.62972 0.25845,-1.47249 -0.0937,-1.90625 0.28695,0.0441 0.59265,0.0476 0.90625,0.0313 0.18787,-0.01 0.37072,-0.0324 0.5625,-0.0625 0.16266,0.0356 0.33179,0.0481 0.5,0.0625 -0.21616,0.28649 -0.34604,0.68389 -0.21875,0.9375 0.18263,0.36386 0.96163,0.37816 1.21875,0.0625 0.1973,-0.24222 0.17107,-0.70852 0,-1.03125 0.5977,-0.12008 1.11064,-0.40402 1.3125,-0.875 0.0578,-0.1348 0.0839,-0.28938 0.0937,-0.4375 0.63598,-0.53924 1.06632,-1.1819 1.0625,-1.90625 -0.0137,-2.59493 -5.03752,-4.69776 -7.125,-3.15625 -1.63787,1.2095 -1.05557,5.06385 0.71875,6.0625 0.0399,0.0224 0.0835,0.0423 0.125,0.0625 -0.58716,0.0544 -1.22977,0.42111 -1.375,0.90625 -0.12888,0.43052 0.0339,1.02418 0.375,1.46875 -0.8077,-0.19822 -1.58999,-0.18063 -2.25,0.125 -0.0413,-1.17601 -0.46443,-2.29399 -1.34375,-2.625 -0.51912,-0.19542 -1.10552,-0.10943 -1.6875,0.15625 -1.1921,-0.30486 -2.92245,0.29827 -3.40625,1.3125 -0.17915,0.37558 -0.21531,0.82066 -0.15625,1.3125 0.004,0.0316 0.0266,0.062 0.0313,0.0937 -0.24597,-0.0362 -0.5168,-0.0265 -0.78125,0.0625 -0.034,-0.0557 -0.089,-0.101 -0.125,-0.15625 1.15002,-1.25147 1.82736,-2.73605 1.40625,-4.0625 -1.1196,-3.52662 -8.84363,-4.23411 -11.03125,-1.25 -0.13299,0.18142 -0.22766,0.38362 -0.3125,0.59375 -0.32948,-0.3294 -0.69346,-0.60876 -1.09375,-0.78125 -1.91582,-0.82557 -4.71578,0.82268 -6.03125,2.875 -0.21691,-0.85556 -0.67881,-1.568 -1.375,-1.75 -1.75342,-0.45837 -4.03167,2.4622 -3.53125,4.21875 -0.5128,0.0398 -0.98907,0.17368 -1.40625,0.375 -0.67989,-0.25198 -1.39256,-0.30819 -1.875,0 -0.71282,0.45536 -0.7793,1.79282 -0.34375,2.65625 -0.003,0.0639 -0.002,0.12295 0,0.1875 -0.25873,0.71272 -0.43566,1.48071 -0.5,2.25 -0.23507,0.18082 -0.43596,0.37557 -0.625,0.59375 -0.18641,-0.46677 -0.42044,-0.87933 -0.75,-1.1875 -0.0209,-0.0195 -0.0409,-0.0435 -0.0625,-0.0625 0.22467,-0.68253 0.25336,-1.37347 -0.0313,-1.875 -0.63204,-1.11375 -3.08666,-1.03283 -3.84375,0 -0.15807,0.21564 -0.25659,0.4822 -0.3125,0.78125 -0.0203,8.2e-4 -0.0422,-0.002 -0.0625,0 -0.0667,0.006 -0.12283,0.0463 -0.1875,0.0625 -0.18787,-0.1892 -0.4155,-0.3064 -0.625,-0.28125 -0.24741,0.0297 -0.4259,0.2981 -0.5,0.59375 -0.27028,0.0766 -0.5327,0.14445 -0.78125,0.25 0.0292,-1.07088 -0.2238,-2.09122 -0.84375,-2.6875 -0.17275,-0.16615 -0.36475,-0.28296 -0.59375,-0.375 -1.29343,-0.51985 -3.30836,0.10461 -4.34375,1.1875 -1.70639,-0.58834 -3.5805,-0.63075 -4.6875,0.25 -0.56148,0.44673 -0.89668,1.18027 -1,2 -0.39501,-0.0246 -0.79854,0.0192 -1.21875,0.0937 -0.38137,-0.16498 -0.81128,-0.29411 -1.25,-0.375 0.10683,-0.28039 0.0779,-0.61891 -0.0313,-0.96875 -0.23482,-0.75235 -0.86004,-1.50518 -1.5,-1.53125 -0.42784,-0.0174 -0.83905,0.35095 -1.09375,0.8125 -0.58643,-0.0309 -1.22326,0.11663 -1.625,0.4375 -1.00791,-1.36664 -2.40017,-2.31486 -3.75,-2.125 -0.10699,-0.1389 -0.2359,-0.26483 -0.375,-0.375 -1.16552,-0.92314 -3.11929,-0.60096 -4.78125,0.3125 -0.29741,-0.15141 -0.61424,-0.24793 -0.90625,-0.21875 -0.89766,0.0897 -1.58853,1.38434 -1.5625,2.40625 -0.29928,0.48745 -0.47999,1.01924 -0.5,1.53125 -0.0377,0.96548 0.63174,1.91512 1.5625,2.625 -0.0548,0.0579 -0.1027,0.12719 -0.15625,0.1875 -0.28175,0.021 -0.56438,0.0551 -0.84375,0.125 -0.77044,-0.69157 -1.66555,-1.20242 -2.53125,-1.40625 -0.30297,-0.34573 -0.67075,-0.59568 -1.03125,-0.5625 -0.32483,0.0299 -0.64539,0.3235 -0.8125,0.6875 -0.52804,0.2567 -0.93923,0.69618 -1.25,1.25 -0.17922,-0.49632 -0.43884,-1.00191 -0.75,-1.46875 1.35375,0.10792 3.3101,-1.36651 3,-2.625 -0.13836,-0.56151 -0.67654,-0.97131 -1.34375,-1.21875 -1.11201,-0.41241 -2.59901,-0.33193 -3.21875,0.40625 -0.32844,0.39121 -0.34417,0.99535 -0.1875,1.59375 -0.75961,-0.54316 -1.59966,-0.88229 -2.375,-0.8125 -0.0201,0.002 -0.0425,-0.002 -0.0625,0 -0.64476,-0.14907 -1.25952,-0.16791 -1.8125,0 -0.71045,0.21573 -1.39165,0.73674 -1.96875,1.40625 -0.31466,0.36504 -0.59605,0.77672 -0.84375,1.21875 -0.0723,-0.0964 -0.13506,-0.20337 -0.21875,-0.28125 0.043,-0.0292 0.0861,-0.0584 0.125,-0.0937 1.12348,-1.02107 0.0809,-4.03869 -1.40625,-4.34375 -1.16687,-0.23936 -2.63466,1.55623 -2.375,2.71875 0.0747,0.33452 0.27426,0.64866 0.5625,0.9375 0.29956,0.30019 0.71837,0.53791 1.125,0.71875 -1.06385,0.62821 -1.96764,2.08541 -1.9375,3.25 -0.22715,-0.082 -0.4608,-0.13635 -0.6875,-0.1875 0.23433,-0.10413 0.44834,-0.22968 0.59375,-0.40625 0.87585,-1.06359 0.32646,-3.76557 -1.03125,-4 -0.56376,-0.0973 -1.13609,0.21223 -1.625,0.71875 -0.34495,0.35737 -0.65322,0.81501 -0.84375,1.28125 -0.98684,-1.20436 -2.69282,-2.0874 -3.96875,-1.78125 -0.57876,0.13887 -1.13139,0.52293 -1.625,1.03125 -0.25802,0.26571 -0.47503,0.58039 -0.6875,0.90625 -0.0191,-0.27371 -0.0563,-0.55732 -0.15625,-0.84375 -0.53343,-1.52878 -2.13382,-3.04394 -3.4375,-2.65625 -0.64502,0.19181 -1.11142,0.77559 -1.40625,1.53125 -1.56722,0.12751 -3.12106,0.80061 -3.8125,1.875 -0.40318,0.62648 -0.58732,1.42561 -0.59375,2.3125 -0.0129,1.77642 0.70597,3.81172 1.84375,5 -1.42361,0.76524 -2.685,2.5589 -2.34375,3.875 0.38946,1.50201 3.2581,2.18934 4.46875,1.21875 0.34837,-0.27929 0.60879,-0.71595 0.78125,-1.21875 0.32337,-0.94275 0.34552,-2.12029 0,-3 0.34086,-0.10175 0.68042,-0.25537 1,-0.46875 0.0556,-0.0355 0.10614,-0.0827 0.15625,-0.125 -0.20826,0.42339 -0.31171,0.88619 -0.28125,1.34375 0.21586,3.24253 6.63379,5.46173 9.125,3.375 0.05,-0.0419 0.11015,-0.0791 0.15625,-0.125 0.10335,-0.10281 0.19691,-0.22271 0.28125,-0.34375 0.0595,0.013 0.12668,0.0207 0.1875,0.0313 -0.16476,0.0841 -0.33256,0.18557 -0.46875,0.3125 -0.1773,0.16523 -0.30018,0.36447 -0.375,0.5625 -2.59301,2.57576 -0.23494,9.77295 3.34375,10.59375 2.35127,0.53928 5.27055,-2.23576 5.90625,-4.84375 0.3,0.0854 0.58995,0.15768 0.875,0.15625 0.26236,0.34421 0.58719,0.62202 0.9375,0.71875 0.33339,0.0921 0.69981,0.0573 1.09375,-0.0625 1.18182,-0.35933 2.41145,-1.52552 2.15625,-2.53125 -0.16771,-0.66094 -0.91385,-1.10626 -1.75,-1.3125 0.0505,-0.78723 -0.0748,-1.54314 -0.4375,-2.09375 0.55786,0.30267 1.18095,0.4455 1.625,0.21875 0.7832,-0.39993 0.81068,-2.10562 0.125,-2.65625 -0.69059,-0.55457 -2.28303,-0.27303 -2.78125,0.46875 -0.21217,-0.16658 -0.70569,-0.0288 -0.8125,0.21875 -0.0822,0.19059 0.0263,0.46886 0.1875,0.65625 -0.30697,-0.0888 -0.63489,-0.12451 -0.96875,-0.15625 0.0333,-0.4397 -0.0619,-0.86967 -0.375,-1.03125 -0.63233,-0.32633 -1.71558,0.5146 -1.8125,1.25 -0.47375,0.15511 -0.87668,0.38703 -1.1875,0.6875 -1.15239,-0.69029 -2.45083,-1.11904 -3.625,-1.15625 1.47564,-0.19709 3.06178,-0.86111 4.25,-1.8125 0.96024,0.16137 2.46321,-0.95137 2.21875,-1.875 -0.008,-0.0316 -0.0194,-0.0635 -0.0313,-0.0937 0.0992,-0.13269 0.17466,-0.27767 0.21875,-0.4375 0.17291,-0.6268 -0.10657,-1.32808 -0.625,-1.9375 -0.072,-0.0846 -0.16996,-0.16964 -0.25,-0.25 -0.22002,-0.43474 -0.53432,-0.83443 -0.90625,-1.21875 0.13001,-0.008 0.24974,-0.0401 0.375,-0.0625 0.1766,0.28974 0.39342,0.5419 0.625,0.78125 0.10557,0.16426 0.23148,0.33287 0.375,0.46875 0.24336,0.23042 0.52914,0.36918 0.84375,0.5 -0.0745,0.58894 -0.0291,1.14767 0.1875,1.625 0.48194,1.06189 1.93867,1.61106 3.375,1.625 -0.0481,0.12834 -0.10004,0.23865 -0.0937,0.375 0.0225,0.48862 0.42458,0.93505 0.9375,1.25 0.73821,0.45329 1.73139,0.65787 2.40625,0.375 0.18099,0.15351 0.3546,0.27968 0.5625,0.3125 0.42719,0.0674 0.89104,-0.20642 1.21875,-0.625 0.45318,0.18294 0.95313,0.29496 1.4375,0.28125 0.91799,0.49441 1.88102,0.75285 2.75,0.6875 -0.1368,0.5239 0.0535,1.25575 0.46875,1.5 0.1623,0.0955 0.40096,0.13238 0.625,0.125 0.67211,-0.0221 1.46098,-0.46642 1.46875,-1.03125 0.007,-0.48731 -0.53585,-0.93736 -1.125,-1.125 0.34517,-0.25987 0.62089,-0.6265 0.875,-1.03125 0.54232,0.22375 1.16578,0.36491 1.8125,0.40625 0.13708,0.20184 0.28899,0.36824 0.46875,0.5 -0.14224,0.78946 -0.0806,1.53535 0.28125,2.125 -0.92358,0.32903 -1.76822,1.09461 -1.65625,1.875 0.0718,0.5006 0.50329,0.91445 1.0625,1.1875 0.73316,0.35799 1.6756,0.47152 2.34375,0.21875 0.14714,0.4809 0.4623,0.89953 0.84375,1 0.62512,0.16465 1.44963,-0.73729 1.34375,-1.375 -0.0882,-0.53111 -0.77451,-1.04737 -1.375,-1.125 -0.0157,-0.17997 -0.0403,-0.35243 -0.0937,-0.53125 0.50352,0.0376 1.02509,-9e-4 1.5625,-0.0937 0.40967,0.66861 0.94129,1.20807 1.5625,1.375 0.30847,0.0829 0.64002,0.0355 0.96875,-0.0625 0.0842,0.008 0.16468,0.0394 0.25,0.0313 0.1524,-0.0146 0.29581,-0.0637 0.4375,-0.125 0.0205,0.002 0.042,-9e-4 0.0625,0 1.25129,0.0551 2.46014,-1.79397 2.28125,-3.09375 1.15492,0.52163 3.31493,-0.33473 3.59375,-1.53125 0.0992,-0.42563 -0.0715,-0.87682 -0.40625,-1.28125 0.83746,0.39295 1.6991,0.5056 2.5,0.25 1.69641,-0.5414 2.73979,-2.57377 3.0625,-4.8125 0.60964,-0.0865 1.22224,-0.77357 1.40625,-1.4375 0.0506,0.59509 0.56507,1.28846 1.09375,1.375 0.81137,0.13282 2.03629,-0.94804 1.75,-1.71875 -0.11888,-0.32002 -0.46706,-0.55596 -0.875,-0.65625 -0.0197,-0.005 -0.0425,0.004 -0.0625,0 0.35997,-0.1813 0.69267,-0.39378 1,-0.625 0.33639,0.12422 0.68835,0.1853 1.03125,0.125 0.25696,-0.0452 0.49246,-0.17268 0.71875,-0.3125 0.53207,1.21758 1.6742,2.37374 3,3.15625 -0.21027,0.32329 -0.39998,0.66834 -0.5625,1.03125 -0.24651,-0.90656 -1.32554,-1.81433 -2.1875,-1.71875 -0.59539,0.066 -1.21627,0.58698 -1.625,1.21875 -0.38202,0.0732 -0.77121,0.19472 -1.15625,0.375 -0.87115,-0.33125 -1.92314,-0.34187 -2.53125,0.125 -0.87146,0.66905 -1.17489,2.40211 -0.78125,3.59375 -0.044,0.23973 -0.0569,0.48669 -0.0313,0.71875 0.1431,1.29641 1.69821,2.33279 3.25,2.65625 -0.16991,0.62395 -0.1624,1.34918 0.0313,1.96875 -0.003,0.031 0.003,0.0625 0,0.0937 -0.21573,2.39841 0.99598,5.44374 3,5.71875 2.95867,0.40601 6.13587,-4.99625 4.71875,-7.625 -0.3294,-0.61103 -0.93204,-1.03232 -1.6875,-1.28125 -0.79295,-0.26129 -1.74144,-0.30812 -2.625,-0.1875 0.0247,-0.0399 0.0387,-0.0838 0.0625,-0.125 0.0879,-0.0697 0.17448,-0.16118 0.25,-0.25 0.37684,0.0794 0.76883,0.0375 0.9375,-0.21875 0.0675,-0.1026 0.0971,-0.24214 0.0937,-0.375 0.0651,0.12564 0.13565,0.26337 0.21875,0.375 0.25849,0.34725 0.63444,0.60439 1.0625,0.78125 1.85492,0.76639 4.89866,-0.018 5.8125,-1.65625 0.32365,-0.58022 0.45034,-1.30405 0.40625,-2.09375 -0.01,-0.17312 -0.0375,-0.35497 -0.0625,-0.53125 0.7994,0.7942 1.73348,1.32656 2.65625,1.34375 0.91179,0.017 1.78065,-0.5894 2.46875,-1.4375 0.0346,0.0956 0.0476,0.18934 0.0937,0.28125 0.36316,0.72395 1.04417,1.23662 1.875,1.59375 0.1274,0.4519 0.3393,0.86175 0.65625,1.09375 0.19263,0.141 0.42551,0.22366 0.6875,0.28125 -0.01,0.0749 -0.0285,0.14435 -0.0313,0.21875 -0.0256,0.68505 0.21434,1.41974 0.625,2.125 1.23197,2.11578 4.02015,3.91957 5.84375,2.96875 1.03996,-0.54223 1.57747,-1.83689 1.71875,-3.28125 0.67728,0.0961 1.43976,-0.96778 1.25,-1.625 -0.1439,-0.49838 -0.83338,-0.91955 -1.4375,-1 -0.1963,-0.82653 -0.49609,-1.58813 -0.9375,-2.1875 0.18072,-0.20557 0.34757,-0.42064 0.46875,-0.65625 0.11481,-0.22323 0.17069,-0.46926 0.21875,-0.71875 0.31482,0.0824 0.65752,0.12961 1,0.15625 0.10106,0.74277 0.39984,1.40543 0.9375,1.65625 0.57429,1.18001 1.69287,2.15821 2.71875,1.9375 1.7655,-0.37983 2.50131,-3.95418 1.3125,-5.34375 0.0642,-0.08 0.10195,-0.16513 0.15625,-0.25 0.2058,0.45282 0.70185,0.79395 1.28125,1 1.09897,0.39082 2.52534,0.2966 3.125,-0.4375 0.75281,-0.92158 -0.13215,-3.03454 -1.28125,-3.34375 -0.51857,-0.13954 -1.16205,0.0469 -1.75,0.375 -0.17519,-0.24111 -0.41437,-0.42662 -0.65625,-0.4375 -0.0461,-0.002 -0.10831,0.0227 -0.15625,0.0313 -0.0298,-0.49615 -0.0918,-0.99964 -0.21875,-1.5 0.26865,-0.22545 0.46385,-0.49704 0.5,-0.8125 0.0199,-0.17345 -0.006,-0.36039 -0.0625,-0.53125 0.57613,-0.0558 1.11668,-0.19463 1.625,-0.375 0.0148,0.0324 0.0109,0.0655 0.0313,0.0937 0.2763,0.38415 1.169,0.28442 1.40625,-0.125 0.0585,-0.10098 0.0908,-0.23884 0.0937,-0.375 0.41133,0.20841 0.83483,0.31924 1.21875,0.28125 0.008,0.5012 0.15033,0.95116 0.5,1.1875 0.31728,0.21445 0.7509,0.20212 1.1875,0.0937 0.43255,0.10899 0.92804,0.0938 1.4375,-0.0625 0.49438,-0.15172 0.98542,-0.4 1.40625,-0.71875 0.0461,0.22795 0.0933,0.46471 0.15625,0.6875 -0.84081,1.96968 1.27604,5.343 3.40625,5.59375 0.63922,0.0752 1.34044,-0.106 2.03125,-0.4375 2.03447,-0.97629 3.89497,-3.35551 3.25,-5.125 0.16412,-0.45094 0.2452,-0.90963 0.21875,-1.34375 -10e-4,-0.0209 0.002,-0.0416 0,-0.0625 0.0728,0.32794 0.25101,0.65129 0.46875,0.96875 0.87097,1.26984 2.68161,2.27481 3.78125,1.59375 0.14596,-0.0904 0.26445,-0.21013 0.375,-0.34375 0.18895,0.59164 0.50696,1.09297 0.9375,1.40625 0.29484,0.21454 0.66857,0.29199 1.0625,0.3125 1.2578,1.88504 5.89366,1.2192 6.78125,-0.875 0.24563,-0.57954 0.13123,-1.29973 -0.1875,-1.96875 0.13018,0.0298 0.2514,0.0507 0.375,0.0313 0.0319,-0.005 0.0628,-0.0221 0.0937,-0.0313 1.713,2.59281 6.45879,4.39017 8.84375,2.84375 0.98781,-0.6405 1.47671,-1.9813 1.53125,-3.40625 0.27088,1.14554 1.14357,2.29934 2.09375,2.40625 1.19285,0.13421 2.49122,-1.76311 2.125,-2.90625 -0.0527,-0.16447 -0.13707,-0.31815 -0.25,-0.46875 0.31758,0.14817 0.62764,0.21803 0.9375,0.1875 0.35114,-0.0346 0.69349,-0.21272 0.96875,-0.5 -0.17229,1.60985 0.11202,3.20397 1.03125,4.09375 1.78675,1.7295 6.31048,0.2447 7.15625,-2.09375 0.149,-0.41197 0.20975,-0.88751 0.1875,-1.375 0.0673,0.0698 0.13668,0.14603 0.21875,0.1875 0.61444,0.31049 1.68722,-0.46854 1.71875,-1.15625 0.0363,-0.79158 -1.13802,-1.86036 -1.84375,-1.5 -0.21978,0.11222 -0.38765,0.34945 -0.46875,0.625 -0.14083,-0.38171 -0.32931,-0.7644 -0.53125,-1.125 0.16144,-0.41315 0.27039,-0.85132 0.34375,-1.3125 0.26133,-0.0973 0.52192,-0.17628 0.78125,-0.3125 0.4274,-0.2245 0.8516,-0.50021 1.25,-0.8125 0.57423,0.29207 1.20605,0.43379 1.71875,0.3125 -0.0763,0.23312 -0.13785,0.48111 -0.15625,0.75 -0.10411,1.52151 0.69615,3.41552 1.96875,3.5625 0.58387,0.0674 1.17791,-0.24189 1.6875,-0.71875 0.50151,0.15264 1.1009,0.0797 1.6875,-0.1875 0.17012,-0.0775 0.33673,-0.17915 0.5,-0.28125 0.58961,0.0525 1.12866,-0.0141 1.59375,-0.25 1.36302,-0.69135 1.75233,-3.04383 1.21875,-4.75 0.16993,-0.25518 0.2302,-0.56582 0.21875,-0.90625 0.9357,0.23225 1.98267,0.14653 2.59375,-0.34375 0.35544,-0.28518 0.60543,-0.70553 0.78125,-1.21875 0.0954,-0.27857 0.14729,-0.59932 0.1875,-0.90625 0.51247,0.25561 1.09875,0.36019 1.53125,0.1875 0.35144,-0.14033 0.63743,-0.47686 0.875,-0.875 0.28741,0.32409 0.65352,0.54273 1,0.46875 0.34339,-0.0733 0.58719,-0.41228 0.75,-0.8125 0.27136,-0.66703 0.27998,-1.5474 -0.15625,-1.9375 -0.29389,-0.2628 -0.83108,-0.24398 -1.28125,-0.0625 -0.0696,-0.13867 -0.161,-0.27914 -0.28125,-0.375 -0.39945,-0.31841 -0.99343,-0.31141 -1.59375,-0.125 -0.48654,0.15108 -0.96921,0.43807 -1.34375,0.78125 -0.18907,-0.25466 -0.43437,-0.44999 -0.71875,-0.5625 -1.43486,-0.56765 -3.51761,1.0464 -4.1875,2.71875 -1.04338,-0.18127 -2.15683,-0.0147 -2.6875,0.625 -0.24635,0.29697 -0.31219,0.71458 -0.28125,1.15625 -0.0391,0.0494 -0.0582,0.10572 -0.0937,0.15625 -1.2515,0.25953 -2.40732,0.8662 -2.90625,1.75 -0.0673,-0.31119 -0.16954,-0.61616 -0.3125,-0.90625 0.3868,-0.74696 0.61809,-1.52746 0.59375,-2.25 0.34098,0.32108 0.88242,0.52418 1.25,0.375 0.62081,-0.25196 1.02531,-1.46819 0.59375,-1.96875 0.29444,-0.4114 0.45811,-0.85683 0.34375,-1.25 0.16804,0.24164 0.3635,0.44109 0.625,0.5 1.1871,0.26744 2.67167,-1.82112 2.1875,-2.9375 -0.37989,-0.87593 -2.20031,-1.01788 -2.84375,-0.3125 -0.18515,0.20298 -0.28683,0.49042 -0.34375,0.8125 -0.0854,0.48312 -0.0502,1.03855 0.125,1.5 -0.24204,-0.23446 -0.59889,-0.39947 -1,-0.46875 -0.26304,-0.0454 -0.56847,-0.0541 -0.84375,-0.0313 -0.10746,-0.0321 -0.21429,-0.0376 -0.3125,0 -0.0494,0.0189 -0.0842,0.0591 -0.125,0.0937 -0.51659,0.11953 -0.97747,0.34702 -1.1875,0.71875 -0.069,0.12218 -0.0824,0.26033 -0.0937,0.40625 -0.44417,-0.26747 -0.97841,-0.47587 -1.53125,-0.625 0.20548,-0.19817 0.31038,-0.52213 0.3125,-0.875 0.004,-0.67213 -0.3305,-1.43808 -0.84375,-1.625 -0.64432,-0.23466 -1.61238,0.65984 -1.5625,1.34375 0.0228,0.31303 0.23478,0.61576 0.53125,0.875 -0.72199,-0.0538 -1.46549,0.0185 -2.1875,0.125 -0.39719,-0.48787 -0.86335,-0.84573 -1.40625,-0.84375 -1.09106,0.004 -2.0615,1.23813 -2.46875,2.5625 -0.20348,0.21435 -0.3624,0.43741 -0.5,0.6875 -0.24142,0.43879 -0.34569,0.93773 -0.34375,1.46875 -1.10988,0.25257 -2.12268,0.72559 -2.78125,1.40625 -0.45068,-0.15801 -0.95997,-0.1746 -1.25,0.0625 -0.47092,0.38497 -0.2316,1.50936 0.3125,1.78125 0.0408,0.0204 0.0793,0.0495 0.125,0.0625 -0.003,0.52636 0.15722,1.06597 0.40625,1.59375 -0.42073,-0.005 -0.82682,0.0674 -1.15625,0.21875 -0.25904,-0.0796 -0.52151,-0.0702 -0.71875,0.0313 -0.49521,0.25471 -0.49772,1.30884 -0.0625,1.65625 0.11149,0.6551 0.4897,1.35 1,1.90625 -0.9182,-0.46354 -2.03949,-0.57231 -2.59375,0.0313 -0.20082,0.21869 -0.30522,0.49196 -0.34375,0.8125 -0.15732,-1.64901 -0.8389,-3.27026 -1.96875,-4 -0.6592,-0.42576 -1.50654,-0.60845 -2.4375,-0.625 -0.15945,-0.17554 -0.32244,-0.3532 -0.5,-0.5 0.48315,-0.26557 0.88089,-0.62651 1.125,-1.09375 0.0688,-0.13159 0.0799,-0.29676 0.125,-0.4375 0.64176,0.48545 1.77885,0.64884 2.1875,0.0937 0.21614,-0.29359 0.18063,-0.70199 0.0313,-1.125 -0.24897,-0.70502 -0.86113,-1.40394 -1.46875,-1.40625 -0.26562,-10e-4 -0.54096,0.14238 -0.75,0.375 -0.10322,-0.37543 -0.25144,-0.75131 -0.4375,-1.125 0.31486,-0.28937 0.52071,-0.72782 0.65625,-1.21875 0.37671,0.18646 0.76105,0.27764 1.15625,0.21875 2.33382,-0.34777 3.56355,-5.13292 1.90625,-6.8125 -1.21908,-1.23546 -4.28889,-0.40547 -5.21875,1.125 -0.96183,-1.20683 -2.54292,-2.11958 -3.875,-2.09375 z m -64.6875,15.3125 c 0.0738,0.0268 0.14371,0.05 0.21875,0.0625 1.32731,0.22071 3.3716,-1.55 2.90625,-2.8125 -0.19323,-0.52422 -0.7703,-0.86543 -1.4375,-1.03125 -1.112,-0.27637 -2.51562,-0.0566 -3.03125,0.71875 -0.60519,0.91005 0.28285,2.67766 1.34375,3.0625 z m 56.5625,-15.1875 c -0.391,0.0267 -0.79296,0.22299 -1.15625,0.53125 -0.80732,0.68502 -1.39716,1.85108 -1.09375,2.65625 0.3809,1.01079 2.42145,1.2928 3.1875,0.53125 0.88175,-0.87657 0.63564,-3.35536 -0.5625,-3.6875 -0.12437,-0.0345 -0.24467,-0.0401 -0.375,-0.0313 z m 138.6875,0.71875 c -2.41107,-0.006 -4.85667,0.83651 -5.8125,2.46875 -0.92784,1.58443 -0.12863,4.03245 1.3125,5.75 -0.024,0.12825 -0.0542,0.25774 -0.0313,0.375 0.0443,0.2264 0.18628,0.42549 0.375,0.625 0.23712,0.25068 0.57353,0.43409 0.90625,0.5625 0.6634,1.30063 2.60666,2.47283 3.6875,1.75 0.1888,-0.12627 0.32002,-0.32707 0.4375,-0.53125 0.76246,0.49692 1.63506,0.70199 2.28125,0.34375 1.04181,-0.57756 1.24027,-2.35556 0.8125,-3.78125 1.39824,-1.53048 2.22488,-3.44574 1.5625,-4.96875 -0.75439,-1.73457 -3.12018,-2.58791 -5.53125,-2.59375 z m -305.8125,0.71875 c -1.58286,0.0351 -3.49198,1.272 -3.8125,2.65625 -0.12298,0.5311 -0.0584,1.13752 0.15625,1.75 0.47471,1.35468 1.63995,2.69731 2.84375,3.125 -0.0981,0.22943 -0.18969,0.46124 -0.1875,0.6875 0.0153,1.57243 2.4851,3.54172 3.84375,2.75 0.56415,-0.32875 0.85077,-1.0422 0.90625,-1.84375 0.0925,-1.33591 -0.47173,-2.9076 -1.46875,-3.34375 -0.0375,-0.0164 -0.0861,-0.0187 -0.125,-0.0313 0.71188,-1.80496 0.53402,-4.36841 -0.75,-5.34375 -0.37715,-0.28649 -0.87863,-0.41795 -1.40625,-0.40625 z m 189.46875,0.5 c -0.77577,0.0692 -1.50011,0.36118 -1.84375,0.875 -0.69023,1.03206 0.46325,3.13688 1.6875,3.34375 1.40915,0.23811 3.55325,-1.65778 3.0625,-3 -0.20377,-0.55732 -0.79182,-0.94703 -1.5,-1.125 -0.44261,-0.11123 -0.94079,-0.13529 -1.40625,-0.0937 z m -274.75,0.1875 c 0.16004,1.09134 0.74978,2.26114 1.5,3.09375 -0.0482,-0.0141 -0.10554,-0.0264 -0.15625,-0.0313 -0.28311,-0.027 -0.55846,0.0767 -0.8125,0.28125 -0.13757,-0.0241 -0.28809,-0.0343 -0.4375,-0.0313 -0.74112,0.015 -1.56382,0.35436 -1.90625,0.875 0.01,-0.15183 0.0301,-0.297 0,-0.4375 -0.0789,-0.36765 -0.3226,-0.70701 -0.625,-1.03125 0.009,-0.0206 0.023,-0.0416 0.0313,-0.0625 0.12315,-0.31339 0.13827,-0.70012 0.0625,-1.09375 -0.0161,-0.0836 -0.039,-0.16592 -0.0625,-0.25 0.91562,-0.30832 1.75759,-0.75417 2.40625,-1.3125 z m 33.21875,0.375 c -0.0412,0.21464 -0.0323,0.45037 0,0.6875 -0.0123,-0.003 -0.0189,-0.0286 -0.0313,-0.0313 -0.10715,-0.12457 -0.2262,-0.23782 -0.34375,-0.34375 0.13943,-0.0823 0.25207,-0.18334 0.375,-0.3125 z m -57.8125,0.3125 c -0.15587,-0.009 -0.2865,-0.0115 -0.4375,0.0313 -1.78339,0.50453 -2.27177,4.35738 -0.8125,5.5 0.27889,0.21838 0.63817,0.3417 1.03125,0.34375 0.15103,0.29916 0.3743,0.53933 0.65625,0.59375 0.33629,0.0649 0.69534,-0.12073 1,-0.40625 0.36834,0.58716 0.93409,1.06296 1.5,1.1875 0.24193,0.22505 0.50595,0.39765 0.78125,0.40625 0.77245,0.0241 1.51317,-1.2542 1.21875,-1.96875 -0.0635,-0.15421 -0.2006,-0.27953 -0.34375,-0.40625 -0.01,-0.22408 -0.0543,-0.42408 -0.15625,-0.59375 -0.28122,-0.46805 -0.97688,-0.79856 -1.65625,-0.875 0.081,-0.3919 0.025,-0.83214 -0.125,-1.28125 -0.41429,-1.24032 -1.56516,-2.46831 -2.65625,-2.53125 z m 86.8125,0.5 c -0.93971,-0.10164 -1.94849,1.38237 -1.65625,2.28125 0.33638,1.03463 2.36134,1.83573 3.09375,1.03125 0.30412,-0.33404 0.34847,-0.86572 0.21875,-1.40625 -0.21619,-0.90089 -0.90771,-1.82529 -1.65625,-1.90625 z m -107.5,0.125 c -0.42999,0.008 -0.85486,0.14995 -1.03125,0.4375 -0.29525,0.48132 0.25247,1.39658 0.8125,1.46875 0.64461,0.0831 1.59071,-0.80505 1.34375,-1.40625 -0.10254,-0.24963 -0.39375,-0.40051 -0.71875,-0.46875 -0.13542,-0.0284 -0.26292,-0.0338 -0.40625,-0.0313 z m -58.4375,0.0313 c 0.219844,0.55704 0.586706,1.007 1.03125,1.21875 0.321925,0.15334 0.705978,0.19401 1.125,0.15625 -0.556684,0.71104 -0.869919,1.69957 -0.5625,2.34375 0.214027,0.44848 0.798679,0.69863 1.40625,0.75 0.127568,0.16332 0.277735,0.31325 0.4375,0.4375 -1.281593,-0.16569 -2.592727,-0.0683 -3.59375,0.375 0.05994,-0.54547 -0.01049,-1.08994 -0.3125,-1.40625 -0.157332,-0.16478 -0.37347,-0.24598 -0.625,-0.28125 0.156015,-0.14305 0.269157,-0.32409 0.34375,-0.5 0.279954,-0.66021 0.03323,-1.64853 -0.46875,-2.375 0.433055,-0.2136 0.848968,-0.44702 1.21875,-0.71875 z m 532.875,1.90625 c -0.18191,0.0138 -0.34537,0.0579 -0.53125,0.0937 -0.63465,-0.0217 -1.24859,0.11421 -1.625,0.46875 -0.0286,0.0269 -0.0369,0.0641 -0.0625,0.0937 -1.43603,0.73024 -2.64858,1.95992 -2.875,3.25 -0.0498,0.28355 -0.0281,0.60094 0,0.90625 -0.74383,0.0162 -1.60639,0.44175 -1.84375,1.03125 -0.10295,0.25568 -0.0906,0.55228 -0.0313,0.875 0.007,0.0403 0.0217,0.0844 0.0313,0.125 -0.84315,0.2544 -1.66037,0.68526 -2.3125,1.25 -0.8133,-0.10915 -1.95728,0.57319 -2.09375,1.34375 -0.0183,0.10321 -0.0108,0.2324 0,0.34375 -0.51606,0.25059 -0.98312,0.69783 -1.25,1.1875 -1.27189,0.12711 -2.47842,0.58945 -3.125,1.40625 -0.45616,0.57626 -0.68954,1.34863 -0.78125,2.21875 -0.0838,0.79521 -0.0279,1.67721 0.15625,2.5 -0.73582,0.26278 -1.42666,0.79327 -1.5,1.40625 -0.10535,0.8805 1.30987,1.85835 2.15625,1.59375 0.2052,-0.0641 0.38909,-0.19533 0.5625,-0.375 0.46261,0.57107 1.00469,0.98908 1.65625,1.125 0.0377,1.11606 0.37596,2.1441 1.03125,2.78125 1.15754,1.1255 3.53802,0.78895 5.15625,-0.25 0.38399,0.30293 0.85699,0.49906 1.25,0.4375 0.26687,-0.0418 0.50823,-0.19422 0.75,-0.40625 0.32096,-0.28148 0.58755,-0.68673 0.75,-1.09375 1.05284,-0.41221 1.9733,-1.04399 2.4375,-1.84375 2.34058,1.62065 7.56311,0.40047 8.53125,-2.21875 0.35487,-0.96006 0.008,-2.13206 -0.6875,-3.15625 0.30069,-0.0966 0.58712,-0.29097 0.84375,-0.5625 0.0445,-0.0471 0.0828,-0.10558 0.125,-0.15625 0.008,0.13191 0.0215,0.25442 0.0625,0.375 0.14865,0.43765 0.54635,0.77694 1.0625,0.96875 -1.11299,1.46025 -1.70154,3.43084 -0.8125,4.59375 0.36787,0.48119 0.93599,0.75591 1.59375,0.90625 -0.14164,0.40893 -0.12442,0.901 0,1.40625 0.29658,1.20442 1.21594,2.46004 2.21875,2.5625 1.01318,0.10352 2.07754,-1.18092 2.25,-2.3125 0.82152,0.50708 1.8482,0.73777 2.5,0.34375 0.95338,-0.57633 0.85381,-2.71013 -0.0625,-3.34375 -0.34016,-0.23521 -0.83547,-0.2855 -1.34375,-0.25 0.22152,-0.22394 0.42349,-0.46278 0.5625,-0.71875 0.91994,0.93714 2.02936,1.55885 3.09375,1.5625 0.47935,0.16248 0.98961,0.19228 1.375,0.0313 0.14468,-0.0605 0.27725,-0.14002 0.40625,-0.25 0.12495,0.004 0.26318,-0.025 0.375,-0.0625 0.0373,-0.0125 0.0589,-0.0444 0.0937,-0.0625 0.35686,-0.0865 0.69725,-0.30259 1,-0.59375 0.0458,-0.0374 0.0811,-0.0844 0.125,-0.125 0.0433,-0.0469 0.11636,-0.0756 0.15625,-0.125 0.20384,-0.21583 0.38177,-0.46712 0.5,-0.71875 0.0297,0.0752 0.0546,0.1492 0.0937,0.21875 0.0562,0.0998 0.14064,0.19657 0.21875,0.28125 0.0988,0.25534 0.24301,0.4868 0.4375,0.59375 -0.0872,0.37267 -0.0198,0.79487 0.25,0.9375 0.18483,0.0977 0.39773,0.0581 0.625,-0.0625 0.30487,-0.16173 0.58577,-0.45892 0.65625,-0.75 1.01703,0.0219 2.10107,-0.30172 2.59375,-0.96875 0.063,-0.0852 0.13814,-0.18326 0.1875,-0.28125 1.4259,0.76918 2.99803,1.0413 4.09375,0.3125 0.36508,-0.24283 0.64586,-0.57642 0.875,-0.96875 0.82124,-0.2463 1.66211,-1.01237 1.71875,-1.75 0.0527,-0.68606 -0.48269,-1.51241 -1.15625,-2.03125 -0.13766,-1.09634 -0.48826,-2.18523 -1,-3.09375 0.73193,0.0709 1.4147,-0.0463 1.90625,-0.40625 1.342,-0.98265 0.88367,-4.14707 -0.5625,-4.96875 -0.41615,-0.23644 -0.96211,-0.30853 -1.53125,-0.28125 -1.70742,0.0818 -3.72052,1.22037 -3.71875,2.65625 3.8e-4,0.31019 0.0946,0.62097 0.25,0.90625 -1.5057,0.32288 -3.10094,1.63761 -3.90625,3.09375 -0.32908,-1.49459 -1.24197,-2.93563 -2.40625,-3.25 -0.7697,-0.20783 -1.65193,0.1932 -2.375,0.84375 -0.48541,-0.11806 -1.0099,-0.12914 -1.5625,-0.0625 -0.20619,-0.17967 -0.42969,-0.3437 -0.6875,-0.46875 -0.7906,-0.8148 -1.6941,-1.36586 -2.625,-1.40625 -0.71819,-0.0312 -1.44223,0.33078 -2.0625,0.875 0.61172,-0.95256 0.91349,-2.00946 0.65625,-2.875 -0.54496,-1.83366 -4.14426,-2.5608 -5.59375,-1.3125 -0.4171,0.35921 -0.71557,0.9043 -0.90625,1.53125 -0.38823,1.27651 -0.3007,2.88753 0.28125,3.96875 -0.071,0.0127 -0.15421,0.006 -0.21875,0.0313 -0.12785,0.051 -0.26151,0.12066 -0.375,0.21875 -0.0564,-0.11435 -0.11803,-0.2401 -0.1875,-0.34375 -0.43395,-0.64746 -1.15114,-1.1565 -2,-1.53125 -0.11899,-0.0525 -0.25109,-0.0783 -0.375,-0.125 -0.0421,-0.0541 -0.0796,-0.10627 -0.125,-0.15625 0.92153,-2.55469 0.50911,-6.22256 -1.375,-7.5 -0.54205,-0.36752 -1.24112,-0.49289 -1.96875,-0.4375 z m -13.25,0.21875 c -0.63234,0.0232 -1.21581,0.19505 -1.6875,0.5 -0.0312,0.0201 -0.0638,0.0408 -0.0937,0.0625 -0.38866,-0.10036 -0.76369,-0.0855 -1.03125,0.0937 -0.50339,0.33729 -0.48953,1.38006 -0.0937,1.90625 -0.12881,0.69321 -0.0745,1.45759 0.0625,2.1875 -0.6518,0.0322 -1.23215,0.23208 -1.5625,0.6875 -1.1409,1.57283 0.96321,5.03755 2.90625,5.03125 1.04281,-0.003 1.97791,-1.19504 2.28125,-2.40625 0.021,4.3e-4 0.0414,-2.2e-4 0.0625,0 2.4154,0.0247 5.35339,-1.41174 5.46875,-3.4375 0.13838,-2.42999 -3.57236,-4.72536 -6.3125,-4.625 z m -60.5,1.5 c -0.65146,0.053 -1.15902,1.17744 -0.84375,1.75 0.36289,0.65903 1.85705,0.95406 2.25,0.3125 0.16316,-0.26639 0.12708,-0.64972 -0.0313,-1 -0.26388,-0.58381 -0.85606,-1.10476 -1.375,-1.0625 z m 101.5,0.125 c -0.75632,-0.006 -1.63202,0.36046 -1.84375,0.9375 -0.2658,0.72441 0.69902,1.83553 1.46875,1.78125 0.88598,-0.0625 1.93041,-1.5424 1.4375,-2.28125 -0.20467,-0.30679 -0.60871,-0.43368 -1.0625,-0.4375 z m -9.21875,0.5 c -1.3172,0.0887 -2.82254,1.72502 -2.6875,3 0.0302,0.28518 0.14844,0.56484 0.3125,0.84375 -0.23551,0.35436 -0.23513,0.98963 0.0625,1.25 0.26602,0.23271 0.826,0.2517 1.21875,0.0937 0.93163,0.61373 2.06007,0.86237 2.78125,0.34375 1.51617,-1.09031 0.64971,-4.88741 -1.125,-5.46875 -0.17406,-0.057 -0.37433,-0.0752 -0.5625,-0.0625 z m -94.53125,0.375 c -0.10773,-0.005 -0.21603,0.004 -0.3125,0.0313 -0.22209,0.0637 -0.4422,0.20075 -0.625,0.40625 -0.45449,0.51095 -0.70167,1.33022 -0.5,1.875 -1.34508,1.02037 -1.16766,4.39887 0.3125,5.21875 0.3157,0.17487 0.69643,0.19646 1.09375,0.125 0.12312,0.87541 0.55917,1.71399 1.25,1.84375 1.37595,0.25845 3.00906,-2.20516 2.40625,-3.46875 -0.18451,-0.38675 -0.62332,-0.6091 -1.125,-0.71875 0.0339,-0.404 -0.0893,-0.85333 -0.3125,-1.28125 -0.30871,-0.5918 -0.81203,-1.14779 -1.375,-1.53125 0.40788,-0.25648 0.72662,-0.62018 0.78125,-1 0.10002,-0.69536 -0.83966,-1.46425 -1.59375,-1.5 z m -449.40625,0.0313 c -0.07423,0.91545 0.0862,1.75682 0.65625,2.3125 0.242445,0.23633 0.548285,0.4112 0.875,0.53125 -0.196658,0.101 -0.367493,0.24879 -0.53125,0.40625 -0.06049,-0.14981 -0.137983,-0.30251 -0.21875,-0.4375 -0.138121,-0.23085 -0.302818,-0.45271 -0.5,-0.65625 -0.01216,-0.0633 -0.06185,-0.10735 -0.09375,-0.15625 -0.01635,-0.0282 -0.03962,-0.0674 -0.0625,-0.0937 -0.0074,-0.005 -0.0235,0.005 -0.03125,0 -0.02391,-0.026 -0.03363,-0.0704 -0.0625,-0.0937 -0.104817,-0.0847 -0.244588,-0.15765 -0.375,-0.1875 -0.241059,-0.17608 -0.502125,-0.32116 -0.78125,-0.46875 -0.08998,-0.19778 -0.205006,-0.39344 -0.34375,-0.5625 0.489362,-0.12649 0.987117,-0.31766 1.46875,-0.59375 z m 446.59375,0.25 c -0.17493,-0.033 -0.37668,0.0635 -0.53125,0.21875 -0.25761,0.2587 -0.40876,0.6696 -0.28125,0.9375 0.16008,0.33632 0.85252,0.37755 1.09375,0.0937 0.27766,-0.32667 0.14003,-1.17048 -0.28125,-1.25 z m 50.125,0.28125 c -0.3978,-0.0356 -0.7883,0.0287 -1.09375,0.1875 -1.40631,0.73109 -2.05019,3.82757 -0.71875,4.6875 0.32512,0.20999 0.72889,0.26712 1.15625,0.21875 -0.18499,0.41849 -0.20552,0.93003 -0.125,1.46875 0.0197,0.13209 0.0607,0.2728 0.0937,0.40625 -0.2637,0.2272 -0.48089,0.50393 -0.71875,0.78125 -0.30882,-0.38601 -0.67621,-0.67955 -1.125,-0.84375 -1.29706,-0.47457 -2.89669,0.15607 -4.21875,1.28125 -0.12308,-0.0672 -0.24582,-0.15756 -0.375,-0.1875 -0.36703,-0.0851 -0.76419,-0.0233 -1.1875,0.125 -1.26993,0.44476 -2.54218,1.76074 -2.21875,2.84375 0.15676,0.52493 0.63984,0.91076 1.25,1.15625 -0.13616,0.60167 -0.15322,1.186 0,1.71875 0.69947,2.43205 5.44293,3.41564 7.375,1.78125 0.11679,-0.0988 0.2092,-0.22448 0.3125,-0.34375 1.91833,0.87212 4.94818,0.48537 6.125,-1 0.44957,-0.56745 0.69056,-1.33043 0.78125,-2.1875 0.0202,-0.19096 0.0275,-0.39654 0.0313,-0.59375 0.35749,-0.23158 0.62989,-0.64043 0.8125,-1.125 0.40581,-1.07683 0.36931,-2.51993 -0.34375,-3.125 -0.34206,-0.29025 -0.88016,-0.35208 -1.40625,-0.25 0.26,-1.11063 0.19263,-2.27165 -0.40625,-2.9375 -0.43926,-0.48838 -1.17975,-0.61537 -1.96875,-0.53125 0.38037,-0.47546 0.62269,-0.99571 0.59375,-1.5 -0.0592,-1.03107 -1.4316,-1.92433 -2.625,-2.03125 z M 268.875,346.375 c -1.87066,0.16391 -3.75193,3.05811 -3.1875,4.84375 0.007,0.0228 0.0233,0.0398 0.0313,0.0625 -0.0729,0.0528 -0.1477,0.0973 -0.21875,0.15625 -1.31993,1.09506 -2.24213,3.22455 -1.375,4.375 0.37686,0.49999 1.01745,0.74812 1.75,0.8125 -0.0261,0.28963 -0.0137,0.56611 0.0313,0.84375 0.005,0.0325 0.0248,0.0616 0.0313,0.0937 -0.55344,-0.22874 -1.13524,-0.28614 -1.5,0.0313 -0.88606,0.77102 -0.11398,3.11419 1.03125,3.375 0.69154,0.15749 1.5132,-0.60517 1.78125,-1.375 0.24454,0.19843 0.52613,0.3662 0.8125,0.53125 -0.46696,1.99039 -0.0787,4.36081 1.40625,5.0625 0.16057,0.0759 0.32645,0.11932 0.5,0.15625 -0.8219,1.64233 -1.02774,3.73125 -0.125,4.875 1.25921,1.59539 5.09171,0.89601 6.03125,-0.90625 0.27036,-0.51861 0.33969,-1.1812 0.28125,-1.875 -0.12259,-1.45525 -0.89062,-3.05741 -1.9375,-3.875 1.17564,-1.15941 1.9625,-2.6658 1.71875,-3.9375 -0.0567,-0.2959 -0.16757,-0.58625 -0.34375,-0.84375 0.0641,-0.12269 0.12932,-0.24602 0.1875,-0.375 0.4752,-1.05348 0.73169,-2.32715 0.75,-3.53125 0.63407,0.34336 1.3217,0.52068 1.9375,0.46875 0.57083,-0.0481 1.13188,-0.29237 1.6875,-0.65625 0.37551,1.21798 1.35353,2.36973 2.375,2.25 0.299,-0.0351 0.56414,-0.1696 0.8125,-0.375 -0.0303,0.88894 0.27007,1.88088 0.8125,2.40625 -0.0943,0.13839 -0.19674,0.29496 -0.28125,0.4375 -0.58683,0.2083 -1.11529,0.47623 -1.5625,0.8125 0.31556,-0.80597 0.35229,-1.68103 -0.125,-2.1875 -0.42199,-0.44779 -1.12742,-0.55739 -1.875,-0.4375 -1.24597,0.1998 -2.59337,1.05436 -2.78125,2.0625 -0.0823,0.44146 0.11355,0.89443 0.4375,1.3125 -0.59142,0.37819 -1.06267,1.07028 -1,1.65625 0.0713,0.66708 0.78064,1.39282 1.53125,1.6875 0.0215,0.095 0.0465,0.20389 0.0937,0.28125 0.10884,0.17809 0.30835,0.29646 0.53125,0.40625 0.66871,0.32936 1.66619,0.32945 1.96875,-0.21875 0.31664,-0.57369 -0.19339,-1.4844 -0.84375,-1.9375 -0.0137,-0.2233 -0.0629,-0.43544 -0.125,-0.65625 0.11595,-1.6e-4 0.23604,-0.005 0.34375,-0.0313 0.22364,-0.0542 0.44813,-0.19178 0.65625,-0.34375 -0.37719,1.22917 0.091,2.78236 0.96875,4.09375 -0.31041,0.60708 -0.45146,1.24242 -0.34375,1.875 0.59365,3.48662 7.81574,5.19203 10.28125,2.65625 0.0944,-0.0971 0.17236,-0.20163 0.25,-0.3125 0.39727,0.0892 0.82894,0.12568 1.28125,0.0937 0.11461,0.23514 0.2547,0.42947 0.46875,0.5625 0.524,0.32566 1.24368,0.24567 1.9375,-0.0625 0.93447,-0.41506 1.83026,-1.24789 2.09375,-2.09375 1.10348,0.18413 2.64194,-1.1395 2.625,-2.25 -0.0211,-1.38234 -2.21565,-3.10893 -3.40625,-2.40625 -0.026,0.0153 -0.0379,0.0454 -0.0625,0.0625 -0.53334,-0.42885 -1.1531,-0.79712 -1.84375,-1.0625 0.52111,-0.29497 0.96016,-0.68959 1.1875,-1.15625 0.23212,-0.47646 0.20023,-1.04592 0.0313,-1.625 0.40221,-0.21018 0.70737,-0.65251 0.875,-1.1875 0.11779,-0.37593 0.16544,-0.78356 0.15625,-1.1875 0.30073,0.042 0.59379,0.009 0.84375,-0.0937 1.06716,-0.43927 1.27539,-2.64395 0.4375,-3.4375 -0.24111,-0.22835 -0.5808,-0.36143 -0.96875,-0.4375 -1.16384,-0.22823 -2.73164,0.18863 -2.96875,1.15625 -0.0875,0.35714 0.0149,0.76001 0.21875,1.125 -0.57737,0.25521 -1.05378,0.6933 -1.21875,1.1875 -0.19242,-0.0608 -0.37193,-0.0878 -0.5625,-0.0937 -0.53551,-0.0167 -1.10701,0.17573 -1.65625,0.5 -0.26065,0.15389 -0.54067,0.32461 -0.78125,0.53125 -0.37661,-0.98024 -0.98229,-1.77042 -1.84375,-2.03125 -0.39096,-0.11837 -0.80065,-0.10362 -1.21875,-0.0313 -0.0569,-0.0661 -0.11356,-0.14199 -0.1875,-0.1875 -0.006,-0.11733 -0.0346,-0.2353 -0.0625,-0.34375 0.85992,-0.62071 1.52304,-1.70379 1.3125,-2.53125 -0.27364,-1.07546 -2.31852,-1.59644 -3.1875,-0.90625 -0.55576,0.44142 -0.80289,1.44052 -0.71875,2.3125 -0.22011,0.0351 -0.43395,0.0756 -0.625,0.15625 0.26021,-0.99835 0.20639,-2.09397 -0.34375,-2.6875 -0.31982,-0.34504 -0.82138,-0.47858 -1.375,-0.46875 0.49994,-1.17767 0.63287,-2.37448 0.0313,-3.25 -1.72659,-2.51266 -7.98921,-1.22001 -9,1.65625 -0.0173,0.0493 -0.0176,0.10593 -0.0313,0.15625 -0.28898,-0.41035 -0.65524,-0.72006 -1.0625,-0.84375 -0.10938,-0.0332 -0.22826,-0.0287 -0.34375,-0.0313 -0.65461,-1.45978 -1.81645,-2.69866 -3.0625,-2.84375 -0.12401,-0.0144 -0.25029,-0.0109 -0.375,0 z m -172.09375,0.28125 c 0.04108,0.002 0.08428,-6.6e-4 0.125,0 -0.194491,0.22039 -0.343117,0.46001 -0.4375,0.71875 -0.0068,0.0187 0.0061,0.0435 0,0.0625 -0.200349,-0.15593 -0.492993,-0.25851 -0.78125,-0.3125 0.373399,-0.11473 0.741704,-0.26465 1.09375,-0.46875 z m 156.0625,0.1875 c -0.27682,0.0338 -0.52587,0.14923 -0.6875,0.34375 -0.0582,0.0701 -0.0896,0.16539 -0.125,0.25 -0.2636,-0.0991 -0.52902,-0.17062 -0.8125,-0.1875 -3.61545,-0.21527 -6.99794,6.35955 -5.40625,9.65625 -2.11178,2.03861 -3.41426,5.9448 -2.09375,8.0625 0.46017,0.73798 1.30142,1.21133 2.28125,1.4375 1.66898,1.581 4.95682,2.2784 6.6875,1.125 0.65307,-0.43523 1.15168,-1.17753 1.53125,-2.03125 1.12717,-2.5352 0.98222,-6.27538 -1.0625,-7.375 0.70492,-0.34705 1.31467,-0.77144 1.6875,-1.34375 0.0123,-0.0189 0.0193,-0.0433 0.0313,-0.0625 0.66585,1.18074 2.27467,2.2244 3.28125,1.65625 0.53737,-0.30331 0.81215,-0.99329 0.875,-1.75 0.0765,-0.92056 -0.15473,-1.96131 -0.65625,-2.625 0.53454,-0.83276 0.81573,-1.75546 0.625,-2.53125 -0.35215,-1.43234 -2.60852,-2.23418 -4.25,-1.9375 0.3335,-0.46874 0.50921,-1.09106 0.34375,-1.53125 -0.26696,-0.71021 -1.41954,-1.25773 -2.25,-1.15625 z m -140.5625,0.5625 c -0.95712,-0.009 -1.88351,0.29856 -2.1875,1 -0.25245,0.58252 -0.0434,1.309 0.375,1.96875 0.69726,1.0996 2.03032,2.01408 3.0625,1.78125 1.29578,-0.29229 1.95371,-2.75017 1.15625,-3.8125 -0.45895,-0.61139 -1.44913,-0.92875 -2.40625,-0.9375 z m 446.5,0.0625 c -0.5986,-0.006 -1.15327,0.18645 -1.34375,0.625 -0.15818,0.3642 -0.0426,0.83716 0.21875,1.25 0.43553,0.68807 1.26058,1.23885 1.90625,1.09375 0.16857,-0.0379 0.30737,-0.1463 0.4375,-0.28125 0.23229,0.18804 0.53034,0.30094 0.75,0.21875 0.34833,-0.13033 0.44909,-0.82938 0.1875,-1.09375 -0.0984,-0.0995 -0.26585,-0.13736 -0.4375,-0.15625 0.0572,-0.39686 -0.0222,-0.80016 -0.21875,-1.0625 -0.28674,-0.38261 -0.9014,-0.58779 -1.5,-0.59375 z m -12.625,0.6875 c 0.0122,0.1311 0.006,0.27217 0.0313,0.40625 -0.0933,0.0332 -0.18977,0.072 -0.28125,0.125 0.0873,-0.17869 0.18844,-0.35127 0.25,-0.53125 z m -190.09375,0.375 c -1.21093,-0.21518 -2.67477,1.65093 -2.375,2.84375 0.34504,1.37297 2.91542,2.57326 3.9375,1.59375 0.4244,-0.40672 0.52677,-1.06804 0.40625,-1.78125 -0.20086,-1.18869 -1.00416,-2.48484 -1.96875,-2.65625 z m 155.28125,0.15625 c -0.20226,1.16116 0.007,2.54913 0.5,3.8125 -0.034,0.0468 -0.094,0.0763 -0.125,0.125 -0.56548,-0.89995 -1.37655,-1.72948 -2.28125,-2.375 0.0418,-0.0515 0.0845,-0.10265 0.125,-0.15625 0.6755,-0.2897 1.32058,-0.79888 1.78125,-1.40625 z M 0.25,348.9375 c -0.44627499,0.0835 -0.9418566,0.38564 -1,0.75 -0.0729929,0.45741 0.64657829,0.99579 1.09375,0.875 0.51470842,-0.13904 0.9381228,-1.12163 0.5625,-1.5 -0.15596886,-0.15711 -0.38848528,-0.17512 -0.65625,-0.125 z m 84,0.0313 c -0.225999,-0.0163 -0.481066,0.06 -0.71875,0.1875 -0.713053,0.38266 -1.32439,1.29294 -1.03125,1.90625 0.189448,0.39636 0.6971,0.59447 1.25,0.625 -0.257887,0.15605 -0.386761,0.47335 -0.40625,0.84375 -0.03248,0.61733 0.223969,1.33755 0.6875,1.53125 0.58191,0.24317 1.516549,-0.52579 1.5,-1.15625 -0.01353,-0.51527 -0.595927,-1.11187 -1.15625,-1.28125 0.499301,-0.0879 0.934822,-0.27197 1.125,-0.625 0.37345,-0.69323 -0.464619,-1.97456 -1.25,-2.03125 z m 21.96875,0.0625 c -0.243,0.0221 -0.49002,0.0899 -0.65625,0.21875 -0.76533,0.59322 -0.80056,2.53499 0.0937,2.90625 0.37134,0.15416 0.83631,0.0214 1.25,-0.25 0.68948,-0.45229 1.25129,-1.31741 1.09375,-1.96875 -0.14833,-0.61326 -1.05225,-0.9725 -1.78125,-0.90625 z m 38.9375,0.28125 c -1.52099,0.17787 -3.15754,2.76654 -2.25,4 0.37684,0.51216 1.09311,0.71691 1.875,0.6875 1.30314,-0.049 2.77484,-0.73935 3.09375,-1.75 0.40036,-1.26875 -1.39734,-3.09203 -2.71875,-2.9375 z M 44.125,349.4375 c 0.01903,0.42297 0.221371,0.87892 0.5,1.1875 -0.06147,0.10483 -0.134097,0.20452 -0.1875,0.3125 -0.533223,-0.26403 -1.478839,-0.11993 -1.6875,0.375 -0.01991,-0.0105 -0.04216,-0.0218 -0.0625,-0.0313 0.07711,-0.31217 0.04882,-0.66097 -0.125,-0.84375 -0.02037,-0.0214 -0.03773,-0.0461 -0.0625,-0.0625 0.03293,-0.19671 0.04988,-0.39117 0.03125,-0.59375 0.521548,0.16445 1.080516,0.15406 1.40625,-0.125 0.06698,-0.0574 0.145518,-0.13814 0.1875,-0.21875 z m -50.5,0.6875 c -0.3743121,0.0129 -0.721089,0.10989 -0.90625,0.34375 -0.3874149,0.4893 0.082432,1.59703 0.6875,1.75 0.174113,0.044 0.3906013,0.0354 0.59375,-0.0313 0.6094462,-0.19991 1.206361,-0.82454 1.0625,-1.34375 -0.1327447,-0.47909 -0.8136465,-0.74027 -1.4375,-0.71875 z m 551.0625,0.25 c -0.0229,0.10505 -0.0609,0.21192 -0.0625,0.3125 -0.0704,-0.0216 -0.14845,-0.0444 -0.21875,-0.0625 0.091,-0.08 0.19426,-0.16436 0.28125,-0.25 z m -509,0.0625 c -0.371553,0.10394 -0.680505,0.82238 -0.40625,1.09375 0.113878,0.11268 0.306565,0.13175 0.5,0.0937 0.322393,-0.0633 0.679033,-0.29847 0.71875,-0.5625 0.04986,-0.33146 -0.4897,-0.7153 -0.8125,-0.625 z m 225.71875,0 c -0.28089,1.8e-4 -0.60033,0.14085 -0.875,0.34375 -0.61038,0.4509 -1.08436,1.25333 -0.90625,1.84375 0.22359,0.7412 1.69669,1.03886 2.28125,0.53125 0.67285,-0.58427 0.62201,-2.39216 -0.21875,-2.6875 -0.0873,-0.0307 -0.18762,-0.0313 -0.28125,-0.0313 z m 380.6875,0.0625 c -1.43435,-0.0281 -2.90644,0.45625 -3.625,1.375 -0.41354,0.52875 -0.63965,1.23605 -0.71875,2.03125 -0.2373,2.38559 0.91383,5.42615 2.90625,5.71875 2.94154,0.43198 6.19854,-4.90102 4.8125,-7.53125 -0.54376,-1.03186 -1.94065,-1.56569 -3.375,-1.59375 z m -635.9375,0.25 c 0.019606,0.005 0.042835,-0.004 0.0625,0 0.1156877,0.33758 0.2179462,0.68664 0.375,1 -0.1661358,-0.0209 -0.3338812,-0.0503 -0.5,-0.0625 0.087943,-0.2891 0.092309,-0.60082 0.0625,-0.9375 z m 557.03125,0.0313 c -0.34874,0.037 -0.67794,0.17745 -0.8125,0.4375 -0.149,0.28795 -0.0651,0.64923 0.125,1 0.31677,0.58462 0.96598,1.11376 1.5,1.03125 0.67041,-0.10359 1.08788,-1.33711 0.71875,-1.90625 -0.26555,-0.40943 -0.95001,-0.62414 -1.53125,-0.5625 z m 19.875,0.0313 c -0.96277,0.15952 -2.0525,1.06514 -2.125,1.9375 -0.0309,0.37144 0.0868,0.79743 0.3125,1.1875 -0.17367,0.16563 -0.29451,0.36159 -0.34375,0.5625 -0.2267,0.92503 0.92781,2.44848 1.84375,2.1875 0.38032,-0.10837 0.65981,-0.5067 0.8125,-0.96875 0.0238,-0.072 0.0447,-0.14327 0.0625,-0.21875 0.1253,-0.0125 0.2602,-0.0404 0.375,-0.0937 0.50588,-0.23508 0.79572,-0.82254 0.90625,-1.5 0.18422,-1.1291 -0.15508,-2.51895 -0.96875,-2.96875 -0.25537,-0.14117 -0.55408,-0.17817 -0.875,-0.125 z m -287.34375,0.0313 c -0.40763,-0.0101 -0.8212,0.1098 -1,0.375 -0.29929,0.44391 0.19119,1.34632 0.71875,1.4375 0.60723,0.10494 1.52194,-0.7017 1.3125,-1.28125 -0.087,-0.24065 -0.31992,-0.42212 -0.625,-0.5 -0.12712,-0.0324 -0.27037,-0.0279 -0.40625,-0.0313 z M 432,350.9375 c 0.0754,0.17395 0.17549,0.36075 0.28125,0.53125 0.0121,0.0195 0.0188,0.043 0.0313,0.0625 -0.14151,-0.0877 -0.28422,-0.17549 -0.4375,-0.25 0.0486,-0.10978 0.0833,-0.22788 0.125,-0.34375 z m -189.625,0.65625 c -0.7672,0.0848 -1.55357,0.38383 -2.1875,0.8125 -1.56028,-0.13793 -3.68839,1.98474 -3.375,3.5 0.0908,0.43913 0.42605,0.82258 0.875,1.09375 -0.0759,0.14043 -0.15872,0.28076 -0.21875,0.4375 -0.14579,0.38063 -0.23751,0.79045 -0.28125,1.21875 -0.45189,-0.11572 -0.87233,-0.0768 -1.15625,0.1875 -0.30787,0.28658 -0.39131,0.76972 -0.3125,1.28125 0.13134,0.85255 0.68665,1.77358 1.375,1.90625 0.34806,0.0671 0.71499,-0.1199 1.03125,-0.40625 0.0867,0.0624 0.18212,0.11288 0.28125,0.15625 1.44697,0.63312 3.5914,-0.93925 4.34375,-2.625 1.77395,-0.36231 2.88452,-3.24319 2.5625,-5.34375 -0.005,-0.30248 -0.0739,-0.60715 -0.25,-0.78125 -0.13102,-0.33435 -0.29483,-0.64228 -0.53125,-0.875 -0.50697,-0.49902 -1.31391,-0.65559 -2.15625,-0.5625 z m 70,0.125 c -0.72942,-0.0466 -1.47502,1.15923 -1.21875,1.84375 0.29497,0.7879 1.89896,1.33386 2.4375,0.6875 0.22361,-0.26838 0.24355,-0.68056 0.125,-1.09375 -0.19758,-0.68865 -0.76271,-1.40035 -1.34375,-1.4375 z M -4.5,352.0625 c -0.3142444,0.11097 -0.5644927,0.75066 -0.3125,0.96875 0.1046343,0.0906 0.2729725,0.10638 0.4375,0.0625 0.2742128,-0.0731 0.5747197,-0.3014 0.59375,-0.53125 0.023891,-0.28855 -0.4457387,-0.59641 -0.71875,-0.5 z m 391.125,0.28125 c 0.0602,0.19997 0.0977,0.39418 0.1875,0.59375 -0.16581,-0.12465 -0.348,-0.26486 -0.53125,-0.375 0.11829,-0.0727 0.25137,-0.12417 0.34375,-0.21875 z M 423.25,352.5 c 0.53212,0.45382 1.22836,0.79385 2,1 -0.55223,0.22888 -0.98318,0.70881 -1.28125,1.34375 -0.0948,-0.17086 -0.20777,-0.32658 -0.375,-0.40625 -0.27311,-0.43997 -0.61945,-0.80165 -1.03125,-0.96875 -0.11535,-0.0468 -0.25024,-0.0475 -0.375,-0.0625 0.50573,-0.19075 0.89826,-0.50603 1.0625,-0.90625 z m 139,0.0313 c -0.15647,-0.0135 -0.32837,0.013 -0.5,0.0625 -0.57209,0.16486 -1.15718,0.64211 -1.1875,1.125 -0.0381,0.60621 0.96265,1.21362 1.53125,1 0.65448,-0.24588 1.10015,-1.58434 0.5625,-2.03125 -0.11162,-0.0928 -0.24978,-0.14279 -0.40625,-0.15625 z m 51.1875,0.15625 c -0.38288,0.58042 -0.67652,1.2244 -0.84375,1.875 -0.14047,-0.13536 -0.28541,-0.25511 -0.46875,-0.3125 -0.33229,-0.10401 -0.70366,-0.0516 -1.0625,0.0937 -0.007,-0.1005 -0.0552,-0.18384 -0.0937,-0.28125 0.84596,-0.0997 1.72294,-0.64618 2.46875,-1.375 z M 43.75,352.71875 c 0.09374,0.0338 0.190269,0.0526 0.28125,0.0625 0.0322,0.32551 0.124465,0.62559 0.3125,0.875 -0.168048,0.14703 -0.307444,0.30541 -0.40625,0.5 0.02203,-0.47801 -0.03811,-0.97947 -0.1875,-1.4375 z m 389.84375,0.15625 c 0.0712,0.0537 0.14558,0.10657 0.21875,0.15625 -0.0498,0.036 -0.10806,0.0566 -0.15625,0.0937 -0.02,-0.082 -0.0319,-0.17344 -0.0625,-0.25 z M -2.4375,353.46875 c -2.2503716,0.0828 -4.962285,1.55072 -5.34375,3.40625 -0.4353515,2.11765 2.7648502,4.75161 4.875,4.28125 0.6072111,-0.13535 1.1942792,-0.50834 1.71875,-1.03125 1.57341433,-1.56873 2.5358933,-4.4308 1.28125,-5.8125 -0.57884758,-0.63747 -1.5083538,-0.88137 -2.53125,-0.84375 z m 526.53125,0.21875 c -0.0739,-0.002 -0.15126,0.0338 -0.21875,0.0625 -0.2242,0.0952 -0.34809,0.33099 -0.40625,0.625 -0.0969,0.49001 0.0265,1.10429 0.375,1.3125 0.43747,0.26138 1.28452,-0.24385 1.34375,-0.75 0.0597,-0.50977 -0.5762,-1.23377 -1.09375,-1.25 z m -96.375,0.0313 c 0.0534,0.21072 0.13506,0.41542 0.21875,0.625 -0.23712,-0.22265 -0.49007,-0.43833 -0.75,-0.59375 0.18271,9.8e-4 0.35002,-0.0197 0.53125,-0.0313 z m -414.59375,0.5 c -0.367303,0.11718 -0.658658,0.83263 -0.375,1.09375 0.117782,0.10842 0.308197,0.10741 0.5,0.0625 0.319672,-0.0749 0.657349,-0.2974 0.6875,-0.5625 0.03785,-0.33281 -0.493392,-0.69556 -0.8125,-0.59375 z M 389,355.6875 c 0.81295,0.67054 1.74838,1.20146 2.65625,1.46875 0.13672,0.15236 0.29487,0.29058 0.46875,0.34375 0.19853,0.0607 0.41039,0.002 0.625,-0.0937 -0.22462,0.41748 -0.43479,0.86527 -0.59375,1.3125 -0.51288,-0.61814 -1.31574,-0.97158 -2.21875,-1.09375 -0.01,-0.0404 -0.019,-0.0855 -0.0313,-0.125 -0.0741,-0.23933 -0.19728,-0.43303 -0.375,-0.625 -0.0833,-0.40108 -0.2893,-0.80712 -0.53125,-1.1875 z M 230.96875,356.75 c -0.0772,0.0213 -0.14712,0.0726 -0.21875,0.125 -0.57733,-0.15246 -1.40771,0.11402 -1.65625,0.59375 -0.15779,0.30457 -0.14115,0.7486 0,1.15625 -0.25937,-0.13129 -0.52119,-0.18867 -0.78125,-0.125 -1.25613,0.30755 -1.70797,2.97949 -0.71875,3.8125 0.77616,0.65359 2.59672,-0.0867 2.875,-1.0625 0.0801,-0.28079 0.0358,-0.60409 -0.0625,-0.9375 -0.0639,-0.21671 -0.13094,-0.44975 -0.25,-0.65625 0.33786,-0.0135 0.65511,-0.27178 0.875,-0.625 0.0916,-0.14717 0.16025,-0.29893 0.21875,-0.46875 0.24023,0.0389 0.48746,-0.007 0.625,-0.15625 0.1523,-0.1656 0.15699,-0.44922 0.0937,-0.71875 -0.1054,-0.44921 -0.43991,-0.8953 -0.8125,-0.9375 -0.0585,-0.007 -0.12905,-0.0161 -0.1875,0 z M 39.75,356.78125 c -0.286395,0.0359 -0.549621,0.15888 -0.65625,0.375 -0.118067,0.2393 -0.03694,0.5581 0.125,0.84375 0.269892,0.47609 0.811854,0.88882 1.25,0.8125 0.550043,-0.0958 0.875233,-1.13123 0.5625,-1.59375 -0.22498,-0.33273 -0.803925,-0.49739 -1.28125,-0.4375 z m 460.375,0.4375 c -0.42986,0.0211 -0.81707,0.15946 -1,0.46875 -0.20255,0.34246 -0.14602,0.80702 0.0625,1.25 0.34753,0.7383 1.12121,1.43902 1.78125,1.375 0.82861,-0.0804 1.41275,-1.55828 1,-2.28125 -0.29693,-0.5201 -1.12731,-0.84767 -1.84375,-0.8125 z m 97.375,1.09375 c 0.66708,0.42994 1.4179,0.73696 2.125,0.8125 -0.1578,0.30859 -0.27485,0.62446 -0.375,0.9375 -0.66011,-0.6 -1.53065,-1.09229 -2.4375,-1.40625 0.24065,-0.0571 0.47684,-0.1618 0.6875,-0.34375 z m -363.71875,0.125 c -0.35467,0.0626 -0.6622,0.37697 -0.84375,0.78125 -0.30259,0.67379 -0.30786,1.6154 0.125,2.03125 0.54341,0.52205 1.90262,0.0533 2.15625,-0.65625 0.29193,-0.81675 -0.58334,-2.30696 -1.4375,-2.15625 z m 390.71875,0.25 c -0.25544,0.49009 -0.45499,1.02612 -0.53125,1.53125 -0.10521,-0.10316 -0.26022,-0.15226 -0.40625,-0.21875 0.0541,-0.17603 0.11267,-0.34977 0.15625,-0.53125 0.23822,-0.24053 0.44392,-0.48116 0.59375,-0.75 0.0659,-0.003 0.12349,-0.0232 0.1875,-0.0313 z m -363.9375,0.375 c -0.93993,0.0626 -1.97632,0.58287 -2.28125,1.3125 -0.56156,1.34373 0.80448,3.92733 2.25,3.75 0.50018,-0.0614 0.92237,-0.43596 1.25,-0.9375 0.0377,0.40484 0.16585,0.75527 0.40625,1 0.72481,0.73787 2.62381,0.18222 3,-0.78125 0.43301,-1.10899 -0.75959,-3.17281 -1.9375,-3 -0.31911,0.0468 -0.58104,0.24864 -0.8125,0.53125 -0.008,-0.56816 -0.14716,-1.09428 -0.46875,-1.4375 -0.32441,-0.34624 -0.84229,-0.47507 -1.40625,-0.4375 z M 419.5,360.40625 c -0.50065,-0.0147 -0.98978,0.13624 -1.15625,0.5 -0.13824,0.30209 -0.0244,0.68165 0.1875,1.03125 0.35315,0.58267 1.02002,1.07963 1.5625,0.96875 -0.4825,0.91837 -0.52668,2.24782 0.1875,2.71875 0.41403,0.27301 0.99832,0.23264 1.5625,0 0.94031,-0.38773 1.82078,-1.29938 1.78125,-2.125 -0.0496,-1.03648 -1.85606,-1.90737 -2.78125,-1.4375 0.12872,-0.40735 0.10923,-0.84288 -0.0937,-1.125 -0.23364,-0.32472 -0.74935,-0.51654 -1.25,-0.53125 z m -100.84375,0.0313 c 0.0415,0.0168 0.0818,0.0479 0.125,0.0625 -0.0532,0.0204 -0.10359,0.039 -0.15625,0.0625 0.014,-0.0412 0.0195,-0.0834 0.0313,-0.125 z M 581,360.59375 c -0.17199,4.6e-4 -0.34543,0.0218 -0.5,0.0937 -0.51346,0.23886 -0.82558,0.84345 -0.9375,1.53125 -0.18655,1.14633 0.17378,2.54371 1,3 1.03722,0.57282 2.9336,-0.6629 3.03125,-1.84375 0.0983,-1.1893 -1.3898,-2.78444 -2.59375,-2.78125 z m -567.09375,0.125 c -0.172535,-0.007 -0.345634,0.0172 -0.5,0.0625 -1.42144,0.41736 -2.597595,3.15911 -1.53125,4.1875 0.442776,0.42702 1.165437,0.49916 1.90625,0.34375 1.23469,-0.25901 2.548007,-1.1718 2.6875,-2.1875 0.153229,-1.1157 -1.354757,-2.35535 -2.5625,-2.40625 z m 302.28125,2.21875 c -0.0364,0.0611 -0.0588,0.12529 -0.0937,0.1875 -0.0414,-0.031 -0.0826,-0.0653 -0.125,-0.0937 0.0727,-0.032 0.14736,-0.0595 0.21875,-0.0937 z m 310.46875,1.3125 c -0.87356,0.003 -1.69913,0.32523 -1.96875,0.96875 -0.22391,0.53441 -0.0454,1.18381 0.34375,1.78125 0.64854,0.99574 1.87312,1.8177 2.8125,1.59375 1.17928,-0.28115 1.77082,-2.50813 1.03125,-3.46875 -0.42564,-0.55285 -1.34519,-0.87765 -2.21875,-0.875 z m -27.375,1.03125 c -0.12441,0.0218 -0.26353,0.0514 -0.34375,0.125 -0.36933,0.3389 -0.2898,1.34689 0.1875,1.5 0.19819,0.0636 0.42325,-0.0297 0.625,-0.1875 0.33626,-0.26294 0.578,-0.70201 0.46875,-1.03125 -0.10286,-0.30999 -0.56428,-0.47174 -0.9375,-0.40625 z m -228.875,0.3125 c -0.11741,0.48101 -0.17708,0.94261 -0.1875,1.40625 -0.022,-0.22627 -0.0639,-0.44949 -0.125,-0.65625 -0.0112,-0.17576 -0.0337,-0.33283 -0.0625,-0.5 0.13231,-0.078 0.26551,-0.15626 0.375,-0.25 z M 333.125,366.0625 c 0.0231,0.0399 0.0384,0.0853 0.0625,0.125 -0.0398,-0.0313 -0.0826,-0.0686 -0.125,-0.0937 0.0166,-0.0147 0.0464,-0.0159 0.0625,-0.0313 z m -53,0.0313 c -0.3434,0.0445 -0.71152,0.30426 -0.6875,0.59375 0.0133,0.16027 0.14017,0.30896 0.3125,0.40625 0.28721,0.16215 0.67236,0.20669 0.875,0.0313 0.2544,-0.22025 0.11763,-0.85815 -0.1875,-1 -0.0878,-0.0408 -0.19803,-0.0461 -0.3125,-0.0313 z M 600.59375,367 c -1.17693,0.0566 -2.56933,1.94293 -1.9375,2.9375 0.26235,0.41297 0.80449,0.60647 1.40625,0.625 1.00293,0.0309 2.17081,-0.3972 2.46875,-1.15625 0.37404,-0.9529 -0.915,-2.4554 -1.9375,-2.40625 z m -230.375,0.125 c -8e-5,0.35446 0.0206,0.71202 0.0937,1.03125 -0.0336,-0.0473 -0.0874,-0.0816 -0.125,-0.125 0.0489,-0.30501 0.0514,-0.59893 0.0313,-0.90625 z m -17.90625,0.25 c 0.41979,0.20725 0.8284,0.36488 1.25,0.4375 -0.36823,0.49586 -0.6105,1.11327 -0.625,1.65625 -0.0231,-0.0197 -0.0386,-0.0433 -0.0625,-0.0625 -0.0525,-0.14971 -0.10495,-0.28095 -0.1875,-0.40625 0.0438,-0.52571 -0.0989,-1.09225 -0.375,-1.625 z m -53.90625,2.125 c -0.0717,0.002 -0.12486,0.008 -0.1875,0.0313 -0.57677,0.21493 -1.00353,1.38653 -0.53125,1.78125 0.12551,0.10489 0.31551,0.16231 0.5,0.15625 -0.84627,0.68286 -1.44582,2.01447 -0.90625,2.75 0.29873,0.40722 0.8477,0.58498 1.46875,0.5625 1.03509,-0.0374 2.21431,-0.6039 2.46875,-1.40625 0.31332,-0.988 -1.05108,-2.37332 -2.09375,-2.3125 0.22225,-0.18251 0.39108,-0.39322 0.40625,-0.625 0.0306,-0.4669 -0.62297,-0.95206 -1.125,-0.9375 z m 29.40625,0.875 c 0.038,0.0901 0.0981,0.16334 0.15625,0.25 -0.0901,-0.0459 -0.18456,-0.0856 -0.28125,-0.125 0.0468,-0.0258 0.0866,-0.0793 0.125,-0.125 z m 8.5,0.25 c -0.55959,0.0653 -1.18939,0.49729 -1.15625,0.96875 0.0183,0.26101 0.22164,0.49444 0.5,0.65625 0.46394,0.26969 1.13548,0.34377 1.46875,0.0625 0.41839,-0.3531 0.21226,-1.38798 -0.28125,-1.625 -0.14201,-0.0682 -0.34472,-0.0843 -0.53125,-0.0625 z m 5.4375,1.25 c -0.34888,0.0194 -0.75204,0.58146 -0.5625,0.875 0.0787,0.12189 0.25902,0.18332 0.4375,0.1875 0.29747,0.007 0.63206,-0.14926 0.71875,-0.375 0.10883,-0.28339 -0.29065,-0.70431 -0.59375,-0.6875 z m 44.375,3.90625 c -0.56953,0.0457 -1.0825,0.23831 -1.3125,0.65625 -0.25467,0.46277 -0.13869,1.07703 0.15625,1.65625 0.49156,0.96537 1.53305,1.86213 2.40625,1.75 1.0962,-0.14077 1.82748,-2.15142 1.25,-3.09375 -0.41544,-0.67791 -1.55078,-1.04492 -2.5,-0.96875 z m -24.5625,0.25 c -0.15777,0.003 -0.32797,0.0256 -0.46875,0.0937 -0.46766,0.22632 -0.71948,0.77375 -0.8125,1.40625 -0.15503,1.05417 0.17319,2.34303 0.9375,2.75 0.9595,0.5109 2.677,-0.66541 2.75,-1.75 0.0735,-1.09235 -1.30188,-2.51982 -2.40625,-2.5 z m -29.53125,1.15625 c -0.0748,-7.5e-4 -0.15254,0.009 -0.21875,0.0313 -0.6097,0.20048 -1.06978,1.41326 -0.59375,1.84375 0.19766,0.17875 0.52513,0.20259 0.84375,0.125 0.53104,-0.12931 1.07871,-0.527 1.125,-0.96875 0.0509,-0.48524 -0.63257,-1.02599 -1.15625,-1.03125 z"
+         transform="translate(-664,122)"
+         id="path11076"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#6a1a00;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(-0.03622566,0.38744231,-0.38744231,-0.03622566,-19.911682,221.31579)"
+         id="path11164"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#6a1a00;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(0.18307257,0.10465633,-0.10465633,0.18307257,-98.53751,288.35079)"
+         id="path11182"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#6c2700;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(-0.15229426,-0.12555146,0.12555146,-0.15229426,-274.91417,565.6288)"
+         id="path11188"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#7a2e00;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(-0.0611177,-0.4298866,0.4298866,-0.0611177,-326.26557,216.09564)"
+         id="path11230"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#6a1a00;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(0.20790728,0.37094776,-0.37094776,0.20790728,-410.31623,491.66595)"
+         id="path11258"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#5e1900;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(-0.31018378,0.17753577,-0.17753577,-0.31018378,-538.90021,506.75609)"
+         id="path11862"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#6a1a00;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(0.06776377,0.211992,-0.211992,0.06776377,-310.3035,223.59105)"
+         id="path11868"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#5b1700;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(0.07654479,0.06527394,-0.06527394,0.07654479,-492.40768,436.25033)"
+         id="path11874"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#5b1700;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(0.17312521,-0.25805499,0.25805499,0.17312521,-574.70192,564.6511)"
+         id="path11878"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#5b1700;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(-0.22252016,-0.15712019,0.15712019,-0.22252016,-88.356146,509.69336)"
+         id="path11884"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4466"
+         transform="translate(-664,124)"
+         d="m 168.8125,413.75 c -0.14012,0.0146 -0.27892,0.0454 -0.40625,0.0937 -1.27876,0.48535 -1.62286,3.09479 -0.65625,4.0625 1.1126,1.11386 4.27054,0.79937 4.6875,-0.71875 0.17313,-0.63037 -0.13434,-1.35664 -0.65625,-1.96875 -0.76111,-0.89267 -1.98792,-1.57117 -2.96875,-1.46875 z m -43.25,2.375 c -1.97747,0.2215 -4.16348,2.80795 -3.875,4.71875 0.0949,0.6284 0.4418,1.27219 0.9375,1.84375 1.48709,1.71469 4.34671,2.8681 5.84375,1.6875 0.0302,-0.0238 0.0337,-0.0684 0.0625,-0.0937 -0.10723,0.48752 -0.14815,1.02291 -0.125,1.5625 -0.0197,-0.002 -0.0426,0.002 -0.0625,0 -0.4685,-0.0419 -0.9237,0.0804 -1.375,0.28125 -1.01188,-0.12946 -2.17979,0.14836 -3.28125,0.6875 -0.73342,-2.49403 -2.92158,-5.063 -5.0625,-5.09375 -2.57591,-0.037 -4.95898,4.3225 -3.9375,6.6875 0.29394,0.68055 0.89588,1.28404 1.625,1.78125 0.65551,0.44701 1.41405,0.80127 2.21875,1.03125 -0.26983,0.24263 -0.47771,0.50477 -0.5625,0.8125 -0.23947,0.86905 0.61172,1.94028 1.5625,2.40625 -0.053,0.0311 -0.10438,0.0602 -0.15625,0.0937 -0.0112,-3.9e-4 -0.02,2.6e-4 -0.0313,0 -0.59205,-0.18719 -1.17708,-0.20755 -1.65625,0.0625 -0.28529,0.16078 -0.50866,0.42462 -0.6875,0.71875 -0.002,-0.27587 -0.0248,-0.55787 -0.0625,-0.84375 0.64507,-0.32496 1.05412,-1.65068 0.5,-2.09375 -0.23708,-0.18957 -0.61186,-0.20398 -0.96875,-0.0937 -0.0436,0.0135 -0.0817,0.0457 -0.125,0.0625 -0.75127,-1.81119 -2.05136,-3.37527 -3.5625,-3.65625 -0.99911,-0.18577 -2.0908,0.28271 -3,1.09375 -0.0468,-0.1004 -0.0905,-0.19023 -0.15625,-0.28125 -0.15438,-0.2138 -0.36528,-0.38872 -0.59375,-0.53125 0.11292,-0.12695 0.19656,-0.25649 0.25,-0.40625 0.34157,-0.95711 -0.95571,-2.39299 -1.96875,-2.3125 -0.33976,0.027 -0.68493,0.23028 -1,0.5 -0.15043,-1.33391 -2.82756,-2.19444 -3.84375,-1.3125 -0.80323,0.69711 -0.33998,2.67784 0.625,3.125 0.27768,0.12867 0.60752,0.17247 0.96875,0.125 0.43507,-0.0572 0.89448,-0.2593 1.28125,-0.5 -0.0539,0.20932 -0.0576,0.40338 -0.0313,0.59375 -1.29521,0.39383 -2.45232,1.17669 -2.78125,2.1875 -0.58537,1.79889 1.93168,4.39043 3.8125,4.1875 0.23086,-0.0249 0.45767,-0.0905 0.6875,-0.1875 0.27266,0.15435 0.62245,0.21399 0.875,0.125 0.23308,0.56386 0.61832,1.10443 1.125,1.59375 1.61582,1.56046 4.3059,2.54445 6.09375,1.90625 0.51598,0.27586 1.08535,0.40009 1.46875,0.125 0.0427,-0.0307 0.0571,-0.0876 0.0937,-0.125 0.19755,0.88038 0.56181,1.70657 1.125,2.1875 -0.0292,0.23787 -0.0318,0.46943 0.0625,0.65625 0.35018,0.69369 1.82314,0.72862 2.3125,0.125 0.16093,-0.19851 0.2623,-0.47165 0.28125,-0.78125 0.31281,-0.17718 0.60925,-0.40512 0.875,-0.65625 0.001,0.0205 -0.002,0.0419 0,0.0625 0.0612,0.72703 0.41688,1.41243 0.96875,2 -0.0171,0.6489 0.14611,1.23678 0.5625,1.625 0.65562,0.61127 1.73676,0.606 2.8125,0.28125 1.96409,0.58005 4.10032,0.55212 5.3125,-0.5 0.51881,-0.45031 0.83759,-1.11764 0.96875,-1.875 1.57085,0.4751 3.21606,0.46068 4.28125,-0.28125 0.65401,-0.45553 1.02612,-1.21767 1.1875,-2.125 2.21036,0.58095 4.92654,0.31673 6.625,-0.78125 0.6311,-0.006 1.21244,-0.10802 1.71875,-0.375 1.44539,-0.76218 2.06285,-2.90768 1.875,-4.90625 0.94047,0.48455 2.50357,0.22803 3.21875,-0.53125 0.02,0.13703 0.0525,0.27617 0.125,0.375 0.0691,0.0942 0.19776,0.15331 0.3125,0.21875 0.0233,0.0825 0.023,0.1716 0.0625,0.25 -0.38244,0.32481 -0.6499,0.79904 -0.65625,1.21875 -0.66715,-0.34994 -1.38427,-0.45495 -1.90625,-0.125 -0.89538,0.56599 -0.98744,2.16479 -0.53125,3.40625 -0.59847,-0.21816 -1.21486,-0.24408 -1.65625,0.0625 -0.51471,0.35751 -0.72673,1.04139 -0.71875,1.8125 0.0133,1.28518 0.66912,2.75241 1.65625,3.09375 1.23922,0.42851 3.05425,-1.25649 2.9375,-2.5625 -0.0256,-0.28597 -0.14027,-0.59384 -0.3125,-0.875 1.12748,-0.14375 2.42411,-1.39689 2.375,-2.46875 -0.0171,-0.37256 -0.18302,-0.76118 -0.4375,-1.125 -0.0796,-0.11385 -0.1853,-0.23648 -0.28125,-0.34375 0.0787,0.003 0.17447,0.008 0.25,0 0.70689,2.3124 2.35545,4.41349 4.28125,4.375 0.4642,-0.009 0.915,-0.15877 1.34375,-0.375 0.0252,0.0617 0.0636,0.12735 0.0937,0.1875 1.13915,2.27173 5.1972,2.68454 8.09375,1.625 0.34886,0.1004 0.74198,0.0886 1.15625,0.0313 0.19902,0.67504 0.53122,1.26242 1.0625,1.65625 1.51216,1.12095 4.01517,0.59941 6.0625,-0.65625 1.61536,1.84733 4.33008,3.17295 6.1875,2.46875 0.68229,-0.25868 1.22172,-0.84882 1.59375,-1.59375 1.19553,-0.16976 2.3957,-0.54916 3.34375,-1.15625 0.41068,0.54935 1.03186,0.99873 1.78125,1.3125 0.0674,0.0282 0.14961,0.0363 0.21875,0.0625 -0.25145,0.36528 -0.40029,0.75465 -0.46875,1.1875 -0.21095,1.33377 0.54039,2.7192 1.71875,3.875 -0.0635,0.18009 -0.0894,0.37701 -0.0625,0.5625 0.0787,0.54287 0.54929,0.98593 1.15625,1.28125 0.69547,0.33839 1.55577,0.46658 2.25,0.3125 1.55234,0.59085 3.15873,0.73283 4.34375,0.125 0.98052,-0.50294 1.60223,-1.62209 1.875,-2.90625 0.0423,0.683 0.24241,1.31528 0.6875,1.625 0.88054,0.61273 2.73926,-0.32072 2.9375,-1.375 0.22818,-1.21351 -1.39518,-3.12127 -2.5625,-2.71875 -0.43316,0.14937 -0.72756,0.60247 -0.90625,1.125 0.0461,-1.72463 -0.48122,-3.49055 -1.53125,-4.4375 -0.0336,-0.0621 -0.0571,-0.12685 -0.0937,-0.1875 0.26276,-0.0675 0.48871,-0.1921 0.5625,-0.40625 0.0817,-0.23712 -0.003,-0.53413 -0.1875,-0.78125 -0.10647,-0.14234 -0.25742,-0.2688 -0.40625,-0.375 0.5315,-0.24358 1.01003,-0.541 1.375,-0.90625 0.0616,-0.0183 0.12949,-0.0367 0.1875,-0.0625 1.2027,-0.53552 1.35622,-3.05973 0.375,-3.9375 -0.28235,-0.25258 -0.68014,-0.39458 -1.125,-0.46875 -0.67128,-0.69966 -1.50384,-1.24476 -2.3125,-1.375 0.57358,-0.25699 1.09947,-0.91567 0.90625,-1.40625 -0.10698,-0.2716 -0.39958,-0.45233 -0.75,-0.53125 -0.58404,-0.13154 -1.3021,-0.005 -1.5625,0.40625 -0.28604,0.45143 0.11367,1.30249 0.625,1.5625 -0.51451,0.089 -1.03515,0.33643 -1.53125,0.6875 -0.4197,0.297 -0.80716,0.67786 -1.15625,1.09375 -0.0452,-0.0542 -0.0704,-0.11451 -0.125,-0.15625 -0.23529,-0.18001 -0.59445,-0.20128 -0.9375,-0.125 -0.0136,-0.0398 -0.0135,-0.0864 -0.0313,-0.125 -0.27176,-0.59219 -0.92807,-0.92962 -1.71875,-1.0625 -0.0287,-0.005 -0.0648,0.004 -0.0937,0 -0.068,-0.54933 -0.27045,-1.03524 -0.6875,-1.21875 -0.36244,-0.15948 -0.79649,-0.0549 -1.21875,0.15625 -0.1192,-0.45052 -0.33635,-0.89544 -0.65625,-1.3125 0.8033,-1.17599 -0.0952,-3.83502 -1.46875,-4.1875 -1.03233,-0.26493 -2.34603,1.05952 -2.5,2.1875 -0.0307,0.005 -0.0635,-0.006 -0.0937,0 -0.60764,0.12198 -1.21658,0.49026 -1.75,1 -0.50487,0.48245 -0.94686,1.09478 -1.28125,1.75 C 178.90907,432.29827 178.7231,432.14411 178.5,432 c 0.0258,-1.30388 -0.2941,-2.58209 -1.0625,-3.3125 -0.51532,-0.48984 -1.26345,-0.80436 -2.09375,-0.96875 -0.86611,-0.17148 -1.83763,-0.16024 -2.75,0 0.0742,-0.4469 0.0819,-0.87245 0,-1.28125 -0.125,-0.62389 -0.431,-1.23658 -0.875,-1.8125 0.80188,-0.57025 1.42115,-1.45028 1.15625,-2.1875 -0.18526,-0.51556 -0.75338,-0.86331 -1.40625,-1.03125 -1.08811,-0.2799 -2.45694,-0.0686 -2.96875,0.6875 -0.0134,0.0198 -0.0193,0.0419 -0.0313,0.0625 -1.06275,-0.48826 -2.1573,-0.7786 -3.15625,-0.71875 -1.57606,-0.96785 -4.69116,-0.62449 -5.53125,0.875 -0.0609,0.10874 -0.0919,0.22271 -0.125,0.34375 -2.02221,0.7672 -3.96345,2.95487 -3.90625,4.84375 0.006,0.21386 0.0427,0.4075 0.0937,0.625 -0.13307,0.24002 -0.23268,0.49141 -0.34375,0.75 -0.23893,-0.5713 -0.6142,-1.0054 -1.125,-1.125 -0.60778,-0.14231 -1.27863,0.16727 -1.84375,0.6875 -0.58867,0.54191 -1.07392,1.29475 -1.25,2.03125 -0.26619,-1.13442 -1.03937,-2.19898 -1.96875,-2.21875 -0.52974,-0.0113 -1.02195,0.30719 -1.4375,0.78125 -0.4787,-0.67448 -1.40272,-1.19708 -2.09375,-1.03125 -0.47739,0.11456 -0.9302,0.53532 -1.25,1.0625 -0.29418,-0.0733 -0.61834,-0.15584 -0.9375,-0.1875 -0.48692,-0.0483 -0.98845,-0.046 -1.5,0 -0.0732,-0.55058 -0.21885,-1.08791 -0.40625,-1.5625 1.79151,-0.82054 3.32272,-2.38765 3.0625,-3.9375 -0.47858,-2.8504 -6.3554,-4.25512 -8.375,-2.1875 -0.22541,0.23077 -0.38669,0.528 -0.5,0.84375 -2.25294,-0.81186 -4.8069,-0.85869 -6.25,0.34375 -0.074,0.0617 -0.15199,0.11835 -0.21875,0.1875 0.42247,-2.37707 -0.93776,-5.79929 -3,-6.375 -0.2659,-0.0742 -0.56125,-0.0941 -0.84375,-0.0625 z m -24.6875,1.65625 c -0.58656,0.061 -1.111662,0.2495 -1.53125,0.5625 -0.967297,0.72157 -1.178073,2.29477 -0.875,3.75 -0.540871,-0.34537 -1.182264,-0.52041 -1.65625,-0.34375 -0.89531,0.33369 -1.108672,2.16371 -0.4375,2.84375 0.193135,0.19569 0.462359,0.30122 0.78125,0.375 0.848183,0.19625 1.947035,-0.0176 2.34375,-0.625 0.197624,0.21801 0.416985,0.3981 0.65625,0.53125 0.5508,0.30651 1.2508,0.41759 2,0.375 2.24759,-0.12776 4.89413,-1.67157 4.875,-3.5625 -0.0229,-2.26826 -3.61449,-4.17055 -6.15625,-3.90625 z m -21.90625,1.3125 c -1.728983,0.25263 -3.08374,2.22875 -3.59375,4.3125 -0.06951,-0.0439 -0.137937,-0.0797 -0.21875,-0.0937 -0.301486,-0.0525 -0.613042,0.10447 -0.875,0.375 -0.233208,0.24084 -0.409221,0.55873 -0.5,0.875 -0.349853,0.32301 -0.617862,0.69927 -0.6875,1.09375 -0.0037,0.0207 0.0028,0.0415 0,0.0625 -0.159276,-0.1367 -0.361898,-0.23052 -0.5625,-0.28125 -0.268415,-0.0679 -0.531578,-0.023 -0.8125,0.0625 -0.200366,-0.12519 -0.383607,-0.2268 -0.59375,-0.25 -0.01926,-0.002 -0.04302,0.001 -0.0625,0 -0.172172,-0.21869 -0.412252,-0.40731 -0.71875,-0.53125 -0.579123,-0.23419 -1.318522,-0.28937 -1.84375,-0.0937 -0.174783,-0.31302 -0.407261,-0.56326 -0.6875,-0.625 -0.174856,-0.0385 -0.354589,0.023 -0.53125,0.125 -0.137739,0.004 -0.261785,0.033 -0.40625,0.0937 -0.01934,0.008 -0.04328,0.0223 -0.0625,0.0313 -0.02689,-0.0563 -0.06242,-0.10169 -0.09375,-0.15625 -1.708056,-2.97397 -8.855747,-2.10212 -10.25,1.03125 -0.181069,0.40692 -0.219692,0.84378 -0.1875,1.3125 -0.963652,-0.005 -2.002167,0.20423 -2.9375,0.5625 -0.46622,-0.0199 -0.948359,0.0818 -1.4375,0.25 -0.363187,-0.0866 -0.75079,-0.12127 -1.15625,-0.0937 -1.147184,-0.5381 -2.570152,-0.75917 -3.78125,-0.59375 -0.100406,-0.31823 -0.385261,-0.64605 -0.65625,-0.65625 -0.340195,-0.0128 -0.658929,0.55941 -0.53125,0.875 0.01323,0.0327 0.0403,0.0635 0.0625,0.0937 -0.317903,0.14026 -0.61426,0.30195 -0.84375,0.53125 -0.216171,-0.10553 -0.449993,-0.16102 -0.65625,-0.0937 -0.08265,0.027 -0.148751,0.0718 -0.21875,0.125 -0.137701,-0.0854 -0.287405,-0.14742 -0.4375,-0.1875 -0.0402,-0.0107 -0.084,0.007 -0.125,0 1.078488,-0.87357 1.723552,-2.96266 0.8125,-3.8125 -0.444157,-0.41432 -1.146159,-0.4781 -1.875,-0.3125 -1.203349,0.2734 -2.484062,1.1624 -2.625,2.15625 -1.349718,-0.87716 -4.340867,0.3516 -4.625,1.9375 -0.04171,0.23278 0.01155,0.48155 0.09375,0.71875 -0.381159,0.19744 -0.702238,0.45831 -0.875,0.78125 -0.117129,0.21895 -0.162205,0.4723 -0.1875,0.75 -0.700984,-0.81081 -1.70378,-1.36966 -2.53125,-1.21875 -0.416364,0.0759 -0.754602,0.37597 -1.03125,0.78125 -0.08351,-1.40608 -0.554518,-2.64874 -1.5625,-3.28125 -3.156914,-1.98096 -9.574674,2.50101 -9.3125,6.21875 0.0015,0.0208 -0.002,0.0417 0,0.0625 -0.01017,0.0285 0.0096,0.0648 0,0.0937 -0.840679,-0.43649 -2.181895,0.22777 -2.8125,1.125 -0.115301,0.0485 -0.224696,0.11305 -0.3125,0.1875 -0.370441,-0.17967 -0.773286,-0.27321 -1.0625,-0.125 -0.548752,0.28122 -0.575086,1.48961 -0.09375,1.875 0.186987,0.14971 0.484725,0.19374 0.78125,0.1875 0.03116,0.11874 0.078,0.23671 0.125,0.34375 -0.256366,0.0888 -0.487452,0.19648 -0.71875,0.3125 -0.03106,-0.005 -0.063,0.003 -0.09375,0 -0.09554,-0.0544 -0.184076,-0.11945 -0.28125,-0.15625 -0.109912,-0.42474 -0.573318,-0.88356 -0.9375,-0.75 -0.02547,0.009 -0.03943,0.0484 -0.0625,0.0625 -0.08908,-0.0611 -0.18024,-0.14527 -0.28125,-0.1875 -0.372818,-0.15587 -0.791362,-0.15402 -1.21875,-0.0625 -0.05669,-0.44538 -0.212325,-0.88313 -0.5,-1.28125 0.04434,-0.44215 0.0051,-0.87594 -0.15625,-1.28125 -1.27063,-3.19139 -8.453431,-3.34585 -10.28125,-0.4375 -0.497467,0.79155 -0.5251901,1.84978 -0.21875,2.90625 -0.5091769,-0.0313 -1.0295113,0.0938 -1.28125,0.40625 -0.45508247,0.5649 0.11074333,1.84752 0.8125,2.03125 0.2019361,0.0529 0.4191189,0.0129 0.65625,-0.0625 -0.1983225,0.25913 -0.3682064,0.53769 -0.53125,0.8125 -0.43162156,-0.65711 -1.13304809,-1.21048 -1.78125,-1.25 -0.0222857,-0.54282 -0.36764195,-1.11889 -0.84375,-1.59375 0.02715,-0.87736 -0.2413805,-1.72746 -0.875,-2.03125 -0.5389962,-0.25842 -1.2080065,-0.0887 -1.84375,0.28125 -1.0595759,0.61654 -1.994507,1.83302 -1.8125,2.8125 0.033711,0.18142 0.1373447,0.34373 0.25,0.5 0.07428,0.54006 0.2567016,1.04341 0.59375,1.34375 0.2851845,0.25412 0.7075595,0.39483 1.15625,0.46875 0.3766062,0.062 0.7569604,0.0549 1.15625,0 -0.3712479,0.58535 -0.1809386,1.65471 0.3125,2.21875 -0.00677,0.0129 -0.024605,0.0182 -0.03125,0.0313 -0.00334,0.008 0.00314,0.0234 0,0.0313 -0.4867133,0.97256 -0.6144378,2.21312 -0.09375,2.90625 -0.6024211,0.18399 -1.0920471,0.50424 -1.375,1 -0.8756936,1.5343 0.4307426,4.06546 2.15625,5.34375 0.011743,0.0418 0.015122,0.0851 0.03125,0.125 0.4010683,0.99148 2.44732996,1.17829 3.1875,0.40625 0.051117,-0.0533 0.082121,-0.12373 0.125,-0.1875 0.2270611,-0.17306 0.435901,-0.41041 0.625,-0.65625 -0.3976286,0.70278 -0.5799161,1.498 -0.34375,2.09375 0.309139,0.77983 1.4575109,1.1422 2.46875,1.0625 0.092588,0.40344 0.2600352,0.76385 0.53125,1.0625 0.8984119,0.98929 2.5842847,1.09258 4.21875,0.65625 -0.20472,0.27477 -0.380515,0.58188 -0.4375,0.875 -1.0508951,-0.74001 -3.2396444,-0.5979 -3.65625,0.53125 -0.1909257,0.51748 -0.019696,1.13534 0.375,1.6875 0.6578208,0.92027 1.8658337,1.65795 2.75,1.40625 0.7427003,-0.21143 1.1912011,-1.25903 1.1875,-2.1875 0.2486516,0.19134 0.5435564,0.3526 0.875,0.46875 0.74097,0.25966 1.611852,0.32454 2.34375,0.15625 2.972097,0.13438 6.808235,-1.79605 7.34375,-4.3125 0.453316,-2.13019 -1.937871,-4.68777 -4.3125,-5.40625 0.497032,-0.0841 0.964303,-0.25165 1.25,-0.5625 0.266242,-0.28969 0.416759,-0.69531 0.5,-1.15625 0.103089,-0.57084 0.09166,-1.23213 -0.0625,-1.8125 0.149186,-0.14716 0.278913,-0.33127 0.40625,-0.5 0.08407,0.0163 0.166009,0.0546 0.25,0.0625 0.03168,0.003 0.06181,-0.002 0.09375,0 -0.65327,2.08288 -0.540469,4.56643 0.71875,5.75 1.52955,1.43766 5.00634,0.53261 6.46875,-1.21875 0.951029,0.11744 1.984825,-0.42438 2.8125,-1.25 -0.03777,0.12257 -0.0613,0.24556 -0.0625,0.375 -0.0115,1.23885 1.62993,2.29938 3.125,2.5 0.804656,0.77087 1.726962,1.26501 2.6875,1.15625 2.300651,-0.26051 3.983451,-3.49451 4.125,-6.34375 0.858407,-0.007 1.645585,-0.19474 2.25,-0.625 0.08463,-0.0602 0.142893,-0.14803 0.21875,-0.21875 1.304157,-0.4882 2.449593,-1.34661 2.84375,-2.40625 0.231147,-0.62141 0.228501,-1.35774 0.09375,-2.125 0.496495,-0.44373 0.837503,-1.32292 0.46875,-1.75 -0.1995,-0.23105 -0.564368,-0.29329 -0.9375,-0.25 -0.05182,0.006 -0.104001,0.021 -0.15625,0.0313 -0.04208,-0.0848 -0.07997,-0.16669 -0.125,-0.25 0.421256,-0.63374 -0.280556,-1.90658 -1.03125,-2.03125 -0.162014,-0.0269 -0.351632,0.008 -0.53125,0.0625 -0.580791,-0.50801 -1.21833,-0.84776 -1.875,-0.9375 -0.395406,-0.78809 -0.864542,-1.52151 -1.4375,-2.09375 0.149251,-0.15676 0.281414,-0.30525 0.40625,-0.5 0.409417,-0.63869 0.688732,-1.45358 0.71875,-2.1875 0.197983,-0.12076 0.385861,-0.28343 0.5625,-0.46875 0.605534,-0.6353 1.025875,-1.57855 1.0625,-2.40625 0.422017,0.42732 1.002587,0.75268 1.5625,0.875 -0.03799,0.0689 -0.06996,0.1371 -0.09375,0.21875 -0.723771,0.6052 -1.249904,1.54395 -1.125,2.3125 0.175513,1.07994 1.551008,2.19207 2.78125,2.40625 -0.05806,0.2443 -0.08252,0.50074 -0.03125,0.71875 0.215116,0.91469 1.461649,1.75407 2.53125,1.875 0.28468,0.19488 0.604918,0.37701 0.9375,0.53125 6.31e-4,0.10417 -4.05e-4,0.22088 0.03125,0.3125 0.05263,0.15233 0.183761,0.27581 0.3125,0.40625 0.0024,0.0103 -0.0026,0.021 0,0.0313 -0.852669,-0.41506 -2.314419,0.67713 -2.34375,1.625 -0.0084,0.27276 0.08475,0.56406 0.25,0.84375 0.277626,0.46989 0.762306,0.87384 1.25,1.09375 -0.12858,0.006 -0.242005,0.008 -0.375,0.0313 -1.394083,0.24191 -2.9296,1.38327 -2.78125,2.5625 0.209893,1.66844 3.448588,2.66748 4.84375,1.6875 0.439518,0.23452 0.899265,0.32958 1.3125,0.25 1.254699,-0.24164 1.984426,-2.5794 1.25,-3.625 -0.528344,-0.7522 -1.878979,-1.12523 -2.96875,-0.96875 0.209886,-0.18363 0.325734,-0.46367 0.40625,-0.78125 0.146911,0.0314 0.295836,0.0287 0.40625,-0.0313 0.316132,-0.17175 0.286181,-0.87572 0,-1.09375 -0.09598,-0.0731 -0.228205,-0.0905 -0.375,-0.0937 -0.0145,-0.0836 -0.01044,-0.16889 -0.03125,-0.25 1.042133,0.71307 2.855995,0.66062 4.125,0.0313 1.049082,0.40262 2.10947,0.50691 2.96875,0.0937 0.191473,0.47629 0.480575,0.89347 0.8125,1.21875 0.575213,0.5637 1.406177,0.92448 2.34375,1.125 0.771782,0.16506 1.606859,0.19479 2.4375,0.125 0.106952,0.64021 0.367387,1.2113 0.78125,1.5625 0.669217,0.5679 1.836649,0.43287 2.8125,-0.0313 1.273077,1.34444 4.827077,1.10103 5.71875,-0.5 0.270256,-0.48525 0.219966,-1.10186 0,-1.71875 0.03025,-0.008 0.06395,-0.0227 0.09375,-0.0313 0.120323,0.0174 0.259236,0.0233 0.34375,-0.0313 0.04089,-0.0264 0.0621,-0.0811 0.09375,-0.125 0.04301,-0.0209 0.08339,-0.0392 0.125,-0.0625 0.120296,-0.0672 0.238314,-0.16089 0.34375,-0.25 0.244649,0.0612 0.477915,0.0687 0.71875,0.0937 -0.48837,0.36653 -0.834686,1.00111 -0.59375,1.4375 0.328367,0.59475 1.548117,0.56253 2.125,0.0937 0.231407,0.91545 0.669267,1.70096 1.3125,2.15625 0.972638,0.68844 2.486517,0.44218 3.78125,-0.25 1.575349,0.96918 3.557594,1.35463 4.65625,0.375 0.666262,-0.59408 0.915733,-1.56062 0.875,-2.625 0.07908,-0.18031 0.134339,-0.36446 0.1875,-0.5625 0.793569,0.15742 1.729301,-0.21715 2.5,-0.84375 0.828203,0.0238 1.675313,-0.2528 2.09375,-0.78125 0.455341,-0.57506 0.536681,-1.53619 0.34375,-2.4375 0.563521,0.49284 1.244076,0.90358 1.96875,1.21875 -0.840684,0.91205 -1.351328,1.98924 -1.0625,2.96875 0.0469,0.15905 0.138382,0.32405 0.21875,0.46875 -0.812328,0.19007 -1.506782,0.656 -1.625,1.3125 -0.09936,0.5518 0.194557,1.11105 0.6875,1.59375 0.821568,0.8045 2.159645,1.34617 3,0.9375 0.615399,-0.29927 0.892539,-1.19282 0.84375,-2.03125 0.236288,0.0538 0.47517,0.0942 0.71875,0.125 2.9786,1.85598 9.401,-1.24634 9.78125,-4.75 0.1878,-1.73039 -1.41845,-3.54949 -3.3125,-4.53125 0.0679,-0.056 0.10069,-0.13813 0.125,-0.21875 0.0561,-0.1861 -0.006,-0.40795 -0.15625,-0.59375 -0.25105,-0.30966 -0.694365,-0.54492 -1,-0.4375 -0.02686,0.009 -0.0383,0.0472 -0.0625,0.0625 -0.06095,-0.0539 -0.122329,-0.10496 -0.1875,-0.15625 1.03095,-0.64696 1.8328,-1.57411 1.9375,-2.53125 0.0944,-0.86293 -0.51261,-1.74662 -1.34375,-2.40625 -0.07633,-0.32846 -0.314367,-0.6607 -0.59375,-0.71875 -0.143108,-0.0297 -0.306443,-0.009 -0.46875,0.0625 -0.7559,-0.3393 -1.569838,-0.4601 -2.21875,-0.25 -0.07594,0.0246 -0.144488,0.0603 -0.21875,0.0937 -0.0053,-0.007 0.0053,-0.0248 0,-0.0313 -1.197985,-1.44473 -4.54173,-0.82916 -5.71875,0.71875 -0.395749,-0.032 -0.790592,0.2031 -1.125,0.5625 -0.440013,0.47289 -0.755755,1.14285 -0.75,1.71875 -0.37684,-0.504 -0.939625,-0.91646 -1.46875,-1 -0.271842,-0.3782 -0.578271,-0.73267 -0.9375,-1.0625 0.316477,-3.42639 -3.982109,-8.23663 -7.3125,-7.75 z m 10.96875,0.9375 c -0.423575,0.0393 -0.740645,0.78596 -0.53125,1.15625 0.241021,0.42622 1.217754,0.57667 1.46875,0.15625 0.10422,-0.17457 0.07437,-0.39821 -0.03125,-0.625 -0.176033,-0.37799 -0.568844,-0.71883 -0.90625,-0.6875 z m -39.25,0.4375 c -1.0822,0.039 -2.210842,0.50057 -2.5625,1.28125 -0.504534,1.12006 0.927801,2.99858 2.15625,3 1.413984,0.002 3.229861,-2.20815 2.53125,-3.4375 -0.290083,-0.51046 -0.93609,-0.75479 -1.65625,-0.8125 -0.150033,-0.012 -0.31415,-0.0368 -0.46875,-0.0313 z M 88,422 c -0.09783,0.011 -0.191958,0.0511 -0.28125,0.0937 -1.054616,0.50357 -0.934917,2.94534 0.09375,3.5 0.80711,0.4352 2.277384,-0.55419 2.34375,-1.46875 0.0191,-0.26317 -0.07032,-0.53566 -0.21875,-0.8125 C 89.547871,422.58579 88.684811,421.92287 88,422 z m -13.8125,6.21875 c 0.07963,0.0778 0.16584,0.14963 0.25,0.21875 -0.143354,0.20465 -0.260965,0.43151 -0.34375,0.65625 0.08158,-0.29728 0.113901,-0.60163 0.09375,-0.875 z m 2.6875,0.375 c 0.213072,0.14984 0.445699,0.27831 0.6875,0.40625 -0.120549,0.25865 -0.219289,0.51703 -0.3125,0.78125 -0.09562,-0.0261 -0.186135,-0.0451 -0.28125,-0.0625 0.05945,-0.35787 0.0047,-0.76232 -0.09375,-1.125 z m -2.8125,0.625 c -0.106852,0.35252 -0.125403,0.68805 0,0.96875 0.04999,0.1119 0.123467,0.22785 0.21875,0.3125 -0.03758,0.0263 -0.0877,0.0352 -0.125,0.0625 -0.0535,0.0392 -0.103463,0.0837 -0.15625,0.125 -0.135935,-0.15456 -0.28648,-0.3142 -0.46875,-0.4375 0.222812,-0.33198 0.416689,-0.66819 0.53125,-1.03125 z m 149.75,1.125 c -2.06155,0.20795 -3.6845,3.04401 -3.75,5.4375 -0.11688,-0.008 -0.22906,-0.006 -0.34375,0 -0.76809,0.041 -1.56615,0.37572 -2.3125,0.90625 -0.94278,0.67016 -1.76514,1.64215 -2.34375,2.6875 -1.03939,-0.48079 -2.15422,-0.77278 -3.21875,-0.8125 0.75023,-1.13718 0.69583,-3.34792 -0.4375,-3.84375 -0.54299,-0.23755 -1.22649,-0.0759 -1.84375,0.3125 -1.02877,0.64736 -1.87027,1.87942 -1.65625,2.84375 0.12619,0.56859 0.7006,1.01831 1.375,1.25 -0.23286,0.15076 -0.44511,0.31697 -0.625,0.53125 -0.18579,0.22131 -0.32051,0.48439 -0.4375,0.75 -1.21216,-0.0353 -2.40523,0.26288 -3.09375,0.96875 -0.46462,0.47633 -0.77363,1.16249 -0.9375,1.9375 -0.0758,0.35844 -0.11111,0.74166 -0.125,1.125 -0.0807,-0.0534 -0.15558,-0.0848 -0.25,-0.0937 -0.27203,-0.0258 -0.53562,0.14721 -0.75,0.40625 -0.3573,0.43173 -0.57641,1.10849 -0.34375,1.5 0.24927,0.41946 1.08788,0.44911 1.53125,0.15625 0.17454,0.72083 0.48217,1.36416 0.875,1.875 -0.13045,0.0895 -0.18835,0.27411 -0.1875,0.46875 0.001,0.3244 0.18886,0.6936 0.4375,0.78125 0.2341,0.0825 0.55309,-0.15156 0.6875,-0.40625 0.11959,0.0562 0.2454,0.0912 0.375,0.125 0.51258,0.13364 1.05551,0.092 1.59375,-0.0937 0.12807,0.50811 0.38195,1.03994 0.71875,1.53125 1.11441,1.62567 3.19152,2.97569 4.90625,2.96875 0.0107,0.009 0.0203,0.0226 0.0313,0.0313 0.90288,0.70552 2.88252,-0.19984 3.15625,-1.3125 0.0788,-0.32018 0.0622,-0.65907 -0.0625,-1.03125 -0.0715,-0.21325 -0.19213,-0.45242 -0.3125,-0.65625 0.0424,-0.26967 0.0531,-0.55947 0.0625,-0.84375 0.16468,0.50788 0.45461,0.94025 0.84375,1.125 0.89763,0.42617 2.41645,-0.69406 2.4375,-1.6875 0.006,-0.28587 -0.10525,-0.61489 -0.28125,-0.90625 -0.088,-0.14568 -0.19362,-0.27301 -0.3125,-0.40625 0.78249,0.002 1.61778,-0.34118 1.9375,-0.90625 0.15492,-0.2738 0.23735,-0.62595 0.21875,-1 -0.0216,-0.43461 -0.17358,-0.87525 -0.375,-1.28125 0.49536,-0.13738 0.96294,-0.31687 1.40625,-0.53125 0.31917,0.23519 0.70685,0.3629 0.96875,0.1875 0.20141,-0.13488 0.27927,-0.42048 0.28125,-0.71875 4.8e-4,-0.0729 -0.0216,-0.14428 -0.0313,-0.21875 0.42512,-0.34477 0.76513,-0.75254 1,-1.1875 0.35222,-0.1488 0.62308,-0.36902 0.75,-0.65625 0.0747,-0.16908 0.0736,-0.36395 0.0313,-0.5625 0.52396,-0.11915 1.00934,-0.35516 1.3125,-0.6875 1.35584,-0.0984 2.5475,-0.57747 3.125,-1.5625 0.005,-0.008 -0.005,-0.0231 0,-0.0313 0.3102,0.0556 0.59264,0.0411 0.84375,-0.0625 1.15613,-0.47702 1.89308,-2.88791 0.90625,-3.65625 -0.40976,-0.31904 -1.01692,-0.29022 -1.625,-0.0937 -0.0652,0.0211 -0.12263,0.0683 -0.1875,0.0937 -1.06063,-2.55101 -3.69958,-4.97889 -5.96875,-4.75 z m -10.6875,0.1875 c -0.29622,0.0152 -0.57782,0.0845 -0.8125,0.21875 -1.17846,0.67398 -1.0976,3.26356 0,4.0625 1.26338,0.9196 4.29522,0.11546 4.46875,-1.4375 0.0721,-0.64483 -0.33098,-1.29327 -0.9375,-1.8125 -0.75814,-0.64904 -1.83008,-1.07694 -2.71875,-1.03125 z m -124.84375,0.375 c -0.171404,0.36713 -0.288561,0.75295 -0.375,1.125 -0.102492,-0.0409 -0.210286,-0.0689 -0.3125,-0.0937 0.190709,-0.31103 0.318117,-0.63449 0.40625,-0.96875 0.09935,-0.0139 0.189195,-0.0363 0.28125,-0.0625 z m 81.3125,1.875 c 0.17196,0.28052 0.36642,0.54855 0.59375,0.8125 -0.73561,0.33179 -1.37147,0.95342 -1.90625,1.75 -0.0252,0.0376 -0.0378,0.0867 -0.0625,0.125 -0.0576,-0.10438 -0.12444,-0.21028 -0.1875,-0.3125 0.80033,-0.69115 1.37706,-1.49979 1.5625,-2.375 z m -37.28125,0.375 c 0.13991,0.10076 0.28977,0.13637 0.4375,0.1875 -0.50115,0.0467 -1.0016,0.16353 -1.5,0.3125 0.0324,-0.0566 0.0959,-0.0968 0.125,-0.15625 0.3139,-0.0492 0.62941,-0.17065 0.9375,-0.34375 z m 481.3125,1.8125 c -0.25589,0.0111 -0.51407,0.10266 -0.78125,0.21875 -0.8906,0.38695 -1.74003,1.27513 -1.6875,2.0625 0.033,0.49423 0.48067,0.92757 1.03125,1.1875 -0.53291,0.65877 -0.7324,1.84829 -0.3125,2.46875 0.12483,0.18445 0.3412,0.31173 0.5625,0.4375 -0.58197,0.48106 -1.01869,1.32415 -1.09375,2.125 -0.0414,-0.1706 -0.0787,-0.32497 -0.15625,-0.46875 0.13117,-2.01411 -2.7039,-4.39936 -4.6875,-4.03125 -0.6027,0.11185 -1.21509,0.4411 -1.75,0.9375 -0.25221,0.23405 -0.4701,0.525 -0.6875,0.8125 -1.04853,-0.79355 -2.46695,-1.28311 -3.53125,-1.03125 -0.16325,-0.34444 -0.39736,-0.62554 -0.71875,-0.71875 -0.45363,-0.13157 -0.9899,0.098 -1.4375,0.46875 -0.42337,0.35068 -0.75317,0.84375 -0.9375,1.34375 -0.1194,-0.27531 -0.29601,-0.53062 -0.5,-0.71875 -0.20661,-0.19055 -0.45975,-0.30585 -0.75,-0.375 -0.0148,-0.0335 -0.0464,-0.0607 -0.0625,-0.0937 0.31922,-1.40416 0.21882,-2.87089 -0.53125,-3.71875 -1.36392,-1.54174 -5.2148,-0.59455 -6.0625,1.28125 -0.24013,0.53138 -0.28007,1.18861 -0.1875,1.875 -1.22615,-0.0551 -2.57369,0.67617 -3.625,1.75 -0.0418,0.002 -0.0835,-0.004 -0.125,0 -0.10903,0.0102 -0.20678,0.0338 -0.3125,0.0625 -1.34426,-0.78418 -2.82282,-1.19658 -4.0625,-0.96875 -0.27148,-0.89095 -0.71808,-1.65109 -1.375,-2.0625 -1.84244,-1.15387 -5.45216,0.94031 -5.75,3.09375 -0.047,0.33945 -0.0204,0.69474 0.0625,1.0625 -0.60814,-0.0848 -1.32428,0.0469 -1.875,0.34375 -0.0298,-0.0439 -0.0606,-0.0822 -0.0937,-0.125 -0.5398,-0.69757 -1.50604,-1.25354 -2.1875,-1.03125 -0.50197,0.16374 -0.79554,0.82283 -0.84375,1.46875 -0.10534,-0.0387 -0.24744,-0.006 -0.375,0 -0.0985,-0.23166 -0.22953,-0.41809 -0.40625,-0.5625 -0.85139,-0.69575 -2.80784,0.12581 -3.09375,1.1875 -0.17882,0.66404 0.19122,1.54412 0.75,2.1875 -0.0519,0.0227 -0.10441,0.0382 -0.15625,0.0625 -0.0957,0.002 -0.18499,0.0122 -0.25,0.0625 -0.0377,0.0292 -0.0737,0.0786 -0.0937,0.125 -1.01986,0.55529 -1.95716,1.39273 -2.59375,2.34375 -0.0538,-0.0325 -0.10047,-0.071 -0.15625,-0.0937 0.0231,-0.0401 0.0448,-0.0816 0.0625,-0.125 0.17279,-0.42434 0.077,-0.92572 -0.1875,-1.40625 0.0712,-1.97903 -0.60432,-4.01737 -2.09375,-4.53125 -1.718,-0.59274 -3.94904,0.88812 -5.25,2.78125 -0.144,-0.0911 -0.31167,-0.18447 -0.46875,-0.21875 -0.27947,-0.061 -0.55771,0.0156 -0.84375,0.15625 -0.4562,0.22427 -0.88388,0.64396 -1.15625,1.125 -0.1995,-0.51465 -0.61837,-0.93506 -1.15625,-1.25 0.0166,-0.0394 0.02,-0.0846 0.0313,-0.125 0.18609,0.17915 0.3827,0.32606 0.625,0.40625 0.51672,0.17102 1.09377,0.1018 1.65625,-0.15625 1.68744,-0.77416 3.24995,-3.10183 2.75,-4.65625 -0.52302,-1.62617 -3.7308,-2.20579 -5,-1.0625 -0.36522,0.32899 -0.6235,0.84273 -0.78125,1.40625 -0.23663,0.84527 -0.26245,1.83518 -0.0313,2.6875 -0.007,-0.005 -0.0237,0.004 -0.0313,0 -0.23957,-0.14304 -0.50286,-0.26932 -0.78125,-0.34375 0.0104,-0.34923 -0.0918,-0.72055 -0.25,-1.09375 -0.46552,-1.09823 -1.53225,-2.11837 -2.5,-2.0625 -0.76752,0.0443 -1.43853,0.88018 -1.6875,1.78125 -2.30289,-1.10318 -5.1443,-1.40198 -6.75,-0.1875 -1.31509,0.99467 -1.60676,3.17675 -1.15625,5.15625 -0.35158,-0.53175 -0.75645,-1.017 -1.21875,-1.34375 0.51302,-0.61673 0.81445,-1.40047 0.625,-2 -0.16929,-0.53573 -0.8158,-0.89478 -1.5,-1 -0.20089,-0.11885 -0.42111,-0.19787 -0.625,-0.1875 -0.2108,0.0107 -0.39064,0.14638 -0.5625,0.3125 -0.10559,0.0404 -0.19397,0.0959 -0.28125,0.15625 -0.0674,-0.06 -0.14224,-0.11276 -0.21875,-0.15625 -0.96055,-0.54601 -2.73915,0.61882 -2.84375,1.71875 -0.008,0.0847 0.0225,0.16173 0.0313,0.25 -0.17721,0.0896 -0.29458,0.29976 -0.375,0.53125 -0.0359,0.10345 -0.0793,0.19995 -0.0937,0.3125 -0.44692,-0.22104 -0.9204,-0.40737 -1.40625,-0.53125 -0.52285,-0.48112 -1.38437,-0.75209 -1.9375,-0.5 -0.1683,0.0767 -0.30162,0.21534 -0.4375,0.375 -0.19766,0.0386 -0.38446,0.087 -0.5625,0.15625 0.0579,-0.3951 0.0771,-0.82522 0.0625,-1.25 0.92311,-0.34859 1.68823,-0.99373 1.71875,-1.78125 8.3e-4,-0.0214 1.8e-4,-0.0411 0,-0.0625 1.0528,0.55667 3.22584,-0.11962 3.3125,-1.28125 0.0373,-0.5002 -0.29792,-0.99114 -0.78125,-1.375 -0.80555,-0.63978 -2.04008,-0.97272 -2.75,-0.53125 -0.48307,0.3004 -0.66761,1.02237 -0.59375,1.71875 -0.0897,-0.0805 -0.18117,-0.14494 -0.28125,-0.21875 -0.57669,-0.42532 -1.3041,-0.74142 -2,-0.84375 -0.55178,-0.81611 -1.23663,-1.46079 -2.03125,-1.71875 -1.783,-0.57883 -4.12715,1.07183 -5.21875,3 -0.22028,-0.56351 -0.53332,-1.0577 -0.9375,-1.4375 -2.13286,-2.0042 -7.38068,-0.2128 -8.4375,2.53125 -0.2486,-0.37721 -0.54995,-0.66749 -0.90625,-0.8125 -0.37784,-0.15378 -0.83454,-0.17977 -1.3125,-0.0937 -0.02,0.004 -0.0425,-0.004 -0.0625,0 -0.31681,-0.42166 -0.72954,-0.71414 -1.15625,-0.65625 -0.34464,0.0467 -0.65174,0.30938 -0.875,0.65625 -0.31314,-0.17094 -0.65165,-0.29011 -0.96875,-0.375 0.59861,-0.39561 1.04824,-1.45348 0.625,-1.9375 -0.20691,-0.23662 -0.58483,-0.29698 -0.96875,-0.25 -0.63987,0.0783 -1.32241,0.48892 -1.4375,1 -0.0875,0.38874 0.21872,0.82468 0.625,1.09375 -0.20178,0.0384 -0.38349,0.1159 -0.5625,0.21875 -1.43037,0.82181 -1.59832,3.41647 -0.875,5.3125 -0.37636,0.23634 -0.74024,0.51276 -1.03125,0.8125 -0.90023,-2.3715 -5.74508,-3.02212 -7.5625,-1.25 -0.52485,0.51177 -0.86063,1.24473 -1.0625,2.09375 -0.34177,1.43741 -0.23144,3.161 0.3125,4.5 -0.0105,0.0109 -0.0208,0.0202 -0.0313,0.0313 -0.50919,0.54019 -0.89099,1.26734 -1.0625,1.96875 -0.005,-0.0301 0.006,-0.0637 0,-0.0937 -0.23103,-1.20066 -1.24502,-2.17903 -2.5625,-2.84375 -0.55921,-0.81959 -1.46665,-1.42593 -2.21875,-1.1875 -0.20191,0.064 -0.37562,0.18693 -0.53125,0.34375 -0.11439,-0.0178 -0.22914,-0.0488 -0.34375,-0.0625 0.29556,-0.0795 0.58882,-0.17356 0.8125,-0.375 1.79849,-1.61971 0.11873,-6.40916 -2.25,-6.90625 -1.05111,-0.22058 -2.22921,0.58248 -3,1.65625 -0.32218,-0.14015 -0.65653,-0.25077 -1.03125,-0.3125 -0.21116,-0.23502 -0.50637,-0.44942 -0.84375,-0.59375 -0.98628,-0.42192 -2.31361,-0.42061 -2.90625,0.21875 -0.26048,0.28101 -0.32545,0.70687 -0.28125,1.15625 -0.29238,0.20341 -0.56357,0.44868 -0.75,0.71875 -0.38386,0.55608 -0.5619,1.28997 -0.59375,2.09375 -0.002,0.0519 7.2e-4,0.10386 0,0.15625 -0.54149,0.98333 -0.72291,2.08796 -0.1875,2.8125 0.24406,0.33028 0.60421,0.55343 1.03125,0.6875 0.026,0.0474 0.0667,0.0788 0.0937,0.125 -0.71806,1.72433 0.73591,4.13664 2.625,5.53125 0.0643,0.21254 0.1392,0.41543 0.25,0.625 0.0374,0.0913 0.0595,0.17543 0.125,0.25 1.11413,1.81654 3.7918,3.34491 5.5,2.6875 0.33713,-0.12975 0.60175,-0.38836 0.84375,-0.6875 0.37121,0.76655 1.00992,1.42213 1.6875,1.5625 0.39642,0.0821 0.83025,0.0137 1.28125,-0.15625 1.35299,-0.50976 2.68721,-1.96975 2.3125,-3.125 -0.10767,-0.33196 -0.35006,-0.58804 -0.65625,-0.8125 0.7478,-0.70234 1.31736,-1.47916 1.53125,-2.3125 0.0295,0.13649 0.0949,0.25474 0.15625,0.375 0.22203,0.43529 0.68769,0.70776 1.25,0.84375 0.19153,0.3516 0.48519,0.66856 0.8125,0.875 1.1e-4,0.0102 -10e-4,0.021 0,0.0313 0.0176,0.16951 0.15902,0.33824 0.34375,0.4375 0.30789,0.16543 0.7267,0.19037 0.9375,0 0.10586,-0.0956 0.1397,-0.26662 0.125,-0.4375 0.20484,-0.11298 0.41532,-0.25948 0.59375,-0.4375 0.0904,0.89133 0.40999,1.80769 0.9375,2.40625 -0.62763,0.26018 -1.18364,0.60272 -1.59375,1.03125 -0.63539,-0.50391 -1.45606,-0.79414 -2.09375,-0.625 -0.69254,0.18369 -1.34158,0.90113 -1.71875,1.71875 -0.35477,0.45109 -0.53487,1.18502 -0.3125,1.625 0.034,0.35251 0.14399,0.67142 0.375,0.90625 0.44225,0.44957 1.17409,0.54553 1.9375,0.40625 0.63617,-0.11606 1.29555,-0.40043 1.8125,-0.78125 1.38135,1.72232 4.54385,2.82943 6.1875,1.78125 1.31656,-0.83959 1.41905,-3.32946 0.625,-4.9375 3.05695,0.74748 7.83766,-1.72284 8.65625,-4.65625 0.39565,-0.0924 0.76,-0.29792 0.90625,-0.59375 0.28781,-0.58217 -0.0827,-1.61301 -0.65625,-2 0.53203,-0.30429 0.98084,-0.72641 1.28125,-1.1875 0.35627,0.24489 0.73413,0.42862 1.15625,0.5 0.21204,0.0358 0.44193,0.0409 0.65625,0.0313 10e-4,10e-5 -10e-4,0.0312 0,0.0313 -0.67824,1.37741 -0.70445,3.38593 0.375,4.0625 -0.35318,0.72164 -0.55647,1.44582 -0.5,2.125 -0.47815,0.99201 -0.65678,2.2275 -0.375,3.15625 -0.33912,1.62965 1.58334,4.14346 3.21875,4.03125 1.42537,-0.0978 2.51688,-2.58353 1.84375,-3.84375 -0.0623,-0.11656 -0.12716,-0.23905 -0.21875,-0.34375 0.0162,-0.032 0.0486,-0.0611 0.0625,-0.0937 0.004,-0.009 -0.004,-0.0219 0,-0.0313 0.86637,-0.0125 1.65699,-0.19937 2.21875,-0.65625 0.42327,-0.34425 0.75625,-0.85485 1,-1.4375 1.40322,-0.15503 2.75388,-0.71378 3.40625,-1.65625 0.0255,-0.0369 0.0386,-0.0867 0.0625,-0.125 0.81139,0.57251 1.6758,0.94176 2.53125,0.9375 1.43497,-0.007 2.78291,-1.21938 3.65625,-2.75 0.009,0.16214 0.0252,0.34517 0.0625,0.5 0.17606,0.7313 0.72063,1.33314 1.46875,1.78125 -0.77044,0.0221 -1.47293,0.26588 -1.8125,0.8125 -0.60522,0.97423 0.0146,2.56275 1,3.625 0.0128,0.0195 0.0181,0.0431 0.0313,0.0625 0.0199,0.0208 0.0424,0.0421 0.0625,0.0625 1.72466,2.43822 6.39248,4.00172 8.625,2.40625 0.87347,-0.62423 1.28265,-1.83354 1.3125,-3.125 0.35856,0.23905 0.73043,0.43385 1.125,0.625 0.4438,0.41571 0.95146,0.71844 1.46875,0.84375 0.45387,0.10994 0.95161,0.12755 1.46875,0.0313 0.55992,0.0552 1.09509,0.005 1.59375,-0.0937 0.0553,0.0174 0.0998,0.0538 0.15625,0.0625 0.51235,0.0787 1.08595,-0.30242 1.46875,-0.8125 0.44453,-0.43254 0.75138,-1.0404 0.9375,-1.71875 0.28624,0.16362 0.67269,0.19732 1.0625,0.125 -0.0183,0.0402 -0.0282,0.0808 -0.0313,0.125 -0.0126,0.18181 0.10488,0.3615 0.28125,0.5 0.29395,0.23084 0.74295,0.34931 1,0.1875 0.3227,-0.20313 0.255,-0.91383 -0.0625,-1.125 -0.0685,-0.0456 -0.15649,-0.0814 -0.25,-0.0937 0.098,-0.0785 0.18397,-0.15532 0.25,-0.25 0.26577,0.0778 0.52117,0.1628 0.78125,0.1875 0.28248,0.1115 0.57093,0.1494 0.78125,0.0313 0.0416,-0.0233 0.0919,-0.0584 0.125,-0.0937 0.12674,-0.0272 0.25867,-0.0463 0.375,-0.0937 0.12072,-0.0492 0.22897,-0.11676 0.34375,-0.1875 0.75318,1.457 2.16574,2.72356 3.46875,2.65625 0.32227,-0.0167 0.6489,-0.12602 0.9375,-0.3125 0.0795,0.27548 0.18855,0.54416 0.3125,0.8125 -0.0339,0.0433 -0.0668,0.0763 -0.0937,0.125 -0.0893,0.1616 -0.1145,0.34044 -0.125,0.53125 -0.44387,-0.74244 -1.63575,-1.33166 -2.25,-0.875 -0.30642,0.22781 -0.42624,0.65558 -0.40625,1.125 0.0333,0.78237 0.45467,1.65526 1.0625,1.84375 0.65017,0.20162 1.53082,-0.53222 1.71875,-1.25 0.0393,0.10487 0.0725,0.20885 0.125,0.3125 0.4953,0.97751 1.55398,1.86167 2.4375,1.75 0.41593,-0.0526 0.76571,-0.38953 1.03125,-0.8125 0.48856,-0.0155 1.01642,-0.13473 1.53125,-0.34375 1.52581,-0.61946 2.96579,-1.97415 3.5,-3.375 0.39336,-0.46641 0.65964,-1.03919 0.59375,-1.53125 -0.019,-0.14184 -0.0616,-0.26539 -0.125,-0.40625 0.4373,-0.59958 0.72988,-1.3807 0.84375,-2.25 0.27805,-0.0447 0.56309,-0.10926 0.84375,-0.1875 -0.48909,0.71523 -0.7609,1.54608 -0.65625,2.25 0.0612,0.41188 0.22869,0.79652 0.5,1.1875 -0.70292,0.61625 -0.52256,2.45547 0.3125,2.875 0.62335,0.31317 1.65836,-0.33082 1.90625,-1.03125 0.61372,0.29181 1.25696,0.47023 1.84375,0.46875 0.005,0.0207 -0.005,0.0417 0,0.0625 -0.0538,0.23057 -0.0368,0.48325 0,0.75 0.12271,0.88917 0.69224,1.85071 1.40625,2 0.61624,0.12885 1.32783,-0.47992 1.65625,-1.15625 0.34395,-0.37883 0.58947,-0.89049 0.65625,-1.375 0.41205,-0.26893 0.75407,-0.7494 0.9375,-1.28125 0.0977,-0.0368 0.18833,-0.0782 0.28125,-0.125 0.67306,0.72943 1.48898,1.18425 2.3125,1.0625 1.31821,-0.19489 2.30894,-1.71748 2.6875,-3.375 0.0938,0.004 0.18845,0.0315 0.28125,0.0313 -0.11549,0.45446 0.0608,0.97151 0.40625,1.4375 0.61297,0.82695 1.69952,1.46165 2.5,1.21875 0.53647,-0.16279 0.91643,-0.78817 1.03125,-1.46875 0.44223,0.54152 1.04945,0.93828 1.59375,0.875 0.60331,-0.0701 1.06904,-0.80845 1.1875,-1.53125 0.0993,-0.12302 0.16827,-0.26381 0.25,-0.40625 0.0749,-0.008 0.14548,-0.0197 0.21875,-0.0313 0.18788,0.25046 0.43101,0.44133 0.6875,0.5625 1.19262,0.56343 3.17144,-0.8906 3.3125,-2.21875 1.37574,0.008 2.87531,-0.44039 3.8125,-1.25 0.63902,0.765 1.39121,1.29608 2.28125,1.375 1.52012,0.1348 3.03003,-0.96284 4.15625,-2.5 0.41746,1.14224 1.05314,2.09606 1.9375,2.59375 0.5955,0.33512 1.31429,0.38043 2.0625,0.28125 0.45905,0.51488 0.96053,0.989 1.5,1.34375 0.002,0.0412 -0.008,0.0839 0,0.125 0.0825,0.4464 0.48859,0.80652 1,1.03125 0.85234,0.37455 2.0115,0.39357 2.53125,-0.15625 0.13594,-0.1438 0.21283,-0.35098 0.25,-0.5625 0.13773,0.21439 0.30264,0.40206 0.5,0.53125 1.13265,0.74141 3.41265,-0.50678 3.625,-1.84375 0.0567,-0.3569 -0.0308,-0.7598 -0.1875,-1.15625 0.54752,0.37983 1.23958,0.55696 1.71875,0.34375 0.28551,0.49467 0.73987,0.8965 1.1875,0.90625 0.43015,0.009 0.82821,-0.41933 1.03125,-0.90625 0.5367,0.9528 1.27886,1.65821 2.21875,1.875 3.62391,0.83586 8.21234,-5.48676 6.75,-8.90625 -1.07043,-2.50306 -6.01932,-3.0847 -8.28125,-1.40625 -0.43549,-1.3329 -1.33493,-2.61503 -2.40625,-3 0.25675,-0.14883 0.46773,-0.33201 0.59375,-0.5625 0.26471,-0.48417 0.0921,-1.18241 -0.28125,-1.75 0.37149,-0.0337 0.67847,-0.16588 0.875,-0.40625 1.33658,-0.21054 2.56077,-0.78893 3.09375,-1.71875 1.06193,-1.85263 -1.15618,-5.2902 -3.28125,-5.5 -0.6115,-0.0604 -1.25279,0.1087 -1.90625,0.4375 -1.96038,0.98641 -3.75086,3.37892 -3,5.0625 0.29677,0.66541 0.9346,1.13749 1.71875,1.4375 -0.66103,0.39562 -1.23416,1.08728 -1.375,1.75 -0.13379,-0.0393 -0.2743,-0.10542 -0.40625,-0.125 0.13093,-0.0978 0.25741,-0.20489 0.34375,-0.34375 0.33859,-0.54454 0.25763,-1.31007 -0.0625,-2.03125 -0.27264,-0.61421 -0.70488,-1.20317 -1.21875,-1.625 0.27413,-0.11623 0.47265,-0.28554 0.59375,-0.53125 0.41219,-0.83633 -0.35817,-2.11774 -1.3125,-2.71875 0.79697,-0.75972 1.05446,-2.60764 0.1875,-3.15625 -0.20005,-0.12659 -0.43161,-0.19864 -0.6875,-0.1875 z m -584.34375,0.25 c 0.449134,0.12471 0.954546,0.17019 1.4375,0.125 -0.103567,0.30883 -0.145393,0.62068 -0.21875,0.9375 -0.360522,-0.26187 -0.742396,-0.4926 -1.125,-0.6875 -0.01167,-0.11936 -0.0501,-0.25521 -0.09375,-0.375 z M 505.6875,435.25 c -0.87498,0.14892 -1.40054,1.76282 -0.90625,2.5 0.42671,0.63639 1.67587,0.8856 2.46875,0.59375 -0.28294,0.16975 -0.49576,0.53089 -0.4375,0.8125 0.0955,0.46178 0.92733,0.90538 1.28125,0.59375 0.14696,-0.1294 0.18634,-0.35469 0.15625,-0.59375 -0.0501,-0.39843 -0.30638,-0.83565 -0.625,-0.90625 -0.05,-0.0111 -0.10419,-0.009 -0.15625,0 0.15969,-0.0945 0.29554,-0.21551 0.375,-0.375 0.18916,-0.37969 0.0994,-0.88866 -0.15625,-1.34375 -0.42611,-0.75849 -1.30302,-1.39988 -2,-1.28125 z m 131.5625,0.46875 c -0.18413,0.0189 -0.32675,0.0651 -0.46875,0.15625 -0.71304,0.45751 -0.58446,2.06821 0.125,2.53125 0.81661,0.53297 2.65996,-0.0579 2.71875,-1.03125 0.0244,-0.40417 -0.23049,-0.78943 -0.625,-1.09375 -0.49313,-0.38041 -1.1976,-0.61922 -1.75,-0.5625 z m -437.21875,1.5 c -0.16214,-0.0114 -0.30476,0.039 -0.40625,0.125 -0.25482,0.21595 -0.11389,0.82476 0.1875,0.96875 0.34691,0.16574 1.05899,-0.14778 1.03125,-0.53125 -0.0115,-0.15923 -0.14247,-0.30787 -0.3125,-0.40625 -0.1417,-0.082 -0.33786,-0.14487 -0.5,-0.15625 z m 37.875,0.53125 c -0.52506,-0.007 -1.09496,0.12681 -1.65625,0.34375 -1.14466,0.44241 -2.25357,1.2726 -3,2.25 -0.22062,0.15513 -0.40177,0.34343 -0.5,0.5625 -0.0601,0.13416 -0.0958,0.28423 -0.0937,0.4375 -0.28731,0.65344 -0.39369,1.31975 -0.1875,1.9375 0.21524,0.64486 0.72619,1.16751 1.375,1.5625 -0.52777,0.34446 -0.96688,0.77092 -1.25,1.25 -0.33798,-0.0748 -0.73241,-0.0574 -1.125,0.0313 -1.41332,0.31901 -2.89979,1.5516 -2.6875,2.75 0.0784,0.44232 0.34208,0.8489 0.75,1.15625 -1.69218,0.50145 -3.14283,1.4282 -3.6875,2.71875 -1.10597,2.62052 2.34389,6.84585 5.1875,6.78125 0.81827,-0.0186 1.68889,-0.36633 2.5,-0.90625 0.0307,-0.0204 0.0632,-0.0415 0.0937,-0.0625 0.40046,0.12012 0.83202,0.16071 1.15625,0.0313 0.29489,-0.11774 0.55967,-0.38124 0.78125,-0.6875 0.40907,-0.5654 0.63641,-1.33616 0.59375,-2 0.91235,-0.5587 1.73779,-1.5161 2.25,-2.5625 0.22798,0.1084 0.47639,0.16802 0.6875,0.125 0.43884,-0.0894 0.74988,-0.64672 0.8125,-1.1875 0.37582,0.0438 0.77258,0.0153 1.1875,-0.0625 0.16712,0.18553 0.32409,0.32964 0.53125,0.40625 0.29438,0.10886 0.66584,0.10928 1.03125,0.0313 1.09622,-0.23409 2.27846,-1.16475 2.125,-2.09375 -0.0212,-0.12858 -0.0928,-0.25933 -0.15625,-0.375 0.56071,-0.66801 0.88267,-1.44199 0.75,-2.1875 -0.14245,-0.80047 -0.74297,-1.43956 -1.5625,-1.9375 0.15822,-0.87758 -0.0126,-1.79813 -0.625,-2.15625 -0.47346,-0.27685 -1.10958,-0.19746 -1.71875,0.0937 1.13404,-1.96639 -0.8303,-5.74482 -3.0625,-6.1875 -0.16527,-0.0328 -0.32498,-0.0601 -0.5,-0.0625 z M 460,438.78125 c -2.40422,0.0226 -5.41485,2.29698 -5.65625,4.53125 -0.0855,0.7913 0.11319,1.64971 0.53125,2.5 0.6374,1.29639 1.74602,2.5356 2.96875,3.3125 -0.35869,0.41935 -0.58566,1.07295 -0.40625,1.5 0.0826,0.19662 0.26043,0.38612 0.46875,0.53125 0.62496,0.43539 1.64143,0.56983 2.03125,0.0625 0.24951,-0.32472 0.20479,-0.83936 0,-1.3125 0.51284,0.0602 1.00895,0.0125 1.46875,-0.1875 3.23255,-1.40611 3.16704,-8.78134 0.125,-10.5625 -0.44753,-0.26204 -0.97643,-0.38021 -1.53125,-0.375 z m -404.78125,0.375 c -0.10157,0.006 -0.212189,0.007 -0.3125,0.0313 -2.369534,0.56581 -3.229448,5.60768 -1.375,7.1875 1.455033,1.23956 4.871537,-0.10237 5.40625,-1.9375 0.153866,-0.52807 0.119128,-1.15214 -0.0625,-1.78125 -0.510826,-1.76937 -2.132703,-3.59488 -3.65625,-3.5 z M 200,439.21875 c -0.37133,0.0259 -0.69071,0.16701 -0.84375,0.4375 -0.45187,0.79868 0.71352,2.32489 1.625,2.21875 0.71517,-0.0833 1.21269,-1.38171 0.84375,-2 -0.10617,-0.17792 -0.2799,-0.32619 -0.5,-0.4375 -0.33016,-0.16696 -0.75367,-0.24465 -1.125,-0.21875 z M 449.21875,439.5 c -1.98693,0.18333 -4.25179,2.73485 -4,4.65625 0.0828,0.63188 0.42047,1.29225 0.90625,1.875 0.56119,0.67322 1.34094,1.24475 2.15625,1.65625 -0.0161,0.0221 -0.0522,0.038 -0.0625,0.0625 -0.11792,0.28055 0.25826,0.72611 0.5625,0.71875 0.19495,-0.005 0.40562,-0.16979 0.53125,-0.375 0.97566,0.27888 1.93575,0.27204 2.625,-0.25 0.12891,-0.0976 0.23869,-0.22131 0.34375,-0.34375 0.0468,0.15302 0.13301,0.31743 0.25,0.375 0.32318,0.15904 0.95932,-0.17172 0.9375,-0.53125 -0.009,-0.14929 -0.12303,-0.28099 -0.28125,-0.375 -0.15068,-0.0895 -0.33036,-0.12399 -0.5,-0.125 1.0397,-2.29929 -0.34884,-6.55698 -2.65625,-7.25 -0.26513,-0.0796 -0.52865,-0.11994 -0.8125,-0.0937 z m 176.75,0 c -0.68237,0.0548 -1.41732,0.46322 -1.5625,1 -0.18226,0.67387 0.77936,1.57854 1.46875,1.46875 0.19838,-0.0316 0.41436,-0.15436 0.59375,-0.3125 0.53817,-0.47442 0.87699,-1.37359 0.5,-1.84375 -0.20871,-0.2603 -0.59058,-0.34536 -1,-0.3125 z M 114.375,439.625 c -0.29798,0.0115 -0.57205,0.12096 -0.65625,0.34375 -0.0699,0.18502 -0.015,0.39464 0.125,0.59375 0.23329,0.33185 0.68224,0.61901 1,0.53125 0.39891,-0.11018 0.54517,-0.89999 0.28125,-1.21875 -0.15189,-0.18345 -0.45202,-0.26147 -0.75,-0.25 z m -119.5625,0.8125 c -0.2916644,-0.0211 -0.5893966,0.15518 -0.8125,0.4375 -0.3718416,0.47053 -0.5708748,1.21175 -0.3125,1.625 0.3243593,0.51879 1.5033668,0.41467 1.84375,-0.0937 0.3917904,-0.58521 -0.016328,-1.91806 -0.71875,-1.96875 z m 268.40625,0.28125 c -0.538,-0.0341 -1.09556,0.87025 -0.90625,1.375 0.2179,0.58098 1.38434,0.97695 1.78125,0.5 0.16481,-0.19804 0.18137,-0.5078 0.0937,-0.8125 -0.14603,-0.50783 -0.54019,-1.03535 -0.96875,-1.0625 z M 637.0625,440.75 c -0.94224,-0.0594 -1.83709,0.18377 -2.3125,0.8125 -1.40377,1.85648 1.04787,6.08631 3.375,6.125 1.82591,0.0304 3.50155,-3.04064 2.78125,-4.71875 -0.20727,-0.48289 -0.60895,-0.92763 -1.125,-1.28125 -0.77408,-0.53043 -1.77651,-0.87814 -2.71875,-0.9375 z m -8.875,0.0625 c -0.0925,0.0165 -0.19049,0.0389 -0.25,0.0937 -0.27401,0.25273 -0.23024,1.01205 0.125,1.125 0.14751,0.0469 0.31901,-0.0385 0.46875,-0.15625 0.24956,-0.19618 0.45687,-0.53661 0.375,-0.78125 -0.0771,-0.23033 -0.44132,-0.33066 -0.71875,-0.28125 z m -196.59375,0.5 c -0.47096,0.007 -0.89704,0.0986 -1.21875,0.34375 -1.077,0.82054 -0.65848,3.3849 0.53125,4.03125 1.36941,0.74396 4.25032,-0.44187 4.21875,-2 -0.0131,-0.64698 -0.48865,-1.22222 -1.15625,-1.65625 -0.69541,-0.45212 -1.59007,-0.73099 -2.375,-0.71875 z m -320.9375,0.15625 c -1.08358,0.003 -2.24196,0.46802 -2.4375,1.3125 -0.12991,0.56104 0.14377,1.16732 0.625,1.6875 0.80204,0.86697 2.14843,1.47039 3.03125,1.09375 1.10828,-0.47283 1.32285,-2.77643 0.4375,-3.59375 -0.38215,-0.35278 -1.0061,-0.50201 -1.65625,-0.5 z m 375.0625,0.0625 c -0.57001,-0.074 -1.22849,0.82469 -1.0625,1.375 0.19107,0.63342 1.41924,1.13585 1.875,0.65625 0.18924,-0.19914 0.22809,-0.51342 0.15625,-0.84375 -0.11973,-0.55054 -0.51469,-1.12855 -0.96875,-1.1875 z M 226.84375,442 c -0.57216,-0.036 -1.34575,0.82882 -1.09375,1.34375 0.10464,0.21381 0.33501,0.33366 0.625,0.375 -1.35605,-0.008 -3.06719,0.9751 -3,2.15625 0.0343,0.60362 0.48685,1.14881 1.125,1.53125 1.06358,0.63741 2.59632,0.85832 3.375,0.21875 0.43438,-0.35678 0.57038,-1.03767 0.5,-1.71875 0.60544,-0.39111 1.04871,-1.49239 0.59375,-1.96875 -0.2159,-0.22605 -0.58937,-0.28219 -0.96875,-0.21875 -0.22374,0.0374 -0.44973,0.11074 -0.65625,0.21875 -0.0328,-0.0201 -0.0598,-0.0456 -0.0937,-0.0625 -0.14619,-0.0726 -0.32546,-0.12793 -0.5,-0.15625 0.37802,-0.0316 0.76756,-0.17424 0.90625,-0.4375 0.23215,-0.44065 -0.31542,-1.24999 -0.8125,-1.28125 z m 40.53125,0.0625 c -1.03917,-0.0633 -2.10776,0.23034 -2.65625,0.875 -0.31567,0.37101 -0.51261,0.89454 -0.59375,1.46875 -0.20206,1.42986 0.28822,3.18714 1.28125,3.90625 -0.0281,0.014 -0.0673,0.0135 -0.0937,0.0313 -0.16715,0.11212 -0.26914,0.29346 -0.34375,0.5 -0.20393,0.0486 -0.40318,0.10459 -0.5625,0.21875 -0.30343,0.21742 -0.45225,0.60954 -0.53125,1.03125 -0.0697,-0.0356 -0.14495,-0.0808 -0.21875,-0.0937 -0.63262,-0.11096 -1.37668,0.8462 -1.21875,1.46875 0.17042,0.67179 1.35027,1.25721 1.9375,0.90625 0.12542,0.16175 0.24429,0.31201 0.40625,0.40625 0.66016,0.38412 1.73542,0.24771 2.59375,-0.15625 -0.24032,0.77795 -0.33324,1.63251 -0.3125,2.46875 -0.14541,0.0779 -0.22869,0.26691 -0.25,0.46875 -0.0355,0.3364 0.096,0.72456 0.34375,0.84375 0.0191,0.009 0.0419,-0.005 0.0625,0 0.004,0.0204 -0.005,0.0422 0,0.0625 -1.30354,-0.3582 -2.69576,-0.39644 -3.78125,-0.0313 -0.0203,-0.0896 -0.0606,-0.16301 -0.0937,-0.25 -0.1724,-0.45249 -0.51364,-0.85412 -0.9375,-1.15625 -0.0126,-0.0831 -0.0119,-0.1657 -0.0313,-0.25 -0.31873,-1.38665 -1.57399,-2.86936 -2.75,-2.65625 -0.83409,0.15115 -1.44069,1.08332 -1.71875,2.125 -1.13242,0.20012 -2.15172,0.69188 -2.65625,1.46875 -1.15083,1.77204 0.84953,5.30109 2.9375,5.625 0.60083,0.0932 1.27386,-0.0235 1.9375,-0.3125 0.0841,-0.0366 0.16645,-0.0835 0.25,-0.125 -0.0174,0.33938 0.0315,0.66492 0.1875,0.90625 0.15682,0.2426 0.40651,0.4184 0.71875,0.5625 0.33337,0.15384 0.74087,0.26027 1.125,0.28125 1.13955,1.98139 3.07646,3.62484 4.875,3.5625 1.31614,-0.0456 2.53447,-1.18895 3.28125,-2.625 0.47551,0.10477 0.9946,0.1322 1.53125,0.0625 0.86261,0.23268 1.75704,0.33278 2.5625,0.25 -0.70814,0.65985 -1.16436,1.52013 -0.90625,2.25 0.21765,0.61544 0.84807,1.01472 1.625,1.21875 1.29487,0.34006 2.94811,0.11665 3.5625,-0.78125 0.29982,-0.43817 0.28481,-1.0498 0.0937,-1.65625 0.34386,0.01 0.67968,-0.009 0.96875,-0.125 0.50369,-0.2028 0.9351,-0.60019 1.3125,-1.125 0.54287,-0.75491 0.92777,-1.7504 1.03125,-2.6875 0.0261,0.28366 0.10982,0.54324 0.3125,0.6875 0.27892,0.19853 0.69881,0.17787 1.09375,0.0313 0.0564,-0.0209 0.1006,-0.0678 0.15625,-0.0937 0.0337,0.0495 0.0586,0.1082 0.0937,0.15625 -0.1128,0.13506 -0.20007,0.30088 -0.25,0.5 -0.14215,0.56694 -0.02,1.29865 0.375,1.5625 0.35597,0.23779 0.95479,0.0122 1.3125,-0.34375 0.11054,0.0627 0.21823,0.11456 0.34375,0.125 0.35831,0.0298 0.70168,-0.19025 1,-0.5 0.22839,-0.0811 0.4172,-0.2086 0.625,-0.375 0.0738,0.12709 0.1586,0.24104 0.25,0.34375 -0.16448,-0.0321 -0.33407,0.009 -0.4375,0.0937 -0.2137,0.17417 -0.12142,0.68891 0.125,0.8125 0.28364,0.14226 0.86057,-0.12063 0.84375,-0.4375 -0.002,-0.0428 -0.0109,-0.0859 -0.0313,-0.125 0.0645,0.0283 0.11808,0.077 0.1875,0.0937 1.06701,0.25663 2.31199,-0.91084 2.84375,-2.15625 0.6938,0.0405 1.45237,-0.16418 2.1875,-0.53125 1.21047,-0.60442 2.35929,-1.65881 3.0625,-2.8125 0.31866,0.32448 0.70917,0.55631 1.0625,0.5 0.64042,-0.10207 1.04296,-1.27009 0.6875,-1.8125 -0.19996,-0.30513 -0.63796,-0.49088 -1.09375,-0.53125 0.0188,-0.16916 0.0411,-0.33539 0.0313,-0.5 2.00953,0.95437 4.37514,1.15726 5.59375,-0.125 0.0602,-0.0634 0.10264,-0.15028 0.15625,-0.21875 0.0114,0.0203 0.0193,0.0426 0.0313,0.0625 0.13207,0.22028 0.3038,0.43494 0.5,0.625 -0.0221,0.0751 -0.0514,0.14307 -0.0625,0.21875 -0.0649,0.44207 0.0337,0.95156 0.25,1.4375 0.032,0.0719 0.0569,0.14751 0.0937,0.21875 -0.16221,-0.14428 -0.33997,-0.26186 -0.53125,-0.3125 -0.93051,-0.24633 -2.16374,1.05825 -2.09375,2.03125 -0.61079,-0.24497 -1.27718,-0.31204 -1.75,-0.0625 -0.12986,0.0685 -0.23069,0.17006 -0.34375,0.28125 -1.15872,-0.87069 -3.94038,-0.32159 -4.1875,1.09375 -0.0208,0.11935 -0.0125,0.25407 0,0.375 -0.42092,0.26932 -0.7722,0.61774 -1.03125,1 -0.55774,-0.2652 -1.411,-0.21193 -1.78125,0.1875 -0.14764,0.15927 -0.23422,0.37077 -0.28125,0.625 -0.14108,0.76268 0.14682,1.78924 0.78125,1.9375 0.28922,0.0676 0.59124,-0.0726 0.875,-0.28125 -0.14588,0.96169 -0.0738,1.91162 0.25,2.65625 -0.56624,-0.16576 -1.21973,-0.117 -1.46875,0.28125 -0.17433,0.27879 -0.13198,0.66103 0.0313,1.03125 0.27204,0.61704 0.8909,1.19567 1.4375,1.15625 0.5318,-0.0383 0.9494,-0.76523 0.96875,-1.375 0.71008,0.39835 1.69514,0.4687 2.65625,0.28125 0.48038,0.49793 1.06483,0.84278 1.625,0.84375 1.32315,0.002 2.50869,-2.22953 1.96875,-3.4375 -0.0637,-0.14252 -0.17325,-0.27866 -0.28125,-0.40625 0.0236,-0.31711 0.0172,-0.65807 -0.0313,-1 -0.0548,-0.38686 -0.14547,-0.76878 -0.28125,-1.15625 0.0974,-0.0314 0.18433,-0.0832 0.28125,-0.125 0.56542,-0.2436 1.09086,-0.65318 1.46875,-1.125 0.3041,0.47406 0.77707,0.85225 1.21875,0.84375 0.72021,-0.0139 1.33894,-1.25493 1.03125,-1.90625 -0.0159,-0.0337 -0.0417,-0.0615 -0.0625,-0.0937 0.34432,-0.30418 0.45411,-0.84104 0.40625,-1.40625 -0.0327,-0.38635 -0.14383,-0.76746 -0.3125,-1.125 0.80352,0.97611 1.96975,1.67806 2.90625,1.3125 0.4528,-0.17675 0.81891,-0.56849 1.0625,-1.0625 0.0454,0.16311 0.0694,0.33187 0.15625,0.46875 0.18371,0.28963 0.48567,0.49586 0.84375,0.625 -0.0206,0.28648 0.0128,0.59989 0.125,0.90625 -0.13385,-0.1568 -0.26902,-0.29494 -0.4375,-0.375 -1.14792,-0.5455 -3.46935,0.54507 -3.375,1.8125 0.0392,0.52627 0.46849,0.98847 1.03125,1.3125 0.93793,0.54006 2.26768,0.69505 2.9375,0.125 0.4869,-0.41438 0.5168,-1.28232 0.28125,-2.03125 0.38482,0.5176 0.91607,0.90885 1.4375,0.96875 0.0502,0.006 0.10474,-0.0317 0.15625,-0.0313 0.14199,0.37862 0.42853,0.70966 0.8125,1 1.15192,0.87103 3.09899,1.21367 3.875,0.28125 0.0926,-0.11126 0.1309,-0.24086 0.1875,-0.375 0.34272,-0.25543 0.61074,-0.60239 0.59375,-0.9375 -0.0141,-0.27827 -0.26019,-0.52827 -0.5625,-0.6875 -0.22355,-0.84873 -0.73477,-1.70583 -1.375,-2.25 0.006,-0.0332 0.0292,-0.0604 0.0313,-0.0937 0.0485,-0.77538 -1.24153,-1.5546 -1.96875,-1.28125 -0.0349,0.0131 -0.06,0.0447 -0.0937,0.0625 0.0292,-0.16192 0.0592,-0.32502 0.0625,-0.5 0.01,-0.51048 -0.0947,-1.06083 -0.28125,-1.5625 0.26515,-0.0161 0.53523,-0.0814 0.8125,-0.15625 0.35064,-0.0946 0.69075,-0.264 1.03125,-0.4375 0.3746,0.28445 0.83052,0.40592 1.15625,0.21875 0.27051,-0.15544 0.40866,-0.49218 0.4375,-0.875 0.012,-0.15951 -0.007,-0.33614 -0.0313,-0.5 0.62731,-0.67877 1.01111,-1.45928 0.84375,-2.21875 -0.46712,-2.11978 -4.56933,-3.06537 -6.5,-1.875 -0.3323,-2.16381 -3.33783,-4.63789 -5.34375,-4.0625 -1.318,0.37806 -2.05917,2.32 -1.9375,3.9375 -0.79848,-2.2461 -2.50963,-4.32024 -4.375,-4.5625 -2.44022,-0.31692 -5.12808,3.15157 -5.0625,5.75 -0.66968,-0.17281 -1.37038,-0.22091 -2.03125,-0.15625 0.32178,-1.056 0.3058,-2.10195 -0.28125,-2.8125 -0.37918,-0.45895 -0.94635,-0.71336 -1.59375,-0.84375 0.19997,-0.15192 0.38992,-0.32442 0.46875,-0.53125 0.0816,-0.21406 0.0822,-0.47549 0,-0.71875 0.49728,0.061 1.03702,-0.0678 1.1875,-0.4375 0.10409,-0.25576 0.0321,-0.56094 -0.15625,-0.84375 -0.31391,-0.47134 -0.92844,-0.8613 -1.375,-0.75 -0.34175,0.0852 -0.54479,0.50988 -0.59375,0.9375 -0.24632,-0.15275 -0.50446,-0.26424 -0.75,-0.25 -0.25368,0.0147 -0.53548,0.13611 -0.78125,0.3125 -0.7373,0.52916 -1.29012,1.64186 -0.875,2.28125 0.0361,0.0556 0.0777,0.10989 0.125,0.15625 -0.417,0.11894 -0.835,0.28115 -1.21875,0.46875 0.39681,-0.24458 0.68068,-0.59099 0.65625,-0.96875 -0.0232,-0.35852 -0.30654,-0.68194 -0.6875,-0.90625 -0.11814,-0.0696 -0.24241,-0.10596 -0.375,-0.15625 0.16378,0.009 0.29732,-0.0118 0.40625,-0.0937 0.37681,-0.2835 0.43287,-1.21921 0,-1.40625 -0.17974,-0.0777 -0.42167,-0.0355 -0.625,0.0937 -0.33889,0.21541 -0.6034,0.61924 -0.53125,0.9375 0.0226,0.0999 0.0674,0.20957 0.15625,0.28125 -0.39707,-0.0468 -0.78295,0.0428 -1.03125,0.25 -0.57717,0.48161 -0.26954,1.88953 0.40625,2.21875 0.38893,0.18947 0.98446,0.0863 1.46875,-0.15625 -0.8281,0.43353 -1.49096,1.01133 -1.875,1.6875 -0.0396,-0.13099 -0.0755,-0.26362 -0.15625,-0.375 -0.59578,-0.82216 -2.13397,-0.82994 -3.3125,-0.34375 -0.42659,-0.66791 -1.0314,-1.21643 -1.65625,-1.28125 -0.85676,-0.0889 -1.7157,0.84549 -2.0625,1.8125 -0.0855,-0.0775 -0.18202,-0.15535 -0.28125,-0.1875 -0.59693,-0.19338 -1.60311,0.38215 -1.71875,1 -0.48521,-0.29299 -0.99293,-0.52661 -1.5,-0.71875 0.99724,-0.34895 1.88297,-1.02536 2.1875,-1.8125 0.87292,-0.0609 1.6744,-0.40846 1.9375,-1.0625 0.62879,-1.56311 -1.86684,-4.07037 -3.5,-3.65625 -0.60678,0.15386 -1.09126,0.79653 -1.3125,1.53125 -0.12035,8.9e-4 -0.26248,0.005 -0.375,0.0313 -0.40948,0.094 -0.80431,0.36337 -1.15625,0.71875 -1.03657,1.04669 -1.62882,2.92879 -0.84375,3.875 -0.18101,0.04 -0.36229,0.0881 -0.53125,0.15625 -0.34127,0.13774 -0.63352,0.36191 -0.90625,0.625 -0.16373,-0.38548 -0.49326,-0.74519 -0.90625,-1.03125 -0.0552,-0.0383 -0.0983,-0.0892 -0.15625,-0.125 -0.0437,-0.0857 -0.0952,-0.16758 -0.15625,-0.25 -0.13819,-0.18657 -0.30186,-0.38693 -0.5,-0.53125 1.88748,-0.47884 3.71675,-3.57624 2.90625,-5.28125 -0.36339,-0.76445 -1.36708,-1.18674 -2.40625,-1.25 z m 330.3125,0.21875 c 0.32881,0.28278 0.81267,0.44995 1.3125,0.46875 0.0945,0.86629 0.42924,1.67392 1,2.09375 0.3845,0.28282 0.9019,0.42922 1.46875,0.46875 0.38404,0.0268 0.7874,0.009 1.1875,-0.0625 -0.008,0.0117 -0.0233,0.0194 -0.0313,0.0313 -0.42153,0.13187 -0.84646,0.36616 -1.25,0.65625 -0.37902,0.27246 -0.73665,0.60017 -1.0625,0.96875 -0.11028,-0.1053 -0.23104,-0.1815 -0.375,-0.21875 -0.5627,-0.1456 -1.19454,0.30245 -1.625,0.90625 -0.0842,0.0436 -0.16975,0.0777 -0.25,0.125 -0.044,-0.0133 -0.0811,-0.0526 -0.125,-0.0625 0.27652,-0.28349 0.47864,-0.61651 0.46875,-0.9375 -0.003,-0.0949 -0.0232,-0.19164 -0.0625,-0.28125 0.0806,-0.49881 0.0368,-0.99209 -0.15625,-1.4375 -0.17081,-0.39407 -0.43575,-0.74746 -0.78125,-1.03125 0.18073,-0.54245 0.27936,-1.12122 0.28125,-1.6875 z m -223.15625,0.15625 c -0.66719,-0.0619 -1.36491,0.1163 -1.6875,0.53125 -0.53997,0.69457 0.17643,2.22945 1.03125,2.4375 0.98392,0.23947 2.59155,-0.99531 2.3125,-1.96875 -0.11587,-0.4042 -0.50846,-0.68219 -1,-0.84375 -0.20481,-0.0673 -0.43385,-0.13562 -0.65625,-0.15625 z m -114.125,0.40625 c -0.12464,-0.005 -0.25483,-0.005 -0.375,0.0313 -1.41931,0.42299 -1.74118,3.50955 -0.5625,4.40625 0.13862,0.10546 0.29049,0.18228 0.46875,0.21875 -0.0788,0.71029 0.10646,1.52043 0.59375,1.8125 0.67361,0.40374 1.97014,-0.37636 2.0625,-1.15625 0.049,-0.4135 -0.20688,-0.92803 -0.5625,-1.3125 0.31634,-0.2653 0.54643,-0.56806 0.625,-0.90625 0.0757,-0.32571 0.0376,-0.71798 -0.0937,-1.09375 -0.34483,-0.9864 -1.28377,-1.96186 -2.15625,-2 z m 159.15625,0 c -0.28849,0.0166 -0.55342,0.0866 -0.78125,0.21875 -1.14407,0.66354 -1.07399,3.1969 0,3.96875 0.58463,0.42015 1.56271,0.44936 2.4375,0.21875 -0.27251,0.5673 -0.45354,1.18943 -0.5625,1.84375 -0.0945,-0.50765 -0.31239,-0.9561 -0.625,-1.28125 -0.72982,-0.75909 -2.20423,-0.68667 -3.375,-0.15625 -0.51147,-0.19883 -1.04867,-0.26654 -1.4375,-0.0625 -0.77142,0.4048 -0.82635,1.95613 -0.25,2.65625 0.0109,0.12885 0.007,0.24297 0.0313,0.375 0.0648,0.3531 0.19402,0.71497 0.34375,1.0625 -0.0311,0.0337 -0.0643,0.0582 -0.0937,0.0937 -0.24229,0.29218 -0.40962,0.63318 -0.53125,1 -0.35129,-0.3742 -0.74228,-0.67813 -1.15625,-0.875 -0.21544,-0.7026 -0.599,-1.29658 -1.1875,-1.53125 -1.61353,-0.64341 -3.95898,1.30656 -4.59375,3.1875 -0.0941,-0.0374 -0.18372,-0.0728 -0.28125,-0.0937 -0.49173,-0.5786 -1.13261,-0.99503 -1.75,-1.03125 -0.4308,-0.0253 -0.89439,0.0948 -1.34375,0.34375 -1.34809,0.74698 -2.51145,2.49582 -1.9375,3.65625 0.22806,0.46109 0.68724,0.74928 1.25,0.9375 0.0895,0.38111 0.36488,0.76122 0.71875,1.0625 -0.51444,-0.139 -1.05249,-0.11407 -1.4375,0.0937 -1.18176,0.63789 -1.67054,3.25778 -0.53125,3.96875 0.47306,0.29521 1.1224,0.24613 1.75,-0.0313 1.046,-0.46229 2.00518,-1.5106 1.9375,-2.4375 -0.0275,-0.37675 -0.25632,-0.71844 -0.59375,-1 0.11654,0.0371 0.22792,0.0729 0.34375,0.0937 0.48912,0.94606 1.43223,1.78089 2.28125,1.71875 0.0647,-0.005 0.12474,-0.0146 0.1875,-0.0313 0.0543,0.13489 0.0897,0.27652 0.15625,0.40625 -0.17567,2.40361 1.57337,5.68423 3.6875,6.03125 2.17198,0.35652 4.72078,-3.02883 4.15625,-5.15625 -0.11837,-0.44605 -0.34561,-0.85107 -0.6875,-1.25 0.57057,0.0293 1.1358,-0.22519 1.65625,-0.625 0.83458,0.77509 1.76314,1.28488 2.71875,1.34375 0.136,0.008 0.27069,0.013 0.40625,0 0.20654,0.23383 0.45417,0.42303 0.75,0.59375 -0.11185,0.49694 -0.0143,1.06235 0.25,1.625 0.57189,1.21768 1.818,2.3546 2.90625,2.25 1.36618,-0.13131 2.39819,-2.58876 1.71875,-3.78125 -0.0149,-0.0262 -0.0459,-0.0369 -0.0625,-0.0625 0.0856,-0.0614 0.17555,-0.11649 0.25,-0.1875 0.11908,-0.11359 0.24499,-0.23464 0.34375,-0.375 0.22758,0.16496 0.48764,0.33403 0.78125,0.4375 1.18641,0.41813 2.76178,0.29355 3.40625,-0.5 0.23816,-0.29325 0.28016,-0.6935 0.25,-1.125 0.6485,0.55634 1.36994,0.93494 2.09375,0.96875 1.17317,0.0548 2.30147,-0.93881 3.03125,-2.1875 1.72823,-1.67626 2.68565,-4.89193 1.6875,-6.78125 -0.39231,-0.74257 -1.06994,-1.37808 -1.9375,-1.875 -0.51511,-0.29505 -1.12196,-0.53217 -1.71875,-0.71875 0.63172,-0.24969 1.13795,-0.67204 1.1875,-1.21875 0.0455,-0.50218 -0.27033,-0.98143 -0.75,-1.375 -0.79945,-0.65595 -2.02937,-1.02613 -2.75,-0.59375 -0.42406,0.25444 -0.61885,0.83215 -0.625,1.4375 -0.044,-0.0263 -0.0799,-0.0696 -0.125,-0.0937 -0.5494,-0.29395 -1.17027,-0.3796 -1.84375,-0.3125 -1.68642,-1.79399 -4.20203,-3.04753 -6.0625,-2.46875 -0.0536,0.0167 -0.10402,0.0423 -0.15625,0.0625 -0.0769,-0.51085 -0.39013,-1.02748 -0.875,-1.4375 -0.74241,-0.62782 -1.79078,-1.04976 -2.65625,-1 z m 213.5,0 c -0.89536,0.1714 -1.29149,2.03428 -0.625,2.65625 0.52294,0.48801 1.83154,0.052 2.0625,-0.625 0.0665,-0.1948 0.0572,-0.418 0,-0.65625 -0.17174,-0.71475 -0.83104,-1.49109 -1.4375,-1.375 z m -569.15625,0.25 c -1.416722,0.20089 -3.110912,1.82525 -2.6875,3.0625 0.200929,0.58713 0.794695,0.98602 1.53125,1.1875 1.22759,0.3358 2.81352,0.12883 3.40625,-0.71875 0.744106,-1.06404 -0.380765,-3.28833 -1.65625,-3.53125 -0.183516,-0.0349 -0.391361,-0.0287 -0.59375,0 z m 505.5,0.59375 c 0.0248,0.0363 0.0336,0.0932 0.0625,0.125 0.3828,0.42144 1.17919,0.57661 1.875,0.46875 0.006,0.0536 0.0221,0.10223 0.0313,0.15625 -0.0103,0.002 -0.0209,-0.003 -0.0313,0 -0.70418,0.17037 -1.43115,0.62565 -1.8125,1.1875 -0.2734,-0.1898 -0.55475,-0.3325 -0.84375,-0.4375 0.031,-0.0701 0.0674,-0.14477 0.0937,-0.21875 0.0729,-0.20496 0.0895,-0.43386 0.125,-0.65625 0.20879,-0.12949 0.39101,-0.36225 0.5,-0.625 z m 42.03125,0.59375 c 0.0301,0.10444 0.044,0.22067 0.0937,0.3125 0.34817,0.64253 1.22375,1.10521 2.125,1.28125 0.13161,0.11828 0.27607,0.20775 0.4375,0.21875 -1.58609,1.54794 -1.16849,5.82927 0.78125,6.84375 0.70676,0.36774 1.64302,0.19382 2.5,-0.25 0.92372,0.67332 2.14168,1.08634 3.15625,1 -0.0224,0.31011 -0.0105,0.62076 0,0.9375 -0.21526,-0.0861 -0.47087,-0.0978 -0.625,0 -0.28249,0.17921 -0.2167,0.81571 0.0625,1 0.15362,0.10139 0.40446,0.0693 0.625,0 0.0564,0.39717 0.14376,0.77876 0.25,1.15625 -0.32573,-0.16317 -0.69505,-0.26969 -1.03125,-0.25 -0.0698,-0.2528 -0.2035,-0.48161 -0.375,-0.625 -0.72558,-0.60665 -2.58213,-0.24325 -2.75,0.6875 -0.009,0.0483 9e-5,0.10738 0,0.15625 -0.13665,-0.14372 -0.28635,-0.25672 -0.4375,-0.375 0.27719,-0.19816 0.50497,-0.51527 0.46875,-0.78125 -0.0449,-0.32987 -0.54319,-0.5219 -0.90625,-0.46875 -0.0546,-0.4573 -0.16388,-0.89022 -0.375,-1.25 -0.30769,-0.52434 -0.80199,-0.97967 -1.40625,-1.34375 -0.31504,-1.03025 -1.11426,-2.07561 -2.0625,-2.84375 0.0821,-0.58316 -0.0416,-1.17888 -0.3125,-1.75 0.62381,-0.38134 1.10096,-0.90806 1.0625,-1.5 -0.0363,-0.55832 -0.46913,-1.05711 -1.0625,-1.40625 -0.0862,-0.0507 -0.18922,-0.0806 -0.28125,-0.125 0.0406,-0.20866 0.0548,-0.42029 0.0625,-0.625 z m -365.375,0.25 c -0.32185,0.0589 -0.63184,0.23023 -0.75,0.46875 -0.27201,0.5491 0.232,1.66051 0.84375,1.625 0.25401,-0.0147 0.46436,-0.2 0.625,-0.46875 0.26773,-0.44791 0.36329,-1.11011 0.0937,-1.4375 -0.16919,-0.2055 -0.49065,-0.24643 -0.8125,-0.1875 z m 224.75,0.3125 c -0.27538,-0.002 -0.57258,0.14738 -0.84375,0.34375 -0.60261,0.43638 -1.07537,1.232 -0.90625,1.8125 0.21232,0.72876 1.64092,1.02347 2.21875,0.53125 0.66509,-0.56657 0.63403,-2.32762 -0.1875,-2.625 -0.0853,-0.0309 -0.18946,-0.0617 -0.28125,-0.0625 z M 337.78125,445 c -1.13065,0.0446 -2.46188,1.40539 -2.375,2.5 0.11429,1.43992 2.493,3.09342 3.6875,2.28125 0.49599,-0.33724 0.71904,-1.01196 0.71875,-1.75 -4.8e-4,-1.23006 -0.62106,-2.63268 -1.5625,-2.96875 -0.14773,-0.0527 -0.30723,-0.0689 -0.46875,-0.0625 z M 519,445.3125 c 0.89136,0.82306 2.00041,1.47238 3.09375,1.78125 -0.68666,0.21742 -1.29008,0.57512 -1.6875,1.125 -0.14356,0.19863 -0.25177,0.39786 -0.34375,0.625 -0.0828,0.008 -0.16765,0.0154 -0.25,0.0313 -0.47615,-0.62922 -1.55706,-1.0689 -2.15625,-0.71875 -0.25626,0.14975 -0.40043,0.45638 -0.4375,0.8125 -0.10785,-0.12329 -0.24135,-0.20817 -0.375,-0.21875 0.16747,-0.24492 0.32279,-0.49115 0.46875,-0.75 1.00326,-0.2317 1.92674,-0.84078 2,-1.65625 0.0312,-0.34729 -0.0989,-0.7097 -0.3125,-1.03125 z m -132.4375,0.34375 c -0.28727,0.0282 -0.55919,0.10891 -0.78125,0.25 -1.1151,0.70847 -0.9156,3.24174 0.1875,3.96875 0.29521,0.19456 0.67699,0.29261 1.09375,0.3125 0.002,0.16597 0.022,0.34728 0.0625,0.5 0.12836,0.48341 0.46923,0.93934 0.90625,1.34375 0.87102,0.80603 2.18037,1.36462 3.28125,1.34375 -0.0698,0.11076 -0.13077,0.22038 -0.1875,0.34375 -0.0444,0.0649 -0.11782,0.11947 -0.15625,0.1875 -0.0932,0.16493 -0.16755,0.34757 -0.21875,0.53125 -0.65587,-0.19796 -1.3585,-0.29891 -2.03125,-0.3125 -2.26175,-0.88334 -4.92053,-0.91225 -6.09375,0.625 -0.51752,0.6781 -0.68814,1.57472 -0.625,2.53125 -0.14477,0.0713 -0.28413,0.12005 -0.40625,0.21875 -0.23086,0.18658 -0.40458,0.43366 -0.53125,0.71875 -0.17106,-0.16956 -0.3692,-0.28039 -0.59375,-0.3125 -0.37942,-0.0543 -0.78261,0.10897 -1.125,0.40625 -0.11521,-0.20027 -0.2293,-0.39537 -0.375,-0.5625 0.22529,-1.17257 -0.5143,-2.65034 -1.5625,-3.59375 0.30007,0.0131 0.60759,-0.004 0.875,-0.0937 1.79839,-0.60172 2.37938,-4.19969 1.09375,-5.59375 -0.36995,-0.40115 -0.9349,-0.67596 -1.5625,-0.84375 -1.88279,-0.50339 -4.44134,0.0337 -4.9375,1.59375 -0.2599,0.81722 0.0679,1.75217 0.6875,2.59375 -0.79987,0.08 -1.53934,0.39786 -1.875,0.9375 -0.0811,0.1303 -0.12885,0.28176 -0.15625,0.4375 -0.87714,-1.14225 -2.52606,-1.98556 -3.71875,-1.65625 -0.43219,0.11933 -0.84544,0.38602 -1.21875,0.75 -0.35415,-0.10093 -0.72369,-0.1509 -1.0625,-0.125 -0.70906,0.0542 -1.41515,0.36883 -2.09375,0.875 -0.13587,0.10135 -0.27553,0.22935 -0.40625,0.34375 -0.10346,-0.64794 -0.42563,-1.24191 -0.9375,-1.34375 -0.39862,-0.0793 -0.83113,0.1491 -1.1875,0.5 -0.57648,0.56763 -0.95701,1.47814 -0.71875,2.09375 -0.49992,-0.30075 -1.04419,-0.46933 -1.5625,-0.5 0.27851,-1.08212 0.0619,-2.43517 -0.78125,-2.78125 -0.5069,-0.20806 -1.1252,-0.0283 -1.6875,0.34375 -0.93716,0.62013 -1.71824,1.76947 -1.5,2.65625 0.15721,0.63881 0.9216,1.08504 1.71875,1.21875 -0.73688,1.24907 -0.94136,2.97735 -0.0625,3.75 1.02639,0.90235 3.11839,0.31589 4.375,-0.78125 0.0642,0.31262 0.19679,0.61125 0.375,0.875 0.51137,0.75684 1.41082,1.18653 2.46875,1.34375 0.13398,0.0678 0.26334,0.0811 0.375,0.0313 0.93997,0.0821 1.97573,-0.0313 2.9375,-0.3125 0.65626,0.49501 1.56036,0.76012 2.1875,0.5 1.0035,-0.41622 1.69456,-2.17722 1.375,-3.28125 0.0599,-0.19379 0.0849,-0.38767 0.0937,-0.59375 0.31843,-0.21003 0.59894,-0.46286 0.84375,-0.71875 -0.34933,0.76146 -0.4748,1.5368 -0.15625,2.1875 0.1263,0.25799 0.3095,0.46322 0.53125,0.65625 -1.41916,1.41583 -2.37715,3.1943 -2.125,4.75 0.13922,0.85894 0.72802,1.62128 1.53125,2.21875 0.71532,1.42712 2.73516,2.23093 4.78125,2.3125 1.21096,1.31197 4.38892,1.54249 5.46875,0.21875 0.39973,-0.49003 0.43623,-1.23023 0.25,-1.96875 0.79642,-0.83834 1.20437,-2.21051 1.21875,-3.59375 0.40679,0.12569 0.88767,0.14048 1.375,0.0937 0.14493,-0.0139 0.29039,-0.0351 0.4375,-0.0625 0.37314,0.69171 0.88752,1.22959 1.5625,1.5 0.35194,0.14099 0.73884,0.21616 1.125,0.21875 -0.35786,0.55376 -0.49913,1.20296 -0.1875,1.625 0.24484,0.33159 0.71194,0.45742 1.21875,0.4375 0.84468,-0.0332 1.79438,-0.46952 2,-1.125 0.11648,-0.3713 -0.0722,-0.82191 -0.375,-1.1875 0.30843,0.0119 0.64627,-0.0622 0.9375,-0.1875 0.94877,0.13074 2.07544,-0.13018 3.03125,-0.625 0.12283,0.75349 0.45926,1.39031 1.03125,1.71875 1.99571,1.14594 5.84539,-1.77499 5.59375,-4.0625 -0.007,-0.0679 -0.0466,-0.12117 -0.0625,-0.1875 0.52829,-0.078 1.01602,-0.33657 1.1875,-0.71875 0.28703,-0.63971 -0.5176,-1.71897 -1.21875,-1.71875 -0.34439,1.1e-4 -0.73538,0.24602 -1.03125,0.5625 -0.0588,-0.11824 -0.13427,-0.25244 -0.21875,-0.34375 -0.13977,-0.15108 -0.32286,-0.24798 -0.53125,-0.34375 1.54549,-1.38717 2.55722,-3.37076 1.875,-4.875 -0.0158,-0.0349 -0.0452,-0.0598 -0.0625,-0.0937 0.14498,-0.0106 0.29397,-0.0282 0.40625,-0.0937 0.69154,-0.40379 0.94319,-1.97406 0.25,-2.375 -0.28783,-0.16648 -0.69401,-0.11535 -1.0625,0.0625 -0.46061,0.22231 -0.86987,0.63599 -1.03125,1.0625 -0.29091,-0.14853 -0.60168,-0.30811 -0.9375,-0.40625 -0.098,-0.0423 -0.1792,-0.0785 -0.28125,-0.0937 -0.0591,-0.009 -0.12764,-0.002 -0.1875,0 -1.08098,-0.23178 -2.29028,-0.22888 -3.40625,0 -0.3907,0.0277 -0.76538,0.0836 -1.125,0.1875 0.67588,-1.87763 -0.84622,-5.18781 -2.75,-5.5 -0.31177,-0.0511 -0.62273,0.005 -0.9375,0.125 -0.0701,-0.0638 -0.14212,-0.12784 -0.21875,-0.1875 -0.76634,-0.59665 -1.82569,-0.99086 -2.6875,-0.90625 z m -307.96875,0.0625 c -0.917337,-0.0228 -1.876976,0.32103 -2.0625,1.03125 -0.123255,0.47184 0.104959,1.01702 0.5,1.46875 0.658398,0.75288 1.775021,1.29792 2.53125,1 0.949359,-0.37401 1.167595,-2.31842 0.4375,-3.03125 -0.315137,-0.30768 -0.855848,-0.45506 -1.40625,-0.46875 z m 496.28125,0.0625 c 0.0125,0.007 0.0186,0.025 0.0313,0.0313 0.28723,0.14277 0.65415,0.18268 1.03125,0.15625 -0.0763,0.33435 -0.13924,0.69551 -0.15625,1.0625 -0.0314,0.67855 0.0621,1.39352 0.21875,2.09375 -0.20124,-0.002 -0.3983,0.0168 -0.59375,0.0313 0.11337,-0.40876 0.12125,-0.80903 -0.0313,-1.125 -0.26708,-0.55337 -1.02694,-0.96984 -1.78125,-1.09375 0.007,-0.0419 0.0272,-0.0817 0.0313,-0.125 0.48742,-0.10738 0.91618,-0.51511 1.25,-1.03125 z m -357.21875,1 c 0.0158,0.10628 0.0298,0.21611 0.0625,0.3125 -0.0713,-0.008 -0.14988,-0.004 -0.21875,0 0.0606,-0.0971 0.0998,-0.21283 0.15625,-0.3125 z M 3.34375,446.9375 c 0.03651,0.12878 0.079075,0.25313 0.125,0.375 -0.1768028,0.34998 -0.1763524,0.85533 0.09375,1.03125 0.016738,0.0109 0.044415,-0.008 0.0625,0 -0.1330236,0.0872 -0.2809002,0.20241 -0.40625,0.3125 -0.2370013,0.20815 -0.4337852,0.45374 -0.625,0.71875 0.4361379,-0.72437 0.7235179,-1.6195 0.75,-2.4375 z m 326.4375,0.90625 c -1.48293,0.0149 -2.85242,1.27124 -3.75,2.90625 -1.39968,-1.92347 -6.13154,-1.9482 -7.4375,0.0313 -1.10678,1.67756 0.76626,5.05257 2.75,5.375 0.48091,0.0782 0.99759,6.6e-4 1.53125,-0.1875 -0.051,0.12947 -0.0781,0.27265 -0.0937,0.40625 -0.15693,1.34177 1.96169,2.81275 3.25,2.40625 0.28422,-0.0897 0.56625,-0.29306 0.8125,-0.53125 0.33237,0.13988 0.70826,0.22323 1.09375,0.28125 -0.41489,0.42727 -0.73455,0.90849 -0.84375,1.46875 -0.18626,0.95557 0.1452,1.97831 0.78125,2.90625 -0.18554,0.5569 -0.22626,1.13763 -0.0937,1.6875 0.86607,3.59395 8.47383,4.8497 10.90625,2.0625 -0.0614,1.55795 0.28178,3.02919 1.15625,3.9375 2.04896,2.12823 7.49166,0.55348 8.59375,-2.1875 0.31713,-0.78874 0.33972,-1.75473 0.15625,-2.75 -0.2421,-1.31337 -0.88794,-2.65807 -1.71875,-3.75 0.55397,-0.12025 1.08065,-0.32265 1.5625,-0.5625 0.11143,0.23797 0.28291,0.4406 0.5,0.5625 0.46822,0.26292 1.06486,0.16978 1.65625,-0.125 0.44095,-0.21979 0.86533,-0.55948 1.1875,-0.9375 0.60683,0.12192 1.19716,0.0685 1.59375,-0.28125 0.49128,-0.43326 0.63253,-1.20036 0.53125,-2 -0.0467,-0.36906 -0.17166,-0.73536 -0.3125,-1.09375 0.0649,-0.0478 0.14133,-0.0958 0.1875,-0.15625 0.50196,-0.65756 0.10108,-2.26441 -0.71875,-2.375 -0.34041,-0.0459 -0.68662,0.15401 -0.96875,0.46875 -0.0532,0.0594 -0.10836,0.12118 -0.15625,0.1875 -0.0397,-0.0123 -0.0847,-0.0224 -0.125,-0.0313 -0.77622,-0.17136 -1.65457,0.42235 -2.21875,1.21875 -0.65371,-0.92907 -1.62923,-1.71845 -2.59375,-1.96875 0.003,-0.3993 -0.0718,-0.77585 -0.25,-1.125 -0.64838,-1.26999 -2.37967,-1.85427 -4.1875,-1.84375 -1.50268,-1.79038 -6.19633,-0.96623 -7.0625,1.21875 -0.49464,1.24778 0.52599,3.00637 1.84375,3.90625 0.0119,0.0103 0.0189,0.0212 0.0313,0.0313 0.0792,0.053 0.16903,0.10968 0.25,0.15625 0.0684,0.0395 0.14452,0.0608 0.21875,0.0937 0.78759,1.52582 2.26751,2.90356 3.6875,2.96875 0.0822,0.004 0.16643,-0.0276 0.25,-0.0313 -1.0553,0.63544 -1.85898,1.87015 -2.40625,3.28125 -0.19666,-1.26166 -0.78984,-2.57943 -1.59375,-3.5625 -0.23001,-0.86166 -0.64271,-1.62945 -1.21875,-2.125 -0.61375,-0.52799 -1.45266,-0.82869 -2.40625,-0.96875 -0.2384,-0.035 -0.50212,-0.0503 -0.75,-0.0625 0.11021,-0.13521 0.19903,-0.25853 0.28125,-0.40625 0.37856,-0.68014 0.52126,-1.54358 0.46875,-2.46875 -0.15754,-2.77552 -2.03993,-6.05468 -4.375,-6.03125 z m 75,0.15625 c -0.16137,0.0127 -0.30254,0.0218 -0.46875,0.0625 -1.10808,0.27157 -2.2485,1.14026 -2.34375,2.0625 -0.11958,1.15777 1.70735,2.39645 2.8125,2.03125 1.27206,-0.42036 2.24499,-2.91538 1.25,-3.8125 -0.30986,-0.27938 -0.76588,-0.38195 -1.25,-0.34375 z m 166.84375,0.0625 c 0.0422,0.003 0.0831,-10e-4 0.125,0 -8.9e-4,0.0607 0.0256,0.12487 0.0313,0.1875 -0.0498,-0.0674 -0.10169,-0.12153 -0.15625,-0.1875 z m -127.125,0.125 c -2.37132,-0.0822 -5.15198,3.23621 -4.71875,5.5625 0.13298,0.71404 0.53643,1.42908 1.125,2.0625 0.45048,0.48481 0.99663,0.9176 1.59375,1.28125 -0.41141,0.12856 -0.76931,0.3253 -1,0.65625 -0.50213,0.72035 -0.38363,1.77945 0.0625,2.78125 -0.82576,0.10509 -1.56499,0.51687 -1.75,1.15625 -0.15555,0.53759 0.0916,1.12618 0.53125,1.65625 0.73271,0.88345 1.99853,1.53783 2.875,1.21875 0.50235,-0.18288 0.82728,-0.73758 0.96875,-1.375 0.20703,0.0612 0.41918,0.0983 0.625,0.0937 1.6831,-0.0371 3.1296,-2.94856 2.40625,-4.46875 -0.13957,-0.29333 -0.37762,-0.54412 -0.65625,-0.78125 0.40583,-0.0921 0.78181,-0.23617 1.09375,-0.5 1.11221,-0.94069 1.31347,-2.79611 0.90625,-4.59375 0.0127,-0.0307 0.0197,-0.0623 0.0313,-0.0937 0.60152,-0.28116 1.09229,-1.38381 0.65625,-1.84375 -0.18804,-0.19835 -0.51282,-0.23488 -0.84375,-0.1875 -0.22307,-0.25567 -0.56768,-0.43672 -0.96875,-0.53125 -0.65317,-1.02191 -1.50359,-1.79715 -2.46875,-2.03125 -0.15331,-0.0372 -0.31066,-0.057 -0.46875,-0.0625 z m 8.1875,0.53125 c -0.34814,0.0202 -0.6662,0.12327 -0.8125,0.375 -0.33424,0.57509 0.23402,1.59012 0.90625,1.96875 -0.37788,0.10045 -0.71265,0.26272 -0.90625,0.5625 -0.23928,0.37053 -0.26568,0.84651 -0.15625,1.34375 -0.0309,0.005 -0.0627,-0.006 -0.0937,0 -0.0163,-0.0512 -0.0322,-0.11117 -0.0625,-0.15625 -0.15996,-0.23762 -0.49128,-0.34225 -0.84375,-0.34375 -0.58745,-0.002 -1.27492,0.30113 -1.4375,0.75 -0.10205,0.28175 0.0396,0.62826 0.28125,0.90625 -0.37175,0.41414 -0.61292,0.87259 -0.53125,1.34375 0.11761,0.67847 0.81309,1.20368 1.625,1.5 -0.0215,0.0922 -0.0318,0.18536 -0.0313,0.28125 0.008,1.41284 2.34066,2.59327 3.84375,2.28125 0.49005,0.40269 1.12944,0.63381 1.5625,0.375 0.29974,-0.17914 0.41984,-0.5498 0.46875,-0.96875 0.39459,-0.1813 0.72293,-0.41834 0.8125,-0.78125 0.24615,-0.99732 -1.10015,-2.23803 -2.25,-2.4375 -0.0248,-0.0276 -0.0365,-0.0682 -0.0625,-0.0937 1.04694,-0.49247 1.76793,-2.3476 1.25,-3.34375 -0.37557,-0.72233 -1.40512,-1.21012 -2.40625,-1.3125 0.40229,-0.39489 0.59792,-1.18759 0.34375,-1.625 -0.0975,-0.16783 -0.26377,-0.29958 -0.46875,-0.40625 -0.30747,-0.16 -0.68311,-0.23897 -1.03125,-0.21875 z m 28.5625,0.125 c 0.45712,0.27869 0.94293,0.51804 1.4375,0.65625 -0.46266,0.0382 -0.92915,0.0979 -1.34375,0.21875 -0.13535,-0.0624 -0.26202,-0.13442 -0.40625,-0.1875 0.10978,-0.22513 0.22471,-0.45519 0.3125,-0.6875 z m -30.96875,0.0313 c -0.67417,0.001 -1.47452,0.40302 -1.5,0.96875 -0.0376,0.83522 1.55333,1.58723 2.25,1.125 0.54662,-0.36268 0.39853,-1.61867 -0.15625,-1.96875 -0.15964,-0.10074 -0.36903,-0.12537 -0.59375,-0.125 z m 134.625,0.1875 c -0.36025,0.33402 -0.70372,0.68906 -0.96875,1.09375 0.18063,-0.32625 0.32912,-0.68745 0.46875,-1.03125 0.16457,-0.0218 0.33786,-0.0313 0.5,-0.0625 z M 470,449.1875 c -0.79813,0.0818 -1.66687,0.55802 -1.90625,1.1875 -0.0184,0.0483 -0.0187,0.10484 -0.0313,0.15625 -0.0251,-0.0274 -0.0619,-0.0738 -0.0937,-0.0937 -0.17651,-0.11044 -0.42178,-0.072 -0.65625,0.0313 -0.39078,0.17215 -0.74361,0.56012 -0.71875,0.90625 0.0222,0.30886 0.41855,0.57446 0.78125,0.625 -0.004,0.0425 -0.008,0.0856 0,0.125 0.0618,0.30971 0.49581,0.61068 0.84375,0.625 0.0357,0.001 0.0604,-0.0264 0.0937,-0.0313 0.002,0.0103 -0.002,0.021 0,0.0313 -0.0299,0.007 -0.0649,-0.009 -0.0937,0 -0.18079,0.0564 -0.34086,0.15301 -0.4375,0.28125 -0.093,0.12344 -0.16858,0.28686 -0.1875,0.46875 -0.21566,-0.18236 -0.48804,-0.34658 -0.75,-0.375 -0.17869,-0.27203 -0.37825,-0.53922 -0.625,-0.65625 -0.0323,-0.40557 -0.1611,-0.76003 -0.4375,-1 -1.17658,-1.02152 -4.119,0.41612 -4.25,1.96875 -0.10278,1.21822 1.87783,2.46779 3.03125,2.0625 0.12231,-0.043 0.22972,-0.11029 0.34375,-0.1875 0.46234,0.45231 1.4835,0.24614 2,-0.25 0.014,0.004 0.017,0.0284 0.0313,0.0313 0.32317,0.065 0.72053,-0.24215 0.90625,-0.59375 0.12705,0.21394 0.28811,0.37901 0.5,0.40625 0.26886,0.0346 0.5289,-0.12524 0.75,-0.375 0.0433,-0.0489 0.0863,-0.10145 0.125,-0.15625 0.0403,0.0251 0.0824,0.0425 0.125,0.0625 0.28051,0.13178 0.63115,0.13384 0.96875,0.0313 0.80198,0.0216 1.62621,-0.26298 1.9375,-0.8125 0.28928,-0.51067 0.0352,-1.27516 -0.4375,-1.8125 -0.0591,-0.12511 -0.10464,-0.25442 -0.1875,-0.375 0.12949,-0.75299 0.0181,-1.54431 -0.40625,-1.96875 -0.28571,-0.28575 -0.73987,-0.36156 -1.21875,-0.3125 z m 46.28125,0.3125 c 0.003,0.0291 -0.009,0.0673 0,0.0937 0.0816,0.2285 0.39933,0.40139 0.6875,0.4375 -0.14959,0.1345 -0.27461,0.28372 -0.34375,0.46875 -0.0713,0.19084 -0.0831,0.38365 -0.0625,0.59375 -0.10666,-0.07 -0.22787,-0.12745 -0.34375,-0.1875 -0.16684,-0.27844 -0.37634,-0.53058 -0.625,-0.6875 0.23203,-0.22395 0.47489,-0.46297 0.6875,-0.71875 z M 25.4375,449.9375 c -0.396637,-0.0222 -0.755666,0.0804 -1.03125,0.3125 -0.457719,0.38541 -0.607039,1.0801 -0.53125,1.8125 0.126308,1.22066 0.875081,2.54405 1.84375,2.78125 1.216052,0.29778 2.820261,-1.48743 2.59375,-2.71875 -0.195544,-1.06297 -1.685088,-2.12075 -2.875,-2.1875 z m 535.09375,0.59375 c 0.064,0.11095 0.13799,0.20901 0.21875,0.3125 -0.042,0.0318 -0.0853,0.0581 -0.125,0.0937 -0.038,-0.13212 -0.0421,-0.28333 -0.0937,-0.40625 z m 23,0.3125 c -0.0672,0.14701 -0.0763,0.32072 -0.125,0.46875 -0.0477,-0.0356 -0.10803,-0.0597 -0.15625,-0.0937 0.094,-0.12403 0.19302,-0.24445 0.28125,-0.375 z m -306.8125,0.875 c 0.61097,0.84571 2.01233,1.44473 3.03125,1.28125 0.1431,0.1248 0.31134,0.21711 0.46875,0.3125 -0.21804,0.0529 -0.42838,0.17586 -0.5,0.34375 -0.0226,0.0531 -0.0282,0.12384 -0.0313,0.1875 -0.12627,0.0268 -0.24277,0.0616 -0.34375,0.125 -0.21324,0.13378 -0.40201,0.35462 -0.53125,0.625 -0.0366,0.0765 -0.0335,0.16731 -0.0625,0.25 -0.0417,1.9e-4 -0.0833,-10e-4 -0.125,0 0.21388,-0.71034 0.12774,-1.60216 -0.40625,-1.875 -0.30713,-0.15693 -0.68667,-0.0888 -1.0625,0.0937 -0.33697,-0.42151 -0.72939,-0.81701 -1.15625,-1.1875 0.27169,0.005 0.52619,-0.0376 0.71875,-0.15625 z m -29.96875,0.5625 c -0.13166,-0.0109 -0.2556,10e-4 -0.375,0.0313 -0.2681,0.0671 -0.52107,0.26466 -0.75,0.5 -0.12946,-0.0412 -0.26004,-0.0898 -0.375,-0.0625 -0.42503,0.10081 -0.81006,0.73708 -0.8125,1.21875 -0.40661,0.0626 -0.78799,0.17186 -1,0.4375 -0.56372,0.70631 0.12474,2.30635 1,2.53125 0.75559,0.19415 1.90805,-0.45952 2.3125,-1.21875 0.88265,-0.21485 1.74762,-0.78699 1.875,-1.5 0.15152,-0.84814 -0.95335,-1.86136 -1.875,-1.9375 z m 212,0.125 c -0.35374,-0.008 -0.76106,0.20387 -0.78125,0.5 -0.0112,0.16395 0.0908,0.31276 0.25,0.4375 0.26524,0.20791 0.6746,0.33362 0.90625,0.1875 0.29081,-0.18343 0.22397,-0.84111 -0.0625,-1.03125 -0.0824,-0.0547 -0.19459,-0.0912 -0.3125,-0.0937 z m -218.46875,0.78125 c -1.06185,-0.0673 -2.52973,1.51284 -2.0625,2.46875 0.0417,0.0853 0.0912,0.14882 0.15625,0.21875 -0.32429,0.005 -0.66241,0.12615 -0.8125,0.34375 -0.33456,0.48504 0.007,1.63695 0.59375,1.6875 0.24376,0.021 0.49758,-0.1414 0.6875,-0.375 0.29258,-0.35987 0.45539,-0.89476 0.3125,-1.25 0.0878,0.0224 0.18828,0.0492 0.28125,0.0625 0.1632,0.0233 0.32957,0.0353 0.5,0.0313 -1.24508,0.86986 -1.46593,3.91135 -0.0937,4.5625 0.56977,0.27037 1.29956,0.11173 1.96875,-0.28125 1.11531,-0.65497 2.07117,-1.96736 1.875,-3 -0.17652,-0.92921 -1.47832,-1.54801 -2.59375,-1.5625 0.29253,-0.14009 0.52648,-0.31646 0.65625,-0.5625 0.43125,-0.81761 -0.54623,-2.28529 -1.46875,-2.34375 z m 131.8125,1.875 c 0.0139,0.0185 0.017,0.0444 0.0313,0.0625 -0.034,0.04 -0.0609,0.0843 -0.0937,0.125 0.0194,-0.0614 0.0489,-0.12531 0.0625,-0.1875 z M 361,455.25 c 0.13285,0.0342 0.29608,0.0541 0.4375,0.0625 -0.059,0.1024 -0.10287,0.20853 -0.15625,0.3125 -0.0875,-0.12065 -0.17246,-0.26333 -0.28125,-0.375 z m -152.28125,0.0937 c -0.82278,-0.0244 -1.60127,0.246 -1.875,0.84375 -0.22732,0.4964 -0.0981,1.11286 0.25,1.6875 0.58013,0.95773 1.73342,1.77575 2.625,1.59375 1.11928,-0.22848 1.72944,-2.32255 1.0625,-3.25 -0.38384,-0.53376 -1.23972,-0.85061 -2.0625,-0.875 z m 109.5625,0.8125 c -0.11651,-0.005 -0.23953,5.9e-4 -0.34375,0.0313 -0.9597,0.28229 -1.72039,2.11842 -1,2.8125 0.29912,0.2882 0.78106,0.35518 1.28125,0.25 0.83365,-0.17529 1.68738,-0.78285 1.78125,-1.46875 0.10311,-0.75344 -0.9032,-1.59102 -1.71875,-1.625 z m 157.5625,0.21875 c -0.71499,0.0677 -1.54268,1.08275 -1.34375,1.75 0.17838,0.59833 1.33976,0.84534 1.8125,0.4375 0.13604,-0.11736 0.21919,-0.29532 0.28125,-0.5 0.18618,-0.61405 0.0392,-1.47597 -0.46875,-1.65625 -0.0937,-0.0333 -0.17911,-0.0409 -0.28125,-0.0313 z m 99.875,1.6875 c 0.10997,0.0676 0.23232,0.12856 0.34375,0.1875 -0.0117,0.30932 0.0287,0.63696 0.0937,0.96875 0.0244,0.12441 0.0596,0.24985 0.0937,0.375 -0.0627,0.047 -0.12887,0.0984 -0.1875,0.15625 -0.12054,-0.0455 -0.24948,-0.0926 -0.375,-0.125 0.011,-0.0327 0.0278,-0.059 0.0313,-0.0937 0.0226,-0.23087 -0.1244,-0.47359 -0.34375,-0.65625 -0.20994,-0.17482 -0.48929,-0.27014 -0.75,-0.3125 -0.01,-0.0312 -0.0211,-0.0627 -0.0313,-0.0937 0.0886,-0.0985 0.16638,-0.20527 0.25,-0.3125 0.24495,0.0814 0.58779,0.018 0.875,-0.0937 z m -328.75,1 c -1.58609,-0.007 -3.1962,0.58434 -3.59375,1.78125 -0.78258,2.35611 3.13575,5.78888 5.5,5.03125 1.85503,-0.59445 2.4897,-4.27004 1.1875,-5.71875 -0.37472,-0.41688 -0.92009,-0.69443 -1.5625,-0.875 -0.48181,-0.13543 -1.00255,-0.21657 -1.53125,-0.21875 z m 35.5625,0.21875 c 0.0567,0.11334 0.14011,0.22258 0.21875,0.3125 -0.17913,0.22755 -0.30671,0.50534 -0.375,0.8125 -0.007,-0.34336 -0.0583,-0.67416 -0.15625,-0.96875 0.10358,-0.0518 0.2107,-0.0965 0.3125,-0.15625 z m 319.84375,0.25 c -1.32179,-0.0649 -2.58939,0.31244 -3.09375,1.25 -1.1914,2.2147 2.10259,6.34409 4.59375,6 1.95461,-0.26998 3.2345,-3.82752 2.1875,-5.5 -0.30128,-0.48127 -0.79668,-0.89539 -1.40625,-1.1875 -0.68576,-0.32862 -1.48817,-0.52357 -2.28125,-0.5625 z m -145.6875,0.65625 c -0.50778,0.08 -1.09643,0.68291 -0.9375,1.125 0.0754,0.20979 0.29681,0.33795 0.5625,0.40625 0.44281,0.11383 1.01052,0.0265 1.21875,-0.28125 0.2614,-0.38632 -0.16549,-1.1698 -0.625,-1.25 -0.0661,-0.0115 -0.14621,-0.0114 -0.21875,0 z m -94.90625,0.0625 c -0.81509,-0.0235 -1.52426,1.51542 -1.0625,2.1875 0.3623,0.52733 1.57362,0.39028 1.90625,-0.15625 0.0957,-0.15727 0.12891,-0.34336 0.125,-0.5625 -0.0117,-0.65742 -0.41666,-1.45284 -0.96875,-1.46875 z m 92.15625,0.3125 c -0.27009,-0.0122 -0.53204,0.0551 -0.625,0.25 -0.0772,0.16187 -0.0176,0.372 0.0937,0.5625 0.18562,0.31751 0.55001,0.58646 0.84375,0.53125 0.36876,-0.0693 0.58929,-0.75449 0.375,-1.0625 -0.12333,-0.17726 -0.41741,-0.26903 -0.6875,-0.28125 z m -98.0625,1.375 c -0.15536,0.008 -0.30722,0.084 -0.46875,0.15625 -0.53844,0.24083 -1.03703,0.77208 -1,1.25 0.0465,0.59997 1.09673,1.06944 1.625,0.78125 0.60806,-0.33172 0.8705,-1.69841 0.28125,-2.0625 -0.12234,-0.0756 -0.28214,-0.13343 -0.4375,-0.125 z M 551.5,462.125 c -0.15052,0.003 -0.30571,0.0457 -0.4375,0.0937 -1.21354,0.4422 -2.0475,2.88329 -1.0625,3.71875 0.409,0.34691 1.02033,0.36392 1.65625,0.1875 1.05986,-0.29403 2.12263,-1.13976 2.1875,-2.03125 0.0713,-0.97927 -1.2901,-1.99165 -2.34375,-1.96875 z m -145.28125,0.1875 c -0.21932,-0.0102 -0.41141,0.0266 -0.5625,0.15625 -0.25094,0.21541 -0.32698,0.59563 -0.28125,1 0.0762,0.67396 0.49465,1.40524 1.03125,1.53125 0.67363,0.15819 1.5379,-0.82068 1.40625,-1.5 -0.11365,-0.58644 -0.93578,-1.15686 -1.59375,-1.1875 z m 176.25,0.5 c -1.20289,0.0896 -2.62243,0.92602 -2.59375,1.9375 0.0159,0.55999 0.45028,1.06644 1.03125,1.4375 0.96828,0.61844 2.3869,0.85309 3.125,0.28125 0.9266,-0.71787 0.53446,-2.9488 -0.5,-3.5 -0.29767,-0.15861 -0.66154,-0.18613 -1.0625,-0.15625 z M 360.25,463.125 c -0.37183,-0.0327 -0.79272,0.0773 -1.1875,0.28125 -1.18434,0.61192 -2.24829,2.07601 -1.78125,3.09375 0.68953,1.50255 4.16203,1.41177 4.96875,-0.0313 0.63297,-1.13222 -0.70784,-3.23015 -2,-3.34375 z m -97.53125,0.71875 c -0.47357,0.0736 -1.01211,0.47531 -0.96875,0.875 0.024,0.22128 0.22692,0.40267 0.46875,0.53125 0.40305,0.2143 0.97577,0.24983 1.25,0 0.34427,-0.31363 0.11464,-1.15817 -0.3125,-1.34375 -0.12291,-0.0534 -0.27964,-0.087 -0.4375,-0.0625 z m 27.5,0.0313 c -0.0507,-0.004 -0.0778,0.0136 -0.125,0.0313 -0.15676,0.0586 -0.26371,0.23745 -0.3125,0.4375 -0.0813,0.33342 -0.0142,0.75283 0.21875,0.90625 0.29239,0.1926 0.88158,-0.12312 0.9375,-0.46875 0.0563,-0.3481 -0.364,-0.8795 -0.71875,-0.90625 z m 278.71875,0.46875 c -0.14254,0.0115 -0.28397,0.0409 -0.40625,0.0937 -1.12597,0.48693 -1.79301,2.85652 -0.8125,3.59375 0.40713,0.30612 1.00064,0.29648 1.59375,0.0937 0.10836,-0.037 0.20585,-0.10713 0.3125,-0.15625 0.28089,0.0872 0.53901,0.14079 0.78125,0.0625 0.60622,-0.19593 0.92193,-1.0947 0.84375,-1.84375 0.005,-0.0429 0.0307,-0.0822 0.0313,-0.125 0.013,-0.93247 -1.346,-1.7992 -2.34375,-1.71875 z M 287.5,464.75 c -0.30683,0.0155 -0.58819,0.12297 -0.71875,0.34375 -0.38552,0.6519 0.55868,1.9169 1.3125,1.84375 0.59146,-0.0574 1.01341,-1.10896 0.71875,-1.625 -0.0848,-0.1485 -0.22638,-0.24841 -0.40625,-0.34375 -0.2698,-0.143 -0.59942,-0.23424 -0.90625,-0.21875 z m 26.21875,1.4375 c -0.66962,-0.0409 -1.50239,0.31544 -1.5625,0.875 -0.0333,0.30979 0.14518,0.62691 0.4375,0.875 0.48719,0.41348 1.26908,0.66598 1.71875,0.40625 0.56451,-0.32607 0.49746,-1.58736 -0.0313,-1.96875 -0.15214,-0.10975 -0.33929,-0.17387 -0.5625,-0.1875 z m -40.75,0.84375 c -1.25325,0.009 -2.77155,0.79318 -2.8125,1.84375 -0.0227,0.58163 0.39241,1.13724 0.96875,1.5625 0.96057,0.70878 2.41363,1.07247 3.21875,0.53125 1.01074,-0.67944 0.75262,-3.01255 -0.28125,-3.65625 -0.2975,-0.18523 -0.676,-0.2842 -1.09375,-0.28125 z"
+         style="fill:#541700;fill-opacity:1;stroke:none" />
+      <path
+         style="fill:#5b1700;fill-opacity:1;stroke:none"
+         d="m 168.8125,413.75 c -0.14012,0.0146 -0.27892,0.0454 -0.40625,0.0937 -1.27876,0.48535 -1.62286,3.09479 -0.65625,4.0625 1.1126,1.11386 4.27054,0.79937 4.6875,-0.71875 0.17313,-0.63037 -0.13434,-1.35664 -0.65625,-1.96875 -0.76111,-0.89267 -1.98792,-1.57117 -2.96875,-1.46875 z m -43.25,2.375 c -1.97747,0.2215 -4.16348,2.80795 -3.875,4.71875 0.0949,0.6284 0.4418,1.27219 0.9375,1.84375 1.48709,1.71469 4.34671,2.8681 5.84375,1.6875 0.0302,-0.0238 0.0337,-0.0684 0.0625,-0.0937 -0.10723,0.48752 -0.14815,1.02291 -0.125,1.5625 -0.0197,-0.002 -0.0426,0.002 -0.0625,0 -0.4685,-0.0419 -0.9237,0.0804 -1.375,0.28125 -1.01188,-0.12946 -2.17979,0.14836 -3.28125,0.6875 -0.73342,-2.49403 -2.92158,-5.063 -5.0625,-5.09375 -2.57591,-0.037 -4.95898,4.3225 -3.9375,6.6875 0.29394,0.68055 0.89588,1.28404 1.625,1.78125 0.65551,0.44701 1.41405,0.80127 2.21875,1.03125 -0.26983,0.24263 -0.47771,0.50477 -0.5625,0.8125 -0.23947,0.86905 0.61172,1.94028 1.5625,2.40625 -0.053,0.0311 -0.10438,0.0602 -0.15625,0.0937 -0.0112,-3.9e-4 -0.02,2.6e-4 -0.0313,0 -0.59205,-0.18719 -1.17708,-0.20755 -1.65625,0.0625 -0.28529,0.16078 -0.50866,0.42462 -0.6875,0.71875 -0.002,-0.27587 -0.0248,-0.55787 -0.0625,-0.84375 0.64507,-0.32496 1.05412,-1.65068 0.5,-2.09375 -0.23708,-0.18957 -0.61186,-0.20398 -0.96875,-0.0937 -0.0436,0.0135 -0.0817,0.0457 -0.125,0.0625 -0.75127,-1.81119 -2.05136,-3.37527 -3.5625,-3.65625 -0.99911,-0.18577 -2.0908,0.28271 -3,1.09375 -0.0468,-0.1004 -0.0905,-0.19023 -0.15625,-0.28125 -0.15438,-0.2138 -0.36528,-0.38872 -0.59375,-0.53125 0.11292,-0.12695 0.19656,-0.25649 0.25,-0.40625 0.34157,-0.95711 -0.95571,-2.39299 -1.96875,-2.3125 -0.33976,0.027 -0.68493,0.23028 -1,0.5 -0.15043,-1.33391 -2.82756,-2.19444 -3.84375,-1.3125 -0.80323,0.69711 -0.33998,2.67784 0.625,3.125 0.27768,0.12867 0.60752,0.17247 0.96875,0.125 0.43507,-0.0572 0.89448,-0.2593 1.28125,-0.5 -0.0539,0.20932 -0.0576,0.40338 -0.0313,0.59375 -1.29521,0.39383 -2.45232,1.17669 -2.78125,2.1875 -0.58537,1.79889 1.93168,4.39043 3.8125,4.1875 0.23086,-0.0249 0.45767,-0.0905 0.6875,-0.1875 0.27266,0.15435 0.62245,0.21399 0.875,0.125 0.23308,0.56386 0.61832,1.10443 1.125,1.59375 1.61582,1.56046 4.3059,2.54445 6.09375,1.90625 0.51598,0.27586 1.08535,0.40009 1.46875,0.125 0.0427,-0.0307 0.0571,-0.0876 0.0937,-0.125 0.19755,0.88038 0.56181,1.70657 1.125,2.1875 -0.0292,0.23787 -0.0318,0.46943 0.0625,0.65625 0.35018,0.69369 1.82314,0.72862 2.3125,0.125 0.16093,-0.19851 0.2623,-0.47165 0.28125,-0.78125 0.31281,-0.17718 0.60925,-0.40512 0.875,-0.65625 0.001,0.0205 -0.002,0.0419 0,0.0625 0.0612,0.72703 0.41688,1.41243 0.96875,2 -0.0171,0.6489 0.14611,1.23678 0.5625,1.625 0.65562,0.61127 1.73676,0.606 2.8125,0.28125 1.96409,0.58005 4.10032,0.55212 5.3125,-0.5 0.51881,-0.45031 0.83759,-1.11764 0.96875,-1.875 1.57085,0.4751 3.21606,0.46068 4.28125,-0.28125 0.65401,-0.45553 1.02612,-1.21767 1.1875,-2.125 2.21036,0.58095 4.92654,0.31673 6.625,-0.78125 0.6311,-0.006 1.21244,-0.10802 1.71875,-0.375 1.44539,-0.76218 2.06285,-2.90768 1.875,-4.90625 0.94047,0.48455 2.50357,0.22803 3.21875,-0.53125 0.02,0.13703 0.0525,0.27617 0.125,0.375 0.0691,0.0942 0.19776,0.15331 0.3125,0.21875 0.0233,0.0825 0.023,0.1716 0.0625,0.25 -0.38244,0.32481 -0.6499,0.79904 -0.65625,1.21875 -0.66715,-0.34994 -1.38427,-0.45495 -1.90625,-0.125 -0.89538,0.56599 -0.98744,2.16479 -0.53125,3.40625 -0.59847,-0.21816 -1.21486,-0.24408 -1.65625,0.0625 -0.51471,0.35751 -0.72673,1.04139 -0.71875,1.8125 0.0133,1.28518 0.66912,2.75241 1.65625,3.09375 1.23922,0.42851 3.05425,-1.25649 2.9375,-2.5625 -0.0256,-0.28597 -0.14027,-0.59384 -0.3125,-0.875 1.12748,-0.14375 2.42411,-1.39689 2.375,-2.46875 -0.0171,-0.37256 -0.18302,-0.76118 -0.4375,-1.125 -0.0796,-0.11385 -0.1853,-0.23648 -0.28125,-0.34375 0.0787,0.003 0.17447,0.008 0.25,0 0.70689,2.3124 2.35545,4.41349 4.28125,4.375 0.4642,-0.009 0.915,-0.15877 1.34375,-0.375 0.0252,0.0617 0.0636,0.12735 0.0937,0.1875 1.13915,2.27173 5.1972,2.68454 8.09375,1.625 0.34886,0.1004 0.74198,0.0886 1.15625,0.0313 0.19902,0.67504 0.53122,1.26242 1.0625,1.65625 1.51216,1.12095 4.01517,0.59941 6.0625,-0.65625 1.61536,1.84733 4.33008,3.17295 6.1875,2.46875 0.68229,-0.25868 1.22172,-0.84882 1.59375,-1.59375 1.19553,-0.16976 2.3957,-0.54916 3.34375,-1.15625 0.41068,0.54935 1.03186,0.99873 1.78125,1.3125 0.0674,0.0282 0.14961,0.0363 0.21875,0.0625 -0.25145,0.36528 -0.40029,0.75465 -0.46875,1.1875 -0.21095,1.33377 0.54039,2.7192 1.71875,3.875 -0.0635,0.18009 -0.0894,0.37701 -0.0625,0.5625 0.0787,0.54287 0.54929,0.98593 1.15625,1.28125 0.69547,0.33839 1.55577,0.46658 2.25,0.3125 1.55234,0.59085 3.15873,0.73283 4.34375,0.125 0.98052,-0.50294 1.60223,-1.62209 1.875,-2.90625 0.0423,0.683 0.24241,1.31528 0.6875,1.625 0.88054,0.61273 2.73926,-0.32072 2.9375,-1.375 0.22818,-1.21351 -1.39518,-3.12127 -2.5625,-2.71875 -0.43316,0.14937 -0.72756,0.60247 -0.90625,1.125 0.0461,-1.72463 -0.48122,-3.49055 -1.53125,-4.4375 -0.0336,-0.0621 -0.0571,-0.12685 -0.0937,-0.1875 0.26276,-0.0675 0.48871,-0.1921 0.5625,-0.40625 0.0817,-0.23712 -0.003,-0.53413 -0.1875,-0.78125 -0.10647,-0.14234 -0.25742,-0.2688 -0.40625,-0.375 0.5315,-0.24358 1.01003,-0.541 1.375,-0.90625 0.0616,-0.0183 0.12949,-0.0367 0.1875,-0.0625 1.2027,-0.53552 1.35622,-3.05973 0.375,-3.9375 -0.28235,-0.25258 -0.68014,-0.39458 -1.125,-0.46875 -0.67128,-0.69966 -1.50384,-1.24476 -2.3125,-1.375 0.57358,-0.25699 1.09947,-0.91567 0.90625,-1.40625 -0.10698,-0.2716 -0.39958,-0.45233 -0.75,-0.53125 -0.58404,-0.13154 -1.3021,-0.005 -1.5625,0.40625 -0.28604,0.45143 0.11367,1.30249 0.625,1.5625 -0.51451,0.089 -1.03515,0.33643 -1.53125,0.6875 -0.4197,0.297 -0.80716,0.67786 -1.15625,1.09375 -0.0452,-0.0542 -0.0704,-0.11451 -0.125,-0.15625 -0.23529,-0.18001 -0.59445,-0.20128 -0.9375,-0.125 -0.0136,-0.0398 -0.0135,-0.0864 -0.0313,-0.125 -0.27176,-0.59219 -0.92807,-0.92962 -1.71875,-1.0625 -0.0287,-0.005 -0.0648,0.004 -0.0937,0 -0.068,-0.54933 -0.27045,-1.03524 -0.6875,-1.21875 -0.36244,-0.15948 -0.79649,-0.0549 -1.21875,0.15625 -0.1192,-0.45052 -0.33635,-0.89544 -0.65625,-1.3125 0.8033,-1.17599 -0.0952,-3.83502 -1.46875,-4.1875 -1.03233,-0.26493 -2.34603,1.05952 -2.5,2.1875 -0.0307,0.005 -0.0635,-0.006 -0.0937,0 -0.60764,0.12198 -1.21658,0.49026 -1.75,1 -0.50487,0.48245 -0.94686,1.09478 -1.28125,1.75 C 178.90907,432.29827 178.7231,432.14411 178.5,432 c 0.0258,-1.30388 -0.2941,-2.58209 -1.0625,-3.3125 -0.51532,-0.48984 -1.26345,-0.80436 -2.09375,-0.96875 -0.86611,-0.17148 -1.83763,-0.16024 -2.75,0 0.0742,-0.4469 0.0819,-0.87245 0,-1.28125 -0.125,-0.62389 -0.431,-1.23658 -0.875,-1.8125 0.80188,-0.57025 1.42115,-1.45028 1.15625,-2.1875 -0.18526,-0.51556 -0.75338,-0.86331 -1.40625,-1.03125 -1.08811,-0.2799 -2.45694,-0.0686 -2.96875,0.6875 -0.0134,0.0198 -0.0193,0.0419 -0.0313,0.0625 -1.06275,-0.48826 -2.1573,-0.7786 -3.15625,-0.71875 -1.57606,-0.96785 -4.69116,-0.62449 -5.53125,0.875 -0.0609,0.10874 -0.0919,0.22271 -0.125,0.34375 -2.02221,0.7672 -3.96345,2.95487 -3.90625,4.84375 0.006,0.21386 0.0427,0.4075 0.0937,0.625 -0.13307,0.24002 -0.23268,0.49141 -0.34375,0.75 -0.23893,-0.5713 -0.6142,-1.0054 -1.125,-1.125 -0.60778,-0.14231 -1.27863,0.16727 -1.84375,0.6875 -0.58867,0.54191 -1.07392,1.29475 -1.25,2.03125 -0.26619,-1.13442 -1.03937,-2.19898 -1.96875,-2.21875 -0.52974,-0.0113 -1.02195,0.30719 -1.4375,0.78125 -0.4787,-0.67448 -1.40272,-1.19708 -2.09375,-1.03125 -0.47739,0.11456 -0.9302,0.53532 -1.25,1.0625 -0.29418,-0.0733 -0.61834,-0.15584 -0.9375,-0.1875 -0.48692,-0.0483 -0.98845,-0.046 -1.5,0 -0.0732,-0.55058 -0.21885,-1.08791 -0.40625,-1.5625 1.79151,-0.82054 3.32272,-2.38765 3.0625,-3.9375 -0.47858,-2.8504 -6.3554,-4.25512 -8.375,-2.1875 -0.22541,0.23077 -0.38669,0.528 -0.5,0.84375 -2.25294,-0.81186 -4.8069,-0.85869 -6.25,0.34375 -0.074,0.0617 -0.15199,0.11835 -0.21875,0.1875 0.42247,-2.37707 -0.93776,-5.79929 -3,-6.375 -0.2659,-0.0742 -0.56125,-0.0941 -0.84375,-0.0625 z m -24.6875,1.65625 c -0.58656,0.061 -1.111662,0.2495 -1.53125,0.5625 -0.967297,0.72157 -1.178073,2.29477 -0.875,3.75 -0.540871,-0.34537 -1.182264,-0.52041 -1.65625,-0.34375 -0.89531,0.33369 -1.108672,2.16371 -0.4375,2.84375 0.193135,0.19569 0.462359,0.30122 0.78125,0.375 0.848183,0.19625 1.947035,-0.0176 2.34375,-0.625 0.197624,0.21801 0.416985,0.3981 0.65625,0.53125 0.5508,0.30651 1.2508,0.41759 2,0.375 2.24759,-0.12776 4.89413,-1.67157 4.875,-3.5625 -0.0229,-2.26826 -3.61449,-4.17055 -6.15625,-3.90625 z m -21.90625,1.3125 c -1.728983,0.25263 -3.08374,2.22875 -3.59375,4.3125 -0.06951,-0.0439 -0.137937,-0.0797 -0.21875,-0.0937 -0.301486,-0.0525 -0.613042,0.10447 -0.875,0.375 -0.233208,0.24084 -0.409221,0.55873 -0.5,0.875 -0.349853,0.32301 -0.617862,0.69927 -0.6875,1.09375 -0.0037,0.0207 0.0028,0.0415 0,0.0625 -0.159276,-0.1367 -0.361898,-0.23052 -0.5625,-0.28125 -0.268415,-0.0679 -0.531578,-0.023 -0.8125,0.0625 -0.200366,-0.12519 -0.383607,-0.2268 -0.59375,-0.25 -0.01926,-0.002 -0.04302,0.001 -0.0625,0 -0.172172,-0.21869 -0.412252,-0.40731 -0.71875,-0.53125 -0.579123,-0.23419 -1.318522,-0.28937 -1.84375,-0.0937 -0.174783,-0.31302 -0.407261,-0.56326 -0.6875,-0.625 -0.174856,-0.0385 -0.354589,0.023 -0.53125,0.125 -0.137739,0.004 -0.261785,0.033 -0.40625,0.0937 -0.01934,0.008 -0.04328,0.0223 -0.0625,0.0313 -0.02689,-0.0563 -0.06242,-0.10169 -0.09375,-0.15625 -1.708056,-2.97397 -8.855747,-2.10212 -10.25,1.03125 -0.181069,0.40692 -0.219692,0.84378 -0.1875,1.3125 -0.963652,-0.005 -2.002167,0.20423 -2.9375,0.5625 -0.46622,-0.0199 -0.948359,0.0818 -1.4375,0.25 -0.363187,-0.0866 -0.75079,-0.12127 -1.15625,-0.0937 -1.147184,-0.5381 -2.570152,-0.75917 -3.78125,-0.59375 -0.100406,-0.31823 -0.385261,-0.64605 -0.65625,-0.65625 -0.340195,-0.0128 -0.658929,0.55941 -0.53125,0.875 0.01323,0.0327 0.0403,0.0635 0.0625,0.0937 -0.317903,0.14026 -0.61426,0.30195 -0.84375,0.53125 -0.216171,-0.10553 -0.449993,-0.16102 -0.65625,-0.0937 -0.08265,0.027 -0.148751,0.0718 -0.21875,0.125 -0.137701,-0.0854 -0.287405,-0.14742 -0.4375,-0.1875 -0.0402,-0.0107 -0.084,0.007 -0.125,0 1.078488,-0.87357 1.723552,-2.96266 0.8125,-3.8125 -0.444157,-0.41432 -1.146159,-0.4781 -1.875,-0.3125 -1.203349,0.2734 -2.484062,1.1624 -2.625,2.15625 -1.349718,-0.87716 -4.340867,0.3516 -4.625,1.9375 -0.04171,0.23278 0.01155,0.48155 0.09375,0.71875 -0.381159,0.19744 -0.702238,0.45831 -0.875,0.78125 -0.117129,0.21895 -0.162205,0.4723 -0.1875,0.75 -0.700984,-0.81081 -1.70378,-1.36966 -2.53125,-1.21875 -0.416364,0.0759 -0.754602,0.37597 -1.03125,0.78125 -0.08351,-1.40608 -0.554518,-2.64874 -1.5625,-3.28125 -3.156914,-1.98096 -9.574674,2.50101 -9.3125,6.21875 0.0015,0.0208 -0.002,0.0417 0,0.0625 -0.01017,0.0285 0.0096,0.0648 0,0.0937 -0.840679,-0.43649 -2.181895,0.22777 -2.8125,1.125 -0.115301,0.0485 -0.224696,0.11305 -0.3125,0.1875 -0.370441,-0.17967 -0.773286,-0.27321 -1.0625,-0.125 -0.548752,0.28122 -0.575086,1.48961 -0.09375,1.875 0.186987,0.14971 0.484725,0.19374 0.78125,0.1875 0.03116,0.11874 0.078,0.23671 0.125,0.34375 -0.256366,0.0888 -0.487452,0.19648 -0.71875,0.3125 -0.03106,-0.005 -0.063,0.003 -0.09375,0 -0.09554,-0.0544 -0.184076,-0.11945 -0.28125,-0.15625 -0.109912,-0.42474 -0.573318,-0.88356 -0.9375,-0.75 -0.02547,0.009 -0.03943,0.0484 -0.0625,0.0625 -0.08908,-0.0611 -0.18024,-0.14527 -0.28125,-0.1875 -0.372818,-0.15587 -0.791362,-0.15402 -1.21875,-0.0625 -0.05669,-0.44538 -0.212325,-0.88313 -0.5,-1.28125 0.04434,-0.44215 0.0051,-0.87594 -0.15625,-1.28125 -1.27063,-3.19139 -8.453431,-3.34585 -10.28125,-0.4375 -0.497467,0.79155 -0.5251901,1.84978 -0.21875,2.90625 -0.5091769,-0.0313 -1.0295113,0.0938 -1.28125,0.40625 -0.45508247,0.5649 0.11074333,1.84752 0.8125,2.03125 0.2019361,0.0529 0.4191189,0.0129 0.65625,-0.0625 -0.1983225,0.25913 -0.3682064,0.53769 -0.53125,0.8125 -0.43162156,-0.65711 -1.13304809,-1.21048 -1.78125,-1.25 -0.0222857,-0.54282 -0.36764195,-1.11889 -0.84375,-1.59375 0.02715,-0.87736 -0.2413805,-1.72746 -0.875,-2.03125 -0.5389962,-0.25842 -1.2080065,-0.0887 -1.84375,0.28125 -1.0595759,0.61654 -1.994507,1.83302 -1.8125,2.8125 0.033711,0.18142 0.1373447,0.34373 0.25,0.5 0.07428,0.54006 0.2567016,1.04341 0.59375,1.34375 0.2851845,0.25412 0.7075595,0.39483 1.15625,0.46875 0.3766062,0.062 0.7569604,0.0549 1.15625,0 -0.3712479,0.58535 -0.1809386,1.65471 0.3125,2.21875 -0.00677,0.0129 -0.024605,0.0182 -0.03125,0.0313 -0.00334,0.008 0.00314,0.0234 0,0.0313 -0.4867133,0.97256 -0.6144378,2.21312 -0.09375,2.90625 -0.6024211,0.18399 -1.0920471,0.50424 -1.375,1 -0.8756936,1.5343 0.4307426,4.06546 2.15625,5.34375 0.011743,0.0418 0.015122,0.0851 0.03125,0.125 0.4010683,0.99148 2.44732996,1.17829 3.1875,0.40625 0.051117,-0.0533 0.082121,-0.12373 0.125,-0.1875 0.2270611,-0.17306 0.435901,-0.41041 0.625,-0.65625 -0.3976286,0.70278 -0.5799161,1.498 -0.34375,2.09375 0.309139,0.77983 1.4575109,1.1422 2.46875,1.0625 0.092588,0.40344 0.2600352,0.76385 0.53125,1.0625 0.8984119,0.98929 2.5842847,1.09258 4.21875,0.65625 -0.20472,0.27477 -0.380515,0.58188 -0.4375,0.875 -1.0508951,-0.74001 -3.2396444,-0.5979 -3.65625,0.53125 -0.1909257,0.51748 -0.019696,1.13534 0.375,1.6875 0.6578208,0.92027 1.8658337,1.65795 2.75,1.40625 0.7427003,-0.21143 1.1912011,-1.25903 1.1875,-2.1875 0.2486516,0.19134 0.5435564,0.3526 0.875,0.46875 0.74097,0.25966 1.611852,0.32454 2.34375,0.15625 2.972097,0.13438 6.808235,-1.79605 7.34375,-4.3125 0.453316,-2.13019 -1.937871,-4.68777 -4.3125,-5.40625 0.497032,-0.0841 0.964303,-0.25165 1.25,-0.5625 0.266242,-0.28969 0.416759,-0.69531 0.5,-1.15625 0.103089,-0.57084 0.09166,-1.23213 -0.0625,-1.8125 0.149186,-0.14716 0.278913,-0.33127 0.40625,-0.5 0.08407,0.0163 0.166009,0.0546 0.25,0.0625 0.03168,0.003 0.06181,-0.002 0.09375,0 -0.65327,2.08288 -0.540469,4.56643 0.71875,5.75 1.52955,1.43766 5.00634,0.53261 6.46875,-1.21875 0.951029,0.11744 1.984825,-0.42438 2.8125,-1.25 -0.03777,0.12257 -0.0613,0.24556 -0.0625,0.375 -0.0115,1.23885 1.62993,2.29938 3.125,2.5 0.804656,0.77087 1.726962,1.26501 2.6875,1.15625 2.300651,-0.26051 3.983451,-3.49451 4.125,-6.34375 0.858407,-0.007 1.645585,-0.19474 2.25,-0.625 0.08463,-0.0602 0.142893,-0.14803 0.21875,-0.21875 1.304157,-0.4882 2.449593,-1.34661 2.84375,-2.40625 0.231147,-0.62141 0.228501,-1.35774 0.09375,-2.125 0.496495,-0.44373 0.837503,-1.32292 0.46875,-1.75 -0.1995,-0.23105 -0.564368,-0.29329 -0.9375,-0.25 -0.05182,0.006 -0.104001,0.021 -0.15625,0.0313 -0.04208,-0.0848 -0.07997,-0.16669 -0.125,-0.25 0.421256,-0.63374 -0.280556,-1.90658 -1.03125,-2.03125 -0.162014,-0.0269 -0.351632,0.008 -0.53125,0.0625 -0.580791,-0.50801 -1.21833,-0.84776 -1.875,-0.9375 -0.395406,-0.78809 -0.864542,-1.52151 -1.4375,-2.09375 0.149251,-0.15676 0.281414,-0.30525 0.40625,-0.5 0.409417,-0.63869 0.688732,-1.45358 0.71875,-2.1875 0.197983,-0.12076 0.385861,-0.28343 0.5625,-0.46875 0.605534,-0.6353 1.025875,-1.57855 1.0625,-2.40625 0.422017,0.42732 1.002587,0.75268 1.5625,0.875 -0.03799,0.0689 -0.06996,0.1371 -0.09375,0.21875 -0.723771,0.6052 -1.249904,1.54395 -1.125,2.3125 0.175513,1.07994 1.551008,2.19207 2.78125,2.40625 -0.05806,0.2443 -0.08252,0.50074 -0.03125,0.71875 0.215116,0.91469 1.461649,1.75407 2.53125,1.875 0.28468,0.19488 0.604918,0.37701 0.9375,0.53125 6.31e-4,0.10417 -4.05e-4,0.22088 0.03125,0.3125 0.05263,0.15233 0.183761,0.27581 0.3125,0.40625 0.0024,0.0103 -0.0026,0.021 0,0.0313 -0.852669,-0.41506 -2.314419,0.67713 -2.34375,1.625 -0.0084,0.27276 0.08475,0.56406 0.25,0.84375 0.277626,0.46989 0.762306,0.87384 1.25,1.09375 -0.12858,0.006 -0.242005,0.008 -0.375,0.0313 -1.394083,0.24191 -2.9296,1.38327 -2.78125,2.5625 0.209893,1.66844 3.448588,2.66748 4.84375,1.6875 0.439518,0.23452 0.899265,0.32958 1.3125,0.25 1.254699,-0.24164 1.984426,-2.5794 1.25,-3.625 -0.528344,-0.7522 -1.878979,-1.12523 -2.96875,-0.96875 0.209886,-0.18363 0.325734,-0.46367 0.40625,-0.78125 0.146911,0.0314 0.295836,0.0287 0.40625,-0.0313 0.316132,-0.17175 0.286181,-0.87572 0,-1.09375 -0.09598,-0.0731 -0.228205,-0.0905 -0.375,-0.0937 -0.0145,-0.0836 -0.01044,-0.16889 -0.03125,-0.25 1.042133,0.71307 2.855995,0.66062 4.125,0.0313 1.049082,0.40262 2.10947,0.50691 2.96875,0.0937 0.191473,0.47629 0.480575,0.89347 0.8125,1.21875 0.575213,0.5637 1.406177,0.92448 2.34375,1.125 0.771782,0.16506 1.606859,0.19479 2.4375,0.125 0.106952,0.64021 0.367387,1.2113 0.78125,1.5625 0.669217,0.5679 1.836649,0.43287 2.8125,-0.0313 1.273077,1.34444 4.827077,1.10103 5.71875,-0.5 0.270256,-0.48525 0.219966,-1.10186 0,-1.71875 0.03025,-0.008 0.06395,-0.0227 0.09375,-0.0313 0.120323,0.0174 0.259236,0.0233 0.34375,-0.0313 0.04089,-0.0264 0.0621,-0.0811 0.09375,-0.125 0.04301,-0.0209 0.08339,-0.0392 0.125,-0.0625 0.120296,-0.0672 0.238314,-0.16089 0.34375,-0.25 0.244649,0.0612 0.477915,0.0687 0.71875,0.0937 -0.48837,0.36653 -0.834686,1.00111 -0.59375,1.4375 0.328367,0.59475 1.548117,0.56253 2.125,0.0937 0.231407,0.91545 0.669267,1.70096 1.3125,2.15625 0.972638,0.68844 2.486517,0.44218 3.78125,-0.25 1.575349,0.96918 3.557594,1.35463 4.65625,0.375 0.666262,-0.59408 0.915733,-1.56062 0.875,-2.625 0.07908,-0.18031 0.134339,-0.36446 0.1875,-0.5625 0.793569,0.15742 1.729301,-0.21715 2.5,-0.84375 0.828203,0.0238 1.675313,-0.2528 2.09375,-0.78125 0.455341,-0.57506 0.536681,-1.53619 0.34375,-2.4375 0.563521,0.49284 1.244076,0.90358 1.96875,1.21875 -0.840684,0.91205 -1.351328,1.98924 -1.0625,2.96875 0.0469,0.15905 0.138382,0.32405 0.21875,0.46875 -0.812328,0.19007 -1.506782,0.656 -1.625,1.3125 -0.09936,0.5518 0.194557,1.11105 0.6875,1.59375 0.821568,0.8045 2.159645,1.34617 3,0.9375 0.615399,-0.29927 0.892539,-1.19282 0.84375,-2.03125 0.236288,0.0538 0.47517,0.0942 0.71875,0.125 2.9786,1.85598 9.401,-1.24634 9.78125,-4.75 0.1878,-1.73039 -1.41845,-3.54949 -3.3125,-4.53125 0.0679,-0.056 0.10069,-0.13813 0.125,-0.21875 0.0561,-0.1861 -0.006,-0.40795 -0.15625,-0.59375 -0.25105,-0.30966 -0.694365,-0.54492 -1,-0.4375 -0.02686,0.009 -0.0383,0.0472 -0.0625,0.0625 -0.06095,-0.0539 -0.122329,-0.10496 -0.1875,-0.15625 1.03095,-0.64696 1.8328,-1.57411 1.9375,-2.53125 0.0944,-0.86293 -0.51261,-1.74662 -1.34375,-2.40625 -0.07633,-0.32846 -0.314367,-0.6607 -0.59375,-0.71875 -0.143108,-0.0297 -0.306443,-0.009 -0.46875,0.0625 -0.7559,-0.3393 -1.569838,-0.4601 -2.21875,-0.25 -0.07594,0.0246 -0.144488,0.0603 -0.21875,0.0937 -0.0053,-0.007 0.0053,-0.0248 0,-0.0313 -1.197985,-1.44473 -4.54173,-0.82916 -5.71875,0.71875 -0.395749,-0.032 -0.790592,0.2031 -1.125,0.5625 -0.440013,0.47289 -0.755755,1.14285 -0.75,1.71875 -0.37684,-0.504 -0.939625,-0.91646 -1.46875,-1 -0.271842,-0.3782 -0.578271,-0.73267 -0.9375,-1.0625 0.316477,-3.42639 -3.982109,-8.23663 -7.3125,-7.75 z m 10.96875,0.9375 c -0.423575,0.0393 -0.740645,0.78596 -0.53125,1.15625 0.241021,0.42622 1.217754,0.57667 1.46875,0.15625 0.10422,-0.17457 0.07437,-0.39821 -0.03125,-0.625 -0.176033,-0.37799 -0.568844,-0.71883 -0.90625,-0.6875 z m -39.25,0.4375 c -1.0822,0.039 -2.210842,0.50057 -2.5625,1.28125 -0.504534,1.12006 0.927801,2.99858 2.15625,3 1.413984,0.002 3.229861,-2.20815 2.53125,-3.4375 -0.290083,-0.51046 -0.93609,-0.75479 -1.65625,-0.8125 -0.150033,-0.012 -0.31415,-0.0368 -0.46875,-0.0313 z M 88,422 c -0.09783,0.011 -0.191958,0.0511 -0.28125,0.0937 -1.054616,0.50357 -0.934917,2.94534 0.09375,3.5 0.80711,0.4352 2.277384,-0.55419 2.34375,-1.46875 0.0191,-0.26317 -0.07032,-0.53566 -0.21875,-0.8125 C 89.547871,422.58579 88.684811,421.92287 88,422 z m -13.8125,6.21875 c 0.07963,0.0778 0.16584,0.14963 0.25,0.21875 -0.143354,0.20465 -0.260965,0.43151 -0.34375,0.65625 0.08158,-0.29728 0.113901,-0.60163 0.09375,-0.875 z m 2.6875,0.375 c 0.213072,0.14984 0.445699,0.27831 0.6875,0.40625 -0.120549,0.25865 -0.219289,0.51703 -0.3125,0.78125 -0.09562,-0.0261 -0.186135,-0.0451 -0.28125,-0.0625 0.05945,-0.35787 0.0047,-0.76232 -0.09375,-1.125 z m -2.8125,0.625 c -0.106852,0.35252 -0.125403,0.68805 0,0.96875 0.04999,0.1119 0.123467,0.22785 0.21875,0.3125 -0.03758,0.0263 -0.0877,0.0352 -0.125,0.0625 -0.0535,0.0392 -0.103463,0.0837 -0.15625,0.125 -0.135935,-0.15456 -0.28648,-0.3142 -0.46875,-0.4375 0.222812,-0.33198 0.416689,-0.66819 0.53125,-1.03125 z m 149.75,1.125 c -2.06155,0.20795 -3.6845,3.04401 -3.75,5.4375 -0.11688,-0.008 -0.22906,-0.006 -0.34375,0 -0.76809,0.041 -1.56615,0.37572 -2.3125,0.90625 -0.94278,0.67016 -1.76514,1.64215 -2.34375,2.6875 -1.03939,-0.48079 -2.15422,-0.77278 -3.21875,-0.8125 0.75023,-1.13718 0.69583,-3.34792 -0.4375,-3.84375 -0.54299,-0.23755 -1.22649,-0.0759 -1.84375,0.3125 -1.02877,0.64736 -1.87027,1.87942 -1.65625,2.84375 0.12619,0.56859 0.7006,1.01831 1.375,1.25 -0.23286,0.15076 -0.44511,0.31697 -0.625,0.53125 -0.18579,0.22131 -0.32051,0.48439 -0.4375,0.75 -1.21216,-0.0353 -2.40523,0.26288 -3.09375,0.96875 -0.46462,0.47633 -0.77363,1.16249 -0.9375,1.9375 -0.0758,0.35844 -0.11111,0.74166 -0.125,1.125 -0.0807,-0.0534 -0.15558,-0.0848 -0.25,-0.0937 -0.27203,-0.0258 -0.53562,0.14721 -0.75,0.40625 -0.3573,0.43173 -0.57641,1.10849 -0.34375,1.5 0.24927,0.41946 1.08788,0.44911 1.53125,0.15625 0.17454,0.72083 0.48217,1.36416 0.875,1.875 -0.13045,0.0895 -0.18835,0.27411 -0.1875,0.46875 0.001,0.3244 0.18886,0.6936 0.4375,0.78125 0.2341,0.0825 0.55309,-0.15156 0.6875,-0.40625 0.11959,0.0562 0.2454,0.0912 0.375,0.125 0.51258,0.13364 1.05551,0.092 1.59375,-0.0937 0.12807,0.50811 0.38195,1.03994 0.71875,1.53125 1.11441,1.62567 3.19152,2.97569 4.90625,2.96875 0.0107,0.009 0.0203,0.0226 0.0313,0.0313 0.90288,0.70552 2.88252,-0.19984 3.15625,-1.3125 0.0788,-0.32018 0.0622,-0.65907 -0.0625,-1.03125 -0.0715,-0.21325 -0.19213,-0.45242 -0.3125,-0.65625 0.0424,-0.26967 0.0531,-0.55947 0.0625,-0.84375 0.16468,0.50788 0.45461,0.94025 0.84375,1.125 0.89763,0.42617 2.41645,-0.69406 2.4375,-1.6875 0.006,-0.28587 -0.10525,-0.61489 -0.28125,-0.90625 -0.088,-0.14568 -0.19362,-0.27301 -0.3125,-0.40625 0.78249,0.002 1.61778,-0.34118 1.9375,-0.90625 0.15492,-0.2738 0.23735,-0.62595 0.21875,-1 -0.0216,-0.43461 -0.17358,-0.87525 -0.375,-1.28125 0.49536,-0.13738 0.96294,-0.31687 1.40625,-0.53125 0.31917,0.23519 0.70685,0.3629 0.96875,0.1875 0.20141,-0.13488 0.27927,-0.42048 0.28125,-0.71875 4.8e-4,-0.0729 -0.0216,-0.14428 -0.0313,-0.21875 0.42512,-0.34477 0.76513,-0.75254 1,-1.1875 0.35222,-0.1488 0.62308,-0.36902 0.75,-0.65625 0.0747,-0.16908 0.0736,-0.36395 0.0313,-0.5625 0.52396,-0.11915 1.00934,-0.35516 1.3125,-0.6875 1.35584,-0.0984 2.5475,-0.57747 3.125,-1.5625 0.005,-0.008 -0.005,-0.0231 0,-0.0313 0.3102,0.0556 0.59264,0.0411 0.84375,-0.0625 1.15613,-0.47702 1.89308,-2.88791 0.90625,-3.65625 -0.40976,-0.31904 -1.01692,-0.29022 -1.625,-0.0937 -0.0652,0.0211 -0.12263,0.0683 -0.1875,0.0937 -1.06063,-2.55101 -3.69958,-4.97889 -5.96875,-4.75 z m -10.6875,0.1875 c -0.29622,0.0152 -0.57782,0.0845 -0.8125,0.21875 -1.17846,0.67398 -1.0976,3.26356 0,4.0625 1.26338,0.9196 4.29522,0.11546 4.46875,-1.4375 0.0721,-0.64483 -0.33098,-1.29327 -0.9375,-1.8125 -0.75814,-0.64904 -1.83008,-1.07694 -2.71875,-1.03125 z m -124.84375,0.375 c -0.171404,0.36713 -0.288561,0.75295 -0.375,1.125 -0.102492,-0.0409 -0.210286,-0.0689 -0.3125,-0.0937 0.190709,-0.31103 0.318117,-0.63449 0.40625,-0.96875 0.09935,-0.0139 0.189195,-0.0363 0.28125,-0.0625 z m 81.3125,1.875 c 0.17196,0.28052 0.36642,0.54855 0.59375,0.8125 -0.73561,0.33179 -1.37147,0.95342 -1.90625,1.75 -0.0252,0.0376 -0.0378,0.0867 -0.0625,0.125 -0.0576,-0.10438 -0.12444,-0.21028 -0.1875,-0.3125 0.80033,-0.69115 1.37706,-1.49979 1.5625,-2.375 z m -37.28125,0.375 c 0.13991,0.10076 0.28977,0.13637 0.4375,0.1875 -0.50115,0.0467 -1.0016,0.16353 -1.5,0.3125 0.0324,-0.0566 0.0959,-0.0968 0.125,-0.15625 0.3139,-0.0492 0.62941,-0.17065 0.9375,-0.34375 z m 481.3125,1.8125 c -0.25589,0.0111 -0.51407,0.10266 -0.78125,0.21875 -0.8906,0.38695 -1.74003,1.27513 -1.6875,2.0625 0.033,0.49423 0.48067,0.92757 1.03125,1.1875 -0.53291,0.65877 -0.7324,1.84829 -0.3125,2.46875 0.12483,0.18445 0.3412,0.31173 0.5625,0.4375 -0.58197,0.48106 -1.01869,1.32415 -1.09375,2.125 -0.0414,-0.1706 -0.0787,-0.32497 -0.15625,-0.46875 0.13117,-2.01411 -2.7039,-4.39936 -4.6875,-4.03125 -0.6027,0.11185 -1.21509,0.4411 -1.75,0.9375 -0.25221,0.23405 -0.4701,0.525 -0.6875,0.8125 -1.04853,-0.79355 -2.46695,-1.28311 -3.53125,-1.03125 -0.16325,-0.34444 -0.39736,-0.62554 -0.71875,-0.71875 -0.45363,-0.13157 -0.9899,0.098 -1.4375,0.46875 -0.42337,0.35068 -0.75317,0.84375 -0.9375,1.34375 -0.1194,-0.27531 -0.29601,-0.53062 -0.5,-0.71875 -0.20661,-0.19055 -0.45975,-0.30585 -0.75,-0.375 -0.0148,-0.0335 -0.0464,-0.0607 -0.0625,-0.0937 0.31922,-1.40416 0.21882,-2.87089 -0.53125,-3.71875 -1.36392,-1.54174 -5.2148,-0.59455 -6.0625,1.28125 -0.24013,0.53138 -0.28007,1.18861 -0.1875,1.875 -1.22615,-0.0551 -2.57369,0.67617 -3.625,1.75 -0.0418,0.002 -0.0835,-0.004 -0.125,0 -0.10903,0.0102 -0.20678,0.0338 -0.3125,0.0625 -1.34426,-0.78418 -2.82282,-1.19658 -4.0625,-0.96875 -0.27148,-0.89095 -0.71808,-1.65109 -1.375,-2.0625 -1.84244,-1.15387 -5.45216,0.94031 -5.75,3.09375 -0.047,0.33945 -0.0204,0.69474 0.0625,1.0625 -0.60814,-0.0848 -1.32428,0.0469 -1.875,0.34375 -0.0298,-0.0439 -0.0606,-0.0822 -0.0937,-0.125 -0.5398,-0.69757 -1.50604,-1.25354 -2.1875,-1.03125 -0.50197,0.16374 -0.79554,0.82283 -0.84375,1.46875 -0.10534,-0.0387 -0.24744,-0.006 -0.375,0 -0.0985,-0.23166 -0.22953,-0.41809 -0.40625,-0.5625 -0.85139,-0.69575 -2.80784,0.12581 -3.09375,1.1875 -0.17882,0.66404 0.19122,1.54412 0.75,2.1875 -0.0519,0.0227 -0.10441,0.0382 -0.15625,0.0625 -0.0957,0.002 -0.18499,0.0122 -0.25,0.0625 -0.0377,0.0292 -0.0737,0.0786 -0.0937,0.125 -1.01986,0.55529 -1.95716,1.39273 -2.59375,2.34375 -0.0538,-0.0325 -0.10047,-0.071 -0.15625,-0.0937 0.0231,-0.0401 0.0448,-0.0816 0.0625,-0.125 0.17279,-0.42434 0.077,-0.92572 -0.1875,-1.40625 0.0712,-1.97903 -0.60432,-4.01737 -2.09375,-4.53125 -1.718,-0.59274 -3.94904,0.88812 -5.25,2.78125 -0.144,-0.0911 -0.31167,-0.18447 -0.46875,-0.21875 -0.27947,-0.061 -0.55771,0.0156 -0.84375,0.15625 -0.4562,0.22427 -0.88388,0.64396 -1.15625,1.125 -0.1995,-0.51465 -0.61837,-0.93506 -1.15625,-1.25 0.0166,-0.0394 0.02,-0.0846 0.0313,-0.125 0.18609,0.17915 0.3827,0.32606 0.625,0.40625 0.51672,0.17102 1.09377,0.1018 1.65625,-0.15625 1.68744,-0.77416 3.24995,-3.10183 2.75,-4.65625 -0.52302,-1.62617 -3.7308,-2.20579 -5,-1.0625 -0.36522,0.32899 -0.6235,0.84273 -0.78125,1.40625 -0.23663,0.84527 -0.26245,1.83518 -0.0313,2.6875 -0.007,-0.005 -0.0237,0.004 -0.0313,0 -0.23957,-0.14304 -0.50286,-0.26932 -0.78125,-0.34375 0.0104,-0.34923 -0.0918,-0.72055 -0.25,-1.09375 -0.46552,-1.09823 -1.53225,-2.11837 -2.5,-2.0625 -0.76752,0.0443 -1.43853,0.88018 -1.6875,1.78125 -2.30289,-1.10318 -5.1443,-1.40198 -6.75,-0.1875 -1.31509,0.99467 -1.60676,3.17675 -1.15625,5.15625 -0.35158,-0.53175 -0.75645,-1.017 -1.21875,-1.34375 0.51302,-0.61673 0.81445,-1.40047 0.625,-2 -0.16929,-0.53573 -0.8158,-0.89478 -1.5,-1 -0.20089,-0.11885 -0.42111,-0.19787 -0.625,-0.1875 -0.2108,0.0107 -0.39064,0.14638 -0.5625,0.3125 -0.10559,0.0404 -0.19397,0.0959 -0.28125,0.15625 -0.0674,-0.06 -0.14224,-0.11276 -0.21875,-0.15625 -0.96055,-0.54601 -2.73915,0.61882 -2.84375,1.71875 -0.008,0.0847 0.0225,0.16173 0.0313,0.25 -0.17721,0.0896 -0.29458,0.29976 -0.375,0.53125 -0.0359,0.10345 -0.0793,0.19995 -0.0937,0.3125 -0.44692,-0.22104 -0.9204,-0.40737 -1.40625,-0.53125 -0.52285,-0.48112 -1.38437,-0.75209 -1.9375,-0.5 -0.1683,0.0767 -0.30162,0.21534 -0.4375,0.375 -0.19766,0.0386 -0.38446,0.087 -0.5625,0.15625 0.0579,-0.3951 0.0771,-0.82522 0.0625,-1.25 0.92311,-0.34859 1.68823,-0.99373 1.71875,-1.78125 8.3e-4,-0.0214 1.8e-4,-0.0411 0,-0.0625 1.0528,0.55667 3.22584,-0.11962 3.3125,-1.28125 0.0373,-0.5002 -0.29792,-0.99114 -0.78125,-1.375 -0.80555,-0.63978 -2.04008,-0.97272 -2.75,-0.53125 -0.48307,0.3004 -0.66761,1.02237 -0.59375,1.71875 -0.0897,-0.0805 -0.18117,-0.14494 -0.28125,-0.21875 -0.57669,-0.42532 -1.3041,-0.74142 -2,-0.84375 -0.55178,-0.81611 -1.23663,-1.46079 -2.03125,-1.71875 -1.783,-0.57883 -4.12715,1.07183 -5.21875,3 -0.22028,-0.56351 -0.53332,-1.0577 -0.9375,-1.4375 -2.13286,-2.0042 -7.38068,-0.2128 -8.4375,2.53125 -0.2486,-0.37721 -0.54995,-0.66749 -0.90625,-0.8125 -0.37784,-0.15378 -0.83454,-0.17977 -1.3125,-0.0937 -0.02,0.004 -0.0425,-0.004 -0.0625,0 -0.31681,-0.42166 -0.72954,-0.71414 -1.15625,-0.65625 -0.34464,0.0467 -0.65174,0.30938 -0.875,0.65625 -0.31314,-0.17094 -0.65165,-0.29011 -0.96875,-0.375 0.59861,-0.39561 1.04824,-1.45348 0.625,-1.9375 -0.20691,-0.23662 -0.58483,-0.29698 -0.96875,-0.25 -0.63987,0.0783 -1.32241,0.48892 -1.4375,1 -0.0875,0.38874 0.21872,0.82468 0.625,1.09375 -0.20178,0.0384 -0.38349,0.1159 -0.5625,0.21875 -1.43037,0.82181 -1.59832,3.41647 -0.875,5.3125 -0.37636,0.23634 -0.74024,0.51276 -1.03125,0.8125 -0.90023,-2.3715 -5.74508,-3.02212 -7.5625,-1.25 -0.52485,0.51177 -0.86063,1.24473 -1.0625,2.09375 -0.34177,1.43741 -0.23144,3.161 0.3125,4.5 -0.0105,0.0109 -0.0208,0.0202 -0.0313,0.0313 -0.50919,0.54019 -0.89099,1.26734 -1.0625,1.96875 -0.005,-0.0301 0.006,-0.0637 0,-0.0937 -0.23103,-1.20066 -1.24502,-2.17903 -2.5625,-2.84375 -0.55921,-0.81959 -1.46665,-1.42593 -2.21875,-1.1875 -0.20191,0.064 -0.37562,0.18693 -0.53125,0.34375 -0.11439,-0.0178 -0.22914,-0.0488 -0.34375,-0.0625 0.29556,-0.0795 0.58882,-0.17356 0.8125,-0.375 1.79849,-1.61971 0.11873,-6.40916 -2.25,-6.90625 -1.05111,-0.22058 -2.22921,0.58248 -3,1.65625 -0.32218,-0.14015 -0.65653,-0.25077 -1.03125,-0.3125 -0.21116,-0.23502 -0.50637,-0.44942 -0.84375,-0.59375 -0.98628,-0.42192 -2.31361,-0.42061 -2.90625,0.21875 -0.26048,0.28101 -0.32545,0.70687 -0.28125,1.15625 -0.29238,0.20341 -0.56357,0.44868 -0.75,0.71875 -0.38386,0.55608 -0.5619,1.28997 -0.59375,2.09375 -0.002,0.0519 7.2e-4,0.10386 0,0.15625 -0.54149,0.98333 -0.72291,2.08796 -0.1875,2.8125 0.24406,0.33028 0.60421,0.55343 1.03125,0.6875 0.026,0.0474 0.0667,0.0788 0.0937,0.125 -0.71806,1.72433 0.73591,4.13664 2.625,5.53125 0.0643,0.21254 0.1392,0.41543 0.25,0.625 0.0374,0.0913 0.0595,0.17543 0.125,0.25 1.11413,1.81654 3.7918,3.34491 5.5,2.6875 0.33713,-0.12975 0.60175,-0.38836 0.84375,-0.6875 0.37121,0.76655 1.00992,1.42213 1.6875,1.5625 0.39642,0.0821 0.83025,0.0137 1.28125,-0.15625 1.35299,-0.50976 2.68721,-1.96975 2.3125,-3.125 -0.10767,-0.33196 -0.35006,-0.58804 -0.65625,-0.8125 0.7478,-0.70234 1.31736,-1.47916 1.53125,-2.3125 0.0295,0.13649 0.0949,0.25474 0.15625,0.375 0.22203,0.43529 0.68769,0.70776 1.25,0.84375 0.19153,0.3516 0.48519,0.66856 0.8125,0.875 1.1e-4,0.0102 -10e-4,0.021 0,0.0313 0.0176,0.16951 0.15902,0.33824 0.34375,0.4375 0.30789,0.16543 0.7267,0.19037 0.9375,0 0.10586,-0.0956 0.1397,-0.26662 0.125,-0.4375 0.20484,-0.11298 0.41532,-0.25948 0.59375,-0.4375 0.0904,0.89133 0.40999,1.80769 0.9375,2.40625 -0.62763,0.26018 -1.18364,0.60272 -1.59375,1.03125 -0.63539,-0.50391 -1.45606,-0.79414 -2.09375,-0.625 -0.69254,0.18369 -1.34158,0.90113 -1.71875,1.71875 -0.35477,0.45109 -0.53487,1.18502 -0.3125,1.625 0.034,0.35251 0.14399,0.67142 0.375,0.90625 0.44225,0.44957 1.17409,0.54553 1.9375,0.40625 0.63617,-0.11606 1.29555,-0.40043 1.8125,-0.78125 1.38135,1.72232 4.54385,2.82943 6.1875,1.78125 1.31656,-0.83959 1.41905,-3.32946 0.625,-4.9375 3.05695,0.74748 7.83766,-1.72284 8.65625,-4.65625 0.39565,-0.0924 0.76,-0.29792 0.90625,-0.59375 0.28781,-0.58217 -0.0827,-1.61301 -0.65625,-2 0.53203,-0.30429 0.98084,-0.72641 1.28125,-1.1875 0.35627,0.24489 0.73413,0.42862 1.15625,0.5 0.21204,0.0358 0.44193,0.0409 0.65625,0.0313 10e-4,10e-5 -10e-4,0.0312 0,0.0313 -0.67824,1.37741 -0.70445,3.38593 0.375,4.0625 -0.35318,0.72164 -0.55647,1.44582 -0.5,2.125 -0.47815,0.99201 -0.65678,2.2275 -0.375,3.15625 -0.33912,1.62965 1.58334,4.14346 3.21875,4.03125 1.42537,-0.0978 2.51688,-2.58353 1.84375,-3.84375 -0.0623,-0.11656 -0.12716,-0.23905 -0.21875,-0.34375 0.0162,-0.032 0.0486,-0.0611 0.0625,-0.0937 0.004,-0.009 -0.004,-0.0219 0,-0.0313 0.86637,-0.0125 1.65699,-0.19937 2.21875,-0.65625 0.42327,-0.34425 0.75625,-0.85485 1,-1.4375 1.40322,-0.15503 2.75388,-0.71378 3.40625,-1.65625 0.0255,-0.0369 0.0386,-0.0867 0.0625,-0.125 0.81139,0.57251 1.6758,0.94176 2.53125,0.9375 1.43497,-0.007 2.78291,-1.21938 3.65625,-2.75 0.009,0.16214 0.0252,0.34517 0.0625,0.5 0.17606,0.7313 0.72063,1.33314 1.46875,1.78125 -0.77044,0.0221 -1.47293,0.26588 -1.8125,0.8125 -0.60522,0.97423 0.0146,2.56275 1,3.625 0.0128,0.0195 0.0181,0.0431 0.0313,0.0625 0.0199,0.0208 0.0424,0.0421 0.0625,0.0625 1.72466,2.43822 6.39248,4.00172 8.625,2.40625 0.87347,-0.62423 1.28265,-1.83354 1.3125,-3.125 0.35856,0.23905 0.73043,0.43385 1.125,0.625 0.4438,0.41571 0.95146,0.71844 1.46875,0.84375 0.45387,0.10994 0.95161,0.12755 1.46875,0.0313 0.55992,0.0552 1.09509,0.005 1.59375,-0.0937 0.0553,0.0174 0.0998,0.0538 0.15625,0.0625 0.51235,0.0787 1.08595,-0.30242 1.46875,-0.8125 0.44453,-0.43254 0.75138,-1.0404 0.9375,-1.71875 0.28624,0.16362 0.67269,0.19732 1.0625,0.125 -0.0183,0.0402 -0.0282,0.0808 -0.0313,0.125 -0.0126,0.18181 0.10488,0.3615 0.28125,0.5 0.29395,0.23084 0.74295,0.34931 1,0.1875 0.3227,-0.20313 0.255,-0.91383 -0.0625,-1.125 -0.0685,-0.0456 -0.15649,-0.0814 -0.25,-0.0937 0.098,-0.0785 0.18397,-0.15532 0.25,-0.25 0.26577,0.0778 0.52117,0.1628 0.78125,0.1875 0.28248,0.1115 0.57093,0.1494 0.78125,0.0313 0.0416,-0.0233 0.0919,-0.0584 0.125,-0.0937 0.12674,-0.0272 0.25867,-0.0463 0.375,-0.0937 0.12072,-0.0492 0.22897,-0.11676 0.34375,-0.1875 0.75318,1.457 2.16574,2.72356 3.46875,2.65625 0.32227,-0.0167 0.6489,-0.12602 0.9375,-0.3125 0.0795,0.27548 0.18855,0.54416 0.3125,0.8125 -0.0339,0.0433 -0.0668,0.0763 -0.0937,0.125 -0.0893,0.1616 -0.1145,0.34044 -0.125,0.53125 -0.44387,-0.74244 -1.63575,-1.33166 -2.25,-0.875 -0.30642,0.22781 -0.42624,0.65558 -0.40625,1.125 0.0333,0.78237 0.45467,1.65526 1.0625,1.84375 0.65017,0.20162 1.53082,-0.53222 1.71875,-1.25 0.0393,0.10487 0.0725,0.20885 0.125,0.3125 0.4953,0.97751 1.55398,1.86167 2.4375,1.75 0.41593,-0.0526 0.76571,-0.38953 1.03125,-0.8125 0.48856,-0.0155 1.01642,-0.13473 1.53125,-0.34375 1.52581,-0.61946 2.96579,-1.97415 3.5,-3.375 0.39336,-0.46641 0.65964,-1.03919 0.59375,-1.53125 -0.019,-0.14184 -0.0616,-0.26539 -0.125,-0.40625 0.4373,-0.59958 0.72988,-1.3807 0.84375,-2.25 0.27805,-0.0447 0.56309,-0.10926 0.84375,-0.1875 -0.48909,0.71523 -0.7609,1.54608 -0.65625,2.25 0.0612,0.41188 0.22869,0.79652 0.5,1.1875 -0.70292,0.61625 -0.52256,2.45547 0.3125,2.875 0.62335,0.31317 1.65836,-0.33082 1.90625,-1.03125 0.61372,0.29181 1.25696,0.47023 1.84375,0.46875 0.005,0.0207 -0.005,0.0417 0,0.0625 -0.0538,0.23057 -0.0368,0.48325 0,0.75 0.12271,0.88917 0.69224,1.85071 1.40625,2 0.61624,0.12885 1.32783,-0.47992 1.65625,-1.15625 0.34395,-0.37883 0.58947,-0.89049 0.65625,-1.375 0.41205,-0.26893 0.75407,-0.7494 0.9375,-1.28125 0.0977,-0.0368 0.18833,-0.0782 0.28125,-0.125 0.67306,0.72943 1.48898,1.18425 2.3125,1.0625 1.31821,-0.19489 2.30894,-1.71748 2.6875,-3.375 0.0938,0.004 0.18845,0.0315 0.28125,0.0313 -0.11549,0.45446 0.0608,0.97151 0.40625,1.4375 0.61297,0.82695 1.69952,1.46165 2.5,1.21875 0.53647,-0.16279 0.91643,-0.78817 1.03125,-1.46875 0.44223,0.54152 1.04945,0.93828 1.59375,0.875 0.60331,-0.0701 1.06904,-0.80845 1.1875,-1.53125 0.0993,-0.12302 0.16827,-0.26381 0.25,-0.40625 0.0749,-0.008 0.14548,-0.0197 0.21875,-0.0313 0.18788,0.25046 0.43101,0.44133 0.6875,0.5625 1.19262,0.56343 3.17144,-0.8906 3.3125,-2.21875 1.37574,0.008 2.87531,-0.44039 3.8125,-1.25 0.63902,0.765 1.39121,1.29608 2.28125,1.375 1.52012,0.1348 3.03003,-0.96284 4.15625,-2.5 0.41746,1.14224 1.05314,2.09606 1.9375,2.59375 0.5955,0.33512 1.31429,0.38043 2.0625,0.28125 0.45905,0.51488 0.96053,0.989 1.5,1.34375 0.002,0.0412 -0.008,0.0839 0,0.125 0.0825,0.4464 0.48859,0.80652 1,1.03125 0.85234,0.37455 2.0115,0.39357 2.53125,-0.15625 0.13594,-0.1438 0.21283,-0.35098 0.25,-0.5625 0.13773,0.21439 0.30264,0.40206 0.5,0.53125 1.13265,0.74141 3.41265,-0.50678 3.625,-1.84375 0.0567,-0.3569 -0.0308,-0.7598 -0.1875,-1.15625 0.54752,0.37983 1.23958,0.55696 1.71875,0.34375 0.28551,0.49467 0.73987,0.8965 1.1875,0.90625 0.43015,0.009 0.82821,-0.41933 1.03125,-0.90625 0.5367,0.9528 1.27886,1.65821 2.21875,1.875 3.62391,0.83586 8.21234,-5.48676 6.75,-8.90625 -1.07043,-2.50306 -6.01932,-3.0847 -8.28125,-1.40625 -0.43549,-1.3329 -1.33493,-2.61503 -2.40625,-3 0.25675,-0.14883 0.46773,-0.33201 0.59375,-0.5625 0.26471,-0.48417 0.0921,-1.18241 -0.28125,-1.75 0.37149,-0.0337 0.67847,-0.16588 0.875,-0.40625 1.33658,-0.21054 2.56077,-0.78893 3.09375,-1.71875 1.06193,-1.85263 -1.15618,-5.2902 -3.28125,-5.5 -0.6115,-0.0604 -1.25279,0.1087 -1.90625,0.4375 -1.96038,0.98641 -3.75086,3.37892 -3,5.0625 0.29677,0.66541 0.9346,1.13749 1.71875,1.4375 -0.66103,0.39562 -1.23416,1.08728 -1.375,1.75 -0.13379,-0.0393 -0.2743,-0.10542 -0.40625,-0.125 0.13093,-0.0978 0.25741,-0.20489 0.34375,-0.34375 0.33859,-0.54454 0.25763,-1.31007 -0.0625,-2.03125 -0.27264,-0.61421 -0.70488,-1.20317 -1.21875,-1.625 0.27413,-0.11623 0.47265,-0.28554 0.59375,-0.53125 0.41219,-0.83633 -0.35817,-2.11774 -1.3125,-2.71875 0.79697,-0.75972 1.05446,-2.60764 0.1875,-3.15625 -0.20005,-0.12659 -0.43161,-0.19864 -0.6875,-0.1875 z m -584.34375,0.25 c 0.449134,0.12471 0.954546,0.17019 1.4375,0.125 -0.103567,0.30883 -0.145393,0.62068 -0.21875,0.9375 -0.360522,-0.26187 -0.742396,-0.4926 -1.125,-0.6875 -0.01167,-0.11936 -0.0501,-0.25521 -0.09375,-0.375 z M 505.6875,435.25 c -0.87498,0.14892 -1.40054,1.76282 -0.90625,2.5 0.42671,0.63639 1.67587,0.8856 2.46875,0.59375 -0.28294,0.16975 -0.49576,0.53089 -0.4375,0.8125 0.0955,0.46178 0.92733,0.90538 1.28125,0.59375 0.14696,-0.1294 0.18634,-0.35469 0.15625,-0.59375 -0.0501,-0.39843 -0.30638,-0.83565 -0.625,-0.90625 -0.05,-0.0111 -0.10419,-0.009 -0.15625,0 0.15969,-0.0945 0.29554,-0.21551 0.375,-0.375 0.18916,-0.37969 0.0994,-0.88866 -0.15625,-1.34375 -0.42611,-0.75849 -1.30302,-1.39988 -2,-1.28125 z m 131.5625,0.46875 c -0.18413,0.0189 -0.32675,0.0651 -0.46875,0.15625 -0.71304,0.45751 -0.58446,2.06821 0.125,2.53125 0.81661,0.53297 2.65996,-0.0579 2.71875,-1.03125 0.0244,-0.40417 -0.23049,-0.78943 -0.625,-1.09375 -0.49313,-0.38041 -1.1976,-0.61922 -1.75,-0.5625 z m -437.21875,1.5 c -0.16214,-0.0114 -0.30476,0.039 -0.40625,0.125 -0.25482,0.21595 -0.11389,0.82476 0.1875,0.96875 0.34691,0.16574 1.05899,-0.14778 1.03125,-0.53125 -0.0115,-0.15923 -0.14247,-0.30787 -0.3125,-0.40625 -0.1417,-0.082 -0.33786,-0.14487 -0.5,-0.15625 z m 37.875,0.53125 c -0.52506,-0.007 -1.09496,0.12681 -1.65625,0.34375 -1.14466,0.44241 -2.25357,1.2726 -3,2.25 -0.22062,0.15513 -0.40177,0.34343 -0.5,0.5625 -0.0601,0.13416 -0.0958,0.28423 -0.0937,0.4375 -0.28731,0.65344 -0.39369,1.31975 -0.1875,1.9375 0.21524,0.64486 0.72619,1.16751 1.375,1.5625 -0.52777,0.34446 -0.96688,0.77092 -1.25,1.25 -0.33798,-0.0748 -0.73241,-0.0574 -1.125,0.0313 -1.41332,0.31901 -2.89979,1.5516 -2.6875,2.75 0.0784,0.44232 0.34208,0.8489 0.75,1.15625 -1.69218,0.50145 -3.14283,1.4282 -3.6875,2.71875 -1.10597,2.62052 2.34389,6.84585 5.1875,6.78125 0.81827,-0.0186 1.68889,-0.36633 2.5,-0.90625 0.0307,-0.0204 0.0632,-0.0415 0.0937,-0.0625 0.40046,0.12012 0.83202,0.16071 1.15625,0.0313 0.29489,-0.11774 0.55967,-0.38124 0.78125,-0.6875 0.40907,-0.5654 0.63641,-1.33616 0.59375,-2 0.91235,-0.5587 1.73779,-1.5161 2.25,-2.5625 0.22798,0.1084 0.47639,0.16802 0.6875,0.125 0.43884,-0.0894 0.74988,-0.64672 0.8125,-1.1875 0.37582,0.0438 0.77258,0.0153 1.1875,-0.0625 0.16712,0.18553 0.32409,0.32964 0.53125,0.40625 0.29438,0.10886 0.66584,0.10928 1.03125,0.0313 1.09622,-0.23409 2.27846,-1.16475 2.125,-2.09375 -0.0212,-0.12858 -0.0928,-0.25933 -0.15625,-0.375 0.56071,-0.66801 0.88267,-1.44199 0.75,-2.1875 -0.14245,-0.80047 -0.74297,-1.43956 -1.5625,-1.9375 0.15822,-0.87758 -0.0126,-1.79813 -0.625,-2.15625 -0.47346,-0.27685 -1.10958,-0.19746 -1.71875,0.0937 1.13404,-1.96639 -0.8303,-5.74482 -3.0625,-6.1875 -0.16527,-0.0328 -0.32498,-0.0601 -0.5,-0.0625 z M 460,438.78125 c -2.40422,0.0226 -5.41485,2.29698 -5.65625,4.53125 -0.0855,0.7913 0.11319,1.64971 0.53125,2.5 0.6374,1.29639 1.74602,2.5356 2.96875,3.3125 -0.35869,0.41935 -0.58566,1.07295 -0.40625,1.5 0.0826,0.19662 0.26043,0.38612 0.46875,0.53125 0.62496,0.43539 1.64143,0.56983 2.03125,0.0625 0.24951,-0.32472 0.20479,-0.83936 0,-1.3125 0.51284,0.0602 1.00895,0.0125 1.46875,-0.1875 3.23255,-1.40611 3.16704,-8.78134 0.125,-10.5625 -0.44753,-0.26204 -0.97643,-0.38021 -1.53125,-0.375 z m -404.78125,0.375 c -0.10157,0.006 -0.212189,0.007 -0.3125,0.0313 -2.369534,0.56581 -3.229448,5.60768 -1.375,7.1875 1.455033,1.23956 4.871537,-0.10237 5.40625,-1.9375 0.153866,-0.52807 0.119128,-1.15214 -0.0625,-1.78125 -0.510826,-1.76937 -2.132703,-3.59488 -3.65625,-3.5 z M 200,439.21875 c -0.37133,0.0259 -0.69071,0.16701 -0.84375,0.4375 -0.45187,0.79868 0.71352,2.32489 1.625,2.21875 0.71517,-0.0833 1.21269,-1.38171 0.84375,-2 -0.10617,-0.17792 -0.2799,-0.32619 -0.5,-0.4375 -0.33016,-0.16696 -0.75367,-0.24465 -1.125,-0.21875 z M 449.21875,439.5 c -1.98693,0.18333 -4.25179,2.73485 -4,4.65625 0.0828,0.63188 0.42047,1.29225 0.90625,1.875 0.56119,0.67322 1.34094,1.24475 2.15625,1.65625 -0.0161,0.0221 -0.0522,0.038 -0.0625,0.0625 -0.11792,0.28055 0.25826,0.72611 0.5625,0.71875 0.19495,-0.005 0.40562,-0.16979 0.53125,-0.375 0.97566,0.27888 1.93575,0.27204 2.625,-0.25 0.12891,-0.0976 0.23869,-0.22131 0.34375,-0.34375 0.0468,0.15302 0.13301,0.31743 0.25,0.375 0.32318,0.15904 0.95932,-0.17172 0.9375,-0.53125 -0.009,-0.14929 -0.12303,-0.28099 -0.28125,-0.375 -0.15068,-0.0895 -0.33036,-0.12399 -0.5,-0.125 1.0397,-2.29929 -0.34884,-6.55698 -2.65625,-7.25 -0.26513,-0.0796 -0.52865,-0.11994 -0.8125,-0.0937 z m 176.75,0 c -0.68237,0.0548 -1.41732,0.46322 -1.5625,1 -0.18226,0.67387 0.77936,1.57854 1.46875,1.46875 0.19838,-0.0316 0.41436,-0.15436 0.59375,-0.3125 0.53817,-0.47442 0.87699,-1.37359 0.5,-1.84375 -0.20871,-0.2603 -0.59058,-0.34536 -1,-0.3125 z M 114.375,439.625 c -0.29798,0.0115 -0.57205,0.12096 -0.65625,0.34375 -0.0699,0.18502 -0.015,0.39464 0.125,0.59375 0.23329,0.33185 0.68224,0.61901 1,0.53125 0.39891,-0.11018 0.54517,-0.89999 0.28125,-1.21875 -0.15189,-0.18345 -0.45202,-0.26147 -0.75,-0.25 z m -119.5625,0.8125 c -0.2916644,-0.0211 -0.5893966,0.15518 -0.8125,0.4375 -0.3718416,0.47053 -0.5708748,1.21175 -0.3125,1.625 0.3243593,0.51879 1.5033668,0.41467 1.84375,-0.0937 0.3917904,-0.58521 -0.016328,-1.91806 -0.71875,-1.96875 z m 268.40625,0.28125 c -0.538,-0.0341 -1.09556,0.87025 -0.90625,1.375 0.2179,0.58098 1.38434,0.97695 1.78125,0.5 0.16481,-0.19804 0.18137,-0.5078 0.0937,-0.8125 -0.14603,-0.50783 -0.54019,-1.03535 -0.96875,-1.0625 z M 637.0625,440.75 c -0.94224,-0.0594 -1.83709,0.18377 -2.3125,0.8125 -1.40377,1.85648 1.04787,6.08631 3.375,6.125 1.82591,0.0304 3.50155,-3.04064 2.78125,-4.71875 -0.20727,-0.48289 -0.60895,-0.92763 -1.125,-1.28125 -0.77408,-0.53043 -1.77651,-0.87814 -2.71875,-0.9375 z m -8.875,0.0625 c -0.0925,0.0165 -0.19049,0.0389 -0.25,0.0937 -0.27401,0.25273 -0.23024,1.01205 0.125,1.125 0.14751,0.0469 0.31901,-0.0385 0.46875,-0.15625 0.24956,-0.19618 0.45687,-0.53661 0.375,-0.78125 -0.0771,-0.23033 -0.44132,-0.33066 -0.71875,-0.28125 z m -196.59375,0.5 c -0.47096,0.007 -0.89704,0.0986 -1.21875,0.34375 -1.077,0.82054 -0.65848,3.3849 0.53125,4.03125 1.36941,0.74396 4.25032,-0.44187 4.21875,-2 -0.0131,-0.64698 -0.48865,-1.22222 -1.15625,-1.65625 -0.69541,-0.45212 -1.59007,-0.73099 -2.375,-0.71875 z m -320.9375,0.15625 c -1.08358,0.003 -2.24196,0.46802 -2.4375,1.3125 -0.12991,0.56104 0.14377,1.16732 0.625,1.6875 0.80204,0.86697 2.14843,1.47039 3.03125,1.09375 1.10828,-0.47283 1.32285,-2.77643 0.4375,-3.59375 -0.38215,-0.35278 -1.0061,-0.50201 -1.65625,-0.5 z m 375.0625,0.0625 c -0.57001,-0.074 -1.22849,0.82469 -1.0625,1.375 0.19107,0.63342 1.41924,1.13585 1.875,0.65625 0.18924,-0.19914 0.22809,-0.51342 0.15625,-0.84375 -0.11973,-0.55054 -0.51469,-1.12855 -0.96875,-1.1875 z M 226.84375,442 c -0.57216,-0.036 -1.34575,0.82882 -1.09375,1.34375 0.10464,0.21381 0.33501,0.33366 0.625,0.375 -1.35605,-0.008 -3.06719,0.9751 -3,2.15625 0.0343,0.60362 0.48685,1.14881 1.125,1.53125 1.06358,0.63741 2.59632,0.85832 3.375,0.21875 0.43438,-0.35678 0.57038,-1.03767 0.5,-1.71875 0.60544,-0.39111 1.04871,-1.49239 0.59375,-1.96875 -0.2159,-0.22605 -0.58937,-0.28219 -0.96875,-0.21875 -0.22374,0.0374 -0.44973,0.11074 -0.65625,0.21875 -0.0328,-0.0201 -0.0598,-0.0456 -0.0937,-0.0625 -0.14619,-0.0726 -0.32546,-0.12793 -0.5,-0.15625 0.37802,-0.0316 0.76756,-0.17424 0.90625,-0.4375 0.23215,-0.44065 -0.31542,-1.24999 -0.8125,-1.28125 z m 40.53125,0.0625 c -1.03917,-0.0633 -2.10776,0.23034 -2.65625,0.875 -0.31567,0.37101 -0.51261,0.89454 -0.59375,1.46875 -0.20206,1.42986 0.28822,3.18714 1.28125,3.90625 -0.0281,0.014 -0.0673,0.0135 -0.0937,0.0313 -0.16715,0.11212 -0.26914,0.29346 -0.34375,0.5 -0.20393,0.0486 -0.40318,0.10459 -0.5625,0.21875 -0.30343,0.21742 -0.45225,0.60954 -0.53125,1.03125 -0.0697,-0.0356 -0.14495,-0.0808 -0.21875,-0.0937 -0.63262,-0.11096 -1.37668,0.8462 -1.21875,1.46875 0.17042,0.67179 1.35027,1.25721 1.9375,0.90625 0.12542,0.16175 0.24429,0.31201 0.40625,0.40625 0.66016,0.38412 1.73542,0.24771 2.59375,-0.15625 -0.24032,0.77795 -0.33324,1.63251 -0.3125,2.46875 -0.14541,0.0779 -0.22869,0.26691 -0.25,0.46875 -0.0355,0.3364 0.096,0.72456 0.34375,0.84375 0.0191,0.009 0.0419,-0.005 0.0625,0 0.004,0.0204 -0.005,0.0422 0,0.0625 -1.30354,-0.3582 -2.69576,-0.39644 -3.78125,-0.0313 -0.0203,-0.0896 -0.0606,-0.16301 -0.0937,-0.25 -0.1724,-0.45249 -0.51364,-0.85412 -0.9375,-1.15625 -0.0126,-0.0831 -0.0119,-0.1657 -0.0313,-0.25 -0.31873,-1.38665 -1.57399,-2.86936 -2.75,-2.65625 -0.83409,0.15115 -1.44069,1.08332 -1.71875,2.125 -1.13242,0.20012 -2.15172,0.69188 -2.65625,1.46875 -1.15083,1.77204 0.84953,5.30109 2.9375,5.625 0.60083,0.0932 1.27386,-0.0235 1.9375,-0.3125 0.0841,-0.0366 0.16645,-0.0835 0.25,-0.125 -0.0174,0.33938 0.0315,0.66492 0.1875,0.90625 0.15682,0.2426 0.40651,0.4184 0.71875,0.5625 0.33337,0.15384 0.74087,0.26027 1.125,0.28125 1.13955,1.98139 3.07646,3.62484 4.875,3.5625 1.31614,-0.0456 2.53447,-1.18895 3.28125,-2.625 0.47551,0.10477 0.9946,0.1322 1.53125,0.0625 0.86261,0.23268 1.75704,0.33278 2.5625,0.25 -0.70814,0.65985 -1.16436,1.52013 -0.90625,2.25 0.21765,0.61544 0.84807,1.01472 1.625,1.21875 1.29487,0.34006 2.94811,0.11665 3.5625,-0.78125 0.29982,-0.43817 0.28481,-1.0498 0.0937,-1.65625 0.34386,0.01 0.67968,-0.009 0.96875,-0.125 0.50369,-0.2028 0.9351,-0.60019 1.3125,-1.125 0.54287,-0.75491 0.92777,-1.7504 1.03125,-2.6875 0.0261,0.28366 0.10982,0.54324 0.3125,0.6875 0.27892,0.19853 0.69881,0.17787 1.09375,0.0313 0.0564,-0.0209 0.1006,-0.0678 0.15625,-0.0937 0.0337,0.0495 0.0586,0.1082 0.0937,0.15625 -0.1128,0.13506 -0.20007,0.30088 -0.25,0.5 -0.14215,0.56694 -0.02,1.29865 0.375,1.5625 0.35597,0.23779 0.95479,0.0122 1.3125,-0.34375 0.11054,0.0627 0.21823,0.11456 0.34375,0.125 0.35831,0.0298 0.70168,-0.19025 1,-0.5 0.22839,-0.0811 0.4172,-0.2086 0.625,-0.375 0.0738,0.12709 0.1586,0.24104 0.25,0.34375 -0.16448,-0.0321 -0.33407,0.009 -0.4375,0.0937 -0.2137,0.17417 -0.12142,0.68891 0.125,0.8125 0.28364,0.14226 0.86057,-0.12063 0.84375,-0.4375 -0.002,-0.0428 -0.0109,-0.0859 -0.0313,-0.125 0.0645,0.0283 0.11808,0.077 0.1875,0.0937 1.06701,0.25663 2.31199,-0.91084 2.84375,-2.15625 0.6938,0.0405 1.45237,-0.16418 2.1875,-0.53125 1.21047,-0.60442 2.35929,-1.65881 3.0625,-2.8125 0.31866,0.32448 0.70917,0.55631 1.0625,0.5 0.64042,-0.10207 1.04296,-1.27009 0.6875,-1.8125 -0.19996,-0.30513 -0.63796,-0.49088 -1.09375,-0.53125 0.0188,-0.16916 0.0411,-0.33539 0.0313,-0.5 2.00953,0.95437 4.37514,1.15726 5.59375,-0.125 0.0602,-0.0634 0.10264,-0.15028 0.15625,-0.21875 0.0114,0.0203 0.0193,0.0426 0.0313,0.0625 0.13207,0.22028 0.3038,0.43494 0.5,0.625 -0.0221,0.0751 -0.0514,0.14307 -0.0625,0.21875 -0.0649,0.44207 0.0337,0.95156 0.25,1.4375 0.032,0.0719 0.0569,0.14751 0.0937,0.21875 -0.16221,-0.14428 -0.33997,-0.26186 -0.53125,-0.3125 -0.93051,-0.24633 -2.16374,1.05825 -2.09375,2.03125 -0.61079,-0.24497 -1.27718,-0.31204 -1.75,-0.0625 -0.12986,0.0685 -0.23069,0.17006 -0.34375,0.28125 -1.15872,-0.87069 -3.94038,-0.32159 -4.1875,1.09375 -0.0208,0.11935 -0.0125,0.25407 0,0.375 -0.42092,0.26932 -0.7722,0.61774 -1.03125,1 -0.55774,-0.2652 -1.411,-0.21193 -1.78125,0.1875 -0.14764,0.15927 -0.23422,0.37077 -0.28125,0.625 -0.14108,0.76268 0.14682,1.78924 0.78125,1.9375 0.28922,0.0676 0.59124,-0.0726 0.875,-0.28125 -0.14588,0.96169 -0.0738,1.91162 0.25,2.65625 -0.56624,-0.16576 -1.21973,-0.117 -1.46875,0.28125 -0.17433,0.27879 -0.13198,0.66103 0.0313,1.03125 0.27204,0.61704 0.8909,1.19567 1.4375,1.15625 0.5318,-0.0383 0.9494,-0.76523 0.96875,-1.375 0.71008,0.39835 1.69514,0.4687 2.65625,0.28125 0.48038,0.49793 1.06483,0.84278 1.625,0.84375 1.32315,0.002 2.50869,-2.22953 1.96875,-3.4375 -0.0637,-0.14252 -0.17325,-0.27866 -0.28125,-0.40625 0.0236,-0.31711 0.0172,-0.65807 -0.0313,-1 -0.0548,-0.38686 -0.14547,-0.76878 -0.28125,-1.15625 0.0974,-0.0314 0.18433,-0.0832 0.28125,-0.125 0.56542,-0.2436 1.09086,-0.65318 1.46875,-1.125 0.3041,0.47406 0.77707,0.85225 1.21875,0.84375 0.72021,-0.0139 1.33894,-1.25493 1.03125,-1.90625 -0.0159,-0.0337 -0.0417,-0.0615 -0.0625,-0.0937 0.34432,-0.30418 0.45411,-0.84104 0.40625,-1.40625 -0.0327,-0.38635 -0.14383,-0.76746 -0.3125,-1.125 0.80352,0.97611 1.96975,1.67806 2.90625,1.3125 0.4528,-0.17675 0.81891,-0.56849 1.0625,-1.0625 0.0454,0.16311 0.0694,0.33187 0.15625,0.46875 0.18371,0.28963 0.48567,0.49586 0.84375,0.625 -0.0206,0.28648 0.0128,0.59989 0.125,0.90625 -0.13385,-0.1568 -0.26902,-0.29494 -0.4375,-0.375 -1.14792,-0.5455 -3.46935,0.54507 -3.375,1.8125 0.0392,0.52627 0.46849,0.98847 1.03125,1.3125 0.93793,0.54006 2.26768,0.69505 2.9375,0.125 0.4869,-0.41438 0.5168,-1.28232 0.28125,-2.03125 0.38482,0.5176 0.91607,0.90885 1.4375,0.96875 0.0502,0.006 0.10474,-0.0317 0.15625,-0.0313 0.14199,0.37862 0.42853,0.70966 0.8125,1 1.15192,0.87103 3.09899,1.21367 3.875,0.28125 0.0926,-0.11126 0.1309,-0.24086 0.1875,-0.375 0.34272,-0.25543 0.61074,-0.60239 0.59375,-0.9375 -0.0141,-0.27827 -0.26019,-0.52827 -0.5625,-0.6875 -0.22355,-0.84873 -0.73477,-1.70583 -1.375,-2.25 0.006,-0.0332 0.0292,-0.0604 0.0313,-0.0937 0.0485,-0.77538 -1.24153,-1.5546 -1.96875,-1.28125 -0.0349,0.0131 -0.06,0.0447 -0.0937,0.0625 0.0292,-0.16192 0.0592,-0.32502 0.0625,-0.5 0.01,-0.51048 -0.0947,-1.06083 -0.28125,-1.5625 0.26515,-0.0161 0.53523,-0.0814 0.8125,-0.15625 0.35064,-0.0946 0.69075,-0.264 1.03125,-0.4375 0.3746,0.28445 0.83052,0.40592 1.15625,0.21875 0.27051,-0.15544 0.40866,-0.49218 0.4375,-0.875 0.012,-0.15951 -0.007,-0.33614 -0.0313,-0.5 0.62731,-0.67877 1.01111,-1.45928 0.84375,-2.21875 -0.46712,-2.11978 -4.56933,-3.06537 -6.5,-1.875 -0.3323,-2.16381 -3.33783,-4.63789 -5.34375,-4.0625 -1.318,0.37806 -2.05917,2.32 -1.9375,3.9375 -0.79848,-2.2461 -2.50963,-4.32024 -4.375,-4.5625 -2.44022,-0.31692 -5.12808,3.15157 -5.0625,5.75 -0.66968,-0.17281 -1.37038,-0.22091 -2.03125,-0.15625 0.32178,-1.056 0.3058,-2.10195 -0.28125,-2.8125 -0.37918,-0.45895 -0.94635,-0.71336 -1.59375,-0.84375 0.19997,-0.15192 0.38992,-0.32442 0.46875,-0.53125 0.0816,-0.21406 0.0822,-0.47549 0,-0.71875 0.49728,0.061 1.03702,-0.0678 1.1875,-0.4375 0.10409,-0.25576 0.0321,-0.56094 -0.15625,-0.84375 -0.31391,-0.47134 -0.92844,-0.8613 -1.375,-0.75 -0.34175,0.0852 -0.54479,0.50988 -0.59375,0.9375 -0.24632,-0.15275 -0.50446,-0.26424 -0.75,-0.25 -0.25368,0.0147 -0.53548,0.13611 -0.78125,0.3125 -0.7373,0.52916 -1.29012,1.64186 -0.875,2.28125 0.0361,0.0556 0.0777,0.10989 0.125,0.15625 -0.417,0.11894 -0.835,0.28115 -1.21875,0.46875 0.39681,-0.24458 0.68068,-0.59099 0.65625,-0.96875 -0.0232,-0.35852 -0.30654,-0.68194 -0.6875,-0.90625 -0.11814,-0.0696 -0.24241,-0.10596 -0.375,-0.15625 0.16378,0.009 0.29732,-0.0118 0.40625,-0.0937 0.37681,-0.2835 0.43287,-1.21921 0,-1.40625 -0.17974,-0.0777 -0.42167,-0.0355 -0.625,0.0937 -0.33889,0.21541 -0.6034,0.61924 -0.53125,0.9375 0.0226,0.0999 0.0674,0.20957 0.15625,0.28125 -0.39707,-0.0468 -0.78295,0.0428 -1.03125,0.25 -0.57717,0.48161 -0.26954,1.88953 0.40625,2.21875 0.38893,0.18947 0.98446,0.0863 1.46875,-0.15625 -0.8281,0.43353 -1.49096,1.01133 -1.875,1.6875 -0.0396,-0.13099 -0.0755,-0.26362 -0.15625,-0.375 -0.59578,-0.82216 -2.13397,-0.82994 -3.3125,-0.34375 -0.42659,-0.66791 -1.0314,-1.21643 -1.65625,-1.28125 -0.85676,-0.0889 -1.7157,0.84549 -2.0625,1.8125 -0.0855,-0.0775 -0.18202,-0.15535 -0.28125,-0.1875 -0.59693,-0.19338 -1.60311,0.38215 -1.71875,1 -0.48521,-0.29299 -0.99293,-0.52661 -1.5,-0.71875 0.99724,-0.34895 1.88297,-1.02536 2.1875,-1.8125 0.87292,-0.0609 1.6744,-0.40846 1.9375,-1.0625 0.62879,-1.56311 -1.86684,-4.07037 -3.5,-3.65625 -0.60678,0.15386 -1.09126,0.79653 -1.3125,1.53125 -0.12035,8.9e-4 -0.26248,0.005 -0.375,0.0313 -0.40948,0.094 -0.80431,0.36337 -1.15625,0.71875 -1.03657,1.04669 -1.62882,2.92879 -0.84375,3.875 -0.18101,0.04 -0.36229,0.0881 -0.53125,0.15625 -0.34127,0.13774 -0.63352,0.36191 -0.90625,0.625 -0.16373,-0.38548 -0.49326,-0.74519 -0.90625,-1.03125 -0.0552,-0.0383 -0.0983,-0.0892 -0.15625,-0.125 -0.0437,-0.0857 -0.0952,-0.16758 -0.15625,-0.25 -0.13819,-0.18657 -0.30186,-0.38693 -0.5,-0.53125 1.88748,-0.47884 3.71675,-3.57624 2.90625,-5.28125 -0.36339,-0.76445 -1.36708,-1.18674 -2.40625,-1.25 z m 330.3125,0.21875 c 0.32881,0.28278 0.81267,0.44995 1.3125,0.46875 0.0945,0.86629 0.42924,1.67392 1,2.09375 0.3845,0.28282 0.9019,0.42922 1.46875,0.46875 0.38404,0.0268 0.7874,0.009 1.1875,-0.0625 -0.008,0.0117 -0.0233,0.0194 -0.0313,0.0313 -0.42153,0.13187 -0.84646,0.36616 -1.25,0.65625 -0.37902,0.27246 -0.73665,0.60017 -1.0625,0.96875 -0.11028,-0.1053 -0.23104,-0.1815 -0.375,-0.21875 -0.5627,-0.1456 -1.19454,0.30245 -1.625,0.90625 -0.0842,0.0436 -0.16975,0.0777 -0.25,0.125 -0.044,-0.0133 -0.0811,-0.0526 -0.125,-0.0625 0.27652,-0.28349 0.47864,-0.61651 0.46875,-0.9375 -0.003,-0.0949 -0.0232,-0.19164 -0.0625,-0.28125 0.0806,-0.49881 0.0368,-0.99209 -0.15625,-1.4375 -0.17081,-0.39407 -0.43575,-0.74746 -0.78125,-1.03125 0.18073,-0.54245 0.27936,-1.12122 0.28125,-1.6875 z m -223.15625,0.15625 c -0.66719,-0.0619 -1.36491,0.1163 -1.6875,0.53125 -0.53997,0.69457 0.17643,2.22945 1.03125,2.4375 0.98392,0.23947 2.59155,-0.99531 2.3125,-1.96875 -0.11587,-0.4042 -0.50846,-0.68219 -1,-0.84375 -0.20481,-0.0673 -0.43385,-0.13562 -0.65625,-0.15625 z m -114.125,0.40625 c -0.12464,-0.005 -0.25483,-0.005 -0.375,0.0313 -1.41931,0.42299 -1.74118,3.50955 -0.5625,4.40625 0.13862,0.10546 0.29049,0.18228 0.46875,0.21875 -0.0788,0.71029 0.10646,1.52043 0.59375,1.8125 0.67361,0.40374 1.97014,-0.37636 2.0625,-1.15625 0.049,-0.4135 -0.20688,-0.92803 -0.5625,-1.3125 0.31634,-0.2653 0.54643,-0.56806 0.625,-0.90625 0.0757,-0.32571 0.0376,-0.71798 -0.0937,-1.09375 -0.34483,-0.9864 -1.28377,-1.96186 -2.15625,-2 z m 159.15625,0 c -0.28849,0.0166 -0.55342,0.0866 -0.78125,0.21875 -1.14407,0.66354 -1.07399,3.1969 0,3.96875 0.58463,0.42015 1.56271,0.44936 2.4375,0.21875 -0.27251,0.5673 -0.45354,1.18943 -0.5625,1.84375 -0.0945,-0.50765 -0.31239,-0.9561 -0.625,-1.28125 -0.72982,-0.75909 -2.20423,-0.68667 -3.375,-0.15625 -0.51147,-0.19883 -1.04867,-0.26654 -1.4375,-0.0625 -0.77142,0.4048 -0.82635,1.95613 -0.25,2.65625 0.0109,0.12885 0.007,0.24297 0.0313,0.375 0.0648,0.3531 0.19402,0.71497 0.34375,1.0625 -0.0311,0.0337 -0.0643,0.0582 -0.0937,0.0937 -0.24229,0.29218 -0.40962,0.63318 -0.53125,1 -0.35129,-0.3742 -0.74228,-0.67813 -1.15625,-0.875 -0.21544,-0.7026 -0.599,-1.29658 -1.1875,-1.53125 -1.61353,-0.64341 -3.95898,1.30656 -4.59375,3.1875 -0.0941,-0.0374 -0.18372,-0.0728 -0.28125,-0.0937 -0.49173,-0.5786 -1.13261,-0.99503 -1.75,-1.03125 -0.4308,-0.0253 -0.89439,0.0948 -1.34375,0.34375 -1.34809,0.74698 -2.51145,2.49582 -1.9375,3.65625 0.22806,0.46109 0.68724,0.74928 1.25,0.9375 0.0895,0.38111 0.36488,0.76122 0.71875,1.0625 -0.51444,-0.139 -1.05249,-0.11407 -1.4375,0.0937 -1.18176,0.63789 -1.67054,3.25778 -0.53125,3.96875 0.47306,0.29521 1.1224,0.24613 1.75,-0.0313 1.046,-0.46229 2.00518,-1.5106 1.9375,-2.4375 -0.0275,-0.37675 -0.25632,-0.71844 -0.59375,-1 0.11654,0.0371 0.22792,0.0729 0.34375,0.0937 0.48912,0.94606 1.43223,1.78089 2.28125,1.71875 0.0647,-0.005 0.12474,-0.0146 0.1875,-0.0313 0.0543,0.13489 0.0897,0.27652 0.15625,0.40625 -0.17567,2.40361 1.57337,5.68423 3.6875,6.03125 2.17198,0.35652 4.72078,-3.02883 4.15625,-5.15625 -0.11837,-0.44605 -0.34561,-0.85107 -0.6875,-1.25 0.57057,0.0293 1.1358,-0.22519 1.65625,-0.625 0.83458,0.77509 1.76314,1.28488 2.71875,1.34375 0.136,0.008 0.27069,0.013 0.40625,0 0.20654,0.23383 0.45417,0.42303 0.75,0.59375 -0.11185,0.49694 -0.0143,1.06235 0.25,1.625 0.57189,1.21768 1.818,2.3546 2.90625,2.25 1.36618,-0.13131 2.39819,-2.58876 1.71875,-3.78125 -0.0149,-0.0262 -0.0459,-0.0369 -0.0625,-0.0625 0.0856,-0.0614 0.17555,-0.11649 0.25,-0.1875 0.11908,-0.11359 0.24499,-0.23464 0.34375,-0.375 0.22758,0.16496 0.48764,0.33403 0.78125,0.4375 1.18641,0.41813 2.76178,0.29355 3.40625,-0.5 0.23816,-0.29325 0.28016,-0.6935 0.25,-1.125 0.6485,0.55634 1.36994,0.93494 2.09375,0.96875 1.17317,0.0548 2.30147,-0.93881 3.03125,-2.1875 1.72823,-1.67626 2.68565,-4.89193 1.6875,-6.78125 -0.39231,-0.74257 -1.06994,-1.37808 -1.9375,-1.875 -0.51511,-0.29505 -1.12196,-0.53217 -1.71875,-0.71875 0.63172,-0.24969 1.13795,-0.67204 1.1875,-1.21875 0.0455,-0.50218 -0.27033,-0.98143 -0.75,-1.375 -0.79945,-0.65595 -2.02937,-1.02613 -2.75,-0.59375 -0.42406,0.25444 -0.61885,0.83215 -0.625,1.4375 -0.044,-0.0263 -0.0799,-0.0696 -0.125,-0.0937 -0.5494,-0.29395 -1.17027,-0.3796 -1.84375,-0.3125 -1.68642,-1.79399 -4.20203,-3.04753 -6.0625,-2.46875 -0.0536,0.0167 -0.10402,0.0423 -0.15625,0.0625 -0.0769,-0.51085 -0.39013,-1.02748 -0.875,-1.4375 -0.74241,-0.62782 -1.79078,-1.04976 -2.65625,-1 z m 213.5,0 c -0.89536,0.1714 -1.29149,2.03428 -0.625,2.65625 0.52294,0.48801 1.83154,0.052 2.0625,-0.625 0.0665,-0.1948 0.0572,-0.418 0,-0.65625 -0.17174,-0.71475 -0.83104,-1.49109 -1.4375,-1.375 z m -569.15625,0.25 c -1.416722,0.20089 -3.110912,1.82525 -2.6875,3.0625 0.200929,0.58713 0.794695,0.98602 1.53125,1.1875 1.22759,0.3358 2.81352,0.12883 3.40625,-0.71875 0.744106,-1.06404 -0.380765,-3.28833 -1.65625,-3.53125 -0.183516,-0.0349 -0.391361,-0.0287 -0.59375,0 z m 505.5,0.59375 c 0.0248,0.0363 0.0336,0.0932 0.0625,0.125 0.3828,0.42144 1.17919,0.57661 1.875,0.46875 0.006,0.0536 0.0221,0.10223 0.0313,0.15625 -0.0103,0.002 -0.0209,-0.003 -0.0313,0 -0.70418,0.17037 -1.43115,0.62565 -1.8125,1.1875 -0.2734,-0.1898 -0.55475,-0.3325 -0.84375,-0.4375 0.031,-0.0701 0.0674,-0.14477 0.0937,-0.21875 0.0729,-0.20496 0.0895,-0.43386 0.125,-0.65625 0.20879,-0.12949 0.39101,-0.36225 0.5,-0.625 z m 42.03125,0.59375 c 0.0301,0.10444 0.044,0.22067 0.0937,0.3125 0.34817,0.64253 1.22375,1.10521 2.125,1.28125 0.13161,0.11828 0.27607,0.20775 0.4375,0.21875 -1.58609,1.54794 -1.16849,5.82927 0.78125,6.84375 0.70676,0.36774 1.64302,0.19382 2.5,-0.25 0.92372,0.67332 2.14168,1.08634 3.15625,1 -0.0224,0.31011 -0.0105,0.62076 0,0.9375 -0.21526,-0.0861 -0.47087,-0.0978 -0.625,0 -0.28249,0.17921 -0.2167,0.81571 0.0625,1 0.15362,0.10139 0.40446,0.0693 0.625,0 0.0564,0.39717 0.14376,0.77876 0.25,1.15625 -0.32573,-0.16317 -0.69505,-0.26969 -1.03125,-0.25 -0.0698,-0.2528 -0.2035,-0.48161 -0.375,-0.625 -0.72558,-0.60665 -2.58213,-0.24325 -2.75,0.6875 -0.009,0.0483 9e-5,0.10738 0,0.15625 -0.13665,-0.14372 -0.28635,-0.25672 -0.4375,-0.375 0.27719,-0.19816 0.50497,-0.51527 0.46875,-0.78125 -0.0449,-0.32987 -0.54319,-0.5219 -0.90625,-0.46875 -0.0546,-0.4573 -0.16388,-0.89022 -0.375,-1.25 -0.30769,-0.52434 -0.80199,-0.97967 -1.40625,-1.34375 -0.31504,-1.03025 -1.11426,-2.07561 -2.0625,-2.84375 0.0821,-0.58316 -0.0416,-1.17888 -0.3125,-1.75 0.62381,-0.38134 1.10096,-0.90806 1.0625,-1.5 -0.0363,-0.55832 -0.46913,-1.05711 -1.0625,-1.40625 -0.0862,-0.0507 -0.18922,-0.0806 -0.28125,-0.125 0.0406,-0.20866 0.0548,-0.42029 0.0625,-0.625 z m -365.375,0.25 c -0.32185,0.0589 -0.63184,0.23023 -0.75,0.46875 -0.27201,0.5491 0.232,1.66051 0.84375,1.625 0.25401,-0.0147 0.46436,-0.2 0.625,-0.46875 0.26773,-0.44791 0.36329,-1.11011 0.0937,-1.4375 -0.16919,-0.2055 -0.49065,-0.24643 -0.8125,-0.1875 z m 224.75,0.3125 c -0.27538,-0.002 -0.57258,0.14738 -0.84375,0.34375 -0.60261,0.43638 -1.07537,1.232 -0.90625,1.8125 0.21232,0.72876 1.64092,1.02347 2.21875,0.53125 0.66509,-0.56657 0.63403,-2.32762 -0.1875,-2.625 -0.0853,-0.0309 -0.18946,-0.0617 -0.28125,-0.0625 z M 337.78125,445 c -1.13065,0.0446 -2.46188,1.40539 -2.375,2.5 0.11429,1.43992 2.493,3.09342 3.6875,2.28125 0.49599,-0.33724 0.71904,-1.01196 0.71875,-1.75 -4.8e-4,-1.23006 -0.62106,-2.63268 -1.5625,-2.96875 -0.14773,-0.0527 -0.30723,-0.0689 -0.46875,-0.0625 z M 519,445.3125 c 0.89136,0.82306 2.00041,1.47238 3.09375,1.78125 -0.68666,0.21742 -1.29008,0.57512 -1.6875,1.125 -0.14356,0.19863 -0.25177,0.39786 -0.34375,0.625 -0.0828,0.008 -0.16765,0.0154 -0.25,0.0313 -0.47615,-0.62922 -1.55706,-1.0689 -2.15625,-0.71875 -0.25626,0.14975 -0.40043,0.45638 -0.4375,0.8125 -0.10785,-0.12329 -0.24135,-0.20817 -0.375,-0.21875 0.16747,-0.24492 0.32279,-0.49115 0.46875,-0.75 1.00326,-0.2317 1.92674,-0.84078 2,-1.65625 0.0312,-0.34729 -0.0989,-0.7097 -0.3125,-1.03125 z m -132.4375,0.34375 c -0.28727,0.0282 -0.55919,0.10891 -0.78125,0.25 -1.1151,0.70847 -0.9156,3.24174 0.1875,3.96875 0.29521,0.19456 0.67699,0.29261 1.09375,0.3125 0.002,0.16597 0.022,0.34728 0.0625,0.5 0.12836,0.48341 0.46923,0.93934 0.90625,1.34375 0.87102,0.80603 2.18037,1.36462 3.28125,1.34375 -0.0698,0.11076 -0.13077,0.22038 -0.1875,0.34375 -0.0444,0.0649 -0.11782,0.11947 -0.15625,0.1875 -0.0932,0.16493 -0.16755,0.34757 -0.21875,0.53125 -0.65587,-0.19796 -1.3585,-0.29891 -2.03125,-0.3125 -2.26175,-0.88334 -4.92053,-0.91225 -6.09375,0.625 -0.51752,0.6781 -0.68814,1.57472 -0.625,2.53125 -0.14477,0.0713 -0.28413,0.12005 -0.40625,0.21875 -0.23086,0.18658 -0.40458,0.43366 -0.53125,0.71875 -0.17106,-0.16956 -0.3692,-0.28039 -0.59375,-0.3125 -0.37942,-0.0543 -0.78261,0.10897 -1.125,0.40625 -0.11521,-0.20027 -0.2293,-0.39537 -0.375,-0.5625 0.22529,-1.17257 -0.5143,-2.65034 -1.5625,-3.59375 0.30007,0.0131 0.60759,-0.004 0.875,-0.0937 1.79839,-0.60172 2.37938,-4.19969 1.09375,-5.59375 -0.36995,-0.40115 -0.9349,-0.67596 -1.5625,-0.84375 -1.88279,-0.50339 -4.44134,0.0337 -4.9375,1.59375 -0.2599,0.81722 0.0679,1.75217 0.6875,2.59375 -0.79987,0.08 -1.53934,0.39786 -1.875,0.9375 -0.0811,0.1303 -0.12885,0.28176 -0.15625,0.4375 -0.87714,-1.14225 -2.52606,-1.98556 -3.71875,-1.65625 -0.43219,0.11933 -0.84544,0.38602 -1.21875,0.75 -0.35415,-0.10093 -0.72369,-0.1509 -1.0625,-0.125 -0.70906,0.0542 -1.41515,0.36883 -2.09375,0.875 -0.13587,0.10135 -0.27553,0.22935 -0.40625,0.34375 -0.10346,-0.64794 -0.42563,-1.24191 -0.9375,-1.34375 -0.39862,-0.0793 -0.83113,0.1491 -1.1875,0.5 -0.57648,0.56763 -0.95701,1.47814 -0.71875,2.09375 -0.49992,-0.30075 -1.04419,-0.46933 -1.5625,-0.5 0.27851,-1.08212 0.0619,-2.43517 -0.78125,-2.78125 -0.5069,-0.20806 -1.1252,-0.0283 -1.6875,0.34375 -0.93716,0.62013 -1.71824,1.76947 -1.5,2.65625 0.15721,0.63881 0.9216,1.08504 1.71875,1.21875 -0.73688,1.24907 -0.94136,2.97735 -0.0625,3.75 1.02639,0.90235 3.11839,0.31589 4.375,-0.78125 0.0642,0.31262 0.19679,0.61125 0.375,0.875 0.51137,0.75684 1.41082,1.18653 2.46875,1.34375 0.13398,0.0678 0.26334,0.0811 0.375,0.0313 0.93997,0.0821 1.97573,-0.0313 2.9375,-0.3125 0.65626,0.49501 1.56036,0.76012 2.1875,0.5 1.0035,-0.41622 1.69456,-2.17722 1.375,-3.28125 0.0599,-0.19379 0.0849,-0.38767 0.0937,-0.59375 0.31843,-0.21003 0.59894,-0.46286 0.84375,-0.71875 -0.34933,0.76146 -0.4748,1.5368 -0.15625,2.1875 0.1263,0.25799 0.3095,0.46322 0.53125,0.65625 -1.41916,1.41583 -2.37715,3.1943 -2.125,4.75 0.13922,0.85894 0.72802,1.62128 1.53125,2.21875 0.71532,1.42712 2.73516,2.23093 4.78125,2.3125 1.21096,1.31197 4.38892,1.54249 5.46875,0.21875 0.39973,-0.49003 0.43623,-1.23023 0.25,-1.96875 0.79642,-0.83834 1.20437,-2.21051 1.21875,-3.59375 0.40679,0.12569 0.88767,0.14048 1.375,0.0937 0.14493,-0.0139 0.29039,-0.0351 0.4375,-0.0625 0.37314,0.69171 0.88752,1.22959 1.5625,1.5 0.35194,0.14099 0.73884,0.21616 1.125,0.21875 -0.35786,0.55376 -0.49913,1.20296 -0.1875,1.625 0.24484,0.33159 0.71194,0.45742 1.21875,0.4375 0.84468,-0.0332 1.79438,-0.46952 2,-1.125 0.11648,-0.3713 -0.0722,-0.82191 -0.375,-1.1875 0.30843,0.0119 0.64627,-0.0622 0.9375,-0.1875 0.94877,0.13074 2.07544,-0.13018 3.03125,-0.625 0.12283,0.75349 0.45926,1.39031 1.03125,1.71875 1.99571,1.14594 5.84539,-1.77499 5.59375,-4.0625 -0.007,-0.0679 -0.0466,-0.12117 -0.0625,-0.1875 0.52829,-0.078 1.01602,-0.33657 1.1875,-0.71875 0.28703,-0.63971 -0.5176,-1.71897 -1.21875,-1.71875 -0.34439,1.1e-4 -0.73538,0.24602 -1.03125,0.5625 -0.0588,-0.11824 -0.13427,-0.25244 -0.21875,-0.34375 -0.13977,-0.15108 -0.32286,-0.24798 -0.53125,-0.34375 1.54549,-1.38717 2.55722,-3.37076 1.875,-4.875 -0.0158,-0.0349 -0.0452,-0.0598 -0.0625,-0.0937 0.14498,-0.0106 0.29397,-0.0282 0.40625,-0.0937 0.69154,-0.40379 0.94319,-1.97406 0.25,-2.375 -0.28783,-0.16648 -0.69401,-0.11535 -1.0625,0.0625 -0.46061,0.22231 -0.86987,0.63599 -1.03125,1.0625 -0.29091,-0.14853 -0.60168,-0.30811 -0.9375,-0.40625 -0.098,-0.0423 -0.1792,-0.0785 -0.28125,-0.0937 -0.0591,-0.009 -0.12764,-0.002 -0.1875,0 -1.08098,-0.23178 -2.29028,-0.22888 -3.40625,0 -0.3907,0.0277 -0.76538,0.0836 -1.125,0.1875 0.67588,-1.87763 -0.84622,-5.18781 -2.75,-5.5 -0.31177,-0.0511 -0.62273,0.005 -0.9375,0.125 -0.0701,-0.0638 -0.14212,-0.12784 -0.21875,-0.1875 -0.76634,-0.59665 -1.82569,-0.99086 -2.6875,-0.90625 z m -307.96875,0.0625 c -0.917337,-0.0228 -1.876976,0.32103 -2.0625,1.03125 -0.123255,0.47184 0.104959,1.01702 0.5,1.46875 0.658398,0.75288 1.775021,1.29792 2.53125,1 0.949359,-0.37401 1.167595,-2.31842 0.4375,-3.03125 -0.315137,-0.30768 -0.855848,-0.45506 -1.40625,-0.46875 z m 496.28125,0.0625 c 0.0125,0.007 0.0186,0.025 0.0313,0.0313 0.28723,0.14277 0.65415,0.18268 1.03125,0.15625 -0.0763,0.33435 -0.13924,0.69551 -0.15625,1.0625 -0.0314,0.67855 0.0621,1.39352 0.21875,2.09375 -0.20124,-0.002 -0.3983,0.0168 -0.59375,0.0313 0.11337,-0.40876 0.12125,-0.80903 -0.0313,-1.125 -0.26708,-0.55337 -1.02694,-0.96984 -1.78125,-1.09375 0.007,-0.0419 0.0272,-0.0817 0.0313,-0.125 0.48742,-0.10738 0.91618,-0.51511 1.25,-1.03125 z m -357.21875,1 c 0.0158,0.10628 0.0298,0.21611 0.0625,0.3125 -0.0713,-0.008 -0.14988,-0.004 -0.21875,0 0.0606,-0.0971 0.0998,-0.21283 0.15625,-0.3125 z M 3.34375,446.9375 c 0.03651,0.12878 0.079075,0.25313 0.125,0.375 -0.1768028,0.34998 -0.1763524,0.85533 0.09375,1.03125 0.016738,0.0109 0.044415,-0.008 0.0625,0 -0.1330236,0.0872 -0.2809002,0.20241 -0.40625,0.3125 -0.2370013,0.20815 -0.4337852,0.45374 -0.625,0.71875 0.4361379,-0.72437 0.7235179,-1.6195 0.75,-2.4375 z m 326.4375,0.90625 c -1.48293,0.0149 -2.85242,1.27124 -3.75,2.90625 -1.39968,-1.92347 -6.13154,-1.9482 -7.4375,0.0313 -1.10678,1.67756 0.76626,5.05257 2.75,5.375 0.48091,0.0782 0.99759,6.6e-4 1.53125,-0.1875 -0.051,0.12947 -0.0781,0.27265 -0.0937,0.40625 -0.15693,1.34177 1.96169,2.81275 3.25,2.40625 0.28422,-0.0897 0.56625,-0.29306 0.8125,-0.53125 0.33237,0.13988 0.70826,0.22323 1.09375,0.28125 -0.41489,0.42727 -0.73455,0.90849 -0.84375,1.46875 -0.18626,0.95557 0.1452,1.97831 0.78125,2.90625 -0.18554,0.5569 -0.22626,1.13763 -0.0937,1.6875 0.86607,3.59395 8.47383,4.8497 10.90625,2.0625 -0.0614,1.55795 0.28178,3.02919 1.15625,3.9375 2.04896,2.12823 7.49166,0.55348 8.59375,-2.1875 0.31713,-0.78874 0.33972,-1.75473 0.15625,-2.75 -0.2421,-1.31337 -0.88794,-2.65807 -1.71875,-3.75 0.55397,-0.12025 1.08065,-0.32265 1.5625,-0.5625 0.11143,0.23797 0.28291,0.4406 0.5,0.5625 0.46822,0.26292 1.06486,0.16978 1.65625,-0.125 0.44095,-0.21979 0.86533,-0.55948 1.1875,-0.9375 0.60683,0.12192 1.19716,0.0685 1.59375,-0.28125 0.49128,-0.43326 0.63253,-1.20036 0.53125,-2 -0.0467,-0.36906 -0.17166,-0.73536 -0.3125,-1.09375 0.0649,-0.0478 0.14133,-0.0958 0.1875,-0.15625 0.50196,-0.65756 0.10108,-2.26441 -0.71875,-2.375 -0.34041,-0.0459 -0.68662,0.15401 -0.96875,0.46875 -0.0532,0.0594 -0.10836,0.12118 -0.15625,0.1875 -0.0397,-0.0123 -0.0847,-0.0224 -0.125,-0.0313 -0.77622,-0.17136 -1.65457,0.42235 -2.21875,1.21875 -0.65371,-0.92907 -1.62923,-1.71845 -2.59375,-1.96875 0.003,-0.3993 -0.0718,-0.77585 -0.25,-1.125 -0.64838,-1.26999 -2.37967,-1.85427 -4.1875,-1.84375 -1.50268,-1.79038 -6.19633,-0.96623 -7.0625,1.21875 -0.49464,1.24778 0.52599,3.00637 1.84375,3.90625 0.0119,0.0103 0.0189,0.0212 0.0313,0.0313 0.0792,0.053 0.16903,0.10968 0.25,0.15625 0.0684,0.0395 0.14452,0.0608 0.21875,0.0937 0.78759,1.52582 2.26751,2.90356 3.6875,2.96875 0.0822,0.004 0.16643,-0.0276 0.25,-0.0313 -1.0553,0.63544 -1.85898,1.87015 -2.40625,3.28125 -0.19666,-1.26166 -0.78984,-2.57943 -1.59375,-3.5625 -0.23001,-0.86166 -0.64271,-1.62945 -1.21875,-2.125 -0.61375,-0.52799 -1.45266,-0.82869 -2.40625,-0.96875 -0.2384,-0.035 -0.50212,-0.0503 -0.75,-0.0625 0.11021,-0.13521 0.19903,-0.25853 0.28125,-0.40625 0.37856,-0.68014 0.52126,-1.54358 0.46875,-2.46875 -0.15754,-2.77552 -2.03993,-6.05468 -4.375,-6.03125 z m 75,0.15625 c -0.16137,0.0127 -0.30254,0.0218 -0.46875,0.0625 -1.10808,0.27157 -2.2485,1.14026 -2.34375,2.0625 -0.11958,1.15777 1.70735,2.39645 2.8125,2.03125 1.27206,-0.42036 2.24499,-2.91538 1.25,-3.8125 -0.30986,-0.27938 -0.76588,-0.38195 -1.25,-0.34375 z m 166.84375,0.0625 c 0.0422,0.003 0.0831,-10e-4 0.125,0 -8.9e-4,0.0607 0.0256,0.12487 0.0313,0.1875 -0.0498,-0.0674 -0.10169,-0.12153 -0.15625,-0.1875 z m -127.125,0.125 c -2.37132,-0.0822 -5.15198,3.23621 -4.71875,5.5625 0.13298,0.71404 0.53643,1.42908 1.125,2.0625 0.45048,0.48481 0.99663,0.9176 1.59375,1.28125 -0.41141,0.12856 -0.76931,0.3253 -1,0.65625 -0.50213,0.72035 -0.38363,1.77945 0.0625,2.78125 -0.82576,0.10509 -1.56499,0.51687 -1.75,1.15625 -0.15555,0.53759 0.0916,1.12618 0.53125,1.65625 0.73271,0.88345 1.99853,1.53783 2.875,1.21875 0.50235,-0.18288 0.82728,-0.73758 0.96875,-1.375 0.20703,0.0612 0.41918,0.0983 0.625,0.0937 1.6831,-0.0371 3.1296,-2.94856 2.40625,-4.46875 -0.13957,-0.29333 -0.37762,-0.54412 -0.65625,-0.78125 0.40583,-0.0921 0.78181,-0.23617 1.09375,-0.5 1.11221,-0.94069 1.31347,-2.79611 0.90625,-4.59375 0.0127,-0.0307 0.0197,-0.0623 0.0313,-0.0937 0.60152,-0.28116 1.09229,-1.38381 0.65625,-1.84375 -0.18804,-0.19835 -0.51282,-0.23488 -0.84375,-0.1875 -0.22307,-0.25567 -0.56768,-0.43672 -0.96875,-0.53125 -0.65317,-1.02191 -1.50359,-1.79715 -2.46875,-2.03125 -0.15331,-0.0372 -0.31066,-0.057 -0.46875,-0.0625 z m 8.1875,0.53125 c -0.34814,0.0202 -0.6662,0.12327 -0.8125,0.375 -0.33424,0.57509 0.23402,1.59012 0.90625,1.96875 -0.37788,0.10045 -0.71265,0.26272 -0.90625,0.5625 -0.23928,0.37053 -0.26568,0.84651 -0.15625,1.34375 -0.0309,0.005 -0.0627,-0.006 -0.0937,0 -0.0163,-0.0512 -0.0322,-0.11117 -0.0625,-0.15625 -0.15996,-0.23762 -0.49128,-0.34225 -0.84375,-0.34375 -0.58745,-0.002 -1.27492,0.30113 -1.4375,0.75 -0.10205,0.28175 0.0396,0.62826 0.28125,0.90625 -0.37175,0.41414 -0.61292,0.87259 -0.53125,1.34375 0.11761,0.67847 0.81309,1.20368 1.625,1.5 -0.0215,0.0922 -0.0318,0.18536 -0.0313,0.28125 0.008,1.41284 2.34066,2.59327 3.84375,2.28125 0.49005,0.40269 1.12944,0.63381 1.5625,0.375 0.29974,-0.17914 0.41984,-0.5498 0.46875,-0.96875 0.39459,-0.1813 0.72293,-0.41834 0.8125,-0.78125 0.24615,-0.99732 -1.10015,-2.23803 -2.25,-2.4375 -0.0248,-0.0276 -0.0365,-0.0682 -0.0625,-0.0937 1.04694,-0.49247 1.76793,-2.3476 1.25,-3.34375 -0.37557,-0.72233 -1.40512,-1.21012 -2.40625,-1.3125 0.40229,-0.39489 0.59792,-1.18759 0.34375,-1.625 -0.0975,-0.16783 -0.26377,-0.29958 -0.46875,-0.40625 -0.30747,-0.16 -0.68311,-0.23897 -1.03125,-0.21875 z m 28.5625,0.125 c 0.45712,0.27869 0.94293,0.51804 1.4375,0.65625 -0.46266,0.0382 -0.92915,0.0979 -1.34375,0.21875 -0.13535,-0.0624 -0.26202,-0.13442 -0.40625,-0.1875 0.10978,-0.22513 0.22471,-0.45519 0.3125,-0.6875 z m -30.96875,0.0313 c -0.67417,0.001 -1.47452,0.40302 -1.5,0.96875 -0.0376,0.83522 1.55333,1.58723 2.25,1.125 0.54662,-0.36268 0.39853,-1.61867 -0.15625,-1.96875 -0.15964,-0.10074 -0.36903,-0.12537 -0.59375,-0.125 z m 134.625,0.1875 c -0.36025,0.33402 -0.70372,0.68906 -0.96875,1.09375 0.18063,-0.32625 0.32912,-0.68745 0.46875,-1.03125 0.16457,-0.0218 0.33786,-0.0313 0.5,-0.0625 z M 470,449.1875 c -0.79813,0.0818 -1.66687,0.55802 -1.90625,1.1875 -0.0184,0.0483 -0.0187,0.10484 -0.0313,0.15625 -0.0251,-0.0274 -0.0619,-0.0738 -0.0937,-0.0937 -0.17651,-0.11044 -0.42178,-0.072 -0.65625,0.0313 -0.39078,0.17215 -0.74361,0.56012 -0.71875,0.90625 0.0222,0.30886 0.41855,0.57446 0.78125,0.625 -0.004,0.0425 -0.008,0.0856 0,0.125 0.0618,0.30971 0.49581,0.61068 0.84375,0.625 0.0357,0.001 0.0604,-0.0264 0.0937,-0.0313 0.002,0.0103 -0.002,0.021 0,0.0313 -0.0299,0.007 -0.0649,-0.009 -0.0937,0 -0.18079,0.0564 -0.34086,0.15301 -0.4375,0.28125 -0.093,0.12344 -0.16858,0.28686 -0.1875,0.46875 -0.21566,-0.18236 -0.48804,-0.34658 -0.75,-0.375 -0.17869,-0.27203 -0.37825,-0.53922 -0.625,-0.65625 -0.0323,-0.40557 -0.1611,-0.76003 -0.4375,-1 -1.17658,-1.02152 -4.119,0.41612 -4.25,1.96875 -0.10278,1.21822 1.87783,2.46779 3.03125,2.0625 0.12231,-0.043 0.22972,-0.11029 0.34375,-0.1875 0.46234,0.45231 1.4835,0.24614 2,-0.25 0.014,0.004 0.017,0.0284 0.0313,0.0313 0.32317,0.065 0.72053,-0.24215 0.90625,-0.59375 0.12705,0.21394 0.28811,0.37901 0.5,0.40625 0.26886,0.0346 0.5289,-0.12524 0.75,-0.375 0.0433,-0.0489 0.0863,-0.10145 0.125,-0.15625 0.0403,0.0251 0.0824,0.0425 0.125,0.0625 0.28051,0.13178 0.63115,0.13384 0.96875,0.0313 0.80198,0.0216 1.62621,-0.26298 1.9375,-0.8125 0.28928,-0.51067 0.0352,-1.27516 -0.4375,-1.8125 -0.0591,-0.12511 -0.10464,-0.25442 -0.1875,-0.375 0.12949,-0.75299 0.0181,-1.54431 -0.40625,-1.96875 -0.28571,-0.28575 -0.73987,-0.36156 -1.21875,-0.3125 z m 46.28125,0.3125 c 0.003,0.0291 -0.009,0.0673 0,0.0937 0.0816,0.2285 0.39933,0.40139 0.6875,0.4375 -0.14959,0.1345 -0.27461,0.28372 -0.34375,0.46875 -0.0713,0.19084 -0.0831,0.38365 -0.0625,0.59375 -0.10666,-0.07 -0.22787,-0.12745 -0.34375,-0.1875 -0.16684,-0.27844 -0.37634,-0.53058 -0.625,-0.6875 0.23203,-0.22395 0.47489,-0.46297 0.6875,-0.71875 z M 25.4375,449.9375 c -0.396637,-0.0222 -0.755666,0.0804 -1.03125,0.3125 -0.457719,0.38541 -0.607039,1.0801 -0.53125,1.8125 0.126308,1.22066 0.875081,2.54405 1.84375,2.78125 1.216052,0.29778 2.820261,-1.48743 2.59375,-2.71875 -0.195544,-1.06297 -1.685088,-2.12075 -2.875,-2.1875 z m 535.09375,0.59375 c 0.064,0.11095 0.13799,0.20901 0.21875,0.3125 -0.042,0.0318 -0.0853,0.0581 -0.125,0.0937 -0.038,-0.13212 -0.0421,-0.28333 -0.0937,-0.40625 z m 23,0.3125 c -0.0672,0.14701 -0.0763,0.32072 -0.125,0.46875 -0.0477,-0.0356 -0.10803,-0.0597 -0.15625,-0.0937 0.094,-0.12403 0.19302,-0.24445 0.28125,-0.375 z m -306.8125,0.875 c 0.61097,0.84571 2.01233,1.44473 3.03125,1.28125 0.1431,0.1248 0.31134,0.21711 0.46875,0.3125 -0.21804,0.0529 -0.42838,0.17586 -0.5,0.34375 -0.0226,0.0531 -0.0282,0.12384 -0.0313,0.1875 -0.12627,0.0268 -0.24277,0.0616 -0.34375,0.125 -0.21324,0.13378 -0.40201,0.35462 -0.53125,0.625 -0.0366,0.0765 -0.0335,0.16731 -0.0625,0.25 -0.0417,1.9e-4 -0.0833,-10e-4 -0.125,0 0.21388,-0.71034 0.12774,-1.60216 -0.40625,-1.875 -0.30713,-0.15693 -0.68667,-0.0888 -1.0625,0.0937 -0.33697,-0.42151 -0.72939,-0.81701 -1.15625,-1.1875 0.27169,0.005 0.52619,-0.0376 0.71875,-0.15625 z m -29.96875,0.5625 c -0.13166,-0.0109 -0.2556,10e-4 -0.375,0.0313 -0.2681,0.0671 -0.52107,0.26466 -0.75,0.5 -0.12946,-0.0412 -0.26004,-0.0898 -0.375,-0.0625 -0.42503,0.10081 -0.81006,0.73708 -0.8125,1.21875 -0.40661,0.0626 -0.78799,0.17186 -1,0.4375 -0.56372,0.70631 0.12474,2.30635 1,2.53125 0.75559,0.19415 1.90805,-0.45952 2.3125,-1.21875 0.88265,-0.21485 1.74762,-0.78699 1.875,-1.5 0.15152,-0.84814 -0.95335,-1.86136 -1.875,-1.9375 z m 212,0.125 c -0.35374,-0.008 -0.76106,0.20387 -0.78125,0.5 -0.0112,0.16395 0.0908,0.31276 0.25,0.4375 0.26524,0.20791 0.6746,0.33362 0.90625,0.1875 0.29081,-0.18343 0.22397,-0.84111 -0.0625,-1.03125 -0.0824,-0.0547 -0.19459,-0.0912 -0.3125,-0.0937 z m -218.46875,0.78125 c -1.06185,-0.0673 -2.52973,1.51284 -2.0625,2.46875 0.0417,0.0853 0.0912,0.14882 0.15625,0.21875 -0.32429,0.005 -0.66241,0.12615 -0.8125,0.34375 -0.33456,0.48504 0.007,1.63695 0.59375,1.6875 0.24376,0.021 0.49758,-0.1414 0.6875,-0.375 0.29258,-0.35987 0.45539,-0.89476 0.3125,-1.25 0.0878,0.0224 0.18828,0.0492 0.28125,0.0625 0.1632,0.0233 0.32957,0.0353 0.5,0.0313 -1.24508,0.86986 -1.46593,3.91135 -0.0937,4.5625 0.56977,0.27037 1.29956,0.11173 1.96875,-0.28125 1.11531,-0.65497 2.07117,-1.96736 1.875,-3 -0.17652,-0.92921 -1.47832,-1.54801 -2.59375,-1.5625 0.29253,-0.14009 0.52648,-0.31646 0.65625,-0.5625 0.43125,-0.81761 -0.54623,-2.28529 -1.46875,-2.34375 z m 131.8125,1.875 c 0.0139,0.0185 0.017,0.0444 0.0313,0.0625 -0.034,0.04 -0.0609,0.0843 -0.0937,0.125 0.0194,-0.0614 0.0489,-0.12531 0.0625,-0.1875 z M 361,455.25 c 0.13285,0.0342 0.29608,0.0541 0.4375,0.0625 -0.059,0.1024 -0.10287,0.20853 -0.15625,0.3125 -0.0875,-0.12065 -0.17246,-0.26333 -0.28125,-0.375 z m -152.28125,0.0937 c -0.82278,-0.0244 -1.60127,0.246 -1.875,0.84375 -0.22732,0.4964 -0.0981,1.11286 0.25,1.6875 0.58013,0.95773 1.73342,1.77575 2.625,1.59375 1.11928,-0.22848 1.72944,-2.32255 1.0625,-3.25 -0.38384,-0.53376 -1.23972,-0.85061 -2.0625,-0.875 z m 109.5625,0.8125 c -0.11651,-0.005 -0.23953,5.9e-4 -0.34375,0.0313 -0.9597,0.28229 -1.72039,2.11842 -1,2.8125 0.29912,0.2882 0.78106,0.35518 1.28125,0.25 0.83365,-0.17529 1.68738,-0.78285 1.78125,-1.46875 0.10311,-0.75344 -0.9032,-1.59102 -1.71875,-1.625 z m 157.5625,0.21875 c -0.71499,0.0677 -1.54268,1.08275 -1.34375,1.75 0.17838,0.59833 1.33976,0.84534 1.8125,0.4375 0.13604,-0.11736 0.21919,-0.29532 0.28125,-0.5 0.18618,-0.61405 0.0392,-1.47597 -0.46875,-1.65625 -0.0937,-0.0333 -0.17911,-0.0409 -0.28125,-0.0313 z m 99.875,1.6875 c 0.10997,0.0676 0.23232,0.12856 0.34375,0.1875 -0.0117,0.30932 0.0287,0.63696 0.0937,0.96875 0.0244,0.12441 0.0596,0.24985 0.0937,0.375 -0.0627,0.047 -0.12887,0.0984 -0.1875,0.15625 -0.12054,-0.0455 -0.24948,-0.0926 -0.375,-0.125 0.011,-0.0327 0.0278,-0.059 0.0313,-0.0937 0.0226,-0.23087 -0.1244,-0.47359 -0.34375,-0.65625 -0.20994,-0.17482 -0.48929,-0.27014 -0.75,-0.3125 -0.01,-0.0312 -0.0211,-0.0627 -0.0313,-0.0937 0.0886,-0.0985 0.16638,-0.20527 0.25,-0.3125 0.24495,0.0814 0.58779,0.018 0.875,-0.0937 z m -328.75,1 c -1.58609,-0.007 -3.1962,0.58434 -3.59375,1.78125 -0.78258,2.35611 3.13575,5.78888 5.5,5.03125 1.85503,-0.59445 2.4897,-4.27004 1.1875,-5.71875 -0.37472,-0.41688 -0.92009,-0.69443 -1.5625,-0.875 -0.48181,-0.13543 -1.00255,-0.21657 -1.53125,-0.21875 z m 35.5625,0.21875 c 0.0567,0.11334 0.14011,0.22258 0.21875,0.3125 -0.17913,0.22755 -0.30671,0.50534 -0.375,0.8125 -0.007,-0.34336 -0.0583,-0.67416 -0.15625,-0.96875 0.10358,-0.0518 0.2107,-0.0965 0.3125,-0.15625 z m 319.84375,0.25 c -1.32179,-0.0649 -2.58939,0.31244 -3.09375,1.25 -1.1914,2.2147 2.10259,6.34409 4.59375,6 1.95461,-0.26998 3.2345,-3.82752 2.1875,-5.5 -0.30128,-0.48127 -0.79668,-0.89539 -1.40625,-1.1875 -0.68576,-0.32862 -1.48817,-0.52357 -2.28125,-0.5625 z m -145.6875,0.65625 c -0.50778,0.08 -1.09643,0.68291 -0.9375,1.125 0.0754,0.20979 0.29681,0.33795 0.5625,0.40625 0.44281,0.11383 1.01052,0.0265 1.21875,-0.28125 0.2614,-0.38632 -0.16549,-1.1698 -0.625,-1.25 -0.0661,-0.0115 -0.14621,-0.0114 -0.21875,0 z m -94.90625,0.0625 c -0.81509,-0.0235 -1.52426,1.51542 -1.0625,2.1875 0.3623,0.52733 1.57362,0.39028 1.90625,-0.15625 0.0957,-0.15727 0.12891,-0.34336 0.125,-0.5625 -0.0117,-0.65742 -0.41666,-1.45284 -0.96875,-1.46875 z m 92.15625,0.3125 c -0.27009,-0.0122 -0.53204,0.0551 -0.625,0.25 -0.0772,0.16187 -0.0176,0.372 0.0937,0.5625 0.18562,0.31751 0.55001,0.58646 0.84375,0.53125 0.36876,-0.0693 0.58929,-0.75449 0.375,-1.0625 -0.12333,-0.17726 -0.41741,-0.26903 -0.6875,-0.28125 z m -98.0625,1.375 c -0.15536,0.008 -0.30722,0.084 -0.46875,0.15625 -0.53844,0.24083 -1.03703,0.77208 -1,1.25 0.0465,0.59997 1.09673,1.06944 1.625,0.78125 0.60806,-0.33172 0.8705,-1.69841 0.28125,-2.0625 -0.12234,-0.0756 -0.28214,-0.13343 -0.4375,-0.125 z M 551.5,462.125 c -0.15052,0.003 -0.30571,0.0457 -0.4375,0.0937 -1.21354,0.4422 -2.0475,2.88329 -1.0625,3.71875 0.409,0.34691 1.02033,0.36392 1.65625,0.1875 1.05986,-0.29403 2.12263,-1.13976 2.1875,-2.03125 0.0713,-0.97927 -1.2901,-1.99165 -2.34375,-1.96875 z m -145.28125,0.1875 c -0.21932,-0.0102 -0.41141,0.0266 -0.5625,0.15625 -0.25094,0.21541 -0.32698,0.59563 -0.28125,1 0.0762,0.67396 0.49465,1.40524 1.03125,1.53125 0.67363,0.15819 1.5379,-0.82068 1.40625,-1.5 -0.11365,-0.58644 -0.93578,-1.15686 -1.59375,-1.1875 z m 176.25,0.5 c -1.20289,0.0896 -2.62243,0.92602 -2.59375,1.9375 0.0159,0.55999 0.45028,1.06644 1.03125,1.4375 0.96828,0.61844 2.3869,0.85309 3.125,0.28125 0.9266,-0.71787 0.53446,-2.9488 -0.5,-3.5 -0.29767,-0.15861 -0.66154,-0.18613 -1.0625,-0.15625 z M 360.25,463.125 c -0.37183,-0.0327 -0.79272,0.0773 -1.1875,0.28125 -1.18434,0.61192 -2.24829,2.07601 -1.78125,3.09375 0.68953,1.50255 4.16203,1.41177 4.96875,-0.0313 0.63297,-1.13222 -0.70784,-3.23015 -2,-3.34375 z m -97.53125,0.71875 c -0.47357,0.0736 -1.01211,0.47531 -0.96875,0.875 0.024,0.22128 0.22692,0.40267 0.46875,0.53125 0.40305,0.2143 0.97577,0.24983 1.25,0 0.34427,-0.31363 0.11464,-1.15817 -0.3125,-1.34375 -0.12291,-0.0534 -0.27964,-0.087 -0.4375,-0.0625 z m 27.5,0.0313 c -0.0507,-0.004 -0.0778,0.0136 -0.125,0.0313 -0.15676,0.0586 -0.26371,0.23745 -0.3125,0.4375 -0.0813,0.33342 -0.0142,0.75283 0.21875,0.90625 0.29239,0.1926 0.88158,-0.12312 0.9375,-0.46875 0.0563,-0.3481 -0.364,-0.8795 -0.71875,-0.90625 z m 278.71875,0.46875 c -0.14254,0.0115 -0.28397,0.0409 -0.40625,0.0937 -1.12597,0.48693 -1.79301,2.85652 -0.8125,3.59375 0.40713,0.30612 1.00064,0.29648 1.59375,0.0937 0.10836,-0.037 0.20585,-0.10713 0.3125,-0.15625 0.28089,0.0872 0.53901,0.14079 0.78125,0.0625 0.60622,-0.19593 0.92193,-1.0947 0.84375,-1.84375 0.005,-0.0429 0.0307,-0.0822 0.0313,-0.125 0.013,-0.93247 -1.346,-1.7992 -2.34375,-1.71875 z M 287.5,464.75 c -0.30683,0.0155 -0.58819,0.12297 -0.71875,0.34375 -0.38552,0.6519 0.55868,1.9169 1.3125,1.84375 0.59146,-0.0574 1.01341,-1.10896 0.71875,-1.625 -0.0848,-0.1485 -0.22638,-0.24841 -0.40625,-0.34375 -0.2698,-0.143 -0.59942,-0.23424 -0.90625,-0.21875 z m 26.21875,1.4375 c -0.66962,-0.0409 -1.50239,0.31544 -1.5625,0.875 -0.0333,0.30979 0.14518,0.62691 0.4375,0.875 0.48719,0.41348 1.26908,0.66598 1.71875,0.40625 0.56451,-0.32607 0.49746,-1.58736 -0.0313,-1.96875 -0.15214,-0.10975 -0.33929,-0.17387 -0.5625,-0.1875 z m -40.75,0.84375 c -1.25325,0.009 -2.77155,0.79318 -2.8125,1.84375 -0.0227,0.58163 0.39241,1.13724 0.96875,1.5625 0.96057,0.70878 2.41363,1.07247 3.21875,0.53125 1.01074,-0.67944 0.75262,-3.01255 -0.28125,-3.65625 -0.2975,-0.18523 -0.676,-0.2842 -1.09375,-0.28125 z"
+         transform="translate(-664,122)"
+         id="path11924"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path12896"
+         transform="matrix(-0.22252016,-0.15712019,0.15712019,-0.22252016,-594.6446,237.45725)"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         style="fill:#6a1a00;fill-opacity:1;stroke:none"
+         sodipodi:nodetypes="ssssssssss" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path12898"
+         transform="matrix(-0.22252016,-0.15712019,0.15712019,-0.22252016,-154.59374,564.81825)"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         style="fill:#6c2700;fill-opacity:1;stroke:none"
+         sodipodi:nodetypes="ssssssssss" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path12900"
+         transform="matrix(-0.31018378,0.17753577,-0.17753577,-0.31018378,-349.39559,199.87175)"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         style="fill:#5e1900;fill-opacity:1;stroke:none"
+         sodipodi:nodetypes="ssssssssss" />
+      <path
+         sodipodi:nodetypes="ssssssssss"
+         style="fill:#5e1900;fill-opacity:1;stroke:none"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         transform="matrix(-0.31018378,0.17753577,-0.17753577,-0.31018378,-232.72297,390.08347)"
+         id="path12902"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path12904"
+         transform="matrix(-0.1861989,0.27208385,-0.27208385,-0.1861989,-26.059148,194.25976)"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z"
+         style="fill:#7a2e00;fill-opacity:1;stroke:none"
+         sodipodi:nodetypes="ssssssssss" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer2"
+     inkscape:label="Texture - dark"
+     style="opacity:0.05;display:inline;filter:url(#filter5050)"
+     sodipodi:insensitive="true">
+    <path
+       style="fill:#5c1700;fill-opacity:1;stroke:none;display:inline;filter:url(#filter3798-9-6)"
+       d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z m 23.03125,2.21875 c -0.20855,0.0125 -0.422025,0.0651 -0.625,0.125 -3.595981,1.06193 -4.509696,8.84736 -1.53125,11.125 2.336941,1.78708 7.483349,-0.57356 8.15625,-3.4375 0.726122,-3.09045 -2.871756,-8.00051 -6,-7.8125 z m -8,20.09375 c -0.588603,-0.0166 -1.141838,0.0278 -1.65625,0.1875 -3.575308,1.10998 -6.102219,7.81817 -3.625,10.625 3.157231,3.57732 12.973215,1.75326 14,-2.90625 0.811396,-3.68208 -4.59853,-7.78991 -8.71875,-7.90625 z"
+       transform="matrix(0.7435129,0,0,0.7435129,44.215632,-498.96923)"
+       id="path3849-7-6"
+       inkscape:connector-curvature="0"
+       inkscape:tile-cx="71.982756"
+       inkscape:tile-cy="-262.84567"
+       inkscape:tile-w="37.68481"
+       inkscape:tile-h="36.462386"
+       inkscape:tile-x0="53.140351"
+       inkscape:tile-y0="-281.07686" />
+    <g
+       id="g4806"
+       transform="translate(-55.116237,268.01258)">
+      <use
+         height="480"
+         width="640"
+         id="use4322"
+         transform="matrix(-0.49549656,-0.93964383,0.93964383,-0.49549656,439.15684,-395.32823)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4324"
+         transform="matrix(0.07871318,-1.2413859,1.2413859,0.07871318,522.11685,-123.56336)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4326"
+         transform="matrix(-0.12876386,-1.0660049,1.0660049,-0.12876386,480.19039,-164.12403)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84009974"
+         id="use4328"
+         transform="matrix(1.2958751,0.56342932,-0.56342932,1.2958751,-236.3647,270.65154)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88644254"
+         id="use4330"
+         transform="matrix(-0.05687933,-0.46067091,0.46067091,-0.05687933,241.70807,-111.71421)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4332"
+         transform="matrix(-0.73639792,1.0694615,-1.0694615,-0.73639792,-249.554,-420.88847)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4334"
+         transform="matrix(0.66393337,-0.90099733,0.90099733,0.66393337,352.07291,272.17493)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.8855358"
+         id="use4336"
+         transform="matrix(0.35801787,-0.3477097,0.3477097,0.35801787,183.72949,140.76935)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4338"
+         transform="matrix(1.4703193,-0.39603607,0.39603607,1.4703193,127.51647,587.91528)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4340"
+         transform="matrix(1.0849073,-1.0025712,1.0025712,1.0849073,351.06449,535.77451)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4342"
+         transform="matrix(1.1394684,-0.37327508,0.37327508,1.1394684,130.86188,538.21305)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76226902"
+         id="use4344"
+         transform="matrix(0.12983695,0.75636248,-0.75636248,0.12983695,-196.56091,130.22113)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.92173199"
+         id="use4346"
+         transform="matrix(1.2974092,0.67921753,-0.67921753,1.2974092,-266.67299,596.20409)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4348"
+         transform="matrix(-0.39978409,-1.2931019,1.2931019,-0.39978409,556.74135,164.20465)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4350"
+         transform="matrix(0.47430745,0.74735876,-0.74735876,0.47430745,-201.80638,-156.6079)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.78271999"
+         id="use4352"
+         transform="matrix(-0.8520669,0.91866401,-0.91866401,-0.8520669,-163.32404,-612.94176)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.77031053"
+         id="use4354"
+         transform="matrix(1.3331644,0.03311795,-0.03311795,1.3331644,8.100293,289.67953)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4356"
+         transform="matrix(0.26316817,-0.46916291,0.46916291,0.26316817,252.52715,-18.956444)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4358"
+         transform="matrix(-1.4891576,0.29602956,-0.29602956,-1.4891576,120.49675,-684.07663)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.83525468"
+         id="use4360"
+         transform="matrix(-0.56527911,0.41540442,-0.41540442,-0.56527911,-15.591773,-338.95255)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4362"
+         transform="matrix(0.2564247,-1.0274823,1.0274823,0.2564247,471.1351,131.69397)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4364"
+         transform="matrix(-0.84539415,0.12842205,-0.12842205,-0.84539415,135.6406,-321.61422)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4366"
+         transform="matrix(-0.64504009,-1.1098335,1.1098335,-0.64504009,572.43764,-121.85473)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9987574"
+         id="use4368"
+         transform="matrix(1.2460182,-0.54395803,0.54395803,1.2460182,232.06394,568.35569)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4370"
+         transform="matrix(-0.7241432,-0.88787195,0.88787195,-0.7241432,484.40683,-86.468661)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4372"
+         transform="matrix(0.34716647,0.78068464,-0.78068464,0.34716647,-206.52376,214.5054)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.87877401"
+         id="use4374"
+         transform="matrix(-0.1813159,-0.57952826,0.57952826,-0.1813159,332.72941,145.37611)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93778232"
+         id="use4376"
+         transform="matrix(-1.3098559,0.73813375,-0.73813375,-1.3098559,-76.045657,-328.15926)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.86907845"
+         id="use4378"
+         transform="matrix(0.49791682,-0.7798379,0.7798379,0.49791682,395.79294,-30.239005)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.99847388"
+         id="use4380"
+         transform="matrix(-1.3068774,-0.18831365,0.18831365,-1.3068774,307.68923,-687.71458)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75376772"
+         id="use4382"
+         transform="matrix(-0.51743878,0.3859433,-0.3859433,-0.51743878,58.417697,-404.98316)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.8608639"
+         id="use4384"
+         transform="matrix(-0.44764141,0.30019217,-0.30019217,-0.44764141,66.286876,-339.25464)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95020818"
+         id="use4386"
+         transform="matrix(0.59128584,-0.6604095,0.6604095,0.59128584,352.75036,148.34625)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75593357"
+         id="use4388"
+         transform="matrix(0.64314106,-1.2762033,1.2762033,0.64314106,555.86827,243.95747)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4390"
+         transform="matrix(0.28825618,-1.1778509,1.1778509,0.28825618,570.7316,137.69253)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4392"
+         transform="matrix(1.3396497,-0.10116436,0.10116436,1.3396497,87.185129,500.95436)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4394"
+         transform="matrix(-0.12585558,-0.6320794,0.6320794,-0.12585558,402.31358,30.04776)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4396"
+         transform="matrix(-0.77778553,0.03520016,-0.03520016,-0.77778553,200.14052,-212.56585)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76261686"
+         id="use4398"
+         transform="matrix(0.02987925,1.3829657,-1.3829657,0.02987925,-336.905,15.552277)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4400"
+         transform="matrix(-0.93204432,-0.04264138,0.04264138,-0.93204432,218.57876,-187.68476)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.85265192"
+         id="use4402"
+         transform="matrix(1.295154,0.298964,-0.298964,1.295154,-40.575281,622.24771)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.87667805"
+         id="use4404"
+         transform="matrix(-1.2270224,0.61705898,-0.61705898,-1.2270224,1.9948954,-281.51933)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4406"
+         transform="matrix(0.93258945,-0.72836501,0.72836501,0.93258945,386.2429,128.70493)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4408"
+         transform="matrix(0.19386699,-0.47440907,0.47440907,0.19386699,328.07788,-118.70954)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.98010463"
+         id="use4410"
+         transform="matrix(-1.4331498,0.25548626,-0.25548626,-1.4331498,203.03522,-736.04191)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4412"
+         transform="matrix(0.58689792,-0.64852267,0.64852267,0.58689792,363.05949,98.515106)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4414"
+         transform="matrix(0.24896647,1.2374881,-1.2374881,0.24896647,-292.95926,-125.83277)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4416"
+         transform="matrix(0.32264181,-0.80080774,0.80080774,0.32264181,454.24824,84.895389)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.97496302"
+         id="use4418"
+         transform="matrix(-0.17261795,-1.350883,1.350883,-0.17261795,697.50671,0.895454)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4420"
+         transform="matrix(-1.4198083,-0.02807741,0.02807741,-1.4198083,289.02623,-524.61169)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4422"
+         transform="matrix(0.32541992,-0.53976077,0.53976077,0.32541992,374.70079,172.6042)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.87834012"
+         id="use4424"
+         transform="matrix(-0.43633251,-0.6928267,0.6928267,-0.43633251,473.42539,-55.357734)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.82429115"
+         id="use4426"
+         transform="matrix(-0.11340906,-0.6334055,0.6334055,-0.11340906,441.62513,110.70052)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4428"
+         transform="matrix(-0.27530854,-0.37609001,0.37609001,-0.27530854,333.52591,63.415391)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.86589685"
+         id="use4430"
+         transform="matrix(1.1518315,0.61276756,-0.61276756,1.1518315,-116.22569,548.20866)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.82104797"
+         id="use4432"
+         transform="matrix(-0.23202948,1.2422874,-1.2422874,-0.23202948,-253.95579,37.807688)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.83606065"
+         id="use4434"
+         transform="matrix(-0.28903666,0.33042459,-0.33042459,-0.28903666,123.36402,-392.25764)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.85815136"
+         id="use4436"
+         transform="matrix(1.3795388,-0.12148563,0.12148563,1.3795388,155.85282,275.75521)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4438"
+         transform="matrix(0.45344498,0.318385,-0.318385,0.45344498,84.07648,-42.833612)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.79345129"
+         id="use4440"
+         transform="matrix(0.47715549,-0.70109592,0.70109592,0.47715549,426.73173,59.142377)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4442"
+         transform="matrix(-1.2466731,-0.13030376,0.13030376,-1.2466731,352.24815,-567.63521)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4444"
+         transform="matrix(0.60347477,0.18346398,-0.18346398,0.60347477,108.92216,133.29521)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4446"
+         transform="matrix(-0.36594531,0.77531299,-0.77531299,-0.36594531,-40.580073,-229.59388)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9720304"
+         id="use4448"
+         transform="matrix(-0.49633991,0.09676262,-0.09676262,-0.49633991,230.10299,-206.49096)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.97578831"
+         id="use4450"
+         transform="matrix(-0.52328602,-0.14281685,0.14281685,-0.52328602,306.60351,-148.92579)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.79036925"
+         id="use4452"
+         transform="matrix(-0.10742742,1.4671921,-1.4671921,-0.10742742,-288.13538,-90.290604)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4454"
+         transform="matrix(-0.00999331,-0.62348827,0.62348827,-0.00999331,454.16023,147.85204)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4456"
+         transform="matrix(-0.58564671,0.53220736,-0.53220736,-0.58564671,57.745132,-105.61543)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84516931"
+         id="use4458"
+         transform="matrix(-1.0709617,-0.42888132,0.42888132,-1.0709617,471.32586,-182.08983)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4460"
+         transform="matrix(-0.61562489,1.1436108,-1.1436108,-0.61562489,-135.32302,-91.189756)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4462"
+         transform="matrix(-0.62129904,1.1721625,-1.1721625,-0.62129904,-114.68958,-566.90436)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4464"
+         transform="matrix(-1.0212315,0.12637335,-0.12637335,-1.0212315,296.65391,-606.48393)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88791659"
+         id="use4466"
+         transform="matrix(-0.39299743,0.63334733,-0.63334733,-0.39299743,65.585253,-395.42235)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.8563522"
+         id="use4468"
+         transform="matrix(0.39190267,0.612803,-0.612803,0.39190267,-0.574575,-60.618891)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4470"
+         transform="matrix(0.33245155,-0.77876553,0.77876553,0.33245155,507.4526,70.539608)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4472"
+         transform="matrix(0.26627695,1.2779342,-1.2779342,0.26627695,-219.63656,-65.303853)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9821091"
+         id="use4474"
+         transform="matrix(0.63488607,-0.53959837,0.53959837,0.63488607,428.07357,230.01874)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88910175"
+         id="use4476"
+         transform="matrix(-0.00303229,-1.1485265,1.1485265,-0.00303229,686.03415,62.610653)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.92221668"
+         id="use4478"
+         transform="matrix(0.76430983,-1.3035665,1.3035665,0.76430983,686.92904,396.88957)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4480"
+         transform="matrix(-0.46482748,0.46668636,-0.46668636,-0.46482748,91.330823,-119.0163)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4482"
+         transform="matrix(-1.1717842,1.0693767,-1.0693767,-1.1717842,-32.740697,-397.79255)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4484"
+         transform="matrix(0.72633989,1.242471,-1.242471,0.72633989,-257.75589,308.35905)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.8716366"
+         id="use4486"
+         transform="matrix(0.35946148,1.1540984,-1.1540984,0.35946148,-178.54985,227.97225)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.77468657"
+         id="use4488"
+         transform="matrix(0.42447461,-0.06672348,0.06672348,0.42447461,266.70843,369.82061)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.96390357"
+         id="use4490"
+         transform="matrix(0.09985807,1.0298187,-1.0298187,0.09985807,-67.535236,-304.39646)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.97018463"
+         id="use4492"
+         transform="matrix(0.43711668,-0.11148789,0.11148789,0.43711668,317.26905,-69.886755)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84848788"
+         id="use4494"
+         transform="matrix(-0.36013394,-1.443009,1.443009,-0.36013394,855.49612,-212.7658)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4496"
+         transform="matrix(-0.53842792,1.1493449,-1.1493449,-0.53842792,-85.432072,-438.90578)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.90917023"
+         id="use4498"
+         transform="matrix(0.89976507,0.2374763,-0.2374763,0.89976507,131.9461,183.36503)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.77255022"
+         id="use4500"
+         transform="matrix(0.35053027,0.75109571,-0.75109571,0.35053027,2.0540868,-3.4403986)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88180177"
+         id="use4502"
+         transform="matrix(1.0277301,0.63734765,-0.63734765,1.0277301,0.408229,296.47751)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.99880802"
+         id="use4504"
+         transform="matrix(1.0544365,-0.08658357,0.08658357,1.0544365,268.81316,400.3115)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.82575684"
+         id="use4506"
+         transform="matrix(0.6182521,0.06828626,-0.06828626,0.6182521,244.36135,262.62054)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4508"
+         transform="matrix(-0.79701861,-1.2637827,1.2637827,-0.79701861,797.97906,-129.822)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.90080764"
+         id="use4510"
+         transform="matrix(0.67407354,-0.66127617,0.66127617,0.67407354,497.26312,382.03244)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9597907"
+         id="use4512"
+         transform="matrix(0.19999291,-0.70285783,0.70285783,0.19999291,552.0763,252.58446)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84212928"
+         id="use4514"
+         transform="matrix(0.9766247,-1.0761957,1.0761957,0.9766247,630.68796,609.97573)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4516"
+         transform="matrix(-0.69094945,-0.78738423,0.78738423,-0.69094945,679.79316,-455.4103)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4518"
+         transform="matrix(0.47358061,1.4817609,-1.4817609,0.47358061,-242.58298,-141.45007)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.92027139"
+         id="use4520"
+         transform="matrix(-0.268599,1.3663059,-1.3663059,-0.268599,-126.08249,-364.0113)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4522"
+         transform="matrix(-0.66002619,-0.75242051,0.75242051,-0.66002619,645.88969,-326.63672)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4524"
+         transform="matrix(0.26875621,-0.54349941,0.54349941,0.26875621,512.79078,20.898133)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.96581199"
+         id="use4526"
+         transform="matrix(0.83431284,0.79729627,-0.79729627,0.83431284,-13.471806,167.82679)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4528"
+         transform="matrix(-0.57369353,-0.71594605,0.71594605,-0.57369353,639.0783,-186.5919)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4530"
+         transform="matrix(1.3621619,0.07302921,-0.07302921,1.3621619,226.87662,487.50777)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4532"
+         transform="matrix(-0.44307973,-0.01716108,0.01716108,-0.44307973,373.7589,-125.94991)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88855334"
+         id="use4534"
+         transform="matrix(-0.41080685,-0.38172994,0.38172994,-0.41080685,508.3647,-57.709954)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4536"
+         transform="matrix(1.039139,-0.9370367,0.9370367,1.039139,604.48538,541.17496)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4538"
+         transform="matrix(-0.06254195,-0.42269374,0.42269374,-0.06254195,498.09157,137.89441)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4540"
+         transform="matrix(-1.1203376,-0.13083119,0.13083119,-1.1203376,464.76022,-231.43128)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75778964"
+         id="use4542"
+         transform="matrix(0.23935592,-0.67851241,0.67851241,0.23935592,543.56189,346.40997)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4544"
+         transform="matrix(0.30367887,0.86567006,-0.86567006,0.30367887,46.368106,-202.41451)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75445784"
+         id="use4546"
+         transform="matrix(0.17082348,0.57160016,-0.57160016,0.17082348,149.3445,-201.5607)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.77829518"
+         id="use4548"
+         transform="matrix(-1.1012456,-0.46298266,0.46298266,-1.1012456,630.42499,-549.34044)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88960984"
+         id="use4550"
+         transform="matrix(0.71983172,-0.3655201,0.3655201,0.71983172,462.54717,148.02325)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88434131"
+         id="use4552"
+         transform="matrix(-0.47700599,-0.69745073,0.69745073,-0.47700599,654.12202,-240.91248)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93318619"
+         id="use4554"
+         transform="matrix(0.09342647,-0.70609008,0.70609008,0.09342647,622.9829,11.9352)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4556"
+         transform="matrix(0.8366592,0.00200499,-0.00200499,0.8366592,300.79728,255.52111)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4558"
+         transform="matrix(0.71243956,-0.4934177,0.4934177,0.71243956,503.45171,271.40551)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9482213"
+         id="use4560"
+         transform="matrix(0.95147045,1.2070486,-1.2070486,0.95147045,-139.28974,298.76143)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4562"
+         transform="matrix(-0.48135337,-0.12793729,0.12793729,-0.48135337,454.37718,-93.143152)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.81772407"
+         id="use4564"
+         transform="matrix(0.75987519,0.02181861,-0.02181861,0.75987519,316.78703,381.75683)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84442444"
+         id="use4566"
+         transform="matrix(1.3032022,0.72088661,-0.72088661,1.3032022,27.819696,562.63623)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.79612708"
+         id="use4568"
+         transform="matrix(0.79666179,-0.45390969,0.45390969,0.79666179,468.409,489.046)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.78089953"
+         id="use4570"
+         transform="matrix(-0.31615426,0.35908946,-0.35908946,-0.31615426,258.99278,61.485513)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4572"
+         transform="matrix(0.00218979,-0.87108801,0.87108801,0.00218979,730.33847,-204.87021)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84867099"
+         id="use4574"
+         transform="matrix(0.13370958,1.4276482,-1.4276482,0.13370958,-104.42086,-282.65976)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88434448"
+         id="use4576"
+         transform="matrix(-0.54216487,-0.51472,0.51472,-0.54216487,632.82743,-354.3769)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.81949008"
+         id="use4578"
+         transform="matrix(-0.72190674,-0.84341335,0.84341335,-0.72190674,774.8434,-355.20539)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4580"
+         transform="matrix(-0.76409267,0.48943914,-0.48943914,-0.76409267,274.68639,-420.77976)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.90763107"
+         id="use4582"
+         transform="matrix(-1.1055882,0.93839177,-0.93839177,-1.1055882,146.96061,-554.49822)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.83445219"
+         id="use4584"
+         transform="matrix(0.39590296,-1.3933258,1.3933258,0.39590296,877.17902,207.48589)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4586"
+         transform="matrix(0.01279363,0.82841167,-0.82841167,0.01279363,100.23147,-52.778213)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95280211"
+         id="use4588"
+         transform="matrix(-0.04299232,-0.53422271,0.53422271,-0.04299232,614.82929,53.063657)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.89126084"
+         id="use4590"
+         transform="matrix(0.66791841,0.83891804,-0.83891804,0.66791841,54.715816,244.62778)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.81123143"
+         id="use4592"
+         transform="matrix(1.1024875,0.43319499,-0.43319499,1.1024875,173.71551,464.41819)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4594"
+         transform="matrix(-0.0886676,-0.47882139,0.47882139,-0.0886676,600.97634,150.49083)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.78833415"
+         id="use4596"
+         transform="matrix(-0.31486396,-0.67965703,0.67965703,-0.31486396,669.60704,119.54993)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4598"
+         transform="matrix(-0.93947529,0.90237934,-0.90237934,-0.93947529,179.13058,-672.60054)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4600"
+         transform="matrix(1.2011792,0.37717869,-0.37717869,1.2011792,238.76224,163.53169)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.92827675"
+         id="use4602"
+         transform="matrix(1.2606126,0.49988799,-0.49988799,1.2606126,180.56449,222.69422)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.78797063"
+         id="use4604"
+         transform="matrix(-0.0419902,-0.71058242,0.71058242,-0.0419902,702.49946,-129.09625)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4606"
+         transform="matrix(-0.94784018,-1.2629653,1.2629653,-0.94784018,973.82728,-369.20274)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4608"
+         transform="matrix(0.10173123,0.83256639,-0.83256639,0.10173123,154.386,-96.65715)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.85634448"
+         id="use4610"
+         transform="matrix(0.62945632,-0.74275439,0.74275439,0.62945632,663.56826,229.52505)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4612"
+         transform="matrix(1.0328365,0.94443405,-0.94443405,1.0328365,24.745556,290.08282)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.90348451"
+         id="use4614"
+         transform="matrix(-0.3527681,-0.42691813,0.42691813,-0.3527681,616.93613,-81.281711)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4616"
+         transform="matrix(0.54921376,-0.67828074,0.67828074,0.54921376,657.43899,312.10531)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4618"
+         transform="matrix(-1.2786636,0.64726954,-0.64726954,-1.2786636,313.44881,-409.68057)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4620"
+         transform="matrix(0.34897622,0.84823515,-0.84823515,0.34897622,113.02531,205.56305)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.82587059"
+         id="use4622"
+         transform="matrix(-0.37110886,-1.5540298,1.5540298,-0.37110886,1029.5613,149.16995)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75125116"
+         id="use4624"
+         transform="matrix(-0.18519998,1.5415791,-1.5415791,-0.18519998,-78.663443,26.180532)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4626"
+         transform="matrix(0.30953982,-0.39316389,0.39316389,0.30953982,614.54739,-134.83485)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4628"
+         transform="matrix(-0.33214263,0.4525643,-0.4525643,-0.33214263,354.46597,-378.49105)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4630"
+         transform="matrix(-0.64213438,1.1737099,-1.1737099,-0.64213438,98.046082,-494.87978)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.78877312"
+         id="use4632"
+         transform="matrix(0.68365747,1.108224,-1.108224,0.68365747,52.93132,15.312661)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95680309"
+         id="use4634"
+         transform="matrix(-1.3533808,-0.13992637,0.13992637,-1.3533808,625.22774,-592.46402)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4636"
+         transform="matrix(0.58052904,0.50930193,-0.50930193,0.58052904,265.36002,84.279681)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75149554"
+         id="use4638"
+         transform="matrix(0.04092701,0.57136884,-0.57136884,0.04092701,266.42971,-65.501289)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4640"
+         transform="matrix(-0.00132887,1.0767389,-1.0767389,-0.00132887,81.911812,-88.902896)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.78854933"
+         id="use4642"
+         transform="matrix(0.26289143,0.44227182,-0.44227182,0.26289143,291.61411,92.986342)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.97923111"
+         id="use4644"
+         transform="matrix(-0.39042693,0.77048703,-0.77048703,-0.39042693,238.32692,-131.92035)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.83694273"
+         id="use4646"
+         transform="matrix(-0.79560289,-0.13442988,0.13442988,-0.79560289,606.72578,-168.32923)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4648"
+         transform="matrix(0.37454358,-0.59717968,0.59717968,0.37454358,669.2297,315.26295)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.83906836"
+         id="use4650"
+         transform="matrix(0.88135752,1.0507357,-1.0507357,0.88135752,34.408294,416.43334)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4652"
+         transform="matrix(-1.1961859,-0.52265031,0.52265031,-1.1961859,779.71196,-191.66902)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4654"
+         transform="matrix(-0.76659536,0.94092509,-0.94092509,-0.76659536,222.36787,-594.96049)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76982883"
+         id="use4656"
+         transform="matrix(0.18536238,-0.39937132,0.39937132,0.18536238,655.07036,-121.51023)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4658"
+         transform="matrix(-0.63409992,-0.99202169,0.99202169,-0.63409992,929.71004,-345.46522)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4660"
+         transform="matrix(-0.29286284,-0.51824078,0.51824078,-0.29286284,743.56264,-231.09533)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4662"
+         transform="matrix(-0.80508384,-0.77790157,0.77790157,-0.80508384,864.53768,-360.96921)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.87191162"
+         id="use4664"
+         transform="matrix(1.2839453,0.64284729,-0.64284729,1.2839453,201.90526,342.025)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.82839146"
+         id="use4666"
+         transform="matrix(1.0868717,0.77110079,-0.77110079,1.0868717,140.47619,283.67182)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4668"
+         transform="matrix(0.9790931,-0.32404985,0.32404985,0.9790931,559.17234,365.44736)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4670"
+         transform="matrix(-1.4185931,0.57806723,-0.57806723,-1.4185931,404.94589,-529.40476)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.8003695"
+         id="use4672"
+         transform="matrix(-0.69301372,-0.55403305,0.55403305,-0.69301372,780.84197,-146.95318)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4674"
+         transform="matrix(-0.35893422,-0.80457028,0.80457028,-0.35893422,845.89313,29.345704)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93780769"
+         id="use4676"
+         transform="matrix(-0.24991952,-0.49233893,0.49233893,-0.24991952,729.19725,67.727295)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75995908"
+         id="use4678"
+         transform="matrix(-0.13888383,-1.4136811,1.4136811,-0.13888383,1049.4884,209.86652)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4680"
+         transform="matrix(0.49365496,-0.48758332,0.48758332,0.49365496,674.38743,418.88213)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4682"
+         transform="matrix(-0.66277498,1.4138806,-1.4138806,-0.66277498,85.139258,-585.17133)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.92767962"
+         id="use4684"
+         transform="matrix(0.36326337,-0.31224471,0.31224471,0.36326337,653.04517,-62.112628)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95669981"
+         id="use4686"
+         transform="matrix(-0.18613263,-0.56114452,0.56114452,-0.18613263,780.10692,-222.11404)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.96598343"
+         id="use4688"
+         transform="matrix(-0.33760905,0.22950304,-0.22950304,-0.33760905,499.26038,-310.01727)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4690"
+         transform="matrix(0.56569779,-0.35280995,0.35280995,0.56569779,654.99203,121.36211)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.79375574"
+         id="use4692"
+         transform="matrix(-0.66961781,0.42499001,-0.42499001,-0.66961781,462.74879,-351.53237)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4694"
+         transform="matrix(1.0575106,0.30668613,-0.30668613,1.0575106,372.17156,322.18399)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4696"
+         transform="matrix(-1.4914855,-0.51715384,0.51715384,-1.4914855,843.0183,-506.8652)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9860032"
+         id="use4698"
+         transform="matrix(1.3190616,0.5888047,-0.5888047,1.3190616,262.30205,464.85388)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4700"
+         transform="matrix(0.06176337,-0.50018792,0.50018792,0.06176337,737.0684,125.66494)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4702"
+         transform="matrix(-1.2486096,-0.30270736,0.30270736,-1.2486096,769.01248,-339.9275)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.7595599"
+         id="use4704"
+         transform="matrix(0.03967142,0.98395186,-0.98395186,0.03967142,209.98063,71.056317)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93344535"
+         id="use4706"
+         transform="matrix(1.1134214,-0.91636125,0.91636125,1.1134214,826.63288,642.52142)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4708"
+         transform="matrix(-0.02549782,0.56619071,-0.56619071,-0.02549782,361.60873,145.42022)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9811478"
+         id="use4710"
+         transform="matrix(1.3413345,0.31959989,-0.31959989,1.3413345,388.41314,212.08381)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4712"
+         transform="matrix(-0.66405392,1.2393966,-1.2393966,-0.66405392,188.81329,-540.01233)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.86894878"
+         id="use4714"
+         transform="matrix(0.1440624,0.85401159,-0.85401159,0.1440624,266.39571,-186.53346)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4716"
+         transform="matrix(0.8708713,-0.77217034,0.77217034,0.8708713,803.32268,224.58895)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75774829"
+         id="use4718"
+         transform="matrix(1.3288686,-0.2238737,0.2238737,1.3288686,589.26889,372.42455)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.87920089"
+         id="use4720"
+         transform="matrix(-0.45171724,1.1634008,-1.1634008,-0.45171724,220.04696,-335.37216)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.92122366"
+         id="use4722"
+         transform="matrix(0.34509771,-0.48020635,0.48020635,0.34509771,750.37796,108.02794)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4724"
+         transform="matrix(-0.3426618,-0.75036708,0.75036708,-0.3426618,900.6561,-85.881351)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4726"
+         transform="matrix(-0.29856463,0.40794789,-0.40794789,-0.29856463,481.14707,-96.696364)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4728"
+         transform="matrix(0.44928377,1.0472652,-1.0472652,0.44928377,177.81312,159.32391)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4730"
+         transform="matrix(-0.32398893,0.46961469,-0.46961469,-0.32398893,457.71997,-53.875863)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4732"
+         transform="matrix(0.34904254,-1.3876995,1.3876995,0.34904254,1086.2406,365.60309)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4734"
+         transform="matrix(-0.05194688,-0.73424666,0.73424666,-0.05194688,870.83178,206.66673)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76225382"
+         id="use4736"
+         transform="matrix(-1.0281673,-0.44956497,0.44956497,-1.0281673,832.21469,-125.43789)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.87140198"
+         id="use4738"
+         transform="matrix(0.52397444,-0.24800487,0.24800487,0.52397444,685.5724,-68.430354)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.81593754"
+         id="use4740"
+         transform="matrix(0.72498293,-1.1815976,1.1815976,0.72498293,1011.332,138.98815)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75142397"
+         id="use4742"
+         transform="matrix(-0.1278243,0.4237529,-0.4237529,-0.1278243,475.17661,-264.05543)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76304303"
+         id="use4744"
+         transform="matrix(-0.43821577,0.40745292,-0.40745292,-0.43821577,518.30983,-352.5819)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95095412"
+         id="use4746"
+         transform="matrix(-0.1963346,0.59202563,-0.59202563,-0.1963346,429.21561,-230.02229)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4748"
+         transform="matrix(0.37864757,0.32928747,-0.32928747,0.37864757,495.82684,21.657646)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4750"
+         transform="matrix(-0.41254895,-1.0672302,1.0672302,-0.41254895,1058.9104,-122.95676)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4752"
+         transform="matrix(-0.50113461,-1.1770717,1.1770717,-0.50113461,1110.0791,-100.95059)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4754"
+         transform="matrix(0.80906902,0.02532148,-0.02532148,0.80906902,553.39143,312.62639)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.85902991"
+         id="use4756"
+         transform="matrix(-1.5607074,-0.08905738,0.08905738,-1.5607074,777.09789,-502.89071)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88991286"
+         id="use4758"
+         transform="matrix(0.45277189,0.64028177,-0.64028177,0.45277189,372.20694,224.47207)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76468835"
+         id="use4760"
+         transform="matrix(-0.67114953,0.32382471,-0.32382471,-0.67114953,571.48711,-135.63563)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.86424249"
+         id="use4762"
+         transform="matrix(-0.82077356,0.10766731,-0.10766731,-0.82077356,660.29051,-145.32647)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4764"
+         transform="matrix(-0.13175544,1.2501781,-1.2501781,-0.13175544,194.39506,64.03713)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4766"
+         transform="matrix(0.4905154,-0.60983504,0.60983504,0.4905154,858.83579,-57.89276)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84525338"
+         id="use4768"
+         transform="matrix(-0.69209802,-1.1972413,1.1972413,-0.69209802,1152.2792,-405.93201)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.98889196"
+         id="use4770"
+         transform="matrix(1.166979,-0.61165866,0.61165866,1.166979,805.19253,285.82134)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4772"
+         transform="matrix(-0.27180916,0.99059169,-0.99059169,-0.27180916,354.87075,-324.95029)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4774"
+         transform="matrix(-1.2887504,-0.87781229,0.87781229,-1.2887504,1078.4295,-535.80685)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4776"
+         transform="matrix(-0.57083272,1.1644074,-1.1644074,-0.57083272,301.49706,-376.06435)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4778"
+         transform="matrix(-0.26930894,-1.1288391,1.1288391,-0.26930894,1094.6942,-56.648357)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4780"
+         transform="matrix(0.47888252,0.62403334,-0.62403334,0.47888252,421.5777,121.67709)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.97545328"
+         id="use4782"
+         transform="matrix(0.69646988,-0.58059104,0.58059104,0.69646988,822.95542,316.00114)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.82720241"
+         id="use4784"
+         transform="matrix(-0.33268561,-1.4705516,1.4705516,-0.33268561,1238.2103,40.25673)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4786"
+         transform="matrix(1.0846932,0.41827009,-0.41827009,1.0846932,437.28923,473.32454)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.80155131"
+         id="use4788"
+         transform="matrix(0.17350666,0.40033988,-0.40033988,0.17350666,509.28946,165.33282)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91388705"
+         id="use4790"
+         transform="matrix(0.64526523,1.4203668,-1.4203668,0.64526523,114.38157,295.23642)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91645227"
+         id="use4792"
+         transform="matrix(-0.27059209,1.5411062,-1.5411062,-0.27059209,149.55062,-10.544682)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4794"
+         transform="matrix(0.53026156,1.0565485,-1.0565485,0.53026156,289.38056,-158.52493)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4796"
+         transform="matrix(0.40544789,-0.29798891,0.29798891,0.40544789,790.12647,-64.89134)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4798"
+         transform="matrix(0.82245926,0.49437698,-0.49437698,0.82245926,469.92417,76.263623)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4800"
+         transform="matrix(-0.2550669,0.50192416,-0.50192416,-0.2550669,532.08656,-266.21549)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use4802"
+         transform="matrix(-0.1533749,-0.88015164,0.88015164,-0.1533749,1023.6683,-113.1325)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.81192418"
+         id="use4804"
+         transform="matrix(0.18210038,-0.5068675,0.5068675,0.18210038,870.88502,126.70558)"
+         xlink:href="#path3849-7-6"
+         inkscape:tiled-clone-of="#path3849-7-6"
+         y="0"
+         x="0" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="Texture - light"
+     style="opacity:0.05;display:inline;filter:url(#filter4294)"
+     sodipodi:insensitive="true">
+    <path
+       style="fill:#5c1700;fill-opacity:1;stroke:none;display:inline;filter:url(#filter3798-9)"
+       d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z m 23.03125,2.21875 c -0.20855,0.0125 -0.422025,0.0651 -0.625,0.125 -3.595981,1.06193 -4.509696,8.84736 -1.53125,11.125 2.336941,1.78708 7.483349,-0.57356 8.15625,-3.4375 0.726122,-3.09045 -2.871756,-8.00051 -6,-7.8125 z m -8,20.09375 c -0.588603,-0.0166 -1.141838,0.0278 -1.65625,0.1875 -3.575308,1.10998 -6.102219,7.81817 -3.625,10.625 3.157231,3.57732 12.973215,1.75326 14,-2.90625 0.811396,-3.68208 -4.59853,-7.78991 -8.71875,-7.90625 z"
+       transform="matrix(0.7435129,0,0,0.7435129,133.23288,-419.12356)"
+       id="path3849-7"
+       inkscape:connector-curvature="0"
+       inkscape:tile-cx="166"
+       inkscape:tile-cy="-251"
+       inkscape:tile-w="37.68481"
+       inkscape:tile-h="36.462386"
+       inkscape:tile-x0="147.1576"
+       inkscape:tile-y0="-269.23119" />
+    <g
+       id="g19991"
+       transform="translate(-154.82859,259.90066)">
+      <path
+         inkscape:tile-y0="-79.23119"
+         inkscape:tile-x0="353.1576"
+         inkscape:tile-h="36.462386"
+         inkscape:tile-w="37.68481"
+         inkscape:tile-cy="-60.999997"
+         inkscape:tile-cx="372"
+         inkscape:connector-curvature="0"
+         id="path3849"
+         transform="matrix(0.7435129,0,0,0.7435129,344.23288,-417.12356)"
+         d="m 19.53125,158.5625 c -3.008318,-0.0484 -6.483909,1.36735 -7.34375,3.65625 -1.079435,2.87345 2.811524,7.28617 5.875,7.09375 3.526157,-0.22149 7.656899,-5.98345 5.71875,-8.9375 -0.804773,-1.2266 -2.445009,-1.78347 -4.25,-1.8125 z m 14.03125,14.03125 c -6.794294,0.27344 -14.838192,4.75704 -14.875,10.46875 -0.05434,8.43257 16.189425,15.42956 23.03125,10.5 5.368217,-3.86782 3.602502,-16.43737 -2.125,-19.75 -1.648134,-0.95323 -3.766485,-1.3099 -6.03125,-1.21875 z m 23.03125,2.21875 c -0.20855,0.0125 -0.422025,0.0651 -0.625,0.125 -3.595981,1.06193 -4.509696,8.84736 -1.53125,11.125 2.336941,1.78708 7.483349,-0.57356 8.15625,-3.4375 0.726122,-3.09045 -2.871756,-8.00051 -6,-7.8125 z m -8,20.09375 c -0.588603,-0.0166 -1.141838,0.0278 -1.65625,0.1875 -3.575308,1.10998 -6.102219,7.81817 -3.625,10.625 3.157231,3.57732 12.973215,1.75326 14,-2.90625 0.811396,-3.68208 -4.59853,-7.78991 -8.71875,-7.90625 z"
+         style="opacity:0.05;fill:#5c1700;fill-opacity:1;stroke:none;display:inline;filter:url(#filter3798)" />
+      <use
+         height="480"
+         width="640"
+         id="use19512"
+         transform="matrix(0.32807579,0.32083992,-0.32083992,0.32807579,24.205221,-195.15929)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95110689"
+         id="use19514"
+         transform="matrix(-1.1341353,-0.16218427,0.16218427,-1.1341353,379.29129,-506.35233)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19516"
+         transform="matrix(-0.42870638,-0.16892173,0.16892173,-0.42870638,290.70231,-265.61196)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19518"
+         transform="matrix(-0.01523418,0.44851182,-0.44851182,-0.01523418,27.099902,-213.03571)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19520"
+         transform="matrix(-1.2092639,-0.02594657,0.02594657,-1.2092639,371.2742,-436.60383)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.83928971"
+         id="use19522"
+         transform="matrix(-0.14911365,0.7183162,-0.7183162,-0.14911365,-3.6012206,-227.54197)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19524"
+         transform="matrix(-1.0007577,-0.08894647,0.08894647,-1.0007577,370.06279,-315.07426)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.80896612"
+         id="use19526"
+         transform="matrix(-0.79035867,-0.11724459,0.11724459,-0.79035867,340.14239,-191.49404)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.98772302"
+         id="use19528"
+         transform="matrix(0.10805335,-0.49695906,0.49695906,0.10805335,306.34598,164.5065)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9120478"
+         id="use19530"
+         transform="matrix(-1.2190644,-0.67483635,0.67483635,-1.2190644,541.53426,-163.42117)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19532"
+         transform="matrix(1.0818527,-0.85639603,0.85639603,1.0818527,244.28726,571.30378)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19534"
+         transform="matrix(0.54698577,0.78966213,-0.78966213,0.54698577,-131.14665,183.01163)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19536"
+         transform="matrix(0.28090058,-0.54584281,0.54584281,0.28090058,266.89943,351.46674)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19538"
+         transform="matrix(-0.48675016,-0.86771138,0.86771138,-0.48675016,477.77471,228.63088)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19540"
+         transform="matrix(-0.73424935,-1.3260713,1.3260713,-0.73424935,690.25245,-244.09952)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19542"
+         transform="matrix(0.16170096,-0.78230608,0.78230608,0.16170096,385.59646,-46.896665)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19544"
+         transform="matrix(-0.30551187,-0.46291847,0.46291847,-0.30551187,389.21104,-209.32766)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75930888"
+         id="use19546"
+         transform="matrix(0.46087722,1.4501893,-1.4501893,0.46087722,-281.98116,-252.60715)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19548"
+         transform="matrix(-0.13469694,-1.5735491,1.5735491,-0.13469694,682.28254,114.67442)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95175326"
+         id="use19550"
+         transform="matrix(0.10830852,1.3287748,-1.3287748,0.10830852,-185.10596,-247.69765)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.80726606"
+         id="use19552"
+         transform="matrix(-0.16934236,0.61129032,-0.61129032,-0.16934236,53.683739,-178.40545)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.85237361"
+         id="use19554"
+         transform="matrix(0.64720034,0.94497707,-0.94497707,0.64720034,-165.43993,25.955612)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19556"
+         transform="matrix(-0.76124066,0.42840832,-0.42840832,-0.76124066,196.42574,-243.25577)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19558"
+         transform="matrix(0.59403303,0.14123396,-0.14123396,0.59403303,72.839558,211.04123)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19560"
+         transform="matrix(-0.20230678,1.4345984,-1.4345984,-0.20230678,-175.43364,-183.0118)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95055913"
+         id="use19562"
+         transform="matrix(-0.16477636,1.3951871,-1.3951871,-0.16477636,-162.73708,-119.53886)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19564"
+         transform="matrix(-0.84157624,0.65218984,-0.65218984,-0.84157624,142.51579,-158.88602)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.92166431"
+         id="use19566"
+         transform="matrix(-1.1629635,0.89859643,-0.89859643,-1.1629635,124.77171,-263.13987)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19568"
+         transform="matrix(-0.84865695,0.3216515,-0.3216515,-0.84865695,303.90141,-541.71311)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.82795308"
+         id="use19570"
+         transform="matrix(-0.89081108,-1.1580517,1.1580517,-0.89081108,711.92218,-291.17136)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19572"
+         transform="matrix(0.60881687,-0.05010945,0.05010945,0.60881687,164.35283,0.74699079)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19574"
+         transform="matrix(0.08384223,1.1048183,-1.1048183,0.08384223,-92.110782,-292.40829)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19576"
+         transform="matrix(0.54865459,-0.47214175,0.47214175,0.54865459,305.14839,142.69858)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19578"
+         transform="matrix(-0.95274173,-0.51289776,0.51289776,-0.95274173,544.35092,-256.3884)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19580"
+         transform="matrix(0.81776125,0.4784339,-0.4784339,0.81776125,-22.492002,125.47733)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.7507937"
+         id="use19582"
+         transform="matrix(0.88601097,1.2965993,-1.2965993,0.88601097,-278.03585,58.957052)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19584"
+         transform="matrix(0.59858066,-0.394197,0.394197,0.59858066,273.00014,279.46154)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93985566"
+         id="use19586"
+         transform="matrix(0.15725218,-0.38387557,0.38387557,0.15725218,317.2883,173.23684)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95041414"
+         id="use19588"
+         transform="matrix(-0.27918655,-0.79321546,0.79321546,-0.27918655,511.61841,160.95034)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19590"
+         transform="matrix(-0.96242106,0.04020588,-0.04020588,-0.96242106,400.81295,-120.47465)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.80972829"
+         id="use19592"
+         transform="matrix(-1.0904036,1.0002242,-1.0002242,-1.0904036,139.68146,-283.21838)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19594"
+         transform="matrix(-0.45092045,1.0002127,-1.0002127,-0.45092045,38.948234,-66.444828)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.8449202"
+         id="use19596"
+         transform="matrix(-0.941073,0.3246073,-0.3246073,-0.941073,331.24252,-586.92599)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.92110159"
+         id="use19598"
+         transform="matrix(-0.72182004,-0.25714124,0.25714124,-0.72182004,475.04543,-380.72385)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.8877661"
+         id="use19600"
+         transform="matrix(0.08654706,0.69537191,-0.69537191,0.08654706,80.639635,-268.04)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9470164"
+         id="use19602"
+         transform="matrix(-0.54448126,1.2376208,-1.2376208,-0.54448126,43.706493,-477.3593)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19604"
+         transform="matrix(1.0884499,-0.97089201,0.97089201,1.0884499,372.61373,349.36584)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19606"
+         transform="matrix(-0.89951237,-0.01474033,0.01474033,-0.89951237,419.36117,-313.57728)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.88255944"
+         id="use19608"
+         transform="matrix(1.1930848,0.47598556,-0.47598556,1.1930848,-37.921042,234.44506)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.98217157"
+         id="use19610"
+         transform="matrix(0.40750901,-0.94176664,0.94176664,0.40750901,475.63012,271.49949)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.86631218"
+         id="use19612"
+         transform="matrix(-0.33880974,0.36536599,-0.36536599,-0.33880974,221.92727,-131.25941)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19614"
+         transform="matrix(1.274049,0.07636438,-0.07636438,1.274049,38.07426,429.34852)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19616"
+         transform="matrix(0.20373121,-0.34720613,0.34720613,0.20373121,353.27823,222.72707)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.80215077"
+         id="use19618"
+         transform="matrix(-0.21895827,-0.64588141,0.64588141,-0.21895827,514.96001,182.47878)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.752497"
+         id="use19620"
+         transform="matrix(-1.4089697,0.66637658,-0.66637658,-1.4089697,322.75055,-326.12522)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19622"
+         transform="matrix(0.32878256,-0.53138037,0.53138037,0.32878256,378.89008,385.6336)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.85181986"
+         id="use19624"
+         transform="matrix(-0.57494896,0.28545248,-0.28545248,-0.57494896,324.21678,-472.28744)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.96368977"
+         id="use19626"
+         transform="matrix(-0.43464061,-0.69275103,0.69275103,-0.43464061,585.50157,-245.93623)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.94423583"
+         id="use19628"
+         transform="matrix(-0.60712918,-0.459306,0.459306,-0.60712918,514.11137,-261.52959)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19630"
+         transform="matrix(1.1197842,0.74371364,-0.74371364,1.1197842,-61.932556,33.915695)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19632"
+         transform="matrix(-0.52192692,0.20349234,-0.20349234,-0.52192692,355.41291,-278.65286)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19634"
+         transform="matrix(-0.24565842,1.2950605,-1.2950605,-0.24565842,-11.021878,-356.76096)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19636"
+         transform="matrix(-1.5746492,-0.1116509,0.1116509,-1.5746492,615.60214,-453.666)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19638"
+         transform="matrix(1.5330336,-0.16840792,0.16840792,1.5330336,117.28232,477.73093)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93702075"
+         id="use19640"
+         transform="matrix(-0.07124415,1.1637135,-1.1637135,-0.07124415,-17.716343,-152.54312)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95344795"
+         id="use19642"
+         transform="matrix(0.32909063,0.58303255,-0.58303255,0.32909063,116.36573,63.336045)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19644"
+         transform="matrix(1.1283958,-1.0334098,1.0334098,1.1283958,428.43168,587.32323)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9402038"
+         id="use19646"
+         transform="matrix(0.4515901,-0.46194176,0.46194176,0.4515901,388.46552,341.85692)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19648"
+         transform="matrix(1.3378783,0.49333132,-0.49333132,1.3378783,-36.420522,500.91325)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19650"
+         transform="matrix(-0.65999715,-0.10597094,0.10597094,-0.65999715,462.67752,54.491661)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19652"
+         transform="matrix(-0.41062312,-0.69213038,0.69213038,-0.41062312,619.71534,-266.58124)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19654"
+         transform="matrix(-0.41561815,0.31283985,-0.31283985,-0.41561815,317.98079,-376.40923)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19656"
+         transform="matrix(-0.54371565,0.58858113,-0.58858113,-0.54371565,285.62241,-424.06958)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19658"
+         transform="matrix(1.0609349,-0.50184934,0.50184934,1.0609349,312.05976,257.47642)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19660"
+         transform="matrix(1.3351134,0.45657546,-0.45657546,1.3351134,15.747257,209.96678)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93912916"
+         id="use19662"
+         transform="matrix(-0.60836164,-0.79620064,0.79620064,-0.60836164,680.41118,-117.50193)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9797018"
+         id="use19664"
+         transform="matrix(-0.48132816,-0.20525812,0.20525812,-0.48132816,497.49875,-121.028)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.90362872"
+         id="use19666"
+         transform="matrix(-1.375762,0.07010189,-0.07010189,-1.375762,557.65482,-388.42804)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19668"
+         transform="matrix(0.04965022,-1.0379585,1.0379585,0.04965022,649.43708,221.56459)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.79659585"
+         id="use19670"
+         transform="matrix(0.76266609,0.22128279,-0.22128279,0.76266609,180.47647,245.11382)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91892245"
+         id="use19672"
+         transform="matrix(0.68511065,0.14752005,-0.14752005,0.68511065,201.09311,283.37674)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.98786005"
+         id="use19674"
+         transform="matrix(0.62968059,-0.40631143,0.40631143,0.62968059,393.13527,410.77175)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19676"
+         transform="matrix(-0.08511112,1.4738427,-1.4738427,-0.08511112,-62.676644,-93.605976)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19678"
+         transform="matrix(0.22874792,-0.37861413,0.37861413,0.22874792,440.96226,339.01964)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.96171719"
+         id="use19680"
+         transform="matrix(0.0652633,1.0271394,-1.0271394,0.0652633,98.079704,-398.0601)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19682"
+         transform="matrix(1.2251946,1.0138148,-1.0138148,1.2251946,-104.07959,-26.944093)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19684"
+         transform="matrix(-0.01896196,-0.43943402,0.43943402,-0.01896196,522.89087,-113.29562)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91184238"
+         id="use19686"
+         transform="matrix(-0.98162097,0.76865159,-0.76865159,-0.98162097,342.71149,-553.89782)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19688"
+         transform="matrix(-1.1166611,0.70972915,-0.70972915,-1.1166611,362.7902,-548.58242)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.81117362"
+         id="use19690"
+         transform="matrix(0.52411879,1.2120902,-1.2120902,0.52411879,-33.409624,-119.17312)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19692"
+         transform="matrix(0.30124215,-0.83642869,0.83642869,0.30124215,558.84491,186.70428)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19694"
+         transform="matrix(1.0311908,0.14938368,-0.14938368,1.0311908,176.74892,263.98223)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19696"
+         transform="matrix(-0.13713952,1.0525708,-1.0525708,-0.13713952,130.13725,-165.61881)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76492621"
+         id="use19698"
+         transform="matrix(-0.36552317,0.32667855,-0.32667855,-0.36552317,352.36917,-67.306195)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19700"
+         transform="matrix(0.91446505,0.3381128,-0.3381128,0.91446505,154.54253,321.81692)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76195577"
+         id="use19702"
+         transform="matrix(0.24497865,0.32387643,-0.32387643,0.24497865,244.7769,161.13675)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19704"
+         transform="matrix(-0.5910516,0.55725463,-0.55725463,-0.5910516,327.26576,-67.444894)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19706"
+         transform="matrix(-0.53223406,-0.38667721,0.38667721,-0.53223406,635.10267,-331.57228)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93758096"
+         id="use19708"
+         transform="matrix(-0.411416,-0.81707964,0.81707964,-0.411416,735.54168,-196.87408)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19710"
+         transform="matrix(-0.20307764,-0.46629211,0.46629211,-0.20307764,585.22779,-167.97207)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.94330977"
+         id="use19712"
+         transform="matrix(-0.65817346,-0.31485003,0.31485003,-0.65817346,630.13528,-288.69258)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19714"
+         transform="matrix(-0.85477941,-0.64874438,0.64874438,-0.85477941,746.87149,-245.86514)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19716"
+         transform="matrix(-1.3145055,0.26532279,-0.26532279,-1.3145055,581.33445,-487.06229)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.97054132"
+         id="use19718"
+         transform="matrix(-0.83108459,0.47875531,-0.47875531,-0.83108459,413.03372,-355.76986)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19720"
+         transform="matrix(0.59749236,-1.3654094,1.3654094,0.59749236,714.53436,393.43584)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19722"
+         transform="matrix(-0.43515499,-0.28198174,0.28198174,-0.43515499,604.24882,-17.594235)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19724"
+         transform="matrix(-1.0369854,-0.88197105,0.88197105,-1.0369854,848.39942,-74.100912)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19726"
+         transform="matrix(-0.78729285,-0.70971961,0.70971961,-0.78729285,756.31844,-4.7175262)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.80384539"
+         id="use19728"
+         transform="matrix(1.1780487,0.08073694,-0.08073694,1.1780487,203.68657,480.10329)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19730"
+         transform="matrix(-0.39476139,0.51553524,-0.51553524,-0.39476139,367.10529,-26.669973)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9206242"
+         id="use19732"
+         transform="matrix(0.38335303,-1.030404,1.030404,0.38335303,660.88174,488.96243)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19734"
+         transform="matrix(0.16259954,0.64335125,-0.64335125,0.16259954,252.87664,-304.48682)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.94970404"
+         id="use19736"
+         transform="matrix(1.5930597,-0.14497192,0.14497192,1.5930597,264.07585,258.18793)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19738"
+         transform="matrix(0.48002248,-0.25127108,0.25127108,0.48002248,493.10126,-2.7631892)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.909035"
+         id="use19740"
+         transform="matrix(1.484715,0.53065953,-0.53065953,1.484715,67.818377,168.8975)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.85697931"
+         id="use19742"
+         transform="matrix(-0.70232087,1.1948161,-1.1948161,-0.70232087,236.53643,-512.21381)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19744"
+         transform="matrix(0.48050769,0.81986462,-0.81986462,0.48050769,166.29196,-71.683244)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.97929699"
+         id="use19746"
+         transform="matrix(0.946997,-0.49956671,0.49956671,0.946997,456.50093,318.63935)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19748"
+         transform="matrix(0.30635609,0.47068413,-0.47068413,0.30635609,299.7002,11.818313)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.96901975"
+         id="use19750"
+         transform="matrix(-0.49927729,-1.4097307,1.4097307,-0.49927729,945.3915,112.85676)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.86530265"
+         id="use19752"
+         transform="matrix(-1.0562704,1.1847954,-1.1847954,-1.0562704,290.62537,-382.72108)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.90665026"
+         id="use19754"
+         transform="matrix(0.48863222,0.26757301,-0.26757301,0.48863222,323.92887,202.01337)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91753516"
+         id="use19756"
+         transform="matrix(0.57606844,0.06183172,-0.06183172,0.57606844,369.03343,302.56329)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19758"
+         transform="matrix(-0.78823503,-0.5247469,0.5247469,-0.78823503,749.59443,44.842515)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.86114454"
+         id="use19760"
+         transform="matrix(0.68353379,0.90216438,-0.90216438,0.68353379,115.48899,266.4264)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19762"
+         transform="matrix(0.78061518,-0.17852001,0.17852001,0.78061518,421.09709,-9.3604765)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.79706439"
+         id="use19764"
+         transform="matrix(0.47109936,-0.95146457,0.95146457,0.47109936,703.24234,58.151666)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.97476388"
+         id="use19766"
+         transform="matrix(-0.13667427,-1.076647,1.076647,-0.13667427,852.23654,-47.686418)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.79443036"
+         id="use19768"
+         transform="matrix(0.09095017,-1.5516152,1.5516152,0.09095017,931.99001,122.67212)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.77940859"
+         id="use19770"
+         transform="matrix(-1.3669603,-0.69431518,0.69431518,-1.3669603,925.08506,-386.08588)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19772"
+         transform="matrix(-0.02144738,1.519304,-1.519304,-0.02144738,83.137625,-328.28928)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75025186"
+         id="use19774"
+         transform="matrix(0.82174786,-0.79217189,0.79217189,0.82174786,593.46397,318.39382)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19776"
+         transform="matrix(0.30028789,-1.2986359,1.2986359,0.30028789,832.52451,295.15016)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.82466299"
+         id="use19778"
+         transform="matrix(0.16160673,0.58825491,-0.58825491,0.16160673,300.86268,-13.588656)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19780"
+         transform="matrix(-0.21985383,0.84486026,-0.84486026,-0.21985383,286.0008,-129.28222)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19782"
+         transform="matrix(-0.44590224,1.107421,-1.107421,-0.44590224,260.35572,-193.7121)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19784"
+         transform="matrix(1.12693,1.0929103,-1.0929103,1.12693,27.218461,297.19402)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.80058636"
+         id="use19786"
+         transform="matrix(0.65431133,0.24526382,-0.24526382,0.65431133,333.28508,335.96577)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19788"
+         transform="matrix(0.80209549,-0.13201924,0.13201924,0.80209549,405.76609,475.76201)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76345125"
+         id="use19790"
+         transform="matrix(-0.61127063,-0.69454043,0.69454043,-0.61127063,833.70567,-309.87751)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95795055"
+         id="use19792"
+         transform="matrix(-0.38051941,-0.27883891,0.27883891,-0.38051941,662.84095,-271.92652)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93960488"
+         id="use19794"
+         transform="matrix(0.38143559,-0.31247686,0.31247686,0.38143559,577.01729,-30.984324)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.92815839"
+         id="use19796"
+         transform="matrix(-0.44262461,0.97972694,-0.97972694,-0.44262461,332.55512,-432.97548)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.89859386"
+         id="use19798"
+         transform="matrix(-0.03088546,-1.3076,1.3076,-0.03088546,921.58897,91.144561)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.94033951"
+         id="use19800"
+         transform="matrix(-0.63737256,0.2543664,-0.2543664,-0.63737256,571.41975,-290.11436)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.89910171"
+         id="use19802"
+         transform="matrix(-0.28838647,-0.61529572,0.61529572,-0.28838647,769.89236,-6.0403368)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.77270167"
+         id="use19804"
+         transform="matrix(-1.2142375,0.68400045,-0.68400045,-1.2142375,552.63984,-443.36535)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91622458"
+         id="use19806"
+         transform="matrix(1.3787194,-0.28253964,0.28253964,1.3787194,394.24506,475.86379)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19808"
+         transform="matrix(1.2339206,0.75334884,-0.75334884,1.2339206,130.11264,316.81577)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.75387112"
+         id="use19810"
+         transform="matrix(-0.98116588,0.44541333,-0.44541333,-0.98116588,570.30848,-231.40914)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19812"
+         transform="matrix(1.1709654,1.0118009,-1.0118009,1.1709654,81.650148,318.24109)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19814"
+         transform="matrix(-0.64441479,0.16129862,-0.16129862,-0.64441479,597.32681,-13.213995)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19816"
+         transform="matrix(0.68954334,0.08271987,-0.08271987,0.68954334,391.01522,396.44475)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.9344699"
+         id="use19818"
+         transform="matrix(-0.34215201,-0.60807748,0.60807748,-0.34215201,809.2865,-248.18951)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19820"
+         transform="matrix(0.5686643,-1.0678172,1.0678172,0.5686643,780.06298,116.37795)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95053268"
+         id="use19822"
+         transform="matrix(-0.16473886,1.3840494,-1.3840494,-0.16473886,219.524,-436.66333)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19824"
+         transform="matrix(0.3533719,-0.55155104,0.55155104,0.3533719,674.14746,49.482925)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19826"
+         transform="matrix(0.42946801,-0.96909796,0.96909796,0.42946801,794.07205,165.80604)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.96782687"
+         id="use19828"
+         transform="matrix(0.5358664,0.49198907,-0.49198907,0.5358664,348.74557,-0.72775885)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19830"
+         transform="matrix(-0.16235438,-0.60997062,0.60997062,-0.16235438,762.82251,6.9543093)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19832"
+         transform="matrix(-0.24363018,0.75410884,-0.75410884,-0.24363018,409.63664,-192.27409)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91830474"
+         id="use19834"
+         transform="matrix(-1.1327377,0.00566723,-0.00566723,-1.1327377,760.7426,-286.36684)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19836"
+         transform="matrix(0.41684207,-0.57561723,0.57561723,0.41684207,665.50526,279.82232)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19838"
+         transform="matrix(1.3079615,0.81121747,-0.81121747,1.3079615,138.62095,346.7406)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19840"
+         transform="matrix(0.6189275,-0.76716308,0.76716308,0.6189275,715.63216,457.02445)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.79752778"
+         id="use19842"
+         transform="matrix(-0.10753436,-1.2880384,1.2880384,-0.10753436,959.35148,351.56453)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.83489224"
+         id="use19844"
+         transform="matrix(-0.18422758,-0.9576578,0.9576578,-0.18422758,905.72112,-155.61146)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.99845126"
+         id="use19846"
+         transform="matrix(-0.66019946,0.49410052,-0.49410052,-0.66019946,577.72789,-489.37289)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84926506"
+         id="use19848"
+         transform="matrix(0.25509973,0.75582274,-0.75582274,0.25509973,368.77368,-237.35872)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19850"
+         transform="matrix(-0.12485971,-0.94484945,0.94484945,-0.12485971,908.36386,-36.142656)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19852"
+         transform="matrix(-0.2385627,-1.0996702,1.0996702,-0.2385627,972.013,-12.146471)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19854"
+         transform="matrix(0.49873539,0.81041706,-0.81041706,0.49873539,307.93149,-64.413896)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.78984178"
+         id="use19856"
+         transform="matrix(0.50895412,0.92528614,-0.92528614,0.50895412,260.33267,-49.038539)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84432828"
+         id="use19858"
+         transform="matrix(-0.49517166,0.70445084,-0.70445084,-0.49517166,492.65771,-254.39467)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19860"
+         transform="matrix(-0.5194171,1.5087025,-1.5087025,-0.5194171,276.55952,-330.98222)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91871775"
+         id="use19862"
+         transform="matrix(1.0641153,1.1426304,-1.1426304,1.0641153,167.10206,185.00186)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93428476"
+         id="use19864"
+         transform="matrix(-0.94338991,0.60068802,-0.60068802,-0.94338991,593.48915,-244.84538)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19866"
+         transform="matrix(1.0144746,-0.89993678,0.89993678,1.0144746,725.03931,587.67878)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19868"
+         transform="matrix(-1.0409709,0.38186746,-0.38186746,-1.0409709,675.01573,-156.85995)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.81066494"
+         id="use19870"
+         transform="matrix(0.71760838,-0.23884561,0.23884561,0.71760838,594.29015,-16.17579)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.79526176"
+         id="use19872"
+         transform="matrix(-0.70197373,-0.97667256,0.97667256,-0.70197373,1045.5622,-262.30106)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19874"
+         transform="matrix(0.76448566,0.33670901,-0.33670901,0.76448566,426.8106,-3.0237372)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91810728"
+         id="use19876"
+         transform="matrix(0.33724648,-0.30999132,0.30999132,0.33724648,679.68397,-2.9500234)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19878"
+         transform="matrix(0.58651516,0.39764149,-0.39764149,0.58651516,446.04777,-13.715874)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.96076702"
+         id="use19880"
+         transform="matrix(1.4867178,-0.04147964,0.04147964,1.4867178,438.5437,367.34036)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84889778"
+         id="use19882"
+         transform="matrix(0.3050939,0.33152235,-0.33152235,0.3050939,498.64778,-5.1209725)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.90798065"
+         id="use19884"
+         transform="matrix(0.47643406,-1.3517751,1.3517751,0.47643406,953.72916,356.77772)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19886"
+         transform="matrix(1.5058859,-0.35377187,0.35377187,1.5058859,516.04223,517.95392)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19888"
+         transform="matrix(0.98838413,-0.46150064,0.46150064,0.98838413,611.98646,441.07961)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76200376"
+         id="use19890"
+         transform="matrix(0.05606669,-0.62398839,0.62398839,0.05606669,812.52989,227.27905)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.7906162"
+         id="use19892"
+         transform="matrix(0.71883542,-0.58964684,0.58964684,0.71883542,711.16957,436.46693)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19894"
+         transform="matrix(-1.0158348,-0.47008369,0.47008369,-1.0158348,956.77229,-21.1624)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84894415"
+         id="use19896"
+         transform="matrix(-0.3393342,-0.7545907,0.7545907,-0.3393342,935.40833,248.42371)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19898"
+         transform="matrix(-0.45142444,0.95805629,-0.95805629,-0.45142444,478.3979,-542.27141)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19900"
+         transform="matrix(-0.62954108,0.71008489,-0.71008489,-0.62954108,597.68906,-515.08917)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19902"
+         transform="matrix(-0.98069904,-1.101759,1.101759,-0.98069904,1152.2728,-283.55889)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84053219"
+         id="use19904"
+         transform="matrix(-0.1566819,1.0674254,-1.0674254,-0.1566819,403.17902,-358.8433)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95682373"
+         id="use19906"
+         transform="matrix(0.10300097,0.39576198,-0.39576198,0.10300097,560.05148,-154.26887)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19908"
+         transform="matrix(0.10984937,0.60343803,-0.60343803,0.10984937,513.71374,-130.7929)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19910"
+         transform="matrix(0.77446332,0.92844221,-0.92844221,0.77446332,315.67029,43.588372)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.89030211"
+         id="use19912"
+         transform="matrix(0.15616876,-0.84074044,0.84074044,0.15616876,892.02172,169.9782)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19914"
+         transform="matrix(-0.88124694,-0.33491508,0.33491508,-0.88124694,932.39568,-148.99342)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91821642"
+         id="use19916"
+         transform="matrix(0.73098976,1.0491295,-1.0491295,0.73098976,287.0741,128.18075)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19918"
+         transform="matrix(0.79082832,-0.17229419,0.17229419,0.79082832,595.61012,358.94504)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.81858299"
+         id="use19920"
+         transform="matrix(0.5537927,1.3071548,-1.3071548,0.5537927,220.21037,103.59616)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19922"
+         transform="matrix(-0.56520476,-0.17658926,0.17658926,-0.56520476,833.99556,57.634242)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.96350708"
+         id="use19924"
+         transform="matrix(1.219114,0.20115721,-0.20115721,1.219114,462.67351,46.445574)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.83619708"
+         id="use19926"
+         transform="matrix(0.41493031,-0.67938193,0.67938193,0.41493031,853.32411,0.37696387)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.855154"
+         id="use19928"
+         transform="matrix(0.4494949,-1.4466626,1.4466626,0.4494949,1066.3195,182.07303)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19930"
+         transform="matrix(-0.05188775,-0.58375875,0.58375875,-0.05188775,901.17692,-52.130264)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91527369"
+         id="use19932"
+         transform="matrix(-0.38300203,1.2409004,-1.2409004,-0.38300203,429.59217,-408.46759)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19934"
+         transform="matrix(0.33191475,0.87549702,-0.87549702,0.33191475,419.40917,-103.6919)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19936"
+         transform="matrix(0.22253999,-0.62222318,0.62222318,0.22253999,872.08546,130.57676)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.94202276"
+         id="use19938"
+         transform="matrix(0.89130661,-0.65897169,0.65897169,0.89130661,768.80229,358.5825)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19940"
+         transform="matrix(0.88004156,-0.15872112,0.15872112,0.88004156,624.51263,311.56776)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19942"
+         transform="matrix(1.1342396,-0.99838397,0.99838397,1.1342396,840.29943,571.39062)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93816379"
+         id="use19944"
+         transform="matrix(-0.65732705,-1.4139443,1.4139443,-0.65732705,1219.1688,161.35525)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19946"
+         transform="matrix(0.07150898,0.9479664,-0.9479664,0.07150898,453.82997,21.342963)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.76417733"
+         id="use19948"
+         transform="matrix(0.34571222,0.9044932,-0.9044932,0.34571222,410.62812,132.93131)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19950"
+         transform="matrix(-0.66806707,0.44589655,-0.44589655,-0.66806707,690.07301,-35.621184)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19952"
+         transform="matrix(0.6006285,-0.60550548,0.60550548,0.6006285,840.27418,31.406751)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.83064007"
+         id="use19954"
+         transform="matrix(-0.45750923,-1.1493698,1.1493698,-0.45750923,1175.3768,-150.49354)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.89396787"
+         id="use19956"
+         transform="matrix(1.4876602,-0.31424962,0.31424962,1.4876602,624.97484,310.32189)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19958"
+         transform="matrix(0.90201535,-0.15945283,0.15945283,0.90201535,657.14265,148.43365)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.80808082"
+         id="use19960"
+         transform="matrix(-1.34718,0.28081637,-0.28081637,-1.34718,900.12579,-522.3615)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19962"
+         transform="matrix(0.85291519,0.02526542,-0.02526542,0.85291519,638.32932,166.78546)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19964"
+         transform="matrix(-0.94721935,0.02608009,-0.02608009,-0.94721935,902.06526,-325.05074)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19966"
+         transform="matrix(1.4969594,0.22162043,-0.22162043,1.4969594,466.7096,380.61527)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.91080681"
+         id="use19968"
+         transform="matrix(-0.49029424,1.4613084,-1.4613084,-0.49029424,423.29313,-335.2084)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19970"
+         transform="matrix(0.3802849,-0.36373593,0.36373593,0.3802849,797.97757,237.54419)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.93300398"
+         id="use19972"
+         transform="matrix(0.89333237,-0.55298847,0.55298847,0.89333237,783.70639,464.00144)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.86551783"
+         id="use19974"
+         transform="matrix(-0.33430972,1.4071355,-1.4071355,-0.33430972,436.49875,-164.2781)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.95046411"
+         id="use19976"
+         transform="matrix(1.1666738,0.05360515,-0.05360515,1.1666738,543.7962,495.24754)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.98423815"
+         id="use19978"
+         transform="matrix(-0.45834768,-1.4011464,1.4011464,-0.45834768,1229.1757,318.01968)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.84423152"
+         id="use19980"
+         transform="matrix(-0.78582287,-0.60329583,0.60329583,-0.78582287,1098.711,-357.83594)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19982"
+         transform="matrix(-1.0713605,0.03363064,-0.03363064,-1.0713605,956.95616,-485.07756)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19984"
+         transform="matrix(-0.50590486,-0.7427924,0.7427924,-0.50590486,1094.4459,-69.428027)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         id="use19986"
+         transform="matrix(-1.2094922,0.2266476,-0.2266476,-1.2094922,924.06596,-299.79126)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+      <use
+         height="480"
+         width="640"
+         style="opacity:0.97251617"
+         id="use19988"
+         transform="matrix(-0.74810574,0.69290685,-0.69290685,-0.74810574,717.02037,-225.26898)"
+         xlink:href="#path3849-7"
+         inkscape:tiled-clone-of="#path3849-7"
+         y="0"
+         x="0" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer4"
+     inkscape:label="Stones"
+     style="display:inline">
+    <path
+       transform="translate(-0.7928932,2.3838835)"
+       d="m 233.65625,60.15625 c -1.58291,0.08884 -3.13361,0.582621 -4.53125,1.5 -4.53128,2.974239 -5.56017,9.256641 -4.71875,15.0625 0.84142,5.805859 3.51612,11.540482 8.1875,13.625 4.40148,1.964079 9.25835,0.862401 12.875,-1.8125 3.61665,-2.674901 6.17228,-6.989958 6.03125,-11.71875 -0.12301,-4.12461 -2.62832,-8.228908 -5.96875,-11.40625 -3.34043,-3.177342 -7.61272,-5.489196 -11.875,-5.25 z m -192.5625,12.1875 c -3.007149,0.0613 -6.118635,0.993995 -8.75,2.5625 -2.631365,1.568505 -4.843258,3.814402 -5.65625,6.65625 -2.279961,7.969699 1.225546,18.63128 6.875,26.84375 2.824727,4.10624 6.228806,7.59324 9.96875,9.71875 3.739944,2.12551 7.954976,2.84379 11.875,1.09375 3.847413,-1.71762 6.093746,-5.25532 6.96875,-9.34375 0.875004,-4.08843 0.51188,-8.7843 -0.65625,-13.5 -2.33626,-9.4314 -7.828822,-18.960032 -14.9375,-22.8125 -1.71554,-0.929717 -3.690023,-1.259467 -5.6875,-1.21875 z m 531.59375,26.9375 c -1.89368,0.01573 -3.78503,0.513314 -5.34375,1.65625 -2.15911,1.58317 -3.30533,4.05477 -3.75,6.71875 -0.44467,2.66398 -0.22483,5.57789 0.5,8.40625 1.44966,5.65671 4.7636,11.13572 9.71875,12.8125 3.92247,1.32733 8.29086,-0.47501 11.65625,-3.25 3.36539,-2.77499 5.97956,-6.69692 5.6875,-10.78125 -0.28939,-4.04695 -3.06049,-7.80992 -6.5625,-10.6875 -3.50201,-2.87758 -7.80794,-4.90915 -11.90625,-4.875 z M 177.625,125.8125 c -0.42046,0.005 -0.85713,0.0125 -1.3125,0.0625 -5.7509,0.63237 -10.81886,5.39716 -14,11 -3.18114,5.60284 -4.58205,12.30905 -1.71875,17.40625 3.64693,6.4922 12.4894,9.80255 21.125,10.25 4.3178,0.22373 8.6228,-0.28759 12.3125,-1.6875 3.6897,-1.39991 6.82573,-3.73916 8.4375,-7.15625 1.4815,-3.14091 1.37541,-6.68231 0.28125,-10.0625 -1.09416,-3.38019 -3.15115,-6.67404 -5.75,-9.59375 -5.19771,-5.83941 -12.54897,-10.31397 -19.375,-10.21875 z m 167.875,17.625 c -13.30907,0.14757 -28.42199,3.45907 -40.84375,9.84375 -12.42176,6.38468 -22.2474,15.96743 -24.3125,28.625 -1.11711,6.84707 2.85046,13.003 8.3125,17.8125 5.46204,4.8095 12.52975,8.45108 18.5625,10.5 14.56476,4.94667 34.14727,8.63849 51.84375,7.59375 17.69648,-1.04474 33.79138,-6.9344 40.3125,-21.5625 1.47557,-3.30999 1.31054,-6.71454 0.125,-9.8125 -1.18554,-3.09796 -3.30214,-5.94275 -5.8125,-8.6875 -5.02072,-5.48951 -11.65214,-10.5584 -15.8125,-15.0625 -3.28683,-3.5584 -6.67898,-7.96132 -10.5625,-11.65625 -3.88352,-3.69493 -8.33722,-6.75743 -13.78125,-7.28125 -2.56374,-0.24668 -5.27855,-0.34302 -8.03125,-0.3125 z m 271.21875,1.03125 c -6.40418,0.30903 -13.34003,3.85758 -15.59375,9.53125 -2.94088,7.40358 -0.9918,17.90142 3.3125,26.375 2.15215,4.23679 4.90146,7.95297 8.1875,10.46875 3.28604,2.51578 7.23943,3.8051 11.25,2.78125 4.12499,-1.05306 7.04542,-4.15906 8.8125,-8.09375 1.76708,-3.93469 2.48364,-8.75387 2.375,-13.6875 -0.21729,-9.86726 -3.6057,-20.37484 -10.25,-25.28125 -2.26609,-1.67337 -5.18304,-2.23421 -8.09375,-2.09375 z m -136.875,5.15625 c -6.21261,0.27979 -12.90445,3.461 -17.96875,7.9375 -5.0643,4.4765 -8.6456,10.40629 -7.5625,16.40625 1.47056,8.14629 9.99268,14.14049 19.21875,16.96875 9.22607,2.82826 19.61211,2.61198 25.28125,-3.4375 4.88749,-5.21539 4.35698,-13.66783 1.375,-21.125 -2.98198,-7.45717 -8.49446,-14.26668 -15.21875,-16.1875 -1.63306,-0.46648 -3.34493,-0.64266 -5.125,-0.5625 z M 89,156.4375 c -1.993117,0.0241 -3.907097,0.18818 -5.75,0.46875 -9.35658,1.42445 -19.873953,6.90626 -27.75,14.34375 -7.876047,7.43749 -13.224874,16.99902 -11.09375,26.59375 2.034998,9.16195 10.4516,14.70376 20.15625,17.625 9.70465,2.92124 20.91915,3.36372 29.65625,2.125 8.43294,-1.1956 18.76351,-4.59217 27,-9.90625 8.23649,-5.31408 14.57222,-12.74979 13.90625,-21.8125 -0.6862,-9.33805 -7.64647,-16.75922 -16.5625,-21.78125 C 109.64647,159.07172 98.625609,156.3209 89,156.4375 z m 465,19.1875 c -6.37612,-0.0923 -13.05827,1.03399 -18.75,3.53125 -5.69173,2.49726 -10.45003,6.42297 -12.625,11.96875 -2.63175,6.71047 -0.78185,15.00364 3.25,21.9375 4.03185,6.93386 10.33506,12.66398 17.4375,13.8125 8.24801,1.33377 16.85844,-2.76532 23.625,-9 6.76656,-6.23468 11.80672,-14.66943 12.5625,-22.84375 0.36275,-3.92338 -1.37476,-7.75277 -3.9375,-10.875 -2.56274,-3.12223 -5.98459,-5.58987 -9.5625,-6.71875 -3.62533,-1.14384 -7.75283,-1.75104 -12,-1.8125 z m -329.875,2.46875 c -2.7849,-0.0163 -5.50773,0.58445 -7.9375,2 -5.29107,3.08251 -7.71344,9.31737 -8.21875,15.78125 -0.50531,6.46388 0.83581,13.32767 3.59375,18.40625 3.10988,5.72667 8.89234,11.38969 15.375,14.96875 6.48266,3.57906 13.8883,5.11602 19.875,1.65625 5.75801,-3.32761 8.02171,-10.2426 8.15625,-17.34375 0.13454,-7.10115 -1.80172,-14.58519 -5.09375,-19.90625 -5.00496,-8.08973 -15.80609,-15.50417 -25.75,-15.5625 z m 221.625,93.1875 c -7.56623,0.12499 -15.42475,3.07764 -20,8.6875 -2.34152,2.87101 -3.87983,7.06834 -4.1875,11.1875 -0.30767,4.11916 0.66395,8.39208 4.03125,10.6875 6.00612,4.09426 14.44426,3.20424 21.84375,-0.0625 7.39949,-3.26674 13.9991,-8.99184 16.125,-15.8125 0.85481,-2.74253 -0.16007,-5.55743 -1.75,-7.84375 -1.58993,-2.28632 -3.80714,-4.15215 -6.1875,-5.125 -3.01659,-1.23287 -6.43586,-1.77556 -9.875,-1.71875 z m -374.8125,13.125 c -3.556249,0.0403 -7.478683,1.26654 -10.6875,3.34375 -3.208817,2.07721 -5.819188,5.15543 -5.84375,8.9375 -0.02171,3.34364 2.466006,5.75793 5.25,7.3125 2.783994,1.55457 6.069437,2.45704 8.78125,2.78125 3.213265,0.38416 7.312994,0.28459 10.96875,-0.71875 3.655756,-1.00334 7.132573,-3.10799 7.90625,-6.90625 0.785246,-3.85506 -1.486571,-7.42087 -4.5,-10 -3.013429,-2.57913 -6.889798,-4.3729 -10.4375,-4.6875 -0.417206,-0.037 -0.920608,-0.0684 -1.4375,-0.0625 z M 203.375,285.375 c -4.38326,0.0892 -8.8052,1.55346 -11.09375,5.53125 -2.32695,4.04453 -0.9421,8.65958 1.78125,12.3125 2.72335,3.65292 6.80207,6.68168 10.78125,8.3125 4.10957,1.68426 9.10674,1.71363 13.46875,0.4375 4.36201,-1.27613 8.26636,-3.95244 9.5625,-8.09375 1.25246,-4.00175 -0.33767,-7.52341 -2.90625,-10.03125 -2.56858,-2.50784 -6.07961,-4.3191 -9.28125,-5.8125 -3.38916,-1.58086 -7.9317,-2.74534 -12.3125,-2.65625 z m 160.9375,1.46875 c -0.2915,0.002 -0.60701,0.003 -0.9375,0.0313 -5.28588,0.4495 -10.74388,4.24298 -14.53125,8.9375 -1.89368,2.34726 -3.36836,4.95515 -4.0625,7.625 -0.69414,2.66985 -0.59426,5.46069 0.8125,7.875 1.7549,3.0118 4.86078,4.90104 8.40625,5.90625 3.54547,1.00521 7.59666,1.17984 11.5625,0.65625 7.93167,-1.04717 15.81849,-4.77335 17.96875,-11.375 1.56337,-4.79979 -1.20861,-9.75268 -5.15625,-13.40625 -3.94764,-3.65357 -9.2169,-6.27934 -14.0625,-6.25 z m 130.09375,11.46875 c -0.62417,-0.0125 -1.23245,0.006 -1.8125,0.0625 -4.3106,0.4221 -9.13342,2.98934 -12.71875,6.40625 -1.79266,1.70846 -3.28869,3.63855 -4.125,5.75 -0.83631,2.11145 -0.97628,4.4952 0.0313,6.65625 1.50368,3.22525 4.56635,5.37683 8.15625,6.6875 3.5899,1.31067 7.77014,1.81364 11.90625,1.59375 4.13611,-0.21989 8.21905,-1.14227 11.59375,-2.84375 3.3747,-1.70148 6.1288,-4.25883 7.125,-7.6875 0.67719,-2.33069 0.1879,-4.66788 -0.96875,-6.65625 -1.15665,-1.98837 -2.94927,-3.68458 -5.03125,-5.125 -4.16396,-2.88084 -9.54038,-4.7508 -14.15625,-4.84375 z m 111.5625,7.40625 c -2.45083,0.0488 -4.38734,1.39795 -6.0625,2.71875 -1.67516,1.3208 -3.19449,2.6958 -4.59375,3.34375 -3.7422,1.73289 -9.26785,1.66094 -13.375,5.25 -1.13998,0.99617 -2.60122,2.32842 -3.6875,3.90625 -1.08628,1.57783 -1.88735,3.66623 -0.96875,5.71875 1.97052,4.40292 6.55006,6.45442 11.375,7.1875 4.82494,0.73308 10.07875,0.23128 14.21875,-0.78125 3.50504,-0.85724 7.4977,-2.50513 10.75,-4.9375 3.2523,-2.43237 5.87535,-5.73701 6,-9.8125 0.1,-3.26837 -1.73484,-6.21346 -4.15625,-8.40625 -2.42141,-2.19279 -5.49613,-3.71961 -8.5,-4.125 -0.38609,-0.0521 -0.72452,-0.0679 -1,-0.0625 z m -163.9375,50.9375 c -1.30294,0.029 -2.53147,0.098 -3.6875,0.21875 -4.32851,0.45221 -9.80007,1.79083 -14.3125,4.15625 -2.25622,1.18271 -4.27911,2.61611 -5.78125,4.4375 -1.50214,1.82139 -2.45549,4.08852 -2.375,6.59375 0.16509,5.13813 4.28732,8.78797 9.09375,11.03125 4.80643,2.24328 10.52113,3.2733 15.125,3.03125 5.10031,-0.26815 11.42923,-2.05605 16.53125,-5.09375 2.55101,-1.51885 4.79414,-3.35849 6.375,-5.5625 1.58086,-2.20401 2.44636,-4.83874 2.09375,-7.65625 -0.58136,-4.64529 -4.38498,-7.59527 -8.8125,-9.1875 -4.42752,-1.59223 -9.68549,-2.07061 -14.25,-1.96875 z m -348.375,5.6875 c -6.314198,0.17355 -12.388246,5.05074 -16.40625,11 -4.018004,5.94926 -6.156547,13.26703 -3.1875,18.90625 2.553938,4.85078 8.588623,6.55808 14.5,6.34375 5.911377,-0.21433 12.03078,-2.26374 15.4375,-6.28125 2.24343,-2.64567 1.88811,-6.11438 0.96875,-9.15625 -0.91936,-3.04187 -2.44192,-6.03683 -3.1875,-8.40625 -0.54864,-1.74355 -0.89381,-4.48539 -1.65625,-6.96875 -0.38122,-1.24168 -0.865641,-2.45101 -1.6875,-3.46875 -0.821859,-1.01774 -2.075829,-1.8213 -3.5625,-1.9375 -0.39338,-0.0307 -0.794499,-0.0428 -1.21875,-0.0313 z m 428.8125,7.8125 c -14.01819,0.1457 -29.54083,4.33428 -42.21875,11.28125 -12.67792,6.94697 -22.6193,16.68605 -24.84375,28.25 -0.90237,4.69106 0.41435,9.22349 3.03125,13.1875 2.6169,3.96401 6.50598,7.44799 11.03125,10.3125 9.05055,5.72902 20.56362,9.10687 29.65625,8.4375 13.4748,-0.99197 30.72079,-8.95095 43.3125,-19.59375 6.29586,-5.3214 11.43063,-11.3181 14.21875,-17.625 2.78812,-6.3069 3.13828,-13.03939 -0.25,-19.1875 -5.98418,-10.8584 -19.25113,-15.21514 -33.9375,-15.0625 z m -500.375,0.1875 c -0.231157,4.8e-4 -0.496685,-0.002 -0.78125,0.0313 -4.142724,0.48033 -7.586146,2.68281 -10.21875,5.78125 -2.6326036,3.09844 -4.5105034,7.10746 -5.8125,11.46875 -2.6039931,8.72257 -2.8903382,18.90166 -1.125,26.5 1.3365916,5.75294 4.7861808,11.91779 9.375,16.625 4.588819,4.70721 10.426541,8.0319 16.625,7.375 5.128801,-0.54354 9.160453,-4.2546 11.9375,-8.78125 2.777047,-4.52665 4.425111,-9.98115 4.78125,-14.71875 0.407491,-5.42072 -1.821016,-10.26278 -4.625,-14.71875 -2.803984,-4.45597 -6.230467,-8.62767 -8.59375,-12.71875 -1.369313,-2.37042 -2.485303,-6.37979 -3.96875,-9.875 -0.741724,-1.74761 -1.587158,-3.37564 -2.78125,-4.6875 -1.194092,-1.31186 -2.853913,-2.28525 -4.8125,-2.28125 z m 160.8125,7.46875 c -0.35432,0.0102 -0.70871,0.0261 -1.0625,0.0625 -11.61995,1.19531 -24.73535,8.25482 -34.34375,17.78125 -9.6084,9.52643 -15.84032,21.73953 -12.5625,33.28125 1.20825,4.25442 3.96805,7.478 7.53125,9.75 3.5632,2.272 7.93154,3.65849 12.59375,4.46875 9.32441,1.62053 19.90861,0.93418 27.9375,-0.3125 7.47816,-1.16117 16.19033,-3.62108 23.53125,-7.71875 7.34092,-4.09767 13.41727,-9.89963 15.0625,-17.78125 0.94879,-4.54523 -1.28311,-8.60496 -4.1875,-12.03125 -2.90439,-3.42629 -6.61558,-6.45849 -9.25,-9.1875 -3.35365,-3.47407 -6.95026,-8.02748 -11.03125,-11.75 -4.08099,-3.72252 -8.7456,-6.71629 -14.21875,-6.5625 z m 150.9375,6.9375 c -8.71603,0.24706 -18.24174,3.33178 -25.625,8.21875 -7.38326,4.88697 -12.79602,11.74424 -12.34375,19.625 0.20525,3.57649 2.16921,6.26329 4.875,7.9375 2.70579,1.67421 6.09749,2.55188 9.78125,3.125 7.36752,1.14624 15.94882,1.14234 21.53125,2.65625 3.22499,0.87459 7.3624,3.20804 11.4375,4.75 2.03755,0.77098 4.10994,1.3716 6.15625,1.375 2.04631,0.003 4.13245,-0.66814 5.75,-2.28125 5.42579,-5.41088 6.47245,-14.45933 4.78125,-22.90625 -1.6912,-8.44692 -6.17009,-16.52986 -12.96875,-19.9375 -3.86995,-1.9397 -8.4946,-2.70083 -13.375,-2.5625 z m 275.75,6.90625 c -2.18514,0.0512 -4.33122,0.67123 -6.09375,2.0625 -2.54611,2.00979 -3.82915,5.09445 -4.1875,8.40625 -0.35835,3.3118 0.16116,6.93359 1.28125,10.40625 2.24018,6.94532 6.82271,13.49324 13,15.03125 4.51904,1.12514 9.19718,-1.38325 12.65625,-4.9375 3.45907,-3.55425 5.91928,-8.33051 5.34375,-12.84375 -0.59093,-4.63399 -3.87389,-9.0437 -8.03125,-12.4375 -4.15736,-3.3938 -9.22928,-5.79838 -13.96875,-5.6875 z m -209,18.25 c -1.53743,0.004 -3.07724,0.37906 -4.4375,1.21875 -2.29222,1.41498 -3.63444,3.79655 -4.25,6.4375 -0.61556,2.64095 -0.55649,5.61215 0,8.5 1.11298,5.7757 4.12065,11.47907 9,13.4375 3.68872,1.48054 7.89724,-0.0171 11.21875,-2.5 3.32151,-2.48294 5.98705,-6.09781 6,-10 0.0137,-4.12944 -2.51428,-8.24138 -5.84375,-11.46875 -3.32947,-3.22737 -7.53761,-5.63605 -11.6875,-5.625 z"
+       id="path5983"
+       style="opacity:0.15;color:#000000;fill:#b44a1e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       inkscape:original="M 233.75 61.78125 C 232.42342 61.8557 231.15319 62.243073 230 63 C 222.61961 67.844331 225.67773 85.496015 233.25 88.875 C 240.82227 92.253985 250.11975 85.08152 249.875 76.875 C 249.66849 69.950749 240.91354 61.379237 233.75 61.78125 z M 41.125 73.96875 C 35.756466 74.078184 29.561994 77.413871 28.25 82 C 24.170102 96.261457 41.204948 123.79701 54.75 117.75 C 68.031941 111.82046 58.78822 81.930432 46 75 C 44.602054 74.242399 42.914511 73.932272 41.125 73.96875 z M 572.6875 100.90625 C 571.06211 100.91975 569.55938 101.33572 568.3125 102.25 C 561.37396 107.33768 566.19379 124.58587 574.34375 127.34375 C 580.53308 129.43817 589.9973 121.48621 589.53125 114.96875 C 589.05337 108.28577 579.73086 100.84756 572.6875 100.90625 z M 177.65625 127.4375 C 177.26534 127.4425 176.88135 127.4581 176.5 127.5 C 166.63614 128.58463 157.13998 144.84827 162 153.5 C 168.37156 164.84254 195.45005 166.76639 201 155 C 206.0737 144.24329 189.77441 127.26846 177.65625 127.4375 z M 345.53125 145.0625 C 319.42995 145.35191 285.8448 158.20732 281.9375 182.15625 C 279.95137 194.32976 296.07077 204.72085 307.75 208.6875 C 336.50362 218.45317 385.5419 223.32932 397.90625 195.59375 C 403.09664 183.95073 385.33697 173.14537 376.6875 163.78125 C 369.96859 156.5072 363.23177 146.32341 353.375 145.375 C 350.87631 145.13458 348.23138 145.03256 345.53125 145.0625 z M 616.8125 146.09375 C 610.99468 146.37449 604.50748 149.85466 602.625 154.59375 C 597.34706 167.88082 609.61608 195.59892 623.46875 192.0625 C 637.74282 188.4185 635.69468 156.62618 623.84375 147.875 C 621.97917 146.49812 619.45696 145.96614 616.8125 146.09375 z M 479.90625 151.25 C 468.51405 151.76305 454.03764 163.33608 455.90625 173.6875 C 458.4891 187.99546 487.68313 197.01512 497.625 186.40625 C 506.06657 177.39833 496.4016 155.14081 484.53125 151.75 C 483.08637 151.33727 481.53371 151.17671 479.90625 151.25 z M 89.03125 158.0625 C 87.107489 158.0858 85.262924 158.23161 83.5 158.5 C 65.670743 161.21433 42.089541 179.89437 46 197.5 C 49.718034 214.2393 77.022544 218.40702 94 216 C 110.36993 213.67911 134.71171 202.48917 133.5 186 C 132.23668 168.8084 107.62761 157.83723 89.03125 158.0625 z M 553.96875 177.25 C 541.63443 177.07151 528.07545 181.6458 524.125 191.71875 C 519.40164 203.76246 530.79159 223.2161 543.5625 225.28125 C 558.64411 227.72006 576.46847 210.08764 577.875 194.875 C 578.49355 188.18498 571.9072 180.9903 565.5 178.96875 C 562.0605 177.88354 558.08019 177.3095 553.96875 177.25 z M 224.125 179.71875 C 221.5775 179.70385 219.14701 180.24918 217 181.5 C 207.71164 186.91128 207.86999 204.05339 213 213.5 C 218.83395 224.24288 235.41562 235.61681 246 229.5 C 256.12692 223.64756 254.65381 204.44667 248.5 194.5 C 243.831 186.9533 233.22322 179.77212 224.125 179.71875 z M 445.78125 272.90625 C 438.63012 273.02438 431.16334 275.8952 427 281 C 422.89048 286.03881 421.12741 296.83761 426.5 300.5 C 437.11465 307.73581 458.17736 297.76439 462 285.5 C 463.29327 281.35074 459.02311 276.14424 455 274.5 C 452.22832 273.36722 449.03177 272.85256 445.78125 272.90625 z M 70.96875 286.03125 C 64.612087 286.10335 56.070484 290.6462 56.03125 296.6875 C 55.9984 301.74656 63.601607 304.55568 68.625 305.15625 C 74.654834 305.87715 84.506663 304.79433 85.71875 298.84375 C 86.953602 292.7814 78.381401 286.64024 72.21875 286.09375 C 71.817563 286.05815 71.392528 286.02645 70.96875 286.03125 z M 203.40625 287 C 199.34507 287.0826 195.6145 288.36938 193.6875 291.71875 C 189.8335 298.41748 198.11672 307.01811 205.46875 310.03125 C 212.82078 313.04439 224.17022 310.25108 226.3125 303.40625 C 228.45478 296.56142 221.30302 292.44003 215 289.5 C 211.84849 288.02999 207.46743 286.91741 203.40625 287 z M 364.3125 288.46875 C 364.04055 288.47075 363.76431 288.4777 363.5 288.5 C 354.3663 289.27671 342.38508 302.57976 347 310.5 C 352.92189 320.66329 378.35708 317.18437 382 306 C 384.54677 298.18102 372.74283 288.41771 364.3125 288.46875 z M 494.375 299.9375 C 493.81693 299.9263 493.26641 299.9494 492.75 300 C 485.23977 300.73542 474.06134 309.66064 477.25 316.5 C 482.29331 327.31741 509.66991 325.96132 513 314.5 C 515.1716 307.02594 502.74608 300.10607 494.375 299.9375 z M 606 307.34375 C 602.32259 307.41695 599.47394 311.64133 596 313.25 C 591.78698 315.20091 586.49604 315.19496 583 318.25 C 580.78144 320.1887 577.54644 323.31076 578.75 326 C 582.06956 333.41723 594.60648 333.43054 602.5 331.5 C 609.10256 329.88519 617.7922 325.04398 618 318.25 C 618.15945 313.03678 611.9188 308.07256 606.75 307.375 C 606.49707 307.3409 606.24516 307.33895 606 307.34375 z M 442.0625 358.28125 C 440.80091 358.30935 439.60831 358.38421 438.5 358.5 C 430.22339 359.36468 417.23276 363.68263 417.5 372 C 417.77553 380.57527 431.43214 384.95046 440 384.5 C 449.55817 383.99748 464.68859 377.49728 463.5 368 C 462.53134 360.26 450.89364 358.08417 442.0625 358.28125 z M 93.6875 363.96875 C 82.770034 364.26883 70.450076 381.9085 75.5 391.5 C 79.731868 399.53773 96.875126 398.17818 102.75 391.25 C 106.24117 387.13289 101.87026 380.39914 100.25 375.25 C 98.997094 371.26831 98.911467 364.32527 94.75 364 C 94.401396 363.9728 94.039676 363.95915 93.6875 363.96875 z M 522.5 371.78125 C 495.09084 372.06613 461.16916 388.32635 457 410 C 453.75009 426.89491 481.84178 441.26314 499 440 C 524.86155 438.09615 567.51623 408.71097 555 386 C 549.41991 375.87482 536.85718 371.63203 522.5 371.78125 z M 22.09375 371.96875 C 21.904286 371.96914 21.699455 371.97687 21.5 372 C 6.724975 373.71311 2.3839436 399.26187 5.75 413.75 C 8.2582802 424.5461 18.978076 437.66808 30 436.5 C 38.873206 435.55964 44.581128 423.39779 45.25 414.5 C 45.987543 404.6887 37.171511 396.51964 32.25 388 C 29.136458 382.61014 27.967146 371.95676 22.09375 371.96875 z M 182.9375 379.4375 C 182.62449 379.4465 182.3177 379.4673 182 379.5 C 159.82786 381.78078 130.41074 407.05877 136.5 428.5 C 140.86885 443.88341 166.94761 443.7037 182.75 441.25 C 197.39056 438.9767 216.97252 431.50339 220 417 C 221.6105 409.2848 212.47393 402.92047 207 397.25 C 200.12364 390.12674 192.64079 379.16485 182.9375 379.4375 z M 333.875 386.375 C 317.14729 386.84915 296.68754 398.34298 297.5 412.5 C 298.2082 424.84031 320.57029 421.51475 332.5 424.75 C 339.62959 426.68349 349.01934 434.21629 354.25 429 C 363.92456 419.35203 358.71468 394.87227 346.5 388.75 C 342.95043 386.97088 338.55876 386.24224 333.875 386.375 z M 609.625 393.28125 C 607.71534 393.32595 605.95136 393.85436 604.5 395 C 596.01678 401.69631 603.51251 423.38885 614 426 C 621.31903 427.82228 630.9541 417.48188 630 410 C 628.98644 402.05186 617.90018 393.08765 609.625 393.28125 z M 400.59375 411.53125 C 399.30663 411.53425 398.07697 411.83519 397 412.5 C 389.65533 417.03385 393.4898 434.78494 401.5 438 C 407.25416 440.30955 416.47942 433.20032 416.5 427 C 416.5227 420.16561 407.54422 411.51275 400.59375 411.53125 z "
+       inkscape:radius="1.6213071"
+       sodipodi:type="inkscape:offset" />
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="1.2527648"
+       inkscape:original="M 233.75 61.78125 C 232.42342 61.8557 231.15319 62.243073 230 63 C 222.61961 67.844331 225.67773 85.496015 233.25 88.875 C 240.82227 92.253985 250.11975 85.08152 249.875 76.875 C 249.66849 69.950749 240.91354 61.379237 233.75 61.78125 z M 41.125 73.96875 C 35.756466 74.078184 29.561994 77.413871 28.25 82 C 24.170102 96.261457 41.204948 123.79701 54.75 117.75 C 68.031941 111.82046 58.78822 81.930432 46 75 C 44.602054 74.242399 42.914511 73.932272 41.125 73.96875 z M 572.6875 100.90625 C 571.06211 100.91975 569.55938 101.33572 568.3125 102.25 C 561.37396 107.33768 566.19379 124.58587 574.34375 127.34375 C 580.53308 129.43817 589.9973 121.48621 589.53125 114.96875 C 589.05337 108.28577 579.73086 100.84756 572.6875 100.90625 z M 177.65625 127.4375 C 177.26534 127.4425 176.88135 127.4581 176.5 127.5 C 166.63614 128.58463 157.13998 144.84827 162 153.5 C 168.37156 164.84254 195.45005 166.76639 201 155 C 206.0737 144.24329 189.77441 127.26846 177.65625 127.4375 z M 345.53125 145.0625 C 319.42995 145.35191 285.8448 158.20732 281.9375 182.15625 C 279.95137 194.32976 296.07077 204.72085 307.75 208.6875 C 336.50362 218.45317 385.5419 223.32932 397.90625 195.59375 C 403.09664 183.95073 385.33697 173.14537 376.6875 163.78125 C 369.96859 156.5072 363.23177 146.32341 353.375 145.375 C 350.87631 145.13458 348.23138 145.03256 345.53125 145.0625 z M 616.8125 146.09375 C 610.99468 146.37449 604.50748 149.85466 602.625 154.59375 C 597.34706 167.88082 609.61608 195.59892 623.46875 192.0625 C 637.74282 188.4185 635.69468 156.62618 623.84375 147.875 C 621.97917 146.49812 619.45696 145.96614 616.8125 146.09375 z M 479.90625 151.25 C 468.51405 151.76305 454.03764 163.33608 455.90625 173.6875 C 458.4891 187.99546 487.68313 197.01512 497.625 186.40625 C 506.06657 177.39833 496.4016 155.14081 484.53125 151.75 C 483.08637 151.33727 481.53371 151.17671 479.90625 151.25 z M 89.03125 158.0625 C 87.107489 158.0858 85.262924 158.23161 83.5 158.5 C 65.670743 161.21433 42.089541 179.89437 46 197.5 C 49.718034 214.2393 77.022544 218.40702 94 216 C 110.36993 213.67911 134.71171 202.48917 133.5 186 C 132.23668 168.8084 107.62761 157.83723 89.03125 158.0625 z M 553.96875 177.25 C 541.63443 177.07151 528.07545 181.6458 524.125 191.71875 C 519.40164 203.76246 530.79159 223.2161 543.5625 225.28125 C 558.64411 227.72006 576.46847 210.08764 577.875 194.875 C 578.49355 188.18498 571.9072 180.9903 565.5 178.96875 C 562.0605 177.88354 558.08019 177.3095 553.96875 177.25 z M 224.125 179.71875 C 221.5775 179.70385 219.14701 180.24918 217 181.5 C 207.71164 186.91128 207.86999 204.05339 213 213.5 C 218.83395 224.24288 235.41562 235.61681 246 229.5 C 256.12692 223.64756 254.65381 204.44667 248.5 194.5 C 243.831 186.9533 233.22322 179.77212 224.125 179.71875 z M 445.78125 272.90625 C 438.63012 273.02438 431.16334 275.8952 427 281 C 422.89048 286.03881 421.12741 296.83761 426.5 300.5 C 437.11465 307.73581 458.17736 297.76439 462 285.5 C 463.29327 281.35074 459.02311 276.14424 455 274.5 C 452.22832 273.36722 449.03177 272.85256 445.78125 272.90625 z M 70.96875 286.03125 C 64.612087 286.10335 56.070484 290.6462 56.03125 296.6875 C 55.9984 301.74656 63.601607 304.55568 68.625 305.15625 C 74.654834 305.87715 84.506663 304.79433 85.71875 298.84375 C 86.953602 292.7814 78.381401 286.64024 72.21875 286.09375 C 71.817563 286.05815 71.392528 286.02645 70.96875 286.03125 z M 203.40625 287 C 199.34507 287.0826 195.6145 288.36938 193.6875 291.71875 C 189.8335 298.41748 198.11672 307.01811 205.46875 310.03125 C 212.82078 313.04439 224.17022 310.25108 226.3125 303.40625 C 228.45478 296.56142 221.30302 292.44003 215 289.5 C 211.84849 288.02999 207.46743 286.91741 203.40625 287 z M 364.3125 288.46875 C 364.04055 288.47075 363.76431 288.4777 363.5 288.5 C 354.3663 289.27671 342.38508 302.57976 347 310.5 C 352.92189 320.66329 378.35708 317.18437 382 306 C 384.54677 298.18102 372.74283 288.41771 364.3125 288.46875 z M 494.375 299.9375 C 493.81693 299.9263 493.26641 299.9494 492.75 300 C 485.23977 300.73542 474.06134 309.66064 477.25 316.5 C 482.29331 327.31741 509.66991 325.96132 513 314.5 C 515.1716 307.02594 502.74608 300.10607 494.375 299.9375 z M 606 307.34375 C 602.32259 307.41695 599.47394 311.64133 596 313.25 C 591.78698 315.20091 586.49604 315.19496 583 318.25 C 580.78144 320.1887 577.54644 323.31076 578.75 326 C 582.06956 333.41723 594.60648 333.43054 602.5 331.5 C 609.10256 329.88519 617.7922 325.04398 618 318.25 C 618.15945 313.03678 611.9188 308.07256 606.75 307.375 C 606.49707 307.3409 606.24516 307.33895 606 307.34375 z M 442.0625 358.28125 C 440.80091 358.30935 439.60831 358.38421 438.5 358.5 C 430.22339 359.36468 417.23276 363.68263 417.5 372 C 417.77553 380.57527 431.43214 384.95046 440 384.5 C 449.55817 383.99748 464.68859 377.49728 463.5 368 C 462.53134 360.26 450.89364 358.08417 442.0625 358.28125 z M 93.6875 363.96875 C 82.770034 364.26883 70.450076 381.9085 75.5 391.5 C 79.731868 399.53773 96.875126 398.17818 102.75 391.25 C 106.24117 387.13289 101.87026 380.39914 100.25 375.25 C 98.997094 371.26831 98.911467 364.32527 94.75 364 C 94.401396 363.9728 94.039676 363.95915 93.6875 363.96875 z M 522.5 371.78125 C 495.09084 372.06613 461.16916 388.32635 457 410 C 453.75009 426.89491 481.84178 441.26314 499 440 C 524.86155 438.09615 567.51623 408.71097 555 386 C 549.41991 375.87482 536.85718 371.63203 522.5 371.78125 z M 22.09375 371.96875 C 21.904286 371.96914 21.699455 371.97687 21.5 372 C 6.724975 373.71311 2.3839436 399.26187 5.75 413.75 C 8.2582802 424.5461 18.978076 437.66808 30 436.5 C 38.873206 435.55964 44.581128 423.39779 45.25 414.5 C 45.987543 404.6887 37.171511 396.51964 32.25 388 C 29.136458 382.61014 27.967146 371.95676 22.09375 371.96875 z M 182.9375 379.4375 C 182.62449 379.4465 182.3177 379.4673 182 379.5 C 159.82786 381.78078 130.41074 407.05877 136.5 428.5 C 140.86885 443.88341 166.94761 443.7037 182.75 441.25 C 197.39056 438.9767 216.97252 431.50339 220 417 C 221.6105 409.2848 212.47393 402.92047 207 397.25 C 200.12364 390.12674 192.64079 379.16485 182.9375 379.4375 z M 333.875 386.375 C 317.14729 386.84915 296.68754 398.34298 297.5 412.5 C 298.2082 424.84031 320.57029 421.51475 332.5 424.75 C 339.62959 426.68349 349.01934 434.21629 354.25 429 C 363.92456 419.35203 358.71468 394.87227 346.5 388.75 C 342.95043 386.97088 338.55876 386.24224 333.875 386.375 z M 609.625 393.28125 C 607.71534 393.32595 605.95136 393.85436 604.5 395 C 596.01678 401.69631 603.51251 423.38885 614 426 C 621.31903 427.82228 630.9541 417.48188 630 410 C 628.98644 402.05186 617.90018 393.08765 609.625 393.28125 z M 400.59375 411.53125 C 399.30663 411.53425 398.07697 411.83519 397 412.5 C 389.65533 417.03385 393.4898 434.78494 401.5 438 C 407.25416 440.30955 416.47942 433.20032 416.5 427 C 416.5227 420.16561 407.54422 411.51275 400.59375 411.53125 z "
+       style="opacity:0.15;color:#000000;fill:#320d00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path5981"
+       d="m 233.6875,60.53125 c -1.52464,0.08557 -3.03293,0.525344 -4.375,1.40625 -4.34009,2.848746 -5.36064,8.995865 -4.53125,14.71875 0.82939,5.722885 3.49859,11.380276 7.96875,13.375 4.2616,1.901662 8.9689,0.799131 12.5,-1.8125 3.5311,-2.611631 6.01179,-6.788398 5.875,-11.375 -0.11852,-3.97402 -2.5557,-8.028731 -5.84375,-11.15625 -3.28805,-3.127519 -7.48616,-5.386765 -11.59375,-5.15625 z M 41.09375,72.71875 c -2.933754,0.0598 -5.987436,0.965055 -8.5625,2.5 -2.575064,1.534945 -4.722695,3.720397 -5.5,6.4375 -2.225403,7.778991 1.210236,18.38737 6.8125,26.53125 2.801132,4.07194 6.172432,7.53849 9.84375,9.625 3.671318,2.08651 7.763806,2.78963 11.5625,1.09375 3.727636,-1.66415 5.891737,-5.08354 6.75,-9.09375 0.858263,-4.01021 0.533237,-8.69924 -0.625,-13.375 -2.316474,-9.351523 -7.835001,-18.766809 -14.78125,-22.53125 -1.643347,-0.890593 -3.549796,-1.227254 -5.5,-1.1875 z m 531.59375,26.9375 c -1.83269,0.01522 -3.63717,0.50279 -5.125,1.59375 -2.06262,1.51242 -3.19127,3.87033 -3.625,6.46875 -0.43373,2.59842 -0.18298,5.46301 0.53125,8.25 1.42846,5.57398 4.71367,10.95342 9.46875,12.5625 3.7343,1.26366 7.9804,-0.46573 11.28125,-3.1875 3.30085,-2.72177 5.84114,-6.57209 5.5625,-10.46875 -0.27792,-3.88659 -2.9568,-7.6031 -6.40625,-10.4375 -3.44945,-2.8344 -7.72026,-4.814308 -11.6875,-4.78125 z M 177.625,126.1875 c -0.41374,0.005 -0.81146,0.0143 -1.25,0.0625 -5.56474,0.6119 -10.61014,5.25112 -13.75,10.78125 -3.13986,5.53013 -4.48356,12.17189 -1.71875,17.09375 3.54211,6.3056 12.29357,9.58822 20.84375,10.03125 4.27509,0.22151 8.52816,-0.27972 12.15625,-1.65625 3.62809,-1.37653 6.65796,-3.65974 8.21875,-6.96875 1.43306,-3.03823 1.32364,-6.46443 0.25,-9.78125 -1.07364,-3.31682 -3.08494,-6.57999 -5.65625,-9.46875 -5.14262,-5.77753 -12.44206,-10.18654 -19.09375,-10.09375 z m 167.90625,17.625 c -13.25033,0.14692 -28.32811,3.45988 -40.6875,9.8125 -12.35939,6.35262 -22.11648,15.84146 -24.15625,28.34375 -1.08891,6.67424 2.80684,12.7034 8.21875,17.46875 5.41191,4.76535 12.44865,8.40349 18.4375,10.4375 14.52204,4.93216 34.08982,8.63451 51.71875,7.59375 17.62893,-1.04076 33.55593,-6.91973 40,-21.375 1.43512,-3.21924 1.25307,-6.47054 0.0937,-9.5 -1.15932,-3.02946 -3.25651,-5.86744 -5.75,-8.59375 -4.98698,-5.45262 -11.61478,-10.51795 -15.8125,-15.0625 -3.30334,-3.57627 -6.67668,-7.95762 -10.53125,-11.625 -3.85457,-3.66738 -8.23568,-6.67496 -13.5625,-7.1875 -2.54895,-0.24526 -5.228,-0.34289 -7.96875,-0.3125 z M 616.75,144.84375 c -6.27089,0.3026 -13.11192,3.82002 -15.28125,9.28125 -2.87225,7.23082 -0.9855,17.69409 3.28125,26.09375 2.13337,4.19983 4.90039,7.875 8.125,10.34375 3.22461,2.46875 7.02011,3.71084 10.90625,2.71875 3.9985,-1.02077 6.82656,-4.04089 8.5625,-7.90625 1.73594,-3.86536 2.48272,-8.63965 2.375,-13.53125 -0.21543,-9.7832 -3.6441,-20.183 -10.125,-24.96875 -2.17482,-1.60598 -4.99356,-2.16879 -7.84375,-2.03125 z M 479.84375,150 c -6.0952,0.2745 -12.74361,3.41844 -17.75,7.84375 -5.00639,4.42531 -8.45552,10.2499 -7.40625,16.0625 1.42984,7.92073 9.79371,13.88446 18.9375,16.6875 9.14379,2.80304 19.39582,2.53638 24.90625,-3.34375 4.73594,-5.05367 4.2633,-13.37079 1.3125,-20.75 -2.9508,-7.37921 -8.42383,-14.09917 -14.96875,-15.96875 -1.59028,-0.45426 -3.28587,-0.60985 -5.03125,-0.53125 z m -390.8125,6.8125 c -1.977352,0.024 -3.894027,0.1597 -5.71875,0.4375 -9.256119,1.40915 -19.741212,6.86422 -27.5625,14.25 -7.821288,7.38578 -13.059891,16.86654 -10.96875,26.28125 1.994996,8.98185 10.236631,14.44246 19.875,17.34375 9.638369,2.90129 20.850608,3.35572 29.53125,2.125 8.37657,-1.18761 18.66551,-4.5985 26.84375,-9.875 8.17824,-5.2765 14.37106,-12.59201 13.71875,-21.46875 -0.67381,-9.16933 -7.52291,-16.51399 -16.375,-21.5 -8.85209,-4.98601 -19.79257,-7.70945 -29.34375,-7.59375 z M 554,176 c -6.32862,-0.0916 -12.96257,1.02931 -18.59375,3.5 -5.63118,2.47069 -10.30794,6.31999 -12.4375,11.75 -2.57036,6.55394 -0.77255,14.76089 3.21875,21.625 3.9913,6.86411 10.24804,12.53409 17.1875,13.65625 8.08726,1.30777 16.60265,-2.72382 23.3125,-8.90625 6.70985,-6.18243 11.69366,-14.57979 12.4375,-22.625 0.35059,-3.79191 -1.32478,-7.5561 -3.84375,-10.625 -2.51897,-3.0689 -5.91342,-5.49172 -9.40625,-6.59375 C 562.29191,176.65074 558.21631,176.06102 554,176 z m -329.875,2.46875 c -2.73093,-0.016 -5.38451,0.5594 -7.75,1.9375 -5.14402,2.99684 -7.53165,9.07786 -8.03125,15.46875 -0.4996,6.39089 0.84842,13.22093 3.5625,18.21875 3.06603,5.64592 8.80086,11.2692 15.21875,14.8125 6.41789,3.5433 13.67117,5.05603 19.5,1.6875 5.60013,-3.23637 7.83562,-10.00421 7.96875,-17.03125 0.13313,-7.02704 -1.78812,-14.47673 -5.03125,-19.71875 -4.92859,-7.96629 -15.68583,-15.3178 -25.4375,-15.375 z m 221.625,93.1875 c -7.47187,0.12343 -15.23713,3.06745 -19.71875,8.5625 -2.27634,2.79109 -3.79172,6.92501 -4.09375,10.96875 -0.30203,4.04374 0.63125,8.15385 3.84375,10.34375 5.84728,3.98598 14.20658,3.17121 21.53125,-0.0625 7.32467,-3.23371 13.79787,-8.92959 15.875,-15.59375 0.80749,-2.5907 -0.1075,-5.30415 -1.65625,-7.53125 -1.54875,-2.2271 -3.76598,-4.06141 -6.0625,-5 -2.96092,-1.21012 -6.32249,-1.7436 -9.71875,-1.6875 z m -374.78125,13.125 c -3.470344,0.0394 -7.384701,1.24434 -10.53125,3.28125 -3.146549,2.03691 -5.632812,5.01601 -5.65625,8.625 -0.02051,3.15858 2.306215,5.47836 5.03125,7 2.725035,1.52164 5.989926,2.39998 8.65625,2.71875 3.168178,0.37877 7.253359,0.2979 10.84375,-0.6875 3.590391,-0.9854 6.889428,-3.01381 7.625,-6.625 0.747098,-3.66778 -1.4194,-7.12661 -4.375,-9.65625 -2.9556,-2.52964 -6.777061,-4.28855 -10.21875,-4.59375 -0.413565,-0.0367 -0.879274,-0.0681 -1.375,-0.0625 z M 203.375,285.75 c -4.31005,0.0877 -8.57489,1.50881 -10.78125,5.34375 -2.23604,3.88651 -0.89316,8.31897 1.78125,11.90625 2.67441,3.58728 6.71473,6.58492 10.625,8.1875 4.01101,1.64387 8.90229,1.69116 13.1875,0.4375 4.28521,-1.25366 8.06751,-3.86585 9.3125,-7.84375 1.21124,-3.87006 -0.30314,-7.23748 -2.8125,-9.6875 -2.50936,-2.45002 -5.96601,-4.23067 -9.15625,-5.71875 -3.33514,-1.55566 -7.8481,-2.71261 -12.15625,-2.625 z m 160.9375,1.46875 c -0.28705,0.002 -0.5908,0.005 -0.90625,0.0313 -5.12244,0.4356 -10.54553,4.15075 -14.28125,8.78125 -1.86786,2.31525 -3.3234,4.86636 -4,7.46875 -0.6766,2.60239 -0.56799,5.3094 0.78125,7.625 1.69252,2.90474 4.73494,4.76227 8.21875,5.75 3.48381,0.98773 7.48329,1.14293 11.40625,0.625 7.84591,-1.03585 15.58073,-4.75282 17.65625,-11.125 1.49745,-4.59741 -1.17423,-9.40138 -5.0625,-13 -3.88827,-3.59862 -9.11021,-6.18472 -13.8125,-6.15625 z m 130.09375,11.46875 c -0.60914,-0.0122 -1.21567,0.007 -1.78125,0.0625 -4.18433,0.40974 -8.97162,2.94986 -12.5,6.3125 -1.76419,1.68132 -3.22208,3.58207 -4.03125,5.625 -0.80917,2.04293 -0.92846,4.28526 0.0313,6.34375 1.44848,3.10685 4.40718,5.21108 7.9375,6.5 3.53032,1.28892 7.68848,1.78009 11.78125,1.5625 4.09277,-0.21759 8.12214,-1.14094 11.4375,-2.8125 3.31536,-1.67156 5.94726,-4.13689 6.90625,-7.4375 0.64666,-2.22564 0.21259,-4.45163 -0.90625,-6.375 -1.11884,-1.92337 -2.88764,-3.61305 -4.9375,-5.03125 -4.09971,-2.83639 -9.41945,-4.65902 -13.9375,-4.75 z m 111.5625,7.40625 c -2.31168,0.046 -4.15304,1.34783 -5.8125,2.65625 -1.65946,1.30842 -3.21148,2.6915 -4.6875,3.375 -3.84923,1.78245 -9.31301,1.71983 -13.28125,5.1875 -1.133,0.99008 -2.57297,2.28441 -3.625,3.8125 -1.05203,1.52809 -1.81533,3.48339 -0.96875,5.375 1.89988,4.2451 6.36577,6.2769 11.125,7 4.75923,0.7231 9.99767,0.22054 14.09375,-0.78125 3.45872,-0.84591 7.39341,-2.51275 10.59375,-4.90625 3.20034,-2.3935 5.72381,-5.60999 5.84375,-9.53125 0.0954,-3.11794 -1.66327,-5.94935 -4.03125,-8.09375 -2.36798,-2.1444 -5.40398,-3.66998 -8.3125,-4.0625 -0.35582,-0.048 -0.66891,-0.0365 -0.9375,-0.0313 z m -163.9375,50.9375 c -1.29354,0.0288 -2.51107,0.0991 -3.65625,0.21875 -4.28528,0.44769 -9.70374,1.75974 -14.15625,4.09375 -2.22626,1.16701 -4.22912,2.60667 -5.6875,4.375 -1.45838,1.76833 -2.35863,3.90408 -2.28125,6.3125 0.15888,4.9448 4.13378,8.53715 8.875,10.75 4.74122,2.21285 10.40636,3.20698 14.9375,2.96875 5.02729,-0.26431 11.30383,-2.06178 16.34375,-5.0625 2.51996,-1.50036 4.74135,-3.2906 6.28125,-5.4375 1.5399,-2.1469 2.4025,-4.68949 2.0625,-7.40625 -0.5593,-4.46906 -4.23286,-7.27548 -8.59375,-8.84375 -4.36089,-1.56827 -9.59435,-2.06986 -14.125,-1.96875 z m -348.375,5.6875 c -6.119741,0.16821 -12.122248,4.96334 -16.09375,10.84375 -3.971502,5.88041 -6.024351,13.08376 -3.15625,18.53125 2.454375,4.66168 8.32721,6.36759 14.15625,6.15625 5.82904,-0.21134 11.85621,-2.29579 15.15625,-6.1875 2.13027,-2.51221 1.81186,-5.78488 0.90625,-8.78125 -0.90561,-2.99637 -2.42725,-5.9902 -3.1875,-8.40625 -0.56633,-1.79977 -0.90841,-4.5642 -1.65625,-7 -0.373919,-1.2179 -0.85066,-2.35361 -1.625,-3.3125 -0.77434,-0.95889 -1.92728,-1.70423 -3.3125,-1.8125 -0.383202,-0.0299 -0.779632,-0.0424 -1.1875,-0.0313 z M 522.5,370.53125 c -13.9469,0.14496 -29.44146,4.33419 -42.0625,11.25 -12.62104,6.91581 -22.46359,16.57009 -24.65625,27.96875 -0.88194,4.58483 0.35975,9.03279 2.9375,12.9375 2.57775,3.90471 6.47633,7.34379 10.96875,10.1875 8.98483,5.68742 20.43035,9.03578 29.40625,8.375 13.35113,-0.98287 30.56111,-8.90713 43.09375,-19.5 6.26632,-5.29644 11.3699,-11.26778 14.125,-17.5 2.7551,-6.23222 3.11061,-12.80256 -0.21875,-18.84375 -5.89232,-10.69173 -18.98221,-15.02686 -33.59375,-14.875 z m -500.40625,0.1875 c -0.22168,4.6e-4 -0.484781,4.9e-4 -0.75,0.0313 -4.040668,0.4685 -7.38172,2.61144 -9.96875,5.65625 -2.5870301,3.04481 -4.4585296,6.98647 -5.75,11.3125 -2.5829408,8.65206 -2.8403781,18.79469 -1.09375,26.3125 1.3178494,5.67227 4.7106426,11.81228 9.25,16.46875 4.539357,4.65647 10.301567,7.89034 16.34375,7.25 4.971456,-0.52686 8.91496,-4.15664 11.65625,-8.625 2.74129,-4.46836 4.367544,-9.85927 4.71875,-14.53125 0.398689,-5.30364 -1.776014,-10.07184 -4.5625,-14.5 -2.786486,-4.42816 -6.208311,-8.58931 -8.59375,-12.71875 -1.411924,-2.44419 -2.500704,-6.44732 -3.96875,-9.90625 -0.734023,-1.72946 -1.572364,-3.3343 -2.71875,-4.59375 -1.146386,-1.25945 -2.71535,-2.16002 -4.5625,-2.15625 z m 160.8125,7.46875 c -0.34493,0.01 -0.68566,0.0269 -1.03125,0.0625 -11.4986,1.18283 -24.54076,8.216 -34.09375,17.6875 -9.55299,9.4715 -15.72481,21.55118 -12.5,32.90625 1.18187,4.16155 3.90148,7.29651 7.40625,9.53125 3.50477,2.23474 7.80749,3.63283 12.4375,4.4375 9.26001,1.60933 19.81264,0.92967 27.8125,-0.3125 7.44228,-1.15559 16.11918,-3.6199 23.40625,-7.6875 7.28707,-4.0676 13.25966,-9.82407 14.875,-17.5625 0.91616,-4.38892 -1.22057,-8.29804 -4.09375,-11.6875 -2.87318,-3.38946 -6.56102,-6.43435 -9.21875,-9.1875 -3.37286,-3.49397 -6.98158,-8.02481 -11.03125,-11.71875 -4.04967,-3.69394 -8.63687,-6.61857 -13.96875,-6.46875 z m 150.9375,6.9375 c -8.63598,0.24479 -18.11764,3.28 -25.4375,8.125 -7.31986,4.845 -12.59806,11.6141 -12.15625,19.3125 0.19884,3.46479 2.05521,6.02752 4.6875,7.65625 2.63229,1.62873 5.99491,2.49287 9.65625,3.0625 7.32268,1.13927 15.92439,1.15001 21.59375,2.6875 3.30223,0.89554 7.43516,3.22375 11.46875,4.75 2.01679,0.76312 4.02622,1.34047 6,1.34375 1.97378,0.003 3.92164,-0.64464 5.46875,-2.1875 5.29201,-5.27747 6.36251,-14.19644 4.6875,-22.5625 -1.67501,-8.36606 -6.10849,-16.35863 -12.75,-19.6875 -3.79713,-1.9032 -8.38305,-2.63707 -13.21875,-2.5 z m 275.75,6.90625 c -2.12252,0.0497 -4.1832,0.66457 -5.875,2 -2.44943,1.93348 -3.68017,4.8804 -4.03125,8.125 -0.35108,3.2446 0.14306,6.81811 1.25,10.25 2.21388,6.86377 6.78492,13.32733 12.75,14.8125 4.32366,1.0765 8.91132,-1.34899 12.3125,-4.84375 3.40118,-3.49476 5.80315,-8.19356 5.25,-12.53125 -0.57181,-4.48398 -3.83122,-8.86664 -7.9375,-12.21875 -4.10628,-3.35211 -9.11609,-5.70143 -13.71875,-5.59375 z m -209,18.25 c -1.48053,0.003 -2.95413,0.35631 -4.25,1.15625 -2.18855,1.35099 -3.4935,3.64349 -4.09375,6.21875 -0.60025,2.57526 -0.5484,5.46662 0,8.3125 1.0968,5.69175 4.10063,11.30884 8.78125,13.1875 3.50423,1.40649 7.62017,-0.0356 10.875,-2.46875 3.25483,-2.4331 5.8314,-5.96762 5.84375,-9.6875 0.0132,-3.96754 -2.43904,-8.03961 -5.71875,-11.21875 -3.27971,-3.17914 -7.44097,-5.51064 -11.4375,-5.5 z"
+       transform="translate(0.2928932,-1.5)" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 484.7217,150.84179 c -11.55904,-3.30188 -30.77339,10.09012 -28.63783,21.92031 2.58285,14.30796 31.77743,23.3368 41.7193,12.72793 8.44157,-9.00792 -1.21112,-31.25743 -13.08147,-34.64824 z"
+       id="path5054"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa"
+       transform="translate(-0.1909032,0.9104107)" />
+    <path
+       transform="translate(-0.5444532,-0.1502493)"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 578.41335,195.03597 c 0.61855,-6.69002 -5.96717,-13.88836 -12.37437,-15.90991 -13.75799,-4.34082 -36.09848,-0.70267 -41.36575,12.72793 -4.72336,12.04371 6.67453,31.52242 19.44544,33.58757 15.08161,2.43881 32.88815,-15.19295 34.29468,-30.40559 z"
+       id="path5056"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaa" />
+    <path
+       transform="translate(-0.5444532,-0.1502493)"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 624.02173,192.20754 c 14.27407,-3.644 12.20449,-35.44299 0.35356,-44.19417 -5.96666,-4.40601 -18.47506,-0.17571 -21.21321,6.71751 -5.27794,13.28707 7.00698,41.01308 20.85965,37.47666 z"
+       id="path5058"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa" />
+    <path
+       transform="translate(-0.5444532,-0.1502493)"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 574.87781,127.50727 c 6.18933,2.09442 15.66885,-5.85691 15.2028,-12.37437 -0.58816,-8.22521 -14.56315,-17.604067 -21.2132,-12.72792 -6.93854,5.08768 -2.13956,22.34441 6.0104,25.10229 z"
+       id="path5060"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa" />
+    <path
+       transform="translate(-0.5444532,-0.1502493)"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 308.29855,208.82455 c 28.75362,9.76567 77.79177,14.6541 90.15612,-13.08147 5.19039,-11.64302 -12.56374,-22.45569 -21.21321,-31.81981 -6.71891,-7.27405 -13.47774,-17.43637 -23.33451,-18.38478 -26.65273,-2.56451 -67.10629,10.34314 -71.41779,36.76955 -1.98613,12.17351 14.13016,22.54986 25.80939,26.51651 z"
+       id="path5062"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 217,181.5 c -9.28836,5.41128 -9.13001,22.55339 -4,32 5.83395,10.74288 22.41562,22.11681 33,16 10.12692,-5.85244 8.65381,-25.05333 2.5,-35 -5.97632,-9.65978 -21.68512,-18.71803 -31.5,-13 z"
+       id="path5094"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 201,155 c 5.23737,-11.1037 -12.29666,-28.84188 -24.5,-27.5 -9.86386,1.08463 -19.36002,17.34827 -14.5,26 6.37156,11.34254 33.45005,13.26639 39,1.5 z"
+       id="path5096"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 83.5,158.5 c -17.829257,2.71433 -41.410459,21.39437 -37.5,39 3.718034,16.7393 31.022544,20.90702 48,18.5 16.36993,-2.32089 40.71171,-13.51083 39.5,-30 -1.39401,-18.97004 -31.19548,-30.3628 -50,-27.5 z"
+       id="path5098"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 28.25,82 C 29.999325,75.885161 40.408217,71.969596 46,75 58.78822,81.930432 68.031941,111.82046 54.75,117.75 41.204948,123.79701 24.170102,96.261457 28.25,82 z"
+       id="path5100"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 230,63 c -7.38039,4.844331 -4.32227,22.496015 3.25,25.875 7.57227,3.378985 16.86975,-3.79348 16.625,-12 C 249.63025,68.66848 237.38039,58.155669 230,63 z"
+       id="path5102"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="zzzz" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 499,440 c -17.15822,1.26314 -45.24991,-13.10509 -42,-30 6.353,-33.02651 81.76702,-53.45508 98,-24 12.51623,22.71097 -30.13845,52.09615 -56,54 z"
+       id="path5104"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 614,426 c 7.31903,1.82228 16.9541,-8.51812 16,-16 -1.24746,-9.78232 -17.75941,-21.1101 -25.5,-15 -8.48322,6.69631 -0.98749,28.38885 9.5,31 z"
+       id="path5106"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 417.5,372 c -0.26724,-8.31737 12.72339,-12.63532 21,-13.5 8.86646,-0.9263 23.89296,0.65428 25,9.5 1.18859,9.49728 -13.94183,15.99748 -23.5,16.5 -8.56786,0.45046 -22.22447,-3.92473 -22.5,-12.5 z"
+       id="path5108"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 397,412.5 c -7.34467,4.53385 -3.5102,22.28494 4.5,25.5 5.75416,2.30955 14.97942,-4.79968 15,-11 0.0269,-8.10002 -12.6074,-18.75478 -19.5,-14.5 z"
+       id="path5110"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 332.5,424.75 c 7.12959,1.93349 16.51934,9.46629 21.75,4.25 9.67456,-9.64797 4.46468,-34.12773 -7.75,-40.25 -16.22662,-8.13314 -50.03995,5.62902 -49,23.75 0.7082,12.34031 23.07029,9.01475 35,12.25 z"
+       id="path5112"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 220,417 c 1.6105,-7.7152 -7.52607,-14.07953 -13,-19.75 -7.09818,-7.35304 -14.8335,-18.79579 -25,-17.75 -22.17214,2.28078 -51.58926,27.55877 -45.5,49 4.36885,15.38341 30.44761,15.2037 46.25,12.75 14.64056,-2.2733 34.22252,-9.74661 37.25,-24.25 z"
+       id="path5114"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 30,436.5 c 8.873206,-0.94036 14.581128,-13.10221 15.25,-22 0.737543,-9.8113 -8.078489,-17.98036 -13,-26.5 C 29.036021,382.43627 27.88256,371.25997 21.5,372 6.724975,373.71311 2.3839436,399.26187 5.75,413.75 8.2582802,424.5461 18.978076,437.66808 30,436.5 z"
+       id="path5116"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 75.5,391.5 c 4.231868,8.03773 21.375126,6.67818 27.25,-0.25 3.49117,-4.11711 -0.87974,-10.85086 -2.5,-16 -1.252906,-3.98169 -1.338533,-10.92473 -5.5,-11.25 -11.155319,-0.87192 -24.462825,17.5991 -19.25,27.5 z"
+       id="path5118"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 56.03033,296.67678 c 0.04185,-6.44405 9.757787,-11.15501 16.176777,-10.58579 6.162651,0.54649 14.734852,6.67509 13.5,12.73744 -1.212087,5.95058 -11.055953,7.04412 -17.085787,6.32322 -5.023393,-0.60057 -12.623842,-3.41581 -12.59099,-8.47487 z"
+       id="path5120"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 193.67678,291.70971 c 3.854,-6.69873 15.0202,-5.14974 21.32322,-2.20971 6.30302,2.94003 13.4629,7.06418 11.32062,13.90901 -2.14228,6.84483 -13.49892,9.63186 -20.85095,6.61872 -7.35203,-3.01314 -15.64689,-11.61929 -11.79289,-18.31802 z"
+       id="path5122"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="zzzzz" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 347,310.5 c -4.61492,-7.92024 7.3663,-21.22329 16.5,-22 8.45803,-0.71925 21.12892,9.42879 18.5,17.5 -3.64292,11.18437 -29.07811,14.66329 -35,4.5 z"
+       id="path5124"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 426.5,300.5 c -5.37259,-3.66239 -3.60952,-14.46119 0.5,-19.5 6.05577,-7.42517 19.13063,-10.12489 28,-6.5 4.02311,1.64424 8.29327,6.85074 7,11 -3.82264,12.26439 -24.88535,22.23581 -35.5,15 z"
+       id="path5126"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 477.25,316.5 c -3.18866,-6.83936 7.98977,-15.76458 15.5,-16.5 8.26251,-0.80908 22.56637,6.52767 20.25,14.5 -3.33009,11.46132 -30.70669,12.81741 -35.75,2 z"
+       id="path5128"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaa" />
+    <path
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 578.75,326 c -1.20356,-2.68924 2.03144,-5.8113 4.25,-7.75 3.49604,-3.05504 8.78698,-3.04909 13,-5 3.70554,-1.71591 6.70314,-6.42115 10.75,-5.875 5.1688,0.69756 11.40945,5.66178 11.25,10.875 -0.2078,6.79398 -8.89744,11.63519 -15.5,13.25 -7.89352,1.93054 -20.43044,1.91723 -23.75,-5.5 z"
+       id="path5130"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="aaaaaaa" />
+    <path
+       transform="translate(1,454)"
+       style="color:#000000;fill:#b7511f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 233.77145,-388.59743 c 0.2122,-0.13928 -1.19932,2.37776 -0.65625,6.125 0.54307,3.74724 3.16489,6.73705 2.84375,6.59375 0.93113,0.4155 2.22454,0.26138 3.71875,-0.84375 1.49421,-1.10513 2.34832,-2.86152 2.3125,-4.0625 -0.0116,-0.3884 -1.0529,-3.12129 -3.09375,-5.0625 -2.04085,-1.94121 -4.66931,-2.77382 -5.09375,-2.75 -0.13768,0.008 -0.0124,-0.0124 -0.0313,0 z M 41.28125,-378.5 c -1.186192,0.0242 -3.01548,0.54538 -4.25,1.28125 -1.23452,0.73587 -1.634911,1.53437 -1.5625,1.28125 -0.926371,3.23817 1.146334,12.64572 5.625,19.15625 2.239333,3.25526 4.900192,5.81089 6.9375,6.96875 2.037308,1.15786 2.746471,1.09366 3.65625,0.6875 0.875707,-0.39095 1.290333,-0.75847 1.75,-2.90625 0.459667,-2.14778 0.328927,-5.68143 -0.59375,-9.40625 -1.845355,-7.44963 -7.358765,-15.26901 -10.4375,-16.9375 0.07558,0.041 -0.300398,-0.14181 -1.125,-0.125 z m 531.4375,28.35171 c 0.0931,-0.0889 0.0222,-0.16318 -0.125,0.71875 -0.17316,1.03741 -0.0868,2.85423 0.375,4.65625 0.92362,3.60403 3.78998,6.4092 3.78125,6.40625 -0.74609,-0.25247 1.14212,-0.17036 2.90625,-1.625 1.76413,-1.45464 2.33411,-3.66553 2.375,-3.09375 -0.005,-0.0684 -1.05202,-2.47518 -3.25,-4.28125 -2.19798,-1.80607 -5.18497,-2.7883 -6.03125,-2.78125 -0.0272,2.3e-4 -0.01,-4.4e-4 -0.0313,0 z m -395.40625,25.11704 c -1.13218,0.12449 -4.8744,2.60747 -7.03125,6.40625 -2.15685,3.79878 -2.13844,7.69037 -1.71875,8.4375 1.04618,1.86239 7.10874,5.25611 13.625,5.59375 3.25813,0.16882 6.43285,-0.30513 8.59375,-1.125 2.1609,-0.81987 3.05936,-1.76456 3.40625,-2.5 0.27983,-0.59326 0.42898,-1.5358 -0.15625,-3.34375 -0.58523,-1.80795 -1.95948,-4.16049 -3.875,-6.3125 -3.83105,-4.30403 -9.90556,-7.19113 -12.40625,-7.15625 -0.25382,0.003 -0.39958,-0.004 -0.4375,0 z m 169.52869,19.47874 c -9.87315,0.10947 -21.58209,2.71117 -30.64096,7.36737 -9.05888,4.65619 -15.02189,10.94008 -16.21863,18.27523 -0.34783,2.13191 0.91163,4.79384 4.42563,7.88803 3.514,3.0942 8.76813,5.86455 12.88639,7.26324 11.25029,3.82097 26.95316,6.72346 40.29924,5.93555 13.34609,-0.78791 23.23438,-4.84517 27.07443,-13.45912 0.39308,-0.88175 0.39377,-1.17795 -0.0521,-2.34298 -0.44583,-1.16502 -1.61563,-2.93681 -3.35827,-4.84215 -3.48526,-3.81069 -8.90862,-7.93366 -13.14672,-12.52193 -3.07932,-3.33375 -5.79786,-6.83707 -8.43472,-9.34588 -2.63686,-2.50881 -4.86428,-3.77979 -6.97687,-3.98307 -1.83013,-0.17609 -3.81127,-0.25699 -5.85745,-0.23429 z m 270.90091,0.53727 c -2.81248,0.13571 -6.72176,3.06765 -6.8671,3.43355 -1.12434,2.8305 -0.36671,11.08211 2.69576,17.11099 1.53124,3.01444 3.47952,5.47198 5.07938,6.69684 1.59987,1.22485 2.25456,1.29236 3.09304,1.0783 0.89593,-0.22872 1.59396,-0.7131 2.49712,-2.72414 0.90316,-2.01103 1.525,-5.29194 1.4472,-8.82507 -0.1556,-7.06625 -3.60695,-14.72145 -5.95905,-16.45833 -0.002,-9.1e-4 -0.7068,-0.37389 -1.98635,-0.31214 z M 480.25,-300.5429 c -3.29964,0.1486 -8.71615,2.4497 -12.34375,5.65625 -3.6276,3.20655 -4.83771,6.58606 -4.59375,7.9375 0.46032,2.54997 5.72158,7.64128 12.90625,9.84375 7.18467,2.20247 14.17477,0.91014 15.90625,-0.9375 1.1275,-1.20314 1.80231,-5.97694 -0.40625,-11.5 -2.20856,-5.52306 -6.97609,-10.1317 -9.25,-10.78125 -0.5718,-0.16333 -1.29935,-0.26015 -2.21875,-0.21875 z m -390.723546,6.2507 c -1.461652,0.0177 -2.835912,0.1203 -4.105845,0.31364 -6.262883,0.95346 -14.924777,5.27641 -20.871379,10.89189 -5.946601,5.61549 -8.709303,11.744 -7.669946,16.42338 0.951204,4.28251 5.276974,7.68023 12.631176,9.89395 7.354201,2.21372 16.800789,2.63128 23.494557,1.68226 6.418294,-0.90998 15.074173,-3.81468 21.270563,-7.81251 6.19638,-3.99784 9.19428,-8.20142 8.89599,-12.26051 -0.34543,-4.70075 -4.20432,-9.46312 -10.89189,-13.22995 -6.68757,-3.76683 -15.655576,-5.98813 -22.753226,-5.90215 z m 464.609696,20.79409 c -4.8004,-0.0695 -9.92661,0.8422 -13.79578,2.5398 -3.86918,1.69761 -6.24703,3.93814 -7.21537,6.40725 -1.02392,2.61081 -0.34113,8.12429 2.45322,12.92994 2.79436,4.80564 7.30531,8.2016 10.13038,8.65843 3.93401,0.63617 9.82699,-1.61537 14.77707,-6.17635 4.95008,-4.56098 8.46486,-11.08076 8.88933,-15.67177 0.0565,-0.61101 -0.36787,-2.2636 -1.73169,-3.92516 -1.36382,-1.66156 -3.49394,-3.0648 -4.84872,-3.49224 -2.38034,-0.75103 -5.44286,-1.22337 -8.65844,-1.2699 z m -330.0424,0.74811 c -1.44606,-0.008 -2.47738,0.26347 -3.3125,0.75 -1.64281,0.95708 -3.32377,3.90963 -3.6875,8.5625 -0.36373,4.65287 0.8614,10.26881 2.53125,13.34375 2.02194,3.72329 6.84313,8.65193 11.71875,11.34375 4.87562,2.69182 8.83635,2.94621 10.90625,1.75 1.84095,-1.0639 3.49405,-4.33137 3.59375,-9.59375 0.0997,-5.26238 -1.67122,-11.57748 -3.75,-14.9375 -3.11025,-5.02723 -12.82552,-11.1884 -18,-11.21875 z m 221.8125,94.60171 c -5.22518,0.0863 -10.8103,2.55101 -13.0625,5.3125 -0.72427,0.88805 -1.98836,3.81466 -2.15625,6.0625 -0.16789,2.24784 0.53583,2.79141 0.0625,2.46875 2.06511,1.40775 7.45684,1.60346 13,-0.84375 5.24967,-2.31764 9.55176,-6.6998 10.78125,-9.65625 -0.0392,-0.10076 -0.0312,-0.16778 -0.21875,-0.4375 -0.56825,-0.81715 -1.85583,-1.75222 -2.15625,-1.875 -1.63539,-0.66838 -3.8746,-1.07049 -6.25,-1.03125 z M 71.0625,-164.66973 c 0,1.425 -4.179805,0.79785 -5.84375,1.875 -0.459125,0.29721 -0.57134,0.46133 -0.8125,0.6875 1.367853,0.69332 3.632654,1.38408 5.125,1.5625 2.094643,0.25043 5.434735,0.12074 7.46875,-0.4375 0.466883,-0.12814 0.453198,-0.13744 0.6875,-0.21875 -0.204527,-0.26816 -0.330022,-0.46656 -0.84375,-0.90625 -1.57867,-1.35115 -4.363765,-2.44989 -5.28125,-2.53125 -0.326863,-0.029 -0.508241,-0.0312 -0.5,-0.0313 z m 132.5,0.26164 c -2.56683,0.0522 -3.09422,0.50378 -3.34375,0.9375 -0.0713,0.12402 -0.32167,0.25695 1.1875,2.28125 1.50917,2.0243 4.63684,4.38241 6.90625,5.3125 1.66447,0.68216 4.94966,0.84369 7.40625,0.125 2.45659,-0.71869 3.37903,-1.94429 3.40625,-2.03125 0.22987,-0.73446 0.53666,0.29192 -0.5625,-0.78125 -1.09916,-1.07317 -3.83107,-2.70097 -6.75,-4.0625 -2.04886,-0.95569 -5.67176,-1.83368 -8.25,-1.78125 z m 160.5625,1.8223 c -1.23075,0.10466 -5.68155,2.42508 -8.1875,5.53125 -1.25297,1.55309 -2.05351,3.19134 -2.3125,4.1875 -0.25899,0.99616 -0.10476,1.03473 -0.125,1 0.20723,0.35565 0.9842,1.11598 3,1.6875 2.0158,0.57152 4.97301,0.78938 7.875,0.40625 5.80397,-0.76627 10.1728,-4.24765 10.46875,-5.15625 -0.072,0.22122 -0.21302,-1.5536 -2.6875,-3.84375 -2.46424,-2.28068 -6.47385,-3.80761 -7.78125,-3.8125 -0.005,-2e-5 -0.0259,-3e-5 -0.0313,0 -0.13939,0.002 -0.25615,0.003 -0.21875,0 z m 130.09375,11.46875 c -0.25139,-0.005 -0.52884,0.01 -0.75,0.0313 -1.17786,0.11534 -5.10881,1.83586 -7.28125,3.90625 -0.99397,0.94728 -1.55474,1.80881 -1.78125,2.28125 0.35154,0.41198 1.0209,0.99668 2.65625,1.59375 2.11175,0.771 5.25189,1.22522 8.3125,1.0625 3.06061,-0.16272 6.06629,-0.94706 7.96875,-1.90625 1.46259,-0.73742 1.94791,-1.30416 2.1875,-1.6875 -0.2742,-0.41673 -0.95119,-1.26003 -2.15625,-2.09375 -2.56993,-1.77802 -6.96731,-3.14342 -9.15625,-3.1875 z m 112.15625,7.59375 c -0.19214,0.11211 -0.32953,0.20634 -0.78125,0.5625 -1.28556,1.01361 -3.13365,2.90759 -6.4375,4.4375 -6.39746,2.96245 -10.55807,3.26641 -11.21875,3.84375 -0.11129,0.0973 -0.14002,0.14973 -0.25,0.25 0.64498,0.24167 1.21446,0.48467 2.34375,0.65625 3.19466,0.48538 7.63734,0.12099 10.6875,-0.625 2.35592,-0.5762 5.47441,-1.93807 7.4375,-3.40625 1.96309,-1.46818 2.30488,-2.50103 2.3125,-2.75 -0.0142,0.46374 -0.0606,-0.35157 -1.15625,-1.34375 -0.88597,-0.80232 -2.10563,-1.35316 -2.9375,-1.625 z m -164.15625,51.042897 c -1.06975,0.02383 -2.0506,0.06359 -2.9375,0.15625 -3.2558,0.340143 -7.9742,1.570122 -11,3.15625 -1.5129,0.793064 -2.5524,1.651411 -2.96875,2.15625 -0.41635,0.504839 -0.28457,0.365414 -0.28125,0.46875 0.011,0.341591 0.59258,1.574269 3.78125,3.0625 3.18867,1.488231 7.98172,2.334687 10.78125,2.1875 3.28871,-0.172904 8.7826,-1.723475 12.34375,-3.84375 1.78057,-1.060138 3.06031,-2.243966 3.625,-3.03125 0.56469,-0.787284 0.50856,-0.869423 0.46875,-1.1875 -0.0342,-0.272907 -0.0693,-0.689752 -2.84375,-1.6875 -2.77443,-0.997748 -7.24419,-1.520619 -10.96875,-1.4375 z M 91.8125,-87.75 c -2.075763,1.064508 -4.951249,3.231533 -6.96875,6.21875 -2.864285,4.241009 -3.152047,8.64892 -2.6875,9.53125 0.08373,0.159034 2.22518,1.609011 6.09375,1.46875 3.569436,-0.129416 7.085507,-1.837933 8.25,-2.8125 -0.0551,-0.155204 -0.08563,-0.196503 -0.28125,-0.84375 -0.578198,-1.913082 -2.046607,-4.786085 -3.15625,-8.3125 -0.737741,-2.344515 -0.954865,-3.821197 -1.25,-5.25 z m 429.74123,8.969243 c -10.39415,0.108032 -22.63095,3.379279 -32.19124,8.617918 -9.56028,5.238638 -15.99114,12.281917 -17.20932,18.614703 -0.3355,1.744136 0.0356,3.347258 1.4319,5.462434 1.39637,2.115176 3.9053,4.477284 7.05344,6.470068 6.29629,3.985567 15.15985,6.353329 20.41784,5.966251 8.83041,-0.65007 22.88296,-6.816671 32.32382,-14.796303 4.72043,-3.989816 8.29954,-8.391863 9.97027,-12.171152 1.67072,-3.779288 1.74062,-6.447484 0.10606,-9.413418 -3.14403,-5.704916 -11.01623,-8.863651 -21.90277,-8.750501 z M 21.535001,-78.93934 c -0.812713,0.355739 -1.612035,0.88691 -2.483498,1.91258 -1.371952,1.614719 -2.731653,4.265688 -3.682429,7.450495 -1.901552,6.369612 -2.073474,14.809343 -0.884925,19.925079 0.796173,3.426873 3.323524,8.097114 6.394295,11.247108 3.070772,3.149994 6.243626,4.478057 8.363966,4.253348 1.119019,-0.118591 2.898092,-1.268079 4.624445,-4.082072 1.726354,-2.813993 2.955086,-6.865303 3.168602,-9.705626 0.172762,-2.2982 -0.804,-4.923795 -2.96878,-8.363966 -2.16478,-3.440172 -5.331929,-7.297307 -7.992868,-11.903665 -2.216552,-3.837079 -3.076024,-7.535056 -4.082073,-9.905448 -0.216504,-0.510115 -0.277111,-0.504491 -0.456735,-0.827833 z m 161.010119,7.924178 c -6.84132,0.703746 -16.37822,5.581833 -22.92125,12.069044 -6.54303,6.487211 -9.65539,13.803646 -8.0957,19.29557 0.44014,1.549775 1.2259,2.55471 2.90552,3.62568 1.67961,1.070969 4.25581,1.974621 7.32585,2.508175 6.14009,1.067109 14.03388,0.628668 19.84191,-0.273167 5.23508,-0.812873 11.49412,-2.625945 16.26589,-5.289519 4.77177,-2.663575 7.6756,-5.847561 8.3937,-9.287701 0.11068,-0.530213 -0.0706,-1.380594 -1.76317,-3.377345 -1.69261,-1.996751 -4.44996,-4.308621 -7.00303,-6.953359 -3.04388,-3.153171 -5.81801,-6.619794 -8.44336,-9.014532 -2.62535,-2.394738 -4.64442,-3.34679 -6.20836,-3.302846 -0.0911,0.0025 -0.17564,-0.01259 -0.298,0 z m 151.72493,5.463332 c -6.36583,0.180439 -14.2203,2.687976 -19.7163,6.325769 -5.496,3.637794 -7.98595,7.673638 -7.80375,10.848399 0.0437,0.761515 -0.30239,0.163547 0.53207,0.679872 0.83447,0.516325 3.07183,1.254197 6.03018,1.714461 5.91671,0.920526 13.99194,0.763761 21.31252,2.749049 4.8633,1.318889 8.73656,3.669214 11.61695,4.759107 1.2402,0.469274 1.96937,0.574643 2.36477,0.620753 1.81429,-2.260088 3.01539,-7.63109 1.86226,-13.39053 -1.21981,-6.092502 -4.91297,-11.454049 -7.65595,-12.828896 -1.9515,-0.978133 -4.97533,-1.579102 -8.54275,-1.477984 z m 275.54245,7.778544 c -0.63141,0.01477 -0.64861,0.08772 -0.65625,0.09375 -0.14754,0.116463 -0.57207,0.574373 -0.75,2.21875 -0.17793,1.644377 0.0812,4.132721 0.875,6.59375 1.58759,4.922059 5.61884,8.74158 6.53125,8.96875 -0.32839,-0.08176 1.88355,-0.359148 3.90625,-2.4375 2.0227,-2.078352 2.83261,-5.154786 2.8125,-5.3125 -0.11633,-0.91223 -1.8599,-4.171956 -4.75,-6.53125 -2.8901,-2.359294 -6.62369,-3.625218 -7.96875,-3.59375 z M 400.90625,-40.84375 c 0.01,-0.0033 0.0639,-0.176428 -0.0937,0.5 -0.2357,1.011226 -0.29331,2.809817 0.0625,4.65625 0.67238,3.489259 3.05033,6.208862 3.28125,6.5 0.26055,-0.127318 1.33303,-0.283899 2.5,-1.15625 1.6671,-1.246215 2.31456,-3.308495 2.3125,-2.6875 3.7e-4,-0.112615 -0.93618,-2.844176 -3.03125,-4.875 -1.94978,-1.889988 -4.39871,-2.80739 -5.03125,-2.9375 z"
+       id="path5248"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cscscsccccscssssscccsscscsccccsssssssccsssssssssssssssssssscssssssscsssssssssssscsssscssscssssssscscscsccsscscsscscccscssscsssccscsscsccccccscssscsccccsccssscscccsscsssscsccssscsscscssssssssccsssssssssccssssssssssccssssssscsssscsscscssccscscsccc" />
+    <path
+       transform="translate(-840.1909,0.9104107)"
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path5996"
+       d="m 484.7217,150.84179 c -11.55904,-3.30188 -30.77339,10.09012 -28.63783,21.92031 2.58285,14.30796 31.77743,23.3368 41.7193,12.72793 8.44157,-9.00792 -1.21112,-31.25743 -13.08147,-34.64824 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <path
+       sodipodi:nodetypes="aaaaa"
+       inkscape:connector-curvature="0"
+       id="path5998"
+       d="m 578.41335,195.03597 c 0.61855,-6.69002 -5.96717,-13.88836 -12.37437,-15.90991 -13.75799,-4.34082 -36.09848,-0.70267 -41.36575,12.72793 -4.72336,12.04371 6.67453,31.52242 19.44544,33.58757 15.08161,2.43881 32.88815,-15.19295 34.29468,-30.40559 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840.54445,-0.1502493)" />
+    <path
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path6000"
+       d="m 624.02173,192.20754 c 14.27407,-3.644 12.20449,-35.44299 0.35356,-44.19417 -5.96666,-4.40601 -18.47506,-0.17571 -21.21321,6.71751 -5.27794,13.28707 7.00698,41.01308 20.85965,37.47666 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840.54445,-0.1502493)" />
+    <path
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path6002"
+       d="m 574.87781,127.50727 c 6.18933,2.09442 15.66885,-5.85691 15.2028,-12.37437 -0.58816,-8.22521 -14.56315,-17.604067 -21.2132,-12.72792 -6.93854,5.08768 -2.13956,22.34441 6.0104,25.10229 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840.54445,-0.1502493)" />
+    <path
+       sodipodi:nodetypes="aaaaaa"
+       inkscape:connector-curvature="0"
+       id="path6004"
+       d="m 308.29855,208.82455 c 28.75362,9.76567 77.79177,14.6541 90.15612,-13.08147 5.19039,-11.64302 -12.56374,-22.45569 -21.21321,-31.81981 -6.71891,-7.27405 -13.47774,-17.43637 -23.33451,-18.38478 -26.65273,-2.56451 -67.10629,10.34314 -71.41779,36.76955 -1.98613,12.17351 14.13016,22.54986 25.80939,26.51651 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840.54445,-0.1502493)" />
+    <path
+       sodipodi:nodetypes="aaaaa"
+       inkscape:connector-curvature="0"
+       id="path6006"
+       d="m 217,181.5 c -9.28836,5.41128 -9.13001,22.55339 -4,32 5.83395,10.74288 22.41562,22.11681 33,16 10.12692,-5.85244 8.65381,-25.05333 2.5,-35 -5.97632,-9.65978 -21.68512,-18.71803 -31.5,-13 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path6008"
+       d="m 201,155 c 5.23737,-11.1037 -12.29666,-28.84188 -24.5,-27.5 -9.86386,1.08463 -19.36002,17.34827 -14.5,26 6.37156,11.34254 33.45005,13.26639 39,1.5 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaaa"
+       inkscape:connector-curvature="0"
+       id="path6010"
+       d="m 83.5,158.5 c -17.829257,2.71433 -41.410459,21.39437 -37.5,39 3.718034,16.7393 31.022544,20.90702 48,18.5 16.36993,-2.32089 40.71171,-13.51083 39.5,-30 -1.39401,-18.97004 -31.19548,-30.3628 -50,-27.5 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path6012"
+       d="M 28.25,82 C 29.999325,75.885161 40.408217,71.969596 46,75 58.78822,81.930432 68.031941,111.82046 54.75,117.75 41.204948,123.79701 24.170102,96.261457 28.25,82 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="zzzz"
+       inkscape:connector-curvature="0"
+       id="path6014"
+       d="m 230,63 c -7.38039,4.844331 -4.32227,22.496015 3.25,25.875 7.57227,3.378985 16.86975,-3.79348 16.625,-12 C 249.63025,68.66848 237.38039,58.155669 230,63 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path6016"
+       d="m 499,440 c -17.15822,1.26314 -45.24991,-13.10509 -42,-30 6.353,-33.02651 81.76702,-53.45508 98,-24 12.51623,22.71097 -30.13845,52.09615 -56,54 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path6018"
+       d="m 614,426 c 7.31903,1.82228 16.9541,-8.51812 16,-16 -1.24746,-9.78232 -17.75941,-21.1101 -25.5,-15 -8.48322,6.69631 -0.98749,28.38885 9.5,31 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaaa"
+       inkscape:connector-curvature="0"
+       id="path6020"
+       d="m 417.5,372 c -0.26724,-8.31737 12.72339,-12.63532 21,-13.5 8.86646,-0.9263 23.89296,0.65428 25,9.5 1.18859,9.49728 -13.94183,15.99748 -23.5,16.5 -8.56786,0.45046 -22.22447,-3.92473 -22.5,-12.5 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path6022"
+       d="m 397,412.5 c -7.34467,4.53385 -3.5102,22.28494 4.5,25.5 5.75416,2.30955 14.97942,-4.79968 15,-11 0.0269,-8.10002 -12.6074,-18.75478 -19.5,-14.5 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaaa"
+       inkscape:connector-curvature="0"
+       id="path6024"
+       d="m 332.5,424.75 c 7.12959,1.93349 16.51934,9.46629 21.75,4.25 9.67456,-9.64797 4.46468,-34.12773 -7.75,-40.25 -16.22662,-8.13314 -50.03995,5.62902 -49,23.75 0.7082,12.34031 23.07029,9.01475 35,12.25 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaaaa"
+       inkscape:connector-curvature="0"
+       id="path6026"
+       d="m 220,417 c 1.6105,-7.7152 -7.52607,-14.07953 -13,-19.75 -7.09818,-7.35304 -14.8335,-18.79579 -25,-17.75 -22.17214,2.28078 -51.58926,27.55877 -45.5,49 4.36885,15.38341 30.44761,15.2037 46.25,12.75 14.64056,-2.2733 34.22252,-9.74661 37.25,-24.25 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaaaa"
+       inkscape:connector-curvature="0"
+       id="path6028"
+       d="m 30,436.5 c 8.873206,-0.94036 14.581128,-13.10221 15.25,-22 0.737543,-9.8113 -8.078489,-17.98036 -13,-26.5 C 29.036021,382.43627 27.88256,371.25997 21.5,372 6.724975,373.71311 2.3839436,399.26187 5.75,413.75 8.2582802,424.5461 18.978076,437.66808 30,436.5 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaaa"
+       inkscape:connector-curvature="0"
+       id="path6030"
+       d="m 75.5,391.5 c 4.231868,8.03773 21.375126,6.67818 27.25,-0.25 3.49117,-4.11711 -0.87974,-10.85086 -2.5,-16 -1.252906,-3.98169 -1.338533,-10.92473 -5.5,-11.25 -11.155319,-0.87192 -24.462825,17.5991 -19.25,27.5 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaaa"
+       inkscape:connector-curvature="0"
+       id="path6032"
+       d="m 56.03033,296.67678 c 0.04185,-6.44405 9.757787,-11.15501 16.176777,-10.58579 6.162651,0.54649 14.734852,6.67509 13.5,12.73744 -1.212087,5.95058 -11.055953,7.04412 -17.085787,6.32322 -5.023393,-0.60057 -12.623842,-3.41581 -12.59099,-8.47487 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="zzzzz"
+       inkscape:connector-curvature="0"
+       id="path6034"
+       d="m 193.67678,291.70971 c 3.854,-6.69873 15.0202,-5.14974 21.32322,-2.20971 6.30302,2.94003 13.4629,7.06418 11.32062,13.90901 -2.14228,6.84483 -13.49892,9.63186 -20.85095,6.61872 -7.35203,-3.01314 -15.64689,-11.61929 -11.79289,-18.31802 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path6036"
+       d="m 347,310.5 c -4.61492,-7.92024 7.3663,-21.22329 16.5,-22 8.45803,-0.71925 21.12892,9.42879 18.5,17.5 -3.64292,11.18437 -29.07811,14.66329 -35,4.5 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaaa"
+       inkscape:connector-curvature="0"
+       id="path6038"
+       d="m 426.5,300.5 c -5.37259,-3.66239 -3.60952,-14.46119 0.5,-19.5 6.05577,-7.42517 19.13063,-10.12489 28,-6.5 4.02311,1.64424 8.29327,6.85074 7,11 -3.82264,12.26439 -24.88535,22.23581 -35.5,15 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaa"
+       inkscape:connector-curvature="0"
+       id="path6040"
+       d="m 477.25,316.5 c -3.18866,-6.83936 7.98977,-15.76458 15.5,-16.5 8.26251,-0.80908 22.56637,6.52767 20.25,14.5 -3.33009,11.46132 -30.70669,12.81741 -35.75,2 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:nodetypes="aaaaaaa"
+       inkscape:connector-curvature="0"
+       id="path6042"
+       d="m 578.75,326 c -1.20356,-2.68924 2.03144,-5.8113 4.25,-7.75 3.49604,-3.05504 8.78698,-3.04909 13,-5 3.70554,-1.71591 6.70314,-6.42115 10.75,-5.875 5.1688,0.69756 11.40945,5.66178 11.25,10.875 -0.2078,6.79398 -8.89744,11.63519 -15.5,13.25 -7.89352,1.93054 -20.43044,1.91723 -23.75,-5.5 z"
+       style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       transform="translate(-840,0)" />
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="-0.46195513"
+       inkscape:original="M 229.75 62.40625 C 227.13492 64.996809 226.34243 69.809589 227.03125 74.5625 C 227.80424 79.896201 230.44244 85.020197 233.96875 86.59375 C 237.57428 88.202651 241.62015 87.314864 244.75 85 C 247.87985 82.685136 250.0544 78.950916 249.9375 75.03125 C 249.9253 74.622789 249.8872 74.202879 249.8125 73.78125 C 249.28983 76.612003 247.55472 79.24919 245.1875 81 C 242.274 83.154843 238.59552 83.95104 235.34375 82.5 C 232.32637 81.15355 229.68008 76.311347 228.9375 71.1875 C 228.47339 67.985096 228.75347 64.803691 229.75 62.40625 z M 31.21875 77.03125 C 30.288618 78.012575 29.584695 79.111314 29.25 80.28125 C 27.28049 87.165741 30.43157 97.552878 35.8125 105.375 C 38.50296 109.28606 41.744317 112.56518 45.09375 114.46875 C 48.443183 116.37232 51.864146 116.91056 55.09375 115.46875 C 58.259582 114.05541 60.064007 111.23707 60.84375 107.59375 C 61.216084 105.85403 61.339201 103.9256 61.25 101.90625 C 61.18227 102.68133 61.089028 103.44824 60.9375 104.15625 C 60.200096 107.60175 58.581649 110.0969 55.71875 111.375 C 52.796008 112.67982 49.738368 112.21118 46.5625 110.40625 C 43.386632 108.60132 40.22454 105.41806 37.59375 101.59375 C 32.33217 93.945123 29.29348 83.683412 31.125 77.28125 C 31.14871 77.19838 31.19062 77.113868 31.21875 77.03125 z M 568.5625 101.25 C 567.29778 102.43656 566.5221 104.1517 566.1875 106.15625 C 565.8051 108.44716 565.99175 111.12579 566.65625 113.71875 C 567.98526 118.90467 571.2146 123.77098 575.03125 125.0625 C 577.88295 126.02749 581.65812 124.65966 584.65625 122.1875 C 587.65438 119.71534 589.80945 116.17267 589.59375 113.15625 C 589.56645 112.7745 589.49445 112.38912 589.40625 112 C 588.80425 114.12988 587.18867 116.46558 585.0625 118.21875 C 582.2276 120.55631 578.68829 121.7102 576.3125 120.90625 C 573.00186 119.78596 569.83788 115.19542 568.5625 110.21875 C 567.92481 107.73042 567.73903 105.1876 568.09375 103.0625 C 568.20217 102.41295 568.35796 101.80642 568.5625 101.25 z M 172.4375 127.78125 C 169.41812 129.57293 166.65062 132.60493 164.6875 136.0625 C 161.74129 141.25157 160.63466 147.33802 162.9375 151.4375 C 165.98793 156.86783 174.22548 160.17148 182.375 160.59375 C 186.44976 160.80488 190.47344 160.29812 193.8125 159.03125 C 197.15156 157.76438 199.77209 155.77079 201.09375 152.96875 C 202.29964 150.41216 202.25868 147.45709 201.28125 144.4375 C 201.06051 143.75556 200.78113 143.05857 200.46875 142.375 C 201.04055 144.67645 200.94889 146.80828 200.0625 148.6875 C 198.94726 151.05191 196.72644 152.8082 193.75 153.9375 C 190.77356 155.06679 187.08406 155.53594 183.375 155.34375 C 175.95688 154.95938 168.54188 151.85503 165.9375 147.21875 C 164.01717 143.8002 164.87405 138.36753 167.53125 133.6875 C 168.83648 131.38864 170.5629 129.33881 172.4375 127.78125 z M 346.0625 143.6875 C 333.0877 143.83136 318.22308 147.11025 306.15625 153.3125 C 294.08942 159.51475 284.85844 168.60103 282.9375 180.375 C 281.98084 186.2386 285.38574 191.75421 290.5625 196.3125 C 295.73926 200.87079 302.65457 204.44218 308.4375 206.40625 C 322.75915 211.27035 342.15665 214.89705 359.46875 213.875 C 376.78085 212.85295 391.91731 207.20713 398 193.5625 C 399.24536 190.76892 399.13017 188.05192 398.09375 185.34375 C 397.05738 182.63558 395.07062 179.9523 392.65625 177.3125 C 387.82751 172.0329 381.24798 166.98429 376.875 162.25 C 373.49423 158.5899 370.12504 154.25694 366.40625 150.71875 C 362.68746 147.18056 358.65204 144.45964 353.875 144 C 351.3954 143.76142 348.7472 143.65773 346.0625 143.6875 z M 618.3125 144.6875 C 617.9977 144.6825 617.69579 144.70325 617.375 144.71875 C 611.72928 144.99119 605.36727 148.47271 603.59375 152.9375 C 601.04339 159.35796 602.75314 169.5096 606.84375 177.5625 C 608.88905 181.58895 611.50104 185.0956 614.4375 187.34375 C 617.37396 189.5919 620.5725 190.59309 623.875 189.75 C 627.28019 188.88069 629.72259 186.35269 631.3125 182.8125 C 632.90241 179.27231 633.60338 174.75697 633.5 170.0625 C 633.29325 160.67355 629.80824 150.62605 624.09375 146.40625 C 622.56535 145.27762 620.51607 144.72199 618.3125 144.6875 z M 346.46875 145 C 348.84178 144.9737 351.19174 145.0712 353.375 145.28125 C 357.38053 145.66666 360.83471 147.93048 364.09375 151.03125 C 367.35279 154.13202 370.34661 158.03131 373.40625 161.34375 C 377.40006 165.66754 383.25952 170.14483 387.5 174.78125 C 389.62025 177.09946 391.35153 179.42134 392.21875 181.6875 C 393.08595 183.95366 393.1781 186.11405 392.15625 188.40625 C 386.89269 200.21342 373.76132 205.18907 358.4375 206.09375 C 343.11367 206.99842 325.80032 203.72181 313.09375 199.40625 C 308.02322 197.68413 301.92078 194.53768 297.40625 190.5625 C 292.89172 186.58731 290.05228 181.94488 290.84375 177.09375 C 292.50374 166.91922 300.54112 158.97216 311.1875 153.5 C 321.83389 148.02784 335.00244 145.12714 346.46875 145 z M 618.59375 146.25 C 620.57749 146.1543 622.37889 146.54857 623.625 147.46875 C 627.98273 150.68667 630.89639 158.76931 631.0625 166.3125 C 631.1456 170.0841 630.58596 173.70275 629.34375 176.46875 C 628.10154 179.23474 626.28617 181.10255 623.75 181.75 C 621.29396 182.377 618.91112 181.6565 616.625 179.90625 C 614.33887 178.156 612.23601 175.35799 610.59375 172.125 C 607.30925 165.65901 606.01497 157.41858 607.96875 152.5 C 609.25119 149.27149 614.22994 146.46058 618.59375 146.25 z M 72.46875 160.78125 C 67.105112 163.26867 61.834121 166.78395 57.46875 170.90625 C 49.904303 178.04949 45.096395 186.99211 47 195.5625 C 48.807366 203.69961 56.360017 208.8173 65.6875 211.625 C 75.014983 214.4327 86.052919 214.88067 94.46875 213.6875 C 102.58093 212.53737 112.71999 209.16272 120.625 204.0625 C 128.53001 198.96228 134.15071 192.19197 133.5625 184.1875 C 133.04032 177.0816 128.39477 171.02313 121.78125 166.40625 C 125.7283 169.95753 128.3367 174.19494 128.6875 178.96875 C 129.17645 185.6225 124.47619 191.36095 117.625 195.78125 C 110.77381 200.20155 101.91336 203.15837 94.875 204.15625 C 87.568674 205.19212 77.902009 204.81005 69.8125 202.375 C 61.722991 199.93995 55.350574 195.56525 53.84375 188.78125 C 52.251891 181.61439 56.285528 174.00554 62.84375 167.8125 C 65.696091 165.11898 69.012496 162.72122 72.46875 160.78125 z M 460.3125 160.96875 C 457.68608 164.37798 456.26122 168.17673 456.90625 171.75 C 458.1451 178.61274 465.92964 184.40902 474.6875 187.09375 C 483.44536 189.77848 493.04649 189.33576 497.8125 184.25 C 500.20547 181.69648 501.08052 177.95525 500.8125 173.875 C 500.53512 176.4369 499.66781 178.69743 498.125 180.34375 C 493.76039 185.00118 484.48726 185.55844 475.9375 182.9375 C 467.38774 180.31656 459.94837 174.636 458.8125 168.34375 C 458.38657 165.98422 458.98659 163.43139 460.3125 160.96875 z M 544.40625 176.8125 C 541.6829 177.36589 539.03834 178.15989 536.625 179.21875 C 531.27784 181.56483 527.01035 185.17551 525.09375 190.0625 C 522.81133 195.88225 524.41769 203.61929 528.21875 210.15625 C 532.01981 216.69321 537.98123 221.9702 544.15625 222.96875 C 551.48949 224.15459 559.61861 220.43738 566.0625 214.5 C 572.50639 208.56262 577.24965 200.43961 577.9375 193 C 578.23108 189.82474 576.81365 186.44376 574.5 183.625 C 573.28866 182.14921 571.80941 180.84048 570.25 179.78125 C 571.17526 180.52909 572.02817 181.39501 572.78125 182.3125 C 574.78945 184.75913 575.9896 187.62729 575.75 190.21875 C 575.15047 196.70303 570.96229 203.98918 565.21875 209.28125 C 559.47522 214.57332 552.25186 217.83358 545.9375 216.8125 C 540.6841 215.96299 535.37155 211.32954 532 205.53125 C 528.62844 199.73296 527.27964 192.85065 529.21875 187.90625 C 530.86125 183.71818 534.54638 180.60869 539.28125 178.53125 C 540.88739 177.82656 542.62014 177.26807 544.40625 176.8125 z M 223.0625 178.40625 C 221.17194 178.58381 219.40059 179.11909 217.78125 180.0625 C 213.32693 182.65753 211.06659 188.13898 210.59375 194.1875 C 210.12091 200.23602 211.42912 206.81847 213.9375 211.4375 C 216.79786 216.70468 222.35468 222.18693 228.46875 225.5625 C 234.58282 228.93807 241.1929 230.19061 246.28125 227.25 C 251.14086 224.44159 253.2797 218.36692 253.40625 211.6875 C 253.5328 205.00808 251.63876 197.77753 248.625 192.90625 C 248.5714 192.81965 248.49272 192.74278 248.4375 192.65625 C 250.53178 196.83977 251.81717 202.46143 251.71875 207.65625 C 251.60627 213.59319 249.70397 218.79898 245.625 221.15625 C 241.33682 223.63443 235.62903 222.62925 230.1875 219.625 C 224.74597 216.62074 219.76439 211.66135 217.25 207.03125 C 215.05751 202.99392 213.86204 197.08131 214.28125 191.71875 C 214.70046 186.35619 216.70411 181.67502 220.4375 179.5 C 221.26971 179.01516 222.12896 178.64583 223.0625 178.40625 z M 428.03125 279.34375 C 427.99345 279.38905 427.94345 279.42315 427.90625 279.46875 C 425.93565 281.88496 424.46311 285.77879 424.1875 289.46875 C 423.91189 293.15871 424.82608 296.55505 427.3125 298.25 C 432.41473 301.72809 440.15127 301.11003 447.125 298.03125 C 454.09873 294.95247 460.21416 289.43013 462.0625 283.5 C 462.36417 282.53213 462.31756 281.49057 462.03125 280.4375 C 460.13766 285.81732 454.35498 291.02152 447.75 293.9375 C 440.9655 296.93273 433.51298 297.45423 428.8125 294.25 C 426.71759 292.82194 425.86364 289.78045 426.125 286.28125 C 426.30214 283.90957 427.02642 281.40041 428.03125 279.34375 z M 195.9375 288.40625 C 195.43272 288.90036 194.99777 289.47707 194.625 290.125 C 192.81539 293.27033 193.83638 296.84562 196.28125 300.125 C 198.72612 303.40438 202.60047 306.2799 206.1875 307.75 C 209.73627 309.20442 214.32501 309.27328 218.25 308.125 C 222.17499 306.97672 225.3699 304.61767 226.375 301.40625 C 226.80444 300.03415 226.81909 298.78778 226.5625 297.65625 C 226.5388 297.74095 226.527 297.82011 226.5 297.90625 C 225.62425 300.70437 222.6995 302.8773 218.96875 303.96875 C 215.238 305.0602 210.83077 304.97727 207.53125 303.625 C 204.11851 302.22633 200.35235 299.42586 198.03125 296.3125 C 196.01831 293.61248 195.11285 290.87196 195.9375 288.40625 z M 59.28125 289.875 C 57.909019 291.34564 57.043032 293.02957 57.03125 294.84375 C 57.01638 297.13434 58.739007 298.97652 61.1875 300.34375 C 63.635993 301.71098 66.765788 302.55049 69.21875 302.84375 C 72.175452 303.19724 76.091201 303.08875 79.375 302.1875 C 82.658799 301.28625 85.224407 299.64 85.78125 296.90625 C 85.964085 296.00865 85.899865 295.0861 85.65625 294.1875 C 84.918741 296.04618 82.898972 297.30117 80.125 298.0625 C 77.00652 298.91838 73.15517 298.99611 70.3125 298.65625 C 67.974586 298.37674 64.955627 297.56521 62.65625 296.28125 C 60.356873 294.99729 58.95692 293.4163 58.96875 291.59375 C 58.97255 291.01381 59.078988 290.43765 59.28125 289.875 z M 350.53125 295.9375 C 349.03459 297.92271 347.87981 300.03188 347.34375 302.09375 C 346.74942 304.37973 346.85803 306.55364 347.9375 308.40625 C 349.33743 310.80884 351.93037 312.43801 355.125 313.34375 C 358.31963 314.24949 362.09067 314.42887 365.8125 313.9375 C 373.25617 312.95475 380.36879 309.29591 382.09375 304 C 382.48099 302.81111 382.51446 301.54277 382.25 300.28125 C 382.2318 300.34485 382.208 300.40578 382.1875 300.46875 C 380.65157 305.18431 373.91427 308.82714 366.6875 309.78125 C 363.07411 310.25831 359.4137 310.08028 356.375 309.21875 C 353.3363 308.35722 350.99216 306.81933 349.75 304.6875 C 348.816 303.08455 348.70002 301.20911 349.25 299.09375 C 349.51751 298.06482 349.96648 297.00023 350.53125 295.9375 z M 480.375 306.0625 C 479.45528 307.16636 478.70684 308.31536 478.25 309.46875 C 477.56812 311.1903 477.48338 312.89134 478.21875 314.46875 C 479.4083 317.02022 481.93662 318.8756 485.1875 320.0625 C 488.43838 321.2494 492.39181 321.73803 496.28125 321.53125 C 500.17069 321.32447 503.99422 320.43748 507.03125 318.90625 C 510.06828 317.37502 512.27802 315.23124 513.0625 312.53125 C 513.38007 311.43827 513.37831 310.36121 513.09375 309.3125 C 512.32582 311.5511 510.3854 313.42074 507.625 314.8125 C 504.73805 316.26806 500.99856 317.1428 497.21875 317.34375 C 493.43894 317.5447 489.6002 317.06938 486.5 315.9375 C 483.3998 314.80562 481.11243 313.0645 480.0625 310.8125 C 479.44802 309.4945 479.51176 308.11075 480.125 306.5625 C 480.1902 306.39787 480.29673 306.22919 480.375 306.0625 z M 617.875 314.6875 C 617.27825 316.87299 615.62883 318.88476 613.34375 320.59375 C 610.51856 322.70668 606.81184 324.26712 603.6875 325.03125 C 599.90855 325.95548 594.94108 326.43227 590.65625 325.78125 C 586.37142 325.13023 582.95244 323.44942 581.5625 320.34375 C 581.38873 319.95548 581.38448 319.49478 581.53125 319 C 581.15813 319.41632 580.79714 319.84966 580.5 320.28125 C 579.60859 321.57603 579.20996 322.8319 579.71875 323.96875 C 581.28733 327.47359 585.04898 329.26123 589.5 329.9375 C 593.95102 330.61377 599.01621 330.1389 602.90625 329.1875 C 606.14773 328.39472 609.94964 326.80497 612.90625 324.59375 C 615.86286 322.38253 617.96469 319.6041 618.0625 316.40625 C 618.08 315.83513 618.0149 315.25539 617.875 314.6875 z M 420.84375 364.5 C 420.70003 364.65525 420.53787 364.80916 420.40625 364.96875 C 419.15314 366.48818 418.43721 368.20191 418.5 370.15625 C 418.62974 374.19426 421.93961 377.3049 426.375 379.375 C 430.81039 381.4451 436.30997 382.40779 440.5 382.1875 C 445.18481 381.9412 451.31389 380.20228 456.0625 377.375 C 458.43681 375.96136 460.46471 374.28532 461.8125 372.40625 C 463.16029 370.52718 463.84337 368.463 463.5625 366.21875 C 463.5405 366.043 463.50225 365.85723 463.46875 365.6875 C 463.21558 366.68662 462.74144 367.64719 462.0625 368.59375 C 460.81829 370.3284 458.88952 371.94562 456.59375 373.3125 C 452.00221 376.04626 445.96888 377.76341 441.46875 378 C 437.46265 378.21062 432.05172 377.24314 427.78125 375.25 C 423.51078 373.25686 420.55153 370.42406 420.4375 366.875 C 420.4104 366.03093 420.56508 365.24537 420.84375 364.5 z M 523.03125 370.40625 C 509.41871 370.54773 494.13552 374.66787 481.78125 381.4375 C 469.42698 388.20713 460.04353 397.62658 458 408.25 C 457.21391 412.33657 458.32462 416.24844 460.71875 419.875 C 463.11288 423.50156 466.78669 426.81634 471.125 429.5625 C 479.80162 435.05482 491.07161 438.30797 499.5 437.6875 C 512.2711 436.74733 529.36944 428.95243 541.625 418.59375 C 547.75278 413.41441 552.64976 407.60066 555.25 401.71875 C 557.85024 395.83684 558.17797 389.91469 555.125 384.375 C 549.66351 374.46502 537.29181 370.25803 523.03125 370.40625 z M 22.625 370.59375 C 22.44749 370.59412 22.2677 370.6046 22.09375 370.625 C 18.53177 371.038 15.59202 372.89428 13.21875 375.6875 C 10.84548 378.48072 9.0546 382.21435 7.8125 386.375 C 5.3283 394.69629 5.09113 404.67242 6.75 411.8125 C 7.97994 417.10639 11.25514 423.01901 15.5625 427.4375 C 19.86986 431.85599 25.15957 434.75016 30.46875 434.1875 C 34.70219 433.73885 38.23893 430.60122 40.8125 426.40625 C 43.38607 422.21128 44.984434 416.98916 45.3125 412.625 C 45.64333 408.22407 43.987228 404.11664 41.59375 400.125 C 42.855791 402.75981 43.582984 405.42076 43.375 408.1875 C 43.09379 411.92835 41.712631 416.48711 39.5 420.09375 C 37.28737 423.70038 34.32392 426.2628 30.90625 426.625 C 26.52762 427.08903 22.00791 424.6978 18.28125 420.875 C 14.55459 417.05219 11.70997 411.87914 10.65625 407.34375 C 9.22026 401.16297 9.39637 392.38088 11.5625 385.125 C 12.64557 381.49706 14.23797 378.24307 16.25 375.875 C 18.26204 373.50694 20.64979 371.99758 23.59375 371.65625 C 23.70423 371.64335 23.8627 371.6253 24 371.625 C 24.92905 371.623 25.5979 371.99618 26.3125 372.78125 C 26.458112 372.94122 26.609067 373.11865 26.75 373.3125 C 26.478682 372.89936 26.204525 372.51519 25.90625 372.1875 C 24.98363 371.17389 23.94947 370.59105 22.625 370.59375 z M 80.25 371.65625 C 80.000607 371.99374 79.765837 372.34016 79.53125 372.6875 C 75.777859 378.24496 74.042877 384.88931 76.4375 389.4375 C 78.42488 393.2122 83.588404 394.85359 89.03125 394.65625 C 94.474096 394.45891 100.10655 392.39541 102.90625 389.09375 C 104.131 387.64941 104.32439 385.85576 103.96875 383.84375 C 103.80993 384.34774 103.57674 384.82783 103.21875 385.25 C 100.68884 388.2335 95.234604 390.31021 90 390.5 C 84.765396 390.68979 80.016819 389.04642 78.28125 385.75 C 76.366336 382.11294 77.405617 376.62705 80.25 371.65625 z M 522.15625 371.84375 C 534.60678 371.71435 545.18564 375.38571 549.8125 383.78125 C 552.3819 388.44359 552.13314 393.36898 549.90625 398.40625 C 547.67941 403.44353 543.38711 408.50435 538.03125 413.03125 C 527.31951 422.08505 512.3046 428.90724 501.28125 429.71875 C 494.08488 430.24852 484.18642 427.45412 476.65625 422.6875 C 472.89117 420.3042 469.71826 417.41988 467.6875 414.34375 C 465.65674 411.26761 464.75643 408.06565 465.40625 404.6875 C 467.14325 395.6576 475.25851 387.42015 486.0625 381.5 C 496.86649 375.57986 510.27118 371.96728 522.15625 371.84375 z M 183.46875 378.0625 C 183.16787 378.0715 182.90086 378.0934 182.59375 378.125 C 171.66438 379.24927 158.82434 386.09869 149.53125 395.3125 C 140.23815 404.52631 134.52381 416.05163 137.5 426.53125 C 138.55816 430.25719 140.89427 433.03375 144.125 435.09375 C 147.35573 437.15375 151.45853 438.47158 155.9375 439.25 C 164.89544 440.80683 175.35503 440.15853 183.21875 438.9375 C 190.49269 437.80805 198.99679 435.3641 206.03125 431.4375 C 213.06571 427.5109 218.58735 422.12931 220.0625 415.0625 C 220.82562 411.40672 219.03927 408.02925 216.3125 404.8125 C 213.58573 401.59575 209.95456 398.61641 207.1875 395.75 C 203.72451 392.16267 200.15272 387.6224 196.25 384.0625 C 192.34728 380.5026 188.13798 377.9313 183.46875 378.0625 z M 184 378.84375 C 187.859 378.73532 191.42189 380.90997 194.84375 384.03125 C 198.26561 387.15253 201.48227 391.15068 204.625 394.40625 C 207.15417 397.02622 210.38031 399.73574 212.75 402.53125 C 215.11969 405.32675 216.51536 408.05077 215.90625 410.96875 C 214.65371 416.96915 209.92365 421.6164 203.75 425.0625 C 197.57635 428.50859 190.05365 430.65804 183.625 431.65625 C 176.65299 432.73882 167.37123 433.33672 159.5 431.96875 C 155.56439 431.28477 151.97787 430.10304 149.21875 428.34375 C 146.45963 426.58445 144.51231 424.2806 143.625 421.15625 C 141.08141 412.19988 145.99597 402.15289 154.1875 394.03125 C 162.37903 385.90961 173.77459 379.88417 183.28125 378.90625 C 183.53754 378.87985 183.75198 378.85075 184 378.84375 z M 328.09375 385.65625 C 321.68739 386.81461 315.17311 389.38887 309.90625 392.875 C 302.88377 397.52317 298.10728 403.78195 298.5 410.625 C 298.66877 413.56585 300.08747 415.49084 302.375 416.90625 C 304.66253 418.32166 307.85007 419.16548 311.40625 419.71875 C 318.51862 420.8253 327.07915 420.78944 333.15625 422.4375 C 336.82078 423.43129 340.94238 425.82868 344.78125 427.28125 C 346.70068 428.00753 348.55389 428.49729 350.1875 428.5 C 351.82111 428.503 353.22079 428.02587 354.4375 426.8125 C 359.10205 422.16077 360.25533 413.79932 358.65625 405.8125 C 357.05717 397.82568 352.71694 390.30319 346.8125 387.34375 C 346.41721 387.14562 345.9835 386.98853 345.5625 386.8125 C 350.50256 389.28857 354.32102 395.83136 355.71875 402.8125 C 357.11648 409.79365 356.06833 417.03609 352.1875 420.90625 C 351.25586 421.83533 350.26963 422.15825 348.96875 422.15625 C 347.66786 422.15425 346.08099 421.75869 344.40625 421.125 C 341.05678 419.85761 337.36877 417.72025 333.90625 416.78125 C 328.25756 415.24936 320.55967 415.2893 314.28125 414.3125 C 311.14204 413.8241 308.41653 413.07277 306.53125 411.90625 C 304.64597 410.73974 303.57435 409.2909 303.4375 406.90625 C 303.10896 401.18142 307.12556 395.79319 313.28125 391.71875 C 317.57394 388.87743 322.84343 386.75624 328.09375 385.65625 z M 604.65625 394.09375 C 603.07235 395.66442 602.21852 397.9029 601.9375 400.5 C 601.62053 403.42937 602.07975 406.79061 603.125 410.03125 C 605.2155 416.51252 609.6865 422.45014 614.65625 423.6875 C 618.0635 424.53583 622.15162 422.52824 625.28125 419.3125 C 628.41088 416.09676 630.51064 411.73302 630.0625 408.21875 C 630.0402 408.04404 630.00135 407.86368 629.96875 407.6875 C 629.43066 410.2693 627.827 413.14367 625.625 415.40625 C 622.64179 418.47154 618.7881 420.25655 615.875 419.53125 C 611.44195 418.42752 607.02398 412.77502 605 406.5 C 603.98801 403.36249 603.57642 400.10314 603.875 397.34375 C 604.00415 396.15015 604.26456 395.05752 604.65625 394.09375 z M 396.8125 411.8125 C 395.66704 412.89185 394.88713 414.42374 394.46875 416.21875 C 393.94032 418.48591 393.98949 421.1635 394.5 423.8125 C 395.52092 429.11049 398.47024 434.21421 402.21875 435.71875 C 404.85761 436.77791 408.46419 435.66805 411.40625 433.46875 C 414.34831 431.26946 416.55299 428.02102 416.5625 425.15625 C 416.5645 424.60565 416.4941 424.01606 416.375 423.4375 C 415.76515 425.5193 414.05558 427.81533 411.84375 429.46875 C 409.07034 431.54195 405.73475 432.46563 403.5625 431.59375 C 400.3166 430.29094 397.38626 425.46067 396.40625 420.375 C 395.9162 417.83217 395.88534 415.25728 396.375 413.15625 C 396.4867 412.677 396.65042 412.23491 396.8125 411.8125 z "
+       style="color:#000000;fill:#833715;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path6101"
+       d="m 228.59375,64.8125 c -1.28135,2.566889 -1.60877,6.133795 -1.09375,9.6875 0.75761,5.227608 3.39244,10.231084 6.65625,11.6875 3.43034,1.530726 7.29027,0.672765 10.3125,-1.5625 2.57132,-1.901769 4.37326,-4.81087 4.8125,-7.9375 -0.87709,1.823406 -2.1708,3.473287 -3.8125,4.6875 -3.01922,2.233033 -6.88491,3.060746 -10.3125,1.53125 -1.65099,-0.736722 -3.11854,-2.331331 -4.28125,-4.40625 -1.16271,-2.074919 -2.02675,-4.631432 -2.40625,-7.25 -0.32507,-2.243001 -0.26001,-4.448438 0.125,-6.4375 z m -198.25,14.125 c -0.278972,0.473932 -0.514264,0.972436 -0.65625,1.46875 -1.899877,6.641086 1.179571,16.984576 6.5,24.71875 2.660603,3.86766 5.862393,7.08328 9.125,8.9375 3.26448,1.85529 6.51411,2.37486 9.59375,1 3.016751,-1.34678 4.740577,-4.01412 5.5,-7.5625 0.02953,-0.13796 0.03615,-0.29694 0.0625,-0.4375 -0.952038,2.1394 -2.416932,3.76089 -4.5625,4.71875 -3.069854,1.3705 -6.305759,0.88214 -9.5625,-0.96875 -3.264201,-1.85513 -6.464088,-5.10065 -9.125,-8.96875 -4.877208,-7.089875 -7.866617,-16.286675 -6.875,-22.90625 z m 537.28125,24.375 c -0.45319,0.85427 -0.78613,1.81217 -0.96875,2.90625 -0.36875,2.20915 -0.21317,4.836 0.4375,7.375 1.30159,5.07892 4.53589,9.8273 8.09375,11.03125 2.6089,0.88283 6.2717,-0.37697 9.1875,-2.78125 2.60303,-2.14637 4.4172,-5.12834 4.65625,-7.71875 -0.84563,1.61028 -2.13269,3.15545 -3.6875,4.4375 -2.92294,2.41015 -6.55263,3.67287 -9.1875,2.78125 -3.58893,-1.21446 -6.72722,-5.91153 -8.03125,-11 -0.62235,-2.42846 -0.80517,-4.88714 -0.5,-7.03125 z m -399.78125,29.125 c -1.01458,1.19254 -1.96157,2.45513 -2.75,3.84375 -2.89415,5.09739 -3.92627,11.06334 -1.75,14.9375 2.91569,5.19047 11.02126,8.48959 19.0625,8.90625 4.02092,0.20834 7.98782,-0.29355 11.25,-1.53125 3.26373,-1.23829 5.77403,-3.14709 7.03125,-5.8125 0.94226,-1.99768 1.03782,-4.27958 0.53125,-6.65625 -0.0996,0.95981 -0.33934,1.87936 -0.75,2.75 -1.17853,2.49859 -3.50879,4.34138 -6.5625,5.5 -3.05514,1.15915 -6.79883,1.63252 -10.5625,1.4375 -7.5306,-0.3902 -15.06788,-3.48906 -17.8125,-8.375 -2.05142,-3.65191 -1.11818,-9.19232 1.59375,-13.96875 0.20836,-0.36697 0.49062,-0.67783 0.71875,-1.03125 z m 178.21875,11.71875 c -12.9009,0.14304 -27.69898,3.4005 -39.6875,9.5625 -11.98887,6.16218 -21.0796,15.13963 -22.96875,26.71875 -0.9212,5.64624 2.3553,11.02871 7.46875,15.53125 5.11344,4.50253 11.9911,8.05471 17.71875,10 14.26759,4.84574 33.6161,8.45456 50.84375,7.4375 17.228,-1.01709 32.13906,-6.60364 38.125,-20.03125 1.19569,-2.68217 1.09739,-5.25248 0.0937,-7.875 -1.00234,-2.61924 -2.94942,-5.25711 -5.34375,-7.875 -4.78668,-5.23361 -11.36263,-10.2788 -15.78125,-15.0625 -3.40027,-3.68122 -6.75421,-7.99559 -10.4375,-11.5 -3.68357,-3.50468 -7.62128,-6.14838 -12.25,-6.59375 -2.46109,-0.2368 -5.11181,-0.3421 -7.78125,-0.3125 z m 0.40625,0.375 c 2.38906,-0.0265 4.73635,0.0695 6.9375,0.28125 4.15199,0.3995 7.70421,2.73927 11,5.875 3.2968,3.1367 6.3048,7.05371 9.34375,10.34375 3.94885,4.27512 9.8102,8.75399 14.09375,13.4375 2.1394,2.33915 3.90958,4.70304 4.8125,7.0625 0.89832,2.34749 1.00751,4.66228 -0.0625,7.0625 -5.36025,12.02406 -18.7172,17.05911 -34.125,17.96875 -15.40977,0.90974 -32.77111,-2.385 -45.53125,-6.71875 -5.1259,-1.74093 -11.265,-4.90577 -15.84375,-8.9375 -4.57631,-4.02959 -7.54604,-8.80435 -6.71875,-13.875 1.69199,-10.37068 9.86971,-18.42542 20.59375,-23.9375 10.7251,-5.51262 23.95972,-8.43454 35.5,-8.5625 z m 271.84375,0.625 c -0.28982,-0.005 -0.57956,0.0155 -0.90625,0.0313 -2.73658,0.13206 -5.70202,1.0432 -8.15625,2.46875 -2.45423,1.42555 -4.38674,3.34295 -5.21875,5.4375 -2.46254,6.19936 -0.8244,16.29052 3.21875,24.25 2.02243,3.98142 4.61141,7.43742 7.46875,9.625 2.86046,2.18996 5.88294,3.14748 9.03125,2.34375 3.24851,-0.82931 5.6051,-3.23363 7.15625,-6.6875 1.55056,-3.45257 2.22722,-7.9205 2.125,-12.5625 -0.20439,-9.28197 -3.71395,-19.21629 -9.21875,-23.28125 -1.42795,-1.05445 -3.36957,-1.59165 -5.5,-1.625 z m 0.25,0.625 c 2.05818,-0.0993 3.97722,0.3034 5.34375,1.3125 4.57594,3.37905 7.45643,11.56395 7.625,19.21875 0.0842,3.82377 -0.4986,7.48769 -1.78125,10.34375 -1.27928,2.84853 -3.1837,4.8442 -5.875,5.53125 -2.60761,0.66569 -5.17069,-0.099 -7.53125,-1.90625 -2.36625,-1.81159 -4.49062,-4.6585 -6.15625,-7.9375 -3.33408,-6.56359 -4.70122,-14.85185 -2.65625,-20 0.69996,-1.76212 2.36317,-3.33176 4.375,-4.5 2.01183,-1.16824 4.38395,-1.95285 6.65625,-2.0625 z m -160.1875,19.4375 c -0.94303,2.16268 -1.37835,4.34156 -1,6.4375 1.18683,6.57456 8.78444,12.3474 17.4375,15 8.6538,2.65283 18.09276,2.1509 22.65625,-2.71875 1.42397,-1.5195 2.2681,-3.53554 2.65625,-5.78125 -0.43421,0.92207 -0.97374,1.77169 -1.65625,2.5 -4.57528,4.88223 -13.99946,5.3725 -22.65625,2.71875 -8.65679,-2.65375 -16.27887,-8.34607 -17.46875,-14.9375 -0.18866,-1.04511 -0.13561,-2.13732 0.0313,-3.21875 z m -394.15625,0.875 c -2.276318,1.57696 -4.461564,3.29034 -6.4375,5.15625 -7.495561,7.07819 -12.196906,15.87549 -10.34375,24.21875 1.757189,7.9112 9.12997,12.93587 18.375,15.71875 9.24415,2.78262 20.249413,3.21428 28.59375,2.03125 8.0408,-1.14001 18.13694,-4.47826 25.96875,-9.53125 7.83234,-5.05333 13.2898,-11.69778 12.71875,-19.46875 -0.38712,-5.26795 -3.12396,-9.9482 -7.28125,-13.90625 1.85726,2.6245 3.11348,5.49146 3.34375,8.625 0.50623,6.88891 -4.35789,12.75189 -11.28125,17.21875 -6.92479,4.46779 -15.82692,7.46063 -22.9375,8.46875 -7.378027,1.04604 -17.076,0.64798 -25.25,-1.8125 -8.17162,-2.45977 -14.723764,-6.92541 -16.28125,-13.9375 -1.642682,-7.39567 2.498198,-15.14845 9.125,-21.40625 0.523461,-0.49431 1.135454,-0.90167 1.6875,-1.375 z m 154.5,14.0625 c -0.23218,0.11538 -0.49259,0.18074 -0.71875,0.3125 -4.26857,2.48681 -6.47189,7.7939 -6.9375,13.75 -0.46565,5.95655 0.82856,12.48352 3.28125,17 2.80477,5.16482 8.31127,10.60698 14.34375,13.9375 6.03307,3.33085 12.48592,4.51295 17.375,1.6875 4.66059,-2.69339 6.75022,-8.57009 6.875,-15.15625 0.0651,-3.4374 -0.41663,-7.0428 -1.3125,-10.375 0.36631,2.10972 0.60224,4.24597 0.5625,6.34375 -0.11425,6.03045 -2.06355,11.43269 -6.34375,13.90625 -4.48879,2.59412 -10.35198,1.51799 -15.875,-1.53125 -5.52541,-3.05057 -10.55451,-8.04785 -13.125,-12.78125 -2.24915,-4.14166 -3.45783,-10.10561 -3.03125,-15.5625 0.36897,-4.71995 1.94974,-8.98894 4.90625,-11.53125 z M 534.25,181 c -4.01407,2.26214 -7.17983,5.29478 -8.71875,9.21875 -2.20471,5.6216 -0.65612,13.26983 3.09375,19.71875 3.74986,6.44891 9.62566,11.59741 15.59375,12.5625 7.12995,1.15297 15.15908,-2.47245 21.53125,-8.34375 6.37256,-5.87165 11.04599,-13.91106 11.71875,-21.1875 0.22592,-2.44346 -0.65126,-5.06589 -2.1875,-7.4375 0.68583,1.56174 1.08082,3.16858 0.9375,4.71875 -0.61477,6.64908 -4.87087,14.01558 -10.6875,19.375 -5.81594,5.35879 -13.13411,8.71093 -19.65625,7.65625 -5.46626,-0.88393 -10.85746,-5.64312 -14.28125,-11.53125 -3.4245,-5.88933 -4.83139,-12.85216 -2.8125,-18 1.06388,-2.7127 3.02771,-4.91949 5.46875,-6.75 z m -72.46875,101.125 c -2.41405,4.98018 -7.76807,9.5677 -13.84375,12.25 -6.88072,3.03771 -14.46747,3.59537 -19.375,0.25 -2.29887,-1.5671 -3.17466,-4.78144 -2.90625,-8.375 0.068,-0.91074 0.29085,-1.83664 0.5,-2.75 -0.78295,1.87586 -1.34741,3.95701 -1.5,6 -0.26839,3.5933 0.6136,6.81214 2.90625,8.375 4.9016,3.34133 12.49585,2.75577 19.375,-0.28125 6.8783,-3.03665 12.90105,-8.4872 14.6875,-14.21875 0.12237,-0.39262 0.15308,-0.82699 0.15625,-1.25 z m -266.59375,8.03125 c -0.0447,0.0727 -0.11318,0.11263 -0.15625,0.1875 -1.69669,2.94907 -0.76054,6.3002 1.625,9.5 2.38243,3.19563 6.21931,6.03455 9.71875,7.46875 3.42421,1.40337 7.92291,1.49464 11.75,0.375 3.82618,-1.11937 6.87149,-3.3996 7.8125,-6.40625 0.21074,-0.67335 0.29418,-1.30403 0.3125,-1.90625 -1.33151,2.32332 -3.93359,4.08844 -7.15625,5.03125 -3.8309,1.12075 -8.32305,1.06075 -11.75,-0.34375 -3.5026,-1.4355 -7.30262,-4.26984 -9.6875,-7.46875 -1.57925,-2.1183 -2.50958,-4.33007 -2.46875,-6.4375 z M 58.53125,291.75 c -0.601741,0.98913 -1.024184,2.00575 -1.03125,3.09375 -0.01336,2.05739 1.531449,3.76767 3.90625,5.09375 2.372466,1.32478 5.47923,2.15108 7.875,2.4375 2.897904,0.34646 6.766213,0.25395 9.96875,-0.625 1.602281,-0.43975 3.00805,-1.06082 4.0625,-1.875 1.05445,-0.81418 1.776904,-1.81382 2.03125,-3.0625 0.08719,-0.42806 0.09043,-0.87246 0.0625,-1.3125 -1.066892,1.41576 -2.880775,2.37548 -5.15625,3 -3.20521,0.87968 -7.100252,0.97168 -10,0.625 -2.39602,-0.28646 -5.435189,-1.11002 -7.8125,-2.4375 -2.307479,-1.28848 -3.837856,-2.94982 -3.90625,-4.9375 z m 290.03125,8.53125 c -0.28052,0.64371 -0.61669,1.30454 -0.78125,1.9375 -0.57293,2.20369 -0.44462,4.24032 0.5625,5.96875 1.32074,2.26669 3.78837,3.83477 6.90625,4.71875 3.11825,0.88408 6.83278,1.04666 10.5,0.5625 3.66701,-0.48414 7.26574,-1.61947 10.125,-3.28125 2.85926,-1.66178 4.96697,-3.84379 5.78125,-6.34375 0.18925,-0.58101 0.29757,-1.16655 0.3125,-1.78125 -1.0619,1.89832 -2.8751,3.54601 -5.15625,4.875 -2.84289,1.65625 -6.39195,2.8279 -10.0625,3.3125 -3.66831,0.48431 -7.3837,0.28978 -10.5,-0.59375 -3.11751,-0.88388 -5.58547,-2.48324 -6.90625,-4.75 -0.80176,-1.376 -1.0094,-2.93247 -0.78125,-4.625 z m 130.65625,8.3125 c -0.19124,0.34808 -0.39443,0.68582 -0.53125,1.03125 -0.64834,1.63687 -0.73839,3.20643 -0.0625,4.65625 1.11986,2.402 3.54108,4.18358 6.71875,5.34375 3.17591,1.15953 7.07191,1.64135 10.90625,1.4375 3.83553,-0.20391 7.60061,-1.06915 10.5625,-2.5625 2.96269,-1.49375 5.07459,-3.55404 5.8125,-6.09375 0.15355,-0.52847 0.22131,-1.04837 0.21875,-1.5625 -1.03623,1.75638 -2.74553,3.23832 -5,4.375 -2.96371,1.49426 -6.7591,2.38988 -10.59375,2.59375 -3.83493,0.20388 -7.72979,-0.27778 -10.90625,-1.4375 -3.1748,-1.15912 -5.56752,-2.97276 -6.6875,-5.375 -0.36228,-0.77705 -0.48282,-1.57164 -0.4375,-2.40625 z m 138.3125,8.09375 c -0.87011,1.57125 -2.22145,3.0212 -3.90625,4.28125 -2.89303,2.16367 -6.62909,3.72142 -9.8125,4.5 -3.83408,0.93771 -8.84838,1.44527 -13.21875,0.78125 -4.36549,-0.66328 -7.95756,-2.41199 -9.4375,-5.71875 -0.0394,-0.0881 -0.0367,-0.18928 -0.0625,-0.28125 -0.0697,0.093 -0.1555,0.18938 -0.21875,0.28125 -0.84877,1.23284 -1.17022,2.31105 -0.75,3.25 1.48001,3.30695 5.06779,5.02358 9.4375,5.6875 4.36781,0.66363 9.38414,0.21909 13.21875,-0.71875 3.18402,-0.77873 6.9542,-2.37019 9.84375,-4.53125 2.7985,-2.09297 4.69967,-4.64594 4.90625,-7.53125 z M 420,366.53125 c -0.6432,1.11362 -1.07389,2.29771 -1.03125,3.625 0.12189,3.79357 3.23926,6.78016 7.59375,8.8125 4.35251,2.03142 9.80785,2.96547 13.90625,2.75 4.59206,-0.24142 10.67373,-1.96951 15.34375,-4.75 2.33575,-1.39068 4.32929,-3.03729 5.625,-4.84375 0.99257,-1.38383 1.5768,-2.81842 1.6875,-4.375 -0.20652,0.3797 -0.422,0.75484 -0.6875,1.125 -1.29674,1.80788 -3.25808,3.45312 -5.59375,4.84375 -4.67132,2.78126 -10.74821,4.50839 -15.34375,4.75 -4.10195,0.21566 -9.55218,-0.78034 -13.90625,-2.8125 -4.34837,-2.0295 -7.50299,-4.98368 -7.625,-8.78125 -0.004,-0.11928 0.0285,-0.22653 0.0313,-0.34375 z m 103.03125,4.34375 c -13.52293,0.14055 -28.74851,4.23832 -41.03125,10.96875 -12.28235,6.73022 -21.5277,16.08443 -23.53125,26.5 -0.76051,3.9536 0.27883,7.72733 2.625,11.28125 2.34572,3.55324 5.9853,6.84316 10.28125,9.5625 8.59353,5.43972 19.81334,8.64083 28.09375,8.03125 12.61476,-0.92866 29.66271,-8.67306 41.84375,-18.96875 6.09028,-5.14765 10.94097,-10.93005 13.5,-16.71875 2.55968,-5.79016 2.8853,-11.53194 -0.0937,-16.9375 -5.34583,-9.7001 -17.52056,-13.866 -31.6875,-13.71875 z M 22.625,371.0625 c -0.159978,3.3e-4 -0.313195,0.013 -0.46875,0.0313 -3.433554,0.39811 -6.276971,2.17952 -8.59375,4.90625 -2.315997,2.72581 -4.0835474,6.38339 -5.3125,10.5 -2.457555,8.23204 -2.6977081,18.18051 -1.0625,25.21875 1.2061884,5.19166 4.473475,11.05145 8.71875,15.40625 4.245784,4.35533 9.387892,7.13552 14.5,6.59375 4.035793,-0.4277 7.471388,-3.44081 10,-7.5625 2.528793,-4.12198 4.115777,-9.28271 4.4375,-13.5625 0.178512,-2.37469 -0.278548,-4.6552 -1.09375,-6.90625 0.09708,0.83614 0.158138,1.67471 0.09375,2.53125 -0.287583,3.82562 -1.678944,8.4435 -3.9375,12.125 -2.257771,3.68021 -5.320594,6.36669 -8.9375,6.75 -4.577152,0.48507 -9.241484,-2.01872 -13.03125,-5.90625 -3.790046,-3.88783 -6.641079,-9.11152 -7.71875,-13.75 C 8.759047,401.15465 8.9316059,392.34721 11.125,385 c 1.096915,-3.67432 2.711888,-7.00195 4.78125,-9.4375 2.029428,-2.38852 4.47253,-3.95116 7.46875,-4.34375 -0.249317,-0.0537 -0.470787,-0.15682 -0.75,-0.15625 z m 499.53125,0.3125 c 12.54405,-0.13037 23.31945,3.58113 28.0625,12.1875 2.64186,4.79383 2.39177,9.90376 0.125,15.03125 -2.26934,5.13341 -6.60744,10.22333 -12,14.78125 -10.78691,9.11733 -25.84947,15.98933 -37.03125,16.8125 -7.34592,0.54078 -17.29044,-2.30417 -24.90625,-7.125 -3.8083,-2.41066 -7.01425,-5.31879 -9.09375,-8.46875 -2.07738,-3.14676 -3.05,-6.49095 -2.375,-10 1.77757,-9.24082 10.02938,-17.53992 20.90625,-23.5 10.87575,-5.95946 24.33744,-9.59428 36.3125,-9.71875 z M 77.4375,377.5 c -1.80098,4.23989 -2.252129,8.56893 -0.59375,11.71875 1.859431,3.53168 6.816667,5.16235 12.15625,4.96875 5.33785,-0.19353 10.899055,-2.26527 13.5625,-5.40625 0.81828,-0.96499 1.11615,-2.08259 1.09375,-3.375 -0.038,0.0495 -0.0528,0.10797 -0.0937,0.15625 -2.67334,3.15265 -8.186318,5.21246 -13.53125,5.40625 -5.341208,0.19366 -10.288344,-1.45223 -12.15625,-5 -1.235585,-2.34679 -1.217094,-5.35041 -0.4375,-8.46875 z m 101.84375,1.625 c -9.99078,2.00909 -21.15725,8.29039 -29.4375,16.5 -9.22356,9.14486 -14.81567,20.53674 -11.90625,30.78125 1.02582,3.61207 3.28031,6.29939 6.4375,8.3125 3.15654,2.0127 7.21705,3.29099 11.65625,4.0625 8.87686,1.54274 19.29815,0.9028 27.125,-0.3125 7.22804,-1.12232 15.68891,-3.54837 22.65625,-7.4375 6.96744,-3.88919 12.37488,-9.17549 13.8125,-16.0625 0.72202,-3.45891 -0.96826,-6.67275 -3.65625,-9.84375 -0.84822,-1.00064 -1.89583,-1.9409 -2.875,-2.90625 2.40755,2.84017 3.8997,5.7313 3.25,8.84375 -1.29033,6.18142 -6.1347,10.92295 -12.375,14.40625 -6.24172,3.48409 -13.80724,5.651 -20.28125,6.65625 -7.00795,1.08815 -16.32729,1.69485 -24.28125,0.3125 -3.9774,-0.69124 -7.60443,-1.91231 -10.4375,-3.71875 -2.83019,-1.80462 -4.86172,-4.19969 -5.78125,-7.4375 -2.61111,-9.19414 2.42631,-19.37179 10.6875,-27.5625 7.16233,-7.10122 16.69532,-12.6057 25.40625,-14.59375 z m 16.25,4.9375 c 3.31632,3.09845 6.4315,6.91731 9.4375,10.03125 0.21834,0.22618 0.49033,0.45949 0.71875,0.6875 -3.1245,-3.37664 -6.31005,-7.23722 -9.75,-10.375 -0.13461,-0.12279 -0.27105,-0.22356 -0.40625,-0.34375 z m 156.1875,7.90625 c 2.09459,3.04807 3.64846,6.80905 4.4375,10.75 1.41853,7.08505 0.39917,14.45573 -3.65625,18.5 -1.00917,1.00639 -2.15356,1.40837 -3.53125,1.40625 -1.39396,-0.002 -3.01319,-0.41715 -4.71875,-1.0625 -3.40528,-1.28851 -7.09716,-3.42941 -10.46875,-4.34375 -5.54441,-1.50361 -13.22551,-1.45159 -19.5625,-2.4375 -3.17019,-0.49322 -5.95829,-1.24411 -7.9375,-2.46875 -1.96422,-1.21535 -3.16836,-2.86332 -3.3125,-5.375 -0.30676,-5.34526 3.0291,-10.33098 8.21875,-14.28125 -0.33384,0.20769 -0.70683,0.37901 -1.03125,0.59375 -6.94372,4.59604 -11.56702,10.73069 -11.1875,17.34375 0.16095,2.80452 1.45542,4.54448 3.65625,5.90625 2.1941,1.3576 5.31664,2.20125 8.84375,2.75 7.05523,1.09766 15.628,1.07281 21.8125,2.75 3.76121,1.02001 7.87237,3.41199 11.65625,4.84375 1.89167,0.71578 3.70814,1.18494 5.25,1.1875 1.54318,0.003 2.80334,-0.40021 3.9375,-1.53125 4.49552,-4.48317 5.67225,-12.70971 4.09375,-20.59375 -1.05823,-5.28547 -3.38776,-10.3084 -6.5,-13.9375 z M 603.5625,396.5 c -0.59313,1.1799 -0.99095,2.53489 -1.15625,4.0625 -0.30777,2.84435 0.12751,6.12306 1.15625,9.3125 2.05673,6.37658 6.52217,12.20565 11.21875,13.375 3.15738,0.78612 7.09983,-1.10949 10.15625,-4.25 2.41038,-2.4767 4.13037,-5.64995 4.5625,-8.5 -0.82062,1.84992 -2.01528,3.66107 -3.53125,5.21875 -3.05938,3.14355 -7.04053,5.04131 -10.21875,4.25 -4.72204,-1.17568 -9.12811,-6.9277 -11.1875,-13.3125 -1.02945,-3.19164 -1.4639,-6.53179 -1.15625,-9.375 0.0298,-0.27549 0.11274,-0.51566 0.15625,-0.78125 z m -207.71875,17.375 c -0.39652,0.72801 -0.72608,1.53041 -0.9375,2.4375 -0.50874,2.18268 -0.43811,4.80864 0.0625,7.40625 1.00007,5.1898 3.9464,10.16128 7.4375,11.5625 2.4003,0.96341 5.862,-0.052 8.71875,-2.1875 2.78078,-2.07872 4.82236,-5.13186 4.9375,-7.71875 -0.88141,1.63371 -2.26474,3.2183 -3.9375,4.46875 -2.86298,2.14015 -6.32137,3.16228 -8.75,2.1875 -3.52301,-1.41403 -6.4354,-6.36219 -7.4375,-11.5625 -0.44272,-2.29723 -0.43427,-4.57458 -0.0937,-6.59375 z"
+       transform="translate(-0.26516505,0.97227185)" />
+    <g
+       id="g6200"
+       transform="matrix(0.41269156,0,0,0.41269156,82.826245,13.256124)">
+      <path
+         transform="matrix(1.1073053,0,0,1.1073053,-138.8474,-60.130368)"
+         style="opacity:0.4;color:#000000;fill:#501500;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 230,63 c -7.38039,4.844331 -4.32227,22.496015 3.25,25.875 7.57227,3.378985 16.86975,-3.79348 16.625,-12 C 249.63025,68.66848 237.38039,58.155669 230,63 z"
+         id="path6121"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="zzzz" />
+      <path
+         sodipodi:nodetypes="zzzz"
+         inkscape:connector-curvature="0"
+         id="path6140"
+         d="m 230,63 c -7.38039,4.844331 -4.32227,22.496015 3.25,25.875 7.57227,3.378985 16.86975,-3.79348 16.625,-12 C 249.63025,68.66848 237.38039,58.155669 230,63 z"
+         style="opacity:0.15;color:#000000;fill:#b44a1e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.90309328px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="matrix(1.1073053,0,0,1.1073053,-139.8474,-57.380368)" />
+      <path
+         sodipodi:nodetypes="zzzz"
+         inkscape:connector-curvature="0"
+         id="path5102-5"
+         d="m 230,63 c -7.38039,4.844331 -4.32227,22.496015 3.25,25.875 7.57227,3.378985 16.86975,-3.79348 16.625,-12 C 249.63025,68.66848 237.38039,58.155669 230,63 z"
+         style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="translate(-113.82727,-50.751798)" />
+      <path
+         id="path6159"
+         d="m 114.03125,17.375 c -1.91647,6.498476 0.94756,16.380522 6.1875,18.71875 5.67075,2.530468 12.38925,-1.464613 14.4375,-7.125 -3.13168,4.059462 -8.63746,6.32943 -13.4375,4.1875 -4.54483,-2.028047 -7.41835,-9.394155 -7.1875,-15.78125 z"
+         style="color:#000000;fill:#833715;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+      <path
+         transform="matrix(0.40626901,0,0,0.40626901,27.253151,-11.275608)"
+         style="color:#000000;fill:#b7511f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.77986968px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 227.2309,62.692322 c -7.38039,4.844331 3.062,25.265116 10.63427,28.644101 7.57227,3.378985 16.86975,-3.79348 16.625,-12 -0.24475,-8.20652 -19.87888,-21.488432 -27.25927,-16.644101 z"
+         id="path6181"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="zzzz" />
+    </g>
+    <use
+       x="0"
+       y="0"
+       xlink:href="#g6200"
+       id="use6235"
+       transform="translate(243.5,41.5)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6235"
+       id="use6237"
+       transform="translate(-354,-29.5)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6237"
+       id="use6239"
+       transform="translate(573,-13)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6239"
+       id="use6241"
+       transform="translate(-87,53)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6241"
+       id="use6243"
+       transform="translate(-87,-54)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6243"
+       id="use6245"
+       transform="translate(-291,74)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6245"
+       id="use6247"
+       transform="translate(269,31)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6247"
+       id="use6249"
+       transform="translate(-245.36605,61.51829)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6249"
+       id="use6251"
+       transform="translate(263.75083,-8.4852814)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6251"
+       id="use6253"
+       transform="translate(171.11984,0)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6249"
+       id="use6255"
+       transform="translate(-126,-23)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6251"
+       id="use6257"
+       transform="translate(189,67)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6257"
+       id="use6259"
+       transform="translate(-274,18)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6259"
+       id="use6261"
+       transform="translate(-32,-10)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6261"
+       id="use6263"
+       transform="translate(-280,-23)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6263"
+       id="use6265"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6257"
+       id="use6267"
+       transform="translate(-558,217)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6267"
+       id="use6269"
+       transform="translate(137,-5)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6269"
+       id="use6271"
+       transform="translate(-161,-112)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6271"
+       id="use6273"
+       transform="translate(120,-29)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6273"
+       id="use6275"
+       transform="translate(391,27)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6275"
+       id="use6277"
+       transform="translate(-256,19)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6277"
+       id="use6279"
+       transform="matrix(0.8562273,0,0,0.8562273,60.383564,46.284095)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#g6200"
+       id="use6281"
+       transform="matrix(0.69501204,0,0,0.69501204,78.698599,16.397728)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6281"
+       id="use6283"
+       transform="translate(64,84)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6283"
+       id="use6285"
+       transform="translate(284,-87)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6285"
+       id="use6287"
+       transform="translate(-209,18)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6287"
+       id="use6289"
+       transform="translate(22,-15)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6289"
+       id="use6291"
+       transform="translate(-277,-20)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6291"
+       id="use6293"
+       transform="translate(-13,311)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6293"
+       id="use6295"
+       transform="translate(572,24)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6295"
+       id="use6297"
+       transform="translate(-383,0)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6297"
+       id="use6299"
+       transform="translate(202,0)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6299"
+       id="use6301"
+       transform="translate(-58.25,12.75)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6301"
+       id="use6303"
+       transform="translate(-19,-24)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6303"
+       id="use6305"
+       transform="translate(57.25,1.75)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6305"
+       id="use6307"
+       transform="translate(84.25,1.5)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6307"
+       id="use6309"
+       transform="translate(-3,-88.75)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6309"
+       id="use6311"
+       transform="translate(-105,19)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6311"
+       id="use6313"
+       transform="translate(-315.36962,-31.819805)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6313"
+       id="use6315"
+       transform="translate(100.40916,7.0710678)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6315"
+       id="use6317"
+       transform="translate(-11.313709,-14.849242)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6317"
+       id="use6319"
+       transform="translate(96.166522,17.67767)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6279"
+       id="use6321"
+       transform="translate(-185.96908,66.468037)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6321"
+       id="use6323"
+       transform="translate(319.61227,-18.384776)"
+       width="640"
+       height="480" />
+    <g
+       id="g6408"
+       transform="matrix(0.55966953,0,0,0.55966953,-30.064087,-31.131096)">
+      <path
+         style="opacity:0.4;color:#000000;fill:#501500;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.6410737px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 484.7217,150.84179 c -11.55904,-3.30188 -30.77339,10.09012 -28.63783,21.92031 2.58285,14.30796 31.77743,23.3368 41.7193,12.72793 8.44157,-9.00792 -1.21112,-31.25743 -13.08147,-34.64824 z"
+         id="path6325"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="aaaa"
+         transform="matrix(0.68475016,0,0,0.68475016,136.14315,-3.9250949)" />
+      <path
+         transform="matrix(0.68475016,0,0,0.68475016,134.89315,-0.4250949)"
+         sodipodi:nodetypes="aaaa"
+         inkscape:connector-curvature="0"
+         id="path6346"
+         d="m 484.7217,150.84179 c -11.55904,-3.30188 -30.77339,10.09012 -28.63783,21.92031 2.58285,14.30796 31.77743,23.3368 41.7193,12.72793 8.44157,-9.00792 -1.21112,-31.25743 -13.08147,-34.64824 z"
+         style="opacity:0.15;color:#000000;fill:#b44a1e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.46038663px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         transform="matrix(0.60935715,0,0,0.60935715,171.4656,10.408941)"
+         sodipodi:nodetypes="aaaa"
+         inkscape:connector-curvature="0"
+         id="path6327"
+         d="m 484.7217,150.84179 c -11.55904,-3.30188 -30.77339,10.09012 -28.63783,21.92031 2.58285,14.30796 31.77743,23.3368 41.7193,12.72793 8.44157,-9.00792 -1.21112,-31.25743 -13.08147,-34.64824 z"
+         style="color:#000000;fill:#963e18;fill-opacity:1;fill-rule:nonzero;stroke:#591800;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         transform="translate(-0.125,0.375)"
+         d="m 455.34375,105.8125 c -1.19216,0.95243 -2.25908,1.97966 -3.0625,3.125 -1.28486,1.83168 -1.97041,3.83654 -1.625,5.75 0.7247,4.01456 5.24552,7.34865 10.3125,8.90625 5.06698,1.5576 10.64899,1.31934 13.4375,-1.65625 1.21732,-1.29899 1.73194,-3.09005 1.75,-5.09375 -0.26622,0.89452 -0.68265,1.70289 -1.3125,2.375 -2.66309,2.84176 -7.81521,3.02121 -12.46875,1.59375 -4.65354,-1.42746 -8.83964,-4.48124 -9.53125,-8.3125 -0.41672,-2.30846 0.66616,-4.67267 2.5,-6.6875 z"
+         id="path6387"
+         style="color:#000000;fill:#833715;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.6410737px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:original="M 457.5 104.0625 C 453.2116 106.57075 449.78796 110.77432 450.5 114.71875 C 451.98793 122.9613 468.80392 128.17407 474.53125 122.0625 C 476.07563 120.41451 476.54649 118.00063 476.28125 115.40625 C 476.10853 116.8302 475.63414 118.11694 474.71875 119.09375 C 469.5428 124.61696 454.34469 119.91779 453 112.46875 C 452.46217 109.48938 454.54518 106.34656 457.5 104.0625 z "
+         inkscape:radius="-0.17441189"
+         sodipodi:type="inkscape:offset" />
+      <path
+         style="color:#000000;fill:#b7511f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.29495645px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 484.7217,150.84179 c -11.55904,-3.30188 -30.77339,10.09012 -28.63783,21.92031 2.58285,14.30796 31.77743,23.3368 41.7193,12.72793 8.44157,-9.00792 -1.21112,-31.25743 -13.08147,-34.64824 z"
+         id="path6389"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="aaaa"
+         transform="matrix(0.33036495,0,0,0.33036495,306.07687,53.651353)" />
+    </g>
+    <use
+       x="0"
+       y="0"
+       xlink:href="#g6408"
+       id="use6415"
+       transform="translate(389,16)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6415"
+       id="use6417"
+       transform="translate(-28,396)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6417"
+       id="use6419"
+       transform="translate(-471,-117)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6419"
+       id="use6421"
+       transform="translate(443,8)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6421"
+       id="use6423"
+       transform="translate(-497,-298)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6423"
+       id="use6425"
+       transform="translate(384,32)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6425"
+       id="use6427"
+       transform="translate(49,-31)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6427"
+       id="use6429"
+       transform="translate(-23,177)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6429"
+       id="use6431"
+       transform="translate(-234,168)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6431"
+       id="use6433"
+       transform="translate(24,-47)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6433"
+       id="use6435"
+       transform="translate(352,131)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6435"
+       id="use6437"
+       transform="matrix(0.79669535,0.11730275,-0.11730275,0.79669535,-88.647334,-385.26857)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6437"
+       id="use6439"
+       transform="translate(177,5.5)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6439"
+       id="use6441"
+       transform="translate(-208,-53)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6441"
+       id="use6443"
+       transform="translate(-155,454)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6443"
+       id="use6445"
+       transform="translate(81,-23)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6445"
+       id="use6447"
+       transform="translate(93,-82)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6447"
+       id="use6449"
+       transform="translate(-271,-20)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6449"
+       id="use6451"
+       transform="translate(124,-8)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6451"
+       id="use6453"
+       transform="translate(-97,-233)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6453"
+       id="use6455"
+       transform="translate(444,11)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6455"
+       id="use6457"
+       transform="translate(-264,-19)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6243"
+       id="use6459"
+       transform="translate(-41,448)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6459"
+       id="use6461"
+       transform="translate(146,-6)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6461"
+       id="use6463"
+       transform="translate(-425,5)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6447"
+       id="use6466"
+       transform="translate(-25.455844,-24.748737)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6466"
+       id="use6468"
+       transform="translate(-204.35386,-37.476659)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6468"
+       id="use6470"
+       transform="translate(422.84986,15.556349)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6470"
+       id="use6472"
+       transform="translate(102,15)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6472"
+       id="use6474"
+       transform="translate(-616,-12)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6474"
+       id="use6476"
+       transform="translate(258,-297)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6476"
+       id="use6478"
+       transform="translate(-98,63)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6478"
+       id="use6480"
+       transform="translate(321,36)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6480"
+       id="use6482"
+       transform="translate(133,9)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6235"
+       id="use6484"
+       transform="translate(-86,61)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6484"
+       id="use6486"
+       transform="translate(52,-22)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6486"
+       id="use6488"
+       transform="translate(-179,197)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6488"
+       id="use6490"
+       transform="translate(296,18)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6281"
+       id="use6492"
+       transform="translate(30,79)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6492"
+       id="use6494"
+       transform="translate(-61,-47)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6494"
+       id="use6496"
+       transform="translate(240,-26)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6496"
+       id="use6498"
+       transform="translate(84,-25)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6498"
+       id="use6500"
+       transform="translate(155,3)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6500"
+       id="use6502"
+       transform="translate(-425,208)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6502"
+       id="use6504"
+       transform="translate(175,23)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6504"
+       id="use6506"
+       transform="translate(196,11)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#g6408"
+       id="use6508"
+       transform="matrix(1.5811154,0,0,1.5811154,-254.15845,208.88777)"
+       width="640"
+       height="480" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer6"
+     inkscape:label="Objects"
+     style="display:inline">
+    <image
+       id="image6519"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAACHCAYAAAAInosWAAAABHNCSVQICAgIfAhkiAAAGXdJREFU eJztnXd4FWW+gN9TUoFkSCihZiCBJISQgoJ0EUR0Fwu7umKHdfdeverdIi5u8e7u4667KyqW1bWv 2AtWVDpYAJESQhIIoWQoAUJCMmnnJDnt/jGEDcmcmXOSSUiZ93l8iN98882H/vKVX7VwARDhYuCP wFhgEGAHfGcfVwL7gA8keOICTM+kg7B05MdEuAZ4DEgI8JVaYKmkCKpJN6NDhE+Ee4HfAwNaOYQE ZEogGzQlk05AuwqfqGynOcAYA4arAaZIsMeAsUw6Ae0mfCJEAfnAUAOHdQCDJKgycEyTC4S1PQYV lUuEhLGCBxAJbDZ4TJMLhM3oAUVIRlnxoowe+ywDBAiXYX07jW/SQRi67YoQCpwBemv1Cw0NY8q0 Kcy+fDbDxQQGDognKjoWq82K1WrB5/VSV1fLmbISXnz+KT7/bGXzIcok6G/k3E06HqOFby0w29/z xFEJLH7wIS6deR2hoZEBj/unh37Ov19+pXnzcAmOtWaeJp0Dw4RPhHnAp/6eL3vmBeZdcytWa0jQ Y1dVnSI9pcXx8TkJ7g56MJNOg5EXjqfUGm02Gys+/ZJrrlvUKsEDiIqKQxwhNm+e16rBTDoNhgif CNOVP1ry5rsfkjX+8jZ/46of/LB508A2D2pyQbEbNM7f1RqzssYz4ZKrgh7M62nAWX8Gj8uB21OH 212Hs66FcSNEhN6Sonw26YIYJXxpao1/fmQpFktgx0qHo4TqqiJqHSepqzsDPt95z6urT6u9Ngv4 JMi5mnQS2ix8IowAeqk9G500Xvtln4/KyoOUl+fhdJZpdo2O7qPWPA1T+LosRqx8qvuq0LcvISH+ 1SkNDZUUH9+E06m6orUgOlpVdZgR0MsmnRIjhC9OrTE5JcXvC9XVRzl+bD0+nzvgjwiC6spntPnO pAMx4raramk4eKBQtbPDURK04AFEqwtfRFCDmHQqjBA+VSkqKy2joaH2vLb6+gqOHV0dtOABhIWF qjYHPZBJp8EI4dvm78HhQznnfvZ46jh6ZBUeT32rPuL1etWaTeHrwhghfBv8PXhi6V/O/XymLBeX q/UqOT/C1zqTiUmnoM3CJ0Ex0KD2bM2q1ezbuxmPt57yir1t+o4pfN0Po2y7m/w9+NHVc1m35lW8 HlX5DBiPx6fWbLg/oknHYZSF47fAHLUHTqeTu+68l7Rxo0hOGUlSskhKaoI/vZ1f/Kx87eKJbdIx aAqfCH8FbkVxDo1A2easKDG2bpTt1oliX/Xhx0XL5/OxJ6eQPTmK+sVut3P7wquZf33gDgd+hE91 OTTpGqgKn6iYzNaj/KmGBUUQQ1BMa/2C+ajb7absTHBRkB6PKXzdjRbblqgEaB/Ev+C1mYysZG69 PTh3PIfDqdZsCl8X5ryVT4R3gJ+018csFgs3LJjLrbfPC9jbpZHKSlU1jepyaNI1OCd8IlxOOwpe 6thEbr3jatLGjWrV+1WyKXzdDTucyyywwtCB7TZGjBxKUrLIpCkZZGQmt2m8yspqtWZT+LowjSvf J4Cq5b6RiydMYM7cK4mJ6U+fqGjKy0+wN38LNuv5x8awsBBGjY5nZOIwQkON0wH72XY9hn3ApMNp FL65/jrMuWIOjz35Gr37nO+8UlV1mLRx7RUX3pJK2Vz5uhtWUUlb5ldZu/jBP7UQPKDNFotgMVe+ 7ocVuNnfw2HDh5GQqO4K7/G62mtOqvg588WIsEI0LR1dEiswxd/DqdOnYbGo/3/1ejpY+NRvuwDz gTIRJnbcbEyMwIpGwsbUsel+X/R4O27bra9voL5e83t9ga0iPN8xMzIxAs3tKiFxtN9nvg7cdjVW vaZYgJ+LUCwqmbJMOjlWNA7tYWH+QyTs9sAT/bSV5uc9q1Xzd2YwkC/Cw+04JRMDsKKhrvCpe5IA EBragWqWszfdCRPT+Ofzv+ejlU/y33ffoKVHtAK/E6FQhCEdM0uTYLHiJwAIwOX2f84KDRPaYz6q VMrVpGck8dCf70IcMQS73c68a2ey7JkliCM0ZWsUIInwi46ZqUkwWNHI8L43P9fvix258tXVNXDP L25u4YwQLw5m2TNLuOa6y7QcFezAEyLsFKHjfmNMdLEJkAWMU3vodrmYf/0dqi9arXbKy/e2Kgwy WAYP6U9srLrc2GxWxl+cSnLKCHZnF1Dn9BsdNwj4pQCSbGa07xRYRJiBnxgMi8XCgSM12GzqEYqS tBJH7cn2mlvQVFbW8ORjr7PtO13Z2ghcJUFd+8/KxB9WCb7Cz7nP5/NRUiL5fblP72HtM6tWEh3d m4f+fBd337uA0DBNp4aZKIppvzZtk/anUWdx0F+HDWtbJOM+R58o0eDpGMMP5k3nqX/+lpEJmqlc egFfiqZ57oJhAxCgHrharcPXmzZy28I7CQ9v6XFls4VTVVWEx9P63av0dDkvv7CCmNhov+e61hAd 3Zs5cyfTUO+iYF+RVtcU4D4BNslKDLJJB2EDkGGXoNRHa6E59vl8FBUVMu/qBaoDuF21OByngv6w x+PloxXreOThl9hfUMS6NVux2ayMSU0I2sXeH1arlazxYxiTmsDu7AKc/i8jEcBPBRgsg/+l3sRQ zgVdC0qp0RaJjwEOHTzAlKmTGDK0ZbFIqy0MuaIgqI/m5x3kT3/4J5s2bMftVgwsXq+PnOz97Mkp JCMziV69jEtAFTeoH5fPmUTx8RKOHyvx180CjBfg5wJ8IYN2tkqTNnPeEiMqBVxi1DqGh0ewafMu Bsa1jMEoOvxJQEkeC/cf4a03VrJ9W55mv169Ivif+xYwY+bFumMGy6ovvuWF597Xc1TwAo9ISqVM k3aiufAtAl721zm2XyxfrNnMgIGJ57VXVRVx/Ng6vx/ZX1DEW69/zo7t+UFNbuasCdx97wIiI8OD ek+P48dL+MdfX+HQwaN6XQ8AMyXzLNgunJfrRIZsAcYDSWqdnQ4n7729nNTUkQwdnojVqnjhh4UK VMoH8Xj/c6Y6eaKU1V9u5sV/fcBbb3zOiROlQU9OKirm6407GJUUT/8Bqgtyq4iK6s3lV0zG7XKz b+9hra6xKJeRahm+M2wCJoCf9BYiHAU0lXiiGM+S3/8fo5NSEfr2p/R0IXvzN7Jzx142f5NN0eHj hk3SarVyw41XcNOtP8RmM1YrsienkKV/f5UzZboZFHYBsySz4LRh+BO+AcARwNj9riWlKI6gASUs Gp0ksvjBRQwebGzNv+rqWp5e9iabv8nW61oP3CnBG4ZOoIeimmJMhloBtgA3+evTRqqAX0lwgwD/ Bq4jAKP/mTMy61ZvQYiJIiHROOtKWFgo02aMp/+AGHKy95+7gatgB+YLMEOAd2UNjyATfTQVaqKS r+V7gkwEpEEdsFSCP6h86yngHr05NTJ5aib3/fJm+vRRLQHSak4Un+bRv71C4f4jel1rgR9LsMrQ CfQgdP9Hi8pv+9fApFZ+wwcUAM9I8KzOtyYCX6JsxbrExEbz68V3kJFlrNe82+3hzeUref/d1fh8 urmIPgSul8wY4qDR3VJl8MrwsqC4249Bp5BzE0qAF4G5Ejwuw/YAvlUswKMoN27/ASRncTrr2bj+ exyOOsZljNZzrw8Yq9VKRmYy4zJGk5NdgMOhaT40zXOtJGg7lqi4pd+LIojDUUxTx1BWtxxgm2SA v5wI1wOvE2DG+REjh7L4wUXExw9q66fPo7bGydNPvsk3X+3U6+oDXpTgvwydQDfG0ErjRiMql5CN BFjmKjQ0hEU/m8+8ay41fC7r137Hc8+8i9Op60RxAkUlE5zNsQfSqRNqy1Anw/OCclGZiY7rk8fj Zcf2fAoLJDKzkgmPMK5Mx8iEoUybMZ7C/RJl2jrBPsDdAoTKGmUiTDr5ytcUERJQHF8DikaLju7N L+6/jQkTVauxthqPx8vbb3zOu2+v8pcnuimmeU6DTr3yNUWGChkeFxTLSyY6vzj19Q18tXH72ci3 ZGx2Y/6qVquFcRlJpGckkbN7P7W1qul6GzHNcxp0mZWvKSJMR/G708wp2MjQYXE88OBCEhKHGzqP 2lonzz79Nps26F7kwTTPtaDLrHxNkeGIAI8Bk4GRev2rqmpYu/o7QkLspIwZaZizamhoCFOmZjJ4 yAB27yrA5dI0eJjRc83oksIHIINHhuUCSCgFpzX/Ll6vl927CsjNPUBGVjKRkcY5q44YMYQZMy9W LiOlFVpdTfNcE7qs8DUiQ44A/0Lxwtb1ODhdcoZ1q7cSF9ePeHGwYfPo3TuS2XMmYbVYyc87qGcZ GYGyCu6SNYK3ujtdXvgAZHDI8KygrCxT0TnLNjS4+PabXZScOkNGVjIhIcZUAbNYLKSljyYrK4U9 OYXU1Di0uocCtwgwToAP5B5YU6RLXji0EBXLy0Y08g42JW5QPxb/ZiHJY3SPjkHhdNbx7NPvsGGd 33LETakArpQ0ahd3R7rFytcUGUplWCoo3ti6Sr6aGgfr1nyHz+djbFqiYZeRkBA7k6dkMGxYXCCX kR4ZPdftVr6miEpGgg9QAsR1SU4ZweIli4gbZJQHmULp6XIe/dur5OcFdLzrMea5brfyNUWGgwIs Ay5FcYLQpKxMZu3qrcTERjMywThn1V69Ipg9ZxJ2u4283AN6l5EeY57r1sIHIINLhlcExcVrLjr2 YbfbzXdbcjh65CSZWSmGFbKxWCyMTRvF+ItTyc0ppLpa8zJiAaYLcLMAH8qgmoq/q9Ptha8RGXYI 8BJwLX5ik5ty9MhJNq3fTkLiMAbGxRo2j9h+ApdfMZmKikoOH9INsurW5rkeI3wAMtTI8JSgbG2T 0DnzOhx1bFi3jbq6etLSRxnmrBoSYueSyenExw9m964CGho0k6tbgbkCXC3Ae3I3SuvWo4SvERnW CMqt8scoN01N9u09zPZteYxNG0V0dKCO3PoMjx/EzFkTOHTwGKdLzuh173bmuR4pfAAynBRgKZBO AKUTKsqrWLN6C3369GJ0Urxh84iMjGDW5ZcQGhpCXu4BvF7Ny0i3Ms/1WOEDkMEnw7uC4v5/LTrx wx6Pl+3f53Gw8CgZWcmEhxvjrGqxWEgdm8jFE8aSu+cA1VW1eq90C/Ncjxa+RmQoEOBplILXugbf 4uLTbFi3jeHxgxgyJCBDSkDExEZz+RWTqJSrOXTwmF73Lm+eM4XvLDLUy/CiADXALHRUMnV19Wza sJ2qyhrS05MMc1a12+1MnDSOkSOHkp1dQEO9bqWnLhs9ZwpfM2TYKihRc9cB0Xr9C/cfYeuW3aSO TaBvX+PKQwwbHsdlsyZSdPg4p07ppgrskuY5U/hUkEGWYZkAcSgxxJoqmcrKGtas2kpYWCjJKSMM sw9HRIZz2eyJRESEkbvngF7MSJdLbmkKnwYyfC7AWhSVjGbSJK/XS/bOfezNP0RGZrJhOQUtFgsp qQlMmJhG7p4DVFXpFkHsMuY5U/h0kOHYWZXMRCBRr/+pU2WsW/Mdgwb3Z7iBAewxMdHMmTuZ6moH Bwp188h0CfOcKXwBcDZlyBuCEgo5D53/bg0NLr75eidlpytIzzTOWdVutzFhYhqJicPJzi7QS+0L ndw8161dqtoDUbELbyIAX0GAQYP7s3jJQpKSRxg6j/LySp549DV27dwX6CudLnrOXPmCRAanDM8J SlaqGej8AtdUO1i3ZitYLKSONa7MQ0REODNnTaBX7whycwoDCWDvdOY5c+VrA6KSSesrlFuxLmNS E7h/yUIGDjTOSwag6HAxjz7yMkeOBFwHr1PUnjOFzwBEeA24LZC+kZHh3HXPjVw2e6Khc2hocPHy CytY+elXgb4SVHJLUaldfA3Kaj8W5fhha/JPY+HwU0AuioC/LynplVUxhc8gRMUq8jEB5i+cfulF 3HPfTfTqbVz8MMD2bXkse2w5shzwBVc1uaWoBGI9gGJyHEjrj2gFwHWSSliAKXwGIiq6wFUoq4Mu /QfE8OsH7iBtXMvCOm1BrqjiiaXLg6l7UgFcCUQB/wtMO/uzUfiAz4AFEpxz4TaFrx0Q4U6UFMC6 PvgWi4Uf/2QOt9w2D7tB9uFGPvt4I6+89JGes2pHUgYMlM6usuZttx2QlUKKL6BU8tS9XezNO8SO 7/NISx9NVJRxzqpJySOYNDmd/LxDwWzD7UkkkCrD+2AKX7shQ60MzwjKVjwZnV2mvLyStau2EBXd m1GjjXNWFYQ+zJk7GaeznsL9kmHjtoExAuyWYb+57XYAIowD1hNgSYmJk8bxi1/dSpSBLvsAO7fn 88Rjy6korzJszLhBccTHi/h8Pg4fPkxZaUBlzhwS9DKFrwMR4T2UROe69I2J4lf3307WRWMMnUNl ZQ3Lli7n+225Qb03cOBAFtxyC5fNvor4+CTCI3oTEhqJpZnbY319FRvXf8zDf3yI4mLN6Lx0U/g6 GBF+gHLm0dWxWCwW5l1zKQvvvM6w+OFGVn3xLS89v0I1wXnfvrEkjxnDRRdfRHpGJumZU4iNHYbF Enj0Xl1dJddfO4O8XL/lbf9iCt8FQFR0gWuBSwLpHy8O5oEHFyGOCCgddcC4XG5OFJ/m2LFTpKXN Iil5En2iYgkJMcYdrKamjJlTx1FWqlqLebN54bgAyNAgK4V1KlCUuJpLSqVczdrVW4iICCcpWTTM PmyzWRGEPgyPH8TgIaPoP2AMNpsxHjgAoaGRjBw5kM8++VjtsXnmu9CISoLzr5Uf9cnMSuFXD9xO TIyuh39wWCyI4jwiIwcaOqzDUU7qKNUgK6+58l1gZKiS4UlB0QdOQEclc+pkGevWbGXI0IEMGxaQ P0PAVFUdIjSsL2FhgmFj2u1h7NzxFUePtDDxmsLXWZDhS0Exzf0InctIQ72Lrzft4EyZTHpmEna7 MVulz+elquowXq+LXr0Gt2p7d7ud1NYUI1fsp/T0Tk6d2kr2rt0cPHC0edd6c9vtZIjK+e8TlBzT ugweMoDFSxYZmkUBIDw8hqioBCIj4wgLF/B6Pfh87iZ/uvG4nbhcNbhctbjctdTXVdDQUNlirPVr v+PxR19r3lxmCl8nRQyi8KHNZuXm2+Zxw41XGHYZMZLd2QX87jdPNm8+ZEzaJRPDkRRdYBywW6+v x+Nl+auf8JtfP87pkvJ2n1uw+CnIfcY883Vi5P8UPmxAya6quViUni5n3Zqt9B8QY7hOsC3s+D6P bVtbeO5nm8LXBZDhWwHeBuaj42fncrnZ8m02J4tLSc9MNtwy0hreXP45xcdLmje/ZwpfF0GGcjmI wodSUTFfbdrOqNHxDBigm4i13fjkow18+vHG5s0uYK4pfF0MGT4VlNDNH6FzGamtdbJ+7TasViup Y40r8xAoW7fksOyx19UefSjBO53vamQSEKKSIu0LlNgRXTKzUrh/yUIEIaBCnW3C5/Pxzptf8Obr n6tl3veieDOXmStfF0UOsvDhqZNlbFr/PaNGDTc0wXmLeVVU8fAfn2fN6i3+uvxOgjVgxnB0C0TF SfV7lIylmlitVm669QfceNOVhm/D2bv28dg//q3lrPqOBAsa/8UUvm6CqKhhclFCHnXJyEpm8ZJF hmzD9fUNvPzCh3yx8mutAjfbJcV2fQ5T+LoZImQDGYH0je0n8PhTD9CvX99Wfau+voF1a7ay4r21 lGhn018uwe3NG03h64aISkaqgFIiJCQO49En7icsLDTg8auravnk442s/HSTXvJyN7BQgjfUHprC 100RFR/BaYH0nTw1k9/+4We6Z8CGBhevv/YZX3z2NXV19XrDbgd+JIHfzObmbbebIsOrglL4WreQ 8LGjp7BaLaSNG+23T1lZBX948Gk2f7MLt9ujNdxR4GoJfi+DZpic6VjQjZEUF/2AMtS/89YqNRPY OTZt2B5IRlQ3MEJSVl1dTOHr/lxGsyRAarjdbl547n2/z+f/eDapY3WzAtuBewKdmLntdnNkOCMo OWOm6/U9caKUqdOyVNUvFouFqdPHU7DvsN7NdpSsFNTRxRS+HoAMGwW4iQDyxoSHh5E5PkX1WUiI nemXXkTpqRKKivwmouwrwHOykv9PE3Pb7TlcCmjeFAA1v7vzKC05QUpSNNddO9lfFwtwXyATMoWv hyDBSZS0bZoUF5/2q0ZxOhzs3b0TfD4GDwpjwY1+0xBeG8icTOHrQUjKiqSp/vD5fBQdbnlB9gE5 O7fhcrkaOxLT18r48arqGf86myaYwtfzuEuvg1rFy8L8PZQ3T3vh8zFjWiLWlsrpEDEAVy9T+HoY ErwF7Nfqk593fgnfQ/v3cmi/er2P+joHo5OGqj1K0puLKXw9k/lo1OfduSMfj0dRDUqHDrA/Xzud 2rBh/dWanXqTMIWvByLBXpQE3arU1jjJyz3AMekwe/dka45lsVjYueuA2iOHWmNTTOHruSxACclU 5e03VlKQmwP+/fOwWCwcLXZSfkY137NueUxTydxDkcElKL5/C1DxbjpdUk61w8vIhCHYbOA7W17L YrEQFh6BxxvGho0FbN6sWm7BDfxU1tErmi5VPRwR7gce1etntVoRhF5UVTtwu3R11SslpTqnJubK 18ORYYugxH5oej/7fD6czga8Xv/b8FnKgUtkZfXTxBQ+E2T4+GzJhim0bTesBrIkpdiLLuaFwwQA CR5ECcHUdVFWwQP8CxAkKAr0JfPMZ3IeIgwAXiKAWOCzbEEp7Kea9VsLU/hMVBGVbfhxlCSVUSil q+woKpS9wGrg31IQK11z/h93ZCWeIoRlbwAAAABJRU5ErkJggg== "
+       height="135"
+       width="159"
+       transform="matrix(0.01224919,0.28818581,-0.28818581,0.01224919,158.39726,347.16189)" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#image6519"
+       id="use6522"
+       transform="matrix(0.26122542,0.64891321,-0.64891321,0.26122542,638.4593,26.527757)"
+       width="640"
+       height="480" />
+    <image
+       id="image6532"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABHNCSVQICAgIfAhkiAAAHihJREFU eJztnWuIZdeV339r7/O691bdR9Wtfulh2dZEY2fkmhnPOGPHjoPAJGAwGDwIHDwYJjgkBBISBhIm OBACNh4IST6MEhODIWAYMDgYDAlDBhR7ZFuWNLqSbLUerW51q9Wv213P+z5n73xY59xHVXV3Pbur wQtEqW/dOnufvc56/dd/7yM8QNJcNgbIAMTDyY8JUoM5mxEKIDA3B0kCUQjWgvewsQki8N5Ny8o1 ofu2I8sA+Ga75f7tfbylbWLv9wT2IuVTUgW+DNRqDc/844ZK6CCDyhycPgUnT0K9DrUqRDHMzcP8 PCzUILBCaoTBQBhteIBT5VPyP7rXfHp/72wi5n5PYI/yLeBRhp7Go0IpAZN6ohBOnICFBYhjtYZR qj/TVC0liqFRcyw2HGZJMB6Ax4H/fF/vaIs8MAppLpsPAl8DmJvzJA3BjxyZUyWUS7rwoxFkmboq 5/RvswzSTF3ZwrwnLkH55PjSX8uvfSzkgVEI8A2ArOupnRGIIRvpilerUC6rArzf/ocetRhjoFnz PHLSEX7ITt/9N+7JHexCHiSFfAYgcp6wYTAWjFfrqNdVGVmmbmqrFB85B2LhNx7JmC875MQ4hD7d XDafvid3cRd5IBTSXDYngDM+haQKYVUYjfR383MQhru7jvdqKbUyPLzoeeQJR1Yea/DfHMHU9ywP hEKAkwAuhbgupBEYHMZodhWGO7uqrVJ8pz+CMycdj5zxuFNB8evPN5fN00cz/d3Lg6KQUwB4j50T XOqxzhPHGqhhEsDvJiIwzKBSgoUqfOARh9THy/C1Q5/5HuVBUchDoMWgSSAdefo9iPMCEHavEO8B D95BpeT4Wx/IyE6bIvY81Vw2XzmKG9itPCgKWQIwFgaxIE4to5xM4sdOwfx24tH6JDRwqu451XRI bXyBrx7mxPcqD4pCTgOYADJjMKgikkQVsVvrmJbMa21Sq3g+dNrR/NuC19V4qrls/vgwJ78XeVAU cgrABUIQ6hMeJxBF4DwFLrVrKWwhc9AbwsMnHCcXHd3yeDnum9t6oBQSJ1qJBwJxAGGEamefYoxa yXwZTi5A4zFTrMhnm8vmnx/GxPc8p/sx6D7kDAAVwRhPII4gBGs0SBf/7VUKeCVzUC17HnvEIc1x LPnSoc1+D/KgKOQ0AImQhB6bW4cN1ED2EtC3ikMVk4SeR05kxA9ZMlXuZ5vL5l8cfOp7k2OvkLxK r+LBVyDLPEGYp7seTK6MgyilwLk+eMrTbDhMY3yxe14oHnuFAH8AuuA+FKIAklBTYHMIsxdySCXP 1M40HQuPjzOuTzaXzZ8cfJTdy4OgkE8CSAJGPIH1RNEkwypix35iyIx4GGVwcsHTWITh/P2xkgdB IZ8CIBIMnkA0hgC4KXT3IC4LNBZlDiqx56GmIzxjSTWd/nhz2Xz9YFffvRxrhTSXTQz8PTzInOA8 VBIIiqB+iLMX8iZWDKcWHIs1RzpBgr9weCPdWY61QoBlUNwpjYX5BCKbt2nRJxoObh2FOKd1TmTh oSVH+TEzbSX3xHUdd4Vo/LAwEiE0HmM0w9oPXHI3EdG4ZAQeXnLUFz0Dc29jyXFXyGcAJBaixFOO PFEOKB5GhrVVirwgA5o1qFfBT6D5LzaXzcLhjzorx10hnwQYJUIldFijGZYN91+d30mEieUlMZys e+qnJykx9wDjOrYKyZkgZ1wGo8QQB+pKwuhorGNa0lQVs1B1nDw1E9w/f7QjH2OFAE8BpA6SqqcU epI4d1eigX5aCosR2TnIT9OC4O6JQOqgHHtOLII5bQtr/Fxz2TxxoLu6ixxnhTwNkEVCuewJjSok TlQh0/oQwHkhzflXt1vsLGem3A0hLoJ7FMCJqqPW8AwnEP+Ruq1jqZDmsnkS+Jx34GpCaD2B8Zgg z7C2LKgYxaPWOsLqGqQjdWuFaxv3P7yw1hX6Q8EYwd6GSOuBLMe3FqqehTmPnx8v1WcP/Yan5Fgq BPhjgOEQoiqUAk8cass2sDm/aurLRTBeWRNurgiDAdo39xM0WAyIeNprQntdWN/UwnInY1KLUzJE aGFpwROdGNc9n24um6eO6saPq0I+DZBGQlKBUuhIYogSrUm2ZleBAQx0BsLKurCxKTjH2AKK2qKS N7SutA3nrxgim39HdsjYRBfHBnCy7lhoetJwrL4vH9WNHzuFNJfNl4GPpwPwDaFSgtgCBkoltvl/ 7/Xpzxx0h7DSEbr9CYpbLKGg3zu96BmlcOmG5b0bghiIdyLaeb2mMVBJPKdOzgCOR8ZyPHYKIX/6 hikEVYitIzAwX4Ew2N4/F1EdBbnlDDPBZerCjJk8+ZnTgP9Q09OoKjD5y3cMvR5ja5q2kpwtxGAA pVhjSVwTUt248MRRQSnHSiHNZfM48HnvwdUNlTmoRI4wgrikPZCt4rwufCmCUSqkDvoDrSW8n61Z MqcQ+6mmozHvea9tuL6iixwEs9cVdHEyp5a1WPPUGkJmj9ZtHSuFAP8KYNQFFoW5OV3opATlyvan GPJsSqC9Bu01Q68vdAcwGO5gTfnPWsXx8EnHyAtXbxi6PSE0O6fLWV7bVGLP0qIjm/C3vtBcNsH2 vziYHBuFNJfNKXJiwTARknmhbL0yTGJIIkVitwV0q27lnSuWWxvKQLSBWo7doas4TDUmnVpwRBG8 e8NwbUXUIswOJUpuZUkEJ+qO6mkKtwXwDw57HY6NQoCvA0vDDsiS0JhzVIKMMNJ9g9aq6yikqLxD C2s94dJVgziHtZCOBJcCO1Tnzk3op5XIc30F3m/D2qZaWrDFCkU0/XYOFmqeuCwMJwjwoUMpx0Ih M9aRQdA0zEVOa485dVme2cX1HuJIA/X594WVKx5WPdkAvPfax7jNXpH+CPpD/UfWF1Y3Dddv6uIb truu4kEoRVqTuNrRZVvHQiEU1rEB5gOGucRRynvnc3l2leZPfCHWKDf3+orw1oUAf8Vh2g4ZOq3k hZlapBBPDr14GHSh0U7ZWBOu3DQMU13orQrJnP5dbc5zYsEhZYPT+PRkjiocmtx3hUxbx8BCUBMa JUcUeOJErcPa2UXyXjOuUQYXrhjalyHsenzPYxOLFT8GGrc2skS07him4DY8xsHwkuP9G4a19cl3 Zv4G/b6IbmOoL0I6+c6huq37rhDG1uGxDxvmqkI18oShbmkuJdt7HyIQWeHaquHSNYPczIhLgBE8 Xj2V2572gn6WZtDtCdlQPwu6npVVoX0Lev07bADysFDx1BuOrDTWyKHCKPdVITPWYYT4pFBLUgI8 pRLUa7r40+mrKkNjwOsXDStvecKuAo8+AhuBc0KWB/StFmJQ92fEk+bb4owBt+65sWYYDNWl7QQ8 esCGnoW6R+pmGpKvHdaa3G8LGWdW5sOW+RDqicMGUK1tL9YAEMWzrq4IF84L8aYjKKhAgfZJjNW4 A9stREQtoDcSGE4+t+uelQ1hbX3SoJoWn0Mp5QiWqo75JQoCBByi27pvCpnJrCrC3CIsVTPiQE9e qFYnZOppsQY2O8K5KwbecwgQlPPv5ZB7lD/dZqcYglpXOgIGk4sHmafTgZUNIUsVsJyOJZI3xZSY rYXqaFK1P/gKQfeGLw37ED2igdw4h7FQrWsxmG1xOcaCFbi+Jpw/awiGHmANdLF8KATWM0xVGVuD uofxHY9S8lNTAPiRAP3LnpV1w/p6no3tEH88EMdCowqDyX6SQ0t/74tCmsvmHwJfxUN2wlCpC9XE U4r0jJLqvH5vK9gXGNjswdl3DXJ5XC4/A+AzMLHeUGC1+PNTZOziIhNkWDDpeIDvAwQ9WOtCbzBJ j6eloK4uzDka845SdazwR5vL5qHDWJv7ZSF/AlqghWcMC2VHNXZUKlCrK293WgStyJ1TiOTqL8Hq Wj4L/BB0oWxJiIwnCb1CJ+GWVq+ohWUZjPrj804A/heAZJ7uQFjvKBq8U6KVZWpdc4mn0qDYugA5 Q+agcs8V0lw2fwo8laXAY5Z62TEXZgwzmK9p/IDtkIc1cHNdOPeuxa6Of/lnQA3AC5gQAuu14g7z HsiWdDlNtabobYw/frndcqvAGwL0NoW1DWFjc2d2S9F9rFY8lTlPNmlafeYQlufeKqS5bB4lt45B KJTq0ChlWK+KWFzMU9AtEIkYGI7g3BXDymtZgYj8RbvlfkSuEFBQMRCvoGKRLm9xO8bCIIXe+vij S/nPXwDIpmejZ7Rdu0MdU9BXk8jTqIGvjAf4g/2vzNT8DuMie5BvAbVhH+yjQqPiqISeyhwsLWma W5zkU0gQqJt5/5bhnV9JEcgvAv80/8oCqIWECQSBkESa9s5U9+RYlcBgIAX0UVwL4OcAbHq6A9jY YPo7E5GcJZ9AveqJ61LM9xPNZVM+6ALdM4U0l80Xgae9g1HTUG9ANXJY0Yq8WmVMTBhPzmggX9sU Xn/HMro4Np1n2i23kv9/DcCFqhSb99eLZtb0/pHAqMvq94V0czzMO/nP5wFsqgrp9GRnStHU9eYS T1KbiSPLB1kjuLcWooHcC6WHhYWyI8kBxHpdF3IbgdprAL18S7jymsPo7/+y3XLfnPpWDUCsEMVe IfQgZ8dPV/gwRoAHmZD1x6tYWEgLNFnorAjrXUOnux1+EZm4rfkKzM97RpN07MDp7z1RSHPZfAP4 ZDYC+7hhYc4zHzrCAJpL2u/YVsAZTV9vbQhvnjME6+MF/A9bLr8I6J14iAM/3u62dSFt7sbWOwKT JtNVgHbLDcitRHqw0YN0mCcGO1mJQL3sqJQ9TAL7p/a1QFNy5ArJqZfamq0aPQMx0pPg5mtQb+QF 3NTTbHK8apTC2+8ZVl4bK+O77Zb7yZYhlJEeQRJ44tgTBHrqw0yVn69ZfwDDzCMTP3N16ls/A/Ab 6rY2u4J32xUy3kpnYL4suAmSdeDU915YyLeAaJhC/GFDvZRRChylEiw2Nfi6LdmQPtnCu9cMb75q CEYe4FUmgXxaPgLgY4NFY0QUTQ6ZKUSYNKd6fT0vJZf3p671AoBJPd2eYX0Ter3tA3r0+qGF+pwn LI8t/ORBjws8UoXkpyF8wTtwj1qqiaeROMohLDagUskXbkoZNseQbq4LvzxnMVfHpvNMu+X6W64f Ax8FsHN6mTjOY4ifLey8VxeYZkK/J8WQvXbLdae+poHdwyj1dAZqDVJoc0pGOUc4iRyVqrJdcjlQ HDkyhTSXzRLwpwCDkqG6BItJhncQlaHZnNQchWuRvKc9HMG5y8LKWVcUdj9st9wzOwzzEdAgG0ZQ TjxhoNfdylApgMbOQBh0x7+4PH2xdsu9AawbA1nH0BkInW7OYJwGGvN/G9HDa8plcJPA/jsHWbej tJA/B06NMrAPCQuljACHDbXmSEqzcaNYoszDe9eFN88a7OZ44f7dbcZ4EhQjtJFHnFIVg2DiVsYi WqH3B9BfHX96bYdrPg9Az7HZhUF+yulWgrfLC1ZBty0wqUA+esdVuYsciUKay+ZrwJe8g/SUpV53 zIVKWjh5QrOqgshWSCBKWri5Jrz1nmV0YewDvt1uuVdvM9RHAXwgCigGk/0jbodgbICNjpB2xh9d Zbs8B0DHM8gM6x0lbxszy3oBhfGTGOrzHpLxLw/UYz90heT78L4OCo/Mn9amU2i0h7C4kFNtpmF1 0cXs9eGt9yzvvQpWH8nn2y33T+4w3Mcg7xQatYwkYpu/L1zhIIWNnmB3zrAKeRHAjjyDrtDpCmT5 Qs0EJS0+40jnHtXHD9iZ5rKp7261tstRWMifAw+NRhB82FBPHPORtlgbC1MnMExPQpT+c+Gq5ewb lmhtrK3/cpexfgvAVQxJCFY8YnOXtQN03+3p0z6VGlzf4Zq/AD2DfdRR9Lcz0D3y01RWj0L+AlQr UJ6T6Yr9I3eZ923lUBWSn8T2tHeQPWRpzDsWSo7QwkJj0iMv/LGQby8QuLVuePOigYtp4Wp+0G65 791hrDrwqPcQJBAYBRWLlHeGFIHGgsFIWF0VZLRzUAdot9wV4LwxkHW1Fun0/RhsHF8zt8LUQRh6 gsBPK2TfbuvQFNJcNg3yrGoYCXOnPI3Y4VKl85w4of7dTd2YCEQGun1485Jw5Q1P6MZdwH95lyF/ CzTgmvxkoOJAga2gojXq6zt9YdAXzCSZ2MllAbwEIF1PbwSd7mRH1bSiiwKxVPIkFY+LxgP/5l0X 7DZymBbyDPDBNIXgg4ZGyRFbTxxB84Tu7ZhGcoufqYMLV4TX3zBEt2bAw4s7jDEtTwI4ARMK5VjH CqItC+fzPnwXVjZh2PfTCrudQp4DMAPPsC90etpnNzILxzg32QhUToAJNWjfmdahKKS5bL5K7qrS 05b5OU899kRWsara/HasKgzAWuHiNcMrbwdkF1xxdsmzu3ynx8cAnNU9iDg/3icyRYZWkDGPWRtd GG5ODq8Bzt3m2hrYc3Cz01eXt9PpETm4TClyyKQ3cv9cVnPZVCkKwEgon4KlsiMwnqSs8Ig1s9YR Bhp4b64JL71hWTvnKU0c9J/tcmi96URR3sCqW9rGpxIdb5TCzTWD2Rinr0WncCfRwB7o1ojO0LDR 2Z5KF4cyI55S7DGVmUxrX72Rw7CQZ4DH0wzsBy1LZUdsdFfmYlNdldsSDMMA1rrCS28bLr0FyZor Ful7eRdwN6IKmYPAOEoFqDhF3ymYIx6l9ww3wU5g95/d7sI5nPKyCEjP0+vDcJBbiGyntQb5gTiG GSs6s8v7mJEDKSQ/BfrL3kP2iGGxmlFLMsLcVdXrGgynoRFrtfnz+rvChXeEyk3dcoD2Jf7ZLsd9 FKi6FIiE0OgmzyDfZjADmaAubGXTMByCmaRCz91lmJcATM/jxDAYahyZLnEKxRirfOHK3Ewidmo3 97JV9q2Q5rKpUGRVsVBZgEbsIFVYfak5Ww8Y0VrAZcJblwxvnQ8wFzOSyYbLP2q33Nouh1fIxGvm ZtEFKXCs6YBecLvWutBdnWFD/vQuYzwHYAdKoFvbFEYjmTkpotij4jM9thYv0yyXe6sQ1FU9kaZg HzM0Kp7I6NtrGotKkp7GqkR0AS/fEF5529A7mxFPHre/3265Z/cw9jjDshHEkR4bG2whSYtoXOkN hZV1g2x4rD4A19ot9/ZdxlDk18Co5xkMhd7AzxAnxq4rRxri2OMnMWxfPK19KSR3VV8psqrGnMLq pQTqC1q5ejdh+nmvrqq9qsronnXEE9fxqT0qA4oMKxQkhFI4qdBFpqwyJ8Xd3BA662B74zHvZh0A r0OOGg+glwr9nlrjtBU6xzh2JSWPD8ZP2b2xkGlXNYiE+dOeRslhvT59J5aUoJblAdAafT/U9VXD S28E3HjZEytjMAN+p91yu1mcraJFYSiUIo93k73mRVAt2iypg9V12LgFZrjr+EG75VLg/wHIJnR6 2tga5cSHseJlsgc+DGZiyOl93Ne+LERdlYPwMcNi2RGJw9scya3krD+vTaLYwuoGvPS64cpLjnDC x/1Yu+Ve3uvgeVPqSTyEdWUqxlH+HpEtPYsgUMh9o2sYrXuiePzrrW3g28nPAaSjr8fY6OWcYMdM LMmcxsfAgEvGkzh6l5Vvlv+K94pV1WuOauSJAlVGvT7ZICnonryNPvzi9YDLL3giZZvfAD7Zbrlf 7WfCTEEmlLT+iKzGj4JtUqS7VhRuv7kimHWP1Wzu+T1YpcYR50mH0E2F0YAZxRcpfWA9YTDTNGnu 5+Z2rZDmsknIYfVRLMw1FasKxFOtaQfQ2hxbysnOq10t/C7+3BOpZVwGPt1uudf3M9lcPgFK6QkT tRAT6NjFOe6CZnWjDG6tCasrEE2I1bu1DpgK7OlQGA2Ffp9ttUghghRUJdjnSzv3YiHfBj6aZmA/ ZFgse8qBwhCNBe0LZC6PGREMU+EXv7Kc+8k4mJ4Hnmq33Jv7meiU/B4oZGLz/m6U99Gn2erW6Bxu bgj9lclWaOA7ux0ox9OuGQu+51nvCL3+hJRRMCGLNrQVP02eWL/the8gu1JIc9l8icJVnbEszHnq JeVVLSzom9JczvKYK0FnAH/9quXCcx6jlfGvgM8dgjIAfhfAhxpI5/J5FEVhQUoIQ3QDzrrAikP0 ef3LfbhK5WpteoYePSViwJhWXyC+1oAJPG6Sdw93vNpd5K4KmXZVw0Q7gAulDHGe8pzC6kGoEwwE rt4Snn3BcvGvfcHDfRn4fLvlbgfk7VpyfOi3vQdXMppZee2pGDtBX5W/C9dXhfYNKdwl5FsX9ig/ B83QRqnQ62vFHoYTCxGZ1EDBBNjcgUB0d9mNhXwbeDLNwD5iaCQZpJriNpvalsVrYbSyafjZa5Yr L45TzOeBL7Rb7sJ+JreDLANkQ7BVIbZ6jm8cM97rUWBL3sO1NcNgbeY9h9/dx5gaRwSGPaE3NPp6 15RxcHdMEOap1vQm+5A7KiTvAH6lICs0qp5a5KmUFKuqVnVOlQTa64afvmK49rxD1E39FPhiu+Uu 3WmMPconALIRhBVPEniSUGsQY3N35fXfK5vCzVWwN8cr9BftltvPIv0Ccli/59kYeDpdZojhLiss Zea0oMN1WfkWrW+Bblmu5GSFyHpKZW3JRpH2CV5/1/BXz1naLzqMPinPosp4/3bX36f8HkBqGfc0 olBdluTcXpN3IK/cFG7dMIST7Op/7mfA8WYeA9m6p9uFwVCZ8QWybPOiMHMz4OWhW8h/BxaGIzAf NizkFFBv4MwZbTqtrAmvnrO88IqlezYrWqP/G/hSu+V24jwdVH4ftEK3optzJN8CXUA1YaSY2dUV Q9p2RX/k2T3A+jvJz0CzxdFI2OyriypsodgynbkZiurhxZC8A/h5l8KoZqjVPLXYkwTw8GmlgL7f NvzNW5ZfnTX0fpkV+fePgKfbLdfez2TuJM1lMw884R2YkpBEWqHH0RSqnMP7124J7183JJ3x6vzg gMMr5zfzDFJDbyD54QP5b0XZln7kixfBAAz2M9DtDuD6DEC/C/FvCvVYdzoFIXS94dLbwlvvGdpv w/x6Vkzsh8CX2y3Xuc01Dyq/D5AOQOq68HF+BnwY5i+KtNDvw8VrhuH7jhwp+Um75e5GJ7qbPA8Q eBhsQLcv9Hp6UtH4tUse0mlkM9+uvVe5nUJKABgFCtMMrm0afCh0bxquX4HhBUfV+KLT9wPUMkb7 mcQu5behgEyE2GZYUXyqQJXDAK6tGi63DXZtjP0f1Dqg2MxjgIGn28+Pd8q5WsZoK3c4AEl9saqH GtR/DDmb8Lznyi3LhYuGC68Zrv7c4X+ZUpWxMr6PxoyjVAbkm2EyICopLmHz4J6mmgVlGVy6DrfO e3JY6fl2y/2ngw483swj4Nc9/QxGQ82uitMm0szQ2WQa7j3UOuQ7wBtBAtGaQ86mJFccpdWMivGU a1JUvt9rt9wftltH8TaPbbIM2gOJ5zS7qpS0BoljXZj2Grz1riVePbTYMS0a2FPoD/XQs8HYBvSc x95IpoHHw8uy2i03RF/z83wQM02bOQ/8H+C/An/Ybrl/tJ9B9yrNZbMIPO4zcCUQpyhvEcS91yzr wnXLzfPjQwVe3LIX8aDyNwDGe/odpQYV5DljPf2B19daTPxEdLsL3Ulue6pmjjv9neay+Xj+UStv 2twP+V2AtO8xiWCNVmU2nBC1L98Q3rlsSCaxYz8wyZ3kp5CfBDES+iMl3y0t6QmoqxtC7xa4vidW wtzH9jPIXY85bbfci/u58CHL3wVI+0IQCaHVPRmlWFPwTh9eOWdZeWO8TePldstt3Rx6UDkH+Ymn PaWl9ocK2fRHwrUVw+CWx3SBBrBPsty9Pjhgv/JjgKQBPoYoULJBuayu6uxFw7nzhnhzbB3fPewJ TLd0WXdsbEBvIIxGcHMNVtcFueWoPjQOIj/ezzgPhELaLfd/gRUxSj+NrKeUH8z/7nXhtbctcikr tp391SHUHbeTF0G5WukQNnuGlTW4dN3SWQfZGKdYz7db7t/vZ4AHQiG5vAMQBH58sPGVm8Irb1vW 3vHTLJYDp7l3kB8DhB76N4T2JrTe0UP9s3cc1VNj69hLV3JGDv2o7COUc8DHGXmcF967ZbnWsdy6 4ElWM0Tv5PsHxKzuJj9Cy4Enyj3HjSuGlaqhdyGjbHyR8n6n3XL/er8DPEgW8hZAdguur2vM6JzN qKxk02zEnfaxH5pMlQNvBxbMeUf3hZRk3U9zk//xQcZ4kBSi2d6mp/9SRng5I5zd6/HfjgLU3Cp5 OfA54Cc20OI03+r2/cOoy3bgThxPyfe9v8IsI/AHwDeBF+4RWrB1Tv8RBWJ/3G65223d3pM8MAqB sVI+jZLQfrIfot2v5dfya3mQ5f8Dfjlysmb7chgAAAAASUVORK5CYII= "
+       height="100"
+       width="100"
+       transform="matrix(0.27359468,-0.3042473,0.3042473,0.27359468,530.69369,299.66257)" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#image6532"
+       id="use6535"
+       transform="matrix(-1.0242679,0.17826054,0.17826054,1.0242679,803.10716,46.29217)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#image6532"
+       id="use6537"
+       transform="translate(-435.4798,-161.83304)"
+       width="640"
+       height="480" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#use6537"
+       id="use6539"
+       transform="matrix(0.71887207,-0.69514239,0.69514239,0.71887207,-54.106092,113.38371)"
+       width="640"
+       height="480"
+       mask="url(#mask6545)" />
+    <image
+       id="image6557"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAADICAYAAAB4SnrTAAAABHNCSVQICAgIfAhkiAAAIABJREFU eJztnXd8HOWd/98zszO7kkbFkmWvJRfk3g0YgwEbg4nBlEAAExJzEEpCQkJCevul3OUSkrtc7ki5 SyABnBAITijBVGOKjU2xsbFx71WWZcsqK422zE75/TG7K61VLFm7kjDP+/Xal3ZHOzPPaj96yrc9 IBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAg EAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQ CAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAI+h1SXzdAkGJi4lGceL0bWAWYfdYi gQBPkPcALwFNgNvOow54FpjXR23sN4getfe5DbgOuKb1wWElIxleMgo9UADAkYZDbDy4pvVbHgXu Bpp7p5n9CyHU3qEcr/ecA5wPIEsy54y8iDnjr2DGyNkE1Nw2JzVFQ7yw4Qmefu/PRONhgHXAAmB/ r7W8nyCEmn3+D7iJxNxzZOk4rjrrU8wcPZf8QGGXLnA0dJhfvvAddlZvBtgKzAcOZam9/RIh1Oxx G3AvcCbA7HGXc9WZn2Ji+VmndLFoPMy/PXMPWyrfB2+RNReIZ6ap/R8h1OzwCJ5QGT9kKl+a90NG DBzT44uGYwbf/NstVNbtA1gE3N7ji35IEELNLCreoucmzefn83O/y7zJ12X0BruObuF7i+/AtGIA VwMvZPQG/RSlrxtwmvEo8On8QCH/vuABzh05J+M30AMFWFacrVXrAYLAXzJ+k36IEGrmuBv4bq5f 578WPkpF6dis3ERCYsiA4byz+3XCplEBbAe2ZOVm/Qi5rxtwGnEXwN2X/j/KB5yRtZsosoKqqFw+ 5YbkoduydrN+hBBqZrgXOHP8kKnMGX9F1m8mSzKzxs4jR8sDz1R1ftZv2scIoWaGqwCunX5Lr9xM lmT8ag5zxl+ZPNQ7N+5DhFB7Ti4wT/P5mTHyol65oSR5X9sFYy5NHprVxVP9wPTEo60rrB8jhNpz poHncdJ8/l65oSR5VsWhxRWU6IMApiQe7TEazzu2EYgCaxOPZuA1vEVgv0cItedMARhR2nODfldx XTf1fOrwc5NPT+xVZeABPIHeDUzxKSqjB09k9OCJyX+quXgifo2EB62/4uvrBpwGDAcozR/Sazd0 XDv1fMzgybyx9XmA2cDvE4fHAo/jDfFcPOFKbphxe5p3zLLjvLXrVZ545wEO1++fC6xPXGNVr3yI biKE2nMGARTmDOi1G9pOi1BHDhqXfDoj8XMC8A5QWFE6js9e/E0mDzsH6QQnpE9RmTP+Cs4fPZdH 3vwfXtjwBMBK+qlYhVB7jg4Q0HpnbRK3zbShf2B+EJ/sw3Ks0Xg96etA4czRl3DHnG+Sq+W1EWlr kq7eHC2XJ9c8DN40YCqwI6sfpJuIOeqHjLiVnpkiSzID84PJl38FgmefcSGfvfjb+GQfmk/r0nVv nfWVZFyChje37VcIofacaoCaxqqs38jFJRqPtDmeMPwDzCgbMJzPXfwt5IQJS5a67iX//NzvMqxk JHgB3v1KrEKoPWctwM7qLVh2dsNDI7FmHNdpc9xNHMvR8rhn3o/xqzmp3yly12d3ms/PN678eVLk d9GPPF5CqD1nFcD6A+9wrPEItmNl5SamFSNstp8uVd98HICrpt1EsHBo2u9kqXuRnCNLx/GJFg/b d7vbzmwhhNpzDgIvx+IR3tq5jFC4Pm1VngnitklTNNTu7yJmM6FIPZrPz6WTrmn7hm4KFeCGc+9I pslcQ8I93NcIoWaGRwHe2PY8lmPRGKknbmcmHd+0YjRGGnBdF8d1MK0YRrSR3Ue3sO/YDpZv8+Km x5dNSxvyk3S24u+I/EAh153zmeTLfuG5EhH+mWMlMOuWC7/MJROvRpIkcrW81gudbuG4Dk3REKFw HUa0kTV7V7Cl8n32H99FrN0FVS5Ths5g5uhLOHNEy9SyJH/QKYk1HDO440/zCccMgAvwbLN9hgic zhwx4IY9x7YxZ/wVqIpG3DaJO3F8sg9Z7tqf2rLjNETqOFJ/iB1HNvKP1Q/x3PrH2XDgXWqNo9iO RcAvMWGkyuAShcElCs0Rl3AszuH6A6zes5wNB9/luHGUieVnkavlpmIDuoPq0zCiIbZVfQBgA893 +yIZRPSomeVZ4JpzR87hC5d+P+0Xms+P5vOjKmpqJW47Fq7rYjkWjmMTNg0aIyHCpsGyTc/w5o6X U4uz2WdrXDc3wPwLA+Tntf3ajtbaLFkR5rkVJuu3eeeMGjyB68+5jdnjLj+lD3Oodi9f+vP14KVo Tzqli2QIIdTMUo4XBFJ88wVfan9x0wGxeIRQpJ6GcB1Pv/dIMoefT83P4Ru36gQHtl1OBAImOXlR cnKiyHKLt2rVOvjyT2HDNu/15VNv4Esf++EpfaCvP7aQ3Ue3Qh8nEoqhP7M0AQeABdsOr2di+dkU 66UnPSlsGoQi9dQaR1m08n4O1u5hWFDhoX8t4o5P5KLnpvcneXqEgaUN6PkRNM1qs7AfXgafuxGK i2DZ27CrehvHGquYOfqS7n+gaIgPDq4GqAFe7vYFMoRY9XeNKXir30V4Bn6T9GJm1Ynjz+BV5HvD cix+88qPkzn4HdIcM2iMNFDffJxFK3/tCWqqxov/W8zMqenuT5/PpnRwPQOKG1GUtob/1igK3Hsr PP8HyAnAa1uW8KsXv9ftD37miJnJp10Nzs4KYujvnK/jFTQ75S9JU/wsvPCLXDRufpvfReMRGsK1 ADy0/L/Yc2wbF56psejfiwj4078av9+kpDSELHcu0PZYsxEuuxNCTXDHnG+0NuifFMd1+NTvZiVr XxXgjRq9jhBq+8wCfp74SbFeyoyKixg5aDzlxSMIFg5L+dIBQuF66sPHqTOOUVm3n6r6A2yr2pBm pB9aXMGZI2ZyxdQbydHyiNsmtcYxAJ5+bxFr961k1FAfL/xvMXk5J4g0YDKwtAFJcjlVnlkG13/Z e37fJx9i8tDpXT7323+7le1HNkIfmqmEUNuyEHgMYMTAMSy84G7OHz23zZssO45pm8TikQ49UfuP 72LzobW8vetVqkOVAJTog/jY5E9wTsVs4rbJtqoNPLrqt6g+ied+W8ykUem+eZ9qMThY1yORJvnB /fCzP3hlhv7z012vW/HbV/6NZZufAfgs8FCPG3IKiMVUOimRLjj3Dr5z9S8Z7kUTtUGWFVRFI0fL RfVpuK7bRrBFuSWMHTKFSyddy/iyaTRFQ+yv2cmWynUcrNvDiJLRvLDhCUKRer53p86VswJp50uS S2lpA4qv+8N9e8yZAUvegM37jqLIPiYNPbtL5207vD5pT10FvJ2RxnQTIdQWpgNLAe6+9PssOPeO LhvKFVnBrwbwKSqWE08LbE4yMH8wM0fPZWhxBduPfEBV/UHe3fM6DeE6Jo3ycf+325agLCxqJic3 1rNP1QpZhjPK4bHn4EjDQeZN/gRqF+JVdx/dllz5r8MLrO51xKq/hZ8CfPzsm7li2idP6QKaz09R bjF+NdDhe8YNmcrX5/+Ms0acj+N4PeW3btPbvE/VLPILMl9cev5suOpiqGmq5sn3Hu7SOYmCbABt fbe9hBCqx/nA/MKcAdxy4Zd6dCFJkskPFJLbgY8/bBr41RwmlHtJn2NG+Lj0vLZp1oWFRo/a0Rnf /Zz3M1Fr9aTUh48nn1ZnpUFdQAjV4xqASydd026J8lMh16+36VkjZjgV+JwUyc1Xto14UlWLQE7m hvwTmTUdJo6GbVUbWLt35UnffzR0OPm0c6NwFhFC9ZgNcO6oizN6Ud2fj9IqGCVmtYycB47vAmD+ hW170zw9+yPsLQnv7nv7Oheq4zopdy7wXlYb1QlCqB5etZOW1OOMIEkyOa2yU2PxKOAtZBrCdYyv 8FE+qO16NieLvWmSqy72fm49vL7T9y3f9nwy1G8F0JDlZnWIECoMAfQBeQMzNuy3xq/mIEmSl+aM Zw3Yf3w3QBsXKXjDvuLLbIZAe0wZC8WFXs/eXvZA3DY5bhzl8bf/kDz0ZNYb1QlCqDAMoLQl5Tij SEhoPn/rlTOHE/7/qWPaJt75A723Ud/0RODejiMbsR2LuG0SMZtpCNcSCtfzz7V/4ZiXXfs68Lte a1g7CKF6oXnJYmNZQVXUtAzVpOv0jLK2QlW17CQHtseUxExnx5FN1Dd74myOGVi2xdJNT7Hk/ceS b/1ZrzWqA0SllETtqIEF2asdJUsKVqvs1FC4DoCyQW37CZ+v94RanvjfTGaxAliOxeJ3H+C1LUuS h67H61H7FCHUREmenHYS4zKFIitpadSRRM5TQV47Qj1J+F4mCSZCZUPhegCONVbxf6/+lIO1e5Jv uR4vdLHPEUJN1o7KwkKqBSmtcEQ8MV/NzWnropVOIYzvVNFU76flxFm2+RmeXvvnZOLgO8AXgQ29 1piTIIQKRQB5/rZuzEzhnFCUQpIkcMFxXBQ5XaytU0qyjZ0wLmw7vIF1+1IF/B7Fq5IS7bWGdAGx mPIyLNstlZMpHNLF51M8s1S0HXOp6/Ze5GUkcf+waYCX63UjcCv9TKQghAqJiPWIGc7aDZwTwv90 fz4AtaH26khlrRltqK5JezmVPvTlnwwhVKgDMDoomZMJLMdKc6UWJ0xh+w+3New7Tu99Jfu8WG7G l01LHlpJH+dGdYQQaqJgbWX9gazdIG6ZaVX1kjbb/VVtTVGW1Xshwhu2ez9vPPdOrjzzpuTh14DM +pIzgBAqbIKWIJFME7dNHNdBkVqEmqhByoYdbctUWvHeWd9GorBpp/e8fMAZLJhxB7O9BERRyLef sg/YdDR0OCtiTRbeVX1q6tgZiU0f3t3YVqimqbY5lg3e2eCJdfyQaalth26+4IuUDRgOopBvv2UV wIrtL2X0om6i+h6A5muJTR2QN5Bg4VAOH7PZvi99+I/FekeojycqSY0dMjl1TPP5ueuS74pCvv2Y xwGeX/9Eyg+fCYxYUyp/yif7Uguqxkg9WiKo+qlX0y1BtqUQz/LwH4nC4he95zNHz0WSJFRFRVVU RgwczWUtGwKLQr79jFXA4mg8zIOv/yIjF4zGw6n40ySO4/Ds+3/l10t/zMFEqN8/XokQjaXbpMLN HedcZYLFL4ERhslDpzOhbBol+iAKc4spzC2mWC/lppmfI88zofWbQr4iC7WFFcAtlXX79Fg8klZj tLuEzWaaY+k5TxsOvMMfXr+P3Yla/1OHnYssyxwLhSgpkjl7QsuQb8V96PmRUykWfVLMOHzqa1AX gptm3sXowelF+iSkVL5XIvO0kMSI05cIobYQxstZv3Nb1Qcca6zinIpZXa5rCskS5g1tetI/r/w1 f1/9RyJmmPFl07j5gi8yc/Rc8vw6mw6tZdMui1s+noumesp0XQlFcdD8md+84sG/w6NLYNLQs7nr ko5H9jMGjuHFjX8nbptjgVeAyow3phsIoaZTifelLNxXs0N9e/drDCkaypCi4Z2eZDsWRrSRcMxo 44p9aMWvWLnjZWRJ5sbz7uST592FT/F6z0EFZRyq3Utl7VFCzU5aNqppqhnvVetCcN2XPNfprbO+ krI+tEd/K+QrhNqWSuAfksyFoXD9kOXbXmTHkU2MGjSBwtyWbSRdXOKWSdhsxog2tVvW54/L/5O3 d72K5vPztSt+xvmjL0VVVKLxlmzUYNEwVu9ZzsadFtPGqowc6i2kXFfCdeSMZaPatifSLbthesUs PjP73pOeU6IP5sUPFgPk4G3u22cIobaDHuQ+LY+rAVwbquoP8fLGf3C08TC2Y5Gr6anFUus401rj GAeO72L17jdYtPJ+tld9gObzc+/lP2FCWcvmzYqspOyreqAAn6Ky5+g2XlsT49Lz/Awc4K1xTVNF 0yx8as9zqP7f/fCXf3q9+A+uvb9LewsU5g7gvb1vUtdcU4pXVjM7XpEuIIqktUIPch3wI+BMSYbp F/mZNkvjrWdjrF2Wnsuk+fyUJaYERqyJ403tx3PcM+9HnH3GhW2ON0bq0/aNWvzug3xwcDVF+TKP 3lfEmeO86YEsu5QOrkNVTz3y/3ePwZf/3Xv+kxv+0Lrm6Ul5cs3D/GXVbwB+DXz1lBvRQ0SPmkAP 8ifgP4BgeYWPBXfnMfk8jVxdZuxZPiqmyPhzvG2bwk0uccumIVxHQ7guGSZHboGEXihhmeA4cP05 tzFnwpXt3k/1+YnGwyk76+Sh06lprOZATSVLlkc5Z5LK0MEKrisRCQfwB+InLd7bHt/4D/jRr73n X77sx1w4dl63ztd8fpZuegpABR7sdgMyxEe+R9WDlOF9AVcpCsy5NocZc1sWNU0NFo31FieGqx6r dDiw3aYp5GKEoCkRshdtACsKk8rP5htX/rzTe5tWjLrm9Fi7f6z+E+sPvIMiw23X5vKt23TyciQk yWXgoAb8/q5lqe4+CF+9D15Y7r3+4sd+wPypC7p0bmv6SyHfTntUPUihpvMxTWeGpoNpkDm3TT9A DzIBb5U/s2CAzCe/pDPuLG/ItS2X40fihJtsknHPoVqXnR/YvLsszvb3bWqPuRghFzNhsI+HORBv pijPn883r/wPAifJw1JkH7n+PEwrlvJaTSw/i6ZIiMq6A6zfHufJVyMU5MlUlPuIx3JwHBl/IN6h NaAuBL/4I9zybdi623PXfuuqnzNnfPs9+8mQJIn39q7guHEU4Dn6yEzVYY+qBynEi/pubZuJ4Hlx VgCrjGpWZLd52UMPMh9vux3tjPE+rr0jj0BiUwcr7lJTZWJbLpFmlz2bbQ7ucqivSetW1wBv4f2N NhjVbMBbcExPborWEX41gN8XQFVUJEnGtGLUGscSlgCXuB1n77HtvPjB39l5ZBMAAb/EvJl+Lj3P z/gKmTEjI1QMj3G01uXwUW8HlCeXeptLJFNMzj7jQm6/6KuM6MQM1RX6QyHfzpzKs4Dh5SMVCosV aqpsaqrsHGBe4oEe5ChesO1io7pvK2l0Bz3IncCfAKaerzH/07kkK50nRRpuctj0rsXuzTZ2yzpm Kwl3q1HdJoX4R8D0itJxHc5LNZ+fPL/eZsdnzednYP5gGsJ1mFYMVdEYN2Qq44KTWbnjFdbuX8XO I5t4bkWU51acPEtkQtmZXDD2Y5w5fCZDiyu6+FfpmPxAQfJpcY8vdop0JtR3AWqqHBZ8IY9ArowV dzm4y6Jyj83BnRaH91mDgQXAAj1IFZ5oH2znS+w36EEewIsM4qKPBzj/8ha/uhV3qTlssnlNnI3v WFgtjqEngYeM6k63r7kG4PoZt6XV90+S59c7NQmpikZpfpBoPExDuM6zy0oys8fP58Kx8zgSqmRz 5Vr21+yiprGKUKQeI9qY2iFwWMlIzht1MZOHnkOeP5+CnCJURev27tLtoQdSRYb7n1CNamr1IC+b UXf+jg1xpl3gx6dKjJyoMm5aLq7r0tRgsWVtjB3r41TuscqAm4Cb9CDLgEVGdd/7iFuTFKkkwxUL c5kys6X2k225HNgRY/mzJsePpIb4Z4CfJIb1zriLRG86qTy93LgkSSnRdIWAmkuwMJfmWBPNMYO4 bSLLCuUDRjBQH0R4ZHpx33X7VvLUe4sYXFDOeaMuQQ8U4G8VUpgJ11Z/KOR7sniyF4D5h/daTLvA WwlLkkRuTh6KolCQD8Fym4uujFNXE2Xt8mbWrYgRDbvzgHl6kLuBR43qvjNrJEmYn+6UZLj29rzU ogk8U9L+7TFeeixGc5MLXj77T4zqLhdfWABw6aRr0w52V6StyfPnk+fPx3YsovEIsXg0taeqEW1E lmRkSWboAC9boD58vN2yRKeyYe+J9IdCvicT6laA2uqWRYTrujQ2hcjPL8CneDGWil+hbGiAqxbm c8m1UdauaGT1q1Hqa5xZwCw9yALgZ321+EqKVFbgmtvSReq6sHdLlJceixE2XPD+ORca1TR28fLl wDy/msM5Fel5cfmBwlMSaWsU2ZcSbZJYPJKKdU0Oy5V1+3Fcp820w8XtsVg/DIV8NwPUHUs3Irqu S1NTI2Y83aanyAr5+XlcfFWQe38R5JrbdQo8d+A8YHli6O1VEve8U1bgus+mixRg/7YYL/41JdIl wE3dECkksjanDTs3ldIBXsXp1q8ziV/NSYXiBdQcBuQNJBaPsMfbszSdHuZffygK+RrVHAOOR8Mu TQ1txWoYTYQjbfPhJUkiJ5DD+ZcO4sv3lXL+5YHkqvouPcgretAr9Zht9CALgbskCa7+TB6jp6SL 9PBek5cejxJpdsGbjy4wqunuDg+zAcYE01M6OqrhnylytDx8ijcgFuZ4wTIfHFrT5n09Lazx1s5l H5pCvlsBjhxo39ccjUZoMhrb3bJGliQKCnSuvnkwt3+niAGlqd51RcLYnjX0IHNJ7Bn1sRtzmHB2 ukhrq+M8/5cITQ0uwDK84f5UAkBngrflOIAsyegt5pyskqyXpSZ67tW732jzno42a+sKlh3nr2+l yqL2+0K+6wAO7+k4KCIej9PYFEptR3MiPsXH2EnFfO6HJYycqAJUAOuyJVY9yBQS+yFdMD/A2Rel D8FNDTbP/zlCw3EXPLvoTUb1KZexGQMwuKAMgFx/XrvmqWzgTwg0kghuqTWOseFA+g6QjnvqQv37 6j9xpOEQfEgK+b4NUH3IJh7reBixbZvGphCW3f4fRpIkSkoK+JevDkyahXKAVXqQsd1vdsckrvcK wJmzNGZfnZ5/FIs4LHmkmepDDnjFJxYa1dT34JYF4A3FqqJmuSpgOpIkYzsWVa2KZ/xz3aNptVgt +9Sirv657lGeeDe1pOjzQr5d7lHrjjmE6jr/0I7j0NQU6vSPk5eXy3V3FCeH4mLgST1IRsbKxNx3 CRAcPcXHZZ9MF41tubz4WJjKPQ7AYeAqo5pDPbxtHLyyPV2J8cw0RxsPJ+eh64B3DtbuYXGLwNLi ZbuCZcd54PVf8PCKXyUP9YtCvicVqlHNPuCgEXKpPWoTi3Q+OXddF6Op/Yj3JHl5eXzis0UM9Tao nUIGwsf0IIOBxcC4oaMUPvFZndYjsOPAG8+E2bkh9cVdYVSzp+2Vuk0lgBFtyNoqvzM2V65LPl2F V9OU17Ys4cUNiwHSeteTcaThEN98/F94YcMTyUP9ppBvVydTqwCq9jo01FontXg4rkNTU2OnK86C fJ1rbs9NBoLclHAO9ISHgPMHBmUWfEFHaRUX5rrw/ooI61ak1kpXG9VeKZ8M8C7AgUT6c2+zYX9q TroMz1FxNcCT7z3MixsW47oucbvz0EDHdXju/ce499Gb2FuzA7xCvmfRT0QKXQyc1nQCwA3RCIyc IGPHXXL0zk91XRfbdvBr7fcykiSh+l1yCxx2bogDFJoGj3Sz/QDoQR4BPqkXSNzyrQJy8tIN3Ls+ iLF0cTQZU/oNo5qu7wF+cgYBVymKj1ljL8vgZU9OTVM1i978n+S2QJ8BHLx0kbXAwq1V6zluHGPy 0OkdTku2Hl7Pfc9+jde2LsFy4uAV8l1AH2ednkiXhGoabNJ0PhEx3OCw0TI+FZDAn9N5h+w4Nj5V TSu52BpJkigcaLFzQ5xwkztc0zlmGqztzgfQg9wDfF/xwae+kp80gaU4sj/OPx+KkPBNLDKqM179 oxL45uG6/cyZcCX5gba7RGeLZ9YuSg79j5NuPkqK9bpDtXvUZZv/iWnFkCQZI9bEkYZDrNz5Cv/3 6s946r2HqQ/XgteLfh1v4dR7O150kS771vQgvwXuKTtD5pLrPLdg8WCV3JP0rKqqkq+3v1ZygVBD PZvfi/LcojDAMqOaLndLepDzSVglrr41l0nnprsrQ7UWT/y2OWmGetKo5sauXrubPALcNjY4mV/c 9EgqHTqbRONh7vzjFcnNzC6Gdt3To4HfAvM7udRbeFFv38t0GzNJl3OmNJ2VwKebGtwBg4bK6IUS kWYHVZNQtY57Vtd1yQm0H+kuAbbjUFDs8P6bJrbFKE3n6a5kEiRW+M8BA6bP0Zh52Qkb5IYdnnqg meNHWmylpkG29m5cClxRaxwr23d8F+eOuijrYv3Lqt+w0fNEvUzH5qM6PKfHSlqG8npgD97C8z+B 75CwOfdnumyZNqox8OYvvL/CIrmorzsWJxrueNHkum5qa8X20DQNnyoxdloqPuaktY70ICqwCKgY Pkbh0hvamqFefjxM9cE0W2l3/PfdJQosBA6v2bOcr/11IYfr92ftZhsPrmm9WdmPu3DK68AP8MpJ noUXn/BtPFPeh4JuZaGaBss1ncujYXeYEXIZPsY7PdJsowVkfGr7Mwm/39+ht0aWFWIxzym0bV0c QDaNzhc7ms6jwDWFJTIL783Hp7Xc13HgjafDbF6dmmbNNap7JR+9FngamNoUbahYtvkZTCvG6MET UX09i6Bqzfv73+Knz341aXZ6kH5WxzRbdDtdOjEFuLXhuBuQZRg01BNgtNkmR1eQlbZi9fv9yHL7 QpUAy4qTXwyrX43iOlRoOr80jfb97oloqNs0v8Snv5KKzgJazFBvvZQyx1xtVLOqvetkiQbgb8Aw 27HP3HL4fZZueopcLY9Rgyd42/b0gCfXPMxvX/m3pEgX4eUwfSTotlBNg1pNZwPwL0cPORQMkCga KOO6EI+55BW0vaTqU1GUjkNfPVNWnO3rTcJe4PILptHWPKIHmQfcL0ne4mn42PR5YJbNUF3FwUsa XA6UmlZs7Np9K1m5YymqojK8ZFSbnKmTUd98nPtf/gEvbHgiOY16kI+QSOEUC1CYBrs1nWPAVZV7 HApLJApLZGzLbddsJSsKqtrx4kKSJGKxKEcOWByr9OaVpuGt5pMkPE9PAcUz5mrMmJu+eDpyIOtm qO5yAM9stAsY2BRtOOO9vW+ydONTWI5FsGjoSUMBTSvGyxuf5L7nvs5OnY2sAAAKp0lEQVQ+zxBf DXwK+O9sN76/0aOxKJmDJCtw0cc1yitkJAmCI/woraYAqk8lP79zd35DqJ51K8K8sjgK8E+jmutO uNfTwHXlFQo3fy0/zT0aqrd54tdGb5ihesItiUeqVMmIgWM4f/RchpWMZEjRMGRZwXFsDtXuZWvV elbuWJqMBQXPTvpFoKbtpU9/epxQ0zrN4+JrNYaMkMkv8lFY0jK8SZJEUdGATlMijGaD/TsMHv1V M0CVUe1tT564xwPAXTl5Erd/L5/8ohaVxqIuT/ymKbnCX4UXaJLNFX5PmQ/chhdwXdaF9y/Dcw8v zmKb+j09LhZvVPNZPQiOzZ0rXzC58mY/kmShFympXtV1Xay41enw7/P50IskfCpYccr0IPlGNU2J eeldkgRX3JyTJlLHgZcfa+5NM1QmeDnxAJiLZyqaBIzCm4rZwDY82+cqEoHrH3UysqtBQqw58RgL 314aZ96NGkaDndarmnGzc6EqCpIE+UVysiLJKD3IXuBXAGdfpDFmarqZZ+VzYbavT5mhbsxAyF5v 8zr9IITuw0AmQ9HvAjbVHHbYssbCaLRoHfBvWZ1neSiKD0mWyG3Z5Lkc+D0wZdBQmUuuS/dubVkT Y/WrKTPUjRmMhhL0QzIm1ERS3LcBNq+xCDe5GKGW2AbbtjsNqJYkCUVRCLREPi0EFqp+zxSl+Frm t0f2x1m6OJIMN3zww1ROSHBqZDS5J1Hy5knbgm3rbJpDdlrsaizWuavdpyj4AylBXg9w0cf9lJa1 TCGaQjbPPhIm7l3qcaOaz2fyMwj6J9nIQvslwM4PLIxGxyvbmMA0Y514/UHx+VBbpqGBigkKZ1/U qjaU6bLkoTChWhe8aKE7M9x2QT8l41vEGdWs0YM8aVss2P6+TWGxnfJWua6LacY6DKaWJZlk6Kqq wbwbc5DlpOUAXlkcpnKvDXAQuKUrmaOJjNTReDsmj0wehg6TChuB3cBevLyqVYl0HEEfkpW9DH/y +5l7Vr1ShaxAMKgyoNiXmmPKstxh2J9PyWPGhQFKB9oMKJUZN7mlN923zWRIWQFDroNZl5X9bfL0 kitanxuL2r6t6+tGHznUPPq15w4F9u1oDOLlY50Kl7R+oQc5SEtd2McTkWSCXiQrpdFfOXhVz+rI 9JD/+eF6Vi6tAqC0TGFAqUzxYIXCEm+mo/mheFD73uNY1KW+xiFU69DU4FC5xyJUmxbGuA9PtP/d hSp/ggxxWgp11RvbaAjVUFrmidGxXaw4OI5L3HS9GFnXm4pIgBbwBCzJErIMiiKlWRka6x0O7bLY ujbO3q1pZrZFwFeNakK99dk+qpyWQv1g/TYO7a/GsjxBdrqCAyTZC6RpLU5JAlWVUP3pcbahWoc1 r8f4YFUsWYL8IPA7o9pbRAqyw2kp1LXvbuHQgaPdPs+nSWgBuU3tW0kCzS/jD8ipYJj6GofXnoqw Z3Oqh30SuNuo5jiCjCO2QW+FZbpEDJu46ab1wq4LsahDU4NFtNnBcWBAqcyCL+Rxw+fzyNUl8FKM V+lBJvZR809rTk+h9mCccB0wI57998RaWy4QizkYDVaqYszoKSp3fD+fEWN94JnANurB/rHH/enE aSlUf0Amr1Ahr1AhN18hR5fRcmRUv4Tio0tCdl0wo14P69jpMxkXiEYcjEbvd3kFMjfdo3PmhRp4 EVDPJ2qzCjJEVuyofY1Pk1E1CccGO1Ea3HMktE4CdHFszyJg2y4dlWhybIg0O2h+b2HVGttyMUI2 gTwZzS9z+adzKSyRWbEkCvCYHoT+tuHGh5XTUqiqJqUVxrDiLpblYpmeKAHkhCkKtcXzZcVdbMt7 pFkKEr2rFbcJ5Cpp2QUunpBdx7MczLwsgD9H4pXFEfDEGunGphWCDjgth/4T8akSgRwZvVChoMhH bp6MekJqtyR5Ag/kyuTmK2g5MidmeHu9q+0J+QSiEYdoszdvPWu2n7nXp7xvT+tBZrU5QdAtPhJC bY0kg+r3xFhQ5COQI3NiJndStLn5Cv4TBOs6EG12iJtti27EYg6RZs+4OmOuv3X1lqf1IKOy84k+ GpyWQ//K5yO8t9LbBLm0zAsdLBmiUFQiExyupPY8TRr6/Tky8ZhDLOJgn6A/nybh0xSsuEs85qQq xJgRF8d28AfktMWZGXORJIdArsycawLU19jsWB8vBR7Xg8w9hc0sBJymQm047lB90FNU8mdrCktk ho7yMXaayoixPvw5CQ+UJhOLOpgRp40zy6dK+FSFuOliRh1wPburY7edt8aiDlIibfzqW3MJ1RpU H7TPxcvHvzlrH/w05rT0TG1cc/wH/3rP6mQC3RSgEC+BrgKYDgxIvtenSkw8R2X6HD+DhnoLMNt2 CTfZdLB3RsJ05WCZiY8pQSA33QULeHNhv0yo1uGRXzQRi7gAXzaq+3bjhg8jWRFqf0cPUgFch5cF mjLOTzxHY861AQoGyLgOhA0bq52FUxLbdomFnWRlFrRAuglLAvIKFBSfxLb34yx5uBnAAKaKGNfu cUqVUj7smAYNpsE7psHjmk6yYP24mio7sPFtk+JBCgPLFDS/jOu4dLDRC7LcUnLTscG2vN62dRCL FXdRNZlBZQoNxx1qDtsaUGEaqfsKusBHUqitMQ1qTYOXNJ3HgcG2zZTt6+PEwi4V41VUv4wsgR3v oGeVQPF5YYFJx4Ftu/hUL7jFdT3HgKrJjBjr44O3TKw4406luvZHmY+8UJOYBiHT4GlNpwGYX7Xf pnKPxegpaioE0OpIrHi9q0/zisXZcU+cPl9CrA64jktOnkzBADm5Z8FETech06DznSAEgBBqG0yD 1ZrO88CcUK0zcOt7cQpLZEoTU4Gk67U9JMkb9mXFE7UVd1F8EpIsYdsgSxAc7uPIfpv6GmcAMMw0 hNeqKwihtoNpcETTeRoYY0bdcdvfj3P8iE1puUJhsVeqyI53XEdbViR8qoRteRkFiiIhy945Pk1i 2GgfG98xsW2maTrLTYMDHVxKkEAItQNMgybT4AlNpwk4u7bayVv/pknDcYfB5T4KS7wSRLbdvlwl SUJVvamAGXORJa+ntS3IL1KIm1Dp7S9bahoicOVkCKGeBNPgnUQp9gJgXM1hW3v/zRgNtQ55BTKD yn0dCzY5FZAlYlHPhiXLErgwdJSPDd7Caqyms9E02N6rH+xDhhBqFzANDNPg+YQpSwfG1hy2tc2r TTa+Y2LGvKxWvcCzv564s6E3FZBbXLAJr5WqSezblupV+6I69ocGIdRukLC/LkkINgQoZtQdXrnH Yv1Kk23r4jTVu2gBmbyC9NwrL1nQq8ptxV0kCYaN0diy2iQWdSs0nV2mIQq9dYQQ6imQEOxy0+AR Tec1IAYEYhF3cPUhm23r4qx9w+TQHpt41BvuNb9nb006A2JRF02TCORK7NliARSYhrc9kqAtH0kX arZIJPbNx9vPaTatYgoABpUrlI9UKKvwUV7hVS5UVYnf/7CRsOECXGxUt7sD30ceIdQsogeZjldR ejZwPieUQh82xsfkczUajju8szQK8AOjusNd+D7SCKH2IolgmFl4gTCpGv6lZQo1VTaIHlXQ39CD KHqQ2/QgK/Ugrh5kZV+3SSDolERpTIFAIBAIBAKBQCAQCASCjyD/H4i8KmujdWlXAAAAAElFTkSu QmCC "
+       height="200"
+       width="170"
+       transform="matrix(0.52941176,0,0,0.52941176,209,234.05882)"
+       mask="url(#mask6588)" />
+    <use
+       x="0"
+       y="0"
+       xlink:href="#image6557"
+       id="use6592"
+       transform="matrix(0.49538063,-0.64423737,0.64423737,0.49538063,159.2772,85.462048)"
+       width="640"
+       height="480" />
+  </g>
+</svg>
Binary file share/hedgewars/Data/Themes/Nature/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Nature/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Nature/icon.png has changed
Binary file share/hedgewars/Data/Themes/Olympics/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Olympics/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Olympics/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Planes/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Planes/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/Clouds.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/SkyL.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/SkyR.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/barriere.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/fleur.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/fleurland.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/fleurland2.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/fleurland3.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/fleurland4.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/grass.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/grass2.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/grassp.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/grassp2.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/mouton1.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/mouton2.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/mouton3.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/mouton4.png has changed
Binary file share/hedgewars/Data/Themes/Sheep/rocher.png has changed
Binary file share/hedgewars/Data/Themes/Snow/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Snow/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Snow/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Stage/Bass.png has changed
Binary file share/hedgewars/Data/Themes/Stage/Chunk.png has changed
Binary file share/hedgewars/Data/Themes/Stage/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Stage/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Stage/horizont.png has changed
Binary file share/hedgewars/Data/Themes/Underwater/Clouds.png has changed
Binary file share/hedgewars/Data/Themes/Underwater/Flake.png has changed
Binary file share/hedgewars/Data/Themes/Underwater/Sky.png has changed
Binary file share/hedgewars/Data/Themes/Underwater/Splash.png has changed
Binary file share/hedgewars/Data/Themes/Underwater/clam.png has changed
Binary file share/hedgewars/Data/Themes/Underwater/crab.png has changed
Binary file share/hedgewars/Data/Themes/Underwater/horizont.png has changed
--- a/share/hedgewars/Data/Themes/themes.cfg	Wed Oct 27 14:23:47 2010 +0200
+++ b/share/hedgewars/Data/Themes/themes.cfg	Mon Nov 15 12:37:39 2010 +0100
@@ -12,6 +12,7 @@
 Halloween
 Hell
 Island
+Jungle
 Nature
 Olympics
 Sheep
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/misc/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,10 @@
+if(DEFINED DATA_INSTALL_DIR)                                                                                                            
+    set(HEDGEWARS_DATADIR ${DATA_INSTALL_DIR})                                                                                          
+else()                                                                                                                                  
+    set(HEDGEWARS_DATADIR ${CMAKE_INSTALL_PREFIX}/share/)                                                                               
+endif()  
+configure_file(hwengine.desktop.in hwengine.desktop)
+
+file(GLOB miscfiles *.xml *.desktop)
+
+install(FILES ${miscfiles} DESTINATION ${SHAREPATH}Data/misc)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/misc/hedgewars-mimeinfo.xml	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+  <mime-type type="application/x-hedgewars-demo">
+    <icon name="hedgewars" />
+    <!--
+    https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/217997
+    <generic-icon name="applications-games"/>
+    -->
+    <comment>Hedgewars Demo</comment>
+    <comment xml:lang="de">Hedgewars Demo</comment>
+    <comment xml:lang="fr">Hedgewars Démonstration</comment>
+    <comment xml:lang="pl">Demo gry Hedgewars</comment>
+    <comment xml:lang="sk">Demo hry Hedgewars</comment>
+    <comment xml:lang="sv">Demo för Hedgewars</comment>
+    <comment xml:lang="es">Demo de Hedgewars</comment>
+    <comment xml:lang="it">Demo di Hedgewars</comment>
+	<comment xml:lang="pt">Hedgewars Demo</comment>
+    <magic priority="50">
+      <match required="yes" type="byte" offset="0" value="2"/>
+      <match required="yes" type="big16" offset="1" value="21572"/>
+    </magic>
+    <glob weight="60" pattern="*.hwd"/>
+  </mime-type>
+  <mime-type type="application/x-hedgewars-save">
+    <icon name="hedgewars" />
+    <!--<generic-icon name="applications-games"/>-->
+    <comment>Hedgewars Save</comment>
+    <comment xml:lang="de">Hedgewars gespeichertes Spiel</comment>
+    <comment xml:lang="pl">Zapis gry Hedgewars</comment>
+    <comment xml:lang="sk">Uložená hra Hedgewars</comment>
+    <comment xml:lang="sv">Sparfil för Hedgewars</comment>
+    <comment xml:lang="es">Partida guardada de Hedgewars</comment>
+    <comment xml:lang="it">Partita salvata di Hedgewars</comment>
+	<comment xml:lang="pt">Partida guardada de Hedgewars</comment>
+    <magic priority="50">
+      <match required="yes" type="byte" offset="0" value="2"/>
+      <match required="yes" type="big16" offset="1" value="21587"/>
+    </magic>
+    <glob weight="60" pattern="*.hws"/>
+  </mime-type>
+</mime-info>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share/hedgewars/Data/misc/hwengine.desktop.in	Mon Nov 15 12:37:39 2010 +0100
@@ -0,0 +1,22 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Encoding=UTF-8
+Name=Hedgewars Engine
+GenericName=Hedgewars engine, for playback of saves and demos
+GenericName[de]=Hedgewars engine, für die Wiedergabe von gespeicherten Spielen und Demos
+GenericName[pl]=Silnik gry Hedgewars do odtwarzania dem i zapisów gier
+GenericName[sk]=Engine hry Hedgewars, pre prehrávanie uložených hier a demo súborov
+GenericName[sv]=Hedgewarsmotorn, för att öppna demo- och sparfiler
+GenericName[es]=Motor del juego Hedgewars, reproduce demos y partidas guardadas
+GenericName[it]=Motore grafico di Hedgewars, riproduce le demo e riprende le partite salvate
+GenericName[pt]=Motor de jogo Hedgewars, para reprodução de jogos guardados e demos
+GenericName[ru]=Движок Hedgewars Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð¸Ð³Ñ€Ñ‹Ð²Ð°Ð½Ð¸Ñ Ñохранённых игр и демок
+Icon=hedgewars.png
+Exec=${CMAKE_INSTALL_PREFIX}/bin/hwengine ${HEDGEWARS_DATADIR}/hedgewars/Data %f
+Path=/tmp
+Terminal=false
+StartupNotify=false
+NoDisplay=true
+Categories=Application;Game;StrategyGame;
+MimeType=application/x-hedgewars-demo;application/x-hedgewars-save
--- a/tools/CMakeLists.txt	Wed Oct 27 14:23:47 2010 +0200
+++ b/tools/CMakeLists.txt	Mon Nov 15 12:37:39 2010 +0100
@@ -17,7 +17,10 @@
 	find_package(SDL_mixer REQUIRED)
 	find_package(OGGVORBIS REQUIRED)
 	find_package(SPARKLE)
-	find_program(macdeployqt_EXE NAMES macdeployqt macdeployqt-mac)
+
+	#use the associated tool from the libraries we've selected
+	string(REGEX REPLACE "(.*)/include.*" "\\1" qt_base_dir "${QT_INCLUDE_DIR}")
+	find_program(macdeployqt_EXE NAMES macdeployqt macdeployqt-mac PATHS ${qt_base_dir}/bin NO_DEFAULT_PATH)
 
 	if(NOT macdeployqt_EXE)
 		message(FATAL_ERROR "The utility macdeployqt is required to create the bundle!")
--- a/tools/CreateMacBundle.cmake.in	Wed Oct 27 14:23:47 2010 +0200
+++ b/tools/CreateMacBundle.cmake.in	Mon Nov 15 12:37:39 2010 +0100
@@ -1,3 +1,5 @@
+message(STATUS "Performing standalone bundle creation...")
+
 execute_process(COMMAND mkdir -p ${frameworks_dir})
 
 execute_process(COMMAND ${macdeployqt_EXE} ${CMAKE_BINARY_DIR}/${bundle_name} OUTPUT_QUIET ERROR_QUIET)
--- a/tools/MissionsEditor/MissionsEditor.pro	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# -------------------------------------------------
-# Project created by QtCreator 2009-10-21T19:51:57
-# -------------------------------------------------
-TARGET = MissionsEditor
-TEMPLATE = app
-SOURCES += main.cpp \
-    editor.cpp \
-    teamedit.cpp \
-    hedgehogedit.cpp
-HEADERS += editor.h \
-    teamedit.h \
-    hedgehogedit.h
-FORMS += editor.ui \
-    teamedit.ui \
-    hedgehogedit.ui
--- a/tools/MissionsEditor/editor.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,160 +0,0 @@
-#include <QtGui>
-#include <QObject>
-#include "editor.h"
-#include "ui_editor.h"
-
-editor::editor(QWidget *parent)
-    : QMainWindow(parent), ui(new Ui::editor)
-{
-    ui->setupUi(this);
-
-    reset();
-
-    cbFlags
-        << ui->cbForts
-        << ui->cbMultiWeapon
-        << ui->cbSolidLand
-        << ui->cbBorder
-        << ui->cbDivideTeams
-        << ui->cbLowGravity
-        << ui->cbLaserSight
-        << ui->cbInvulnerable
-        << ui->cbMines
-        << ui->cbVampiric
-        << ui->cbKarma
-        << ui->cbArtillery
-        << ui->cbOneClanMode
-        ;
-}
-
-editor::~editor()
-{
-    delete ui;
-}
-
-void editor::reset()
-{
-    for(int i = 0; i < 6; ++i)
-    {
-        ui->twTeams->setTabEnabled(i, false);
-        ui->twTeams->widget(i)->setEnabled(false);
-    }
-}
-
-void editor::on_actionLoad_triggered()
-{
-    QString fileName = QFileDialog::getOpenFileName(this, QString(), QString(), "Missions (*.txt)");
-
-    if(!fileName.isEmpty())
-        load(fileName);
-}
-
-void editor::load(const QString & fileName)
-{
-    int currTeam = -1;
-
-    QFile file(fileName);
-
-    if(!file.open(QIODevice::ReadOnly))
-    {
-        QMessageBox::warning(this, "File error", "No such file");
-        return ;
-    }
-
-    QTextStream stream(&file);
-
-    while(!stream.atEnd())
-    {
-        QString line = stream.readLine();
-        if (line.startsWith("seed"))
-            ui->leSeed->setText(line.mid(5));
-        else
-        if (line.startsWith("map"))
-            ui->leMap->setText(line.mid(4));
-        else
-        if (line.startsWith("theme"))
-            ui->leTheme->setText(line.mid(6));
-        else
-        if (line.startsWith("$turntime"))
-            ui->sbTurnTime->setValue(line.mid(10).toInt());
-        else
-        if (line.startsWith("$casefreq"))
-            ui->sbCrateDrops->setValue(line.mid(10).toInt());
-        else
-        if (line.startsWith("$damagepct"))
-            ui->sbDamageModifier->setValue(line.mid(11).toInt());
-        else
-        if (line.startsWith("$gmflags"))
-        {
-            quint32 flags = line.mid(9).toInt();
-            foreach(QCheckBox * cb, cbFlags)
-            {
-                cb->setChecked(flags & 1);
-                flags >>= 1;
-            }
-        }
-        else
-        if (line.startsWith("addteam") && (currTeam < 5))
-        {
-            ++currTeam;
-            ui->twTeams->setTabEnabled(currTeam, true);
-            ui->twTeams->widget(currTeam)->setEnabled(true);
-
-            line = line.mid(8);
-            int spacePos = line.indexOf('\x20');
-            quint32 teamColor = line.left(spacePos).toUInt();
-            QString teamName = line.mid(spacePos + 1);
-
-            TeamEdit * te = qobject_cast<TeamEdit *>(ui->twTeams->widget(currTeam));
-            te->setTeam(teamName, teamColor);
-        }
-        else
-        if (line.startsWith("addhh") && (currTeam >= 0))
-        {
-            line = line.mid(6);
-            quint32 level = line.left(1).toUInt();
-            line = line.mid(2);
-            int spacePos = line.indexOf('\x20');
-            quint32 health = line.left(spacePos).toUInt();
-            QString hhName = line.mid(spacePos + 1);
-
-            TeamEdit * te = qobject_cast<TeamEdit *>(ui->twTeams->widget(currTeam));
-            te->addHedgehog(level, health, hhName);
-        }
-        else
-        if (line.startsWith("fort") && (currTeam >= 0))
-        {
-            TeamEdit * te = qobject_cast<TeamEdit *>(ui->twTeams->widget(currTeam));
-            te->setFort(line.mid(5));
-        }
-        else
-        if (line.startsWith("hat") && (currTeam >= 0))
-        {
-            TeamEdit * te = qobject_cast<TeamEdit *>(ui->twTeams->widget(currTeam));
-            te->setLastHHHat(line.mid(4));
-        }
-        else
-        if (line.startsWith("hhcoords") && (currTeam >= 0))
-        {
-            line = line.mid(9);
-            int spacePos = line.indexOf('\x20');
-            int x = line.left(spacePos).toUInt();
-            int y = line.mid(spacePos + 1).toInt();
-
-            TeamEdit * te = qobject_cast<TeamEdit *>(ui->twTeams->widget(currTeam));
-            te->setLastHHCoords(x, y);
-        }
-        else
-        if (line.startsWith("grave") && (currTeam >= 0))
-        {
-            TeamEdit * te = qobject_cast<TeamEdit *>(ui->twTeams->widget(currTeam));
-            te->setGrave(line.mid(6));
-        }
-        else
-        if (line.startsWith("voicepack") && (currTeam >= 0))
-        {
-            TeamEdit * te = qobject_cast<TeamEdit *>(ui->twTeams->widget(currTeam));
-            te->setVoicepack(line.mid(10));
-        }
-    }
-}
--- a/tools/MissionsEditor/editor.h	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-#ifndef EDITOR_H
-#define EDITOR_H
-
-#include <QtGui/QMainWindow>
-
-namespace Ui
-{
-    class editor;
-}
-
-class QCheckBox;
-
-class editor : public QMainWindow
-{
-    Q_OBJECT
-
-public:
-    editor(QWidget *parent = 0);
-    ~editor();
-
-private:
-    Ui::editor *ui;
-    QList<QCheckBox  *> cbFlags;
-
-    void load(const QString & fileName);
-    void reset();
-
-private slots:
-    void on_actionLoad_triggered();
-};
-
-#endif // EDITOR_H
--- a/tools/MissionsEditor/editor.ui	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,406 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>editor</class>
- <widget class="QMainWindow" name="editor">
-  <property name="geometry">
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>419</width>
-    <height>476</height>
-   </rect>
-  </property>
-  <property name="windowTitle">
-   <string>editor</string>
-  </property>
-  <widget class="QWidget" name="centralWidget">
-   <layout class="QGridLayout" name="gridLayout">
-    <item row="0" column="0">
-     <widget class="QTabWidget" name="tabWidget">
-      <property name="currentIndex">
-       <number>2</number>
-      </property>
-      <widget class="QWidget" name="tab_4">
-       <attribute name="title">
-        <string>Mission</string>
-       </attribute>
-       <layout class="QGridLayout" name="gridLayout_3">
-        <item row="0" column="0">
-         <widget class="QLabel" name="label_4">
-          <property name="text">
-           <string>Name</string>
-          </property>
-         </widget>
-        </item>
-        <item row="0" column="1">
-         <widget class="QLineEdit" name="leName"/>
-        </item>
-        <item row="1" column="0">
-         <widget class="QLabel" name="label_5">
-          <property name="text">
-           <string>Description</string>
-          </property>
-         </widget>
-        </item>
-        <item row="1" column="1">
-         <widget class="QTextEdit" name="teDescription"/>
-        </item>
-        <item row="2" column="0">
-         <widget class="QLabel" name="label_6">
-          <property name="text">
-           <string>Map</string>
-          </property>
-         </widget>
-        </item>
-        <item row="3" column="0">
-         <widget class="QLabel" name="label_7">
-          <property name="text">
-           <string>Theme</string>
-          </property>
-         </widget>
-        </item>
-        <item row="2" column="1">
-         <widget class="QLineEdit" name="leMap"/>
-        </item>
-        <item row="3" column="1">
-         <widget class="QLineEdit" name="leTheme"/>
-        </item>
-       </layout>
-      </widget>
-      <widget class="QWidget" name="tab">
-       <attribute name="title">
-        <string>Options</string>
-       </attribute>
-       <layout class="QHBoxLayout" name="horizontalLayout">
-        <item>
-         <layout class="QVBoxLayout" name="verticalLayout">
-          <item>
-           <widget class="QCheckBox" name="cbInvulnerable">
-            <property name="text">
-             <string>Invulnerable</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbArtillery">
-            <property name="text">
-             <string>Artillery</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbSolidLand">
-            <property name="text">
-             <string>SolidLand</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbVampiric">
-            <property name="text">
-             <string>Vampiric</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbOneClanMode">
-            <property name="text">
-             <string>OneClanMode</string>
-            </property>
-            <property name="checked">
-             <bool>true</bool>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbKarma">
-            <property name="text">
-             <string>Karma</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbLaserSight">
-            <property name="text">
-             <string>LaserSight</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbBorder">
-            <property name="text">
-             <string>Border</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbLowGravity">
-            <property name="text">
-             <string>LowGravity</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbMines">
-            <property name="text">
-             <string>Mines</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbDivideTeams">
-            <property name="text">
-             <string>DivideTeams</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbMultiWeapon">
-            <property name="text">
-             <string>MultiWeapon</string>
-            </property>
-            <property name="checked">
-             <bool>true</bool>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QCheckBox" name="cbForts">
-            <property name="text">
-             <string>Forts</string>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <spacer name="verticalSpacer">
-            <property name="orientation">
-             <enum>Qt::Vertical</enum>
-            </property>
-            <property name="sizeHint" stdset="0">
-             <size>
-              <width>20</width>
-              <height>40</height>
-             </size>
-            </property>
-           </spacer>
-          </item>
-         </layout>
-        </item>
-        <item>
-         <layout class="QGridLayout" name="gridLayout_2">
-          <item row="0" column="0">
-           <widget class="QLabel" name="labelSeed">
-            <property name="text">
-             <string>Seed</string>
-            </property>
-           </widget>
-          </item>
-          <item row="0" column="1">
-           <widget class="QLineEdit" name="leSeed">
-            <property name="text">
-             <string>foobar</string>
-            </property>
-           </widget>
-          </item>
-          <item row="1" column="0">
-           <widget class="QLabel" name="label">
-            <property name="text">
-             <string>Damage Modifier</string>
-            </property>
-           </widget>
-          </item>
-          <item row="2" column="0">
-           <widget class="QLabel" name="label_2">
-            <property name="text">
-             <string>Turn Time</string>
-            </property>
-           </widget>
-          </item>
-          <item row="3" column="0">
-           <widget class="QLabel" name="label_3">
-            <property name="text">
-             <string>Crate Drops</string>
-            </property>
-           </widget>
-          </item>
-          <item row="4" column="0">
-           <spacer name="verticalSpacer_2">
-            <property name="orientation">
-             <enum>Qt::Vertical</enum>
-            </property>
-            <property name="sizeHint" stdset="0">
-             <size>
-              <width>20</width>
-              <height>40</height>
-             </size>
-            </property>
-           </spacer>
-          </item>
-          <item row="1" column="1">
-           <widget class="QSpinBox" name="sbDamageModifier">
-            <property name="minimum">
-             <number>10</number>
-            </property>
-            <property name="maximum">
-             <number>300</number>
-            </property>
-            <property name="singleStep">
-             <number>15</number>
-            </property>
-            <property name="value">
-             <number>100</number>
-            </property>
-           </widget>
-          </item>
-          <item row="2" column="1">
-           <widget class="QSpinBox" name="sbTurnTime">
-            <property name="minimum">
-             <number>1000</number>
-            </property>
-            <property name="maximum">
-             <number>100000</number>
-            </property>
-            <property name="singleStep">
-             <number>5000</number>
-            </property>
-            <property name="value">
-             <number>45000</number>
-            </property>
-           </widget>
-          </item>
-          <item row="3" column="1">
-           <widget class="QSpinBox" name="sbCrateDrops">
-            <property name="maximum">
-             <number>3</number>
-            </property>
-           </widget>
-          </item>
-         </layout>
-        </item>
-       </layout>
-      </widget>
-      <widget class="QWidget" name="tab_3">
-       <attribute name="title">
-        <string>Teams</string>
-       </attribute>
-       <layout class="QGridLayout" name="gridLayout_4">
-        <item row="0" column="0">
-         <widget class="QPushButton" name="pbAddTeam">
-          <property name="text">
-           <string>Add Team</string>
-          </property>
-         </widget>
-        </item>
-        <item row="0" column="1">
-         <spacer name="horizontalSpacer">
-          <property name="orientation">
-           <enum>Qt::Horizontal</enum>
-          </property>
-          <property name="sizeHint" stdset="0">
-           <size>
-            <width>40</width>
-            <height>20</height>
-           </size>
-          </property>
-         </spacer>
-        </item>
-        <item row="1" column="0" colspan="2">
-         <widget class="QTabWidget" name="twTeams">
-          <property name="enabled">
-           <bool>true</bool>
-          </property>
-          <property name="currentIndex">
-           <number>0</number>
-          </property>
-          <widget class="TeamEdit" name="tab_5">
-           <attribute name="title">
-            <string>Team 1</string>
-           </attribute>
-          </widget>
-          <widget class="TeamEdit" name="tab_6">
-           <attribute name="title">
-            <string>Team 2</string>
-           </attribute>
-          </widget>
-          <widget class="TeamEdit" name="tab_7">
-           <attribute name="title">
-            <string>Team 3</string>
-           </attribute>
-          </widget>
-          <widget class="TeamEdit" name="tab_8">
-           <attribute name="title">
-            <string>Team 4</string>
-           </attribute>
-          </widget>
-          <widget class="TeamEdit" name="tab_9">
-           <attribute name="title">
-            <string>Team 5</string>
-           </attribute>
-          </widget>
-          <widget class="TeamEdit" name="tab_10">
-           <attribute name="title">
-            <string>Team 6</string>
-           </attribute>
-          </widget>
-         </widget>
-        </item>
-       </layout>
-      </widget>
-      <widget class="QWidget" name="tab_2">
-       <attribute name="title">
-        <string>Triggers</string>
-       </attribute>
-      </widget>
-     </widget>
-    </item>
-   </layout>
-  </widget>
-  <widget class="QMenuBar" name="menuBar">
-   <property name="geometry">
-    <rect>
-     <x>0</x>
-     <y>0</y>
-     <width>419</width>
-     <height>28</height>
-    </rect>
-   </property>
-   <widget class="QMenu" name="menuFile">
-    <property name="title">
-     <string>&amp;File</string>
-    </property>
-    <addaction name="actionLoad"/>
-    <addaction name="actionSave"/>
-    <addaction name="separator"/>
-    <addaction name="actionQuit"/>
-   </widget>
-   <addaction name="menuFile"/>
-  </widget>
-  <widget class="QStatusBar" name="statusBar"/>
-  <action name="actionLoad">
-   <property name="text">
-    <string>&amp;Load...</string>
-   </property>
-  </action>
-  <action name="actionSave">
-   <property name="text">
-    <string>&amp;Save</string>
-   </property>
-  </action>
-  <action name="actionQuit">
-   <property name="text">
-    <string>&amp;Quit</string>
-   </property>
-  </action>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <customwidgets>
-  <customwidget>
-   <class>TeamEdit</class>
-   <extends>QWidget</extends>
-   <header>teamedit.h</header>
-   <container>1</container>
-  </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
-</ui>
--- a/tools/MissionsEditor/hedgehogedit.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-#include "hedgehogedit.h"
-#include "ui_hedgehogedit.h"
-
-HedgehogEdit::HedgehogEdit(QWidget *parent) :
-    QFrame(parent),
-    m_ui(new Ui::HedgehogEdit)
-{
-    m_ui->setupUi(this);
-}
-
-HedgehogEdit::~HedgehogEdit()
-{
-    delete m_ui;
-}
-
-void HedgehogEdit::changeEvent(QEvent *e)
-{
-    QWidget::changeEvent(e);
-    switch (e->type()) {
-    case QEvent::LanguageChange:
-        m_ui->retranslateUi(this);
-        break;
-    default:
-        break;
-    }
-}
-
-void HedgehogEdit::setHedgehog(quint32 level, quint32 health, const QString & name)
-{
-    m_ui->cbLevel->setCurrentIndex(level);
-    m_ui->sbHealth->setValue(health);
-    m_ui->leName->setText(name);
-}
-
-void HedgehogEdit::setHat(const QString & name)
-{
-    m_ui->leHat->setText(name);
-}
-
-void HedgehogEdit::setCoordinates(int x, int y)
-{
-    m_ui->pbCoordinates->setText(QString("%1x%2").arg(x).arg(y));
-}
--- a/tools/MissionsEditor/hedgehogedit.h	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-#ifndef HEDGEHOGEDIT_H
-#define HEDGEHOGEDIT_H
-
-#include <QtGui/QFrame>
-
-namespace Ui {
-    class HedgehogEdit;
-}
-
-class HedgehogEdit : public QFrame {
-    Q_OBJECT
-public:
-    HedgehogEdit(QWidget *parent = 0);
-    ~HedgehogEdit();
-
-    void setHedgehog(quint32 level = 0, quint32 health = 100, const QString & name = QString());
-    void setHat(const QString & name);
-    void setCoordinates(int x, int y);
-
-protected:
-    void changeEvent(QEvent *e);
-
-private:
-    Ui::HedgehogEdit *m_ui;
-};
-
-#endif // HEDGEHOGEDIT_H
--- a/tools/MissionsEditor/hedgehogedit.ui	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,138 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>HedgehogEdit</class>
- <widget class="QFrame" name="HedgehogEdit">
-  <property name="geometry">
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>400</width>
-    <height>300</height>
-   </rect>
-  </property>
-  <property name="windowTitle">
-   <string>Form</string>
-  </property>
-  <property name="frameShape">
-   <enum>QFrame::StyledPanel</enum>
-  </property>
-  <property name="frameShadow">
-   <enum>QFrame::Raised</enum>
-  </property>
-  <layout class="QGridLayout" name="gridLayout">
-   <property name="margin">
-    <number>3</number>
-   </property>
-   <property name="spacing">
-    <number>3</number>
-   </property>
-   <item row="0" column="1" colspan="2">
-    <widget class="QLineEdit" name="leName"/>
-   </item>
-   <item row="0" column="3">
-    <widget class="QToolButton" name="toolButton">
-     <property name="text">
-      <string>X</string>
-     </property>
-    </widget>
-   </item>
-   <item row="1" column="1">
-    <widget class="QComboBox" name="cbLevel">
-     <property name="currentIndex">
-      <number>0</number>
-     </property>
-     <item>
-      <property name="text">
-       <string>Human</string>
-      </property>
-     </item>
-     <item>
-      <property name="text">
-       <string>Level 5</string>
-      </property>
-     </item>
-     <item>
-      <property name="text">
-       <string>Level 4</string>
-      </property>
-     </item>
-     <item>
-      <property name="text">
-       <string>Level 3</string>
-      </property>
-     </item>
-     <item>
-      <property name="text">
-       <string>Level 2</string>
-      </property>
-     </item>
-     <item>
-      <property name="text">
-       <string>Level 1</string>
-      </property>
-     </item>
-    </widget>
-   </item>
-   <item row="3" column="1">
-    <widget class="QLineEdit" name="leHat"/>
-   </item>
-   <item row="0" column="0">
-    <widget class="QLabel" name="label">
-     <property name="text">
-      <string>Name</string>
-     </property>
-    </widget>
-   </item>
-   <item row="1" column="0">
-    <widget class="QLabel" name="label_2">
-     <property name="text">
-      <string>Level</string>
-     </property>
-    </widget>
-   </item>
-   <item row="2" column="1">
-    <widget class="QSpinBox" name="sbHealth">
-     <property name="minimum">
-      <number>1</number>
-     </property>
-     <property name="maximum">
-      <number>300</number>
-     </property>
-     <property name="value">
-      <number>100</number>
-     </property>
-    </widget>
-   </item>
-   <item row="2" column="0">
-    <widget class="QLabel" name="label_3">
-     <property name="text">
-      <string>Health</string>
-     </property>
-    </widget>
-   </item>
-   <item row="3" column="0">
-    <widget class="QLabel" name="label_4">
-     <property name="text">
-      <string>Hat</string>
-     </property>
-    </widget>
-   </item>
-   <item row="4" column="1">
-    <widget class="QPushButton" name="pbCoordinates">
-     <property name="text">
-      <string>Random</string>
-     </property>
-    </widget>
-   </item>
-   <item row="4" column="0">
-    <widget class="QLabel" name="label_5">
-     <property name="text">
-      <string>Place</string>
-     </property>
-    </widget>
-   </item>
-  </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>
--- a/tools/MissionsEditor/main.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#include <QtGui/QApplication>
-#include "editor.h"
-
-int main(int argc, char *argv[])
-{
-    QApplication a(argc, argv);
-    editor w;
-    w.show();
-    return a.exec();
-}
--- a/tools/MissionsEditor/teamedit.cpp	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,98 +0,0 @@
-#include "teamedit.h"
-#include "ui_teamedit.h"
-
-TeamEdit::TeamEdit(QWidget *parent) :
-    QWidget(parent),
-    m_ui(new Ui::TeamEdit)
-{
-    m_ui->setupUi(this);
-
-    reset();
-}
-
-TeamEdit::~TeamEdit()
-{
-    delete m_ui;
-}
-
-void TeamEdit::changeEvent(QEvent *e)
-{
-    QWidget::changeEvent(e);
-    switch (e->type()) {
-    case QEvent::LanguageChange:
-        m_ui->retranslateUi(this);
-        break;
-    default:
-        break;
-    }
-}
-
-void TeamEdit::reset()
-{
-   QLayout * l = m_ui->scrollArea->widget()->layout();
-
-   for(int i = 0; i < 8; ++i)
-       l->itemAt(i)->widget()->setVisible(false);
-}
-
-void TeamEdit::setTeam(const QString & teamName, quint32 color)
-{
-    m_ui->leTeamName->setText(teamName);
-}
-
-void TeamEdit::setFort(const QString & name)
-{
-    m_ui->leFort->setText(name);
-}
-
-void TeamEdit::setGrave(const QString & name)
-{
-    m_ui->leGrave->setText(name);
-}
-
-void TeamEdit::setVoicepack(const QString & name)
-{
-    m_ui->leVoicepack->setText(name);
-}
-
-void TeamEdit::addHedgehog(quint32 level, quint32 health, const QString & name)
-{
-   QLayout * l = m_ui->scrollArea->widget()->layout();
-
-   int i = 0;
-   while((i < 8) && (l->itemAt(i)->widget()->isVisible())) ++i;
-
-   if(i < 8)
-   {
-       HedgehogEdit * he = qobject_cast<HedgehogEdit *>(l->itemAt(i)->widget());
-       he->setHedgehog(level, health, name);
-       l->itemAt(i)->widget()->setVisible(true);
-   }
-}
-
-void TeamEdit::setLastHHHat(const QString & name)
-{
-   QLayout * l = m_ui->scrollArea->widget()->layout();
-
-   int i = 0;
-   while((i < 8) && (l->itemAt(i)->widget()->isVisible())) ++i;
-
-   --i;
-
-   HedgehogEdit * he = qobject_cast<HedgehogEdit *>(l->itemAt(i)->widget());
-   he->setHat(name);
-}
-
-void TeamEdit::setLastHHCoords(int x, int y)
-{
-   QLayout * l = m_ui->scrollArea->widget()->layout();
-
-   int i = 0;
-   while((i < 8) && (l->itemAt(i)->widget()->isVisible())) ++i;
-
-   --i;
-
-   HedgehogEdit * he = qobject_cast<HedgehogEdit *>(l->itemAt(i)->widget());
-   he->setCoordinates(x ,y);
-}
-
--- a/tools/MissionsEditor/teamedit.h	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-#ifndef TEAMEDIT_H
-#define TEAMEDIT_H
-
-#include <QtGui/QWidget>
-
-namespace Ui {
-    class TeamEdit;
-}
-
-class TeamEdit : public QWidget {
-    Q_OBJECT
-public:
-    TeamEdit(QWidget *parent = 0);
-    ~TeamEdit();
-
-    void reset();
-    void setTeam(const QString & teamName = QString(), quint32 color = 0xdd0000);
-    void addHedgehog(quint32 level = 0, quint32 health = 100, const QString & name = QString());
-    void setFort(const QString & name);
-    void setGrave(const QString & name);
-    void setLastHHHat(const QString & name);
-    void setLastHHCoords(int x, int y);
-    void setVoicepack(const QString & name);
-protected:
-    void changeEvent(QEvent *e);
-
-private:
-    Ui::TeamEdit *m_ui;
-};
-
-#endif // TEAMEDIT_H
--- a/tools/MissionsEditor/teamedit.ui	Wed Oct 27 14:23:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,172 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>TeamEdit</class>
- <widget class="QWidget" name="TeamEdit">
-  <property name="geometry">
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>450</width>
-    <height>414</height>
-   </rect>
-  </property>
-  <property name="windowTitle">
-   <string>Form</string>
-  </property>
-  <layout class="QGridLayout" name="gridLayout_2">
-   <item row="0" column="0" colspan="2">
-    <layout class="QGridLayout" name="gridLayout">
-     <item row="0" column="0">
-      <widget class="QLabel" name="label">
-       <property name="text">
-        <string>Team name</string>
-       </property>
-      </widget>
-     </item>
-     <item row="0" column="1">
-      <widget class="QLineEdit" name="leTeamName"/>
-     </item>
-     <item row="1" column="1">
-      <widget class="QComboBox" name="cbColor"/>
-     </item>
-     <item row="1" column="0">
-      <widget class="QLabel" name="label_2">
-       <property name="text">
-        <string>Colour</string>
-       </property>
-      </widget>
-     </item>
-     <item row="2" column="0">
-      <widget class="QLabel" name="label_3">
-       <property name="text">
-        <string>Fort</string>
-       </property>
-      </widget>
-     </item>
-     <item row="3" column="0">
-      <widget class="QLabel" name="label_4">
-       <property name="text">
-        <string>Grave</string>
-       </property>
-      </widget>
-     </item>
-     <item row="2" column="1">
-      <widget class="QLineEdit" name="leFort"/>
-     </item>
-     <item row="3" column="1">
-      <widget class="QLineEdit" name="leGrave"/>
-     </item>
-     <item row="4" column="0">
-      <widget class="QLabel" name="label_5">
-       <property name="text">
-        <string>Voicepack</string>
-       </property>
-      </widget>
-     </item>
-     <item row="4" column="1">
-      <widget class="QLineEdit" name="leVoicepack"/>
-     </item>
-    </layout>
-   </item>
-   <item row="1" column="0" rowspan="3">
-    <widget class="QScrollArea" name="scrollArea">
-     <property name="widgetResizable">
-      <bool>true</bool>
-     </property>
-     <widget class="QWidget" name="scrollAreaWidgetContents">
-      <property name="geometry">
-       <rect>
-        <x>0</x>
-        <y>0</y>
-        <width>301</width>
-        <height>235</height>
-       </rect>
-      </property>
-      <layout class="QVBoxLayout" name="verticalLayout">
-       <property name="spacing">
-        <number>3</number>
-       </property>
-       <property name="margin">
-        <number>4</number>
-       </property>
-       <item>
-        <widget class="HedgehogEdit" name="widget" native="true"/>
-       </item>
-       <item>
-        <widget class="HedgehogEdit" name="widget_3" native="true"/>
-       </item>
-       <item>
-        <widget class="HedgehogEdit" name="widget_4" native="true"/>
-       </item>
-       <item>
-        <widget class="HedgehogEdit" name="widget_5" native="true"/>
-       </item>
-       <item>
-        <widget class="HedgehogEdit" name="widget_6" native="true"/>
-       </item>
-       <item>
-        <widget class="HedgehogEdit" name="widget_7" native="true"/>
-       </item>
-       <item>
-        <widget class="HedgehogEdit" name="widget_8" native="true"/>
-       </item>
-       <item>
-        <widget class="HedgehogEdit" name="widget_2" native="true"/>
-       </item>
-       <item>
-        <spacer name="verticalSpacer_2">
-         <property name="orientation">
-          <enum>Qt::Vertical</enum>
-         </property>
-         <property name="sizeHint" stdset="0">
-          <size>
-           <width>20</width>
-           <height>120</height>
-          </size>
-         </property>
-        </spacer>
-       </item>
-      </layout>
-     </widget>
-    </widget>
-   </item>
-   <item row="1" column="1">
-    <widget class="QPushButton" name="pbAddHedgehog">
-     <property name="text">
-      <string>Add hedgehog</string>
-     </property>
-    </widget>
-   </item>
-   <item row="2" column="1">
-    <spacer name="verticalSpacer">
-     <property name="orientation">
-      <enum>Qt::Vertical</enum>
-     </property>
-     <property name="sizeHint" stdset="0">
-      <size>
-       <width>117</width>
-       <height>125</height>
-      </size>
-     </property>
-    </spacer>
-   </item>
-   <item row="3" column="1">
-    <widget class="QPushButton" name="pbDeleteTeam">
-     <property name="text">
-      <string>Delete team</string>
-     </property>
-    </widget>
-   </item>
-  </layout>
- </widget>
- <customwidgets>
-  <customwidget>
-   <class>HedgehogEdit</class>
-   <extends>QWidget</extends>
-   <header>hedgehogedit.h</header>
-   <container>1</container>
-  </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
-</ui>