[evince/wip/jimmac/app-icon-redesign] icon: update app icon



commit afd4d559639b5f6aaf8cf2fe6f61068d86e5342a
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jul 20 18:35:02 2018 +0200

    icon: update app icon
    
    - GNOME 3.30 redesign of app icons.
      See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
      for more info.
    
    /label ~"9. Initiative: AppIconRedesign"

 configure.ac                                    |    7 +-
 data/icons/16x16/Makefile.am                    |    2 +-
 data/icons/16x16/apps/org.gnome.Evince.png      |  Bin 861 -> 0 bytes
 data/icons/22x22/Makefile.am                    |    2 +-
 data/icons/22x22/apps/Makefile.am               |   16 -
 data/icons/22x22/apps/org.gnome.Evince.png      |  Bin 1244 -> 0 bytes
 data/icons/24x24/Makefile.am                    |    2 +-
 data/icons/24x24/apps/Makefile.am               |   16 -
 data/icons/24x24/apps/org.gnome.Evince.png      |  Bin 1304 -> 0 bytes
 data/icons/256x256/Makefile.am                  |    3 -
 data/icons/256x256/apps/Makefile.am             |   16 -
 data/icons/256x256/apps/org.gnome.Evince.png    |  Bin 26368 -> 0 bytes
 data/icons/48x48/Makefile.am                    |    3 +-
 data/icons/48x48/apps/Makefile.am               |   16 -
 data/icons/48x48/apps/org.gnome.Evince.png      |  Bin 3091 -> 0 bytes
 data/icons/Makefile.am                          |    2 +-
 data/icons/scalable/Makefile.am                 |    2 +-
 data/icons/{16x16 => scalable}/apps/Makefile.am |    6 +-
 data/icons/scalable/apps/org.gnome.Evince.svg   |  691 +++++++
 data/icons/source.svg                           | 2414 -----------------------
 20 files changed, 701 insertions(+), 2497 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e4d7daca..a835ecb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -932,27 +932,22 @@ data/org.gnome.Evince-previewer.desktop.in
 data/Makefile
 data/icons/Makefile
 data/icons/16x16/Makefile
-data/icons/16x16/apps/Makefile
 data/icons/16x16/actions/Makefile
 data/icons/16x16/mimetypes/Makefile
 data/icons/22x22/Makefile
-data/icons/22x22/apps/Makefile
 data/icons/22x22/actions/Makefile
 data/icons/22x22/mimetypes/Makefile
 data/icons/24x24/Makefile
-data/icons/24x24/apps/Makefile
 data/icons/24x24/actions/Makefile
 data/icons/24x24/mimetypes/Makefile
 data/icons/32x32/Makefile
 data/icons/32x32/actions/Makefile
 data/icons/32x32/mimetypes/Makefile
 data/icons/48x48/Makefile
-data/icons/48x48/apps/Makefile
 data/icons/48x48/actions/Makefile
-data/icons/256x256/Makefile
-data/icons/256x256/apps/Makefile
 data/icons/scalable/Makefile
 data/icons/scalable/actions/Makefile
+data/icons/scalable/apps/Makefile
 data/icons/scalable/mimetypes/Makefile
 data/icons/symbolic/Makefile
 data/icons/symbolic/apps/Makefile
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
index b02d3a8c..02d9f743 100644
--- a/data/icons/16x16/Makefile.am
+++ b/data/icons/16x16/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = actions apps mimetypes
+SUBDIRS = actions mimetypes
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
index b02d3a8c..02d9f743 100644
--- a/data/icons/22x22/Makefile.am
+++ b/data/icons/22x22/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = actions apps mimetypes
+SUBDIRS = actions mimetypes
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
index b02d3a8c..02d9f743 100644
--- a/data/icons/24x24/Makefile.am
+++ b/data/icons/24x24/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = actions apps mimetypes
+SUBDIRS = actions mimetypes
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
index ae033087..6b7db23f 100644
--- a/data/icons/48x48/Makefile.am
+++ b/data/icons/48x48/Makefile.am
@@ -1,4 +1,3 @@
-SUBDIRS = actions apps
-
+SUBDIRS = actions
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 237d7a89..bd8d2271 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable symbolic
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable symbolic
 
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
index 02d9f743..b02d3a8c 100644
--- a/data/icons/scalable/Makefile.am
+++ b/data/icons/scalable/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = actions mimetypes
+SUBDIRS = actions apps mimetypes
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/16x16/apps/Makefile.am b/data/icons/scalable/apps/Makefile.am
similarity index 78%
rename from data/icons/16x16/apps/Makefile.am
rename to data/icons/scalable/apps/Makefile.am
index 68d72ca5..cc49dbd2 100644
--- a/data/icons/16x16/apps/Makefile.am
+++ b/data/icons/scalable/apps/Makefile.am
@@ -1,13 +1,13 @@
 themedir = $(datadir)/icons/hicolor
-size = 16x16
+size = scalable
 context = apps
 
 iconsdir = $(themedir)/$(size)/$(context)
 
 icons_DATA = \
-       org.gnome.Evince.png
+       org.gnome.Evince.svg
 
-noinst_DATA = 
+noinst_DATA =
 
 EXTRA_DIST =           \
        $(icons_DATA)   \
diff --git a/data/icons/scalable/apps/org.gnome.Evince.svg b/data/icons/scalable/apps/org.gnome.Evince.svg
new file mode 100644
index 00000000..1012b5d7
--- /dev/null
+++ b/data/icons/scalable/apps/org.gnome.Evince.svg
@@ -0,0 +1,691 @@
+<?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";
+   viewBox="0 0 128 128"
+   style="display:inline;enable-background:new"
+   version="1.0"
+   id="svg11300"
+   height="128"
+   width="128">
+  <title
+     id="title4162">Adwaita Icon Template</title>
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient11520-9-3-3">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.0000000"
+         id="stop11522-2-3-0" />
+      <stop
+         style="stop-color:#d4d4d4;stop-opacity:1"
+         offset="1.0000000"
+         id="stop11524-8-1-2" />
+    </linearGradient>
+    <clipPath
+       id="clipPath4315-9"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         height="183.99988"
+         id="rect4317-6"
+         rx="25.053392"
+         ry="25.053387"
+         
style="display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient4319);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23381771;marker:none;enable-background:new"
+         width="183.99991"
+         x="56.000088"
+         y="60.00013" />
+    </clipPath>
+    <clipPath
+       id="clipPath2019-7"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path2021-5"
+         d="M 280,124 400,4 392,-276 H 87.999995 v 400 z"
+         
style="fill:#e74747;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+    </clipPath>
+    <clipPath
+       id="clipPath1341"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         
style="fill:#e74747;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 376,-188 496,-68 V 302 H 23.999995 v -490 z"
+         id="path1343" />
+    </clipPath>
+    <clipPath
+       id="clipPath1599"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path1601"
+         d="M 492.30769,-59.384613 393.84615,-197.23077 H 147.6923 v 482.46154 h 344.61539 z"
+         
style="fill:#1c71d8;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+    </clipPath>
+    <clipPath
+       id="clipPath1599-3"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path1601-6"
+         d="M 492.30769,-59.384613 393.84615,-197.23077 H 147.6923 v 482.46154 h 344.61539 z"
+         
style="fill:#1c71d8;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+    </clipPath>
+    <radialGradient
+       r="64"
+       fy="227.13257"
+       fx="399.44189"
+       cy="227.13257"
+       cx="399.44189"
+       gradientTransform="matrix(2.7262815,-2.7262815,0.05524271,0.05524271,-765.39564,1144.2653)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1631"
+       xlink:href="#linearGradient1351-3" />
+    <linearGradient
+       id="linearGradient1351-3">
+      <stop
+         id="stop1347"
+         offset="0"
+         style="stop-color:#949390;stop-opacity:1" />
+      <stop
+         id="stop1349-6"
+         offset="1"
+         style="stop-color:#d5d3cf;stop-opacity:1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath2019-7-5"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path2021-5-3"
+         d="M 280,124 400,4 392,-276 H 87.999995 v 400 z"
+         
style="fill:#e74747;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+    </clipPath>
+    <clipPath
+       id="clipPath1341-5"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         
style="fill:#e74747;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 376,-188 496,-68 V 302 H 23.999995 v -490 z"
+         id="path1343-6" />
+    </clipPath>
+    <radialGradient
+       r="64"
+       fy="227.13257"
+       fx="399.44189"
+       cy="227.13257"
+       cx="399.44189"
+       gradientTransform="matrix(2.7262815,-2.7262815,0.05524271,0.05524271,-765.39564,1144.2653)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1593"
+       xlink:href="#linearGradient1351-3" />
+    <clipPath
+       id="clipPath941"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path939"
+         d="M 280,124 400,4 392,-276 H 87.999995 v 400 z"
+         
style="fill:#e74747;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+    </clipPath>
+    <clipPath
+       id="clipPath945"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         
style="fill:#e74747;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 376,-188 496,-68 V 302 H 23.999995 v -490 z"
+         id="path943" />
+    </clipPath>
+    <radialGradient
+       r="64"
+       fy="227.13257"
+       fx="399.44189"
+       cy="227.13257"
+       cx="399.44189"
+       gradientTransform="matrix(2.7262815,-2.7262815,0.05524271,0.05524271,-765.39564,1144.2653)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1563"
+       xlink:href="#linearGradient1351-3" />
+    <clipPath
+       id="clipPath957"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path955"
+         d="M 280,124 400,4 392,-276 H 87.999995 v 400 z"
+         
style="fill:#e74747;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+    </clipPath>
+    <radialGradient
+       r="64"
+       fy="227.13257"
+       fx="399.44189"
+       cy="227.13257"
+       cx="399.44189"
+       gradientTransform="matrix(2.7262815,-2.7262815,0.05524271,0.05524271,-765.39564,1144.2653)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1942"
+       xlink:href="#linearGradient1351-3" />
+    <clipPath
+       id="clipPath968"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path966"
+         d="M 280,124 400,4 392,-276 H 87.999995 v 400 z"
+         
style="fill:#e74747;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+    </clipPath>
+    <clipPath
+       id="clipPath973"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path971"
+         d="M 492.30769,-59.384613 393.84615,-197.23077 H 147.6923 v 482.46154 h 344.61539 z"
+         
style="fill:#1c71d8;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+    </clipPath>
+  </defs>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>GNOME Design Team</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"; />
+        <dc:title>Adwaita Icon Template</dc:title>
+        <dc:subject>
+          <rdf:Bag />
+        </dc:subject>
+        <dc:date />
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/";>
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike"; />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(-9.2651362e-8,-172)"
+     style="display:inline"
+     id="layer1">
+    <g
+       style="display:none"
+       id="layer2">
+      <text
+         id="context"
+         y="148.65199"
+         x="7.9499588"
+         
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.08791494px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell,
 
Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.33264872;enable-background:new"
+         xml:space="preserve"><tspan
+           style="stroke-width:0.33264872"
+           y="148.65199"
+           x="7.9499588"
+           id="tspan2716">apps</tspan></text>
+      <text
+         xml:space="preserve"
+         
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.08791494px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell,
 
Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.33264872;enable-background:new"
+         x="7.7533054"
+         y="157.23398"
+         id="text3021"><tspan
+           style="stroke-width:0.33264872"
+           id="tspan3023"
+           x="7.7533054"
+           y="157.23398">org.gnome.DocumentViewer</tspan></text>
+      <g
+         id="g12027"
+         transform="matrix(7.9911709,0,0,8.0036407,-167.7909,-4846.0776)"
+         style="display:inline;fill:#000000;enable-background:new" />
+      <rect
+         y="172"
+         x="9.2651362e-08"
+         height="128"
+         width="128"
+         id="rect13805"
+         
style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
 />
+      <g
+         transform="translate(-24,24)"
+         style="fill:none;fill-opacity:0.25098039;stroke:#a579b3;stroke-opacity:1"
+         id="g883" />
+      <g
+         transform="translate(-24,24)"
+         style="fill:none;fill-opacity:0.25098039;stroke:#a579b3;stroke-opacity:1"
+         id="g900" />
+      <g
+         transform="matrix(0.25,0,0,0.25,6.9488522e-8,225)"
+         id="g1168">
+        <rect
+           
style="opacity:0.1;fill:#2864b0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+           id="rect1110"
+           width="319.99979"
+           height="448"
+           x="96"
+           y="-180"
+           rx="32"
+           ry="32" />
+        <rect
+           
style="display:inline;opacity:0.1;fill:#2864b0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+           id="rect1110-8"
+           width="416"
+           height="416"
+           x="48"
+           y="-164"
+           rx="32"
+           ry="32" />
+        <rect
+           
style="display:inline;opacity:0.1;fill:#2864b0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+           id="rect1110-8-9"
+           width="448"
+           height="320"
+           x="32"
+           y="-116"
+           rx="32"
+           ry="32" />
+        <circle
+           
style="opacity:0.1;fill:#2864b0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+           id="path1142"
+           r="240"
+           cy="44"
+           cx="256" />
+      </g>
+    </g>
+    <g
+       style="display:inline"
+       id="layer9">
+      <g
+         transform="translate(-130)"
+         id="g1364">
+        <path
+           id="path1236-2"
+           d="m 154.00005,180 h 80 l 0,112 h -80 z"
+           
style="display:inline;opacity:1;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:0.00645612px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      </g>
+      <g
+         transform="translate(1,2)"
+         id="g1132">
+        <path
+           transform="translate(9.2651362e-8,172)"
+           
style="display:inline;opacity:0.1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.00645612px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+           d="m 51,96 c -1.02842,0 -2.056836,0.255255 -2.982422,0.765625 -0.964066,0.53161 
-1.737126,1.307913 -2.261719,2.220703 C 45.163667,98.420278 44.293507,98 43,98 H 42.154297 23 v 4 h 21.214844 
c 0.453364,0 0.714764,0.30097 0.77539,0.74219 0.0012,0.0352 0.0098,0.068 0.0098,0.10351 V 104 H 23 v 4 h 
13.951172 l -4,4 H 23 v 2 h 8.275391 c -0.515553,1.12876 -0.447851,2.6306 1.107421,4.22461 L 36.607422,114 h 
5.546875 C 44.821069,114 47,111.82107 47,109.1543 v -1.125 h 8 v 1.125 C 55,111.82107 57.178933,114 
59.845703,114 h 5.576172 l 4.195313,4.19531 c 1.542239,-1.58065 1.62052,-3.06977 1.11914,-4.19531 h 7.417969 
C 80.821067,114 83,111.82107 83,109.1543 v -1.125 h 2 V 108 104.0293 100 c 0,-1.06342 -0.82751,-2 -2,-2 H 
78.154297 59.845703 59 c 0,0 -1.578083,0.002 -2.751953,0.994141 -0.52464,-0.91609 -1.298885,-1.695436 
-2.265625,-2.228516 C 53.056842,96.255255 52.02842,96 51,96 Z m 0,2.003906 c 0.69807,0 1.396128,0.170992 
2.017578,0.513672 C 54.260468,99.202928 55,100.44362
  55,101.
 77734 c -4.06e-4,0.0398 0.0016,0.0796 0.0059,0.11914 C 55.005049,101.93258 55,101.96318 55,102 V 102.8457 
104 H 47 V 102.8457 102 c 0,0 -0.0077,-0.0768 -0.0078,-0.0859 0.0057,-0.0453 0.0083,-0.0911 0.0078,-0.13676 
0,-1.33372 0.739526,-2.574412 1.982422,-3.259762 C 49.60387,98.174898 50.30194,98.003906 51,98.003906 Z m 
6.785156,4.011714 H 80.867188 C 80.945588,102.27902 81,102.55384 81,102.8457 v 1.1836 H 61.107422 L 
61.078125,104 H 57 v -1.1543 c 0,-0.0342 0.0088,-0.0657 0.0098,-0.0996 0.0256,-0.43623 0.32636,-0.73047 
0.77539,-0.73047 z M 42.578125,108.0293 H 45 v 1.125 C 45,110.74766 43.747665,112 42.154297,112 h -3.546875 z 
m 14.421875,0 h 2.451172 L 63.421875,112 H 59.845703 C 58.252343,112 57,110.74766 57,109.1543 Z m 8.107422,0 
H 81 v 1.125 C 81,110.74766 79.747657,112 78.154297,112 h -9.076172 z"
+           id="path1236-2-2" />
+        <g
+           style="display:inline;enable-background:new"
+           id="g1258-5"
+           transform="translate(-12,10)">
+          <path
+             id="path1240-3"
+             d="m 44.382811,278.22465 c -2.11147,-2.16406 -1.49223,-4.16406 -0.37504,-5.28129 l 
8.91362,-8.91402 H 97 v 4 H 54.578621 Z"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#949390;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;strok
 e-lineca
 
p:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+          <path
+             id="path1242-5"
+             d="m 81.617191,278.19531 c 2.11147,-2.16406 1.49223,-4.16406 0.37504,-5.28129 L 73.078611,264 h 
-44.07861 v 4 h 42.42139 z"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#949390;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;strok
 e-lineca
 
p:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+          <g
+             transform="matrix(-0.25,0,0,-0.25,-70.874999,286.58741)"
+             id="g1256-6"
+             style="display:inline;enable-background:new">
+            <path
+               d="m -515.49964,99.241791 a 20.00036,19.101946 0 0 1 -10.00018,16.542769 20.00036,19.101946 0 
0 1 -20.00036,0 20.00036,19.101946 0 0 1 -10.00018,-16.54277"
+               id="path1244-2"
+               
style="opacity:1;fill:none;fill-opacity:1;stroke:#1a5fb4;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
 />
+            <path
+               
style="opacity:1;fill:#ffffff;fill-opacity:0.4409449;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+               d="m -506.42228,54.349625 h 85.84456 c 5.02906,0 9.07772,4.048663 9.07772,9.077719 v 
29.844561 c 0,5.029057 -4.04866,9.077715 -9.07772,9.077715 h -85.84456 c -5.02906,0 -9.07772,-4.048658 
-9.07772,-9.077715 V 63.427344 c 0,-5.029056 4.04866,-9.077719 9.07772,-9.077719 z"
+               id="rect1246-9" />
+            <path
+               transform="scale(-1,1)"
+               
style="opacity:1;fill:none;fill-opacity:1;stroke:#1a5fb4;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+               d="m 426.87957,54.349628 h 73.24086 c 8.52028,0 15.37957,6.859289 15.37957,15.379571 v 
25.240855 c 0,8.520286 -6.85929,15.379566 -15.37957,15.379566 h -73.24086 c -8.52028,0 -15.37957,-6.85928 
-15.37957,-15.379566 V 69.729199 c 0,-8.520282 6.85929,-15.379571 15.37957,-15.379571 z"
+               id="rect1248-1" />
+            <path
+               
style="opacity:1;fill:#ffffff;fill-opacity:0.4409449;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+               d="m -650.42228,54.349625 h 85.84456 c 5.02906,0 9.07772,4.048663 9.07772,9.077719 v 
29.844561 c 0,5.029057 -4.04866,9.077715 -9.07772,9.077715 h -85.84456 c -5.02906,0 -9.07772,-4.048658 
-9.07772,-9.077715 V 63.427344 c 0,-5.029056 4.04866,-9.077719 9.07772,-9.077719 z"
+               id="rect1250-2" />
+            <path
+               transform="scale(-1,1)"
+               
style="opacity:1;fill:none;fill-opacity:1;stroke:#1a5fb4;stroke-width:8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+               d="m 570.87957,54.349628 h 73.24085 c 8.52028,0 15.37957,6.859289 15.37957,15.379571 v 
25.240855 c 0,8.520286 -6.85929,15.379566 -15.37957,15.379566 h -73.24085 c -8.52028,0 -15.37957,-6.85928 
-15.37957,-15.379566 V 69.729199 c 0,-8.520282 6.85929,-15.379571 15.37957,-15.379571 z"
+               id="rect1252-7" />
+            <path
+               
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a5fb4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;str
 oke-line
 
cap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+               d="m 26,22 c -1.063423,0 -2,0.827513 -2,2 l -1e-6,24 c 0,0 0,4 4,4 h 4 v -2 h -3.199218 c 
-0.469055,0 -0.785156,-0.316099 -0.785156,-0.785156 V 25.785156 c 0,-0.469057 0.337462,-0.925094 
0.785156,-0.785156 H 32 l -1e-6,-1 c 0,-2 2,-2 2,-2 z m 5.999999,38 h -4 c 0,0 -4,0 -4,4 L 24,88 c 0,0.88001 
0.905333,2 2,2 h 7.999998 c 0,0 -2.000001,0 -2,-2 l 10e-7,-1 H 28.785156 C 28.316101,87 28,86.683901 
28,86.214844 V 62.785156 C 28,62.316099 28.318566,62.04802 28.785156,62 l 3.214843,-0.125 z"
+               id="path1254-0"
+               transform="matrix(0,-4,4,0,-759.5,210.34962)" />
+          </g>
+        </g>
+      </g>
+      <rect
+         ry="0"
+         rx="0"
+         y="209.99998"
+         x="64.00145"
+         height="32.000011"
+         width="32.000011"
+         id="rect1040-0"
+         
style="display:inline;opacity:1;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <path
+         
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.42396685;marker:none;enable-background:accumulate"
+         d="m 65.710926,235.207 c 5.179722,-1.44686 10.075032,-3.90458 14.329571,-7.19423 1.440877,-1.1141 
2.837185,-2.35696 3.716195,-3.95216 0.439504,-0.79761 0.7418,-1.67746 0.824027,-2.58442 0.08223,-0.90696 
-0.0614,-1.8414 -0.467292,-2.65662 -0.348958,-0.70087 -0.886034,-1.30273 -1.525129,-1.755 -0.639095,-0.45227 
-1.37821,-0.75674 -2.144539,-0.91715 -1.532657,-0.32082 -3.144021,-0.0649 -4.608257,0.49004 -1.762892,0.66815 
-3.374146,1.78453 -4.507658,3.29097 -1.133512,1.50644 -1.765955,3.4116 -1.618994,5.29113 0.0953,1.21886 
0.51174,2.40502 1.154821,3.4448 0.643081,1.03979 1.509119,1.93485 2.496499,2.65582 1.97476,1.44192 
4.394818,2.17121 6.820219,2.48147 5.519877,0.70611 11.284847,-0.7147 15.844439,-3.90496 l -0.02397,-5.18791 c 
-3.573958,3.94328 -8.656768,6.48367 -13.955921,6.97519 -2.287217,0.21215 -4.670542,0.0387 -6.736258,-0.96584 
-1.032859,-0.50229 -1.972389,-1.21052 -2.691839,-2.10577 -0.719451,-0.89526 -1.213261,-1.98058 
-1.354518,-3.12038 -0.206139,-1.66332 0.3
 5775,-3.
 37935 1.397774,-4.69369 1.040025,-1.31435 2.527391,-2.23891 4.126981,-2.73937 0.88279,-0.27619 
1.818175,-0.42987 2.735618,-0.31197 0.917444,0.1179 1.817609,0.52696 2.415479,1.23276 0.484364,0.5718 
0.74913,1.31366 0.79593,2.06157 0.0468,0.74792 -0.116805,1.50076 -0.414566,2.18844 -0.595523,1.37536 
-1.693571,2.46382 -2.812878,3.46053 -4.056608,3.61227 -8.748687,6.5089 -13.79578,8.51675 z"
+         id="path1046-2" />
+      <g
+         transform="translate(0,2)"
+         style="stroke:#c0bfbc"
+         id="g1277">
+        <path
+           id="path1205"
+           d="M 32,255 H 88"
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+        <path
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="M 32,251 H 96"
+           id="path1207" />
+        <path
+           id="path1209"
+           d="M 32,247 H 96"
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+        <path
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="M 32,241 H 52"
+           id="path1211" />
+        <path
+           id="path1213"
+           d="M 32,237 H 60"
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+        <path
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="M 32,233 H 60"
+           id="path1215" />
+        <path
+           id="path1217"
+           d="M 32,229 H 60"
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+        <path
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="M 32,225 H 60"
+           id="path1219" />
+        <path
+           id="path1221"
+           d="M 32,221 H 60"
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+        <path
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="M 32,215 H 60"
+           id="path1223" />
+        <path
+           id="path1225"
+           d="M 32,211 H 60"
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+        <path
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="M 32,207 H 60"
+           id="path1227" />
+        <path
+           id="path1229"
+           d="M 32,203 H 96"
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+        <path
+           
style="fill:none;fill-rule:evenodd;stroke:#c0bfbc;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="M 32,199 H 96"
+           id="path1231" />
+        <path
+           id="path1233"
+           d="M 44,191 H 84"
+           
style="fill:none;fill-rule:evenodd;stroke:#77767b;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+      </g>
+    </g>
+  </g>
+  <g
+     style="display:none"
+     id="layer3">
+    <g
+       clip-path="url(#clipPath1599-3)"
+       id="g1339"
+       style="display:inline;stroke-width:0.91016608;enable-background:new"
+       transform="matrix(0.325,0,0,-0.23214286,-39.999999,74.214286)">
+      <rect
+         clip-path="none"
+         ry="34.46154"
+         rx="24.615383"
+         y="-180"
+         x="160"
+         height="448"
+         width="320"
+         id="rect1904"
+         
style="display:inline;opacity:1;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:1.82033217;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+    </g>
+    <path
+       id="path14726-3"
+       d="M 17.555792,89.258512 C 34.38988,84.55621 50.299635,76.56864 64.126882,65.877269 c 
4.682852,-3.62083 9.220852,-7.660106 12.077634,-12.844535 1.428391,-2.592214 2.410851,-5.451738 
2.678089,-8.399357 0.267239,-2.94762 -0.199549,-5.984533 -1.518702,-8.634007 -1.134114,-2.27783 
-2.879612,-4.233868 -4.956672,-5.703749 -2.077059,-1.469882 -4.479182,-2.459389 -6.969751,-2.980726 
-4.981138,-1.042675 -10.218068,-0.210988 -14.976833,1.592637 -5.729392,2.171503 -10.965961,5.799724 
-14.649873,10.695656 -3.683911,4.895932 -5.739353,11.087691 -5.261733,17.196147 0.309734,3.961303 
1.663151,7.816309 3.753162,11.195614 2.090012,3.379306 4.904632,6.288261 8.113617,8.631395 6.417969,4.686266 
14.283156,7.056438 22.165709,8.064789 C 82.521127,86.986001 101.25728,82.368355 116.07594,72 l 
-0.0779,-16.860706 C 104.38268,67.954948 87.863555,76.211238 70.64131,77.808666 63.207856,78.498147 
55.46205,77.93457 48.748473,74.669678 45.391685,73.037233 42.338213,70.735493 40.000001,67.82591 37.66
 1788,64.
 916328 36.056908,61.389032 35.597823,57.68469 c -0.66995,-5.405803 1.162692,-10.982891 4.542769,-15.254497 
3.380076,-4.271607 8.214015,-7.276451 13.412678,-8.902933 2.869068,-0.897632 5.909069,-1.397073 
8.890759,-1.013905 2.98169,0.383169 5.907226,1.712623 7.850305,4.006471 1.574184,1.85836 2.434672,4.269382 
2.586771,6.700107 0.152099,2.430724 -0.379616,4.877455 -1.347342,7.112419 -1.93545,4.469929 -5.504107,8.00743 
-9.141855,11.246723 C 49.207935,73.31896 33.958684,82.733006 17.555641,89.258512 Z"
+       
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#e01b24;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.42396685;marker:none;enable-background:accumulate"
 />
+    <rect
+       
style="display:inline;opacity:1;fill:url(#radialGradient1942);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+       id="rect1936"
+       width="128"
+       height="128"
+       x="288"
+       y="20"
+       rx="32"
+       ry="32"
+       transform="matrix(0.25,0,0,0.25,20,87)"
+       clip-path="url(#clipPath2019-7-5)" />
+    <g
+       transform="translate(150)"
+       id="g1561"
+       style="display:inline;enable-background:new">
+      <g
+         clip-path="url(#clipPath1341-5)"
+         id="g1537"
+         style="display:inline;enable-background:new"
+         transform="matrix(0.25,0,0,0.25,-16,53)">
+        <rect
+           clip-path="none"
+           ry="32"
+           rx="31.999998"
+           y="-180"
+           x="160"
+           height="448"
+           width="320"
+           id="rect1535"
+           
style="display:inline;opacity:1;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+      </g>
+      <path
+         id="path1539"
+         d="m 29.347529,79.08175 c 12.760043,-3.56429 24.819452,-9.618775 35.300344,-17.72271 
3.549547,-2.744547 6.989298,-5.806271 9.154706,-9.736008 1.082704,-1.964869 1.827396,-4.132354 
2.02996,-6.366616 0.202563,-2.234261 -0.151257,-4.536205 -1.151159,-6.544476 -0.859645,-1.726569 
-2.182713,-3.209222 -3.757099,-4.323375 -1.574387,-1.114153 -3.395168,-1.864188 -5.28299,-2.259355 
-3.775645,-0.790336 -7.745177,-0.159926 -11.352265,1.2072 -4.342812,1.645974 -8.31207,4.396123 
-11.104433,8.107182 -2.792362,3.711059 -4.350363,8.40434 -3.988333,13.034478 0.234775,3.002622 
1.260649,5.924671 2.844853,8.486146 1.584204,2.561475 3.717654,4.766429 6.150027,6.542497 4.864746,3.552136 
10.826466,5.348698 16.80135,6.113017 C 78.590495,77.359213 92.792276,73.859091 104.02465,66 l 
-0.059,-12.78022 c -8.804302,9.714118 -21.325609,15.97229 -34.379869,17.18312 -5.63447,0.522618 
-11.5057,0.09543 -16.594511,-2.379318 -2.544406,-1.237375 -4.858901,-2.982068 -6.631238,-5.187497 
-1.772337,-2.20542
 9 -2.988
 817,-4.879078 -3.336798,-7.686925 -0.507814,-4.097536 0.881307,-8.324903 3.443366,-11.562731 
2.562058,-3.237828 6.226127,-5.515464 10.166653,-6.748319 2.17472,-0.680395 4.479006,-1.058966 
6.739093,-0.768528 2.260086,0.290437 4.477609,1.298148 5.95044,3.036858 1.193213,1.408615 1.845453,3.236142 
1.960742,5.078603 0.11529,1.842461 -0.287745,3.697055 -1.021269,5.391132 -1.467049,3.388154 -4.17205,6.069539 
-6.929421,8.524885 C 53.33954,66.999755 41.780785,74.135492 29.34747,79.08175 Z"
+         
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#e01b24;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.42396688;marker:none;enable-background:accumulate"
 />
+      <rect
+         
style="display:inline;opacity:1;fill:url(#radialGradient1563);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+         id="rect1543"
+         width="128"
+         height="128"
+         x="288"
+         y="20"
+         rx="32"
+         ry="32"
+         transform="matrix(0.25,0,0,-0.25,7.9999999,37)"
+         clip-path="url(#clipPath2019-7-5)" />
+      <g
+         style="fill:#949390;fill-opacity:1"
+         id="g1551">
+        <rect
+           
style="opacity:1;fill:#949390;fill-opacity:1;stroke:none;stroke-width:32;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.00000007,
 2.00000004;stroke-dashoffset:0;stroke-opacity:1"
+           id="rect1545"
+           width="64"
+           height="3"
+           x="32"
+           y="91" />
+        <rect
+           y="97"
+           x="32"
+           height="3"
+           width="64"
+           id="rect1547"
+           
style="opacity:1;fill:#949390;fill-opacity:1;stroke:none;stroke-width:32;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.00000007,
 2.00000004;stroke-dashoffset:0;stroke-opacity:1" />
+        <rect
+           
style="opacity:1;fill:#949390;fill-opacity:1;stroke:none;stroke-width:32;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.00000007,
 2.00000004;stroke-dashoffset:0;stroke-opacity:1"
+           id="rect1549"
+           width="36"
+           height="3"
+           x="32"
+           y="103" />
+      </g>
+    </g>
+    <g
+       transform="translate(260)"
+       id="g1591"
+       style="display:inline;enable-background:new">
+      <g
+         clip-path="url(#clipPath1341-5)"
+         id="g1567"
+         style="display:inline;enable-background:new"
+         transform="matrix(0.25,0,0,0.25,-16,53)">
+        <rect
+           clip-path="none"
+           ry="32"
+           rx="31.999998"
+           y="-180"
+           x="160"
+           height="448"
+           width="320"
+           id="rect1565"
+           
style="display:inline;opacity:1;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+      </g>
+      <path
+         id="path1569"
+         d="m 32.000057,77.401702 c 12.306807,-3.437687 23.937865,-9.277117 34.046477,-17.0932 
3.423468,-2.647061 6.741039,-5.600032 8.829531,-9.390185 1.044247,-1.895077 1.762488,-3.985573 
1.957856,-6.140474 0.195369,-2.1549 -0.145883,-4.37508 -1.110269,-6.312017 -0.829111,-1.665241 
-2.105183,-3.095231 -3.623647,-4.169809 -1.518465,-1.074579 -3.274572,-1.797972 -5.095339,-2.179104 
-3.641534,-0.762262 -7.470068,-0.154245 -10.949033,1.164321 -4.188556,1.587509 -8.016826,4.239973 
-10.710004,7.819216 -2.693177,3.579242 -4.195838,8.105818 -3.846667,12.571494 0.226436,2.895969 
1.215871,5.714227 2.743804,8.184718 1.527933,2.470492 3.585603,4.597126 5.931578,6.310108 4.69195,3.425964 
10.441911,5.158713 16.204567,5.895883 13.115005,1.677697 26.812339,-1.698101 37.645739,-9.278038 l 
-0.0569,-12.326267 c -8.491574,9.369074 -20.568127,15.404956 -33.158702,16.572777 -5.434334,0.504054 
-11.097018,0.09204 -16.005074,-2.294806 -2.454029,-1.193423 -4.686313,-2.876144 -6.395697,-5.003236 -1.
 709383,-
 2.127093 -2.882654,-4.705774 -3.218275,-7.413886 -0.489777,-3.951991 0.850003,-8.029203 3.321057,-11.152023 
2.471054,-3.122821 6.004976,-5.319556 9.805534,-6.50862 2.097474,-0.656227 4.319912,-1.021352 
6.499721,-0.741231 2.179808,0.280121 4.318565,1.252038 5.739081,2.92899 1.15083,1.358581 1.779903,3.121194 
1.891097,4.898212 0.111194,1.777017 -0.277525,3.565735 -0.984995,5.199639 -1.414939,3.267806 
-4.023858,5.853949 -6.683288,8.222081 C 55.139872,65.748859 43.991684,72.631135 32,77.401702 Z"
+         
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#e01b24;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.42396688;marker:none;enable-background:accumulate"
 />
+      <rect
+         
style="display:inline;opacity:1;fill:url(#radialGradient1593);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+         id="rect1573"
+         width="128"
+         height="128"
+         x="288"
+         y="20"
+         rx="32"
+         ry="32"
+         transform="matrix(0.25,0,0,-0.25,7.9999999,37)"
+         clip-path="url(#clipPath2019-7-5)" />
+      <g
+         transform="translate(0,-3)"
+         style="fill:#949390;fill-opacity:1"
+         id="g1581">
+        <rect
+           
style="opacity:1;fill:#949390;fill-opacity:1;stroke:none;stroke-width:32;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.00000007,
 2.00000004;stroke-dashoffset:0;stroke-opacity:1"
+           id="rect1575"
+           width="48"
+           height="3"
+           x="40"
+           y="91" />
+        <rect
+           y="97"
+           x="40"
+           height="3"
+           width="48"
+           id="rect1577"
+           
style="opacity:1;fill:#949390;fill-opacity:1;stroke:none;stroke-width:32;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.00000007,
 2.00000004;stroke-dashoffset:0;stroke-opacity:1" />
+        <rect
+           
style="opacity:1;fill:#949390;fill-opacity:1;stroke:none;stroke-width:31.99999809;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.00000007,
 2.00000004;stroke-dashoffset:0;stroke-opacity:1"
+           id="rect1579"
+           width="28"
+           height="3"
+           x="40"
+           y="103" />
+      </g>
+    </g>
+    <g
+       transform="translate(404.50993)"
+       id="g1629"
+       style="display:inline;enable-background:new">
+      <g
+         clip-path="url(#clipPath1599-3)"
+         id="g1605"
+         style="display:inline;stroke-width:0.91016608;enable-background:new"
+         transform="matrix(0.325,0,0,-0.23214286,-39.999999,74.214286)">
+        <rect
+           clip-path="none"
+           ry="34.46154"
+           rx="24.615383"
+           y="-180"
+           x="160"
+           height="448"
+           width="320"
+           id="rect1603"
+           
style="display:inline;opacity:1;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:1.82033217;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+      </g>
+      <path
+         id="path1607"
+         d="M 17.555792,81.258512 C 34.38988,76.55621 50.299635,68.56864 64.126882,57.877269 c 
4.682852,-3.62083 9.220852,-7.660106 12.077634,-12.844535 1.428391,-2.592214 2.410851,-5.451738 
2.678089,-8.399357 0.267239,-2.94762 -0.199549,-5.984533 -1.518702,-8.634007 -1.134114,-2.27783 
-2.879612,-4.233868 -4.956672,-5.703749 -2.077059,-1.469882 -4.479182,-2.459389 -6.969751,-2.980726 
-4.981138,-1.042675 -10.218068,-0.210988 -14.976833,1.592637 -5.729392,2.171503 -10.965961,5.799724 
-14.649873,10.695656 -3.683911,4.895932 -5.739353,11.087691 -5.261733,17.196147 0.309734,3.961303 
1.663151,7.816309 3.753162,11.195614 2.090012,3.379306 4.904632,6.288261 8.113617,8.631395 6.417969,4.686266 
14.283156,7.056438 22.165709,8.064789 C 82.521127,78.986001 101.25728,74.368355 116.07594,64 l 
-0.0779,-16.860706 C 104.38268,59.954948 87.863555,68.211238 70.64131,69.808666 63.207856,70.498147 
55.46205,69.93457 48.748473,66.669678 45.391685,65.037233 42.338213,62.735493 40.000001,59.82591 37.
 661788,5
 6.916328 36.056908,53.389032 35.597823,49.68469 c -0.66995,-5.405803 1.162692,-10.982891 4.542769,-15.254497 
3.380076,-4.271607 8.214015,-7.276451 13.412678,-8.902933 2.869068,-0.897632 5.909069,-1.397073 
8.890759,-1.013905 2.98169,0.383169 5.907226,1.712623 7.850305,4.006471 1.574184,1.85836 2.434672,4.269382 
2.586771,6.700107 0.152099,2.430724 -0.379616,4.877455 -1.347342,7.112419 -1.93545,4.469929 -5.504107,8.00743 
-9.141855,11.246723 C 49.207935,65.31896 33.958684,74.733006 17.555641,81.258512 Z"
+         
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#e01b24;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.42396685;marker:none;enable-background:accumulate"
 />
+      <rect
+         
style="display:inline;opacity:1;fill:url(#radialGradient1631);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+         id="rect1611"
+         width="128"
+         height="128"
+         x="288"
+         y="20"
+         rx="32"
+         ry="32"
+         transform="matrix(0.25,0,0,0.25,20,87)"
+         clip-path="url(#clipPath2019-7-5)" />
+      <g
+         transform="translate(-16,-3)"
+         style="fill:#949390;fill-opacity:1"
+         id="g1619">
+        <rect
+           
style="opacity:1;fill:#949390;fill-opacity:1;stroke:none;stroke-width:32;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.00000003,
 2.00000001;stroke-dashoffset:0;stroke-opacity:1"
+           id="rect1613"
+           width="56"
+           height="3"
+           x="40"
+           y="91" />
+        <rect
+           y="97"
+           x="40"
+           height="3"
+           width="56"
+           id="rect1615"
+           
style="opacity:1;fill:#949390;fill-opacity:1;stroke:none;stroke-width:32;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.00000003,
 2.00000001;stroke-dashoffset:0;stroke-opacity:1" />
+        <rect
+           
style="opacity:1;fill:#949390;fill-opacity:1;stroke:none;stroke-width:31.99999809;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:4.00000007,
 2.00000004;stroke-dashoffset:0;stroke-opacity:1"
+           id="rect1617"
+           width="28"
+           height="3"
+           x="40"
+           y="103" />
+      </g>
+    </g>
+  </g>
+</svg>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]