diff --git a/ticdesk/.vscode/settings.json b/aleksis/apps/ticdesk/.vscode/settings.json similarity index 100% rename from ticdesk/.vscode/settings.json rename to aleksis/apps/ticdesk/.vscode/settings.json diff --git a/ticdesk/__init__.py b/aleksis/apps/ticdesk/__init__.py similarity index 100% rename from ticdesk/__init__.py rename to aleksis/apps/ticdesk/__init__.py diff --git a/ticdesk/_version.py b/aleksis/apps/ticdesk/_version.py similarity index 100% rename from ticdesk/_version.py rename to aleksis/apps/ticdesk/_version.py diff --git a/ticdesk/apps.py b/aleksis/apps/ticdesk/apps.py similarity index 92% rename from ticdesk/apps.py rename to aleksis/apps/ticdesk/apps.py index 2eb160092791f7bf1c51822f57a55610ad182a97..0a8ab0235b51b8506f09429ae3b10e5f22bfd611 100644 --- a/ticdesk/apps.py +++ b/aleksis/apps/ticdesk/apps.py @@ -2,7 +2,7 @@ from aleksis.core.util.apps import AppConfig class TICDeskConfig(AppConfig): - name = "ticdesk" + name = "aleksis.apps.ticdesk" verbose_name = "TIC-Desk - Teckids Centre Information Desk" urls = { diff --git a/ticdesk/filters.py b/aleksis/apps/ticdesk/filters.py similarity index 100% rename from ticdesk/filters.py rename to aleksis/apps/ticdesk/filters.py diff --git a/ticdesk/forms.py b/aleksis/apps/ticdesk/forms.py similarity index 99% rename from ticdesk/forms.py rename to aleksis/apps/ticdesk/forms.py index 2dae94b1f9619918bd6b49eb90769ce62b5c211f..0603af4026e3db21818953c9fee1f4651a54b535 100644 --- a/ticdesk/forms.py +++ b/aleksis/apps/ticdesk/forms.py @@ -218,6 +218,10 @@ class GenerateListForm(forms.Form): help_text=_("Select template to generate list."), ) + landscape = forms.BooleanField( + label=_("Landscape"), + help_text=_("Select if output should be in landscape."), + ) class RegisterEventForm(forms.ModelForm): """Form to register for an event.""" diff --git a/ticdesk/locale/ar/LC_MESSAGES/django.po b/aleksis/apps/ticdesk/locale/ar/LC_MESSAGES/django.po similarity index 100% rename from ticdesk/locale/ar/LC_MESSAGES/django.po rename to aleksis/apps/ticdesk/locale/ar/LC_MESSAGES/django.po diff --git a/ticdesk/locale/de_DE/LC_MESSAGES/django.po b/aleksis/apps/ticdesk/locale/de_DE/LC_MESSAGES/django.po similarity index 100% rename from ticdesk/locale/de_DE/LC_MESSAGES/django.po rename to aleksis/apps/ticdesk/locale/de_DE/LC_MESSAGES/django.po diff --git a/ticdesk/locale/en/LC_MESSAGES/django.po b/aleksis/apps/ticdesk/locale/en/LC_MESSAGES/django.po similarity index 100% rename from ticdesk/locale/en/LC_MESSAGES/django.po rename to aleksis/apps/ticdesk/locale/en/LC_MESSAGES/django.po diff --git a/ticdesk/locale/fr/LC_MESSAGES/django.po b/aleksis/apps/ticdesk/locale/fr/LC_MESSAGES/django.po similarity index 100% rename from ticdesk/locale/fr/LC_MESSAGES/django.po rename to aleksis/apps/ticdesk/locale/fr/LC_MESSAGES/django.po diff --git a/ticdesk/locale/la/LC_MESSAGES/django.po b/aleksis/apps/ticdesk/locale/la/LC_MESSAGES/django.po similarity index 100% rename from ticdesk/locale/la/LC_MESSAGES/django.po rename to aleksis/apps/ticdesk/locale/la/LC_MESSAGES/django.po diff --git a/ticdesk/locale/nb_NO/LC_MESSAGES/django.po b/aleksis/apps/ticdesk/locale/nb_NO/LC_MESSAGES/django.po similarity index 100% rename from ticdesk/locale/nb_NO/LC_MESSAGES/django.po rename to aleksis/apps/ticdesk/locale/nb_NO/LC_MESSAGES/django.po diff --git a/ticdesk/locale/tr_TR/LC_MESSAGES/django.po b/aleksis/apps/ticdesk/locale/tr_TR/LC_MESSAGES/django.po similarity index 100% rename from ticdesk/locale/tr_TR/LC_MESSAGES/django.po rename to aleksis/apps/ticdesk/locale/tr_TR/LC_MESSAGES/django.po diff --git a/ticdesk/menus.py b/aleksis/apps/ticdesk/menus.py similarity index 100% rename from ticdesk/menus.py rename to aleksis/apps/ticdesk/menus.py diff --git a/ticdesk/migrations/0001_initial.py b/aleksis/apps/ticdesk/migrations/0001_initial.py similarity index 100% rename from ticdesk/migrations/0001_initial.py rename to aleksis/apps/ticdesk/migrations/0001_initial.py diff --git a/ticdesk/migrations/0002_mail_addresses.py b/aleksis/apps/ticdesk/migrations/0002_mail_addresses.py similarity index 100% rename from ticdesk/migrations/0002_mail_addresses.py rename to aleksis/apps/ticdesk/migrations/0002_mail_addresses.py diff --git a/ticdesk/migrations/0003_auto_20200529_1949.py b/aleksis/apps/ticdesk/migrations/0003_auto_20200529_1949.py similarity index 100% rename from ticdesk/migrations/0003_auto_20200529_1949.py rename to aleksis/apps/ticdesk/migrations/0003_auto_20200529_1949.py diff --git a/ticdesk/migrations/0004_auto_20200529_2018.py b/aleksis/apps/ticdesk/migrations/0004_auto_20200529_2018.py similarity index 100% rename from ticdesk/migrations/0004_auto_20200529_2018.py rename to aleksis/apps/ticdesk/migrations/0004_auto_20200529_2018.py diff --git a/ticdesk/migrations/0005_auto_20200529_2048.py b/aleksis/apps/ticdesk/migrations/0005_auto_20200529_2048.py similarity index 100% rename from ticdesk/migrations/0005_auto_20200529_2048.py rename to aleksis/apps/ticdesk/migrations/0005_auto_20200529_2048.py diff --git a/ticdesk/migrations/0006_teckidsmember.py b/aleksis/apps/ticdesk/migrations/0006_teckidsmember.py similarity index 100% rename from ticdesk/migrations/0006_teckidsmember.py rename to aleksis/apps/ticdesk/migrations/0006_teckidsmember.py diff --git a/ticdesk/migrations/0007_auto_20200728_1145.py b/aleksis/apps/ticdesk/migrations/0007_auto_20200728_1145.py similarity index 100% rename from ticdesk/migrations/0007_auto_20200728_1145.py rename to aleksis/apps/ticdesk/migrations/0007_auto_20200728_1145.py diff --git a/ticdesk/migrations/0008_auto_20200728_1352.py b/aleksis/apps/ticdesk/migrations/0008_auto_20200728_1352.py similarity index 100% rename from ticdesk/migrations/0008_auto_20200728_1352.py rename to aleksis/apps/ticdesk/migrations/0008_auto_20200728_1352.py diff --git a/ticdesk/migrations/0009_auto_20200728_1504.py b/aleksis/apps/ticdesk/migrations/0009_auto_20200728_1504.py similarity index 100% rename from ticdesk/migrations/0009_auto_20200728_1504.py rename to aleksis/apps/ticdesk/migrations/0009_auto_20200728_1504.py diff --git a/ticdesk/migrations/0010_auto_20200728_2017.py b/aleksis/apps/ticdesk/migrations/0010_auto_20200728_2017.py similarity index 100% rename from ticdesk/migrations/0010_auto_20200728_2017.py rename to aleksis/apps/ticdesk/migrations/0010_auto_20200728_2017.py diff --git a/ticdesk/migrations/0011_auto_20200728_2119.py b/aleksis/apps/ticdesk/migrations/0011_auto_20200728_2119.py similarity index 100% rename from ticdesk/migrations/0011_auto_20200728_2119.py rename to aleksis/apps/ticdesk/migrations/0011_auto_20200728_2119.py diff --git a/ticdesk/migrations/0012_auto_20200729_1640.py b/aleksis/apps/ticdesk/migrations/0012_auto_20200729_1640.py similarity index 100% rename from ticdesk/migrations/0012_auto_20200729_1640.py rename to aleksis/apps/ticdesk/migrations/0012_auto_20200729_1640.py diff --git a/ticdesk/migrations/0013_auto_20200729_1738.py b/aleksis/apps/ticdesk/migrations/0013_auto_20200729_1738.py similarity index 100% rename from ticdesk/migrations/0013_auto_20200729_1738.py rename to aleksis/apps/ticdesk/migrations/0013_auto_20200729_1738.py diff --git a/ticdesk/migrations/0014_auto_20200731_1511.py b/aleksis/apps/ticdesk/migrations/0014_auto_20200731_1511.py similarity index 100% rename from ticdesk/migrations/0014_auto_20200731_1511.py rename to aleksis/apps/ticdesk/migrations/0014_auto_20200731_1511.py diff --git a/ticdesk/migrations/0015_auto_20200802_1340.py b/aleksis/apps/ticdesk/migrations/0015_auto_20200802_1340.py similarity index 100% rename from ticdesk/migrations/0015_auto_20200802_1340.py rename to aleksis/apps/ticdesk/migrations/0015_auto_20200802_1340.py diff --git a/ticdesk/migrations/0016_eventfeedback_feedbackfeedbackaspect.py b/aleksis/apps/ticdesk/migrations/0016_eventfeedback_feedbackfeedbackaspect.py similarity index 100% rename from ticdesk/migrations/0016_eventfeedback_feedbackfeedbackaspect.py rename to aleksis/apps/ticdesk/migrations/0016_eventfeedback_feedbackfeedbackaspect.py diff --git a/ticdesk/migrations/0017_auto_20200802_1507.py b/aleksis/apps/ticdesk/migrations/0017_auto_20200802_1507.py similarity index 100% rename from ticdesk/migrations/0017_auto_20200802_1507.py rename to aleksis/apps/ticdesk/migrations/0017_auto_20200802_1507.py diff --git a/ticdesk/migrations/0018_auto_20200802_1646.py b/aleksis/apps/ticdesk/migrations/0018_auto_20200802_1646.py similarity index 100% rename from ticdesk/migrations/0018_auto_20200802_1646.py rename to aleksis/apps/ticdesk/migrations/0018_auto_20200802_1646.py diff --git a/ticdesk/migrations/0019_auto_20200926_2018.py b/aleksis/apps/ticdesk/migrations/0019_auto_20200926_2018.py similarity index 100% rename from ticdesk/migrations/0019_auto_20200926_2018.py rename to aleksis/apps/ticdesk/migrations/0019_auto_20200926_2018.py diff --git a/ticdesk/migrations/__init__.py b/aleksis/apps/ticdesk/migrations/__init__.py similarity index 100% rename from ticdesk/migrations/__init__.py rename to aleksis/apps/ticdesk/migrations/__init__.py diff --git a/ticdesk/model_extensions.py b/aleksis/apps/ticdesk/model_extensions.py similarity index 100% rename from ticdesk/model_extensions.py rename to aleksis/apps/ticdesk/model_extensions.py diff --git a/ticdesk/models.py b/aleksis/apps/ticdesk/models.py similarity index 100% rename from ticdesk/models.py rename to aleksis/apps/ticdesk/models.py diff --git a/ticdesk/predicates.py b/aleksis/apps/ticdesk/predicates.py similarity index 100% rename from ticdesk/predicates.py rename to aleksis/apps/ticdesk/predicates.py diff --git a/ticdesk/preferences.py b/aleksis/apps/ticdesk/preferences.py similarity index 100% rename from ticdesk/preferences.py rename to aleksis/apps/ticdesk/preferences.py diff --git a/ticdesk/rules.py b/aleksis/apps/ticdesk/rules.py similarity index 73% rename from ticdesk/rules.py rename to aleksis/apps/ticdesk/rules.py index 9d162f1d62361df7e29fa60435cb773f38904801..647eda6490a38e6ae6fc79d54f248ccafbeb630b 100644 --- a/ticdesk/rules.py +++ b/aleksis/apps/ticdesk/rules.py @@ -1,4 +1,4 @@ -from rules import add_perm +import rules from aleksis.core.models import Group from aleksis.core.util.predicates import ( @@ -21,63 +21,63 @@ from .predicates import ( view_vouchers_predicate = has_person & ( has_global_perm("ticdesk.view_vouchers") | has_any_object("ticdesk.view_vouchers", Voucher) ) -add_perm("ticdesk.view_vouchers", view_vouchers_predicate) +rules.add_perm("ticdesk.view_vouchers", view_vouchers_predicate) # Edit vouchers edit_vouchers_predicate = has_person & ( has_global_perm("ticdesk.edit_vouchers") | has_any_object("ticdesk.edit_vouchers", Voucher) ) -add_perm("ticdesk.edit_vouchers", edit_vouchers_predicate) +rules.add_perm("ticdesk.edit_vouchers", edit_vouchers_predicate) # Delete vouchers delete_vouchers_predicate = has_person & ( has_global_perm("ticdesk.delete_vouchers") | has_any_object("ticdesk.delete_vouchers", Voucher) ) -add_perm("ticdesk.delete_vouchers", delete_vouchers_predicate) +rules.add_perm("ticdesk.delete_vouchers", delete_vouchers_predicate) # Create vouchers create_vouchers_predicate = has_person & ( has_global_perm("ticdesk.create_vouchers") | has_any_object("ticdesk.create_vouchers", Voucher) ) -add_perm("ticdesk.create_vouchers", create_vouchers_predicate) +rules.add_perm("ticdesk.create_vouchers", create_vouchers_predicate) # Edit events edit_events_predicate = has_person & ( has_global_perm("ticdesk.edit_events") | has_any_object("ticdesk.edit_events", TeckidsEvent) ) -add_perm("ticdesk.edit_events", edit_events_predicate) +rules.add_perm("ticdesk.edit_events", edit_events_predicate) # Delete events delete_events_predicate = has_person & ( has_global_perm("ticdesk.delete_events") | has_any_object("ticdesk.delete_events", TeckidsEvent) ) -add_perm("ticdesk.delete_events", delete_events_predicate) +rules.add_perm("ticdesk.delete_events", delete_events_predicate) # Create events create_events_predicate = has_person & ( has_global_perm("ticdesk.create_events") | has_any_object("ticdesk.create_events", TeckidsEvent) ) -add_perm("ticdesk.create_events", create_events_predicate) +rules.add_perm("ticdesk.create_events", create_events_predicate) # Allowed to see group may_see_group_predicate = has_person & ( is_group_member | has_any_object("core.view_group", Group) | see_group_by_grouptype ) -add_perm("ticdesk.may_see_group", may_see_group_predicate) +rules.add_perm("ticdesk.may_see_group", may_see_group_predicate) may_see_person_predicate = has_person & ( see_owned_groups_members | has_object_perm("core.view_person") ) -add_perm("ticdesk.may_see_person", may_see_person_predicate) +rules.add_perm("ticdesk.may_see_person", may_see_person_predicate) # View registrations view_registrations_predicate = has_person & ( has_global_perm("ticdesk.view_registrations") | has_any_object("ticdesk.view_registrations", EventRegistration) ) -add_perm("ticdesk.view_registrations", view_registrations_predicate) +rules.add_perm("ticdesk.view_registrations", view_registrations_predicate) # Manage registrations @@ -86,14 +86,14 @@ manage_registrations_predicate = has_person & ( | is_own_registration | has_any_object("ticdesk.manage_registrations", EventRegistration) ) -add_perm("ticdesk.manage_registrations", manage_registrations_predicate) +rules.add_perm("ticdesk.manage_registrations", manage_registrations_predicate) # Delete registrations delete_registrations_predicate = has_person & ( has_global_perm("ticdesk.delete_registrations") | has_any_object("ticdesk.delete_registrations", EventRegistration) ) -add_perm("ticdesk.delete_registrations", delete_registrations_predicate) +rules.add_perm("ticdesk.delete_registrations", delete_registrations_predicate) # View teckids_members @@ -101,7 +101,7 @@ view_teckids_members_predicate = has_person & ( has_global_perm("ticdesk.view_teckids_members") | has_any_object("ticdesk.view_teckids_members", TeckidsMember) ) -add_perm("ticdesk.view_teckids_members", view_teckids_members_predicate) +rules.add_perm("ticdesk.view_teckids_members", view_teckids_members_predicate) # Manage teckids_members @@ -109,12 +109,12 @@ manage_teckids_members_predicate = has_person & ( has_global_perm("ticdesk.manage_teckids_members") | has_any_object("ticdesk.manage_teckids_members", TeckidsMember) ) -add_perm("ticdesk.manage_teckids_members", manage_teckids_members_predicate) +rules.add_perm("ticdesk.manage_teckids_members", manage_teckids_members_predicate) # Is own voucher? is_own_voucher_predicate = has_person & (is_own_voucher) -add_perm("ticdesk.is_own_voucher", is_own_voucher_predicate) +rules.add_perm("ticdesk.is_own_voucher", is_own_voucher_predicate) # View feedback aspects @@ -122,4 +122,4 @@ view_feedback_aspects_predicate = has_person & ( has_global_perm("ticdesk.view_feedback_aspects") | has_any_object("ticdesk.view_feedback_aspects", FeedbackAspect) ) -add_perm("ticdesk.view_feedback_aspects", view_feedback_aspects_predicate) +rules.add_perm("ticdesk.view_feedback_aspects", view_feedback_aspects_predicate) diff --git a/ticdesk/settings.py b/aleksis/apps/ticdesk/settings.py similarity index 100% rename from ticdesk/settings.py rename to aleksis/apps/ticdesk/settings.py diff --git a/aleksis/apps/ticdesk/static/css/ticdesk/ticdesk.css b/aleksis/apps/ticdesk/static/css/ticdesk/ticdesk.css new file mode 100644 index 0000000000000000000000000000000000000000..ef8fc9dd51ace7f320cf3c342e2bb6aa14e1e994 --- /dev/null +++ b/aleksis/apps/ticdesk/static/css/ticdesk/ticdesk.css @@ -0,0 +1,3 @@ +.person-photo-print { + max-height: 100px; +} diff --git a/ticdesk/tables.py b/aleksis/apps/ticdesk/tables.py similarity index 100% rename from ticdesk/tables.py rename to aleksis/apps/ticdesk/tables.py diff --git a/ticdesk/templates/templated_email/event_created.email b/aleksis/apps/ticdesk/templates/templated_email/event_created.email similarity index 100% rename from ticdesk/templates/templated_email/event_created.email rename to aleksis/apps/ticdesk/templates/templated_email/event_created.email diff --git a/ticdesk/templates/templated_email/event_registred.email b/aleksis/apps/ticdesk/templates/templated_email/event_registred.email similarity index 100% rename from ticdesk/templates/templated_email/event_registred.email rename to aleksis/apps/ticdesk/templates/templated_email/event_registred.email diff --git a/ticdesk/templates/ticdesk/event_registration/full.html b/aleksis/apps/ticdesk/templates/ticdesk/event_registration/full.html similarity index 100% rename from ticdesk/templates/ticdesk/event_registration/full.html rename to aleksis/apps/ticdesk/templates/ticdesk/event_registration/full.html diff --git a/ticdesk/templates/ticdesk/event_registration/list.html b/aleksis/apps/ticdesk/templates/ticdesk/event_registration/list.html similarity index 100% rename from ticdesk/templates/ticdesk/event_registration/list.html rename to aleksis/apps/ticdesk/templates/ticdesk/event_registration/list.html diff --git a/ticdesk/templates/ticdesk/feedback_aspect/edit.html b/aleksis/apps/ticdesk/templates/ticdesk/feedback_aspect/edit.html similarity index 100% rename from ticdesk/templates/ticdesk/feedback_aspect/edit.html rename to aleksis/apps/ticdesk/templates/ticdesk/feedback_aspect/edit.html diff --git a/ticdesk/templates/ticdesk/feedback_aspect/list.html b/aleksis/apps/ticdesk/templates/ticdesk/feedback_aspect/list.html similarity index 100% rename from ticdesk/templates/ticdesk/feedback_aspect/list.html rename to aleksis/apps/ticdesk/templates/ticdesk/feedback_aspect/list.html diff --git a/ticdesk/templates/ticdesk/print/corona.html b/aleksis/apps/ticdesk/templates/ticdesk/print/corona.html similarity index 96% rename from ticdesk/templates/ticdesk/print/corona.html rename to aleksis/apps/ticdesk/templates/ticdesk/print/corona.html index 03ba8f02c7834c0e7d96e02461d845747e38c3a6..5f06adfa8aa0fef1c7e1f855332449f1dc5eb848 100644 --- a/ticdesk/templates/ticdesk/print/corona.html +++ b/aleksis/apps/ticdesk/templates/ticdesk/print/corona.html @@ -1,4 +1,4 @@ -{% extends "core/base_print_landscape.html" %} +{% extends "core/base_print.html" %} {% load i18n static %} {% block page_title %} diff --git a/ticdesk/templates/ticdesk/print/list_attendance.html b/aleksis/apps/ticdesk/templates/ticdesk/print/list_attendance.html similarity index 100% rename from ticdesk/templates/ticdesk/print/list_attendance.html rename to aleksis/apps/ticdesk/templates/ticdesk/print/list_attendance.html diff --git a/ticdesk/templates/ticdesk/print/list_participants.html b/aleksis/apps/ticdesk/templates/ticdesk/print/list_participants.html similarity index 96% rename from ticdesk/templates/ticdesk/print/list_participants.html rename to aleksis/apps/ticdesk/templates/ticdesk/print/list_participants.html index c0beef9ecaeffe4c390b8ab28d7d61e36472cc90..3ab8aa80d0242eeb2b37da4fb1590ba1985ce7ed 100644 --- a/ticdesk/templates/ticdesk/print/list_participants.html +++ b/aleksis/apps/ticdesk/templates/ticdesk/print/list_participants.html @@ -6,7 +6,7 @@ {% endblock %} {% block extra_head %} - <link rel="stylesheet" href="{% static 'ticdesk.css' %}"> + <link rel="stylesheet" href="{% static 'css/ticdesk/ticdesk.css' %}"> {% endblock %} {% block browser_title %}{{ group }} — {% trans "participant list" %}{% endblock %} diff --git a/ticdesk/templates/ticdesk/print/list_sign.html b/aleksis/apps/ticdesk/templates/ticdesk/print/list_sign.html similarity index 100% rename from ticdesk/templates/ticdesk/print/list_sign.html rename to aleksis/apps/ticdesk/templates/ticdesk/print/list_sign.html diff --git a/ticdesk/templates/ticdesk/print/manage.html b/aleksis/apps/ticdesk/templates/ticdesk/print/manage.html similarity index 76% rename from ticdesk/templates/ticdesk/print/manage.html rename to aleksis/apps/ticdesk/templates/ticdesk/print/manage.html index 9b50cfd71410bf5839862b042420724ea4cd7544..01ddaad36910c852395a17f2ad828d6d31d9413b 100644 --- a/ticdesk/templates/ticdesk/print/manage.html +++ b/aleksis/apps/ticdesk/templates/ticdesk/print/manage.html @@ -8,6 +8,7 @@ <form method="post"> {% csrf_token %} {% form form=generate_list_form %}{% endform %} - {% include "core/partials/save_button.html" %} + {% trans "Print" as caption %} + {% include "core/partials/save_button.html" with caption=caption icon=print%} </form> {% endblock %} diff --git a/ticdesk/templates/ticdesk/print/voucher.html b/aleksis/apps/ticdesk/templates/ticdesk/print/voucher.html similarity index 100% rename from ticdesk/templates/ticdesk/print/voucher.html rename to aleksis/apps/ticdesk/templates/ticdesk/print/voucher.html diff --git a/ticdesk/templates/ticdesk/teckids_event/edit.html b/aleksis/apps/ticdesk/templates/ticdesk/teckids_event/edit.html similarity index 100% rename from ticdesk/templates/ticdesk/teckids_event/edit.html rename to aleksis/apps/ticdesk/templates/ticdesk/teckids_event/edit.html diff --git a/ticdesk/templates/ticdesk/teckids_event/feedback.html b/aleksis/apps/ticdesk/templates/ticdesk/teckids_event/feedback.html similarity index 100% rename from ticdesk/templates/ticdesk/teckids_event/feedback.html rename to aleksis/apps/ticdesk/templates/ticdesk/teckids_event/feedback.html diff --git a/ticdesk/templates/ticdesk/teckids_event/list.html b/aleksis/apps/ticdesk/templates/ticdesk/teckids_event/list.html similarity index 100% rename from ticdesk/templates/ticdesk/teckids_event/list.html rename to aleksis/apps/ticdesk/templates/ticdesk/teckids_event/list.html diff --git a/ticdesk/templates/ticdesk/teckids_event/manage.html b/aleksis/apps/ticdesk/templates/ticdesk/teckids_event/manage.html similarity index 100% rename from ticdesk/templates/ticdesk/teckids_event/manage.html rename to aleksis/apps/ticdesk/templates/ticdesk/teckids_event/manage.html diff --git a/ticdesk/templates/ticdesk/teckids_event/register.html b/aleksis/apps/ticdesk/templates/ticdesk/teckids_event/register.html similarity index 100% rename from ticdesk/templates/ticdesk/teckids_event/register.html rename to aleksis/apps/ticdesk/templates/ticdesk/teckids_event/register.html diff --git a/ticdesk/templates/ticdesk/teckids_event/register_additional.html b/aleksis/apps/ticdesk/templates/ticdesk/teckids_event/register_additional.html similarity index 100% rename from ticdesk/templates/ticdesk/teckids_event/register_additional.html rename to aleksis/apps/ticdesk/templates/ticdesk/teckids_event/register_additional.html diff --git a/ticdesk/templates/ticdesk/teckids_member/edit.html b/aleksis/apps/ticdesk/templates/ticdesk/teckids_member/edit.html similarity index 100% rename from ticdesk/templates/ticdesk/teckids_member/edit.html rename to aleksis/apps/ticdesk/templates/ticdesk/teckids_member/edit.html diff --git a/ticdesk/templates/ticdesk/teckids_member/list.html b/aleksis/apps/ticdesk/templates/ticdesk/teckids_member/list.html similarity index 100% rename from ticdesk/templates/ticdesk/teckids_member/list.html rename to aleksis/apps/ticdesk/templates/ticdesk/teckids_member/list.html diff --git a/ticdesk/templates/ticdesk/voucher/edit.html b/aleksis/apps/ticdesk/templates/ticdesk/voucher/edit.html similarity index 100% rename from ticdesk/templates/ticdesk/voucher/edit.html rename to aleksis/apps/ticdesk/templates/ticdesk/voucher/edit.html diff --git a/ticdesk/templates/ticdesk/voucher/list.html b/aleksis/apps/ticdesk/templates/ticdesk/voucher/list.html similarity index 100% rename from ticdesk/templates/ticdesk/voucher/list.html rename to aleksis/apps/ticdesk/templates/ticdesk/voucher/list.html diff --git a/ticdesk/urls.py b/aleksis/apps/ticdesk/urls.py similarity index 100% rename from ticdesk/urls.py rename to aleksis/apps/ticdesk/urls.py diff --git a/ticdesk/util.py b/aleksis/apps/ticdesk/util.py similarity index 100% rename from ticdesk/util.py rename to aleksis/apps/ticdesk/util.py diff --git a/ticdesk/views.py b/aleksis/apps/ticdesk/views.py similarity index 99% rename from ticdesk/views.py rename to aleksis/apps/ticdesk/views.py index 4b06518382b1168b3816521030853d81f6336127..6b70b6a7fd5a13d739a5206fd60ee20e4ad87e6e 100644 --- a/ticdesk/views.py +++ b/aleksis/apps/ticdesk/views.py @@ -431,10 +431,9 @@ def generate_lists(request: HttpRequest) -> HttpResponse: if request.method == "POST": generate_list_form = GenerateListForm(request.POST) if generate_list_form.is_valid(): - group = generate_list_form.cleaned_data["group"] + context["group"] = generate_list_form.cleaned_data["group"] template = generate_list_form.cleaned_data["template"] - - context["group"] = group + context["landscape"] = generate_list_form.cleaned_data["landscape"] return render(request, "ticdesk/print/%s.html" % (template), context) diff --git a/poetry.lock b/poetry.lock index 76a1c130508b7a4fe9c1d9c658b18583be6335c2..7821d9791aef1408ab61112c97fc5f169079aa7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -221,7 +221,7 @@ d = ["aiohttp (>=3.3.2)", "aiohttp-cors"] [[package]] name = "bleach" -version = "3.2.2" +version = "3.3.0" description = "An easy safelist-based HTML-sanitizing tool." category = "main" optional = false @@ -331,7 +331,7 @@ six = "*" [[package]] name = "coverage" -version = "5.3.1" +version = "5.4" description = "Code coverage measurement for Python" category = "dev" optional = false @@ -371,7 +371,7 @@ python-versions = "*" [[package]] name = "django" -version = "3.1.5" +version = "3.1.6" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false @@ -986,7 +986,7 @@ yaml = ["ruamel.yaml"] [[package]] name = "faker" -version = "5.6.5" +version = "5.8.0" description = "Faker is a Python package that generates fake data for you." category = "main" optional = false @@ -1232,7 +1232,7 @@ colors = ["colorama (>=0.4.3,<0.5.0)"] [[package]] name = "jinja2" -version = "2.11.2" +version = "2.11.3" description = "A very fast and expressive template engine." category = "dev" optional = false @@ -1322,7 +1322,7 @@ python-versions = "*" [[package]] name = "packaging" -version = "20.8" +version = "20.9" description = "Core utilities for Python packages" category = "main" optional = false @@ -1368,7 +1368,7 @@ ptyprocess = ">=0.5" [[package]] name = "pg8000" -version = "1.16.6" +version = "1.17.0" description = "PostgreSQL interface library" category = "dev" optional = false @@ -1379,7 +1379,7 @@ scramp = "1.2.0" [[package]] name = "phonenumbers" -version = "8.12.16" +version = "8.12.17" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." category = "main" optional = false @@ -1516,7 +1516,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "pytest" -version = "6.2.1" +version = "6.2.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -1634,7 +1634,7 @@ requests = ">=2.19.1" [[package]] name = "pytz" -version = "2020.5" +version = "2021.1" description = "World timezone definitions, modern and historical" category = "main" optional = false @@ -2066,7 +2066,7 @@ telegram = ["requests"] [[package]] name = "twilio" -version = "6.51.0" +version = "6.51.1" description = "Twilio API client and TwiML generator" category = "main" optional = false @@ -2096,7 +2096,7 @@ python-versions = "*" [[package]] name = "urllib3" -version = "1.26.2" +version = "1.26.3" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" optional = false @@ -2207,8 +2207,8 @@ black = [ {file = "black-19.10b0.tar.gz", hash = "sha256:c2edb73a08e9e0e6f65a0e6af18b059b8b1cdd5bef997d7a0b181df93dc81539"}, ] bleach = [ - {file = "bleach-3.2.2-py2.py3-none-any.whl", hash = "sha256:a690ccc41a10d806a7c0a9130767750925e4863e332f7e4ea93da1bc12a24300"}, - {file = "bleach-3.2.2.tar.gz", hash = "sha256:ce6270dd0ae56cd810495b8d994551ae16b41f2b4043cf50064f298985afdb3c"}, + {file = "bleach-3.3.0-py2.py3-none-any.whl", hash = "sha256:6123ddc1052673e52bab52cdc955bcb57a015264a1c57d37bea2f6b817af0125"}, + {file = "bleach-3.3.0.tar.gz", hash = "sha256:98b3170739e5e83dd9dc19633f074727ad848cbedb6026708c8ac2d3b697a433"}, ] "boolean.py" = [ {file = "boolean.py-3.8-py2.py3-none-any.whl", hash = "sha256:d75da0fd0354425fa64f6bbc6cec6ae1485d0eec3447b73187ff8cbf9b572e26"}, @@ -2249,55 +2249,55 @@ configobj = [ {file = "configobj-5.0.6.tar.gz", hash = "sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"}, ] coverage = [ - {file = "coverage-5.3.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:fabeeb121735d47d8eab8671b6b031ce08514c86b7ad8f7d5490a7b6dcd6267d"}, - {file = "coverage-5.3.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:7e4d159021c2029b958b2363abec4a11db0ce8cd43abb0d9ce44284cb97217e7"}, - {file = "coverage-5.3.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:378ac77af41350a8c6b8801a66021b52da8a05fd77e578b7380e876c0ce4f528"}, - {file = "coverage-5.3.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:e448f56cfeae7b1b3b5bcd99bb377cde7c4eb1970a525c770720a352bc4c8044"}, - {file = "coverage-5.3.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:cc44e3545d908ecf3e5773266c487ad1877be718d9dc65fc7eb6e7d14960985b"}, - {file = "coverage-5.3.1-cp27-cp27m-win32.whl", hash = "sha256:08b3ba72bd981531fd557f67beee376d6700fba183b167857038997ba30dd297"}, - {file = "coverage-5.3.1-cp27-cp27m-win_amd64.whl", hash = "sha256:8dacc4073c359f40fcf73aede8428c35f84639baad7e1b46fce5ab7a8a7be4bb"}, - {file = "coverage-5.3.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:ee2f1d1c223c3d2c24e3afbb2dd38be3f03b1a8d6a83ee3d9eb8c36a52bee899"}, - {file = "coverage-5.3.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:9a9d4ff06804920388aab69c5ea8a77525cf165356db70131616acd269e19b36"}, - {file = "coverage-5.3.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:782a5c7df9f91979a7a21792e09b34a658058896628217ae6362088b123c8500"}, - {file = "coverage-5.3.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:fda29412a66099af6d6de0baa6bd7c52674de177ec2ad2630ca264142d69c6c7"}, - {file = "coverage-5.3.1-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:f2c6888eada180814b8583c3e793f3f343a692fc802546eed45f40a001b1169f"}, - {file = "coverage-5.3.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:8f33d1156241c43755137288dea619105477961cfa7e47f48dbf96bc2c30720b"}, - {file = "coverage-5.3.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:b239711e774c8eb910e9b1ac719f02f5ae4bf35fa0420f438cdc3a7e4e7dd6ec"}, - {file = "coverage-5.3.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:f54de00baf200b4539a5a092a759f000b5f45fd226d6d25a76b0dff71177a714"}, - {file = "coverage-5.3.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:be0416074d7f253865bb67630cf7210cbc14eb05f4099cc0f82430135aaa7a3b"}, - {file = "coverage-5.3.1-cp35-cp35m-win32.whl", hash = "sha256:c46643970dff9f5c976c6512fd35768c4a3819f01f61169d8cdac3f9290903b7"}, - {file = "coverage-5.3.1-cp35-cp35m-win_amd64.whl", hash = "sha256:9a4f66259bdd6964d8cf26142733c81fb562252db74ea367d9beb4f815478e72"}, - {file = "coverage-5.3.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c6e5174f8ca585755988bc278c8bb5d02d9dc2e971591ef4a1baabdf2d99589b"}, - {file = "coverage-5.3.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:3911c2ef96e5ddc748a3c8b4702c61986628bb719b8378bf1e4a6184bbd48fe4"}, - {file = "coverage-5.3.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:c5ec71fd4a43b6d84ddb88c1df94572479d9a26ef3f150cef3dacefecf888105"}, - {file = "coverage-5.3.1-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:f51dbba78d68a44e99d484ca8c8f604f17e957c1ca09c3ebc2c7e3bbd9ba0448"}, - {file = "coverage-5.3.1-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:a2070c5affdb3a5e751f24208c5c4f3d5f008fa04d28731416e023c93b275277"}, - {file = "coverage-5.3.1-cp36-cp36m-win32.whl", hash = "sha256:535dc1e6e68fad5355f9984d5637c33badbdc987b0c0d303ee95a6c979c9516f"}, - {file = "coverage-5.3.1-cp36-cp36m-win_amd64.whl", hash = "sha256:a4857f7e2bc6921dbd487c5c88b84f5633de3e7d416c4dc0bb70256775551a6c"}, - {file = "coverage-5.3.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:fac3c432851038b3e6afe086f777732bcf7f6ebbfd90951fa04ee53db6d0bcdd"}, - {file = "coverage-5.3.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:cd556c79ad665faeae28020a0ab3bda6cd47d94bec48e36970719b0b86e4dcf4"}, - {file = "coverage-5.3.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:a66ca3bdf21c653e47f726ca57f46ba7fc1f260ad99ba783acc3e58e3ebdb9ff"}, - {file = "coverage-5.3.1-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:ab110c48bc3d97b4d19af41865e14531f300b482da21783fdaacd159251890e8"}, - {file = "coverage-5.3.1-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:e52d3d95df81c8f6b2a1685aabffadf2d2d9ad97203a40f8d61e51b70f191e4e"}, - {file = "coverage-5.3.1-cp37-cp37m-win32.whl", hash = "sha256:fa10fee7e32213f5c7b0d6428ea92e3a3fdd6d725590238a3f92c0de1c78b9d2"}, - {file = "coverage-5.3.1-cp37-cp37m-win_amd64.whl", hash = "sha256:ce6f3a147b4b1a8b09aae48517ae91139b1b010c5f36423fa2b866a8b23df879"}, - {file = "coverage-5.3.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:93a280c9eb736a0dcca19296f3c30c720cb41a71b1f9e617f341f0a8e791a69b"}, - {file = "coverage-5.3.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:3102bb2c206700a7d28181dbe04d66b30780cde1d1c02c5f3c165cf3d2489497"}, - {file = "coverage-5.3.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8ffd4b204d7de77b5dd558cdff986a8274796a1e57813ed005b33fd97e29f059"}, - {file = "coverage-5.3.1-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:a607ae05b6c96057ba86c811d9c43423f35e03874ffb03fbdcd45e0637e8b631"}, - {file = "coverage-5.3.1-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:3a3c3f8863255f3c31db3889f8055989527173ef6192a283eb6f4db3c579d830"}, - {file = "coverage-5.3.1-cp38-cp38-win32.whl", hash = "sha256:ff1330e8bc996570221b450e2d539134baa9465f5cb98aff0e0f73f34172e0ae"}, - {file = "coverage-5.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:3498b27d8236057def41de3585f317abae235dd3a11d33e01736ffedb2ef8606"}, - {file = "coverage-5.3.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ceb499d2b3d1d7b7ba23abe8bf26df5f06ba8c71127f188333dddcf356b4b63f"}, - {file = "coverage-5.3.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:3b14b1da110ea50c8bcbadc3b82c3933974dbeea1832e814aab93ca1163cd4c1"}, - {file = "coverage-5.3.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:76b2775dda7e78680d688daabcb485dc87cf5e3184a0b3e012e1d40e38527cc8"}, - {file = "coverage-5.3.1-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:cef06fb382557f66d81d804230c11ab292d94b840b3cb7bf4450778377b592f4"}, - {file = "coverage-5.3.1-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:6f61319e33222591f885c598e3e24f6a4be3533c1d70c19e0dc59e83a71ce27d"}, - {file = "coverage-5.3.1-cp39-cp39-win32.whl", hash = "sha256:cc6f8246e74dd210d7e2b56c76ceaba1cc52b025cd75dbe96eb48791e0250e98"}, - {file = "coverage-5.3.1-cp39-cp39-win_amd64.whl", hash = "sha256:2757fa64e11ec12220968f65d086b7a29b6583d16e9a544c889b22ba98555ef1"}, - {file = "coverage-5.3.1-pp36-none-any.whl", hash = "sha256:723d22d324e7997a651478e9c5a3120a0ecbc9a7e94071f7e1954562a8806cf3"}, - {file = "coverage-5.3.1-pp37-none-any.whl", hash = "sha256:c89b558f8a9a5a6f2cfc923c304d49f0ce629c3bd85cb442ca258ec20366394c"}, - {file = "coverage-5.3.1.tar.gz", hash = "sha256:38f16b1317b8dd82df67ed5daa5f5e7c959e46579840d77a67a4ceb9cef0a50b"}, + {file = "coverage-5.4-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:6d9c88b787638a451f41f97446a1c9fd416e669b4d9717ae4615bd29de1ac135"}, + {file = "coverage-5.4-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:66a5aae8233d766a877c5ef293ec5ab9520929c2578fd2069308a98b7374ea8c"}, + {file = "coverage-5.4-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9754a5c265f991317de2bac0c70a746efc2b695cf4d49f5d2cddeac36544fb44"}, + {file = "coverage-5.4-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:fbb17c0d0822684b7d6c09915677a32319f16ff1115df5ec05bdcaaee40b35f3"}, + {file = "coverage-5.4-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:b7f7421841f8db443855d2854e25914a79a1ff48ae92f70d0a5c2f8907ab98c9"}, + {file = "coverage-5.4-cp27-cp27m-win32.whl", hash = "sha256:4a780807e80479f281d47ee4af2eb2df3e4ccf4723484f77da0bb49d027e40a1"}, + {file = "coverage-5.4-cp27-cp27m-win_amd64.whl", hash = "sha256:87c4b38288f71acd2106f5d94f575bc2136ea2887fdb5dfe18003c881fa6b370"}, + {file = "coverage-5.4-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:c6809ebcbf6c1049002b9ac09c127ae43929042ec1f1dbd8bb1615f7cd9f70a0"}, + {file = "coverage-5.4-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:ba7ca81b6d60a9f7a0b4b4e175dcc38e8fef4992673d9d6e6879fd6de00dd9b8"}, + {file = "coverage-5.4-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:89fc12c6371bf963809abc46cced4a01ca4f99cba17be5e7d416ed7ef1245d19"}, + {file = "coverage-5.4-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:4a8eb7785bd23565b542b01fb39115a975fefb4a82f23d407503eee2c0106247"}, + {file = "coverage-5.4-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:7e40d3f8eb472c1509b12ac2a7e24158ec352fc8567b77ab02c0db053927e339"}, + {file = "coverage-5.4-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:1ccae21a076d3d5f471700f6d30eb486da1626c380b23c70ae32ab823e453337"}, + {file = "coverage-5.4-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:755c56beeacac6a24c8e1074f89f34f4373abce8b662470d3aa719ae304931f3"}, + {file = "coverage-5.4-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:322549b880b2d746a7672bf6ff9ed3f895e9c9f108b714e7360292aa5c5d7cf4"}, + {file = "coverage-5.4-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:60a3307a84ec60578accd35d7f0c71a3a971430ed7eca6567399d2b50ef37b8c"}, + {file = "coverage-5.4-cp35-cp35m-win32.whl", hash = "sha256:1375bb8b88cb050a2d4e0da901001347a44302aeadb8ceb4b6e5aa373b8ea68f"}, + {file = "coverage-5.4-cp35-cp35m-win_amd64.whl", hash = "sha256:16baa799ec09cc0dcb43a10680573269d407c159325972dd7114ee7649e56c66"}, + {file = "coverage-5.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:2f2cf7a42d4b7654c9a67b9d091ec24374f7c58794858bff632a2039cb15984d"}, + {file = "coverage-5.4-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:b62046592b44263fa7570f1117d372ae3f310222af1fc1407416f037fb3af21b"}, + {file = "coverage-5.4-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:812eaf4939ef2284d29653bcfee9665f11f013724f07258928f849a2306ea9f9"}, + {file = "coverage-5.4-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:859f0add98707b182b4867359e12bde806b82483fb12a9ae868a77880fc3b7af"}, + {file = "coverage-5.4-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:04b14e45d6a8e159c9767ae57ecb34563ad93440fc1b26516a89ceb5b33c1ad5"}, + {file = "coverage-5.4-cp36-cp36m-win32.whl", hash = "sha256:ebfa374067af240d079ef97b8064478f3bf71038b78b017eb6ec93ede1b6bcec"}, + {file = "coverage-5.4-cp36-cp36m-win_amd64.whl", hash = "sha256:84df004223fd0550d0ea7a37882e5c889f3c6d45535c639ce9802293b39cd5c9"}, + {file = "coverage-5.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:1b811662ecf72eb2d08872731636aee6559cae21862c36f74703be727b45df90"}, + {file = "coverage-5.4-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:6b588b5cf51dc0fd1c9e19f622457cc74b7d26fe295432e434525f1c0fae02bc"}, + {file = "coverage-5.4-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:3fe50f1cac369b02d34ad904dfe0771acc483f82a1b54c5e93632916ba847b37"}, + {file = "coverage-5.4-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:32ab83016c24c5cf3db2943286b85b0a172dae08c58d0f53875235219b676409"}, + {file = "coverage-5.4-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:68fb816a5dd901c6aff352ce49e2a0ffadacdf9b6fae282a69e7a16a02dad5fb"}, + {file = "coverage-5.4-cp37-cp37m-win32.whl", hash = "sha256:a636160680c6e526b84f85d304e2f0bb4e94f8284dd765a1911de9a40450b10a"}, + {file = "coverage-5.4-cp37-cp37m-win_amd64.whl", hash = "sha256:bb32ca14b4d04e172c541c69eec5f385f9a075b38fb22d765d8b0ce3af3a0c22"}, + {file = "coverage-5.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6c4d7165a4e8f41eca6b990c12ee7f44fef3932fac48ca32cecb3a1b2223c21f"}, + {file = "coverage-5.4-cp38-cp38-manylinux1_i686.whl", hash = "sha256:a565f48c4aae72d1d3d3f8e8fb7218f5609c964e9c6f68604608e5958b9c60c3"}, + {file = "coverage-5.4-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:fff1f3a586246110f34dc762098b5afd2de88de507559e63553d7da643053786"}, + {file = "coverage-5.4-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:a839e25f07e428a87d17d857d9935dd743130e77ff46524abb992b962eb2076c"}, + {file = "coverage-5.4-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:6625e52b6f346a283c3d563d1fd8bae8956daafc64bb5bbd2b8f8a07608e3994"}, + {file = "coverage-5.4-cp38-cp38-win32.whl", hash = "sha256:5bee3970617b3d74759b2d2df2f6a327d372f9732f9ccbf03fa591b5f7581e39"}, + {file = "coverage-5.4-cp38-cp38-win_amd64.whl", hash = "sha256:03ed2a641e412e42cc35c244508cf186015c217f0e4d496bf6d7078ebe837ae7"}, + {file = "coverage-5.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:14a9f1887591684fb59fdba8feef7123a0da2424b0652e1b58dd5b9a7bb1188c"}, + {file = "coverage-5.4-cp39-cp39-manylinux1_i686.whl", hash = "sha256:9564ac7eb1652c3701ac691ca72934dd3009997c81266807aef924012df2f4b3"}, + {file = "coverage-5.4-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:0f48fc7dc82ee14aeaedb986e175a429d24129b7eada1b7e94a864e4f0644dde"}, + {file = "coverage-5.4-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:107d327071061fd4f4a2587d14c389a27e4e5c93c7cba5f1f59987181903902f"}, + {file = "coverage-5.4-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:0cdde51bfcf6b6bd862ee9be324521ec619b20590787d1655d005c3fb175005f"}, + {file = "coverage-5.4-cp39-cp39-win32.whl", hash = "sha256:c67734cff78383a1f23ceba3b3239c7deefc62ac2b05fa6a47bcd565771e5880"}, + {file = "coverage-5.4-cp39-cp39-win_amd64.whl", hash = "sha256:c669b440ce46ae3abe9b2d44a913b5fd86bb19eb14a8701e88e3918902ecd345"}, + {file = "coverage-5.4-pp36-none-any.whl", hash = "sha256:c0ff1c1b4d13e2240821ef23c1efb1f009207cb3f56e16986f713c2b0e7cd37f"}, + {file = "coverage-5.4-pp37-none-any.whl", hash = "sha256:cd601187476c6bed26a0398353212684c427e10a903aeafa6da40c63309d438b"}, + {file = "coverage-5.4.tar.gz", hash = "sha256:6d2e262e5e8da6fa56e774fb8e2643417351427604c2b177f8e8c5f75fc928ca"}, ] data = [ {file = "data-0.4.tar.gz", hash = "sha256:2726a65da1af31e2345b6bba81ae4cee87dddf17f7c62f5c63ba7327a8480667"}, @@ -2311,8 +2311,8 @@ dj-database-url = [ {file = "dj_database_url-0.5.0-py2.py3-none-any.whl", hash = "sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"}, ] django = [ - {file = "Django-3.1.5-py3-none-any.whl", hash = "sha256:efa2ab96b33b20c2182db93147a0c3cd7769d418926f9e9f140a60dca7c64ca9"}, - {file = "Django-3.1.5.tar.gz", hash = "sha256:2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7"}, + {file = "Django-3.1.6-py3-none-any.whl", hash = "sha256:169e2e7b4839a7910b393eec127fd7cbae62e80fa55f89c6510426abf673fe5f"}, + {file = "Django-3.1.6.tar.gz", hash = "sha256:c6c0462b8b361f8691171af1fb87eceb4442da28477e12200c40420176206ba7"}, ] django-any-js = [ {file = "django-any-js-1.0.3.post0.tar.gz", hash = "sha256:1da88b44b861b0f54f6b8ea0eb4c7c4fa1a5772e9a4320532cd4e0871a4e23f7"}, @@ -2507,8 +2507,8 @@ dynaconf = [ {file = "dynaconf-3.1.2.tar.gz", hash = "sha256:9b34ab2f811a81755f5eb4beac77a69e1e0887528c7e37fc4bc83fed52dcf502"}, ] faker = [ - {file = "Faker-5.6.5-py3-none-any.whl", hash = "sha256:8fe22be90c0db35d830464918f84beb50f970f4caacae4d88e92692857b78aa7"}, - {file = "Faker-5.6.5.tar.gz", hash = "sha256:0f8198d876bc65edd3699e2542c6ae13cc93fbc4a478c17db190d5d9b6ce790e"}, + {file = "Faker-5.8.0-py3-none-any.whl", hash = "sha256:0783729c61501d52efea2967aff6e6fcb8370f0f6b5a558f2a81233642ae529a"}, + {file = "Faker-5.8.0.tar.gz", hash = "sha256:6b2995ffff6c2b02bc5daad96f8c24c021e5bd491d9d53d31bcbd66f348181d4"}, ] flake8 = [ {file = "flake8-3.8.4-py2.py3-none-any.whl", hash = "sha256:749dbbd6bfd0cf1318af27bf97a14e28e5ff548ef8e5b1566ccfb25a11e7c839"}, @@ -2591,8 +2591,8 @@ isort = [ {file = "isort-5.7.0.tar.gz", hash = "sha256:c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e"}, ] jinja2 = [ - {file = "Jinja2-2.11.2-py2.py3-none-any.whl", hash = "sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"}, - {file = "Jinja2-2.11.2.tar.gz", hash = "sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"}, + {file = "Jinja2-2.11.3-py2.py3-none-any.whl", hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"}, + {file = "Jinja2-2.11.3.tar.gz", hash = "sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6"}, ] latex = [ {file = "latex-0.7.0.tar.gz", hash = "sha256:bf10c3fe27e9f3adccebc12e90ec239c86dcba101b89221f6775918211482a79"}, @@ -2684,8 +2684,8 @@ mypy-extensions = [ {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, ] packaging = [ - {file = "packaging-20.8-py2.py3-none-any.whl", hash = "sha256:24e0da08660a87484d1602c30bb4902d74816b6985b93de36926f5bc95741858"}, - {file = "packaging-20.8.tar.gz", hash = "sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093"}, + {file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"}, + {file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"}, ] pathspec = [ {file = "pathspec-0.8.1-py2.py3-none-any.whl", hash = "sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d"}, @@ -2703,12 +2703,12 @@ pexpect = [ {file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"}, ] pg8000 = [ - {file = "pg8000-1.16.6-py3-none-any.whl", hash = "sha256:66fa16a402f38f8ba664206b4ba4040f24ea9641c4205b2b96a1ff3a613de3be"}, - {file = "pg8000-1.16.6.tar.gz", hash = "sha256:8fc1e6a62ccb7c9830f1e7e9288e2d20eaf373cc8875b5c55b7d5d9b7717be91"}, + {file = "pg8000-1.17.0-py3-none-any.whl", hash = "sha256:3276fe9cf38fee4fd4006c64d50fa621841b550f0f068d88b4694ee423188a5f"}, + {file = "pg8000-1.17.0.tar.gz", hash = "sha256:14198c5afeb289106e40ee6e5e4c0529c5369939f6ca588a028b371a75fe20dd"}, ] phonenumbers = [ - {file = "phonenumbers-8.12.16-py2.py3-none-any.whl", hash = "sha256:56ad29025b8f885945506350b06d77afbc506c5463141d77a5df767280a7ee0b"}, - {file = "phonenumbers-8.12.16.tar.gz", hash = "sha256:a820ab08c980ef24a2d2a1ead4f8d7016fdf008e484d1aecf7ff0b32cc475e16"}, + {file = "phonenumbers-8.12.17-py2.py3-none-any.whl", hash = "sha256:c14eee6fa24f37ca1ead7ba3b8e5b84763f97c74ade728fa157de6d95c7469c0"}, + {file = "phonenumbers-8.12.17.tar.gz", hash = "sha256:f5d57c9fc8f7162ba562325d69d65b4f76e750951c5945c57876e94d824392ec"}, ] pillow = [ {file = "Pillow-8.1.0-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:d355502dce85ade85a2511b40b4c61a128902f246504f7de29bbeec1ae27933a"}, @@ -2867,8 +2867,8 @@ pyparsing = [ {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, ] pytest = [ - {file = "pytest-6.2.1-py3-none-any.whl", hash = "sha256:1969f797a1a0dbd8ccf0fecc80262312729afea9c17f1d70ebf85c5e76c6f7c8"}, - {file = "pytest-6.2.1.tar.gz", hash = "sha256:66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306"}, + {file = "pytest-6.2.2-py3-none-any.whl", hash = "sha256:b574b57423e818210672e07ca1fa90aaf194a4f63f3ab909a2c67ebb22913839"}, + {file = "pytest-6.2.2.tar.gz", hash = "sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9"}, ] pytest-cov = [ {file = "pytest-cov-2.11.1.tar.gz", hash = "sha256:359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7"}, @@ -2902,8 +2902,8 @@ python-resize-image = [ {file = "python_resize_image-1.1.19-py2.py3-none-any.whl", hash = "sha256:72e5b266efac4d417cd594438a1b9e337cabdc817464c0a652cf309e4384444f"}, ] pytz = [ - {file = "pytz-2020.5-py2.py3-none-any.whl", hash = "sha256:16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4"}, - {file = "pytz-2020.5.tar.gz", hash = "sha256:180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5"}, + {file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"}, + {file = "pytz-2021.1.tar.gz", hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, @@ -3130,7 +3130,7 @@ tqdm = [ {file = "tqdm-4.56.0.tar.gz", hash = "sha256:fe3d08dd00a526850568d542ff9de9bbc2a09a791da3c334f3213d8d0bbbca65"}, ] twilio = [ - {file = "twilio-6.51.0.tar.gz", hash = "sha256:de98a05858e6efdf87bfa4c8f7e773adf1885cfcbb6531356840bcd17dc4c444"}, + {file = "twilio-6.51.1.tar.gz", hash = "sha256:b3357f7db6768080aa7e15aad484abc7b5153de15d9aae0c1f3436e6151b0aeb"}, ] typed-ast = [ {file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70"}, @@ -3170,8 +3170,8 @@ typing-extensions = [ {file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"}, ] urllib3 = [ - {file = "urllib3-1.26.2-py2.py3-none-any.whl", hash = "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"}, - {file = "urllib3-1.26.2.tar.gz", hash = "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"}, + {file = "urllib3-1.26.3-py2.py3-none-any.whl", hash = "sha256:1b465e494e3e0d8939b50680403e3aedaa2bc434b7d5af64dfd3c958d7f5ae80"}, + {file = "urllib3-1.26.3.tar.gz", hash = "sha256:de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73"}, ] webencodings = [ {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, diff --git a/pyproject.toml b/pyproject.toml index 87f176d2020837ed617be49a91fe20f3964791b4..55195eaf99039966b2d0c644e6edccdd4ea9f561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "AlekSIS-App-TICDesk" version = "2.0a3.dev0" packages = [ - { include = "ticdesk" } + { include = "aleksis" } ] readme = "README.rst" include = ["CHANGELOG.rst", "LICENCE.rst"] @@ -38,7 +38,7 @@ django-iban-field = "^0.8" aleksis-core = "^2.0a4.dev0" [tool.poetry.plugins."aleksis.app"] -ticdesk = "ticdesk.apps:TICDeskConfig" +ticdesk = "aleksis.apps.ticdesk.apps:TICDeskConfig" [tool.poetry.dev-dependencies] aleksis-builddeps = "*" diff --git a/ticdesk/static/dead-dolphin.png b/ticdesk/static/dead-dolphin.png deleted file mode 100644 index 4d526efaf3ae7d9bb095beccab04070cb860c17a..0000000000000000000000000000000000000000 Binary files a/ticdesk/static/dead-dolphin.png and /dev/null differ diff --git a/ticdesk/static/favicon.ico b/ticdesk/static/favicon.ico deleted file mode 100644 index a72ab36229a5aa66c8b2c98b426b0c95f01ad106..0000000000000000000000000000000000000000 Binary files a/ticdesk/static/favicon.ico and /dev/null differ diff --git a/ticdesk/static/favicon.png b/ticdesk/static/favicon.png deleted file mode 100644 index 7b22b6c9e3c71f5afc8ef753ce8dca69fc05c25c..0000000000000000000000000000000000000000 Binary files a/ticdesk/static/favicon.png and /dev/null differ diff --git a/ticdesk/static/forbidden-dolphin.png b/ticdesk/static/forbidden-dolphin.png deleted file mode 100644 index f004cd2a66552bf3332171cebff52589a9217d76..0000000000000000000000000000000000000000 Binary files a/ticdesk/static/forbidden-dolphin.png and /dev/null differ diff --git a/ticdesk/static/img/teckids_logo.svg b/ticdesk/static/img/teckids_logo.svg deleted file mode 100644 index 3023db6fb0fdcc74818222cc991be9c49ad87dcb..0000000000000000000000000000000000000000 --- a/ticdesk/static/img/teckids_logo.svg +++ /dev/null @@ -1,464 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="teckids_logo.svg" - inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - id="svg8" - version="1.1" - viewBox="0 0 176 133" - height="133mm" - width="176mm"> - <defs - id="defs2"> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5502" - id="radialGradient3122" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,109.52358,616.78908)" - cx="12.698413" - cy="20.10582" - fx="12.698413" - fy="20.10582" - r="7.9074073" /> - <linearGradient - id="linearGradient5502"> - <stop - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" - id="stop5504" /> - <stop - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" - id="stop5506" /> - </linearGradient> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5502" - id="radialGradient3119" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,180.10616,569.7421)" - cx="12.698413" - cy="20.10582" - fx="12.698413" - fy="20.10582" - r="7.9074073" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5502" - id="radialGradient3112" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,165.996,626.0853)" - cx="12.698413" - cy="20.10582" - fx="12.698413" - fy="20.10582" - r="7.9074073" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5502" - id="radialGradient3109" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,121.59874,557.6415)" - cx="12.698413" - cy="20.10582" - fx="12.698413" - fy="20.10582" - r="7.9074073" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5502" - id="radialGradient3106" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,188.3822,600.51014)" - cx="12.698413" - cy="20.10582" - fx="12.698413" - fy="20.10582" - r="7.9074073" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5502" - id="radialGradient3103" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,102.45149,584.04969)" - cx="12.698413" - cy="20.10582" - fx="12.698413" - fy="20.10582" - r="7.9074073" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5502" - id="radialGradient3100" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,152.32854,548.40521)" - cx="12.698413" - cy="20.10582" - fx="12.698413" - fy="20.10582" - r="7.9074073" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5502" - id="radialGradient3097" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,137.59575,637.47312)" - cx="12.698413" - cy="20.10582" - fx="12.698413" - fy="20.10582" - r="7.9074073" /> - </defs> - <sodipodi:namedview - inkscape:window-maximized="1" - inkscape:window-y="0" - inkscape:window-x="1440" - inkscape:window-height="1009" - inkscape:window-width="1920" - showgrid="false" - inkscape:document-rotation="0" - inkscape:current-layer="layer1" - inkscape:document-units="mm" - inkscape:cy="560" - inkscape:cx="400" - inkscape:zoom="0.35" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#ffffff" - id="base" /> - <metadata - id="metadata5"> - <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 - id="layer1" - inkscape:groupmode="layer" - inkscape:label="Layer 1"> - <g - id="g172" - transform="matrix(0.30315556,0,0,-0.30315556,-174.28615,499.27229)"> - <g - transform="matrix(1.3726227,0,0,1.3726227,674.24057,757.74824)" - id="g3132"> - <path - id="path3682" - style="fill:none;stroke:#005ebe;stroke-width:1.4512;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 165.95539,578.78988 a 59.706523,13.898586 87.723526 1 0 -27.77523,1.10415 59.706523,13.898586 87.723526 1 0 27.77523,-1.10415 z" - inkscape:connector-curvature="0" /> - <path - id="path4599" - style="fill:none;stroke:#005ebe;stroke-width:1.4512;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 162.27816,588.77162 a 13.898585,59.706511 42.723526 1 0 -20.4208,-18.85931 13.898585,59.706511 42.723526 1 0 20.4208,18.85931 z" - inkscape:connector-curvature="0" /> - <path - id="path4601" - style="fill:none;stroke:#005ebe;stroke-width:1.4512;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 161.49743,569.13156 a 59.706526,13.898589 42.723526 0 0 -18.85931,20.42081 59.706526,13.898589 42.723526 1 0 18.85931,-20.42081 z" - inkscape:connector-curvature="0" /> - <path - id="path4603" - style="fill:none;stroke:#005ebe;stroke-width:1.4512;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="m 152.31597,565.42475 a 13.896357,60.505271 87.723526 1 0 1.10397,27.77078 13.896357,60.505271 87.723526 0 0 -1.10397,-27.77078 z" - inkscape:connector-curvature="0" /> - <path - id="path4607" - style="fill:url(#radialGradient3122);fill-opacity:1;fill-rule:evenodd;stroke:none" - d="m 121.10774,603.65505 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - inkscape:connector-curvature="0" /> - <path - id="path5508" - style="fill:url(#radialGradient3119);fill-opacity:1;fill-rule:evenodd;stroke:none" - d="m 191.69032,556.60807 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - inkscape:connector-curvature="0" /> - <g - id="g3397" - transform="matrix(0.82310581,0,0,0.82310581,51.001896,100.34854)" - style="fill:#ff9955"> - <path - id="path7637" - style="fill:#ff9955;fill-opacity:1;fill-rule:nonzero;stroke:none" - d="m 211.37666,576.48253 c 2.32955,-2.02188 2.5285,-4.85344 2.72976,-7.78447 1.92241,-2.93103 3.8263,-4.02062 7.16217,-3.51399 0,-1.71652 -0.89296,-0.83281 -2.30873,-2.04964 -2.12136,-0.50663 -3.53713,0.60841 -5.15417,1.41809 -0.90915,-1.8183 -0.20589,-4.14554 0.30073,-6.06563 0.50432,-0.80968 1.41809,-0.91147 2.12367,-1.21221 1.31399,0.60379 0.30305,2.62798 2.22545,2.22314 1.01326,-1.41809 2.32493,-3.53944 0.70558,-5.15879 -3.73839,-1.71652 -7.38194,-5.15649 -11.82591,-3.63661 -0.91146,0 -1.72345,-0.40715 -2.42903,-0.91378 2.82693,-2.22314 7.48142,-3.1346 8.69362,-6.77352 l 8.49466,-8.49466 c 5.15649,3.74302 10.81728,6.67405 15.56893,10.92138 l 0.91146,6.47047 c 1.11273,0.6061 2.22546,0.0995 3.13692,-0.40252 l 1.71651,-2.93103 c 2.82925,1.81599 6.4751,3.23408 10.01223,1.92009 0.70558,-0.50663 1.51294,-1.72114 0.90916,-2.6303 -3.13692,-3.7407 -6.77353,-7.28246 -11.12496,-8.49466 -1.61473,-0.90915 0.70789,-2.01956 0,-3.43766 -6.97479,-3.94428 -12.84147,-10.81728 -19.71447,-15.06461 -3.64123,-1.71651 -6.16974,2.01957 -9.40382,2.72977 -2.5285,1.61704 -5.36006,2.5285 -7.98803,3.84018 0.30536,-7.68036 1.82061,-15.46714 4.34912,-22.54602 -0.30768,-1.11273 -1.51757,-2.0242 -2.42903,-2.72977 2.12135,-7.98804 6.26921,-15.16871 8.19161,-23.25623 0.70789,-0.30536 1.51525,0.50663 2.42903,0.20358 0.19895,-0.70789 1.81599,-1.41809 0.502,-2.12367 -2.22314,-2.32724 -5.45491,-2.22776 -7.4791,-4.85112 0.3979,-1.62398 0.80505,-3.74302 2.92872,-3.94891 7.0812,0 14.46313,-0.70557 20.62824,-3.84249 2.52851,1.11735 5.96616,3.24102 8.69362,1.01788 1.4204,-1.41809 1.4204,-3.34281 1.72114,-5.16111 1.51525,-4.14786 4.85343,-10.31065 0.50663,-14.25494 -5.7649,1.01326 -6.16974,7.98804 -11.4257,10.41476 -10.41707,-0.50431 -20.73003,0.70557 -30.84174,1.71651 -5.96616,-0.20126 -3.63892,11.12496 -9.90813,6.4751 -4.85343,-0.60841 -10.21118,-0.81199 -15.06461,-0.71251 -1.92009,-4.03913 -6.87531,-7.17605 -6.57457,-11.82591 1.4204,-6.06795 2.22776,-12.33947 2.22776,-19.00658 2.62798,-2.22777 3.7384,-5.76721 2.82925,-8.90181 -6.06795,-4.14324 -12.84148,-8.18699 -20.62594,-6.87763 -1.00862,0.1041 -2.02188,1.11273 -2.63029,1.71651 1.82293,6.27153 11.73106,6.98173 10.41475,14.36367 -2.22314,9.09614 -9.60507,16.58218 -6.77121,27.19588 l 5.86438,9.70687 c -0.80968,1.92471 -3.2364,-0.19895 -2.93566,2.12829 2.83387,0 2.02188,3.22945 3.33818,4.64754 3.8425,5.36006 6.06795,11.32391 8.99898,16.9847 l -2.12367,0.20358 c 0.40253,7.88394 3.13692,16.07555 1.41347,24.57022 -3.33356,-3.23408 -2.82693,-9.20256 -7.78447,-10.71781 -9.2974,-1.41809 -18.80763,0.6061 -24.97505,7.28015 -3.94197,0.20358 -9.90813,-1.11273 -11.42569,3.64123 -1.51294,1.11042 -2.72977,3.23408 -2.93335,4.85344 2.52851,0.70788 5.56364,-0.40716 8.49235,0 5.16112,-0.30306 0.91378,6.97478 5.66543,7.07426 1.61935,-2.62567 2.4244,-5.96385 4.3468,-8.28647 1.82062,2.52619 4.24734,-0.61072 6.27153,-1.01094 2.62798,-0.80967 6.06795,-1.01325 8.7954,-0.20357 7.48141,7.78446 9.60276,18.19922 15.2705,26.89283 2.12135,4.95522 7.88625,2.43134 11.11802,5.1588 2.42671,1.01325 5.86437,2.42903 6.06563,5.56363 0.20589,2.32262 -2.82924,1.51294 -3.63892,2.92872 -3.43534,2.22777 -0.50199,5.05469 -0.7102,7.99035 2.83618,1.41115 -2.22082,5.35775 1.92472,6.06563 6.47047,-0.40483 11.52748,6.97479 17.6949,2.93103 2.12136,0.30537 3.43766,-1.3163 4.85344,-2.42671" - inkscape:connector-curvature="0" /> - <path - id="path7639" - style="fill:#ff9955;fill-opacity:1;fill-rule:nonzero;stroke:none" - d="m 191.336,584.89622 c 0,0 0.61767,-15.31676 32.03775,-25.92353 0,0 1.84838,3.53713 1.84838,5.30223 0,0 -23.41122,10.60445 -27.72102,20.6213 0,0 -4.31673,3.53482 -6.16511,0" - inkscape:connector-curvature="0" /> - <path - id="path7641" - style="fill:#ff9955;fill-opacity:1;fill-rule:nonzero;stroke:none" - d="m 200.37431,579.86698 c 0,0 6.21137,3.95353 13.55167,-1.12893 0,0 9.03831,-5.08245 0.56215,-12.98721 l -14.11382,14.11614" - inkscape:connector-curvature="0" /> - </g> - <path - id="path5512" - style="fill:url(#radialGradient3112);fill-opacity:1;fill-rule:evenodd;stroke:none" - d="m 177.58016,612.95127 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - inkscape:connector-curvature="0" /> - <path - id="path5516" - style="fill:url(#radialGradient3109);fill-opacity:1;fill-rule:evenodd;stroke:none" - d="m 133.1829,544.50747 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - inkscape:connector-curvature="0" /> - <path - id="path5520" - style="fill:url(#radialGradient3106);fill-opacity:1;fill-rule:evenodd;stroke:none" - d="m 199.96636,587.37611 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - inkscape:connector-curvature="0" /> - <path - id="path5524" - style="fill:url(#radialGradient3103);fill-opacity:1;fill-rule:evenodd;stroke:none" - d="m 114.03565,570.91566 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - inkscape:connector-curvature="0" /> - <path - id="path5528" - style="fill:url(#radialGradient3100);fill-opacity:1;fill-rule:evenodd;stroke:none" - d="m 163.9127,535.27118 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - inkscape:connector-curvature="0" /> - <path - id="path5532" - style="fill:url(#radialGradient3097);fill-opacity:1;fill-rule:evenodd;stroke:none" - d="m 149.17991,624.33909 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - inkscape:connector-curvature="0" /> - <path - inkscape:connector-curvature="0" - d="m 117.04183,629.62317 -1.71652,-1.72114 1.71652,1.72114" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path7629" /> - <path - inkscape:connector-curvature="0" - d="m 37.01906,589.11633 c -0.09515,-1.83664 2.228308,-2.12652 2.810279,-3.67328 0.772273,-1.35646 1.157304,-2.80806 2.321247,-3.96536 1.641911,2.51376 4.255249,5.22224 7.443921,4.44776 0,-1.35424 -1.641911,-1.934 -2.323459,-3.29046 -1.737063,-2.70627 -3.963158,-5.41255 -3.76843,-8.60787 3.673278,-12.18377 5.222252,-25.43856 15.376876,-34.81648 1.25688,1.54676 4.739857,1.35203 4.160098,3.77286 l -0.484607,0.38502 h 0.289879 c 0.482394,1.06216 -0.869638,2.03137 -1.644124,2.61556 -0.869638,-0.0952 -1.641911,0.38282 -1.838852,1.1573 0.09958,0.87406 -0.190302,1.54676 -0.772274,2.03137 -0.194727,0.0952 -0.289879,-0.0952 -0.385031,-0.19472 v -0.67935 c -3.195309,0.58419 -2.90543,4.35704 -3.96537,6.67829 -1.35867,5.22225 3.482977,8.89553 7.156255,11.60623 4.062734,2.32125 9.475288,1.06216 12.765749,-1.83443 1.934004,0.86522 3.385613,2.70186 5.321826,3.28383 0,-2.03136 -1.936213,-3.96758 -3.677701,-5.60729 0.192515,-2.51818 2.998367,-2.51818 4.640284,-3.48075 -3.573705,-3.96759 2.518182,-10.06169 -3.478555,-12.48252 -2.031367,-0.28766 -3.58034,-2.12651 -4.837221,-3.76842 1.83664,-1.55119 4.352614,-2.51376 6.673859,-3.48298 4.642491,1.93179 9.090259,4.15788 13.44066,6.47913 5.226677,6.87081 5.41698,15.76633 10.061691,22.82523 1.4516,0.7767 2.61334,2.22609 4.3504,2.32346 1.54897,-0.97143 0.4846,-2.12652 -0.1903,-3.09795 3.76842,0.19473 7.63864,1.45161 11.11941,3.09795 1.16173,0.28766 2.51819,-0.48461 3.48297,-1.16395 -4.15788,-3.96315 -6.96374,-7.92853 -12.08862,-9.57265 -1.54898,-7.44614 -2.41862,-15.18658 -3.67328,-22.72786 -7.835594,-4.44776 -16.348304,-7.34656 -24.376413,-11.40929 -0.579757,-8.70966 0.969213,-19.43961 0.486821,-28.05412 -0.776699,-0.38502 -1.453823,0.87407 -1.934005,-0.1903 l 15.376874,-12.76574 c -4.067152,-4.64249 4.737647,-6.28884 5.120463,-10.44672 0.38946,-2.32125 0.38946,-5.60949 -0.960364,-7.73602 -4.064942,-6.38397 -8.709652,-12.47808 -12.960478,-18.76691 1.54676,-0.967 3.86801,-0.86742 5.317404,-2.51376 0.867427,-1.45382 2.031371,-2.99616 1.641917,-4.64249 -5.799796,0.19473 -12.088632,0.87185 -17.021002,3.86801 4.352613,7.64086 6.094105,16.35051 12.090843,23.21246 -1.064369,1.74149 -3.480766,3.09574 -3.965377,4.93679 -0.776699,0.57755 -1.741482,-0.4846 -2.031361,-1.16394 -5.512134,3.77286 -11.221206,9.57266 -16.538608,14.6046 l -0.192515,-0.1903 c -0.28988,0.38504 -0.776699,0.38504 -1.16173,0.67491 l -0.194728,-0.28987 0.389456,-0.38504 c -3.772855,-6.86858 -7.350982,-14.02927 -10.154624,-20.89343 -5.224464,1.64413 -4.837221,-6.09188 -8.802592,-8.12326 -3.095733,-0.87406 -5.414766,1.06215 -6.96374,2.99838 -4.447765,3.28824 -8.410923,7.83116 -13.057842,10.63702 l -0.674909,-0.67492 c -4.547342,-0.0996 -8.995107,-0.58418 -13.25257,-1.35645 v 4.35704 l 12.573235,7.63643 c 4.932372,-3.29046 9.866957,-7.25362 14.797117,-9.9621 0.677122,-0.67492 2.128731,-1.35425 3.292674,-1.83664 l 0.964788,1.16172 c -1.159516,0.86964 -2.319033,2.80585 -3.480763,3.28383 0.677123,2.7107 2.321247,5.03194 2.996156,7.83558 1.548973,5.61171 5.224464,10.252 6.676074,15.76634 l -3.000582,1.4494 c 1.93179,8.51271 5.611708,16.34387 7.253619,25.04909 -1.451609,0.29431 0.09958,1.16617 -0.772274,1.84107 -5.41698,6.48356 -10.541867,13.44509 -15.279511,20.4044 -1.066579,9.2872 -2.81028,19.15195 -2.130945,28.33735 0.874064,0.39168 2.031368,-0.093 2.611126,0.68156 -1.644124,2.70405 -3.76843,5.22004 -4.157886,8.41313 1.064366,2.02915 -1.644124,10.05726 3.188672,5.99452" - style="fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none" - id="path7633" /> - </g> - <g - transform="translate(325.7211,742.01847)" - id="g3152"> - <g - id="text3090" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;line-height:125%;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ff6600;fill-opacity:1;stroke:none" - transform="scale(1,-1)"> - <path - inkscape:connector-curvature="0" - id="path3104" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 309.91945,-582.35591 c -0.38403,5e-5 -0.92163,0.0385 -1.6128,0.1152 -0.61443,5e-5 -1.65123,0.15365 -3.1104,0.4608 l -4.7232,1.152 -4.7232,1.152 c -1.45921,0.30725 -3.03361,0.46085 -4.7232,0.4608 h -1.152 l -1.3824,-0.3456 -1.6128,-0.3456 -1.3824,-0.3456 -0.4608,-0.2304 v -7.1424 c 0.2304,-0.15354 0.4608,-0.26874 0.6912,-0.3456 0.30719,-0.0767 0.76799,-0.15354 1.3824,-0.2304 l 5.184,-1.152 6.7968,-1.4976 7.1424,-1.4976 5.76,-1.3824 2.9952,-1.152 38.36159,-8.4096 h 1.2672 l 1.6128,-0.1152 2.5344,0.2304 c 0.61433,0.0769 1.03673,0.30727 1.2672,0.6912 0.38393,0.30727 0.57593,0.80647 0.576,1.4976 l 0.1152,2.5344 -0.1152,1.4976 v 0.9216 l -38.36159,9.5616 -1.2672,1.2672 -0.4608,3.3408 -0.6912,5.0688 -0.6912,5.0688 -0.576,3.2256 -1.0368,4.8384 -1.728,7.8336 -1.8432,8.1792 -1.3824,5.5296 -1.3824,4.9536 c -0.30723,1.152 -0.80643,2.0352 -1.4976,2.6496 -0.61443,0.6144 -1.26723,0.9216 -1.9584,0.9216 -0.61443,0.0768 -1.19043,0.192 -1.728,0.3456 -0.53763,0 -1.03682,0 -1.4976,0 h -2.0736 c -2e-5,-1.9968 0.11518,-4.07039 0.3456,-6.2208 0.23038,-2.22719 0.49918,-4.26239 0.8064,-6.1056 l 2.5344,-12.2112 c 0.53757,-1.91997 1.03677,-3.99357 1.4976,-6.2208 0.46077,-2.22717 0.84477,-4.22396 1.152,-5.9904 0.76797,-4.07036 1.15197,-8.25595 1.152,-12.5568" /> - <path - inkscape:connector-curvature="0" - id="path3106" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 341.62105,-551.59751 c 0,-3.76318 0.8064,-7.37277 2.4192,-10.8288 1.68959,-3.53277 3.87839,-6.60476 6.5664,-9.216 2.68798,-2.68796 5.75998,-4.83835 9.216,-6.4512 3.45597,-1.61275 7.02717,-2.41915 10.7136,-2.4192 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 c 2.38076,1.15205 3.80156,2.18885 4.2624,3.1104 0.46076,0.92165 0.69116,2.18884 0.6912,3.8016 -4e-5,3.99364 -0.99844,7.37284 -2.9952,10.1376 -1.92004,2.68803 -4.37764,4.87683 -7.3728,6.5664 -2.99523,1.68962 -6.22083,2.95682 -9.6768,3.8016 -2.15042,0.46082 -3.95522,0.80642 -5.4144,1.0368 -1.45922,0.23042 -3.03362,0.34562 -4.7232,0.3456 l -0.1152,1.4976 v 1.4976 c -1e-5,1.61282 0.26879,3.03361 0.8064,4.2624 0.69119,1.22881 1.49758,2.07361 2.4192,2.5344 0.99838,0.46081 1.88158,0.72961 2.6496,0.8064 0.76798,0.0768 1.45918,0.19201 2.0736,0.3456 0.46078,10e-6 0.92158,10e-6 1.3824,0 h 1.728 l 4.4928,-0.3456 4.4928,-0.9216 4.4928,-0.9216 c 1.22876,-0.30719 2.07356,-0.46079 2.5344,-0.4608 0.53756,10e-6 1.19036,10e-6 1.9584,0 1.53596,10e-6 2.53435,0.26881 2.9952,0.8064 0.46075,0.53761 0.69115,1.49761 0.6912,2.88 -5e-5,1.76641 -0.99845,3.2256 -2.9952,4.3776 -1.99684,1.0752 -4.14724,1.8816 -6.4512,2.4192 -2.22723,0.5376 -3.91683,0.8832 -5.0688,1.0368 -1.15203,0.2304 -2.38083,0.3456 -3.6864,0.3456 l -6.1056,0.3456 c -2.53442,0 -4.91522,-0.6528 -7.1424,-1.9584 -2.22721,-1.4592 -4.10881,-3.0336 -5.6448,-4.7232 -1.61281,-2.07359 -2.88001,-4.30079 -3.8016,-6.6816 -0.9216,-2.45758 -1.3824,-4.83838 -1.3824,-7.1424 m 22.9248,-20.5056 -1.152,0.1152 -9.6768,9.5616 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 l 4.032,-0.2304 4.3776,-1.152 c 1.53597,-0.76797 2.68797,-1.53597 3.456,-2.304 0.92156,-1.15196 1.38236,-2.57276 1.3824,-4.2624 -0.0768,-0.61436 -0.42244,-1.07516 -1.0368,-1.3824 -0.53763,-0.30716 -1.22883,-0.46076 -2.0736,-0.4608 l -2.304,-0.1152 h -1.2672 l -1.728,0.1152" /> - <path - inkscape:connector-curvature="0" - id="path3108" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 388.42105,-546.64391 c 0,-3.45598 0.6528,-6.79678 1.9584,-10.0224 1.38239,-3.30237 3.22559,-6.25917 5.5296,-8.8704 2.38079,-2.61116 5.18398,-4.72316 8.4096,-6.336 3.22558,-1.68956 6.56637,-2.53436 10.0224,-2.5344 1.76637,4e-5 2.91837,0.19204 3.456,0.576 0.53757,0.30724 0.80636,1.34404 0.8064,3.1104 -4e-5,1.38244 -0.49923,2.49604 -1.4976,3.3408 -0.61443,0.53764 -1.19043,0.96004 -1.728,1.2672 -0.46083,0.23043 -1.15203,0.57603 -2.0736,1.0368 l -4.9536,2.1888 c -1.84322,0.84483 -3.53282,1.88163 -5.0688,3.1104 -1.53602,1.15203 -2.80322,2.68803 -3.8016,4.608 -0.92161,1.84322 -1.38241,4.26242 -1.3824,7.2576 v 3.5712 c 0.92158,0.92161 2.07358,1.38241 3.456,1.3824 h 3.6864 c 3.07198,10e-6 5.87517,-0.46079 8.4096,-1.3824 l 7.7184,-3.2256 c 0.61436,-0.30718 1.57436,-0.80638 2.88,-1.4976 0.15356,-0.0768 1.61276,-0.61438 4.3776,-1.6128 2.76475,-1.07518 5.64475,-1.61278 8.64,-1.6128 -5e-5,3.30242 -1.22885,6.14401 -3.6864,8.5248 -2.38085,2.30401 -5.33765,4.26241 -8.8704,5.8752 -3.45604,1.6128 -6.98883,2.7648 -10.5984,3.456 -3.60963,0.6912 -6.64322,1.0368 -9.1008,1.0368 -2.22722,0 -4.37762,-0.2304 -6.4512,-0.6912 -2.22721,-0.768 -3.99361,-1.536 -5.2992,-2.304 -1.45921,-1.07519 -2.64961,-2.45759 -3.5712,-4.1472 -0.6144,-1.22879 -0.9984,-2.30399 -1.152,-3.2256 -0.0768,-0.92159 -0.1152,-1.88159 -0.1152,-2.88" /> - <path - inkscape:connector-curvature="0" - id="path3110" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 442.33824,-544.10951 c 0,-0.99839 0.0768,-3.64798 0.2304,-7.9488 0.2304,-4.30077 0.3456,-7.71837 0.3456,-10.2528 0,-0.15357 0.192,-3.99356 0.576,-11.52 0.0768,-1.53596 0.1152,-3.76315 0.1152,-6.6816 0,-1.53595 -0.1152,-3.03355 -0.3456,-4.4928 -0.2304,-1.45914 -0.5376,-2.84154 -0.9216,-4.1472 -0.768,-2.84154 -1.152,-5.68314 -1.152,-8.5248 0,-1.76633 0.2304,-3.30233 0.6912,-4.608 0.6144,-1.38233 1.8048,-2.07353 3.5712,-2.0736 1.22879,7e-5 2.34239,0.88327 3.3408,2.6496 1.07519,1.68967 1.91999,3.64807 2.5344,5.8752 0.61439,2.15046 1.03679,4.18566 1.2672,6.1056 0.23039,0.99846 0.38399,1.92006 0.4608,2.7648 0.0768,0.84486 0.11519,1.45925 0.1152,1.8432 v 3.5712 l -0.3456,5.4144 -0.3456,5.2992 -0.1152,3.5712 c 2.07359,4e-5 3.87838,-0.46076 5.4144,-1.3824 l 4.9536,-3.2256 4.032,-2.7648 6.2208,-4.3776 6.1056,-4.3776 4.032,-2.88 h 0.9216 l 0.9216,-0.1152 c 1.22875,6e-5 2.03515,0.26886 2.4192,0.8064 0.46075,0.53765 0.69115,1.34405 0.6912,2.4192 -5e-5,1.38245 -0.57605,2.64965 -1.728,3.8016 -0.61445,0.61445 -1.34405,1.30565 -2.1888,2.0736 -0.84484,0.69125 -1.53604,1.22885 -2.0736,1.6128 -1.07524,0.84484 -2.26564,1.65124 -3.5712,2.4192 -1.22884,0.76804 -1.88164,1.19044 -1.9584,1.2672 l -5.5296,3.456 c -1.61283,1.07524 -3.03363,2.26564 -4.2624,3.5712 -1.15203,1.22883 -1.72802,2.30403 -1.728,3.2256 l 0.1152,0.576 c 1.68957,1.99683 3.37917,3.64803 5.0688,4.9536 l 5.6448,3.9168 5.5296,3.5712 c 1.99676,1.38242 3.64795,2.76481 4.9536,4.1472 1.30555,1.38241 2.38075,2.99521 3.2256,4.8384 0.84475,1.76641 1.26715,3.9936 1.2672,6.6816 -2.22725,0 -4.41605,-0.5376 -6.5664,-1.6128 -2.07364,-1.2288 -4.10884,-2.64959 -6.1056,-4.2624 l -5.9904,-5.4144 c -1.76643,-1.91999 -3.76323,-3.72478 -5.9904,-5.4144 -1.68962,-1.30558 -2.95682,-2.18878 -3.8016,-2.6496 -0.84482,-0.53758 -1.72802,-1.03678 -2.6496,-1.4976 -2.30402,-1.15198 -4.68481,-1.72798 -7.1424,-1.728 v 23.2704 c -0.15361,0.768 -0.34561,1.2288 -0.576,1.3824 l -1.2672,0.6912 -1.6128,0.3456 -1.2672,0.1152 c -1.45921,0 -2.5344,-0.576 -3.2256,-1.728 -0.8448,-1.152 -1.4592,-2.4192 -1.8432,-3.8016 -0.3072,-1.4592 -0.4608,-3.07199 -0.4608,-4.8384 v -3.9168 0" /> - <path - inkscape:connector-curvature="0" - id="path3112" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 494.96123,-570.49031 c 0.1536,-0.61436 0.4992,-1.19036 1.0368,-1.728 0.6144,-0.53756 1.344,-0.92156 2.1888,-1.152 0.8448,-0.23036 1.728,-0.15356 2.6496,0.2304 0.9216,0.38404 1.7664,1.26724 2.5344,2.6496 v 33.408 c -1e-5,0.9216 -0.384,1.6128 -1.152,2.0736 l -2.1888,0.4608 h -1.3824 l -0.6912,0.1152 -1.2672,-0.1152 -1.2672,-0.3456 -0.4608,-0.9216 v -34.6752 m 1.0368,-17.1648 c -0.0768,-0.53754 -0.1152,-1.22874 -0.1152,-2.0736 0,-2.15034 0.5376,-3.57114 1.6128,-4.2624 0.6144,-0.38394 1.2288,-0.57594 1.8432,-0.576 0.8448,6e-5 1.92,0.46086 3.2256,1.3824 v 1.4976 c 0,0.53766 -0.0768,1.19046 -0.2304,1.9584 0,0.76806 -0.2304,1.38246 -0.6912,1.8432 -0.4608,0.46086 -1.152,0.80646 -2.0736,1.0368 l -3.456,0.1152 -0.1152,-0.9216" /> - <path - inkscape:connector-curvature="0" - id="path3114" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 508.36225,-545.49191 c -0.384,-1.53598 -0.576,-2.91838 -0.576,-4.1472 0,-1.22878 0.1152,-2.49598 0.3456,-3.8016 0.69119,-2.99517 1.68959,-5.79837 2.9952,-8.4096 1.38239,-2.68797 2.91839,-5.06876 4.608,-7.1424 1.99679,-2.38076 3.91678,-4.30076 5.76,-5.76 l 1.2672,-0.2304 2.0736,-0.8064 2.1888,-0.576 1.2672,-0.4608 c 1.38237,-0.46075 2.41917,-0.72955 3.1104,-0.8064 0.69117,-0.0768 1.72797,-0.11515 3.1104,-0.1152 1.07517,-0.0767 2.11197,-0.19195 3.1104,-0.3456 0.99836,-0.23035 1.99676,-0.42235 2.9952,-0.576 l 0.3456,-0.1152 6.4512,-33.0624 6.336,-1.8432 0.8064,3.5712 0.2304,2.6496 -0.2304,2.7648 -0.576,3.456 -1.0368,5.76 -1.3824,8.7552 -1.728,10.2528 -1.728,10.368 -1.4976,8.8704 -0.9216,5.76 c -4e-5,0.30722 -0.0384,0.76802 -0.1152,1.3824 -4e-5,0.53762 0.0768,1.49762 0.2304,2.88 0.38396,1.45921 0.57596,3.18721 0.576,5.184 -4e-5,0.69121 -0.0384,1.53601 -0.1152,2.5344 -0.0768,0.92161 -0.19204,1.61281 -0.3456,2.0736 -0.61444,1.3824 -1.68964,2.304 -3.2256,2.7648 l -18.0864,2.4192 c -0.30722,0.0768 -0.72962,0.1152 -1.2672,0.1152 -1.15202,0 -2.30402,-0.2688 -3.456,-0.8064 -1.84321,-0.9984 -3.49441,-2.112 -4.9536,-3.3408 -1.76641,-1.68959 -3.26401,-3.30239 -4.4928,-4.8384 -1.15201,-1.53599 -1.84321,-2.99519 -2.0736,-4.3776 m 9.6768,-0.6912 1.0368,2.304 1.2672,1.9584 c 0.53758,0.53761 1.11358,0.72961 1.728,0.576 l 13.4784,-1.2672 3.8016,-25.92 -14.5152,1.6128 c -1.53602,0.46084 -2.84162,1.45923 -3.9168,2.9952 -0.99842,1.45923 -1.80482,3.11043 -2.4192,4.9536 -0.61441,1.84323 -1.03681,3.91682 -1.2672,6.2208 v 1.4976 c -1e-5,1.30562 0.11519,2.49602 0.3456,3.5712 l 0.4608,1.4976" /> - <path - inkscape:connector-curvature="0" - id="path3116" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 578.66303,-555.62951 c -0.0768,-0.61438 -0.57602,-1.15197 -1.4976,-1.6128 -0.84482,-0.46077 -1.34402,-0.72957 -1.4976,-0.8064 -0.0768,-0.0768 -0.88322,-0.34557 -2.4192,-0.8064 l -4.9536,-1.9584 -4.9536,-2.304 -3.8016,-2.7648 c -0.9984,-0.99836 -1.4976,-2.15036 -1.4976,-3.456 0,-2.07356 0.7296,-4.07036 2.1888,-5.9904 1.4592,-1.99675 3.26399,-3.72475 5.4144,-5.184 2.15039,-1.45915 4.33919,-2.57275 6.5664,-3.3408 2.22718,-0.84475 4.33918,-1.26715 6.336,-1.2672 1.53598,5e-5 2.91838,0.30725 4.1472,0.9216 1.30557,0.53765 1.95837,1.68965 1.9584,3.456 -3e-5,1.38245 -0.46083,2.41925 -1.3824,3.1104 -0.84483,0.61445 -1.84322,1.07525 -2.9952,1.3824 -1.15202,0.23045 -2.53442,0.34565 -4.1472,0.3456 l -4.032,0.576 c -1.45921,0.38404 -2.57281,0.84484 -3.3408,1.3824 -0.69121,0.53764 -1.03681,1.45924 -1.0368,2.7648 0.0768,0.92164 0.61439,1.72804 1.6128,2.4192 1.07519,0.61444 2.41919,1.19044 4.032,1.728 l 5.184,1.9584 5.184,2.1888 c 1.61277,0.84483 2.95677,1.80483 4.032,2.88 1.07517,1.07523 1.61277,2.30403 1.6128,3.6864 -3e-5,1.53602 -0.65283,3.18722 -1.9584,4.9536 -1.22883,1.68962 -2.91843,3.37922 -5.0688,5.0688 -2.15042,1.61281 -4.56962,3.18721 -7.2576,4.7232 l -7.8336,3.9168 c -2.76481,1.152 -5.2224,2.0736 -7.3728,2.7648 -1.6128,0.4608 -2.688,0.7296 -3.2256,0.8064 -0.5376,0.0768 -1.3824,0.1152 -2.5344,0.1152 l -0.1152,-1.6128 -0.1152,-2.304 0.4608,-2.304 c 0.2304,-0.84479 0.6912,-1.38239 1.3824,-1.6128 l 19.2384,-9.6768 0.576,-0.4608 1.152,-1.0368 1.0368,-1.152 0.8064,-1.152 0.1152,-0.3456 v 0" /> - <path - inkscape:connector-curvature="0" - id="path3118" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 651.67105,-551.59751 c 0,-3.76318 0.80639,-7.37277 2.4192,-10.8288 1.68959,-3.53277 3.87839,-6.60476 6.5664,-9.216 2.68798,-2.68796 5.75998,-4.83835 9.216,-6.4512 3.45597,-1.61275 7.02717,-2.41915 10.7136,-2.4192 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 c 2.38076,1.15205 3.80156,2.18885 4.2624,3.1104 0.46076,0.92165 0.69115,2.18884 0.6912,3.8016 -5e-5,3.99364 -0.99844,7.37284 -2.9952,10.1376 -1.92004,2.68803 -4.37764,4.87683 -7.3728,6.5664 -2.99523,1.68962 -6.22083,2.95682 -9.6768,3.8016 -2.15042,0.46082 -3.95522,0.80642 -5.4144,1.0368 -1.45922,0.23042 -3.03362,0.34562 -4.7232,0.3456 l -0.1152,1.4976 v 1.4976 c -1e-5,1.61282 0.26879,3.03361 0.8064,4.2624 0.69118,1.22881 1.49758,2.07361 2.4192,2.5344 0.99838,0.46081 1.88158,0.72961 2.6496,0.8064 0.76798,0.0768 1.45918,0.19201 2.0736,0.3456 0.46078,10e-6 0.92158,10e-6 1.3824,0 h 1.728 l 4.4928,-0.3456 4.4928,-0.9216 4.4928,-0.9216 c 1.22876,-0.30719 2.07356,-0.46079 2.5344,-0.4608 0.53756,10e-6 1.19036,10e-6 1.9584,0 1.53595,10e-6 2.53435,0.26881 2.9952,0.8064 0.46075,0.53761 0.69115,1.49761 0.6912,2.88 -5e-5,1.76641 -0.99845,3.2256 -2.9952,4.3776 -1.99684,1.0752 -4.14724,1.8816 -6.4512,2.4192 -2.22724,0.5376 -3.91683,0.8832 -5.0688,1.0368 -1.15203,0.2304 -2.38083,0.3456 -3.6864,0.3456 l -6.1056,0.3456 c -2.53442,0 -4.91522,-0.6528 -7.1424,-1.9584 -2.22721,-1.4592 -4.10881,-3.0336 -5.6448,-4.7232 -1.61281,-2.07359 -2.88001,-4.30079 -3.8016,-6.6816 -0.9216,-2.45758 -1.3824,-4.83838 -1.3824,-7.1424 m 22.9248,-20.5056 -1.152,0.1152 -9.6768,9.5616 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 l 4.032,-0.2304 4.3776,-1.152 c 1.53597,-0.76797 2.68797,-1.53597 3.456,-2.304 0.92156,-1.15196 1.38236,-2.57276 1.3824,-4.2624 -0.0768,-0.61436 -0.42244,-1.07516 -1.0368,-1.3824 -0.53763,-0.30716 -1.22883,-0.46076 -2.0736,-0.4608 l -2.304,-0.1152 h -1.2672 l -1.728,0.1152" /> - <path - inkscape:connector-curvature="0" - id="path3120" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 698.47103,-539.38631 0.1152,-1.728 0.8064,-1.3824 c 0.4608,-0.46079 0.9984,-0.69119 1.6128,-0.6912 h 13.1328 l 1.2672,1.2672 v 1.4976 l 0.1152,1.8432 c -10e-6,1.45921 -0.0384,2.5344 -0.1152,3.2256 -0.0768,0.6912 -0.26881,1.6128 -0.576,2.7648 -0.23041,1.152 -1.26721,2.4192 -3.1104,3.8016 l -2.0736,0.1152 -2.0736,0.1152 c -2.9952,0 -5.2608,-0.8448 -6.7968,-2.5344 -1.536,-1.6128 -2.304,-3.9168 -2.304,-6.912 v -1.3824" /> - <path - inkscape:connector-curvature="0" - id="path3122" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 719.84603,-588.34631 v -0.9216 c 0,-1.45914 0.2688,-2.34234 0.8064,-2.6496 0.6144,-0.30714 1.5744,-0.46074 2.88,-0.4608 h 2.0736 c 0.9984,0.0769 1.536,0.49926 1.6128,1.2672 0.5376,1.68966 0.9216,3.18726 1.152,4.4928 0.30719,1.30565 0.65279,2.91845 1.0368,4.8384 l 2.6496,10.368 3.2256,10.368 c 1.30559,3.60963 2.61119,6.79682 3.9168,9.5616 l 0.4608,0.6912 0.6912,0.4608 c 4.30078,-7.75677 8.71677,-16.20476 13.248,-25.344 2.45757,-4.60795 4.60796,-8.94715 6.4512,-13.0176 1.84316,-4.14714 3.68636,-8.56313 5.5296,-13.248 v -1.152 c -4e-5,-0.99833 -0.23044,-1.84313 -0.6912,-2.5344 -0.46084,-0.69112 -0.69124,-1.49752 -0.6912,-2.4192 v -0.576 l 0.1152,-0.4608 6.1056,-5.9904 0.576,-0.1152 1.0368,-0.1152 c 1.76635,9e-5 2.95675,0.49929 3.5712,1.4976 0.61435,0.92168 0.92155,2.18888 0.9216,3.8016 v 2.0736 l -0.2304,1.4976 -0.4608,1.3824 -0.6912,1.9584 -2.4192,5.76 -2.9952,7.3728 -2.7648,6.4512 -1.3824,3.2256 -5.4144,10.944 -5.9904,11.6352 -6.336,11.7504 -6.2208,11.2896 c -0.61442,0.8448 -1.22882,1.2672 -1.8432,1.2672 h -2.4192 -2.4192 c -0.84481,-0.1536 -1.42081,-0.576 -1.728,-1.2672 l -0.8064,-2.7648 -0.6912,-3.456 -0.576,-3.3408 -0.3456,-2.5344 -2.5344,-10.1376 -2.88,-10.0224 c -0.6144,-1.84316 -1.1136,-3.37916 -1.4976,-4.608 -0.3072,-1.22876 -0.8064,-3.03356 -1.4976,-5.4144 l -2.4192,-10.5984 -0.1152,-0.8064" /> - <path - inkscape:connector-curvature="0" - id="path3124" - style="font-size:115.2px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - d="m 781.04605,-539.38631 0.1152,-1.728 0.8064,-1.3824 c 0.46079,-0.46079 0.99839,-0.69119 1.6128,-0.6912 h 13.1328 l 1.2672,1.2672 v 1.4976 l 0.1152,1.8432 c -2e-5,1.45921 -0.0384,2.5344 -0.1152,3.2256 -0.0768,0.6912 -0.26882,1.6128 -0.576,2.7648 -0.23042,1.152 -1.26722,2.4192 -3.1104,3.8016 l -2.0736,0.1152 -2.0736,0.1152 c -2.99521,0 -5.26081,-0.8448 -6.7968,-2.5344 -1.53601,-1.6128 -2.304,-3.9168 -2.304,-6.912 v -1.3824" /> - </g> - </g> - <g - aria-label="Digitale Freiheit mit Jugend und Bildung" - transform="scale(1,-1)" - style="font-style:normal;font-weight:normal;font-size:35.7092px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#d45500;fill-opacity:1;stroke:none;stroke-width:0.892731" - id="text166"> - <path - d="m 605.18447,-1237.6388 0.0357,-0.2856 2.21398,-2.3568 2.92815,-2.9282 3.071,-3.2138 q 1.5712,-1.6784 2.82103,-3.321 1.24982,-1.6426 1.99971,-3.1424 0.7499,-1.4998 0.7499,-2.7139 -0.0357,-0.25 -0.32138,-0.3928 -0.24997,-0.1428 -0.57135,-0.1428 h -0.67848 -0.3928 -1.39266 l -1.35695,0.1071 -1.60692,0.1071 -1.35695,0.1428 -0.53564,0.036 -4.07085,14.855 q -0.14284,0.4642 -0.53564,0.9999 -0.3928,0.5356 -0.96415,0.5356 -0.49993,-0.071 -0.67847,-0.1785 l -0.32139,-0.4643 q -0.14283,-0.2856 -0.14283,-0.607 l -0.0357,-0.6428 v -0.5713 l 0.0714,-0.5714 0.49993,-1.6069 0.7856,-2.4639 0.7856,-2.464 0.53564,-1.6426 q 0.14284,-0.2857 0.24997,-1.0356 l 0.32138,-1.714 0.3928,-1.964 0.42851,-1.8569 0.42851,-1.3927 q 0.17855,-0.3571 0.32138,-0.5356 0.0357,0 0.0714,-0.036 h 10.0343 q 0.42851,0 0.92844,0.3214 0.53564,0.3214 0.96415,0.7499 0.42851,0.3928 0.74989,0.9641 0.3571,0.5357 0.3571,0.9642 0,1.0355 -0.46422,2.2139 -0.42852,1.1427 -0.99986,2.1069 -0.67848,1.1427 -1.32124,2.0711 l -1.32125,1.7498 -1.14269,1.3212 -1.78546,1.964 -2.10685,2.3211 -2.07114,2.3211 -1.78546,1.964 q -0.49993,0.5 -0.71418,0.7499 -0.21426,0.25 -0.42851,0.5357 l -0.28568,0.2856 -0.17854,0.1072 h -0.28568 -0.53564 l -1.03556,-0.1429 q -0.32139,-0.1785 -0.32139,-0.8213 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path177" /> - <path - d="m 623.36271,-1248.2444 q 0.0714,-0.2857 0.32138,-0.5356 0.28567,-0.25 0.67848,-0.3571 0.3928,-0.1072 0.82131,0.071 0.42851,0.1785 0.7856,0.8213 v 10.3557 q 0,0.4285 -0.35709,0.6427 l -0.67848,0.1429 h -0.42851 l -0.21425,0.036 -0.3928,-0.036 -0.39281,-0.1071 -0.14283,-0.2857 z m 0.32138,-5.3207 q -0.0357,-0.2499 -0.0357,-0.6427 0,-0.9999 0.49993,-1.3213 0.28567,-0.1785 0.57135,-0.1785 0.3928,0 0.99986,0.4285 v 0.4642 q 0,0.25 -0.0714,0.6071 0,0.357 -0.21426,0.5713 -0.21425,0.2143 -0.64276,0.3214 l -1.07128,0.036 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path179" /> - <path - d="m 625.90002,-1227.7473 q 0.92844,0 1.5712,0.2143 l 1.21412,0.4999 q 0.32138,0.1785 0.57135,0.2857 0.28567,0.1071 0.82131,0.2499 0.53564,0.1786 1.39266,0.1786 h 0.35709 l 0.57135,-0.036 h 0.53564 0.3928 q 0.7856,-0.8214 1.10699,-1.964 0.17854,-0.5 0.28567,-1.107 0.14284,-0.5714 0.14284,-1.2856 v -2.4996 l -0.0357,-2.2854 v -2.4282 l -1.07128,0.3213 q -0.35709,0.072 -0.57135,0.072 h -0.42851 q -0.96415,0 -1.78546,-0.3928 -0.82131,-0.4285 -1.35695,-1.107 -0.53564,-0.6785 -0.85702,-1.4998 -0.28568,-0.8213 -0.28568,-1.6426 0,-1.2141 0.42851,-2.3926 0.32139,-0.7498 0.60706,-1.2498 0.28567,-0.5356 0.64277,-0.9998 0.85702,-1.0356 1.9283,-1.6427 1.10698,-0.6427 2.35681,-0.6427 1.14269,0 2.10684,0.5356 0.96415,0.5357 1.64263,1.357 v 2.4282 l -0.0357,3.1067 -0.0714,2.9639 -0.10713,3.071 -0.17855,3.3209 -0.28567,2.3211 q -0.21426,1.3927 -0.64277,2.7496 -0.32138,0.8213 -0.60705,1.3927 -0.28568,0.5713 -0.64277,1.0713 -0.74989,1.0712 -1.9283,1.3926 h -0.3928 -0.60706 l -0.64276,0.036 h -0.39281 l -2.28539,-0.1428 q -0.60705,-0.1071 -1.03556,-0.25 -0.42852,-0.1428 -0.78561,-0.3571 -0.7856,-0.4642 -1.21411,-1.3569 -0.42851,-0.8927 -0.42851,-2.2854 z m 9.42724,-18.6402 q -0.85703,0 -1.46408,0.1785 -0.60706,0.1786 -0.82132,0.2857 -0.82131,0.4642 -1.1784,1.1427 -0.32138,0.6785 -0.42851,1.1427 -0.0714,0.4642 -0.10713,0.8927 l -0.10713,2.3925 1.49979,0.036 q 0.71419,0 1.21412,-0.1071 0.57134,-0.2142 0.89273,-0.6427 0.35709,-0.4643 0.35709,-1.3213 l 0.0357,-0.7856 0.0357,-1.2141 0.0357,-1.2141 0.0357,-0.7856 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path181" /> - <path - d="m 639.6132,-1248.2444 q 0.0714,-0.2857 0.32139,-0.5356 0.28567,-0.25 0.67847,-0.3571 0.3928,-0.1072 0.82131,0.071 0.42852,0.1785 0.78561,0.8213 v 10.3557 q 0,0.4285 -0.35709,0.6427 l -0.67848,0.1429 h -0.42851 l -0.21426,0.036 -0.3928,-0.036 -0.3928,-0.1071 -0.14284,-0.2857 z m 0.32139,-5.3207 q -0.0357,-0.2499 -0.0357,-0.6427 0,-0.9999 0.49993,-1.3213 0.28567,-0.1785 0.57134,-0.1785 0.39281,0 0.99986,0.4285 v 0.4642 q 0,0.25 -0.0714,0.6071 0,0.357 -0.21425,0.5713 -0.21426,0.2143 -0.64277,0.3214 l -1.07127,0.036 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path183" /> - <path - d="m 648.08633,-1238.103 0.0357,-0.1785 2.21398,-9.6415 h -6.67763 v -2.2497 q 0.0357,-0.3571 0.46422,-0.3571 l 1.1784,-0.036 h 1.60692 q 0.89273,0 1.71404,-0.2143 0.85702,-0.2142 1.5355,-0.7499 0.67848,-0.5356 0.92844,-1.6069 l 0.3928,-1.107 q 0.21426,-0.4285 0.92844,-0.4285 0.53564,0 0.85702,0.3571 0.32139,0.3214 0.42852,0.7856 0.17854,0.4285 0.24996,0.9999 l 0.14284,0.857 0.92844,0.071 1.46408,0.1072 1.46407,0.1071 0.96415,0.1071 q 0.7499,0.1071 1.10699,0.3928 0.3928,0.25 0.3928,0.8927 l -0.10713,0.4643 -0.21425,0.4999 -0.35709,0.3928 q -0.24997,0.1428 -0.46422,0.1428 h -5.7849 l -2.92816,11.7127 h -2.07113 l -0.21426,-0.1429 -0.10713,-0.3214 -0.0714,-0.3571 v -0.2856 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path185" /> - <path - d="m 663.50882,-1238.1387 -0.7856,0.25 -0.7856,0.2856 -0.82132,0.1072 q -0.92844,0 -1.9283,-0.3928 -1.03556,-0.5 -1.78546,-1.1427 -0.74989,-0.6785 -1.21411,-1.5712 -0.46422,-0.8928 -0.46422,-1.9283 0,-1.3213 0.64276,-2.3211 0.67848,-1.0356 1.74976,-1.7141 1.07127,-0.6784 2.28539,-0.9998 1.21411,-0.3571 2.39252,-0.3571 l 1.39266,0.1071 1.32124,0.1786 1.35695,0.1428 1.49979,-0.036 q 0.3928,0.1071 0.49993,0.2857 0.21425,0.2142 0.21425,0.4285 0.0714,0.1785 0.0714,0.5356 v 0.4999 q 0,0.9999 -0.32138,1.7141 -0.28568,0.6785 -1.21412,0.9998 l -0.0357,0.7499 v 0.7142 q 0,0.8927 0.21425,1.5712 0.21426,0.6785 0.21426,1.4641 0,0.8213 -0.71419,1.1784 -0.67847,0.3214 -1.35695,0.3214 h -0.46422 l -0.46422,-0.071 q 0.0357,-0.1429 0.0357,-0.3928 0,-0.3928 -0.17855,-0.5714 -0.17854,-0.1785 -0.53564,-0.1785 z m -4.78504,-3.9994 0.17855,0.7499 0.35709,0.6427 q 0.21426,0.25 0.53564,0.25 h 3.35667 q 0.57135,-0.036 0.85702,-0.4999 0.28568,-0.5 0.3928,-1.0713 0.21426,-0.6428 0.21426,-1.1784 l 0.0357,-0.7856 v -0.1786 l -0.35709,-0.3571 -0.39281,-0.3928 h -1.85688 l -1.32124,0.072 q -0.57135,0 -1.07128,0.2856 -0.49993,0.25 -0.74989,0.6428 -0.24996,0.4999 -0.24996,1.2498 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path187" /> - <path - d="m 670.51006,-1237.8887 v -0.3928 l 0.0357,-0.4285 q 0,-0.4285 0.0714,-0.6785 l 0.14284,-0.6785 0.10712,-0.4285 v -12.9982 -0.5713 l 0.10713,-0.9642 0.24997,-1.0355 q 0.10712,-0.5 0.3928,-0.7856 h 0.46422 l 0.46422,-0.036 h 0.21425 0.46422 l 0.42851,0.1071 q 0.21426,0.071 0.21426,0.2857 v 17.4618 q 0,0.9998 -0.46422,1.8212 -0.46422,0.7856 -1.39266,0.7856 -1.49979,0 -1.49979,-1.4641 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path189" /> - <path - d="m 675.28673,-1242.3881 q 0,-1.7497 0.74989,-3.3567 0.78561,-1.6426 2.03543,-2.8567 1.24982,-1.2498 2.85674,-1.9997 1.60692,-0.7499 3.32096,-0.7499 h 0.35709 l 0.57135,0.036 h 0.53564 0.3928 q 1.10699,0.5356 1.32124,0.9642 0.21426,0.4285 0.21426,1.1784 0,1.8568 -0.92844,3.1424 -0.89273,1.2498 -2.28539,2.0354 -1.39266,0.7856 -2.99958,1.1784 -0.99986,0.2143 -1.67833,0.3214 -0.67848,0.1071 -1.46408,0.1071 l -0.0357,0.4642 v 0.4643 q 0,0.7498 0.24996,1.3212 0.32139,0.5713 0.7499,0.7856 0.46422,0.2143 0.82131,0.25 0.35709,0.036 0.64276,0.1071 0.21426,0 0.42852,0 h 0.53563 l 1.39266,-0.1071 1.39267,-0.2857 1.39266,-0.2857 q 0.57134,-0.1428 0.7856,-0.1428 0.24996,0 0.60706,0 0.71418,0 0.92844,0.2499 0.21425,0.25 0.21425,0.8928 0,0.8213 -0.92844,1.3569 -0.92844,0.5 -1.99972,0.7499 -1.03556,0.25 -1.5712,0.3214 -0.53564,0.1071 -1.1427,0.1071 l -1.89259,0.1072 q -1.1784,0 -2.21397,-0.6071 -1.03557,-0.6785 -1.74975,-1.4641 -0.7499,-0.9641 -1.17841,-2.0711 -0.42851,-1.1427 -0.42851,-2.214 z m 7.10614,-6.3562 -0.35709,0.036 -2.99958,2.9638 h 0.35709 l 0.57135,0.036 h 0.53564 0.3928 l 1.24982,-0.072 1.35696,-0.3571 q 0.71418,-0.3571 1.07127,-0.7141 0.42851,-0.5357 0.42851,-1.3213 -0.0357,-0.2857 -0.32138,-0.4285 -0.24996,-0.1428 -0.64277,-0.1428 l -0.71418,-0.036 h -0.3928 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path191" /> - <path - d="m 707.57849,-1239.3171 q 0,-2.0711 0.64276,-4.1066 0.3928,-1.1784 0.71419,-2.0711 0.53564,-1.5355 0.74989,-2.0354 l 1.60692,-4.0709 q 0.46422,-1.107 0.71418,-2.0354 0.24997,-0.9641 0.42851,-2.0711 0.17855,-0.3928 0.57135,-0.6428 0.42851,-0.2857 0.82131,-0.4285 0.3928,-0.1428 0.85702,-0.2143 l 0.71419,-0.1785 3.1067,-0.7856 2.53536,-0.5714 q 1.35695,-0.2856 1.60692,-0.3213 0.24996,-0.036 0.89273,-0.036 l 3.03528,-0.1071 v 2.1783 q -0.0714,0.2857 -0.82131,0.4285 l -1.99972,0.3214 -2.64248,0.3214 q -0.46422,0.071 -1.24983,0.2142 -0.74989,0.1071 -1.46407,0.2857 -1.39266,0.3571 -2.2854,0.7499 -0.85702,0.3571 -1.07127,1.0355 l -0.3928,1.1785 -0.57135,1.7854 -0.53564,1.7855 -0.35709,1.1784 0.17854,0.036 h 0.17855 q 0.74989,0 1.46408,-0.2143 l 1.42837,-0.5356 1.42837,-0.5356 q 0.71418,-0.25 1.49979,-0.25 0.57134,0 0.92844,0.3571 0.35709,0.3571 0.35709,0.9284 -0.0714,0.4642 -0.64277,0.857 -0.57135,0.3928 -1.49979,0.7857 l -2.03542,0.6784 -2.10685,0.6071 -1.74975,0.5356 q -0.71419,0.25 -0.96415,0.5 -0.21426,0.2142 -0.46422,0.8213 l -0.32138,1.2855 q -0.10713,0.3928 -0.17855,0.6428 -0.0357,0.2142 -0.10713,0.7856 l -0.21425,1.3569 -0.24997,0.9999 q -0.0714,0.1785 -0.28567,0.3928 h -1.85688 q -0.14284,-0.036 -0.24997,-0.25 l -0.10712,-0.5356 -0.0357,-0.6071 v -0.4285 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path193" /> - <path - d="m 726.98172,-1252.4224 q 0.64276,0 0.7856,0.25 0.14284,0.2499 0.14284,0.857 0,0.6428 -0.21426,1.2141 -0.17854,0.5357 -0.17854,1.2498 v 0.1786 q 0.49993,-0.4642 1.21411,-0.8927 0.3928,-0.2857 0.74989,-0.4643 0.39281,-0.2142 0.7499,-0.3571 0.85702,-0.4285 1.60691,-0.6427 0.78561,-0.25 1.46408,-0.25 l 0.78561,0.1428 0.7856,0.3928 q 0.46422,0.3571 0.67848,0.6785 0.21425,0.2857 0.21425,0.6428 0,0.7142 -0.7856,1.107 -1.42837,0 -2.42823,0.1428 -0.99986,0.1071 -1.82117,0.4642 -1.78546,0.7856 -3.03529,2.2497 -0.67847,0.7856 -1.14269,1.6069 -0.46422,0.8213 -0.85702,1.8212 -0.39281,0.9999 -0.67848,2.0711 -0.28567,1.0713 -0.46422,2.0712 -0.24997,0.607 -0.57135,0.7142 -0.28567,0.071 -0.89273,0.071 l -0.21425,0.036 -0.39281,-0.036 -0.3928,-0.1071 q -0.0714,-0.072 -0.14284,-0.2857 v -3.7495 l 0.17855,-0.5356 0.53564,-1.4284 0.71418,-1.964 0.82132,-2.214 0.7856,-2.1068 0.67848,-1.7855 0.46422,-0.857 q 0.24996,-0.2857 0.85702,-0.2857 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path195" /> - <path - d="m 735.23223,-1242.3881 q 0,-1.7497 0.74989,-3.3567 0.7856,-1.6426 2.03543,-2.8567 1.24982,-1.2498 2.85674,-1.9997 1.60691,-0.7499 3.32096,-0.7499 h 0.35709 l 0.57135,0.036 h 0.53563 0.39281 q 1.10698,0.5356 1.32124,0.9642 0.21425,0.4285 0.21425,1.1784 0,1.8568 -0.92844,3.1424 -0.89273,1.2498 -2.28539,2.0354 -1.39266,0.7856 -2.99957,1.1784 -0.99986,0.2143 -1.67834,0.3214 -0.67847,0.1071 -1.46408,0.1071 l -0.0357,0.4642 v 0.4643 q 0,0.7498 0.24997,1.3212 0.32138,0.5713 0.74989,0.7856 0.46422,0.2143 0.82131,0.25 0.3571,0.036 0.64277,0.1071 0.21426,0 0.42851,0 h 0.53564 l 1.39266,-0.1071 1.39266,-0.2857 1.39266,-0.2857 q 0.57135,-0.1428 0.7856,-0.1428 0.24997,0 0.60706,0 0.71419,0 0.92844,0.2499 0.21426,0.25 0.21426,0.8928 0,0.8213 -0.92844,1.3569 -0.92844,0.5 -1.99972,0.7499 -1.03557,0.25 -1.57121,0.3214 -0.53564,0.1071 -1.14269,0.1071 l -1.89259,0.1072 q -1.17841,0 -2.21398,-0.6071 -1.03556,-0.6785 -1.74975,-1.4641 -0.74989,-0.9641 -1.1784,-2.0711 -0.42851,-1.1427 -0.42851,-2.214 z m 7.10613,-6.3562 -0.35709,0.036 -2.99957,2.9638 h 0.35709 l 0.57135,0.036 h 0.53564 0.3928 l 1.24982,-0.072 1.35695,-0.3571 q 0.71419,-0.3571 1.07128,-0.7141 0.42851,-0.5357 0.42851,-1.3213 -0.0357,-0.2857 -0.32138,-0.4285 -0.24997,-0.1428 -0.64277,-0.1428 l -0.71418,-0.036 H 742.874 Z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path197" /> - <path - d="m 749.73994,-1248.2444 q 0.0714,-0.2857 0.32138,-0.5356 0.28567,-0.25 0.67847,-0.3571 0.39281,-0.1072 0.82132,0.071 0.42851,0.1785 0.7856,0.8213 v 10.3557 q 0,0.4285 -0.35709,0.6427 l -0.67848,0.1429 h -0.42851 l -0.21425,0.036 -0.39281,-0.036 -0.3928,-0.1071 -0.14283,-0.2857 z m 0.32138,-5.3207 q -0.0357,-0.2499 -0.0357,-0.6427 0,-0.9999 0.49993,-1.3213 0.28567,-0.1785 0.57135,-0.1785 0.3928,0 0.99986,0.4285 v 0.4642 q 0,0.25 -0.0714,0.6071 0,0.357 -0.21426,0.5713 -0.21425,0.2143 -0.64276,0.3214 l -1.07128,0.036 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path199" /> - <path - d="m 761.96255,-1237.4602 q 0,-0.2857 0,-0.7499 0.0357,-0.4999 0.17854,-1.4998 l 0.39281,-2.2497 0.3928,-2.2497 q 0.10713,-0.5713 0.14283,-1.1427 0.0357,-0.607 0.0357,-1.1427 l -0.0714,-1.2498 q -0.0357,-0.4999 -0.32139,-1.3569 h -0.17854 q -0.39281,0 -1.21412,0.2142 -0.7856,0.2143 -1.60691,0.6428 -0.39281,0.1785 -0.82132,0.4642 -0.3928,0.2857 -0.64276,0.4999 -0.64277,0.5357 -0.7499,1.1785 l -1.10698,6.6776 q -0.28568,1.1784 -1.32125,1.1784 l -0.7856,-0.1071 q -0.28567,-0.1429 -0.49993,-0.6785 v -1.3213 l 0.0714,-2.4639 0.28567,-3.6423 0.46422,-4.1423 q 0.21426,-1.4284 0.3571,-2.214 0.14283,-0.7856 0.32138,-1.6426 0.42851,-1.8212 0.92844,-2.8925 0.49993,-1.0712 1.10699,-1.0712 l 0.53564,0.036 q 0.35709,0.036 0.3928,0.3571 v 0.3928 0.5356 l 0.0357,0.5714 v 0.357 q 0,1.0356 -0.0357,1.4998 -0.0357,0.4643 -0.17855,1.6069 -0.10713,1.1427 -0.10713,2.7854 0.46422,0 0.64277,-0.036 0.17855,-0.036 0.60706,-0.1429 l 1.21411,-0.3571 1.21411,-0.3928 q 0.57135,-0.1785 1.32125,-0.1785 1.07127,0 1.60691,0.4285 0.60706,0.3928 0.82131,1.0356 0.32139,0.7141 0.32139,1.464 l 0.0357,1.607 v 1.4997 l -0.0714,2.1783 -0.17855,2.4997 q -0.14283,1.2498 -0.46422,2.2853 -0.28567,1.0356 -0.74989,1.6784 -0.46422,0.6785 -1.17841,0.6785 -0.64276,0 -0.89273,-0.4286 -0.24996,-0.4285 -0.24996,-0.9998 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path201" /> - <path - d="m 767.07064,-1242.3881 q 0,-1.7497 0.74989,-3.3567 0.7856,-1.6426 2.03543,-2.8567 1.24982,-1.2498 2.85674,-1.9997 1.60691,-0.7499 3.32095,-0.7499 h 0.3571 l 0.57134,0.036 h 0.53564 0.39281 q 1.10698,0.5356 1.32124,0.9642 0.21425,0.4285 0.21425,1.1784 0,1.8568 -0.92844,3.1424 -0.89273,1.2498 -2.28539,2.0354 -1.39266,0.7856 -2.99958,1.1784 -0.99985,0.2143 -1.67833,0.3214 -0.67848,0.1071 -1.46408,0.1071 l -0.0357,0.4642 v 0.4643 q 0,0.7498 0.24997,1.3212 0.32138,0.5713 0.74989,0.7856 0.46422,0.2143 0.82131,0.25 0.3571,0.036 0.64277,0.1071 0.21426,0 0.42851,0 h 0.53564 l 1.39266,-0.1071 1.39266,-0.2857 1.39266,-0.2857 q 0.57135,-0.1428 0.7856,-0.1428 0.24997,0 0.60706,0 0.71419,0 0.92844,0.2499 0.21426,0.25 0.21426,0.8928 0,0.8213 -0.92844,1.3569 -0.92844,0.5 -1.99972,0.7499 -1.03557,0.25 -1.57121,0.3214 -0.53564,0.1071 -1.14269,0.1071 l -1.89259,0.1072 q -1.17841,0 -2.21398,-0.6071 -1.03556,-0.6785 -1.74975,-1.4641 -0.74989,-0.9641 -1.1784,-2.0711 -0.42851,-1.1427 -0.42851,-2.214 z m 7.10613,-6.3562 -0.35709,0.036 -2.99957,2.9638 h 0.35709 l 0.57135,0.036 h 0.53563 0.39281 l 1.24982,-0.072 1.35695,-0.3571 q 0.71419,-0.3571 1.07128,-0.7141 0.42851,-0.5357 0.42851,-1.3213 -0.0357,-0.2857 -0.32138,-0.4285 -0.24997,-0.1428 -0.64277,-0.1428 l -0.71419,-0.036 h -0.3928 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path203" /> - <path - d="m 781.54348,-1248.2444 q 0.0714,-0.2857 0.32138,-0.5356 0.28568,-0.25 0.67848,-0.3571 0.3928,-0.1072 0.82131,0.071 0.42851,0.1785 0.7856,0.8213 v 10.3557 q 0,0.4285 -0.35709,0.6427 l -0.67847,0.1429 h -0.42852 l -0.21425,0.036 -0.3928,-0.036 -0.3928,-0.1071 -0.14284,-0.2857 z m 0.32138,-5.3207 q -0.0357,-0.2499 -0.0357,-0.6427 0,-0.9999 0.49993,-1.3213 0.28568,-0.1785 0.57135,-0.1785 0.3928,0 0.99986,0.4285 v 0.4642 q 0,0.25 -0.0714,0.6071 0,0.357 -0.21426,0.5713 -0.21425,0.2143 -0.64276,0.3214 l -1.07128,0.036 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path205" /> - <path - d="m 790.01662,-1238.103 0.0357,-0.1785 2.21397,-9.6415 h -6.67762 v -2.2497 q 0.0357,-0.3571 0.46422,-0.3571 l 1.1784,-0.036 h 1.60692 q 0.89273,0 1.71404,-0.2143 0.85702,-0.2142 1.5355,-0.7499 0.67847,-0.5356 0.92844,-1.6069 l 0.3928,-1.107 q 0.21425,-0.4285 0.92844,-0.4285 0.53564,0 0.85702,0.3571 0.32138,0.3214 0.42851,0.7856 0.17855,0.4285 0.24997,0.9999 l 0.14283,0.857 0.92844,0.071 1.46408,0.1072 1.46408,0.1071 0.96415,0.1071 q 0.74989,0.1071 1.10699,0.3928 0.3928,0.25 0.3928,0.8927 l -0.10713,0.4643 -0.21425,0.4999 -0.3571,0.3928 q -0.24996,0.1428 -0.46422,0.1428 h -5.78489 l -2.92816,11.7127 h -2.07114 l -0.21425,-0.1429 -0.10713,-0.3214 -0.0714,-0.3571 v -0.2856 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path207" /> - <path - d="m 829.07415,-1238.2815 q 0,-1.2498 0.21426,-2.4283 l 0.53563,-2.3925 0.53564,-2.3925 q 0.24997,-1.1427 0.24997,-2.4639 v -0.2857 l -0.0357,-0.4285 v -0.4642 -0.3214 q -0.82131,0.6785 -1.46408,1.7854 -0.35709,0.6428 -0.57135,1.1427 -0.21425,0.4643 -0.57135,1.3213 l -0.96415,2.7139 -0.96415,2.4996 q -0.57134,1.1784 -1.14269,1.8569 -0.57135,0.6785 -1.35695,0.6785 -0.89273,0 -1.39266,-0.6071 -0.49993,-0.607 -0.49993,-1.4998 v -0.2142 l 0.10713,-1.6069 0.14283,-2.0712 q 0.17855,-1.2498 0.17855,-2.1782 l 0.14284,-1.9997 0.10712,-1.4641 0.0714,-0.7142 0.10713,-0.8927 0.24996,-0.9999 q 0.21426,-0.4999 0.49993,-0.7856 0.28568,-0.3214 0.82132,-0.3214 h 0.21425 l 0.28568,0.036 q 0.17854,0 0.24996,0.071 0.10713,0.072 0.17855,0.2857 v 8.1774 l 0.99986,-2.2139 q 0.49992,-1.0356 0.71418,-1.4284 0.35709,-0.6785 0.7856,-1.3213 0.42851,-0.6784 0.85703,-1.2141 0.42851,-0.5713 0.92844,-1.0712 1.03556,-0.9642 2.03542,-0.9642 0.82131,0 1.24983,0.5356 0.42851,0.5357 0.64276,1.2499 0.24997,0.6784 0.24997,1.464 l 0.0714,1.2499 q 0.67848,-0.5357 1.21412,-1.2141 l 1.07128,-1.357 q 0.64276,-0.7142 1.28553,-1.1427 0.67847,-0.4285 1.71404,-0.4285 0.89273,0 1.42837,0.5356 0.57135,0.5357 0.89273,1.2499 0.3571,0.7141 0.42851,1.2855 0.0714,0.5713 0.17855,1.0713 0,0.3571 0,0.6784 l -0.0357,1.3213 -0.14284,2.1068 -0.28567,2.4283 q -0.14284,1.2498 -0.46422,2.3568 -0.32138,1.0712 -0.67848,1.714 -0.32138,0.6071 -0.85702,0.6071 l -0.74989,-0.1072 q -0.32138,-0.1785 -0.53564,-0.6784 v -1.3213 -1.2855 l 0.14284,-0.8213 0.24996,-1.4284 0.24997,-1.3926 0.10712,-0.8214 v -0.9284 q -0.0714,-0.4285 -0.0714,-0.7142 0,-0.2857 0,-0.6428 l -0.0714,-1.3569 -0.0357,-0.9284 -0.46422,-0.1786 q -0.14284,-0.071 -0.46422,-0.1071 -0.57135,0.3214 -1.28554,1.3212 -0.53563,0.6785 -0.7856,1.0713 -0.10713,0.1785 -0.67847,1.1784 -0.17855,0.3214 -0.53564,0.8927 -0.32139,0.5714 -0.71419,1.3927 -0.35709,0.8213 -0.53564,1.2498 -0.17854,0.4285 -0.28567,0.7142 -0.0714,0.25 -0.14284,0.6071 -0.0714,0.3571 -0.0714,0.7141 -0.10712,0.8571 -0.14283,1.107 -0.0357,0.2143 -0.14284,0.6428 -0.21425,0.9284 -0.60706,1.5712 -0.3928,0.6071 -1.14269,0.6071 -0.3928,-0.072 -0.60706,-0.1786 l -0.46422,-0.4642 -0.32138,-0.6071 -0.10713,-0.6427 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path209" /> - <path - d="m 843.19771,-1248.2444 q 0.0714,-0.2857 0.32139,-0.5356 0.28567,-0.25 0.67847,-0.3571 0.3928,-0.1072 0.82132,0.071 0.42851,0.1785 0.7856,0.8213 v 10.3557 q 0,0.4285 -0.35709,0.6427 l -0.67848,0.1429 h -0.42851 l -0.21426,0.036 -0.3928,-0.036 -0.3928,-0.1071 -0.14284,-0.2857 z m 0.32139,-5.3207 q -0.0357,-0.2499 -0.0357,-0.6427 0,-0.9999 0.49993,-1.3213 0.28567,-0.1785 0.57135,-0.1785 0.3928,0 0.99985,0.4285 v 0.4642 q 0,0.25 -0.0714,0.6071 0,0.357 -0.21426,0.5713 -0.21426,0.2143 -0.64277,0.3214 l -1.07127,0.036 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path211" /> - <path - d="m 851.67086,-1238.103 0.0357,-0.1785 2.21397,-9.6415 h -6.67763 v -2.2497 q 0.0357,-0.3571 0.46422,-0.3571 l 1.17841,-0.036 h 1.60691 q 0.89273,0 1.71405,-0.2143 0.85702,-0.2142 1.53549,-0.7499 0.67848,-0.5356 0.92844,-1.6069 l 0.3928,-1.107 q 0.21426,-0.4285 0.92844,-0.4285 0.53564,0 0.85703,0.3571 0.32138,0.3214 0.42851,0.7856 0.17854,0.4285 0.24996,0.9999 l 0.14284,0.857 0.92844,0.071 1.46408,0.1072 1.46408,0.1071 0.96415,0.1071 q 0.74989,0.1071 1.10698,0.3928 0.3928,0.25 0.3928,0.8927 l -0.10712,0.4643 -0.21426,0.4999 -0.35709,0.3928 q -0.24997,0.1428 -0.46422,0.1428 h -5.7849 l -2.92816,11.7127 h -2.07113 l -0.21426,-0.1429 -0.10712,-0.3214 -0.0714,-0.3571 v -0.2856 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path213" /> - <path - d="m 883.26517,-1244.5306 0.14284,-0.5 q 0.14283,-0.2142 0.32138,-0.2856 0.21426,-0.072 0.7856,-0.072 0.49993,0.036 0.82132,0.4643 0.3928,0.4285 0.60705,1.1069 l 0.53564,1.4641 0.60706,1.4284 q 0.3928,0.7142 0.89273,1.1427 0.53564,0.4285 1.28553,0.4285 0.89273,0 1.89259,-0.8927 1.03557,-0.9285 1.89259,-2.3211 0.49993,-0.7856 0.89273,-1.5712 0.42851,-0.8214 0.78561,-1.607 0.53563,-1.1069 0.74989,-1.6426 0.21426,-0.5713 0.60706,-1.7854 0.14283,-0.4286 0.46422,-1.2856 0.17854,-0.5713 0.42851,-1.6783 0.24996,-1.107 0.32138,-1.5712 0.0714,-0.4642 0.0714,-0.9285 h -5.49922 q -0.57135,0 -0.85703,-0.4285 -0.28567,-0.4285 -0.28567,-0.8927 0,-0.6428 0.28567,-0.8927 0.32139,-0.25 0.85703,-0.3928 l 3.64234,-0.7142 q 1.10699,-0.25 1.89259,-0.3928 0.82131,-0.1429 1.74975,-0.3214 1.67834,-0.3214 3.57093,-0.5714 1.89259,-0.2499 3.82088,-0.2499 h 1.32125 q 0.49993,0.3214 0.64276,0.5356 0.14284,0.1786 0.14284,0.6071 0,0.4999 -0.53564,0.8927 -0.53564,0.3571 -1.28553,0.6428 l -1.74975,0.4642 -1.89259,0.3214 -1.67834,0.1785 -1.10699,0.1072 q -0.17854,1.464 -0.60705,3.3209 -0.3928,1.8569 -1.1427,3.9637 -0.71418,2.1069 -1.71404,4.2494 -1.17841,2.2854 -2.21397,3.7495 -1.32125,1.7141 -2.6782,2.7139 -1.35695,0.9999 -2.96386,0.9999 -1.24983,0 -2.3211,-0.6428 -1.1427,-0.7856 -1.82118,-1.6783 -0.82131,-0.9999 -1.24982,-2.2854 -0.42851,-1.2856 -0.42851,-2.3925 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path215" /> - <path - d="m 903.62976,-1243.6022 v -1.6426 l 0.14284,-1.7498 q 0.17854,-0.9284 0.42851,-1.6069 0.35709,-0.7499 0.82131,-1.1784 0.49993,-0.4285 1.32124,-0.4285 0.57135,0.036 0.82131,0.3928 0.28568,0.3214 0.28568,0.857 0,0.8927 -0.10713,1.7498 -0.10713,0.857 -0.28567,1.6426 -0.3928,1.5712 -0.3928,3.3924 l -0.0357,0.7856 0.0714,0.8213 q 0.10713,0.4285 0.32139,0.6427 0.21425,0.2143 0.71418,0.2143 1.39266,0 2.24968,-0.857 0.85703,-0.857 1.28554,-2.0712 0.53564,-1.2855 0.74989,-2.6781 l 0.53564,-2.7139 q 0.32138,-1.2499 0.64277,-2.0712 0.42851,-0.857 1.10698,-0.857 0.64277,0 0.96415,0.4285 0.35709,0.3928 0.35709,1.0713 0,0.4999 -0.0714,1.0713 -0.0714,0.5713 -0.17855,1.2141 -0.24997,1.3212 -0.74989,2.7496 -0.46422,1.3926 -1.17841,2.7853 -0.49993,0.9284 -0.74989,1.3212 -0.3571,0.5714 -0.82132,1.1427 -0.96415,1.1427 -2.07113,1.7855 -1.07128,0.6071 -2.21397,0.6071 -1.03557,0 -1.78547,-0.5357 -0.74989,-0.5356 -1.24982,-1.3569 -0.46422,-0.857 -0.67848,-1.8569 -0.21425,-1.0356 -0.21425,-1.8212 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path217" /> - <path - d="m 914.46832,-1227.7473 q 0.92844,0 1.57121,0.2143 l 1.21411,0.4999 q 0.32139,0.1785 0.57135,0.2857 0.28568,0.1071 0.82131,0.2499 0.53564,0.1786 1.39266,0.1786 h 0.3571 l 0.57134,-0.036 h 0.53564 0.3928 q 0.78561,-0.8214 1.10699,-1.964 0.17855,-0.5 0.28568,-1.107 0.14283,-0.5714 0.14283,-1.2856 v -2.4996 l -0.0357,-2.2854 v -2.4282 l -1.07127,0.3213 q -0.3571,0.072 -0.57135,0.072 h -0.42851 q -0.96415,0 -1.78547,-0.3928 -0.82131,-0.4285 -1.35695,-1.107 -0.53563,-0.6785 -0.85702,-1.4998 -0.28567,-0.8213 -0.28567,-1.6426 0,-1.2141 0.42851,-2.3926 0.32138,-0.7498 0.60706,-1.2498 0.28567,-0.5356 0.64276,-0.9998 0.85702,-1.0356 1.9283,-1.6427 1.10699,-0.6427 2.35681,-0.6427 1.1427,0 2.10685,0.5356 0.96415,0.5357 1.64262,1.357 v 2.4282 l -0.0357,3.1067 -0.0714,2.9639 -0.10712,3.071 -0.17855,3.3209 -0.28567,2.3211 q -0.21426,1.3927 -0.64277,2.7496 -0.32138,0.8213 -0.60706,1.3927 -0.28567,0.5713 -0.64276,1.0713 -0.7499,1.0712 -1.9283,1.3926 h -0.3928 -0.60706 l -0.64277,0.036 h -0.3928 l -2.28539,-0.1428 q -0.60706,-0.1071 -1.03557,-0.25 -0.42851,-0.1428 -0.7856,-0.3571 -0.78561,-0.4642 -1.21412,-1.3569 -0.42851,-0.8927 -0.42851,-2.2854 z m 9.42724,-18.6402 q -0.85702,0 -1.46408,0.1785 -0.60705,0.1786 -0.82131,0.2857 -0.82131,0.4642 -1.1784,1.1427 -0.32139,0.6785 -0.42852,1.1427 -0.0714,0.4642 -0.10712,0.8927 l -0.10713,2.3925 1.49979,0.036 q 0.71418,0 1.21411,-0.1071 0.57135,-0.2142 0.89273,-0.6427 0.3571,-0.4643 0.3571,-1.3213 l 0.0357,-0.7856 0.0357,-1.2141 0.0357,-1.2141 0.0357,-0.7856 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path219" /> - <path - d="m 928.11093,-1242.3881 q 0,-1.7497 0.7499,-3.3567 0.7856,-1.6426 2.03542,-2.8567 1.24983,-1.2498 2.85674,-1.9997 1.60692,-0.7499 3.32096,-0.7499 h 0.3571 l 0.57134,0.036 h 0.53564 0.3928 q 1.10699,0.5356 1.32125,0.9642 0.21425,0.4285 0.21425,1.1784 0,1.8568 -0.92844,3.1424 -0.89273,1.2498 -2.28539,2.0354 -1.39266,0.7856 -2.99958,1.1784 -0.99986,0.2143 -1.67833,0.3214 -0.67848,0.1071 -1.46408,0.1071 l -0.0357,0.4642 v 0.4643 q 0,0.7498 0.24997,1.3212 0.32138,0.5713 0.74989,0.7856 0.46422,0.2143 0.82131,0.25 0.35709,0.036 0.64277,0.1071 0.21425,0 0.42851,0 h 0.53564 l 1.39266,-0.1071 1.39266,-0.2857 1.39266,-0.2857 q 0.57135,-0.1428 0.7856,-0.1428 0.24997,0 0.60706,0 0.71418,0 0.92844,0.2499 0.21426,0.25 0.21426,0.8928 0,0.8213 -0.92845,1.3569 -0.92844,0.5 -1.99971,0.7499 -1.03557,0.25 -1.57121,0.3214 -0.53564,0.1071 -1.14269,0.1071 l -1.89259,0.1072 q -1.17841,0 -2.21398,-0.6071 -1.03557,-0.6785 -1.74975,-1.4641 -0.74989,-0.9641 -1.17841,-2.0711 -0.42851,-1.1427 -0.42851,-2.214 z m 7.10614,-6.3562 -0.35709,0.036 -2.99958,2.9638 h 0.3571 l 0.57134,0.036 h 0.53564 0.3928 l 1.24983,-0.072 1.35695,-0.3571 q 0.71418,-0.3571 1.07128,-0.7141 0.42851,-0.5357 0.42851,-1.3213 -0.0357,-0.2857 -0.32139,-0.4285 -0.24996,-0.1428 -0.64276,-0.1428 l -0.71419,-0.036 h -0.3928 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path221" /> - <path - d="m 942.76232,-1238.103 -0.10712,-0.9641 q -0.0714,-0.3214 -0.0714,-0.8928 v -1.0355 -0.9999 l 0.0357,-1.2141 q 0,-0.1785 0.0714,-0.5356 0,-0.2857 0,-0.5714 v -0.7142 q 0,-0.2142 0.0357,-0.6784 0.0357,-0.4643 0.0357,-0.6785 v -0.8213 q 0,-0.2857 0.0357,-0.7499 0.0357,-0.4643 0.0357,-0.6428 v -0.7499 l 0.0714,-1.8212 0.0357,-1.2141 q 0.24996,-0.5713 0.53564,-0.6785 l 0.74989,-0.1071 q 0.7499,0 0.96415,0.3928 0.24997,0.3928 0.35709,1.107 l 0.10713,0.8213 0.10713,1.2498 0.10713,1.2499 0.0714,0.7856 q 1.60691,-2.7853 4.07085,-4.8208 l 0.57135,-0.036 0.53564,-0.036 q 1.03556,0 1.64262,0.7142 0.64277,0.6785 0.96415,1.714 0.21426,0.6071 0.32138,1.2499 0.14284,0.607 0.14284,1.1427 0,0.4642 0.0357,1.3212 0.0357,0.857 0.0357,1.2855 l -0.0714,2.3925 -0.0714,1.7498 v 2.6068 q -0.10713,0.3928 -0.42851,0.3928 h -0.53564 q -0.82131,0 -1.24982,-0.6428 -0.3928,-0.6428 -0.53564,-1.4284 -0.21426,-0.857 -0.21426,-1.6069 l -0.0357,-1.1784 -0.10713,-1.3212 -0.10713,-1.9997 -0.10713,-1.9998 -0.0357,-1.3569 -0.17854,-0.036 q -0.32139,0 -0.7499,0.4642 -0.42851,0.4285 -0.71418,0.8927 l -0.64277,1.0356 -0.32138,0.6071 -0.28568,0.607 -0.46422,0.857 -0.42851,0.8928 -0.32138,0.607 -0.28567,0.6785 -0.3571,0.857 -0.32138,0.7142 -0.14284,0.3571 -0.0357,1.107 -0.0357,1.4998 q -0.10713,0.8213 -0.39281,1.3569 -0.28567,0.5357 -0.96415,0.5357 h -0.28567 -0.3928 l -0.32138,-0.1429 q -0.0714,-0.036 -0.17855,-0.2499 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path223" /> - <path - d="m 955.73483,-1240.4955 q -0.17855,-0.7142 -0.17855,-1.2855 0,-0.5714 0.10713,-1.1784 0.32138,-1.3927 0.92844,-2.6068 0.64276,-1.2498 1.42837,-2.214 0.92844,-1.107 1.78546,-1.7854 l 0.3928,-0.072 0.64277,-0.2499 0.67847,-0.1786 0.39281,-0.1428 q 0.64276,-0.2143 0.96414,-0.25 0.32139,-0.036 0.96415,-0.036 0.49993,-0.036 0.96415,-0.1071 0.46422,-0.1071 0.92844,-0.1786 l 0.10713,-0.036 1.99972,-10.2485 1.96401,-0.5714 0.24996,1.107 0.0714,0.8213 -0.0714,0.8571 -0.17854,1.0712 -0.32139,1.7855 -0.42851,2.7139 -0.53564,3.1781 -0.53564,3.2138 -0.46422,2.7497 -0.28567,1.7854 q 0,0.1429 -0.0357,0.4285 0,0.25 0.0714,0.8928 0.17855,0.6784 0.17855,1.6069 0,0.3214 -0.0357,0.7856 -0.0357,0.4285 -0.10713,0.6427 -0.28567,0.6428 -0.99986,0.8571 l -5.60635,0.7499 q -0.14284,0.036 -0.3928,0.036 -0.53564,0 -1.07128,-0.25 -0.85702,-0.4642 -1.5355,-1.0356 -0.82131,-0.7856 -1.39266,-1.4997 -0.53564,-0.7142 -0.64276,-1.357 z m 2.99957,-0.2143 0.32139,0.7142 0.3928,0.6071 q 0.24996,0.25 0.53564,0.1785 l 4.17798,-0.3928 1.1784,-8.0345 -4.49936,0.4999 q -0.71419,0.2142 -1.21412,0.9284 -0.46422,0.6785 -0.74989,1.5355 -0.28567,0.857 -0.3928,1.9283 v 0.4642 q 0,0.6071 0.10713,1.107 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path225" /> - <path - d="m 989.311,-1243.6022 v -1.6426 l 0.14284,-1.7498 q 0.17855,-0.9284 0.42851,-1.6069 0.35709,-0.7499 0.82131,-1.1784 0.49993,-0.4285 1.32125,-0.4285 0.57134,0.036 0.82131,0.3928 0.28567,0.3214 0.28567,0.857 0,0.8927 -0.10713,1.7498 -0.10712,0.857 -0.28567,1.6426 -0.3928,1.5712 -0.3928,3.3924 l -0.0357,0.7856 0.0714,0.8213 q 0.10713,0.4285 0.32138,0.6427 0.21426,0.2143 0.71419,0.2143 1.39266,0 2.24968,-0.857 0.85702,-0.857 1.28553,-2.0712 0.53564,-1.2855 0.74989,-2.6781 l 0.53564,-2.7139 q 0.32139,-1.2499 0.64277,-2.0712 0.42851,-0.857 1.10699,-0.857 0.64274,0 0.96414,0.4285 0.3571,0.3928 0.3571,1.0713 0,0.4999 -0.071,1.0713 -0.071,0.5713 -0.1786,1.2141 -0.2499,1.3212 -0.7499,2.7496 -0.46418,1.3926 -1.17837,2.7853 -0.49992,0.9284 -0.74989,1.3212 -0.35709,0.5714 -0.82131,1.1427 -0.96415,1.1427 -2.07114,1.7855 -1.07128,0.6071 -2.21397,0.6071 -1.03557,0 -1.78546,-0.5357 -0.7499,-0.5356 -1.24983,-1.3569 -0.46422,-0.857 -0.67847,-1.8569 -0.21426,-1.0356 -0.21426,-1.8212 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path227" /> - <path - d="m 1002.8822,-1238.103 -0.1071,-0.9641 q -0.071,-0.3214 -0.071,-0.8928 v -1.0355 -0.9999 l 0.036,-1.2141 q 0,-0.1785 0.071,-0.5356 0,-0.2857 0,-0.5714 v -0.7142 q 0,-0.2142 0.036,-0.6784 0.036,-0.4643 0.036,-0.6785 v -0.8213 q 0,-0.2857 0.036,-0.7499 0.036,-0.4643 0.036,-0.6428 v -0.7499 l 0.071,-1.8212 0.036,-1.2141 q 0.25,-0.5713 0.5357,-0.6785 l 0.7499,-0.1071 q 0.7499,0 0.9641,0.3928 0.25,0.3928 0.3571,1.107 l 0.1071,0.8213 0.1072,1.2498 0.1071,1.2499 0.071,0.7856 q 1.6069,-2.7853 4.0709,-4.8208 l 0.5713,-0.036 0.5357,-0.036 q 1.0355,0 1.6426,0.7142 0.6427,0.6785 0.9641,1.714 0.2143,0.6071 0.3214,1.2499 0.1429,0.607 0.1429,1.1427 0,0.4642 0.036,1.3212 0.036,0.857 0.036,1.2855 l -0.071,2.3925 -0.072,1.7498 v 2.6068 q -0.1071,0.3928 -0.4285,0.3928 h -0.5356 q -0.8213,0 -1.2498,-0.6428 -0.3928,-0.6428 -0.5357,-1.4284 -0.2142,-0.857 -0.2142,-1.6069 l -0.036,-1.1784 -0.1072,-1.3212 -0.1071,-1.9997 -0.1071,-1.9998 -0.036,-1.3569 -0.1786,-0.036 q -0.3214,0 -0.7499,0.4642 -0.4285,0.4285 -0.7142,0.8927 l -0.6427,1.0356 -0.3214,0.6071 -0.2857,0.607 -0.4642,0.857 -0.4285,0.8928 -0.3214,0.607 -0.2857,0.6785 -0.3571,0.857 -0.3213,0.7142 -0.1429,0.3571 -0.036,1.107 -0.036,1.4998 q -0.1071,0.8213 -0.3928,1.3569 -0.2857,0.5357 -0.9642,0.5357 h -0.2856 -0.3928 l -0.3214,-0.1429 q -0.071,-0.036 -0.1786,-0.2499 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path229" /> - <path - d="m 1015.8547,-1240.4955 q -0.1786,-0.7142 -0.1786,-1.2855 0,-0.5714 0.1072,-1.1784 0.3213,-1.3927 0.9284,-2.6068 0.6428,-1.2498 1.4284,-2.214 0.9284,-1.107 1.7854,-1.7854 l 0.3928,-0.072 0.6428,-0.2499 0.6785,-0.1786 0.3928,-0.1428 q 0.6427,-0.2143 0.9641,-0.25 0.3214,-0.036 0.9642,-0.036 0.4999,-0.036 0.9641,-0.1071 0.4642,-0.1071 0.9285,-0.1786 l 0.1071,-0.036 1.9997,-10.2485 1.964,-0.5714 0.25,1.107 0.071,0.8213 -0.071,0.8571 -0.1786,1.0712 -0.3214,1.7855 -0.4285,2.7139 -0.5356,3.1781 -0.5356,3.2138 -0.4643,2.7497 -0.2856,1.7854 q 0,0.1429 -0.036,0.4285 0,0.25 0.071,0.8928 0.1785,0.6784 0.1785,1.6069 0,0.3214 -0.036,0.7856 -0.036,0.4285 -0.1071,0.6427 -0.2857,0.6428 -0.9999,0.8571 l -5.6063,0.7499 q -0.1429,0.036 -0.3928,0.036 -0.5357,0 -1.0713,-0.25 -0.857,-0.4642 -1.5355,-1.0356 -0.8213,-0.7856 -1.3927,-1.4997 -0.5356,-0.7142 -0.6427,-1.357 z m 2.9995,-0.2143 0.3214,0.7142 0.3928,0.6071 q 0.25,0.25 0.5357,0.1785 l 4.1779,-0.3928 1.1785,-8.0345 -4.4994,0.4999 q -0.7142,0.2142 -1.2141,0.9284 -0.4642,0.6785 -0.7499,1.5355 -0.2857,0.857 -0.3928,1.9283 v 0.4642 q 0,0.6071 0.1071,1.107 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path231" /> - <path - d="m 1049.4666,-1237.1745 q 0,-0.5357 0.2142,-0.8571 0.2143,-0.4285 0.2143,-0.8213 0,-0.5356 -0.2143,-0.857 -0.2142,-0.4285 -0.2142,-0.9284 l 0.1071,-2.7496 0.2857,-2.7497 0.2856,-2.7496 q 0.1429,-1.2498 0.1429,-2.7853 v -0.4999 l -0.036,-0.7856 v -0.7856 -0.5357 q -0.6071,-0.2499 -0.7142,-0.5713 -0.071,-0.3214 -0.071,-0.8927 l 0.1428,-0.8214 0.3928,-0.857 q 0.3214,-0.4642 0.6071,-0.7142 0.3213,-0.2856 0.7498,-0.2856 l 0.5,0.1428 0.3928,0.2857 0.4285,0.2856 0.4999,0.1072 q 1.2498,0 2.4282,-0.2143 l 2.4283,-0.5356 2.4282,-0.5357 q 1.1427,-0.2499 2.4639,-0.2499 0.8214,0 1.5712,0.2499 0.6428,0.2857 0.6428,1.2856 0,0.7142 -0.3571,1.2855 -0.3571,0.5714 -0.8927,1.0713 l -1.0713,0.8927 q -0.6428,0.4285 -1.0356,0.8213 l -0.607,0.6071 -0.9285,0.857 -0.8927,0.8927 -0.5713,0.6071 h 0.3928 0.3571 l 0.607,-0.1428 1.0356,-0.2143 1.0713,-0.25 0.6427,-0.1428 h 0.1786 q 0.857,0 1.6426,0.6785 0.7856,0.6785 0.7856,1.5712 -0.071,0.4999 -0.8927,1.6426 -1.0713,1.3213 -2.3211,2.6068 l -3.1424,2.9996 q -1.1784,1.0355 -1.7498,1.4997 -0.5713,0.4643 -1.6783,1.3213 -1.8926,1.3926 -3.071,2.1425 -1.4284,0.8214 -2.214,0.8214 -0.6428,0 -0.8213,-0.2857 -0.1428,-0.25 -0.1428,-0.857 z m 3.2852,-7.3561 -0.1071,1.2141 -0.1072,1.2498 -0.071,0.7856 v 0.3928 0.3571 q 1.1427,-0.4285 2.5354,-1.3213 l 2.821,-2.0354 q 1.5355,-1.2498 2.6068,-2.3211 0.8213,-0.7856 1.4284,-1.4283 0.1785,-0.1786 0.6427,-0.7142 h -0.3571 -0.3571 l -1.3569,0.2856 -1.9997,0.4643 -2.0355,0.4285 -1.3212,0.3214 -0.3928,0.2142 -0.5356,0.3214 -0.5714,0.3571 -0.3571,0.2142 -0.2142,0.2143 -0.1429,0.1785 z m 7.9275,-11.6413 -0.3928,0.036 -1.7855,0.2856 -2.0711,0.3571 -1.7498,0.3214 -0.7142,0.1428 -0.3571,0.3928 -0.071,0.4643 -0.1071,1.1069 -0.1429,1.357 -0.071,1.1427 -0.036,0.5713 v 0.5357 h 0.4285 l 0.9999,-0.7856 1.5712,-1.2498 1.5712,-1.2142 1.0356,-0.8213 0.7142,-0.4999 0.7498,-0.5713 q 0.3928,-0.3571 0.6071,-0.7142 0.25,-0.3928 0.25,-0.8928 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path233" /> - <path - d="m 1066.9384,-1248.2444 q 0.071,-0.2857 0.3214,-0.5356 0.2857,-0.25 0.6785,-0.3571 0.3928,-0.1072 0.8213,0.071 0.4285,0.1785 0.7856,0.8213 v 10.3557 q 0,0.4285 -0.3571,0.6427 l -0.6785,0.1429 h -0.4285 l -0.2142,0.036 -0.3928,-0.036 -0.3928,-0.1071 -0.1429,-0.2857 z m 0.3214,-5.3207 q -0.036,-0.2499 -0.036,-0.6427 0,-0.9999 0.4999,-1.3213 0.2857,-0.1785 0.5714,-0.1785 0.3928,0 0.9998,0.4285 v 0.4642 q 0,0.25 -0.071,0.6071 0,0.357 -0.2142,0.5713 -0.2143,0.2143 -0.6428,0.3214 l -1.0713,0.036 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path235" /> - <path - d="m 1070.9836,-1237.8887 v -0.3928 l 0.036,-0.4285 q 0,-0.4285 0.071,-0.6785 l 0.1429,-0.6785 0.1071,-0.4285 v -12.9982 -0.5713 l 0.1071,-0.9642 0.25,-1.0355 q 0.1071,-0.5 0.3928,-0.7856 h 0.4642 l 0.4642,-0.036 h 0.2143 0.4642 l 0.4285,0.1071 q 0.2143,0.071 0.2143,0.2857 v 17.4618 q 0,0.9998 -0.4642,1.8212 -0.4643,0.7856 -1.3927,0.7856 -1.4998,0 -1.4998,-1.4641 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path237" /> - <path - d="m 1075.9745,-1240.4955 q -0.1785,-0.7142 -0.1785,-1.2855 0,-0.5714 0.1071,-1.1784 0.3214,-1.3927 0.9285,-2.6068 0.6427,-1.2498 1.4283,-2.214 0.9285,-1.107 1.7855,-1.7854 l 0.3928,-0.072 0.6428,-0.2499 0.6784,-0.1786 0.3928,-0.1428 q 0.6428,-0.2143 0.9642,-0.25 0.3214,-0.036 0.9641,-0.036 0.5,-0.036 0.9642,-0.1071 0.4642,-0.1071 0.9284,-0.1786 l 0.1072,-0.036 1.9997,-10.2485 1.964,-0.5714 0.2499,1.107 0.072,0.8213 -0.072,0.8571 -0.1785,1.0712 -0.3214,1.7855 -0.4285,2.7139 -0.5356,3.1781 -0.5357,3.2138 -0.4642,2.7497 -0.2857,1.7854 q 0,0.1429 -0.036,0.4285 0,0.25 0.071,0.8928 0.1786,0.6784 0.1786,1.6069 0,0.3214 -0.036,0.7856 -0.036,0.4285 -0.1071,0.6427 -0.2857,0.6428 -0.9999,0.8571 l -5.6064,0.7499 q -0.1428,0.036 -0.3928,0.036 -0.5356,0 -1.0712,-0.25 -0.8571,-0.4642 -1.5355,-1.0356 -0.8213,-0.7856 -1.3927,-1.4997 -0.5356,-0.7142 -0.6428,-1.357 z m 2.9996,-0.2143 0.3214,0.7142 0.3928,0.6071 q 0.25,0.25 0.5356,0.1785 l 4.178,-0.3928 1.1784,-8.0345 -4.4993,0.4999 q -0.7142,0.2142 -1.2142,0.9284 -0.4642,0.6785 -0.7498,1.5355 -0.2857,0.857 -0.3928,1.9283 v 0.4642 q 0,0.6071 0.1071,1.107 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path239" /> - <path - d="m 1090.5802,-1243.6022 v -1.6426 l 0.1428,-1.7498 q 0.1786,-0.9284 0.4285,-1.6069 0.3571,-0.7499 0.8213,-1.1784 0.5,-0.4285 1.3213,-0.4285 0.5713,0.036 0.8213,0.3928 0.2857,0.3214 0.2857,0.857 0,0.8927 -0.1072,1.7498 -0.1071,0.857 -0.2856,1.6426 -0.3928,1.5712 -0.3928,3.3924 l -0.036,0.7856 0.072,0.8213 q 0.1071,0.4285 0.3213,0.6427 0.2143,0.2143 0.7142,0.2143 1.3927,0 2.2497,-0.857 0.857,-0.857 1.2855,-2.0712 0.5357,-1.2855 0.7499,-2.6781 l 0.5357,-2.7139 q 0.3214,-1.2499 0.6427,-2.0712 0.4286,-0.857 1.107,-0.857 0.6428,0 0.9642,0.4285 0.3571,0.3928 0.3571,1.0713 0,0.4999 -0.071,1.0713 -0.072,0.5713 -0.1786,1.2141 -0.25,1.3212 -0.7499,2.7496 -0.4642,1.3926 -1.1784,2.7853 -0.4999,0.9284 -0.7499,1.3212 -0.3571,0.5714 -0.8213,1.1427 -0.9641,1.1427 -2.0711,1.7855 -1.0713,0.6071 -2.214,0.6071 -1.0356,0 -1.7855,-0.5357 -0.7499,-0.5356 -1.2498,-1.3569 -0.4642,-0.857 -0.6785,-1.8569 -0.2142,-1.0356 -0.2142,-1.8212 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path241" /> - <path - d="m 1104.1514,-1238.103 -0.1072,-0.9641 q -0.071,-0.3214 -0.071,-0.8928 v -1.0355 -0.9999 l 0.036,-1.2141 q 0,-0.1785 0.071,-0.5356 0,-0.2857 0,-0.5714 v -0.7142 q 0,-0.2142 0.036,-0.6784 0.036,-0.4643 0.036,-0.6785 v -0.8213 q 0,-0.2857 0.036,-0.7499 0.036,-0.4643 0.036,-0.6428 v -0.7499 l 0.071,-1.8212 0.036,-1.2141 q 0.25,-0.5713 0.5356,-0.6785 l 0.7499,-0.1071 q 0.7499,0 0.9642,0.3928 0.25,0.3928 0.3571,1.107 l 0.1071,0.8213 0.1071,1.2498 0.1072,1.2499 0.071,0.7856 q 1.6069,-2.7853 4.0708,-4.8208 l 0.5714,-0.036 0.5356,-0.036 q 1.0356,0 1.6426,0.7142 0.6428,0.6785 0.9642,1.714 0.2143,0.6071 0.3214,1.2499 0.1428,0.607 0.1428,1.1427 0,0.4642 0.036,1.3212 0.036,0.857 0.036,1.2855 l -0.071,2.3925 -0.071,1.7498 v 2.6068 q -0.1071,0.3928 -0.4285,0.3928 h -0.5356 q -0.8214,0 -1.2499,-0.6428 -0.3928,-0.6428 -0.5356,-1.4284 -0.2143,-0.857 -0.2143,-1.6069 l -0.036,-1.1784 -0.1071,-1.3212 -0.1071,-1.9997 -0.1072,-1.9998 -0.036,-1.3569 -0.1785,-0.036 q -0.3214,0 -0.7499,0.4642 -0.4285,0.4285 -0.7142,0.8927 l -0.6428,1.0356 -0.3213,0.6071 -0.2857,0.607 -0.4642,0.857 -0.4285,0.8928 -0.3214,0.607 -0.2857,0.6785 -0.3571,0.857 -0.3214,0.7142 -0.1428,0.3571 -0.036,1.107 -0.036,1.4998 q -0.1072,0.8213 -0.3928,1.3569 -0.2857,0.5357 -0.9642,0.5357 h -0.2857 -0.3928 l -0.3213,-0.1429 q -0.072,-0.036 -0.1786,-0.2499 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path243" /> - <path - d="m 1115.4723,-1227.7473 q 0.9284,0 1.5712,0.2143 l 1.2141,0.4999 q 0.3214,0.1785 0.5714,0.2857 0.2856,0.1071 0.8213,0.2499 0.5356,0.1786 1.3926,0.1786 h 0.3571 l 0.5714,-0.036 h 0.5356 0.3928 q 0.7856,-0.8214 1.107,-1.964 0.1785,-0.5 0.2857,-1.107 0.1428,-0.5714 0.1428,-1.2856 v -2.4996 l -0.036,-2.2854 v -2.4282 l -1.0713,0.3213 q -0.3571,0.072 -0.5713,0.072 h -0.4285 q -0.9642,0 -1.7855,-0.3928 -0.8213,-0.4285 -1.3569,-1.107 -0.5357,-0.6785 -0.8571,-1.4998 -0.2856,-0.8213 -0.2856,-1.6426 0,-1.2141 0.4285,-2.3926 0.3213,-0.7498 0.607,-1.2498 0.2857,-0.5356 0.6428,-0.9998 0.857,-1.0356 1.9283,-1.6427 1.107,-0.6427 2.3568,-0.6427 1.1427,0 2.1068,0.5356 0.9642,0.5357 1.6427,1.357 v 2.4282 l -0.036,3.1067 -0.072,2.9639 -0.1071,3.071 -0.1785,3.3209 -0.2857,2.3211 q -0.2143,1.3927 -0.6428,2.7496 -0.3214,0.8213 -0.607,1.3927 -0.2857,0.5713 -0.6428,1.0713 -0.7499,1.0712 -1.9283,1.3926 h -0.3928 -0.6071 l -0.6427,0.036 h -0.3928 l -2.2854,-0.1428 q -0.6071,-0.1071 -1.0356,-0.25 -0.4285,-0.1428 -0.7856,-0.3571 -0.7856,-0.4642 -1.2141,-1.3569 -0.4285,-0.8927 -0.4285,-2.2854 z m 9.4272,-18.6402 q -0.857,0 -1.464,0.1785 -0.6071,0.1786 -0.8214,0.2857 -0.8213,0.4642 -1.1784,1.1427 -0.3214,0.6785 -0.4285,1.1427 -0.071,0.4642 -0.1071,0.8927 l -0.1071,2.3925 1.4998,0.036 q 0.7141,0 1.2141,-0.1071 0.5713,-0.2142 0.8927,-0.6427 0.3571,-0.4643 0.3571,-1.3213 l 0.036,-0.7856 0.036,-1.2141 0.036,-1.2141 0.036,-0.7856 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#d45500;stroke-width:0.892731" - id="path245" /> - </g> - </g> - </g> -</svg> diff --git a/ticdesk/static/img/teckids_logo_de.svg b/ticdesk/static/img/teckids_logo_de.svg deleted file mode 100644 index c03745edbe18ea37bcd2efa049796fbb4f332a7c..0000000000000000000000000000000000000000 --- a/ticdesk/static/img/teckids_logo_de.svg +++ /dev/null @@ -1,971 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - width="262mm" - height="67.863228mm" - id="svg7552" - xml:space="preserve" - sodipodi:docname="teckids_logo_deutsch.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1024" - inkscape:window-height="768" - id="namedview173" - showgrid="false" - inkscape:zoom="0.59751435" - inkscape:cx="451.34726" - inkscape:cy="83.013384" - inkscape:window-x="-1" - inkscape:window-y="-1" - inkscape:window-maximized="1" - inkscape:current-layer="svg7552" - units="mm" - fit-margin-top="1" - fit-margin-left="1" - fit-margin-right="1" - fit-margin-bottom="1" /><title - id="title3149">Logo des Teckids e.V.</title><metadata - id="metadata7557"><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>Logo des Teckids e.V.</dc:title><dc:creator><cc:Agent><dc:title>Dominik George</dc:title></cc:Agent></dc:creator><dc:publisher><cc:Agent><dc:title>Teckids e.V.</dc:title></cc:Agent></dc:publisher><dc:source>https://www.teckids.org/</dc:source><dc:identifier>https://www.teckids.org/gitweb/?p=verein.git;a=blob_plain;f=templates/teckids_logo.svg;hb=HEAD</dc:identifier><dc:rights><cc:Agent><dc:title>Teckids e.V.</dc:title></cc:Agent></dc:rights><cc:license - rdf:resource="https://www.teckids.org/LICENCE.htm" /></cc:Work></rdf:RDF></metadata><defs - id="defs7555"><clipPath - id="clipPath7581"><path - d="M 9,526 H 148.5 V 412.652 H 9 Z" - id="path7583" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7587"><path - d="M 0,648 H 432 V 0 H 0 Z" - id="path7589" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7593"><path - d="M 0,648.06 H 432 V 0.06 H 0 Z" - id="path7595" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7603"><path - d="M 9,526 H 148.5 V 412.652 H 9 Z" - id="path7605" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7611"><path - d="M 0,648 H 432 V 0 H 0 Z" - id="path7613" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7619"><path - d="M 0,648.06 H 432 V 0.06 H 0 Z" - id="path7621" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7655"><path - d="M 0,648 H 432 V 0 H 0 Z" - id="path7657" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7661"><path - d="M 0,648.06 H 432 V 0.06 H 0 Z" - id="path7663" - inkscape:connector-curvature="0" /></clipPath><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient4597" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.022727,0,-2.182539)" - spreadMethod="pad" /><linearGradient - id="linearGradient4577"><stop - id="stop4579" - style="stop-color:#ffa000;stop-opacity:1" - offset="0" /><stop - id="stop4581" - style="stop-color:#f80000;stop-opacity:0.96907216" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5500" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient5502"><stop - id="stop5504" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop5506" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5510" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3226"><stop - id="stop3228" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3230" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5514" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3233"><stop - id="stop3235" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3237" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5518" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3240"><stop - id="stop3242" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3244" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5522" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3247"><stop - id="stop3249" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3251" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5526" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3254"><stop - id="stop3256" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3258" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5530" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3261"><stop - id="stop3263" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3265" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5534" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3268"><stop - id="stop3270" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3272" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3288" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient3424" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.022727,0,-2.182539)" - spreadMethod="pad" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3426" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3428" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3430" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3432" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3434" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3436" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3438" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3440" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient3484" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.022727,0,-2.182539)" - spreadMethod="pad" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3486" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3488" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3490" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3492" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3494" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3496" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3498" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3500" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient3522" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.022727,0,-2.182539)" - spreadMethod="pad" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3524" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3526" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3528" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3530" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3532" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3534" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3536" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3538" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3541" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,137.59575,637.47312)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3544" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,152.32854,548.40521)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3547" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,102.45149,584.04969)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3550" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,188.3822,600.51014)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3553" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,121.59874,557.6415)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3556" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,165.996,626.0853)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3559" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,180.10616,569.7421)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3562" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,109.52358,616.78908)" /><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient3568" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60495497,-0.02404871,-0.02459527,-0.61870378,94.094212,641.1557)" - spreadMethod="pad" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3097" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,137.59575,637.47312)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3100" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,152.32854,548.40521)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3103" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,102.45149,584.04969)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3106" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,188.3822,600.51014)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3109" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,121.59874,557.6415)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3112" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,165.996,626.0853)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3119" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,180.10616,569.7421)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3122" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,109.52358,616.78908)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3201" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,109.52358,616.78908)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3203" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,180.10616,569.7421)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3205" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,165.996,626.0853)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3207" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,121.59874,557.6415)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3209" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,188.3822,600.51014)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3211" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,102.45149,584.04969)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3213" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,152.32854,548.40521)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3215" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,137.59575,637.47312)" /></defs><g - id="g3132" - transform="matrix(1.2514621,0,0,-1.2514621,-10.596718,804.4168)"><path - d="m 165.95539,578.78988 a 59.706523,13.898586 87.723526 1 0 -27.77523,1.10415 59.706523,13.898586 87.723526 1 0 27.77523,-1.10415 z" - id="path3682" - style="fill:none;stroke:#005ebe;stroke-width:1.45120001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /><path - d="m 162.27816,588.77162 a 13.898585,59.706511 42.723526 1 0 -20.4208,-18.85931 13.898585,59.706511 42.723526 1 0 20.4208,18.85931 z" - id="path4599" - style="fill:none;stroke:#005ebe;stroke-width:1.45120001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /><path - d="m 161.49743,569.13156 a 59.706526,13.898589 42.723526 0 0 -18.85931,20.42081 59.706526,13.898589 42.723526 1 0 18.85931,-20.42081 z" - id="path4601" - style="fill:none;stroke:#005ebe;stroke-width:1.45120001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /><path - d="m 152.31597,565.42475 a 13.896357,60.505151 87.723526 1 0 1.10397,27.77078 13.896357,60.505151 87.723526 0 0 -1.10397,-27.77078 z" - id="path4603" - style="fill:none;stroke:#005ebe;stroke-width:1.45120001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /><path - d="m 121.10774,603.65505 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - id="path4607" - style="fill:url(#radialGradient3201);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 191.69032,556.60807 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - id="path5508" - style="fill:url(#radialGradient3203);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><g - transform="matrix(0.82310581,0,0,0.82310581,51.001896,100.34854)" - id="g3397" - style="fill:#ff9955"><path - d="m 211.37666,576.48253 c 2.32955,-2.02188 2.5285,-4.85344 2.72976,-7.78447 1.92241,-2.93103 3.8263,-4.02062 7.16217,-3.51399 0,-1.71652 -0.89296,-0.83281 -2.30873,-2.04964 -2.12136,-0.50663 -3.53713,0.60841 -5.15417,1.41809 -0.90915,-1.8183 -0.20589,-4.14554 0.30073,-6.06563 0.50432,-0.80968 1.41809,-0.91147 2.12367,-1.21221 1.31399,0.60379 0.30305,2.62798 2.22545,2.22314 1.01326,-1.41809 2.32493,-3.53944 0.70558,-5.15879 -3.73839,-1.71652 -7.38194,-5.15649 -11.82591,-3.63661 -0.91146,0 -1.72345,-0.40715 -2.42903,-0.91378 2.82693,-2.22314 7.48142,-3.1346 8.69362,-6.77352 l 8.49466,-8.49466 c 5.15649,3.74302 10.81728,6.67405 15.56893,10.92138 l 0.91146,6.47047 c 1.11273,0.6061 2.22546,0.0995 3.13692,-0.40252 l 1.71651,-2.93103 c 2.82925,1.81599 6.4751,3.23408 10.01223,1.92009 0.70558,-0.50663 1.51294,-1.72114 0.90916,-2.6303 -3.13692,-3.7407 -6.77353,-7.28246 -11.12496,-8.49466 -1.61473,-0.90915 0.70789,-2.01956 0,-3.43766 -6.97479,-3.94428 -12.84147,-10.81728 -19.71447,-15.06461 -3.64123,-1.71651 -6.16974,2.01957 -9.40382,2.72977 -2.5285,1.61704 -5.36006,2.5285 -7.98803,3.84018 0.30536,-7.68036 1.82061,-15.46714 4.34912,-22.54602 -0.30768,-1.11273 -1.51757,-2.0242 -2.42903,-2.72977 2.12135,-7.98804 6.26921,-15.16871 8.19161,-23.25623 0.70789,-0.30536 1.51525,0.50663 2.42903,0.20358 0.19895,-0.70789 1.81599,-1.41809 0.502,-2.12367 -2.22314,-2.32724 -5.45491,-2.22776 -7.4791,-4.85112 0.3979,-1.62398 0.80505,-3.74302 2.92872,-3.94891 7.0812,0 14.46313,-0.70557 20.62824,-3.84249 2.52851,1.11735 5.96616,3.24102 8.69362,1.01788 1.4204,-1.41809 1.4204,-3.34281 1.72114,-5.16111 1.51525,-4.14786 4.85343,-10.31065 0.50663,-14.25494 -5.7649,1.01326 -6.16974,7.98804 -11.4257,10.41476 -10.41707,-0.50431 -20.73003,0.70557 -30.84174,1.71651 -5.96616,-0.20126 -3.63892,11.12496 -9.90813,6.4751 -4.85343,-0.60841 -10.21118,-0.81199 -15.06461,-0.71251 -1.92009,-4.03913 -6.87531,-7.17605 -6.57457,-11.82591 1.4204,-6.06795 2.22776,-12.33947 2.22776,-19.00658 2.62798,-2.22777 3.7384,-5.76721 2.82925,-8.90181 -6.06795,-4.14324 -12.84148,-8.18699 -20.62594,-6.87763 -1.00862,0.1041 -2.02188,1.11273 -2.63029,1.71651 1.82293,6.27153 11.73106,6.98173 10.41475,14.36367 -2.22314,9.09614 -9.60507,16.58218 -6.77121,27.19588 l 5.86438,9.70687 c -0.80968,1.92471 -3.2364,-0.19895 -2.93566,2.12829 2.83387,0 2.02188,3.22945 3.33818,4.64754 3.8425,5.36006 6.06795,11.32391 8.99898,16.9847 l -2.12367,0.20358 c 0.40253,7.88394 3.13692,16.07555 1.41347,24.57022 -3.33356,-3.23408 -2.82693,-9.20256 -7.78447,-10.71781 -9.2974,-1.41809 -18.80763,0.6061 -24.97505,7.28015 -3.94197,0.20358 -9.90813,-1.11273 -11.42569,3.64123 -1.51294,1.11042 -2.72977,3.23408 -2.93335,4.85344 2.52851,0.70788 5.56364,-0.40716 8.49235,0 5.16112,-0.30306 0.91378,6.97478 5.66543,7.07426 1.61935,-2.62567 2.4244,-5.96385 4.3468,-8.28647 1.82062,2.52619 4.24734,-0.61072 6.27153,-1.01094 2.62798,-0.80967 6.06795,-1.01325 8.7954,-0.20357 7.48141,7.78446 9.60276,18.19922 15.2705,26.89283 2.12135,4.95522 7.88625,2.43134 11.11802,5.1588 2.42671,1.01325 5.86437,2.42903 6.06563,5.56363 0.20589,2.32262 -2.82924,1.51294 -3.63892,2.92872 -3.43534,2.22777 -0.50199,5.05469 -0.7102,7.99035 2.83618,1.41115 -2.22082,5.35775 1.92472,6.06563 6.47047,-0.40483 11.52748,6.97479 17.6949,2.93103 2.12136,0.30537 3.43766,-1.3163 4.85344,-2.42671" - id="path7637" - style="fill:#ff9955;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 191.336,584.89622 c 0,0 0.61767,-15.31676 32.03775,-25.92353 0,0 1.84838,3.53713 1.84838,5.30223 0,0 -23.41122,10.60445 -27.72102,20.6213 0,0 -4.31673,3.53482 -6.16511,0" - id="path7639" - style="fill:#ff9955;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 200.37431,579.86698 c 0,0 6.21137,3.95353 13.55167,-1.12893 0,0 9.03831,-5.08245 0.56215,-12.98721 l -14.11382,14.11614" - id="path7641" - style="fill:#ff9955;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /></g><path - d="m 177.58016,612.95127 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - id="path5512" - style="fill:url(#radialGradient3205);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 133.1829,544.50747 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - id="path5516" - style="fill:url(#radialGradient3207);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 199.96636,587.37611 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - id="path5520" - style="fill:url(#radialGradient3209);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 114.03565,570.91566 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - id="path5524" - style="fill:url(#radialGradient3211);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 163.9127,535.27118 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - id="path5528" - style="fill:url(#radialGradient3213);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 149.17991,624.33909 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - id="path5532" - style="fill:url(#radialGradient3215);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 117.04183,629.62317 -1.71652,-1.72114 1.71652,1.72114" - id="path7629" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 37.01906,589.11633 c -0.09515,-1.83664 2.228308,-2.12652 2.810279,-3.67328 0.772273,-1.35646 1.157304,-2.80806 2.321247,-3.96536 1.641911,2.51376 4.255249,5.22224 7.443921,4.44776 0,-1.35424 -1.641911,-1.934 -2.323459,-3.29046 -1.737063,-2.70627 -3.963158,-5.41255 -3.76843,-8.60787 3.673278,-12.18377 5.222252,-25.43856 15.376876,-34.81648 1.25688,1.54676 4.739857,1.35203 4.160098,3.77286 l -0.484607,0.38502 h 0.289879 c 0.482394,1.06216 -0.869638,2.03137 -1.644124,2.61556 -0.869638,-0.0952 -1.641911,0.38282 -1.838852,1.1573 0.09958,0.87406 -0.190302,1.54676 -0.772274,2.03137 -0.194727,0.0952 -0.289879,-0.0952 -0.385031,-0.19472 v -0.67935 c -3.195309,0.58419 -2.90543,4.35704 -3.96537,6.67829 -1.35867,5.22225 3.482977,8.89553 7.156255,11.60623 4.062734,2.32125 9.475288,1.06216 12.765749,-1.83443 1.934004,0.86522 3.385613,2.70186 5.321826,3.28383 0,-2.03136 -1.936213,-3.96758 -3.677701,-5.60729 0.192515,-2.51818 2.998367,-2.51818 4.640284,-3.48075 -3.573705,-3.96759 2.518182,-10.06169 -3.478555,-12.48252 -2.031367,-0.28766 -3.58034,-2.12651 -4.837221,-3.76842 1.83664,-1.55119 4.352614,-2.51376 6.673859,-3.48298 4.642491,1.93179 9.090259,4.15788 13.44066,6.47913 5.226677,6.87081 5.41698,15.76633 10.061691,22.82523 1.4516,0.7767 2.61334,2.22609 4.3504,2.32346 1.54897,-0.97143 0.4846,-2.12652 -0.1903,-3.09795 3.76842,0.19473 7.63864,1.45161 11.11941,3.09795 1.16173,0.28766 2.51819,-0.48461 3.48297,-1.16395 -4.15788,-3.96315 -6.96374,-7.92853 -12.08862,-9.57265 -1.54898,-7.44614 -2.41862,-15.18658 -3.67328,-22.72786 -7.835594,-4.44776 -16.348304,-7.34656 -24.376413,-11.40929 -0.579757,-8.70966 0.969213,-19.43961 0.486821,-28.05412 -0.776699,-0.38502 -1.453823,0.87407 -1.934005,-0.1903 l 15.376874,-12.76574 c -4.067152,-4.64249 4.737647,-6.28884 5.120463,-10.44672 0.38946,-2.32125 0.38946,-5.60949 -0.960364,-7.73602 -4.064942,-6.38397 -8.709652,-12.47808 -12.960478,-18.76691 1.54676,-0.967 3.86801,-0.86742 5.317404,-2.51376 0.867427,-1.45382 2.031371,-2.99616 1.641917,-4.64249 -5.799796,0.19473 -12.088632,0.87185 -17.021002,3.86801 4.352613,7.64086 6.094105,16.35051 12.090843,23.21246 -1.064369,1.74149 -3.480766,3.09574 -3.965377,4.93679 -0.776699,0.57755 -1.741482,-0.4846 -2.031361,-1.16394 -5.512134,3.77286 -11.221206,9.57266 -16.538608,14.6046 l -0.192515,-0.1903 c -0.28988,0.38504 -0.776699,0.38504 -1.16173,0.67491 l -0.194728,-0.28987 0.389456,-0.38504 c -3.772855,-6.86858 -7.350982,-14.02927 -10.154624,-20.89343 -5.224464,1.64413 -4.837221,-6.09188 -8.802592,-8.12326 -3.095733,-0.87406 -5.414766,1.06215 -6.96374,2.99838 -4.447765,3.28824 -8.410923,7.83116 -13.057842,10.63702 l -0.674909,-0.67492 c -4.547342,-0.0996 -8.995107,-0.58418 -13.25257,-1.35645 v 4.35704 l 12.573235,7.63643 c 4.932372,-3.29046 9.866957,-7.25362 14.797117,-9.9621 0.677122,-0.67492 2.128731,-1.35425 3.292674,-1.83664 l 0.964788,1.16172 c -1.159516,0.86964 -2.319033,2.80585 -3.480763,3.28383 0.677123,2.7107 2.321247,5.03194 2.996156,7.83558 1.548973,5.61171 5.224464,10.252 6.676074,15.76634 l -3.000582,1.4494 c 1.93179,8.51271 5.611708,16.34387 7.253619,25.04909 -1.451609,0.29431 0.09958,1.16617 -0.772274,1.84107 -5.41698,6.48356 -10.541867,13.44509 -15.279511,20.4044 -1.066579,9.2872 -2.81028,19.15195 -2.130945,28.33735 0.874064,0.39168 2.031368,-0.093 2.611126,0.68156 -1.644124,2.70405 -3.76843,5.22004 -4.157886,8.41313 1.064366,2.02915 -1.644124,10.05726 3.188672,5.99452" - id="path7633" - style="fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /></g><g - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;line-height:125%;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ff6600;fill-opacity:1;stroke:none" - id="text3090" - transform="matrix(1.2514621,0,0,1.2514621,-12.329736,809.81905)"><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3104" - d="m 309.91945,-582.35591 c -0.38403,5e-5 -0.92163,0.0385 -1.6128,0.1152 -0.61443,5e-5 -1.65123,0.15365 -3.1104,0.4608 l -4.7232,1.152 -4.7232,1.152 c -1.45921,0.30725 -3.03361,0.46085 -4.7232,0.4608 h -1.152 l -1.3824,-0.3456 -1.6128,-0.3456 -1.3824,-0.3456 -0.4608,-0.2304 v -7.1424 c 0.2304,-0.15354 0.4608,-0.26874 0.6912,-0.3456 0.30719,-0.0767 0.76799,-0.15354 1.3824,-0.2304 l 5.184,-1.152 6.7968,-1.4976 7.1424,-1.4976 5.76,-1.3824 2.9952,-1.152 38.36159,-8.4096 h 1.2672 l 1.6128,-0.1152 2.5344,0.2304 c 0.61433,0.0769 1.03673,0.30727 1.2672,0.6912 0.38393,0.30727 0.57593,0.80647 0.576,1.4976 l 0.1152,2.5344 -0.1152,1.4976 v 0.9216 l -38.36159,9.5616 -1.2672,1.2672 -0.4608,3.3408 -0.6912,5.0688 -0.6912,5.0688 -0.576,3.2256 -1.0368,4.8384 -1.728,7.8336 -1.8432,8.1792 -1.3824,5.5296 -1.3824,4.9536 c -0.30723,1.152 -0.80643,2.0352 -1.4976,2.6496 -0.61443,0.6144 -1.26723,0.9216 -1.9584,0.9216 -0.61443,0.0768 -1.19043,0.192 -1.728,0.3456 -0.53763,0 -1.03682,0 -1.4976,0 h -2.0736 c -2e-5,-1.9968 0.11518,-4.07039 0.3456,-6.2208 0.23038,-2.22719 0.49918,-4.26239 0.8064,-6.1056 l 2.5344,-12.2112 c 0.53757,-1.91997 1.03677,-3.99357 1.4976,-6.2208 0.46077,-2.22717 0.84477,-4.22396 1.152,-5.9904 0.76797,-4.07036 1.15197,-8.25595 1.152,-12.5568" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3106" - d="m 341.62105,-551.59751 c 0,-3.76318 0.8064,-7.37277 2.4192,-10.8288 1.68959,-3.53277 3.87839,-6.60476 6.5664,-9.216 2.68798,-2.68796 5.75998,-4.83835 9.216,-6.4512 3.45597,-1.61275 7.02717,-2.41915 10.7136,-2.4192 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 c 2.38076,1.15205 3.80156,2.18885 4.2624,3.1104 0.46076,0.92165 0.69116,2.18884 0.6912,3.8016 -4e-5,3.99364 -0.99844,7.37284 -2.9952,10.1376 -1.92004,2.68803 -4.37764,4.87683 -7.3728,6.5664 -2.99523,1.68962 -6.22083,2.95682 -9.6768,3.8016 -2.15042,0.46082 -3.95522,0.80642 -5.4144,1.0368 -1.45922,0.23042 -3.03362,0.34562 -4.7232,0.3456 l -0.1152,1.4976 v 1.4976 c -1e-5,1.61282 0.26879,3.03361 0.8064,4.2624 0.69119,1.22881 1.49758,2.07361 2.4192,2.5344 0.99838,0.46081 1.88158,0.72961 2.6496,0.8064 0.76798,0.0768 1.45918,0.19201 2.0736,0.3456 0.46078,10e-6 0.92158,10e-6 1.3824,0 h 1.728 l 4.4928,-0.3456 4.4928,-0.9216 4.4928,-0.9216 c 1.22876,-0.30719 2.07356,-0.46079 2.5344,-0.4608 0.53756,10e-6 1.19036,10e-6 1.9584,0 1.53596,10e-6 2.53435,0.26881 2.9952,0.8064 0.46075,0.53761 0.69115,1.49761 0.6912,2.88 -5e-5,1.76641 -0.99845,3.2256 -2.9952,4.3776 -1.99684,1.0752 -4.14724,1.8816 -6.4512,2.4192 -2.22723,0.5376 -3.91683,0.8832 -5.0688,1.0368 -1.15203,0.2304 -2.38083,0.3456 -3.6864,0.3456 l -6.1056,0.3456 c -2.53442,0 -4.91522,-0.6528 -7.1424,-1.9584 -2.22721,-1.4592 -4.10881,-3.0336 -5.6448,-4.7232 -1.61281,-2.07359 -2.88001,-4.30079 -3.8016,-6.6816 -0.9216,-2.45758 -1.3824,-4.83838 -1.3824,-7.1424 m 22.9248,-20.5056 -1.152,0.1152 -9.6768,9.5616 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 l 4.032,-0.2304 4.3776,-1.152 c 1.53597,-0.76797 2.68797,-1.53597 3.456,-2.304 0.92156,-1.15196 1.38236,-2.57276 1.3824,-4.2624 -0.0768,-0.61436 -0.42244,-1.07516 -1.0368,-1.3824 -0.53763,-0.30716 -1.22883,-0.46076 -2.0736,-0.4608 l -2.304,-0.1152 h -1.2672 l -1.728,0.1152" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3108" - d="m 388.42105,-546.64391 c 0,-3.45598 0.6528,-6.79678 1.9584,-10.0224 1.38239,-3.30237 3.22559,-6.25917 5.5296,-8.8704 2.38079,-2.61116 5.18398,-4.72316 8.4096,-6.336 3.22558,-1.68956 6.56637,-2.53436 10.0224,-2.5344 1.76637,4e-5 2.91837,0.19204 3.456,0.576 0.53757,0.30724 0.80636,1.34404 0.8064,3.1104 -4e-5,1.38244 -0.49923,2.49604 -1.4976,3.3408 -0.61443,0.53764 -1.19043,0.96004 -1.728,1.2672 -0.46083,0.23043 -1.15203,0.57603 -2.0736,1.0368 l -4.9536,2.1888 c -1.84322,0.84483 -3.53282,1.88163 -5.0688,3.1104 -1.53602,1.15203 -2.80322,2.68803 -3.8016,4.608 -0.92161,1.84322 -1.38241,4.26242 -1.3824,7.2576 v 3.5712 c 0.92158,0.92161 2.07358,1.38241 3.456,1.3824 h 3.6864 c 3.07198,10e-6 5.87517,-0.46079 8.4096,-1.3824 l 7.7184,-3.2256 c 0.61436,-0.30718 1.57436,-0.80638 2.88,-1.4976 0.15356,-0.0768 1.61276,-0.61438 4.3776,-1.6128 2.76475,-1.07518 5.64475,-1.61278 8.64,-1.6128 -5e-5,3.30242 -1.22885,6.14401 -3.6864,8.5248 -2.38085,2.30401 -5.33765,4.26241 -8.8704,5.8752 -3.45604,1.6128 -6.98883,2.7648 -10.5984,3.456 -3.60963,0.6912 -6.64322,1.0368 -9.1008,1.0368 -2.22722,0 -4.37762,-0.2304 -6.4512,-0.6912 -2.22721,-0.768 -3.99361,-1.536 -5.2992,-2.304 -1.45921,-1.07519 -2.64961,-2.45759 -3.5712,-4.1472 -0.6144,-1.22879 -0.9984,-2.30399 -1.152,-3.2256 -0.0768,-0.92159 -0.1152,-1.88159 -0.1152,-2.88" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3110" - d="m 442.33824,-544.10951 c 0,-0.99839 0.0768,-3.64798 0.2304,-7.9488 0.2304,-4.30077 0.3456,-7.71837 0.3456,-10.2528 0,-0.15357 0.192,-3.99356 0.576,-11.52 0.0768,-1.53596 0.1152,-3.76315 0.1152,-6.6816 0,-1.53595 -0.1152,-3.03355 -0.3456,-4.4928 -0.2304,-1.45914 -0.5376,-2.84154 -0.9216,-4.1472 -0.768,-2.84154 -1.152,-5.68314 -1.152,-8.5248 0,-1.76633 0.2304,-3.30233 0.6912,-4.608 0.6144,-1.38233 1.8048,-2.07353 3.5712,-2.0736 1.22879,7e-5 2.34239,0.88327 3.3408,2.6496 1.07519,1.68967 1.91999,3.64807 2.5344,5.8752 0.61439,2.15046 1.03679,4.18566 1.2672,6.1056 0.23039,0.99846 0.38399,1.92006 0.4608,2.7648 0.0768,0.84486 0.11519,1.45925 0.1152,1.8432 v 3.5712 l -0.3456,5.4144 -0.3456,5.2992 -0.1152,3.5712 c 2.07359,4e-5 3.87838,-0.46076 5.4144,-1.3824 l 4.9536,-3.2256 4.032,-2.7648 6.2208,-4.3776 6.1056,-4.3776 4.032,-2.88 h 0.9216 l 0.9216,-0.1152 c 1.22875,6e-5 2.03515,0.26886 2.4192,0.8064 0.46075,0.53765 0.69115,1.34405 0.6912,2.4192 -5e-5,1.38245 -0.57605,2.64965 -1.728,3.8016 -0.61445,0.61445 -1.34405,1.30565 -2.1888,2.0736 -0.84484,0.69125 -1.53604,1.22885 -2.0736,1.6128 -1.07524,0.84484 -2.26564,1.65124 -3.5712,2.4192 -1.22884,0.76804 -1.88164,1.19044 -1.9584,1.2672 l -5.5296,3.456 c -1.61283,1.07524 -3.03363,2.26564 -4.2624,3.5712 -1.15203,1.22883 -1.72802,2.30403 -1.728,3.2256 l 0.1152,0.576 c 1.68957,1.99683 3.37917,3.64803 5.0688,4.9536 l 5.6448,3.9168 5.5296,3.5712 c 1.99676,1.38242 3.64795,2.76481 4.9536,4.1472 1.30555,1.38241 2.38075,2.99521 3.2256,4.8384 0.84475,1.76641 1.26715,3.9936 1.2672,6.6816 -2.22725,0 -4.41605,-0.5376 -6.5664,-1.6128 -2.07364,-1.2288 -4.10884,-2.64959 -6.1056,-4.2624 l -5.9904,-5.4144 c -1.76643,-1.91999 -3.76323,-3.72478 -5.9904,-5.4144 -1.68962,-1.30558 -2.95682,-2.18878 -3.8016,-2.6496 -0.84482,-0.53758 -1.72802,-1.03678 -2.6496,-1.4976 -2.30402,-1.15198 -4.68481,-1.72798 -7.1424,-1.728 v 23.2704 c -0.15361,0.768 -0.34561,1.2288 -0.576,1.3824 l -1.2672,0.6912 -1.6128,0.3456 -1.2672,0.1152 c -1.45921,0 -2.5344,-0.576 -3.2256,-1.728 -0.8448,-1.152 -1.4592,-2.4192 -1.8432,-3.8016 -0.3072,-1.4592 -0.4608,-3.07199 -0.4608,-4.8384 v -3.9168 0" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3112" - d="m 494.96123,-570.49031 c 0.1536,-0.61436 0.4992,-1.19036 1.0368,-1.728 0.6144,-0.53756 1.344,-0.92156 2.1888,-1.152 0.8448,-0.23036 1.728,-0.15356 2.6496,0.2304 0.9216,0.38404 1.7664,1.26724 2.5344,2.6496 v 33.408 c -1e-5,0.9216 -0.384,1.6128 -1.152,2.0736 l -2.1888,0.4608 h -1.3824 l -0.6912,0.1152 -1.2672,-0.1152 -1.2672,-0.3456 -0.4608,-0.9216 v -34.6752 m 1.0368,-17.1648 c -0.0768,-0.53754 -0.1152,-1.22874 -0.1152,-2.0736 0,-2.15034 0.5376,-3.57114 1.6128,-4.2624 0.6144,-0.38394 1.2288,-0.57594 1.8432,-0.576 0.8448,6e-5 1.92,0.46086 3.2256,1.3824 v 1.4976 c 0,0.53766 -0.0768,1.19046 -0.2304,1.9584 0,0.76806 -0.2304,1.38246 -0.6912,1.8432 -0.4608,0.46086 -1.152,0.80646 -2.0736,1.0368 l -3.456,0.1152 -0.1152,-0.9216" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3114" - d="m 508.36225,-545.49191 c -0.384,-1.53598 -0.576,-2.91838 -0.576,-4.1472 0,-1.22878 0.1152,-2.49598 0.3456,-3.8016 0.69119,-2.99517 1.68959,-5.79837 2.9952,-8.4096 1.38239,-2.68797 2.91839,-5.06876 4.608,-7.1424 1.99679,-2.38076 3.91678,-4.30076 5.76,-5.76 l 1.2672,-0.2304 2.0736,-0.8064 2.1888,-0.576 1.2672,-0.4608 c 1.38237,-0.46075 2.41917,-0.72955 3.1104,-0.8064 0.69117,-0.0768 1.72797,-0.11515 3.1104,-0.1152 1.07517,-0.0767 2.11197,-0.19195 3.1104,-0.3456 0.99836,-0.23035 1.99676,-0.42235 2.9952,-0.576 l 0.3456,-0.1152 6.4512,-33.0624 6.336,-1.8432 0.8064,3.5712 0.2304,2.6496 -0.2304,2.7648 -0.576,3.456 -1.0368,5.76 -1.3824,8.7552 -1.728,10.2528 -1.728,10.368 -1.4976,8.8704 -0.9216,5.76 c -4e-5,0.30722 -0.0384,0.76802 -0.1152,1.3824 -4e-5,0.53762 0.0768,1.49762 0.2304,2.88 0.38396,1.45921 0.57596,3.18721 0.576,5.184 -4e-5,0.69121 -0.0384,1.53601 -0.1152,2.5344 -0.0768,0.92161 -0.19204,1.61281 -0.3456,2.0736 -0.61444,1.3824 -1.68964,2.304 -3.2256,2.7648 l -18.0864,2.4192 c -0.30722,0.0768 -0.72962,0.1152 -1.2672,0.1152 -1.15202,0 -2.30402,-0.2688 -3.456,-0.8064 -1.84321,-0.9984 -3.49441,-2.112 -4.9536,-3.3408 -1.76641,-1.68959 -3.26401,-3.30239 -4.4928,-4.8384 -1.15201,-1.53599 -1.84321,-2.99519 -2.0736,-4.3776 m 9.6768,-0.6912 1.0368,2.304 1.2672,1.9584 c 0.53758,0.53761 1.11358,0.72961 1.728,0.576 l 13.4784,-1.2672 3.8016,-25.92 -14.5152,1.6128 c -1.53602,0.46084 -2.84162,1.45923 -3.9168,2.9952 -0.99842,1.45923 -1.80482,3.11043 -2.4192,4.9536 -0.61441,1.84323 -1.03681,3.91682 -1.2672,6.2208 v 1.4976 c -1e-5,1.30562 0.11519,2.49602 0.3456,3.5712 l 0.4608,1.4976" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3116" - d="m 578.66303,-555.62951 c -0.0768,-0.61438 -0.57602,-1.15197 -1.4976,-1.6128 -0.84482,-0.46077 -1.34402,-0.72957 -1.4976,-0.8064 -0.0768,-0.0768 -0.88322,-0.34557 -2.4192,-0.8064 l -4.9536,-1.9584 -4.9536,-2.304 -3.8016,-2.7648 c -0.9984,-0.99836 -1.4976,-2.15036 -1.4976,-3.456 0,-2.07356 0.7296,-4.07036 2.1888,-5.9904 1.4592,-1.99675 3.26399,-3.72475 5.4144,-5.184 2.15039,-1.45915 4.33919,-2.57275 6.5664,-3.3408 2.22718,-0.84475 4.33918,-1.26715 6.336,-1.2672 1.53598,5e-5 2.91838,0.30725 4.1472,0.9216 1.30557,0.53765 1.95837,1.68965 1.9584,3.456 -3e-5,1.38245 -0.46083,2.41925 -1.3824,3.1104 -0.84483,0.61445 -1.84322,1.07525 -2.9952,1.3824 -1.15202,0.23045 -2.53442,0.34565 -4.1472,0.3456 l -4.032,0.576 c -1.45921,0.38404 -2.57281,0.84484 -3.3408,1.3824 -0.69121,0.53764 -1.03681,1.45924 -1.0368,2.7648 0.0768,0.92164 0.61439,1.72804 1.6128,2.4192 1.07519,0.61444 2.41919,1.19044 4.032,1.728 l 5.184,1.9584 5.184,2.1888 c 1.61277,0.84483 2.95677,1.80483 4.032,2.88 1.07517,1.07523 1.61277,2.30403 1.6128,3.6864 -3e-5,1.53602 -0.65283,3.18722 -1.9584,4.9536 -1.22883,1.68962 -2.91843,3.37922 -5.0688,5.0688 -2.15042,1.61281 -4.56962,3.18721 -7.2576,4.7232 l -7.8336,3.9168 c -2.76481,1.152 -5.2224,2.0736 -7.3728,2.7648 -1.6128,0.4608 -2.688,0.7296 -3.2256,0.8064 -0.5376,0.0768 -1.3824,0.1152 -2.5344,0.1152 l -0.1152,-1.6128 -0.1152,-2.304 0.4608,-2.304 c 0.2304,-0.84479 0.6912,-1.38239 1.3824,-1.6128 l 19.2384,-9.6768 0.576,-0.4608 1.152,-1.0368 1.0368,-1.152 0.8064,-1.152 0.1152,-0.3456 v 0" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3118" - d="m 651.67105,-551.59751 c 0,-3.76318 0.80639,-7.37277 2.4192,-10.8288 1.68959,-3.53277 3.87839,-6.60476 6.5664,-9.216 2.68798,-2.68796 5.75998,-4.83835 9.216,-6.4512 3.45597,-1.61275 7.02717,-2.41915 10.7136,-2.4192 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 c 2.38076,1.15205 3.80156,2.18885 4.2624,3.1104 0.46076,0.92165 0.69115,2.18884 0.6912,3.8016 -5e-5,3.99364 -0.99844,7.37284 -2.9952,10.1376 -1.92004,2.68803 -4.37764,4.87683 -7.3728,6.5664 -2.99523,1.68962 -6.22083,2.95682 -9.6768,3.8016 -2.15042,0.46082 -3.95522,0.80642 -5.4144,1.0368 -1.45922,0.23042 -3.03362,0.34562 -4.7232,0.3456 l -0.1152,1.4976 v 1.4976 c -1e-5,1.61282 0.26879,3.03361 0.8064,4.2624 0.69118,1.22881 1.49758,2.07361 2.4192,2.5344 0.99838,0.46081 1.88158,0.72961 2.6496,0.8064 0.76798,0.0768 1.45918,0.19201 2.0736,0.3456 0.46078,10e-6 0.92158,10e-6 1.3824,0 h 1.728 l 4.4928,-0.3456 4.4928,-0.9216 4.4928,-0.9216 c 1.22876,-0.30719 2.07356,-0.46079 2.5344,-0.4608 0.53756,10e-6 1.19036,10e-6 1.9584,0 1.53595,10e-6 2.53435,0.26881 2.9952,0.8064 0.46075,0.53761 0.69115,1.49761 0.6912,2.88 -5e-5,1.76641 -0.99845,3.2256 -2.9952,4.3776 -1.99684,1.0752 -4.14724,1.8816 -6.4512,2.4192 -2.22724,0.5376 -3.91683,0.8832 -5.0688,1.0368 -1.15203,0.2304 -2.38083,0.3456 -3.6864,0.3456 l -6.1056,0.3456 c -2.53442,0 -4.91522,-0.6528 -7.1424,-1.9584 -2.22721,-1.4592 -4.10881,-3.0336 -5.6448,-4.7232 -1.61281,-2.07359 -2.88001,-4.30079 -3.8016,-6.6816 -0.9216,-2.45758 -1.3824,-4.83838 -1.3824,-7.1424 m 22.9248,-20.5056 -1.152,0.1152 -9.6768,9.5616 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 l 4.032,-0.2304 4.3776,-1.152 c 1.53597,-0.76797 2.68797,-1.53597 3.456,-2.304 0.92156,-1.15196 1.38236,-2.57276 1.3824,-4.2624 -0.0768,-0.61436 -0.42244,-1.07516 -1.0368,-1.3824 -0.53763,-0.30716 -1.22883,-0.46076 -2.0736,-0.4608 l -2.304,-0.1152 h -1.2672 l -1.728,0.1152" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3120" - d="m 698.47103,-539.38631 0.1152,-1.728 0.8064,-1.3824 c 0.4608,-0.46079 0.9984,-0.69119 1.6128,-0.6912 h 13.1328 l 1.2672,1.2672 v 1.4976 l 0.1152,1.8432 c -10e-6,1.45921 -0.0384,2.5344 -0.1152,3.2256 -0.0768,0.6912 -0.26881,1.6128 -0.576,2.7648 -0.23041,1.152 -1.26721,2.4192 -3.1104,3.8016 l -2.0736,0.1152 -2.0736,0.1152 c -2.9952,0 -5.2608,-0.8448 -6.7968,-2.5344 -1.536,-1.6128 -2.304,-3.9168 -2.304,-6.912 v -1.3824" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3122" - d="m 719.84603,-588.34631 v -0.9216 c 0,-1.45914 0.2688,-2.34234 0.8064,-2.6496 0.6144,-0.30714 1.5744,-0.46074 2.88,-0.4608 h 2.0736 c 0.9984,0.0769 1.536,0.49926 1.6128,1.2672 0.5376,1.68966 0.9216,3.18726 1.152,4.4928 0.30719,1.30565 0.65279,2.91845 1.0368,4.8384 l 2.6496,10.368 3.2256,10.368 c 1.30559,3.60963 2.61119,6.79682 3.9168,9.5616 l 0.4608,0.6912 0.6912,0.4608 c 4.30078,-7.75677 8.71677,-16.20476 13.248,-25.344 2.45757,-4.60795 4.60796,-8.94715 6.4512,-13.0176 1.84316,-4.14714 3.68636,-8.56313 5.5296,-13.248 v -1.152 c -4e-5,-0.99833 -0.23044,-1.84313 -0.6912,-2.5344 -0.46084,-0.69112 -0.69124,-1.49752 -0.6912,-2.4192 v -0.576 l 0.1152,-0.4608 6.1056,-5.9904 0.576,-0.1152 1.0368,-0.1152 c 1.76635,9e-5 2.95675,0.49929 3.5712,1.4976 0.61435,0.92168 0.92155,2.18888 0.9216,3.8016 v 2.0736 l -0.2304,1.4976 -0.4608,1.3824 -0.6912,1.9584 -2.4192,5.76 -2.9952,7.3728 -2.7648,6.4512 -1.3824,3.2256 -5.4144,10.944 -5.9904,11.6352 -6.336,11.7504 -6.2208,11.2896 c -0.61442,0.8448 -1.22882,1.2672 -1.8432,1.2672 h -2.4192 -2.4192 c -0.84481,-0.1536 -1.42081,-0.576 -1.728,-1.2672 l -0.8064,-2.7648 -0.6912,-3.456 -0.576,-3.3408 -0.3456,-2.5344 -2.5344,-10.1376 -2.88,-10.0224 c -0.6144,-1.84316 -1.1136,-3.37916 -1.4976,-4.608 -0.3072,-1.22876 -0.8064,-3.03356 -1.4976,-5.4144 l -2.4192,-10.5984 -0.1152,-0.8064" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3124" - d="m 781.04605,-539.38631 0.1152,-1.728 0.8064,-1.3824 c 0.46079,-0.46079 0.99839,-0.69119 1.6128,-0.6912 h 13.1328 l 1.2672,1.2672 v 1.4976 l 0.1152,1.8432 c -2e-5,1.45921 -0.0384,2.5344 -0.1152,3.2256 -0.0768,0.6912 -0.26882,1.6128 -0.576,2.7648 -0.23042,1.152 -1.26722,2.4192 -3.1104,3.8016 l -2.0736,0.1152 -2.0736,0.1152 c -2.99521,0 -5.26081,-0.8448 -6.7968,-2.5344 -1.53601,-1.6128 -2.304,-3.9168 -2.304,-6.912 v -1.3824" /></g><g - aria-label="Digitale Freiheit mit Jugend und Bildung" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:125%;font-family:'Alte DIN 1451 Mittelschrift';-inkscape-font-specification:'Alte DIN 1451 Mittelschrift';letter-spacing:0px;word-spacing:0px;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="text358" - transform="matrix(1.0011697,0,0,1.0011697,3.7795276,3.7806166)"><path - d="m 353.16266,219.16478 0.0427,-0.34133 2.64533,-2.816 3.49867,-3.49867 3.66933,-3.84 q 1.87733,-2.00533 3.37067,-3.968 1.49333,-1.96267 2.38933,-3.75467 0.896,-1.792 0.896,-3.24266 -0.0427,-0.29867 -0.384,-0.46934 -0.29867,-0.17066 -0.68267,-0.17066 h -0.81066 -0.46934 -1.664 l -1.62133,0.128 -1.92,0.128 -1.62133,0.17066 -0.64,0.0427 -4.864,17.74933 q -0.17067,0.55467 -0.64,1.19467 -0.46934,0.64 -1.152,0.64 -0.59734,-0.0853 -0.81067,-0.21333 l -0.384,-0.55467 q -0.17067,-0.34133 -0.17067,-0.72533 l -0.0427,-0.768 v -0.68267 l 0.0853,-0.68267 0.59733,-1.92 0.93867,-2.944 0.93867,-2.944 0.64,-1.96266 q 0.17066,-0.34134 0.29866,-1.23734 l 0.384,-2.048 0.46934,-2.34666 0.512,-2.21867 0.512,-1.664 q 0.21333,-0.42667 0.384,-0.64 0.0427,0 0.0853,-0.0427 h 11.98933 q 0.512,0 1.10934,0.384 0.64,0.384 1.152,0.896 0.512,0.46934 0.896,1.152 0.42666,0.64 0.42666,1.152 0,1.23734 -0.55466,2.64534 -0.512,1.36533 -1.19467,2.51733 -0.81067,1.36533 -1.57867,2.47467 l -1.57866,2.09066 -1.36534,1.57867 -2.13333,2.34667 -2.51733,2.77333 -2.47467,2.77333 -2.13333,2.34667 q -0.59734,0.59734 -0.85334,0.896 -0.256,0.29867 -0.512,0.64 l -0.34133,0.34134 -0.21333,0.128 h -0.34134 -0.64 l -1.23733,-0.17067 q -0.384,-0.21333 -0.384,-0.98133 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1165" - inkscape:connector-curvature="0" /><path - d="m 374.96599,206.49278 q 0.0853,-0.34133 0.384,-0.64 0.34134,-0.29867 0.81067,-0.42667 0.46933,-0.128 0.98133,0.0853 0.512,0.21333 0.93867,0.98133 v 12.37334 q 0,0.512 -0.42667,0.768 l -0.81066,0.17066 h -0.512 l -0.256,0.0427 -0.46934,-0.0427 -0.46933,-0.128 -0.17067,-0.34133 z m 0.384,-6.35733 q -0.0427,-0.29867 -0.0427,-0.768 0,-1.19467 0.59733,-1.57867 0.34133,-0.21333 0.68267,-0.21333 0.46933,0 1.19466,0.512 v 0.55466 q 0,0.29867 -0.0853,0.72534 0,0.42666 -0.256,0.68266 -0.256,0.256 -0.768,0.384 l -1.28,0.0427 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1167" - inkscape:connector-curvature="0" /><path - d="m 377.91864,230.98345 q 1.10933,0 1.87733,0.256 l 1.45067,0.59733 q 0.384,0.21334 0.68267,0.34134 0.34133,0.128 0.98133,0.29866 0.64,0.21334 1.664,0.21334 h 0.42667 l 0.68266,-0.0427 h 0.64 0.46934 q 0.93866,-0.98133 1.32266,-2.34667 0.21334,-0.59733 0.34134,-1.32266 0.17066,-0.68267 0.17066,-1.536 v -2.98667 l -0.0427,-2.73067 v -2.90133 l -1.28,0.384 q -0.42667,0.0853 -0.68267,0.0853 h -0.512 q -1.152,0 -2.13333,-0.46933 -0.98134,-0.512 -1.62134,-1.32267 -0.64,-0.81067 -1.024,-1.792 -0.34133,-0.98133 -0.34133,-1.96267 0,-1.45066 0.512,-2.85866 0.384,-0.896 0.72533,-1.49334 0.34134,-0.64 0.768,-1.19466 1.024,-1.23734 2.304,-1.96267 1.32267,-0.768 2.816,-0.768 1.36534,0 2.51734,0.64 1.152,0.64 1.96266,1.62133 v 2.90134 l -0.0427,3.712 -0.0853,3.54133 -0.128,3.66934 -0.21333,3.968 -0.34133,2.77333 q -0.256,1.664 -0.768,3.28533 -0.384,0.98134 -0.72534,1.664 -0.34133,0.68267 -0.768,1.28 -0.896,1.28 -2.304,1.664 h -0.46933 -0.72533 l -0.768,0.0427 h -0.46934 l -2.73066,-0.17067 q -0.72534,-0.128 -1.23734,-0.29866 -0.512,-0.17067 -0.93866,-0.42667 -0.93867,-0.55467 -1.45067,-1.62133 -0.512,-1.06667 -0.512,-2.73067 z m 11.264,-22.272 q -1.024,0 -1.74933,0.21333 -0.72534,0.21333 -0.98134,0.34133 -0.98133,0.55467 -1.408,1.36534 -0.384,0.81066 -0.512,1.36533 -0.0853,0.55467 -0.128,1.06667 l -0.128,2.85866 1.792,0.0427 q 0.85334,0 1.45067,-0.128 0.68267,-0.256 1.06667,-0.768 0.42666,-0.55467 0.42666,-1.57867 l 0.0427,-0.93866 0.0427,-1.45067 0.0427,-1.45067 0.0427,-0.93866 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1169" - inkscape:connector-curvature="0" /><path - d="m 394.29933,206.49278 q 0.0853,-0.34133 0.384,-0.64 0.34133,-0.29867 0.81066,-0.42667 0.46934,-0.128 0.98134,0.0853 0.512,0.21333 0.93867,0.98133 v 12.37334 q 0,0.512 -0.42667,0.768 l -0.81067,0.17066 h -0.512 l -0.256,0.0427 -0.46933,-0.0427 -0.46934,-0.128 -0.17066,-0.34133 z m 0.384,-6.35733 q -0.0427,-0.29867 -0.0427,-0.768 0,-1.19467 0.59733,-1.57867 0.34134,-0.21333 0.68267,-0.21333 0.46933,0 1.19467,0.512 v 0.55466 q 0,0.29867 -0.0853,0.72534 0,0.42666 -0.256,0.68266 -0.256,0.256 -0.76801,0.384 l -1.28,0.0427 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1171" - inkscape:connector-curvature="0" /><path - d="m 404.34,218.61012 0.0427,-0.21334 2.64534,-11.52 h -7.97867 v -2.688 q 0.0427,-0.42667 0.55466,-0.42667 l 1.408,-0.0427 h 1.92001 q 1.06666,0 2.048,-0.256 1.024,-0.256 1.83466,-0.896 0.81067,-0.64 1.10934,-1.92 l 0.46933,-1.32267 q 0.256,-0.512 1.10933,-0.512 0.64,0 1.024,0.42667 0.384,0.384 0.512,0.93866 0.21334,0.512 0.29867,1.19467 l 0.17067,1.024 1.10933,0.0853 1.74933,0.128 1.74934,0.128 1.152,0.128 q 0.896,0.128 1.32266,0.46934 0.46934,0.29866 0.46934,1.06666 l -0.128,0.55467 -0.256,0.59733 -0.42667,0.46934 q -0.29867,0.17066 -0.55467,0.17066 h -6.912 l -3.49866,13.99467 h -2.47467 l -0.256,-0.17066 -0.128,-0.384 -0.0853,-0.42667 v -0.34133 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1173" - inkscape:connector-curvature="0" /><path - d="m 422.70263,218.56745 -0.93866,0.29867 -0.93867,0.34133 -0.98133,0.128 q -1.10934,0 -2.304,-0.46933 -1.23734,-0.59734 -2.13334,-1.36534 -0.896,-0.81067 -1.45066,-1.87733 -0.55467,-1.06667 -0.55467,-2.304 0,-1.57867 0.768,-2.77334 0.81067,-1.23733 2.09067,-2.048 1.28,-0.81066 2.73066,-1.19466 1.45067,-0.42667 2.85867,-0.42667 l 1.664,0.128 1.57867,0.21333 1.62133,0.17067 1.792,-0.0427 q 0.46933,0.128 0.59733,0.34134 0.256,0.256 0.256,0.512 0.0853,0.21333 0.0853,0.64 v 0.59733 q 0,1.19467 -0.384,2.048 -0.34134,0.81067 -1.45067,1.19467 l -0.0427,0.896 v 0.85333 q 0,1.06667 0.256,1.87733 0.256,0.81067 0.256,1.74934 0,0.98133 -0.85333,1.408 -0.81067,0.384 -1.62133,0.384 h -0.55467 l -0.55467,-0.0853 q 0.0427,-0.17067 0.0427,-0.46934 0,-0.46933 -0.21333,-0.68266 -0.21334,-0.21334 -0.64,-0.21334 z m -5.71733,-4.77867 0.21333,0.896 0.42667,0.768 q 0.256,0.29867 0.64,0.29867 h 4.01067 q 0.68266,-0.0427 1.024,-0.59734 0.34133,-0.59733 0.46933,-1.28 0.256,-0.768 0.256,-1.408 l 0.0427,-0.93866 v -0.21334 l -0.42667,-0.42666 -0.46933,-0.46934 h -2.21867 l -1.57867,0.0853 q -0.68266,0 -1.28,0.34133 -0.59733,0.29867 -0.896,0.768 -0.29866,0.59733 -0.29866,1.49333 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1175" - inkscape:connector-curvature="0" /><path - d="m 431.04932,218.86612 v -0.46934 l 0.0427,-0.512 q 0,-0.512 0.0853,-0.81067 l 0.17067,-0.81066 0.128,-0.512 v -15.53067 -0.68267 l 0.128,-1.152 0.29867,-1.23733 q 0.128,-0.59733 0.46933,-0.93867 h 0.55467 l 0.55466,-0.0427 h 0.256 0.55467 l 0.512,0.128 q 0.256,0.0853 0.256,0.34133 v 20.864 q 0,1.19467 -0.55467,2.176 -0.55466,0.93867 -1.664,0.93867 -1.792,0 -1.792,-1.74933 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1177" - inkscape:connector-curvature="0" /><path - d="m 436.75666,213.49011 q 0,-2.09066 0.896,-4.01066 0.93866,-1.96267 2.432,-3.41334 1.49333,-1.49333 3.41333,-2.38933 1.92,-0.896 3.968,-0.896 h 0.42667 l 0.68266,0.0427 h 0.64 0.46934 q 1.32266,0.64 1.57866,1.152 0.256,0.512 0.256,1.408 0,2.21866 -1.10933,3.75466 -1.06667,1.49334 -2.73067,2.432 -1.664,0.93867 -3.584,1.408 -1.19466,0.256 -2.00533,0.384 -0.81067,0.128 -1.74933,0.128 l -0.0427,0.55467 v 0.55467 q 0,0.896 0.29867,1.57866 0.384,0.68267 0.896,0.93867 0.55466,0.256 0.98133,0.29867 0.42667,0.0427 0.768,0.128 0.256,0 0.512,0 h 0.64 l 1.664,-0.128 1.664,-0.34134 1.664,-0.34133 q 0.68267,-0.17067 0.93867,-0.17067 0.29866,0 0.72533,0 0.85333,0 1.10933,0.29867 0.256,0.29867 0.256,1.06667 0,0.98133 -1.10933,1.62133 -1.10933,0.59734 -2.38933,0.896 -1.23734,0.29867 -1.87734,0.384 -0.64,0.128 -1.36533,0.128 l -2.26133,0.128 q -1.408,0 -2.64534,-0.72533 -1.23733,-0.81067 -2.09066,-1.74933 -0.896,-1.15201 -1.408,-2.47467 -0.512,-1.36534 -0.512,-2.64534 z m 8.49066,-7.59466 -0.42666,0.0427 -3.584,3.54134 h 0.42666 l 0.68267,0.0427 h 0.64 0.46933 l 1.49334,-0.0853 1.62133,-0.42667 q 0.85333,-0.42666 1.28,-0.85333 0.512,-0.64 0.512,-1.57867 -0.0427,-0.34133 -0.384,-0.512 -0.29867,-0.17066 -0.768,-0.17066 l -0.85333,-0.0427 h -0.46934 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1179" - inkscape:connector-curvature="0" /><path - d="m 475.42333,217.15945 q 0,-2.47467 0.768,-4.90667 0.46933,-1.408 0.85333,-2.47467 0.64,-1.83466 0.896,-2.432 l 1.92,-4.864 q 0.55467,-1.32266 0.85334,-2.432 0.29866,-1.152 0.512,-2.47466 0.21333,-0.46934 0.68266,-0.768 0.512,-0.34134 0.98134,-0.512 0.46933,-0.17067 1.024,-0.256 l 0.85333,-0.21334 3.712,-0.93866 3.02933,-0.68267 q 1.62134,-0.34133 1.92,-0.384 0.29867,-0.0427 1.06667,-0.0427 l 3.62667,-0.128 v 2.60267 q -0.0853,0.34133 -0.98134,0.512 l -2.38933,0.384 -3.15733,0.384 q -0.55467,0.0853 -1.49334,0.256 -0.896,0.128 -1.74933,0.34133 -1.664,0.42667 -2.73067,0.896 -1.024,0.42667 -1.28,1.23734 l -0.46933,1.408 -0.68267,2.13333 -0.64,2.13333 -0.42666,1.408 0.21333,0.0427 h 0.21333 q 0.896,0 1.74934,-0.256 l 1.70666,-0.64 1.70667,-0.64 q 0.85333,-0.29867 1.792,-0.29867 0.68267,0 1.10933,0.42667 0.42667,0.42667 0.42667,1.10933 -0.0853,0.55467 -0.768,1.024 -0.68267,0.46934 -1.792,0.93867 l -2.432,0.81067 -2.51733,0.72533 -2.09067,0.64 q -0.85333,0.29867 -1.152,0.59733 -0.256,0.256 -0.55467,0.98134 l -0.384,1.536 q -0.128,0.46933 -0.21333,0.768 -0.0427,0.256 -0.128,0.93866 l -0.256,1.62134 -0.29867,1.19467 q -0.0853,0.21333 -0.34133,0.46933 h -2.21867 q -0.17066,-0.0427 -0.29866,-0.29867 l -0.128,-0.64 -0.0427,-0.72533 v -0.512 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1181" - inkscape:connector-curvature="0" /><path - d="m 498.71003,201.50078 q 0.768,0 0.93867,0.29867 0.17066,0.29866 0.17066,1.024 0,0.768 -0.256,1.45066 -0.21333,0.64 -0.21333,1.49334 v 0.21333 q 0.59733,-0.55467 1.45067,-1.06667 0.46933,-0.34133 0.896,-0.55466 0.46933,-0.256 0.896,-0.42667 1.024,-0.512 1.92,-0.768 0.93866,-0.29867 1.74933,-0.29867 l 0.93867,0.17067 0.93866,0.46933 q 0.55467,0.42667 0.81067,0.81067 0.256,0.34133 0.256,0.768 0,0.85333 -0.93867,1.32267 -1.70666,0 -2.90133,0.17066 -1.19467,0.128 -2.176,0.55467 -2.13333,0.93867 -3.62667,2.688 -0.81066,0.93867 -1.36533,1.92 -0.55467,0.98133 -1.024,2.176 -0.46933,1.19467 -0.81067,2.47467 -0.34133,1.28 -0.55466,2.47467 -0.29867,0.72533 -0.68267,0.85333 -0.34133,0.0853 -1.06667,0.0853 l -0.256,0.0427 -0.46933,-0.0427 -0.46933,-0.128 q -0.0853,-0.0853 -0.17067,-0.34133 v -4.48 l 0.21333,-0.64 0.64,-1.70667 0.85334,-2.34667 0.98133,-2.64533 0.93867,-2.51733 0.81066,-2.13334 0.55467,-1.024 q 0.29867,-0.34133 1.024,-0.34133 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1183" - inkscape:connector-curvature="0" /><path - d="m 508.54263,213.49011 q 0,-2.09066 0.896,-4.01066 0.93867,-1.96267 2.432,-3.41334 1.49333,-1.49333 3.41333,-2.38933 1.92,-0.896 3.968,-0.896 h 0.42667 l 0.68267,0.0427 h 0.64 0.46933 q 1.32267,0.64 1.57867,1.152 0.256,0.512 0.256,1.408 0,2.21866 -1.10934,3.75466 -1.06666,1.49334 -2.73066,2.432 -1.664,0.93867 -3.584,1.408 -1.19467,0.256 -2.00534,0.384 -0.81066,0.128 -1.74933,0.128 l -0.0427,0.55467 v 0.55467 q 0,0.896 0.29867,1.57866 0.384,0.68267 0.896,0.93867 0.55467,0.256 0.98133,0.29867 0.42667,0.0427 0.768,0.128 0.256,0 0.512,0 h 0.64 l 1.664,-0.128 1.664,-0.34134 1.664,-0.34133 q 0.68267,-0.17067 0.93867,-0.17067 0.29867,0 0.72533,0 0.85334,0 1.10934,0.29867 0.256,0.29867 0.256,1.06667 0,0.98133 -1.10934,1.62133 -1.10933,0.59734 -2.38933,0.896 -1.23733,0.29867 -1.87733,0.384 -0.64,0.128 -1.36534,0.128 l -2.26133,0.128 q -1.408,0 -2.64533,-0.72533 -1.23734,-0.81067 -2.09067,-1.74933 -0.896,-1.15201 -1.408,-2.47467 -0.512,-1.36534 -0.512,-2.64534 z m 8.49067,-7.59466 -0.42667,0.0427 -3.584,3.54134 h 0.42667 l 0.68266,0.0427 h 0.64 0.46934 l 1.49333,-0.0853 1.62133,-0.42667 q 0.85334,-0.42666 1.28,-0.85333 0.512,-0.64 0.512,-1.57867 -0.0427,-0.34133 -0.384,-0.512 -0.29866,-0.17066 -0.768,-0.17066 l -0.85333,-0.0427 h -0.46933 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1185" - inkscape:connector-curvature="0" /><path - d="m 525.88266,206.49278 q 0.0853,-0.34133 0.384,-0.64 0.34133,-0.29867 0.81067,-0.42667 0.46933,-0.128 0.98133,0.0853 0.512,0.21333 0.93867,0.98133 v 12.37334 q 0,0.512 -0.42667,0.768 l -0.81067,0.17066 h -0.512 l -0.256,0.0427 -0.46933,-0.0427 -0.46933,-0.128 -0.17067,-0.34133 z m 0.384,-6.35733 q -0.0427,-0.29867 -0.0427,-0.768 0,-1.19467 0.59734,-1.57867 0.34133,-0.21333 0.68266,-0.21333 0.46934,0 1.19467,0.512 v 0.55466 q 0,0.29867 -0.0853,0.72534 0,0.42666 -0.256,0.68266 -0.256,0.256 -0.768,0.384 l -1.28,0.0427 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1187" - inkscape:connector-curvature="0" /><path - d="m 540.40333,219.37812 q 0,-0.34134 0,-0.896 0.0427,-0.59734 0.21333,-1.79201 l 0.46933,-2.688 0.46934,-2.688 q 0.128,-0.68266 0.17066,-1.36533 0.0427,-0.72533 0.0427,-1.36533 l -0.0853,-1.49334 q -0.0427,-0.59733 -0.384,-1.62133 h -0.21334 q -0.46933,0 -1.45066,0.256 -0.93867,0.256 -1.92,0.768 -0.46934,0.21333 -0.98134,0.55467 -0.46933,0.34133 -0.768,0.59733 -0.768,0.64 -0.896,1.408 l -1.32266,7.97867 q -0.34134,1.408 -1.57867,1.408 l -0.93867,-0.128 q -0.34133,-0.17067 -0.59733,-0.81067 v -1.57867 l 0.0853,-2.944 0.34134,-4.352 0.55466,-4.94933 q 0.256,-1.70667 0.42667,-2.64533 0.17067,-0.93867 0.384,-1.96267 0.512,-2.176 1.10933,-3.456 0.59734,-1.28 1.32267,-1.28 l 0.64,0.0427 q 0.42667,0.0427 0.46933,0.42666 v 0.46934 0.64 l 0.0427,0.68266 v 0.42667 q 0,1.23733 -0.0427,1.792 -0.0427,0.55467 -0.21333,1.92 -0.128,1.36533 -0.128,3.328 0.55467,0 0.768,-0.0427 0.21333,-0.0427 0.72533,-0.17066 l 1.45067,-0.42667 1.45067,-0.46933 q 0.68266,-0.21334 1.57866,-0.21334 1.28,0 1.92,0.512 0.72534,0.46934 0.98134,1.23734 0.384,0.85333 0.384,1.74933 l 0.0427,1.92 v 1.792 l -0.0853,2.60267 -0.21333,2.98666 q -0.17067,1.49334 -0.55467,2.73067 -0.34133,1.23734 -0.896,2.00534 -0.55467,0.81066 -1.408,0.81066 -0.768,0 -1.06667,-0.512 -0.29866,-0.512 -0.29866,-1.19466 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1189" - inkscape:connector-curvature="0" /><path - d="m 546.50667,213.49011 q 0,-2.09066 0.896,-4.01066 0.93866,-1.96267 2.432,-3.41334 1.49333,-1.49333 3.41333,-2.38933 1.92,-0.896 3.968,-0.896 h 0.42667 l 0.68266,0.0427 h 0.64 0.46934 q 1.32266,0.64 1.57866,1.152 0.256,0.512 0.256,1.408 0,2.21866 -1.10933,3.75466 -1.06667,1.49334 -2.73067,2.432 -1.664,0.93867 -3.584,1.408 -1.19466,0.256 -2.00533,0.384 -0.81067,0.128 -1.74933,0.128 l -0.0427,0.55467 v 0.55467 q 0,0.896 0.29867,1.57866 0.384,0.68267 0.896,0.93867 0.55466,0.256 0.98133,0.29867 0.42667,0.0427 0.768,0.128 0.256,0 0.512,0 h 0.64 l 1.664,-0.128 1.664,-0.34134 1.664,-0.34133 q 0.68267,-0.17067 0.93867,-0.17067 0.29866,0 0.72533,0 0.85333,0 1.10933,0.29867 0.256,0.29867 0.256,1.06667 0,0.98133 -1.10933,1.62133 -1.10933,0.59734 -2.38933,0.896 -1.23734,0.29867 -1.87734,0.384 -0.64,0.128 -1.36533,0.128 l -2.26133,0.128 q -1.408,0 -2.64534,-0.72533 -1.23733,-0.81067 -2.09066,-1.74933 -0.896,-1.15201 -1.408,-2.47467 -0.512,-1.36534 -0.512,-2.64534 z m 8.49066,-7.59466 -0.42666,0.0427 -3.584,3.54134 h 0.42666 l 0.68267,0.0427 h 0.64 0.46933 l 1.49334,-0.0853 1.62133,-0.42667 q 0.85333,-0.42666 1.28,-0.85333 0.512,-0.64 0.512,-1.57867 -0.0427,-0.34133 -0.384,-0.512 -0.29867,-0.17066 -0.768,-0.17066 l -0.85333,-0.0427 h -0.46934 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1191" - inkscape:connector-curvature="0" /><path - d="m 563.88266,206.49278 q 0.0853,-0.34133 0.384,-0.64 0.34133,-0.29867 0.81067,-0.42667 0.46933,-0.128 0.98133,0.0853 0.512,0.21333 0.93867,0.98133 v 12.37334 q 0,0.512 -0.42667,0.768 l -0.81067,0.17066 h -0.512 l -0.256,0.0427 -0.46933,-0.0427 -0.46933,-0.128 -0.17067,-0.34133 z m 0.384,-6.35733 q -0.0427,-0.29867 -0.0427,-0.768 0,-1.19467 0.59734,-1.57867 0.34133,-0.21333 0.68266,-0.21333 0.46934,0 1.19467,0.512 v 0.55466 q 0,0.29867 -0.0853,0.72534 0,0.42666 -0.256,0.68266 -0.256,0.256 -0.768,0.384 l -1.28,0.0427 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1193" - inkscape:connector-curvature="0" /><path - d="m 573.92333,218.61012 0.0427,-0.21334 2.64534,-11.52 h -7.97867 v -2.688 q 0.0427,-0.42667 0.55467,-0.42667 l 1.408,-0.0427 h 1.92 q 1.06666,0 2.048,-0.256 1.024,-0.256 1.83466,-0.896 0.81067,-0.64 1.10934,-1.92 l 0.46933,-1.32267 q 0.256,-0.512 1.10933,-0.512 0.64,0 1.024,0.42667 0.384,0.384 0.512,0.93866 0.21334,0.512 0.29867,1.19467 l 0.17067,1.024 1.10933,0.0853 1.74933,0.128 1.74934,0.128 1.152,0.128 q 0.896,0.128 1.32266,0.46934 0.46934,0.29866 0.46934,1.06666 l -0.128,0.55467 -0.256,0.59733 -0.42667,0.46934 q -0.29867,0.17066 -0.55467,0.17066 h -6.912 l -3.49866,13.99467 h -2.47467 l -0.256,-0.17066 -0.128,-0.384 -0.0853,-0.42667 v -0.34133 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1195" - inkscape:connector-curvature="0" /><path - d="m 620.50733,218.39678 q 0,-1.49333 0.256,-2.90133 l 0.64,-2.85867 0.64,-2.85867 q 0.29866,-1.36533 0.29866,-2.944 v -0.34133 l -0.0427,-0.512 v -0.55467 -0.384 q -0.98134,0.81067 -1.74934,2.13334 -0.42666,0.768 -0.68266,1.36533 -0.256,0.55467 -0.68267,1.57867 l -1.152,3.24266 -1.152,2.98667 q -0.68267,1.408 -1.36533,2.21867 -0.68267,0.81067 -1.62134,0.81067 -1.06666,0 -1.664,-0.72534 -0.59733,-0.72533 -0.59733,-1.792 v -0.256 l 0.128,-1.92 0.17067,-2.47467 q 0.21333,-1.49333 0.21333,-2.60266 l 0.17067,-2.38934 0.128,-1.74933 0.0853,-0.85333 0.128,-1.06667 0.29867,-1.19467 q 0.256,-0.59733 0.59733,-0.93866 0.34133,-0.384 0.98133,-0.384 h 0.256 l 0.34134,0.0427 q 0.21333,0 0.29866,0.0853 0.128,0.0853 0.21334,0.34133 v 9.77067 l 1.19466,-2.64534 q 0.59734,-1.23733 0.85334,-1.70666 0.42666,-0.81067 0.93866,-1.57867 0.512,-0.81067 1.024,-1.45067 0.512,-0.68266 1.10934,-1.28 1.23733,-1.152 2.432,-1.152 0.98133,0 1.49333,0.64 0.512,0.64 0.768,1.49334 0.29867,0.81066 0.29867,1.74933 l 0.0853,1.49333 q 0.81067,-0.64 1.45067,-1.45066 l 1.28,-1.62134 q 0.768,-0.85333 1.536,-1.36533 0.81066,-0.512 2.048,-0.512 1.06666,0 1.70666,0.64 0.68267,0.64 1.06667,1.49333 0.42667,0.85334 0.512,1.536 0.0853,0.68267 0.21333,1.28 0,0.42667 0,0.81067 l -0.0427,1.57867 -0.17067,2.51733 -0.34133,2.90133 q -0.17067,1.49334 -0.55467,2.816 -0.384,1.28001 -0.81067,2.04801 -0.384,0.72533 -1.024,0.72533 l -0.896,-0.128 q -0.384,-0.21333 -0.64,-0.81067 v -1.57867 -1.536 l 0.17067,-0.98133 0.29867,-1.70667 0.29866,-1.664 0.128,-0.98133 v -1.10933 q -0.0853,-0.512 -0.0853,-0.85334 0,-0.34133 0,-0.768 l -0.0853,-1.62133 -0.0427,-1.10933 -0.55467,-0.21334 q -0.17066,-0.0853 -0.55466,-0.128 -0.68267,0.384 -1.536,1.57867 -0.64,0.81067 -0.93867,1.28 -0.128,0.21333 -0.81067,1.408 -0.21333,0.384 -0.64,1.06667 -0.384,0.68266 -0.85333,1.664 -0.42667,0.98133 -0.64,1.49333 -0.21333,0.512 -0.34133,0.85333 -0.0853,0.29867 -0.17067,0.72534 -0.0853,0.42666 -0.0853,0.85333 -0.128,1.024 -0.17067,1.32267 -0.0427,0.256 -0.17067,0.768 -0.256,1.10933 -0.72533,1.87733 -0.46933,0.72534 -1.36533,0.72534 -0.46934,-0.0853 -0.72534,-0.21334 l -0.55466,-0.55466 -0.384,-0.72534 -0.128,-0.768 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1197" - inkscape:connector-curvature="0" /><path - d="m 637.29935,206.49278 q 0.0853,-0.34133 0.384,-0.64 0.34133,-0.29867 0.81066,-0.42667 0.46934,-0.128 0.98134,0.0853 0.512,0.21333 0.93866,0.98133 v 12.37334 q 0,0.512 -0.42666,0.768 l -0.81067,0.17066 h -0.512 l -0.256,0.0427 -0.46933,-0.0427 -0.46934,-0.128 -0.17066,-0.34133 z m 0.384,-6.35733 q -0.0427,-0.29867 -0.0427,-0.768 0,-1.19467 0.59733,-1.57867 0.34134,-0.21333 0.68267,-0.21333 0.46933,0 1.19467,0.512 v 0.55466 q 0,0.29867 -0.0853,0.72534 0,0.42666 -0.256,0.68266 -0.256,0.256 -0.768,0.384 l -1.28,0.0427 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1199" - inkscape:connector-curvature="0" /><path - d="m 647.34001,218.61012 0.0427,-0.21334 2.64533,-11.52 h -7.97866 v -2.688 q 0.0427,-0.42667 0.55466,-0.42667 l 1.408,-0.0427 h 1.92 q 1.06667,0 2.048,-0.256 1.024,-0.256 1.83467,-0.896 0.81067,-0.64 1.10933,-1.92 l 0.46934,-1.32267 q 0.256,-0.512 1.10933,-0.512 0.64,0 1.024,0.42667 0.384,0.384 0.512,0.93866 0.21333,0.512 0.29867,1.19467 l 0.17066,1.024 1.10934,0.0853 1.74933,0.128 1.74933,0.128 1.152,0.128 q 0.896,0.128 1.32267,0.46934 0.46933,0.29866 0.46933,1.06666 l -0.128,0.55467 -0.256,0.59733 -0.42666,0.46934 q -0.29867,0.17066 -0.55467,0.17066 h -6.912 l -3.49867,13.99467 h -2.47466 l -0.256,-0.17066 -0.128,-0.384 -0.0853,-0.42667 v -0.34133 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1201" - inkscape:connector-curvature="0" /><path - d="m 685.00668,210.93011 0.17067,-0.59733 q 0.17066,-0.256 0.384,-0.34133 0.256,-0.0853 0.93866,-0.0853 0.59734,0.0427 0.98134,0.55467 0.46933,0.512 0.72533,1.32267 l 0.64,1.74933 0.72533,1.70667 q 0.46934,0.85333 1.06667,1.36533 0.64,0.512 1.536,0.512 1.06667,0 2.26133,-1.06667 1.23734,-1.10933 2.26134,-2.77333 0.59733,-0.93867 1.06666,-1.87733 0.512,-0.98134 0.93867,-1.92 0.64,-1.32267 0.896,-1.96267 0.256,-0.68267 0.72533,-2.13333 0.17067,-0.512 0.55467,-1.536 0.21333,-0.68267 0.512,-2.00534 0.29867,-1.32266 0.384,-1.87733 0.0853,-0.55467 0.0853,-1.10933 h -6.57066 q -0.68267,0 -1.024,-0.512 -0.34134,-0.512 -0.34134,-1.06667 0,-0.768 0.34134,-1.06667 0.384,-0.29866 1.024,-0.46933 l 4.352,-0.85333 q 1.32266,-0.29867 2.26133,-0.46934 0.98133,-0.17066 2.09067,-0.384 2.00533,-0.384 4.26666,-0.68266 2.26134,-0.29867 4.56534,-0.29867 h 1.57866 q 0.59734,0.384 0.768,0.64 0.17067,0.21333 0.17067,0.72533 0,0.59734 -0.64,1.06667 -0.64,0.42667 -1.536,0.768 l -2.09067,0.55467 -2.26133,0.384 -2.00533,0.21333 -1.32267,0.128 q -0.21333,1.74933 -0.72533,3.968 -0.46934,2.21867 -1.36534,4.736 -0.85333,2.51733 -2.048,5.07733 -1.408,2.73067 -2.64533,4.48 -1.57867,2.04801 -3.2,3.24267 -1.62133,1.19467 -3.54133,1.19467 -1.49334,0 -2.77334,-0.768 -1.36533,-0.93867 -2.176,-2.00534 -0.98133,-1.19466 -1.49333,-2.73066 -0.512,-1.536 -0.512,-2.85867 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1203" - inkscape:connector-curvature="0" /><path - d="m 709.43804,212.03945 v -1.96267 l 0.17067,-2.09067 q 0.21333,-1.10933 0.512,-1.92 0.42667,-0.896 0.98133,-1.408 0.59734,-0.512 1.57867,-0.512 0.68267,0.0427 0.98133,0.46934 0.34134,0.384 0.34134,1.024 0,1.06666 -0.128,2.09066 -0.128,1.024 -0.34134,1.96267 -0.46933,1.87733 -0.46933,4.05333 l -0.0427,0.93867 0.0853,0.98133 q 0.128,0.512 0.384,0.768 0.256,0.256 0.85333,0.256 1.664,0 2.688,-1.024 1.024,-1.024 1.536,-2.47466 0.64,-1.536 0.896,-3.2 l 0.64,-3.24267 q 0.384,-1.49333 0.768,-2.47467 0.512,-1.024 1.32267,-1.024 0.768,0 1.152,0.512 0.42666,0.46934 0.42666,1.28 0,0.59734 -0.0853,1.28 -0.0853,0.68267 -0.21333,1.45067 -0.29867,1.57867 -0.896,3.28533 -0.55467,1.664 -1.408,3.328 -0.59734,1.10934 -0.896,1.57867 -0.42667,0.68267 -0.98134,1.36533 -1.152,1.36534 -2.47466,2.13334 -1.28,0.72533 -2.64534,0.72533 -1.23733,0 -2.13333,-0.64 -0.896,-0.64 -1.49333,-1.62133 -0.55467,-1.024 -0.81067,-2.21867 -0.256,-1.23733 -0.256,-2.176 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1205" - inkscape:connector-curvature="0" /><path - d="m 722.362,230.98345 q 1.10933,0 1.87733,0.256 l 1.45067,0.59733 q 0.384,0.21334 0.68267,0.34134 0.34133,0.128 0.98133,0.29866 0.64,0.21334 1.664,0.21334 h 0.42667 l 0.68266,-0.0427 h 0.64 0.46934 q 0.93866,-0.98133 1.32266,-2.34667 0.21334,-0.59733 0.34134,-1.32266 0.17066,-0.68267 0.17066,-1.536 v -2.98667 l -0.0427,-2.73067 v -2.90133 l -1.28,0.384 q -0.42667,0.0853 -0.68267,0.0853 h -0.512 q -1.152,0 -2.13333,-0.46933 -0.98134,-0.512 -1.62134,-1.32267 -0.64,-0.81067 -1.024,-1.792 -0.34133,-0.98133 -0.34133,-1.96267 0,-1.45066 0.512,-2.85866 0.384,-0.896 0.72533,-1.49334 0.34134,-0.64 0.768,-1.19466 1.024,-1.23734 2.304,-1.96267 1.32267,-0.768 2.816,-0.768 1.36534,0 2.51734,0.64 1.152,0.64 1.96266,1.62133 v 2.90134 l -0.0427,3.712 -0.0853,3.54133 -0.128,3.66934 -0.21333,3.968 -0.34133,2.77333 q -0.256,1.664 -0.768,3.28533 -0.384,0.98134 -0.72534,1.664 -0.34133,0.68267 -0.768,1.28 -0.896,1.28 -2.304,1.664 h -0.46933 -0.72533 l -0.768,0.0427 h -0.46934 l -2.73066,-0.17067 q -0.72534,-0.128 -1.23734,-0.29866 -0.512,-0.17067 -0.93866,-0.42667 -0.93867,-0.55467 -1.45067,-1.62133 -0.512,-1.06667 -0.512,-2.73067 z m 11.264,-22.272 q -1.024,0 -1.74933,0.21333 -0.72534,0.21333 -0.98134,0.34133 -0.98133,0.55467 -1.408,1.36534 -0.384,0.81066 -0.512,1.36533 -0.0853,0.55467 -0.128,1.06667 l -0.128,2.85866 1.792,0.0427 q 0.85334,0 1.45067,-0.128 0.68267,-0.256 1.06667,-0.768 0.42666,-0.55467 0.42666,-1.57867 l 0.0427,-0.93866 0.0427,-1.45067 0.0427,-1.45067 0.0427,-0.93866 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1207" - inkscape:connector-curvature="0" /><path - d="m 738.67334,213.49011 q 0,-2.09066 0.896,-4.01066 0.93866,-1.96267 2.432,-3.41334 1.49333,-1.49333 3.41333,-2.38933 1.92,-0.896 3.968,-0.896 h 0.42667 l 0.68266,0.0427 h 0.64 0.46934 q 1.32266,0.64 1.57866,1.152 0.256,0.512 0.256,1.408 0,2.21866 -1.10933,3.75466 -1.06667,1.49334 -2.73067,2.432 -1.664,0.93867 -3.584,1.408 -1.19466,0.256 -2.00533,0.384 -0.81067,0.128 -1.74933,0.128 l -0.0427,0.55467 v 0.55467 q 0,0.896 0.29867,1.57866 0.384,0.68267 0.896,0.93867 0.55466,0.256 0.98133,0.29867 0.42667,0.0427 0.768,0.128 0.256,0 0.512,0 h 0.64 l 1.664,-0.128 1.664,-0.34134 1.664,-0.34133 q 0.68267,-0.17067 0.93867,-0.17067 0.29866,0 0.72533,0 0.85333,0 1.10933,0.29867 0.256,0.29867 0.256,1.06667 0,0.98133 -1.10933,1.62133 -1.10933,0.59734 -2.38933,0.896 -1.23734,0.29867 -1.87734,0.384 -0.64,0.128 -1.36533,0.128 l -2.26133,0.128 q -1.408,0 -2.64534,-0.72533 -1.23733,-0.81067 -2.09066,-1.74933 -0.896,-1.15201 -1.408,-2.47467 -0.512,-1.36534 -0.512,-2.64534 z m 8.49066,-7.59466 -0.42666,0.0427 -3.584,3.54134 H 743.58 l 0.68267,0.0427 h 0.64 0.46933 l 1.49334,-0.0853 1.62133,-0.42667 q 0.85333,-0.42666 1.28,-0.85333 0.512,-0.64 0.512,-1.57867 -0.0427,-0.34133 -0.384,-0.512 -0.29867,-0.17066 -0.768,-0.17066 l -0.85333,-0.0427 H 747.804 Z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1209" - inkscape:connector-curvature="0" /><path - d="m 756.26268,218.61012 -0.128,-1.15201 q -0.0853,-0.384 -0.0853,-1.06666 v -1.23734 -1.19466 l 0.0427,-1.45067 q 0,-0.21333 0.0853,-0.64 0,-0.34133 0,-0.68267 v -0.85333 q 0,-0.256 0.0427,-0.81067 0.0427,-0.55466 0.0427,-0.81066 v -0.98134 q 0,-0.34133 0.0427,-0.896 0.0427,-0.55466 0.0427,-0.768 v -0.896 l 0.0853,-2.176 0.0427,-1.45066 q 0.29867,-0.68267 0.64,-0.81067 l 0.896,-0.128 q 0.896,0 1.152,0.46933 0.29867,0.46934 0.42667,1.32267 l 0.128,0.98133 0.128,1.49334 0.128,1.49333 0.0853,0.93867 q 1.92,-3.328 4.864,-5.76 l 0.68267,-0.0427 0.64,-0.0427 q 1.23733,0 1.96267,0.85334 0.768,0.81066 1.152,2.048 0.256,0.72533 0.384,1.49333 0.17066,0.72533 0.17066,1.36533 0,0.55467 0.0427,1.57867 0.0427,1.024 0.0427,1.536 l -0.0853,2.85867 -0.0853,2.09066 v 3.11467 q -0.128,0.46934 -0.512,0.46934 h -0.64 q -0.98133,0 -1.49333,-0.768 -0.46934,-0.76801 -0.64,-1.70667 -0.256,-1.024 -0.256,-1.92 l -0.0427,-1.408 -0.128,-1.57867 -0.128,-2.38933 -0.128,-2.38934 -0.0427,-1.62133 -0.21333,-0.0427 q -0.384,0 -0.896,0.55467 -0.512,0.512 -0.85333,1.06667 l -0.768,1.23733 -0.384,0.72533 -0.34134,0.72534 -0.55466,1.024 -0.512,1.06666 -0.384,0.72534 -0.34134,0.81066 -0.42666,1.024 -0.384,0.85334 -0.17067,0.42666 -0.0427,1.32267 -0.0427,1.792 q -0.128,0.98134 -0.46934,1.62134 -0.34133,0.64 -1.152,0.64 h -0.34133 -0.46933 l -0.384,-0.17067 q -0.0853,-0.0427 -0.21334,-0.29867 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1211" - inkscape:connector-curvature="0" /><path - d="m 771.76268,215.75145 q -0.21333,-0.85334 -0.21333,-1.536 0,-0.68267 0.128,-1.408 0.384,-1.664 1.10933,-3.11467 0.768,-1.49333 1.70667,-2.64533 1.10933,-1.32267 2.13333,-2.13334 l 0.46933,-0.0853 0.768,-0.29867 0.81067,-0.21333 0.46933,-0.17067 q 0.768,-0.256 1.152,-0.29866 0.384,-0.0427 1.152,-0.0427 0.59734,-0.0427 1.152,-0.128 0.55467,-0.128 1.10934,-0.21333 l 0.128,-0.0427 2.38933,-12.24533 2.34667,-0.68267 0.29866,1.32267 0.0853,0.98133 -0.0853,1.024 -0.21333,1.28 -0.384,2.13333 -0.512,3.24267 -0.64,3.79733 -0.64,3.84 -0.55467,3.28534 -0.34133,2.13333 q 0,0.17067 -0.0427,0.512 0,0.29867 0.0853,1.06667 0.21333,0.81066 0.21333,1.92 0,0.384 -0.0427,0.93867 -0.0427,0.512 -0.128,0.768 -0.34133,0.768 -1.19466,1.024 l -6.69867,0.896 q -0.17067,0.0427 -0.46933,0.0427 -0.64,0 -1.28,-0.29866 -1.024,-0.55467 -1.83467,-1.23734 -0.98133,-0.93866 -1.664,-1.792 -0.64,-0.85333 -0.768,-1.62133 z m 3.584,-0.256 0.384,0.85333 0.46933,0.72533 q 0.29867,0.29867 0.64,0.21334 l 4.992,-0.46934 1.408,-9.6 -5.376,0.59734 q -0.85333,0.256 -1.45066,1.10933 -0.55467,0.81067 -0.896,1.83467 -0.34134,1.024 -0.46934,2.304 v 0.55466 q 0,0.72534 0.128,1.32267 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1213" - inkscape:connector-curvature="0" /><path - d="m 811.88067,212.03945 v -1.96267 l 0.17067,-2.09067 q 0.21333,-1.10933 0.512,-1.92 0.42666,-0.896 0.98133,-1.408 0.59733,-0.512 1.57867,-0.512 0.68266,0.0427 0.98133,0.46934 0.34133,0.384 0.34133,1.024 0,1.06666 -0.128,2.09066 -0.128,1.024 -0.34133,1.96267 -0.46933,1.87733 -0.46933,4.05333 l -0.0427,0.93867 0.0853,0.98133 q 0.128,0.512 0.384,0.768 0.256,0.256 0.85334,0.256 1.664,0 2.688,-1.024 1.024,-1.024 1.536,-2.47466 0.64,-1.536 0.896,-3.2 l 0.64,-3.24267 q 0.384,-1.49333 0.768,-2.47467 0.512,-1.024 1.32266,-1.024 0.768,0 1.152,0.512 0.42667,0.46934 0.42667,1.28 0,0.59734 -0.0853,1.28 -0.0853,0.68267 -0.21334,1.45067 -0.29866,1.57867 -0.896,3.28533 -0.55466,1.664 -1.408,3.328 -0.59733,1.10934 -0.896,1.57867 -0.42666,0.68267 -0.98133,1.36533 -1.152,1.36534 -2.47467,2.13334 -1.28,0.72533 -2.64533,0.72533 -1.23733,0 -2.13333,-0.64 -0.896,-0.64 -1.49334,-1.62133 -0.55466,-1.024 -0.81066,-2.21867 -0.256,-1.23733 -0.256,-2.176 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1215" - inkscape:connector-curvature="0" /><path - d="m 828.09599,218.61012 -0.128,-1.15201 q -0.0853,-0.384 -0.0853,-1.06666 v -1.23734 -1.19466 l 0.0427,-1.45067 q 0,-0.21333 0.0853,-0.64 0,-0.34133 0,-0.68267 v -0.85333 q 0,-0.256 0.0427,-0.81067 0.0427,-0.55466 0.0427,-0.81066 v -0.98134 q 0,-0.34133 0.0427,-0.896 0.0427,-0.55466 0.0427,-0.768 v -0.896 l 0.0853,-2.176 0.0427,-1.45066 q 0.29866,-0.68267 0.64,-0.81067 l 0.896,-0.128 q 0.896,0 1.152,0.46933 0.29866,0.46934 0.42666,1.32267 l 0.128,0.98133 0.128,1.49334 0.128,1.49333 0.0853,0.93867 q 1.92,-3.328 4.864,-5.76 l 0.68266,-0.0427 0.64,-0.0427 q 1.23734,0 1.96267,0.85334 0.768,0.81066 1.152,2.048 0.256,0.72533 0.384,1.49333 0.17067,0.72533 0.17067,1.36533 0,0.55467 0.0427,1.57867 0.0427,1.024 0.0427,1.536 l -0.0853,2.85867 -0.0853,2.09066 v 3.11467 q -0.128,0.46934 -0.512,0.46934 h -0.64 q -0.98133,0 -1.49333,-0.768 -0.46933,-0.76801 -0.64,-1.70667 -0.256,-1.024 -0.256,-1.92 l -0.0427,-1.408 -0.128,-1.57867 -0.128,-2.38933 -0.128,-2.38934 -0.0427,-1.62133 -0.21334,-0.0427 q -0.384,0 -0.896,0.55467 -0.512,0.512 -0.85333,1.06667 l -0.768,1.23733 -0.384,0.72533 -0.34133,0.72534 -0.55467,1.024 -0.512,1.06666 -0.384,0.72534 -0.34133,0.81066 -0.42667,1.024 -0.384,0.85334 -0.17067,0.42666 -0.0427,1.32267 -0.0427,1.792 q -0.128,0.98134 -0.46933,1.62134 -0.34134,0.64 -1.152,0.64 h -0.34134 -0.46933 l -0.384,-0.17067 q -0.0853,-0.0427 -0.21333,-0.29867 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1217" - inkscape:connector-curvature="0" /><path - d="m 843.59599,215.75145 q -0.21333,-0.85334 -0.21333,-1.536 0,-0.68267 0.128,-1.408 0.384,-1.664 1.10933,-3.11467 0.768,-1.49333 1.70667,-2.64533 1.10933,-1.32267 2.13333,-2.13334 l 0.46934,-0.0853 0.768,-0.29867 0.81066,-0.21333 0.46934,-0.17067 q 0.768,-0.256 1.152,-0.29866 0.384,-0.0427 1.152,-0.0427 0.59733,-0.0427 1.152,-0.128 0.55466,-0.128 1.10933,-0.21333 l 0.128,-0.0427 2.38933,-12.24533 2.34667,-0.68267 0.29867,1.32267 0.0853,0.98133 -0.0853,1.024 -0.21334,1.28 -0.384,2.13333 -0.512,3.24267 -0.64,3.79733 -0.64,3.84 -0.55466,3.28534 -0.34134,2.13333 q 0,0.17067 -0.0427,0.512 0,0.29867 0.0853,1.06667 0.21333,0.81066 0.21333,1.92 0,0.384 -0.0427,0.93867 -0.0427,0.512 -0.128,0.768 -0.34134,0.768 -1.19467,1.024 l -6.69867,0.896 q -0.17066,0.0427 -0.46933,0.0427 -0.64,0 -1.28,-0.29866 -1.024,-0.55467 -1.83467,-1.23734 -0.98133,-0.93866 -1.664,-1.792 -0.64,-0.85333 -0.768,-1.62133 z m 3.584,-0.256 0.384,0.85333 0.46934,0.72533 q 0.29866,0.29867 0.64,0.21334 l 4.992,-0.46934 1.408,-9.6 -5.376,0.59734 q -0.85334,0.256 -1.45067,1.10933 -0.55467,0.81067 -0.896,1.83467 -0.34133,1.024 -0.46933,2.304 v 0.55466 q 0,0.72534 0.128,1.32267 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1219" - inkscape:connector-curvature="0" /><path - d="m 883.75668,219.71945 q 0,-0.64 0.256,-1.024 0.256,-0.512 0.256,-0.98134 0,-0.64 -0.256,-1.024 -0.256,-0.512 -0.256,-1.10933 l 0.128,-3.28533 0.34133,-3.28534 0.34134,-3.28533 q 0.17066,-1.49333 0.17066,-3.328 v -0.59733 l -0.0427,-0.93867 v -0.93867 -0.64 q -0.72534,-0.29866 -0.85334,-0.68266 -0.0853,-0.384 -0.0853,-1.06667 l 0.17067,-0.98133 0.46933,-1.024 q 0.384,-0.55467 0.72533,-0.85334 0.384,-0.34133 0.896,-0.34133 l 0.59734,0.17067 0.46933,0.34133 0.512,0.34133 0.59733,0.128 q 1.49334,0 2.90134,-0.256 l 2.90133,-0.64 2.90133,-0.64 q 1.36534,-0.29866 2.944,-0.29866 0.98134,0 1.87734,0.29866 0.768,0.34134 0.768,1.536 0,0.85334 -0.42667,1.536 -0.42667,0.68267 -1.06667,1.28 l -1.28,1.06667 q -0.768,0.512 -1.23733,0.98133 l -0.72533,0.72534 -1.10934,1.024 -1.06666,1.06666 -0.68267,0.72534 h 0.46933 0.42667 l 0.72533,-0.17067 1.23734,-0.256 1.28,-0.29867 0.768,-0.17066 h 0.21333 q 1.024,0 1.96267,0.81066 0.93866,0.81067 0.93866,1.87734 -0.0853,0.59733 -1.06666,1.96266 -1.28,1.57867 -2.77334,3.11467 l -3.75466,3.584 q -1.408,1.23733 -2.09067,1.792 -0.68267,0.55467 -2.00533,1.57867 -2.26134,1.664 -3.66934,2.56 -1.70666,0.98133 -2.64533,0.98133 -0.768,0 -0.98133,-0.34133 -0.17067,-0.29867 -0.17067,-1.024 z m 3.92533,-8.78934 -0.128,1.45067 -0.128,1.49333 -0.0853,0.93867 v 0.46933 0.42667 q 1.36533,-0.512 3.02933,-1.57867 l 3.37067,-2.432 q 1.83467,-1.49333 3.11467,-2.77333 0.98133,-0.93867 1.70666,-1.70667 0.21334,-0.21333 0.768,-0.85333 h -0.42666 -0.42667 l -1.62133,0.34133 -2.38934,0.55467 -2.432,0.512 -1.57866,0.384 -0.46934,0.256 -0.64,0.384 -0.68266,0.42667 -0.42667,0.256 -0.256,0.256 -0.17067,0.21333 z m 9.472,-13.90933 -0.46933,0.0427 -2.13333,0.34133 -2.47467,0.42667 -2.09067,0.384 -0.85333,0.17066 -0.42667,0.46934 -0.0853,0.55466 -0.128,1.32267 -0.17067,1.62133 -0.0853,1.36534 -0.0427,0.68266 v 0.64 h 0.512 l 1.19467,-0.93866 1.87733,-1.49334 1.87734,-1.45066 1.23733,-0.98134 0.85333,-0.59733 0.896,-0.68267 q 0.46934,-0.42666 0.72534,-0.85333 0.29866,-0.46933 0.29866,-1.06667 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1221" - inkscape:connector-curvature="0" /><path - d="m 904.63266,206.49278 q 0.0853,-0.34133 0.384,-0.64 0.34133,-0.29867 0.81067,-0.42667 0.46933,-0.128 0.98133,0.0853 0.512,0.21333 0.93867,0.98133 v 12.37334 q 0,0.512 -0.42667,0.768 l -0.81067,0.17066 h -0.512 l -0.256,0.0427 -0.46933,-0.0427 -0.46933,-0.128 -0.17067,-0.34133 z m 0.384,-6.35733 q -0.0427,-0.29867 -0.0427,-0.768 0,-1.19467 0.59734,-1.57867 0.34133,-0.21333 0.68266,-0.21333 0.46934,0 1.19467,0.512 v 0.55466 q 0,0.29867 -0.0853,0.72534 0,0.42666 -0.256,0.68266 -0.256,0.256 -0.768,0.384 l -1.28,0.0427 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1223" - inkscape:connector-curvature="0" /><path - d="m 909.38266,218.86612 v -0.46934 l 0.0427,-0.512 q 0,-0.512 0.0853,-0.81067 l 0.17067,-0.81066 0.128,-0.512 v -15.53067 -0.68267 l 0.128,-1.152 0.29866,-1.23733 q 0.128,-0.59733 0.46934,-0.93867 h 0.55466 l 0.55467,-0.0427 h 0.256 0.55467 l 0.512,0.128 q 0.256,0.0853 0.256,0.34133 v 20.864 q 0,1.19467 -0.55467,2.176 -0.55467,0.93867 -1.664,0.93867 -1.792,0 -1.792,-1.74933 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1225" - inkscape:connector-curvature="0" /><path - d="m 915.34599,215.75145 q -0.21333,-0.85334 -0.21333,-1.536 0,-0.68267 0.128,-1.408 0.384,-1.664 1.10933,-3.11467 0.768,-1.49333 1.70667,-2.64533 1.10933,-1.32267 2.13333,-2.13334 l 0.46934,-0.0853 0.768,-0.29867 0.81066,-0.21333 0.46934,-0.17067 q 0.768,-0.256 1.152,-0.29866 0.384,-0.0427 1.152,-0.0427 0.59733,-0.0427 1.152,-0.128 0.55466,-0.128 1.10933,-0.21333 l 0.128,-0.0427 2.38933,-12.24533 2.34667,-0.68267 0.29867,1.32267 0.0853,0.98133 -0.0853,1.024 -0.21334,1.28 -0.384,2.13333 -0.512,3.24267 -0.64,3.79733 -0.64,3.84 -0.55466,3.28534 -0.34134,2.13333 q 0,0.17067 -0.0427,0.512 0,0.29867 0.0853,1.06667 0.21333,0.81066 0.21333,1.92 0,0.384 -0.0427,0.93867 -0.0427,0.512 -0.128,0.768 -0.34134,0.768 -1.19467,1.024 l -6.69867,0.896 q -0.17066,0.0427 -0.46933,0.0427 -0.64,0 -1.28,-0.29866 -1.024,-0.55467 -1.83467,-1.23734 -0.98133,-0.93866 -1.664,-1.792 -0.64,-0.85333 -0.768,-1.62133 z m 3.584,-0.256 0.384,0.85333 0.46934,0.72533 q 0.29866,0.29867 0.64,0.21334 l 4.992,-0.46934 1.408,-9.6 -5.376,0.59734 q -0.85334,0.256 -1.45067,1.10933 -0.55467,0.81067 -0.896,1.83467 -0.34133,1.024 -0.46933,2.304 v 0.55466 q 0,0.72534 0.128,1.32267 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1227" - inkscape:connector-curvature="0" /><path - d="m 932.8027,212.03945 v -1.96267 l 0.17066,-2.09067 q 0.21334,-1.10933 0.512,-1.92 0.42667,-0.896 0.98134,-1.408 0.59733,-0.512 1.57866,-0.512 0.68267,0.0427 0.98134,0.46934 0.34133,0.384 0.34133,1.024 0,1.06666 -0.128,2.09066 -0.128,1.024 -0.34133,1.96267 -0.46934,1.87733 -0.46934,4.05333 l -0.0427,0.93867 0.0853,0.98133 q 0.128,0.512 0.384,0.768 0.256,0.256 0.85333,0.256 1.664,0 2.688,-1.024 1.02401,-1.024 1.53601,-2.47466 0.64,-1.536 0.896,-3.2 l 0.64,-3.24267 q 0.384,-1.49333 0.768,-2.47467 0.512,-1.024 1.32266,-1.024 0.768,0 1.152,0.512 0.42667,0.46934 0.42667,1.28 0,0.59734 -0.0853,1.28 -0.0853,0.68267 -0.21334,1.45067 -0.29866,1.57867 -0.896,3.28533 -0.55466,1.664 -1.408,3.328 -0.59733,1.10934 -0.896,1.57867 -0.42666,0.68267 -0.98133,1.36533 -1.152,1.36534 -2.47467,2.13334 -1.28,0.72533 -2.64533,0.72533 -1.23734,0 -2.13334,-0.64 -0.896,-0.64 -1.49333,-1.62133 -0.55467,-1.024 -0.81067,-2.21867 -0.256,-1.23733 -0.256,-2.176 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1229" - inkscape:connector-curvature="0" /><path - d="m 949.01268,218.61012 -0.128,-1.15201 q -0.0853,-0.384 -0.0853,-1.06666 v -1.23734 -1.19466 l 0.0427,-1.45067 q 0,-0.21333 0.0853,-0.64 0,-0.34133 0,-0.68267 v -0.85333 q 0,-0.256 0.0427,-0.81067 0.0427,-0.55466 0.0427,-0.81066 v -0.98134 q 0,-0.34133 0.0427,-0.896 0.0427,-0.55466 0.0427,-0.768 v -0.896 l 0.0853,-2.176 0.0427,-1.45066 q 0.29867,-0.68267 0.64,-0.81067 l 0.896,-0.128 q 0.896,0 1.152,0.46933 0.29867,0.46934 0.42667,1.32267 l 0.128,0.98133 0.128,1.49334 0.128,1.49333 0.0853,0.93867 q 1.92,-3.328 4.864,-5.76 l 0.68267,-0.0427 0.64,-0.0427 q 1.23733,0 1.96267,0.85334 0.768,0.81066 1.152,2.048 0.256,0.72533 0.384,1.49333 0.17066,0.72533 0.17066,1.36533 0,0.55467 0.0427,1.57867 0.0427,1.024 0.0427,1.536 l -0.0853,2.85867 -0.0853,2.09066 v 3.11467 q -0.128,0.46934 -0.512,0.46934 h -0.64 q -0.98133,0 -1.49333,-0.768 -0.46934,-0.76801 -0.64,-1.70667 -0.256,-1.024 -0.256,-1.92 l -0.0427,-1.408 -0.128,-1.57867 -0.128,-2.38933 -0.128,-2.38934 -0.0427,-1.62133 -0.21333,-0.0427 q -0.384,0 -0.896,0.55467 -0.512,0.512 -0.85333,1.06667 l -0.768,1.23733 -0.384,0.72533 -0.34134,0.72534 -0.55466,1.024 -0.512,1.06666 -0.384,0.72534 -0.34134,0.81066 -0.42666,1.024 -0.384,0.85334 -0.17067,0.42666 -0.0427,1.32267 -0.0427,1.792 q -0.128,0.98134 -0.46934,1.62134 -0.34133,0.64 -1.152,0.64 h -0.34133 -0.46933 l -0.384,-0.17067 q -0.0853,-0.0427 -0.21334,-0.29867 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1231" - inkscape:connector-curvature="0" /><path - d="m 962.54474,230.98345 q 1.10933,0 1.87733,0.256 l 1.45067,0.59733 q 0.384,0.21334 0.68267,0.34134 0.34133,0.128 0.98133,0.29866 0.64,0.21334 1.664,0.21334 h 0.42667 l 0.68266,-0.0427 h 0.64 0.46934 q 0.93866,-0.98133 1.32266,-2.34667 0.21334,-0.59733 0.34134,-1.32266 0.17066,-0.68267 0.17066,-1.536 v -2.98667 l -0.0427,-2.73067 v -2.90133 l -1.28,0.384 q -0.42667,0.0853 -0.68267,0.0853 h -0.512 q -1.152,0 -2.13333,-0.46933 -0.98134,-0.512 -1.62134,-1.32267 -0.64,-0.81067 -1.024,-1.792 -0.34133,-0.98133 -0.34133,-1.96267 0,-1.45066 0.512,-2.85866 0.384,-0.896 0.72533,-1.49334 0.34134,-0.64 0.768,-1.19466 1.024,-1.23734 2.304,-1.96267 1.32267,-0.768 2.816,-0.768 1.36534,0 2.51734,0.64 1.152,0.64 1.96266,1.62133 v 2.90134 l -0.0427,3.712 -0.0853,3.54133 -0.128,3.66934 -0.21333,3.968 -0.34133,2.77333 q -0.256,1.664 -0.768,3.28533 -0.384,0.98134 -0.72534,1.664 -0.34133,0.68267 -0.768,1.28 -0.896,1.28 -2.304,1.664 h -0.46933 -0.72533 l -0.768,0.0427 h -0.46934 l -2.73066,-0.17067 q -0.72534,-0.128 -1.23734,-0.29866 -0.512,-0.17067 -0.93866,-0.42667 -0.93867,-0.55467 -1.45067,-1.62133 -0.512,-1.06667 -0.512,-2.73067 z m 11.264,-22.272 q -1.024,0 -1.74933,0.21333 -0.72534,0.21333 -0.98134,0.34133 -0.98133,0.55467 -1.408,1.36534 -0.384,0.81066 -0.512,1.36533 -0.0853,0.55467 -0.128,1.06667 l -0.128,2.85866 1.792,0.0427 q 0.85334,0 1.45067,-0.128 0.68267,-0.256 1.06667,-0.768 0.42666,-0.55467 0.42666,-1.57867 l 0.0427,-0.93866 0.0427,-1.45067 0.0427,-1.45067 0.0427,-0.93866 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1233" - inkscape:connector-curvature="0" /></g></svg> \ No newline at end of file diff --git a/ticdesk/static/img/teckids_logo_en.svg b/ticdesk/static/img/teckids_logo_en.svg deleted file mode 100644 index aae2992ab95593871d11aedc31e376222c2e11ea..0000000000000000000000000000000000000000 --- a/ticdesk/static/img/teckids_logo_en.svg +++ /dev/null @@ -1,935 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - width="262mm" - height="67.863228mm" - id="svg7552" - xml:space="preserve" - sodipodi:docname="teckids_logo_englisch.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1024" - inkscape:window-height="768" - id="namedview173" - showgrid="false" - inkscape:zoom="0.59751435" - inkscape:cx="451.34726" - inkscape:cy="83.013384" - inkscape:window-x="-1" - inkscape:window-y="-1" - inkscape:window-maximized="1" - inkscape:current-layer="svg7552" - units="mm" - fit-margin-top="1" - fit-margin-left="1" - fit-margin-right="1" - fit-margin-bottom="1" /><title - id="title3149">Logo des Teckids e.V.</title><metadata - id="metadata7557"><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>Logo des Teckids e.V.</dc:title><dc:creator><cc:Agent><dc:title>Dominik George</dc:title></cc:Agent></dc:creator><dc:publisher><cc:Agent><dc:title>Teckids e.V.</dc:title></cc:Agent></dc:publisher><dc:source>https://www.teckids.org/</dc:source><dc:identifier>https://www.teckids.org/gitweb/?p=verein.git;a=blob_plain;f=templates/teckids_logo.svg;hb=HEAD</dc:identifier><dc:rights><cc:Agent><dc:title>Teckids e.V.</dc:title></cc:Agent></dc:rights><cc:license - rdf:resource="https://www.teckids.org/LICENCE.htm" /></cc:Work></rdf:RDF></metadata><defs - id="defs7555"><clipPath - id="clipPath7581"><path - d="M 9,526 H 148.5 V 412.652 H 9 Z" - id="path7583" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7587"><path - d="M 0,648 H 432 V 0 H 0 Z" - id="path7589" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7593"><path - d="M 0,648.06 H 432 V 0.06 H 0 Z" - id="path7595" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7603"><path - d="M 9,526 H 148.5 V 412.652 H 9 Z" - id="path7605" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7611"><path - d="M 0,648 H 432 V 0 H 0 Z" - id="path7613" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7619"><path - d="M 0,648.06 H 432 V 0.06 H 0 Z" - id="path7621" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7655"><path - d="M 0,648 H 432 V 0 H 0 Z" - id="path7657" - inkscape:connector-curvature="0" /></clipPath><clipPath - id="clipPath7661"><path - d="M 0,648.06 H 432 V 0.06 H 0 Z" - id="path7663" - inkscape:connector-curvature="0" /></clipPath><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient4597" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.022727,0,-2.182539)" - spreadMethod="pad" /><linearGradient - id="linearGradient4577"><stop - id="stop4579" - style="stop-color:#ffa000;stop-opacity:1" - offset="0" /><stop - id="stop4581" - style="stop-color:#f80000;stop-opacity:0.96907216" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5500" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient5502"><stop - id="stop5504" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop5506" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5510" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3226"><stop - id="stop3228" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3230" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5514" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3233"><stop - id="stop3235" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3237" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5518" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3240"><stop - id="stop3242" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3244" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5522" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3247"><stop - id="stop3249" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3251" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5526" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3254"><stop - id="stop3256" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3258" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5530" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3261"><stop - id="stop3263" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3265" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient5534" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><linearGradient - id="linearGradient3268"><stop - id="stop3270" - style="stop-color:#00cbfa;stop-opacity:1" - offset="0" /><stop - id="stop3272" - style="stop-color:#0000fa;stop-opacity:0.97254902" - offset="1" /></linearGradient><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3288" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient3424" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.022727,0,-2.182539)" - spreadMethod="pad" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3426" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3428" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3430" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3432" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3434" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3436" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3438" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3440" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient3484" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.022727,0,-2.182539)" - spreadMethod="pad" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3486" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3488" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3490" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3492" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3494" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3496" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3498" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3500" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient3522" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,1.022727,0,-2.182539)" - spreadMethod="pad" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3524" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3526" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3528" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3530" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3532" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3534" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3536" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3538" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.866176,0,2.690641)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3541" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,137.59575,637.47312)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3544" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,152.32854,548.40521)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3547" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,102.45149,584.04969)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3550" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,188.3822,600.51014)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3553" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,121.59874,557.6415)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3556" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,165.996,626.0853)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3559" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,180.10616,569.7421)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3562" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,109.52358,616.78908)" /><radialGradient - cx="98.941795" - cy="96.031746" - r="11.640212" - fx="98.941795" - fy="96.031746" - id="radialGradient3568" - xlink:href="#linearGradient4577" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60495497,-0.02404871,-0.02459527,-0.61870378,94.094212,641.1557)" - spreadMethod="pad" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3097" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,137.59575,637.47312)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3100" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,152.32854,548.40521)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3103" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,102.45149,584.04969)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3106" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,188.3822,600.51014)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3109" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,121.59874,557.6415)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3112" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,165.996,626.0853)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3119" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,180.10616,569.7421)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3122" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,109.52358,616.78908)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3201" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,109.52358,616.78908)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3203" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,180.10616,569.7421)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3205" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,165.996,626.0853)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3207" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,121.59874,557.6415)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3209" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,188.3822,600.51014)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3211" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,102.45149,584.04969)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3213" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,152.32854,548.40521)" /><radialGradient - cx="12.698413" - cy="20.10582" - r="7.9074073" - fx="12.698413" - fy="20.10582" - id="radialGradient3215" - xlink:href="#linearGradient5502" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.60117763,-0.02389855,-0.02501835,-0.62934664,137.59575,637.47312)" /></defs><g - id="g3132" - transform="matrix(1.2514621,0,0,-1.2514621,-10.596718,804.4168)"><path - d="m 165.95539,578.78988 a 59.706523,13.898586 87.723526 1 0 -27.77523,1.10415 59.706523,13.898586 87.723526 1 0 27.77523,-1.10415 z" - id="path3682" - style="fill:none;stroke:#005ebe;stroke-width:1.45120001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /><path - d="m 162.27816,588.77162 a 13.898585,59.706511 42.723526 1 0 -20.4208,-18.85931 13.898585,59.706511 42.723526 1 0 20.4208,18.85931 z" - id="path4599" - style="fill:none;stroke:#005ebe;stroke-width:1.45120001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /><path - d="m 161.49743,569.13156 a 59.706526,13.898589 42.723526 0 0 -18.85931,20.42081 59.706526,13.898589 42.723526 1 0 18.85931,-20.42081 z" - id="path4601" - style="fill:none;stroke:#005ebe;stroke-width:1.45120001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /><path - d="m 152.31597,565.42475 a 13.896357,60.505151 87.723526 1 0 1.10397,27.77078 13.896357,60.505151 87.723526 0 0 -1.10397,-27.77078 z" - id="path4603" - style="fill:none;stroke:#005ebe;stroke-width:1.45120001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /><path - d="m 121.10774,603.65505 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - id="path4607" - style="fill:url(#radialGradient3201);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 191.69032,556.60807 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - id="path5508" - style="fill:url(#radialGradient3203);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><g - transform="matrix(0.82310581,0,0,0.82310581,51.001896,100.34854)" - id="g3397" - style="fill:#ff9955"><path - d="m 211.37666,576.48253 c 2.32955,-2.02188 2.5285,-4.85344 2.72976,-7.78447 1.92241,-2.93103 3.8263,-4.02062 7.16217,-3.51399 0,-1.71652 -0.89296,-0.83281 -2.30873,-2.04964 -2.12136,-0.50663 -3.53713,0.60841 -5.15417,1.41809 -0.90915,-1.8183 -0.20589,-4.14554 0.30073,-6.06563 0.50432,-0.80968 1.41809,-0.91147 2.12367,-1.21221 1.31399,0.60379 0.30305,2.62798 2.22545,2.22314 1.01326,-1.41809 2.32493,-3.53944 0.70558,-5.15879 -3.73839,-1.71652 -7.38194,-5.15649 -11.82591,-3.63661 -0.91146,0 -1.72345,-0.40715 -2.42903,-0.91378 2.82693,-2.22314 7.48142,-3.1346 8.69362,-6.77352 l 8.49466,-8.49466 c 5.15649,3.74302 10.81728,6.67405 15.56893,10.92138 l 0.91146,6.47047 c 1.11273,0.6061 2.22546,0.0995 3.13692,-0.40252 l 1.71651,-2.93103 c 2.82925,1.81599 6.4751,3.23408 10.01223,1.92009 0.70558,-0.50663 1.51294,-1.72114 0.90916,-2.6303 -3.13692,-3.7407 -6.77353,-7.28246 -11.12496,-8.49466 -1.61473,-0.90915 0.70789,-2.01956 0,-3.43766 -6.97479,-3.94428 -12.84147,-10.81728 -19.71447,-15.06461 -3.64123,-1.71651 -6.16974,2.01957 -9.40382,2.72977 -2.5285,1.61704 -5.36006,2.5285 -7.98803,3.84018 0.30536,-7.68036 1.82061,-15.46714 4.34912,-22.54602 -0.30768,-1.11273 -1.51757,-2.0242 -2.42903,-2.72977 2.12135,-7.98804 6.26921,-15.16871 8.19161,-23.25623 0.70789,-0.30536 1.51525,0.50663 2.42903,0.20358 0.19895,-0.70789 1.81599,-1.41809 0.502,-2.12367 -2.22314,-2.32724 -5.45491,-2.22776 -7.4791,-4.85112 0.3979,-1.62398 0.80505,-3.74302 2.92872,-3.94891 7.0812,0 14.46313,-0.70557 20.62824,-3.84249 2.52851,1.11735 5.96616,3.24102 8.69362,1.01788 1.4204,-1.41809 1.4204,-3.34281 1.72114,-5.16111 1.51525,-4.14786 4.85343,-10.31065 0.50663,-14.25494 -5.7649,1.01326 -6.16974,7.98804 -11.4257,10.41476 -10.41707,-0.50431 -20.73003,0.70557 -30.84174,1.71651 -5.96616,-0.20126 -3.63892,11.12496 -9.90813,6.4751 -4.85343,-0.60841 -10.21118,-0.81199 -15.06461,-0.71251 -1.92009,-4.03913 -6.87531,-7.17605 -6.57457,-11.82591 1.4204,-6.06795 2.22776,-12.33947 2.22776,-19.00658 2.62798,-2.22777 3.7384,-5.76721 2.82925,-8.90181 -6.06795,-4.14324 -12.84148,-8.18699 -20.62594,-6.87763 -1.00862,0.1041 -2.02188,1.11273 -2.63029,1.71651 1.82293,6.27153 11.73106,6.98173 10.41475,14.36367 -2.22314,9.09614 -9.60507,16.58218 -6.77121,27.19588 l 5.86438,9.70687 c -0.80968,1.92471 -3.2364,-0.19895 -2.93566,2.12829 2.83387,0 2.02188,3.22945 3.33818,4.64754 3.8425,5.36006 6.06795,11.32391 8.99898,16.9847 l -2.12367,0.20358 c 0.40253,7.88394 3.13692,16.07555 1.41347,24.57022 -3.33356,-3.23408 -2.82693,-9.20256 -7.78447,-10.71781 -9.2974,-1.41809 -18.80763,0.6061 -24.97505,7.28015 -3.94197,0.20358 -9.90813,-1.11273 -11.42569,3.64123 -1.51294,1.11042 -2.72977,3.23408 -2.93335,4.85344 2.52851,0.70788 5.56364,-0.40716 8.49235,0 5.16112,-0.30306 0.91378,6.97478 5.66543,7.07426 1.61935,-2.62567 2.4244,-5.96385 4.3468,-8.28647 1.82062,2.52619 4.24734,-0.61072 6.27153,-1.01094 2.62798,-0.80967 6.06795,-1.01325 8.7954,-0.20357 7.48141,7.78446 9.60276,18.19922 15.2705,26.89283 2.12135,4.95522 7.88625,2.43134 11.11802,5.1588 2.42671,1.01325 5.86437,2.42903 6.06563,5.56363 0.20589,2.32262 -2.82924,1.51294 -3.63892,2.92872 -3.43534,2.22777 -0.50199,5.05469 -0.7102,7.99035 2.83618,1.41115 -2.22082,5.35775 1.92472,6.06563 6.47047,-0.40483 11.52748,6.97479 17.6949,2.93103 2.12136,0.30537 3.43766,-1.3163 4.85344,-2.42671" - id="path7637" - style="fill:#ff9955;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 191.336,584.89622 c 0,0 0.61767,-15.31676 32.03775,-25.92353 0,0 1.84838,3.53713 1.84838,5.30223 0,0 -23.41122,10.60445 -27.72102,20.6213 0,0 -4.31673,3.53482 -6.16511,0" - id="path7639" - style="fill:#ff9955;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 200.37431,579.86698 c 0,0 6.21137,3.95353 13.55167,-1.12893 0,0 9.03831,-5.08245 0.56215,-12.98721 l -14.11382,14.11614" - id="path7641" - style="fill:#ff9955;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /></g><path - d="m 177.58016,612.95127 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - id="path5512" - style="fill:url(#radialGradient3205);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 133.1829,544.50747 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - id="path5516" - style="fill:url(#radialGradient3207);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 199.96636,587.37611 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - id="path5520" - style="fill:url(#radialGradient3209);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 114.03565,570.91566 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - id="path5524" - style="fill:url(#radialGradient3211);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 163.9127,535.27118 a 4.6168561,4.4566872 87.723525 1 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 0 0 8.90634,-0.35405 z" - id="path5528" - style="fill:url(#radialGradient3213);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 149.17991,624.33909 a 4.6168561,4.4566872 87.723525 0 0 -8.90634,0.35405 4.6168561,4.4566872 87.723525 1 0 8.90634,-0.35405 z" - id="path5532" - style="fill:url(#radialGradient3215);fill-opacity:1;fill-rule:evenodd;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 117.04183,629.62317 -1.71652,-1.72114 1.71652,1.72114" - id="path7629" - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /><path - d="m 37.01906,589.11633 c -0.09515,-1.83664 2.228308,-2.12652 2.810279,-3.67328 0.772273,-1.35646 1.157304,-2.80806 2.321247,-3.96536 1.641911,2.51376 4.255249,5.22224 7.443921,4.44776 0,-1.35424 -1.641911,-1.934 -2.323459,-3.29046 -1.737063,-2.70627 -3.963158,-5.41255 -3.76843,-8.60787 3.673278,-12.18377 5.222252,-25.43856 15.376876,-34.81648 1.25688,1.54676 4.739857,1.35203 4.160098,3.77286 l -0.484607,0.38502 h 0.289879 c 0.482394,1.06216 -0.869638,2.03137 -1.644124,2.61556 -0.869638,-0.0952 -1.641911,0.38282 -1.838852,1.1573 0.09958,0.87406 -0.190302,1.54676 -0.772274,2.03137 -0.194727,0.0952 -0.289879,-0.0952 -0.385031,-0.19472 v -0.67935 c -3.195309,0.58419 -2.90543,4.35704 -3.96537,6.67829 -1.35867,5.22225 3.482977,8.89553 7.156255,11.60623 4.062734,2.32125 9.475288,1.06216 12.765749,-1.83443 1.934004,0.86522 3.385613,2.70186 5.321826,3.28383 0,-2.03136 -1.936213,-3.96758 -3.677701,-5.60729 0.192515,-2.51818 2.998367,-2.51818 4.640284,-3.48075 -3.573705,-3.96759 2.518182,-10.06169 -3.478555,-12.48252 -2.031367,-0.28766 -3.58034,-2.12651 -4.837221,-3.76842 1.83664,-1.55119 4.352614,-2.51376 6.673859,-3.48298 4.642491,1.93179 9.090259,4.15788 13.44066,6.47913 5.226677,6.87081 5.41698,15.76633 10.061691,22.82523 1.4516,0.7767 2.61334,2.22609 4.3504,2.32346 1.54897,-0.97143 0.4846,-2.12652 -0.1903,-3.09795 3.76842,0.19473 7.63864,1.45161 11.11941,3.09795 1.16173,0.28766 2.51819,-0.48461 3.48297,-1.16395 -4.15788,-3.96315 -6.96374,-7.92853 -12.08862,-9.57265 -1.54898,-7.44614 -2.41862,-15.18658 -3.67328,-22.72786 -7.835594,-4.44776 -16.348304,-7.34656 -24.376413,-11.40929 -0.579757,-8.70966 0.969213,-19.43961 0.486821,-28.05412 -0.776699,-0.38502 -1.453823,0.87407 -1.934005,-0.1903 l 15.376874,-12.76574 c -4.067152,-4.64249 4.737647,-6.28884 5.120463,-10.44672 0.38946,-2.32125 0.38946,-5.60949 -0.960364,-7.73602 -4.064942,-6.38397 -8.709652,-12.47808 -12.960478,-18.76691 1.54676,-0.967 3.86801,-0.86742 5.317404,-2.51376 0.867427,-1.45382 2.031371,-2.99616 1.641917,-4.64249 -5.799796,0.19473 -12.088632,0.87185 -17.021002,3.86801 4.352613,7.64086 6.094105,16.35051 12.090843,23.21246 -1.064369,1.74149 -3.480766,3.09574 -3.965377,4.93679 -0.776699,0.57755 -1.741482,-0.4846 -2.031361,-1.16394 -5.512134,3.77286 -11.221206,9.57266 -16.538608,14.6046 l -0.192515,-0.1903 c -0.28988,0.38504 -0.776699,0.38504 -1.16173,0.67491 l -0.194728,-0.28987 0.389456,-0.38504 c -3.772855,-6.86858 -7.350982,-14.02927 -10.154624,-20.89343 -5.224464,1.64413 -4.837221,-6.09188 -8.802592,-8.12326 -3.095733,-0.87406 -5.414766,1.06215 -6.96374,2.99838 -4.447765,3.28824 -8.410923,7.83116 -13.057842,10.63702 l -0.674909,-0.67492 c -4.547342,-0.0996 -8.995107,-0.58418 -13.25257,-1.35645 v 4.35704 l 12.573235,7.63643 c 4.932372,-3.29046 9.866957,-7.25362 14.797117,-9.9621 0.677122,-0.67492 2.128731,-1.35425 3.292674,-1.83664 l 0.964788,1.16172 c -1.159516,0.86964 -2.319033,2.80585 -3.480763,3.28383 0.677123,2.7107 2.321247,5.03194 2.996156,7.83558 1.548973,5.61171 5.224464,10.252 6.676074,15.76634 l -3.000582,1.4494 c 1.93179,8.51271 5.611708,16.34387 7.253619,25.04909 -1.451609,0.29431 0.09958,1.16617 -0.772274,1.84107 -5.41698,6.48356 -10.541867,13.44509 -15.279511,20.4044 -1.066579,9.2872 -2.81028,19.15195 -2.130945,28.33735 0.874064,0.39168 2.031368,-0.093 2.611126,0.68156 -1.644124,2.70405 -3.76843,5.22004 -4.157886,8.41313 1.064366,2.02915 -1.644124,10.05726 3.188672,5.99452" - id="path7633" - style="fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none" - inkscape:connector-curvature="0" /></g><g - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;line-height:125%;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0px;word-spacing:0px;fill:#ff6600;fill-opacity:1;stroke:none" - id="text3090" - transform="matrix(1.2514621,0,0,1.2514621,-12.329736,809.81905)"><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3104" - d="m 309.91945,-582.35591 c -0.38403,5e-5 -0.92163,0.0385 -1.6128,0.1152 -0.61443,5e-5 -1.65123,0.15365 -3.1104,0.4608 l -4.7232,1.152 -4.7232,1.152 c -1.45921,0.30725 -3.03361,0.46085 -4.7232,0.4608 h -1.152 l -1.3824,-0.3456 -1.6128,-0.3456 -1.3824,-0.3456 -0.4608,-0.2304 v -7.1424 c 0.2304,-0.15354 0.4608,-0.26874 0.6912,-0.3456 0.30719,-0.0767 0.76799,-0.15354 1.3824,-0.2304 l 5.184,-1.152 6.7968,-1.4976 7.1424,-1.4976 5.76,-1.3824 2.9952,-1.152 38.36159,-8.4096 h 1.2672 l 1.6128,-0.1152 2.5344,0.2304 c 0.61433,0.0769 1.03673,0.30727 1.2672,0.6912 0.38393,0.30727 0.57593,0.80647 0.576,1.4976 l 0.1152,2.5344 -0.1152,1.4976 v 0.9216 l -38.36159,9.5616 -1.2672,1.2672 -0.4608,3.3408 -0.6912,5.0688 -0.6912,5.0688 -0.576,3.2256 -1.0368,4.8384 -1.728,7.8336 -1.8432,8.1792 -1.3824,5.5296 -1.3824,4.9536 c -0.30723,1.152 -0.80643,2.0352 -1.4976,2.6496 -0.61443,0.6144 -1.26723,0.9216 -1.9584,0.9216 -0.61443,0.0768 -1.19043,0.192 -1.728,0.3456 -0.53763,0 -1.03682,0 -1.4976,0 h -2.0736 c -2e-5,-1.9968 0.11518,-4.07039 0.3456,-6.2208 0.23038,-2.22719 0.49918,-4.26239 0.8064,-6.1056 l 2.5344,-12.2112 c 0.53757,-1.91997 1.03677,-3.99357 1.4976,-6.2208 0.46077,-2.22717 0.84477,-4.22396 1.152,-5.9904 0.76797,-4.07036 1.15197,-8.25595 1.152,-12.5568" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3106" - d="m 341.62105,-551.59751 c 0,-3.76318 0.8064,-7.37277 2.4192,-10.8288 1.68959,-3.53277 3.87839,-6.60476 6.5664,-9.216 2.68798,-2.68796 5.75998,-4.83835 9.216,-6.4512 3.45597,-1.61275 7.02717,-2.41915 10.7136,-2.4192 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 c 2.38076,1.15205 3.80156,2.18885 4.2624,3.1104 0.46076,0.92165 0.69116,2.18884 0.6912,3.8016 -4e-5,3.99364 -0.99844,7.37284 -2.9952,10.1376 -1.92004,2.68803 -4.37764,4.87683 -7.3728,6.5664 -2.99523,1.68962 -6.22083,2.95682 -9.6768,3.8016 -2.15042,0.46082 -3.95522,0.80642 -5.4144,1.0368 -1.45922,0.23042 -3.03362,0.34562 -4.7232,0.3456 l -0.1152,1.4976 v 1.4976 c -1e-5,1.61282 0.26879,3.03361 0.8064,4.2624 0.69119,1.22881 1.49758,2.07361 2.4192,2.5344 0.99838,0.46081 1.88158,0.72961 2.6496,0.8064 0.76798,0.0768 1.45918,0.19201 2.0736,0.3456 0.46078,10e-6 0.92158,10e-6 1.3824,0 h 1.728 l 4.4928,-0.3456 4.4928,-0.9216 4.4928,-0.9216 c 1.22876,-0.30719 2.07356,-0.46079 2.5344,-0.4608 0.53756,10e-6 1.19036,10e-6 1.9584,0 1.53596,10e-6 2.53435,0.26881 2.9952,0.8064 0.46075,0.53761 0.69115,1.49761 0.6912,2.88 -5e-5,1.76641 -0.99845,3.2256 -2.9952,4.3776 -1.99684,1.0752 -4.14724,1.8816 -6.4512,2.4192 -2.22723,0.5376 -3.91683,0.8832 -5.0688,1.0368 -1.15203,0.2304 -2.38083,0.3456 -3.6864,0.3456 l -6.1056,0.3456 c -2.53442,0 -4.91522,-0.6528 -7.1424,-1.9584 -2.22721,-1.4592 -4.10881,-3.0336 -5.6448,-4.7232 -1.61281,-2.07359 -2.88001,-4.30079 -3.8016,-6.6816 -0.9216,-2.45758 -1.3824,-4.83838 -1.3824,-7.1424 m 22.9248,-20.5056 -1.152,0.1152 -9.6768,9.5616 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 l 4.032,-0.2304 4.3776,-1.152 c 1.53597,-0.76797 2.68797,-1.53597 3.456,-2.304 0.92156,-1.15196 1.38236,-2.57276 1.3824,-4.2624 -0.0768,-0.61436 -0.42244,-1.07516 -1.0368,-1.3824 -0.53763,-0.30716 -1.22883,-0.46076 -2.0736,-0.4608 l -2.304,-0.1152 h -1.2672 l -1.728,0.1152" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3108" - d="m 388.42105,-546.64391 c 0,-3.45598 0.6528,-6.79678 1.9584,-10.0224 1.38239,-3.30237 3.22559,-6.25917 5.5296,-8.8704 2.38079,-2.61116 5.18398,-4.72316 8.4096,-6.336 3.22558,-1.68956 6.56637,-2.53436 10.0224,-2.5344 1.76637,4e-5 2.91837,0.19204 3.456,0.576 0.53757,0.30724 0.80636,1.34404 0.8064,3.1104 -4e-5,1.38244 -0.49923,2.49604 -1.4976,3.3408 -0.61443,0.53764 -1.19043,0.96004 -1.728,1.2672 -0.46083,0.23043 -1.15203,0.57603 -2.0736,1.0368 l -4.9536,2.1888 c -1.84322,0.84483 -3.53282,1.88163 -5.0688,3.1104 -1.53602,1.15203 -2.80322,2.68803 -3.8016,4.608 -0.92161,1.84322 -1.38241,4.26242 -1.3824,7.2576 v 3.5712 c 0.92158,0.92161 2.07358,1.38241 3.456,1.3824 h 3.6864 c 3.07198,10e-6 5.87517,-0.46079 8.4096,-1.3824 l 7.7184,-3.2256 c 0.61436,-0.30718 1.57436,-0.80638 2.88,-1.4976 0.15356,-0.0768 1.61276,-0.61438 4.3776,-1.6128 2.76475,-1.07518 5.64475,-1.61278 8.64,-1.6128 -5e-5,3.30242 -1.22885,6.14401 -3.6864,8.5248 -2.38085,2.30401 -5.33765,4.26241 -8.8704,5.8752 -3.45604,1.6128 -6.98883,2.7648 -10.5984,3.456 -3.60963,0.6912 -6.64322,1.0368 -9.1008,1.0368 -2.22722,0 -4.37762,-0.2304 -6.4512,-0.6912 -2.22721,-0.768 -3.99361,-1.536 -5.2992,-2.304 -1.45921,-1.07519 -2.64961,-2.45759 -3.5712,-4.1472 -0.6144,-1.22879 -0.9984,-2.30399 -1.152,-3.2256 -0.0768,-0.92159 -0.1152,-1.88159 -0.1152,-2.88" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3110" - d="m 442.33824,-544.10951 c 0,-0.99839 0.0768,-3.64798 0.2304,-7.9488 0.2304,-4.30077 0.3456,-7.71837 0.3456,-10.2528 0,-0.15357 0.192,-3.99356 0.576,-11.52 0.0768,-1.53596 0.1152,-3.76315 0.1152,-6.6816 0,-1.53595 -0.1152,-3.03355 -0.3456,-4.4928 -0.2304,-1.45914 -0.5376,-2.84154 -0.9216,-4.1472 -0.768,-2.84154 -1.152,-5.68314 -1.152,-8.5248 0,-1.76633 0.2304,-3.30233 0.6912,-4.608 0.6144,-1.38233 1.8048,-2.07353 3.5712,-2.0736 1.22879,7e-5 2.34239,0.88327 3.3408,2.6496 1.07519,1.68967 1.91999,3.64807 2.5344,5.8752 0.61439,2.15046 1.03679,4.18566 1.2672,6.1056 0.23039,0.99846 0.38399,1.92006 0.4608,2.7648 0.0768,0.84486 0.11519,1.45925 0.1152,1.8432 v 3.5712 l -0.3456,5.4144 -0.3456,5.2992 -0.1152,3.5712 c 2.07359,4e-5 3.87838,-0.46076 5.4144,-1.3824 l 4.9536,-3.2256 4.032,-2.7648 6.2208,-4.3776 6.1056,-4.3776 4.032,-2.88 h 0.9216 l 0.9216,-0.1152 c 1.22875,6e-5 2.03515,0.26886 2.4192,0.8064 0.46075,0.53765 0.69115,1.34405 0.6912,2.4192 -5e-5,1.38245 -0.57605,2.64965 -1.728,3.8016 -0.61445,0.61445 -1.34405,1.30565 -2.1888,2.0736 -0.84484,0.69125 -1.53604,1.22885 -2.0736,1.6128 -1.07524,0.84484 -2.26564,1.65124 -3.5712,2.4192 -1.22884,0.76804 -1.88164,1.19044 -1.9584,1.2672 l -5.5296,3.456 c -1.61283,1.07524 -3.03363,2.26564 -4.2624,3.5712 -1.15203,1.22883 -1.72802,2.30403 -1.728,3.2256 l 0.1152,0.576 c 1.68957,1.99683 3.37917,3.64803 5.0688,4.9536 l 5.6448,3.9168 5.5296,3.5712 c 1.99676,1.38242 3.64795,2.76481 4.9536,4.1472 1.30555,1.38241 2.38075,2.99521 3.2256,4.8384 0.84475,1.76641 1.26715,3.9936 1.2672,6.6816 -2.22725,0 -4.41605,-0.5376 -6.5664,-1.6128 -2.07364,-1.2288 -4.10884,-2.64959 -6.1056,-4.2624 l -5.9904,-5.4144 c -1.76643,-1.91999 -3.76323,-3.72478 -5.9904,-5.4144 -1.68962,-1.30558 -2.95682,-2.18878 -3.8016,-2.6496 -0.84482,-0.53758 -1.72802,-1.03678 -2.6496,-1.4976 -2.30402,-1.15198 -4.68481,-1.72798 -7.1424,-1.728 v 23.2704 c -0.15361,0.768 -0.34561,1.2288 -0.576,1.3824 l -1.2672,0.6912 -1.6128,0.3456 -1.2672,0.1152 c -1.45921,0 -2.5344,-0.576 -3.2256,-1.728 -0.8448,-1.152 -1.4592,-2.4192 -1.8432,-3.8016 -0.3072,-1.4592 -0.4608,-3.07199 -0.4608,-4.8384 v -3.9168 0" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3112" - d="m 494.96123,-570.49031 c 0.1536,-0.61436 0.4992,-1.19036 1.0368,-1.728 0.6144,-0.53756 1.344,-0.92156 2.1888,-1.152 0.8448,-0.23036 1.728,-0.15356 2.6496,0.2304 0.9216,0.38404 1.7664,1.26724 2.5344,2.6496 v 33.408 c -1e-5,0.9216 -0.384,1.6128 -1.152,2.0736 l -2.1888,0.4608 h -1.3824 l -0.6912,0.1152 -1.2672,-0.1152 -1.2672,-0.3456 -0.4608,-0.9216 v -34.6752 m 1.0368,-17.1648 c -0.0768,-0.53754 -0.1152,-1.22874 -0.1152,-2.0736 0,-2.15034 0.5376,-3.57114 1.6128,-4.2624 0.6144,-0.38394 1.2288,-0.57594 1.8432,-0.576 0.8448,6e-5 1.92,0.46086 3.2256,1.3824 v 1.4976 c 0,0.53766 -0.0768,1.19046 -0.2304,1.9584 0,0.76806 -0.2304,1.38246 -0.6912,1.8432 -0.4608,0.46086 -1.152,0.80646 -2.0736,1.0368 l -3.456,0.1152 -0.1152,-0.9216" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3114" - d="m 508.36225,-545.49191 c -0.384,-1.53598 -0.576,-2.91838 -0.576,-4.1472 0,-1.22878 0.1152,-2.49598 0.3456,-3.8016 0.69119,-2.99517 1.68959,-5.79837 2.9952,-8.4096 1.38239,-2.68797 2.91839,-5.06876 4.608,-7.1424 1.99679,-2.38076 3.91678,-4.30076 5.76,-5.76 l 1.2672,-0.2304 2.0736,-0.8064 2.1888,-0.576 1.2672,-0.4608 c 1.38237,-0.46075 2.41917,-0.72955 3.1104,-0.8064 0.69117,-0.0768 1.72797,-0.11515 3.1104,-0.1152 1.07517,-0.0767 2.11197,-0.19195 3.1104,-0.3456 0.99836,-0.23035 1.99676,-0.42235 2.9952,-0.576 l 0.3456,-0.1152 6.4512,-33.0624 6.336,-1.8432 0.8064,3.5712 0.2304,2.6496 -0.2304,2.7648 -0.576,3.456 -1.0368,5.76 -1.3824,8.7552 -1.728,10.2528 -1.728,10.368 -1.4976,8.8704 -0.9216,5.76 c -4e-5,0.30722 -0.0384,0.76802 -0.1152,1.3824 -4e-5,0.53762 0.0768,1.49762 0.2304,2.88 0.38396,1.45921 0.57596,3.18721 0.576,5.184 -4e-5,0.69121 -0.0384,1.53601 -0.1152,2.5344 -0.0768,0.92161 -0.19204,1.61281 -0.3456,2.0736 -0.61444,1.3824 -1.68964,2.304 -3.2256,2.7648 l -18.0864,2.4192 c -0.30722,0.0768 -0.72962,0.1152 -1.2672,0.1152 -1.15202,0 -2.30402,-0.2688 -3.456,-0.8064 -1.84321,-0.9984 -3.49441,-2.112 -4.9536,-3.3408 -1.76641,-1.68959 -3.26401,-3.30239 -4.4928,-4.8384 -1.15201,-1.53599 -1.84321,-2.99519 -2.0736,-4.3776 m 9.6768,-0.6912 1.0368,2.304 1.2672,1.9584 c 0.53758,0.53761 1.11358,0.72961 1.728,0.576 l 13.4784,-1.2672 3.8016,-25.92 -14.5152,1.6128 c -1.53602,0.46084 -2.84162,1.45923 -3.9168,2.9952 -0.99842,1.45923 -1.80482,3.11043 -2.4192,4.9536 -0.61441,1.84323 -1.03681,3.91682 -1.2672,6.2208 v 1.4976 c -1e-5,1.30562 0.11519,2.49602 0.3456,3.5712 l 0.4608,1.4976" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3116" - d="m 578.66303,-555.62951 c -0.0768,-0.61438 -0.57602,-1.15197 -1.4976,-1.6128 -0.84482,-0.46077 -1.34402,-0.72957 -1.4976,-0.8064 -0.0768,-0.0768 -0.88322,-0.34557 -2.4192,-0.8064 l -4.9536,-1.9584 -4.9536,-2.304 -3.8016,-2.7648 c -0.9984,-0.99836 -1.4976,-2.15036 -1.4976,-3.456 0,-2.07356 0.7296,-4.07036 2.1888,-5.9904 1.4592,-1.99675 3.26399,-3.72475 5.4144,-5.184 2.15039,-1.45915 4.33919,-2.57275 6.5664,-3.3408 2.22718,-0.84475 4.33918,-1.26715 6.336,-1.2672 1.53598,5e-5 2.91838,0.30725 4.1472,0.9216 1.30557,0.53765 1.95837,1.68965 1.9584,3.456 -3e-5,1.38245 -0.46083,2.41925 -1.3824,3.1104 -0.84483,0.61445 -1.84322,1.07525 -2.9952,1.3824 -1.15202,0.23045 -2.53442,0.34565 -4.1472,0.3456 l -4.032,0.576 c -1.45921,0.38404 -2.57281,0.84484 -3.3408,1.3824 -0.69121,0.53764 -1.03681,1.45924 -1.0368,2.7648 0.0768,0.92164 0.61439,1.72804 1.6128,2.4192 1.07519,0.61444 2.41919,1.19044 4.032,1.728 l 5.184,1.9584 5.184,2.1888 c 1.61277,0.84483 2.95677,1.80483 4.032,2.88 1.07517,1.07523 1.61277,2.30403 1.6128,3.6864 -3e-5,1.53602 -0.65283,3.18722 -1.9584,4.9536 -1.22883,1.68962 -2.91843,3.37922 -5.0688,5.0688 -2.15042,1.61281 -4.56962,3.18721 -7.2576,4.7232 l -7.8336,3.9168 c -2.76481,1.152 -5.2224,2.0736 -7.3728,2.7648 -1.6128,0.4608 -2.688,0.7296 -3.2256,0.8064 -0.5376,0.0768 -1.3824,0.1152 -2.5344,0.1152 l -0.1152,-1.6128 -0.1152,-2.304 0.4608,-2.304 c 0.2304,-0.84479 0.6912,-1.38239 1.3824,-1.6128 l 19.2384,-9.6768 0.576,-0.4608 1.152,-1.0368 1.0368,-1.152 0.8064,-1.152 0.1152,-0.3456 v 0" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3118" - d="m 651.67105,-551.59751 c 0,-3.76318 0.80639,-7.37277 2.4192,-10.8288 1.68959,-3.53277 3.87839,-6.60476 6.5664,-9.216 2.68798,-2.68796 5.75998,-4.83835 9.216,-6.4512 3.45597,-1.61275 7.02717,-2.41915 10.7136,-2.4192 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 c 2.38076,1.15205 3.80156,2.18885 4.2624,3.1104 0.46076,0.92165 0.69115,2.18884 0.6912,3.8016 -5e-5,3.99364 -0.99844,7.37284 -2.9952,10.1376 -1.92004,2.68803 -4.37764,4.87683 -7.3728,6.5664 -2.99523,1.68962 -6.22083,2.95682 -9.6768,3.8016 -2.15042,0.46082 -3.95522,0.80642 -5.4144,1.0368 -1.45922,0.23042 -3.03362,0.34562 -4.7232,0.3456 l -0.1152,1.4976 v 1.4976 c -1e-5,1.61282 0.26879,3.03361 0.8064,4.2624 0.69118,1.22881 1.49758,2.07361 2.4192,2.5344 0.99838,0.46081 1.88158,0.72961 2.6496,0.8064 0.76798,0.0768 1.45918,0.19201 2.0736,0.3456 0.46078,10e-6 0.92158,10e-6 1.3824,0 h 1.728 l 4.4928,-0.3456 4.4928,-0.9216 4.4928,-0.9216 c 1.22876,-0.30719 2.07356,-0.46079 2.5344,-0.4608 0.53756,10e-6 1.19036,10e-6 1.9584,0 1.53595,10e-6 2.53435,0.26881 2.9952,0.8064 0.46075,0.53761 0.69115,1.49761 0.6912,2.88 -5e-5,1.76641 -0.99845,3.2256 -2.9952,4.3776 -1.99684,1.0752 -4.14724,1.8816 -6.4512,2.4192 -2.22724,0.5376 -3.91683,0.8832 -5.0688,1.0368 -1.15203,0.2304 -2.38083,0.3456 -3.6864,0.3456 l -6.1056,0.3456 c -2.53442,0 -4.91522,-0.6528 -7.1424,-1.9584 -2.22721,-1.4592 -4.10881,-3.0336 -5.6448,-4.7232 -1.61281,-2.07359 -2.88001,-4.30079 -3.8016,-6.6816 -0.9216,-2.45758 -1.3824,-4.83838 -1.3824,-7.1424 m 22.9248,-20.5056 -1.152,0.1152 -9.6768,9.5616 h 1.152 l 1.8432,0.1152 h 1.728 1.2672 l 4.032,-0.2304 4.3776,-1.152 c 1.53597,-0.76797 2.68797,-1.53597 3.456,-2.304 0.92156,-1.15196 1.38236,-2.57276 1.3824,-4.2624 -0.0768,-0.61436 -0.42244,-1.07516 -1.0368,-1.3824 -0.53763,-0.30716 -1.22883,-0.46076 -2.0736,-0.4608 l -2.304,-0.1152 h -1.2672 l -1.728,0.1152" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3120" - d="m 698.47103,-539.38631 0.1152,-1.728 0.8064,-1.3824 c 0.4608,-0.46079 0.9984,-0.69119 1.6128,-0.6912 h 13.1328 l 1.2672,1.2672 v 1.4976 l 0.1152,1.8432 c -10e-6,1.45921 -0.0384,2.5344 -0.1152,3.2256 -0.0768,0.6912 -0.26881,1.6128 -0.576,2.7648 -0.23041,1.152 -1.26721,2.4192 -3.1104,3.8016 l -2.0736,0.1152 -2.0736,0.1152 c -2.9952,0 -5.2608,-0.8448 -6.7968,-2.5344 -1.536,-1.6128 -2.304,-3.9168 -2.304,-6.912 v -1.3824" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3122" - d="m 719.84603,-588.34631 v -0.9216 c 0,-1.45914 0.2688,-2.34234 0.8064,-2.6496 0.6144,-0.30714 1.5744,-0.46074 2.88,-0.4608 h 2.0736 c 0.9984,0.0769 1.536,0.49926 1.6128,1.2672 0.5376,1.68966 0.9216,3.18726 1.152,4.4928 0.30719,1.30565 0.65279,2.91845 1.0368,4.8384 l 2.6496,10.368 3.2256,10.368 c 1.30559,3.60963 2.61119,6.79682 3.9168,9.5616 l 0.4608,0.6912 0.6912,0.4608 c 4.30078,-7.75677 8.71677,-16.20476 13.248,-25.344 2.45757,-4.60795 4.60796,-8.94715 6.4512,-13.0176 1.84316,-4.14714 3.68636,-8.56313 5.5296,-13.248 v -1.152 c -4e-5,-0.99833 -0.23044,-1.84313 -0.6912,-2.5344 -0.46084,-0.69112 -0.69124,-1.49752 -0.6912,-2.4192 v -0.576 l 0.1152,-0.4608 6.1056,-5.9904 0.576,-0.1152 1.0368,-0.1152 c 1.76635,9e-5 2.95675,0.49929 3.5712,1.4976 0.61435,0.92168 0.92155,2.18888 0.9216,3.8016 v 2.0736 l -0.2304,1.4976 -0.4608,1.3824 -0.6912,1.9584 -2.4192,5.76 -2.9952,7.3728 -2.7648,6.4512 -1.3824,3.2256 -5.4144,10.944 -5.9904,11.6352 -6.336,11.7504 -6.2208,11.2896 c -0.61442,0.8448 -1.22882,1.2672 -1.8432,1.2672 h -2.4192 -2.4192 c -0.84481,-0.1536 -1.42081,-0.576 -1.728,-1.2672 l -0.8064,-2.7648 -0.6912,-3.456 -0.576,-3.3408 -0.3456,-2.5344 -2.5344,-10.1376 -2.88,-10.0224 c -0.6144,-1.84316 -1.1136,-3.37916 -1.4976,-4.608 -0.3072,-1.22876 -0.8064,-3.03356 -1.4976,-5.4144 l -2.4192,-10.5984 -0.1152,-0.8064" /><path - inkscape:connector-curvature="0" - style="font-size:115.19999695px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600" - id="path3124" - d="m 781.04605,-539.38631 0.1152,-1.728 0.8064,-1.3824 c 0.46079,-0.46079 0.99839,-0.69119 1.6128,-0.6912 h 13.1328 l 1.2672,1.2672 v 1.4976 l 0.1152,1.8432 c -2e-5,1.45921 -0.0384,2.5344 -0.1152,3.2256 -0.0768,0.6912 -0.26882,1.6128 -0.576,2.7648 -0.23042,1.152 -1.26722,2.4192 -3.1104,3.8016 l -2.0736,0.1152 -2.0736,0.1152 c -2.99521,0 -5.26081,-0.8448 -6.7968,-2.5344 -1.53601,-1.6128 -2.304,-3.9168 -2.304,-6.912 v -1.3824" /></g><g - aria-label="Digital freedom with youth and education" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.66666794px;line-height:125%;font-family:'Alte DIN 1451 Mittelschrift';-inkscape-font-specification:'Alte DIN 1451 Mittelschrift';letter-spacing:0px;word-spacing:0px;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - id="text181"><path - d="m 354.72958,218.71174 0.04,-0.32 2.48,-2.64 3.28,-3.28 3.44,-3.6 q 1.76,-1.88 3.16,-3.72 1.4,-1.84 2.24,-3.52 0.84,-1.68 0.84,-3.04 -0.04,-0.28 -0.36,-0.44 -0.28,-0.16 -0.64,-0.16 h -0.76 -0.44 -1.56 l -1.52,0.12 -1.8,0.12 -1.52,0.16 -0.6,0.04 -4.56,16.64 q -0.16,0.52 -0.6,1.12 -0.44,0.6 -1.08,0.6 -0.56,-0.08 -0.76,-0.2 l -0.36,-0.52 q -0.16,-0.32 -0.16,-0.68 l -0.04,-0.72 v -0.64 l 0.08,-0.64 0.56,-1.8 0.88,-2.76 0.88,-2.76 0.6,-1.84 q 0.16,-0.32 0.28,-1.16 l 0.36,-1.92 0.44,-2.2 0.48,-2.08 0.48,-1.56 q 0.2,-0.4 0.36,-0.6 0.04,0 0.08,-0.04 h 11.24 q 0.48,0 1.04,0.36 0.6,0.36 1.08,0.84 0.48,0.44 0.84,1.08 0.4,0.6 0.4,1.08 0,1.16 -0.52,2.48 -0.48,1.28 -1.12,2.36 -0.76,1.28 -1.48,2.32 l -1.48,1.96 -1.28,1.48 -2,2.2 -2.36,2.6 -2.32,2.6 -2,2.2 q -0.56,0.56 -0.8,0.84 -0.24,0.28 -0.48,0.6 l -0.32,0.32 -0.2,0.12 h -0.32 -0.6 l -1.16,-0.16 q -0.36,-0.2 -0.36,-0.92 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path988" /><path - d="m 375.1702,206.83174 q 0.08,-0.32 0.36,-0.6 0.32,-0.28 0.76,-0.4 0.44,-0.12 0.92,0.08 0.48,0.2 0.88,0.92 v 11.6 q 0,0.48 -0.4,0.72 l -0.76,0.16 h -0.48 l -0.24,0.04 -0.44,-0.04 -0.44,-0.12 -0.16,-0.32 z m 0.36,-5.96 q -0.04,-0.28 -0.04,-0.72 0,-1.12 0.56,-1.48 0.32,-0.2 0.64,-0.2 0.44,0 1.12,0.48 v 0.52 q 0,0.28 -0.08,0.68 0,0.4 -0.24,0.64 -0.24,0.24 -0.72,0.36 l -1.2,0.04 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path990" /><path - d="m 377.93831,229.79174 q 1.04,0 1.76,0.24 l 1.36,0.56 q 0.36,0.2 0.64,0.32 0.32,0.12 0.92,0.28 0.6,0.2 1.56,0.2 h 0.4 l 0.64,-0.04 h 0.6 0.44 q 0.88,-0.92 1.24,-2.2 0.2,-0.56 0.32,-1.24 0.16,-0.64 0.16,-1.44 v -2.8 l -0.04,-2.56 v -2.72 l -1.2,0.36 q -0.4,0.08 -0.64,0.08 h -0.48 q -1.08,0 -2,-0.44 -0.92,-0.48 -1.52,-1.24 -0.6,-0.76 -0.96,-1.68 -0.32,-0.92 -0.32,-1.84 0,-1.36 0.48,-2.68 0.36,-0.84 0.68,-1.4 0.32,-0.6 0.72,-1.12 0.96,-1.16 2.16,-1.84 1.24,-0.72 2.64,-0.72 1.28,0 2.36,0.6 1.08,0.6 1.84,1.52 v 2.72 l -0.04,3.48 -0.08,3.32 -0.12,3.44 -0.2,3.72 -0.32,2.6 q -0.24,1.56 -0.72,3.08 -0.36,0.92 -0.68,1.56 -0.32,0.64 -0.72,1.2 -0.84,1.2 -2.16,1.56 h -0.44 -0.68 l -0.72,0.04 h -0.44 l -2.56,-0.16 q -0.68,-0.12 -1.16,-0.28 -0.48,-0.16 -0.88,-0.4 -0.88,-0.52 -1.36,-1.52 -0.48,-1 -0.48,-2.56 z m 10.56,-20.88 q -0.96,0 -1.64,0.2 -0.68,0.2 -0.92,0.32 -0.92,0.52 -1.32,1.28 -0.36,0.76 -0.48,1.28 -0.08,0.52 -0.12,1 l -0.12,2.68 1.68,0.04 q 0.8,0 1.36,-0.12 0.64,-0.24 1,-0.72 0.4,-0.52 0.4,-1.48 l 0.04,-0.88 0.04,-1.36 0.04,-1.36 0.04,-0.88 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path992" /><path - d="m 393.2952,206.83174 q 0.08,-0.32 0.36,-0.6 0.32,-0.28 0.76,-0.4 0.44,-0.12 0.92,0.08 0.48,0.2 0.88,0.92 v 11.6 q 0,0.48 -0.4,0.72 l -0.76,0.16 h -0.48 l -0.24,0.04 -0.44,-0.04 -0.44,-0.12 -0.16,-0.32 z m 0.36,-5.96 q -0.04,-0.28 -0.04,-0.72 0,-1.12 0.56,-1.48 0.32,-0.2 0.64,-0.2 0.44,0 1.12,0.48 v 0.52 q 0,0.28 -0.08,0.68 0,0.4 -0.24,0.64 -0.24,0.24 -0.72,0.36 l -1.2,0.04 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path994" /><path - d="m 402.70833,218.19174 0.04,-0.2 2.48,-10.8 h -7.48 v -2.52 q 0.04,-0.4 0.52,-0.4 l 1.32,-0.04 h 1.8 q 1,0 1.92,-0.24 0.96,-0.24 1.72,-0.84 0.76,-0.6 1.04,-1.8 l 0.44,-1.24 q 0.24,-0.48 1.04,-0.48 0.6,0 0.96,0.4 0.36,0.36 0.48,0.88 0.2,0.48 0.28,1.12 l 0.16,0.96 1.04,0.08 1.64,0.12 1.64,0.12 1.08,0.12 q 0.84,0.12 1.24,0.44 0.44,0.28 0.44,1 l -0.12,0.52 -0.24,0.56 -0.4,0.44 q -0.28,0.16 -0.52,0.16 h -6.48 l -3.28,13.12 h -2.32 l -0.24,-0.16 -0.12,-0.36 -0.08,-0.4 v -0.32 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path996" /><path - d="m 419.9233,218.15174 -0.88,0.28 -0.88,0.32 -0.92,0.12 q -1.04,0 -2.16,-0.44 -1.16,-0.56 -2,-1.28 -0.84,-0.76 -1.36,-1.76 -0.52,-1 -0.52,-2.16 0,-1.48 0.72,-2.6 0.76,-1.16 1.96,-1.92 1.2,-0.76 2.56,-1.12 1.36,-0.4 2.68,-0.4 l 1.56,0.12 1.48,0.2 1.52,0.16 1.68,-0.04 q 0.44,0.12 0.56,0.32 0.24,0.24 0.24,0.48 0.08,0.2 0.08,0.6 v 0.56 q 0,1.12 -0.36,1.92 -0.32,0.76 -1.36,1.12 l -0.04,0.84 v 0.8 q 0,1 0.24,1.76 0.24,0.76 0.24,1.64 0,0.92 -0.8,1.32 -0.76,0.36 -1.52,0.36 h -0.52 l -0.52,-0.08 q 0.04,-0.16 0.04,-0.44 0,-0.44 -0.2,-0.64 -0.2,-0.2 -0.6,-0.2 z m -5.36,-4.48 0.2,0.84 0.4,0.72 q 0.24,0.28 0.6,0.28 h 3.76 q 0.64,-0.04 0.96,-0.56 0.32,-0.56 0.44,-1.2 0.24,-0.72 0.24,-1.32 l 0.04,-0.88 v -0.2 l -0.4,-0.4 -0.44,-0.44 h -2.08 l -1.48,0.08 q -0.64,0 -1.2,0.32 -0.56,0.28 -0.84,0.72 -0.28,0.56 -0.28,1.4 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path998" /><path - d="m 427.74833,218.43174 v -0.44 l 0.04,-0.48 q 0,-0.48 0.08,-0.76 l 0.16,-0.76 0.12,-0.48 v -14.56 -0.64 l 0.12,-1.08 0.28,-1.16 q 0.12,-0.56 0.44,-0.88 h 0.52 l 0.52,-0.04 h 0.24 0.52 l 0.48,0.12 q 0.24,0.08 0.24,0.32 v 19.56 q 0,1.12 -0.52,2.04 -0.52,0.88 -1.56,0.88 -1.68,0 -1.68,-1.64 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1000" /><path - d="m 456.45895,211.79174 q -0.32,-0.12 -1,-0.2 l -1.12,-0.24 q -0.56,-0.24 -0.88,-0.52 -0.36,-0.44 -0.36,-0.92 0,-0.48 0.24,-0.8 0.24,-0.32 0.56,-0.48 0.32,-0.2 0.88,-0.36 l 0.84,-0.24 q 0.4,-1.84 1,-3.76 0.36,-1.12 0.8,-2.12 0.48,-1.04 0.96,-1.84 1.08,-1.84 2.72,-3.08 1.68,-1.28 3.92,-1.28 0.8,0 1.36,0.36 0.56,0.32 0.56,1.12 -0.08,0.64 -0.56,0.96 l -1.4,0.68 -1.8,0.84 q -0.96,0.48 -1.8,1.44 -0.84,0.96 -1.36,2.48 -0.32,0.8 -0.44,1.76 -0.12,0.92 -0.12,2.16 l 1.24,-0.04 q 0.16,0 0.48,-0.04 0.24,0 0.76,0.12 0.56,0.08 0.88,0.44 0.36,0.32 0.36,1.08 0,0.68 -0.32,1.12 -0.32,0.44 -0.76,0.64 -0.44,0.16 -1.08,0.24 l -1.2,0.04 v 1 l 0.04,1.52 -0.04,1.48 v 1 l -0.08,0.24 -0.12,0.48 -0.12,0.52 -0.12,0.44 -0.24,0.76 -0.16,0.48 h -2.52 v -7.48 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1002" /><path - d="m 470.39455,202.15174 q 0.72,0 0.88,0.28 0.16,0.28 0.16,0.96 0,0.72 -0.24,1.36 -0.2,0.6 -0.2,1.4 v 0.2 q 0.56,-0.52 1.36,-1 0.44,-0.32 0.84,-0.52 0.44,-0.24 0.84,-0.4 0.96,-0.48 1.8,-0.72 0.88,-0.28 1.64,-0.28 l 0.88,0.16 0.88,0.44 q 0.52,0.4 0.76,0.76 0.24,0.32 0.24,0.72 0,0.8 -0.88,1.24 -1.6,0 -2.72,0.16 -1.12,0.12 -2.04,0.52 -2,0.88 -3.4,2.52 -0.76,0.88 -1.28,1.8 -0.52,0.92 -0.96,2.04 -0.44,1.12 -0.76,2.32 -0.32,1.2 -0.52,2.32 -0.28,0.68 -0.64,0.8 -0.32,0.08 -1,0.08 l -0.24,0.04 -0.44,-0.04 -0.44,-0.12 q -0.08,-0.08 -0.16,-0.32 v -4.2 l 0.2,-0.6 0.6,-1.6 0.8,-2.2 0.92,-2.48 0.88,-2.36 0.76,-2 0.52,-0.96 q 0.28,-0.32 0.96,-0.32 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1004" /><path - d="m 479.61705,213.39174 q 0,-1.96 0.84,-3.76 0.88,-1.84 2.28,-3.2 1.4,-1.4 3.2,-2.24 1.8,-0.84 3.72,-0.84 h 0.4 l 0.64,0.04 h 0.6 0.44 q 1.24,0.6 1.48,1.08 0.24,0.48 0.24,1.32 0,2.08 -1.04,3.52 -1,1.4 -2.56,2.28 -1.56,0.88 -3.36,1.32 -1.12,0.24 -1.88,0.36 -0.76,0.12 -1.64,0.12 l -0.04,0.52 v 0.52 q 0,0.84 0.28,1.48 0.36,0.64 0.84,0.88 0.52,0.24 0.92,0.28 0.4,0.04 0.72,0.12 0.24,0 0.48,0 h 0.6 l 1.56,-0.12 1.56,-0.32 1.56,-0.32 q 0.64,-0.16 0.88,-0.16 0.28,0 0.68,0 0.8,0 1.04,0.28 0.24,0.28 0.24,1 0,0.92 -1.04,1.52 -1.04,0.56 -2.24,0.84 -1.16,0.28 -1.76,0.36 -0.6,0.12 -1.28,0.12 l -2.12,0.12 q -1.32,0 -2.48,-0.68 -1.16,-0.76 -1.96,-1.64 -0.84,-1.08 -1.32,-2.32 -0.48,-1.28 -0.48,-2.48 z m 7.96,-7.12 -0.4,0.04 -3.36,3.32 h 0.4 l 0.64,0.04 h 0.6 0.44 l 1.4,-0.08 1.52,-0.4 q 0.8,-0.4 1.2,-0.8 0.48,-0.6 0.48,-1.48 -0.04,-0.32 -0.36,-0.48 -0.28,-0.16 -0.72,-0.16 l -0.8,-0.04 h -0.44 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1006" /><path - d="m 495.83333,213.39174 q 0,-1.96 0.84,-3.76 0.88,-1.84 2.28,-3.2 1.4,-1.4 3.2,-2.24 1.8,-0.84 3.72,-0.84 h 0.4 l 0.64,0.04 h 0.6 0.44 q 1.24,0.6 1.48,1.08 0.24,0.48 0.24,1.32 0,2.08 -1.04,3.52 -1,1.4 -2.56,2.28 -1.56,0.88 -3.36,1.32 -1.12,0.24 -1.88,0.36 -0.76,0.12 -1.64,0.12 l -0.04,0.52 v 0.52 q 0,0.84 0.28,1.48 0.36,0.64 0.84,0.88 0.52,0.24 0.92,0.28 0.4,0.04 0.72,0.12 0.24,0 0.48,0 h 0.6 l 1.56,-0.12 1.56,-0.32 1.56,-0.32 q 0.64,-0.16 0.88,-0.16 0.28,0 0.68,0 0.8,0 1.04,0.28 0.24,0.28 0.24,1 0,0.92 -1.04,1.52 -1.04,0.56 -2.24,0.84 -1.16,0.28 -1.76,0.36 -0.6,0.12 -1.28,0.12 l -2.12,0.12 q -1.32,0 -2.48,-0.68 -1.16,-0.76 -1.96,-1.64 -0.84,-1.08 -1.32,-2.32 -0.48,-1.28 -0.48,-2.48 z m 7.96,-7.12 -0.4,0.04 -3.36,3.32 h 0.4 l 0.64,0.04 h 0.6 0.44 l 1.4,-0.08 1.52,-0.4 q 0.8,-0.4 1.2,-0.8 0.48,-0.6 0.48,-1.48 -0.04,-0.32 -0.36,-0.48 -0.28,-0.16 -0.72,-0.16 l -0.8,-0.04 h -0.44 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1008" /><path - d="m 512.32333,215.51174 q -0.2,-0.8 -0.2,-1.44 0,-0.64 0.12,-1.32 0.36,-1.56 1.04,-2.92 0.72,-1.4 1.6,-2.48 1.04,-1.24 2,-2 l 0.44,-0.08 0.72,-0.28 0.76,-0.2 0.44,-0.16 q 0.72,-0.24 1.08,-0.28 0.36,-0.04 1.08,-0.04 0.56,-0.04 1.08,-0.12 0.52,-0.12 1.04,-0.2 l 0.12,-0.04 2.24,-11.48 2.2,-0.64 0.28,1.24 0.08,0.92 -0.08,0.96 -0.2,1.2 -0.36,2 -0.48,3.04 -0.6,3.56 -0.6,3.6 -0.52,3.08 -0.32,2 q 0,0.16 -0.04,0.48 0,0.28 0.08,1 0.2,0.76 0.2,1.8 0,0.36 -0.04,0.88 -0.04,0.48 -0.12,0.72 -0.32,0.72 -1.12,0.96 l -6.28,0.84 q -0.16,0.04 -0.44,0.04 -0.6,0 -1.2,-0.28 -0.96,-0.52 -1.72,-1.16 -0.92,-0.88 -1.56,-1.68 -0.6,-0.8 -0.72,-1.52 z m 3.36,-0.24 0.36,0.8 0.44,0.68 q 0.28,0.28 0.6,0.2 l 4.68,-0.44 1.32,-9 -5.04,0.56 q -0.8,0.24 -1.36,1.04 -0.52,0.76 -0.84,1.72 -0.32,0.96 -0.44,2.16 v 0.52 q 0,0.68 0.12,1.24 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1010" /><path - d="m 528.25459,214.47174 q 0,-2.4 0.68,-4.44 0.68,-2.08 2,-3.76 1.36,-1.68 3.32,-2.68 1.96,-1 4.28,-1 0.76,0 1.68,0.52 0.96,0.52 1.72,1.28 0.76,0.72 1.28,1.6 0.52,0.88 0.52,1.56 0,1.24 -0.52,2.6 -0.48,1.36 -1.36,2.72 -0.84,1.36 -1.96,2.56 -1.12,1.2 -2.48,2.2 -1.2,0.88 -2.6,1.48 -1.36,0.56 -2.56,0.56 -1,0 -1.76,-0.48 -0.76,-0.48 -1.28,-1.24 -0.48,-0.76 -0.72,-1.68 -0.24,-0.96 -0.24,-1.8 z m 3.36,1.44 q 0.04,0.4 0.52,0.44 h 0.72 q 1.2,0 2.52,-0.8 1.36,-0.84 2.52,-2.16 1.16,-1.32 1.96,-2.76 0.4,-0.72 0.64,-1.32 0.24,-0.6 0.36,-1.24 0.12,-0.68 0.12,-0.88 0,-0.64 -0.32,-1.2 -0.32,-0.56 -1.88,-0.56 l -3.8,0.48 q -0.44,0.04 -1,0.6 -0.4,0.48 -0.8,1.24 -0.36,0.72 -0.68,1.8 l -0.52,1.8 -0.32,1.6 -0.08,1.08 v 0.4 0.56 l 0.04,0.56 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1012" /><path - d="m 553.64645,217.99174 q 0,-1.4 0.24,-2.72 l 0.6,-2.68 0.6,-2.68 q 0.28,-1.28 0.28,-2.76 v -0.32 l -0.04,-0.48 v -0.52 -0.36 q -0.92,0.76 -1.64,2 -0.4,0.72 -0.64,1.28 -0.24,0.52 -0.64,1.48 l -1.08,3.04 -1.08,2.8 q -0.64,1.32 -1.28,2.08 -0.64,0.76 -1.52,0.76 -1,0 -1.56,-0.68 -0.56,-0.68 -0.56,-1.68 v -0.24 l 0.12,-1.8 0.16,-2.32 q 0.2,-1.4 0.2,-2.44 l 0.16,-2.24 0.12,-1.64 0.08,-0.8 0.12,-1 0.28,-1.12 q 0.24,-0.56 0.56,-0.88 0.32,-0.36 0.92,-0.36 h 0.24 l 0.32,0.04 q 0.2,0 0.28,0.08 0.12,0.08 0.2,0.32 v 9.16 l 1.12,-2.48 q 0.56,-1.16 0.8,-1.6 0.4,-0.76 0.88,-1.48 0.48,-0.76 0.96,-1.36 0.48,-0.64 1.04,-1.2 1.16,-1.08 2.28,-1.08 0.92,0 1.4,0.6 0.48,0.6 0.72,1.4 0.28,0.76 0.28,1.64 l 0.08,1.4 q 0.76,-0.6 1.36,-1.36 l 1.2,-1.52 q 0.72,-0.8 1.44,-1.28 0.76,-0.48 1.92,-0.48 1,0 1.6,0.6 0.64,0.6 1,1.4 0.4,0.8 0.48,1.44 0.08,0.64 0.2,1.2 0,0.4 0,0.76 l -0.04,1.48 -0.16,2.36 -0.32,2.72 q -0.16,1.4 -0.52,2.64 -0.36,1.2 -0.76,1.92 -0.36,0.68 -0.96,0.68 l -0.84,-0.12 q -0.36,-0.2 -0.6,-0.76 v -1.48 -1.44 l 0.16,-0.92 0.28,-1.6 0.28,-1.56 0.12,-0.92 v -1.04 q -0.08,-0.48 -0.08,-0.8 0,-0.32 0,-0.72 l -0.08,-1.52 -0.04,-1.04 -0.52,-0.2 q -0.16,-0.08 -0.52,-0.12 -0.64,0.36 -1.44,1.48 -0.6,0.76 -0.88,1.2 -0.12,0.2 -0.76,1.32 -0.2,0.36 -0.6,1 -0.36,0.64 -0.8,1.56 -0.4,0.92 -0.6,1.4 -0.2,0.48 -0.32,0.8 -0.08,0.28 -0.16,0.68 -0.08,0.4 -0.08,0.8 -0.12,0.96 -0.16,1.24 -0.04,0.24 -0.16,0.72 -0.24,1.04 -0.68,1.76 -0.44,0.68 -1.28,0.68 -0.44,-0.08 -0.68,-0.2 l -0.52,-0.52 -0.36,-0.68 -0.12,-0.72 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1014" /><path - d="m 591.38895,205.47174 0.6,0.08 0.48,0.28 q 0.24,0.2 0.24,0.52 v 8.76 q 0.08,0.64 0.28,0.76 0.2,0.12 0.56,0.12 1.04,0 1.68,-0.6 0.64,-0.6 1,-1.44 0.36,-0.84 0.64,-1.96 l 0.56,-1.92 q 0.36,-0.92 0.8,-1.48 0.44,-0.6 1.16,-0.6 l 0.8,0.2 q 0.44,0.24 0.44,0.68 v 5.8 q 0,0.64 0.24,0.76 0.24,0.12 0.76,0.12 1.2,0 2.2,-0.88 1,-0.88 1.76,-2.28 0.8,-1.4 1.32,-2.92 l 1.08,-2.92 0.92,-2.24 q 0.48,-0.92 0.88,-0.92 l 0.64,0.08 0.64,0.4 v 1.44 q 0,1.64 -0.84,4.04 -0.84,2.36 -2.08,4.24 -1.44,2.12 -3.12,3.52 -1.64,1.36 -3.56,1.36 -0.76,0 -1.28,-0.24 -0.52,-0.28 -0.96,-0.64 l -0.72,-0.6 q -0.32,-0.28 -0.8,-0.28 -0.68,0 -1.2,0.4 l -1.08,0.92 q -0.52,0.52 -1.16,0.92 -0.6,0.36 -1.32,0.36 -0.84,0 -1.52,-0.44 -0.64,-0.48 -1.12,-1.12 -0.24,-0.36 -0.4,-0.72 -0.16,-0.36 -0.28,-0.76 -0.24,-0.92 -0.24,-1.6 v -8.72 q 0,-0.24 0.24,-0.36 0.28,-0.12 0.52,-0.12 h 0.52 0.24 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1016" /><path - d="m 612.6702,206.83174 q 0.08,-0.32 0.36,-0.6 0.32,-0.28 0.76,-0.4 0.44,-0.12 0.92,0.08 0.48,0.2 0.88,0.92 v 11.6 q 0,0.48 -0.4,0.72 l -0.76,0.16 h -0.48 l -0.24,0.04 -0.44,-0.04 -0.44,-0.12 -0.16,-0.32 z m 0.36,-5.96 q -0.04,-0.28 -0.04,-0.72 0,-1.12 0.56,-1.48 0.32,-0.2 0.64,-0.2 0.44,0 1.12,0.48 v 0.52 q 0,0.28 -0.08,0.68 0,0.4 -0.24,0.64 -0.24,0.24 -0.72,0.36 l -1.2,0.04 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1018" /><path - d="m 622.08333,218.19174 0.04,-0.2 2.48,-10.8 h -7.48 v -2.52 q 0.04,-0.4 0.52,-0.4 l 1.32,-0.04 h 1.8 q 1,0 1.92,-0.24 0.96,-0.24 1.72,-0.84 0.76,-0.6 1.04,-1.8 l 0.44,-1.24 q 0.24,-0.48 1.04,-0.48 0.6,0 0.96,0.4 0.36,0.36 0.48,0.88 0.2,0.48 0.28,1.12 l 0.16,0.96 1.04,0.08 1.64,0.12 1.64,0.12 1.08,0.12 q 0.84,0.12 1.24,0.44 0.44,0.28 0.44,1 l -0.12,0.52 -0.24,0.56 -0.4,0.44 q -0.28,0.16 -0.52,0.16 h -6.48 l -3.28,13.12 h -2.32 l -0.24,-0.16 -0.12,-0.36 -0.08,-0.4 v -0.32 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1020" /><path - d="m 646.59583,218.91174 q 0,-0.32 0,-0.84 0.04,-0.56 0.2,-1.68 l 0.44,-2.52 0.44,-2.52 q 0.12,-0.64 0.16,-1.28 0.04,-0.68 0.04,-1.28 l -0.08,-1.4 q -0.04,-0.56 -0.36,-1.52 h -0.2 q -0.44,0 -1.36,0.24 -0.88,0.24 -1.8,0.72 -0.44,0.2 -0.92,0.52 -0.44,0.32 -0.72,0.56 -0.72,0.6 -0.84,1.32 l -1.24,7.48 q -0.32,1.32 -1.48,1.32 l -0.88,-0.12 q -0.32,-0.16 -0.56,-0.76 v -1.48 l 0.08,-2.76 0.32,-4.08 0.52,-4.64 q 0.24,-1.6 0.4,-2.48 0.16,-0.88 0.36,-1.84 0.48,-2.04 1.04,-3.24 0.56,-1.2 1.24,-1.2 l 0.6,0.04 q 0.4,0.04 0.44,0.4 v 0.44 0.6 l 0.04,0.64 v 0.4 q 0,1.16 -0.04,1.68 -0.04,0.52 -0.2,1.8 -0.12,1.28 -0.12,3.12 0.52,0 0.72,-0.04 0.2,-0.04 0.68,-0.16 l 1.36,-0.4 1.36,-0.44 q 0.64,-0.2 1.48,-0.2 1.2,0 1.8,0.48 0.68,0.44 0.92,1.16 0.36,0.8 0.36,1.64 l 0.04,1.8 v 1.68 l -0.08,2.44 -0.2,2.8 q -0.16,1.4 -0.52,2.56 -0.32,1.16 -0.84,1.88 -0.52,0.76 -1.32,0.76 -0.72,0 -1,-0.48 -0.28,-0.48 -0.28,-1.12 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1022" /><path - d="m 672.3177,229.79174 0.12,-0.48 0.28,-0.56 0.48,-0.76 0.6,-0.92 1.08,-1.56 1.04,-1.6 0.6,-0.92 0.72,-1.28 0.84,-1.6 0.68,-1.4 0.28,-0.72 v -1.24 l -1.8,-2.36 q -0.56,-0.72 -1.08,-1.44 -0.52,-0.76 -0.92,-1.36 -0.52,-0.76 -0.92,-1.48 -0.4,-0.76 -0.72,-1.52 -0.64,-1.56 -0.64,-3.08 h 1.88 l 5.84,8.76 h 0.44 l 0.16,-0.24 0.36,-0.56 0.4,-0.68 0.32,-0.6 0.68,-1.4 1,-2.12 0.96,-2.16 0.68,-1.4 q 0.12,-0.44 0.52,-0.44 l 0.72,-0.04 q 0.72,0 1,0.2 0.32,0.2 0.32,0.96 l -0.04,0.32 v 0.24 l -9.6,19.16 q -0.48,0.68 -0.96,1.68 -0.44,1.08 -1.08,2.08 -0.56,1 -1.32,1.76 -0.76,0.76 -1.6,0.76 -0.84,0 -1.08,-0.24 -0.24,-0.24 -0.24,-1.08 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1024" /><path - d="m 688.69084,214.47174 q 0,-2.4 0.68,-4.44 0.68,-2.08 2,-3.76 1.36,-1.68 3.32,-2.68 1.96,-1 4.28,-1 0.76,0 1.68,0.52 0.96,0.52 1.72,1.28 0.76,0.72 1.28,1.6 0.52,0.88 0.52,1.56 0,1.24 -0.52,2.6 -0.48,1.36 -1.36,2.72 -0.84,1.36 -1.96,2.56 -1.12,1.2 -2.48,2.2 -1.2,0.88 -2.6,1.48 -1.36,0.56 -2.56,0.56 -1,0 -1.76,-0.48 -0.76,-0.48 -1.28,-1.24 -0.48,-0.76 -0.72,-1.68 -0.24,-0.96 -0.24,-1.8 z m 3.36,1.44 q 0.04,0.4 0.52,0.44 h 0.72 q 1.2,0 2.52,-0.8 1.36,-0.84 2.52,-2.16 1.16,-1.32 1.96,-2.76 0.4,-0.72 0.64,-1.32 0.24,-0.6 0.36,-1.24 0.12,-0.68 0.12,-0.88 0,-0.64 -0.32,-1.2 -0.32,-0.56 -1.88,-0.56 l -3.8,0.48 q -0.44,0.04 -1,0.6 -0.4,0.48 -0.8,1.24 -0.36,0.72 -0.68,1.8 l -0.52,1.8 -0.32,1.6 -0.08,1.08 v 0.4 0.56 l 0.04,0.56 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1026" /><path - d="m 705.7152,212.03174 v -1.84 l 0.16,-1.96 q 0.2,-1.04 0.48,-1.8 0.4,-0.84 0.92,-1.32 0.56,-0.48 1.48,-0.48 0.64,0.04 0.92,0.44 0.32,0.36 0.32,0.96 0,1 -0.12,1.96 -0.12,0.96 -0.32,1.84 -0.44,1.76 -0.44,3.8 l -0.04,0.88 0.08,0.92 q 0.12,0.48 0.36,0.72 0.24,0.24 0.8,0.24 1.56,0 2.52,-0.96 0.96,-0.96 1.44,-2.32 0.6,-1.44 0.84,-3 l 0.6,-3.04 q 0.36,-1.4 0.72,-2.32 0.48,-0.96 1.24,-0.96 0.72,0 1.08,0.48 0.4,0.44 0.4,1.2 0,0.56 -0.08,1.2 -0.08,0.64 -0.2,1.36 -0.28,1.48 -0.84,3.08 -0.52,1.56 -1.32,3.12 -0.56,1.04 -0.84,1.48 -0.4,0.64 -0.92,1.28 -1.08,1.28 -2.32,2 -1.2,0.68 -2.48,0.68 -1.16,0 -2,-0.6 -0.84,-0.6 -1.4,-1.52 -0.52,-0.96 -0.76,-2.08 -0.24,-1.16 -0.24,-2.04 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1028" /><path - d="m 725.67708,218.19174 0.04,-0.2 2.48,-10.8 h -7.48 v -2.52 q 0.04,-0.4 0.52,-0.4 l 1.32,-0.04 h 1.8 q 1,0 1.92,-0.24 0.96,-0.24 1.72,-0.84 0.76,-0.6 1.04,-1.8 l 0.44,-1.24 q 0.24,-0.48 1.04,-0.48 0.6,0 0.96,0.4 0.36,0.36 0.48,0.88 0.2,0.48 0.28,1.12 l 0.16,0.96 1.04,0.08 1.64,0.12 1.64,0.12 1.08,0.12 q 0.84,0.12 1.24,0.44 0.44,0.28 0.44,1 l -0.12,0.52 -0.24,0.56 -0.4,0.44 q -0.28,0.16 -0.52,0.16 h -6.48 l -3.28,13.12 h -2.32 l -0.24,-0.16 -0.12,-0.36 -0.08,-0.4 v -0.32 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1030" /><path - d="m 750.18958,218.91174 q 0,-0.32 0,-0.84 0.04,-0.56 0.2,-1.68 l 0.44,-2.52 0.44,-2.52 q 0.12,-0.64 0.16,-1.28 0.04,-0.68 0.04,-1.28 l -0.08,-1.4 q -0.04,-0.56 -0.36,-1.52 h -0.2 q -0.44,0 -1.36,0.24 -0.88,0.24 -1.8,0.72 -0.44,0.2 -0.92,0.52 -0.44,0.32 -0.72,0.56 -0.72,0.6 -0.84,1.32 l -1.24,7.48 q -0.32,1.32 -1.48,1.32 l -0.88,-0.12 q -0.32,-0.16 -0.56,-0.76 v -1.48 l 0.08,-2.76 0.32,-4.08 0.52,-4.64 q 0.24,-1.6 0.4,-2.48 0.16,-0.88 0.36,-1.84 0.48,-2.04 1.04,-3.24 0.56,-1.2 1.24,-1.2 l 0.6,0.04 q 0.4,0.04 0.44,0.4 v 0.44 0.6 l 0.04,0.64 v 0.4 q 0,1.16 -0.04,1.68 -0.04,0.52 -0.2,1.8 -0.12,1.28 -0.12,3.12 0.52,0 0.72,-0.04 0.2,-0.04 0.68,-0.16 l 1.36,-0.4 1.36,-0.44 q 0.64,-0.2 1.48,-0.2 1.2,0 1.8,0.48 0.68,0.44 0.92,1.16 0.36,0.8 0.36,1.64 l 0.04,1.8 v 1.68 l -0.08,2.44 -0.2,2.8 q -0.16,1.4 -0.52,2.56 -0.32,1.16 -0.84,1.88 -0.52,0.76 -1.32,0.76 -0.72,0 -1,-0.48 -0.28,-0.48 -0.28,-1.12 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1032" /><path - d="m 784.67145,218.15174 -0.88,0.28 -0.88,0.32 -0.92,0.12 q -1.04,0 -2.16,-0.44 -1.16,-0.56 -2,-1.28 -0.84,-0.76 -1.36,-1.76 -0.52,-1 -0.52,-2.16 0,-1.48 0.72,-2.6 0.76,-1.16 1.96,-1.92 1.2,-0.76 2.56,-1.12 1.36,-0.4 2.68,-0.4 l 1.56,0.12 1.48,0.2 1.52,0.16 1.68,-0.04 q 0.44,0.12 0.56,0.32 0.24,0.24 0.24,0.48 0.08,0.2 0.08,0.6 v 0.56 q 0,1.12 -0.36,1.92 -0.32,0.76 -1.36,1.12 l -0.04,0.84 v 0.8 q 0,1 0.24,1.76 0.24,0.76 0.24,1.64 0,0.92 -0.8,1.32 -0.76,0.36 -1.52,0.36 h -0.52 l -0.52,-0.08 q 0.04,-0.16 0.04,-0.44 0,-0.44 -0.2,-0.64 -0.2,-0.2 -0.6,-0.2 z m -5.36,-4.48 0.2,0.84 0.4,0.72 q 0.24,0.28 0.6,0.28 h 3.76 q 0.64,-0.04 0.96,-0.56 0.32,-0.56 0.44,-1.2 0.24,-0.72 0.24,-1.32 l 0.04,-0.88 v -0.2 l -0.4,-0.4 -0.44,-0.44 h -2.08 l -1.48,0.08 q -0.64,0 -1.2,0.32 -0.56,0.28 -0.84,0.72 -0.28,0.56 -0.28,1.4 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1034" /><path - d="m 792.71395,218.19174 -0.12,-1.08 q -0.08,-0.36 -0.08,-1 v -1.16 -1.12 l 0.04,-1.36 q 0,-0.2 0.08,-0.6 0,-0.32 0,-0.64 v -0.8 q 0,-0.24 0.04,-0.76 0.04,-0.52 0.04,-0.76 v -0.92 q 0,-0.32 0.04,-0.84 0.04,-0.52 0.04,-0.72 v -0.84 l 0.08,-2.04 0.04,-1.36 q 0.28,-0.64 0.6,-0.76 l 0.84,-0.12 q 0.84,0 1.08,0.44 0.28,0.44 0.4,1.24 l 0.12,0.92 0.12,1.4 0.12,1.4 0.08,0.88 q 1.8,-3.12 4.56,-5.4 l 0.64,-0.04 0.6,-0.04 q 1.16,0 1.84,0.8 0.72,0.76 1.08,1.92 0.24,0.68 0.36,1.4 0.16,0.68 0.16,1.28 0,0.52 0.04,1.48 0.04,0.96 0.04,1.44 l -0.08,2.68 -0.08,1.96 v 2.92 q -0.12,0.44 -0.48,0.44 h -0.6 q -0.92,0 -1.4,-0.72 -0.44,-0.72 -0.6,-1.6 -0.24,-0.96 -0.24,-1.8 l -0.04,-1.32 -0.12,-1.48 -0.12,-2.24 -0.12,-2.24 -0.04,-1.52 -0.2,-0.04 q -0.36,0 -0.84,0.52 -0.48,0.48 -0.8,1 l -0.72,1.16 -0.36,0.68 -0.32,0.68 -0.52,0.96 -0.48,1 -0.36,0.68 -0.32,0.76 -0.4,0.96 -0.36,0.8 -0.16,0.4 -0.04,1.24 -0.04,1.68 q -0.12,0.92 -0.44,1.52 -0.32,0.6 -1.08,0.6 h -0.32 -0.44 l -0.36,-0.16 q -0.08,-0.04 -0.2,-0.28 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1036" /><path - d="m 807.2452,215.51174 q -0.2,-0.8 -0.2,-1.44 0,-0.64 0.12,-1.32 0.36,-1.56 1.04,-2.92 0.72,-1.4 1.6,-2.48 1.04,-1.24 2,-2 l 0.44,-0.08 0.72,-0.28 0.76,-0.2 0.44,-0.16 q 0.72,-0.24 1.08,-0.28 0.36,-0.04 1.08,-0.04 0.56,-0.04 1.08,-0.12 0.52,-0.12 1.04,-0.2 l 0.12,-0.04 2.24,-11.48 2.2,-0.64 0.28,1.24 0.08,0.92 -0.08,0.96 -0.2,1.2 -0.36,2 -0.48,3.04 -0.6,3.56 -0.6,3.6 -0.52,3.08 -0.32,2 q 0,0.16 -0.04,0.48 0,0.28 0.08,1 0.2,0.76 0.2,1.8 0,0.36 -0.04,0.88 -0.04,0.48 -0.12,0.72 -0.32,0.72 -1.12,0.96 l -6.28,0.84 q -0.16,0.04 -0.44,0.04 -0.6,0 -1.2,-0.28 -0.96,-0.52 -1.72,-1.16 -0.92,-0.88 -1.56,-1.68 -0.6,-0.8 -0.72,-1.52 z m 3.36,-0.24 0.36,0.8 0.44,0.68 q 0.28,0.28 0.6,0.2 l 4.68,-0.44 1.32,-9 -5.04,0.56 q -0.8,0.24 -1.36,1.04 -0.52,0.76 -0.84,1.72 -0.32,0.96 -0.44,2.16 v 0.52 q 0,0.68 0.12,1.24 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1038" /><path - d="m 844.89583,213.39174 q 0,-1.96 0.84,-3.76 0.88,-1.84 2.28,-3.2 1.4,-1.4 3.2,-2.24 1.8,-0.84 3.72,-0.84 h 0.4 l 0.64,0.04 h 0.6 0.44 q 1.24,0.6 1.48,1.08 0.24,0.48 0.24,1.32 0,2.08 -1.04,3.52 -1,1.4 -2.56,2.28 -1.56,0.88 -3.36,1.32 -1.12,0.24 -1.88,0.36 -0.76,0.12 -1.64,0.12 l -0.04,0.52 v 0.52 q 0,0.84 0.28,1.48 0.36,0.64 0.84,0.88 0.52,0.24 0.92,0.28 0.4,0.04 0.72,0.12 0.24,0 0.48,0 h 0.6 l 1.56,-0.12 1.56,-0.32 1.56,-0.32 q 0.64,-0.16 0.88,-0.16 0.28,0 0.68,0 0.8,0 1.04,0.28 0.24,0.28 0.24,1 0,0.92 -1.04,1.52 -1.04,0.56 -2.24,0.84 -1.16,0.28 -1.76,0.36 -0.6,0.12 -1.28,0.12 l -2.12,0.12 q -1.32,0 -2.48,-0.68 -1.16,-0.76 -1.96,-1.64 -0.84,-1.08 -1.32,-2.32 -0.48,-1.28 -0.48,-2.48 z m 7.96,-7.12 -0.4,0.04 -3.36,3.32 h 0.4 l 0.64,0.04 h 0.6 0.44 l 1.4,-0.08 1.52,-0.4 q 0.8,-0.4 1.2,-0.8 0.48,-0.6 0.48,-1.48 -0.04,-0.32 -0.36,-0.48 -0.28,-0.16 -0.72,-0.16 l -0.8,-0.04 h -0.44 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1040" /><path - d="m 861.38583,215.51174 q -0.2,-0.8 -0.2,-1.44 0,-0.64 0.12,-1.32 0.36,-1.56 1.04,-2.92 0.72,-1.4 1.6,-2.48 1.04,-1.24 2,-2 l 0.44,-0.08 0.72,-0.28 0.76,-0.2 0.44,-0.16 q 0.72,-0.24 1.08,-0.28 0.36,-0.04 1.08,-0.04 0.56,-0.04 1.08,-0.12 0.52,-0.12 1.04,-0.2 l 0.12,-0.04 2.24,-11.48 2.2,-0.64 0.28,1.24 0.08,0.92 -0.08,0.96 -0.2,1.2 -0.36,2 -0.48,3.04 -0.6,3.56 -0.6,3.6 -0.52,3.08 -0.32,2 q 0,0.16 -0.04,0.48 0,0.28 0.08,1 0.2,0.76 0.2,1.8 0,0.36 -0.04,0.88 -0.04,0.48 -0.12,0.72 -0.32,0.72 -1.12,0.96 l -6.28,0.84 q -0.16,0.04 -0.44,0.04 -0.6,0 -1.2,-0.28 -0.96,-0.52 -1.72,-1.16 -0.92,-0.88 -1.56,-1.68 -0.6,-0.8 -0.72,-1.52 z m 3.36,-0.24 0.36,0.8 0.44,0.68 q 0.28,0.28 0.6,0.2 l 4.68,-0.44 1.32,-9 -5.04,0.56 q -0.8,0.24 -1.36,1.04 -0.52,0.76 -0.84,1.72 -0.32,0.96 -0.44,2.16 v 0.52 q 0,0.68 0.12,1.24 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1042" /><path - d="m 877.75146,212.03174 v -1.84 l 0.16,-1.96 q 0.2,-1.04 0.48,-1.8 0.4,-0.84 0.92,-1.32 0.56,-0.48 1.48,-0.48 0.64,0.04 0.92,0.44 0.32,0.36 0.32,0.96 0,1 -0.12,1.96 -0.12,0.96 -0.32,1.84 -0.44,1.76 -0.44,3.8 l -0.04,0.88 0.08,0.92 q 0.12,0.48 0.36,0.72 0.24,0.24 0.8,0.24 1.56,0 2.52,-0.96 0.96,-0.96 1.44,-2.32 0.6,-1.44 0.84,-3 l 0.6,-3.04 q 0.36,-1.4 0.72,-2.32 0.48,-0.96 1.24,-0.96 0.72,0 1.08,0.48 0.4,0.44 0.4,1.2 0,0.56 -0.08,1.2 -0.08,0.64 -0.2,1.36 -0.28,1.48 -0.84,3.08 -0.52,1.56 -1.32,3.12 -0.56,1.04 -0.84,1.48 -0.4,0.64 -0.92,1.28 -1.08,1.28 -2.32,2 -1.2,0.68 -2.48,0.68 -1.16,0 -2,-0.6 -0.84,-0.6 -1.4,-1.52 -0.52,-0.96 -0.76,-2.08 -0.24,-1.16 -0.24,-2.04 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1044" /><path - d="m 891.77962,215.11174 q 0,-1.8 0.68,-3.48 0.72,-1.72 1.92,-3.08 1.24,-1.36 2.92,-2.2 1.68,-0.88 3.48,-0.88 0.92,0 1.2,0.2 0.28,0.16 0.28,1.08 0,0.72 -0.52,1.16 -0.32,0.28 -0.6,0.44 -0.24,0.12 -0.72,0.36 l -1.72,0.76 q -0.96,0.44 -1.76,1.08 -0.8,0.6 -1.32,1.6 -0.48,0.96 -0.48,2.52 v 1.24 q 0.48,0.48 1.2,0.48 h 1.28 q 1.6,0 2.92,-0.48 l 2.68,-1.12 q 0.32,-0.16 1,-0.52 0.08,-0.04 1.52,-0.56 1.44,-0.56 3,-0.56 0,1.72 -1.28,2.96 -1.24,1.2 -3.08,2.04 -1.8,0.84 -3.68,1.2 -1.88,0.36 -3.16,0.36 -1.16,0 -2.24,-0.24 -1.16,-0.4 -1.84,-0.8 -0.76,-0.56 -1.24,-1.44 -0.32,-0.64 -0.4,-1.12 -0.04,-0.48 -0.04,-1 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1046" /><path - d="m 918.81208,218.15174 -0.88,0.28 -0.88,0.32 -0.92,0.12 q -1.04,0 -2.16,-0.44 -1.16,-0.56 -2,-1.28 -0.84,-0.76 -1.36,-1.76 -0.52,-1 -0.52,-2.16 0,-1.48 0.72,-2.6 0.76,-1.16 1.96,-1.92 1.2,-0.76 2.56,-1.12 1.36,-0.4 2.68,-0.4 l 1.56,0.12 1.48,0.2 1.52,0.16 1.68,-0.04 q 0.44,0.12 0.56,0.32 0.24,0.24 0.24,0.48 0.08,0.2 0.08,0.6 v 0.56 q 0,1.12 -0.36,1.92 -0.32,0.76 -1.36,1.12 l -0.04,0.84 v 0.8 q 0,1 0.24,1.76 0.24,0.76 0.24,1.64 0,0.92 -0.8,1.32 -0.76,0.36 -1.52,0.36 h -0.52 l -0.52,-0.08 q 0.04,-0.16 0.04,-0.44 0,-0.44 -0.2,-0.64 -0.2,-0.2 -0.6,-0.2 z m -5.36,-4.48 0.2,0.84 0.4,0.72 q 0.24,0.28 0.6,0.28 h 3.76 q 0.64,-0.04 0.96,-0.56 0.32,-0.56 0.44,-1.2 0.24,-0.72 0.24,-1.32 l 0.04,-0.88 v -0.2 l -0.4,-0.4 -0.44,-0.44 h -2.08 l -1.48,0.08 q -0.64,0 -1.2,0.32 -0.56,0.28 -0.84,0.72 -0.28,0.56 -0.28,1.4 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1048" /><path - d="m 927.24702,218.19174 0.04,-0.2 2.48,-10.8 h -7.48 v -2.52 q 0.04,-0.4 0.52,-0.4 l 1.32,-0.04 h 1.8 q 1,0 1.92,-0.24 0.96,-0.24 1.72,-0.84 0.76,-0.6 1.04,-1.8 l 0.44,-1.24 q 0.24,-0.48 1.04,-0.48 0.6,0 0.96,0.4 0.36,0.36 0.48,0.88 0.2,0.48 0.28,1.12 l 0.16,0.96 1.04,0.08 1.64,0.12 1.64,0.12 1.08,0.12 q 0.84,0.12 1.24,0.44 0.44,0.28 0.44,1 l -0.12,0.52 -0.24,0.56 -0.4,0.44 q -0.28,0.16 -0.52,0.16 h -6.48 l -3.28,13.12 h -2.32 l -0.24,-0.16 -0.12,-0.36 -0.08,-0.4 v -0.32 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1050" /><path - d="m 942.59208,206.83174 q 0.08,-0.32 0.36,-0.6 0.32,-0.28 0.76,-0.4 0.44,-0.12 0.92,0.08 0.48,0.2 0.88,0.92 v 11.6 q 0,0.48 -0.4,0.72 l -0.76,0.16 h -0.48 l -0.24,0.04 -0.44,-0.04 -0.44,-0.12 -0.16,-0.32 z m 0.36,-5.96 q -0.04,-0.28 -0.04,-0.72 0,-1.12 0.56,-1.48 0.32,-0.2 0.64,-0.2 0.44,0 1.12,0.48 v 0.52 q 0,0.28 -0.08,0.68 0,0.4 -0.24,0.64 -0.24,0.24 -0.72,0.36 l -1.2,0.04 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1052" /><path - d="m 947.0052,214.47174 q 0,-2.4 0.68,-4.44 0.68,-2.08 2,-3.76 1.36,-1.68 3.32,-2.68 1.96,-1 4.28,-1 0.76,0 1.68,0.52 0.96,0.52 1.72,1.28 0.76,0.72 1.28,1.6 0.52,0.88 0.52,1.56 0,1.24 -0.52,2.6 -0.48,1.36 -1.36,2.72 -0.84,1.36 -1.96,2.56 -1.12,1.2 -2.48,2.2 -1.2,0.88 -2.6,1.48 -1.36,0.56 -2.56,0.56 -1,0 -1.76,-0.48 -0.76,-0.48 -1.28,-1.24 -0.48,-0.76 -0.72,-1.68 -0.24,-0.96 -0.24,-1.8 z m 3.36,1.44 q 0.04,0.4 0.52,0.44 h 0.72 q 1.2,0 2.52,-0.8 1.36,-0.84 2.52,-2.16 1.16,-1.32 1.96,-2.76 0.4,-0.72 0.64,-1.32 0.24,-0.6 0.36,-1.24 0.12,-0.68 0.12,-0.88 0,-0.64 -0.32,-1.2 -0.32,-0.56 -1.88,-0.56 l -3.8,0.48 q -0.44,0.04 -1,0.6 -0.4,0.48 -0.8,1.24 -0.36,0.72 -0.68,1.8 l -0.52,1.8 -0.32,1.6 -0.08,1.08 v 0.4 0.56 l 0.04,0.56 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1054" /><path - d="m 964.27645,218.19174 -0.12,-1.08 q -0.08,-0.36 -0.08,-1 v -1.16 -1.12 l 0.04,-1.36 q 0,-0.2 0.08,-0.6 0,-0.32 0,-0.64 v -0.8 q 0,-0.24 0.04,-0.76 0.04,-0.52 0.04,-0.76 v -0.92 q 0,-0.32 0.04,-0.84 0.04,-0.52 0.04,-0.72 v -0.84 l 0.08,-2.04 0.04,-1.36 q 0.28,-0.64 0.6,-0.76 l 0.84,-0.12 q 0.84,0 1.08,0.44 0.28,0.44 0.4,1.24 l 0.12,0.92 0.12,1.4 0.12,1.4 0.08,0.88 q 1.8,-3.12 4.56,-5.4 l 0.64,-0.04 0.6,-0.04 q 1.16,0 1.84,0.8 0.72,0.76 1.08,1.92 0.24,0.68 0.36,1.4 0.16,0.68 0.16,1.28 0,0.52 0.04,1.48 0.04,0.96 0.04,1.44 l -0.08,2.68 -0.08,1.96 v 2.92 q -0.12,0.44 -0.48,0.44 h -0.6 q -0.92,0 -1.4,-0.72 -0.44,-0.72 -0.6,-1.6 -0.24,-0.96 -0.24,-1.8 l -0.04,-1.32 -0.12,-1.48 -0.12,-2.24 -0.12,-2.24 -0.04,-1.52 -0.2,-0.04 q -0.36,0 -0.84,0.52 -0.48,0.48 -0.8,1 l -0.72,1.16 -0.36,0.68 -0.32,0.68 -0.52,0.96 -0.48,1 -0.36,0.68 -0.32,0.76 -0.4,0.96 -0.36,0.8 -0.16,0.4 -0.04,1.24 -0.04,1.68 q -0.12,0.92 -0.44,1.52 -0.32,0.6 -1.08,0.6 h -0.32 -0.44 l -0.36,-0.16 q -0.08,-0.04 -0.2,-0.28 z" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;font-family:'Johnny Mac Scrawl BRK';-inkscape-font-specification:'Johnny Mac Scrawl BRK';fill:#ff6600;fill-opacity:1" - id="path1056" /></g></svg> \ No newline at end of file diff --git a/ticdesk/static/maintenance_dolphin.png b/ticdesk/static/maintenance_dolphin.png deleted file mode 100644 index a11ece35d3167399528d42739da5a4f85ea2b3a4..0000000000000000000000000000000000000000 Binary files a/ticdesk/static/maintenance_dolphin.png and /dev/null differ diff --git a/ticdesk/static/sad-dolphin.png b/ticdesk/static/sad-dolphin.png deleted file mode 100644 index 3dbc2f4cfa31002392d86859e34ef46a7644e3cf..0000000000000000000000000000000000000000 Binary files a/ticdesk/static/sad-dolphin.png and /dev/null differ diff --git a/ticdesk/static/style.less b/ticdesk/static/style.less deleted file mode 100644 index f108f495ce6ed02b6b8c4d16d4dbd6aed278baad..0000000000000000000000000000000000000000 --- a/ticdesk/static/style.less +++ /dev/null @@ -1,11 +0,0 @@ -.leaflet-container#map { - min-height: 700px; -} - -.map-popup-img { - height: 150px; -} - -.form-control:disabled, .form-control[readonly] { - cursor: not-allowed; -}