You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by am...@apache.org on 2023/02/01 23:52:53 UTC

[couchdb-fauxton] branch main updated: Use svgtofont for icon generation (#1385)

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

amaranhao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/main by this push:
     new 8380a1c6 Use svgtofont for icon generation (#1385)
8380a1c6 is described below

commit 8380a1c61f2cbbf17bf5007d68ae9d3095c1a3e7
Author: Margaret Harrigan <39...@users.noreply.github.com>
AuthorDate: Wed Feb 1 18:52:46 2023 -0500

    Use svgtofont for icon generation (#1385)
    
    Use svgtofont to regenerate icons. It replaces the previous approach with fontcustom
    which no longer works.
---
 app/addons/components/assets/less/jsonlink.less    |    4 +
 app/addons/components/assets/less/polling.less     |    1 +
 app/addons/documents/assets/less/header.less       |   14 +
 .../documents/components/header-docs-left.js       |    4 +-
 assets/fonts/Gemfile                               |    6 -
 assets/fonts/README.md                             |   45 -
 assets/fonts/fauxtonicon5.eot                      |  Bin 19606 -> 0 bytes
 assets/fonts/fauxtonicon5.svg                      |  729 ------
 assets/fonts/fauxtonicon5.ttf                      |  Bin 19412 -> 0 bytes
 assets/fonts/fauxtonicon5.woff                     |  Bin 11208 -> 0 bytes
 assets/fonts/fauxtonicon6.eot                      |  Bin 0 -> 22976 bytes
 assets/fonts/fauxtonicon6.svg                      |  378 +++
 assets/fonts/fauxtonicon6.symbol.svg               | 2689 ++++++++++++++++++++
 assets/fonts/fauxtonicon6.ttf                      |  Bin 0 -> 22792 bytes
 assets/fonts/fauxtonicon6.woff                     |  Bin 0 -> 12888 bytes
 assets/fonts/fauxtonicon6.woff2                    |  Bin 0 -> 10720 bytes
 assets/fonts/fontcustom.yml                        |   51 -
 assets/fonts/styleguide/fauxtonicon5-preview.html  | 2003 ---------------
 assets/fonts/templates/icons.less                  |   33 -
 assets/iconfontgenerator/README.md                 |   21 +
 assets/iconfontgenerator/createfonts.js            |   84 +
 assets/iconfontgenerator/styles/icons.less         |   32 +
 assets/icons/activetasks.svg                       |    3 -
 assets/icons/arrow-box-down.svg                    |    4 +-
 assets/icons/arrow-box-up.svg                      |    3 -
 assets/icons/arrow_left.svg                        |    3 -
 assets/icons/arrow_right.svg                       |    3 -
 assets/icons/arrows-cw.svg                         |    4 +-
 assets/icons/article.svg                           |    4 +-
 assets/icons/attention-alt.svg                     |    3 -
 assets/icons/attention-circled.svg                 |    4 +-
 assets/icons/bell.svg                              |    4 +-
 assets/icons/block.svg                             |    4 +-
 assets/icons/bookmark-ribbon-wplus.svg             |    4 +-
 assets/icons/bookmark.svg                          |    4 +-
 assets/icons/burger.svg                            |    4 +-
 assets/icons/cancel-circled.svg                    |    4 +-
 assets/icons/cancel-circled2.svg                   |    4 +-
 assets/icons/cancel.svg                            |    4 +-
 assets/icons/circle-empty.svg                      |    4 +-
 assets/icons/clipboard.svg                         |    4 +-
 assets/icons/clock.svg                             |    4 +-
 assets/icons/cog.svg                               |    4 +-
 assets/icons/collapse.svg                          |    4 +-
 assets/icons/cw.svg                                |    4 +-
 assets/icons/dashboard.svg                         |    4 +-
 assets/icons/database.svg                          |    4 +-
 assets/icons/deselect-all.svg                      |    4 +-
 assets/icons/document.svg                          |    4 +-
 assets/icons/documents.svg                         |    4 +-
 assets/icons/dot-circled.svg                       |    4 +-
 assets/icons/down-1.svg                            |    4 +-
 assets/icons/down-circled.svg                      |    4 +-
 assets/icons/down-dir.svg                          |    4 +-
 assets/icons/down-open.svg                         |    4 +-
 assets/icons/down.svg                              |    4 +-
 assets/icons/drop-down-dots.svg                    |    4 +-
 assets/icons/exchange.svg                          |    4 +-
 assets/icons/expand.svg                            |    4 +-
 assets/icons/eye.svg                               |    4 +-
 assets/icons/gears.svg                             |    4 +-
 assets/icons/help-circled.svg                      |    4 +-
 assets/icons/help.svg                              |    4 +-
 assets/icons/info-circled.svg                      |    4 +-
 assets/icons/json.svg                              |    4 +-
 assets/icons/key.svg                               |    4 +-
 assets/icons/left-1.svg                            |    4 +-
 assets/icons/left-circled.svg                      |    4 +-
 assets/icons/left-dir.svg                          |    4 +-
 assets/icons/left-open.svg                         |    4 +-
 assets/icons/left.svg                              |    4 +-
 assets/icons/link.svg                              |    4 +-
 assets/icons/list-alt.svg                          |    4 +-
 assets/icons/lock.svg                              |    4 +-
 assets/icons/mail-alt.svg                          |    4 +-
 assets/icons/mail.svg                              |    4 +-
 assets/icons/map.svg                               |    3 +-
 assets/icons/map2.svg                              |    3 +-
 assets/icons/megaphone.svg                         |    4 +-
 assets/icons/minus-circled.svg                     |    4 +-
 assets/icons/minus-circled2.svg                    |    4 +-
 assets/icons/minus-squared-alt.svg                 |    4 +-
 assets/icons/minus-squared.svg                     |    4 +-
 assets/icons/minus.svg                             |    4 +-
 assets/icons/mixer.svg                             |    4 +-
 assets/icons/new-database.svg                      |    4 +-
 assets/icons/ok-circled-2.svg                      |    4 +-
 assets/icons/ok-circled.svg                        |    4 +-
 assets/icons/ok.svg                                |    4 +-
 assets/icons/paperclip.svg                         |    3 -
 assets/icons/pencil.svg                            |    4 +-
 assets/icons/picture.svg                           |    4 +-
 assets/icons/play.svg                              |    4 +-
 assets/icons/plus-circled.svg                      |    4 +-
 assets/icons/plus-circled2.svg                     |    4 +-
 assets/icons/plus-squared-alt.svg                  |    4 +-
 assets/icons/plus-squared.svg                      |    4 +-
 assets/icons/plus.svg                              |    4 +-
 assets/icons/popin.svg                             |    4 +-
 assets/icons/popout.svg                            |    4 +-
 assets/icons/profile.svg                           |    4 +-
 assets/icons/replicate.svg                         |    4 +-
 assets/icons/reply-all.svg                         |    4 +-
 assets/icons/reply.svg                             |    4 +-
 assets/icons/resize-full-reverse.svg               |    4 +-
 assets/icons/resize-full.svg                       |    4 +-
 assets/icons/resize-small-reverse.svg              |    4 +-
 assets/icons/resize-small.svg                      |    4 +-
 assets/icons/right-1.svg                           |    4 +-
 assets/icons/right-circled.svg                     |    4 +-
 assets/icons/right-dir.svg                         |    4 +-
 assets/icons/right-open.svg                        |    4 +-
 assets/icons/right.svg                             |    4 +-
 assets/icons/save.svg                              |    4 +-
 assets/icons/search.svg                            |    4 +-
 assets/icons/select-all.svg                        |    4 +-
 assets/icons/sidenav-filter-function.svg           |    4 +-
 assets/icons/sidenav-info.svg                      |    4 +-
 assets/icons/sidenav-list-function.svg             |    4 +-
 assets/icons/sidenav-map-reduce.svg                |    4 +-
 assets/icons/sidenav-search.svg                    |    4 +-
 assets/icons/sidenav-show-function.svg             |    4 +-
 assets/icons/sidenav-update-function.svg           |    4 +-
 assets/icons/sitemap.svg                           |    4 +-
 assets/icons/stats.svg                             |    4 +-
 assets/icons/support.svg                           |    4 +-
 assets/icons/swap-arrows.svg                       |    3 -
 assets/icons/table.svg                             |    4 +-
 assets/icons/trash.svg                             |    4 +-
 assets/icons/up-1.svg                              |    4 +-
 assets/icons/up-circled.svg                        |    4 +-
 assets/icons/up-dir.svg                            |    4 +-
 assets/icons/up-open.svg                           |    4 +-
 assets/icons/up.svg                                |    4 +-
 assets/icons/user.svg                              |    4 +-
 assets/icons/users.svg                             |    4 +-
 assets/icons/vertical-ellipsis.svg                 |    3 +-
 assets/icons/wrench.svg                            |    4 +-
 assets/less/bootstrap/dropdowns.less               |    2 +
 assets/less/formstyles.less                        |    5 +-
 assets/less/icons.less                             |  663 ++---
 assets/less/notification-center.less               |    2 +-
 code-layout.md                                     |    9 +
 143 files changed, 3610 insertions(+), 3619 deletions(-)

diff --git a/app/addons/components/assets/less/jsonlink.less b/app/addons/components/assets/less/jsonlink.less
index 304a848d..efcd139e 100644
--- a/app/addons/components/assets/less/jsonlink.less
+++ b/app/addons/components/assets/less/jsonlink.less
@@ -54,6 +54,10 @@
   text-decoration: none;
   line-height: 33px;
   font-size: 20px;
+
+  .fonticon-bookmark {
+    vertical-align: middle;
+  }
 }
 
 .faux__doclink-link:active,
diff --git a/app/addons/components/assets/less/polling.less b/app/addons/components/assets/less/polling.less
index 42b965ba..dee32ceb 100644
--- a/app/addons/components/assets/less/polling.less
+++ b/app/addons/components/assets/less/polling.less
@@ -72,6 +72,7 @@ div.faux__refresh-btn {
 
 .faux__refresh-icon {
   margin-right: 4px;
+  vertical-align: middle;
 }
 
 .faux__refresh-link:visited,
diff --git a/app/addons/documents/assets/less/header.less b/app/addons/documents/assets/less/header.less
index 1600b5c1..24b2921b 100644
--- a/app/addons/documents/assets/less/header.less
+++ b/app/addons/documents/assets/less/header.less
@@ -30,3 +30,17 @@
 .right-header-wrapper {
   justify-content: flex-end;
 }
+
+.two-sides-toggle-button {
+  .btn {
+    height: 43px;
+    .fonticon-table {
+      vertical-align: middle;
+    }
+    
+    .fonticon-json {
+      vertical-align: middle;
+    }
+  }
+}
+
diff --git a/app/addons/documents/components/header-docs-left.js b/app/addons/documents/components/header-docs-left.js
index cca5693c..94b58d70 100644
--- a/app/addons/documents/components/header-docs-left.js
+++ b/app/addons/documents/components/header-docs-left.js
@@ -50,8 +50,8 @@ function getDropdownItems (items) {
 const Item = ({url, icon, onClick, children}) => {
   return (
     <li role="presentation">
-      <a className="faux-header__doc-header-dropdown-item" onClick={onClick} href={url}>
-        <i className={icon}></i> {children}
+      <a className={"faux-header__doc-header-dropdown-item icon " + icon} onClick={onClick} href={url}>
+        {children}
       </a>
     </li>
   );
diff --git a/assets/fonts/Gemfile b/assets/fonts/Gemfile
deleted file mode 100644
index 8af80b13..00000000
--- a/assets/fonts/Gemfile
+++ /dev/null
@@ -1,6 +0,0 @@
-source 'https://rubygems.org'
-
-gem 'fontcustom', 
-:git => 'https://github.com/benkeen/fontcustom.git',
-:branch => 'master'
-
diff --git a/assets/fonts/README.md b/assets/fonts/README.md
deleted file mode 100644
index 02a11b8c..00000000
--- a/assets/fonts/README.md
+++ /dev/null
@@ -1,45 +0,0 @@
-*WARNING:  this is a temporary solution for adding icons to the Icon Font. This will become a grunt task eventually.*
-
-This is a temp solution till Fontcustom fixes this [BUG](https://github.com/FontCustom/fontcustom/issues/172)<br>
-
-### Installation
-
-1. Requires **Bundler.io**, **Ruby 1.9.2+**, **FontForge** with Python scripting.
-
-```sh
-# On Mac
-$ gem install bundler
-$ brew install fontforge eot-utils
-$ cd [LOCAL_COUCHDB_REPO]/src/couchdb-fauxton/assets/fonts
-$ bundle
-```
-
-That should install the gem in a path like below:
-/Users/[USERNAME]/.rvm/gems/[RUBYVERSION]/bundler/gems/fontcustom
-
-2. Update `fontcustom.yml` with the correct paths where it says `PUT_YOUR_PATH_HERE`.
-
-3. Update the `font_name` value to generate a new filename for the font files. This is necessary for browser cache-busting.
-
-4. Add your new font(s) in SVG format to the `assets/icons` folder.
-
-5. If Gemfile.lock exists, delete it. The run `bundle install`
-
-6. Run the command `bundle exec fontcustom compile`. That generates the following:
-
-- an `icons.less` file [LOCAL_COUCHDB_REPO]/src/couchdb-fauxton/assets/less
-- a `fauxtonicon-preview.html` preview [LOCAL_COUCHDB_REPO]/src/couchdb-fauxton/assets/fonts/styleguide
-- font files in [LOCAL_COUCHDB_REPO]/src/couchdb-fauxton/assets/fonts/
-  * `[font name].eot` 
-  * `[font name].svg`
-  * `[font name].ttf`
-  * `[font name].woff` 
-
-7. Delete the old fauxtoniconX.*** files, and ./styleguide/fauxtoniconX-preview.html file.
-
-For more info on Fontcustom, check out their documenation: [Fontcustom documentation](https://github.com/FontCustom/fontcustom)
-
-For more info on Bundler, check out their documentation:  [Bundler documentation](http://bundler.io)
-
-
-[Licenses](https://github.com/FontCustom/fontcustom/blob/master/LICENSES.txt)
diff --git a/assets/fonts/fauxtonicon5.eot b/assets/fonts/fauxtonicon5.eot
deleted file mode 100644
index 2db254f9..00000000
Binary files a/assets/fonts/fauxtonicon5.eot and /dev/null differ
diff --git a/assets/fonts/fauxtonicon5.svg b/assets/fonts/fauxtonicon5.svg
deleted file mode 100644
index 7a9d1a7a..00000000
--- a/assets/fonts/fauxtonicon5.svg
+++ /dev/null
@@ -1,729 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<!--
-2016-5-16: Created with FontForge (http://fontforge.org)
--->
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
-<metadata>
-Created by FontForge 20150302 at Mon May 16 09:51:56 2016
- By Ben Keen
-Copyright (c) 2016, Ben Keen
-</metadata>
-<defs>
-<font id="fauxtonicon5" horiz-adv-x="512" >
-  <font-face 
-    font-family="fauxtonicon5"
-    font-weight="400"
-    font-stretch="normal"
-    units-per-em="512"
-    panose-1="2 0 5 9 0 0 0 0 0 0"
-    ascent="448"
-    descent="-64"
-    bbox="-0.0730828 -64.6562 585.143 448.515"
-    underline-thickness="25.6"
-    underline-position="-51.2"
-    unicode-range="U+F100-F177"
-  />
-    <missing-glyph />
-    <glyph glyph-name="uniF108" unicode="&#xf108;" 
-d="M219.648 412.16c39.5944 0 76.2874 -9.89876 110.079 -29.6963c33.7923 -19.7975 60.4163 -46.4215 79.8721 -79.8721c19.4564 -33.4505 29.1846 -70.1439 29.1846 -110.08c0 -39.9355 -9.72819 -76.6289 -29.1846 -110.08
-c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721c-33.7917 -19.7969 -70.4847 -29.6953 -110.079 -29.6953c-39.5951 0 -76.4593 9.89844 -110.593 29.6953c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4512 -28.6722 70.1445 -29.6963 110.08
-c-1.02409 39.9362 8.87467 76.6296 29.6963 110.08c20.821 33.4505 47.2741 60.0745 79.3594 79.8721s68.9495 29.6963 110.593 29.6963zM256 55.8076v54.2725c0 2.73047 -0.85319 4.94922 -2.55957 6.65625c-1.70703 1.70638 -3.75521 2.55957 -6.14453 2.55957h-54.7842
-c-2.73047 0 -4.94889 -0.85319 -6.65527 -2.55957c-1.70703 -1.70703 -2.73112 -3.92578 -3.07227 -6.65625v-54.2725c0 -2.73047 1.02409 -4.94889 3.07227 -6.65527c2.04753 -1.70703 4.26595 -2.73112 6.65527 -3.07227h54.7842
-c2.38932 0 4.4375 1.02409 6.14453 3.07227c1.70638 2.04753 2.55957 4.26595 2.55957 6.65527zM255.488 154.112l5.12012 177.151c0 2.38932 -1.02409 4.09603 -3.07227 5.12012c-1.70703 1.70703 -3.92578 2.56055 -6.65625 2.56055h-62.9756
-c-2.73112 0 -4.94987 -0.853516 -6.65625 -2.56055c-2.04818 -1.02409 -3.07227 -2.73079 -3.07227 -5.12012l5.12012 -177.151c0 -2.04818 0.853516 -3.75488 2.56055 -5.12012c1.70638 -1.36523 4.0957 -2.04785 7.16797 -2.04785h52.7354
-c2.73112 0 4.94987 0.682617 6.65625 2.04785s2.73047 3.07194 3.07227 5.12012z" />
-    <glyph glyph-name="uniF12A" unicode="&#xf12a;" 
-d="M201.216 89.5996v-68.6074c0 -3.07227 -1.19466 -5.80306 -3.58398 -8.19238s-4.94922 -3.41341 -7.67969 -3.07227h-68.6084c-3.07161 0 -5.80208 1.02409 -8.19141 3.07227s-3.58398 4.77897 -3.58398 8.19238v68.6074c0 3.07227 1.19466 5.80306 3.58398 8.19238
-s5.11979 3.41341 8.19141 3.07227h68.6084c2.73047 0 5.29036 -1.02409 7.67969 -3.07227s3.58398 -4.77897 3.58398 -8.19238zM291.328 261.12c0 -10.2402 -1.36523 -19.7975 -4.0957 -28.6719c-2.73112 -8.875 -6.14453 -16.2139 -10.2402 -22.0166
-c-4.09635 -5.80273 -9.38704 -11.4346 -15.8721 -16.8955c-6.48568 -5.46159 -11.9469 -9.72819 -16.3838 -12.7998c-4.4375 -3.07227 -10.2402 -6.3151 -17.4082 -9.72852c-7.85091 -4.4375 -14.3363 -10.752 -19.4561 -18.9434
-c-5.11979 -8.19206 -7.67969 -14.5068 -7.67969 -18.9443c0 -3.41341 -1.19466 -6.48535 -3.58398 -9.21582c-2.38932 -2.73112 -5.12012 -4.26725 -8.19238 -4.6084h-68.6084c-2.73047 0 -5.11979 1.70671 -7.16797 5.12012
-c-2.04753 3.41341 -3.07129 6.9974 -3.07129 10.752v13.3125c0 15.7012 6.31445 30.5492 18.9434 44.5439c12.6296 13.9941 26.1123 24.234 40.4482 30.7197c11.2643 5.11979 19.2858 10.5811 24.0645 16.3838s7.16797 12.9707 7.16797 21.5039
-c0 7.85091 -4.4375 14.8483 -13.3125 20.9922c-8.87435 6.14388 -19.1143 9.21582 -30.7197 9.21582c-12.2884 0 -22.5283 -2.73047 -30.7197 -8.19141c-6.82682 -4.77865 -17.0671 -15.7015 -30.7207 -32.7686c-2.38932 -3.07161 -5.29069 -4.60742 -8.7041 -4.60742
-c-2.38932 0 -4.77865 0.682617 -7.16797 2.04785l-46.5918 35.8398c-2.73047 2.04818 -4.26628 4.4375 -4.60742 7.16797c-0.341797 2.73047 0.169922 5.46094 1.53516 8.19141c30.3789 50.5176 74.5817 75.7764 132.608 75.7764c15.36 0 30.7201 -2.90137 46.0801 -8.7041
-s29.1839 -13.6533 41.4717 -23.5518c12.2884 -9.89844 22.3577 -22.1865 30.208 -36.8643c7.85091 -14.6771 11.7764 -29.6956 11.7764 -45.0557z" />
-    <glyph glyph-name="uniF133" unicode="&#xf133;" 
-d="M0 192.512l75.7764 76.2881l180.224 179.712l75.7764 -75.7754l-179.712 -180.225l179.712 -180.224l-75.7764 -75.7764l-180.224 180.225z" />
-    <glyph glyph-name="uniF107" unicode="&#xf107;" 
-d="M146.432 92.1602v-64c0 -5.11979 -1.87728 -9.38639 -5.63184 -12.7998c-3.75456 -3.41341 -8.02116 -5.29102 -12.7998 -5.63281h-73.2158c-4.77865 0 -9.04525 1.8776 -12.7998 5.63281c-3.75521 3.75456 -5.63281 8.02116 -5.63281 12.7998v64
-c0 4.77865 1.8776 9.04525 5.63281 12.7998c3.75456 3.75456 8.02116 5.46126 12.7998 5.12012h73.2158c5.11979 0 9.38639 -1.70671 12.7998 -5.12012s5.29069 -7.68001 5.63184 -12.7998zM154.624 393.728l-7.67969 -219.647
-c-0.341797 -4.77865 -2.38997 -9.04525 -6.14453 -12.7998s-8.02116 -5.46126 -12.7998 -5.12012h-73.2158c-4.77865 0 -9.04525 1.70671 -12.7998 5.12012c-3.75521 3.41341 -5.80339 7.68001 -6.14453 12.7998l-7.67969 219.647
-c-0.341146 4.7793 1.19466 9.04622 4.60742 12.8008c3.41341 3.75456 7.68034 5.63184 12.8008 5.63184h91.6475c4.77865 0 9.04525 -1.87728 12.7998 -5.63184c3.75521 -3.75456 5.29134 -8.02148 4.6084 -12.8008z" />
-    <glyph glyph-name="uniF138" unicode="&#xf138;" 
-d="M512 245.76v-226.815c0 -12.6296 -4.43717 -23.3815 -13.3115 -32.2559c-8.875 -8.875 -19.6273 -13.4831 -32.2568 -13.8242h-420.863c-12.2884 0 -23.0407 4.60807 -32.2568 13.8242c-9.21549 9.21549 -13.6527 19.9674 -13.3115 32.2559v226.815
-c8.5332 -9.55729 18.0905 -17.9199 28.6719 -25.0879c68.9492 -46.7624 116.395 -79.5303 142.336 -98.3037c10.9225 -8.19206 19.6266 -14.5068 26.1123 -18.9443c6.48503 -4.4375 15.5303 -9.04557 27.1357 -13.8242s22.0163 -6.99707 31.2324 -6.65527h1.02344
-c9.55729 0 19.9681 2.21842 31.2324 6.65527c11.2637 4.4375 20.3089 9.04557 27.1357 13.8242s15.5309 11.0934 26.1123 18.9443c32.4264 23.2103 79.8717 55.9782 142.336 98.3037c10.9225 7.50911 20.4798 15.8717 28.6719 25.0879zM512 329.728
-c0 -15.0182 -4.60807 -29.3542 -13.8242 -43.0078c-9.21615 -13.653 -20.8213 -25.429 -34.8154 -35.3281c-71.6803 -49.8346 -116.395 -80.7253 -134.145 -92.6719c-1.70638 -1.36523 -5.63151 -4.2666 -11.7754 -8.7041
-c-6.14453 -4.43685 -11.2646 -8.19141 -15.3604 -11.2637c-4.09635 -3.07227 -9.04557 -6.14421 -14.8477 -9.21582c-5.80273 -3.07227 -11.4349 -5.63216 -16.8965 -7.67969c-5.46159 -2.04818 -10.0697 -2.90169 -13.8242 -2.56055h-1.02344
-c-4.09635 0 -8.70443 0.853516 -13.8242 2.56055c-5.11979 1.70638 -10.752 4.26628 -16.8965 7.67969c-6.14388 3.41341 -11.0931 6.48535 -14.8477 9.21582s-8.87467 6.48503 -15.3604 11.2637c-6.48503 4.77865 -10.4102 7.68001 -11.7754 8.7041
-c-17.4082 11.9466 -42.4964 29.1839 -75.2646 51.7119c-32.7676 22.528 -52.2233 36.1813 -58.3672 40.96c-11.9466 7.85091 -23.04 18.7738 -33.2803 32.7686s-15.5309 27.1361 -15.8721 39.4238c0 14.6771 3.92546 26.9652 11.7764 36.8643
-c7.85026 9.89844 19.1143 14.8477 33.792 14.8477h420.863c12.2884 0 22.8698 -4.43717 31.7441 -13.3115c8.875 -8.875 13.4831 -19.6273 13.8242 -32.2568z" />
-    <glyph glyph-name="uniF146" unicode="&#xf146;" 
-d="M208.766 -59.6162c-46.3301 0 -89.874 18.0889 -122.595 50.8799c-32.7598 32.7432 -50.8096 76.2324 -50.8096 122.586c0.0302734 46.3223 18.0498 89.8584 50.8096 122.58l175.544 171.749c47.1777 47.2002 130.493 47.3848 178.093 -0.253906
-c49.1084 -49.1934 49.1084 -129.184 0 -178.322l-157.979 -154.101c-30.4199 -30.4355 -80.4199 -30.4961 -111.148 0.276367c-30.7285 30.79 -30.7285 80.7598 0 111.479l61.1465 61.1553l44.583 -44.582l-61.1465 -61.1475
-c-4.04199 -4.06348 -4.61914 -8.74414 -4.61914 -11.1465c0 -2.43066 0.577148 -7.11133 4.61914 -11.1758c8.06641 -8.03613 14.2168 -8.03613 22.291 0l157.888 154.123c24.3232 24.292 24.3232 64.2871 -0.24707 88.8965c-23.8301 23.8311 -65.334 23.8311 -89.165 0
-l-175.529 -171.766c-20.5908 -20.6211 -32.082 -48.3018 -32.082 -77.7656c0 -29.4971 11.4912 -57.2051 32.3281 -78.0195c41.6963 -41.7354 114.359 -41.7354 156.039 0l78.8203 78.8203l44.5527 -44.5674l-78.8213 -78.8193
-c-32.7275 -32.7617 -76.2568 -50.8799 -122.571 -50.8799z" />
-    <glyph glyph-name="uniF137" unicode="&#xf137;" 
-d="M475.648 18.9443v219.136c-6.14453 -6.82682 -12.8008 -13.1416 -19.9688 -18.9443c-50.8587 -38.9121 -91.4772 -70.9974 -121.855 -96.2559c-9.55729 -8.19206 -17.4079 -14.6774 -23.5518 -19.4561c-6.14453 -4.77865 -14.3366 -9.38672 -24.5762 -13.8242
-c-10.2402 -4.43685 -19.9684 -6.65527 -29.1846 -6.65527h-1.02344c-8.875 0 -18.6032 2.21842 -29.1846 6.65527c-10.5814 4.4375 -18.7734 9.04557 -24.5762 13.8242c-5.80208 4.77865 -13.6527 11.264 -23.5518 19.4561
-c-30.0371 25.2585 -70.6556 57.3438 -121.855 96.2559c-7.16797 5.80273 -13.8242 12.1175 -19.9688 18.9443v-219.136c0 -2.73112 1.02409 -4.94987 3.07227 -6.65625c2.04818 -1.70703 4.09635 -2.56055 6.14453 -2.56055h420.863
-c2.38932 0 4.4375 0.853516 6.14453 2.56055c1.70638 1.70638 2.73047 3.92513 3.07227 6.65625zM475.648 318.976v7.16797l-0.512695 3.58398l-0.511719 3.58398l-1.53613 2.56055l-2.55957 2.04785l-4.09668 1.02441h-420.863
-c-2.38932 0 -4.4375 -1.02409 -6.14453 -3.07227c-1.70638 -2.04818 -2.73047 -4.09635 -3.07227 -6.14453c0 -32.0853 13.9948 -59.221 41.9844 -81.4072c36.8639 -29.0137 75.0934 -59.2217 114.688 -90.624c1.36523 -0.682943 4.77832 -3.41374 10.2393 -8.19238
-c5.46159 -4.77865 9.72852 -8.36263 12.8008 -10.752c3.07161 -2.38932 7.33822 -5.46126 12.7998 -9.21582c5.46094 -3.75456 10.2396 -6.31445 14.3359 -7.67969c4.0957 -1.36589 8.19173 -2.2194 12.2881 -2.56055h1.02344c3.75456 0 7.85059 0.853516 12.2881 2.56055
-c4.4375 1.70638 9.21615 4.26628 14.3359 7.67969c5.12044 3.41341 9.38704 6.48535 12.7998 9.21582c3.41341 2.73047 7.68034 6.31445 12.8008 10.752c5.11979 4.4375 8.53288 7.16829 10.2393 8.19238c39.5951 31.4023 77.8245 61.6104 114.688 90.624
-c10.2402 8.19206 19.7975 19.2852 28.6719 33.2793c8.875 13.9948 13.3125 26.4535 13.3125 37.376zM512 329.728v-310.783c0 -12.6296 -4.43717 -23.3815 -13.3115 -32.2559c-8.875 -8.875 -19.6273 -13.4831 -32.2568 -13.8242h-420.863
-c-12.2884 0 -23.0407 4.60807 -32.2568 13.8242c-9.21549 9.21549 -13.6527 19.9674 -13.3115 32.2559v310.783c0 12.6296 4.43717 23.3818 13.3115 32.2568c8.875 8.87435 19.6273 13.3115 32.2568 13.3115h420.863c12.6296 0 23.3818 -4.43717 32.2568 -13.3115
-c8.87435 -8.875 13.3115 -19.6273 13.3115 -32.2568z" />
-    <glyph glyph-name="uniF126" unicode="&#xf126;" 
-d="M456 339.429c5.33333 -5.33333 9.90462 -12.5716 13.7139 -21.7148c3.8099 -9.14258 5.71484 -17.5234 5.71484 -25.1426v-329.143c0 -7.61914 -2.66667 -14.0954 -8 -19.4287s-11.8096 -8 -19.4287 -8h-384c-7.61914 0 -14.0954 2.66667 -19.4287 8
-s-8 11.8096 -8 19.4287v457.143c0 7.61914 2.66667 14.0954 8 19.4287s11.8096 8 19.4287 8h256c7.61914 0 16 -1.90462 25.1426 -5.71387c9.14323 -3.8099 16.3815 -8.38151 21.7148 -13.7148zM329.143 409.143v-107.429h107.429
-c-1.90495 5.52409 -4 9.42904 -6.28516 11.7148l-89.4287 89.4287c-2.28581 2.28581 -6.19076 4.38086 -11.7148 6.28516zM438.857 -27.4287v292.571h-118.857c-7.61914 0 -14.0954 2.66667 -19.4287 8s-8 11.8096 -8 19.4287v118.857h-219.429v-438.857h365.715z
-M173.714 228.571c1.52409 2.09505 3.52409 3.28548 6 3.57129c2.47656 0.285807 4.76237 -0.333008 6.85742 -1.85645l14.5713 -10.8574c2.0957 -1.52409 3.28613 -3.52409 3.57129 -6c0.285807 -2.47656 -0.333008 -4.76237 -1.85645 -6.85742l-52 -69.4287l52 -69.4287
-c1.52344 -2.09505 2.14225 -4.38053 1.85645 -6.85645c-0.285156 -2.47656 -1.47559 -4.47656 -3.57129 -6l-14.5713 -10.8574c-2.09505 -1.52409 -4.38086 -2.14323 -6.85742 -1.85742c-2.47591 0.285807 -4.47591 1.47624 -6 3.57129l-64.5713 86
-c-2.66667 3.61914 -2.66667 7.23828 0 10.8574zM402.857 142.571c2.66667 -3.61914 2.66667 -7.23828 0 -10.8574l-64.5713 -86c-1.52409 -2.09505 -3.52409 -3.28548 -6 -3.57129c-2.47656 -0.285807 -4.76237 0.333333 -6.85742 1.85742l-14.5713 10.8574
-c-2.0957 1.52344 -3.28613 3.52344 -3.57129 6c-0.285807 2.47591 0.333008 4.76139 1.85645 6.85645l52 69.4287l-52 69.4287c-1.52344 2.09505 -2.14225 4.38086 -1.85645 6.85742c0.285156 2.47591 1.47559 4.47591 3.57129 6l14.5713 10.8574
-c2.09505 1.52344 4.38086 2.14225 6.85742 1.85645c2.47591 -0.285807 4.47591 -1.47624 6 -3.57129zM225.714 10.8574c-2.47591 0.380859 -4.42806 1.61882 -5.85645 3.71387c-1.42904 2.09505 -1.9528 4.38086 -1.57129 6.85742l39.4277 237.429
-c0.38151 2.47591 1.61979 4.42806 3.71484 5.85645c2.09505 1.42904 4.38086 1.95312 6.85742 1.57227l18 -2.85742c2.47591 -0.380859 4.42806 -1.61914 5.85645 -3.71484c1.42904 -2.09505 1.9528 -4.38053 1.57129 -6.85645l-39.4277 -237.429
-c-0.38151 -2.47656 -1.61979 -4.42904 -3.71484 -5.85742s-4.38086 -1.95215 -6.85742 -1.57129z" />
-    <glyph glyph-name="uniF121" unicode="&#xf121;" 
-d="M0 282.624l75.7764 75.7764l180.224 -179.712l180.224 179.712l75.7764 -75.7764l-256 -256l-75.7764 75.7764z" />
-    <glyph glyph-name="uniF120" unicode="&#xf120;" 
-d="M292.352 247.296c0 -4.77865 -1.70638 -9.04525 -5.11914 -12.7998l-128 -128c-3.75521 -3.75456 -8.02214 -5.63184 -12.8008 -5.63184s-9.04525 1.87728 -12.7998 5.63184l-128 128c-3.75456 3.75456 -5.63184 8.02116 -5.63184 12.7998
-s1.87728 9.04525 5.63184 12.7998c3.75456 3.75456 8.02116 5.63184 12.7998 5.63184h256c4.77865 0 9.04557 -1.87728 12.8008 -5.63184c3.75456 -3.75456 5.46094 -8.02116 5.11914 -12.7998z" />
-    <glyph glyph-name="uniF144" unicode="&#xf144;" 
-d="M0 192.512c0 70.6562 25.0879 131.072 75.2637 181.248c50.1764 50.1764 110.422 75.0938 180.736 74.752c70.3145 -0.341146 130.73 -25.2585 181.248 -74.752s75.4349 -109.91 74.752 -181.248c-0.682943 -71.3385 -25.6003 -131.755 -74.752 -181.248
-c-49.1523 -49.4928 -109.568 -74.4102 -181.248 -74.752c-71.6797 -0.341146 -131.925 24.5762 -180.736 74.752c-48.8105 50.1764 -73.8984 110.592 -75.2637 181.248zM93.1836 163.328l107.009 -107.008l52.7354 53.248l165.889 165.888l-52.7363 53.248l-165.888 -166.4
-l-54.2725 54.2725z" />
-    <glyph glyph-name="uniF122" unicode="&#xf122;" 
-d="M192 416.768h128v-128h-128v128zM192 256.512h128v-128h-128v128zM192 96.7676h128v-128.512h-128v128.512z" />
-    <glyph glyph-name="uniF11E" unicode="&#xf11e;" 
-d="M466.432 193.024l-228.863 -229.376l-228.353 229.376l80.8965 80.8955l90.624 -90.1123v237.568h114.176v-237.568l90.1123 89.6006z" />
-    <glyph glyph-name="uniF14E" unicode="&#xf14e;" 
-d="M329.216 220.16v-18.4326c0 -2.73047 -0.85319 -4.94889 -2.55957 -6.65527c-1.70703 -1.70703 -3.92578 -2.56055 -6.65625 -2.56055h-100.352v-100.352c0 -2.73047 -0.853516 -4.94922 -2.56055 -6.65625c-1.70638 -1.70638 -3.92513 -2.55957 -6.65625 -2.55957
-h-18.4316c-2.73047 0 -4.94922 0.85319 -6.65625 2.55957c-1.70638 1.70703 -2.55957 3.92578 -2.55957 6.65625v100.352h-100.353c-2.73047 0 -4.94889 0.853516 -6.65527 2.56055c-1.70703 1.70638 -2.56055 3.9248 -2.56055 6.65527v18.4326
-c0 2.38932 0.853516 4.43717 2.56055 6.14355c1.70638 1.70703 3.9248 2.56055 6.65527 2.56055h100.353v100.863c0 2.73112 0.85319 4.94987 2.55957 6.65625c1.70703 1.70703 3.92578 2.56055 6.65625 2.56055h18.4316c2.73112 0 4.94987 -0.853516 6.65625 -2.56055
-c1.70703 -1.70638 2.56055 -3.92513 2.56055 -6.65625v-100.863h100.352c2.73047 0 4.94922 -0.853516 6.65625 -2.56055c1.70638 -1.70638 2.55957 -3.9248 2.55957 -6.65527v0.511719zM365.568 92.1602v237.567c0 12.6296 -4.4375 23.3818 -13.3125 32.2568
-c-8.87435 8.87435 -19.6263 13.3115 -32.2559 13.3115h-237.568c-12.6289 0 -23.3809 -4.43717 -32.2559 -13.3115c-8.87435 -8.875 -13.4824 -19.6273 -13.8242 -32.2568v-237.567c0 -12.6296 4.60807 -23.5524 13.8242 -32.7686
-c9.21615 -9.21549 19.9681 -13.6527 32.2559 -13.3115h237.568c12.6296 0 23.3815 4.43717 32.2559 13.3115c8.875 8.875 13.3125 19.7979 13.3125 32.7686zM402.432 329.728v-237.567c0 -22.8691 -8.02116 -42.3252 -24.0635 -58.3682
-c-16.043 -16.043 -35.499 -24.0645 -58.3682 -24.0645h-237.568c-22.8691 0 -42.3249 8.02148 -58.3672 24.0645c-16.043 16.043 -24.0645 35.499 -24.0645 58.3682v237.567c0 22.528 8.02148 41.8135 24.0645 57.8564c16.0423 16.043 35.498 24.235 58.3672 24.5762
-h237.568c22.528 0 41.984 -8.19206 58.3682 -24.5762s24.4053 -35.6696 24.0635 -57.8564z" />
-    <glyph glyph-name="uniF100" unicode="&#xf100;" 
-d="M292.352 46.0801h183.297v36.8643h-183.297v-36.8643zM182.784 192.512h292.864v36.3525h-292.864v-36.3525zM365.568 338.944h110.08v36.3516h-110.08v-36.3516zM512 100.864v-72.7041c0 -5.11979 -1.87728 -9.38639 -5.63184 -12.7998
-c-3.75456 -3.41341 -8.02116 -5.29102 -12.7998 -5.63281h-475.137c-5.11979 0 -9.38639 1.8776 -12.7998 5.63281c-3.41341 3.75456 -5.29069 8.02116 -5.63184 12.7998v72.7041c0 5.11979 1.87728 9.55697 5.63184 13.3115
-c3.75456 3.75456 8.02116 5.46126 12.7998 5.12012h475.137c5.11979 0 9.38639 -1.70671 12.7998 -5.12012s5.29069 -7.85059 5.63184 -13.3115zM512 247.296v-73.2158c0 -4.77865 -1.87728 -9.04525 -5.63184 -12.7998s-8.02116 -5.46126 -12.7998 -5.12012h-475.137
-c-5.11979 0 -9.38639 1.70671 -12.7998 5.12012c-3.41341 3.41341 -5.29069 7.68001 -5.63184 12.7998v73.2158c0 5.11979 1.87728 9.38639 5.63184 12.7998c3.75456 3.41341 8.02116 5.29069 12.7998 5.63184h475.137c5.11979 0 9.38639 -1.87728 12.7998 -5.63184
-s5.29069 -8.02116 5.63184 -12.7998zM512 393.728v-73.2158c0 -5.11979 -1.87728 -9.38639 -5.63184 -12.7998s-8.02116 -5.29069 -12.7998 -5.63184h-475.137c-5.11979 0 -9.38639 1.87728 -12.7998 5.63184c-3.41341 3.75456 -5.29069 8.02116 -5.63184 12.7998v73.2158
-c0 4.7793 1.87728 9.04622 5.63184 12.8008c3.75456 3.75456 8.02116 5.63184 12.7998 5.63184h475.137c5.11979 0 9.38639 -1.87728 12.7998 -5.63184s5.29069 -8.02148 5.63184 -12.8008z" />
-    <glyph glyph-name="uniF16F" unicode="&#xf16f;" 
-d="M9.21582 193.536l228.353 227.84l228.863 -227.84l-81.4072 -81.4082l-90.1123 90.624v-239.104h-114.176v239.104l-90.624 -90.624z" />
-    <glyph glyph-name="uniF162" unicode="&#xf162;" 
-d="M398.464 368c62.5918 0 113.536 -50.9277 113.536 -113.52v-140.944c0 -62.5918 -50.9443 -113.536 -113.536 -113.536h-284.944c-62.5918 0 -113.52 50.9443 -113.52 113.536v140.944c0 62.5918 50.9277 113.52 113.52 113.52h284.944zM480 113.536v140.944
-c0 44.9434 -36.5762 81.5195 -81.5361 81.5195h-284.944c-44.9434 0 -81.5195 -36.5762 -81.5195 -81.5195v-140.944c0 -44.96 36.5762 -81.5361 81.5195 -81.5361h284.944c44.96 0 81.5361 36.5762 81.5361 81.5361zM304 160v-48h16v-48h-16h-64h-48v48h48v48h-48v64h48h64
-v-64zM256 256v48h48v-48h-48z" />
-    <glyph glyph-name="uniF164" unicode="&#xf164;" 
-d="M284.4 252.96v-121.904h-48.7686v97.5205h-24.3838v-97.5205h-48.7676v97.5205h-24.3848v-97.5205h-48.752v121.904h195.057zM406.304 179.808h24.3682v-48.7676h-48.752v48.7676h-24.3838v-48.7676h-48.7686v121.92h121.904v-48.7676h-24.3682v-24.3848z
-M357.536 204.192h23.4082v24.3838h-23.4082v-24.3838zM398.464 0h-284.944c-62.5918 0 -113.52 50.9443 -113.52 113.536v140.944c0 62.5918 50.9277 113.52 113.52 113.52h284.944c62.5918 0 113.536 -50.9277 113.536 -113.52v-140.944
-c0 -62.5918 -50.9443 -113.536 -113.536 -113.536zM113.52 336c-44.9434 0 -81.5195 -36.5762 -81.5195 -81.5195v-140.944c0 -44.96 36.5762 -81.5361 81.5195 -81.5361h284.944c44.96 0 81.5361 36.5762 81.5361 81.5361v140.944
-c0 44.9434 -36.5762 81.5195 -81.5361 81.5195h-284.944z" />
-    <glyph glyph-name="uniF15C" unicode="&#xf15c;" 
-d="M164.352 192.512c0 -4.77865 -1.70638 -9.04525 -5.11914 -12.7998l-128 -128c-3.75521 -3.75456 -8.02214 -5.63184 -12.8008 -5.63184s-9.04525 1.87728 -12.7998 5.63184c-3.75456 3.75456 -5.63184 8.02116 -5.63184 12.7998v256
-c0 5.12044 1.87728 9.38704 5.63184 12.7998c3.75456 3.41341 8.02116 5.29102 12.7998 5.63281c4.77865 0.341146 9.04557 -1.53646 12.8008 -5.63281l128 -128c3.41276 -3.41276 5.11914 -7.67936 5.11914 -12.7998z" />
-    <glyph glyph-name="uniF16D" unicode="&#xf16d;" 
-d="M146.432 238.08v-164.353c0 -2.73047 -0.85319 -4.94889 -2.55957 -6.65527c-1.70703 -1.70703 -3.92578 -2.56055 -6.65625 -2.56055h-18.4316c-2.73047 0 -4.94922 0.853516 -6.65625 2.56055c-1.70638 1.70638 -2.55957 3.9248 -2.55957 6.65527v164.353
-c0 2.73047 0.85319 4.94922 2.55957 6.65625c1.70703 1.70638 3.92578 2.55957 6.65625 2.55957h18.4316c2.73047 0 4.94922 -0.85319 6.65625 -2.55957c1.70638 -1.70703 2.55957 -3.92578 2.55957 -6.65625zM219.648 238.08v-164.353
-c0 -2.73047 -0.853516 -4.94889 -2.56055 -6.65527c-1.70638 -1.70703 -3.92513 -2.56055 -6.65625 -2.56055h-18.4316c-2.73047 0 -4.94922 0.853516 -6.65625 2.56055c-1.70638 1.70638 -2.55957 3.9248 -2.55957 6.65527v164.353
-c0 2.73047 0.85319 4.94922 2.55957 6.65625c1.70703 1.70638 3.92578 2.55957 6.65625 2.55957h18.4316c2.73112 0 4.94987 -0.85319 6.65625 -2.55957c1.70703 -1.70703 2.56055 -3.92578 2.56055 -6.65625zM292.352 238.08v-164.353
-c0 -2.73047 -0.85319 -4.94889 -2.55957 -6.65527c-1.70638 -1.70703 -3.75423 -2.56055 -6.14355 -2.56055h-18.4326c-2.73047 0 -4.94922 0.853516 -6.65625 2.56055c-1.70638 1.70638 -2.55957 3.9248 -2.55957 6.65527v164.353
-c0 2.73047 0.85319 4.94922 2.55957 6.65625c1.70703 1.70638 3.92578 2.55957 6.65625 2.55957h18.4326c2.38932 0 4.43717 -0.85319 6.14355 -2.55957c1.70638 -1.70703 2.55957 -3.92578 2.55957 -6.65625zM329.216 31.2324v270.848h-256v-270.848
-c0 -4.09635 0.682617 -7.85124 2.04785 -11.2646s2.73079 -5.97331 4.09668 -7.67969c1.36523 -1.70703 2.389 -2.56055 3.07129 -2.56055h237.568c0.682943 0 1.70703 0.853516 3.07227 2.56055c1.36523 1.70638 2.73047 4.26628 4.0957 7.67969
-s2.04785 7.16829 2.04785 11.2646zM137.216 338.944h128l-13.8242 33.2793c-1.36523 1.70703 -2.90104 2.73112 -4.60742 3.07227h-90.624c-2.04818 -0.341146 -3.75488 -1.36523 -5.12012 -3.07227zM402.432 329.728v-18.4316
-c0 -2.73047 -0.85319 -4.94922 -2.55957 -6.65625c-1.70703 -1.70638 -3.92578 -2.55957 -6.65625 -2.55957h-27.6475v-270.848c0 -15.7018 -4.4375 -29.3551 -13.3125 -40.96c-8.87435 -11.6055 -19.6263 -17.4082 -32.2559 -17.4082h-237.568
-c-12.6289 0 -23.3809 5.63184 -32.2559 16.8955c-8.87435 11.2643 -13.4824 24.7471 -13.8242 40.4482v271.872h-27.1357c-2.73047 0 -4.94922 0.85319 -6.65625 2.55957c-1.70638 1.70703 -2.55957 3.92578 -2.55957 6.65625v18.4316
-c0 2.73112 0.85319 4.94987 2.55957 6.65625c1.70703 1.70703 3.92578 2.56055 6.65625 2.56055h88.0645l19.9678 47.6152c3.07227 7.16797 8.36296 13.1416 15.8721 17.9209c7.50911 4.77865 15.0186 7.33854 22.5283 7.67969h91.1357
-c7.50911 0 15.0182 -2.5599 22.5273 -7.67969c7.50977 -5.12044 12.6299 -11.0941 15.3604 -17.9209l19.9678 -47.6152h88.5762c2.73047 0 4.94922 -0.853516 6.65625 -2.56055c1.70638 -1.70638 2.55957 -3.92513 2.55957 -6.65625z" />
-    <glyph glyph-name="uniF145" unicode="&#xf145;" 
-d="M0 192c0 70.6562 25.0879 131.072 75.2637 181.248c50.1764 50.1758 110.422 75.0931 180.736 74.752s130.73 -25.2585 181.248 -74.752s75.4349 -109.91 74.752 -181.248c-0.682943 -71.3385 -25.6003 -131.755 -74.752 -181.248
-c-49.1523 -49.4935 -109.568 -74.4108 -181.248 -74.752c-71.6797 -0.341146 -131.925 24.5762 -180.736 74.752c-48.8105 50.1758 -73.8984 110.592 -75.2637 181.248zM55.8076 192c0 -55.2962 19.627 -102.4 58.8809 -141.312
-c39.2533 -38.9121 86.3571 -58.5391 141.312 -58.8809c54.9544 -0.341146 102.058 19.2858 141.312 58.8809c39.2539 39.5944 58.8809 86.6982 58.8809 141.312s-19.627 101.717 -58.8809 141.312c-39.2533 39.5951 -86.3571 59.222 -141.312 58.8809
-c-54.9544 -0.341797 -102.058 -19.9688 -141.312 -58.8809c-39.2539 -38.9115 -58.8809 -86.0153 -58.8809 -141.312zM110.08 165.888l48.1279 47.1045l47.6162 -48.1279l147.968 148.992l48.1279 -47.6162l-148.992 -148.48l-47.1035 -47.6162l-47.6162 47.6162z" />
-    <glyph glyph-name="uniF102" unicode="&#xf102;" 
-d="M0 448.512h512v-512h-512v512zM448 0.511719v384h-384v-384h384zM384 96.7676h-256l128 192z" />
-    <glyph glyph-name="uniF129" unicode="&#xf129;" 
-d="M240.941 207.059c0 19.0046 -6.72135 35.2279 -20.1641 48.6699c-13.4427 13.4427 -29.666 20.1641 -48.6699 20.1641c-19.0046 0 -35.2279 -6.72135 -48.6699 -20.1641c-13.4427 -13.4421 -20.1641 -29.6654 -20.1641 -48.6699
-c0 -19.0039 6.72135 -35.2272 20.1641 -48.6699c13.4421 -13.4427 29.6654 -20.1641 48.6699 -20.1641c19.0039 0 35.2272 6.72135 48.6699 20.1641s20.1641 29.666 20.1641 48.6699zM447.458 69.376c0 9.32617 -3.4082 17.3926 -10.2246 24.1992
-c-6.81706 6.80664 -14.8838 10.2152 -24.2002 10.2256c-9.31641 0.00976562 -17.3828 -3.39876 -24.1992 -10.2256c-6.81641 -6.82617 -10.2246 -14.8926 -10.2246 -24.1992c0 -9.4974 3.36296 -17.609 10.0889 -24.335c6.72656 -6.72656 14.8382 -10.0898 24.335 -10.0898
-c9.4974 0 17.609 3.36328 24.335 10.0898c6.72656 6.72591 10.0898 14.8376 10.0898 24.335zM447.458 344.741c0 9.32682 -3.4082 17.3936 -10.2246 24.2002c-6.81706 6.80664 -14.8838 10.2148 -24.2002 10.2246c-9.31641 0.0104167 -17.3828 -3.39779 -24.1992 -10.2246
-s-10.2246 -14.8936 -10.2246 -24.2002c0 -9.49674 3.36296 -17.6084 10.0889 -24.335c6.72656 -6.72591 14.8382 -10.0889 24.335 -10.0889c9.4974 0 17.609 3.36296 24.335 10.0889c6.72656 6.72656 10.0898 14.8382 10.0898 24.335zM344.199 231.529v-49.7539
-c0 -1.79753 -0.627279 -3.5446 -1.88184 -5.24121c-1.25521 -1.69661 -2.69076 -2.6403 -4.30664 -2.83105l-41.6836 -6.45996c-1.96745 -6.27474 -4.83366 -13.0863 -8.59863 -20.4346c6.0944 -8.60352 14.1611 -18.9137 24.2002 -30.9307
-c1.25456 -1.79753 1.88184 -3.58952 1.88184 -5.37598c0 -2.14844 -0.627279 -3.85026 -1.88184 -5.10547c-4.1263 -5.38086 -11.5202 -13.402 -22.1816 -24.0635c-10.6621 -10.6621 -17.6995 -15.998 -21.1123 -16.0078c-1.9681 0 -3.85059 0.627604 -5.64746 1.88281
-l-30.9307 24.1992c-6.63607 -3.40365 -13.5381 -6.18457 -20.7061 -8.34277c-1.96745 -19.3659 -4.0306 -33.2601 -6.18945 -41.6826c-1.25456 -4.30664 -3.94499 -6.45996 -8.07129 -6.45996h-50.0107c-1.96745 0 -3.75944 0.672526 -5.37598 2.01758
-c-1.61589 1.34505 -2.51432 2.91602 -2.69531 4.71289l-6.18945 41.1406c-6.09375 1.79753 -12.8148 4.57845 -20.1631 8.34277l-31.7295 -23.9277c-1.25456 -1.25521 -3.04655 -1.88281 -5.37598 -1.88281c-1.96745 0 -3.84961 0.717773 -5.64648 2.15332
-c-25.8112 23.8431 -38.7168 38.1842 -38.7168 43.0234c0 1.61589 0.627604 3.31738 1.88281 5.10449c1.79688 2.50977 5.47103 7.25846 11.0225 14.2461c5.55208 6.98698 9.76367 12.4531 12.6348 16.3984c-4.1263 7.89128 -7.26367 15.2402 -9.41211 22.0469
-l-40.8691 6.45996c-1.79688 0.180339 -3.32292 1.03353 -4.57812 2.55957c-1.25456 1.52604 -1.88184 3.27311 -1.88184 5.24121v49.7539c0 1.79688 0.627279 3.54362 1.88184 5.24023c1.25521 1.69661 2.69076 2.6403 4.30664 2.83105l41.6836 6.45996
-c1.96745 6.27474 4.83333 13.0866 8.59766 20.4355c-6.09375 8.60352 -14.1602 18.9137 -24.1992 30.9307c-1.25456 1.96745 -1.88184 3.75944 -1.88184 5.37598c0 2.14844 0.627279 3.94043 1.88184 5.37598c3.94531 5.38086 11.2939 13.3571 22.0459 23.9287
-c10.752 10.571 17.8346 15.8617 21.248 15.8721c1.9681 0 3.85059 -0.627604 5.64746 -1.88281l30.9307 -24.1992c6.09375 3.22266 12.9958 6.08887 20.7061 8.59863c1.96745 19.3652 4.0306 33.1689 6.18945 41.4111c1.25456 4.30729 3.94499 6.46094 8.07129 6.46094
-h50.0098c1.9681 0 3.76009 -0.672852 5.37598 -2.01855c1.61654 -1.34505 2.5153 -2.91602 2.69629 -4.71289l6.18848 -41.1406c6.0944 -1.79688 12.8158 -4.5778 20.1641 -8.34277l31.7295 23.9287c1.43555 1.25456 3.22754 1.88184 5.37598 1.88184
-c1.96745 0 3.84961 -0.717773 5.64648 -2.15332c25.8112 -23.8431 38.7168 -38.1839 38.7168 -43.0225c0 -1.61654 -0.627604 -3.31836 -1.88281 -5.10547c-2.14844 -2.87109 -5.91309 -7.70996 -11.2939 -14.5166s-9.41667 -12.1826 -12.1074 -16.1279
-c4.1263 -8.60352 7.17318 -15.9521 9.14062 -22.0459l40.8701 -6.18945c1.79688 -0.361328 3.32259 -1.30501 4.57715 -2.83105c1.25521 -1.52604 1.88281 -3.27279 1.88281 -5.24023zM516.307 88.1992v-37.6465c0 -2.87109 -13.3571 -5.65202 -40.0713 -8.34277
-c-2.14844 -4.83919 -4.83887 -9.50228 -8.07129 -13.9893c9.14583 -20.2598 13.7188 -32.6283 13.7188 -37.1055c0 -0.712891 -0.356445 -1.34017 -1.06934 -1.88184c-21.8757 -12.7298 -32.9893 -19.0947 -33.3408 -19.0947c-1.43555 0 -5.55664 4.21126 -12.3633 12.6338
-c-6.80664 8.42318 -11.4697 14.5169 -13.9893 18.2812c-3.58398 -0.361328 -6.27441 -0.541992 -8.07129 -0.541992c-1.79753 0 -4.48828 0.180664 -8.07227 0.541992c-2.50977 -3.76432 -7.17285 -9.85807 -13.9893 -18.2812
-c-6.81641 -8.42253 -10.9375 -12.6338 -12.3633 -12.6338c-0.361328 0 -11.4746 6.36491 -33.3398 19.0947c-0.712891 0.541667 -1.06934 1.16895 -1.06934 1.88184c0 4.47721 4.57292 16.8457 13.7188 37.1055c-3.22266 4.47721 -5.91341 9.1403 -8.07227 13.9893
-c-26.7142 2.69076 -40.0713 5.47168 -40.0713 8.34277v37.6465c0 2.87174 13.3571 5.65267 40.0713 8.34277c2.32943 5.20052 5.02018 9.86393 8.07227 13.9902c-9.14583 20.2591 -13.7188 32.6273 -13.7188 37.1045c0 0.712891 0.356445 1.34049 1.06934 1.88281
-c0.71224 0.361328 3.84928 2.15332 9.41113 5.37598c5.56185 3.22201 10.8525 6.26888 15.8721 9.14062c5.01953 2.87109 7.70996 4.30664 8.07129 4.30664c1.43555 0 5.55664 -4.16634 12.3633 -12.499s11.4701 -14.3812 13.9902 -18.1455
-c3.58398 0.361328 6.27441 0.541992 8.07129 0.541992s4.4873 -0.180664 8.07129 -0.541992c9.14583 12.7292 17.3932 22.7682 24.7422 30.1172l1.61133 0.541992c0.712891 0 11.8262 -6.27441 33.3398 -18.8232c0.712891 -0.542318 1.06934 -1.16992 1.06934 -1.88281
-c0 -4.47721 -4.57292 -16.8454 -13.7188 -37.1045c3.05208 -4.1263 5.74251 -8.78939 8.07129 -13.9893c26.7148 -2.69076 40.0723 -5.47168 40.0723 -8.34277zM516.307 363.565v-37.6475c0 -2.87109 -13.3571 -5.65202 -40.0713 -8.34277
-c-2.14844 -4.83854 -4.83887 -9.50163 -8.07129 -13.9893c9.14583 -20.2591 13.7188 -32.6276 13.7188 -37.1055c0 -0.71224 -0.356445 -1.33952 -1.06934 -1.88184c-21.8757 -12.7298 -32.9893 -19.0947 -33.3408 -19.0947c-1.43555 0 -5.55664 4.21159 -12.3633 12.6348
-c-6.80664 8.42253 -11.4697 14.5163 -13.9893 18.2812c-3.58398 -0.361328 -6.27441 -0.541992 -8.07129 -0.541992c-1.79753 0 -4.48828 0.180664 -8.07227 0.541992c-2.50977 -3.76497 -7.17285 -9.85872 -13.9893 -18.2812
-c-6.81641 -8.42318 -10.9375 -12.6348 -12.3633 -12.6348c-0.361328 0 -11.4746 6.36491 -33.3398 19.0947c-0.712891 0.542318 -1.06934 1.1696 -1.06934 1.88184c0 4.47786 4.57292 16.8464 13.7188 37.1055c-3.22266 4.47721 -5.91341 9.1403 -8.07227 13.9893
-c-26.7142 2.69076 -40.0713 5.47168 -40.0713 8.34277v37.6475c0 2.87109 13.3571 5.65202 40.0713 8.34277c2.32943 5.19987 5.02018 9.86296 8.07227 13.9893c-9.14583 20.2591 -13.7188 32.6273 -13.7188 37.1045c0 0.712891 0.356445 1.34049 1.06934 1.88281
-c0.71224 0.361328 3.84928 2.15332 9.41113 5.37598s10.8525 6.26953 15.8721 9.14062s7.70996 4.30664 8.07129 4.30664c1.43555 0 5.55664 -4.16634 12.3633 -12.499c6.80664 -8.33203 11.4701 -14.3805 13.9902 -18.1455
-c3.58398 0.361328 6.27441 0.541992 8.07129 0.541992s4.4873 -0.180664 8.07129 -0.541992c9.14583 12.7298 17.3932 22.7692 24.7422 30.1182l1.61133 0.541992c0.712891 0 11.8262 -6.27474 33.3398 -18.8242c0.712891 -0.541667 1.06934 -1.16895 1.06934 -1.88184
-c0 -4.47786 -4.57292 -16.8464 -13.7188 -37.1055c3.05208 -4.12565 5.74251 -8.78874 8.07129 -13.9893c26.7148 -2.69076 40.0723 -5.47168 40.0723 -8.34277z" />
-    <glyph glyph-name="uniF168" unicode="&#xf168;" 
-d="M512 92.1602v-91.6484c0 -7.50911 -2.73079 -13.9945 -8.19238 -19.4561c-5.46094 -5.46094 -11.9463 -8.19141 -19.4561 -8.19141h-91.1357c-7.50911 0 -13.9945 2.73047 -19.4561 8.19141c-5.46094 5.46159 -8.19141 11.9469 -8.19141 19.4561v91.6484
-c0 7.50911 2.73047 13.9945 8.19141 19.4561c5.46159 5.46094 11.9469 8.02083 19.4561 7.67969h27.1357v54.7842h-145.92v-54.7842h27.1367c7.85026 0 14.3356 -2.5599 19.4561 -7.67969c5.11979 -5.12044 7.85026 -11.6058 8.19141 -19.4561v-91.6484
-c0 -7.50911 -2.73047 -13.9945 -8.19141 -19.4561c-5.46159 -5.46094 -11.9469 -8.19141 -19.4561 -8.19141h-91.1367c-7.85026 0 -14.3356 2.73047 -19.4561 8.19141c-5.11979 5.46159 -7.85026 11.9469 -8.19141 19.4561v91.6484
-c0 7.50911 2.73047 13.9945 8.19141 19.4561c5.46159 5.46094 11.9469 8.02083 19.4561 7.67969h27.1367v54.7842h-145.92v-54.7842h27.1357c7.50911 0 13.9945 -2.5599 19.4561 -7.67969c5.46094 -5.12044 8.19141 -11.6058 8.19141 -19.4561v-91.6484
-c0 -7.50911 -2.73047 -13.9945 -8.19141 -19.4561c-5.46159 -5.46094 -11.9469 -8.19141 -19.4561 -8.19141h-91.1357c-7.85091 0 -14.3363 2.73047 -19.4561 8.19141c-5.12044 5.46159 -7.85124 11.9469 -8.19238 19.4561v91.6484
-c0 7.50911 2.73079 13.9945 8.19238 19.4561c5.46094 5.46094 11.9463 8.02083 19.4561 7.67969h27.1357v54.7842c0 9.89844 3.58398 18.6025 10.752 26.1123c7.16797 7.50911 15.8721 11.0931 26.1123 10.752h145.92v54.7832h-27.1367
-c-7.85026 0 -14.3356 2.56022 -19.4561 7.68066c-5.11979 5.11979 -7.85026 11.6051 -8.19141 19.4561v91.6475c0 7.50977 2.73047 13.9951 8.19141 19.4561c5.46159 5.46159 11.9469 8.19238 19.4561 8.19238h91.1367c7.85026 0 14.3356 -2.73079 19.4561 -8.19238
-c5.11979 -5.46094 7.85026 -11.9463 8.19141 -19.4561v-91.6475c0 -7.50977 -2.73047 -13.9951 -8.19141 -19.4561c-5.46159 -5.46159 -11.9469 -8.02181 -19.4561 -7.68066h-27.1367v-54.7832h145.92c9.89909 0 18.6032 -3.58398 26.1123 -10.752
-s11.0931 -15.8721 10.752 -26.1123v-54.7842h27.1357c7.85091 0 14.3363 -2.5599 19.4561 -7.67969c5.12044 -5.12044 7.85124 -11.6058 8.19238 -19.4561z" />
-    <glyph glyph-name="uniF159" unicode="&#xf159;" 
-d="M493.568 193.536c0 -2.73047 -0.853516 -5.11979 -2.56055 -7.16797l-110.08 -100.864c-3.07161 -2.73047 -6.31413 -3.41309 -9.72754 -2.04785c-3.75456 1.70638 -5.63184 4.60775 -5.63184 8.7041v64h-356.353c-2.73047 0 -4.94922 0.85319 -6.65625 2.55957
-c-1.70638 1.70703 -2.55957 3.75521 -2.55957 6.14453v55.2959c0 2.38932 0.85319 4.43717 2.55957 6.14355c1.70703 1.70703 3.92578 2.56055 6.65625 2.56055h356.353v64c0 4.0957 1.87728 6.99707 5.63184 8.7041c3.75456 1.70638 6.99707 1.19434 9.72754 -1.53613
-l110.08 -100.353c1.70703 -1.70638 2.56055 -3.75423 2.56055 -6.14355z" />
-    <glyph glyph-name="uniF148" unicode="&#xf148;" 
-d="M172.032 293.798c0 -14.4564 -4.97949 -26.6641 -14.9385 -36.623s-22.1667 -15.0993 -36.623 -15.4209c-14.4564 -0.320964 -26.6641 4.81934 -36.623 15.4209s-14.9385 22.8092 -14.9385 36.623s4.97949 25.8607 14.9385 36.1406
-c9.95898 10.2806 22.1667 15.4209 36.623 15.4209c14.4564 0 26.6641 -5.1403 36.623 -15.4209c9.95898 -10.2799 14.9385 -22.3268 14.9385 -36.1406zM447.669 190.193v-120.471h-378.76v51.5615l85.7754 86.2568l43.3691 -42.8877l137.336 137.336zM473.208 379.572
-h-430.32c-2.2487 0 -4.17643 -0.80306 -5.7832 -2.40918c-1.60612 -1.60612 -2.56966 -3.69434 -2.89062 -6.26465v-326.716c0 -2.57031 0.963542 -4.65853 2.89062 -6.26465c1.92773 -1.60612 3.85547 -2.40918 5.7832 -2.40918h430.32
-c2.24935 0 4.33757 0.80306 6.26465 2.40918c1.92773 1.60612 2.73112 3.69434 2.41016 6.26465v326.716c0 2.24935 -0.803385 4.33757 -2.41016 6.26465c-1.60612 1.92773 -3.69434 2.73079 -6.26465 2.40918zM516.096 370.898v-326.716
-c0 -11.8867 -4.17611 -22.0062 -12.5283 -30.3584c-8.35286 -8.35286 -18.4727 -12.6898 -30.3594 -13.0107h-430.32c-11.5651 0 -21.6846 4.33691 -30.3584 13.0107s-12.8503 18.7933 -12.5293 30.3584v326.716c0 11.8867 4.17643 22.0065 12.5293 30.3594
-c8.35221 8.35221 18.4717 12.6891 30.3584 13.0107h430.32c11.8867 0 22.0065 -4.33691 30.3594 -13.0107c8.35221 -8.67383 12.5283 -18.7936 12.5283 -30.3594z" />
-    <glyph glyph-name="uniF103" unicode="&#xf103;" 
-d="M102.592 304h26.3203v-80h384v-48h-384v-80h-26.3203l-102.592 104z" />
-    <glyph glyph-name="uniF10D" unicode="&#xf10d;" 
-d="M0 368.64h512v-96.2559h-512v96.2559zM0 240.64h512v-96.2559h-512v96.2559zM0 112.64h512v-96.2559h-512v96.2559z" />
-    <glyph glyph-name="uniF155" unicode="&#xf155;" 
-d="M0 -63.4883v225.792l75.7764 -75.7754l103.424 102.912l73.7275 -73.7285l-102.912 -103.424l75.7764 -75.7764h-225.792zM259.072 269.312l102.912 103.425l-75.7764 75.7754h225.792v-225.792l-75.7764 75.7764l-103.424 -102.912z" />
-    <glyph glyph-name="uniF169" unicode="&#xf169;" 
-d="M228.864 393.728v-227.84h227.84c0 -125.439 -101.888 -227.84 -227.84 -227.84c-125.44 0 -227.328 102.4 -227.328 227.84c0 125.44 100.864 227.328 226.304 227.84h1.02441zM510.976 201.728l-245.76 -0.511719s-0.511719 245.76 0.511719 245.76
-c135.169 0 245.248 -110.079 245.248 -245.248z" />
-    <glyph glyph-name="uniF113" unicode="&#xf113;" 
-d="M256 292.864v-128c0 -2.38932 -0.85319 -4.4375 -2.55957 -6.14453c-1.70703 -1.70638 -3.92578 -2.55957 -6.65625 -2.55957h-91.1357c-2.73112 0 -4.94987 0.85319 -6.65625 2.55957c-1.70703 1.70703 -2.56055 3.75521 -2.56055 6.14453v18.4316
-c0 2.73047 0.853516 4.94922 2.56055 6.65625c1.70638 1.70638 3.92513 2.55957 6.65625 2.55957h64v100.353c0 2.73047 0.85319 4.94889 2.55957 6.65527c1.70638 1.70703 3.75423 2.56055 6.14355 2.56055h18.4326c2.73047 0 4.94922 -0.853516 6.65625 -2.56055
-c1.70638 -1.70638 2.55957 -3.9248 2.55957 -6.65527zM374.784 192.512c0 28.3307 -6.9974 54.2721 -20.9922 77.8242c-13.9948 23.5521 -32.7682 42.4961 -56.3203 56.832s-49.4932 21.3333 -77.8232 20.9922c-28.3307 -0.341146 -54.443 -7.33854 -78.3369 -20.9922
-c-23.8932 -13.653 -42.6663 -32.597 -56.3193 -56.832c-13.6536 -24.2344 -20.651 -50.1758 -20.9922 -77.8242c-0.341146 -27.6478 6.65625 -53.5889 20.9922 -77.8232c14.3359 -24.235 33.109 -43.179 56.3193 -56.832c23.2109 -13.6536 49.3232 -20.651 78.3369 -20.9922
-c29.013 -0.341797 54.9541 6.6556 77.8232 20.9922c22.8698 14.3359 41.6432 33.2799 56.3203 56.832c14.6771 23.5514 21.6745 49.4925 20.9922 77.8232zM438.784 192.512c0 -39.9355 -9.72819 -76.6289 -29.1846 -110.08
-c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721c-33.7917 -19.7969 -70.4847 -29.6953 -110.079 -29.6953c-39.5951 0 -76.4593 9.89844 -110.593 29.6953c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4512 -28.6722 70.1445 -29.6963 110.08
-c-1.02409 39.9362 8.87467 76.6296 29.6963 110.08c20.821 33.4505 47.2741 60.0745 79.3594 79.8721s68.9495 29.6963 110.593 29.6963c41.6426 0 78.3356 -9.89876 110.079 -29.6963c31.7441 -19.7975 58.3682 -46.4215 79.8721 -79.8721
-c21.5046 -33.4505 31.2327 -70.1439 29.1846 -110.08z" />
-    <glyph glyph-name="uniF177" unicode="&#xf177;" 
-d="M128 27.4287c0 -4.95247 -1.80957 -9.23828 -5.42871 -12.8574s-7.90495 -5.42871 -12.8574 -5.42871c-4.95182 0 -9.2373 1.80957 -12.8564 5.42871s-5.42871 7.90495 -5.42871 12.8574c0 4.95247 1.80957 9.23828 5.42871 12.8574
-c3.61914 3.61849 7.90462 5.42773 12.8564 5.42773c4.95247 0 9.23828 -1.80924 12.8574 -5.42773c3.61914 -3.61914 5.42871 -7.90495 5.42871 -12.8574zM312 147.429c-18.6667 7.42839 -35.1904 18.333 -49.5713 32.7139s-25.2858 30.9046 -32.7148 49.5713
-l-194.571 -194.571c-7.23763 -7.23763 -10.8564 -15.9043 -10.8564 -26c0 -10.2858 3.61882 -18.8571 10.8564 -25.7139l30.2861 -30.8574c7.42839 -7.04753 16.0951 -10.5713 26 -10.5713c10.0951 0 18.6663 3.52376 25.7139 10.5713zM493.143 271.714
-c0 2.85742 -0.80957 5.23861 -2.42871 7.14355c-1.61849 1.9043 -3.85645 2.85645 -6.71387 2.85645c-1.71419 0 -8.42839 -3.38086 -20.1426 -10.1426s-24.6191 -14.4759 -38.7148 -23.1426c-14.0951 -8.66667 -21.6188 -13.2858 -22.5713 -13.8574l-55.1426 30.5713v64
-l83.7139 48.2861c3.04753 2.09505 4.57129 4.76172 4.57129 8s-1.52376 5.90495 -4.57129 8c-8.38086 5.71419 -18.6188 10.1426 -30.7139 13.2852c-12.0951 3.14323 -23.6667 4.71484 -34.7148 4.71484c-35.2376 0 -65.3802 -12.5238 -90.4277 -37.5713
-c-25.0482 -25.0475 -37.5723 -55.1904 -37.5723 -90.4287s12.5241 -65.3812 37.5723 -90.4287c25.0475 -25.0475 55.1901 -37.5713 90.4277 -37.5713c26.8574 0 51.4766 7.95247 73.8574 23.8574c22.3809 15.9043 38.0475 36.6185 47 62.1426
-c4.38086 12.7617 6.57129 22.8568 6.57129 30.2852z" />
-    <glyph glyph-name="uniF112" unicode="&#xf112;" 
-d="M384 -64.6562h-288c-17.6797 0 -32 14.2881 -32 31.9365v385.552c0 17.6318 14.3203 31.9199 32 31.9199h80v-33.2637h-64c-8.83203 0 -16 -7.13672 -16 -15.9688v-352.271c0 -8.84766 7.16797 -15.9678 16 -15.9678h256c8.84766 0 16 7.12012 16 15.9678v352.271
-c0 8.83203 -7.15234 15.9688 -16 15.9688h-64v33.2637h80c17.6641 0 32 -14.3037 32 -31.9199v-385.552c0 -17.6484 -14.3359 -31.9365 -32 -31.9365zM176 255.696h176v-15.9688h-176v15.9688zM176 207.792h176v-15.9678h-176v15.9678zM176 159.872h176v-15.9678h-176
-v15.9678zM176 111.968h176v-15.9678h-176v15.9678zM352 0.223633h-176v15.9365h176v-15.9365zM176 64.0645h176v-15.9688h-176v15.9688zM128 256.016h16v-15.9678h-16v15.9678zM128 208.112h16v-15.9688h-16v15.9688zM128 160.224h16v-15.9678h-16v15.9678zM128 112.32h16
-v-15.9688h-16v15.9688zM144 0.52832h-16v15.9678h16v-15.9678zM128 64.4004h16v-15.9688h-16v15.9688zM336 334.544c8.84766 0 16 -7.15234 16 -15.9844v-30.9277h-224v30.9277c0 8.83203 7.15234 15.9844 16 15.9844h48s0.192383 22.7041 0.192383 48.6562
-c0 26.9434 20.7998 49.4717 47.8076 49.4717s48.5283 -23.6797 48.5283 -49.6318c0 -27.9521 -0.52832 -48.4961 -0.52832 -48.4961h48zM240 384.752c-8.84766 0 -16 -7.13574 -16 -15.9521c0 -8.83203 7.15234 -15.9678 16 -15.9678s16 7.13574 16 15.9678
-c0 8.81641 -7.15234 15.9521 -16 15.9521z" />
-    <glyph glyph-name="uniF153" unicode="&#xf153;" 
-d="M216.01 448.432v-137.54c31.6185 -4.3112 60.9375 -10.7786 87.957 -19.4023c27.0189 -8.62305 49.8701 -18.3958 68.5537 -29.3184c18.6836 -10.9225 35.6426 -22.7074 50.877 -35.3545c15.2337 -12.6478 27.5934 -25.7262 37.0791 -39.2354
-c9.48568 -13.5098 17.6777 -26.4447 24.5762 -38.8047s11.9287 -24.4323 15.0908 -36.2168c3.16146 -11.7852 5.74837 -21.7018 7.76074 -29.75c2.01172 -8.04818 2.87402 -14.8031 2.58691 -20.2646l0.430664 -7.33008c-1.72461 3.16211 -4.45508 7.33008 -8.19141 12.5039
-c-3.73698 5.17383 -13.3662 14.3717 -28.8877 27.5938c-15.5221 13.2227 -33.487 24.1455 -53.8945 32.7686c-20.4082 8.62305 -48.5775 16.0964 -84.5078 22.4199c-22.1328 3.44922 -45.415 5.17383 -69.8467 5.17383c-15.8092 0 -32.3372 -0.718424 -49.584 -2.15527
-v-136.246l-216.01 215.147z" />
-    <glyph glyph-name="uniF158" unicode="&#xf158;" 
-d="M436.8 -64l-102.399 102.4l-75.2002 -75.2002v225.6h225.6l-75.2002 -75.2002l102.4 -104zM27.2002 195.2l75.2002 75.2002l-102.4 102.399l75.2002 75.2002l104 -102.4l75.2002 75.2002v-225.6h-227.2z" />
-    <glyph glyph-name="uniF13F" unicode="&#xf13f;" 
-d="M365.568 174.08v36.8643c0 4.77865 -1.70671 9.04525 -5.12012 12.7998s-7.68001 5.46126 -12.7998 5.12012h-256c-5.12044 0 -9.55794 -1.70671 -13.3125 -5.12012s-5.46126 -7.68001 -5.12012 -12.7998v-36.8643c0 -4.77865 1.70671 -9.04525 5.12012 -12.7998
-s7.85091 -5.46126 13.3125 -5.12012h256c4.77865 0 9.04525 1.70671 12.7998 5.12012s5.46126 7.68001 5.12012 12.7998zM438.784 329.728v-274.432c0 -22.528 -8.02148 -41.8132 -24.0645 -57.8555c-16.0423 -16.043 -35.4984 -24.235 -58.3682 -24.5762h-273.92
-c-22.8691 0 -42.3249 8.19206 -58.3672 24.5762c-16.043 16.3835 -24.0645 35.6686 -24.0645 57.8555v274.432c0 22.528 8.02148 41.8135 24.0645 57.8564c16.0423 16.043 35.498 24.235 58.3672 24.5762h273.92c22.8698 0 42.3258 -8.19206 58.3682 -24.5762
-c16.043 -16.3841 24.0645 -35.6696 24.0645 -57.8564z" />
-    <glyph glyph-name="uniF111" unicode="&#xf111;" 
-d="M219.648 348.16c-28.3307 0 -54.443 -6.9974 -78.3369 -20.9922c-23.8932 -13.9948 -42.6663 -32.9388 -56.3193 -56.832c-13.6536 -23.8932 -20.651 -49.8346 -20.9922 -77.8242c-0.341146 -27.9889 6.65625 -53.93 20.9922 -77.8232
-c14.3359 -23.8939 33.109 -42.8379 56.3193 -56.832c23.2109 -13.9948 49.3232 -20.9922 78.3369 -20.9922c29.013 0 54.9541 6.9974 77.8232 20.9922c22.8698 13.9941 41.6432 32.9382 56.3203 56.832c14.6771 23.8932 21.6745 49.8343 20.9922 77.8232
-c-0.682943 27.9896 -7.68034 53.931 -20.9922 77.8242c-13.3118 23.8932 -32.0853 42.8372 -56.3203 56.832c-24.2344 13.9948 -50.1755 20.9922 -77.8232 20.9922zM438.784 192.512c0 -39.9355 -9.72819 -76.6289 -29.1846 -110.08
-c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721c-33.7917 -19.7969 -70.4847 -29.6953 -110.079 -29.6953c-39.5951 0 -76.4593 9.89844 -110.593 29.6953c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4512 -28.6722 70.1445 -29.6963 110.08
-c-1.02409 39.9362 8.87467 76.6296 29.6963 110.08c20.821 33.4505 47.2741 60.0745 79.3594 79.8721s68.9495 29.6963 110.593 29.6963c41.6426 0 78.3356 -9.89876 110.079 -29.6963c31.7441 -19.7975 58.3682 -46.4215 79.8721 -79.8721
-c21.5046 -33.4505 31.2327 -70.1439 29.1846 -110.08z" />
-    <glyph glyph-name="uniF123" unicode="&#xf123;" 
-d="M512 110.08v-54.7842c0 -2.38932 -0.85319 -4.43717 -2.55957 -6.14355c-1.70703 -1.70703 -3.92578 -2.73112 -6.65625 -3.07227h-393.216v-54.7842c0 -2.38932 -0.853516 -4.43717 -2.56055 -6.14355c-1.70638 -1.70703 -3.92513 -2.73112 -6.65625 -3.07227
-c-2.04753 0 -4.26595 1.02409 -6.65527 3.07227l-91.1367 91.1357c-1.70638 1.70638 -2.55957 3.92513 -2.55957 6.65625c0 2.73047 0.85319 4.94889 2.55957 6.65527l91.6484 91.1367c1.70638 1.70638 3.75423 2.55957 6.14355 2.55957
-c2.73112 0 4.94987 -0.85319 6.65625 -2.55957c1.70703 -1.70703 2.56055 -3.92578 2.56055 -6.65625v-54.7842h393.216c2.38932 0 4.60807 -0.85319 6.65625 -2.55957c2.04753 -1.70703 2.90072 -3.92578 2.55957 -6.65625zM512 265.728
-c0 -2.73047 -0.85319 -4.94889 -2.55957 -6.65527l-91.6484 -91.6484c-1.70638 -1.70638 -3.75423 -2.55957 -6.14355 -2.55957c-2.73112 0 -4.94987 1.02376 -6.65625 3.07129c-1.70703 2.04818 -2.56055 4.09635 -2.56055 6.14453v54.7842h-393.216
-c-2.38932 0 -4.60807 1.02376 -6.65625 3.07129c-2.04753 2.04818 -2.90072 4.09635 -2.55957 6.14453v54.7842c0 2.73047 0.85319 4.94889 2.55957 6.65527c1.70703 1.70703 3.92578 2.56055 6.65625 2.56055h393.216v54.7842c0 2.73047 0.853516 4.94889 2.56055 6.65527
-c1.70638 1.70703 3.92513 2.56055 6.65625 2.56055c2.04753 0 4.26595 -0.853516 6.65527 -2.56055l91.1367 -91.1357c1.70638 -1.70638 2.55957 -3.92513 2.55957 -6.65625z" />
-    <glyph glyph-name="uniF10F" unicode="&#xf10f;" 
-d="M0 192.512c0 70.6562 25.0879 131.072 75.2637 181.248c50.1764 50.1764 110.422 75.0938 180.736 74.752c70.3145 -0.341146 130.73 -25.2585 181.248 -74.752s75.4349 -109.91 74.752 -181.248c-0.682943 -71.3385 -25.6003 -131.755 -74.752 -181.248
-c-49.1523 -49.4928 -109.568 -74.4102 -181.248 -74.752c-71.6797 -0.341146 -131.925 24.5762 -180.736 74.752c-48.8105 50.1764 -73.8984 110.592 -75.2637 181.248zM112.128 112.64l64 -64l79.8721 79.8721l79.8721 -79.8721l64 64l-79.8721 79.8721l79.8721 79.8721
-l-64 64l-79.8721 -79.8721l-79.8721 79.8721l-64 -64l79.8721 -79.8721z" />
-    <glyph glyph-name="uniF13E" unicode="&#xf13e;" 
-d="M108.8 150.4v83.1992h294.4v-83.1992h-294.4zM0 192c0 70.4004 25.5996 131.2 75.2002 180.8c49.5996 49.6006 110.399 76.7998 180.8 75.2002s131.2 -25.5996 180.8 -75.2002c51.2002 -48 75.2002 -108.8 75.2002 -180.8s-25.5996 -131.2 -75.2002 -180.8
-c-49.5996 -49.6006 -108.8 -73.6006 -180.8 -75.2002s-131.2 24 -180.8 75.2002c-49.6006 51.2002 -73.6006 110.399 -75.2002 180.8zM56 192c0 -56 19.2002 -102.4 59.2002 -140.8c40 -38.4004 86.3994 -59.2002 140.8 -59.2002s102.4 19.2002 140.8 59.2002
-c38.4004 40 59.2002 86.3994 59.2002 140.8s-19.2002 102.4 -59.2002 140.8c-40 38.4004 -86.3994 60.7998 -140.8 59.2002c-54.4004 0 -102.4 -19.2002 -140.8 -59.2002c-38.4004 -40 -59.2002 -84.7998 -59.2002 -140.8z" />
-    <glyph glyph-name="uniF12E" unicode="&#xf12e;" 
-d="M324.096 364.032c-23.8932 0 -44.2025 -8.36263 -60.9277 -25.0879c-16.7253 -16.7253 -25.2585 -36.6934 -25.5996 -59.9043c0 -4.77865 0.682617 -10.2399 2.04785 -16.3838l5.63184 -29.1846c-19.7975 -19.7969 -49.6641 -49.6634 -89.5996 -89.5996
-c-39.9362 -39.9362 -69.6325 -69.4616 -89.0889 -88.5762v-33.792h56.832v56.832h57.3447v57.3438h56.832v24.0645l40.96 40.4482l29.1836 -5.63281c6.14388 -1.02344 11.4346 -1.53516 15.8721 -1.53516c23.8932 0 44.2025 8.36263 60.9277 25.0879
-s24.9173 36.8639 24.5762 60.416c-0.341146 23.5521 -8.5332 43.6908 -24.5762 60.416c-16.0423 16.7253 -36.181 25.0879 -60.416 25.0879zM324.096 421.376c39.2533 0 72.8747 -13.9948 100.864 -41.9844c27.9896 -27.9889 41.8135 -61.61 41.4717 -100.863
-c-0.341146 -39.2533 -14.165 -72.8747 -41.4717 -100.864s-61.0986 -41.9844 -101.376 -41.9844c-9.55729 0 -18.2614 0.853516 -26.1123 2.56055l-2.55957 -2.56055v-57.3438h-57.3438v-56.832h-56.832v-57.8555h-171.521v114.688l174.08 174.08
-c-1.70638 7.85091 -2.55957 16.7256 -2.55957 26.624c0 39.2533 13.9945 72.7038 41.9834 100.352c27.9896 27.6484 61.7816 41.6432 101.376 41.9844zM294.912 279.04c0 18.7734 9.55729 28.1602 28.6719 28.1602s28.6719 -9.38672 28.6719 -28.1602
-c0 -19.4557 -9.55729 -29.1836 -28.6719 -29.1836s-28.6719 9.72786 -28.6719 29.1836z" />
-    <glyph glyph-name="uniF106" unicode="&#xf106;" 
-d="M466.432 364.032h-457.216v57.3438h457.216v-57.3438zM294.912 249.856h-285.696v57.3438h285.696v-57.3438zM466.432 78.3359h-457.216v57.3438h457.216v-57.3438zM352.256 -36.3516h-343.04v57.8555h343.04v-57.8555zM466.432 -7.16797
-c0 -8.19206 -2.73047 -15.0189 -8.19141 -20.4805c-5.46159 -5.46094 -12.1175 -8.36198 -19.9678 -8.70312c-7.85091 -0.341797 -14.6777 2.55924 -20.4805 8.70312c-5.80273 6.14453 -8.7041 12.9714 -8.7041 20.4805c0 7.50911 2.90137 14.165 8.7041 19.9678
-s12.6296 8.7041 20.4805 8.7041c7.50911 0 14.165 -2.90137 19.9678 -8.7041s8.5332 -12.4587 8.19141 -19.9678z" />
-    <glyph glyph-name="uniF135" unicode="&#xf135;" 
-d="M109.568 110.08v-17.9199c0 -2.73047 -0.853516 -4.94922 -2.56055 -6.65625c-1.70638 -1.70638 -3.92513 -2.55957 -6.65625 -2.55957h-17.9199c-2.38932 0 -4.60775 0.85319 -6.65527 2.55957c-2.04818 1.70703 -2.90169 3.92578 -2.56055 6.65625v17.9199
-c0 2.73047 0.853516 4.94922 2.56055 6.65625c1.70638 1.70638 3.9248 2.55957 6.65527 2.55957h17.9199c2.73112 0 4.94987 -0.85319 6.65625 -2.55957c1.70703 -1.70703 2.56055 -3.92578 2.56055 -6.65625zM109.568 183.296v-18.4316
-c0 -2.38932 -0.853516 -4.4375 -2.56055 -6.14453c-1.70638 -1.70638 -3.92513 -2.55957 -6.65625 -2.55957h-17.9199c-2.38932 0 -4.60775 0.85319 -6.65527 2.55957c-2.04818 1.70703 -2.90169 3.75521 -2.56055 6.14453v18.4316
-c0 2.38932 0.853516 4.60807 2.56055 6.65625c1.70638 2.04818 3.9248 2.90137 6.65527 2.55957h17.9199c2.73112 0 4.94987 -0.85319 6.65625 -2.55957c1.70703 -1.70703 2.56055 -3.92578 2.56055 -6.65625zM109.568 256.512v-18.4316
-c0 -2.38932 -0.853516 -4.4375 -2.56055 -6.14453c-1.70638 -1.70638 -3.92513 -2.73014 -6.65625 -3.07129h-17.9199c-2.38932 0 -4.60775 1.02376 -6.65527 3.07129c-2.04818 2.04818 -2.90169 4.09635 -2.56055 6.14453v18.4316
-c0 2.38932 0.853516 4.60807 2.56055 6.65625c1.70638 2.04818 3.9248 2.90137 6.65527 2.55957h17.9199c2.73112 0 4.94987 -0.85319 6.65625 -2.55957c1.70703 -1.70638 2.56055 -3.92513 2.56055 -6.65625zM438.784 110.08v-17.9199
-c0 -2.73047 -0.853516 -4.94922 -2.56055 -6.65625c-1.70638 -1.70638 -3.9248 -2.55957 -6.65527 -2.55957h-273.92c-2.73112 0 -4.94987 0.85319 -6.65625 2.55957c-1.70703 1.70703 -2.56055 3.92578 -2.56055 6.65625v17.9199
-c0 2.73047 0.853516 4.94922 2.56055 6.65625c1.70638 1.70638 3.92513 2.55957 6.65625 2.55957h273.92c2.73047 0 4.94889 -0.85319 6.65527 -2.55957c1.70703 -1.70703 2.56055 -3.92578 2.56055 -6.65625zM438.784 183.296v-18.4316
-c0 -2.38932 -0.853516 -4.4375 -2.56055 -6.14453c-1.70638 -1.70638 -3.9248 -2.55957 -6.65527 -2.55957h-273.92c-2.73112 0 -4.94987 0.85319 -6.65625 2.55957c-1.70703 1.70703 -2.56055 3.75521 -2.56055 6.14453v18.4316
-c0 2.38932 0.853516 4.60807 2.56055 6.65625c1.70638 2.04818 3.92513 2.90137 6.65625 2.55957h273.92c2.73047 0 4.94889 -0.85319 6.65527 -2.55957c1.70703 -1.70703 2.56055 -3.92578 2.56055 -6.65625zM438.784 256.512v-18.4316
-c0 -2.38932 -0.853516 -4.4375 -2.56055 -6.14453c-1.70638 -1.70638 -3.9248 -2.73014 -6.65527 -3.07129h-273.92c-2.73112 0 -4.94987 1.02376 -6.65625 3.07129c-1.70703 2.04818 -2.56055 4.09635 -2.56055 6.14453v18.4316
-c0 2.38932 0.853516 4.60807 2.56055 6.65625c1.70638 2.04818 3.92513 2.90137 6.65625 2.55957h273.92c2.73047 0 4.94889 -0.85319 6.65527 -2.55957c1.70703 -1.70638 2.56055 -3.92513 2.56055 -6.65625zM475.648 55.2959v237.568
-c0 2.73047 -1.02409 4.94889 -3.07227 6.65527c-2.04818 1.70703 -4.09635 2.56055 -6.14453 2.56055h-420.863c-2.38932 0 -4.4375 -0.853516 -6.14453 -2.56055c-1.70638 -1.70638 -2.73047 -3.9248 -3.07227 -6.65527v-237.568
-c0 -2.38932 1.02409 -4.43717 3.07227 -6.14355c2.04818 -1.70703 4.09635 -2.73112 6.14453 -3.07227h420.863c2.38932 0 4.4375 1.02409 6.14453 3.07227c1.70638 2.04753 2.73047 4.09538 3.07227 6.14355zM512 366.08v-310.784
-c0 -12.6296 -4.43717 -23.3815 -13.3115 -32.2559c-8.875 -8.875 -19.6273 -13.3125 -32.2568 -13.3125h-420.863c-12.2884 0 -23.0407 4.4375 -32.2568 13.3125c-9.21549 8.87435 -13.6527 19.6263 -13.3115 32.2559v310.784c0 12.6296 4.43717 23.3815 13.3115 32.2559
-c8.875 8.875 19.6273 13.4831 32.2568 13.8242h420.863c12.6296 0 23.3818 -4.60807 32.2568 -13.8242c8.87435 -9.21615 13.3115 -19.9681 13.3115 -32.2559z" />
-    <glyph glyph-name="uniF101" unicode="&#xf101;" 
-d="M512 -63.4883h-512v512h512v-512zM448 0.511719v384h-384v-384h384zM256 96.7676l-128 192h256z" />
-    <glyph glyph-name="uniF130" unicode="&#xf130;" 
-d="M237.568 -36.3516l-228.353 229.376l228.353 228.352l81.4072 -80.8955l-90.624 -90.624h238.08v-114.177h-238.08l90.624 -90.1113z" />
-    <glyph glyph-name="uniF143" unicode="&#xf143;" 
-d="M0 146.432l82.9443 82.9443l84.9912 -83.9678l260.097 261.12l83.9678 -83.9688l-344.064 -344.063l-82.9434 83.9678z" />
-    <glyph glyph-name="uniF14B" unicode="&#xf14b;" 
-d="M0 192.512c0 70.6562 25.0879 131.072 75.2637 181.248c50.1764 50.1764 110.422 75.0938 180.736 74.752c70.3145 -0.341146 130.73 -25.2585 181.248 -74.752s75.4349 -109.91 74.752 -181.248c-0.682943 -71.3385 -25.6003 -131.755 -74.752 -181.248
-c-49.1523 -49.4928 -109.568 -74.4102 -181.248 -74.752c-71.6797 -0.341146 -131.925 24.5762 -180.736 74.752c-48.8105 50.1764 -73.8984 110.592 -75.2637 181.248zM112.128 151.552h102.912v-102.912h81.9199v102.912h102.912v81.9199h-102.912v102.912h-81.9199
-v-102.912h-102.912v-81.9199z" />
-    <glyph glyph-name="uniF104" unicode="&#xf104;" 
-d="M512.912 200l-102.592 -104h-26.3203v80h-384v48h384v80h26.3203z" />
-    <glyph glyph-name="uniF141" unicode="&#xf141;" 
-d="M415.232 -60.9277h-316.929c-52.7354 0 -95.2314 43.0078 -95.2314 95.2314v316.929c0 52.7354 42.4961 95.2314 95.2314 95.2314h316.929c52.2236 0 95.2314 -42.4961 95.2314 -95.2314v-316.929c0 -52.2236 -43.0078 -95.2314 -95.2314 -95.2314zM446.976 351.232
-c0 17.9199 -14.3359 31.7432 -31.7432 31.7432h-316.929c-17.9199 0 -31.7441 -14.3359 -31.7441 -31.7432v-316.929c0 -17.4072 13.8242 -31.7441 31.7441 -31.7441h316.929c17.4072 0 31.7432 14.3369 31.7432 31.7441v316.929zM351.744 97.792v-47.6162
-c0 -8.7041 -7.16797 -15.8721 -15.8721 -15.8721s-15.8721 7.16797 -15.8721 15.8721v47.6162c-17.4082 0 -31.7441 14.3359 -31.7441 31.7441v31.7441c0 17.4082 14.3359 31.7441 31.7441 31.7441v142.336c0 8.7041 7.16797 15.8721 15.8721 15.8721
-s15.8721 -7.16797 15.8721 -15.8721v-142.336c17.4082 0 31.7441 -14.3359 31.7441 -31.7441v-31.7441c0 -17.4082 -14.3359 -31.7441 -31.7441 -31.7441zM193.024 193.024v-142.849c0 -8.7041 -7.16797 -15.8721 -15.8721 -15.8721s-15.8721 7.16797 -15.8721 15.8721
-v142.849c-17.4082 0 -31.7441 14.3359 -31.7441 31.7432v31.7441c0 17.4082 14.3359 31.2324 31.7441 31.2324v47.6162c0 8.7041 7.16797 15.8721 15.8721 15.8721s15.8721 -7.16797 15.8721 -15.8721v-47.6162c17.9199 0 31.7432 -13.8242 31.7432 -31.2324v-31.7441
-c0 -17.9199 -13.8232 -31.7432 -31.7432 -31.7432z" />
-    <glyph glyph-name="uniF119" unicode="&#xf119;" 
-d="M288 -64h-64v48h64v-48zM128 400v48h48v-48h-48zM176 -64h-48v48h48v-48zM224 448h64v-48h-64v48zM432 400v48h80v-80h-48v32h-32zM48 160h-48v64h48v-64zM0 272v48h48v-48h-48zM48 64h-48v48h48v-48zM384 -16v-48h-48v48h48zM80 -16v-48h-80v80h48v-32h32zM464 16h48
-v-80h-80v48h32v32zM464 320h48v-48h-48v48zM48 368h-48v80h80v-48h-32v-32zM336 448h48v-48h-48v48zM464 224h48v-64h-48v64zM512 112v-48h-48v48h48zM364.8 302.4c12.7998 -14.4004 24 -33.6006 32 -51.2002c8 -17.6006 12.7998 -38.4004 12.7998 -59.2002
-c0 -22.4004 -4.7998 -41.5996 -12.7998 -60.7998s-17.5996 -35.2002 -32 -49.6006c-14.3994 -12.7998 -30.3994 -24 -49.5996 -32s-38.4004 -12.7998 -59.2002 -12.7998s-40 4.7998 -59.2002 12.7998s-35.2002 17.6006 -49.5996 32
-c-12.7998 14.4004 -24 30.4004 -32 49.6006s-12.7998 40 -12.7998 60.7998s4.7998 41.5996 12.7998 60.7998s17.5996 35.2002 32 49.6006c14.3994 12.7998 30.3994 24 49.5996 32s38.4004 12.7998 59.2002 12.7998s40 -4.7998 59.2002 -12.7998
-s35.2002 -17.6006 49.5996 -32zM147.2 192c0 -20.7998 6.39941 -41.5996 19.2002 -59.2002l150.399 150.4c-19.2002 11.2002 -38.3994 17.5996 -60.7998 17.5996c-19.2002 0 -38.4004 -4.7998 -54.4004 -14.3994c-17.5996 -9.60059 -30.3994 -22.4004 -40 -40
-c-9.59961 -16 -14.3994 -35.2002 -14.3994 -54.4004zM356.8 150.4c4.7998 12.7998 8 27.1992 8 41.5996c0 22.4004 -6.39941 41.5996 -17.5996 59.2002l-150.4 -150.4c17.6006 -11.2002 38.4004 -17.5996 59.2002 -17.5996c14.4004 0 28.7998 1.59961 41.5996 8
-c14.4004 6.39941 25.6006 14.3994 35.2002 24c11.2002 9.59961 17.6006 22.3994 24 35.2002z" />
-    <glyph glyph-name="uniF131" unicode="&#xf131;" 
-d="M329.216 220.16v-55.2959c0 -2.38932 -0.85319 -4.4375 -2.55957 -6.14453c-1.70703 -1.70638 -3.92578 -2.55957 -6.65625 -2.55957h-100.352v-55.2959c0 -2.38932 -0.853516 -4.4375 -2.56055 -6.14453c-1.70638 -1.70638 -3.92513 -2.55957 -6.65625 -2.55957
-c-2.38932 0 -4.77865 0.85319 -7.16797 2.55957l-91.1357 91.1367c-1.70638 1.70638 -2.55957 3.9248 -2.55957 6.65527c0 2.73112 0.85319 4.94987 2.55957 6.65625l91.6484 91.1357c1.70638 1.70703 3.9248 2.56055 6.65527 2.56055
-c2.38932 0 4.4375 -0.853516 6.14453 -2.56055c1.70638 -1.70638 2.73047 -3.75423 3.07227 -6.14355v-55.2959h100.352c2.38932 0 4.60807 -0.853516 6.65625 -2.56055c2.04753 -1.70638 2.90072 -3.75423 2.55957 -6.14355zM374.784 192.512
-c0 28.3307 -6.9974 54.2721 -20.9922 77.8242c-13.9948 23.5521 -32.7682 42.4961 -56.3203 56.832s-49.4932 21.3333 -77.8232 20.9922c-28.3307 -0.341146 -54.443 -7.33854 -78.3369 -20.9922c-23.8932 -13.653 -42.6663 -32.597 -56.3193 -56.832
-c-13.6536 -24.2344 -20.651 -50.1758 -20.9922 -77.8242c-0.341146 -27.6478 6.65625 -53.5889 20.9922 -77.8232c14.3359 -24.235 33.109 -43.179 56.3193 -56.832c23.2109 -13.6536 49.3232 -20.651 78.3369 -20.9922c29.013 -0.341797 54.9541 6.6556 77.8232 20.9922
-c22.8698 14.3359 41.6432 33.2799 56.3203 56.832c14.6771 23.5514 21.6745 49.4925 20.9922 77.8232zM438.784 192.512c0 -39.9355 -9.72819 -76.6289 -29.1846 -110.08c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721
-c-33.7917 -19.7969 -70.4847 -29.6953 -110.079 -29.6953c-39.5951 0 -76.4593 9.89844 -110.593 29.6953c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4512 -28.6722 70.1445 -29.6963 110.08c-1.02409 39.9362 8.87467 76.6296 29.6963 110.08
-c20.821 33.4505 47.2741 60.0745 79.3594 79.8721s68.9495 29.6963 110.593 29.6963c41.6426 0 78.3356 -9.89876 110.079 -29.6963c31.7441 -19.7975 58.3682 -46.4215 79.8721 -79.8721c21.5046 -33.4505 31.2327 -70.1439 29.1846 -110.08z" />
-    <glyph glyph-name="uniF139" unicode="&#xf139;" 
-d="M146.286 448c2.47591 0 4.61849 -0.904622 6.42773 -2.71387c1.8099 -1.8099 2.71484 -3.9528 2.71484 -6.42871v-420.571c0 -3.8099 -1.61914 -6.47656 -4.85742 -8l-137.143 -73.1436c-1.33333 -0.761719 -2.76204 -1.14258 -4.28613 -1.14258
-c-2.47591 0 -4.61882 0.904622 -6.42871 2.71387c-1.80924 1.8099 -2.71387 3.9528 -2.71387 6.42871v420.571c0 3.8099 1.61914 6.47656 4.85742 8l137.143 73.1436c1.33333 0.761719 2.76204 1.14258 4.28613 1.14258zM502.857 448
-c2.47591 0 4.61882 -0.904622 6.42871 -2.71387c1.80924 -1.8099 2.71387 -3.9528 2.71387 -6.42871v-420.571c0 -3.8099 -1.61914 -6.47656 -4.85742 -8l-137.143 -73.1436c-1.33333 -0.761719 -2.76204 -1.14258 -4.28613 -1.14258
-c-2.47591 0 -4.61849 0.904622 -6.42773 2.71387c-1.8099 1.8099 -2.71484 3.9528 -2.71484 6.42871v420.571c0 3.8099 1.61914 6.47656 4.85742 8l137.143 73.1436c1.33333 0.761719 2.76204 1.14258 4.28613 1.14258zM182.857 448
-c1.52344 0 2.85677 -0.285807 4 -0.857422l146.285 -73.1426c3.42904 -1.90495 5.14355 -4.66699 5.14355 -8.28613v-420.571c0 -2.47591 -0.904948 -4.61882 -2.71484 -6.42871c-1.80924 -1.80924 -3.95215 -2.71387 -6.42871 -2.71387
-c-1.52344 0 -2.85677 0.285807 -4 0.857422l-146.285 73.1426c-3.42904 1.90495 -5.14355 4.66699 -5.14355 8.28613v420.571c0 2.47591 0.904948 4.61882 2.71484 6.42871c1.80924 1.80924 3.95215 2.71387 6.42871 2.71387z" />
-    <glyph glyph-name="uniF12C" unicode="&#xf12c;" 
-d="M292.352 55.2959v45.5684c0 2.73047 -0.85319 4.94889 -2.55957 6.65527c-1.70638 1.70703 -3.75423 2.56055 -6.14355 2.56055h-27.6484v146.432c0 2.73112 -0.85319 4.94987 -2.55957 6.65625c-1.70703 1.70638 -3.92578 2.55957 -6.65625 2.55957h-91.1357
-c-2.73112 0 -4.94987 -0.85319 -6.65625 -2.55957c-1.70703 -1.70638 -2.56055 -3.92513 -2.56055 -6.65625v-45.5674c0 -2.73112 0.853516 -4.94987 2.56055 -6.65625c1.70638 -1.70703 3.92513 -2.56055 6.65625 -2.56055h27.1357v-91.6475h-27.1357
-c-2.73112 0 -4.94987 -0.853516 -6.65625 -2.56055c-1.70703 -1.70638 -2.56055 -3.9248 -2.56055 -6.65527v-45.5684c0 -2.73047 0.853516 -4.94922 2.56055 -6.65625c1.70638 -1.70638 3.92513 -2.55957 6.65625 -2.55957h128c2.38932 0 4.43717 0.85319 6.14355 2.55957
-c1.70638 1.70703 2.55957 3.92578 2.55957 6.65625zM256 311.296v45.5684c0 2.73047 -0.85319 4.94889 -2.55957 6.65527c-1.70703 1.70703 -3.92578 2.56055 -6.65625 2.56055h-54.7842c-2.73047 0 -4.94922 -0.853516 -6.65625 -2.56055
-c-1.70638 -1.70638 -2.55957 -3.9248 -2.55957 -6.65527v-45.5684c0 -2.73047 0.85319 -4.94922 2.55957 -6.65625c1.70703 -1.70638 3.92578 -2.55957 6.65625 -2.55957h54.7842c2.73047 0 4.94922 0.85319 6.65625 2.55957
-c1.70638 1.70703 2.55957 3.92578 2.55957 6.65625zM438.784 192.512c0 -39.9355 -9.72819 -76.6289 -29.1846 -110.08c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721c-33.7917 -19.7969 -70.4847 -29.6953 -110.079 -29.6953
-c-39.5951 0 -76.4593 9.89844 -110.593 29.6953c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4512 -28.6722 70.1445 -29.6963 110.08c-1.02409 39.9362 8.87467 76.6296 29.6963 110.08c20.821 33.4505 47.2741 60.0745 79.3594 79.8721
-s68.9495 29.6963 110.593 29.6963c41.6426 0 78.3356 -9.89876 110.079 -29.6963c31.7441 -19.7975 58.3682 -46.4215 79.8721 -79.8721c21.5046 -33.4505 31.2327 -70.1439 29.1846 -110.08z" />
-    <glyph glyph-name="uniF14A" unicode="&#xf14a;" 
-d="M0 120.32v144.384h183.808v183.808h144.385v-183.808h183.808v-144.384h-183.808v-183.809h-144.385v183.809h-183.808z" />
-    <glyph glyph-name="uniF150" unicode="&#xf150;" 
-d="M251.104 231.344l80.2725 80.2725l-40.416 40.3994l124.56 -0.735352l-0.0634766 -123.744l-41.4404 41.4395l-80.2559 -80.2715zM414.816 176.88l1.18359 -112.896c0 -17.6641 -14.3359 -32 -32 -32h-256c-17.6641 0 -32 14.3359 -32 32v256c0 17.6641 14.3359 32 32 32
-h112l32 -32l-143.328 -0.640625l-0.255859 -255.567l256.24 0.143555l-0.560547 144.112z" />
-    <glyph glyph-name="uniF114" unicode="&#xf114;" 
-d="M292.352 192.512c0 20.1387 -6.99707 37.376 -20.9912 51.7119c-13.9948 14.3359 -31.2321 21.5039 -51.7119 21.5039c-20.4805 0 -37.7181 -7.16797 -51.7129 -21.5039c-13.9941 -14.3359 -21.1621 -31.5732 -21.5039 -51.7119
-c-0.341146 -20.1387 6.82682 -37.376 21.5039 -51.7119c14.6777 -14.3359 31.9154 -21.5039 51.7129 -21.5039c19.7969 0 37.0342 7.16797 51.7119 21.5039c14.6771 14.3359 21.6742 31.5732 20.9912 51.7119zM438.784 223.744v-63.4883
-c0 -2.38932 -0.682617 -4.60807 -2.04785 -6.65625c-1.36523 -2.04753 -3.24284 -3.24219 -5.63281 -3.58398l-53.2471 -8.19141c-3.41341 -10.2402 -6.99772 -18.9443 -10.7529 -26.1123c6.48568 -9.21615 16.555 -22.3574 30.208 -39.4238
-c2.04818 -2.04818 3.07227 -4.26693 3.07227 -6.65625s-0.85319 -4.60807 -2.55957 -6.65625c-5.12044 -7.16797 -14.5072 -17.5785 -28.1602 -31.2314c-13.6536 -13.6536 -22.6989 -20.3096 -27.1357 -19.9678c-2.38932 0 -4.77865 0.85319 -7.16797 2.55957
-l-39.4248 30.7197c-8.5332 -4.43685 -17.237 -8.02083 -26.1113 -10.752c-3.07227 -25.9414 -5.80306 -43.6908 -8.19238 -53.248c-1.36523 -5.46094 -4.77865 -8.19141 -10.2402 -8.19141h-63.4873c-2.73112 0 -5.12044 0.85319 -7.16797 2.55957
-c-2.04818 1.70703 -3.07227 3.75521 -3.07227 6.14453l-8.19238 52.7354c-9.21549 3.07227 -17.7487 6.65625 -25.5996 10.752l-40.4482 -30.7197c-2.04818 -1.70638 -4.4375 -2.55957 -7.16797 -2.55957s-5.11979 1.02376 -7.16797 3.07129
-c-23.8932 21.8457 -39.5944 37.8883 -47.1035 48.1279c-1.36589 1.70703 -2.04883 3.92578 -2.04883 6.65625c0 2.04818 0.853516 4.09635 2.56055 6.14453c2.73047 4.0957 7.50911 10.4102 14.3359 18.9434s11.9469 15.36 15.3604 20.4805
-c-5.12044 9.55729 -9.0459 18.944 -11.7764 28.1602l-52.2236 7.67969c-2.38932 0.341146 -4.26693 1.53581 -5.63281 3.58398c-1.36523 2.04818 -2.21842 4.26693 -2.55957 6.65625v63.4873c0 2.38932 0.85319 4.60807 2.55957 6.65625
-c1.70703 2.04818 3.41374 3.24284 5.12012 3.58398l53.248 8.19238c2.73112 8.5332 6.486 17.237 11.2646 26.1113c-7.85091 10.9232 -18.0911 24.0648 -30.7207 39.4248c-2.04753 2.38932 -3.07129 4.77865 -3.07129 7.16797c0 1.70638 0.85319 3.75423 2.55957 6.14355
-c5.11979 6.82682 14.5065 17.0667 28.1602 30.7197c13.653 13.6536 22.6982 20.4805 27.1357 20.4805c2.38932 0 4.94922 -0.85319 7.67969 -2.55957l39.4248 -30.7207c8.19206 4.4375 16.7253 8.02148 25.5996 10.752c3.07227 25.9414 5.97363 43.6908 8.7041 53.248
-c1.02409 5.12044 4.4375 7.68066 10.2402 7.68066h63.4873c2.38932 0 4.60807 -0.682943 6.65625 -2.04883c2.04818 -1.36523 3.24284 -3.41309 3.58398 -6.14355l7.67969 -52.7363c9.55794 -3.07161 18.0915 -6.6556 25.6006 -10.752l40.96 30.7207
-c1.70638 1.70638 3.92513 2.55957 6.65625 2.55957c2.38932 0 4.77865 -0.85319 7.16797 -2.55957c24.5755 -22.8698 40.2767 -39.0833 47.1035 -48.6406c1.36523 -1.70638 2.04785 -3.92513 2.04785 -6.65625c0 -2.04753 -0.682617 -4.09538 -2.04785 -6.14355
-c-3.07161 -4.09635 -8.02083 -10.5817 -14.8477 -19.4561s-11.9469 -15.5303 -15.3604 -19.9678c4.77865 -9.55729 8.7041 -18.944 11.7764 -28.1602l52.2236 -7.67969c2.38932 -0.341797 4.4375 -1.53646 6.14453 -3.58398
-c1.70638 -2.04818 2.389 -4.26693 2.04785 -6.65625z" />
-    <glyph glyph-name="uniF10A" unicode="&#xf10a;" 
-d="M374.784 193.536c0 30.7201 -8.19206 58.7093 -24.5762 83.9678l-215.552 -215.04c25.9414 -17.0664 54.2721 -25.5996 84.9922 -25.5996c21.1621 0 41.3008 4.2666 60.416 12.7998c19.1146 8.5332 35.4984 19.6266 49.1514 33.2803
-c13.6536 13.653 24.7471 30.2077 33.2803 49.6641c8.5332 19.4557 12.6292 39.765 12.2881 60.9277zM89.5996 108.032l215.553 215.552c-25.6003 17.0664 -54.1016 25.5996 -85.5039 25.5996c-28.3307 0 -54.443 -6.8265 -78.3369 -20.4795
-c-23.8932 -13.6536 -42.6663 -32.7682 -56.3193 -57.3438c-13.6536 -24.5762 -20.651 -50.5176 -20.9922 -77.8242c0 -31.0612 8.5332 -59.5625 25.5996 -85.5039zM438.784 193.536c0 -30.0371 -5.80273 -58.7093 -17.4082 -86.0166
-c-11.6055 -27.3066 -27.1361 -50.6878 -46.5918 -70.1436c-19.4564 -19.4557 -42.8379 -35.1569 -70.1445 -47.1035c-27.3066 -11.9473 -55.637 -17.75 -84.9912 -17.4082c-29.3548 0.341146 -57.8564 6.14388 -85.5049 17.4082
-c-27.6478 11.2637 -51.029 26.9648 -70.1436 47.1035s-34.6452 43.5199 -46.5918 70.1436c-11.9466 26.6243 -17.7493 55.2965 -17.4082 86.0166s6.14388 59.2214 17.4082 85.5039c11.2637 26.2826 26.7943 49.6637 46.5918 70.1436
-c19.7975 20.4805 43.1787 36.0114 70.1436 46.5928c26.9655 10.5814 55.4671 16.3838 85.5049 17.4072c30.0371 1.02409 58.3675 -4.77832 84.9912 -17.4072c26.6243 -12.6296 50.0059 -28.1605 70.1445 -46.5928c20.1387 -18.4316 35.6693 -41.8128 46.5918 -70.1436
-c10.9225 -28.3307 16.7253 -56.832 17.4082 -85.5039z" />
-    <glyph glyph-name="uniF11F" unicode="&#xf11f;" 
-d="M320 183.296c0 -2.38932 -1.02409 -4.60807 -3.07227 -6.65625l-91.1357 -91.1357c-2.04818 -1.70638 -4.09603 -2.55957 -6.14355 -2.55957c-2.04818 0 -4.26693 0.85319 -6.65625 2.55957l-91.6484 91.1357c-2.73047 3.07227 -3.41309 6.48568 -2.04785 10.2402
-c1.70703 3.75456 4.6084 5.63184 8.7041 5.63184h54.7842v100.353c0 2.73047 0.85319 4.94889 2.55957 6.65527c1.70703 1.70703 3.92578 2.56055 6.65625 2.56055h54.7842c2.73047 0 4.94922 -0.853516 6.65625 -2.56055
-c1.70638 -1.70638 2.55957 -3.9248 2.55957 -6.65527v-100.353h54.7842c2.73047 0 4.94922 -0.85319 6.65625 -2.55957c1.70638 -1.70703 2.55957 -3.92578 2.55957 -6.65625zM219.648 348.16c-28.3307 0 -54.443 -6.9974 -78.3369 -20.9922
-c-23.8932 -13.9948 -42.6663 -32.9388 -56.3193 -56.832c-13.6536 -23.8932 -20.651 -49.8346 -20.9922 -77.8242c-0.341146 -27.9889 6.65625 -53.93 20.9922 -77.8232c14.3359 -23.8939 33.109 -42.8379 56.3193 -56.832
-c23.2109 -13.9948 49.3232 -20.9922 78.3369 -20.9922c29.013 0 54.9541 6.9974 77.8232 20.9922c22.8698 13.9941 41.6432 32.9382 56.3203 56.832c14.6771 23.8932 21.6745 49.8343 20.9922 77.8232c-0.682943 27.9896 -7.68034 53.931 -20.9922 77.8242
-c-13.3118 23.8932 -32.0853 42.8372 -56.3203 56.832c-24.2344 13.9948 -50.1755 20.9922 -77.8232 20.9922zM438.784 192.512c0 -39.9355 -9.72819 -76.6289 -29.1846 -110.08c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721
-c-33.7917 -19.7969 -70.4847 -29.6953 -110.079 -29.6953c-39.5951 0 -76.4593 9.89844 -110.593 29.6953c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4512 -28.6722 70.1445 -29.6963 110.08c-1.02409 39.9362 8.87467 76.6296 29.6963 110.08
-c20.821 33.4505 47.2741 60.0745 79.3594 79.8721s68.9495 29.6963 110.593 29.6963c41.6426 0 78.3356 -9.89876 110.079 -29.6963c31.7441 -19.7975 58.3682 -46.4215 79.8721 -79.8721c21.5046 -33.4505 31.2327 -70.1439 29.1846 -110.08z" />
-    <glyph glyph-name="uniF109" unicode="&#xf109;" 
-d="M27.834 38.4307v0c-6.66016 6.68164 -9.99023 14.7627 -9.99023 23.8193c33.7881 28.5498 59.0283 63.7803 76.166 105.691c17.1387 41.8906 25.707 86.1572 25.707 132.354c0 29.5039 8.56934 52.3682 25.707 69.5068c17.1387 17.6045 40.4697 27.5947 69.9951 31.4121
-c-1.44238 2.86328 -1.90918 6.19336 -1.90918 9.52344c0 7.14844 2.375 13.3203 7.61426 18.0928c4.77246 5.23926 10.4785 7.61426 17.626 7.61426c7.12695 0 13.3203 -2.375 18.0928 -7.61426c5.21777 -4.77246 7.61426 -10.9443 7.61426 -18.0928
-c0 -3.33008 -0.488281 -6.66016 -1.90918 -9.52344c29.5039 -3.81738 52.835 -13.8076 69.9736 -31.4121c16.6709 -17.1387 25.2402 -40.0029 25.2402 -69.5068c0 -46.1963 8.56934 -90.4629 25.707 -132.354c17.1377 -41.9111 42.3779 -77.1416 76.166 -105.691
-c0 -9.05664 -3.33008 -17.1377 -9.98926 -23.8193c-6.66016 -6.65918 -14.7627 -9.98926 -23.7988 -9.98926h-119.032c0 -19.0479 -6.66016 -34.7646 -19.9805 -48.084c-13.3418 -13.3203 -29.0586 -20.002 -48.084 -20.002c-18.5801 0 -34.7637 6.68164 -48.084 20.002
-c-13.3418 13.3193 -20.002 29.0361 -20.002 48.084h-119.032c-9.03613 0 -17.1377 3.33008 -23.7979 9.98926zM196.371 32.7256v0c-2.86328 0 -4.28418 -1.4209 -4.28418 -4.28418c0 -12.8535 4.75098 -23.7988 13.8086 -32.8555
-c9.03516 -9.03516 20.001 -13.8076 32.8545 -13.8076c2.8418 0 4.28418 1.44238 4.28418 4.28418c0 2.86328 -1.44238 4.28418 -4.28418 4.28418c-10.4775 0 -19.5352 3.81836 -26.6611 11.4326c-7.63574 7.14844 -11.4326 16.1836 -11.4326 26.6621
-c0 2.86328 -1.4209 4.28418 -4.28516 4.28418z" />
-    <glyph glyph-name="uniF11D" unicode="&#xf11d;" 
-d="M218.624 77.3115c1.36523 -3.41276 0.85319 -6.65527 -1.53613 -9.72754l-99.8398 -110.08c-2.04818 -1.70638 -4.26693 -2.55957 -6.65625 -2.55957c-2.73047 0 -4.94922 0.85319 -6.65625 2.55957l-101.376 110.08c-2.73047 3.07227 -3.24219 6.31478 -1.53516 9.72754
-c1.70638 3.75521 4.43685 5.63281 8.19141 5.63281h64v356.352c0 2.73047 0.853516 4.94922 2.56055 6.65625c1.70638 1.70638 3.9248 2.55957 6.65527 2.55957h54.7842c2.73047 0 4.94922 -0.85319 6.65625 -2.55957c1.70638 -1.70703 2.55957 -3.92578 2.55957 -6.65625
-v-356.352h64c3.75521 0 6.486 -1.8776 8.19238 -5.63281z" />
-    <glyph glyph-name="uniF15B" unicode="&#xf15b;" 
-d="M329.216 192c0 -2.73047 -0.85319 -4.94922 -2.55957 -6.65625l-91.6484 -91.1357c-1.70638 -1.70638 -3.92513 -2.55957 -6.65625 -2.55957c-2.38932 0 -4.43717 0.85319 -6.14355 2.55957s-2.55957 3.75423 -2.55957 6.14355v55.2969h-100.864
-c-2.38932 0 -4.4375 0.85319 -6.14453 2.55957c-1.70638 1.70638 -2.73014 3.75423 -3.07129 6.14355v55.2969c0 2.38932 1.02376 4.43717 3.07129 6.14355c2.04818 1.70638 4.09635 2.55957 6.14453 2.55957h100.864v55.2969c0 2.38932 0.85319 4.43717 2.55957 6.14355
-s3.75423 2.55957 6.14355 2.55957s4.77865 -0.85319 7.16797 -2.55957l91.1367 -91.1357c1.70638 -1.70703 2.55957 -3.92578 2.55957 -6.65625zM374.784 192c0 28.3307 -6.9974 54.2721 -20.9922 77.8242c-13.9948 23.5521 -32.7682 42.4961 -56.3203 56.832
-s-49.4932 21.3333 -77.8232 20.9922c-28.3307 -0.341797 -54.443 -7.33919 -78.3369 -20.9922c-23.8932 -13.6536 -42.6663 -32.5977 -56.3193 -56.832c-13.6536 -24.235 -20.651 -50.1764 -20.9922 -77.8242c-0.341146 -27.6478 6.65625 -53.5892 20.9922 -77.8242
-c14.3359 -24.2344 33.109 -43.1784 56.3193 -56.832c23.2109 -13.653 49.3232 -20.6504 78.3369 -20.9922c29.013 -0.341146 54.9541 6.65625 77.8232 20.9922c22.8698 14.3359 41.6432 33.2799 56.3203 56.832c14.6771 23.5521 21.6745 49.4935 20.9922 77.8242z
-M438.784 192c0 -39.9362 -9.72819 -76.6296 -29.1846 -110.08c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721c-33.7917 -19.7975 -70.4847 -29.6963 -110.079 -29.6963c-39.5951 0 -76.4593 9.89876 -110.593 29.6963
-c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4505 -28.6722 70.1439 -29.6963 110.08s8.87467 76.6296 29.6963 110.08c20.821 33.4505 47.2741 60.0745 79.3594 79.8721s68.9495 29.6963 110.593 29.6963
-c41.6426 0 78.3356 -9.89876 110.079 -29.6963c31.7441 -19.7975 58.3682 -46.4215 79.8721 -79.8721c21.5046 -33.4505 31.2327 -70.1439 29.1846 -110.08z" />
-    <glyph glyph-name="uniF154" unicode="&#xf154;" 
-d="M164.168 448.328v-59.6387l-104.53 -104.529l104.53 -104.202v-59.3105l-164.168 163.513zM283.771 448.328v-104.53c24.0299 -3.27669 46.3122 -8.19206 66.8467 -14.7461c20.5352 -6.55339 37.9023 -13.9808 52.1016 -22.2822
-c14.1992 -8.30078 27.0879 -17.2572 38.666 -26.8691s20.9717 -19.5518 28.1807 -29.8193c7.20898 -10.2669 13.4349 -20.0973 18.6777 -29.4912c5.24284 -9.39323 9.06576 -18.568 11.4688 -27.5244c2.40299 -8.95703 4.36914 -16.4938 5.89844 -22.6104
-s2.29395 -11.2503 2.29395 -15.4014v-5.57031c-1.3112 2.40299 -3.38672 5.57064 -6.22656 9.50293s-10.1579 10.9229 -21.9541 20.9717c-11.7969 10.0488 -25.4502 18.3499 -40.96 24.9033c-15.5104 6.99089 -37.028 12.6706 -64.5527 17.0391
-c-16.821 2.62174 -34.4066 3.93262 -52.7568 3.93262c-12.015 0 -24.5762 -0.546224 -37.6836 -1.63867v-103.547l-164.167 163.513z" />
-    <glyph glyph-name="uniF10E" unicode="&#xf10e;" 
-d="M334.848 192l177.152 -177.152l-78.8477 -78.8477l-177.152 177.152l-177.152 -177.152l-78.8477 78.8477l177.152 177.152l-177.152 177.152l78.8477 78.8477l177.152 -177.152l177.152 177.152l78.8477 -78.8477z" />
-    <glyph glyph-name="uniF16C" unicode="&#xf16c;" 
-d="M146.432 55.2959v54.7842c0 2.73047 -0.85319 4.94922 -2.55957 6.65625c-1.70703 1.70638 -3.92578 2.55957 -6.65625 2.55957h-91.6475c-2.38932 0 -4.60807 -0.85319 -6.65625 -2.55957c-2.04818 -1.70703 -2.90169 -3.92578 -2.56055 -6.65625v-54.7842
-c0 -2.73047 0.853516 -4.94922 2.56055 -6.65625c1.70638 -1.70638 3.92513 -2.55957 6.65625 -2.55957h91.6475c2.73047 0 4.94922 0.85319 6.65625 2.55957c1.70638 1.70703 2.55957 3.92578 2.55957 6.65625zM146.432 164.864v55.2959
-c0 2.38932 -0.85319 4.43717 -2.55957 6.14355c-1.70703 1.70703 -3.92578 2.56055 -6.65625 2.56055h-91.6475c-2.38932 0 -4.60807 -0.853516 -6.65625 -2.56055c-2.04818 -1.70638 -2.90169 -3.75423 -2.56055 -6.14355v-55.2959
-c0 -2.38932 0.853516 -4.4375 2.56055 -6.14453c1.70638 -1.70638 3.92513 -2.55957 6.65625 -2.55957h91.6475c2.73047 0 4.94922 0.85319 6.65625 2.55957c1.70638 1.70703 2.55957 3.75521 2.55957 6.14453zM292.352 55.2959v54.7842
-c0 2.73047 -0.85319 4.94922 -2.55957 6.65625c-1.70638 1.70638 -3.75423 2.55957 -6.14355 2.55957h-91.6484c-2.73047 0 -4.94922 -0.85319 -6.65625 -2.55957c-1.70638 -1.70703 -2.55957 -3.92578 -2.55957 -6.65625v-54.7842
-c0 -2.73047 0.85319 -4.94922 2.55957 -6.65625c1.70703 -1.70638 3.92578 -2.55957 6.65625 -2.55957h91.6484c2.38932 0 4.43717 0.85319 6.14355 2.55957c1.70638 1.70703 2.55957 3.92578 2.55957 6.65625zM146.432 274.944v54.7832
-c0 2.73112 -0.85319 4.94987 -2.55957 6.65625c-1.70703 1.70703 -3.92578 2.56055 -6.65625 2.56055h-91.6475c-2.38932 0 -4.60807 -0.853516 -6.65625 -2.56055c-2.04818 -1.70638 -2.90169 -3.92513 -2.56055 -6.65625v-54.7832
-c0 -2.73112 0.853516 -4.94987 2.56055 -6.65625c1.70638 -1.70703 3.92513 -2.56055 6.65625 -2.56055h91.6475c2.73047 0 4.94922 0.853516 6.65625 2.56055c1.70638 1.70638 2.55957 3.92513 2.55957 6.65625zM292.352 164.864v55.2959
-c0 2.38932 -0.85319 4.43717 -2.55957 6.14355c-1.70638 1.70703 -3.75423 2.56055 -6.14355 2.56055h-91.6484c-2.73047 0 -4.94922 -0.853516 -6.65625 -2.56055c-1.70638 -1.70638 -2.55957 -3.75423 -2.55957 -6.14355v-55.2959
-c0 -2.38932 0.85319 -4.4375 2.55957 -6.14453c1.70703 -1.70638 3.92578 -2.55957 6.65625 -2.55957h91.6484c2.38932 0 4.43717 0.85319 6.14355 2.55957c1.70638 1.70703 2.55957 3.75521 2.55957 6.14453zM438.784 55.2959v54.7842
-c0 2.73047 -0.853516 4.94922 -2.56055 6.65625c-1.70638 1.70638 -3.9248 2.55957 -6.65527 2.55957h-91.1367c-2.73047 0 -4.94889 -0.85319 -6.65527 -2.55957c-1.70703 -1.70703 -2.56055 -3.92578 -2.56055 -6.65625v-54.7842
-c0 -2.73047 0.853516 -4.94922 2.56055 -6.65625c1.70638 -1.70638 3.9248 -2.55957 6.65527 -2.55957h91.1367c2.73047 0 4.94889 0.85319 6.65527 2.55957c1.70703 1.70703 2.56055 3.92578 2.56055 6.65625zM292.352 274.944v54.7832
-c0 2.73112 -0.85319 4.94987 -2.55957 6.65625c-1.70638 1.70703 -3.75423 2.56055 -6.14355 2.56055h-91.6484c-2.73047 0 -4.94922 -0.853516 -6.65625 -2.56055c-1.70638 -1.70638 -2.55957 -3.92513 -2.55957 -6.65625v-54.7832
-c0 -2.73112 0.85319 -4.94987 2.55957 -6.65625c1.70703 -1.70703 3.92578 -2.56055 6.65625 -2.56055h91.6484c2.38932 0 4.43717 0.853516 6.14355 2.56055c1.70638 1.70638 2.55957 3.92513 2.55957 6.65625zM438.784 164.864v55.2959
-c0 2.38932 -0.853516 4.43717 -2.56055 6.14355c-1.70638 1.70703 -3.9248 2.56055 -6.65527 2.56055h-91.1367c-2.73047 0 -4.94889 -0.853516 -6.65527 -2.56055c-1.70703 -1.70638 -2.56055 -3.75423 -2.56055 -6.14355v-55.2959
-c0 -2.38932 0.853516 -4.4375 2.56055 -6.14453c1.70638 -1.70638 3.9248 -2.55957 6.65527 -2.55957h91.1367c2.73047 0 4.94889 0.85319 6.65527 2.55957c1.70703 1.70703 2.56055 3.75521 2.56055 6.14453zM438.784 274.944v54.7832
-c0 2.73112 -0.853516 4.94987 -2.56055 6.65625c-1.70638 1.70703 -3.9248 2.56055 -6.65527 2.56055h-91.1367c-2.73047 0 -4.94889 -0.853516 -6.65527 -2.56055c-1.70703 -1.70638 -2.56055 -3.92513 -2.56055 -6.65625v-54.7832
-c0 -2.73112 0.853516 -4.94987 2.56055 -6.65625c1.70638 -1.70703 3.9248 -2.56055 6.65527 -2.56055h91.1367c2.73047 0 4.94889 0.853516 6.65527 2.56055c1.70703 1.70638 2.56055 3.92513 2.56055 6.65625zM475.648 366.08v-310.784
-c0 -12.6296 -4.60807 -23.3815 -13.8242 -32.2559c-9.21615 -8.875 -19.9681 -13.3125 -32.2559 -13.3125h-384c-12.2884 0 -23.0407 4.4375 -32.2568 13.3125c-9.21549 8.87435 -13.6527 19.6263 -13.3115 32.2559v310.784c0 12.6296 4.43717 23.3815 13.3115 32.2559
-c8.875 8.875 19.6273 13.4831 32.2568 13.8242h384c12.6289 0 23.3809 -4.60807 32.2559 -13.8242c8.87435 -9.21615 13.4824 -19.9681 13.8242 -32.2559z" />
-    <glyph glyph-name="uniF171" unicode="&#xf171;" 
-d="M292.352 100.864c0 -4.77865 -1.70638 -9.04525 -5.11914 -12.7998c-3.41341 -3.75521 -7.68034 -5.46191 -12.8008 -5.12012h-256c-5.11979 0 -9.38639 1.70671 -12.7998 5.12012c-3.41341 3.41276 -5.29069 7.67936 -5.63184 12.7998
-c-0.341146 5.11979 1.53613 9.55697 5.63184 13.3115l128 128c3.41341 3.41341 7.68001 5.12012 12.7998 5.12012c5.12044 0 9.38737 -1.70671 12.8008 -5.12012l128 -128c3.41276 -3.75456 5.11914 -8.19173 5.11914 -13.3115z" />
-    <glyph glyph-name="uniF116" unicode="&#xf116;" 
-d="M0 192.512c0 70.6562 25.0879 131.072 75.2637 181.248c50.1764 50.1764 110.422 75.0938 180.736 74.752c71.3385 0 131.925 -25.2585 181.76 -75.7754l74.2402 52.7354v-238.08l-227.84 76.2881l67.0723 47.6162c-27.9896 22.1868 -59.7337 33.2803 -95.2324 33.2803
-c-41.9837 0 -77.8236 -14.848 -107.52 -44.5439c-29.6966 -29.696 -44.5449 -65.5361 -44.5449 -107.521c0 -41.9837 14.8483 -77.8236 44.5449 -107.52c29.696 -29.696 65.5358 -44.5439 107.52 -44.5439c27.9896 0 53.5895 6.8265 76.7998 20.4795
-c23.2109 13.6536 41.6429 32.2565 55.2959 55.8086l90.1123 -52.2246c-22.8691 -38.5703 -53.9303 -69.6315 -93.1836 -93.1836c-39.2539 -23.5521 -82.262 -35.1576 -129.024 -34.8164c-70.6562 0 -130.902 24.9173 -180.736 74.752
-c-49.8346 49.8346 -74.9225 110.251 -75.2637 181.248z" />
-    <glyph glyph-name="uniF16B" unicode="&#xf16b;" 
-d="M3.49219 294.4l101 102.399h25.0312v-78.7695h378.093v-47.2607h-378.093v-78.7695h-25.0312zM508.508 89.5996l-101.016 -102.399h-25.9082v78.7686h-378.092v47.2607h378.092v78.7705h25.9082z" />
-    <glyph glyph-name="uniF15E" unicode="&#xf15e;" 
-d="M109.568 9.72754h219.647v109.568h-219.647v-109.568zM365.568 9.72754h36.8633v256c0 2.73112 -1.02376 6.31543 -3.07129 10.7529c-2.04818 4.43685 -3.92578 7.84993 -5.63281 10.2393l-80.3838 79.8721c-1.70638 2.04818 -4.94889 4.09635 -9.72754 6.14453
-c-4.77865 2.04753 -8.53353 2.90072 -11.2646 2.55957v-118.784c0 -7.50911 -2.5599 -13.9945 -7.67969 -19.4561c-5.11979 -5.46094 -11.6051 -8.19141 -19.4561 -8.19141h-164.864c-7.50911 0 -13.8236 2.73047 -18.9434 8.19141
-c-5.12044 5.46159 -7.85124 11.9469 -8.19238 19.4561v118.784h-36.8643v-365.568h36.8643v118.784c0 7.50977 2.73079 13.9951 8.19238 19.4561c5.46094 5.46159 11.7754 8.19238 18.9434 8.19238h238.08c7.50977 0 13.9951 -2.73079 19.4561 -8.19238
-c5.46159 -5.46094 8.02181 -11.9463 7.68066 -19.4561v-118.784zM256 274.944v91.1357c0 2.73047 -0.85319 4.94922 -2.55957 6.65625c-1.70703 1.70638 -3.92578 2.55957 -6.65625 2.55957h-54.7842c-2.38932 0 -4.60807 -0.85319 -6.65625 -2.55957
-c-2.04753 -1.70703 -2.90072 -3.92578 -2.55957 -6.65625v-91.1357c0 -2.73112 0.85319 -4.94987 2.55957 -6.65625c1.70703 -1.70703 3.92578 -2.56055 6.65625 -2.56055h54.7842c2.38932 0 4.60807 0.853516 6.65625 2.56055
-c2.04753 1.70638 2.90072 3.92513 2.55957 6.65625zM438.784 265.728v-265.216c0 -7.50911 -2.56022 -13.9945 -7.68066 -19.4561c-5.11979 -5.46094 -11.6048 -8.19141 -19.4551 -8.19141h-384c-7.85091 0 -14.3363 2.73047 -19.4561 8.19141
-c-5.12044 5.46159 -7.85124 11.9469 -8.19238 19.4561v384c0 7.50977 2.73079 13.9951 8.19238 19.4561c5.46094 5.46159 11.9463 8.19238 19.4561 8.19238h264.703c7.85091 0 16.3844 -2.04818 25.6006 -6.14453c9.21615 -4.0957 16.3841 -8.53288 21.5039 -13.3115
-l79.8721 -80.3838c5.46094 -5.12044 10.069 -12.2884 13.8242 -21.5039c3.75456 -9.21615 5.63184 -17.5791 5.63184 -25.0889z" />
-    <glyph glyph-name="uniF125" unicode="&#xf125;" 
-d="M238.08 364.032c23.2109 0 47.1042 -5.80273 71.6797 -17.4082c24.5762 -11.6055 45.7389 -25.6003 63.4883 -41.9844c17.7493 -16.3835 33.9626 -32.9382 48.6396 -49.6641c14.6777 -16.7253 25.6006 -30.8903 32.7686 -42.4951l11.7754 -17.4082
-c-3.07161 -4.77865 -7.16764 -11.0934 -12.2881 -18.9443c-5.11979 -7.85091 -15.8717 -21.6748 -32.2559 -41.4717c-16.3841 -19.7975 -32.9388 -37.3763 -49.6641 -52.7363s-37.3757 -29.3548 -61.9512 -41.9844c-24.5762 -12.6289 -48.6403 -18.7728 -72.1924 -18.4316
-c-23.5521 0.341146 -47.4453 6.14388 -71.6797 17.4082c-24.235 11.2637 -45.3978 25.7702 -63.4883 43.5195s-34.4746 34.8161 -49.1523 51.2002c-14.6771 16.3841 -25.5996 31.0615 -32.7676 44.0322l-11.7764 17.4082c2.73047 4.77865 6.65592 10.9225 11.7764 18.4316
-c5.11979 7.50911 15.8717 20.9919 32.2559 40.4482c16.3841 19.4557 33.1094 36.693 50.1758 51.7119c17.0671 15.0189 37.8883 28.5016 62.4639 40.4482c24.5762 11.9466 48.6403 17.9199 72.1924 17.9199zM238.08 78.3359c31.4023 0 58.3675 11.0934 80.8955 33.2803
-c22.528 22.1868 33.6214 49.152 33.2803 80.8955c-0.341146 31.7441 -11.4346 58.7096 -33.2803 80.8965c-21.8451 22.1868 -48.8102 33.4508 -80.8955 33.792c-32.0853 0.341146 -59.0508 -10.9229 -80.8965 -33.792c-21.8451 -22.8698 -33.109 -49.8353 -33.792 -80.8965
-c-0.682292 -31.0612 10.5817 -58.0264 33.792 -80.8955c23.2109 -22.8698 50.1764 -33.9632 80.8965 -33.2803zM180.736 192.512c0 38.2298 19.1146 57.3447 57.3438 57.3447c38.2292 0 57.1732 -19.1149 56.832 -57.3447
-c-0.341146 -38.2292 -19.2852 -57.1732 -56.832 -56.832c-37.5469 0.341797 -56.6615 19.2858 -57.3438 56.832z" />
-    <glyph glyph-name="uniF10B" unicode="&#xf10b;" 
-d="M479.232 3.07227c-49.1523 -2.56055 -141.824 -10.752 -192 -36.8643c-2.56055 -15.3604 -15.3604 -27.1357 -31.2324 -27.1357s-28.1602 11.7754 -30.7197 27.1357c-50.1768 26.1123 -143.36 34.8164 -192 36.8643c-17.4082 0 -31.7441 14.3359 -31.7441 31.7441
-v381.951c0 17.4082 14.3359 31.7441 31.7441 31.7441c1.02344 0 2.04785 -0.511719 3.07129 -0.511719c219.137 -5.63184 219.648 -62.9756 219.648 -62.9756s1.02441 57.3438 219.648 62.9756c1.53516 0 2.04785 0.511719 3.58398 0.511719
-c17.4072 0 31.7432 -14.3359 31.7432 -31.7441v-381.951c0 -17.4082 -14.3359 -31.7441 -31.7432 -31.7441zM224.256 348.672c-40.96 20.9922 -109.056 29.6963 -159.231 33.2803v-316.928c85.5039 -4.6084 133.632 -17.4082 159.231 -30.208v313.855zM446.976 381.952
-c-50.1758 -3.58398 -117.76 -12.2881 -158.72 -33.2803v-313.855c25.6006 12.7998 73.7285 25.5996 158.72 30.208v316.928zM415.232 321.024v-63.4883s-95.2324 0 -95.2324 -31.7441v63.4883s0 31.7441 95.2324 31.7441zM415.232 194.048v-64s-95.2324 0 -95.2324 -31.7441
-v64s0 31.7441 95.2324 31.7441zM192.512 289.28v-63.4883c0 31.7441 -95.2314 31.7441 -95.2314 31.7441v63.4883c95.2314 0 95.2314 -31.7441 95.2314 -31.7441zM192.512 162.304v-64c0 31.7441 -95.2314 31.7441 -95.2314 31.7441v64
-c95.2314 0 95.2314 -31.7441 95.2314 -31.7441z" />
-    <glyph glyph-name="uniF16A" unicode="&#xf16a;" 
-d="M509.952 193.024c0 -10.752 -1.02441 -20.9922 -2.04785 -31.7441c-0.512695 -2.56055 -1.02441 -5.12012 -1.02441 -7.68066c-1.53613 -8.70312 -3.07227 -16.8955 -5.63184 -25.5996c-0.511719 -1.53613 -0.511719 -3.07227 -1.02441 -4.6084
-c-6.14355 -20.9912 -14.8477 -40.96 -25.5996 -59.3916c-22.0156 -36.8643 -52.7363 -67.584 -89.5996 -89.5996c-18.4326 -10.752 -38.4004 -19.4561 -59.3926 -25.6006c-1.53613 -0.511719 -3.07227 -0.511719 -4.60742 -1.02344
-c-8.19238 -2.04883 -16.8965 -4.09668 -25.6006 -5.12012c-2.55957 -0.512695 -5.12012 -1.02441 -7.67969 -1.53613c-10.2402 -1.02441 -20.9922 -2.04785 -31.7441 -2.04785v0v0c-10.752 0 -20.9922 1.02344 -31.7441 2.04785
-c-2.55957 0.511719 -4.60742 1.02344 -7.16797 1.02344c-8.7041 1.53613 -17.4082 3.58398 -26.1123 5.63281c-1.02344 0.511719 -2.55957 0.511719 -4.0957 1.02344c-20.9922 6.14453 -40.96 14.8486 -59.3916 25.6006c-37.376 22.0156 -68.0967 52.7354 -90.1123 89.5996
-c-10.752 18.4316 -19.4561 38.4004 -25.5996 59.3916c0 1.53613 -0.512695 3.07227 -1.02441 4.6084c-2.04785 8.7041 -4.0957 16.8965 -5.12012 25.5996c-0.511719 2.56055 -1.02344 5.12012 -1.02344 7.68066c-1.53613 10.752 -2.56055 20.9922 -2.56055 31.7441v0v0
-c0 10.752 1.02441 21.5039 2.04785 31.7432c0.512695 2.56055 1.02441 5.12012 1.53613 7.68066c1.02441 8.7041 3.07227 16.8955 5.12012 25.5996c0.511719 1.53613 0.511719 3.07227 1.02441 4.6084c6.14355 20.9922 14.8477 40.96 25.5996 59.3916
-c22.0156 36.8643 52.7363 67.584 90.1123 89.6006c17.9199 10.752 38.3994 19.4551 59.3916 25.5996c1.02441 0.511719 2.56055 0.511719 4.0957 1.02441c8.7041 2.04785 16.8965 4.0957 25.6006 5.11914c2.55957 0.512695 5.12012 1.02441 7.67969 1.53613
-c10.752 1.02441 20.9922 2.04785 31.7441 2.04785v0v0c10.752 0 21.5039 -1.02344 31.7441 -2.04785c2.55957 -0.511719 5.12012 -1.02344 7.67969 -1.02344c8.7041 -1.53613 16.8965 -3.58398 25.6006 -5.63184c1.53516 -0.512695 3.07129 -0.512695 4.60742 -1.02441
-c20.9922 -6.14453 40.96 -14.8477 59.3926 -25.5996c36.8633 -22.0166 67.584 -52.7363 89.5996 -89.6006c10.752 -18.4316 19.4561 -38.3994 25.5996 -59.3916c0.512695 -1.53613 0.512695 -3.07227 1.02441 -4.6084c2.04785 -8.19141 4.0957 -16.8955 5.12012 -25.5996
-c0.511719 -2.56055 1.02344 -5.12012 1.53613 -7.68066c1.02344 -10.2393 2.04785 -20.9912 2.04785 -31.7432v0v0zM108.544 250.88l-47.1035 47.1045c-16.8965 -31.2324 -27.6484 -66.5605 -27.6484 -104.96c0 -38.4004 10.752 -73.7285 27.6484 -104.96l47.1035 47.1035
-c-7.16797 17.9199 -11.2637 37.376 -11.2637 57.8564c0 20.4795 4.0957 39.9355 11.2637 57.8555zM256 -29.1836c38.4004 0 73.7275 10.2393 104.96 27.6475l-47.1035 47.1045c-17.9209 -7.16797 -37.376 -11.2646 -57.8564 -11.2646s-39.9355 4.09668 -57.8564 11.2646
-l-47.1035 -47.1045c31.2324 -17.4082 66.5596 -27.6475 104.96 -27.6475zM256 415.232c-38.4004 0 -73.7275 -10.752 -104.96 -27.6484l47.1035 -47.1035c17.9209 7.16797 37.376 11.2637 57.8564 11.2637s39.9355 -4.0957 57.8564 -11.2637l47.1035 47.1035
-c-31.2324 16.8965 -66.5596 27.6484 -104.96 27.6484zM378.368 225.28v0c-11.7764 44.0312 -46.0801 78.3359 -90.1123 90.1113v0v0c-4.0957 1.02441 -8.19141 2.04883 -12.7998 2.56055c-6.14453 1.02344 -12.7998 2.04785 -19.4561 2.04785
-s-13.3115 -1.02441 -19.4561 -2.04785c-4.6084 -0.511719 -8.7041 -1.53613 -12.7998 -2.56055v0v0c-44.0322 -11.7754 -78.3359 -46.0801 -90.1123 -90.1113v0v0c-1.02344 -4.09668 -2.04785 -8.19238 -2.55957 -12.7998
-c-1.02441 -6.14453 -2.04785 -12.8008 -2.04785 -19.4561c0 -6.65625 1.02344 -13.3125 2.04785 -19.4561c0.511719 -4.6084 1.53613 -8.7041 2.55957 -12.8008v0v0c11.7764 -44.0312 46.0801 -78.3359 90.1123 -90.1113v0v0
-c4.0957 -1.02441 8.19141 -2.04785 12.7998 -2.56055c6.14453 -1.02344 12.7998 -2.04785 19.4561 -2.04785s13.3115 1.02441 19.4561 2.04785c4.6084 0.512695 8.7041 1.53613 13.3115 2.56055v0v0c43.5205 11.7754 77.8242 46.0801 89.6006 90.1113v0v0
-c1.02344 4.09668 2.04785 8.19238 2.55957 12.8008c1.02441 6.14355 2.04785 12.7998 2.04785 19.4561c0 6.65527 -1.02344 13.3115 -2.04785 19.4561c-0.511719 4.60742 -1.53613 8.70312 -2.55957 12.7998v0zM450.56 297.984l-47.1035 -47.1045
-c7.16797 -17.9199 11.2637 -37.376 11.2637 -57.8555c0 -20.4805 -4.0957 -39.9365 -11.2637 -57.8564l47.1035 -47.1035c17.4082 31.2314 27.6484 66.5596 27.6484 104.96c0 38.3994 -10.2402 73.7275 -27.6484 104.96z" />
-    <glyph glyph-name="uniF12D" unicode="&#xf12d;" 
-d="M94.208 395.264c15.3604 10.752 39.4238 15.8721 72.1924 15.8721h39.4238v-39.9355h-20.9922c-10.2402 0 -19.4561 -0.511719 -26.1123 -1.53613c-6.65527 -1.02441 -11.7754 -3.07227 -15.8721 -5.63184c-3.58398 -3.07227 -6.14355 -6.65625 -7.67969 -11.2646
-c-1.53613 -4.60742 -2.55957 -10.2393 -2.55957 -17.4072c0 -13.8242 0.511719 -27.1367 1.53516 -40.4482c0.512695 -13.3125 1.02441 -27.6484 1.02441 -43.0078c0 -19.4561 -4.0957 -33.792 -11.7764 -42.4961c-7.67969 -8.7041 -20.9912 -14.3359 -39.4238 -17.4082
-v-2.04785c18.4326 -3.07227 31.2324 -9.21582 39.4238 -17.9199c8.19238 -8.7041 11.7764 -22.5283 11.7764 -41.9844c0 -15.8721 -0.511719 -30.208 -1.02441 -43.0078c-1.02344 -13.3125 -1.53516 -26.624 -1.53516 -40.4482
-c0 -7.16797 1.02344 -13.3115 2.55957 -17.9199c1.53613 -4.60742 4.0957 -8.19141 7.67969 -10.752c4.09668 -2.55957 9.2168 -4.6084 15.8721 -5.63184c7.16797 -1.02441 15.8721 -1.53613 26.1123 -1.53613h20.9922v-39.9355h-39.4238
-c-32.7686 0 -56.832 5.11914 -72.1924 15.3594c-15.3604 10.752 -23.04 29.6963 -23.04 57.3438c0 9.2168 0.511719 17.4082 1.02441 24.5762c0.511719 7.16797 1.02344 13.8242 1.53516 20.4805c1.02441 6.65625 1.53613 13.3115 2.04883 19.9678
-c0.511719 6.65625 0.511719 14.3359 0.511719 22.5283c0 4.0957 -1.02441 8.7041 -3.07227 13.3115c-2.04785 4.09668 -5.63184 8.19238 -11.2637 11.7764c-5.12012 3.58398 -12.2881 6.14355 -21.5039 8.7041c-9.21582 2.55957 -20.4805 3.58398 -34.3047 4.0957v44.0322
-c13.8242 0 25.0889 1.53613 34.3047 3.58398c8.7041 2.55957 16.3838 5.12012 21.5039 8.7041c5.63184 3.58398 9.21582 7.67969 11.2637 12.2881c2.04785 4.0957 3.07227 8.7041 3.07227 13.3115c0 7.67969 0 14.8477 -0.511719 22.0166
-c-0.512695 6.65527 -1.02441 13.3115 -2.04883 19.9678c-0.511719 6.65527 -1.02344 13.8242 -1.53516 20.9922c-0.512695 7.67969 -1.02441 15.3594 -1.02441 24.5752c0 27.6484 7.67969 46.5928 23.04 56.832zM478.208 216.576
-c8.7041 -2.04785 20.4805 -3.58398 34.3037 -3.58398v-44.0322c-13.8232 -0.511719 -25.0879 -2.04785 -34.3037 -4.0957s-16.3838 -5.12012 -22.0156 -8.7041c-5.12012 -3.58398 -9.2168 -7.67969 -11.2646 -11.7764
-c-2.04785 -4.60742 -3.07129 -9.21582 -3.07129 -13.3115c0 -8.19238 0.511719 -15.8721 1.02344 -22.5283s1.02441 -13.3115 2.04785 -19.9678c0.512695 -6.65625 1.53613 -13.3125 2.04785 -20.4805c0.512695 -7.16797 0.512695 -15.3594 0.512695 -24.5762
-c0 -27.6475 -7.68066 -46.5918 -23.04 -57.3438c-15.3604 -10.2402 -39.4238 -15.3594 -72.1924 -15.3594h-39.4238v39.9355h20.9922c10.752 0 19.4561 0.511719 26.1113 1.53613c6.65625 1.02344 11.7764 2.55957 15.3604 5.63184
-c4.0957 2.56055 6.65625 6.14453 8.19238 10.752c1.53613 4.6084 2.04785 10.752 2.04785 17.9199c0 13.8242 0 27.1357 -1.02441 40.4482c-0.511719 12.7998 -1.02344 27.1357 -1.02344 43.0078c0 19.4561 4.0957 33.2803 11.7754 41.9844
-c8.19238 8.7041 20.9922 14.8477 39.4248 17.9199v2.04785c-18.4326 3.07227 -31.2324 8.7041 -39.4248 17.4082c-7.67969 8.7041 -11.7754 23.04 -11.7754 42.4961c0 15.3594 0 29.6953 1.02344 43.0078c1.02441 13.3115 1.02441 26.624 1.02441 40.4482
-c0 7.16797 -0.511719 12.7998 -2.04785 17.4072c-1.53613 4.6084 -4.09668 8.19238 -8.19238 11.2646c-3.58398 2.55957 -8.7041 4.60742 -15.3604 5.63184c-6.65527 1.02441 -15.3594 1.53613 -26.1113 1.53613h-20.9922v39.9355h39.4238
-c32.7686 0 56.832 -5.12012 72.1924 -15.8721c15.3594 -10.2393 23.04 -29.1836 23.04 -56.832c0 -9.21582 0 -16.8955 -0.512695 -24.5752c-0.511719 -7.16797 -1.53516 -14.3369 -2.04785 -20.9922c-1.02344 -6.65625 -1.53613 -13.3125 -2.04785 -19.9678
-c-0.511719 -7.16895 -1.02344 -14.3369 -1.02344 -22.0166c0 -4.60742 1.02344 -9.21582 3.07129 -13.3115c2.04785 -4.6084 6.14453 -8.7041 11.2646 -12.2881c5.63184 -3.58398 12.7998 -6.14453 22.0156 -8.7041z" />
-    <glyph glyph-name="uniF152" unicode="&#xf152;" 
-d="M192 96.7676h32.2559v-64h-32.2559v64zM256 96.7676h32.2559v-64h-32.2559v64zM320 96.7676h32.2559v-64h-32.2559v64zM416.256 144.384l95.7441 -79.8721l-95.7441 -79.8721h-32.2559v159.744h32.2559zM512 400.384v-159.744h-159.744v159.744h159.744zM463.872 288.768
-v64h-64v-64h64zM0 -15.3604v159.744h160.256v-159.744h-160.256zM48.1279 96.7676v-64h64v64h-64zM288.256 352.768h31.7441v-64h-31.7441v64zM224.256 352.768h31.7441v-64h-31.7441v64zM160.256 352.768h31.7441v-64h-31.7441v64zM128 240.64h-32.2559l-95.7441 79.8721
-l95.7441 79.8721h32.2559v-159.744z" />
-    <glyph glyph-name="uniF13B" unicode="&#xf13b;" 
-d="M475.648 265.728c9.89844 0 18.4316 -3.58398 25.5996 -10.752s10.752 -15.8717 10.752 -26.1113c0 -10.2402 -3.58398 -18.7738 -10.752 -25.6006c-7.16797 -6.82617 -15.7012 -10.4102 -25.5996 -10.752v-109.567c0 -9.89909 -3.75488 -18.4326 -11.2646 -25.6006
-c-7.50911 -7.16797 -16.0423 -10.9225 -25.5996 -11.2637c-79.5306 66.2188 -156.843 102.4 -231.937 108.544c-10.9225 -3.41341 -19.6263 -9.55729 -26.1113 -18.4316c-6.48568 -8.875 -9.38704 -18.6032 -8.7041 -29.1846
-c0.682292 -10.5814 4.43685 -19.2852 11.2637 -26.1113c-3.75456 -6.48568 -5.97331 -12.8005 -6.65625 -18.9443c-0.682292 -6.14388 0.000651042 -11.6051 2.04883 -16.3838c2.04753 -4.77865 5.11947 -10.0693 9.21582 -15.8721
-c4.0957 -5.80273 8.70345 -10.5814 13.8232 -14.3359c5.12044 -3.75521 11.0941 -8.53385 17.9209 -14.3359c-5.80273 -10.9232 -16.555 -18.7741 -32.2568 -23.5527c-15.7012 -4.77865 -31.7438 -5.97331 -48.1279 -3.58398
-c-16.3835 2.38932 -28.8421 7.68001 -37.376 15.8721c-1.36523 4.4375 -4.2666 12.8001 -8.7041 25.0879c-4.43685 12.2884 -7.50879 21.334 -9.21582 27.1367c-1.70638 5.80273 -3.75423 14.3359 -6.14355 25.5996c-2.38932 11.2643 -3.92546 20.8216 -4.6084 28.6719
-c-0.682292 7.85091 -0.34082 17.2376 1.02441 28.1602c1.36523 10.9225 3.41309 21.5039 6.14355 31.7441h-34.8154c-12.2884 0 -23.0407 4.43717 -32.2568 13.3115c-9.21549 8.875 -13.6527 19.627 -13.3115 32.2559v54.7842c0 12.6296 4.43717 23.3815 13.3115 32.2559
-c8.875 8.875 19.6273 13.3125 32.2568 13.3125h137.216c82.944 0 168.277 36.6934 256 110.08c9.89844 0 18.4316 -3.75456 25.5996 -11.2637c7.16797 -7.50977 10.9229 -16.0433 11.2646 -25.6006v-109.568zM438.784 93.1836v272.385
-c-75.0938 -57.3444 -148.139 -89.9417 -219.136 -97.792v-77.3125c71.6797 -7.85026 144.725 -40.277 219.136 -97.2803z" />
-    <glyph glyph-name="uniF147" unicode="&#xf147;" 
-d="M192 2.04785l-189.952 -63.4883l62.9766 190.465l317.439 317.439l126.977 -126.976zM65.0244 2.04785l95.2314 31.7441l-63.4883 63.4883zM128.512 129.024l63.4883 -63.4883l190.464 190.464l-63.4883 63.4883z" />
-    <glyph glyph-name="uniF115" unicode="&#xf115;" 
-d="M0 448.512h512v-512h-512v512zM448 0.511719v256h-384v-256h384zM448 320.512v64h-384v-64h384zM224.256 32.7676v95.7441h-64l95.7441 96.2559l96.2559 -96.2559h-64v-95.7441h-64z" />
-    <glyph glyph-name="uniF15A" unicode="&#xf15a;" 
-d="M237.568 421.376l228.863 -228.352l-228.863 -229.376l-80.3848 81.9199l89.6006 90.1113h-237.568v114.688h237.568l-89.6006 90.1123z" />
-    <glyph glyph-name="uniF15F" unicode="&#xf15f;" 
-d="M495.616 19.9678c18.9434 -18.9434 18.9434 -49.1514 0 -67.584c-18.4326 -18.9434 -48.6406 -18.9434 -67.584 0l-111.616 111.616c-31.7441 -19.4561 -68.0957 -31.2324 -108.032 -31.2324c-114.176 0 -206.848 92.6729 -206.848 206.849
-s92.6719 206.848 206.848 206.848s206.849 -92.6719 206.849 -206.848c0 -39.4238 -11.7764 -76.2881 -31.2324 -108.032zM208.384 96.7676c78.8486 0 142.849 64 142.849 142.849c0 79.3594 -64 143.359 -142.849 143.359c-79.3594 0 -143.359 -64 -143.359 -143.359
-c0 -78.8486 64 -142.849 143.359 -142.849z" />
-    <glyph glyph-name="uniF134" unicode="&#xf134;" 
-d="M416.256 100.864c0 7.85026 -2.73047 14.3356 -8.19141 19.4561l-59.3926 59.3916c-5.46094 5.46159 -11.9463 8.19238 -19.4561 8.19238c-8.19206 0 -15.0186 -3.07194 -20.4795 -9.21582c0.341146 -0.341797 2.04785 -2.0485 5.12012 -5.12012
-c3.07161 -3.07227 5.11947 -5.12044 6.14355 -6.14453s2.56022 -2.90137 4.6084 -5.63184c2.04753 -2.73047 3.24219 -5.11979 3.58398 -7.16797c0.341146 -2.04818 0.682292 -4.60807 1.02344 -7.67969c0 -7.85091 -2.73047 -14.3363 -8.19141 -19.4561
-c-5.46159 -5.12044 -11.9469 -7.85124 -19.4561 -8.19238c-2.73112 0 -5.29134 0.341471 -7.68066 1.02441c-2.38932 0.682292 -4.77865 1.87695 -7.16797 3.58398c-2.38932 1.70638 -4.2666 3.24219 -5.63184 4.60742s-3.41309 3.41341 -6.14355 6.14453
-c-2.73112 2.73047 -4.43783 4.43717 -5.12012 5.12012c-6.48568 -5.80273 -9.72852 -12.6296 -9.72852 -20.4805s2.73079 -14.3363 8.19238 -19.4561l58.8799 -59.3916c5.11979 -5.12044 11.6051 -7.68066 19.4561 -7.68066c7.50911 0 13.9945 2.56022 19.4561 7.68066
-l41.9844 41.4717c5.46094 5.46159 8.19141 11.9469 8.19141 19.4561v-0.511719zM215.04 302.592c0 7.50977 -2.5599 13.9951 -7.67969 19.4561l-58.8799 58.8799c-5.46159 5.46159 -11.9469 8.19238 -19.4561 8.19238c-7.50977 0 -13.9951 -2.5599 -19.4561 -7.67969
-l-41.9844 -41.9844c-5.46159 -5.11979 -8.19238 -11.4346 -8.19238 -18.9443c0 -7.50911 2.73079 -13.9945 8.19238 -19.4561l59.3916 -59.3916c5.12044 -5.11979 11.6058 -7.67969 19.4561 -7.67969c7.85091 0 14.6777 2.90137 20.4805 8.7041
-c-0.682943 0.682292 -2.56022 2.55957 -5.63184 5.63184c-3.07227 3.07161 -5.12044 5.11947 -6.14453 6.14355s-2.38932 2.73079 -4.0957 5.12012s-2.90104 4.77865 -3.58398 7.16797s-1.02441 5.12012 -1.02441 8.19238c0 7.50911 2.56022 13.9945 7.68066 19.4561
-c5.11979 5.46094 11.6051 8.02083 19.4561 7.67969c3.07161 0 5.80208 -0.341471 8.19141 -1.02441c2.38932 -0.682292 4.77865 -1.87695 7.16797 -3.58398c2.38932 -1.70638 4.09603 -3.07161 5.12012 -4.0957s3.07227 -3.07194 6.14453 -6.14355
-c3.07161 -3.07227 4.94889 -4.94987 5.63184 -5.63281c6.14388 5.80273 9.21582 12.8001 9.21582 20.9922zM471.04 100.864c0 -22.528 -8.19206 -41.8135 -24.5762 -57.8564l-41.9834 -41.4717c-15.7018 -16.043 -34.9873 -24.0645 -57.8564 -24.0645
-c-23.2109 0 -42.667 8.19206 -58.3682 24.5762l-58.8799 58.8799c-15.7012 16.043 -23.5518 35.499 -23.5518 58.3682c0 23.2109 8.36263 43.0085 25.0879 59.3926l-25.0879 25.0879c-16.3841 -16.7253 -36.1816 -25.0879 -59.3926 -25.0879
-c-22.8691 0 -42.3249 8.02116 -58.3672 24.0635l-59.3926 59.3916c-16.0423 16.043 -24.0635 35.499 -24.0635 58.3682c0 22.8698 8.02116 42.1553 24.0635 57.8564l41.9844 41.9834c16.0423 15.7018 35.4984 23.5527 58.3682 23.5527
-c22.8691 0 42.3249 -8.02148 58.3672 -24.0645l58.8809 -59.3916c15.7012 -15.7012 23.5518 -34.9867 23.5518 -57.8564c0 -23.5521 -8.36263 -43.5199 -25.0879 -59.9033l25.0879 -25.0889c16.3841 16.7259 36.1813 25.0889 59.3916 25.0889
-c22.8691 0 42.3252 -8.02148 58.3682 -24.0645l59.3916 -59.3916c16.043 -16.043 24.0645 -35.499 24.0645 -58.3682z" />
-    <glyph glyph-name="uniF140" unicode="&#xf140;" 
-d="M329.216 220.16v-18.4326c0 -2.73047 -0.85319 -4.94889 -2.55957 -6.65527c-1.70703 -1.70703 -3.92578 -2.56055 -6.65625 -2.56055h-237.568c-2.73047 0 -4.94889 0.853516 -6.65527 2.56055c-1.70703 1.70638 -2.56055 3.9248 -2.56055 6.65527v18.4326
-c0 2.38932 0.853516 4.43717 2.56055 6.14355c1.70638 1.70703 3.9248 2.56055 6.65527 2.56055h237.568c2.73047 0 4.94922 -0.853516 6.65625 -2.56055c1.70638 -1.70638 2.55957 -3.75423 2.55957 -6.14355zM365.568 92.1602v237.567
-c0 12.6296 -4.4375 23.3818 -13.3125 32.2568c-8.87435 8.87435 -19.6263 13.3115 -32.2559 13.3115h-237.568c-12.6289 0 -23.3809 -4.43717 -32.2559 -13.3115c-8.87435 -8.875 -13.4824 -19.6273 -13.8242 -32.2568v-237.567
-c0 -12.6296 4.60807 -23.5524 13.8242 -32.7686c9.21615 -9.21549 19.9681 -13.6527 32.2559 -13.3115h237.568c12.6296 0 23.3815 4.43717 32.2559 13.3115c8.875 8.875 13.3125 19.7979 13.3125 32.7686zM402.432 329.728v-237.567
-c0 -22.8691 -8.02116 -42.3252 -24.0635 -58.3682c-16.043 -16.043 -35.499 -24.0645 -58.3682 -24.0645h-237.568c-22.8691 0 -42.3249 8.02148 -58.3672 24.0645c-16.043 16.043 -24.0645 35.499 -24.0645 58.3682v237.567c0 22.528 8.02148 41.8135 24.0645 57.8564
-c16.0423 16.043 35.498 24.235 58.3672 24.5762h237.568c22.528 0 41.984 -8.19206 58.3682 -24.5762s24.4053 -35.6696 24.0635 -57.8564z" />
-    <glyph glyph-name="uniF11C" unicode="&#xf11c;" 
-d="M292.352 192.512c0 -20.1387 -6.99707 -37.376 -20.9912 -51.7119c-13.9948 -14.3359 -31.2321 -21.5039 -51.7119 -21.5039c-20.4805 0 -37.7181 7.16797 -51.7129 21.5039c-13.9941 14.3359 -21.1621 31.5732 -21.5039 51.7119
-c-0.341146 20.1387 6.82682 37.376 21.5039 51.7119c14.6777 14.3359 31.9154 21.5039 51.7129 21.5039c19.7969 0 37.0342 -7.16797 51.7119 -21.5039c14.6771 -14.3359 21.6742 -31.5732 20.9912 -51.7119zM219.648 348.16c-28.3307 0 -54.443 -6.9974 -78.3369 -20.9922
-c-23.8932 -13.9948 -42.6663 -32.9388 -56.3193 -56.832c-13.6536 -23.8932 -20.651 -49.8346 -20.9922 -77.8242c-0.341146 -27.9889 6.65625 -53.93 20.9922 -77.8232c14.3359 -23.8939 33.109 -42.8379 56.3193 -56.832
-c23.2109 -13.9948 49.3232 -20.9922 78.3369 -20.9922c29.013 0 54.9541 6.9974 77.8232 20.9922c22.8698 13.9941 41.6432 32.9382 56.3203 56.832c14.6771 23.8932 21.6745 49.8343 20.9922 77.8232c-0.682943 27.9896 -7.68034 53.931 -20.9922 77.8242
-c-13.3118 23.8932 -32.0853 42.8372 -56.3203 56.832c-24.2344 13.9948 -50.1755 20.9922 -77.8232 20.9922zM438.784 192.512c0 -39.9355 -9.72819 -76.6289 -29.1846 -110.08c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721
-c-33.7917 -19.7969 -70.4847 -29.6953 -110.079 -29.6953c-39.5951 0 -76.4593 9.89844 -110.593 29.6953c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4512 -28.6722 70.1445 -29.6963 110.08c-1.02409 39.9362 8.87467 76.6296 29.6963 110.08
-c20.821 33.4505 47.2741 60.0745 79.3594 79.8721s68.9495 29.6963 110.593 29.6963c41.6426 0 78.3356 -9.89876 110.079 -29.6963c31.7441 -19.7975 58.3682 -46.4215 79.8721 -79.8721c21.5046 -33.4505 31.2327 -70.1439 29.1846 -110.08z" />
-    <glyph glyph-name="uniF16E" unicode="&#xf16e;" 
-d="M218.624 307.712c-1.70638 -3.75456 -4.43717 -5.63184 -8.19238 -5.63184h-64v-356.353c0 -2.73047 -0.85319 -4.94889 -2.55957 -6.65527c-1.70703 -1.70703 -3.92578 -2.56055 -6.65625 -2.56055h-54.7842c-2.73047 0 -4.94889 0.853516 -6.65527 2.56055
-c-1.70703 1.70638 -2.56055 3.9248 -2.56055 6.65527v356.353h-64c-4.0957 0 -6.82617 1.87728 -8.19141 5.63184c-1.36589 3.75456 -0.854167 6.9974 1.53516 9.72852l99.8408 110.079c1.70638 1.70703 3.9248 2.56055 6.65527 2.56055
-c2.38932 0 4.60807 -0.853516 6.65625 -2.56055l101.376 -110.079c2.38932 -3.07227 2.90137 -6.3151 1.53613 -9.72852z" />
-    <glyph glyph-name="uniF13D" unicode="&#xf13d;" 
-d="M0 192.512c0 70.6562 25.0879 131.072 75.2637 181.248c50.1764 50.1764 110.422 75.0938 180.736 74.752c70.3145 -0.341146 130.73 -25.2585 181.248 -74.752s75.4349 -109.91 74.752 -181.248c-0.682943 -71.3385 -25.6003 -131.755 -74.752 -181.248
-c-49.1523 -49.4928 -109.568 -74.4102 -181.248 -74.752c-71.6797 -0.341146 -131.925 24.5762 -180.736 74.752c-48.8105 50.1764 -73.8984 110.592 -75.2637 181.248zM109.056 150.528h293.889v83.9678h-293.889v-83.9678z" />
-    <glyph glyph-name="uniF165" unicode="&#xf165;" 
-d="M398.464 0h-284.944c-62.5918 0 -113.52 50.9443 -113.52 113.536v140.944c0 62.5918 50.9277 113.52 113.52 113.52h284.944c62.5918 0 113.536 -50.9277 113.536 -113.52v-140.944c0 -62.5918 -50.9443 -113.536 -113.536 -113.536zM113.52 336
-c-44.9434 0 -81.5195 -36.5762 -81.5195 -81.5195v-140.944c0 -44.96 36.5762 -81.5361 81.5195 -81.5361h284.944c44.96 0 81.5361 36.5762 81.5361 81.5361v140.944c0 44.9434 -36.5762 81.5195 -81.5361 81.5195h-284.944zM358.848 122.672
-c3.56836 -3.56836 5.34473 -7.87207 5.34473 -12.96s-1.77637 -9.3916 -5.34473 -12.96c-3.56738 -3.56836 -7.87207 -5.34375 -12.9434 -5.34375c-5.08789 0 -9.4082 1.77539 -12.9766 5.34375l-42.2881 42.6562c-13.1836 -7.87207 -26.9121 -11.792 -41.1357 -11.792
-c-21.5996 0 -40.1279 7.66406 -55.6318 23.0234c-15.4883 15.376 -23.2324 33.9844 -23.2324 55.8242c0 21.584 7.68066 40.0479 23.04 55.4238c15.3604 15.3604 33.9688 23.04 55.8086 23.04c21.8555 0 40.4473 -7.67969 55.8232 -23.04
-c15.3447 -15.376 23.0244 -33.8398 23.0244 -55.4238c0 -13.7119 -4.06348 -27.4238 -12.1924 -41.1357zM210.848 168c10.8008 -10.6562 23.6807 -16 38.6719 -16c14.9766 0 27.8242 5.34375 38.4805 16c10.6562 10.6719 16 23.4883 16 38.4805
-c0 14.9912 -5.34375 27.8076 -16 38.4795s-23.5039 16 -38.4805 16c-14.9912 0 -27.8711 -5.32812 -38.6719 -16c-10.7998 -10.6719 -16.1914 -23.4883 -16.1914 -38.4795c0.015625 -14.9922 5.3916 -27.8086 16.1914 -38.4805z" />
-    <glyph glyph-name="uniF117" unicode="&#xf117;" 
-d="M512 -6.65625c0 -30.208 -24.0645 -54.7842 -54.2725 -54.7842h-400.896c-30.208 0 -54.7842 24.5762 -54.7842 54.7842v400.384c0 30.208 24.5762 54.7842 54.7842 54.7842h400.896c30.208 0 54.2725 -24.5762 54.2725 -54.7842v-400.384zM464.384 398.848
-c0 1.02441 -0.511719 2.04883 -1.53613 2.04883h-411.136c-1.02344 0 -1.53613 -1.02441 -1.53613 -2.04883v-410.624c0 -1.02344 0.512695 -2.04785 1.53613 -2.04785h411.136c1.02441 0 1.53613 1.02441 1.53613 2.04785v410.624zM100.864 76.7998l-38.9121 27.6484
-l96.2559 134.655l61.4404 -61.4395l65.5352 114.688l65.0244 -80.8955l61.4404 98.8164l40.96 -25.0889l-97.792 -156.159l-62.9766 78.3359l-61.4395 -108.032l-66.0488 66.0479z" />
-    <glyph glyph-name="uniF157" unicode="&#xf157;" 
-d="M0 10.752l102.912 103.424l-75.7764 74.752h225.792v-225.792l-74.752 75.7764l-102.912 -102.912zM259.072 195.072v225.792l74.752 -75.7764l103.424 102.912l74.752 -74.752l-102.912 -103.424l75.7764 -74.752h-225.792z" />
-    <glyph glyph-name="uniF14D" unicode="&#xf14d;" 
-d="M365.568 174.08v36.8643c0 4.77865 -1.70671 9.04525 -5.12012 12.7998s-7.68001 5.46126 -12.7998 5.12012h-91.6484v91.6475c0 5.12044 -1.87728 9.38704 -5.63184 12.7998c-3.75456 3.41341 -8.02116 5.29102 -12.7998 5.63281h-36.3525
-c-5.11979 0 -9.38639 -1.8776 -12.7998 -5.63281c-3.41341 -3.75456 -5.29069 -8.02116 -5.63184 -12.7998v-91.6475h-91.1357c-5.12044 0 -9.55794 -1.70671 -13.3125 -5.12012s-5.46126 -7.68001 -5.12012 -12.7998v-36.8643
-c0 -4.77865 1.70671 -9.04525 5.12012 -12.7998s7.85091 -5.46126 13.3125 -5.12012h91.1357v-91.6484c0 -4.77865 1.87728 -9.04525 5.63184 -12.7998s8.02116 -5.63184 12.7998 -5.63184h36.3525c5.11979 0 9.38639 1.87728 12.7998 5.63184
-s5.29069 8.02116 5.63184 12.7998v91.6484h91.6484c4.77865 0 9.04525 1.70671 12.7998 5.12012s5.46126 7.68001 5.12012 12.7998zM438.784 329.728v-274.432c0 -22.528 -8.02148 -41.8132 -24.0645 -57.8555c-16.0423 -16.043 -35.4984 -24.235 -58.3682 -24.5762h-273.92
-c-22.8691 0 -42.3249 8.19206 -58.3672 24.5762c-16.043 16.3835 -24.0645 35.6686 -24.0645 57.8555v274.432c0 22.528 8.02148 41.8135 24.0645 57.8564c16.0423 16.043 35.498 24.235 58.3672 24.5762h273.92c22.8698 0 42.3258 -8.19206 58.3682 -24.5762
-c16.043 -16.3841 24.0645 -35.6696 24.0645 -57.8564z" />
-    <glyph glyph-name="uniF13C" unicode="&#xf13c;" 
-d="M0 120.32v144.384h512v-144.384h-512z" />
-    <glyph glyph-name="uniF15D" unicode="&#xf15d;" 
-d="M0 12.2881l180.224 180.224l-180.224 180.225l75.7764 75.7754l180.224 -179.712l75.7764 -76.2881l-256 -256z" />
-    <glyph glyph-name="uniF161" unicode="&#xf161;" 
-d="M252.384 244.576h-73.1357v-24.3838h48.7676v-24.3682h-48.7676v-48.7686h-48.752v121.904h121.904v-24.3838h-0.0166016zM398.672 244.576h-73.1357v-24.3838h48.7676v-24.3682h-48.7676v-48.7686h-48.7686v121.904h121.904v-24.3838zM398.464 16h-284.944
-c-62.5918 0 -113.52 50.9443 -113.52 113.536v140.944c0 62.5918 50.9277 113.52 113.52 113.52h284.944c62.5918 0 113.536 -50.9277 113.536 -113.52v-140.944c0 -62.5918 -50.9443 -113.536 -113.536 -113.536zM113.52 352
-c-44.9434 0 -81.5195 -36.5762 -81.5195 -81.5195v-140.944c0 -44.96 36.5762 -81.5361 81.5195 -81.5361h284.944c44.96 0 81.5361 36.5762 81.5361 81.5361v140.944c0 44.9434 -36.5762 81.5195 -81.5361 81.5195h-284.944z" />
-    <glyph glyph-name="uniF136" unicode="&#xf136;" 
-d="M91.6484 228.864h145.92v55.2959c0 20.1387 -7.16797 37.376 -21.5039 51.7119c-14.3366 14.3359 -31.5742 21.3333 -51.7129 20.9922c-20.1387 -0.341797 -37.376 -7.33919 -51.7119 -20.9922c-14.3359 -13.6536 -21.333 -30.891 -20.9912 -51.7119v-55.2959z
-M329.216 201.728v-164.863c0 -7.50977 -2.73047 -13.8245 -8.19141 -18.9443c-5.46159 -5.11979 -11.9469 -7.85059 -19.4561 -8.19238h-273.92c-7.85091 0 -14.3363 2.73079 -19.4561 8.19238c-5.12044 5.46159 -7.85124 11.7764 -8.19238 18.9443v164.863
-c0 7.50977 2.73079 13.9951 8.19238 19.4561c5.46094 5.46159 11.9463 8.02181 19.4561 7.68066h8.70312v55.2959c0 34.8158 12.6296 64.8532 37.8887 90.1123c25.2585 25.2585 55.2956 37.8877 90.1113 37.8877c34.8164 0 65.0244 -12.6292 90.624 -37.8877
-c25.6003 -25.2591 38.0589 -55.2965 37.376 -90.1123v-55.2959h9.2168c7.85026 0 14.3356 -2.56022 19.4561 -7.68066c5.11979 -5.11979 7.85026 -11.6051 8.19141 -19.4561z" />
-    <glyph glyph-name="uniF166" unicode="&#xf166;" 
-d="M252.384 228.576h-73.1357v-24.3838h73.1357v-73.1367h-121.888v24.3682h73.1357v24.3838h-73.1357v73.1523h121.904v-24.3838h-0.0166016zM398.672 228.576h-73.1357v-24.3838h48.7676v-24.3682h-48.7676v-48.7686h-48.7686v121.904h121.904v-24.3838zM398.464 0
-h-284.944c-62.5918 0 -113.52 50.9443 -113.52 113.536v140.944c0 62.5918 50.9277 113.52 113.52 113.52h284.944c62.5918 0 113.536 -50.9277 113.536 -113.52v-140.944c0 -62.5918 -50.9443 -113.536 -113.536 -113.536zM113.52 336
-c-44.9434 0 -81.5195 -36.5762 -81.5195 -81.5195v-140.944c0 -44.96 36.5762 -81.5361 81.5195 -81.5361h284.944c44.96 0 81.5361 36.5762 81.5361 81.5361v140.944c0 44.9434 -36.5762 81.5195 -81.5361 81.5195h-284.944z" />
-    <glyph glyph-name="uniF127" unicode="&#xf127;" 
-d="M484.571 338.286c7.61914 0 14.0954 -2.66667 19.4287 -8s8 -11.8096 8 -19.4287v-347.429c0 -7.61914 -2.66667 -14.0954 -8 -19.4287s-11.8096 -8 -19.4287 -8h-274.285c-7.61914 0 -14.0954 2.66667 -19.4287 8s-8 11.8096 -8 19.4287v82.2852h-155.429
-c-7.61914 0 -14.0954 2.66667 -19.4287 8c-5.33333 5.33333 -8 11.8096 -8 19.4287v192c0 7.61914 1.90462 16.0003 5.71387 25.1436c3.8099 9.14258 8.38151 16.3805 13.7148 21.7139l116.571 116.571c5.33333 5.33333 12.5713 9.90495 21.7139 13.7148
-c9.14323 3.80924 17.5244 5.71387 25.1436 5.71387h118.856c7.61914 0 14.0954 -2.66667 19.4287 -8s8 -11.8096 8 -19.4287v-93.7139c12.9525 7.61914 25.1429 11.4287 36.5713 11.4287h118.857zM329.143 277.429l-85.4287 -85.4287h85.4287v85.4287zM146.286 387.143
-l-85.4287 -85.4287h85.4287v85.4287zM202.286 202.286l90.2852 90.2852v118.857h-109.714v-118.857c0 -7.61914 -2.66667 -14.0954 -8 -19.4287s-11.8096 -8 -19.4287 -8h-118.857v-182.856h146.286v73.1426c0 7.61914 1.90462 16 5.71387 25.1426
-c3.8099 9.14323 8.38151 16.3815 13.7148 21.7148zM475.429 -27.4287v329.143h-109.715v-118.856c0 -7.61914 -2.66667 -14.0954 -8 -19.4287s-11.8092 -8 -19.4277 -8h-118.857v-182.857h256z" />
-    <glyph glyph-name="uniF167" unicode="&#xf167;" 
-d="M243.248 131.04h-121.904v121.92h48.752v-97.5361h24.3848v97.5361h48.7676v-121.92zM389.536 228.576h-73.1357v-24.3838h48.7676v-24.3682h-48.7676v-48.7686h-48.752v121.904h121.903v-24.3838h-0.015625zM398.464 0h-284.944
-c-62.5918 0 -113.52 50.9443 -113.52 113.536v140.944c0 62.5918 50.9277 113.52 113.52 113.52h284.944c62.5918 0 113.536 -50.9277 113.536 -113.52v-140.944c0 -62.5918 -50.9443 -113.536 -113.536 -113.536zM113.52 336
-c-44.9434 0 -81.5195 -36.5762 -81.5195 -81.5195v-140.944c0 -44.96 36.5762 -81.5361 81.5195 -81.5361h284.944c44.96 0 81.5361 36.5762 81.5361 81.5361v140.944c0 44.9434 -36.5762 81.5195 -81.5361 81.5195h-284.944z" />
-    <glyph glyph-name="uniF156" unicode="&#xf156;" 
-d="M286.4 -64l75.1992 75.2002l-102.399 104l73.5996 73.5996l104 -102.399l75.2002 75.1992v-225.6h-225.6zM179.2 195.2l-104 104l-75.2002 -76.7998v225.6h225.6l-75.1992 -75.2002l102.399 -104z" />
-    <glyph glyph-name="uniF142" unicode="&#xf142;" 
-d="M25.5996 320v31.7441c0 52.7363 85.5039 95.2314 190.465 95.2314c104.96 0 190.976 -42.4951 190.976 -95.2314v-31.7441c0 -36.3516 -39.4238 -67.584 -98.3037 -83.4561c-2.04785 -0.511719 -4.09668 -1.02441 -6.14453 -1.53613
-c-25.5996 -6.65625 -55.2959 -10.752 -86.5273 -10.752c-104.961 0 -190.465 43.0078 -190.465 95.7441zM384 235.008c14.8477 11.7764 23.04 26.624 23.04 43.0078v-51.1992c-7.16797 3.58398 -14.8477 6.14355 -23.04 8.19141zM205.824 2.04785
-c14.3359 -25.5996 35.8398 -46.5918 61.4395 -60.416c-16.3838 -2.55957 -33.2793 -3.58398 -51.1992 -3.58398c-104.961 0 -190.465 42.4961 -190.465 95.2324v53.7598c0 -50.6885 79.8721 -82.9443 180.225 -84.9922zM191.488 34.3037
-c-93.6963 6.14453 -165.889 46.0801 -165.889 94.7207v53.7598c0 -47.6162 69.1201 -78.8486 159.744 -84.4805c-0.511719 -5.63184 -1.02344 -11.2637 -1.02344 -16.8955c0 -16.3838 2.55957 -32.2559 7.16797 -47.1045zM192 129.536
-c-93.6963 6.14355 -166.4 46.0801 -166.4 94.7197v53.7598c0 -52.7354 85.5039 -85.5039 190.465 -85.5039c5.11914 0 9.72754 0 14.3359 0.512695c-17.4082 -17.9209 -30.7207 -39.4248 -38.4004 -63.4883zM486.912 81.4082c0 -79.3604 -64.5117 -143.36 -143.36 -143.36
-c-78.8477 0 -143.359 64 -143.359 143.36c0 79.3594 64.5117 142.848 143.359 142.848c78.8486 0 143.36 -64 143.36 -142.848zM438.784 97.2803h-79.3604v79.3594h-31.7441v-79.3594h-79.3594v-31.7441h79.3594v-79.8721h31.7441v79.8721h79.3604v31.7441z" />
-    <glyph glyph-name="uniF128" unicode="&#xf128;" 
-d="M455.714 363.714c3.23828 -7.80924 1.90495 -14.4759 -4 -20l-140.856 -140.856v-212c0 -8 -3.71452 -13.6191 -11.1436 -16.8574c-2.47591 -0.952474 -4.85677 -1.42871 -7.14258 -1.42871c-5.14258 0 -9.42839 1.80957 -12.8574 5.42871l-73.1426 73.1426
-c-3.61914 3.61914 -5.42871 7.90495 -5.42871 12.8574v138.857l-140.856 140.856c-5.90495 5.52409 -7.23828 12.1908 -4 20c3.23763 7.42904 8.85645 11.1436 16.8564 11.1436h365.715c8 0 13.6188 -3.71452 16.8564 -11.1436z" />
-    <glyph glyph-name="uniF11B" unicode="&#xf11b;" 
-d="M335.36 447.488l158.72 -158.721v-253.951h-95.2324v-95.2324h-380.928v412.672h95.2324v95.2324h222.208zM335.36 3.07227v31.7441h-222.208v253.951h-31.7441v-285.695h253.952zM430.592 98.3037v158.721h-126.976v126.976h-126.977v-285.696h253.952z" />
-    <glyph glyph-name="uniF105" unicode="&#xf105;" 
-d="M0 -63.4883v205.824h205.824l-81.9199 -81.9199c36.8639 -36.5228 80.8958 -54.7842 132.096 -54.7842c42.6667 0 80.5547 12.8001 113.664 38.4004c33.1094 25.5996 55.2959 58.3675 66.5596 98.3037h70.6562c-11.9466 -59.0508 -41.472 -108.203 -88.5762 -147.456
-c-47.1035 -39.2533 -101.205 -58.7093 -162.304 -58.3682c-70.6562 0 -130.902 24.9173 -180.736 74.752zM5.12012 242.688c11.9466 59.3919 41.472 108.544 88.5762 147.455c47.1035 38.9121 101.205 58.3682 162.304 58.3682c70.6562 0 131.072 -24.9173 181.248 -74.752
-l74.752 74.752v-205.823h-205.824l81.9199 81.9199c-36.8639 36.5221 -80.8958 54.7832 -132.096 54.7832c-42.6667 0 -80.5547 -12.7998 -113.664 -38.3994c-33.1094 -25.6003 -55.2959 -58.3682 -66.5596 -98.3037h-70.6562z" />
-    <glyph glyph-name="uniF160" unicode="&#xf160;" 
-d="M288 -64h-64v48h64v-48zM128 400v48h48v-48h-48zM176 -64h-48v48h48v-48zM224 448h64v-48h-64v48zM432 400v48h80v-80h-48v32h-32zM48 160h-48v64h48v-64zM0 272v48h48v-48h-48zM48 64h-48v48h48v-48zM384 -16v-48h-48v48h48zM80 -16v-48h-80v80h48v-32h32zM464 16h48
-v-80h-80v48h32v32zM464 320h48v-48h-48v48zM48 368h-48v80h80v-48h-32v-32zM336 448h48v-48h-48v48zM464 224h48v-64h-48v64zM512 112v-48h-48v48h48zM147.2 81.5996c-28.7998 30.4004 -44.7998 67.2002 -44.7998 108.801c0 43.1992 14.3994 78.3994 44.7998 108.8
-c30.3994 30.3994 67.2002 44.7998 108.8 44.7998s76.7998 -14.4004 108.8 -44.7998c30.4004 -30.4004 44.7998 -65.6006 44.7998 -108.8c0 -43.2002 -16 -80 -44.7998 -108.801c-30.3994 -30.3994 -65.5996 -44.7998 -108.8 -44.7998s-80 16 -108.8 44.7998zM190.4 204.8
-l-32 -32l64 -64l32 32l99.1992 99.2002l-32 32l-99.1992 -100.8z" />
-    <glyph glyph-name="uniF11A" unicode="&#xf11a;" 
-d="M287.744 447.488l159.231 -159.232v-350.72h-381.951v509.952h222.72zM128.512 1.53613h254.977v254.464h-127.488v127.488h-127.488v-381.952z" />
-    <glyph glyph-name="uniF14C" unicode="&#xf14c;" 
-d="M0 192c0 70.4004 25.5996 131.2 75.2002 180.8c49.5996 49.6006 110.399 76.7998 180.8 75.2002s131.2 -25.5996 180.8 -75.2002c51.2002 -48 75.2002 -108.8 75.2002 -180.8s-25.5996 -131.2 -75.2002 -180.8c-49.5996 -49.6006 -108.8 -73.6006 -180.8 -75.2002
-s-131.2 24 -180.8 75.2002c-49.6006 51.2002 -73.6006 110.399 -75.2002 180.8zM56 192c0 -56 19.2002 -102.4 59.2002 -140.8c40 -38.4004 86.3994 -59.2002 140.8 -59.2002s102.4 19.2002 140.8 59.2002c38.4004 40 59.2002 86.3994 59.2002 140.8
-s-19.2002 102.4 -59.2002 140.8c-40 38.4004 -86.3994 60.7998 -140.8 59.2002c-54.4004 0 -102.4 -19.2002 -140.8 -59.2002c-38.4004 -40 -59.2002 -84.7998 -59.2002 -140.8zM112 152v81.5996h104v102.4h81.5996v-104h102.4v-81.5996h-104v-102.4h-81.5996v104h-102.4z
-" />
-    <glyph glyph-name="uniF172" unicode="&#xf172;" 
-d="M0 102.4l256 256l256 -256l-75.7764 -75.7764l-180.224 179.712l-180.224 -179.712z" />
-    <glyph glyph-name="uniF151" unicode="&#xf151;" 
-d="M492.544 -62.4639h-474.624c0 61.4395 71.6797 112.64 169.472 129.536v25.0879c-40.4473 23.5518 -67.584 67.0723 -67.584 116.736v3.58398c-19.9678 7.16797 -33.792 25.5996 -33.792 47.6152c0 22.0166 13.8242 40.4482 33.792 47.1045v3.58398
-c0 74.752 60.416 135.68 135.681 135.68c75.2637 0 135.68 -60.9277 135.68 -135.68v-3.58398c19.4561 -6.65625 33.792 -25.0879 33.792 -47.1045c0 -22.0156 -14.3359 -40.4473 -33.792 -47.6152v-3.58398c0 -49.6641 -27.6484 -93.1846 -68.0957 -116.736v-25.0879
-c97.792 -16.8965 169.472 -68.0967 169.472 -129.536z" />
-    <glyph glyph-name="uniF14F" unicode="&#xf14f;" 
-d="M240 177.184l0.0644531 123.761l41.4395 -41.4561l80.2559 80.2715l42.6562 -42.6396l-80.2725 -80.2725l40.4004 -40.3994zM414.816 176.896l1.18359 -112.896c0 -17.6641 -14.3359 -32 -32 -32h-256c-17.6641 0 -32 14.3359 -32 32v256c0 17.6641 14.3359 32 32 32h112
-l32 -32l-143.328 -0.624023l-0.255859 -255.584l256.24 0.143555l-0.560547 144.112z" />
-    <glyph glyph-name="uniF149" unicode="&#xf149;" 
-d="M395.424 183.136l-379.424 -210.863c-4.38411 -2.47526 -8.14421 -2.76335 -11.2803 -0.864258c-3.13607 1.89844 -4.70931 5.3278 -4.71973 10.2881v420.576c0 4.94922 1.57324 8.37826 4.71973 10.2871c3.14714 1.90951 6.90723 1.62174 11.2803 -0.863281
-l379.424 -210.864c4.38411 -2.47461 6.57617 -5.42936 6.57617 -8.86426c0 -3.43424 -2.19206 -6.389 -6.57617 -8.86426v0.0322266z" />
-    <glyph glyph-name="uniF174" unicode="&#xf174;" 
-d="M410.624 170.496c49.6641 -27.6484 89.0879 -76.7998 98.8164 -134.656c0 -52.7363 -42.4961 -95.2314 -95.2324 -95.2314h-44.0322c18.9443 16.3838 32.7686 38.3994 39.4238 63.4873h4.6084c17.4082 0 31.7441 13.8242 31.7441 31.7441
-c-8.19238 31.7441 -29.6963 57.8564 -57.8564 75.2637c-14.8477 25.6006 -34.8154 48.6406 -58.8799 67.585c3.58398 6.14355 6.65625 12.7998 9.21582 19.4551c25.6006 8.19238 44.0322 31.7441 44.0322 59.9043v63.4883c0 28.1602 -18.4316 51.7119 -44.0322 59.9043
-c-10.2393 25.0879 -27.1357 47.1035 -48.1279 63.4873c9.21582 2.04785 18.9443 3.58398 28.6719 3.58398c70.1445 0 126.977 -56.832 126.977 -126.976v-63.4883c0 -34.3037 -13.8242 -65.0234 -35.3281 -87.5518zM287.232 -59.3916h-190.465
-c-52.7354 0 -95.2314 42.4951 -95.2314 95.2314v0c9.72754 58.3682 48.6396 107.008 98.8154 134.656c-22.0156 22.5283 -35.3271 53.248 -35.3271 87.5518v63.4883c0 70.1436 56.832 126.976 126.976 126.976s126.976 -56.832 126.976 -126.976v-63.4883
-c0 -33.792 -13.8232 -64.5117 -35.3271 -87.5518c49.6631 -27.6484 89.0879 -76.2881 98.8154 -134.656v0c0 -52.7363 -42.4961 -95.2314 -95.2314 -95.2314zM255.488 258.048v63.4883c0 34.8154 -28.6719 63.4883 -63.4883 63.4883
-c-35.3281 0 -63.4883 -28.6729 -63.4883 -63.4883v-63.4883c0 -35.3281 28.1602 -63.4883 63.4883 -63.4883c34.8164 0 63.4883 28.1602 63.4883 63.4883zM318.976 35.8398c-14.3359 54.7842 -68.0957 95.2324 -126.976 95.2324v0v0
-c-59.3916 0 -113.152 -40.4482 -126.976 -95.2324v0c0 -17.9199 13.8232 -31.7441 31.7432 -31.7441h190.465c17.4072 0 31.7432 13.8242 31.7432 31.7441v0z" />
-    <glyph glyph-name="uniF175" unicode="&#xf175;" 
-d="M109.714 91.4287v-54.8574c0 -7.61914 -2.66667 -14.0954 -8 -19.4287s-11.8092 -8 -19.4277 -8h-54.8574c-7.61914 0 -14.0954 2.66667 -19.4287 8c-5.33333 5.33333 -8 11.8096 -8 19.4287v54.8574c0 7.61914 2.66667 14.0954 8 19.4287
-c5.33333 5.33333 11.8096 8 19.4287 8h54.8574c7.61849 0 14.0944 -2.66667 19.4277 -8s8 -11.8096 8 -19.4287zM109.714 237.714v-54.8564c0 -7.61914 -2.66667 -14.0954 -8 -19.4287s-11.8092 -8 -19.4277 -8h-54.8574c-7.61914 0 -14.0954 2.66667 -19.4287 8
-c-5.33333 5.33333 -8 11.8096 -8 19.4287v54.8564c0 7.61914 2.66667 14.0954 8 19.4287c5.33333 5.33333 11.8096 8 19.4287 8h54.8574c7.61849 0 14.0944 -2.66667 19.4277 -8c5.33333 -5.33333 8 -11.8096 8 -19.4287zM109.714 384v-54.8574
-c0 -7.61914 -2.66667 -14.0954 -8 -19.4287s-11.8092 -8 -19.4277 -8h-54.8574c-7.61914 0 -14.0954 2.66667 -19.4287 8c-5.33333 5.33333 -8 11.8096 -8 19.4287v54.8574c0 7.61914 2.66667 14.0954 8 19.4287c5.33333 5.33333 11.8096 8 19.4287 8h54.8574
-c7.61849 0 14.0944 -2.66667 19.4277 -8s8 -11.8096 8 -19.4287z" />
-    <glyph glyph-name="uniF132" unicode="&#xf132;" 
-d="M182.784 320.512v-256c0 -4.77865 -1.70671 -9.04525 -5.12012 -12.7998s-7.85091 -5.63184 -13.3125 -5.63184c-5.46094 0 -9.72754 1.87728 -12.7998 5.63184l-128 128c-3.41341 3.75456 -5.12012 8.02116 -5.12012 12.7998s1.70671 9.04525 5.12012 12.7998l128 128
-c3.75456 3.75521 8.02116 5.63281 12.7998 5.63281s9.21615 -1.8776 13.3125 -5.63281c4.0957 -3.75456 5.80241 -8.02116 5.12012 -12.7998z" />
-    <glyph glyph-name="uniF173" unicode="&#xf173;" 
-d="M331.776 -62.4639h-191.488c-52.7363 0 -95.2324 42.4961 -95.2324 95.7441v0c9.72852 58.3682 49.1523 107.52 98.8164 135.168c-21.5039 22.5273 -35.3281 53.7598 -35.3281 87.5518v64c0 70.1436 56.832 127.488 127.488 127.488s127.487 -57.3447 127.487 -127.488
-v-64c0 -33.792 -13.8232 -65.0244 -35.3271 -87.5518c49.6641 -27.6484 89.0879 -76.7998 98.8154 -135.168v0c0 -53.248 -42.4961 -95.7441 -95.2314 -95.7441zM299.52 256v64c0 34.8164 -28.1592 63.4883 -63.4873 63.4883s-63.4883 -28.6719 -63.4883 -63.4883v-64
-c0 -34.8164 28.1602 -63.4883 63.4883 -63.4883s63.4873 28.6719 63.4873 63.4883zM363.52 33.2803c-14.3359 54.7842 -68.0957 95.2314 -127.487 95.2314v0v0c-59.3926 0 -113.152 -40.4473 -127.488 -95.2314v0c0 -17.9199 14.3359 -32.2559 31.7441 -32.2559h190.976
-c17.9199 0 32.2559 14.3359 32.2559 32.2559v0z" />
-    <glyph glyph-name="uniF10C" unicode="&#xf10c;" 
-d="M399.872 448.512v-512l-143.872 131.072l-143.872 -131.072v512h287.744zM335.872 256.512v32.2559h-64v64h-31.7441v-64h-64v-32.2559h64v-64h31.7441v64h64z" />
-    <glyph glyph-name="uniF163" unicode="&#xf163;" 
-d="M211.248 171.44h48.7676v-24.3848h-97.5195v121.904h48.752v-97.5195zM406.304 244.576h-73.1357v-24.3838h48.7676v-24.3682h-48.7676v-48.7686h-48.7676v121.904h121.903v-24.3838zM398.464 16h-284.944c-62.5918 0 -113.52 50.9443 -113.52 113.536v140.944
-c0 62.5918 50.9277 113.52 113.52 113.52h284.944c62.5918 0 113.536 -50.9277 113.536 -113.52v-140.944c0 -62.5918 -50.9443 -113.536 -113.536 -113.536zM113.52 352c-44.9434 0 -81.5195 -36.5762 -81.5195 -81.5195v-140.944
-c0 -44.96 36.5762 -81.5361 81.5195 -81.5361h284.944c44.96 0 81.5361 36.5762 81.5361 81.5361v140.944c0 44.9434 -36.5762 81.5195 -81.5361 81.5195h-284.944z" />
-    <glyph glyph-name="uniF170" unicode="&#xf170;" 
-d="M319.488 198.144c-1.70703 -3.75456 -4.6084 -5.63184 -8.7041 -5.63184h-54.7842v-100.352c0 -2.73047 -0.85319 -4.94922 -2.55957 -6.65625c-1.70703 -1.70638 -3.92578 -2.55957 -6.65625 -2.55957h-54.7842c-2.73047 0 -4.94922 0.85319 -6.65625 2.55957
-c-1.70638 1.70703 -2.55957 3.92578 -2.55957 6.65625v100.352h-54.7842c-2.73047 0 -4.94922 0.853516 -6.65625 2.56055c-1.70638 1.70638 -2.55957 3.9248 -2.55957 6.65527c0 2.38932 1.02409 4.60807 3.07227 6.65625l91.1357 91.1357
-c2.04818 1.70703 4.26693 2.56055 6.65625 2.56055s4.43717 -0.853516 6.14355 -2.56055l91.6484 -91.1357c2.73047 -3.07161 3.41309 -6.48503 2.04785 -10.2402zM219.648 348.16c-28.3307 0 -54.443 -6.9974 -78.3369 -20.9922
-c-23.8932 -13.9948 -42.6663 -32.9388 -56.3193 -56.832c-13.6536 -23.8932 -20.651 -49.8346 -20.9922 -77.8242c-0.341146 -27.9889 6.65625 -53.93 20.9922 -77.8232c14.3359 -23.8939 33.109 -42.8379 56.3193 -56.832
-c23.2109 -13.9948 49.3232 -20.9922 78.3369 -20.9922c29.013 0 54.9541 6.9974 77.8232 20.9922c22.8698 13.9941 41.6432 32.9382 56.3203 56.832c14.6771 23.8932 21.6745 49.8343 20.9922 77.8232c-0.682943 27.9896 -7.68034 53.931 -20.9922 77.8242
-c-13.3118 23.8932 -32.0853 42.8372 -56.3203 56.832c-24.2344 13.9948 -50.1755 20.9922 -77.8232 20.9922zM438.784 192.512c0 -39.9355 -9.72819 -76.6289 -29.1846 -110.08c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721
-c-33.7917 -19.7969 -70.4847 -29.6953 -110.079 -29.6953c-39.5951 0 -76.4593 9.89844 -110.593 29.6953c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4512 -28.6722 70.1445 -29.6963 110.08c-1.02409 39.9362 8.87467 76.6296 29.6963 110.08
-c20.821 33.4505 47.2741 60.0745 79.3594 79.8721s68.9495 29.6963 110.593 29.6963c41.6426 0 78.3356 -9.89876 110.079 -29.6963c31.7441 -19.7975 58.3682 -46.4215 79.8721 -79.8721c21.5046 -33.4505 31.2327 -70.1439 29.1846 -110.08z" />
-    <glyph glyph-name="uniF124" unicode="&#xf124;" 
-d="M0 448.512h512v-512h-512v512zM448 0.511719v256h-384v-256h384zM448 320.512v64h-384v-64h384zM352.256 128.512l-96.2559 -95.7441l-95.7441 95.7441h64v96.2559h64v-96.2559h64z" />
-    <glyph glyph-name="uniF118" unicode="&#xf118;" 
-d="M250.368 -60.9277c-104.96 0 -190.464 42.4961 -190.464 95.2314v0v53.7607c0 -52.7363 85.5039 -85.5049 190.464 -85.5049c105.472 0 190.976 32.7686 190.976 85.5049v-53.7607c0 -52.7354 -85.5039 -95.2314 -190.976 -95.2314zM250.368 34.3037
-c-104.96 0 -190.464 42.4961 -190.464 95.2324v53.7598c0 -52.7363 85.5039 -85.5039 190.464 -85.5039c105.472 0 190.976 32.7676 190.976 85.5039v-53.7598c0 -52.7363 -85.5039 -95.2324 -190.976 -95.2324zM250.368 129.536
-c-104.96 0 -190.464 43.0078 -190.464 95.7441v53.248c0 -52.7363 85.5039 -85.5039 190.464 -85.5039c105.472 0 190.976 32.7676 190.976 85.5039v-53.248c0 -52.7363 -85.5039 -95.7441 -190.976 -95.7441zM250.368 225.28c-104.96 0 -190.464 42.4961 -190.464 95.2314
-v31.7441c0 52.7363 85.5039 95.2324 190.464 95.2324s190.976 -42.4961 190.976 -95.2324v-31.7441c0 -52.7354 -85.5039 -95.2314 -190.976 -95.2314z" />
-    <glyph glyph-name="uniF110" unicode="&#xf110;" 
-d="M0 192.512c0 70.6562 25.0879 131.072 75.2637 181.248c50.1764 50.1764 110.422 75.0938 180.736 74.752c70.3145 -0.341146 130.73 -25.2585 181.248 -74.752s75.4349 -109.91 74.752 -181.248c-0.682943 -71.3385 -25.6003 -131.755 -74.752 -181.248
-c-49.1523 -49.4928 -109.568 -74.4102 -181.248 -74.752c-71.6797 -0.341146 -131.925 24.5762 -180.736 74.752c-48.8105 50.1764 -73.8984 110.592 -75.2637 181.248zM55.8076 192.512c0 -55.2956 19.627 -102.399 58.8809 -141.312
-c39.2533 -38.9121 86.3571 -58.5387 141.312 -58.8799c54.9544 -0.341797 102.058 19.2848 141.312 58.8799c39.2539 39.5944 58.8809 86.6982 58.8809 141.312s-19.627 101.717 -58.8809 141.312c-39.2533 39.5944 -86.3571 59.221 -141.312 58.8799
-c-54.9544 -0.341146 -102.058 -19.9678 -141.312 -58.8799c-39.2539 -38.9121 -58.8809 -86.0163 -58.8809 -141.312zM130.048 122.368l70.1445 70.1436l-70.1445 70.1445l55.8086 55.8076l70.1436 -70.1436l70.1436 70.1436l55.8086 -55.8076l-70.1445 -70.1445
-l70.1445 -70.1436l-55.8086 -55.8086l-70.1436 70.1445l-70.1436 -70.1445z" />
-    <glyph glyph-name="uniF13A" unicode="&#xf13a;" 
-d="M577.143 444.857c5.33333 -3.8099 8 -8.85775 8 -15.1436v-402.285c0 -3.8099 -1.04753 -7.23861 -3.14258 -10.2861c-2.09505 -3.04753 -4.8571 -5.23796 -8.28613 -6.57129l-182.856 -73.1426c-4.57161 -2.09505 -9.14323 -2.09505 -13.7148 0l-176 70.2852
-l-176 -70.2852c-1.9043 -0.952474 -4.18978 -1.42871 -6.85645 -1.42871c-3.61914 0 -7.04785 1.04753 -10.2861 3.14258c-5.33333 3.8099 -8 8.85775 -8 15.1436v402.285c0 3.8099 1.04753 7.23861 3.14258 10.2861c2.0957 3.04753 4.85775 5.23796 8.28613 6.57129
-l182.857 73.1426c4.57096 2.09505 9.14225 2.09505 13.7139 0l176 -70.2852l176 70.2852c6.09505 2.47656 11.8092 1.90527 17.1426 -1.71387zM210.286 406.286v-362.857l164.571 -65.7148v362.857zM36.5713 344.286v-362.857l155.429 62v362.857zM548.571 39.7139v362.857
-l-155.429 -62v-362.857z" />
-    <glyph glyph-name="uniF176" unicode="&#xf176;" 
-d="M505.712 357.712c3.75977 -12 6.25586 -24.4961 6.25586 -37.7119c0 -70.6562 -57.248 -128 -128 -128c-19.6318 0 -38.1279 4.84766 -54.7842 12.7842l-256.367 -256.288c-7.63281 -7.74414 -18.3203 -12.4961 -30.1279 -12.4961
-c-23.6328 0 -42.6885 19.1201 -42.6885 42.624c0 11.8721 4.81641 22.4961 12.4961 30.2559l256.32 256.24c-8 16.7197 -12.8164 35.168 -12.8164 54.8799c0 70.6562 57.3115 128 127.968 128c12.8799 0 25.0078 -2.46387 36.752 -6l-79.376 -79.3438v-85.3125h84z" />
-    <glyph glyph-name="uniF12B" unicode="&#xf12b;" 
-d="M256 55.2959v54.7842c0 2.73047 -0.85319 4.94922 -2.55957 6.65625c-1.70703 1.70638 -3.92578 2.55957 -6.65625 2.55957h-54.7842c-2.73047 0 -4.94922 -0.85319 -6.65625 -2.55957c-1.70638 -1.70703 -2.55957 -3.92578 -2.55957 -6.65625v-54.7842
-c0 -2.73047 0.85319 -4.94922 2.55957 -6.65625c1.70703 -1.70638 3.92578 -2.55957 6.65625 -2.55957h54.7842c2.73047 0 4.94922 0.85319 6.65625 2.55957c1.70638 1.70703 2.55957 3.92578 2.55957 6.65625zM329.216 247.296
-c0 16.7253 -5.29069 32.2559 -15.8721 46.5918s-23.7227 25.4294 -39.4238 33.2803s-31.9144 11.7764 -48.6396 11.7764c-46.4212 0 -81.7493 -20.3096 -105.984 -60.9287c-3.07161 -4.77865 -2.389 -8.87467 2.04785 -12.2881l37.8887 -28.1592
-c1.36523 -1.36589 3.07161 -2.04883 5.11914 -2.04883c3.07227 0 5.46159 1.19466 7.16797 3.58398c10.2402 12.9707 18.4323 21.6748 24.5762 26.1123c6.48568 4.77865 14.6777 7.16797 24.5762 7.16797c9.21615 0 17.4082 -2.5599 24.5762 -7.67969
-s10.752 -10.752 10.752 -16.8965c0 -7.16797 -1.87728 -12.9704 -5.63184 -17.4072c-3.75456 -4.4375 -10.2399 -8.70443 -19.4561 -12.8008c-11.9466 -5.46094 -23.04 -13.6527 -33.2803 -24.5752c-10.2396 -10.9232 -15.1888 -22.8701 -14.8477 -35.8408v-10.2393
-c0 -2.73112 0.85319 -4.94987 2.55957 -6.65625c1.70703 -1.70703 3.92578 -2.56055 6.65625 -2.56055h54.7842c2.73047 0 4.94922 0.853516 6.65625 2.56055c1.70638 1.70638 2.55957 3.92513 2.55957 6.65625c0 3.41341 2.04785 8.02116 6.14355 13.8232
-c4.09635 5.80273 9.21647 10.5814 15.3604 14.3359c6.14388 3.41341 10.9225 6.14421 14.3359 8.19238s7.68001 5.29102 12.7998 9.72852c5.12044 4.43685 9.38737 9.0446 12.8008 13.8232c3.41276 4.77865 6.14323 10.5814 8.19141 17.4082s3.24284 14.5068 3.58398 23.04z
-M438.784 192.512c0 -39.9355 -9.72819 -76.6289 -29.1846 -110.08c-19.4557 -33.4505 -46.0798 -60.0745 -79.8721 -79.8721c-33.7917 -19.7969 -70.4847 -29.6953 -110.079 -29.6953c-39.5951 0 -76.4593 9.89844 -110.593 29.6953
-c-34.1328 19.7975 -60.5859 46.4215 -79.3594 79.8721c-18.7734 33.4512 -28.6722 70.1445 -29.6963 110.08c-1.02409 39.9362 8.87467 76.6296 29.6963 110.08c20.821 33.4505 47.2741 60.0745 79.3594 79.8721s68.9495 29.6963 110.593 29.6963
-c41.6426 0 78.3356 -9.89876 110.079 -29.6963c31.7441 -19.7975 58.3682 -46.4215 79.8721 -79.8721c21.5046 -33.4505 31.2327 -70.1439 29.1846 -110.08z" />
-    <glyph glyph-name="uniF12F" unicode="&#xf12f;" 
-d="M512 220.16v-55.2959c0 -2.38932 -0.85319 -4.4375 -2.55957 -6.14453c-1.70703 -1.70638 -3.92578 -2.55957 -6.65625 -2.55957h-356.353v-64c0 -4.09635 -1.87728 -6.99772 -5.63184 -8.7041s-6.99707 -1.19434 -9.72754 1.53613l-110.08 100.352
-c-1.70703 1.70703 -2.56055 3.75521 -2.56055 6.14453c0 2.73047 0.853516 5.11979 2.56055 7.16797l110.08 100.863c3.07161 2.73112 6.31413 3.41406 9.72754 2.04883c3.75456 -1.70703 5.63184 -4.6084 5.63184 -8.7041v-64h356.353
-c2.73047 0 4.94922 -0.853516 6.65625 -2.56055c1.70638 -1.70638 2.55957 -3.75423 2.55957 -6.14355z" />
-  </font>
-</defs></svg>
diff --git a/assets/fonts/fauxtonicon5.ttf b/assets/fonts/fauxtonicon5.ttf
deleted file mode 100644
index 9a382e9a..00000000
Binary files a/assets/fonts/fauxtonicon5.ttf and /dev/null differ
diff --git a/assets/fonts/fauxtonicon5.woff b/assets/fonts/fauxtonicon5.woff
deleted file mode 100644
index 104a3d77..00000000
Binary files a/assets/fonts/fauxtonicon5.woff and /dev/null differ
diff --git a/assets/fonts/fauxtonicon6.eot b/assets/fonts/fauxtonicon6.eot
new file mode 100644
index 00000000..d98ed236
Binary files /dev/null and b/assets/fonts/fauxtonicon6.eot differ
diff --git a/assets/fonts/fauxtonicon6.svg b/assets/fonts/fauxtonicon6.svg
new file mode 100644
index 00000000..710aec85
--- /dev/null
+++ b/assets/fonts/fauxtonicon6.svg
@@ -0,0 +1,378 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<defs>
+  <font id="fauxtonicon6" horiz-adv-x="1562.5">
+    <font-face font-family="fauxtonicon6"
+      units-per-em="1000" ascent="936"
+      descent="64" />
+    <missing-glyph horiz-adv-x="0" />
+    <glyph glyph-name="activetasks"
+      unicode="&#xEA01;"
+      horiz-adv-x="1000" d="M571 151H928.9999999999998V222.9999999999999H571V151zM357 437H928.9999999999998V508H357V437zM714 723H928.9999999999998V794H714V723zM1000 258V115.9999999999999Q1000 100.9999999999999 989 90.9999999999999T964 79.9999999999999H35.9999999999999Q20.9999999999999 79.9999999999999 10.9999999999999 90.9999999999999T-1e-13 115.9999999999999V258Q-1e-13 273 10.9999999999999 284T35.9999999999999 294H964Q979 294 989 284T1000 258zM1000 544V401Q1000 387 989 376T964 365.99999 [...]
+    <glyph glyph-name="arrow-box-down"
+      unicode="&#xEA02;"
+      horiz-adv-x="1000" d="M1000 -63V937H0V-63H1000zM875 62H125V812H875V62zM500 250L250 625H750L500 250z" />
+    <glyph glyph-name="arrow-box-up copy"
+      unicode="&#xEA03;"
+      horiz-adv-x="1000" d="M0 937V-63H1000V937H0zM875 62H125V812H875V62zM750 250H250L500 625L750 250z" />
+    <glyph glyph-name="arrow-box-up"
+      unicode="&#xEA04;"
+      horiz-adv-x="1000" d="M0 937V-63H1000V937H0zM875 62H125V812H875V62zM750 250H250L500 625L750 250z" />
+    <glyph glyph-name="arrow_left"
+      unicode="&#xEA05;"
+      horiz-adv-x="1000" d="M200.375 654.75L251.78125 654.75L251.78125 498.5L1001.7812500000002 498.5L1001.7812500000002 404.75L251.78125 404.75L251.78125 248.5L200.375 248.5L0 451.625z" />
+    <glyph glyph-name="arrow_right"
+      unicode="&#xEA06;"
+      horiz-adv-x="1000" d="M1001.7812500000002 451.625L801.40625 248.5L750 248.5L750 404.75L0 404.75L0 498.5L750 498.5L750 654.75L801.40625 654.75z" />
+    <glyph glyph-name="arrows-cw"
+      unicode="&#xEA07;"
+      horiz-adv-x="1000" d="M0 -63V339H402L242.0000000000001 179Q350.0000000000001 72 500 72Q625 72 722 147T852 339H990Q955 166 817 51T499.9999999999999 -63Q293 -63 147 83zM10 535Q45 709 183 823T500 937Q707 937 854 791L1000 937V535H598L758 695Q650 802 500 802Q375 802 278 727T148 535H10z" />
+    <glyph glyph-name="article"
+      unicode="&#xEA08;"
+      horiz-adv-x="937.5" d="M911 772H18V884H911V772zM576 549H17.9999999999999V661H576V549zM911 214H18V326H911V214zM688 -10H17.9999999999999V103H688V-10zM911 47Q911 23 895 7T856 -10.0000000000001T816 7T798.9999999999999 47T816 86T856 103Q878 103 895 86T911 47z" />
+    <glyph glyph-name="attention-alt copy"
+      unicode="&#xEA09;"
+      horiz-adv-x="343.75" d="M286 241V116Q286 101 275 91T250 80H107Q93 80 82 91T71 116V241Q71 255.0000000000001 82 266.0000000000001T107 276.0000000000001H250Q265 276.0000000000001 275 266.0000000000001T286 241zM302 830L287 401Q286 387 275 376T250 365.9999999999999H107Q93 365.9999999999999 82 376T70 401L55 830Q54 844 64 855T89 866H268Q282 866 293.0000000000001 855T302.0000000000001 830z" />
+    <glyph glyph-name="attention-alt"
+      unicode="&#xEA0A;"
+      horiz-adv-x="343.75" d="M286 241V116Q286 101 275 91T250 80H107Q93 80 82 91T71 116V241Q71 255.0000000000001 82 266.0000000000001T107 276.0000000000001H250Q265 276.0000000000001 275 266.0000000000001T286 241zM302 830L287 401Q286 387 275 376T250 365.9999999999999H107Q93 365.9999999999999 82 376T70 401L55 830Q54 844 64 855T89 866H268Q282 866 293.0000000000001 855T302.0000000000001 830z" />
+    <glyph glyph-name="attention-circled"
+      unicode="&#xEA0B;"
+      horiz-adv-x="843.75" d="M429 866Q545 866 644 808T800 652T857.0000000000001 437T800 222T644 66T429.0000000000001 8T213.0000000000001 66T58.0000000000001 222T0 437T58.0000000000001 652T213.0000000000001 808T429.0000000000001 866zM500 170V276Q500 284 495 289T483 294H376Q368 294 363 289T357 276V170Q357 162 363 157T376 151H483Q490 151 495 157T500 170zM499 362L509 708Q509 715 503 718Q498 723 490 723H367Q359 723 354 718Q348 715 348 708L358 362Q358 356 363 352T377 348H480Q488 348 493 352T4 [...]
+    <glyph glyph-name="bell"
+      unicode="&#xEA0C;"
+      horiz-adv-x="900" d="M54.36257 136.0606900000001C67.370515 123.0527450000001 83.195475 116.5487700000001 100.8432000000001 116.5487700000001L333.329195 116.5487700000001C333.329195 79.3476949999999 346.337145 48.6505949999998 372.394465 22.6347000000001C398.4103650000002 -3.3811949999999 430.0188500000001 -16.43057 466.3085349999999 -16.43057C503.4681849999998 -16.43057 534.1652849999999 -3.3811949999999 560.2226049999999 22.6347000000001C586.238505 48.6505949999998 599.24645000000 [...]
+    <glyph glyph-name="block"
+      unicode="&#xEA0D;"
+      horiz-adv-x="843.75" d="M732 439Q732 529 683.9999999999999 603L263 183.0000000000001Q339 133.0000000000001 429 133.0000000000001Q490.9999999999999 133.0000000000001 546.9999999999999 158.0000000000001T642.9999999999999 223.0000000000001T708 320.0000000000001T732 439.0000000000001zM175 272L596 693Q521 743 429 743Q346 743 275.9999999999999 703T165.9999999999999 591T124.9999999999999 438.9999999999999Q124.9999999999999 347.9999999999999 175 271.9999999999999zM857 439Q857 351 823 271T7 [...]
+    <glyph glyph-name="bookmark-ribbon-wplus"
+      unicode="&#xEA0E;"
+      horiz-adv-x="1000" d="M781 937H219V-63L500 193L781 -63V937zM656 562H531V437H469V562H344V625H469V750H531V625H656V562z" />
+    <glyph glyph-name="bookmark"
+      unicode="&#xEA0F;"
+      horiz-adv-x="1000" d="M936 67C840.0000000000001 62 659 46 561 -5C556 -35 531 -58 500 -58C469 -58 445 -35 440 -5C342 46.0000000000001 160 63 65 67C31 67 3 95 3 129.0000000000001V875C3 909.0000000000002 31 937 65 937C67 937 69 936 71 936C499 925 500 813 500 813S502 925.0000000000002 929 936C932 936 933 937 936 937C970.0000000000002 937 998 909 998 875V129.0000000000001C998 95 970 67 936 67zM438 742C358 783 225 800 127 807V188C294.0000000000001 179 388 154 438 129.0000000000001V742zM8 [...]
+    <glyph glyph-name="burger"
+      unicode="&#xEA10;"
+      horiz-adv-x="1000" d="M0 781H1000V593H0V781zM0 531H1000V343H0V531zM0 281H1000V93H0V281z" />
+    <glyph glyph-name="cancel-circled"
+      unicode="&#xEA11;"
+      horiz-adv-x="1000" d="M0 437Q0 644 147 791T500 937T854 791T1000 437T854 83T500 -63T147 83T0 437zM219 281L344 156L500 312L656 156L781 281L625 437L781 593L656 718L500 562L344 718L219 593L375 437z" />
+    <glyph glyph-name="cancel-circled2"
+      unicode="&#xEA12;"
+      horiz-adv-x="1000" d="M0 437Q0 644 147 791T500 937T854 791T1000 437T854 83T500 -63T147 83T0 437zM109 437Q109 275 224 161T500 46T776 161T891 437T776 713T500 828T224 713T109 437zM254 300L391 437L254 574L363 683L500 546L637 683L746 574L609 437L746 300L637 191L500 328L363 191z" />
+    <glyph glyph-name="cancel"
+      unicode="&#xEA13;"
+      horiz-adv-x="1000" d="M654 436L1000 90L846 -64L500 282L154 -64L0 90L346 436L0 782L154 936L500 590L846 936L1000 782z" />
+    <glyph glyph-name="circle-empty"
+      unicode="&#xEA14;"
+      horiz-adv-x="843.75" d="M429 741Q346 741 276 700T166 589T125 437T166 285T276 174T429.0000000000001 133T581.0000000000001 174T691.0000000000001 285T732.0000000000001 437T691.0000000000001 589T581.0000000000001 700T429.0000000000001 741zM857 437Q857 320 799.9999999999999 222T643.9999999999999 66T429 8T213 66T57.9999999999999 222T-1e-13 437T57.9999999999999 652T213 808T429 866T643.9999999999999 808T799.9999999999999 652T857 437z" />
+    <glyph glyph-name="clipboard"
+      unicode="&#xEA15;"
+      horiz-adv-x="1000" d="M750 -65.2812499999999H187.5C152.96875 -65.2812499999999 125 -37.3749999999999 125 -2.9062499999999V750.1250000000001C125 784.5625000000001 152.96875 812.4687500000001 187.5 812.4687500000001H343.75V747.5000000000001H218.75C201.5 747.5000000000001 187.5 733.5625000000001 187.5 716.3125000000001V28.2812500000001C187.5 11.0000000000001 201.5 -2.9062499999999 218.75 -2.9062499999999H718.75C736.03125 -2.9062499999999 750 11.0000000000001 750 28.2812500000001V716.3 [...]
+    <glyph glyph-name="clock"
+      unicode="&#xEA16;"
+      horiz-adv-x="843.75" d="M500 633V383.0000000000001Q500 376.0000000000001 495 371T482 366H304Q296 366 291 371T286 383.0000000000001V419.0000000000001Q286 427.0000000000001 291 432.0000000000001T304 437.0000000000001H429V633.0000000000001Q429 641.0000000000001 434 646.0000000000001T446 651.0000000000001H482Q490 651.0000000000001 495 646.0000000000001T500 633.0000000000001zM732 437Q732 520 691 589T581 700T429 741T275.9999999999999 700T165.9999999999999 589T124.9999999999999 437T165.99 [...]
+    <glyph glyph-name="cog"
+      unicode="&#xEA17;"
+      horiz-adv-x="843.75" d="M571 437Q571 496 529.9999999999999 538T429 580T328 538T286 437T328 336T429 294T529.9999999999999 336T571 437zM857 498V374Q857 366.9999999999999 853 360.9999999999999T842 353.9999999999999L738 337.9999999999999Q728 307.9999999999999 717 286.9999999999999Q736 259.9999999999999 776 209.9999999999999Q782 203.9999999999999 782 196.9999999999999T777 183.9999999999999Q762 162.9999999999999 722 122.9999999999999T668.9999999999999 83.9999999999998Q661.9999999999999 8 [...]
+    <glyph glyph-name="collapse"
+      unicode="&#xEA18;"
+      horiz-adv-x="1000" d="M0 937V-63H1000V937H0zM875 62H125V562H875V62zM875 687H125V812H875V687zM438 125H563V311.9999999999999H688L499.9999999999999 499.9999999999999L313 311.9999999999999H438V124.9999999999999z" />
+    <glyph glyph-name="cw"
+      unicode="&#xEA19;"
+      horiz-adv-x="1000" d="M0 437Q0 644 147 791T500 937Q709 937 855 789L1000 892V427L554.9999999999999 576L686 669Q604 734 499.9999999999999 734Q377 734 290 647T203 437T290 227T499.9999999999999 140.0000000000001Q581.9999999999999 140.0000000000001 649.9999999999999 180.0000000000001T757.9999999999999 289.0000000000001L933.9999999999998 187.0000000000001Q867 74.0000000000001 752 5.0000000000002T500 -62.9999999999999Q293.0000000000001 -62.9999999999999 147 83.0000000000001T0 437.00000000 [...]
+    <glyph glyph-name="dashboard"
+      unicode="&#xEA1A;"
+      horiz-adv-x="1000" d="M1000 48C1000 -11.0000000000001 953 -59 894 -59H111C52 -59 4 -11 4 48V830C4 889 52 937 111 937H894C953.0000000000002 937 1000 889 1000 830V48zM907 840C907 842 906 844 904 844H101C99 844 98 842 98 840V38C98 36 99 34 101 34H904C906 34 907 36 907 38V840zM197 211L121 265.0000000000001L309 528L429 408.0000000000001L556.9999999999999 632L683.9999999999999 474.0000000000001L803.9999999999999 667L883.9999999999999 618L692.9999999999999 313L569.9999999999999 466L449.99 [...]
+    <glyph glyph-name="database"
+      unicode="&#xEA1B;"
+      horiz-adv-x="1000" d="M489 -58C284.0000000000001 -58 117 25 117 128V128V232.9999999999999C117 130 284.0000000000001 65.9999999999999 489 65.9999999999999C695 65.9999999999999 862 130 862 232.9999999999999V128C862 25 695 -58 489 -58zM489 128C284.0000000000001 128 117 210.9999999999999 117 313.9999999999999V418.9999999999999C117 315.9999999999999 284.0000000000001 251.9999999999999 489 251.9999999999999C695 251.9999999999999 862 315.9999999999999 862 418.9999999999999V313.99999999999 [...]
+    <glyph glyph-name="deselect-all"
+      unicode="&#xEA1C;"
+      horiz-adv-x="1000" d="M562.5 -64H437.5V29.75H562.5V-64zM250 842.25H343.75V936H250V842.25zM343.75 -64V29.75H250V-64H343.75zM437.5 936V842.25H562.5V936H437.5zM843.75 842.25H906.25V779.75H1000V936H843.75V842.25zM93.75 373.5V498.5H0V373.5H93.75zM0 592.25H93.75V686H0V592.25zM93.75 186V279.75H0V186H93.75zM750 29.75H656.25V-64H750V29.75zM156.25 29.75H93.75V92.25H0V-64H156.25V29.75zM906.25 92.25V29.75H843.75V-64H1000V92.25H906.25zM906.25 686V592.25H1000V686H906.25zM93.75 779.75V842.25H156. [...]
+    <glyph glyph-name="document"
+      unicode="&#xEA1D;"
+      horiz-adv-x="1000" d="M562 935H127.0000000000001V-61H873V624L562 935zM251 64V810H500V561H749V64H251z" />
+    <glyph glyph-name="documents"
+      unicode="&#xEA1E;"
+      horiz-adv-x="1000" d="M655 935H221V749H35V-57.0000000000001H779V128.9999999999999H965.0000000000002V624.9999999999998L655 934.9999999999998zM655 67H159V625H221V129.0000000000001H655V67zM841 253H345V811H593V563H841V253z" />
+    <glyph glyph-name="dot-circled"
+      unicode="&#xEA1F;"
+      horiz-adv-x="843.75" d="M571 437Q571 378 529.9999999999999 336T429 294T328 336T286 437T328 538T429 580T529.9999999999999 538T571 437zM429 741Q346 741 276 700T166 589T125 437T166 285T276 174T429.0000000000001 133T581.0000000000001 174T691.0000000000001 285T732.0000000000001 437T691.0000000000001 589T581.0000000000001 700T429.0000000000001 741zM857 437Q857 320 799.9999999999999 222T643.9999999999999 66T429 8T213 66T57.9999999999999 222T-1e-13 437T57.9999999999999 652T213 808T429 866T [...]
+    <glyph glyph-name="down-1"
+      unicode="&#xEA20;"
+      horiz-adv-x="937.5" d="M911 438L464 -10L18 438.0000000000001L176 596L353 420V884H576V420L752 595z" />
+    <glyph glyph-name="down-circled"
+      unicode="&#xEA21;"
+      horiz-adv-x="843.75" d="M625 419Q625 412 619 406L441 228Q435 223 429 223T416 228L237 406Q229 415 233 426Q238 437 250 437H357V633Q357 641 362 646T375 651H482Q490 651 495 646T500 633V437H607Q615 437 620 432T625 419zM429 741Q346 741 276 700T166 589T125 437T166 285T276 174T429.0000000000001 133T581.0000000000001 174T691.0000000000001 285T732.0000000000001 437T691.0000000000001 589T581.0000000000001 700T429.0000000000001 741zM857 437Q857 320 799.9999999999999 222T643.9999999999999 66T42 [...]
+    <glyph glyph-name="down-dir"
+      unicode="&#xEA22;"
+      horiz-adv-x="562.5" d="M571 544Q571 530 561 519L311 269Q300 258 286 258T260.9999999999999 269L10.9999999999999 519Q-1e-13 530 -1e-13 544T10.9999999999999 569T35.9999999999999 580H535.9999999999999Q549.9999999999999 580 561 569T571 544z" />
+    <glyph glyph-name="down-open"
+      unicode="&#xEA23;"
+      horiz-adv-x="1000" d="M0 613L148 761L500 410L852 761L1000 613L500 112.9999999999999L352 261z" />
+    <glyph glyph-name="down"
+      unicode="&#xEA24;"
+      horiz-adv-x="437.5" d="M427 212Q431 202 424 193L229 -22Q223 -27 216 -27Q208 -27 203 -22L4.9999999999999 193Q-3.0000000000001 202 1.9999999999999 212Q6.9999999999999 223 18 223H143V919Q143 927 148 932T161 937H268Q276 937 281 932T286 919V223H411Q422 223 427 212z" />
+    <glyph glyph-name="drop-down-dots"
+      unicode="&#xEA25;"
+      horiz-adv-x="1000" d="M375 875H625V625H375V875zM375 562H625V312H375V562zM375 250H625V-1H375V250z" />
+    <glyph glyph-name="exchange"
+      unicode="&#xEA26;"
+      horiz-adv-x="1000" d="M1000 276V169Q1000 162 995 157T982 151H214V44Q214 37 209 32T196 26Q190 26 183 32L4.9999999999999 210Q-1e-13 215 -1e-13 223T4.9999999999999 236L184 414Q189 419 196 419Q204 419 209 414T214 401V294H982Q989 294 995 289T1000 276zM1000 580Q1000 572 995 567L816.0000000000001 388Q811 383 804 383Q796 383 791 389T786 401V507.9999999999999H18Q11 507.9999999999999 5 514T0 526V633Q0 641 5 646T18 651H786V758Q786 766 791 771T804 776Q810 776 817.0000000000001 771L995.00000000 [...]
+    <glyph glyph-name="expand"
+      unicode="&#xEA27;"
+      horiz-adv-x="1000" d="M0 937V-63H1000V937H0zM875 62H125V562H875V62zM875 687H125V812H875V687zM688 312H563V500H438V312H313L499.9999999999999 125L688 312.0000000000001z" />
+    <glyph glyph-name="eye"
+      unicode="&#xEA28;"
+      horiz-adv-x="937.5" d="M465 772Q533 772 605 738T729 656T824 559T887.9999999999999 476L910.9999999999998 442Q901.9999999999998 428 886.9999999999999 405T823.9999999999999 324T726.9999999999999 221T605.9999999999999 139.0000000000001T464.9999999999999 103T324.9999999999999 137.0000000000001T200.9999999999999 222T104.9999999999998 322T40.9999999999998 408L17.9999999999998 442Q25.9999999999998 456 40.9999999999998 478T103.9999999999998 557T201.9999999999999 658T323.9999999999999 737T46 [...]
+    <glyph glyph-name="file-code-o"
+      unicode="&#xEA29;"
+      horiz-adv-x="1000" d="M890.625 723.9464285714286Q906.25 708.3214285714286 917.4107142857144 681.5357142857142T928.5714285714286 632.4285714285714V-10.4285714285714Q928.5714285714286 -32.75 912.9464285714286 -48.375T875 -64H125Q102.6785714285714 -64 87.0535714285714 -48.375T71.4285714285714 -10.4285714285714V882.4285714285714Q71.4285714285714 904.75 87.0535714285714 920.375T125 936H625Q647.3214285714286 936 674.1071428571429 924.8392857142856T716.5178571428571 898.0535714285714zM642 [...]
+    <glyph glyph-name="files-o"
+      unicode="&#xEA2A;"
+      horiz-adv-x="1000" d="M946.4285714285714 721.7142857142858Q968.75 721.7142857142858 984.375 706.0892857142857T1000 668.1428571428571V-10.4285714285714Q1000 -32.75 984.375 -48.375T946.4285714285714 -64H410.7142857142857Q388.3928571428572 -64 372.7678571428572 -48.375T357.1428571428572 -10.4285714285714V150.2857142857142H53.5714285714286Q31.25 150.2857142857142 15.625 165.9107142857142T0 203.8571428571429V578.8571428571429Q0 601.1785714285714 11.1607142857143 627.9642857142858T37.946 [...]
+    <glyph glyph-name="filter"
+      unicode="&#xEA2B;"
+      horiz-adv-x="1000" d="M890.0669642857143 771.3794642857142Q899.5535714285714 748.5 882.2544642857143 732.3169642857142L607.1428571428571 457.2053571428571V43.1428571428571Q607.1428571428571 19.7053571428571 585.3794642857143 10.21875Q578.125 7.4285714285714 571.4285714285714 7.4285714285714Q556.3616071428571 7.4285714285714 546.3169642857143 18.03125L403.4598214285715 160.8883928571429Q392.8571428571429 171.4910714285715 392.8571428571429 186V457.2053571428571L117.7455357142857 732 [...]
+    <glyph glyph-name="gears"
+      unicode="&#xEA2C;"
+      horiz-adv-x="1062.5" d="M500 436Q500 495.15625 458.15625 537T357.15625 578.84375T256.15625 537T214.3125 436T256.15625 335T357.15625 293.1562500000001T458.1562499999999 335T499.9999999999999 436zM928.5625 150.28125Q928.5625 179.3124999999999 907.34375 200.5T857.125 221.7187499999999T806.90625 200.5T785.6875000000001 150.28125Q785.6875000000001 120.7187499999999 806.6250000000001 99.78125T857.1250000000001 78.8437499999999T907.6250000000002 99.78125T928.5625000000002 150.28125zM928.5 [...]
+    <glyph glyph-name="help-circled"
+      unicode="&#xEA2D;"
+      horiz-adv-x="843.75" d="M500 169V276Q500 284 495 289T482 294H375Q367 294 362 289T357 276V169Q357 161 362 156T375 151H482Q490 151 495 156T500 169zM643 544Q643 593 612 635T535 700T440.0000000000001 723Q304.0000000000001 723 233.0000000000001 604Q224.0000000000001 589.9999999999999 237.0000000000001 579.9999999999999L311.0000000000001 524.9999999999999Q315.0000000000001 520.9999999999999 321.0000000000001 520.9999999999999Q330.0000000000001 520.9999999999999 335.0000000000001 528Q365. [...]
+    <glyph glyph-name="help"
+      unicode="&#xEA2E;"
+      horiz-adv-x="562.5" d="M393 236V102Q393 93 386 86T371 80H237Q228 80 221 86T214 102V236Q214 245 221 252.0000000000001T237 258.0000000000001H371Q379 258.0000000000001 386 252.0000000000001T393 236zM569 571Q569 541 561 515T540.9999999999999 472.0000000000001T509.9999999999999 439T477.9999999999999 414T443.9999999999999 395Q420.9999999999999 382 405.9999999999999 357.9999999999999T390.9999999999999 320.9999999999999Q390.9999999999999 310.9999999999999 383.9999999999999 302.999999999999 [...]
+    <glyph glyph-name="info-circled"
+      unicode="&#xEA2F;"
+      horiz-adv-x="843.75" d="M571 169V258Q571 266 566 271T553.9999999999999 276H499.9999999999999V562Q499.9999999999999 570 494.9999999999999 575T481.9999999999999 580H304Q296 580 291 575T286 562V472.9999999999999Q286 464.9999999999999 291 459.9999999999999T304 454.9999999999999H357V275.9999999999999H304Q296 275.9999999999999 291 270.9999999999999T286 257.9999999999999V168.9999999999999Q286 160.9999999999999 291 155.9999999999999T304 150.9999999999999H553.9999999999999Q561 150.999999999 [...]
+    <glyph glyph-name="json"
+      unicode="&#xEA30;"
+      horiz-adv-x="1000" d="M184 833C154 813 139 776 139 722C139 704 140 689 141 674C142 660 143 646 144 633C146 620 147 607 148 594C149 580 149 566 149 551C149 542 147 533 143 525C139 516 132 508 121 501C111 494 96 489 79 484C61 480 39 477 12 477V391C39 390 61 388 79 383S111 373 121 365.9999999999999C132 358.9999999999999 139 350.9999999999999 143 342.9999999999999C147 333.9999999999999 149 324.9999999999999 149 316.9999999999999C149 300.9999999999999 149 285.9999999999999 148 272.99999 [...]
+    <glyph glyph-name="key"
+      unicode="&#xEA31;"
+      horiz-adv-x="937.5" d="M633 772Q563 772 514 723T464 606Q464 592 468 574L479.0000000000001 517Q421.0000000000001 459 304.0000000000001 342T130.0000000000001 169.0000000000001V103H241.0000000000001V214H353.0000000000001V326H464V373L544 452.0000000000001L601.0000000000001 441.0000000000001Q619.0000000000001 438.0000000000001 632.0000000000001 438.0000000000001Q702.0000000000002 438.0000000000001 751.0000000000001 487.0000000000001T799.0000000000001 605T751.0000000000001 723T633.000000 [...]
+    <glyph glyph-name="left-1"
+      unicode="&#xEA32;"
+      horiz-adv-x="937.5" d="M464 -10L18 438.0000000000001L464 884.0000000000001L623 726L446 549.0000000000001H911V326.0000000000001H446L623 150.0000000000002z" />
+    <glyph glyph-name="left-circled"
+      unicode="&#xEA33;"
+      horiz-adv-x="843.75" d="M643 491V383Q643 376 638 370.9999999999999T625 365.9999999999999H429V258Q429 251 424 245.9999999999999T411 240.9999999999999Q404 240.9999999999999 397 245.9999999999999L219 424Q214 429 214 437T219 450L398 628Q403 633 411 633Q418 633 423 628T429 616V508H625Q632 508 638 503T643 491zM732 437Q732 520 691 589T581 700T429 741T275.9999999999999 700T165.9999999999999 589T124.9999999999999 437T165.9999999999999 285T275.9999999999999 174T429 133T581 174T691 285T732 43 [...]
+    <glyph glyph-name="left-dir"
+      unicode="&#xEA34;"
+      horiz-adv-x="343.75" d="M357 687V187Q357 173 347 162T321 151T296 162L45.9999999999999 412Q35.9999999999999 423 35.9999999999999 437T45.9999999999999 462L296 712Q307 723 321 723T347 712T357 687z" />
+    <glyph glyph-name="left-open"
+      unicode="&#xEA35;"
+      horiz-adv-x="656.25" d="M0 437L148 586L500 937L648 789L297.0000000000001 437L648 85L500 -63L148 289z" />
+    <glyph glyph-name="left"
+      unicode="&#xEA36;"
+      horiz-adv-x="1000" d="M1000 491V383Q1000 376 995 370.9999999999999T982 365.9999999999999H286.0000000000001V240.9999999999999Q286.0000000000001 228.9999999999999 275 223.9999999999999T256 226.9999999999999L41 422.9999999999999Q36 427.9999999999999 36 434.9999999999999Q36 442.9999999999999 41 448.9999999999999L256 645.9999999999999Q265 654 275 649.9999999999999Q286.0000000000001 644.9999999999999 286.0000000000001 632.9999999999999V507.9999999999999H982Q990 507.9999999999999 995 502. [...]
+    <glyph glyph-name="link"
+      unicode="&#xEA37;"
+      horiz-adv-x="937.5" d="M813 258Q813 281 796.9999999999999 296L680.9999999999999 412Q664.9999999999999 428 642.9999999999999 428Q618.9999999999999 428 602.9999999999999 410Q603.9999999999999 409 612.9999999999999 400T624.9999999999999 388T633.9999999999999 377T640.9999999999999 362.9999999999999T642.9999999999999 347.9999999999999Q642.9999999999999 324.9999999999999 626.9999999999999 309.9999999999999T588.9999999999999 293.9999999999999Q580.9999999999999 293.9999999999999 573.999999 [...]
+    <glyph glyph-name="list-alt"
+      unicode="&#xEA38;"
+      horiz-adv-x="1000" d="M214 276V240.9999999999999Q214 232.9999999999999 209 227.9999999999999T196 222.9999999999999H161Q154 222.9999999999999 148 227.9999999999999T143 240.9999999999999V276Q143 284 148 289T161 294H196Q204 294 209 289T214 276zM214 419V383Q214 376 209 370.9999999999999T196 365.9999999999999H161Q154 365.9999999999999 148 370.9999999999999T143 383V419Q143 426 148 432T161 437H196Q204 437 209 432T214 419zM214 562V526Q214 519 209 514T196 508H161Q154 508 148 514T143 526V562 [...]
+    <glyph glyph-name="lock"
+      unicode="&#xEA39;"
+      horiz-adv-x="656.25" d="M179 508H463.9999999999999V616Q463.9999999999999 675 422 717T321 758T220 717T179 616V508zM643 455V133.0000000000001Q643 111 627 96T589 80H53.9999999999999Q30.9999999999999 80 15.9999999999999 96T-1e-13 133.0000000000001V455.0000000000001Q-1e-13 477.0000000000001 15.9999999999999 493.0000000000001T53.9999999999999 508.0000000000001H70.9999999999999V616Q70.9999999999999 718 145 792T321 866T497.9999999999999 792T571 616V508.0000000000001H589Q612 508.00000000000 [...]
+    <glyph glyph-name="mail-alt"
+      unicode="&#xEA3A;"
+      horiz-adv-x="1000" d="M1000 541V97.9999999999999Q1000 60.9999999999999 974 35T911 8H89.0000000000001Q53.0000000000001 8 26.0000000000001 35T1e-13 97.9999999999999V541Q25.0000000000001 512.9999999999999 56.0000000000001 491.9999999999999Q258.0000000000001 354.9999999999999 334.0000000000001 299.9999999999999Q366.0000000000001 275.9999999999999 385.0000000000001 262.9999999999999T438.0000000000001 235.9999999999998T499.0000000000001 222.9999999999998H501Q529 222.9999999999998 562 235 [...]
+    <glyph glyph-name="mail"
+      unicode="&#xEA3B;"
+      horiz-adv-x="1000" d="M929 98V526Q911 506 890 489.0000000000001Q741 375 652 301Q624 277 606 263T557.9999999999999 235.9999999999999T500.9999999999999 222.9999999999999H498.9999999999999Q472.9999999999999 222.9999999999999 441.9999999999999 235.9999999999999T393.9999999999999 263T348 301Q259.9999999999999 375 109.9999999999999 489Q88.9999999999999 506 70.9999999999999 526V97.9999999999999Q70.9999999999999 89.9999999999999 76.9999999999999 84.9999999999999T88.9999999999999 79.9999999 [...]
+    <glyph glyph-name="map"
+      unicode="&#xEA3C;"
+      horiz-adv-x="1000" d="M285.7142857142857 793.1428571428571Q292.96875 793.1428571428571 298.2700892857143 787.8415178571429T303.5714285714286 775.2857142857142V-46.1428571428572Q303.5714285714286 -57.3035714285714 294.0848214285715 -61.7678571428572L26.2276785714286 -204.625Q22.3214285714286 -206.8571428571429 17.8571428571429 -206.8571428571429Q10.6026785714286 -206.8571428571429 5.3013392857143 -201.5558035714287T0 -189V632.4285714285714Q0 643.5892857142858 9.4866071428571 648.053 [...]
+    <glyph glyph-name="map2"
+      unicode="&#xEA3D;"
+      horiz-adv-x="1142.857142857143" d="M1127.232142857143 786.4464285714286Q1142.857142857143 775.2857142857142 1142.857142857143 756.8705357142858V-28.84375Q1142.857142857143 -40.0044642857143 1136.71875 -48.9330357142858T1120.5357142857142 -61.7678571428572L763.3928571428571 -204.625Q750 -210.7633928571429 736.6071428571429 -204.625L392.8571428571429 -67.3482142857143L49.1071428571429 -204.625Q43.5267857142857 -207.4151785714287 35.7142857142857 -207.4151785714287Q25.1116071428571 -2 [...]
+    <glyph glyph-name="megaphone"
+      unicode="&#xEA3E;"
+      horiz-adv-x="1000" d="M929 580Q958.0000000000002 580 979.0000000000002 559T1000 508T979 458T928.9999999999998 437V223Q928.9999999999998 194 906.9999999999998 173T856.9999999999999 151Q623.9999999999999 345 403.9999999999999 362.9999999999999Q371.9999999999999 352.9999999999999 352.9999999999999 326.9999999999999T335.9999999999999 269.9999999999999T357.9999999999999 218.9999999999998Q346.9999999999999 199.9999999999998 344.9999999999999 181.9999999999998T348.9999999999999 149.999999 [...]
+    <glyph glyph-name="minus-circled"
+      unicode="&#xEA3F;"
+      horiz-adv-x="1000" d="M0 437Q0 644 147 791T500 937T854 791T1000 437T854 83T500 -63T147 83T0 437zM213 355H786.9999999999999V519H213V355z" />
+    <glyph glyph-name="minus-circled2"
+      unicode="&#xEA40;"
+      horiz-adv-x="1000" d="M212.5 354.75H787.5V517.25H212.5V354.75zM0 436C0 573.5 50 692.25 146.875 789.125S362.5 939.125 500 936S756.25 886 853.125 789.125C953.125 695.375 1000 576.625 1000 436C1000 295.375 950 179.75 853.125 82.875S640.625 -60.875 500 -64S243.7500000000001 -17.125 146.875 82.875S3.125 298.5 0 436zM109.375 436C109.375 326.625 146.875 236 225 161C303.125 86 393.7500000000001 45.375 500 45.375C606.25 45.375 700 82.875 775 161S890.625 329.75 890.625 436S853.125 636 775 71 [...]
+    <glyph glyph-name="minus-squared-alt"
+      unicode="&#xEA41;"
+      horiz-adv-x="781.25" d="M643 491V455Q643 447 638 442T625 437H161Q153 437 148 442T143 455V491Q143 498 148 503T161 508H625Q633 508 638 503T643 491zM714 241V705.0000000000001Q714 742.0000000000001 688 768.0000000000001T625 794H161Q124 794 98 768.0000000000001T71 705.0000000000001V241Q71 204 98 177.0000000000001T161 151.0000000000001H625Q662 151.0000000000001 688 177.0000000000001T714 241.0000000000001zM786 705V240.9999999999999Q786 174 739 127T625 79.9999999999999H161Q94 79.9999999999 [...]
+    <glyph glyph-name="minus-squared"
+      unicode="&#xEA42;"
+      horiz-adv-x="843.75" d="M714 401V473Q714 487 704 498T678.9999999999999 508H179Q163.9999999999999 508 153 498T143 473V401Q143 387 153 376T179 365.9999999999999H678.9999999999999Q693 365.9999999999999 704 376T714 401zM857 705V169Q857 103 809.9999999999999 56T696 8H160.9999999999999Q93.9999999999999 8 46.9999999999999 56T-1e-13 169V705Q-1e-13 771 46.9999999999999 818T160.9999999999999 866H696Q762.9999999999999 866 809.9999999999999 818T857 705z" />
+    <glyph glyph-name="minus"
+      unicode="&#xEA43;"
+      horiz-adv-x="1000" d="M0 296V578H1000V296H0z" />
+    <glyph glyph-name="mixer"
+      unicode="&#xEA44;"
+      horiz-adv-x="1000" d="M811 -58H192.0000000000001C89.0000000000001 -58 6.0000000000001 26 6.0000000000001 128V747C6.0000000000001 850 89.0000000000001 932.9999999999998 192.0000000000001 932.9999999999998H811C913 932.9999999999998 997.0000000000002 850 997.0000000000002 747V128C997.0000000000002 26 913.0000000000002 -58 811.0000000000001 -58zM873 747C873 782 845 809 811 809H192C157 809 130 781 130 747V128C130 93.9999999999999 157 65.9999999999999 192 65.9999999999999H811C845 65.9999 [...]
+    <glyph glyph-name="new-database"
+      unicode="&#xEA45;"
+      horiz-adv-x="1000" d="M50 686V748C50 851 217 934 422 934S794.9999999999999 851 794.9999999999999 748V686C794.9999999999999 615 718 554 603 523C599 522 595 521 591 520C540.9999999999999 506.9999999999999 483 498.9999999999999 422 498.9999999999999C217 498.9999999999999 49.9999999999999 583 49.9999999999999 686zM750 520C766 516 781 511 795 504V604C795 572 779 543 750 520zM402 65C206 69 50 132 50 231V126.0000000000001C50 23.0000000000001 217.0000000000001 -60 422.0000000000001 -60C457 [...]
+    <glyph glyph-name="ok-circled-2"
+      unicode="&#xEA46;"
+      horiz-adv-x="1000" d="M0 436Q0 643 147 790T500 936T854 790T1000 436T854 82T500 -64T147 82T0 436zM109 436Q109 274 224 160T500 45T776 160T891 436T776 712T500 827T224 712T109 436zM215 385L309 476.9999999999999L402 383L691.0000000000001 674L785 580.9999999999999L494.0000000000001 291L402 198L309.0000000000001 291z" />
+    <glyph glyph-name="ok-circled"
+      unicode="&#xEA47;"
+      horiz-adv-x="1000" d="M0 437Q0 644 147 791T500 937T854 791T1000 437T854 83T500 -63T147 83T0 437zM182 380L391 171L494 275L818.0000000000001 599L715.0000000000001 703L391.0000000000001 378L285.0000000000001 483.9999999999999z" />
+    <glyph glyph-name="ok"
+      unicode="&#xEA48;"
+      horiz-adv-x="1000" d="M0 347L162 509.0000000000001L328 345L836.0000000000001 855L1000 691L328 19L166 183z" />
+    <glyph glyph-name="paperclip"
+      unicode="&#xEA49;"
+      horiz-adv-x="1000" d="M407.745 -55.438C317.257 -55.438 232.211 -20.1079999999999 168.303 43.936C104.319 107.889 69.065 192.828 69.065 283.3630000000001C69.125 373.836 104.319 458.8680000000001 168.303 522.7760000000001L511.162 858.224C603.305 950.411 766.031 950.772 859 857.728C954.915 761.6469999999999 954.915 605.4159999999999 859 509.442L550.445 208.465C491.032 149.0210000000001 393.3750000000001 148.9020000000001 333.3590000000001 209.005C273.343 269.141 273.343 366.73800000000 [...]
+    <glyph glyph-name="pencil"
+      unicode="&#xEA4A;"
+      horiz-adv-x="1000" d="M375 65L4 -59L127 313L747 933L995 685L375 65zM127 65L313 127.0000000000001L189 251.0000000000001L127 65zM251 313L375 189L747 561L623 685L251 313z" />
+    <glyph glyph-name="picture"
+      unicode="&#xEA4B;"
+      horiz-adv-x="1062.5" d="M357 616Q357 571 326 540T250 507.9999999999999T174 540T143 616T174 691T250 723T326 691T357 616zM929 401V151H143V258L321 437L411.0000000000001 347.9999999999999L696 632.9999999999999zM982 794H89Q82 794 77 789T71 776V97.9999999999999Q71 89.9999999999999 77 84.9999999999999T89 79.9999999999999H982Q989 79.9999999999999 995 84.9999999999999T1000 97.9999999999999V776Q1000 783 995 789T982 794zM1071 776V97.9999999999999Q1071 60.9999999999999 1045 35T982 8H89Q53 8 26 [...]
+    <glyph glyph-name="play"
+      unicode="&#xEA4C;"
+      horiz-adv-x="781.25" d="M772.3125 418.6875L31.25 6.8437500000001Q18.40625 -0.4062499999999 9.21875 5.1562500000001T0 25.2500000000001V846.6875000000002Q0 861.1875000000002 9.21875 866.7812500000002T31.25 865.0937500000002L772.3125 453.2500000000002Q785.15625 446.0000000000003 785.15625 435.9375000000003T772.3125 418.6250000000004z" />
+    <glyph glyph-name="plus-circled"
+      unicode="&#xEA4D;"
+      horiz-adv-x="1000" d="M0 437Q0 644 147 791T500 937T854 791T1000 437T854 83T500 -63T147 83T0 437zM219 357H420.0000000000001V156H580.0000000000001V357H781.0000000000001V517H580.0000000000001V718.0000000000001H420.0000000000001V517H219V357z" />
+    <glyph glyph-name="plus-circled2"
+      unicode="&#xEA4E;"
+      horiz-adv-x="1000" d="M0 436C0 573.5 50 692.25 146.875 789.125S362.5 939.125 500 936S756.25 886 853.125 789.125C953.125 695.375 1000 576.625 1000 436C1000 295.375 950 179.75 853.125 82.875S640.625 -60.875 500 -64S243.7500000000001 -17.125 146.875 82.875S3.125 298.5 0 436zM109.375 436C109.375 326.625 146.875 236 225 161C303.125 86 393.7500000000001 45.375 500 45.375C606.25 45.375 700 82.875 775 161S890.625 329.75 890.625 436S853.125 636 775 711S606.25 829.75 500 826.625C393.75 826.6 [...]
+    <glyph glyph-name="plus-squared-alt"
+      unicode="&#xEA4F;"
+      horiz-adv-x="781.25" d="M643 491V455Q643 447 638 442T625 437H429V240.9999999999999Q429 232.9999999999999 424 227.9999999999999T411 222.9999999999999H375Q367 222.9999999999999 362 227.9999999999999T357 240.9999999999999V437H161Q153 437 148 442T143 454.9999999999999V490.9999999999999Q143 497.9999999999999 148 502.9999999999999T161 507.9999999999999H357V705Q357 713 362 718T375 723H411Q419 723 424 718T429 705V507.9999999999999H625Q633 507.9999999999999 638 502.9999999999999T643 489.999 [...]
+    <glyph glyph-name="plus-squared"
+      unicode="&#xEA50;"
+      horiz-adv-x="843.75" d="M714 401V473Q714 487 704 498T678.9999999999999 508H499.9999999999999V687Q499.9999999999999 702 488.9999999999999 712T463.9999999999999 723H392.9999999999999Q377.9999999999999 723 367.9999999999999 712T356.9999999999999 687V508H178.9999999999999Q163.9999999999999 508 152.9999999999999 498T142.9999999999999 473V401Q142.9999999999999 387 152.9999999999999 376T178.9999999999999 365.9999999999999H356.9999999999999V186.9999999999999Q356.9999999999999 172.999999999 [...]
+    <glyph glyph-name="plus"
+      unicode="&#xEA51;"
+      horiz-adv-x="1000" d="M0 296V578H359V937H641V578H1000V296H641V-63H359.0000000000001V296H1e-13z" />
+    <glyph glyph-name="popin"
+      unicode="&#xEA52;"
+      horiz-adv-x="1000" d="M468.75 407.0625L712 405.6250000000001L633.09375 484.5312500000001L789.875 641.3125000000001L706.5625 724.5937500000001L549.8125 567.8125000000001L468.8750000000001 648.7812500000002L468.7500000000001 407.0625000000001zM810.1875 406.5L750.1875 467.34375L751.28125 185.8750000000001L250.8125 185.5937500000001L251.3125 684.78125L531.25 686L468.75 748.5H250C215.5 748.5 187.5 720.5 187.5 686V186C187.5 151.5 215.5 123.5 250 123.5H750C784.5 123.5 812.5 151.5 812.5 18 [...]
+    <glyph glyph-name="popout"
+      unicode="&#xEA53;"
+      horiz-adv-x="1000" d="M490.4375 512.84375L573.75 429.5625L730.4999999999999 586.34375L811.4374999999999 505.40625L811.5625 747.09375L568.28125 748.53125L647.21875 669.625L490.4374999999999 512.84375zM810.1875 406.46875L750.1875 467.3124999999999L751.28125 185.8437499999999L250.8125 185.5624999999999L251.3125 684.71875L531.25 685.9687499999999L468.75 748.4687499999999H250C215.5 748.4687499999999 187.5 720.4687499999999 187.5 685.9687499999999V185.9687499999999C187.5 151.468749999999 [...]
+    <glyph glyph-name="profile"
+      unicode="&#xEA54;"
+      horiz-adv-x="1000" d="M962 -61H34.9999999999999C34.9999999999999 59 175 159 366 192V241C287 287.0000000000001 234 372 234 469.0000000000001V476.0000000000001C194.9999999999999 490.0000000000001 167.9999999999999 526 167.9999999999999 569S194.9999999999999 648 234 661V668C234 814 352 933 498.9999999999999 933S764 814 764 668V661C802 648 830.0000000000001 612 830.0000000000001 569S802 490 764 476.0000000000001V469.0000000000001C764 372 710 287 631 241V192C822.0000000000001 159 962 59 [...]
+    <glyph glyph-name="replicate"
+      unicode="&#xEA55;"
+      horiz-adv-x="1000" d="M375 250H438V125H375V250zM500 250H563V125H499.9999999999999V250zM625 250H688V125H625V250zM813 343H750V31H813L1000 187L813 343zM1000 843H688V531H1000V843zM906 625H781V750H906V625zM0 31H313V343H0V31zM94 250H219V125H94V250zM563 750H625V625H563V750zM438 750H500V625H438V750zM313 750H375V625H313V750zM250 531V843H187L0 687L187 531H250z" />
+    <glyph glyph-name="reply-all"
+      unicode="&#xEA56;"
+      horiz-adv-x="1562.5" d="M501 937V755L182 436L501 117.9999999999999V-63.0000000000001L0 435.9999999999999zM866 937V618Q976 603 1070 573T1229 505T1347 423T1433 332T1490 242T1525 158.0000000000001T1543 89T1549.9999999999998 42V25Q1543.9999999999998 36 1531 54T1464 117.9999999999999T1339 193.9999999999999Q1268 225.9999999999999 1142 245.9999999999999Q1065 258 980.9999999999998 258Q925.9999999999998 258 865.9999999999999 253V-63.0000000000001L364.9999999999999 435.9999999999999z" />
+    <glyph glyph-name="reply"
+      unicode="&#xEA57;"
+      horiz-adv-x="1187.5" d="M501 937V618Q611 603 705 573T864 505T982 423T1068 332T1125 242T1160 158.0000000000001T1178 89T1184 42L1184.9999999999998 25Q1178.9999999999998 36 1166 54T1099 117.9999999999999T974 193.9999999999999T778 245.9999999999999Q701.0000000000001 258 616 258Q561 258 501 253V-63.0000000000001L0 435.9999999999999z" />
+    <glyph glyph-name="resize-full-reverse"
+      unicode="&#xEA58;"
+      horiz-adv-x="1000" d="M559.375 -64L706.2499999999999 82.875L506.2499999999999 286L649.9999999999999 429.7499999999999L853.1249999999999 229.75L999.9999999999998 376.6249999999999V-64H559.375zM350 442.25L146.875 645.375L0 495.3749999999999V936H440.625L293.75 789.125L493.7499999999999 585.9999999999999L350 442.25z" />
+    <glyph glyph-name="resize-full"
+      unicode="&#xEA59;"
+      horiz-adv-x="1000" d="M0 -63V378L148 229.9999999999999L350 430.9999999999999L494 286.9999999999999L293 84.9999999999998L441 -63.0000000000002H-1e-13zM506 587L707.0000000000001 789L559 937H1000V496.0000000000001L852 644L649.9999999999999 443.0000000000001z" />
+    <glyph glyph-name="resize-small-reverse"
+      unicode="&#xEA5A;"
+      horiz-adv-x="1000" d="M853.125 -64L653.125 136L506.25 -10.875V429.7499999999999H946.8749999999998L799.9999999999999 282.8749999999999L1000 79.7499999999999L853.125 -64zM53.125 442.25L200 589.125L0 789.125L146.875 936L350 736L496.8749999999999 882.875V442.25C493.7499999999999 442.25 53.125 442.25 53.125 442.25z" />
+    <glyph glyph-name="resize-small"
+      unicode="&#xEA5B;"
+      horiz-adv-x="1000" d="M0 82L201 284.0000000000001L53 430.0000000000001H494V-10.9999999999999L348 137.0000000000002L147 -63.9999999999998zM506 442V883L652 735L854.0000000000001 936L1000 790L798.9999999999999 588L947 442H506z" />
+    <glyph glyph-name="right-1"
+      unicode="&#xEA5C;"
+      horiz-adv-x="937.5" d="M464 884L911 438L464 -10L307.0000000000001 150.0000000000001L482.0000000000001 326.0000000000001H18V550.0000000000001H482.0000000000001L307.0000000000001 726.0000000000001z" />
+    <glyph glyph-name="right-circled"
+      unicode="&#xEA5D;"
+      horiz-adv-x="843.75" d="M643 436Q643 428 638 423L459 244.9999999999999Q454 239.9999999999999 446 239.9999999999999Q439 239.9999999999999 434 244.9999999999999T429 257V364.9999999999999H232Q225 364.9999999999999 220 369.9999999999999T214 382V489.9999999999999Q214 496.9999999999999 220 501.9999999999999T232 506.9999999999999H429V615Q429 622 434 627T446 632T460 627L638 449Q643 444 643 436zM732 436Q732 519 691 588T581 699T429 740T275.9999999999999 699T165.9999999999999 588T124.99999999 [...]
+    <glyph glyph-name="right-dir"
+      unicode="&#xEA5E;"
+      horiz-adv-x="343.75" d="M321 437Q321 423 311 412L61 162Q50 151 36 151T11 162T0 187V687Q0 702 11 712T36 723T61 712L311 462Q321 452 321 437z" />
+    <glyph glyph-name="right-open"
+      unicode="&#xEA5F;"
+      horiz-adv-x="656.25" d="M0 85L352 437L0 789L148 937L500 586L648 437L148 -63z" />
+    <glyph glyph-name="right"
+      unicode="&#xEA60;"
+      horiz-adv-x="1000" d="M964 439Q964 431 959 425L744 228Q735 220 725 224Q714 229 714 241V366H18Q10 366 5 371T0 383.0000000000001V491.0000000000001Q0 498.0000000000001 5 503.0000000000001T18 508.0000000000001H714V633Q714 645 725 650T744 647L959 451.0000000000001Q964 446.0000000000001 964 439.0000000000001z" />
+    <glyph glyph-name="save"
+      unicode="&#xEA61;"
+      horiz-adv-x="843.75" d="M214 80H643V294H214V80zM714 80H785.9999999999999V580Q785.9999999999999 588 779.9999999999999 601T768.9999999999999 621L611.9999999999999 777Q606.9999999999999 783 592.9999999999999 789T570.9999999999999 794V562Q570.9999999999999 540 555.9999999999998 524T517.9999999999998 508.0000000000001H195.9999999999998Q173.9999999999998 508.0000000000001 158.9999999999998 524T142.9999999999998 562V794H70.9999999999998V80.0000000000001H142.9999999999998V312.0000000000001 [...]
+    <glyph glyph-name="search"
+      unicode="&#xEA62;"
+      horiz-adv-x="1000" d="M968 100L750 318C788 380 811 452 811 529C811 752 629.9999999999999 933 407 933S2.9999999999999 752 2.9999999999999 529C2.9999999999999 306 183.9999999999999 125 407 125C484.9999999999999 125 555.9999999999999 148 617.9999999999999 186L835.9999999999999 -32C872.9999999999999 -68.9999999999999 931.9999999999998 -68.9999999999999 967.9999999999998 -32C1004.9999999999998 4.0000000000001 1004.9999999999998 63 967.9999999999998 100zM407 250C252 250 127 375 127 529C1 [...]
+    <glyph glyph-name="select-all"
+      unicode="&#xEA63;"
+      horiz-adv-x="1000" d="M562.5 -64H437.5V29.75H562.5V-64zM250 842.25H343.75V936H250V842.25zM343.75 -64V29.75H250V-64H343.75zM437.5 936V842.25H562.5V936H437.5zM843.75 842.25H906.25V779.75H1000V936H843.75V842.25zM93.75 373.5V498.5H0V373.5H93.75zM0 592.25H93.75V686H0V592.25zM93.75 186V279.75H0V186H93.75zM750 29.75H656.25V-64H750V29.75zM156.25 29.75H93.75V92.25H0V-64H156.25V29.75zM906.25 92.25V29.75H843.75V-64H1000V92.25H906.25zM906.25 686V592.25H1000V686H906.25zM93.75 779.75V842.25H156. [...]
+    <glyph glyph-name="sidenav-filter-function"
+      unicode="&#xEA64;"
+      horiz-adv-x="1000" d="M492.9375 538.6875H350.09375V491.0625H445.34375V443.46875H350.09375V348.2187500000001H254.8750000000001V586.3125H492.96875V538.6875zM778.65625 538.6875H635.8125000000001V491.0625H731.0625000000002V443.46875H635.8125000000001V348.2187500000001H540.5625V586.3125H778.65625V538.6875zM778.25 92.25H221.71875C99.46875 92.25 0 191.75 0 314V589.28125C0 711.53125 99.46875 811 221.71875 811H778.25C900.5 811 1000 711.53125 1000 589.28125V314C1000 191.75 900.5 92.25 778.25 [...]
+    <glyph glyph-name="sidenav-info"
+      unicode="&#xEA65;"
+      horiz-adv-x="1000" d="M778.25 779.75H221.71875C99.46875 779.75 0 680.28125 0 558.03125V282.75C0 160.5 99.46875 61 221.71875 61H778.25C900.5 61 1000 160.5 1000 282.75V558.03125C1000 680.28125 900.5 779.75 778.25 779.75zM937.5 282.75C937.5 194.9375 866.0625 123.5 778.25 123.5H221.71875C133.9375 123.5 62.5 194.9375 62.5 282.75V558.03125C62.5 645.8125 133.9375 717.25 221.71875 717.25H778.25C866.0625 717.25 937.5 645.8125 937.5 558.03125V282.75zM593.75 373.5L593.75 498.5L468.75 498.5L37 [...]
+    <glyph glyph-name="sidenav-list-function"
+      unicode="&#xEA66;"
+      horiz-adv-x="1000" d="M412.59375 395.84375H507.8437499999999V348.21875H317.375V586.3125H412.59375V395.84375zM793.5625 538.6875H650.71875V491.0625H745.9687500000001V443.46875H650.71875V348.2187500000001H555.46875V586.3125H793.5625V538.6875zM778.25 92.25H221.71875C99.46875 92.25 0 191.75 0 314V589.28125C0 711.53125 99.46875 811 221.71875 811H778.25C900.5 811 1000 711.53125 1000 589.28125V314C1000 191.75 900.5 92.25 778.25 92.25zM221.71875 748.5C133.9375 748.5 62.5 677.0625 62.5 589.2 [...]
+    <glyph glyph-name="sidenav-map-reduce"
+      unicode="&#xEA67;"
+      horiz-adv-x="1000" d="M555.46875 555.0625V316.9687500000001H460.2187499999999V507.4375000000001H412.59375V316.9687500000001H317.34375V507.4375000000001H269.71875V316.9687500000001H174.5V555.0625H555.46875zM793.5625 412.1875H841.1562499999999V316.9374999999999H745.9375V412.1875H698.3125V316.9374999999999H603.0625V555.0625H841.15625V459.8125H793.5625000000001V412.1875zM698.3125 459.8125H744.03125V507.4375000000001H698.3125V459.8125zM778.25 61H221.71875C99.46875 61 0 160.5 0 282.75V55 [...]
+    <glyph glyph-name="sidenav-search"
+      unicode="&#xEA68;"
+      horiz-adv-x="1000" d="M778.25 61H221.71875C99.46875 61 0 160.5 0 282.75V558.03125C0 680.28125 99.46875 779.75 221.71875 779.75H778.25C900.5 779.75 1000 680.28125 1000 558.03125V282.75C1000 160.5 900.5 61 778.25 61zM221.71875 717.25C133.9375 717.25 62.5 645.8125 62.5 558.03125V282.75C62.5 194.9375 133.9375 123.5 221.71875 123.5H778.25C866.0625 123.5 937.5 194.9375 937.5 282.75V558.03125C937.5 645.8125 866.0625 717.25 778.25 717.25H221.71875zM700.875 300.59375C707.84375 293.625000000 [...]
+    <glyph glyph-name="sidenav-show-function"
+      unicode="&#xEA69;"
+      horiz-adv-x="1000" d="M492.9375 507.4375H350.09375V459.8125H492.9375V316.9687500000001H254.8750000000001V364.5625000000001H397.71875V412.1875000000001H254.8750000000001V555.0625H492.96875V507.4375zM778.65625 507.4375H635.8125000000001V459.8125H731.0625000000002V412.21875H635.8125000000001V316.9687500000001H540.5625V555.0625H778.65625V507.4375zM778.25 61H221.71875C99.46875 61 0 160.5 0 282.75V558.03125C0 680.28125 99.46875 779.75 221.71875 779.75H778.25C900.5 779.75 1000 680.28125 1 [...]
+    <glyph glyph-name="sidenav-update-function"
+      unicode="&#xEA6A;"
+      horiz-adv-x="1000" d="M475.09375 316.9375H237V555.0625H332.21875V364.5625H379.8437500000001V555.0625H475.0937500000001V316.9375zM760.8125 507.4375H617.96875V459.8125H713.21875V412.21875H617.96875V316.9687500000001H522.7499999999999V555.0625H760.8437499999999V507.4375zM778.25 61H221.71875C99.46875 61 0 160.5 0 282.75V558.03125C0 680.28125 99.46875 779.75 221.71875 779.75H778.25C900.5 779.75 1000 680.28125 1000 558.03125V282.75C1000 160.5 900.5 61 778.25 61zM221.71875 717.25C133.9375 [...]
+    <glyph glyph-name="sitemap"
+      unicode="&#xEA6B;"
+      horiz-adv-x="1000" d="M1000 241V62.0000000000001Q1000 40.0000000000001 984 24.0000000000001T946 8.0000000000001H768Q746 8.0000000000001 730 24.0000000000001T714 62.0000000000001V241.0000000000001Q714 263.0000000000003 730 279.0000000000003T768 294.0000000000003H821.0000000000001V401.0000000000003H536V294.0000000000003H589.0000000000001Q612.0000000000001 294.0000000000003 627.0000000000001 279.0000000000003T643.0000000000001 241.0000000000001V62.0000000000001Q643.0000000000001 40.00 [...]
+    <glyph glyph-name="stats"
+      unicode="&#xEA6C;"
+      horiz-adv-x="1000" d="M447 830H445C200 829 3 630 3 385S202 -60 447 -60C693.0000000000001 -60 892 140 892 385.0000000000001C779 385.0000000000001 447 385.0000000000001 447 385.0000000000001S447 712.0000000000001 447 830.0000000000001zM998 455C998 719 783 934 519 934C517 934 518 454 518 454L998 455z" />
+    <glyph glyph-name="support"
+      unicode="&#xEA6D;"
+      horiz-adv-x="1000" d="M996 438C996 417 994 397 992 376C991 370.9999999999999 990 365.9999999999999 990 360.9999999999999C987 343.9999999999999 984 327.9999999999999 979 310.9999999999999C978 307.9999999999999 978 304.9999999999999 977 301.9999999999999C965 260.9999999999999 948 221.9999999999999 926.9999999999998 185.9999999999999C883.9999999999999 113.9999999999999 824 53.9999999999999 752 11C716 -10.0000000000001 677 -27.0000000000001 636 -39.0000000000001C633 -40.0000000000001 6 [...]
+    <glyph glyph-name="swap-arrows"
+      unicode="&#xEA6E;"
+      horiz-adv-x="1000" d="M6.821 636L204.087 436L252.975 436L252.975 589.846L991.437 589.846L991.437 682.152L252.975 682.152L252.975 836L204.087 836zM993.179 236L795.884 36L745.282 36L745.282 189.846L6.821 189.846L6.821 282.1520000000001L745.282 282.1520000000001L745.282 436L795.884 436z" />
+    <glyph glyph-name="table"
+      unicode="&#xEA6F;"
+      horiz-adv-x="937.5" d="M286 169V276Q286 284 281 289T268 294H89Q82 294 76 289T71 276V169Q71 161 76 156T89 151H268Q276 151 281 156T286 169zM286 383V490.9999999999999Q286 497.9999999999999 281 502.9999999999999T268 507.9999999999999H89Q82 507.9999999999999 76 502.9999999999999T71 490.9999999999999V383Q71 376 76 370.9999999999999T89 365.9999999999999H268Q276 365.9999999999999 281 370.9999999999999T286 383zM571 169V276Q571 284 566 289T553.9999999999999 294H375Q367 294 362 289T357 276V16 [...]
+    <glyph glyph-name="trash"
+      unicode="&#xEA70;"
+      horiz-adv-x="781.25" d="M286 526V205Q286 197 281 192T268 187H232Q224 187 219 192T214 205V526Q214 534 219 539T232 544H268Q276 544 281 539T286 526zM429 526V205Q429 197 424 192T411 187H375Q367 187 362 192T357 205V526Q357 534 362 539T375 544H411Q419 544 424 539T429 526zM571 526V205Q571 197 566 192T553.9999999999999 187H517.9999999999999Q509.9999999999999 187 504.9999999999999 192T499.9999999999999 205V526Q499.9999999999999 534 504.9999999999999 539T517.9999999999999 544H553.99999999999 [...]
+    <glyph glyph-name="up-1"
+      unicode="&#xEA71;"
+      horiz-adv-x="937.5" d="M18 439L464 884L911 439L752 280L576.0000000000001 456.9999999999999V-10.0000000000001H353.0000000000001V456.9999999999999L176.0000000000001 280z" />
+    <glyph glyph-name="up-circled"
+      unicode="&#xEA72;"
+      horiz-adv-x="843.75" d="M624 448Q619 437 607 437H500V240.9999999999999Q500 232.9999999999999 495 227.9999999999999T482 222.9999999999999H375Q367 222.9999999999999 362 227.9999999999999T357 240.9999999999999V437H250Q242 437 237 442T232 454.9999999999999Q232 461.9999999999999 238 468L416 646Q422 651 429 651T441 646L620 468Q628 458.9999999999999 624 448zM429 741Q346 741 276 700T166 589T125 437T166 285T276 174T429.0000000000001 133T581.0000000000001 174T691.0000000000001 285T732.000000 [...]
+    <glyph glyph-name="up-dir"
+      unicode="&#xEA73;"
+      horiz-adv-x="562.5" d="M571 258Q571 243.9999999999999 561 232.9999999999999T535.9999999999999 222.9999999999999H35.9999999999999Q20.9999999999999 222.9999999999999 10.9999999999999 232.9999999999999T-1e-13 258T10.9999999999999 284L260.9999999999999 534Q270.9999999999999 544 286 544T311 534L561 284Q571 273 571 258z" />
+    <glyph glyph-name="up-open"
+      unicode="&#xEA74;"
+      horiz-adv-x="1000" d="M0 261L500 761L1000 261L852 112.9999999999999L500 463.9999999999999L148 112.9999999999999z" />
+    <glyph glyph-name="up"
+      unicode="&#xEA75;"
+      horiz-adv-x="437.5" d="M427 662Q422 651 411 651H286V-45Q286 -53 281 -58T268 -63H161Q153 -63 148 -58T143 -45V651H18Q6 651 2 662T5 681L200 896Q205 901 213 901Q220 901 226 896L424 681Q431 672 427 662z" />
+    <glyph glyph-name="user"
+      unicode="&#xEA76;"
+      horiz-adv-x="1000" d="M648 -61H274C171 -61 88 22 88 126V126C107 239.9999999999999 184 335.9999999999999 281 390C239.0000000000001 434 212 494.9999999999999 212 561V686C212 823 323 935 461 935S710 823 710 686V561C710 495 682.9999999999999 434 641 390C738 335.9999999999999 815 239.9999999999999 834.0000000000001 126V126C834.0000000000001 22 751.0000000000001 -61.0000000000001 648.0000000000001 -61.0000000000001zM585 561V686C585 754 529.9999999999999 810 460.9999999999999 810S337 754  [...]
+    <glyph glyph-name="users"
+      unicode="&#xEA77;"
+      horiz-adv-x="1000" d="M802 394C899 339.9999999999999 976 243.9999999999999 995.0000000000002 131C995.0000000000002 28 912.0000000000002 -55.0000000000001 809.0000000000001 -55.0000000000001H723.0000000000002C760.0000000000002 -23.0000000000001 787.0000000000001 19.9999999999999 800.0000000000001 68.9999999999999H809.0000000000001C843.0000000000002 68.9999999999999 871.0000000000002 95.9999999999999 871.0000000000002 130.9999999999999C855.0000000000002 192.9999999999999 813.00000000 [...]
+    <glyph glyph-name="vertical-ellipsis"
+      unicode="&#xEA78;"
+      horiz-adv-x="1000" d="M214.2857142857143 96.7142857142857V-10.4285714285714Q214.2857142857143 -32.75 198.6607142857143 -48.375T160.7142857142857 -64H53.5714285714286Q31.25 -64 15.625 -48.375T0 -10.4285714285714V96.7142857142857Q0 119.0357142857142 15.625 134.6607142857142T53.5714285714286 150.2857142857142H160.7142857142857Q183.0357142857143 150.2857142857142 198.6607142857143 134.6607142857142T214.2857142857143 96.7142857142857zM214.2857142857143 382.4285714285715V275.285714285714 [...]
+    <glyph glyph-name="wrench"
+      unicode="&#xEA79;"
+      horiz-adv-x="1000" d="M987.71875 759.65625L830.75 602.6875H666.6875V769.3125L821.71875 924.28125C798.78125 931.1875 775.09375 936 749.9375 936C611.9375 936 500 824 500 686C500 647.5 509.4062499999999 611.46875 525.03125 578.8125L24.40625 78.34375C9.40625 63.1875 0 42.4375 0 19.25C0 -26.65625 37.21875 -64 83.375 -64C106.4375 -64 127.3125 -54.71875 142.21875 -39.59375L642.9374999999999 460.96875C675.46875 445.46875 711.5937499999999 436 749.9374999999999 436C888.1249999999999 436 999 [...]
+    <glyph glyph-name="wrench2"
+      unicode="&#xEA7A;"
+      horiz-adv-x="1000" d="M250 114.5714285714286Q250 129.0803571428571 239.3973214285715 139.6830357142857T214.2857142857143 150.2857142857142T189.1741071428572 139.6830357142857T178.5714285714286 114.5714285714286T189.1741071428572 89.4598214285715T214.2857142857143 78.8571428571429T239.3973214285715 89.4598214285715T250 114.5714285714286zM609.375 348.9464285714286L228.7946428571429 -31.6339285714286Q208.1473214285715 -52.28125 178.5714285714286 -52.28125Q149.5535714285715 -52.28125 1 [...]
+  </font>
+</defs>
+</svg>
diff --git a/assets/fonts/fauxtonicon6.symbol.svg b/assets/fonts/fauxtonicon6.symbol.svg
new file mode 100644
index 00000000..a3b51615
--- /dev/null
+++ b/assets/fonts/fauxtonicon6.symbol.svg
@@ -0,0 +1,2689 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0" height="0" style="display:none;"><symbol viewBox="0 0 32 32" id="fonticon-activetasks">
+<g>
+</g>
+	<path d="M18.272 25.12h11.456v-2.304h-11.456v2.304zM11.424 15.968h18.304v-2.272h-18.304v2.272zM22.848 6.816h6.88v-2.272h-6.88v2.272zM32 21.696v4.544q0 0.48-0.352 0.8t-0.8 0.352h-29.696q-0.48 0-0.8-0.352t-0.352-0.8v-4.544q0-0.48 0.352-0.832t0.8-0.32h29.696q0.48 0 0.8 0.32t0.352 0.832zM32 12.544v4.576q0 0.448-0.352 0.8t-0.8 0.32h-29.696q-0.48 0-0.8-0.32t-0.352-0.8v-4.576q0-0.48 0.352-0.8t0.8-0.352h29.696q0.48 0 0.8 0.352t0.352 0.8zM32 3.392v4.576q0 0.48-0.352 0.8t-0.8 0.352h-29.696q-0.48  [...]
+</symbol><symbol id="fonticon-arrow-box-down"></symbol><symbol id="fonticon-arrow-box-up copy"></symbol><symbol viewBox="0 0 32 32" id="fonticon-arrow-box-up">
+<g>
+</g>
+	<path d="M0-0.032v32h32v-32h-32zM28 27.968h-24v-24h24v24zM24 21.952h-16l8-12 8 12z" fill="#000000"></path>
+</symbol><symbol viewBox="0 0 32 32" id="fonticon-arrow_left">
+<polygon points="6.412,9 8.057,9 8.057,14 32.057,14 32.057,17 8.057,17 8.057,22 6.412,22 0,15.5 "></polygon>
+</symbol><symbol viewBox="0 0 32 32" id="fonticon-arrow_right">
+<polygon points="32.057,15.5 25.645,22 24,22 24,17 0,17 0,14 24,14 24,9 25.645,9 "></polygon>
+</symbol><symbol id="fonticon-arrows-cw"></symbol><symbol id="fonticon-article"></symbol><symbol id="fonticon-attention-alt copy"></symbol><symbol viewBox="0 0 11 32" id="fonticon-attention-alt">
+<g>
+</g>
+	<path d="M9.152 22.24v4q0 0.48-0.352 0.8t-0.8 0.352h-4.576q-0.448 0-0.8-0.352t-0.352-0.8v-4q0-0.448 0.352-0.8t0.8-0.32h4.576q0.48 0 0.8 0.32t0.352 0.8zM9.664 3.392l-0.48 13.728q-0.032 0.448-0.384 0.8t-0.8 0.32h-4.576q-0.448 0-0.8-0.32t-0.384-0.8l-0.48-13.728q-0.032-0.448 0.288-0.8t0.8-0.352h5.728q0.448 0 0.8 0.352t0.288 0.8z" fill="#000000"></path>
+</symbol><symbol id="fonticon-attention-circled"></symbol><symbol id="fonticon-bell"></symbol><symbol id="fonticon-block"></symbol><symbol id="fonticon-bookmark-ribbon-wplus"></symbol><symbol id="fonticon-bookmark"></symbol><symbol id="fonticon-burger"></symbol><symbol id="fonticon-cancel-circled"></symbol><symbol id="fonticon-cancel-circled2"></symbol><symbol id="fonticon-cancel"></symbol><symbol id="fonticon-circle-empty"></symbol><symbol id="fonticon-clipboard"></symbol><symbol id="fo [...]
+<g id="Layer_1" display="none">
+	<g id="Layer_1_3_">
+		<g id="Layer_1_2_" display="inline">
+			
+				<g id="Layer_1_1_" inkscape:version="0.48.2 r9819" sodipodi:docname="clock_scaled.svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd">
+				
+					<sodipodi:namedview inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1916" inkscape:window-height="1036" inkscape:guide-bbox="true" inkscape:current-layer="Layer_1" inkscape:window-x="4" inkscape:window-maximized="0" inkscape:window-y="22" inkscape:zoom="0.5" inkscape:cy="451.84046" showguides="true" pagecolor="#ffffff" inkscape:cx="500" bordercolor="#666666" objecttolerance="10" gridtolerance="10" guidetolerance="10" showgrid="false" id="namedview3067" border [...]
+					</sodipodi:namedview>
+				<g id="g3061" transform="matrix(38.592158,0,0,38.593647,-11301.328,-14803.751)">
+					<path id="path3063" inkscape:connector-curvature="0" d="M305.796,383.58c-7.155,0-12.956,5.8-12.956,12.956
+						s5.801,12.955,12.956,12.955c7.155,0,12.956-5.799,12.956-12.955S312.951,383.58,305.796,383.58z M305.796,406.252
+						c-5.358,0-9.717-4.359-9.717-9.716c0-5.358,4.359-9.716,9.717-9.716c5.357,0,9.716,4.358,9.716,9.716
+						C315.513,401.893,311.153,406.252,305.796,406.252z"></path>
+					<path id="path3065" inkscape:connector-curvature="0" d="M312.081,399.439l-5.125-3.461v-5.959c0-0.142-0.057-0.28-0.158-0.382
+						c-0.101-0.1-0.239-0.158-0.382-0.158H305c-0.143,0-0.281,0.059-0.382,0.158c-0.1,0.102-0.157,0.241-0.157,0.382v7.037
+						c0,0.142,0.057,0.28,0.157,0.382c0.042,0.041,0.089,0.074,0.14,0.1l5.971,4c0.09,0.06,0.194,0.092,0.3,0.092
+						c0.038,0,0.076-0.006,0.115-0.014c0.143-0.031,0.266-0.117,0.344-0.242l0.751-1.2
+						C312.391,399.928,312.322,399.602,312.081,399.439L312.081,399.439z"></path>
+				</g>
+				<g id="Fork__x2F__Knife_copy_3">
+					<g>
+						<path d="M381.613,42.025h-1.729c0.042,0.626,0.064,1.254,0.064,1.882l-0.231,283.326c0,19.722-11.172,34.556-30.2,34.556
+							c-19.022,0-36.591-15.975-36.591-35.697L312.19,42.025h-68.208l-0.736,284.067c0,19.722-17.563,35.697-36.592,35.697
+							c-19.036,0-30.2-14.834-30.2-34.556l-0.231-283.326c0-0.628,0.022-1.255,0.064-1.882h-1.606
+							c-25.212,0-45.643,24.349-45.643,54.387l-21.3,278.192c0,79.535,41.597,146.895,110.692,169.892l-41.688,320.803
+							c-7.602,66.491,37.309,128.188,101.417,128.188c64.104,0,109.024-61.695,101.417-128.188l-42.148-324.34
+							c66.515-25.826,111.129-90.562,111.129-166.355L427.256,96.412C427.256,66.374,406.825,42.025,381.613,42.025z
+							 M890.619,865.298l-43.362-333.729c14.694-43.554,11.042-104.943,11.042-162.453l-0.555-200.922
+							c0-104.363,6.568-163.113-87.494-163.113c-68.325,0-117.392,260.768-117.392,391.159c0,89.035,1.854,169.086,71.265,189.463
+							L687.785,865.3c-7.604,66.491,37.312,128.188,101.432,128.188C853.318,993.484,898.236,931.789,890.619,865.298z"></path>
+					</g>
+				</g>
+				<g id="Coffee_Cup_copy_5">
+					<g>
+						<path d="M868.535,346.061c-7.253,0-14.354,2.084-21.24,5.894c0.833-14.979,1.448-30.36,1.852-46.135
+							c0.365-2.916,0.557-5.852,0.557-8.803c0-1.946-0.088-3.884-0.248-5.814c0.158-9.517,0.248-19.161,0.248-28.97h-8.771
+							c-39.521-77.244-208.016-135.284-409.9-135.284c-201.875,0-370.373,58.041-409.893,135.284h-8.77
+							c0,9.818,0.087,19.477,0.245,29.006c-0.158,1.918-0.245,3.844-0.245,5.778c0,6.584,0.282,12.913,0.834,18.998
+							C26.93,749.146,208.745,872.088,431.028,872.088c148.137,0,278.296-54.593,352.718-219.193
+							c21.369,3.397,51.458-4.771,84.796-4.771c64.82,0,117.391-67.619,117.391-151.014
+							C985.926,413.679,933.355,346.061,868.535,346.061z M426.754,389.691c-180.338,0-326.557-39.579-326.557-88.406
+							c0-48.827,146.219-88.406,326.557-88.406c180.354,0,326.557,39.579,326.557,88.406
+							C753.311,350.112,607.107,389.691,426.754,389.691z M864.684,559.48c-33.391,0-40.459,0-40.459,0
+							s9.201-137.914,42.578-137.914s60.433,33.763,60.433,75.396S898.045,559.48,864.684,559.48z"></path>
+					</g>
+				</g>
+				<g id="Shape_116_1_">
+					<g>
+						<path d="M499.475,168.775c-133.939,0-428.312,29.208-428.312,243.366h856.63C927.79,197.983,633.404,168.775,499.475,168.775z
+							 M499.475,830.721c133.945,0,428.315,0,428.315-155.758H71.159C71.159,830.721,365.544,830.721,499.475,830.721z
+							 M927.79,519.221h-29.207c-25.72,0-59.904,21.068-92.987,41.476c-38.479,23.72-74.848,46.137-111.436,46.137
+							c-31.129,0-67.313-16.604-109.218-35.827c-52.896-24.262-112.877-51.779-173.075-51.779H71.159
+							c-32.246,0-58.4,26.152-58.4,58.398s26.154,58.416,58.4,58.416H927.79c32.246,0,58.399-26.17,58.399-58.416
+							S960.036,519.221,927.79,519.221z M32.231,490.012c0,0,194.686,0,379.636,0c44.261,0,87.604,13.146,127.604,29.208
+							c7.896,3.162,15.627,6.449,23.238,9.771c0.155,0.062,0.264,0.125,0.419,0.202c28.216,12.319,54.322,25.108,77.359,34.463
+							c0.419,0.187,0.853,0.341,1.271,0.512c4.79,1.923,9.487,3.736,14.016,5.317c0.188,0.073,0.355,0.124,0.562,0.195
+							c4.17,1.442,8.186,2.688,12.092,3.783c0.62,0.17,1.287,0.372,1.906,0.543c3.861,1.038,7.582,1.829,11.162,2.438
+							c0.729,0.124,1.427,0.217,2.141,0.326c3.658,0.49,7.193,0.852,10.525,0.852c3.287,0,6.666-0.354,10.093-0.883
+							c0.667-0.094,1.333-0.188,2.016-0.312c3.333-0.604,6.719-1.408,10.154-2.418c0.604-0.187,1.194-0.389,1.782-0.59
+							c3.411-1.054,6.822-2.279,10.311-3.688c0.248-0.108,0.518-0.188,0.765-0.301c3.752-1.52,7.528-3.271,11.349-5.109
+							c0.604-0.295,1.178-0.574,1.768-0.869c23.504-11.627,48.523-28.494,73.577-43.146c28.267-16.557,56.539-30.292,82.615-30.292
+							c58.398,0,68.135,0,68.135,0c10.744,0,19.477-8.712,19.477-19.472c0-10.743-8.729-19.456-19.477-19.456H32.231
+							c-10.743,0-19.472,8.713-19.472,19.456C12.759,481.3,21.488,490.012,32.231,490.012z"></path>
+					</g>
+				</g>
+				<g id="Shape_91">
+					<g>
+						<path d="M215.181,491.383c86.132-179.95,201.292-274.255,274.375-319.438l-60.383-83.668c0,0-202.715,71.487-333.961,345.689
+							C-36.015,708.152,35.455,910.885,35.455,910.885l103.032-5.465C127.834,820.155,129.049,671.333,215.181,491.383z
+							 M512.146,203.229c-68.189,42.077-180.192,132.183-262.697,304.55c-82.506,172.386-82.438,316.124-72.425,395.593
+							l809.335-42.875L512.146,203.229z M423.031,717.244c-18.132,37.861-63.506,53.854-101.366,35.744
+							c-37.86-18.132-53.858-63.506-35.743-101.366c18.114-37.86,63.506-53.858,101.366-35.744
+							C425.148,634.011,441.146,679.384,423.031,717.244z M576.521,748.581c-9.062,18.931-31.725,26.946-50.666,17.872
+							c-18.947-9.062-26.936-31.753-17.872-50.666c9.058-18.913,31.729-26.946,50.684-17.872
+							C577.597,706.973,585.578,729.668,576.521,748.581z M598.21,527.266c-13.586,28.393-47.611,40.411-76.016,26.812
+							c-28.422-13.604-40.396-47.646-26.812-76.021c13.586-28.387,47.601-40.405,76.021-26.808
+							C599.824,464.853,611.796,498.879,598.21,527.266z M712.902,771.729c-28.422-13.604-40.396-47.63-26.812-76.017
+							s47.6-40.411,76.021-26.808c28.422,13.603,40.395,47.646,26.809,76.016C775.332,773.307,741.307,785.331,712.902,771.729z"></path>
+					</g>
+				</g>
+				<g id="Shape_85">
+					<g>
+						<path d="M555.163,569.594c144.896-35.427,254.812-201.206,254.812-362.249h-0.025v-62.184
+							c1.183-8.377,1.684-13.05,1.684-13.05h-1.684V-1.298H187.322v208.643c0,161.518,110.663,327.983,256.389,362.614
+							c3.452,0.896,6.95,1.708,10.494,2.438v339.7c-150.878,6.167-266.851,43.172-266.851,87.901h622.621
+							c0-44.729-116.037-81.734-266.836-87.901v-339.68C547.205,571.586,551.214,570.646,555.163,569.594z M765.467,43.177
+							l0.026,88.936H231.797V43.177H765.467z"></path>
+					</g>
+				</g>
+				<g id="Shape_84">
+					<g>
+						<path d="M750.273,452.651c-21.689,1.42-173.646,23.873-131.484-15.462c69.436-64.796,221.329,19.553,298.779-82.884
+							C1007.337,235.581,810.14,5.855,680.426,6.1c-98.146,13.982-146.002,96.058-157.572,186.024
+							c-17.318,134.706,1.496,183.551-35.818,47.151C442.489,76.604,376.075-46.562,208.994,73.827
+							C142.717,121.573,36.983,226.269,58.017,315.351c33.52,141.91,193.259,92.913,291.224,123.089
+							c121.457,37.396-112.069,13.646-155.037,23.477C109.258,481.332,25.55,531.002,43.256,634.188
+							c10.502,61.361,142.72,222.967,200.647,239.951c109.428,32.133,177.552-76.794,199.532-167.899
+							c28.162-116.71,48.402-145.375,36.665-1.083c-6.817,83.922-43.335,278.396,40.129,290.245
+							c61.941,0.382-16.348-302.021,4.854-374.22c24.194-82.438,41.732,90.775,55.653,120.927
+							c40.328,87.321,113.271,161.368,211.958,110.711C989.172,751.934,1040.582,433.785,750.273,452.651z"></path>
+					</g>
+				</g>
+				<g id="Shape_113">
+					<g>
+						<path d="M390.73,808.576h36.259v-507.67H390.73V808.576z M535.766,808.576h36.273v-507.67h-36.273V808.576z M680.816,808.576
+							h36.271v-507.67h-36.271V808.576z M789.607,44.87c-24.037,0-46.262,7.803-64.275,20.965
+							c-26.699-34.77-68.693-57.224-115.938-57.224c-41.146,0-78.299,17.001-104.89,44.375c-12.708-5.249-26.669-8.116-41.257-8.116
+							c-22.517,0-43.451,6.831-60.844,18.567c-19.229-11.768-41.89-18.567-66.078-18.567c-70.104,0-126.906,56.801-126.906,126.921
+							c0,34.488,13.773,65.827,36.149,88.704v40.411H209.34h-36.259c0,0-72.533,0-72.533,72.518c0,72.533,0,326.361,0,326.361
+							s0,72.533,72.533,72.533c25.173,0,50.344,0,72.486,0v145.051c0,40.082,32.545,72.518,72.518,72.518h471.411
+							c40.129,0,72.533-32.436,72.533-72.518V663.525V234.829c22.312-19.947,36.369-48.904,36.369-81.167
+							C898.4,93.539,849.621,44.87,789.607,44.87z M245.569,663.525v36.259h-72.314l-0.172-1.552V373.706l1.52-0.282h34.739h36.228
+							L245.569,663.525L245.569,663.525z M789.498,409.698v217.631v217.506c0,40.082-32.404,72.533-72.518,72.533H390.62
+							c-39.988,0-72.533-32.451-72.533-72.533v-72.518c0.028,0,0.047,0,0.047,0V300.906h-0.047v-3.51
+							c5.954,0.894,12.05,1.316,18.239,1.316c37.121,0,70.512-15.983,93.729-41.398c10.498,3.321,21.607,5.14,33.188,5.14
+							c14.021,0,27.453-2.664,39.768-7.521c26.645,28.299,64.448,45.974,106.38,45.974c47.869,0,90.364-23.05,117.034-58.682
+							c17.785,12.708,39.564,20.183,63.068,20.229L789.498,409.698L789.498,409.698z"></path>
+					</g>
+				</g>
+				<g id="Shape_83">
+					<g>
+						<path d="M499.475,474.65c110.623,0,200.312-27.154,200.312-71.583c0-69.062-89.699-125.049-200.322-125.049
+							c-110.595,0-200.295,55.992-200.295,125.049C299.166,447.496,388.866,474.65,499.475,474.65z M859.41,484.516
+							c0-38.002,46.492-37.02,35.742-76.509c-9.164-33.679-99.725-37.777-173.701-51.585c10.469,17.373,16.306,36.402,16.306,56.511
+							c0,58.479-89.138,96.271-227.112,96.271c-3.812,0-7.438-0.146-11.184-0.21c-3.733,0.064-7.354,0.21-11.156,0.21
+							c-137.974,0-227.14-37.791-227.14-96.271c0-20.124,5.866-39.138,16.32-56.511c-73.968,13.809-164.538,17.906-173.702,51.585
+							c-10.735,39.489,35.756,38.493,35.756,76.509c0,27.154-134.128,49.094-134.128,107.788
+							c0,96.271,371.104,129.181,494.05,129.181c122.943,0,494.078-32.908,494.078-129.181
+							C993.539,533.604,859.41,511.67,859.41,484.516z"></path>
+					</g>
+				</g>
+				<g id="Shape_33">
+					<g>
+						<path d="M990.29,596.405V6.813L324.652,72.887v614.982C191.951,627.508,36.456,708.39,10.644,828.287
+							c-8.379,39.018,9.007,81.205,25.14,100.561c90.846,108.438,288.869,57.854,379.93-58.69
+							c40.396-51.712,37.012-96.895,37.012-207.709c0-130.248,0-319.392,0-465.021l409.501-33.27c0,200.781,0,457.678,0,457.678
+							c-132.719-60.36-288.215,20.521-314.029,140.419c-8.387,39.021,9.021,81.204,25.14,100.562
+							c90.854,108.438,288.896,57.867,379.931-58.695C993.657,752.402,990.29,707.226,990.29,596.405z"></path>
+					</g>
+				</g>
+				<g id="Shape_86">
+					<g>
+						<path d="M91.753-1.502v1001.5h814.443V-1.502H91.753z M237.116,929.453h-74.833v-74.817h74.833V929.453z M237.116,817.229
+							h-74.833v-74.812h74.833V817.229z M237.116,705.002h-74.833v-74.814h74.833V705.002z M237.116,592.777h-74.833V517.96h74.833
+							V592.777z M237.116,480.552h-74.833v-74.833h74.833V480.552z M237.116,368.311h-74.833v-74.817h74.833V368.311z
+							 M237.116,256.086h-74.833v-74.817h74.833V256.086z M237.116,143.86h-74.833V69.044h74.833V143.86z M709.234,929.453H288.714
+							V517.96h420.521L709.234,929.453L709.234,929.453z M709.234,480.552H288.714V69.044h420.521L709.234,480.552L709.234,480.552z
+							 M835.666,929.453H760.85v-74.817h74.816V929.453L835.666,929.453z M835.666,817.229H760.85v-74.812h74.816V817.229
+							L835.666,817.229z M835.666,705.002H760.85v-74.814h74.816V705.002L835.666,705.002z M835.666,592.777H760.85V517.96h74.816
+							V592.777L835.666,592.777z M835.666,480.552H760.85v-74.833h74.816V480.552L835.666,480.552z M835.666,368.311H760.85v-74.817
+							h74.816V368.311L835.666,368.311z M835.666,256.086H760.85v-74.817h74.816V256.086L835.666,256.086z M835.666,143.86H760.85
+							V69.044h74.816V143.86L835.666,143.86z"></path>
+					</g>
+				</g>
+				<g id="Shape_106">
+					<g>
+						<path d="M540.389,207.571c-45.938,0-83.215,37.308-83.215,83.232c0,45.908,37.273,83.216,83.215,83.216
+							c45.942,0,83.232-37.308,83.232-83.216C623.621,244.879,586.331,207.571,540.389,207.571z M540.439,915.974V527.209
+							L986.381,57.916L12.678,57.354L450.1,527.226h7.104v388.747c-141.174,5.779-249.681,40.401-249.681,82.27H790.12
+							C790.12,956.375,681.529,921.753,540.439,915.974z M499.138,467.993L141.495,124.339h714.572L512.446,466.923L499.138,467.993
+							z"></path>
+					</g>
+				</g>
+				<g id="Shape_105">
+					<g>
+						<path d="M465.875,4.779C182.97,22.61-29.022,287.27,8.874,566.536c34.72,255.992,267.902,443.421,524.738,427.192
+							C791.934,977.453,993.128,755.486,995.46,499.26C992.912,215.2,750.186-13.168,465.875,4.779z M243.329,620.659
+							c-7.758-1.837-15.499-3.656-23.257-5.492c-39.848-9.396-56.77,51.856-16.889,61.269c7.989,1.892,15.979,3.771,23.952,5.657
+							c-1.489,4.698-3.027,9.379-4.632,14.044c-8.783-3.474-17.566-6.941-26.35-10.438c-16.111-6.401-34.853,6.848-39.07,22.197
+							c-4.962,18.062,6.104,32.687,22.198,39.088c6.567,2.597,13.15,5.188,19.717,7.808c-1.985,4.317-4.102,8.585-6.203,12.869
+							c-6.914-3.806-13.828-7.626-20.743-11.414c-7.725-4.251-15.201-4.896-21.917-3.357
+							c-24.001-33.028-43.52-69.341-57.448-107.812c-47.325-130.646-25.837-276.173,50.897-390.82
+							c2.067-3.077,4.218-6.054,6.352-9.048c6.468,1.24,13.597,0.446,20.941-3.59c7.642-4.218,15.301-8.419,22.959-12.638
+							c2.118,4.317,4.251,8.618,6.27,12.985c-6.931,2.746-13.862,5.491-20.792,8.254c-16.095,6.352-27.177,21.008-22.198,39.07
+							c4.218,15.334,22.959,28.566,39.07,22.182c9.164-3.622,18.311-7.245,27.475-10.867c1.621,4.714,3.242,9.445,4.764,14.226
+							c-8.75,2.051-17.467,4.118-26.218,6.17c-39.864,9.412-22.943,70.697,16.889,61.285c8.403-1.985,16.79-3.97,25.208-5.938
+							c0.91,4.466,1.771,8.966,2.581,13.448c-5.955,0.761-11.91,1.505-17.881,2.266c-17.187,2.184-31.776,12.819-31.776,31.776
+							c0,15.664,14.54,33.959,31.776,31.759c8.568-1.071,17.153-2.167,25.721-3.237c0.348,4.812,0.811,9.645,1.026,14.475h-26.764
+							c-40.973,0-40.973,63.552,0,63.552h26.483c-0.281,4.813-0.811,9.596-1.208,14.424c-9.958-1.271-19.932-2.525-29.89-3.787
+							c-17.203-2.185-31.775,16.1-31.775,31.774c0,18.957,14.623,29.593,31.775,31.76c7.196,0.909,14.358,1.837,21.537,2.729
+							C245.082,611.743,244.255,616.209,243.329,620.659z M722.115,869.836c-105.616,63.204-234.456,77.529-352.857,41.568
+							c-32.504-9.875-63.387-23.919-92.201-41.369c18.973-10.951,26.632-41.389,1.803-55.05
+							c-9.975-5.479-19.965-10.973-29.939-16.458c3.259-6.688,6.468-13.399,9.527-20.187c10.239,4.059,20.479,8.089,30.718,12.157
+							c16.111,6.401,34.869-6.848,39.07-22.182c4.962-18.079-6.104-32.702-22.198-39.09c-8.139-3.229-16.276-6.438-24.415-9.657
+							c2.613-7.595,5.111-15.201,7.46-22.876c9.396,2.216,18.791,4.433,28.187,6.646c39.854,9.412,56.771-51.854,16.895-61.269
+							c-9.729-2.283-19.47-4.604-29.212-6.883c1.39-6.637,2.68-13.281,3.87-19.969c10.967,1.395,21.934,2.778,32.885,4.169
+							c17.235,2.169,31.771-16.107,31.771-31.771c0-18.956-14.591-29.594-31.771-31.775c-8.188-1.021-16.376-2.062-24.581-3.094
+							c0.629-7.443,1.142-14.903,1.521-22.38h28.604c40.989,0,40.989-63.535,0-63.535h-28.16c-0.033-0.744-0.017-1.488-0.05-2.25
+							c-0.312-6.765-0.761-13.497-1.273-20.213c9.825-1.24,19.651-2.481,29.479-3.723c17.187-2.188,31.771-12.808,31.771-31.775
+							c0-15.681-14.539-33.942-31.771-31.775c-12.423,1.588-24.861,3.159-37.301,4.73c-1.18-6.731-2.438-13.431-3.821-20.081
+							c9.347-2.216,18.709-4.416,28.038-6.616c39.881-9.429,22.959-70.697-16.891-61.285c-8.97,2.117-17.945,4.251-26.934,6.368
+							c-2.398-7.741-4.929-15.416-7.592-23.025c7.758-3.076,15.532-6.153,23.29-9.213c16.095-6.386,27.16-21.024,22.198-39.087
+							c-4.223-15.334-22.959-28.584-39.07-22.198c-10.024,3.97-20.031,7.939-30.056,11.909c-3.126-6.799-6.368-13.53-9.71-20.197
+							c8.718-4.797,17.435-9.594,26.136-14.391c24.134-13.266,17.533-42.329-0.281-54.007
+							c104.789-62.374,235.3-79.263,354.977-42.889c33.691,10.223,65.318,24.646,94.48,42.527
+							c-18.162,11.463-25.105,40.973-0.761,54.371c8.701,4.797,17.418,9.594,26.119,14.391c-3.325,6.667-6.567,13.396-9.693,20.181
+							c-10.008-3.953-20.031-7.923-30.039-11.893c-16.128-6.402-34.869,6.864-39.087,22.198
+							c-4.963,18.062,6.104,32.701,22.186,39.07c7.771,3.06,15.551,6.153,23.309,9.229c-2.663,7.609-5.178,15.268-7.576,23.009
+							c-8.979-2.117-17.964-4.251-26.929-6.352c-39.864-9.412-56.786,51.84-16.895,61.269c9.329,2.2,18.691,4.417,28.021,6.617
+							c-1.373,6.649-2.646,13.332-3.807,20.064c-12.438-1.572-24.882-3.144-37.304-4.715c-17.23-2.167-31.792,16.095-31.792,31.776
+							c0,18.973,14.605,29.592,31.792,31.771c9.812,1.24,19.638,2.481,29.479,3.728c-0.517,6.716-0.979,13.442-1.274,20.213
+							c-0.03,0.745-0.03,1.483-0.062,2.25h-28.142c-41.006,0-41.006,63.534,0,63.534h28.583c0.397,7.461,0.896,14.938,1.521,22.358
+							c-8.188,1.042-16.396,2.085-24.58,3.11c-17.188,2.167-31.775,12.814-31.775,31.771c0,15.665,14.561,33.942,31.775,31.775
+							c10.967-1.389,21.934-2.778,32.884-4.168c1.19,6.683,2.48,13.332,3.871,19.948c-9.729,2.3-19.47,4.599-29.195,6.896
+							c-39.881,9.396-22.976,70.687,16.894,61.271c9.38-2.22,18.791-4.438,28.17-6.649c2.35,7.658,4.848,15.284,7.461,22.859
+							c-8.144,3.226-16.276,6.448-24.438,9.677c-16.074,6.368-27.145,21.008-22.182,39.087
+							c4.218,15.334,22.959,28.584,39.087,22.183c10.239-4.053,20.479-8.104,30.717-12.152c3.062,6.777,6.271,13.497,9.528,20.164
+							c-9.978,5.508-19.967,11-29.925,16.475C695.964,828.565,703.391,858.736,722.115,869.836z M827.417,756.264
+							c-6.914,3.811-13.846,7.626-20.76,11.414c-2.104-4.284-4.201-8.552-6.203-12.869c6.584-2.608,13.146-5.211,19.718-7.808
+							c16.111-6.385,27.177-21.023,22.198-39.087c-4.201-15.352-22.942-28.6-39.07-22.198c-8.783,3.49-17.562,6.964-26.334,10.438
+							c-1.621-4.665-3.143-9.352-4.646-14.044c7.984-1.892,15.963-3.771,23.946-5.657c39.864-9.396,22.942-70.664-16.889-61.271
+							c-7.741,1.836-15.479,3.654-23.257,5.491c-0.927-4.45-1.737-8.916-2.58-13.382c7.179-0.91,14.357-1.82,21.536-2.713
+							c17.17-2.188,31.772-12.819,31.772-31.776c0-15.681-14.559-33.959-31.772-31.771c-9.978,1.257-19.935,2.515-29.892,3.771
+							c-0.385-4.812-0.931-9.594-1.209-14.405h26.479c40.989,0,40.989-63.554,0-63.554H743.7c0.229-4.812,0.689-9.644,1.042-14.474
+							c8.562,1.075,17.137,2.167,25.722,3.242c17.236,2.194,31.776-16.101,31.776-31.765c0-18.957-14.606-29.593-31.776-31.771
+							c-5.971-0.744-11.926-1.505-17.881-2.266c0.794-4.483,1.654-8.966,2.581-13.465c8.402,1.985,16.806,3.97,25.208,5.955
+							c39.849,9.412,56.753-51.857,16.889-61.269c-8.729-2.068-17.479-4.136-26.218-6.188c1.506-4.781,3.127-9.512,4.747-14.226
+							c9.164,3.622,18.328,7.262,27.492,10.884c16.128,6.385,34.869-6.864,39.064-22.198c4.979-18.062-6.087-32.719-22.192-39.07
+							c-6.937-2.746-13.861-5.509-20.812-8.254c2.034-4.351,4.151-8.668,6.271-12.985c7.656,4.218,15.334,8.437,22.976,12.638
+							c6.933,3.821,13.729,4.797,19.916,3.838c52.271,72.881,82.541,161.812,83.385,253.812
+							c-0.811,91.897-30.089,180.525-82.651,253.604C842.535,751.368,835.075,752.029,827.417,756.264z"></path>
+					</g>
+				</g>
+				<g id="Shape_89">
+					<g>
+						<path d="M710.807,331.839c-46.459-12.13-86.855-26.955-121.222-41.932c4.8,36.162,8.813,77.943,10.191,121.919
+							c33.134,2.71,67.706-13.462,67.706-13.462s-27.41,54.271-67.561,65.616c-1.09,46.41-5.812,88.401-14.144,125.729
+							c17.653-6.208,37.222-8.329,58.438-2.786c91.146,23.854,89.754,153.25,89.754,153.25s-48.05-64.465-108.771-80.271
+							c-19.812-5.164-40.917-5.136-60.438-2.808c-17.34,41.613-40.896,74.823-70.562,99.021
+							c23.271,25.938,53.026,45.598,91.354,55.637C852.865,881.537,990.778,353.02,990.778,353.02S874.143,374.482,710.807,331.839z
+							 M766.777,515.118c-54.668-14.25-50.7-104.08-50.7-104.08s28.56,39.918,64.979,49.442
+							c36.45,9.521,80.854-11.326,80.854-11.326S821.475,529.398,766.777,515.118z M543.791,176.393
+							c0,0-92.404,74.354-256.345,114.483c-163.987,40.13-280.272,16.93-280.272,16.93s129.914,530.53,398.238,464.792
+							C673.752,706.908,543.791,176.393,543.791,176.393z M155.518,491.237c0,0-2.65-89.875,52.244-103.292
+							c54.879-13.432,94.085,67.448,94.085,67.448s-44.052-21.519-80.653-12.563C184.607,451.789,155.518,491.237,155.518,491.237z
+							 M385.983,693.34c-91.481,22.381-151.875-92.087-151.875-92.087s72.96,33.876,133.942,18.929
+							c60.967-14.961,110.021-78.639,110.021-78.639S477.464,670.928,385.983,693.34z M418.087,397.999
+							c-36.768,8.087-66.782,46.899-66.782,46.899s-0.545-89.906,54.622-102.083c55.167-12.16,92.496,69.583,92.496,69.583
+							S454.87,389.868,418.087,397.999z"></path>
+					</g>
+				</g>
+				<g id="Shape_120">
+					<g>
+						<path d="M812.992,241.865c-76.589,0-138.329-14.593-177.104,4.792c0,0-95.729,19.14-114.884,19.14
+							c-19.14,0-100.508-4.792-148.373-14.362c-47.863-9.57-263.27-19.141-359,23.932v52.657c0,0,19.154,14.362,23.932,19.141
+							c4.792,4.792,33.517,57.435,43.086,90.951c9.57,33.503,38.295,119.662,224.962,100.508c0,0,18.762-2.212,44.094-12.983
+							c-10.086,22.481-17.188,48.232-14.951,70.885c2.003,20.191,11.154,36.265,26.464,46.471c3.438,2.292,7.18,4.687,11.151,7.145
+							c-28.188,28.314-43.93,50.475-75.598,52.903c-41.76,3.235-53.063-22.483-46.646-40.677c6.01-17.021,36.995-2.234,40.148,5.896
+							c-1.326-7.77-8.73-42.667-36.318-45.51c-31.053-3.208-38.187,31.854-38.187,48.979s4.075,90.188,129.341,90.188
+							c83.39,0,129.389-35.084,150.829-58.539c3.355,0.46,6.545,0.729,9.47,0.729c3.208,0,6.24-0.271,8.988-0.826
+							c2.06-0.413,5.354-1.469,9.579-3.077c20.312,23.312,67.021,61.717,154.289,61.717c125.252,0,130.127-73.065,130.127-90.188
+							c0-17.123-7.178-52.188-38.217-48.979c-27.567,2.844-35.027,37.713-36.346,45.51c3.143-8.136,34.031-22.897,40.014-5.896
+							c6.444,18.188-5.062,43.912-46.816,40.677c-37.356-2.87-52.873-33.158-92.521-68.641
+							c19.869-17.592,34.096-36.749,34.096-55.205c0-16.688-7.438-34.566-17.481-51.701c24.354,6.919,87.404,21.376,147.501,6.354
+							c76.589-19.153,90.952-28.729,124.454-110.097c33.503-81.367,38.295-71.797,43.071-76.589
+							c4.794-4.778,19.15-4.778,19.15-47.865v-23.933C985.311,275.368,889.581,241.865,812.992,241.865z M602.479,611.091
+							c-46.147-21.688-91.174,10.58-91.174,10.58s-55.932-40.678-107.33,0c-0.683,0.541-1.334,1.079-2.004,1.618
+							c-6.8-3.981-13.367-8.062-19.505-12.15c-3.574-2.383-8.46-6.89-9.598-18.396c-2.992-30.279,22.254-76.75,36.454-90.95
+							c25.524-25.53,50.024-69.402,51.059-71.256l0.866-1.543l0.569-1.692c0.771-2.328,2.024-6.562,3.668-12.114
+							c1.188-4.021,2.344-7.859,3.467-11.55c6.713-14.134,8.78-23.204,9.642-30.157c3.775-11.157,7.034-19.93,9.834-26.82
+							c5.69-3.554,14.562-6.617,23.062-6.028c5.845,9.472,10.411,21.106,8.993,29.599c-4.209,25.313,14.146,54.322,36.732,86.863
+							c4.55,6.565,10.809,15.559,11.858,18.071c2.409,7.242,8.104,14.863,19.722,30.038c15.526,20.291,41.521,54.254,41.521,73.989
+							C630.317,582.206,624.613,593.302,602.479,611.091z M323.014,509.062c-47.865,9.564-201.042,38.295-229.754-119.667
+							c0,0-28.724-81.367,23.933-105.3c52.643-23.932,191.459-14.362,220.184-9.57c28.71,4.779,100.508,19.141,95.729,100.508
+							c-0.594,9.989-1.979,19.397-4.033,28.241c-0.104,0.352-0.208,0.692-0.312,1.052c-1.137,3.844-2.058,6.998-2.748,9.188
+							c-4.413,7.7-24.433,41.854-43.771,61.196c-3.58,3.581-7.604,8.454-11.758,14.292
+							C355.064,499.325,338.536,505.957,323.014,509.062z M910.48,384.647C881.754,542.605,728.59,513.894,680.725,504.309
+							c-26.891-5.376-56.806-21.323-78.707-48.698c-2.854-5.178-7.145-11.429-13.341-20.351c-0.227-0.326-0.467-0.672-0.707-1.018
+							c-9.505-17.839-15.878-39.104-17.337-63.943c-4.792-81.381,67.005-95.729,95.729-100.521
+							c28.724-4.792,167.521-14.362,220.185,9.57C939.191,303.28,910.48,384.647,910.48,384.647z"></path>
+					</g>
+				</g>
+				<g id="Shape_117">
+					<g>
+						<path d="M784.293,331.32c-36.211,0-74.01,10.757-110.783,35.085c0-7.497,6.074-8.938,7.354-14.994
+							c19.146-42.747,33.018-55.026,37.48-89.78C739.395,101.432,615.869,18.585,494.18,18.585
+							c-111.544,0-221.581,69.607-217.443,213.058c1.439,51.999,34.292,89.632,37.468,127.266
+							c-35.234-19.048-69.607-27.438-101.746-27.438c-117.766,0-206.355,112.205-205.082,222.011
+							C8.817,690.711,119.003,773.47,238.375,773.47c12.759,0,25.519-0.96,38.362-2.857
+							c98.718-14.685,159.636-94.249,209.715-172.164c0.646,201.59-94.896,298.719-239.686,344.328
+							c-23.765,7.479-72.09-1.758-81.986,37.138h666.314l7.021-7.166c-89.473-39.868-177.99-47.845-239.395-112.271
+							c-60.121-62.84-78.625-146.729-89.94-262.026c45.543,108.929,158.924,168.408,264.262,168.408
+							c103.896,0,199.818-57.896,214.812-183.319C1004.137,447.415,903.102,331.32,784.293,331.32z"></path>
+					</g>
+				</g>
+				<g id="Shape_35_2_">
+					<g>
+						<path d="M359.044,692.846c-38.815,0-70.215,31.398-70.215,70.229c0,38.73,31.396,70.207,70.215,70.207
+							c38.744,0,70.215-31.477,70.215-70.207C429.259,724.244,397.788,692.846,359.044,692.846z M745.225,692.846
+							c-38.795,0-70.209,31.398-70.209,70.229c0,38.73,31.414,70.207,70.209,70.207c38.75,0,70.229-31.477,70.229-70.207
+							C815.447,724.244,783.975,692.846,745.225,692.846z M201.57,271.554l-70.727-105.333H60.621
+							c-29.104,0-52.66,23.592-52.66,52.667c0,29.075,23.556,52.667,52.66,52.667h31.025l179.627,351.069h601.474l118.241-351.069
+							L201.57,271.554L201.57,271.554z M675.016,324.207c9.691,0,17.562,7.82,17.562,17.556c0,9.677-7.865,17.556-17.562,17.556
+							c-9.705,0-17.555-7.879-17.555-17.556C657.461,332.027,665.311,324.207,675.016,324.207z M639.904,394.429
+							c9.707,0,17.557,7.82,17.557,17.556c0,9.661-7.85,17.541-17.557,17.541c-9.691,0-17.561-7.879-17.561-17.541
+							C622.35,402.249,630.213,394.429,639.904,394.429z M604.809,324.207c9.691,0,17.541,7.82,17.541,17.556
+							c0,9.677-7.85,17.556-17.541,17.556c-9.707,0-17.541-7.879-17.541-17.556C587.268,332.027,595.102,324.207,604.809,324.207z
+							 M569.727,394.429c9.77,0,17.541,7.82,17.541,17.556c0,9.661-7.771,17.541-17.541,17.541c-9.678,0-17.556-7.879-17.556-17.541
+							C552.171,402.249,560.049,394.429,569.727,394.429z M464.363,324.207c9.706,0,17.556,7.82,17.556,17.556
+							c0,9.677-7.85,17.556-17.556,17.556c-9.699,0-17.548-7.879-17.548-17.556C446.815,332.027,454.665,324.207,464.363,324.207z
+							 M394.155,324.207c9.693,0,17.548,7.82,17.548,17.556c0,9.677-7.854,17.556-17.548,17.556
+							c-9.706,0-17.562-7.879-17.562-17.556C376.6,332.027,384.449,324.207,394.155,324.207z M323.933,324.207
+							c9.706,0,17.562,7.82,17.562,17.556c0,9.677-7.854,17.556-17.562,17.556s-17.556-7.879-17.556-17.556
+							C306.377,332.027,314.227,324.207,323.933,324.207z M253.718,359.318c-9.772,0-17.556-7.879-17.556-17.556
+							c0-9.735,7.784-17.556,17.556-17.556c9.699,0,17.556,7.82,17.556,17.556C271.273,351.439,263.417,359.318,253.718,359.318z
+							 M288.829,429.526c-9.706,0-17.556-7.879-17.556-17.541c0-9.735,7.85-17.556,17.556-17.556c9.699,0,17.548,7.82,17.548,17.556
+							C306.377,421.647,298.528,429.526,288.829,429.526z M323.933,499.748c-9.706,0-17.556-7.879-17.556-17.556
+							c0-9.735,7.85-17.562,17.556-17.562s17.562,7.821,17.562,17.562C341.489,491.869,333.639,499.748,323.933,499.748z
+							 M359.044,394.429c9.699,0,17.556,7.82,17.556,17.556c0,9.661-7.854,17.541-17.556,17.541
+							c-9.706,0-17.555-7.879-17.555-17.541C341.489,402.249,349.338,394.429,359.044,394.429z M359.044,569.971
+							c-9.706,0-17.526-7.894-17.526-17.556c0-9.735,7.821-17.556,17.526-17.556c9.699,0,17.556,7.814,17.556,17.556
+							C376.6,562.077,368.743,569.971,359.044,569.971z M394.155,499.748c-9.706,0-17.562-7.879-17.562-17.556
+							c0-9.735,7.854-17.562,17.562-17.562c9.693,0,17.548,7.821,17.548,17.562C411.704,491.869,403.854,499.748,394.155,499.748z
+							 M429.259,394.429c9.699,0,17.562,7.82,17.562,17.556c0,9.661-7.857,17.541-17.562,17.541
+							c-9.706,0-17.556-7.879-17.556-17.541C411.704,402.249,419.553,394.429,429.259,394.429z M429.259,569.971
+							c-9.706,0-17.519-7.894-17.519-17.556c0-9.735,7.812-17.556,17.519-17.556c9.699,0,17.562,7.814,17.562,17.556
+							C446.815,562.077,438.958,569.971,429.259,569.971z M464.363,499.748c-9.699,0-17.548-7.879-17.548-17.556
+							c0-9.735,7.85-17.562,17.548-17.562c9.706,0,17.556,7.821,17.556,17.562C481.919,491.869,474.069,499.748,464.363,499.748z
+							 M499.475,569.971c-9.705,0-17.521-7.894-17.521-17.556c0-9.735,7.815-17.556,17.521-17.556
+							c9.699,0,17.562,7.814,17.562,17.556C517.03,562.077,509.174,569.971,499.475,569.971z M499.475,429.526
+							c-9.705,0-17.556-7.879-17.556-17.541c0-9.735,7.851-17.556,17.556-17.556c9.699,0,17.562,7.82,17.562,17.556
+							C517.03,421.647,509.174,429.526,499.475,429.526z M534.586,324.207c9.706,0,17.556,7.82,17.556,17.556
+							c0,9.677-7.85,17.556-17.556,17.556s-17.556-7.879-17.556-17.556C517.03,332.027,524.88,324.207,534.586,324.207z
+							 M534.586,499.748c-9.706,0-17.526-7.879-17.526-17.556c0-9.735,7.82-17.562,17.526-17.562s17.556,7.821,17.556,17.562
+							C552.142,491.869,544.292,499.748,534.586,499.748z M569.58,569.971c-9.662,0-17.438-7.894-17.438-17.556
+							c0-9.735,7.776-17.556,17.438-17.556c9.779,0,17.57,7.814,17.57,17.556C587.15,562.077,579.359,569.971,569.58,569.971z
+							 M604.809,499.748c-9.707,0-17.541-7.879-17.541-17.556c0-9.735,7.834-17.562,17.541-17.562
+							c9.691,0,17.541,7.821,17.541,17.562C622.35,491.869,614.5,499.748,604.809,499.748z M639.803,569.971
+							c-9.677,0-17.453-7.894-17.453-17.556c0-9.735,7.776-17.556,17.453-17.556c9.77,0,17.562,7.814,17.562,17.556
+							C657.358,562.077,649.566,569.971,639.803,569.971z M674.914,499.748c-9.677,0-17.453-7.879-17.453-17.556
+							c0-9.735,7.776-17.562,17.453-17.562c9.764,0,17.541,7.821,17.541,17.562C692.455,491.869,684.678,499.748,674.914,499.748z
+							 M710.127,394.429c9.691,0,17.557,7.82,17.557,17.556c0,9.661-7.859,17.541-17.557,17.541
+							c-9.705,0-17.555-7.879-17.555-17.541C692.572,402.249,700.422,394.429,710.127,394.429z M710.127,569.971
+							c-9.705,0-17.525-7.894-17.525-17.556c0-9.735,7.82-17.556,17.525-17.556c9.691,0,17.557,7.814,17.557,17.556
+							C727.684,562.077,719.818,569.971,710.127,569.971z M745.137,499.748c-9.678,0-17.453-7.879-17.453-17.556
+							c0-9.735,7.775-17.562,17.453-17.562c9.77,0,17.541,7.821,17.541,17.562C762.678,491.869,754.9,499.748,745.137,499.748z
+							 M745.225,359.318c-9.707,0-17.541-7.879-17.541-17.556c0-9.735,7.834-17.556,17.541-17.556c9.705,0,17.57,7.82,17.57,17.556
+							C762.795,351.439,754.93,359.318,745.225,359.318z M780.336,569.971c-9.707,0-17.512-7.894-17.512-17.556
+							c0-9.735,7.805-17.556,17.512-17.556c9.705,0,17.555,7.814,17.555,17.556C797.891,562.077,790.041,569.971,780.336,569.971z
+							 M780.336,429.526c-9.707,0-17.512-7.879-17.512-17.541c0-9.735,7.805-17.556,17.512-17.556
+							c9.705,0,17.555,7.82,17.555,17.556C797.891,421.647,790.041,429.526,780.336,429.526z M815.447,499.748
+							c-9.707,0-17.518-7.879-17.518-17.556c0-9.735,7.811-17.562,17.518-17.562c9.705,0,17.555,7.821,17.555,17.562
+							C833.002,491.869,825.152,499.748,815.447,499.748z M815.447,359.318c-9.707,0-17.518-7.879-17.518-17.556
+							c0-9.735,7.811-17.556,17.518-17.556c9.705,0,17.555,7.82,17.555,17.556C833.002,351.439,825.152,359.318,815.447,359.318z
+							 M850.558,429.526c-9.706,0-17.521-7.879-17.521-17.541c0-9.735,7.814-17.556,17.521-17.556s17.562,7.82,17.562,17.556
+							C868.113,421.647,860.264,429.526,850.558,429.526z M885.669,359.318c-9.706,0-17.556-7.879-17.556-17.556
+							c0-9.735,7.85-17.556,17.556-17.556s17.541,7.82,17.541,17.556C903.21,351.439,895.375,359.318,885.669,359.318z"></path>
+					</g>
+				</g>
+				<g id="Shape_101_2_">
+					<g>
+						<path d="M697.507,227.15c-0.096-106.755-12.133-141.453-14.778-147.828C658.545,11.063,594.662,8.856,589.37,8.787
+							c-1.097-0.027-2.193-0.027-3.263-0.027c-25.259,0-45.666,8.034-60.664,23.868c-26.336,27.803-25.486,69.945-25.295,75.086
+							v98.173l-21.062-2.262l-0.247-33.767c1.206-52.85-10.118-91.866-33.684-116.009c-22.188-22.716-48.202-24.485-55.646-24.485
+							c-0.754,0-1.396,0.027-1.858,0.041c-1.144-0.041-2.268-0.055-3.392-0.055c-27.235,0-49.773,9.13-66.979,27.104
+							c-36.426,38.043-35.042,102.697-34.835,108.62v48.161l-104.726,14.999l-0.165-0.014v625.646l453.164,136.669l0.658,0.206
+							l189.93-92.251V240.503l0.102-0.014L697.507,227.15z M282.428,240.86l-80.392-11.104l80.392-11.516V240.86z M344.038,82.16
+							c10.896-11.091,24.636-16.013,42.485-15.094l0.768,0.055l1.535-0.083c4.14,0,18.618,1.028,31.491,14.23
+							c16.104,16.506,24.109,46.584,23.149,87.055l-0.014,0.219l0.206,31.298l-38.757-4.181l-87.041,12.462v-44.254
+							C317.839,163.32,317.291,109.318,344.038,82.16z M317.839,245.727v-32.574l87.151-12.489l38.702,4.017l0.384,58.47
+							L317.839,245.727z M534.338,107.838c-0.014-0.315-1.221-31.751,16.054-50.053c8.705-9.171,20.646-13.627,36.535-13.627
+							c0.796,0,1.591,0.027,2.742,0.027c1.823,0.014,45.159,1.069,61.528,47.805l0.188,0.548
+							c0.123,0.302,11.652,32.135,11.892,130.911l-128.979-13.888l0.068-100.956L534.338,107.838z M631.25,288.98l-151.722-20.934
+							l-0.439-59.718l328.464,34.041L631.25,288.98z"></path>
+					</g>
+				</g>
+				<g id="Shape_110_2_">
+					<g>
+						<path d="M575.712,422.511V159.448H422.236V422.51H159.174v153.479h263.062v263.079h153.476v-263.08h263.08V422.511H575.712z
+							 M498.975,7.371C227.754,7.371,7.097,228.028,7.097,499.248c0,271.221,220.657,491.878,491.875,491.878
+							c271.226,0,491.878-220.657,491.878-491.878C990.852,228.028,770.194,7.371,498.975,7.371z M498.975,938.018
+							c-241.938,0-438.75-196.819-438.75-438.77c0-241.927,196.808-438.752,438.75-438.752
+							c241.933,0,438.752,196.825,438.752,438.752C937.727,741.192,740.901,938.018,498.975,938.018z"></path>
+					</g>
+				</g>
+				<g id="Shape_121_2_">
+					<g>
+						<path d="M821.111,934.699H177.838c-16.39,0-29.703,13.297-29.703,29.702c0,16.39,13.313,29.687,29.703,29.687h643.273
+							c16.401,0,29.703-13.297,29.703-29.687C850.814,947.996,837.518,934.699,821.111,934.699z M177.838,232.035h643.273
+							c16.401,0,29.703-13.298,29.703-29.688c0-16.39-13.302-29.687-29.703-29.687H699.994l28.389-40.229
+							c2.82,0.384,5.688,0.641,8.619,0.641c35.518,0,64.324-28.806,64.324-64.324c0-35.534-28.812-64.34-64.324-64.34
+							c-35.535,0-64.34,28.806-64.34,64.34c0,10.622,2.627,20.619,7.193,29.463l-52.555,74.449H177.838
+							c-16.39,0-29.703,13.297-29.703,29.687C148.135,218.737,161.448,232.035,177.838,232.035z M789.822,271.622
+							c-24.592,0-156.748,0-289.546,0c-0.545,0-1.062,0-1.586,0c-132.814,0-264.958,0-289.563,0
+							c-29.687,0-23.519,21.597-19.786,29.688c32.442,70.557,118.748,192.988,118.748,282.065
+							c0,89.061-86.305,211.492-118.748,282.049c-3.733,8.107-9.901,29.688,19.786,29.688c24.592,0,156.749,0,289.563,0
+							c0.523,0,1.041,0,1.586,0c132.798,0,264.938,0,289.546,0c29.688,0,23.52-21.58,19.787-29.688
+							c-32.443-70.557-118.748-192.986-118.748-282.049c0-89.077,86.305-211.509,118.748-282.065
+							C813.342,293.219,819.51,271.622,789.822,271.622z"></path>
+					</g>
+				</g>
+				<g id="Shape_111_2_">
+					<g>
+						<path d="M712.756,918.966V681.912L440.343,403.979L167.916,681.912v237.039h213.345V722.109
+							c0-31.655,25.669-57.312,57.324-57.312c31.654,0,57.31,25.655,57.31,57.312v196.854L712.756,918.966L712.756,918.966z
+							 M314,835.333h-77.255v-27.805H314V835.333z M314,791.868h-77.255v-82.209H314V791.868z M438.585,580.077
+							c-17.897,0-32.396-14.513-32.396-32.396c0-17.896,14.493-32.404,32.396-32.404s32.396,14.513,32.396,32.404
+							C470.98,565.564,456.483,580.077,438.585,580.077z M563.155,709.659h77.255v82.209h-77.255V709.659z M563.155,807.528h77.255
+							v27.805h-77.255V807.528z M440.343,385.951l307.075,314.033l18.914-18.514l-228.657-233.84V238.806l-97.332-99.758
+							l-97.332,99.758v208.828L114.354,681.479l18.914,18.512L440.343,385.951z M123.812,959.482h633.063v-26.875H123.812V959.482z
+							 M871.377,338.651c-16.183-16.561-42.434-16.561-58.631,0v-16.503h-11.375v650.989H67.926v26.861h744.82V414.846
+							c16.197-16.546,42.448-16.546,58.646,0h-0.017c16.213,16.546,42.463,16.546,58.646,0v-76.208
+							C913.826,355.197,887.59,355.197,871.377,338.651z M440.343,121.078L584.191,268.18l18.896-18.508L446.038,89.046V-1.502
+							h-11.389v90.533L277.581,249.672l18.915,18.508L440.343,121.078z"></path>
+					</g>
+				</g>
+				<g id="Shape_122_2_">
+					<g>
+						<path d="M67.386,225.596l403.275,331.261l460.918-331.261c28.812-23.666,57.608-43.219,0-43.219H67.386
+							C9.761,182.377,38.573,201.93,67.386,225.596z M470.661,643.277L9.761,268.798v489.714c0,28.795,29.174,57.608,52.221,57.608
+							h875.003c23.023,0,52.202-28.813,52.202-57.608V268.798L470.661,643.277z"></path>
+					</g>
+				</g>
+				<g id="Shape_112_2_">
+					<g>
+						<path d="M256.099,378.068l0.094,0.094l237.603-237.603l-0.078-0.078c14.507-14.507,14.507-38.273,0-52.796
+							c-14.507-14.507-38.289-14.507-52.796,0L203.303,325.272c-14.521,14.507-14.521,38.289,0,52.795
+							C217.81,392.59,241.576,392.59,256.099,378.068z M836.928,430.896c-14.507-14.513-38.271-14.513-52.795,0l-0.146-0.15
+							l-238.9,239.321c-13.026,14.61-12.543,37.235,1.459,51.258c14.521,14.507,38.289,14.507,52.795,0L836.928,483.69
+							C851.436,469.184,851.436,445.417,836.928,430.896z M533.404,180.182l-238.112,237.08l66.428,66.434L18.511,826.916
+							c-14.507,14.507-14.507,38.289,0,52.796l26.405,26.405c14.507,14.508,38.273,14.508,52.796,0l343.21-343.229l65.612,65.612
+							l236.671-238.534L533.404,180.182z"></path>
+					</g>
+				</g>
+				<g id="Shape_118_4_">
+					<g>
+						<path d="M783.93,839.049c-114.461,0-207.229,18.567-207.229,41.459c0,22.896,92.771,41.443,207.229,41.443
+							c114.444,0,207.231-18.551,207.231-41.443C991.161,857.616,898.374,839.049,783.93,839.049z"></path>
+					</g>
+				</g>
+				<g id="Shape_114">
+					<g>
+						<path d="M234.065,514.635c0-60.592-49.24-109.671-109.944-109.671c-60.576,0-109.67,49.095-109.67,109.688
+							c0,60.672,49.095,109.928,109.67,109.928C184.826,624.578,234.065,575.322,234.065,514.635z M755.447,815.854
+							c-3.735-5.009-10.521-5.952-15.635-2.513L590.74,921.646c-4.831,3.857-5.926,10.781-2.479,15.635l20.337,28.227
+							c3.725,4.814,10.771,5.926,15.604,2.334l149.104-108.285c4.814-3.752,5.931-10.788,2.479-15.635L755.447,815.854z
+							 M481.069,592.633l59.062,104.275l31.108-23.234l-59.207-103.713L481.069,592.633z M433.214,431.371l-230-403.838
+							l-43.975,0.274L401.82,454.316L433.214,431.371z M908.416,628.572l-213.673-0.258c-17.021,0-31.963,7.311-44.957,16.729
+							l-165.255,116.16L370.835,648.908l158.234-115.886c24.604-20.61,27.921-57.274,7.311-81.884
+							c-20.724-24.324-57.242-27.519-81.862-7.053L207.239,620.295c-35.956,30.146-42.332,98.448-12.463,134.42l178.7,178.812
+							c0,0,48.692,63.484,128.896,5.684l227.779-160.713l178.265,0.273c41.479,0,75.083-33.479,75.083-75.104
+							C983.499,662.306,949.895,628.572,908.416,628.572z"></path>
+					</g>
+				</g>
+				<g id="Shape_93">
+					<g>
+						<path d="M405.976,348.398h-2.713c-4.517,37.967-14.476,71.685-26.347,97.231h55.359
+							C422.191,418.766,411.214,389.533,405.976,348.398z M913.79,436.769h-6.649c-11.087,51.93-35.53,98.079-64.653,133.021H978.37
+							C953.593,533.028,926.648,493.038,913.79,436.769z M261.211,477.982h-6.665c-11.071,36.964-35.521,69.804-64.674,94.688
+							h135.904C300.998,546.516,274.055,518.021,261.211,477.982z M563.553,445.63h55.376c-10.1-26.864-21.078-56.097-26.312-97.231
+							H589.9C585.384,386.366,575.425,420.083,563.553,445.63z M740.154,477.982c-11.062,36.964-35.521,69.804-64.66,94.688h135.89
+							c-24.763-26.157-51.721-54.653-64.55-94.688H740.154L740.154,477.982z M89.927,436.769h-6.665
+							c-11.087,51.93-35.537,98.079-64.675,133.021h135.904C129.714,533.028,102.771,493.038,89.927,436.769z M959.96,816.63
+							l-0.096-145.108l29.405-31.853l-0.078-46.294H837.056l-0.126,15.479l-27.35,0.077v-15.556H678.914v41.166h-19.18v-31.773
+							h-55.453l-0.173,32.187h-13.189l-0.36-87.461h20.438l0.785-86.396h-41.104l-0.172,43.377h-2.854
+							c-25.249-55.797-51.68-117.163-65.442-200.516v-96.62c2.822-2.133,60.094-44.585,129.443-8.124c0,0,46.146,24.872,88.81,3.105
+							c0,0,45.307-21.768,67.92-12.17c0,0-33.215-29.529-90.707-3.387c0,0-28.59,14.694-65.161-27.993
+							c0,0-15.965-46.922-130.305-21.281v-21.391h-12.8V319.28c-12.646,70.994-34.896,134.853-61.82,185.19h-3.654v-43.377h-38.673
+							v86.396h17v87.461h-15.896v-32.187h-47.728l-0.33,21.521l-12.854-0.078l0.188-30.831H187.927l-0.031,16.043l-24.731-0.111
+							l0.188-15.932H9.743L9.68,639.669l30.487,31.854L39.289,816.63l-22.411,32.683l181.07,0.579l-16.545,32.517h216.512v-73.729
+							c0-56.062,45.872-101.92,101.92-101.92c56.065,0,101.92,45.855,101.92,101.92v73.729H827.3l-26.723-32.517l181.446-0.376
+							L959.96,816.63z"></path>
+					</g>
+				</g>
+				<g id="Shape_46">
+					<g>
+						<path d="M499.475,6.066C226.821,6.066,5.793,227.095,5.793,499.748c0,272.654,221.028,493.683,493.682,493.683
+							c272.64,0,493.688-221.049,493.688-493.683C993.157,227.095,772.108,6.066,499.475,6.066z M552.809,340.471
+							c-43.812,0-79.348-35.535-79.348-79.348c0-43.832,35.536-79.347,79.348-79.367c43.812,0,79.354,35.535,79.354,79.367
+							S596.62,340.471,552.809,340.471z M728.297,512.283c-41.903,0-75.893-33.989-75.893-75.912
+							c0-41.924,33.983-75.913,75.913-75.913c41.923,0,75.892,34.01,75.892,75.913C804.209,478.294,770.24,512.283,728.297,512.283z
+							 M759.875,288.222c-32.441,0-58.757-26.314-58.757-58.757c0-32.462,26.312-58.758,58.757-58.777
+							c32.462,0,58.758,26.315,58.758,58.777C818.633,261.907,792.337,288.222,759.875,288.222z"></path>
+					</g>
+				</g>
+				<g id="Shape_39">
+					<g>
+						<path d="M737.659,647.434c-95.929-96.052-72.961-253.299-238.128-262.708c-165.202,9.412-142.311,166.659-238.216,262.708
+							c-45.849,45.854-142.339,63.146-169.662,129.749c-33.486,81.729,21.563,155.638,63.04,187.503
+							c83.32,63.854,217.319,0.726,307.102-8.604c12.89-1.457,25.409-1.703,37.684-1.703c12.293,0,24.812,0.246,37.688,1.703
+							c89.782,9.324,223.781,72.452,307.155,8.604c41.423-31.865,96.484-105.773,63.021-187.503
+							C879.998,710.579,783.508,693.282,737.659,647.434z M916.031,239.942c-60.851-16.331-127.817,36.278-149.486,117.352
+							c-21.771,81.161,9.921,160.075,70.73,176.478c60.896,16.265,127.812-36.274,149.539-117.438
+							C1008.57,335.257,976.875,256.343,916.031,239.942z M161.664,533.771c60.862-16.243,92.505-95.314,70.783-176.394
+							c-21.738-81.161-88.642-133.612-149.521-117.439c-60.861,16.4-92.521,95.314-70.818,176.476
+							C33.829,497.491,100.784,550.03,161.664,533.771z M386.78,301.226c60.845-16.33,92.558-95.314,70.801-176.317
+							C435.859,43.747,368.922-8.774,308.06,7.557c-60.845,16.243-92.54,95.227-70.783,176.388
+							C258.998,264.947,325.918,317.486,386.78,301.226z M612.177,301.226c60.845,16.419,127.817-36.278,149.539-117.281
+							C783.473,102.784,751.742,23.8,690.88,7.557c-60.845-16.331-127.765,36.19-149.485,117.352
+							C519.637,205.911,551.367,284.895,612.177,301.226z"></path>
+					</g>
+				</g>
+				<g id="Shape_44">
+					<g>
+						<path d="M990.266,292.161c-17.127-40.57-74.188-60.328-155.67-60.328c-26.521,0-55.731,2.232-86.937,6.484
+							c-11.056-10.418-22.771-20.151-35.021-29.199c-59.725-44.02-133.453-70.339-213.292-70.339
+							c-182.146,0-332.34,135.201-356.632,310.616c-2.12,15.028-3.57,30.244-3.792,45.784
+							C38.688,573.894-13.954,652.318,8.704,706.026c17.098,40.538,74.316,60.267,155.641,60.267
+							c43.958,0,95.437-6.096,151.138-17.5c78.441-16.029,165.683-42.844,255.332-80.646
+							c89.318-37.688,169.428-81.309,235.613-126.158C940.66,450.927,1016.617,354.732,990.266,292.161z M855.127,425.752
+							c-0.837,0.754-1.699,1.508-2.549,2.262c-0.135-0.674-0.29-1.34-0.43-2.013C564.775,663.979,193.526,705.547,193.526,705.547
+							l-1.118-2.656c-9.639,0.562-19.012,0.861-28.063,0.861c-72.954,0-96.256-17.701-98.066-22.018
+							c-5.97-14.126,19.074-56.812,79.866-110.773c8.521,42.203,24.37,81.721,46.229,117.172
+							c433.799-86.588,628.037-275.378,650.335-298.326c-10.709-33.727-26.232-65.312-45.833-93.919
+							c13.067-0.986,25.674-1.515,37.72-1.515c0,0,0,0,0.107,0c72.877,0,96.07,17.686,97.896,22.095
+							C934.596,321.218,929.289,359.374,855.127,425.752z M285.744,789.115c59.771,44.159,133.53,70.603,213.602,70.603
+							c182.083,0,332.355-135.294,356.648-310.802c-76.869,52.112-169.876,102.771-273.684,146.527
+							C478.179,739.37,376.879,770.502,285.744,789.115z"></path>
+					</g>
+				</g>
+				<g id="Shape_51_2_">
+					<g>
+						<path d="M163.088,425.002V761.38h112.126V425.002H163.088z M349.968,425.002V761.38h112.134V425.002H349.968z
+							 M536.855,425.002V761.38H648.98V425.002H536.855z M723.727,425.002V761.38h112.127V425.002H723.727z M88.335,836.143h822.279
+							v-37.381H88.335V836.143z M13.582,873.508v37.38h971.794v-37.38H13.582z M947.995,350.242L536.855,88.609H499.47H462.1
+							L50.962,350.242v37.38h897.033V350.242z"></path>
+					</g>
+				</g>
+				<g id="Shape_97_2_">
+					<g>
+						<path d="M982.645,782.662c-35.586-42.6-73.823-86.88-82.422-145.84c-8.604-58.979,16.275-106.413,38.229-157.382
+							l-12.622-86.656c-35.585-42.583-72.782-79.608-81.374-138.534c-8.593-58.978,15.229-113.685,37.18-164.671l-12.623-86.64
+							L786.49,14.978C745.43,46.722,696.075,68.691,641.111,76.7c-54.947,8.009-108.522,1.046-156.891-17.682l-91.692,13.377
+							c-40.953,31.727-95.458,54.45-150.385,62.459c-54.913,7.991-108.54,1.046-156.885-17.682l-82.575,12.04l12.622,86.64
+							c37.867,43.457,77.242,85.371,86.177,146.681c8.936,61.258-18.093,104.062-41.981,156.521l12.622,86.657
+							c37.866,43.371,76.195,78.134,85.13,139.393c8.918,61.24-17.047,111.354-40.936,163.812l12.639,86.64l86.623-12.639
+							c42.41-35.104,82.129-57.485,140.54-66.009c58.429-8.507,112.073,0.343,162.682,21.812l91.698-13.354
+							c42.377-35.036,86.194-58.085,144.604-66.592c58.407-8.522,102.859,1.572,153.541,23.135l86.617-12.622L982.645,782.662z
+							 M313.965,747.402l-63.145-433.18l433.167-63.128l63.145,433.188L313.965,747.402z"></path>
+					</g>
+				</g>
+				<g id="Shape_53_2_">
+					<g>
+						<path d="M421.637,110.541C162.155,110.541,6.478,318.12,6.478,421.91c0,103.789,51.903,181.628,155.676,181.628
+							c103.79,0,155.693,25.935,155.693,103.789c0,103.79,77.838,181.628,181.627,181.628
+							c337.321,0,492.997-181.628,492.997-363.256C992.472,214.33,733.006,110.541,421.637,110.541z M175.13,499.748
+							c-35.812,0-64.863-29.034-64.863-64.862s29.051-64.862,64.863-64.862c35.828,0,64.862,29.034,64.862,64.862
+							S210.958,499.748,175.13,499.748z M356.758,344.071c-35.828,0-64.862-29.05-64.862-64.879
+							c0-35.828,29.034-64.862,64.862-64.862s64.879,29.034,64.879,64.862C421.637,315.021,392.586,344.071,356.758,344.071z
+							 M499.475,785.165c-42.981,0-77.838-34.851-77.838-77.838s34.854-77.854,77.838-77.854c42.988,0,77.845,34.867,77.845,77.854
+							S542.463,785.165,499.475,785.165z M564.354,344.071c-35.845,0-64.879-29.05-64.879-64.879
+							c0-35.828,29.034-64.862,64.879-64.862c35.802,0,64.852,29.034,64.852,64.862
+							C629.199,315.021,600.149,344.071,564.354,344.071z M771.917,447.845c-35.829,0-64.879-29.032-64.879-64.862
+							c0-35.828,29.05-64.862,64.879-64.862c35.828,0,64.879,29.034,64.879,64.862C836.796,418.812,807.745,447.845,771.917,447.845
+							z"></path>
+					</g>
+				</g>
+				<g id="Shape_81_2_">
+					<g>
+						<path d="M499.475,197.479c0,0-120.918-120.918-483.637-120.918v725.473c366.501,0,483.637,120.896,483.637,120.896
+							s117.141-120.896,483.643-120.896V76.561C620.393,76.561,499.475,197.479,499.475,197.479z M439.024,761.643
+							c-54.323-28.685-148.593-64.25-302.292-77.223V197.479c153.695,12.854,247.965,48.401,302.292,77.206V761.643z
+							 M862.211,684.42c-153.745,13.007-248.015,48.538-302.286,77.224V274.686c54.271-28.805,148.541-64.353,302.286-77.206V684.42
+							z"></path>
+					</g>
+				</g>
+				<g id="Shape_1_2_">
+					<g>
+						<path d="M350.242,117.661c16.812,0,30.574-13.033,31.803-29.534c0.6-1.85-23.154-82.915-30.185-82.915h-3.153
+							c-7.021,0-30.815,80.77-30.29,82.515C319.458,104.429,333.289,117.661,350.242,117.661z M737.678,632.005l-55.999-63.646
+							c-0.841-0.988-1.934-1.65-3.062-2.081c-0.831-0.295-1.729-0.494-2.618-0.494c-1.775,0-3.573,0.604-5.014,1.882l-64.658,56.85
+							l-4.229,3.709l-17.005,14.973v-98.229v-3.352c0-4.699,3.808-8.503,8.503-8.503c4.698,0,8.502,3.804,8.502,8.503v3.352v71.943
+							l63.267-55.61c2.938-2.584,6.702-4.005,10.625-4.005c0.895,0,1.766,0.084,2.604,0.242V477.85
+							c0-25.046-20.001-45.356-44.71-45.356H403.434c-8.04,0-15.276-5.58-17.205-13.074v-53.561l35.451,2.188
+							c6.527,30.931,33.975,54.138,66.834,54.138c32.854,0,60.297-23.207,66.834-54.117l47.999-2.964
+							c5.876,0,10.626-4.771,10.626-10.637c0-5.843-4.75-10.604-10.342-10.604c0,0,0,0-0.021,0l-48.017-2.954
+							c-1.546-8.051-4.478-15.597-8.598-22.365l32.854-34.306c1.944-1.786,2.854-4.445,2.491-7.293
+							c-0.284-2.354-1.419-4.709-3.163-6.59c-2.261-2.429-5.256-3.815-8.193-3.815c-2.139,0-4.12,0.756-5.37,1.934l-37.006,30.059
+							c-7.269-5.266-15.576-9.133-24.572-11.215l-4.32-69.808c0-5.844-4.771-10.625-10.636-10.625
+							c-5.854,0-10.605,4.771-10.605,10.342l-4.309,69.808c-9.406,2.018-18.098,5.949-25.613,11.394l-36.698-29.765
+							c-1.479-1.367-3.479-2.123-5.595-2.123c-2.953,0-5.946,1.387-8.208,3.826c-1.755,1.892-2.88,4.226-3.164,6.58
+							c-0.336,2.848,0.567,5.507,2.312,7.115l32.886,34.315c-4.149,6.811-7.125,14.431-8.681,22.534l-35.209,2.176V233.8
+							c0-13.41-6.896-25.182-17.341-32.024l7.767-40.559c0-0.873-0.084-1.734-0.188-2.564c5.748-0.294,10.312-4.436,10.312-9.533
+							v-11.992c0-5.297-4.908-9.606-10.961-9.606H323.79c-6.054,0-10.962,4.299-10.962,9.606v11.992
+							c0,5.108,4.572,9.239,10.311,9.533c-0.104,0.83-0.188,1.691-0.188,2.564l7.41,38.625
+							c-12.275,6.369-20.688,19.18-20.688,33.958v632.72c-10.09,0.945-17.973,9.42-17.973,19.738v22.428h-8.397
+							c-13.212,0-23.932,8.896-23.932,19.854v45.233c0,10.948,10.72,19.846,23.932,19.846h330.06
+							c13.223,0,23.938-8.896,23.938-19.846V928.54c0-10.963-10.71-19.854-23.938-19.854H605v-22.428
+							c0-10.962-8.87-19.842-19.844-19.842h-0.062V700.741l17.551,19.969l14.932,16.943c1.492,1.702,3.594,2.569,5.69,2.569
+							c1.786,0,3.573-0.614,5.003-1.897l50.365-44.271l58.372-51.331C740.158,639.973,740.452,635.159,737.678,632.005z
+							 M633.899,744.747c-2.927,2.554-6.679,3.962-10.558,3.995c5.145,2.553,10.899,4.021,17.025,4.021
+							c21.127,0,38.269-17.132,38.269-38.257l-0.01-9.123L633.899,744.747z"></path>
+					</g>
+				</g>
+				<g id="Shape_98_2_">
+					<g>
+						<path d="M574.609,257.319c12.188-18.391,24.771-35.099,38.358-51.091c7.396-8.646,14.326-16.209,21.179-23.155
+							c8.356-8.496,15.903-15.442,21.284-19.624c1.521-1.199,3.114-2.632,4.447-4.081c6.769-7.279,10.295-16.775,9.912-26.703
+							c-0.367-9.929-4.598-19.124-11.878-25.888c-14.492-13.427-39.113-12.561-52.657,2.066
+							c-9.628,10.378-16.042,18.907-24.065,29.818c-6.696,9.278-13.243,19.057-20.013,29.951
+							c-12.261,19.808-23.536,40.764-33.5,62.286c-10.428,22.389-18.688,44.095-25.271,66.4
+							c-5.298,18.308-11.628,42.862-13.493,70.415c-0.566,8.229,5.047,15.759,13.076,17.542c1.217,0.266,2.433,0.399,3.682,0.399
+							c7.796,0,14.676-5.53,16.525-13.894c3.932-17.591,11.022-37.465,21.104-59.087
+							C552.021,294.085,562.565,275.444,574.609,257.319z M689.303,325.836l-6.479,2.016c-23.561,7.246-45.211,15.626-66.217,25.688
+							c-17.158,8.329-39.614,20.073-61.309,37.098c-6.348,4.981-8.13,14.026-4.182,21.04c2.915,5.197,8.429,8.435,14.376,8.435
+							c2.812,0,5.614-0.732,8.746-2.471c15.573-8.763,35.133-16.759,58.104-23.738c19.341-5.831,40.27-10.412,62.169-13.61
+							c20.846-3.065,41.663-4.831,63.688-5.397c10.523-0.267,21.021,0.15,31.351,0.616c6.58,0.317,19.524,2.716,27.271,4.148
+							c4.108,0.75,7.046,1.216,8.439,1.249c22.272,0,37.415-12.743,37.665-31.684c0.316-21.356-19.474-31.968-36.479-34.566
+							c-12.729-1.949-39.53-6.047-70.521-3.398C728.7,313.542,708.677,319.789,689.303,325.836z M858.985,562.585
+							c-10.628-9.412-19.273-15.625-30.368-23.388c-9.412-6.52-19.357-12.827-30.368-19.357
+							c-19.974-11.728-41.18-22.556-63.036-32.101c-22.639-9.912-44.511-17.708-66.967-23.822
+							c-27.836-7.379-49.042-10.944-71.647-11.96c-8.273,0-15.403,5.896-16.985,14.01c-1.816,9.361,4.312,18.479,14.486,20.479
+							c17.681,3.465,37.721,10.045,59.487,19.521c18.729,8.185,37.615,18.229,56.089,29.836
+							c18.624,11.646,35.649,23.738,52.074,36.998c8.846,7.146,16.575,13.859,23.688,20.523
+							c8.529,7.963,15.858,15.521,20.189,20.756c1.167,1.433,2.683,3.016,4.132,4.298c6.797,6.014,15.542,9.296,24.604,9.296
+							c10.688,0,20.854-4.598,27.896-12.594c6.58-7.446,9.862-17.025,9.246-26.953C870.88,578.229,866.432,569.132,858.985,562.585z
+							 M658.701,831.269c18.724-2.382,31.451-20.021,29.686-41.062c-0.017-16.092-2.349-27.887-4.896-38.281
+							c-1.2-4.695-2.021-9.361-2.832-13.993c-1.199-6.69-2.438-13.604-4.715-20.557c-7.246-21.938-16.075-44.012-26.236-65.65
+							c-10.445-22.271-21.773-42.546-34.667-61.98c-10.661-15.825-25.438-36.438-45.294-55.479
+							c-5.683-5.497-15.126-5.997-21.356-1.229c-3.515,2.665-5.764,6.547-6.347,10.895c-0.583,4.364,0.566,8.685,3.682,12.744
+							c10.911,14.312,21.562,32.566,31.651,54.256c8.562,18.562,16.025,38.632,22.139,59.654
+							c6.047,20.539,10.745,40.93,14.326,62.285c1.604,9.562,2.882,19.724,3.938,31.118c0.933,9.846,0.578,33.111,0.562,34.11
+							c-0.134,9.185,2.965,17.242,8.962,23.322c6.381,6.48,15.859,10.178,25.973,10.178
+							C655.069,831.604,656.886,831.502,658.701,831.269z M196.78,307.345c2.798,0,5.313-0.233,7.479-0.732
+							c9.545-2.199,23.105-4.082,27.869-4.365c10.212-0.6,20.69-0.35,31.201,0.767c20.557,2.116,41.846,7.812,61.503,16.476
+							c20.673,9.361,40.396,20.973,58.654,34.482c20.34,15.176,36.526,31.318,47.41,47.644c2.979,4.464,7.979,7.13,13.354,7.13
+							c2.398,0,4.73-0.517,6.896-1.55c3.858-1.854,6.773-5.063,8.212-9.102c1.433-4.042,1.197-8.375-0.649-12.243
+							c-12.993-27.237-31.201-47.544-47.354-63.952c-18.312-18.107-38.813-34.399-61.021-48.676
+							c-23.505-14.76-48.875-25.471-75.379-32.268c-13.577-3.498-27.47-4.348-41.33-5.563c-6.763-0.6-13.593,1.083-21.422,1.083
+							c-0.034,0-0.051,0-0.084,0c-7.629,0-24.721-1.999-34.149,1.249c-9.428,3.248-16.642,10.145-20.657,19.29
+							c-3.998,9.162-4.198,19.058-0.566,28.353C162.713,300.665,181.671,307.361,196.78,307.345z M436.278,518.273
+							c-0.483-9.278-8.13-15.358-18.357-15.358c-0.034,0-0.051,0-0.062,0c-25.604,0-50.823,6.13-77.132,16.975
+							c-24.688,10.245-48.061,24.394-67.602,42.602c-19.39,17.891-36.165,37.896-51.274,61.369
+							c-7.113,11.095-13.727,22.733-19.69,34.85c-5.53,11.527-10.911,23.122-15.858,38.812c-0.517,1.636-0.999,3.611-1.266,5.312
+							c-1.55,9.812,0.799,19.624,6.613,27.67c5.847,8.029,14.442,13.327,24.271,14.876c1.981,0.316,3.931,0.483,5.88,0.483
+							c18.357,0,33.8-13.183,36.682-31.336c1.217-7.479,4.115-18.439,7.713-29.284c3.582-10.628,7.613-20.74,12.027-30.138
+							c9.129-19.737,20.923-38.578,34.167-54.604c13.776-16.792,29.618-30.318,48.376-41.479
+							c19.096-11.312,40.58-19.227,61.354-23.225C430.681,534.133,436.761,526.953,436.278,518.273z M488.552,543.461
+							c-8.429-5.062-20.4-2.032-25.454,6.397c-14.188,23.688-22.788,46.594-29.335,65.896c-7.33,22.089-12.96,44.661-17.208,69.032
+							c-4.099,23.487-6.812,47.144-8.079,70.312c-0.684,12.85-0.896,24.621-0.694,36.065c0.277,11.411,0.6,23.222,2.665,38.215
+							c0.25,1.732,0.667,3.698,1.166,5.38c4.632,15.692,19.291,26.672,35.666,26.672c3.548,0,7.097-0.518,10.522-1.55
+							c19.657-5.812,30.938-26.555,25.154-46.228c-2.615-8.779-4.798-21.506-5.864-28.286c-1.532-9.712-2.781-20.174-3.715-31.104
+							c-1.749-21.09-2.231-41.979-1.466-63.812c0.75-21.756,3.032-42.995,6.729-63.056c4.314-23.173,10.045-43.326,17.441-60.732
+							C499.713,558.204,496.48,548.226,488.552,543.461z M673.644,874.131c-3.798,0-7.606,0.5-11.311,1.5
+							c-11.161,3.031-20.457,10.194-26.204,20.206s-7.246,21.673-4.215,32.8c5.064,18.791,22.206,31.938,41.68,31.938
+							c3.814,0,7.603-0.499,11.312-1.499c22.982-6.214,36.646-30.002,30.418-53.008
+							C710.242,887.258,693.101,874.131,673.644,874.131z M915.374,607.446c-23.389,4.598-38.681,27.354-34.1,50.741
+							c3.965,20.224,21.771,34.916,42.379,34.916c2.749,0,5.547-0.271,8.357-0.834c11.312-2.22,21.105-8.717,27.535-18.289
+							c6.437-9.579,8.746-21.106,6.52-32.418C961.602,618.624,939.296,602.782,915.374,607.446z M985.706,307.778
+							c-7.563-8.713-18.074-13.96-29.604-14.776c-24.006-1.865-44.489,16.525-46.155,40.063
+							c-0.806,11.511,2.914,22.655,10.479,31.368c7.579,8.729,18.091,13.977,29.604,14.775c1.028,0.084,2.05,0.101,3.081,0.101
+							c22.568,0,41.479-17.642,43.062-40.164C996.982,327.651,993.252,316.507,985.706,307.778z M722.636,105.028
+							c2.732,0,5.521-0.25,8.296-0.8c23.355-4.547,38.688-27.27,34.15-50.658c-4.448-22.955-27.054-38.797-50.642-34.183
+							c-11.328,2.183-21.123,8.662-27.604,18.241c-6.446,9.562-8.795,21.072-6.597,32.417
+							C684.172,90.319,702.013,105.028,722.636,105.028z M78.355,323.637c3.415,0,6.83-0.399,10.162-1.199
+							c23.172-5.581,37.464-28.969,31.901-52.141c-4.698-19.49-21.973-33.101-41.996-33.101c-3.398,0-6.813,0.417-10.145,1.216
+							c-11.228,2.699-20.723,9.596-26.737,19.457c-6.03,9.846-7.863,21.439-5.147,32.668
+							C41.074,310.027,58.349,323.637,78.355,323.637z M180.354,759.055c-6.68,0-13.093,1.521-19.124,4.498
+							c-10.345,5.103-18.091,13.959-21.789,24.871c-3.698,10.944-2.916,22.672,2.215,33c7.312,14.859,22.156,24.104,38.747,24.104
+							c6.681,0,13.11-1.521,19.107-4.498c10.361-5.08,18.107-13.942,21.806-24.871c3.715-10.928,2.916-22.655-2.182-33
+							C211.806,768.316,196.946,759.055,180.354,759.055z M434.762,894.454c-3.798,0-7.606,0.517-11.311,1.517
+							c-22.989,6.214-36.648,29.984-30.418,52.979c5.062,18.842,22.205,31.968,41.679,31.968c3.798,0,7.613-0.499,11.312-1.499
+							c11.128-3.016,20.438-10.211,26.187-20.207c5.747-9.994,7.247-21.639,4.231-32.815
+							C471.344,907.581,454.202,894.454,434.762,894.454z M163.08,513.493c0.833-1.283,4.364-5.271,8.163-8.979
+							c3.515-3.479,7.313-6.796,11.228-10.022c7.962-6.53,16.608-12.35,25.67-17.593c17.858-10.382,38.415-18.156,59.354-22.688
+							c21.256-4.398,43.095-6.229,64.901-6.229h2.729c25.305,0,47.812,3.447,66.234,10.229c7.546,2.799,16.541-1.049,20.39-8.195
+							c4.331-8.062,1.299-18.125-6.78-22.473c-26.67-14.312-53.474-19.956-76.262-23.638c-25.571-3.805-51.625-4.887-78.095-3.271
+							c-27.687,1.982-54.64,8.163-80.094,18.374c-13.043,5.231-25.671,11.528-37.515,18.708c-6.43,3.881-12.26,7.796-18.891,12.71
+							c-5.597,4.248-10.445,7.936-17.225,14.693l-1.816,1.812c-1.849,1.866-3.498,3.915-4.848,6.063
+							c-11.161,17.325-6.146,40.497,11.161,51.675c6.047,3.897,13.044,5.964,20.224,5.964
+							C144.406,530.635,156.167,524.254,163.08,513.493z M73.841,534.232c-17.542-14.849-46.077-12.493-60.903,4.979
+							c-15.425,18.174-13.21,45.479,4.964,60.953c7.813,6.597,17.741,10.244,27.953,10.244c12.727,0,24.738-5.547,32.951-15.259
+							C94.231,576.995,91.982,549.675,73.841,534.232z"></path>
+					</g>
+				</g>
+				<g id="Shape_96_2_">
+					<g>
+						<path d="M908.312,213.563h-49.065c0-18.053-14.639-32.709-32.709-32.709h-32.71c-18.053,0-32.71,14.656-32.71,32.709H450.41
+							c-32.71,0-32.71-81.773-65.402-81.773H205.121c-32.71,0-32.71,81.773-65.419,81.773H90.638
+							c-45.142,0-81.758,36.616-81.758,81.774v490.595c0,45.159,36.616,81.774,81.758,81.774h817.674
+							c45.142,0,81.758-36.615,81.758-81.774V295.338C990.069,250.18,953.453,213.563,908.312,213.563z M335.943,344.402
+							c0,18.054-14.646,32.693-32.71,32.693h-98.112c-18.07,0-32.71-14.64-32.71-32.693v-16.354c0-18.053,14.64-32.71,32.71-32.71
+							h98.112c18.07,0,32.71,14.64,32.71,32.71V344.402z M663.023,785.95c-135.458,0-245.312-109.865-245.312-245.312
+							c0-135.459,109.854-245.307,245.312-245.307c135.438,0,245.289,109.848,245.306,245.307
+							C908.329,676.104,798.465,785.95,663.023,785.95z M663.023,360.758c-99.336,0-179.893,80.534-179.893,179.889
+							c0,99.339,80.557,179.89,179.893,179.89c99.335,0,179.886-80.555,179.886-179.89
+							C842.909,441.292,762.358,360.758,663.023,360.758z"></path>
+					</g>
+				</g>
+				<g id="Shape_117_2_">
+					<g>
+						<path d="M499.504,304.683c-107.706,0-195.04,87.334-195.04,195.049c0,107.658,87.334,195.048,195.04,195.048
+							c107.714,0,195.049-87.386,195.049-195.048C694.553,392.017,607.218,304.683,499.504,304.683z M499.504,207.15
+							c26.941,0,48.768-21.809,48.768-48.75V60.868c0-26.991-21.82-48.767-48.768-48.767c-26.925,0-48.758,21.775-48.758,48.767
+							V158.4C450.746,185.342,472.579,207.15,499.504,207.15z M740.877,307.107c12.49,0,24.965-4.717,34.481-14.234l68.941-68.997
+							c19.058-19.001,19.058-49.862,0-68.964c-19.051-19.051-49.896-19.051-68.941,0l-68.946,68.964
+							c-19.052,19.035-19.052,49.896,0,68.997C715.929,302.391,728.42,307.107,740.877,307.107z M938.367,451.015h-97.532
+							c-26.925,0-48.767,21.858-48.767,48.771c0,26.938,21.842,48.749,48.767,48.749h97.532c26.924,0,48.766-21.812,48.766-48.749
+							C987.133,472.873,965.291,451.015,938.367,451.015z M775.259,706.722c-19.034-19.051-49.896-19.051-68.946,0
+							c-19.052,19.002-19.052,49.863,0,68.897l68.946,68.964c9.534,9.518,22.009,14.334,34.482,14.334
+							c12.473,0,24.941-4.816,34.479-14.334c19.035-19.001,19.035-49.862,0-68.964L775.259,706.722z M499.362,792.346
+							c-26.925,0-48.771,21.858-48.771,48.771v97.516c0,26.958,21.843,48.771,48.771,48.771c26.934,0,48.759-21.812,48.759-48.771
+							v-97.516C548.121,814.204,526.296,792.346,499.362,792.346z M223.508,706.539l-68.956,68.947
+							c-19.043,19.052-19.043,49.896,0,68.997c9.526,9.517,22,14.229,34.482,14.229c12.474,0,24.948-4.718,34.474-14.229
+							l68.955-68.997c19.044-19.002,19.044-49.862,0-68.947C273.412,687.488,242.551,687.488,223.508,706.539z M206.865,499.632
+							c0-26.958-21.834-48.767-48.758-48.767H60.583c-26.933,0-48.766,21.809-48.766,48.767c0,26.907,21.833,48.771,48.766,48.771
+							h97.524C185.031,548.396,206.865,526.539,206.865,499.632z M223.699,292.724c9.525,9.534,21.999,14.334,34.474,14.334
+							c12.474,0,24.956-4.8,34.481-14.334c19.043-19.002,19.043-49.846,0-68.897l-68.955-68.947
+							c-19.052-19.051-49.904-19.051-68.956,0c-19.043,18.985-19.043,49.847,0,68.947L223.699,292.724z"></path>
+					</g>
+				</g>
+				<g id="Shape_118_2_">
+					<g>
+						<path d="M122.342,411.566l-63.774-36.168c-16.408-9.309-37.265-3.55-46.574,12.858c-9.309,16.423-3.55,37.28,12.874,46.589
+							l78.339,44.41v355.938c0,30.182,24.467,54.664,54.648,54.664c30.196,0,54.664-24.482,54.664-54.664v-144.17L315.95,863.24
+							c0,0.023,0,0.045,0.015,0.076c15.525,25.863,49.104,34.264,75.002,18.708c25.869-15.54,34.27-49.118,18.729-75.003
+							l-89.78-149.477h206.892v177.646c0,30.182,24.472,54.659,54.663,54.659c30.187,0,54.663-24.479,54.663-54.659V656.287
+							c7.938-2.818,13.666-10.346,13.666-19.242V493.562l0.274-0.29L458.26,411.567L122.342,411.566L122.342,411.566z
+							 M854.737,329.586v27.316h136.659v-27.316H854.737z M946.422,201.398l-118.529,68.04l13.605,23.69l118.529-68.025
+							L946.422,201.398z M846.754,107.642L778.9,226.247l23.722,13.574l67.854-118.605L846.754,107.642z M759.122,261.256
+							l-68.36-109.312L566.84,290.462l-67.369-15.54l17.749,71.011l-29.922,33.441l191.733,81.69L772.758,356.9h-68.312
+							L759.122,261.256z M629.273,315.92c-11.311,0-20.512-9.171-20.512-20.491c0-11.319,9.201-20.491,20.512-20.491
+							c11.314,0,20.506,9.172,20.506,20.491C649.779,306.733,640.608,315.92,629.273,315.92z"></path>
+					</g>
+				</g>
+				<g id="Shape_95">
+					<g>
+						<polygon points="873.006,752.66 961.497,752.66 853.963,627.225 914.485,627.225 808.624,509.64 843.943,509.64 
+							773.369,415.568 702.828,509.64 738.163,509.64 632.334,627.225 692.824,627.225 585.322,752.66 673.797,752.66 
+							561.825,893.695 726.325,893.695 726.325,979.982 820.381,979.982 820.381,893.695 985.043,893.695 						"></polygon>
+					</g>
+				</g>
+				<g id="Shape_95_copy">
+					<g>
+						<polygon points="548.556,594.094 700.688,594.094 515.826,378.479 619.87,378.479 437.886,176.311 498.617,176.311 
+							377.284,14.593 255.983,176.311 316.746,176.311 134.811,378.479 238.79,378.479 53.992,594.094 206.092,594.094 
+							13.606,836.566 296.401,836.566 296.401,984.904 458.104,984.904 458.104,836.566 741.171,836.566 						"></polygon>
+					</g>
+				</g>
+				<g id="Shape_57">
+					<g>
+						<path d="M785.441,512.893c-106.83,0-194.191,87.363-194.191,194.182c0,106.83,87.361,194.188,194.191,194.188
+							c106.825,0,194.489-87.356,194.489-194.188C979.936,600.256,892.271,512.893,785.441,512.893z M785.441,832.154
+							c-69.504,0-125.086-55.564-125.086-125.086c0-69.504,55.582-125.069,125.086-125.069S910.83,637.564,910.83,707.068
+							C910.83,776.59,854.945,832.154,785.441,832.154z M487.812,229.889c33.896-18.909,46.146-61.763,27.211-95.679
+							c-13.021-23.338-37.268-36.257-62.229-35.971c-11.342,0.144-22.876,3.154-33.454,9.062
+							c-33.868,18.909-46.146,61.763-27.209,95.694C411.061,236.915,453.945,248.798,487.812,229.889z M530.284,612.012
+							L673.18,507.891c5.932-5.146,9.908-12.276,11.27-20.021c1.338-7.71,0.047-15.979-3.766-22.829L561.857,252.096
+							c-2.994-5.433-7.455-10.021-12.823-13.143c-5.368-3.106-11.613-4.764-17.826-4.684c-5.799,0.144-11.55,1.769-16.567,4.684
+							c-4.923,2.788-9.155,6.802-12.188,11.581l-82.248,132.573l-110.063,58.48c-4.231,1.96-8.156,4.668-11.263,8.141
+							c-3.107,3.479-5.385,7.773-6.882,12.188c-1.497,4.429-2.246,9.112-1.879,13.764c0.382,4.652,1.896,9.32,4.062,13.446
+							c2.183,4.126,5.13,7.694,8.762,10.625c3.632,2.931,8.013,5.001,12.505,6.261c4.493,1.258,9.144,1.863,13.764,1.242
+							c4.62-0.604,9.128-2.295,13.126-4.684l118.522-62.862c5.336-2.819,9.925-7.073,13.126-12.187l56.298-90.692l76.604,137.289
+							L469.92,572.932c-4.636,3.983-8.027,9.208-10.004,15.013c-1.976,5.777-2.484,12.139-1.259,18.129l42.853,209.813
+							c0.748,4.571,2.501,8.922,5.002,12.823c2.485,3.92,5.863,7.396,9.688,10.005c3.84,2.628,7.966,4.413,12.506,5.321
+							c4.557,0.908,9.224,0.955,13.764,0c4.541-0.94,9.021-2.66,12.824-5.321c3.808-2.645,6.914-6.063,9.383-10.005
+							c2.453-3.918,4.285-8.538,5.002-13.126c0.72-4.571,0.516-9.271-0.62-13.764L530.284,612.012z M213.189,512.893
+							c-106.813,0-194.176,87.363-194.176,194.182c0,106.83,87.362,194.188,194.176,194.188
+							c106.83,0,194.192-87.356,194.192-194.188C407.381,600.256,320.02,512.893,213.189,512.893z M213.189,832.154
+							c-69.504,0-125.07-55.564-125.07-125.086c0-69.504,55.565-125.069,125.07-125.069c69.521,0,125.086,55.565,125.086,125.069
+							C338.275,776.59,282.709,832.154,213.189,832.154z"></path>
+					</g>
+				</g>
+				<g id="Shape_61">
+					<g>
+						<path d="M432,166.023c41.952,0,76.881-33.755,76.881-76.854c0-41.924-34.929-76.854-76.881-76.854
+							c-41.91,0-76.839,34.93-76.839,76.854C355.16,132.268,390.09,166.023,432,166.023z M660.295,522.398
+							c12.799-18.647,19.766-41.93,20.955-68.719c-3.498-31.44-15.137-66.39-25.613-98.998c-10.492-20.969-1.188,0,6.952,2.336
+							c34.972,11.639,54.771,0,65.243-26.788c-32.621-72.209-60.585-143.258-94.34-214.292
+							c-26.816,1.161-47.771,10.492-61.718,26.774l45.421,124.625c-26.816-61.718-61.746-104.817-119.966-103.67
+							c-20.955,0-43.085,10.478-65.229,32.622c-1.161,1.175-2.336,2.336-3.469,3.483c-18.661,53.577-37.28,108.314-55.913,161.891
+							L210.755,472.319l22.116,44.259l24.466-8.146L400.595,753l-39.616,206.139L432,977.757l15.15,3.511l24.466-101.348
+							l55.913,89.682l41.908-3.479l-86.197-153.74l17.457-86.184l68.74-82.674L733.65,987.073l29.105-24.452l25.627-22.13
+							L660.295,522.398z M432,641.189l-20.941,44.271L294.575,492.126L430.852,423.4c0-1.161,1.147-2.322,1.147-2.322
+							c8.156-12.813,16.311-24.466,23.305-36.104c25.613,31.446,43.085,64.054,52.401,95.5L432,641.189z"></path>
+					</g>
+				</g>
+				<g id="Shape_59">
+					<g>
+						<path d="M872.604,826.424L499.475,91.199L126.36,826.424H13.581v81.874h971.788v-81.874H872.604z M341.096,826.424
+							L499.475,520.67l158.379,305.754H341.096L341.096,826.424z"></path>
+					</g>
+				</g>
+				<g id="Shape_54">
+					<g>
+						<path d="M728.842,272.859L766.15,8.063C681.85,29.212,555.02,83.06,474.587,164.568
+							C330.19,310.885,247.79,522.525,303.222,634.338l-57.841,60.98l-28.898,30.363c-7.254,7.154-16.804,13.979-26.503,18.771
+							c-19.828,9.947-41.688,13.004-62.226,7.518c-10.343-2.627-20.373-7.562-30.072-14.045
+							c-9.286-5.859-20.521-16.07-24.801-22.422c-25.693-33.898-16.226-97.303,3.751-147.168l0.38-1.041
+							c2.825-7.104,0.396-15.516-6.279-19.762c-7.435-4.793-17.316-2.463-22.042,5.055c-17.101,27.495-28.932,56.212-36.053,88.73
+							c-6.659,31.84-6.031,70.104,12.987,104.188c11.055,19.04,21.679,29.384,35.575,41.479
+							c13.598,11.385,29.741,20.786,47.388,26.943c21.381,7.771,44.497,9.286,66.868,6.659c-2.577,22.72-1.057,46.05,6.56,67.729
+							c6.13,17.855,15.383,34.198,26.618,48.027c11.946,14.027,22.19,24.771,40.944,36.035
+							c33.624,19.282,71.438,19.91,102.854,13.138c32.061-7.233,60.408-19.218,87.572-36.496c6.41-4.136,9.22-12.431,6.229-19.798
+							c-3.271-8.263-12.606-12.239-20.753-8.924l-0.991,0.413c-49.238,20.19-111.827,29.812-145.271,3.784
+							c-6.262-4.346-16.324-15.779-22.19-25.132c-6.411-9.852-11.235-20.009-13.83-30.485c-5.453-20.783-2.379-42.938,7.418-62.949
+							c4.759-9.883,11.5-19.497,18.539-26.885l29.56-28.781l0.446-0.479l2.462-2.396l57.696-56.228
+							c110.35,56.15,319.229-27.276,463.729-173.645C901.09,438.463,968.09,318.342,990.151,235L728.842,272.859z M635.587,300.916
+							c-21.86,22.141-57.318,22.141-79.179,0.033c-21.859-22.125-21.859-58.095,0-80.236c21.854-22.124,57.352-22.124,79.179,0
+							C657.479,242.854,657.479,278.791,635.587,300.916z"></path>
+					</g>
+				</g>
+				<g id="Shape_65">
+					<g>
+						<path d="M845.676,616.973c-20.965,0-41.036,4.854-58.784,13.146c-17.521,7.618-36.874,12.228-57.186,12.228
+							c-20.276,0-39.642-4.604-57.167-12.228c-17.749-8.29-37.803-13.146-58.784-13.146c-20.759,0-40.812,4.854-58.784,13.146
+							c-17.302,7.618-36.667,12.228-56.938,12.228c-20.294,0-39.9-4.604-57.188-12.228c-17.729-8.29-37.803-13.146-58.781-13.146
+							c-20.968,0-41.033,4.854-58.781,13.146c-17.525,7.618-36.891,12.228-57.168,12.228c-20.294,0-39.659-4.604-57.185-12.228
+							c-17.749-8.29-37.579-13.146-58.561-13.146s-41.036,4.854-58.784,13.146c-17.525,7.618-36.891,12.228-57.168,12.228v85.528
+							c20.277,0,39.643-4.627,57.168-12.229c17.748-8.288,37.802-13.143,58.784-13.143c20.981,0,40.812,4.854,58.561,13.143
+							c14.756,6.446,31.112,10.146,47.966,11.303l-71.012,70.788c-22.599-14.068-52.576-11.54-72.165,8.062L32.316,887.18
+							c-22.616,22.582-22.616,59.271,0,82.071c22.805,22.6,59.472,22.6,82.054,0l81.383-81.383
+							c18.471-18.454,21.687-46.109,10.146-68.021l97.997-97.756c6.69-2.062,13.14-3.68,19.365-6.446
+							c17.731-8.286,37.808-13.143,58.784-13.143c20.982,0,41.053,4.854,58.784,13.143c17.284,7.604,36.874,12.229,57.185,12.229
+							c20.277,0,39.646-4.627,56.944-12.229c17.989-8.286,38.025-13.143,58.784-13.143c20.979,0,41.035,4.854,58.784,13.143
+							c17.521,7.604,36.891,12.229,57.168,12.229c20.312,0,39.654-4.627,57.185-12.229c17.749-8.286,37.819-13.143,58.784-13.143
+							c20.979,0,40.829,4.854,58.784,13.143c17.302,7.604,36.891,12.229,57.185,12.229V642.34c-20.294,0-39.883-4.604-57.185-12.228
+							C886.487,621.822,866.657,616.973,845.676,616.973z M942.279,477.114c-12.899,0.465-393.775,0-393.775,0l116.657-116.536
+							l15.667,5.985c19.83,7.154,41.965-3.01,49.343-22.822c5.073-14.052,1.152-29.272-8.53-39.419l95.451-95.796
+							c21.896,11.558,49.565,8.548,68.003-9.889l81.399-81.383c22.822-22.822,22.822-59.489,0-82.071
+							c-22.604-22.839-59.489-22.839-82.07,0l-81.383,81.383c-19.606,19.59-22.152,49.566-7.86,71.924L693.968,289.824
+							l-201.032-74.47c-5.297-2.992-10.853-5.538-17.061-7.378c-43.805-13.14-90.154,11.764-103.294,55.568l-61.776,207.019
+							c-0.929,2.43-1.146,4.511-1.394,6.592H34.614v111.114c14.98,0,30.425-3.438,44.028-9.46
+							c22.375-10.353,47.262-15.891,71.7-15.891c24.439,0,49.102,5.521,70.995,15.668c14.533,6.449,29.513,9.683,44.733,9.683
+							c15.444,0,30.441-3.229,44.269-9.46c22.604-10.369,47.262-15.925,71.7-15.925c24.663,0,48.878,5.313,71.253,15.688
+							c14.052,6.443,29.513,9.683,44.716,9.683c15.221,0,30.218-3.231,44.271-9.459c22.354-10.371,47.272-15.908,71.459-15.908
+							c24.921,0,48.896,5.297,71.253,15.688c14.292,6.447,29.73,9.665,44.716,9.665c15.238,0,30.439-3.222,44.286-9.441
+							c22.354-10.371,47.262-15.926,71.684-15.926c4.162,0,20.981,1.29,37.578-9.786c29.514-12.898,40.571-20.294,66.403-36.082
+							C970.863,503.978,988.405,475.618,942.279,477.114z M506.54,477.149h-24.663l49.79-165.879l102.829,38.025L506.54,477.149z
+							 M505.852,106.54l-10.594,22.582c-6.932,14.068-21.224,23.751-37.579,23.751h-24.92
+							c14.312,20.294,37.819,33.434,64.321,33.434c43.354,0,78.632-35.033,78.632-78.391v-4.162h-66.18
+							C507.915,103.754,506.316,104.924,505.852,106.54z M457.662,133.043c8.53,0,16.132-5.073,19.589-12.452l10.388-22.581
+							c3.921-8.53,12.229-14.292,21.896-14.292h81.159c-10.611-41.74-48.654-72.405-93.611-72.405
+							c-53.246,0-96.362,43.116-96.362,96.604c0,8.53,0.935,17.061,3.233,25.127L457.662,133.043L457.662,133.043z"></path>
+					</g>
+				</g>
+				<g id="Shape_115_2_">
+					<g>
+						<path d="M955.043,960.077C498.044,816.275,139.233,656.928,57.386,619.883c-8.459-3.412-18.289,0.482-21.482,8.692
+							c-3.442,8.458,0.218,17.618,8.459,20.812c20.345,9.146,40.457,18.062,59.898,26.521l-64.462,49.146
+							c-7.337,10.77-4.128,24.479,6.621,31.779c8.007,5.479,19.441,4.797,27.215-0.234l110.869-46.401
+							c271.261,114.071,477.234,180.62,767.346,272.049c5.938,0.919,11.438-3.194,12.354-9.378
+							C965.105,966.932,960.994,961.215,955.043,960.077z M255.134,660.479c8.256,0.473,16.232-1.366,23.087-4.812l169.988-76.801
+							c12.104-6.402,21.264-18.07,24.224-32.23l-0.218-85.509l117.958,105.62l-21.716,179.927c0,1.144-0.234,2.274-0.234,3.427
+							c-1.137,26.529,19.433,48.916,45.956,50.068c24.925,0.903,46.173-17.151,49.616-41.609l25.377-205.304
+							c0-0.903,0.218-1.823,0.218-2.741c0.452-14.404-5.265-27.434-14.855-36.578l-109.271-97.155l164.604-80.929l152.71,140.59
+							c6.854,6.636,16.248,10.765,26.296,10.765c20.578-0.25,37.045-16.936,36.812-37.278c0-10.967-5.027-20.797-12.567-27.667
+							L722.26,228.639c1.465,0.078,2.935,0.218,4.408,0.218c42.763,0,77.283-34.739,77.283-77.485
+							c0-42.762-34.521-77.517-77.283-77.517c-42.965,0-77.485,34.755-77.485,77.517c0,16.295,5.032,31.437,13.662,43.931
+							l-143.054-51.034L442.508,32.478c-5.951-8.24-15.106-13.724-25.829-15.095c-20.105-2.274-38.634,12.354-40.938,32.714
+							c-0.904,8.443,1.147,16.669,5.265,23.539l78.872,114.312c3.661,4.562,8.241,8.443,13.709,10.967l91.458,35.893L414.84,311.623
+							c-21.031,11.886-35.892,32.932-40.005,57.374l0.67,137.399l-138.879,62.64c-15.547,7.54-26.732,23.087-27.433,41.594
+							C208.057,637.158,228.636,659.342,255.134,660.479z"></path>
+					</g>
+				</g>
+				<g id="Shape_75">
+					<g>
+						<path d="M888.713,892.24c-16.998-7.8-36.293-12.477-56.42-12.477c-20.018,0-39.295,4.654-56.326,12.477
+							c-16.871,7.642-35.475,12.123-54.973,12.123c-19.264,0-38.117-4.481-54.722-12.123c-17.099-7.8-36.394-12.477-56.53-12.477
+							c-19.907,0-39.232,4.654-56.295,12.477c-16.812,7.642-35.479,12.123-54.957,12.123c-19.514,0-38.104-4.481-54.753-12.123
+							c-17.092-7.8-36.402-12.477-56.451-12.477c-20.128,0-39.438,4.654-56.452,12.477c-16.7,7.642-35.396,12.123-54.895,12.123
+							c-19.373,0-38.085-4.481-54.816-12.123c-17.124-7.8-36.371-12.477-56.452-12.477c-20.018,0-39.296,4.654-56.389,12.477
+							c-16.747,7.642-35.302,12.123-54.8,12.123v83.168c19.499,0,38.054-4.529,54.8-12.124
+							c17.093-8.104,36.355-12.771,56.389-12.771c20.081,0,39.328,4.688,56.452,12.771c16.731,7.595,35.443,12.124,54.816,12.124
+							c19.515,0,38.195-4.529,54.895-12.124c16.999-8.104,36.324-12.771,56.452-12.771c20.033,0,39.359,4.688,56.451,12.771
+							c16.646,7.595,35.239,12.124,54.753,12.124c19.479,0,38.146-4.529,54.957-12.124c17.078-8.104,36.388-12.771,56.311-12.771
+							c20.127,0,39.422,4.688,56.521,12.771c16.604,7.595,35.458,12.124,54.753,12.124c19.479,0,38.064-4.529,54.957-12.124
+							c17.047-8.104,36.309-12.771,56.311-12.771c20.127,0,39.438,4.688,56.438,12.771c16.646,7.595,35.459,12.124,54.732,12.124
+							v-83.168C924.188,904.363,905.381,899.882,888.713,892.24z M634.367,158.983V640.22h302.951
+							C960.559,415.971,783.484,229.084,634.367,158.983z M873.287,685.479H734.988H199.156v123.678
+							c7.579,2.023,15.096,4.246,21.983,7.596c16.715,7.358,35.443,11.902,54.8,11.902c19.53,0,38.227-4.544,54.911-11.902
+							c16.999-8.035,36.312-12.754,56.438-12.754c20.062,0,39.354,4.702,56.451,12.754c16.684,7.358,35.271,11.902,54.769,11.902
+							c19.467,0,38.133-4.544,54.941-11.902c17.094-8.035,36.388-12.754,56.311-12.754c20.127,0,39.453,4.702,56.521,12.754
+							c16.604,7.358,35.476,11.902,54.753,11.902c3.758,0,7.312-0.934,10.834-1.354c0.426,0,0.426,0.424,0.859,0.424
+							c2.475,0,4.268-1.1,6.688-1.1c4.449-0.598,8.852-1.117,13.334-2.201c39.855-8.335,65.588-39.721,65.588-39.721l77.521-99.191
+							h-22.55v-0.025L873.287,685.479L873.287,685.479z M79.507,643.885c168.914,0,337.844,0,506.774,0
+							c2.013,0,3.664-1.667,3.664-3.646c0-208.511,0-417.002,0-625.495c0-1.604-0.865-2.61-1.982-3.13
+							c-1.242-0.88-2.861-1.006-4.166,0.473l-0.047,0.031c-0.017,0.016-0.032,0.016-0.048,0.031
+							c-168.931,208.507-337.844,417-506.774,625.509C75.01,640,76.079,643.885,79.507,643.885z"></path>
+					</g>
+				</g>
+				<g id="Shape_94_2_">
+					<g>
+						<path d="M499.52,251.556c67.033-0.033,121.269-54.313,121.269-121.214c0-66.983-54.248-121.247-121.269-121.279
+							C432.561,9.095,378.41,63.359,378.41,130.342C378.405,197.242,432.561,251.522,499.52,251.556z M904.143,603.831
+							c-1.254-5.731-3.666-10.902-6.688-15.577l0.166-0.082l-0.414-0.363c-3.979-6.046-9.283-11.002-15.328-14.636l-93.43-88.854
+							l-94.521-175.824l-4.395-8.177l-0.197,0.148c-11.299-17.195-31.057-27.388-52.133-26.083H361.754
+							c-21.095-1.305-40.851,8.888-52.124,26.083l-0.198-0.148l-4.402,8.177l-94.536,175.824l-93.405,88.854
+							c-6.087,3.617-11.381,8.573-15.354,14.636l-0.396,0.363l0.148,0.082c-3.031,4.675-5.426,9.846-6.682,15.577
+							c-5.699,25.786,10.58,51.34,36.366,57.021c1,0.221,1.933,0.198,2.924,0.353c-5.979,11.646-9.68,24.608-9.68,38.588
+							c0,36.407,22.944,67.229,55.057,79.405l-0.149,0.312l141.778,61.354l-28.966,14.586c-2.998,1.205-5.806,2.771-8.572,4.354
+							l-0.355,0.188c-20.962,12.104-35.284,34.485-35.284,60.458c0,38.648,31.376,69.984,70.047,69.984
+							c8.581,0,16.749-1.768,24.364-4.625l0.1,0.247l2.062-0.854c0.495-0.248,1.021-0.463,1.544-0.711l153.434-66.395
+							l153.442,66.395c0.512,0.248,1.041,0.463,1.535,0.711l2.062,0.854l0.104-0.247c7.611,2.857,15.771,4.625,24.35,4.625
+							c38.67,0,70.039-31.336,70.039-69.984c0-25.973-14.289-48.354-35.268-60.458l-0.33-0.188
+							c-2.793-1.585-5.584-3.151-8.594-4.354l-28.977-14.586l141.765-61.354l-0.134-0.298
+							c32.111-12.174,55.039-43.014,55.039-79.388c0-14.011-3.698-26.979-9.68-38.621c1.021-0.148,1.934-0.132,2.924-0.33
+							C893.57,655.171,909.842,629.617,904.143,603.831z M251.484,625.934l-0.074,0.148c-11.621-6.591-24.827-10.638-39.033-11.134
+							l83.097-72.853l40.726-65.892L350.01,675.6L251.484,625.934z M747.547,626.082l-0.062-0.132l-84.74,42.684l14.223-169.432
+							l26.518,42.896l83.09,72.853C772.391,615.444,759.16,619.475,747.547,626.082z"></path>
+					</g>
+				</g>
+				<g id="Shape_103_2_">
+					<g>
+						<path d="M67.104,58.769H40.908c-8.845,0-15.987,7.143-15.987,15.987v197.389c0,8.845,7.143,16.004,15.987,16.004h26.196
+							c8.828,0,16.004-7.159,16.004-16.004V74.756C83.108,65.912,75.932,58.769,67.104,58.769z M958.008,58.769h-26.18
+							c-8.844,0-16.004,7.159-16.004,15.987v197.389c0,8.845,7.16,16.004,16.004,16.004h26.18c8.846,0,16.021-7.159,16.021-16.004
+							V74.756C974.029,65.912,966.854,58.769,958.008,58.769z M868.133,20.528h-34.889c-11.812,0-21.361,9.552-21.361,21.344
+							v109.569h-78.084c-2.812-5.694-6.822-10.934-12.01-15.263c-19.93-16.61-49.512-13.966-66.141,5.946
+							c0,0-3.02,3.555-7.867,9.316h-81.906c-11.625-25.084-36.928-42.504-66.392-42.504c-29.498,0-54.807,17.42-66.408,42.504
+							h-88.479l-7.918-9.316c-16.594-19.912-46.208-22.557-66.156-5.946c-5.188,4.329-9.198,9.568-11.994,15.263h-71.496V41.872
+							c0-11.792-9.552-21.344-21.345-21.344h-34.905c-11.793,0-21.328,9.552-21.328,21.344v263.175
+							c0,11.775,9.535,21.327,21.328,21.327h34.905c11.793,0,21.345-9.552,21.345-21.327v-109.57h72.793
+							c1.364,2.409,2.914,4.734,4.751,6.924l134.08,160.479v156.621c0,4.348-19.593,408.172-19.593,408.172
+							c-1.903,26.415,18.06,49.343,44.438,51.18c26.398,1.785,49.275-18.01,51.111-44.475l16.291-314.473
+							c2.896,0.186,15.529,0.305,18.917-0.117l21.582,314.59c1.752,26.448,24.68,46.26,51.158,44.479
+							c26.312-1.854,46.324-24.78,44.438-51.185c0,0-26.717-404.633-26.717-408.172V354.962l94.438-113.107l33.069-39.454
+							c1.816-2.189,3.388-4.531,4.75-6.924h79.359v109.569c0,11.792,9.552,21.344,21.345,21.344h34.905
+							c11.791,0,21.356-9.568,21.356-21.344V41.872C889.494,30.08,879.926,20.528,868.133,20.528z M557.166,258.55
+							c-16.375,14.454-37.77,23.281-61.254,23.281c-21.984,0-42.1-7.665-57.968-20.451l-55.98-65.903h45.502
+							c6.232,34.098,36.021,59.99,72.001,59.99c35.95,0,65.771-25.893,71.985-59.99h39.168
+							C584.742,226.137,557.283,258.634,557.166,258.55z"></path>
+					</g>
+				</g>
+				<g id="Shape_66_2_">
+					<g>
+						<path d="M954.828,536.588c-56.789-64.501-140.688-90.534-227.962-90.534c-98.066,0-200.427,32.868-273.302,80.896
+							c-74.257,48.827-112.235,132.598-183.81,183.979c-18.285,13.115-39.022,21.131-60.761,26.91
+							c-10.467,2.791-21.148,5.027-31.92,7.104V308.357l452.396-139.2l-452.39-139.2h-34.8v721.299
+							c-44.104,8.194-86.454,18.807-115.636,53.908c-65.252,78.528,17.427,144.621,98.245,156.216
+							c41.349,5.958,83.18,8.158,125.118,8.158c73.646,0,147.663-6.834,220.396-12.292c111.557-8.444,229.441-23.832,328.891-76.273
+							c75.916-40.06,159.955-92.604,188.977-175.181C1008.665,647.679,996.016,583.375,954.828,536.588z M63.985,866.229
+							c0-25.729,33.368-47.307,78.295-53.152v106.312C97.354,913.572,63.985,891.994,63.985,866.229z M177.08,920.676V811.82
+							c51.727,2.827,92.108,26.141,92.108,54.408C269.188,894.535,228.807,917.849,177.08,920.676z"></path>
+					</g>
+				</g>
+				<g id="Shape_119_2_">
+					<g>
+						<path d="M212.583,472.83c72.156,18.039,172.655,54.117,252.531,154.615l11.169,12.896l3.435,3.438
+							c-18.9-59.271-42.096-112.534-69.587-160.634c-48.084-82.46-118.538-168.374-221.605-184.69
+							c-11.155,40.364-6.003,83.326,3.435,116.821C197.112,435.035,203.981,453.94,212.583,472.83z M522.666,640.348l11.184-12.896
+							c79.877-100.498,180.361-136.576,252.531-154.615c8.587-18.89,15.471-37.795,21.459-57.551
+							c9.453-33.495,15.471-76.457,2.604-116.821c-101.354,16.335-173.513,102.23-221.621,184.69
+							c-27.491,48.108-50.668,101.359-69.572,160.633L522.666,640.348z M549.291,645.484l-11.141,13.754l20.604,11.17
+							c115.971-69.573,237.062-62.719,299.779-48.965c13.736-11.156,26.626-24.043,39.513-37.781
+							c21.488-23.205,44.665-55.834,55.819-93.646c-109.085-27.477-211.286,12.902-284.312,58.417
+							C625.748,575.062,586.235,607.705,549.291,645.484z M140.427,621.443c62.704-13.756,183.825-20.608,299.779,48.965
+							l20.622-11.17l-11.155-13.754c-36.944-37.779-76.438-70.43-120.255-97.055c-73.022-45.516-175.238-85.895-284.323-58.417
+							c11.155,37.812,34.346,70.439,55.819,93.646C113.801,597.386,126.688,610.287,140.427,621.443z M982.227,731.396l-3.434-2.584
+							c-16.322-18.896-65.287-57.557-134.009-78.18c-68.728-20.604-158.05-24.057-260.271,38.662
+							c-19.756,11.169-36.93,24.062-57.551,40.378l-9.453,7.727L508.045,746l8.604,7.721
+							c50.691,36.936,103.081,62.725,156.331,77.312c91.062,23.205,208.729,20.621,314.386-94.481
+							C986.514,733.963,984.811,733.963,982.227,731.396z M471.998,729.691c-20.623-16.322-37.795-29.229-57.552-40.396
+							c-101.365-61.838-190.694-59.255-260.281-38.646c-69.572,20.622-115.103,59.27-133.993,78.176l-3.435,2.582l-5.152,5.138
+							c105.636,115.118,223.322,117.688,314.383,94.495c53.251-14.604,105.651-40.378,156.333-77.322l8.586-7.721l-9.438-8.586
+							L471.998,729.691z M577.634,465.124c0-36.944-2.562-73.022-8.587-109.951c-9.438-62.718-28.342-140.012-69.558-199.295
+							c-40.378,59.283-60.136,136.577-69.604,199.295c-6.003,36.929-8.586,73.007-8.586,109.951c0,7.72,72.171,45.53,72.171,159.768
+							h12.021C505.492,510.641,577.634,472.845,577.634,465.124z"></path>
+					</g>
+				</g>
+				<g id="Shape_102_2_">
+					<g>
+						<path d="M787.021,203.933c45.07,0,81.694-36.608,81.694-81.618c0-45.126-36.624-81.733-81.694-81.733
+							c-45.062,0-81.688,36.607-81.688,81.733C705.338,167.341,741.962,203.933,787.021,203.933z M975.197,429.71l-230.12-211.492
+							c-7.673-7.491-16.621-13.49-26.498-17.849L539.318,136.5L457.883,18.457c-6.297-8.451-15.926-14.467-27.261-15.926
+							c-21.428-2.402-40.718,13.026-43.354,34.471c-0.979,9.131,1.21,17.781,5.783,25.057l83.146,120.23
+							c3.845,5.055,8.667,8.933,14.468,11.584l96.35,38.033l-158.522,80.971c-21.931,12.794-37.854,34.735-42.182,60.737
+							l0.979,144.817l-146.381,66.013c-16.655,7.756-28.455,24.354-29.167,43.86c-0.497,11.534,3.066,22.206,9.181,30.989
+							c-48.274-18.356-78.949-30.022-78.949-30.022c-14.799-5.688-26.383-17.732-31.454-33.018
+							c-9.032-26.847-38.199-41.298-65.062-32.299c-26.865,9.049-41.332,38.199-32.284,65.096
+							c14.931,44.437,48.655,79.52,92.306,96.118L791,985.868c43.833,16.771,92.271,12.993,132.644-10.24
+							c24.609-14.037,33.017-45.375,18.908-69.969c-14.086-24.646-45.405-33.044-69.979-18.941
+							c-13.605,7.822-30.128,9.064-45.062,3.248c-0.033,0-72.304-27.492-169.88-64.581c17.583-6.099,30.975-21.727,33.492-40.884
+							l26.729-216.646c0.249-0.979,0.249-1.956,0.249-2.917c0.714-15.146-5.284-29.117-15.655-38.812l-115.2-102.148l173.51-85.579
+							l161.181,148.485c7.241,6.994,16.893,11.271,27.729,11.271c21.659-0.216,39.011-17.782,38.795-39.513
+							C988.472,447.078,983.169,436.704,975.197,429.71z M613.528,581.825L590.64,771.971c0,0.961-0.229,2.144-0.229,3.298
+							c-0.437,9.86,2.121,19.097,6.646,27.079C489.553,761.483,365.494,714.3,274.082,679.534c3.663-0.911,7.176-2.144,10.44-3.745
+							l179.377-80.954c12.771-6.978,22.389-19.307,25.531-33.956l-0.479-90.169L613.528,581.825z"></path>
+					</g>
+				</g>
+				<g id="Shape_72_2_">
+					<g>
+						<path d="M99.477,483.251c-21.05,0-38.322,17.271-38.322,38.322c0,21.062,17.272,38.073,38.322,38.073
+							c21.066,0,38.075-17.013,38.075-38.073C137.551,500.522,120.543,483.251,99.477,483.251z M630.69,164.219
+							c45.69,0,82.99-37.052,82.99-82.996c0-45.943-37.3-83.242-82.99-83.242c-45.933,0-83.242,37.315-83.242,83.242
+							C547.448,127.15,584.764,164.219,630.69,164.219z M987.798,904.58L852.771,745.188c0,0-42.139-246.194-42.139-246.711
+							c0-0.242-6.335-27.93-6.335-27.93c0.247,0.266-17.009-77.65-30.223-138.573c21.083,12.191,40.104,23.112,41.127,23.607
+							c1.006,2.293,71.58,136.544,71.58,136.544c5.328,9.898,14.203,17.256,24.854,20.555c10.926,3.305,22.354,2.312,32.253-3.052
+							c9.896-5.062,17.259-13.956,20.56-24.86c3.547-10.674,2.54-22.089-2.788-31.981l-77.42-147.449c0,0-3.068-5.328-7.11-9.387
+							c-5.592-5.575-17.767-12.438-17.767-12.438l-150.253-85.52c-19.038-9.65-40.104-12.95-61.172-8.38
+							c-8.631,1.781-16.766,5.081-25.888,10.162c-1.04,0.247-34.275,14.962-53.562,60.147l-77.145,155.317
+							c0,0-117.508,22.848-121.58,23.604c-1.009,0.248-2.025,0.513-2.786,1.023l-109.62-77.669
+							c-24.63-17.272-27.682-69.039-27.929-71.085c-3.052-35.534-23.359-69.022-55.842-92.135
+							c-29.43-20.803-64.964-29.694-97.447-24.366c-25.372,4.322-46.95,17.52-60.659,36.805
+							c-10.684,14.994-16.26,33.025-16.26,52.294c0,0.247,1.534,16.744,1.534,16.744c5.576,32.746,25.636,63.199,55.066,84.266
+							c29.694,21.066,64.965,29.942,97.463,24.366l7.605-1.518c0.775-0.512,49.491-15.49,73.345,0.759
+							c0,0.247,81.989,58.135,103.814,73.604c-2.293,3.553-6.352,11.416-6.088,19.532c0,2.541,0.248,5.081,0.759,7.622
+							c4.312,22.831,26.659,38.062,49.491,33.488l145.685-28.424c0,0,12.438-3.812,17.771-7.622
+							c6.847-4.816,11.928-14.962,11.928-14.962l38.321-77.156c0,0,26.379,124.617,26.891,126.894
+							c-3.036,3.059-119.536,126.663-119.536,126.663l-2.013,2.524c-11.433,10.409-17.784,24.102-17.784,38.586v261.938
+							c0,27.913,22.854,50.497,50.777,50.497c27.666,0,50.514-22.584,50.514-50.497c0,0,0-215.229,0-218.775
+							c10.646-11.168,100.004-105.332,123.842-130.209c2.54,14.715,25.642,147.443,25.642,147.443
+							c2.023,11.685,7.604,22.354,15.979,30.969c0,0.243,160.415,189.599,160.415,189.599c8.876,10.162,21.066,16.497,34.517,17.768
+							c13.463,1.022,26.396-3.3,36.784-11.928c11.685-9.896,17.782-24.35,17.782-38.586
+							C999.725,925.63,995.914,914.214,987.798,904.58z M187.306,333.525c-8.892,12.422-22.601,20.556-39.592,23.591
+							c-23.854,4.058-50.514-2.788-72.85-19.037c-22.584-15.986-37.827-38.817-41.886-62.688l-1.006-11.91
+							c0-12.439,3.3-23.624,10.146-33.258c22.089-30.965,72.586-32.994,112.689-4.57
+							C194.663,254.077,209.378,302.545,187.306,333.525z"></path>
+					</g>
+				</g>
+				<g id="Shape_62_2_">
+					<g>
+						<path d="M930.303,749.494c-18.771-8.887-40.047-14.092-62.305-14.092c-22.307,0-43.584,5.221-62.389,14.092
+							c-18.379,8.146-38.9,13.142-60.422,13.142c-21.512,0-42.1-4.985-60.43-13.142c-19.1-8.887-40.391-14.092-62.387-14.092
+							c-22.229,0-43.535,5.221-62.404,14.092c-18.297,8.146-39.109,13.142-60.402,13.142c-21.537,0-42.027-4.985-60.604-13.142
+							c-18.854-8.887-40.081-14.092-62.126-14.092c-22.258,0-43.55,5.221-62.403,14.092c-18.33,8.146-39.164,13.142-60.685,13.142
+							c-21.21,0-42.012-4.985-60.342-13.142c-18.854-8.887-40.146-14.092-62.387-14.092c-22.078,0-43.288,5.221-62.158,14.092
+							c-18.625,8.146-39.147,13.142-60.652,13.142v91.688c21.538,0,42.028-4.861,60.652-13.355
+							c18.87-8.592,40.081-13.828,62.158-13.828c22.242,0,43.534,5.204,62.387,13.828c18.33,8.494,39.148,13.355,60.342,13.355
+							c21.538,0,42.355-4.861,60.685-13.355c18.854-8.592,40.162-13.828,62.403-13.828c22.045,0,43.272,5.204,62.126,13.828
+							c18.575,8.494,39.065,13.355,60.604,13.355c21.293,0,42.105-4.861,60.402-13.355c18.869-8.592,40.184-13.828,62.404-13.828
+							c22.012,0,43.303,5.204,62.387,13.828c18.33,8.494,38.918,13.355,60.43,13.355c21.521,0,42.043-4.861,60.422-13.355
+							c18.805-8.592,40.082-13.828,62.389-13.828c22.258,0,43.533,5.204,62.305,13.828c18.412,8.494,38.918,13.355,60.439,13.355
+							v-91.688C969.221,762.636,948.715,757.646,930.303,749.494z M731.504,476.525c0,65.251,47.658,118.424,116.938,118.424
+							c64.497,0,116.866-53.173,116.866-118.424c0-65.307-52.354-118.229-116.865-118.229
+							C783.795,358.297,731.504,411.225,731.504,476.525z M193.439,670.609c18.297,8.38,39.131,13.354,60.358,13.354
+							c21.505,0,42.339-4.975,60.653-13.354c18.854-8.646,40.146-14.107,62.403-14.107c22.062,0,43.271,5.467,62.142,14.107
+							c18.543,8.38,39.05,13.354,60.571,13.354c21.292,0,42.104-4.975,60.422-13.354c18.871-8.646,40.18-14.107,62.42-14.107
+							c21.979,0,43.271,5.467,62.389,14.107c18.312,8.38,38.885,13.354,60.422,13.354c15.646,0,30.771-2.684,44.979-7.185
+							L595.225,321.016l226.771-41.849c33.271-6.432,57.439-32.862,57.439-66.74c0-37.331-30.062-67.248-66.758-67.248
+							c-2.646,0-5.104,0-7.604,0.229L454.79,209.889c-24.582,5.695-57.15,42.094-38.607,86.789c1.03,2.472,1.97,4.746,2.994,7.201
+							l91.42,166.9L167.679,661.51C176.746,663.703,185.289,666.896,193.439,670.609z"></path>
+					</g>
+				</g>
+				<g id="Shape_104_2_">
+					<g>
+						<path d="M341.78,867.945c7.268,38.908,17.563,76.15,30.974,111.188c40.469,10.685,82.926,16.421,126.737,16.421
+							c57.521,0,112.717-9.901,164.087-27.938c-72.299-16.354-125.641-36.612-173.549-54.867
+							C440.699,893.965,396.631,877.219,341.78,867.945z M163.639,864.38c51.695,47.634,113.505,84.354,181.875,106.649
+							c-11.896-33.99-21.026-69.683-27.665-106.546C275.43,859.358,226.116,858.604,163.639,864.38z M314.013,841.446
+							c-3.462-22.951-5.999-46.297-7.729-69.917C180.487,746.83,80.798,701.339,24.748,642.872
+							C47.751,719.285,88.717,787.83,142.692,843.81C212.267,836.287,267.305,836.338,314.013,841.446z M265.316,627.634
+							c11.381,5.937,24.477,11.159,39.338,14.775C316.464,368.811,418.279,92.127,500.862,3.99
+							c-0.463-0.018-0.908-0.052-1.371-0.052c-148.215,0-281.175,65.135-372.037,168.252
+							C81.243,300.951,123.066,553.501,265.316,627.634z M304.843,747.927c-1.354-27.305-1.629-54.867-0.96-82.53
+							c-18.718-4.047-35.069-10.423-49.022-17.688C117.805,576.298,67.6,361.149,92.813,216.276
+							C36.695,296.632,3.665,394.316,3.665,499.748c0,29.585,2.742,58.482,7.713,86.646
+							C48.505,658.916,158.462,717.914,304.843,747.927z M875.334,176.63C791.207,78.86,669.681,14.292,532.881,5.189
+							c-79.892,56.136-192.677,352.531-204.83,641.299C434.837,657.904,614.848,583.223,875.334,176.63z M456.057,790.059
+							c-44.062-2.531-86.303-7.354-126.172-14.188c1.783,23.26,4.395,46.177,7.902,68.683
+							c61.346,9.376,108.945,27.493,160.265,47.033c54.216,20.654,115.479,43.914,203.545,60.852
+							c125.475-56.104,223.312-162.804,267.616-294.187C854.662,769.593,630.463,800.154,456.057,790.059z M890.4,195.005
+							C628.183,602.077,441.213,679.861,327.331,668.994c-0.651,28.021-0.343,55.913,1.097,83.438
+							c40.709,7.308,83.903,12.444,128.938,15.032c187.262,10.816,433.07-25.419,526.217-160.812
+							c7.576-34.438,11.707-70.179,11.707-106.906C995.283,384.82,956.031,279.114,890.4,195.005z"></path>
+					</g>
+				</g>
+				<g>
+					<path fill="#231F20" d="M730.357,111.158c0-54.18,38.338-98.086,85.604-98.086c47.33,0,85.688,43.906,85.688,98.086
+						c0,54.248-57.328,141.225-85.688,140.821C788.021,251.498,730.357,165.406,730.357,111.158z"></path>
+					<path fill="none" stroke="#231F20" stroke-linecap="square" d="M815.967,259.104
+						c-34.244,105.201,15.764,172.054,15.764,172.054s28.497,123.7-21.446,180.556"></path>
+					<path fill="#231F20" d="M219.732,966.231c11.641,26.303,59.109,23.016,67.936,0V640.534v-7.113h14.396l0.069,7.113V966.23
+						c8.758,23.017,56.295,26.304,67.877,0V404.166c26.913,59.867,40.817,124.044,63.146,185.349
+						c1.229,1.78,2.539,3.429,3.837,4.791l-0.896,0.827c0,0,56.787,49.312,68.708,45.953c20.487-0.609,31.434-8.562,35.817-12.802
+						c8.089,2.332,15.135,0.479,18.362-9.318v127.812v34.174v170.617c0,18.834,15.351,34.116,34.238,34.116
+						c18.977,0,34.322-15.282,34.322-34.116V780.952h8.562v170.617c0,18.834,15.331,34.116,34.24,34.116
+						c18.896,0,34.242-15.282,34.242-34.116V780.952v-34.174V606.843l77.126,46.104l0.748-1.171c2.48,0.758,5.078,1.171,7.813,1.171
+						c14.17,0,25.683-11.444,25.683-25.624c0-11.699-7.872-21.579-18.696-24.591l-84.107-62.804l-22.396-6.436H576.715
+						l-17.729,6.298c-28.359,15.616-44.398,20.062-51.503,32.473l-20.556-12.403c-11.646-44.104-58.765-195.483-64.861-206.917
+						c-10.411-19.454-28.64-43.907-54.121-44.31c-12.871-0.147-32.051-0.286-46.297-0.354l-0.069-4.172h-68.625l-0.079,4.241
+						c-10.883,0.069-22.396,0.138-31.026,0.286c-25.476,0.403-43.69,24.856-54.11,44.31c-6.917,12.939-66.44,205.417-67.464,218.223
+						c-0.688,31.37,36.576,46.849,56.374,18.354c22.327-61.308,36.231-125.479,63.085-185.352L219.732,966.231L219.732,966.231z
+						 M296.169,141.633c-40.413,0-73.013,32.462-73.013,72.748c0,39.931,32.6,72.325,73.013,72.325
+						c40.758,0,72.61-32.394,72.61-72.325C368.779,174.095,336.927,141.633,296.169,141.633z M630.895,380.678
+						c-36.015,0-65.062,29.107-65.062,65.279c0,35.818,29.048,64.925,65.062,64.925c36.312,0,64.674-29.104,64.674-64.925
+						C695.562,409.785,667.205,380.678,630.895,380.678z"></path>
+				</g>
+				<path fill="#231F20" d="M856.168,447.81c-15.576,121.438-130.451,293.075-275.441,293.075h-43.47v-87.934
+					C522.785,521.12,754.66,403.898,841.683,403.898C856.168,418.508,861.76,404.271,856.168,447.81z M899.637,389.179
+					c0-205.114-188.46-380.967-391.392-380.967l-7.235,0.069l-7.231-0.069C290.832,8.212,102.4,184.065,102.4,389.179
+					c0,86.829,211.935,587.766,398.615,600.538C687.688,976.944,899.637,476.007,899.637,389.179z M145.878,447.81
+					c-5.62-43.534,0-29.302,14.444-43.907c87.05,0,318.924,117.222,304.458,249.053v87.934H421.28
+					C276.329,740.885,161.427,569.243,145.878,447.81z"></path>
+			</g>
+			<g id="weather">
+				<g>
+					<path d="M739.76,595.529c10.271,0,19.916,2.457,28.938,7.385c4.521,2.873,8.812,6.37,12.922,10.465
+						c11.506,11.492,17.252,25.649,17.252,42.484c0,16.419-5.746,30.576-17.252,42.471c-11.896,11.09-25.844,16.628-41.859,16.628
+						c-16.42,0-30.562-5.538-42.459-16.628c-11.908-11.895-17.858-26.052-17.858-42.471c0-16.835,5.951-30.992,17.858-42.484
+						c5.33-4.914,10.868-8.812,16.614-11.688C721.689,597.57,730.334,595.529,739.76,595.529z"></path>
+					<path d="M695.429,744.511c2.059-2.47,4.537-4.104,7.397-4.927c3.289-2.055,6.979-3.068,11.089-3.068s8.19,1.018,12.312,3.068
+						c1.625,1.65,3.483,3.302,5.524,4.927c4.94,4.927,7.385,11.089,7.385,18.478c0,6.968-2.44,13.13-7.385,18.473
+						c-5.33,4.512-11.284,6.773-17.836,6.773c-7.384,0-13.546-2.266-18.486-6.773c-5.33-5.343-7.995-11.505-7.995-18.473
+						C687.434,755.6,690.099,749.438,695.429,744.511z"></path>
+					<path d="M590.181,750.049c0,10.674-3.719,19.903-11.103,27.703c-7.8,6.981-16.822,10.479-27.066,10.479
+						c-10.686,0-19.916-3.497-27.716-10.479c-7.8-7.8-11.7-17.029-11.7-27.703c0-11.076,3.9-20.307,11.7-27.703
+						c3.276-3.271,6.994-5.746,11.089-7.384c4.901-2.873,10.465-4.312,16.627-4.312c6.557,0,12.714,1.638,18.46,4.938
+						c2.86,2.041,5.746,4.303,8.606,6.76C586.462,729.742,590.181,738.973,590.181,750.049z"></path>
+					<path d="M637.565,829.467c3.288,2.055,6.366,4.511,9.229,7.384c8.229,7.804,12.324,17.853,12.324,30.188
+						c0,11.466-4.097,21.541-12.324,30.16c-8.203,7.787-18.058,11.695-29.55,11.695s-21.541-3.908-30.16-11.695
+						c-8.203-8.619-12.298-18.694-12.298-30.16c0-12.338,4.095-22.387,12.298-30.188c3.692-3.688,7.801-6.354,12.324-8.008
+						c5.33-2.856,11.271-4.304,17.836-4.304C624.631,824.539,631.417,826.178,637.565,829.467z"></path>
+					<path d="M556.926,948.664c4.914,4.939,7.384,11.09,7.384,18.474c0,6.972-2.47,13.13-7.384,18.478
+						c-5.33,4.51-11.297,6.771-17.857,6.771c-7.389,0-13.54-2.263-18.471-6.771c-5.33-5.348-8.002-11.506-8.002-18.478
+						c0-7.384,2.672-13.529,8.002-18.474c2.062-2.457,4.523-4.107,7.395-4.927c3.302-2.041,6.979-3.067,11.076-3.067
+						c4.117,0,8.216,1.026,12.319,3.067C553.026,945.389,554.872,947.039,556.926,948.664z"></path>
+					<path d="M461.505,836.24c2.873,2.062,5.746,4.312,8.619,6.771c7.384,7.384,11.083,16.614,11.083,27.703
+						c0,10.688-3.699,19.916-11.083,27.703c-7.793,6.968-16.841,10.479-27.099,10.479c-10.66,0-19.894-3.514-27.69-10.479
+						c-7.812-7.787-11.713-17.017-11.713-27.703c0-11.089,3.896-20.317,11.713-27.703c3.283-3.272,6.981-5.746,11.063-7.384
+						c4.934-2.887,10.479-4.314,16.627-4.314C449.604,831.312,455.753,832.963,461.505,836.24z"></path>
+					<path d="M197.174,553.188c4.842,0,9.692,1.226,14.534,3.644c1.931,1.938,4.115,3.888,6.539,5.812
+						c5.811,5.824,8.716,13.095,8.716,21.806c0,8.239-2.905,15.508-8.716,21.812c-6.305,5.33-13.325,7.995-21.073,7.995
+						c-8.729,0-15.997-2.665-21.808-7.995c-6.292-6.306-9.445-13.569-9.445-21.812c0-8.711,3.153-15.979,9.445-21.806
+						c2.424-2.896,5.33-4.849,8.73-5.812C187.964,554.41,192.338,553.188,197.174,553.188z"></path>
+					<path d="M452.978,555.373c13.562,13.572,20.349,30.303,20.349,50.154c0,19.369-6.786,36.088-20.348,50.141
+						c-14.048,13.078-30.521,19.617-49.404,19.617c-19.385,0-36.107-6.539-50.161-19.617
+						c-14.053-14.053-21.062-30.771-21.062-50.141c0-19.854,7.011-36.582,21.062-50.154c6.306-5.812,12.845-10.414,19.631-13.807
+						c9.21-4.836,19.37-7.271,30.53-7.271c12.097,0,23.498,2.912,34.147,8.725C443.064,546.416,448.141,550.523,452.978,555.373z"></path>
+					<path d="M379.579,734.878c1.937,1.938,4.127,3.888,6.539,5.824c5.814,5.812,8.723,13.078,8.723,21.801
+						c0,8.229-2.905,15.496-8.723,21.788c-6.292,5.344-13.312,7.995-21.073,7.995c-8.704,0-15.971-2.651-21.795-7.995
+						c-6.305-6.292-9.458-13.559-9.458-21.788c0-8.723,3.152-15.989,9.458-21.801c2.411-2.925,5.33-4.862,8.717-5.824
+						c3.88-2.418,8.229-3.64,13.078-3.64C369.887,731.238,374.729,732.46,379.579,734.878z"></path>
+					<path d="M192.078,690.547c7.755,0,15.022,1.951,21.808,5.812c3.387,2.431,6.786,5.097,10.173,7.994
+						c8.723,8.724,13.078,19.614,13.078,32.709c0,12.606-4.355,23.505-13.078,32.707c-9.197,8.229-19.864,12.352-31.98,12.352
+						c-12.59,0-23.497-4.121-32.695-12.352c-9.204-9.202-13.806-20.101-13.806-32.707c0-13.095,4.602-23.985,13.806-32.709
+						c3.874-3.873,8.236-6.784,13.085-8.713C178.285,692.238,184.812,690.547,192.078,690.547z"></path>
+				</g>
+				<path d="M165.539,210.012c9.678,0,19.006,0.845,27.989,2.6c0-2.444,0-4.849,0-7.267c0-54.952,21.255-101.934,63.759-140.999
+					c42.848-39.04,94.328-58.565,154.46-58.565s111.443,19.526,153.94,58.565c5.877,5.174,11.411,10.712,16.589,16.601
+					c8.632,9.659,16.064,19.864,22.278,30.576c4.498,7.254,8.479,14.859,11.938,22.802c3.458,7.969,6.228,16.419,8.294,25.389
+					c17.265-5.863,35.751-8.788,55.459-8.788c46.645,0,86.555,15.184,119.729,45.591c31.101,28.691,47.688,62.557,49.769,101.622
+					c0,2.392,0,4.992,0,7.761c0,2.405,0,4.836,0,7.254c-0.364,3.107-0.702,6.383-1.04,9.841c11.414-4.823,23.842-7.241,37.311-7.241
+					c24.882,0,46.15,8.099,63.769,24.349c5.876,5.187,10.713,10.881,14.521,17.095c7.931,12.103,11.908,25.766,11.908,40.95
+					c0,22.824-8.813,42.325-26.43,58.591c-3.106,2.756-21.774,5.174-55.991,7.254c-255.352-14.456-510.715-14.456-766.082,0
+					c-30.063-6.214-51.663-15.379-64.786-27.495c-28.34-25.909-42.51-57.175-42.51-93.809c0-36.621,14.17-67.886,42.51-93.809
+					C91.243,222.973,125.459,210.012,165.539,210.012z"></path>
+			</g>
+		</g>
+		<g id="Layer_2" display="inline">
+			<g>
+				<path d="M526.923,683.594c-4.379,1.785-8.624,4.058-12.604,6.96c0,0-24.979,18.234-24.998,18.248
+					c-37.046,23.867-85.829-16.771-115.271-41.513c-51.757-43.492-86.174-93.638-112.446-155.558
+					c-13.26-31.261-7.401-68.262,19.107-87.61l25.035-18.276c7.236-5.279,12.873-11.946,16.938-19.341
+					c0.312-0.548,0.604-1.116,0.896-1.679c0.354-0.701,0.729-1.393,1.058-2.108c16.877-35.828,2.646-99.832-38.491-158.604
+					c-49.215-70.314-118.652-107.01-157.018-83.714c-4.233,1.762-8.339,3.979-12.194,6.794L81.74,172.881
+					c-6.987,5.101-13.5,11.177-19.323,17.55c-11.683,12.782-20.792,27.815-27.031,43.952c-11.192,28.961-12.741,60.659-8.94,91.228
+					c6.333,50.953,26.219,99.717,48.612,145.512c53.494,109.391,117.015,209.58,201.69,297.451
+					c43.627,45.272,102.77,110.104,151.493,149.942c18.749,15.332,38.436,29.521,59.303,41.844
+					c38.99,23.019,83.437,38.169,129.062,31.276c12.522-1.893,26.509-4.637,38.241-9.591c1.695-0.671,3.363-1.429,5.009-2.267
+					c1.396-0.686,2.339-1.19,2.813-1.46c0.089-0.053,0.178-0.1,0.264-0.146c0.083-0.048,0.125-0.072,0.119-0.078
+					c1.662-0.979,3.297-2.039,4.888-3.198l35.193-25.688c12.354-9.021,20.157-21.997,23.076-35.958
+					c8.803-37.051-6.507-93.32-43.008-145.479C634.305,697.918,565.441,661.226,526.923,683.594z M238.01,377.108
+					c-1.679-0.741-3.393-1.498-5.139-2.269c-1.691-0.889-3.414-1.794-5.165-2.715c-0.875-0.459-1.759-0.924-2.65-1.392
+					c-0.859-0.525-1.723-1.053-2.596-1.585c-1.743-1.068-3.51-2.152-5.304-3.25c-6.94-4.741-14.147-9.959-20.899-16.186
+					c-6.906-6.05-13.442-12.951-19.745-20.232c-3.03-3.746-6.23-7.406-9.038-11.398l-4.337-5.902l-4.084-6.098
+					c-5.31-8.222-10.146-16.75-14.317-25.44c-4.099-8.722-7.556-17.575-10.249-26.347c-5.474-17.523-7.401-34.853-6.112-49.481
+					c0.717-7.309,2.287-13.912,4.417-19.479c2.137-5.574,4.841-10.07,7.429-13.479c2.691-3.333,5.135-5.67,6.914-7.115
+					c1.811-1.408,2.776-2.16,2.776-2.16s-0.585,1.211-1.683,3.482c-0.591,1.017-1.059,2.516-1.669,4.061
+					c-0.316,0.765-0.563,1.648-0.791,2.589c-0.252,0.884-0.52,1.823-0.803,2.815c-0.373,2.08-0.86,4.172-1.065,6.542
+					c-0.174,1.13-0.19,2.374-0.242,3.616c-0.093,1.236-0.139,2.479-0.001,3.642c0.041,0.574,0.081,1.158,0.122,1.752l0.052,1.061
+					l0.007,1.231c0.004,0.827,0.008,1.666,0.014,2.516l0.003,0.641c-0.12,0.462,0.161-0.54,0.137-0.412l0.01,0.067l0.02,0.134
+					l0.04,0.268l0.161,1.077c0.212,1.405,0.43,2.847,0.652,4.323c0.28,1.458,0.568,2.953,0.86,4.478
+					c0.834,3.079,1.454,6.159,2.492,9.393c0.407,1.588,1.046,3.219,1.587,4.867c0.516,1.643,1.016,3.288,1.706,4.977
+					c1.242,3.336,2.693,6.754,4.037,10.214c1.575,3.427,3.186,6.929,4.822,10.489c3.502,7.027,7.179,14.252,11.412,21.37
+					c2.094,3.583,4.147,7.198,6.486,10.704l3.25,5.099l1.562,2.455l0.775,1.232l1.049,1.505c2.504,3.574,5.01,7.147,7.504,10.706
+					c2.299,3.562,5.138,6.625,7.447,10.115c2.464,3.341,5.095,6.507,7.598,9.719c2.557,3.136,5.003,6.402,7.685,9.253
+					c1.264,1.515,2.475,3.114,3.764,4.558c1.307,1.433,2.603,2.851,3.884,4.255c2.485,2.958,5.093,5.539,7.609,8.251
+					c2.589,2.429,4.979,5.335,7.562,7.476c1.272,1.135,2.47,2.399,3.699,3.581c1.261,1.083,2.499,2.146,3.711,3.188
+					c4.859,4.387,9.637,7.867,14.18,11.073c2.246,1.411,4.487,2.868,6.611,4.083c2.211,1.15,4.243,2.206,6.077,3.161
+					c1.931,0.849,3.656,1.609,5.156,2.27c1.643,0.727,3.276,0.939,4.479,1.321c1.232,0.298,2.197,0.635,2.843,0.833
+					c0.646,0.204,0.979,0.31,0.979,0.31s-1.199,0.243-3.448,0.696c-1.132,0.178-2.496,0.619-4.157,0.726
+					c-1.66,0.115-3.567,0.248-5.704,0.397c-2.137,0.017-4.506-0.185-7.084-0.282c-2.567-0.232-5.314-0.778-8.264-1.199
+					c-2.882-0.76-6.001-1.403-9.18-2.439C244.718,379.678,241.327,378.699,238.01,377.108z M686.726,923.926
+					c0.681,0.063,1.024,0.1,1.024,0.1s-1.121,0.485-3.225,1.404c-1.068,0.41-2.312,1.129-3.91,1.584
+					c-1.602,0.461-3.438,0.994-5.491,1.588c-2.087,0.469-4.445,0.771-6.987,1.218c-2.559,0.312-5.355,0.355-8.33,0.563
+					c-2.978-0.136-6.163-0.105-9.485-0.452c-3.312-0.455-6.834-0.696-10.411-1.557c-1.798-0.369-3.633-0.749-5.503-1.135
+					c-1.84-0.517-3.713-1.038-5.619-1.568c-0.954-0.267-1.915-0.535-2.883-0.805c-0.949-0.33-1.906-0.666-2.872-1.002
+					c-1.928-0.68-3.887-1.365-5.869-2.064c-7.781-3.172-15.926-6.76-23.837-11.427c-8.022-4.46-15.864-9.832-23.562-15.626
+					c-3.749-3.021-7.646-5.93-11.23-9.24l-5.483-4.854l-5.272-5.104c-6.92-6.923-13.444-14.24-19.35-21.858
+					c-5.844-7.663-11.083-15.595-15.562-23.603c-9.035-15.979-14.565-32.517-16.38-47.088c-0.835-7.296-0.688-14.083,0.222-19.975
+					c0.916-5.896,2.611-10.86,4.423-14.74c1.934-3.823,3.827-6.623,5.267-8.408c1.475-1.759,2.26-2.697,2.26-2.697
+					s-0.319,1.311-0.913,3.76c-0.363,1.116-0.505,2.685-0.777,4.321c-0.146,0.813-0.202,1.729-0.228,2.697
+					c-0.062,0.916-0.125,1.89-0.194,2.919c0.072,2.115,0.039,4.263,0.336,6.621c0.069,1.141,0.313,2.361,0.527,3.585
+					c0.169,1.229,0.386,2.453,0.763,3.561c0.161,0.558,0.325,1.115,0.489,1.688l0.271,1.025l0.27,1.202
+					c0.177,0.811,0.354,1.626,0.541,2.456l0.139,0.624c-0.02,0.478,0.044-0.555,0.047-0.427l0.022,0.062l0.05,0.125l0.095,0.256
+					l0.384,1.019c0.503,1.329,1.021,2.692,1.549,4.088c0.58,1.368,1.175,2.771,1.78,4.198c1.462,2.833,2.718,5.714,4.409,8.658
+					c0.732,1.468,1.701,2.928,2.575,4.426c0.853,1.496,1.688,3,2.717,4.504c1.914,3.002,4.052,6.038,6.095,9.14
+					c2.263,3.02,4.569,6.103,6.92,9.238c4.899,6.134,10.017,12.421,15.65,18.489c2.8,3.062,5.569,6.166,8.594,9.102l4.248,4.302
+					l2.045,2.07l1.019,1.04l1.341,1.252c3.202,2.969,6.404,5.936,9.593,8.891c2.994,3,6.416,5.396,9.404,8.32
+					c3.112,2.746,6.352,5.288,9.474,7.902c3.16,2.527,6.238,5.205,9.46,7.428c1.556,1.219,3.074,2.522,4.643,3.666
+					c1.578,1.124,3.141,2.239,4.688,3.344c3.054,2.367,6.146,4.346,9.175,6.469c3.045,1.828,5.99,4.165,8.968,5.716
+					c1.479,0.844,2.919,1.826,4.368,2.724c1.461,0.794,2.896,1.572,4.301,2.337c5.672,3.268,11.073,5.663,16.188,7.844
+					c2.492,0.905,4.989,1.856,7.323,2.6c2.403,0.661,4.612,1.267,6.604,1.812c2.065,0.426,3.912,0.806,5.521,1.136
+					c1.756,0.361,3.398,0.228,4.656,0.347C685.039,923.742,686.055,923.87,686.726,923.926z"></path>
+				<path d="M544.217,491.371c0-32.957-26.712-59.672-59.645-59.672c-32.955,0-59.672,26.716-59.672,59.672
+					s26.717,59.67,59.672,59.67C517.505,551.041,544.217,524.327,544.217,491.371z"></path>
+				<path d="M487.68,4.391c-1.01-0.103-2.036-0.157-3.07-0.157c-16.479,0-29.836,13.358-29.836,29.836s13.355,29.836,29.836,29.836
+					h0.001v0.036c114.771,0,222.691,42.166,303.88,123.382c81.195,81.228,125.915,189.218,125.915,304.081
+					c0,62.366-13.036,122.485-38.746,178.691l54.264,24.822c28.354-61.979,44.154-130.897,44.154-203.517
+					C974.075,221.969,756.537,6.016,487.68,4.391z"></path>
+				<path d="M467.543,194.92c-22.248,0-43.945,2.361-64.854,6.846l0.034,0.173c-12.823,3.341-22.306,14.968-22.306,28.84
+					c0,16.478,13.359,29.836,29.836,29.836c2.771,0,5.443-0.406,7.989-1.114c16.123-3.244,32.688-4.909,49.298-4.909
+					c136.761,0,248.021,111.326,248.021,248.165c0,41.945-10.641,83.375-30.771,119.812l0.019,0.009
+					c-2.443,4.329-3.854,9.312-3.854,14.638c0,16.479,13.357,29.836,29.836,29.836c11.413,0,21.322-6.413,26.34-15.825
+					c24.28-44.024,38.104-94.634,38.104-148.47C775.238,332.741,637.438,194.92,467.543,194.92z"></path>
+			</g>
+		</g>
+		<path display="inline" d="M456.415,678.788c0,0,2.938-387.358,292.077-511.137L591.166,49.354h404.861v404.662l-96.785-121.05
+			C899.242,332.966,704.182,224.591,456.415,678.788z M6.637,948.5V139.176h449.778v172.287H178.913v464.762h644.838V633.894
+			h172.276V948.5H6.637z"></path>
+	</g>
+	<g id="Layer_2_1_">
+		<path display="inline" d="M767.914,560.297c49.297,0,89.299,39.841,89.299,89.139c0,49.299-40.002,88.994-89.299,88.994
+			c-49.459,0-89.318-39.695-89.318-88.994C678.596,600.138,718.455,560.297,767.914,560.297z M234.379,560.297
+			c49.172,0,89.299,39.841,89.299,89.139c0,49.299-40.127,88.994-89.299,88.994c-49.459,0-89.442-39.695-89.442-88.994
+			C144.937,600.138,184.92,560.297,234.379,560.297z M636.926,387.02c-19.687-16.017-55.11-47.467-104.569-66.857
+			c-50.5-19.849-182.261-16.789-188.522-16.789c-1.812,0-17.712-1.678-22.576,12.508c-5.205,14.814-20.315,63.968-25.035,79.231
+			c-3.518,11.145,0.144,23.509,16.167,23.509h151.592H638.92C648.232,418.471,671.274,415.105,636.926,387.02z M231.185,314.366
+			c-12.831,5.339-37.399,21.822-47.162,29.611c-8.399,6.865-79.842,74.646-32.662,74.646h56.01
+			c24.119,0,30.526-10.382,36.018-23.509c4.899-12.051,27.35-69.765,30.688-79.231C280.788,297.568,257.745,303.221,231.185,314.366
+			z M978.42,615.392c-3.213,5.798-20.764,19.851-29.02,26.704c-9.295,7.34-21.967,22.611-28.086,29.61
+			c-3.805,4.45-23.49,7.034-31.745,7.034c14.501-75.267-35.712-154.945-121.979-154.945c-101.664,0-135.527,90.986-127.9,152.057
+			c0.756,4.396-1.221,9.906-10.229,9.906h-63.816H407.486c-35.856,0-40.289-38.925-56.619-82.121
+			c-11.611-30.849-50.231-79.842-116.918-79.842c-41.832,0-82.749,19.238-105.199,55.418
+			c-20.297,32.984-21.212,76.021-22.594,91.596c-6.245-0.628-42.586-8.396-57.983-17.405c-11.45-6.712-19.866-17.267-23.976-25.196
+			c-9.637-18.467-15.416-51.9-17.103-79.357c0-26.271,20.62-27.798,27.17-46.576c6.425-18.772-7.932-61.055,2.746-92.045
+			c10.085-29.458,25.053-38.917,30.239-43.808c24.712-23.662,63.026-51.899,102.723-70.824c13.729-6.568-8.686-7.035-15.434-14.509
+			c-4.253-4.576-6.245-11.754-4.702-14.348c1.059-1.831,2.89-1.525,28.534-1.525c7.322,0,11.001,0,27.314-0.924
+			c4.576-0.144,11.145-2.593,16.349-3.203c26.094-3.509,70.061-3.509,114.942-3.509c122.876,0,186.692,16.483,222.871,28.696
+			c12.67,4.28,9.297,5.958,26.256,16.035c9.764,5.949,45.799,30.221,56.926,38.314c48.096,34.645,81.224,61.519,81.224,61.519
+			c5.958,6.104,87.469,17.553,179.514,50.52c13.585,4.89,39.696,19.085,52.043,38.934c4.146,6.561,16.654,21.374,25.809,34.043
+			c9.009,12.67,13.729,25.492,14.519,30.681C997.801,569.755,987.268,599.061,978.42,615.392z"></path>
+	</g>
+	<g id="Layer_3">
+		<polygon display="inline" points="123.801,4.172 123.801,992.159 879.045,498.166 		"></polygon>
+	</g>
+	<g id="wrench">
+		<path display="inline" d="M982.192,178.811L826.938,334.066H664.679V169.273L818.003,16.01
+			c-22.576-6.822-46.118-11.59-70.867-11.59c-136.543,0-247.25,110.768-247.25,247.25c0,38.088,9.296,73.703,24.749,105.998
+			L29.531,852.65c-14.85,14.971-24.146,35.494-24.146,58.432c0,45.395,36.822,82.338,82.457,82.338
+			c22.817,0,43.462-9.176,58.19-24.146L641.258,474.23c32.113,15.332,67.85,24.688,105.878,24.688
+			c136.543,0,247.25-110.768,247.25-247.25C994.386,226.135,989.436,201.99,982.192,178.811z"></path>
+	</g>
+	<path d="M801.92,543.083C899.197,596.99,975.73,692.571,994.9,806.324c0,102.729-83.347,186.076-186.075,186.076h-85.77
+		c37.009-32.315,64.146-75.05,76.925-124.052h8.845c34.283,0,62.023-27.741,62.023-62.024
+		c-15.989-61.781-58.238-113.631-113.024-147.006c-28.894-50.094-67.84-95.279-115.146-131.804
+		c7.117-12.205,13.387-24.955,18.747-38.069c49.487-16.385,85.376-62.417,85.376-117.295V248.1
+		c0-54.937-35.889-100.972-85.406-117.295c-20.229-49.184-53.362-91.251-94.311-123.99C585.014,2.666,603.548,0,622.75,0
+		c137.013,0,248.1,111.087,248.1,248.1v124.05C870.85,438.596,844.381,498.562,801.92,543.083z M560.725,992.4H188.575
+		C85.786,992.4,2.5,909.055,2.5,806.324l0,0C21.671,692.571,98.203,596.99,195.541,543.083
+		c-42.521-44.521-68.99-104.487-68.99-170.933V248.1C126.55,111.087,237.638,0,374.65,0c137.012,0,248.1,111.087,248.1,248.1v124.05
+		c0,66.446-26.47,126.413-68.931,170.933c97.277,53.907,173.81,149.488,192.98,263.241l0,0
+		C746.801,909.055,663.454,992.4,560.725,992.4z M498.7,372.15V248.1c0-68.476-55.575-124.049-124.05-124.049
+		c-68.477,0-124.05,55.573-124.05,124.049v124.05c0,68.476,55.574,124.049,124.05,124.049
+		C443.125,496.199,498.7,440.626,498.7,372.15z M622.75,806.324C595.068,699.477,490.099,620.25,374.65,620.25l0,0l0,0
+		c-115.509,0-220.419,79.227-248.101,186.074l0,0c0,34.284,27.802,62.024,62.025,62.024h372.148
+		C595.009,868.35,622.75,840.608,622.75,806.324L622.75,806.324z"></path>
+	<path d="M647.504,998.062H274.168c-103.117,0-186.668-83.611-186.668-186.668l0,0c19.232-114.115,96.008-210.003,193.656-264.082
+		c-42.656-44.662-69.21-104.818-69.21-171.478V251.391C211.945,113.941,323.387,2.5,460.836,2.5s248.891,111.441,248.891,248.891
+		v124.445c0,66.658-26.555,126.814-69.149,171.477c97.588,54.08,174.362,149.968,193.596,264.082l0,0
+		C834.172,914.451,750.561,998.062,647.504,998.062z M585.281,375.836V251.391c0-68.693-55.752-124.445-124.445-124.445
+		c-68.694,0-124.445,55.752-124.445,124.445v124.445c0,68.693,55.751,124.445,124.445,124.445
+		C529.529,500.281,585.281,444.529,585.281,375.836z M709.727,811.395c-27.77-107.188-133.073-186.668-248.891-186.668l0,0l0,0
+		c-115.877,0-221.121,79.48-248.891,186.668l0,0c0,34.394,27.891,62.224,62.223,62.224h373.336
+		C681.896,873.617,709.727,845.787,709.727,811.395L709.727,811.395z"></path>
+	<path d="M145.955,419.761L21.881,295.688C9.765,283.6,3.707,267.698,3.707,251.825c0-15.902,6.058-31.775,18.174-43.861
+		L145.955,83.892c17.751-17.66,44.407-23.021,67.61-13.48c23.143,9.572,38.289,32.291,38.289,57.342v62.098h62.036v124.072h-62.036
+		v61.977c0,25.051-15.146,47.77-38.289,57.342C190.362,442.753,163.706,437.481,145.955,419.761z M854.045,580.214l124.073,124.074
+		c12.116,12.055,18.175,27.928,18.175,43.861c0,15.872-6.059,31.743-18.175,43.86L854.045,916.085
+		c-17.751,17.689-44.468,22.961-67.61,13.449c-23.202-9.572-38.288-32.291-38.288-57.312v-62.034H686.11V686.112h62.036v-62.037
+		c0-25.08,15.086-47.799,38.288-57.371C809.577,557.192,836.294,562.524,854.045,580.214z M437.963,686.112H500v124.073h-62.037
+		V686.112z M375.927,189.851h62.036v124.072h-62.036V189.851z M313.89,562.04H65.743c-34.229,0-62.036,27.807-62.036,62.035v248.146
+		c0,34.353,27.807,62.037,62.036,62.037H313.89c34.229,0,62.037-27.686,62.037-62.037V624.075
+		C375.927,589.847,348.119,562.04,313.89,562.04z M251.854,810.188H127.78V686.112h124.073L251.854,810.188L251.854,810.188z
+		 M500,189.851h62.036v124.072H500V189.851z M934.256,65.776H686.109c-34.289,0-62.036,27.777-62.036,62.037V375.96
+		c0,34.26,27.747,62.037,62.036,62.037h248.146c34.29,0,62.037-27.777,62.037-62.037V127.813
+		C996.293,93.554,968.546,65.776,934.256,65.776z M872.22,313.923H748.146V189.851H872.22V313.923z M562.036,686.112h62.037v124.073
+		h-62.037V686.112z"></path>
+	<path d="M996,499c0,20.92-1.696,41.534-4.238,61.817c-0.636,4.904-1.453,9.868-2.24,14.773
+		c-2.692,16.953-6.114,33.784-10.442,50.192c-0.818,2.907-1.454,5.874-2.211,8.75c-11.808,41.02-28.64,80.044-49.951,116.038
+		c-42.625,72.323-102.99,132.658-175.313,175.344c-35.995,21.313-74.986,38.084-116.037,49.921c-2.906,0.757-5.813,1.394-8.749,2.21
+		c-16.439,4.329-33.149,7.75-50.163,10.445c-4.903,0.757-9.869,1.634-14.805,2.21C541.534,993.304,520.948,995,500,995l0,0l0,0
+		c-20.949,0-41.535-1.696-61.818-4.238c-5.024-0.636-9.868-1.453-14.834-2.24c-17.014-2.692-33.784-6.114-50.224-10.442
+		c-2.815-0.819-5.843-1.454-8.688-2.211c-41.11-11.808-80.042-28.638-116.067-49.951C176.075,883.292,115.71,822.928,72.964,750.605
+		c-21.282-35.997-38.054-74.987-49.83-116.039c-0.787-2.875-1.453-5.813-2.24-8.749c-4.359-16.439-7.75-33.149-10.384-50.163
+		c-0.757-4.903-1.635-9.838-2.331-14.805C5.695,540.534,4,519.92,4,499l0,0l0,0c0-20.919,1.695-41.535,4.238-61.817
+		c0.605-5.025,1.453-9.868,2.301-14.834c2.634-17.014,6.055-33.785,10.444-50.224c0.757-2.816,1.423-5.843,2.24-8.689
+		c11.777-40.99,28.579-80.014,49.861-116.04c42.686-72.292,103.111-132.687,175.404-175.372
+		c35.935-21.222,74.958-38.024,115.978-49.8c2.876-0.817,5.843-1.482,8.688-2.241c16.407-4.389,33.239-7.75,50.192-10.443
+		c4.965-0.726,9.81-1.636,14.864-2.33C458.465,4.696,479.051,3,500,3l0,0l0,0c20.948,0,41.534,1.696,61.818,4.209
+		c4.903,0.634,9.869,1.482,14.772,2.33c16.953,2.633,33.784,6.054,50.192,10.443c2.907,0.759,5.874,1.424,8.75,2.241
+		C676.554,34,715.578,50.802,751.572,72.024c72.322,42.745,132.658,103.171,175.344,175.403
+		c21.312,36.025,38.084,74.956,49.921,116.067c0.756,2.847,1.394,5.813,2.21,8.689c4.329,16.439,7.75,33.209,10.445,50.224
+		c0.757,4.965,1.634,9.777,2.209,14.803C994.304,457.465,996,478.081,996,499L996,499L996,499z M211.888,386.291l-92.183-92.243
+		C86.586,355.354,66,424.407,66,499c0,74.594,20.586,143.678,53.705,204.952l92.183-92.154C198.174,576.742,190,538.93,190,499
+		C190,459.099,198.174,421.317,211.888,386.291z M500,933c74.594,0,143.678-20.525,204.951-53.645l-92.152-92.213
+		C577.742,800.765,539.931,809,500,809c-39.87,0-77.682-8.235-112.738-21.948l-92.273,92.243C356.353,912.475,425.406,933,500,933z
+		 M500,65c-74.594,0-143.647,20.586-204.951,53.705l92.273,92.183C422.318,197.173,460.13,189,500,189
+		c39.931,0,77.742,8.173,112.738,21.888l92.151-92.183C643.678,85.586,574.594,65,500,65z M738.828,435.578L738.828,435.578
+		C716.092,349.874,649.188,283,563.453,260.172l0,0l0,0c-8.234-2.148-16.469-3.966-25.066-5.329
+		C525.854,252.604,513.198,251,500,251c-13.199,0-25.854,1.604-38.447,3.844c-8.477,1.362-16.802,3.181-24.976,5.329l0,0l0,0
+		C350.873,283,283.999,349.934,261.173,435.578l0,0l0,0c-2.149,8.173-3.966,16.5-5.328,25.006C253.604,473.177,252,485.831,252,499
+		c0,13.17,1.604,25.823,3.845,38.387c1.302,8.6,3.179,16.771,5.328,25.066l0,0l0,0c22.735,85.673,89.761,152.548,175.404,175.313
+		l0,0l0,0c8.174,2.148,16.499,3.937,24.976,5.326C474.146,745.396,486.801,747,500,747c13.198,0,25.854-1.604,38.387-3.844
+		c8.599-1.303,16.771-3.182,25.066-5.328l0,0l0,0c85.673-22.769,152.548-89.643,175.312-175.375l0,0l0,0
+		c2.149-8.234,3.938-16.468,5.328-25.037C746.396,524.823,748,512.17,748,499c0-13.169-1.604-25.823-3.845-38.416
+		C742.763,452.077,740.977,443.75,738.828,435.578L738.828,435.578z M880.355,294.048l-92.213,92.274
+		C801.766,421.317,810,459.099,810,499c0,39.93-8.234,77.742-21.948,112.738l92.243,92.15C913.475,642.678,934,573.594,934,499
+		C934,424.407,913.475,355.354,880.355,294.048z"></path>
+	<path d="M962.252,997.5H35c0-119.822,140.166-219.904,331.177-252.59v-49.025c-78.83-45.965-132.465-130.401-132.465-228.244
+		v-6.698c-38.444-13.796-66.247-49.543-66.247-92.687c0-43.115,27.803-78.891,66.217-92.627v-6.699
+		C233.712,122.609,352.291,4,498.611,4c146.319,0,264.93,118.609,264.93,264.93v6.699c38.414,13.736,66.217,49.512,66.217,92.627
+		c0,43.144-27.803,78.891-66.217,92.687v6.698c0,97.843-53.635,182.279-132.465,228.152v49.027
+		C822.178,777.596,962.252,877.678,962.252,997.5z"></path>
+	<g id="plus">
+		<polygon display="inline" points="998.5,374.438 624.062,374.438 624.062,0 374.438,0 374.438,374.438 0,374.438 0,624.062 
+			374.438,624.062 374.438,998.5 624.062,998.5 624.062,624.062 998.5,624.062 		"></polygon>
+	</g>
+	<g id="play">
+		<polygon display="inline" points="123,0 871.875,499.25 123,998.5 		"></polygon>
+	</g>
+	<path d="M375.312,871.562L3.5,995.5l123.938-371.812L747.125,4L995,251.875L375.312,871.562z M127.438,871.562l185.906-61.97
+		L189.406,685.656L127.438,871.562z M251.375,623.688l123.938,123.938l371.812-371.812L623.188,251.875L251.375,623.688z"></path>
+	<g display="inline">
+		<path d="M1000.392,889.434c0,58.879-47.754,106.633-106.635,106.633H110.96c-58.88,0-106.635-47.754-106.635-106.633V106.635
+			C4.325,47.756,52.08,0,110.96,0h782.797c58.881,0,106.635,47.756,106.635,106.635V889.434z M907.011,96.803
+			c0-1.9-1.52-3.42-3.404-3.42H101.096c-1.869,0-3.389,1.52-3.389,3.42v802.479c0,1.855,1.52,3.404,3.389,3.404h802.511
+			c1.885,0,3.404-1.549,3.404-3.404V96.803z"></path>
+	</g>
+	<polygon display="inline" points="197.159,726.305 121.166,672.016 308.84,409.272 429.077,529.512 557.354,305.056 
+		683.657,462.909 804.335,269.763 883.551,319.22 692.958,624.107 570.243,470.69 449.535,682.016 320.756,553.252 	"></polygon>
+</g>
+<g id="Layer_2_2_" display="none">
+	<path display="inline" d="M966.363,880.234c-57.816-163.145-213.17-280.393-396.236-280.393v140.314
+		c0,25.883-14.287,49.488-37.055,61.711s-50.491,10.965-71.94-3.416L40.483,517.969c-19.546-13.104-31.29-34.914-31.29-58.31
+		c0-23.501,11.744-45.338,31.23-58.384l420.62-280.498c21.538-14.29,49.203-15.696,71.969-3.43
+		c22.828,12.148,37.115,35.978,37.115,61.845v140.182c232.314,0,420.68,188.411,420.68,420.783
+		C990.807,789.225,981.85,836.377,966.363,880.234z"></path>
+</g>
+<g id="Layer_3_1_" display="none">
+	<g id="check_x5F_alt" display="inline">
+		<path d="M498.227,3C224.77,3,3,224.741,3,498.227s221.741,495.225,495.227,495.225c273.456,0,495.225-221.739,495.225-495.225
+			S771.713,3,498.227,3z M421.498,726.737l-227.861-227.89l87.52-87.535l140.311,140.353l297.652-297.65l87.535,87.535
+			L421.498,726.737z"></path>
+	</g>
+	<g id="paperclip" display="inline">
+		<path d="M495,515.923c-2.939,0-5.701-1.147-7.777-3.228c-2.078-2.077-3.223-4.836-3.223-7.776c0.002-2.938,1.145-5.7,3.223-7.776
+			l11.136-10.895c2.993-2.994,8.278-3.006,11.297,0.016c3.115,3.121,3.115,8.195,0,11.312l-10.021,9.775
+			c-1.93,1.931-5.102,1.935-7.051-0.018c-1.949-1.953-1.949-5.123,0-7.072l3.879-3.879l2.828,2.828l-3.879,3.879
+			c-0.256,0.258-0.293,0.555-0.293,0.707c0,0.154,0.037,0.451,0.293,0.709c0.512,0.51,0.902,0.51,1.414,0l10.016-9.777
+			c1.543-1.541,1.543-4.078-0.016-5.639c-1.512-1.512-4.145-1.512-5.656,0l-11.135,10.896c-1.306,1.308-2.035,3.064-2.035,4.933
+			c0,1.871,0.729,3.629,2.051,4.949c2.645,2.647,7.254,2.647,9.898,0l5-5l2.826,2.827l-5,5
+			C500.699,514.773,497.938,515.923,495,515.923z"></path>
+	</g>
+</g>
+<g id="Layer_4">
+	<g id="paperclip_1_">
+		<path d="M407.745,991.438c-90.488,0-175.534-35.33-239.442-99.374c-63.984-63.953-99.238-148.892-99.238-239.427
+			c0.06-90.473,35.254-175.505,99.238-239.413L511.162,77.776C603.305-14.411,766.031-14.772,859,78.272
+			c95.915,96.081,95.915,252.312,0,348.286L550.445,727.535c-59.413,59.444-157.07,59.563-217.086-0.54
+			c-60.016-60.136-60.016-157.733,0-217.733l119.426-119.444l87.076,87.075L420.435,596.321c-7.895,7.937-9.021,17.078-9.021,21.77
+			c0,4.748,1.127,13.89,9.021,21.828c15.755,15.695,27.767,15.695,43.538,0l308.373-301.021
+			c47.506-47.445,47.506-125.562-0.482-173.626c-46.543-46.545-127.605-46.545-174.151,0L254.883,500.751
+			c-40.217,40.277-62.661,94.339-62.661,151.887c0,57.61,22.444,111.729,63.141,152.382c81.438,81.514,223.358,81.514,304.764,0
+			l153.947-153.947l87.016,87.047L647.143,892.064C583.221,956.051,498.204,991.438,407.745,991.438z"></path>
+	</g>
+</g>
+</symbol><symbol id="fonticon-pencil"></symbol><symbol id="fonticon-picture"></symbol><symbol id="fonticon-play"></symbol><symbol id="fonticon-plus-circled"></symbol><symbol id="fonticon-plus-circled2"></symbol><symbol id="fonticon-plus-squared-alt"></symbol><symbol id="fonticon-plus-squared"></symbol><symbol id="fonticon-plus"></symbol><symbol id="fonticon-popin"></symbol><symbol id="fonticon-popout"></symbol><symbol id="fonticon-profile"></symbol><symbol id="fonticon-replicate"></symbo [...]
+<g id="Layer_1_3_" display="none">
+	<g id="Layer_1_2_" display="inline">
+		
+			<g id="Layer_1_1_" inkscape:version="0.48.2 r9819" sodipodi:docname="clock_scaled.svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd">
+			
+				<sodipodi:namedview inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1916" inkscape:window-height="1036" inkscape:guide-bbox="true" inkscape:current-layer="Layer_1" inkscape:window-x="4" inkscape:window-maximized="0" inkscape:window-y="22" inkscape:zoom="0.5" pagecolor="#ffffff" showguides="true" inkscape:cx="500" inkscape:cy="451.84046" bordercolor="#666666" objecttolerance="10" gridtolerance="10" guidetolerance="10" showgrid="false" id="namedview3067" bordero [...]
+				</sodipodi:namedview>
+			<g id="g3061" transform="matrix(38.592158,0,0,38.593647,-11301.328,-14803.751)">
+				<path id="path3063" inkscape:connector-curvature="0" d="M305.796,383.58c-7.155,0-12.956,5.8-12.956,12.956
+					s5.801,12.955,12.956,12.955c7.155,0,12.956-5.799,12.956-12.955S312.951,383.58,305.796,383.58z M305.796,406.252
+					c-5.358,0-9.717-4.359-9.717-9.716c0-5.358,4.359-9.716,9.717-9.716c5.357,0,9.716,4.358,9.716,9.716
+					C315.513,401.893,311.153,406.252,305.796,406.252z"></path>
+				<path id="path3065" inkscape:connector-curvature="0" d="M312.081,399.439l-5.125-3.461v-5.959c0-0.142-0.057-0.28-0.158-0.382
+					c-0.101-0.1-0.239-0.158-0.382-0.158H305c-0.143,0-0.281,0.059-0.382,0.158c-0.1,0.102-0.157,0.241-0.157,0.382v7.037
+					c0,0.142,0.057,0.28,0.157,0.382c0.042,0.041,0.089,0.074,0.14,0.1l5.971,4c0.09,0.06,0.194,0.092,0.3,0.092
+					c0.038,0,0.076-0.006,0.115-0.014c0.143-0.031,0.266-0.117,0.344-0.242l0.751-1.2
+					C312.391,399.928,312.322,399.602,312.081,399.439L312.081,399.439z"></path>
+			</g>
+			<g id="Fork__x2F__Knife_copy_3">
+				<g>
+					<path d="M381.613,42.025h-1.729c0.042,0.626,0.064,1.254,0.064,1.882l-0.231,283.326c0,19.722-11.172,34.556-30.2,34.556
+						c-19.022,0-36.591-15.975-36.591-35.697L312.19,42.025h-68.208l-0.736,284.067c0,19.722-17.563,35.697-36.592,35.697
+						c-19.036,0-30.2-14.834-30.2-34.556l-0.231-283.326c0-0.628,0.022-1.255,0.064-1.882h-1.606
+						c-25.212,0-45.643,24.349-45.643,54.387l-21.3,278.192c0,79.535,41.597,146.895,110.692,169.892l-41.688,320.803
+						c-7.602,66.491,37.309,128.188,101.417,128.188c64.104,0,109.024-61.695,101.417-128.188l-42.148-324.34
+						c66.515-25.826,111.129-90.562,111.129-166.355L427.256,96.412C427.256,66.374,406.825,42.025,381.613,42.025z
+						 M890.619,865.298l-43.362-333.729c14.694-43.554,11.042-104.943,11.042-162.453l-0.555-200.922
+						c0-104.363,6.568-163.113-87.494-163.113c-68.325,0-117.392,260.768-117.392,391.159c0,89.035,1.854,169.086,71.265,189.463
+						L687.785,865.3c-7.604,66.491,37.312,128.188,101.432,128.188C853.318,993.484,898.236,931.789,890.619,865.298z"></path>
+				</g>
+			</g>
+			<g id="Coffee_Cup_copy_5">
+				<g>
+					<path d="M868.535,346.061c-7.253,0-14.354,2.084-21.24,5.894c0.833-14.979,1.448-30.36,1.852-46.135
+						c0.365-2.916,0.557-5.852,0.557-8.803c0-1.946-0.088-3.884-0.248-5.814c0.158-9.517,0.248-19.161,0.248-28.97h-8.771
+						c-39.521-77.244-208.016-135.284-409.9-135.284c-201.875,0-370.373,58.041-409.893,135.284h-8.77
+						c0,9.818,0.087,19.477,0.245,29.006c-0.158,1.918-0.245,3.844-0.245,5.778c0,6.584,0.282,12.913,0.834,18.998
+						C26.93,749.146,208.745,872.088,431.028,872.088c148.137,0,278.296-54.593,352.718-219.193
+						c21.369,3.397,51.458-4.771,84.796-4.771c64.82,0,117.391-67.619,117.391-151.014
+						C985.926,413.679,933.355,346.061,868.535,346.061z M426.754,389.691c-180.338,0-326.557-39.579-326.557-88.406
+						c0-48.827,146.219-88.406,326.557-88.406c180.354,0,326.557,39.579,326.557,88.406
+						C753.311,350.112,607.107,389.691,426.754,389.691z M864.684,559.48c-33.391,0-40.459,0-40.459,0s9.201-137.914,42.578-137.914
+						s60.433,33.763,60.433,75.396S898.045,559.48,864.684,559.48z"></path>
+				</g>
+			</g>
+			<g id="Shape_116_1_">
+				<g>
+					<path d="M499.475,168.775c-133.939,0-428.312,29.208-428.312,243.366h856.63C927.79,197.983,633.404,168.775,499.475,168.775z
+						 M499.475,830.721c133.945,0,428.315,0,428.315-155.758H71.159C71.159,830.721,365.544,830.721,499.475,830.721z
+						 M927.79,519.221h-29.207c-25.72,0-59.904,21.068-92.987,41.476c-38.479,23.72-74.848,46.137-111.436,46.137
+						c-31.129,0-67.313-16.604-109.218-35.827c-52.896-24.262-112.877-51.779-173.075-51.779H71.159
+						c-32.246,0-58.4,26.152-58.4,58.398s26.154,58.416,58.4,58.416H927.79c32.246,0,58.399-26.17,58.399-58.416
+						S960.036,519.221,927.79,519.221z M32.231,490.012c0,0,194.686,0,379.636,0c44.261,0,87.604,13.146,127.604,29.208
+						c7.896,3.162,15.627,6.449,23.238,9.771c0.155,0.062,0.264,0.125,0.419,0.202c28.216,12.319,54.322,25.108,77.359,34.463
+						c0.419,0.187,0.853,0.341,1.271,0.512c4.79,1.923,9.487,3.736,14.016,5.317c0.188,0.073,0.355,0.124,0.562,0.195
+						c4.17,1.442,8.186,2.688,12.092,3.783c0.62,0.17,1.287,0.372,1.906,0.543c3.861,1.038,7.582,1.829,11.162,2.438
+						c0.729,0.124,1.427,0.217,2.141,0.326c3.658,0.49,7.193,0.852,10.525,0.852c3.287,0,6.666-0.354,10.093-0.883
+						c0.667-0.094,1.333-0.188,2.016-0.312c3.333-0.604,6.719-1.408,10.154-2.418c0.604-0.187,1.194-0.389,1.782-0.59
+						c3.411-1.054,6.822-2.279,10.311-3.688c0.248-0.108,0.518-0.188,0.765-0.301c3.752-1.52,7.528-3.271,11.349-5.109
+						c0.604-0.295,1.178-0.574,1.768-0.869c23.504-11.627,48.523-28.494,73.577-43.146c28.267-16.557,56.539-30.292,82.615-30.292
+						c58.398,0,68.135,0,68.135,0c10.744,0,19.477-8.712,19.477-19.472c0-10.743-8.729-19.456-19.477-19.456H32.231
+						c-10.743,0-19.472,8.713-19.472,19.456C12.759,481.3,21.488,490.012,32.231,490.012z"></path>
+				</g>
+			</g>
+			<g id="Shape_91">
+				<g>
+					<path d="M215.181,491.383c86.132-179.95,201.292-274.255,274.375-319.438l-60.383-83.668c0,0-202.715,71.487-333.961,345.689
+						C-36.015,708.152,35.455,910.885,35.455,910.885l103.032-5.465C127.834,820.155,129.049,671.333,215.181,491.383z
+						 M512.146,203.229c-68.189,42.077-180.192,132.183-262.697,304.55c-82.506,172.386-82.438,316.124-72.425,395.593
+						l809.335-42.875L512.146,203.229z M423.031,717.244c-18.132,37.861-63.506,53.854-101.366,35.744
+						c-37.86-18.132-53.858-63.506-35.743-101.366c18.114-37.86,63.506-53.858,101.366-35.744
+						C425.148,634.011,441.146,679.384,423.031,717.244z M576.521,748.581c-9.062,18.931-31.725,26.946-50.666,17.872
+						c-18.947-9.062-26.936-31.753-17.872-50.666c9.058-18.913,31.729-26.946,50.684-17.872
+						C577.597,706.973,585.578,729.668,576.521,748.581z M598.21,527.266c-13.586,28.393-47.611,40.411-76.016,26.812
+						c-28.422-13.604-40.396-47.646-26.812-76.021c13.586-28.387,47.601-40.405,76.021-26.808
+						C599.824,464.853,611.796,498.879,598.21,527.266z M712.902,771.729c-28.422-13.604-40.396-47.63-26.812-76.017
+						s47.6-40.411,76.021-26.808c28.422,13.603,40.395,47.646,26.809,76.016C775.332,773.307,741.307,785.331,712.902,771.729z"></path>
+				</g>
+			</g>
+			<g id="Shape_85">
+				<g>
+					<path d="M555.163,569.594c144.896-35.427,254.812-201.206,254.812-362.249h-0.025v-62.184c1.183-8.377,1.684-13.05,1.684-13.05
+						h-1.684V-1.298H187.322v208.643c0,161.518,110.663,327.983,256.389,362.614c3.452,0.896,6.95,1.708,10.494,2.438v339.7
+						c-150.878,6.167-266.851,43.172-266.851,87.901h622.621c0-44.729-116.037-81.734-266.836-87.901v-339.68
+						C547.205,571.586,551.214,570.646,555.163,569.594z M765.467,43.177l0.026,88.936H231.797V43.177H765.467z"></path>
+				</g>
+			</g>
+			<g id="Shape_84">
+				<g>
+					<path d="M750.273,452.651c-21.689,1.42-173.646,23.873-131.484-15.462c69.436-64.796,221.329,19.553,298.779-82.884
+						C1007.337,235.581,810.14,5.855,680.426,6.1c-98.146,13.982-146.002,96.058-157.572,186.024
+						c-17.318,134.706,1.496,183.551-35.818,47.151C442.489,76.604,376.075-46.562,208.994,73.827
+						C142.717,121.573,36.983,226.269,58.017,315.351c33.52,141.91,193.259,92.913,291.224,123.089
+						c121.457,37.396-112.069,13.646-155.037,23.477C109.258,481.332,25.55,531.002,43.256,634.188
+						c10.502,61.361,142.72,222.967,200.647,239.951c109.428,32.133,177.552-76.794,199.532-167.899
+						c28.162-116.71,48.402-145.375,36.665-1.083c-6.817,83.922-43.335,278.396,40.129,290.245
+						c61.941,0.382-16.348-302.021,4.854-374.22c24.194-82.438,41.732,90.775,55.653,120.927
+						c40.328,87.321,113.271,161.368,211.958,110.711C989.172,751.934,1040.582,433.785,750.273,452.651z"></path>
+				</g>
+			</g>
+			<g id="Shape_113">
+				<g>
+					<path d="M390.73,808.576h36.259v-507.67H390.73V808.576z M535.766,808.576h36.273v-507.67h-36.273V808.576z M680.816,808.576
+						h36.271v-507.67h-36.271V808.576z M789.607,44.87c-24.037,0-46.262,7.803-64.275,20.965
+						c-26.699-34.77-68.693-57.224-115.938-57.224c-41.146,0-78.299,17.001-104.89,44.375c-12.708-5.249-26.669-8.116-41.257-8.116
+						c-22.517,0-43.451,6.831-60.844,18.567c-19.229-11.768-41.89-18.567-66.078-18.567c-70.104,0-126.906,56.801-126.906,126.921
+						c0,34.488,13.773,65.827,36.149,88.704v40.411H209.34h-36.259c0,0-72.533,0-72.533,72.518c0,72.533,0,326.361,0,326.361
+						s0,72.533,72.533,72.533c25.173,0,50.344,0,72.486,0v145.051c0,40.082,32.545,72.518,72.518,72.518h471.411
+						c40.129,0,72.533-32.436,72.533-72.518V663.525V234.829c22.312-19.947,36.369-48.904,36.369-81.167
+						C898.4,93.539,849.621,44.87,789.607,44.87z M245.569,663.525v36.259h-72.314l-0.172-1.552V373.706l1.52-0.282h34.739h36.228
+						L245.569,663.525L245.569,663.525z M789.498,409.698v217.631v217.506c0,40.082-32.404,72.533-72.518,72.533H390.62
+						c-39.988,0-72.533-32.451-72.533-72.533v-72.518c0.028,0,0.047,0,0.047,0V300.906h-0.047v-3.51
+						c5.954,0.894,12.05,1.316,18.239,1.316c37.121,0,70.512-15.983,93.729-41.398c10.498,3.321,21.607,5.14,33.188,5.14
+						c14.021,0,27.453-2.664,39.768-7.521c26.645,28.299,64.448,45.974,106.38,45.974c47.869,0,90.364-23.05,117.034-58.682
+						c17.785,12.708,39.564,20.183,63.068,20.229L789.498,409.698L789.498,409.698z"></path>
+				</g>
+			</g>
+			<g id="Shape_83">
+				<g>
+					<path d="M499.475,474.65c110.623,0,200.312-27.154,200.312-71.583c0-69.062-89.699-125.049-200.322-125.049
+						c-110.595,0-200.295,55.992-200.295,125.049C299.166,447.496,388.866,474.65,499.475,474.65z M859.41,484.516
+						c0-38.002,46.492-37.02,35.742-76.509c-9.164-33.679-99.725-37.777-173.701-51.585c10.469,17.373,16.306,36.402,16.306,56.511
+						c0,58.479-89.138,96.271-227.112,96.271c-3.812,0-7.438-0.146-11.184-0.21c-3.733,0.064-7.354,0.21-11.156,0.21
+						c-137.974,0-227.14-37.791-227.14-96.271c0-20.124,5.866-39.138,16.32-56.511c-73.968,13.809-164.538,17.906-173.702,51.585
+						c-10.735,39.489,35.756,38.493,35.756,76.509c0,27.154-134.128,49.094-134.128,107.788
+						c0,96.271,371.104,129.181,494.05,129.181c122.943,0,494.078-32.908,494.078-129.181
+						C993.539,533.604,859.41,511.67,859.41,484.516z"></path>
+				</g>
+			</g>
+			<g id="Shape_33">
+				<g>
+					<path d="M990.29,596.405V6.813L324.652,72.887v614.982C191.951,627.508,36.456,708.39,10.644,828.287
+						c-8.379,39.018,9.007,81.205,25.14,100.561c90.846,108.438,288.869,57.854,379.93-58.69
+						c40.396-51.712,37.012-96.895,37.012-207.709c0-130.248,0-319.392,0-465.021l409.501-33.27c0,200.781,0,457.678,0,457.678
+						c-132.719-60.36-288.215,20.521-314.029,140.419c-8.387,39.021,9.021,81.204,25.14,100.562
+						c90.854,108.438,288.896,57.867,379.931-58.695C993.657,752.402,990.29,707.226,990.29,596.405z"></path>
+				</g>
+			</g>
+			<g id="Shape_86">
+				<g>
+					<path d="M91.753-1.502v1001.5h814.443V-1.502H91.753z M237.116,929.453h-74.833v-74.817h74.833V929.453z M237.116,817.229
+						h-74.833v-74.812h74.833V817.229z M237.116,705.002h-74.833v-74.814h74.833V705.002z M237.116,592.777h-74.833V517.96h74.833
+						V592.777z M237.116,480.552h-74.833v-74.833h74.833V480.552z M237.116,368.311h-74.833v-74.817h74.833V368.311z
+						 M237.116,256.086h-74.833v-74.817h74.833V256.086z M237.116,143.86h-74.833V69.044h74.833V143.86z M709.234,929.453H288.714
+						V517.96h420.521L709.234,929.453L709.234,929.453z M709.234,480.552H288.714V69.044h420.521L709.234,480.552L709.234,480.552z
+						 M835.666,929.453H760.85v-74.817h74.816V929.453L835.666,929.453z M835.666,817.229H760.85v-74.812h74.816V817.229
+						L835.666,817.229z M835.666,705.002H760.85v-74.814h74.816V705.002L835.666,705.002z M835.666,592.777H760.85V517.96h74.816
+						V592.777L835.666,592.777z M835.666,480.552H760.85v-74.833h74.816V480.552L835.666,480.552z M835.666,368.311H760.85v-74.817
+						h74.816V368.311L835.666,368.311z M835.666,256.086H760.85v-74.817h74.816V256.086L835.666,256.086z M835.666,143.86H760.85
+						V69.044h74.816V143.86L835.666,143.86z"></path>
+				</g>
+			</g>
+			<g id="Shape_106">
+				<g>
+					<path d="M540.389,207.571c-45.938,0-83.215,37.308-83.215,83.232c0,45.908,37.273,83.216,83.215,83.216
+						c45.942,0,83.232-37.308,83.232-83.216C623.621,244.879,586.331,207.571,540.389,207.571z M540.439,915.974V527.209
+						L986.381,57.916L12.678,57.354L450.1,527.226h7.104v388.747c-141.174,5.779-249.681,40.401-249.681,82.27H790.12
+						C790.12,956.375,681.529,921.753,540.439,915.974z M499.138,467.993L141.495,124.339h714.572L512.446,466.923L499.138,467.993z
+						"></path>
+				</g>
+			</g>
+			<g id="Shape_105">
+				<g>
+					<path d="M465.875,4.779C182.97,22.61-29.022,287.27,8.874,566.536c34.72,255.992,267.902,443.421,524.738,427.192
+						C791.934,977.453,993.128,755.486,995.46,499.26C992.912,215.2,750.186-13.168,465.875,4.779z M243.329,620.659
+						c-7.758-1.837-15.499-3.656-23.257-5.492c-39.848-9.396-56.77,51.856-16.889,61.269c7.989,1.892,15.979,3.771,23.952,5.657
+						c-1.489,4.698-3.027,9.379-4.632,14.044c-8.783-3.474-17.566-6.941-26.35-10.438c-16.111-6.401-34.853,6.848-39.07,22.197
+						c-4.962,18.062,6.104,32.687,22.198,39.088c6.567,2.597,13.15,5.188,19.717,7.808c-1.985,4.317-4.102,8.585-6.203,12.869
+						c-6.914-3.806-13.828-7.626-20.743-11.414c-7.725-4.251-15.201-4.896-21.917-3.357c-24.001-33.028-43.52-69.341-57.448-107.812
+						c-47.325-130.646-25.837-276.173,50.897-390.82c2.067-3.077,4.218-6.054,6.352-9.048c6.468,1.24,13.597,0.446,20.941-3.59
+						c7.642-4.218,15.301-8.419,22.959-12.638c2.118,4.317,4.251,8.618,6.27,12.985c-6.931,2.746-13.862,5.491-20.792,8.254
+						c-16.095,6.352-27.177,21.008-22.198,39.07c4.218,15.334,22.959,28.566,39.07,22.182c9.164-3.622,18.311-7.245,27.475-10.867
+						c1.621,4.714,3.242,9.445,4.764,14.226c-8.75,2.051-17.467,4.118-26.218,6.17c-39.864,9.412-22.943,70.697,16.889,61.285
+						c8.403-1.985,16.79-3.97,25.208-5.938c0.91,4.466,1.771,8.966,2.581,13.448c-5.955,0.761-11.91,1.505-17.881,2.266
+						c-17.187,2.184-31.776,12.819-31.776,31.776c0,15.664,14.54,33.959,31.776,31.759c8.568-1.071,17.153-2.167,25.721-3.237
+						c0.348,4.812,0.811,9.645,1.026,14.475h-26.764c-40.973,0-40.973,63.552,0,63.552h26.483
+						c-0.281,4.813-0.811,9.596-1.208,14.424c-9.958-1.271-19.932-2.525-29.89-3.787c-17.203-2.185-31.775,16.1-31.775,31.774
+						c0,18.957,14.623,29.593,31.775,31.76c7.196,0.909,14.358,1.837,21.537,2.729C245.082,611.743,244.255,616.209,243.329,620.659
+						z M722.115,869.836c-105.616,63.204-234.456,77.529-352.857,41.568c-32.504-9.875-63.387-23.919-92.201-41.369
+						c18.973-10.951,26.632-41.389,1.803-55.05c-9.975-5.479-19.965-10.973-29.939-16.458c3.259-6.688,6.468-13.399,9.527-20.187
+						c10.239,4.059,20.479,8.089,30.718,12.157c16.111,6.401,34.869-6.848,39.07-22.182c4.962-18.079-6.104-32.702-22.198-39.09
+						c-8.139-3.229-16.276-6.438-24.415-9.657c2.613-7.595,5.111-15.201,7.46-22.876c9.396,2.216,18.791,4.433,28.187,6.646
+						c39.854,9.412,56.771-51.854,16.895-61.269c-9.729-2.283-19.47-4.604-29.212-6.883c1.39-6.637,2.68-13.281,3.87-19.969
+						c10.967,1.395,21.934,2.778,32.885,4.169c17.235,2.169,31.771-16.107,31.771-31.771c0-18.956-14.591-29.594-31.771-31.775
+						c-8.188-1.021-16.376-2.062-24.581-3.094c0.629-7.443,1.142-14.903,1.521-22.38h28.604c40.989,0,40.989-63.535,0-63.535h-28.16
+						c-0.033-0.744-0.017-1.488-0.05-2.25c-0.312-6.765-0.761-13.497-1.273-20.213c9.825-1.24,19.651-2.481,29.479-3.723
+						c17.187-2.188,31.771-12.808,31.771-31.775c0-15.681-14.539-33.942-31.771-31.775c-12.423,1.588-24.861,3.159-37.301,4.73
+						c-1.18-6.731-2.438-13.431-3.821-20.081c9.347-2.216,18.709-4.416,28.038-6.616c39.881-9.429,22.959-70.697-16.891-61.285
+						c-8.97,2.117-17.945,4.251-26.934,6.368c-2.398-7.741-4.929-15.416-7.592-23.025c7.758-3.076,15.532-6.153,23.29-9.213
+						c16.095-6.386,27.16-21.024,22.198-39.087c-4.223-15.334-22.959-28.584-39.07-22.198c-10.024,3.97-20.031,7.939-30.056,11.909
+						c-3.126-6.799-6.368-13.53-9.71-20.197c8.718-4.797,17.435-9.594,26.136-14.391c24.134-13.266,17.533-42.329-0.281-54.007
+						c104.789-62.374,235.3-79.263,354.977-42.889c33.691,10.223,65.318,24.646,94.48,42.527
+						c-18.162,11.463-25.105,40.973-0.761,54.371c8.701,4.797,17.418,9.594,26.119,14.391c-3.325,6.667-6.567,13.396-9.693,20.181
+						c-10.008-3.953-20.031-7.923-30.039-11.893c-16.128-6.402-34.869,6.864-39.087,22.198c-4.963,18.062,6.104,32.701,22.186,39.07
+						c7.771,3.06,15.551,6.153,23.309,9.229c-2.663,7.609-5.178,15.268-7.576,23.009c-8.979-2.117-17.964-4.251-26.929-6.352
+						c-39.864-9.412-56.786,51.84-16.895,61.269c9.329,2.2,18.691,4.417,28.021,6.617c-1.373,6.649-2.646,13.332-3.807,20.064
+						c-12.438-1.572-24.882-3.144-37.304-4.715c-17.23-2.167-31.792,16.095-31.792,31.776c0,18.973,14.605,29.592,31.792,31.771
+						c9.812,1.24,19.638,2.481,29.479,3.728c-0.517,6.716-0.979,13.442-1.274,20.213c-0.03,0.745-0.03,1.483-0.062,2.25h-28.142
+						c-41.006,0-41.006,63.534,0,63.534h28.583c0.397,7.461,0.896,14.938,1.521,22.358c-8.188,1.042-16.396,2.085-24.58,3.11
+						c-17.188,2.167-31.775,12.814-31.775,31.771c0,15.665,14.561,33.942,31.775,31.775c10.967-1.389,21.934-2.778,32.884-4.168
+						c1.19,6.683,2.48,13.332,3.871,19.948c-9.729,2.3-19.47,4.599-29.195,6.896c-39.881,9.396-22.976,70.687,16.894,61.271
+						c9.38-2.22,18.791-4.438,28.17-6.649c2.35,7.658,4.848,15.284,7.461,22.859c-8.144,3.226-16.276,6.448-24.438,9.677
+						c-16.074,6.368-27.145,21.008-22.182,39.087c4.218,15.334,22.959,28.584,39.087,22.183
+						c10.239-4.053,20.479-8.104,30.717-12.152c3.062,6.777,6.271,13.497,9.528,20.164c-9.978,5.508-19.967,11-29.925,16.475
+						C695.964,828.565,703.391,858.736,722.115,869.836z M827.417,756.264c-6.914,3.811-13.846,7.626-20.76,11.414
+						c-2.104-4.284-4.201-8.552-6.203-12.869c6.584-2.608,13.146-5.211,19.718-7.808c16.111-6.385,27.177-21.023,22.198-39.087
+						c-4.201-15.352-22.942-28.6-39.07-22.198c-8.783,3.49-17.562,6.964-26.334,10.438c-1.621-4.665-3.143-9.352-4.646-14.044
+						c7.984-1.892,15.963-3.771,23.946-5.657c39.864-9.396,22.942-70.664-16.889-61.271c-7.741,1.836-15.479,3.654-23.257,5.491
+						c-0.927-4.45-1.737-8.916-2.58-13.382c7.179-0.91,14.357-1.82,21.536-2.713c17.17-2.188,31.772-12.819,31.772-31.776
+						c0-15.681-14.559-33.959-31.772-31.771c-9.978,1.257-19.935,2.515-29.892,3.771c-0.385-4.812-0.931-9.594-1.209-14.405h26.479
+						c40.989,0,40.989-63.554,0-63.554H743.7c0.229-4.812,0.689-9.644,1.042-14.474c8.562,1.075,17.137,2.167,25.722,3.242
+						c17.236,2.194,31.776-16.101,31.776-31.765c0-18.957-14.606-29.593-31.776-31.771c-5.971-0.744-11.926-1.505-17.881-2.266
+						c0.794-4.483,1.654-8.966,2.581-13.465c8.402,1.985,16.806,3.97,25.208,5.955c39.849,9.412,56.753-51.857,16.889-61.269
+						c-8.729-2.068-17.479-4.136-26.218-6.188c1.506-4.781,3.127-9.512,4.747-14.226c9.164,3.622,18.328,7.262,27.492,10.884
+						c16.128,6.385,34.869-6.864,39.064-22.198c4.979-18.062-6.087-32.719-22.192-39.07c-6.937-2.746-13.861-5.509-20.812-8.254
+						c2.034-4.351,4.151-8.668,6.271-12.985c7.656,4.218,15.334,8.437,22.976,12.638c6.933,3.821,13.729,4.797,19.916,3.838
+						c52.271,72.881,82.541,161.812,83.385,253.812c-0.811,91.897-30.089,180.525-82.651,253.604
+						C842.535,751.368,835.075,752.029,827.417,756.264z"></path>
+				</g>
+			</g>
+			<g id="Shape_89">
+				<g>
+					<path d="M710.807,331.839c-46.459-12.13-86.855-26.955-121.222-41.932c4.8,36.162,8.813,77.943,10.191,121.919
+						c33.134,2.71,67.706-13.462,67.706-13.462s-27.41,54.271-67.561,65.616c-1.09,46.41-5.812,88.401-14.144,125.729
+						c17.653-6.208,37.222-8.329,58.438-2.786c91.146,23.854,89.754,153.25,89.754,153.25s-48.05-64.465-108.771-80.271
+						c-19.812-5.164-40.917-5.136-60.438-2.808c-17.34,41.613-40.896,74.823-70.562,99.021
+						c23.271,25.938,53.026,45.598,91.354,55.637C852.865,881.537,990.778,353.02,990.778,353.02S874.143,374.482,710.807,331.839z
+						 M766.777,515.118c-54.668-14.25-50.7-104.08-50.7-104.08s28.56,39.918,64.979,49.442c36.45,9.521,80.854-11.326,80.854-11.326
+						S821.475,529.398,766.777,515.118z M543.791,176.393c0,0-92.404,74.354-256.345,114.483
+						c-163.987,40.13-280.272,16.93-280.272,16.93s129.914,530.53,398.238,464.792C673.752,706.908,543.791,176.393,543.791,176.393
+						z M155.518,491.237c0,0-2.65-89.875,52.244-103.292c54.879-13.432,94.085,67.448,94.085,67.448s-44.052-21.519-80.653-12.563
+						C184.607,451.789,155.518,491.237,155.518,491.237z M385.983,693.34c-91.481,22.381-151.875-92.087-151.875-92.087
+						s72.96,33.876,133.942,18.929c60.967-14.961,110.021-78.639,110.021-78.639S477.464,670.928,385.983,693.34z M418.087,397.999
+						c-36.768,8.087-66.782,46.899-66.782,46.899s-0.545-89.906,54.622-102.083c55.167-12.16,92.496,69.583,92.496,69.583
+						S454.87,389.868,418.087,397.999z"></path>
+				</g>
+			</g>
+			<g id="Shape_120">
+				<g>
+					<path d="M812.992,241.865c-76.589,0-138.329-14.593-177.104,4.792c0,0-95.729,19.14-114.884,19.14
+						c-19.14,0-100.508-4.792-148.373-14.362c-47.863-9.57-263.27-19.141-359,23.932v52.657c0,0,19.154,14.362,23.932,19.141
+						c4.792,4.792,33.517,57.435,43.086,90.951c9.57,33.503,38.295,119.662,224.962,100.508c0,0,18.762-2.212,44.094-12.983
+						c-10.086,22.481-17.188,48.232-14.951,70.885c2.003,20.191,11.154,36.265,26.464,46.471c3.438,2.292,7.18,4.687,11.151,7.145
+						c-28.188,28.314-43.93,50.475-75.598,52.903c-41.76,3.235-53.063-22.483-46.646-40.677c6.01-17.021,36.995-2.234,40.148,5.896
+						c-1.326-7.77-8.73-42.667-36.318-45.51c-31.053-3.208-38.187,31.854-38.187,48.979s4.075,90.188,129.341,90.188
+						c83.39,0,129.389-35.084,150.829-58.539c3.355,0.46,6.545,0.729,9.47,0.729c3.208,0,6.24-0.271,8.988-0.826
+						c2.06-0.413,5.354-1.469,9.579-3.077c20.312,23.312,67.021,61.717,154.289,61.717c125.252,0,130.127-73.065,130.127-90.188
+						c0-17.123-7.178-52.188-38.217-48.979c-27.567,2.844-35.027,37.713-36.346,45.51c3.143-8.136,34.031-22.897,40.014-5.896
+						c6.444,18.188-5.062,43.912-46.816,40.677c-37.356-2.87-52.873-33.158-92.521-68.641
+						c19.869-17.592,34.096-36.749,34.096-55.205c0-16.688-7.438-34.566-17.481-51.701c24.354,6.919,87.404,21.376,147.501,6.354
+						c76.589-19.153,90.952-28.729,124.454-110.097c33.503-81.367,38.295-71.797,43.071-76.589
+						c4.794-4.778,19.15-4.778,19.15-47.865v-23.933C985.311,275.368,889.581,241.865,812.992,241.865z M602.479,611.091
+						c-46.147-21.688-91.174,10.58-91.174,10.58s-55.932-40.678-107.33,0c-0.683,0.541-1.334,1.079-2.004,1.618
+						c-6.8-3.981-13.367-8.062-19.505-12.15c-3.574-2.383-8.46-6.89-9.598-18.396c-2.992-30.279,22.254-76.75,36.454-90.95
+						c25.524-25.53,50.024-69.402,51.059-71.256l0.866-1.543l0.569-1.692c0.771-2.328,2.024-6.562,3.668-12.114
+						c1.188-4.021,2.344-7.859,3.467-11.55c6.713-14.134,8.78-23.204,9.642-30.157c3.775-11.157,7.034-19.93,9.834-26.82
+						c5.69-3.554,14.562-6.617,23.062-6.028c5.845,9.472,10.411,21.106,8.993,29.599c-4.209,25.313,14.146,54.322,36.732,86.863
+						c4.55,6.565,10.809,15.559,11.858,18.071c2.409,7.242,8.104,14.863,19.722,30.038c15.526,20.291,41.521,54.254,41.521,73.989
+						C630.317,582.206,624.613,593.302,602.479,611.091z M323.014,509.062c-47.865,9.564-201.042,38.295-229.754-119.667
+						c0,0-28.724-81.367,23.933-105.3c52.643-23.932,191.459-14.362,220.184-9.57c28.71,4.779,100.508,19.141,95.729,100.508
+						c-0.594,9.989-1.979,19.397-4.033,28.241c-0.104,0.352-0.208,0.692-0.312,1.052c-1.137,3.844-2.058,6.998-2.748,9.188
+						c-4.413,7.7-24.433,41.854-43.771,61.196c-3.58,3.581-7.604,8.454-11.758,14.292
+						C355.064,499.325,338.536,505.957,323.014,509.062z M910.48,384.647C881.754,542.605,728.59,513.894,680.725,504.309
+						c-26.891-5.376-56.806-21.323-78.707-48.698c-2.854-5.178-7.145-11.429-13.341-20.351c-0.227-0.326-0.467-0.672-0.707-1.018
+						c-9.505-17.839-15.878-39.104-17.337-63.943c-4.792-81.381,67.005-95.729,95.729-100.521
+						c28.724-4.792,167.521-14.362,220.185,9.57C939.191,303.28,910.48,384.647,910.48,384.647z"></path>
+				</g>
+			</g>
+			<g id="Shape_117">
+				<g>
+					<path d="M784.293,331.32c-36.211,0-74.01,10.757-110.783,35.085c0-7.497,6.074-8.938,7.354-14.994
+						c19.146-42.747,33.018-55.026,37.48-89.78C739.395,101.432,615.869,18.585,494.18,18.585
+						c-111.544,0-221.581,69.607-217.443,213.058c1.439,51.999,34.292,89.632,37.468,127.266
+						c-35.234-19.048-69.607-27.438-101.746-27.438c-117.766,0-206.355,112.205-205.082,222.011
+						C8.817,690.711,119.003,773.47,238.375,773.47c12.759,0,25.519-0.96,38.362-2.857
+						c98.718-14.685,159.636-94.249,209.715-172.164c0.646,201.59-94.896,298.719-239.686,344.328
+						c-23.765,7.479-72.09-1.758-81.986,37.138h666.314l7.021-7.166c-89.473-39.868-177.99-47.845-239.395-112.271
+						c-60.121-62.84-78.625-146.729-89.94-262.026c45.543,108.929,158.924,168.408,264.262,168.408
+						c103.896,0,199.818-57.896,214.812-183.319C1004.137,447.415,903.102,331.32,784.293,331.32z"></path>
+				</g>
+			</g>
+			<g id="Shape_35_2_">
+				<g>
+					<path d="M359.044,692.846c-38.815,0-70.215,31.398-70.215,70.229c0,38.73,31.396,70.207,70.215,70.207
+						c38.744,0,70.215-31.477,70.215-70.207C429.259,724.244,397.788,692.846,359.044,692.846z M745.225,692.846
+						c-38.795,0-70.209,31.398-70.209,70.229c0,38.73,31.414,70.207,70.209,70.207c38.75,0,70.229-31.477,70.229-70.207
+						C815.447,724.244,783.975,692.846,745.225,692.846z M201.57,271.554l-70.727-105.333H60.621
+						c-29.104,0-52.66,23.592-52.66,52.667c0,29.075,23.556,52.667,52.66,52.667h31.025l179.627,351.069h601.474l118.241-351.069
+						L201.57,271.554L201.57,271.554z M675.016,324.207c9.691,0,17.562,7.82,17.562,17.556c0,9.677-7.865,17.556-17.562,17.556
+						c-9.705,0-17.555-7.879-17.555-17.556C657.461,332.027,665.311,324.207,675.016,324.207z M639.904,394.429
+						c9.707,0,17.557,7.82,17.557,17.556c0,9.661-7.85,17.541-17.557,17.541c-9.691,0-17.561-7.879-17.561-17.541
+						C622.35,402.249,630.213,394.429,639.904,394.429z M604.809,324.207c9.691,0,17.541,7.82,17.541,17.556
+						c0,9.677-7.85,17.556-17.541,17.556c-9.707,0-17.541-7.879-17.541-17.556C587.268,332.027,595.102,324.207,604.809,324.207z
+						 M569.727,394.429c9.77,0,17.541,7.82,17.541,17.556c0,9.661-7.771,17.541-17.541,17.541c-9.678,0-17.556-7.879-17.556-17.541
+						C552.171,402.249,560.049,394.429,569.727,394.429z M464.363,324.207c9.706,0,17.556,7.82,17.556,17.556
+						c0,9.677-7.85,17.556-17.556,17.556c-9.699,0-17.548-7.879-17.548-17.556C446.815,332.027,454.665,324.207,464.363,324.207z
+						 M394.155,324.207c9.693,0,17.548,7.82,17.548,17.556c0,9.677-7.854,17.556-17.548,17.556c-9.706,0-17.562-7.879-17.562-17.556
+						C376.6,332.027,384.449,324.207,394.155,324.207z M323.933,324.207c9.706,0,17.562,7.82,17.562,17.556
+						c0,9.677-7.854,17.556-17.562,17.556s-17.556-7.879-17.556-17.556C306.377,332.027,314.227,324.207,323.933,324.207z
+						 M253.718,359.318c-9.772,0-17.556-7.879-17.556-17.556c0-9.735,7.784-17.556,17.556-17.556c9.699,0,17.556,7.82,17.556,17.556
+						C271.273,351.439,263.417,359.318,253.718,359.318z M288.829,429.526c-9.706,0-17.556-7.879-17.556-17.541
+						c0-9.735,7.85-17.556,17.556-17.556c9.699,0,17.548,7.82,17.548,17.556C306.377,421.647,298.528,429.526,288.829,429.526z
+						 M323.933,499.748c-9.706,0-17.556-7.879-17.556-17.556c0-9.735,7.85-17.562,17.556-17.562s17.562,7.821,17.562,17.562
+						C341.489,491.869,333.639,499.748,323.933,499.748z M359.044,394.429c9.699,0,17.556,7.82,17.556,17.556
+						c0,9.661-7.854,17.541-17.556,17.541c-9.706,0-17.555-7.879-17.555-17.541C341.489,402.249,349.338,394.429,359.044,394.429z
+						 M359.044,569.971c-9.706,0-17.526-7.894-17.526-17.556c0-9.735,7.821-17.556,17.526-17.556
+						c9.699,0,17.556,7.814,17.556,17.556C376.6,562.077,368.743,569.971,359.044,569.971z M394.155,499.748
+						c-9.706,0-17.562-7.879-17.562-17.556c0-9.735,7.854-17.562,17.562-17.562c9.693,0,17.548,7.821,17.548,17.562
+						C411.704,491.869,403.854,499.748,394.155,499.748z M429.259,394.429c9.699,0,17.562,7.82,17.562,17.556
+						c0,9.661-7.857,17.541-17.562,17.541c-9.706,0-17.556-7.879-17.556-17.541C411.704,402.249,419.553,394.429,429.259,394.429z
+						 M429.259,569.971c-9.706,0-17.519-7.894-17.519-17.556c0-9.735,7.812-17.556,17.519-17.556
+						c9.699,0,17.562,7.814,17.562,17.556C446.815,562.077,438.958,569.971,429.259,569.971z M464.363,499.748
+						c-9.699,0-17.548-7.879-17.548-17.556c0-9.735,7.85-17.562,17.548-17.562c9.706,0,17.556,7.821,17.556,17.562
+						C481.919,491.869,474.069,499.748,464.363,499.748z M499.475,569.971c-9.705,0-17.521-7.894-17.521-17.556
+						c0-9.735,7.815-17.556,17.521-17.556c9.699,0,17.562,7.814,17.562,17.556C517.03,562.077,509.174,569.971,499.475,569.971z
+						 M499.475,429.526c-9.705,0-17.556-7.879-17.556-17.541c0-9.735,7.851-17.556,17.556-17.556c9.699,0,17.562,7.82,17.562,17.556
+						C517.03,421.647,509.174,429.526,499.475,429.526z M534.586,324.207c9.706,0,17.556,7.82,17.556,17.556
+						c0,9.677-7.85,17.556-17.556,17.556s-17.556-7.879-17.556-17.556C517.03,332.027,524.88,324.207,534.586,324.207z
+						 M534.586,499.748c-9.706,0-17.526-7.879-17.526-17.556c0-9.735,7.82-17.562,17.526-17.562s17.556,7.821,17.556,17.562
+						C552.142,491.869,544.292,499.748,534.586,499.748z M569.58,569.971c-9.662,0-17.438-7.894-17.438-17.556
+						c0-9.735,7.776-17.556,17.438-17.556c9.779,0,17.57,7.814,17.57,17.556C587.15,562.077,579.359,569.971,569.58,569.971z
+						 M604.809,499.748c-9.707,0-17.541-7.879-17.541-17.556c0-9.735,7.834-17.562,17.541-17.562
+						c9.691,0,17.541,7.821,17.541,17.562C622.35,491.869,614.5,499.748,604.809,499.748z M639.803,569.971
+						c-9.677,0-17.453-7.894-17.453-17.556c0-9.735,7.776-17.556,17.453-17.556c9.77,0,17.562,7.814,17.562,17.556
+						C657.358,562.077,649.566,569.971,639.803,569.971z M674.914,499.748c-9.677,0-17.453-7.879-17.453-17.556
+						c0-9.735,7.776-17.562,17.453-17.562c9.764,0,17.541,7.821,17.541,17.562C692.455,491.869,684.678,499.748,674.914,499.748z
+						 M710.127,394.429c9.691,0,17.557,7.82,17.557,17.556c0,9.661-7.859,17.541-17.557,17.541c-9.705,0-17.555-7.879-17.555-17.541
+						C692.572,402.249,700.422,394.429,710.127,394.429z M710.127,569.971c-9.705,0-17.525-7.894-17.525-17.556
+						c0-9.735,7.82-17.556,17.525-17.556c9.691,0,17.557,7.814,17.557,17.556C727.684,562.077,719.818,569.971,710.127,569.971z
+						 M745.137,499.748c-9.678,0-17.453-7.879-17.453-17.556c0-9.735,7.775-17.562,17.453-17.562c9.77,0,17.541,7.821,17.541,17.562
+						C762.678,491.869,754.9,499.748,745.137,499.748z M745.225,359.318c-9.707,0-17.541-7.879-17.541-17.556
+						c0-9.735,7.834-17.556,17.541-17.556c9.705,0,17.57,7.82,17.57,17.556C762.795,351.439,754.93,359.318,745.225,359.318z
+						 M780.336,569.971c-9.707,0-17.512-7.894-17.512-17.556c0-9.735,7.805-17.556,17.512-17.556
+						c9.705,0,17.555,7.814,17.555,17.556C797.891,562.077,790.041,569.971,780.336,569.971z M780.336,429.526
+						c-9.707,0-17.512-7.879-17.512-17.541c0-9.735,7.805-17.556,17.512-17.556c9.705,0,17.555,7.82,17.555,17.556
+						C797.891,421.647,790.041,429.526,780.336,429.526z M815.447,499.748c-9.707,0-17.518-7.879-17.518-17.556
+						c0-9.735,7.811-17.562,17.518-17.562c9.705,0,17.555,7.821,17.555,17.562C833.002,491.869,825.152,499.748,815.447,499.748z
+						 M815.447,359.318c-9.707,0-17.518-7.879-17.518-17.556c0-9.735,7.811-17.556,17.518-17.556c9.705,0,17.555,7.82,17.555,17.556
+						C833.002,351.439,825.152,359.318,815.447,359.318z M850.558,429.526c-9.706,0-17.521-7.879-17.521-17.541
+						c0-9.735,7.814-17.556,17.521-17.556s17.562,7.82,17.562,17.556C868.113,421.647,860.264,429.526,850.558,429.526z
+						 M885.669,359.318c-9.706,0-17.556-7.879-17.556-17.556c0-9.735,7.85-17.556,17.556-17.556s17.541,7.82,17.541,17.556
+						C903.21,351.439,895.375,359.318,885.669,359.318z"></path>
+				</g>
+			</g>
+			<g id="Shape_101_2_">
+				<g>
+					<path d="M697.507,227.15c-0.096-106.755-12.133-141.453-14.778-147.828C658.545,11.063,594.662,8.856,589.37,8.787
+						c-1.097-0.027-2.193-0.027-3.263-0.027c-25.259,0-45.666,8.034-60.664,23.868c-26.336,27.803-25.486,69.945-25.295,75.086
+						v98.173l-21.062-2.262l-0.247-33.767c1.206-52.85-10.118-91.866-33.684-116.009c-22.188-22.716-48.202-24.485-55.646-24.485
+						c-0.754,0-1.396,0.027-1.858,0.041c-1.144-0.041-2.268-0.055-3.392-0.055c-27.235,0-49.773,9.13-66.979,27.104
+						c-36.426,38.043-35.042,102.697-34.835,108.62v48.161l-104.726,14.999l-0.165-0.014v625.646l453.164,136.669l0.658,0.206
+						l189.93-92.251V240.503l0.102-0.014L697.507,227.15z M282.428,240.86l-80.392-11.104l80.392-11.516V240.86z M344.038,82.16
+						c10.896-11.091,24.636-16.013,42.485-15.094l0.768,0.055l1.535-0.083c4.14,0,18.618,1.028,31.491,14.23
+						c16.104,16.506,24.109,46.584,23.149,87.055l-0.014,0.219l0.206,31.298l-38.757-4.181l-87.041,12.462v-44.254
+						C317.839,163.32,317.291,109.318,344.038,82.16z M317.839,245.727v-32.574l87.151-12.489l38.702,4.017l0.384,58.47
+						L317.839,245.727z M534.338,107.838c-0.014-0.315-1.221-31.751,16.054-50.053c8.705-9.171,20.646-13.627,36.535-13.627
+						c0.796,0,1.591,0.027,2.742,0.027c1.823,0.014,45.159,1.069,61.528,47.805l0.188,0.548
+						c0.123,0.302,11.652,32.135,11.892,130.911l-128.979-13.888l0.068-100.956L534.338,107.838z M631.25,288.98l-151.722-20.934
+						l-0.439-59.718l328.464,34.041L631.25,288.98z"></path>
+				</g>
+			</g>
+			<g id="Shape_110_2_">
+				<g>
+					<path d="M575.712,422.511V159.448H422.236V422.51H159.174v153.479h263.062v263.079h153.476v-263.08h263.08V422.511H575.712z
+						 M498.975,7.371C227.754,7.371,7.097,228.028,7.097,499.248c0,271.221,220.657,491.878,491.875,491.878
+						c271.226,0,491.878-220.657,491.878-491.878C990.852,228.028,770.194,7.371,498.975,7.371z M498.975,938.018
+						c-241.938,0-438.75-196.819-438.75-438.77c0-241.927,196.808-438.752,438.75-438.752
+						c241.933,0,438.752,196.825,438.752,438.752C937.727,741.192,740.901,938.018,498.975,938.018z"></path>
+				</g>
+			</g>
+			<g id="Shape_121_2_">
+				<g>
+					<path d="M821.111,934.699H177.838c-16.39,0-29.703,13.297-29.703,29.702c0,16.39,13.313,29.687,29.703,29.687h643.273
+						c16.401,0,29.703-13.297,29.703-29.687C850.814,947.996,837.518,934.699,821.111,934.699z M177.838,232.035h643.273
+						c16.401,0,29.703-13.298,29.703-29.688c0-16.39-13.302-29.687-29.703-29.687H699.994l28.389-40.229
+						c2.82,0.384,5.688,0.641,8.619,0.641c35.518,0,64.324-28.806,64.324-64.324c0-35.534-28.812-64.34-64.324-64.34
+						c-35.535,0-64.34,28.806-64.34,64.34c0,10.622,2.627,20.619,7.193,29.463l-52.555,74.449H177.838
+						c-16.39,0-29.703,13.297-29.703,29.687C148.135,218.737,161.448,232.035,177.838,232.035z M789.822,271.622
+						c-24.592,0-156.748,0-289.546,0c-0.545,0-1.062,0-1.586,0c-132.814,0-264.958,0-289.563,0
+						c-29.687,0-23.519,21.597-19.786,29.688c32.442,70.557,118.748,192.988,118.748,282.065
+						c0,89.061-86.305,211.492-118.748,282.049c-3.733,8.107-9.901,29.688,19.786,29.688c24.592,0,156.749,0,289.563,0
+						c0.523,0,1.041,0,1.586,0c132.798,0,264.938,0,289.546,0c29.688,0,23.52-21.58,19.787-29.688
+						c-32.443-70.557-118.748-192.986-118.748-282.049c0-89.077,86.305-211.509,118.748-282.065
+						C813.342,293.219,819.51,271.622,789.822,271.622z"></path>
+				</g>
+			</g>
+			<g id="Shape_111_2_">
+				<g>
+					<path d="M712.756,918.966V681.912L440.343,403.979L167.916,681.912v237.039h213.345V722.109
+						c0-31.655,25.669-57.312,57.324-57.312c31.654,0,57.31,25.655,57.31,57.312v196.854L712.756,918.966L712.756,918.966z
+						 M314,835.333h-77.255v-27.805H314V835.333z M314,791.868h-77.255v-82.209H314V791.868z M438.585,580.077
+						c-17.897,0-32.396-14.513-32.396-32.396c0-17.896,14.493-32.404,32.396-32.404s32.396,14.513,32.396,32.404
+						C470.98,565.564,456.483,580.077,438.585,580.077z M563.155,709.659h77.255v82.209h-77.255V709.659z M563.155,807.528h77.255
+						v27.805h-77.255V807.528z M440.343,385.951l307.075,314.033l18.914-18.514l-228.657-233.84V238.806l-97.332-99.758
+						l-97.332,99.758v208.828L114.354,681.479l18.914,18.512L440.343,385.951z M123.812,959.482h633.063v-26.875H123.812V959.482z
+						 M871.377,338.651c-16.183-16.561-42.434-16.561-58.631,0v-16.503h-11.375v650.989H67.926v26.861h744.82V414.846
+						c16.197-16.546,42.448-16.546,58.646,0h-0.017c16.213,16.546,42.463,16.546,58.646,0v-76.208
+						C913.826,355.197,887.59,355.197,871.377,338.651z M440.343,121.078L584.191,268.18l18.896-18.508L446.038,89.046V-1.502
+						h-11.389v90.533L277.581,249.672l18.915,18.508L440.343,121.078z"></path>
+				</g>
+			</g>
+			<g id="Shape_122_2_">
+				<g>
+					<path d="M67.386,225.596l403.275,331.261l460.918-331.261c28.812-23.666,57.608-43.219,0-43.219H67.386
+						C9.761,182.377,38.573,201.93,67.386,225.596z M470.661,643.277L9.761,268.798v489.714c0,28.795,29.174,57.608,52.221,57.608
+						h875.003c23.023,0,52.202-28.813,52.202-57.608V268.798L470.661,643.277z"></path>
+				</g>
+			</g>
+			<g id="Shape_112_2_">
+				<g>
+					<path d="M256.099,378.068l0.094,0.094l237.603-237.603l-0.078-0.078c14.507-14.507,14.507-38.273,0-52.796
+						c-14.507-14.507-38.289-14.507-52.796,0L203.303,325.272c-14.521,14.507-14.521,38.289,0,52.795
+						C217.81,392.59,241.576,392.59,256.099,378.068z M836.928,430.896c-14.507-14.513-38.271-14.513-52.795,0l-0.146-0.15
+						l-238.9,239.321c-13.026,14.61-12.543,37.235,1.459,51.258c14.521,14.507,38.289,14.507,52.795,0L836.928,483.69
+						C851.436,469.184,851.436,445.417,836.928,430.896z M533.404,180.182l-238.112,237.08l66.428,66.434L18.511,826.916
+						c-14.507,14.507-14.507,38.289,0,52.796l26.405,26.405c14.507,14.508,38.273,14.508,52.796,0l343.21-343.229l65.612,65.612
+						l236.671-238.534L533.404,180.182z"></path>
+				</g>
+			</g>
+			<g id="Shape_118_4_">
+				<g>
+					<path d="M783.93,839.049c-114.461,0-207.229,18.567-207.229,41.459c0,22.896,92.771,41.443,207.229,41.443
+						c114.444,0,207.231-18.551,207.231-41.443C991.161,857.616,898.374,839.049,783.93,839.049z"></path>
+				</g>
+			</g>
+			<g id="Shape_114">
+				<g>
+					<path d="M234.065,514.635c0-60.592-49.24-109.671-109.944-109.671c-60.576,0-109.67,49.095-109.67,109.688
+						c0,60.672,49.095,109.928,109.67,109.928C184.826,624.578,234.065,575.322,234.065,514.635z M755.447,815.854
+						c-3.735-5.009-10.521-5.952-15.635-2.513L590.74,921.646c-4.831,3.857-5.926,10.781-2.479,15.635l20.337,28.227
+						c3.725,4.814,10.771,5.926,15.604,2.334l149.104-108.285c4.814-3.752,5.931-10.788,2.479-15.635L755.447,815.854z
+						 M481.069,592.633l59.062,104.275l31.108-23.234l-59.207-103.713L481.069,592.633z M433.214,431.371l-230-403.838
+						l-43.975,0.274L401.82,454.316L433.214,431.371z M908.416,628.572l-213.673-0.258c-17.021,0-31.963,7.311-44.957,16.729
+						l-165.255,116.16L370.835,648.908l158.234-115.886c24.604-20.61,27.921-57.274,7.311-81.884
+						c-20.724-24.324-57.242-27.519-81.862-7.053L207.239,620.295c-35.956,30.146-42.332,98.448-12.463,134.42l178.7,178.812
+						c0,0,48.692,63.484,128.896,5.684l227.779-160.713l178.265,0.273c41.479,0,75.083-33.479,75.083-75.104
+						C983.499,662.306,949.895,628.572,908.416,628.572z"></path>
+				</g>
+			</g>
+			<g id="Shape_93">
+				<g>
+					<path d="M405.976,348.398h-2.713c-4.517,37.967-14.476,71.685-26.347,97.231h55.359
+						C422.191,418.766,411.214,389.533,405.976,348.398z M913.79,436.769h-6.649c-11.087,51.93-35.53,98.079-64.653,133.021H978.37
+						C953.593,533.028,926.648,493.038,913.79,436.769z M261.211,477.982h-6.665c-11.071,36.964-35.521,69.804-64.674,94.688
+						h135.904C300.998,546.516,274.055,518.021,261.211,477.982z M563.553,445.63h55.376c-10.1-26.864-21.078-56.097-26.312-97.231
+						H589.9C585.384,386.366,575.425,420.083,563.553,445.63z M740.154,477.982c-11.062,36.964-35.521,69.804-64.66,94.688h135.89
+						c-24.763-26.157-51.721-54.653-64.55-94.688H740.154L740.154,477.982z M89.927,436.769h-6.665
+						c-11.087,51.93-35.537,98.079-64.675,133.021h135.904C129.714,533.028,102.771,493.038,89.927,436.769z M959.96,816.63
+						l-0.096-145.108l29.405-31.853l-0.078-46.294H837.056l-0.126,15.479l-27.35,0.077v-15.556H678.914v41.166h-19.18v-31.773
+						h-55.453l-0.173,32.187h-13.189l-0.36-87.461h20.438l0.785-86.396h-41.104l-0.172,43.377h-2.854
+						c-25.249-55.797-51.68-117.163-65.442-200.516v-96.62c2.822-2.133,60.094-44.585,129.443-8.124c0,0,46.146,24.872,88.81,3.105
+						c0,0,45.307-21.768,67.92-12.17c0,0-33.215-29.529-90.707-3.387c0,0-28.59,14.694-65.161-27.993
+						c0,0-15.965-46.922-130.305-21.281v-21.391h-12.8V319.28c-12.646,70.994-34.896,134.853-61.82,185.19h-3.654v-43.377h-38.673
+						v86.396h17v87.461h-15.896v-32.187h-47.728l-0.33,21.521l-12.854-0.078l0.188-30.831H187.927l-0.031,16.043l-24.731-0.111
+						l0.188-15.932H9.743L9.68,639.669l30.487,31.854L39.289,816.63l-22.411,32.683l181.07,0.579l-16.545,32.517h216.512v-73.729
+						c0-56.062,45.872-101.92,101.92-101.92c56.065,0,101.92,45.855,101.92,101.92v73.729H827.3l-26.723-32.517l181.446-0.376
+						L959.96,816.63z"></path>
+				</g>
+			</g>
+			<g id="Shape_46">
+				<g>
+					<path d="M499.475,6.066C226.821,6.066,5.793,227.095,5.793,499.748c0,272.654,221.028,493.683,493.682,493.683
+						c272.64,0,493.688-221.049,493.688-493.683C993.157,227.095,772.108,6.066,499.475,6.066z M552.809,340.471
+						c-43.812,0-79.348-35.535-79.348-79.348c0-43.832,35.536-79.347,79.348-79.367c43.812,0,79.354,35.535,79.354,79.367
+						S596.62,340.471,552.809,340.471z M728.297,512.283c-41.903,0-75.893-33.989-75.893-75.912
+						c0-41.924,33.983-75.913,75.913-75.913c41.923,0,75.892,34.01,75.892,75.913C804.209,478.294,770.24,512.283,728.297,512.283z
+						 M759.875,288.222c-32.441,0-58.757-26.314-58.757-58.757c0-32.462,26.312-58.758,58.757-58.777
+						c32.462,0,58.758,26.315,58.758,58.777C818.633,261.907,792.337,288.222,759.875,288.222z"></path>
+				</g>
+			</g>
+			<g id="Shape_39">
+				<g>
+					<path d="M737.659,647.434c-95.929-96.052-72.961-253.299-238.128-262.708c-165.202,9.412-142.311,166.659-238.216,262.708
+						c-45.849,45.854-142.339,63.146-169.662,129.749c-33.486,81.729,21.563,155.638,63.04,187.503
+						c83.32,63.854,217.319,0.726,307.102-8.604c12.89-1.457,25.409-1.703,37.684-1.703c12.293,0,24.812,0.246,37.688,1.703
+						c89.782,9.324,223.781,72.452,307.155,8.604c41.423-31.865,96.484-105.773,63.021-187.503
+						C879.998,710.579,783.508,693.282,737.659,647.434z M916.031,239.942c-60.851-16.331-127.817,36.278-149.486,117.352
+						c-21.771,81.161,9.921,160.075,70.73,176.478c60.896,16.265,127.812-36.274,149.539-117.438
+						C1008.57,335.257,976.875,256.343,916.031,239.942z M161.664,533.771c60.862-16.243,92.505-95.314,70.783-176.394
+						c-21.738-81.161-88.642-133.612-149.521-117.439c-60.861,16.4-92.521,95.314-70.818,176.476
+						C33.829,497.491,100.784,550.03,161.664,533.771z M386.78,301.226c60.845-16.33,92.558-95.314,70.801-176.317
+						C435.859,43.747,368.922-8.774,308.06,7.557c-60.845,16.243-92.54,95.227-70.783,176.388
+						C258.998,264.947,325.918,317.486,386.78,301.226z M612.177,301.226c60.845,16.419,127.817-36.278,149.539-117.281
+						C783.473,102.784,751.742,23.8,690.88,7.557c-60.845-16.331-127.765,36.19-149.485,117.352
+						C519.637,205.911,551.367,284.895,612.177,301.226z"></path>
+				</g>
+			</g>
+			<g id="Shape_44">
+				<g>
+					<path d="M990.266,292.161c-17.127-40.57-74.188-60.328-155.67-60.328c-26.521,0-55.731,2.232-86.937,6.484
+						c-11.056-10.418-22.771-20.151-35.021-29.199c-59.725-44.02-133.453-70.339-213.292-70.339
+						c-182.146,0-332.34,135.201-356.632,310.616c-2.12,15.028-3.57,30.244-3.792,45.784
+						C38.688,573.894-13.954,652.318,8.704,706.026c17.098,40.538,74.316,60.267,155.641,60.267c43.958,0,95.437-6.096,151.138-17.5
+						c78.441-16.029,165.683-42.844,255.332-80.646c89.318-37.688,169.428-81.309,235.613-126.158
+						C940.66,450.927,1016.617,354.732,990.266,292.161z M855.127,425.752c-0.837,0.754-1.699,1.508-2.549,2.262
+						c-0.135-0.674-0.29-1.34-0.43-2.013C564.775,663.979,193.526,705.547,193.526,705.547l-1.118-2.656
+						c-9.639,0.562-19.012,0.861-28.063,0.861c-72.954,0-96.256-17.701-98.066-22.018c-5.97-14.126,19.074-56.812,79.866-110.773
+						c8.521,42.203,24.37,81.721,46.229,117.172c433.799-86.588,628.037-275.378,650.335-298.326
+						c-10.709-33.727-26.232-65.312-45.833-93.919c13.067-0.986,25.674-1.515,37.72-1.515c0,0,0,0,0.107,0
+						c72.877,0,96.07,17.686,97.896,22.095C934.596,321.218,929.289,359.374,855.127,425.752z M285.744,789.115
+						c59.771,44.159,133.53,70.603,213.602,70.603c182.083,0,332.355-135.294,356.648-310.802
+						c-76.869,52.112-169.876,102.771-273.684,146.527C478.179,739.37,376.879,770.502,285.744,789.115z"></path>
+				</g>
+			</g>
+			<g id="Shape_51_2_">
+				<g>
+					<path d="M163.088,425.002V761.38h112.126V425.002H163.088z M349.968,425.002V761.38h112.134V425.002H349.968z M536.855,425.002
+						V761.38H648.98V425.002H536.855z M723.727,425.002V761.38h112.127V425.002H723.727z M88.335,836.143h822.279v-37.381H88.335
+						V836.143z M13.582,873.508v37.38h971.794v-37.38H13.582z M947.995,350.242L536.855,88.609H499.47H462.1L50.962,350.242v37.38
+						h897.033V350.242z"></path>
+				</g>
+			</g>
+			<g id="Shape_97_2_">
+				<g>
+					<path d="M982.645,782.662c-35.586-42.6-73.823-86.88-82.422-145.84c-8.604-58.979,16.275-106.413,38.229-157.382
+						l-12.622-86.656c-35.585-42.583-72.782-79.608-81.374-138.534c-8.593-58.978,15.229-113.685,37.18-164.671l-12.623-86.64
+						L786.49,14.978C745.43,46.722,696.075,68.691,641.111,76.7c-54.947,8.009-108.522,1.046-156.891-17.682l-91.692,13.377
+						c-40.953,31.727-95.458,54.45-150.385,62.459c-54.913,7.991-108.54,1.046-156.885-17.682l-82.575,12.04l12.622,86.64
+						c37.867,43.457,77.242,85.371,86.177,146.681c8.936,61.258-18.093,104.062-41.981,156.521l12.622,86.657
+						c37.866,43.371,76.195,78.134,85.13,139.393c8.918,61.24-17.047,111.354-40.936,163.812l12.639,86.64l86.623-12.639
+						c42.41-35.104,82.129-57.485,140.54-66.009c58.429-8.507,112.073,0.343,162.682,21.812l91.698-13.354
+						c42.377-35.036,86.194-58.085,144.604-66.592c58.407-8.522,102.859,1.572,153.541,23.135l86.617-12.622L982.645,782.662z
+						 M313.965,747.402l-63.145-433.18l433.167-63.128l63.145,433.188L313.965,747.402z"></path>
+				</g>
+			</g>
+			<g id="Shape_53_2_">
+				<g>
+					<path d="M421.637,110.541C162.155,110.541,6.478,318.12,6.478,421.91c0,103.789,51.903,181.628,155.676,181.628
+						c103.79,0,155.693,25.935,155.693,103.789c0,103.79,77.838,181.628,181.627,181.628c337.321,0,492.997-181.628,492.997-363.256
+						C992.472,214.33,733.006,110.541,421.637,110.541z M175.13,499.748c-35.812,0-64.863-29.034-64.863-64.862
+						s29.051-64.862,64.863-64.862c35.828,0,64.862,29.034,64.862,64.862S210.958,499.748,175.13,499.748z M356.758,344.071
+						c-35.828,0-64.862-29.05-64.862-64.879c0-35.828,29.034-64.862,64.862-64.862s64.879,29.034,64.879,64.862
+						C421.637,315.021,392.586,344.071,356.758,344.071z M499.475,785.165c-42.981,0-77.838-34.851-77.838-77.838
+						s34.854-77.854,77.838-77.854c42.988,0,77.845,34.867,77.845,77.854S542.463,785.165,499.475,785.165z M564.354,344.071
+						c-35.845,0-64.879-29.05-64.879-64.879c0-35.828,29.034-64.862,64.879-64.862c35.802,0,64.852,29.034,64.852,64.862
+						C629.199,315.021,600.149,344.071,564.354,344.071z M771.917,447.845c-35.829,0-64.879-29.032-64.879-64.862
+						c0-35.828,29.05-64.862,64.879-64.862c35.828,0,64.879,29.034,64.879,64.862C836.796,418.812,807.745,447.845,771.917,447.845z
+						"></path>
+				</g>
+			</g>
+			<g id="Shape_81_2_">
+				<g>
+					<path d="M499.475,197.479c0,0-120.918-120.918-483.637-120.918v725.473c366.501,0,483.637,120.896,483.637,120.896
+						s117.141-120.896,483.643-120.896V76.561C620.393,76.561,499.475,197.479,499.475,197.479z M439.024,761.643
+						c-54.323-28.685-148.593-64.25-302.292-77.223V197.479c153.695,12.854,247.965,48.401,302.292,77.206V761.643z M862.211,684.42
+						c-153.745,13.007-248.015,48.538-302.286,77.224V274.686c54.271-28.805,148.541-64.353,302.286-77.206V684.42z"></path>
+				</g>
+			</g>
+			<g id="Shape_1_2_">
+				<g>
+					<path d="M350.242,117.661c16.812,0,30.574-13.033,31.803-29.534c0.6-1.85-23.154-82.915-30.185-82.915h-3.153
+						c-7.021,0-30.815,80.77-30.29,82.515C319.458,104.429,333.289,117.661,350.242,117.661z M737.678,632.005l-55.999-63.646
+						c-0.841-0.988-1.934-1.65-3.062-2.081c-0.831-0.295-1.729-0.494-2.618-0.494c-1.775,0-3.573,0.604-5.014,1.882l-64.658,56.85
+						l-4.229,3.709l-17.005,14.973v-98.229v-3.352c0-4.699,3.808-8.503,8.503-8.503c4.698,0,8.502,3.804,8.502,8.503v3.352v71.943
+						l63.267-55.61c2.938-2.584,6.702-4.005,10.625-4.005c0.895,0,1.766,0.084,2.604,0.242V477.85
+						c0-25.046-20.001-45.356-44.71-45.356H403.434c-8.04,0-15.276-5.58-17.205-13.074v-53.561l35.451,2.188
+						c6.527,30.931,33.975,54.138,66.834,54.138c32.854,0,60.297-23.207,66.834-54.117l47.999-2.964
+						c5.876,0,10.626-4.771,10.626-10.637c0-5.843-4.75-10.604-10.342-10.604c0,0,0,0-0.021,0l-48.017-2.954
+						c-1.546-8.051-4.478-15.597-8.598-22.365l32.854-34.306c1.944-1.786,2.854-4.445,2.491-7.293
+						c-0.284-2.354-1.419-4.709-3.163-6.59c-2.261-2.429-5.256-3.815-8.193-3.815c-2.139,0-4.12,0.756-5.37,1.934l-37.006,30.059
+						c-7.269-5.266-15.576-9.133-24.572-11.215l-4.32-69.808c0-5.844-4.771-10.625-10.636-10.625
+						c-5.854,0-10.605,4.771-10.605,10.342l-4.309,69.808c-9.406,2.018-18.098,5.949-25.613,11.394l-36.698-29.765
+						c-1.479-1.367-3.479-2.123-5.595-2.123c-2.953,0-5.946,1.387-8.208,3.826c-1.755,1.892-2.88,4.226-3.164,6.58
+						c-0.336,2.848,0.567,5.507,2.312,7.115l32.886,34.315c-4.149,6.811-7.125,14.431-8.681,22.534l-35.209,2.176V233.8
+						c0-13.41-6.896-25.182-17.341-32.024l7.767-40.559c0-0.873-0.084-1.734-0.188-2.564c5.748-0.294,10.312-4.436,10.312-9.533
+						v-11.992c0-5.297-4.908-9.606-10.961-9.606H323.79c-6.054,0-10.962,4.299-10.962,9.606v11.992
+						c0,5.108,4.572,9.239,10.311,9.533c-0.104,0.83-0.188,1.691-0.188,2.564l7.41,38.625c-12.275,6.369-20.688,19.18-20.688,33.958
+						v632.72c-10.09,0.945-17.973,9.42-17.973,19.738v22.428h-8.397c-13.212,0-23.932,8.896-23.932,19.854v45.233
+						c0,10.948,10.72,19.846,23.932,19.846h330.06c13.223,0,23.938-8.896,23.938-19.846V928.54c0-10.963-10.71-19.854-23.938-19.854
+						H605v-22.428c0-10.962-8.87-19.842-19.844-19.842h-0.062V700.741l17.551,19.969l14.932,16.943
+						c1.492,1.702,3.594,2.569,5.69,2.569c1.786,0,3.573-0.614,5.003-1.897l50.365-44.271l58.372-51.331
+						C740.158,639.973,740.452,635.159,737.678,632.005z M633.899,744.747c-2.927,2.554-6.679,3.962-10.558,3.995
+						c5.145,2.553,10.899,4.021,17.025,4.021c21.127,0,38.269-17.132,38.269-38.257l-0.01-9.123L633.899,744.747z"></path>
+				</g>
+			</g>
+			<g id="Shape_98_2_">
+				<g>
+					<path d="M574.609,257.319c12.188-18.391,24.771-35.099,38.358-51.091c7.396-8.646,14.326-16.209,21.179-23.155
+						c8.356-8.496,15.903-15.442,21.284-19.624c1.521-1.199,3.114-2.632,4.447-4.081c6.769-7.279,10.295-16.775,9.912-26.703
+						c-0.367-9.929-4.598-19.124-11.878-25.888c-14.492-13.427-39.113-12.561-52.657,2.066
+						c-9.628,10.378-16.042,18.907-24.065,29.818c-6.696,9.278-13.243,19.057-20.013,29.951
+						c-12.261,19.808-23.536,40.764-33.5,62.286c-10.428,22.389-18.688,44.095-25.271,66.4
+						c-5.298,18.308-11.628,42.862-13.493,70.415c-0.566,8.229,5.047,15.759,13.076,17.542c1.217,0.266,2.433,0.399,3.682,0.399
+						c7.796,0,14.676-5.53,16.525-13.894c3.932-17.591,11.022-37.465,21.104-59.087
+						C552.021,294.085,562.565,275.444,574.609,257.319z M689.303,325.836l-6.479,2.016c-23.561,7.246-45.211,15.626-66.217,25.688
+						c-17.158,8.329-39.614,20.073-61.309,37.098c-6.348,4.981-8.13,14.026-4.182,21.04c2.915,5.197,8.429,8.435,14.376,8.435
+						c2.812,0,5.614-0.732,8.746-2.471c15.573-8.763,35.133-16.759,58.104-23.738c19.341-5.831,40.27-10.412,62.169-13.61
+						c20.846-3.065,41.663-4.831,63.688-5.397c10.523-0.267,21.021,0.15,31.351,0.616c6.58,0.317,19.524,2.716,27.271,4.148
+						c4.108,0.75,7.046,1.216,8.439,1.249c22.272,0,37.415-12.743,37.665-31.684c0.316-21.356-19.474-31.968-36.479-34.566
+						c-12.729-1.949-39.53-6.047-70.521-3.398C728.7,313.542,708.677,319.789,689.303,325.836z M858.985,562.585
+						c-10.628-9.412-19.273-15.625-30.368-23.388c-9.412-6.52-19.357-12.827-30.368-19.357
+						c-19.974-11.728-41.18-22.556-63.036-32.101c-22.639-9.912-44.511-17.708-66.967-23.822
+						c-27.836-7.379-49.042-10.944-71.647-11.96c-8.273,0-15.403,5.896-16.985,14.01c-1.816,9.361,4.312,18.479,14.486,20.479
+						c17.681,3.465,37.721,10.045,59.487,19.521c18.729,8.185,37.615,18.229,56.089,29.836
+						c18.624,11.646,35.649,23.738,52.074,36.998c8.846,7.146,16.575,13.859,23.688,20.523c8.529,7.963,15.858,15.521,20.189,20.756
+						c1.167,1.433,2.683,3.016,4.132,4.298c6.797,6.014,15.542,9.296,24.604,9.296c10.688,0,20.854-4.598,27.896-12.594
+						c6.58-7.446,9.862-17.025,9.246-26.953C870.88,578.229,866.432,569.132,858.985,562.585z M658.701,831.269
+						c18.724-2.382,31.451-20.021,29.686-41.062c-0.017-16.092-2.349-27.887-4.896-38.281c-1.2-4.695-2.021-9.361-2.832-13.993
+						c-1.199-6.69-2.438-13.604-4.715-20.557c-7.246-21.938-16.075-44.012-26.236-65.65c-10.445-22.271-21.773-42.546-34.667-61.98
+						c-10.661-15.825-25.438-36.438-45.294-55.479c-5.683-5.497-15.126-5.997-21.356-1.229c-3.515,2.665-5.764,6.547-6.347,10.895
+						c-0.583,4.364,0.566,8.685,3.682,12.744c10.911,14.312,21.562,32.566,31.651,54.256c8.562,18.562,16.025,38.632,22.139,59.654
+						c6.047,20.539,10.745,40.93,14.326,62.285c1.604,9.562,2.882,19.724,3.938,31.118c0.933,9.846,0.578,33.111,0.562,34.11
+						c-0.134,9.185,2.965,17.242,8.962,23.322c6.381,6.48,15.859,10.178,25.973,10.178
+						C655.069,831.604,656.886,831.502,658.701,831.269z M196.78,307.345c2.798,0,5.313-0.233,7.479-0.732
+						c9.545-2.199,23.105-4.082,27.869-4.365c10.212-0.6,20.69-0.35,31.201,0.767c20.557,2.116,41.846,7.812,61.503,16.476
+						c20.673,9.361,40.396,20.973,58.654,34.482c20.34,15.176,36.526,31.318,47.41,47.644c2.979,4.464,7.979,7.13,13.354,7.13
+						c2.398,0,4.73-0.517,6.896-1.55c3.858-1.854,6.773-5.063,8.212-9.102c1.433-4.042,1.197-8.375-0.649-12.243
+						c-12.993-27.237-31.201-47.544-47.354-63.952c-18.312-18.107-38.813-34.399-61.021-48.676
+						c-23.505-14.76-48.875-25.471-75.379-32.268c-13.577-3.498-27.47-4.348-41.33-5.563c-6.763-0.6-13.593,1.083-21.422,1.083
+						c-0.034,0-0.051,0-0.084,0c-7.629,0-24.721-1.999-34.149,1.249c-9.428,3.248-16.642,10.145-20.657,19.29
+						c-3.998,9.162-4.198,19.058-0.566,28.353C162.713,300.665,181.671,307.361,196.78,307.345z M436.278,518.273
+						c-0.483-9.278-8.13-15.358-18.357-15.358c-0.034,0-0.051,0-0.062,0c-25.604,0-50.823,6.13-77.132,16.975
+						c-24.688,10.245-48.061,24.394-67.602,42.602c-19.39,17.891-36.165,37.896-51.274,61.369
+						c-7.113,11.095-13.727,22.733-19.69,34.85c-5.53,11.527-10.911,23.122-15.858,38.812c-0.517,1.636-0.999,3.611-1.266,5.312
+						c-1.55,9.812,0.799,19.624,6.613,27.67c5.847,8.029,14.442,13.327,24.271,14.876c1.981,0.316,3.931,0.483,5.88,0.483
+						c18.357,0,33.8-13.183,36.682-31.336c1.217-7.479,4.115-18.439,7.713-29.284c3.582-10.628,7.613-20.74,12.027-30.138
+						c9.129-19.737,20.923-38.578,34.167-54.604c13.776-16.792,29.618-30.318,48.376-41.479
+						c19.096-11.312,40.58-19.227,61.354-23.225C430.681,534.133,436.761,526.953,436.278,518.273z M488.552,543.461
+						c-8.429-5.062-20.4-2.032-25.454,6.397c-14.188,23.688-22.788,46.594-29.335,65.896c-7.33,22.089-12.96,44.661-17.208,69.032
+						c-4.099,23.487-6.812,47.144-8.079,70.312c-0.684,12.85-0.896,24.621-0.694,36.065c0.277,11.411,0.6,23.222,2.665,38.215
+						c0.25,1.732,0.667,3.698,1.166,5.38c4.632,15.692,19.291,26.672,35.666,26.672c3.548,0,7.097-0.518,10.522-1.55
+						c19.657-5.812,30.938-26.555,25.154-46.228c-2.615-8.779-4.798-21.506-5.864-28.286c-1.532-9.712-2.781-20.174-3.715-31.104
+						c-1.749-21.09-2.231-41.979-1.466-63.812c0.75-21.756,3.032-42.995,6.729-63.056c4.314-23.173,10.045-43.326,17.441-60.732
+						C499.713,558.204,496.48,548.226,488.552,543.461z M673.644,874.131c-3.798,0-7.606,0.5-11.311,1.5
+						c-11.161,3.031-20.457,10.194-26.204,20.206s-7.246,21.673-4.215,32.8c5.064,18.791,22.206,31.938,41.68,31.938
+						c3.814,0,7.603-0.499,11.312-1.499c22.982-6.214,36.646-30.002,30.418-53.008C710.242,887.258,693.101,874.131,673.644,874.131
+						z M915.374,607.446c-23.389,4.598-38.681,27.354-34.1,50.741c3.965,20.224,21.771,34.916,42.379,34.916
+						c2.749,0,5.547-0.271,8.357-0.834c11.312-2.22,21.105-8.717,27.535-18.289c6.437-9.579,8.746-21.106,6.52-32.418
+						C961.602,618.624,939.296,602.782,915.374,607.446z M985.706,307.778c-7.563-8.713-18.074-13.96-29.604-14.776
+						c-24.006-1.865-44.489,16.525-46.155,40.063c-0.806,11.511,2.914,22.655,10.479,31.368
+						c7.579,8.729,18.091,13.977,29.604,14.775c1.028,0.084,2.05,0.101,3.081,0.101c22.568,0,41.479-17.642,43.062-40.164
+						C996.982,327.651,993.252,316.507,985.706,307.778z M722.636,105.028c2.732,0,5.521-0.25,8.296-0.8
+						c23.355-4.547,38.688-27.27,34.15-50.658c-4.448-22.955-27.054-38.797-50.642-34.183c-11.328,2.183-21.123,8.662-27.604,18.241
+						c-6.446,9.562-8.795,21.072-6.597,32.417C684.172,90.319,702.013,105.028,722.636,105.028z M78.355,323.637
+						c3.415,0,6.83-0.399,10.162-1.199c23.172-5.581,37.464-28.969,31.901-52.141c-4.698-19.49-21.973-33.101-41.996-33.101
+						c-3.398,0-6.813,0.417-10.145,1.216c-11.228,2.699-20.723,9.596-26.737,19.457c-6.03,9.846-7.863,21.439-5.147,32.668
+						C41.074,310.027,58.349,323.637,78.355,323.637z M180.354,759.055c-6.68,0-13.093,1.521-19.124,4.498
+						c-10.345,5.103-18.091,13.959-21.789,24.871c-3.698,10.944-2.916,22.672,2.215,33c7.312,14.859,22.156,24.104,38.747,24.104
+						c6.681,0,13.11-1.521,19.107-4.498c10.361-5.08,18.107-13.942,21.806-24.871c3.715-10.928,2.916-22.655-2.182-33
+						C211.806,768.316,196.946,759.055,180.354,759.055z M434.762,894.454c-3.798,0-7.606,0.517-11.311,1.517
+						c-22.989,6.214-36.648,29.984-30.418,52.979c5.062,18.842,22.205,31.968,41.679,31.968c3.798,0,7.613-0.499,11.312-1.499
+						c11.128-3.016,20.438-10.211,26.187-20.207c5.747-9.994,7.247-21.639,4.231-32.815
+						C471.344,907.581,454.202,894.454,434.762,894.454z M163.08,513.493c0.833-1.283,4.364-5.271,8.163-8.979
+						c3.515-3.479,7.313-6.796,11.228-10.022c7.962-6.53,16.608-12.35,25.67-17.593c17.858-10.382,38.415-18.156,59.354-22.688
+						c21.256-4.398,43.095-6.229,64.901-6.229h2.729c25.305,0,47.812,3.447,66.234,10.229c7.546,2.799,16.541-1.049,20.39-8.195
+						c4.331-8.062,1.299-18.125-6.78-22.473c-26.67-14.312-53.474-19.956-76.262-23.638c-25.571-3.805-51.625-4.887-78.095-3.271
+						c-27.687,1.982-54.64,8.163-80.094,18.374c-13.043,5.231-25.671,11.528-37.515,18.708c-6.43,3.881-12.26,7.796-18.891,12.71
+						c-5.597,4.248-10.445,7.936-17.225,14.693l-1.816,1.812c-1.849,1.866-3.498,3.915-4.848,6.063
+						c-11.161,17.325-6.146,40.497,11.161,51.675c6.047,3.897,13.044,5.964,20.224,5.964
+						C144.406,530.635,156.167,524.254,163.08,513.493z M73.841,534.232c-17.542-14.849-46.077-12.493-60.903,4.979
+						c-15.425,18.174-13.21,45.479,4.964,60.953c7.813,6.597,17.741,10.244,27.953,10.244c12.727,0,24.738-5.547,32.951-15.259
+						C94.231,576.995,91.982,549.675,73.841,534.232z"></path>
+				</g>
+			</g>
+			<g id="Shape_96_2_">
+				<g>
+					<path d="M908.312,213.563h-49.065c0-18.053-14.639-32.709-32.709-32.709h-32.71c-18.053,0-32.71,14.656-32.71,32.709H450.41
+						c-32.71,0-32.71-81.773-65.402-81.773H205.121c-32.71,0-32.71,81.773-65.419,81.773H90.638
+						c-45.142,0-81.758,36.616-81.758,81.774v490.595c0,45.159,36.616,81.774,81.758,81.774h817.674
+						c45.142,0,81.758-36.615,81.758-81.774V295.338C990.069,250.18,953.453,213.563,908.312,213.563z M335.943,344.402
+						c0,18.054-14.646,32.693-32.71,32.693h-98.112c-18.07,0-32.71-14.64-32.71-32.693v-16.354c0-18.053,14.64-32.71,32.71-32.71
+						h98.112c18.07,0,32.71,14.64,32.71,32.71V344.402z M663.023,785.95c-135.458,0-245.312-109.865-245.312-245.312
+						c0-135.459,109.854-245.307,245.312-245.307c135.438,0,245.289,109.848,245.306,245.307
+						C908.329,676.104,798.465,785.95,663.023,785.95z M663.023,360.758c-99.336,0-179.893,80.534-179.893,179.889
+						c0,99.339,80.557,179.89,179.893,179.89c99.335,0,179.886-80.555,179.886-179.89
+						C842.909,441.292,762.358,360.758,663.023,360.758z"></path>
+				</g>
+			</g>
+			<g id="Shape_117_2_">
+				<g>
+					<path d="M499.504,304.683c-107.706,0-195.04,87.334-195.04,195.049c0,107.658,87.334,195.048,195.04,195.048
+						c107.714,0,195.049-87.386,195.049-195.048C694.553,392.017,607.218,304.683,499.504,304.683z M499.504,207.15
+						c26.941,0,48.768-21.809,48.768-48.75V60.868c0-26.991-21.82-48.767-48.768-48.767c-26.925,0-48.758,21.775-48.758,48.767
+						V158.4C450.746,185.342,472.579,207.15,499.504,207.15z M740.877,307.107c12.49,0,24.965-4.717,34.481-14.234l68.941-68.997
+						c19.058-19.001,19.058-49.862,0-68.964c-19.051-19.051-49.896-19.051-68.941,0l-68.946,68.964
+						c-19.052,19.035-19.052,49.896,0,68.997C715.929,302.391,728.42,307.107,740.877,307.107z M938.367,451.015h-97.532
+						c-26.925,0-48.767,21.858-48.767,48.771c0,26.938,21.842,48.749,48.767,48.749h97.532c26.924,0,48.766-21.812,48.766-48.749
+						C987.133,472.873,965.291,451.015,938.367,451.015z M775.259,706.722c-19.034-19.051-49.896-19.051-68.946,0
+						c-19.052,19.002-19.052,49.863,0,68.897l68.946,68.964c9.534,9.518,22.009,14.334,34.482,14.334
+						c12.473,0,24.941-4.816,34.479-14.334c19.035-19.001,19.035-49.862,0-68.964L775.259,706.722z M499.362,792.346
+						c-26.925,0-48.771,21.858-48.771,48.771v97.516c0,26.958,21.843,48.771,48.771,48.771c26.934,0,48.759-21.812,48.759-48.771
+						v-97.516C548.121,814.204,526.296,792.346,499.362,792.346z M223.508,706.539l-68.956,68.947
+						c-19.043,19.052-19.043,49.896,0,68.997c9.526,9.517,22,14.229,34.482,14.229c12.474,0,24.948-4.718,34.474-14.229
+						l68.955-68.997c19.044-19.002,19.044-49.862,0-68.947C273.412,687.488,242.551,687.488,223.508,706.539z M206.865,499.632
+						c0-26.958-21.834-48.767-48.758-48.767H60.583c-26.933,0-48.766,21.809-48.766,48.767c0,26.907,21.833,48.771,48.766,48.771
+						h97.524C185.031,548.396,206.865,526.539,206.865,499.632z M223.699,292.724c9.525,9.534,21.999,14.334,34.474,14.334
+						c12.474,0,24.956-4.8,34.481-14.334c19.043-19.002,19.043-49.846,0-68.897l-68.955-68.947
+						c-19.052-19.051-49.904-19.051-68.956,0c-19.043,18.985-19.043,49.847,0,68.947L223.699,292.724z"></path>
+				</g>
+			</g>
+			<g id="Shape_118_2_">
+				<g>
+					<path d="M122.342,411.566l-63.774-36.168c-16.408-9.309-37.265-3.55-46.574,12.858c-9.309,16.423-3.55,37.28,12.874,46.589
+						l78.339,44.41v355.938c0,30.182,24.467,54.664,54.648,54.664c30.196,0,54.664-24.482,54.664-54.664v-144.17L315.95,863.24
+						c0,0.023,0,0.045,0.015,0.076c15.525,25.863,49.104,34.264,75.002,18.708c25.869-15.54,34.27-49.118,18.729-75.003
+						l-89.78-149.477h206.892v177.646c0,30.182,24.472,54.659,54.663,54.659c30.187,0,54.663-24.479,54.663-54.659V656.287
+						c7.938-2.818,13.666-10.346,13.666-19.242V493.562l0.274-0.29L458.26,411.567L122.342,411.566L122.342,411.566z
+						 M854.737,329.586v27.316h136.659v-27.316H854.737z M946.422,201.398l-118.529,68.04l13.605,23.69l118.529-68.025
+						L946.422,201.398z M846.754,107.642L778.9,226.247l23.722,13.574l67.854-118.605L846.754,107.642z M759.122,261.256
+						l-68.36-109.312L566.84,290.462l-67.369-15.54l17.749,71.011l-29.922,33.441l191.733,81.69L772.758,356.9h-68.312
+						L759.122,261.256z M629.273,315.92c-11.311,0-20.512-9.171-20.512-20.491c0-11.319,9.201-20.491,20.512-20.491
+						c11.314,0,20.506,9.172,20.506,20.491C649.779,306.733,640.608,315.92,629.273,315.92z"></path>
+				</g>
+			</g>
+			<g id="Shape_95">
+				<g>
+					<polygon points="873.006,752.66 961.497,752.66 853.963,627.225 914.485,627.225 808.624,509.64 843.943,509.64 
+						773.369,415.568 702.828,509.64 738.163,509.64 632.334,627.225 692.824,627.225 585.322,752.66 673.797,752.66 
+						561.825,893.695 726.325,893.695 726.325,979.982 820.381,979.982 820.381,893.695 985.043,893.695 					"></polygon>
+				</g>
+			</g>
+			<g id="Shape_95_copy">
+				<g>
+					<polygon points="548.556,594.094 700.688,594.094 515.826,378.479 619.87,378.479 437.886,176.311 498.617,176.311 
+						377.284,14.593 255.983,176.311 316.746,176.311 134.811,378.479 238.79,378.479 53.992,594.094 206.092,594.094 
+						13.606,836.566 296.401,836.566 296.401,984.904 458.104,984.904 458.104,836.566 741.171,836.566 					"></polygon>
+				</g>
+			</g>
+			<g id="Shape_57">
+				<g>
+					<path d="M785.441,512.893c-106.83,0-194.191,87.363-194.191,194.182c0,106.83,87.361,194.188,194.191,194.188
+						c106.825,0,194.489-87.356,194.489-194.188C979.936,600.256,892.271,512.893,785.441,512.893z M785.441,832.154
+						c-69.504,0-125.086-55.564-125.086-125.086c0-69.504,55.582-125.069,125.086-125.069S910.83,637.564,910.83,707.068
+						C910.83,776.59,854.945,832.154,785.441,832.154z M487.812,229.889c33.896-18.909,46.146-61.763,27.211-95.679
+						c-13.021-23.338-37.268-36.257-62.229-35.971c-11.342,0.144-22.876,3.154-33.454,9.062
+						c-33.868,18.909-46.146,61.763-27.209,95.694C411.061,236.915,453.945,248.798,487.812,229.889z M530.284,612.012
+						L673.18,507.891c5.932-5.146,9.908-12.276,11.27-20.021c1.338-7.71,0.047-15.979-3.766-22.829L561.857,252.096
+						c-2.994-5.433-7.455-10.021-12.823-13.143c-5.368-3.106-11.613-4.764-17.826-4.684c-5.799,0.144-11.55,1.769-16.567,4.684
+						c-4.923,2.788-9.155,6.802-12.188,11.581l-82.248,132.573l-110.063,58.48c-4.231,1.96-8.156,4.668-11.263,8.141
+						c-3.107,3.479-5.385,7.773-6.882,12.188c-1.497,4.429-2.246,9.112-1.879,13.764c0.382,4.652,1.896,9.32,4.062,13.446
+						c2.183,4.126,5.13,7.694,8.762,10.625c3.632,2.931,8.013,5.001,12.505,6.261c4.493,1.258,9.144,1.863,13.764,1.242
+						c4.62-0.604,9.128-2.295,13.126-4.684l118.522-62.862c5.336-2.819,9.925-7.073,13.126-12.187l56.298-90.692l76.604,137.289
+						L469.92,572.932c-4.636,3.983-8.027,9.208-10.004,15.013c-1.976,5.777-2.484,12.139-1.259,18.129l42.853,209.813
+						c0.748,4.571,2.501,8.922,5.002,12.823c2.485,3.92,5.863,7.396,9.688,10.005c3.84,2.628,7.966,4.413,12.506,5.321
+						c4.557,0.908,9.224,0.955,13.764,0c4.541-0.94,9.021-2.66,12.824-5.321c3.808-2.645,6.914-6.063,9.383-10.005
+						c2.453-3.918,4.285-8.538,5.002-13.126c0.72-4.571,0.516-9.271-0.62-13.764L530.284,612.012z M213.189,512.893
+						c-106.813,0-194.176,87.363-194.176,194.182c0,106.83,87.362,194.188,194.176,194.188c106.83,0,194.192-87.356,194.192-194.188
+						C407.381,600.256,320.02,512.893,213.189,512.893z M213.189,832.154c-69.504,0-125.07-55.564-125.07-125.086
+						c0-69.504,55.565-125.069,125.07-125.069c69.521,0,125.086,55.565,125.086,125.069
+						C338.275,776.59,282.709,832.154,213.189,832.154z"></path>
+				</g>
+			</g>
+			<g id="Shape_61">
+				<g>
+					<path d="M432,166.023c41.952,0,76.881-33.755,76.881-76.854c0-41.924-34.929-76.854-76.881-76.854
+						c-41.91,0-76.839,34.93-76.839,76.854C355.16,132.268,390.09,166.023,432,166.023z M660.295,522.398
+						c12.799-18.647,19.766-41.93,20.955-68.719c-3.498-31.44-15.137-66.39-25.613-98.998c-10.492-20.969-1.188,0,6.952,2.336
+						c34.972,11.639,54.771,0,65.243-26.788c-32.621-72.209-60.585-143.258-94.34-214.292
+						c-26.816,1.161-47.771,10.492-61.718,26.774l45.421,124.625c-26.816-61.718-61.746-104.817-119.966-103.67
+						c-20.955,0-43.085,10.478-65.229,32.622c-1.161,1.175-2.336,2.336-3.469,3.483c-18.661,53.577-37.28,108.314-55.913,161.891
+						L210.755,472.319l22.116,44.259l24.466-8.146L400.595,753l-39.616,206.139L432,977.757l15.15,3.511l24.466-101.348
+						l55.913,89.682l41.908-3.479l-86.197-153.74l17.457-86.184l68.74-82.674L733.65,987.073l29.105-24.452l25.627-22.13
+						L660.295,522.398z M432,641.189l-20.941,44.271L294.575,492.126L430.852,423.4c0-1.161,1.147-2.322,1.147-2.322
+						c8.156-12.813,16.311-24.466,23.305-36.104c25.613,31.446,43.085,64.054,52.401,95.5L432,641.189z"></path>
+				</g>
+			</g>
+			<g id="Shape_59">
+				<g>
+					<path d="M872.604,826.424L499.475,91.199L126.36,826.424H13.581v81.874h971.788v-81.874H872.604z M341.096,826.424
+						L499.475,520.67l158.379,305.754H341.096L341.096,826.424z"></path>
+				</g>
+			</g>
+			<g id="Shape_54">
+				<g>
+					<path d="M728.842,272.859L766.15,8.063C681.85,29.212,555.02,83.06,474.587,164.568
+						C330.19,310.885,247.79,522.525,303.222,634.338l-57.841,60.98l-28.898,30.363c-7.254,7.154-16.804,13.979-26.503,18.771
+						c-19.828,9.947-41.688,13.004-62.226,7.518c-10.343-2.627-20.373-7.562-30.072-14.045c-9.286-5.859-20.521-16.07-24.801-22.422
+						c-25.693-33.898-16.226-97.303,3.751-147.168l0.38-1.041c2.825-7.104,0.396-15.516-6.279-19.762
+						c-7.435-4.793-17.316-2.463-22.042,5.055c-17.101,27.495-28.932,56.212-36.053,88.73c-6.659,31.84-6.031,70.104,12.987,104.188
+						c11.055,19.04,21.679,29.384,35.575,41.479c13.598,11.385,29.741,20.786,47.388,26.943c21.381,7.771,44.497,9.286,66.868,6.659
+						c-2.577,22.72-1.057,46.05,6.56,67.729c6.13,17.855,15.383,34.198,26.618,48.027c11.946,14.027,22.19,24.771,40.944,36.035
+						c33.624,19.282,71.438,19.91,102.854,13.138c32.061-7.233,60.408-19.218,87.572-36.496c6.41-4.136,9.22-12.431,6.229-19.798
+						c-3.271-8.263-12.606-12.239-20.753-8.924l-0.991,0.413c-49.238,20.19-111.827,29.812-145.271,3.784
+						c-6.262-4.346-16.324-15.779-22.19-25.132c-6.411-9.852-11.235-20.009-13.83-30.485c-5.453-20.783-2.379-42.938,7.418-62.949
+						c4.759-9.883,11.5-19.497,18.539-26.885l29.56-28.781l0.446-0.479l2.462-2.396l57.696-56.228
+						c110.35,56.15,319.229-27.276,463.729-173.645C901.09,438.463,968.09,318.342,990.151,235L728.842,272.859z M635.587,300.916
+						c-21.86,22.141-57.318,22.141-79.179,0.033c-21.859-22.125-21.859-58.095,0-80.236c21.854-22.124,57.352-22.124,79.179,0
+						C657.479,242.854,657.479,278.791,635.587,300.916z"></path>
+				</g>
+			</g>
+			<g id="Shape_65">
+				<g>
+					<path d="M845.676,616.973c-20.965,0-41.036,4.854-58.784,13.146c-17.521,7.618-36.874,12.228-57.186,12.228
+						c-20.276,0-39.642-4.604-57.167-12.228c-17.749-8.29-37.803-13.146-58.784-13.146c-20.759,0-40.812,4.854-58.784,13.146
+						c-17.302,7.618-36.667,12.228-56.938,12.228c-20.294,0-39.9-4.604-57.188-12.228c-17.729-8.29-37.803-13.146-58.781-13.146
+						c-20.968,0-41.033,4.854-58.781,13.146c-17.525,7.618-36.891,12.228-57.168,12.228c-20.294,0-39.659-4.604-57.185-12.228
+						c-17.749-8.29-37.579-13.146-58.561-13.146s-41.036,4.854-58.784,13.146c-17.525,7.618-36.891,12.228-57.168,12.228v85.528
+						c20.277,0,39.643-4.627,57.168-12.229c17.748-8.288,37.802-13.143,58.784-13.143c20.981,0,40.812,4.854,58.561,13.143
+						c14.756,6.446,31.112,10.146,47.966,11.303l-71.012,70.788c-22.599-14.068-52.576-11.54-72.165,8.062L32.316,887.18
+						c-22.616,22.582-22.616,59.271,0,82.071c22.805,22.6,59.472,22.6,82.054,0l81.383-81.383
+						c18.471-18.454,21.687-46.109,10.146-68.021l97.997-97.756c6.69-2.062,13.14-3.68,19.365-6.446
+						c17.731-8.286,37.808-13.143,58.784-13.143c20.982,0,41.053,4.854,58.784,13.143c17.284,7.604,36.874,12.229,57.185,12.229
+						c20.277,0,39.646-4.627,56.944-12.229c17.989-8.286,38.025-13.143,58.784-13.143c20.979,0,41.035,4.854,58.784,13.143
+						c17.521,7.604,36.891,12.229,57.168,12.229c20.312,0,39.654-4.627,57.185-12.229c17.749-8.286,37.819-13.143,58.784-13.143
+						c20.979,0,40.829,4.854,58.784,13.143c17.302,7.604,36.891,12.229,57.185,12.229V642.34c-20.294,0-39.883-4.604-57.185-12.228
+						C886.487,621.822,866.657,616.973,845.676,616.973z M942.279,477.114c-12.899,0.465-393.775,0-393.775,0l116.657-116.536
+						l15.667,5.985c19.83,7.154,41.965-3.01,49.343-22.822c5.073-14.052,1.152-29.272-8.53-39.419l95.451-95.796
+						c21.896,11.558,49.565,8.548,68.003-9.889l81.399-81.383c22.822-22.822,22.822-59.489,0-82.071
+						c-22.604-22.839-59.489-22.839-82.07,0l-81.383,81.383c-19.606,19.59-22.152,49.566-7.86,71.924L693.968,289.824
+						l-201.032-74.47c-5.297-2.992-10.853-5.538-17.061-7.378c-43.805-13.14-90.154,11.764-103.294,55.568l-61.776,207.019
+						c-0.929,2.43-1.146,4.511-1.394,6.592H34.614v111.114c14.98,0,30.425-3.438,44.028-9.46
+						c22.375-10.353,47.262-15.891,71.7-15.891c24.439,0,49.102,5.521,70.995,15.668c14.533,6.449,29.513,9.683,44.733,9.683
+						c15.444,0,30.441-3.229,44.269-9.46c22.604-10.369,47.262-15.925,71.7-15.925c24.663,0,48.878,5.313,71.253,15.688
+						c14.052,6.443,29.513,9.683,44.716,9.683c15.221,0,30.218-3.231,44.271-9.459c22.354-10.371,47.272-15.908,71.459-15.908
+						c24.921,0,48.896,5.297,71.253,15.688c14.292,6.447,29.73,9.665,44.716,9.665c15.238,0,30.439-3.222,44.286-9.441
+						c22.354-10.371,47.262-15.926,71.684-15.926c4.162,0,20.981,1.29,37.578-9.786c29.514-12.898,40.571-20.294,66.403-36.082
+						C970.863,503.978,988.405,475.618,942.279,477.114z M506.54,477.149h-24.663l49.79-165.879l102.829,38.025L506.54,477.149z
+						 M505.852,106.54l-10.594,22.582c-6.932,14.068-21.224,23.751-37.579,23.751h-24.92c14.312,20.294,37.819,33.434,64.321,33.434
+						c43.354,0,78.632-35.033,78.632-78.391v-4.162h-66.18C507.915,103.754,506.316,104.924,505.852,106.54z M457.662,133.043
+						c8.53,0,16.132-5.073,19.589-12.452l10.388-22.581c3.921-8.53,12.229-14.292,21.896-14.292h81.159
+						c-10.611-41.74-48.654-72.405-93.611-72.405c-53.246,0-96.362,43.116-96.362,96.604c0,8.53,0.935,17.061,3.233,25.127
+						L457.662,133.043L457.662,133.043z"></path>
+				</g>
+			</g>
+			<g id="Shape_115_2_">
+				<g>
+					<path d="M955.043,960.077C498.044,816.275,139.233,656.928,57.386,619.883c-8.459-3.412-18.289,0.482-21.482,8.692
+						c-3.442,8.458,0.218,17.618,8.459,20.812c20.345,9.146,40.457,18.062,59.898,26.521l-64.462,49.146
+						c-7.337,10.77-4.128,24.479,6.621,31.779c8.007,5.479,19.441,4.797,27.215-0.234l110.869-46.401
+						c271.261,114.071,477.234,180.62,767.346,272.049c5.938,0.919,11.438-3.194,12.354-9.378
+						C965.105,966.932,960.994,961.215,955.043,960.077z M255.134,660.479c8.256,0.473,16.232-1.366,23.087-4.812l169.988-76.801
+						c12.104-6.402,21.264-18.07,24.224-32.23l-0.218-85.509l117.958,105.62l-21.716,179.927c0,1.144-0.234,2.274-0.234,3.427
+						c-1.137,26.529,19.433,48.916,45.956,50.068c24.925,0.903,46.173-17.151,49.616-41.609l25.377-205.304
+						c0-0.903,0.218-1.823,0.218-2.741c0.452-14.404-5.265-27.434-14.855-36.578l-109.271-97.155l164.604-80.929l152.71,140.59
+						c6.854,6.636,16.248,10.765,26.296,10.765c20.578-0.25,37.045-16.936,36.812-37.278c0-10.967-5.027-20.797-12.567-27.667
+						L722.26,228.639c1.465,0.078,2.935,0.218,4.408,0.218c42.763,0,77.283-34.739,77.283-77.485
+						c0-42.762-34.521-77.517-77.283-77.517c-42.965,0-77.485,34.755-77.485,77.517c0,16.295,5.032,31.437,13.662,43.931
+						l-143.054-51.034L442.508,32.478c-5.951-8.24-15.106-13.724-25.829-15.095c-20.105-2.274-38.634,12.354-40.938,32.714
+						c-0.904,8.443,1.147,16.669,5.265,23.539l78.872,114.312c3.661,4.562,8.241,8.443,13.709,10.967l91.458,35.893L414.84,311.623
+						c-21.031,11.886-35.892,32.932-40.005,57.374l0.67,137.399l-138.879,62.64c-15.547,7.54-26.732,23.087-27.433,41.594
+						C208.057,637.158,228.636,659.342,255.134,660.479z"></path>
+				</g>
+			</g>
+			<g id="Shape_75">
+				<g>
+					<path d="M888.713,892.24c-16.998-7.8-36.293-12.477-56.42-12.477c-20.018,0-39.295,4.654-56.326,12.477
+						c-16.871,7.642-35.475,12.123-54.973,12.123c-19.264,0-38.117-4.481-54.722-12.123c-17.099-7.8-36.394-12.477-56.53-12.477
+						c-19.907,0-39.232,4.654-56.295,12.477c-16.812,7.642-35.479,12.123-54.957,12.123c-19.514,0-38.104-4.481-54.753-12.123
+						c-17.092-7.8-36.402-12.477-56.451-12.477c-20.128,0-39.438,4.654-56.452,12.477c-16.7,7.642-35.396,12.123-54.895,12.123
+						c-19.373,0-38.085-4.481-54.816-12.123c-17.124-7.8-36.371-12.477-56.452-12.477c-20.018,0-39.296,4.654-56.389,12.477
+						c-16.747,7.642-35.302,12.123-54.8,12.123v83.168c19.499,0,38.054-4.529,54.8-12.124c17.093-8.104,36.355-12.771,56.389-12.771
+						c20.081,0,39.328,4.688,56.452,12.771c16.731,7.595,35.443,12.124,54.816,12.124c19.515,0,38.195-4.529,54.895-12.124
+						c16.999-8.104,36.324-12.771,56.452-12.771c20.033,0,39.359,4.688,56.451,12.771c16.646,7.595,35.239,12.124,54.753,12.124
+						c19.479,0,38.146-4.529,54.957-12.124c17.078-8.104,36.388-12.771,56.311-12.771c20.127,0,39.422,4.688,56.521,12.771
+						c16.604,7.595,35.458,12.124,54.753,12.124c19.479,0,38.064-4.529,54.957-12.124c17.047-8.104,36.309-12.771,56.311-12.771
+						c20.127,0,39.438,4.688,56.438,12.771c16.646,7.595,35.459,12.124,54.732,12.124v-83.168
+						C924.188,904.363,905.381,899.882,888.713,892.24z M634.367,158.983V640.22h302.951
+						C960.559,415.971,783.484,229.084,634.367,158.983z M873.287,685.479H734.988H199.156v123.678
+						c7.579,2.023,15.096,4.246,21.983,7.596c16.715,7.358,35.443,11.902,54.8,11.902c19.53,0,38.227-4.544,54.911-11.902
+						c16.999-8.035,36.312-12.754,56.438-12.754c20.062,0,39.354,4.702,56.451,12.754c16.684,7.358,35.271,11.902,54.769,11.902
+						c19.467,0,38.133-4.544,54.941-11.902c17.094-8.035,36.388-12.754,56.311-12.754c20.127,0,39.453,4.702,56.521,12.754
+						c16.604,7.358,35.476,11.902,54.753,11.902c3.758,0,7.312-0.934,10.834-1.354c0.426,0,0.426,0.424,0.859,0.424
+						c2.475,0,4.268-1.1,6.688-1.1c4.449-0.598,8.852-1.117,13.334-2.201c39.855-8.335,65.588-39.721,65.588-39.721l77.521-99.191
+						h-22.55v-0.025L873.287,685.479L873.287,685.479z M79.507,643.885c168.914,0,337.844,0,506.774,0
+						c2.013,0,3.664-1.667,3.664-3.646c0-208.511,0-417.002,0-625.495c0-1.604-0.865-2.61-1.982-3.13
+						c-1.242-0.88-2.861-1.006-4.166,0.473l-0.047,0.031c-0.017,0.016-0.032,0.016-0.048,0.031
+						c-168.931,208.507-337.844,417-506.774,625.509C75.01,640,76.079,643.885,79.507,643.885z"></path>
+				</g>
+			</g>
+			<g id="Shape_94_2_">
+				<g>
+					<path d="M499.52,251.556c67.033-0.033,121.269-54.313,121.269-121.214c0-66.983-54.248-121.247-121.269-121.279
+						C432.561,9.095,378.41,63.359,378.41,130.342C378.405,197.242,432.561,251.522,499.52,251.556z M904.143,603.831
+						c-1.254-5.731-3.666-10.902-6.688-15.577l0.166-0.082l-0.414-0.363c-3.979-6.046-9.283-11.002-15.328-14.636l-93.43-88.854
+						l-94.521-175.824l-4.395-8.177l-0.197,0.148c-11.299-17.195-31.057-27.388-52.133-26.083H361.754
+						c-21.095-1.305-40.851,8.888-52.124,26.083l-0.198-0.148l-4.402,8.177l-94.536,175.824l-93.405,88.854
+						c-6.087,3.617-11.381,8.573-15.354,14.636l-0.396,0.363l0.148,0.082c-3.031,4.675-5.426,9.846-6.682,15.577
+						c-5.699,25.786,10.58,51.34,36.366,57.021c1,0.221,1.933,0.198,2.924,0.353c-5.979,11.646-9.68,24.608-9.68,38.588
+						c0,36.407,22.944,67.229,55.057,79.405l-0.149,0.312l141.778,61.354l-28.966,14.586c-2.998,1.205-5.806,2.771-8.572,4.354
+						l-0.355,0.188c-20.962,12.104-35.284,34.485-35.284,60.458c0,38.648,31.376,69.984,70.047,69.984
+						c8.581,0,16.749-1.768,24.364-4.625l0.1,0.247l2.062-0.854c0.495-0.248,1.021-0.463,1.544-0.711l153.434-66.395l153.442,66.395
+						c0.512,0.248,1.041,0.463,1.535,0.711l2.062,0.854l0.104-0.247c7.611,2.857,15.771,4.625,24.35,4.625
+						c38.67,0,70.039-31.336,70.039-69.984c0-25.973-14.289-48.354-35.268-60.458l-0.33-0.188c-2.793-1.585-5.584-3.151-8.594-4.354
+						l-28.977-14.586l141.765-61.354l-0.134-0.298c32.111-12.174,55.039-43.014,55.039-79.388c0-14.011-3.698-26.979-9.68-38.621
+						c1.021-0.148,1.934-0.132,2.924-0.33C893.57,655.171,909.842,629.617,904.143,603.831z M251.484,625.934l-0.074,0.148
+						c-11.621-6.591-24.827-10.638-39.033-11.134l83.097-72.853l40.726-65.892L350.01,675.6L251.484,625.934z M747.547,626.082
+						l-0.062-0.132l-84.74,42.684l14.223-169.432l26.518,42.896l83.09,72.853C772.391,615.444,759.16,619.475,747.547,626.082z"></path>
+				</g>
+			</g>
+			<g id="Shape_103_2_">
+				<g>
+					<path d="M67.104,58.769H40.908c-8.845,0-15.987,7.143-15.987,15.987v197.389c0,8.845,7.143,16.004,15.987,16.004h26.196
+						c8.828,0,16.004-7.159,16.004-16.004V74.756C83.108,65.912,75.932,58.769,67.104,58.769z M958.008,58.769h-26.18
+						c-8.844,0-16.004,7.159-16.004,15.987v197.389c0,8.845,7.16,16.004,16.004,16.004h26.18c8.846,0,16.021-7.159,16.021-16.004
+						V74.756C974.029,65.912,966.854,58.769,958.008,58.769z M868.133,20.528h-34.889c-11.812,0-21.361,9.552-21.361,21.344v109.569
+						h-78.084c-2.812-5.694-6.822-10.934-12.01-15.263c-19.93-16.61-49.512-13.966-66.141,5.946c0,0-3.02,3.555-7.867,9.316h-81.906
+						c-11.625-25.084-36.928-42.504-66.392-42.504c-29.498,0-54.807,17.42-66.408,42.504h-88.479l-7.918-9.316
+						c-16.594-19.912-46.208-22.557-66.156-5.946c-5.188,4.329-9.198,9.568-11.994,15.263h-71.496V41.872
+						c0-11.792-9.552-21.344-21.345-21.344h-34.905c-11.793,0-21.328,9.552-21.328,21.344v263.175
+						c0,11.775,9.535,21.327,21.328,21.327h34.905c11.793,0,21.345-9.552,21.345-21.327v-109.57h72.793
+						c1.364,2.409,2.914,4.734,4.751,6.924l134.08,160.479v156.621c0,4.348-19.593,408.172-19.593,408.172
+						c-1.903,26.415,18.06,49.343,44.438,51.18c26.398,1.785,49.275-18.01,51.111-44.475l16.291-314.473
+						c2.896,0.186,15.529,0.305,18.917-0.117l21.582,314.59c1.752,26.448,24.68,46.26,51.158,44.479
+						c26.312-1.854,46.324-24.78,44.438-51.185c0,0-26.717-404.633-26.717-408.172V354.962l94.438-113.107l33.069-39.454
+						c1.816-2.189,3.388-4.531,4.75-6.924h79.359v109.569c0,11.792,9.552,21.344,21.345,21.344h34.905
+						c11.791,0,21.356-9.568,21.356-21.344V41.872C889.494,30.08,879.926,20.528,868.133,20.528z M557.166,258.55
+						c-16.375,14.454-37.77,23.281-61.254,23.281c-21.984,0-42.1-7.665-57.968-20.451l-55.98-65.903h45.502
+						c6.232,34.098,36.021,59.99,72.001,59.99c35.95,0,65.771-25.893,71.985-59.99h39.168
+						C584.742,226.137,557.283,258.634,557.166,258.55z"></path>
+				</g>
+			</g>
+			<g id="Shape_66_2_">
+				<g>
+					<path d="M954.828,536.588c-56.789-64.501-140.688-90.534-227.962-90.534c-98.066,0-200.427,32.868-273.302,80.896
+						c-74.257,48.827-112.235,132.598-183.81,183.979c-18.285,13.115-39.022,21.131-60.761,26.91
+						c-10.467,2.791-21.148,5.027-31.92,7.104V308.357l452.396-139.2l-452.39-139.2h-34.8v721.299
+						c-44.104,8.194-86.454,18.807-115.636,53.908c-65.252,78.528,17.427,144.621,98.245,156.216
+						c41.349,5.958,83.18,8.158,125.118,8.158c73.646,0,147.663-6.834,220.396-12.292c111.557-8.444,229.441-23.832,328.891-76.273
+						c75.916-40.06,159.955-92.604,188.977-175.181C1008.665,647.679,996.016,583.375,954.828,536.588z M63.985,866.229
+						c0-25.729,33.368-47.307,78.295-53.152v106.312C97.354,913.572,63.985,891.994,63.985,866.229z M177.08,920.676V811.82
+						c51.727,2.827,92.108,26.141,92.108,54.408C269.188,894.535,228.807,917.849,177.08,920.676z"></path>
+				</g>
+			</g>
+			<g id="Shape_119_2_">
+				<g>
+					<path d="M212.583,472.83c72.156,18.039,172.655,54.117,252.531,154.615l11.169,12.896l3.435,3.438
+						c-18.9-59.271-42.096-112.534-69.587-160.634c-48.084-82.46-118.538-168.374-221.605-184.69
+						c-11.155,40.364-6.003,83.326,3.435,116.821C197.112,435.035,203.981,453.94,212.583,472.83z M522.666,640.348l11.184-12.896
+						c79.877-100.498,180.361-136.576,252.531-154.615c8.587-18.89,15.471-37.795,21.459-57.551
+						c9.453-33.495,15.471-76.457,2.604-116.821c-101.354,16.335-173.513,102.23-221.621,184.69
+						c-27.491,48.108-50.668,101.359-69.572,160.633L522.666,640.348z M549.291,645.484l-11.141,13.754l20.604,11.17
+						c115.971-69.573,237.062-62.719,299.779-48.965c13.736-11.156,26.626-24.043,39.513-37.781
+						c21.488-23.205,44.665-55.834,55.819-93.646c-109.085-27.477-211.286,12.902-284.312,58.417
+						C625.748,575.062,586.235,607.705,549.291,645.484z M140.427,621.443c62.704-13.756,183.825-20.608,299.779,48.965
+						l20.622-11.17l-11.155-13.754c-36.944-37.779-76.438-70.43-120.255-97.055c-73.022-45.516-175.238-85.895-284.323-58.417
+						c11.155,37.812,34.346,70.439,55.819,93.646C113.801,597.386,126.688,610.287,140.427,621.443z M982.227,731.396l-3.434-2.584
+						c-16.322-18.896-65.287-57.557-134.009-78.18c-68.728-20.604-158.05-24.057-260.271,38.662
+						c-19.756,11.169-36.93,24.062-57.551,40.378l-9.453,7.727L508.045,746l8.604,7.721
+						c50.691,36.936,103.081,62.725,156.331,77.312c91.062,23.205,208.729,20.621,314.386-94.481
+						C986.514,733.963,984.811,733.963,982.227,731.396z M471.998,729.691c-20.623-16.322-37.795-29.229-57.552-40.396
+						c-101.365-61.838-190.694-59.255-260.281-38.646c-69.572,20.622-115.103,59.27-133.993,78.176l-3.435,2.582l-5.152,5.138
+						c105.636,115.118,223.322,117.688,314.383,94.495c53.251-14.604,105.651-40.378,156.333-77.322l8.586-7.721l-9.438-8.586
+						L471.998,729.691z M577.634,465.124c0-36.944-2.562-73.022-8.587-109.951c-9.438-62.718-28.342-140.012-69.558-199.295
+						c-40.378,59.283-60.136,136.577-69.604,199.295c-6.003,36.929-8.586,73.007-8.586,109.951c0,7.72,72.171,45.53,72.171,159.768
+						h12.021C505.492,510.641,577.634,472.845,577.634,465.124z"></path>
+				</g>
+			</g>
+			<g id="Shape_102_2_">
+				<g>
+					<path d="M787.021,203.933c45.07,0,81.694-36.608,81.694-81.618c0-45.126-36.624-81.733-81.694-81.733
+						c-45.062,0-81.688,36.607-81.688,81.733C705.338,167.341,741.962,203.933,787.021,203.933z M975.197,429.71l-230.12-211.492
+						c-7.673-7.491-16.621-13.49-26.498-17.849L539.318,136.5L457.883,18.457c-6.297-8.451-15.926-14.467-27.261-15.926
+						c-21.428-2.402-40.718,13.026-43.354,34.471c-0.979,9.131,1.21,17.781,5.783,25.057l83.146,120.23
+						c3.845,5.055,8.667,8.933,14.468,11.584l96.35,38.033l-158.522,80.971c-21.931,12.794-37.854,34.735-42.182,60.737
+						l0.979,144.817l-146.381,66.013c-16.655,7.756-28.455,24.354-29.167,43.86c-0.497,11.534,3.066,22.206,9.181,30.989
+						c-48.274-18.356-78.949-30.022-78.949-30.022c-14.799-5.688-26.383-17.732-31.454-33.018
+						c-9.032-26.847-38.199-41.298-65.062-32.299c-26.865,9.049-41.332,38.199-32.284,65.096
+						c14.931,44.437,48.655,79.52,92.306,96.118L791,985.868c43.833,16.771,92.271,12.993,132.644-10.24
+						c24.609-14.037,33.017-45.375,18.908-69.969c-14.086-24.646-45.405-33.044-69.979-18.941
+						c-13.605,7.822-30.128,9.064-45.062,3.248c-0.033,0-72.304-27.492-169.88-64.581c17.583-6.099,30.975-21.727,33.492-40.884
+						l26.729-216.646c0.249-0.979,0.249-1.956,0.249-2.917c0.714-15.146-5.284-29.117-15.655-38.812l-115.2-102.148l173.51-85.579
+						l161.181,148.485c7.241,6.994,16.893,11.271,27.729,11.271c21.659-0.216,39.011-17.782,38.795-39.513
+						C988.472,447.078,983.169,436.704,975.197,429.71z M613.528,581.825L590.64,771.971c0,0.961-0.229,2.144-0.229,3.298
+						c-0.437,9.86,2.121,19.097,6.646,27.079C489.553,761.483,365.494,714.3,274.082,679.534c3.663-0.911,7.176-2.144,10.44-3.745
+						l179.377-80.954c12.771-6.978,22.389-19.307,25.531-33.956l-0.479-90.169L613.528,581.825z"></path>
+				</g>
+			</g>
+			<g id="Shape_72_2_">
+				<g>
+					<path d="M99.477,483.251c-21.05,0-38.322,17.271-38.322,38.322c0,21.062,17.272,38.073,38.322,38.073
+						c21.066,0,38.075-17.013,38.075-38.073C137.551,500.522,120.543,483.251,99.477,483.251z M630.69,164.219
+						c45.69,0,82.99-37.052,82.99-82.996c0-45.943-37.3-83.242-82.99-83.242c-45.933,0-83.242,37.315-83.242,83.242
+						C547.448,127.15,584.764,164.219,630.69,164.219z M987.798,904.58L852.771,745.188c0,0-42.139-246.194-42.139-246.711
+						c0-0.242-6.335-27.93-6.335-27.93c0.247,0.266-17.009-77.65-30.223-138.573c21.083,12.191,40.104,23.112,41.127,23.607
+						c1.006,2.293,71.58,136.544,71.58,136.544c5.328,9.898,14.203,17.256,24.854,20.555c10.926,3.305,22.354,2.312,32.253-3.052
+						c9.896-5.062,17.259-13.956,20.56-24.86c3.547-10.674,2.54-22.089-2.788-31.981l-77.42-147.449c0,0-3.068-5.328-7.11-9.387
+						c-5.592-5.575-17.767-12.438-17.767-12.438l-150.253-85.52c-19.038-9.65-40.104-12.95-61.172-8.38
+						c-8.631,1.781-16.766,5.081-25.888,10.162c-1.04,0.247-34.275,14.962-53.562,60.147l-77.145,155.317
+						c0,0-117.508,22.848-121.58,23.604c-1.009,0.248-2.025,0.513-2.786,1.023l-109.62-77.669
+						c-24.63-17.272-27.682-69.039-27.929-71.085c-3.052-35.534-23.359-69.022-55.842-92.135
+						c-29.43-20.803-64.964-29.694-97.447-24.366c-25.372,4.322-46.95,17.52-60.659,36.805
+						c-10.684,14.994-16.26,33.025-16.26,52.294c0,0.247,1.534,16.744,1.534,16.744c5.576,32.746,25.636,63.199,55.066,84.266
+						c29.694,21.066,64.965,29.942,97.463,24.366l7.605-1.518c0.775-0.512,49.491-15.49,73.345,0.759
+						c0,0.247,81.989,58.135,103.814,73.604c-2.293,3.553-6.352,11.416-6.088,19.532c0,2.541,0.248,5.081,0.759,7.622
+						c4.312,22.831,26.659,38.062,49.491,33.488l145.685-28.424c0,0,12.438-3.812,17.771-7.622
+						c6.847-4.816,11.928-14.962,11.928-14.962l38.321-77.156c0,0,26.379,124.617,26.891,126.894
+						c-3.036,3.059-119.536,126.663-119.536,126.663l-2.013,2.524c-11.433,10.409-17.784,24.102-17.784,38.586v261.938
+						c0,27.913,22.854,50.497,50.777,50.497c27.666,0,50.514-22.584,50.514-50.497c0,0,0-215.229,0-218.775
+						c10.646-11.168,100.004-105.332,123.842-130.209c2.54,14.715,25.642,147.443,25.642,147.443
+						c2.023,11.685,7.604,22.354,15.979,30.969c0,0.243,160.415,189.599,160.415,189.599c8.876,10.162,21.066,16.497,34.517,17.768
+						c13.463,1.022,26.396-3.3,36.784-11.928c11.685-9.896,17.782-24.35,17.782-38.586
+						C999.725,925.63,995.914,914.214,987.798,904.58z M187.306,333.525c-8.892,12.422-22.601,20.556-39.592,23.591
+						c-23.854,4.058-50.514-2.788-72.85-19.037c-22.584-15.986-37.827-38.817-41.886-62.688l-1.006-11.91
+						c0-12.439,3.3-23.624,10.146-33.258c22.089-30.965,72.586-32.994,112.689-4.57
+						C194.663,254.077,209.378,302.545,187.306,333.525z"></path>
+				</g>
+			</g>
+			<g id="Shape_62_2_">
+				<g>
+					<path d="M930.303,749.494c-18.771-8.887-40.047-14.092-62.305-14.092c-22.307,0-43.584,5.221-62.389,14.092
+						c-18.379,8.146-38.9,13.142-60.422,13.142c-21.512,0-42.1-4.985-60.43-13.142c-19.1-8.887-40.391-14.092-62.387-14.092
+						c-22.229,0-43.535,5.221-62.404,14.092c-18.297,8.146-39.109,13.142-60.402,13.142c-21.537,0-42.027-4.985-60.604-13.142
+						c-18.854-8.887-40.081-14.092-62.126-14.092c-22.258,0-43.55,5.221-62.403,14.092c-18.33,8.146-39.164,13.142-60.685,13.142
+						c-21.21,0-42.012-4.985-60.342-13.142c-18.854-8.887-40.146-14.092-62.387-14.092c-22.078,0-43.288,5.221-62.158,14.092
+						c-18.625,8.146-39.147,13.142-60.652,13.142v91.688c21.538,0,42.028-4.861,60.652-13.355
+						c18.87-8.592,40.081-13.828,62.158-13.828c22.242,0,43.534,5.204,62.387,13.828c18.33,8.494,39.148,13.355,60.342,13.355
+						c21.538,0,42.355-4.861,60.685-13.355c18.854-8.592,40.162-13.828,62.403-13.828c22.045,0,43.272,5.204,62.126,13.828
+						c18.575,8.494,39.065,13.355,60.604,13.355c21.293,0,42.105-4.861,60.402-13.355c18.869-8.592,40.184-13.828,62.404-13.828
+						c22.012,0,43.303,5.204,62.387,13.828c18.33,8.494,38.918,13.355,60.43,13.355c21.521,0,42.043-4.861,60.422-13.355
+						c18.805-8.592,40.082-13.828,62.389-13.828c22.258,0,43.533,5.204,62.305,13.828c18.412,8.494,38.918,13.355,60.439,13.355
+						v-91.688C969.221,762.636,948.715,757.646,930.303,749.494z M731.504,476.525c0,65.251,47.658,118.424,116.938,118.424
+						c64.497,0,116.866-53.173,116.866-118.424c0-65.307-52.354-118.229-116.865-118.229
+						C783.795,358.297,731.504,411.225,731.504,476.525z M193.439,670.609c18.297,8.38,39.131,13.354,60.358,13.354
+						c21.505,0,42.339-4.975,60.653-13.354c18.854-8.646,40.146-14.107,62.403-14.107c22.062,0,43.271,5.467,62.142,14.107
+						c18.543,8.38,39.05,13.354,60.571,13.354c21.292,0,42.104-4.975,60.422-13.354c18.871-8.646,40.18-14.107,62.42-14.107
+						c21.979,0,43.271,5.467,62.389,14.107c18.312,8.38,38.885,13.354,60.422,13.354c15.646,0,30.771-2.684,44.979-7.185
+						L595.225,321.016l226.771-41.849c33.271-6.432,57.439-32.862,57.439-66.74c0-37.331-30.062-67.248-66.758-67.248
+						c-2.646,0-5.104,0-7.604,0.229L454.79,209.889c-24.582,5.695-57.15,42.094-38.607,86.789c1.03,2.472,1.97,4.746,2.994,7.201
+						l91.42,166.9L167.679,661.51C176.746,663.703,185.289,666.896,193.439,670.609z"></path>
+				</g>
+			</g>
+			<g id="Shape_104_2_">
+				<g>
+					<path d="M341.78,867.945c7.268,38.908,17.563,76.15,30.974,111.188c40.469,10.685,82.926,16.421,126.737,16.421
+						c57.521,0,112.717-9.901,164.087-27.938c-72.299-16.354-125.641-36.612-173.549-54.867
+						C440.699,893.965,396.631,877.219,341.78,867.945z M163.639,864.38c51.695,47.634,113.505,84.354,181.875,106.649
+						c-11.896-33.99-21.026-69.683-27.665-106.546C275.43,859.358,226.116,858.604,163.639,864.38z M314.013,841.446
+						c-3.462-22.951-5.999-46.297-7.729-69.917C180.487,746.83,80.798,701.339,24.748,642.872
+						C47.751,719.285,88.717,787.83,142.692,843.81C212.267,836.287,267.305,836.338,314.013,841.446z M265.316,627.634
+						c11.381,5.937,24.477,11.159,39.338,14.775C316.464,368.811,418.279,92.127,500.862,3.99c-0.463-0.018-0.908-0.052-1.371-0.052
+						c-148.215,0-281.175,65.135-372.037,168.252C81.243,300.951,123.066,553.501,265.316,627.634z M304.843,747.927
+						c-1.354-27.305-1.629-54.867-0.96-82.53c-18.718-4.047-35.069-10.423-49.022-17.688
+						C117.805,576.298,67.6,361.149,92.813,216.276C36.695,296.632,3.665,394.316,3.665,499.748c0,29.585,2.742,58.482,7.713,86.646
+						C48.505,658.916,158.462,717.914,304.843,747.927z M875.334,176.63C791.207,78.86,669.681,14.292,532.881,5.189
+						c-79.892,56.136-192.677,352.531-204.83,641.299C434.837,657.904,614.848,583.223,875.334,176.63z M456.057,790.059
+						c-44.062-2.531-86.303-7.354-126.172-14.188c1.783,23.26,4.395,46.177,7.902,68.683
+						c61.346,9.376,108.945,27.493,160.265,47.033c54.216,20.654,115.479,43.914,203.545,60.852
+						c125.475-56.104,223.312-162.804,267.616-294.187C854.662,769.593,630.463,800.154,456.057,790.059z M890.4,195.005
+						C628.183,602.077,441.213,679.861,327.331,668.994c-0.651,28.021-0.343,55.913,1.097,83.438
+						c40.709,7.308,83.903,12.444,128.938,15.032c187.262,10.816,433.07-25.419,526.217-160.812
+						c7.576-34.438,11.707-70.179,11.707-106.906C995.283,384.82,956.031,279.114,890.4,195.005z"></path>
+				</g>
+			</g>
+			<g>
+				<path fill="#231F20" d="M730.357,111.158c0-54.18,38.338-98.086,85.604-98.086c47.33,0,85.688,43.906,85.688,98.086
+					c0,54.248-57.328,141.225-85.688,140.821C788.021,251.498,730.357,165.406,730.357,111.158z"></path>
+				<path fill="none" stroke="#231F20" stroke-linecap="square" d="M815.967,259.104c-34.244,105.201,15.764,172.054,15.764,172.054
+					s28.497,123.7-21.446,180.556"></path>
+				<path fill="#231F20" d="M219.732,966.231c11.641,26.303,59.109,23.016,67.936,0V640.534v-7.113h14.396l0.069,7.113V966.23
+					c8.758,23.017,56.295,26.304,67.877,0V404.166c26.913,59.867,40.817,124.044,63.146,185.349c1.229,1.78,2.539,3.429,3.837,4.791
+					l-0.896,0.827c0,0,56.787,49.312,68.708,45.953c20.487-0.609,31.434-8.562,35.817-12.802c8.089,2.332,15.135,0.479,18.362-9.318
+					v127.812v34.174v170.617c0,18.834,15.351,34.116,34.238,34.116c18.977,0,34.322-15.282,34.322-34.116V780.952h8.562v170.617
+					c0,18.834,15.331,34.116,34.24,34.116c18.896,0,34.242-15.282,34.242-34.116V780.952v-34.174V606.843l77.126,46.104l0.748-1.171
+					c2.48,0.758,5.078,1.171,7.813,1.171c14.17,0,25.683-11.444,25.683-25.624c0-11.699-7.872-21.579-18.696-24.591l-84.107-62.804
+					l-22.396-6.436H576.715l-17.729,6.298c-28.359,15.616-44.398,20.062-51.503,32.473l-20.556-12.403
+					c-11.646-44.104-58.765-195.483-64.861-206.917c-10.411-19.454-28.64-43.907-54.121-44.31
+					c-12.871-0.147-32.051-0.286-46.297-0.354l-0.069-4.172h-68.625l-0.079,4.241c-10.883,0.069-22.396,0.138-31.026,0.286
+					c-25.476,0.403-43.69,24.856-54.11,44.31c-6.917,12.939-66.44,205.417-67.464,218.223c-0.688,31.37,36.576,46.849,56.374,18.354
+					c22.327-61.308,36.231-125.479,63.085-185.352L219.732,966.231L219.732,966.231z M296.169,141.633
+					c-40.413,0-73.013,32.462-73.013,72.748c0,39.931,32.6,72.325,73.013,72.325c40.758,0,72.61-32.394,72.61-72.325
+					C368.779,174.095,336.927,141.633,296.169,141.633z M630.895,380.678c-36.015,0-65.062,29.107-65.062,65.279
+					c0,35.818,29.048,64.925,65.062,64.925c36.312,0,64.674-29.104,64.674-64.925C695.562,409.785,667.205,380.678,630.895,380.678z
+					"></path>
+			</g>
+			<path fill="#231F20" d="M856.168,447.81c-15.576,121.438-130.451,293.075-275.441,293.075h-43.47v-87.934
+				C522.785,521.12,754.66,403.898,841.683,403.898C856.168,418.508,861.76,404.271,856.168,447.81z M899.637,389.179
+				c0-205.114-188.46-380.967-391.392-380.967l-7.235,0.069l-7.231-0.069C290.832,8.212,102.4,184.065,102.4,389.179
+				c0,86.829,211.935,587.766,398.615,600.538C687.688,976.944,899.637,476.007,899.637,389.179z M145.878,447.81
+				c-5.62-43.534,0-29.302,14.444-43.907c87.05,0,318.924,117.222,304.458,249.053v87.934H421.28
+				C276.329,740.885,161.427,569.243,145.878,447.81z"></path>
+		</g>
+		<g id="weather">
+			<g>
+				<path d="M739.76,595.529c10.271,0,19.916,2.457,28.938,7.385c4.521,2.873,8.812,6.37,12.922,10.465
+					c11.506,11.492,17.252,25.649,17.252,42.484c0,16.419-5.746,30.576-17.252,42.471c-11.896,11.09-25.844,16.628-41.859,16.628
+					c-16.42,0-30.562-5.538-42.459-16.628c-11.908-11.895-17.858-26.052-17.858-42.471c0-16.835,5.951-30.992,17.858-42.484
+					c5.33-4.914,10.868-8.812,16.614-11.688C721.689,597.57,730.334,595.529,739.76,595.529z"></path>
+				<path d="M695.429,744.511c2.059-2.47,4.537-4.104,7.397-4.927c3.289-2.055,6.979-3.068,11.089-3.068s8.19,1.018,12.312,3.068
+					c1.625,1.65,3.483,3.302,5.524,4.927c4.94,4.927,7.385,11.089,7.385,18.478c0,6.968-2.44,13.13-7.385,18.473
+					c-5.33,4.512-11.284,6.773-17.836,6.773c-7.384,0-13.546-2.266-18.486-6.773c-5.33-5.343-7.995-11.505-7.995-18.473
+					C687.434,755.6,690.099,749.438,695.429,744.511z"></path>
+				<path d="M590.181,750.049c0,10.674-3.719,19.903-11.103,27.703c-7.8,6.981-16.822,10.479-27.066,10.479
+					c-10.686,0-19.916-3.497-27.716-10.479c-7.8-7.8-11.7-17.029-11.7-27.703c0-11.076,3.9-20.307,11.7-27.703
+					c3.276-3.271,6.994-5.746,11.089-7.384c4.901-2.873,10.465-4.312,16.627-4.312c6.557,0,12.714,1.638,18.46,4.938
+					c2.86,2.041,5.746,4.303,8.606,6.76C586.462,729.742,590.181,738.973,590.181,750.049z"></path>
+				<path d="M637.565,829.467c3.288,2.055,6.366,4.511,9.229,7.384c8.229,7.804,12.324,17.853,12.324,30.188
+					c0,11.466-4.097,21.541-12.324,30.16c-8.203,7.787-18.058,11.695-29.55,11.695s-21.541-3.908-30.16-11.695
+					c-8.203-8.619-12.298-18.694-12.298-30.16c0-12.338,4.095-22.387,12.298-30.188c3.692-3.688,7.801-6.354,12.324-8.008
+					c5.33-2.856,11.271-4.304,17.836-4.304C624.631,824.539,631.417,826.178,637.565,829.467z"></path>
+				<path d="M556.926,948.664c4.914,4.939,7.384,11.09,7.384,18.474c0,6.972-2.47,13.13-7.384,18.478
+					c-5.33,4.51-11.297,6.771-17.857,6.771c-7.389,0-13.54-2.263-18.471-6.771c-5.33-5.348-8.002-11.506-8.002-18.478
+					c0-7.384,2.672-13.529,8.002-18.474c2.062-2.457,4.523-4.107,7.395-4.927c3.302-2.041,6.979-3.067,11.076-3.067
+					c4.117,0,8.216,1.026,12.319,3.067C553.026,945.389,554.872,947.039,556.926,948.664z"></path>
+				<path d="M461.505,836.24c2.873,2.062,5.746,4.312,8.619,6.771c7.384,7.384,11.083,16.614,11.083,27.703
+					c0,10.688-3.699,19.916-11.083,27.703c-7.793,6.968-16.841,10.479-27.099,10.479c-10.66,0-19.894-3.514-27.69-10.479
+					c-7.812-7.787-11.713-17.017-11.713-27.703c0-11.089,3.896-20.317,11.713-27.703c3.283-3.272,6.981-5.746,11.063-7.384
+					c4.934-2.887,10.479-4.314,16.627-4.314C449.604,831.312,455.753,832.963,461.505,836.24z"></path>
+				<path d="M197.174,553.188c4.842,0,9.692,1.226,14.534,3.644c1.931,1.938,4.115,3.888,6.539,5.812
+					c5.811,5.824,8.716,13.095,8.716,21.806c0,8.239-2.905,15.508-8.716,21.812c-6.305,5.33-13.325,7.995-21.073,7.995
+					c-8.729,0-15.997-2.665-21.808-7.995c-6.292-6.306-9.445-13.569-9.445-21.812c0-8.711,3.153-15.979,9.445-21.806
+					c2.424-2.896,5.33-4.849,8.73-5.812C187.964,554.41,192.338,553.188,197.174,553.188z"></path>
+				<path d="M452.978,555.373c13.562,13.572,20.349,30.303,20.349,50.154c0,19.369-6.786,36.088-20.348,50.141
+					c-14.048,13.078-30.521,19.617-49.404,19.617c-19.385,0-36.107-6.539-50.161-19.617c-14.053-14.053-21.062-30.771-21.062-50.141
+					c0-19.854,7.011-36.582,21.062-50.154c6.306-5.812,12.845-10.414,19.631-13.807c9.21-4.836,19.37-7.271,30.53-7.271
+					c12.097,0,23.498,2.912,34.147,8.725C443.064,546.416,448.141,550.523,452.978,555.373z"></path>
+				<path d="M379.579,734.878c1.937,1.938,4.127,3.888,6.539,5.824c5.814,5.812,8.723,13.078,8.723,21.801
+					c0,8.229-2.905,15.496-8.723,21.788c-6.292,5.344-13.312,7.995-21.073,7.995c-8.704,0-15.971-2.651-21.795-7.995
+					c-6.305-6.292-9.458-13.559-9.458-21.788c0-8.723,3.152-15.989,9.458-21.801c2.411-2.925,5.33-4.862,8.717-5.824
+					c3.88-2.418,8.229-3.64,13.078-3.64C369.887,731.238,374.729,732.46,379.579,734.878z"></path>
+				<path d="M192.078,690.547c7.755,0,15.022,1.951,21.808,5.812c3.387,2.431,6.786,5.097,10.173,7.994
+					c8.723,8.724,13.078,19.614,13.078,32.709c0,12.606-4.355,23.505-13.078,32.707c-9.197,8.229-19.864,12.352-31.98,12.352
+					c-12.59,0-23.497-4.121-32.695-12.352c-9.204-9.202-13.806-20.101-13.806-32.707c0-13.095,4.602-23.985,13.806-32.709
+					c3.874-3.873,8.236-6.784,13.085-8.713C178.285,692.238,184.812,690.547,192.078,690.547z"></path>
+			</g>
+			<path d="M165.539,210.012c9.678,0,19.006,0.845,27.989,2.6c0-2.444,0-4.849,0-7.267c0-54.952,21.255-101.934,63.759-140.999
+				c42.848-39.04,94.328-58.565,154.46-58.565s111.443,19.526,153.94,58.565c5.877,5.174,11.411,10.712,16.589,16.601
+				c8.632,9.659,16.064,19.864,22.278,30.576c4.498,7.254,8.479,14.859,11.938,22.802c3.458,7.969,6.228,16.419,8.294,25.389
+				c17.265-5.863,35.751-8.788,55.459-8.788c46.645,0,86.555,15.184,119.729,45.591c31.101,28.691,47.688,62.557,49.769,101.622
+				c0,2.392,0,4.992,0,7.761c0,2.405,0,4.836,0,7.254c-0.364,3.107-0.702,6.383-1.04,9.841c11.414-4.823,23.842-7.241,37.311-7.241
+				c24.882,0,46.15,8.099,63.769,24.349c5.876,5.187,10.713,10.881,14.521,17.095c7.931,12.103,11.908,25.766,11.908,40.95
+				c0,22.824-8.813,42.325-26.43,58.591c-3.106,2.756-21.774,5.174-55.991,7.254c-255.352-14.456-510.715-14.456-766.082,0
+				c-30.063-6.214-51.663-15.379-64.786-27.495c-28.34-25.909-42.51-57.175-42.51-93.809c0-36.621,14.17-67.886,42.51-93.809
+				C91.243,222.973,125.459,210.012,165.539,210.012z"></path>
+		</g>
+	</g>
+	<g id="Layer_2" display="inline">
+		<g>
+			<path d="M526.923,683.594c-4.379,1.785-8.624,4.058-12.604,6.96c0,0-24.979,18.234-24.998,18.248
+				c-37.046,23.867-85.829-16.771-115.271-41.513c-51.757-43.492-86.174-93.638-112.446-155.558
+				c-13.26-31.261-7.401-68.262,19.107-87.61l25.035-18.276c7.236-5.279,12.873-11.946,16.938-19.341
+				c0.312-0.548,0.604-1.116,0.896-1.679c0.354-0.701,0.729-1.393,1.058-2.108c16.877-35.828,2.646-99.832-38.491-158.604
+				c-49.215-70.314-118.652-107.01-157.018-83.714c-4.233,1.762-8.339,3.979-12.194,6.794L81.74,172.881
+				c-6.987,5.101-13.5,11.177-19.323,17.55c-11.683,12.782-20.792,27.815-27.031,43.952c-11.192,28.961-12.741,60.659-8.94,91.228
+				c6.333,50.953,26.219,99.717,48.612,145.512c53.494,109.391,117.015,209.58,201.69,297.451
+				c43.627,45.272,102.77,110.104,151.493,149.942c18.749,15.332,38.436,29.521,59.303,41.844
+				c38.99,23.019,83.437,38.169,129.062,31.276c12.522-1.893,26.509-4.637,38.241-9.591c1.695-0.671,3.363-1.429,5.009-2.267
+				c1.396-0.686,2.339-1.19,2.813-1.46c0.089-0.053,0.178-0.1,0.264-0.146c0.083-0.048,0.125-0.072,0.119-0.078
+				c1.662-0.979,3.297-2.039,4.888-3.198l35.193-25.688c12.354-9.021,20.157-21.997,23.076-35.958
+				c8.803-37.051-6.507-93.32-43.008-145.479C634.305,697.918,565.441,661.226,526.923,683.594z M238.01,377.108
+				c-1.679-0.741-3.393-1.498-5.139-2.269c-1.691-0.889-3.414-1.794-5.165-2.715c-0.875-0.459-1.759-0.924-2.65-1.392
+				c-0.859-0.525-1.723-1.053-2.596-1.585c-1.743-1.068-3.51-2.152-5.304-3.25c-6.94-4.741-14.147-9.959-20.899-16.186
+				c-6.906-6.05-13.442-12.951-19.745-20.232c-3.03-3.746-6.23-7.406-9.038-11.398l-4.337-5.902l-4.084-6.098
+				c-5.31-8.222-10.146-16.75-14.317-25.44c-4.099-8.722-7.556-17.575-10.249-26.347c-5.474-17.523-7.401-34.853-6.112-49.481
+				c0.717-7.309,2.287-13.912,4.417-19.479c2.137-5.574,4.841-10.07,7.429-13.479c2.691-3.333,5.135-5.67,6.914-7.115
+				c1.811-1.408,2.776-2.16,2.776-2.16s-0.585,1.211-1.683,3.482c-0.591,1.017-1.059,2.516-1.669,4.061
+				c-0.316,0.765-0.563,1.648-0.791,2.589c-0.252,0.884-0.52,1.823-0.803,2.815c-0.373,2.08-0.86,4.172-1.065,6.542
+				c-0.174,1.13-0.19,2.374-0.242,3.616c-0.093,1.236-0.139,2.479-0.001,3.642c0.041,0.574,0.081,1.158,0.122,1.752l0.052,1.061
+				l0.007,1.231c0.004,0.827,0.008,1.666,0.014,2.516l0.003,0.641c-0.12,0.462,0.161-0.54,0.137-0.412l0.01,0.067l0.02,0.134
+				l0.04,0.268l0.161,1.077c0.212,1.405,0.43,2.847,0.652,4.323c0.28,1.458,0.568,2.953,0.86,4.478
+				c0.834,3.079,1.454,6.159,2.492,9.393c0.407,1.588,1.046,3.219,1.587,4.867c0.516,1.643,1.016,3.288,1.706,4.977
+				c1.242,3.336,2.693,6.754,4.037,10.214c1.575,3.427,3.186,6.929,4.822,10.489c3.502,7.027,7.179,14.252,11.412,21.37
+				c2.094,3.583,4.147,7.198,6.486,10.704l3.25,5.099l1.562,2.455l0.775,1.232l1.049,1.505c2.504,3.574,5.01,7.147,7.504,10.706
+				c2.299,3.562,5.138,6.625,7.447,10.115c2.464,3.341,5.095,6.507,7.598,9.719c2.557,3.136,5.003,6.402,7.685,9.253
+				c1.264,1.515,2.475,3.114,3.764,4.558c1.307,1.433,2.603,2.851,3.884,4.255c2.485,2.958,5.093,5.539,7.609,8.251
+				c2.589,2.429,4.979,5.335,7.562,7.476c1.272,1.135,2.47,2.399,3.699,3.581c1.261,1.083,2.499,2.146,3.711,3.188
+				c4.859,4.387,9.637,7.867,14.18,11.073c2.246,1.411,4.487,2.868,6.611,4.083c2.211,1.15,4.243,2.206,6.077,3.161
+				c1.931,0.849,3.656,1.609,5.156,2.27c1.643,0.727,3.276,0.939,4.479,1.321c1.232,0.298,2.197,0.635,2.843,0.833
+				c0.646,0.204,0.979,0.31,0.979,0.31s-1.199,0.243-3.448,0.696c-1.132,0.178-2.496,0.619-4.157,0.726
+				c-1.66,0.115-3.567,0.248-5.704,0.397c-2.137,0.017-4.506-0.185-7.084-0.282c-2.567-0.232-5.314-0.778-8.264-1.199
+				c-2.882-0.76-6.001-1.403-9.18-2.439C244.718,379.678,241.327,378.699,238.01,377.108z M686.726,923.926
+				c0.681,0.063,1.024,0.1,1.024,0.1s-1.121,0.485-3.225,1.404c-1.068,0.41-2.312,1.129-3.91,1.584
+				c-1.602,0.461-3.438,0.994-5.491,1.588c-2.087,0.469-4.445,0.771-6.987,1.218c-2.559,0.312-5.355,0.355-8.33,0.563
+				c-2.978-0.136-6.163-0.105-9.485-0.452c-3.312-0.455-6.834-0.696-10.411-1.557c-1.798-0.369-3.633-0.749-5.503-1.135
+				c-1.84-0.517-3.713-1.038-5.619-1.568c-0.954-0.267-1.915-0.535-2.883-0.805c-0.949-0.33-1.906-0.666-2.872-1.002
+				c-1.928-0.68-3.887-1.365-5.869-2.064c-7.781-3.172-15.926-6.76-23.837-11.427c-8.022-4.46-15.864-9.832-23.562-15.626
+				c-3.749-3.021-7.646-5.93-11.23-9.24l-5.483-4.854l-5.272-5.104c-6.92-6.923-13.444-14.24-19.35-21.858
+				c-5.844-7.663-11.083-15.595-15.562-23.603c-9.035-15.979-14.565-32.517-16.38-47.088c-0.835-7.296-0.688-14.083,0.222-19.975
+				c0.916-5.896,2.611-10.86,4.423-14.74c1.934-3.823,3.827-6.623,5.267-8.408c1.475-1.759,2.26-2.697,2.26-2.697
+				s-0.319,1.311-0.913,3.76c-0.363,1.116-0.505,2.685-0.777,4.321c-0.146,0.813-0.202,1.729-0.228,2.697
+				c-0.062,0.916-0.125,1.89-0.194,2.919c0.072,2.115,0.039,4.263,0.336,6.621c0.069,1.141,0.313,2.361,0.527,3.585
+				c0.169,1.229,0.386,2.453,0.763,3.561c0.161,0.558,0.325,1.115,0.489,1.688l0.271,1.025l0.27,1.202
+				c0.177,0.811,0.354,1.626,0.541,2.456l0.139,0.624c-0.02,0.478,0.044-0.555,0.047-0.427l0.022,0.062l0.05,0.125l0.095,0.256
+				l0.384,1.019c0.503,1.329,1.021,2.692,1.549,4.088c0.58,1.368,1.175,2.771,1.78,4.198c1.462,2.833,2.718,5.714,4.409,8.658
+				c0.732,1.468,1.701,2.928,2.575,4.426c0.853,1.496,1.688,3,2.717,4.504c1.914,3.002,4.052,6.038,6.095,9.14
+				c2.263,3.02,4.569,6.103,6.92,9.238c4.899,6.134,10.017,12.421,15.65,18.489c2.8,3.062,5.569,6.166,8.594,9.102l4.248,4.302
+				l2.045,2.07l1.019,1.04l1.341,1.252c3.202,2.969,6.404,5.936,9.593,8.891c2.994,3,6.416,5.396,9.404,8.32
+				c3.112,2.746,6.352,5.288,9.474,7.902c3.16,2.527,6.238,5.205,9.46,7.428c1.556,1.219,3.074,2.522,4.643,3.666
+				c1.578,1.124,3.141,2.239,4.688,3.344c3.054,2.367,6.146,4.346,9.175,6.469c3.045,1.828,5.99,4.165,8.968,5.716
+				c1.479,0.844,2.919,1.826,4.368,2.724c1.461,0.794,2.896,1.572,4.301,2.337c5.672,3.268,11.073,5.663,16.188,7.844
+				c2.492,0.905,4.989,1.856,7.323,2.6c2.403,0.661,4.612,1.267,6.604,1.812c2.065,0.426,3.912,0.806,5.521,1.136
+				c1.756,0.361,3.398,0.228,4.656,0.347C685.039,923.742,686.055,923.87,686.726,923.926z"></path>
+			<path d="M544.217,491.371c0-32.957-26.712-59.672-59.645-59.672c-32.955,0-59.672,26.716-59.672,59.672
+				s26.717,59.67,59.672,59.67C517.505,551.041,544.217,524.327,544.217,491.371z"></path>
+			<path d="M487.68,4.391c-1.01-0.103-2.036-0.157-3.07-0.157c-16.479,0-29.836,13.358-29.836,29.836s13.355,29.836,29.836,29.836
+				h0.001v0.036c114.771,0,222.691,42.166,303.88,123.382c81.195,81.228,125.915,189.218,125.915,304.081
+				c0,62.366-13.036,122.485-38.746,178.691l54.264,24.822c28.354-61.979,44.154-130.897,44.154-203.517
+				C974.075,221.969,756.537,6.016,487.68,4.391z"></path>
+			<path d="M467.543,194.92c-22.248,0-43.945,2.361-64.854,6.846l0.034,0.173c-12.823,3.341-22.306,14.968-22.306,28.84
+				c0,16.478,13.359,29.836,29.836,29.836c2.771,0,5.443-0.406,7.989-1.114c16.123-3.244,32.688-4.909,49.298-4.909
+				c136.761,0,248.021,111.326,248.021,248.165c0,41.945-10.641,83.375-30.771,119.812l0.019,0.009
+				c-2.443,4.329-3.854,9.312-3.854,14.638c0,16.479,13.357,29.836,29.836,29.836c11.413,0,21.322-6.413,26.34-15.825
+				c24.28-44.024,38.104-94.634,38.104-148.47C775.238,332.741,637.438,194.92,467.543,194.92z"></path>
+		</g>
+	</g>
+	<path display="inline" d="M456.415,678.788c0,0,2.938-387.358,292.077-511.137L591.166,49.354h404.861v404.662l-96.785-121.05
+		C899.242,332.966,704.182,224.591,456.415,678.788z M6.637,948.5V139.176h449.778v172.287H178.913v464.762h644.838V633.894h172.276
+		V948.5H6.637z"></path>
+</g>
+<g id="Layer_2_1_" display="none">
+	<path display="inline" d="M767.914,560.297c49.297,0,89.299,39.841,89.299,89.139c0,49.299-40.002,88.994-89.299,88.994
+		c-49.459,0-89.318-39.695-89.318-88.994C678.596,600.138,718.455,560.297,767.914,560.297z M234.379,560.297
+		c49.172,0,89.299,39.841,89.299,89.139c0,49.299-40.127,88.994-89.299,88.994c-49.459,0-89.442-39.695-89.442-88.994
+		C144.937,600.138,184.92,560.297,234.379,560.297z M636.926,387.02c-19.687-16.017-55.11-47.467-104.569-66.857
+		c-50.5-19.849-182.261-16.789-188.522-16.789c-1.812,0-17.712-1.678-22.576,12.508c-5.205,14.814-20.315,63.968-25.035,79.231
+		c-3.518,11.145,0.144,23.509,16.167,23.509h151.592H638.92C648.232,418.471,671.274,415.105,636.926,387.02z M231.185,314.366
+		c-12.831,5.339-37.399,21.822-47.162,29.611c-8.399,6.865-79.842,74.646-32.662,74.646h56.01c24.119,0,30.526-10.382,36.018-23.509
+		c4.899-12.051,27.35-69.765,30.688-79.231C280.788,297.568,257.745,303.221,231.185,314.366z M978.42,615.392
+		c-3.213,5.798-20.764,19.851-29.02,26.704c-9.295,7.34-21.967,22.611-28.086,29.61c-3.805,4.45-23.49,7.034-31.745,7.034
+		c14.501-75.267-35.712-154.945-121.979-154.945c-101.664,0-135.527,90.986-127.9,152.057c0.756,4.396-1.221,9.906-10.229,9.906
+		h-63.816H407.486c-35.856,0-40.289-38.925-56.619-82.121c-11.611-30.849-50.231-79.842-116.918-79.842
+		c-41.832,0-82.749,19.238-105.199,55.418c-20.297,32.984-21.212,76.021-22.594,91.596c-6.245-0.628-42.586-8.396-57.983-17.405
+		c-11.45-6.712-19.866-17.267-23.976-25.196c-9.637-18.467-15.416-51.9-17.103-79.357c0-26.271,20.62-27.798,27.17-46.576
+		c6.425-18.772-7.932-61.055,2.746-92.045c10.085-29.458,25.053-38.917,30.239-43.808c24.712-23.662,63.026-51.899,102.723-70.824
+		c13.729-6.568-8.686-7.035-15.434-14.509c-4.253-4.576-6.245-11.754-4.702-14.348c1.059-1.831,2.89-1.525,28.534-1.525
+		c7.322,0,11.001,0,27.314-0.924c4.576-0.144,11.145-2.593,16.349-3.203c26.094-3.509,70.061-3.509,114.942-3.509
+		c122.876,0,186.692,16.483,222.871,28.696c12.67,4.28,9.297,5.958,26.256,16.035c9.764,5.949,45.799,30.221,56.926,38.314
+		c48.096,34.645,81.224,61.519,81.224,61.519c5.958,6.104,87.469,17.553,179.514,50.52c13.585,4.89,39.696,19.085,52.043,38.934
+		c4.146,6.561,16.654,21.374,25.809,34.043c9.009,12.67,13.729,25.492,14.519,30.681
+		C997.801,569.755,987.268,599.061,978.42,615.392z"></path>
+</g>
+<g id="Layer_3" display="none">
+	<polygon display="inline" points="123.801,4.172 123.801,992.159 879.045,498.166 	"></polygon>
+</g>
+<g id="wrench" display="none">
+	<path display="inline" d="M982.192,178.811L826.938,334.066H664.679V169.273L818.003,16.01
+		c-22.576-6.822-46.118-11.59-70.867-11.59c-136.543,0-247.25,110.768-247.25,247.25c0,38.088,9.296,73.703,24.749,105.998
+		L29.531,852.65c-14.85,14.971-24.146,35.494-24.146,58.432c0,45.395,36.822,82.338,82.457,82.338
+		c22.817,0,43.462-9.176,58.19-24.146L641.258,474.23c32.113,15.332,67.85,24.688,105.878,24.688
+		c136.543,0,247.25-110.768,247.25-247.25C994.386,226.135,989.436,201.99,982.192,178.811z"></path>
+</g>
+<path display="none" d="M801.92,543.083C899.197,596.99,975.73,692.571,994.9,806.324c0,102.729-83.347,186.076-186.075,186.076
+	h-85.77c37.009-32.315,64.146-75.05,76.925-124.052h8.845c34.283,0,62.023-27.741,62.023-62.024
+	c-15.989-61.781-58.238-113.631-113.024-147.006c-28.894-50.094-67.84-95.279-115.146-131.804
+	c7.117-12.205,13.387-24.955,18.747-38.069c49.487-16.385,85.376-62.417,85.376-117.295V248.1
+	c0-54.937-35.889-100.972-85.406-117.295c-20.229-49.184-53.362-91.251-94.311-123.99C585.014,2.666,603.548,0,622.75,0
+	c137.013,0,248.1,111.087,248.1,248.1v124.05C870.85,438.596,844.381,498.562,801.92,543.083z M560.725,992.4H188.575
+	C85.786,992.4,2.5,909.055,2.5,806.324l0,0C21.671,692.571,98.203,596.99,195.541,543.083
+	c-42.521-44.521-68.99-104.487-68.99-170.933V248.1C126.55,111.087,237.638,0,374.65,0c137.012,0,248.1,111.087,248.1,248.1v124.05
+	c0,66.446-26.47,126.413-68.931,170.933c97.277,53.907,173.81,149.488,192.98,263.241l0,0
+	C746.801,909.055,663.454,992.4,560.725,992.4z M498.7,372.15V248.1c0-68.476-55.575-124.049-124.05-124.049
+	c-68.477,0-124.05,55.573-124.05,124.049v124.05c0,68.476,55.574,124.049,124.05,124.049
+	C443.125,496.199,498.7,440.626,498.7,372.15z M622.75,806.324C595.068,699.477,490.099,620.25,374.65,620.25l0,0l0,0
+	c-115.509,0-220.419,79.227-248.101,186.074l0,0c0,34.284,27.802,62.024,62.025,62.024h372.148
+	C595.009,868.35,622.75,840.608,622.75,806.324L622.75,806.324z"></path>
+<path display="none" d="M647.504,998.062H274.168c-103.117,0-186.668-83.611-186.668-186.668l0,0
+	c19.232-114.115,96.008-210.003,193.656-264.082c-42.656-44.662-69.21-104.818-69.21-171.478V251.391
+	C211.945,113.941,323.387,2.5,460.836,2.5s248.891,111.441,248.891,248.891v124.445c0,66.658-26.555,126.814-69.149,171.477
+	c97.588,54.08,174.362,149.968,193.596,264.082l0,0C834.172,914.451,750.561,998.062,647.504,998.062z M585.281,375.836V251.391
+	c0-68.693-55.752-124.445-124.445-124.445c-68.694,0-124.445,55.752-124.445,124.445v124.445
+	c0,68.693,55.751,124.445,124.445,124.445C529.529,500.281,585.281,444.529,585.281,375.836z M709.727,811.395
+	c-27.77-107.188-133.073-186.668-248.891-186.668l0,0l0,0c-115.877,0-221.121,79.48-248.891,186.668l0,0
+	c0,34.394,27.891,62.224,62.223,62.224h373.336C681.896,873.617,709.727,845.787,709.727,811.395L709.727,811.395z"></path>
+<path display="none" d="M145.955,419.761L21.881,295.688C9.765,283.6,3.707,267.698,3.707,251.825
+	c0-15.902,6.058-31.775,18.174-43.861L145.955,83.892c17.751-17.66,44.407-23.021,67.61-13.48
+	c23.143,9.572,38.289,32.291,38.289,57.342v62.098h62.036v124.072h-62.036v61.977c0,25.051-15.146,47.77-38.289,57.342
+	C190.362,442.753,163.706,437.481,145.955,419.761z M854.045,580.214l124.073,124.074c12.116,12.055,18.175,27.928,18.175,43.861
+	c0,15.872-6.059,31.743-18.175,43.86L854.045,916.085c-17.751,17.689-44.468,22.961-67.61,13.449
+	c-23.202-9.572-38.288-32.291-38.288-57.312v-62.034H686.11V686.112h62.036v-62.037c0-25.08,15.086-47.799,38.288-57.371
+	C809.577,557.192,836.294,562.524,854.045,580.214z M437.963,686.112H500v124.073h-62.037V686.112z M375.927,189.851h62.036v124.072
+	h-62.036V189.851z M313.89,562.04H65.743c-34.229,0-62.036,27.807-62.036,62.035v248.146c0,34.353,27.807,62.037,62.036,62.037
+	H313.89c34.229,0,62.037-27.686,62.037-62.037V624.075C375.927,589.847,348.119,562.04,313.89,562.04z M251.854,810.188H127.78
+	V686.112h124.073L251.854,810.188L251.854,810.188z M500,189.851h62.036v124.072H500V189.851z M934.256,65.776H686.109
+	c-34.289,0-62.036,27.777-62.036,62.037V375.96c0,34.26,27.747,62.037,62.036,62.037h248.146c34.29,0,62.037-27.777,62.037-62.037
+	V127.813C996.293,93.554,968.546,65.776,934.256,65.776z M872.22,313.923H748.146V189.851H872.22V313.923z M562.036,686.112h62.037
+	v124.073h-62.037V686.112z"></path>
+<path display="none" d="M996,499c0,20.92-1.696,41.534-4.238,61.817c-0.636,4.904-1.453,9.868-2.24,14.773
+	c-2.692,16.953-6.114,33.784-10.442,50.192c-0.818,2.907-1.454,5.874-2.211,8.75c-11.808,41.02-28.64,80.044-49.951,116.038
+	c-42.625,72.323-102.99,132.658-175.313,175.344c-35.995,21.313-74.986,38.084-116.037,49.921c-2.906,0.757-5.813,1.394-8.749,2.21
+	c-16.439,4.329-33.149,7.75-50.163,10.445c-4.903,0.757-9.869,1.634-14.805,2.21C541.534,993.304,520.948,995,500,995l0,0l0,0
+	c-20.949,0-41.535-1.696-61.818-4.238c-5.024-0.636-9.868-1.453-14.834-2.24c-17.014-2.692-33.784-6.114-50.224-10.442
+	c-2.815-0.819-5.843-1.454-8.688-2.211c-41.11-11.808-80.042-28.638-116.067-49.951C176.075,883.292,115.71,822.928,72.964,750.605
+	c-21.282-35.997-38.054-74.987-49.83-116.039c-0.787-2.875-1.453-5.813-2.24-8.749c-4.359-16.439-7.75-33.149-10.384-50.163
+	c-0.757-4.903-1.635-9.838-2.331-14.805C5.695,540.534,4,519.92,4,499l0,0l0,0c0-20.919,1.695-41.535,4.238-61.817
+	c0.605-5.025,1.453-9.868,2.301-14.834c2.634-17.014,6.055-33.785,10.444-50.224c0.757-2.816,1.423-5.843,2.24-8.689
+	c11.777-40.99,28.579-80.014,49.861-116.04c42.686-72.292,103.111-132.687,175.404-175.372
+	c35.935-21.222,74.958-38.024,115.978-49.8c2.876-0.817,5.843-1.482,8.688-2.241c16.407-4.389,33.239-7.75,50.192-10.443
+	c4.965-0.726,9.81-1.636,14.864-2.33C458.465,4.696,479.051,3,500,3l0,0l0,0c20.948,0,41.534,1.696,61.818,4.209
+	c4.903,0.634,9.869,1.482,14.772,2.33c16.953,2.633,33.784,6.054,50.192,10.443c2.907,0.759,5.874,1.424,8.75,2.241
+	C676.554,34,715.578,50.802,751.572,72.024c72.322,42.745,132.658,103.171,175.344,175.403
+	c21.312,36.025,38.084,74.956,49.921,116.067c0.756,2.847,1.394,5.813,2.21,8.689c4.329,16.439,7.75,33.209,10.445,50.224
+	c0.757,4.965,1.634,9.777,2.209,14.803C994.304,457.465,996,478.081,996,499L996,499L996,499z M211.888,386.291l-92.183-92.243
+	C86.586,355.354,66,424.407,66,499c0,74.594,20.586,143.678,53.705,204.952l92.183-92.154C198.174,576.742,190,538.93,190,499
+	C190,459.099,198.174,421.317,211.888,386.291z M500,933c74.594,0,143.678-20.525,204.951-53.645l-92.152-92.213
+	C577.742,800.765,539.931,809,500,809c-39.87,0-77.682-8.235-112.738-21.948l-92.273,92.243C356.353,912.475,425.406,933,500,933z
+	 M500,65c-74.594,0-143.647,20.586-204.951,53.705l92.273,92.183C422.318,197.173,460.13,189,500,189
+	c39.931,0,77.742,8.173,112.738,21.888l92.151-92.183C643.678,85.586,574.594,65,500,65z M738.828,435.578L738.828,435.578
+	C716.092,349.874,649.188,283,563.453,260.172l0,0l0,0c-8.234-2.148-16.469-3.966-25.066-5.329C525.854,252.604,513.198,251,500,251
+	c-13.199,0-25.854,1.604-38.447,3.844c-8.477,1.362-16.802,3.181-24.976,5.329l0,0l0,0C350.873,283,283.999,349.934,261.173,435.578
+	l0,0l0,0c-2.149,8.173-3.966,16.5-5.328,25.006C253.604,473.177,252,485.831,252,499c0,13.17,1.604,25.823,3.845,38.387
+	c1.302,8.6,3.179,16.771,5.328,25.066l0,0l0,0c22.735,85.673,89.761,152.548,175.404,175.313l0,0l0,0
+	c8.174,2.148,16.499,3.937,24.976,5.326C474.146,745.396,486.801,747,500,747c13.198,0,25.854-1.604,38.387-3.844
+	c8.599-1.303,16.771-3.182,25.066-5.328l0,0l0,0c85.673-22.769,152.548-89.643,175.312-175.375l0,0l0,0
+	c2.149-8.234,3.938-16.468,5.328-25.037C746.396,524.823,748,512.17,748,499c0-13.169-1.604-25.823-3.845-38.416
+	C742.763,452.077,740.977,443.75,738.828,435.578L738.828,435.578z M880.355,294.048l-92.213,92.274
+	C801.766,421.317,810,459.099,810,499c0,39.93-8.234,77.742-21.948,112.738l92.243,92.15C913.475,642.678,934,573.594,934,499
+	C934,424.407,913.475,355.354,880.355,294.048z"></path>
+<path display="none" d="M962.252,997.5H35c0-119.822,140.166-219.904,331.177-252.59v-49.025
+	c-78.83-45.965-132.465-130.401-132.465-228.244v-6.698c-38.444-13.796-66.247-49.543-66.247-92.687
+	c0-43.115,27.803-78.891,66.217-92.627v-6.699C233.712,122.609,352.291,4,498.611,4c146.319,0,264.93,118.609,264.93,264.93v6.699
+	c38.414,13.736,66.217,49.512,66.217,92.627c0,43.144-27.803,78.891-66.217,92.687v6.698c0,97.843-53.635,182.279-132.465,228.152
+	v49.027C822.178,777.596,962.252,877.678,962.252,997.5z"></path>
+<g id="plus" display="none">
+	<polygon display="inline" points="998.5,374.438 624.062,374.438 624.062,0 374.438,0 374.438,374.438 0,374.438 0,624.062 
+		374.438,624.062 374.438,998.5 624.062,998.5 624.062,624.062 998.5,624.062 	"></polygon>
+</g>
+<g id="play" display="none">
+	<polygon display="inline" points="123,0 871.875,499.25 123,998.5 	"></polygon>
+</g>
+<path display="none" d="M375.312,871.562L3.5,995.5l123.938-371.812L747.125,4L995,251.875L375.312,871.562z M127.438,871.562
+	l185.906-61.97L189.406,685.656L127.438,871.562z M251.375,623.688l123.938,123.938l371.812-371.812L623.188,251.875
+	L251.375,623.688z"></path>
+<g id="plus_x5F_alt" display="none">
+	<path display="inline" d="M500.381,3C225.704,3,3,225.705,3,500.381s222.704,497.381,497.381,497.381
+		s497.381-222.705,497.381-497.381S775.058,3,500.381,3z M749.071,562.553H562.553V749.07H438.208V562.553H251.69V438.209h186.518
+		v-186.52h124.344v186.52h186.519V562.553z"></path>
+</g>
+<g id="New_Symbol">
+	<polygon points="6.821,300 204.087,500 252.975,500 252.975,346.154 991.437,346.154 991.437,253.848 252.975,253.848 252.975,100 
+		204.087,100 	"></polygon>
+	<polygon points="993.179,700 795.884,900 745.282,900 745.282,746.154 6.821,746.154 6.821,653.848 745.282,653.848 745.282,500 
+		795.884,500 	"></polygon>
+</g>
+</symbol><symbol id="fonticon-table"></symbol><symbol id="fonticon-trash"></symbol><symbol id="fonticon-up-1"></symbol><symbol id="fonticon-up-circled"></symbol><symbol id="fonticon-up-dir"></symbol><symbol id="fonticon-up-open"></symbol><symbol id="fonticon-up"></symbol><symbol id="fonticon-user"></symbol><symbol id="fonticon-users"></symbol><symbol id="fonticon-vertical-ellipsis"></symbol><symbol id="fonticon-wrench"></symbol><symbol viewBox="0 0 1792 1792" id="fonticon-wrench2"><path  [...]
\ No newline at end of file
diff --git a/assets/fonts/fauxtonicon6.ttf b/assets/fonts/fauxtonicon6.ttf
new file mode 100644
index 00000000..ca91f29f
Binary files /dev/null and b/assets/fonts/fauxtonicon6.ttf differ
diff --git a/assets/fonts/fauxtonicon6.woff b/assets/fonts/fauxtonicon6.woff
new file mode 100644
index 00000000..6028ffb3
Binary files /dev/null and b/assets/fonts/fauxtonicon6.woff differ
diff --git a/assets/fonts/fauxtonicon6.woff2 b/assets/fonts/fauxtonicon6.woff2
new file mode 100644
index 00000000..500fb045
Binary files /dev/null and b/assets/fonts/fauxtonicon6.woff2 differ
diff --git a/assets/fonts/fontcustom.yml b/assets/fonts/fontcustom.yml
deleted file mode 100644
index 619adf80..00000000
--- a/assets/fonts/fontcustom.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-# --------------------------------------------------------------------------- #
-# Project Info
-#   Defaults shown. Learn more about these options by running
-#   `fontcustom help` or visiting <http://fontcustom.com>.
-# --------------------------------------------------------------------------- #
-
-font_name: fauxtonicon5
-css_selector: .fonticon-{{glyph}}
-preprocessor_path: "../fonts/"
-autowidth: false
-no_hash: true
-force: false
-debug: true
-quiet: false
-
-
-# --------------------------------------------------------------------------- #
-# Input Paths
-# --------------------------------------------------------------------------- #
-
-input:
-  vectors: /Applications/MAMP/htdocs/couchdb-fauxton/assets/icons         # required
-  templates: /Applications/MAMP/htdocs/couchdb-fauxton/assets/fonts/templates
-
-
-# --------------------------------------------------------------------------- #
-# Output Paths
-# --------------------------------------------------------------------------- #
-
-output:
-  fonts: /Applications/MAMP/htdocs/couchdb-fauxton/assets/fonts                              # required
-  # css: PUT_YOUR_PATH_HERE/couchdb-fauxton/assets/less
-  preview: /Applications/MAMP/htdocs/couchdb-fauxton/assets/fonts/styleguide
-  icons.less: /Applications/MAMP/htdocs/couchdb-fauxton/assets/less
-  #my-custom-template.yml: path/to/template/output
-
-
-# --------------------------------------------------------------------------- #
-# Templates
-#   Included in Font Custom: preview, css, scss, scss-rails
-#   Custom templates should be saved in the INPUT[:templates] directory and
-#   referenced by their baserame.
-# --------------------------------------------------------------------------- #
-
-templates:
- # - css
- - preview
- - icons.less
-
-# FYI... KNOWN ISSUE: https://github.com/FontCustom/fontcustom/issues/172.
-# TEMP SOLUTION W/ PATH FIX: https://github.com/skirchmeier/fontcustom/tree/master
diff --git a/assets/fonts/styleguide/fauxtonicon5-preview.html b/assets/fonts/styleguide/fauxtonicon5-preview.html
deleted file mode 100644
index 17a3d633..00000000
--- a/assets/fonts/styleguide/fauxtonicon5-preview.html
+++ /dev/null
@@ -1,2003 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>fauxtonicon5 glyphs preview</title>
-
-    <style>
-      /* Page Styles */
-
-      * {
-        -moz-box-sizing: border-box;
-        -webkit-box-sizing: border-box;
-        box-sizing: border-box;
-        margin: 0;
-        padding: 0;
-      }
-
-      body {
-        background: #fff;
-        color: #444;
-        font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
-      }
-
-      a,
-      a:visited {
-        color: #888;
-        text-decoration: underline;
-      }
-      a:hover,
-      a:focus { color: #000; }
-
-      header {
-        border-bottom: 2px solid #ddd;
-        margin-bottom: 20px;
-        overflow: hidden;
-        padding: 20px 0;
-      }
-
-      header h1 {
-        color: #888;
-        float: left;
-        font-size: 36px;
-        font-weight: 300;
-      }
-
-      header a {
-        float: right;
-        font-size: 14px;
-      }
-
-      .container {
-        margin: 0 auto;
-        max-width: 1200px;
-        min-width: 960px;
-        padding: 0 40px;
-        width: 90%;
-      }
-
-      .glyph {
-        border-bottom: 1px dotted #ccc;
-        padding: 10px 0 20px;
-        margin-bottom: 20px;
-      }
-
-      .preview-glyphs { vertical-align: bottom; }
-
-      .preview-scale {
-        color: #888;
-        font-size: 12px;
-        margin-top: 5px;
-      }
-
-      .step {
-        display: inline-block;
-        line-height: 1;
-        position: relative;
-        width: 10%;
-      }
-
-      .step .letters,
-      .step i {
-        -webkit-transition: opacity .3s;
-        -moz-transition: opacity .3s;
-        -ms-transition: opacity .3s;
-        -o-transition: opacity .3s;
-        transition: opacity .3s;
-      }
-
-      .step:hover .letters { opacity: 1; }
-      .step:hover i { opacity: .3; }
-
-      .letters {
-        opacity: .3;
-        position: absolute;
-      }
-
-      .characters-off .letters { display: none; }
-      .characters-off .step:hover i { opacity: 1; }
-
-      
-      .size-12 { font-size: 12px; }
-      
-      .size-14 { font-size: 14px; }
-      
-      .size-16 { font-size: 16px; }
-      
-      .size-18 { font-size: 18px; }
-      
-      .size-21 { font-size: 21px; }
-      
-      .size-24 { font-size: 24px; }
-      
-      .size-36 { font-size: 36px; }
-      
-      .size-48 { font-size: 48px; }
-      
-      .size-60 { font-size: 60px; }
-      
-      .size-72 { font-size: 72px; }
-      
-
-      .usage { margin-top: 10px; }
-
-      .usage input {
-        font-family: monospace;
-        margin-right: 3px;
-        padding: 2px 5px;
-        text-align: center;
-      }
-
-      .usage .point { width: 150px; }
-
-      .usage .class { width: 250px; }
-
-      footer {
-        color: #888;
-        font-size: 12px;
-        padding: 20px 0;
-      }
-
-      /* Icon Font: fauxtonicon5 */
-
-      @font-face {
-  font-family: "fauxtonicon5";
-  src: url("../fauxtonicon5.eot");
-  src: url("../fauxtonicon5.eot?#iefix") format("embedded-opentype"),
-       url("../fauxtonicon5.woff") format("woff"),
-       url("../fauxtonicon5.ttf") format("truetype"),
-       url("../fauxtonicon5.svg#fauxtonicon5") format("svg");
-  font-weight: normal;
-  font-style: normal;
-}
-
-@media screen and (-webkit-min-device-pixel-ratio:0) {
-  @font-face {
-    font-family: "fauxtonicon5";
-    src: url("../fauxtonicon5.svg#fauxtonicon5") format("svg");
-  }
-}
-
-      [data-icon]:before { content: attr(data-icon); }
-
-      [data-icon]:before,
-      .fonticon-activetasks:before,
-.fonticon-arrow-box-down:before,
-.fonticon-arrow-box-up:before,
-.fonticon-arrow_left:before,
-.fonticon-arrow_right:before,
-.fonticon-arrows-cw:before,
-.fonticon-article:before,
-.fonticon-attention-alt:before,
-.fonticon-attention-circled:before,
-.fonticon-bell:before,
-.fonticon-block:before,
-.fonticon-bookmark:before,
-.fonticon-bookmark-ribbon-wplus:before,
-.fonticon-burger:before,
-.fonticon-cancel:before,
-.fonticon-cancel-circled:before,
-.fonticon-cancel-circled2:before,
-.fonticon-circle-empty:before,
-.fonticon-clipboard:before,
-.fonticon-clock:before,
-.fonticon-cog:before,
-.fonticon-collapse:before,
-.fonticon-cw:before,
-.fonticon-dashboard:before,
-.fonticon-database:before,
-.fonticon-deselect-all:before,
-.fonticon-document:before,
-.fonticon-documents:before,
-.fonticon-dot-circled:before,
-.fonticon-down:before,
-.fonticon-down-1:before,
-.fonticon-down-circled:before,
-.fonticon-down-dir:before,
-.fonticon-down-open:before,
-.fonticon-drop-down-dots:before,
-.fonticon-exchange:before,
-.fonticon-expand:before,
-.fonticon-eye:before,
-.fonticon-file-code-o:before,
-.fonticon-files-o:before,
-.fonticon-filter:before,
-.fonticon-gears:before,
-.fonticon-help:before,
-.fonticon-help-circled:before,
-.fonticon-info-circled:before,
-.fonticon-json:before,
-.fonticon-key:before,
-.fonticon-left:before,
-.fonticon-left-1:before,
-.fonticon-left-circled:before,
-.fonticon-left-dir:before,
-.fonticon-left-open:before,
-.fonticon-link:before,
-.fonticon-list-alt:before,
-.fonticon-lock:before,
-.fonticon-mail:before,
-.fonticon-mail-alt:before,
-.fonticon-map:before,
-.fonticon-map2:before,
-.fonticon-megaphone:before,
-.fonticon-minus:before,
-.fonticon-minus-circled:before,
-.fonticon-minus-circled2:before,
-.fonticon-minus-squared:before,
-.fonticon-minus-squared-alt:before,
-.fonticon-mixer:before,
-.fonticon-new-database:before,
-.fonticon-ok:before,
-.fonticon-ok-circled:before,
-.fonticon-ok-circled-2:before,
-.fonticon-paperclip:before,
-.fonticon-pencil:before,
-.fonticon-picture:before,
-.fonticon-play:before,
-.fonticon-plus:before,
-.fonticon-plus-circled:before,
-.fonticon-plus-circled2:before,
-.fonticon-plus-squared:before,
-.fonticon-plus-squared-alt:before,
-.fonticon-popin:before,
-.fonticon-popout:before,
-.fonticon-profile:before,
-.fonticon-replicate:before,
-.fonticon-reply:before,
-.fonticon-reply-all:before,
-.fonticon-resize-full:before,
-.fonticon-resize-full-reverse:before,
-.fonticon-resize-small:before,
-.fonticon-resize-small-reverse:before,
-.fonticon-right:before,
-.fonticon-right-1:before,
-.fonticon-right-circled:before,
-.fonticon-right-dir:before,
-.fonticon-right-open:before,
-.fonticon-save:before,
-.fonticon-search:before,
-.fonticon-select-all:before,
-.fonticon-sidenav-filter-function:before,
-.fonticon-sidenav-info:before,
-.fonticon-sidenav-list-function:before,
-.fonticon-sidenav-map-reduce:before,
-.fonticon-sidenav-search:before,
-.fonticon-sidenav-show-function:before,
-.fonticon-sidenav-update-function:before,
-.fonticon-sitemap:before,
-.fonticon-stats:before,
-.fonticon-support:before,
-.fonticon-swap-arrows:before,
-.fonticon-table:before,
-.fonticon-trash:before,
-.fonticon-up:before,
-.fonticon-up-1:before,
-.fonticon-up-circled:before,
-.fonticon-up-dir:before,
-.fonticon-up-open:before,
-.fonticon-user:before,
-.fonticon-users:before,
-.fonticon-vertical-ellipsis:before,
-.fonticon-wrench:before,
-.fonticon-wrench2:before {
-        display: inline-block;
-  font-family: "fauxtonicon5";
-  font-style: normal;
-  font-weight: normal;
-  font-variant: normal;
-  line-height: 1;
-  text-decoration: inherit;
-  text-rendering: optimizeLegibility;
-  text-transform: none;
-  -moz-osx-font-smoothing: grayscale;
-  -webkit-font-smoothing: antialiased;
-  font-smoothing: antialiased;
-      }
-
-      .fonticon-activetasks:before { content: "\f100"; }
-.fonticon-arrow-box-down:before { content: "\f101"; }
-.fonticon-arrow-box-up:before { content: "\f102"; }
-.fonticon-arrow_left:before { content: "\f103"; }
-.fonticon-arrow_right:before { content: "\f104"; }
-.fonticon-arrows-cw:before { content: "\f105"; }
-.fonticon-article:before { content: "\f106"; }
-.fonticon-attention-alt:before { content: "\f107"; }
-.fonticon-attention-circled:before { content: "\f108"; }
-.fonticon-bell:before { content: "\f109"; }
-.fonticon-block:before { content: "\f10a"; }
-.fonticon-bookmark:before { content: "\f10b"; }
-.fonticon-bookmark-ribbon-wplus:before { content: "\f10c"; }
-.fonticon-burger:before { content: "\f10d"; }
-.fonticon-cancel:before { content: "\f10e"; }
-.fonticon-cancel-circled:before { content: "\f10f"; }
-.fonticon-cancel-circled2:before { content: "\f110"; }
-.fonticon-circle-empty:before { content: "\f111"; }
-.fonticon-clipboard:before { content: "\f112"; }
-.fonticon-clock:before { content: "\f113"; }
-.fonticon-cog:before { content: "\f114"; }
-.fonticon-collapse:before { content: "\f115"; }
-.fonticon-cw:before { content: "\f116"; }
-.fonticon-dashboard:before { content: "\f117"; }
-.fonticon-database:before { content: "\f118"; }
-.fonticon-deselect-all:before { content: "\f119"; }
-.fonticon-document:before { content: "\f11a"; }
-.fonticon-documents:before { content: "\f11b"; }
-.fonticon-dot-circled:before { content: "\f11c"; }
-.fonticon-down:before { content: "\f11d"; }
-.fonticon-down-1:before { content: "\f11e"; }
-.fonticon-down-circled:before { content: "\f11f"; }
-.fonticon-down-dir:before { content: "\f120"; }
-.fonticon-down-open:before { content: "\f121"; }
-.fonticon-drop-down-dots:before { content: "\f122"; }
-.fonticon-exchange:before { content: "\f123"; }
-.fonticon-expand:before { content: "\f124"; }
-.fonticon-eye:before { content: "\f125"; }
-.fonticon-file-code-o:before { content: "\f126"; }
-.fonticon-files-o:before { content: "\f127"; }
-.fonticon-filter:before { content: "\f128"; }
-.fonticon-gears:before { content: "\f129"; }
-.fonticon-help:before { content: "\f12a"; }
-.fonticon-help-circled:before { content: "\f12b"; }
-.fonticon-info-circled:before { content: "\f12c"; }
-.fonticon-json:before { content: "\f12d"; }
-.fonticon-key:before { content: "\f12e"; }
-.fonticon-left:before { content: "\f12f"; }
-.fonticon-left-1:before { content: "\f130"; }
-.fonticon-left-circled:before { content: "\f131"; }
-.fonticon-left-dir:before { content: "\f132"; }
-.fonticon-left-open:before { content: "\f133"; }
-.fonticon-link:before { content: "\f134"; }
-.fonticon-list-alt:before { content: "\f135"; }
-.fonticon-lock:before { content: "\f136"; }
-.fonticon-mail:before { content: "\f137"; }
-.fonticon-mail-alt:before { content: "\f138"; }
-.fonticon-map:before { content: "\f139"; }
-.fonticon-map2:before { content: "\f13a"; }
-.fonticon-megaphone:before { content: "\f13b"; }
-.fonticon-minus:before { content: "\f13c"; }
-.fonticon-minus-circled:before { content: "\f13d"; }
-.fonticon-minus-circled2:before { content: "\f13e"; }
-.fonticon-minus-squared:before { content: "\f13f"; }
-.fonticon-minus-squared-alt:before { content: "\f140"; }
-.fonticon-mixer:before { content: "\f141"; }
-.fonticon-new-database:before { content: "\f142"; }
-.fonticon-ok:before { content: "\f143"; }
-.fonticon-ok-circled:before { content: "\f144"; }
-.fonticon-ok-circled-2:before { content: "\f145"; }
-.fonticon-paperclip:before { content: "\f146"; }
-.fonticon-pencil:before { content: "\f147"; }
-.fonticon-picture:before { content: "\f148"; }
-.fonticon-play:before { content: "\f149"; }
-.fonticon-plus:before { content: "\f14a"; }
-.fonticon-plus-circled:before { content: "\f14b"; }
-.fonticon-plus-circled2:before { content: "\f14c"; }
-.fonticon-plus-squared:before { content: "\f14d"; }
-.fonticon-plus-squared-alt:before { content: "\f14e"; }
-.fonticon-popin:before { content: "\f14f"; }
-.fonticon-popout:before { content: "\f150"; }
-.fonticon-profile:before { content: "\f151"; }
-.fonticon-replicate:before { content: "\f152"; }
-.fonticon-reply:before { content: "\f153"; }
-.fonticon-reply-all:before { content: "\f154"; }
-.fonticon-resize-full:before { content: "\f155"; }
-.fonticon-resize-full-reverse:before { content: "\f156"; }
-.fonticon-resize-small:before { content: "\f157"; }
-.fonticon-resize-small-reverse:before { content: "\f158"; }
-.fonticon-right:before { content: "\f159"; }
-.fonticon-right-1:before { content: "\f15a"; }
-.fonticon-right-circled:before { content: "\f15b"; }
-.fonticon-right-dir:before { content: "\f15c"; }
-.fonticon-right-open:before { content: "\f15d"; }
-.fonticon-save:before { content: "\f15e"; }
-.fonticon-search:before { content: "\f15f"; }
-.fonticon-select-all:before { content: "\f160"; }
-.fonticon-sidenav-filter-function:before { content: "\f161"; }
-.fonticon-sidenav-info:before { content: "\f162"; }
-.fonticon-sidenav-list-function:before { content: "\f163"; }
-.fonticon-sidenav-map-reduce:before { content: "\f164"; }
-.fonticon-sidenav-search:before { content: "\f165"; }
-.fonticon-sidenav-show-function:before { content: "\f166"; }
-.fonticon-sidenav-update-function:before { content: "\f167"; }
-.fonticon-sitemap:before { content: "\f168"; }
-.fonticon-stats:before { content: "\f169"; }
-.fonticon-support:before { content: "\f16a"; }
-.fonticon-swap-arrows:before { content: "\f16b"; }
-.fonticon-table:before { content: "\f16c"; }
-.fonticon-trash:before { content: "\f16d"; }
-.fonticon-up:before { content: "\f16e"; }
-.fonticon-up-1:before { content: "\f16f"; }
-.fonticon-up-circled:before { content: "\f170"; }
-.fonticon-up-dir:before { content: "\f171"; }
-.fonticon-up-open:before { content: "\f172"; }
-.fonticon-user:before { content: "\f173"; }
-.fonticon-users:before { content: "\f174"; }
-.fonticon-vertical-ellipsis:before { content: "\f175"; }
-.fonticon-wrench:before { content: "\f176"; }
-.fonticon-wrench2:before { content: "\f177"; }
-    </style>
-
-    <!--[if lte IE 8]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
-
-    <script>
-      function toggleCharacters() {
-        var body = document.getElementsByTagName('body')[0];
-        body.className = body.className === 'characters-off' ? '' : 'characters-off';
-      }
-    </script>
-  </head>
-
-  <body class="characters-off">
-    <div id="page" class="container">
-      <header>
-        <h1>fauxtonicon5 contains 120 glyphs:</h1>
-        <a onclick="toggleCharacters(); return false;" href="#">Toggle Preview Characters</a>
-      </header>
-
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-activetasks" class="fonticon-activetasks"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-activetasks" class="fonticon-activetasks"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-activetasks" class="fonticon-activetasks"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-activetasks" class="fontico [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-activetasks" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf100;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-arrow-box-down" class="fonticon-arrow-box-down"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-arrow-box-down" class="fonticon-arrow-box-down"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-arrow-box-down" class="fonticon-arrow-box-down"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-arrow-box [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-arrow-box-down" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf101;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-arrow-box-up" class="fonticon-arrow-box-up"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-arrow-box-up" class="fonticon-arrow-box-up"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-arrow-box-up" class="fonticon-arrow-box-up"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-arrow-box-up" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-arrow-box-up" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf102;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-arrow_left" class="fonticon-arrow_left"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-arrow_left" class="fonticon-arrow_left"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-arrow_left" class="fonticon-arrow_left"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-arrow_left" class="fonticon-arrow [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-arrow_left" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf103;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-arrow_right" class="fonticon-arrow_right"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-arrow_right" class="fonticon-arrow_right"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-arrow_right" class="fonticon-arrow_right"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-arrow_right" class="fontico [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-arrow_right" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf104;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-arrows-cw" class="fonticon-arrows-cw"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-arrows-cw" class="fonticon-arrows-cw"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-arrows-cw" class="fonticon-arrows-cw"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-arrows-cw" class="fonticon-arrows-cw">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-arrows-cw" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf105;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-article" class="fonticon-article"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-article" class="fonticon-article"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-article" class="fonticon-article"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-article" class="fonticon-article"></i></span><span  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-article" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf106;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-attention-alt" class="fonticon-attention-alt"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-attention-alt" class="fonticon-attention-alt"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-attention-alt" class="fonticon-attention-alt"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-attention-alt"  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-attention-alt" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf107;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-attention-circled" class="fonticon-attention-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-attention-circled" class="fonticon-attention-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-attention-circled" class="fonticon-attention-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-attention-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf108;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-bell" class="fonticon-bell"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-bell" class="fonticon-bell"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-bell" class="fonticon-bell"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-bell" class="fonticon-bell"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-bell" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf109;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-block" class="fonticon-block"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-block" class="fonticon-block"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-block" class="fonticon-block"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-block" class="fonticon-block"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-block" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf10a;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-bookmark" class="fonticon-bookmark"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-bookmark" class="fonticon-bookmark"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-bookmark" class="fonticon-bookmark"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-bookmark" class="fonticon-bookmark"></i></spa [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-bookmark" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf10b;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-bookmark-ribbon-wplus" class="fonticon-bookmark-ribbon-wplus"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-bookmark-ribbon-wplus" class="fonticon-bookmark-ribbon-wplus"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-bookmark-ribbon-wplus" class="fonticon-bookmark-ribbon-wplus"></i></span><span class="step size-18"><span class="l [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-bookmark-ribbon-wplus" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf10c;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-burger" class="fonticon-burger"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-burger" class="fonticon-burger"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-burger" class="fonticon-burger"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-burger" class="fonticon-burger"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-burger" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf10d;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-cancel" class="fonticon-cancel"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-cancel" class="fonticon-cancel"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-cancel" class="fonticon-cancel"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-cancel" class="fonticon-cancel"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-cancel" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf10e;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-cancel-circled" class="fonticon-cancel-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-cancel-circled" class="fonticon-cancel-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-cancel-circled" class="fonticon-cancel-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-cancel-ci [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-cancel-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf10f;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-cancel-circled2" class="fonticon-cancel-circled2"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-cancel-circled2" class="fonticon-cancel-circled2"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-cancel-circled2" class="fonticon-cancel-circled2"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-can [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-cancel-circled2" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf110;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-circle-empty" class="fonticon-circle-empty"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-circle-empty" class="fonticon-circle-empty"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-circle-empty" class="fonticon-circle-empty"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-circle-empty" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-circle-empty" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf111;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-clipboard" class="fonticon-clipboard"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-clipboard" class="fonticon-clipboard"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-clipboard" class="fonticon-clipboard"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-clipboard" class="fonticon-clipboard">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-clipboard" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf112;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-clock" class="fonticon-clock"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-clock" class="fonticon-clock"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-clock" class="fonticon-clock"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-clock" class="fonticon-clock"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-clock" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf113;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-cog" class="fonticon-cog"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-cog" class="fonticon-cog"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-cog" class="fonticon-cog"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-cog" class="fonticon-cog"></i></span><span class="step size-21"><span class [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-cog" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf114;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-collapse" class="fonticon-collapse"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-collapse" class="fonticon-collapse"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-collapse" class="fonticon-collapse"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-collapse" class="fonticon-collapse"></i></spa [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-collapse" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf115;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-cw" class="fonticon-cw"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-cw" class="fonticon-cw"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-cw" class="fonticon-cw"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-cw" class="fonticon-cw"></i></span><span class="step size-21"><span class="letter [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-cw" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf116;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-dashboard" class="fonticon-dashboard"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-dashboard" class="fonticon-dashboard"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-dashboard" class="fonticon-dashboard"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-dashboard" class="fonticon-dashboard">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-dashboard" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf117;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-database" class="fonticon-database"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-database" class="fonticon-database"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-database" class="fonticon-database"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-database" class="fonticon-database"></i></spa [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-database" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf118;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-deselect-all" class="fonticon-deselect-all"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-deselect-all" class="fonticon-deselect-all"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-deselect-all" class="fonticon-deselect-all"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-deselect-all" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-deselect-all" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf119;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-document" class="fonticon-document"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-document" class="fonticon-document"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-document" class="fonticon-document"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-document" class="fonticon-document"></i></spa [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-document" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf11a;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-documents" class="fonticon-documents"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-documents" class="fonticon-documents"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-documents" class="fonticon-documents"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-documents" class="fonticon-documents">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-documents" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf11b;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-dot-circled" class="fonticon-dot-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-dot-circled" class="fonticon-dot-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-dot-circled" class="fonticon-dot-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-dot-circled" class="fontico [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-dot-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf11c;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-down" class="fonticon-down"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-down" class="fonticon-down"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-down" class="fonticon-down"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-down" class="fonticon-down"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-down" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf11d;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-down-1" class="fonticon-down-1"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-down-1" class="fonticon-down-1"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-down-1" class="fonticon-down-1"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-down-1" class="fonticon-down-1"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-down-1" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf11e;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-down-circled" class="fonticon-down-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-down-circled" class="fonticon-down-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-down-circled" class="fonticon-down-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-down-circled" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-down-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf11f;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-down-dir" class="fonticon-down-dir"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-down-dir" class="fonticon-down-dir"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-down-dir" class="fonticon-down-dir"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-down-dir" class="fonticon-down-dir"></i></spa [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-down-dir" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf120;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-down-open" class="fonticon-down-open"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-down-open" class="fonticon-down-open"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-down-open" class="fonticon-down-open"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-down-open" class="fonticon-down-open">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-down-open" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf121;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-drop-down-dots" class="fonticon-drop-down-dots"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-drop-down-dots" class="fonticon-drop-down-dots"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-drop-down-dots" class="fonticon-drop-down-dots"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-drop-down [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-drop-down-dots" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf122;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-exchange" class="fonticon-exchange"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-exchange" class="fonticon-exchange"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-exchange" class="fonticon-exchange"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-exchange" class="fonticon-exchange"></i></spa [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-exchange" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf123;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-expand" class="fonticon-expand"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-expand" class="fonticon-expand"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-expand" class="fonticon-expand"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-expand" class="fonticon-expand"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-expand" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf124;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-eye" class="fonticon-eye"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-eye" class="fonticon-eye"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-eye" class="fonticon-eye"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-eye" class="fonticon-eye"></i></span><span class="step size-21"><span class [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-eye" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf125;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-file-code-o" class="fonticon-file-code-o"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-file-code-o" class="fonticon-file-code-o"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-file-code-o" class="fonticon-file-code-o"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-file-code-o" class="fontico [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-file-code-o" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf126;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-files-o" class="fonticon-files-o"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-files-o" class="fonticon-files-o"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-files-o" class="fonticon-files-o"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-files-o" class="fonticon-files-o"></i></span><span  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-files-o" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf127;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-filter" class="fonticon-filter"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-filter" class="fonticon-filter"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-filter" class="fonticon-filter"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-filter" class="fonticon-filter"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-filter" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf128;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-gears" class="fonticon-gears"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-gears" class="fonticon-gears"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-gears" class="fonticon-gears"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-gears" class="fonticon-gears"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-gears" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf129;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-help" class="fonticon-help"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-help" class="fonticon-help"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-help" class="fonticon-help"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-help" class="fonticon-help"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-help" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf12a;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-help-circled" class="fonticon-help-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-help-circled" class="fonticon-help-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-help-circled" class="fonticon-help-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-help-circled" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-help-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf12b;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-info-circled" class="fonticon-info-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-info-circled" class="fonticon-info-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-info-circled" class="fonticon-info-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-info-circled" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-info-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf12c;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-json" class="fonticon-json"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-json" class="fonticon-json"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-json" class="fonticon-json"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-json" class="fonticon-json"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-json" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf12d;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-key" class="fonticon-key"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-key" class="fonticon-key"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-key" class="fonticon-key"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-key" class="fonticon-key"></i></span><span class="step size-21"><span class [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-key" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf12e;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-left" class="fonticon-left"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-left" class="fonticon-left"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-left" class="fonticon-left"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-left" class="fonticon-left"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-left" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf12f;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-left-1" class="fonticon-left-1"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-left-1" class="fonticon-left-1"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-left-1" class="fonticon-left-1"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-left-1" class="fonticon-left-1"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-left-1" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf130;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-left-circled" class="fonticon-left-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-left-circled" class="fonticon-left-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-left-circled" class="fonticon-left-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-left-circled" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-left-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf131;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-left-dir" class="fonticon-left-dir"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-left-dir" class="fonticon-left-dir"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-left-dir" class="fonticon-left-dir"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-left-dir" class="fonticon-left-dir"></i></spa [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-left-dir" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf132;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-left-open" class="fonticon-left-open"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-left-open" class="fonticon-left-open"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-left-open" class="fonticon-left-open"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-left-open" class="fonticon-left-open">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-left-open" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf133;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-link" class="fonticon-link"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-link" class="fonticon-link"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-link" class="fonticon-link"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-link" class="fonticon-link"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-link" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf134;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-list-alt" class="fonticon-list-alt"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-list-alt" class="fonticon-list-alt"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-list-alt" class="fonticon-list-alt"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-list-alt" class="fonticon-list-alt"></i></spa [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-list-alt" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf135;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-lock" class="fonticon-lock"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-lock" class="fonticon-lock"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-lock" class="fonticon-lock"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-lock" class="fonticon-lock"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-lock" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf136;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-mail" class="fonticon-mail"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-mail" class="fonticon-mail"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-mail" class="fonticon-mail"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-mail" class="fonticon-mail"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-mail" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf137;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-mail-alt" class="fonticon-mail-alt"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-mail-alt" class="fonticon-mail-alt"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-mail-alt" class="fonticon-mail-alt"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-mail-alt" class="fonticon-mail-alt"></i></spa [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-mail-alt" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf138;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-map" class="fonticon-map"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-map" class="fonticon-map"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-map" class="fonticon-map"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-map" class="fonticon-map"></i></span><span class="step size-21"><span class [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-map" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf139;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-map2" class="fonticon-map2"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-map2" class="fonticon-map2"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-map2" class="fonticon-map2"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-map2" class="fonticon-map2"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-map2" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf13a;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-megaphone" class="fonticon-megaphone"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-megaphone" class="fonticon-megaphone"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-megaphone" class="fonticon-megaphone"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-megaphone" class="fonticon-megaphone">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-megaphone" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf13b;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-minus" class="fonticon-minus"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-minus" class="fonticon-minus"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-minus" class="fonticon-minus"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-minus" class="fonticon-minus"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-minus" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf13c;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-minus-circled" class="fonticon-minus-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-minus-circled" class="fonticon-minus-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-minus-circled" class="fonticon-minus-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-minus-circled"  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-minus-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf13d;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-minus-circled2" class="fonticon-minus-circled2"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-minus-circled2" class="fonticon-minus-circled2"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-minus-circled2" class="fonticon-minus-circled2"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-minus-cir [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-minus-circled2" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf13e;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-minus-squared" class="fonticon-minus-squared"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-minus-squared" class="fonticon-minus-squared"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-minus-squared" class="fonticon-minus-squared"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-minus-squared"  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-minus-squared" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf13f;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-minus-squared-alt" class="fonticon-minus-squared-alt"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-minus-squared-alt" class="fonticon-minus-squared-alt"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-minus-squared-alt" class="fonticon-minus-squared-alt"></i></span><span class="step size-18"><span class="letters">Pp</span><i id=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-minus-squared-alt" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf140;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-mixer" class="fonticon-mixer"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-mixer" class="fonticon-mixer"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-mixer" class="fonticon-mixer"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-mixer" class="fonticon-mixer"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-mixer" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf141;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-new-database" class="fonticon-new-database"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-new-database" class="fonticon-new-database"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-new-database" class="fonticon-new-database"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-new-database" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-new-database" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf142;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-ok" class="fonticon-ok"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-ok" class="fonticon-ok"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-ok" class="fonticon-ok"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-ok" class="fonticon-ok"></i></span><span class="step size-21"><span class="letter [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-ok" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf143;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-ok-circled" class="fonticon-ok-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-ok-circled" class="fonticon-ok-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-ok-circled" class="fonticon-ok-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-ok-circled" class="fonticon-ok-ci [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-ok-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf144;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-ok-circled-2" class="fonticon-ok-circled-2"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-ok-circled-2" class="fonticon-ok-circled-2"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-ok-circled-2" class="fonticon-ok-circled-2"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-ok-circled-2" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-ok-circled-2" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf145;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-paperclip" class="fonticon-paperclip"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-paperclip" class="fonticon-paperclip"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-paperclip" class="fonticon-paperclip"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-paperclip" class="fonticon-paperclip">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-paperclip" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf146;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-pencil" class="fonticon-pencil"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-pencil" class="fonticon-pencil"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-pencil" class="fonticon-pencil"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-pencil" class="fonticon-pencil"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-pencil" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf147;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-picture" class="fonticon-picture"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-picture" class="fonticon-picture"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-picture" class="fonticon-picture"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-picture" class="fonticon-picture"></i></span><span  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-picture" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf148;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-play" class="fonticon-play"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-play" class="fonticon-play"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-play" class="fonticon-play"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-play" class="fonticon-play"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-play" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf149;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-plus" class="fonticon-plus"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-plus" class="fonticon-plus"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-plus" class="fonticon-plus"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-plus" class="fonticon-plus"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-plus" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf14a;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-plus-circled" class="fonticon-plus-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-plus-circled" class="fonticon-plus-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-plus-circled" class="fonticon-plus-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-plus-circled" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-plus-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf14b;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-plus-circled2" class="fonticon-plus-circled2"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-plus-circled2" class="fonticon-plus-circled2"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-plus-circled2" class="fonticon-plus-circled2"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-plus-circled2"  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-plus-circled2" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf14c;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-plus-squared" class="fonticon-plus-squared"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-plus-squared" class="fonticon-plus-squared"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-plus-squared" class="fonticon-plus-squared"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-plus-squared" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-plus-squared" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf14d;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-plus-squared-alt" class="fonticon-plus-squared-alt"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-plus-squared-alt" class="fonticon-plus-squared-alt"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-plus-squared-alt" class="fonticon-plus-squared-alt"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fontic [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-plus-squared-alt" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf14e;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-popin" class="fonticon-popin"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-popin" class="fonticon-popin"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-popin" class="fonticon-popin"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-popin" class="fonticon-popin"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-popin" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf14f;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-popout" class="fonticon-popout"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-popout" class="fonticon-popout"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-popout" class="fonticon-popout"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-popout" class="fonticon-popout"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-popout" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf150;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-profile" class="fonticon-profile"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-profile" class="fonticon-profile"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-profile" class="fonticon-profile"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-profile" class="fonticon-profile"></i></span><span  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-profile" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf151;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-replicate" class="fonticon-replicate"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-replicate" class="fonticon-replicate"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-replicate" class="fonticon-replicate"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-replicate" class="fonticon-replicate">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-replicate" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf152;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-reply" class="fonticon-reply"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-reply" class="fonticon-reply"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-reply" class="fonticon-reply"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-reply" class="fonticon-reply"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-reply" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf153;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-reply-all" class="fonticon-reply-all"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-reply-all" class="fonticon-reply-all"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-reply-all" class="fonticon-reply-all"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-reply-all" class="fonticon-reply-all">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-reply-all" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf154;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-resize-full" class="fonticon-resize-full"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-resize-full" class="fonticon-resize-full"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-resize-full" class="fonticon-resize-full"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-resize-full" class="fontico [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-resize-full" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf155;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-resize-full-reverse" class="fonticon-resize-full-reverse"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-resize-full-reverse" class="fonticon-resize-full-reverse"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-resize-full-reverse" class="fonticon-resize-full-reverse"></i></span><span class="step size-18"><span class="letters">Pp</ [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-resize-full-reverse" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf156;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-resize-small" class="fonticon-resize-small"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-resize-small" class="fonticon-resize-small"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-resize-small" class="fonticon-resize-small"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-resize-small" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-resize-small" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf157;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-resize-small-reverse" class="fonticon-resize-small-reverse"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-resize-small-reverse" class="fonticon-resize-small-reverse"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-resize-small-reverse" class="fonticon-resize-small-reverse"></i></span><span class="step size-18"><span class="letters [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-resize-small-reverse" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf158;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-right" class="fonticon-right"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-right" class="fonticon-right"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-right" class="fonticon-right"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-right" class="fonticon-right"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-right" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf159;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-right-1" class="fonticon-right-1"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-right-1" class="fonticon-right-1"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-right-1" class="fonticon-right-1"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-right-1" class="fonticon-right-1"></i></span><span  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-right-1" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf15a;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-right-circled" class="fonticon-right-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-right-circled" class="fonticon-right-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-right-circled" class="fonticon-right-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-right-circled"  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-right-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf15b;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-right-dir" class="fonticon-right-dir"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-right-dir" class="fonticon-right-dir"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-right-dir" class="fonticon-right-dir"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-right-dir" class="fonticon-right-dir">< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-right-dir" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf15c;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-right-open" class="fonticon-right-open"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-right-open" class="fonticon-right-open"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-right-open" class="fonticon-right-open"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-right-open" class="fonticon-right [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-right-open" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf15d;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-save" class="fonticon-save"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-save" class="fonticon-save"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-save" class="fonticon-save"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-save" class="fonticon-save"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-save" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf15e;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-search" class="fonticon-search"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-search" class="fonticon-search"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-search" class="fonticon-search"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-search" class="fonticon-search"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-search" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf15f;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-select-all" class="fonticon-select-all"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-select-all" class="fonticon-select-all"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-select-all" class="fonticon-select-all"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-select-all" class="fonticon-selec [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-select-all" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf160;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-sidenav-filter-function" class="fonticon-sidenav-filter-function"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-sidenav-filter-function" class="fonticon-sidenav-filter-function"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-sidenav-filter-function" class="fonticon-sidenav-filter-function"></i></span><span class="step size-18"><s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-sidenav-filter-function" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf161;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-sidenav-info" class="fonticon-sidenav-info"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-sidenav-info" class="fonticon-sidenav-info"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-sidenav-info" class="fonticon-sidenav-info"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-sidenav-info" class=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-sidenav-info" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf162;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-sidenav-list-function" class="fonticon-sidenav-list-function"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-sidenav-list-function" class="fonticon-sidenav-list-function"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-sidenav-list-function" class="fonticon-sidenav-list-function"></i></span><span class="step size-18"><span class="l [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-sidenav-list-function" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf163;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-sidenav-map-reduce" class="fonticon-sidenav-map-reduce"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-sidenav-map-reduce" class="fonticon-sidenav-map-reduce"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-sidenav-map-reduce" class="fonticon-sidenav-map-reduce"></i></span><span class="step size-18"><span class="letters">Pp</span>< [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-sidenav-map-reduce" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf164;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-sidenav-search" class="fonticon-sidenav-search"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-sidenav-search" class="fonticon-sidenav-search"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-sidenav-search" class="fonticon-sidenav-search"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-sidenav-s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-sidenav-search" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf165;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-sidenav-show-function" class="fonticon-sidenav-show-function"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-sidenav-show-function" class="fonticon-sidenav-show-function"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-sidenav-show-function" class="fonticon-sidenav-show-function"></i></span><span class="step size-18"><span class="l [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-sidenav-show-function" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf166;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-sidenav-update-function" class="fonticon-sidenav-update-function"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-sidenav-update-function" class="fonticon-sidenav-update-function"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-sidenav-update-function" class="fonticon-sidenav-update-function"></i></span><span class="step size-18"><s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-sidenav-update-function" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf167;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-sitemap" class="fonticon-sitemap"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-sitemap" class="fonticon-sitemap"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-sitemap" class="fonticon-sitemap"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-sitemap" class="fonticon-sitemap"></i></span><span  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-sitemap" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf168;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-stats" class="fonticon-stats"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-stats" class="fonticon-stats"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-stats" class="fonticon-stats"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-stats" class="fonticon-stats"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-stats" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf169;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-support" class="fonticon-support"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-support" class="fonticon-support"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-support" class="fonticon-support"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-support" class="fonticon-support"></i></span><span  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-support" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf16a;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-swap-arrows" class="fonticon-swap-arrows"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-swap-arrows" class="fonticon-swap-arrows"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-swap-arrows" class="fonticon-swap-arrows"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-swap-arrows" class="fontico [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-swap-arrows" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf16b;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-table" class="fonticon-table"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-table" class="fonticon-table"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-table" class="fonticon-table"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-table" class="fonticon-table"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-table" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf16c;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-trash" class="fonticon-trash"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-trash" class="fonticon-trash"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-trash" class="fonticon-trash"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-trash" class="fonticon-trash"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-trash" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf16d;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-up" class="fonticon-up"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-up" class="fonticon-up"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-up" class="fonticon-up"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-up" class="fonticon-up"></i></span><span class="step size-21"><span class="letter [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-up" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf16e;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-up-1" class="fonticon-up-1"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-up-1" class="fonticon-up-1"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-up-1" class="fonticon-up-1"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-up-1" class="fonticon-up-1"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-up-1" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf16f;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-up-circled" class="fonticon-up-circled"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-up-circled" class="fonticon-up-circled"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-up-circled" class="fonticon-up-circled"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-up-circled" class="fonticon-up-ci [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-up-circled" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf170;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-up-dir" class="fonticon-up-dir"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-up-dir" class="fonticon-up-dir"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-up-dir" class="fonticon-up-dir"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-up-dir" class="fonticon-up-dir"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-up-dir" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf171;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-up-open" class="fonticon-up-open"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-up-open" class="fonticon-up-open"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-up-open" class="fonticon-up-open"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-up-open" class="fonticon-up-open"></i></span><span  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-up-open" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf172;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-user" class="fonticon-user"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-user" class="fonticon-user"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-user" class="fonticon-user"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-user" class="fonticon-user"></i></span><span class="step size-21"><sp [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-user" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf173;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-users" class="fonticon-users"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-users" class="fonticon-users"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-users" class="fonticon-users"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-users" class="fonticon-users"></i></span><span class="step size [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-users" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf174;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-vertical-ellipsis" class="fonticon-vertical-ellipsis"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-vertical-ellipsis" class="fonticon-vertical-ellipsis"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-vertical-ellipsis" class="fonticon-vertical-ellipsis"></i></span><span class="step size-18"><span class="letters">Pp</span><i id=" [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-vertical-ellipsis" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf175;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-wrench" class="fonticon-wrench"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-wrench" class="fonticon-wrench"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-wrench" class="fonticon-wrench"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-wrench" class="fonticon-wrench"></i></span><span class="s [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-wrench" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf176;" />
-        </div>
-      </div>
-      
-      <div class="glyph">
-        <div class="preview-glyphs">
-          <span class="step size-12"><span class="letters">Pp</span><i id="fonticon-wrench2" class="fonticon-wrench2"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="fonticon-wrench2" class="fonticon-wrench2"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="fonticon-wrench2" class="fonticon-wrench2"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="fonticon-wrench2" class="fonticon-wrench2"></i></span><span  [...]
-        </div>
-        <div class="preview-scale">
-          <span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
-        </div>
-        <div class="usage">
-          <input class="class" type="text" readonly="readonly" onClick="this.select();" value=".fonticon-wrench2" />
-          <input class="point" type="text" readonly="readonly" onClick="this.select();" value="&amp;#xf177;" />
-        </div>
-      </div>
-      
-
-      <footer>
-        Made with love using <a href="http://fontcustom.com">Font Custom</a>.
-      </footer>
-    </div>
-  </body>
-</html>
diff --git a/assets/fonts/templates/icons.less b/assets/fonts/templates/icons.less
deleted file mode 100644
index 95aa9539..00000000
--- a/assets/fonts/templates/icons.less
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
-*	Icon Font: <%= font_name %>
-*/
-
-/*  Licensed under the Apache License, Version 2.0 (the "License"); you may not
- *  use this file except in compliance with the License. You may obtain a copy of
- *  the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- *  License for the specific language governing permissions and limitations under
- *  the License.
- */
-
-/* had to add a custom template to the generator to get this to compile to append the proper path and specify  "url" instead of "font-url":
-https://github.com/seanbarclay/fontcustom/blob/1c3ad3d2633d3a8add39e8827115394e9ec02d88/lib/fontcustom/generator/template.rb
-*/
-@fauxtonFont: "<%=font_name%>";
-<%= glyph_vars %>
-
-<%= font_face(:LESS) %>
-
-[data-icon]:before { content: attr(data-icon); }
-
-[data-icon]:before,
-<%= glyph_selectors %> {
-<%= glyph_properties %>
-}
-
-<%= glyphs_less %>
diff --git a/assets/iconfontgenerator/README.md b/assets/iconfontgenerator/README.md
new file mode 100644
index 00000000..ebe0769d
--- /dev/null
+++ b/assets/iconfontgenerator/README.md
@@ -0,0 +1,21 @@
+### How to regenerate Fauxton's icon fonts
+
+The steps below describe how to use [svgtofont](https://github.com/jaywcjlove/svgtofont) to generate a new set of
+CSS and font files based on an input set of SVG icons.
+
+**IMPORTANT**: The source SVG files can not contain any comments or metatags (e.g. `<?xml ...?>` , `<!-- -->` or `<!DOCTYPE ... >`) otherwise the `svgtofont` tool will fail.
+
+
+1. Add, remove or replace SVG icons in the [assets/icons](assets/icons) folder.
+
+2. Run `npm install svgtofont --no-save` to install the tool.
+
+3. Then run
+```
+cd assets/iconfontgenerator
+node createfonts.js <fauxtonicon[INTEGER]>
+```
+
+Specifiying `fauxtonicon[INTEGER]` will update the value of `fauxtonFontname` in `assets/iconfontgenerator/createfonts.js` which is the name of the new font files. This is needed because the font files are bundled as-is by Webpack, so in order to burst the browser's cache, you need to specify a different name. Take note of the current value and increment by 1 for consistency (e.g., `fauxtonicon5` --> `fauxtonicon6`)
+
+The new CSS and font files are generated and copied to the appropriate Fauxton folders.
diff --git a/assets/iconfontgenerator/createfonts.js b/assets/iconfontgenerator/createfonts.js
new file mode 100644
index 00000000..e5f7cb4c
--- /dev/null
+++ b/assets/iconfontgenerator/createfonts.js
@@ -0,0 +1,84 @@
+const svgtofont = require("svgtofont");
+const path = require("path");
+const fs = require("fs");
+
+if (process.argv.length != 3) {
+  console.error(`Usage: node createfonts.js [font-name]`);
+  console.error(
+    `where [font-name] must follow the format "fauxtonicon[INTEGER]"`
+  );
+  process.exit(1);
+}
+
+if (!process.argv[2].startsWith("fauxtonicon")) {
+  console.error(
+    `Invalid value: ${process.argv[2]}. Font name must follow the format "fauxtonicon[INTEGER]"`
+  );
+  process.exit(1);
+}
+
+const fauxtonFontname = process.argv[2];
+const generatedFontsDir = "generated";
+
+// Generate the font files (.ttf, .woff, etc) and LESS file
+svgtofont({
+  emptyDist: true, // Clear output directory contents
+  src: "../icons", // svg path
+  dist: path.resolve(process.cwd(), generatedFontsDir), // output path
+  styleTemplates: path.resolve(process.cwd(), "styles"), // file templates path
+  fontName: fauxtonFontname, // font name
+  css: {
+    fileName: "icons",
+    cssPath: "../fonts/",
+  }, // Create CSS files.
+  startUnicode: 0xea01, // unicode start number
+  classNamePrefix: "fonticon",
+  svgicons2svgfont: {
+    fontHeight: 1000,
+    normalize: true,
+    descent: 64,
+  },
+  website: null,
+}).then(() => {
+  console.log(`Font ${fauxtonFontname} generated`);
+  try {
+    // The custom template ../styles/icons.less includes the '{{cssToVars}}' variable so the generator adds the list of icons as variables.
+    // The problem is that {{cssToVars}} is written in SCSS syntax, so we need to convert it to LESS syntax, which comes down
+    // to replacing '$<var_name>' to '@<var_name>'.
+    const original = fs.readFileSync("./generated/icons.less", "utf8");
+    const updated = original.replaceAll("$fonticon-", "@fonticon-");
+    fs.writeFileSync("./generated/icons.less", updated);
+
+    // Remove old icons font files
+    const fontsDir = "../fonts";
+    fs.readdirSync(fontsDir).forEach((file) => {
+      if (file.startsWith("fauxtonicon")) {
+        const toDelete = fontsDir + "/" + file;
+        console.log("Deleting", toDelete);
+        fs.unlinkSync(toDelete);
+      }
+    });
+
+    // Add new icons font files
+    fs.readdirSync(generatedFontsDir).forEach((file) => {
+      if (file.startsWith("fauxtonicon")) {
+        const from = generatedFontsDir + "/" + file;
+        const to = fontsDir + "/" + file;
+        console.log("Moving", from, "to", to);
+        fs.renameSync(from, to);
+      }
+    });
+
+    // Replace 'assets/less/icons.less' with the newly generated version
+    const iconsLess = "../less/icons.less";
+    console.log(`Replacing ${iconsLess} with the new version`);
+    if (fs.existsSync(iconsLess)) {
+      fs.unlinkSync(iconsLess);
+    }
+    const generatedIconsLess = generatedFontsDir + "/icons.less";
+    fs.renameSync(generatedIconsLess, iconsLess);
+  } catch (err) {
+    console.error(err);
+    process.exit(1);
+  }
+});
diff --git a/assets/iconfontgenerator/styles/icons.less b/assets/iconfontgenerator/styles/icons.less
new file mode 100644
index 00000000..ea2f7e66
--- /dev/null
+++ b/assets/iconfontgenerator/styles/icons.less
@@ -0,0 +1,32 @@
+@fauxtonFont: "{{fontname}}";
+
+@font-face {font-family: "{{fontname}}";
+  src: url('{{cssPath}}{{fontname}}.eot'); /* IE9*/
+  src: url('{{cssPath}}{{fontname}}.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+  url("{{cssPath}}{{fontname}}.woff2") format("woff2"),
+  url("{{cssPath}}{{fontname}}.woff") format("woff"),
+  url('{{cssPath}}{{fontname}}.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+  url('{{cssPath}}{{fontname}}.svg#{{fontname}}') format('svg'); /* iOS 4.1- */
+  font-weight: normal;
+  font-style: normal;
+}
+
+[class^="{{prefix}}-"]:before, [class*=" {{prefix}}-"]:before {
+  display: inline-block;
+  font-family: '{{fontname}}' !important;
+  font-weight: normal;
+  font-style: normal;
+  font-variant: normal;
+  line-height: 1;
+  text-decoration: inherit;
+  text-rendering: optimizeLegibility;
+  text-transform: none;
+  
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+{{cssToVars}}
+
+{{cssString}}
+
diff --git a/assets/icons/activetasks.svg b/assets/icons/activetasks.svg
index 5683da65..bbb88931 100755
--- a/assets/icons/activetasks.svg
+++ b/assets/icons/activetasks.svg
@@ -1,6 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/arrow-box-down.svg b/assets/icons/arrow-box-down.svg
index 8da5fc3f..87b22f83 100755
--- a/assets/icons/arrow-box-down.svg
+++ b/assets/icons/arrow-box-down.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/arrow-box-up.svg b/assets/icons/arrow-box-up.svg
index 79959277..b4eaaba0 100755
--- a/assets/icons/arrow-box-up.svg
+++ b/assets/icons/arrow-box-up.svg
@@ -1,6 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/arrow_left.svg b/assets/icons/arrow_left.svg
index 08c48f4a..64f8906a 100644
--- a/assets/icons/arrow_left.svg
+++ b/assets/icons/arrow_left.svg
@@ -1,6 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
 	 width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
 <polygon points="6.412,9 8.057,9 8.057,14 32.057,14 32.057,17 8.057,17 8.057,22 6.412,22 0,15.5 "/>
diff --git a/assets/icons/arrow_right.svg b/assets/icons/arrow_right.svg
index c0c61987..06b7be67 100644
--- a/assets/icons/arrow_right.svg
+++ b/assets/icons/arrow_right.svg
@@ -1,6 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 15.1.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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
 	 width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
 <polygon points="32.057,15.5 25.645,22 24,22 24,17 0,17 0,14 24,14 24,9 25.645,9 "/>
diff --git a/assets/icons/arrows-cw.svg b/assets/icons/arrows-cw.svg
index e3f190bd..3e9654e7 100755
--- a/assets/icons/arrows-cw.svg
+++ b/assets/icons/arrows-cw.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/article.svg b/assets/icons/article.svg
index 9ab58a1e..f06fbcac 100755
--- a/assets/icons/article.svg
+++ b/assets/icons/article.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
 <g>
 </g>
diff --git a/assets/icons/attention-alt.svg b/assets/icons/attention-alt.svg
index 06753919..4299aa04 100755
--- a/assets/icons/attention-alt.svg
+++ b/assets/icons/attention-alt.svg
@@ -1,6 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11" height="32" viewBox="0 0 11 32">
 <g>
 </g>
diff --git a/assets/icons/attention-circled.svg b/assets/icons/attention-circled.svg
index ea0567d6..bd76ed7c 100755
--- a/assets/icons/attention-circled.svg
+++ b/assets/icons/attention-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/bell.svg b/assets/icons/bell.svg
index 86353e17..662de328 100644
--- a/assets/icons/bell.svg
+++ b/assets/icons/bell.svg
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
 <svg width="18px" height="20px" viewBox="0 0 18 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
     <!-- Generator: Sketch 3.3.3 (12081) - http://www.bohemiancoding.com/sketch -->
     <title>Fill 180 Copy</title>
@@ -11,4 +11,4 @@
             </g>
         </g>
     </g>
-</svg>
\ No newline at end of file
+</svg>
diff --git a/assets/icons/block.svg b/assets/icons/block.svg
index ae3d84fe..bda70e78 100755
--- a/assets/icons/block.svg
+++ b/assets/icons/block.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/bookmark-ribbon-wplus.svg b/assets/icons/bookmark-ribbon-wplus.svg
index c4f6b31d..a2a7b409 100755
--- a/assets/icons/bookmark-ribbon-wplus.svg
+++ b/assets/icons/bookmark-ribbon-wplus.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/bookmark.svg b/assets/icons/bookmark.svg
index d27d25b0..cda20101 100755
--- a/assets/icons/bookmark.svg
+++ b/assets/icons/bookmark.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/burger.svg b/assets/icons/burger.svg
index 91351b67..e6d24913 100755
--- a/assets/icons/burger.svg
+++ b/assets/icons/burger.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/cancel-circled.svg b/assets/icons/cancel-circled.svg
index 19de5b7a..cd5d070f 100755
--- a/assets/icons/cancel-circled.svg
+++ b/assets/icons/cancel-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/cancel-circled2.svg b/assets/icons/cancel-circled2.svg
index be09a72c..c00b691c 100755
--- a/assets/icons/cancel-circled2.svg
+++ b/assets/icons/cancel-circled2.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/cancel.svg b/assets/icons/cancel.svg
index 56cd8a22..9111346c 100755
--- a/assets/icons/cancel.svg
+++ b/assets/icons/cancel.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/circle-empty.svg b/assets/icons/circle-empty.svg
index 08379ab4..d71368d0 100755
--- a/assets/icons/circle-empty.svg
+++ b/assets/icons/circle-empty.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/clipboard.svg b/assets/icons/clipboard.svg
index ca97e89e..6fffacbd 100755
--- a/assets/icons/clipboard.svg
+++ b/assets/icons/clipboard.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/clock.svg b/assets/icons/clock.svg
index 150cfed5..a10d5238 100755
--- a/assets/icons/clock.svg
+++ b/assets/icons/clock.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/cog.svg b/assets/icons/cog.svg
index c33f5496..9240e5f1 100755
--- a/assets/icons/cog.svg
+++ b/assets/icons/cog.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/collapse.svg b/assets/icons/collapse.svg
index 1f1ff7b5..a91c929d 100755
--- a/assets/icons/collapse.svg
+++ b/assets/icons/collapse.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/cw.svg b/assets/icons/cw.svg
index 6ee30775..bf4a0bf4 100755
--- a/assets/icons/cw.svg
+++ b/assets/icons/cw.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/dashboard.svg b/assets/icons/dashboard.svg
index b1ca9850..24469294 100755
--- a/assets/icons/dashboard.svg
+++ b/assets/icons/dashboard.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/database.svg b/assets/icons/database.svg
index ccee72e3..c7513e76 100755
--- a/assets/icons/database.svg
+++ b/assets/icons/database.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/deselect-all.svg b/assets/icons/deselect-all.svg
index c25b446b..b2791193 100644
--- a/assets/icons/deselect-all.svg
+++ b/assets/icons/deselect-all.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 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="Layer_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" enable-background="new 0 0 32 32" xml:space="preserve">
 <path d="M18,32h-4v-3h4V32z M8,3h3V0H8V3z M11,32v-3H8v3H11z M14,0v3h4V0H14z M27,3h2v2h3V0h-5V3z M3,18v-4H0v4H3z M0,11h3V8H0V11z
diff --git a/assets/icons/document.svg b/assets/icons/document.svg
index 126879dc..eaff0656 100755
--- a/assets/icons/document.svg
+++ b/assets/icons/document.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/documents.svg b/assets/icons/documents.svg
index 9f4504bf..fb2c6184 100755
--- a/assets/icons/documents.svg
+++ b/assets/icons/documents.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/dot-circled.svg b/assets/icons/dot-circled.svg
index 797ceb6f..6ac936fa 100755
--- a/assets/icons/dot-circled.svg
+++ b/assets/icons/dot-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/down-1.svg b/assets/icons/down-1.svg
index a52f5e89..c9ea066d 100755
--- a/assets/icons/down-1.svg
+++ b/assets/icons/down-1.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
 <g>
 </g>
diff --git a/assets/icons/down-circled.svg b/assets/icons/down-circled.svg
index 036674ab..edc8e97e 100755
--- a/assets/icons/down-circled.svg
+++ b/assets/icons/down-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/down-dir.svg b/assets/icons/down-dir.svg
index dd8a7698..cadfc74e 100755
--- a/assets/icons/down-dir.svg
+++ b/assets/icons/down-dir.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="32" viewBox="0 0 18 32">
 <g>
 </g>
diff --git a/assets/icons/down-open.svg b/assets/icons/down-open.svg
index 0f5a9325..5b4dc600 100755
--- a/assets/icons/down-open.svg
+++ b/assets/icons/down-open.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/down.svg b/assets/icons/down.svg
index 634a4713..145e05fb 100755
--- a/assets/icons/down.svg
+++ b/assets/icons/down.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="32" viewBox="0 0 14 32">
 <g>
 </g>
diff --git a/assets/icons/drop-down-dots.svg b/assets/icons/drop-down-dots.svg
index 1a1d202b..c0939e59 100755
--- a/assets/icons/drop-down-dots.svg
+++ b/assets/icons/drop-down-dots.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/exchange.svg b/assets/icons/exchange.svg
index 1bde3c36..6637813d 100755
--- a/assets/icons/exchange.svg
+++ b/assets/icons/exchange.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/expand.svg b/assets/icons/expand.svg
index 9d47d8c9..38d697ab 100755
--- a/assets/icons/expand.svg
+++ b/assets/icons/expand.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/eye.svg b/assets/icons/eye.svg
index d5ef7325..7c2bd756 100755
--- a/assets/icons/eye.svg
+++ b/assets/icons/eye.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
 <g>
 </g>
diff --git a/assets/icons/gears.svg b/assets/icons/gears.svg
index 74890d09..be83397a 100755
--- a/assets/icons/gears.svg
+++ b/assets/icons/gears.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="34" height="32" viewBox="0 0 34 32">
 <g>
 </g>
diff --git a/assets/icons/help-circled.svg b/assets/icons/help-circled.svg
index 964f8222..d4f6b3b6 100755
--- a/assets/icons/help-circled.svg
+++ b/assets/icons/help-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/help.svg b/assets/icons/help.svg
index ee3a4c96..fc556e83 100755
--- a/assets/icons/help.svg
+++ b/assets/icons/help.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="32" viewBox="0 0 18 32">
 <g>
 </g>
diff --git a/assets/icons/info-circled.svg b/assets/icons/info-circled.svg
index 919715db..cc667273 100755
--- a/assets/icons/info-circled.svg
+++ b/assets/icons/info-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/json.svg b/assets/icons/json.svg
index 5bc79235..8b993dc7 100755
--- a/assets/icons/json.svg
+++ b/assets/icons/json.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/key.svg b/assets/icons/key.svg
index 101535d5..da726f09 100755
--- a/assets/icons/key.svg
+++ b/assets/icons/key.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
 <g>
 </g>
diff --git a/assets/icons/left-1.svg b/assets/icons/left-1.svg
index 078fd4c7..736263af 100755
--- a/assets/icons/left-1.svg
+++ b/assets/icons/left-1.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
 <g>
 </g>
diff --git a/assets/icons/left-circled.svg b/assets/icons/left-circled.svg
index a11eb049..fe21594b 100755
--- a/assets/icons/left-circled.svg
+++ b/assets/icons/left-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/left-dir.svg b/assets/icons/left-dir.svg
index 24ac8313..44c39d3b 100755
--- a/assets/icons/left-dir.svg
+++ b/assets/icons/left-dir.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11" height="32" viewBox="0 0 11 32">
 <g>
 </g>
diff --git a/assets/icons/left-open.svg b/assets/icons/left-open.svg
index c9689740..1b89b292 100755
--- a/assets/icons/left-open.svg
+++ b/assets/icons/left-open.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21" height="32" viewBox="0 0 21 32">
 <g>
 </g>
diff --git a/assets/icons/left.svg b/assets/icons/left.svg
index 3a1e0991..542c69ec 100755
--- a/assets/icons/left.svg
+++ b/assets/icons/left.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/link.svg b/assets/icons/link.svg
index f3859017..2074b9d4 100755
--- a/assets/icons/link.svg
+++ b/assets/icons/link.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
 <g>
 </g>
diff --git a/assets/icons/list-alt.svg b/assets/icons/list-alt.svg
index bfdd3a59..a3798e80 100755
--- a/assets/icons/list-alt.svg
+++ b/assets/icons/list-alt.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/lock.svg b/assets/icons/lock.svg
index fcfa074a..46cb4912 100755
--- a/assets/icons/lock.svg
+++ b/assets/icons/lock.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21" height="32" viewBox="0 0 21 32">
 <g>
 </g>
diff --git a/assets/icons/mail-alt.svg b/assets/icons/mail-alt.svg
index 7dcbae29..93023771 100755
--- a/assets/icons/mail-alt.svg
+++ b/assets/icons/mail-alt.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/mail.svg b/assets/icons/mail.svg
index a36ebbab..c8147fbd 100755
--- a/assets/icons/mail.svg
+++ b/assets/icons/mail.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/map.svg b/assets/icons/map.svg
index a9ecb158..7983fff0 100644
--- a/assets/icons/map.svg
+++ b/assets/icons/map.svg
@@ -1,5 +1,4 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 -256 1792 1792">
   <g transform="matrix(1 0 0 -1 0 1536)">
    <path fill="currentColor"
diff --git a/assets/icons/map2.svg b/assets/icons/map2.svg
index 55a81d87..43675661 100644
--- a/assets/icons/map2.svg
+++ b/assets/icons/map2.svg
@@ -1,5 +1,4 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 -257 2048 1792">
   <g transform="matrix(1 0 0 -1 0 1536)">
    <path fill="currentColor"
diff --git a/assets/icons/megaphone.svg b/assets/icons/megaphone.svg
index a0838a84..493de3b3 100755
--- a/assets/icons/megaphone.svg
+++ b/assets/icons/megaphone.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/minus-circled.svg b/assets/icons/minus-circled.svg
index 028965c6..9afc5058 100755
--- a/assets/icons/minus-circled.svg
+++ b/assets/icons/minus-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/minus-circled2.svg b/assets/icons/minus-circled2.svg
index 584bef9f..7f645d54 100644
--- a/assets/icons/minus-circled2.svg
+++ b/assets/icons/minus-circled2.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.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="Layer_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" enable-background="new 0 0 32 32" xml:space="preserve">
 <path d="M6.8,18.6h18.4v-5.2H6.8V18.6z M0,16c0-4.4,1.6-8.2,4.7-11.3S11.6-0.1,16,0s8.2,1.6,11.3,4.7C30.5,7.7,32,11.5,32,16
diff --git a/assets/icons/minus-squared-alt.svg b/assets/icons/minus-squared-alt.svg
index 220a3bfc..8a10de00 100755
--- a/assets/icons/minus-squared-alt.svg
+++ b/assets/icons/minus-squared-alt.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25" height="32" viewBox="0 0 25 32">
 <g>
 </g>
diff --git a/assets/icons/minus-squared.svg b/assets/icons/minus-squared.svg
index 45736fc7..16530a49 100755
--- a/assets/icons/minus-squared.svg
+++ b/assets/icons/minus-squared.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/minus.svg b/assets/icons/minus.svg
index 0aa14dcd..59386b61 100755
--- a/assets/icons/minus.svg
+++ b/assets/icons/minus.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/mixer.svg b/assets/icons/mixer.svg
index 0b3a8571..e2503d3a 100755
--- a/assets/icons/mixer.svg
+++ b/assets/icons/mixer.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/new-database.svg b/assets/icons/new-database.svg
index b9681a79..7f4216fd 100755
--- a/assets/icons/new-database.svg
+++ b/assets/icons/new-database.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/ok-circled-2.svg b/assets/icons/ok-circled-2.svg
index 3f2de784..6600a008 100755
--- a/assets/icons/ok-circled-2.svg
+++ b/assets/icons/ok-circled-2.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/ok-circled.svg b/assets/icons/ok-circled.svg
index e01ccbda..55cec30c 100755
--- a/assets/icons/ok-circled.svg
+++ b/assets/icons/ok-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/ok.svg b/assets/icons/ok.svg
index 149f2da3..c55de782 100755
--- a/assets/icons/ok.svg
+++ b/assets/icons/ok.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/paperclip.svg b/assets/icons/paperclip.svg
index 24f0a78f..847ed4a2 100644
--- a/assets/icons/paperclip.svg
+++ b/assets/icons/paperclip.svg
@@ -1,6 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 16.2.1, 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" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1000px"
 	 height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
 <g id="Layer_1" display="none">
diff --git a/assets/icons/pencil.svg b/assets/icons/pencil.svg
index 8f6987c0..aad298d8 100755
--- a/assets/icons/pencil.svg
+++ b/assets/icons/pencil.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/picture.svg b/assets/icons/picture.svg
index 46bdb19f..11caead5 100755
--- a/assets/icons/picture.svg
+++ b/assets/icons/picture.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="34" height="32" viewBox="0 0 34 32">
 <g>
 </g>
diff --git a/assets/icons/play.svg b/assets/icons/play.svg
index 51f08aff..f2cb2b63 100755
--- a/assets/icons/play.svg
+++ b/assets/icons/play.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25" height="32" viewBox="0 0 25 32">
 <g>
 </g>
diff --git a/assets/icons/plus-circled.svg b/assets/icons/plus-circled.svg
index 61dae0be..ea0c7385 100755
--- a/assets/icons/plus-circled.svg
+++ b/assets/icons/plus-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/plus-circled2.svg b/assets/icons/plus-circled2.svg
index 7fdf0a6e..e993b766 100644
--- a/assets/icons/plus-circled2.svg
+++ b/assets/icons/plus-circled2.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.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="Layer_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" enable-background="new 0 0 32 32" xml:space="preserve">
 <path d="M0,16c0-4.4,1.6-8.2,4.7-11.3S11.6-0.1,16,0s8.2,1.6,11.3,4.7C30.5,7.7,32,11.5,32,16c0,4.5-1.6,8.2-4.7,11.3
diff --git a/assets/icons/plus-squared-alt.svg b/assets/icons/plus-squared-alt.svg
index f72a23ec..2a2d7263 100755
--- a/assets/icons/plus-squared-alt.svg
+++ b/assets/icons/plus-squared-alt.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25" height="32" viewBox="0 0 25 32">
 <g>
 </g>
diff --git a/assets/icons/plus-squared.svg b/assets/icons/plus-squared.svg
index bd092adf..456cb048 100755
--- a/assets/icons/plus-squared.svg
+++ b/assets/icons/plus-squared.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/plus.svg b/assets/icons/plus.svg
index 43a8e78b..4886df6b 100755
--- a/assets/icons/plus.svg
+++ b/assets/icons/plus.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/popin.svg b/assets/icons/popin.svg
index 246497cf..c5b21611 100755
--- a/assets/icons/popin.svg
+++ b/assets/icons/popin.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/popout.svg b/assets/icons/popout.svg
index 3999c641..e039b465 100755
--- a/assets/icons/popout.svg
+++ b/assets/icons/popout.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/profile.svg b/assets/icons/profile.svg
index 76f9e4cb..e0b9be71 100755
--- a/assets/icons/profile.svg
+++ b/assets/icons/profile.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/replicate.svg b/assets/icons/replicate.svg
index f5c001af..c68adcd5 100755
--- a/assets/icons/replicate.svg
+++ b/assets/icons/replicate.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/reply-all.svg b/assets/icons/reply-all.svg
index bf277d26..4f05b0c1 100755
--- a/assets/icons/reply-all.svg
+++ b/assets/icons/reply-all.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50" height="32" viewBox="0 0 50 32">
 <g>
 </g>
diff --git a/assets/icons/reply.svg b/assets/icons/reply.svg
index c48a5f6e..e8b069de 100755
--- a/assets/icons/reply.svg
+++ b/assets/icons/reply.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="38" height="32" viewBox="0 0 38 32">
 <g>
 </g>
diff --git a/assets/icons/resize-full-reverse.svg b/assets/icons/resize-full-reverse.svg
index c7562a4b..432aa721 100755
--- a/assets/icons/resize-full-reverse.svg
+++ b/assets/icons/resize-full-reverse.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/resize-full.svg b/assets/icons/resize-full.svg
index 443bc0f1..07dd47a1 100755
--- a/assets/icons/resize-full.svg
+++ b/assets/icons/resize-full.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/resize-small-reverse.svg b/assets/icons/resize-small-reverse.svg
index a60122d9..3acfb588 100755
--- a/assets/icons/resize-small-reverse.svg
+++ b/assets/icons/resize-small-reverse.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/resize-small.svg b/assets/icons/resize-small.svg
index 4a4a5aae..d4130ff8 100755
--- a/assets/icons/resize-small.svg
+++ b/assets/icons/resize-small.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/right-1.svg b/assets/icons/right-1.svg
index a708b502..cc2af935 100755
--- a/assets/icons/right-1.svg
+++ b/assets/icons/right-1.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
 <g>
 </g>
diff --git a/assets/icons/right-circled.svg b/assets/icons/right-circled.svg
index 9a9d85f8..6408a221 100755
--- a/assets/icons/right-circled.svg
+++ b/assets/icons/right-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/right-dir.svg b/assets/icons/right-dir.svg
index c9aafd2e..f36ddf66 100755
--- a/assets/icons/right-dir.svg
+++ b/assets/icons/right-dir.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11" height="32" viewBox="0 0 11 32">
 <g>
 </g>
diff --git a/assets/icons/right-open.svg b/assets/icons/right-open.svg
index f547f225..d4418e76 100755
--- a/assets/icons/right-open.svg
+++ b/assets/icons/right-open.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21" height="32" viewBox="0 0 21 32">
 <g>
 </g>
diff --git a/assets/icons/right.svg b/assets/icons/right.svg
index bc2f94bf..bb1c907d 100755
--- a/assets/icons/right.svg
+++ b/assets/icons/right.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/save.svg b/assets/icons/save.svg
index 47e33f0f..87104398 100755
--- a/assets/icons/save.svg
+++ b/assets/icons/save.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/search.svg b/assets/icons/search.svg
index 78712d9a..71c3c7d4 100755
--- a/assets/icons/search.svg
+++ b/assets/icons/search.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/select-all.svg b/assets/icons/select-all.svg
index 5877dcbe..d6e52a62 100644
--- a/assets/icons/select-all.svg
+++ b/assets/icons/select-all.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 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="Layer_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" enable-background="new 0 0 32 32" xml:space="preserve">
 <path d="M18,32h-4v-3h4V32z M8,3h3V0H8V3z M11,32v-3H8v3H11z M14,0v3h4V0H14z M27,3h2v2h3V0h-5V3z M3,18v-4H0v4H3z M0,11h3V8H0V11z
diff --git a/assets/icons/sidenav-filter-function.svg b/assets/icons/sidenav-filter-function.svg
index 418481dd..1b0643db 100644
--- a/assets/icons/sidenav-filter-function.svg
+++ b/assets/icons/sidenav-filter-function.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 17.1.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="Layer_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">
 <path d="M15.774,12.714h-4.571v1.524h3.048v1.523h-3.048v3.048H8.156V11.19h7.619V12.714z M24.917,12.714h-4.571v1.524h3.048v1.523
diff --git a/assets/icons/sidenav-info.svg b/assets/icons/sidenav-info.svg
index 034e9c6c..38a07450 100644
--- a/assets/icons/sidenav-info.svg
+++ b/assets/icons/sidenav-info.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 17.1.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="Layer_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 id="New_Symbol">
diff --git a/assets/icons/sidenav-list-function.svg b/assets/icons/sidenav-list-function.svg
index 2d5f6afd..2820d40a 100644
--- a/assets/icons/sidenav-list-function.svg
+++ b/assets/icons/sidenav-list-function.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 17.1.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="Layer_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 id="New_Symbol">
diff --git a/assets/icons/sidenav-map-reduce.svg b/assets/icons/sidenav-map-reduce.svg
index 0a6b6f65..0d9f6a9f 100644
--- a/assets/icons/sidenav-map-reduce.svg
+++ b/assets/icons/sidenav-map-reduce.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 17.1.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="Layer_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 id="New_Symbol">
diff --git a/assets/icons/sidenav-search.svg b/assets/icons/sidenav-search.svg
index 3598fb8c..0c644ca4 100644
--- a/assets/icons/sidenav-search.svg
+++ b/assets/icons/sidenav-search.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 17.1.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="Layer_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 id="New_Symbol">
diff --git a/assets/icons/sidenav-show-function.svg b/assets/icons/sidenav-show-function.svg
index ced34512..a20a768e 100644
--- a/assets/icons/sidenav-show-function.svg
+++ b/assets/icons/sidenav-show-function.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 17.1.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="Layer_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 id="New_Symbol">
diff --git a/assets/icons/sidenav-update-function.svg b/assets/icons/sidenav-update-function.svg
index 749fa07e..240ab7e1 100644
--- a/assets/icons/sidenav-update-function.svg
+++ b/assets/icons/sidenav-update-function.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- Generator: Adobe Illustrator 17.1.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="Layer_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 id="New_Symbol">
diff --git a/assets/icons/sitemap.svg b/assets/icons/sitemap.svg
index 4aebd4cc..268cd38f 100755
--- a/assets/icons/sitemap.svg
+++ b/assets/icons/sitemap.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/stats.svg b/assets/icons/stats.svg
index 71dcdc3a..86cdc7d2 100755
--- a/assets/icons/stats.svg
+++ b/assets/icons/stats.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/support.svg b/assets/icons/support.svg
index 8d8d6439..55a893ca 100755
--- a/assets/icons/support.svg
+++ b/assets/icons/support.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/swap-arrows.svg b/assets/icons/swap-arrows.svg
index 48c1eaee..6bc5f9fd 100644
--- a/assets/icons/swap-arrows.svg
+++ b/assets/icons/swap-arrows.svg
@@ -1,6 +1,3 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 16.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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
 	 width="1000px" height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
 <g id="Layer_1_3_" display="none">
diff --git a/assets/icons/table.svg b/assets/icons/table.svg
index 8fb7f6b3..56f8959c 100755
--- a/assets/icons/table.svg
+++ b/assets/icons/table.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
 <g>
 </g>
diff --git a/assets/icons/trash.svg b/assets/icons/trash.svg
index 92fc6a91..c847c5cb 100755
--- a/assets/icons/trash.svg
+++ b/assets/icons/trash.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25" height="32" viewBox="0 0 25 32">
 <g>
 </g>
diff --git a/assets/icons/up-1.svg b/assets/icons/up-1.svg
index 3d1d135a..ee571c5a 100755
--- a/assets/icons/up-1.svg
+++ b/assets/icons/up-1.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
 <g>
 </g>
diff --git a/assets/icons/up-circled.svg b/assets/icons/up-circled.svg
index b5117fee..88566dba 100755
--- a/assets/icons/up-circled.svg
+++ b/assets/icons/up-circled.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
 <g>
 </g>
diff --git a/assets/icons/up-dir.svg b/assets/icons/up-dir.svg
index 8c4e614c..3a9a4b00 100755
--- a/assets/icons/up-dir.svg
+++ b/assets/icons/up-dir.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="32" viewBox="0 0 18 32">
 <g>
 </g>
diff --git a/assets/icons/up-open.svg b/assets/icons/up-open.svg
index 5e09c38a..c1c13291 100755
--- a/assets/icons/up-open.svg
+++ b/assets/icons/up-open.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/up.svg b/assets/icons/up.svg
index 27a4f28e..294f3bec 100755
--- a/assets/icons/up.svg
+++ b/assets/icons/up.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="32" viewBox="0 0 14 32">
 <g>
 </g>
diff --git a/assets/icons/user.svg b/assets/icons/user.svg
index db12c417..3902c513 100755
--- a/assets/icons/user.svg
+++ b/assets/icons/user.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/users.svg b/assets/icons/users.svg
index 4c479c0e..65e0072c 100755
--- a/assets/icons/users.svg
+++ b/assets/icons/users.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/icons/vertical-ellipsis.svg b/assets/icons/vertical-ellipsis.svg
index 536604ff..ecc8b617 100644
--- a/assets/icons/vertical-ellipsis.svg
+++ b/assets/icons/vertical-ellipsis.svg
@@ -1,5 +1,4 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 -256 1792 1792">
   <g transform="matrix(1 0 0 -1 0 1536)">
    <path fill="currentColor"
diff --git a/assets/icons/wrench.svg b/assets/icons/wrench.svg
index 298a8ea7..98673449 100755
--- a/assets/icons/wrench.svg
+++ b/assets/icons/wrench.svg
@@ -1,6 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
 <g>
 </g>
diff --git a/assets/less/bootstrap/dropdowns.less b/assets/less/bootstrap/dropdowns.less
index 0984bb1d..9fc60b76 100644
--- a/assets/less/bootstrap/dropdowns.less
+++ b/assets/less/bootstrap/dropdowns.less
@@ -96,6 +96,8 @@
   > li > a {
     &.icon:before{
       padding-right: 5px;
+      vertical-align: middle;
+      padding-bottom: 2px;
     }
     font-size: 12px;
     display: block;
diff --git a/assets/less/formstyles.less b/assets/less/formstyles.less
index 0d70aeda..91b16f72 100644
--- a/assets/less/formstyles.less
+++ b/assets/less/formstyles.less
@@ -62,6 +62,7 @@ button:focus {
   margin-top: 0;
   .icon {
     margin-right: 0.2em;
+    vertical-align: middle;
   }
   &.btn-small {
     padding: 5px 10px;
@@ -250,11 +251,9 @@ form.view-query-save {
     border: none;
   }
 
-  input[type="checkbox"]:checked + label {
-    .fonticon-ok;
-  }
   input[type="checkbox"]:checked + label:before {
     font-family: @fauxtonFont;
+    content: @fonticon-ok;
     font-size: 12px;
     background-color: inherit;
     border: 2px solid #7c8085;
diff --git a/assets/less/icons.less b/assets/less/icons.less
index 1dcdc10e..03c002be 100644
--- a/assets/less/icons.less
+++ b/assets/less/icons.less
@@ -1,417 +1,276 @@
-/*
-*	Icon Font: fauxtonicon5
-*/
+@fauxtonFont: "fauxtonicon6";
 
-/*  Licensed under the Apache License, Version 2.0 (the "License"); you may not
- *  use this file except in compliance with the License. You may obtain a copy of
- *  the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- *  License for the specific language governing permissions and limitations under
- *  the License.
- */
-
-/* had to add a custom template to the generator to get this to compile to append the proper path and specify  "url" instead of "font-url":
-https://github.com/seanbarclay/fontcustom/blob/1c3ad3d2633d3a8add39e8827115394e9ec02d88/lib/fontcustom/generator/template.rb
-*/
-@fauxtonFont: "fauxtonicon5";
-@icon-activetasks: "\f100";
-@icon-arrow-box-down: "\f101";
-@icon-arrow-box-up: "\f102";
-@icon-arrow_left: "\f103";
-@icon-arrow_right: "\f104";
-@icon-arrows-cw: "\f105";
-@icon-article: "\f106";
-@icon-attention-alt: "\f107";
-@icon-attention-circled: "\f108";
-@icon-bell: "\f109";
-@icon-block: "\f10a";
-@icon-bookmark: "\f10b";
-@icon-bookmark-ribbon-wplus: "\f10c";
-@icon-burger: "\f10d";
-@icon-cancel: "\f10e";
-@icon-cancel-circled: "\f10f";
-@icon-cancel-circled2: "\f110";
-@icon-circle-empty: "\f111";
-@icon-clipboard: "\f112";
-@icon-clock: "\f113";
-@icon-cog: "\f114";
-@icon-collapse: "\f115";
-@icon-cw: "\f116";
-@icon-dashboard: "\f117";
-@icon-database: "\f118";
-@icon-deselect-all: "\f119";
-@icon-document: "\f11a";
-@icon-documents: "\f11b";
-@icon-dot-circled: "\f11c";
-@icon-down: "\f11d";
-@icon-down-1: "\f11e";
-@icon-down-circled: "\f11f";
-@icon-down-dir: "\f120";
-@icon-down-open: "\f121";
-@icon-drop-down-dots: "\f122";
-@icon-exchange: "\f123";
-@icon-expand: "\f124";
-@icon-eye: "\f125";
-@icon-file-code-o: "\f126";
-@icon-files-o: "\f127";
-@icon-filter: "\f128";
-@icon-gears: "\f129";
-@icon-help: "\f12a";
-@icon-help-circled: "\f12b";
-@icon-info-circled: "\f12c";
-@icon-json: "\f12d";
-@icon-key: "\f12e";
-@icon-left: "\f12f";
-@icon-left-1: "\f130";
-@icon-left-circled: "\f131";
-@icon-left-dir: "\f132";
-@icon-left-open: "\f133";
-@icon-link: "\f134";
-@icon-list-alt: "\f135";
-@icon-lock: "\f136";
-@icon-mail: "\f137";
-@icon-mail-alt: "\f138";
-@icon-map: "\f139";
-@icon-map2: "\f13a";
-@icon-megaphone: "\f13b";
-@icon-minus: "\f13c";
-@icon-minus-circled: "\f13d";
-@icon-minus-circled2: "\f13e";
-@icon-minus-squared: "\f13f";
-@icon-minus-squared-alt: "\f140";
-@icon-mixer: "\f141";
-@icon-new-database: "\f142";
-@icon-ok: "\f143";
-@icon-ok-circled: "\f144";
-@icon-ok-circled-2: "\f145";
-@icon-paperclip: "\f146";
-@icon-pencil: "\f147";
-@icon-picture: "\f148";
-@icon-play: "\f149";
-@icon-plus: "\f14a";
-@icon-plus-circled: "\f14b";
-@icon-plus-circled2: "\f14c";
-@icon-plus-squared: "\f14d";
-@icon-plus-squared-alt: "\f14e";
-@icon-popin: "\f14f";
-@icon-popout: "\f150";
-@icon-profile: "\f151";
-@icon-replicate: "\f152";
-@icon-reply: "\f153";
-@icon-reply-all: "\f154";
-@icon-resize-full: "\f155";
-@icon-resize-full-reverse: "\f156";
-@icon-resize-small: "\f157";
-@icon-resize-small-reverse: "\f158";
-@icon-right: "\f159";
-@icon-right-1: "\f15a";
-@icon-right-circled: "\f15b";
-@icon-right-dir: "\f15c";
-@icon-right-open: "\f15d";
-@icon-save: "\f15e";
-@icon-search: "\f15f";
-@icon-select-all: "\f160";
-@icon-sidenav-filter-function: "\f161";
-@icon-sidenav-info: "\f162";
-@icon-sidenav-list-function: "\f163";
-@icon-sidenav-map-reduce: "\f164";
-@icon-sidenav-search: "\f165";
-@icon-sidenav-show-function: "\f166";
-@icon-sidenav-update-function: "\f167";
-@icon-sitemap: "\f168";
-@icon-stats: "\f169";
-@icon-support: "\f16a";
-@icon-swap-arrows: "\f16b";
-@icon-table: "\f16c";
-@icon-trash: "\f16d";
-@icon-up: "\f16e";
-@icon-up-1: "\f16f";
-@icon-up-circled: "\f170";
-@icon-up-dir: "\f171";
-@icon-up-open: "\f172";
-@icon-user: "\f173";
-@icon-users: "\f174";
-@icon-vertical-ellipsis: "\f175";
-@icon-wrench: "\f176";
-@icon-wrench2: "\f177";
-
-@font-face {
-  font-family: "fauxtonicon5";
-  src: url("../fonts/fauxtonicon5.eot");
-  src: url("../fonts/fauxtonicon5.eot?#iefix") format("embedded-opentype"),
-       url("../fonts/fauxtonicon5.woff") format("woff"),
-       url("../fonts/fauxtonicon5.ttf") format("truetype"),
-       url("../fonts/fauxtonicon5.svg#fauxtonicon5") format("svg");
+@font-face {font-family: "fauxtonicon6";
+  src: url('../fonts/fauxtonicon6.eot'); /* IE9*/
+  src: url('../fonts/fauxtonicon6.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+  url("../fonts/fauxtonicon6.woff2") format("woff2"),
+  url("../fonts/fauxtonicon6.woff") format("woff"),
+  url('../fonts/fauxtonicon6.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+  url('../fonts/fauxtonicon6.svg#fauxtonicon6') format('svg'); /* iOS 4.1- */
   font-weight: normal;
   font-style: normal;
 }
 
-@media screen and (-webkit-min-device-pixel-ratio:0) {
-  @font-face {
-    font-family: "fauxtonicon5";
-    src: url("../fonts/fauxtonicon5.svg#fauxtonicon5") format("svg");
-  }
-}
-
-[data-icon]:before { content: attr(data-icon); }
-
-[data-icon]:before,
-.fonticon-activetasks:before,
-.fonticon-arrow-box-down:before,
-.fonticon-arrow-box-up:before,
-.fonticon-arrow_left:before,
-.fonticon-arrow_right:before,
-.fonticon-arrows-cw:before,
-.fonticon-article:before,
-.fonticon-attention-alt:before,
-.fonticon-attention-circled:before,
-.fonticon-bell:before,
-.fonticon-block:before,
-.fonticon-bookmark:before,
-.fonticon-bookmark-ribbon-wplus:before,
-.fonticon-burger:before,
-.fonticon-cancel:before,
-.fonticon-cancel-circled:before,
-.fonticon-cancel-circled2:before,
-.fonticon-circle-empty:before,
-.fonticon-clipboard:before,
-.fonticon-clock:before,
-.fonticon-cog:before,
-.fonticon-collapse:before,
-.fonticon-cw:before,
-.fonticon-dashboard:before,
-.fonticon-database:before,
-.fonticon-deselect-all:before,
-.fonticon-document:before,
-.fonticon-documents:before,
-.fonticon-dot-circled:before,
-.fonticon-down:before,
-.fonticon-down-1:before,
-.fonticon-down-circled:before,
-.fonticon-down-dir:before,
-.fonticon-down-open:before,
-.fonticon-drop-down-dots:before,
-.fonticon-exchange:before,
-.fonticon-expand:before,
-.fonticon-eye:before,
-.fonticon-file-code-o:before,
-.fonticon-files-o:before,
-.fonticon-filter:before,
-.fonticon-gears:before,
-.fonticon-help:before,
-.fonticon-help-circled:before,
-.fonticon-info-circled:before,
-.fonticon-json:before,
-.fonticon-key:before,
-.fonticon-left:before,
-.fonticon-left-1:before,
-.fonticon-left-circled:before,
-.fonticon-left-dir:before,
-.fonticon-left-open:before,
-.fonticon-link:before,
-.fonticon-list-alt:before,
-.fonticon-lock:before,
-.fonticon-mail:before,
-.fonticon-mail-alt:before,
-.fonticon-map:before,
-.fonticon-map2:before,
-.fonticon-megaphone:before,
-.fonticon-minus:before,
-.fonticon-minus-circled:before,
-.fonticon-minus-circled2:before,
-.fonticon-minus-squared:before,
-.fonticon-minus-squared-alt:before,
-.fonticon-mixer:before,
-.fonticon-new-database:before,
-.fonticon-ok:before,
-.fonticon-ok-circled:before,
-.fonticon-ok-circled-2:before,
-.fonticon-paperclip:before,
-.fonticon-pencil:before,
-.fonticon-picture:before,
-.fonticon-play:before,
-.fonticon-plus:before,
-.fonticon-plus-circled:before,
-.fonticon-plus-circled2:before,
-.fonticon-plus-squared:before,
-.fonticon-plus-squared-alt:before,
-.fonticon-popin:before,
-.fonticon-popout:before,
-.fonticon-profile:before,
-.fonticon-replicate:before,
-.fonticon-reply:before,
-.fonticon-reply-all:before,
-.fonticon-resize-full:before,
-.fonticon-resize-full-reverse:before,
-.fonticon-resize-small:before,
-.fonticon-resize-small-reverse:before,
-.fonticon-right:before,
-.fonticon-right-1:before,
-.fonticon-right-circled:before,
-.fonticon-right-dir:before,
-.fonticon-right-open:before,
-.fonticon-save:before,
-.fonticon-search:before,
-.fonticon-select-all:before,
-.fonticon-sidenav-filter-function:before,
-.fonticon-sidenav-info:before,
-.fonticon-sidenav-list-function:before,
-.fonticon-sidenav-map-reduce:before,
-.fonticon-sidenav-search:before,
-.fonticon-sidenav-show-function:before,
-.fonticon-sidenav-update-function:before,
-.fonticon-sitemap:before,
-.fonticon-stats:before,
-.fonticon-support:before,
-.fonticon-swap-arrows:before,
-.fonticon-table:before,
-.fonticon-trash:before,
-.fonticon-up:before,
-.fonticon-up-1:before,
-.fonticon-up-circled:before,
-.fonticon-up-dir:before,
-.fonticon-up-open:before,
-.fonticon-user:before,
-.fonticon-users:before,
-.fonticon-vertical-ellipsis:before,
-.fonticon-wrench:before,
-.fonticon-wrench2:before {
+[class^="fonticon-"]:before, [class*=" fonticon-"]:before {
   display: inline-block;
-  font-family: "fauxtonicon5";
-  font-style: normal;
+  font-family: 'fauxtonicon6' !important;
   font-weight: normal;
+  font-style: normal;
   font-variant: normal;
   line-height: 1;
   text-decoration: inherit;
   text-rendering: optimizeLegibility;
   text-transform: none;
-  -moz-osx-font-smoothing: grayscale;
+  
   -webkit-font-smoothing: antialiased;
-  font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
 }
 
-.fonticon-activetasks { &:before { content: "\f100"; }}
-.fonticon-arrow-box-down { &:before { content: "\f101"; }}
-.fonticon-arrow-box-up { &:before { content: "\f102"; }}
-.fonticon-arrow_left { &:before { content: "\f103"; }}
-.fonticon-arrow_right { &:before { content: "\f104"; }}
-.fonticon-arrows-cw { &:before { content: "\f105"; }}
-.fonticon-article { &:before { content: "\f106"; }}
-.fonticon-attention-alt { &:before { content: "\f107"; }}
-.fonticon-attention-circled { &:before { content: "\f108"; }}
-.fonticon-bell { &:before { content: "\f109"; }}
-.fonticon-block { &:before { content: "\f10a"; }}
-.fonticon-bookmark { &:before { content: "\f10b"; }}
-.fonticon-bookmark-ribbon-wplus { &:before { content: "\f10c"; }}
-.fonticon-burger { &:before { content: "\f10d"; }}
-.fonticon-cancel { &:before { content: "\f10e"; }}
-.fonticon-cancel-circled { &:before { content: "\f10f"; }}
-.fonticon-cancel-circled2 { &:before { content: "\f110"; }}
-.fonticon-circle-empty { &:before { content: "\f111"; }}
-.fonticon-clipboard { &:before { content: "\f112"; }}
-.fonticon-clock { &:before { content: "\f113"; }}
-.fonticon-cog { &:before { content: "\f114"; }}
-.fonticon-collapse { &:before { content: "\f115"; }}
-.fonticon-cw { &:before { content: "\f116"; }}
-.fonticon-dashboard { &:before { content: "\f117"; }}
-.fonticon-database { &:before { content: "\f118"; }}
-.fonticon-deselect-all { &:before { content: "\f119"; }}
-.fonticon-document { &:before { content: "\f11a"; }}
-.fonticon-documents { &:before { content: "\f11b"; }}
-.fonticon-dot-circled { &:before { content: "\f11c"; }}
-.fonticon-down { &:before { content: "\f11d"; }}
-.fonticon-down-1 { &:before { content: "\f11e"; }}
-.fonticon-down-circled { &:before { content: "\f11f"; }}
-.fonticon-down-dir { &:before { content: "\f120"; }}
-.fonticon-down-open { &:before { content: "\f121"; }}
-.fonticon-drop-down-dots { &:before { content: "\f122"; }}
-.fonticon-exchange { &:before { content: "\f123"; }}
-.fonticon-expand { &:before { content: "\f124"; }}
-.fonticon-eye { &:before { content: "\f125"; }}
-.fonticon-file-code-o { &:before { content: "\f126"; }}
-.fonticon-files-o { &:before { content: "\f127"; }}
-.fonticon-filter { &:before { content: "\f128"; }}
-.fonticon-gears { &:before { content: "\f129"; }}
-.fonticon-help { &:before { content: "\f12a"; }}
-.fonticon-help-circled { &:before { content: "\f12b"; }}
-.fonticon-info-circled { &:before { content: "\f12c"; }}
-.fonticon-json { &:before { content: "\f12d"; }}
-.fonticon-key { &:before { content: "\f12e"; }}
-.fonticon-left { &:before { content: "\f12f"; }}
-.fonticon-left-1 { &:before { content: "\f130"; }}
-.fonticon-left-circled { &:before { content: "\f131"; }}
-.fonticon-left-dir { &:before { content: "\f132"; }}
-.fonticon-left-open { &:before { content: "\f133"; }}
-.fonticon-link { &:before { content: "\f134"; }}
-.fonticon-list-alt { &:before { content: "\f135"; }}
-.fonticon-lock { &:before { content: "\f136"; }}
-.fonticon-mail { &:before { content: "\f137"; }}
-.fonticon-mail-alt { &:before { content: "\f138"; }}
-.fonticon-map { &:before { content: "\f139"; }}
-.fonticon-map2 { &:before { content: "\f13a"; }}
-.fonticon-megaphone { &:before { content: "\f13b"; }}
-.fonticon-minus { &:before { content: "\f13c"; }}
-.fonticon-minus-circled { &:before { content: "\f13d"; }}
-.fonticon-minus-circled2 { &:before { content: "\f13e"; }}
-.fonticon-minus-squared { &:before { content: "\f13f"; }}
-.fonticon-minus-squared-alt { &:before { content: "\f140"; }}
-.fonticon-mixer { &:before { content: "\f141"; }}
-.fonticon-new-database { &:before { content: "\f142"; }}
-.fonticon-ok { &:before { content: "\f143"; }}
-.fonticon-ok-circled { &:before { content: "\f144"; }}
-.fonticon-ok-circled-2 { &:before { content: "\f145"; }}
-.fonticon-paperclip { &:before { content: "\f146"; }}
-.fonticon-pencil { &:before { content: "\f147"; }}
-.fonticon-picture { &:before { content: "\f148"; }}
-.fonticon-play { &:before { content: "\f149"; }}
-.fonticon-plus { &:before { content: "\f14a"; }}
-.fonticon-plus-circled { &:before { content: "\f14b"; }}
-.fonticon-plus-circled2 { &:before { content: "\f14c"; }}
-.fonticon-plus-squared { &:before { content: "\f14d"; }}
-.fonticon-plus-squared-alt { &:before { content: "\f14e"; }}
-.fonticon-popin { &:before { content: "\f14f"; }}
-.fonticon-popout { &:before { content: "\f150"; }}
-.fonticon-profile { &:before { content: "\f151"; }}
-.fonticon-replicate { &:before { content: "\f152"; }}
-.fonticon-reply { &:before { content: "\f153"; }}
-.fonticon-reply-all { &:before { content: "\f154"; }}
-.fonticon-resize-full { &:before { content: "\f155"; }}
-.fonticon-resize-full-reverse { &:before { content: "\f156"; }}
-.fonticon-resize-small { &:before { content: "\f157"; }}
-.fonticon-resize-small-reverse { &:before { content: "\f158"; }}
-.fonticon-right { &:before { content: "\f159"; }}
-.fonticon-right-1 { &:before { content: "\f15a"; }}
-.fonticon-right-circled { &:before { content: "\f15b"; }}
-.fonticon-right-dir { &:before { content: "\f15c"; }}
-.fonticon-right-open { &:before { content: "\f15d"; }}
-.fonticon-save { &:before { content: "\f15e"; }}
-.fonticon-search { &:before { content: "\f15f"; }}
-.fonticon-select-all { &:before { content: "\f160"; }}
-.fonticon-sidenav-filter-function { &:before { content: "\f161"; }}
-.fonticon-sidenav-info { &:before { content: "\f162"; }}
-.fonticon-sidenav-list-function { &:before { content: "\f163"; }}
-.fonticon-sidenav-map-reduce { &:before { content: "\f164"; }}
-.fonticon-sidenav-search { &:before { content: "\f165"; }}
-.fonticon-sidenav-show-function { &:before { content: "\f166"; }}
-.fonticon-sidenav-update-function { &:before { content: "\f167"; }}
-.fonticon-sitemap { &:before { content: "\f168"; }}
-.fonticon-stats { &:before { content: "\f169"; }}
-.fonticon-support { &:before { content: "\f16a"; }}
-.fonticon-swap-arrows { &:before { content: "\f16b"; }}
-.fonticon-table { &:before { content: "\f16c"; }}
-.fonticon-trash { &:before { content: "\f16d"; }}
-.fonticon-up { &:before { content: "\f16e"; }}
-.fonticon-up-1 { &:before { content: "\f16f"; }}
-.fonticon-up-circled { &:before { content: "\f170"; }}
-.fonticon-up-dir { &:before { content: "\f171"; }}
-.fonticon-up-open { &:before { content: "\f172"; }}
-.fonticon-user { &:before { content: "\f173"; }}
-.fonticon-users { &:before { content: "\f174"; }}
-.fonticon-vertical-ellipsis { &:before { content: "\f175"; }}
-.fonticon-wrench { &:before { content: "\f176"; }}
-.fonticon-wrench2 { &:before { content: "\f177"; }}
+@fonticon-activetasks: "\ea01";
+@fonticon-arrow-box-down: "\ea02";
+@fonticon-arrow-box-up copy: "\ea03";
+@fonticon-arrow-box-up: "\ea04";
+@fonticon-arrow_left: "\ea05";
+@fonticon-arrow_right: "\ea06";
+@fonticon-arrows-cw: "\ea07";
+@fonticon-article: "\ea08";
+@fonticon-attention-alt copy: "\ea09";
+@fonticon-attention-alt: "\ea0a";
+@fonticon-attention-circled: "\ea0b";
+@fonticon-bell: "\ea0c";
+@fonticon-block: "\ea0d";
+@fonticon-bookmark-ribbon-wplus: "\ea0e";
+@fonticon-bookmark: "\ea0f";
+@fonticon-burger: "\ea10";
+@fonticon-cancel-circled: "\ea11";
+@fonticon-cancel-circled2: "\ea12";
+@fonticon-cancel: "\ea13";
+@fonticon-circle-empty: "\ea14";
+@fonticon-clipboard: "\ea15";
+@fonticon-clock: "\ea16";
+@fonticon-cog: "\ea17";
+@fonticon-collapse: "\ea18";
+@fonticon-cw: "\ea19";
+@fonticon-dashboard: "\ea1a";
+@fonticon-database: "\ea1b";
+@fonticon-deselect-all: "\ea1c";
+@fonticon-document: "\ea1d";
+@fonticon-documents: "\ea1e";
+@fonticon-dot-circled: "\ea1f";
+@fonticon-down-1: "\ea20";
+@fonticon-down-circled: "\ea21";
+@fonticon-down-dir: "\ea22";
+@fonticon-down-open: "\ea23";
+@fonticon-down: "\ea24";
+@fonticon-drop-down-dots: "\ea25";
+@fonticon-exchange: "\ea26";
+@fonticon-expand: "\ea27";
+@fonticon-eye: "\ea28";
+@fonticon-file-code-o: "\ea29";
+@fonticon-files-o: "\ea2a";
+@fonticon-filter: "\ea2b";
+@fonticon-gears: "\ea2c";
+@fonticon-help-circled: "\ea2d";
+@fonticon-help: "\ea2e";
+@fonticon-info-circled: "\ea2f";
+@fonticon-json: "\ea30";
+@fonticon-key: "\ea31";
+@fonticon-left-1: "\ea32";
+@fonticon-left-circled: "\ea33";
+@fonticon-left-dir: "\ea34";
+@fonticon-left-open: "\ea35";
+@fonticon-left: "\ea36";
+@fonticon-link: "\ea37";
+@fonticon-list-alt: "\ea38";
+@fonticon-lock: "\ea39";
+@fonticon-mail-alt: "\ea3a";
+@fonticon-mail: "\ea3b";
+@fonticon-map: "\ea3c";
+@fonticon-map2: "\ea3d";
+@fonticon-megaphone: "\ea3e";
+@fonticon-minus-circled: "\ea3f";
+@fonticon-minus-circled2: "\ea40";
+@fonticon-minus-squared-alt: "\ea41";
+@fonticon-minus-squared: "\ea42";
+@fonticon-minus: "\ea43";
+@fonticon-mixer: "\ea44";
+@fonticon-new-database: "\ea45";
+@fonticon-ok-circled-2: "\ea46";
+@fonticon-ok-circled: "\ea47";
+@fonticon-ok: "\ea48";
+@fonticon-paperclip: "\ea49";
+@fonticon-pencil: "\ea4a";
+@fonticon-picture: "\ea4b";
+@fonticon-play: "\ea4c";
+@fonticon-plus-circled: "\ea4d";
+@fonticon-plus-circled2: "\ea4e";
+@fonticon-plus-squared-alt: "\ea4f";
+@fonticon-plus-squared: "\ea50";
+@fonticon-plus: "\ea51";
+@fonticon-popin: "\ea52";
+@fonticon-popout: "\ea53";
+@fonticon-profile: "\ea54";
+@fonticon-replicate: "\ea55";
+@fonticon-reply-all: "\ea56";
+@fonticon-reply: "\ea57";
+@fonticon-resize-full-reverse: "\ea58";
+@fonticon-resize-full: "\ea59";
+@fonticon-resize-small-reverse: "\ea5a";
+@fonticon-resize-small: "\ea5b";
+@fonticon-right-1: "\ea5c";
+@fonticon-right-circled: "\ea5d";
+@fonticon-right-dir: "\ea5e";
+@fonticon-right-open: "\ea5f";
+@fonticon-right: "\ea60";
+@fonticon-save: "\ea61";
+@fonticon-search: "\ea62";
+@fonticon-select-all: "\ea63";
+@fonticon-sidenav-filter-function: "\ea64";
+@fonticon-sidenav-info: "\ea65";
+@fonticon-sidenav-list-function: "\ea66";
+@fonticon-sidenav-map-reduce: "\ea67";
+@fonticon-sidenav-search: "\ea68";
+@fonticon-sidenav-show-function: "\ea69";
+@fonticon-sidenav-update-function: "\ea6a";
+@fonticon-sitemap: "\ea6b";
+@fonticon-stats: "\ea6c";
+@fonticon-support: "\ea6d";
+@fonticon-swap-arrows: "\ea6e";
+@fonticon-table: "\ea6f";
+@fonticon-trash: "\ea70";
+@fonticon-up-1: "\ea71";
+@fonticon-up-circled: "\ea72";
+@fonticon-up-dir: "\ea73";
+@fonticon-up-open: "\ea74";
+@fonticon-up: "\ea75";
+@fonticon-user: "\ea76";
+@fonticon-users: "\ea77";
+@fonticon-vertical-ellipsis: "\ea78";
+@fonticon-wrench: "\ea79";
+@fonticon-wrench2: "\ea7a";
+
+
+.fonticon-activetasks:before { content: "\ea01"; }
+.fonticon-arrow-box-down:before { content: "\ea02"; }
+.fonticon-arrow-box-up copy:before { content: "\ea03"; }
+.fonticon-arrow-box-up:before { content: "\ea04"; }
+.fonticon-arrow_left:before { content: "\ea05"; }
+.fonticon-arrow_right:before { content: "\ea06"; }
+.fonticon-arrows-cw:before { content: "\ea07"; }
+.fonticon-article:before { content: "\ea08"; }
+.fonticon-attention-alt copy:before { content: "\ea09"; }
+.fonticon-attention-alt:before { content: "\ea0a"; }
+.fonticon-attention-circled:before { content: "\ea0b"; }
+.fonticon-bell:before { content: "\ea0c"; }
+.fonticon-block:before { content: "\ea0d"; }
+.fonticon-bookmark-ribbon-wplus:before { content: "\ea0e"; }
+.fonticon-bookmark:before { content: "\ea0f"; }
+.fonticon-burger:before { content: "\ea10"; }
+.fonticon-cancel-circled:before { content: "\ea11"; }
+.fonticon-cancel-circled2:before { content: "\ea12"; }
+.fonticon-cancel:before { content: "\ea13"; }
+.fonticon-circle-empty:before { content: "\ea14"; }
+.fonticon-clipboard:before { content: "\ea15"; }
+.fonticon-clock:before { content: "\ea16"; }
+.fonticon-cog:before { content: "\ea17"; }
+.fonticon-collapse:before { content: "\ea18"; }
+.fonticon-cw:before { content: "\ea19"; }
+.fonticon-dashboard:before { content: "\ea1a"; }
+.fonticon-database:before { content: "\ea1b"; }
+.fonticon-deselect-all:before { content: "\ea1c"; }
+.fonticon-document:before { content: "\ea1d"; }
+.fonticon-documents:before { content: "\ea1e"; }
+.fonticon-dot-circled:before { content: "\ea1f"; }
+.fonticon-down-1:before { content: "\ea20"; }
+.fonticon-down-circled:before { content: "\ea21"; }
+.fonticon-down-dir:before { content: "\ea22"; }
+.fonticon-down-open:before { content: "\ea23"; }
+.fonticon-down:before { content: "\ea24"; }
+.fonticon-drop-down-dots:before { content: "\ea25"; }
+.fonticon-exchange:before { content: "\ea26"; }
+.fonticon-expand:before { content: "\ea27"; }
+.fonticon-eye:before { content: "\ea28"; }
+.fonticon-file-code-o:before { content: "\ea29"; }
+.fonticon-files-o:before { content: "\ea2a"; }
+.fonticon-filter:before { content: "\ea2b"; }
+.fonticon-gears:before { content: "\ea2c"; }
+.fonticon-help-circled:before { content: "\ea2d"; }
+.fonticon-help:before { content: "\ea2e"; }
+.fonticon-info-circled:before { content: "\ea2f"; }
+.fonticon-json:before { content: "\ea30"; }
+.fonticon-key:before { content: "\ea31"; }
+.fonticon-left-1:before { content: "\ea32"; }
+.fonticon-left-circled:before { content: "\ea33"; }
+.fonticon-left-dir:before { content: "\ea34"; }
+.fonticon-left-open:before { content: "\ea35"; }
+.fonticon-left:before { content: "\ea36"; }
+.fonticon-link:before { content: "\ea37"; }
+.fonticon-list-alt:before { content: "\ea38"; }
+.fonticon-lock:before { content: "\ea39"; }
+.fonticon-mail-alt:before { content: "\ea3a"; }
+.fonticon-mail:before { content: "\ea3b"; }
+.fonticon-map:before { content: "\ea3c"; }
+.fonticon-map2:before { content: "\ea3d"; }
+.fonticon-megaphone:before { content: "\ea3e"; }
+.fonticon-minus-circled:before { content: "\ea3f"; }
+.fonticon-minus-circled2:before { content: "\ea40"; }
+.fonticon-minus-squared-alt:before { content: "\ea41"; }
+.fonticon-minus-squared:before { content: "\ea42"; }
+.fonticon-minus:before { content: "\ea43"; }
+.fonticon-mixer:before { content: "\ea44"; }
+.fonticon-new-database:before { content: "\ea45"; }
+.fonticon-ok-circled-2:before { content: "\ea46"; }
+.fonticon-ok-circled:before { content: "\ea47"; }
+.fonticon-ok:before { content: "\ea48"; }
+.fonticon-paperclip:before { content: "\ea49"; }
+.fonticon-pencil:before { content: "\ea4a"; }
+.fonticon-picture:before { content: "\ea4b"; }
+.fonticon-play:before { content: "\ea4c"; }
+.fonticon-plus-circled:before { content: "\ea4d"; }
+.fonticon-plus-circled2:before { content: "\ea4e"; }
+.fonticon-plus-squared-alt:before { content: "\ea4f"; }
+.fonticon-plus-squared:before { content: "\ea50"; }
+.fonticon-plus:before { content: "\ea51"; }
+.fonticon-popin:before { content: "\ea52"; }
+.fonticon-popout:before { content: "\ea53"; }
+.fonticon-profile:before { content: "\ea54"; }
+.fonticon-replicate:before { content: "\ea55"; }
+.fonticon-reply-all:before { content: "\ea56"; }
+.fonticon-reply:before { content: "\ea57"; }
+.fonticon-resize-full-reverse:before { content: "\ea58"; }
+.fonticon-resize-full:before { content: "\ea59"; }
+.fonticon-resize-small-reverse:before { content: "\ea5a"; }
+.fonticon-resize-small:before { content: "\ea5b"; }
+.fonticon-right-1:before { content: "\ea5c"; }
+.fonticon-right-circled:before { content: "\ea5d"; }
+.fonticon-right-dir:before { content: "\ea5e"; }
+.fonticon-right-open:before { content: "\ea5f"; }
+.fonticon-right:before { content: "\ea60"; }
+.fonticon-save:before { content: "\ea61"; }
+.fonticon-search:before { content: "\ea62"; }
+.fonticon-select-all:before { content: "\ea63"; }
+.fonticon-sidenav-filter-function:before { content: "\ea64"; }
+.fonticon-sidenav-info:before { content: "\ea65"; }
+.fonticon-sidenav-list-function:before { content: "\ea66"; }
+.fonticon-sidenav-map-reduce:before { content: "\ea67"; }
+.fonticon-sidenav-search:before { content: "\ea68"; }
+.fonticon-sidenav-show-function:before { content: "\ea69"; }
+.fonticon-sidenav-update-function:before { content: "\ea6a"; }
+.fonticon-sitemap:before { content: "\ea6b"; }
+.fonticon-stats:before { content: "\ea6c"; }
+.fonticon-support:before { content: "\ea6d"; }
+.fonticon-swap-arrows:before { content: "\ea6e"; }
+.fonticon-table:before { content: "\ea6f"; }
+.fonticon-trash:before { content: "\ea70"; }
+.fonticon-up-1:before { content: "\ea71"; }
+.fonticon-up-circled:before { content: "\ea72"; }
+.fonticon-up-dir:before { content: "\ea73"; }
+.fonticon-up-open:before { content: "\ea74"; }
+.fonticon-up:before { content: "\ea75"; }
+.fonticon-user:before { content: "\ea76"; }
+.fonticon-users:before { content: "\ea77"; }
+.fonticon-vertical-ellipsis:before { content: "\ea78"; }
+.fonticon-wrench:before { content: "\ea79"; }
+.fonticon-wrench2:before { content: "\ea7a"; }
+
+
diff --git a/assets/less/notification-center.less b/assets/less/notification-center.less
index e5b6f023..00da37a2 100644
--- a/assets/less/notification-center.less
+++ b/assets/less/notification-center.less
@@ -24,7 +24,7 @@ body #dashboard #notification-center-btn {
   .flex(0 0 auto);
 
   &>div {
-    padding: 17px 16px 16px;
+    padding: 20px 16px 16px;
   }
   &:hover {
     color: @hoverHighlight;
diff --git a/code-layout.md b/code-layout.md
index 3b974ea2..4bef4597 100644
--- a/code-layout.md
+++ b/code-layout.md
@@ -73,6 +73,15 @@ We use Less for generating our CSS. The bulk of the shared CSS used throughout t
 [assets/less/](assets/less), but any addon may contain its own `assets/less` subfolder containing whatever unique
 styles are needed.
 
+## Icons
+
+Fauxton uses icon fonts which are packaged as font files in the [assets/fonts](assets/fonts) folder.
+As the name implies, these are fonts that contain icons instead of letters and numbers.
+
+To use an icon, you simply add the corresponding `fonticon-<icon_name>` CSS class to the HTML element. E.g. `<i className="fonticon-attention-circled"></i>`.
+
+The CSS classes are defined in [assets/less/icon.less](assets/less/icon.less), which is a generated file. In order to add, update or remove icons, follow the steps outlined at [assets/iconfontgenerator/README.md](assets/iconfontgenerator/README.md). The source SVG files for each icon are located at [assets/icons](assets/icons).
+
 
 ## app/addons/components / app/addons/fauxton