# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Module_Module,sc)) $(eval $(call gb_Module_add_targets,sc,\ Library_sc \ Library_scd \ Library_scfilt \ $(call gb_Helper_optional,DESKTOP,Library_scui) \ )) $(eval $(call gb_Module_add_l10n_targets,sc,\ AllLangResTarget_sc \ UIConfig_scalc \ )) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,sc,\ Library_scqahelper \ )) endif ifeq ($(ENABLE_TELEPATHY),TRUE) $(eval $(call gb_Module_add_targets,sc,\ CustomTarget_uiconfig \ )) endif ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_targets,sc,\ Library_vbaobj \ )) endif $(eval $(call gb_Module_add_check_targets,sc,\ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ CppunitTest_sc_ucalc) \ CppunitTest_sc_filters_test \ CppunitTest_sc_rangelst_test \ CppunitTest_sc_core \ )) $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_condformats \ CppunitTest_sc_new_cond_format_api \ CppunitTest_sc_subsequent_filters_test \ CppunitTest_sc_subsequent_export_test \ CppunitTest_sc_bugfix_test \ CppunitTest_sc_html_export_test \ CppunitTest_sc_opencl_test \ CppunitTest_sc_copypaste \ )) # Disabled to allow the check tinderbox execute the sd tests # CppunitTest_sc_chart_regression_test \ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ JunitTest_sc_complex \ JunitTest_sc_unoapi_1 \ JunitTest_sc_unoapi_2 \ JunitTest_sc_unoapi_3 \ JunitTest_sc_unoapi_4 \ JunitTest_sc_unoapi_5 \ JunitTest_sc_unoapi_6 \ JunitTest_sc_unoapi_7 \ CppunitTest_sc_annotationshapeobj \ CppunitTest_sc_outlineobj \ CppunitTest_sc_styleloaderobj \ CppunitTest_sc_recordchanges \ CppunitTest_sc_annotationobj \ CppunitTest_sc_annotationsobj \ CppunitTest_sc_cellrangeobj \ $(if $(filter-out $(OS),IOS), \ CppunitTest_sc_databaserangeobj) \ CppunitTest_sc_datapilottableobj \ CppunitTest_sc_datapilotfieldobj \ CppunitTest_sc_macros_test \ CppunitTest_sc_namedrangeobj \ CppunitTest_sc_namedrangesobj \ CppunitTest_sc_tablesheetobj \ CppunitTest_sc_tablesheetsobj \ CppunitTest_sc_editfieldobj_cell \ CppunitTest_sc_editfieldobj_header \ CppunitTest_sc_modelobj \ )) $(eval $(call gb_Module_add_perfcheck_targets,sc,\ CppunitTest_sc_perfobj \ CppunitTest_sc_tablesheetobj \ )) # vim: set noet sw=4 ts=4: n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2017-12-30 23:38:36 +0100
committerandreas_kainz <kainz.a@gmail.com>2017-12-31 14:31:51 +0100
commit8900a3469e1263280ffc052993ef34e3a4bcd4bc (patch)
tree44dd5a260c0e7233ab3cf496b5814933bac0a6e0 /sysui
parent140aa3e7db0a4731f02ab078a1326b2f4523a4c5 (diff)
App icons: shrink svg files to a minimum
Change-Id: Ifb17c8a7b6f2d5cd4616256bbec08b9c51007be0 Reviewed-on: https://gerrit.libreoffice.org/47201 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/base.svg13453
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/basic.svg1
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/calc.svg39944
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/chart.svg1
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/draw.svg18835
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/impress.svg16919
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/main.svg4461
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/math.svg19765
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/startcenter.svg4463
-rw-r--r--sysui/desktop/icons/hicolor/scalable/apps/writer.svg16695
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-database.svg13451
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-drawing-template.svg29933
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-drawing.svg18833
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-formula.svg19763
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-master-document.svg16069
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-presentation-template.svg27154
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-presentation.svg16919
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-spreadsheet-template.svg39669
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-spreadsheet.svg39944
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-text-template.svg24210
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-text.svg16693
-rw-r--r--sysui/desktop/icons/hicolor/scalable/mimetypes/oasis-web-template.svg34925
22 files changed, 22 insertions, 432078 deletions
diff --git a/sysui/desktop/icons/hicolor/scalable/apps/base.svg b/sysui/desktop/icons/hicolor/scalable/apps/base.svg
index fcc468e8ffd0..2d38b5431c2f 100644
--- a/sysui/desktop/icons/hicolor/scalable/apps/base.svg
+++ b/sysui/desktop/icons/hicolor/scalable/apps/base.svg
@@ -1,13452 +1 @@
-<?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"
- width="256.00092"
- height="256.00092"
- viewBox="0 0 166.39929 204.80005"
- version="1.0"
- id="svg2"
- inkscape:version="0.46"
- sodipodi:docname="base.svg"
- sodipodi:version="0.32"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <metadata
- id="metadata5958">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="990"
- id="namedview5956"
- showgrid="false"
- showborder="false"
- inkscape:zoom="2.6074556"
- inkscape:cx="209.28851"
- inkscape:cy="123.73039"
- inkscape:window-x="0"
- inkscape:window-y="34"
- inkscape:window-maximized="1"
- inkscape:current-layer="svg2" />
- <defs
- id="defs4">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 128.00003 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="207.99911 : 128.00003 : 1"
- inkscape:persp3d-origin="103.99956 : 85.333354 : 1"
- id="perspective5960" />
- <clipPath
- id="clip1">
- <path
- d="M 0,198.45703 C 0,201.55078 2.898438,204.80078 6.207031,204.80078 L 159.79687,204.80078 C 163.5,204.80078 166.39453,201.70312 166.39453,198.60547 L 166.39453,79.25 C 166.39453,75.871094 165.98828,74.304688 163.59766,71.917969 L 95.335938,3.6875 C 92.945312,1.296875 91.117188,0.0664062 87.738281,0.0625 L 6.347656,0 C 3.039062,0 0,2.945312 0,6.496094 L 0,198.45703 z"
- id="path7" />
- </clipPath>
- <linearGradient
- id="linear0"
- gradientUnits="userSpaceOnUse"
- x1="26.992188"
- y1="992.6875"
- x2="26.992188"
- y2="1008.6953"
- gradientTransform="matrix(12.799728,0,0,12.794404,-191.40483,-12700.836)">
- <stop
- offset="0"
- style="stop-color:rgb(55.591669%,1.173419%,63.814755%);stop-opacity:1;"
- id="stop10" />
- <stop
- offset="0.0078125"
- style="stop-color:rgb(55.50164%,1.171893%,63.71252%);stop-opacity:1;"
- id="stop12" />
- <stop
- offset="0.015625"
- style="stop-color:rgb(55.321584%,1.168841%,63.508049%);stop-opacity:1;"
- id="stop14" />
- <stop
- offset="0.0234375"
- style="stop-color:rgb(55.141527%,1.165789%,63.303578%);stop-opacity:1;"
- id="stop16" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(54.961471%,1.162737%,63.099107%);stop-opacity:1;"
- id="stop18" />
- <stop
- offset="0.0390625"
- style="stop-color:rgb(54.781415%,1.159686%,62.894636%);stop-opacity:1;"
- id="stop20" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(54.601358%,1.156634%,62.690166%);stop-opacity:1;"
- id="stop22" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(54.421302%,1.153582%,62.485695%);stop-opacity:1;"
- id="stop24" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(54.241245%,1.15053%,62.281224%);stop-opacity:1;"
- id="stop26" />
- <stop
- offset="0.0703125"
- style="stop-color:rgb(54.061189%,1.147478%,62.076753%);stop-opacity:1;"
- id="stop28" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(53.881132%,1.144427%,61.872282%);stop-opacity:1;"
- id="stop30" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(53.701076%,1.141375%,61.667811%);stop-opacity:1;"
- id="stop32" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(53.521019%,1.138323%,61.46334%);stop-opacity:1;"
- id="stop34" />
- <stop
- offset="0.101562"
- style="stop-color:rgb(53.340963%,1.135271%,61.258869%);stop-opacity:1;"
- id="stop36" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(53.160906%,1.132219%,61.054398%);stop-opacity:1;"
- id="stop38" />
- <stop
- offset="0.117188"
- style="stop-color:rgb(52.98085%,1.129168%,60.849928%);stop-opacity:1;"
- id="stop40" />
- <stop
- offset="0.125"
- style="stop-color:rgb(52.800793%,1.126116%,60.645457%);stop-opacity:1;"
- id="stop42" />
- <stop
- offset="0.132812"
- style="stop-color:rgb(52.620737%,1.123064%,60.440986%);stop-opacity:1;"
- id="stop44" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(52.440681%,1.120012%,60.236515%);stop-opacity:1;"
- id="stop46" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(52.260624%,1.11696%,60.032044%);stop-opacity:1;"
- id="stop48" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(52.080568%,1.113909%,59.827573%);stop-opacity:1;"
- id="stop50" />
- <stop
- offset="0.164062"
- style="stop-color:rgb(51.900511%,1.110857%,59.623102%);stop-opacity:1;"
- id="stop52" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(51.720455%,1.107805%,59.418631%);stop-opacity:1;"
- id="stop54" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(51.540398%,1.104753%,59.21416%);stop-opacity:1;"
- id="stop56" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(51.360342%,1.101701%,59.009689%);stop-opacity:1;"
- id="stop58" />
- <stop
- offset="0.195312"
- style="stop-color:rgb(51.180285%,1.09865%,58.805219%);stop-opacity:1;"
- id="stop60" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(51.000229%,1.095598%,58.600748%);stop-opacity:1;"
- id="stop62" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(50.820172%,1.092546%,58.396277%);stop-opacity:1;"
- id="stop64" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(50.640116%,1.089494%,58.191806%);stop-opacity:1;"
- id="stop66" />
- <stop
- offset="0.226562"
- style="stop-color:rgb(50.46006%,1.086442%,57.987335%);stop-opacity:1;"
- id="stop68" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(50.280003%,1.083391%,57.782864%);stop-opacity:1;"
- id="stop70" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(50.099947%,1.080339%,57.578393%);stop-opacity:1;"
- id="stop72" />
- <stop
- offset="0.25"
- style="stop-color:rgb(49.91989%,1.077287%,57.373922%);stop-opacity:1;"
- id="stop74" />
- <stop
- offset="0.257813"
- style="stop-color:rgb(49.739834%,1.074235%,57.169451%);stop-opacity:1;"
- id="stop76" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(49.559777%,1.071183%,56.964981%);stop-opacity:1;"
- id="stop78" />
- <stop
- offset="0.273438"
- style="stop-color:rgb(49.379721%,1.068132%,56.76051%);stop-opacity:1;"
- id="stop80" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(49.199664%,1.06508%,56.556039%);stop-opacity:1;"
- id="stop82" />
- <stop
- offset="0.289062"
- style="stop-color:rgb(49.019608%,1.062028%,56.351568%);stop-opacity:1;"
- id="stop84" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(48.839551%,1.058976%,56.147097%);stop-opacity:1;"
- id="stop86" />
- <stop
- offset="0.304688"
- style="stop-color:rgb(48.659495%,1.055924%,55.942626%);stop-opacity:1;"
- id="stop88" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(48.479438%,1.052873%,55.738155%);stop-opacity:1;"
- id="stop90" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(48.299382%,1.049821%,55.533684%);stop-opacity:1;"
- id="stop92" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(48.119326%,1.046769%,55.329213%);stop-opacity:1;"
- id="stop94" />
- <stop
- offset="0.335938"
- style="stop-color:rgb(47.939269%,1.043717%,55.124743%);stop-opacity:1;"
- id="stop96" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(47.759213%,1.040665%,54.920272%);stop-opacity:1;"
- id="stop98" />
- <stop
- offset="0.351562"
- style="stop-color:rgb(47.579156%,1.037613%,54.715801%);stop-opacity:1;"
- id="stop100" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(47.3991%,1.034562%,54.51133%);stop-opacity:1;"
- id="stop102" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(47.219043%,1.03151%,54.306859%);stop-opacity:1;"
- id="stop104" />
- <stop
- offset="0.375"
- style="stop-color:rgb(47.038987%,1.028458%,54.102388%);stop-opacity:1;"
- id="stop106" />
- <stop
- offset="0.382812"
- style="stop-color:rgb(46.85893%,1.025406%,53.897917%);stop-opacity:1;"
- id="stop108" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(46.678874%,1.022354%,53.693446%);stop-opacity:1;"
- id="stop110" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(46.498817%,1.019303%,53.488975%);stop-opacity:1;"
- id="stop112" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(46.318761%,1.016251%,53.284504%);stop-opacity:1;"
- id="stop114" />
- <stop
- offset="0.414062"
- style="stop-color:rgb(46.138705%,1.013199%,53.080034%);stop-opacity:1;"
- id="stop116" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(45.958648%,1.010147%,52.875563%);stop-opacity:1;"
- id="stop118" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(45.778592%,1.007095%,52.671092%);stop-opacity:1;"
- id="stop120" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(45.598535%,1.004044%,52.466621%);stop-opacity:1;"
- id="stop122" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(45.418479%,1.000992%,52.26215%);stop-opacity:1;"
- id="stop124" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(45.238422%,0.99794%,52.057679%);stop-opacity:1;"
- id="stop126" />
- <stop
- offset="0.460938"
- style="stop-color:rgb(45.058366%,0.994888%,51.853208%);stop-opacity:1;"
- id="stop128" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(44.878309%,0.991836%,51.648737%);stop-opacity:1;"
- id="stop130" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(44.698253%,0.988785%,51.444266%);stop-opacity:1;"
- id="stop132" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(44.518196%,0.985733%,51.239796%);stop-opacity:1;"
- id="stop134" />
- <stop
- offset="0.492188"
- style="stop-color:rgb(44.33814%,0.982681%,51.035325%);stop-opacity:1;"
- id="stop136" />
- <stop
- offset="0.5"
- style="stop-color:rgb(44.158083%,0.979629%,50.830854%);stop-opacity:1;"
- id="stop138" />
- <stop
- offset="0.507812"
- style="stop-color:rgb(43.978027%,0.976577%,50.626383%);stop-opacity:1;"
- id="stop140" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(43.797971%,0.973526%,50.421912%);stop-opacity:1;"
- id="stop142" />
- <stop
- offset="0.523437"
- style="stop-color:rgb(43.617914%,0.970474%,50.217441%);stop-opacity:1;"
- id="stop144" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(43.437858%,0.967422%,50.01297%);stop-opacity:1;"
- id="stop146" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(43.257801%,0.96437%,49.808499%);stop-opacity:1;"
- id="stop148" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(43.077745%,0.961318%,49.604028%);stop-opacity:1;"
- id="stop150" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(42.897688%,0.958267%,49.399557%);stop-opacity:1;"
- id="stop152" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(42.717632%,0.955215%,49.195087%);stop-opacity:1;"
- id="stop154" />
- <stop
- offset="0.570312"
- style="stop-color:rgb(42.537575%,0.952163%,48.990616%);stop-opacity:1;"
- id="stop156" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(42.357519%,0.949111%,48.786145%);stop-opacity:1;"
- id="stop158" />
- <stop
- offset="0.585937"
- style="stop-color:rgb(42.177462%,0.946059%,48.581674%);stop-opacity:1;"
- id="stop160" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(41.997406%,0.943008%,48.377203%);stop-opacity:1;"
- id="stop162" />
- <stop
- offset="0.601563"
- style="stop-color:rgb(41.81735%,0.939956%,48.172732%);stop-opacity:1;"
- id="stop164" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(41.637293%,0.936904%,47.968261%);stop-opacity:1;"
- id="stop166" />
- <stop
- offset="0.617188"
- style="stop-color:rgb(41.457237%,0.933852%,47.76379%);stop-opacity:1;"
- id="stop168" />
- <stop
- offset="0.625"
- style="stop-color:rgb(41.27718%,0.9308%,47.559319%);stop-opacity:1;"
- id="stop170" />
- <stop
- offset="0.632812"
- style="stop-color:rgb(41.097124%,0.927749%,47.354849%);stop-opacity:1;"
- id="stop172" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(40.917067%,0.924697%,47.150378%);stop-opacity:1;"
- id="stop174" />
- <stop
- offset="0.648437"
- style="stop-color:rgb(40.737011%,0.921645%,46.945907%);stop-opacity:1;"
- id="stop176" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(40.556954%,0.918593%,46.741436%);stop-opacity:1;"
- id="stop178" />
- <stop
- offset="0.664063"
- style="stop-color:rgb(40.376898%,0.915541%,46.536965%);stop-opacity:1;"
- id="stop180" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(40.196841%,0.91249%,46.332494%);stop-opacity:1;"
- id="stop182" />
- <stop
- offset="0.679688"
- style="stop-color:rgb(40.016785%,0.909438%,46.128023%);stop-opacity:1;"
- id="stop184" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(39.836728%,0.906386%,45.923552%);stop-opacity:1;"
- id="stop186" />
- <stop
- offset="0.695312"
- style="stop-color:rgb(39.656672%,0.903334%,45.719081%);stop-opacity:1;"
- id="stop188" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(39.476616%,0.900282%,45.514611%);stop-opacity:1;"
- id="stop190" />
- <stop
- offset="0.710937"
- style="stop-color:rgb(39.296559%,0.89723%,45.31014%);stop-opacity:1;"
- id="stop192" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(39.116503%,0.894179%,45.105669%);stop-opacity:1;"
- id="stop194" />
- <stop
- offset="0.726563"
- style="stop-color:rgb(38.936446%,0.891127%,44.901198%);stop-opacity:1;"
- id="stop196" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(38.75639%,0.888075%,44.696727%);stop-opacity:1;"
- id="stop198" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(38.576333%,0.885023%,44.492256%);stop-opacity:1;"
- id="stop200" />
- <stop
- offset="0.75"
- style="stop-color:rgb(38.396277%,0.881971%,44.287785%);stop-opacity:1;"
- id="stop202" />
- <stop
- offset="0.757812"
- style="stop-color:rgb(38.21622%,0.87892%,44.083314%);stop-opacity:1;"
- id="stop204" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(38.036164%,0.875868%,43.878843%);stop-opacity:1;"
- id="stop206" />
- <stop
- offset="0.773437"
- style="stop-color:rgb(37.856107%,0.872816%,43.674372%);stop-opacity:1;"
- id="stop208" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(37.676051%,0.869764%,43.469902%);stop-opacity:1;"
- id="stop210" />
- <stop
- offset="0.789063"
- style="stop-color:rgb(37.495995%,0.866712%,43.265431%);stop-opacity:1;"
- id="stop212" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(37.315938%,0.863661%,43.06096%);stop-opacity:1;"
- id="stop214" />
- <stop
- offset="0.804688"
- style="stop-color:rgb(37.135882%,0.860609%,42.856489%);stop-opacity:1;"
- id="stop216" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(36.955825%,0.857557%,42.652018%);stop-opacity:1;"
- id="stop218" />
- <stop
- offset="0.820312"
- style="stop-color:rgb(36.775769%,0.854505%,42.447547%);stop-opacity:1;"
- id="stop220" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(36.595712%,0.851453%,42.243076%);stop-opacity:1;"
- id="stop222" />
- <stop
- offset="0.835937"
- style="stop-color:rgb(36.415656%,0.848402%,42.038605%);stop-opacity:1;"
- id="stop224" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(36.235599%,0.84535%,41.834134%);stop-opacity:1;"
- id="stop226" />
- <stop
- offset="0.851563"
- style="stop-color:rgb(36.055543%,0.842298%,41.629664%);stop-opacity:1;"
- id="stop228" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(35.875486%,0.839246%,41.425193%);stop-opacity:1;"
- id="stop230" />
- <stop
- offset="0.867188"
- style="stop-color:rgb(35.69543%,0.836194%,41.220722%);stop-opacity:1;"
- id="stop232" />
- <stop
- offset="0.875"
- style="stop-color:rgb(35.515373%,0.833143%,41.016251%);stop-opacity:1;"
- id="stop234" />
- <stop
- offset="0.882812"
- style="stop-color:rgb(35.335317%,0.830091%,40.81178%);stop-opacity:1;"
- id="stop236" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(35.155261%,0.827039%,40.607309%);stop-opacity:1;"
- id="stop238" />
- <stop
- offset="0.898437"
- style="stop-color:rgb(34.975204%,0.823987%,40.402838%);stop-opacity:1;"
- id="stop240" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(34.795148%,0.820935%,40.198367%);stop-opacity:1;"
- id="stop242" />
- <stop
- offset="0.914063"
- style="stop-color:rgb(34.615091%,0.817884%,39.993896%);stop-opacity:1;"
- id="stop244" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(34.435035%,0.814832%,39.789425%);stop-opacity:1;"
- id="stop246" />
- <stop
- offset="0.929688"
- style="stop-color:rgb(34.254978%,0.81178%,39.584955%);stop-opacity:1;"
- id="stop248" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(34.076448%,0.808728%,39.380484%);stop-opacity:1;"
- id="stop250" />
- <stop
- offset="0.945312"
- style="stop-color:rgb(33.896391%,0.805676%,39.176013%);stop-opacity:1;"
- id="stop252" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(33.716335%,0.802625%,38.971542%);stop-opacity:1;"
- id="stop254" />
- <stop
- offset="0.960937"
- style="stop-color:rgb(33.536278%,0.799573%,38.767071%);stop-opacity:1;"
- id="stop256" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(33.356222%,0.796521%,38.5626%);stop-opacity:1;"
- id="stop258" />
- <stop
- offset="0.976563"
- style="stop-color:rgb(33.176165%,0.793469%,38.358129%);stop-opacity:1;"
- id="stop260" />
- <stop
- offset="0.984375"
- style="stop-color:rgb(32.996109%,0.790417%,38.153658%);stop-opacity:1;"
- id="stop262" />
- <stop
- offset="0.992188"
- style="stop-color:rgb(32.816052%,0.787366%,37.949187%);stop-opacity:1;"
- id="stop264" />
- <stop
- offset="1"
- style="stop-color:rgb(32.637522%,0.784314%,37.746242%);stop-opacity:1;"
- id="stop266" />
- </linearGradient>
- <clipPath
- id="clip2">
- <path
- d="M 114.60547,8.628906 L 157.15625,51.375 C 160.62891,54.863281 166.39844,54.035156 166.39844,48.535156 L 166.39844,6.589844 C 166.39844,3.207031 163.33984,0.03125 159.97266,0.03125 L 117.42188,0.03125 C 111.94922,0.03125 111.71094,5.722656 114.60547,8.628906 z"
- id="path269" />
- </clipPath>
- <linearGradient
- id="linear1"
- gradientUnits="userSpaceOnUse"
- x1="26.992188"
- y1="992.6875"
- x2="26.992188"
- y2="996.97656"
- gradientTransform="matrix(12.799728,0,0,12.794404,-191.40483,-12700.836)">
- <stop
- offset="0"
- style="stop-color:rgb(55.588617%,1.173419%,63.810178%);stop-opacity:1;"
- id="stop272" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(55.490959%,1.171893%,63.700313%);stop-opacity:1;"
- id="stop274" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(55.298695%,1.168841%,63.482109%);stop-opacity:1;"
- id="stop276" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(55.106432%,1.165789%,63.262379%);stop-opacity:1;"
- id="stop278" />
- <stop
- offset="0.125"
- style="stop-color:rgb(54.912642%,1.162737%,63.044175%);stop-opacity:1;"
- id="stop280" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(54.720378%,1.159686%,62.824445%);stop-opacity:1;"
- id="stop282" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(54.528115%,1.156634%,62.606241%);stop-opacity:1;"
- id="stop284" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(54.334325%,1.152056%,62.386511%);stop-opacity:1;"
- id="stop286" />
- <stop
- offset="0.25"
- style="stop-color:rgb(54.142061%,1.149004%,62.168307%);stop-opacity:1;"
- id="stop288" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(53.948272%,1.145953%,61.948577%);stop-opacity:1;"
- id="stop290" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(53.756008%,1.142901%,61.730373%);stop-opacity:1;"
- id="stop292" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(53.563745%,1.139849%,61.510643%);stop-opacity:1;"
- id="stop294" />
- <stop
- offset="0.375"
- style="stop-color:rgb(53.369955%,1.136797%,61.292439%);stop-opacity:1;"
- id="stop296" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(53.177691%,1.133745%,61.072709%);stop-opacity:1;"
- id="stop298" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(52.985428%,1.129168%,60.854505%);stop-opacity:1;"
- id="stop300" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(52.791638%,1.126116%,60.634775%);stop-opacity:1;"
- id="stop302" />
- <stop
- offset="0.5"
- style="stop-color:rgb(52.599374%,1.123064%,60.416571%);stop-opacity:1;"
- id="stop304" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(52.407111%,1.120012%,60.196841%);stop-opacity:1;"
- id="stop306" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(52.213321%,1.11696%,59.978637%);stop-opacity:1;"
- id="stop308" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(52.021057%,1.113909%,59.758907%);stop-opacity:1;"
- id="stop310" />
- <stop
- offset="0.625"
- style="stop-color:rgb(51.827268%,1.110857%,59.540703%);stop-opacity:1;"
- id="stop312" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(51.635004%,1.106279%,59.320974%);stop-opacity:1;"
- id="stop314" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(51.442741%,1.103227%,59.10277%);stop-opacity:1;"
- id="stop316" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(51.248951%,1.100175%,58.88304%);stop-opacity:1;"
- id="stop318" />
- <stop
- offset="0.75"
- style="stop-color:rgb(51.056687%,1.097124%,58.664836%);stop-opacity:1;"
- id="stop320" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(50.864424%,1.094072%,58.445106%);stop-opacity:1;"
- id="stop322" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(50.670634%,1.09102%,58.226902%);stop-opacity:1;"
- id="stop324" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(50.47837%,1.087968%,58.007172%);stop-opacity:1;"
- id="stop326" />
- <stop
- offset="0.875"
- style="stop-color:rgb(50.286107%,1.083391%,57.788968%);stop-opacity:1;"
- id="stop328" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(50.092317%,1.080339%,57.569238%);stop-opacity:1;"
- id="stop330" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(49.900053%,1.077287%,57.351034%);stop-opacity:1;"
- id="stop332" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(49.706264%,1.074235%,57.131304%);stop-opacity:1;"
- id="stop334" />
- <stop
- offset="1"
- style="stop-color:rgb(49.514%,1.071183%,56.9131%);stop-opacity:1;"
- id="stop336" />
- </linearGradient>
- <filter
- id="alpha"
- filterUnits="objectBoundingBox"
- x="0"
- y="0"
- width="1"
- height="1">
- <feColorMatrix
- type="matrix"
- in="SourceGraphic"
- values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
- id="feColorMatrix339" />
- </filter>
- <mask
- id="mask0">
- <g
- id="g342"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACW0lEQVR4nO3csQ3CUBQEwQO5G/qlQ4ogMg2Y2BvMVOBgdcl/8mPbZ9Dzet79BfCPOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEnWse28+yPgiuUkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMsb+tkWU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1kOP8iynGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOshx+kGU5yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkOfwgy3KSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMly+EGW5SRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxv62RZTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWQ4/yLKcZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yHH6QZTnJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJ8scPqk7LSZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWd7WybKcZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yHH6QZTnJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJ1rHtffdHwIXvDzZyEUbTUtUAAAAAAElFTkSuQmCC"
- id="image344" />
- </g>
- </mask>
- <clipPath
- id="clip4">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path347" />
- </clipPath>
- <clipPath
- id="clip5">
- <path
- d="M 11.203125,12.886719 L 11.203125,193.6875 C 59.203125,193.6875 107.20313,193.68359 155.20312,193.6875 L 155.20312,81.335938 C 132.01562,57.972656 108.74219,34.695312 85.601562,11.285156 C 60.804688,11.285156 36.003906,11.285156 11.203125,11.285156 L 11.203125,12.085938 L 11.203125,12.886719 z"
- id="path350" />
- </clipPath>
- <linearGradient
- id="linear2"
- gradientUnits="userSpaceOnUse"
- x1="209.0625"
- y1="-754.375"
- x2="209.0625"
- y2="-782.875"
- gradientTransform="matrix(6.4,0,0,6.4,-1318.397,5021.6866)">
- <stop
- offset="0"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop353" />
- <stop
- offset="0.5"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop355" />
- <stop
- offset="1"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop357" />
- </linearGradient>
- <clipPath
- id="clip3">
- <rect
- width="167"
- height="205"
- id="rect360"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface1"
- clip-path="url(#clip3)">
- <g
- clip-path="url(#clip4)"
- clip-rule="nonzero"
- id="g363">
- <g
- clip-path="url(#clip5)"
- clip-rule="nonzero"
- id="g365">
- <path
- style="fill:url(#linear2);fill-rule:nonzero;stroke:none"
- d="M 11.203125,11.285156 L 11.203125,193.6875 L 155.20312,193.6875 L 155.20312,11.285156 L 11.203125,11.285156 z"
- id="path367" />
- </g>
- </g>
- </g>
- <clipPath
- id="clip6">
- <path
- d="M 6.402344,8 L 6.402344,198.39844 L 160.00391,198.39844 L 160.00391,77.273438 C 136.49609,53.671875 113.00781,30.054688 89.554688,6.398438 C 61.835938,6.398438 34.121094,6.398438 6.402344,6.398438 L 6.402344,7.199219 L 6.402344,8 L 6.402344,8 z"
- id="path370" />
- </clipPath>
- <linearGradient
- id="linear3"
- gradientUnits="userSpaceOnUse"
- x1="294.33984"
- y1="257.59375"
- x2="294.42188"
- y2="242.55078"
- gradientTransform="matrix(12.7664,0,0,12.81984,-3732.101,-3103.8254)">
- <stop
- offset="0.00441502"
- style="stop-color:rgb(60%,60%,60%);stop-opacity:1;"
- id="stop373" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(60%,60%,60%);stop-opacity:1;"
- id="stop375" />
- <stop
- offset="0.0673543"
- style="stop-color:rgb(60%,60%,60%);stop-opacity:1;"
- id="stop377" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(60.181582%,60.181582%,60.181582%);stop-opacity:1;"
- id="stop379" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(60.495918%,60.495918%,60.495918%);stop-opacity:1;"
- id="stop381" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(60.759899%,60.759899%,60.759899%);stop-opacity:1;"
- id="stop383" />
- <stop
- offset="0.101562"
- style="stop-color:rgb(61.02388%,61.02388%,61.02388%);stop-opacity:1;"
- id="stop385" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(61.286336%,61.286336%,61.286336%);stop-opacity:1;"
- id="stop387" />
- <stop
- offset="0.117188"
- style="stop-color:rgb(61.550317%,61.550317%,61.550317%);stop-opacity:1;"
- id="stop389" />
- <stop
- offset="0.125"
- style="stop-color:rgb(61.814298%,61.814298%,61.814298%);stop-opacity:1;"
- id="stop391" />
- <stop
- offset="0.132812"
- style="stop-color:rgb(62.078279%,62.078279%,62.078279%);stop-opacity:1;"
- id="stop393" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(62.34226%,62.34226%,62.34226%);stop-opacity:1;"
- id="stop395" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(62.606241%,62.606241%,62.606241%);stop-opacity:1;"
- id="stop397" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(62.870222%,62.870222%,62.870222%);stop-opacity:1;"
- id="stop399" />
- <stop
- offset="0.164062"
- style="stop-color:rgb(63.134203%,63.134203%,63.134203%);stop-opacity:1;"
- id="stop401" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(63.398184%,63.398184%,63.398184%);stop-opacity:1;"
- id="stop403" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(63.662165%,63.662165%,63.662165%);stop-opacity:1;"
- id="stop405" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(63.926146%,63.926146%,63.926146%);stop-opacity:1;"
- id="stop407" />
- <stop
- offset="0.195313"
- style="stop-color:rgb(64.190127%,64.190127%,64.190127%);stop-opacity:1;"
- id="stop409" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(64.454108%,64.454108%,64.454108%);stop-opacity:1;"
- id="stop411" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(64.71809%,64.71809%,64.71809%);stop-opacity:1;"
- id="stop413" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(64.982071%,64.982071%,64.982071%);stop-opacity:1;"
- id="stop415" />
- <stop
- offset="0.226563"
- style="stop-color:rgb(65.246052%,65.246052%,65.246052%);stop-opacity:1;"
- id="stop417" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(65.510033%,65.510033%,65.510033%);stop-opacity:1;"
- id="stop419" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(65.774014%,65.774014%,65.774014%);stop-opacity:1;"
- id="stop421" />
- <stop
- offset="0.25"
- style="stop-color:rgb(66.037995%,66.037995%,66.037995%);stop-opacity:1;"
- id="stop423" />
- <stop
- offset="0.257812"
- style="stop-color:rgb(66.301976%,66.301976%,66.301976%);stop-opacity:1;"
- id="stop425" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(66.565957%,66.565957%,66.565957%);stop-opacity:1;"
- id="stop427" />
- <stop
- offset="0.273438"
- style="stop-color:rgb(66.829938%,66.829938%,66.829938%);stop-opacity:1;"
- id="stop429" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(67.093919%,67.093919%,67.093919%);stop-opacity:1;"
- id="stop431" />
- <stop
- offset="0.289062"
- style="stop-color:rgb(67.3579%,67.3579%,67.3579%);stop-opacity:1;"
- id="stop433" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(67.621881%,67.621881%,67.621881%);stop-opacity:1;"
- id="stop435" />
- <stop
- offset="0.304688"
- style="stop-color:rgb(67.885863%,67.885863%,67.885863%);stop-opacity:1;"
- id="stop437" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(68.149844%,68.149844%,68.149844%);stop-opacity:1;"
- id="stop439" />
- <stop
- offset="0.320313"
- style="stop-color:rgb(68.413825%,68.413825%,68.413825%);stop-opacity:1;"
- id="stop441" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(68.677806%,68.677806%,68.677806%);stop-opacity:1;"
- id="stop443" />
- <stop
- offset="0.335938"
- style="stop-color:rgb(68.941787%,68.941787%,68.941787%);stop-opacity:1;"
- id="stop445" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(69.205768%,69.205768%,69.205768%);stop-opacity:1;"
- id="stop447" />
- <stop
- offset="0.351563"
- style="stop-color:rgb(69.469749%,69.469749%,69.469749%);stop-opacity:1;"
- id="stop449" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(69.73373%,69.73373%,69.73373%);stop-opacity:1;"
- id="stop451" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(69.997711%,69.997711%,69.997711%);stop-opacity:1;"
- id="stop453" />
- <stop
- offset="0.375"
- style="stop-color:rgb(70.261692%,70.261692%,70.261692%);stop-opacity:1;"
- id="stop455" />
- <stop
- offset="0.382813"
- style="stop-color:rgb(70.525673%,70.525673%,70.525673%);stop-opacity:1;"
- id="stop457" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(70.788128%,70.788128%,70.788128%);stop-opacity:1;"
- id="stop459" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(71.05211%,71.05211%,71.05211%);stop-opacity:1;"
- id="stop461" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(71.316091%,71.316091%,71.316091%);stop-opacity:1;"
- id="stop463" />
- <stop
- offset="0.414063"
- style="stop-color:rgb(71.580072%,71.580072%,71.580072%);stop-opacity:1;"
- id="stop465" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(71.844053%,71.844053%,71.844053%);stop-opacity:1;"
- id="stop467" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(72.108034%,72.108034%,72.108034%);stop-opacity:1;"
- id="stop469" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(72.372015%,72.372015%,72.372015%);stop-opacity:1;"
- id="stop471" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(72.635996%,72.635996%,72.635996%);stop-opacity:1;"
- id="stop473" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(72.899977%,72.899977%,72.899977%);stop-opacity:1;"
- id="stop475" />
- <stop
- offset="0.460938"
- style="stop-color:rgb(73.163958%,73.163958%,73.163958%);stop-opacity:1;"
- id="stop477" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(73.427939%,73.427939%,73.427939%);stop-opacity:1;"
- id="stop479" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(73.69192%,73.69192%,73.69192%);stop-opacity:1;"
- id="stop481" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(73.955901%,73.955901%,73.955901%);stop-opacity:1;"
- id="stop483" />
- <stop
- offset="0.492188"
- style="stop-color:rgb(74.219883%,74.219883%,74.219883%);stop-opacity:1;"
- id="stop485" />
- <stop
- offset="0.5"
- style="stop-color:rgb(74.483864%,74.483864%,74.483864%);stop-opacity:1;"
- id="stop487" />
- <stop
- offset="0.507812"
- style="stop-color:rgb(74.747845%,74.747845%,74.747845%);stop-opacity:1;"
- id="stop489" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(75.011826%,75.011826%,75.011826%);stop-opacity:1;"
- id="stop491" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(75.275807%,75.275807%,75.275807%);stop-opacity:1;"
- id="stop493" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(75.539788%,75.539788%,75.539788%);stop-opacity:1;"
- id="stop495" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(75.803769%,75.803769%,75.803769%);stop-opacity:1;"
- id="stop497" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(76.06775%,76.06775%,76.06775%);stop-opacity:1;"
- id="stop499" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(76.331731%,76.331731%,76.331731%);stop-opacity:1;"
- id="stop501" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(76.595712%,76.595712%,76.595712%);stop-opacity:1;"
- id="stop503" />
- <stop
- offset="0.570312"
- style="stop-color:rgb(76.859693%,76.859693%,76.859693%);stop-opacity:1;"
- id="stop505" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(77.123674%,77.123674%,77.123674%);stop-opacity:1;"
- id="stop507" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(77.387655%,77.387655%,77.387655%);stop-opacity:1;"
- id="stop509" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(77.651637%,77.651637%,77.651637%);stop-opacity:1;"
- id="stop511" />
- <stop
- offset="0.601562"
- style="stop-color:rgb(77.915618%,77.915618%,77.915618%);stop-opacity:1;"
- id="stop513" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(78.179599%,78.179599%,78.179599%);stop-opacity:1;"
- id="stop515" />
- <stop
- offset="0.617188"
- style="stop-color:rgb(78.44358%,78.44358%,78.44358%);stop-opacity:1;"
- id="stop517" />
- <stop
- offset="0.625"
- style="stop-color:rgb(78.707561%,78.707561%,78.707561%);stop-opacity:1;"
- id="stop519" />
- <stop
- offset="0.632812"
- style="stop-color:rgb(78.971542%,78.971542%,78.971542%);stop-opacity:1;"
- id="stop521" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(79.235523%,79.235523%,79.235523%);stop-opacity:1;"
- id="stop523" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(79.499504%,79.499504%,79.499504%);stop-opacity:1;"
- id="stop525" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(79.763485%,79.763485%,79.763485%);stop-opacity:1;"
- id="stop527" />
- <stop
- offset="0.664063"
- style="stop-color:rgb(80.027466%,80.027466%,80.027466%);stop-opacity:1;"
- id="stop529" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(80.291447%,80.291447%,80.291447%);stop-opacity:1;"
- id="stop531" />
- <stop
- offset="0.679688"
- style="stop-color:rgb(80.553902%,80.553902%,80.553902%);stop-opacity:1;"
- id="stop533" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(80.817884%,80.817884%,80.817884%);stop-opacity:1;"
- id="stop535" />
- <stop
- offset="0.695313"
- style="stop-color:rgb(81.081865%,81.081865%,81.081865%);stop-opacity:1;"
- id="stop537" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(81.345846%,81.345846%,81.345846%);stop-opacity:1;"
- id="stop539" />
- <stop
- offset="0.710938"
- style="stop-color:rgb(81.609827%,81.609827%,81.609827%);stop-opacity:1;"
- id="stop541" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(81.873808%,81.873808%,81.873808%);stop-opacity:1;"
- id="stop543" />
- <stop
- offset="0.726562"
- style="stop-color:rgb(82.137789%,82.137789%,82.137789%);stop-opacity:1;"
- id="stop545" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(82.40177%,82.40177%,82.40177%);stop-opacity:1;"
- id="stop547" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(82.665751%,82.665751%,82.665751%);stop-opacity:1;"
- id="stop549" />
- <stop
- offset="0.75"
- style="stop-color:rgb(82.929732%,82.929732%,82.929732%);stop-opacity:1;"
- id="stop551" />
- <stop
- offset="0.757812"
- style="stop-color:rgb(83.193713%,83.193713%,83.193713%);stop-opacity:1;"
- id="stop553" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(83.457694%,83.457694%,83.457694%);stop-opacity:1;"
- id="stop555" />
- <stop
- offset="0.773438"
- style="stop-color:rgb(83.721675%,83.721675%,83.721675%);stop-opacity:1;"
- id="stop557" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(83.985657%,83.985657%,83.985657%);stop-opacity:1;"
- id="stop559" />
- <stop
- offset="0.789062"
- style="stop-color:rgb(84.249638%,84.249638%,84.249638%);stop-opacity:1;"
- id="stop561" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(84.513619%,84.513619%,84.513619%);stop-opacity:1;"
- id="stop563" />
- <stop
- offset="0.804688"
- style="stop-color:rgb(84.7776%,84.7776%,84.7776%);stop-opacity:1;"
- id="stop565" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(85.041581%,85.041581%,85.041581%);stop-opacity:1;"
- id="stop567" />
- <stop
- offset="0.820313"
- style="stop-color:rgb(85.305562%,85.305562%,85.305562%);stop-opacity:1;"
- id="stop569" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(85.569543%,85.569543%,85.569543%);stop-opacity:1;"
- id="stop571" />
- <stop
- offset="0.835938"
- style="stop-color:rgb(85.833524%,85.833524%,85.833524%);stop-opacity:1;"
- id="stop573" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(86.097505%,86.097505%,86.097505%);stop-opacity:1;"
- id="stop575" />
- <stop
- offset="0.851562"
- style="stop-color:rgb(86.361486%,86.361486%,86.361486%);stop-opacity:1;"
- id="stop577" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(86.625467%,86.625467%,86.625467%);stop-opacity:1;"
- id="stop579" />
- <stop
- offset="0.867188"
- style="stop-color:rgb(86.889448%,86.889448%,86.889448%);stop-opacity:1;"
- id="stop581" />
- <stop
- offset="0.875"
- style="stop-color:rgb(87.153429%,87.153429%,87.153429%);stop-opacity:1;"
- id="stop583" />
- <stop
- offset="0.882812"
- style="stop-color:rgb(87.417411%,87.417411%,87.417411%);stop-opacity:1;"
- id="stop585" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(87.681392%,87.681392%,87.681392%);stop-opacity:1;"
- id="stop587" />
- <stop
- offset="0.898438"
- style="stop-color:rgb(87.945373%,87.945373%,87.945373%);stop-opacity:1;"
- id="stop589" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(88.209354%,88.209354%,88.209354%);stop-opacity:1;"
- id="stop591" />
- <stop
- offset="0.914062"
- style="stop-color:rgb(88.473335%,88.473335%,88.473335%);stop-opacity:1;"
- id="stop593" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(88.737316%,88.737316%,88.737316%);stop-opacity:1;"
- id="stop595" />
- <stop
- offset="0.929688"
- style="stop-color:rgb(89.001297%,89.001297%,89.001297%);stop-opacity:1;"
- id="stop597" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(89.265278%,89.265278%,89.265278%);stop-opacity:1;"
- id="stop599" />
- <stop
- offset="0.945313"
- style="stop-color:rgb(89.529259%,89.529259%,89.529259%);stop-opacity:1;"
- id="stop601" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(89.79324%,89.79324%,89.79324%);stop-opacity:1;"
- id="stop603" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(90.060273%,90.060273%,90.060273%);stop-opacity:1;"
- id="stop605" />
- <stop
- offset="0.995585"
- style="stop-color:rgb(90.196078%,90.196078%,90.196078%);stop-opacity:1;"
- id="stop607" />
- <stop
- offset="1"
- style="stop-color:rgb(90.196078%,90.196078%,90.196078%);stop-opacity:1;"
- id="stop609" />
- </linearGradient>
- <mask
- id="mask1">
- <g
- id="g612"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACW0lEQVR4nO3csQ3CUBQEwQO5G/qlQ4ogMg2Y2BvMVOBgdcl/8mPbZ9Dzet79BfCPOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEnWse28+yPgiuUkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMsb+tkWU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1kOP8iynGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOshx+kGU5yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkOfwgy3KSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMly+EGW5SRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxv62RZTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWQ4/yLKcZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yHH6QZTnJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJ8scPqk7LSZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWd7WybKcZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yHH6QZTnJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJ1rHtffdHwIXvDzZyEUbTUtUAAAAAAElFTkSuQmCC"
- id="image614" />
- </g>
- </mask>
- <clipPath
- id="clip8">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path617" />
- </clipPath>
- <clipPath
- id="clip9">
- <path
- d="M 11.203125,12.886719 L 11.203125,193.6875 C 59.203125,193.6875 107.20313,193.68359 155.20312,193.6875 L 155.20312,81.335938 C 132.01562,57.972656 108.74219,34.695312 85.601562,11.285156 C 60.804688,11.285156 36.003906,11.285156 11.203125,11.285156 L 11.203125,12.085938 L 11.203125,12.886719 z"
- id="path620" />
- </clipPath>
- <linearGradient
- id="linear4"
- gradientUnits="userSpaceOnUse"
- x1="209.0625"
- y1="-754.375"
- x2="209.0625"
- y2="-782.875"
- gradientTransform="matrix(6.4,0,0,6.4,-1318.397,5021.6866)">
- <stop
- offset="0"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop623" />
- <stop
- offset="0.5"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop625" />
- <stop
- offset="1"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop627" />
- </linearGradient>
- <clipPath
- id="clip7">
- <rect
- width="167"
- height="205"
- id="rect630"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface2"
- clip-path="url(#clip7)">
- <g
- clip-path="url(#clip8)"
- clip-rule="nonzero"
- id="g633">
- <g
- clip-path="url(#clip9)"
- clip-rule="nonzero"
- id="g635">
- <path
- style="fill:url(#linear4);fill-rule:nonzero;stroke:none"
- d="M 11.203125,11.285156 L 11.203125,193.6875 L 155.20312,193.6875 L 155.20312,11.285156 L 11.203125,11.285156 z"
- id="path637" />
- </g>
- </g>
- </g>
- <clipPath
- id="clip10">
- <rect
- width="167"
- height="205"
- id="rect640"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface3"
- clip-path="url(#clip10)">
- <path
- style="fill:#ffffff;fill-opacity:0.15;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path643" />
- </g>
- <mask
- id="mask2">
- <g
- id="g646"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface3"
- id="use648"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip12">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path651" />
- </clipPath>
- <clipPath
- id="clip13">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path654" />
- </clipPath>
- <clipPath
- id="clip14">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path657" />
- </clipPath>
- <clipPath
- id="clip15">
- <rect
- width="167"
- height="205"
- id="rect660"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface5"
- clip-path="url(#clip15)">
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 6.402344,6.199219 L 6.402344,7 L 6.402344,7.800781 L 6.402344,198.19922 L 160.00391,198.19922 L 160.00391,77.074219 C 136.49609,53.472656 113.00781,29.855469 89.554688,6.199219 C 61.835938,6.199219 34.121094,6.199219 6.402344,6.199219 L 6.402344,6.199219 z M 7.203125,7 C 34.535156,7 61.871094,7 89.203125,7 C 112.52344,30.492188 135.83984,53.980469 159.20312,77.425781 L 159.20312,197.40234 C 108.53516,197.40234 57.871094,197.40234 7.203125,197.40234 L 7.203125,7.800781 L 7.203125,7 z"
- id="path663" />
- </g>
- <clipPath
- id="clip11">
- <rect
- width="167"
- height="205"
- id="rect666"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface4"
- clip-path="url(#clip11)">
- <g
- clip-path="url(#clip12)"
- clip-rule="nonzero"
- id="g669">
- <g
- clip-path="url(#clip13)"
- clip-rule="nonzero"
- id="g671">
- <g
- clip-path="url(#clip14)"
- clip-rule="nonzero"
- id="g673">
- <use
- xlink:href="#surface5"
- id="use675"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip16">
- <rect
- width="167"
- height="205"
- id="rect678"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface6"
- clip-path="url(#clip16)">
- <path
- style="fill:#ffffff;fill-opacity:0.15;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path681" />
- </g>
- <mask
- id="mask3">
- <g
- id="g684"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface6"
- id="use686"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip18">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path689" />
- </clipPath>
- <clipPath
- id="clip19">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path692" />
- </clipPath>
- <clipPath
- id="clip20">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path695" />
- </clipPath>
- <mask
- id="mask4">
- <g
- id="g698"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACoUlEQVR4nO3da27aQBiG0Tepq3ZD3f/GevsBUyzKxcZjzxifI0WQoAASjz4nDplJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAdj5aPwG45fN8KVC685lkOF8XKF35TPIlAqVDQy5hJsnPnAL90+bpwMWQ0+QcEyhduJ6chUBp7tbkLARKU4/iTARKQ/cO62MCpYkpcSYCpYGpcSYCZWPPfua8JlA2M2dyFgJlE3MnZyFQVvfK5CwEyqpenZyFQFnN0jgTgbKSIcnXCvcjUKqrMTkLgVLVkl+IbhEo1dScnIVAqaL25CwEymJrTM5CoCxSY3I++qc4gfKytQ7rYwLlJbXOcz4jUGbbYnIWAmWWIcm3DR9PoEy2dZyJQJloSPK9weMKlKdaTM5CoDzUanIWAuWulpOzECg3tZ6chUD5Ty9xJgLlSg+H9TGB8k9Pk7MQKEn6m5yFQOlychYCPbheJ2ch0APreXIWAj2oqXEu3QLm2fc/u/3X+VKgB9L7YX1MoAezh8P6mEAPZE+TsxDoQextchYCPYA9Ts5CoG9ur5OzEOgbG3J6YQVKd4ZcTnALlK6UOBOB0pmyoIJA6c54tQ+B0pXrpWjmBLr07+1rEugbuLVOkglKF+4t4iVQmnu0wpxAaerZ8ocCpZkpa3NeB7r2G4/XItCdmbpw7DjQvb5RJBHorsxZ1VigbGruktsCZTOvrAcvUDbx6mYFAmV1S3bS2EOgU84MCLRTtXZv6znQKQTaoRp7EAmUVdTaIEugVFdz9zaBUtVHkh8r3v/vnF7k8eWtr8257fojd64v/ZzG/gInEcOycp54ywAAAABJRU5ErkJggg=="
- id="image700" />
- </g>
- </mask>
- <clipPath
- id="clip23">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path703" />
- </clipPath>
- <clipPath
- id="clip24">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path706" />
- </clipPath>
- <clipPath
- id="clip25">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path709" />
- </clipPath>
- <clipPath
- id="clip26">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path712" />
- </clipPath>
- <clipPath
- id="clip27">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path715" />
- </clipPath>
- <clipPath
- id="clip28">
- <path
- d="M 62.402344,142.19922 L 11.203125,142.19922 L 11.203125,193.40234 L 62.402344,193.40234 L 62.402344,142.19922 z"
- id="path718" />
- </clipPath>
- <linearGradient
- id="linear5"
- gradientUnits="userSpaceOnUse"
- x1="152"
- y1="-1192.6367"
- x2="70.003906"
- y2="-1274.6406"
- gradientTransform="matrix(-0.62439,0,0,0.62439,106.11028,938.07141)">
- <stop
- offset="0.000000790808"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop721" />
- <stop
- offset="0.499955"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop723" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop725" />
- <stop
- offset="0.500045"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop727" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop729" />
- </linearGradient>
- <clipPath
- id="clip22">
- <rect
- width="167"
- height="205"
- id="rect732"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface9"
- clip-path="url(#clip22)">
- <g
- clip-path="url(#clip23)"
- clip-rule="nonzero"
- id="g735">
- <g
- clip-path="url(#clip24)"
- clip-rule="nonzero"
- id="g737">
- <g
- clip-path="url(#clip25)"
- clip-rule="nonzero"
- id="g739">
- <g
- clip-path="url(#clip26)"
- clip-rule="nonzero"
- id="g741">
- <g
- clip-path="url(#clip27)"
- clip-rule="nonzero"
- id="g743">
- <g
- clip-path="url(#clip28)"
- clip-rule="nonzero"
- id="g745">
- <path
- style="fill:url(#linear5);fill-rule:nonzero;stroke:none"
- d="M 62.402344,142.19922 L 62.402344,193.40234 L 11.203125,193.40234 L 11.203125,142.19922 L 62.402344,142.19922 z"
- id="path747" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip21">
- <rect
- width="167"
- height="205"
- id="rect750"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface8"
- clip-path="url(#clip21)">
- <use
- xlink:href="#surface9"
- mask="url(#mask4)"
- id="use753"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip17">
- <rect
- width="167"
- height="205"
- id="rect756"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface7"
- clip-path="url(#clip17)">
- <g
- clip-path="url(#clip18)"
- clip-rule="nonzero"
- id="g759">
- <g
- clip-path="url(#clip19)"
- clip-rule="nonzero"
- id="g761">
- <g
- clip-path="url(#clip20)"
- clip-rule="nonzero"
- id="g763">
- <use
- xlink:href="#surface8"
- id="use765"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip29">
- <rect
- width="167"
- height="205"
- id="rect768"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface10"
- clip-path="url(#clip29)">
- <path
- style="fill:#ffffff;fill-opacity:0.2;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path771" />
- </g>
- <mask
- id="mask5">
- <g
- id="g774"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface10"
- id="use776"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip31">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path779" />
- </clipPath>
- <clipPath
- id="clip32">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path782" />
- </clipPath>
- <clipPath
- id="clip33">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path785" />
- </clipPath>
- <mask
- id="mask6">
- <g
- id="g788"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACmElEQVR4nO3T0WrCMBiA0V/HdO//tJsXbjcVhlixY+AnnAMhoWlKkM/dvJb3mTnMzHGZL+vjyvPr/a1nDzPzcefsZX77dcfTMr6u5tONvXvrR75zmpnPlee3zp23/NjPtn/2BWCNOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1m7Z19go90y9v+8Xtt/5J3rP/j3Ms4r63t7f3lvy5mX8gP3R1CZuNu14gAAAABJRU5ErkJggg=="
- id="image790" />
- </g>
- </mask>
- <clipPath
- id="clip36">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path793" />
- </clipPath>
- <clipPath
- id="clip37">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path796" />
- </clipPath>
- <clipPath
- id="clip38">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path799" />
- </clipPath>
- <clipPath
- id="clip39">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path802" />
- </clipPath>
- <clipPath
- id="clip40">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path805" />
- </clipPath>
- <clipPath
- id="clip41">
- <path
- d="M 42.402344,193.40234 L 122.40234,193.40234 L 122.40234,194.19922 L 42.402344,194.19922 L 42.402344,193.40234 z"
- id="path808" />
- </clipPath>
- <linearGradient
- id="linear6"
- gradientUnits="userSpaceOnUse"
- x1="-17.003906"
- y1="-1194.6367"
- x2="144"
- y2="-1194.6367"
- gradientTransform="matrix(0.496894,0,0,0.8,50.850202,1149.1106)">
- <stop
- offset="0.00001255"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop811" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop813" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop815" />
- </linearGradient>
- <clipPath
- id="clip35">
- <rect
- width="167"
- height="205"
- id="rect818"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface13"
- clip-path="url(#clip35)">
- <g
- clip-path="url(#clip36)"
- clip-rule="nonzero"
- id="g821">
- <g
- clip-path="url(#clip37)"
- clip-rule="nonzero"
- id="g823">
- <g
- clip-path="url(#clip38)"
- clip-rule="nonzero"
- id="g825">
- <g
- clip-path="url(#clip39)"
- clip-rule="nonzero"
- id="g827">
- <g
- clip-path="url(#clip40)"
- clip-rule="nonzero"
- id="g829">
- <g
- clip-path="url(#clip41)"
- clip-rule="nonzero"
- id="g831">
- <path
- style="fill:url(#linear6);fill-rule:nonzero;stroke:none"
- d="M 42.402344,193.40234 L 42.402344,194.19922 L 122.40234,194.19922 L 122.40234,193.40234 L 42.402344,193.40234 z"
- id="path833" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip34">
- <rect
- width="167"
- height="205"
- id="rect836"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface12"
- clip-path="url(#clip34)">
- <use
- xlink:href="#surface13"
- mask="url(#mask6)"
- id="use839"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip30">
- <rect
- width="167"
- height="205"
- id="rect842"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface11"
- clip-path="url(#clip30)">
- <g
- clip-path="url(#clip31)"
- clip-rule="nonzero"
- id="g845">
- <g
- clip-path="url(#clip32)"
- clip-rule="nonzero"
- id="g847">
- <g
- clip-path="url(#clip33)"
- clip-rule="nonzero"
- id="g849">
- <use
- xlink:href="#surface12"
- id="use851"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip42">
- <rect
- width="167"
- height="205"
- id="rect854"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface14"
- clip-path="url(#clip42)">
- <path
- style="fill:#ffffff;fill-opacity:0.2;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path857" />
- </g>
- <mask
- id="mask7">
- <g
- id="g860"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface14"
- id="use862"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip44">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path865" />
- </clipPath>
- <clipPath
- id="clip45">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path868" />
- </clipPath>
- <clipPath
- id="clip46">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path871" />
- </clipPath>
- <mask
- id="mask8">
- <g
- id="g874"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACcUlEQVR4nO3csW4jMRBEwaHN//9iy6tEIeGUz0AVcLmCRl8PdtczAAAAAAAAAMBf1sx83/4RcPDaI5w0CSdZSzjJEk6y9sx83f4RcLI//yBHc1LlIKJLOMkSTrJsTrI0J1UOIrqEkyzhJEs4yXKtU7U8WydLc5Jlc5IlnGQJJ1XL5iTLtU6W5iTL5iRLOKnyyhxdwkmWcJLlWidLc1LlIKJLOMkSTrKEkyzXOlW+IaJLc5Jlc5IlnGQJJ1W+IaLLtU6W5iTL5iRLOKnyyhxdwkmWcJLlWidLc1LlIKLLf+tkaU6yhJMs4aTKQUSXcJLlWifLy8ZkaU6qHER0CSdZwkmWzUmWa50qf1SBLpuTLOEkSzjJEk6qPCGiy7VOluYkSzjJEk6qHER0CSdZrnWyvJVElbeS6LI5yRJOsoSTLJuTLNc6VUtrkiWcZAknWXtmXrd/BJzsmfm9/SPg4NGcZAknWcJJls1JluakykFEl3CSZXOSpTnJEk6qHER02ZxkaU6yhJMs4aTqsTnJ0pxkCSdZwkmWcFLlCRFdrnWyNCdZwkmWcFLlCRFdmpMs4SRLOMmyOcnSnFR5fEmXcJJlc5KlOckSTqocRHTZnGTtmfm5/SPgRHOSZXNS5X1OumxOsjQnWTYnWZqTqsfmJEtzkmVzkiWcZAknVZ4Q0aU5yRJOsoSTLJuTKt8Q0SWcZAknWTYnWZqTKgcRXcJJls1JluYkSzipchDRZXOSpTnJEk6yhJMq3xDR5S9+kKU5ybI5ydKcZNmcVLnW6bI5ydKcZNmcVNmcdNmcZAknWcJJls1JluakygduAAAAAAAAAAD/1RueMnDIa8uZDgAAAABJRU5ErkJggg=="
- id="image876" />
- </g>
- </mask>
- <clipPath
- id="clip49">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path879" />
- </clipPath>
- <clipPath
- id="clip50">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path882" />
- </clipPath>
- <clipPath
- id="clip51">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path885" />
- </clipPath>
- <clipPath
- id="clip52">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path888" />
- </clipPath>
- <clipPath
- id="clip53">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path891" />
- </clipPath>
- <clipPath
- id="clip54">
- <path
- d="M 11.203125,11 L 11.203125,193.40234 L 10.402344,193.40234 L 10.402344,11 L 11.203125,11 z"
- id="path894" />
- </clipPath>
- <linearGradient
- id="linear7"
- gradientUnits="userSpaceOnUse"
- x1="-17.003906"
- y1="-1194.6367"
- x2="144"
- y2="-1194.6367"
- gradientTransform="matrix(0,1.13292,-0.8,0,-944.509,30.262611)">
- <stop
- offset="0.0000215018"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop897" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop899" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop901" />
- </linearGradient>
- <clipPath
- id="clip48">
- <rect
- width="167"
- height="205"
- id="rect904"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface17"
- clip-path="url(#clip48)">
- <g
- clip-path="url(#clip49)"
- clip-rule="nonzero"
- id="g907">
- <g
- clip-path="url(#clip50)"
- clip-rule="nonzero"
- id="g909">
- <g
- clip-path="url(#clip51)"
- clip-rule="nonzero"
- id="g911">
- <g
- clip-path="url(#clip52)"
- clip-rule="nonzero"
- id="g913">
- <g
- clip-path="url(#clip53)"
- clip-rule="nonzero"
- id="g915">
- <g
- clip-path="url(#clip54)"
- clip-rule="nonzero"
- id="g917">
- <path
- style="fill:url(#linear7);fill-rule:nonzero;stroke:none"
- d="M 11.203125,11 L 10.402344,11 L 10.402344,193.40234 L 11.203125,193.40234 L 11.203125,11 z"
- id="path919" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip47">
- <rect
- width="167"
- height="205"
- id="rect922"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface16"
- clip-path="url(#clip47)">
- <use
- xlink:href="#surface17"
- mask="url(#mask8)"
- id="use925"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip43">
- <rect
- width="167"
- height="205"
- id="rect928"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface15"
- clip-path="url(#clip43)">
- <g
- clip-path="url(#clip44)"
- clip-rule="nonzero"
- id="g931">
- <g
- clip-path="url(#clip45)"
- clip-rule="nonzero"
- id="g933">
- <g
- clip-path="url(#clip46)"
- clip-rule="nonzero"
- id="g935">
- <use
- xlink:href="#surface16"
- id="use937"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip55">
- <rect
- width="167"
- height="205"
- id="rect940"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface18"
- clip-path="url(#clip55)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path943" />
- </g>
- <mask
- id="mask9">
- <g
- id="g946"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface18"
- id="use948"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip57">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path951" />
- </clipPath>
- <clipPath
- id="clip58">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path954" />
- </clipPath>
- <clipPath
- id="clip59">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path957" />
- </clipPath>
- <mask
- id="mask10">
- <g
- id="g960"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAAB0UlEQVR4nO3aMVYDMRBEwRGI+98X47dOCJXrB1UnUNCvm1k8AwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/1sx8334EHLz3zOzbr4AD4STrd8/Mz+1XwInmJEtzUrWEkyyzTpbmpGppTrI0J1nCSZVrnS5/c5KlOalyrdOlOckSTqrMOl2akyzhpMqs06U5yRJOqsw6XZqTLOGkyqzTpTnJ0pxU+SU8XcJJllmnyrVOl1knS3NS5VqnSzjJEk6qXOt0aU6yNCdZmpMqn5LoMutkaU6qzDpdZp0szUmVWafLrJOlOaky63SZdbKEk6q1Z+br9ivgZM/M3+1HwMmemdftR8DBoznJEk6yzDpVj3CSZdbJ0pxUudbpEk6yzDpVrnW6zDpZwkmVWadLOMky61SZdbo0J1makyzNSZUfftBl1snSnFT5lESX5iRLc1LlWqdLc5KlOalyrdOlOcnSnFS51unSnGQJJ1VmnS7hJMusk6U5qfIfIro0J1makyqfkujSnGQJJ1VmnS7hJMusU+UjPF1mnSzNSZVrnS7NSZbmpOpZM7NuvwIOntsPAAAAAAAAAIC6D532TrSHvp6fAAAAAElFTkSuQmCC"
- id="image962" />
- </g>
- </mask>
- <clipPath
- id="clip62">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path965" />
- </clipPath>
- <clipPath
- id="clip63">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path968" />
- </clipPath>
- <clipPath
- id="clip64">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path971" />
- </clipPath>
- <clipPath
- id="clip65">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path974" />
- </clipPath>
- <clipPath
- id="clip66">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path977" />
- </clipPath>
- <clipPath
- id="clip67">
- <path
- d="M 160.80469,80.519531 L 160.80469,192.19922 L 160.00391,192.19922 L 160.00391,80.519531 L 160.80469,80.519531 z"
- id="path980" />
- </clipPath>
- <linearGradient
- id="linear8"
- gradientUnits="userSpaceOnUse"
- x1="-17"
- y1="-1194.6367"
- x2="143.99609"
- y2="-1194.6367"
- gradientTransform="matrix(0,0.693685,-0.8,0,-794.909,92.310611)">
- <stop
- offset="0"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop983" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop985" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop987" />
- </linearGradient>
- <clipPath
- id="clip61">
- <rect
- width="167"
- height="205"
- id="rect990"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface21"
- clip-path="url(#clip61)">
- <g
- clip-path="url(#clip62)"
- clip-rule="nonzero"
- id="g993">
- <g
- clip-path="url(#clip63)"
- clip-rule="nonzero"
- id="g995">
- <g
- clip-path="url(#clip64)"
- clip-rule="nonzero"
- id="g997">
- <g
- clip-path="url(#clip65)"
- clip-rule="nonzero"
- id="g999">
- <g
- clip-path="url(#clip66)"
- clip-rule="nonzero"
- id="g1001">
- <g
- clip-path="url(#clip67)"
- clip-rule="nonzero"
- id="g1003">
- <path
- style="fill:url(#linear8);fill-rule:nonzero;stroke:none"
- d="M 160.80469,80.519531 L 160.00391,80.519531 L 160.00391,192.19922 L 160.80469,192.19922 L 160.80469,80.519531 z"
- id="path1005" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip60">
- <rect
- width="167"
- height="205"
- id="rect1008"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface20"
- clip-path="url(#clip60)">
- <use
- xlink:href="#surface21"
- mask="url(#mask10)"
- id="use1011"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip56">
- <rect
- width="167"
- height="205"
- id="rect1014"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface19"
- clip-path="url(#clip56)">
- <g
- clip-path="url(#clip57)"
- clip-rule="nonzero"
- id="g1017">
- <g
- clip-path="url(#clip58)"
- clip-rule="nonzero"
- id="g1019">
- <g
- clip-path="url(#clip59)"
- clip-rule="nonzero"
- id="g1021">
- <use
- xlink:href="#surface20"
- id="use1023"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip68">
- <rect
- width="167"
- height="205"
- id="rect1026"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface22"
- clip-path="url(#clip68)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1029" />
- </g>
- <mask
- id="mask11">
- <g
- id="g1032"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface22"
- id="use1034"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip70">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1037" />
- </clipPath>
- <clipPath
- id="clip71">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1040" />
- </clipPath>
- <clipPath
- id="clip72">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1043" />
- </clipPath>
- <mask
- id="mask12">
- <g
- id="g1046"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACmElEQVR4nO3T0WrCMBiA0V/HdO//tJsXbjcVhlixY+AnnAMhoWlKkM/dvJb3mTnMzHGZL+vjyvPr/a1nDzPzcefsZX77dcfTMr6u5tONvXvrR75zmpnPlee3zp23/NjPtn/2BWCNOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1m7Z19go90y9v+8Xtt/5J3rP/j3Ms4r63t7f3lvy5mX8gP3R1CZuNu14gAAAABJRU5ErkJggg=="
- id="image1048" />
- </g>
- </mask>
- <clipPath
- id="clip75">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1051" />
- </clipPath>
- <clipPath
- id="clip76">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1054" />
- </clipPath>
- <clipPath
- id="clip77">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1057" />
- </clipPath>
- <clipPath
- id="clip78">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1060" />
- </clipPath>
- <clipPath
- id="clip79">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1063" />
- </clipPath>
- <clipPath
- id="clip80">
- <path
- d="M 42.402344,198.19922 L 122.40234,198.19922 L 122.40234,199 L 42.402344,199 L 42.402344,198.19922 z"
- id="path1066" />
- </clipPath>
- <linearGradient
- id="linear9"
- gradientUnits="userSpaceOnUse"
- x1="-17.003906"
- y1="-1194.6367"
- x2="144"
- y2="-1194.6367"
- gradientTransform="matrix(0.496894,0,0,0.8,50.850202,1153.9106)">
- <stop
- offset="0.00001255"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1069" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1071" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1073" />
- </linearGradient>
- <clipPath
- id="clip74">
- <rect
- width="167"
- height="205"
- id="rect1076"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface25"
- clip-path="url(#clip74)">
- <g
- clip-path="url(#clip75)"
- clip-rule="nonzero"
- id="g1079">
- <g
- clip-path="url(#clip76)"
- clip-rule="nonzero"
- id="g1081">
- <g
- clip-path="url(#clip77)"
- clip-rule="nonzero"
- id="g1083">
- <g
- clip-path="url(#clip78)"
- clip-rule="nonzero"
- id="g1085">
- <g
- clip-path="url(#clip79)"
- clip-rule="nonzero"
- id="g1087">
- <g
- clip-path="url(#clip80)"
- clip-rule="nonzero"
- id="g1089">
- <path
- style="fill:url(#linear9);fill-rule:nonzero;stroke:none"
- d="M 42.402344,198.19922 L 42.402344,199 L 122.40234,199 L 122.40234,198.19922 L 42.402344,198.19922 z"
- id="path1091" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip73">
- <rect
- width="167"
- height="205"
- id="rect1094"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface24"
- clip-path="url(#clip73)">
- <use
- xlink:href="#surface25"
- mask="url(#mask12)"
- id="use1097"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip69">
- <rect
- width="167"
- height="205"
- id="rect1100"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface23"
- clip-path="url(#clip69)">
- <g
- clip-path="url(#clip70)"
- clip-rule="nonzero"
- id="g1103">
- <g
- clip-path="url(#clip71)"
- clip-rule="nonzero"
- id="g1105">
- <g
- clip-path="url(#clip72)"
- clip-rule="nonzero"
- id="g1107">
- <use
- xlink:href="#surface24"
- id="use1109"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip81">
- <rect
- width="167"
- height="205"
- id="rect1112"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface26"
- clip-path="url(#clip81)">
- <path
- style="fill:#ffffff;fill-opacity:0.15;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1115" />
- </g>
- <mask
- id="mask13">
- <g
- id="g1118"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface26"
- id="use1120"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip83">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1123" />
- </clipPath>
- <clipPath
- id="clip84">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1126" />
- </clipPath>
- <clipPath
- id="clip85">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1129" />
- </clipPath>
- <mask
- id="mask14">
- <g
- id="g1132"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACTklEQVR4nO3d22rbQBRA0eOipF/U//+xkPShTFBVyZLmTr0WGIJkiB82R2NdcAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQK5l9AeAPT8i4i0EyoSW+BNn8jHqg8DWEhE/N9sEyhT24owQKBNYIuL9YJ9AGepociYCZZhnkzMRKEOcTc5EoHR3ZXImAqWrq5MzESjd3I0zQqB0cuewviZQmsuZnIlAaaokzgiB0lDuYX1NoDRROjkTgVJdjcmZCJSqcifn42C7QKmm5uRMBEoVtdacWwKlWKs4IwRKodI4j9aeiUDJ1mLNuSVQsvSIM0KgZGi55twSKLf0jDNCoNzQ67C+JlAu6T05E4FyasTkTATKU6MmZyJQDo2OM0KgHBh5WF8TKP+YYXImAuUv68l5dp38bP/V9zwjUL7NNDkTgRIR86w5twTKtHFGCPTlLTH3jxUI9IXNuObcEuiLSlNToExnfUgXKFPZrjfXgZaes2xBoC9k78uQCcoUjr6pC5Thnp1GEihDnZ3jzA209Dr91fWuQP9jV07Am6AMcfXqkEDp7s6lS4HS1d3r6gKlm5ybPgRKF7l3JAmU5kpulxMoTZXeyylQmqlxo7FAaaLWXfACpbqaj2gIlKpqPz8kUKpp8XCbQKmi1ZOXAqVYy8eCBUqRR0T8avw/vlavz52/97blvvfO/vRiUr8B7+llqrpCeUIAAAAASUVORK5CYII="
- id="image1134" />
- </g>
- </mask>
- <clipPath
- id="clip88">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1137" />
- </clipPath>
- <clipPath
- id="clip89">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1140" />
- </clipPath>
- <clipPath
- id="clip90">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1143" />
- </clipPath>
- <clipPath
- id="clip91">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1146" />
- </clipPath>
- <clipPath
- id="clip92">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1149" />
- </clipPath>
- <clipPath
- id="clip93">
- <path
- d="M 12.003906,152.60156 L 12.003906,191.80078 L 12.003906,192.60156 L 12.804688,192.60156 L 52.003906,192.60156 L 52.003906,191.80078 L 12.804688,191.80078 L 12.804688,152.60156 L 12.003906,152.60156 z"
- id="path1152" />
- </clipPath>
- <linearGradient
- id="linear10"
- gradientUnits="userSpaceOnUse"
- x1="364.84375"
- y1="300.84375"
- x2="414.84375"
- y2="250.84375"
- gradientTransform="matrix(0.8,0,0,0.8,-279.997,-48.201389)">
- <stop
- offset="0.00048676"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1155" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1157" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1159" />
- </linearGradient>
- <clipPath
- id="clip87">
- <rect
- width="167"
- height="205"
- id="rect1162"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface29"
- clip-path="url(#clip87)">
- <g
- clip-path="url(#clip88)"
- clip-rule="nonzero"
- id="g1165">
- <g
- clip-path="url(#clip89)"
- clip-rule="nonzero"
- id="g1167">
- <g
- clip-path="url(#clip90)"
- clip-rule="nonzero"
- id="g1169">
- <g
- clip-path="url(#clip91)"
- clip-rule="nonzero"
- id="g1171">
- <g
- clip-path="url(#clip92)"
- clip-rule="nonzero"
- id="g1173">
- <g
- clip-path="url(#clip93)"
- clip-rule="nonzero"
- id="g1175">
- <path
- style="fill:url(#linear10);fill-rule:nonzero;stroke:none"
- d="M 12.003906,152.60156 L 12.003906,192.60156 L 52.003906,192.60156 L 52.003906,152.60156 L 12.003906,152.60156 z"
- id="path1177" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip86">
- <rect
- width="167"
- height="205"
- id="rect1180"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface28"
- clip-path="url(#clip86)">
- <use
- xlink:href="#surface29"
- mask="url(#mask14)"
- id="use1183"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip82">
- <rect
- width="167"
- height="205"
- id="rect1186"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface27"
- clip-path="url(#clip82)">
- <g
- clip-path="url(#clip83)"
- clip-rule="nonzero"
- id="g1189">
- <g
- clip-path="url(#clip84)"
- clip-rule="nonzero"
- id="g1191">
- <g
- clip-path="url(#clip85)"
- clip-rule="nonzero"
- id="g1193">
- <use
- xlink:href="#surface28"
- id="use1195"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip94">
- <rect
- width="167"
- height="205"
- id="rect1198"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface30"
- clip-path="url(#clip94)">
- <path
- style="fill:#ffffff;fill-opacity:0.1;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1201" />
- </g>
- <mask
- id="mask15">
- <g
- id="g1204"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface30"
- id="use1206"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip96">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1209" />
- </clipPath>
- <clipPath
- id="clip97">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1212" />
- </clipPath>
- <clipPath
- id="clip98">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1215" />
- </clipPath>
- <mask
- id="mask16">
- <g
- id="g1218"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACNklEQVR4nO3d7U6DMBSA4bOP+79fdag/NiJB6GAUeqLPkxB1TuKSNx1Qmp0i4ivq6iLifbC9Dbb3J1+nvl/7u7nHbo//rav8etnJufL+hEk1NeMUJlXVilOYVFcjTmGyi61xCpPdbIlTmOzq1TiFye6uL/xNF/cYPqIcypb4lkY+3MftsX2+8JpIaO3IKUwOsyZOYXKopXEKk8MtOebcGub4eWvDnNu/MP+4ZyOnMGmmFKcwaWouTmHS3FScwiSFcZzCJI1hnMIklT5OYZLONX6HuSSiUphr4isF3IUw/7VzCJOkziFMkupHTmGSTh+nMEnnHMIkqbmRU5g0NzVyCpMUrlEvzPHjwmST4cgpTFIZX0oSJmkMT4iESSrXKJ/YrHnLFyZVjS8lCZM0pk6IhEkKpbl1YdLUlhkiYbKrV2eIhMnu5k6IhElza2eIhMlh+rn1LWH2PwuTqpbOEAmTw/Vv68IknfExpzBJY3jMOXW9s3SzR//hAMJkF0tWXwqTJp6tvhQmzZRWXwqTppasWxcmTTxbty5MmindlSRMmpq7K0mYNDd1V5IwSWFuhkiYNDe8CC9MUhnPEAmTNC7xs3ZdmKRyifvoKUzSuUTEKYRJUks/cx0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjvMNLxlkoZazqWQAAAAASUVORK5CYII="
- id="image1220" />
- </g>
- </mask>
- <clipPath
- id="clip101">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1223" />
- </clipPath>
- <clipPath
- id="clip102">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1226" />
- </clipPath>
- <clipPath
- id="clip103">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1229" />
- </clipPath>
- <clipPath
- id="clip104">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1232" />
- </clipPath>
- <clipPath
- id="clip105">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1235" />
- </clipPath>
- <clipPath
- id="clip106">
- <path
- d="M 10.402344,50.199219 L 10.402344,11 L 10.402344,10.199219 L 11.203125,10.199219 L 50.402344,10.199219 L 50.402344,11 L 11.203125,11 L 11.203125,50.199219 L 10.402344,50.199219 z"
- id="path1238" />
- </clipPath>
- <linearGradient
- id="linear11"
- gradientUnits="userSpaceOnUse"
- x1="364.84375"
- y1="300.84375"
- x2="414.84375"
- y2="250.84375"
- gradientTransform="matrix(0.8,0,0,-0.8,-281.597,250.99861)">
- <stop
- offset="0.00048831"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1241" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1243" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1245" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1247" />
- </linearGradient>
- <clipPath
- id="clip100">
- <rect
- width="167"
- height="205"
- id="rect1250"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface33"
- clip-path="url(#clip100)">
- <g
- clip-path="url(#clip101)"
- clip-rule="nonzero"
- id="g1253">
- <g
- clip-path="url(#clip102)"
- clip-rule="nonzero"
- id="g1255">
- <g
- clip-path="url(#clip103)"
- clip-rule="nonzero"
- id="g1257">
- <g
- clip-path="url(#clip104)"
- clip-rule="nonzero"
- id="g1259">
- <g
- clip-path="url(#clip105)"
- clip-rule="nonzero"
- id="g1261">
- <g
- clip-path="url(#clip106)"
- clip-rule="nonzero"
- id="g1263">
- <path
- style="fill:url(#linear11);fill-rule:nonzero;stroke:none"
- d="M 10.402344,50.199219 L 10.402344,10.199219 L 50.402344,10.199219 L 50.402344,50.199219 L 10.402344,50.199219 z"
- id="path1265" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip99">
- <rect
- width="167"
- height="205"
- id="rect1268"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface32"
- clip-path="url(#clip99)">
- <use
- xlink:href="#surface33"
- mask="url(#mask16)"
- id="use1271"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip95">
- <rect
- width="167"
- height="205"
- id="rect1274"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface31"
- clip-path="url(#clip95)">
- <g
- clip-path="url(#clip96)"
- clip-rule="nonzero"
- id="g1277">
- <g
- clip-path="url(#clip97)"
- clip-rule="nonzero"
- id="g1279">
- <g
- clip-path="url(#clip98)"
- clip-rule="nonzero"
- id="g1281">
- <use
- xlink:href="#surface32"
- id="use1283"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip107">
- <rect
- width="167"
- height="205"
- id="rect1286"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface34"
- clip-path="url(#clip107)">
- <path
- style="fill:#ffffff;fill-opacity:0.4;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1289" />
- </g>
- <mask
- id="mask17">
- <g
- id="g1292"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface34"
- id="use1294"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip109">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1297" />
- </clipPath>
- <clipPath
- id="clip110">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1300" />
- </clipPath>
- <clipPath
- id="clip111">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1303" />
- </clipPath>
- <mask
- id="mask18">
- <g
- id="g1306"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAAIKElEQVR4nO3dXW7bOBhG4ddqEszlbGX2vzMnTXqRCFA5FMV/fqTOAWZcJ7JcNA9EUrKdh+gOvUp6kfT28+f99vif+72zW3f7nMf4vu9+7b+tyT8FWWpGmC+S/nlp8a9BZnqT9EttYMYAzYW5af8fLdnMMDf93KH1uoJZY1gugenbxxHml6QvjpzrtQLMp8C5XKvAfJf0xbC+Tj1ghvZRE+a7OHIu02owOXIuUizMVivsWJjH7a9gMudcoFVhvkuc55y5lWEyrE9cT5i+fbSGyYJo0u4A8ymOnNOVCrP2CrsXTI6ck3UnmOCcqLvBZEE0SSNgutv3hsmRc4LuCpMFkfFyYdYalkfAPN7nJLzR7g6TYd1owASnyYDJCz9MBkznJDwLIhuVwixFZg0mw7qRgMmCyGTAPN+GYX1gb/r+QdeYL+77SoXpm6/GwvxUHLIcmJznHBgwr7fhyDmgWjD32xlhMuc0GDAT5pzg7Bcw04Z2hvVOHWGWrJZrwIwBOhomw3qngJkOkyNnh2rDTHnszDCZczYOmPkwGdYbBswymFwhapQP5tnXesEMAb2CWYIsF+a7xBWi2gGzDkwWRJVrBTN2WLYIM2UfXCFqFDDrwmS1Xilg1ofJsF6hEMwYXC1h+vYxC0yG9cKA2Q4mR86CWsO8GpYtw3xK+ojY5ur5OXJmBMz2MJ8Sv8EttdBCJ2VYbgnT3T4FZuk5ylKYzDkzA2Y/mOBMCJh9Yb6LBVFUvWCezRdngPl0vvehMpichI8ImGNgvkssiEKlwIwB2hLm/nedEaZvWvBbHDlPA+ZYmJ+S9Lj6Kd0wYI6H+SWB0603THe7mWDut01gSuA8BkxDMCVw7uXADAG1DjME1QexNszj970wJXBKwDQJUwInMI3ClO6NcxTM0PNah1ljvhoFU7ovTmAahyndE2cJTB/Q1jBf9f3R3Kkwz9BdbROLOuf5PxUJU7ofTmBOAlO6F05gTgRTug/O0TBD81XrMEvnq1kwpXvgBOaEMKX1cdaA6W4/E8yns+00MKW1cQJzYpjSujiBOTlMaU2cISA9YaYAdWH65osxUHyoar1yKGZf1WBK6+EE5iIwpbVwAvPv+1PDlNbBCczFYEpr4ATmgjCl+XGGgIyAGQP0DObVCrs1zNQVflOY0tw4gbkwTGlenC1gxg7LFmHGQPTB9D3WBExpTpzAvAFMaT6cwLwJTGkunCNhxjxHDsyz+WIvmLHz1e4wpXlwAvNmMKU5cLaEGQO0J8wcdEvClOzjBOZNYUq2cQLzxjAluzivYNaYL5bA9O0jFmYJxBowrx5rAqZkEycwgSnJHs4eMEP7qAUzFxUwD1nCCUxg/pUVnLEwWy1kYmEet0+FWQNqCcyzfZmEKdnACUxgehuNE5jAPG0kzp4wffuYBWZoH8vClMbhBCYwL+uN86HvH3QKzNorbGBOAFPqixOYwEyqF05gAjO5HjhHwXS3B+ZktcYJTGBm1xJnCcxaw3IuzF8/f/8cmLXPa+Y+/9QwpXY4gQnM4lrgBCYwq1QbJzDzH/Os8NhlYEp1cQITmFWrhbMGzFJkd4b5W98ol4Ep1cEJTGA2qRQnMIHZrBKcO0wfkJ4wffPVWJi/VY6sBFfJvpaGKeXjBCYwm5eDsybMN6X/0lIrMEtwATOiVJzABGa3UnACE5hdi8XpwiyZL9aAGQP09ed5NgFzymJwAhOYQ7rC2QJm6rAMzBvClMI4gQnMoZ3hBCYwh+fDeQYzZ75YE2ZoH1cwa5w8L4GZsi9g/uTiBCYwzfRw/lwT5tm0YDaYKfsAZsUeh1tgAtNUDwETmEbb8Z3BTJkvtoDp2wcwb9ImYALTaL5huxbMq2EZmMAMtgmYwDTaPqwDE5jm2kGevUFtBEx3+xSYrU+4l+wLmIltAiYwjVYb5tmwPAPM0D6AOaDjnBOYwDRV6pGzJcx97gtMkpR25AQmMLt2PM8JTGCa6nhtPRemu51lmE/9//egf3i2AaaB3GEdmMA0k29BNAvM1HOUtWEe7wOzQWdHTmACc3juCz+ACUwzuS+ZuwPMZ8HzAbNj7qkkYALTTKG3aViE6RuWY2DGoo7Z1/4bK4DZuLO3aQATmMO7Os8JTGAOK3Se82wuOiPM0vkqMAeUeoUImNStlCtEo2C6K+zQKhyYCxV7hQiY1L2YK0TApCHFXiGaEWbufBWYRoq5QgRMGtLxyJn7Tsxfqg9zvwXmjduPnMAEprlKPlQBmNS0q/OcqTBDq+TY+WPKKrx0vgpMw4XOcwKThpY6pLeEWWNaAMyFSvlQBWBS12I/VAGY1D3fFaIrmGcIrmCG0JXAjF3hA3Oyro6cwKRhhT6OpgfMFKi5K3xgTtrZqSRg0vB8L5kDJpnIXRDFwrxaJbeGefVYYC7Q8cgJTDLVfuSMgemD0RJmzmOBuVCbgElG2wRMMtqL4mHGrpJbwTzbFzAXbRMwyWgv6gMzBBWY5G0TMMlo+5GzdFgGJlVvEzDJaJuASUbbj5zAJHMdcQKTTPWidnPOEpj7fWDeuFZzTmBScS3mnMCkKu3Deos5JzCpqLPznMCk4fnmnMAkE7lzTmCSma4WRMCkYYUWRLH3S6YFwKTTYl/4AUzqXsxJeGDSkHLnnMCk5oVe+AFMGlrqnBOY1K2UOScwqWuxc05gUvdi5pzApCFdzTmBScM6vjX4CmYKVGBScWdzTmDS8HxzTmCSidw5JzDJTMfznMAkU9X4OBpgUpNK3xoMTGpWyVuDgUlNy/04GmBS8x6S/tXf2L4O9z89X5NASR36A2FFGu3mmYDJAAAAAElFTkSuQmCC"
- id="image1308" />
- </g>
- </mask>
- <clipPath
- id="clip114">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1311" />
- </clipPath>
- <clipPath
- id="clip115">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1314" />
- </clipPath>
- <clipPath
- id="clip116">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1317" />
- </clipPath>
- <clipPath
- id="clip117">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1320" />
- </clipPath>
- <clipPath
- id="clip118">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1323" />
- </clipPath>
- <clipPath
- id="clip119">
- <path
- d="M 102.16797,17.90625 L 149.89844,65.636719 L 149.33203,66.199219 L 101.60156,18.472656 L 102.16797,17.90625 z"
- id="path1326" />
- </clipPath>
- <linearGradient
- id="linear12"
- gradientUnits="userSpaceOnUse"
- x1="-17.960938"
- y1="-1194.6367"
- x2="144.94531"
- y2="-1194.6367"
- gradientTransform="matrix(0.296458,0.296458,-0.565686,0.565686,-568.57924,698.73542)">
- <stop
- offset="0.0058968"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1329" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1331" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1333" />
- </linearGradient>
- <clipPath
- id="clip113">
- <rect
- width="167"
- height="205"
- id="rect1336"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface37"
- clip-path="url(#clip113)">
- <g
- clip-path="url(#clip114)"
- clip-rule="nonzero"
- id="g1339">
- <g
- clip-path="url(#clip115)"
- clip-rule="nonzero"
- id="g1341">
- <g
- clip-path="url(#clip116)"
- clip-rule="nonzero"
- id="g1343">
- <g
- clip-path="url(#clip117)"
- clip-rule="nonzero"
- id="g1345">
- <g
- clip-path="url(#clip118)"
- clip-rule="nonzero"
- id="g1347">
- <g
- clip-path="url(#clip119)"
- clip-rule="nonzero"
- id="g1349">
- <path
- style="fill:url(#linear12);fill-rule:nonzero;stroke:none"
- d="M 125.75,-6.242188 L 77.457031,42.050781 L 125.75,90.347656 L 174.04297,42.050781 L 125.75,-6.242188 z"
- id="path1351" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip112">
- <rect
- width="167"
- height="205"
- id="rect1354"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface36"
- clip-path="url(#clip112)">
- <use
- xlink:href="#surface37"
- mask="url(#mask18)"
- id="use1357"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip108">
- <rect
- width="167"
- height="205"
- id="rect1360"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface35"
- clip-path="url(#clip108)">
- <g
- clip-path="url(#clip109)"
- clip-rule="nonzero"
- id="g1363">
- <g
- clip-path="url(#clip110)"
- clip-rule="nonzero"
- id="g1365">
- <g
- clip-path="url(#clip111)"
- clip-rule="nonzero"
- id="g1367">
- <use
- xlink:href="#surface36"
- id="use1369"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip120">
- <rect
- width="167"
- height="205"
- id="rect1372"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface38"
- clip-path="url(#clip120)">
- <path
- style="fill:#ffffff;fill-opacity:0.1;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1375" />
- </g>
- <mask
- id="mask19">
- <g
- id="g1378"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface38"
- id="use1380"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip122">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1383" />
- </clipPath>
- <clipPath
- id="clip123">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1386" />
- </clipPath>
- <clipPath
- id="clip124">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1389" />
- </clipPath>
- <mask
- id="mask20">
- <g
- id="g1392"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAAH3UlEQVR4nO3d3XLbNhRF4W1F9vSuT9L3fzeptXthsWFhgATIA+AAXGsmo7hWqDT+gh+SVt5Es/dL0vvrx0fiMfz51nNjv7b013xIuidef3n861bjT4PcNCrMu6Q/wDlvI8P8kvQFzjkbHeanJIFzvmaA+Snp6279J0Ndy4F5BpkFzBjQEOZDTOtTNRPMpxg5p6kVzK1p2RLmU2LNOUMzwnyKaX34ZoX5ENP60I0Ec32MHJiMnAM3O0xGzkFrDTMXqCXMv8XIOVxXgcl5zsG6EkzOcw7UEZjWO+xS1B+v3/cRmIycg3RFmE+9flPkt14wc45xBGYMYgwmGyLnXRkm07rjrg6TDZHTfmkfT+0ddg+YPy5fMnL6CpiMnC7rDXPrGFYwYwhT/42R00nAjNwyx8jZv7u+v9hnYO4B9QyTNafTgJkeQbkTvmPA3FlzMq33aYGZC68WzNgxcmH+o/+jsoTJhqhTwNyHyc3GHbKEmQI6A0xGzsYBMx8mOBsGzDKYbIgaFcI8uku2ghm+VgnM2A0aNWBynrNBwDwG87n84VGdSmDWmpY9wWTN6SRgGqw5wWkfMI3WnEzrtqVgttxhW8M8A/HMMRg5DQOmHcynGDnNqgkzF9lMMBk5jQKmPUzOcxoEzDowmdZPtgczBNoaZuovSA5MC2RncXOz8cGAWRcmI+fBgFkf6lOsOYsDZhuYbIgKA2Y7mEzrBeXCXB57wQyBjgST85wHAmZ7mIycGbWEmZqWrwiTNedOwOwH8ylJb7tfomsGzL4wPyVwxiqFabFePANzeTwCs/cJ94e+7xX9AVMCZxgwncCUwLmuB8wcoF5hnjnGLkwJnEvAdAZTAqcETJcwJXAehWm5w74azPXnkzCla+MEpmOY0nVx9oS5dQxgrroiTmAOAFO6Hk5gDgJTuhbOszAt1ou9YLY+4R7CfLz+H4q6Ck5gDgZTugZODzBjxxgF5tYxYhBNYErz4wTmoDCluXFawTwzLQPzRLPiBObgMKU5cQJzApjSfDjXMHvtsFPPL4HpYYcd3qARe054LDOY0lw4gTkRTGkenNYwj0zLXmCWHMMtTGkOnMCcEKY0Pk5gTgpTGhtnDGbrHfZMMB/Bc7vClMbFCczJYUpj4qwFswSZN5ixaTkHZuz1XcCUxsMJzIvAlMbCCcwLwZTGwbkFs9V6cQ//EZhnoFrAXD52B1MaAycwLwhT8o8TmPvoUhCHhin5xgnMC8OU/OIE5sVhSj5x5sCsvcPO3fmPCHPv9VzAlPzhBCYw/8sTzlYwt6bl2GPsLbV7wUxNy9PBlPzgBCYwf+QBJzCBGa03zpFgro9RCnMLSu76sQRi7uu7hSn1xQlMYG7WC2drmLlAPcI8A3FYmFIfnMAEZlatcQITmNm1xHkEZsl6sQbMD0k35cFModt7Ti7qS8GU2uEEJjCLa4GzF8y9Y3iGaQF1aJhSfZzABObhauIEJjBPVQvnGZg5QL3CfATPbQ1z+Xh4mFIdnMAEpknWOHvDTB0jB+anvr+wpTBjqIBpkCVOYALTNCucwASmeRY43/UbZ40dtneYy8fANO4sTmACs1pncC4we+6wU8fYOuYa5nJeMgWxNswzUKeGKR3HCUxgVu8ITkuYR6dlDzAtpmVgblSKE5jAbFYJTmACs2m5ON8VR9ALZvhaJTBT60VgOisHJzCB2aU9nDVghsfoDbMVMmAWtoUTmMDsWgonMIHZvRjOPQQjwuy1XjxyDGC+CnECE5huWuOsCXN5BCYws1twAhOY7noTMIHptPUd7Geg1IKZOkuQA7P1DhuYxt0ETGA6be8u9uXnNaZlzzBr4wZmRjcBE5hOW6Z1YALTXVv4esEMgY4Ec+sYwCwsNXICE5jdiyGsscMGJhUXjpzABKab1rt1YALTVeEVol4wl8cjMD2ecAemQesrRMAEpqtK3h0ud1oeCaY1bmAaljqVBExgdm/r8iUwgdm1s29feFWY64+BWamckROYwOxSzi1ze58HJlVp75Y5YAKzW1u3zAETmF2LXbL0CrP1CfeHfr5LCDUsHDmBCUw3hW8Gm3taaTSYJccAppNKr60Dk5qV863BwKQu5V5bByY1L/cKETCpeaXX1ktgtt5hp9ABc9BKrq0Dk5qWe229NUyLc5TAHLyca+vApC7tXVsHJnVr69r6iDAfwef2/jEsclzq2jowqXvrNScwyVXhtXVgkptyb/wAJjUvPM95BKYF1DMwl0dgTla45gQmuWnr7WhawNw6Rs40HYMZHosGLXUSHpjUvdjlS2CSi8IN0Sgw945PE7QeOYFJrlpGzpowU+j2nnPk9WmibgImOQ2Y5La78mGWQK0BM/X6NGk3AZOcdlcbmI/gucCk3W4CJjltjROY5Kq78tCVwoyhAiYVdRMwyWnLyFkD5vIxMOlQsTUnMMlFC05gkrvW5zlzd9i1YS4f08Vbj5zAJFctI6cVzCMQgUnRYtfWgUkuCs9zApPcFF4hAia5aT1yApNctYycFjtsYJJp4YYImOSm9bQOTHJVePkSmOSmrVvmgEldK/02DWBSs0q+TQOY1LSja05gUvWOrDmBSU2y/NZgYJJp6+8hshxBiU5XY81JZJL1mpPILMs1J5FpVm9HQ2Re7poTmNS8nDUnMKlLe2tOYFK3ttacwKSuvUn6U7//0YLlx2fwuP45UZP+BaUJ9t6ZXZ16AAAAAElFTkSuQmCC"
- id="image1394" />
- </g>
- </mask>
- <clipPath
- id="clip127">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1397" />
- </clipPath>
- <clipPath
- id="clip128">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1400" />
- </clipPath>
- <clipPath
- id="clip129">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1403" />
- </clipPath>
- <clipPath
- id="clip130">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1406" />
- </clipPath>
- <clipPath
- id="clip131">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1409" />
- </clipPath>
- <clipPath
- id="clip132">
- <path
- d="M 97.367188,21.90625 L 145.09766,69.636719 L 144.53125,70.199219 L 96.804688,22.472656 L 97.367188,21.90625 z"
- id="path1412" />
- </clipPath>
- <linearGradient
- id="linear13"
- gradientUnits="userSpaceOnUse"
- x1="-17.949219"
- y1="-1194.6367"
- x2="144.94922"
- y2="-1194.6367"
- gradientTransform="matrix(0.296458,0.296458,-0.565686,0.565686,-573.38089,702.7338)">
- <stop
- offset="0.00583203"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1415" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1417" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1419" />
- </linearGradient>
- <clipPath
- id="clip126">
- <rect
- width="167"
- height="205"
- id="rect1422"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface41"
- clip-path="url(#clip126)">
- <g
- clip-path="url(#clip127)"
- clip-rule="nonzero"
- id="g1425">
- <g
- clip-path="url(#clip128)"
- clip-rule="nonzero"
- id="g1427">
- <g
- clip-path="url(#clip129)"
- clip-rule="nonzero"
- id="g1429">
- <g
- clip-path="url(#clip130)"
- clip-rule="nonzero"
- id="g1431">
- <g
- clip-path="url(#clip131)"
- clip-rule="nonzero"
- id="g1433">
- <g
- clip-path="url(#clip132)"
- clip-rule="nonzero"
- id="g1435">
- <path
- style="fill:url(#linear13);fill-rule:nonzero;stroke:none"
- d="M 120.95313,-2.242188 L 72.660156,46.050781 L 120.95313,94.34375 L 169.24609,46.050781 L 120.95313,-2.242188 z"
- id="path1437" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip125">
- <rect
- width="167"
- height="205"
- id="rect1440"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface40"
- clip-path="url(#clip125)">
- <use
- xlink:href="#surface41"
- mask="url(#mask20)"
- id="use1443"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip121">
- <rect
- width="167"
- height="205"
- id="rect1446"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface39"
- clip-path="url(#clip121)">
- <g
- clip-path="url(#clip122)"
- clip-rule="nonzero"
- id="g1449">
- <g
- clip-path="url(#clip123)"
- clip-rule="nonzero"
- id="g1451">
- <g
- clip-path="url(#clip124)"
- clip-rule="nonzero"
- id="g1453">
- <use
- xlink:href="#surface40"
- id="use1455"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip133">
- <rect
- width="167"
- height="205"
- id="rect1458"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface42"
- clip-path="url(#clip133)">
- <path
- style="fill:#ffffff;fill-opacity:0.4;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1461" />
- </g>
- <mask
- id="mask21">
- <g
- id="g1464"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface42"
- id="use1466"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip135">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1469" />
- </clipPath>
- <clipPath
- id="clip136">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1472" />
- </clipPath>
- <clipPath
- id="clip137">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1475" />
- </clipPath>
- <mask
- id="mask22">
- <g
- id="g1478"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAAH3UlEQVR4nO3d3XLbNhRF4W1F9vSuT9L3fzeptXthsWFhgATIA+AAXGsmo7hWqDT+gh+SVt5Es/dL0vvrx0fiMfz51nNjv7b013xIuidef3n861bjT4PcNCrMu6Q/wDlvI8P8kvQFzjkbHeanJIFzvmaA+Snp6279J0Ndy4F5BpkFzBjQEOZDTOtTNRPMpxg5p6kVzK1p2RLmU2LNOUMzwnyKaX34ZoX5ENP60I0Ec32MHJiMnAM3O0xGzkFrDTMXqCXMv8XIOVxXgcl5zsG6EkzOcw7UEZjWO+xS1B+v3/cRmIycg3RFmE+9flPkt14wc45xBGYMYgwmGyLnXRkm07rjrg6TDZHTfmkfT+0ddg+YPy5fMnL6CpiMnC7rDXPrGFYwYwhT/42R00nAjNwyx8jZv7u+v9hnYO4B9QyTNafTgJkeQbkTvmPA3FlzMq33aYGZC68WzNgxcmH+o/+jsoTJhqhTwNyHyc3GHbKEmQI6A0xGzsYBMx8mOBsGzDKYbIgaFcI8uku2ghm+VgnM2A0aNWBynrNBwDwG87n84VGdSmDWmpY9wWTN6SRgGqw5wWkfMI3WnEzrtqVgttxhW8M8A/HMMRg5DQOmHcynGDnNqgkzF9lMMBk5jQKmPUzOcxoEzDowmdZPtgczBNoaZuovSA5MC2RncXOz8cGAWRcmI+fBgFkf6lOsOYsDZhuYbIgKA2Y7mEzrBeXCXB57wQyBjgST85wHAmZ7mIycGbWEmZqWrwiTNedOwOwH8ylJb7tfomsGzL4wPyVwxiqFabFePANzeTwCs/cJ94e+7xX9AVMCZxgwncCUwLmuB8wcoF5hnjnGLkwJnEvAdAZTAqcETJcwJXAehWm5w74azPXnkzCla+MEpmOY0nVx9oS5dQxgrroiTmAOAFO6Hk5gDgJTuhbOszAt1ou9YLY+4R7CfLz+H4q6Ck5gDgZTugZODzBjxxgF5tYxYhBNYErz4wTmoDCluXFawTwzLQPzRLPiBObgMKU5cQJzApjSfDjXMHvtsFPPL4HpYYcd3qARe054LDOY0lw4gTkRTGkenNYwj0zLXmCWHMMtTGkOnMCcEKY0Pk5gTgpTGhtnDGbrHfZMMB/Bc7vClMbFCczJYUpj4qwFswSZN5ixaTkHZuz1XcCUxsMJzIvAlMbCCcwLwZTGwbkFs9V6cQ//EZhnoFrAXD52B1MaAycwLwhT8o8TmPvoUhCHhin5xgnMC8OU/OIE5sVhSj5x5sCsvcPO3fmPCHPv9VzAlPzhBCYw/8sTzlYwt6bl2GPsLbV7wUxNy9PBlPzgBCYwf+QBJzCBGa03zpFgro9RCnMLSu76sQRi7uu7hSn1xQlMYG7WC2drmLlAPcI8A3FYmFIfnMAEZlatcQITmNm1xHkEZsl6sQbMD0k35cFModt7Ti7qS8GU2uEEJjCLa4GzF8y9Y3iGaQF1aJhSfZzABObhauIEJjBPVQvnGZg5QL3CfATPbQ1z+Xh4mFIdnMAEpknWOHvDTB0jB+anvr+wpTBjqIBpkCVOYALTNCucwASmeRY43/UbZ40dtneYy8fANO4sTmACs1pncC4we+6wU8fYOuYa5nJeMgWxNswzUKeGKR3HCUxgVu8ITkuYR6dlDzAtpmVgblSKE5jAbFYJTmACs2m5ON8VR9ALZvhaJTBT60VgOisHJzCB2aU9nDVghsfoDbMVMmAWtoUTmMDsWgonMIHZvRjOPQQjwuy1XjxyDGC+CnECE5huWuOsCXN5BCYws1twAhOY7noTMIHptPUd7Geg1IKZOkuQA7P1DhuYxt0ETGA6be8u9uXnNaZlzzBr4wZmRjcBE5hOW6Z1YALTXVv4esEMgY4Ec+sYwCwsNXICE5jdiyGsscMGJhUXjpzABKab1rt1YALTVeEVol4wl8cjMD2ecAemQesrRMAEpqtK3h0ud1oeCaY1bmAaljqVBExgdm/r8iUwgdm1s29feFWY64+BWamckROYwOxSzi1ze58HJlVp75Y5YAKzW1u3zAETmF2LXbL0CrP1CfeHfr5LCDUsHDmBCUw3hW8Gm3taaTSYJccAppNKr60Dk5qV863BwKQu5V5bByY1L/cKETCpeaXX1ktgtt5hp9ABc9BKrq0Dk5qWe229NUyLc5TAHLyca+vApC7tXVsHJnVr69r6iDAfwef2/jEsclzq2jowqXvrNScwyVXhtXVgkptyb/wAJjUvPM95BKYF1DMwl0dgTla45gQmuWnr7WhawNw6Rs40HYMZHosGLXUSHpjUvdjlS2CSi8IN0Sgw945PE7QeOYFJrlpGzpowU+j2nnPk9WmibgImOQ2Y5La78mGWQK0BM/X6NGk3AZOcdlcbmI/gucCk3W4CJjltjROY5Kq78tCVwoyhAiYVdRMwyWnLyFkD5vIxMOlQsTUnMMlFC05gkrvW5zlzd9i1YS4f08Vbj5zAJFctI6cVzCMQgUnRYtfWgUkuCs9zApPcFF4hAia5aT1yApNctYycFjtsYJJp4YYImOSm9bQOTHJVePkSmOSmrVvmgEldK/02DWBSs0q+TQOY1LSja05gUvWOrDmBSU2y/NZgYJJp6+8hshxBiU5XY81JZJL1mpPILMs1J5FpVm9HQ2Re7poTmNS8nDUnMKlLe2tOYFK3ttacwKSuvUn6U7//0YLlx2fwuP45UZP+BaUJ9t6ZXZ16AAAAAElFTkSuQmCC"
- id="image1480" />
- </g>
- </mask>
- <clipPath
- id="clip140">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1483" />
- </clipPath>
- <clipPath
- id="clip141">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1486" />
- </clipPath>
- <clipPath
- id="clip142">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1489" />
- </clipPath>
- <clipPath
- id="clip143">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1492" />
- </clipPath>
- <clipPath
- id="clip144">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1495" />
- </clipPath>
- <clipPath
- id="clip145">
- <path
- d="M 113.37109,5.90625 L 161.09766,53.636719 L 160.53516,54.199219 L 112.80469,6.472656 L 113.37109,5.90625 z"
- id="path1498" />
- </clipPath>
- <linearGradient
- id="linear14"
- gradientUnits="userSpaceOnUse"
- x1="-17.949219"
- y1="-1194.6367"
- x2="144.94922"
- y2="-1194.6367"
- gradientTransform="matrix(0.296458,0.296458,-0.565686,0.565686,-557.38087,686.73378)">
- <stop
- offset="0.00583203"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1501" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1503" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1505" />
- </linearGradient>
- <clipPath
- id="clip139">
- <rect
- width="167"
- height="205"
- id="rect1508"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface45"
- clip-path="url(#clip139)">
- <g
- clip-path="url(#clip140)"
- clip-rule="nonzero"
- id="g1511">
- <g
- clip-path="url(#clip141)"
- clip-rule="nonzero"
- id="g1513">
- <g
- clip-path="url(#clip142)"
- clip-rule="nonzero"
- id="g1515">
- <g
- clip-path="url(#clip143)"
- clip-rule="nonzero"
- id="g1517">
- <g
- clip-path="url(#clip144)"
- clip-rule="nonzero"
- id="g1519">
- <g
- clip-path="url(#clip145)"
- clip-rule="nonzero"
- id="g1521">
- <path
- style="fill:url(#linear14);fill-rule:nonzero;stroke:none"
- d="M 136.95312,-18.242188 L 88.660156,30.050781 L 136.95312,78.34375 L 185.24609,30.050781 L 136.95312,-18.242188 z"
- id="path1523" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip138">
- <rect
- width="167"
- height="205"
- id="rect1526"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface44"
- clip-path="url(#clip138)">
- <use
- xlink:href="#surface45"
- mask="url(#mask22)"
- id="use1529"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip134">
- <rect
- width="167"
- height="205"
- id="rect1532"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface43"
- clip-path="url(#clip134)">
- <g
- clip-path="url(#clip135)"
- clip-rule="nonzero"
- id="g1535">
- <g
- clip-path="url(#clip136)"
- clip-rule="nonzero"
- id="g1537">
- <g
- clip-path="url(#clip137)"
- clip-rule="nonzero"
- id="g1539">
- <use
- xlink:href="#surface44"
- id="use1541"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip146">
- <rect
- width="167"
- height="205"
- id="rect1544"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface46"
- clip-path="url(#clip146)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1547" />
- </g>
- <mask
- id="mask23">
- <g
- id="g1550"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface46"
- id="use1552"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip148">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1555" />
- </clipPath>
- <clipPath
- id="clip149">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1558" />
- </clipPath>
- <clipPath
- id="clip150">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1561" />
- </clipPath>
- <mask
- id="mask24">
- <g
- id="g1564"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACcUlEQVR4nO3csW4jMRBEwaHN//9iy6tEIeGUz0AVcLmCRl8PdtczAAAAAAAAAMBf1sx83/4RcPDaI5w0CSdZSzjJEk6y9sx83f4RcLI//yBHc1LlIKJLOMkSTrJsTrI0J1UOIrqEkyzhJEs4yXKtU7U8WydLc5Jlc5IlnGQJJ1XL5iTLtU6W5iTL5iRLOKnyyhxdwkmWcJLlWidLc1LlIKJLOMkSTrKEkyzXOlW+IaJLc5Jlc5IlnGQJJ1W+IaLLtU6W5iTL5iRLOKnyyhxdwkmWcJLlWidLc1LlIKLLf+tkaU6yhJMs4aTKQUSXcJLlWifLy8ZkaU6qHER0CSdZwkmWzUmWa50qf1SBLpuTLOEkSzjJEk6qPCGiy7VOluYkSzjJEk6qHER0CSdZrnWyvJVElbeS6LI5yRJOsoSTLJuTLNc6VUtrkiWcZAknWXtmXrd/BJzsmfm9/SPg4NGcZAknWcJJls1JluakykFEl3CSZXOSpTnJEk6qHER02ZxkaU6yhJMs4aTqsTnJ0pxkCSdZwkmWcFLlCRFdrnWyNCdZwkmWcFLlCRFdmpMs4SRLOMmyOcnSnFR5fEmXcJJlc5KlOckSTqocRHTZnGTtmfm5/SPgRHOSZXNS5X1OumxOsjQnWTYnWZqTqsfmJEtzkmVzkiWcZAknVZ4Q0aU5yRJOsoSTLJuTKt8Q0SWcZAknWTYnWZqTKgcRXcJJls1JluYkSzipchDRZXOSpTnJEk6yhJMq3xDR5S9+kKU5ybI5ydKcZNmcVLnW6bI5ydKcZNmcVNmcdNmcZAknWcJJls1JluakygduAAAAAAAAAAD/1RueMnDIa8uZDgAAAABJRU5ErkJggg=="
- id="image1566" />
- </g>
- </mask>
- <clipPath
- id="clip153">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1569" />
- </clipPath>
- <clipPath
- id="clip154">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1572" />
- </clipPath>
- <clipPath
- id="clip155">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1575" />
- </clipPath>
- <clipPath
- id="clip156">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1578" />
- </clipPath>
- <clipPath
- id="clip157">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1581" />
- </clipPath>
- <clipPath
- id="clip158">
- <path
- d="M 6.402344,11 L 6.402344,193.40234 L 5.601562,193.40234 L 5.601562,11 L 6.402344,11 z"
- id="path1584" />
- </clipPath>
- <linearGradient
- id="linear15"
- gradientUnits="userSpaceOnUse"
- x1="-17.003906"
- y1="-1194.6367"
- x2="144"
- y2="-1194.6367"
- gradientTransform="matrix(0,1.13292,-0.8,0,-949.309,30.262611)">
- <stop
- offset="0.0000215018"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1587" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1589" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1591" />
- </linearGradient>
- <clipPath
- id="clip152">
- <rect
- width="167"
- height="205"
- id="rect1594"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface49"
- clip-path="url(#clip152)">
- <g
- clip-path="url(#clip153)"
- clip-rule="nonzero"
- id="g1597">
- <g
- clip-path="url(#clip154)"
- clip-rule="nonzero"
- id="g1599">
- <g
- clip-path="url(#clip155)"
- clip-rule="nonzero"
- id="g1601">
- <g
- clip-path="url(#clip156)"
- clip-rule="nonzero"
- id="g1603">
- <g
- clip-path="url(#clip157)"
- clip-rule="nonzero"
- id="g1605">
- <g
- clip-path="url(#clip158)"
- clip-rule="nonzero"
- id="g1607">
- <path
- style="fill:url(#linear15);fill-rule:nonzero;stroke:none"
- d="M 6.402344,11 L 5.601562,11 L 5.601562,193.40234 L 6.402344,193.40234 L 6.402344,11 z"
- id="path1609" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip151">
- <rect
- width="167"
- height="205"
- id="rect1612"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface48"
- clip-path="url(#clip151)">
- <use
- xlink:href="#surface49"
- mask="url(#mask24)"
- id="use1615"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip147">
- <rect
- width="167"
- height="205"
- id="rect1618"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface47"
- clip-path="url(#clip147)">
- <g
- clip-path="url(#clip148)"
- clip-rule="nonzero"
- id="g1621">
- <g
- clip-path="url(#clip149)"
- clip-rule="nonzero"
- id="g1623">
- <g
- clip-path="url(#clip150)"
- clip-rule="nonzero"
- id="g1625">
- <use
- xlink:href="#surface48"
- id="use1627"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip159">
- <rect
- width="167"
- height="205"
- id="rect1630"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface50"
- clip-path="url(#clip159)">
- <path
- style="fill:#ffffff;fill-opacity:0.2;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1633" />
- </g>
- <mask
- id="mask25">
- <g
- id="g1636"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface50"
- id="use1638"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip161">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1641" />
- </clipPath>
- <clipPath
- id="clip162">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1644" />
- </clipPath>
- <clipPath
- id="clip163">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1647" />
- </clipPath>
- <mask
- id="mask26">
- <g
- id="g1650"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAAB2klEQVR4nO3buZHDMBREwc8SlH++q4NKAN4aeEZ3BDCmZghSmgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgP+6ZuZx+hCw8Vkzs06fAjaEk6y/NTPP06eAHeEky6xTdQknWWadLOGkyqzTJZxkmXWqzDpdmpMszUnVpTnJ0pxkaU6q3Nbp0pxkaU6yNCdVnjnp0pxkaU6qzDpdZp0s4aTKrNMlnGSZdar8npMus06WcFJl1ukSTrLMOlVewtNl1snSnGRpTqo8c9KlOcnSnFT5QkSX5iRLc1Lltk6X5iRLc1Lltk6X5iRLc1Lltk6X5iRLc1Jl1ulaM/M9fQjYWTPzOX0I2Fkz8zp9CNi418y8T58CdoSTLLNOlVmnSzjJEk6qbs+cZGlOsoSTKrNOl+YkS3NS5SU8XcJJllknS3NS5ZmTLrNOluakyhciuvz7kizNSZXbOl2akyzNSZZwUuVVEl2akyzhpMqs06U5ydKcVPlCRJdwkmXWqTLrdAknWWadLM1JlS9EdGlOsoSTKrNOl+YkSzipMut0aU6yNCdVfvhBl3CSZdapMut0CSdZZp0szUnVffoAAAAAAAAAAFD3Ax5PUMHWDtzMAAAAAElFTkSuQmCC"
- id="image1652" />
- </g>
- </mask>
- <clipPath
- id="clip166">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1655" />
- </clipPath>
- <clipPath
- id="clip167">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1658" />
- </clipPath>
- <clipPath
- id="clip168">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1661" />
- </clipPath>
- <clipPath
- id="clip169">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1664" />
- </clipPath>
- <clipPath
- id="clip170">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1667" />
- </clipPath>
- <clipPath
- id="clip171">
- <path
- d="M 155.20312,77.691406 L 155.20312,193.48828 L 156.00391,193.48828 L 156.00391,77.691406 L 155.20312,77.691406 z"
- id="path1670" />
- </clipPath>
- <linearGradient
- id="linear16"
- gradientUnits="userSpaceOnUse"
- x1="-17"
- y1="-1194.6367"
- x2="144"
- y2="-1194.6367"
- gradientTransform="matrix(0,0.71923,0.8,0,1110.915,89.918611)">
- <stop
- offset="0.00000563054"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1673" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1675" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1677" />
- </linearGradient>
- <clipPath
- id="clip165">
- <rect
- width="167"
- height="205"
- id="rect1680"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface53"
- clip-path="url(#clip165)">
- <g
- clip-path="url(#clip166)"
- clip-rule="nonzero"
- id="g1683">
- <g
- clip-path="url(#clip167)"
- clip-rule="nonzero"
- id="g1685">
- <g
- clip-path="url(#clip168)"
- clip-rule="nonzero"
- id="g1687">
- <g
- clip-path="url(#clip169)"
- clip-rule="nonzero"
- id="g1689">
- <g
- clip-path="url(#clip170)"
- clip-rule="nonzero"
- id="g1691">
- <g
- clip-path="url(#clip171)"
- clip-rule="nonzero"
- id="g1693">
- <path
- style="fill:url(#linear16);fill-rule:nonzero;stroke:none"
- d="M 155.20312,77.691406 L 156.00391,77.691406 L 156.00391,193.48828 L 155.20312,193.48828 L 155.20312,77.691406 z"
- id="path1695" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip164">
- <rect
- width="167"
- height="205"
- id="rect1698"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface52"
- clip-path="url(#clip164)">
- <use
- xlink:href="#surface53"
- mask="url(#mask26)"
- id="use1701"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip160">
- <rect
- width="167"
- height="205"
- id="rect1704"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface51"
- clip-path="url(#clip160)">
- <g
- clip-path="url(#clip161)"
- clip-rule="nonzero"
- id="g1707">
- <g
- clip-path="url(#clip162)"
- clip-rule="nonzero"
- id="g1709">
- <g
- clip-path="url(#clip163)"
- clip-rule="nonzero"
- id="g1711">
- <use
- xlink:href="#surface52"
- id="use1713"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip172">
- <rect
- width="167"
- height="205"
- id="rect1716"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface54"
- clip-path="url(#clip172)">
- <path
- style="fill:#ffffff;fill-opacity:0.15;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1719" />
- </g>
- <mask
- id="mask27">
- <g
- id="g1722"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface54"
- id="use1724"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip174">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1727" />
- </clipPath>
- <clipPath
- id="clip175">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1730" />
- </clipPath>
- <clipPath
- id="clip176">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1733" />
- </clipPath>
- <mask
- id="mask28">
- <g
- id="g1736"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAADc0lEQVR4nO3c247TMBiF0V2Gwrz/o3KLENy0KIQcnMbOoVlLilraXozEJ8e/R9MEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnm5J8mXvnwJ6bnl0KU6O5BnmR5KbODmKbphfEysnx9AP8yMRJ/vrhtm9xMmu+mF+7Tzac7KbqTCtnOxmLkwDEbsoCVOcbO72uObCtOdkU88wh4Lsh2nPyWaWhum2ziaWhumck028EubzuT0nzawJ022dZtaG6bZOE6VhdveXDuFpbkmYc5+x56SammFaOammdpj2nFTRIkxxslqrMO05WWUuzLkg546UrJy8pCTM+8h7DuFppmaYY2ed97its1DtMIce77FystCWYd4TcVJmLMzuVTPM73Fbp8BUmM/ntcP8jDiZsVeYn4nbOuNKwiw9x1wapts6o0rDnItvaZjfO8+tnPynH+bYWWSLMK2cjBoKc+43Oy3CtHLyjyOFaeXkrzVhfqQszOdVEqaVkyTrwyxdTZ+rZkmYzjnZPMyhGMditXJeWP9LtfYIcypWK+dFdcMs2SdOHSnVDNPKeXGvhtn/zNSvLdeGaeW8oLOEaeW8mNZh9s8y5waeudesnBexRZj3/B9myXQ+FrA4L+BIYS6Z2N3W39ySMKem8S3DtHJewNIwxx73CNPK+cZqhTkU5BZh+gO3N1UzzLF96FiYa6bzbpi/E3G+m73DXDOdd8O8JeJ8J0cMc8l03g1TnG+kdphDk3urMD8zEGYiznfQIsyhiX3TMBNxnt3WYdYYeIrCTMR5ZnuEWTLwVAkzEedZTYXZ3Su2DvPV6Xw2zEScZzQXZn/afjXM5/s1D9eLw0zEeTZbhjn0FTGbhZmI80wuFWYizrPYK8xa0/niMBNxnsGeYdaYzl8KMxHn0Q2FOTSRbxXm0un85TATcR7ZWJj94MaiKzlSWhvm1GurwkzEeVQ1wpz7zKHDTMR5RMJ8EOexbBlm94C91nReLcxEnEcy9N1FLcOs+evI6mEm4jyKfphj0/bWYZa+Vj3MRJxH8GqYS46UWob5LQ3CzOOHZV+/H4+/HtfP/PsffetdmXh/7t9fBh6HXlvyXis//gA6PkNuWKamDwAAAABJRU5ErkJggg=="
- id="image1738" />
- </g>
- </mask>
- <clipPath
- id="clip179">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1741" />
- </clipPath>
- <clipPath
- id="clip180">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1744" />
- </clipPath>
- <clipPath
- id="clip181">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1747" />
- </clipPath>
- <clipPath
- id="clip182">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1750" />
- </clipPath>
- <clipPath
- id="clip183">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1753" />
- </clipPath>
- <clipPath
- id="clip184">
- <path
- d="M 104.00391,142.19922 L 155.20312,142.19922 L 155.20312,193.40234 L 104.00391,193.40234 L 104.00391,142.19922 z"
- id="path1756" />
- </clipPath>
- <linearGradient
- id="linear17"
- gradientUnits="userSpaceOnUse"
- x1="152"
- y1="-1192.6367"
- x2="70.003906"
- y2="-1274.6406"
- gradientTransform="matrix(0.62439,0,0,0.62439,60.295722,938.07141)">
- <stop
- offset="0.000000751749"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1759" />
- <stop
- offset="0.499955"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1761" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1763" />
- <stop
- offset="0.500045"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1765" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1767" />
- </linearGradient>
- <clipPath
- id="clip178">
- <rect
- width="167"
- height="205"
- id="rect1770"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface57"
- clip-path="url(#clip178)">
- <g
- clip-path="url(#clip179)"
- clip-rule="nonzero"
- id="g1773">
- <g
- clip-path="url(#clip180)"
- clip-rule="nonzero"
- id="g1775">
- <g
- clip-path="url(#clip181)"
- clip-rule="nonzero"
- id="g1777">
- <g
- clip-path="url(#clip182)"
- clip-rule="nonzero"
- id="g1779">
- <g
- clip-path="url(#clip183)"
- clip-rule="nonzero"
- id="g1781">
- <g
- clip-path="url(#clip184)"
- clip-rule="nonzero"
- id="g1783">
- <path
- style="fill:url(#linear17);fill-rule:nonzero;stroke:none"
- d="M 104.00391,142.19922 L 104.00391,193.40234 L 155.20312,193.40234 L 155.20312,142.19922 L 104.00391,142.19922 z"
- id="path1785" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip177">
- <rect
- width="167"
- height="205"
- id="rect1788"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface56"
- clip-path="url(#clip177)">
- <use
- xlink:href="#surface57"
- mask="url(#mask28)"
- id="use1791"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip173">
- <rect
- width="167"
- height="205"
- id="rect1794"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface55"
- clip-path="url(#clip173)">
- <g
- clip-path="url(#clip174)"
- clip-rule="nonzero"
- id="g1797">
- <g
- clip-path="url(#clip175)"
- clip-rule="nonzero"
- id="g1799">
- <g
- clip-path="url(#clip176)"
- clip-rule="nonzero"
- id="g1801">
- <use
- xlink:href="#surface56"
- id="use1803"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip185">
- <rect
- width="167"
- height="205"
- id="rect1806"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface58"
- clip-path="url(#clip185)">
- <path
- style="fill:#ffffff;fill-opacity:0.15;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1809" />
- </g>
- <mask
- id="mask29">
- <g
- id="g1812"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface58"
- id="use1814"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip187">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1817" />
- </clipPath>
- <clipPath
- id="clip188">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1820" />
- </clipPath>
- <clipPath
- id="clip189">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1823" />
- </clipPath>
- <mask
- id="mask30">
- <g
- id="g1826"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAADJklEQVR4nO3dwW6bQBiF0esoTt//VbuqWqnqJq4cAgwDDBg4R6rq2rNopU8/MyShCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABApVuSvO39t4COW5L3JDdx8koeYd4Tk5PX8RzmR0xOXkQ3zB+Jycn++sL8EZOTnQ2F+ZGYnOxnLEyXdXZTCtOBiF2MhfkRk5OdlMJ8/rPJyWZqwjQ52UxtmCYnm5gTpslJc31hdg8+fWG6CU9TQ2F2I+x7z+SkmaVh2nPSxBph+vIlq+uG+by3rAnTnpNV9YXZjXFqmPacrGZJmEOnd5OTxZ7DHPpGjpp9p/ucrKIbZvcy3b1cj73X/VyczDY1zCnv9X3uss4srcN0WWeWOWHOOSSZnFSZG2bfOgciVrNlmCYnk7UOs+/0bnJStEWYfetMTkatGWZ3OpYOSSYng9YOs3aympz0qgmzbwqucck3OfnmEeYjzlKY3cDW2ouanHzxHOZQWN1J2SJMk5MvxsIciqxVmCYn/7UIs7QXLa01OWkW5ti6vjC768R5ca8a5j0u65f2ymGanBdWCrP0FZyxtaV1U8J8T8R5VaUwh6ZdafotOSR9CTMR5xXds1+YQ+u+hZmI82oOE2YizisZCnNovzh0MNokzEScVzEW5tiJeskhaVGYiTivYK0way75i8NMxHl2hw0zEeeZ1YQ59n7tIWmVMBNxnlX3PubYfnHqFFx6eq8KMxHnGS19cGtNmFMPSdVhJuI8m63DnLJuVpiJOM9kjScKl4Kbum5xmIk4z2LNJwqvdXp//HDcrDATcZ7Bkge3tg7zvuQfJs5jK/34bs2+86XCTMR5ZC3CXHq/c7UwE3Ee1Zww5xySdgszEecRzQ2zdi+6a5iJOI9mizCnft40zEScR1L7v1bU3laaevnfJMxEnEex9YNbS6+bh5mI8wj2eHBr6XXzMJMFd+/ZxC3J3yS/k/xJ8uvzvbfP34det/788auln/8Aadov5hz0rvIAAAAASUVORK5CYII="
- id="image1828" />
- </g>
- </mask>
- <clipPath
- id="clip192">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1831" />
- </clipPath>
- <clipPath
- id="clip193">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path1834" />
- </clipPath>
- <clipPath
- id="clip194">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1837" />
- </clipPath>
- <clipPath
- id="clip195">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1840" />
- </clipPath>
- <clipPath
- id="clip196">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path1843" />
- </clipPath>
- <clipPath
- id="clip197">
- <path
- d="M 154.40234,152.60156 L 154.40234,191.80078 L 154.40234,192.60156 L 153.60156,192.60156 L 114.40234,192.60156 L 114.40234,191.80078 L 153.60156,191.80078 L 153.60156,152.60156 L 154.40234,152.60156 z"
- id="path1846" />
- </clipPath>
- <linearGradient
- id="linear18"
- gradientUnits="userSpaceOnUse"
- x1="364.84375"
- y1="300.84375"
- x2="414.84375"
- y2="250.84375"
- gradientTransform="matrix(-0.8,0,0,0.8,446.403,-48.201389)">
- <stop
- offset="0.00048671"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1849" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1851" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop1853" />
- </linearGradient>
- <clipPath
- id="clip191">
- <rect
- width="167"
- height="205"
- id="rect1856"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface61"
- clip-path="url(#clip191)">
- <g
- clip-path="url(#clip192)"
- clip-rule="nonzero"
- id="g1859">
- <g
- clip-path="url(#clip193)"
- clip-rule="nonzero"
- id="g1861">
- <g
- clip-path="url(#clip194)"
- clip-rule="nonzero"
- id="g1863">
- <g
- clip-path="url(#clip195)"
- clip-rule="nonzero"
- id="g1865">
- <g
- clip-path="url(#clip196)"
- clip-rule="nonzero"
- id="g1867">
- <g
- clip-path="url(#clip197)"
- clip-rule="nonzero"
- id="g1869">
- <path
- style="fill:url(#linear18);fill-rule:nonzero;stroke:none"
- d="M 154.40234,152.60156 L 154.40234,192.60156 L 114.40234,192.60156 L 114.40234,152.60156 L 154.40234,152.60156 z"
- id="path1871" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip190">
- <rect
- width="167"
- height="205"
- id="rect1874"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface60"
- clip-path="url(#clip190)">
- <use
- xlink:href="#surface61"
- mask="url(#mask30)"
- id="use1877"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip186">
- <rect
- width="167"
- height="205"
- id="rect1880"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface59"
- clip-path="url(#clip186)">
- <g
- clip-path="url(#clip187)"
- clip-rule="nonzero"
- id="g1883">
- <g
- clip-path="url(#clip188)"
- clip-rule="nonzero"
- id="g1885">
- <g
- clip-path="url(#clip189)"
- clip-rule="nonzero"
- id="g1887">
- <use
- xlink:href="#surface60"
- id="use1889"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip198">
- <path
- d="M 30.402344,72.800781 L 30.402344,77.601562 L 52.804688,77.601562 L 52.804688,72.800781 L 30.402344,72.800781 z M 56.003906,72.800781 L 56.003906,77.601562 L 80.003906,77.601562 L 80.003906,72.800781 L 56.003906,72.800781 z M 83.203125,72.800781 L 83.203125,77.601562 L 107.20313,77.601562 L 107.20313,72.800781 L 83.203125,72.800781 z M 110.40234,72.800781 L 110.40234,77.601562 L 132.80469,77.601562 L 132.80469,72.800781 L 110.40234,72.800781 z M 30.402344,80.800781 L 30.402344,87.199219 L 52.804688,87.199219 L 52.804688,80.800781 L 30.402344,80.800781 z M 56.003906,80.800781 L 56.003906,87.199219 L 80.003906,87.199219 L 80.003906,80.800781 L 56.003906,80.800781 z M 83.203125,80.800781 L 83.203125,87.199219 L 107.20313,87.199219 L 107.20313,80.800781 L 83.203125,80.800781 z M 110.40234,80.800781 L 110.40234,87.199219 L 132.80469,87.199219 L 132.80469,80.800781 L 110.40234,80.800781 z M 30.402344,90.398438 L 30.402344,96.800781 L 52.804688,96.800781 L 52.804688,90.398438 L 30.402344,90.398438 z M 56.003906,90.398438 L 56.003906,96.800781 L 80.003906,96.800781 L 80.003906,90.398438 L 56.003906,90.398438 z M 83.203125,90.398438 L 83.203125,96.800781 L 107.20313,96.800781 L 107.20313,90.398438 L 83.203125,90.398438 z M 110.40234,90.398438 L 110.40234,96.800781 L 132.80469,96.800781 L 132.80469,90.398438 L 110.40234,90.398438 z M 30.402344,100 L 30.402344,106.39844 L 52.804688,106.39844 L 52.804688,100 L 30.402344,100 z M 56.003906,100 L 56.003906,106.39844 L 80.003906,106.39844 L 80.003906,100 L 56.003906,100 z M 83.203125,100 L 83.203125,106.39844 L 107.20313,106.39844 L 107.20313,100 L 83.203125,100 z M 110.40234,100 L 110.40234,106.39844 L 132.80469,106.39844 L 132.80469,100 L 110.40234,100 z M 30.402344,109.60156 L 30.402344,116 L 52.804688,116 L 52.804688,109.60156 L 30.402344,109.60156 z M 56.003906,109.60156 L 56.003906,116 L 80.003906,116 L 80.003906,109.60156 L 56.003906,109.60156 z M 83.203125,109.60156 L 83.203125,116 L 107.20313,116 L 107.20313,109.60156 L 83.203125,109.60156 z M 110.40234,109.60156 L 110.40234,116 L 132.80469,116 L 132.80469,109.60156 L 110.40234,109.60156 z M 30.402344,119.19922 L 30.402344,125.60156 L 52.804688,125.60156 L 52.804688,119.19922 L 30.402344,119.19922 z M 56.003906,119.19922 L 56.003906,125.60156 L 80.003906,125.60156 L 80.003906,119.19922 L 56.003906,119.19922 z M 83.203125,119.19922 L 83.203125,125.60156 L 107.20313,125.60156 L 107.20313,119.19922 L 83.203125,119.19922 z M 110.40234,119.19922 L 110.40234,125.60156 L 132.80469,125.60156 L 132.80469,119.19922 L 110.40234,119.19922 z M 30.402344,128.80078 L 30.402344,135.19922 L 52.804688,135.19922 L 52.804688,128.80078 L 30.402344,128.80078 z M 56.003906,128.80078 L 56.003906,135.19922 L 80.003906,135.19922 L 80.003906,128.80078 L 56.003906,128.80078 z M 83.203125,128.80078 L 83.203125,135.19922 L 107.20313,135.19922 L 107.20313,128.80078 L 83.203125,128.80078 z M 110.40234,128.80078 L 110.40234,135.19922 L 132.80469,135.19922 L 132.80469,128.80078 L 110.40234,128.80078 z M 30.402344,138.39844 L 30.402344,144.80078 L 52.804688,144.80078 L 52.804688,138.39844 L 30.402344,138.39844 z M 56.003906,138.39844 L 56.003906,144.80078 L 80.003906,144.80078 L 80.003906,138.39844 L 56.003906,138.39844 z M 83.203125,138.39844 L 83.203125,144.80078 L 107.20313,144.80078 L 107.20313,138.39844 L 83.203125,138.39844 z M 110.40234,138.39844 L 110.40234,144.80078 L 132.80469,144.80078 L 132.80469,138.39844 L 110.40234,138.39844 z M 30.402344,148 L 30.402344,154.39844 L 52.804688,154.39844 L 52.804688,148 L 30.402344,148 z M 56.003906,148 L 56.003906,154.39844 L 80.003906,154.39844 L 80.003906,148 L 56.003906,148 z M 83.203125,148 L 83.203125,154.39844 L 107.20313,154.39844 L 107.20313,148 L 83.203125,148 z M 110.40234,148 L 110.40234,154.39844 L 132.80469,154.39844 L 132.80469,148 L 110.40234,148 z M 30.402344,157.60156 L 30.402344,162.39844 L 52.804688,162.39844 L 52.804688,157.60156 L 30.402344,157.60156 z M 56.003906,157.60156 L 56.003906,162.39844 L 80.003906,162.39844 L 80.003906,157.60156 L 56.003906,157.60156 z M 83.203125,157.60156 L 83.203125,162.39844 L 107.20313,162.39844 L 107.20313,157.60156 L 83.203125,157.60156 z M 110.40234,157.60156 L 110.40234,162.39844 L 132.80469,162.39844 L 132.80469,157.60156 L 110.40234,157.60156 z"
- id="path1892" />
- </clipPath>
- <linearGradient
- id="linear19"
- gradientUnits="userSpaceOnUse"
- x1="1278"
- y1="-1060.6367"
- x2="1278"
- y2="-1116.6367"
- gradientTransform="matrix(1.6,0,0,1.600016,-1870.397,1859.4354)">
- <stop
- offset="0.03125"
- style="stop-color:rgb(86.27451%,52.156863%,91.372549%);stop-opacity:1;"
- id="stop1895" />
- <stop
- offset="0.0356981"
- style="stop-color:rgb(86.27451%,52.156863%,91.372549%);stop-opacity:1;"
- id="stop1897" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(86.335546%,52.347601%,91.412222%);stop-opacity:1;"
- id="stop1899" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(86.440833%,52.671092%,91.479362%);stop-opacity:1;"
- id="stop1901" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(86.526284%,52.938125%,91.534295%);stop-opacity:1;"
- id="stop1903" />
- <stop
- offset="0.0703125"
- style="stop-color:rgb(86.611734%,53.203632%,91.589227%);stop-opacity:1;"
- id="stop1905" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(86.697185%,53.470665%,91.645686%);stop-opacity:1;"
- id="stop1907" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(86.784161%,53.737697%,91.700618%);stop-opacity:1;"
- id="stop1909" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(86.869612%,54.003204%,91.75555%);stop-opacity:1;"
- id="stop1911" />
- <stop
- offset="0.101562"
- style="stop-color:rgb(86.955062%,54.270237%,91.810483%);stop-opacity:1;"
- id="stop1913" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(87.040513%,54.53727%,91.865415%);stop-opacity:1;"
- id="stop1915" />
- <stop
- offset="0.117187"
- style="stop-color:rgb(87.127489%,54.802777%,91.920348%);stop-opacity:1;"
- id="stop1917" />
- <stop
- offset="0.125"
- style="stop-color:rgb(87.21294%,55.06981%,91.97528%);stop-opacity:1;"
- id="stop1919" />
- <stop
- offset="0.132812"
- style="stop-color:rgb(87.29839%,55.336843%,92.030213%);stop-opacity:1;"
- id="stop1921" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(87.383841%,55.60235%,92.086671%);stop-opacity:1;"
- id="stop1923" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(87.469291%,55.869383%,92.141604%);stop-opacity:1;"
- id="stop1925" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(87.556268%,56.136416%,92.196536%);stop-opacity:1;"
- id="stop1927" />
- <stop
- offset="0.164062"
- style="stop-color:rgb(87.641718%,56.401923%,92.251469%);stop-opacity:1;"
- id="stop1929" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(87.727169%,56.668956%,92.306401%);stop-opacity:1;"
- id="stop1931" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(87.812619%,56.935988%,92.361334%);stop-opacity:1;"
- id="stop1933" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(87.89807%,57.201495%,92.416266%);stop-opacity:1;"
- id="stop1935" />
- <stop
- offset="0.195312"
- style="stop-color:rgb(87.985046%,57.468528%,92.472724%);stop-opacity:1;"
- id="stop1937" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(88.070497%,57.735561%,92.527657%);stop-opacity:1;"
- id="stop1939" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(88.155947%,58.001068%,92.582589%);stop-opacity:1;"
- id="stop1941" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(88.241398%,58.268101%,92.637522%);stop-opacity:1;"
- id="stop1943" />
- <stop
- offset="0.226563"
- style="stop-color:rgb(88.328374%,58.535134%,92.692454%);stop-opacity:1;"
- id="stop1945" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(88.413825%,58.800641%,92.747387%);stop-opacity:1;"
- id="stop1947" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(88.499275%,59.067674%,92.802319%);stop-opacity:1;"
- id="stop1949" />
- <stop
- offset="0.25"
- style="stop-color:rgb(88.584726%,59.334707%,92.858778%);stop-opacity:1;"
- id="stop1951" />
- <stop
- offset="0.257812"
- style="stop-color:rgb(88.670176%,59.600214%,92.91371%);stop-opacity:1;"
- id="stop1953" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(88.757153%,59.867247%,92.968643%);stop-opacity:1;"
- id="stop1955" />
- <stop
- offset="0.273438"
- style="stop-color:rgb(88.842603%,60.134279%,93.023575%);stop-opacity:1;"
- id="stop1957" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(88.928054%,60.401312%,93.078508%);stop-opacity:1;"
- id="stop1959" />
- <stop
- offset="0.289062"
- style="stop-color:rgb(89.013504%,60.666819%,93.13344%);stop-opacity:1;"
- id="stop1961" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(89.100481%,60.933852%,93.188373%);stop-opacity:1;"
- id="stop1963" />
- <stop
- offset="0.304688"
- style="stop-color:rgb(89.185931%,61.200885%,93.244831%);stop-opacity:1;"
- id="stop1965" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(89.271382%,61.466392%,93.299763%);stop-opacity:1;"
- id="stop1967" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(89.356832%,61.733425%,93.354696%);stop-opacity:1;"
- id="stop1969" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(89.442283%,62.000458%,93.409628%);stop-opacity:1;"
- id="stop1971" />
- <stop
- offset="0.335938"
- style="stop-color:rgb(89.529259%,62.265965%,93.464561%);stop-opacity:1;"
- id="stop1973" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(89.61471%,62.532998%,93.519493%);stop-opacity:1;"
- id="stop1975" />
- <stop
- offset="0.351562"
- style="stop-color:rgb(89.70016%,62.800031%,93.574426%);stop-opacity:1;"
- id="stop1977" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(89.785611%,63.065537%,93.630884%);stop-opacity:1;"
- id="stop1979" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(89.871061%,63.33257%,93.685817%);stop-opacity:1;"
- id="stop1981" />
- <stop
- offset="0.375"
- style="stop-color:rgb(89.958038%,63.599603%,93.740749%);stop-opacity:1;"
- id="stop1983" />
- <stop
- offset="0.382812"
- style="stop-color:rgb(90.043488%,63.86511%,93.795682%);stop-opacity:1;"
- id="stop1985" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(90.128939%,64.132143%,93.850614%);stop-opacity:1;"
- id="stop1987" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(90.214389%,64.399176%,93.905547%);stop-opacity:1;"
- id="stop1989" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(90.301366%,64.664683%,93.960479%);stop-opacity:1;"
- id="stop1991" />
- <stop
- offset="0.414062"
- style="stop-color:rgb(90.386816%,64.931716%,94.016938%);stop-opacity:1;"
- id="stop1993" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(90.472267%,65.198749%,94.07187%);stop-opacity:1;"
- id="stop1995" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(90.557717%,65.464256%,94.126802%);stop-opacity:1;"
- id="stop1997" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(90.643168%,65.731289%,94.181735%);stop-opacity:1;"
- id="stop1999" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(90.730144%,65.998322%,94.236667%);stop-opacity:1;"
- id="stop2001" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(90.815595%,66.263828%,94.2916%);stop-opacity:1;"
- id="stop2003" />
- <stop
- offset="0.460938"
- style="stop-color:rgb(90.901045%,66.530861%,94.346532%);stop-opacity:1;"
- id="stop2005" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(90.986496%,66.797894%,94.402991%);stop-opacity:1;"
- id="stop2007" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(91.073472%,67.063401%,94.457923%);stop-opacity:1;"
- id="stop2009" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(91.158923%,67.330434%,94.512856%);stop-opacity:1;"
- id="stop2011" />
- <stop
- offset="0.492187"
- style="stop-color:rgb(91.244373%,67.597467%,94.567788%);stop-opacity:1;"
- id="stop2013" />
- <stop
- offset="0.5"
- style="stop-color:rgb(91.329824%,67.862974%,94.622721%);stop-opacity:1;"
- id="stop2015" />
- <stop
- offset="0.507812"
- style="stop-color:rgb(91.415274%,68.130007%,94.677653%);stop-opacity:1;"
- id="stop2017" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(91.502251%,68.39704%,94.732586%);stop-opacity:1;"
- id="stop2019" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(91.587701%,68.662547%,94.787518%);stop-opacity:1;"
- id="stop2021" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(91.673152%,68.92958%,94.843977%);stop-opacity:1;"
- id="stop2023" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(91.758602%,69.196612%,94.898909%);stop-opacity:1;"
- id="stop2025" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(91.844053%,69.462119%,94.953841%);stop-opacity:1;"
- id="stop2027" />
- <stop
- offset="0.554687"
- style="stop-color:rgb(91.931029%,69.729152%,95.008774%);stop-opacity:1;"
- id="stop2029" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(92.01648%,69.996185%,95.063706%);stop-opacity:1;"
- id="stop2031" />
- <stop
- offset="0.570313"
- style="stop-color:rgb(92.10193%,70.261692%,95.118639%);stop-opacity:1;"
- id="stop2033" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(92.187381%,70.528725%,95.173571%);stop-opacity:1;"
- id="stop2035" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(92.274357%,70.795758%,95.23003%);stop-opacity:1;"
- id="stop2037" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(92.359808%,71.061265%,95.284962%);stop-opacity:1;"
- id="stop2039" />
- <stop
- offset="0.601562"
- style="stop-color:rgb(92.445258%,71.328298%,95.339895%);stop-opacity:1;"
- id="stop2041" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(92.530709%,71.595331%,95.394827%);stop-opacity:1;"
- id="stop2043" />
- <stop
- offset="0.617187"
- style="stop-color:rgb(92.616159%,71.862364%,95.44976%);stop-opacity:1;"
- id="stop2045" />
- <stop
- offset="0.625"
- style="stop-color:rgb(92.703136%,72.127871%,95.504692%);stop-opacity:1;"
- id="stop2047" />
- <stop
- offset="0.632812"
- style="stop-color:rgb(92.788586%,72.394903%,95.559625%);stop-opacity:1;"
- id="stop2049" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(92.874037%,72.661936%,95.616083%);stop-opacity:1;"
- id="stop2051" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(92.959487%,72.927443%,95.671015%);stop-opacity:1;"
- id="stop2053" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(93.046464%,73.194476%,95.725948%);stop-opacity:1;"
- id="stop2055" />
- <stop
- offset="0.664062"
- style="stop-color:rgb(93.131914%,73.461509%,95.78088%);stop-opacity:1;"
- id="stop2057" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(93.217365%,73.727016%,95.835813%);stop-opacity:1;"
- id="stop2059" />
- <stop
- offset="0.679688"
- style="stop-color:rgb(93.302815%,73.994049%,95.890745%);stop-opacity:1;"
- id="stop2061" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(93.388266%,74.261082%,95.945678%);stop-opacity:1;"
- id="stop2063" />
- <stop
- offset="0.695312"
- style="stop-color:rgb(93.475242%,74.526589%,96.002136%);stop-opacity:1;"
- id="stop2065" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(93.560693%,74.793622%,96.057069%);stop-opacity:1;"
- id="stop2067" />
- <stop
- offset="0.710938"
- style="stop-color:rgb(93.646143%,75.060655%,96.112001%);stop-opacity:1;"
- id="stop2069" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(93.731594%,75.326162%,96.166934%);stop-opacity:1;"
- id="stop2071" />
- <stop
- offset="0.726563"
- style="stop-color:rgb(93.817044%,75.593194%,96.221866%);stop-opacity:1;"
- id="stop2073" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(93.904021%,75.860227%,96.276799%);stop-opacity:1;"
- id="stop2075" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(93.989471%,76.125734%,96.331731%);stop-opacity:1;"
- id="stop2077" />
- <stop
- offset="0.75"
- style="stop-color:rgb(94.074922%,76.392767%,96.38819%);stop-opacity:1;"
- id="stop2079" />
- <stop
- offset="0.757812"
- style="stop-color:rgb(94.160372%,76.6598%,96.443122%);stop-opacity:1;"
- id="stop2081" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(94.247349%,76.925307%,96.498054%);stop-opacity:1;"
- id="stop2083" />
- <stop
- offset="0.773437"
- style="stop-color:rgb(94.332799%,77.19234%,96.552987%);stop-opacity:1;"
- id="stop2085" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(94.41825%,77.459373%,96.607919%);stop-opacity:1;"
- id="stop2087" />
- <stop
- offset="0.789063"
- style="stop-color:rgb(94.5037%,77.72488%,96.662852%);stop-opacity:1;"
- id="stop2089" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(94.589151%,77.991913%,96.717784%);stop-opacity:1;"
- id="stop2091" />
- <stop
- offset="0.804688"
- style="stop-color:rgb(94.676127%,78.258946%,96.774243%);stop-opacity:1;"
- id="stop2093" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(94.761578%,78.524453%,96.829175%);stop-opacity:1;"
- id="stop2095" />
- <stop
- offset="0.820312"
- style="stop-color:rgb(94.847028%,78.791485%,96.884108%);stop-opacity:1;"
- id="stop2097" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(94.932479%,79.058518%,96.93904%);stop-opacity:1;"
- id="stop2099" />
- <stop
- offset="0.835937"
- style="stop-color:rgb(95.019455%,79.324025%,96.993973%);stop-opacity:1;"
- id="stop2101" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(95.104906%,79.591058%,97.048905%);stop-opacity:1;"
- id="stop2103" />
- <stop
- offset="0.851562"
- style="stop-color:rgb(95.190356%,79.858091%,97.103838%);stop-opacity:1;"
- id="stop2105" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(95.275807%,80.123598%,97.160296%);stop-opacity:1;"
- id="stop2107" />
- <stop
- offset="0.867188"
- style="stop-color:rgb(95.361257%,80.390631%,97.215229%);stop-opacity:1;"
- id="stop2109" />
- <stop
- offset="0.875"
- style="stop-color:rgb(95.448234%,80.657664%,97.270161%);stop-opacity:1;"
- id="stop2111" />
- <stop
- offset="0.882812"
- style="stop-color:rgb(95.533684%,80.923171%,97.325093%);stop-opacity:1;"
- id="stop2113" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(95.619135%,81.190204%,97.380026%);stop-opacity:1;"
- id="stop2115" />
- <stop
- offset="0.898437"
- style="stop-color:rgb(95.704585%,81.457237%,97.434958%);stop-opacity:1;"
- id="stop2117" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(95.790036%,81.722744%,97.489891%);stop-opacity:1;"
- id="stop2119" />
- <stop
- offset="0.914062"
- style="stop-color:rgb(95.877012%,81.989776%,97.544823%);stop-opacity:1;"
- id="stop2121" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(95.962463%,82.256809%,97.601282%);stop-opacity:1;"
- id="stop2123" />
- <stop
- offset="0.929688"
- style="stop-color:rgb(96.047913%,82.522316%,97.656214%);stop-opacity:1;"
- id="stop2125" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(96.133364%,82.789349%,97.711147%);stop-opacity:1;"
- id="stop2127" />
- <stop
- offset="0.945312"
- style="stop-color:rgb(96.22034%,83.056382%,97.766079%);stop-opacity:1;"
- id="stop2129" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(96.305791%,83.323415%,97.821012%);stop-opacity:1;"
- id="stop2131" />
- <stop
- offset="0.960938"
- style="stop-color:rgb(96.391241%,83.588922%,97.875944%);stop-opacity:1;"
- id="stop2133" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(96.476692%,83.855955%,97.930877%);stop-opacity:1;"
- id="stop2135" />
- <stop
- offset="0.976562"
- style="stop-color:rgb(96.562142%,84.122988%,97.987335%);stop-opacity:1;"
- id="stop2137" />
- <stop
- offset="0.984375"
- style="stop-color:rgb(96.649119%,84.388495%,98.042267%);stop-opacity:1;"
- id="stop2139" />
- <stop
- offset="0.992187"
- style="stop-color:rgb(96.734569%,84.655528%,98.0972%);stop-opacity:1;"
- id="stop2141" />
- <stop
- offset="1"
- style="stop-color:rgb(96.82002%,84.92256%,98.152132%);stop-opacity:1;"
- id="stop2143" />
- </linearGradient>
- <clipPath
- id="clip199">
- <rect
- width="167"
- height="205"
- id="rect2146"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface62"
- clip-path="url(#clip199)">
- <path
- style="fill:#ffffff;fill-opacity:0.25;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2149" />
- </g>
- <mask
- id="mask31">
- <g
- id="g2152"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface62"
- id="use2154"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip201">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2157" />
- </clipPath>
- <clipPath
- id="clip202">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2160" />
- </clipPath>
- <clipPath
- id="clip203">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2163" />
- </clipPath>
- <clipPath
- id="clip204">
- <rect
- width="167"
- height="205"
- id="rect2166"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface64"
- clip-path="url(#clip204)">
- <path
- style="fill:#7f007f;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 30.402344,72.601562 L 30.402344,73.402344 L 52.804688,73.402344 L 52.804688,72.601562 L 30.402344,72.601562 z M 56.003906,72.601562 L 56.003906,73.402344 L 80.003906,73.402344 L 80.003906,72.601562 L 56.003906,72.601562 z M 83.203125,72.601562 L 83.203125,73.402344 L 107.20313,73.402344 L 107.20313,72.601562 L 83.203125,72.601562 z M 110.40234,72.601562 L 110.40234,73.402344 L 132.80469,73.402344 L 132.80469,72.601562 L 110.40234,72.601562 z M 30.402344,80.601562 L 30.402344,81.402344 L 52.804688,81.402344 L 52.804688,80.601562 L 30.402344,80.601562 z M 56.003906,80.601562 L 56.003906,81.402344 L 80.003906,81.402344 L 80.003906,80.601562 L 56.003906,80.601562 z M 83.203125,80.601562 L 83.203125,81.402344 L 107.20313,81.402344 L 107.20313,80.601562 L 83.203125,80.601562 z M 110.40234,80.601562 L 110.40234,81.402344 L 132.80469,81.402344 L 132.80469,80.601562 L 110.40234,80.601562 z M 30.402344,90.199219 L 30.402344,91 L 52.804688,91 L 52.804688,90.199219 L 30.402344,90.199219 z M 56.003906,90.199219 L 56.003906,91 L 80.003906,91 L 80.003906,90.199219 L 56.003906,90.199219 z M 83.203125,90.199219 L 83.203125,91 L 107.20313,91 L 107.20313,90.199219 L 83.203125,90.199219 z M 110.40234,90.199219 L 110.40234,91 L 132.80469,91 L 132.80469,90.199219 L 110.40234,90.199219 z M 30.402344,99.800781 L 30.402344,100.60156 L 52.804688,100.60156 L 52.804688,99.800781 L 30.402344,99.800781 z M 56.003906,99.800781 L 56.003906,100.60156 L 80.003906,100.60156 L 80.003906,99.800781 L 56.003906,99.800781 z M 83.203125,99.800781 L 83.203125,100.60156 L 107.20313,100.60156 L 107.20313,99.800781 L 83.203125,99.800781 z M 110.40234,99.800781 L 110.40234,100.60156 L 132.80469,100.60156 L 132.80469,99.800781 L 110.40234,99.800781 z M 30.402344,109.40234 L 30.402344,110.19922 L 52.804688,110.19922 L 52.804688,109.40234 L 30.402344,109.40234 z M 56.003906,109.40234 L 56.003906,110.19922 L 80.003906,110.19922 L 80.003906,109.40234 L 56.003906,109.40234 z M 83.203125,109.40234 L 83.203125,110.19922 L 107.20313,110.19922 L 107.20313,109.40234 L 83.203125,109.40234 z M 110.40234,109.40234 L 110.40234,110.19922 L 132.80469,110.19922 L 132.80469,109.40234 L 110.40234,109.40234 z M 30.402344,119 L 30.402344,119.80078 L 52.804688,119.80078 L 52.804688,119 L 30.402344,119 z M 56.003906,119 L 56.003906,119.80078 L 80.003906,119.80078 L 80.003906,119 L 56.003906,119 z M 83.203125,119 L 83.203125,119.80078 L 107.20313,119.80078 L 107.20313,119 L 83.203125,119 z M 110.40234,119 L 110.40234,119.80078 L 132.80469,119.80078 L 132.80469,119 L 110.40234,119 z M 30.402344,128.60156 L 30.402344,129.40234 L 52.804688,129.40234 L 52.804688,128.60156 L 30.402344,128.60156 z M 56.003906,128.60156 L 56.003906,129.40234 L 80.003906,129.40234 L 80.003906,128.60156 L 56.003906,128.60156 z M 83.203125,128.60156 L 83.203125,129.40234 L 107.20313,129.40234 L 107.20313,128.60156 L 83.203125,128.60156 z M 110.40234,128.60156 L 110.40234,129.40234 L 132.80469,129.40234 L 132.80469,128.60156 L 110.40234,128.60156 z M 30.402344,138.19922 L 30.402344,139 L 52.804688,139 L 52.804688,138.19922 L 30.402344,138.19922 z M 56.003906,138.19922 L 56.003906,139 L 80.003906,139 L 80.003906,138.19922 L 56.003906,138.19922 z M 83.203125,138.19922 L 83.203125,139 L 107.20313,139 L 107.20313,138.19922 L 83.203125,138.19922 z M 110.40234,138.19922 L 110.40234,139 L 132.80469,139 L 132.80469,138.19922 L 110.40234,138.19922 z M 30.402344,147.80078 L 30.402344,148.60156 L 52.804688,148.60156 L 52.804688,147.80078 L 30.402344,147.80078 z M 56.003906,147.80078 L 56.003906,148.60156 L 80.003906,148.60156 L 80.003906,147.80078 L 56.003906,147.80078 z M 83.203125,147.80078 L 83.203125,148.60156 L 107.20313,148.60156 L 107.20313,147.80078 L 83.203125,147.80078 z M 110.40234,147.80078 L 110.40234,148.60156 L 132.80469,148.60156 L 132.80469,147.80078 L 110.40234,147.80078 z M 30.402344,157.40234 L 30.402344,158.19922 L 52.804688,158.19922 L 52.804688,157.40234 L 30.402344,157.40234 z M 56.003906,157.40234 L 56.003906,158.19922 L 80.003906,158.19922 L 80.003906,157.40234 L 56.003906,157.40234 z M 83.203125,157.40234 L 83.203125,158.19922 L 107.20313,158.19922 L 107.20313,157.40234 L 83.203125,157.40234 z M 110.40234,157.40234 L 110.40234,158.19922 L 132.80469,158.19922 L 132.80469,157.40234 L 110.40234,157.40234 z"
- id="path2169" />
- </g>
- <clipPath
- id="clip200">
- <rect
- width="167"
- height="205"
- id="rect2172"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface63"
- clip-path="url(#clip200)">
- <g
- clip-path="url(#clip201)"
- clip-rule="nonzero"
- id="g2175">
- <g
- clip-path="url(#clip202)"
- clip-rule="nonzero"
- id="g2177">
- <g
- clip-path="url(#clip203)"
- clip-rule="nonzero"
- id="g2179">
- <use
- xlink:href="#surface64"
- id="use2181"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip205">
- <rect
- width="167"
- height="205"
- id="rect2184"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface65"
- clip-path="url(#clip205)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2187" />
- </g>
- <mask
- id="mask32">
- <g
- id="g2190"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface65"
- id="use2192"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip207">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2195" />
- </clipPath>
- <clipPath
- id="clip208">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2198" />
- </clipPath>
- <clipPath
- id="clip209">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2201" />
- </clipPath>
- <clipPath
- id="clip210">
- <rect
- width="167"
- height="205"
- id="rect2204"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface67"
- clip-path="url(#clip210)">
- <path
- style="fill:none;stroke:#ffffff;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
- d="M 54.296875,88.625732 C 50.757812,89.508545 47.894531,90.739013 45.847656,92.051513 C 43.796875,93.364013 42.480469,94.922607 42.472656,96.801513 C 42.410156,112.52026 42.421875,127.50854 42.421875,140.00073 C 42.421875,141.83667 43.742187,143.41089 45.796875,144.72729 C 47.851562,146.03979 50.746094,147.17261 54.273437,148.12573 C 61.320312,150.03589 70.960937,151.19995 81.621094,151.19995 C 92.285156,151.19995 101.92188,150.03589 108.97266,148.12573 C 112.49609,147.17261 115.39063,146.03979 117.44531,144.72729 C 119.5,143.41089 120.80469,141.82886 120.80469,139.99292 L 120.80469,96.793701 C 120.80469,94.914795 119.44531,93.364013 117.39844,92.051513 C 115.34766,90.739013 112.46875,89.578857 108.94531,88.625732 C 101.90625,86.719482 92.285156,85.602295 81.621094,85.602295 C 70.886719,85.602295 61.863281,86.735107 54.296875,88.625732 z M 81.621094,87.199951 C 92.171875,87.18042 101.71484,88.36792 108.57031,90.227295 C 112,91.153076 114.76172,92.301513 116.59766,93.477295 C 118.43359,94.653076 119.36719,95.809326 119.26953,96.801513 C 119.10156,98.563232 117.20703,99.789795 115.87109,100.55151 C 113.70313,101.78589 111.10937,102.71948 108.76953,103.32495 C 100.78516,105.39917 92.8125,106.15308 85.144531,106.35229 C 74.539062,106.52026 64.019531,105.76636 54.320312,103.27808 C 52.070312,102.68823 50.121094,101.96558 48.195312,101.00073 C 46.46875,100.13354 44.144531,98.696045 43.972656,96.801513 C 43.878906,95.781982 44.808594,94.653076 46.648437,93.477295 C 48.484375,92.301513 51.203125,91.000732 54.671875,90.227295 C 64.214844,88.094482 73.59375,87.215576 81.621094,87.199951 z M 44.019531,100.10229 C 44.527344,100.61011 45.136719,101.11792 45.847656,101.55151 C 48.476562,103.14917 51.691406,104.34058 54.296875,104.9773 C 64.78125,107.40698 75.191406,108.24292 85.195312,107.94995 C 93.285156,107.69604 101.45313,107.09448 108.94531,104.9773 C 112.65234,103.92651 116.59766,102.65698 119.22266,100.10229 L 119.22266,110.39917 C 119.22266,110.86792 119.22266,111.37964 119.12109,111.77417 C 118.90234,112.66089 118.02734,113.7273 116.44531,114.64917 C 113.83594,116.18042 110.97656,117.11792 108.44531,117.80151 C 99.460937,119.99292 90.113281,120.78979 81.621094,120.80151 C 72.457031,120.7312 62.792969,119.89917 54.671875,117.77417 C 51.1875,116.67651 47.691406,115.7273 45.171875,113.40308 C 44.589844,112.86011 44.265625,112.27808 44.121094,111.77417 C 43.992187,111.32495 44.023437,110.87964 44.023437,110.40308 L 44.023437,100.10229 L 44.023437,100.10229 L 44.019531,100.10229 z M 44.019531,114.52417 C 44.332031,114.83276 44.6875,115.13745 45.070312,115.42651 C 48.136719,117.5437 51.949219,118.77417 55.269531,119.60229 C 64.457031,121.68433 72.59375,122.38354 81.621094,122.39917 C 90.703125,122.21558 99.601562,121.75073 107.97266,119.60229 C 110.93359,118.82886 114.11719,117.69214 116.51953,116.4773 C 117.4375,116.01245 118.87109,114.84839 119.22266,114.52417 L 119.22266,124.80151 C 119.22266,125.26636 119.22266,125.77808 119.12109,126.17651 C 118.90234,127.05933 118,128.08276 116.44531,129.05151 C 113.01563,131.06323 108.94922,132.17261 105.37109,132.94995 C 97.058594,134.56323 89.445312,135.18823 81.621094,135.19995 C 77.664062,135.19995 73.851562,135.06323 70.273437,134.72729 C 62.230469,133.74292 55.085937,133.00464 48.273437,129.87573 C 47.109375,129.33667 46.035156,128.59448 45.171875,127.80151 C 44.585937,127.26636 44.277344,126.67261 44.121094,126.17651 C 44.0625,125.98511 44.023437,125.77417 44.023437,125.60229 C 43.996094,121.91089 44.023437,118.21948 44.023437,114.52417 L 44.023437,114.52417 L 44.019531,114.52417 z M 44.019531,128.92651 C 45.273437,130.15698 46.929687,131.09058 48.445312,131.72729 C 55.386719,134.60229 63.601562,135.77417 70.144531,136.32495 C 74.09375,136.64917 77.960937,136.80151 81.621094,136.80151 C 90.714844,136.65308 99.582031,136.09058 107.97266,134.00073 C 111.34766,133.08276 114.50781,132.07104 117.29688,130.42651 C 118.04297,129.9812 118.63281,129.47339 119.22266,128.92651 L 119.22266,139.19995 L 119.22266,140.00073 C 119.22266,141.03589 118.40234,142.20386 116.57031,143.37573 C 114.73828,144.54761 111.99609,145.64917 108.57031,146.57495 C 101.72266,148.43042 92.167969,149.60229 81.621094,149.60229 C 71.074219,149.60229 61.519531,148.43042 54.671875,146.57495 C 51.246094,145.64917 48.503906,144.54761 46.671875,143.37573 C 44.839844,142.20386 44.019531,141.03589 44.019531,140.00073 L 44.019531,128.92651 L 44.019531,128.92651 z"
- transform="translate(0,-0.199951)"
- id="path2207" />
- </g>
- <clipPath
- id="clip206">
- <rect
- width="167"
- height="205"
- id="rect2210"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface66"
- clip-path="url(#clip206)">
- <g
- clip-path="url(#clip207)"
- clip-rule="nonzero"
- id="g2213">
- <g
- clip-path="url(#clip208)"
- clip-rule="nonzero"
- id="g2215">
- <g
- clip-path="url(#clip209)"
- clip-rule="nonzero"
- id="g2217">
- <use
- xlink:href="#surface67"
- id="use2219"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip211">
- <rect
- width="167"
- height="205"
- id="rect2222"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface68"
- clip-path="url(#clip211)">
- <path
- style="fill:#ffffff;fill-opacity:0.35;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2225" />
- </g>
- <mask
- id="mask33">
- <g
- id="g2228"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface68"
- id="use2230"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip213">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2233" />
- </clipPath>
- <clipPath
- id="clip214">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2236" />
- </clipPath>
- <clipPath
- id="clip215">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2239" />
- </clipPath>
- <mask
- id="mask34">
- <g
- id="g2242"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACcklEQVR4nO3SMU4DQRBFwW/uxP1PBEiIgMA2JA5WCFL2BVXSqEeTTAfvsu1r/+9z2/u2l22vj/l2uB/n8Xxsu5+wLyd4OnsB+Is4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWZdtzyf8e99223Y9zJ/36y/vtxN25STfipMgmSfAj7kAAAAASUVORK5CYII="
- id="image2244" />
- </g>
- </mask>
- <clipPath
- id="clip218">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2247" />
- </clipPath>
- <clipPath
- id="clip219">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2250" />
- </clipPath>
- <clipPath
- id="clip220">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2253" />
- </clipPath>
- <clipPath
- id="clip221">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2256" />
- </clipPath>
- <clipPath
- id="clip222">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2259" />
- </clipPath>
- <clipPath
- id="clip223">
- <path
- d="M 42.402344,72.601562 L 42.402344,77.402344 L 30.402344,77.402344 L 30.402344,72.601562 L 42.402344,72.601562 z M 42.402344,80.601562 L 42.402344,87 L 30.402344,87 L 30.402344,80.601562 L 42.402344,80.601562 z M 42.402344,90.199219 L 42.402344,96.601562 L 30.402344,96.601562 L 30.402344,90.199219 L 42.402344,90.199219 z M 42.402344,99.800781 L 42.402344,106.19922 L 30.402344,106.19922 L 30.402344,99.800781 L 42.402344,99.800781 z M 42.402344,109.40234 L 42.402344,115.80078 L 30.402344,115.80078 L 30.402344,109.40234 L 42.402344,109.40234 z M 42.402344,119 L 42.402344,125.40234 L 30.402344,125.40234 L 30.402344,119 L 42.402344,119 z M 42.402344,128.60156 L 42.402344,135 L 30.402344,135 L 30.402344,128.60156 L 42.402344,128.60156 z M 42.402344,138.19922 L 42.402344,144.60156 L 30.402344,144.60156 L 30.402344,138.19922 L 42.402344,138.19922 z M 42.402344,147.80078 L 42.402344,154.19922 L 30.402344,154.19922 L 30.402344,147.80078 L 42.402344,147.80078 z M 42.402344,157.40234 L 42.402344,162.19922 L 30.402344,162.19922 L 30.402344,157.40234 L 42.402344,157.40234 z"
- id="path2262" />
- </clipPath>
- <linearGradient
- id="linear20"
- gradientUnits="userSpaceOnUse"
- x1="1558"
- y1="184"
- x2="1543"
- y2="184"
- gradientTransform="matrix(-0.8,0,0,0.8,1276.803,-48.201389)">
- <stop
- offset="0"
- style="stop-color:rgb(60.915541%,0%,100%);stop-opacity:1;"
- id="stop2265" />
- <stop
- offset="0.0078125"
- style="stop-color:rgb(61.058976%,0%,100%);stop-opacity:1;"
- id="stop2267" />
- <stop
- offset="0.015625"
- style="stop-color:rgb(61.34432%,0%,100%);stop-opacity:1;"
- id="stop2269" />
- <stop
- offset="0.0234375"
- style="stop-color:rgb(61.631189%,0%,100%);stop-opacity:1;"
- id="stop2271" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(61.918059%,0%,100%);stop-opacity:1;"
- id="stop2273" />
- <stop
- offset="0.0390625"
- style="stop-color:rgb(62.203403%,0%,100%);stop-opacity:1;"
- id="stop2275" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(62.490272%,0%,100%);stop-opacity:1;"
- id="stop2277" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(62.775616%,0%,100%);stop-opacity:1;"
- id="stop2279" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(63.062486%,0%,100%);stop-opacity:1;"
- id="stop2281" />
- <stop
- offset="0.0703125"
- style="stop-color:rgb(63.349355%,0%,100%);stop-opacity:1;"
- id="stop2283" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(63.634699%,0%,100%);stop-opacity:1;"
- id="stop2285" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(63.921569%,0%,100%);stop-opacity:1;"
- id="stop2287" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(64.206912%,0%,100%);stop-opacity:1;"
- id="stop2289" />
- <stop
- offset="0.101563"
- style="stop-color:rgb(64.493782%,0%,100%);stop-opacity:1;"
- id="stop2291" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(64.779126%,0%,100%);stop-opacity:1;"
- id="stop2293" />
- <stop
- offset="0.117187"
- style="stop-color:rgb(65.065995%,0%,100%);stop-opacity:1;"
- id="stop2295" />
- <stop
- offset="0.125"
- style="stop-color:rgb(65.352865%,0%,100%);stop-opacity:1;"
- id="stop2297" />
- <stop
- offset="0.132812"
- style="stop-color:rgb(65.638209%,0%,100%);stop-opacity:1;"
- id="stop2299" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(65.925078%,0%,100%);stop-opacity:1;"
- id="stop2301" />
- <stop
- offset="0.148437"
- style="stop-color:rgb(66.210422%,0%,100%);stop-opacity:1;"
- id="stop2303" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(66.497292%,0%,100%);stop-opacity:1;"
- id="stop2305" />
- <stop
- offset="0.164062"
- style="stop-color:rgb(66.784161%,0%,100%);stop-opacity:1;"
- id="stop2307" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(67.069505%,0%,100%);stop-opacity:1;"
- id="stop2309" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(67.356374%,0%,100%);stop-opacity:1;"
- id="stop2311" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(67.641718%,0%,100%);stop-opacity:1;"
- id="stop2313" />
- <stop
- offset="0.195313"
- style="stop-color:rgb(67.928588%,0%,100%);stop-opacity:1;"
- id="stop2315" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(68.215457%,0%,100%);stop-opacity:1;"
- id="stop2317" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(68.500801%,0%,100%);stop-opacity:1;"
- id="stop2319" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(68.787671%,0%,100%);stop-opacity:1;"
- id="stop2321" />
- <stop
- offset="0.226562"
- style="stop-color:rgb(69.073014%,0%,100%);stop-opacity:1;"
- id="stop2323" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(69.359884%,0%,100%);stop-opacity:1;"
- id="stop2325" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(69.646754%,0%,100%);stop-opacity:1;"
- id="stop2327" />
- <stop
- offset="0.25"
- style="stop-color:rgb(69.932097%,0%,100%);stop-opacity:1;"
- id="stop2329" />
- <stop
- offset="0.257812"
- style="stop-color:rgb(70.218967%,0%,100%);stop-opacity:1;"
- id="stop2331" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(70.504311%,0%,100%);stop-opacity:1;"
- id="stop2333" />
- <stop
- offset="0.273437"
- style="stop-color:rgb(70.79118%,0%,100%);stop-opacity:1;"
- id="stop2335" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(71.076524%,0%,100%);stop-opacity:1;"
- id="stop2337" />
- <stop
- offset="0.289062"
- style="stop-color:rgb(71.363394%,0%,100%);stop-opacity:1;"
- id="stop2339" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(71.650263%,0%,100%);stop-opacity:1;"
- id="stop2341" />
- <stop
- offset="0.304687"
- style="stop-color:rgb(71.935607%,0%,100%);stop-opacity:1;"
- id="stop2343" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(72.222477%,0%,100%);stop-opacity:1;"
- id="stop2345" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(72.50782%,0%,100%);stop-opacity:1;"
- id="stop2347" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(72.79469%,0%,100%);stop-opacity:1;"
- id="stop2349" />
- <stop
- offset="0.335937"
- style="stop-color:rgb(73.081559%,0%,100%);stop-opacity:1;"
- id="stop2351" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(73.366903%,0%,100%);stop-opacity:1;"
- id="stop2353" />
- <stop
- offset="0.351562"
- style="stop-color:rgb(73.653773%,0%,100%);stop-opacity:1;"
- id="stop2355" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(73.939117%,0%,100%);stop-opacity:1;"
- id="stop2357" />
- <stop
- offset="0.367187"
- style="stop-color:rgb(74.225986%,0%,100%);stop-opacity:1;"
- id="stop2359" />
- <stop
- offset="0.375"
- style="stop-color:rgb(74.512856%,0%,100%);stop-opacity:1;"
- id="stop2361" />
- <stop
- offset="0.382813"
- style="stop-color:rgb(74.798199%,0%,100%);stop-opacity:1;"
- id="stop2363" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(75.085069%,0%,100%);stop-opacity:1;"
- id="stop2365" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(75.370413%,0%,100%);stop-opacity:1;"
- id="stop2367" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(75.657282%,0%,100%);stop-opacity:1;"
- id="stop2369" />
- <stop
- offset="0.414062"
- style="stop-color:rgb(75.942626%,0%,100%);stop-opacity:1;"
- id="stop2371" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(76.229496%,0%,100%);stop-opacity:1;"
- id="stop2373" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(76.516365%,0%,100%);stop-opacity:1;"
- id="stop2375" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(76.801709%,0%,100%);stop-opacity:1;"
- id="stop2377" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(77.088579%,0%,100%);stop-opacity:1;"
- id="stop2379" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(77.373922%,0%,100%);stop-opacity:1;"
- id="stop2381" />
- <stop
- offset="0.460937"
- style="stop-color:rgb(77.660792%,0%,100%);stop-opacity:1;"
- id="stop2383" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(77.947662%,0%,100%);stop-opacity:1;"
- id="stop2385" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(78.233005%,0%,100%);stop-opacity:1;"
- id="stop2387" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(78.519875%,0%,100%);stop-opacity:1;"
- id="stop2389" />
- <stop
- offset="0.492187"
- style="stop-color:rgb(78.805219%,0%,100%);stop-opacity:1;"
- id="stop2391" />
- <stop
- offset="0.5"
- style="stop-color:rgb(79.092088%,0%,100%);stop-opacity:1;"
- id="stop2393" />
- <stop
- offset="0.507812"
- style="stop-color:rgb(79.378958%,0%,100%);stop-opacity:1;"
- id="stop2395" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(79.664302%,0%,100%);stop-opacity:1;"
- id="stop2397" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(79.951171%,0%,100%);stop-opacity:1;"
- id="stop2399" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(80.236515%,0%,100%);stop-opacity:1;"
- id="stop2401" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(80.523384%,0%,100%);stop-opacity:1;"
- id="stop2403" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(80.810254%,0%,100%);stop-opacity:1;"
- id="stop2405" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(81.095598%,0%,100%);stop-opacity:1;"
- id="stop2407" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(81.382467%,0%,100%);stop-opacity:1;"
- id="stop2409" />
- <stop
- offset="0.570312"
- style="stop-color:rgb(81.667811%,0%,100%);stop-opacity:1;"
- id="stop2411" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(81.954681%,0%,100%);stop-opacity:1;"
- id="stop2413" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(82.240024%,0%,100%);stop-opacity:1;"
- id="stop2415" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(82.526894%,0%,100%);stop-opacity:1;"
- id="stop2417" />
- <stop
- offset="0.601562"
- style="stop-color:rgb(82.813764%,0%,100%);stop-opacity:1;"
- id="stop2419" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(83.099107%,0%,100%);stop-opacity:1;"
- id="stop2421" />
- <stop
- offset="0.617188"
- style="stop-color:rgb(83.385977%,0%,100%);stop-opacity:1;"
- id="stop2423" />
- <stop
- offset="0.625"
- style="stop-color:rgb(83.671321%,0%,100%);stop-opacity:1;"
- id="stop2425" />
- <stop
- offset="0.632813"
- style="stop-color:rgb(83.95819%,0%,100%);stop-opacity:1;"
- id="stop2427" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(84.24506%,0%,100%);stop-opacity:1;"
- id="stop2429" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(84.530404%,0%,100%);stop-opacity:1;"
- id="stop2431" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(84.817273%,0%,100%);stop-opacity:1;"
- id="stop2433" />
- <stop
- offset="0.664062"
- style="stop-color:rgb(85.102617%,0%,100%);stop-opacity:1;"
- id="stop2435" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(85.389487%,0%,100%);stop-opacity:1;"
- id="stop2437" />
- <stop
- offset="0.679688"
- style="stop-color:rgb(85.676356%,0%,100%);stop-opacity:1;"
- id="stop2439" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(85.9617%,0%,100%);stop-opacity:1;"
- id="stop2441" />
- <stop
- offset="0.695313"
- style="stop-color:rgb(86.248569%,0%,100%);stop-opacity:1;"
- id="stop2443" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(86.533913%,0%,100%);stop-opacity:1;"
- id="stop2445" />
- <stop
- offset="0.710937"
- style="stop-color:rgb(86.820783%,0%,100%);stop-opacity:1;"
- id="stop2447" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(87.106126%,0%,100%);stop-opacity:1;"
- id="stop2449" />
- <stop
- offset="0.726562"
- style="stop-color:rgb(87.392996%,0%,100%);stop-opacity:1;"
- id="stop2451" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(87.679866%,0%,100%);stop-opacity:1;"
- id="stop2453" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(87.965209%,0%,100%);stop-opacity:1;"
- id="stop2455" />
- <stop
- offset="0.75"
- style="stop-color:rgb(88.252079%,0%,100%);stop-opacity:1;"
- id="stop2457" />
- <stop
- offset="0.757812"
- style="stop-color:rgb(88.537423%,0%,100%);stop-opacity:1;"
- id="stop2459" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(88.824292%,0%,100%);stop-opacity:1;"
- id="stop2461" />
- <stop
- offset="0.773438"
- style="stop-color:rgb(89.111162%,0%,100%);stop-opacity:1;"
- id="stop2463" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(89.396506%,0%,100%);stop-opacity:1;"
- id="stop2465" />
- <stop
- offset="0.789062"
- style="stop-color:rgb(89.683375%,0%,100%);stop-opacity:1;"
- id="stop2467" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(89.968719%,0%,100%);stop-opacity:1;"
- id="stop2469" />
- <stop
- offset="0.804687"
- style="stop-color:rgb(90.255589%,0%,100%);stop-opacity:1;"
- id="stop2471" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(90.542458%,0%,100%);stop-opacity:1;"
- id="stop2473" />
- <stop
- offset="0.820312"
- style="stop-color:rgb(90.827802%,0%,100%);stop-opacity:1;"
- id="stop2475" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(91.114672%,0%,100%);stop-opacity:1;"
- id="stop2477" />
- <stop
- offset="0.835938"
- style="stop-color:rgb(91.400015%,0%,100%);stop-opacity:1;"
- id="stop2479" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(91.686885%,0%,100%);stop-opacity:1;"
- id="stop2481" />
- <stop
- offset="0.851562"
- style="stop-color:rgb(91.973754%,0%,100%);stop-opacity:1;"
- id="stop2483" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(92.259098%,0%,100%);stop-opacity:1;"
- id="stop2485" />
- <stop
- offset="0.867187"
- style="stop-color:rgb(92.545968%,0%,100%);stop-opacity:1;"
- id="stop2487" />
- <stop
- offset="0.875"
- style="stop-color:rgb(92.831312%,0%,100%);stop-opacity:1;"
- id="stop2489" />
- <stop
- offset="0.882812"
- style="stop-color:rgb(93.118181%,0%,100%);stop-opacity:1;"
- id="stop2491" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(93.403525%,0%,100%);stop-opacity:1;"
- id="stop2493" />
- <stop
- offset="0.898438"
- style="stop-color:rgb(93.690394%,0%,100%);stop-opacity:1;"
- id="stop2495" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(93.977264%,0%,100%);stop-opacity:1;"
- id="stop2497" />
- <stop
- offset="0.914062"
- style="stop-color:rgb(94.262608%,0%,100%);stop-opacity:1;"
- id="stop2499" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(94.549477%,0%,100%);stop-opacity:1;"
- id="stop2501" />
- <stop
- offset="0.929687"
- style="stop-color:rgb(94.834821%,0%,100%);stop-opacity:1;"
- id="stop2503" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(95.121691%,0%,100%);stop-opacity:1;"
- id="stop2505" />
- <stop
- offset="0.945312"
- style="stop-color:rgb(95.40856%,0%,100%);stop-opacity:1;"
- id="stop2507" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(95.693904%,0%,100%);stop-opacity:1;"
- id="stop2509" />
- <stop
- offset="0.960938"
- style="stop-color:rgb(95.980774%,0%,100%);stop-opacity:1;"
- id="stop2511" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(96.266117%,0%,100%);stop-opacity:1;"
- id="stop2513" />
- <stop
- offset="0.976562"
- style="stop-color:rgb(96.552987%,0%,100%);stop-opacity:1;"
- id="stop2515" />
- <stop
- offset="0.984375"
- style="stop-color:rgb(96.839857%,0%,100%);stop-opacity:1;"
- id="stop2517" />
- <stop
- offset="0.992188"
- style="stop-color:rgb(97.1252%,0%,100%);stop-opacity:1;"
- id="stop2519" />
- <stop
- offset="1"
- style="stop-color:rgb(97.41207%,0%,100%);stop-opacity:1;"
- id="stop2521" />
- </linearGradient>
- <clipPath
- id="clip217">
- <rect
- width="167"
- height="205"
- id="rect2524"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface71"
- clip-path="url(#clip217)">
- <g
- clip-path="url(#clip218)"
- clip-rule="nonzero"
- id="g2527">
- <g
- clip-path="url(#clip219)"
- clip-rule="nonzero"
- id="g2529">
- <g
- clip-path="url(#clip220)"
- clip-rule="nonzero"
- id="g2531">
- <g
- clip-path="url(#clip221)"
- clip-rule="nonzero"
- id="g2533">
- <g
- clip-path="url(#clip222)"
- clip-rule="nonzero"
- id="g2535">
- <g
- clip-path="url(#clip223)"
- clip-rule="nonzero"
- id="g2537">
- <path
- style="fill:url(#linear20);fill-rule:nonzero;stroke:none"
- d="M 42.402344,72.601562 L 42.402344,162.19922 L 30.402344,162.19922 L 30.402344,72.601562 L 42.402344,72.601562 z"
- id="path2539" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip216">
- <rect
- width="167"
- height="205"
- id="rect2542"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface70"
- clip-path="url(#clip216)">
- <use
- xlink:href="#surface71"
- mask="url(#mask34)"
- id="use2545"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip212">
- <rect
- width="167"
- height="205"
- id="rect2548"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface69"
- clip-path="url(#clip212)">
- <g
- clip-path="url(#clip213)"
- clip-rule="nonzero"
- id="g2551">
- <g
- clip-path="url(#clip214)"
- clip-rule="nonzero"
- id="g2553">
- <g
- clip-path="url(#clip215)"
- clip-rule="nonzero"
- id="g2555">
- <use
- xlink:href="#surface70"
- id="use2557"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip224">
- <rect
- width="167"
- height="205"
- id="rect2560"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface72"
- clip-path="url(#clip224)">
- <path
- style="fill:#ffffff;fill-opacity:0.35;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2563" />
- </g>
- <mask
- id="mask35">
- <g
- id="g2566"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface72"
- id="use2568"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip226">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2571" />
- </clipPath>
- <clipPath
- id="clip227">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2574" />
- </clipPath>
- <clipPath
- id="clip228">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2577" />
- </clipPath>
- <mask
- id="mask36">
- <g
- id="g2580"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACc0lEQVR4nO3SsUpDURBF0RMVbCyM/v8vWlhYWFloEUIs5W1kLbgMTDVw92n8d0/bnre9bjv/zJereb6xezzi2AuvdwcfAL8SJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJOvh6AP4cx/bPre9bbvf959fv1v70xHHXnj/Aq05BqlhmsZwAAAAAElFTkSuQmCC"
- id="image2582" />
- </g>
- </mask>
- <clipPath
- id="clip231">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2585" />
- </clipPath>
- <clipPath
- id="clip232">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2588" />
- </clipPath>
- <clipPath
- id="clip233">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2591" />
- </clipPath>
- <clipPath
- id="clip234">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2594" />
- </clipPath>
- <clipPath
- id="clip235">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2597" />
- </clipPath>
- <clipPath
- id="clip236">
- <path
- d="M 120.80469,72.601562 L 120.80469,77.402344 L 132.80469,77.402344 L 132.80469,72.601562 L 120.80469,72.601562 z M 120.80469,80.601562 L 120.80469,87 L 132.80469,87 L 132.80469,80.601562 L 120.80469,80.601562 z M 120.80469,90.199219 L 120.80469,96.601562 L 132.80469,96.601562 L 132.80469,90.199219 L 120.80469,90.199219 z M 120.80469,99.800781 L 120.80469,106.19922 L 132.80469,106.19922 L 132.80469,99.800781 L 120.80469,99.800781 z M 120.80469,109.40234 L 120.80469,115.80078 L 132.80469,115.80078 L 132.80469,109.40234 L 120.80469,109.40234 z M 120.80469,119 L 120.80469,125.40234 L 132.80469,125.40234 L 132.80469,119 L 120.80469,119 z M 120.80469,128.60156 L 120.80469,135 L 132.80469,135 L 132.80469,128.60156 L 120.80469,128.60156 z M 120.80469,138.19922 L 120.80469,144.60156 L 132.80469,144.60156 L 132.80469,138.19922 L 120.80469,138.19922 z M 120.80469,147.80078 L 120.80469,154.19922 L 132.80469,154.19922 L 132.80469,147.80078 L 120.80469,147.80078 z M 120.80469,157.40234 L 120.80469,162.19922 L 132.80469,162.19922 L 132.80469,157.40234 L 120.80469,157.40234 z"
- id="path2600" />
- </clipPath>
- <linearGradient
- id="linear21"
- gradientUnits="userSpaceOnUse"
- x1="1558.0039"
- y1="184"
- x2="1543.0039"
- y2="184"
- gradientTransform="matrix(0.8,0,0,0.8,-1113.597,-48.201389)">
- <stop
- offset="0"
- style="stop-color:rgb(60.91249%,0%,100%);stop-opacity:1;"
- id="stop2603" />
- <stop
- offset="0.0078125"
- style="stop-color:rgb(61.055924%,0%,100%);stop-opacity:1;"
- id="stop2605" />
- <stop
- offset="0.015625"
- style="stop-color:rgb(61.341268%,0%,100%);stop-opacity:1;"
- id="stop2607" />
- <stop
- offset="0.0234375"
- style="stop-color:rgb(61.628138%,0%,100%);stop-opacity:1;"
- id="stop2609" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(61.915007%,0%,100%);stop-opacity:1;"
- id="stop2611" />
- <stop
- offset="0.0390625"
- style="stop-color:rgb(62.200351%,0%,100%);stop-opacity:1;"
- id="stop2613" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(62.487221%,0%,100%);stop-opacity:1;"
- id="stop2615" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(62.772564%,0%,100%);stop-opacity:1;"
- id="stop2617" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(63.059434%,0%,100%);stop-opacity:1;"
- id="stop2619" />
- <stop
- offset="0.0703125"
- style="stop-color:rgb(63.346304%,0%,100%);stop-opacity:1;"
- id="stop2621" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(63.631647%,0%,100%);stop-opacity:1;"
- id="stop2623" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(63.918517%,0%,100%);stop-opacity:1;"
- id="stop2625" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(64.203861%,0%,100%);stop-opacity:1;"
- id="stop2627" />
- <stop
- offset="0.101562"
- style="stop-color:rgb(64.49073%,0%,100%);stop-opacity:1;"
- id="stop2629" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(64.776074%,0%,100%);stop-opacity:1;"
- id="stop2631" />
- <stop
- offset="0.117187"
- style="stop-color:rgb(65.062943%,0%,100%);stop-opacity:1;"
- id="stop2633" />
- <stop
- offset="0.125"
- style="stop-color:rgb(65.349813%,0%,100%);stop-opacity:1;"
- id="stop2635" />
- <stop
- offset="0.132812"
- style="stop-color:rgb(65.635157%,0%,100%);stop-opacity:1;"
- id="stop2637" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(65.922026%,0%,100%);stop-opacity:1;"
- id="stop2639" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(66.20737%,0%,100%);stop-opacity:1;"
- id="stop2641" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(66.49424%,0%,100%);stop-opacity:1;"
- id="stop2643" />
- <stop
- offset="0.164063"
- style="stop-color:rgb(66.781109%,0%,100%);stop-opacity:1;"
- id="stop2645" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(67.066453%,0%,100%);stop-opacity:1;"
- id="stop2647" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(67.353323%,0%,100%);stop-opacity:1;"
- id="stop2649" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(67.638666%,0%,100%);stop-opacity:1;"
- id="stop2651" />
- <stop
- offset="0.195312"
- style="stop-color:rgb(67.925536%,0%,100%);stop-opacity:1;"
- id="stop2653" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(68.212406%,0%,100%);stop-opacity:1;"
- id="stop2655" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(68.497749%,0%,100%);stop-opacity:1;"
- id="stop2657" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(68.784619%,0%,100%);stop-opacity:1;"
- id="stop2659" />
- <stop
- offset="0.226562"
- style="stop-color:rgb(69.069963%,0%,100%);stop-opacity:1;"
- id="stop2661" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(69.356832%,0%,100%);stop-opacity:1;"
- id="stop2663" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(69.643702%,0%,100%);stop-opacity:1;"
- id="stop2665" />
- <stop
- offset="0.25"
- style="stop-color:rgb(69.929046%,0%,100%);stop-opacity:1;"
- id="stop2667" />
- <stop
- offset="0.257812"
- style="stop-color:rgb(70.215915%,0%,100%);stop-opacity:1;"
- id="stop2669" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(70.501259%,0%,100%);stop-opacity:1;"
- id="stop2671" />
- <stop
- offset="0.273438"
- style="stop-color:rgb(70.788128%,0%,100%);stop-opacity:1;"
- id="stop2673" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(71.073472%,0%,100%);stop-opacity:1;"
- id="stop2675" />
- <stop
- offset="0.289062"
- style="stop-color:rgb(71.360342%,0%,100%);stop-opacity:1;"
- id="stop2677" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(71.647211%,0%,100%);stop-opacity:1;"
- id="stop2679" />
- <stop
- offset="0.304687"
- style="stop-color:rgb(71.932555%,0%,100%);stop-opacity:1;"
- id="stop2681" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(72.219425%,0%,100%);stop-opacity:1;"
- id="stop2683" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(72.504768%,0%,100%);stop-opacity:1;"
- id="stop2685" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(72.791638%,0%,100%);stop-opacity:1;"
- id="stop2687" />
- <stop
- offset="0.335937"
- style="stop-color:rgb(73.078508%,0%,100%);stop-opacity:1;"
- id="stop2689" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(73.363851%,0%,100%);stop-opacity:1;"
- id="stop2691" />
- <stop
- offset="0.351563"
- style="stop-color:rgb(73.650721%,0%,100%);stop-opacity:1;"
- id="stop2693" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(73.936065%,0%,100%);stop-opacity:1;"
- id="stop2695" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(74.222934%,0%,100%);stop-opacity:1;"
- id="stop2697" />
- <stop
- offset="0.375"
- style="stop-color:rgb(74.509804%,0%,100%);stop-opacity:1;"
- id="stop2699" />
- <stop
- offset="0.382813"
- style="stop-color:rgb(74.795148%,0%,100%);stop-opacity:1;"
- id="stop2701" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(75.082017%,0%,100%);stop-opacity:1;"
- id="stop2703" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(75.367361%,0%,100%);stop-opacity:1;"
- id="stop2705" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(75.654231%,0%,100%);stop-opacity:1;"
- id="stop2707" />
- <stop
- offset="0.414062"
- style="stop-color:rgb(75.939574%,0%,100%);stop-opacity:1;"
- id="stop2709" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(76.226444%,0%,100%);stop-opacity:1;"
- id="stop2711" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(76.513313%,0%,100%);stop-opacity:1;"
- id="stop2713" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(76.798657%,0%,100%);stop-opacity:1;"
- id="stop2715" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(77.085527%,0%,100%);stop-opacity:1;"
- id="stop2717" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(77.370871%,0%,100%);stop-opacity:1;"
- id="stop2719" />
- <stop
- offset="0.460937"
- style="stop-color:rgb(77.65774%,0%,100%);stop-opacity:1;"
- id="stop2721" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(77.94461%,0%,100%);stop-opacity:1;"
- id="stop2723" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(78.229953%,0%,100%);stop-opacity:1;"
- id="stop2725" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(78.516823%,0%,100%);stop-opacity:1;"
- id="stop2727" />
- <stop
- offset="0.492187"
- style="stop-color:rgb(78.802167%,0%,100%);stop-opacity:1;"
- id="stop2729" />
- <stop
- offset="0.5"
- style="stop-color:rgb(79.089036%,0%,100%);stop-opacity:1;"
- id="stop2731" />
- <stop
- offset="0.507812"
- style="stop-color:rgb(79.375906%,0%,100%);stop-opacity:1;"
- id="stop2733" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(79.66125%,0%,100%);stop-opacity:1;"
- id="stop2735" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(79.948119%,0%,100%);stop-opacity:1;"
- id="stop2737" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(80.233463%,0%,100%);stop-opacity:1;"
- id="stop2739" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(80.520333%,0%,100%);stop-opacity:1;"
- id="stop2741" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(80.807202%,0%,100%);stop-opacity:1;"
- id="stop2743" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(81.092546%,0%,100%);stop-opacity:1;"
- id="stop2745" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(81.379416%,0%,100%);stop-opacity:1;"
- id="stop2747" />
- <stop
- offset="0.570312"
- style="stop-color:rgb(81.664759%,0%,100%);stop-opacity:1;"
- id="stop2749" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(81.951629%,0%,100%);stop-opacity:1;"
- id="stop2751" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(82.236973%,0%,100%);stop-opacity:1;"
- id="stop2753" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(82.523842%,0%,100%);stop-opacity:1;"
- id="stop2755" />
- <stop
- offset="0.601562"
- style="stop-color:rgb(82.810712%,0%,100%);stop-opacity:1;"
- id="stop2757" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(83.096056%,0%,100%);stop-opacity:1;"
- id="stop2759" />
- <stop
- offset="0.617188"
- style="stop-color:rgb(83.382925%,0%,100%);stop-opacity:1;"
- id="stop2761" />
- <stop
- offset="0.625"
- style="stop-color:rgb(83.668269%,0%,100%);stop-opacity:1;"
- id="stop2763" />
- <stop
- offset="0.632813"
- style="stop-color:rgb(83.955138%,0%,100%);stop-opacity:1;"
- id="stop2765" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(84.242008%,0%,100%);stop-opacity:1;"
- id="stop2767" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(84.527352%,0%,100%);stop-opacity:1;"
- id="stop2769" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(84.814221%,0%,100%);stop-opacity:1;"
- id="stop2771" />
- <stop
- offset="0.664062"
- style="stop-color:rgb(85.099565%,0%,100%);stop-opacity:1;"
- id="stop2773" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(85.386435%,0%,100%);stop-opacity:1;"
- id="stop2775" />
- <stop
- offset="0.679688"
- style="stop-color:rgb(85.673304%,0%,100%);stop-opacity:1;"
- id="stop2777" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(85.958648%,0%,100%);stop-opacity:1;"
- id="stop2779" />
- <stop
- offset="0.695313"
- style="stop-color:rgb(86.245518%,0%,100%);stop-opacity:1;"
- id="stop2781" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(86.530861%,0%,100%);stop-opacity:1;"
- id="stop2783" />
- <stop
- offset="0.710937"
- style="stop-color:rgb(86.817731%,0%,100%);stop-opacity:1;"
- id="stop2785" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(87.103075%,0%,100%);stop-opacity:1;"
- id="stop2787" />
- <stop
- offset="0.726562"
- style="stop-color:rgb(87.389944%,0%,100%);stop-opacity:1;"
- id="stop2789" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(87.676814%,0%,100%);stop-opacity:1;"
- id="stop2791" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(87.962158%,0%,100%);stop-opacity:1;"
- id="stop2793" />
- <stop
- offset="0.75"
- style="stop-color:rgb(88.249027%,0%,100%);stop-opacity:1;"
- id="stop2795" />
- <stop
- offset="0.757812"
- style="stop-color:rgb(88.534371%,0%,100%);stop-opacity:1;"
- id="stop2797" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(88.821241%,0%,100%);stop-opacity:1;"
- id="stop2799" />
- <stop
- offset="0.773438"
- style="stop-color:rgb(89.10811%,0%,100%);stop-opacity:1;"
- id="stop2801" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(89.393454%,0%,100%);stop-opacity:1;"
- id="stop2803" />
- <stop
- offset="0.789062"
- style="stop-color:rgb(89.680323%,0%,100%);stop-opacity:1;"
- id="stop2805" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(89.965667%,0%,100%);stop-opacity:1;"
- id="stop2807" />
- <stop
- offset="0.804687"
- style="stop-color:rgb(90.252537%,0%,100%);stop-opacity:1;"
- id="stop2809" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(90.539406%,0%,100%);stop-opacity:1;"
- id="stop2811" />
- <stop
- offset="0.820312"
- style="stop-color:rgb(90.82475%,0%,100%);stop-opacity:1;"
- id="stop2813" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(91.11162%,0%,100%);stop-opacity:1;"
- id="stop2815" />
- <stop
- offset="0.835938"
- style="stop-color:rgb(91.396963%,0%,100%);stop-opacity:1;"
- id="stop2817" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(91.683833%,0%,100%);stop-opacity:1;"
- id="stop2819" />
- <stop
- offset="0.851562"
- style="stop-color:rgb(91.970703%,0%,100%);stop-opacity:1;"
- id="stop2821" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(92.256046%,0%,100%);stop-opacity:1;"
- id="stop2823" />
- <stop
- offset="0.867187"
- style="stop-color:rgb(92.542916%,0%,100%);stop-opacity:1;"
- id="stop2825" />
- <stop
- offset="0.875"
- style="stop-color:rgb(92.82826%,0%,100%);stop-opacity:1;"
- id="stop2827" />
- <stop
- offset="0.882812"
- style="stop-color:rgb(93.115129%,0%,100%);stop-opacity:1;"
- id="stop2829" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(93.400473%,0%,100%);stop-opacity:1;"
- id="stop2831" />
- <stop
- offset="0.898438"
- style="stop-color:rgb(93.687343%,0%,100%);stop-opacity:1;"
- id="stop2833" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(93.974212%,0%,100%);stop-opacity:1;"
- id="stop2835" />
- <stop
- offset="0.914062"
- style="stop-color:rgb(94.259556%,0%,100%);stop-opacity:1;"
- id="stop2837" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(94.546426%,0%,100%);stop-opacity:1;"
- id="stop2839" />
- <stop
- offset="0.929687"
- style="stop-color:rgb(94.831769%,0%,100%);stop-opacity:1;"
- id="stop2841" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(95.118639%,0%,100%);stop-opacity:1;"
- id="stop2843" />
- <stop
- offset="0.945312"
- style="stop-color:rgb(95.405509%,0%,100%);stop-opacity:1;"
- id="stop2845" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(95.690852%,0%,100%);stop-opacity:1;"
- id="stop2847" />
- <stop
- offset="0.960938"
- style="stop-color:rgb(95.977722%,0%,100%);stop-opacity:1;"
- id="stop2849" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(96.263066%,0%,100%);stop-opacity:1;"
- id="stop2851" />
- <stop
- offset="0.976562"
- style="stop-color:rgb(96.549935%,0%,100%);stop-opacity:1;"
- id="stop2853" />
- <stop
- offset="0.984375"
- style="stop-color:rgb(96.836805%,0%,100%);stop-opacity:1;"
- id="stop2855" />
- <stop
- offset="0.992188"
- style="stop-color:rgb(97.122148%,0%,100%);stop-opacity:1;"
- id="stop2857" />
- <stop
- offset="1"
- style="stop-color:rgb(97.409018%,0%,100%);stop-opacity:1;"
- id="stop2859" />
- </linearGradient>
- <clipPath
- id="clip230">
- <rect
- width="167"
- height="205"
- id="rect2862"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface75"
- clip-path="url(#clip230)">
- <g
- clip-path="url(#clip231)"
- clip-rule="nonzero"
- id="g2865">
- <g
- clip-path="url(#clip232)"
- clip-rule="nonzero"
- id="g2867">
- <g
- clip-path="url(#clip233)"
- clip-rule="nonzero"
- id="g2869">
- <g
- clip-path="url(#clip234)"
- clip-rule="nonzero"
- id="g2871">
- <g
- clip-path="url(#clip235)"
- clip-rule="nonzero"
- id="g2873">
- <g
- clip-path="url(#clip236)"
- clip-rule="nonzero"
- id="g2875">
- <path
- style="fill:url(#linear21);fill-rule:nonzero;stroke:none"
- d="M 120.80469,72.601562 L 120.80469,162.19922 L 132.80469,162.19922 L 132.80469,72.601562 L 120.80469,72.601562 z"
- id="path2877" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip229">
- <rect
- width="167"
- height="205"
- id="rect2880"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface74"
- clip-path="url(#clip229)">
- <use
- xlink:href="#surface75"
- mask="url(#mask36)"
- id="use2883"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip225">
- <rect
- width="167"
- height="205"
- id="rect2886"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface73"
- clip-path="url(#clip225)">
- <g
- clip-path="url(#clip226)"
- clip-rule="nonzero"
- id="g2889">
- <g
- clip-path="url(#clip227)"
- clip-rule="nonzero"
- id="g2891">
- <g
- clip-path="url(#clip228)"
- clip-rule="nonzero"
- id="g2893">
- <use
- xlink:href="#surface74"
- id="use2895"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip237">
- <rect
- width="167"
- height="205"
- id="rect2898"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface76"
- clip-path="url(#clip237)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2901" />
- </g>
- <mask
- id="mask37">
- <g
- id="g2904"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface76"
- id="use2906"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip239">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2909" />
- </clipPath>
- <clipPath
- id="clip240">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2912" />
- </clipPath>
- <clipPath
- id="clip241">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2915" />
- </clipPath>
- <mask
- id="mask38">
- <g
- id="g2918"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAAEjElEQVR4nO3bbVPUVhgG4BsQFLCi1tqX///jaltba31BULcfNmf22WMC1CKbheuaeebJMgwmu7dJ9pyTBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgHE7m96BmdhJcpBkf6h7pe91tZNkd+itmkWpz0P/1NV5ko9DnZW++IbHt5XuQjj3kxwmeVD6/dIPSh8L6F5WId0t/aJwfu7qU1aBbHU+1NlQH0o/Lf196efX9q5sgdsUzsMkx6WOSh2Wuiyk+1kPaQtnDWirq4SzBvNT1s+W51mFsgVyLJTvk7wr/W3pb4ef3zrbGs6DJI+SPJyo46Ef5fKgjoW0nkWT63mf2mW7ni3HzpSnWQWxBrMP5JvSW/1T+tk17PNGbUs497IMY1/fjdRUUPuQ3ss8j3+R5Zn1XdbDOBbIGsZWr0u1139neRbfKnP8cJq9JI+zDOHjJCfDdu0nWQbyosAeZd7HeVWLrILZQvcm62FsQazbfb3KlgR1jh/aUZZh7Ouk267VQtzCOcfjum6LLEPawtgHcKz/VfqrzPxedU4f4mGSJ0M9HtmufSy4czqWm7bIdAAv6q1Ob36XL7e36R0YPE3yPMmPpdf6aeg/l/pl+N3D3O1gJsvjP8zyP+lR1r/o1dovvQ6ZJTMM6KbDuZPkWZbh/H6oZ6X/UPrzrt+We8nrtJNlKNsXvjqJUMdo+6GwVrO6zG86nO2LTX+5fjJRT4c62MTObpG9LM+KbfhqMVL9REEbk53NENTuBv/tvawuNwf58hL0oKs2Nrk/9sf4wkG+nHSYutzX93+TmVgzhx3pZ1mmfodvZ5bv7ybD2S4hHyaqTue1qbzT3LH55f/hPKv37H3W39d+Lv9DeT2bMdBN33Oe5+Ib9nbT3nqyWkG06X2fs7NMDyHVqmOjr4efzcamP+BFVt8Q6zKz/ia99bqIYjfLkM7ykrQhbWD+jyS/d/3lUG37z6Felj4rmw5n0y7bY0vJ6sqdfpHEWVZn0rsc0kWWZ74XSX4d6kXpL5L8NlG/Zxno2ZnjB3qc8Zmgk3w5jfmo9DaVeVfGP9tce52+fJXV5bm97rdrvb3xvf4P5vwh7md97rzOpdeFHvV1W+xRt+9n3sd5VYssrxb9CqR+JVJd/DG18OPjDe/7V9mWD60FtQWvbdcgPsz4srmpJXNzGEab8jnTS+am1m9OLZtrId2KQFbbEs7eYdYDObaGs66Ir8EcWxU/NiC9n/VRguvQvuz199F1oXFdAd8WHfcLjccC24LZXs9qKvJrbGs4xxxnOpSHGV8B38+W9M8RtYUR/YNuV33ArT7Y1j87VAPah7SO69bV8LX6kN46tymcU64yhdc/P1SfvhwLZqvk4nD2AT0vvR+V6AfEx0I6u5VD39JdCOdV7I9UDeZFD7ddduZsIW0PuLWzZz9stnX3hAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADP3L5NZzYW499DSAAAAAElFTkSuQmCC"
- id="image2920" />
- </g>
- </mask>
- <clipPath
- id="clip244">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2923" />
- </clipPath>
- <clipPath
- id="clip245">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path2926" />
- </clipPath>
- <clipPath
- id="clip246">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2929" />
- </clipPath>
- <clipPath
- id="clip247">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2932" />
- </clipPath>
- <clipPath
- id="clip248">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path2935" />
- </clipPath>
- <clipPath
- id="clip249">
- <path
- d="M 30.402344,130.20312 L 132.80469,130.20312 L 132.80469,154.20312 L 30.402344,154.20312 L 30.402344,130.20312 z"
- id="path2938" />
- </clipPath>
- <radialGradient
- id="radial0"
- gradientUnits="userSpaceOnUse"
- cx="152.33203"
- cy="-754.63672"
- fx="152.33203"
- fy="-754.63672"
- r="15"
- gradientTransform="matrix(3.25029e-6,0.812224,-3.42188,0,-2500.805,18.294611)">
- <stop
- offset="0"
- style="stop-color:rgb(50.196078%,0%,50.196078%);stop-opacity:1;"
- id="stop2941" />
- <stop
- offset="0.5"
- style="stop-color:rgb(50.196078%,0%,50.196078%);stop-opacity:1;"
- id="stop2943" />
- <stop
- offset="0.625"
- style="stop-color:rgb(50.196078%,0%,50.196078%);stop-opacity:1;"
- id="stop2945" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(50.196078%,0%,50.196078%);stop-opacity:1;"
- id="stop2947" />
- <stop
- offset="0.726562"
- style="stop-color:rgb(50.527199%,0%,50.527199%);stop-opacity:1;"
- id="stop2949" />
- <stop
- offset="0.730469"
- style="stop-color:rgb(51.213855%,0%,51.213855%);stop-opacity:1;"
- id="stop2951" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(51.926452%,0%,51.926452%);stop-opacity:1;"
- id="stop2953" />
- <stop
- offset="0.738281"
- style="stop-color:rgb(52.637522%,0%,52.637522%);stop-opacity:1;"
- id="stop2955" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(53.350118%,0%,53.350118%);stop-opacity:1;"
- id="stop2957" />
- <stop
- offset="0.746094"
- style="stop-color:rgb(54.062715%,0%,54.062715%);stop-opacity:1;"
- id="stop2959" />
- <stop
- offset="0.75"
- style="stop-color:rgb(54.775311%,0%,54.775311%);stop-opacity:1;"
- id="stop2961" />
- <stop
- offset="0.753906"
- style="stop-color:rgb(55.486381%,0%,55.486381%);stop-opacity:1;"
- id="stop2963" />
- <stop
- offset="0.757812"
- style="stop-color:rgb(56.198978%,0%,56.198978%);stop-opacity:1;"
- id="stop2965" />
- <stop
- offset="0.761719"
- style="stop-color:rgb(56.911574%,0%,56.911574%);stop-opacity:1;"
- id="stop2967" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(57.62417%,0%,57.62417%);stop-opacity:1;"
- id="stop2969" />
- <stop
- offset="0.769531"
- style="stop-color:rgb(58.335241%,0%,58.335241%);stop-opacity:1;"
- id="stop2971" />
- <stop
- offset="0.773438"
- style="stop-color:rgb(59.047837%,0%,59.047837%);stop-opacity:1;"
- id="stop2973" />
- <stop
- offset="0.777344"
- style="stop-color:rgb(59.760433%,0%,59.760433%);stop-opacity:1;"
- id="stop2975" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(60.47303%,0%,60.47303%);stop-opacity:1;"
- id="stop2977" />
- <stop
- offset="0.785156"
- style="stop-color:rgb(61.1841%,0%,61.1841%);stop-opacity:1;"
- id="stop2979" />
- <stop
- offset="0.789062"
- style="stop-color:rgb(61.896696%,0%,61.896696%);stop-opacity:1;"
- id="stop2981" />
- <stop
- offset="0.792969"
- style="stop-color:rgb(62.609293%,0%,62.609293%);stop-opacity:1;"
- id="stop2983" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(63.321889%,0%,63.321889%);stop-opacity:1;"
- id="stop2985" />
- <stop
- offset="0.800781"
- style="stop-color:rgb(64.032959%,0%,64.032959%);stop-opacity:1;"
- id="stop2987" />
- <stop
- offset="0.804688"
- style="stop-color:rgb(64.745556%,0%,64.745556%);stop-opacity:1;"
- id="stop2989" />
- <stop
- offset="0.808594"
- style="stop-color:rgb(65.458152%,0%,65.458152%);stop-opacity:1;"
- id="stop2991" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(66.170748%,0%,66.170748%);stop-opacity:1;"
- id="stop2993" />
- <stop
- offset="0.816406"
- style="stop-color:rgb(66.881819%,0%,66.881819%);stop-opacity:1;"
- id="stop2995" />
- <stop
- offset="0.820312"
- style="stop-color:rgb(67.594415%,0%,67.594415%);stop-opacity:1;"
- id="stop2997" />
- <stop
- offset="0.824219"
- style="stop-color:rgb(68.307012%,0%,68.307012%);stop-opacity:1;"
- id="stop2999" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(69.019608%,0%,69.019608%);stop-opacity:1;"
- id="stop3001" />
- <stop
- offset="0.832031"
- style="stop-color:rgb(69.730678%,0%,69.730678%);stop-opacity:1;"
- id="stop3003" />
- <stop
- offset="0.835938"
- style="stop-color:rgb(70.443275%,0%,70.443275%);stop-opacity:1;"
- id="stop3005" />
- <stop
- offset="0.839844"
- style="stop-color:rgb(71.155871%,0%,71.155871%);stop-opacity:1;"
- id="stop3007" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(71.868467%,0%,71.868467%);stop-opacity:1;"
- id="stop3009" />
- <stop
- offset="0.847656"
- style="stop-color:rgb(72.579538%,0%,72.579538%);stop-opacity:1;"
- id="stop3011" />
- <stop
- offset="0.851562"
- style="stop-color:rgb(73.292134%,0%,73.292134%);stop-opacity:1;"
- id="stop3013" />
- <stop
- offset="0.855469"
- style="stop-color:rgb(74.00473%,0%,74.00473%);stop-opacity:1;"
- id="stop3015" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(74.717327%,0%,74.717327%);stop-opacity:1;"
- id="stop3017" />
- <stop
- offset="0.863281"
- style="stop-color:rgb(75.428397%,0%,75.428397%);stop-opacity:1;"
- id="stop3019" />
- <stop
- offset="0.867188"
- style="stop-color:rgb(76.140993%,0%,76.140993%);stop-opacity:1;"
- id="stop3021" />
- <stop
- offset="0.871094"
- style="stop-color:rgb(76.85359%,0%,76.85359%);stop-opacity:1;"
- id="stop3023" />
- <stop
- offset="0.875"
- style="stop-color:rgb(77.566186%,0%,77.566186%);stop-opacity:1;"
- id="stop3025" />
- <stop
- offset="0.878906"
- style="stop-color:rgb(78.277256%,0%,78.277256%);stop-opacity:1;"
- id="stop3027" />
- <stop
- offset="0.882812"
- style="stop-color:rgb(78.989853%,0%,78.989853%);stop-opacity:1;"
- id="stop3029" />
- <stop
- offset="0.886719"
- style="stop-color:rgb(79.702449%,0%,79.702449%);stop-opacity:1;"
- id="stop3031" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(80.415045%,0%,80.415045%);stop-opacity:1;"
- id="stop3033" />
- <stop
- offset="0.894531"
- style="stop-color:rgb(81.126116%,0%,81.126116%);stop-opacity:1;"
- id="stop3035" />
- <stop
- offset="0.898438"
- style="stop-color:rgb(81.838712%,0%,81.838712%);stop-opacity:1;"
- id="stop3037" />
- <stop
- offset="0.902344"
- style="stop-color:rgb(82.551308%,0%,82.551308%);stop-opacity:1;"
- id="stop3039" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(83.263905%,0%,83.263905%);stop-opacity:1;"
- id="stop3041" />
- <stop
- offset="0.910156"
- style="stop-color:rgb(83.974975%,0%,83.974975%);stop-opacity:1;"
- id="stop3043" />
- <stop
- offset="0.914062"
- style="stop-color:rgb(84.687572%,0%,84.687572%);stop-opacity:1;"
- id="stop3045" />
- <stop
- offset="0.917969"
- style="stop-color:rgb(85.400168%,0%,85.400168%);stop-opacity:1;"
- id="stop3047" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(86.112764%,0%,86.112764%);stop-opacity:1;"
- id="stop3049" />
- <stop
- offset="0.925781"
- style="stop-color:rgb(86.823835%,0%,86.823835%);stop-opacity:1;"
- id="stop3051" />
- <stop
- offset="0.929688"
- style="stop-color:rgb(87.536431%,0%,87.536431%);stop-opacity:1;"
- id="stop3053" />
- <stop
- offset="0.933594"
- style="stop-color:rgb(88.249027%,0%,88.249027%);stop-opacity:1;"
- id="stop3055" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(88.961624%,0%,88.961624%);stop-opacity:1;"
- id="stop3057" />
- <stop
- offset="0.941406"
- style="stop-color:rgb(89.672694%,0%,89.672694%);stop-opacity:1;"
- id="stop3059" />
- <stop
- offset="0.945312"
- style="stop-color:rgb(90.38529%,0%,90.38529%);stop-opacity:1;"
- id="stop3061" />
- <stop
- offset="0.949219"
- style="stop-color:rgb(91.097887%,0%,91.097887%);stop-opacity:1;"
- id="stop3063" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(91.810483%,0%,91.810483%);stop-opacity:1;"
- id="stop3065" />
- <stop
- offset="0.957031"
- style="stop-color:rgb(92.521553%,0%,92.521553%);stop-opacity:1;"
- id="stop3067" />
- <stop
- offset="0.960938"
- style="stop-color:rgb(93.23415%,0%,93.23415%);stop-opacity:1;"
- id="stop3069" />
- <stop
- offset="0.964844"
- style="stop-color:rgb(93.946746%,0%,93.946746%);stop-opacity:1;"
- id="stop3071" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(94.659342%,0%,94.659342%);stop-opacity:1;"
- id="stop3073" />
- <stop
- offset="0.972656"
- style="stop-color:rgb(95.370413%,0%,95.370413%);stop-opacity:1;"
- id="stop3075" />
- <stop
- offset="0.976562"
- style="stop-color:rgb(96.083009%,0%,96.083009%);stop-opacity:1;"
- id="stop3077" />
- <stop
- offset="0.980469"
- style="stop-color:rgb(96.795605%,0%,96.795605%);stop-opacity:1;"
- id="stop3079" />
- <stop
- offset="0.984375"
- style="stop-color:rgb(97.508202%,0%,97.508202%);stop-opacity:1;"
- id="stop3081" />
- <stop
- offset="0.988281"
- style="stop-color:rgb(98.219272%,0%,98.219272%);stop-opacity:1;"
- id="stop3083" />
- <stop
- offset="0.992188"
- style="stop-color:rgb(98.931868%,0%,98.931868%);stop-opacity:1;"
- id="stop3085" />
- <stop
- offset="0.996094"
- style="stop-color:rgb(99.644465%,0%,99.644465%);stop-opacity:1;"
- id="stop3087" />
- <stop
- offset="1"
- style="stop-color:rgb(100%,0%,100%);stop-opacity:1;"
- id="stop3089" />
- </radialGradient>
- <clipPath
- id="clip243">
- <rect
- width="167"
- height="205"
- id="rect3092"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface79"
- clip-path="url(#clip243)">
- <g
- clip-path="url(#clip244)"
- clip-rule="nonzero"
- id="g3095">
- <g
- clip-path="url(#clip245)"
- clip-rule="nonzero"
- id="g3097">
- <g
- clip-path="url(#clip246)"
- clip-rule="nonzero"
- id="g3099">
- <g
- clip-path="url(#clip247)"
- clip-rule="nonzero"
- id="g3101">
- <g
- clip-path="url(#clip248)"
- clip-rule="nonzero"
- id="g3103">
- <g
- clip-path="url(#clip249)"
- clip-rule="nonzero"
- id="g3105">
- <path
- style="fill:url(#radial0);fill-rule:nonzero;stroke:none"
- d="M 132.80469,130.20312 L 30.402344,130.20312 L 30.402344,154.20312 L 132.80469,154.20312 L 132.80469,130.20312 z"
- id="path3107" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip242">
- <rect
- width="167"
- height="205"
- id="rect3110"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface78"
- clip-path="url(#clip242)">
- <use
- xlink:href="#surface79"
- mask="url(#mask38)"
- id="use3113"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip238">
- <rect
- width="167"
- height="205"
- id="rect3116"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface77"
- clip-path="url(#clip238)">
- <g
- clip-path="url(#clip239)"
- clip-rule="nonzero"
- id="g3119">
- <g
- clip-path="url(#clip240)"
- clip-rule="nonzero"
- id="g3121">
- <g
- clip-path="url(#clip241)"
- clip-rule="nonzero"
- id="g3123">
- <use
- xlink:href="#surface78"
- id="use3125"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip250">
- <path
- d="M 43.203125,98.398438 L 43.203125,140 C 43.203125,145.74219 60.394531,150.39844 81.601562,150.39844 C 102.8125,150.39844 120.00391,145.74219 120.00391,140 L 120.00391,98.398438 L 43.203125,98.398438 z"
- id="path3128" />
- </clipPath>
- <linearGradient
- id="linear22"
- gradientUnits="userSpaceOnUse"
- x1="453"
- y1="970.5"
- x2="405"
- y2="970.5"
- gradientTransform="matrix(1.6,0,0,1.6,-604.797,-1441.6014)">
- <stop
- offset="0"
- style="stop-color:rgb(88.819715%,60.329595%,98.400855%);stop-opacity:1;"
- id="stop3131" />
- <stop
- offset="0.00390625"
- style="stop-color:rgb(89.037919%,60.894179%,98.388647%);stop-opacity:1;"
- id="stop3133" />
- <stop
- offset="0.0078125"
- style="stop-color:rgb(89.257649%,61.458762%,98.377966%);stop-opacity:1;"
- id="stop3135" />
- <stop
- offset="0.0117188"
- style="stop-color:rgb(89.475853%,62.023346%,98.365759%);stop-opacity:1;"
- id="stop3137" />
- <stop
- offset="0.015625"
- style="stop-color:rgb(89.695583%,62.589456%,98.355077%);stop-opacity:1;"
- id="stop3139" />
- <stop
- offset="0.0195312"
- style="stop-color:rgb(89.915312%,63.15404%,98.34287%);stop-opacity:1;"
- id="stop3141" />
- <stop
- offset="0.0234375"
- style="stop-color:rgb(90.135042%,63.72015%,98.332189%);stop-opacity:1;"
- id="stop3143" />
- <stop
- offset="0.0273438"
- style="stop-color:rgb(90.353246%,64.284733%,98.319982%);stop-opacity:1;"
- id="stop3145" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(90.572976%,64.850843%,98.3093%);stop-opacity:1;"
- id="stop3147" />
- <stop
- offset="0.0351562"
- style="stop-color:rgb(90.79118%,65.415427%,98.297093%);stop-opacity:1;"
- id="stop3149" />
- <stop
- offset="0.0390625"
- style="stop-color:rgb(91.01091%,65.980011%,98.286412%);stop-opacity:1;"
- id="stop3151" />
- <stop
- offset="0.0429688"
- style="stop-color:rgb(91.229114%,66.544594%,98.274205%);stop-opacity:1;"
- id="stop3153" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(91.448844%,67.110704%,98.263523%);stop-opacity:1;"
- id="stop3155" />
- <stop
- offset="0.0507812"
- style="stop-color:rgb(91.668574%,67.675288%,98.251316%);stop-opacity:1;"
- id="stop3157" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(91.888304%,68.241398%,98.240635%);stop-opacity:1;"
- id="stop3159" />
- <stop
- offset="0.0585938"
- style="stop-color:rgb(92.106508%,68.805982%,98.228428%);stop-opacity:1;"
- id="stop3161" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(92.326238%,69.372091%,98.21622%);stop-opacity:1;"
- id="stop3163" />
- <stop
- offset="0.0664063"
- style="stop-color:rgb(92.544442%,69.936675%,98.204013%);stop-opacity:1;"
- id="stop3165" />
- <stop
- offset="0.0703125"
- style="stop-color:rgb(92.764172%,70.501259%,98.193332%);stop-opacity:1;"
- id="stop3167" />
- <stop
- offset="0.0742188"
- style="stop-color:rgb(92.982376%,71.065843%,98.181125%);stop-opacity:1;"
- id="stop3169" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(93.202106%,71.631952%,98.170443%);stop-opacity:1;"
- id="stop3171" />
- <stop
- offset="0.0820312"
- style="stop-color:rgb(93.421836%,72.196536%,98.158236%);stop-opacity:1;"
- id="stop3173" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(93.641566%,72.762646%,98.147555%);stop-opacity:1;"
- id="stop3175" />
- <stop
- offset="0.0898438"
- style="stop-color:rgb(93.85977%,73.32723%,98.135348%);stop-opacity:1;"
- id="stop3177" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(94.0795%,73.893339%,98.124666%);stop-opacity:1;"
- id="stop3179" />
- <stop
- offset="0.0976562"
- style="stop-color:rgb(94.297704%,74.457923%,98.112459%);stop-opacity:1;"
- id="stop3181" />
- <stop
- offset="0.101563"
- style="stop-color:rgb(94.517433%,75.024033%,98.101778%);stop-opacity:1;"
- id="stop3183" />
- <stop
- offset="0.105469"
- style="stop-color:rgb(94.735637%,75.588617%,98.08957%);stop-opacity:1;"
- id="stop3185" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(94.955367%,76.153201%,98.078889%);stop-opacity:1;"
- id="stop3187" />
- <stop
- offset="0.113281"
- style="stop-color:rgb(95.173571%,76.717784%,98.066682%);stop-opacity:1;"
- id="stop3189" />
- <stop
- offset="0.117188"
- style="stop-color:rgb(95.393301%,77.283894%,98.056001%);stop-opacity:1;"
- id="stop3191" />
- <stop
- offset="0.121094"
- style="stop-color:rgb(95.484855%,77.514305%,98.028534%);stop-opacity:1;"
- id="stop3193" />
- <stop
- offset="0.125"
- style="stop-color:rgb(95.577935%,77.746242%,98.002594%);stop-opacity:1;"
- id="stop3195" />
- <stop
- offset="0.128906"
- style="stop-color:rgb(95.414664%,77.305257%,97.94461%);stop-opacity:1;"
- id="stop3197" />
- <stop
- offset="0.132813"
- style="stop-color:rgb(95.251392%,76.864271%,97.888151%);stop-opacity:1;"
- id="stop3199" />
- <stop
- offset="0.136719"
- style="stop-color:rgb(95.088121%,76.421759%,97.830167%);stop-opacity:1;"
- id="stop3201" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(94.924849%,75.980774%,97.773709%);stop-opacity:1;"
- id="stop3203" />
- <stop
- offset="0.144531"
- style="stop-color:rgb(94.760052%,75.538262%,97.715724%);stop-opacity:1;"
- id="stop3205" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(94.59678%,75.097276%,97.65774%);stop-opacity:1;"
- id="stop3207" />
- <stop
- offset="0.152344"
- style="stop-color:rgb(94.433509%,74.654765%,97.599756%);stop-opacity:1;"
- id="stop3209" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(94.270237%,74.213779%,97.543297%);stop-opacity:1;"
- id="stop3211" />
- <stop
- offset="0.160156"
- style="stop-color:rgb(94.106966%,73.771267%,97.485313%);stop-opacity:1;"
- id="stop3213" />
- <stop
- offset="0.164062"
- style="stop-color:rgb(93.943694%,73.330282%,97.428855%);stop-opacity:1;"
- id="stop3215" />
- <stop
- offset="0.167969"
- style="stop-color:rgb(93.778897%,72.88777%,97.370871%);stop-opacity:1;"
- id="stop3217" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(93.615625%,72.446784%,97.314412%);stop-opacity:1;"
- id="stop3219" />
- <stop
- offset="0.175781"
- style="stop-color:rgb(93.452354%,72.005798%,97.256428%);stop-opacity:1;"
- id="stop3221" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(93.289082%,71.564813%,97.199969%);stop-opacity:1;"
- id="stop3223" />
- <stop
- offset="0.183594"
- style="stop-color:rgb(93.124285%,71.122301%,97.141985%);stop-opacity:1;"
- id="stop3225" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(92.961013%,70.681315%,97.085527%);stop-opacity:1;"
- id="stop3227" />
- <stop
- offset="0.191406"
- style="stop-color:rgb(92.797742%,70.238804%,97.027543%);stop-opacity:1;"
- id="stop3229" />
- <stop
- offset="0.195312"
- style="stop-color:rgb(92.63447%,69.797818%,96.971084%);stop-opacity:1;"
- id="stop3231" />
- <stop
- offset="0.199219"
- style="stop-color:rgb(92.471199%,69.355306%,96.9131%);stop-opacity:1;"
- id="stop3233" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(92.307927%,68.914321%,96.856641%);stop-opacity:1;"
- id="stop3235" />
- <stop
- offset="0.207031"
- style="stop-color:rgb(92.14313%,68.471809%,96.798657%);stop-opacity:1;"
- id="stop3237" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(91.979858%,68.030823%,96.742199%);stop-opacity:1;"
- id="stop3239" />
- <stop
- offset="0.214844"
- style="stop-color:rgb(91.816587%,67.588312%,96.684215%);stop-opacity:1;"
- id="stop3241" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(91.653315%,67.147326%,96.627756%);stop-opacity:1;"
- id="stop3243" />
- <stop
- offset="0.222656"
- style="stop-color:rgb(91.488518%,66.70634%,96.569772%);stop-opacity:1;"
- id="stop3245" />
- <stop
- offset="0.226563"
- style="stop-color:rgb(91.325246%,66.265354%,96.513313%);stop-opacity:1;"
- id="stop3247" />
- <stop
- offset="0.230469"
- style="stop-color:rgb(91.161975%,65.822843%,96.455329%);stop-opacity:1;"
- id="stop3249" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(90.998703%,65.381857%,96.398871%);stop-opacity:1;"
- id="stop3251" />
- <stop
- offset="0.238281"
- style="stop-color:rgb(90.835431%,64.939345%,96.340887%);stop-opacity:1;"
- id="stop3253" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(90.67216%,64.49836%,96.284428%);stop-opacity:1;"
- id="stop3255" />
- <stop
- offset="0.246094"
- style="stop-color:rgb(90.507362%,64.055848%,96.226444%);stop-opacity:1;"
- id="stop3257" />
- <stop
- offset="0.25"
- style="stop-color:rgb(90.344091%,63.614862%,96.169986%);stop-opacity:1;"
- id="stop3259" />
- <stop
- offset="0.253906"
- style="stop-color:rgb(90.180819%,63.172351%,96.112001%);stop-opacity:1;"
- id="stop3261" />
- <stop
- offset="0.257813"
- style="stop-color:rgb(90.017548%,62.731365%,96.055543%);stop-opacity:1;"
- id="stop3263" />
- <stop
- offset="0.261719"
- style="stop-color:rgb(89.854276%,62.290379%,95.997559%);stop-opacity:1;"
- id="stop3265" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(89.691005%,61.849393%,95.9411%);stop-opacity:1;"
- id="stop3267" />
- <stop
- offset="0.269531"
- style="stop-color:rgb(89.526207%,61.406882%,95.883116%);stop-opacity:1;"
- id="stop3269" />
- <stop
- offset="0.273438"
- style="stop-color:rgb(89.362936%,60.965896%,95.826658%);stop-opacity:1;"
- id="stop3271" />
- <stop
- offset="0.277344"
- style="stop-color:rgb(89.199664%,60.523384%,95.768673%);stop-opacity:1;"
- id="stop3273" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(89.036393%,60.082399%,95.712215%);stop-opacity:1;"
- id="stop3275" />
- <stop
- offset="0.285156"
- style="stop-color:rgb(88.871595%,59.639887%,95.654231%);stop-opacity:1;"
- id="stop3277" />
- <stop
- offset="0.289062"
- style="stop-color:rgb(88.708324%,59.198901%,95.597772%);stop-opacity:1;"
- id="stop3279" />
- <stop
- offset="0.292969"
- style="stop-color:rgb(88.545052%,58.75639%,95.539788%);stop-opacity:1;"
- id="stop3281" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(88.381781%,58.315404%,95.48333%);stop-opacity:1;"
- id="stop3283" />
- <stop
- offset="0.300781"
- style="stop-color:rgb(88.218509%,57.872892%,95.425345%);stop-opacity:1;"
- id="stop3285" />
- <stop
- offset="0.304688"
- style="stop-color:rgb(88.055238%,57.431907%,95.368887%);stop-opacity:1;"
- id="stop3287" />
- <stop
- offset="0.308594"
- style="stop-color:rgb(87.911803%,56.958877%,95.28954%);stop-opacity:1;"
- id="stop3289" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(87.768368%,56.485847%,95.211719%);stop-opacity:1;"
- id="stop3291" />
- <stop
- offset="0.316406"
- style="stop-color:rgb(87.661555%,55.954833%,95.092699%);stop-opacity:1;"
- id="stop3293" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(87.556268%,55.423819%,94.975204%);stop-opacity:1;"
- id="stop3295" />
- <stop
- offset="0.324219"
- style="stop-color:rgb(87.449454%,54.892805%,94.856184%);stop-opacity:1;"
- id="stop3297" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(87.344167%,54.361791%,94.738689%);stop-opacity:1;"
- id="stop3299" />
- <stop
- offset="0.332031"
- style="stop-color:rgb(87.237354%,53.830777%,94.621195%);stop-opacity:1;"
- id="stop3301" />
- <stop
- offset="0.335938"
- style="stop-color:rgb(87.130541%,53.299763%,94.5037%);stop-opacity:1;"
- id="stop3303" />
- <stop
- offset="0.339844"
- style="stop-color:rgb(87.023728%,52.76875%,94.38468%);stop-opacity:1;"
- id="stop3305" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(86.918441%,52.237736%,94.267185%);stop-opacity:1;"
- id="stop3307" />
- <stop
- offset="0.347656"
- style="stop-color:rgb(86.811627%,51.706722%,94.148165%);stop-opacity:1;"
- id="stop3309" />
- <stop
- offset="0.351563"
- style="stop-color:rgb(86.70634%,51.175708%,94.030671%);stop-opacity:1;"
- id="stop3311" />
- <stop
- offset="0.355469"
- style="stop-color:rgb(86.599527%,50.644694%,93.913176%);stop-opacity:1;"
- id="stop3313" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(86.49424%,50.115206%,93.795682%);stop-opacity:1;"
- id="stop3315" />
- <stop
- offset="0.363281"
- style="stop-color:rgb(86.387427%,49.584192%,93.676661%);stop-opacity:1;"
- id="stop3317" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(86.282139%,49.053178%,93.559167%);stop-opacity:1;"
- id="stop3319" />
- <stop
- offset="0.371094"
- style="stop-color:rgb(86.175326%,48.522164%,93.440146%);stop-opacity:1;"
- id="stop3321" />
- <stop
- offset="0.375"
- style="stop-color:rgb(86.068513%,47.99115%,93.322652%);stop-opacity:1;"
- id="stop3323" />
- <stop
- offset="0.378906"
- style="stop-color:rgb(85.9617%,47.460136%,93.205158%);stop-opacity:1;"
- id="stop3325" />
- <stop
- offset="0.382812"
- style="stop-color:rgb(85.856413%,46.929122%,93.087663%);stop-opacity:1;"
- id="stop3327" />
- <stop
- offset="0.386719"
- style="stop-color:rgb(85.749599%,46.398108%,92.968643%);stop-opacity:1;"
- id="stop3329" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(85.644312%,45.867094%,92.851148%);stop-opacity:1;"
- id="stop3331" />
- <stop
- offset="0.394531"
- style="stop-color:rgb(85.537499%,45.33608%,92.732128%);stop-opacity:1;"
- id="stop3333" />
- <stop
- offset="0.398437"
- style="stop-color:rgb(85.432212%,44.805066%,92.614633%);stop-opacity:1;"
- id="stop3335" />
- <stop
- offset="0.402344"
- style="stop-color:rgb(85.325399%,44.274052%,92.497139%);stop-opacity:1;"
- id="stop3337" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(85.220111%,43.743038%,92.379644%);stop-opacity:1;"
- id="stop3339" />
- <stop
- offset="0.410156"
- style="stop-color:rgb(85.113298%,43.212024%,92.260624%);stop-opacity:1;"
- id="stop3341" />
- <stop
- offset="0.414063"
- style="stop-color:rgb(85.008011%,42.68101%,92.14313%);stop-opacity:1;"
- id="stop3343" />
- <stop
- offset="0.417969"
- style="stop-color:rgb(84.901198%,42.149996%,92.024109%);stop-opacity:1;"
- id="stop3345" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(84.794385%,41.618982%,91.906615%);stop-opacity:1;"
- id="stop3347" />
- <stop
- offset="0.425781"
- style="stop-color:rgb(84.687572%,41.087968%,91.78912%);stop-opacity:1;"
- id="stop3349" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(84.582284%,40.556954%,91.671626%);stop-opacity:1;"
- id="stop3351" />
- <stop
- offset="0.433594"
- style="stop-color:rgb(84.475471%,40.02594%,91.552605%);stop-opacity:1;"
- id="stop3353" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(84.370184%,39.494926%,91.435111%);stop-opacity:1;"
- id="stop3355" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(84.414435%,39.68719%,91.435111%);stop-opacity:1;"
- id="stop3357" />
- <stop
- offset="0.449219"
- style="stop-color:rgb(84.55787%,40.329595%,91.479362%);stop-opacity:1;"
- id="stop3359" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(84.657053%,40.781262%,91.523613%);stop-opacity:1;"
- id="stop3361" />
- <stop
- offset="0.457031"
- style="stop-color:rgb(84.756237%,41.232929%,91.566339%);stop-opacity:1;"
- id="stop3363" />
- <stop
- offset="0.460938"
- style="stop-color:rgb(84.855421%,41.684596%,91.61059%);stop-opacity:1;"
- id="stop3365" />
- <stop
- offset="0.464844"
- style="stop-color:rgb(84.953079%,42.134737%,91.653315%);stop-opacity:1;"
- id="stop3367" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(85.052262%,42.586404%,91.69604%);stop-opacity:1;"
- id="stop3369" />
- <stop
- offset="0.472656"
- style="stop-color:rgb(85.151446%,43.036545%,91.738766%);stop-opacity:1;"
- id="stop3371" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(85.250629%,43.488212%,91.783017%);stop-opacity:1;"
- id="stop3373" />
- <stop
- offset="0.480469"
- style="stop-color:rgb(85.349813%,43.938354%,91.825742%);stop-opacity:1;"
- id="stop3375" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(85.448997%,44.390021%,91.869993%);stop-opacity:1;"
- id="stop3377" />
- <stop
- offset="0.488281"
- style="stop-color:rgb(85.546654%,44.840162%,91.912718%);stop-opacity:1;"
- id="stop3379" />
- <stop
- offset="0.492187"
- style="stop-color:rgb(85.645838%,45.291829%,91.955444%);stop-opacity:1;"
- id="stop3381" />
- <stop
- offset="0.496094"
- style="stop-color:rgb(85.745022%,45.743496%,91.998169%);stop-opacity:1;"
- id="stop3383" />
- <stop
- offset="0.5"
- style="stop-color:rgb(85.844205%,46.195163%,92.04242%);stop-opacity:1;"
- id="stop3385" />
- <stop
- offset="0.503906"
- style="stop-color:rgb(85.941863%,46.645304%,92.085145%);stop-opacity:1;"
- id="stop3387" />
- <stop
- offset="0.507812"
- style="stop-color:rgb(86.041047%,47.096971%,92.129397%);stop-opacity:1;"
- id="stop3389" />
- <stop
- offset="0.511719"
- style="stop-color:rgb(86.14023%,47.547112%,92.172122%);stop-opacity:1;"
- id="stop3391" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(86.239414%,47.998779%,92.214847%);stop-opacity:1;"
- id="stop3393" />
- <stop
- offset="0.519531"
- style="stop-color:rgb(86.338598%,48.44892%,92.257572%);stop-opacity:1;"
- id="stop3395" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(86.437781%,48.900587%,92.301823%);stop-opacity:1;"
- id="stop3397" />
- <stop
- offset="0.527344"
- style="stop-color:rgb(86.535439%,49.352255%,92.344549%);stop-opacity:1;"
- id="stop3399" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(86.634623%,49.803922%,92.3888%);stop-opacity:1;"
- id="stop3401" />
- <stop
- offset="0.535156"
- style="stop-color:rgb(86.733806%,50.254063%,92.431525%);stop-opacity:1;"
- id="stop3403" />
- <stop
- offset="0.539063"
- style="stop-color:rgb(86.83299%,50.70573%,92.47425%);stop-opacity:1;"
- id="stop3405" />
- <stop
- offset="0.542969"
- style="stop-color:rgb(86.930648%,51.155871%,92.516976%);stop-opacity:1;"
- id="stop3407" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(87.029831%,51.607538%,92.561227%);stop-opacity:1;"
- id="stop3409" />
- <stop
- offset="0.550781"
- style="stop-color:rgb(87.129015%,52.057679%,92.603952%);stop-opacity:1;"
- id="stop3411" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(87.228199%,52.509346%,92.648203%);stop-opacity:1;"
- id="stop3413" />
- <stop
- offset="0.558594"
- style="stop-color:rgb(87.325856%,52.959487%,92.690929%);stop-opacity:1;"
- id="stop3415" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(87.42504%,53.411154%,92.733654%);stop-opacity:1;"
- id="stop3417" />
- <stop
- offset="0.566406"
- style="stop-color:rgb(87.524224%,53.862821%,92.776379%);stop-opacity:1;"
- id="stop3419" />
- <stop
- offset="0.570312"
- style="stop-color:rgb(87.623407%,54.314488%,92.82063%);stop-opacity:1;"
- id="stop3421" />
- <stop
- offset="0.574219"
- style="stop-color:rgb(87.722591%,54.76463%,92.863355%);stop-opacity:1;"
- id="stop3423" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(87.821775%,55.216297%,92.907607%);stop-opacity:1;"
- id="stop3425" />
- <stop
- offset="0.582031"
- style="stop-color:rgb(87.919432%,55.666438%,92.950332%);stop-opacity:1;"
- id="stop3427" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(88.018616%,56.118105%,92.994583%);stop-opacity:1;"
- id="stop3429" />
- <stop
- offset="0.589844"
- style="stop-color:rgb(88.1178%,56.568246%,93.037308%);stop-opacity:1;"
- id="stop3431" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(88.216983%,57.019913%,93.080034%);stop-opacity:1;"
- id="stop3433" />
- <stop
- offset="0.597656"
- style="stop-color:rgb(88.314641%,57.470054%,93.122759%);stop-opacity:1;"
- id="stop3435" />
- <stop
- offset="0.601562"
- style="stop-color:rgb(88.413825%,57.921721%,93.16701%);stop-opacity:1;"
- id="stop3437" />
- <stop
- offset="0.605469"
- style="stop-color:rgb(88.513008%,58.373388%,93.209735%);stop-opacity:1;"
- id="stop3439" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(88.612192%,58.825055%,93.253986%);stop-opacity:1;"
- id="stop3441" />
- <stop
- offset="0.613281"
- style="stop-color:rgb(88.711376%,59.275196%,93.296712%);stop-opacity:1;"
- id="stop3443" />
- <stop
- offset="0.617187"
- style="stop-color:rgb(88.810559%,59.726864%,93.339437%);stop-opacity:1;"
- id="stop3445" />
- <stop
- offset="0.621094"
- style="stop-color:rgb(88.908217%,60.177005%,93.382162%);stop-opacity:1;"
- id="stop3447" />
- <stop
- offset="0.625"
- style="stop-color:rgb(89.007401%,60.628672%,93.426413%);stop-opacity:1;"
- id="stop3449" />
- <stop
- offset="0.628906"
- style="stop-color:rgb(89.106584%,61.078813%,93.469139%);stop-opacity:1;"
- id="stop3451" />
- <stop
- offset="0.632813"
- style="stop-color:rgb(89.205768%,61.53048%,93.51339%);stop-opacity:1;"
- id="stop3453" />
- <stop
- offset="0.636719"
- style="stop-color:rgb(89.303426%,61.982147%,93.556115%);stop-opacity:1;"
- id="stop3455" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(89.402609%,62.433814%,93.59884%);stop-opacity:1;"
- id="stop3457" />
- <stop
- offset="0.644531"
- style="stop-color:rgb(89.501793%,62.883955%,93.641566%);stop-opacity:1;"
- id="stop3459" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(89.600977%,63.335622%,93.685817%);stop-opacity:1;"
- id="stop3461" />
- <stop
- offset="0.652344"
- style="stop-color:rgb(89.698634%,63.785763%,93.728542%);stop-opacity:1;"
- id="stop3463" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(89.797818%,64.23743%,93.772793%);stop-opacity:1;"
- id="stop3465" />
- <stop
- offset="0.660156"
- style="stop-color:rgb(89.897002%,64.687572%,93.815518%);stop-opacity:1;"
- id="stop3467" />
- <stop
- offset="0.664062"
- style="stop-color:rgb(89.996185%,65.139239%,93.858244%);stop-opacity:1;"
- id="stop3469" />
- <stop
- offset="0.667969"
- style="stop-color:rgb(90.095369%,65.58938%,93.900969%);stop-opacity:1;"
- id="stop3471" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(90.194553%,66.041047%,93.94522%);stop-opacity:1;"
- id="stop3473" />
- <stop
- offset="0.675781"
- style="stop-color:rgb(90.29221%,66.492714%,93.987945%);stop-opacity:1;"
- id="stop3475" />
- <stop
- offset="0.679688"
- style="stop-color:rgb(90.391394%,66.944381%,94.032197%);stop-opacity:1;"
- id="stop3477" />
- <stop
- offset="0.683594"
- style="stop-color:rgb(90.489052%,67.392996%,94.074922%);stop-opacity:1;"
- id="stop3479" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(90.588235%,67.843137%,94.119173%);stop-opacity:1;"
- id="stop3481" />
- <stop
- offset="0.695312"
- style="stop-color:rgb(90.566873%,67.759213%,94.28397%);stop-opacity:1;"
- id="stop3483" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(90.525673%,67.594415%,94.615091%);stop-opacity:1;"
- id="stop3485" />
- <stop
- offset="0.710937"
- style="stop-color:rgb(90.484474%,67.429618%,94.946212%);stop-opacity:1;"
- id="stop3487" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(90.443275%,67.263294%,95.277333%);stop-opacity:1;"
- id="stop3489" />
- <stop
- offset="0.726563"
- style="stop-color:rgb(90.402075%,67.098497%,95.606928%);stop-opacity:1;"
- id="stop3491" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(90.360876%,66.932174%,95.938048%);stop-opacity:1;"
- id="stop3493" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(90.319677%,66.767376%,96.269169%);stop-opacity:1;"
- id="stop3495" />
- <stop
- offset="0.75"
- style="stop-color:rgb(90.278477%,66.601053%,96.60029%);stop-opacity:1;"
- id="stop3497" />
- <stop
- offset="0.757812"
- style="stop-color:rgb(90.235752%,66.436255%,96.931411%);stop-opacity:1;"
- id="stop3499" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(90.19913%,66.187533%,97.138933%);stop-opacity:1;"
- id="stop3501" />
- <stop
- offset="0.769531"
- style="stop-color:rgb(90.171664%,65.780117%,97.106889%);stop-opacity:1;"
- id="stop3503" />
- <stop
- offset="0.773438"
- style="stop-color:rgb(90.159457%,65.537499%,97.035172%);stop-opacity:1;"
- id="stop3505" />
- <stop
- offset="0.777344"
- style="stop-color:rgb(90.14725%,65.294881%,96.961929%);stop-opacity:1;"
- id="stop3507" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(90.135042%,65.053788%,96.888685%);stop-opacity:1;"
- id="stop3509" />
- <stop
- offset="0.785156"
- style="stop-color:rgb(90.122835%,64.81117%,96.815442%);stop-opacity:1;"
- id="stop3511" />
- <stop
- offset="0.789062"
- style="stop-color:rgb(90.112154%,64.570077%,96.743725%);stop-opacity:1;"
- id="stop3513" />
- <stop
- offset="0.792969"
- style="stop-color:rgb(90.099947%,64.327459%,96.670481%);stop-opacity:1;"
- id="stop3515" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(90.087739%,64.086366%,96.598764%);stop-opacity:1;"
- id="stop3517" />
- <stop
- offset="0.800781"
- style="stop-color:rgb(90.075532%,63.843748%,96.525521%);stop-opacity:1;"
- id="stop3519" />
- <stop
- offset="0.804687"
- style="stop-color:rgb(90.063325%,63.602655%,96.453803%);stop-opacity:1;"
- id="stop3521" />
- <stop
- offset="0.808594"
- style="stop-color:rgb(90.051118%,63.360037%,96.38056%);stop-opacity:1;"
- id="stop3523" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(90.038911%,63.117418%,96.308843%);stop-opacity:1;"
- id="stop3525" />
- <stop
- offset="0.816406"
- style="stop-color:rgb(90.026703%,62.8748%,96.235599%);stop-opacity:1;"
- id="stop3527" />
- <stop
- offset="0.820313"
- style="stop-color:rgb(90.014496%,62.633707%,96.163882%);stop-opacity:1;"
- id="stop3529" />
- <stop
- offset="0.824219"
- style="stop-color:rgb(90.002289%,62.391089%,96.090639%);stop-opacity:1;"
- id="stop3531" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(89.990082%,62.149996%,96.017395%);stop-opacity:1;"
- id="stop3533" />
- <stop
- offset="0.832031"
- style="stop-color:rgb(89.977874%,61.907378%,95.944152%);stop-opacity:1;"
- id="stop3535" />
- <stop
- offset="0.835938"
- style="stop-color:rgb(89.965667%,61.666285%,95.872435%);stop-opacity:1;"
- id="stop3537" />
- <stop
- offset="0.839844"
- style="stop-color:rgb(89.95346%,61.423667%,95.799191%);stop-opacity:1;"
- id="stop3539" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(89.942779%,61.181048%,95.727474%);stop-opacity:1;"
- id="stop3541" />
- <stop
- offset="0.847656"
- style="stop-color:rgb(89.930571%,60.93843%,95.654231%);stop-opacity:1;"
- id="stop3543" />
- <stop
- offset="0.851562"
- style="stop-color:rgb(89.918364%,60.697337%,95.582513%);stop-opacity:1;"
- id="stop3545" />
- <stop
- offset="0.855469"
- style="stop-color:rgb(89.906157%,60.454719%,95.50927%);stop-opacity:1;"
- id="stop3547" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(89.89395%,60.213626%,95.437552%);stop-opacity:1;"
- id="stop3549" />
- <stop
- offset="0.863281"
- style="stop-color:rgb(89.881743%,59.971008%,95.364309%);stop-opacity:1;"
- id="stop3551" />
- <stop
- offset="0.867188"
- style="stop-color:rgb(89.869535%,59.729915%,95.292592%);stop-opacity:1;"
- id="stop3553" />
- <stop
- offset="0.871094"
- style="stop-color:rgb(89.857328%,59.487297%,95.219348%);stop-opacity:1;"
- id="stop3555" />
- <stop
- offset="0.875"
- style="stop-color:rgb(89.845121%,59.246204%,95.147631%);stop-opacity:1;"
- id="stop3557" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(89.875639%,59.053941%,95.048447%);stop-opacity:1;"
- id="stop3559" />
- <stop
- offset="0.894531"
- style="stop-color:rgb(90.070954%,59.537652%,95.025559%);stop-opacity:1;"
- id="stop3561" />
- <stop
- offset="0.898437"
- style="stop-color:rgb(90.234226%,60.215152%,95.100328%);stop-opacity:1;"
- id="stop3563" />
- <stop
- offset="0.902344"
- style="stop-color:rgb(90.395972%,60.891127%,95.175097%);stop-opacity:1;"
- id="stop3565" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(90.559243%,61.568627%,95.251392%);stop-opacity:1;"
- id="stop3567" />
- <stop
- offset="0.910156"
- style="stop-color:rgb(90.722515%,62.244602%,95.326162%);stop-opacity:1;"
- id="stop3569" />
- <stop
- offset="0.914063"
- style="stop-color:rgb(90.885786%,62.920577%,95.400931%);stop-opacity:1;"
- id="stop3571" />
- <stop
- offset="0.917969"
- style="stop-color:rgb(91.047532%,63.596551%,95.4757%);stop-opacity:1;"
- id="stop3573" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(91.210803%,64.274052%,95.551995%);stop-opacity:1;"
- id="stop3575" />
- <stop
- offset="0.925781"
- style="stop-color:rgb(91.374075%,64.950027%,95.626764%);stop-opacity:1;"
- id="stop3577" />
- <stop
- offset="0.929688"
- style="stop-color:rgb(91.537346%,65.627527%,95.701534%);stop-opacity:1;"
- id="stop3579" />
- <stop
- offset="0.933594"
- style="stop-color:rgb(91.699092%,66.303502%,95.776303%);stop-opacity:1;"
- id="stop3581" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(91.862364%,66.979477%,95.852598%);stop-opacity:1;"
- id="stop3583" />
- <stop
- offset="0.941406"
- style="stop-color:rgb(92.025635%,67.655451%,95.927367%);stop-opacity:1;"
- id="stop3585" />
- <stop
- offset="0.945312"
- style="stop-color:rgb(92.188907%,68.332952%,96.002136%);stop-opacity:1;"
- id="stop3587" />
- <stop
- offset="0.949219"
- style="stop-color:rgb(92.350652%,69.008927%,96.076905%);stop-opacity:1;"
- id="stop3589" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(92.513924%,69.686427%,96.153201%);stop-opacity:1;"
- id="stop3591" />
- <stop
- offset="0.957031"
- style="stop-color:rgb(92.677195%,70.362402%,96.22797%);stop-opacity:1;"
- id="stop3593" />
- <stop
- offset="0.960938"
- style="stop-color:rgb(92.840467%,71.039902%,96.304265%);stop-opacity:1;"
- id="stop3595" />
- <stop
- offset="0.964844"
- style="stop-color:rgb(93.002213%,71.715877%,96.379034%);stop-opacity:1;"
- id="stop3597" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(93.165484%,72.391852%,96.453803%);stop-opacity:1;"
- id="stop3599" />
- <stop
- offset="0.972656"
- style="stop-color:rgb(93.32723%,73.067826%,96.528573%);stop-opacity:1;"
- id="stop3601" />
- <stop
- offset="0.976562"
- style="stop-color:rgb(93.490501%,73.745327%,96.604868%);stop-opacity:1;"
- id="stop3603" />
- <stop
- offset="0.980469"
- style="stop-color:rgb(93.653773%,74.421302%,96.679637%);stop-opacity:1;"
- id="stop3605" />
- <stop
- offset="0.984375"
- style="stop-color:rgb(93.817044%,75.098802%,96.754406%);stop-opacity:1;"
- id="stop3607" />
- <stop
- offset="0.988281"
- style="stop-color:rgb(93.97879%,75.774777%,96.829175%);stop-opacity:1;"
- id="stop3609" />
- <stop
- offset="0.992187"
- style="stop-color:rgb(94.142061%,76.450752%,96.90547%);stop-opacity:1;"
- id="stop3611" />
- <stop
- offset="0.996094"
- style="stop-color:rgb(94.305333%,77.126726%,96.98024%);stop-opacity:1;"
- id="stop3613" />
- <stop
- offset="1"
- style="stop-color:rgb(94.468605%,77.804227%,97.055009%);stop-opacity:1;"
- id="stop3615" />
- </linearGradient>
- <clipPath
- id="clip251">
- <path
- d="M 54.296875,88.625 C 50.757812,89.507812 47.894531,90.738281 45.847656,92.050781 C 43.796875,93.363281 42.480469,94.921875 42.472656,96.800781 C 42.410156,112.51953 42.421875,127.50781 42.421875,140 C 42.421875,141.83594 43.742188,143.41016 45.796875,144.72656 C 47.851562,146.03906 50.746094,147.17187 54.273438,148.125 C 61.320312,150.03516 70.960938,151.19922 81.621094,151.19922 C 92.285156,151.19922 101.92188,150.03516 108.97266,148.125 C 112.49609,147.17187 115.39063,146.03906 117.44531,144.72656 C 119.5,143.41016 120.80469,141.82813 120.80469,139.99219 L 120.80469,96.792969 C 120.80469,94.914062 119.44531,93.363281 117.39844,92.050781 C 115.34766,90.738281 112.46875,89.578125 108.94531,88.625 C 101.90625,86.71875 92.285156,85.601562 81.621094,85.601562 C 70.886719,85.601562 61.863281,86.734375 54.296875,88.625 z M 81.621094,87.199219 C 92.171875,87.179688 101.71484,88.367188 108.57031,90.226562 C 112,91.152344 114.76172,92.300781 116.59766,93.476562 C 118.43359,94.652344 119.36719,95.808594 119.26953,96.800781 C 119.10156,98.5625 117.20703,99.789062 115.87109,100.55078 C 113.70313,101.78516 111.10937,102.71875 108.76953,103.32422 C 100.78516,105.39844 92.8125,106.15234 85.144531,106.35156 C 74.539062,106.51953 64.019531,105.76563 54.320312,103.27734 C 52.070312,102.6875 50.121094,101.96484 48.195312,101 C 46.46875,100.13281 44.144531,98.695312 43.972656,96.800781 C 43.878906,95.78125 44.808594,94.652344 46.648438,93.476562 C 48.484375,92.300781 51.203125,91 54.671875,90.226562 C 64.214844,88.09375 73.59375,87.214844 81.621094,87.199219 z M 44.019531,100.10156 C 44.527344,100.60937 45.136719,101.11719 45.847656,101.55078 C 48.476562,103.14844 51.691406,104.33984 54.296875,104.97656 C 64.78125,107.40625 75.191406,108.24219 85.195312,107.94922 C 93.285156,107.69531 101.45313,107.09375 108.94531,104.97656 C 112.65234,103.92578 116.59766,102.65625 119.22266,100.10156 L 119.22266,110.39844 C 119.22266,110.86719 119.22266,111.37891 119.12109,111.77344 C 118.90234,112.66016 118.02734,113.72656 116.44531,114.64844 C 113.83594,116.17969 110.97656,117.11719 108.44531,117.80078 C 99.460938,119.99219 90.113281,120.78906 81.621094,120.80078 C 72.457031,120.73047 62.792969,119.89844 54.671875,117.77344 C 51.1875,116.67578 47.691406,115.72656 45.171875,113.40234 C 44.589844,112.85937 44.265625,112.27734 44.121094,111.77344 C 43.992188,111.32422 44.023438,110.87891 44.023438,110.40234 L 44.023438,100.10156 L 44.023438,100.10156 L 44.019531,100.10156 z M 44.019531,114.52344 C 44.332031,114.83203 44.6875,115.13672 45.070312,115.42578 C 48.136719,117.54297 51.949219,118.77344 55.269531,119.60156 C 64.457031,121.68359 72.59375,122.38281 81.621094,122.39844 C 90.703125,122.21484 99.601562,121.75 107.97266,119.60156 C 110.93359,118.82812 114.11719,117.69141 116.51953,116.47656 C 117.4375,116.01172 118.87109,114.84766 119.22266,114.52344 L 119.22266,124.80078 C 119.22266,125.26563 119.22266,125.77734 119.12109,126.17578 C 118.90234,127.05859 118,128.08203 116.44531,129.05078 C 113.01563,131.0625 108.94922,132.17187 105.37109,132.94922 C 97.058594,134.5625 89.445312,135.1875 81.621094,135.19922 C 77.664062,135.19922 73.851562,135.0625 70.273438,134.72656 C 62.230469,133.74219 55.085938,133.00391 48.273438,129.875 C 47.109375,129.33594 46.035156,128.59375 45.171875,127.80078 C 44.585938,127.26563 44.277344,126.67187 44.121094,126.17578 C 44.0625,125.98438 44.023438,125.77344 44.023438,125.60156 C 43.996094,121.91016 44.023438,118.21875 44.023438,114.52344 L 44.023438,114.52344 L 44.019531,114.52344 z M 44.019531,128.92578 C 45.273438,130.15625 46.929688,131.08984 48.445312,131.72656 C 55.386719,134.60156 63.601562,135.77344 70.144531,136.32422 C 74.09375,136.64844 77.960938,136.80078 81.621094,136.80078 C 90.714844,136.65234 99.582031,136.08984 107.97266,134 C 111.34766,133.08203 114.50781,132.07031 117.29688,130.42578 C 118.04297,129.98047 118.63281,129.47266 119.22266,128.92578 L 119.22266,139.19922 L 119.22266,140 C 119.22266,141.03516 118.40234,142.20312 116.57031,143.375 C 114.73828,144.54687 111.99609,145.64844 108.57031,146.57422 C 101.72266,148.42969 92.167969,149.60156 81.621094,149.60156 C 71.074219,149.60156 61.519531,148.42969 54.671875,146.57422 C 51.246094,145.64844 48.503906,144.54687 46.671875,143.375 C 44.839844,142.20312 44.019531,141.03516 44.019531,140 L 44.019531,128.92578 L 44.019531,128.92578 z"
- id="path3618" />
- </clipPath>
- <linearGradient
- id="linear23"
- gradientUnits="userSpaceOnUse"
- x1="1321.9844"
- y1="-1568.5117"
- x2="1419.9805"
- y2="-1568.5117"
- gradientTransform="matrix(0.8,0,0,0.8,-1015.1787,1354.9106)">
- <stop
- offset="0.000143657"
- style="stop-color:rgb(57.254902%,2.745098%,65.490196%);stop-opacity:1;"
- id="stop3621" />
- <stop
- offset="0.00390625"
- style="stop-color:rgb(57.544823%,3.195239%,65.607691%);stop-opacity:1;"
- id="stop3623" />
- <stop
- offset="0.0078125"
- style="stop-color:rgb(57.834745%,3.646906%,65.725185%);stop-opacity:1;"
- id="stop3625" />
- <stop
- offset="0.0117188"
- style="stop-color:rgb(58.129244%,4.106203%,65.844205%);stop-opacity:1;"
- id="stop3627" />
- <stop
- offset="0.015625"
- style="stop-color:rgb(58.425269%,4.567025%,65.963226%);stop-opacity:1;"
- id="stop3629" />
- <stop
- offset="0.0195313"
- style="stop-color:rgb(58.719768%,5.026322%,66.082246%);stop-opacity:1;"
- id="stop3631" />
- <stop
- offset="0.0234375"
- style="stop-color:rgb(59.015793%,5.487144%,66.201266%);stop-opacity:1;"
- id="stop3633" />
- <stop
- offset="0.0273438"
- style="stop-color:rgb(59.310292%,5.946441%,66.320287%);stop-opacity:1;"
- id="stop3635" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(59.606317%,6.407263%,66.439307%);stop-opacity:1;"
- id="stop3637" />
- <stop
- offset="0.0351563"
- style="stop-color:rgb(59.900816%,6.86656%,66.558328%);stop-opacity:1;"
- id="stop3639" />
- <stop
- offset="0.0390625"
- style="stop-color:rgb(60.196841%,7.327382%,66.678874%);stop-opacity:1;"
- id="stop3641" />
- <stop
- offset="0.0429688"
- style="stop-color:rgb(60.491341%,7.786679%,66.797894%);stop-opacity:1;"
- id="stop3643" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(60.787366%,8.245975%,66.916915%);stop-opacity:1;"
- id="stop3645" />
- <stop
- offset="0.0507813"
- style="stop-color:rgb(61.081865%,8.705272%,67.035935%);stop-opacity:1;"
- id="stop3647" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(61.37789%,9.166094%,67.154955%);stop-opacity:1;"
- id="stop3649" />
- <stop
- offset="0.0585938"
- style="stop-color:rgb(61.672389%,9.625391%,67.273976%);stop-opacity:1;"
- id="stop3651" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(61.968414%,10.086213%,67.394522%);stop-opacity:1;"
- id="stop3653" />
- <stop
- offset="0.0664063"
- style="stop-color:rgb(62.262913%,10.54551%,67.513542%);stop-opacity:1;"
- id="stop3655" />
- <stop
- offset="0.0703125"
- style="stop-color:rgb(62.558938%,11.006332%,67.632563%);stop-opacity:1;"
- id="stop3657" />
- <stop
- offset="0.0742188"
- style="stop-color:rgb(62.853437%,11.465629%,67.751583%);stop-opacity:1;"
- id="stop3659" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(63.149462%,11.926452%,67.870603%);stop-opacity:1;"
- id="stop3661" />
- <stop
- offset="0.0820313"
- style="stop-color:rgb(63.443961%,12.385748%,67.989624%);stop-opacity:1;"
- id="stop3663" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(63.739986%,12.846571%,68.108644%);stop-opacity:1;"
- id="stop3665" />
- <stop
- offset="0.0898438"
- style="stop-color:rgb(64.034485%,13.305867%,68.227665%);stop-opacity:1;"
- id="stop3667" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(64.33051%,13.765164%,68.348211%);stop-opacity:1;"
- id="stop3669" />
- <stop
- offset="0.0976563"
- style="stop-color:rgb(64.62501%,14.22446%,68.467231%);stop-opacity:1;"
- id="stop3671" />
- <stop
- offset="0.101563"
- style="stop-color:rgb(64.921035%,14.685283%,68.586252%);stop-opacity:1;"
- id="stop3673" />
- <stop
- offset="0.105469"
- style="stop-color:rgb(65.215534%,15.144579%,68.705272%);stop-opacity:1;"
- id="stop3675" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(65.511559%,15.605402%,68.824292%);stop-opacity:1;"
- id="stop3677" />
- <stop
- offset="0.113281"
- style="stop-color:rgb(65.806058%,16.064698%,68.943313%);stop-opacity:1;"
- id="stop3679" />
- <stop
- offset="0.117188"
- style="stop-color:rgb(66.102083%,16.525521%,69.063859%);stop-opacity:1;"
- id="stop3681" />
- <stop
- offset="0.121094"
- style="stop-color:rgb(66.396582%,16.984817%,69.182879%);stop-opacity:1;"
- id="stop3683" />
- <stop
- offset="0.125"
- style="stop-color:rgb(66.692607%,17.44564%,69.3019%);stop-opacity:1;"
- id="stop3685" />
- <stop
- offset="0.128906"
- style="stop-color:rgb(66.987106%,17.904936%,69.42092%);stop-opacity:1;"
- id="stop3687" />
- <stop
- offset="0.132813"
- style="stop-color:rgb(67.283131%,18.365759%,69.53994%);stop-opacity:1;"
- id="stop3689" />
- <stop
- offset="0.136719"
- style="stop-color:rgb(67.57763%,18.825055%,69.658961%);stop-opacity:1;"
- id="stop3691" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(67.873655%,19.284352%,69.779507%);stop-opacity:1;"
- id="stop3693" />
- <stop
- offset="0.144531"
- style="stop-color:rgb(68.168154%,19.743648%,69.898528%);stop-opacity:1;"
- id="stop3695" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(68.464179%,20.204471%,70.017548%);stop-opacity:1;"
- id="stop3697" />
- <stop
- offset="0.152344"
- style="stop-color:rgb(68.758679%,20.663767%,70.136568%);stop-opacity:1;"
- id="stop3699" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(69.054704%,21.12459%,70.255589%);stop-opacity:1;"
- id="stop3701" />
- <stop
- offset="0.160156"
- style="stop-color:rgb(69.349203%,21.583886%,70.374609%);stop-opacity:1;"
- id="stop3703" />
- <stop
- offset="0.164063"
- style="stop-color:rgb(69.645228%,22.044709%,70.493629%);stop-opacity:1;"
- id="stop3705" />
- <stop
- offset="0.167969"
- style="stop-color:rgb(69.939727%,22.504005%,70.61265%);stop-opacity:1;"
- id="stop3707" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(70.235752%,22.964828%,70.733196%);stop-opacity:1;"
- id="stop3709" />
- <stop
- offset="0.175781"
- style="stop-color:rgb(70.530251%,23.424125%,70.852216%);stop-opacity:1;"
- id="stop3711" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(70.826276%,23.884947%,70.971237%);stop-opacity:1;"
- id="stop3713" />
- <stop
- offset="0.183594"
- style="stop-color:rgb(71.120775%,24.344244%,71.090257%);stop-opacity:1;"
- id="stop3715" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(71.4168%,24.80354%,71.209277%);stop-opacity:1;"
- id="stop3717" />
- <stop
- offset="0.191406"
- style="stop-color:rgb(71.711299%,25.262837%,71.328298%);stop-opacity:1;"
- id="stop3719" />
- <stop
- offset="0.195313"
- style="stop-color:rgb(72.007324%,25.723659%,71.448844%);stop-opacity:1;"
- id="stop3721" />
- <stop
- offset="0.199219"
- style="stop-color:rgb(72.301823%,26.182956%,71.567864%);stop-opacity:1;"
- id="stop3723" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(72.597848%,26.643778%,71.686885%);stop-opacity:1;"
- id="stop3725" />
- <stop
- offset="0.207031"
- style="stop-color:rgb(72.892348%,27.103075%,71.805905%);stop-opacity:1;"
- id="stop3727" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(73.188373%,27.563897%,71.924926%);stop-opacity:1;"
- id="stop3729" />
- <stop
- offset="0.214844"
- style="stop-color:rgb(73.482872%,28.023194%,72.043946%);stop-opacity:1;"
- id="stop3731" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(73.778897%,28.484016%,72.162966%);stop-opacity:1;"
- id="stop3733" />
- <stop
- offset="0.222656"
- style="stop-color:rgb(74.073396%,28.943313%,72.281987%);stop-opacity:1;"
- id="stop3735" />
- <stop
- offset="0.226563"
- style="stop-color:rgb(74.369421%,29.404135%,72.402533%);stop-opacity:1;"
- id="stop3737" />
- <stop
- offset="0.230469"
- style="stop-color:rgb(74.66392%,29.863432%,72.521553%);stop-opacity:1;"
- id="stop3739" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(74.959945%,30.322728%,72.640574%);stop-opacity:1;"
- id="stop3741" />
- <stop
- offset="0.238281"
- style="stop-color:rgb(75.254444%,30.782025%,72.759594%);stop-opacity:1;"
- id="stop3743" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(75.550469%,31.242847%,72.878614%);stop-opacity:1;"
- id="stop3745" />
- <stop
- offset="0.246094"
- style="stop-color:rgb(75.844968%,31.702144%,72.997635%);stop-opacity:1;"
- id="stop3747" />
- <stop
- offset="0.25"
- style="stop-color:rgb(76.140993%,32.162966%,73.118181%);stop-opacity:1;"
- id="stop3749" />
- <stop
- offset="0.253906"
- style="stop-color:rgb(76.435492%,32.622263%,73.237201%);stop-opacity:1;"
- id="stop3751" />
- <stop
- offset="0.257813"
- style="stop-color:rgb(76.731518%,33.083085%,73.356222%);stop-opacity:1;"
- id="stop3753" />
- <stop
- offset="0.261719"
- style="stop-color:rgb(77.026017%,33.542382%,73.475242%);stop-opacity:1;"
- id="stop3755" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(77.322042%,34.003204%,73.594263%);stop-opacity:1;"
- id="stop3757" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(77.163348%,33.858244%,73.603418%);stop-opacity:1;"
- id="stop3759" />
- <stop
- offset="0.285156"
- style="stop-color:rgb(76.781872%,33.440146%,73.5729%);stop-opacity:1;"
- id="stop3761" />
- <stop
- offset="0.289063"
- style="stop-color:rgb(76.560616%,33.16701%,73.534752%);stop-opacity:1;"
- id="stop3763" />
- <stop
- offset="0.292969"
- style="stop-color:rgb(76.337835%,32.892348%,73.495079%);stop-opacity:1;"
- id="stop3765" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(76.116579%,32.619211%,73.455406%);stop-opacity:1;"
- id="stop3767" />
- <stop
- offset="0.300781"
- style="stop-color:rgb(75.893797%,32.344549%,73.415732%);stop-opacity:1;"
- id="stop3769" />
- <stop
- offset="0.304688"
- style="stop-color:rgb(75.672541%,32.069886%,73.377584%);stop-opacity:1;"
- id="stop3771" />
- <stop
- offset="0.308594"
- style="stop-color:rgb(75.44976%,31.795224%,73.337911%);stop-opacity:1;"
- id="stop3773" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(75.228504%,31.522087%,73.299763%);stop-opacity:1;"
- id="stop3775" />
- <stop
- offset="0.316406"
- style="stop-color:rgb(75.007248%,31.247425%,73.26009%);stop-opacity:1;"
- id="stop3777" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(74.785992%,30.974289%,73.220417%);stop-opacity:1;"
- id="stop3779" />
- <stop
- offset="0.324219"
- style="stop-color:rgb(74.56321%,30.699626%,73.180743%);stop-opacity:1;"
- id="stop3781" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(74.341955%,30.424964%,73.142596%);stop-opacity:1;"
- id="stop3783" />
- <stop
- offset="0.332031"
- style="stop-color:rgb(74.119173%,30.150301%,73.102922%);stop-opacity:1;"
- id="stop3785" />
- <stop
- offset="0.335938"
- style="stop-color:rgb(73.897917%,29.877165%,73.064775%);stop-opacity:1;"
- id="stop3787" />
- <stop
- offset="0.339844"
- style="stop-color:rgb(73.675135%,29.602502%,73.025101%);stop-opacity:1;"
- id="stop3789" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(73.45388%,29.329366%,72.985428%);stop-opacity:1;"
- id="stop3791" />
- <stop
- offset="0.347656"
- style="stop-color:rgb(73.231098%,29.054704%,72.945754%);stop-opacity:1;"
- id="stop3793" />
- <stop
- offset="0.351562"
- style="stop-color:rgb(73.009842%,28.781567%,72.907607%);stop-opacity:1;"
- id="stop3795" />
- <stop
- offset="0.355469"
- style="stop-color:rgb(72.78706%,28.506905%,72.867933%);stop-opacity:1;"
- id="stop3797" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(72.565805%,28.232242%,72.829786%);stop-opacity:1;"
- id="stop3799" />
- <stop
- offset="0.363281"
- style="stop-color:rgb(72.343023%,27.95758%,72.790112%);stop-opacity:1;"
- id="stop3801" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(72.121767%,27.684443%,72.750439%);stop-opacity:1;"
- id="stop3803" />
- <stop
- offset="0.371094"
- style="stop-color:rgb(71.900511%,27.409781%,72.710765%);stop-opacity:1;"
- id="stop3805" />
- <stop
- offset="0.375"
- style="stop-color:rgb(71.679255%,27.136645%,72.672618%);stop-opacity:1;"
- id="stop3807" />
- <stop
- offset="0.378906"
- style="stop-color:rgb(71.456474%,26.861982%,72.632944%);stop-opacity:1;"
- id="stop3809" />
- <stop
- offset="0.382812"
- style="stop-color:rgb(71.235218%,26.58732%,72.594797%);stop-opacity:1;"
- id="stop3811" />
- <stop
- offset="0.386719"
- style="stop-color:rgb(71.012436%,26.312657%,72.555123%);stop-opacity:1;"
- id="stop3813" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(70.79118%,26.039521%,72.51545%);stop-opacity:1;"
- id="stop3815" />
- <stop
- offset="0.394531"
- style="stop-color:rgb(70.568399%,25.764858%,72.475776%);stop-opacity:1;"
- id="stop3817" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(70.347143%,25.491722%,72.437629%);stop-opacity:1;"
- id="stop3819" />
- <stop
- offset="0.402344"
- style="stop-color:rgb(70.124361%,25.21706%,72.397955%);stop-opacity:1;"
- id="stop3821" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(69.903105%,24.942397%,72.359808%);stop-opacity:1;"
- id="stop3823" />
- <stop
- offset="0.410156"
- style="stop-color:rgb(69.680323%,24.667735%,72.320134%);stop-opacity:1;"
- id="stop3825" />
- <stop
- offset="0.414062"
- style="stop-color:rgb(69.459068%,24.394598%,72.280461%);stop-opacity:1;"
- id="stop3827" />
- <stop
- offset="0.417969"
- style="stop-color:rgb(69.236286%,24.119936%,72.240787%);stop-opacity:1;"
- id="stop3829" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(69.01503%,23.846799%,72.20264%);stop-opacity:1;"
- id="stop3831" />
- <stop
- offset="0.425781"
- style="stop-color:rgb(68.792248%,23.572137%,72.162966%);stop-opacity:1;"
- id="stop3833" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(68.570993%,23.299001%,72.124819%);stop-opacity:1;"
- id="stop3835" />
- <stop
- offset="0.433594"
- style="stop-color:rgb(68.349737%,23.024338%,72.085145%);stop-opacity:1;"
- id="stop3837" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(68.128481%,22.749676%,72.045472%);stop-opacity:1;"
- id="stop3839" />
- <stop
- offset="0.441406"
- style="stop-color:rgb(67.905699%,22.475013%,72.005798%);stop-opacity:1;"
- id="stop3841" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(67.684443%,22.201877%,71.967651%);stop-opacity:1;"
- id="stop3843" />
- <stop
- offset="0.449219"
- style="stop-color:rgb(67.461662%,21.927214%,71.927977%);stop-opacity:1;"
- id="stop3845" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(67.240406%,21.654078%,71.88983%);stop-opacity:1;"
- id="stop3847" />
- <stop
- offset="0.457031"
- style="stop-color:rgb(67.017624%,21.379416%,71.850156%);stop-opacity:1;"
- id="stop3849" />
- <stop
- offset="0.460938"
- style="stop-color:rgb(66.796368%,21.104753%,71.810483%);stop-opacity:1;"
- id="stop3851" />
- <stop
- offset="0.464844"
- style="stop-color:rgb(66.573587%,20.830091%,71.770809%);stop-opacity:1;"
- id="stop3853" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(66.352331%,20.556954%,71.732662%);stop-opacity:1;"
- id="stop3855" />
- <stop
- offset="0.472656"
- style="stop-color:rgb(66.129549%,20.282292%,71.692988%);stop-opacity:1;"
- id="stop3857" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(65.908293%,20.009155%,71.654841%);stop-opacity:1;"
- id="stop3859" />
- <stop
- offset="0.480469"
- style="stop-color:rgb(65.685512%,19.734493%,71.615167%);stop-opacity:1;"
- id="stop3861" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(65.464256%,19.461357%,71.575494%);stop-opacity:1;"
- id="stop3863" />
- <stop
- offset="0.488281"
- style="stop-color:rgb(65.243%,19.186694%,71.535821%);stop-opacity:1;"
- id="stop3865" />
- <stop
- offset="0.492188"
- style="stop-color:rgb(65.021744%,18.912032%,71.497673%);stop-opacity:1;"
- id="stop3867" />
- <stop
- offset="0.496094"
- style="stop-color:rgb(64.798962%,18.637369%,71.458%);stop-opacity:1;"
- id="stop3869" />
- <stop
- offset="0.5"
- style="stop-color:rgb(64.577707%,18.364233%,71.419852%);stop-opacity:1;"
- id="stop3871" />
- <stop
- offset="0.503906"
- style="stop-color:rgb(64.476997%,18.152132%,71.441215%);stop-opacity:1;"
- id="stop3873" />
- <stop
- offset="0.507813"
- style="stop-color:rgb(64.376287%,17.941558%,71.462577%);stop-opacity:1;"
- id="stop3875" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(64.452583%,17.822538%,71.572442%);stop-opacity:1;"
- id="stop3877" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(64.605173%,17.582971%,71.792172%);stop-opacity:1;"
- id="stop3879" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(64.757763%,17.34493%,72.011902%);stop-opacity:1;"
- id="stop3881" />
- <stop
- offset="0.539063"
- style="stop-color:rgb(64.910353%,17.105364%,72.231632%);stop-opacity:1;"
- id="stop3883" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(65.062943%,16.867323%,72.449836%);stop-opacity:1;"
- id="stop3885" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(65.21706%,16.627756%,72.669566%);stop-opacity:1;"
- id="stop3887" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(65.36965%,16.389715%,72.889296%);stop-opacity:1;"
- id="stop3889" />
- <stop
- offset="0.570313"
- style="stop-color:rgb(65.52224%,16.150149%,73.109026%);stop-opacity:1;"
- id="stop3891" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(65.67483%,15.912108%,73.328756%);stop-opacity:1;"
- id="stop3893" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(65.82742%,15.672541%,73.548486%);stop-opacity:1;"
- id="stop3895" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(65.980011%,15.434501%,73.768215%);stop-opacity:1;"
- id="stop3897" />
- <stop
- offset="0.601563"
- style="stop-color:rgb(66.132601%,15.194934%,73.987945%);stop-opacity:1;"
- id="stop3899" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(66.285191%,14.956893%,74.207675%);stop-opacity:1;"
- id="stop3901" />
- <stop
- offset="0.617188"
- style="stop-color:rgb(66.439307%,14.718853%,74.427405%);stop-opacity:1;"
- id="stop3903" />
- <stop
- offset="0.625"
- style="stop-color:rgb(66.591897%,14.479286%,74.647135%);stop-opacity:1;"
- id="stop3905" />
- <stop
- offset="0.632813"
- style="stop-color:rgb(66.744488%,14.241245%,74.866865%);stop-opacity:1;"
- id="stop3907" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(66.897078%,14.001678%,75.086595%);stop-opacity:1;"
- id="stop3909" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(67.049668%,13.763638%,75.306325%);stop-opacity:1;"
- id="stop3911" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(67.202258%,13.524071%,75.526055%);stop-opacity:1;"
- id="stop3913" />
- <stop
- offset="0.664063"
- style="stop-color:rgb(67.354849%,13.28603%,75.745785%);stop-opacity:1;"
- id="stop3915" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(67.508965%,13.046464%,75.965515%);stop-opacity:1;"
- id="stop3917" />
- <stop
- offset="0.679688"
- style="stop-color:rgb(67.661555%,12.808423%,76.185245%);stop-opacity:1;"
- id="stop3919" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(67.814145%,12.568856%,76.404974%);stop-opacity:1;"
- id="stop3921" />
- <stop
- offset="0.695313"
- style="stop-color:rgb(67.966735%,12.330816%,76.624704%);stop-opacity:1;"
- id="stop3923" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(68.119326%,12.091249%,76.842908%);stop-opacity:1;"
- id="stop3925" />
- <stop
- offset="0.710938"
- style="stop-color:rgb(68.271916%,11.853208%,77.062638%);stop-opacity:1;"
- id="stop3927" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(68.424506%,11.613642%,77.282368%);stop-opacity:1;"
- id="stop3929" />
- <stop
- offset="0.726563"
- style="stop-color:rgb(68.578622%,11.375601%,77.502098%);stop-opacity:1;"
- id="stop3931" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(68.731212%,11.13756%,77.721828%);stop-opacity:1;"
- id="stop3933" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(68.883803%,10.897993%,77.941558%);stop-opacity:1;"
- id="stop3935" />
- <stop
- offset="0.75"
- style="stop-color:rgb(69.036393%,10.659953%,78.161288%);stop-opacity:1;"
- id="stop3937" />
- <stop
- offset="0.757813"
- style="stop-color:rgb(69.188983%,10.420386%,78.381018%);stop-opacity:1;"
- id="stop3939" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(69.341573%,10.182345%,78.600748%);stop-opacity:1;"
- id="stop3941" />
- <stop
- offset="0.773438"
- style="stop-color:rgb(69.494163%,9.942779%,78.820478%);stop-opacity:1;"
- id="stop3943" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(69.64828%,9.704738%,79.040208%);stop-opacity:1;"
- id="stop3945" />
- <stop
- offset="0.789063"
- style="stop-color:rgb(69.80087%,9.465171%,79.259937%);stop-opacity:1;"
- id="stop3947" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(69.95346%,9.227131%,79.479667%);stop-opacity:1;"
- id="stop3949" />
- <stop
- offset="0.804688"
- style="stop-color:rgb(70.10605%,8.987564%,79.699397%);stop-opacity:1;"
- id="stop3951" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(70.25864%,8.749523%,79.919127%);stop-opacity:1;"
- id="stop3953" />
- <stop
- offset="0.820313"
- style="stop-color:rgb(70.411231%,8.509957%,80.138857%);stop-opacity:1;"
- id="stop3955" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(70.438697%,8.281071%,80.202945%);stop-opacity:1;"
- id="stop3957" />
- <stop
- offset="0.832031"
- style="stop-color:rgb(70.101472%,8.078126%,79.812314%);stop-opacity:1;"
- id="stop3959" />
- <stop
- offset="0.835938"
- style="stop-color:rgb(69.813077%,7.985046%,79.46746%);stop-opacity:1;"
- id="stop3961" />
- <stop
- offset="0.839844"
- style="stop-color:rgb(69.524681%,7.891966%,79.122606%);stop-opacity:1;"
- id="stop3963" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(69.236286%,7.798886%,78.779278%);stop-opacity:1;"
- id="stop3965" />
- <stop
- offset="0.847656"
- style="stop-color:rgb(68.94789%,7.705806%,78.434424%);stop-opacity:1;"
- id="stop3967" />
- <stop
- offset="0.851563"
- style="stop-color:rgb(68.659495%,7.612726%,78.08957%);stop-opacity:1;"
- id="stop3969" />
- <stop
- offset="0.855469"
- style="stop-color:rgb(68.371099%,7.519646%,77.744717%);stop-opacity:1;"
- id="stop3971" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(68.082704%,7.426566%,77.401389%);stop-opacity:1;"
- id="stop3973" />
- <stop
- offset="0.863281"
- style="stop-color:rgb(67.792782%,7.333486%,77.056535%);stop-opacity:1;"
- id="stop3975" />
- <stop
- offset="0.867188"
- style="stop-color:rgb(67.504387%,7.240406%,76.711681%);stop-opacity:1;"
- id="stop3977" />
- <stop
- offset="0.871094"
- style="stop-color:rgb(67.215991%,7.147326%,76.366827%);stop-opacity:1;"
- id="stop3979" />
- <stop
- offset="0.875"
- style="stop-color:rgb(66.927596%,7.054246%,76.023499%);stop-opacity:1;"
- id="stop3981" />
- <stop
- offset="0.878906"
- style="stop-color:rgb(66.6392%,6.961166%,75.678645%);stop-opacity:1;"
- id="stop3983" />
- <stop
- offset="0.882813"
- style="stop-color:rgb(66.350805%,6.868086%,75.333791%);stop-opacity:1;"
- id="stop3985" />
- <stop
- offset="0.886719"
- style="stop-color:rgb(66.062409%,6.775006%,74.988937%);stop-opacity:1;"
- id="stop3987" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(65.774014%,6.681926%,74.645609%);stop-opacity:1;"
- id="stop3989" />
- <stop
- offset="0.894531"
- style="stop-color:rgb(65.484092%,6.588846%,74.300755%);stop-opacity:1;"
- id="stop3991" />
- <stop
- offset="0.898438"
- style="stop-color:rgb(65.195697%,6.495766%,73.955901%);stop-opacity:1;"
- id="stop3993" />
- <stop
- offset="0.902344"
- style="stop-color:rgb(64.907301%,6.402686%,73.611048%);stop-opacity:1;"
- id="stop3995" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(64.618906%,6.309606%,73.26772%);stop-opacity:1;"
- id="stop3997" />
- <stop
- offset="0.910156"
- style="stop-color:rgb(64.33051%,6.216526%,72.922866%);stop-opacity:1;"
- id="stop3999" />
- <stop
- offset="0.914063"
- style="stop-color:rgb(64.042115%,6.123445%,72.579538%);stop-opacity:1;"
- id="stop4001" />
- <stop
- offset="0.917969"
- style="stop-color:rgb(63.753719%,6.030365%,72.234684%);stop-opacity:1;"
- id="stop4003" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(63.465324%,5.937285%,71.88983%);stop-opacity:1;"
- id="stop4005" />
- <stop
- offset="0.925781"
- style="stop-color:rgb(63.175402%,5.844205%,71.544976%);stop-opacity:1;"
- id="stop4007" />
- <stop
- offset="0.929688"
- style="stop-color:rgb(62.887007%,5.751125%,71.201648%);stop-opacity:1;"
- id="stop4009" />
- <stop
- offset="0.933594"
- style="stop-color:rgb(62.598611%,5.658045%,70.856794%);stop-opacity:1;"
- id="stop4011" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(62.310216%,5.564965%,70.51194%);stop-opacity:1;"
- id="stop4013" />
- <stop
- offset="0.941406"
- style="stop-color:rgb(62.02182%,5.471885%,70.167086%);stop-opacity:1;"
- id="stop4015" />
- <stop
- offset="0.945313"
- style="stop-color:rgb(61.733425%,5.378805%,69.823758%);stop-opacity:1;"
- id="stop4017" />
- <stop
- offset="0.949219"
- style="stop-color:rgb(61.445029%,5.285725%,69.478904%);stop-opacity:1;"
- id="stop4019" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(61.156634%,5.192645%,69.134051%);stop-opacity:1;"
- id="stop4021" />
- <stop
- offset="0.957031"
- style="stop-color:rgb(60.866712%,5.098039%,68.789197%);stop-opacity:1;"
- id="stop4023" />
- <stop
- offset="0.960938"
- style="stop-color:rgb(60.578317%,5.004959%,68.445869%);stop-opacity:1;"
- id="stop4025" />
- <stop
- offset="0.964844"
- style="stop-color:rgb(60.289921%,4.911879%,68.101015%);stop-opacity:1;"
- id="stop4027" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(60.001526%,4.818799%,67.756161%);stop-opacity:1;"
- id="stop4029" />
- <stop
- offset="0.972656"
- style="stop-color:rgb(59.71313%,4.725719%,67.411307%);stop-opacity:1;"
- id="stop4031" />
- <stop
- offset="0.976563"
- style="stop-color:rgb(59.424735%,4.632639%,67.067979%);stop-opacity:1;"
- id="stop4033" />
- <stop
- offset="0.980469"
- style="stop-color:rgb(59.136339%,4.539559%,66.723125%);stop-opacity:1;"
- id="stop4035" />
- <stop
- offset="0.984375"
- style="stop-color:rgb(58.847944%,4.446479%,66.378271%);stop-opacity:1;"
- id="stop4037" />
- <stop
- offset="0.988281"
- style="stop-color:rgb(58.638895%,4.379339%,66.129549%);stop-opacity:1;"
- id="stop4039" />
- <stop
- offset="0.992188"
- style="stop-color:rgb(58.431373%,4.313725%,65.882353%);stop-opacity:1;"
- id="stop4041" />
- <stop
- offset="1"
- style="stop-color:rgb(58.431373%,4.313725%,65.882353%);stop-opacity:1;"
- id="stop4043" />
- </linearGradient>
- <clipPath
- id="clip252">
- <path
- d="M 119.20313,96.796875 C 119.20313,102.10156 102.37109,106.39844 81.605469,106.39844 C 60.839844,106.39844 44.003906,102.10156 44.003906,96.796875 C 44.003906,91.496094 60.839844,87.199219 81.605469,87.199219 C 102.37109,87.199219 119.20313,91.496094 119.20313,96.796875 z"
- id="path4046" />
- </clipPath>
- <radialGradient
- id="radial1"
- gradientUnits="userSpaceOnUse"
- cx="518.85547"
- cy="730.48438"
- fx="518.85547"
- fy="730.48438"
- r="22.890625"
- gradientTransform="matrix(1.608437,0,2.27516e-7,0.45275,-752.93907,-233.92915)">
- <stop
- offset="0"
- style="stop-color:rgb(86.30808%,52.263676%,91.395438%);stop-opacity:1;"
- id="stop4049" />
- <stop
- offset="0.0078125"
- style="stop-color:rgb(86.39353%,52.532235%,91.453422%);stop-opacity:1;"
- id="stop4051" />
- <stop
- offset="0.0195312"
- style="stop-color:rgb(86.49424%,52.852674%,91.522087%);stop-opacity:1;"
- id="stop4053" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(86.594949%,53.17464%,91.590753%);stop-opacity:1;"
- id="stop4055" />
- <stop
- offset="0.0429688"
- style="stop-color:rgb(86.695659%,53.496605%,91.659419%);stop-opacity:1;"
- id="stop4057" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(86.797894%,53.81857%,91.728084%);stop-opacity:1;"
- id="stop4059" />
- <stop
- offset="0.0664062"
- style="stop-color:rgb(86.898604%,54.140536%,91.798276%);stop-opacity:1;"
- id="stop4061" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(86.999313%,54.462501%,91.866941%);stop-opacity:1;"
- id="stop4063" />
- <stop
- offset="0.0898438"
- style="stop-color:rgb(87.100023%,54.78294%,91.935607%);stop-opacity:1;"
- id="stop4065" />
- <stop
- offset="0.101562"
- style="stop-color:rgb(87.202258%,55.104906%,92.004273%);stop-opacity:1;"
- id="stop4067" />
- <stop
- offset="0.113281"
- style="stop-color:rgb(87.302968%,55.426871%,92.072938%);stop-opacity:1;"
- id="stop4069" />
- <stop
- offset="0.125"
- style="stop-color:rgb(87.403677%,55.748836%,92.141604%);stop-opacity:1;"
- id="stop4071" />
- <stop
- offset="0.136719"
- style="stop-color:rgb(87.504387%,56.070802%,92.211795%);stop-opacity:1;"
- id="stop4073" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(87.606622%,56.391241%,92.280461%);stop-opacity:1;"
- id="stop4075" />
- <stop
- offset="0.160156"
- style="stop-color:rgb(87.707332%,56.713207%,92.349126%);stop-opacity:1;"
- id="stop4077" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(87.808042%,57.035172%,92.417792%);stop-opacity:1;"
- id="stop4079" />
- <stop
- offset="0.183594"
- style="stop-color:rgb(87.908751%,57.357137%,92.486458%);stop-opacity:1;"
- id="stop4081" />
- <stop
- offset="0.195312"
- style="stop-color:rgb(88.010986%,57.679103%,92.556649%);stop-opacity:1;"
- id="stop4083" />
- <stop
- offset="0.207031"
- style="stop-color:rgb(88.111696%,58.001068%,92.625315%);stop-opacity:1;"
- id="stop4085" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(88.212406%,58.321508%,92.69398%);stop-opacity:1;"
- id="stop4087" />
- <stop
- offset="0.230469"
- style="stop-color:rgb(88.313115%,58.643473%,92.762646%);stop-opacity:1;"
- id="stop4089" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(88.415351%,58.965438%,92.831312%);stop-opacity:1;"
- id="stop4091" />
- <stop
- offset="0.253906"
- style="stop-color:rgb(88.499275%,59.233997%,92.889296%);stop-opacity:1;"
- id="stop4093" />
- <stop
- offset="0.261719"
- style="stop-color:rgb(88.566415%,59.447623%,92.935073%);stop-opacity:1;"
- id="stop4095" />
- <stop
- offset="0.269531"
- style="stop-color:rgb(88.633555%,59.662776%,92.98085%);stop-opacity:1;"
- id="stop4097" />
- <stop
- offset="0.277344"
- style="stop-color:rgb(88.700694%,59.877928%,93.028153%);stop-opacity:1;"
- id="stop4099" />
- <stop
- offset="0.285156"
- style="stop-color:rgb(88.76936%,60.091554%,93.07393%);stop-opacity:1;"
- id="stop4101" />
- <stop
- offset="0.292969"
- style="stop-color:rgb(88.8365%,60.306706%,93.119707%);stop-opacity:1;"
- id="stop4103" />
- <stop
- offset="0.300781"
- style="stop-color:rgb(88.903639%,60.520333%,93.165484%);stop-opacity:1;"
- id="stop4105" />
- <stop
- offset="0.308594"
- style="stop-color:rgb(88.970779%,60.735485%,93.211261%);stop-opacity:1;"
- id="stop4107" />
- <stop
- offset="0.316406"
- style="stop-color:rgb(89.037919%,60.949111%,93.257038%);stop-opacity:1;"
- id="stop4109" />
- <stop
- offset="0.324219"
- style="stop-color:rgb(89.106584%,61.164263%,93.302815%);stop-opacity:1;"
- id="stop4111" />
- <stop
- offset="0.332031"
- style="stop-color:rgb(89.173724%,61.37789%,93.348592%);stop-opacity:1;"
- id="stop4113" />
- <stop
- offset="0.339844"
- style="stop-color:rgb(89.240864%,61.593042%,93.395895%);stop-opacity:1;"
- id="stop4115" />
- <stop
- offset="0.347656"
- style="stop-color:rgb(89.308003%,61.806668%,93.441672%);stop-opacity:1;"
- id="stop4117" />
- <stop
- offset="0.355469"
- style="stop-color:rgb(89.375143%,62.02182%,93.487449%);stop-opacity:1;"
- id="stop4119" />
- <stop
- offset="0.363281"
- style="stop-color:rgb(89.442283%,62.236973%,93.533227%);stop-opacity:1;"
- id="stop4121" />
- <stop
- offset="0.371094"
- style="stop-color:rgb(89.510948%,62.450599%,93.579004%);stop-opacity:1;"
- id="stop4123" />
- <stop
- offset="0.378906"
- style="stop-color:rgb(89.578088%,62.665751%,93.624781%);stop-opacity:1;"
- id="stop4125" />
- <stop
- offset="0.386719"
- style="stop-color:rgb(89.645228%,62.879377%,93.670558%);stop-opacity:1;"
- id="stop4127" />
- <stop
- offset="0.394531"
- style="stop-color:rgb(89.712367%,63.09453%,93.716335%);stop-opacity:1;"
- id="stop4129" />
- <stop
- offset="0.402344"
- style="stop-color:rgb(89.779507%,63.308156%,93.762112%);stop-opacity:1;"
- id="stop4131" />
- <stop
- offset="0.410156"
- style="stop-color:rgb(89.846647%,63.523308%,93.809415%);stop-opacity:1;"
- id="stop4133" />
- <stop
- offset="0.417969"
- style="stop-color:rgb(89.915312%,63.736934%,93.855192%);stop-opacity:1;"
- id="stop4135" />
- <stop
- offset="0.425781"
- style="stop-color:rgb(89.982452%,63.952087%,93.900969%);stop-opacity:1;"
- id="stop4137" />
- <stop
- offset="0.433594"
- style="stop-color:rgb(90.049592%,64.165713%,93.946746%);stop-opacity:1;"
- id="stop4139" />
- <stop
- offset="0.441406"
- style="stop-color:rgb(90.116732%,64.380865%,93.992523%);stop-opacity:1;"
- id="stop4141" />
- <stop
- offset="0.449219"
- style="stop-color:rgb(90.183871%,64.596017%,94.0383%);stop-opacity:1;"
- id="stop4143" />
- <stop
- offset="0.457031"
- style="stop-color:rgb(90.251011%,64.809644%,94.084077%);stop-opacity:1;"
- id="stop4145" />
- <stop
- offset="0.464844"
- style="stop-color:rgb(90.319677%,65.024796%,94.129854%);stop-opacity:1;"
- id="stop4147" />
- <stop
- offset="0.472656"
- style="stop-color:rgb(90.386816%,65.238422%,94.177157%);stop-opacity:1;"
- id="stop4149" />
- <stop
- offset="0.480469"
- style="stop-color:rgb(90.453956%,65.453574%,94.222934%);stop-opacity:1;"
- id="stop4151" />
- <stop
- offset="0.488281"
- style="stop-color:rgb(90.521096%,65.667201%,94.268711%);stop-opacity:1;"
- id="stop4153" />
- <stop
- offset="0.496094"
- style="stop-color:rgb(90.588235%,65.882353%,94.314488%);stop-opacity:1;"
- id="stop4155" />
- <stop
- offset="0.503906"
- style="stop-color:rgb(90.673686%,66.149386%,94.370947%);stop-opacity:1;"
- id="stop4157" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(90.774395%,66.471351%,94.439612%);stop-opacity:1;"
- id="stop4159" />
- <stop
- offset="0.527344"
- style="stop-color:rgb(90.875105%,66.793317%,94.509804%);stop-opacity:1;"
- id="stop4161" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(90.975814%,67.115282%,94.57847%);stop-opacity:1;"
- id="stop4163" />
- <stop
- offset="0.550781"
- style="stop-color:rgb(91.07805%,67.437247%,94.647135%);stop-opacity:1;"
- id="stop4165" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(91.178759%,67.759213%,94.715801%);stop-opacity:1;"
- id="stop4167" />
- <stop
- offset="0.574219"
- style="stop-color:rgb(91.279469%,68.079652%,94.784466%);stop-opacity:1;"
- id="stop4169" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(91.380179%,68.401617%,94.853132%);stop-opacity:1;"
- id="stop4171" />
- <stop
- offset="0.597656"
- style="stop-color:rgb(91.482414%,68.723583%,94.923323%);stop-opacity:1;"
- id="stop4173" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(91.583124%,69.045548%,94.991989%);stop-opacity:1;"
- id="stop4175" />
- <stop
- offset="0.621094"
- style="stop-color:rgb(91.683833%,69.367514%,95.060655%);stop-opacity:1;"
- id="stop4177" />
- <stop
- offset="0.632812"
- style="stop-color:rgb(91.767758%,69.634546%,95.118639%);stop-opacity:1;"
- id="stop4179" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(91.836423%,69.849699%,95.164416%);stop-opacity:1;"
- id="stop4181" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(91.903563%,70.064851%,95.210193%);stop-opacity:1;"
- id="stop4183" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(91.970703%,70.278477%,95.25597%);stop-opacity:1;"
- id="stop4185" />
- <stop
- offset="0.664062"
- style="stop-color:rgb(92.037842%,70.493629%,95.301747%);stop-opacity:1;"
- id="stop4187" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(92.104982%,70.707256%,95.34905%);stop-opacity:1;"
- id="stop4189" />
- <stop
- offset="0.679688"
- style="stop-color:rgb(92.172122%,70.922408%,95.394827%);stop-opacity:1;"
- id="stop4191" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(92.240787%,71.136034%,95.440604%);stop-opacity:1;"
- id="stop4193" />
- <stop
- offset="0.695312"
- style="stop-color:rgb(92.307927%,71.351186%,95.486381%);stop-opacity:1;"
- id="stop4195" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(92.375067%,71.564813%,95.532158%);stop-opacity:1;"
- id="stop4197" />
- <stop
- offset="0.710938"
- style="stop-color:rgb(92.442206%,71.779965%,95.577935%);stop-opacity:1;"
- id="stop4199" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(92.509346%,71.995117%,95.623713%);stop-opacity:1;"
- id="stop4201" />
- <stop
- offset="0.726562"
- style="stop-color:rgb(92.576486%,72.208743%,95.66949%);stop-opacity:1;"
- id="stop4203" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(92.645151%,72.423896%,95.715267%);stop-opacity:1;"
- id="stop4205" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(92.712291%,72.637522%,95.76257%);stop-opacity:1;"
- id="stop4207" />
- <stop
- offset="0.75"
- style="stop-color:rgb(92.779431%,72.852674%,95.808347%);stop-opacity:1;"
- id="stop4209" />
- <stop
- offset="0.757812"
- style="stop-color:rgb(92.863355%,73.119707%,95.864805%);stop-opacity:1;"
- id="stop4211" />
- <stop
- offset="0.769531"
- style="stop-color:rgb(92.964065%,73.441672%,95.933471%);stop-opacity:1;"
- id="stop4213" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(93.0663%,73.763638%,96.002136%);stop-opacity:1;"
- id="stop4215" />
- <stop
- offset="0.792969"
- style="stop-color:rgb(93.16701%,74.085603%,96.072328%);stop-opacity:1;"
- id="stop4217" />
- <stop
- offset="0.804688"
- style="stop-color:rgb(93.26772%,74.407568%,96.140993%);stop-opacity:1;"
- id="stop4219" />
- <stop
- offset="0.816406"
- style="stop-color:rgb(93.351644%,74.674601%,96.198978%);stop-opacity:1;"
- id="stop4221" />
- <stop
- offset="0.824219"
- style="stop-color:rgb(93.42031%,74.889754%,96.244755%);stop-opacity:1;"
- id="stop4223" />
- <stop
- offset="0.832031"
- style="stop-color:rgb(93.487449%,75.10338%,96.290532%);stop-opacity:1;"
- id="stop4225" />
- <stop
- offset="0.839844"
- style="stop-color:rgb(93.554589%,75.318532%,96.336309%);stop-opacity:1;"
- id="stop4227" />
- <stop
- offset="0.847656"
- style="stop-color:rgb(93.621729%,75.533684%,96.382086%);stop-opacity:1;"
- id="stop4229" />
- <stop
- offset="0.855469"
- style="stop-color:rgb(93.688869%,75.747311%,96.427863%);stop-opacity:1;"
- id="stop4231" />
- <stop
- offset="0.863281"
- style="stop-color:rgb(93.756008%,75.962463%,96.47364%);stop-opacity:1;"
- id="stop4233" />
- <stop
- offset="0.871094"
- style="stop-color:rgb(93.824674%,76.176089%,96.520943%);stop-opacity:1;"
- id="stop4235" />
- <stop
- offset="0.878906"
- style="stop-color:rgb(93.908598%,76.444648%,96.577401%);stop-opacity:1;"
- id="stop4237" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(94.009308%,76.766613%,96.646067%);stop-opacity:1;"
- id="stop4239" />
- <stop
- offset="0.902344"
- style="stop-color:rgb(94.110018%,77.087053%,96.714733%);stop-opacity:1;"
- id="stop4241" />
- <stop
- offset="0.914062"
- style="stop-color:rgb(94.195468%,77.355612%,96.772717%);stop-opacity:1;"
- id="stop4243" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(94.262608%,77.570764%,96.818494%);stop-opacity:1;"
- id="stop4245" />
- <stop
- offset="0.929688"
- style="stop-color:rgb(94.329747%,77.78439%,96.864271%);stop-opacity:1;"
- id="stop4247" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(94.396887%,77.999542%,96.911574%);stop-opacity:1;"
- id="stop4249" />
- <stop
- offset="0.945312"
- style="stop-color:rgb(94.480812%,78.266575%,96.968032%);stop-opacity:1;"
- id="stop4251" />
- <stop
- offset="0.957031"
- style="stop-color:rgb(94.566262%,78.535134%,97.026017%);stop-opacity:1;"
- id="stop4253" />
- <stop
- offset="0.964844"
- style="stop-color:rgb(94.633402%,78.750286%,97.071794%);stop-opacity:1;"
- id="stop4255" />
- <stop
- offset="0.972656"
- style="stop-color:rgb(94.717327%,79.017319%,97.128252%);stop-opacity:1;"
- id="stop4257" />
- <stop
- offset="0.984375"
- style="stop-color:rgb(94.801251%,79.285878%,97.186236%);stop-opacity:1;"
- id="stop4259" />
- <stop
- offset="0.992188"
- style="stop-color:rgb(94.851606%,79.447623%,97.219806%);stop-opacity:1;"
- id="stop4261" />
- <stop
- offset="0.996094"
- style="stop-color:rgb(94.885176%,79.554437%,97.242695%);stop-opacity:1;"
- id="stop4263" />
- <stop
- offset="1"
- style="stop-color:rgb(94.901961%,79.607843%,97.254902%);stop-opacity:1;"
- id="stop4265" />
- </radialGradient>
- <clipPath
- id="clip253">
- <rect
- width="167"
- height="205"
- id="rect4268"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface80"
- clip-path="url(#clip253)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4271" />
- </g>
- <mask
- id="mask39">
- <g
- id="g4274"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface80"
- id="use4276"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip255">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4279" />
- </clipPath>
- <clipPath
- id="clip256">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4282" />
- </clipPath>
- <clipPath
- id="clip257">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4285" />
- </clipPath>
- <clipPath
- id="clip258">
- <rect
- width="167"
- height="205"
- id="rect4288"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface82"
- clip-path="url(#clip258)">
- <path
- style="fill:none;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
- d="M 44.390625,101.02417 L 44.390625,109.94605 L 44.390625,110.69604 C 44.390625,116.05542 61.042969,120.39917 81.585937,120.39917 C 102.12891,120.39917 118.78125,116.05542 118.78125,110.69604 L 118.78125,109.94605 L 118.78125,101.07495 C 115.45703,104.0437 103.08203,108.43042 81.703125,108.43042 C 60.324219,108.43042 47.5,103.99683 44.390625,101.02417 z"
- transform="translate(0,-0.199951)"
- id="path4291" />
- </g>
- <clipPath
- id="clip254">
- <rect
- width="167"
- height="205"
- id="rect4294"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface81"
- clip-path="url(#clip254)">
- <g
- clip-path="url(#clip255)"
- clip-rule="nonzero"
- id="g4297">
- <g
- clip-path="url(#clip256)"
- clip-rule="nonzero"
- id="g4299">
- <g
- clip-path="url(#clip257)"
- clip-rule="nonzero"
- id="g4301">
- <use
- xlink:href="#surface82"
- id="use4303"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip259">
- <rect
- width="167"
- height="205"
- id="rect4306"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface83"
- clip-path="url(#clip259)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4309" />
- </g>
- <mask
- id="mask40">
- <g
- id="g4312"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface83"
- id="use4314"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip261">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4317" />
- </clipPath>
- <clipPath
- id="clip262">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4320" />
- </clipPath>
- <clipPath
- id="clip263">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4323" />
- </clipPath>
- <clipPath
- id="clip264">
- <rect
- width="167"
- height="205"
- id="rect4326"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface85"
- clip-path="url(#clip264)">
- <path
- style="fill:none;stroke:#ffffff;stroke-width:0.80991697;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
- d="M 118.80078,99.220344 C 118.80078,104.42915 102.14453,108.64905 81.601562,108.64905 C 61.054687,108.64905 44.402344,104.42915 44.402344,99.220344 C 44.402344,94.011535 61.054687,89.79164 81.601562,89.79164 C 102.14453,89.79164 118.80078,94.011535 118.80078,99.220344 z"
- transform="matrix(1,0,0,0.975661,0,-0.199951)"
- id="path4329" />
- </g>
- <clipPath
- id="clip260">
- <rect
- width="167"
- height="205"
- id="rect4332"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface84"
- clip-path="url(#clip260)">
- <g
- clip-path="url(#clip261)"
- clip-rule="nonzero"
- id="g4335">
- <g
- clip-path="url(#clip262)"
- clip-rule="nonzero"
- id="g4337">
- <g
- clip-path="url(#clip263)"
- clip-rule="nonzero"
- id="g4339">
- <use
- xlink:href="#surface85"
- id="use4341"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip265">
- <rect
- width="167"
- height="205"
- id="rect4344"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface86"
- clip-path="url(#clip265)">
- <path
- style="fill:#ffffff;fill-opacity:0.25;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4347" />
- </g>
- <mask
- id="mask41">
- <g
- id="g4350"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface86"
- id="use4352"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip267">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4355" />
- </clipPath>
- <clipPath
- id="clip268">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4358" />
- </clipPath>
- <clipPath
- id="clip269">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4361" />
- </clipPath>
- <mask
- id="mask42">
- <g
- id="g4364"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAABm0lEQVR4nO3UsVUEMRQEwb97IgPgMiH/LIgBTFwcEhC22qiKYIx+MwMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAB18y8nB4BG79rZl5Pr4CNrzUzb6dXwMb3mpnn6RWw8blm5v30Cti4PCdVt+ek6vacVF2ekyrPSZbnJMtzknWvmXmcXgE74iTrPj0A/iNOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJ1pqZj9MjYOPnD025BrkBErbAAAAAAElFTkSuQmCC"
- id="image4366" />
- </g>
- </mask>
- <clipPath
- id="clip272">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4369" />
- </clipPath>
- <clipPath
- id="clip273">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4372" />
- </clipPath>
- <clipPath
- id="clip274">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4375" />
- </clipPath>
- <clipPath
- id="clip275">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4378" />
- </clipPath>
- <clipPath
- id="clip276">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4381" />
- </clipPath>
- <clipPath
- id="clip277">
- <path
- d="M 44.390625,101.22656 L 44.390625,108.54688 L 44.390625,109.29297 C 44.390625,114.65625 61.042969,119 81.585938,119 C 102.12891,119 118.78125,114.65625 118.78125,109.29297 L 118.78125,108.54688 L 118.78125,101.27344 C 115.45703,104.24609 103.08203,108.62891 81.703125,108.62891 C 60.324219,108.62891 47.5,104.19922 44.390625,101.22656 z"
- id="path4384" />
- </clipPath>
- <linearGradient
- id="linear24"
- gradientUnits="userSpaceOnUse"
- x1="1372.8828"
- y1="-1544.1406"
- x2="1372.8828"
- y2="-1566.3555"
- gradientTransform="matrix(0.8,0,0,0.8,-1015.197,1354.3111)">
- <stop
- offset="0.0078125"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop4387" />
- <stop
- offset="0.0112788"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop4389" />
- <stop
- offset="0.0117188"
- style="stop-color:rgb(99.887083%,99.66125%,99.66125%);stop-opacity:1;"
- id="stop4391" />
- <stop
- offset="0.015625"
- style="stop-color:rgb(99.774166%,99.322499%,99.322499%);stop-opacity:1;"
- id="stop4393" />
- <stop
- offset="0.0195312"
- style="stop-color:rgb(99.571221%,98.713664%,98.713664%);stop-opacity:1;"
- id="stop4395" />
- <stop
- offset="0.0234375"
- style="stop-color:rgb(99.368276%,98.104829%,98.104829%);stop-opacity:1;"
- id="stop4397" />
- <stop
- offset="0.0273438"
- style="stop-color:rgb(99.165332%,97.494469%,97.494469%);stop-opacity:1;"
- id="stop4399" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(98.962387%,96.885634%,96.885634%);stop-opacity:1;"
- id="stop4401" />
- <stop
- offset="0.0351562"
- style="stop-color:rgb(98.759442%,96.276799%,96.276799%);stop-opacity:1;"
- id="stop4403" />
- <stop
- offset="0.0390625"
- style="stop-color:rgb(98.556497%,95.667964%,95.667964%);stop-opacity:1;"
- id="stop4405" />
- <stop
- offset="0.0429688"
- style="stop-color:rgb(98.353552%,95.059129%,95.059129%);stop-opacity:1;"
- id="stop4407" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(98.150607%,94.450294%,94.450294%);stop-opacity:1;"
- id="stop4409" />
- <stop
- offset="0.0507812"
- style="stop-color:rgb(97.947662%,93.839933%,93.839933%);stop-opacity:1;"
- id="stop4411" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(97.744717%,93.231098%,93.231098%);stop-opacity:1;"
- id="stop4413" />
- <stop
- offset="0.0585938"
- style="stop-color:rgb(97.541772%,92.622263%,92.622263%);stop-opacity:1;"
- id="stop4415" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(97.338827%,92.013428%,92.013428%);stop-opacity:1;"
- id="stop4417" />
- <stop
- offset="0.0664062"
- style="stop-color:rgb(97.134356%,91.403067%,91.403067%);stop-opacity:1;"
- id="stop4419" />
- <stop
- offset="0.0703125"
- style="stop-color:rgb(96.931411%,90.794232%,90.794232%);stop-opacity:1;"
- id="stop4421" />
- <stop
- offset="0.0742188"
- style="stop-color:rgb(96.728466%,90.185397%,90.185397%);stop-opacity:1;"
- id="stop4423" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(96.525521%,89.576562%,89.576562%);stop-opacity:1;"
- id="stop4425" />
- <stop
- offset="0.0820312"
- style="stop-color:rgb(96.322576%,88.966201%,88.966201%);stop-opacity:1;"
- id="stop4427" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(96.119631%,88.357366%,88.357366%);stop-opacity:1;"
- id="stop4429" />
- <stop
- offset="0.0898438"
- style="stop-color:rgb(95.916686%,87.748531%,87.748531%);stop-opacity:1;"
- id="stop4431" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(95.713741%,87.139696%,87.139696%);stop-opacity:1;"
- id="stop4433" />
- <stop
- offset="0.0976563"
- style="stop-color:rgb(95.510796%,86.529335%,86.529335%);stop-opacity:1;"
- id="stop4435" />
- <stop
- offset="0.101562"
- style="stop-color:rgb(95.307851%,85.9205%,85.9205%);stop-opacity:1;"
- id="stop4437" />
- <stop
- offset="0.105469"
- style="stop-color:rgb(95.104906%,85.311666%,85.311666%);stop-opacity:1;"
- id="stop4439" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(94.901961%,84.702831%,84.702831%);stop-opacity:1;"
- id="stop4441" />
- <stop
- offset="0.113281"
- style="stop-color:rgb(94.699016%,84.093996%,84.093996%);stop-opacity:1;"
- id="stop4443" />
- <stop
- offset="0.117188"
- style="stop-color:rgb(94.496071%,83.485161%,83.485161%);stop-opacity:1;"
- id="stop4445" />
- <stop
- offset="0.121094"
- style="stop-color:rgb(94.2916%,82.8748%,82.8748%);stop-opacity:1;"
- id="stop4447" />
- <stop
- offset="0.125"
- style="stop-color:rgb(94.088655%,82.265965%,82.265965%);stop-opacity:1;"
- id="stop4449" />
- <stop
- offset="0.128906"
- style="stop-color:rgb(93.88571%,81.65713%,81.65713%);stop-opacity:1;"
- id="stop4451" />
- <stop
- offset="0.132812"
- style="stop-color:rgb(93.682765%,81.048295%,81.048295%);stop-opacity:1;"
- id="stop4453" />
- <stop
- offset="0.136719"
- style="stop-color:rgb(93.47982%,80.437934%,80.437934%);stop-opacity:1;"
- id="stop4455" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(93.276875%,79.829099%,79.829099%);stop-opacity:1;"
- id="stop4457" />
- <stop
- offset="0.144531"
- style="stop-color:rgb(93.07393%,79.220264%,79.220264%);stop-opacity:1;"
- id="stop4459" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(92.870985%,78.611429%,78.611429%);stop-opacity:1;"
- id="stop4461" />
- <stop
- offset="0.152344"
- style="stop-color:rgb(92.66804%,78.001068%,78.001068%);stop-opacity:1;"
- id="stop4463" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(92.465095%,77.392233%,77.392233%);stop-opacity:1;"
- id="stop4465" />
- <stop
- offset="0.160156"
- style="stop-color:rgb(92.26215%,76.783398%,76.783398%);stop-opacity:1;"
- id="stop4467" />
- <stop
- offset="0.164062"
- style="stop-color:rgb(92.059205%,76.174563%,76.174563%);stop-opacity:1;"
- id="stop4469" />
- <stop
- offset="0.167969"
- style="stop-color:rgb(91.854734%,75.564202%,75.564202%);stop-opacity:1;"
- id="stop4471" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(91.651789%,74.955367%,74.955367%);stop-opacity:1;"
- id="stop4473" />
- <stop
- offset="0.175781"
- style="stop-color:rgb(91.448844%,74.346532%,74.346532%);stop-opacity:1;"
- id="stop4475" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(91.245899%,73.737697%,73.737697%);stop-opacity:1;"
- id="stop4477" />
- <stop
- offset="0.183594"
- style="stop-color:rgb(91.042954%,73.128862%,73.128862%);stop-opacity:1;"
- id="stop4479" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(90.840009%,72.520027%,72.520027%);stop-opacity:1;"
- id="stop4481" />
- <stop
- offset="0.191406"
- style="stop-color:rgb(90.637064%,71.909667%,71.909667%);stop-opacity:1;"
- id="stop4483" />
- <stop
- offset="0.195313"
- style="stop-color:rgb(90.434119%,71.300832%,71.300832%);stop-opacity:1;"
- id="stop4485" />
- <stop
- offset="0.199219"
- style="stop-color:rgb(90.231174%,70.691997%,70.691997%);stop-opacity:1;"
- id="stop4487" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(90.028229%,70.083162%,70.083162%);stop-opacity:1;"
- id="stop4489" />
- <stop
- offset="0.207031"
- style="stop-color:rgb(89.825284%,69.472801%,69.472801%);stop-opacity:1;"
- id="stop4491" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(89.622339%,68.863966%,68.863966%);stop-opacity:1;"
- id="stop4493" />
- <stop
- offset="0.214844"
- style="stop-color:rgb(89.419394%,68.255131%,68.255131%);stop-opacity:1;"
- id="stop4495" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(89.216449%,67.646296%,67.646296%);stop-opacity:1;"
- id="stop4497" />
- <stop
- offset="0.222656"
- style="stop-color:rgb(89.011978%,67.035935%,67.035935%);stop-opacity:1;"
- id="stop4499" />
- <stop
- offset="0.226562"
- style="stop-color:rgb(88.809033%,66.4271%,66.4271%);stop-opacity:1;"
- id="stop4501" />
- <stop
- offset="0.230469"
- style="stop-color:rgb(88.606088%,65.818265%,65.818265%);stop-opacity:1;"
- id="stop4503" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(88.403143%,65.20943%,65.20943%);stop-opacity:1;"
- id="stop4505" />
- <stop
- offset="0.238281"
- style="stop-color:rgb(88.200198%,64.599069%,64.599069%);stop-opacity:1;"
- id="stop4507" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(87.997253%,63.990234%,63.990234%);stop-opacity:1;"
- id="stop4509" />
- <stop
- offset="0.246094"
- style="stop-color:rgb(87.794308%,63.381399%,63.381399%);stop-opacity:1;"
- id="stop4511" />
- <stop
- offset="0.25"
- style="stop-color:rgb(87.591363%,62.772564%,62.772564%);stop-opacity:1;"
- id="stop4513" />
- <stop
- offset="0.253906"
- style="stop-color:rgb(87.388418%,62.163729%,62.163729%);stop-opacity:1;"
- id="stop4515" />
- <stop
- offset="0.257812"
- style="stop-color:rgb(87.185473%,61.554894%,61.554894%);stop-opacity:1;"
- id="stop4517" />
- <stop
- offset="0.261719"
- style="stop-color:rgb(86.982528%,60.944533%,60.944533%);stop-opacity:1;"
- id="stop4519" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(86.779583%,60.335698%,60.335698%);stop-opacity:1;"
- id="stop4521" />
- <stop
- offset="0.269531"
- style="stop-color:rgb(86.576638%,59.726864%,59.726864%);stop-opacity:1;"
- id="stop4523" />
- <stop
- offset="0.273438"
- style="stop-color:rgb(86.373693%,59.118029%,59.118029%);stop-opacity:1;"
- id="stop4525" />
- <stop
- offset="0.277344"
- style="stop-color:rgb(86.169223%,58.507668%,58.507668%);stop-opacity:1;"
- id="stop4527" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(85.966278%,57.898833%,57.898833%);stop-opacity:1;"
- id="stop4529" />
- <stop
- offset="0.285156"
- style="stop-color:rgb(85.763333%,57.289998%,57.289998%);stop-opacity:1;"
- id="stop4531" />
- <stop
- offset="0.289063"
- style="stop-color:rgb(85.560388%,56.681163%,56.681163%);stop-opacity:1;"
- id="stop4533" />
- <stop
- offset="0.292969"
- style="stop-color:rgb(85.357443%,56.070802%,56.070802%);stop-opacity:1;"
- id="stop4535" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(85.154498%,55.461967%,55.461967%);stop-opacity:1;"
- id="stop4537" />
- <stop
- offset="0.300781"
- style="stop-color:rgb(84.951553%,54.853132%,54.853132%);stop-opacity:1;"
- id="stop4539" />
- <stop
- offset="0.304688"
- style="stop-color:rgb(84.748608%,54.244297%,54.244297%);stop-opacity:1;"
- id="stop4541" />
- <stop
- offset="0.308594"
- style="stop-color:rgb(84.545663%,53.633936%,53.633936%);stop-opacity:1;"
- id="stop4543" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(84.342718%,53.025101%,53.025101%);stop-opacity:1;"
- id="stop4545" />
- <stop
- offset="0.316406"
- style="stop-color:rgb(84.139773%,52.416266%,52.416266%);stop-opacity:1;"
- id="stop4547" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(83.936828%,51.807431%,51.807431%);stop-opacity:1;"
- id="stop4549" />
- <stop
- offset="0.324219"
- style="stop-color:rgb(83.733883%,51.198596%,51.198596%);stop-opacity:1;"
- id="stop4551" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(83.530938%,50.589761%,50.589761%);stop-opacity:1;"
- id="stop4553" />
- <stop
- offset="0.332031"
- style="stop-color:rgb(83.326467%,49.9794%,49.9794%);stop-opacity:1;"
- id="stop4555" />
- <stop
- offset="0.335938"
- style="stop-color:rgb(83.123522%,49.370565%,49.370565%);stop-opacity:1;"
- id="stop4557" />
- <stop
- offset="0.339844"
- style="stop-color:rgb(82.920577%,48.76173%,48.76173%);stop-opacity:1;"
- id="stop4559" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(82.717632%,48.152895%,48.152895%);stop-opacity:1;"
- id="stop4561" />
- <stop
- offset="0.347656"
- style="stop-color:rgb(82.514687%,47.542535%,47.542535%);stop-opacity:1;"
- id="stop4563" />
- <stop
- offset="0.351562"
- style="stop-color:rgb(82.311742%,46.9337%,46.9337%);stop-opacity:1;"
- id="stop4565" />
- <stop
- offset="0.355469"
- style="stop-color:rgb(82.108797%,46.324865%,46.324865%);stop-opacity:1;"
- id="stop4567" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(81.905852%,45.71603%,45.71603%);stop-opacity:1;"
- id="stop4569" />
- <stop
- offset="0.363281"
- style="stop-color:rgb(81.702907%,45.105669%,45.105669%);stop-opacity:1;"
- id="stop4571" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(81.499962%,44.496834%,44.496834%);stop-opacity:1;"
- id="stop4573" />
- <stop
- offset="0.371094"
- style="stop-color:rgb(81.297017%,43.887999%,43.887999%);stop-opacity:1;"
- id="stop4575" />
- <stop
- offset="0.375"
- style="stop-color:rgb(81.094072%,43.279164%,43.279164%);stop-opacity:1;"
- id="stop4577" />
- <stop
- offset="0.378906"
- style="stop-color:rgb(80.889601%,42.668803%,42.668803%);stop-opacity:1;"
- id="stop4579" />
- <stop
- offset="0.382812"
- style="stop-color:rgb(80.686656%,42.059968%,42.059968%);stop-opacity:1;"
- id="stop4581" />
- <stop
- offset="0.386719"
- style="stop-color:rgb(80.483711%,41.451133%,41.451133%);stop-opacity:1;"
- id="stop4583" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(80.280766%,40.842298%,40.842298%);stop-opacity:1;"
- id="stop4585" />
- <stop
- offset="0.394531"
- style="stop-color:rgb(80.077821%,40.233463%,40.233463%);stop-opacity:1;"
- id="stop4587" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(79.874876%,39.624628%,39.624628%);stop-opacity:1;"
- id="stop4589" />
- <stop
- offset="0.402344"
- style="stop-color:rgb(79.671931%,39.014267%,39.014267%);stop-opacity:1;"
- id="stop4591" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(79.468986%,38.405432%,38.405432%);stop-opacity:1;"
- id="stop4593" />
- <stop
- offset="0.410156"
- style="stop-color:rgb(79.266041%,37.796597%,37.796597%);stop-opacity:1;"
- id="stop4595" />
- <stop
- offset="0.414062"
- style="stop-color:rgb(79.063096%,37.187762%,37.187762%);stop-opacity:1;"
- id="stop4597" />
- <stop
- offset="0.417969"
- style="stop-color:rgb(78.860151%,36.577401%,36.577401%);stop-opacity:1;"
- id="stop4599" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(78.657206%,35.968566%,35.968566%);stop-opacity:1;"
- id="stop4601" />
- <stop
- offset="0.425781"
- style="stop-color:rgb(78.454261%,35.359731%,35.359731%);stop-opacity:1;"
- id="stop4603" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(78.251316%,34.750896%,34.750896%);stop-opacity:1;"
- id="stop4605" />
- <stop
- offset="0.433594"
- style="stop-color:rgb(78.046845%,34.140536%,34.140536%);stop-opacity:1;"
- id="stop4607" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(77.8439%,33.531701%,33.531701%);stop-opacity:1;"
- id="stop4609" />
- <stop
- offset="0.441406"
- style="stop-color:rgb(77.640955%,32.922866%,32.922866%);stop-opacity:1;"
- id="stop4611" />
- <stop
- offset="0.445313"
- style="stop-color:rgb(77.43801%,32.314031%,32.314031%);stop-opacity:1;"
- id="stop4613" />
- <stop
- offset="0.449219"
- style="stop-color:rgb(77.235065%,31.70367%,31.70367%);stop-opacity:1;"
- id="stop4615" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(77.03212%,31.094835%,31.094835%);stop-opacity:1;"
- id="stop4617" />
- <stop
- offset="0.457031"
- style="stop-color:rgb(76.829175%,30.486%,30.486%);stop-opacity:1;"
- id="stop4619" />
- <stop
- offset="0.460938"
- style="stop-color:rgb(76.62623%,29.877165%,29.877165%);stop-opacity:1;"
- id="stop4621" />
- <stop
- offset="0.464844"
- style="stop-color:rgb(76.423285%,29.26833%,29.26833%);stop-opacity:1;"
- id="stop4623" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(76.22034%,28.659495%,28.659495%);stop-opacity:1;"
- id="stop4625" />
- <stop
- offset="0.472656"
- style="stop-color:rgb(76.017395%,28.049134%,28.049134%);stop-opacity:1;"
- id="stop4627" />
- <stop
- offset="0.476563"
- style="stop-color:rgb(75.81445%,27.440299%,27.440299%);stop-opacity:1;"
- id="stop4629" />
- <stop
- offset="0.480469"
- style="stop-color:rgb(75.611505%,26.831464%,26.831464%);stop-opacity:1;"
- id="stop4631" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(75.40856%,26.222629%,26.222629%);stop-opacity:1;"
- id="stop4633" />
- <stop
- offset="0.488281"
- style="stop-color:rgb(75.204089%,25.612268%,25.612268%);stop-opacity:1;"
- id="stop4635" />
- <stop
- offset="0.492188"
- style="stop-color:rgb(75.001144%,25.003433%,25.003433%);stop-opacity:1;"
- id="stop4637" />
- <stop
- offset="0.496094"
- style="stop-color:rgb(74.798199%,24.394598%,24.394598%);stop-opacity:1;"
- id="stop4639" />
- <stop
- offset="0.5"
- style="stop-color:rgb(74.595254%,23.785763%,23.785763%);stop-opacity:1;"
- id="stop4641" />
- <stop
- offset="0.503906"
- style="stop-color:rgb(74.392309%,23.175402%,23.175402%);stop-opacity:1;"
- id="stop4643" />
- <stop
- offset="0.507813"
- style="stop-color:rgb(74.189364%,22.566567%,22.566567%);stop-opacity:1;"
- id="stop4645" />
- <stop
- offset="0.511719"
- style="stop-color:rgb(73.986419%,21.957733%,21.957733%);stop-opacity:1;"
- id="stop4647" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(73.783474%,21.348898%,21.348898%);stop-opacity:1;"
- id="stop4649" />
- <stop
- offset="0.519531"
- style="stop-color:rgb(73.580529%,20.738537%,20.738537%);stop-opacity:1;"
- id="stop4651" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(73.377584%,20.129702%,20.129702%);stop-opacity:1;"
- id="stop4653" />
- <stop
- offset="0.527344"
- style="stop-color:rgb(73.17464%,19.520867%,19.520867%);stop-opacity:1;"
- id="stop4655" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(72.971695%,18.912032%,18.912032%);stop-opacity:1;"
- id="stop4657" />
- <stop
- offset="0.535156"
- style="stop-color:rgb(72.76875%,18.303197%,18.303197%);stop-opacity:1;"
- id="stop4659" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(72.565805%,17.694362%,17.694362%);stop-opacity:1;"
- id="stop4661" />
- <stop
- offset="0.542969"
- style="stop-color:rgb(72.361334%,17.084001%,17.084001%);stop-opacity:1;"
- id="stop4663" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(72.158389%,16.475166%,16.475166%);stop-opacity:1;"
- id="stop4665" />
- <stop
- offset="0.550781"
- style="stop-color:rgb(71.955444%,15.866331%,15.866331%);stop-opacity:1;"
- id="stop4667" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(71.752499%,15.257496%,15.257496%);stop-opacity:1;"
- id="stop4669" />
- <stop
- offset="0.558594"
- style="stop-color:rgb(71.549554%,14.647135%,14.647135%);stop-opacity:1;"
- id="stop4671" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(71.346609%,14.0383%,14.0383%);stop-opacity:1;"
- id="stop4673" />
- <stop
- offset="0.566406"
- style="stop-color:rgb(71.143664%,13.429465%,13.429465%);stop-opacity:1;"
- id="stop4675" />
- <stop
- offset="0.570312"
- style="stop-color:rgb(70.940719%,12.82063%,12.82063%);stop-opacity:1;"
- id="stop4677" />
- <stop
- offset="0.574219"
- style="stop-color:rgb(70.737774%,12.210269%,12.210269%);stop-opacity:1;"
- id="stop4679" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(70.534829%,11.601434%,11.601434%);stop-opacity:1;"
- id="stop4681" />
- <stop
- offset="0.582031"
- style="stop-color:rgb(70.331884%,10.992599%,10.992599%);stop-opacity:1;"
- id="stop4683" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(70.128939%,10.383764%,10.383764%);stop-opacity:1;"
- id="stop4685" />
- <stop
- offset="0.589844"
- style="stop-color:rgb(69.924468%,9.773404%,9.773404%);stop-opacity:1;"
- id="stop4687" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(69.721523%,9.164569%,9.164569%);stop-opacity:1;"
- id="stop4689" />
- <stop
- offset="0.597656"
- style="stop-color:rgb(69.518578%,8.555734%,8.555734%);stop-opacity:1;"
- id="stop4691" />
- <stop
- offset="0.601562"
- style="stop-color:rgb(69.315633%,7.946899%,7.946899%);stop-opacity:1;"
- id="stop4693" />
- <stop
- offset="0.605469"
- style="stop-color:rgb(69.112688%,7.338064%,7.338064%);stop-opacity:1;"
- id="stop4695" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(68.909743%,6.729229%,6.729229%);stop-opacity:1;"
- id="stop4697" />
- <stop
- offset="0.613281"
- style="stop-color:rgb(68.706798%,6.118868%,6.118868%);stop-opacity:1;"
- id="stop4699" />
- <stop
- offset="0.617188"
- style="stop-color:rgb(68.503853%,5.510033%,5.510033%);stop-opacity:1;"
- id="stop4701" />
- <stop
- offset="0.621094"
- style="stop-color:rgb(68.300908%,4.901198%,4.901198%);stop-opacity:1;"
- id="stop4703" />
- <stop
- offset="0.625"
- style="stop-color:rgb(68.097963%,4.292363%,4.292363%);stop-opacity:1;"
- id="stop4705" />
- <stop
- offset="0.628906"
- style="stop-color:rgb(67.895018%,3.682002%,3.682002%);stop-opacity:1;"
- id="stop4707" />
- <stop
- offset="0.632812"
- style="stop-color:rgb(67.692073%,3.073167%,3.073167%);stop-opacity:1;"
- id="stop4709" />
- <stop
- offset="0.636719"
- style="stop-color:rgb(67.489128%,2.464332%,2.464332%);stop-opacity:1;"
- id="stop4711" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(67.286183%,1.855497%,1.855497%);stop-opacity:1;"
- id="stop4713" />
- <stop
- offset="0.644531"
- style="stop-color:rgb(67.081712%,1.245136%,1.245136%);stop-opacity:1;"
- id="stop4715" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(66.878767%,0.636301%,0.636301%);stop-opacity:1;"
- id="stop4717" />
- <stop
- offset="0.652344"
- style="stop-color:rgb(66.771954%,0.317388%,0.317388%);stop-opacity:1;"
- id="stop4719" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop4721" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop4723" />
- <stop
- offset="0.75"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop4725" />
- <stop
- offset="1"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop4727" />
- </linearGradient>
- <clipPath
- id="clip271">
- <rect
- width="167"
- height="205"
- id="rect4730"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface89"
- clip-path="url(#clip271)">
- <g
- clip-path="url(#clip272)"
- clip-rule="nonzero"
- id="g4733">
- <g
- clip-path="url(#clip273)"
- clip-rule="nonzero"
- id="g4735">
- <g
- clip-path="url(#clip274)"
- clip-rule="nonzero"
- id="g4737">
- <g
- clip-path="url(#clip275)"
- clip-rule="nonzero"
- id="g4739">
- <g
- clip-path="url(#clip276)"
- clip-rule="nonzero"
- id="g4741">
- <g
- clip-path="url(#clip277)"
- clip-rule="nonzero"
- id="g4743">
- <path
- style="fill:url(#linear24);fill-rule:nonzero;stroke:none"
- d="M 44.390625,101.22656 L 44.390625,119 L 118.78125,119 L 118.78125,101.22656 L 44.390625,101.22656 z"
- id="path4745" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip270">
- <rect
- width="167"
- height="205"
- id="rect4748"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface88"
- clip-path="url(#clip270)">
- <use
- xlink:href="#surface89"
- mask="url(#mask42)"
- id="use4751"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip266">
- <rect
- width="167"
- height="205"
- id="rect4754"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface87"
- clip-path="url(#clip266)">
- <g
- clip-path="url(#clip267)"
- clip-rule="nonzero"
- id="g4757">
- <g
- clip-path="url(#clip268)"
- clip-rule="nonzero"
- id="g4759">
- <g
- clip-path="url(#clip269)"
- clip-rule="nonzero"
- id="g4761">
- <use
- xlink:href="#surface88"
- id="use4763"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip278">
- <rect
- width="167"
- height="205"
- id="rect4766"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface90"
- clip-path="url(#clip278)">
- <path
- style="fill:#ffffff;fill-opacity:0.25;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4769" />
- </g>
- <mask
- id="mask43">
- <g
- id="g4772"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface90"
- id="use4774"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip280">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4777" />
- </clipPath>
- <clipPath
- id="clip281">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4780" />
- </clipPath>
- <clipPath
- id="clip282">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4783" />
- </clipPath>
- <mask
- id="mask44">
- <g
- id="g4786"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAALU0lEQVR4nO2dW2LjNgxFb9t0uoDuf3/dwjSdqB8JY5oGSIAvUeI9H3UkPuImJxQhyJjfAPwD4C8AP75e/wAh5/P3G4CfXwfH1+sPAG/nvB9CHsRyBo6ojZDTeAPwb6GdkFMIK+cRnTuEPoRMJ3dZj4//nPN2CHkgXdbTVTQcU1AyFWnlzEFByTSkW0npZT2FgpIp5C7ruSCJgpLhlG4lBaQg6Uf/t0PIA+lWkoQWJFFQMoxUTuu+M4aCkiFoK2dJ1vSYgpLuePecOVl/APit0/si5GnlzEXnKVo7BSXdKF3WteOUNEiioKQZ7bKuRedSuwQFJc1YbyXFaH2lIImCkmpabiVZgqS/QEFJJaXLeo8giYKSKjyX9ZYgiYISN55H5rxBkrQH/d3+1sju5B6Zaw2StD0oBSUm4j1nawoz1zeGghITNZf1GllTKCgpkl7We0TnpTFxkERBiYrlsq4dp9QGSSx/Q0Ryl/XWFKYnSKKg5AUpWrdgTWHG50pBEgUlT0iX9Zbo3BskxV9TUPKE5bLeY0XV2qU9KMvfEAD+y3qPIEkbH/eloMRd8aM1helZhSno5qRPJc1IYXrmpaAb8wbgA/NTmGn/3M1/CropQc4D/T6FqY0pzZk7ZvmbDXnDQ4ZfKBeSTWlNYZbmjPtS0M0Il8wgQHyJj89rxymjgyQKuhHxfk4SdFYKU3rV+lPQTUiDDW0FleidwtT6SrKy/M0GSJFwTtDRKUwJrZ2C3hztNk0q6MwUpmdfS0FvTO4eYizou3BeO5bmqYnOrVDQm1K6wR3L8h6dk9ohtFuOS9/fMgcFvSHW7MvH1+t7tteYFKY0RguS+Nn4G+FJDWqCzkhhavOnUNAb4c1bx4L2jM699z6l8XGQREFvQM1DFUHQ/75ea1KYpXGt+1gKegNqn/hJBY2ZESRZ5mN9povT8jiaJqgkilVOz1YhN3+Agl6Y1mclcyuoRq8UphUKelF6PMgbngeNV7BZKczSmDCOgl6QXk+ZH/iU1Bok9YzOS3MGWILxYvT8CEQqaNrWEp1bvrc1SKKgF6H353M0QWekMNO2XJBEQS/AiA+PSYL2iM5bg6S4nYJegFGfbIwFrVkle/Qt/UGwwt3ijPzYbRAUsH1wbkSQVJqf9ZkWZvRnwmNBc8UbtLGtx5aVmIIuyoyCBZqgUj/PnD1lpaALMquahiTorBRm6X0FKOhizCz1ku5BLf2l17Td+x5y34MlGBdi9i/CGySlY2u+X82+loIuwBm/BGuQNCKF6bn8U9CTOesX4NmDasfSnK2ypu0U9ETO/OFbo/jQ13M+tNXeqI+PWf7mJM5eGYKgB16DpNEpzFJ7/DUFPYGz5QQeEnzA/s9rp2PTr7Vz3n1t3IeCTmYFOYFnQVvLgNdE59Y/CAo6kVXkBGRBZ6Uwc2PS8RR0EivJCegrqNZ3hKyWOVj+ZgKryQnkBR2dwiy1x19T0MGsKCfwKujMFKZnX0tBB7KqnMDzSihVuKuZR2uXjq1/EBR0ECvLGchVuBudwrTMB3wGSfzocWeuICfgK8HYO4VZmj+cZ32mzlxFTsBXgjFu6xGdW8dT0I5cSU6gvgRjbXvN5Z+CduJqcgL5EoyjU5ieIImCNnJFOYFyAbGRKczcHPEx6zM1clU5gbYSjCV6BEkABW3iynICzxXuArNSmNbxFLSSq8sJfIoQ/q2k2SlM7Vy6VaCgFdxBTuAhqLWI7YggKTc/wBKMbu4iJ5AXdHQKUzuXtrOAmIM7yQnogs5IYVrnp6BG7iYnIAs6K4VZel8BCmrgjnICz4LOis6tc8SZJJa/yXBXOYGHoIDvoeW0vVf0r92op6AKd5YT0AWdkcK0zktBFe4uJyALeka+PbevpaACO8gJ5C/xpXHS16W+lvb0mIIm7CIn8CyopXhDzxRmqT0Oknb6nWTZ7QfRM0jyRueercJuvxeRHX8IPYOkdGzpnGfeHX83T+z6A+gRJLXeiA/HuX3trr8fAHv/zwdBD9iCpNboPDdn7njb8jc7ywk8ZPiFeWXAre2x3FsKurucwEMArcKddizNMyJICmwnKOX8RBLUG51rc+bOebcKWwlKOR9oK2iur+V8TdSfW1m3EZRyPuMRNO7fI4WZmz89t0V9Jsr5SirozBSmZ197e0Epp0ws6LtwXjvW5rG010T/txaUcurEq5RUgnF0CtO6VbitoJSzjKfCXelcS2o0J+sty99QThueCnfey3OPIAm4oaCU005NhbteKczS+DhIuo2glNNHrsKdldoUpjZe2oPeQlDK6SdX4W50CtOaqbqFoJSzjlIJxsCIFKal7cAN6jNRznqsJRi1cxott59SLi0o5WwjLsE4O4VZGhP6XFZQytnOgefyNzOjc+scl6xwRzn7kAqatpXGWvtq4y2yXq4+E+XshybojBSmte1SglLOvkiCzkphamPSry8jKOXsT+4SnxvTI4WptadSX0JQyjmGWNDZKUwry5dgpJzjCIICcnUR676xJjr3BEnLCko5x6IJ6l0Z0741K6vGsoJSzvFIgs5KYebOpUHScoJSzjnEgv409pde0/bSuVx7OvdyFe6WejM3JxW0Z3SujfGsuOF4GSeWeSOb0GsP2itI0ljCiyXexGaU9qA1t4VqZc0dn+7G6W9gU3K3maS+8Wt6PjemZt6YU/2gnOcRBD0wprpIeq42p39a+RvKeS5BghElGL23q3JjThGUcp5PEGBECUbP9y8xXVDKuQaSoLNSmJ7jqYJSznXQVlCt74hbSZZ97bTyN5RzLXKCtkbnNeO0PfAUQSnneqSCzkxheiL64YJSzjWJL8FShbuaebR26dj6BzFUUMq5NrkKd6NTmNJ4iWGCUs718ZRg7B2dS21akNT9s/GU8xp4SjDGbT2ic21M+nV3QSnndagpwZjS+5Ke9u0qKOW8Ft4SjD1TmJ4gqYuglPN6eEswpu3SccuKKh13qc9EOa+JtcJdTb7dGyRp7c2CUs7rEh63i5mVwrSMBxoFpZzX5sDn43YH6lbJMIe1vWaPWi0o5bw+B3zlb3qmMK1UlWCknPcgJ+joFKb15r+7PhPlvA+aoDNSmNb5XYJSznshCTorhVl6XwGzoJTzfsSCzk5haufSuU0V7ijnPQmCAr6HlqV5evTV9qBZQSnnfdEEnZHCtO5rs4JSznsjCTorhZkea1sBVVDKeX9yl/jcmNxx2tb6NJQoKOXcg1jQtHiD1l96TdtL4z3f46UEI+Xch5YgqTU6L80ZH387STn3oiVIkubyfm/rmLfv/5CtqAmSeqUwc2NexKWce+INkmr2nN59KeUk3wRBD7zWqffsFS1jvO0HgINy7k0Q4gPPUfyMFGZx/0k5SSyoVuHOO1eXrBPlJIAsqNandnW1vofvMZSTBCyCSv09x54VmSsneSIV1CpTl+g8hXKSlFjQd+G8dqzN4/meT38MlJNIxCuhVIJxdArzALhykjylCnee6Dycs66oXDlJEU+Fu5p9p7oiU05iQRJ0dAqTKycxk5Zg7LFyZtspJ/FQqnBXOudKYVJO4iUnKNAvhcnLOqnCWoJRO6fBW0mkC+Fxu9z9z5YUJldO0kR4JjQXJKX9c8dPUE7SShDUGiRp7S/7T8pJeqAJan6wWBjDlZN0QxK0JYXJlZN0JXeJj/ukx2KQRDlJb2JBW4IkrpxkCEFQoKG6COUko9AEtaYwuXKSoUiCmlOYlJOMJneJ1/oDXDnJJGJB0xKM6h6UcpJZlPagL/0pJ5lJaQ/Kp5LIqVj2oJSTnEYQ9EBGUMpJziJcwn9BCZIoJzmTtPxNfP4o/hNvhEzkI/r6J+Ukq/H9EWTKSVbkA7ysk4XxPD1PCCGEEEIIIYQQQgghhBAP/wPqHO7aH10wjQAAAABJRU5ErkJggg=="
- id="image4788" />
- </g>
- </mask>
- <clipPath
- id="clip285">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4791" />
- </clipPath>
- <clipPath
- id="clip286">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4794" />
- </clipPath>
- <clipPath
- id="clip287">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4797" />
- </clipPath>
- <clipPath
- id="clip288">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4800" />
- </clipPath>
- <clipPath
- id="clip289">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4803" />
- </clipPath>
- <clipPath
- id="clip290">
- <path
- d="M 54.203125,90.328125 L 111.30469,102.39063 L 95.75,105.5 L 70.546875,87.800781 L 54.203125,90.328125 z"
- id="path4806" />
- </clipPath>
- <linearGradient
- id="linear25"
- gradientUnits="userSpaceOnUse"
- x1="1520.6875"
- y1="158.62109"
- x2="1473.6484"
- y2="206.42578"
- gradientTransform="matrix(0.787586,0,0,0.778022,-1095.4762,-44.465389)">
- <stop
- offset="0.217092"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop4809" />
- <stop
- offset="0.241761"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop4811" />
- <stop
- offset="0.5"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop4813" />
- <stop
- offset="0.758239"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop4815" />
- <stop
- offset="1"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop4817" />
- </linearGradient>
- <clipPath
- id="clip284">
- <rect
- width="167"
- height="205"
- id="rect4820"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface93"
- clip-path="url(#clip284)">
- <g
- clip-path="url(#clip285)"
- clip-rule="nonzero"
- id="g4823">
- <g
- clip-path="url(#clip286)"
- clip-rule="nonzero"
- id="g4825">
- <g
- clip-path="url(#clip287)"
- clip-rule="nonzero"
- id="g4827">
- <g
- clip-path="url(#clip288)"
- clip-rule="nonzero"
- id="g4829">
- <g
- clip-path="url(#clip289)"
- clip-rule="nonzero"
- id="g4831">
- <g
- clip-path="url(#clip290)"
- clip-rule="nonzero"
- id="g4833">
- <path
- style="fill:url(#linear25);fill-rule:nonzero;stroke:none"
- d="M 54.203125,87.800781 L 54.203125,105.5 L 111.30469,105.5 L 111.30469,87.800781 L 54.203125,87.800781 z"
- id="path4835" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip283">
- <rect
- width="167"
- height="205"
- id="rect4838"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface92"
- clip-path="url(#clip283)">
- <use
- xlink:href="#surface93"
- mask="url(#mask44)"
- id="use4841"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip279">
- <rect
- width="167"
- height="205"
- id="rect4844"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface91"
- clip-path="url(#clip279)">
- <g
- clip-path="url(#clip280)"
- clip-rule="nonzero"
- id="g4847">
- <g
- clip-path="url(#clip281)"
- clip-rule="nonzero"
- id="g4849">
- <g
- clip-path="url(#clip282)"
- clip-rule="nonzero"
- id="g4851">
- <use
- xlink:href="#surface92"
- id="use4853"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip291">
- <rect
- width="167"
- height="205"
- id="rect4856"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface94"
- clip-path="url(#clip291)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4859" />
- </g>
- <mask
- id="mask45">
- <g
- id="g4862"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface94"
- id="use4864"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip293">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4867" />
- </clipPath>
- <clipPath
- id="clip294">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4870" />
- </clipPath>
- <clipPath
- id="clip295">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4873" />
- </clipPath>
- <clipPath
- id="clip296">
- <rect
- width="167"
- height="205"
- id="rect4876"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface96"
- clip-path="url(#clip296)">
- <path
- style="fill:none;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
- d="M 44.390625,115.42651 L 44.390625,124.34839 L 44.390625,125.09448 C 44.390625,130.45386 61.042969,134.80151 81.585937,134.80151 C 102.12891,134.80151 118.78125,130.45386 118.78125,125.09448 L 118.78125,124.34839 L 118.78125,115.47339 C 115.45703,118.44605 103.08203,122.82886 81.703125,122.82886 C 60.324219,122.82886 47.5,118.39526 44.390625,115.42651 z"
- transform="translate(0,-0.199951)"
- id="path4879" />
- </g>
- <clipPath
- id="clip292">
- <rect
- width="167"
- height="205"
- id="rect4882"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface95"
- clip-path="url(#clip292)">
- <g
- clip-path="url(#clip293)"
- clip-rule="nonzero"
- id="g4885">
- <g
- clip-path="url(#clip294)"
- clip-rule="nonzero"
- id="g4887">
- <g
- clip-path="url(#clip295)"
- clip-rule="nonzero"
- id="g4889">
- <use
- xlink:href="#surface96"
- id="use4891"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip297">
- <rect
- width="167"
- height="205"
- id="rect4894"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface97"
- clip-path="url(#clip297)">
- <path
- style="fill:#ffffff;fill-opacity:0.25;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4897" />
- </g>
- <mask
- id="mask46">
- <g
- id="g4900"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface97"
- id="use4902"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip299">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4905" />
- </clipPath>
- <clipPath
- id="clip300">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4908" />
- </clipPath>
- <clipPath
- id="clip301">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4911" />
- </clipPath>
- <mask
- id="mask47">
- <g
- id="g4914"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAABf0lEQVR4nO3UsU0EQRREwb+r8bCQEJfJ5Z8JKaCLgATmTDTPqIqgjaeeAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgv18x8nh4BG79rZr5Or4CN15qZx+kVsPGzZub79ArYuD0nVZfnpMpzknV7Tqouz0mV5yTLc5J1r5n5OL0CNq41M+v0Cti5Tw+Ad8RJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRrzczz9AjYeP0BerEFtqgnMSEAAAAASUVORK5CYII="
- id="image4916" />
- </g>
- </mask>
- <clipPath
- id="clip304">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4919" />
- </clipPath>
- <clipPath
- id="clip305">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path4922" />
- </clipPath>
- <clipPath
- id="clip306">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4925" />
- </clipPath>
- <clipPath
- id="clip307">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4928" />
- </clipPath>
- <clipPath
- id="clip308">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path4931" />
- </clipPath>
- <clipPath
- id="clip309">
- <path
- d="M 44.390625,115.625 L 44.390625,122.94922 L 44.390625,123.69531 C 44.390625,129.05469 61.042969,133.40234 81.585938,133.40234 C 102.12891,133.40234 118.78125,129.05469 118.78125,123.69531 L 118.78125,122.94922 L 118.78125,115.67187 C 115.45703,118.64453 103.08203,123.03125 81.703125,123.03125 C 60.324219,123.03125 47.5,118.59766 44.390625,115.625 z"
- id="path4934" />
- </clipPath>
- <linearGradient
- id="linear26"
- gradientUnits="userSpaceOnUse"
- x1="1372.8828"
- y1="-1544.1367"
- x2="1372.8828"
- y2="-1566.3594"
- gradientTransform="matrix(0.8,0,0,0.8,-1015.197,1368.7111)">
- <stop
- offset="0.0078125"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop4937" />
- <stop
- offset="0.0114444"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop4939" />
- <stop
- offset="0.0117188"
- style="stop-color:rgb(99.891661%,99.674983%,99.674983%);stop-opacity:1;"
- id="stop4941" />
- <stop
- offset="0.015625"
- style="stop-color:rgb(99.783322%,99.34844%,99.34844%);stop-opacity:1;"
- id="stop4943" />
- <stop
- offset="0.0195312"
- style="stop-color:rgb(99.580377%,98.738079%,98.738079%);stop-opacity:1;"
- id="stop4945" />
- <stop
- offset="0.0234375"
- style="stop-color:rgb(99.377432%,98.129244%,98.129244%);stop-opacity:1;"
- id="stop4947" />
- <stop
- offset="0.0273438"
- style="stop-color:rgb(99.174487%,97.520409%,97.520409%);stop-opacity:1;"
- id="stop4949" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(98.971542%,96.911574%,96.911574%);stop-opacity:1;"
- id="stop4951" />
- <stop
- offset="0.0351562"
- style="stop-color:rgb(98.767071%,96.301213%,96.301213%);stop-opacity:1;"
- id="stop4953" />
- <stop
- offset="0.0390625"
- style="stop-color:rgb(98.564126%,95.692378%,95.692378%);stop-opacity:1;"
- id="stop4955" />
- <stop
- offset="0.0429688"
- style="stop-color:rgb(98.361181%,95.082017%,95.082017%);stop-opacity:1;"
- id="stop4957" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(98.158236%,94.473182%,94.473182%);stop-opacity:1;"
- id="stop4959" />
- <stop
- offset="0.0507813"
- style="stop-color:rgb(97.955291%,93.864347%,93.864347%);stop-opacity:1;"
- id="stop4961" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(97.752346%,93.255512%,93.255512%);stop-opacity:1;"
- id="stop4963" />
- <stop
- offset="0.0585938"
- style="stop-color:rgb(97.549401%,92.645151%,92.645151%);stop-opacity:1;"
- id="stop4965" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(97.346456%,92.036316%,92.036316%);stop-opacity:1;"
- id="stop4967" />
- <stop
- offset="0.0664062"
- style="stop-color:rgb(97.141985%,91.425956%,91.425956%);stop-opacity:1;"
- id="stop4969" />
- <stop
- offset="0.0703125"
- style="stop-color:rgb(96.93904%,90.817121%,90.817121%);stop-opacity:1;"
- id="stop4971" />
- <stop
- offset="0.0742188"
- style="stop-color:rgb(96.736095%,90.208286%,90.208286%);stop-opacity:1;"
- id="stop4973" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(96.53315%,89.599451%,89.599451%);stop-opacity:1;"
- id="stop4975" />
- <stop
- offset="0.0820313"
- style="stop-color:rgb(96.330205%,88.98909%,88.98909%);stop-opacity:1;"
- id="stop4977" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(96.12726%,88.380255%,88.380255%);stop-opacity:1;"
- id="stop4979" />
- <stop
- offset="0.0898438"
- style="stop-color:rgb(95.924315%,87.769894%,87.769894%);stop-opacity:1;"
- id="stop4981" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(95.72137%,87.161059%,87.161059%);stop-opacity:1;"
- id="stop4983" />
- <stop
- offset="0.0976562"
- style="stop-color:rgb(95.518425%,86.552224%,86.552224%);stop-opacity:1;"
- id="stop4985" />
- <stop
- offset="0.101562"
- style="stop-color:rgb(95.31548%,85.943389%,85.943389%);stop-opacity:1;"
- id="stop4987" />
- <stop
- offset="0.105469"
- style="stop-color:rgb(95.111009%,85.333028%,85.333028%);stop-opacity:1;"
- id="stop4989" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(94.908064%,84.724193%,84.724193%);stop-opacity:1;"
- id="stop4991" />
- <stop
- offset="0.113281"
- style="stop-color:rgb(94.705119%,84.113832%,84.113832%);stop-opacity:1;"
- id="stop4993" />
- <stop
- offset="0.117188"
- style="stop-color:rgb(94.502174%,83.504997%,83.504997%);stop-opacity:1;"
- id="stop4995" />
- <stop
- offset="0.121094"
- style="stop-color:rgb(94.299229%,82.896162%,82.896162%);stop-opacity:1;"
- id="stop4997" />
- <stop
- offset="0.125"
- style="stop-color:rgb(94.096284%,82.287327%,82.287327%);stop-opacity:1;"
- id="stop4999" />
- <stop
- offset="0.128906"
- style="stop-color:rgb(93.893339%,81.676967%,81.676967%);stop-opacity:1;"
- id="stop5001" />
- <stop
- offset="0.132813"
- style="stop-color:rgb(93.690394%,81.068132%,81.068132%);stop-opacity:1;"
- id="stop5003" />
- <stop
- offset="0.136719"
- style="stop-color:rgb(93.485924%,80.457771%,80.457771%);stop-opacity:1;"
- id="stop5005" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(93.282979%,79.848936%,79.848936%);stop-opacity:1;"
- id="stop5007" />
- <stop
- offset="0.144531"
- style="stop-color:rgb(93.080034%,79.240101%,79.240101%);stop-opacity:1;"
- id="stop5009" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(92.877089%,78.631266%,78.631266%);stop-opacity:1;"
- id="stop5011" />
- <stop
- offset="0.152344"
- style="stop-color:rgb(92.674144%,78.020905%,78.020905%);stop-opacity:1;"
- id="stop5013" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(92.471199%,77.41207%,77.41207%);stop-opacity:1;"
- id="stop5015" />
- <stop
- offset="0.160156"
- style="stop-color:rgb(92.268254%,76.801709%,76.801709%);stop-opacity:1;"
- id="stop5017" />
- <stop
- offset="0.164062"
- style="stop-color:rgb(92.065309%,76.192874%,76.192874%);stop-opacity:1;"
- id="stop5019" />
- <stop
- offset="0.167969"
- style="stop-color:rgb(91.862364%,75.584039%,75.584039%);stop-opacity:1;"
- id="stop5021" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(91.659419%,74.975204%,74.975204%);stop-opacity:1;"
- id="stop5023" />
- <stop
- offset="0.175781"
- style="stop-color:rgb(91.454948%,74.364843%,74.364843%);stop-opacity:1;"
- id="stop5025" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(91.252003%,73.756008%,73.756008%);stop-opacity:1;"
- id="stop5027" />
- <stop
- offset="0.183594"
- style="stop-color:rgb(91.049058%,73.145647%,73.145647%);stop-opacity:1;"
- id="stop5029" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(90.846113%,72.536812%,72.536812%);stop-opacity:1;"
- id="stop5031" />
- <stop
- offset="0.191406"
- style="stop-color:rgb(90.643168%,71.927977%,71.927977%);stop-opacity:1;"
- id="stop5033" />
- <stop
- offset="0.195312"
- style="stop-color:rgb(90.440223%,71.319142%,71.319142%);stop-opacity:1;"
- id="stop5035" />
- <stop
- offset="0.199219"
- style="stop-color:rgb(90.237278%,70.708782%,70.708782%);stop-opacity:1;"
- id="stop5037" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(90.034333%,70.099947%,70.099947%);stop-opacity:1;"
- id="stop5039" />
- <stop
- offset="0.207031"
- style="stop-color:rgb(89.829862%,69.489586%,69.489586%);stop-opacity:1;"
- id="stop5041" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(89.626917%,68.880751%,68.880751%);stop-opacity:1;"
- id="stop5043" />
- <stop
- offset="0.214844"
- style="stop-color:rgb(89.423972%,68.271916%,68.271916%);stop-opacity:1;"
- id="stop5045" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(89.221027%,67.663081%,67.663081%);stop-opacity:1;"
- id="stop5047" />
- <stop
- offset="0.222656"
- style="stop-color:rgb(89.018082%,67.05272%,67.05272%);stop-opacity:1;"
- id="stop5049" />
- <stop
- offset="0.226563"
- style="stop-color:rgb(88.815137%,66.443885%,66.443885%);stop-opacity:1;"
- id="stop5051" />
- <stop
- offset="0.230469"
- style="stop-color:rgb(88.612192%,65.833524%,65.833524%);stop-opacity:1;"
- id="stop5053" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(88.409247%,65.224689%,65.224689%);stop-opacity:1;"
- id="stop5055" />
- <stop
- offset="0.238281"
- style="stop-color:rgb(88.206302%,64.615854%,64.615854%);stop-opacity:1;"
- id="stop5057" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(88.003357%,64.007019%,64.007019%);stop-opacity:1;"
- id="stop5059" />
- <stop
- offset="0.246094"
- style="stop-color:rgb(87.798886%,63.396658%,63.396658%);stop-opacity:1;"
- id="stop5061" />
- <stop
- offset="0.25"
- style="stop-color:rgb(87.595941%,62.787823%,62.787823%);stop-opacity:1;"
- id="stop5063" />
- <stop
- offset="0.253906"
- style="stop-color:rgb(87.392996%,62.177462%,62.177462%);stop-opacity:1;"
- id="stop5065" />
- <stop
- offset="0.257812"
- style="stop-color:rgb(87.190051%,61.568627%,61.568627%);stop-opacity:1;"
- id="stop5067" />
- <stop
- offset="0.261719"
- style="stop-color:rgb(86.987106%,60.959792%,60.959792%);stop-opacity:1;"
- id="stop5069" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(86.784161%,60.350958%,60.350958%);stop-opacity:1;"
- id="stop5071" />
- <stop
- offset="0.269531"
- style="stop-color:rgb(86.581216%,59.740597%,59.740597%);stop-opacity:1;"
- id="stop5073" />
- <stop
- offset="0.273438"
- style="stop-color:rgb(86.378271%,59.131762%,59.131762%);stop-opacity:1;"
- id="stop5075" />
- <stop
- offset="0.277344"
- style="stop-color:rgb(86.1738%,58.521401%,58.521401%);stop-opacity:1;"
- id="stop5077" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(85.970855%,57.912566%,57.912566%);stop-opacity:1;"
- id="stop5079" />
- <stop
- offset="0.285156"
- style="stop-color:rgb(85.76791%,57.303731%,57.303731%);stop-opacity:1;"
- id="stop5081" />
- <stop
- offset="0.289062"
- style="stop-color:rgb(85.564965%,56.694896%,56.694896%);stop-opacity:1;"
- id="stop5083" />
- <stop
- offset="0.292969"
- style="stop-color:rgb(85.36202%,56.084535%,56.084535%);stop-opacity:1;"
- id="stop5085" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(85.159075%,55.4757%,55.4757%);stop-opacity:1;"
- id="stop5087" />
- <stop
- offset="0.300781"
- style="stop-color:rgb(84.95613%,54.865339%,54.865339%);stop-opacity:1;"
- id="stop5089" />
- <stop
- offset="0.304688"
- style="stop-color:rgb(84.753185%,54.256504%,54.256504%);stop-opacity:1;"
- id="stop5091" />
- <stop
- offset="0.308594"
- style="stop-color:rgb(84.55024%,53.647669%,53.647669%);stop-opacity:1;"
- id="stop5093" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(84.347295%,53.038834%,53.038834%);stop-opacity:1;"
- id="stop5095" />
- <stop
- offset="0.316406"
- style="stop-color:rgb(84.142824%,52.428473%,52.428473%);stop-opacity:1;"
- id="stop5097" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(83.939879%,51.819638%,51.819638%);stop-opacity:1;"
- id="stop5099" />
- <stop
- offset="0.324219"
- style="stop-color:rgb(83.736934%,51.209277%,51.209277%);stop-opacity:1;"
- id="stop5101" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(83.533989%,50.600443%,50.600443%);stop-opacity:1;"
- id="stop5103" />
- <stop
- offset="0.332031"
- style="stop-color:rgb(83.331044%,49.991608%,49.991608%);stop-opacity:1;"
- id="stop5105" />
- <stop
- offset="0.335938"
- style="stop-color:rgb(83.128099%,49.382773%,49.382773%);stop-opacity:1;"
- id="stop5107" />
- <stop
- offset="0.339844"
- style="stop-color:rgb(82.925154%,48.772412%,48.772412%);stop-opacity:1;"
- id="stop5109" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(82.72221%,48.163577%,48.163577%);stop-opacity:1;"
- id="stop5111" />
- <stop
- offset="0.347656"
- style="stop-color:rgb(82.517739%,47.553216%,47.553216%);stop-opacity:1;"
- id="stop5113" />
- <stop
- offset="0.351562"
- style="stop-color:rgb(82.314794%,46.944381%,46.944381%);stop-opacity:1;"
- id="stop5115" />
- <stop
- offset="0.355469"
- style="stop-color:rgb(82.111849%,46.335546%,46.335546%);stop-opacity:1;"
- id="stop5117" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(81.908904%,45.726711%,45.726711%);stop-opacity:1;"
- id="stop5119" />
- <stop
- offset="0.363281"
- style="stop-color:rgb(81.705959%,45.11635%,45.11635%);stop-opacity:1;"
- id="stop5121" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(81.503014%,44.507515%,44.507515%);stop-opacity:1;"
- id="stop5123" />
- <stop
- offset="0.371094"
- style="stop-color:rgb(81.300069%,43.897154%,43.897154%);stop-opacity:1;"
- id="stop5125" />
- <stop
- offset="0.375"
- style="stop-color:rgb(81.097124%,43.288319%,43.288319%);stop-opacity:1;"
- id="stop5127" />
- <stop
- offset="0.378906"
- style="stop-color:rgb(80.894179%,42.679484%,42.679484%);stop-opacity:1;"
- id="stop5129" />
- <stop
- offset="0.382812"
- style="stop-color:rgb(80.691234%,42.070649%,42.070649%);stop-opacity:1;"
- id="stop5131" />
- <stop
- offset="0.386719"
- style="stop-color:rgb(80.486763%,41.460288%,41.460288%);stop-opacity:1;"
- id="stop5133" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(80.283818%,40.851453%,40.851453%);stop-opacity:1;"
- id="stop5135" />
- <stop
- offset="0.394531"
- style="stop-color:rgb(80.080873%,40.241093%,40.241093%);stop-opacity:1;"
- id="stop5137" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(79.877928%,39.632258%,39.632258%);stop-opacity:1;"
- id="stop5139" />
- <stop
- offset="0.402344"
- style="stop-color:rgb(79.674983%,39.023423%,39.023423%);stop-opacity:1;"
- id="stop5141" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(79.472038%,38.414588%,38.414588%);stop-opacity:1;"
- id="stop5143" />
- <stop
- offset="0.410156"
- style="stop-color:rgb(79.269093%,37.804227%,37.804227%);stop-opacity:1;"
- id="stop5145" />
- <stop
- offset="0.414062"
- style="stop-color:rgb(79.066148%,37.195392%,37.195392%);stop-opacity:1;"
- id="stop5147" />
- <stop
- offset="0.417969"
- style="stop-color:rgb(78.861677%,36.585031%,36.585031%);stop-opacity:1;"
- id="stop5149" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(78.658732%,35.976196%,35.976196%);stop-opacity:1;"
- id="stop5151" />
- <stop
- offset="0.425781"
- style="stop-color:rgb(78.455787%,35.367361%,35.367361%);stop-opacity:1;"
- id="stop5153" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(78.252842%,34.758526%,34.758526%);stop-opacity:1;"
- id="stop5155" />
- <stop
- offset="0.433594"
- style="stop-color:rgb(78.049897%,34.148165%,34.148165%);stop-opacity:1;"
- id="stop5157" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(77.846952%,33.53933%,33.53933%);stop-opacity:1;"
- id="stop5159" />
- <stop
- offset="0.441406"
- style="stop-color:rgb(77.644007%,32.928969%,32.928969%);stop-opacity:1;"
- id="stop5161" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(77.441062%,32.320134%,32.320134%);stop-opacity:1;"
- id="stop5163" />
- <stop
- offset="0.449219"
- style="stop-color:rgb(77.238117%,31.711299%,31.711299%);stop-opacity:1;"
- id="stop5165" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(77.035172%,31.102464%,31.102464%);stop-opacity:1;"
- id="stop5167" />
- <stop
- offset="0.457031"
- style="stop-color:rgb(76.830701%,30.492103%,30.492103%);stop-opacity:1;"
- id="stop5169" />
- <stop
- offset="0.460938"
- style="stop-color:rgb(76.627756%,29.883268%,29.883268%);stop-opacity:1;"
- id="stop5171" />
- <stop
- offset="0.464844"
- style="stop-color:rgb(76.424811%,29.272908%,29.272908%);stop-opacity:1;"
- id="stop5173" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(76.221866%,28.664073%,28.664073%);stop-opacity:1;"
- id="stop5175" />
- <stop
- offset="0.472656"
- style="stop-color:rgb(76.018921%,28.055238%,28.055238%);stop-opacity:1;"
- id="stop5177" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(75.815976%,27.446403%,27.446403%);stop-opacity:1;"
- id="stop5179" />
- <stop
- offset="0.480469"
- style="stop-color:rgb(75.613031%,26.836042%,26.836042%);stop-opacity:1;"
- id="stop5181" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(75.410086%,26.227207%,26.227207%);stop-opacity:1;"
- id="stop5183" />
- <stop
- offset="0.488281"
- style="stop-color:rgb(75.205615%,25.616846%,25.616846%);stop-opacity:1;"
- id="stop5185" />
- <stop
- offset="0.492188"
- style="stop-color:rgb(75.00267%,25.008011%,25.008011%);stop-opacity:1;"
- id="stop5187" />
- <stop
- offset="0.496094"
- style="stop-color:rgb(74.799725%,24.399176%,24.399176%);stop-opacity:1;"
- id="stop5189" />
- <stop
- offset="0.5"
- style="stop-color:rgb(74.59678%,23.790341%,23.790341%);stop-opacity:1;"
- id="stop5191" />
- <stop
- offset="0.503906"
- style="stop-color:rgb(74.393835%,23.17998%,23.17998%);stop-opacity:1;"
- id="stop5193" />
- <stop
- offset="0.507813"
- style="stop-color:rgb(74.19089%,22.571145%,22.571145%);stop-opacity:1;"
- id="stop5195" />
- <stop
- offset="0.511719"
- style="stop-color:rgb(73.987945%,21.960784%,21.960784%);stop-opacity:1;"
- id="stop5197" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(73.785%,21.351949%,21.351949%);stop-opacity:1;"
- id="stop5199" />
- <stop
- offset="0.519531"
- style="stop-color:rgb(73.582055%,20.743114%,20.743114%);stop-opacity:1;"
- id="stop5201" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(73.37911%,20.134279%,20.134279%);stop-opacity:1;"
- id="stop5203" />
- <stop
- offset="0.527344"
- style="stop-color:rgb(73.17464%,19.523919%,19.523919%);stop-opacity:1;"
- id="stop5205" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(72.971695%,18.915084%,18.915084%);stop-opacity:1;"
- id="stop5207" />
- <stop
- offset="0.535156"
- style="stop-color:rgb(72.76875%,18.304723%,18.304723%);stop-opacity:1;"
- id="stop5209" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(72.565805%,17.695888%,17.695888%);stop-opacity:1;"
- id="stop5211" />
- <stop
- offset="0.542969"
- style="stop-color:rgb(72.36286%,17.087053%,17.087053%);stop-opacity:1;"
- id="stop5213" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(72.159915%,16.478218%,16.478218%);stop-opacity:1;"
- id="stop5215" />
- <stop
- offset="0.550781"
- style="stop-color:rgb(71.95697%,15.867857%,15.867857%);stop-opacity:1;"
- id="stop5217" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(71.754025%,15.259022%,15.259022%);stop-opacity:1;"
- id="stop5219" />
- <stop
- offset="0.558594"
- style="stop-color:rgb(71.549554%,14.648661%,14.648661%);stop-opacity:1;"
- id="stop5221" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(71.346609%,14.039826%,14.039826%);stop-opacity:1;"
- id="stop5223" />
- <stop
- offset="0.566406"
- style="stop-color:rgb(71.143664%,13.430991%,13.430991%);stop-opacity:1;"
- id="stop5225" />
- <stop
- offset="0.570312"
- style="stop-color:rgb(70.940719%,12.822156%,12.822156%);stop-opacity:1;"
- id="stop5227" />
- <stop
- offset="0.574219"
- style="stop-color:rgb(70.737774%,12.211795%,12.211795%);stop-opacity:1;"
- id="stop5229" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(70.534829%,11.60296%,11.60296%);stop-opacity:1;"
- id="stop5231" />
- <stop
- offset="0.582031"
- style="stop-color:rgb(70.331884%,10.992599%,10.992599%);stop-opacity:1;"
- id="stop5233" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(70.128939%,10.383764%,10.383764%);stop-opacity:1;"
- id="stop5235" />
- <stop
- offset="0.589844"
- style="stop-color:rgb(69.925994%,9.774929%,9.774929%);stop-opacity:1;"
- id="stop5237" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(69.723049%,9.166094%,9.166094%);stop-opacity:1;"
- id="stop5239" />
- <stop
- offset="0.597656"
- style="stop-color:rgb(69.518578%,8.555734%,8.555734%);stop-opacity:1;"
- id="stop5241" />
- <stop
- offset="0.601562"
- style="stop-color:rgb(69.315633%,7.946899%,7.946899%);stop-opacity:1;"
- id="stop5243" />
- <stop
- offset="0.605469"
- style="stop-color:rgb(69.112688%,7.336538%,7.336538%);stop-opacity:1;"
- id="stop5245" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(68.909743%,6.727703%,6.727703%);stop-opacity:1;"
- id="stop5247" />
- <stop
- offset="0.613281"
- style="stop-color:rgb(68.706798%,6.118868%,6.118868%);stop-opacity:1;"
- id="stop5249" />
- <stop
- offset="0.617188"
- style="stop-color:rgb(68.503853%,5.510033%,5.510033%);stop-opacity:1;"
- id="stop5251" />
- <stop
- offset="0.621094"
- style="stop-color:rgb(68.300908%,4.899672%,4.899672%);stop-opacity:1;"
- id="stop5253" />
- <stop
- offset="0.625"
- style="stop-color:rgb(68.097963%,4.290837%,4.290837%);stop-opacity:1;"
- id="stop5255" />
- <stop
- offset="0.628906"
- style="stop-color:rgb(67.893492%,3.680476%,3.680476%);stop-opacity:1;"
- id="stop5257" />
- <stop
- offset="0.632812"
- style="stop-color:rgb(67.690547%,3.071641%,3.071641%);stop-opacity:1;"
- id="stop5259" />
- <stop
- offset="0.636719"
- style="stop-color:rgb(67.487602%,2.462806%,2.462806%);stop-opacity:1;"
- id="stop5261" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(67.284657%,1.853971%,1.853971%);stop-opacity:1;"
- id="stop5263" />
- <stop
- offset="0.644531"
- style="stop-color:rgb(67.081712%,1.24361%,1.24361%);stop-opacity:1;"
- id="stop5265" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(66.878767%,0.634775%,0.634775%);stop-opacity:1;"
- id="stop5267" />
- <stop
- offset="0.652344"
- style="stop-color:rgb(66.771954%,0.317388%,0.317388%);stop-opacity:1;"
- id="stop5269" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop5271" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop5273" />
- <stop
- offset="0.75"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop5275" />
- <stop
- offset="1"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop5277" />
- </linearGradient>
- <clipPath
- id="clip303">
- <rect
- width="167"
- height="205"
- id="rect5280"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface100"
- clip-path="url(#clip303)">
- <g
- clip-path="url(#clip304)"
- clip-rule="nonzero"
- id="g5283">
- <g
- clip-path="url(#clip305)"
- clip-rule="nonzero"
- id="g5285">
- <g
- clip-path="url(#clip306)"
- clip-rule="nonzero"
- id="g5287">
- <g
- clip-path="url(#clip307)"
- clip-rule="nonzero"
- id="g5289">
- <g
- clip-path="url(#clip308)"
- clip-rule="nonzero"
- id="g5291">
- <g
- clip-path="url(#clip309)"
- clip-rule="nonzero"
- id="g5293">
- <path
- style="fill:url(#linear26);fill-rule:nonzero;stroke:none"
- d="M 44.390625,115.625 L 44.390625,133.40234 L 118.78125,133.40234 L 118.78125,115.625 L 44.390625,115.625 z"
- id="path5295" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip302">
- <rect
- width="167"
- height="205"
- id="rect5298"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface99"
- clip-path="url(#clip302)">
- <use
- xlink:href="#surface100"
- mask="url(#mask47)"
- id="use5301"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip298">
- <rect
- width="167"
- height="205"
- id="rect5304"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface98"
- clip-path="url(#clip298)">
- <g
- clip-path="url(#clip299)"
- clip-rule="nonzero"
- id="g5307">
- <g
- clip-path="url(#clip300)"
- clip-rule="nonzero"
- id="g5309">
- <g
- clip-path="url(#clip301)"
- clip-rule="nonzero"
- id="g5311">
- <use
- xlink:href="#surface99"
- id="use5313"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip310">
- <rect
- width="167"
- height="205"
- id="rect5316"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface101"
- clip-path="url(#clip310)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5319" />
- </g>
- <mask
- id="mask48">
- <g
- id="g5322"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface101"
- id="use5324"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip312">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5327" />
- </clipPath>
- <clipPath
- id="clip313">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5330" />
- </clipPath>
- <clipPath
- id="clip314">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path5333" />
- </clipPath>
- <clipPath
- id="clip315">
- <rect
- width="167"
- height="205"
- id="rect5336"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface103"
- clip-path="url(#clip315)">
- <path
- style="fill:none;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
- d="M 44.390625,129.82495 L 44.390625,138.74683 L 44.390625,139.49292 C 44.390625,144.8562 61.042969,149.19995 81.585937,149.19995 C 102.12891,149.19995 118.78125,144.8562 118.78125,139.49292 L 118.78125,138.74683 L 118.78125,129.87183 C 115.45703,132.84448 103.08203,137.2312 81.703125,137.2312 C 60.324219,137.2312 47.5,132.79761 44.390625,129.82495 z"
- transform="translate(0,-0.199951)"
- id="path5339" />
- </g>
- <clipPath
- id="clip311">
- <rect
- width="167"
- height="205"
- id="rect5342"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface102"
- clip-path="url(#clip311)">
- <g
- clip-path="url(#clip312)"
- clip-rule="nonzero"
- id="g5345">
- <g
- clip-path="url(#clip313)"
- clip-rule="nonzero"
- id="g5347">
- <g
- clip-path="url(#clip314)"
- clip-rule="nonzero"
- id="g5349">
- <use
- xlink:href="#surface103"
- id="use5351"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip316">
- <rect
- width="167"
- height="205"
- id="rect5354"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface104"
- clip-path="url(#clip316)">
- <path
- style="fill:#ffffff;fill-opacity:0.25;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5357" />
- </g>
- <mask
- id="mask49">
- <g
- id="g5360"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface104"
- id="use5362"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip318">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5365" />
- </clipPath>
- <clipPath
- id="clip319">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5368" />
- </clipPath>
- <clipPath
- id="clip320">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path5371" />
- </clipPath>
- <mask
- id="mask50">
- <g
- id="g5374"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAABYUlEQVR4nO3Uu00EQRQF0TejdvD5ZLL5J7PCx8JBIoHG7kI6J4JrlO4MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwP9wzczL6RGw8b1m5vX0Cth4rpl5P70CNj7FSdW1Zubj9ArYuD0nVZ6TLM9J1u05qbo8J1Wek6zrmpmf0ytg4+0+vQD+smZGoCQJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZa2Yep0fAxtcvJgwGlCbLHNAAAAAASUVORK5CYII="
- id="image5376" />
- </g>
- </mask>
- <clipPath
- id="clip323">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5379" />
- </clipPath>
- <clipPath
- id="clip324">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5382" />
- </clipPath>
- <clipPath
- id="clip325">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path5385" />
- </clipPath>
- <clipPath
- id="clip326">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path5388" />
- </clipPath>
- <clipPath
- id="clip327">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path5391" />
- </clipPath>
- <clipPath
- id="clip328">
- <path
- d="M 44.390625,130.02344 L 44.390625,137.34766 L 44.390625,138.09375 C 44.390625,143.45703 61.042969,147.80078 81.585938,147.80078 C 102.12891,147.80078 118.78125,143.45703 118.78125,138.09375 L 118.78125,137.34766 L 118.78125,130.07422 C 115.45703,133.04687 103.08203,137.42969 81.703125,137.42969 C 60.324219,137.42969 47.5,132.99609 44.390625,130.02344 z"
- id="path5394" />
- </clipPath>
- <linearGradient
- id="linear27"
- gradientUnits="userSpaceOnUse"
- x1="1372.8828"
- y1="-1544.1406"
- x2="1372.8828"
- y2="-1566.3594"
- gradientTransform="matrix(0.8,0,0,0.8,-1015.197,1383.1111)">
- <stop
- offset="0.0078125"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop5397" />
- <stop
- offset="0.0113325"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop5399" />
- <stop
- offset="0.0117188"
- style="stop-color:rgb(99.888609%,99.665827%,99.665827%);stop-opacity:1;"
- id="stop5401" />
- <stop
- offset="0.015625"
- style="stop-color:rgb(99.777218%,99.331655%,99.331655%);stop-opacity:1;"
- id="stop5403" />
- <stop
- offset="0.0195312"
- style="stop-color:rgb(99.574273%,98.721294%,98.721294%);stop-opacity:1;"
- id="stop5405" />
- <stop
- offset="0.0234375"
- style="stop-color:rgb(99.371328%,98.112459%,98.112459%);stop-opacity:1;"
- id="stop5407" />
- <stop
- offset="0.0273438"
- style="stop-color:rgb(99.168383%,97.502098%,97.502098%);stop-opacity:1;"
- id="stop5409" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(98.965438%,96.893263%,96.893263%);stop-opacity:1;"
- id="stop5411" />
- <stop
- offset="0.0351562"
- style="stop-color:rgb(98.762493%,96.284428%,96.284428%);stop-opacity:1;"
- id="stop5413" />
- <stop
- offset="0.0390625"
- style="stop-color:rgb(98.559548%,95.675593%,95.675593%);stop-opacity:1;"
- id="stop5415" />
- <stop
- offset="0.0429688"
- style="stop-color:rgb(98.355077%,95.065232%,95.065232%);stop-opacity:1;"
- id="stop5417" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(98.152132%,94.456397%,94.456397%);stop-opacity:1;"
- id="stop5419" />
- <stop
- offset="0.0507812"
- style="stop-color:rgb(97.949187%,93.847562%,93.847562%);stop-opacity:1;"
- id="stop5421" />
- <stop
- offset="0.0546875"
- style="stop-color:rgb(97.746242%,93.238727%,93.238727%);stop-opacity:1;"
- id="stop5423" />
- <stop
- offset="0.0585938"
- style="stop-color:rgb(97.543297%,92.628367%,92.628367%);stop-opacity:1;"
- id="stop5425" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(97.340352%,92.019532%,92.019532%);stop-opacity:1;"
- id="stop5427" />
- <stop
- offset="0.0664063"
- style="stop-color:rgb(97.137407%,91.409171%,91.409171%);stop-opacity:1;"
- id="stop5429" />
- <stop
- offset="0.0703125"
- style="stop-color:rgb(96.934463%,90.800336%,90.800336%);stop-opacity:1;"
- id="stop5431" />
- <stop
- offset="0.0742188"
- style="stop-color:rgb(96.731518%,90.191501%,90.191501%);stop-opacity:1;"
- id="stop5433" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(96.528573%,89.582666%,89.582666%);stop-opacity:1;"
- id="stop5435" />
- <stop
- offset="0.0820313"
- style="stop-color:rgb(96.324102%,88.972305%,88.972305%);stop-opacity:1;"
- id="stop5437" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(96.121157%,88.36347%,88.36347%);stop-opacity:1;"
- id="stop5439" />
- <stop
- offset="0.0898438"
- style="stop-color:rgb(95.918212%,87.753109%,87.753109%);stop-opacity:1;"
- id="stop5441" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(95.715267%,87.144274%,87.144274%);stop-opacity:1;"
- id="stop5443" />
- <stop
- offset="0.0976562"
- style="stop-color:rgb(95.512322%,86.535439%,86.535439%);stop-opacity:1;"
- id="stop5445" />
- <stop
- offset="0.101562"
- style="stop-color:rgb(95.309377%,85.926604%,85.926604%);stop-opacity:1;"
- id="stop5447" />
- <stop
- offset="0.105469"
- style="stop-color:rgb(95.106432%,85.316243%,85.316243%);stop-opacity:1;"
- id="stop5449" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(94.903487%,84.707408%,84.707408%);stop-opacity:1;"
- id="stop5451" />
- <stop
- offset="0.113281"
- style="stop-color:rgb(94.700542%,84.098573%,84.098573%);stop-opacity:1;"
- id="stop5453" />
- <stop
- offset="0.117188"
- style="stop-color:rgb(94.497597%,83.489738%,83.489738%);stop-opacity:1;"
- id="stop5455" />
- <stop
- offset="0.121094"
- style="stop-color:rgb(94.293126%,82.879377%,82.879377%);stop-opacity:1;"
- id="stop5457" />
- <stop
- offset="0.125"
- style="stop-color:rgb(94.090181%,82.270542%,82.270542%);stop-opacity:1;"
- id="stop5459" />
- <stop
- offset="0.128906"
- style="stop-color:rgb(93.887236%,81.660182%,81.660182%);stop-opacity:1;"
- id="stop5461" />
- <stop
- offset="0.132813"
- style="stop-color:rgb(93.684291%,81.051347%,81.051347%);stop-opacity:1;"
- id="stop5463" />
- <stop
- offset="0.136719"
- style="stop-color:rgb(93.481346%,80.442512%,80.442512%);stop-opacity:1;"
- id="stop5465" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(93.278401%,79.833677%,79.833677%);stop-opacity:1;"
- id="stop5467" />
- <stop
- offset="0.144531"
- style="stop-color:rgb(93.075456%,79.223316%,79.223316%);stop-opacity:1;"
- id="stop5469" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(92.872511%,78.614481%,78.614481%);stop-opacity:1;"
- id="stop5471" />
- <stop
- offset="0.152344"
- style="stop-color:rgb(92.66804%,78.00412%,78.00412%);stop-opacity:1;"
- id="stop5473" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(92.465095%,77.395285%,77.395285%);stop-opacity:1;"
- id="stop5475" />
- <stop
- offset="0.160156"
- style="stop-color:rgb(92.26215%,76.78645%,76.78645%);stop-opacity:1;"
- id="stop5477" />
- <stop
- offset="0.164063"
- style="stop-color:rgb(92.059205%,76.177615%,76.177615%);stop-opacity:1;"
- id="stop5479" />
- <stop
- offset="0.167969"
- style="stop-color:rgb(91.85626%,75.567254%,75.567254%);stop-opacity:1;"
- id="stop5481" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(91.653315%,74.958419%,74.958419%);stop-opacity:1;"
- id="stop5483" />
- <stop
- offset="0.175781"
- style="stop-color:rgb(91.45037%,74.349584%,74.349584%);stop-opacity:1;"
- id="stop5485" />
- <stop
- offset="0.179688"
- style="stop-color:rgb(91.247425%,73.740749%,73.740749%);stop-opacity:1;"
- id="stop5487" />
- <stop
- offset="0.183594"
- style="stop-color:rgb(91.04448%,73.130388%,73.130388%);stop-opacity:1;"
- id="stop5489" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(90.841535%,72.521553%,72.521553%);stop-opacity:1;"
- id="stop5491" />
- <stop
- offset="0.191406"
- style="stop-color:rgb(90.637064%,71.911192%,71.911192%);stop-opacity:1;"
- id="stop5493" />
- <stop
- offset="0.195312"
- style="stop-color:rgb(90.434119%,71.302358%,71.302358%);stop-opacity:1;"
- id="stop5495" />
- <stop
- offset="0.199219"
- style="stop-color:rgb(90.231174%,70.693523%,70.693523%);stop-opacity:1;"
- id="stop5497" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(90.028229%,70.084688%,70.084688%);stop-opacity:1;"
- id="stop5499" />
- <stop
- offset="0.207031"
- style="stop-color:rgb(89.825284%,69.474327%,69.474327%);stop-opacity:1;"
- id="stop5501" />
- <stop
- offset="0.210938"
- style="stop-color:rgb(89.622339%,68.865492%,68.865492%);stop-opacity:1;"
- id="stop5503" />
- <stop
- offset="0.214844"
- style="stop-color:rgb(89.419394%,68.255131%,68.255131%);stop-opacity:1;"
- id="stop5505" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(89.216449%,67.646296%,67.646296%);stop-opacity:1;"
- id="stop5507" />
- <stop
- offset="0.222656"
- style="stop-color:rgb(89.013504%,67.037461%,67.037461%);stop-opacity:1;"
- id="stop5509" />
- <stop
- offset="0.226562"
- style="stop-color:rgb(88.810559%,66.428626%,66.428626%);stop-opacity:1;"
- id="stop5511" />
- <stop
- offset="0.230469"
- style="stop-color:rgb(88.606088%,65.818265%,65.818265%);stop-opacity:1;"
- id="stop5513" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(88.403143%,65.20943%,65.20943%);stop-opacity:1;"
- id="stop5515" />
- <stop
- offset="0.238281"
- style="stop-color:rgb(88.200198%,64.600595%,64.600595%);stop-opacity:1;"
- id="stop5517" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(87.997253%,63.99176%,63.99176%);stop-opacity:1;"
- id="stop5519" />
- <stop
- offset="0.246094"
- style="stop-color:rgb(87.794308%,63.381399%,63.381399%);stop-opacity:1;"
- id="stop5521" />
- <stop
- offset="0.25"
- style="stop-color:rgb(87.591363%,62.772564%,62.772564%);stop-opacity:1;"
- id="stop5523" />
- <stop
- offset="0.253906"
- style="stop-color:rgb(87.388418%,62.162203%,62.162203%);stop-opacity:1;"
- id="stop5525" />
- <stop
- offset="0.257812"
- style="stop-color:rgb(87.185473%,61.553368%,61.553368%);stop-opacity:1;"
- id="stop5527" />
- <stop
- offset="0.261719"
- style="stop-color:rgb(86.982528%,60.944533%,60.944533%);stop-opacity:1;"
- id="stop5529" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(86.779583%,60.335698%,60.335698%);stop-opacity:1;"
- id="stop5531" />
- <stop
- offset="0.269531"
- style="stop-color:rgb(86.575113%,59.725338%,59.725338%);stop-opacity:1;"
- id="stop5533" />
- <stop
- offset="0.273438"
- style="stop-color:rgb(86.372168%,59.116503%,59.116503%);stop-opacity:1;"
- id="stop5535" />
- <stop
- offset="0.277344"
- style="stop-color:rgb(86.169223%,58.506142%,58.506142%);stop-opacity:1;"
- id="stop5537" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(85.966278%,57.897307%,57.897307%);stop-opacity:1;"
- id="stop5539" />
- <stop
- offset="0.285156"
- style="stop-color:rgb(85.763333%,57.288472%,57.288472%);stop-opacity:1;"
- id="stop5541" />
- <stop
- offset="0.289062"
- style="stop-color:rgb(85.560388%,56.679637%,56.679637%);stop-opacity:1;"
- id="stop5543" />
- <stop
- offset="0.292969"
- style="stop-color:rgb(85.357443%,56.069276%,56.069276%);stop-opacity:1;"
- id="stop5545" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(85.154498%,55.460441%,55.460441%);stop-opacity:1;"
- id="stop5547" />
- <stop
- offset="0.300781"
- style="stop-color:rgb(84.951553%,54.851606%,54.851606%);stop-opacity:1;"
- id="stop5549" />
- <stop
- offset="0.304688"
- style="stop-color:rgb(84.748608%,54.242771%,54.242771%);stop-opacity:1;"
- id="stop5551" />
- <stop
- offset="0.308594"
- style="stop-color:rgb(84.544137%,53.63241%,53.63241%);stop-opacity:1;"
- id="stop5553" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(84.341192%,53.023575%,53.023575%);stop-opacity:1;"
- id="stop5555" />
- <stop
- offset="0.316406"
- style="stop-color:rgb(84.138247%,52.413214%,52.413214%);stop-opacity:1;"
- id="stop5557" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(83.935302%,51.804379%,51.804379%);stop-opacity:1;"
- id="stop5559" />
- <stop
- offset="0.324219"
- style="stop-color:rgb(83.732357%,51.195544%,51.195544%);stop-opacity:1;"
- id="stop5561" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(83.529412%,50.586709%,50.586709%);stop-opacity:1;"
- id="stop5563" />
- <stop
- offset="0.332031"
- style="stop-color:rgb(83.326467%,49.976349%,49.976349%);stop-opacity:1;"
- id="stop5565" />
- <stop
- offset="0.335938"
- style="stop-color:rgb(83.123522%,49.367514%,49.367514%);stop-opacity:1;"
- id="stop5567" />
- <stop
- offset="0.339844"
- style="stop-color:rgb(82.920577%,48.757153%,48.757153%);stop-opacity:1;"
- id="stop5569" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(82.717632%,48.148318%,48.148318%);stop-opacity:1;"
- id="stop5571" />
- <stop
- offset="0.347656"
- style="stop-color:rgb(82.513161%,47.539483%,47.539483%);stop-opacity:1;"
- id="stop5573" />
- <stop
- offset="0.351562"
- style="stop-color:rgb(82.310216%,46.930648%,46.930648%);stop-opacity:1;"
- id="stop5575" />
- <stop
- offset="0.355469"
- style="stop-color:rgb(82.107271%,46.320287%,46.320287%);stop-opacity:1;"
- id="stop5577" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(81.904326%,45.711452%,45.711452%);stop-opacity:1;"
- id="stop5579" />
- <stop
- offset="0.363281"
- style="stop-color:rgb(81.701381%,45.102617%,45.102617%);stop-opacity:1;"
- id="stop5581" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(81.498436%,44.493782%,44.493782%);stop-opacity:1;"
- id="stop5583" />
- <stop
- offset="0.371094"
- style="stop-color:rgb(81.295491%,43.883421%,43.883421%);stop-opacity:1;"
- id="stop5585" />
- <stop
- offset="0.375"
- style="stop-color:rgb(81.092546%,43.274586%,43.274586%);stop-opacity:1;"
- id="stop5587" />
- <stop
- offset="0.378906"
- style="stop-color:rgb(80.888075%,42.664225%,42.664225%);stop-opacity:1;"
- id="stop5589" />
- <stop
- offset="0.382812"
- style="stop-color:rgb(80.68513%,42.05539%,42.05539%);stop-opacity:1;"
- id="stop5591" />
- <stop
- offset="0.386719"
- style="stop-color:rgb(80.482185%,41.446555%,41.446555%);stop-opacity:1;"
- id="stop5593" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(80.27924%,40.83772%,40.83772%);stop-opacity:1;"
- id="stop5595" />
- <stop
- offset="0.394531"
- style="stop-color:rgb(80.076295%,40.227359%,40.227359%);stop-opacity:1;"
- id="stop5597" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(79.87335%,39.618524%,39.618524%);stop-opacity:1;"
- id="stop5599" />
- <stop
- offset="0.402344"
- style="stop-color:rgb(79.670405%,39.008164%,39.008164%);stop-opacity:1;"
- id="stop5601" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(79.46746%,38.399329%,38.399329%);stop-opacity:1;"
- id="stop5603" />
- <stop
- offset="0.410156"
- style="stop-color:rgb(79.264515%,37.790494%,37.790494%);stop-opacity:1;"
- id="stop5605" />
- <stop
- offset="0.414062"
- style="stop-color:rgb(79.06157%,37.181659%,37.181659%);stop-opacity:1;"
- id="stop5607" />
- <stop
- offset="0.417969"
- style="stop-color:rgb(78.857099%,36.571298%,36.571298%);stop-opacity:1;"
- id="stop5609" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(78.654154%,35.962463%,35.962463%);stop-opacity:1;"
- id="stop5611" />
- <stop
- offset="0.425781"
- style="stop-color:rgb(78.451209%,35.353628%,35.353628%);stop-opacity:1;"
- id="stop5613" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(78.248264%,34.744793%,34.744793%);stop-opacity:1;"
- id="stop5615" />
- <stop
- offset="0.433594"
- style="stop-color:rgb(78.045319%,34.134432%,34.134432%);stop-opacity:1;"
- id="stop5617" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(77.842374%,33.525597%,33.525597%);stop-opacity:1;"
- id="stop5619" />
- <stop
- offset="0.441406"
- style="stop-color:rgb(77.639429%,32.915236%,32.915236%);stop-opacity:1;"
- id="stop5621" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(77.436484%,32.306401%,32.306401%);stop-opacity:1;"
- id="stop5623" />
- <stop
- offset="0.449219"
- style="stop-color:rgb(77.233539%,31.697566%,31.697566%);stop-opacity:1;"
- id="stop5625" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(77.030594%,31.088731%,31.088731%);stop-opacity:1;"
- id="stop5627" />
- <stop
- offset="0.457031"
- style="stop-color:rgb(76.826123%,30.47837%,30.47837%);stop-opacity:1;"
- id="stop5629" />
- <stop
- offset="0.460938"
- style="stop-color:rgb(76.623178%,29.869535%,29.869535%);stop-opacity:1;"
- id="stop5631" />
- <stop
- offset="0.464844"
- style="stop-color:rgb(76.420233%,29.259174%,29.259174%);stop-opacity:1;"
- id="stop5633" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(76.217288%,28.65034%,28.65034%);stop-opacity:1;"
- id="stop5635" />
- <stop
- offset="0.472656"
- style="stop-color:rgb(76.014343%,28.041505%,28.041505%);stop-opacity:1;"
- id="stop5637" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(75.811398%,27.43267%,27.43267%);stop-opacity:1;"
- id="stop5639" />
- <stop
- offset="0.480469"
- style="stop-color:rgb(75.608453%,26.822309%,26.822309%);stop-opacity:1;"
- id="stop5641" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(75.405509%,26.213474%,26.213474%);stop-opacity:1;"
- id="stop5643" />
- <stop
- offset="0.488281"
- style="stop-color:rgb(75.202564%,25.604639%,25.604639%);stop-opacity:1;"
- id="stop5645" />
- <stop
- offset="0.492188"
- style="stop-color:rgb(74.999619%,24.995804%,24.995804%);stop-opacity:1;"
- id="stop5647" />
- <stop
- offset="0.496094"
- style="stop-color:rgb(74.795148%,24.385443%,24.385443%);stop-opacity:1;"
- id="stop5649" />
- <stop
- offset="0.5"
- style="stop-color:rgb(74.592203%,23.776608%,23.776608%);stop-opacity:1;"
- id="stop5651" />
- <stop
- offset="0.503906"
- style="stop-color:rgb(74.389258%,23.166247%,23.166247%);stop-opacity:1;"
- id="stop5653" />
- <stop
- offset="0.507812"
- style="stop-color:rgb(74.186313%,22.557412%,22.557412%);stop-opacity:1;"
- id="stop5655" />
- <stop
- offset="0.511719"
- style="stop-color:rgb(73.983368%,21.948577%,21.948577%);stop-opacity:1;"
- id="stop5657" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(73.780423%,21.339742%,21.339742%);stop-opacity:1;"
- id="stop5659" />
- <stop
- offset="0.519531"
- style="stop-color:rgb(73.577478%,20.729381%,20.729381%);stop-opacity:1;"
- id="stop5661" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(73.374533%,20.120546%,20.120546%);stop-opacity:1;"
- id="stop5663" />
- <stop
- offset="0.527344"
- style="stop-color:rgb(73.171588%,19.510185%,19.510185%);stop-opacity:1;"
- id="stop5665" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(72.968643%,18.90135%,18.90135%);stop-opacity:1;"
- id="stop5667" />
- <stop
- offset="0.535156"
- style="stop-color:rgb(72.764172%,18.292515%,18.292515%);stop-opacity:1;"
- id="stop5669" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(72.561227%,17.68368%,17.68368%);stop-opacity:1;"
- id="stop5671" />
- <stop
- offset="0.542969"
- style="stop-color:rgb(72.358282%,17.07332%,17.07332%);stop-opacity:1;"
- id="stop5673" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(72.155337%,16.464485%,16.464485%);stop-opacity:1;"
- id="stop5675" />
- <stop
- offset="0.550781"
- style="stop-color:rgb(71.952392%,15.85565%,15.85565%);stop-opacity:1;"
- id="stop5677" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(71.749447%,15.246815%,15.246815%);stop-opacity:1;"
- id="stop5679" />
- <stop
- offset="0.558594"
- style="stop-color:rgb(71.546502%,14.636454%,14.636454%);stop-opacity:1;"
- id="stop5681" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(71.343557%,14.027619%,14.027619%);stop-opacity:1;"
- id="stop5683" />
- <stop
- offset="0.566406"
- style="stop-color:rgb(71.139086%,13.417258%,13.417258%);stop-opacity:1;"
- id="stop5685" />
- <stop
- offset="0.570312"
- style="stop-color:rgb(70.936141%,12.808423%,12.808423%);stop-opacity:1;"
- id="stop5687" />
- <stop
- offset="0.574219"
- style="stop-color:rgb(70.733196%,12.199588%,12.199588%);stop-opacity:1;"
- id="stop5689" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(70.530251%,11.590753%,11.590753%);stop-opacity:1;"
- id="stop5691" />
- <stop
- offset="0.582031"
- style="stop-color:rgb(70.327306%,10.980392%,10.980392%);stop-opacity:1;"
- id="stop5693" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(70.124361%,10.371557%,10.371557%);stop-opacity:1;"
- id="stop5695" />
- <stop
- offset="0.589844"
- style="stop-color:rgb(69.921416%,9.761196%,9.761196%);stop-opacity:1;"
- id="stop5697" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(69.718471%,9.152361%,9.152361%);stop-opacity:1;"
- id="stop5699" />
- <stop
- offset="0.597656"
- style="stop-color:rgb(69.515526%,8.543526%,8.543526%);stop-opacity:1;"
- id="stop5701" />
- <stop
- offset="0.601562"
- style="stop-color:rgb(69.312581%,7.934691%,7.934691%);stop-opacity:1;"
- id="stop5703" />
- <stop
- offset="0.605469"
- style="stop-color:rgb(69.10811%,7.324331%,7.324331%);stop-opacity:1;"
- id="stop5705" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(68.905165%,6.715496%,6.715496%);stop-opacity:1;"
- id="stop5707" />
- <stop
- offset="0.613281"
- style="stop-color:rgb(68.70222%,6.106661%,6.106661%);stop-opacity:1;"
- id="stop5709" />
- <stop
- offset="0.617188"
- style="stop-color:rgb(68.499275%,5.497826%,5.497826%);stop-opacity:1;"
- id="stop5711" />
- <stop
- offset="0.621094"
- style="stop-color:rgb(68.29633%,4.887465%,4.887465%);stop-opacity:1;"
- id="stop5713" />
- <stop
- offset="0.625"
- style="stop-color:rgb(68.093385%,4.27863%,4.27863%);stop-opacity:1;"
- id="stop5715" />
- <stop
- offset="0.628906"
- style="stop-color:rgb(67.89044%,3.668269%,3.668269%);stop-opacity:1;"
- id="stop5717" />
- <stop
- offset="0.632812"
- style="stop-color:rgb(67.687495%,3.059434%,3.059434%);stop-opacity:1;"
- id="stop5719" />
- <stop
- offset="0.636719"
- style="stop-color:rgb(67.48455%,2.450599%,2.450599%);stop-opacity:1;"
- id="stop5721" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(67.281605%,1.841764%,1.841764%);stop-opacity:1;"
- id="stop5723" />
- <stop
- offset="0.644531"
- style="stop-color:rgb(67.077134%,1.231403%,1.231403%);stop-opacity:1;"
- id="stop5725" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(66.874189%,0.622568%,0.622568%);stop-opacity:1;"
- id="stop5727" />
- <stop
- offset="0.652344"
- style="stop-color:rgb(66.770428%,0.311284%,0.311284%);stop-opacity:1;"
- id="stop5729" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop5731" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop5733" />
- <stop
- offset="0.75"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop5735" />
- <stop
- offset="1"
- style="stop-color:rgb(66.666667%,0%,0%);stop-opacity:1;"
- id="stop5737" />
- </linearGradient>
- <clipPath
- id="clip322">
- <rect
- width="167"
- height="205"
- id="rect5740"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface107"
- clip-path="url(#clip322)">
- <g
- clip-path="url(#clip323)"
- clip-rule="nonzero"
- id="g5743">
- <g
- clip-path="url(#clip324)"
- clip-rule="nonzero"
- id="g5745">
- <g
- clip-path="url(#clip325)"
- clip-rule="nonzero"
- id="g5747">
- <g
- clip-path="url(#clip326)"
- clip-rule="nonzero"
- id="g5749">
- <g
- clip-path="url(#clip327)"
- clip-rule="nonzero"
- id="g5751">
- <g
- clip-path="url(#clip328)"
- clip-rule="nonzero"
- id="g5753">
- <path
- style="fill:url(#linear27);fill-rule:nonzero;stroke:none"
- d="M 44.390625,130.02344 L 44.390625,147.80078 L 118.78125,147.80078 L 118.78125,130.02344 L 44.390625,130.02344 z"
- id="path5755" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip321">
- <rect
- width="167"
- height="205"
- id="rect5758"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface106"
- clip-path="url(#clip321)">
- <use
- xlink:href="#surface107"
- mask="url(#mask50)"
- id="use5761"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip317">
- <rect
- width="167"
- height="205"
- id="rect5764"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface105"
- clip-path="url(#clip317)">
- <g
- clip-path="url(#clip318)"
- clip-rule="nonzero"
- id="g5767">
- <g
- clip-path="url(#clip319)"
- clip-rule="nonzero"
- id="g5769">
- <g
- clip-path="url(#clip320)"
- clip-rule="nonzero"
- id="g5771">
- <use
- xlink:href="#surface106"
- id="use5773"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip329">
- <rect
- width="167"
- height="205"
- id="rect5776"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface108"
- clip-path="url(#clip329)">
- <path
- style="fill:#ffffff;fill-opacity:0.25;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5779" />
- </g>
- <mask
- id="mask51">
- <g
- id="g5782"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface108"
- id="use5784"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip331">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5787" />
- </clipPath>
- <clipPath
- id="clip332">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5790" />
- </clipPath>
- <clipPath
- id="clip333">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path5793" />
- </clipPath>
- <mask
- id="mask52">
- <g
- id="g5796"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAAIGUlEQVR4nO2c624bRwxGaatI+0p9/4dq06Jxf1hrS6tZDue2OxyeAwhS7NiIyA+8Of7eRORDRP4SkX9F5G8R+Xl/fnz9+Kx93vI1+4/9FJF/7s+/BODO+/357f769vB8Uz72+LB+zW33SH1PgC/eH54fxaaJ6OjzRwI9ep0SOsAXmyB+yGf11CqjtUrmRJ37GgAReRbDY2vPiUwT3r4CWyor1RNeeN+9tlTCXMveC7Vk5ryNeqPgj0dxbq29V/vOVUkWI1DZCyFXHVsWo9TfTwmX6gki8irON3lejHLbt7Xll4iaygki8iqEfWu3LEYpcfUQNQQnVaW0Jae2fdeIFYKTEsFjaz9aZCwnpVJR719DcFIi2B/kLSLLLTmlJyVaOxxWKOuMmBKU9aTEYgQqRwLYWru1FdfMpLlx4f3+b4CgHInzh9Sdh0oXo1xlpXoGRkt+68/aU5WxprJCUHLi3ARqnRFLlqVcBd7+TGsPiibOx9aeq3QtJ6XUhk/1hGzi95UzV/20Klk6kz4+ICAWceZ+1l6z5Fi3fVp7YHLi3Fq79aRknStLtn2qZ1AsSbcsRa0zqVZZtz9DMCzi/E2O58HS85C2GGlf8y609nBYxLnNfNaTknXJsVZWqmdQrLOc9dc3UgK0npRy2z5zZzCsCf9d6s9DJYuRNi7Q2oNRUo32J6Wc8ErmS8tJidYejFJxnvX7RdpiBEEoSfa+tWuLjyZCqxiP5lgEGoTSRO9/faO1fWv3Te37QABKE506BWlnIa1KWkWdEi4EoDTRR79fpFU/bckp3fapnoGoSTJennAKNUlO3SN7tG/LuMBSFIiaJOPlCadQm2C8PGE4tQm23jBzLVs7KeVmzlvlvx2cUCtOvDxhOC3JzVXHlsXIclKiei5Oizjx8oShtCQXL08YSmvl0Zac2vZdI1ZYkNbE4uUJw2hNLF6eMIweVcc6I6YEZT0psRgFpEdS8fKEIfQQJ16eMIReCcXLE7rTU5x4eUJXeokTL0/oTs9k4uUJXektTrw8oRs9xYmXJ3SldyLx8oRu9BYnXp7Qjd7i3GY+60nJuuRYKyvVcyFGzGd4eUIXRiQRL0/owqgKg5cnNDNSnHh5QhOjEoiXJzQzMnl4eUITI5OXOgVpZyGtSlpFnRIuOGVk8vDyhCZGJw4vT6hmdOJS98ge7dsyLrAUOWd04vDyhGrOSBpenlDFGUmz3jBzLVs7KeVmztvwdwndOUOceHlCFWclLFcdWxYjy0mJ6umQs8SJlycUc1bC8PKEYs6sJtqSU9u+a8QKTjgzWXh5QhFnJgsvTyji7EpinRFTgrKelFiMFuHsROHlCWbOFidenmDmiiTh5QkmrhInXp6Q5Qpx4uUJJq5KEF6ekOVKceLlCSpXiRMvT8hyZXLw8gSVK8WJlyeoXCnObeaznpSsS461slI9J+fqmQsvTzjk6sTg5QmHXC1OEbw84YBZxImXJ7wwQ1Lw8oQksyQEL094YZaEpE5B2llIq5JWUaeECxMxS0Lw8oQXZkoGXp7wxEzJSN0je7Rvy7jAUjQhMyUDL094YrZE4OUJX8yWCOsNM9eytZNSbua8DX+XYGI2ceLlCV/MmIRcdWxZjCwnJarnJMwoTrw8QUTmTAJeniAic4pTRF9yatt3jVjhQmZNAF6eMG0C8PKEacUpYp8RU4KynpRYjCZm5uDj5RmcmcWJl2dwZg88Xp6BmT3weHkGZnZx4uUZGA9Bx8szKB6CjpdnUDyIEy/PoHgJOF6eAfEiTrw8A+JFnNvMZz0pWZcca2Wlel6AF3GK4OUZDk/BxsszGJ7EKYKXZyg8ihMvzyB4CzRenoHwGGS8PIPgMcipU5B2FtKqpFXUKeHCYDwGGS/PIHgNMF6eAfAa4NQ9skf7towLLEUn4TXAeHkGwHNw8fJcHM/Btd4wcy1bOynlZs7b8HcZGM/ixMtzcbwHNlcdWxYjy0mJ6jkQ7+LEy3NhvAcWL8+F8S5OEX3JqW3fNWKFzqwQVLw8F2WFoOLluSgriFPEPiOmBGU9KbEYncwqAcXLc0FWESdenguyUjDx8lyMlYKJl+dirCROvDwXY7VA4uW5EKsFEi/PhVhNnHh5LsSKQcTLcxFWFCdenouwoji3mc96UrIuOdbKSvXsxIriFMHLcwlWDSBenguwqjhF8PJ0z+rixMvTMSsHDy9P56weOLw8HbN64FKnIO0spFVJq6hTwoUKVg8cXp6OiRA0vDydEiFoqXtkj/ZtGRdYihqIEDS8PJ0SJWB4eTokSsCsN8xcy9ZOSrmZ8zb8XS5GFHHi5emQSMHKVceWxchyUqJ6FhJJnHh5OiNSsPDydEYkcYroS05t+64RKxiIFii8PB0RLVB4eToimjhF7DNiSlDWkxKLUQciBgkvTydEFCdenk6IGiC8PB0QNUB4eTogqjjx8nRA5ODg5Tk5kYODl+fkRBYnXp6TEz0weHlOTHRx4uU5MdHFuc181pOSdcmxVlaqp0J0cYrg5TktBAUvz2lBnJ/g5TkhiPMTvDwnhIB8gpfnhBCMb/DynAyC8U3qFKSdhbQqaRV1Srhwh2B8g5fnZBCIZ/DynAgC8UzqHtmjfVvGBZaiHQTiGbw8J4IgvIKX5yQQhFesN8xcy9ZOSrmZ8zb8XToAcb6Cl+ckhA/AAbnq2LIYWU5KVE9BnEfg5TkB4QNwAF6eE4A4j9GWnNr2XSPWsIR+8xnw8ryYNxH5U0T+EP4ndopfIvJxf+71+BCR/wq+78f9EY7/AVzqjRXKJ0FCAAAAAElFTkSuQmCC"
- id="image5798" />
- </g>
- </mask>
- <clipPath
- id="clip336">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5801" />
- </clipPath>
- <clipPath
- id="clip337">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path5804" />
- </clipPath>
- <clipPath
- id="clip338">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path5807" />
- </clipPath>
- <clipPath
- id="clip339">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path5810" />
- </clipPath>
- <clipPath
- id="clip340">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path5813" />
- </clipPath>
- <clipPath
- id="clip341">
- <path
- d="M 50.183594,103.60547 C 50.183594,103.60547 51.210938,120.89844 57.726562,132.82813 C 64.242188,144.76172 69.921875,148.13672 69.921875,148.13672 L 83.390625,146.97656 C 83.390625,146.97656 69.75,137.82031 63.335938,124.84375 C 56.921875,111.87109 55.328125,105.32812 55.328125,105.32812 L 50.183594,103.60547 z"
- id="path5816" />
- </clipPath>
- <linearGradient
- id="linear28"
- gradientUnits="userSpaceOnUse"
- x1="1341.4805"
- y1="-1512.5391"
- x2="1409.1094"
- y2="-1563.2891"
- gradientTransform="matrix(0.78101,0.101148,-0.293937,0.781384,-1460.1418,1186.2338)">
- <stop
- offset="0.193493"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop5819" />
- <stop
- offset="0.423009"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop5821" />
- <stop
- offset="0.5"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop5823" />
- <stop
- offset="0.576991"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop5825" />
- <stop
- offset="1"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop5827" />
- </linearGradient>
- <clipPath
- id="clip335">
- <rect
- width="167"
- height="205"
- id="rect5830"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface111"
- clip-path="url(#clip335)">
- <g
- clip-path="url(#clip336)"
- clip-rule="nonzero"
- id="g5833">
- <g
- clip-path="url(#clip337)"
- clip-rule="nonzero"
- id="g5835">
- <g
- clip-path="url(#clip338)"
- clip-rule="nonzero"
- id="g5837">
- <g
- clip-path="url(#clip339)"
- clip-rule="nonzero"
- id="g5839">
- <g
- clip-path="url(#clip340)"
- clip-rule="nonzero"
- id="g5841">
- <g
- clip-path="url(#clip341)"
- clip-rule="nonzero"
- id="g5843">
- <path
- style="fill:url(#linear28);fill-rule:nonzero;stroke:none"
- d="M 51.726562,99.503906 L 34.210938,146.06641 L 81.847656,152.23828 L 99.363281,105.67187 L 51.726562,99.503906 z"
- id="path5845" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip334">
- <rect
- width="167"
- height="205"
- id="rect5848"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface110"
- clip-path="url(#clip334)">
- <use
- xlink:href="#surface111"
- mask="url(#mask52)"
- id="use5851"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip330">
- <rect
- width="167"
- height="205"
- id="rect5854"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface109"
- clip-path="url(#clip330)">
- <g
- clip-path="url(#clip331)"
- clip-rule="nonzero"
- id="g5857">
- <g
- clip-path="url(#clip332)"
- clip-rule="nonzero"
- id="g5859">
- <g
- clip-path="url(#clip333)"
- clip-rule="nonzero"
- id="g5861">
- <use
- xlink:href="#surface110"
- id="use5863"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- </defs>
- <rect
- style="opacity:0.00199998;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.93153495;stroke-opacity:1"
- id="rect5622"
- width="203.86847"
- height="203.86847"
- x="-18.734222"
- y="0.46576747"
- inkscape:export-xdpi="89.999702"
- inkscape:export-ydpi="89.999702" />
- <g
- id="surface0"
- transform="translate(-0.7999893,-4.5716763e-5)">
- <g
- clip-path="url(#clip1)"
- clip-rule="nonzero"
- id="g5866">
- <path
- style="fill:url(#linear0);fill-rule:nonzero;stroke:none"
- d="M 0,0 L 0,204.80078 L 166.39453,204.80078 L 166.39453,0 L 0,0 z"
- id="path5868" />
- </g>
- <g
- clip-path="url(#clip2)"
- clip-rule="nonzero"
- id="g5870">
- <path
- style="fill:url(#linear1);fill-rule:nonzero;stroke:none"
- d="M 111.71094,0.03125 L 111.71094,54.863281 L 166.39844,54.863281 L 166.39844,0.03125 L 111.71094,0.03125 z"
- id="path5872" />
- </g>
- <use
- xlink:href="#surface1"
- mask="url(#mask0)"
- id="use5874"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <g
- clip-path="url(#clip6)"
- clip-rule="nonzero"
- id="g5876">
- <path
- style="fill:url(#linear3);fill-rule:nonzero;stroke:none"
- d="M 6.402344,6.398438 L 6.402344,198.39844 L 160.00391,198.39844 L 160.00391,6.398438 L 6.402344,6.398438 z"
- id="path5878" />
- </g>
- <use
- xlink:href="#surface2"
- mask="url(#mask1)"
- id="use5880"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface4"
- mask="url(#mask2)"
- id="use5882"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface7"
- mask="url(#mask3)"
- id="use5884"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface11"
- mask="url(#mask5)"
- id="use5886"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface15"
- mask="url(#mask7)"
- id="use5888"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface19"
- mask="url(#mask9)"
- id="use5890"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface23"
- mask="url(#mask11)"
- id="use5892"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface27"
- mask="url(#mask13)"
- id="use5894"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface31"
- mask="url(#mask15)"
- id="use5896"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface35"
- mask="url(#mask17)"
- id="use5898"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface39"
- mask="url(#mask19)"
- id="use5900"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface43"
- mask="url(#mask21)"
- id="use5902"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface47"
- mask="url(#mask23)"
- id="use5904"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface51"
- mask="url(#mask25)"
- id="use5906"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface55"
- mask="url(#mask27)"
- id="use5908"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface59"
- mask="url(#mask29)"
- id="use5910"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <g
- clip-path="url(#clip198)"
- clip-rule="nonzero"
- id="g5912">
- <path
- style="fill:url(#linear19);fill-rule:nonzero;stroke:none"
- d="M 30.402344,72.800781 L 30.402344,162.39844 L 132.80469,162.39844 L 132.80469,72.800781 L 30.402344,72.800781 z"
- id="path5914" />
- </g>
- <use
- xlink:href="#surface63"
- mask="url(#mask31)"
- id="use5916"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface66"
- mask="url(#mask32)"
- id="use5918"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface69"
- mask="url(#mask33)"
- id="use5920"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface73"
- mask="url(#mask35)"
- id="use5922"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface77"
- mask="url(#mask37)"
- id="use5924"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <g
- clip-path="url(#clip250)"
- clip-rule="nonzero"
- id="g5926">
- <path
- style="fill:url(#linear22);fill-rule:nonzero;stroke:none"
- d="M 43.203125,98.398438 L 43.203125,150.39844 L 120.00391,150.39844 L 120.00391,98.398438 L 43.203125,98.398438 z"
- id="path5928" />
- </g>
- <g
- clip-path="url(#clip251)"
- clip-rule="nonzero"
- id="g5930">
- <path
- style="fill:url(#linear23);fill-rule:nonzero;stroke:none"
- d="M 42.410156,85.601562 L 42.410156,151.19922 L 120.80469,151.19922 L 120.80469,85.601562 L 42.410156,85.601562 z"
- id="path5932" />
- </g>
- <g
- clip-path="url(#clip252)"
- clip-rule="nonzero"
- id="g5934">
- <path
- style="fill:url(#radial1);fill-rule:nonzero;stroke:none"
- d="M 44.003906,87.199219 L 44.003906,106.39844 L 119.20313,106.39844 L 119.20313,87.199219 L 44.003906,87.199219 z"
- id="path5936" />
- </g>
- <use
- xlink:href="#surface81"
- mask="url(#mask39)"
- id="use5938"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface84"
- mask="url(#mask40)"
- id="use5940"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface87"
- mask="url(#mask41)"
- id="use5942"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface91"
- mask="url(#mask43)"
- id="use5944"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface95"
- mask="url(#mask45)"
- id="use5946"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface98"
- mask="url(#mask46)"
- id="use5948"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface102"
- mask="url(#mask48)"
- id="use5950"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface105"
- mask="url(#mask49)"
- id="use5952"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- <use
- xlink:href="#surface109"
- mask="url(#mask51)"
- id="use5954"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
-</svg>
+<svg height="256" width="256" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientTransform="matrix(16 0 0 15.995 -279.247 -17311.2)" gradientUnits="userSpaceOnUse" x1="26.993" x2="26.993" y1="992.622" y2="1008.692"><stop offset="0" stop-color="#8e03a3"/><stop offset="1" stop-color="#530260"/></linearGradient><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="1293.504" x2="1293.504" y1="-1449.21" y2="-1677.634"><stop offset="0" stop-color="#fff" stop-opacity=".85"/><stop offset="1" stop-color="#fff" stop-opacity=".9"/></linearGradient><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="1372.884" x2="1372.884" y1="-1544.889" y2="-1559.138"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#a00" stop-opacity="0"/></linearGradient><linearGradient id="d"><stop offset="0" stop-color="#9200ff"/><stop offset="1" stop-color="#f0f" stop-opacity="0"/></linearGradient><linearGradient id="e"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="f"><stop offset="0"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="g"><stop offset="0" stop-opacity="0"/><stop offset=".493"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="h"><stop offset="0"/><stop offset=".455" stop-opacity=".361"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="i" gradientUnits="userSpaceOnUse" x1="1487" x2="1487" y1="-1494.62" y2="-1606.62"><stop offset="0" stop-color="#dc85e9"/><stop offset="1" stop-color="#f8dcfb"/></linearGradient><linearGradient id="j" gradientTransform="matrix(-1 0 0 1 2865 -1753.64)" gradientUnits="userSpaceOnUse" x1="1559.5" x2="1542" xlink:href="#d" y1="184" y2="184"/><linearGradient id="k" gradientUnits="userSpaceOnUse" x1="1436.5" x2="1419" xlink:href="#d" y1="-1569.64" y2="-1569.64"/><radialGradient id="l" cx="152.333" cy="-754.638" gradientTransform="matrix(0 1.015 -4.277 0 -1857.01 -1670.52)" gradientUnits="userSpaceOnUse" r="15"><stop offset="0" stop-color="#800080"/><stop offset=".727" stop-color="#800080"/><stop offset="1" stop-color="#f0f" stop-opacity="0"/></radialGradient><linearGradient id="m" gradientUnits="userSpaceOnUse" x1="1420" x2="1322" y1="-1554.64" y2="-1554.64"><stop offset="0" stop-color="#e196fb"/><stop offset=".13" stop-color="#f4c7fa"/><stop offset=".314" stop-color="#e091f3"/><stop offset=".441" stop-color="#d764e9"/><stop offset=".684" stop-color="#e7adf0"/><stop offset=".756" stop-color="#e6a9f8"/><stop offset=".88" stop-color="#e595f2"/><stop offset="1" stop-color="#f2cbf8"/></linearGradient><linearGradient id="n" gradientUnits="userSpaceOnUse" x1="1322.023" x2="1419.023" y1="-1568.511" y2="-1568.511"><stop offset="0" stop-color="#9207a7"/><stop offset=".273" stop-color="#c658bc"/><stop offset=".51" stop-color="#a42eb6"/><stop offset=".834" stop-color="#b415cd"/><stop offset="1" stop-color="#950ba8"/></linearGradient><radialGradient id="o" cx="518.854" cy="730.484" gradientTransform="matrix(.96 0 0 .268 21.68 534.374)" gradientUnits="userSpaceOnUse" r="22.89"><stop offset="0" stop-color="#dc85e9"/><stop offset="1" stop-color="#f2cbf8"/></radialGradient><linearGradient id="p" gradientTransform="matrix(.984 0 0 .973 -100.35 -1748.97)" gradientUnits="userSpaceOnUse" x1="1510.477" x2="1485.877" xlink:href="#e" y1="169" y2="194"/><linearGradient id="q" gradientTransform="matrix(.976 .126 -.367 .977 -556.18 -210.596)" gradientUnits="userSpaceOnUse" x1="1354.568" x2="1383.38" xlink:href="#e" y1="-1522.359" y2="-1543.981"/><linearGradient id="r" gradientTransform="matrix(15.958 0 0 16.025 -3396.13 -5573.42)" gradientUnits="userSpaceOnUse" x1="294.343" x2="294.418" y1="256.581" y2="243.139"><stop offset="0" stop-color="#999"/><stop offset="1" stop-color="#e6e6e6"/></linearGradient><linearGradient id="s" gradientUnits="userSpaceOnUse" x1="-1283.074" x2="-1312.80604" xlink:href="#h" y1="-1451.05764" y2="-1480.78968"/><linearGradient id="t" gradientTransform="matrix(.62 0 0 1 1332.56 -257)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#g" y1="-1194.638" y2="-1194.638"/><linearGradient id="u" gradientTransform="matrix(1.416 0 0 1 -1655.56 -88.36)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#g" y1="-1194.638" y2="-1194.638"/><linearGradient id="v" gradientTransform="matrix(.867 0 0 1 -1578 -275.36)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#g" y1="-1194.638" y2="-1194.638"/><linearGradient id="w" gradientTransform="matrix(.62 0 0 1 1332.56 -251)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#g" y1="-1194.638" y2="-1194.638"/><linearGradient id="x" gradientUnits="userSpaceOnUse" x1="1283.867" x2="1308.102" xlink:href="#f" y1="-1452.821" y2="-1477.056"/><linearGradient id="y" gradientTransform="matrix(1 0 0 -1 917 -1379.64)" gradientUnits="userSpaceOnUse" x1="364.867" x2="389.102" xlink:href="#f" y1="300.819" y2="276.584"/><linearGradient id="z" gradientTransform="matrix(.524 0 0 1 -185.048 -974.564)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#g" y1="-1194.638" y2="-1194.638"/><linearGradient id="A" gradientTransform="matrix(.524 0 0 1 -185.758 -966.785)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#g" y1="-1194.638" y2="-1194.638"/><linearGradient id="B" gradientTransform="matrix(.524 0 0 1 -185.758 -995.07)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#g" y1="-1194.638" y2="-1194.638"/><linearGradient id="C" gradientTransform="matrix(1.416 0 0 1 -1655.56 -82.36)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#g" y1="-1194.638" y2="-1194.638"/><linearGradient id="D" gradientTransform="matrix(.9 0 0 1 -1580.99 2657.64)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#g" y1="-1194.638" y2="-1194.638"/><linearGradient id="E" gradientUnits="userSpaceOnUse" x1="1462.926" x2="1433.19396" xlink:href="#h" y1="-1451.05764" y2="-1480.78968"/><linearGradient id="F" gradientTransform="matrix(-1 0 0 1 1827 -1753.64)" gradientUnits="userSpaceOnUse" x1="364.867" x2="389.102" xlink:href="#f" y1="300.819" y2="276.584"/><g transform="translate(-1246.9955 1693.638)"><text x="382.125" y="-1109.14"/><g fill="url(#a)" stroke-width="2" transform="translate(1310.99 -261.184)"><path d="m-39.993-1184.568c0 3.868 3.622 7.93 7.757 7.93h191.986c4.627 0 8.25-3.87 8.25-7.745v-149.215c0-4.225-.512-6.183-3.5-9.17l-85.324-85.3c-2.988-2.986-5.274-4.526-9.5-4.53l-101.736-.08c-4.133 0-7.933 3.683-7.933 8.122z" fill="url(#a)"/><path d="m103.26-1421.89 53.19 53.442c4.34 4.358 11.554 3.324 11.554-3.55v-52.443c0-4.228-3.827-8.198-8.032-8.198h-53.19c-6.838 0-7.138 7.115-3.522 10.748z" fill="url(#a)"/></g><g transform="translate(2)"><path d="m1283-1677.53v226h180v-140.44c-28.986-29.2-58.078-58.297-87-87.56h-93z" fill="url(#b)"/><path d="m1277-1683.638v238h192v-151.406c-29.383-29.502-58.745-59.027-88.063-88.594h-103.937z" fill="url(#r)"/><path d="m1283-1677.53v226h180v-140.44c-28.986-29.2-58.078-58.297-87-87.56h-93z" fill="url(#b)"/></g><path d="m1279-1685.638v240h192v-151.406c-29.383-29.502-58.745-59.027-88.063-88.594zm1 1h102.5c29.148 29.362 58.296 58.725 87.5 88.03v149.97h-190z" fill="#fff" opacity=".15"/><path d="m-1347-1515.638h64v64h-64z" fill="url(#s)" opacity=".15" transform="matrix(-1 0 0 1 2 0)"/><path d="m1322-1451.638h100v1h-100z" fill="url(#t)" opacity=".2" transform="translate(2)"/><path d="m-1679.638-1283h228v1h-228z" fill="url(#u)" opacity=".2" transform="matrix(0 1 -1 0 2 0)"/><path d="m-1592.742-1470h139.604v1h-139.604z" fill="url(#v)" opacity=".5" transform="matrix(0 1 -1 0 2 0)"/><g transform="translate(2)"><path d="m1322-1445.638h100v1h-100z" fill="url(#w)" opacity=".5"/><path d="m1284-1502.638v50h50v-1h-49v-49z" fill="url(#x)" opacity=".15"/><path d="m1282-1630.638v-50h50v1h-49v49z" fill="url(#y)" opacity=".1"/></g><path d="m-193.96-2169.202h84.376v1h-84.375z" fill="url(#z)" opacity=".4" transform="matrix(.70710678 .70710678 -.70710678 .70710678 1.999849 -.000063)"/><path d="m-194.666-2161.424h84.375v1h-84.376z" fill="url(#A)" opacity=".1" transform="matrix(.70710678 .70710678 -.70710678 .70710678 1.999849 -.000063)"/><path d="m-194.666-2189.71h84.375v1h-84.376z" fill="url(#B)" opacity=".4" transform="matrix(.70710678 .70710678 -.70710678 .70710678 1.999849 -.000063)"/><path d="m-1679.638-1277h228v1h-228z" fill="url(#C)" opacity=".5" transform="matrix(0 1 -1 0 2 0)"/><path d="m-1596.276 1463h144.745v1h-144.746z" fill="url(#D)" opacity=".2" transform="matrix(0 1 1 0 2 0)"/><g transform="translate(2)"><path d="m1399-1515.638h64v64h-64z" fill="url(#E)" opacity=".15"/><path d="m1462-1502.638v50h-50v-1h49v-49z" fill="url(#F)" opacity=".15"/><path d="m1307-1602.638v6h28v-6zm32 0v6h30v-6zm34 0v6h30v-6zm34 0v6h28v-6zm-100 10v8h28v-8zm32 0v8h30v-8zm34 0v8h30v-8zm34 0v8h28v-8zm-100 12v8h28v-8zm32 0v8h30v-8zm34 0v8h30v-8zm34 0v8h28v-8zm-100 12v8h28v-8zm32 0v8h30v-8zm34 0v8h30v-8zm34 0v8h28v-8zm-100 12v8h28v-8zm32 0v8h30v-8zm34 0v8h30v-8zm34 0v8h28v-8zm-100 12v8h28v-8zm32 0v8h30v-8zm34 0v8h30v-8zm34 0v8h28v-8zm-100 12v8h28v-8zm32 0v8h30v-8zm34 0v8h30v-8zm34 0v8h28v-8zm-100 12v8h28v-8zm32 0v8h30v-8zm34 0v8h30v-8zm34 0v8h28v-8zm-100 12v8h28v-8zm32 0v8h30v-8zm34 0v8h30v-8zm34 0v8h28v-8zm-100 12v6h28v-6zm32 0v6h30v-6zm34 0v6h30v-6zm34 0v6h28v-6z" fill="url(#i)"/><path d="m1307-1602.638v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1zm-100 10v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1zm-100 12v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1zm-100 12v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1zm-100 12v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1zm-100 12v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1zm-100 12v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1zm-100 12v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1zm-100 12v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1zm-100 12v1h28v-1zm32 0v1h30v-1zm34 0v1h30v-1zm34 0v1h28v-1z" fill="#800080" opacity=".25"/><path d="m1336.867-1582.857c-4.423 1.106-8 2.64-10.563 4.282-2.562 1.64-4.21 3.59-4.22 5.937-.077 19.65-.06 38.386-.06 54 0 2.294 1.65 4.262 4.218 5.906 2.568 1.645 6.19 3.057 10.594 4.25 8.81 2.386 20.86 3.844 34.187 3.844 13.328 0 25.378-1.458 34.188-3.844 4.406-1.193 8.026-2.605 10.595-4.25 2.568-1.644 4.196-3.623 4.196-5.917v-54c0-2.345-1.695-4.285-4.257-5.925-2.563-1.64-6.163-3.09-10.563-4.282-8.8-2.383-20.826-3.78-34.156-3.78-13.42 0-24.7 1.417-34.157 3.78zm34.156-1.78c13.188-.025 25.115 1.46 33.687 3.78 4.287 1.16 7.736 2.593 10.032 4.063 2.295 1.47 3.46 2.918 3.343 4.156-.21 2.205-2.578 3.735-4.25 4.688-2.71 1.545-5.95 2.71-8.874 3.468-9.98 2.59-19.947 3.535-29.53 3.78-13.262.214-26.41-.73-38.532-3.84-2.813-.735-5.25-1.64-7.656-2.845-2.16-1.083-5.063-2.882-5.28-5.25-.118-1.273 1.047-2.686 3.343-4.156s5.697-3.094 10.03-4.062c11.927-2.665 23.656-3.764 33.688-3.783zm-47 16.124c.633.635 1.392 1.273 2.28 1.813 3.29 1.996 7.31 3.487 10.564 4.28 13.105 3.04 26.117 4.087 38.625 3.72 10.112-.32 20.32-1.07 29.687-3.72 4.634-1.31 9.564-2.895 12.843-6.093v12.875c0 .582 0 1.22-.125 1.72-.273 1.104-1.37 2.436-3.344 3.593-3.264 1.91-6.84 3.083-10 3.937-11.23 2.74-22.915 3.735-33.53 3.75-11.457-.088-23.537-1.125-33.688-3.78-4.357-1.376-8.725-2.563-11.875-5.47-.724-.677-1.133-1.406-1.31-2.03-.163-.567-.125-1.123-.125-1.72v-12.875zm0 18.03c.388.385.835.766 1.312 1.126 3.833 2.65 8.6 4.188 12.75 5.22 11.482 2.606 21.65 3.477 32.938 3.5 11.353-.234 22.474-.815 32.937-3.5 3.705-.967 7.68-2.386 10.688-3.907 1.144-.58 2.937-2.034 3.375-2.438v12.844c0 .582 0 1.22-.125 1.72-.273 1.104-1.402 2.38-3.344 3.592-4.288 2.516-9.373 3.904-13.843 4.875-10.388 2.016-19.908 2.798-29.687 2.812-4.946 0-9.71-.172-14.187-.594-10.05-1.23-18.982-2.152-27.5-6.063-1.452-.672-2.796-1.603-3.875-2.593-.73-.67-1.116-1.41-1.31-2.03-.076-.24-.124-.504-.125-.72-.035-4.614 0-9.23 0-13.844zm0 18c1.566 1.542 3.638 2.706 5.53 3.502 8.676 3.596 18.944 5.06 27.126 5.748 4.934.406 9.77.595 14.343.594 11.368-.184 22.45-.886 32.937-3.5 4.22-1.145 8.17-2.41 11.657-4.47.934-.554 1.67-1.192 2.406-1.874v13.844c0 1.296-1.023 2.753-3.312 4.22-2.29 1.465-5.718 2.84-10 4-8.562 2.317-20.505 3.78-33.687 3.78s-25.125-1.462-33.687-3.78c-4.282-1.16-7.71-2.535-10-4-2.29-1.467-3.313-2.924-3.313-4.22z" fill="none" opacity=".5" stroke="#fff" stroke-width="2"/><path d="m1322-1602.638v6h-15v-6zm0 10v8h-15v-8zm0 12v8h-15v-8zm0 12v8h-15v-8zm0 12v8h-15v-8zm0 12v8h-15v-8zm0 12v8h-15v-8zm0 12v8h-15v-8zm0 12v8h-15v-8zm0 12v6h-15v-6z" fill="url(#j)" opacity=".35"/><path d="m1420-1602.638v6h15v-6zm0 10v8h15v-8zm0 12v8h15v-8zm0 12v8h15v-8zm0 12v8h15v-8zm0 12v8h15v-8zm0 12v8h15v-8zm0 12v8h15v-8zm0 12v8h15v-8zm0 12v6h15v-6z" fill="url(#k)" opacity=".35"/><path d="m1307-1530.638h128v30h-128z" fill="url(#l)" opacity=".5"/><path d="m1323-1570.638v52c0 7.18 21.49 13 48 13s48-5.82 48-13v-52z" fill="url(#m)"/><path d="m1336.867-1582.857c-4.423 1.106-8 2.64-10.563 4.282-2.562 1.64-4.21 3.59-4.22 5.937-.077 19.65-.06 38.386-.06 54 0 2.294 1.65 4.262 4.218 5.906 2.568 1.645 6.19 3.057 10.594 4.25 8.81 2.386 20.86 3.844 34.187 3.844 13.328 0 25.378-1.458 34.188-3.844 4.406-1.193 8.026-2.605 10.595-4.25 2.568-1.644 4.196-3.623 4.196-5.917v-54c0-2.345-1.695-4.285-4.257-5.925-2.563-1.64-6.163-3.09-10.563-4.282-8.8-2.383-20.826-3.78-34.156-3.78-13.42 0-24.7 1.417-34.157 3.78zm34.156-1.78c13.188-.025 25.115 1.46 33.687 3.78 4.287 1.16 7.736 2.593 10.032 4.063 2.295 1.47 3.46 2.918 3.343 4.156-.21 2.205-2.578 3.735-4.25 4.688-2.71 1.545-5.95 2.71-8.874 3.468-9.98 2.59-19.947 3.535-29.53 3.78-13.262.214-26.41-.73-38.532-3.84-2.813-.735-5.25-1.64-7.656-2.845-2.16-1.083-5.063-2.882-5.28-5.25-.118-1.273 1.047-2.686 3.343-4.156s5.697-3.094 10.03-4.062c11.927-2.665 23.656-3.764 33.688-3.783zm-47 16.124c.633.635 1.392 1.273 2.28 1.813 3.29 1.996 7.31 3.487 10.564 4.28 13.105 3.04 26.117 4.087 38.625 3.72 10.112-.32 20.32-1.07 29.687-3.72 4.634-1.31 9.564-2.895 12.843-6.093v12.875c0 .582 0 1.22-.125 1.72-.273 1.104-1.37 2.436-3.344 3.593-3.264 1.91-6.84 3.083-10 3.937-11.23 2.74-22.915 3.735-33.53 3.75-11.457-.088-23.537-1.125-33.688-3.78-4.357-1.376-8.725-2.563-11.875-5.47-.724-.677-1.133-1.406-1.31-2.03-.163-.567-.125-1.123-.125-1.72v-12.875zm0 18.03c.388.385.835.766 1.312 1.126 3.833 2.65 8.6 4.188 12.75 5.22 11.482 2.606 21.65 3.477 32.938 3.5 11.353-.234 22.474-.815 32.937-3.5 3.705-.967 7.68-2.386 10.688-3.907 1.144-.58 2.937-2.034 3.375-2.438v12.844c0 .582 0 1.22-.125 1.72-.273 1.104-1.402 2.38-3.344 3.592-4.288 2.516-9.373 3.904-13.843 4.875-10.388 2.016-19.908 2.798-29.687 2.812-4.946 0-9.71-.172-14.187-.594-10.05-1.23-18.982-2.152-27.5-6.063-1.452-.672-2.796-1.603-3.875-2.593-.73-.67-1.116-1.41-1.31-2.03-.076-.24-.124-.504-.125-.72-.035-4.614 0-9.23 0-13.844zm0 18c1.566 1.542 3.638 2.706 5.53 3.502 8.676 3.596 18.944 5.06 27.126 5.748 4.934.406 9.77.595 14.343.594 11.368-.184 22.45-.886 32.937-3.5 4.22-1.145 8.17-2.41 11.657-4.47.934-.554 1.67-1.192 2.406-1.874v13.844c0 1.296-1.023 2.753-3.312 4.22-2.29 1.465-5.718 2.84-10 4-8.562 2.317-20.505 3.78-33.687 3.78s-25.125-1.462-33.687-3.78c-4.282-1.16-7.71-2.535-10-4-2.29-1.467-3.313-2.924-3.313-4.22z" fill="url(#n)"/><ellipse cx="519.68799" cy="730.31299" fill="url(#o)" rx="22.438" ry="5.688" transform="matrix(2.095 0 0 2.11 282.407 -3113.52)"/><path id="G" d="m1324.484-1567.358v12.087c0 6.7 20.817 12.132 46.495 12.132 25.677 0 46.494-5.432 46.494-12.133v-12.027c-4.157 3.715-19.627 9.195-46.35 9.195-26.72 0-42.75-5.54-46.64-9.256z" fill="none" opacity=".5" stroke="#fff"/><ellipse cx="519.68799" cy="730.31299" fill="none" opacity=".5" rx="22.438" ry="5.688" stroke="#fff" stroke-width=".489" transform="matrix(2.072 0 0 2.022 293.987 -3049.31)"/><path id="H" d="m1324.484-1566.858v10.087c0 6.7 20.817 12.132 46.495 12.132 25.677 0 46.494-5.432 46.494-12.133v-10.027c-4.157 3.715-19.627 9.196-46.35 9.196-26.72 0-42.75-5.542-46.64-9.258z" fill="url(#c)" opacity=".25"/><path d="m1336.75-1580.477 71.375 15.074-19.444 3.89-31.502-22.125-20.428 3.16z" fill="url(#p)" opacity=".25"/><use height="1085" transform="translate(0 18)" width="5033" xlink:href="#G"/><use height="1085" transform="translate(0 18)" width="5033" xlink:href="#H"/><use height="1085" transform="translate(0 36)" width="5033" xlink:href="#G"/><use height="1085" transform="translate(0 36)" width="5033" xlink:href="#H"/><path d="m1331.727-1563.88s1.28 21.614 9.426 36.528c8.145 14.914 15.245 19.133 15.245 19.133l16.834-1.45s-17.05-11.446-25.067-27.663c-8.016-16.217-10.008-24.395-10.008-24.395z" fill="url(#q)" opacity=".25"/></g></g></svg> \ No newline at end of file
diff --git a/sysui/desktop/icons/hicolor/scalable/apps/basic.svg b/sysui/desktop/icons/hicolor/scalable/apps/basic.svg
new file mode 100644
index 000000000000..f5aba55f790f
--- /dev/null
+++ b/sysui/desktop/icons/hicolor/scalable/apps/basic.svg
@@ -0,0 +1 @@
+<svg height="256" width="256" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="4179.038" x2="4179.038" y1="-1118.358" y2="-1094.717"><stop offset="0" stop-color="#43c330"/><stop offset="1" stop-color="#18a303"/></linearGradient><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="4193.180000000001" x2="4193.180000000001" y1="-1118.004" y2="-1090.056"><stop offset="0" stop-color="#1c99e0"/><stop offset="1" stop-color="#0369a3"/></linearGradient><linearGradient id="c"><stop offset="0" stop-color="#b3b3b3"/><stop offset="1" stop-color="#e6e6e6"/></linearGradient><linearGradient id="d"><stop offset="0" stop-opacity="0"/><stop offset=".493"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="e"><stop offset="0"/><stop offset=".455" stop-opacity=".361"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="f"><stop offset="0" stop-color="#666"/><stop offset="1" stop-color="#333"/></linearGradient><linearGradient id="g" gradientTransform="matrix(.2 0 0 1 4159.4 -524.2)" gradientUnits="userSpaceOnUse" x1="370" x2="370" y1="-985.763" y2="-933.638"><stop offset="0" stop-color="#0369a3"/><stop offset="1" stop-color="#023f62"/></linearGradient><linearGradient id="h" gradientUnits="userSpaceOnUse" x1="4340.600000000001" x2="4310.1056" xlink:href="#e" y1="-1483.1104" y2="-1513.6048"/><linearGradient id="i" gradientTransform="matrix(.8 0 0 2 -1573.2 -1960.4)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#d" y1="-1194.638" y2="-1194.638"/><linearGradient id="j" gradientTransform="matrix(.8 0 0 2 -1573.2 -1952.4)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#d" y1="-1194.638" y2="-1194.638"/><linearGradient id="k" gradientTransform="matrix(1.4 0 0 2 -1652.8 -1782.4)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#d" y1="-1194.638" y2="-1194.638"/><linearGradient id="l" gradientTransform="matrix(1 0 0 2 4189.4 931.5)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#d" y1="-1194.638" y2="-1194.638"/><linearGradient id="m" gradientTransform="matrix(.7 .7 -1.4 1.4 2548.2 -5.5)" gradientUnits="userSpaceOnUse" x1="30.744" x2="144" xlink:href="#d" y1="-1194.638" y2="-1194.638"/><linearGradient id="n" gradientUnits="userSpaceOnUse" x1="-4170.7" x2="-4201.194400000001" xlink:href="#e" y1="-1483.1104" y2="-1513.6048"/><linearGradient id="o" gradientTransform="matrix(1.1 0 0 2 -4328.2 3837)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#d" y1="-1194.638" y2="-1194.638"/><linearGradient id="p" gradientTransform="matrix(1.4 0 0 2 -1652.8 -1774.4)" gradientUnits="userSpaceOnUse" x1="-17" x2="144" xlink:href="#d" y1="-1194.638" y2="-1194.638"/><linearGradient id="q" gradientTransform="matrix(.7 .7 -1.4 1.4 2552.2 -15.5)" gradientUnits="userSpaceOnUse" x1="30.744" x2="144" xlink:href="#d" y1="-1194.638" y2="-1194.638"/><linearGradient id="r" gradientTransform="matrix(.7 .7 -1.4 1.4 2552.2 -49.5)" gradientUnits="userSpaceOnUse" x1="78.822" x2="144" xlink:href="#d" y1="-1194.638" y2="-1194.638"/><linearGradient id="s" gradientUnits="userSpaceOnUse" x1="4176.104000000001" x2="4176.104000000001" y1="-1459.804" y2="-1669.684"><stop offset="0" stop-color="#fff" stop-opacity=".65"/><stop offset="1" stop-color="#fff" stop-opacity=".949"/></linearGradient><linearGradient id="t" gradientUnits="userSpaceOnUse" x1="4195.888" x2="4197.088" xlink:href="#c" y1="-1468.304" y2="-1683.376"/><linearGradient id="u" gradientUnits="userSpaceOnUse" x1="3700.348" x2="3700.348" xlink:href="#f" y1="-1165.276" y2="-1036.908"/><linearGradient id="v" gradientTransform="matrix(8 0 0 8.1 2717.9 -9050.3)" gradientUnits="userSpaceOnUse" x1="110.969" x2="110.969" xlink:href="#f" y1="976.3" y2="992.375"/><radialGradient id="w" cx="-142.70917" cy="193.1309" gradientUnits="userSpaceOnUse" r="35.83989"><stop offset="0" stop-color="#808080"/><stop offset="1" stop-color="#4d4d4d"/></radialGradient><linearGradient id="x" gradientTransform="matrix(1.9 0 0 -1.9 -7859.19 -1893.57)" gradientUnits="userSpaceOnUse" x1="4195.832000000001" x2="4195.832000000001" xlink:href="#c" y1="-1105.1" y2="-1064.963"/><linearGradient id="y" gradientUnits="userSpaceOnUse" x1="114.1733" x2="114.1733" xlink:href="#c" y1="106.56" y2="219.781"/><g transform="translate(23.289)"><text transform="translate(-4151.600000000001 1693.8)" x="382.125" y="-1109.14"/><path d="m3618-1160.617v115.98c0 4.19 1.813 6 6.002 6h92.007c4.188 0 6-1.81 6-6v-71.826c.047-2.112-.78-4.23-2.25-5.75l-42.168-42.153c-1.518-1.47-3.637-2.298-5.75-2.25h-47.84c-4.152 0-6.02 3.486-6 6z" fill="url(#u)" transform="matrix(2 0 0 2 -7235.3 2333.3)"/><path d="m3692.642-1166.59c-2.663.853-3.56 4.907-1.506 6.813l24.097 24.224c2.227 2.12 6.66.306 6.778-2.776v-24.223c0-2.113-1.912-4.036-4.015-4.037h-24.098c-.415-.064-.84-.064-1.255 0z" fill="url(#v)" transform="matrix(2 0 0 2 -7235.3 2333.3)"/><g transform="translate(-4151.600000000001 1693.8)"><path d="m4163.640000000001-1681.795v232h184v-145.75l-1.25-1.25-83.5-84-1-1z" fill="url(#t)"/><path d="m4171.640000000001-1673.674h84.47l83.53 84v132h-168z" fill="url(#s)"/><path d="m4301.054-1679.534 47.324 47.324-1.414 1.415-47.324-47.325z" fill="url(#r)" opacity=".25"/><path d="m4265.054-1681.534 83.324 83.324-1.414 1.415-83.324-83.325z" fill="url(#q)" opacity=".25"/></g><path d="m-1675.796-4163.640000000001h218v2h-218z" fill="url(#p)" opacity=".5" transform="matrix(0 1 -1 0 -4151.600000000001 1693.8)"/><path d="m-4347.640000000001 1447.795h184v2h-184z" fill="url(#o)" opacity=".5" transform="matrix(-1 0 0 -1 -4151.600000000001 1693.8)"/><path d="m-4237.640000000001-1523.796h64v64h-64z" fill="url(#n)" opacity=".15" transform="matrix(-1 0 0 1 -4151.600000000001 1693.8)"/><path d="m4261.054-1671.534 83.324 83.324-1.414 1.415-83.324-83.325z" fill="url(#m)" opacity=".1" transform="translate(-4151.600000000001 1693.8)"/><path d="m4171.640000000001-1457.796h167.994v2h-167.994z" fill="url(#l)" opacity=".2" transform="translate(-4151.600000000001 1693.8)"/><path d="m-1675.796-4171.640000000001h218v2h-218z" fill="url(#k)" opacity=".2" transform="matrix(0 1 -1 0 -4151.600000000001 1693.8)"/><path d="m-1586.795-4341.640000000001h129v2h-129z" fill="url(#j)" opacity=".2" transform="matrix(0 1 -1 0 -4151.600000000001 1693.8)"/><path d="m-1586.795-4349.640000000001h129v2h-129z" fill="url(#i)" opacity=".5" transform="matrix(0 1 -1 0 -4151.600000000001 1693.8)"/><path d="m4273.640000000001-1523.796h64v64h-64z" fill="url(#h)" opacity=".15" transform="translate(-4151.600000000001 1693.8)"/><path d="m94.04 114.01h24v4h-24zm-56-16h12v4h-12zm16 0h44v4h-44zm48 0h12v4h-12zm-64 8h12v4h-12zm16 0h8v4h-8zm12 0h8v4h-8zm12 0h24v4h-24zm-40 8h12v4h-12zm16 0h24v4h-24zm28 0h8v4h-8zm-28 8h24v4h-24zm16 24h16v4h-16zm8-8h4v4h-4zm12-16h8v4h-8zm-36 8h8v4h-8zm12 0h16v4h-16zm20 0h16v4h-16zm40 0h11.6v4h-11.6zm-72 8h12v4h-12zm16 0h4v4h-4zm28 0h4v4h-4zm-12 0h8v4h-8zm-4-16h4v4h-4zm8 23.995h4v4h-4zm-20 8.005h16v4h-16zm80-8h16v4h-16zm12 8h4v4h-4zm-4 0h4v4h-4zm-12 0h8v4h-8zm-92 8h16v4h-16zm20 0h4v4h-4zm-20 8h4v4h-4zm16 0h4v4h-4zm-8 0h4v4h-4zm16 0h8v4h-8zm-8 8h16v4h-16zm20 0h4v4h-4zm-20 8h16v4h-16zm20 0h4v4h-4zm-36 8h8v4h-8zm12 0h4v4h-4zm-28 8h8v4h-8zm12 0h8v4h-8zm36-8h12v4h-12zm-12 0h8v4h-8zm72 0h12v4h-12zm-12 0h8v4h-8z" fill="#fff"/><path d="m54.04 104.01h8v4h-8zm36 16h8v4h-8zm-4 16h8v4h-8zm64 8h16v4h-16zm8 8h4v4h-4zm-80 16h8v4h-8z" fill="#d36118"/><g fill="url(#a)" transform="matrix(2 0 0 2 -8280 2333.3)"><path d="m4167-1118.636h22v2h-22z"/><path d="m4167-1110.636h12v2h-12z"/><path d="m4167-1106.636h12v2h-12z"/><path d="m4175-1094.636h8v2h-8z"/><path d="m4175-1098.636h2v2h-2z"/><path d="m4175-1090.636h8v2h-8z"/><path d="m4213-1090.636h4v2h-4z"/><path d="m4177-1086.636h2v2h-2z"/><path d="m4171-1082.636h2v2h-2z"/><path d="m4175-1078.636h8v2h-8z"/><path d="m4175-1074.636h8v2h-8z"/></g><path d="m4241.640000000001-1509.79h4v4h-4z" fill="url(#g)" transform="translate(-4151.600000000001 1693.8)"/><path d="m74.04 192.01h8v4h-8z" fill="#d36118"/><g fill="url(#b)" transform="matrix(2 0 0 2 -8280 2333.3)"><path d="m4187-1110.636h12v2h-12z"/><path d="m4159-1118.636h6v2h-6z"/><path d="m4191-1118.636h6v2h-6z"/><path d="m4159-1114.636h6v2h-6z"/><path d="m4173-1114.636h4v2h-4z"/><path d="m4179-1114.636h12v2h-12z"/><path d="m4159-1110.636h6v2h-6z"/><path d="m4181-1110.636h4v2h-4z"/><path d="m4179-1098.636h2v2h-2z"/><path d="m4167-1102.636h4v2h-4z"/><path d="m4173-1102.636h8v2h-8z"/><path d="m4183-1102.636h8v2h-8z"/><path d="m4203-1102.636h5.8v2h-5.8z"/><path d="m4167-1098.636h6v2h-6z"/><path d="m4189-1098.636h2v2h-2z"/><path d="m4181-1106.636h2v2h-2z"/><path d="m4185-1094.638h2v2h-2z"/><path d="m4221-1090.636h2v2h-2z"/><path d="m4167-1086.636h8v2h-8z"/><path d="m4167-1082.636h2v2h-2z"/><path d="m4175-1082.636h2v2h-2z"/><path d="m4185-1078.636h2v2h-2z"/><path d="m4167-1070.636h4v2h-4z"/><path d="m4173-1070.636h2v2h-2z"/><path d="m4159-1066.636h4v2h-4z"/><path d="m4165-1066.636h4v2h-4z"/><path d="m4183-1070.636h6v2h-6z"/><path d="m4213-1070.636h6v2h-6z"/></g><path d="m134.04 192.01h8v4h-8z" fill="#d36118"/><path d="m111.452 130.263c-5.298 1.66-10.09 4.463-14.08 8.13l5.236 11.916c-1.417 1.82-2.584 3.84-3.467 6.01l-12.943 1.416c-.582 2.616-.89 5.34-.89 8.13 0 2.793.308 5.516.89 8.132l12.944 1.417c.884 2.17 2.05 4.19 3.468 6.01l-5.236 11.915c3.99 3.666 8.782 6.472 14.08 8.13l7.7-10.497c1.133.155 2.292.238 3.467.238s2.333-.08 3.466-.237l7.7 10.498c5.3-1.658 10.09-4.462 14.08-8.13l-5.236-11.915c1.418-1.82 2.584-3.84 3.467-6.01l12.945-1.417c.58-2.616.89-5.34.89-8.13 0-2.792-.31-5.516-.89-8.132l-12.945-1.417c-.883-2.17-2.05-4.19-3.467-6.01l5.236-11.916c-3.99-3.668-8.78-6.472-14.08-8.13l-7.7 10.497c-1.133-.154-2.29-.237-3.467-.237-1.176 0-2.335.082-3.468.238l-7.7-10.497zm11.167 25.89c5.365 0 9.714 4.35 9.714 9.714 0 5.365-4.35 9.715-9.715 9.715-5.366 0-9.716-4.35-9.716-9.715s4.35-9.715 9.715-9.715z" fill="none" stroke="#fff" stroke-width="3.82018"/><path d="m110.4607 133.4177c-5.2706 1.653-10.0396 4.4403-14.0068 8.0883l5.2117 11.8522c-1.4117 1.8107-2.5726 3.8228-3.4504 5.9793l-12.8763 1.4098c-.5776 2.603-.8835 5.3105-.8835 8.0883 0 2.774.304 5.4853.8835 8.0883l12.8763 1.4098c.8797 2.1584 2.0387 4.1686 3.4504 5.9793l-5.2098 11.8503c3.971 3.648 8.74 6.4372 14.0087 8.0883l7.657-10.4424c1.1286.152 2.28.2356 3.4504.2356 1.1666 0 2.318-.0817 3.4466-.2356l7.657 10.4424c5.2725-1.653 10.0396-4.4403 14.0087-8.0883l-5.2098-11.8522c1.4098-1.8126 2.5707-3.8228 3.4504-5.9812l12.8763-1.406c.5795-2.603.8854-5.3143.8854-8.0902 0-2.7778-.304-5.4872-.8854-8.0883l-12.8744-1.4098c-.8778-2.1565-2.0387-4.1686-3.4485-5.9793l5.2098-11.8522c-3.971-3.648-8.7362-6.4372-14.0068-8.0883l-7.657 10.4443c-1.1286-.152-2.28-.2375-3.4504-.2375-1.1723 0-2.3237.0817-3.4504.2375l-7.6608-10.4443zm11.1074 25.7526c5.3352 0 9.6615 4.3282 9.6615 9.6653 0 5.339-4.3263 9.6634-9.6634 9.6634-5.339 0-9.6653-4.3263-9.6653-9.6634 0-5.339 4.3263-9.6653 9.6634-9.6653z" fill="url(#w)"/><path d="m110.45 131.528c-5.27 1.65-10.045 4.427-14.013 8.075l1.84 4.156c3.576-2.885 7.684-5.126 12.172-6.532l7.66 10.45c1.126-.154 2.273-.237 3.443-.237s2.316.084 3.443.238l7.66-10.45c4.488 1.406 8.655 3.647 12.23 6.53l1.782-4.155c-3.968-3.648-8.742-6.424-14.012-8.075l-7.66 10.45c-1.127-.154-2.274-.237-3.443-.237-1.17 0-2.317.084-3.444.238l-7.66-10.45zm-10.332 22.206c-.727 1.183-1.37 2.44-1.9 3.74l-12.884 1.367c-.578 2.603-.89 5.358-.89 8.135 0 .96.047 1.908.12 2.85.134-1.79.39-3.574.77-5.284l12.885-1.365c.877-2.157 2.033-4.186 3.443-5.997l-1.544-3.444h-.002zm42.87 0-1.485 3.444c1.41 1.81 2.565 3.84 3.443 5.997l12.825 1.366c.38 1.71.638 3.494.773 5.285.072-.942.12-1.89.12-2.85 0-2.777-.313-5.532-.89-8.134l-12.826-1.365c-.534-1.31-1.225-2.55-1.96-3.74zm-30.64 16.09c-.27.893-.414 1.87-.414 2.85 0 5.338 4.28 9.62 9.62 9.62 5.336 0 9.677-4.282 9.677-9.62 0-.98-.144-1.957-.415-2.85-1.224 3.935-4.926 6.77-9.262 6.77-4.337 0-7.98-2.835-9.204-6.77zm-12.23 16.032-3.68 8.43c.588.542 1.217 1.043 1.84 1.545l3.384-7.718c-.564-.724-1.062-1.47-1.544-2.256zm42.928.06c-.475.768-.99 1.485-1.543 2.196l3.384 7.72c.623-.504 1.192-1.004 1.78-1.545l-3.62-8.372z" opacity=".35"/><path d="m121.551 174.8403c4.37 0 7.8983-3.5302 7.8983-7.8964 0-4.3624-3.5302-7.8356-7.8964-7.8356-4.3643 0-7.8356 3.4732-7.8356 7.8375 0 4.37 3.4713 7.9002 7.8375 7.8983zm0 3.8c-6.4182 0-11.6356-5.2763-11.6356-11.6964 0-6.4163 5.2174-11.6356 11.6375-11.6356 6.422 0 11.6983 5.2193 11.6983 11.6375 0 6.422-5.2782 11.6983-11.6964 11.6983z" fill="url(#x)"/><path d="m110.4417 131.5393c-5.2706 1.653-10.0377 4.4403-14.003 8.0883l5.206 11.8522c-1.4098 1.8107-2.5707 3.819-3.4485 5.9793l-12.8763 1.406c-.5757 2.603-.8816 5.3124-.8816 8.0883 0 2.7778.304 5.4872.8835 8.0883l12.8782 1.4098c.8778 2.1584 2.0387 4.1686 3.4485 5.9793l-5.206 11.8522c3.9653 3.648 8.7343 6.441 14.003 8.0902l7.657-10.4443c1.1305.1558 2.28.2394 3.4523.2394 1.1685 0 2.3218-.0817 3.4485-.2375l7.657 10.4462c5.2725-1.653 10.0396-4.4403 14.0068-8.0883l-5.206-11.8503c1.406-1.8107 2.5688-3.819 3.4466-5.9793l12.8782-1.4098c.5776-2.603.8854-5.3105.8854-8.0883 0-2.774-.304-5.4853-.8854-8.0864l-12.8763-1.406c-.874-2.1603-2.0368-4.1705-3.4466-5.9812l5.206-11.8522c-3.9653-3.648-8.7324-6.4372-14.003-8.0883l-7.657 10.4424c-1.1286-.152-2.28-.2356-3.4504-.2356s-2.3218.0798-3.4504.2337l-7.657-10.4424z" fill="none" stroke="url(#y)" stroke-width="3.8"/></g></svg> \ No newline at end of file
diff --git a/sysui/desktop/icons/hicolor/scalable/apps/calc.svg b/sysui/desktop/icons/hicolor/scalable/apps/calc.svg
index 1f52c071a7c7..bf0b2f3a07a3 100644
--- a/sysui/desktop/icons/hicolor/scalable/apps/calc.svg
+++ b/sysui/desktop/icons/hicolor/scalable/apps/calc.svg
@@ -1,39943 +1 @@
-<?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"
- width="255.99994"
- height="255.99994"
- viewBox="0 0 166.39929 204.80005"
- version="1.0"
- id="svg2"
- inkscape:version="0.46"
- sodipodi:docname="calc.svg"
- sodipodi:version="0.32"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/pracovni/prace/tmp/test6/icons/new/apps/calc.png"
- inkscape:export-xdpi="72"
- inkscape:export-ydpi="72">
- <metadata
- id="metadata17318">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1680"
- inkscape:window-height="1002"
- id="namedview17316"
- showgrid="false"
- showborder="false"
- inkscape:zoom="2.1737926"
- inkscape:cx="17.054208"
- inkscape:cy="127.99957"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:window-maximized="0"
- inkscape:current-layer="svg2" />
- <defs
- id="defs4">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 128.00003 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="207.99911 : 128.00003 : 1"
- inkscape:persp3d-origin="103.99956 : 85.333354 : 1"
- id="perspective17320" />
- <clipPath
- id="clip1">
- <path
- d="M 0,198.45703 C 0,201.55078 2.898438,204.80078 6.207031,204.80078 L 159.79687,204.80078 C 163.5,204.80078 166.39453,201.70312 166.39453,198.60547 L 166.39453,79.25 C 166.39453,75.871094 165.98828,74.304688 163.59766,71.917969 L 95.335938,3.6875 C 92.945312,1.296875 91.117188,0.0664062 87.738281,0.0625 L 6.347656,0 C 3.039062,0 0,2.945312 0,6.496094 L 0,198.45703 z"
- id="path7" />
- </clipPath>
- <linearGradient
- id="linear0"
- gradientUnits="userSpaceOnUse"
- x1="168.82812"
- y1="-1409.793"
- x2="168.82812"
- y2="-1156.1836"
- gradientTransform="matrix(0.8032,0,0,0.807546,30.795678,1138.4714)">
- <stop
- offset="0.00392145"
- style="stop-color:rgb(9.411765%,63.921569%,1.176471%);stop-opacity:1;"
- id="stop10" />
- <stop
- offset="0.015625"
- style="stop-color:rgb(9.391928%,63.785763%,1.173419%);stop-opacity:1;"
- id="stop12" />
- <stop
- offset="0.03125"
- style="stop-color:rgb(9.349203%,63.468376%,1.167315%);stop-opacity:1;"
- id="stop14" />
- <stop
- offset="0.046875"
- style="stop-color:rgb(9.300374%,63.105211%,1.161212%);stop-opacity:1;"
- id="stop16" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(9.251545%,62.742046%,1.155108%);stop-opacity:1;"
- id="stop18" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(9.20119%,62.378882%,1.149004%);stop-opacity:1;"
- id="stop20" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(9.152361%,62.015717%,1.142901%);stop-opacity:1;"
- id="stop22" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(9.103532%,61.654078%,1.136797%);stop-opacity:1;"
- id="stop24" />
- <stop
- offset="0.125"
- style="stop-color:rgb(9.054704%,61.290913%,1.130694%);stop-opacity:1;"
- id="stop26" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(9.004349%,60.927749%,1.12459%);stop-opacity:1;"
- id="stop28" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(8.95552%,60.564584%,1.118486%);stop-opacity:1;"
- id="stop30" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(8.906691%,60.201419%,1.112383%);stop-opacity:1;"
- id="stop32" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(8.857862%,59.838254%,1.106279%);stop-opacity:1;"
- id="stop34" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(8.807507%,59.47509%,1.100175%);stop-opacity:1;"
- id="stop36" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(8.758679%,59.111925%,1.094072%);stop-opacity:1;"
- id="stop38" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(8.70985%,58.74876%,1.087968%);stop-opacity:1;"
- id="stop40" />
- <stop
- offset="0.25"
- style="stop-color:rgb(8.661021%,58.387121%,1.081865%);stop-opacity:1;"
- id="stop42" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(8.610666%,58.023957%,1.075761%);stop-opacity:1;"
- id="stop44" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(8.561837%,57.660792%,1.069657%);stop-opacity:1;"
- id="stop46" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(8.513008%,57.297627%,1.063554%);stop-opacity:1;"
- id="stop48" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(8.464179%,56.934463%,1.05745%);stop-opacity:1;"
- id="stop50" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(8.413825%,56.571298%,1.051347%);stop-opacity:1;"
- id="stop52" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(8.364996%,56.208133%,1.045243%);stop-opacity:1;"
- id="stop54" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(8.316167%,55.844968%,1.039139%);stop-opacity:1;"
- id="stop56" />
- <stop
- offset="0.375"
- style="stop-color:rgb(8.267338%,55.48333%,1.033036%);stop-opacity:1;"
- id="stop58" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(8.216983%,55.120165%,1.026932%);stop-opacity:1;"
- id="stop60" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(8.168154%,54.757%,1.020829%);stop-opacity:1;"
- id="stop62" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(8.119326%,54.393835%,1.014725%);stop-opacity:1;"
- id="stop64" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(8.070497%,54.030671%,1.008621%);stop-opacity:1;"
- id="stop66" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(8.020142%,53.667506%,1.002518%);stop-opacity:1;"
- id="stop68" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(7.971313%,53.304341%,0.996414%);stop-opacity:1;"
- id="stop70" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(7.922484%,52.941176%,0.990311%);stop-opacity:1;"
- id="stop72" />
- <stop
- offset="0.5"
- style="stop-color:rgb(7.873655%,52.578012%,0.984207%);stop-opacity:1;"
- id="stop74" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(7.823301%,52.216373%,0.976577%);stop-opacity:1;"
- id="stop76" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(7.774472%,51.853208%,0.970474%);stop-opacity:1;"
- id="stop78" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(7.725643%,51.490043%,0.96437%);stop-opacity:1;"
- id="stop80" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(7.675288%,51.126879%,0.958267%);stop-opacity:1;"
- id="stop82" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(7.626459%,50.763714%,0.952163%);stop-opacity:1;"
- id="stop84" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(7.57763%,50.400549%,0.946059%);stop-opacity:1;"
- id="stop86" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(7.528801%,50.037385%,0.939956%);stop-opacity:1;"
- id="stop88" />
- <stop
- offset="0.625"
- style="stop-color:rgb(7.478447%,49.67422%,0.933852%);stop-opacity:1;"
- id="stop90" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(7.429618%,49.311055%,0.927749%);stop-opacity:1;"
- id="stop92" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(7.380789%,48.949416%,0.921645%);stop-opacity:1;"
- id="stop94" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(7.33196%,48.586252%,0.915541%);stop-opacity:1;"
- id="stop96" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(7.281605%,48.223087%,0.909438%);stop-opacity:1;"
- id="stop98" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(7.232776%,47.859922%,0.903334%);stop-opacity:1;"
- id="stop100" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(7.183948%,47.496757%,0.89723%);stop-opacity:1;"
- id="stop102" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(7.135119%,47.133593%,0.891127%);stop-opacity:1;"
- id="stop104" />
- <stop
- offset="0.75"
- style="stop-color:rgb(7.084764%,46.770428%,0.885023%);stop-opacity:1;"
- id="stop106" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(7.035935%,46.407263%,0.87892%);stop-opacity:1;"
- id="stop108" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(6.987106%,46.045624%,0.872816%);stop-opacity:1;"
- id="stop110" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(6.938277%,45.68246%,0.866712%);stop-opacity:1;"
- id="stop112" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(6.887922%,45.319295%,0.860609%);stop-opacity:1;"
- id="stop114" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(6.839094%,44.95613%,0.854505%);stop-opacity:1;"
- id="stop116" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(6.790265%,44.592966%,0.848402%);stop-opacity:1;"
- id="stop118" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(6.741436%,44.229801%,0.842298%);stop-opacity:1;"
- id="stop120" />
- <stop
- offset="0.875"
- style="stop-color:rgb(6.691081%,43.866636%,0.836194%);stop-opacity:1;"
- id="stop122" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(6.642252%,43.503471%,0.830091%);stop-opacity:1;"
- id="stop124" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(6.593423%,43.140307%,0.823987%);stop-opacity:1;"
- id="stop126" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(6.544594%,42.778668%,0.817884%);stop-opacity:1;"
- id="stop128" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(6.49424%,42.415503%,0.81178%);stop-opacity:1;"
- id="stop130" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(6.445411%,42.052338%,0.805676%);stop-opacity:1;"
- id="stop132" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(6.396582%,41.689174%,0.799573%);stop-opacity:1;"
- id="stop134" />
- <stop
- offset="0.984375"
- style="stop-color:rgb(6.347753%,41.326009%,0.793469%);stop-opacity:1;"
- id="stop136" />
- <stop
- offset="1"
- style="stop-color:rgb(6.298924%,40.96437%,0.787366%);stop-opacity:1;"
- id="stop138" />
- </linearGradient>
- <clipPath
- id="clip2">
- <path
- d="M 114.60547,8.628906 L 157.15625,51.375 C 160.62891,54.863281 166.39844,54.035156 166.39844,48.535156 L 166.39844,6.589844 C 166.39844,3.207031 163.33984,0.03125 159.97266,0.03125 L 117.42188,0.03125 C 111.94922,0.03125 111.71094,5.722656 114.60547,8.628906 z"
- id="path141" />
- </clipPath>
- <linearGradient
- id="linear1"
- gradientUnits="userSpaceOnUse"
- x1="168.82812"
- y1="-1409.7539"
- x2="168.82812"
- y2="-1341.8516"
- gradientTransform="matrix(0.8032,0,0,0.807546,30.795678,1138.4714)">
- <stop
- offset="0.0140814"
- style="stop-color:rgb(9.411765%,63.921569%,1.176471%);stop-opacity:1;"
- id="stop144" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(9.390402%,63.770504%,1.173419%);stop-opacity:1;"
- id="stop146" />
- <stop
- offset="0.125"
- style="stop-color:rgb(9.343099%,63.42565%,1.167315%);stop-opacity:1;"
- id="stop148" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(9.291218%,63.036545%,1.161212%);stop-opacity:1;"
- id="stop150" />
- <stop
- offset="0.25"
- style="stop-color:rgb(9.237812%,62.648966%,1.153582%);stop-opacity:1;"
- id="stop152" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(9.185931%,62.259861%,1.147478%);stop-opacity:1;"
- id="stop154" />
- <stop
- offset="0.375"
- style="stop-color:rgb(9.132525%,61.870756%,1.141375%);stop-opacity:1;"
- id="stop156" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(9.080644%,61.481651%,1.133745%);stop-opacity:1;"
- id="stop158" />
- <stop
- offset="0.5"
- style="stop-color:rgb(9.027237%,61.092546%,1.127642%);stop-opacity:1;"
- id="stop160" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(8.973831%,60.704967%,1.121538%);stop-opacity:1;"
- id="stop162" />
- <stop
- offset="0.625"
- style="stop-color:rgb(8.92195%,60.315862%,1.113909%);stop-opacity:1;"
- id="stop164" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(8.868544%,59.926757%,1.107805%);stop-opacity:1;"
- id="stop166" />
- <stop
- offset="0.75"
- style="stop-color:rgb(8.816663%,59.537652%,1.101701%);stop-opacity:1;"
- id="stop168" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(8.763256%,59.150072%,1.094072%);stop-opacity:1;"
- id="stop170" />
- <stop
- offset="0.875"
- style="stop-color:rgb(8.711376%,58.760967%,1.087968%);stop-opacity:1;"
- id="stop172" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(8.657969%,58.371862%,1.081865%);stop-opacity:1;"
- id="stop174" />
- <stop
- offset="1"
- style="stop-color:rgb(8.606088%,57.982757%,1.074235%);stop-opacity:1;"
- id="stop176" />
- </linearGradient>
- <filter
- id="alpha"
- filterUnits="objectBoundingBox"
- x="0"
- y="0"
- width="1"
- height="1">
- <feColorMatrix
- type="matrix"
- in="SourceGraphic"
- values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
- id="feColorMatrix179" />
- </filter>
- <mask
- id="mask0">
- <g
- id="g182"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACW0lEQVR4nO3csQ3CUBQEwQO5G/qlQ4ogMg2Y2BvMVOBgdcl/8mPbZ9Dzet79BfCPOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEnWse28+yPgiuUkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMsb+tkWU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1kOP8iynGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOshx+kGU5yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkOfwgy3KSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMly+EGW5SRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxv62RZTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWQ4/yLKcZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yHH6QZTnJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJ8scPqk7LSZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWd7WybKcZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yHH6QZTnJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJ1rHtffdHwIXvDzZyEUbTUtUAAAAAAElFTkSuQmCC"
- id="image184" />
- </g>
- </mask>
- <clipPath
- id="clip4">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path187" />
- </clipPath>
- <clipPath
- id="clip5">
- <path
- d="M 11.199219,12.886719 L 11.199219,193.6875 C 59.199219,193.6875 107.19922,193.68359 155.19922,193.6875 L 155.19922,81.335938 C 132.01172,57.972656 108.73828,34.695312 85.601562,11.285156 C 60.800781,11.285156 36,11.285156 11.199219,11.285156 L 11.199219,12.085938 L 11.199219,12.886719 z"
- id="path190" />
- </clipPath>
- <linearGradient
- id="linear2"
- gradientUnits="userSpaceOnUse"
- x1="209.0625"
- y1="-754.375"
- x2="209.0625"
- y2="-782.875"
- gradientTransform="matrix(6.4,0,0,6.4,-1318.4002,5021.6866)">
- <stop
- offset="0"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop193" />
- <stop
- offset="0.5"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop195" />
- <stop
- offset="1"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop197" />
- </linearGradient>
- <clipPath
- id="clip3">
- <rect
- width="167"
- height="205"
- id="rect200"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface1"
- clip-path="url(#clip3)">
- <g
- clip-path="url(#clip4)"
- clip-rule="nonzero"
- id="g203">
- <g
- clip-path="url(#clip5)"
- clip-rule="nonzero"
- id="g205">
- <path
- style="fill:url(#linear2);fill-rule:nonzero;stroke:none"
- d="M 11.199219,11.285156 L 11.199219,193.6875 L 155.19922,193.6875 L 155.19922,11.285156 L 11.199219,11.285156 z"
- id="path207" />
- </g>
- </g>
- </g>
- <clipPath
- id="clip6">
- <path
- d="M 6.398438,8 L 6.398438,198.39844 L 160,198.39844 L 160,77.273438 C 136.49219,53.671875 113.00391,30.054688 89.550781,6.398438 C 61.832031,6.398438 34.117188,6.398438 6.398438,6.398438 L 6.398438,7.199219 L 6.398438,8 L 6.398438,8 z"
- id="path210" />
- </clipPath>
- <linearGradient
- id="linear3"
- gradientUnits="userSpaceOnUse"
- x1="294.33984"
- y1="257.59375"
- x2="294.42188"
- y2="242.55078"
- gradientTransform="matrix(12.7664,0,0,12.81984,-3732.1042,-3103.8254)">
- <stop
- offset="0.00441502"
- style="stop-color:rgb(60%,60%,60%);stop-opacity:1;"
- id="stop213" />
- <stop
- offset="0.0625"
- style="stop-color:rgb(60%,60%,60%);stop-opacity:1;"
- id="stop215" />
- <stop
- offset="0.0673543"
- style="stop-color:rgb(60%,60%,60%);stop-opacity:1;"
- id="stop217" />
- <stop
- offset="0.078125"
- style="stop-color:rgb(60.181582%,60.181582%,60.181582%);stop-opacity:1;"
- id="stop219" />
- <stop
- offset="0.0859375"
- style="stop-color:rgb(60.495918%,60.495918%,60.495918%);stop-opacity:1;"
- id="stop221" />
- <stop
- offset="0.09375"
- style="stop-color:rgb(60.759899%,60.759899%,60.759899%);stop-opacity:1;"
- id="stop223" />
- <stop
- offset="0.101562"
- style="stop-color:rgb(61.02388%,61.02388%,61.02388%);stop-opacity:1;"
- id="stop225" />
- <stop
- offset="0.109375"
- style="stop-color:rgb(61.286336%,61.286336%,61.286336%);stop-opacity:1;"
- id="stop227" />
- <stop
- offset="0.117188"
- style="stop-color:rgb(61.550317%,61.550317%,61.550317%);stop-opacity:1;"
- id="stop229" />
- <stop
- offset="0.125"
- style="stop-color:rgb(61.814298%,61.814298%,61.814298%);stop-opacity:1;"
- id="stop231" />
- <stop
- offset="0.132812"
- style="stop-color:rgb(62.078279%,62.078279%,62.078279%);stop-opacity:1;"
- id="stop233" />
- <stop
- offset="0.140625"
- style="stop-color:rgb(62.34226%,62.34226%,62.34226%);stop-opacity:1;"
- id="stop235" />
- <stop
- offset="0.148438"
- style="stop-color:rgb(62.606241%,62.606241%,62.606241%);stop-opacity:1;"
- id="stop237" />
- <stop
- offset="0.15625"
- style="stop-color:rgb(62.870222%,62.870222%,62.870222%);stop-opacity:1;"
- id="stop239" />
- <stop
- offset="0.164062"
- style="stop-color:rgb(63.134203%,63.134203%,63.134203%);stop-opacity:1;"
- id="stop241" />
- <stop
- offset="0.171875"
- style="stop-color:rgb(63.398184%,63.398184%,63.398184%);stop-opacity:1;"
- id="stop243" />
- <stop
- offset="0.179687"
- style="stop-color:rgb(63.662165%,63.662165%,63.662165%);stop-opacity:1;"
- id="stop245" />
- <stop
- offset="0.1875"
- style="stop-color:rgb(63.926146%,63.926146%,63.926146%);stop-opacity:1;"
- id="stop247" />
- <stop
- offset="0.195312"
- style="stop-color:rgb(64.190127%,64.190127%,64.190127%);stop-opacity:1;"
- id="stop249" />
- <stop
- offset="0.203125"
- style="stop-color:rgb(64.454108%,64.454108%,64.454108%);stop-opacity:1;"
- id="stop251" />
- <stop
- offset="0.210937"
- style="stop-color:rgb(64.71809%,64.71809%,64.71809%);stop-opacity:1;"
- id="stop253" />
- <stop
- offset="0.21875"
- style="stop-color:rgb(64.982071%,64.982071%,64.982071%);stop-opacity:1;"
- id="stop255" />
- <stop
- offset="0.226562"
- style="stop-color:rgb(65.246052%,65.246052%,65.246052%);stop-opacity:1;"
- id="stop257" />
- <stop
- offset="0.234375"
- style="stop-color:rgb(65.510033%,65.510033%,65.510033%);stop-opacity:1;"
- id="stop259" />
- <stop
- offset="0.242188"
- style="stop-color:rgb(65.774014%,65.774014%,65.774014%);stop-opacity:1;"
- id="stop261" />
- <stop
- offset="0.25"
- style="stop-color:rgb(66.037995%,66.037995%,66.037995%);stop-opacity:1;"
- id="stop263" />
- <stop
- offset="0.257812"
- style="stop-color:rgb(66.301976%,66.301976%,66.301976%);stop-opacity:1;"
- id="stop265" />
- <stop
- offset="0.265625"
- style="stop-color:rgb(66.565957%,66.565957%,66.565957%);stop-opacity:1;"
- id="stop267" />
- <stop
- offset="0.273438"
- style="stop-color:rgb(66.829938%,66.829938%,66.829938%);stop-opacity:1;"
- id="stop269" />
- <stop
- offset="0.28125"
- style="stop-color:rgb(67.093919%,67.093919%,67.093919%);stop-opacity:1;"
- id="stop271" />
- <stop
- offset="0.289062"
- style="stop-color:rgb(67.3579%,67.3579%,67.3579%);stop-opacity:1;"
- id="stop273" />
- <stop
- offset="0.296875"
- style="stop-color:rgb(67.621881%,67.621881%,67.621881%);stop-opacity:1;"
- id="stop275" />
- <stop
- offset="0.304688"
- style="stop-color:rgb(67.885863%,67.885863%,67.885863%);stop-opacity:1;"
- id="stop277" />
- <stop
- offset="0.3125"
- style="stop-color:rgb(68.149844%,68.149844%,68.149844%);stop-opacity:1;"
- id="stop279" />
- <stop
- offset="0.320312"
- style="stop-color:rgb(68.413825%,68.413825%,68.413825%);stop-opacity:1;"
- id="stop281" />
- <stop
- offset="0.328125"
- style="stop-color:rgb(68.677806%,68.677806%,68.677806%);stop-opacity:1;"
- id="stop283" />
- <stop
- offset="0.335938"
- style="stop-color:rgb(68.941787%,68.941787%,68.941787%);stop-opacity:1;"
- id="stop285" />
- <stop
- offset="0.34375"
- style="stop-color:rgb(69.205768%,69.205768%,69.205768%);stop-opacity:1;"
- id="stop287" />
- <stop
- offset="0.351562"
- style="stop-color:rgb(69.469749%,69.469749%,69.469749%);stop-opacity:1;"
- id="stop289" />
- <stop
- offset="0.359375"
- style="stop-color:rgb(69.73373%,69.73373%,69.73373%);stop-opacity:1;"
- id="stop291" />
- <stop
- offset="0.367188"
- style="stop-color:rgb(69.997711%,69.997711%,69.997711%);stop-opacity:1;"
- id="stop293" />
- <stop
- offset="0.375"
- style="stop-color:rgb(70.261692%,70.261692%,70.261692%);stop-opacity:1;"
- id="stop295" />
- <stop
- offset="0.382812"
- style="stop-color:rgb(70.525673%,70.525673%,70.525673%);stop-opacity:1;"
- id="stop297" />
- <stop
- offset="0.390625"
- style="stop-color:rgb(70.788128%,70.788128%,70.788128%);stop-opacity:1;"
- id="stop299" />
- <stop
- offset="0.398438"
- style="stop-color:rgb(71.05211%,71.05211%,71.05211%);stop-opacity:1;"
- id="stop301" />
- <stop
- offset="0.40625"
- style="stop-color:rgb(71.316091%,71.316091%,71.316091%);stop-opacity:1;"
- id="stop303" />
- <stop
- offset="0.414062"
- style="stop-color:rgb(71.580072%,71.580072%,71.580072%);stop-opacity:1;"
- id="stop305" />
- <stop
- offset="0.421875"
- style="stop-color:rgb(71.844053%,71.844053%,71.844053%);stop-opacity:1;"
- id="stop307" />
- <stop
- offset="0.429688"
- style="stop-color:rgb(72.108034%,72.108034%,72.108034%);stop-opacity:1;"
- id="stop309" />
- <stop
- offset="0.4375"
- style="stop-color:rgb(72.372015%,72.372015%,72.372015%);stop-opacity:1;"
- id="stop311" />
- <stop
- offset="0.445312"
- style="stop-color:rgb(72.635996%,72.635996%,72.635996%);stop-opacity:1;"
- id="stop313" />
- <stop
- offset="0.453125"
- style="stop-color:rgb(72.899977%,72.899977%,72.899977%);stop-opacity:1;"
- id="stop315" />
- <stop
- offset="0.460938"
- style="stop-color:rgb(73.163958%,73.163958%,73.163958%);stop-opacity:1;"
- id="stop317" />
- <stop
- offset="0.46875"
- style="stop-color:rgb(73.427939%,73.427939%,73.427939%);stop-opacity:1;"
- id="stop319" />
- <stop
- offset="0.476562"
- style="stop-color:rgb(73.69192%,73.69192%,73.69192%);stop-opacity:1;"
- id="stop321" />
- <stop
- offset="0.484375"
- style="stop-color:rgb(73.955901%,73.955901%,73.955901%);stop-opacity:1;"
- id="stop323" />
- <stop
- offset="0.492187"
- style="stop-color:rgb(74.219883%,74.219883%,74.219883%);stop-opacity:1;"
- id="stop325" />
- <stop
- offset="0.5"
- style="stop-color:rgb(74.483864%,74.483864%,74.483864%);stop-opacity:1;"
- id="stop327" />
- <stop
- offset="0.507812"
- style="stop-color:rgb(74.747845%,74.747845%,74.747845%);stop-opacity:1;"
- id="stop329" />
- <stop
- offset="0.515625"
- style="stop-color:rgb(75.011826%,75.011826%,75.011826%);stop-opacity:1;"
- id="stop331" />
- <stop
- offset="0.523438"
- style="stop-color:rgb(75.275807%,75.275807%,75.275807%);stop-opacity:1;"
- id="stop333" />
- <stop
- offset="0.53125"
- style="stop-color:rgb(75.539788%,75.539788%,75.539788%);stop-opacity:1;"
- id="stop335" />
- <stop
- offset="0.539062"
- style="stop-color:rgb(75.803769%,75.803769%,75.803769%);stop-opacity:1;"
- id="stop337" />
- <stop
- offset="0.546875"
- style="stop-color:rgb(76.06775%,76.06775%,76.06775%);stop-opacity:1;"
- id="stop339" />
- <stop
- offset="0.554688"
- style="stop-color:rgb(76.331731%,76.331731%,76.331731%);stop-opacity:1;"
- id="stop341" />
- <stop
- offset="0.5625"
- style="stop-color:rgb(76.595712%,76.595712%,76.595712%);stop-opacity:1;"
- id="stop343" />
- <stop
- offset="0.570312"
- style="stop-color:rgb(76.859693%,76.859693%,76.859693%);stop-opacity:1;"
- id="stop345" />
- <stop
- offset="0.578125"
- style="stop-color:rgb(77.123674%,77.123674%,77.123674%);stop-opacity:1;"
- id="stop347" />
- <stop
- offset="0.585938"
- style="stop-color:rgb(77.387655%,77.387655%,77.387655%);stop-opacity:1;"
- id="stop349" />
- <stop
- offset="0.59375"
- style="stop-color:rgb(77.651637%,77.651637%,77.651637%);stop-opacity:1;"
- id="stop351" />
- <stop
- offset="0.601562"
- style="stop-color:rgb(77.915618%,77.915618%,77.915618%);stop-opacity:1;"
- id="stop353" />
- <stop
- offset="0.609375"
- style="stop-color:rgb(78.179599%,78.179599%,78.179599%);stop-opacity:1;"
- id="stop355" />
- <stop
- offset="0.617188"
- style="stop-color:rgb(78.44358%,78.44358%,78.44358%);stop-opacity:1;"
- id="stop357" />
- <stop
- offset="0.625"
- style="stop-color:rgb(78.707561%,78.707561%,78.707561%);stop-opacity:1;"
- id="stop359" />
- <stop
- offset="0.632812"
- style="stop-color:rgb(78.971542%,78.971542%,78.971542%);stop-opacity:1;"
- id="stop361" />
- <stop
- offset="0.640625"
- style="stop-color:rgb(79.235523%,79.235523%,79.235523%);stop-opacity:1;"
- id="stop363" />
- <stop
- offset="0.648438"
- style="stop-color:rgb(79.499504%,79.499504%,79.499504%);stop-opacity:1;"
- id="stop365" />
- <stop
- offset="0.65625"
- style="stop-color:rgb(79.763485%,79.763485%,79.763485%);stop-opacity:1;"
- id="stop367" />
- <stop
- offset="0.664063"
- style="stop-color:rgb(80.027466%,80.027466%,80.027466%);stop-opacity:1;"
- id="stop369" />
- <stop
- offset="0.671875"
- style="stop-color:rgb(80.291447%,80.291447%,80.291447%);stop-opacity:1;"
- id="stop371" />
- <stop
- offset="0.679688"
- style="stop-color:rgb(80.553902%,80.553902%,80.553902%);stop-opacity:1;"
- id="stop373" />
- <stop
- offset="0.6875"
- style="stop-color:rgb(80.817884%,80.817884%,80.817884%);stop-opacity:1;"
- id="stop375" />
- <stop
- offset="0.695313"
- style="stop-color:rgb(81.081865%,81.081865%,81.081865%);stop-opacity:1;"
- id="stop377" />
- <stop
- offset="0.703125"
- style="stop-color:rgb(81.345846%,81.345846%,81.345846%);stop-opacity:1;"
- id="stop379" />
- <stop
- offset="0.710938"
- style="stop-color:rgb(81.609827%,81.609827%,81.609827%);stop-opacity:1;"
- id="stop381" />
- <stop
- offset="0.71875"
- style="stop-color:rgb(81.873808%,81.873808%,81.873808%);stop-opacity:1;"
- id="stop383" />
- <stop
- offset="0.726562"
- style="stop-color:rgb(82.137789%,82.137789%,82.137789%);stop-opacity:1;"
- id="stop385" />
- <stop
- offset="0.734375"
- style="stop-color:rgb(82.40177%,82.40177%,82.40177%);stop-opacity:1;"
- id="stop387" />
- <stop
- offset="0.742188"
- style="stop-color:rgb(82.665751%,82.665751%,82.665751%);stop-opacity:1;"
- id="stop389" />
- <stop
- offset="0.75"
- style="stop-color:rgb(82.929732%,82.929732%,82.929732%);stop-opacity:1;"
- id="stop391" />
- <stop
- offset="0.757812"
- style="stop-color:rgb(83.193713%,83.193713%,83.193713%);stop-opacity:1;"
- id="stop393" />
- <stop
- offset="0.765625"
- style="stop-color:rgb(83.457694%,83.457694%,83.457694%);stop-opacity:1;"
- id="stop395" />
- <stop
- offset="0.773438"
- style="stop-color:rgb(83.721675%,83.721675%,83.721675%);stop-opacity:1;"
- id="stop397" />
- <stop
- offset="0.78125"
- style="stop-color:rgb(83.985657%,83.985657%,83.985657%);stop-opacity:1;"
- id="stop399" />
- <stop
- offset="0.789062"
- style="stop-color:rgb(84.249638%,84.249638%,84.249638%);stop-opacity:1;"
- id="stop401" />
- <stop
- offset="0.796875"
- style="stop-color:rgb(84.513619%,84.513619%,84.513619%);stop-opacity:1;"
- id="stop403" />
- <stop
- offset="0.804688"
- style="stop-color:rgb(84.7776%,84.7776%,84.7776%);stop-opacity:1;"
- id="stop405" />
- <stop
- offset="0.8125"
- style="stop-color:rgb(85.041581%,85.041581%,85.041581%);stop-opacity:1;"
- id="stop407" />
- <stop
- offset="0.820313"
- style="stop-color:rgb(85.305562%,85.305562%,85.305562%);stop-opacity:1;"
- id="stop409" />
- <stop
- offset="0.828125"
- style="stop-color:rgb(85.569543%,85.569543%,85.569543%);stop-opacity:1;"
- id="stop411" />
- <stop
- offset="0.835938"
- style="stop-color:rgb(85.833524%,85.833524%,85.833524%);stop-opacity:1;"
- id="stop413" />
- <stop
- offset="0.84375"
- style="stop-color:rgb(86.097505%,86.097505%,86.097505%);stop-opacity:1;"
- id="stop415" />
- <stop
- offset="0.851562"
- style="stop-color:rgb(86.361486%,86.361486%,86.361486%);stop-opacity:1;"
- id="stop417" />
- <stop
- offset="0.859375"
- style="stop-color:rgb(86.625467%,86.625467%,86.625467%);stop-opacity:1;"
- id="stop419" />
- <stop
- offset="0.867188"
- style="stop-color:rgb(86.889448%,86.889448%,86.889448%);stop-opacity:1;"
- id="stop421" />
- <stop
- offset="0.875"
- style="stop-color:rgb(87.153429%,87.153429%,87.153429%);stop-opacity:1;"
- id="stop423" />
- <stop
- offset="0.882812"
- style="stop-color:rgb(87.417411%,87.417411%,87.417411%);stop-opacity:1;"
- id="stop425" />
- <stop
- offset="0.890625"
- style="stop-color:rgb(87.681392%,87.681392%,87.681392%);stop-opacity:1;"
- id="stop427" />
- <stop
- offset="0.898438"
- style="stop-color:rgb(87.945373%,87.945373%,87.945373%);stop-opacity:1;"
- id="stop429" />
- <stop
- offset="0.90625"
- style="stop-color:rgb(88.209354%,88.209354%,88.209354%);stop-opacity:1;"
- id="stop431" />
- <stop
- offset="0.914062"
- style="stop-color:rgb(88.473335%,88.473335%,88.473335%);stop-opacity:1;"
- id="stop433" />
- <stop
- offset="0.921875"
- style="stop-color:rgb(88.737316%,88.737316%,88.737316%);stop-opacity:1;"
- id="stop435" />
- <stop
- offset="0.929688"
- style="stop-color:rgb(89.001297%,89.001297%,89.001297%);stop-opacity:1;"
- id="stop437" />
- <stop
- offset="0.9375"
- style="stop-color:rgb(89.265278%,89.265278%,89.265278%);stop-opacity:1;"
- id="stop439" />
- <stop
- offset="0.945313"
- style="stop-color:rgb(89.529259%,89.529259%,89.529259%);stop-opacity:1;"
- id="stop441" />
- <stop
- offset="0.953125"
- style="stop-color:rgb(89.79324%,89.79324%,89.79324%);stop-opacity:1;"
- id="stop443" />
- <stop
- offset="0.96875"
- style="stop-color:rgb(90.060273%,90.060273%,90.060273%);stop-opacity:1;"
- id="stop445" />
- <stop
- offset="0.995585"
- style="stop-color:rgb(90.196078%,90.196078%,90.196078%);stop-opacity:1;"
- id="stop447" />
- <stop
- offset="1"
- style="stop-color:rgb(90.196078%,90.196078%,90.196078%);stop-opacity:1;"
- id="stop449" />
- </linearGradient>
- <mask
- id="mask1">
- <g
- id="g452"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACW0lEQVR4nO3csQ3CUBQEwQO5G/qlQ4ogMg2Y2BvMVOBgdcl/8mPbZ9Dzet79BfCPOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEnWse28+yPgiuUkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkiZMsb+tkWU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1kOP8iynGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOshx+kGU5yRInWeIkS5xkiZMscZIlTrLESZY4yRInWeIkS5xkOfwgy3KSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMly+EGW5SRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxv62RZTrLESZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWQ4/yLKcZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yHH6QZTnJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJ8scPqk7LSZY4yRInWeIkS5xkiZMscZIlTrLESZY4yRInWd7WybKcZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yHH6QZTnJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJljjJEidZ4iRLnGSJkyxxkiVOssRJ1rHtffdHwIXvDzZyEUbTUtUAAAAAAElFTkSuQmCC"
- id="image454" />
- </g>
- </mask>
- <clipPath
- id="clip8">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path457" />
- </clipPath>
- <clipPath
- id="clip9">
- <path
- d="M 11.199219,12.886719 L 11.199219,193.6875 C 59.199219,193.6875 107.19922,193.68359 155.19922,193.6875 L 155.19922,81.335938 C 132.01172,57.972656 108.73828,34.695312 85.601562,11.285156 C 60.800781,11.285156 36,11.285156 11.199219,11.285156 L 11.199219,12.085938 L 11.199219,12.886719 z"
- id="path460" />
- </clipPath>
- <linearGradient
- id="linear4"
- gradientUnits="userSpaceOnUse"
- x1="209.0625"
- y1="-754.375"
- x2="209.0625"
- y2="-782.875"
- gradientTransform="matrix(6.4,0,0,6.4,-1318.4002,5021.6866)">
- <stop
- offset="0"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop463" />
- <stop
- offset="0.5"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop465" />
- <stop
- offset="1"
- style="stop-color:rgb(100%,100%,100%);stop-opacity:1;"
- id="stop467" />
- </linearGradient>
- <clipPath
- id="clip7">
- <rect
- width="167"
- height="205"
- id="rect470"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface2"
- clip-path="url(#clip7)">
- <g
- clip-path="url(#clip8)"
- clip-rule="nonzero"
- id="g473">
- <g
- clip-path="url(#clip9)"
- clip-rule="nonzero"
- id="g475">
- <path
- style="fill:url(#linear4);fill-rule:nonzero;stroke:none"
- d="M 11.199219,11.285156 L 11.199219,193.6875 L 155.19922,193.6875 L 155.19922,11.285156 L 11.199219,11.285156 z"
- id="path477" />
- </g>
- </g>
- </g>
- <clipPath
- id="clip10">
- <rect
- width="167"
- height="205"
- id="rect480"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface3"
- clip-path="url(#clip10)">
- <path
- style="fill:#ffffff;fill-opacity:0.15;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path483" />
- </g>
- <mask
- id="mask2">
- <g
- id="g486"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface3"
- id="use488"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip12">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path491" />
- </clipPath>
- <clipPath
- id="clip13">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path494" />
- </clipPath>
- <clipPath
- id="clip14">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path497" />
- </clipPath>
- <clipPath
- id="clip15">
- <rect
- width="167"
- height="205"
- id="rect500"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface5"
- clip-path="url(#clip15)">
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="M 6.398438,6.199219 L 6.398438,7 L 6.398438,7.800781 L 6.398438,198.19922 L 160,198.19922 L 160,77.074219 C 136.49219,53.472656 113.00391,29.855469 89.550781,6.199219 C 61.832031,6.199219 34.117188,6.199219 6.398438,6.199219 L 6.398438,6.199219 z M 7.199219,7 C 34.53125,7 61.867188,7 89.199219,7 C 112.51953,30.492188 135.83594,53.980469 159.19922,77.425781 L 159.19922,197.40234 C 108.53125,197.40234 57.867188,197.40234 7.199219,197.40234 L 7.199219,7.800781 L 7.199219,7 z"
- id="path503" />
- </g>
- <clipPath
- id="clip11">
- <rect
- width="167"
- height="205"
- id="rect506"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface4"
- clip-path="url(#clip11)">
- <g
- clip-path="url(#clip12)"
- clip-rule="nonzero"
- id="g509">
- <g
- clip-path="url(#clip13)"
- clip-rule="nonzero"
- id="g511">
- <g
- clip-path="url(#clip14)"
- clip-rule="nonzero"
- id="g513">
- <use
- xlink:href="#surface5"
- id="use515"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip16">
- <rect
- width="167"
- height="205"
- id="rect518"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface6"
- clip-path="url(#clip16)">
- <path
- style="fill:#ffffff;fill-opacity:0.15;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path521" />
- </g>
- <mask
- id="mask3">
- <g
- id="g524"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface6"
- id="use526"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip18">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path529" />
- </clipPath>
- <clipPath
- id="clip19">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path532" />
- </clipPath>
- <clipPath
- id="clip20">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path535" />
- </clipPath>
- <mask
- id="mask4">
- <g
- id="g538"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACoElEQVR4nO3dbW6bQBiF0ZuUqt1Q97+xfv1wpkEUO2AYZgjnSBGOrTiW/OjFJGhIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAdl5avwCY8/q2FSjdeU0yvN0WKF15TfIlAqVDQ97DTJKfuQX6p83LgXdDbpNzTKB0YTo5C4HS3NzkLARKU4/iTARKQ/d262MCpYklcSYCpYGlcSYC5WAffeacEiiHWTM5C4FyiLWTsxAo1T0zOQuBUtWzk7MQKNVsjTMRKJUMSb7u8DwCZXd7TM5CoOxqywHRHIGymz0nZyFQdrH35CwEymY1JmchUDapGWciUDbY609JjwiUpxwRZyJQnlDrgGiOQFllSPJtct/WhRUe/bxAWWwuztoEyiJDku8Nfq9A+VCLyVkIlIdaTc5CoNzVcnIWAmVW68lZCJT/9BJnIlAmetitjwmUf3qanIVASdLf5CwESpeTsxDoxfU6OQuBXljPk7MQ6EWdIc5EoJfU+259TKAXc5bJWQj0Qp6ZnDVPRl7y+K+3rUA/ubNNzkKgF3Cmz5xTAv3kzjo5C4F+YkNub6xA6c6Q96NfgdKVEmciUDpTFlQQKN0Zr/YhULoyXYpGoHRjbp0kgdKFe4t4CZTmHq0wtybQrf9vr0mgJ/XR8ocmKM0sWZtToDSxdOFYgXK4NasaC5RDrV1yW6Ac5pn14KeB1j4zvhaBdu7ZixWMAz3rycqJQLu25UoaAqWqrZd5ESjV7HENIoFSxV4XyDpDoEsOvATakT2v3naGQJcQaCdekvyo+Py/c3uTx9u5+9Y8Nv3Kndtbv6exv7Aew7fprNvKAAAAAElFTkSuQmCC"
- id="image540" />
- </g>
- </mask>
- <clipPath
- id="clip23">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path543" />
- </clipPath>
- <clipPath
- id="clip24">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path546" />
- </clipPath>
- <clipPath
- id="clip25">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path549" />
- </clipPath>
- <clipPath
- id="clip26">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path552" />
- </clipPath>
- <clipPath
- id="clip27">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path555" />
- </clipPath>
- <clipPath
- id="clip28">
- <path
- d="M 62.398438,142.19922 L 11.199219,142.19922 L 11.199219,193.40234 L 62.398438,193.40234 L 62.398438,142.19922 z"
- id="path558" />
- </clipPath>
- <linearGradient
- id="linear5"
- gradientUnits="userSpaceOnUse"
- x1="152"
- y1="-1192.6367"
- x2="70.003906"
- y2="-1274.6406"
- gradientTransform="matrix(-0.62439,0,0,0.62439,106.10708,938.07141)">
- <stop
- offset="0.00000860276"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop561" />
- <stop
- offset="0.499955"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop563" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop565" />
- <stop
- offset="0.500045"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop567" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop569" />
- </linearGradient>
- <clipPath
- id="clip22">
- <rect
- width="167"
- height="205"
- id="rect572"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface9"
- clip-path="url(#clip22)">
- <g
- clip-path="url(#clip23)"
- clip-rule="nonzero"
- id="g575">
- <g
- clip-path="url(#clip24)"
- clip-rule="nonzero"
- id="g577">
- <g
- clip-path="url(#clip25)"
- clip-rule="nonzero"
- id="g579">
- <g
- clip-path="url(#clip26)"
- clip-rule="nonzero"
- id="g581">
- <g
- clip-path="url(#clip27)"
- clip-rule="nonzero"
- id="g583">
- <g
- clip-path="url(#clip28)"
- clip-rule="nonzero"
- id="g585">
- <path
- style="fill:url(#linear5);fill-rule:nonzero;stroke:none"
- d="M 62.398438,142.19922 L 62.398438,193.40234 L 11.199219,193.40234 L 11.199219,142.19922 L 62.398438,142.19922 z"
- id="path587" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip21">
- <rect
- width="167"
- height="205"
- id="rect590"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface8"
- clip-path="url(#clip21)">
- <use
- xlink:href="#surface9"
- mask="url(#mask4)"
- id="use593"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip17">
- <rect
- width="167"
- height="205"
- id="rect596"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface7"
- clip-path="url(#clip17)">
- <g
- clip-path="url(#clip18)"
- clip-rule="nonzero"
- id="g599">
- <g
- clip-path="url(#clip19)"
- clip-rule="nonzero"
- id="g601">
- <g
- clip-path="url(#clip20)"
- clip-rule="nonzero"
- id="g603">
- <use
- xlink:href="#surface8"
- id="use605"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip29">
- <rect
- width="167"
- height="205"
- id="rect608"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface10"
- clip-path="url(#clip29)">
- <path
- style="fill:#ffffff;fill-opacity:0.2;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path611" />
- </g>
- <mask
- id="mask5">
- <g
- id="g614"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface10"
- id="use616"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip31">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path619" />
- </clipPath>
- <clipPath
- id="clip32">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path622" />
- </clipPath>
- <clipPath
- id="clip33">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path625" />
- </clipPath>
- <mask
- id="mask6">
- <g
- id="g628"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACmElEQVR4nO3T0WrCMBiA0V/HdO//tJsXbjcVhlixY+AnnAMhoWlKkM/dvJb3mTnMzHGZL+vjyvPr/a1nDzPzcefsZX77dcfTMr6u5tONvXvrR75zmpnPlee3zp23/NjPtn/2BWCNOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1niJEucZImTLHGSJU6yxEmWOMkSJ1m7Z19go90y9v+8Xtt/5J3rP/j3Ms4r63t7f3lvy5mX8gP3R1CZuNu14gAAAABJRU5ErkJggg=="
- id="image630" />
- </g>
- </mask>
- <clipPath
- id="clip36">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path633" />
- </clipPath>
- <clipPath
- id="clip37">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path636" />
- </clipPath>
- <clipPath
- id="clip38">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path639" />
- </clipPath>
- <clipPath
- id="clip39">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path642" />
- </clipPath>
- <clipPath
- id="clip40">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path645" />
- </clipPath>
- <clipPath
- id="clip41">
- <path
- d="M 42.398438,193.40234 L 122.39844,193.40234 L 122.39844,194.19922 L 42.398438,194.19922 L 42.398438,193.40234 z"
- id="path648" />
- </clipPath>
- <linearGradient
- id="linear6"
- gradientUnits="userSpaceOnUse"
- x1="-17.003906"
- y1="-1194.6367"
- x2="143.99609"
- y2="-1194.6367"
- gradientTransform="matrix(0.496894,0,0,0.8,50.847002,1149.1106)">
- <stop
- offset="0.00002255"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop651" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop653" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop655" />
- </linearGradient>
- <clipPath
- id="clip35">
- <rect
- width="167"
- height="205"
- id="rect658"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface13"
- clip-path="url(#clip35)">
- <g
- clip-path="url(#clip36)"
- clip-rule="nonzero"
- id="g661">
- <g
- clip-path="url(#clip37)"
- clip-rule="nonzero"
- id="g663">
- <g
- clip-path="url(#clip38)"
- clip-rule="nonzero"
- id="g665">
- <g
- clip-path="url(#clip39)"
- clip-rule="nonzero"
- id="g667">
- <g
- clip-path="url(#clip40)"
- clip-rule="nonzero"
- id="g669">
- <g
- clip-path="url(#clip41)"
- clip-rule="nonzero"
- id="g671">
- <path
- style="fill:url(#linear6);fill-rule:nonzero;stroke:none"
- d="M 42.398438,193.40234 L 42.398438,194.19922 L 122.39844,194.19922 L 122.39844,193.40234 L 42.398438,193.40234 z"
- id="path673" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip34">
- <rect
- width="167"
- height="205"
- id="rect676"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface12"
- clip-path="url(#clip34)">
- <use
- xlink:href="#surface13"
- mask="url(#mask6)"
- id="use679"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip30">
- <rect
- width="167"
- height="205"
- id="rect682"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface11"
- clip-path="url(#clip30)">
- <g
- clip-path="url(#clip31)"
- clip-rule="nonzero"
- id="g685">
- <g
- clip-path="url(#clip32)"
- clip-rule="nonzero"
- id="g687">
- <g
- clip-path="url(#clip33)"
- clip-rule="nonzero"
- id="g689">
- <use
- xlink:href="#surface12"
- id="use691"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip42">
- <rect
- width="167"
- height="205"
- id="rect694"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface14"
- clip-path="url(#clip42)">
- <path
- style="fill:#ffffff;fill-opacity:0.2;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path697" />
- </g>
- <mask
- id="mask7">
- <g
- id="g700"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface14"
- id="use702"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip44">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path705" />
- </clipPath>
- <clipPath
- id="clip45">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path708" />
- </clipPath>
- <clipPath
- id="clip46">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path711" />
- </clipPath>
- <mask
- id="mask8">
- <g
- id="g714"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAACcUlEQVR4nO3csW4jMRBEwaHN//9iy6tEIeGUz0AVcLmCRl8PdtczAAAAAAAAAMBf1sx83/4RcPDaI5w0CSdZSzjJEk6y9sx83f4RcLI//yBHc1LlIKJLOMkSTrJsTrI0J1UOIrqEkyzhJEs4yXKtU7U8WydLc5Jlc5IlnGQJJ1XL5iTLtU6W5iTL5iRLOKnyyhxdwkmWcJLlWidLc1LlIKJLOMkSTrKEkyzXOlW+IaJLc5Jlc5IlnGQJJ1W+IaLLtU6W5iTL5iRLOKnyyhxdwkmWcJLlWidLc1LlIKLLf+tkaU6yhJMs4aTKQUSXcJLlWifLy8ZkaU6qHER0CSdZwkmWzUmWa50qf1SBLpuTLOEkSzjJEk6qPCGiy7VOluYkSzjJEk6qHER0CSdZrnWyvJVElbeS6LI5yRJOsoSTLJuTLNc6VUtrkiWcZAknWXtmXrd/BJzsmfm9/SPg4NGcZAknWcJJls1JluakykFEl3CSZXOSpTnJEk6qHER02ZxkaU6yhJMs4aTqsTnJ0pxkCSdZwkmWcFLlCRFdrnWyNCdZwkmWcFLlCRFdmpMs4SRLOMmyOcnSnFR5fEmXcJJlc5KlOckSTqocRHTZnGTtmfm5/SPgRHOSZXNS5X1OumxOsjQnWTYnWZqTqsfmJEtzkmVzkiWcZAknVZ4Q0aU5yRJOsoSTLJuTKt8Q0SWcZAknWTYnWZqTKgcRXcJJls1JluYkSzipchDRZXOSpTnJEk6yhJMq3xDR5S9+kKU5ybI5ydKcZNmcVLnW6bI5ydKcZNmcVNmcdNmcZAknWcJJls1JluakygduAAAAAAAAAAD/1RueMnDIa8uZDgAAAABJRU5ErkJggg=="
- id="image716" />
- </g>
- </mask>
- <clipPath
- id="clip49">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path719" />
- </clipPath>
- <clipPath
- id="clip50">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path722" />
- </clipPath>
- <clipPath
- id="clip51">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path725" />
- </clipPath>
- <clipPath
- id="clip52">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path728" />
- </clipPath>
- <clipPath
- id="clip53">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path731" />
- </clipPath>
- <clipPath
- id="clip54">
- <path
- d="M 11.199219,11 L 11.199219,193.40234 L 10.398438,193.40234 L 10.398438,11 L 11.199219,11 z"
- id="path734" />
- </clipPath>
- <linearGradient
- id="linear7"
- gradientUnits="userSpaceOnUse"
- x1="-17.003906"
- y1="-1194.6367"
- x2="144"
- y2="-1194.6367"
- gradientTransform="matrix(0,1.13292,-0.8,0,-944.5122,30.262611)">
- <stop
- offset="0.0000215018"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop737" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop739" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop741" />
- </linearGradient>
- <clipPath
- id="clip48">
- <rect
- width="167"
- height="205"
- id="rect744"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface17"
- clip-path="url(#clip48)">
- <g
- clip-path="url(#clip49)"
- clip-rule="nonzero"
- id="g747">
- <g
- clip-path="url(#clip50)"
- clip-rule="nonzero"
- id="g749">
- <g
- clip-path="url(#clip51)"
- clip-rule="nonzero"
- id="g751">
- <g
- clip-path="url(#clip52)"
- clip-rule="nonzero"
- id="g753">
- <g
- clip-path="url(#clip53)"
- clip-rule="nonzero"
- id="g755">
- <g
- clip-path="url(#clip54)"
- clip-rule="nonzero"
- id="g757">
- <path
- style="fill:url(#linear7);fill-rule:nonzero;stroke:none"
- d="M 11.199219,11 L 10.398438,11 L 10.398438,193.40234 L 11.199219,193.40234 L 11.199219,11 z"
- id="path759" />
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip47">
- <rect
- width="167"
- height="205"
- id="rect762"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface16"
- clip-path="url(#clip47)">
- <use
- xlink:href="#surface17"
- mask="url(#mask8)"
- id="use765"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- <clipPath
- id="clip43">
- <rect
- width="167"
- height="205"
- id="rect768"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface15"
- clip-path="url(#clip43)">
- <g
- clip-path="url(#clip44)"
- clip-rule="nonzero"
- id="g771">
- <g
- clip-path="url(#clip45)"
- clip-rule="nonzero"
- id="g773">
- <g
- clip-path="url(#clip46)"
- clip-rule="nonzero"
- id="g775">
- <use
- xlink:href="#surface16"
- id="use777"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </g>
- </g>
- </g>
- <clipPath
- id="clip55">
- <rect
- width="167"
- height="205"
- id="rect780"
- x="0"
- y="0" />
- </clipPath>
- <g
- id="surface18"
- clip-path="url(#clip55)">
- <path
- style="fill:#ffffff;fill-opacity:0.5;fill-rule:nonzero;stroke:none"
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path783" />
- </g>
- <mask
- id="mask9">
- <g
- id="g786"
- style="filter:url(#alpha)">
- <use
- xlink:href="#surface18"
- id="use788"
- x="0"
- y="0"
- width="166.39929"
- height="204.80005" />
- </g>
- </mask>
- <clipPath
- id="clip57">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path791" />
- </clipPath>
- <clipPath
- id="clip58">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path794" />
- </clipPath>
- <clipPath
- id="clip59">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path797" />
- </clipPath>
- <mask
- id="mask10">
- <g
- id="g800"
- style="filter:url(#alpha)">
- <image
- width="167"
- height="205"
- xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAADNCAYAAADdeWDQAAAABmJLR0QA/wD/AP+gvaeTAAAB0UlEQVR4nO3aMVYDMRBEwRGI+98X47dOCJXrB1UnUNCvm1k8AwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/1sx8334EHLz3zOzbr4AD4STrd8/Mz+1XwInmJEtzUrWEkyyzTpbmpGppTrI0J1nCSZVrnS5/c5KlOalyrdOlOckSTqrMOl2akyzhpMqs06U5yRJOqsw6XZqTLOGkyqzTpTnJ0pxU+SU8XcJJllmnyrVOl1knS3NS5VqnSzjJEk6qXOt0aU6yNCdZmpMqn5LoMutkaU6qzDpdZp0szUmVWafLrJOlOaky63SZdbKEk6q1Z+br9ivgZM/M3+1HwMmemdftR8DBoznJEk6yzDpVj3CSZdbJ0pxUudbpEk6yzDpVrnW6zDpZwkmVWadLOMky61SZdbo0J1makyzNSZUfftBl1snSnFT5lESX5iRLc1LlWqdLc5KlOalyrdOlOcnSnFS51unSnGQJJ1VmnS7hJMusk6U5qfIfIro0J1makyqfkujSnGQJJ1VmnS7hJMusU+UjPF1mnSzNSZVrnS7NSZbmpOpZM7NuvwIOntsPAAAAAAAAAIC6D532TrSHvp6fAAAAAElFTkSuQmCC"
- id="image802" />
- </g>
- </mask>
- <clipPath
- id="clip62">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path805" />
- </clipPath>
- <clipPath
- id="clip63">
- <path
- d="M 0,204.80078 L 166.39844,204.80078 L 166.39844,0 L 0,0 L 0,204.80078 z"
- id="path808" />
- </clipPath>
- <clipPath
- id="clip64">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path811" />
- </clipPath>
- <clipPath
- id="clip65">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path814" />
- </clipPath>
- <clipPath
- id="clip66">
- <path
- d="M 0,204.80078 L 167,204.80078 L 167,-0.199219 L 0,-0.199219 L 0,204.80078 z"
- id="path817" />
- </clipPath>
- <clipPath
- id="clip67">
- <path
- d="M 160.80078,80.519531 L 160.80078,192.19922 L 160,192.19922 L 160,80.519531 L 160.80078,80.519531 z"
- id="path820" />
- </clipPath>
- <linearGradient
- id="linear8"
- gradientUnits="userSpaceOnUse"
- x1="-17"
- y1="-1194.6367"
- x2="143.99609"
- y2="-1194.6367"
- gradientTransform="matrix(0,0.693685,-0.8,0,-794.9122,92.310611)">
- <stop
- offset="0"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop823" />
- <stop
- offset="0.5"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop825" />
- <stop
- offset="1"
- style="stop-color:rgb(0%,0%,0%);stop-opacity:1;"
- id="stop827" />
- </linearGradient>
- <clipPath
- id="clip61">
- <rect
- width="167"