You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/08/21 20:57:52 UTC

[incubator-openwhisk-website] branch master updated: Create updated package integrations illustration for home page (#318)

This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 819f1b1  Create updated package integrations illustration for home page (#318)
819f1b1 is described below

commit 819f1b1dbad5210785c4e0d14b413fbe9cfa03dc
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Tue Aug 21 15:57:49 2018 -0500

    Create updated package integrations illustration for home page (#318)
    
    * Adapt Integrations illustration to new design and update supported packages.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
    
    * Create updated package integrations illustration.
---
 _layouts/community.html                          |    2 +-
 _layouts/home.html                               |   53 +-
 _scss/_base.scss                                 |    8 +-
 _scss/_variables.scss                            |    9 +
 images/elements/alarm-clock.png                  |  Bin 76317 -> 0 bytes
 images/elements/crescent.png                     |  Bin 6423 -> 0 bytes
 images/elements/drawing-8-sided-cog.svg          |   84 -
 images/elements/drawing-cog-lt-aquamarine.png    |  Bin 10390 -> 0 bytes
 images/elements/drawing-cog-med-gray.png         |  Bin 7419 -> 0 bytes
 images/elements/events-average.png               |  Bin 19543 -> 0 bytes
 images/elements/events-cold.png                  |  Bin 23422 -> 0 bytes
 images/elements/events-hot.png                   |  Bin 17654 -> 0 bytes
 images/elements/function-of-x-notation.png       |  Bin 5225 -> 0 bytes
 images/elements/openwhisk-abstract-component.svg | 1998 +++++++++++++++
 images/elements/rocket-launch.png                |  Bin 29278 -> 0 bytes
 images/icons/apache-openwhisk.svg                |  454 ----
 images/icons/cloud-plus.svg                      |   47 -
 images/icons/database.png                        |  Bin 3218 -> 0 bytes
 images/icons/database2.svg                       |    1 -
 images/icons/package.svg                         |   39 -
 images/icons/raincloud.svg                       |   64 -
 images/icons/sun-cloud.svg                       |   66 -
 images/icons/weather.svg                         |   76 -
 images/illustrations/OW-Integrations.png         |  Bin 0 -> 170168 bytes
 images/illustrations/OW-integrations.svg         | 2807 ++++++++++++++++++++--
 25 files changed, 4700 insertions(+), 1008 deletions(-)

diff --git a/_layouts/community.html b/_layouts/community.html
index fc320bd..bc445cb 100644
--- a/_layouts/community.html
+++ b/_layouts/community.html
@@ -89,7 +89,7 @@ layout: default
                   </ul>
               <p>To comment on a thread, simply reply to the message with the same subject text.</p>
               <p><b>NOTE:</b> Make sure you add a subject line to the subscribe/unsubscribe messages. Empty emails are ignored.</p>
-              <p>To see existing messages, <a href="http://mail-archives.apache.org/mod_mbox/incubator-openwhisk-dev/">http://mail-archives.apache.org/mod_mbox/incubator-openwhisk-dev/</a>.</p>
+              <p>To see existing messages, <a href="https://lists.apache.org/list.html?dev@openwhisk.apache.org">https://lists.apache.org/list.html?dev@openwhisk.apache.org</a>.</p>
           </div>
       </main>
       <main id="doc">
diff --git a/_layouts/home.html b/_layouts/home.html
index 1fc4ed1..01ba06e 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -48,14 +48,22 @@ layout: default
             <h4>Write functions in any language</h4>
             <!-- Possible text addition: "bundle larger or complex dependencies, and tailor the runtime environment to suite your needs."" -->
             <p>
-                Work with what you know and love. Code in your favorite languages such as
+                Work with what you know and love. OpenWhisk supports a growing list of your favorite languages such as
                 <b><a href="https://github.com/apache/incubator-openwhisk-runtime-nodejs">NodeJS</a></b>,
                 <b><a href="https://github.com/apache/incubator-openwhisk-runtime-swift">Swift</a></b>,
                 <b><a href="https://github.com/apache/incubator-openwhisk-runtime-java">Java</a></b>,
                 <b><a href="https://github.com/apache/incubator-openwhisk-runtime-go">Go</a></b>,
                 <b><a href="https://github.com/apache/incubator-openwhisk-runtime-java">Scala</a></b>,
                 <b><a href="https://github.com/apache/incubator-openwhisk-runtime-python">Python</a></b>,
-                <b><a href="https://github.com/apache/incubator-openwhisk-runtime-php">PHP</a></b>.  If you need languages or libraries the current "out-of-the-box" runtimes do not support, you can create and customize your own executables as Zip Actions which run on the <b><a href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/README.md">Docker</a></b> runtime by using the <a href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/sdk/do [...]
+                <b><a href="https://github.com/apache/incubator-openwhisk-runtime-php">PHP</a></b>.
+            </p>
+            <p>
+                If you need languages or libraries the current "out-of-the-box" runtimes do not support, you can create and customize your own executables as Zip Actions which run on the <b><a href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/README.md">Docker</a></b> runtime by using the <a href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/sdk/docker/README.md">Docker SDK</a></b>.  Some examples of how to support other languages  [...]
+            </p>
+            <p>
+                Once you have your function written, use the
+                <a href="documentation.html#using-openwhisk">wsk CLI</a>, to
+                target your Apache OpenWhisk instance, and run your first action in seconds.
             </p>
             <a class="button" href="{{ site.github.url }}/documentation.html#nodejs">Create Your First Action</a>
         </div>
@@ -66,21 +74,37 @@ layout: default
 
     <main>
         <div class="image-wrapper">
-            <img src="{{ site.github.url }}/images/illustrations/illustration-integrators.png" alt="OpenWhisk's out-of-box packages easily integrate with our own services"/>
+            <img src="{{ site.github.url }}/images/illustrations/OW-Integrations.png" alt="OpenWhisk's out-of-box packages easily integrate with our own services"/>
         </div>
         <div class="content">
             <h4>Integrate easily with many popular services</h4>
             <p>
-                With Apache OpenWhisk you can easily create actions, test, connect to other
-                actions or debug them. Use the
-                <a href="documentation.html#using-openwhisk">wsk CLI</a>,
-                target your Apache OpenWhisk instance, and run your first action in seconds.
+                OpenWhisk makes it simple for developers to integrate their
+                Actions with many popular services using
+                <a href="https://github.com/apache/incubator-openwhisk/blob/master/docs/packages.md"><span style="font-weight:bold">Packages</span></a>
+                that are provided either as independently developed
+                projects under the OpenWhisk family or as part of
+                our default
+                <a href="https://github.com/apache/incubator-openwhisk-catalog">catalog</a>.
+            </p>
+            <p>
+              Packages offer integrations with general services such as
+                <a href="https://github.com/apache/incubator-openwhisk-package-kafka">Kafka</a> message queues,
+                databases including <a href="https://github.com/apache/incubator-openwhisk-package-cloudant">Cloudant</a>,
+                <a href="https://github.com/apache/incubator-openwhisk-package-pushnotifications">Push Notifications</a> from mobile applications,
+                <a href="https://github.com/apache/incubator-openwhisk-catalog/tree/master/packages/slack">Slack</a> messaging,
+                and <a href="https://github.com/apache/incubator-openwhisk-package-rss">RSS</a> feeds.
+                Development pipelines can take advantage of integrations with
+                <a href="https://github.com/apache/incubator-openwhisk-catalog/tree/master/packages/github">GitHub</a>,
+                <a href="https://github.com/apache/incubator-openwhisk-package-jira">JIRA</a>,
+                or even custom data and analytic services from
+                IBM Watson for <a href="https://github.com/apache/incubator-openwhisk-catalog/tree/master/packages/watson-translator">Translation</a>
+                or <a href="https://github.com/apache/incubator-openwhisk-catalog/tree/master/packages/watson-speechToText">Speech-to-Text</a>, as well as the
+                <a href="https://github.com/apache/incubator-openwhisk-catalog/tree/master/packages/weather">Weather</a> company.
             </p>
             <p>
-                Apache OpenWhisk makes it simple for thousands of developers to
-                integrate with your service. Make it easy for developers to perform
-                actions when something happens in your service, or to send data into
-                your service when things happen somewhere else.
+                You can even configure events to schedule times or intervals
+                to run your actions with the <a href="https://github.com/apache/incubator-openwhisk-package-alarms">Alarms</a> package.
             </p>
         </div>
     </main>
@@ -123,9 +147,10 @@ layout: default
             <h4>Join a vibrant open source community</h4>
             <p>
                 Play a critical part in building game-changing cloud technology.
-                Share your actions and triggers with the community, add your service to
-                the Apache OpenWhisk ecosystem, or join the development effort to
-                make Apache OpenWhisk even better.
+                Share your actions and triggers with the community, add your
+                Runtimes, Package integrations and plug-ins to the Apache
+                OpenWhisk ecosystem, or join our community of developers to
+                make Apache OpenWhisk the best open source Serverless platform.
             </p>
             <a class="button" href="{{ site.github.url }}/community.html">Join the OpenWhisk Community</a>
         </div>
diff --git a/_scss/_base.scss b/_scss/_base.scss
index e2b91e9..61eda09 100644
--- a/_scss/_base.scss
+++ b/_scss/_base.scss
@@ -134,12 +134,12 @@ footer {
     // NOTE: SVG files and the <img> tags do not work well together
     // Important! without this style, the image will not stretch and display properly
     img {
-      background: $color-bg-base-img;
       display: block;
-      max-width: 500px; // prevent images from appearing too large
+      background: $color-bg-base-img;
+      width: $image-wrapper-width;
+      height: $image-wrapper-height;
+      max-width: $image-wrapper-max-width;
       align-self: center;
-      width: 100%;
-      height: 100%;
       margin: auto;  // allows centering in all layouts
     }
   }
diff --git a/_scss/_variables.scss b/_scss/_variables.scss
index 4d5b159..e1303e6 100644
--- a/_scss/_variables.scss
+++ b/_scss/_variables.scss
@@ -249,3 +249,12 @@ $terminal-font-size: 14px;
 $terminal-line-height: 140%;
 $terminal-pre-margin: 0px;
 $terminal-line-number-padding: 10px;
+
+/*
+ * Image Wrapper
+ */
+
+ // prevent images from renmdering too large using width to determine scale
+$image-wrapper-width: 100%;
+$image-wrapper-height: 100%;
+$image-wrapper-max-width: 500px;
diff --git a/images/elements/alarm-clock.png b/images/elements/alarm-clock.png
deleted file mode 100644
index 88f6bf7..0000000
Binary files a/images/elements/alarm-clock.png and /dev/null differ
diff --git a/images/elements/crescent.png b/images/elements/crescent.png
deleted file mode 100644
index dea285d..0000000
Binary files a/images/elements/crescent.png and /dev/null differ
diff --git a/images/elements/drawing-8-sided-cog.svg b/images/elements/drawing-8-sided-cog.svg
deleted file mode 100644
index 0d60da2..0000000
--- a/images/elements/drawing-8-sided-cog.svg
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="60.060417mm"
-   height="60.325001mm"
-   viewBox="0 0 60.060417 60.325001"
-   version="1.1"
-   id="svg8983"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"
-   sodipodi:docname="drawing-8-sided-cog-.svg"
-   inkscape:export-filename="/Users/Matt/openwhisk/release/openwhisk-website/images/elements/drawing-cog-gray.png"
-   inkscape:export-xdpi="96"
-   inkscape:export-ydpi="96">
-  <defs
-     id="defs8977" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.56862745"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="105.5"
-     inkscape:cy="74.000001"
-     inkscape:document-units="mm"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:pagecheckerboard="true"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1680"
-     inkscape:window-height="961"
-     inkscape:window-x="0"
-     inkscape:window-y="1"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata8980">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="8-sided cog"
-     id="layer1"
-     transform="translate(-0.96385121,-235.84346)"
-     inkscape:groupmode="layer"
-     style="opacity:1">
-    <path
-       inkscape:label="light aquamarine"
-       style="display:inline;opacity:1;fill:#6aeffa;fill-opacity:1;stroke:#acacac;stroke-width:0.26458335;stroke-opacity:1"
-       d="m 28.943539,295.70742 c 1.055026,-0.0502 2.781432,-0.0502 3.836458,0 1.055026,0.0502 0.191823,0.0913 -1.918229,0.0913 -2.110052,0 -2.973255,-0.0411 -1.918229,-0.0913 z m -1.367994,-0.65525 c -0.05549,-0.18641 -0.494298,-1.93017 -0.975123,-3.87503 -0.780714,-3.15788 -0.946252,-3.56503 -1.547586,-3.80634 -0.370348,-0.14862 -1.66706,-0.73026 -2.881582,-1.29253 -1.214522,-0.56227 -2.405147,-1.02212 -2.645833,-1.02188 -0.240686,2.3e-4 -1.866361,0.89197 -3.612611,1.98164 -1.74625,1.0 [...]
-       id="path9323"
-       inkscape:connector-curvature="0" />
-    <path
-       inkscape:connector-curvature="0"
-       id="path9321"
-       d="m 28.943539,295.70742 c 1.055026,-0.0502 2.781432,-0.0502 3.836458,0 1.055026,0.0502 0.191823,0.0913 -1.918229,0.0913 -2.110052,0 -2.973255,-0.0411 -1.918229,-0.0913 z m -1.367994,-0.65525 c -0.05549,-0.18641 -0.494298,-1.93017 -0.975123,-3.87503 -0.780714,-3.15788 -0.946252,-3.56503 -1.547586,-3.80634 -0.370348,-0.14862 -1.66706,-0.73026 -2.881582,-1.29253 -1.214522,-0.56227 -2.405147,-1.02212 -2.645833,-1.02188 -0.240686,2.3e-4 -1.866361,0.89197 -3.612611,1.98164 -1.74625,1.0 [...]
-       style="display:inline;opacity:1;fill:#6eedd8;fill-opacity:1;stroke:#acacac;stroke-width:0.26458335;stroke-opacity:1"
-       inkscape:label="deep aquamarine" />
-    <path
-       style="display:inline;opacity:1;fill:#acacac;fill-opacity:1;stroke:#acacac;stroke-width:0.26458335;stroke-opacity:1"
-       d="m 28.943539,295.70742 c 1.055026,-0.0502 2.781432,-0.0502 3.836458,0 1.055026,0.0502 0.191823,0.0913 -1.918229,0.0913 -2.110052,0 -2.973255,-0.0411 -1.918229,-0.0913 z m -1.367994,-0.65525 c -0.05549,-0.18641 -0.494298,-1.93017 -0.975123,-3.87503 -0.780714,-3.15788 -0.946252,-3.56503 -1.547586,-3.80634 -0.370348,-0.14862 -1.66706,-0.73026 -2.881582,-1.29253 -1.214522,-0.56227 -2.405147,-1.02212 -2.645833,-1.02188 -0.240686,2.3e-4 -1.866361,0.89197 -3.612611,1.98164 -1.74625,1.0 [...]
-       id="path9219"
-       inkscape:connector-curvature="0"
-       inkscape:label="medium gray" />
-  </g>
-</svg>
diff --git a/images/elements/drawing-cog-lt-aquamarine.png b/images/elements/drawing-cog-lt-aquamarine.png
deleted file mode 100644
index 9089651..0000000
Binary files a/images/elements/drawing-cog-lt-aquamarine.png and /dev/null differ
diff --git a/images/elements/drawing-cog-med-gray.png b/images/elements/drawing-cog-med-gray.png
deleted file mode 100644
index dfd4cac..0000000
Binary files a/images/elements/drawing-cog-med-gray.png and /dev/null differ
diff --git a/images/elements/events-average.png b/images/elements/events-average.png
deleted file mode 100644
index aa91522..0000000
Binary files a/images/elements/events-average.png and /dev/null differ
diff --git a/images/elements/events-cold.png b/images/elements/events-cold.png
deleted file mode 100644
index d03a90d..0000000
Binary files a/images/elements/events-cold.png and /dev/null differ
diff --git a/images/elements/events-hot.png b/images/elements/events-hot.png
deleted file mode 100644
index 1b314e6..0000000
Binary files a/images/elements/events-hot.png and /dev/null differ
diff --git a/images/elements/function-of-x-notation.png b/images/elements/function-of-x-notation.png
deleted file mode 100644
index 065be19..0000000
Binary files a/images/elements/function-of-x-notation.png and /dev/null differ
diff --git a/images/elements/openwhisk-abstract-component.svg b/images/elements/openwhisk-abstract-component.svg
new file mode 100644
index 0000000..91bb2e8
--- /dev/null
+++ b/images/elements/openwhisk-abstract-component.svg
@@ -0,0 +1,1998 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+   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="99.169998"
+   height="83.979996"
+   viewBox="0 0 99.169997 83.979995"
+   version="1.1"
+   id="svg1125"
+   sodipodi:docname="openwhisk-abstract-component.svg"
+   inkscape:version="0.92.2 5c3e80d, 2017-08-06">
+  <metadata
+     id="metadata1129">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>illustration-integrators</dc:title>
+      </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="1492"
+     inkscape:window-height="891"
+     id="namedview1127"
+     showgrid="false"
+     inkscape:zoom="1.3497836"
+     inkscape:cx="-55.067739"
+     inkscape:cy="23.738133"
+     inkscape:window-x="114"
+     inkscape:window-y="16"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg1125"
+     inkscape:pagecheckerboard="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
+  <title
+     id="title1036">illustration-integrators</title>
+  <desc
+     id="desc1038">Created with Sketch.</desc>
+  <defs
+     id="defs1044">
+    <marker
+       inkscape:stockid="DotS"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker5959"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path5957"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#6eedd8;stroke-width:1.00000003pt;stroke-opacity:1"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="DotS"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker5859"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path5857"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#6eedd8;stroke-width:1.00000003pt;stroke-opacity:1"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="DotS"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4361"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4359"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#6eedd8;stroke-width:1.00000003pt;stroke-opacity:1"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Tail"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Tail"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <g
+         id="g1951"
+         transform="scale(-1.2)"
+         style="fill:#008571;fill-opacity:1;stroke:#5aaafa;stroke-opacity:1">
+        <path
+           id="path1939"
+           d="M -3.8048674,-3.9585227 0.54352094,0"
+           style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.80000001;stroke-linecap:round;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path1941"
+           d="M -1.2866832,-3.9585227 3.0617053,0"
+           style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.80000001;stroke-linecap:round;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path1943"
+           d="M 1.3053582,-3.9585227 5.6537466,0"
+           style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.80000001;stroke-linecap:round;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path1945"
+           d="M -3.8048674,4.1775838 0.54352094,0.21974226"
+           style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.80000001;stroke-linecap:round;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path1947"
+           d="M -1.2866832,4.1775838 3.0617053,0.21974226"
+           style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.80000001;stroke-linecap:round;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path1949"
+           d="M 1.3053582,4.1775838 5.6537466,0.21974226"
+           style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.80000001;stroke-linecap:round;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Sstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Sstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path1915"
+         d="M 0,0 5,-5 -12.5,0 5,5 Z"
+         style="fill:#008571;fill-opacity:1;fill-rule:evenodd;stroke:#5aaafa;stroke-width:1.00000003pt;stroke-opacity:1"
+         transform="matrix(0.2,0,0,0.2,1.2,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="DotL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="DotL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path1964"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         style="fill:#325c80;fill-opacity:1;fill-rule:evenodd;stroke:#325c80;stroke-width:1.00000003pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,5.92,0.8)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path1320"
+         d="M 0,0 5,-5 -12.5,0 5,5 Z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000003pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <circle
+       id="path-1"
+       cx="50"
+       cy="26"
+       r="7" />
+    <mask
+       id="mask-2"
+       maskContentUnits="userSpaceOnUse"
+       maskUnits="objectBoundingBox"
+       x="0"
+       y="0"
+       width="14"
+       height="14"
+       fill="white">
+      <use
+         xlink:href="#path-1"
+         id="use1041"
+         x="0"
+         y="0"
+         width="100%"
+         height="100%" />
+    </mask>
+    <linearGradient
+       osb:paint="solid"
+       id="linearGradient2544">
+      <stop
+         id="stop2542"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+    </linearGradient>
+    <color-profile
+       id="color-profile47"
+       xlink:href="/System/Library/ColorSync/Profiles/AdobeRGB1998.icc"
+       name="Adobe-RGB--1998-" />
+    <filter
+       id="filter4902"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood4892"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite4894"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur4896"
+         result="blur"
+         stdDeviation="2"
+         in="composite1" />
+      <feOffset
+         id="feOffset4898"
+         result="offset"
+         dy="6"
+         dx="6" />
+      <feComposite
+         id="feComposite4900"
+         result="fbSourceGraphic"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+      <feColorMatrix
+         id="feColorMatrix4988"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood4990" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite4992"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur4994" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset4996" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite4998"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5000"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5002" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5004"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5006" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5008" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5010"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5012"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5014" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5016"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5018" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5020" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5022"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5024"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5026" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5028"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5030" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5032" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5034"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5036"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5038" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5040"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5042" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5044" />
+      <feComposite
+         result="composite2"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5046"
+         in2="offset" />
+    </filter>
+    <filter
+       id="filter569"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood559"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite561"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur563"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset565"
+         result="offset"
+         dy="0.2"
+         dx="0.2" />
+      <feComposite
+         id="feComposite567"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter895"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood885"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite887"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur889"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset891"
+         result="offset"
+         dy="-2.77556e-17"
+         dx="-0.2" />
+      <feComposite
+         id="feComposite893"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter946"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood936"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite938"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur940"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset942"
+         result="offset"
+         dy="-2.77556e-17"
+         dx="-0.2" />
+      <feComposite
+         id="feComposite944"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter1214"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood1204"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite1206"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur1208"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset1210"
+         result="offset"
+         dy="0.1"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite1212"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter1437"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood1427"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite1429"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur1431"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset1433"
+         result="offset"
+         dy="0.1"
+         dx="0.1" />
+      <feComposite
+         id="feComposite1435"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2252"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37528363"
+         y="-0.22932915"
+         x="15.284907"
+         height="17.757502"
+         width="15.335663"
+         id="rect2254"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.93708497;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <clipPath
+       id="clipPath2270"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.35968757"
+         y="-0.064093582"
+         x="9.1991491"
+         height="9.0284157"
+         width="11.395495"
+         id="rect2272"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <filter
+       id="filter2408"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood2398"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite2400"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur2402"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset2404"
+         result="offset"
+         dy="0.1"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite2406"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2418"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37048745"
+         y="-0.055517841"
+         x="10.364887"
+         height="8.9488811"
+         width="11.568389"
+         id="rect2420"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <filter
+       id="filter2530"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood2520"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite2522"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur2524"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset2526"
+         result="offset"
+         dy="0"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite2528"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2538"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37048745"
+         y="2.4576325"
+         x="-0.16488507"
+         height="17.226913"
+         width="14.630958"
+         id="rect2540"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <color-profile
+       name="Adobe-RGB--1998-"
+       xlink:href="/System/Library/ColorSync/Profiles/AdobeRGB1998.icc"
+       id="color-profile135" />
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter4902-83">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood4892-9" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite4894-0" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="2"
+         result="blur"
+         id="feGaussianBlur4896-5" />
+      <feOffset
+         dx="6"
+         dy="6"
+         result="offset"
+         id="feOffset4898-2" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="fbSourceGraphic"
+         id="feComposite4900-27" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix4988-3" />
+      <feFlood
+         id="feFlood4990-79"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite4992-0"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur4994-2"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset4996-3"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite4998-9"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5000-9" />
+      <feFlood
+         id="feFlood5002-7"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5004-0"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5006-3"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5008-9"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5010-8"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5012-6" />
+      <feFlood
+         id="feFlood5014-5"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5016-7"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5018-62"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5020-7"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5022-0"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5024-3" />
+      <feFlood
+         id="feFlood5026-9"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5028-9"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5030-9"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5032-1"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5034-7"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5036-2" />
+      <feFlood
+         id="feFlood5038-3"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5040-6"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5042-5"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5044-5"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5046-8"
+         in="fbSourceGraphic"
+         operator="over"
+         result="composite2" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter4342">
+      <feFlood
+         flood-opacity="0.933333"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         id="feFlood4332" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite4334" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="0.2"
+         result="blur"
+         id="feGaussianBlur4336" />
+      <feOffset
+         dx="1.38778e-16"
+         dy="1.38778e-16"
+         result="offset"
+         id="feOffset4338" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="fbSourceGraphic"
+         id="feComposite4340" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix4344" />
+      <feFlood
+         id="feFlood4346"
+         flood-opacity="0.933333"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite4348"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur4350"
+         in="composite1"
+         stdDeviation="0.2"
+         result="blur" />
+      <feOffset
+         id="feOffset4352"
+         dx="1.38778e-16"
+         dy="1.38778e-16"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite4354"
+         in="fbSourceGraphic"
+         operator="over"
+         result="composite2" />
+    </filter>
+    <color-profile
+       id="color-profile185"
+       xlink:href="/System/Library/ColorSync/Profiles/AdobeRGB1998.icc"
+       name="Adobe-RGB--1998-" />
+    <filter
+       id="filter4902-8"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood4892-3"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite4894-9"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur4896-0"
+         result="blur"
+         stdDeviation="2"
+         in="composite1" />
+      <feOffset
+         id="feOffset4898-5"
+         result="offset"
+         dy="6"
+         dx="6" />
+      <feComposite
+         id="feComposite4900-2"
+         result="fbSourceGraphic"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+      <feColorMatrix
+         id="feColorMatrix4988-2"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood4990-7" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite4992-3"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur4994-7" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset4996-9" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite4998-0"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5000-2"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5002-3" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5004-9"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5006-9" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5008-7" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5010-0"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5012-3"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5014-9" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5016-8"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5018-6" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5020-5" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5022-7"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5024-6"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5026-2" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5028-7"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5030-0" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5032-3" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5034-9"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5036-9"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5038-9" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5040-1"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5042-7" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5044-2" />
+      <feComposite
+         result="composite2"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5046-3"
+         in2="offset" />
+    </filter>
+    <filter
+       id="filter569-4"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood559-7"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite561-1"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur563-3"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset565-8"
+         result="offset"
+         dy="0.2"
+         dx="0.2" />
+      <feComposite
+         id="feComposite567-4"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter895-8"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood885-0"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite887-4"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur889-6"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset891-0"
+         result="offset"
+         dy="-2.77556e-17"
+         dx="-0.2" />
+      <feComposite
+         id="feComposite893-3"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter946-2"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood936-6"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite938-9"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur940-4"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset942-1"
+         result="offset"
+         dy="-2.77556e-17"
+         dx="-0.2" />
+      <feComposite
+         id="feComposite944-3"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter1214-7"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood1204-8"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite1206-8"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur1208-3"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset1210-8"
+         result="offset"
+         dy="0.1"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite1212-1"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter1437-5"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood1427-3"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite1429-5"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur1431-4"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset1433-3"
+         result="offset"
+         dy="0.1"
+         dx="0.1" />
+      <feComposite
+         id="feComposite1435-6"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2252-5"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37528363"
+         y="-0.22932915"
+         x="15.284907"
+         height="17.757502"
+         width="15.335663"
+         id="rect2254-9"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.93708497;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <clipPath
+       id="clipPath2270-5"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.35968757"
+         y="-0.064093582"
+         x="9.1991491"
+         height="9.0284157"
+         width="11.395495"
+         id="rect2272-4"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <filter
+       id="filter2408-9"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood2398-1"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite2400-7"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur2402-5"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset2404-5"
+         result="offset"
+         dy="0.1"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite2406-4"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2418-1"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37048745"
+         y="-0.055517841"
+         x="10.364887"
+         height="8.9488811"
+         width="11.568389"
+         id="rect2420-8"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <filter
+       id="filter2530-8"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood2520-3"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite2522-5"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur2524-2"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset2526-2"
+         result="offset"
+         dy="0"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite2528-6"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <color-profile
+       name="Adobe-RGB--1998-"
+       xlink:href="/System/Library/ColorSync/Profiles/AdobeRGB1998.icc"
+       id="color-profile271" />
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter4902-9">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood4892-1" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite4894-5" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="2"
+         result="blur"
+         id="feGaussianBlur4896-55" />
+      <feOffset
+         dx="6"
+         dy="6"
+         result="offset"
+         id="feOffset4898-8" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="fbSourceGraphic"
+         id="feComposite4900-29" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix4988-8" />
+      <feFlood
+         id="feFlood4990-2"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite4992-07"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur4994-4"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset4996-8"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite4998-5"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5000-8" />
+      <feFlood
+         id="feFlood5002-30"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5004-6"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5006-2"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5008-2"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5010-5"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5012-2" />
+      <feFlood
+         id="feFlood5014-2"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5016-71"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5018-5"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5020-2"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5022-1"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5024-1" />
+      <feFlood
+         id="feFlood5026-0"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5028-1"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5030-8"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5032-7"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5034-6"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5036-0" />
+      <feFlood
+         id="feFlood5038-0"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5040-9"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5042-56"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5044-28"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5046-5"
+         in="fbSourceGraphic"
+         operator="over"
+         result="composite2" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter569-9">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood559-4" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite561-3" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur563-9" />
+      <feOffset
+         dx="0.2"
+         dy="0.2"
+         result="offset"
+         id="feOffset565-0" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite567-5" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter895-6">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         id="feFlood885-3" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite887-6" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur889-3" />
+      <feOffset
+         dx="-0.2"
+         dy="-2.77556e-17"
+         result="offset"
+         id="feOffset891-08" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite893-4" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter946-0">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood936-4" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite938-6" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur940-46" />
+      <feOffset
+         dx="-0.2"
+         dy="-2.77556e-17"
+         result="offset"
+         id="feOffset942-4" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite944-38" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter1214-4">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood1204-0" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite1206-0" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur1208-9" />
+      <feOffset
+         dx="-0.1"
+         dy="0.1"
+         result="offset"
+         id="feOffset1210-3" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite1212-7" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter1437-57">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         id="feFlood1427-2" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite1429-9" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur1431-7" />
+      <feOffset
+         dx="0.1"
+         dy="0.1"
+         result="offset"
+         id="feOffset1433-5" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite1435-65" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2252-3">
+      <rect
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.93708497;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;paint-order:fill markers stroke"
+         id="rect2254-0"
+         width="15.335663"
+         height="17.757502"
+         x="15.284907"
+         y="-0.22932915"
+         ry="0.37528363" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2270-4">
+      <rect
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
+         id="rect2272-8"
+         width="11.395495"
+         height="9.0284157"
+         x="9.1991491"
+         y="-0.064093582"
+         ry="0.35968757" />
+    </clipPath>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter2408-5">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood2398-5" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite2400-5" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur2402-4" />
+      <feOffset
+         dx="-0.1"
+         dy="0.1"
+         result="offset"
+         id="feOffset2404-2" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite2406-1" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2418-9">
+      <rect
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
+         id="rect2420-2"
+         width="11.568389"
+         height="8.9488811"
+         x="10.364887"
+         y="-0.055517841"
+         ry="0.37048745" />
+    </clipPath>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter2530-4">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         id="feFlood2520-5" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite2522-8" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur2524-6" />
+      <feOffset
+         dx="-0.1"
+         dy="0"
+         result="offset"
+         id="feOffset2526-25" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite2528-1" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2538-3">
+      <rect
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
+         id="rect2540-9"
+         width="14.630958"
+         height="17.226913"
+         x="-0.16488507"
+         y="2.4576325"
+         ry="0.37048745" />
+    </clipPath>
+  </defs>
+  <style
+     id="style3581"
+     type="text/css">
+	.st0{fill:#264970;}
+	.st1{fill:#FFFFFF;}
+</style>
+  <g
+     id="g2028"
+     inkscape:label="OpenWhisk logo in Rect"
+     style="display:inline"
+     transform="translate(-101.95784,-97.152286)">
+    <rect
+       inkscape:label="rounded rect (green)"
+       rx="4"
+       ry="4"
+       y="99.452286"
+       x="104.25784"
+       height="79.379997"
+       width="94.57"
+       id="rect1920"
+       style="display:inline;fill:#edf9fe;fill-opacity:1;stroke:#297d53;stroke-width:4.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <g
+       inkscape:label="OpenWhisk logo"
+       style="display:inline;stroke-width:2.85126686"
+       transform="matrix(0.16915266,0,0,0.18179645,112.21058,111.41553)"
+       id="g1872">
+      <rect
+         inkscape:export-ydpi="72"
+         inkscape:export-xdpi="72"
+         inkscape:label="Website Header background - #27558f"
+         y="-4.6110868"
+         x="-3.0287452"
+         height="312.74371"
+         width="472.01105"
+         id="rect316"
+         style="display:none;fill:#27558f;fill-opacity:0.94117647;stroke:none;stroke-width:2.85126686;stroke-opacity:1" />
+      <text
+         inkscape:label="TM"
+         id="text133"
+         y="18.152016"
+         x="437.64542"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.0028801px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:none;fill:#325c80;fill-opacity:1;stroke:none;stroke-width:4.54497671"
+         xml:space="preserve"><tspan
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.0028801px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#325c80;fill-opacity:1;stroke-width:4.54497671"
+           y="18.152016"
+           x="437.64542"
+           id="tspan131"
+           sodipodi:role="line">TM</tspan></text>
+      <g
+         style="display:none;stroke-width:0.69399887"
+         inkscape:label="Logo Dark Background Shadow"
+         id="g2552-6"
+         transform="matrix(15.428316,0,0,15.493285,-1.5873152,-18.212558)">
+        <path
+           transform="translate(0.1028831,1.175636)"
+           style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.69399887;stroke-opacity:1"
+           clip-path="none"
+           d="M 14.672649,19.788911 4.8204578,2.219221 -0.12607805,11.075757 4.7386969,19.788911 Z"
+           id="polygon2422-7"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           inkscape:label="Dark blue Shadow" />
+      </g>
+      <g
+         style="display:inline;stroke-width:0.78208667"
+         transform="matrix(6.3071665,0,0,5.3545025,-49.879637,-62.863546)"
+         id="g2788"
+         inkscape:label="Logo">
+        <polygon
+           transform="matrix(2.4461563,0,0,2.8935059,7.9084066,11.740671)"
+           style="display:inline;fill:#008571;stroke-width:0.69399887"
+           points="25.270444,17.22644 30.142665,8.6119277 25.27587,-0.00012304688 15.537455,0.002953125 "
+           id="polygon99-8"
+           inkscape:label="Dark aquamarine" />
+        <polygon
+           transform="matrix(2.4461563,0,0,2.8935059,7.9084066,11.740671)"
+           style="display:inline;fill:#6eedd8;stroke-width:0.69399887"
+           points="20.405514,8.608776 15.537636,0.0031376953 10.758253,8.6133428 "
+           id="polygon101-4"
+           inkscape:label="Light aquamarine"
+           clip-path="none"
+           mask="none" />
+        <polygon
+           transform="matrix(2.4461563,0,0,2.8935059,7.9084066,11.740671)"
+           style="display:inline;fill:#325c80;stroke-width:0.69399887"
+           points="4.8203765,19.687808 14.465952,19.684116 4.8258021,2.4612451 0,11.075757 "
+           id="polygon103-1"
+           inkscape:label="Dark blue" />
+        <polygon
+           inkscape:label="Medium blue"
+           id="polygon233-7"
+           points="19.291272,11.074342 9.6456963,11.077418 14.466073,19.684547 "
+           style="display:inline;fill:#5aaafa;stroke-width:0.69399887"
+           transform="matrix(2.4461563,0,0,2.8935059,7.9084066,11.740671)" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/images/elements/rocket-launch.png b/images/elements/rocket-launch.png
deleted file mode 100644
index c292a6a..0000000
Binary files a/images/elements/rocket-launch.png and /dev/null differ
diff --git a/images/icons/apache-openwhisk.svg b/images/icons/apache-openwhisk.svg
deleted file mode 100644
index 4450b0b..0000000
--- a/images/icons/apache-openwhisk.svg
+++ /dev/null
@@ -1,454 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="320"
-   height="80"
-   viewBox="0 0 320 80"
-   version="1.1"
-   id="svg4829"
-   sodipodi:docname="apache-openwhisk.svg"
-   inkscape:version="0.92.2 5c3e80d, 2017-08-06"
-   inkscape:export-filename="/Users/Matt/openwhisk/release/openwhisk-website/images/apache-openwhisk.png"
-   inkscape:export-xdpi="300"
-   inkscape:export-ydpi="300">
-  <metadata
-     id="metadata4833">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title>logo/apache-openwhisk</dc:title>
-      </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="1623"
-     inkscape:window-height="941"
-     id="namedview4831"
-     showgrid="false"
-     showguides="false"
-     inkscape:zoom="2"
-     inkscape:cx="138.20691"
-     inkscape:cy="21.32511"
-     inkscape:window-x="40"
-     inkscape:window-y="30"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="svg4829"
-     inkscape:pagecheckerboard="true"
-     borderlayer="false"
-     viewbox-width="10"
-     viewbox-height="21"
-     scale-x="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid4835" />
-  </sodipodi:namedview>
-  <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
-  <title
-     id="title4812">logo/apache-openwhisk</title>
-  <desc
-     id="desc4814">Created with Sketch.</desc>
-  <rect
-     style="display:none;fill:#502d16;fill-opacity:1;stroke:none;stroke-opacity:1"
-     id="rect316"
-     width="320"
-     height="80"
-     x="0"
-     y="0"
-     inkscape:label="bg"
-     inkscape:export-xdpi="72"
-     inkscape:export-ydpi="72" />
-  <defs
-     id="defs4816">
-    <color-profile
-       name="Adobe-RGB--1998-"
-       xlink:href="/System/Library/ColorSync/Profiles/AdobeRGB1998.icc"
-       id="color-profile137" />
-    <filter
-       style="color-interpolation-filters:sRGB"
-       inkscape:label="Drop Shadow"
-       id="filter4902">
-      <feFlood
-         flood-opacity="0.498039"
-         flood-color="rgb(0,0,0)"
-         result="flood"
-         id="feFlood4892" />
-      <feComposite
-         in="flood"
-         in2="SourceGraphic"
-         operator="in"
-         result="composite1"
-         id="feComposite4894" />
-      <feGaussianBlur
-         in="composite1"
-         stdDeviation="2"
-         result="blur"
-         id="feGaussianBlur4896" />
-      <feOffset
-         dx="6"
-         dy="6"
-         result="offset"
-         id="feOffset4898" />
-      <feComposite
-         in="SourceGraphic"
-         in2="offset"
-         operator="over"
-         result="fbSourceGraphic"
-         id="feComposite4900" />
-      <feColorMatrix
-         result="fbSourceGraphicAlpha"
-         in="fbSourceGraphic"
-         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
-         id="feColorMatrix4988" />
-      <feFlood
-         id="feFlood4990"
-         flood-opacity="0.498039"
-         flood-color="rgb(0,0,0)"
-         result="flood"
-         in="fbSourceGraphic" />
-      <feComposite
-         in2="fbSourceGraphic"
-         id="feComposite4992"
-         in="flood"
-         operator="in"
-         result="composite1" />
-      <feGaussianBlur
-         id="feGaussianBlur4994"
-         in="composite1"
-         stdDeviation="1"
-         result="blur" />
-      <feOffset
-         id="feOffset4996"
-         dx="6"
-         dy="6"
-         result="offset" />
-      <feComposite
-         in2="offset"
-         id="feComposite4998"
-         in="fbSourceGraphic"
-         operator="over"
-         result="fbSourceGraphic" />
-      <feColorMatrix
-         result="fbSourceGraphicAlpha"
-         in="fbSourceGraphic"
-         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
-         id="feColorMatrix5000" />
-      <feFlood
-         id="feFlood5002"
-         flood-opacity="0.498039"
-         flood-color="rgb(0,0,0)"
-         result="flood"
-         in="fbSourceGraphic" />
-      <feComposite
-         in2="fbSourceGraphic"
-         id="feComposite5004"
-         in="flood"
-         operator="in"
-         result="composite1" />
-      <feGaussianBlur
-         id="feGaussianBlur5006"
-         in="composite1"
-         stdDeviation="1"
-         result="blur" />
-      <feOffset
-         id="feOffset5008"
-         dx="6"
-         dy="6"
-         result="offset" />
-      <feComposite
-         in2="offset"
-         id="feComposite5010"
-         in="fbSourceGraphic"
-         operator="over"
-         result="fbSourceGraphic" />
-      <feColorMatrix
-         result="fbSourceGraphicAlpha"
-         in="fbSourceGraphic"
-         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
-         id="feColorMatrix5012" />
-      <feFlood
-         id="feFlood5014"
-         flood-opacity="0.498039"
-         flood-color="rgb(0,0,0)"
-         result="flood"
-         in="fbSourceGraphic" />
-      <feComposite
-         in2="fbSourceGraphic"
-         id="feComposite5016"
-         in="flood"
-         operator="in"
-         result="composite1" />
-      <feGaussianBlur
-         id="feGaussianBlur5018"
-         in="composite1"
-         stdDeviation="1"
-         result="blur" />
-      <feOffset
-         id="feOffset5020"
-         dx="6"
-         dy="6"
-         result="offset" />
-      <feComposite
-         in2="offset"
-         id="feComposite5022"
-         in="fbSourceGraphic"
-         operator="over"
-         result="fbSourceGraphic" />
-      <feColorMatrix
-         result="fbSourceGraphicAlpha"
-         in="fbSourceGraphic"
-         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
-         id="feColorMatrix5024" />
-      <feFlood
-         id="feFlood5026"
-         flood-opacity="0.498039"
-         flood-color="rgb(0,0,0)"
-         result="flood"
-         in="fbSourceGraphic" />
-      <feComposite
-         in2="fbSourceGraphic"
-         id="feComposite5028"
-         in="flood"
-         operator="in"
-         result="composite1" />
-      <feGaussianBlur
-         id="feGaussianBlur5030"
-         in="composite1"
-         stdDeviation="1"
-         result="blur" />
-      <feOffset
-         id="feOffset5032"
-         dx="6"
-         dy="6"
-         result="offset" />
-      <feComposite
-         in2="offset"
-         id="feComposite5034"
-         in="fbSourceGraphic"
-         operator="over"
-         result="fbSourceGraphic" />
-      <feColorMatrix
-         result="fbSourceGraphicAlpha"
-         in="fbSourceGraphic"
-         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
-         id="feColorMatrix5036" />
-      <feFlood
-         id="feFlood5038"
-         flood-opacity="0.498039"
-         flood-color="rgb(0,0,0)"
-         result="flood"
-         in="fbSourceGraphic" />
-      <feComposite
-         in2="fbSourceGraphic"
-         id="feComposite5040"
-         in="flood"
-         operator="in"
-         result="composite1" />
-      <feGaussianBlur
-         id="feGaussianBlur5042"
-         in="composite1"
-         stdDeviation="1"
-         result="blur" />
-      <feOffset
-         id="feOffset5044"
-         dx="6"
-         dy="6"
-         result="offset" />
-      <feComposite
-         in2="offset"
-         id="feComposite5046"
-         in="fbSourceGraphic"
-         operator="over"
-         result="composite2" />
-    </filter>
-    <filter
-       style="color-interpolation-filters:sRGB"
-       inkscape:label="Drop Shadow"
-       id="filter4342">
-      <feFlood
-         flood-opacity="0.933333"
-         flood-color="rgb(255,255,255)"
-         result="flood"
-         id="feFlood4332" />
-      <feComposite
-         in="flood"
-         in2="SourceGraphic"
-         operator="in"
-         result="composite1"
-         id="feComposite4334" />
-      <feGaussianBlur
-         in="composite1"
-         stdDeviation="0.2"
-         result="blur"
-         id="feGaussianBlur4336" />
-      <feOffset
-         dx="1.38778e-16"
-         dy="1.38778e-16"
-         result="offset"
-         id="feOffset4338" />
-      <feComposite
-         in="SourceGraphic"
-         in2="offset"
-         operator="over"
-         result="fbSourceGraphic"
-         id="feComposite4340" />
-      <feColorMatrix
-         result="fbSourceGraphicAlpha"
-         in="fbSourceGraphic"
-         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
-         id="feColorMatrix4344" />
-      <feFlood
-         id="feFlood4346"
-         flood-opacity="0.933333"
-         flood-color="rgb(255,255,255)"
-         result="flood"
-         in="fbSourceGraphic" />
-      <feComposite
-         in2="fbSourceGraphic"
-         id="feComposite4348"
-         in="flood"
-         operator="in"
-         result="composite1" />
-      <feGaussianBlur
-         id="feGaussianBlur4350"
-         in="composite1"
-         stdDeviation="0.2"
-         result="blur" />
-      <feOffset
-         id="feOffset4352"
-         dx="1.38778e-16"
-         dy="1.38778e-16"
-         result="offset" />
-      <feComposite
-         in2="offset"
-         id="feComposite4354"
-         in="fbSourceGraphic"
-         operator="over"
-         result="composite2" />
-    </filter>
-  </defs>
-  <g
-     id="Symbols"
-     style="display:inline;fill:none;fill-rule:evenodd;stroke:none;stroke-width:1"
-     transform="translate(0,99.98738)"
-     inkscape:label="Composite">
-    <g
-       aria-label="APACHE"
-       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Roboto;-inkscape-font-specification:'Roboto, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
-       id="text3766"
-       transform="translate(-270.24264,-30.292893)"
-       inkscape:label="APACHE">
-      <path
-         d="m 376.92412,-44.191035 h -5.55989 l -1.2487,3.463542 h -1.80469 l 5.06771,-13.270833 h 1.53125 l 5.07682,13.270833 h -1.79557 z m -5.03125,-1.440104 h 4.51172 l -2.26041,-6.207031 z"
-         id="path3790"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 383.52308,-45.922806 v 5.195313 h -1.75 v -13.270833 h 4.89453 q 2.17839,0 3.40886,1.111979 1.23958,1.111979 1.23958,2.94401 0,1.932292 -1.21224,2.980469 -1.20312,1.039062 -3.45443,1.039062 z m 0,-1.430989 h 3.14453 q 1.40365,0 2.15104,-0.65625 0.7474,-0.665365 0.7474,-1.914063 0,-1.184895 -0.7474,-1.895833 -0.74739,-0.710937 -2.05078,-0.738281 h -3.24479 z"
-         id="path3792"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 399.63766,-44.191035 h -5.55989 l -1.2487,3.463542 h -1.80469 l 5.06771,-13.270833 h 1.53125 l 5.07682,13.270833 h -1.79557 z m -5.03125,-1.440104 h 4.51172 l -2.26041,-6.207031 z"
-         id="path3794"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 414.13897,-44.938431 q -0.2461,2.105469 -1.5586,3.253906 -1.30338,1.139323 -3.47265,1.139323 -2.35157,0 -3.77344,-1.686197 -1.41276,-1.686198 -1.41276,-4.511719 v -1.276042 q 0,-1.85026 0.65625,-3.253906 0.66536,-1.403646 1.8776,-2.151041 1.21224,-0.756511 2.80729,-0.756511 2.11459,0 3.39063,1.184896 1.27604,1.175781 1.48568,3.263021 h -1.75912 q -0.22786,-1.585938 -0.99349,-2.296875 -0.75651,-0.710938 -2.1237,-0.710938 -1.67708,0 -2.63411,1.239584 -0.94792,1.239583 -0.9479 [...]
-         id="path3796"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 426.71709,-40.727493 h -1.75911 v -6.134115 h -6.69011 v 6.134115 h -1.75 v -13.270833 h 1.75 v 5.705729 h 6.69011 v -5.705729 h 1.75911 z"
-         id="path3798"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 437.32646,-46.861608 h -5.7513 v 4.703125 h 6.68099 v 1.43099 h -8.43099 v -13.270833 h 8.33985 v 1.440104 h -6.58985 v 4.265625 h 5.7513 z"
-         id="path3800"
-         inkscape:connector-curvature="0" />
-    </g>
-    <g
-       aria-label="OpenWhisk"
-       style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:42.66666794px;line-height:1.25;font-family:Roboto;-inkscape-font-specification:'Roboto, Medium';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none"
-       id="text3762"
-       transform="translate(-270.24264,-30.292893)"
-       inkscape:label="OpenWhisk">
-      <path
-         d="m 392.51881,-19.393603 q 0,4.458333 -1.54167,7.833333 -1.54166,3.3541671 -4.41666,5.1666671 -2.85417,1.7916667 -6.58334,1.7916667 -3.6875,0 -6.58333,-1.7916667 -2.875,-1.8125 -4.45833,-5.1458331 -1.5625,-3.333334 -1.58334,-7.687501 v -1.708333 q 0,-4.4375 1.5625,-7.833334 1.58334,-3.395833 4.4375,-5.1875 2.875,-1.8125 6.58334,-1.8125 3.70833,0 6.5625,1.791667 2.875,1.770833 4.4375,5.125 1.5625,3.333334 1.58333,7.770834 z m -5.27083,-1.583334 q 0,-5.041666 -1.91667,-7.729167 - [...]
-         id="path3771"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 417.06048,-16.06027 q 0,5.229167 -2.375,8.3541671 -2.375,3.1041667 -6.375,3.1041667 -3.70834,0 -5.9375,-2.4375 V 3.6480641 h -5.0625 V -27.56027 h 4.66666 l 0.20834,2.291667 q 2.22916,-2.708334 6.0625,-2.708334 4.125,0 6.45833,3.083334 2.35417,3.0625 2.35417,8.520833 z m -5.04167,-0.4375 q 0,-3.375 -1.35417,-5.354167 -1.33333,-1.979166 -3.83333,-1.979166 -3.10417,0 -4.45833,2.5625 v 10 q 1.375,2.625 4.5,2.625 2.41666,0 3.77083,-1.9375 1.375,-1.958333 1.375,-5.916667 z"
-         id="path3773"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 431.24798,-4.6019362 q -4.8125,0 -7.8125,-3.0208334 -2.97917,-3.0416664 -2.97917,-8.0833334 v -0.625 q 0,-3.375 1.29167,-6.020834 1.3125,-2.666666 3.66666,-4.145833 2.35417,-1.479167 5.25,-1.479167 4.60417,0 7.10417,2.9375 2.52083,2.9375 2.52083,8.3125 v 2.041667 h -14.72916 q 0.22916,2.791667 1.85416,4.416667 1.64584,1.625 4.125,1.625 3.47917,0 5.66667,-2.8125 l 2.72917,2.6041667 q -1.35417,2.0208334 -3.625,3.1458334 -2.25,1.1041667 -5.0625,1.1041667 z m -0.60417,-19.31250 [...]
-         id="path3775"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 448.93548,-27.56027 0.14583,2.604167 q 2.5,-3.020834 6.5625,-3.020834 7.04167,0 7.16667,8.0625 v 14.8958342 h -5.0625 V -19.62277 q 0,-2.145833 -0.9375,-3.166667 -0.91667,-1.041666 -3.02083,-1.041666 -3.0625,0 -4.5625,2.770833 v 16.0416672 h -5.0625 V -27.56027 Z"
-         id="path3777"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 492.26881,-12.518603 4.66667,-22.833334 h 5.22917 l -7,30.3333342 h -5.04167 l -5.77083,-22.1458342 -5.89584,22.1458342 h -5.0625 l -7,-30.3333342 h 5.22917 l 4.70833,22.791667 5.79167,-22.791667 h 4.41667 z"
-         id="path3779"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 510.56048,-25.101937 q 2.47916,-2.875 6.27083,-2.875 7.20833,0 7.3125,8.229167 v 14.7291672 h -5.0625 V -19.56027 q 0,-2.333333 -1.02083,-3.291667 -1,-0.979166 -2.95834,-0.979166 -3.04166,0 -4.54166,2.708333 v 16.1041672 h -5.0625 V -37.018604 h 5.0625 z"
-         id="path3781"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 534.62298,-5.0186028 h -5.0625 V -27.56027 h 5.0625 z m -5.375,-28.3958342 q 0,-1.166667 0.72917,-1.9375 0.75,-0.770833 2.125,-0.770833 1.375,0 2.125,0.770833 0.75,0.770833 0.75,1.9375 0,1.145833 -0.75,1.916667 -0.75,0.75 -2.125,0.75 -1.375,0 -2.125,-0.75 -0.72917,-0.770834 -0.72917,-1.916667 z"
-         id="path3783"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 552.78965,-11.143603 q 0,-1.354167 -1.125,-2.0625 -1.10416,-0.708333 -3.6875,-1.25 -2.58333,-0.541667 -4.3125,-1.375 -3.79166,-1.833334 -3.79166,-5.3125 0,-2.916667 2.45833,-4.875 2.45833,-1.958334 6.25,-1.958334 4.04167,0 6.52083,2 2.5,2 2.5,5.1875 h -5.0625 q 0,-1.458333 -1.08333,-2.416666 -1.08333,-0.979167 -2.875,-0.979167 -1.66667,0 -2.72917,0.770833 -1.04166,0.770834 -1.04166,2.0625 0,1.166667 0.97916,1.8125 0.97917,0.645834 3.95834,1.3125 2.97916,0.645834 4.66666,1.5 [...]
-         id="path3785"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 569.47715,-14.68527 -2.25,2.3125 v 7.3541672 h -5.0625 V -37.018604 h 5.0625 v 18.458334 l 1.58334,-1.979167 6.22916,-7.020833 h 6.08334 l -8.375,9.395833 9.27083,13.1458342 h -5.85417 z"
-         id="path3787"
-         inkscape:connector-curvature="0" />
-    </g>
-    <g
-       id="logo/apache-openwhisk"
-       transform="matrix(2.4119277,0,0,3.1894433,10.43614,-95.75773)">
-      <g
-         id="Group-23">
-        <polygon
-           id="Fill-1"
-           points="25.27587,-0.00012304688 15.537455,0.002953125 25.270444,17.22644 30.142665,8.6119277 "
-           style="fill:#008571"
-           transform="translate(-0.62024743,1.175636)" />
-        <polygon
-           id="Fill-2"
-           points="20.405514,8.608776 15.537636,0.0031376953 10.758253,8.6133428 "
-           style="fill:#6eedd8"
-           transform="translate(-0.62024743,1.175636)" />
-        <polygon
-           id="Fill-3"
-           points="0,11.075757 4.8203765,19.687808 14.465952,19.684116 4.8258021,2.4612451 "
-           style="fill:#325c80;filter:url(#filter4342)"
-           transform="translate(-0.62024743,1.175636)" />
-        <polygon
-           id="Fill-4"
-           points="19.291272,11.074342 9.6456963,11.077418 14.466073,19.684547 "
-           style="fill:#5aaafa"
-           transform="translate(-0.62024743,1.175636)" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/images/icons/cloud-plus.svg b/images/icons/cloud-plus.svg
deleted file mode 100644
index f502222..0000000
--- a/images/icons/cloud-plus.svg
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
-<g>
-	<g>
-		<path style="fill:#030104;" d="M27.586,14.212C26.66,11.751,24.284,10,21.5,10c-0.641,0-1.26,0.093-1.846,0.266
-			C18.068,7.705,15.233,6,12,6c-4.904,0-8.894,3.924-8.998,8.803C1.207,15.842,0,17.783,0,20c0,3.312,2.688,6,6,6h20
-			c3.312,0,6-2.693,6-6C32,17.234,30.13,14.907,27.586,14.212z M26.003,24H5.997C3.794,24,2,22.209,2,20
-			c0-1.893,1.317-3.482,3.087-3.896C5.029,15.745,5,15.376,5,15c0-3.866,3.134-7,7-7c3.162,0,5.834,2.097,6.702,4.975
-			C19.471,12.364,20.441,12,21.5,12c2.316,0,4.225,1.75,4.473,4h0.03C28.206,16,30,17.791,30,20C30,22.205,28.211,24,26.003,24z"/>
-		<path style="fill:#030104;" d="M19.003,17H17v-2.003C17,14.446,16.557,14,16,14c-0.553,0-1,0.453-1,0.997V17h-2.003
-			C12.446,17,12,17.443,12,18c0,0.553,0.453,1,0.997,1H15v2.003C15,21.555,15.444,22,16,22c0.553,0,1-0.453,1-0.997V19h2.003
-			C19.555,19,20,18.557,20,18C20,17.447,19.547,17,19.003,17z"/>
-	</g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-</svg>
diff --git a/images/icons/database.png b/images/icons/database.png
deleted file mode 100644
index 54e511d..0000000
Binary files a/images/icons/database.png and /dev/null differ
diff --git a/images/icons/database2.svg b/images/icons/database2.svg
deleted file mode 100644
index b117f75..0000000
--- a/images/icons/database2.svg
+++ /dev/null
@@ -1 +0,0 @@
-<?xml version="1.0" ?><svg height="1792" viewBox="0 0 1792 1792" width="1792" xmlns="http://www.w3.org/2000/svg"><path d="M896 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-170q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-170q119 84 325 127t443 43zm0-1152q208 0 385 [...]
\ No newline at end of file
diff --git a/images/icons/package.svg b/images/icons/package.svg
deleted file mode 100644
index 4405816..0000000
--- a/images/icons/package.svg
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 479.719 479.719" style="enable-background:new 0 0 479.719 479.719;" xml:space="preserve">
-<path d="M239.859,0L33.897,119.988V359.73l205.962,119.988L445.821,359.73V119.988L239.859,0z M239.859,222.5l-65.683-38.266
-	L335.34,90.344l65.683,38.266L239.859,222.5z M305.542,72.984l-161.164,93.891l-65.683-38.266l161.164-93.891L305.542,72.984z
-	 M63.897,154.708l160.962,93.772v187.781L63.897,342.488V154.708z M254.859,436.261V248.48l160.962-93.772v187.78L254.859,436.261z"
-	/>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-</svg>
diff --git a/images/icons/raincloud.svg b/images/icons/raincloud.svg
deleted file mode 100644
index 65458e3..0000000
--- a/images/icons/raincloud.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 233.591 233.591" style="enable-background:new 0 0 233.591 233.591;" xml:space="preserve">
-<g>
-	<path d="M172.247,38.723c-1.193,0-2.388,0.036-3.582,0.108C158.869,15.688,135.365,0,109.444,0
-		C74.109,0,45.362,28.178,45.362,62.813c0,0.122,0,0.243,0.001,0.365C21.662,64.96,2.93,84.454,2.93,108.16
-		c0,24.875,20.625,45.113,45.976,45.113h123.34c32.209,0,58.414-25.694,58.414-57.275C230.661,64.416,204.456,38.723,172.247,38.723
-		z M172.247,138.273H48.907c-17.08,0-30.976-13.509-30.976-30.113c0-16.605,13.896-30.115,30.976-30.115
-		c1.054,0,2.226,0.08,3.687,0.25c2.315,0.274,4.624-0.55,6.249-2.222c1.625-1.671,2.379-4.003,2.043-6.31
-		c-0.347-2.379-0.523-4.718-0.523-6.951C60.362,36.449,82.38,15,109.444,15c21.54,0,40.878,14.036,47.027,34.132
-		c1.102,3.599,4.7,5.828,8.412,5.202c2.42-0.406,4.897-0.611,7.363-0.611c23.938,0,43.414,18.965,43.414,42.275
-		C215.661,119.309,196.185,138.273,172.247,138.273z"/>
-	<path d="M39.601,196.751l21.486-21.486c2.929-2.929,2.929-7.678,0-10.606c-2.929-2.929-7.678-2.929-10.606,0l-21.486,21.486
-		c-2.929,2.929-2.929,7.678,0,10.607c1.464,1.464,3.384,2.197,5.303,2.197C36.217,198.947,38.136,198.215,39.601,196.751z"/>
-	<path d="M85.439,196.751l21.484-21.486c2.929-2.929,2.928-7.678-0.001-10.607c-2.93-2.929-7.678-2.928-10.607,0.001l-21.484,21.486
-		c-2.929,2.929-2.928,7.678,0,10.607c1.465,1.464,3.384,2.196,5.303,2.196C82.055,198.947,83.975,198.215,85.439,196.751z"/>
-	<path d="M131.275,196.751l21.484-21.486c2.929-2.929,2.928-7.678,0-10.607c-2.93-2.929-7.678-2.928-10.607,0.001l-21.484,21.486
-		c-2.929,2.929-2.928,7.678,0,10.607c1.465,1.464,3.384,2.196,5.303,2.196C127.891,198.947,129.811,198.215,131.275,196.751z"/>
-	<path d="M187.99,164.658l-21.486,21.486c-2.929,2.929-2.929,7.678,0,10.607c1.464,1.464,3.384,2.197,5.303,2.197
-		c1.919,0,3.839-0.732,5.303-2.197l21.486-21.486c2.929-2.929,2.929-7.678,0-10.606C195.668,161.729,190.919,161.729,187.99,164.658
-		z"/>
-	<path d="M53.628,199.301l-21.484,21.486c-2.929,2.929-2.928,7.678,0,10.607c1.465,1.464,3.384,2.196,5.303,2.196
-		c1.92,0,3.839-0.732,5.304-2.197l21.484-21.486c2.929-2.929,2.928-7.678-0.001-10.607
-		C61.306,196.372,56.557,196.372,53.628,199.301z"/>
-	<path d="M99.599,199.301l-21.484,21.486c-2.929,2.929-2.928,7.678,0.001,10.607c1.465,1.464,3.384,2.196,5.303,2.196
-		c1.919,0,3.839-0.732,5.304-2.197l21.484-21.486c2.929-2.929,2.928-7.678,0-10.607C107.276,196.372,102.528,196.372,99.599,199.301
-		z"/>
-	<path d="M145.57,199.301l-21.484,21.486c-2.929,2.929-2.928,7.678,0,10.607c1.465,1.464,3.384,2.196,5.303,2.196
-		c1.919,0,3.839-0.732,5.304-2.197l21.484-21.486c2.929-2.929,2.928-7.678-0.001-10.607
-		C153.247,196.372,148.499,196.372,145.57,199.301z"/>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-</svg>
diff --git a/images/icons/sun-cloud.svg b/images/icons/sun-cloud.svg
deleted file mode 100644
index 98a8433..0000000
--- a/images/icons/sun-cloud.svg
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 488 488" style="enable-background:new 0 0 488 488;" xml:space="preserve">
-<g transform="translate(0 -540.36)">
-	<g>
-		<g>
-			<path d="M336,590.16c5.5,0,10-4.5,10-10v-29.8c0-5.5-4.5-10-10-10s-10,4.5-10,10v29.8C326,585.66,330.5,590.16,336,590.16z"/>
-			<path d="M417.7,620.66c2.5,0,5.1-1,7-2.9l19.9-19.8c3.9-3.9,3.9-10.2,0-14.1c-3.9-3.9-10.2-3.9-14.1,0l-19.9,19.8
-				c-3.9,3.9-3.9,10.2,0,14.1C412.6,619.66,415.1,620.66,417.7,620.66z"/>
-			<path d="M424.6,766.96c-3.9-3.9-10.2-3.9-14.1,0c-3.9,3.9-3.9,10.2,0,14.1l19.9,19.9c2,1.9,4.5,2.9,7.1,2.9c2.6,0,5.2-0.9,7-2.9
-				c3.9-3.9,3.9-10.2,0-14.1L424.6,766.96z"/>
-			<path d="M478,672.46h-29.8c-5.5,0-10,4.5-10,10s4.5,10,10,10H478c5.5,0,10-4.5,10-10S483.5,672.46,478,672.46z"/>
-			<path d="M247.2,617.76c2,1.9,4.5,2.9,7.1,2.9c2.6,0,5.1-1,7.1-2.9c3.9-3.9,3.9-10.2,0-14.1l-19.9-19.8c-3.9-3.9-10.2-3.9-14.1,0
-				c-3.9,3.9-3.9,10.2,0,14.1L247.2,617.76z"/>
-			<path d="M91.7,906.06c-3.3,0-6.3,1.6-8.2,4.3c-5.3,7.6-22.4,33.4-22.4,46.9c0,16.5,13.7,29.9,30.6,29.9
-				c16.9,0,30.6-13.4,30.6-29.9c0-13.5-17.1-39.3-22.4-46.9C98.1,907.66,95,906.06,91.7,906.06z M91.7,967.06
-				c-5.7,0-10.6-4.5-10.6-9.8c0-3.2,4.5-12.4,10.6-22.7c6.1,10.2,10.6,19.5,10.6,22.7C102.3,962.56,97.5,967.06,91.7,967.06z"/>
-			<path d="M254.1,905.96c-3.3,0.1-6.4,1.7-8.2,4.5c-5,7.6-21.5,33.4-21.5,46.8c0,16.2,13.7,29.9,29.9,29.9
-				c16.9,0,30.6-13.4,30.5-30c0-13.5-17.1-39.3-22.4-46.9C260.5,907.56,257.4,905.96,254.1,905.96z M254.4,967.26
-				c-5.2,0-9.9-4.7-9.9-9.9c0-3.2,4.2-12.3,10-22.5v0c6,10.1,10.4,19.2,10.5,22.6C265,962.76,260.2,967.26,254.4,967.26z"/>
-			<path d="M173.5,947.26c-3.2,0-6.3,1.5-8.2,4.2c-5.3,7.5-22.5,32.7-22.5,46.3c0,16.9,13.7,30.6,30.6,30.6
-				c16.4,0,29.8-13.7,29.9-30.6c0-13.5-16.5-38.7-21.6-46.1C179.8,948.96,176.8,947.26,173.5,947.26z M173.3,1008.26
-				c-5.9,0-10.6-4.7-10.6-10.6c0.1-3.1,4.5-12.1,10.5-22c5.8,10,10,18.9,10,22C183.2,1003.36,178.6,1008.26,173.3,1008.26z"/>
-			<path d="M405.1,649.26L405.1,649.26c-9.9-16.2-25.2-28.4-43.1-34.3c-34.9-11.6-73.7,3.8-92.3,35.9c-14.2-5.8-29.7-8.9-46-8.9
-				c-23.6,0-46.6,6.8-66.3,19.7c-17.2,11.2-31.2,26.4-41,44.5c-9.2-2.5-18.2-3.1-24.7-3.1c-24.5,0-47.5,9.4-64.8,26.5
-				c-17.4,17.1-26.9,40-26.9,64.5c0,50.6,41.1,91.7,91.7,91.7h132.1c64.2,0,116.9-49.7,121.8-112.6c16.7-1.6,32.5-8.7,45.1-20.2
-				c13.9-12.8,22.9-30.2,25.5-49.1C419,684.86,415.1,665.56,405.1,649.26z M223.8,865.56L223.8,865.56l-132.1,0
-				c-39.5,0-71.7-32.2-71.7-71.7c0-39.1,32.2-70.9,71.7-70.9c9.6,0,18.8,1.6,25.9,4.6c5,2.1,10.7-0.2,13-5.1
-				c16.7-36.8,53.2-60.5,93.2-60.5c56.4,0,102.2,45.5,102.2,101.5C326,819.76,280.1,865.56,223.8,865.56z M396.4,700.76
-				L396.4,700.76c0,0.1,0,0.1,0,0.2c-3.6,27.2-25,48.5-50.8,51.9c-3.4-39.3-25.7-73.4-57.9-93c14.1-23.4,42.5-34.5,68.1-26
-				C383.4,643.16,400.8,671.86,396.4,700.76z"/>
-		</g>
-	</g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-</svg>
diff --git a/images/icons/weather.svg b/images/icons/weather.svg
deleted file mode 100644
index 16d0e18..0000000
--- a/images/icons/weather.svg
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
-<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;" xml:space="preserve">
-<g>
-	<path d="M56.975,37.073C56.439,27.025,47.236,19,36,19c-1.959,0-3.854,0.275-5.658,0.769C27.917,17.962,25.042,17,22,17
-		c-7.72,0-14,6.28-14,14c0,2.164,0.487,3.615,1.247,5.018C6.683,38.011,5,41.291,5,45c0,5.794,4.206,10,10,10h41c4.71,0,8-3.29,8-8
-		C64,42.507,61.217,37.718,56.975,37.073z M10,31c0-6.617,5.383-12,12-12c2.12,0,4.143,0.547,5.943,1.58
-		c-5.84,2.384-10.312,7.286-11.754,13.42H15c-1.442,0-2.811,0.344-4.05,0.951C10.292,33.7,10,32.618,10,31z M56,53H15
-		c-4.71,0-8-3.29-8-8c0-4.962,3.589-9,8-9h2.83l0.153-0.815C19.528,26.965,27.105,21,36,21c10.477,0,19,7.626,19,17v1h1
-		c3.536,0,6,4.216,6,8C62,50.645,59.645,53,56,53z"/>
-	<rect y="30" width="6" height="2"/>
-	<rect x="21" y="9" width="2" height="6"/>
-	<path d="M9.293,19.706l-6-6l1.414-1.414l6,6L9.293,19.706z"/>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-	<g>
-	</g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-<g>
-</g>
-</svg>
diff --git a/images/illustrations/OW-Integrations.png b/images/illustrations/OW-Integrations.png
new file mode 100644
index 0000000..8097e9d
Binary files /dev/null and b/images/illustrations/OW-Integrations.png differ
diff --git a/images/illustrations/OW-integrations.svg b/images/illustrations/OW-integrations.svg
index 2a268da..95e0d8e 100644
--- a/images/illustrations/OW-integrations.svg
+++ b/images/illustrations/OW-integrations.svg
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <svg
+   xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
    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#"
@@ -8,9 +9,9 @@
    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="299px"
-   height="294px"
-   viewBox="0 0 299 294"
+   width="324.61218"
+   height="355.18167"
+   viewBox="0 0 324.61218 355.18167"
    version="1.1"
    id="svg1125"
    sodipodi:docname="OW-integrations.svg"
@@ -36,24 +37,264 @@
      guidetolerance="10"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:window-width="1340"
-     inkscape:window-height="813"
+     inkscape:window-width="1492"
+     inkscape:window-height="891"
      id="namedview1127"
      showgrid="false"
-     inkscape:zoom="2.0408163"
-     inkscape:cx="149.5"
-     inkscape:cy="147"
-     inkscape:window-x="319"
-     inkscape:window-y="99"
+     inkscape:zoom="1.3497836"
+     inkscape:cx="162.3061"
+     inkscape:cy="156.04579"
+     inkscape:window-x="114"
+     inkscape:window-y="16"
      inkscape:window-maximized="0"
-     inkscape:current-layer="Page-1" />
+     inkscape:current-layer="g3753"
+     inkscape:pagecheckerboard="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
   <!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
   <title
      id="title1036">illustration-integrators</title>
   <desc
      id="desc1038">Created with Sketch.</desc>
+  <rect
+     style="display:none;opacity:1;fill:url(#linearGradient1290);fill-opacity:1;stroke:#ececec;stroke-width:0.99999994;paint-order:stroke markers fill"
+     id="rect1276"
+     width="303.98206"
+     height="7.588304"
+     x="95.675835"
+     y="-22.99284"
+     rx="1"
+     transform="rotate(52.606126)"
+     inkscape:label="gradient bar" />
   <defs
      id="defs1044">
+    <marker
+       inkscape:stockid="DotS"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="marker5959"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path5957"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         style="fill-rule:evenodd;stroke:#6eedd8;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         transform="scale(0.2) translate(7.4, 1)" />
+    </marker>
+    <marker
+       inkscape:stockid="DotS"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="marker5859"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path5857"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         style="fill-rule:evenodd;stroke:#6eedd8;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         transform="scale(0.2) translate(7.4, 1)" />
+    </marker>
+    <marker
+       inkscape:isstock="true"
+       style="overflow:visible"
+       id="marker4863"
+       refX="0.0"
+       refY="0.0"
+       orient="auto"
+       inkscape:stockid="DotS"
+       inkscape:collect="always">
+      <path
+         transform="scale(0.2) translate(7.4, 1)"
+         style="fill-rule:evenodd;stroke:#6eedd8;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         id="path4861" />
+    </marker>
+    <marker
+       inkscape:isstock="true"
+       style="overflow:visible"
+       id="marker4775"
+       refX="0.0"
+       refY="0.0"
+       orient="auto"
+       inkscape:stockid="DotS"
+       inkscape:collect="always">
+      <path
+         transform="scale(0.2) translate(7.4, 1)"
+         style="fill-rule:evenodd;stroke:#6eedd8;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         id="path4773" />
+    </marker>
+    <marker
+       inkscape:stockid="DotS"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="marker4361"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4359"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         style="fill-rule:evenodd;stroke:#6eedd8;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         transform="scale(0.2) translate(7.4, 1)" />
+    </marker>
+    <marker
+       inkscape:isstock="true"
+       style="overflow:visible"
+       id="marker4261"
+       refX="0.0"
+       refY="0.0"
+       orient="auto"
+       inkscape:stockid="DotS"
+       inkscape:collect="always">
+      <path
+         transform="scale(0.2) translate(7.4, 1)"
+         style="fill-rule:evenodd;stroke:#6eedd8;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         id="path4259" />
+    </marker>
+    <marker
+       inkscape:stockid="DotS"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="marker3867"
+       style="overflow:visible"
+       inkscape:isstock="true"
+       inkscape:collect="always">
+      <path
+         id="path3865"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         style="fill-rule:evenodd;stroke:#6eedd8;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         transform="scale(0.2) translate(7.4, 1)" />
+    </marker>
+    <marker
+       inkscape:isstock="true"
+       style="overflow:visible"
+       id="marker2963"
+       refX="0.0"
+       refY="0.0"
+       orient="auto"
+       inkscape:stockid="DotS"
+       inkscape:collect="always">
+      <path
+         transform="scale(0.2) translate(7.4, 1)"
+         style="fill-rule:evenodd;stroke:#6eedd8;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         id="path2961" />
+    </marker>
+    <marker
+       inkscape:stockid="DotS"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="DotS"
+       style="overflow:visible"
+       inkscape:isstock="true"
+       inkscape:collect="always">
+      <path
+         id="path1970"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         style="fill-rule:evenodd;stroke:#6eedd8;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         transform="scale(0.2) translate(7.4, 1)" />
+    </marker>
+    <marker
+       inkscape:stockid="Tail"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Tail"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <g
+         id="g1951"
+         transform="scale(-1.2)"
+         style="stroke:#5aaafa;stroke-opacity:1;fill:#008571;fill-opacity:1">
+        <path
+           id="path1939"
+           d="M -3.8048674,-3.9585227 L 0.54352094,0"
+           style="fill:#008571;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
+        <path
+           id="path1941"
+           d="M -1.2866832,-3.9585227 L 3.0617053,0"
+           style="fill:#008571;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
+        <path
+           id="path1943"
+           d="M 1.3053582,-3.9585227 L 5.6537466,0"
+           style="fill:#008571;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
+        <path
+           id="path1945"
+           d="M -3.8048674,4.1775838 L 0.54352094,0.21974226"
+           style="fill:#008571;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
+        <path
+           id="path1947"
+           d="M -1.2866832,4.1775838 L 3.0617053,0.21974226"
+           style="fill:#008571;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
+        <path
+           id="path1949"
+           d="M 1.3053582,4.1775838 L 5.6537466,0.21974226"
+           style="fill:#008571;fill-rule:evenodd;stroke:#5aaafa;stroke-width:0.8;stroke-linecap:round;stroke-opacity:1;fill-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Sstart"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow1Sstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path1915"
+         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+         style="fill-rule:evenodd;stroke:#5aaafa;stroke-width:1pt;stroke-opacity:1;fill:#008571;fill-opacity:1"
+         transform="scale(0.2) translate(6,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="DotL"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="DotL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path1964"
+         d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+         style="fill-rule:evenodd;stroke:#325c80;stroke-width:1pt;stroke-opacity:1;fill:#325c80;fill-opacity:1"
+         transform="scale(0.8) translate(7.4, 1)" />
+    </marker>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1288">
+      <stop
+         style="stop-color:#808080;stop-opacity:1"
+         offset="0"
+         id="stop1284" />
+      <stop
+         style="stop-color:#e6e6e6;stop-opacity:1"
+         offset="1"
+         id="stop1286" />
+    </linearGradient>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path1320"
+         d="M 0,0 5,-5 -12.5,0 5,5 Z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000003pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
     <circle
        id="path-1"
        cx="50"
@@ -70,208 +311,2458 @@
        fill="white">
       <use
          xlink:href="#path-1"
-         id="use1041" />
+         id="use1041"
+         x="0"
+         y="0"
+         width="100%"
+         height="100%" />
     </mask>
+    <linearGradient
+       osb:paint="solid"
+       id="linearGradient2544">
+      <stop
+         id="stop2542"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+    </linearGradient>
+    <color-profile
+       id="color-profile14"
+       xlink:href="/System/Library/ColorSync/Profiles/AdobeRGB1998.icc"
+       name="Adobe-RGB--1998-" />
+    <filter
+       id="filter4902"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood4892"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite4894"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur4896"
+         result="blur"
+         stdDeviation="2"
+         in="composite1" />
+      <feOffset
+         id="feOffset4898"
+         result="offset"
+         dy="6"
+         dx="6" />
+      <feComposite
+         id="feComposite4900"
+         result="fbSourceGraphic"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+      <feColorMatrix
+         id="feColorMatrix4988"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood4990" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite4992"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur4994" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset4996" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite4998"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5000"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5002" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5004"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5006" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5008" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5010"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5012"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5014" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5016"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5018" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5020" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5022"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5024"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5026" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5028"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5030" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5032" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5034"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5036"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5038" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5040"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5042" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5044" />
+      <feComposite
+         result="composite2"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5046"
+         in2="offset" />
+    </filter>
+    <filter
+       id="filter569"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood559"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite561"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur563"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset565"
+         result="offset"
+         dy="0.2"
+         dx="0.2" />
+      <feComposite
+         id="feComposite567"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter895"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood885"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite887"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur889"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset891"
+         result="offset"
+         dy="-2.77556e-17"
+         dx="-0.2" />
+      <feComposite
+         id="feComposite893"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter946"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood936"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite938"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur940"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset942"
+         result="offset"
+         dy="-2.77556e-17"
+         dx="-0.2" />
+      <feComposite
+         id="feComposite944"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter1214"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood1204"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite1206"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur1208"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset1210"
+         result="offset"
+         dy="0.1"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite1212"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter1437"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood1427"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite1429"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur1431"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset1433"
+         result="offset"
+         dy="0.1"
+         dx="0.1" />
+      <feComposite
+         id="feComposite1435"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2252"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37528363"
+         y="-0.22932915"
+         x="15.284907"
+         height="17.757502"
+         width="15.335663"
+         id="rect2254"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.93708497;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <clipPath
+       id="clipPath2270"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.35968757"
+         y="-0.064093582"
+         x="9.1991491"
+         height="9.0284157"
+         width="11.395495"
+         id="rect2272"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <filter
+       id="filter2408"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood2398"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite2400"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur2402"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset2404"
+         result="offset"
+         dy="0.1"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite2406"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2418"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37048745"
+         y="-0.055517841"
+         x="10.364887"
+         height="8.9488811"
+         width="11.568389"
+         id="rect2420"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <filter
+       id="filter2530"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood2520"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite2522"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur2524"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset2526"
+         result="offset"
+         dy="0"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite2528"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2538"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37048745"
+         y="2.4576325"
+         x="-0.16488507"
+         height="17.226913"
+         width="14.630958"
+         id="rect2540"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <color-profile
+       name="Adobe-RGB--1998-"
+       xlink:href="/System/Library/ColorSync/Profiles/AdobeRGB1998.icc"
+       id="color-profile102" />
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter4902-83">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood4892-9" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite4894-0" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="2"
+         result="blur"
+         id="feGaussianBlur4896-5" />
+      <feOffset
+         dx="6"
+         dy="6"
+         result="offset"
+         id="feOffset4898-2" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="fbSourceGraphic"
+         id="feComposite4900-27" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix4988-3" />
+      <feFlood
+         id="feFlood4990-79"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite4992-0"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur4994-2"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset4996-3"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite4998-9"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5000-9" />
+      <feFlood
+         id="feFlood5002-7"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5004-0"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5006-3"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5008-9"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5010-8"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5012-6" />
+      <feFlood
+         id="feFlood5014-5"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5016-7"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5018-62"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5020-7"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5022-0"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5024-3" />
+      <feFlood
+         id="feFlood5026-9"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5028-9"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5030-9"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5032-1"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5034-7"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5036-2" />
+      <feFlood
+         id="feFlood5038-3"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5040-6"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5042-5"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5044-5"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5046-8"
+         in="fbSourceGraphic"
+         operator="over"
+         result="composite2" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter4342">
+      <feFlood
+         flood-opacity="0.933333"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         id="feFlood4332" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite4334" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="0.2"
+         result="blur"
+         id="feGaussianBlur4336" />
+      <feOffset
+         dx="1.38778e-16"
+         dy="1.38778e-16"
+         result="offset"
+         id="feOffset4338" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="fbSourceGraphic"
+         id="feComposite4340" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix4344" />
+      <feFlood
+         id="feFlood4346"
+         flood-opacity="0.933333"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite4348"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur4350"
+         in="composite1"
+         stdDeviation="0.2"
+         result="blur" />
+      <feOffset
+         id="feOffset4352"
+         dx="1.38778e-16"
+         dy="1.38778e-16"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite4354"
+         in="fbSourceGraphic"
+         operator="over"
+         result="composite2" />
+    </filter>
+    <color-profile
+       id="color-profile152"
+       xlink:href="/System/Library/ColorSync/Profiles/AdobeRGB1998.icc"
+       name="Adobe-RGB--1998-" />
+    <filter
+       id="filter4902-8"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood4892-3"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite4894-9"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur4896-0"
+         result="blur"
+         stdDeviation="2"
+         in="composite1" />
+      <feOffset
+         id="feOffset4898-5"
+         result="offset"
+         dy="6"
+         dx="6" />
+      <feComposite
+         id="feComposite4900-2"
+         result="fbSourceGraphic"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+      <feColorMatrix
+         id="feColorMatrix4988-2"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood4990-7" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite4992-3"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur4994-7" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset4996-9" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite4998-0"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5000-2"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5002-3" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5004-9"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5006-9" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5008-7" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5010-0"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5012-3"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5014-9" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5016-8"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5018-6" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5020-5" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5022-7"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5024-6"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5026-2" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5028-7"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5030-0" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5032-3" />
+      <feComposite
+         result="fbSourceGraphic"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5034-9"
+         in2="offset" />
+      <feColorMatrix
+         id="feColorMatrix5036-9"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         in="fbSourceGraphic"
+         result="fbSourceGraphicAlpha" />
+      <feFlood
+         in="fbSourceGraphic"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039"
+         id="feFlood5038-9" />
+      <feComposite
+         result="composite1"
+         operator="in"
+         in="flood"
+         id="feComposite5040-1"
+         in2="fbSourceGraphic" />
+      <feGaussianBlur
+         result="blur"
+         stdDeviation="1"
+         in="composite1"
+         id="feGaussianBlur5042-7" />
+      <feOffset
+         result="offset"
+         dy="6"
+         dx="6"
+         id="feOffset5044-2" />
+      <feComposite
+         result="composite2"
+         operator="over"
+         in="fbSourceGraphic"
+         id="feComposite5046-3"
+         in2="offset" />
+    </filter>
+    <filter
+       id="filter569-4"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood559-7"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite561-1"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur563-3"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset565-8"
+         result="offset"
+         dy="0.2"
+         dx="0.2" />
+      <feComposite
+         id="feComposite567-4"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter895-8"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood885-0"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite887-4"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur889-6"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset891-0"
+         result="offset"
+         dy="-2.77556e-17"
+         dx="-0.2" />
+      <feComposite
+         id="feComposite893-3"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter946-2"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood936-6"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite938-9"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur940-4"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset942-1"
+         result="offset"
+         dy="-2.77556e-17"
+         dx="-0.2" />
+      <feComposite
+         id="feComposite944-3"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter1214-7"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood1204-8"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite1206-8"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur1208-3"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset1210-8"
+         result="offset"
+         dy="0.1"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite1212-1"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <filter
+       id="filter1437-5"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood1427-3"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite1429-5"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur1431-4"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset1433-3"
+         result="offset"
+         dy="0.1"
+         dx="0.1" />
+      <feComposite
+         id="feComposite1435-6"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2252-5"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37528363"
+         y="-0.22932915"
+         x="15.284907"
+         height="17.757502"
+         width="15.335663"
+         id="rect2254-9"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.93708497;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <clipPath
+       id="clipPath2270-5"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.35968757"
+         y="-0.064093582"
+         x="9.1991491"
+         height="9.0284157"
+         width="11.395495"
+         id="rect2272-4"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <filter
+       id="filter2408-9"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood2398-1"
+         result="flood"
+         flood-color="rgb(0,0,0)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite2400-7"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur2402-5"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset2404-5"
+         result="offset"
+         dy="0.1"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite2406-4"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <clipPath
+       id="clipPath2418-1"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         ry="0.37048745"
+         y="-0.055517841"
+         x="10.364887"
+         height="8.9488811"
+         width="11.568389"
+         id="rect2420-8"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke" />
+    </clipPath>
+    <filter
+       id="filter2530-8"
+       inkscape:label="Drop Shadow"
+       style="color-interpolation-filters:sRGB">
+      <feFlood
+         id="feFlood2520-3"
+         result="flood"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="0.498039" />
+      <feComposite
+         id="feComposite2522-5"
+         result="composite1"
+         operator="in"
+         in2="SourceGraphic"
+         in="flood" />
+      <feGaussianBlur
+         id="feGaussianBlur2524-2"
+         result="blur"
+         stdDeviation="1.38778e-16"
+         in="composite1" />
+      <feOffset
+         id="feOffset2526-2"
+         result="offset"
+         dy="0"
+         dx="-0.1" />
+      <feComposite
+         id="feComposite2528-6"
+         result="composite2"
+         operator="over"
+         in2="offset"
+         in="SourceGraphic" />
+    </filter>
+    <color-profile
+       name="Adobe-RGB--1998-"
+       xlink:href="/System/Library/ColorSync/Profiles/AdobeRGB1998.icc"
+       id="color-profile238" />
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter4902-9">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood4892-1" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite4894-5" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="2"
+         result="blur"
+         id="feGaussianBlur4896-55" />
+      <feOffset
+         dx="6"
+         dy="6"
+         result="offset"
+         id="feOffset4898-8" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="fbSourceGraphic"
+         id="feComposite4900-29" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix4988-8" />
+      <feFlood
+         id="feFlood4990-2"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite4992-07"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur4994-4"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset4996-8"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite4998-5"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5000-8" />
+      <feFlood
+         id="feFlood5002-30"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5004-6"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5006-2"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5008-2"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5010-5"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5012-2" />
+      <feFlood
+         id="feFlood5014-2"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5016-71"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5018-5"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5020-2"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5022-1"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5024-1" />
+      <feFlood
+         id="feFlood5026-0"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5028-1"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5030-8"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5032-7"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5034-6"
+         in="fbSourceGraphic"
+         operator="over"
+         result="fbSourceGraphic" />
+      <feColorMatrix
+         result="fbSourceGraphicAlpha"
+         in="fbSourceGraphic"
+         values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
+         id="feColorMatrix5036-0" />
+      <feFlood
+         id="feFlood5038-0"
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         in="fbSourceGraphic" />
+      <feComposite
+         in2="fbSourceGraphic"
+         id="feComposite5040-9"
+         in="flood"
+         operator="in"
+         result="composite1" />
+      <feGaussianBlur
+         id="feGaussianBlur5042-56"
+         in="composite1"
+         stdDeviation="1"
+         result="blur" />
+      <feOffset
+         id="feOffset5044-28"
+         dx="6"
+         dy="6"
+         result="offset" />
+      <feComposite
+         in2="offset"
+         id="feComposite5046-5"
+         in="fbSourceGraphic"
+         operator="over"
+         result="composite2" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter569-9">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood559-4" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite561-3" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur563-9" />
+      <feOffset
+         dx="0.2"
+         dy="0.2"
+         result="offset"
+         id="feOffset565-0" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite567-5" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter895-6">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         id="feFlood885-3" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite887-6" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur889-3" />
+      <feOffset
+         dx="-0.2"
+         dy="-2.77556e-17"
+         result="offset"
+         id="feOffset891-08" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite893-4" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter946-0">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood936-4" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite938-6" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur940-46" />
+      <feOffset
+         dx="-0.2"
+         dy="-2.77556e-17"
+         result="offset"
+         id="feOffset942-4" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite944-38" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter1214-4">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood1204-0" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite1206-0" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur1208-9" />
+      <feOffset
+         dx="-0.1"
+         dy="0.1"
+         result="offset"
+         id="feOffset1210-3" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite1212-7" />
+    </filter>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter1437-57">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         id="feFlood1427-2" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite1429-9" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur1431-7" />
+      <feOffset
+         dx="0.1"
+         dy="0.1"
+         result="offset"
+         id="feOffset1433-5" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite1435-65" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2252-3">
+      <rect
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.93708497;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;paint-order:fill markers stroke"
+         id="rect2254-0"
+         width="15.335663"
+         height="17.757502"
+         x="15.284907"
+         y="-0.22932915"
+         ry="0.37528363" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2270-4">
+      <rect
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
+         id="rect2272-8"
+         width="11.395495"
+         height="9.0284157"
+         x="9.1991491"
+         y="-0.064093582"
+         ry="0.35968757" />
+    </clipPath>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter2408-5">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(0,0,0)"
+         result="flood"
+         id="feFlood2398-5" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite2400-5" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur2402-4" />
+      <feOffset
+         dx="-0.1"
+         dy="0.1"
+         result="offset"
+         id="feOffset2404-2" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite2406-1" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2418-9">
+      <rect
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
+         id="rect2420-2"
+         width="11.568389"
+         height="8.9488811"
+         x="10.364887"
+         y="-0.055517841"
+         ry="0.37048745" />
+    </clipPath>
+    <filter
+       style="color-interpolation-filters:sRGB"
+       inkscape:label="Drop Shadow"
+       id="filter2530-4">
+      <feFlood
+         flood-opacity="0.498039"
+         flood-color="rgb(255,255,255)"
+         result="flood"
+         id="feFlood2520-5" />
+      <feComposite
+         in="flood"
+         in2="SourceGraphic"
+         operator="in"
+         result="composite1"
+         id="feComposite2522-8" />
+      <feGaussianBlur
+         in="composite1"
+         stdDeviation="1.38778e-16"
+         result="blur"
+         id="feGaussianBlur2524-6" />
+      <feOffset
+         dx="-0.1"
+         dy="0"
+         result="offset"
+         id="feOffset2526-25" />
+      <feComposite
+         in="SourceGraphic"
+         in2="offset"
+         operator="over"
+         result="composite2"
+         id="feComposite2528-1" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2538-3">
+      <rect
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:fill markers stroke"
+         id="rect2540-9"
+         width="14.630958"
+         height="17.226913"
+         x="-0.16488507"
+         y="2.4576325"
+         ry="0.37048745" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1288"
+       id="linearGradient1290"
+       x1="-218.8661"
+       y1="111.3838"
+       x2="-218.8661"
+       y2="117.80818"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.87143556,430.53108,-120.03826)" />
   </defs>
   <g
-     style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1"
+     style="display:inline;fill:none;fill-rule:evenodd;stroke:none;stroke-width:1"
      id="illustration-integrators"
-     transform="translate(-891,-2388)">
+     transform="translate(-884.47081,-2383.7159)">
     <g
-       inkscape:label="YouTube"
-       transform="translate(1047,2388)"
-       id="Group-17">
+       inkscape:label="Watson"
+       transform="translate(1010.4789,2659.4464)"
+       id="Group-23"
+       style="display:inline">
       <g
-         id="Group-6">
-        <rect
-           style="fill:#5aaafa"
-           rx="10"
-           height="70"
-           width="70"
-           y="0"
-           x="0"
-           id="Rectangle-3-Copy-2" />
-        <path
-           style="fill:#ffffff"
+         transform="translate(-116.92966,-179.82993)"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="g1294"
+         inkscape:label="package">
+        <path
+           inkscape:label="outside"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:connector-curvature="0"
+           id="path1286"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)" />
+        <g
+           style="display:inline;opacity:0.2;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           inkscape:label="edges"
+           id="g1292">
+          <path
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             id="path1288"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccc"
+             inkscape:label="top-front edge" />
+          <path
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             id="path1290"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cc"
+             inkscape:label="vertical edge" />
+        </g>
+      </g>
+      <g
+         id="g2993"
+         transform="matrix(0.06704719,0,0,0.06704719,11.477996,14.586831)"
+         style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:48.54783249;stroke-opacity:1"
+         inkscape:label="Watson logo">
+        <path
+           id="path2973"
+           d="m 305.67,228.669 c 1.437,0.05 2.874,0.1 4.388,0.01 3.202,0.096 6.279,0.124 9.403,0.362 14.293,0.645 28.547,2.554 42.618,5.097 17.167,3.132 34.14,7.81 50.574,13.477 21.535,7.351 42.317,16.677 62.174,27.7 21.486,11.912 41.97,25.662 60.793,41.259 8.95,7.454 17.542,15.263 25.825,23.639 7.01,7.13 13.742,14.474 20.116,22.174 10.906,13.11 20.694,27.077 29.16,41.974 6.634,11.695 12.429,24.033 17.085,36.668 3.722,10.472 6.836,21.163 8.812,32.15 1.33,7.7 2.332,15.403 2.601,23.257 0.3 [...]
+           inkscape:connector-curvature="0"
+           style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:381.84637451;stroke-opacity:1" />
+        <path
+           id="path2975"
+           d="m 384.83,165.923 c 2.458,-0.032 5.042,0.005 7.385,0.185 5.292,0.142 10.47,0.495 15.646,0.849 14.799,1.21 29.28,3.895 43.665,7.352 a 288.923,288.923 0 0 1 33.96,11.12 c 9.73,3.937 19.229,8.298 28.38,13.294 8.902,4.859 17.572,10.14 25.896,16.058 a 322.45,322.45 0 0 1 24.152,18.953 c 9.26,8.077 17.932,16.932 25.882,26.216 7.95,9.285 15.293,18.787 21.922,29 7.412,11.463 14.1,23.356 19.826,35.822 5.455,11.768 10.071,24.178 13.705,36.601 4.183,14.097 7.153,28.63 9.014,43.107 a 26 [...]
+           inkscape:connector-curvature="0"
+           style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:381.84637451;stroke-opacity:1" />
+        <path
+           id="path2977"
+           d="m 479.403,191.812 c 0.925,0.04 2.022,0.013 2.947,0.052 2.124,0.072 4.35,0.203 6.504,0.457 a 78.452,78.452 0 0 1 16.376,3.517 81.74,81.74 0 0 1 16.997,7.834 c 3.786,2.35 7.357,5.072 10.685,7.983 2.383,2.2 4.695,4.525 6.936,6.974 1.602,1.914 3.204,3.828 4.632,5.807 1.064,1.44 2.057,3.002 3.05,4.565 5.794,8.952 9.919,18.92 12.874,29.038 0.444,1.576 0.888,3.152 1.23,4.669 0.474,1.758 0.846,3.457 1.249,5.339 0.492,2.428 0.955,4.674 1.346,7.044 0.512,3.1 0.952,6.322 1.392,9.545 0 [...]
+           inkscape:connector-curvature="0"
+           style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:381.84637451;stroke-opacity:1" />
+        <path
+           id="path2979"
+           d="m 499.425,247.051 c 3.135,0.002 6.46,0.047 9.66,0.162 8.597,0.323 17.209,1.241 25.77,2.643 7.869,1.347 15.687,3.176 23.207,5.631 10.487,3.31 20.69,7.841 29.924,13.837 a 1.5749415e16,1.5749415e16 0 0 1 14.753,11.269 c 3.271,3.095 6.55,6.489 9.268,10.055 4.332,5.503 8.111,11.478 11.083,17.767 a 94.313,94.313 0 0 1 5.49,14.652 c 0.959,3.374 1.794,6.82 2.315,10.294 0.5,2.58 0.754,5.304 1.065,7.843 0.174,2.014 0.282,3.916 0.39,5.817 0.501,13.152 -1.317,26.285 -4.838,39.041 -0.58 [...]
+           inkscape:connector-curvature="0"
+           style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:381.84637451;stroke-opacity:1" />
+      </g>
+    </g>
+    <g
+       inkscape:label="Weather"
+       transform="translate(1089.3597,2638.4449)"
+       id="Group-22"
+       style="display:inline">
+      <g
+         transform="translate(-116.99926,-182.46616)"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="g1570"
+         inkscape:label="package">
+        <path
+           inkscape:label="outside"
+           sodipodi:nodetypes="ccccccc"
            inkscape:connector-curvature="0"
-           id="Fill-8"
-           d="M 46.740516,43.816945 H 44.722693 V 42.79096 c 0,-1.004535 0.336603,-1.519315 1.008912,-1.519315 0.672308,0 1.008911,0.51478 1.008911,1.519315 z m 1.995383,2.991264 h -2.040263 c 0,0.803449 -0.02244,1.249413 -0.04488,1.362021 -0.112201,0.535336 -0.403026,0.80345 -0.89671,0.80345 -0.694749,0 -1.031352,-0.513886 -1.031352,-1.540765 V 45.490873 H 48.7359 v -2.298635 c 0,-1.182385 -0.201962,-2.031414 -0.605885,-2.589986 -0.582548,-0.75787 -1.367058,-1.137699 -2.375969,-1.137699 [...]
+           id="path1562"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)" />
+        <g
+           style="opacity:0.2;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:label="edges"
+           id="g1568">
+          <path
+             style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             id="path1564"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccc"
+             inkscape:label="top-front edge" />
+          <path
+             style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             id="path1566"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cc"
+             inkscape:label="vertical edge" />
+        </g>
+      </g>
+      <g
+         id="g1413"
+         transform="matrix(1.211651,0,0,1.211734,-305.06939,-34.669331)"
+         style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.82529193"
+         inkscape:label="cloud plus">
+        <g
+           id="g1455"
+           inkscape:label="Rain"
+           transform="matrix(0.12441903,0,0,0.12441903,270.80809,49.991638)"
+           style="stroke-width:6.63316536">
+          <path
+             id="path1336"
+             d="m 39.601,196.751 21.486,-21.486 c 2.929,-2.929 2.929,-7.678 0,-10.606 -2.929,-2.929 -7.678,-2.929 -10.606,0 l -21.486,21.486 c -2.929,2.929 -2.929,7.678 0,10.607 1.464,1.464 3.384,2.197 5.303,2.197 1.919,-0.002 3.838,-0.734 5.303,-2.198 z"
+             inkscape:connector-curvature="0"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.63316536" />
+          <path
+             id="path1338"
+             d="m 85.439,196.751 21.484,-21.486 c 2.929,-2.929 2.928,-7.678 -0.001,-10.607 -2.93,-2.929 -7.678,-2.928 -10.607,0.001 l -21.484,21.486 c -2.929,2.929 -2.928,7.678 0,10.607 1.465,1.464 3.384,2.196 5.303,2.196 1.921,-0.001 3.841,-0.733 5.305,-2.197 z"
+             inkscape:connector-curvature="0"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.63316536" />
+          <path
+             id="path1340"
+             d="m 131.275,196.751 21.484,-21.486 c 2.929,-2.929 2.928,-7.678 0,-10.607 -2.93,-2.929 -7.678,-2.928 -10.607,0.001 l -21.484,21.486 c -2.929,2.929 -2.928,7.678 0,10.607 1.465,1.464 3.384,2.196 5.303,2.196 1.92,-0.001 3.84,-0.733 5.304,-2.197 z"
+             inkscape:connector-curvature="0"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.63316536" />
+          <path
+             id="path1342"
+             d="m 187.99,164.658 -21.486,21.486 c -2.929,2.929 -2.929,7.678 0,10.607 1.464,1.464 3.384,2.197 5.303,2.197 1.919,0 3.839,-0.732 5.303,-2.197 l 21.486,-21.486 c 2.929,-2.929 2.929,-7.678 0,-10.606 -2.928,-2.93 -7.677,-2.93 -10.606,-0.001 z"
+             inkscape:connector-curvature="0"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.63316536" />
+          <path
+             id="path1344"
+             d="m 53.628,199.301 -21.484,21.486 c -2.929,2.929 -2.928,7.678 0,10.607 1.465,1.464 3.384,2.196 5.303,2.196 1.92,0 3.839,-0.732 5.304,-2.197 l 21.484,-21.486 c 2.929,-2.929 2.928,-7.678 -0.001,-10.607 -2.928,-2.928 -7.677,-2.928 -10.606,10e-4 z"
+             inkscape:connector-curvature="0"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.63316536" />
+          <path
+             id="path1346"
+             d="m 99.599,199.301 -21.484,21.486 c -2.929,2.929 -2.928,7.678 0.001,10.607 1.465,1.464 3.384,2.196 5.303,2.196 1.919,0 3.839,-0.732 5.304,-2.197 l 21.484,-21.486 c 2.929,-2.929 2.928,-7.678 0,-10.607 -2.931,-2.928 -7.679,-2.928 -10.608,10e-4 z"
+             inkscape:connector-curvature="0"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.63316536" />
+          <path
+             id="path1348"
+             d="m 145.57,199.301 -21.484,21.486 c -2.929,2.929 -2.928,7.678 0,10.607 1.465,1.464 3.384,2.196 5.303,2.196 1.919,0 3.839,-0.732 5.304,-2.197 l 21.484,-21.486 c 2.929,-2.929 2.928,-7.678 -0.001,-10.607 -2.929,-2.928 -7.677,-2.928 -10.606,10e-4 z"
+             inkscape:connector-curvature="0"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:6.63316536" />
+        </g>
+        <g
+           id="g1223"
+           inkscape:label="sun"
+           transform="matrix(1.2944634,0,0,1.2944634,235.68166,18.347169)"
+           style="stroke-width:0.72962129">
+          <path
+             d="m 30.431802,14.549035 c -0.313522,-0.01442 -0.576116,0.214768 -0.586817,0.512142 l -0.05816,1.615792 c -0.0107,0.297374 0.23456,0.549898 0.548082,0.56431 0.313525,0.01442 0.57612,-0.21477 0.586821,-0.512144 l 0.05816,-1.615789 c 0.0107,-0.297376 -0.234563,-0.549899 -0.548086,-0.564311 z m -6.135357,1.951946 c -0.145266,-0.0066 -0.292115,0.03963 -0.406915,0.139594 -0.229175,0.200013 -0.241447,0.541096 -0.02742,0.76148 l 1.162604,1.196988 c 0.214048,0.220386 0.574001,0.2369 [...]
+             id="Shape"
+             inkscape:connector-curvature="0"
+             inkscape:label="rays"
+             style="fill:#ffffff;stroke:none;stroke-width:1.45924246" />
+          <circle
+             r="4.0701237"
+             cy="23.140491"
+             cx="29.74321"
+             id="path1219"
+             style="opacity:1;fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:1.094432;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
+             inkscape:label="circle" />
+        </g>
+        <path
+           style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2.72346306;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0"
+           d="m 289.71196,53.644498 c -1.32639,-3.002032 -3.9251,-5.254403 -7.39416,-4.729363 -4.47219,0.67686 -5.42969,3.101359 -6.24148,6.732642 -0.003,0.01549 0,0.03154 1.5e-4,0.04732 -3.20915,0.231156 -5.7455,2.759854 -5.7455,5.834915 0,3.226704 2.79267,5.851912 6.22523,5.851912 h 16.70043 c 4.36114,0 7.65957,-2.902219 7.65957,-7.244933 -0.55049,-3.1234 -2.25826,-5.04916 -4.53719,-6.198867 -2.81219,-0.521539 -3.66332,-0.732531 -6.66705,-0.293624 z"
+           id="path1334"
+           inkscape:label="cloud"
+           sodipodi:nodetypes="csscsssccc" />
       </g>
     </g>
     <g
-       inkscape:label="Slack"
-       transform="translate(1120,2458)"
-       id="Group-18">
+       inkscape:label="JIRA"
+       transform="translate(930.02224,2635.8087)"
+       id="g1302">
+      <g
+         transform="translate(-116.92966,-179.82993)"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="g1300"
+         inkscape:label="package">
+        <path
+           inkscape:label="outside"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:connector-curvature="0"
+           id="path1292"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)" />
+        <g
+           style="display:inline;opacity:0.2;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           inkscape:label="edges"
+           id="g1298">
+          <path
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             id="path1294"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccc"
+             inkscape:label="top-front edge" />
+          <path
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             id="path1296"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cc"
+             inkscape:label="vertical edge" />
+        </g>
+      </g>
+      <g
+         id="g3615"
+         transform="matrix(0.72639864,0,0,0.72639864,-9.1864337,-6.6836661)"
+         style="display:inline;stroke-width:1.37665451"
+         inkscape:label="JIRA logo">
+        <path
+           style="fill:#ffffff;stroke-width:1.37665451"
+           inkscape:connector-curvature="0"
+           class="st1"
+           d="m 51.7,36.9 c -2.1,0 -3.7,1.7 -3.7,3.7 0,2.1 1.7,3.7 3.7,3.7 2.1,0 3.7,-1.7 3.7,-3.7 0,-2 -1.6,-3.7 -3.7,-3.7 m 24.6,0 c -2.1,0 -3.7,1.7 -3.7,3.7 0,2.1 1.7,3.7 3.7,3.7 2.1,0 3.7,-1.7 3.7,-3.7 0,-2 -1.6,-3.7 -3.7,-3.7 M 64,33.5 c -2.1,0 -3.7,1.7 -3.7,3.7 0,2.1 1.7,3.7 3.7,3.7 2.1,0 3.7,-1.7 3.7,-3.7 0,-2.1 -1.6,-3.7 -3.7,-3.7 m 21.1,13.8 c -0.2,-0.2 -0.5,-0.2 -0.7,-0.2 -0.1,0 -0.3,0 -0.4,0.1 -2.5,1 -5.1,1.7 -7.5,2.3 -0.5,0.1 -0.9,0.5 -1,0.9 -1.7,4.7 -6.1,9.1 -10.7,13.8 -0.2, [...]
+           id="path3593" />
+        <path
+           style="fill:#ffffff;stroke-width:1.37665451"
+           inkscape:connector-curvature="0"
+           class="st1"
+           d="m 64,50.8 c 2.2,0 3.5,-0.1 4,-0.1 0.6,0 1.1,0.5 1.1,1.1 0,0.2 0,0.3 -0.1,0.4 -0.3,0.8 -1.6,3.6 -4.2,6.1 -0.3,0.3 -0.6,0.3 -0.8,0.3 v 0 c -0.2,0 -0.5,-0.1 -0.8,-0.3 C 60.7,55.9 59.3,53 59,52.2 59,52.1 58.9,52 58.9,51.8 c 0,-0.6 0.5,-1.1 1.1,-1.1 0.5,0 1.8,0.1 4,0.1 v 0"
+           id="path3595" />
+      </g>
+    </g>
+    <g
+       id="g1290"
+       transform="translate(1136.0967,2566.9956)"
+       inkscape:label="RSS">
+      <g
+         inkscape:label="package"
+         id="g1288"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(-116.92966,-179.82993)">
+        <path
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           id="path1280"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:label="outside" />
+        <g
+           id="g1286"
+           inkscape:label="edges"
+           style="display:inline;opacity:0.2;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1">
+          <path
+             inkscape:label="top-front edge"
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0"
+             id="path1282"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
+          <path
+             inkscape:label="vertical edge"
+             sodipodi:nodetypes="cc"
+             inkscape:connector-curvature="0"
+             id="path1284"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill" />
+        </g>
+        <path
+           id="path2827"
+           d="m 145.92778,234.41636 c -0.7814,0.85727 -1.72341,1.28662 -2.82723,1.28662 -1.10339,0 -2.04583,-0.42935 -2.82678,-1.28662 -0.78086,-0.85809 -1.17155,-1.89386 -1.17155,-3.10642 0,-1.21186 0.39069,-2.2476 1.17155,-3.10572 0.78107,-0.8581 1.72339,-1.2866 2.82678,-1.2866 1.10382,0 2.04616,0.4285 2.82723,1.2866 0.78062,0.85812 1.17132,1.89386 1.17132,3.10572 0,1.21256 -0.39036,2.24844 -1.17132,3.10642 z m 11.85363,0.94285 c -0.20808,0.22861 -0.44781,0.3422 -0.7188,0.3422 h -3.997 [...]
+           inkscape:connector-curvature="0"
+           style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.82722318"
+           sodipodi:nodetypes="cscscscsccsscccccssscccccssscccccsscccccccc"
+           inkscape:label="RSS logo" />
+      </g>
+    </g>
+    <g
+       inkscape:label="Push Notifications"
+       transform="translate(1136.0967,2480.3266)"
+       id="Group-18"
+       style="display:inline">
+      <g
+         transform="translate(-116.92966,-179.82993)"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="g1329"
+         inkscape:label="package">
+        <path
+           inkscape:label="outside"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:connector-curvature="0"
+           id="path1321"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)" />
+        <g
+           style="display:inline;opacity:0.2;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           inkscape:label="edges"
+           id="g1327">
+          <path
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             id="path1323"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccc"
+             inkscape:label="top-front edge" />
+          <path
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             id="path1325"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cc"
+             inkscape:label="vertical edge" />
+        </g>
+      </g>
       <g
-         id="Group-11">
+         id="g2625"
+         inkscape:label="Push image"
+         style="display:inline;fill:none;fill-opacity:1;stroke-width:0.82722324"
+         transform="matrix(1.211599,0,0,1.2061343,-1298.0423,-2892.7643)">
+        <path
+           style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none"
+           inkscape:connector-curvature="0"
+           d="m 1103.0757,2443.4239 h -2.002 c -0.1705,0 -0.3145,0.1469 -0.3145,0.3208 v 1.3373 c 0,0.1739 0.144,0.3208 0.3145,0.3208 h 2.002 c 0.1704,0 0.3145,-0.1469 0.3145,-0.3208 v -1.3373 c 0,-0.1739 -0.1441,-0.3208 -0.3145,-0.3208 z"
+           id="path2534" />
+        <path
+           style="display:inline;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.40627956;stroke-miterlimit:4;stroke-dasharray:none"
+           inkscape:connector-curvature="0"
+           d="m 1111.1788,2412.5626 h -18.2082 c -1.1561,0 -2.0967,0.9593 -2.0967,2.1385 v 31.0079 c 0,1.1792 0.9406,2.1385 2.0967,2.1385 h 18.2083 c 1.1562,0 2.0968,-0.9593 2.0968,-2.1385 v -31.0079 c -10e-5,-1.1792 -0.9406,-2.1385 -2.0969,-2.1385 z m -0.2342,28.1487 c 0,0.2941 -0.2359,0.5346 -0.5242,0.5346 h -16.6914 c -0.2883,0 -0.5242,-0.2405 -0.5242,-0.5346 v -23.6104 c 0,-0.294 0.2359,-0.5346 0.5242,-0.5346 h 16.6914 c 0.2883,0 0.5242,0.2406 0.5242,0.5346 z"
+           id="path2536"
+           sodipodi:nodetypes="ssssssscssssssssss" />
         <rect
-           style="fill:#5aaafa"
-           rx="10"
-           height="70"
-           width="70"
-           y="0"
-           x="0"
-           id="Rectangle-3-Copy-3" />
-        <path
-           style="fill:#ffffff"
+           style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
+           id="rect2662"
+           width="6.9604101"
+           height="1.1452594"
+           x="1099.0428"
+           y="2443.9299"
+           rx="0.366359"
+           inkscape:label="button"
+           sodipodi:insensitive="true" />
+        <path
+           inkscape:label="up-arrow"
+           sodipodi:nodetypes="scccczzcscscss"
            inkscape:connector-curvature="0"
-           id="Fill-11"
-           d="m 39.882239,37.33244 -2.524703,-7.539343 -7.451871,2.560712 2.523741,7.491426 z M 55.00351,36.973058 c 0,1.532403 -0.79312,2.609589 -2.235946,3.111764 l -4.135008,1.412609 1.34561,3.997279 c 0.120316,0.359382 0.168442,0.741764 0.168442,1.124145 0,1.890826 -1.539078,3.472104 -3.437177,3.472104 -1.514053,0 -2.860625,-0.934392 -3.341888,-2.370001 l -1.32251,-3.95032 -7.45187,2.537712 1.32251,3.925403 c 0.120316,0.358423 0.191542,0.741763 0.191542,1.125104 0,1.866866 -1.539077, [...]
+           id="path1608"
+           d="m 1097.4971,2426.774 c 0.5404,-0.8532 0.8004,-1.3504 2.018,-3.0625 0.6883,-0.9324 0.9906,-1.3347 1.8225,-2.4138 0.4444,-0.4426 0.772,-0.4367 1.1513,-0.045 0.9648,1.2199 1.1763,1.5016 1.8214,2.3375 1.3213,1.7686 1.5802,2.1203 2.0756,2.7835 0.4954,0.6632 0.1707,1.5372 -0.6211,1.5416 -0.7919,0 -1.9407,0.01 -1.9407,0.01 0,0 0.083,3.7826 0.067,6.7401 0,0.6721 -0.4944,1.5387 -1.7438,1.5677 -1.493,-0.044 -1.8012,-0.8588 -1.8201,-1.5824 -0.082,-3.1364 -0.1336,-6.7614 -0.1336,-6.761 [...]
+           style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.49633396;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
       </g>
     </g>
     <g
-       transform="translate(964,2388)"
+       transform="translate(882.99624,2566.9956)"
        id="Group-5"
-       inkscape:label="COS">
-      <rect
-         style="fill:#5aaafa"
-         rx="10"
-         height="70"
-         width="70"
-         y="0"
-         x="0"
-         id="Rectangle-3-Copy" />
+       inkscape:label="Cloudant">
+      <g
+         inkscape:label="package"
+         id="g1309"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(-116.92966,-179.82993)">
+        <path
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           id="path1301"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:label="outside" />
+        <g
+           id="g1307"
+           inkscape:label="edges"
+           style="display:inline;opacity:0.2;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1">
+          <path
+             inkscape:label="top-front edge"
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0"
+             id="path1303"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
+          <path
+             inkscape:label="vertical edge"
+             sodipodi:nodetypes="cc"
+             inkscape:connector-curvature="0"
+             id="path1305"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill" />
+        </g>
+      </g>
       <g
          id="Page-1"
-         transform="translate(15,15)">
+         transform="matrix(1.0391334,0,0,1.0392348,16.446505,18.347939)"
+         inkscape:label="Cloudant logo"
+         style="stroke-width:0.96229339">
         <path
            d="m 40.002438,19.284873 c 0,10.65071 -8.954921,19.284687 -20.001219,19.284687 C 8.9549208,38.56956 0,29.935583 0,19.284873 0,8.6341634 8.9549208,3.1062499e-5 20.001219,3.1062499e-5 31.047517,3.1062499e-5 40.002438,8.6341634 40.002438,19.284873"
            id="Fill-1"
            inkscape:connector-curvature="0"
-           style="stroke:#ffffff;stroke-width:3" />
+           style="stroke:#ffffff;stroke-width:2.88688016" />
         <path
            d="m 7.1762716,17.79684 v -0.47622 c 0,0 -0.1676293,0.173384 0,0.47622"
            id="Fill-3"
            inkscape:connector-curvature="0"
-           style="fill:#ffffff" />
+           style="fill:#ffffff;stroke-width:0.96229339" />
         <path
            d="m 17.8454,19.761046 c 6.108185,4.047443 14.192428,-0.654798 14.13258,-2.380941 0,0 0.568941,-2.425515 -2.934241,-3.63074 4.730757,-6.8051724 -14.23243,-6.686203 -14.566825,-1.33926 -8.1592477,0.907802 -7.3507609,4.910515 -7.3507609,4.910515 0,0 1.6168173,4.464148 10.7192469,2.440426"
            id="Fill-5"
            inkscape:connector-curvature="0"
-           style="fill:#ffffff" />
+           style="fill:#ffffff;stroke-width:0.96229339" />
         <path
            d="m 31.977965,17.380105 v 0.47622 c 0.02952,-0.29714 0,-0.47622 0,-0.47622"
            id="Fill-7"
            inkscape:connector-curvature="0"
-           style="fill:#ffffff" />
+           style="fill:#ffffff;stroke-width:0.96229339" />
         <path
            d="M 17.8454,21.181046 C 8.7429704,23.204768 7.1261531,18.74062 7.1261531,18.74062 v 0.473082 5.717209 c 0,0 0.4192443,5.594822 10.6593999,3.392646 4.071967,2.975943 13.47379,1.071345 14.192427,-2.440425 v -6.804241 -0.278786 c 0.05985,1.726143 -8.024395,6.428384 -14.13258,2.380941"
            id="Fill-9"
            inkscape:connector-curvature="0"
-           style="fill:#ffffff" />
+           style="fill:#ffffff;stroke-width:0.96229339" />
       </g>
     </g>
     <g
-       inkscape:label="Watson"
-       transform="translate(891,2458)"
-       id="Group-23"
-       style="display:inline">
-      <rect
-         style="fill:#5aaafa"
-         rx="10"
-         height="70"
-         width="70"
-         y="0"
-         x="0"
-         id="Rectangle-3" />
-      <path
-         style="fill:#ffffff"
-         inkscape:connector-curvature="0"
-         id="path1075"
-         d="m 39.502826,25.823261 c 0.232826,0.404565 0.406739,0.911956 0.528044,1.504782 0.836956,-0.101087 1.683478,-0.140869 2.535434,-0.112826 L 42.56913,27.215 C 41.614783,26.636956 40.586956,26.167391 39.502826,25.823261 Z M 36.95913,34.98913 c 0.254783,0 0.484131,0.112392 0.643696,0.29174 0.498044,-0.04696 0.994565,-0.08631 1.487609,-0.117392 0.132174,-0.84913 0.238913,-1.678913 0.316521,-2.476522 -1.306521,-1.074347 -2.70826,-2.000652 -4.121086,-2.732391 -0.542609,1.247609 -1.073 [...]
-      <path
-         style="fill:#ffffff"
-         inkscape:connector-curvature="0"
-         id="path1077"
-         d="m 15.265337,25.127391 2.17e-4,-2.17e-4 c 0.280435,-0.448913 0.877174,-0.586522 1.326087,-0.306087 l 3.915,2.446304 c 0.448913,0.280435 0.586739,0.877392 0.306087,1.326305 -0.280434,0.448913 -0.877174,0.586739 -1.326304,0.306087 l -3.914783,-2.446305 c -0.448913,-0.280435 -0.586739,-0.877174 -0.306304,-1.326087" />
-      <path
-         style="fill:#ffffff"
-         inkscape:connector-curvature="0"
-         id="Fill-4"
-         d="M 24.221956,17.570217 V 17.57 c 0.479783,-0.223696 1.055218,-0.01413 1.279131,0.465652 l 1.95087,4.183913 c 0.223695,0.479783 0.01435,1.055218 -0.465435,1.278913 l -2.18e-4,2.18e-4 c -0.479782,0.223695 -1.055217,0.01413 -1.278913,-0.465652 L 23.756304,18.84913 c -0.223695,-0.479782 -0.01413,-1.055217 0.465652,-1.278913" />
-    </g>
-    <g
-       inkscape:label="Weather"
-       transform="translate(891,2542)"
-       id="Group-22"
-       style="display:inline">
-      <rect
-         id="Rectangle-3-Copy-7"
-         x="0"
-         y="0"
-         width="70"
-         height="70"
-         rx="10"
-         style="fill:#5aaafa" />
-      <path
-         style="fill:#ffffff;stroke:#ffffff;stroke-width:2"
-         inkscape:label="sun"
-         inkscape:connector-curvature="0"
-         id="Shape"
-         d="m 27.869141,17 c -0.534166,0 -0.966797,0.42564 -0.966797,0.95117 v 2.85547 c 0,0.52553 0.432631,0.95117 0.966797,0.95117 0.534166,0 0.966797,-0.42564 0.966797,-0.95117 V 17.95117 C 28.835938,17.42564 28.403307,17 27.869141,17 Z m -10.316407,3.94141 c -0.247497,0 -0.494445,0.0936 -0.683593,0.27929 -0.377571,0.37147 -0.377571,0.97424 0,1.34571 l 2.050781,2.01757 c 0.377571,0.37147 0.990844,0.37147 1.36914,0 0.377571,-0.37146 0.377571,-0.97352 0,-1.3457 L 18.236328,21.2207 c -0. [...]
-      <path
-         style="fill:#ffffff;stroke:#ffffff;stroke-width:2"
-         inkscape:label="cloud"
-         inkscape:connector-curvature="0"
-         id="path1091"
-         d="m 47.200935,28.102058 c -3.380456,0 -6.426592,1.407798 -8.567338,3.658973 -0.321625,-0.363792 -0.684325,-0.689938 -1.083839,-0.970855 -0.668728,-4.613058 -4.699504,-8.159807 -9.573286,-8.159807 -5.341303,0 -9.67176,4.259703 -9.67176,9.515329 0,3.17805 1.583276,5.990882 4.01518,7.717957 -0.586576,1.080225 -0.919535,2.312461 -0.919535,3.621328 0,4.247124 3.500237,7.6928 7.817909,7.6928 h 17.982669 c 6.47474,0 11.725367,-5.165704 11.725367,-11.538576 0,-6.372159 -5.250627,-11.53 [...]
-    </g>
-    <g
-       inkscape:label="Alarms"
-       transform="translate(964,2612)"
-       id="Group-21">
-      <rect
-         id="Rectangle-3-Copy-6"
-         x="0"
-         y="0"
-         width="70"
-         height="70"
-         rx="10"
-         style="fill:#5aaafa" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1097"
-         d="M 34.828571,15 C 23.895102,15 15,23.895102 15,34.828571 c 0,10.93347 8.895102,19.828572 19.828571,19.828572 10.93347,0 19.828572,-8.895102 19.828572,-19.828572 C 54.657143,23.895102 45.762041,15 34.828571,15 Z m 0,35.437959 c -8.606938,0 -15.609796,-7.002041 -15.609796,-15.609388 0,-8.607346 7.002858,-15.609387 15.609796,-15.609387 8.606939,0 15.609796,7.002041 15.609796,15.609387 0,8.607347 -7.002857,15.609388 -15.609796,15.609388 z"
-         style="fill:#ffffff"
-         inkscape:label="face" />
+       id="g1257"
+       transform="translate(930.02224,2410.2617)"
+       inkscape:label="Slack">
+      <g
+         inkscape:label="package"
+         id="g1252"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(-116.92966,-179.82993)">
+        <path
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           id="path1244"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:label="outside" />
+        <g
+           id="g1250"
+           inkscape:label="edges"
+           style="display:inline;opacity:0.2;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1">
+          <path
+             inkscape:label="top-front edge"
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0"
+             id="path1246"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
+          <path
+             inkscape:label="vertical edge"
+             sodipodi:nodetypes="cc"
+             inkscape:connector-curvature="0"
+             id="path1248"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill" />
+        </g>
+      </g>
       <path
+         inkscape:label="Slack logo"
+         style="fill:#ffffff;stroke-width:1"
          inkscape:connector-curvature="0"
-         id="path1099"
-         d="m 45.162449,34.216326 h -8.91102 V 23.502041 c 0,-0.901633 -0.731021,-1.632653 -1.632653,-1.632653 -0.901633,0 -1.632654,0.73102 -1.632654,1.632653 V 35.84898 c 0,0.901632 0.731021,1.632653 1.632654,1.632653 h 10.543673 c 0.901633,0 1.632653,-0.731021 1.632653,-1.632653 0,-0.901633 -0.73102,-1.632654 -1.632653,-1.632654 z"
-         style="fill:#ffffff"
-         inkscape:label="arms" />
+         id="path1255"
+         d="m 42.508458,41.113405 -2.730349,-8.495532 -8.058856,2.885477 2.72931,8.441538 z m 16.352958,-0.404963 c 0,1.726753 -0.857721,2.940555 -2.418072,3.506419 l -4.47182,1.591765 1.455215,4.504241 c 0.130116,0.404961 0.182162,0.835839 0.182162,1.266717 0,2.130632 -1.664442,3.912458 -3.717149,3.912458 -1.637379,0 -3.093634,-1.052898 -3.614098,-2.67058 l -1.430232,-4.451326 -8.058856,2.859562 1.430234,4.423248 c 0.130117,0.403881 0.207144,0.835838 0.207144,1.267798 0,2.103634 -1.6644 [...]
     </g>
     <g
        inkscape:label="Github"
-       transform="translate(1047,2612)"
-       id="Group-20">
-      <rect
-         id="Rectangle-3-Copy-5"
-         x="0"
-         y="0"
-         width="70"
-         height="70"
-         rx="10"
-         style="fill:#5aaafa" />
+       transform="translate(882.99624,2480.3266)"
+       id="Group-20"
+       style="display:inline;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none">
+      <g
+         inkscape:label="package"
+         id="g1550"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(-116.92966,-179.82993)">
+        <path
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           id="path1542"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:label="outside" />
+        <g
+           id="g1548"
+           inkscape:label="edges"
+           style="display:inline;opacity:0.2;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1">
+          <path
+             inkscape:label="top-front edge"
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0"
+             id="path1544"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
+          <path
+             inkscape:label="vertical edge"
+             sodipodi:nodetypes="cc"
+             inkscape:connector-curvature="0"
+             id="path1546"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill" />
+        </g>
+      </g>
       <path
-         d="m 29.426776,47.202238 c -0.234607,0.0522 -0.391011,0.2088 -0.364944,0.391501 0.02607,0.1566 0.234607,0.261 0.469214,0.2088 0.234607,-0.0522 0.391012,-0.2088 0.363902,-0.365401 -0.02502,-0.1566 -0.233564,-0.259956 -0.468172,-0.2349 m -1.484802,0.2088 c -0.233565,0 -0.416037,0.130501 -0.416037,0.287101 0,0.181656 0.182472,0.312156 0.443147,0.2871 0.233564,0 0.416037,-0.1305 0.416037,-0.2871 0,-0.1827 -0.20854,-0.312157 -0.443147,-0.287101 m -1.535895,-0.259956 c -0.20854,-0.053 [...]
+         d="m 30.485076,53.722774 c -0.283949,0.06318 -0.473247,0.252714 -0.441698,0.47384 0.03155,0.189536 0.283949,0.315893 0.567897,0.252714 0.283949,-0.06318 0.473249,-0.252714 0.440437,-0.442251 -0.03028,-0.189535 -0.282686,-0.314629 -0.566636,-0.284303 m -1.79708,0.252714 c -0.282688,0 -0.503537,0.157948 -0.503537,0.347483 0,0.219861 0.220849,0.377808 0.536348,0.347482 0.282687,0 0.503537,-0.157946 0.503537,-0.347482 0,-0.221125 -0.2524,-0.377809 -0.536348,-0.347483 m -1.858919,-0. [...]
          id="path1105"
          inkscape:connector-curvature="0"
-         style="fill:#ffffff"
+         style="display:inline;fill:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
          inkscape:label="logo" />
     </g>
     <g
-       transform="translate(1120,2542)"
+       transform="translate(1089.2901,2410.2617)"
        id="Group-19"
-       inkscape:label="Kafka (Matos)">
+       inkscape:label="Kafka (Matos)"
+       style="stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none">
+      <g
+         transform="translate(-116.92966,-179.82993)"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="g1239"
+         inkscape:label="package">
+        <path
+           inkscape:label="outside"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:connector-curvature="0"
+           id="path1231"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)" />
+        <g
+           style="display:inline;opacity:0.2;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           inkscape:label="edges"
+           id="g1237">
+          <path
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             id="path1233"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccc"
+             inkscape:label="top-front edge" />
+          <path
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             id="path1235"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cc"
+             inkscape:label="vertical edge" />
+        </g>
+      </g>
+      <image
+         y="7.5828509"
+         x="5.5178461"
+         id="image2810"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAK T2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AU kSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXX Pues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgAB eNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAt AGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgt [...]
+         style="stroke-width:1.10366249;stroke-miterlimit:4;stroke-dasharray:none;image-rendering:optimizeQuality"
+         preserveAspectRatio="none"
+         height="61.613037"
+         width="63.425186"
+         inkscape:label="Kafka logo" />
+    </g>
+    <g
+       inkscape:label="Alarms"
+       transform="translate(1010.4789,2386.3883)"
+       id="Group-21">
+      <g
+         inkscape:label="package"
+         id="g1258"
+         style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(-116.92966,-179.82993)">
+        <path
+           transform="matrix(0.86637368,-0.49939628,0.86568354,0.50059165,0,0)"
+           style="display:inline;fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:1.07457411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="m -88.524823,266.34173 -9e-6,40.7863 -40.725478,40.84785 -40.64704,-0.27715 0.27892,-40.31959 40.72548,-40.84787 z"
+           id="path1250"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:label="outside" />
+        <g
+           id="g1256"
+           inkscape:label="edges"
+           style="display:inline;opacity:0.2;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1">
+          <path
+             inkscape:label="top-front edge"
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0"
+             id="path1252"
+             d="m 119.96228,198.52384 33.83416,19.39313 v 0 l 34.42984,-19.38113"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
+          <path
+             inkscape:label="vertical edge"
+             sodipodi:nodetypes="cc"
+             inkscape:connector-curvature="0"
+             id="path1254"
+             d="m 153.80248,257.80084 -0.0778,-39.68591"
+             style="display:inline;fill:#000000;fill-opacity:0;stroke:#6eedd8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke markers fill" />
+        </g>
+      </g>
+      <g
+         id="g3004"
+         inkscape:label="Alarm clock"
+         transform="matrix(1.1346565,0,0,1.1346565,-2.2880256,-1.1290955)"
+         style="stroke-width:0.88132399">
+        <path
+           inkscape:label="face"
+           style="fill:#ffffff;stroke-width:0.88132399"
+           d="M 34.828571,15 C 23.895102,15 15,23.895102 15,34.828571 c 0,10.93347 8.895102,19.828572 19.828571,19.828572 10.93347,0 19.828572,-8.895102 19.828572,-19.828572 C 54.657143,23.895102 45.762041,15 34.828571,15 Z m 0,35.437959 c -8.606938,0 -15.609796,-7.002041 -15.609796,-15.609388 0,-8.607346 7.002858,-15.609387 15.609796,-15.609387 8.606939,0 15.609796,7.002041 15.609796,15.609387 0,8.607347 -7.002857,15.609388 -15.609796,15.609388 z"
+           id="path1097"
+           inkscape:connector-curvature="0" />
+        <path
+           inkscape:label="arms"
+           style="fill:#ffffff;stroke-width:0.88132399"
+           d="m 45.162449,34.216326 h -8.91102 V 23.502041 c 0,-0.901633 -0.731021,-1.632653 -1.632653,-1.632653 -0.901633,0 -1.632654,0.73102 -1.632654,1.632653 V 35.84898 c 0,0.901632 0.731021,1.632653 1.632654,1.632653 h 10.543673 c 0.901633,0 1.632653,-0.731021 1.632653,-1.632653 0,-0.901633 -0.73102,-1.632654 -1.632653,-1.632654 z"
+           id="path1099"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+  <g
+     id="g3753"
+     inkscape:label="Connections"
+     style="fill:#6eedd8;fill-opacity:1;stroke:#6eedd8;stroke-opacity:1">
+    <path
+       style="fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:2.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker4775);marker-end:url(#marker4863)"
+       d="M 225.16565,259.39385 100.10524,95.100376"
+       id="path4771"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc"
+       inkscape:label="5-11" />
+    <path
+       inkscape:label="4-10"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path5855"
+       d="M 253.67206,221.63263 71.195034,135.12941"
+       style="fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:2.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker5859);marker-end:url(#marker5959)" />
+    <path
+       style="fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:2.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker4261);marker-end:url(#marker2963)"
+       d="M 222.97076,94.966519 99.893352,260.49085"
+       id="path2959"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc"
+       inkscape:label="2-8" />
+    <path
+       inkscape:label="1-7"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path3863"
+       d="M 254.08631,135.84284 71.148894,220.65479"
+       style="fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:2.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker3867);marker-end:url(#marker3867)" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path1900"
+       d="M 163.00956,80.930654 V 273.19523"
+       style="fill:#008571;fill-opacity:1;stroke:#6eedd8;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:url(#marker4361);marker-end:url(#DotS)"
+       inkscape:label="12-6" />
+  </g>
+  <style
+     id="style3581"
+     type="text/css">
+	.st0{fill:#264970;}
+	.st1{fill:#FFFFFF;}
+</style>
+  <g
+     id="g2028"
+     inkscape:label="OpenWhisk logo in Rect"
+     style="display:inline"
+     transform="translate(11.695666,41.741731)">
+    <rect
+       inkscape:label="rounded rect (green)"
+       rx="4"
+       ry="4"
+       y="99.452286"
+       x="104.25784"
+       height="79.379997"
+       width="94.57"
+       id="rect1920"
+       style="display:inline;fill:#edf9fe;fill-opacity:1;stroke:#297d53;stroke-width:4.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <g
+       inkscape:label="OpenWhisk logo"
+       style="display:inline;stroke-width:2.85126686"
+       transform="matrix(0.16915266,0,0,0.18179645,112.21058,111.41553)"
+       id="g1872">
       <rect
-         id="Rectangle-3-Copy-4"
-         x="0"
-         y="0"
-         width="70"
-         height="70"
-         rx="10"
-         style="fill:#5aaafa" />
+         inkscape:export-ydpi="72"
+         inkscape:export-xdpi="72"
+         inkscape:label="Website Header background - #27558f"
+         y="-4.6110868"
+         x="-3.0287452"
+         height="312.74371"
+         width="472.01105"
+         id="rect316"
+         style="display:none;fill:#27558f;fill-opacity:0.94117647;stroke:none;stroke-width:2.85126686;stroke-opacity:1" />
+      <text
+         inkscape:label="TM"
+         id="text133"
+         y="18.152016"
+         x="437.64542"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.0028801px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:none;fill:#325c80;fill-opacity:1;stroke:none;stroke-width:4.54497671"
+         xml:space="preserve"><tspan
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.0028801px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#325c80;fill-opacity:1;stroke-width:4.54497671"
+           y="18.152016"
+           x="437.64542"
+           id="tspan131"
+           sodipodi:role="line">TM</tspan></text>
+      <g
+         style="display:none;stroke-width:0.69399887"
+         inkscape:label="Logo Dark Background Shadow"
+         id="g2552-6"
+         transform="matrix(15.428316,0,0,15.493285,-1.5873152,-18.212558)">
+        <path
+           transform="translate(0.1028831,1.175636)"
+           style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.69399887;stroke-opacity:1"
+           clip-path="none"
+           d="M 14.672649,19.788911 4.8204578,2.219221 -0.12607805,11.075757 4.7386969,19.788911 Z"
+           id="polygon2422-7"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           inkscape:label="Dark blue Shadow" />
+      </g>
+      <g
+         style="display:inline;stroke-width:0.78208667"
+         transform="matrix(6.3071665,0,0,5.3545025,-49.879637,-62.863546)"
+         id="g2788"
+         inkscape:label="Logo">
+        <polygon
+           transform="matrix(2.4461563,0,0,2.8935059,7.9084066,11.740671)"
+           style="display:inline;fill:#008571;stroke-width:0.69399887"
+           points="25.27587,-0.00012304688 15.537455,0.002953125 25.270444,17.22644 30.142665,8.6119277 "
+           id="polygon99-8"
+           inkscape:label="Dark aquamarine" />
+        <polygon
+           transform="matrix(2.4461563,0,0,2.8935059,7.9084066,11.740671)"
+           style="display:inline;fill:#6eedd8;stroke-width:0.69399887"
+           points="15.537636,0.0031376953 10.758253,8.6133428 20.405514,8.608776 "
+           id="polygon101-4"
+           inkscape:label="Light aquamarine"
+           clip-path="none"
+           mask="none" />
+        <polygon
+           transform="matrix(2.4461563,0,0,2.8935059,7.9084066,11.740671)"
+           style="display:inline;fill:#325c80;stroke-width:0.69399887"
+           points="4.8258021,2.4612451 0,11.075757 4.8203765,19.687808 14.465952,19.684116 "
+           id="polygon103-1"
+           inkscape:label="Dark blue" />
+        <polygon
+           inkscape:label="Medium blue"
+           id="polygon233-7"
+           points="9.6456963,11.077418 14.466073,19.684547 19.291272,11.074342 "
+           style="display:inline;fill:#5aaafa;stroke-width:0.69399887"
+           transform="matrix(2.4461563,0,0,2.8935059,7.9084066,11.740671)" />
+      </g>
     </g>
   </g>
 </svg>