diff --git a/apps/official/BiscuIT-App-Alsijil b/apps/official/BiscuIT-App-Alsijil index 58ff168416ae5455a72fbdd06a2ff9cdc746f699..7e56e5a58a779d4dd17d018e3c474a0d9244af4f 160000 --- a/apps/official/BiscuIT-App-Alsijil +++ b/apps/official/BiscuIT-App-Alsijil @@ -1 +1 @@ -Subproject commit 58ff168416ae5455a72fbdd06a2ff9cdc746f699 +Subproject commit 7e56e5a58a779d4dd17d018e3c474a0d9244af4f diff --git a/apps/official/BiscuIT-App-Chronos b/apps/official/BiscuIT-App-Chronos index 491f0806d7cffe1dd2ccfc4df4461d80ba4ee990..4e8fba49b603126415f05167a11885c4a5e375f0 160000 --- a/apps/official/BiscuIT-App-Chronos +++ b/apps/official/BiscuIT-App-Chronos @@ -1 +1 @@ -Subproject commit 491f0806d7cffe1dd2ccfc4df4461d80ba4ee990 +Subproject commit 4e8fba49b603126415f05167a11885c4a5e375f0 diff --git a/apps/official/BiscuIT-App-Exlibris b/apps/official/BiscuIT-App-Exlibris index 27e7fc262410cac2cf6cf47b31e785917945e917..14aad4b3fca162d0589aced6f049c9b4697c1ec8 160000 --- a/apps/official/BiscuIT-App-Exlibris +++ b/apps/official/BiscuIT-App-Exlibris @@ -1 +1 @@ -Subproject commit 27e7fc262410cac2cf6cf47b31e785917945e917 +Subproject commit 14aad4b3fca162d0589aced6f049c9b4697c1ec8 diff --git a/apps/official/BiscuIT-App-SchILD-NRW b/apps/official/BiscuIT-App-SchILD-NRW index c906e2636516e08205259743965b560f5fd13c22..5dd8bc4e5efb3dbc5483fb80cfa4d062e27f35ea 160000 --- a/apps/official/BiscuIT-App-SchILD-NRW +++ b/apps/official/BiscuIT-App-SchILD-NRW @@ -1 +1 @@ -Subproject commit c906e2636516e08205259743965b560f5fd13c22 +Subproject commit 5dd8bc4e5efb3dbc5483fb80cfa4d062e27f35ea diff --git a/apps/official/BiscuIT-App-Untis b/apps/official/BiscuIT-App-Untis index e34d99717fabe9ea965932d5e22f5015283d6a35..debc102a205ed36723fba310fa08e86443a08cd6 160000 --- a/apps/official/BiscuIT-App-Untis +++ b/apps/official/BiscuIT-App-Untis @@ -1 +1 @@ -Subproject commit e34d99717fabe9ea965932d5e22f5015283d6a35 +Subproject commit debc102a205ed36723fba310fa08e86443a08cd6 diff --git a/biscuit/core/forms.py b/biscuit/core/forms.py index 1f2d6c6c3ed28d48133c4b0abbe9aaa0e5b92dba..b9429a86f22093d1c860a2ce921d4d4da8cc3117 100644 --- a/biscuit/core/forms.py +++ b/biscuit/core/forms.py @@ -71,9 +71,10 @@ class EditPersonForm(forms.ModelForm): class EditGroupForm(forms.ModelForm): class Meta: model = Group - fields = ['name', 'short_name', 'members', 'owners'] + fields = ['name', 'short_name', 'members', 'owners', 'parent_groups'] def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.fields['members'].queryset = Person.objects.all() self.fields['owners'].queryset = Person.objects.all() + self.fields['parent_groups'].queryset = Group.objects.all() diff --git a/biscuit/core/locale/ar/LC_MESSAGES/django.po b/biscuit/core/locale/ar/LC_MESSAGES/django.po index 26fa285610b08cfa96416f264a77e97762ac77e5..210eb8e79d9e778b549ed254649fd7476b46704a 100644 --- a/biscuit/core/locale/ar/LC_MESSAGES/django.po +++ b/biscuit/core/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-02 13:14+0000\n" +"POT-Creation-Date: 2019-09-02 21:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,19 +22,19 @@ msgstr "" msgid "BiscuIT - The Free School Information System" msgstr "" -#: forms.py:25 forms.py:55 +#: forms.py:26 forms.py:59 msgid "You cannot set a new username when also selecting an existing user." msgstr "" -#: forms.py:27 forms.py:57 +#: forms.py:28 forms.py:61 msgid "This username is already in use." msgstr "" -#: forms.py:47 +#: forms.py:50 msgid "New user" msgstr "" -#: forms.py:48 +#: forms.py:51 msgid "Create a new account" msgstr "" @@ -70,31 +70,31 @@ msgstr "" msgid "People" msgstr "" -#: menus.py:50 templates/core/persons.html:5 +#: menus.py:51 templates/core/persons.html:5 msgid "Persons" msgstr "" -#: menus.py:55 templates/core/groups.html:5 +#: menus.py:56 templates/core/groups.html:5 msgid "Groups" msgstr "" -#: menus.py:60 +#: menus.py:61 msgid "Persons and accounts" msgstr "" -#: menus.py:69 +#: menus.py:70 msgid "BiscuIT Software" msgstr "" -#: menus.py:73 +#: menus.py:74 msgid "Website" msgstr "" -#: menus.py:83 +#: menus.py:84 msgid "Support" msgstr "" -#: menus.py:87 templates/contact_form/contact_form.html:8 +#: menus.py:88 templates/contact_form/contact_form.html:8 msgid "Get support" msgstr "" @@ -110,79 +110,79 @@ msgstr "" msgid "Official name of the school, e.g. as given by supervisory authority" msgstr "" -#: models.py:39 +#: models.py:38 msgid "female" msgstr "" -#: models.py:40 +#: models.py:39 msgid "male" msgstr "" -#: models.py:47 +#: models.py:46 msgid "Is person active?" msgstr "" -#: models.py:49 +#: models.py:48 msgid "First name" msgstr "" -#: models.py:50 +#: models.py:49 msgid "Last name" msgstr "" -#: models.py:52 +#: models.py:51 msgid "Additional name(s)" msgstr "" -#: models.py:55 +#: models.py:54 msgid "Short name" msgstr "" -#: models.py:58 +#: models.py:57 msgid "Street" msgstr "" -#: models.py:60 +#: models.py:59 msgid "Street number" msgstr "" -#: models.py:62 +#: models.py:61 msgid "Postal code" msgstr "" -#: models.py:64 +#: models.py:63 msgid "Place" msgstr "" -#: models.py:66 +#: models.py:65 msgid "Home phone" msgstr "" -#: models.py:68 +#: models.py:67 msgid "Mobile phone" msgstr "" -#: models.py:70 +#: models.py:69 msgid "E-mail address" msgstr "" -#: models.py:73 +#: models.py:72 msgid "Date of birth" msgstr "" -#: models.py:75 +#: models.py:74 msgid "Sex" msgstr "" -#: models.py:77 +#: models.py:76 msgid "Photo" msgstr "" -#: models.py:81 +#: models.py:80 msgid "Reference ID of import source" msgstr "" -#: models.py:83 +#: models.py:82 msgid "Guardians / Parents" msgstr "" @@ -194,6 +194,10 @@ msgstr "" msgid "Short name of group" msgstr "" +#: models.py:134 +msgid "Parent groups" +msgstr "" + #: settings.py:200 msgid "German" msgstr "" @@ -255,6 +259,22 @@ msgstr "" msgid "Language" msgstr "" +#: templates/core/no_person.html:6 +msgid "" +"\n" +" You are not linked to a person\n" +" " +msgstr "" + +#: templates/core/no_person.html:11 +msgid "" +"\n" +" Your user account is not linked to a person. This means you\n" +" cannot access any school-related information. Please contact\n" +" the managers of BiscuIT at your school.\n" +" " +msgstr "" + #: templates/core/person_full.html:14 msgid "Contact details" msgstr "" @@ -336,6 +356,6 @@ msgstr "" msgid "The person has been saved." msgstr "" -#: views.py:180 +#: views.py:182 msgid "The group has been saved." msgstr "" diff --git a/biscuit/core/locale/de_DE/LC_MESSAGES/django.po b/biscuit/core/locale/de_DE/LC_MESSAGES/django.po index 61ebd99cd9dba90c5dcb32f7b0bec346f15c983e..440fdd0bdc037e4ccbd24d6a1ff02aef0e4b694c 100644 --- a/biscuit/core/locale/de_DE/LC_MESSAGES/django.po +++ b/biscuit/core/locale/de_DE/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: BiscuIT - School Information System (SIS)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-02 13:14+0000\n" -"PO-Revision-Date: 2019-09-02 14:11+0000\n" +"POT-Creation-Date: 2019-09-02 21:22+0000\n" +"PO-Revision-Date: 2019-09-02 21:26+0000\n" "Last-Translator: Dominik George <dominik.george@teckids.org>\n" "Language-Team: German <https://translate.edugit.org/projects/biscuit-sis/" "biscuit-ng/de/>\n" @@ -23,19 +23,19 @@ msgstr "" msgid "BiscuIT - The Free School Information System" msgstr "BiscuIT - Das freie Schulinformationssystem" -#: forms.py:25 forms.py:55 +#: forms.py:26 forms.py:59 msgid "You cannot set a new username when also selecting an existing user." msgstr "Sie können keine neuen Benutzer erstellen, wenn Sie gleichzeitig einen existierenden Benutzer auswählen." -#: forms.py:27 forms.py:57 +#: forms.py:28 forms.py:61 msgid "This username is already in use." msgstr "Dieser Benutzername wird bereits genutzt." -#: forms.py:47 +#: forms.py:50 msgid "New user" msgstr "Neuer Benutzer" -#: forms.py:48 +#: forms.py:51 msgid "Create a new account" msgstr "Neues Benutzerkonto erstellen" @@ -71,31 +71,31 @@ msgstr "Verkleidung" msgid "People" msgstr "Leute" -#: menus.py:50 templates/core/persons.html:5 +#: menus.py:51 templates/core/persons.html:5 msgid "Persons" msgstr "Personen" -#: menus.py:55 templates/core/groups.html:5 +#: menus.py:56 templates/core/groups.html:5 msgid "Groups" msgstr "Gruppen" -#: menus.py:60 +#: menus.py:61 msgid "Persons and accounts" msgstr "Personen und Konten" -#: menus.py:69 +#: menus.py:70 msgid "BiscuIT Software" msgstr "BiscuIT-Software" -#: menus.py:73 +#: menus.py:74 msgid "Website" msgstr "Website" -#: menus.py:83 +#: menus.py:84 msgid "Support" msgstr "Unterstützung" -#: menus.py:87 templates/contact_form/contact_form.html:8 +#: menus.py:88 templates/contact_form/contact_form.html:8 msgid "Get support" msgstr "Unterstützung erhalten" @@ -111,79 +111,79 @@ msgstr "Name" msgid "Official name of the school, e.g. as given by supervisory authority" msgstr "Offizieller Name der Schule, wie er z.B. von der Behörde vorgegeben ist" -#: models.py:39 +#: models.py:38 msgid "female" msgstr "weiblich" -#: models.py:40 +#: models.py:39 msgid "male" msgstr "männlich" -#: models.py:47 +#: models.py:46 msgid "Is person active?" msgstr "Ist die Person aktiv?" -#: models.py:49 +#: models.py:48 msgid "First name" msgstr "Vorname" -#: models.py:50 +#: models.py:49 msgid "Last name" msgstr "Nachname" -#: models.py:52 +#: models.py:51 msgid "Additional name(s)" msgstr "Zusätzliche Namen" -#: models.py:55 +#: models.py:54 msgid "Short name" msgstr "Kurzname" -#: models.py:58 +#: models.py:57 msgid "Street" msgstr "Straße" -#: models.py:60 +#: models.py:59 msgid "Street number" msgstr "Hausnummer" -#: models.py:62 +#: models.py:61 msgid "Postal code" msgstr "Postleitzahl" -#: models.py:64 +#: models.py:63 msgid "Place" msgstr "Ort" -#: models.py:66 +#: models.py:65 msgid "Home phone" msgstr "Festnetz" -#: models.py:68 +#: models.py:67 msgid "Mobile phone" msgstr "Handy" -#: models.py:70 +#: models.py:69 msgid "E-mail address" msgstr "E-Mail-Adresse" -#: models.py:73 +#: models.py:72 msgid "Date of birth" msgstr "Geburtsdatum" -#: models.py:75 +#: models.py:74 msgid "Sex" msgstr "Geschlecht" -#: models.py:77 +#: models.py:76 msgid "Photo" msgstr "Foto" -#: models.py:81 +#: models.py:80 msgid "Reference ID of import source" msgstr "Referenz-ID der Import-Quelle" -#: models.py:83 +#: models.py:82 msgid "Guardians / Parents" msgstr "Erziehungsberechtigte / Eltern" @@ -195,6 +195,10 @@ msgstr "Langer Name der Gruppe" msgid "Short name of group" msgstr "Kurzer Name der Gruppe" +#: models.py:134 +msgid "Parent groups" +msgstr "Übergeordnete Gruppen" + #: settings.py:200 msgid "German" msgstr "Deutsch" @@ -265,6 +269,32 @@ msgstr "Liste aller Gruppen" msgid "Language" msgstr "Sprache" +#: templates/core/no_person.html:6 +msgid "" +"\n" +" You are not linked to a person\n" +" " +msgstr "" +"\n" +" Sie sind nicht mit einer Person verknüpft\n" +" " + +#: templates/core/no_person.html:11 +msgid "" +"\n" +" Your user account is not linked to a person. This means you\n" +" cannot access any school-related information. Please contact\n" +" the managers of BiscuIT at your school.\n" +" " +msgstr "" +"\n" +" Ihr Benutzerkonto ist nicht mit einer Person verknüpft. Das bedeutet, " +"dass Sie\n" +" keine schulbezogenen Informationen aufrufen können. Bitte wenden Sie " +"sich an\n" +" die Verwaltenden von BiscuIT an Ihrer Schule.\n" +" " + #: templates/core/person_full.html:14 msgid "Contact details" msgstr "Kontaktdetails" @@ -359,7 +389,7 @@ msgstr "Ein Fehler ist aufgetreten." msgid "The person has been saved." msgstr "Die Person wurde gespeichert." -#: views.py:180 +#: views.py:182 msgid "The group has been saved." msgstr "Die Gruppe wurde gespeichert." diff --git a/biscuit/core/locale/fr/LC_MESSAGES/django.po b/biscuit/core/locale/fr/LC_MESSAGES/django.po index 893062c4badec64b86e0507ab29db2fe70871416..e3327b2bc16bb33c7e7d6e57dc32a8785ca4a956 100644 --- a/biscuit/core/locale/fr/LC_MESSAGES/django.po +++ b/biscuit/core/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-02 13:14+0000\n" +"POT-Creation-Date: 2019-09-02 21:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,19 +22,19 @@ msgstr "" msgid "BiscuIT - The Free School Information System" msgstr "" -#: forms.py:25 forms.py:55 +#: forms.py:26 forms.py:59 msgid "You cannot set a new username when also selecting an existing user." msgstr "" -#: forms.py:27 forms.py:57 +#: forms.py:28 forms.py:61 msgid "This username is already in use." msgstr "" -#: forms.py:47 +#: forms.py:50 msgid "New user" msgstr "" -#: forms.py:48 +#: forms.py:51 msgid "Create a new account" msgstr "" @@ -70,31 +70,31 @@ msgstr "" msgid "People" msgstr "" -#: menus.py:50 templates/core/persons.html:5 +#: menus.py:51 templates/core/persons.html:5 msgid "Persons" msgstr "" -#: menus.py:55 templates/core/groups.html:5 +#: menus.py:56 templates/core/groups.html:5 msgid "Groups" msgstr "" -#: menus.py:60 +#: menus.py:61 msgid "Persons and accounts" msgstr "" -#: menus.py:69 +#: menus.py:70 msgid "BiscuIT Software" msgstr "" -#: menus.py:73 +#: menus.py:74 msgid "Website" msgstr "" -#: menus.py:83 +#: menus.py:84 msgid "Support" msgstr "" -#: menus.py:87 templates/contact_form/contact_form.html:8 +#: menus.py:88 templates/contact_form/contact_form.html:8 msgid "Get support" msgstr "" @@ -110,79 +110,79 @@ msgstr "" msgid "Official name of the school, e.g. as given by supervisory authority" msgstr "" -#: models.py:39 +#: models.py:38 msgid "female" msgstr "" -#: models.py:40 +#: models.py:39 msgid "male" msgstr "" -#: models.py:47 +#: models.py:46 msgid "Is person active?" msgstr "" -#: models.py:49 +#: models.py:48 msgid "First name" msgstr "" -#: models.py:50 +#: models.py:49 msgid "Last name" msgstr "" -#: models.py:52 +#: models.py:51 msgid "Additional name(s)" msgstr "" -#: models.py:55 +#: models.py:54 msgid "Short name" msgstr "" -#: models.py:58 +#: models.py:57 msgid "Street" msgstr "" -#: models.py:60 +#: models.py:59 msgid "Street number" msgstr "" -#: models.py:62 +#: models.py:61 msgid "Postal code" msgstr "" -#: models.py:64 +#: models.py:63 msgid "Place" msgstr "" -#: models.py:66 +#: models.py:65 msgid "Home phone" msgstr "" -#: models.py:68 +#: models.py:67 msgid "Mobile phone" msgstr "" -#: models.py:70 +#: models.py:69 msgid "E-mail address" msgstr "" -#: models.py:73 +#: models.py:72 msgid "Date of birth" msgstr "" -#: models.py:75 +#: models.py:74 msgid "Sex" msgstr "" -#: models.py:77 +#: models.py:76 msgid "Photo" msgstr "" -#: models.py:81 +#: models.py:80 msgid "Reference ID of import source" msgstr "" -#: models.py:83 +#: models.py:82 msgid "Guardians / Parents" msgstr "" @@ -194,6 +194,10 @@ msgstr "" msgid "Short name of group" msgstr "" +#: models.py:134 +msgid "Parent groups" +msgstr "" + #: settings.py:200 msgid "German" msgstr "" @@ -255,6 +259,22 @@ msgstr "" msgid "Language" msgstr "" +#: templates/core/no_person.html:6 +msgid "" +"\n" +" You are not linked to a person\n" +" " +msgstr "" + +#: templates/core/no_person.html:11 +msgid "" +"\n" +" Your user account is not linked to a person. This means you\n" +" cannot access any school-related information. Please contact\n" +" the managers of BiscuIT at your school.\n" +" " +msgstr "" + #: templates/core/person_full.html:14 msgid "Contact details" msgstr "" @@ -336,6 +356,6 @@ msgstr "" msgid "The person has been saved." msgstr "" -#: views.py:180 +#: views.py:182 msgid "The group has been saved." msgstr "" diff --git a/biscuit/core/locale/nb_NO/LC_MESSAGES/django.po b/biscuit/core/locale/nb_NO/LC_MESSAGES/django.po index ee6e6fba542e767a2a0b8d69e82584271f4a16f6..f3526dc80c115130435ff75ef1cdb1bed8e3daaa 100644 --- a/biscuit/core/locale/nb_NO/LC_MESSAGES/django.po +++ b/biscuit/core/locale/nb_NO/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-02 13:14+0000\n" +"POT-Creation-Date: 2019-09-02 21:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -21,19 +21,19 @@ msgstr "" msgid "BiscuIT - The Free School Information System" msgstr "" -#: forms.py:25 forms.py:55 +#: forms.py:26 forms.py:59 msgid "You cannot set a new username when also selecting an existing user." msgstr "" -#: forms.py:27 forms.py:57 +#: forms.py:28 forms.py:61 msgid "This username is already in use." msgstr "" -#: forms.py:47 +#: forms.py:50 msgid "New user" msgstr "" -#: forms.py:48 +#: forms.py:51 msgid "Create a new account" msgstr "" @@ -69,31 +69,31 @@ msgstr "" msgid "People" msgstr "" -#: menus.py:50 templates/core/persons.html:5 +#: menus.py:51 templates/core/persons.html:5 msgid "Persons" msgstr "" -#: menus.py:55 templates/core/groups.html:5 +#: menus.py:56 templates/core/groups.html:5 msgid "Groups" msgstr "" -#: menus.py:60 +#: menus.py:61 msgid "Persons and accounts" msgstr "" -#: menus.py:69 +#: menus.py:70 msgid "BiscuIT Software" msgstr "" -#: menus.py:73 +#: menus.py:74 msgid "Website" msgstr "" -#: menus.py:83 +#: menus.py:84 msgid "Support" msgstr "" -#: menus.py:87 templates/contact_form/contact_form.html:8 +#: menus.py:88 templates/contact_form/contact_form.html:8 msgid "Get support" msgstr "" @@ -109,79 +109,79 @@ msgstr "" msgid "Official name of the school, e.g. as given by supervisory authority" msgstr "" -#: models.py:39 +#: models.py:38 msgid "female" msgstr "" -#: models.py:40 +#: models.py:39 msgid "male" msgstr "" -#: models.py:47 +#: models.py:46 msgid "Is person active?" msgstr "" -#: models.py:49 +#: models.py:48 msgid "First name" msgstr "" -#: models.py:50 +#: models.py:49 msgid "Last name" msgstr "" -#: models.py:52 +#: models.py:51 msgid "Additional name(s)" msgstr "" -#: models.py:55 +#: models.py:54 msgid "Short name" msgstr "" -#: models.py:58 +#: models.py:57 msgid "Street" msgstr "" -#: models.py:60 +#: models.py:59 msgid "Street number" msgstr "" -#: models.py:62 +#: models.py:61 msgid "Postal code" msgstr "" -#: models.py:64 +#: models.py:63 msgid "Place" msgstr "" -#: models.py:66 +#: models.py:65 msgid "Home phone" msgstr "" -#: models.py:68 +#: models.py:67 msgid "Mobile phone" msgstr "" -#: models.py:70 +#: models.py:69 msgid "E-mail address" msgstr "" -#: models.py:73 +#: models.py:72 msgid "Date of birth" msgstr "" -#: models.py:75 +#: models.py:74 msgid "Sex" msgstr "" -#: models.py:77 +#: models.py:76 msgid "Photo" msgstr "" -#: models.py:81 +#: models.py:80 msgid "Reference ID of import source" msgstr "" -#: models.py:83 +#: models.py:82 msgid "Guardians / Parents" msgstr "" @@ -193,6 +193,10 @@ msgstr "" msgid "Short name of group" msgstr "" +#: models.py:134 +msgid "Parent groups" +msgstr "" + #: settings.py:200 msgid "German" msgstr "" @@ -254,6 +258,22 @@ msgstr "" msgid "Language" msgstr "" +#: templates/core/no_person.html:6 +msgid "" +"\n" +" You are not linked to a person\n" +" " +msgstr "" + +#: templates/core/no_person.html:11 +msgid "" +"\n" +" Your user account is not linked to a person. This means you\n" +" cannot access any school-related information. Please contact\n" +" the managers of BiscuIT at your school.\n" +" " +msgstr "" + #: templates/core/person_full.html:14 msgid "Contact details" msgstr "" @@ -335,6 +355,6 @@ msgstr "" msgid "The person has been saved." msgstr "" -#: views.py:180 +#: views.py:182 msgid "The group has been saved." msgstr "" diff --git a/biscuit/core/locale/tr_TR/LC_MESSAGES/django.po b/biscuit/core/locale/tr_TR/LC_MESSAGES/django.po index ee6e6fba542e767a2a0b8d69e82584271f4a16f6..f3526dc80c115130435ff75ef1cdb1bed8e3daaa 100644 --- a/biscuit/core/locale/tr_TR/LC_MESSAGES/django.po +++ b/biscuit/core/locale/tr_TR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-02 13:14+0000\n" +"POT-Creation-Date: 2019-09-02 21:22+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -21,19 +21,19 @@ msgstr "" msgid "BiscuIT - The Free School Information System" msgstr "" -#: forms.py:25 forms.py:55 +#: forms.py:26 forms.py:59 msgid "You cannot set a new username when also selecting an existing user." msgstr "" -#: forms.py:27 forms.py:57 +#: forms.py:28 forms.py:61 msgid "This username is already in use." msgstr "" -#: forms.py:47 +#: forms.py:50 msgid "New user" msgstr "" -#: forms.py:48 +#: forms.py:51 msgid "Create a new account" msgstr "" @@ -69,31 +69,31 @@ msgstr "" msgid "People" msgstr "" -#: menus.py:50 templates/core/persons.html:5 +#: menus.py:51 templates/core/persons.html:5 msgid "Persons" msgstr "" -#: menus.py:55 templates/core/groups.html:5 +#: menus.py:56 templates/core/groups.html:5 msgid "Groups" msgstr "" -#: menus.py:60 +#: menus.py:61 msgid "Persons and accounts" msgstr "" -#: menus.py:69 +#: menus.py:70 msgid "BiscuIT Software" msgstr "" -#: menus.py:73 +#: menus.py:74 msgid "Website" msgstr "" -#: menus.py:83 +#: menus.py:84 msgid "Support" msgstr "" -#: menus.py:87 templates/contact_form/contact_form.html:8 +#: menus.py:88 templates/contact_form/contact_form.html:8 msgid "Get support" msgstr "" @@ -109,79 +109,79 @@ msgstr "" msgid "Official name of the school, e.g. as given by supervisory authority" msgstr "" -#: models.py:39 +#: models.py:38 msgid "female" msgstr "" -#: models.py:40 +#: models.py:39 msgid "male" msgstr "" -#: models.py:47 +#: models.py:46 msgid "Is person active?" msgstr "" -#: models.py:49 +#: models.py:48 msgid "First name" msgstr "" -#: models.py:50 +#: models.py:49 msgid "Last name" msgstr "" -#: models.py:52 +#: models.py:51 msgid "Additional name(s)" msgstr "" -#: models.py:55 +#: models.py:54 msgid "Short name" msgstr "" -#: models.py:58 +#: models.py:57 msgid "Street" msgstr "" -#: models.py:60 +#: models.py:59 msgid "Street number" msgstr "" -#: models.py:62 +#: models.py:61 msgid "Postal code" msgstr "" -#: models.py:64 +#: models.py:63 msgid "Place" msgstr "" -#: models.py:66 +#: models.py:65 msgid "Home phone" msgstr "" -#: models.py:68 +#: models.py:67 msgid "Mobile phone" msgstr "" -#: models.py:70 +#: models.py:69 msgid "E-mail address" msgstr "" -#: models.py:73 +#: models.py:72 msgid "Date of birth" msgstr "" -#: models.py:75 +#: models.py:74 msgid "Sex" msgstr "" -#: models.py:77 +#: models.py:76 msgid "Photo" msgstr "" -#: models.py:81 +#: models.py:80 msgid "Reference ID of import source" msgstr "" -#: models.py:83 +#: models.py:82 msgid "Guardians / Parents" msgstr "" @@ -193,6 +193,10 @@ msgstr "" msgid "Short name of group" msgstr "" +#: models.py:134 +msgid "Parent groups" +msgstr "" + #: settings.py:200 msgid "German" msgstr "" @@ -254,6 +258,22 @@ msgstr "" msgid "Language" msgstr "" +#: templates/core/no_person.html:6 +msgid "" +"\n" +" You are not linked to a person\n" +" " +msgstr "" + +#: templates/core/no_person.html:11 +msgid "" +"\n" +" Your user account is not linked to a person. This means you\n" +" cannot access any school-related information. Please contact\n" +" the managers of BiscuIT at your school.\n" +" " +msgstr "" + #: templates/core/person_full.html:14 msgid "Contact details" msgstr "" @@ -335,6 +355,6 @@ msgstr "" msgid "The person has been saved." msgstr "" -#: views.py:180 +#: views.py:182 msgid "The group has been saved." msgstr "" diff --git a/biscuit/core/menus.py b/biscuit/core/menus.py index c6bb49fba346903e54ebfa7c15d956e02cf5e80d..c40a246723fee61899d6f7403a7e3ee996acf49c 100644 --- a/biscuit/core/menus.py +++ b/biscuit/core/menus.py @@ -45,7 +45,7 @@ MENUS = { 'name': _('People'), 'url': '#', 'root': True, - 'validators': ['menu_generator.validators.is_authenticated'], + 'validators': ['menu_generator.validators.is_authenticated', 'biscuit.core.util.core_helpers.has_person'], 'submenu': [ { 'name': _('Persons'), diff --git a/biscuit/core/migrations/0016_parent_groups.py b/biscuit/core/migrations/0016_parent_groups.py new file mode 100644 index 0000000000000000000000000000000000000000..a9067b2cbacd276e1f893d69315647b5108bb98b --- /dev/null +++ b/biscuit/core/migrations/0016_parent_groups.py @@ -0,0 +1,18 @@ +# Generated by Django 2.2.4 on 2019-09-02 19:01 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('core', '0015_person_photo_crop'), + ] + + operations = [ + migrations.AddField( + model_name='group', + name='parent_groups', + field=models.ManyToManyField(related_name='child_groups', to='core.Group', verbose_name='Parent groups'), + ), + ] diff --git a/biscuit/core/migrations/0017_group_name_length.py b/biscuit/core/migrations/0017_group_name_length.py new file mode 100644 index 0000000000000000000000000000000000000000..5b00e3f7249cf46b24039161393a83820da5d8e0 --- /dev/null +++ b/biscuit/core/migrations/0017_group_name_length.py @@ -0,0 +1,23 @@ +# Generated by Django 2.2.4 on 2019-09-02 19:37 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('core', '0016_parent_groups'), + ] + + operations = [ + migrations.AlterField( + model_name='group', + name='name', + field=models.CharField(max_length=60, verbose_name='Long name of group'), + ), + migrations.AlterField( + model_name='group', + name='short_name', + field=models.CharField(max_length=16, verbose_name='Short name of group'), + ), + ] diff --git a/biscuit/core/models.py b/biscuit/core/models.py index 12b97470bce6f6106d2b125c6f12f6054fc9a7d5..597d8b677f1578784aba26f22d072895d96eb5ab 100644 --- a/biscuit/core/models.py +++ b/biscuit/core/models.py @@ -43,7 +43,7 @@ class Person(SchoolRelated): get_user_model(), on_delete=models.SET_NULL, blank=True, null=True, related_name='person') is_active = models.BooleanField( - verbose_name=_('Is person active?'), default=False) + verbose_name=_('Is person active?'), default=True) first_name = models.CharField(verbose_name=_('First name'), max_length=30) last_name = models.CharField(verbose_name=_('Last name'), max_length=30) @@ -123,12 +123,15 @@ class Group(SchoolRelated): ordering = ['short_name', 'name'] name = models.CharField(verbose_name=_( - 'Long name of group'), max_length=30) + 'Long name of group'), max_length=60) short_name = models.CharField(verbose_name=_( - 'Short name of group'), max_length=8) + 'Short name of group'), max_length=16) members = models.ManyToManyField('Person', related_name='member_of') owners = models.ManyToManyField('Person', related_name='owner_of') + parent_groups = models.ManyToManyField('self', related_name='child_groups', + symmetrical=False, verbose_name=_('Parent groups')) + def __str__(self) -> str: return '%s (%s)' % (self.name, self.short_name) diff --git a/biscuit/core/settings.py b/biscuit/core/settings.py index 7f399bca65591b06ae46b55b25c2085b829e726d..ccf3d942a7400efa0373892624f4e3c67b0958e3 100644 --- a/biscuit/core/settings.py +++ b/biscuit/core/settings.py @@ -83,6 +83,7 @@ SASS_PROCESSOR_INCLUDE_DIRS = [ ] MIDDLEWARE = [ +# 'django.middleware.cache.UpdateCacheMiddleware', 'debug_toolbar.middleware.DebugToolbarMiddleware', 'django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', @@ -96,6 +97,7 @@ MIDDLEWARE = [ 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'easyaudit.middleware.easyaudit.EasyAuditMiddleware', 'maintenance_mode.middleware.MaintenanceModeMiddleware', +# 'django.middleware.cache.FetchFromCacheMiddleware' ] ROOT_URLCONF = 'biscuit.core.urls' @@ -138,6 +140,13 @@ DATABASES = { } } +if _settings.get('caching.memcached.enabled', True): + CACHES = { + 'default': { + 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', + 'LOCATION': _settings.get('caching.memcached.address', '127.0.0.1:11211') + } + } # Password validation # https://docs.djangoproject.com/en/2.1/ref/settings/#auth-password-validators diff --git a/biscuit/core/static/img/biscuit-logo.png b/biscuit/core/static/img/biscuit-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b01acd02a58f2db912759f3ec0500341a033db63 Binary files /dev/null and b/biscuit/core/static/img/biscuit-logo.png differ diff --git a/biscuit/core/static/img/biscuit-logo.svg b/biscuit/core/static/img/biscuit-logo.svg new file mode 100644 index 0000000000000000000000000000000000000000..b728e703e35dcad9ced63232afa35d8e19c6a576 --- /dev/null +++ b/biscuit/core/static/img/biscuit-logo.svg @@ -0,0 +1,799 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="195mm" + height="195mm" + viewBox="0 0 195 195" + version="1.1" + id="svg144" + inkscape:version="0.92.4 (5da689c313, 2019-01-14)" + sodipodi:docname="biscuit-logo.svg" + inkscape:export-filename="/home/nik/Teckids/BiscuIT/BiscuIT-ng/biscuit/core/static/img/biscuit-logo.png" + inkscape:export-xdpi="66.690002" + inkscape:export-ydpi="66.690002"> + <defs + id="defs138" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.46278628" + inkscape:cx="368.4206" + inkscape:cy="299.43621" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="956" + inkscape:window-height="1028" + inkscape:window-x="2880" + inkscape:window-y="24" + inkscape:window-maximized="0" /> + <metadata + id="metadata141"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(67.307379,-88.184202)"> + <g + id="g1175" + transform="translate(0,-16.933338)"> + <path + sodipodi:nodetypes="csssssssscsssscssscssssssssssssssssssssssssssc" + inkscape:connector-curvature="0" + id="path4190" + d="m 71.761246,231.91826 c 0,0 -2.965709,2.20952 -4.5614,3.13596 -2.646471,1.53651 -5.324283,3.15342 -8.267539,3.99122 -3.492328,0.99411 -7.205204,1.28641 -10.833323,1.14035 -3.091423,-0.12445 -7.602864,0.51062 -10.029947,-1.40814 -0.734207,-0.58043 -1.241572,-1.38748 -0.803382,-2.2145 2.260332,-4.26599 10.456935,-1.16233 14.824552,-3.21946 5.856114,-2.75819 10.734461,-7.52659 14.82455,-12.54385 3.009426,-3.69162 5.303238,-8.03645 6.842102,-12.54385 1.554712,-4.55381 2.2807,-14.25437 2.2807,-14.25437 0,0 -10.208754,6.87178 -15.964902,8.83771 -7.096975,2.42388 -14.737405,3.45147 -22.236826,3.42105 -3.56198,-0.0145 -7.07403,-0.92452 -10.548236,-1.71053 -8.593913,-1.94428 -17.6188602,-3.22751 -25.372789,-7.41227 -2.966119,-1.6008 -7.6973602,-6.55701 -7.6973602,-6.55701 0,0 2.4545545,-12.81755 5.41666025,-18.53069 2.73928565,-5.28338 6.92532435,-9.74604 11.11841295,-13.96929 2.237726,-2.25382 4.58472,-4.54044 7.412276,-5.98684 6.752336,-3.45405 21.951736,-5.98683 21.951736,-5.98683 0,0 18.086968,-0.8727 26.798226,1.14035 7.173121,1.6576 14.40988,4.34362 20.241212,8.83771 6.43016,4.9556 11.647326,11.75802 15.109641,19.10086 3.27507,6.94575 4.34703,14.85902 4.84649,22.52191 0.37829,5.80391 -0.21395,11.7017 -1.42544,17.39034 -0.77627,3.64505 -2.25224,7.11675 -3.70614,10.54824 -1.57505,3.71744 -3.414173,7.32759 -5.416661,10.83333 -0.954383,1.67083 -3.232551,2.92472 -3.135963,4.84648 0.03054,0.60772 0.582873,1.18157 1.14035,1.42544 2.443976,1.06913 5.472414,-1.4734 7.982454,-0.57017 2.71948,0.97859 5.08768,3.35039 6.27192,5.98683 1.09095,2.42875 -0.49448,5.43662 0.28509,7.98245 0.26249,0.85722 0.69342,1.76314 1.42544,2.2807 0.71537,0.5058 1.71436,0.77676 2.56578,0.57018 3.60637,-0.87503 5.31069,-5.32124 8.55263,-7.12719 1.0501,-0.58496 2.33059,-1.6461 3.42105,-1.14035 1.39274,0.64595 1.82649,2.74545 1.71052,4.27631 -0.42472,5.60674 -4.79415,10.35738 -8.55262,14.53947 -2.45193,2.72828 -5.26767,5.71423 -8.83771,6.55701 -3.19315,0.7538 -6.91519,0.0354 -9.692978,-1.71052 -3.170646,-1.99286 -2.942511,-8.14311 -6.557013,-9.12281 -5.420008,-1.46907 -10.085076,5.01391 -15.394726,6.84211 -3.33423,1.14802 -6.864765,3.50708 -10.26315,2.56578 -4.403516,-1.2197 -8.261615,-5.35364 -9.692976,-9.69297 -2.016577,-6.11348 1.593599,-12.78736 2.850876,-19.10087 0.612191,-3.07416 -0.389856,-4.47389 1.524748,-6.95573 2.052199,-2.6602 9.593665,-7.01355 9.593665,-7.01355 z" + style="fill:#508227;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="sssssssss" + inkscape:connector-curvature="0" + id="path4188" + d="m 64.34897,129.85693 c -5.501118,-0.23071 -10.715391,1.81403 -15.109636,5.13157 -3.139889,2.37054 -5.483846,6.97882 -6.271926,10.83333 -1.02031,4.99036 -0.219403,9.33486 2.850876,13.39911 2.643003,3.49865 7.05857,5.96744 11.4035,6.55702 6.417826,0.87085 13.632479,-0.96315 18.815775,-4.84649 3.717245,-2.78497 6.227231,-8.19588 6.557011,-12.82894 0.350847,-4.92905 -1.743646,-9.23164 -5.131574,-12.82894 -3.263482,-3.46516 -8.358203,-5.21721 -13.114026,-5.41666 z" + style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="sssssssss" + inkscape:connector-curvature="0" + id="path4186" + d="m 28.713032,125.58062 c -4.592546,0.0623 -9.411779,2.34236 -12.54385,5.70175 -3.526855,3.78282 -5.547592,9.36923 -5.416663,14.53946 0.133618,5.27649 2.498677,10.84869 6.271926,14.53946 2.712266,2.65298 6.754998,4.19866 10.548237,4.27632 5.349282,0.10951 11.431236,-1.53129 15.109639,-5.41667 3.203959,-3.38424 4.093136,-8.73992 3.991223,-13.39911 -0.114356,-5.22794 -1.558504,-11.00648 -5.131573,-14.82455 -3.171749,-3.38923 -8.187504,-5.47959 -12.828939,-5.41666 z" + style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="csc" + inkscape:connector-curvature="0" + id="path4202" + d="m 53.606695,150.50792 c 0,0 2.542647,-7.17032 5.442856,-6.85397 3.04726,0.33239 4.031747,8.26508 4.031747,8.26508" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cacc" + inkscape:connector-curvature="0" + id="path4200" + d="m 27.400345,148.29046 c 0,0 2.841132,-5.89471 5.442857,-5.64445 2.949862,0.28376 4.838096,7.45873 4.838096,7.45873 v 0" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path4204" + d="m 94.397414,163.00813 c -1.560201,0.97023 -3.243321,2.08872 -4.303339,3.02177 -2.182918,1.92144 -4.562568,3.95323 -5.644445,6.65261 -1.277112,3.18651 -2.33746,7.31722 -0.604683,10.28072 1.547244,2.64619 5.278173,3.3425 8.264923,4.03214 2.880817,0.66518 5.934284,0.35419 8.8696,0 1.29185,-0.15588 3.04499,-0.54933 4.71786,-0.974 -0.73908,-3.74958 -1.81687,-7.41071 -3.43187,-10.83579 -2.04593,-4.33899 -4.708405,-8.48542 -7.868046,-12.17745 z" + style="fill:#6b4849;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path4207" + d="m 105.80867,199.03557 c -2.1112,0.009 -4.28515,0.1217 -5.836817,0.45805 -2.793896,0.60564 -5.727686,1.52496 -7.861983,3.42691 -1.79832,1.60255 -2.910033,3.95006 -3.62865,6.24913 -0.502773,1.60851 -0.932267,3.43978 -0.40294,5.03976 0.448714,1.3563 2.334489,3.71621 3.426906,4.63682 2.167851,1.82691 3.977254,2.08397 6.652066,3.02342 1.296413,0.45532 3.228708,0.73629 5.017718,0.91612 1.02058,-2.50569 1.95035,-5.0511 2.51188,-7.6878 1.11857,-5.25231 1.70696,-10.68267 1.49325,-16.05304 -0.45075,-0.007 -0.90735,-0.0114 -1.37143,-0.009 z" + style="fill:#6b4849;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + id="path4210" + d="m 101.34052,241.9835 c -2.115001,0.001 -4.451073,1.49773 -6.444809,0.88691 -0.629392,1.29078 -1.246257,2.87074 -1.172986,3.99631 0.109389,1.68036 1.226357,3.28887 2.620478,4.23334 1.400765,0.94896 3.146233,0.82981 4.838017,0.80642 1.83391,-0.0253 3.73695,-0.13241 5.4427,-0.80642 0.75141,-0.29692 1.68832,-0.89314 2.56205,-1.5175 -0.0499,-0.48708 -0.15956,-0.96094 -0.36325,-1.41442 -1.18425,-2.63644 -3.5528,-5.00815 -6.27228,-5.98675 -0.39219,-0.14113 -0.79662,-0.19808 -1.20992,-0.19789 z" + style="fill:#6b4849;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="ssssssscssssssscccss" + inkscape:connector-curvature="0" + id="path4198" + d="m 41.923922,212.60373 c -2.433495,0.015 -4.866877,0.10962 -7.266672,0.19458 -4.957564,0.17551 -9.986468,0.7203 -14.715793,2.21754 -5.013646,1.58725 -10.2278207,3.50927 -14.1111111,7.05555 -2.45099,2.23828 -4.4089603,5.25341 -5.24095711,8.46667 -0.35410988,1.36761 -0.42883668,2.96889 0.2011934,4.23333 0.82877661,1.66332 4.82442811,-1.43717 8.87007821,-2.62047 2.8406066,-0.83085 8.8696856,-1.51319 8.8696856,-0.40349 0,0 -3.83816,1.87821 -4.838017,3.62865 -1.207211,2.11345 -1.688061,4.98865 -0.806427,7.2573 0.517477,1.33158 1.80336,2.95574 3.225709,2.82222 3.145091,-0.29523 3.750646,-5.09478 5.845638,-7.45905 2.079769,-2.34708 3.968976,-5.02962 6.652619,-6.65206 4.637879,-2.80391 10.14885,-4.13182 15.522223,-4.83802 3.267238,-0.42939 6.634378,-0.17981 9.877778,0.40294 1.494087,0.26845 3.658681,0.97326 5.450967,1.6112 2.740739,-2.3076 5.216305,-4.97581 7.454084,-7.72087 0.09639,-0.11824 0.190057,-0.23873 0.28498,-0.35829 -2.553499,-1.93977 -6.664503,-4.85088 -9.561382,-5.82855 -5.005476,-1.68931 -10.360908,-2.04216 -15.714596,-2.00918 z" + style="fill:#cf2257;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(-0.13715945,0.01913589,-0.01913589,-0.13715945,64.819508,267.78454)" + id="layer1-3"> + <g + transform="translate(-12.728,-156.98)" + id="g3391"> + <path + d="m 364.71,986.9 c -31.969,-3.4937 -38.105,-1.179 -47.568,-24.822 1.1282,-4.9931 -0.59168,-18.407 -5.1782,-24.986 -9.34,-13.399 -12.9,-13.577 -13.346,-21.12 -0.27164,-4.5967 8.0734,-16.83 9.5642,-21.939 1.4608,-5.006 6.3117,-5.9267 3.8583,-10.345 -2.5102,-4.5204 -0.46281,-3.6361 -12.25,-9.7703 -7.1387,-3.7152 -23.672,6.5907 -25.355,-1.5293 -1.7647,-8.5099 13.851,-15.7 -0.0553,-31.457 -7.0161,-7.9499 -17.231,8.618 -23.025,0.16415 -6.999,-10.212 3.3245,-19.954 -6.1629,-28.053 -4.7476,-4.053 -20.595,2.8812 -31.128,-3.1044 -9.6646,-5.4919 -3.3967,-30.39 -16.245,-31.331 -9.6539,-0.70726 -15.637,13.908 -25.392,1.8834 -5.1944,-6.4028 -5.4728,-3.1798 -15.004,-17.011 -13.045,-1.889 -17.664,18.153 -22.315,8.8145 -3.479,-6.9852 -15.359,-16.773 -19.045,-15.285 -19.612,10.813 -25.712,12.196 -32.329,-3.4101 -4.9657,-8.7812 -3.4621,-8.9705 -8.5919,-33.885 -3.0419,-17.195 1.6327,-9.2937 -2.91,-50.202 -1.8851,-16.975 -15.236,-36.333 -8.4242,-51.549 19.366,-43.258 5.6524,-96.045 31.352,-116.41 37.936,-26.704 37.241,-76.487 71.904,-94.503 32.233,-16.753 57.18,-27.571 86.63,-51.406 30.932,-25.034 68.696,-31.292 102.34,-34.696 50.254,-5.0846 91.133,4.0922 143.63,3.1026 48.56,-0.9154 69.528,22.63 98.349,54.58 17.461,19.357 34.187,35.334 46.632,45.768 30.172,25.296 34.676,43.569 42.853,70.565 5.6092,18.516 45.018,64.158 40.034,104.35 -1.2057,9.7238 -7.3101,34.007 -1.0523,56.727 3.2435,11.776 5.0369,31.749 6.0876,41.753 2.161,20.575 -3.7473,55.974 -11.447,64.117 -12.319,13.029 -33.816,69.488 -44.885,78.793 -20.505,17.238 -6.8555,41.223 -35.673,53.695 -42.369,18.336 -51.778,36.383 -77.745,44.062 -81.773,24.182 -56.934,32.381 -106.72,35.491 -26.153,1.6338 -67.557,15.555 -91.389,12.951 z m 8.7446,-27.624 c -3.7788,-10.71 2.3789,-22.143 10.118,-29.363 13.071,-12.194 12.367,-8.3565 29.568,-18.93 2.6809,-1.6481 10.48,0.71041 23.647,15.086 8.8933,9.7093 7.948,22.99 1.6757,37.62 -1.114,2.5984 -0.35136,3.0273 4.1459,2.3316 9.8113,-1.5179 25.241,-22.538 50.527,-22.329 20.711,0.17096 42.9,-14.275 50.359,-18.487 44.889,-25.349 45.174,-1.765 74.216,-47.483 6.1406,-9.6666 14.989,-32.335 19.999,-38.965 8.3489,-11.049 26.079,-22.428 39.699,-44.577 22.781,-37.045 45.972,-64.886 37.634,-104.91 -4.9664,-23.838 -9.5777,-39.539 -9.3633,-61.453 0.0863,-8.8208 4.6129,-26.253 2.9291,-35.648 -5.16,-28.792 -16.247,-62.823 -41.618,-94.561 -5.5782,-6.9782 -13.023,-31.268 -19.125,-38.592 -9.5402,-11.45 -29.57,-25.882 -40.811,-36.13 -6.7901,-6.1896 -25.945,-23.747 -31.555,-29.365 -27.037,-27.075 -19.981,-36.3 -68.918,-45.897 -23.855,-4.6781 -65.378,-7.4056 -82.236,-8.212 -21.687,0.58594 -30.486,-3.1041 -29.207,-0.47034 l 0.58552,1.2066 c 4.889,10.075 11.582,14.083 7.7008,33.25 -5.3242,26.293 -34.993,30.518 -37.107,30.518 -19.614,0 -38.212,-9.5819 -41.75,-15.161 -9.3196,-14.694 -2.1662,-33.252 9.2454,-45.026 l 6.2229,-6.4204 11.891,0.54223 c 15.585,0.71066 -40.209,8.1232 -59.803,17.416 -24.328,11.537 -22.411,14.022 -38.651,26.009 -13.204,9.7462 -56.993,35.148 -73.409,43.517 -9.875,5.0346 -17.407,9.5558 -22.943,18.619 -5.6574,9.2624 -15.852,24.834 -21.155,33.285 -2.9286,4.6669 -11.331,15.469 -16.699,25.547 -3.297,6.1903 -9.3703,14.194 -12.097,20.095 -5.988,12.959 -7.3074,18.224 -9.5675,25.172 -1.6457,5.0591 -3.2376,24.137 -4.7535,28.961 -4.7493,15.114 -4.9653,28.122 -7.545,41.401 -3.2027,16.486 -0.12895,13.032 2.9743,28.363 3.5327,17.453 0.46645,43.559 7.7138,66.887 7.1374,19.056 13.012,30.424 30.184,28.88 9.1748,-1.4224 14.641,1.202 24.156,-1.2293 16.845,-4.3043 17.438,-0.58178 27.736,6.1947 8.0753,5.3144 21.07,5.1295 28.277,12.616 3.1253,3.2463 6.1728,8.1762 12.218,10.952 9.4689,4.3487 19.407,-3.4152 27.261,4.0149 8.1905,3.6954 10.984,15.781 17.759,22.812 5.0828,5.2751 16.352,2.2137 20.946,8.4851 19.748,26.958 66.643,74.35 45.48,95.792 -5.7692,5.8453 -5.5003,15.685 -4.1643,19.422 2.5416,8.7119 5.1109,22.856 9.2861,27.098 12.179,12.372 0.91796,11.152 32.932,19.032 l 8.2539,0.17604 -2.8568,-8.0971 z m -65.957,-85.874 c -27.333,-35.566 -21.826,-78.737 23.102,-78.737 9.5796,0 13.402,1.0456 20.669,5.6544 28.373,17.993 28.373,55.089 0,73.083 -7.5072,4.761 -10.608,12.083 -21.529,12.083 -10.92,0 -14.736,-2.3145 -22.243,-12.083 z m 43.468,-8.3862 c 8.1626,-11.268 10.592,-21.196 7.6164,-31.128 -3.4001,-11.349 -10.074,-28.17 -14.635,-22.125 -1.2705,1.6844 3.316,5.6303 5.8857,10.878 2.8862,5.8947 3.8886,13.168 4.0578,15.578 0.36381,5.1813 0.34826,10.267 1.1293,14.676 3.0184,17.041 -12.514,23.797 -4.0544,12.119 z m 187.25,-72.146 c 16.005,-10.894 30.123,-0.31393 42.182,15.97 4.3625,5.8909 18.963,29.388 17.044,39.616 -2.5912,13.812 -7.0305,34.089 -22.366,34.089 -41.797,-3.098 -66.567,-66.653 -36.86,-89.675 z m 46.305,42.673 c 0,-7.6646 -4.0867,-15.365 -8.1545,-15.365 -2.8926,0 -0.002,10.107 3.2969,15.142 4.5886,7.0032 4.8576,9.5388 4.8576,0.22239 z m -405.34,-82.28 c -24.946,-23.592 -10.977,-48.16 -5.8679,-58.494 16.239,-32.454 42.337,-12.368 60.936,18.965 18.929,31.888 -31.767,57.235 -55.068,39.529 z m 40.834,-24.345 c 3.9214,-42.824 -40.062,-60.572 -23.245,-34.607 2.7884,3.7236 22.493,39.551 23.245,34.607 z m 164.99,-69.158 c 12.269,24.203 12.452,60.49 -13.438,65.886 -11.184,2.3309 -27.217,2.9483 -37.448,-1.7643 -71.159,-50.014 14.074,-129.87 50.886,-64.121 z m -24.009,-7.4448 c 1.3454,8.2529 15.321,33.642 24.056,34.283 -0.45457,-14.513 -13.79,-51.425 -24.056,-34.283 z m 198.4,42.46 c -19.134,-6.6089 -30.461,-22.739 -30.461,-43.379 0,-17.45 10.444,-28.862 23.552,-36.058 9.1,-4.9956 18.699,-9.2676 30.238,-6.6852 19.225,4.3023 32.977,14.604 37.325,34.03 4.9837,22.27 -9.4172,46.102 -31.891,52.776 -12.875,3.8235 -15.922,3.751 -28.763,-0.68428 z m -22.84,-49.774 c -2.7066,19.564 2.0935,8.19 7.8177,15.659 26.329,32.297 -1.0816,-45.27 -7.8177,-15.659 z m 72.539,-57.581 c -9.0876,-3.3263 -13.772,-14.394 -18.777,-22.381 -4.4342,-7.0759 -5.1725,-19.288 -5.1725,-28.209 0,-13.739 4.0468,-17.113 14.064,-26.729 11.951,-11.472 24.428,-12.469 40.504,-6.7969 17.777,6.2722 29.202,22.748 29.202,42.112 0,31.489 -30.342,52.794 -59.821,42.003 z m 33.98,-23.27 c 3.6002,-3.2946 7.7952,-8.375 9.3223,-11.29 3.023,-5.7702 3.8177,-26.208 1.0848,-27.897 -2.6645,-1.6468 -18.266,16.164 -21.095,24.082 -1.4053,3.9336 -2.5939,11.455 -2.6413,16.715 -0.0964,10.696 -0.12187,10.699 13.329,-1.6099 z m -404.26,-51.16 c -34.373,-17.902 -23.523,-54.726 11.656,-70.287 24.147,-10.681 45.807,-10.209 53.13,14.232 4.9873,16.646 -0.16113,37.981 -11.729,48.605 -13.791,12.665 -36.832,15.901 -53.057,7.4504 z m 29.883,-7.8392 c 6.7836,-1.8839 18.759,-10.216 15.554,-9.024 -13.571,5.0488 -23.933,2.971 -32.067,3.0832 -7.7015,0.10637 -16.611,-7.5648 -19.497,-4.9426 -2.546,2.313 5.7464,8.2824 16.68,12.008 12.718,4.3332 10.542,1.316 19.33,-1.1243 z m 156.8,434.25 c 2.699,-4.8466 -1.2296,-5.5904 -3.9286,-10.437 -4.1465,-7.446 -6.4955,-6.874 -11.073,-0.33817 -5.7392,6.1214 -5.1149,2.157 -5.3571,12.899 6.7207,2.9644 16.213,5.3221 20.359,-2.1239 z m -64.96,-584.2 c 7.0196,-2.9214 20.05,-16.291 20.05,-19.494 0,-2.1692 -11.565,1.717 -22.122,4.1421 -9.3597,2.1499 -13.154,3.6138 -17.438,15.849 l 0.39521,6.4686 c 9.7533,12.059 11.502,-3.1154 19.115,-6.9654 z" + inkscape:connector-curvature="0" + id="path3822" /> + <path + d="m 96.301,591.28 c 0.84927,-21.344 6.8717,-33.87 7.1828,-41.651 0.23829,-5.9595 3.2881,-16.039 7.6027,-24.096 5.3841,-17.02 25.195,-38.582 27.59,-43.046 7.6018,-6.9615 15.945,-18.151 19.767,-18.528 3.5907,1.2747 -6.9412,26.211 -8.1384,28.957 -3.405,7.811 -21.438,18.296 -23.214,25.154 -2.3974,9.2603 -1.1578,20.836 -3.0228,28.128 -2.2678,8.8671 -5.8294,12.712 -8.4836,19.575 -3.1982,8.2688 -0.0593,7.2292 -5.7267,16.453 -1.9622,3.1933 -9.5075,8.2438 -13.557,9.055 z" + inkscape:connector-curvature="0" + style="stroke-width:0" + id="path3828" /> + <path + d="m 100.54,638.94 c -0.82616,-0.41308 -6.0251,5.0001 -6.1835,9.3715 -0.52598,14.517 -0.48066,14.476 -0.27048,22.57 -0.86634,10.026 3.2476,41.513 7.6379,44.431 2.5895,3.0479 3.1462,6.0958 3.8975,9.1437 l 3.862,8.3106 c 8.2759,12.068 16.078,6.1528 20.825,3.5968 6.2795,-2.506 -17.764,-3.9307 -15.928,-14.025 -3.3359,-10.768 -10.815,-19.878 -9.8004,-32.386 3.302,-17.004 -2.2675,-34.008 -4.0406,-51.013 z" + inkscape:connector-curvature="0" + style="stroke-width:0" + id="path3830" /> + <path + d="m 140.89,730.04 c 3.023,-0.35081 4.8791,-0.1181 10.536,-1.7857 3.8505,0.4872 8.6672,-0.63587 11.25,1.9643 0.95368,0.57221 -4.0538,3.5284 -6.6071,3.0357 -1.7034,-0.32872 -6.8395,4.616 -6.0714,5 -3.2788,-2.414 -8.3725,-2.4081 -9.1071,-8.2143 z" + inkscape:connector-curvature="0" + style="stroke:#000000;stroke-width:1px" + id="path3832" /> + <path + d="m 600.87,400.6 c -12.522,-6.7483 -27.087,-11.316 -48.819,-34.641 -24.665,-9.7898 -51.729,-17.42 -85.863,-18.688 -4.8423,0.11021 -9.6473,0.32316 -12.627,5.5558 37.287,0.87404 102.36,21.666 103.95,29.203 73.195,44.458 42.656,23.76 59.582,32.875 z" + inkscape:connector-curvature="0" + style="stroke:#000000;stroke-width:1px" + id="path3834" /> + <path + d="m 692.62,541.55 c 3.4688,16.785 9.002,28.245 11.869,48.74 2.2547,10.834 3.3818,23.732 -3.0399,30.561 -2.7528,9.3398 -4.7748,10.373 -1.6918,23.433 12.029,17.433 7.9425,34.225 13.318,50.051 -9.7648,-20.035 -41.754,-56.625 -30.557,-60.357 8.1792,-4.3992 11.546,-13.284 11.112,-28.284 0.0432,-13.105 -5.3768,-66.869 -1.0102,-64.145 z" + inkscape:connector-curvature="0" + style="stroke:#000000;stroke-width:1px" + id="path3855" /> + <path + d="m 454.29,950.93 c 6.9159,-8.5714 6.7976,-17.143 28.571,-25.714 15.867,-4.3619 30.723,-10.022 40,-22.857 -1.4234,7.258 -7.4713,13.699 1.4286,13.214 l 35,-19.286 c 21.426,-13.228 48.947,-19.28 47.857,-41.071 24.89,-62.16 15.64,-19.701 47.5,-66.429 31.352,-31.034 29.814,-44.059 33.929,-63.571 -3.4415,-23.602 3.5996,-27.737 6.0714,-40.357 16.893,0.21109 7.75,22.373 9.6429,30.357 -1.6377,29.547 -5.1601,31.512 -10.357,43.571 -7.8684,17.586 -19.802,35.866 -33.75,50.179 -39.251,33.773 -20.59,18.38 -48.036,65.714 -5.1405,10.418 -6.8395,5.1328 -12.143,17.321 -1.8558,9.5759 -29.361,18.343 -52.857,23.214 -13.825,6.5277 -29.622,10.591 -40,21.429 -15.956,-2.9978 -34.062,4.0336 -52.857,14.286 z" + inkscape:connector-curvature="0" + style="stroke:#000000;stroke-width:1px" + id="path3857" /> + <path + d="m 259.35,776.28 c 4.8181,4.0534 10.034,6.8804 10.156,11.169 13.076,4.7856 18.315,3.6093 19.931,3.2669 -3.1464,-1.9104 -10.907,-7.7353 -7.6708,-13.428 -6.9908,-3.8548 -14.737,-2.2035 -22.416,-1.0075 z" + inkscape:connector-curvature="0" + style="stroke:#000000;stroke-width:0.70523px" + id="path3859" /> + <path + d="m 408.61,496.78 c -18.723,2.9447 -35.534,21.271 -39.396,37.881 -7.4374,13.275 4.852,45.987 8.2075,47.098 2.0203,6.0609 22.602,13.511 22.602,13.511 31.961,8.6108 45.377,-9.4228 54.043,-29.8 4.2821,-11.138 9.2066,-33.645 5.4296,-39.901 -8.7833,-17.094 -14.038,-21.148 -28.284,-26.769 -7.344,-2.9788 -13.601,-3.7994 -22.602,-2.0203 z" + inkscape:connector-curvature="0" + style="stroke:#000000;stroke-width:1px" + id="path3063" /> + <path + d="m 412.1,506.37 c -1.2437,1.0671 7.7545,4.1375 16.455,6.4474 13.518,3.3567 14.576,16.031 15.219,21.657 -0.79972,7.374 8.2113,0.53903 4.9845,-6.5047 -7.4515,-21.357 -11.345,-16.579 -20.582,-23.486 -4.9851,-1.484 -6.9728,-2.3798 -16.076,1.8864 z" + inkscape:connector-curvature="0" + style="fill:#ffffff;stroke-width:0" + id="path3833" /> + <path + d="m 357.49,964.44 c -11.736,-3.3148 -13.191,-4.294 -20.412,-13.733 -4.4089,-5.7633 -5.4851,-8.3376 -9.16,-21.911 -3.8793,-14.328 -3.3031,-20.346 2.6705,-27.888 1.9327,-2.4402 3.504,-6.0543 4.2745,-9.8313 1.3215,-6.4785 -0.002,-5.0726 16.897,-17.947 15.733,-11.985 22.372,-25.921 20.11,-42.211 -1.7607,-12.678 -12.243,-26.63 -24.746,-32.938 -4.533,-2.287 -6.1498,-2.5206 -17.127,-2.4753 -10.049,0.0415 -13.085,0.43147 -17.758,2.2809 -6.9374,2.746 -13.223,7.9998 -16.73,13.983 -1.4594,2.4903 -2.955,4.1567 -3.3235,3.7033 -9.9894,-12.291 -9.7912,-12.133 -17.476,-13.962 -10.767,-2.5629 -10.102,-1.977 -20.539,-18.071 -2.3354,-3.6011 -5.6591,-7.0943 -8.4099,-8.8388 -4.2088,-2.6692 -5.2906,-2.8845 -14.492,-2.8845 -11.435,0 -14.958,-1.3047 -21.344,-7.9044 -3.8679,-3.9976 -4.1574,-6.2377 -0.80607,-6.2377 3.382,0 16.233,-6.9768 20.25,-10.994 8.2556,-8.2556 10.727,-17.084 7.4151,-26.493 -4.4259,-12.576 -20.827,-32.482 -31.409,-38.123 -6.7171,-3.5802 -14.302,-4.2646 -19.199,-1.7325 -9.4308,4.8769 -21.34,28.586 -21.34,42.484 0,3.8177 1.7648,11.859 3.4828,15.869 0.63909,1.4917 0.25135,1.64 -2.9353,1.1229 -2.0194,-0.3277 -7.628,-0.0919 -12.464,0.52386 -13.447,1.7125 -32.531,2.3889 -32.531,1.1529 0,-0.57547 0.79549,-1.2925 1.7678,-1.5934 4.109,-1.2717 8.3338,-3.463 8.3338,-4.3224 0,-0.50877 -2.2574,-1.7368 -5.0164,-2.7289 -7.3245,-2.6338 -9.6891,-5.101 -12.504,-13.046 -1.3779,-3.8891 -3.7772,-10.026 -5.3318,-13.637 -2.7134,-6.3032 -2.8197,-7.1724 -2.6541,-21.718 0.17961,-15.777 -3.1893,-44.062 -5.2641,-44.197 -0.53396,-0.0347 -1.8977,1.1815 -3.0305,2.7027 -1.9348,2.5981 -2.0541,4.1229 -1.9684,25.16 0.10292,25.272 2.2571,40.181 6.7996,47.06 1.3145,1.9905 2.9771,5.4374 3.6947,7.6597 2.2442,6.9505 4.8786,11.31 8.7744,14.522 4.2571,3.5091 4.0307,5.0829 -0.40154,2.7909 -5.0754,-2.6246 -9.7965,-8.9238 -14.127,-18.849 -5.3011,-12.15 -6.9669,-20.504 -8.3548,-41.9 -1.5712,-24.222 -2.7059,-33.246 -5.2643,-41.87 l -2.2324,-7.5248 2.8366,-19.743 c 1.5601,-10.859 3.7143,-23.155 4.7871,-27.325 1.0728,-4.1703 2.8287,-13.526 3.9021,-20.79 1.814,-12.276 4.9867,-23.348 10.125,-35.335 2.7908,-6.5106 16.143,-28.564 29.701,-49.056 6.1529,-9.2998 14.565,-22.177 18.693,-28.616 8.9672,-13.987 11.569,-16.174 33.538,-28.204 36.725,-20.109 59.425,-34.214 75.395,-46.847 18.293,-14.471 30.565,-20.435 53.714,-26.103 8.0878,-1.9803 15.313,-3.7952 16.055,-4.033 0.74255,-0.23786 -0.2829,1.7921 -2.2788,4.511 -10.979,14.956 -12.565,32.507 -3.7848,41.875 4.9977,5.3322 17.734,10.651 30.8,12.861 13.095,2.2156 26.228,-2.3242 36.623,-12.66 7.3348,-7.2933 9.4528,-12.428 10.226,-24.793 l 0.53719,-8.5863 -4.6639,-9.0453 c -2.5651,-4.9749 -4.6639,-9.2163 -4.6639,-9.4252 0,-0.20895 6.2503,-0.0977 13.89,0.24725 71.082,3.2095 110.54,8.8316 129.48,18.452 9.0688,4.604 10.983,7.419 2.9402,4.3237 -17.007,-6.5452 -43.515,-12.294 -65.023,-14.101 -13.554,-1.1387 -17.993,-0.45013 -21.557,3.3436 l -2.2402,2.3846 8.8398,0.71725 c 29.895,2.4257 84.399,17.735 93.645,26.304 1.3942,1.2921 6.5081,4.7492 11.364,7.6824 5.8736,3.5478 13.756,9.9384 23.547,19.091 8.0946,7.5667 21.991,19.941 30.88,27.499 26.281,22.345 27.407,23.691 36.675,43.825 4.83,10.493 10.099,20.189 13.448,24.749 7.4149,10.094 12.937,19.022 18.028,29.148 3.3188,6.6008 3.9474,8.6129 2.8943,9.2648 -1.6446,1.018 -1.5922,11.184 0.23724,46.067 1.6661,31.769 0.56407,37.839 -8.1181,44.716 -6.7902,5.3779 -5.5483,9.2964 10.733,33.864 5.5228,8.3338 11.726,17.942 13.786,21.353 2.4459,4.0506 4.3556,6.1521 5.5074,6.0609 1.6004,-0.12667 1.757,1.1198 1.6959,13.498 -0.11438,23.153 -4.4854,33.571 -32.845,78.287 -11.082,17.474 -18.787,26.968 -33.613,41.416 -11.258,10.972 -12.306,12.513 -22.67,33.335 -12.822,25.76 -24.328,41.199 -34.648,46.49 -2.5548,1.3098 -8.3982,3.3398 -12.985,4.511 -12.767,3.2596 -19.68,6.1606 -40.747,17.097 -21.632,11.231 -30.986,14.371 -47.745,16.029 -12.438,1.2308 -17.594,3.283 -32.351,12.877 -11.065,7.1942 -17.659,10.272 -19.53,9.1153 -0.56562,-0.34958 0.0824,-3.6118 1.5695,-7.9005 3.7105,-10.701 3.6423,-19.874 -0.20027,-26.934 -4.9118,-9.0245 -18.609,-20.272 -24.688,-20.272 -4.059,0 -23.209,11.317 -30.375,17.95 -11.258,10.422 -14.65,20.902 -10.538,32.557 0.83338,2.362 1.5152,4.692 1.5152,5.1778 0,1.677 -7.6127,0.70277 -18.469,-2.3637 z m 123.02,-24.579 c 6.1291,-2.1083 10.38,-2.8473 17.599,-3.0592 9.0964,-0.26703 9.7223,-0.43399 14.142,-3.7721 9.2485,-6.985 29.584,-15.847 45.75,-19.938 15.669,-3.9652 27.471,-8.3142 34.51,-12.717 4.5702,-2.8587 6.3489,-4.7732 8.6468,-9.3069 1.5912,-3.1393 4.1084,-6.8413 5.5939,-8.2265 3.179,-2.9646 9.6,-14.139 19.628,-34.158 7.8698,-15.711 8.347,-16.291 28.886,-35.14 12.153,-11.153 22.639,-24.418 31.341,-39.648 6.6985,-11.724 13.436,-26.957 15.218,-34.41 1.6626,-6.9511 3.924,-42.164 3.018,-46.993 -0.74472,-3.9697 -4.6949,-7.6474 -8.2141,-7.6474 -2.0156,0 -2.7252,1.2398 -5.6373,9.849 -3.0586,9.0422 -3.3453,10.966 -3.5006,23.486 -0.33078,26.671 -6.3917,41.159 -26.289,62.841 -3.7086,4.0411 -8.9815,10.306 -11.718,13.922 -7.127,9.4191 -13.216,15.598 -19.447,19.734 -3.2465,2.1549 -6.7557,5.6665 -8.7171,8.7232 -4.5657,7.1151 -15.047,31.79 -15.047,35.424 0,8.3379 -8.4298,16.61 -26.467,25.971 -6.8329,3.5462 -20.833,11.103 -31.111,16.792 -10.278,5.6893 -20.397,11.157 -22.486,12.151 -6.2977,2.995 -7.0588,0.33245 -3.0164,-10.552 0.33962,-0.91444 -2.3222,1.0648 -5.9152,4.3983 -7.2987,6.7716 -14,10.376 -28.162,15.147 -12.041,4.0566 -17.188,6.6711 -22.397,11.377 -3.3888,3.0616 -8.9261,10.297 -12.325,16.104 -0.39011,0.66662 3.5082,-0.76401 8.6629,-3.1792 5.1547,-2.41519 13.009,-5.6421 17.453,-7.171 z m 98.758,-58.037 c 1.2144,0 4.1284,-2.0801 6.8067,-4.8589 6.2041,-6.4366 10.603,-19.094 10.603,-30.511 0,-6.9659 -0.38645,-8.3897 -4.6973,-17.306 -8.9616,-18.536 -20.892,-33.27 -30.658,-37.863 -22.652,-10.653 -42.142,15.563 -33.901,45.601 4.8503,17.68 16.998,33.645 30.761,40.426 7.0524,3.4751 14.963,5.6771 17.617,4.9038 0.73992,-0.21558 2.3008,-0.39197 3.4687,-0.39197 z m -293.68,-94.917 c -2.7787,-2.8457 -3.9089,-4.8785 -3.9089,-7.0309 0,-2.4522 -0.57285,-3.2276 -3.0128,-4.0782 -3.3825,-1.1792 -10.372,-1.3479 -16.167,-0.3904 l -3.859,0.63765 5.1217,4.4803 c 2.8169,2.4642 5.1217,5.1005 5.1217,5.8585 0,1.8586 8.3115,4.2912 15.105,4.4209 l 5.5083,0.10518 -3.9089,-4.0031 z m -132.69,-51.04 c 1.6507,-1.389 3.7886,-2.5254 4.751,-2.5254 0.96235,0 2.6321,-0.67322 3.7106,-1.496 3.5009,-2.671 -0.003,-3.7338 -10.506,-3.1868 -5.1903,0.27027 -9.6638,0.71838 -9.9412,0.99577 -1.2813,1.2813 1.1884,4.9099 4.5505,6.6858 4.6327,2.447 3.9104,2.493 7.4357,-0.47332 z m 222.27,-11.589 c 11.753,-4.4136 17.422,-14.808 17.371,-31.848 -0.0784,-25.991 -13.873,-49.291 -32.931,-55.621 -8.0538,-2.675 -18.97,-1.733 -27.269,2.3534 -11.766,5.7928 -21.934,18.416 -24.562,30.49 -2.4375,11.2 0.33893,24.561 7.3027,35.142 3.9242,5.9627 16.629,18.171 20.473,19.672 8.7943,3.4349 30.238,3.3324 39.616,-0.18938 z m 208.53,-27.7 c 17.662,-4.7025 31.39,-17.697 35.661,-33.754 2.69,-10.114 0.82455,-24.008 -4.4262,-32.968 -3.0245,-5.1608 -11.128,-12.842 -16.355,-15.5 -6.0034,-3.0543 -17.288,-6.2685 -22.008,-6.2685 -16.06,0 -37.39,13.197 -43.899,27.16 -2.0628,4.4254 -2.7241,7.6236 -3.014,14.575 -0.5767,13.83 3.0011,24.268 11.265,32.867 5.771,6.0047 10.863,9.1131 20.389,12.446 8.9864,3.1441 14.629,3.5076 22.386,1.4423 z m -159.55,-99.77 c 10.668,-2.6863 19.906,-10.878 26.774,-23.739 5.0129,-9.3888 9.8803,-28.297 9.8803,-38.382 0,-6.8803 -0.3532,-8.2306 -3.7472,-14.326 -5.5777,-10.018 -12.334,-16.27 -22.012,-20.373 -27.327,-11.583 -55.549,2.99 -66.298,34.234 -2.4482,7.1159 -2.4234,17.52 0.0665,27.896 4.1896,17.46 8.3174,23.033 21.785,29.412 12.854,6.0886 23.613,7.7812 33.552,5.2785 h 2e-5 z m -319.63,-9.7538 c 4.4915,-2.9724 8.344,-9.0856 9.3488,-14.835 0.3884,-2.2223 2.2828,-7.4499 4.2099,-11.617 5.7077,-12.342 6.3999,-15.031 7.3796,-28.674 0.65896,-9.1757 1.4351,-13.796 2.6299,-15.657 0.93228,-1.4521 6.1439,-6.859 11.581,-12.015 9.2413,-8.7635 10.096,-9.9167 13.095,-17.678 5.9437,-15.377 7.3559,-21.94 4.7212,-21.94 -3.3764,0 -24.163,23.851 -36.095,41.416 -6.374,9.3834 -15.068,29.181 -16.819,38.302 -0.80911,4.213 -2.764,13.797 -4.3441,21.297 -1.5802,7.5004 -3.1155,16.272 -3.412,19.492 -0.52011,5.6501 -0.46233,5.8305 1.6524,5.1593 1.2053,-0.38253 3.9285,-1.8451 6.0517,-3.2501 z m 539.54,-1.5586 c 26.778,-13.234 33.074,-48.392 12.665,-70.723 -11.959,-13.085 -33.673,-18.264 -47.732,-11.383 -6.0429,2.9573 -18.834,15.06 -21.211,20.069 -2.3804,5.0162 -3.1192,15.387 -1.8015,25.289 1.34,10.069 2.4528,13.068 8.6016,23.176 8.8951,14.623 15.586,18.298 32.146,17.654 8.8996,-0.34613 10.57,-0.7395 17.332,-4.0816 z m -371.07,-69.96 c 21.598,-6.408 33.445,-24.146 31.971,-47.87 -0.71057,-11.44 -3.079,-17.492 -9.312,-23.795 -6.2596,-6.3289 -11.501,-8.0498 -22.081,-7.2496 -20.809,1.5738 -43.952,15.74 -51.789,31.701 -2.5424,5.1778 -2.9013,7.0335 -2.9013,15 0,8.0408 0.31275,9.6234 2.7066,13.695 4.9088,8.3497 14.219,15.447 24.568,18.729 5.8229,1.8464 20.286,1.7324 26.838,-0.2115 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3163" /> + <path + d="m 705.84,655.28 c -0.40467,-1.0804 -2.0013,-4.5357 -3.5481,-7.6786 -3.8034,-7.728 -4.4033,-13.681 -2.1322,-21.158 0.87749,-2.889 2.1979,-6.0987 2.9342,-7.1328 0.73631,-1.034 1.6602,-2.7256 2.0531,-3.7591 0.9706,-2.5528 2.4888,-2.4839 1.8773,0.0853 -1.1884,4.9928 -1.2665,22.815 -0.1352,30.864 0.63277,4.5021 1.1505,8.761 1.1505,9.4643 0,1.9511 -1.3723,1.5234 -2.1997,-0.6856 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3165" /> + <path + d="m 714.18,724.94 c 0,-0.0512 0.058,-0.37314 0.12894,-0.71552 0.38069,-1.8379 0.82802,-4.9303 1.0353,-7.1569 0.31873,-3.4241 0.41336,-6.4128 0.41283,-13.037 -5.6e-4,-7.13 -0.10757,-8.9508 -0.5799,-9.8687 -0.21957,-0.42666 -0.39847,-0.52962 -1.0098,-0.58118 -0.73596,-0.0621 -0.84031,-0.12435 -0.99207,-0.5921 -0.39264,-1.2102 -0.92423,-3.2794 -1.2587,-4.8995 -0.64655,-3.1317 -0.99877,-5.538 -1.7142,-11.711 -0.57472,-4.9592 -1.0382,-8.4099 -1.3906,-10.354 -0.61887,-3.4136 -1.2458,-6.005 -2.1074,-8.7104 -0.12127,-0.38079 -0.20812,-0.70471 -0.19301,-0.71982 0.0151,-0.0151 0.16875,0.10467 0.34141,0.26618 0.36711,0.34339 0.66197,0.395 0.88556,0.155 0.12876,-0.13821 0.25352,-0.48333 0.25419,-0.70314 2e-4,-0.0644 0.0354,-0.10411 0.0793,-0.0895 0.0434,0.0144 0.11525,0.23697 0.15966,0.49455 0.67512,3.9161 2.0273,10.503 4.0298,19.63 2.5868,11.79 3.2811,15.202 3.7134,18.246 1.1622,8.1831 1.0599,16.086 -0.31182,24.092 -0.44098,2.5738 -1.2631,6.2768 -1.4039,6.3234 -0.0434,0.0144 -0.0789,-0.0158 -0.0789,-0.0669 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3167" /> + <path + d="m 705.65,614.03 c 0.0591,-0.15412 0.27317,-1.093 0.47562,-2.0865 0.95697,-4.6959 0.67993,-12.113 -0.72862,-19.508 -0.18707,-0.98215 -0.6619,-3.7143 -1.0552,-6.0714 -1.3407,-8.0353 -2.4729,-12.813 -5.6498,-23.839 -2.801,-9.7217 -3.8632,-13.613 -4.7158,-17.277 -0.78542,-3.3751 -0.80411,-3.496 -0.52633,-3.4034 0.23109,0.077 1.0054,1.8313 2.7507,6.2323 4.988,12.578 8.7723,25.587 11.631,39.984 1.2325,6.2072 1.3884,8.7982 0.86871,14.442 -0.26546,2.8832 -1.2756,10.952 -1.4284,11.41 -0.0604,0.18099 -0.14734,0.18261 -0.42706,0.008 -0.2895,-0.18079 -0.41033,-0.16581 -0.68775,0.0852 -0.42076,0.38078 -0.64793,0.3917 -0.50697,0.0244 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3169" /> + <path + d="m 292.43,816.1 c -0.8131,-1.02 -1.5801,-1.9879 -2.2663,-2.8597 -0.57185,-0.72662 -1.099,-1.3995 -1.099,-1.4028 0,-10e-4 0.0344,-0.002 0.0766,-0.002 h 0.0766 l 0.28169,0.34428 c 0.41905,0.51216 0.9291,1.1383 1.8586,2.2817 0.67074,0.82507 0.83874,1.0295 0.85807,1.0442 0.072,0.0546 0.17665,0.0515 0.311,-0.009 0.12726,-0.0574 0.26381,-0.15315 0.44591,-0.3127 0.0753,-0.066 0.29796,-0.28733 0.38928,-0.387 0.38101,-0.4158 0.81553,-0.97856 1.2461,-1.6139 0.0353,-0.0521 0.0666,-0.0973 0.0696,-0.10038 0.0147,-0.0155 0.007,0.005 -0.0213,0.0597 -0.04,0.0763 -0.1868,0.37687 -0.28973,0.5931 -0.45819,0.96253 -0.88833,1.9954 -1.2481,2.9969 -0.03,0.0835 -0.0556,0.1532 -0.0569,0.15477 -10e-4,0.002 -0.28578,-0.35267 -0.63218,-0.78721 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3171" /> + <path + d="m 288.72,811.4 c -0.67104,-0.86275 -1.6016,-2.0705 -1.6079,-2.0868 -10e-4,-0.003 -2e-4,-0.005 0.002,-0.005 0.0118,0 1.2242,1.4574 1.9368,2.328 l 0.16638,0.20329 -0.0697,0.002 c -0.0383,10e-4 -0.0717,0.003 -0.0742,0.005 -0.003,0.002 -0.1324,-0.16162 -0.3535,-0.44589 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3173" /> + <path + d="m 271.48,800.77 c -1.0349,-0.19257 -2.113,-0.4377 -2.8571,-0.64964 -2.2896,-0.65206 -3.8974,-1.5394 -5.113,-2.8218 -0.88948,-0.93832 -1.7053,-1.9342 -2.526,-3.0834 -0.0942,-0.13197 -0.18859,-0.26381 -0.20964,-0.29297 l -0.0383,-0.053 h 0.37913 l 0.1377,0.18694 c 0.4208,0.57124 1.0481,1.3646 1.4406,1.822 1.0049,1.1709 1.909,1.9957 2.8938,2.6398 1.1603,0.75892 2.4472,1.2905 4.481,1.8509 0.33086,0.0912 1.0617,0.28203 1.4055,0.36705 0.0579,0.0143 0.10728,0.0321 0.10975,0.0395 0.005,0.0156 0.0113,0.0159 -0.10341,-0.005 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3175" /> + <path + d="m 260.71,793.83 c -0.0174,-0.0244 -0.15787,-0.23032 -0.31223,-0.45759 -0.76799,-1.1307 -1.5706,-2.4241 -2.5419,-4.0962 -0.45657,-0.786 -0.60306,-1.0446 -0.59589,-1.0517 0.0118,-0.0118 0.0309,0.0143 0.18223,0.24817 1.1826,1.8279 2.7494,4.1368 3.515,5.1803 0.0818,0.11143 0.14868,0.20537 0.14868,0.20874 0,0.003 -0.082,0.008 -0.18218,0.009 l -0.18217,0.003 -0.0316,-0.0444 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3177" /> + <path + d="m 269.03,786.85 c -0.10336,-0.15979 -0.14148,-0.27022 -0.1598,-0.46292 -0.006,-0.0614 -0.0215,-0.14676 -0.0349,-0.18973 -0.11756,-0.37835 -0.62056,-1.1092 -1.3327,-1.9364 -0.47702,-0.55409 -0.90378,-1.0095 -1.5909,-1.6975 -1.0407,-1.0422 -1.2347,-1.2192 -3.6974,-3.3736 -0.77798,-0.68059 -1.4145,-1.2424 -1.4145,-1.2484 0,-0.006 0.006,-0.008 0.0143,-0.005 0.008,0.003 0.19747,0.14819 0.42132,0.3226 0.22385,0.17441 0.64053,0.49735 0.92596,0.71766 1.7782,1.3724 2.476,1.9281 3.1808,2.533 0.97481,0.83658 1.7578,1.6231 2.3117,2.3221 0.72625,0.91649 1.1648,1.7668 1.3756,2.6674 0.0286,0.12212 0.0738,0.37289 0.0739,0.41015 1.1e-4,0.0375 -0.0231,0.0189 -0.0734,-0.0588 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3179" /> + <path + d="m 260.8,775.69 c 10e-4,-0.003 0.26748,-0.0489 0.8099,-0.13858 1.3887,-0.22969 1.7469,-0.28393 2.5691,-0.38899 0.006,-8.3e-4 0.0103,2.9e-4 0.009,0.003 -7.9e-4,0.002 -0.11277,0.0206 -0.25889,0.0422 -0.59411,0.0877 -1.3303,0.20218 -2.4313,0.37799 -0.37702,0.0602 -0.68874,0.10946 -0.69271,0.10946 -0.004,0 -0.007,-0.002 -0.006,-0.005 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3181" /> + <path + d="m 287.17,788.73 c -2.1346,-1.6386 -3.8236,-3.457 -4.7989,-5.1666 -0.65571,-1.1494 -0.94242,-2.0598 -0.99221,-3.1506 -0.0348,-0.76286 0.0737,-1.6579 0.19611,-1.6174 0.0432,0.0143 0.0866,0.37099 0.11638,0.95527 0.13504,2.6534 1.0731,4.24 4.6994,7.9481 0.74798,0.76484 1.3346,1.3906 1.3036,1.3906 -0.031,0 -0.26698,-0.16172 -0.52447,-0.35937 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3183" /> + <path + d="m 224.85,771.95 c -0.76798,-0.0384 -1.0894,-0.0624 -1.5625,-0.11668 -1.655,-0.19 -3.0827,-0.56718 -4.5312,-1.1971 -0.31779,-0.1382 -1.1381,-0.54468 -1.4922,-0.73939 -1.6402,-0.90195 -3.1152,-1.9796 -4.6015,-3.3619 -0.50467,-0.46935 -0.64112,-0.60265 -0.6294,-0.61487 0.016,-0.0166 0.0355,-6.4e-4 0.37369,0.30563 3.6818,3.3344 6.8576,4.7148 12.021,5.2253 1.2376,0.12236 2.808,0.20875 4.2734,0.2351 0.63876,0.0115 0.95445,0.0243 0.94574,0.0384 -0.004,0.006 -0.0584,0.0161 -0.121,0.0215 -0.0626,0.005 -0.31419,0.0277 -0.55912,0.0496 -1.2931,0.11532 -1.9697,0.14925 -3.0938,0.15514 -0.50273,0.003 -0.96328,0.002 -1.0234,-6.7e-4 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3185" /> + <path + d="m 207.19,760.51 c -0.64264,-0.72439 -1.2592,-1.354 -1.7856,-1.8235 -0.10072,-0.0898 -0.17788,-0.16776 -0.17146,-0.17318 0.006,-0.005 0.16988,-0.0364 0.36323,-0.069 0.28378,-0.0477 1.2554,-0.22879 1.4423,-0.26881 l 0.0438,-0.009 -0.0695,0.0996 c -0.26222,0.37608 -0.27373,0.89213 -0.0343,1.5371 0.0724,0.1951 0.25433,0.57426 0.38092,0.79402 0.0529,0.0918 0.0961,0.17039 0.0961,0.1747 0,0.0299 -0.0549,-0.0242 -0.26556,-0.26169 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3187" /> + <path + d="m 169.37,741 c -0.63206,-0.36971 -1.3318,-0.72138 -1.955,-0.98253 -0.0361,-0.0151 -0.0673,-0.0325 -0.0693,-0.0385 -0.002,-0.007 0.10441,-0.011 0.30321,-0.0111 0.23909,-5e-5 0.33008,-0.004 0.41185,-0.0187 0.32169,-0.0572 0.4696,-0.17687 0.49758,-0.40253 0.008,-0.0671 -0.002,-0.21916 -0.0189,-0.2879 -0.0193,-0.0769 0.0326,0.0114 0.17121,0.29111 0.17032,0.34375 0.45205,0.88398 0.66169,1.2688 0.0756,0.1388 0.13585,0.25384 0.13387,0.25564 -0.002,0.002 -0.0633,-0.0316 -0.13618,-0.0743 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3189" /> + <path + d="m 140.63,741.86 c -0.69681,-0.0138 -2.3014,-0.0721 -2.856,-0.10391 -0.10331,-0.006 -0.19404,-0.0108 -0.20164,-0.0109 -0.009,-1.1e-4 -0.0138,-0.0196 -0.0138,-0.0601 v -0.0599 l 0.0691,-0.006 c 0.038,-0.003 0.11629,-0.009 0.17402,-0.0122 2.0332,-0.11762 5.244,-0.36041 7.6787,-0.58064 2.1753,-0.19676 5.0222,-0.49416 6.3419,-0.66252 0.32529,-0.0415 0.29967,-0.026 -0.12706,0.0771 -0.1823,0.044 -0.68724,0.1688 -1.1221,0.27729 -1.167,0.29118 -1.5977,0.38807 -2.4008,0.54011 -1.7785,0.33669 -3.474,0.52163 -5.3767,0.58646 -0.32441,0.011 -1.8392,0.0218 -2.1655,0.0153 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3191" /> + <path + d="m 150.74,737.63 c 0,-0.0114 0.15923,-0.20717 0.30542,-0.37559 0.41028,-0.47268 1.0379,-1.0871 1.629,-1.5948 0.59759,-0.51324 1.1708,-0.94054 1.7669,-1.3171 0.33265,-0.21013 0.75257,-0.41839 1.03,-0.51084 0.25441,-0.0848 0.38874,-0.10157 0.58126,-0.0727 l 0.0921,0.0138 -0.31306,0.15667 c -0.61376,0.30715 -1.1778,0.64184 -1.766,1.0478 -0.5634,0.38893 -0.85111,0.61617 -1.75,1.3821 -0.87516,0.74577 -1.1319,0.95879 -1.3913,1.1542 -0.15145,0.11411 -0.18436,0.13487 -0.18436,0.1163 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3193" /> + <path + d="m 122.16,742.12 c -1.4356,-0.05 -2.6449,-0.19036 -3.9668,-0.46055 -0.92758,-0.1896 -1.9651,-0.47021 -1.9872,-0.53746 -0.0117,-0.0355 0.0802,-0.0504 0.30285,-0.049 0.29354,0.002 0.32799,-0.008 0.42212,-0.11716 0.12215,-0.142 0.12709,-0.22717 0.0277,-0.47794 -0.11004,-0.27768 -0.3283,-0.60344 -0.70556,-1.0531 -0.18428,-0.21964 -0.32592,-0.40848 -0.31476,-0.41964 0.0112,-0.0112 0.21718,0.0717 0.45781,0.18416 0.84904,0.39676 1.881,0.68975 2.8691,0.81461 0.46387,0.0586 1.631,0.0738 2.0771,0.027 l 0.30936,-0.0324 -0.2358,0.1401 c -0.28768,0.17093 -0.72154,0.56633 -0.85067,0.77526 -0.14483,0.23434 -0.18407,0.46101 -0.0966,0.55772 0.22983,0.25395 1.6258,0.42775 4.0252,0.50112 0.56513,0.0173 0.9695,0.0467 0.94729,0.0689 -0.0213,0.0213 -0.45509,0.0489 -0.96395,0.0612 -0.50886,0.0123 -1.0445,0.028 -1.1904,0.0348 -0.14584,0.007 -0.65297,-10e-4 -1.127,-0.0176 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3195" /> + <path + d="m 116.04,741.11 c -3.9784,-1.2926 -7.2158,-3.7024 -10.16,-7.5629 -1.2306,-1.6135 -2.5174,-3.6679 -3.6659,-5.853 l -0.0799,-0.15192 0.21342,1.6e-4 0.21342,1.5e-4 0.10414,0.19043 c 0.17054,0.31184 0.50804,0.90459 0.74964,1.3166 3.1202,5.321 6.4259,8.939 9.8964,10.832 1.0927,0.59588 2.1742,1.045 2.8395,1.1791 0.11285,0.0228 0.11928,0.0254 0.09,0.0372 -0.0429,0.0172 -0.0248,0.0378 0.0608,0.069 0.0665,0.0243 0.0932,0.0437 0.0571,0.0415 -0.011,-6.5e-4 -0.15423,-0.0448 -0.3183,-0.0981 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3197" /> + <path + d="m 120.93,730.88 c -2.813,-1.3492 -4.6774,-2.7811 -5.7292,-4.4003 -0.57433,-0.88417 -0.87456,-1.8212 -0.91721,-2.8627 -0.0218,-0.53148 0.006,-0.60093 0.12287,-0.3125 0.11611,0.28542 0.82252,1.6793 1.0571,2.0859 1.4613,2.5328 3.2426,4.218 5.9334,5.6137 0.20244,0.105 0.31242,0.19953 0.23088,0.19845 -0.0143,-1.9e-4 -0.32838,-0.14535 -0.69791,-0.32258 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3199" /> + <path + d="m 141.58,729.46 c 0.003,-0.008 0.15402,-0.034 0.49582,-0.0841 0.88241,-0.12922 2.2449,-0.2716 3.8587,-0.40324 0.51907,-0.0423 0.56071,-0.0454 0.56071,-0.0406 0,0.006 -0.0188,0.01 -0.26792,0.0511 -0.88822,0.14689 -1.7302,0.24543 -2.903,0.33977 -0.11394,0.009 -0.35134,0.028 -0.52757,0.0418 -0.45749,0.0359 -0.8289,0.0667 -1.033,0.0857 -0.20634,0.0192 -0.18657,0.0182 -0.18372,0.01 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3201" /> + <path + d="m 100.76,724.77 c -1.1962,-2.5532 -2.3489,-5.3063 -3.7819,-9.0329 -0.16854,-0.43828 -0.37244,-0.97178 -0.45311,-1.1856 l -0.14666,-0.38867 h 0.29288 l 0.07251,0.20508 c 0.6545,1.8511 1.5256,4.0527 2.4752,6.2559 0.6712,1.5572 1.2062,2.7223 1.9383,4.2212 0.0563,0.11524 0.10233,0.21104 0.10233,0.21289 0,0.002 -0.0817,0.003 -0.18164,0.003 l -0.18164,-2.6e-4 -0.13622,-0.29076 v 1e-5 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3203" /> + <path + d="m 105.08,722.34 c -0.0361,-0.10699 -0.1901,-0.52452 -0.26449,-0.71728 -0.68039,-1.7631 -1.7247,-3.9252 -2.6901,-5.5698 -0.11315,-0.19274 -0.34723,-0.57687 -0.43213,-0.70913 -0.0861,-0.13415 -0.008,-0.0746 0.1463,0.11192 1.0418,1.2572 1.8315,2.6182 2.4277,4.184 0.26604,0.69868 0.48029,1.3756 0.72993,2.3062 0.10484,0.39082 0.10791,0.40389 0.0951,0.40389 -0.005,0 -0.0104,-0.004 -0.0122,-0.01 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3205" /> + <path + d="m 102.02,727.32 c -0.2349,-0.45264 -0.62385,-1.2299 -0.86874,-1.7362 l -0.25133,-0.51953 0.16906,-0.004 c 0.093,-0.002 0.17336,-0.007 0.17863,-0.0101 0.007,-0.004 0.0449,0.0644 0.13177,0.23828 0.32179,0.64373 0.94345,1.83 1.1609,2.2152 l 0.0232,0.041 -0.21346,-1.7e-4 -0.21347,-1.7e-4 -0.11648,-0.22444 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3207" /> + <path + d="m 108.1,729.83 c -0.0871,-0.1628 -0.35683,-0.69878 -0.47516,-0.94433 -0.24168,-0.50149 -0.46588,-0.99263 -0.67849,-1.4863 -0.0268,-0.0623 -0.0497,-0.11559 -0.0509,-0.11842 -0.002,-0.004 0.002,-0.005 0.0148,-0.004 l 0.0169,10e-4 0.60084,1.293 c 0.33046,0.71113 0.60084,1.2943 0.60084,1.2959 2e-5,0.0108 -0.0103,-0.003 -0.0288,-0.0371 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3209" /> + <path + d="m 95.582,711.79 c 0,-0.003 -0.04952,-0.17732 -0.11005,-0.38672 -1.4196,-4.9113 -2.5388,-10.519 -3.3125,-16.597 -0.18924,-1.4866 -0.53015,-4.5482 -0.5305,-4.7642 l -6.9e-5,-0.043 h 0.15625 c 0.13836,0 0.15626,0.003 0.15633,0.0274 3.55e-4,0.11766 0.27481,2.779 0.40565,3.9336 0.79901,7.0505 1.8879,12.584 3.4626,17.595 0.03803,0.12104 0.06915,0.22475 0.06915,0.23047 0,0.006 -0.0668,0.0104 -0.14844,0.0104 -0.08164,0 -0.14844,-0.003 -0.14844,-0.006 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3211" /> + <path + d="m 96.184,713.65 c -0.1085,-0.28789 -0.20689,-0.55508 -0.21865,-0.59375 -0.0159,-0.0523 -0.30591,-1.0142 -0.37873,-1.2563 -0.0082,-0.0273 -0.0022,-0.029 0.07542,-0.021 0.0464,0.005 0.11392,0.003 0.15004,-0.003 l 0.06568,-0.012 0.05624,0.18146 c 0.09268,0.29905 0.5187,1.5811 0.6338,1.9073 0.05898,0.16716 0.10724,0.30554 0.10724,0.30752 0,0.002 -0.0661,0.006 -0.14688,0.009 l -0.14688,0.005 -0.19726,-0.52344 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3213" /> + <path + d="m 91.776,690.01 -0.15625,-0.016 -0.05286,-0.54687 c -0.15599,-1.614 -0.36184,-4.2019 -0.50834,-6.3906 -0.2123,-3.1718 -0.68359,-12.797 -0.62925,-12.851 0.01079,-0.0108 0.03157,-0.006 0.04617,0.01 0.02844,0.0312 0.14224,1.6198 0.53603,7.4823 0.40628,6.0485 0.54064,7.8635 0.79448,10.732 0.07746,0.87542 0.13756,1.5928 0.13355,1.5941 -0.004,0.001 -0.0776,-0.005 -0.16353,-0.0136 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3215" /> + <path + d="m 105.24,698.91 c -0.0345,-0.0963 -0.24247,-1.1421 -0.32803,-1.65 -0.39116,-2.3218 -0.51317,-4.5516 -0.37185,-6.7954 0.0364,-0.57733 0.2991,-2.1736 0.36117,-2.1943 0.0238,-0.008 0.0389,0.89139 0.0516,3.0759 0.0169,2.9042 0.0349,3.6797 0.11674,5.009 0.0434,0.70508 0.14394,1.7762 0.20278,2.16 0.0253,0.16533 0.0461,0.33056 0.0461,0.36718 0,0.0719 -0.0556,0.0914 -0.0785,0.0275 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3217" /> + <path + d="m 109.37,710.27 c -0.007,-0.0127 -0.26858,-0.59133 -0.36196,-0.7998 -0.68934,-1.5389 -1.2107,-2.7659 -1.6689,-3.9277 -0.10796,-0.27374 -0.25487,-0.65289 -0.25487,-0.65778 0,-10e-4 0.0125,-0.002 0.0278,-0.002 l 0.0278,0.001 0.0917,0.21679 c 0.0504,0.11924 0.21301,0.50069 0.36132,0.84766 0.35804,0.83757 0.33584,0.78531 0.51601,1.2148 0.3575,0.8523 0.85577,2.0679 1.2185,2.9727 0.0566,0.14114 0.0564,0.14063 0.0505,0.14063 -0.002,0 -0.006,-0.003 -0.008,-0.007 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3219" /> + <path + d="m 107.07,704.86 c -0.0833,-0.2171 -0.33275,-0.89276 -0.40206,-1.089 -0.0184,-0.0522 -0.0219,-0.0695 -0.0119,-0.0591 0.002,0.002 0.0195,0.0446 0.0391,0.0947 0.0559,0.14304 0.2377,0.58941 0.34441,0.84551 0.0535,0.12836 0.0972,0.23412 0.0972,0.23503 0,9e-4 -0.0123,0.002 -0.0274,0.003 l -0.0274,10e-4 -0.012,-0.0312 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3221" /> + <path + d="m 95.735,557.93 c 1.11e-4,-0.0315 0.07673,-0.5987 0.17027,-1.2604 0.69511,-4.9175 1.2065,-7.6374 1.7627,-9.375 0.08527,-0.2664 0.50681,-1.5883 0.93674,-2.9375 1.7668,-5.5445 2.6089,-7.956 4.0362,-11.557 0.38112,-0.96169 0.41613,-1.0363 0.4862,-1.0363 h 0.0755 l -0.0647,0.16407 c -0.22484,0.57008 -0.67126,1.7513 -1.0068,2.6641 -2.6853,7.3046 -4.663,14.471 -6.067,21.984 -0.12686,0.67891 -0.23529,1.2684 -0.24095,1.3101 -0.01216,0.0894 -0.0885,0.12762 -0.08821,0.0441 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3223" /> + <path + d="m 101.52,559.45 c 0,-0.0216 0.25386,-1.2735 0.56412,-2.782 0.31027,-1.5085 0.72256,-3.5266 0.91621,-4.4848 0.23457,-1.1607 0.36587,-1.7468 0.39339,-1.756 0.0332,-0.0111 0.0369,0.0376 0.019,0.24811 -0.0618,0.72768 -0.2692,2.0704 -0.48877,3.165 -0.31719,1.5814 -1.2939,5.6123 -1.3657,5.6362 -0.0211,0.007 -0.0383,-0.005 -0.0383,-0.0265 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3225" /> + <path + d="m 113.98,571.39 c 0,-0.0716 0.1595,-0.88446 0.26788,-1.3652 0.57515,-2.5512 1.8003,-5.7086 3.5194,-9.0701 0.54645,-1.0686 0.64581,-1.25 0.68449,-1.25 0.0437,0 0.0339,0.0539 -0.0338,0.18663 -0.1442,0.28265 -1.0824,2.3969 -1.4218,3.204 -1.1721,2.7874 -2.1961,5.6262 -2.7651,7.6655 -0.0988,0.35419 -0.19575,0.64934 -0.21539,0.65589 -0.0196,0.007 -0.0357,-0.006 -0.0357,-0.0268 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3227" /> + <path + d="m 125.63,528.33 c 0.20665,-3.6795 0.85274,-8.1155 1.5144,-10.398 0.5805,-2.0024 2.537,-4.4866 6.2021,-7.875 1.5798,-1.4606 3.2506,-2.9352 3.3255,-2.9352 0.0298,0 -0.97097,1.0292 -2.2239,2.287 -3.2987,3.3116 -5.1803,5.329 -6.1109,6.5518 -1.1242,1.477 -1.8287,4.6912 -2.455,11.2 -0.12258,1.2737 -0.17588,1.6809 -0.22205,1.6963 -0.0505,0.0168 -0.0555,-0.0726 -0.03,-0.52701 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3229" /> + <path + d="m 105.9,525.16 c 0,-0.0707 1.1974,-2.6778 1.6573,-3.6083 0.76053,-1.5389 1.5586,-2.9501 2.8868,-5.1044 0.91101,-1.4777 2.2447,-3.5743 2.3316,-3.6655 0.2127,-0.22299 -0.0107,0.20213 -0.96836,1.8427 -2.4204,4.1463 -4.2803,7.4981 -5.3797,9.6948 -0.37995,0.75918 -0.5276,0.99446 -0.5276,0.84074 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3231" /> + <path + d="m 120.46,500.11 c 0.0822,-0.21682 1.6856,-2.9161 2.642,-4.4478 1.238,-1.9826 2.4338,-3.8134 3.9403,-6.0323 0.60839,-0.89614 0.78067,-1.1166 0.78067,-0.99919 0,0.0156 -0.62636,1.0059 -1.3919,2.2008 -0.76556,1.1948 -2.4013,3.7808 -3.635,5.7466 -1.9466,3.1019 -2.477,3.9037 -2.336,3.5319 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3233" /> + <path + d="m 331.65,346.02 c 0,-0.0138 0.0394,-0.0876 0.0876,-0.16406 0.41987,-0.66635 0.81296,-1.5256 0.85609,-1.8712 0.009,-0.0723 0.0397,-0.0827 0.61886,-0.20975 0.33516,-0.0735 0.62771,-0.13423 0.65012,-0.13488 0.0224,-6.6e-4 -0.20839,0.26248 -0.51287,0.58475 -0.30449,0.32226 -0.79976,0.86367 -1.1006,1.2031 -0.5027,0.5672 -0.59914,0.6625 -0.59914,0.59206 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3235" /> + <path + d="m 265.27,371.83 c 0,-0.06 2.3122,-1.992 3.7952,-3.1711 4.1393,-3.291 8.3105,-5.9169 14.72,-9.2668 2.0688,-1.0812 7.1893,-3.6025 8.953,-4.4084 1.872,-0.85539 4.1847,-1.7461 6.9064,-2.66 6.4758,-2.1745 14.671,-4.344 25.953,-6.8708 1.2891,-0.2887 2.3498,-0.51908 2.3573,-0.51196 0.007,0.007 0,0.0266 -0.0167,0.0432 -0.0292,0.0292 -4.9673,1.2636 -10.497,2.6239 -7.7406,1.9042 -12.64,3.2999 -17.562,5.0029 -10.504,3.634 -18.919,7.9941 -28.484,14.759 -1.7424,1.2323 -4.8694,3.5414 -5.9164,4.369 -0.15237,0.12044 -0.20863,0.14492 -0.20863,0.0908 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3237" /> + <path + d="m 404.28,358.83 c -0.01,-0.057 -0.0389,-0.2442 -0.0653,-0.41607 -0.1242,-0.80986 -0.39652,-2.0538 -0.61011,-2.787 -0.089,-0.30555 -0.0989,-0.40726 -0.0327,-0.33589 0.0149,0.016 0.22629,0.41589 0.46981,0.88854 l 0.44276,0.85938 -0.0563,0.93494 c -0.0393,0.6529 -0.0675,0.93868 -0.0935,0.94732 -0.0219,0.007 -0.0444,-0.0303 -0.0546,-0.0912 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3239" /> + <path + d="m 396.97,342.55 c -0.19272,-0.30092 -1.1838,-2.2352 -1.6692,-3.2578 -0.27838,-0.58648 -0.32893,-0.78189 -0.24451,-0.94515 0.21072,-0.40748 1.1252,-0.44613 3.8791,-0.16397 2.1845,0.22382 3.3174,0.35042 3.375,0.37719 0.0394,0.0183 -0.18543,0.0227 -0.60938,0.0119 -4.0322,-0.10256 -6.3972,-0.0984 -6.507,0.0114 -0.0196,0.0196 0.0139,0.13398 0.095,0.32366 0.1504,0.35202 0.9013,1.9109 1.4159,2.9393 0.20417,0.40807 0.37121,0.74909 0.37121,0.75782 0,0.042 -0.066,0.008 -0.10608,-0.0544 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3241" /> + <path + d="m 490.22,345.24 c -1.1602,-0.16498 -5.2351,-0.6814 -7.4844,-0.94851 -15.638,-1.8572 -34.856,-3.4116 -57.183,-4.6251 -1.3981,-0.076 -2.5491,-0.14529 -2.5578,-0.154 -0.1152,-0.1152 1.0739,-0.11132 3.4614,0.0113 14.652,0.75245 31.582,2.0204 45.466,3.4052 6.1606,0.61442 13.229,1.4201 17.838,2.0334 0.6414,0.0853 1.1793,0.15515 1.1953,0.15515 0.016,0 0.0291,0.0492 0.0291,0.10938 0,0.13201 0.0621,0.13094 -0.76562,0.0133 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3243" /> + <path + d="m 547.93,363.84 c -0.90395,-0.34607 -1.769,-0.67549 -1.9224,-0.73203 -0.31226,-0.11511 -0.39214,-0.34517 -0.0926,-0.26685 0.10244,0.0268 0.28063,0.0128 0.39596,-0.031 0.16547,-0.0629 0.1954,-0.11838 0.1419,-0.26301 -0.33423,-0.9035 -3.8114,-3.1447 -8.5023,-5.48 -2.03,-1.0106 -4.7036,-2.1442 -7.1082,-3.0138 -0.32817,-0.11868 -0.53658,-0.34429 -0.31804,-0.34429 0.0558,0 0.86455,0.28308 1.7972,0.62906 6.5451,2.428 11.576,5.2038 15.75,8.689 1.2932,1.08 1.5961,1.3544 1.5468,1.4006 -0.0243,0.0228 -0.78378,-0.24171 -1.6877,-0.58779 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3245" /> + <path + d="m 530.34,353.84 c -0.46397,-0.17498 -2.3926,-0.81528 -3.551,-1.1789 -7.4483,-2.338 -16.6,-4.361 -27.719,-6.1271 -2.1015,-0.33381 -5.3705,-0.82022 -6.9531,-1.0346 -0.57579,-0.078 -1.075,-0.14801 -1.1094,-0.15558 -0.0478,-0.0105 -0.0625,-0.0392 -0.0625,-0.12216 0,-0.0985 0.007,-0.10712 0.0781,-0.0945 0.043,0.008 0.79063,0.11231 1.6615,0.23257 5.5328,0.76409 10.272,1.5501 14.901,2.4711 8.9522,1.7813 15.844,3.5112 21.734,5.4556 1.1124,0.36719 1.3259,0.44716 1.1938,0.44716 -0.0668,0 -0.0672,0.0264 -0.001,0.0993 0.0285,0.0315 0.0461,0.0629 0.0391,0.0697 -0.007,0.007 -0.1024,-0.0214 -0.21188,-0.0627 h 2e-5 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3247" /> + <path + d="m 531.25,369.46 c -1.6714,-0.56045 -4.8554,-1.5785 -6.8594,-2.1932 -19.956,-6.1214 -42.617,-11.101 -58.597,-12.877 -2.0946,-0.23276 -3.417,-0.35457 -7.1031,-0.65425 -2.3342,-0.18978 -2.9379,-0.24759 -2.9495,-0.28244 -0.0172,-0.0517 0.42133,-0.039 2.1032,0.061 12.668,0.75274 28.718,3.4934 46.297,7.9058 9.2566,2.3234 19.288,5.2698 27.172,7.9808 0.97811,0.33634 1.1451,0.40198 1.1073,0.43522 -0.007,0.007 -0.53385,-0.16257 -1.1698,-0.37582 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3249" /> + <path + d="m 556.29,381.21 c -0.52257,-0.39993 -0.85524,-0.67099 -1.2969,-1.0567 -0.53824,-0.47006 -1.1481,-0.92744 -1.8594,-1.3944 -0.69647,-0.45726 -0.69247,-0.45436 -0.66469,-0.48283 0.0248,-0.0254 0.3112,0.13393 0.94594,0.52612 1.3789,0.85199 2.3949,1.6399 2.989,2.3178 0.36423,0.41569 0.33833,0.43613 -0.11399,0.09 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3251" /> + <path + d="m 580.41,398.41 c -3.2908,-2.8259 -6.9102,-5.6865 -9.689,-7.6578 -0.47217,-0.33496 -0.53038,-0.38375 -0.49732,-0.4168 0.009,-0.009 1.1714,0.67707 2.5822,1.5255 l 2.5651,1.5426 1.1475,1.121 c 0.63111,0.61653 1.9033,1.8388 2.8272,2.7161 0.92383,0.87733 1.6797,1.6069 1.6797,1.6212 0,0.0649 -0.0938,-0.004 -0.61533,-0.45183 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3253" /> + <path + d="m 656.07,475.1 c -4.0092,-8.6072 -6.3825,-12.741 -9.6994,-16.893 -3.4025,-4.2597 -8.2794,-8.9444 -18.003,-17.294 -0.6016,-0.51658 -1.0938,-0.9585 -1.0938,-0.98205 0,-0.0235 0.0194,-0.0428 0.0431,-0.0428 0.095,0 5.2408,4.3456 7.8455,6.6255 5.3755,4.7051 9.803,9.0492 12.484,12.248 2.031,2.4238 3.9474,5.9042 6.8919,12.517 0.75783,1.7018 1.8156,4.1453 1.8156,4.194 0,0.0199 -0.021,0.0361 -0.0468,0.0361 -0.0257,0 -0.13244,-0.18395 -0.23717,-0.40879 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3255" /> + <path + d="m 686.67,731.65 c 1.9e-4,-0.0458 0.0694,-0.75833 0.1538,-1.5833 0.25951,-2.5366 0.53083,-6.6337 0.53393,-8.0625 0.001,-0.61475 0.062,-0.87564 0.17444,-0.74948 0.0304,0.0341 0.0873,0.35729 0.12649,0.71823 0.0392,0.36094 0.14655,1.2349 0.23856,1.9421 l 0.16728,1.2858 -0.44697,2.2767 c -0.24583,1.2522 -0.52476,2.7103 -0.61983,3.2404 -0.10344,0.57664 -0.20403,0.97411 -0.25045,0.98958 -0.0427,0.0142 -0.0774,-0.0116 -0.0772,-0.0575 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3257" /> + <path + d="m 631.14,813.94 c 0,-0.0179 0.25664,-0.21915 0.57032,-0.44729 5.0269,-3.6562 10.09,-8.7801 15.682,-15.871 0.31854,-0.4039 1.098,-1.4094 1.7321,-2.2344 1.578,-2.053 2.1697,-2.7969 2.2246,-2.7969 0.0327,0 0.0145,0.0442 -0.0611,0.14844 -0.0592,0.0816 -0.39533,0.54922 -0.74688,1.0391 -5.5868,7.7846 -10.432,13.38 -14.604,16.863 -1.3793,1.1516 -2.8578,2.2 -4.3664,3.0959 -0.37774,0.22434 -0.43051,0.24924 -0.43051,0.20315 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3259" /> + <path + d="m 656.72,819.39 c 7e-5,-0.0182 0.49934,-0.56017 1.1095,-1.2043 7.8732,-8.3116 13.489,-15.343 20.164,-25.246 0.79246,-1.1757 1.0004,-1.453 1.0004,-1.3339 0,0.0295 -1.1996,1.9682 -2.2679,3.6652 -4.3335,6.8839 -9.6343,13.565 -16.058,20.241 -1.8099,1.8807 -3.8331,3.9146 -3.8923,3.9128 -0.0304,-9.2e-4 -0.0552,-0.0166 -0.0551,-0.0348 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3261" /> + <path + d="m 658.44,784.11 c 0,-0.0522 0.9069,-1.076 3.094,-3.4928 3.219,-3.557 5.0235,-5.6478 7.228,-8.3748 5.5846,-6.908 9.7665,-13.549 12.481,-19.821 0.17358,-0.40106 0.334,-0.74776 0.35648,-0.77045 0.10098,-0.1019 0.0898,0.043 -0.0243,0.31695 -1.2153,2.9153 -2.7678,5.9942 -4.4518,8.8283 -3.3515,5.6405 -7.9745,11.732 -13.859,18.261 -1.8777,2.0833 -4.7076,5.096 -4.7868,5.096 -0.0207,0 -0.0376,-0.0192 -0.0376,-0.0427 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3263" /> + <path + d="m 581.62,910.41 c 0.007,-0.0209 0.23726,-0.10361 0.51178,-0.18386 3.2268,-0.94329 7.3565,-2.4405 9.3693,-3.3967 5.0759,-2.4115 10.659,-7.5689 16.382,-15.131 2.4623,-3.2541 5.0319,-7.0405 7.4914,-11.039 l 0.14898,-0.24219 h 0.21653 c 0.11909,0 0.21653,0.006 0.21653,0.0137 0,0.0426 -1.7061,2.6215 -2.8232,4.2675 -7.6605,11.288 -13.608,17.757 -19.583,21.302 -3.0744,1.8241 -6.3022,3.0535 -11.303,4.3053 -0.62393,0.15618 -0.64503,0.15969 -0.62663,0.10449 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3265" /> + <path + d="m 615.75,880.44 c -0.10742,-0.0159 -0.19531,-0.0378 -0.19531,-0.0486 0,-0.0108 0.0442,-0.0892 0.0982,-0.1742 0.054,-0.085 0.40739,-0.66784 0.78534,-1.2952 2.3143,-3.8414 4.7402,-8.1832 7.1938,-12.875 0.67024,-1.2817 2.1968,-4.2568 2.5054,-4.8828 0.0826,-0.16758 0.16963,-0.30469 0.19337,-0.30469 0.0528,0 0.1101,-0.13271 -0.5191,1.2031 -3.5798,7.6001 -5.9472,12.201 -7.8718,15.297 -0.30563,0.4917 -1.4314,2.2516 -1.7791,2.7812 l -0.2154,0.32812 -0.19531,-0.0289 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3267" /> + <path + d="m 600.46,892.25 c 0,-0.11073 0.91767,-2.0936 1.4275,-3.0844 0.9469,-1.8404 1.7811,-3.1478 2.7317,-4.2812 0.4689,-0.55913 1.9261,-1.9688 2.0353,-1.9688 0.0212,0 -0.0682,0.10898 -0.19864,0.24219 -1.4008,1.4307 -3.6092,4.7154 -5.1527,7.6641 -0.21142,0.40391 -0.4707,0.89514 -0.57616,1.0916 -0.17927,0.33399 -0.26693,0.44452 -0.26693,0.33656 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3269" /> + <path + d="m 578.78,885.35 c 0.007,-0.0215 0.50384,-0.29661 1.1042,-0.6114 1.4847,-0.7785 2.7813,-1.4761 3.9185,-2.1081 8.8217,-4.9033 14.887,-9.483 18.488,-13.96 2.1234,-2.64 3.3956,-5.2814 3.8081,-7.9062 0.0763,-0.48557 0.11484,-0.91797 0.17268,-1.9375 0.0302,-0.53228 0.0891,-0.89382 0.25441,-1.5625 0.0638,-0.25818 0.10211,-0.3427 0.13864,-0.30618 0.0229,0.0229 -0.036,1.0542 -0.096,1.6812 -0.33289,3.4798 -1.525,6.6972 -3.5894,9.6875 -1.6219,2.3493 -3.8409,4.6124 -6.7063,6.8395 -3.2607,2.5344 -7.4986,5.1079 -13.578,8.2455 -1.3822,0.71333 -3.8784,1.9775 -3.9048,1.9775 -0.0123,0 -0.0166,-0.0176 -0.01,-0.0391 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3271" /> + <path + d="m 629.82,841.54 c 0.46167,-0.99946 1.3567,-2.7787 1.8333,-3.6445 2.5573,-4.6456 5.5524,-8.0247 13.262,-14.962 1.2849,-1.1562 3.0821,-2.7488 3.102,-2.7488 0.008,0 0.0152,0.007 0.0152,0.0148 0,0.008 -0.53261,0.51245 -1.1836,1.1208 -2.4563,2.2952 -3.8338,3.6164 -5.4939,5.2693 -5.2628,5.2399 -7.7834,8.5138 -10.846,14.087 -0.16526,0.30079 -0.35217,0.64356 -0.41535,0.76172 l -0.11489,0.21485 h -0.21138 l 0.0523,-0.11328 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3273" /> + <path + d="m 522.12,915.02 c -0.77679,-0.10575 -1.3445,-0.33351 -1.6683,-0.66927 -0.49061,-0.50877 -0.55158,-1.2408 -0.21311,-2.5588 0.22516,-0.87671 0.8679,-2.6716 0.96872,-2.7052 0.0651,-0.0217 0.0599,0.0365 -0.0379,0.42622 -0.12763,0.5087 -0.34851,1.6593 -0.39991,2.0833 -0.0624,0.5146 -0.0543,1.5143 0.0148,1.8352 0.14242,0.66118 0.47831,1.1084 0.98058,1.3056 0.38474,0.15107 1.1021,0.14566 1.7434,-0.0132 1.0816,-0.26782 2.2724,-0.77321 4.2569,-1.8067 1.2184,-0.6345 1.5537,-0.7821 1.3531,-0.59562 -0.035,0.0326 -1.1718,0.66848 -2.5262,1.4132 l -2.4626,1.354 -0.7857,-0.005 c -0.43214,-0.003 -0.98289,-0.0314 -1.2239,-0.0642 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3275" /> + <path + d="m 487.9,923.17 c 0.01,-0.03 0.6729,-0.2783 1.4731,-0.55187 10.654,-3.6423 16.524,-6.3577 21.805,-10.086 2.0035,-1.4147 3.5764,-2.7004 6.0562,-4.9504 2.1482,-1.9492 2.2539,-2.0382 2.2539,-1.8998 0,0.0663 -1.0154,1.1384 -1.8397,1.9423 -3.544,3.4565 -7.5388,6.2855 -12.59,8.9156 -4.5339,2.3609 -9.6675,4.3847 -16.554,6.5259 -0.5581,0.17353 -0.632,0.1863 -0.60474,0.10454 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3277" /> + <path + d="m 542.65,917.85 c 0.0141,-0.043 0.43133,-0.25474 0.92709,-0.47062 0.49575,-0.21587 1.5482,-0.68617 2.3389,-1.0451 l 1.4375,-0.65262 2.2188,-0.4733 c 1.2203,-0.26031 2.2563,-0.48612 2.3021,-0.5018 0.0458,-0.0157 0.0722,0.005 0.0586,0.0458 -0.0136,0.0409 -0.83863,0.33336 -1.8333,0.64994 -2.1072,0.67064 -4.4252,1.4536 -6.1625,2.0816 -0.6759,0.24431 -1.2478,0.44421 -1.2708,0.44421 -0.0231,0 -0.0304,-0.0352 -0.0162,-0.0781 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3279" /> + <path + d="m 497.58,943.42 c 0.0178,-0.0535 0.23258,-0.11457 0.58601,-0.16661 2.1614,-0.31823 5.7377,-1.0346 7.9998,-1.6024 7.6307,-1.9154 14.563,-4.6789 25.926,-10.335 2.2306,-1.1103 4.0711,-2.0032 4.09,-1.9843 0.07,0.07 -0.18291,0.22732 -1.8332,1.1406 -13.269,7.3432 -24.263,11.432 -34.312,12.762 -1.8821,0.24897 -2.4928,0.29517 -2.4564,0.18583 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3281" /> + <path + d="m 441.68,966.12 c 0.004,-0.0124 0.21129,-0.0907 0.46035,-0.17416 2.537,-0.84956 6.2883,-2.7809 11.04,-5.6837 0.4144,-0.25317 0.77124,-0.46714 0.79299,-0.47549 0.18576,-0.0713 -0.30567,0.29017 -1.8447,1.3568 -3.6686,2.5426 -5.9695,3.8378 -7.9913,4.4985 -0.62706,0.20491 -1.1696,0.32606 -1.9931,0.4451 -0.42789,0.0619 -0.47445,0.0652 -0.46369,0.0329 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3283" /> + <path + d="m 438.47,966.11 c -0.14748,-0.0734 -0.30453,-0.22692 -0.36945,-0.3612 -0.14864,-0.30749 -0.11085,-0.74469 0.12404,-1.4349 0.0945,-0.27758 0.63397,-1.589 0.66748,-1.6225 0.0442,-0.0442 0.0441,0.0113 -4.4e-4,0.18557 -0.1212,0.47471 -0.30962,1.4641 -0.36413,1.912 -0.0648,0.53254 -0.0505,1.0769 0.0332,1.2661 0.0242,0.0548 0.0408,0.103 0.0367,0.10707 -0.004,0.004 -0.0614,-0.0194 -0.12732,-0.0522 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3285" /> + <path + d="m 469.6,944.02 v -0.11992 l 0.0107,-0.005 c 0.0704,-0.0321 0.67508,-0.2935 1.0108,-0.43695 3.3892,-1.4485 6.6071,-2.6614 9.6907,-3.6528 l 0.0618,-0.0199 h 0.21431 v 0.0534 l -0.23926,0.0831 c -2.5925,0.90065 -6.297,2.3483 -10.154,3.9681 l -0.59473,0.24975 v -0.11992 z m 10.99,-0.004 c 0,-0.0677 5.3e-4,-0.0954 0.001,-0.0615 6.5e-4,0.0338 6.5e-4,0.0892 0,0.12304 -6.5e-4,0.0338 -0.001,0.006 -0.001,-0.0615 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3287" /> + <path + d="m 463.01,947.01 v -0.0467 l 0.10059,-0.0497 c 0.79834,-0.39415 2.1828,-1.0566 3.1572,-1.5106 1.0746,-0.50074 2.5777,-1.1799 3.3057,-1.4936 l 0.0303,-0.013 v 0.24019 l -0.52246,0.2223 c -1.8726,0.79677 -3.7748,1.6363 -5.2998,2.339 -0.23107,0.10648 -0.76181,0.35306 -0.76855,0.35707 -0.002,9.6e-4 -0.003,-0.0193 -0.003,-0.0449 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3289" /> + <path + d="m 480.59,939.81 v -0.0254 h -0.096 c -0.0751,0 -0.0957,-10e-4 -0.0944,-0.005 0.002,-0.005 0.0832,-0.0319 0.47559,-0.15513 1.989,-0.62461 3.9089,-1.1522 5.7871,-1.5902 0.1375,-0.0321 0.25405,-0.0593 0.259,-0.0604 0.009,-0.002 0.009,-0.001 0.008,0.0182 l -10e-4,0.0204 -0.28711,0.0654 c -1.816,0.4134 -3.6637,0.94737 -5.8569,1.6926 -0.105,0.0357 -0.19157,0.0649 -0.19238,0.0649 -8.1e-4,0 -0.001,-0.0114 -0.001,-0.0254 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3291" /> + <path + d="m 486.91,937.99 c 0,-0.0122 0.003,-0.0221 0.006,-0.0221 0.003,0 0.14933,-0.0323 0.32418,-0.0717 5.2856,-1.1921 10.283,-1.6495 14.906,-1.3642 0.60934,0.0376 0.86696,0.059 0.8548,0.071 -0.007,0.006 -0.54553,0.0374 -1.1697,0.067 -0.71211,0.0338 -1.7721,0.0733 -2.9555,0.11012 -1.9737,0.0614 -2.8338,0.0977 -3.9388,0.16624 -2.9422,0.18246 -5.3796,0.49852 -7.7132,1.0002 -0.16783,0.0361 -0.30722,0.0656 -0.30975,0.0656 -0.003,0 -0.005,-0.01 -0.005,-0.0221 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3293" /> + <path + d="m 495.96,943.61 c 0.002,-0.006 0.0605,-0.0174 0.16276,-0.0313 0.34791,-0.0475 0.95581,-0.13381 1.2288,-0.17457 0.15841,-0.0236 0.29154,-0.0418 0.29584,-0.0404 0.004,10e-4 -0.007,0.0123 -0.0249,0.0242 -0.0242,0.016 -0.032,0.026 -0.0302,0.0385 0.005,0.0312 0.0541,0.0392 0.24058,0.0387 0.0923,-2.6e-4 0.16262,0.002 0.15625,0.006 -0.006,0.003 -0.0608,0.0102 -0.12096,0.0154 -0.5218,0.0447 -0.69072,0.0583 -0.97656,0.0787 -0.39703,0.0283 -0.82708,0.0548 -0.88932,0.0549 -0.0325,2e-5 -0.0447,-0.003 -0.0424,-0.01 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3295" /> + <path + d="m 512.63,932.46 c 0.0383,-0.0329 0.61094,-0.45495 0.88112,-0.64942 3.3207,-2.3902 7.1879,-4.5731 12.17,-6.8694 l 0.36992,-0.1705 h 0.29044 v 0.0478 l -0.21959,0.10687 c -4.3281,2.1063 -8.2364,4.2817 -11.235,6.2533 -0.62039,0.40791 -1.4161,0.95342 -1.8318,1.2558 l -0.0585,0.0426 -0.19285,-2.2e-4 -0.19285,-2.3e-4 0.0193,-0.0166 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3297" /> + <path + d="m 509.87,934.73 c 0,-0.003 0.0503,-0.0501 0.11187,-0.10438 0.71326,-0.62985 1.5785,-1.3393 2.3879,-1.9579 l 0.24859,-0.19 0.18944,0.002 c 0.11314,9.1e-4 0.18819,0.004 0.18631,0.007 -0.002,0.003 -0.0658,0.0505 -0.14248,0.106 -0.17003,0.12316 -0.45989,0.33853 -0.98457,0.73157 -0.84643,0.63407 -1.4048,1.0322 -1.8727,1.3353 -0.1175,0.0761 -0.1243,0.08 -0.1243,0.0713 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3299" /> + <path + d="m 526.34,924.8 v -0.0232 h -0.13704 c -0.10165,0 -0.13666,-10e-4 -0.13555,-0.005 8.3e-4,-0.002 0.14643,-0.0702 0.32357,-0.15057 1.5628,-0.70882 3.3044,-1.4631 5.2847,-2.2887 0.25442,-0.10607 0.46348,-0.19196 0.46458,-0.19087 10e-4,10e-4 3.5e-4,0.004 -0.002,0.006 -0.002,0.002 -0.0915,0.0422 -0.19896,0.0893 -1.7388,0.76274 -3.7651,1.6979 -5.5186,2.5469 l -0.0811,0.0393 v -0.0232 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3301" /> + <path + d="m 539.99,918.91 c 8.3e-4,-0.003 0.15698,-0.0694 0.347,-0.14865 0.83851,-0.34974 1.9407,-0.8171 2.5813,-1.0945 0.0674,-0.0292 0.12318,-0.053 0.12402,-0.053 8.3e-4,0 0.002,0.002 0.002,0.004 0,0.002 -0.0497,0.029 -0.11035,0.0599 -0.15923,0.0813 -0.25286,0.1359 -0.27637,0.16103 -0.009,0.009 -0.01,0.0142 -0.0106,0.0443 l -8.1e-4,0.0338 -0.29216,0.10788 c -0.6104,0.22541 -1.5601,0.58328 -2.1335,0.80399 -0.1233,0.0475 -0.22584,0.0863 -0.22786,0.0863 -0.002,0 -0.003,-0.002 -0.002,-0.005 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3303" /> + <path + d="m 535.8,929.66 c 9.8e-4,-0.003 0.0328,-0.0241 0.0707,-0.0472 0.21975,-0.13348 0.32309,-0.2152 0.32309,-0.2555 0,-0.0226 -0.007,-0.0236 -0.0476,-0.007 -0.0413,0.0165 -0.28821,0.12926 -0.38758,0.17701 -0.062,0.0298 -0.0728,0.0338 -0.0672,0.0246 10e-4,-0.002 0.13196,-0.0701 0.29043,-0.15126 0.4294,-0.21985 1.3356,-0.68713 2.0102,-1.0366 0.32842,-0.17012 0.59814,-0.3083 0.59938,-0.30706 10e-4,10e-4 -2.8e-4,0.005 -0.003,0.008 -0.0146,0.0136 -1.6202,0.9392 -2.3025,1.3273 -0.5219,0.29688 -0.48896,0.27865 -0.48563,0.26864 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3305" /> + <path + d="m 528.97,912.42 c 8.7e-4,-0.003 0.0226,-0.0172 0.0483,-0.0322 0.0824,-0.0483 0.10634,-0.0644 0.12938,-0.0875 0.0267,-0.0267 0.0364,-0.0424 0.029,-0.0469 -0.0105,-0.006 -0.0716,0.01 -0.1251,0.0334 -0.0229,0.0101 -0.0278,0.0111 -0.0278,0.006 0,-0.002 0.0242,-0.0163 0.0537,-0.0319 1.1961,-0.62961 3.6855,-1.9638 5.8779,-3.1503 0.38242,-0.20695 0.69863,-0.37754 0.70268,-0.37908 0.005,-0.002 0.007,-0.001 0.006,0.003 -0.002,0.005 -6.684,3.6905 -6.692,3.6909 -0.002,9e-5 -0.003,-0.002 -0.002,-0.005 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3307" /> + <path + d="m 335.36,887.58 c 0,-0.29232 -0.0328,-0.96263 -0.0729,-1.4896 -0.0401,-0.52695 -0.0752,-1.0381 -0.0781,-1.136 -0.005,-0.1729 0.0185,-0.18631 0.83851,-0.47712 0.97472,-0.34567 1.1456,-0.41689 1.8991,-0.79148 0.30546,-0.15184 0.56702,-0.26444 0.58125,-0.25022 0.0142,0.0142 -0.2785,0.3315 -0.65051,0.70504 -1.1637,1.1685 -1.7566,2.0612 -2.1517,3.2399 -0.12644,0.37713 -0.26043,0.69588 -0.29778,0.70833 -0.0453,0.0151 -0.0679,-0.15415 -0.0679,-0.50885 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3309" /> + <path + d="m 326.62,923.91 c -0.007,-0.0215 -0.0786,-0.28516 -0.15835,-0.58594 -0.21183,-0.79933 -0.59484,-2.152 -0.71896,-2.5391 -0.33577,-1.0473 -0.58421,-2.5914 -0.67247,-4.1796 -0.0403,-0.72452 -0.023,-2.3114 0.0328,-3.0156 0.3314,-4.1834 1.5594,-7.714 3.6493,-10.492 0.25243,-0.33557 0.8589,-1.0579 0.98821,-1.1771 0.16523,-0.15221 0.11023,-0.0327 -0.14737,0.32018 -0.85702,1.1741 -1.7232,2.6046 -2.264,3.739 -1.1038,2.3152 -1.6616,4.4958 -1.8213,7.1192 -0.0473,0.77754 -0.0204,2.8779 0.0469,3.663 0.17187,2.0035 0.47889,3.9968 0.97279,6.3155 0.0937,0.43995 0.17038,0.81613 0.17038,0.83594 0,0.0484 -0.061,0.046 -0.0779,-0.003 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3311" /> + <path + d="m 358.62,964.81 c -6.5944,-1.7498 -10.426,-3.0335 -12.64,-4.2346 -1.674,-0.9084 -2.667,-1.801 -3.8157,-3.4304 -0.29935,-0.42457 -0.42457,-0.61737 -0.41025,-0.63169 0.007,-0.007 0.37878,0.35454 0.82653,0.80307 0.79342,0.79479 1.1994,1.1682 1.7864,1.6432 1.6088,1.3018 3.3963,2.2806 5.8557,3.2063 1.705,0.64173 4.7526,1.5808 8.2846,2.5527 0.25423,0.0699 0.46636,0.13962 0.4714,0.15481 0.012,0.036 0.0241,0.0382 -0.35912,-0.0635 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3313" /> + <path + d="m 335.06,948.1 c -0.76511,-0.82453 -1.3999,-1.7969 -2.0948,-3.209 -1.2618,-2.5637 -2.4364,-6.0313 -3.8999,-11.513 -0.43095,-1.614 -0.84865,-3.258 -0.83201,-3.2746 0.0313,-0.0313 0.0576,0.0406 0.17928,0.49041 0.208,0.76907 0.70387,2.5445 1.0091,3.6129 1.574,5.51 2.7268,8.6616 4.0839,11.165 0.43237,0.79751 1.1528,1.9703 1.6606,2.7034 0.12024,0.17358 0.21862,0.32113 0.21862,0.32789 0,0.0379 -0.0611,-0.0191 -0.32473,-0.30325 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3315" /> + <path + d="m 368.68,967.21 -0.625,-0.0142 -1.4219,-0.35219 c -2.5229,-0.62491 -5.2759,-1.3232 -7.0717,-1.7936 -0.31876,-0.0835 -0.58184,-0.15182 -0.58464,-0.15182 -0.003,0 -0.003,-0.004 -0.002,-0.01 0.002,-0.005 -0.002,-0.0159 -0.008,-0.0235 -0.007,-0.008 -0.0104,-0.0153 -0.008,-0.0172 0.002,-0.002 0.093,0.021 0.20243,0.051 0.33453,0.0916 1.2337,0.32941 1.727,0.45673 3.1163,0.80436 6.0018,1.4315 8.304,1.8049 0.17832,0.0289 0.32756,0.0556 0.33164,0.0593 0.01,0.009 -0.0863,0.008 -0.84336,-0.01 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3317" /> + <path + d="m 375.9,967.37 c -0.20303,-0.004 -0.36914,-0.0102 -0.36914,-0.0135 0,-0.003 0.0237,-0.0191 0.0527,-0.0351 0.087,-0.0478 0.13549,-0.0827 0.19911,-0.14331 0.0715,-0.0681 0.11529,-0.13424 0.14418,-0.21761 0.0187,-0.054 0.021,-0.0717 0.0205,-0.15843 -8.7e-4,-0.14476 -0.0365,-0.34881 -0.12402,-0.7102 -0.0328,-0.13552 -0.0364,-0.16209 -0.0195,-0.14474 0.006,0.006 0.50825,1.4204 0.50825,1.4304 0,10e-4 -0.01,0.002 -0.0215,10e-4 -0.0118,-7.7e-4 -0.1876,-0.005 -0.39063,-0.009 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3319" /> + <path + d="m 628.13,845.18 c 0.002,-0.007 0.4999,-1.0877 0.85541,-1.857 0.2049,-0.44338 0.51756,-1.1147 0.66189,-1.4212 l 0.11648,-0.24734 0.10136,4e-4 c 0.0557,2.2e-4 0.10202,10e-4 0.10283,0.002 8.1e-4,8.1e-4 -0.0195,0.0408 -0.0452,0.0888 -0.46374,0.86697 -1.1227,2.1354 -1.689,3.251 -0.0522,0.10295 -0.0975,0.188 -0.10048,0.189 -0.004,10e-4 -0.005,-3.9e-4 -0.003,-0.006 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3321" /> + <path + d="m 654.21,821.95 c 0,-0.002 0.0857,-0.0904 0.1905,-0.19629 0.58859,-0.59496 1.6211,-1.653 2.1903,-2.2443 0.075,-0.0779 0.13773,-0.1416 0.13949,-0.1416 0.005,0 0.004,0.004 -0.005,0.0144 -0.006,0.008 -0.007,0.0116 -0.004,0.0172 0.006,0.0109 0.0209,0.0195 0.0379,0.0218 0.0128,0.002 0.0177,-7e-5 0.0343,-0.0126 0.0375,-0.0283 0.16099,-0.14192 0.26187,-0.24083 0.0494,-0.0484 0.0641,-0.0602 0.0641,-0.051 0,0.006 -0.55873,0.55825 -1.1992,1.1846 -0.69012,0.67481 -1.6999,1.6524 -1.7069,1.6524 -0.002,0 -0.004,-0.002 -0.004,-0.004 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3323" /> + <path + d="m 701.5,646.04 c -0.0369,-0.058 -0.11745,-0.18633 -0.17891,-0.28516 -0.1655,-0.26614 -0.60427,-0.93703 -0.86835,-1.3277 l -0.23181,-0.34297 -0.11673,-0.50449 c -0.71699,-3.0987 -1.1559,-5.6626 -1.3167,-7.692 -0.0613,-0.77388 -0.0714,-1.0493 -0.0704,-1.9297 0.001,-0.91717 0.0214,-1.3251 0.10094,-2.0234 0.035,-0.3074 0.10465,-0.81198 0.11802,-0.85547 0.007,-0.0215 0.0259,-0.0273 0.0901,-0.0273 h 0.0817 l -0.0433,0.32422 c -0.27181,2.0372 -0.29368,3.959 -0.0675,5.9275 0.3048,2.6524 1.1358,5.52 2.4668,8.512 0.0741,0.16653 0.13469,0.30891 0.13469,0.3164 0,0.0384 -0.0385,0.003 -0.0986,-0.0919 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3325" /> + <path + d="m 698.94,631.04 c 0,-0.10375 0.18159,-0.98827 0.31179,-1.5187 0.13884,-0.56567 0.42357,-1.5795 0.49915,-1.7773 0.0144,-0.0378 0.0484,-0.0607 0.0484,-0.0326 0,0.006 -0.0453,0.19028 -0.10074,0.41015 -0.2317,0.91946 -0.44141,1.9366 -0.55601,2.6966 l -0.0353,0.23437 -0.0836,0.003 c -0.0583,0.002 -0.0837,-0.002 -0.0837,-0.016 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3327" /> + <path + d="m 683.4,632.86 c 0,-0.0141 0.2906,-0.25505 1.0938,-0.90671 1.9153,-1.554 3.2807,-2.9651 4.3733,-4.5196 0.11652,-0.16579 0.15799,-0.21031 0.15799,-0.16962 0,0.0233 -0.52712,0.80516 -0.71739,1.0642 -1.1128,1.5146 -2.3498,2.7502 -3.8513,3.8466 -0.25146,0.18363 -1.0202,0.70029 -1.0419,0.70029 -0.008,0 -0.0144,-0.007 -0.0144,-0.0151 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3329" /> + <path + d="m 701.27,623.12 c 0,-0.0123 0.0145,-0.0638 0.0321,-0.11458 0.0527,-0.15145 0.3465,-1.0951 0.46892,-1.5064 0.0994,-0.33382 0.1211,-0.39113 0.16974,-0.4478 0.35787,-0.41704 0.45421,-0.51922 0.45421,-0.48175 0,0.004 -0.0535,0.12215 -0.11879,0.26172 -0.18232,0.38949 -0.47232,1.0677 -0.73277,1.7136 -0.20837,0.51679 -0.27344,0.65364 -0.27344,0.57512 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3331" /> + <path + d="m 691.58,621.28 c 0,-0.01 0.0172,-0.0861 0.0382,-0.16927 0.48921,-1.9372 0.86253,-4.6255 1.0398,-7.4872 0.0657,-1.061 0.13308,-2.7136 0.15048,-3.6914 l 0.0108,-0.60547 h 0.332 l -0.004,0.21484 c -0.07,3.44 -0.34253,6.2801 -0.85569,8.918 -0.21608,1.1107 -0.63169,2.8121 -0.69185,2.8321 -0.0106,0.004 -0.0193,-0.002 -0.0193,-0.0116 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3333" /> + <path + d="m 692.99,609.33 -0.16406,-0.004 0.0125,-0.90186 c 0.0376,-2.7174 -0.0397,-6.9415 -0.20803,-11.361 -0.0257,-0.67379 -0.0466,-1.2697 -0.0466,-1.3242 v -0.0991 h 0.1496 l 0.0273,0.48828 c 0.29114,5.2023 0.37292,7.6243 0.39638,11.738 0.004,0.75625 0.005,1.3961 0.002,1.4219 l -0.005,0.0469 -0.16406,-0.004 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3335" /> + <path + d="m 692.52,594.45 c -0.0582,-1.3555 -0.17883,-3.8977 -0.26023,-5.4838 -0.0631,-1.2296 -0.0619,-1.189 -0.0356,-1.1803 0.0226,0.008 0.0429,0.3082 0.27694,4.1055 0.186,3.0183 0.21915,3.5741 0.21915,3.6744 v 0.0756 h -0.1492 l -0.0512,-1.1914 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3337" /> + <path + d="m 705.43,614.87 c 0,-0.008 0.16013,-0.52545 0.17976,-0.58101 0.006,-0.016 0.0131,-0.0161 0.0387,-1.3e-4 0.0261,0.0163 0.0446,0.0151 0.10526,-0.007 0.0405,-0.0146 0.0755,-0.0246 0.0778,-0.0223 0.002,0.002 -0.0537,0.0916 -0.12444,0.19857 -0.0707,0.10693 -0.15533,0.24536 -0.18803,0.30761 -0.0327,0.0623 -0.0661,0.11319 -0.0742,0.11319 -0.008,0 -0.0148,-0.004 -0.0148,-0.009 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3339" /> + <path + d="m 707.16,614.46 c -0.006,-0.006 -0.0105,-0.0391 -0.0107,-0.0742 -2.5e-4,-0.0578 -0.032,-0.23535 -0.0551,-0.30818 -0.007,-0.0233 -10e-4,-0.0291 0.0314,-0.0291 0.0224,0 0.0582,-0.0115 0.0797,-0.0255 0.0214,-0.0141 0.0424,-0.0222 0.0466,-0.018 0.004,0.004 -0.007,0.10393 -0.0239,0.22172 -0.0173,0.1178 -0.0315,0.22082 -0.0315,0.22895 0,0.0171 -0.0212,0.0196 -0.0364,0.004 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3341" /> + <path + d="m 708.89,595.13 c -0.004,-0.006 -0.0114,-0.0891 -0.0172,-0.18359 -0.0389,-0.63721 -0.184,-1.8631 -0.36421,-3.0763 -0.007,-0.0477 -0.004,-0.0591 0.0129,-0.0534 0.0345,0.0115 0.1577,0.72004 0.23982,1.3797 0.10284,0.82622 0.19057,1.9453 0.15249,1.9453 -0.009,0 -0.0201,-0.005 -0.0238,-0.0117 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3343" /> + <path + d="m 708.34,605.78 c 0,-10e-4 0.009,-0.0773 0.0194,-0.16894 0.1102,-0.9443 0.23762,-2.1187 0.30462,-2.8077 0.061,-0.62725 0.13165,-1.4533 0.16915,-1.9777 0.006,-0.088 0.0102,-0.12319 0.0136,-0.12435 0.007,-0.002 0.006,0.006 -0.005,0.17979 -0.0775,1.1738 -0.20424,2.5768 -0.36542,4.0438 -0.032,0.29088 -0.0917,0.8163 -0.0958,0.84277 -0.002,0.0146 -0.002,0.0146 -0.0215,0.0146 -0.0106,0 -0.0192,-0.001 -0.0192,-0.002 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3345" /> + <path + d="m 707.93,609.21 c 0,-0.004 0.0264,-0.21983 0.0587,-0.47949 0.1061,-0.85361 0.24962,-2.0438 0.32401,-2.687 0.0347,-0.30017 0.0296,-0.26891 0.0438,-0.26606 0.006,10e-4 0.015,5.2e-4 0.0191,-0.002 0.006,-0.003 0.007,-0.003 0.007,0.002 0,0.005 -0.0209,0.18258 -0.0681,0.57639 -0.0859,0.71723 -0.2587,2.056 -0.35391,2.7422 -0.009,0.0612 -0.0155,0.11352 -0.0155,0.11621 -10e-6,0.003 -0.004,0.005 -0.008,0.005 -0.005,0 -0.008,-0.003 -0.008,-0.007 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3347" /> + <path + d="m 708.97,596.73 c -10e-4,-10e-4 -0.003,-0.0247 -0.003,-0.0518 -1.5e-4,-0.22383 -0.0331,-0.97013 -0.0605,-1.3714 -0.0124,-0.18091 -0.0123,-0.17519 -5.7e-4,-0.17294 0.0109,0.002 0.0141,-0.006 0.0142,-0.0354 4e-5,-0.0133 10e-4,-0.0184 0.005,-0.0173 0.005,0.002 0.006,0.008 0.0183,0.27638 0.0232,0.49969 0.0436,1.375 0.0321,1.375 -0.002,0 -0.004,-10e-4 -0.006,-0.003 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3349" /> + <path + d="m 693.62,542.09 c -0.0951,-0.15323 -0.1762,-0.22656 -0.2504,-0.22656 -0.0604,0 -0.0727,0.0163 -0.0727,0.0964 0,0.20308 -0.0765,0.0611 -0.14552,-0.2702 -0.0392,-0.18798 -0.0787,-0.37246 -0.0879,-0.40996 -0.02,-0.0815 -0.38281,-0.27366 -0.57971,-0.30693 -0.11806,-0.0199 -0.12784,-0.0286 -0.1104,-0.0981 0.0433,-0.17251 0.021,-0.69075 -0.0432,-1.0037 -0.15286,-0.74494 -0.57914,-1.9191 -1.1763,-3.24 -0.17845,-0.39472 -0.1879,-0.42362 -0.13852,-0.42362 0.017,0 0.0786,0.0949 0.13701,0.21093 0.34059,0.67675 2.5821,5.6529 2.5821,5.7322 0,0.0549 -0.0637,0.0214 -0.11442,-0.0603 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3351" /> + <path + d="m 693.83,544.76 c -0.14289,-0.6008 -0.63441,-2.8405 -0.62535,-2.8496 0.004,-0.004 0.009,0.004 0.016,0.0264 0.0214,0.0676 0.0474,0.1156 0.0605,0.11216 0.006,-0.002 0.007,0.002 0.009,0.028 0.0237,0.27123 0.1587,0.91524 0.50213,2.3947 0.0366,0.15774 0.0666,0.28913 0.0666,0.29199 0,0.003 -0.005,0.005 -0.0136,0.005 -0.0109,0 -0.014,-0.002 -0.0157,-0.009 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3353" /> + <path + d="m 694.4,543.69 c -0.002,-0.004 -0.0362,-0.0818 -0.0761,-0.17334 -0.24179,-0.55594 -0.46001,-1.0194 -0.61096,-1.2976 -0.0161,-0.0296 -0.0285,-0.0547 -0.0275,-0.0557 9.8e-4,-9.8e-4 0.007,10e-4 0.0145,0.005 0.01,0.005 0.0148,0.005 0.0221,0.002 0.0133,-0.006 0.0123,-0.0206 -0.005,-0.0655 -0.0128,-0.0342 -0.0148,-0.0476 -0.006,-0.0383 0.004,0.004 0.0112,0.0205 0.21795,0.49974 0.17138,0.39736 0.47724,1.1129 0.48044,1.124 10e-4,0.004 7e-5,0.007 -0.002,0.007 -0.002,0 -0.006,-0.003 -0.008,-0.007 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3355" /> + <path + d="m 678.15,513.3 c -10e-4,-0.003 -0.14929,-0.2285 -0.32913,-0.50097 -0.96944,-1.4688 -2.0523,-3.0642 -3.0808,-4.5393 -0.15165,-0.2175 -0.27684,-0.39723 -0.27819,-0.39941 -0.002,-0.003 0.0293,-0.004 0.093,-0.004 h 0.0954 l 0.11904,0.17089 c 1.0583,1.5192 2.2767,3.3286 3.2954,4.8936 0.10209,0.15684 0.20021,0.30757 0.21805,0.33496 l 0.0324,0.0498 h -0.0815 c -0.067,0 -0.0819,-10e-4 -0.0837,-0.006 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3357" /> + <path + d="m 683.09,521.26 c -0.0216,-0.0412 -0.65889,-1.115 -0.89144,-1.502 -1.2204,-2.0309 -2.5248,-4.1127 -3.7962,-6.0586 -0.12213,-0.18691 -0.22962,-0.35215 -0.23888,-0.36718 l -0.0168,-0.0274 h 0.1612 l 0.23693,0.36719 c 1.5437,2.3924 3.2996,5.2535 4.5812,7.4648 0.0336,0.058 0.0662,0.11338 0.0725,0.12305 l 0.0113,0.0176 h -0.0553 c -0.0494,0 -0.0563,-0.002 -0.0645,-0.0176 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3359" /> + <path + d="m 687.25,528.73 c -1.2062,-2.2905 -2.5752,-4.7555 -3.9213,-7.0605 -0.13229,-0.22654 -0.23084,-0.40324 -0.22555,-0.40438 0.005,-10e-4 0.0301,6.4e-4 0.0554,0.004 l 0.046,0.006 0.0819,0.14063 c 0.94821,1.6272 2.1375,3.7551 3.1329,5.6054 0.36768,0.68348 1.0253,1.9239 1.0253,1.934 0,0.002 -0.0167,0.004 -0.0371,0.004 h -0.0371 l -0.12034,-0.22852 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3361" /> + <path + d="m 691.05,536.25 c -0.0281,-0.0374 -0.0346,-0.0415 -0.0512,-0.0326 -0.007,0.004 -0.0152,0.005 -0.0172,10e-4 -0.002,-0.003 -0.0774,-0.16584 -0.16751,-0.36135 -0.72627,-1.5749 -2.1862,-4.5015 -3.3197,-6.655 -0.0664,-0.12609 -0.11954,-0.22995 -0.11815,-0.23081 10e-4,-8.5e-4 0.0167,-0.005 0.0341,-0.009 l 0.0316,-0.008 0.0729,0.13715 c 0.39672,0.7468 1.493,2.9056 2.0909,4.1176 0.4557,0.92364 1.4176,2.916 1.4777,3.0605 0.009,0.0207 -0.0124,0.008 -0.0334,-0.0195 z" + inkscape:connector-curvature="0" + style="fill:#a05a2c" + id="path3363" /> + <path + d="m 137.05,741.72 c -0.2313,-0.012 -0.42267,-0.0239 -0.42526,-0.0265 -0.003,-0.003 -0.001,-0.008 0.003,-0.0111 0.004,-0.004 0.20768,-0.0176 0.45261,-0.0314 0.24492,-0.0137 0.45417,-0.0264 0.46499,-0.0281 0.0184,-0.003 0.0195,-10e-4 0.017,0.0257 -0.001,0.0158 7.3e-4,0.0437 0.005,0.0619 l 0.008,0.0332 -0.0519,-10e-4 c -0.0286,-5.7e-4 -0.24115,-0.0108 -0.47245,-0.0228 z" + inkscape:connector-curvature="0" + style="fill:#ff9955" + id="path3365" /> + <path + d="m 217.24,727 c -2.1506,-2.5833 -6.2584,-9.0986 -15.549,-24.662 -10.628,-17.805 -11.037,-23.174 -1.3991,-18.405 10.893,5.3894 20.017,23.598 20.077,40.067 0.0185,5.0571 -0.77988,5.8224 -3.1296,3 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3367" /> + <path + d="m 212.98,721 c -1.6421,-2.5026 -5.4296,-8.7258 -9.6091,-15.788 -4.1643,-7.0369 -5.4918,-9.2367 -6.3205,-10.474 -2.2545,-3.3661 -3.6661,-6.3809 -4.0419,-8.6323 -0.0892,-0.53423 -0.0904,-1.4836 -0.002,-1.8976 0.21389,-1.007 0.86479,-1.6873 1.8222,-1.9048 0.4135,-0.0939 1.2816,-0.0945 1.8286,-0.001 3.6441,0.62141 8.6474,4.2869 12.752,9.3423 3.272,4.0298 5.8989,8.7186 7.7499,13.833 1.4611,4.0368 2.4103,8.2918 2.8491,12.772 0.0859,0.87705 0.24528,2.6928 0.24528,2.7946 0,0.074 -0.18841,0.078 -3.5967,0.078 h -3.5967 l -0.0797,-0.12153 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3369" /> + <path + d="m 219.38,729.31 c -1.2185,-0.52876 -4.4136,-4.9914 -9.4908,-13.256 -1.6073,-2.6163 -3.5171,-5.7943 -6.1482,-10.231 -4.5774,-7.7188 -5.818,-9.7782 -6.5441,-10.863 -1.3034,-1.9477 -2.4398,-3.952 -3.0942,-5.4573 -0.12459,-0.28659 -0.22653,-0.53027 -0.22653,-0.54152 0,-0.0112 2.9672,-0.0154 6.5939,-0.009 l 6.5939,0.0112 0.59143,0.64082 c 5.8239,6.3103 9.9663,14.725 11.65,23.666 0.65726,3.4908 1.0411,7.4703 1.0428,10.81 7.5e-4,1.5242 -0.0409,2.3386 -0.15355,3.0045 -0.0353,0.20877 -0.085,0.66618 -0.11031,1.0165 -0.0662,0.91499 -0.0808,0.99604 -0.20605,1.1449 -0.12622,0.15001 -0.25984,0.16713 -0.49792,0.0638 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3371" /> + <path + d="m 384.36,686.5 c -3.5155,-0.73861 -8.2225,-5.3054 -13.207,-12.813 -4.7714,-7.1873 -9.0898,-16.129 -10.042,-20.794 l -0.11739,-0.57483 0.23903,-0.37534 c 1.4385,-2.2588 2.9451,-3.5517 4.6171,-3.9624 0.39256,-0.0964 1.4148,-0.10724 1.8562,-0.0197 3.5528,0.70513 7.4546,5.6423 11.058,13.992 3.2925,7.6299 5.8594,17.414 6.2437,23.799 0.0241,0.40106 0.0441,0.75406 0.0443,0.78445 5.5e-4,0.0764 -0.20781,0.0656 -0.69142,-0.036 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3373" /> + <path + d="m 444.66,537.54 c -0.65954,-0.30599 -0.90625,-0.96644 -0.90625,-2.4261 0,-0.95737 -0.22918,-3.0349 -0.53667,-4.8648 -1.3188,-7.8483 -4.701,-13.033 -10.34,-15.849 -1.4654,-0.73196 -2.3526,-1.0402 -5.4668,-1.8995 -8.215,-2.2668 -13.896,-4.323 -15.138,-5.4788 -0.22421,-0.20873 -0.27409,-0.29344 -0.25762,-0.4375 0.019,-0.16647 0.0972,-0.21363 1.1454,-0.69091 4.4683,-2.0346 7.5377,-2.8263 10.022,-2.5853 1.1945,0.11586 2.0683,0.31091 4.1692,0.93073 0.76094,0.22448 0.86315,0.27391 1.5,0.72534 1.5683,1.1117 2.5999,1.6986 5.7772,3.2868 3.6403,1.8197 4.2591,2.2145 5.7727,3.6833 2.7717,2.6896 4.9775,6.7897 7.8358,14.565 0.36015,0.97969 0.73336,2.0093 0.82935,2.288 0.51206,1.4868 0.50082,3.2252 -0.0311,4.8164 -0.40491,1.2112 -0.90863,2.0322 -1.7775,2.8971 -0.76907,0.76555 -1.313,1.0703 -1.9704,1.1038 -0.28821,0.0147 -0.5049,-0.008 -0.62767,-0.0645 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3375" /> + <path + d="m 257.22,508.39 c -1.8729,-0.27598 -3.3726,-0.65404 -6.3438,-1.5993 -9.193,-2.9246 -17.256,-7.6365 -18.522,-10.824 -0.14038,-0.35339 -0.14419,-0.93102 -0.008,-1.218 0.1549,-0.32643 0.58531,-0.69047 0.99964,-0.84549 0.45801,-0.17137 1.3399,-0.18826 2.0479,-0.0392 1.2079,0.25424 2.1759,0.61789 5.5453,2.0832 4.068,1.7692 5.345,2.2505 7.2583,2.7358 1.666,0.42254 2.0302,0.46325 4.7106,0.52651 1.3407,0.0316 3.5485,0.10326 4.9062,0.15916 8.5201,0.35074 12.726,0.15153 17.949,-0.85028 2.363,-0.45315 5.4528,-1.2898 7.5543,-2.0455 1.2232,-0.43987 1.4336,-0.49484 1.4336,-0.37453 0,0.25038 -1.3272,1.2898 -3.375,2.6433 -2.3602,1.5599 -4.6984,2.9173 -7.0625,4.1 -2.3161,1.1587 -3.5224,1.6619 -5.375,2.2425 -2.6607,0.83382 -3.493,1.1422 -5.4062,2.0033 -1.9403,0.87323 -2.5443,1.0919 -3.5225,1.2752 -0.57391,0.10758 -2.1419,0.12309 -2.79,0.0276 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3377" /> + <path + d="m 346.76,366.57 c -1.333,-0.42687 -2.8646,-1.582 -4.4467,-3.3538 l -0.87004,-0.97433 -0.0741,-0.89602 c -0.0407,-0.49281 -0.13791,-1.9664 -0.21593,-3.2746 l -0.14185,-2.3786 0.71702,-1.8714 c 2.3881,-6.2327 4.813,-9.4481 8.5638,-11.355 1.7638,-0.89696 3.7938,-1.5417 8.311,-2.6396 2.0625,-0.50131 6.2812,-1.5588 9.375,-2.3499 7.728,-1.9762 9.4669,-2.3414 11.117,-2.3349 1.1539,0.005 1.4458,0.14871 1.4458,0.71408 0,0.86591 -1.4471,3.1432 -3.6703,5.776 -1.3204,1.5636 -5.9211,6.1538 -7.6422,7.6246 -3.1506,2.6924 -5.7629,4.5173 -8.2156,5.7392 -2.2947,1.1432 -3.6309,2.4387 -6.7222,6.5175 -2.2127,2.9195 -3.4588,4.2157 -4.5866,4.7709 -0.94252,0.464 -2.0522,0.57194 -2.9439,0.28638 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3379" /> + <path + d="m 630.51,573.35 c -0.26287,-0.18552 -0.40706,-0.64349 -0.48245,-0.91334 -0.16068,-0.27559 -0.40648,-2.7302 -0.28847,-5.6558 0.002,-3.9058 0.23248,-5.635 0.47085,-7.386 0.79183,-5.816 1.6137,-9.4978 2.9456,-12.22 4.1631,-8.5081 17.439,-23.282 20.051,-22.28 0.43326,0.16626 0.82268,0.43091 1.3966,2.0804 0.76973,2.2122 0.54661,9.443 0.32506,13.001 -0.33477,5.3768 -1.209,10.072 -2.245,12.362 -1.479,3.2692 -5.8413,8.6883 -11.832,13.857 -7.4189,6.4003 -9.3731,8.1218 -10.341,7.1543 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3381" /> + <path + d="m 552.67,668.43 c -1.775,-0.69444 -4.1238,-2.8571 -7.835,-7.2142 -2.2981,-2.698 -3.1975,-3.2391 -5.9968,-3.6079 -1.8844,-0.24826 -2.2743,-0.46379 -2.7205,-1.5039 -0.49155,-1.1457 -0.35253,-5.636 0.31542,-10.188 0.55299,-3.7681 2.1477,-6.9336 3.8134,-7.5698 0.78861,-0.30118 1.8308,-0.20138 2.7491,0.26325 0.87995,0.44521 2.2816,1.7301 3.386,3.1041 3.661,4.5544 7.6653,13.808 8.8768,20.515 0.31487,1.743 0.31925,4.41 0.009,5.2152 -0.44861,1.1626 -1.3096,1.4894 -2.597,0.98575 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3383" /> + <path + d="m 583.58,841.33 c -0.56847,-0.56848 -4.412,-6.7237 -5.2508,-8.4089 -0.8612,-1.7302 -1.6883,-3.839 -2.2515,-5.7405 -1.0641,-3.5926 -1.181,-5.9564 -0.3336,-6.7418 0.2925,-0.27107 0.40413,-0.2974 0.95624,-0.2255 3.3157,0.43183 6.4083,5.3018 7.5841,11.943 0.21797,1.2311 0.22259,8.5209 0.006,9.0312 -0.16502,0.38838 -0.41454,0.4386 -0.7102,0.14295 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3385" /> + <path + d="m 415.69,944.36 c -2.4446,-0.11737 -5.3266,-0.78418 -8.3789,-1.9386 -0.53851,-0.20368 -2.1262,-0.85001 -2.1742,-0.88506 -0.022,-0.016 0.0776,-4.3216 0.12452,-5.3846 0.0937,-2.1228 0.29807,-2.7868 1.1094,-3.6036 0.1548,-0.15586 0.71899,-0.67236 1.2537,-1.1478 0.53475,-0.47542 1.3903,-1.2826 1.9012,-1.7938 0.74585,-0.74617 1.0202,-1.0556 1.3921,-1.5698 1.4938,-2.0656 2.6543,-3.3121 3.6777,-3.9499 0.94589,-0.58955 1.9308,-0.67409 2.7924,-0.23969 0.47015,0.23705 0.78555,0.47877 1.3098,1.0039 0.81497,0.81624 1.5109,1.8032 2.7137,3.8483 1.0229,1.7393 1.3607,2.1991 3.0029,4.088 1.1497,1.3224 1.685,2.1629 1.8833,2.957 0.22037,0.88267 0.0525,1.8912 -0.51055,3.0673 -1.7055,3.5625 -4.7608,5.4422 -9.0144,5.5459 -0.41321,0.0101 -0.90045,0.0112 -1.0828,0.002 v 10e-6 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3387" /> + <path + d="m 355.39,856.93 c 0,-1.1122 -0.0875,-2.0422 -0.37601,-3.9951 -0.48918,-3.3116 -0.58544,-4.4231 -0.87685,-10.125 -0.17565,-3.4368 -0.29441,-5.2179 -0.40631,-6.0938 -0.6341,-4.9631 -1.9512,-9.8583 -3.6266,-13.479 -0.85522,-1.848 -1.8158,-3.4041 -3.8825,-6.2892 -1.423,-1.9866 -2.0889,-3.0427 -2.3109,-3.6653 -0.31228,-0.87577 -0.23937,-1.2461 0.37213,-1.8898 0.60452,-0.6364 1.0697,-0.86464 1.7624,-0.86464 0.588,0 0.92992,0.11167 1.5398,0.5029 3.0232,1.9393 6.9365,9.887 10.554,21.435 1.0776,3.44 1.4771,5.4879 1.6214,8.3125 0.065,1.2718 0.0159,2.9785 -0.12248,4.2558 -0.29599,2.7329 -1.1015,5.8402 -2.2552,8.6995 -0.66795,1.6554 -1.8055,4.0135 -1.9361,4.0135 -0.0313,0 -0.0568,-0.36782 -0.0568,-0.81737 z" + inkscape:connector-curvature="0" + style="fill:#d38d5f" + id="path3389" /> + </g> + </g> + <path + inkscape:connector-curvature="0" + id="path959" + d="m 51.887826,204.93421 a 88.368795,85.640517 0 0 0 -3.29334,-7.13238 88.368795,85.640517 0 0 0 -4.3956,-7.42538 88.368795,85.640517 0 0 0 -5.13767,-6.9634 88.368795,85.640517 0 0 0 -5.83014,-6.43113 88.368795,85.640517 0 0 0 -6.46317,-5.83531 88.368795,85.640517 0 0 0 -7.03161,-5.18056 88.368795,85.640517 0 0 0 -7.53081,-4.47466 88.368795,85.640517 0 0 0 -3.2731802,-1.53221 c -3.55387,3.67771 -6.95823,7.57765 -9.29813,12.09074 -2.96211,5.71314 -5.41673,18.53065 -5.41673,18.53065 0,0 4.73109,4.95591 7.6972,6.5567 7.75393,4.18476 16.7787002,5.46819 25.3726102,7.41247 3.47421,0.78601 6.98621,1.69599 10.5482,1.71049 4.68913,0.019 9.42029,-0.43507 14.05237,-1.32602 z" + style="fill:#508227;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.69333339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <text + transform="skewX(51.366807)" + id="text963" + y="278.88849" + x="-300.14066" + style="font-style:normal;font-weight:normal;font-size:6.09108257px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#a05a2c;fill-opacity:1;stroke:none;stroke-width:0.15227707" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.23719788px;font-family:'Tetricide BRK';-inkscape-font-specification:'Tetricide BRK';fill:#a05a2c;fill-opacity:1;stroke-width:0.15227707" + y="278.88849" + x="-300.14066" + id="tspan961" + sodipodi:role="line">1</tspan></text> + <text + transform="skewX(28.3)" + id="text963-5" + y="282.9393" + x="-135.29172" + style="font-style:normal;font-weight:normal;font-size:5.36366177px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13409154" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.74557686px;font-family:'Tetricide BRK';-inkscape-font-specification:'Tetricide BRK';fill:#000000;fill-opacity:1;stroke-width:0.13409154" + y="282.9393" + x="-135.29172" + id="tspan961-1" + sodipodi:role="line">0</tspan></text> + <text + transform="skewX(-32.423271)" + id="text963-2" + y="283.1842" + x="154.74008" + style="font-style:normal;font-weight:normal;font-size:6.09108257px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#a05a2c;fill-opacity:1;stroke:none;stroke-width:0.15227707" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.23719978px;font-family:'Tetricide BRK';-inkscape-font-specification:'Tetricide BRK';fill:#a05a2c;fill-opacity:1;stroke-width:0.15227707" + y="283.1842" + x="154.74008" + id="tspan961-13" + sodipodi:role="line">1</tspan></text> + <text + transform="skewX(-56.604244)" + id="text963-2-4" + y="275.01749" + x="349.84576" + style="font-style:normal;font-weight:normal;font-size:6.09108257px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#a05a2c;fill-opacity:1;stroke:none;stroke-width:0.15227707" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.23719978px;font-family:'Tetricide BRK';-inkscape-font-specification:'Tetricide BRK';fill:#a05a2c;fill-opacity:1;stroke-width:0.15227707" + y="275.01749" + x="349.84576" + id="tspan961-13-5" + sodipodi:role="line">1</tspan></text> + </g> + </g> +</svg> diff --git a/biscuit/core/templates/core/base.html b/biscuit/core/templates/core/base.html index ad9c79960f7ee8cad093d9ef7edc7d6dbcb6dbee..5f22bf83b02629b5d7f37631d3444b328c3b01af 100644 --- a/biscuit/core/templates/core/base.html +++ b/biscuit/core/templates/core/base.html @@ -6,9 +6,9 @@ {% block bootstrap4_extra_head %} {% fa_css %} {% include_css "DataTables-Bootstrap4" %} + {% include 'core/icons.html' %} <link rel="stylesheet" href="{% sass_src 'bootstrap_modified.scss' %}" /> <link rel="stylesheet" href="{% static 'css/style.css' %}" /> - <link rel="shortcut icon" href="#" /> {% endblock %} {% block bootstrap4_title %}BiscuIT School Information System{% endblock %} @@ -38,6 +38,8 @@ </header> <main role="main" class="container"> + {% include 'core/no_person.html' %} + {% bootstrap_messages %} <h1>{% block page_title %}{% endblock %}</h1> @@ -47,7 +49,7 @@ <footer class="footer text-dark bg-light mt-auto"> <div class="container-fluid"> <div class="row text-center text-xs-center text-sm-left text-md-left text-dark"> - {% with menu=FOOTER_MENU_CORE %}{% include "footer-menu.html" %}{% endwith %} + {% with menu=FOOTER_MENU_CORE %}{% include "core/footer-menu.html" %}{% endwith %} </div> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-dark"> diff --git a/biscuit/core/templates/error.html b/biscuit/core/templates/core/error.html similarity index 100% rename from biscuit/core/templates/error.html rename to biscuit/core/templates/core/error.html diff --git a/biscuit/core/templates/footer-menu.html b/biscuit/core/templates/core/footer-menu.html similarity index 100% rename from biscuit/core/templates/footer-menu.html rename to biscuit/core/templates/core/footer-menu.html diff --git a/biscuit/core/templates/core/groups.html b/biscuit/core/templates/core/groups.html index b312d45ca53b727dbf9fbd91136b47318add3dc2..a4925239b0edb1217ea5bc95218592ad70003a8a 100644 --- a/biscuit/core/templates/core/groups.html +++ b/biscuit/core/templates/core/groups.html @@ -1,5 +1,5 @@ {% extends "core/base.html" %} -{% load bootstrap4 i18n %} +{% load bootstrap4 font_awesome i18n %} {% load render_table from django_tables2 %} <title>{% block bootstrap4_title %}{% blocktrans %}BiscuIT SIS - Groups{% endblocktrans %}{% endblock %}</title> @@ -7,6 +7,11 @@ {% block page_title %}{% blocktrans %}Groups{% endblocktrans %}{% endblock %} {% block content %} + <div class="btn-group" role="group" aria-lable="Group actions"> + <a href="{% url 'create_group' %}" class="btn btn-secondary"> + {% fa 'plus' %} + </a> + </div> {% render_table groups_table %} diff --git a/biscuit/core/templates/core/icons.html b/biscuit/core/templates/core/icons.html new file mode 100644 index 0000000000000000000000000000000000000000..a0268661ba9e68d857100ef2b4357fd53bc4b66c --- /dev/null +++ b/biscuit/core/templates/core/icons.html @@ -0,0 +1,8 @@ +{% load static thumbnail %} +{% get_static_prefix as static_prefix %} + +{% with path="{{ static_prefix }}biscuit-logo.png" %} + <link rel="shortcut icon" type="image/png" href="{% thumbnail path 196x196 crop %}" /> + <link rel="shortcut icon" sizes="196x196" href="{% thumbnail path 196x196 crop %}" /> + <link rel="apple-touch-icon" href="{% thumbnail path 196x196 crop %}" /> +{% endwith %} diff --git a/biscuit/core/templates/core/no_person.html b/biscuit/core/templates/core/no_person.html new file mode 100644 index 0000000000000000000000000000000000000000..3823b5ea96d7fa1ee3b5ea15671c0a69a47e0acc --- /dev/null +++ b/biscuit/core/templates/core/no_person.html @@ -0,0 +1,18 @@ +{% load i18n %} + +{% if not user.person %} + <div class="alert alert-danger" role="alert"> + <h2 class="alert-heading"> + {% blocktrans %} + You are not linked to a person + {% endblocktrans %} + </h2> + <p> + {% blocktrans %} + Your user account is not linked to a person. This means you + cannot access any school-related information. Please contact + the managers of BiscuIT at your school. + {% endblocktrans %} + </p> + </div> +{% endif %} diff --git a/biscuit/core/urls.py b/biscuit/core/urls.py index f7d7df552ea108b0d0d77f584a78cb4f9f020101..2b7c13dd4d2b93ce22e393a33a4d889726fd3cfd 100644 --- a/biscuit/core/urls.py +++ b/biscuit/core/urls.py @@ -19,6 +19,7 @@ urlpatterns = [ {'template': 'card'}, name='person_by_id_card'), path('person/<int:id_>/edit', views.edit_person, name='edit_person_by_id'), path('groups', views.groups, name='groups'), + path('group/create', views.edit_group, name='create_group'), path('group/<int:id_>', views.group, {'template': 'full'}, name='group_by_id'), path('group/<int:id_>/edit', views.edit_group, name='edit_group_by_id'), diff --git a/biscuit/core/util/core_helpers.py b/biscuit/core/util/core_helpers.py index 992a51316da72723a55b44edab5ed98fa246f8cb..e2379d140782b9e866c41ee7efd9adff5c88fd01 100644 --- a/biscuit/core/util/core_helpers.py +++ b/biscuit/core/util/core_helpers.py @@ -69,3 +69,12 @@ def get_current_school() -> Optional: def is_impersonate(request: HttpRequest) -> bool: if hasattr(request, 'user'): return getattr(request.user, 'is_impersonate', False) + else: + return False + + +def has_person(request: HttpRequest) -> bool: + if hasattr(request, 'user'): + return getattr(request.user, 'person', None) is not None + else: + return False diff --git a/biscuit/core/views.py b/biscuit/core/views.py index 987c538fda88c42229c0c5b72b1f52fd2e4c8f91..2d450d63bb20e7fab628416d97f1d544564ede64 100644 --- a/biscuit/core/views.py +++ b/biscuit/core/views.py @@ -1,4 +1,4 @@ -from typing import Callable +from typing import Callable, Optional from django.contrib.auth.decorators import login_required from django.http import Http404, HttpRequest, HttpResponse @@ -32,7 +32,7 @@ def error_handler(status: int) -> Callable[..., HttpResponse]: context['caption'] = _('Internal server error') context['message'] = _('An unexpected error has occurred.') - return render(request, 'error.html', context, status=status) + return render(request, 'core/error.html', context, status=status) return real_handler @@ -165,12 +165,15 @@ def edit_person(request: HttpRequest, id_: int) -> HttpResponse: @admin_required -def edit_group(request: HttpRequest, id_: int) -> HttpResponse: +def edit_group(request: HttpRequest, id_: Optional[int] = None) -> HttpResponse: context = {} - group = get_object_or_404(Group, id=id_) - - edit_group_form = EditGroupForm(request.POST or None, instance=group) + if id_: + group = get_object_or_404(Group, id=id_) + edit_group_form = EditGroupForm(request.POST or None, instance=group) + else: + group = None + edit_group_form = EditGroupForm(request.POST or None) if request.method == 'POST': if edit_group_form.is_valid(): @@ -185,6 +188,7 @@ def edit_group(request: HttpRequest, id_: int) -> HttpResponse: return render(request, 'core/edit_group.html', context) +@admin_required def data_management(request: HttpRequest) -> HttpResponse: context = {} return render(request, 'core/data_management.html', context) diff --git a/pyproject.toml b/pyproject.toml index 74388a3efbde246321179158bdaffaf788fba43d..f2f0414d9cdd7c643b70d11143f953adbded31f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ python = "^3.7" Django = "^2.2" django-any-js = "^1.0" -django-bootstrap4 = "^0.0.8" +django-bootstrap4 = "^1.0" django-fa = "^1.0" django-debug-toolbar = "^2.0" django-easy-audit = "^1.1" @@ -44,6 +44,7 @@ easy-thumbnails = "^2.6" django-image-cropping = "^1.2" django-contact-form = "^1.7" django-impersonate = "^1.4" +python-memcached = "^1.59" [tool.poetry.extras] ldap = ["django-auth-ldap"]