Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorimzeuk <imzeuk@gmail.com>2019-04-12 16:23:28 +0300
committerimzeuk <imzeuk@gmail.com>2019-04-12 16:23:28 +0300
commite1fd34fc369fccdc69e38d2da98ef9556d15da06 (patch)
treee6828cc0fc576d2abedad3bc0e8200a66335b76a
first commitv1.0.0
-rw-r--r--.gitignore12
-rw-r--r--LICENSE20
-rw-r--r--README.md78
-rw-r--r--archetypes/default.md11
-rw-r--r--exampleSite/config.toml55
-rw-r--r--exampleSite/content/about/index.md13
-rw-r--r--exampleSite/content/posts/chinese-preview.md57
-rw-r--r--exampleSite/content/posts/english-preview.md1144
-rw-r--r--exampleSite/content/posts/japanese-preview.md31
-rw-r--r--exampleSite/static/1.jpgbin0 -> 571342 bytes
-rw-r--r--i18n/en.yaml17
-rw-r--r--i18n/zh-cn.yaml17
-rw-r--r--layouts/404.html17
-rw-r--r--layouts/_default/list.html28
-rw-r--r--layouts/_default/single.html39
-rw-r--r--layouts/_default/terms.html28
-rw-r--r--layouts/index.html12
-rw-r--r--layouts/partials/comments.html19
-rw-r--r--layouts/partials/footer.html26
-rw-r--r--layouts/partials/head.html46
-rw-r--r--layouts/partials/header.html23
-rw-r--r--layouts/partials/js.html7
-rw-r--r--layouts/partials/post.html47
-rw-r--r--layouts/shortcodes/img.html7
-rw-r--r--static/css/animate.min.css11
-rw-r--r--static/css/comments.css36
-rw-r--r--static/css/fancybox.min.css1
-rw-r--r--static/css/highlight.css92
-rw-r--r--static/css/remixicon.css1420
-rw-r--r--static/css/zozo.css614
-rw-r--r--static/css/zozo.scss719
-rw-r--r--static/fonts/remixicon.eotbin0 -> 265108 bytes
-rw-r--r--static/fonts/remixicon.svg4215
-rw-r--r--static/fonts/remixicon.ttfbin0 -> 264936 bytes
-rw-r--r--static/fonts/remixicon.woffbin0 -> 113564 bytes
-rw-r--r--static/fonts/remixicon.woff2bin0 -> 84308 bytes
-rw-r--r--static/images/favicon.icobin0 -> 16958 bytes
-rw-r--r--static/images/logo.svg45
-rw-r--r--static/images/screenshot.pngbin0 -> 172345 bytes
-rw-r--r--static/js/fancybox.min.js13
-rw-r--r--static/js/highlight.pack.js2
-rw-r--r--static/js/jquery-3.3.1.min.js2
-rw-r--r--static/js/zozo.js39
-rw-r--r--theme.toml21
44 files changed, 8984 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..89ff0a6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Hugo default output directory
+/public
+
+## OS Files
+# Windows
+Thumbs.db
+ehthumbs.db
+Desktop.ini
+$RECYCLE.BIN/
+
+# OSX
+.DS_Store \ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..46fe619
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2019 YOUR_NAME_HERE
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3a125da
--- /dev/null
+++ b/README.md
@@ -0,0 +1,78 @@
+# hugo-theme-zozo
+
+[![GitHub contributors](https://img.shields.io/github/contributors/imzeuk/hugo-theme-zozo.svg?style=social)](https://github.com/imzeuk/hugo-theme-zozo/graphs/contributors)
+[![GitHub release](https://img.shields.io/github/release/imzeuk/hugo-theme-zozo.svg?style=social)](https://github.com/imzeuk/hugo-theme-zozo/releases)
+[![GitHub](https://img.shields.io/github/license/imzeuk/hugo-theme-zozo.svg?style=social)](https://github.com/imzeuk/hugo-theme-zozo/blob/master/LICENSE)
+
+
+> 该主题移植自 [Aragaki](https://github.com/PCDotFan/Aragaki),结构样式参考自 [菩提树下](https://blog.caicai.me/)。
+
+[在线预览:Demo](https://zeuk.me/example-site/)
+
+## 截图
+
+![zozo](./static/images/screenshot.png)
+
+## 安装
+
+首先进入 hugo 的站点目录运行下面的命令:
+
+```bash
+$ git clone https://github.com/imzeuk/hugo-theme-zozo themes/zozo
+```
+
+本主题提供了一个示例配置文件是 `exampleSite` 目录里的 `config.toml` 文件。
+
+配置文件中对大部分配置都有详细的注释说明,复制该文件到站点目录下,根据自己的情况修改即可。
+
+更多安装信息查看 Hugo 官方文档 [setup guide](https://gohugo.io/overview/installing/)。
+
+## 示例站点
+
+`exampleSite` 是本主题的一个示例站点,里面有配置文件、关于页面的一些示例。
+
+## 关于页面
+
+使用关于页面,首先要在你的站点目录的 `content` 目录下创建一个 `about` 目录,然后再创建一个 `index.md` 文件,并在文件的 `frontmatter` 中添加 `hidden: true`, 最后编写该文件即可。
+
+## Logo
+
+你需要将 `images` 目录下的 `logo.svg`、`favicon.ico` 都替换为你自己的图像。
+
+## 隐藏页面
+
+如果你不想让一个页面出现在文章列表中,只需要在 markdown 文件的 `frontmatter` 中添加 `hidden: true` 即可。
+
+然后你可以在其他任何地方通过链接来引用该页面,如在菜单中放置一个链接。
+
+关于页面就是这么实现的。
+
+## Valine 评论
+
+本主题提供了 Valine 评论系统,默认为关闭状态,如需使用,需要在 `config.toml` 中进行设置。
+
+设置 `[params.valine]` 下的 `enable = true` 来开启评论系统,并将 `appId` 和 `appKey` 设置为你自己的。
+
+
+## 社交链接
+
+本主题的社交链接是字体图标的样式,并放置在了页面头部。你可以通过在 `config.toml` 的 `[social]` 模块中修改添加你的社交链接。
+
+## 部署主题
+
+配置完成之后,就可以使用下面的命令来启动 hugo 服务编译 markdown 文件生成静态站点:
+
+```bash
+$ hugo server
+```
+
+然后在浏览器地址栏输入 [localhost:1313](http://localhost:1313) 来访问站点。
+
+## License
+
+Released under the [MIT](https://github.com/imzeuk/hugo-theme-zozo/blob/master/LICENSE) License.
+
+## 致谢
+
+- [Aragaki](https://github.com/PCDotFan/Aragaki)
+- [菩提树下](https://blog.caicai.me/)
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..25c3296
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,11 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+hidden: false
+draft: true
+tags: []
+keywords: []
+description: ""
+slug: ""
+---
+
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..1dfa23d
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,55 @@
+baseURL = "http://localhost:1313/"
+languageCode = "zh-cn"
+defaultContentLanguage = "zh-cn"
+title = "ZoZo" # 网站标题
+theme = "zozo"
+hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文
+summaryLength = 100
+paginate = 4 # 首页显示文章数量
+
+[author] # essential # 必需
+ name = "Zeuk"
+
+[[menu.main]] # config your menu 配置菜单
+ name = "首页"
+ weight = 10
+ identifier = "home"
+ url = "/"
+[[menu.main]]
+ name = "归档"
+ weight = 20
+ identifier = "archive"
+ url = "/posts/"
+[[menu.main]]
+ name = "标签"
+ weight = 30
+ identifier = "tags"
+ url = "/tags/"
+[[menu.main]]
+ name = "关于"
+ weight = 40
+ identifier = "about"
+ url = "/about/"
+
+[params]
+ subTitle = "the site subtitle" # 网站二级标题
+ footerSlogan = "我的精神家园" # 网站页脚标语
+ keywords = ["Hugo", "theme","zozo"] # 网站关键字
+ description = "Hugo theme zozo example site." # 网站描述
+
+# Valine.
+# You can get your appid and appkey from https://leancloud.cn
+# more info please open https://valine.js.org
+[params.valine]
+ enable = false
+ appId = ""
+ appKey = ""
+ placeholder = " "
+ visitor = true
+
+[social]
+ github = " "
+ twitter = " "
+ facebook = " "
+ weibo = " "
+ instagram = " "
diff --git a/exampleSite/content/about/index.md b/exampleSite/content/about/index.md
new file mode 100644
index 0000000..61484ea
--- /dev/null
+++ b/exampleSite/content/about/index.md
@@ -0,0 +1,13 @@
+---
+title: "关于"
+date: 2018-12-29T20:24:28+08:00
+hidden: true
+draft: false
+---
+
+Hugo 官方主页: [https://gohugo.io/](https://gohugo.io/)
+
+Hugo的安装方式有两种,一种是直接下载编译好的Hugo二进制文件。如果只是使用Hugo推荐用这种方式。另一种方式是获取Hugo的源码,自己编译。由于各种不可预料的网络问题,第二种方式不是那么轻易能成功,虽然最后我还是折腾出来了。
+
+Hugo二进制下载地址: [https://github.com/gohugoio/hugo/releases](https://github.com/gohugoio/hugo/releases)
+
diff --git a/exampleSite/content/posts/chinese-preview.md b/exampleSite/content/posts/chinese-preview.md
new file mode 100644
index 0000000..644399e
--- /dev/null
+++ b/exampleSite/content/posts/chinese-preview.md
@@ -0,0 +1,57 @@
+---
+title: "药师灌顶真言"
+date: 2019-04-11T14:26:00+08:00
+draft: false
+tags: ["中文", "真言"]
+slug: "Chinese-Preview"
+---
+
+> 修学药师灌顶真言是药师法门的一部分,读诵修持有着极大的功德利益
+
+# 内容
+
+南无薄伽伐帝鞞杀社
+窭噜薜琉璃
+跋喇婆
+喝啰阇也
+怛他揭多也
+阿啰喝帝
+三藐三勃陀耶
+怛侄他
+唵
+鞞刹逝
+鞞刹逝
+鞞刹社
+三没揭帝莎诃
+
+# 读法
+
+那摩波切罚地
+皮杀社
+句度比琉璃
+波拉婆
+和拉舌也
+大拖接多也
+艾拉和地
+三秒三波拖也
+大至拖
+安
+皮杀逝
+皮杀逝
+皮杀社
+三摩接地缩和
+
+# 简单释义
+
+南无 薄伽伐帝
+归命 世尊
+鞞杀社 窭噜 薜琉璃 跋喇婆 喝啰阇也
+药 师 琉璃 光 王
+怛他揭多也 阿啰喝帝 三藐三勃陀耶
+如来 应供 正等正觉
+怛侄他
+即说咒曰
+唵 鞞刹逝 鞞刹逝 鞞刹社 三没揭帝
+唵 药 药 药师 自度度他
+莎诃
+成就
diff --git a/exampleSite/content/posts/english-preview.md b/exampleSite/content/posts/english-preview.md
new file mode 100644
index 0000000..a9b3e20
--- /dev/null
+++ b/exampleSite/content/posts/english-preview.md
@@ -0,0 +1,1144 @@
+---
+title: "Creating a New Theme"
+date: 2019-04-01T14:26:00+08:00
+draft: false
+tags: ["English", "Theme"]
+slug: "English Preview"
+---
+
+## Introduction
+
+This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I'll explain how Hugo uses templates and how you can organize your templates to create a theme. I won't cover using CSS to style your theme.
+
+We'll start with creating a new site with a very basic template. Then we'll add in a few pages and posts. With small variations on that, you will be able to create many different types of web sites.
+
+In this tutorial, commands that you enter will start with the "$" prompt. The output will follow. Lines that start with "#" are comments that I've added to explain a point. When I show updates to a file, the ":wq" on the last line means to save the file.
+
+Here's an example:
+
+```
+## this is a comment
+$ echo this is a command
+this is a command
+
+## edit the file
+$vi foo.md
++++
+date = "2014-09-28"
+title = "creating a new theme"
++++
+
+bah and humbug
+:wq
+
+## show it
+$ cat foo.md
++++
+date = "2014-09-28"
+title = "creating a new theme"
++++
+
+bah and humbug
+$
+```
+
+
+## Some Definitions
+
+There are a few concepts that you need to understand before creating a theme.
+
+### Skins
+
+Skins are the files responsible for the look and feel of your site. It’s the CSS that controls colors and fonts, it’s the Javascript that determines actions and reactions. It’s also the rules that Hugo uses to transform your content into the HTML that the site will serve to visitors.
+
+You have two ways to create a skin. The simplest way is to create it in the ```layouts/``` directory. If you do, then you don’t have to worry about configuring Hugo to recognize it. The first place that Hugo will look for rules and files is in the ```layouts/``` directory so it will always find the skin.
+
+Your second choice is to create it in a sub-directory of the ```themes/``` directory. If you do, then you must always tell Hugo where to search for the skin. It’s extra work, though, so why bother with it?
+
+The difference between creating a skin in ```layouts/``` and creating it in ```themes/``` is very subtle. A skin in ```layouts/``` can’t be customized without updating the templates and static files that it is built from. A skin created in ```themes/```, on the other hand, can be and that makes it easier for other people to use it.
+
+The rest of this tutorial will call a skin created in the ```themes/``` directory a theme.
+
+Note that you can use this tutorial to create a skin in the ```layouts/``` directory if you wish to. The main difference will be that you won’t need to update the site’s configuration file to use a theme.
+
+### The Home Page
+
+The home page, or landing page, is the first page that many visitors to a site see. It is the index.html file in the root directory of the web site. Since Hugo writes files to the public/ directory, our home page is public/index.html.
+
+### Site Configuration File
+
+When Hugo runs, it looks for a configuration file that contains settings that override default values for the entire site. The file can use TOML, YAML, or JSON. I prefer to use TOML for my configuration files. If you prefer to use JSON or YAML, you’ll need to translate my examples. You’ll also need to change the name of the file since Hugo uses the extension to determine how to process it.
+
+Hugo translates Markdown files into HTML. By default, Hugo expects to find Markdown files in your ```content/``` directory and template files in your ```themes/``` directory. It will create HTML files in your ```public/``` directory. You can change this by specifying alternate locations in the configuration file.
+
+### Content
+
+Content is stored in text files that contain two sections. The first section is the “front matter,” which is the meta-information on the content. The second section contains Markdown that will be converted to HTML.
+
+#### Front Matter
+
+The front matter is information about the content. Like the configuration file, it can be written in TOML, YAML, or JSON. Unlike the configuration file, Hugo doesn’t use the file’s extension to know the format. It looks for markers to signal the type. TOML is surrounded by “`+++`”, YAML by “`---`”, and JSON is enclosed in curly braces. I prefer to use TOML, so you’ll need to translate my examples if you prefer YAML or JSON.
+
+The information in the front matter is passed into the template before the content is rendered into HTML.
+
+#### Markdown
+
+Content is written in Markdown which makes it easier to create the content. Hugo runs the content through a Markdown engine to create the HTML which will be written to the output file.
+
+### Template Files
+
+Hugo uses template files to render content into HTML. Template files are a bridge between the content and presentation. Rules in the template define what content is published, where it's published to, and how it will rendered to the HTML file. The template guides the presentation by specifying the style to use.
+
+There are three types of templates: single, list, and partial. Each type takes a bit of content as input and transforms it based on the commands in the template.
+
+Hugo uses its knowledge of the content to find the template file used to render the content. If it can’t find a template that is an exact match for the content, it will shift up a level and search from there. It will continue to do so until it finds a matching template or runs out of templates to try. If it can’t find a template, it will use the default template for the site.
+
+Please note that you can use the front matter to influence Hugo’s choice of templates.
+
+#### Single Template
+
+A single template is used to render a single piece of content. For example, an article or post would be a single piece of content and use a single template.
+
+#### List Template
+
+A list template renders a group of related content. That could be a summary of recent postings or all articles in a category. List templates can contain multiple groups.
+
+The homepage template is a special type of list template. Hugo assumes that the home page of your site will act as the portal for the rest of the content in the site.
+
+#### Partial Template
+
+A partial template is a template that can be included in other templates. Partial templates must be called using the “partial” template command. They are very handy for rolling up common behavior. For example, your site may have a banner that all pages use. Instead of copying the text of the banner into every single and list template, you could create a partial with the banner in it. That way if you decide to change the banner, you only have to change the partial template.
+
+## Create a New Site
+
+Let's use Hugo to create a new web site. I'm a Mac user, so I'll create mine in my home directory, in the Sites folder. If you're using Linux, you might have to create the folder first.
+
+The "new site" command will create a skeleton of a site. It will give you the basic directory structure and a useable configuration file.
+
+```
+$ hugo new site ~/Sites/zafta
+$ cd ~/Sites/zafta
+$ ls -l
+total 8
+drwxr-xr-x 7 quoha staff 238 Sep 29 16:49 .
+drwxr-xr-x 3 quoha staff 102 Sep 29 16:49 ..
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 archetypes
+-rw-r--r-- 1 quoha staff 82 Sep 29 16:49 config.toml
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 content
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 layouts
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 static
+$
+```
+
+Take a look in the content/ directory to confirm that it is empty.
+
+The other directories (archetypes/, layouts/, and static/) are used when customizing a theme. That's a topic for a different tutorial, so please ignore them for now.
+
+### Generate the HTML For the New Site
+
+Running the `hugo` command with no options will read all the available content and generate the HTML files. It will also copy all static files (that's everything that's not content). Since we have an empty site, it won't do much, but it will do it very quickly.
+
+```
+$ hugo --verbose
+INFO: 2014/09/29 Using config file: config.toml
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/
+WARN: 2014/09/29 Unable to locate layout: [index.html _default/list.html _default/single.html]
+WARN: 2014/09/29 Unable to locate layout: [404.html]
+0 draft content
+0 future content
+0 pages created
+0 tags created
+0 categories created
+in 2 ms
+$
+```
+
+The "`--verbose`" flag gives extra information that will be helpful when we build the template. Every line of the output that starts with "INFO:" or "WARN:" is present because we used that flag. The lines that start with "WARN:" are warning messages. We'll go over them later.
+
+We can verify that the command worked by looking at the directory again.
+
+```
+$ ls -l
+total 8
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 archetypes
+-rw-r--r-- 1 quoha staff 82 Sep 29 16:49 config.toml
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 content
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 layouts
+drwxr-xr-x 4 quoha staff 136 Sep 29 17:02 public
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 static
+$
+```
+
+See that new public/ directory? Hugo placed all generated content there. When you're ready to publish your web site, that's the place to start. For now, though, let's just confirm that we have what we'd expect from a site with no content.
+
+```
+$ ls -l public
+total 16
+-rw-r--r-- 1 quoha staff 416 Sep 29 17:02 index.xml
+-rw-r--r-- 1 quoha staff 262 Sep 29 17:02 sitemap.xml
+$
+```
+
+Hugo created two XML files, which is standard, but there are no HTML files.
+
+
+
+### Test the New Site
+
+Verify that you can run the built-in web server. It will dramatically shorten your development cycle if you do. Start it by running the "server" command. If it is successful, you will see output similar to the following:
+
+```
+$ hugo server --verbose
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/
+WARN: 2014/09/29 Unable to locate layout: [index.html _default/list.html _default/single.html]
+WARN: 2014/09/29 Unable to locate layout: [404.html]
+0 draft content
+0 future content
+0 pages created
+0 tags created
+0 categories created
+in 2 ms
+Serving pages from /Users/quoha/Sites/zafta/public
+Web Server is available at http://localhost:1313
+Press Ctrl+C to stop
+```
+
+Connect to the listed URL (it's on the line that starts with "Web Server"). If everything is working correctly, you should get a page that shows the following:
+
+```
+index.xml
+sitemap.xml
+```
+
+That's a listing of your public/ directory. Hugo didn't create a home page because our site has no content. When there's no index.html file in a directory, the server lists the files in the directory, which is what you should see in your browser.
+
+Let’s go back and look at those warnings again.
+
+```
+WARN: 2014/09/29 Unable to locate layout: [index.html _default/list.html _default/single.html]
+WARN: 2014/09/29 Unable to locate layout: [404.html]
+```
+
+That second warning is easier to explain. We haven’t created a template to be used to generate “page not found errors.” The 404 message is a topic for a separate tutorial.
+
+Now for the first warning. It is for the home page. You can tell because the first layout that it looked for was “index.html.” That’s only used by the home page.
+
+I like that the verbose flag causes Hugo to list the files that it's searching for. For the home page, they are index.html, _default/list.html, and _default/single.html. There are some rules that we'll cover later that explain the names and paths. For now, just remember that Hugo couldn't find a template for the home page and it told you so.
+
+At this point, you've got a working installation and site that we can build upon. All that’s left is to add some content and a theme to display it.
+
+## Create a New Theme
+
+Hugo doesn't ship with a default theme. There are a few available (I counted a dozen when I first installed Hugo) and Hugo comes with a command to create new themes.
+
+We're going to create a new theme called "zafta." Since the goal of this tutorial is to show you how to fill out the files to pull in your content, the theme will not contain any CSS. In other words, ugly but functional.
+
+All themes have opinions on content and layout. For example, Zafta uses "post" over "blog". Strong opinions make for simpler templates but differing opinions make it tougher to use themes. When you build a theme, consider using the terms that other themes do.
+
+
+### Create a Skeleton
+
+Use the hugo "new" command to create the skeleton of a theme. This creates the directory structure and places empty files for you to fill out.
+
+```
+$ hugo new theme zafta
+
+$ ls -l
+total 8
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 archetypes
+-rw-r--r-- 1 quoha staff 82 Sep 29 16:49 config.toml
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 content
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 layouts
+drwxr-xr-x 4 quoha staff 136 Sep 29 17:02 public
+drwxr-xr-x 2 quoha staff 68 Sep 29 16:49 static
+drwxr-xr-x 3 quoha staff 102 Sep 29 17:31 themes
+
+$ find themes -type f | xargs ls -l
+-rw-r--r-- 1 quoha staff 1081 Sep 29 17:31 themes/zafta/LICENSE.md
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/archetypes/default.md
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/list.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/single.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/partials/footer.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/partials/header.html
+-rw-r--r-- 1 quoha staff 93 Sep 29 17:31 themes/zafta/theme.toml
+$
+```
+
+The skeleton includes templates (the files ending in .html), license file, a description of your theme (the theme.toml file), and an empty archetype.
+
+Please take a minute to fill out the theme.toml and LICENSE.md files. They're optional, but if you're going to be distributing your theme, it tells the world who to praise (or blame). It's also nice to declare the license so that people will know how they can use the theme.
+
+```
+$ vi themes/zafta/theme.toml
+author = "michael d henderson"
+description = "a minimal working template"
+license = "MIT"
+name = "zafta"
+source_repo = ""
+tags = ["tags", "categories"]
+:wq
+
+## also edit themes/zafta/LICENSE.md and change
+## the bit that says "YOUR_NAME_HERE"
+```
+
+Note that the the skeleton's template files are empty. Don't worry, we'll be changing that shortly.
+
+```
+$ find themes/zafta -name '*.html' | xargs ls -l
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/list.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/single.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/partials/footer.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/partials/header.html
+$
+```
+
+
+
+### Update the Configuration File to Use the Theme
+
+Now that we've got a theme to work with, it's a good idea to add the theme name to the configuration file. This is optional, because you can always add "-t zafta" on all your commands. I like to put it the configuration file because I like shorter command lines. If you don't put it in the configuration file or specify it on the command line, you won't use the template that you're expecting to.
+
+Edit the file to add the theme, add a title for the site, and specify that all of our content will use the TOML format.
+
+```
+$ vi config.toml
+theme = "zafta"
+baseurl = ""
+languageCode = "en-us"
+title = "zafta - totally refreshing"
+MetaDataFormat = "toml"
+:wq
+
+$
+```
+
+### Generate the Site
+
+Now that we have an empty theme, let's generate the site again.
+
+```
+$ hugo --verbose
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/
+WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html]
+0 draft content
+0 future content
+0 pages created
+0 tags created
+0 categories created
+in 2 ms
+$
+```
+
+Did you notice that the output is different? The warning message for the home page has disappeared and we have an additional information line saying that Hugo is syncing from the theme's directory.
+
+Let's check the public/ directory to see what Hugo's created.
+
+```
+$ ls -l public
+total 16
+drwxr-xr-x 2 quoha staff 68 Sep 29 17:56 css
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:56 index.html
+-rw-r--r-- 1 quoha staff 407 Sep 29 17:56 index.xml
+drwxr-xr-x 2 quoha staff 68 Sep 29 17:56 js
+-rw-r--r-- 1 quoha staff 243 Sep 29 17:56 sitemap.xml
+$
+```
+
+Notice four things:
+
+1. Hugo created a home page. This is the file public/index.html.
+2. Hugo created a css/ directory.
+3. Hugo created a js/ directory.
+4. Hugo claimed that it created 0 pages. It created a file and copied over static files, but didn't create any pages. That's because it considers a "page" to be a file created directly from a content file. It doesn't count things like the index.html files that it creates automatically.
+
+#### The Home Page
+
+Hugo supports many different types of templates. The home page is special because it gets its own type of template and its own template file. The file, layouts/index.html, is used to generate the HTML for the home page. The Hugo documentation says that this is the only required template, but that depends. Hugo's warning message shows that it looks for three different templates:
+
+```
+WARN: 2014/09/29 Unable to locate layout: [index.html _default/list.html _default/single.html]
+```
+
+If it can't find any of these, it completely skips creating the home page. We noticed that when we built the site without having a theme installed.
+
+When Hugo created our theme, it created an empty home page template. Now, when we build the site, Hugo finds the template and uses it to generate the HTML for the home page. Since the template file is empty, the HTML file is empty, too. If the template had any rules in it, then Hugo would have used them to generate the home page.
+
+```
+$ find . -name index.html | xargs ls -l
+-rw-r--r-- 1 quoha staff 0 Sep 29 20:21 ./public/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 ./themes/zafta/layouts/index.html
+$
+```
+
+#### The Magic of Static
+
+Hugo does two things when generating the site. It uses templates to transform content into HTML and it copies static files into the site. Unlike content, static files are not transformed. They are copied exactly as they are.
+
+Hugo assumes that your site will use both CSS and JavaScript, so it creates directories in your theme to hold them. Remember opinions? Well, Hugo's opinion is that you'll store your CSS in a directory named css/ and your JavaScript in a directory named js/. If you don't like that, you can change the directory names in your theme directory or even delete them completely. Hugo's nice enough to offer its opinion, then behave nicely if you disagree.
+
+```
+$ find themes/zafta -type d | xargs ls -ld
+drwxr-xr-x 7 quoha staff 238 Sep 29 17:38 themes/zafta
+drwxr-xr-x 3 quoha staff 102 Sep 29 17:31 themes/zafta/archetypes
+drwxr-xr-x 5 quoha staff 170 Sep 29 17:31 themes/zafta/layouts
+drwxr-xr-x 4 quoha staff 136 Sep 29 17:31 themes/zafta/layouts/_default
+drwxr-xr-x 4 quoha staff 136 Sep 29 17:31 themes/zafta/layouts/partials
+drwxr-xr-x 4 quoha staff 136 Sep 29 17:31 themes/zafta/static
+drwxr-xr-x 2 quoha staff 68 Sep 29 17:31 themes/zafta/static/css
+drwxr-xr-x 2 quoha staff 68 Sep 29 17:31 themes/zafta/static/js
+$
+```
+
+## The Theme Development Cycle
+
+When you're working on a theme, you will make changes in the theme's directory, rebuild the site, and check your changes in the browser. Hugo makes this very easy:
+
+1. Purge the public/ directory.
+2. Run the built in web server in watch mode.
+3. Open your site in a browser.
+4. Update the theme.
+5. Glance at your browser window to see changes.
+6. Return to step 4.
+
+I’ll throw in one more opinion: never work on a theme on a live site. Always work on a copy of your site. Make changes to your theme, test them, then copy them up to your site. For added safety, use a tool like Git to keep a revision history of your content and your theme. Believe me when I say that it is too easy to lose both your mind and your changes.
+
+Check the main Hugo site for information on using Git with Hugo.
+
+### Purge the public/ Directory
+
+When generating the site, Hugo will create new files and update existing ones in the ```public/``` directory. It will not delete files that are no longer used. For example, files that were created in the wrong directory or with the wrong title will remain. If you leave them, you might get confused by them later. I recommend cleaning out your site prior to generating it.
+
+Note: If you're building on an SSD, you should ignore this. Churning on a SSD can be costly.
+
+### Hugo's Watch Option
+
+Hugo's "`--watch`" option will monitor the content/ and your theme directories for changes and rebuild the site automatically.
+
+### Live Reload
+
+Hugo's built in web server supports live reload. As pages are saved on the server, the browser is told to refresh the page. Usually, this happens faster than you can say, "Wow, that's totally amazing."
+
+### Development Commands
+
+Use the following commands as the basis for your workflow.
+
+```
+## purge old files. hugo will recreate the public directory.
+##
+$ rm -rf public
+##
+## run hugo in watch mode
+##
+$ hugo server --watch --verbose
+```
+
+Here's sample output showing Hugo detecting a change to the template for the home page. Once generated, the web browser automatically reloaded the page. I've said this before, it's amazing.
+
+
+```
+$ rm -rf public
+$ hugo server --watch --verbose
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/
+WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html]
+0 draft content
+0 future content
+0 pages created
+0 tags created
+0 categories created
+in 2 ms
+Watching for changes in /Users/quoha/Sites/zafta/content
+Serving pages from /Users/quoha/Sites/zafta/public
+Web Server is available at http://localhost:1313
+Press Ctrl+C to stop
+INFO: 2014/09/29 File System Event: ["/Users/quoha/Sites/zafta/themes/zafta/layouts/index.html": MODIFY|ATTRIB]
+Change detected, rebuilding site
+
+WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html]
+0 draft content
+0 future content
+0 pages created
+0 tags created
+0 categories created
+in 1 ms
+```
+
+## Update the Home Page Template
+
+The home page is one of a few special pages that Hugo creates automatically. As mentioned earlier, it looks for one of three files in the theme's layout/ directory:
+
+1. index.html
+2. _default/list.html
+3. _default/single.html
+
+We could update one of the default templates, but a good design decision is to update the most specific template available. That's not a hard and fast rule (in fact, we'll break it a few times in this tutorial), but it is a good generalization.
+
+### Make a Static Home Page
+
+Right now, that page is empty because we don't have any content and we don't have any logic in the template. Let's change that by adding some text to the template.
+
+```
+$ vi themes/zafta/layouts/index.html
+<!DOCTYPE html>
+<html>
+<body>
+ <p>hugo says hello!</p>
+</body>
+</html>
+:wq
+
+$
+```
+
+Build the web site and then verify the results.
+
+```
+$ hugo --verbose
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/
+WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html]
+0 draft content
+0 future content
+0 pages created
+0 tags created
+0 categories created
+in 2 ms
+
+$ find public -type f -name '*.html' | xargs ls -l
+-rw-r--r-- 1 quoha staff 78 Sep 29 21:26 public/index.html
+
+$ cat public/index.html
+<!DOCTYPE html>
+<html>
+<body>
+ <p>hugo says hello!</p>
+</html>
+```
+
+#### Live Reload
+
+Note: If you're running the server with the `--watch` option, you'll see different content in the file:
+
+```
+$ cat public/index.html
+<!DOCTYPE html>
+<html>
+<body>
+ <p>hugo says hello!</p>
+<script>document.write('<script src="http://'
+ + (location.host || 'localhost').split(':')[0]
+ + ':1313/livereload.js?mindelay=10"></'
+ + 'script>')</script></body>
+</html>
+```
+
+When you use `--watch`, the Live Reload script is added by Hugo. Look for live reload in the documentation to see what it does and how to disable it.
+
+### Build a "Dynamic" Home Page
+
+"Dynamic home page?" Hugo's a static web site generator, so this seems an odd thing to say. I mean let's have the home page automatically reflect the content in the site every time Hugo builds it. We'll use iteration in the template to do that.
+
+#### Create New Posts
+
+Now that we have the home page generating static content, let's add some content to the site. We'll display these posts as a list on the home page and on their own page, too.
+
+Hugo has a command to generate a skeleton post, just like it does for sites and themes.
+
+```
+$ hugo --verbose new post/first.md
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 attempting to create post/first.md of post
+INFO: 2014/09/29 curpath: /Users/quoha/Sites/zafta/themes/zafta/archetypes/default.md
+ERROR: 2014/09/29 Unable to Cast <nil> to map[string]interface{}
+
+$
+```
+
+That wasn't very nice, was it?
+
+The "new" command uses an archetype to create the post file. Hugo created an empty default archetype file, but that causes an error when there's a theme. For me, the workaround was to create an archetypes file specifically for the post type.
+
+```
+$ vi themes/zafta/archetypes/post.md
++++
+Description = ""
+Tags = []
+Categories = []
++++
+:wq
+
+$ find themes/zafta/archetypes -type f | xargs ls -l
+-rw-r--r-- 1 quoha staff 0 Sep 29 21:53 themes/zafta/archetypes/default.md
+-rw-r--r-- 1 quoha staff 51 Sep 29 21:54 themes/zafta/archetypes/post.md
+
+$ hugo --verbose new post/first.md
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 attempting to create post/first.md of post
+INFO: 2014/09/29 curpath: /Users/quoha/Sites/zafta/themes/zafta/archetypes/post.md
+INFO: 2014/09/29 creating /Users/quoha/Sites/zafta/content/post/first.md
+/Users/quoha/Sites/zafta/content/post/first.md created
+
+$ hugo --verbose new post/second.md
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 attempting to create post/second.md of post
+INFO: 2014/09/29 curpath: /Users/quoha/Sites/zafta/themes/zafta/archetypes/post.md
+INFO: 2014/09/29 creating /Users/quoha/Sites/zafta/content/post/second.md
+/Users/quoha/Sites/zafta/content/post/second.md created
+
+$ ls -l content/post
+total 16
+-rw-r--r-- 1 quoha staff 104 Sep 29 21:54 first.md
+-rw-r--r-- 1 quoha staff 105 Sep 29 21:57 second.md
+
+$ cat content/post/first.md
++++
+Categories = []
+Description = ""
+Tags = []
+date = "2014-09-29T21:54:53-05:00"
+title = "first"
+
++++
+my first post
+
+$ cat content/post/second.md
++++
+Categories = []
+Description = ""
+Tags = []
+date = "2014-09-29T21:57:09-05:00"
+title = "second"
+
++++
+my second post
+
+$
+```
+
+Build the web site and then verify the results.
+
+```
+$ rm -rf public
+$ hugo --verbose
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 found taxonomies: map[string]string{"category":"categories", "tag":"tags"}
+WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html]
+0 draft content
+0 future content
+2 pages created
+0 tags created
+0 categories created
+in 4 ms
+$
+```
+
+The output says that it created 2 pages. Those are our new posts:
+
+```
+$ find public -type f -name '*.html' | xargs ls -l
+-rw-r--r-- 1 quoha staff 78 Sep 29 22:13 public/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 22:13 public/post/first/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 22:13 public/post/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 22:13 public/post/second/index.html
+$
+```
+
+The new files are empty because because the templates used to generate the content are empty. The homepage doesn't show the new content, either. We have to update the templates to add the posts.
+
+### List and Single Templates
+
+In Hugo, we have three major kinds of templates. There's the home page template that we updated previously. It is used only by the home page. We also have "single" templates which are used to generate output for a single content file. We also have "list" templates that are used to group multiple pieces of content before generating output.
+
+Generally speaking, list templates are named "list.html" and single templates are named "single.html."
+
+There are three other types of templates: partials, content views, and terms. We will not go into much detail on these.
+
+### Add Content to the Homepage
+
+The home page will contain a list of posts. Let's update its template to add the posts that we just created. The logic in the template will run every time we build the site.
+
+```
+$ vi themes/zafta/layouts/index.html
+<!DOCTYPE html>
+<html>
+<body>
+ {{ range first 10 .Data.Pages }}
+ <h1>{{ .Title }}</h1>
+ {{ end }}
+</body>
+</html>
+:wq
+
+$
+```
+
+Hugo uses the Go template engine. That engine scans the template files for commands which are enclosed between "{{" and "}}". In our template, the commands are:
+
+1. range
+2. .Title
+3. end
+
+The "range" command is an iterator. We're going to use it to go through the first ten pages. Every HTML file that Hugo creates is treated as a page, so looping through the list of pages will look at every file that will be created.
+
+The ".Title" command prints the value of the "title" variable. Hugo pulls it from the front matter in the Markdown file.
+
+The "end" command signals the end of the range iterator. The engine loops back to the top of the iteration when it finds "end." Everything between the "range" and "end" is evaluated every time the engine goes through the iteration. In this file, that would cause the title from the first ten pages to be output as heading level one.
+
+It's helpful to remember that some variables, like .Data, are created before any output files. Hugo loads every content file into the variable and then gives the template a chance to process before creating the HTML files.
+
+Build the web site and then verify the results.
+
+```
+$ rm -rf public
+$ hugo --verbose
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 found taxonomies: map[string]string{"tag":"tags", "category":"categories"}
+WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html]
+0 draft content
+0 future content
+2 pages created
+0 tags created
+0 categories created
+in 4 ms
+$ find public -type f -name '*.html' | xargs ls -l
+-rw-r--r-- 1 quoha staff 94 Sep 29 22:23 public/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 22:23 public/post/first/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 22:23 public/post/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 22:23 public/post/second/index.html
+$ cat public/index.html
+<!DOCTYPE html>
+<html>
+<body>
+
+ <h1>second</h1>
+
+ <h1>first</h1>
+
+</body>
+</html>
+$
+```
+
+Congratulations, the home page shows the title of the two posts. The posts themselves are still empty, but let's take a moment to appreciate what we've done. Your template now generates output dynamically. Believe it or not, by inserting the range command inside of those curly braces, you've learned everything you need to know to build a theme. All that's really left is understanding which template will be used to generate each content file and becoming familiar with the commands for the template engine.
+
+And, if that were entirely true, this tutorial would be much shorter. There are a few things to know that will make creating a new template much easier. Don't worry, though, that's all to come.
+
+### Add Content to the Posts
+
+We're working with posts, which are in the content/post/ directory. That means that their section is "post" (and if we don't do something weird, their type is also "post").
+
+Hugo uses the section and type to find the template file for every piece of content. Hugo will first look for a template file that matches the section or type name. If it can't find one, then it will look in the _default/ directory. There are some twists that we'll cover when we get to categories and tags, but for now we can assume that Hugo will try post/single.html, then _default/single.html.
+
+Now that we know the search rule, let's see what we actually have available:
+
+```
+$ find themes/zafta -name single.html | xargs ls -l
+-rw-r--r-- 1 quoha staff 132 Sep 29 17:31 themes/zafta/layouts/_default/single.html
+```
+
+We could create a new template, post/single.html, or change the default. Since we don't know of any other content types, let's start with updating the default.
+
+Remember, any content that we haven't created a template for will end up using this template. That can be good or bad. Bad because I know that we're going to be adding different types of content and we're going to end up undoing some of the changes we've made. It's good because we'll be able to see immediate results. It's also good to start here because we can start to build the basic layout for the site. As we add more content types, we'll refactor this file and move logic around. Hugo makes that fairly painless, so we'll accept the cost and proceed.
+
+Please see the Hugo documentation on template rendering for all the details on determining which template to use. And, as the docs mention, if you're building a single page application (SPA) web site, you can delete all of the other templates and work with just the default single page. That's a refreshing amount of joy right there.
+
+#### Update the Template File
+
+```
+$ vi themes/zafta/layouts/_default/single.html
+<!DOCTYPE html>
+<html>
+<head>
+ <title>{{ .Title }}</title>
+</head>
+<body>
+ <h1>{{ .Title }}</h1>
+ {{ .Content }}
+</body>
+</html>
+:wq
+
+$
+```
+
+Build the web site and verify the results.
+
+```
+$ rm -rf public
+$ hugo --verbose
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 found taxonomies: map[string]string{"tag":"tags", "category":"categories"}
+WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html]
+0 draft content
+0 future content
+2 pages created
+0 tags created
+0 categories created
+in 4 ms
+
+$ find public -type f -name '*.html' | xargs ls -l
+-rw-r--r-- 1 quoha staff 94 Sep 29 22:40 public/index.html
+-rw-r--r-- 1 quoha staff 125 Sep 29 22:40 public/post/first/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 22:40 public/post/index.html
+-rw-r--r-- 1 quoha staff 128 Sep 29 22:40 public/post/second/index.html
+
+$ cat public/post/first/index.html
+<!DOCTYPE html>
+<html>
+<head>
+ <title>first</title>
+</head>
+<body>
+ <h1>first</h1>
+ <p>my first post</p>
+
+</body>
+</html>
+
+$ cat public/post/second/index.html
+<!DOCTYPE html>
+<html>
+<head>
+ <title>second</title>
+</head>
+<body>
+ <h1>second</h1>
+ <p>my second post</p>
+
+</body>
+</html>
+$
+```
+
+Notice that the posts now have content. You can go to localhost:1313/post/first to verify.
+
+### Linking to Content
+
+The posts are on the home page. Let's add a link from there to the post. Since this is the home page, we'll update its template.
+
+```
+$ vi themes/zafta/layouts/index.html
+<!DOCTYPE html>
+<html>
+<body>
+ {{ range first 10 .Data.Pages }}
+ <h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
+ {{ end }}
+</body>
+</html>
+```
+
+Build the web site and verify the results.
+
+```
+$ rm -rf public
+$ hugo --verbose
+INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/
+INFO: 2014/09/29 found taxonomies: map[string]string{"tag":"tags", "category":"categories"}
+WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html]
+0 draft content
+0 future content
+2 pages created
+0 tags created
+0 categories created
+in 4 ms
+
+$ find public -type f -name '*.html' | xargs ls -l
+-rw-r--r-- 1 quoha staff 149 Sep 29 22:44 public/index.html
+-rw-r--r-- 1 quoha staff 125 Sep 29 22:44 public/post/first/index.html
+-rw-r--r-- 1 quoha staff 0 Sep 29 22:44 public/post/index.html
+-rw-r--r-- 1 quoha staff 128 Sep 29 22:44 public/post/second/index.html
+
+$ cat public/index.html
+<!DOCTYPE html>
+<html>
+<body>
+
+ <h1><a href="/post/second/">second</a></h1>
+
+ <h1><a href="/post/first/">first</a></h1>
+
+</body>
+</html>
+
+$
+```
+
+### Create a Post Listing
+
+We have the posts displaying on the home page and on their own page. We also have a file public/post/index.html that is empty. Let's make it show a list of all posts (not just the first ten).
+
+We need to decide which template to update. This will be a listing, so it should be a list template. Let's take a quick look and see which list templates are available.
+
+```
+$ find themes/zafta -name list.html | xargs ls -l
+-rw-r--r-- 1 quoha staff 0 Sep 29 17:31 themes/zafta/layouts/_default/list.html
+```
+
+As with the single post, we have to decide to update _default/list.html or create post/list.html. We still don't have multiple content types, so let's stay consistent and update the default list template.
+
+## Creating Top Level Pages
+
+Let's add an "about" page and display it at the top level (as opposed to a sub-level like we did with posts).
+
+The default in Hugo is to use the directory structure of the content/ directory to guide the location of the generated html in the public/ directory. Let's verify that by creating an "about" page at the top level:
+
+```
+$ vi content/about.md
++++
+title = "about"
+description = "about this site"
+date = "2014-09-27"
+slug = "about time"
++++
+
+## about us
+
+i'm speechless
+:wq
+```
+
+Generate the web site and verify the results.
+
+```
+$ find public -name '*.html' | xargs ls -l
+-rw-rw-r-- 1 mdhender staff 334 Sep 27 15:08 public/about-time/index.html
+-rw-rw-r-- 1 mdhender staff 527 Sep 27 15:08 public/index.html
+-rw-rw-r-- 1 mdhender staff 358 Sep 27 15:08 public/post/first-post/index.html
+-rw-rw-r-- 1 mdhender staff 0 Sep 27 15:08 public/post/index.html
+-rw-rw-r-- 1 mdhender staff 342 Sep 27 15:08 public/post/second-post/index.html
+```
+
+Notice that the page wasn't created at the top level. It was created in a sub-directory named 'about-time/'. That name came from our slug. Hugo will use the slug to name the generated content. It's a reasonable default, by the way, but we can learn a few things by fighting it for this file.
+
+One other thing. Take a look at the home page.
+
+```
+$ cat public/index.html
+<!DOCTYPE html>
+<html>
+<body>
+ <h1><a href="http://localhost:1313/post/theme/">creating a new theme</a></h1>
+ <h1><a href="http://localhost:1313/about-time/">about</a></h1>
+ <h1><a href="http://localhost:1313/post/second-post/">second</a></h1>
+ <h1><a href="http://localhost:1313/post/first-post/">first</a></h1>
+<script>document.write('<script src="http://'
+ + (location.host || 'localhost').split(':')[0]
+ + ':1313/livereload.js?mindelay=10"></'
+ + 'script>')</script></body>
+</html>
+```
+
+Notice that the "about" link is listed with the posts? That's not desirable, so let's change that first.
+
+```
+$ vi themes/zafta/layouts/index.html
+<!DOCTYPE html>
+<html>
+<body>
+ <h1>posts</h1>
+ {{ range first 10 .Data.Pages }}
+ {{ if eq .Type "post"}}
+ <h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
+ {{ end }}
+ {{ end }}
+
+ <h1>pages</h1>
+ {{ range .Data.Pages }}
+ {{ if eq .Type "page" }}
+ <h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
+ {{ end }}
+ {{ end }}
+</body>
+</html>
+:wq
+```
+
+Generate the web site and verify the results. The home page has two sections, posts and pages, and each section has the right set of headings and links in it.
+
+But, that about page still renders to about-time/index.html.
+
+```
+$ find public -name '*.html' | xargs ls -l
+-rw-rw-r-- 1 mdhender staff 334 Sep 27 15:33 public/about-time/index.html
+-rw-rw-r-- 1 mdhender staff 645 Sep 27 15:33 public/index.html
+-rw-rw-r-- 1 mdhender staff 358 Sep 27 15:33 public/post/first-post/index.html
+-rw-rw-r-- 1 mdhender staff 0 Sep 27 15:33 public/post/index.html
+-rw-rw-r-- 1 mdhender staff 342 Sep 27 15:33 public/post/second-post/index.html
+```
+
+Knowing that hugo is using the slug to generate the file name, the simplest solution is to change the slug. Let's do it the hard way and change the permalink in the configuration file.
+
+```
+$ vi config.toml
+[permalinks]
+ page = "/:title/"
+ about = "/:filename/"
+```
+
+Generate the web site and verify that this didn't work. Hugo lets "slug" or "URL" override the permalinks setting in the configuration file. Go ahead and comment out the slug in content/about.md, then generate the web site to get it to be created in the right place.
+
+## Sharing Templates
+
+If you've been following along, you probably noticed that posts have titles in the browser and the home page doesn't. That's because we didn't put the title in the home page's template (layouts/index.html). That's an easy thing to do, but let's look at a different option.
+
+We can put the common bits into a shared template that's stored in the themes/zafta/layouts/partials/ directory.
+
+### Create the Header and Footer Partials
+
+In Hugo, a partial is a sugar-coated template. Normally a template reference has a path specified. Partials are different. Hugo searches for them along a TODO defined search path. This makes it easier for end-users to override the theme's presentation.
+
+```
+$ vi themes/zafta/layouts/partials/header.html
+<!DOCTYPE html>
+<html>
+<head>
+ <title>{{ .Title }}</title>
+</head>
+<body>
+:wq
+
+$ vi themes/zafta/layouts/partials/footer.html
+</body>
+</html>
+:wq
+```
+
+### Update the Home Page Template to Use the Partials
+
+The most noticeable difference between a template call and a partials call is the lack of path:
+
+```
+{{ template "theme/partials/header.html" . }}
+```
+versus
+```
+{{ partial "header.html" . }}
+```
+Both pass in the context.
+
+Let's change the home page template to use these new partials.
+
+```
+$ vi themes/zafta/layouts/index.html
+{{ partial "header.html" . }}
+
+ <h1>posts</h1>
+ {{ range first 10 .Data.Pages }}
+ {{ if eq .Type "post"}}
+ <h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
+ {{ end }}
+ {{ end }}
+
+ <h1>pages</h1>
+ {{ range .Data.Pages }}
+ {{ if or (eq .Type "page") (eq .Type "about") }}
+ <h2><a href="{{ .Permalink }}">{{ .Type }} - {{ .Title }} - {{ .RelPermalink }}</a></h2>
+ {{ end }}
+ {{ end }}
+
+{{ partial "footer.html" . }}
+:wq
+```
+
+Generate the web site and verify the results. The title on the home page is now "your title here", which comes from the "title" variable in the config.toml file.
+
+### Update the Default Single Template to Use the Partials
+
+```
+$ vi themes/zafta/layouts/_default/single.html
+{{ partial "header.html" . }}
+
+ <h1>{{ .Title }}</h1>
+ {{ .Content }}
+
+{{ partial "footer.html" . }}
+:wq
+```
+
+Generate the web site and verify the results. The title on the posts and the about page should both reflect the value in the markdown file.
+
+## Add “Date Published” to Posts
+
+It's common to have posts display the date that they were written or published, so let's add that. The front matter of our posts has a variable named "date." It's usually the date the content was created, but let's pretend that's the value we want to display.
+
+### Add “Date Published” to the Template
+
+We'll start by updating the template used to render the posts. The template code will look like:
+
+```
+{{ .Date.Format "Mon, Jan 2, 2006" }}
+```
+
+Posts use the default single template, so we'll change that file.
+
+```
+$ vi themes/zafta/layouts/_default/single.html
+{{ partial "header.html" . }}
+
+ <h1>{{ .Title }}</h1>
+ <h2>{{ .Date.Format "Mon, Jan 2, 2006" }}</h2>
+ {{ .Content }}
+
+{{ partial "footer.html" . }}
+:wq
+```
+
+Generate the web site and verify the results. The posts now have the date displayed in them. There's a problem, though. The "about" page also has the date displayed.
+
+As usual, there are a couple of ways to make the date display only on posts. We could do an "if" statement like we did on the home page. Another way would be to create a separate template for posts.
+
+The "if" solution works for sites that have just a couple of content types. It aligns with the principle of "code for today," too.
+
+Let's assume, though, that we've made our site so complex that we feel we have to create a new template type. In Hugo-speak, we're going to create a section template.
+
+Let's restore the default single template before we forget.
+
+```
+$ mkdir themes/zafta/layouts/post
+$ vi themes/zafta/layouts/_default/single.html
+{{ partial "header.html" . }}
+
+ <h1>{{ .Title }}</h1>
+ {{ .Content }}
+
+{{ partial "footer.html" . }}
+:wq
+```
+
+Now we'll update the post's version of the single template. If you remember Hugo's rules, the template engine will use this version over the default.
+
+```
+$ vi themes/zafta/layouts/post/single.html
+{{ partial "header.html" . }}
+
+ <h1>{{ .Title }}</h1>
+ <h2>{{ .Date.Format "Mon, Jan 2, 2006" }}</h2>
+ {{ .Content }}
+
+{{ partial "footer.html" . }}
+:wq
+
+```
+
+Note that we removed the date logic from the default template and put it in the post template. Generate the web site and verify the results. Posts have dates and the about page doesn't.
+
+### Don't Repeat Yourself
+
+DRY is a good design goal and Hugo does a great job supporting it. Part of the art of a good template is knowing when to add a new template and when to update an existing one. While you're figuring that out, accept that you'll be doing some refactoring. Hugo makes that easy and fast, so it's okay to delay splitting up a template.
diff --git a/exampleSite/content/posts/japanese-preview.md b/exampleSite/content/posts/japanese-preview.md
new file mode 100644
index 0000000..88c5a7c
--- /dev/null
+++ b/exampleSite/content/posts/japanese-preview.md
@@ -0,0 +1,31 @@
+---
+title: "日本語敬語体系"
+date: 2019-04-10T14:26:00+08:00
+draft: false
+tags: ["日本語", "体系"]
+slug: "Japanese-Preview"
+---
+
+> 日本語の敬語体系は、一般に、大きく尊敬語・謙譲語・丁寧語に分類される。文化審議会国語分科会は、2007年2月に「敬語の指針」を答申し、これに丁重語および美化語を含めた5分類を示している。
+
+# 尊敬語
+
+尊敬語は、動作の主体を高めることで、主体への敬意を表す言い方である。動詞に「お(ご)~になる」を付けた形、また、助動詞「(ら)れる」を付けた形などが用いられる。たとえば、動詞「取る」の尊敬形として、「(先生が)お取りになる」「(先生が)取られる」などが用いられる。
+
+語によっては、特定の尊敬語が対応するものもある。たとえば、「言う」の尊敬語は「おっしゃる」、「食べる」の尊敬語は「召し上がる」、「行く・来る・いる」の尊敬語は「いらっしゃる」である。
+
+# 謙譲語
+
+謙譲語は、古代から基本的に動作の客体への敬意を表す言い方であり、現代では「動作の主体を低める」と解釈するほうがよい場合がある。動詞に「お~する」「お~いたします」(謙譲語+丁寧語)をつけた形などが用いられる。たとえば、「取る」の謙譲形として、「お取りする」などが用いられる。
+
+語によっては、特定の謙譲語が対応するものもある。たとえば、「言う」の謙譲語は「申し上げる」、「食べる」の謙譲語は「いただく」、「(相手の所に)行く」の謙譲語は「伺う」「参上する」「まいる」である。
+
+なお、「夜も更けてまいりました」の「まいり」など、謙譲表現のようでありながら、誰かを低めているわけではない表現がある。これは、「夜も更けてきた」という話題を丁重に表現することによって、聞き手への敬意を表すものである。宮地裕は、この表現に使われる語を、特に「丁重語」と称している[104][105]。丁重語にはほかに「いたし(マス)」「申し(マス)」「存じ(マス)」「小生」「小社」「弊社」などがある。文化審議会の「敬語の指針」でも、「明日から海外へまいります」の「まいり」のように、相手とは関りのない自分側の動作を表現する言い方を丁重語としている。
+
+# 丁寧語
+
+丁寧語は、文末を丁寧にすることで、聞き手への敬意を表すものである。動詞・形容詞の終止形で終わる常体に対して、名詞・形容動詞語幹などに「です」を付けた形(「学生です」「きれいです」)や、動詞に「ます」をつけた形(「行きます」「分かりました」)等の丁寧語を用いた文体を敬体という。
+
+一般に、目上の人には丁寧語を用い、同等・目下の人には丁寧語を用いないといわれる。しかし、実際の言語生活に照らして考えれば、これは事実ではない。母が子を叱るとき、「お母さんはもう知りませんよ」と丁寧語を用いる場合ももある。丁寧語が用いられる多くの場合は、敬意や謝意の表現とされるが、、稀に一歩引いた心理的な距離をとろうとする場合もある。
+
+「お弁当」「ご飯」などの「お」「ご」も、広い意味では丁寧語に含まれるが、宮地裕は特に「美化語」と称して区別する[104][105]。相手への丁寧の意を示すというよりは、話し手が自分の言葉遣いに配慮した表現である。したがって、「お弁当食べようよ。」のように、丁寧体でない文でも美化語を用いることがある。文化審議会の「敬語の指針」でも「美化語」を設けている。
diff --git a/exampleSite/static/1.jpg b/exampleSite/static/1.jpg
new file mode 100644
index 0000000..e583acd
--- /dev/null
+++ b/exampleSite/static/1.jpg
Binary files differ
diff --git a/i18n/en.yaml b/i18n/en.yaml
new file mode 100644
index 0000000..ff2fe86
--- /dev/null
+++ b/i18n/en.yaml
@@ -0,0 +1,17 @@
+prev_page:
+ other: "Prev"
+
+next_page:
+ other: "Next"
+
+home:
+ other: "Home"
+
+archive:
+ other: "Archive"
+
+tags:
+ other: "Tags"
+
+about:
+ other: "About" \ No newline at end of file
diff --git a/i18n/zh-cn.yaml b/i18n/zh-cn.yaml
new file mode 100644
index 0000000..98d3eb8
--- /dev/null
+++ b/i18n/zh-cn.yaml
@@ -0,0 +1,17 @@
+prev_page:
+ other: "返回上一页"
+
+next_page:
+ other: "阅读更多文章"
+
+home:
+ other: "首页"
+
+archive:
+ other: "归档"
+
+tags:
+ other: "标签"
+
+about:
+ other: "关于" \ No newline at end of file
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..cacc747
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,17 @@
+{{ partial "head.html" . }}
+<body>
+<div class="main animated">
+ {{ partial "header.html" . }}
+ <div class="content">
+ <div class="page_tags">
+ <h1>(≥o≤)</h1>
+ <h2>{{ with .Site.Params.title404 }}{{ . }}{{ else }}404 Page Not Found{{ end }}</h2>
+ <h3><a href="{{ $.Site.BaseURL }}">首页</a></h3>
+ </div>
+ <div class="pagination"></div>
+ </div>
+</div>
+{{ partial "footer.html" . }}
+{{ partial "js.html" . }}
+</body>
+</html>
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
new file mode 100644
index 0000000..cbae4bb
--- /dev/null
+++ b/layouts/_default/list.html
@@ -0,0 +1,28 @@
+{{ partial "head.html" . }}
+<body>
+<div class="main animated">
+ {{ partial "header.html" . }}
+ <div class="content">
+ <div class="list_with_title">
+ {{ range .Data.Pages.GroupByDate "2006" }}
+ <div class="listing_title">{{ .Key }}</div>
+ <div class="listing">
+ {{ range .Pages }}
+ <div class="listing_item">
+ <div class="listing_post">
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ <div class="post_time"><span class="date">{{ .Date.Format "01-02" }}</span></div>
+ </div>
+ </div>
+ {{ end }}
+ </div>
+ {{ end }}
+ </div>
+ <div class="pagination"></div>
+ </div>
+ <a id="back_to_top" href="#" class="back_to_top"><span>△</span></a>
+</div>
+{{ partial "footer.html" . }}
+{{ partial "js.html" . }}
+</body>
+</html>
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
new file mode 100644
index 0000000..e981d71
--- /dev/null
+++ b/layouts/_default/single.html
@@ -0,0 +1,39 @@
+{{ partial "head.html" . }}
+<body>
+<div class="main animated">
+ {{ partial "header.html" . }}
+ <div class="content">
+ <div class="post_page">
+ <div class="post animated fadeInDown">
+ <div class="post_title post_detail_title">
+ <h2><a href='{{ .Permalink }}'>{{ .Title }}</a></h2>
+ <span class="date">{{ .Date.Format "2006.01.02" }}</span>
+ </div>
+ <div class="post_content markdown">{{ .Content }}</div>
+ <div class="post_footer">
+ {{ with .Params.tags }}
+ <div class="meta">
+ <div class="info">
+ <span class="field tags">
+ <i class="remixicon-stack-line"></i>
+ {{ range . }}
+ <a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}/">{{ . }}</a>
+ {{ end }}
+ </span>
+ </div>
+ </div>
+ {{ end }}
+ </div>
+ </div>
+ <!-- Valine 评论系统 -->
+ {{ if .Site.Params.valine.enable }}
+ {{ partial "comments.html" . }}
+ {{ end }}
+ </div>
+ </div>
+ <a id="back_to_top" href="#" class="back_to_top"><span>△</span></a>
+</div>
+{{ partial "footer.html" . }}
+{{ partial "js.html" . }}
+</body>
+</html>
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
new file mode 100644
index 0000000..03341e6
--- /dev/null
+++ b/layouts/_default/terms.html
@@ -0,0 +1,28 @@
+{{ partial "head.html" . }}
+<body>
+<div class="main animated">
+ {{ partial "header.html" . }}
+ <div class="content">
+ <div class="page_tags">
+ <ul>
+ {{ $data := .Data }}
+ {{ range $key, $value := .Data.Terms.ByCount }}
+ {{ if ($value.Name) }}
+ <li>
+ <a href="{{ $.Site.BaseURL }}{{ $data.Plural }}/{{ $value.Name | urlize }}">
+ {{ $value.Name | upper }} <span class="terms_count">{{ $value.Count }}</span>
+ </a>
+
+ </li>
+ {{ end }}
+ {{ end }}
+ </ul>
+ </div>
+ <div class="pagination"></div>
+ </div>
+ <a id="back_to_top" href="#" class="back_to_top"><span>△</span></a>
+</div>
+{{ partial "footer.html" . }}
+{{ partial "js.html" . }}
+</body>
+</html>
diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..fcf684c
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,12 @@
+{{ partial "head.html" . }}
+<body>
+<div class="main animated">
+ {{ partial "header.html" . }}
+ <div class="content">
+ {{ partial "post.html" .}}
+ </div>
+</div>
+{{ partial "footer.html" . }}
+{{ partial "js.html" . }}
+</body>
+</html>
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
new file mode 100644
index 0000000..86c3ad2
--- /dev/null
+++ b/layouts/partials/comments.html
@@ -0,0 +1,19 @@
+<!-- valine -->
+<div class="doc_comments">
+ <div class="comments_block_title">发表评论</div>
+ <div id="vcomments"></div>
+</div>
+
+<link rel="stylesheet" href="{{ .Site.BaseURL }}css/comments.css"/>
+<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
+<script src='//unpkg.com/valine/dist/Valine.min.js'></script>
+
+<script type="text/javascript">
+new Valine({
+ el: '#vcomments',
+ appId: '{{ .Site.Params.valine.appId }}',
+ appKey: '{{ .Site.Params.valine.appKey }}',
+ placeholder: '{{ .Site.Params.valine.placeholder }}',
+ visitor: '{{ .Site.Params.valine.visitor }}',
+})
+</script>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..8804da8
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,26 @@
+<footer class="footer">
+ <div class="nav_container">
+ <div class="nav">
+ <div class="site_nav_wrap">
+ <ul class="site_nav">
+ {{ range .Site.Menus.main }}
+ <li>
+ <a href="{{ .URL | safeURL }}">{{ .Name }}</a>
+ </li>
+ {{ end }}
+ </ul>
+ </div>
+ </div>
+ </div>
+
+ <div class="powered_by">
+ <a href="https://kaigc.com">Designed by Zeuk,</a>
+ <a href="http://www.gohugo.io/">Proudly published with Hugo</a>
+ </div>
+
+ <div class="footer_slogan">
+ <span>{{ .Site.Params.footerSlogan }}</span>
+ </div>
+</footer>
+
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 0000000..c0507d5
--- /dev/null
+++ b/layouts/partials/head.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html {{ with .Site.LanguageCode }}lang="{{ . }}" {{ end }}>
+<head>
+ <meta charset="utf-8"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+
+ <!-- author & description & keywords -->
+ <meta name="author"
+ content="{{ if .Params.author }}{{ .Params.author | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }}"/>
+
+ {{ if .Description }}
+ <meta name="description" content="{{ .Description | safeHTML }}"/>
+ {{ else if .IsPage }}
+ <meta name="description" content="{{ .Summary | plainify }}"/>
+ {{ else if .Site.Params.description }}
+ <meta name="description" content="{{ .Site.Params.description | safeHTML }}"/>
+ {{ end }}
+
+ {{ if .Keywords }}
+ {{ $length := len .Keywords | add -1 }}
+ <meta name="keywords" content="{{ range $index, $element := .Keywords }}{{ $element | safeHTML }}{{if ne $index $length }}, {{ end }}{{ end }}"/>
+ {{ else if .Site.Params.keywords }}
+ {{ $length := len .Site.Params.keywords | add -1 }}
+ <meta name="keywords" content="{{ range $index, $element := .Site.Params.keywords }}{{ $element | safeHTML }}{{if ne $index $length }}, {{ end }}{{ end }}"/>
+ {{ end }}
+
+ <!-- Permalink & RSSlink -->
+ <link rel="canonical" href="{{ .Permalink }}"/>
+
+ {{ range .AlternativeOutputFormats -}}
+ <link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
+ {{ end -}}
+
+ <title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} &middot; {{ .Site.Title }}{{ end }}</title>
+
+ <link rel="shortcut icon" href="{{ .Site.BaseURL }}images/favicon.ico"/>
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}css/animate.min.css"/>
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}css/remixicon.css"/>
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}css/zozo.css"/>
+ <link rel="stylesheet" href="{{ .Site.BaseURL }}css/highlight.css"/>
+
+ {{ range .Site.Params.customCSS }}
+ <link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}"/>
+ {{ end }}
+</head>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
new file mode 100644
index 0000000..748b27c
--- /dev/null
+++ b/layouts/partials/header.html
@@ -0,0 +1,23 @@
+<div class="header animated fadeInDown">
+ <div class="site_title_container">
+ <div class="site_title">
+ <h1>
+ <a href="{{ .Site.BaseURL }}">
+ <span>{{ .Site.Title }}</span>
+ <img src="{{ .Site.BaseURL }}images/logo.svg"/>
+ </a>
+ </h1>
+ </div>
+ <div class="description">
+ <p class="sub_title">{{ with .Site.Params.subTitle }}{{ . }}{{ else }}{{ end }}</p>
+ <div class="my_socials">
+ {{ range $key, $val := .Site.Social }}
+ {{ if ne $val ""}}
+ <a href="{{ $val }}" title="{{ $key }}" target="_blank"><i class="remixicon-{{ $key }}-fill"></i></a>
+ {{ end }}
+ {{ end }}
+ <a href="{{ .Site.RSSLink }}" type="application/rss+xml" title="rss" target="_blank"><i class="remixicon-rss-fill"></i></a>
+ </div>
+ </div>
+ </div>
+</div>
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
new file mode 100644
index 0000000..dfc3a15
--- /dev/null
+++ b/layouts/partials/js.html
@@ -0,0 +1,7 @@
+<script src="{{ .Site.BaseURL }}js/jquery-3.3.1.min.js"></script>
+<script src="{{ .Site.BaseURL }}js/zozo.js"></script>
+<script src="{{ .Site.BaseURL }}js/highlight.pack.js"></script>
+<link href="{{ .Site.BaseURL }}css/fancybox.min.css" rel="stylesheet">
+<script src="{{ .Site.BaseURL }}js/fancybox.min.js"></script>
+
+<script>hljs.initHighlightingOnLoad()</script>
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
new file mode 100644
index 0000000..b8f631f
--- /dev/null
+++ b/layouts/partials/post.html
@@ -0,0 +1,47 @@
+{{ $pages := where .Pages "Type" "not in" (slice "about") }}
+{{ $paginator := .Paginate (where $pages "Params.hidden" "ne" true) }}
+{{ range $paginator.Pages }}
+<div class="post animated fadeInDown">
+ <div class="post_title">
+ <h2><a href='{{ .Permalink }}'>{{ .Title }}</a></h2>
+ </div>
+ <div class="list">
+ <div class="post_content">
+ <p>{{ .Summary }}......</p>
+ </div>
+ </div>
+ <div class="post_footer">
+ <div class="meta">
+ <div class="info">
+ <span class="field">
+ <i class="remixicon-map-pin-time-line"></i>
+ <span class="date">{{ .Date.Format "2006.01.02" }}</span>
+ </span>
+ {{ with .Params.tags }}
+ <span class="field tags">
+ <i class="remixicon-stack-line"></i>
+ {{ range . }}
+ <a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}/">{{ . }}</a>
+ {{ end }}
+ </span>
+ {{ end }}
+ </div>
+ </div>
+ </div>
+</div>
+{{ end }}
+
+<div class="pagination">
+ {{ if or ($paginator.HasPrev) ($paginator.HasNext) }}
+ {{ if $paginator.HasPrev }}
+ <a href="{{$paginator.Prev.URL}}" class="pre">
+ {{ i18n "prev_page" }}
+ </a>
+ {{ end }}
+ {{ if $paginator.HasNext }}
+ <a href="{{$paginator.Next.URL}}" class="next">
+ {{ i18n "next_page" }}
+ </a>
+ {{ end }}
+ {{ end }}
+</div>
diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html
new file mode 100644
index 0000000..28c0918
--- /dev/null
+++ b/layouts/shortcodes/img.html
@@ -0,0 +1,7 @@
+{{ $path := .Get "src" }}
+{{ $caption := .Get "caption"}}
+<div class="fancybox">
+<a data-fancybox="gallery" href="{{ $path }}" data-caption="{{ $caption }}">
+ <img src="{{ $path }}"/>
+</a>
+</div>
diff --git a/static/css/animate.min.css b/static/css/animate.min.css
new file mode 100644
index 0000000..27e3223
--- /dev/null
+++ b/static/css/animate.min.css
@@ -0,0 +1,11 @@
+@charset "UTF-8";
+
+/*!
+ * animate.css -http://daneden.me/animate
+ * Version - 3.7.0
+ * Licensed under the MIT license - http://opensource.org/licenses/MIT
+ *
+ * Copyright (c) 2018 Daniel Eden
+ */
+
+@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
diff --git a/static/css/comments.css b/static/css/comments.css
new file mode 100644
index 0000000..0d06739
--- /dev/null
+++ b/static/css/comments.css
@@ -0,0 +1,36 @@
+.doc_comments {
+ font-size: 14px;
+ color: #383838;
+ margin-top: 30px;
+ padding: 35px 0 45px;
+}
+
+.doc_comments .comments_block_title {
+ color: #000000;
+}
+
+.v .vwrap {
+ border-radius: unset;
+ margin-top: 15px;
+}
+
+.v .veditor {
+ min-height: 4.75rem;
+}
+
+.v .vwrap .vheader .vinput {
+ border: none;
+}
+
+.v .vbtn {
+ color: #FFFFFF;
+ background-color: #000000;
+ border: none;
+}
+
+.v .vbtn:active,
+.v .vbtn:hover {
+ color: #FFFFFF;
+ border-color: #000000;
+ background-color: #303538;
+}
diff --git a/static/css/fancybox.min.css b/static/css/fancybox.min.css
new file mode 100644
index 0000000..7cc60b2
--- /dev/null
+++ b/static/css/fancybox.min.css
@@ -0,0 +1 @@
+body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}} \ No newline at end of file
diff --git a/static/css/highlight.css b/static/css/highlight.css
new file mode 100644
index 0000000..3958e28
--- /dev/null
+++ b/static/css/highlight.css
@@ -0,0 +1,92 @@
+code.hljs {
+ display: block;
+ white-space: pre;
+ word-wrap: normal;
+}
+
+.hljs {
+ display: block;
+ padding: 0.5em;
+ color: #333;
+ background: #f8f8f8;
+}
+
+.hljs-quote {
+ color: #998;
+ font-style: italic;
+}
+
+.hljs-keyword,
+.hljs-selector-tag,
+.hljs-subst {
+ color: #333;
+ font-weight: bold;
+}
+
+.hljs-number,
+.hljs-literal,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-tag .hljs-attr {
+ color: #008080;
+}
+
+.hljs-string,
+.hljs-doctag {
+ color: #d14;
+}
+
+.hljs-title,
+.hljs-section,
+.hljs-selector-id {
+ color: #900;
+ font-weight: bold;
+}
+
+.hljs-subst {
+ font-weight: normal;
+}
+
+.hljs-type,
+.hljs-class .hljs-title {
+ color: #458;
+ font-weight: bold;
+}
+
+.hljs-tag,
+.hljs-name,
+.hljs-attribute {
+ color: #000080;
+ font-weight: normal;
+}
+
+.hljs-regexp,
+.hljs-link {
+ color: #009926;
+}
+
+.hljs-symbol,
+.hljs-bullet {
+ color: #990073;
+}
+
+.hljs-built_in,
+.hljs-builtin-name {
+ color: #0086b3;
+}
+
+.hljs-deletion {
+ background: #fdd;
+}
+
+.hljs-addition {
+ background: #dfd;
+}
+
+.hljs-emphasis {
+ font-style: italic;
+}
+
+.hljs-strong {
+ font-weight: bold;
+}
diff --git a/static/css/remixicon.css b/static/css/remixicon.css
new file mode 100644
index 0000000..44617ec
--- /dev/null
+++ b/static/css/remixicon.css
@@ -0,0 +1,1420 @@
+@font-face {
+ font-family: "remixicon";
+ src: url('../fonts/remixicon.eot?t=1553697486737'); /* IE9*/
+ src: url('../fonts/remixicon.eot?t=1553697486737#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url("../fonts/remixicon.woff2?t=1553697486737") format("woff2"),
+ url("../fonts/remixicon.woff?t=1553697486737") format("woff"),
+ url('../fonts/remixicon.ttf?t=1553697486737') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+ url('../fonts/remixicon.svg?t=1553697486737#remixicon') format('svg'); /* iOS 4.1- */
+}
+
+[class^="remixicon-"], [class*=" remixicon-"] {
+ font-family: 'remixicon' !important;
+ font-size:14px;
+ font-style:normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+
+.remixicon-4k-fill:before { content: "\ef7a"; }
+.remixicon-4k-line:before { content: "\ef7b"; }
+.remixicon-account-box-fill:before { content: "\ef7c"; }
+.remixicon-account-box-line:before { content: "\ef7d"; }
+.remixicon-account-circle-fill:before { content: "\ef7e"; }
+.remixicon-account-circle-line:before { content: "\ef7f"; }
+.remixicon-account-pin-box-fill:before { content: "\ef80"; }
+.remixicon-account-pin-box-line:before { content: "\ef81"; }
+.remixicon-account-pin-circle-fill:before { content: "\ef82"; }
+.remixicon-account-pin-circle-line:before { content: "\ef83"; }
+.remixicon-add-box-fill:before { content: "\ef84"; }
+.remixicon-add-box-line:before { content: "\ef85"; }
+.remixicon-add-circle-fill:before { content: "\ef86"; }
+.remixicon-add-circle-line:before { content: "\ef87"; }
+.remixicon-add-fill:before { content: "\ef88"; }
+.remixicon-add-line:before { content: "\ef89"; }
+.remixicon-admin-fill:before { content: "\ef8a"; }
+.remixicon-admin-line:before { content: "\ef8b"; }
+.remixicon-airplay-fill:before { content: "\ef8c"; }
+.remixicon-airplay-line:before { content: "\ef8d"; }
+.remixicon-alarm-fill:before { content: "\ef8e"; }
+.remixicon-alarm-line:before { content: "\ef8f"; }
+.remixicon-alarm-warning-fill:before { content: "\ef90"; }
+.remixicon-alarm-warning-line:before { content: "\ef91"; }
+.remixicon-album-fill:before { content: "\ef92"; }
+.remixicon-album-line:before { content: "\ef93"; }
+.remixicon-align-bottom:before { content: "\ef94"; }
+.remixicon-align-center:before { content: "\ef95"; }
+.remixicon-align-justify:before { content: "\ef96"; }
+.remixicon-align-left:before { content: "\ef97"; }
+.remixicon-align-right:before { content: "\ef98"; }
+.remixicon-align-top:before { content: "\ef99"; }
+.remixicon-align-vertically:before { content: "\ef9a"; }
+.remixicon-alipay-fill:before { content: "\ef9b"; }
+.remixicon-alipay-line:before { content: "\ef9c"; }
+.remixicon-amazon-fill:before { content: "\ef9d"; }
+.remixicon-amazon-line:before { content: "\ef9e"; }
+.remixicon-anchor-fill:before { content: "\ef9f"; }
+.remixicon-anchor-line:before { content: "\efa0"; }
+.remixicon-android-fill:before { content: "\efa1"; }
+.remixicon-android-line:before { content: "\efa2"; }
+.remixicon-apple-fill:before { content: "\efa3"; }
+.remixicon-apple-line:before { content: "\efa4"; }
+.remixicon-apps-2-fill:before { content: "\efa5"; }
+.remixicon-apps-2-line:before { content: "\efa6"; }
+.remixicon-apps-fill:before { content: "\efa7"; }
+.remixicon-apps-line:before { content: "\efa8"; }
+.remixicon-archive-drawer-fill:before { content: "\efa9"; }
+.remixicon-archive-drawer-line:before { content: "\efaa"; }
+.remixicon-archive-fill:before { content: "\efab"; }
+.remixicon-archive-line:before { content: "\efac"; }
+.remixicon-arrow-down-circle-fill:before { content: "\efad"; }
+.remixicon-arrow-down-circle-line:before { content: "\efae"; }
+.remixicon-arrow-down-fill:before { content: "\efaf"; }
+.remixicon-arrow-down-line:before { content: "\efb0"; }
+.remixicon-arrow-down-s-fill:before { content: "\efb1"; }
+.remixicon-arrow-down-s-line:before { content: "\efb2"; }
+.remixicon-arrow-drop-down-fill:before { content: "\efb3"; }
+.remixicon-arrow-drop-down-line:before { content: "\efb4"; }
+.remixicon-arrow-drop-left-fill:before { content: "\efb5"; }
+.remixicon-arrow-drop-left-line:before { content: "\efb6"; }
+.remixicon-arrow-drop-right-fill:before { content: "\efb7"; }
+.remixicon-arrow-drop-right-line:before { content: "\efb8"; }
+.remixicon-arrow-drop-up-fill:before { content: "\efb9"; }
+.remixicon-arrow-drop-up-line:before { content: "\efba"; }
+.remixicon-arrow-go-back-fill:before { content: "\efbb"; }
+.remixicon-arrow-go-back-line:before { content: "\efbc"; }
+.remixicon-arrow-go-forward-fill:before { content: "\efbd"; }
+.remixicon-arrow-go-forward-line:before { content: "\efbe"; }
+.remixicon-arrow-left-circle-fill:before { content: "\efbf"; }
+.remixicon-arrow-left-circle-line:before { content: "\efc0"; }
+.remixicon-arrow-left-down-fill:before { content: "\efc1"; }
+.remixicon-arrow-left-down-line:before { content: "\efc2"; }
+.remixicon-arrow-left-fill:before { content: "\efc3"; }
+.remixicon-arrow-left-line:before { content: "\efc4"; }
+.remixicon-arrow-left-s-fill:before { content: "\efc5"; }
+.remixicon-arrow-left-s-line:before { content: "\efc6"; }
+.remixicon-arrow-left-up-fill:before { content: "\efc7"; }
+.remixicon-arrow-left-up-line:before { content: "\efc8"; }
+.remixicon-arrow-right-circle-fill:before { content: "\efc9"; }
+.remixicon-arrow-right-circle-line:before { content: "\efca"; }
+.remixicon-arrow-right-down-fill:before { content: "\efcb"; }
+.remixicon-arrow-right-down-line:before { content: "\efcc"; }
+.remixicon-arrow-right-fill:before { content: "\efcd"; }
+.remixicon-arrow-right-line:before { content: "\efce"; }
+.remixicon-arrow-right-s-fill:before { content: "\efcf"; }
+.remixicon-arrow-right-s-line:before { content: "\efd0"; }
+.remixicon-arrow-right-up-fill:before { content: "\efd1"; }
+.remixicon-arrow-right-up-line:before { content: "\efd2"; }
+.remixicon-arrow-up-circle-fill:before { content: "\efd3"; }
+.remixicon-arrow-up-circle-line:before { content: "\efd4"; }
+.remixicon-arrow-up-fill:before { content: "\efd5"; }
+.remixicon-arrow-up-line:before { content: "\efd6"; }
+.remixicon-arrow-up-s-fill:before { content: "\efd7"; }
+.remixicon-arrow-up-s-line:before { content: "\efd8"; }
+.remixicon-artboard-2-fill:before { content: "\efd9"; }
+.remixicon-artboard-2-line:before { content: "\efda"; }
+.remixicon-artboard-fill:before { content: "\efdb"; }
+.remixicon-artboard-line:before { content: "\efdc"; }
+.remixicon-article-fill:before { content: "\efdd"; }
+.remixicon-article-line:before { content: "\efde"; }
+.remixicon-at-fill:before { content: "\efdf"; }
+.remixicon-at-line:before { content: "\efe0"; }
+.remixicon-attachment-fill:before { content: "\efe1"; }
+.remixicon-attachment-line:before { content: "\efe2"; }
+.remixicon-award-fill:before { content: "\efe3"; }
+.remixicon-award-line:before { content: "\efe4"; }
+.remixicon-baidu-fill:before { content: "\efe5"; }
+.remixicon-baidu-line:before { content: "\efe6"; }
+.remixicon-ball-pen-fill:before { content: "\efe7"; }
+.remixicon-ball-pen-line:before { content: "\efe8"; }
+.remixicon-bank-card-2-fill:before { content: "\efe9"; }
+.remixicon-bank-card-2-line:before { content: "\efea"; }
+.remixicon-bank-card-fill:before { content: "\efeb"; }
+.remixicon-bank-card-line:before { content: "\efec"; }
+.remixicon-bank-fill:before { content: "\efed"; }
+.remixicon-bank-line:before { content: "\efee"; }
+.remixicon-bar-chart-2-fill:before { content: "\efef"; }
+.remixicon-bar-chart-2-line:before { content: "\eff0"; }
+.remixicon-bar-chart-box-fill:before { content: "\eff1"; }
+.remixicon-bar-chart-box-line:before { content: "\eff2"; }
+.remixicon-bar-chart-fill:before { content: "\eff3"; }
+.remixicon-bar-chart-line:before { content: "\eff4"; }
+.remixicon-barcode-box-fill:before { content: "\eff5"; }
+.remixicon-barcode-box-line:before { content: "\eff6"; }
+.remixicon-barcode-fill:before { content: "\eff7"; }
+.remixicon-barcode-line:before { content: "\eff8"; }
+.remixicon-barricade-fill:before { content: "\eff9"; }
+.remixicon-barricade-line:before { content: "\effa"; }
+.remixicon-base-station-fill:before { content: "\effb"; }
+.remixicon-base-station-line:before { content: "\effc"; }
+.remixicon-battery-2-charge-fill:before { content: "\effd"; }
+.remixicon-battery-2-charge-line:before { content: "\effe"; }
+.remixicon-battery-2-fill:before { content: "\efff"; }
+.remixicon-battery-2-line:before { content: "\f000"; }
+.remixicon-battery-charge-fill:before { content: "\f001"; }
+.remixicon-battery-charge-line:before { content: "\f002"; }
+.remixicon-battery-fill:before { content: "\f003"; }
+.remixicon-battery-line:before { content: "\f004"; }
+.remixicon-battery-low-fill:before { content: "\f005"; }
+.remixicon-battery-low-line:before { content: "\f006"; }
+.remixicon-behance-fill:before { content: "\f007"; }
+.remixicon-behance-line:before { content: "\f008"; }
+.remixicon-bike-fill:before { content: "\f009"; }
+.remixicon-bike-line:before { content: "\f00a"; }
+.remixicon-bill-fill:before { content: "\f00b"; }
+.remixicon-bill-line:before { content: "\f00c"; }
+.remixicon-bit-coin-fill:before { content: "\f00d"; }
+.remixicon-bit-coin-line:before { content: "\f00e"; }
+.remixicon-bluetooth-connect-fill:before { content: "\f00f"; }
+.remixicon-bluetooth-connect-line:before { content: "\f010"; }
+.remixicon-bluetooth-fill:before { content: "\f011"; }
+.remixicon-bluetooth-line:before { content: "\f012"; }
+.remixicon-blur-off-fill:before { content: "\f013"; }
+.remixicon-blur-off-line:before { content: "\f014"; }
+.remixicon-bold:before { content: "\f015"; }
+.remixicon-book-2-fill:before { content: "\f016"; }
+.remixicon-book-2-line:before { content: "\f017"; }
+.remixicon-book-3-fill:before { content: "\f018"; }
+.remixicon-book-3-line:before { content: "\f019"; }
+.remixicon-book-fill:before { content: "\f01a"; }
+.remixicon-book-line:before { content: "\f01b"; }
+.remixicon-book-mark-fill:before { content: "\f01c"; }
+.remixicon-book-mark-line:before { content: "\f01d"; }
+.remixicon-book-open-fill:before { content: "\f01e"; }
+.remixicon-book-open-line:before { content: "\f01f"; }
+.remixicon-book-read-fill:before { content: "\f020"; }
+.remixicon-book-read-line:before { content: "\f021"; }
+.remixicon-bookmark-2-fill:before { content: "\f022"; }
+.remixicon-bookmark-2-line:before { content: "\f023"; }
+.remixicon-bookmark-3-fill:before { content: "\f024"; }
+.remixicon-bookmark-3-line:before { content: "\f025"; }
+.remixicon-bookmark-fill:before { content: "\f026"; }
+.remixicon-bookmark-line:before { content: "\f027"; }
+.remixicon-briefcase-2-fill:before { content: "\f028"; }
+.remixicon-briefcase-2-line:before { content: "\f029"; }
+.remixicon-briefcase-3-fill:before { content: "\f02a"; }
+.remixicon-briefcase-3-line:before { content: "\f02b"; }
+.remixicon-briefcase-4-fill:before { content: "\f02c"; }
+.remixicon-briefcase-4-line:before { content: "\f02d"; }
+.remixicon-briefcase-5-fill:before { content: "\f02e"; }
+.remixicon-briefcase-5-line:before { content: "\f02f"; }
+.remixicon-briefcase-fill:before { content: "\f030"; }
+.remixicon-briefcase-line:before { content: "\f031"; }
+.remixicon-broadcast-fill:before { content: "\f032"; }
+.remixicon-broadcast-line:before { content: "\f033"; }
+.remixicon-brush-2-fill:before { content: "\f034"; }
+.remixicon-brush-2-line:before { content: "\f035"; }
+.remixicon-brush-3-fill:before { content: "\f036"; }
+.remixicon-brush-3-line:before { content: "\f037"; }
+.remixicon-brush-4-fill:before { content: "\f038"; }
+.remixicon-brush-4-line:before { content: "\f039"; }
+.remixicon-brush-fill:before { content: "\f03a"; }
+.remixicon-brush-line:before { content: "\f03b"; }
+.remixicon-bug-2-fill:before { content: "\f03c"; }
+.remixicon-bug-2-line:before { content: "\f03d"; }
+.remixicon-bug-fill:before { content: "\f03e"; }
+.remixicon-bug-line:before { content: "\f03f"; }
+.remixicon-building-2-fill:before { content: "\f040"; }
+.remixicon-building-2-line:before { content: "\f041"; }
+.remixicon-building-3-fill:before { content: "\f042"; }
+.remixicon-building-3-line:before { content: "\f043"; }
+.remixicon-building-4-fill:before { content: "\f044"; }
+.remixicon-building-4-line:before { content: "\f045"; }
+.remixicon-building-fill:before { content: "\f046"; }
+.remixicon-building-line:before { content: "\f047"; }
+.remixicon-bus-2-fill:before { content: "\f048"; }
+.remixicon-bus-2-line:before { content: "\f049"; }
+.remixicon-bus-fill:before { content: "\f04a"; }
+.remixicon-bus-line:before { content: "\f04b"; }
+.remixicon-calculator-fill:before { content: "\f04c"; }
+.remixicon-calculator-line:before { content: "\f04d"; }
+.remixicon-calendar-2-fill:before { content: "\f04e"; }
+.remixicon-calendar-2-line:before { content: "\f04f"; }
+.remixicon-calendar-event-fill:before { content: "\f050"; }
+.remixicon-calendar-event-line:before { content: "\f051"; }
+.remixicon-calendar-fill:before { content: "\f052"; }
+.remixicon-calendar-line:before { content: "\f053"; }
+.remixicon-calendar-todo-fill:before { content: "\f054"; }
+.remixicon-calendar-todo-line:before { content: "\f055"; }
+.remixicon-camera-2-fill:before { content: "\f056"; }
+.remixicon-camera-2-line:before { content: "\f057"; }
+.remixicon-camera-3-fill:before { content: "\f058"; }
+.remixicon-camera-3-line:before { content: "\f059"; }
+.remixicon-camera-fill:before { content: "\f05a"; }
+.remixicon-camera-lens-fill:before { content: "\f05b"; }
+.remixicon-camera-lens-line:before { content: "\f05c"; }
+.remixicon-camera-line:before { content: "\f05d"; }
+.remixicon-camera-off-fill:before { content: "\f05e"; }
+.remixicon-camera-off-line:before { content: "\f05f"; }
+.remixicon-camera-switch-fill:before { content: "\f060"; }
+.remixicon-camera-switch-line:before { content: "\f061"; }
+.remixicon-car-fill:before { content: "\f062"; }
+.remixicon-car-line:before { content: "\f063"; }
+.remixicon-car-washing-fill:before { content: "\f064"; }
+.remixicon-car-washing-line:before { content: "\f065"; }
+.remixicon-cast-fill:before { content: "\f066"; }
+.remixicon-cast-line:before { content: "\f067"; }
+.remixicon-cellphone-fill:before { content: "\f068"; }
+.remixicon-cellphone-line:before { content: "\f069"; }
+.remixicon-charging-pile-2-fill:before { content: "\f06a"; }
+.remixicon-charging-pile-2-line:before { content: "\f06b"; }
+.remixicon-charging-pile-fill:before { content: "\f06c"; }
+.remixicon-charging-pile-line:before { content: "\f06d"; }
+.remixicon-chat-1-fill:before { content: "\f06e"; }
+.remixicon-chat-1-line:before { content: "\f06f"; }
+.remixicon-chat-2-fill:before { content: "\f070"; }
+.remixicon-chat-2-line:before { content: "\f071"; }
+.remixicon-chat-3-fill:before { content: "\f072"; }
+.remixicon-chat-3-line:before { content: "\f073"; }
+.remixicon-chat-4-fill:before { content: "\f074"; }
+.remixicon-chat-4-line:before { content: "\f075"; }
+.remixicon-chat-check-fill:before { content: "\f076"; }
+.remixicon-chat-check-line:before { content: "\f077"; }
+.remixicon-chat-delete-fill:before { content: "\f078"; }
+.remixicon-chat-delete-line:before { content: "\f079"; }
+.remixicon-chat-download-fill:before { content: "\f07a"; }
+.remixicon-chat-download-line:before { content: "\f07b"; }
+.remixicon-chat-forward-fill:before { content: "\f07c"; }
+.remixicon-chat-forward-line:before { content: "\f07d"; }
+.remixicon-chat-new-fill:before { content: "\f07e"; }
+.remixicon-chat-new-line:before { content: "\f07f"; }
+.remixicon-chat-settings-fill:before { content: "\f080"; }
+.remixicon-chat-settings-line:before { content: "\f081"; }
+.remixicon-chat-smile-2-fill:before { content: "\f082"; }
+.remixicon-chat-smile-2-line:before { content: "\f083"; }
+.remixicon-chat-smile-3-fill:before { content: "\f084"; }
+.remixicon-chat-smile-3-line:before { content: "\f085"; }
+.remixicon-chat-smile-fill:before { content: "\f086"; }
+.remixicon-chat-smile-line:before { content: "\f087"; }
+.remixicon-chat-upload-fill:before { content: "\f088"; }
+.remixicon-chat-upload-line:before { content: "\f089"; }
+.remixicon-check-double-fill:before { content: "\f08a"; }
+.remixicon-check-double-line:before { content: "\f08b"; }
+.remixicon-check-fill:before { content: "\f08c"; }
+.remixicon-check-line:before { content: "\f08d"; }
+.remixicon-checkbox-blank-circle-fill:before { content: "\f08e"; }
+.remixicon-checkbox-blank-circle-line:before { content: "\f08f"; }
+.remixicon-checkbox-blank-fill:before { content: "\f090"; }
+.remixicon-checkbox-blank-line:before { content: "\f091"; }
+.remixicon-checkbox-circle-fill:before { content: "\f092"; }
+.remixicon-checkbox-circle-line:before { content: "\f093"; }
+.remixicon-checkbox-fill:before { content: "\f094"; }
+.remixicon-checkbox-indeterminate-fill:before { content: "\f095"; }
+.remixicon-checkbox-indeterminate-line:before { content: "\f096"; }
+.remixicon-checkbox-line:before { content: "\f097"; }
+.remixicon-china-railway-fill:before { content: "\f098"; }
+.remixicon-china-railway-line:before { content: "\f099"; }
+.remixicon-chrome-fill:before { content: "\f09a"; }
+.remixicon-chrome-line:before { content: "\f09b"; }
+.remixicon-clapperboard-fill:before { content: "\f09c"; }
+.remixicon-clapperboard-line:before { content: "\f09d"; }
+.remixicon-clipboard-fill:before { content: "\f09e"; }
+.remixicon-clipboard-line:before { content: "\f09f"; }
+.remixicon-close-circle-fill:before { content: "\f0a0"; }
+.remixicon-close-circle-line:before { content: "\f0a1"; }
+.remixicon-close-fill:before { content: "\f0a2"; }
+.remixicon-close-line:before { content: "\f0a3"; }
+.remixicon-cloud-fill:before { content: "\f0a4"; }
+.remixicon-cloud-line:before { content: "\f0a5"; }
+.remixicon-code-fill:before { content: "\f0a6"; }
+.remixicon-code-line:before { content: "\f0a7"; }
+.remixicon-code-view:before { content: "\f0a8"; }
+.remixicon-codepen-fill:before { content: "\f0a9"; }
+.remixicon-codepen-line:before { content: "\f0aa"; }
+.remixicon-community-fill:before { content: "\f0ab"; }
+.remixicon-community-line:before { content: "\f0ac"; }
+.remixicon-compass-2-fill:before { content: "\f0ad"; }
+.remixicon-compass-2-line:before { content: "\f0ae"; }
+.remixicon-compass-3-fill:before { content: "\f0af"; }
+.remixicon-compass-3-line:before { content: "\f0b0"; }
+.remixicon-compass-4-fill:before { content: "\f0b1"; }
+.remixicon-compass-4-line:before { content: "\f0b2"; }
+.remixicon-compass-discover-fill:before { content: "\f0b3"; }
+.remixicon-compass-discover-line:before { content: "\f0b4"; }
+.remixicon-compass-fill:before { content: "\f0b5"; }
+.remixicon-compass-line:before { content: "\f0b6"; }
+.remixicon-compasses-2-fill:before { content: "\f0b7"; }
+.remixicon-compasses-2-line:before { content: "\f0b8"; }
+.remixicon-compasses-fill:before { content: "\f0b9"; }
+.remixicon-compasses-line:before { content: "\f0ba"; }
+.remixicon-computer-fill:before { content: "\f0bb"; }
+.remixicon-computer-line:before { content: "\f0bc"; }
+.remixicon-contacts-book-2-fill:before { content: "\f0bd"; }
+.remixicon-contacts-book-2-line:before { content: "\f0be"; }
+.remixicon-contacts-book-fill:before { content: "\f0bf"; }
+.remixicon-contacts-book-line:before { content: "\f0c0"; }
+.remixicon-contacts-fill:before { content: "\f0c1"; }
+.remixicon-contacts-line:before { content: "\f0c2"; }
+.remixicon-contrast-2-fill:before { content: "\f0c3"; }
+.remixicon-contrast-2-line:before { content: "\f0c4"; }
+.remixicon-contrast-drop-2-fill:before { content: "\f0c5"; }
+.remixicon-contrast-drop-2-line:before { content: "\f0c6"; }
+.remixicon-contrast-drop-fill:before { content: "\f0c7"; }
+.remixicon-contrast-drop-line:before { content: "\f0c8"; }
+.remixicon-contrast-fill:before { content: "\f0c9"; }
+.remixicon-contrast-line:before { content: "\f0ca"; }
+.remixicon-copper-coin-fill:before { content: "\f0cb"; }
+.remixicon-copper-coin-line:before { content: "\f0cc"; }
+.remixicon-copper-diamond-fill:before { content: "\f0cd"; }
+.remixicon-copper-diamond-line:before { content: "\f0ce"; }
+.remixicon-coupon-2-fill:before { content: "\f0cf"; }
+.remixicon-coupon-2-line:before { content: "\f0d0"; }
+.remixicon-coupon-3-fill:before { content: "\f0d1"; }
+.remixicon-coupon-3-line:before { content: "\f0d2"; }
+.remixicon-coupon-4-fill:before { content: "\f0d3"; }
+.remixicon-coupon-4-line:before { content: "\f0d4"; }
+.remixicon-coupon-5-fill:before { content: "\f0d5"; }
+.remixicon-coupon-5-line:before { content: "\f0d6"; }
+.remixicon-coupon-fill:before { content: "\f0d7"; }
+.remixicon-coupon-line:before { content: "\f0d8"; }
+.remixicon-cpu-fill:before { content: "\f0d9"; }
+.remixicon-cpu-line:before { content: "\f0da"; }
+.remixicon-crop-2-fill:before { content: "\f0db"; }
+.remixicon-crop-2-line:before { content: "\f0dc"; }
+.remixicon-crop-fill:before { content: "\f0dd"; }
+.remixicon-crop-line:before { content: "\f0de"; }
+.remixicon-cup-fill:before { content: "\f0df"; }
+.remixicon-cup-line:before { content: "\f0e0"; }
+.remixicon-currency-fill:before { content: "\f0e1"; }
+.remixicon-currency-line:before { content: "\f0e2"; }
+.remixicon-customer-service-2-fill:before { content: "\f0e3"; }
+.remixicon-customer-service-2-line:before { content: "\f0e4"; }
+.remixicon-customer-service-fill:before { content: "\f0e5"; }
+.remixicon-customer-service-line:before { content: "\f0e6"; }
+.remixicon-dashboard-fill:before { content: "\f0e7"; }
+.remixicon-dashboard-line:before { content: "\f0e8"; }
+.remixicon-database-fill:before { content: "\f0e9"; }
+.remixicon-database-line:before { content: "\f0ea"; }
+.remixicon-delete-back-2-fill:before { content: "\f0eb"; }
+.remixicon-delete-back-2-line:before { content: "\f0ec"; }
+.remixicon-delete-back-fill:before { content: "\f0ed"; }
+.remixicon-delete-back-line:before { content: "\f0ee"; }
+.remixicon-delete-bin-2-fill:before { content: "\f0ef"; }
+.remixicon-delete-bin-2-line:before { content: "\f0f0"; }
+.remixicon-delete-bin-3-fill:before { content: "\f0f1"; }
+.remixicon-delete-bin-3-line:before { content: "\f0f2"; }
+.remixicon-delete-bin-4-fill:before { content: "\f0f3"; }
+.remixicon-delete-bin-4-line:before { content: "\f0f4"; }
+.remixicon-delete-bin-5-fill:before { content: "\f0f5"; }
+.remixicon-delete-bin-5-line:before { content: "\f0f6"; }
+.remixicon-delete-bin-6-fill:before { content: "\f0f7"; }
+.remixicon-delete-bin-6-line:before { content: "\f0f8"; }
+.remixicon-delete-bin-7-fill:before { content: "\f0f9"; }
+.remixicon-delete-bin-7-line:before { content: "\f0fa"; }
+.remixicon-delete-bin-fill:before { content: "\f0fb"; }
+.remixicon-delete-bin-line:before { content: "\f0fc"; }
+.remixicon-device-fill:before { content: "\f0fd"; }
+.remixicon-device-line:before { content: "\f0fe"; }
+.remixicon-dingding-fill:before { content: "\f0ff"; }
+.remixicon-dingding-line:before { content: "\f100"; }
+.remixicon-direction-fill:before { content: "\f101"; }
+.remixicon-direction-line:before { content: "\f102"; }
+.remixicon-disc-fill:before { content: "\f103"; }
+.remixicon-disc-line:before { content: "\f104"; }
+.remixicon-discuss-fill:before { content: "\f105"; }
+.remixicon-discuss-line:before { content: "\f106"; }
+.remixicon-divide-fill:before { content: "\f107"; }
+.remixicon-divide-line:before { content: "\f108"; }
+.remixicon-download-2-fill:before { content: "\f109"; }
+.remixicon-download-2-line:before { content: "\f10a"; }
+.remixicon-download-cloud-fill:before { content: "\f10b"; }
+.remixicon-download-cloud-line:before { content: "\f10c"; }
+.remixicon-download-fill:before { content: "\f10d"; }
+.remixicon-download-line:before { content: "\f10e"; }
+.remixicon-drag-move-2-fill:before { content: "\f10f"; }
+.remixicon-drag-move-2-line:before { content: "\f110"; }
+.remixicon-drag-move-fill:before { content: "\f111"; }
+.remixicon-drag-move-line:before { content: "\f112"; }
+.remixicon-dribbble-fill:before { content: "\f113"; }
+.remixicon-dribbble-line:before { content: "\f114"; }
+.remixicon-drive-fill:before { content: "\f115"; }
+.remixicon-drive-line:before { content: "\f116"; }
+.remixicon-drop-fill:before { content: "\f117"; }
+.remixicon-drop-line:before { content: "\f118"; }
+.remixicon-dropbox-fill:before { content: "\f119"; }
+.remixicon-dropbox-line:before { content: "\f11a"; }
+.remixicon-dvd-fill:before { content: "\f11b"; }
+.remixicon-dvd-line:before { content: "\f11c"; }
+.remixicon-e-bike-2-fill:before { content: "\f11d"; }
+.remixicon-e-bike-2-line:before { content: "\f11e"; }
+.remixicon-e-bike-fill:before { content: "\f11f"; }
+.remixicon-e-bike-line:before { content: "\f120"; }
+.remixicon-earth-fill:before { content: "\f121"; }
+.remixicon-earth-line:before { content: "\f122"; }
+.remixicon-edge-fill:before { content: "\f123"; }
+.remixicon-edge-line:before { content: "\f124"; }
+.remixicon-edit-2-fill:before { content: "\f125"; }
+.remixicon-edit-2-line:before { content: "\f126"; }
+.remixicon-edit-box-fill:before { content: "\f127"; }
+.remixicon-edit-box-line:before { content: "\f128"; }
+.remixicon-edit-circle-fill:before { content: "\f129"; }
+.remixicon-edit-circle-line:before { content: "\f12a"; }
+.remixicon-edit-fill:before { content: "\f12b"; }
+.remixicon-edit-line:before { content: "\f12c"; }
+.remixicon-eject-fill:before { content: "\f12d"; }
+.remixicon-eject-line:before { content: "\f12e"; }
+.remixicon-emotion-2-fill:before { content: "\f12f"; }
+.remixicon-emotion-2-line:before { content: "\f130"; }
+.remixicon-emotion-fill:before { content: "\f131"; }
+.remixicon-emotion-happy-fill:before { content: "\f132"; }
+.remixicon-emotion-happy-line:before { content: "\f133"; }
+.remixicon-emotion-line:before { content: "\f134"; }
+.remixicon-emotion-normal-fill:before { content: "\f135"; }
+.remixicon-emotion-normal-line:before { content: "\f136"; }
+.remixicon-emotion-unhappy-fill:before { content: "\f137"; }
+.remixicon-emotion-unhappy-line:before { content: "\f138"; }
+.remixicon-equalizer-fill:before { content: "\f139"; }
+.remixicon-equalizer-line:before { content: "\f13a"; }
+.remixicon-eraser-fill:before { content: "\f13b"; }
+.remixicon-eraser-line:before { content: "\f13c"; }
+.remixicon-error-warning-fill:before { content: "\f13d"; }
+.remixicon-error-warning-line:before { content: "\f13e"; }
+.remixicon-evernote-fill:before { content: "\f13f"; }
+.remixicon-evernote-line:before { content: "\f140"; }
+.remixicon-exchange-box-fill:before { content: "\f141"; }
+.remixicon-exchange-box-line:before { content: "\f142"; }
+.remixicon-exchange-cny-fill:before { content: "\f143"; }
+.remixicon-exchange-cny-line:before { content: "\f144"; }
+.remixicon-exchange-dollar-fill:before { content: "\f145"; }
+.remixicon-exchange-dollar-line:before { content: "\f146"; }
+.remixicon-exchange-fill:before { content: "\f147"; }
+.remixicon-exchange-funds-fill:before { content: "\f148"; }
+.remixicon-exchange-funds-line:before { content: "\f149"; }
+.remixicon-exchange-line:before { content: "\f14a"; }
+.remixicon-eye-close-fill:before { content: "\f14b"; }
+.remixicon-eye-close-line:before { content: "\f14c"; }
+.remixicon-eye-fill:before { content: "\f14d"; }
+.remixicon-eye-line:before { content: "\f14e"; }
+.remixicon-eye-off-fill:before { content: "\f14f"; }
+.remixicon-eye-off-line:before { content: "\f150"; }
+.remixicon-facebook-box-fill:before { content: "\f151"; }
+.remixicon-facebook-box-line:before { content: "\f152"; }
+.remixicon-facebook-fill:before { content: "\f153"; }
+.remixicon-facebook-line:before { content: "\f154"; }
+.remixicon-feedback-fill:before { content: "\f155"; }
+.remixicon-feedback-line:before { content: "\f156"; }
+.remixicon-file-2-fill:before { content: "\f157"; }
+.remixicon-file-2-line:before { content: "\f158"; }
+.remixicon-file-3-fill:before { content: "\f159"; }
+.remixicon-file-3-line:before { content: "\f15a"; }
+.remixicon-file-4-fill:before { content: "\f15b"; }
+.remixicon-file-4-line:before { content: "\f15c"; }
+.remixicon-file-add-fill:before { content: "\f15d"; }
+.remixicon-file-add-line:before { content: "\f15e"; }
+.remixicon-file-chart-2-fill:before { content: "\f15f"; }
+.remixicon-file-chart-2-line:before { content: "\f160"; }
+.remixicon-file-chart-fill:before { content: "\f161"; }
+.remixicon-file-chart-line:before { content: "\f162"; }
+.remixicon-file-code-fill:before { content: "\f163"; }
+.remixicon-file-code-line:before { content: "\f164"; }
+.remixicon-file-copy-2-fill:before { content: "\f165"; }
+.remixicon-file-copy-2-line:before { content: "\f166"; }
+.remixicon-file-copy-fill:before { content: "\f167"; }
+.remixicon-file-copy-line:before { content: "\f168"; }
+.remixicon-file-damage-fill:before { content: "\f169"; }
+.remixicon-file-damage-line:before { content: "\f16a"; }
+.remixicon-file-download-fill:before { content: "\f16b"; }
+.remixicon-file-download-line:before { content: "\f16c"; }
+.remixicon-file-edit-fill:before { content: "\f16d"; }
+.remixicon-file-edit-line:before { content: "\f16e"; }
+.remixicon-file-excel-2-fill:before { content: "\f16f"; }
+.remixicon-file-excel-2-line:before { content: "\f170"; }
+.remixicon-file-excel-fill:before { content: "\f171"; }
+.remixicon-file-excel-line:before { content: "\f172"; }
+.remixicon-file-fill:before { content: "\f173"; }
+.remixicon-file-forbid-fill:before { content: "\f174"; }
+.remixicon-file-forbid-line:before { content: "\f175"; }
+.remixicon-file-info-fill:before { content: "\f176"; }
+.remixicon-file-info-line:before { content: "\f177"; }
+.remixicon-file-line:before { content: "\f178"; }
+.remixicon-file-list-2-fill:before { content: "\f179"; }
+.remixicon-file-list-2-line:before { content: "\f17a"; }
+.remixicon-file-list-3-fill:before { content: "\f17b"; }
+.remixicon-file-list-3-line:before { content: "\f17c"; }
+.remixicon-file-list-fill:before { content: "\f17d"; }
+.remixicon-file-list-line:before { content: "\f17e"; }
+.remixicon-file-lock-fill:before { content: "\f17f"; }
+.remixicon-file-lock-line:before { content: "\f180"; }
+.remixicon-file-mark-fill:before { content: "\f181"; }
+.remixicon-file-mark-line:before { content: "\f182"; }
+.remixicon-file-music-fill:before { content: "\f183"; }
+.remixicon-file-music-line:before { content: "\f184"; }
+.remixicon-file-paper-fill:before { content: "\f185"; }
+.remixicon-file-paper-line:before { content: "\f186"; }
+.remixicon-file-pdf-fill:before { content: "\f187"; }
+.remixicon-file-pdf-line:before { content: "\f188"; }
+.remixicon-file-ppt-2-fill:before { content: "\f189"; }
+.remixicon-file-ppt-2-line:before { content: "\f18a"; }
+.remixicon-file-ppt-fill:before { content: "\f18b"; }
+.remixicon-file-ppt-line:before { content: "\f18c"; }
+.remixicon-file-reduce-fill:before { content: "\f18d"; }
+.remixicon-file-reduce-line:before { content: "\f18e"; }
+.remixicon-file-search-fill:before { content: "\f18f"; }
+.remixicon-file-search-line:before { content: "\f190"; }
+.remixicon-file-settings-fill:before { content: "\f191"; }
+.remixicon-file-settings-line:before { content: "\f192"; }
+.remixicon-file-shred-fill:before { content: "\f193"; }
+.remixicon-file-shred-line:before { content: "\f194"; }
+.remixicon-file-text-fill:before { content: "\f195"; }
+.remixicon-file-text-line:before { content: "\f196"; }
+.remixicon-file-transfer-fill:before { content: "\f197"; }
+.remixicon-file-transfer-line:before { content: "\f198"; }
+.remixicon-file-unknow-fill:before { content: "\f199"; }
+.remixicon-file-unknow-line:before { content: "\f19a"; }
+.remixicon-file-upload-fill:before { content: "\f19b"; }
+.remixicon-file-upload-line:before { content: "\f19c"; }
+.remixicon-file-user-fill:before { content: "\f19d"; }
+.remixicon-file-user-line:before { content: "\f19e"; }
+.remixicon-file-warning-fill:before { content: "\f19f"; }
+.remixicon-file-warning-line:before { content: "\f1a0"; }
+.remixicon-file-word-2-fill:before { content: "\f1a1"; }
+.remixicon-file-word-2-line:before { content: "\f1a2"; }
+.remixicon-file-word-fill:before { content: "\f1a3"; }
+.remixicon-file-word-line:before { content: "\f1a4"; }
+.remixicon-file-zip-fill:before { content: "\f1a5"; }
+.remixicon-file-zip-line:before { content: "\f1a6"; }
+.remixicon-film-fill:before { content: "\f1a7"; }
+.remixicon-film-line:before { content: "\f1a8"; }
+.remixicon-find-replace-fill:before { content: "\f1a9"; }
+.remixicon-find-replace-line:before { content: "\f1aa"; }
+.remixicon-firefox-fill:before { content: "\f1ab"; }
+.remixicon-firefox-line:before { content: "\f1ac"; }
+.remixicon-flag-2-fill:before { content: "\f1ad"; }
+.remixicon-flag-2-line:before { content: "\f1ae"; }
+.remixicon-flag-fill:before { content: "\f1af"; }
+.remixicon-flag-line:before { content: "\f1b0"; }
+.remixicon-flight-land-fill:before { content: "\f1b1"; }
+.remixicon-flight-land-line:before { content: "\f1b2"; }
+.remixicon-flight-takeoff-fill:before { content: "\f1b3"; }
+.remixicon-flight-takeoff-line:before { content: "\f1b4"; }
+.remixicon-focus-2-fill:before { content: "\f1b5"; }
+.remixicon-focus-2-line:before { content: "\f1b6"; }
+.remixicon-focus-fill:before { content: "\f1b7"; }
+.remixicon-focus-line:before { content: "\f1b8"; }
+.remixicon-folder-2-fill:before { content: "\f1b9"; }
+.remixicon-folder-2-line:before { content: "\f1ba"; }
+.remixicon-folder-3-fill:before { content: "\f1bb"; }
+.remixicon-folder-3-line:before { content: "\f1bc"; }
+.remixicon-folder-4-fill:before { content: "\f1bd"; }
+.remixicon-folder-4-line:before { content: "\f1be"; }
+.remixicon-folder-5-fill:before { content: "\f1bf"; }
+.remixicon-folder-5-line:before { content: "\f1c0"; }
+.remixicon-folder-add-fill:before { content: "\f1c1"; }
+.remixicon-folder-add-line:before { content: "\f1c2"; }
+.remixicon-folder-chart-2-fill:before { content: "\f1c3"; }
+.remixicon-folder-chart-2-line:before { content: "\f1c4"; }
+.remixicon-folder-chart-fill:before { content: "\f1c5"; }
+.remixicon-folder-chart-line:before { content: "\f1c6"; }
+.remixicon-folder-download-fill:before { content: "\f1c7"; }
+.remixicon-folder-download-line:before { content: "\f1c8"; }
+.remixicon-folder-fill:before { content: "\f1c9"; }
+.remixicon-folder-forbid-fill:before { content: "\f1ca"; }
+.remixicon-folder-forbid-line:before { content: "\f1cb"; }
+.remixicon-folder-info-fill:before { content: "\f1cc"; }
+.remixicon-folder-info-line:before { content: "\f1cd"; }
+.remixicon-folder-line:before { content: "\f1ce"; }
+.remixicon-folder-lock-fill:before { content: "\f1cf"; }
+.remixicon-folder-lock-line:before { content: "\f1d0"; }
+.remixicon-folder-music-fill:before { content: "\f1d1"; }
+.remixicon-folder-music-line:before { content: "\f1d2"; }
+.remixicon-folder-reduce-fill:before { content: "\f1d3"; }
+.remixicon-folder-reduce-line:before { content: "\f1d4"; }
+.remixicon-folder-settings-fill:before { content: "\f1d5"; }
+.remixicon-folder-settings-line:before { content: "\f1d6"; }
+.remixicon-folder-transfer-fill:before { content: "\f1d7"; }
+.remixicon-folder-transfer-line:before { content: "\f1d8"; }
+.remixicon-folder-unknow-fill:before { content: "\f1d9"; }
+.remixicon-folder-unknow-line:before { content: "\f1da"; }
+.remixicon-folder-upload-fill:before { content: "\f1db"; }
+.remixicon-folder-upload-line:before { content: "\f1dc"; }
+.remixicon-folder-user-fill:before { content: "\f1dd"; }
+.remixicon-folder-user-line:before { content: "\f1de"; }
+.remixicon-folder-warning-fill:before { content: "\f1df"; }
+.remixicon-folder-warning-line:before { content: "\f1e0"; }
+.remixicon-font-color:before { content: "\f1e1"; }
+.remixicon-font-size-2:before { content: "\f1e2"; }
+.remixicon-font-size:before { content: "\f1e3"; }
+.remixicon-footprint-fill:before { content: "\f1e4"; }
+.remixicon-footprint-line:before { content: "\f1e5"; }
+.remixicon-forbid-2-fill:before { content: "\f1e6"; }
+.remixicon-forbid-2-line:before { content: "\f1e7"; }
+.remixicon-forbid-fill:before { content: "\f1e8"; }
+.remixicon-forbid-line:before { content: "\f1e9"; }
+.remixicon-fullscreen-exit-fill:before { content: "\f1ea"; }
+.remixicon-fullscreen-exit-line:before { content: "\f1eb"; }
+.remixicon-fullscreen-fill:before { content: "\f1ec"; }
+.remixicon-fullscreen-line:before { content: "\f1ed"; }
+.remixicon-function-fill:before { content: "\f1ee"; }
+.remixicon-function-line:before { content: "\f1ef"; }
+.remixicon-funds-box-fill:before { content: "\f1f0"; }
+.remixicon-funds-box-line:before { content: "\f1f1"; }
+.remixicon-funds-fill:before { content: "\f1f2"; }
+.remixicon-funds-line:before { content: "\f1f3"; }
+.remixicon-gallery-fill:before { content: "\f1f4"; }
+.remixicon-gallery-line:before { content: "\f1f5"; }
+.remixicon-gas-station-fill:before { content: "\f1f6"; }
+.remixicon-gas-station-line:before { content: "\f1f7"; }
+.remixicon-github-fill:before { content: "\f1f8"; }
+.remixicon-github-line:before { content: "\f1f9"; }
+.remixicon-gitlab-fill:before { content: "\f1fa"; }
+.remixicon-gitlab-line:before { content: "\f1fb"; }
+.remixicon-global-fill:before { content: "\f1fc"; }
+.remixicon-global-line:before { content: "\f1fd"; }
+.remixicon-globe-fill:before { content: "\f1fe"; }
+.remixicon-globe-line:before { content: "\f1ff"; }
+.remixicon-goblet-fill:before { content: "\f200"; }
+.remixicon-goblet-line:before { content: "\f201"; }
+.remixicon-google-fill:before { content: "\f202"; }
+.remixicon-google-line:before { content: "\f203"; }
+.remixicon-government-fill:before { content: "\f204"; }
+.remixicon-government-line:before { content: "\f205"; }
+.remixicon-gps-fill:before { content: "\f206"; }
+.remixicon-gps-line:before { content: "\f207"; }
+.remixicon-gradienter-fill:before { content: "\f208"; }
+.remixicon-gradienter-line:before { content: "\f209"; }
+.remixicon-grid-fill:before { content: "\f20a"; }
+.remixicon-grid-line:before { content: "\f20b"; }
+.remixicon-group-2-fill:before { content: "\f20c"; }
+.remixicon-group-2-line:before { content: "\f20d"; }
+.remixicon-group-fill:before { content: "\f20e"; }
+.remixicon-group-line:before { content: "\f20f"; }
+.remixicon-guide-fill:before { content: "\f210"; }
+.remixicon-guide-line:before { content: "\f211"; }
+.remixicon-hard-drive-2-fill:before { content: "\f212"; }
+.remixicon-hard-drive-2-line:before { content: "\f213"; }
+.remixicon-hard-drive-fill:before { content: "\f214"; }
+.remixicon-hard-drive-line:before { content: "\f215"; }
+.remixicon-hd-fill:before { content: "\f216"; }
+.remixicon-hd-line:before { content: "\f217"; }
+.remixicon-headphone-fill:before { content: "\f218"; }
+.remixicon-headphone-line:before { content: "\f219"; }
+.remixicon-heart-2-fill:before { content: "\f21a"; }
+.remixicon-heart-2-line:before { content: "\f21b"; }
+.remixicon-heart-fill:before { content: "\f21c"; }
+.remixicon-heart-line:before { content: "\f21d"; }
+.remixicon-home-2-fill:before { content: "\f21e"; }
+.remixicon-home-2-line:before { content: "\f21f"; }
+.remixicon-home-3-fill:before { content: "\f220"; }
+.remixicon-home-3-line:before { content: "\f221"; }
+.remixicon-home-4-fill:before { content: "\f222"; }
+.remixicon-home-4-line:before { content: "\f223"; }
+.remixicon-home-5-fill:before { content: "\f224"; }
+.remixicon-home-5-line:before { content: "\f225"; }
+.remixicon-home-6-fill:before { content: "\f226"; }
+.remixicon-home-6-line:before { content: "\f227"; }
+.remixicon-home-7-fill:before { content: "\f228"; }
+.remixicon-home-7-line:before { content: "\f229"; }
+.remixicon-home-8-fill:before { content: "\f22a"; }
+.remixicon-home-8-line:before { content: "\f22b"; }
+.remixicon-home-fill:before { content: "\f22c"; }
+.remixicon-home-gear-fill:before { content: "\f22d"; }
+.remixicon-home-gear-line:before { content: "\f22e"; }
+.remixicon-home-line:before { content: "\f22f"; }
+.remixicon-home-smile-2-fill:before { content: "\f230"; }
+.remixicon-home-smile-2-line:before { content: "\f231"; }
+.remixicon-home-smile-fill:before { content: "\f232"; }
+.remixicon-home-smile-line:before { content: "\f233"; }
+.remixicon-home-wifi-fill:before { content: "\f234"; }
+.remixicon-home-wifi-line:before { content: "\f235"; }
+.remixicon-honour-fill:before { content: "\f236"; }
+.remixicon-honour-line:before { content: "\f237"; }
+.remixicon-hotel-bed-fill:before { content: "\f238"; }
+.remixicon-hotel-bed-line:before { content: "\f239"; }
+.remixicon-hotel-fill:before { content: "\f23a"; }
+.remixicon-hotel-line:before { content: "\f23b"; }
+.remixicon-hq-fill:before { content: "\f23c"; }
+.remixicon-hq-line:before { content: "\f23d"; }
+.remixicon-ie-fill:before { content: "\f23e"; }
+.remixicon-ie-line:before { content: "\f23f"; }
+.remixicon-image-2-fill:before { content: "\f240"; }
+.remixicon-image-2-line:before { content: "\f241"; }
+.remixicon-image-fill:before { content: "\f242"; }
+.remixicon-image-line:before { content: "\f243"; }
+.remixicon-inbox-archive-fill:before { content: "\f244"; }
+.remixicon-inbox-archive-line:before { content: "\f245"; }
+.remixicon-inbox-fill:before { content: "\f246"; }
+.remixicon-inbox-line:before { content: "\f247"; }
+.remixicon-increase-decrease-fill:before { content: "\f248"; }
+.remixicon-increase-decrease-line:before { content: "\f249"; }
+.remixicon-indent-decrease:before { content: "\f24a"; }
+.remixicon-indent-increase:before { content: "\f24b"; }
+.remixicon-indeterminate-circle-fill:before { content: "\f24c"; }
+.remixicon-indeterminate-circle-line:before { content: "\f24d"; }
+.remixicon-information-fill:before { content: "\f24e"; }
+.remixicon-information-line:before { content: "\f24f"; }
+.remixicon-input-method-fill:before { content: "\f250"; }
+.remixicon-input-method-line:before { content: "\f251"; }
+.remixicon-instagram-fill:before { content: "\f252"; }
+.remixicon-instagram-line:before { content: "\f253"; }
+.remixicon-invision-fill:before { content: "\f254"; }
+.remixicon-invision-line:before { content: "\f255"; }
+.remixicon-italic:before { content: "\f256"; }
+.remixicon-keyboard-box-fill:before { content: "\f257"; }
+.remixicon-keyboard-box-line:before { content: "\f258"; }
+.remixicon-keyboard-fill:before { content: "\f259"; }
+.remixicon-keyboard-line:before { content: "\f25a"; }
+.remixicon-keynote-fill:before { content: "\f25b"; }
+.remixicon-keynote-line:before { content: "\f25c"; }
+.remixicon-landscape-fill:before { content: "\f25d"; }
+.remixicon-landscape-line:before { content: "\f25e"; }
+.remixicon-layout-fill:before { content: "\f25f"; }
+.remixicon-layout-line:before { content: "\f260"; }
+.remixicon-line-fill:before { content: "\f261"; }
+.remixicon-line-height:before { content: "\f262"; }
+.remixicon-line-line:before { content: "\f263"; }
+.remixicon-link-unlink:before { content: "\f264"; }
+.remixicon-link:before { content: "\f265"; }
+.remixicon-linkedin-box-fill:before { content: "\f266"; }
+.remixicon-linkedin-box-line:before { content: "\f267"; }
+.remixicon-linkedin-fill:before { content: "\f268"; }
+.remixicon-linkedin-line:before { content: "\f269"; }
+.remixicon-links-fill:before { content: "\f26a"; }
+.remixicon-links-line:before { content: "\f26b"; }
+.remixicon-list-check:before { content: "\f26c"; }
+.remixicon-list-ordered:before { content: "\f26d"; }
+.remixicon-list-settings-fill:before { content: "\f26e"; }
+.remixicon-list-settings-line:before { content: "\f26f"; }
+.remixicon-list-unordered:before { content: "\f270"; }
+.remixicon-lock-2-fill:before { content: "\f271"; }
+.remixicon-lock-2-line:before { content: "\f272"; }
+.remixicon-lock-fill:before { content: "\f273"; }
+.remixicon-lock-line:before { content: "\f274"; }
+.remixicon-lock-password-fill:before { content: "\f275"; }
+.remixicon-lock-password-line:before { content: "\f276"; }
+.remixicon-lock-unlock-fill:before { content: "\f277"; }
+.remixicon-lock-unlock-line:before { content: "\f278"; }
+.remixicon-login-box-fill:before { content: "\f279"; }
+.remixicon-login-box-line:before { content: "\f27a"; }
+.remixicon-login-circle-fill:before { content: "\f27b"; }
+.remixicon-login-circle-line:before { content: "\f27c"; }
+.remixicon-logout-box-fill:before { content: "\f27d"; }
+.remixicon-logout-box-line:before { content: "\f27e"; }
+.remixicon-logout-circle-fill:before { content: "\f27f"; }
+.remixicon-logout-circle-line:before { content: "\f280"; }
+.remixicon-mac-fill:before { content: "\f281"; }
+.remixicon-mac-line:before { content: "\f282"; }
+.remixicon-macbook-fill:before { content: "\f283"; }
+.remixicon-macbook-line:before { content: "\f284"; }
+.remixicon-magic-fill:before { content: "\f285"; }
+.remixicon-magic-line:before { content: "\f286"; }
+.remixicon-mail-fill:before { content: "\f287"; }
+.remixicon-mail-line:before { content: "\f288"; }
+.remixicon-mail-open-fill:before { content: "\f289"; }
+.remixicon-mail-open-line:before { content: "\f28a"; }
+.remixicon-mail-send-fill:before { content: "\f28b"; }
+.remixicon-mail-send-line:before { content: "\f28c"; }
+.remixicon-mail-unread-fill:before { content: "\f28d"; }
+.remixicon-mail-unread-line:before { content: "\f28e"; }
+.remixicon-map-2-fill:before { content: "\f28f"; }
+.remixicon-map-2-line:before { content: "\f290"; }
+.remixicon-map-fill:before { content: "\f291"; }
+.remixicon-map-line:before { content: "\f292"; }
+.remixicon-map-pin-2-fill:before { content: "\f293"; }
+.remixicon-map-pin-2-line:before { content: "\f294"; }
+.remixicon-map-pin-3-fill:before { content: "\f295"; }
+.remixicon-map-pin-3-line:before { content: "\f296"; }
+.remixicon-map-pin-4-fill:before { content: "\f297"; }
+.remixicon-map-pin-4-line:before { content: "\f298"; }
+.remixicon-map-pin-5-fill:before { content: "\f299"; }
+.remixicon-map-pin-5-line:before { content: "\f29a"; }
+.remixicon-map-pin-add-fill:before { content: "\f29b"; }
+.remixicon-map-pin-add-line:before { content: "\f29c"; }
+.remixicon-map-pin-fill:before { content: "\f29d"; }
+.remixicon-map-pin-line:before { content: "\f29e"; }
+.remixicon-map-pin-range-fill:before { content: "\f29f"; }
+.remixicon-map-pin-range-line:before { content: "\f2a0"; }
+.remixicon-map-pin-time-fill:before { content: "\f2a1"; }
+.remixicon-map-pin-time-line:before { content: "\f2a2"; }
+.remixicon-map-pin-user-fill:before { content: "\f2a3"; }
+.remixicon-map-pin-user-line:before { content: "\f2a4"; }
+.remixicon-mark-pen-fill:before { content: "\f2a5"; }
+.remixicon-mark-pen-line:before { content: "\f2a6"; }
+.remixicon-markdown-fill:before { content: "\f2a7"; }
+.remixicon-markdown-line:before { content: "\f2a8"; }
+.remixicon-medium-fill:before { content: "\f2a9"; }
+.remixicon-medium-line:before { content: "\f2aa"; }
+.remixicon-men-fill:before { content: "\f2ab"; }
+.remixicon-men-line:before { content: "\f2ac"; }
+.remixicon-menu-2-fill:before { content: "\f2ad"; }
+.remixicon-menu-2-line:before { content: "\f2ae"; }
+.remixicon-menu-3-fill:before { content: "\f2af"; }
+.remixicon-menu-3-line:before { content: "\f2b0"; }
+.remixicon-menu-fill:before { content: "\f2b1"; }
+.remixicon-menu-line:before { content: "\f2b2"; }
+.remixicon-message-2-fill:before { content: "\f2b3"; }
+.remixicon-message-2-line:before { content: "\f2b4"; }
+.remixicon-message-3-fill:before { content: "\f2b5"; }
+.remixicon-message-3-line:before { content: "\f2b6"; }
+.remixicon-message-fill:before { content: "\f2b7"; }
+.remixicon-message-line:before { content: "\f2b8"; }
+.remixicon-messenger-fill:before { content: "\f2b9"; }
+.remixicon-messenger-line:before { content: "\f2ba"; }
+.remixicon-mic-2-fill:before { content: "\f2bb"; }
+.remixicon-mic-2-line:before { content: "\f2bc"; }
+.remixicon-mic-fill:before { content: "\f2bd"; }
+.remixicon-mic-line:before { content: "\f2be"; }
+.remixicon-mic-off-fill:before { content: "\f2bf"; }
+.remixicon-mic-off-line:before { content: "\f2c0"; }
+.remixicon-money-cny-box-fill:before { content: "\f2c1"; }
+.remixicon-money-cny-box-line:before { content: "\f2c2"; }
+.remixicon-money-cny-circle-fill:before { content: "\f2c3"; }
+.remixicon-money-cny-circle-line:before { content: "\f2c4"; }
+.remixicon-money-dollar-box-fill:before { content: "\f2c5"; }
+.remixicon-money-dollar-box-line:before { content: "\f2c6"; }
+.remixicon-money-dollar-circle-fill:before { content: "\f2c7"; }
+.remixicon-money-dollar-circle-line:before { content: "\f2c8"; }
+.remixicon-money-euro-box-fill:before { content: "\f2c9"; }
+.remixicon-money-euro-box-line:before { content: "\f2ca"; }
+.remixicon-money-euro-circle-fill:before { content: "\f2cb"; }
+.remixicon-money-euro-circle-line:before { content: "\f2cc"; }
+.remixicon-money-pound-box-fill:before { content: "\f2cd"; }
+.remixicon-money-pound-box-line:before { content: "\f2ce"; }
+.remixicon-money-pound-circle-fill:before { content: "\f2cf"; }
+.remixicon-money-pound-circle-line:before { content: "\f2d0"; }
+.remixicon-moon-fill:before { content: "\f2d1"; }
+.remixicon-moon-line:before { content: "\f2d2"; }
+.remixicon-more-2-fill:before { content: "\f2d3"; }
+.remixicon-more-2-line:before { content: "\f2d4"; }
+.remixicon-more-fill:before { content: "\f2d5"; }
+.remixicon-more-line:before { content: "\f2d6"; }
+.remixicon-motorbike-fill:before { content: "\f2d7"; }
+.remixicon-motorbike-line:before { content: "\f2d8"; }
+.remixicon-mouse-fill:before { content: "\f2d9"; }
+.remixicon-mouse-line:before { content: "\f2da"; }
+.remixicon-movie-2-fill:before { content: "\f2db"; }
+.remixicon-movie-2-line:before { content: "\f2dc"; }
+.remixicon-movie-fill:before { content: "\f2dd"; }
+.remixicon-movie-line:before { content: "\f2de"; }
+.remixicon-music-2-fill:before { content: "\f2df"; }
+.remixicon-music-2-line:before { content: "\f2e0"; }
+.remixicon-music-fill:before { content: "\f2e1"; }
+.remixicon-music-line:before { content: "\f2e2"; }
+.remixicon-mv-fill:before { content: "\f2e3"; }
+.remixicon-mv-line:before { content: "\f2e4"; }
+.remixicon-navigation-fill:before { content: "\f2e5"; }
+.remixicon-navigation-line:before { content: "\f2e6"; }
+.remixicon-newspaper-fill:before { content: "\f2e7"; }
+.remixicon-newspaper-line:before { content: "\f2e8"; }
+.remixicon-notification-2-fill:before { content: "\f2e9"; }
+.remixicon-notification-2-line:before { content: "\f2ea"; }
+.remixicon-notification-3-fill:before { content: "\f2eb"; }
+.remixicon-notification-3-line:before { content: "\f2ec"; }
+.remixicon-notification-4-fill:before { content: "\f2ed"; }
+.remixicon-notification-4-line:before { content: "\f2ee"; }
+.remixicon-notification-badge-fill:before { content: "\f2ef"; }
+.remixicon-notification-badge-line:before { content: "\f2f0"; }
+.remixicon-notification-fill:before { content: "\f2f1"; }
+.remixicon-notification-line:before { content: "\f2f2"; }
+.remixicon-notification-off-fill:before { content: "\f2f3"; }
+.remixicon-notification-off-line:before { content: "\f2f4"; }
+.remixicon-numbers-fill:before { content: "\f2f5"; }
+.remixicon-numbers-line:before { content: "\f2f6"; }
+.remixicon-oil-fill:before { content: "\f2f7"; }
+.remixicon-oil-line:before { content: "\f2f8"; }
+.remixicon-open-arm-fill:before { content: "\f2f9"; }
+.remixicon-open-arm-line:before { content: "\f2fa"; }
+.remixicon-opera-fill:before { content: "\f2fb"; }
+.remixicon-opera-line:before { content: "\f2fc"; }
+.remixicon-order-play-fill:before { content: "\f2fd"; }
+.remixicon-order-play-line:before { content: "\f2fe"; }
+.remixicon-pages-fill:before { content: "\f2ff"; }
+.remixicon-pages-line:before { content: "\f300"; }
+.remixicon-paint-brush-fill:before { content: "\f301"; }
+.remixicon-paint-brush-line:before { content: "\f302"; }
+.remixicon-paint-fill:before { content: "\f303"; }
+.remixicon-paint-line:before { content: "\f304"; }
+.remixicon-palette-fill:before { content: "\f305"; }
+.remixicon-palette-line:before { content: "\f306"; }
+.remixicon-pantone-fill:before { content: "\f307"; }
+.remixicon-pantone-line:before { content: "\f308"; }
+.remixicon-parent-fill:before { content: "\f309"; }
+.remixicon-parent-line:before { content: "\f30a"; }
+.remixicon-parking-box-fill:before { content: "\f30b"; }
+.remixicon-parking-box-line:before { content: "\f30c"; }
+.remixicon-parking-fill:before { content: "\f30d"; }
+.remixicon-parking-line:before { content: "\f30e"; }
+.remixicon-pause-circle-fill:before { content: "\f30f"; }
+.remixicon-pause-circle-line:before { content: "\f310"; }
+.remixicon-pause-fill:before { content: "\f311"; }
+.remixicon-pause-line:before { content: "\f312"; }
+.remixicon-pause-mini-fill:before { content: "\f313"; }
+.remixicon-pause-mini-line:before { content: "\f314"; }
+.remixicon-paypal-fill:before { content: "\f315"; }
+.remixicon-paypal-line:before { content: "\f316"; }
+.remixicon-pen-nib-fill:before { content: "\f317"; }
+.remixicon-pen-nib-line:before { content: "\f318"; }
+.remixicon-pencil-fill:before { content: "\f319"; }
+.remixicon-pencil-line:before { content: "\f31a"; }
+.remixicon-pencil-ruler-2-fill:before { content: "\f31b"; }
+.remixicon-pencil-ruler-2-line:before { content: "\f31c"; }
+.remixicon-pencil-ruler-fill:before { content: "\f31d"; }
+.remixicon-pencil-ruler-line:before { content: "\f31e"; }
+.remixicon-percent-fill:before { content: "\f31f"; }
+.remixicon-percent-line:before { content: "\f320"; }
+.remixicon-phone-camera-fill:before { content: "\f321"; }
+.remixicon-phone-camera-line:before { content: "\f322"; }
+.remixicon-phone-fill:before { content: "\f323"; }
+.remixicon-phone-line:before { content: "\f324"; }
+.remixicon-pie-chart-2-fill:before { content: "\f325"; }
+.remixicon-pie-chart-2-line:before { content: "\f326"; }
+.remixicon-pie-chart-box-fill:before { content: "\f327"; }
+.remixicon-pie-chart-box-line:before { content: "\f328"; }
+.remixicon-pie-chart-fill:before { content: "\f329"; }
+.remixicon-pie-chart-line:before { content: "\f32a"; }
+.remixicon-pin-distance-fill:before { content: "\f32b"; }
+.remixicon-pin-distance-line:before { content: "\f32c"; }
+.remixicon-pinterest-fill:before { content: "\f32d"; }
+.remixicon-pinterest-line:before { content: "\f32e"; }
+.remixicon-plane-fill:before { content: "\f32f"; }
+.remixicon-plane-line:before { content: "\f330"; }
+.remixicon-play-circle-fill:before { content: "\f331"; }
+.remixicon-play-circle-line:before { content: "\f332"; }
+.remixicon-play-fill:before { content: "\f333"; }
+.remixicon-play-line:before { content: "\f334"; }
+.remixicon-play-list-add-fill:before { content: "\f335"; }
+.remixicon-play-list-add-line:before { content: "\f336"; }
+.remixicon-play-list-fill:before { content: "\f337"; }
+.remixicon-play-list-line:before { content: "\f338"; }
+.remixicon-play-mini-fill:before { content: "\f339"; }
+.remixicon-play-mini-line:before { content: "\f33a"; }
+.remixicon-polaroid-2-fill:before { content: "\f33b"; }
+.remixicon-polaroid-2-line:before { content: "\f33c"; }
+.remixicon-polaroid-fill:before { content: "\f33d"; }
+.remixicon-polaroid-line:before { content: "\f33e"; }
+.remixicon-police-car-fill:before { content: "\f33f"; }
+.remixicon-police-car-line:before { content: "\f340"; }
+.remixicon-price-tag-2-fill:before { content: "\f341"; }
+.remixicon-price-tag-2-line:before { content: "\f342"; }
+.remixicon-price-tag-3-fill:before { content: "\f343"; }
+.remixicon-price-tag-3-line:before { content: "\f344"; }
+.remixicon-price-tag-fill:before { content: "\f345"; }
+.remixicon-price-tag-line:before { content: "\f346"; }
+.remixicon-printer-fill:before { content: "\f347"; }
+.remixicon-printer-line:before { content: "\f348"; }
+.remixicon-product-hunt-fill:before { content: "\f349"; }
+.remixicon-product-hunt-line:before { content: "\f34a"; }
+.remixicon-profile-fill:before { content: "\f34b"; }
+.remixicon-profile-line:before { content: "\f34c"; }
+.remixicon-projector-2-fill:before { content: "\f34d"; }
+.remixicon-projector-2-line:before { content: "\f34e"; }
+.remixicon-projector-fill:before { content: "\f34f"; }
+.remixicon-projector-line:before { content: "\f350"; }
+.remixicon-qq-fill:before { content: "\f351"; }
+.remixicon-qq-line:before { content: "\f352"; }
+.remixicon-qr-code-fill:before { content: "\f353"; }
+.remixicon-qr-code-line:before { content: "\f354"; }
+.remixicon-qr-scan-2-fill:before { content: "\f355"; }
+.remixicon-qr-scan-2-line:before { content: "\f356"; }
+.remixicon-qr-scan-fill:before { content: "\f357"; }
+.remixicon-qr-scan-line:before { content: "\f358"; }
+.remixicon-question-answer-fill:before { content: "\f359"; }
+.remixicon-question-answer-line:before { content: "\f35a"; }
+.remixicon-question-fill:before { content: "\f35b"; }
+.remixicon-question-line:before { content: "\f35c"; }
+.remixicon-questionnaire-fill:before { content: "\f35d"; }
+.remixicon-questionnaire-line:before { content: "\f35e"; }
+.remixicon-quill-pen-fill:before { content: "\f35f"; }
+.remixicon-quill-pen-line:before { content: "\f360"; }
+.remixicon-radar-fill:before { content: "\f361"; }
+.remixicon-radar-line:before { content: "\f362"; }
+.remixicon-radio-2-fill:before { content: "\f363"; }
+.remixicon-radio-2-line:before { content: "\f364"; }
+.remixicon-radio-button-fill:before { content: "\f365"; }
+.remixicon-radio-button-line:before { content: "\f366"; }
+.remixicon-radio-fill:before { content: "\f367"; }
+.remixicon-radio-line:before { content: "\f368"; }
+.remixicon-record-circle-fill:before { content: "\f369"; }
+.remixicon-record-circle-line:before { content: "\f36a"; }
+.remixicon-record-mail-fill:before { content: "\f36b"; }
+.remixicon-record-mail-line:before { content: "\f36c"; }
+.remixicon-red-packet-fill:before { content: "\f36d"; }
+.remixicon-red-packet-line:before { content: "\f36e"; }
+.remixicon-refresh-fill:before { content: "\f36f"; }
+.remixicon-refresh-line:before { content: "\f370"; }
+.remixicon-refund-fill:before { content: "\f371"; }
+.remixicon-refund-line:before { content: "\f372"; }
+.remixicon-repeat-2-fill:before { content: "\f373"; }
+.remixicon-repeat-2-line:before { content: "\f374"; }
+.remixicon-repeat-fill:before { content: "\f375"; }
+.remixicon-repeat-line:before { content: "\f376"; }
+.remixicon-repeat-one-fill:before { content: "\f377"; }
+.remixicon-repeat-one-line:before { content: "\f378"; }
+.remixicon-reply-fill:before { content: "\f379"; }
+.remixicon-reply-line:before { content: "\f37a"; }
+.remixicon-restart-fill:before { content: "\f37b"; }
+.remixicon-restart-line:before { content: "\f37c"; }
+.remixicon-restaurant-2-fill:before { content: "\f37d"; }
+.remixicon-restaurant-2-line:before { content: "\f37e"; }
+.remixicon-restaurant-fill:before { content: "\f37f"; }
+.remixicon-restaurant-line:before { content: "\f380"; }
+.remixicon-rewind-fill:before { content: "\f381"; }
+.remixicon-rewind-line:before { content: "\f382"; }
+.remixicon-rewind-mini-fill:before { content: "\f383"; }
+.remixicon-rewind-mini-line:before { content: "\f384"; }
+.remixicon-rhythm-fill:before { content: "\f385"; }
+.remixicon-rhythm-line:before { content: "\f386"; }
+.remixicon-riding-fill:before { content: "\f387"; }
+.remixicon-riding-line:before { content: "\f388"; }
+.remixicon-road-map-fill:before { content: "\f389"; }
+.remixicon-road-map-line:before { content: "\f38a"; }
+.remixicon-roadster-fill:before { content: "\f38b"; }
+.remixicon-roadster-line:before { content: "\f38c"; }
+.remixicon-rocket-2-fill:before { content: "\f38d"; }
+.remixicon-rocket-2-line:before { content: "\f38e"; }
+.remixicon-rocket-fill:before { content: "\f38f"; }
+.remixicon-rocket-line:before { content: "\f390"; }
+.remixicon-route-fill:before { content: "\f391"; }
+.remixicon-route-line:before { content: "\f392"; }
+.remixicon-router-fill:before { content: "\f393"; }
+.remixicon-router-line:before { content: "\f394"; }
+.remixicon-rss-fill:before { content: "\f395"; }
+.remixicon-rss-line:before { content: "\f396"; }
+.remixicon-ruler-2-fill:before { content: "\f397"; }
+.remixicon-ruler-2-line:before { content: "\f398"; }
+.remixicon-ruler-fill:before { content: "\f399"; }
+.remixicon-ruler-line:before { content: "\f39a"; }
+.remixicon-run-fill:before { content: "\f39b"; }
+.remixicon-run-line:before { content: "\f39c"; }
+.remixicon-safari-fill:before { content: "\f39d"; }
+.remixicon-safari-line:before { content: "\f39e"; }
+.remixicon-safe-2-fill:before { content: "\f39f"; }
+.remixicon-safe-2-line:before { content: "\f3a0"; }
+.remixicon-safe-fill:before { content: "\f3a1"; }
+.remixicon-safe-line:before { content: "\f3a2"; }
+.remixicon-sailboat-fill:before { content: "\f3a3"; }
+.remixicon-sailboat-line:before { content: "\f3a4"; }
+.remixicon-save-2-fill:before { content: "\f3a5"; }
+.remixicon-save-2-line:before { content: "\f3a6"; }
+.remixicon-save-3-fill:before { content: "\f3a7"; }
+.remixicon-save-3-line:before { content: "\f3a8"; }
+.remixicon-save-fill:before { content: "\f3a9"; }
+.remixicon-save-line:before { content: "\f3aa"; }
+.remixicon-scan-2-fill:before { content: "\f3ab"; }
+.remixicon-scan-2-line:before { content: "\f3ac"; }
+.remixicon-scan-fill:before { content: "\f3ad"; }
+.remixicon-scan-line:before { content: "\f3ae"; }
+.remixicon-scissors-2-fill:before { content: "\f3af"; }
+.remixicon-scissors-2-line:before { content: "\f3b0"; }
+.remixicon-scissors-cut-fill:before { content: "\f3b1"; }
+.remixicon-scissors-cut-line:before { content: "\f3b2"; }
+.remixicon-scissors-fill:before { content: "\f3b3"; }
+.remixicon-scissors-line:before { content: "\f3b4"; }
+.remixicon-screenshot-2-fill:before { content: "\f3b5"; }
+.remixicon-screenshot-2-line:before { content: "\f3b6"; }
+.remixicon-screenshot-fill:before { content: "\f3b7"; }
+.remixicon-screenshot-line:before { content: "\f3b8"; }
+.remixicon-sd-card-fill:before { content: "\f3b9"; }
+.remixicon-sd-card-line:before { content: "\f3ba"; }
+.remixicon-sd-card-mini-fill:before { content: "\f3bb"; }
+.remixicon-sd-card-mini-line:before { content: "\f3bc"; }
+.remixicon-search-2-fill:before { content: "\f3bd"; }
+.remixicon-search-2-line:before { content: "\f3be"; }
+.remixicon-search-eye-fill:before { content: "\f3bf"; }
+.remixicon-search-eye-line:before { content: "\f3c0"; }
+.remixicon-search-fill:before { content: "\f3c1"; }
+.remixicon-search-line:before { content: "\f3c2"; }
+.remixicon-send-plane-2-fill:before { content: "\f3c3"; }
+.remixicon-send-plane-2-line:before { content: "\f3c4"; }
+.remixicon-send-plane-fill:before { content: "\f3c5"; }
+.remixicon-send-plane-line:before { content: "\f3c6"; }
+.remixicon-sensor-fill:before { content: "\f3c7"; }
+.remixicon-sensor-line:before { content: "\f3c8"; }
+.remixicon-separator:before { content: "\f3c9"; }
+.remixicon-server-fill:before { content: "\f3ca"; }
+.remixicon-server-line:before { content: "\f3cb"; }
+.remixicon-settings-2-fill:before { content: "\f3cc"; }
+.remixicon-settings-2-line:before { content: "\f3cd"; }
+.remixicon-settings-3-fill:before { content: "\f3ce"; }
+.remixicon-settings-3-line:before { content: "\f3cf"; }
+.remixicon-settings-4-fill:before { content: "\f3d0"; }
+.remixicon-settings-4-line:before { content: "\f3d1"; }
+.remixicon-settings-5-fill:before { content: "\f3d2"; }
+.remixicon-settings-5-line:before { content: "\f3d3"; }
+.remixicon-settings-6-fill:before { content: "\f3d4"; }
+.remixicon-settings-6-line:before { content: "\f3d5"; }
+.remixicon-settings-fill:before { content: "\f3d6"; }
+.remixicon-settings-line:before { content: "\f3d7"; }
+.remixicon-shape-2-fill:before { content: "\f3d8"; }
+.remixicon-shape-2-line:before { content: "\f3d9"; }
+.remixicon-shape-fill:before { content: "\f3da"; }
+.remixicon-shape-line:before { content: "\f3db"; }
+.remixicon-share-box-fill:before { content: "\f3dc"; }
+.remixicon-share-box-line:before { content: "\f3dd"; }
+.remixicon-share-circle-fill:before { content: "\f3de"; }
+.remixicon-share-circle-line:before { content: "\f3df"; }
+.remixicon-share-fill:before { content: "\f3e0"; }
+.remixicon-share-forward-2-fill:before { content: "\f3e1"; }
+.remixicon-share-forward-2-line:before { content: "\f3e2"; }
+.remixicon-share-forward-box-fill:before { content: "\f3e3"; }
+.remixicon-share-forward-box-line:before { content: "\f3e4"; }
+.remixicon-share-forward-fill:before { content: "\f3e5"; }
+.remixicon-share-forward-line:before { content: "\f3e6"; }
+.remixicon-share-line:before { content: "\f3e7"; }
+.remixicon-shield-cross-fill:before { content: "\f3e8"; }
+.remixicon-shield-cross-line:before { content: "\f3e9"; }
+.remixicon-shield-fill:before { content: "\f3ea"; }
+.remixicon-shield-flash-fill:before { content: "\f3eb"; }
+.remixicon-shield-flash-line:before { content: "\f3ec"; }
+.remixicon-shield-line:before { content: "\f3ed"; }
+.remixicon-shield-star-fill:before { content: "\f3ee"; }
+.remixicon-shield-star-line:before { content: "\f3ef"; }
+.remixicon-ship-2-fill:before { content: "\f3f0"; }
+.remixicon-ship-2-line:before { content: "\f3f1"; }
+.remixicon-ship-fill:before { content: "\f3f2"; }
+.remixicon-ship-line:before { content: "\f3f3"; }
+.remixicon-shopping-bag-2-fill:before { content: "\f3f4"; }
+.remixicon-shopping-bag-2-line:before { content: "\f3f5"; }
+.remixicon-shopping-bag-3-fill:before { content: "\f3f6"; }
+.remixicon-shopping-bag-3-line:before { content: "\f3f7"; }
+.remixicon-shopping-bag-fill:before { content: "\f3f8"; }
+.remixicon-shopping-bag-line:before { content: "\f3f9"; }
+.remixicon-shopping-cart-2-fill:before { content: "\f3fa"; }
+.remixicon-shopping-cart-2-line:before { content: "\f3fb"; }
+.remixicon-shopping-cart-fill:before { content: "\f3fc"; }
+.remixicon-shopping-cart-line:before { content: "\f3fd"; }
+.remixicon-shuffle-fill:before { content: "\f3fe"; }
+.remixicon-shuffle-line:before { content: "\f3ff"; }
+.remixicon-shut-down-fill:before { content: "\f400"; }
+.remixicon-shut-down-line:before { content: "\f401"; }
+.remixicon-side-bar-fill:before { content: "\f402"; }
+.remixicon-side-bar-line:before { content: "\f403"; }
+.remixicon-signal-tower-fill:before { content: "\f404"; }
+.remixicon-signal-tower-line:before { content: "\f405"; }
+.remixicon-sim-card-2-fill:before { content: "\f406"; }
+.remixicon-sim-card-2-line:before { content: "\f407"; }
+.remixicon-sim-card-fill:before { content: "\f408"; }
+.remixicon-sim-card-line:before { content: "\f409"; }
+.remixicon-sip-fill:before { content: "\f40a"; }
+.remixicon-sip-line:before { content: "\f40b"; }
+.remixicon-skip-back-fill:before { content: "\f40c"; }
+.remixicon-skip-back-line:before { content: "\f40d"; }
+.remixicon-skip-back-mini-fill:before { content: "\f40e"; }
+.remixicon-skip-back-mini-line:before { content: "\f40f"; }
+.remixicon-skip-forward-fill:before { content: "\f410"; }
+.remixicon-skip-forward-line:before { content: "\f411"; }
+.remixicon-skip-forward-mini-fill:before { content: "\f412"; }
+.remixicon-skip-forward-mini-line:before { content: "\f413"; }
+.remixicon-skull-fill:before { content: "\f414"; }
+.remixicon-skull-line:before { content: "\f415"; }
+.remixicon-skype-fill:before { content: "\f416"; }
+.remixicon-skype-line:before { content: "\f417"; }
+.remixicon-slack-fill:before { content: "\f418"; }
+.remixicon-slack-line:before { content: "\f419"; }
+.remixicon-slideshow-2-fill:before { content: "\f41a"; }
+.remixicon-slideshow-2-line:before { content: "\f41b"; }
+.remixicon-slideshow-3-fill:before { content: "\f41c"; }
+.remixicon-slideshow-3-line:before { content: "\f41d"; }
+.remixicon-slideshow-4-fill:before { content: "\f41e"; }
+.remixicon-slideshow-4-line:before { content: "\f41f"; }
+.remixicon-slideshow-fill:before { content: "\f420"; }
+.remixicon-slideshow-line:before { content: "\f421"; }
+.remixicon-smartphone-fill:before { content: "\f422"; }
+.remixicon-smartphone-line:before { content: "\f423"; }
+.remixicon-snapchat-fill:before { content: "\f424"; }
+.remixicon-snapchat-line:before { content: "\f425"; }
+.remixicon-sound-module-fill:before { content: "\f426"; }
+.remixicon-sound-module-line:before { content: "\f427"; }
+.remixicon-space-ship-fill:before { content: "\f428"; }
+.remixicon-space-ship-line:before { content: "\f429"; }
+.remixicon-space:before { content: "\f42a"; }
+.remixicon-speaker-2-fill:before { content: "\f42b"; }
+.remixicon-speaker-2-line:before { content: "\f42c"; }
+.remixicon-speaker-3-fill:before { content: "\f42d"; }
+.remixicon-speaker-3-line:before { content: "\f42e"; }
+.remixicon-speaker-fill:before { content: "\f42f"; }
+.remixicon-speaker-line:before { content: "\f430"; }
+.remixicon-speed-fill:before { content: "\f431"; }
+.remixicon-speed-line:before { content: "\f432"; }
+.remixicon-speed-mini-fill:before { content: "\f433"; }
+.remixicon-speed-mini-line:before { content: "\f434"; }
+.remixicon-stack-fill:before { content: "\f435"; }
+.remixicon-stack-line:before { content: "\f436"; }
+.remixicon-stack-overflow-fill:before { content: "\f437"; }
+.remixicon-stack-overflow-line:before { content: "\f438"; }
+.remixicon-star-fill:before { content: "\f439"; }
+.remixicon-star-half-fill:before { content: "\f43a"; }
+.remixicon-star-half-line:before { content: "\f43b"; }
+.remixicon-star-half-s-fill:before { content: "\f43c"; }
+.remixicon-star-half-s-line:before { content: "\f43d"; }
+.remixicon-star-line:before { content: "\f43e"; }
+.remixicon-star-s-fill:before { content: "\f43f"; }
+.remixicon-star-s-line:before { content: "\f440"; }
+.remixicon-stop-circle-fill:before { content: "\f441"; }
+.remixicon-stop-circle-line:before { content: "\f442"; }
+.remixicon-stop-fill:before { content: "\f443"; }
+.remixicon-stop-line:before { content: "\f444"; }
+.remixicon-stop-mini-fill:before { content: "\f445"; }
+.remixicon-stop-mini-line:before { content: "\f446"; }
+.remixicon-store-2-fill:before { content: "\f447"; }
+.remixicon-store-2-line:before { content: "\f448"; }
+.remixicon-store-3-fill:before { content: "\f449"; }
+.remixicon-store-3-line:before { content: "\f44a"; }
+.remixicon-store-fill:before { content: "\f44b"; }
+.remixicon-store-line:before { content: "\f44c"; }
+.remixicon-subtract-fill:before { content: "\f44d"; }
+.remixicon-subtract-line:before { content: "\f44e"; }
+.remixicon-subway-fill:before { content: "\f44f"; }
+.remixicon-subway-line:before { content: "\f450"; }
+.remixicon-surround-sound-fill:before { content: "\f451"; }
+.remixicon-surround-sound-line:before { content: "\f452"; }
+.remixicon-swap-box-fill:before { content: "\f453"; }
+.remixicon-swap-box-line:before { content: "\f454"; }
+.remixicon-swap-fill:before { content: "\f455"; }
+.remixicon-swap-line:before { content: "\f456"; }
+.remixicon-t-box-fill:before { content: "\f457"; }
+.remixicon-t-box-line:before { content: "\f458"; }
+.remixicon-table-fill:before { content: "\f459"; }
+.remixicon-table-line:before { content: "\f45a"; }
+.remixicon-tablet-fill:before { content: "\f45b"; }
+.remixicon-tablet-line:before { content: "\f45c"; }
+.remixicon-taobao-fill:before { content: "\f45d"; }
+.remixicon-taobao-line:before { content: "\f45e"; }
+.remixicon-tape-fill:before { content: "\f45f"; }
+.remixicon-tape-line:before { content: "\f460"; }
+.remixicon-task-fill:before { content: "\f461"; }
+.remixicon-task-line:before { content: "\f462"; }
+.remixicon-taxi-fill:before { content: "\f463"; }
+.remixicon-taxi-line:before { content: "\f464"; }
+.remixicon-telegram-fill:before { content: "\f465"; }
+.remixicon-telegram-line:before { content: "\f466"; }
+.remixicon-terminal-box-fill:before { content: "\f467"; }
+.remixicon-terminal-box-line:before { content: "\f468"; }
+.remixicon-terminal-fill:before { content: "\f469"; }
+.remixicon-terminal-line:before { content: "\f46a"; }
+.remixicon-text:before { content: "\f46b"; }
+.remixicon-thumb-down-fill:before { content: "\f46c"; }
+.remixicon-thumb-down-line:before { content: "\f46d"; }
+.remixicon-thumb-up-fill:before { content: "\f46e"; }
+.remixicon-thumb-up-line:before { content: "\f46f"; }
+.remixicon-time-fill:before { content: "\f470"; }
+.remixicon-time-line:before { content: "\f471"; }
+.remixicon-timer-2-fill:before { content: "\f472"; }
+.remixicon-timer-2-line:before { content: "\f473"; }
+.remixicon-timer-fill:before { content: "\f474"; }
+.remixicon-timer-line:before { content: "\f475"; }
+.remixicon-todo-fill:before { content: "\f476"; }
+.remixicon-todo-line:before { content: "\f477"; }
+.remixicon-toggle-fill:before { content: "\f478"; }
+.remixicon-toggle-line:before { content: "\f479"; }
+.remixicon-traffic-light-fill:before { content: "\f47a"; }
+.remixicon-traffic-light-line:before { content: "\f47b"; }
+.remixicon-train-fill:before { content: "\f47c"; }
+.remixicon-train-line:before { content: "\f47d"; }
+.remixicon-treasure-map-fill:before { content: "\f47e"; }
+.remixicon-treasure-map-line:before { content: "\f47f"; }
+.remixicon-trello-fill:before { content: "\f480"; }
+.remixicon-trello-line:before { content: "\f481"; }
+.remixicon-trophy-fill:before { content: "\f482"; }
+.remixicon-trophy-line:before { content: "\f483"; }
+.remixicon-truck-fill:before { content: "\f484"; }
+.remixicon-truck-line:before { content: "\f485"; }
+.remixicon-tumblr-fill:before { content: "\f486"; }
+.remixicon-tumblr-line:before { content: "\f487"; }
+.remixicon-tv-2-fill:before { content: "\f488"; }
+.remixicon-tv-2-line:before { content: "\f489"; }
+.remixicon-tv-fill:before { content: "\f48a"; }
+.remixicon-tv-line:before { content: "\f48b"; }
+.remixicon-twitter-fill:before { content: "\f48c"; }
+.remixicon-twitter-line:before { content: "\f48d"; }
+.remixicon-u-disk-fill:before { content: "\f48e"; }
+.remixicon-u-disk-line:before { content: "\f48f"; }
+.remixicon-underline:before { content: "\f490"; }
+.remixicon-upload-2-fill:before { content: "\f491"; }
+.remixicon-upload-2-line:before { content: "\f492"; }
+.remixicon-upload-cloud-fill:before { content: "\f493"; }
+.remixicon-upload-cloud-line:before { content: "\f494"; }
+.remixicon-upload-fill:before { content: "\f495"; }
+.remixicon-upload-line:before { content: "\f496"; }
+.remixicon-user-2-fill:before { content: "\f497"; }
+.remixicon-user-2-line:before { content: "\f498"; }
+.remixicon-user-3-fill:before { content: "\f499"; }
+.remixicon-user-3-line:before { content: "\f49a"; }
+.remixicon-user-4-fill:before { content: "\f49b"; }
+.remixicon-user-4-line:before { content: "\f49c"; }
+.remixicon-user-5-fill:before { content: "\f49d"; }
+.remixicon-user-5-line:before { content: "\f49e"; }
+.remixicon-user-add-fill:before { content: "\f49f"; }
+.remixicon-user-add-line:before { content: "\f4a0"; }
+.remixicon-user-fill:before { content: "\f4a1"; }
+.remixicon-user-follow-fill:before { content: "\f4a2"; }
+.remixicon-user-follow-line:before { content: "\f4a3"; }
+.remixicon-user-line:before { content: "\f4a4"; }
+.remixicon-user-location-fill:before { content: "\f4a5"; }
+.remixicon-user-location-line:before { content: "\f4a6"; }
+.remixicon-user-search-fill:before { content: "\f4a7"; }
+.remixicon-user-search-line:before { content: "\f4a8"; }
+.remixicon-user-settings-fill:before { content: "\f4a9"; }
+.remixicon-user-settings-line:before { content: "\f4aa"; }
+.remixicon-user-smile-fill:before { content: "\f4ab"; }
+.remixicon-user-smile-line:before { content: "\f4ac"; }
+.remixicon-user-star-fill:before { content: "\f4ad"; }
+.remixicon-user-star-line:before { content: "\f4ae"; }
+.remixicon-user-unfollow-fill:before { content: "\f4af"; }
+.remixicon-user-unfollow-line:before { content: "\f4b0"; }
+.remixicon-user-voice-fill:before { content: "\f4b1"; }
+.remixicon-user-voice-line:before { content: "\f4b2"; }
+.remixicon-video-chat-fill:before { content: "\f4b3"; }
+.remixicon-video-chat-line:before { content: "\f4b4"; }
+.remixicon-video-fill:before { content: "\f4b5"; }
+.remixicon-video-line:before { content: "\f4b6"; }
+.remixicon-vidicon-2-fill:before { content: "\f4b7"; }
+.remixicon-vidicon-2-line:before { content: "\f4b8"; }
+.remixicon-vidicon-fill:before { content: "\f4b9"; }
+.remixicon-vidicon-line:before { content: "\f4ba"; }
+.remixicon-vip-crown-2-fill:before { content: "\f4bb"; }
+.remixicon-vip-crown-2-line:before { content: "\f4bc"; }
+.remixicon-vip-crown-fill:before { content: "\f4bd"; }
+.remixicon-vip-crown-line:before { content: "\f4be"; }
+.remixicon-vip-diamond-fill:before { content: "\f4bf"; }
+.remixicon-vip-diamond-line:before { content: "\f4c0"; }
+.remixicon-vip-fill:before { content: "\f4c1"; }
+.remixicon-vip-line:before { content: "\f4c2"; }
+.remixicon-volume-down-fill:before { content: "\f4c3"; }
+.remixicon-volume-down-line:before { content: "\f4c4"; }
+.remixicon-volume-mute-fill:before { content: "\f4c5"; }
+.remixicon-volume-mute-line:before { content: "\f4c6"; }
+.remixicon-volume-up-fill:before { content: "\f4c7"; }
+.remixicon-volume-up-line:before { content: "\f4c8"; }
+.remixicon-walk-fill:before { content: "\f4c9"; }
+.remixicon-walk-line:before { content: "\f4ca"; }
+.remixicon-wallet-2-fill:before { content: "\f4cb"; }
+.remixicon-wallet-2-line:before { content: "\f4cc"; }
+.remixicon-wallet-3-fill:before { content: "\f4cd"; }
+.remixicon-wallet-3-line:before { content: "\f4ce"; }
+.remixicon-wallet-fill:before { content: "\f4cf"; }
+.remixicon-wallet-line:before { content: "\f4d0"; }
+.remixicon-water-flash-fill:before { content: "\f4d1"; }
+.remixicon-water-flash-line:before { content: "\f4d2"; }
+.remixicon-webcam-fill:before { content: "\f4d3"; }
+.remixicon-webcam-line:before { content: "\f4d4"; }
+.remixicon-wechat-2-fill:before { content: "\f4d5"; }
+.remixicon-wechat-2-line:before { content: "\f4d6"; }
+.remixicon-wechat-fill:before { content: "\f4d7"; }
+.remixicon-wechat-line:before { content: "\f4d8"; }
+.remixicon-wechat-pay-fill:before { content: "\f4d9"; }
+.remixicon-wechat-pay-line:before { content: "\f4da"; }
+.remixicon-weibo-fill:before { content: "\f4db"; }
+.remixicon-weibo-line:before { content: "\f4dc"; }
+.remixicon-whatsapp-fill:before { content: "\f4dd"; }
+.remixicon-whatsapp-line:before { content: "\f4de"; }
+.remixicon-wifi-fill:before { content: "\f4df"; }
+.remixicon-wifi-line:before { content: "\f4e0"; }
+.remixicon-window-2-fill:before { content: "\f4e1"; }
+.remixicon-window-2-line:before { content: "\f4e2"; }
+.remixicon-window-fill:before { content: "\f4e3"; }
+.remixicon-window-line:before { content: "\f4e4"; }
+.remixicon-windows-fill:before { content: "\f4e5"; }
+.remixicon-windows-line:before { content: "\f4e6"; }
+.remixicon-women-fill:before { content: "\f4e7"; }
+.remixicon-women-line:before { content: "\f4e8"; }
+.remixicon-youtube-fill:before { content: "\f4e9"; }
+.remixicon-youtube-line:before { content: "\f4ea"; }
+.remixicon-zcool-fill:before { content: "\f4eb"; }
+.remixicon-zcool-line:before { content: "\f4ec"; }
+.remixicon-zhihu-fill:before { content: "\f4ed"; }
+.remixicon-zhihu-line:before { content: "\f4ee"; }
+.remixicon-zoom-in-fill:before { content: "\f4ef"; }
+.remixicon-zoom-in-line:before { content: "\f4f0"; }
+.remixicon-zoom-out-fill:before { content: "\f4f1"; }
+.remixicon-zoom-out-line:before { content: "\f4f2"; }
diff --git a/static/css/zozo.css b/static/css/zozo.css
new file mode 100644
index 0000000..06f42c2
--- /dev/null
+++ b/static/css/zozo.css
@@ -0,0 +1,614 @@
+@charset "UTF-8";
+/*basic styles starts*/
+html {
+ background-color: #f7f7f7;
+ -webkit-font-smoothing: antialiased;
+}
+
+body {
+ color: #333333;
+ font-family: "source-han-sans-simplified-c", "PingFang SC", "Hiragino Sans GB", "PingHei", "Open Sans", sans-serif, Helvetica Neue, "Work Sans", "Microsoft YaHei", SimSun;
+ font-size: 16px;
+ width: 100%;
+ background-color: #f7f7f7;
+ margin: 0;
+ padding: 0;
+}
+
+p {
+ line-height: 1.9em;
+ font-weight: 400;
+ margin: 0;
+}
+
+a {
+ text-decoration: none;
+}
+a:link, a:visited {
+ opacity: 1;
+ -webkit-transition: all 0.15s linear;
+ -moz-transition: all 0.15s linear;
+ -o-transition: all 0.15s linear;
+ transition: all 0.15s linear;
+ color: #424242;
+}
+a:hover, a:active {
+ color: #555555;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ text-rendering: optimizeLegibility;
+}
+
+/*basic styles ends*/
+.main {
+ background: #ffffff;
+ box-shadow: 0 10px 20px 0 rgba(236, 236, 236, 0.86);
+ width: 800px;
+ margin: 60px auto 0;
+}
+
+.content {
+ width: 720px;
+ padding: 0 20px;
+ height: auto;
+ margin: 0 auto;
+}
+
+.list_with_title .container {
+ width: 720px;
+ margin: 0 auto;
+}
+
+.header {
+ width: 720px;
+ padding: 100px 0 140px 0;
+ margin: 0 auto;
+ -webkit-background-size: cover;
+ background-size: cover;
+}
+.header .site_title_container {
+ padding: 0 0;
+}
+.header .site_title_container h1 {
+ line-height: 1;
+ margin: 0;
+}
+.header .site_title_container a {
+ text-decoration: none;
+ font-weight: bold;
+ float: left;
+}
+.header .site_title_container .site_title a {
+ font-size: 28px;
+ width: 65px;
+ letter-spacing: 2px;
+ line-height: 1.2;
+ color: #000000;
+}
+.header .site_title_container .site_title a span {
+ display: none;
+}
+.header .site_title_container .site_title a:hover {
+ color: #666666;
+}
+.header .site_title_container .description {
+ font-size: 14px;
+ color: #565654;
+ float: right;
+}
+.header .site_title_container .description .sub_title {
+ font-weight: normal !important;
+ float: none !important;
+ text-align: right;
+}
+.header .my_socials {
+ list-style: none;
+ font-size: 14px;
+ float: right;
+ margin: 5px 0;
+}
+.header .my_socials i {
+ margin-left: 10px;
+}
+.header .my_socials a {
+ color: #5f5f5f;
+ font-size: 12px;
+ float: none;
+ cursor: pointer;
+}
+.header .my_socials a:hover {
+ color: #000000;
+}
+
+.post {
+ background-color: #ffffff;
+ margin-top: 50px;
+}
+.post .post_title {
+ padding-bottom: 16px;
+}
+.post .post_title h2 {
+ text-transform: uppercase;
+ letter-spacing: 1px;
+ font-size: 1.4rem;
+ line-height: 1;
+ font-weight: 600;
+ color: #1f1f1f;
+ margin: 0 0 6px 0;
+}
+.post .post_title a {
+ text-decoration: none;
+ letter-spacing: 1px;
+ color: #1f1f1f;
+ font-size: 1.4rem;
+ line-height: 28px;
+}
+.post .post_title span {
+ color: rgba(0, 0, 0, 0.44);
+ font-size: 14px;
+}
+.post .post_title span.date {
+ font-size: 12px;
+}
+.post .post_detail_title h2 {
+ font-size: 1.5rem;
+ font-weight: bold;
+}
+.post .list p {
+ padding-bottom: 0 !important;
+}
+.post .post_content {
+ word-break: normal;
+}
+.post .post_content p {
+ line-height: 2em;
+ letter-spacing: 0.2px;
+}
+.post .post_content a {
+ text-decoration: none;
+ letter-spacing: 1px;
+ color: #e42b2b;
+}
+.post .post_content a:hover {
+ color: #8e0000;
+}
+.post .post_footer {
+ padding: 20px 0 40px 0;
+ border-bottom: 1px solid #f3f3f3;
+}
+.post .post_footer .meta {
+ max-width: 100%;
+ height: 25px;
+ color: #bbbbbb;
+}
+.post .post_footer .meta .info {
+ float: left;
+ font-size: 11px;
+}
+.post .post_footer .meta .info .date {
+ margin-right: 10px;
+}
+.post .post_footer .meta .field {
+ margin-right: 10px;
+}
+.post .post_footer .meta .tags a {
+ text-decoration: none;
+ color: #bbbbbb;
+ padding-right: 6px;
+}
+.post .post_footer .meta .tags a:hover {
+ color: #1f1f1f;
+}
+
+.page_tags {
+ text-align: center;
+ margin-top: 50px;
+}
+.page_tags ul li {
+ margin: 10px 15px;
+ display: inline-block;
+ font-size: 1em;
+}
+.page_tags .terms_count {
+ display: inline-block;
+ position: relative;
+ top: -8px;
+ right: -2px;
+ color: #c5c5c5;
+ font-size: 12px;
+}
+.page_tags ul {
+ margin: 0;
+ padding: 0;
+}
+
+.footer {
+ clear: both;
+ max-width: 780px;
+ text-align: center;
+ font-size: 12px;
+ padding: 60px 0px;
+ margin: 0 auto;
+}
+.footer a {
+ color: #a6a6a6;
+ margin: 0 12px;
+}
+.footer a:hover {
+ color: #1f1f1f;
+}
+.footer .nav_container .site_nav_wrap {
+ text-align: center;
+}
+.footer .nav_container .site_nav {
+ display: inline-block;
+ float: none;
+}
+.footer .nav_container .site_nav a {
+ font-size: 13px;
+ color: #666666;
+}
+.footer .nav_container .site_nav a.current {
+ color: #222222;
+}
+.footer .powered_by {
+ margin: 0;
+ font-size: 11px;
+}
+.footer .powered_by a {
+ color: #cccccc;
+ margin: 0 2px;
+}
+.footer .powered_by a:hover {
+ color: #1f1f1f;
+}
+.footer .footer_slogan {
+ padding-top: 25px;
+ padding-bottom: 10px;
+ color: #000000;
+ font-size: 16px;
+ letter-spacing: 1px;
+}
+
+.nav {
+ width: 100%;
+ text-align: right;
+ position: relative;
+ -webkit-font-smoothing: antialiased;
+}
+.nav a {
+ text-decoration: none;
+}
+
+.site_nav {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+.site_nav ul {
+ width: 12em;
+}
+.site_nav li,
+.site_nav a {
+ position: relative;
+}
+.site_nav li {
+ float: left;
+}
+.site_nav ul li, .site_nav.sm-rtl ul li, .site_nav.sm-vertical li {
+ float: none;
+}
+.site_nav a {
+ display: block;
+ white-space: nowrap;
+ padding: 12px;
+}
+
+@media screen and (max-width: 768px) {
+ .nav {
+ display: block;
+ }
+
+ .footer .nav_container .site_nav_wrap {
+ /*text-align: left;*/
+ }
+}
+/*for archive*/
+.list_with_title {
+ font-size: 14px;
+ margin: 0;
+ padding: 0;
+}
+.list_with_title li {
+ list-style-type: none;
+ padding: 0;
+}
+.list_with_title .listing_title {
+ font-size: 1.4rem;
+ color: #1f1f1f;
+ font-weight: bold;
+ padding-top: 10px;
+ line-height: 2.2em;
+}
+.list_with_title .listing {
+ margin: 0 0 50px 0;
+ padding: 0;
+ line-height: 2.1;
+}
+.list_with_title .listing .listing_post {
+ padding-bottom: 5px;
+}
+.list_with_title .listing .listing_post .post_time {
+ float: right;
+ color: #c5c5c5;
+ font-size: 14px;
+}
+.list_with_title .listing .listing_post a:hover {
+ color: #1f1f1f;
+}
+
+.pagination {
+ padding: 30px 0 60px 0;
+ border-bottom: 1px solid #f2f2f2;
+ color: #666666;
+ font-size: 14px;
+}
+.pagination a {
+ color: #888888;
+ text-decoration: none;
+}
+.pagination a:hover {
+ color: #333333;
+}
+.pagination .pre {
+ float: left;
+}
+.pagination .next {
+ float: right;
+}
+
+.markdown {
+ color: #555555;
+ line-height: 1.8em;
+ word-wrap: break-word;
+ word-break: normal;
+ overflow-wrap: break-word;
+}
+.markdown p,
+.markdown ul,
+.markdown ol,
+.markdown dl {
+ margin: 0.8em 0;
+}
+.markdown h1,
+.markdown h2,
+.markdown h3,
+.markdown h4,
+.markdown h5,
+.markdown h6 {
+ margin: 2.5em 0 1.3em 0;
+ color: #000000;
+}
+.markdown h1 {
+ font-size: 1.35em;
+}
+.markdown h2 {
+ font-size: 1.25em;
+}
+.markdown h3 {
+ font-size: 1.15em;
+}
+.markdown h4 {
+ font-size: 1.1em;
+}
+.markdown p {
+ white-space: pre-line;
+}
+.markdown pre,
+.markdown code {
+ font-family: "Roboto Mono", Menlo, Monaco, courier, monospace;
+ font-size: 0.8em;
+ background: #f8f8f8;
+ border: none;
+}
+.markdown pre {
+ margin-top: 1.2em;
+ margin-bottom: 2.2em;
+ padding: 15px 20px;
+ display: block;
+ overflow: auto;
+ white-space: pre;
+ word-wrap: break-word;
+}
+.markdown code {
+ color: #666666;
+ padding: 4px 5px;
+ border-radius: 2px;
+ white-space: nowrap;
+}
+.markdown pre code {
+ padding: 0;
+ color: #555555;
+}
+.markdown blockquote p {
+ white-space: pre-line;
+}
+.markdown pre::-webkit-scrollbar {
+ height: 10px;
+}
+.markdown pre::-webkit-scrollbar-button {
+ display: none;
+}
+.markdown pre::-webkit-scrollbar-track {
+ background: white;
+}
+.markdown pre::-webkit-scrollbar-thumb {
+ min-height: 1rem;
+ background-color: #cccccc;
+ background-clip: padding-box;
+ border: 3px solid #fdfdfd;
+ border-radius: 5px;
+}
+.markdown pre::-webkit-scrollbar-thumb:active {
+ background-color: #999999;
+ border-width: 2px;
+}
+.markdown blockquote {
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ margin: 2.5em 0;
+ padding: 0 0 0 50px;
+ font-style: italic;
+ color: #555555;
+ border-left: none;
+}
+.markdown blockquote:before {
+ content: "“";
+ display: block;
+ font-family: times, sans-serif;
+ font-style: normal;
+ font-size: 48px;
+ color: #444444;
+ font-weight: bold;
+ line-height: 30px;
+ margin-left: -50px;
+ position: absolute;
+}
+.markdown strong,
+.markdown b,
+.markdown em {
+ padding: 1px 2px;
+ background-color: #fcfcf0;
+ font-weight: normal;
+}
+.markdown .fancybox {
+ text-align: center;
+}
+.markdown img {
+ max-width: 90%;
+ height: auto;
+}
+
+a.back_to_top {
+ text-decoration: none;
+ position: fixed;
+ bottom: 40px;
+ right: 30px;
+ background: #f0f0f0;
+ height: 40px;
+ width: 40px;
+ border-radius: 50%;
+ line-height: 36px;
+ font-size: 18px;
+ text-align: center;
+ transition-duration: 0.5s;
+ transition-property: background-color;
+ display: none;
+}
+a.back_to_top span {
+ color: #888888;
+}
+a.back_to_top:hover {
+ cursor: pointer;
+ background: #dfdfdf;
+}
+a.back_to_top:hover span {
+ color: #555555;
+}
+
+@media print, screen and (max-width: 580px) {
+ .back_to_top {
+ display: none !important;
+ }
+}
+@media screen and (min-width: 1600px) {
+ .main {
+ width: 1000px;
+ }
+
+ .header,
+.content {
+ width: 820px;
+ }
+}
+@media screen and (max-width: 900px) {
+ .main {
+ width: 95%;
+ margin-top: 20px;
+ }
+
+ .header,
+.content {
+ width: 90%;
+ }
+
+ .post_page {
+ padding-top: 0;
+ }
+
+ .footer a {
+ margin: 0 6px;
+ }
+
+ .post {
+ margin-top: 40px;
+ font-size: 14px;
+ }
+ .post .post_title a {
+ font-size: 1.3rem;
+ }
+
+ .post_footer {
+ padding-bottom: 30px;
+ }
+}
+/*animation starts*/
+@-webkit-keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateY(-3px);
+ }
+ 100% {
+ opacity: 1;
+ -webkit-transform: translateY(0);
+ }
+}
+@-moz-keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ -moz-transform: translateY(-3px);
+ }
+ 100% {
+ opacity: 1;
+ -moz-transform: translateY(0);
+ }
+}
+@-o-keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ -o-transform: translateY(-3px);
+ }
+ 100% {
+ opacity: 1;
+ -o-transform: translateY(0);
+ }
+}
+@keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ transform: translateY(-3px);
+ }
+ 100% {
+ opacity: 1;
+ transform: translateY(0);
+ }
+}
+/*animation ends*/
+
+/*# sourceMappingURL=zozo.css.map */
diff --git a/static/css/zozo.scss b/static/css/zozo.scss
new file mode 100644
index 0000000..2693add
--- /dev/null
+++ b/static/css/zozo.scss
@@ -0,0 +1,719 @@
+@charset "UTF-8";
+
+/*basic styles starts*/
+
+html {
+ background-color: #f7f7f7;
+ -webkit-font-smoothing: antialiased;
+}
+
+body {
+ color: #333333;
+ font-family: "source-han-sans-simplified-c", "PingFang SC", "Hiragino Sans GB",
+ "PingHei", "Open Sans", sans-serif, Helvetica Neue, "Work Sans",
+ "Microsoft YaHei", SimSun;
+ font-size: 16px;
+ width: 100%;
+ background-color: #f7f7f7;
+ margin: 0;
+ padding: 0;
+}
+
+p {
+ line-height: 1.9em;
+ font-weight: 400;
+ margin: 0;
+}
+
+a {
+ text-decoration: none;
+
+ &:link,
+ &:visited {
+ opacity: 1;
+ -webkit-transition: all 0.15s linear;
+ -moz-transition: all 0.15s linear;
+ -o-transition: all 0.15s linear;
+ transition: all 0.15s linear;
+ color: #424242;
+ }
+
+ &:hover,
+ &:active {
+ color: #555555;
+ }
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ text-rendering: optimizeLegibility;
+}
+
+/*basic styles ends*/
+
+.main {
+ background: #ffffff;
+ box-shadow: 0 10px 20px 0 rgba(236, 236, 236, 0.86);
+ width: 800px;
+ margin: 60px auto 0;
+}
+
+.content {
+ width: 720px;
+ padding: 0 20px;
+ height: auto;
+ margin: 0 auto;
+}
+
+.list_with_title .container {
+ width: 720px;
+ margin: 0 auto;
+}
+
+.header {
+ width: 720px;
+ padding: 100px 0 140px 0;
+ margin: 0 auto;
+ -webkit-background-size: cover;
+ background-size: cover;
+
+ .site_title_container {
+ padding: 0 0;
+
+ h1 {
+ line-height: 1;
+ margin: 0;
+ }
+
+ a {
+ text-decoration: none;
+ font-weight: bold;
+ float: left;
+ }
+
+ .site_title a {
+ font-size: 28px;
+ width: 65px;
+ letter-spacing: 2px;
+ line-height: 1.2;
+ color: #000000;
+
+ span {
+ display: none;
+ }
+
+ &:hover {
+ color: #666666;
+ }
+ }
+
+ .description {
+ font-size: 14px;
+ color: #565654;
+ float: right;
+
+ .sub_title {
+ font-weight: normal !important;
+ float: none !important;
+ text-align: right;
+ }
+ }
+ }
+
+ .my_socials {
+ list-style: none;
+ font-size: 14px;
+ float: right;
+ margin: 5px 0;
+
+ i {
+ margin-left: 10px;
+ }
+
+ a {
+ color: #5f5f5f;
+ font-size: 12px;
+ float: none;
+ cursor: pointer;
+
+ &:hover {
+ color: #000000;
+ }
+ }
+ }
+}
+
+.post {
+ background-color: #ffffff;
+ margin-top: 50px;
+
+ .post_title {
+ padding-bottom: 16px;
+
+ h2 {
+ text-transform: uppercase;
+ letter-spacing: 1px;
+ font-size: 1.4rem;
+ line-height: 1;
+ font-weight: 600;
+ color: #1f1f1f;
+ margin: 0 0 6px 0;
+ }
+
+ a {
+ text-decoration: none;
+ letter-spacing: 1px;
+ color: #1f1f1f;
+ font-size: 1.4rem;
+ line-height: 28px;
+ }
+
+ span {
+ color: rgba(0, 0, 0, 0.44);
+ font-size: 14px;
+
+ &.date {
+ font-size: 12px;
+ }
+ }
+ }
+
+ .post_detail_title h2 {
+ font-size: 1.5rem;
+ font-weight: bold;
+ }
+
+ .list p {
+ padding-bottom: 0 !important;
+ }
+
+ .post_content {
+ word-break: normal;
+
+ p {
+ line-height: 2em;
+ letter-spacing: 0.2px;
+ }
+
+ a {
+ text-decoration: none;
+ letter-spacing: 1px;
+ color: #e42b2b;
+
+ &:hover {
+ color: #8e0000;
+ }
+ }
+
+ }
+
+ .post_footer {
+ padding: 20px 0 40px 0;
+ border-bottom: 1px solid #f3f3f3;
+
+ .meta {
+ max-width: 100%;
+ height: 25px;
+ color: #bbbbbb;
+
+ .info {
+ float: left;
+ font-size: 11px;
+
+ .date {
+ margin-right: 10px;
+ }
+ }
+
+ .field {
+ margin-right: 10px;
+ }
+
+ .tags a {
+ text-decoration: none;
+ color: #bbbbbb;
+ padding-right: 6px;
+
+ &:hover {
+ color: #1f1f1f;
+ }
+ }
+ }
+ }
+}
+
+.page_tags {
+ text-align: center;
+ margin-top: 50px;
+
+ ul li {
+ margin: 10px 15px;
+ display: inline-block;
+ font-size: 1em;
+ }
+
+ .terms_count {
+ display: inline-block;
+ position: relative;
+ top: -8px;
+ right: -2px;
+ color: #c5c5c5;
+ font-size: 12px;
+ }
+
+ ul {
+ margin: 0;
+ padding: 0;
+ }
+}
+
+.footer {
+ clear: both;
+ max-width: 780px;
+ text-align: center;
+ font-size: 12px;
+ padding: 60px 0px;
+ margin: 0 auto;
+
+ a {
+ color: #a6a6a6;
+ margin: 0 12px;
+
+ &:hover {
+ color: #1f1f1f;
+ }
+ }
+
+ .nav_container {
+ .site_nav_wrap {
+ text-align: center;
+ }
+
+ .site_nav {
+ display: inline-block;
+ float: none;
+
+ a {
+ font-size: 13px;
+ color: #666666;
+
+ &.current {
+ color: #222222;
+ }
+ }
+ }
+ }
+
+ .powered_by {
+ margin: 0;
+ font-size: 11px;
+
+ a {
+ color: #cccccc;
+ margin: 0 2px;
+
+ &:hover {
+ color: #1f1f1f;
+ }
+ }
+ }
+
+ .footer_slogan {
+ padding-top: 25px;
+ padding-bottom: 10px;
+ color: #000000;
+ font-size: 16px;
+ letter-spacing: 1px;
+ }
+}
+
+.nav {
+ width: 100%;
+ text-align: right;
+ position: relative;
+ -webkit-font-smoothing: antialiased;
+
+ a {
+ text-decoration: none;
+ }
+}
+
+.site_nav {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+
+ ul {
+ width: 12em;
+ }
+
+ li,
+ a {
+ position: relative;
+ }
+
+ li {
+ float: left;
+ }
+
+ ul li,
+ &.sm-rtl ul li,
+ &.sm-vertical li {
+ float: none;
+ }
+
+ a {
+ display: block;
+ white-space: nowrap;
+ padding: 12px;
+ }
+}
+
+@media screen and (max-width: 768px) {
+ .nav {
+ display: block;
+ }
+ .footer .nav_container .site_nav_wrap {
+ /*text-align: left;*/
+ }
+}
+
+/*for archive*/
+
+.list_with_title {
+ font-size: 14px;
+ margin: 0;
+ padding: 0;
+
+ li {
+ list-style-type: none;
+ padding: 0;
+ }
+
+ .listing_title {
+ font-size: 1.4rem;
+ color: #1f1f1f;
+ font-weight: bold;
+ padding-top: 10px;
+ line-height: 2.2em;
+ }
+
+ .listing {
+ margin: 0 0 50px 0;
+ padding: 0;
+ line-height: 2.1;
+
+ .listing_post {
+ padding-bottom: 5px;
+
+ .post_time {
+ float: right;
+ color: #c5c5c5;
+ font-size: 14px;
+ }
+
+ a:hover {
+ color: #1f1f1f;
+ }
+ }
+ }
+}
+
+.pagination {
+ padding: 30px 0 60px 0;
+ border-bottom: 1px solid #f2f2f2;
+ color: #666666;
+ font-size: 14px;
+
+ a {
+ color: #888888;
+ text-decoration: none;
+
+ &:hover {
+ color: #333333;
+ }
+ }
+
+ .pre {
+ float: left;
+ }
+
+ .next {
+ float: right;
+ }
+}
+
+.markdown {
+ color: #555555;
+ line-height: 1.8em;
+ word-wrap: break-word;
+ word-break: normal;
+ overflow-wrap: break-word;
+
+ p,
+ ul,
+ ol,
+ dl {
+ margin: 0.8em 0;
+ }
+
+ h1,
+ h2,
+ h3,
+ h4,
+ h5,
+ h6 {
+ margin: 2.5em 0 1.3em 0;
+ color: #000000;
+ }
+
+ h1 {
+ font-size: 1.35em;
+ }
+
+ h2 {
+ font-size: 1.25em;
+ }
+
+ h3 {
+ font-size: 1.15em;
+ }
+
+ h4 {
+ font-size: 1.1em;
+ }
+
+ p {
+ white-space: pre-line;
+ }
+
+ pre,
+ code {
+ font-family: "Roboto Mono", Menlo, Monaco, courier, monospace;
+ font-size: 0.8em;
+ background: #f8f8f8;
+ border: none;
+ }
+
+ pre {
+ margin-top: 1.2em;
+ margin-bottom: 2.2em;
+ padding: 15px 20px;
+ display: block;
+ overflow: auto;
+ white-space: pre;
+ word-wrap: break-word;
+ }
+
+ code {
+ color: #666666;
+ padding: 4px 5px;
+ border-radius: 2px;
+ white-space: nowrap;
+ }
+
+ pre code {
+ padding: 0;
+ color: #555555;
+ }
+
+ blockquote p {
+ white-space: pre-line;
+ }
+
+ pre {
+ &::-webkit-scrollbar {
+ height: 10px;
+ }
+
+ &::-webkit-scrollbar-button {
+ display: none;
+ }
+
+ &::-webkit-scrollbar-track {
+ background: white;
+ }
+
+ &::-webkit-scrollbar-thumb {
+ min-height: 1rem;
+ background-color: #cccccc;
+ background-clip: padding-box;
+ border: 3px solid #fdfdfd;
+ border-radius: 5px;
+
+ &:active {
+ background-color: #999999;
+ border-width: 2px;
+ }
+ }
+ }
+
+ blockquote {
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ margin: 2.5em 0;
+ padding: 0 0 0 50px;
+ font-style: italic;
+ color: #555555;
+ border-left: none;
+ }
+
+ blockquote:before {
+ content: "“";
+ display: block;
+ font-family: times, sans-serif;
+ font-style: normal;
+ font-size: 48px;
+ color: #444444;
+ font-weight: bold;
+ line-height: 30px;
+ margin-left: -50px;
+ position: absolute;
+ }
+
+ strong,
+ b,
+ em {
+ padding: 1px 2px;
+ background-color: #fcfcf0;
+ font-weight: normal;
+ }
+
+ .fancybox {
+ text-align: center;
+ }
+
+ img {
+ max-width: 90%;
+ height: auto;
+ }
+}
+
+a.back_to_top {
+ text-decoration: none;
+ position: fixed;
+ bottom: 40px;
+ right: 30px;
+ background: #f0f0f0;
+ height: 40px;
+ width: 40px;
+ border-radius: 50%;
+ line-height: 36px;
+ font-size: 18px;
+ text-align: center;
+ transition-duration: 0.5s;
+ transition-property: background-color;
+ display: none;
+
+ span {
+ color: #888888;
+ }
+
+ &:hover {
+ cursor: pointer;
+ background: #dfdfdf;
+
+ span {
+ color: #555555;
+ }
+ }
+}
+
+@media print, screen and (max-width: 580px) {
+ .back_to_top {
+ display: none !important;
+ }
+}
+
+@media screen and (min-width: 1600px) {
+ .main {
+ width: 1000px;
+ }
+ .header,
+ .content {
+ width: 820px;
+ }
+}
+
+@media screen and (max-width: 900px) {
+ .main {
+ width: 95%;
+ margin-top: 20px;
+ }
+ .header,
+ .content {
+ width: 90%;
+ }
+ .post_page {
+ padding-top: 0;
+ }
+ .footer a {
+ margin: 0 6px;
+ }
+ .post {
+ margin-top: 40px;
+ font-size: 14px;
+
+ .post_title a {
+ font-size: 1.3rem;
+ }
+ }
+ .post_footer {
+ padding-bottom: 30px;
+ }
+}
+
+/*animation starts*/
+@-webkit-keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ -webkit-transform: translateY(-3px);
+ }
+
+ 100% {
+ opacity: 1;
+ -webkit-transform: translateY(0);
+ }
+}
+
+@-moz-keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ -moz-transform: translateY(-3px);
+ }
+
+ 100% {
+ opacity: 1;
+ -moz-transform: translateY(0);
+ }
+}
+
+@-o-keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ -o-transform: translateY(-3px);
+ }
+
+ 100% {
+ opacity: 1;
+ -o-transform: translateY(0);
+ }
+}
+
+@keyframes fadeInDown {
+ 0% {
+ opacity: 0;
+ transform: translateY(-3px);
+ }
+
+ 100% {
+ opacity: 1;
+ transform: translateY(0);
+ }
+}
+
+/*animation ends*/
diff --git a/static/fonts/remixicon.eot b/static/fonts/remixicon.eot
new file mode 100644
index 0000000..d01ef52
--- /dev/null
+++ b/static/fonts/remixicon.eot
Binary files differ
diff --git a/static/fonts/remixicon.svg b/static/fonts/remixicon.svg
new file mode 100644
index 0000000..09767c2
--- /dev/null
+++ b/static/fonts/remixicon.svg
@@ -0,0 +1,4215 @@
+<?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="remixicon" horiz-adv-x="2000">
+ <font-face font-family="remixicon"
+ units-per-em="2000" ascent="2000"
+ descent="0" />
+ <missing-glyph horiz-adv-x="0" />
+ <glyph glyph-name="4k-fill"
+ unicode="&#xEA01;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM958.3333333333331 875V1000H875V1250H750V1000H625V1250H500V875H750V750H875V875H958.3333333333331zM1500 750L1312.5 1000L1500 1250H1354.1666666666665L1208.3333333333333 1062.5V1250H1083.3333333333333V750H1208.3333333333333V937.5L1354.1666666666665 750H1500z" />
+ <glyph glyph-name="4k-line"
+ unicode="&#xEA02;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM958.3333333333331 875H875V750H750V875H500V1250H625V1000H750V1250H875V1000H958.3333333333331V875zM1500 750H1354.1666666666665L1208.3333333333333 937.5V750H1083.3333333333333V1250H1208.3333333333333V1062.5L1354.1666666666665 1250H1500L1312.5 1000L1500 750z" />
+ <glyph glyph-name="account-box-fill"
+ unicode="&#xEA03;"
+ horiz-adv-x="2000" d="M250 1583.75C250 1675.5833333333335 324.4166666666667 1750 416.25 1750H1583.7499999999998C1675.5833333333333 1750 1750 1675.5833333333335 1750 1583.75V416.2500000000003A166.24999999999997 166.24999999999997 0 0 0 1583.7499999999998 250H416.25A166.24999999999997 166.24999999999997 0 0 0 250 416.2500000000003V1583.75zM529.75 500H1487.25A582.6666666666666 582.6666666666666 0 0 1 1008.5 750A582.6666666666666 582.6666666666666 0 0 1 529.75 500zM1000 916.6666666666669A291.6666666666667 291.6666666666667 0 1 1 1000 1500A291.6666666666667 291.6666666666667 0 0 1 1000 916.6666666666669z" />
+ <glyph glyph-name="account-box-line"
+ unicode="&#xEA04;"
+ horiz-adv-x="2000" d="M250 1583.75C250 1675.5833333333335 324.4166666666667 1750 416.25 1750H1583.7499999999998C1675.5833333333333 1750 1750 1675.5833333333335 1750 1583.75V416.2500000000003A166.24999999999997 166.24999999999997 0 0 0 1583.7499999999998 250H416.25A166.24999999999997 166.24999999999997 0 0 0 250 416.2500000000003V1583.75zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM664.3333333333333 485A831.9166666666665 831.9166666666665 0 0 0 518.4166666666666 566.5000000000002A582.8333333333333 582.8333333333333 0 0 0 1008.5 833.3333333333335C1208.5 833.3333333333335 1384.9166666666665 732.75 1489.9999999999998 579.4166666666667A832.9166666666666 832.9166666666666 0 0 0 1346.3333333333333 494.0000000000002A416.08333333333337 416.08333333333337 0 0 1 1008.5 666.6666666666667C865.5833333333334 666.6666666666667 739.3333333333333 594.6666666666667 664.3333333333334 485zM1000 916.6666666666669A291.6666666666667 291.6666666666667 0 1 0 1000 1500A291.6666666666667 291.6666666666667 0 0 0 1000 916.6666666666669zM1000 1083.3333333333335A125 125 0 1 1 1000 1333.3333333333335A125 125 0 0 1 1000 1083.3333333333335z" />
+ <glyph glyph-name="account-circle-fill"
+ unicode="&#xEA05;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM501.9166666666666 715.3333333333335C624.2499999999999 532.8333333333333 807.9166666666666 416.6666666666668 1013.3333333333331 416.6666666666668C1218.6666666666667 416.6666666666668 1402.4166666666667 532.7500000000002 1524.6666666666665 715.3333333333335A747.3333333333333 747.3333333333333 0 0 1 1013.3333333333331 916.6666666666669A747.3333333333333 747.3333333333333 0 0 1 501.9166666666667 715.3333333333335zM1000 1083.3333333333335A250 250 0 1 1 1000 1583.3333333333335A250 250 0 0 1 1000 1083.3333333333335z" />
+ <glyph glyph-name="account-circle-line"
+ unicode="&#xEA06;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM584.4166666666666 478.6666666666667A663.8333333333333 663.8333333333333 0 0 1 1000 333.3333333333335C1164.1666666666667 333.3333333333335 1314.4166666666665 392.6666666666668 1430.5833333333335 491A581.5833333333333 581.5833333333333 0 0 1 1013.3333333333331 666.6666666666667A581.75 581.75 0 0 1 584.4166666666666 478.6666666666667zM467.9999999999999 598.3333333333335A747.9166666666665 747.9166666666665 0 0 0 1013.3333333333331 833.3333333333335A747.6666666666665 747.6666666666665 0 0 0 1543.4999999999998 613.8333333333335A666.6666666666666 666.6666666666666 0 1 1 467.9999999999998 598.25zM1000 916.6666666666669A333.3333333333333 333.3333333333333 0 1 0 1000 1583.3333333333335A333.3333333333333 333.3333333333333 0 0 0 1000 916.6666666666669zM1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1000 1083.3333333333335z" />
+ <glyph glyph-name="account-pin-box-fill"
+ unicode="&#xEA07;"
+ horiz-adv-x="2000" d="M1166.6666666666665 250L1000 83.3333333333335L833.3333333333333 250H416.25A166.24999999999997 166.24999999999997 0 0 0 250 416.2500000000003V1583.75C250 1675.5833333333335 324.4166666666667 1750 416.25 1750H1583.7499999999998C1675.5833333333333 1750 1750 1675.5833333333335 1750 1583.75V416.2500000000003A166.24999999999997 166.24999999999997 0 0 0 1583.7499999999998 250H1166.6666666666665zM529.75 500H1487.25A582.6666666666666 582.6666666666666 0 0 1 1008.5 750A582.6666666666666 582.6666666666666 0 0 1 529.75 500zM1000 916.6666666666669A291.6666666666667 291.6666666666667 0 1 1 1000 1500A291.6666666666667 291.6666666666667 0 0 1 1000 916.6666666666669z" />
+ <glyph glyph-name="account-pin-box-line"
+ unicode="&#xEA08;"
+ horiz-adv-x="2000" d="M1166.6666666666665 250L1000 83.3333333333335L833.3333333333333 250H416.25A166.24999999999997 166.24999999999997 0 0 0 250 416.2500000000003V1583.75C250 1675.5833333333335 324.4166666666667 1750 416.25 1750H1583.7499999999998C1675.5833333333333 1750 1750 1675.5833333333335 1750 1583.75V416.2500000000003A166.24999999999997 166.24999999999997 0 0 0 1583.7499999999998 250H1166.6666666666665zM1583.3333333333333 416.6666666666668V1583.3333333333335H416.6666666666667V416.6666666666668H902.3333333333331L1000 319L1097.6666666666667 416.6666666666668H1583.3333333333333zM664.3333333333333 485A831.9166666666665 831.9166666666665 0 0 0 518.4166666666666 566.5000000000002A582.8333333333333 582.8333333333333 0 0 0 1008.5 833.3333333333335C1208.5 833.3333333333335 1384.9166666666665 732.75 1489.9999999999998 579.4166666666667A832.9166666666666 832.9166666666666 0 0 0 1346.3333333333333 494.0000000000002A416.08333333333337 416.08333333333337 0 0 1 1008.5 666.6666666666667C865.5833333333334 666.6666666666667 739.3333333333333 594.6666666666667 664.3333333333334 485zM1000 916.6666666666669A291.6666666666667 291.6666666666667 0 1 0 1000 1500A291.6666666666667 291.6666666666667 0 0 0 1000 916.6666666666669zM1000 1083.3333333333335A125 125 0 1 1 1000 1333.3333333333335A125 125 0 0 1 1000 1083.3333333333335z" />
+ <glyph glyph-name="account-pin-circle-fill"
+ unicode="&#xEA09;"
+ horiz-adv-x="2000" d="M1188 188.0000000000002L1000 0L811.9999999999999 188.0000000000002C442.5 273.3333333333335 166.6666666666667 604.6666666666667 166.6666666666667 1000C166.6666666666667 1460 540 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460 1833.3333333333333 1000C1833.3333333333333 604.6666666666667 1557.5 273.3333333333335 1188 188.0000000000002zM501.9166666666666 715.3333333333335C624.2499999999999 532.8333333333333 807.9166666666666 416.6666666666668 1013.3333333333331 416.6666666666668C1218.6666666666667 416.6666666666668 1402.4166666666667 532.7500000000002 1524.6666666666665 715.3333333333335A747.3333333333333 747.3333333333333 0 0 1 1013.3333333333331 916.6666666666669A747.3333333333333 747.3333333333333 0 0 1 501.9166666666667 715.3333333333335zM1000 1083.3333333333335A250 250 0 1 1 1000 1583.3333333333335A250 250 0 0 1 1000 1083.3333333333335z" />
+ <glyph glyph-name="account-pin-circle-line"
+ unicode="&#xEA0A;"
+ horiz-adv-x="2000" d="M812.0833333333333 187.9166666666668C442.3333333333333 273.1666666666668 166.6666666666667 604.4166666666667 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000C1833.3333333333333 604.4166666666667 1557.6666666666665 273.1666666666668 1187.9166666666665 187.916666666667L1000 0L812.0833333333334 187.9166666666668zM584.3333333333331 478.5833333333333A662.75 662.75 0 0 1 849.4999999999999 350.3333333333333L896.1666666666666 339.5833333333331L1000 235.6666666666668L1103.9166666666665 339.5833333333333L1150.5833333333333 350.4166666666665A663 663 0 0 1 1430.5833333333335 490.9166666666665A581.5833333333333 581.5833333333333 0 0 1 1013.3333333333331 666.6666666666667C843.6666666666666 666.6666666666667 690.8333333333333 594.1666666666667 584.3333333333334 478.5833333333333zM467.9999999999999 598.3333333333335A747.9166666666665 747.9166666666665 0 0 0 1013.3333333333331 833.3333333333335A747.6666666666665 747.6666666666665 0 0 0 1543.4999999999998 613.8333333333335A666.6666666666666 666.6666666666666 0 1 1 467.9999999999998 598.25zM1000 916.6666666666669A333.3333333333333 333.3333333333333 0 1 0 1000 1583.3333333333335A333.3333333333333 333.3333333333333 0 0 0 1000 916.6666666666669zM1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 1083.3333333333335z" />
+ <glyph glyph-name="add-box-fill"
+ unicode="&#xEA0B;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM916.6666666666666 1083.3333333333335H583.3333333333333V916.6666666666669H916.6666666666666V583.3333333333335H1083.3333333333333V916.6666666666669H1416.6666666666665V1083.3333333333335H1083.3333333333333V1416.6666666666667H916.6666666666666V1083.3333333333335z" />
+ <glyph glyph-name="add-box-line"
+ unicode="&#xEA0C;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM916.6666666666666 1083.3333333333335V1416.6666666666667H1083.3333333333333V1083.3333333333335H1416.6666666666665V916.6666666666669H1083.3333333333333V583.3333333333335H916.6666666666666V916.6666666666669H583.3333333333333V1083.3333333333335H916.6666666666666z" />
+ <glyph glyph-name="add-circle-fill"
+ unicode="&#xEA0D;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM916.6666666666666 1083.3333333333335H583.3333333333333V916.6666666666669H916.6666666666666V583.3333333333335H1083.3333333333333V916.6666666666669H1416.6666666666665V1083.3333333333335H1083.3333333333333V1416.6666666666667H916.6666666666666V1083.3333333333335z" />
+ <glyph glyph-name="add-circle-line"
+ unicode="&#xEA0E;"
+ horiz-adv-x="2000" d="M916.6666666666666 1083.3333333333335V1416.6666666666667H1083.3333333333333V1083.3333333333335H1416.6666666666665V916.6666666666669H1083.3333333333333V583.3333333333335H916.6666666666666V916.6666666666669H583.3333333333333V1083.3333333333335H916.6666666666666zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335z" />
+ <glyph glyph-name="add-fill"
+ unicode="&#xEA0F;"
+ horiz-adv-x="2000" d="M916.6666666666666 1083.3333333333335V1583.3333333333335H1083.3333333333333V1083.3333333333335H1583.3333333333333V916.6666666666669H1083.3333333333333V416.6666666666668H916.6666666666666V916.6666666666669H416.6666666666667V1083.3333333333335z" />
+ <glyph glyph-name="add-line"
+ unicode="&#xEA10;"
+ horiz-adv-x="2000" d="M916.6666666666666 1083.3333333333335V1583.3333333333335H1083.3333333333333V1083.3333333333335H1583.3333333333333V916.6666666666669H1083.3333333333333V416.6666666666668H916.6666666666666V916.6666666666669H416.6666666666667V1083.3333333333335z" />
+ <glyph glyph-name="admin-fill"
+ unicode="&#xEA11;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1750 583.3333333333335H1833.3333333333333V166.6666666666668H1166.6666666666665V583.3333333333335H1250V666.6666666666667A250 250 0 0 0 1750 666.6666666666667V583.3333333333335zM1583.3333333333333 583.3333333333335V666.6666666666667A83.33333333333333 83.33333333333333 0 0 1 1416.6666666666665 666.6666666666667V583.3333333333335H1583.3333333333333z" />
+ <glyph glyph-name="admin-line"
+ unicode="&#xEA12;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V666.6666666666667A500 500 0 0 1 500 166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335zM1750 583.3333333333335H1833.3333333333333V166.6666666666668H1166.6666666666665V583.3333333333335H1250V666.6666666666667A250 250 0 0 0 1750 666.6666666666667V583.3333333333335zM1583.3333333333333 583.3333333333335V666.6666666666667A83.33333333333333 83.33333333333333 0 0 1 1416.6666666666665 666.6666666666667V583.3333333333335H1583.3333333333333z" />
+ <glyph glyph-name="airplay-fill"
+ unicode="&#xEA13;"
+ horiz-adv-x="2000" d="M1033.3333333333333 872.25L1449.9999999999998 316.6666666666668A41.666666666666664 41.666666666666664 0 0 0 1416.6666666666665 250H583.3333333333333A41.666666666666664 41.666666666666664 0 0 0 549.9999999999999 316.6666666666668L966.6666666666666 872.25A41.666666666666664 41.666666666666664 0 0 0 1033.3333333333333 872.25zM1500 416.6666666666668V583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V583.3333333333335H500V416.6666666666668H249.3333333333333A82.83333333333334 82.83333333333334 0 0 0 166.6666666666667 500V1666.6666666666667C166.6666666666667 1712.6666666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1666.6666666666667V500C1833.3333333333333 454.0000000000002 1795.4166666666667 416.6666666666668 1750.6666666666665 416.6666666666668H1500z" />
+ <glyph glyph-name="airplay-line"
+ unicode="&#xEA14;"
+ horiz-adv-x="2000" d="M1033.3333333333333 872.25L1449.9999999999998 316.6666666666668A41.666666666666664 41.666666666666664 0 0 0 1416.6666666666665 250H583.3333333333333A41.666666666666664 41.666666666666664 0 0 0 549.9999999999999 316.6666666666668L966.6666666666666 872.25A41.666666666666664 41.666666666666664 0 0 0 1033.3333333333333 872.25zM1000 639.166666666667L833.3333333333333 416.6666666666668H1166.6666666666665L1000 639.166666666667zM1500 416.6666666666668V583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V583.3333333333335H500V416.6666666666668H249.3333333333333A82.83333333333334 82.83333333333334 0 0 0 166.6666666666667 500V1666.6666666666667C166.6666666666667 1712.6666666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1666.6666666666667V500C1833.3333333333333 454.0000000000002 1795.4166666666667 416.6666666666668 1750.6666666666665 416.6666666666668H1500z" />
+ <glyph glyph-name="alarm-fill"
+ unicode="&#xEA15;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668A749.9999999999999 749.9999999999999 0 1 0 1000 1666.6666666666667A749.9999999999999 749.9999999999999 0 0 0 1000 166.6666666666668zM1083.3333333333333 916.6666666666669V1333.3333333333335H916.6666666666666V750H1333.3333333333333V916.6666666666669H1083.3333333333333zM145.5833333333334 1476.5L440.1666666666667 1771.0833333333333L558.0833333333333 1653.25L263.3333333333333 1358.5833333333335L145.5833333333334 1476.5zM1559.7499999999998 1771.0833333333333L1854.4166666666663 1476.5L1736.583333333333 1358.5833333333335L1441.9166666666663 1653.25L1559.833333333333 1771.0833333333333z" />
+ <glyph glyph-name="alarm-line"
+ unicode="&#xEA16;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668A749.9999999999999 749.9999999999999 0 1 0 1000 1666.6666666666667A749.9999999999999 749.9999999999999 0 0 0 1000 166.6666666666668zM1000 333.3333333333335A583.3333333333334 583.3333333333334 0 1 1 1000 1500A583.3333333333334 583.3333333333334 0 0 1 1000 333.3333333333335zM1083.3333333333333 916.6666666666669H1333.3333333333333V750H916.6666666666666V1333.3333333333335H1083.3333333333333V916.6666666666669zM145.5833333333334 1476.5L440.1666666666667 1771.0833333333333L558.0833333333333 1653.25L263.3333333333333 1358.5833333333335L145.5833333333334 1476.5zM1559.7499999999998 1771.0833333333333L1854.4166666666663 1476.5L1736.583333333333 1358.5833333333335L1441.9166666666663 1653.25L1559.833333333333 1771.0833333333333z" />
+ <glyph glyph-name="alarm-warning-fill"
+ unicode="&#xEA17;"
+ horiz-adv-x="2000" d="M333.3333333333333 333.3333333333335V833.3333333333335A666.6666666666666 666.6666666666666 0 1 0 1666.6666666666665 833.3333333333335V333.3333333333335H1750V166.6666666666668H250V333.3333333333335H333.3333333333333zM500 833.3333333333335H666.6666666666666A333.3333333333333 333.3333333333333 0 0 0 1000 1166.6666666666667V1333.3333333333335A500 500 0 0 1 500 833.3333333333335zM916.6666666666666 1833.3333333333333H1083.3333333333333V1583.3333333333335H916.6666666666666V1833.3333333333333zM1648.1666666666665 1599.3333333333335L1766 1481.5L1589.3333333333333 1304.75L1471.4166666666665 1422.5833333333335L1648.1666666666665 1599.3333333333335zM234 1481.5L351.8333333333333 1599.3333333333333L528.5833333333333 1422.6666666666665L410.8333333333333 1304.6666666666667L234 1481.5z" />
+ <glyph glyph-name="alarm-warning-line"
+ unicode="&#xEA18;"
+ horiz-adv-x="2000" d="M333.3333333333333 333.3333333333335V833.3333333333335A666.6666666666666 666.6666666666666 0 1 0 1666.6666666666665 833.3333333333335V333.3333333333335H1750V166.6666666666668H250V333.3333333333335H333.3333333333333zM500 333.3333333333335H1500V833.3333333333335A500 500 0 1 1 500 833.3333333333335V333.3333333333335zM916.6666666666666 1833.3333333333333H1083.3333333333333V1583.3333333333335H916.6666666666666V1833.3333333333333zM1648.1666666666665 1599.3333333333335L1766 1481.5L1589.3333333333333 1304.75L1471.4166666666665 1422.5833333333335L1648.1666666666665 1599.3333333333335zM234 1481.5L351.8333333333333 1599.3333333333333L528.5833333333333 1422.6666666666665L410.8333333333333 1304.6666666666667L234 1481.5zM583.3333333333333 833.3333333333335A416.6666666666667 416.6666666666667 0 0 0 1000 1250V1083.3333333333335A250 250 0 0 1 750 833.3333333333335H583.3333333333333z" />
+ <glyph glyph-name="album-fill"
+ unicode="&#xEA19;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 666.6666666666667C1184.4166666666667 666.6666666666667 1333.3333333333333 815.5833333333333 1333.3333333333333 1000S1184.4166666666667 1333.3333333333335 1000 1333.3333333333335S666.6666666666666 1184.4166666666667 666.6666666666666 1000S815.5833333333333 666.6666666666667 1000 666.6666666666667zM1000 1083.3333333333335C1045.8333333333333 1083.3333333333335 1083.3333333333333 1045.8333333333335 1083.3333333333333 1000S1045.8333333333333 916.6666666666669 1000 916.6666666666669S916.6666666666666 954.1666666666669 916.6666666666666 1000S954.1666666666666 1083.3333333333335 1000 1083.3333333333335z" />
+ <glyph glyph-name="album-line"
+ unicode="&#xEA1A;"
+ horiz-adv-x="2000" d="M1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 833.3333333333335zM1000 666.6666666666667A333.3333333333333 333.3333333333333 0 1 0 1000 1333.3333333333335A333.3333333333333 333.3333333333333 0 0 0 1000 666.6666666666667z" />
+ <glyph glyph-name="align-bottom"
+ unicode="&#xEA1B;"
+ horiz-adv-x="2000" d="M250 416.6666666666668H1750V250H250V416.6666666666668zM666.6666666666666 916.6666666666669H916.6666666666666L583.3333333333333 583.3333333333335L250 916.6666666666669H500V1750H666.6666666666666V916.6666666666669zM1500 916.6666666666669H1750L1416.6666666666665 583.3333333333335L1083.3333333333333 916.6666666666669H1333.3333333333333V1750H1500V916.6666666666669z" />
+ <glyph glyph-name="align-center"
+ unicode="&#xEA1C;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM416.6666666666667 416.6666666666668H1583.3333333333333V250H416.6666666666667V416.6666666666668zM250 833.3333333333335H1750V666.6666666666667H250V833.3333333333335zM416.6666666666667 1250H1583.3333333333333V1083.3333333333335H416.6666666666667V1250z" />
+ <glyph glyph-name="align-justify"
+ unicode="&#xEA1D;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM250 416.6666666666668H1750V250H250V416.6666666666668zM250 833.3333333333335H1750V666.6666666666667H250V833.3333333333335zM250 1250H1750V1083.3333333333335H250V1250z" />
+ <glyph glyph-name="align-left"
+ unicode="&#xEA1E;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM250 416.6666666666668H1416.6666666666665V250H250V416.6666666666668zM250 833.3333333333335H1750V666.6666666666667H250V833.3333333333335zM250 1250H1416.6666666666665V1083.3333333333335H250V1250z" />
+ <glyph glyph-name="align-right"
+ unicode="&#xEA1F;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM583.3333333333333 416.6666666666668H1750V250H583.3333333333333V416.6666666666668zM250 833.3333333333335H1750V666.6666666666667H250V833.3333333333335zM583.3333333333333 1250H1750V1083.3333333333335H583.3333333333333V1250z" />
+ <glyph glyph-name="align-top"
+ unicode="&#xEA20;"
+ horiz-adv-x="2000" d="M250 1750H1750V1583.3333333333335H250V1750zM666.6666666666666 1083.3333333333335V250H500V1083.3333333333335H250L583.3333333333333 1416.6666666666667L916.6666666666666 1083.3333333333335H666.6666666666666zM1500 1083.3333333333335V250H1333.3333333333333V1083.3333333333335H1083.3333333333333L1416.6666666666665 1416.6666666666667L1750 1083.3333333333335H1500z" />
+ <glyph glyph-name="align-vertically"
+ unicode="&#xEA21;"
+ horiz-adv-x="2000" d="M250 1083.3333333333335H1750V916.6666666666669H250V1083.3333333333335zM1500 500V250H1333.3333333333333V500H1083.3333333333333L1416.6666666666665 833.3333333333335L1750 500H1500zM666.6666666666666 500V250H500V500H250L583.3333333333333 833.3333333333335L916.6666666666666 500H666.6666666666666zM1500 1500H1750L1416.6666666666665 1166.6666666666667L1083.3333333333333 1500H1333.3333333333333V1750H1500V1500zM666.6666666666666 1500H916.6666666666666L583.3333333333333 1166.6666666666667L250 1500H500V1750H666.6666666666666V1500z" />
+ <glyph glyph-name="alipay-fill"
+ unicode="&#xEA22;"
+ horiz-adv-x="2000" d="M1785.1666666666665 720.1666666666667C1465.9999999999998 816.25 1280.5833333333333 873.5 1228.6666666666665 892A1034.1666666666665 1034.1666666666665 0 0 1 1338.6666666666665 1168.6666666666665H1066.6666666666667V1260.6666666666667H1400V1317.3333333333335H1066.6666666666667V1471.3333333333335H938.6666666666669C915.3333333333334 1471.3333333333335 912.6666666666669 1450.6666666666665 912.6666666666669 1450.6666666666665V1318H600V1261.3333333333333H912.6666666666666V1169.3333333333335H656.6666666666666V1118H1175.3333333333333A914.3333333333333 914.3333333333333 0 0 0 1101.3333333333333 936.6666666666669C983.9999999999998 975.3333333333334 918.6666666666666 1002.0000000000002 775.3333333333331 1015.3333333333334C503.9999999999998 1041.3333333333335 441.3333333333332 892.0000000000002 431.3333333333332 800.6666666666667C416.6666666666667 661.3333333333335 540 548.0000000000002 724 548.0000000000002S1030.6666666666667 633.3333333333335 1147.3333333333333 774.6666666666667C1244.5833333333333 728.1666666666667 1425.5 647.5833333333335 1690.1666666666665 532.8333333333335A832.4999999999999 832.4999999999999 0 0 0 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000A831.9166666666665 831.9166666666665 0 0 0 1785.1666666666665 720.1666666666667zM702.6666666666666 636C508 636 477.3333333333333 759.3333333333333 487.3333333333334 810.6666666666665C497.3333333333334 861.9999999999998 554 928.6666666666666 662.6666666666667 928.6666666666666C787.3333333333334 928.6666666666666 898.6666666666666 896.6666666666665 1032.6666666666667 832C938.0000000000002 708.6666666666665 822.6666666666667 636 702.6666666666669 636z" />
+ <glyph glyph-name="alipay-line"
+ unicode="&#xEA23;"
+ horiz-adv-x="2000" d="M1534 600.8333333333335C1352.9166666666665 680 1224 738.0000000000002 1147.3333333333333 774.6666666666667C1030.6666666666667 633.3333333333335 908 548.0000000000002 724 548.0000000000002S416.6666666666667 661.3333333333335 431.3333333333333 800.6666666666667C441.3333333333333 892.0000000000002 504 1041.3333333333335 775.3333333333333 1015.3333333333334C918.6666666666669 1002.0000000000002 983.9999999999998 975.3333333333334 1101.3333333333333 936.666666666667C1131.3333333333333 992.0000000000002 1156.6666666666667 1053.3333333333335 1175.3333333333333 1118.0000000000002H656.6666666666666V1169.3333333333335H912.6666666666666V1261.3333333333333H600V1318H912.6666666666666V1450.6666666666667S915.3333333333331 1471.3333333333335 938.6666666666666 1471.3333333333335H1066.6666666666667V1317.3333333333335H1400V1260.6666666666667H1066.6666666666667V1168.6666666666667H1338.6666666666665A1034.1666666666665 1034.1666666666665 0 0 0 1228.6666666666665 892.0000000000002C1271.1666666666665 876.8333333333335 1403.4166666666667 835.6666666666667 1625.333333333333 768.4166666666667A666.6666666666666 666.6666666666666 0 1 1 1533.9999999999998 600.75zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM702.6666666666666 636C822.6666666666666 636 938 708.6666666666665 1032.6666666666665 832C898.6666666666665 896.6666666666665 787.3333333333334 928.6666666666666 662.6666666666665 928.6666666666666C553.9999999999999 928.6666666666666 497.3333333333332 861.9999999999998 487.3333333333332 810.6666666666665C477.3333333333332 759.3333333333333 507.9999999999999 636 702.6666666666665 636z" />
+ <glyph glyph-name="amazon-fill"
+ unicode="&#xEA24;"
+ horiz-adv-x="2000" d="M1832.9999999999995 480.8333333333335C1832.9999999999995 420.25 1799.2499999999998 303.5833333333335 1723.4999999999998 239.5C1708.3333333333333 227.8333333333333 1693.0833333333333 234.4166666666668 1699.7499999999998 251.4166666666668C1721.8333333333333 305.4166666666668 1772.4166666666665 430.3333333333333 1748.6666666666665 459.0833333333335C1731.9999999999998 480.9166666666667 1662.833333333333 479.3333333333333 1603.833333333333 474.25C1576.833333333333 470.8333333333333 1553.2499999999998 469.25 1534.8333333333333 465.5C1517.9166666666665 464.0833333333333 1514.4166666666665 479.0833333333333 1531.4166666666665 490.75C1553.2499999999998 506.1666666666665 1576.8333333333333 517.8333333333333 1603.9166666666665 526.4166666666667C1699.7499999999998 555.0833333333335 1810.5833333333333 537.8333333333335 1826.4166666666667 519.5000000000002C1829.4166666666667 516 1833.0833333333333 506.166666666667 1833.0833333333333 480.9166666666667zM1672.9166666666665 373A618.8333333333333 618.8333333333333 0 0 0 1603.75 327.1666666666665C1426.9166666666667 220.9166666666668 1197.9166666666665 165.2499999999998 998.9166666666669 165.2499999999998C678.6666666666667 165.2499999999998 392.2500000000001 283.3333333333333 174.9166666666668 480.9166666666665C156.3333333333335 496.083333333333 171.7500000000002 518.0833333333333 193.5000000000002 506.1666666666665C427.6666666666668 369.4999999999998 717.5000000000002 286.8333333333333 1017.5833333333334 286.8333333333333C1206.3333333333335 286.8333333333333 1409.916666666667 322.1666666666665 1603.8333333333335 398.1666666666663C1617.3333333333333 403.2499999999998 1632.5000000000002 410.1666666666663 1645.75 414.9999999999998C1676.3333333333335 428.7499999999998 1703.2500000000002 394.75 1672.9166666666667 372.9999999999998zM1158.7499999999998 1292.1666666666665C1158.7499999999998 1378.9166666666665 1162.1666666666665 1430 1133.4166666666665 1473.8333333333333C1107.9166666666665 1509.9166666666665 1063.9999999999998 1531.5833333333333 1002.7499999999998 1528.1666666666665C936.2499999999998 1524.5 864.8333333333333 1480.9166666666665 846.5833333333331 1401C843.0833333333333 1382.6666666666665 832.3333333333333 1364.6666666666665 810.2499999999999 1360.75L607.2499999999999 1386.5833333333333C592.7499999999999 1389.9166666666665 570.7499999999999 1401 577.9166666666665 1430C621.5 1659.3333333333335 817.5 1739.25 1002.7499999999998 1750H1046.3333333333333C1148 1750 1278.5833333333333 1720.9166666666667 1362.1666666666665 1644.6666666666667C1463.5833333333333 1550 1452.8333333333333 1422.8333333333335 1452.8333333333333 1284.6666666666667V957.4166666666669C1452.8333333333333 859.25 1492.5833333333333 815.7500000000002 1532.6666666666665 764.5833333333335C1543.4999999999998 746.3333333333335 1547.1666666666665 724.8333333333335 1528.9166666666663 710.0000000000002C1488.9166666666663 673.7500000000002 1412.7499999999998 608.416666666667 1369.1666666666663 572.1666666666667C1354.6666666666663 561.0833333333335 1328.4999999999995 559.9166666666667 1318.333333333333 568.4166666666665C1254.1666666666663 622.1666666666665 1238.4999999999995 652 1198.7499999999995 706.5833333333333C1129.583333333333 633.9999999999998 1071.583333333333 593.9166666666667 1002.4999999999995 572.1666666666665A586.25 586.25 0 0 0 853.8333333333329 554.1666666666663C679.6666666666663 554.1666666666663 541.6666666666662 662.7499999999998 541.6666666666662 877.4999999999995C541.6666666666662 1048.2499999999995 632.4999999999995 1164.333333333333 766.6666666666663 1219.2499999999995C900.833333333333 1274.2499999999995 1095.8333333333328 1291.7499999999995 1158.6666666666663 1292.0833333333328zM1118.9166666666665 859.5C1162.2499999999998 932.1666666666666 1158.6666666666665 991.6666666666666 1158.6666666666665 1124.9166666666665C1104.4166666666665 1124.9166666666665 1049.8333333333333 1121.1666666666665 1002.7499999999998 1110.0833333333333C915.6666666666666 1084.833333333333 846.5833333333331 1030 846.5833333333331 913.8333333333331C846.5833333333331 822.9999999999998 893.8333333333333 761.1666666666665 973.6666666666666 761.1666666666665C984.6666666666666 761.1666666666665 994.3333333333331 762.4999999999998 1002.7499999999998 764.9166666666665C1058.5833333333333 780.4166666666665 1093.4166666666665 808.4166666666665 1118.9166666666665 859.4999999999998z" />
+ <glyph glyph-name="amazon-line"
+ unicode="&#xEA25;"
+ horiz-adv-x="2000" d="M1302.0833333333333 781.6666666666667C1209.8333333333333 646.75 1074.75 583.0000000000002 916.6666666666666 583.0000000000002C724.6666666666666 583.0000000000002 560.3333333333334 730.7500000000002 583.9166666666666 926.6666666666669C610.1666666666666 1144.0000000000002 778.9166666666666 1237.5 1059.5833333333333 1271.916666666667C1109.6666666666665 1278.0000000000002 1130.4166666666665 1279.75 1238.5 1287.75L1250 1288.5833333333335V1306.5C1250 1456.1666666666667 1161 1558.3333333333335 1041.6666666666665 1558.3333333333335C921.9166666666666 1558.3333333333335 838.3333333333334 1496.0833333333335 787.0833333333333 1347.8333333333335L629.5833333333334 1402.1666666666667C703.5 1616.3333333333335 849.4166666666666 1725 1041.6666666666665 1725C1258.5833333333333 1725 1416.6666666666665 1543.5 1416.6666666666665 1306.5C1416.6666666666665 1085.75 1430.25 910.1666666666669 1456.9166666666667 843.4166666666667C1486.5833333333335 769.0833333333335 1497.4166666666667 750.3333333333335 1530.5833333333333 709.0000000000002L1400.5833333333335 604.7500000000002C1357.0000000000002 659.0833333333337 1337.8333333333335 692.1666666666667 1302.1666666666667 781.5833333333335V781.6666666666667zM1771.4166666666663 287.916666666667C1748.833333333333 271.2500000000003 1709.583333333333 281.166666666667 1727.333333333333 324.5833333333337C1749.4166666666665 378.5833333333337 1772.9166666666665 441.9166666666672 1749.1666666666665 470.5833333333335C1731.6666666666663 491.8333333333335 1710.2499999999998 502.416666666667 1663.583333333333 502.416666666667C1625.2499999999995 502.416666666667 1606.083333333333 497.4166666666672 1580.6666666666663 495.7500000000005C1563.6666666666663 494.666666666667 1556.2499999999998 520.5000000000005 1573.0833333333328 532.4166666666672A246.66666666666663 246.66666666666663 0 0 0 1645.583333333333 568.0833333333339C1741.416666666666 596.7500000000007 1854.3333333333328 581.0000000000007 1868.0833333333328 561.1666666666674C1898.499999999999 517.0000000000007 1851.499999999999 347.0833333333342 1771.416666666666 287.8333333333342zM1672.9166666666665 378.2500000000003A629.5833333333333 629.5833333333333 0 0 0 1603.75 320.3333333333335C1426.9166666666667 185.666666666667 1197.9166666666665 115.3333333333335 998.9166666666669 115.3333333333335C678.6666666666667 115.3333333333335 392.2500000000001 264.75 174.9166666666668 514.916666666667C156.3333333333335 534.0833333333337 171.7500000000002 562.0833333333335 193.5000000000002 546.916666666667C427.6666666666668 373.8333333333337 717.5000000000002 269.1666666666672 1017.5833333333334 269.1666666666672C1206.3333333333335 269.1666666666672 1409.916666666667 313.916666666667 1603.8333333333335 410.2500000000005C1617.3333333333333 416.583333333334 1632.5000000000002 425.2500000000005 1645.75 431.4166666666674C1676.3333333333335 448.9166666666674 1703.2500000000002 405.9166666666672 1672.9166666666667 378.2500000000005zM1250.833333333333 1121.5833333333335C1145.9999999999998 1113.7500000000002 1126.1666666666663 1112.166666666667 1079.833333333333 1106.5000000000002C867.1666666666665 1080.416666666667 763.4166666666664 1022.9166666666669 749.4166666666665 906.666666666667C738.9166666666665 819.7500000000005 816.9166666666665 749.666666666667 916.6666666666666 749.666666666667C1086.583333333333 749.666666666667 1209.7499999999998 852.0000000000002 1251.833333333333 1121.5833333333335H1250.833333333333z" />
+ <glyph glyph-name="anchor-fill"
+ unicode="&#xEA26;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1177.1666666666665V339.3333333333333C1384.9166666666665 377.0833333333333 1623.9166666666667 617.3333333333333 1661.4999999999998 920.3333333333334H1416.6666666666665L1725.3333333333333 1416.6666666666667A836.75 836.75 0 0 0 1833.3333333333333 1004.1666666666669C1833.3333333333333 541.6666666666667 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 541.6666666666667 166.6666666666667 1004.1666666666669C166.6666666666667 1154.166666666667 205.9166666666667 1294.916666666667 274.6666666666667 1416.6666666666667L583.3333333333333 920.3333333333334H338.5C376.0833333333333 617.3333333333335 615.1666666666666 377.0833333333333 916.6666666666666 339.3333333333333V1177.1666666666665A333.49999999999994 333.49999999999994 0 0 0 1000 1833.3333333333333A333.3333333333333 333.3333333333333 0 0 0 1083.3333333333333 1177.166666666667zM1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 1333.3333333333335z" />
+ <glyph glyph-name="anchor-line"
+ unicode="&#xEA27;"
+ horiz-adv-x="2000" d="M170.8333333333333 1083.3333333333335H583.3333333333333V916.6666666666669H338.5A666.9999999999999 666.9999999999999 0 0 1 916.6666666666666 338.5000000000003V1177.1666666666665A333.49999999999994 333.49999999999994 0 0 0 1000 1833.3333333333333A333.3333333333333 333.3333333333333 0 0 0 1083.3333333333333 1177.166666666667V338.5000000000003A666.9999999999999 666.9999999999999 0 0 1 1661.4999999999998 916.6666666666669H1416.6666666666665V1083.3333333333335H1829.1666666666663C1831.9166666666663 1055.9166666666665 1833.3333333333333 1028.0833333333335 1833.3333333333333 1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1028.0833333333335 168.0833333333333 1055.9166666666665 170.8333333333333 1083.3333333333335zM1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 1333.3333333333335z" />
+ <glyph glyph-name="android-fill"
+ unicode="&#xEA28;"
+ horiz-adv-x="2000" d="M531.8333333333333 1669.3333333333335A746.8333333333333 746.8333333333333 0 0 0 1000 1833.3333333333333C1177.0833333333333 1833.3333333333333 1339.8333333333333 1772 1468.1666666666667 1669.3333333333335L1589.25 1790.4166666666667L1707.0833333333335 1672.5833333333335L1586.0000000000002 1551.5A746.8333333333333 746.8333333333333 0 0 0 1750 1083.3333333333335V1000H250V1083.3333333333335C250 1260.4166666666667 311.3333333333333 1423.1666666666667 414 1551.5L292.9166666666667 1672.5L410.75 1790.3333333333333L531.8333333333334 1669.25zM250 833.3333333333335H1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V833.3333333333335zM750 1250A83.33333333333333 83.33333333333333 0 1 1 750 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 1 750 1250zM1250 1250A83.33333333333333 83.33333333333333 0 1 1 1250 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 1 1250 1250z" />
+ <glyph glyph-name="android-line"
+ unicode="&#xEA29;"
+ horiz-adv-x="2000" d="M1583.3333333333333 916.6666666666669H416.6666666666667V333.3333333333335H1583.3333333333333V916.6666666666669zM1583.3333333333333 1083.3333333333335A583.3333333333334 583.3333333333334 0 0 1 416.6666666666667 1083.3333333333335H1583.3333333333333zM531.8333333333333 1669.3333333333335A746.8333333333333 746.8333333333333 0 0 0 1000 1833.3333333333333C1177.0833333333333 1833.3333333333333 1339.8333333333333 1772 1468.1666666666667 1669.3333333333335L1589.25 1790.4166666666667L1707.0833333333335 1672.5833333333335L1586.0000000000002 1551.5A746.8333333333333 746.8333333333333 0 0 0 1750 1083.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1083.3333333333335C250 1260.4166666666667 311.3333333333333 1423.1666666666667 414 1551.5L292.9166666666667 1672.5L410.75 1790.3333333333333L531.8333333333334 1669.25zM750 1250A83.33333333333333 83.33333333333333 0 1 0 750 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 750 1250zM1250 1250A83.33333333333333 83.33333333333333 0 1 0 1250 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1250 1250z" />
+ <glyph glyph-name="apple-fill"
+ unicode="&#xEA2A;"
+ horiz-adv-x="2000" d="M968.6666666666666 1398.1666666666665C895.6666666666667 1398.1666666666665 782.6666666666666 1481.1666666666665 663.6666666666666 1478.1666666666665C506.6666666666666 1476.1666666666665 362.6666666666667 1387.1666666666665 281.6666666666668 1246.1666666666667C118.6666666666667 963.1666666666669 239.6666666666667 545.166666666667 398.6666666666667 315.1666666666668C476.6666666666667 203.1666666666668 568.6666666666667 77.166666666667 690.6666666666666 81.1666666666667C807.6666666666666 86.1666666666667 851.6666666666666 157.1666666666668 993.6666666666666 157.1666666666668C1134.6666666666665 157.1666666666668 1174.6666666666665 81.1666666666667 1298.6666666666665 84.1666666666665C1424.6666666666665 86.1666666666667 1504.6666666666667 198.1666666666665 1581.6666666666665 311.1666666666665C1670.6666666666667 441.1666666666665 1707.6666666666667 567.1666666666665 1709.6666666666667 574.1666666666665C1706.6666666666665 575.1666666666665 1464.6666666666665 668.1666666666665 1461.6666666666667 948.1666666666666C1459.6666666666667 1182.1666666666665 1652.6666666666667 1294.1666666666665 1661.6666666666667 1299.1666666666665C1551.6666666666667 1460.1666666666665 1382.6666666666667 1478.1666666666665 1323.6666666666665 1482.1666666666665C1169.6666666666665 1494.1666666666665 1040.6666666666665 1398.1666666666665 968.6666666666666 1398.1666666666665zM1228.6666666666665 1634.1666666666665C1293.6666666666665 1712.1666666666665 1336.6666666666665 1821.1666666666667 1324.6666666666665 1929.1666666666663C1231.6666666666665 1925.1666666666663 1119.6666666666665 1867.1666666666663 1052.6666666666665 1789.1666666666667C992.6666666666666 1720.1666666666667 940.6666666666666 1609.1666666666665 954.6666666666666 1503.1666666666667C1057.6666666666665 1495.1666666666667 1163.6666666666665 1556.1666666666667 1228.6666666666665 1634.1666666666667z" />
+ <glyph glyph-name="apple-line"
+ unicode="&#xEA2B;"
+ horiz-adv-x="2000" d="M1310.7499999999998 1316C1271.333333333333 1319.0833333333335 1228.9999999999998 1309.6666666666665 1164.1666666666665 1284.9166666666667C1169.6666666666665 1287 1102.333333333333 1260.75 1083.4999999999998 1254.0833333333335C1041.6666666666665 1239.5 1007.2499999999998 1231.5 968.6666666666666 1231.5C930.4999999999998 1231.5 895.3333333333331 1239.1666666666667 854.8333333333333 1252.75C841.9166666666666 1257.166666666667 828.9166666666665 1261.9166666666667 812.7499999999998 1268.25C805.9166666666664 1270.916666666667 780.9166666666665 1280.9166666666667 775.4166666666664 1283C721.4166666666665 1304.1666666666667 690.9999999999998 1312.1666666666667 665.7499999999998 1311.5C569.7499999999998 1310.25 478.8333333333332 1254.8333333333335 426.0833333333332 1163C318.4166666666665 976.0000000000002 377.9999999999998 638.0833333333335 535.4166666666665 410.4166666666668C619.2499999999998 290.0833333333335 665.0833333333331 247.0833333333335 683.5833333333331 247.666666666667C702.083333333333 248.5000000000003 715.6666666666664 252.4166666666668 748.833333333333 266.416666666667L762.7499999999997 272.3333333333337C846.4999999999998 308.0833333333337 905.2499999999995 323.8333333333337 993.6666666666662 323.8333333333337C1078.7499999999998 323.8333333333337 1135.5833333333328 308.3333333333337 1215.9999999999995 273.666666666667L1229.9999999999995 267.666666666667C1263.166666666666 253.5000000000003 1275.166666666666 250.333333333334 1295.9999999999995 250.8333333333335C1325.8333333333328 251.2500000000003 1362.5833333333328 285.5833333333337 1444.166666666666 405.3333333333335C1466.4999999999995 437.916666666667 1486.2499999999993 472.2500000000002 1503.3333333333328 507A612.8333333333333 612.8333333333333 0 0 0 1470.6666666666663 535.9166666666667C1363.2499999999995 638.2500000000002 1296.8333333333328 776.2500000000002 1294.9999999999995 946.7500000000002A552.0833333333333 552.0833333333333 0 0 0 1412.4999999999995 1295.166666666667A343.66666666666663 343.66666666666663 0 0 1 1310.7499999999995 1316.0000000000002zM1323.6666666666665 1482.1666666666665C1382.6666666666665 1478.1666666666665 1551.6666666666663 1460.1666666666665 1661.6666666666663 1299.1666666666667C1652.6666666666663 1294.1666666666665 1459.6666666666665 1182.1666666666667 1461.6666666666665 948.1666666666669C1464.6666666666665 668.1666666666667 1706.6666666666665 575.1666666666667 1709.6666666666665 574.1666666666667C1707.6666666666663 567.1666666666667 1670.6666666666665 441.1666666666668 1581.6666666666663 311.166666666667C1504.6666666666663 198.1666666666668 1424.6666666666663 86.166666666667 1298.6666666666663 84.166666666667C1174.6666666666663 81.1666666666667 1134.6666666666663 157.166666666667 993.6666666666662 157.166666666667C851.6666666666662 157.166666666667 807.6666666666663 86.166666666667 690.6666666666664 81.1666666666672C568.6666666666663 77.1666666666672 476.6666666666664 203.166666666667 398.6666666666664 315.166666666667C239.6666666666665 545.166666666667 118.6666666666664 963.166666666667 281.6666666666664 1246.166666666667C362.6666666666664 1387.166666666667 506.6666666666664 1476.166666666667 663.6666666666664 1478.166666666667C782.6666666666663 1481.166666666667 895.6666666666664 1398.166666666667 968.6666666666664 1398.166666666667C1040.6666666666665 1398.166666666667 1169.6666666666665 1494.166666666667 1323.6666666666663 1482.166666666667zM1228.6666666666665 1634.1666666666665C1163.6666666666665 1556.1666666666665 1057.6666666666665 1495.1666666666665 954.6666666666664 1503.1666666666665C940.6666666666666 1609.1666666666665 992.6666666666664 1720.1666666666665 1052.6666666666665 1789.1666666666665C1119.6666666666665 1867.1666666666663 1231.6666666666663 1925.1666666666663 1324.6666666666663 1929.1666666666663C1336.6666666666663 1821.1666666666663 1293.6666666666663 1712.1666666666665 1228.6666666666665 1634.1666666666665z" />
+ <glyph glyph-name="apps-2-fill"
+ unicode="&#xEA2C;"
+ horiz-adv-x="2000" d="M583.3333333333333 1041.6666666666667A374.99999999999994 374.99999999999994 0 1 0 583.3333333333333 1791.6666666666667A374.99999999999994 374.99999999999994 0 0 0 583.3333333333333 1041.6666666666667zM583.3333333333333 208.3333333333335A374.99999999999994 374.99999999999994 0 1 0 583.3333333333333 958.3333333333334A374.99999999999994 374.99999999999994 0 0 0 583.3333333333333 208.3333333333335zM1416.6666666666665 1041.6666666666667A374.99999999999994 374.99999999999994 0 1 0 1416.6666666666665 1791.6666666666667A374.99999999999994 374.99999999999994 0 0 0 1416.6666666666665 1041.6666666666667zM1416.6666666666665 208.3333333333335A374.99999999999994 374.99999999999994 0 1 0 1416.6666666666665 958.3333333333334A374.99999999999994 374.99999999999994 0 0 0 1416.6666666666665 208.3333333333335z" />
+ <glyph glyph-name="apps-2-line"
+ unicode="&#xEA2D;"
+ horiz-adv-x="2000" d="M541.6666666666666 1041.6666666666667A374.99999999999994 374.99999999999994 0 1 0 541.6666666666666 1791.6666666666667A374.99999999999994 374.99999999999994 0 0 0 541.6666666666666 1041.6666666666667zM583.3333333333333 208.3333333333335A374.99999999999994 374.99999999999994 0 1 0 583.3333333333333 958.3333333333334A374.99999999999994 374.99999999999994 0 0 0 583.3333333333333 208.3333333333335zM1416.6666666666665 1041.6666666666667A374.99999999999994 374.99999999999994 0 1 0 1416.6666666666665 1791.6666666666667A374.99999999999994 374.99999999999994 0 0 0 1416.6666666666665 1041.6666666666667zM1416.6666666666665 208.3333333333335A374.99999999999994 374.99999999999994 0 1 0 1416.6666666666665 958.3333333333334A374.99999999999994 374.99999999999994 0 0 0 1416.6666666666665 208.3333333333335zM541.6666666666666 1208.3333333333335A208.33333333333334 208.33333333333334 0 1 1 541.6666666666666 1625A208.33333333333334 208.33333333333334 0 0 1 541.6666666666666 1208.3333333333335zM583.3333333333333 375A208.33333333333334 208.33333333333334 0 1 1 583.3333333333333 791.6666666666667A208.33333333333334 208.33333333333334 0 0 1 583.3333333333333 375zM1416.6666666666665 1208.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1416.6666666666665 1625A208.33333333333334 208.33333333333334 0 0 1 1416.6666666666665 1208.3333333333335zM1416.6666666666665 375A208.33333333333334 208.33333333333334 0 1 1 1416.6666666666665 791.6666666666667A208.33333333333334 208.33333333333334 0 0 1 1416.6666666666665 375z" />
+ <glyph glyph-name="apps-fill"
+ unicode="&#xEA2E;"
+ horiz-adv-x="2000" d="M562.5 1791.6666666666667A354.1666666666666 354.1666666666666 0 0 0 916.6666666666666 1437.5V1083.3333333333335H562.5A354.1666666666666 354.1666666666666 0 1 0 562.5 1791.6666666666667zM562.5 916.6666666666669H916.6666666666666V562.5A354.1666666666666 354.1666666666666 0 1 0 562.5 916.6666666666669zM1437.5 1791.6666666666667A354.1666666666666 354.1666666666666 0 1 0 1437.5 1083.3333333333335H1083.3333333333333V1437.5A354.1666666666666 354.1666666666666 0 0 0 1437.5 1791.6666666666667zM1083.3333333333333 916.6666666666669H1437.5A354.1666666666666 354.1666666666666 0 1 0 1083.3333333333333 562.5V916.6666666666669z" />
+ <glyph glyph-name="apps-line"
+ unicode="&#xEA2F;"
+ horiz-adv-x="2000" d="M562.5 1791.6666666666667A354.1666666666666 354.1666666666666 0 0 0 916.6666666666666 1437.5V1083.3333333333335H562.5A354.1666666666666 354.1666666666666 0 1 0 562.5 1791.6666666666667zM750 1250V1437.5A187.49999999999997 187.49999999999997 0 1 1 562.5 1250H750zM562.5 916.6666666666669H916.6666666666666V562.5A354.1666666666666 354.1666666666666 0 1 0 562.5 916.6666666666669zM562.5 750A187.49999999999997 187.49999999999997 0 1 1 750 562.5V750H562.5zM1437.5 1791.6666666666667A354.1666666666666 354.1666666666666 0 1 0 1437.5 1083.3333333333335H1083.3333333333333V1437.5A354.1666666666666 354.1666666666666 0 0 0 1437.5 1791.6666666666667zM1437.5 1250A187.49999999999997 187.49999999999997 0 1 1 1250 1437.5V1250H1437.5zM1083.3333333333333 916.6666666666669H1437.5A354.1666666666666 354.1666666666666 0 1 0 1083.3333333333333 562.5V916.6666666666669zM1250 750V562.5A187.49999999999997 187.49999999999997 0 1 1 1437.5 750H1250z" />
+ <glyph glyph-name="archive-drawer-fill"
+ unicode="&#xEA30;"
+ horiz-adv-x="2000" d="M250 916.6666666666669H1750V249.8333333333333C1750 203.9166666666668 1712.9166666666665 166.6666666666665 1667.25 166.6666666666665H332.75A82.91666666666666 82.91666666666666 0 0 0 250 249.8333333333335V916.6666666666669zM250 1750.1666666666667C250 1796.0833333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1667.2499999999998C1712.9166666666665 1833.3333333333333 1749.9999999999995 1796.1666666666667 1749.9999999999995 1750.1666666666667V1083.3333333333335H250V1750.1666666666667zM750 1583.3333333333335V1416.6666666666667H1250V1583.3333333333335H750zM750 666.6666666666667V500H1250V666.6666666666667H750z" />
+ <glyph glyph-name="archive-drawer-line"
+ unicode="&#xEA31;"
+ horiz-adv-x="2000" d="M250 1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1667.2499999999998A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 1750.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.2499999999998 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM1583.3333333333333 1083.3333333333335V1666.6666666666667H416.6666666666667V1083.3333333333335H1583.3333333333333zM1583.3333333333333 916.6666666666669H416.6666666666667V333.3333333333335H1583.3333333333333V916.6666666666669zM750 1500H1250V1333.3333333333335H750V1500zM750 750H1250V583.3333333333335H750V750z" />
+ <glyph glyph-name="archive-fill"
+ unicode="&#xEA32;"
+ horiz-adv-x="2000" d="M250 1166.6666666666667H1750V333.0000000000003C1750 287.166666666667 1712.9166666666665 250.0000000000005 1667.25 250.0000000000005H332.75A82.83333333333334 82.83333333333334 0 0 0 250 333V1166.6666666666667zM750 1000V833.3333333333335H1250V1000H750zM166.6666666666667 1666.6666666666667C166.6666666666667 1712.6666666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1713 1833.3333333333333 1666.6666666666667V1333.3333333333335H166.6666666666667V1666.6666666666667z" />
+ <glyph glyph-name="archive-line"
+ unicode="&#xEA33;"
+ horiz-adv-x="2000" d="M250 1166.6666666666667H166.6666666666667V1666.4166666666667C166.6666666666667 1712.5833333333335 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665A82.5 82.5 0 0 0 1833.3333333333333 1666.4166666666667V1166.6666666666667H1750V333.2500000000003A82.99999999999999 82.99999999999999 0 0 0 1667.25 250.0000000000005H332.75A82.99999999999999 82.99999999999999 0 0 0 250 333.25V1166.6666666666667zM1583.3333333333333 1166.6666666666667H416.6666666666667V416.6666666666668H1583.3333333333333V1166.6666666666667zM333.3333333333333 1583.3333333333335V1333.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333zM750 1000H1250V833.3333333333335H750V1000z" />
+ <glyph glyph-name="arrow-down-circle-fill"
+ unicode="&#xEA34;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1083.3333333333333 1000V1333.3333333333335H916.6666666666666V1000H666.6666666666666L1000 666.6666666666667L1333.3333333333333 1000H1083.3333333333333z" />
+ <glyph glyph-name="arrow-down-circle-line"
+ unicode="&#xEA35;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 333.3333333333335C1368.3333333333335 333.3333333333335 1666.6666666666665 631.6666666666665 1666.6666666666665 1000S1368.3333333333335 1666.6666666666667 1000 1666.6666666666667S333.3333333333333 1368.3333333333335 333.3333333333333 1000S631.6666666666666 333.3333333333335 1000 333.3333333333335zM1083.3333333333333 1000H1333.3333333333333L1000 666.6666666666667L666.6666666666666 1000H916.6666666666666V1333.3333333333335H1083.3333333333333V1000z" />
+ <glyph glyph-name="arrow-down-fill"
+ unicode="&#xEA36;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1000H1666.6666666666665L1000 333.3333333333335L333.3333333333333 1000H916.6666666666666V1666.6666666666667H1083.3333333333333z" />
+ <glyph glyph-name="arrow-down-line"
+ unicode="&#xEA37;"
+ horiz-adv-x="2000" d="M1083.3333333333333 652.3333333333333L1530.3333333333333 1099.3333333333335L1648.1666666666667 981.5000000000002L1000 333.3333333333335L351.8333333333334 981.5L469.6666666666666 1099.3333333333333L916.6666666666666 652.3333333333333V1666.6666666666667H1083.3333333333333V652.3333333333333z" />
+ <glyph glyph-name="arrow-down-s-fill"
+ unicode="&#xEA38;"
+ horiz-adv-x="2000" d="M1000 666.6666666666667L500 1166.6666666666667H1500z" />
+ <glyph glyph-name="arrow-down-s-line"
+ unicode="&#xEA39;"
+ horiz-adv-x="2000" d="M1000 902.3333333333331L1412.4999999999998 1314.8333333333333L1530.3333333333333 1197L1000 666.6666666666667L469.6666666666666 1197L587.5 1314.8333333333335z" />
+ <glyph glyph-name="arrow-drop-down-fill"
+ unicode="&#xEA3A;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335L666.6666666666666 1166.6666666666667H1333.3333333333333z" />
+ <glyph glyph-name="arrow-drop-down-line"
+ unicode="&#xEA3B;"
+ horiz-adv-x="2000" d="M1000 750L646.4166666666666 1103.5833333333335L764.3333333333334 1221.4166666666667L1000 985.6666666666666L1235.6666666666665 1221.4166666666667L1353.583333333333 1103.5833333333335z" />
+ <glyph glyph-name="arrow-drop-left-fill"
+ unicode="&#xEA3C;"
+ horiz-adv-x="2000" d="M750 1000L1083.3333333333333 1333.3333333333335V666.6666666666667z" />
+ <glyph glyph-name="arrow-drop-left-line"
+ unicode="&#xEA3D;"
+ horiz-adv-x="2000" d="M985.6666666666666 1000L1221.4166666666665 764.3333333333335L1103.5833333333333 646.416666666667L750 1000L1103.5833333333333 1353.5833333333335L1221.4166666666665 1235.6666666666665L985.6666666666666 1000z" />
+ <glyph glyph-name="arrow-drop-right-fill"
+ unicode="&#xEA3E;"
+ horiz-adv-x="2000" d="M1166.6666666666665 1000L833.3333333333333 666.6666666666667V1333.3333333333335z" />
+ <glyph glyph-name="arrow-drop-right-line"
+ unicode="&#xEA3F;"
+ horiz-adv-x="2000" d="M1014.3333333333334 1000L778.5833333333333 1235.6666666666665L896.4166666666666 1353.5833333333335L1250 1000L896.4166666666666 646.4166666666665L778.5833333333333 764.3333333333333z" />
+ <glyph glyph-name="arrow-drop-up-fill"
+ unicode="&#xEA40;"
+ horiz-adv-x="2000" d="M1000 1166.6666666666667L1333.3333333333333 833.3333333333335H666.6666666666666z" />
+ <glyph glyph-name="arrow-drop-up-line"
+ unicode="&#xEA41;"
+ horiz-adv-x="2000" d="M1000 1014.3333333333334L764.3333333333334 778.5833333333335L646.4166666666666 896.4166666666667L1000 1250L1353.5833333333335 896.4166666666667L1235.6666666666667 778.5833333333335L1000 1014.3333333333334z" />
+ <glyph glyph-name="arrow-go-back-fill"
+ unicode="&#xEA42;"
+ horiz-adv-x="2000" d="M666.6666666666666 1416.6666666666667V1083.3333333333335L166.6666666666667 1500L666.6666666666666 1916.6666666666667V1583.3333333333335H1083.3333333333333A666.6666666666666 666.6666666666666 0 1 0 1083.3333333333333 250H333.3333333333333V416.6666666666668H1083.3333333333333A500 500 0 1 1 1083.3333333333333 1416.6666666666667H666.6666666666666z" />
+ <glyph glyph-name="arrow-go-back-line"
+ unicode="&#xEA43;"
+ horiz-adv-x="2000" d="M485.6666666666667 1416.6666666666667L697 1205.3333333333335L579.1666666666666 1087.5L166.6666666666667 1500L579.1666666666666 1912.5L697 1794.6666666666667L485.6666666666667 1583.3333333333335H1083.3333333333333A666.6666666666666 666.6666666666666 0 1 0 1083.3333333333333 250H333.3333333333333V416.6666666666668H1083.3333333333333A500 500 0 1 1 1083.3333333333333 1416.6666666666667H485.6666666666667z" />
+ <glyph glyph-name="arrow-go-forward-fill"
+ unicode="&#xEA44;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1416.6666666666667H916.6666666666666A500 500 0 1 1 916.6666666666666 416.6666666666668H1666.6666666666665V250H916.6666666666666A666.6666666666666 666.6666666666666 0 1 0 916.6666666666666 1583.3333333333335H1333.3333333333333V1916.6666666666667L1833.3333333333333 1500L1333.3333333333333 1083.3333333333335V1416.6666666666667z" />
+ <glyph glyph-name="arrow-go-forward-line"
+ unicode="&#xEA45;"
+ horiz-adv-x="2000" d="M1514.3333333333333 1416.6666666666667H916.6666666666666A500 500 0 1 1 916.6666666666666 416.6666666666668H1666.6666666666665V250H916.6666666666666A666.6666666666666 666.6666666666666 0 1 0 916.6666666666666 1583.3333333333335H1514.3333333333333L1303 1794.6666666666667L1420.8333333333333 1912.5L1833.3333333333333 1500L1420.8333333333333 1087.5L1303 1205.3333333333335L1514.3333333333333 1416.6666666666667z" />
+ <glyph glyph-name="arrow-left-circle-fill"
+ unicode="&#xEA46;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 1083.3333333333335V1333.3333333333335L666.6666666666666 1000L1000 666.6666666666667V916.6666666666669H1333.3333333333333V1083.3333333333335H1000z" />
+ <glyph glyph-name="arrow-left-circle-line"
+ unicode="&#xEA47;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 333.3333333333335C1368.3333333333335 333.3333333333335 1666.6666666666665 631.6666666666665 1666.6666666666665 1000S1368.3333333333335 1666.6666666666667 1000 1666.6666666666667S333.3333333333333 1368.3333333333335 333.3333333333333 1000S631.6666666666666 333.3333333333335 1000 333.3333333333335zM1000 1083.3333333333335H1333.3333333333333V916.6666666666669H1000V666.6666666666667L666.6666666666666 1000L1000 1333.3333333333335V1083.3333333333335z" />
+ <glyph glyph-name="arrow-left-down-fill"
+ unicode="&#xEA48;"
+ horiz-adv-x="2000" d="M1030 912.5L1442.4999999999998 500H499.8333333333333V1442.6666666666667L912.3333333333334 1030.1666666666667L1383.6666666666665 1501.5833333333335L1501.583333333333 1383.75z" />
+ <glyph glyph-name="arrow-left-down-line"
+ unicode="&#xEA49;"
+ horiz-adv-x="2000" d="M750 867.5L1467.2499999999998 1584.75L1585.0833333333333 1466.9166666666665L867.8333333333334 749.6666666666667H1500V583.0000000000002H583.3333333333333V1499.666666666667H750V867.5833333333335z" />
+ <glyph glyph-name="arrow-left-fill"
+ unicode="&#xEA4A;"
+ horiz-adv-x="2000" d="M1000 916.6666666666669V333.3333333333335L333.3333333333333 1000L1000 1666.6666666666667V1083.3333333333335H1666.6666666666665V916.6666666666669z" />
+ <glyph glyph-name="arrow-left-line"
+ unicode="&#xEA4B;"
+ horiz-adv-x="2000" d="M652.3333333333334 1083.3333333333335H1666.6666666666665V916.6666666666669H652.3333333333334L1099.3333333333333 469.6666666666667L981.5 351.8333333333333L333.3333333333333 1000L981.4999999999998 1648.1666666666665L1099.333333333333 1530.3333333333335z" />
+ <glyph glyph-name="arrow-left-s-fill"
+ unicode="&#xEA4C;"
+ horiz-adv-x="2000" d="M666.6666666666666 1000L1166.6666666666665 1500V500z" />
+ <glyph glyph-name="arrow-left-s-line"
+ unicode="&#xEA4D;"
+ horiz-adv-x="2000" d="M902.3333333333331 1000L1314.8333333333333 587.5000000000002L1196.9999999999998 469.6666666666667L666.6666666666666 1000L1197 1530.3333333333335L1314.8333333333333 1412.5z" />
+ <glyph glyph-name="arrow-left-up-fill"
+ unicode="&#xEA4E;"
+ horiz-adv-x="2000" d="M1030 1087.75L1501.5 616.416666666667L1383.5833333333335 498.5000000000002L912.2500000000002 969.916666666667L499.7500000000002 557.416666666667V1500.25H1442.4999999999998z" />
+ <glyph glyph-name="arrow-left-up-line"
+ unicode="&#xEA4F;"
+ horiz-adv-x="2000" d="M784.4999999999999 1333.3333333333335L1501.75 616.0833333333335L1383.9166666666665 498.25L666.6666666666666 1215.5V583.3333333333335H500V1500H1416.6666666666665V1333.3333333333335z" />
+ <glyph glyph-name="arrow-right-circle-fill"
+ unicode="&#xEA50;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 1083.3333333333335H666.6666666666666V916.6666666666669H1000V666.6666666666667L1333.3333333333333 1000L1000 1333.3333333333335V1083.3333333333335z" />
+ <glyph glyph-name="arrow-right-circle-line"
+ unicode="&#xEA51;"
+ horiz-adv-x="2000" d="M1000 1083.3333333333335V1333.3333333333335L1333.3333333333333 1000L1000 666.6666666666667V916.6666666666669H666.6666666666666V1083.3333333333335H1000zM1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 333.3333333333335C1368.3333333333335 333.3333333333335 1666.6666666666665 631.6666666666665 1666.6666666666665 1000S1368.3333333333335 1666.6666666666667 1000 1666.6666666666667S333.3333333333333 1368.3333333333335 333.3333333333333 1000S631.6666666666666 333.3333333333335 1000 333.3333333333335z" />
+ <glyph glyph-name="arrow-right-down-fill"
+ unicode="&#xEA52;"
+ horiz-adv-x="2000" d="M969.75 912.5L498.3333333333333 1383.75L616.1666666666666 1501.6666666666667L1087.5833333333333 1030.25L1500 1442.75V500H557.25z" />
+ <glyph glyph-name="arrow-right-down-line"
+ unicode="&#xEA53;"
+ horiz-adv-x="2000" d="M1215.8333333333333 666.3333333333333L498.5 1383.5833333333335L616.3333333333333 1501.4166666666665L1333.5833333333333 784.25V1416.3333333333335H1500.25V499.666666666667H583.5833333333333V666.3333333333335z" />
+ <glyph glyph-name="arrow-right-fill"
+ unicode="&#xEA54;"
+ horiz-adv-x="2000" d="M1000 916.6666666666669H333.3333333333333V1083.3333333333335H1000V1666.6666666666667L1666.6666666666665 1000L1000 333.3333333333335z" />
+ <glyph glyph-name="arrow-right-line"
+ unicode="&#xEA55;"
+ horiz-adv-x="2000" d="M1347.6666666666667 1083.3333333333335L900.6666666666666 1530.3333333333335L1018.4999999999998 1648.1666666666665L1666.6666666666665 1000L1018.5 351.8333333333335L900.6666666666667 469.666666666667L1347.6666666666667 916.6666666666669H333.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="arrow-right-s-fill"
+ unicode="&#xEA56;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1000L833.3333333333333 500V1500z" />
+ <glyph glyph-name="arrow-right-s-line"
+ unicode="&#xEA57;"
+ horiz-adv-x="2000" d="M1097.6666666666667 1000L685.1666666666667 1412.5L803 1530.3333333333335L1333.3333333333333 1000L802.9999999999999 469.6666666666667L685.1666666666666 587.5000000000002z" />
+ <glyph glyph-name="arrow-right-up-fill"
+ unicode="&#xEA58;"
+ horiz-adv-x="2000" d="M1087.5 970L616.1666666666667 498.5L498.3333333333334 616.4166666666665L969.75 1087.7499999999998L557.25 1500.2499999999998H1500V557.5000000000002z" />
+ <glyph glyph-name="arrow-right-up-line"
+ unicode="&#xEA59;"
+ horiz-adv-x="2000" d="M1333.6666666666667 1215.5L616.4166666666669 498.25L498.5833333333335 616.0833333333335L1215.75 1333.3333333333335H583.6666666666666V1500H1500.333333333333V583.3333333333335H1333.6666666666665V1215.5z" />
+ <glyph glyph-name="arrow-up-circle-fill"
+ unicode="&#xEA5A;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1083.3333333333333 1000H1333.3333333333333L1000 1333.3333333333335L666.6666666666666 1000H916.6666666666666V666.6666666666667H1083.3333333333333V1000z" />
+ <glyph glyph-name="arrow-up-circle-line"
+ unicode="&#xEA5B;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 333.3333333333335C1368.3333333333335 333.3333333333335 1666.6666666666665 631.6666666666665 1666.6666666666665 1000S1368.3333333333335 1666.6666666666667 1000 1666.6666666666667S333.3333333333333 1368.3333333333335 333.3333333333333 1000S631.6666666666666 333.3333333333335 1000 333.3333333333335zM1083.3333333333333 1000V666.6666666666667H916.6666666666666V1000H666.6666666666666L1000 1333.3333333333335L1333.3333333333333 1000H1083.3333333333333z" />
+ <glyph glyph-name="arrow-up-fill"
+ unicode="&#xEA5C;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1000V333.3333333333335H916.6666666666666V1000H333.3333333333333L1000 1666.6666666666667L1666.6666666666665 1000z" />
+ <glyph glyph-name="arrow-up-line"
+ unicode="&#xEA5D;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1347.6666666666665V333.3333333333335H916.6666666666666V1347.6666666666665L469.6666666666666 900.6666666666667L351.8333333333334 1018.5L1000 1666.6666666666667L1648.1666666666665 1018.5000000000002L1530.333333333333 900.666666666667L1083.3333333333333 1347.6666666666665z" />
+ <glyph glyph-name="arrow-up-s-fill"
+ unicode="&#xEA5E;"
+ horiz-adv-x="2000" d="M1000 1333.3333333333335L1500 833.3333333333335H500z" />
+ <glyph glyph-name="arrow-up-s-line"
+ unicode="&#xEA5F;"
+ horiz-adv-x="2000" d="M1000 1097.6666666666667L587.5 685.1666666666667L469.6666666666666 803.0000000000002L1000 1333.3333333333335L1530.3333333333333 803L1412.4999999999998 685.1666666666667z" />
+ <glyph glyph-name="artboard-2-fill"
+ unicode="&#xEA60;"
+ horiz-adv-x="2000" d="M500 1500H1500V500H500V1500zM500 1833.3333333333333H666.6666666666666V1583.3333333333335H500V1833.3333333333333zM500 416.6666666666668H666.6666666666666V166.6666666666668H500V416.6666666666668zM166.6666666666667 1500H416.6666666666667V1333.3333333333335H166.6666666666667V1500zM166.6666666666667 666.6666666666667H416.6666666666667V500H166.6666666666667V666.6666666666667zM1583.3333333333333 1500H1833.3333333333333V1333.3333333333335H1583.3333333333333V1500zM1583.3333333333333 666.6666666666667H1833.3333333333333V500H1583.3333333333333V666.6666666666667zM1333.3333333333333 1833.3333333333333H1500V1583.3333333333335H1333.3333333333333V1833.3333333333333zM1333.3333333333333 416.6666666666668H1500V166.6666666666668H1333.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="artboard-2-line"
+ unicode="&#xEA61;"
+ horiz-adv-x="2000" d="M666.6666666666666 1333.3333333333335V666.6666666666667H1333.3333333333333V1333.3333333333335H666.6666666666666zM500 1500H1500V500H500V1500zM500 1833.3333333333333H666.6666666666666V1583.3333333333335H500V1833.3333333333333zM500 416.6666666666668H666.6666666666666V166.6666666666668H500V416.6666666666668zM166.6666666666667 1500H416.6666666666667V1333.3333333333335H166.6666666666667V1500zM166.6666666666667 666.6666666666667H416.6666666666667V500H166.6666666666667V666.6666666666667zM1583.3333333333333 1500H1833.3333333333333V1333.3333333333335H1583.3333333333333V1500zM1583.3333333333333 666.6666666666667H1833.3333333333333V500H1583.3333333333333V666.6666666666667zM1333.3333333333333 1833.3333333333333H1500V1583.3333333333335H1333.3333333333333V1833.3333333333333zM1333.3333333333333 416.6666666666668H1500V166.6666666666668H1333.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="artboard-fill"
+ unicode="&#xEA62;"
+ horiz-adv-x="2000" d="M715.5 583.3333333333335H250V750H1750V583.3333333333335H1284.5L1554.75 313.0833333333335L1436.9166666666665 195.25L1083.3333333333333 548.8333333333333V333.3333333333335H916.6666666666666V548.8333333333333L563.0833333333333 195.2499999999998L445.25 313.0833333333333L715.5 583.3333333333335zM416.6666666666667 1750H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1666.6666666666667V833.3333333333335H333.3333333333333V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1750z" />
+ <glyph glyph-name="artboard-line"
+ unicode="&#xEA63;"
+ horiz-adv-x="2000" d="M715.5 583.3333333333335H250V750H1750V583.3333333333335H1284.5L1554.75 313.0833333333335L1436.9166666666665 195.25L1083.3333333333333 548.8333333333333V333.3333333333335H916.6666666666666V548.8333333333333L563.0833333333333 195.2499999999998L445.25 313.0833333333333L715.5 583.3333333333335zM416.6666666666667 1750H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1666.6666666666667V833.3333333333335H333.3333333333333V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1750zM500 1583.3333333333335V1000H1500V1583.3333333333335H500z" />
+ <glyph glyph-name="article-fill"
+ unicode="&#xEA64;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM583.3333333333333 1500V1166.6666666666667H916.6666666666666V1500H583.3333333333333zM583.3333333333333 1000V833.3333333333335H1416.6666666666665V1000H583.3333333333333zM583.3333333333333 666.6666666666667V500H1416.6666666666665V666.6666666666667H583.3333333333333zM1083.3333333333333 1416.6666666666667V1250H1416.6666666666665V1416.6666666666667H1083.3333333333333z" />
+ <glyph glyph-name="article-line"
+ unicode="&#xEA65;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333zM583.3333333333333 1500H916.6666666666666V1166.6666666666667H583.3333333333333V1500zM583.3333333333333 1000H1416.6666666666665V833.3333333333335H583.3333333333333V1000zM583.3333333333333 666.6666666666667H1416.6666666666665V500H583.3333333333333V666.6666666666667zM1083.3333333333333 1416.6666666666667H1416.6666666666665V1250H1083.3333333333333V1416.6666666666667z" />
+ <glyph glyph-name="at-fill"
+ unicode="&#xEA66;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1666.6666666666665 1000A666.6666666666666 666.6666666666666 0 1 1 1336 424.0833333333333L1252 568A500 500 0 1 0 1500 1000V916.6666666666669A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 916.6666666666669V1250H1220.5A333.3333333333333 333.3333333333333 0 1 1 1226 755A250 250 0 0 1 1666.6666666666665 916.6666666666669V1000zM1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 1 0 1000 833.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1000 1166.6666666666667z" />
+ <glyph glyph-name="at-line"
+ unicode="&#xEA67;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1000A666.6666666666666 666.6666666666666 0 1 1 1369.8333333333333 445.25L1462.333333333333 306.5833333333333A829.4166666666665 829.4166666666665 0 0 0 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000V875A291.6666666666667 291.6666666666667 0 0 0 1300.3333333333333 711.1666666666667A416.6666666666667 416.6666666666667 0 1 0 1250 1333.3333333333335H1416.6666666666665V875A125 125 0 0 1 1666.6666666666665 875V1000zM1000 1250A250 250 0 1 1 1000 750A250 250 0 0 1 1000 1250z" />
+ <glyph glyph-name="attachment-fill"
+ unicode="&#xEA68;"
+ horiz-adv-x="2000" d="M1749.75 1750.6666666666667L1750 249.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667A83.33333333333333 83.33333333333333 0 0 0 332.75 1833.3333333333333H1666.9166666666665C1712.6666666666665 1833.3333333333333 1749.75 1796.3333333333333 1749.75 1750.6666666666667zM750 916.6666666666669V1250A83.33333333333333 83.33333333333333 0 1 0 916.6666666666666 1250V916.6666666666669A83.33333333333333 83.33333333333333 0 0 1 1083.3333333333333 916.6666666666669V1250A250 250 0 0 1 583.3333333333333 1250V916.6666666666669A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 916.6666666666669V1333.3333333333335H1250V916.6666666666669A250 250 0 0 0 750 916.6666666666669z" />
+ <glyph glyph-name="attachment-line"
+ unicode="&#xEA69;"
+ horiz-adv-x="2000" d="M1166.6666666666665 875V1333.3333333333335A333.3333333333333 333.3333333333333 0 1 1 500 1333.3333333333335V875A541.6666666666666 541.6666666666666 0 1 1 1583.3333333333333 875V1666.6666666666667H1750V875A708.3333333333331 708.3333333333331 0 1 0 333.3333333333333 875V1333.3333333333335A500 500 0 1 0 1333.3333333333333 1333.3333333333335V875A291.6666666666667 291.6666666666667 0 0 0 750 875V1333.3333333333335H916.6666666666666V875A125 125 0 0 1 1166.6666666666665 875z" />
+ <glyph glyph-name="award-fill"
+ unicode="&#xEA6A;"
+ horiz-adv-x="2000" d="M1416.6666666666665 729.5833333333335V156.916666666667A41.666666666666664 41.666666666666664 0 0 0 1353.583333333333 121.1666666666672L1000 333.3333333333335L646.4166666666666 121.1666666666668A41.666666666666664 41.666666666666664 0 0 0 583.3333333333333 157.0000000000002V729.5000000000002A666.6666666666666 666.6666666666666 0 1 0 1416.6666666666665 729.5000000000002zM1000 750A500 500 0 1 1 1000 1750A500 500 0 0 1 1000 750zM1000 916.6666666666669A333.3333333333333 333.3333333333333 0 1 0 1000 1583.3333333333335A333.3333333333333 333.3333333333333 0 0 0 1000 916.6666666666669z" />
+ <glyph glyph-name="award-line"
+ unicode="&#xEA6B;"
+ horiz-adv-x="2000" d="M1416.6666666666665 729.5833333333335V156.916666666667A41.666666666666664 41.666666666666664 0 0 0 1353.583333333333 121.1666666666672L1000 333.3333333333335L646.4166666666666 121.1666666666668A41.666666666666664 41.666666666666664 0 0 0 583.3333333333333 157.0000000000002V729.5000000000002A666.6666666666666 666.6666666666666 0 1 0 1416.6666666666665 729.5000000000002zM750 631.8333333333335V377.6666666666668L1000 527.6666666666667L1250 377.6666666666668V631.8333333333335A664.8333333333333 664.8333333333333 0 0 0 1000 583.3333333333335A664.8333333333333 664.8333333333333 0 0 0 750 631.8333333333335zM1000 750A500 500 0 1 1 1000 1750A500 500 0 0 1 1000 750z" />
+ <glyph glyph-name="baidu-fill"
+ unicode="&#xEA6C;"
+ horiz-adv-x="2000" d="M493.9166666666666 958.5833333333334C665.8333333333333 995.5 642.4166666666666 1201 637.2499999999999 1245.9166666666667C628.8333333333333 1315.0833333333335 547.4166666666665 1436.0833333333335 436.8333333333333 1426.5C297.6666666666666 1414 277.4166666666666 1213.0833333333335 277.4166666666666 1213.0833333333335C258.5833333333332 1120.1666666666667 322.4166666666666 921.6666666666669 493.9166666666665 958.5833333333334zM676.4166666666665 601.25C671.4166666666665 586.8333333333335 660.1666666666665 549.9166666666667 669.9166666666666 517.7500000000002C689.0833333333333 445.5833333333335 751.7499999999999 442.3333333333335 751.7499999999999 442.3333333333335H841.7499999999999V662.3333333333335H745.3333333333334C702.0000000000001 649.5000000000002 681.1666666666667 615.75 676.4166666666667 601.25zM812.9166666666665 1303.0833333333335C907.9166666666666 1303.0833333333335 984.5833333333331 1412.4166666666667 984.5833333333331 1547.5C984.5833333333331 1682.5 907.9166666666666 1791.6666666666667 812.9166666666665 1791.6666666666667C718.1666666666665 1791.6666666666667 641.2499999999999 1682.5 641.2499999999999 1547.5C641.2499999999999 1412.4166666666667 718.1666666666665 1303.0833333333335 812.9166666666665 1303.0833333333335zM1221.9166666666665 1287C1348.7499999999998 1270.5 1430.3333333333335 1405.9166666666667 1446.5833333333335 1508.5833333333335C1463.166666666667 1611.0833333333335 1381.2500000000002 1730.0833333333335 1291.4166666666667 1750.5833333333335C1201.4166666666667 1771.25 1089 1627 1078.75 1533.0833333333335C1066.5 1418.0833333333335 1095.1666666666667 1303.25 1221.9166666666667 1287zM1221.9166666666665 999.6666666666669C1066.5 1241.75 845.8333333333334 1143.25 771.9166666666666 1020.0833333333334C698.4999999999999 897 583.9166666666666 819.25 567.6666666666666 798.5833333333335C551.1666666666665 778.25 330.5 659.1666666666667 379.5 441.5833333333335C428.4166666666666 224.1666666666665 600.4999999999999 228.2500000000003 600.4999999999999 228.2500000000003S727.25 215.7500000000002 874.3333333333333 248.75C1021.4999999999998 281.3333333333333 1148.1666666666665 240.5833333333335 1148.1666666666665 240.5833333333335S1491.9166666666665 125.5833333333335 1585.9166666666665 347.0833333333333C1679.9166666666665 568.75 1532.833333333333 683.5833333333333 1532.833333333333 683.5833333333333S1336.4999999999995 835.5 1221.8333333333333 999.6666666666666zM721.25 353.8333333333337C624.7500000000001 373.0833333333337 586.3333333333334 438.916666666667 581.5000000000001 450.1666666666668C576.7500000000001 461.5833333333335 549.3333333333334 514.5 563.8333333333335 604.5833333333337C605.5000000000001 739.5000000000002 724.4166666666667 749.166666666667 724.4166666666667 749.166666666667H843.4166666666669V895.4166666666667L944.6666666666669 893.7500000000002V353.8333333333337H721.3333333333335zM1103.75 355.4166666666668C1004.0833333333334 381.0833333333335 999.5000000000002 451.916666666667 999.5000000000002 451.916666666667V736.2500000000002L1103.75 737.9166666666667V482.416666666667C1110.1666666666667 455.0833333333335 1144 450.1666666666668 1144 450.1666666666668H1249.9166666666667V736.2500000000002H1360.9166666666667V355.4166666666668H1103.7500000000002zM1724.9166666666667 1114.5833333333335C1724.9166666666667 1163.75 1684.0833333333335 1311.5833333333335 1532.8333333333335 1311.5833333333335C1381.2500000000002 1311.5833333333335 1361 1172 1361 1073.3333333333335C1361 979.1666666666669 1368.9166666666665 847.7500000000002 1557.1666666666665 851.9166666666667C1745.4999999999998 856.0833333333335 1724.9166666666665 1065.25 1724.9166666666665 1114.5833333333335z" />
+ <glyph glyph-name="baidu-line"
+ unicode="&#xEA6D;"
+ horiz-adv-x="2000" d="M630.3333333333333 393.3333333333333A807.4999999999999 807.4999999999999 0 0 1 838.3333333333334 411.4166666666665A733.3333333333333 733.3333333333333 0 0 0 1086.6666666666667 422.3333333333333C1132.25 416.75 1168.75 408.5833333333333 1194 400.9166666666665C1283.8333333333333 378 1411.5000000000002 382.3333333333333 1444.4166666666667 435.0833333333331C1468.6666666666667 474.083333333333 1465.5 500.6666666666663 1442.25 535A157.16666666666666 157.16666666666666 0 0 1 1424.5833333333335 556.6666666666667A2083.833333333333 2083.833333333333 0 0 0 1362.666666666667 608.1666666666665A2134.833333333333 2134.833333333333 0 0 0 1216.5833333333335 746.5A1345.9166666666665 1345.9166666666665 0 0 0 1085.166666666667 904.25L1082.166666666667 908.6666666666669C1020.3333333333336 1003.5833333333334 952.3333333333336 997.5833333333334 915.3333333333338 935.0833333333334A800.3333333333333 800.3333333333333 0 0 0 835.7500000000003 824.1666666666667C801.5833333333337 784.0000000000002 766.5833333333337 750 727.0000000000005 716.0833333333335C716.7500000000005 707.3333333333333 685.0833333333337 681.0833333333335 692.666666666667 687.4166666666667C692.3333333333337 687.1666666666667 691.2500000000005 686.1666666666667 696.9166666666671 693.3333333333335C688.7500000000003 683.3333333333335 617.7500000000003 620.2500000000002 596.916666666667 596.5000000000002C554.0000000000003 547.916666666667 536.6666666666671 506.5000000000002 543.166666666667 473.1666666666667C549.166666666667 441.8333333333335 561.416666666667 424.2500000000003 580.666666666667 411.0833333333335A119.33333333333331 119.33333333333331 0 0 1 620.666666666667 393.9166666666668L630.3333333333336 393.3333333333333zM1221.8333333333333 999.6666666666666C1336.5 835.5 1532.833333333333 683.5833333333333 1532.833333333333 683.5833333333333S1704.7499999999998 537.9166666666665 1585.9166666666665 347.0833333333333C1467.0833333333333 156.25 1148.1666666666665 240.5833333333335 1148.1666666666665 240.5833333333335S1021.4999999999998 281.4166666666668 874.3333333333333 248.75C727.2499999999999 215.8333333333335 600.4999999999999 228.3333333333333 600.4999999999999 228.3333333333333S416.6666666666667 248.75 379.5 441.5833333333335C342.3333333333334 634.4166666666667 551.1666666666667 778.25 567.6666666666666 798.5833333333333C583.9166666666666 819.1666666666665 693.6666666666666 888 771.9999999999999 1020.0833333333331C850.3333333333331 1152.25 1070.5833333333333 1231.75 1221.8333333333333 999.6666666666666zM1683.4166666666665 1118C1683.4166666666665 1079.8333333333333 1699.25 918.5833333333331 1553.9999999999998 915.3333333333331C1408.8333333333333 912.1666666666666 1402.6666666666667 1013.5 1402.6666666666667 1086.1666666666665C1402.6666666666667 1162.25 1418.3333333333333 1269.9166666666665 1535.1666666666667 1269.9166666666665C1651.8333333333333 1269.9166666666665 1683.4166666666665 1155.8333333333335 1683.4166666666665 1117.9166666666665zM1230.9166666666667 1349.4166666666665C1132.5833333333333 1362.0833333333333 1110.3333333333335 1451.25 1119.8333333333333 1540.5C1127.8333333333333 1613.4166666666665 1215.0833333333335 1725.4166666666665 1284.9166666666667 1709.3333333333333C1354.6666666666665 1693.5 1418.25 1601 1405.4166666666667 1521.5C1392.8333333333335 1441.75 1329.5000000000002 1336.6666666666665 1230.9166666666667 1349.4166666666665zM812.9166666666666 1380C741.2500000000001 1380 682.9166666666666 1462.75 682.9166666666666 1565C682.9166666666666 1667.25 741.1666666666666 1750 812.9166666666666 1750C884.8333333333333 1750 942.9166666666669 1667.25 942.9166666666669 1565C942.9166666666669 1462.75 884.8333333333335 1380 812.9166666666666 1380zM496.8333333333334 999.5C355.5833333333333 969.0833333333331 303.0000000000001 1132.5833333333335 318.5 1209.0833333333335C318.5 1209.0833333333335 335.1666666666667 1374.6666666666667 449.8333333333334 1384.9166666666665C540.9166666666666 1392.8333333333335 608 1293.1666666666667 614.9166666666666 1236.1666666666665C619.1666666666666 1199.1666666666665 638.5 1029.9166666666667 496.8333333333334 999.5z" />
+ <glyph glyph-name="ball-pen-fill"
+ unicode="&#xEA6E;"
+ horiz-adv-x="2000" d="M1487.4166666666665 1016.0000000000002L1428.4999999999998 1074.9166666666667L603.4999999999999 249.916666666667H250V603.5000000000005L1192.75 1546.3333333333335L1664.1666666666665 1074.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1664.1666666666665 957.0833333333334L1074.9999999999998 367.8333333333335L957.0833333333331 485.666666666667L1487.4166666666665 1016.0000000000005zM1546.3333333333333 1782L1782.0833333333333 1546.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1782.0833333333333 1428.5L1664.1666666666665 1310.5833333333335L1310.6666666666665 1664.1666666666667L1428.4999999999998 1782A83.33333333333333 83.33333333333333 0 0 0 1546.3333333333333 1782z" />
+ <glyph glyph-name="ball-pen-line"
+ unicode="&#xEA6F;"
+ horiz-adv-x="2000" d="M1487.4166666666665 1016.0000000000002L1428.4999999999998 1074.9166666666667L603.4999999999999 249.916666666667H250V603.5000000000005L1192.75 1546.3333333333335L1664.1666666666665 1074.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1664.1666666666665 957.0833333333334L1074.9999999999998 367.8333333333335L957.0833333333331 485.666666666667L1487.4166666666665 1016.0000000000005zM1310.6666666666665 1192.75L1192.7499999999998 1310.5833333333335L416.6666666666667 534.5000000000002V416.5833333333337H534.5L1310.6666666666665 1192.7500000000002zM1546.3333333333333 1782L1782.0833333333333 1546.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1782.0833333333333 1428.5L1664.1666666666665 1310.5833333333335L1310.6666666666665 1664.1666666666667L1428.4999999999998 1782A83.33333333333333 83.33333333333333 0 0 0 1546.3333333333333 1782z" />
+ <glyph glyph-name="bank-card-2-fill"
+ unicode="&#xEA70;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1083.3333333333335V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1083.3333333333335H1833.3333333333333zM1833.3333333333333 1416.6666666666667H166.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1416.6666666666667z" />
+ <glyph glyph-name="bank-card-2-line"
+ unicode="&#xEA71;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1666.6666666666665 1000H333.3333333333333V416.6666666666668H1666.6666666666665V1000zM1666.6666666666665 1333.3333333333335V1583.3333333333335H333.3333333333333V1333.3333333333335H1666.6666666666665z" />
+ <glyph glyph-name="bank-card-fill"
+ unicode="&#xEA72;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1166.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1166.6666666666667H1833.3333333333333zM1833.3333333333333 1333.3333333333335H166.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1333.3333333333335zM1250 666.6666666666667V500H1583.3333333333333V666.6666666666667H1250z" />
+ <glyph glyph-name="bank-card-line"
+ unicode="&#xEA73;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1666.6666666666665 1083.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1083.3333333333335zM1666.6666666666665 1250V1583.3333333333335H333.3333333333333V1250H1666.6666666666665zM1166.6666666666665 750H1500V583.3333333333335H1166.6666666666665V750z" />
+ <glyph glyph-name="bank-fill"
+ unicode="&#xEA74;"
+ horiz-adv-x="2000" d="M166.6666666666667 333.3333333333335H1833.3333333333333V166.6666666666668H166.6666666666667V333.3333333333335zM333.3333333333333 1000H500V416.6666666666668H333.3333333333333V1000zM750 1000H916.6666666666666V416.6666666666668H750V1000zM1083.3333333333333 1000H1250V416.6666666666668H1083.3333333333333V1000zM1500 1000H1666.6666666666665V416.6666666666668H1500V1000zM166.6666666666667 1416.6666666666667L1000 1833.3333333333333L1833.3333333333333 1416.6666666666667V1083.3333333333335H166.6666666666667V1416.6666666666667zM1000 1333.3333333333335A83.33333333333333 83.33333333333333 0 1 1 1000 1500A83.33333333333333 83.33333333333333 0 0 1 1000 1333.3333333333335z" />
+ <glyph glyph-name="bank-line"
+ unicode="&#xEA75;"
+ horiz-adv-x="2000" d="M166.6666666666667 333.3333333333335H1833.3333333333333V166.6666666666668H166.6666666666667V333.3333333333335zM333.3333333333333 1000H500V416.6666666666668H333.3333333333333V1000zM750 1000H916.6666666666666V416.6666666666668H750V1000zM1083.3333333333333 1000H1250V416.6666666666668H1083.3333333333333V1000zM1500 1000H1666.6666666666665V416.6666666666668H1500V1000zM166.6666666666667 1416.6666666666667L1000 1833.3333333333333L1833.3333333333333 1416.6666666666667V1083.3333333333335H166.6666666666667V1416.6666666666667zM333.3333333333333 1313.6666666666665V1250H1666.6666666666665V1313.6666666666665L1000 1647L333.3333333333333 1313.6666666666665zM1000 1333.3333333333335A83.33333333333333 83.33333333333333 0 1 0 1000 1500A83.33333333333333 83.33333333333333 0 0 0 1000 1333.3333333333335z" />
+ <glyph glyph-name="bar-chart-2-fill"
+ unicode="&#xEA76;"
+ horiz-adv-x="2000" d="M166.6666666666667 916.6666666666669H666.6666666666666V250H166.6666666666667V916.6666666666669zM750 1750H1250V250H750V1750zM1333.3333333333333 1333.3333333333335H1833.3333333333333V250H1333.3333333333333V1333.3333333333335z" />
+ <glyph glyph-name="bar-chart-2-line"
+ unicode="&#xEA77;"
+ horiz-adv-x="2000" d="M166.6666666666667 916.6666666666669H666.6666666666666V250H166.6666666666667V916.6666666666669zM1333.3333333333333 1333.3333333333335H1833.3333333333333V250H1333.3333333333333V1333.3333333333335zM750 1750H1250V250H750V1750zM333.3333333333333 750V416.6666666666668H500V750H333.3333333333333zM916.6666666666666 1583.3333333333335V416.6666666666668H1083.3333333333333V1583.3333333333335H916.6666666666666zM1500 1166.6666666666667V416.6666666666668H1666.6666666666665V1166.6666666666667H1500z" />
+ <glyph glyph-name="bar-chart-box-fill"
+ unicode="&#xEA78;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM583.3333333333333 916.6666666666669V583.3333333333335H750V916.6666666666669H583.3333333333333zM916.6666666666666 1416.6666666666667V583.3333333333335H1083.3333333333333V1416.6666666666667H916.6666666666666zM1250 1166.6666666666667V583.3333333333335H1416.6666666666665V1166.6666666666667H1250z" />
+ <glyph glyph-name="bar-chart-box-line"
+ unicode="&#xEA79;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM583.3333333333333 916.6666666666669H750V583.3333333333335H583.3333333333333V916.6666666666669zM916.6666666666666 1416.6666666666667H1083.3333333333333V583.3333333333335H916.6666666666666V1416.6666666666667zM1250 1166.6666666666667H1416.6666666666665V583.3333333333335H1250V1166.6666666666667z" />
+ <glyph glyph-name="bar-chart-fill"
+ unicode="&#xEA7A;"
+ horiz-adv-x="2000" d="M250 1000H583.3333333333333V250H250V1000zM1416.6666666666665 1333.3333333333335H1750V250H1416.6666666666665V1333.3333333333335zM833.3333333333333 1833.3333333333333H1166.6666666666665V250H833.3333333333333V1833.3333333333333z" />
+ <glyph glyph-name="bar-chart-line"
+ unicode="&#xEA7B;"
+ horiz-adv-x="2000" d="M250 1000H416.6666666666667V250H250V1000zM1583.3333333333333 1333.3333333333335H1750V250H1583.3333333333333V1333.3333333333335zM916.6666666666666 1833.3333333333333H1083.3333333333333V250H916.6666666666666V1833.3333333333333z" />
+ <glyph glyph-name="barcode-box-fill"
+ unicode="&#xEA7C;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM500 1416.6666666666667V583.3333333333335H750V1416.6666666666667H500zM833.3333333333333 1416.6666666666667V583.3333333333335H1000V1416.6666666666667H833.3333333333333zM1083.3333333333333 1416.6666666666667V583.3333333333335H1166.6666666666665V1416.6666666666667H1083.3333333333333zM1250 1416.6666666666667V583.3333333333335H1500V1416.6666666666667H1250z" />
+ <glyph glyph-name="barcode-box-line"
+ unicode="&#xEA7D;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM500 1416.6666666666667H750V583.3333333333335H500V1416.6666666666667zM833.3333333333333 1416.6666666666667H1000V583.3333333333335H833.3333333333333V1416.6666666666667zM1083.3333333333333 1416.6666666666667H1166.6666666666665V583.3333333333335H1083.3333333333333V1416.6666666666667zM1250 1416.6666666666667H1500V583.3333333333335H1250V1416.6666666666667z" />
+ <glyph glyph-name="barcode-fill"
+ unicode="&#xEA7E;"
+ horiz-adv-x="2000" d="M166.6666666666667 1666.6666666666667H333.3333333333333V333.3333333333335H166.6666666666667V1666.6666666666667zM500 1666.6666666666667H666.6666666666666V333.3333333333335H500V1666.6666666666667zM750 1666.6666666666667H1000V333.3333333333335H750V1666.6666666666667zM1083.3333333333333 1666.6666666666667H1250V333.3333333333335H1083.3333333333333V1666.6666666666667zM1333.3333333333333 1666.6666666666667H1500V333.3333333333335H1333.3333333333333V1666.6666666666667zM1583.3333333333333 1666.6666666666667H1833.3333333333333V333.3333333333335H1583.3333333333333V1666.6666666666667z" />
+ <glyph glyph-name="barcode-line"
+ unicode="&#xEA7F;"
+ horiz-adv-x="2000" d="M166.6666666666667 1666.6666666666667H333.3333333333333V333.3333333333335H166.6666666666667V1666.6666666666667zM500 1666.6666666666667H583.3333333333333V333.3333333333335H500V1666.6666666666667zM666.6666666666666 1666.6666666666667H833.3333333333333V333.3333333333335H666.6666666666666V1666.6666666666667zM916.6666666666666 1666.6666666666667H1083.3333333333333V333.3333333333335H916.6666666666666V1666.6666666666667zM1166.6666666666665 1666.6666666666667H1333.3333333333333V333.3333333333335H1166.6666666666665V1666.6666666666667zM1416.6666666666665 1666.6666666666667H1500V333.3333333333335H1416.6666666666665V1666.6666666666667zM1583.3333333333333 1666.6666666666667H1833.3333333333333V333.3333333333335H1583.3333333333333V1666.6666666666667z" />
+ <glyph glyph-name="barricade-fill"
+ unicode="&#xEA80;"
+ horiz-adv-x="2000" d="M1629.6666666666667 416.6666666666668H1750V250H250V416.6666666666668H370.3333333333333L444.5 750H1555.5833333333335L1629.6666666666667 416.6666666666668zM1444.4166666666665 1250L1518.5833333333333 916.6666666666669H481.4166666666666L555.5 1250H1444.3333333333333zM1407.4166666666665 1416.6666666666667H592.5L652.0833333333333 1684.75A83.33333333333333 83.33333333333333 0 0 0 733.4999999999999 1750H1266.5A83.33333333333333 83.33333333333333 0 0 0 1347.8333333333333 1684.75L1407.4166666666665 1416.6666666666667z" />
+ <glyph glyph-name="barricade-line"
+ unicode="&#xEA81;"
+ horiz-adv-x="2000" d="M541.0833333333334 416.6666666666668H1458.9166666666665L1403.333333333333 666.6666666666667H596.6666666666666L541.0833333333334 416.6666666666668zM1629.6666666666667 416.6666666666668H1750V250H250V416.6666666666668H370.3333333333333L652.1666666666666 1684.75A83.33333333333333 83.33333333333333 0 0 0 733.4999999999999 1750H1266.5A83.33333333333333 83.33333333333333 0 0 0 1347.8333333333333 1684.75L1629.6666666666667 416.6666666666668zM633.6666666666666 833.3333333333335H1366.3333333333333L1292.1666666666665 1166.6666666666667H707.8333333333333L633.7499999999999 833.3333333333335zM744.8333333333334 1333.3333333333335H1255.1666666666667L1199.6666666666667 1583.3333333333335H800.3333333333333L744.8333333333331 1333.3333333333335z" />
+ <glyph glyph-name="base-station-fill"
+ unicode="&#xEA82;"
+ horiz-adv-x="2000" d="M1000 916.6666666666669L1500 166.6666666666668H500L1000 916.6666666666669zM911.6666666666666 1120A125 125 0 1 0 1088.3333333333333 1296.6666666666665A125 125 0 0 0 911.6666666666664 1120zM440.0833333333333 1768.0833333333333L558 1650.1666666666665A624.9999999999999 624.9999999999999 0 0 1 558 766.3333333333335L440.0833333333333 648.4166666666667A791.6666666666666 791.6666666666666 0 0 0 440.0833333333333 1768.0833333333333zM1559.7499999999998 1768.0833333333333A791.6666666666666 791.6666666666666 0 0 0 1559.7499999999998 648.4166666666667L1441.8333333333333 766.3333333333333A624.9999999999999 624.9999999999999 0 0 1 1441.8333333333333 1650.1666666666665L1559.7499999999998 1768.0833333333333zM675.8333333333333 1532.4166666666667L793.6666666666665 1414.5833333333335A291.6666666666667 291.6666666666667 0 0 1 793.6666666666665 1002.0833333333334L675.8333333333333 884.2500000000002A458.3333333333333 458.3333333333333 0 0 0 675.8333333333333 1532.4166666666667zM1323.9999999999998 1532.4166666666667A458.3333333333333 458.3333333333333 0 0 0 1323.9999999999998 884.2500000000002L1206.1666666666665 1002.0833333333334A291.6666666666667 291.6666666666667 0 0 1 1206.1666666666665 1414.5833333333335L1323.9999999999998 1532.4166666666667z" />
+ <glyph glyph-name="base-station-line"
+ unicode="&#xEA83;"
+ horiz-adv-x="2000" d="M1000 916.6666666666669L1500 166.6666666666668H500L1000 916.6666666666669zM1000 616.6666666666665L811.6666666666666 333.3333333333335H1188.3333333333333L1000 616.6666666666665zM911.6666666666666 1120A125 125 0 1 0 1088.3333333333333 1296.6666666666665A125 125 0 0 0 911.6666666666664 1120zM440.0833333333333 1768.0833333333333L558 1650.1666666666665A624.9999999999999 624.9999999999999 0 0 1 558 766.3333333333335L440.0833333333333 648.4166666666667A791.6666666666666 791.6666666666666 0 0 0 440.0833333333333 1768.0833333333333zM1559.7499999999998 1768.0833333333333A791.6666666666666 791.6666666666666 0 0 0 1559.7499999999998 648.4166666666667L1441.8333333333333 766.3333333333333A624.9999999999999 624.9999999999999 0 0 1 1441.8333333333333 1650.1666666666665L1559.7499999999998 1768.0833333333333zM675.8333333333333 1532.4166666666667L793.6666666666665 1414.5833333333335A291.6666666666667 291.6666666666667 0 0 1 793.6666666666665 1002.0833333333334L675.8333333333333 884.2500000000002A458.3333333333333 458.3333333333333 0 0 0 675.8333333333333 1532.4166666666667zM1323.9999999999998 1532.4166666666667A458.3333333333333 458.3333333333333 0 0 0 1323.9999999999998 884.2500000000002L1206.1666666666665 1002.0833333333334A291.6666666666667 291.6666666666667 0 0 1 1206.1666666666665 1414.5833333333335L1323.9999999999998 1532.4166666666667z" />
+ <glyph glyph-name="battery-2-charge-fill"
+ unicode="&#xEA84;"
+ horiz-adv-x="2000" d="M750 1666.6666666666667V1750A83.33333333333333 83.33333333333333 0 0 0 833.3333333333333 1833.3333333333333H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1250 1750V1666.6666666666667H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1583.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 500 1666.6666666666667H750zM1083.3333333333333 1000V1416.6666666666667L666.6666666666666 833.3333333333335H916.6666666666666V416.6666666666668L1333.3333333333333 1000H1083.3333333333333z" />
+ <glyph glyph-name="battery-2-charge-line"
+ unicode="&#xEA85;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1000H1333.3333333333333L916.6666666666666 416.6666666666668V833.3333333333335H666.6666666666666L1083.3333333333333 1416.6666666666667V1000zM916.6666666666666 1500H583.3333333333333V333.3333333333335H1416.6666666666665V1500H1083.3333333333333V1666.6666666666667H916.6666666666666V1500zM750 1666.6666666666667V1750A83.33333333333333 83.33333333333333 0 0 0 833.3333333333333 1833.3333333333333H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1250 1750V1666.6666666666667H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1583.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 500 1666.6666666666667H750z" />
+ <glyph glyph-name="battery-2-fill"
+ unicode="&#xEA86;"
+ horiz-adv-x="2000" d="M750 1666.6666666666667V1750A83.33333333333333 83.33333333333333 0 0 0 833.3333333333333 1833.3333333333333H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1250 1750V1666.6666666666667H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1583.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 500 1666.6666666666667H750z" />
+ <glyph glyph-name="battery-2-line"
+ unicode="&#xEA87;"
+ horiz-adv-x="2000" d="M916.6666666666666 1500H583.3333333333333V333.3333333333335H1416.6666666666665V1500H1083.3333333333333V1666.6666666666667H916.6666666666666V1500zM750 1666.6666666666667V1750A83.33333333333333 83.33333333333333 0 0 0 833.3333333333333 1833.3333333333333H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1250 1750V1666.6666666666667H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1583.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 500 1666.6666666666667H750z" />
+ <glyph glyph-name="battery-charge-fill"
+ unicode="&#xEA88;"
+ horiz-adv-x="2000" d="M1000 1083.3333333333335V1583.3333333333335L583.3333333333333 916.6666666666669H833.3333333333333V416.6666666666668L1250 1083.3333333333335H1000zM250 1583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1500V500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 416.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 500V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335zM1750 1250H1916.6666666666663V750H1750V1250z" />
+ <glyph glyph-name="battery-charge-line"
+ unicode="&#xEA89;"
+ horiz-adv-x="2000" d="M666.6666666666666 416.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 500V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H802.0833333333333L704.8333333333333 1416.6666666666667H333.3333333333333V583.3333333333335H666.6666666666666V416.6666666666668zM1031.25 416.6666666666668L1128.5 583.3333333333335H1500V1416.6666666666667H1166.6666666666665V1583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1500V500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 416.6666666666668H1031.25zM1750 1250H1916.6666666666663V750H1750V1250zM1000 1083.3333333333335H1250L833.3333333333333 416.6666666666668V916.6666666666669H583.3333333333333L1000 1583.3333333333335V1083.3333333333335z" />
+ <glyph glyph-name="battery-fill"
+ unicode="&#xEA8A;"
+ horiz-adv-x="2000" d="M250 1583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1500V500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 416.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 500V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335zM1750 1250H1916.6666666666663V750H1750V1250z" />
+ <glyph glyph-name="battery-line"
+ unicode="&#xEA8B;"
+ horiz-adv-x="2000" d="M333.3333333333333 1416.6666666666667V583.3333333333335H1500V1416.6666666666667H333.3333333333333zM250 1583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1500V500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 416.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 500V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335zM1750 1250H1916.6666666666663V750H1750V1250z" />
+ <glyph glyph-name="battery-low-fill"
+ unicode="&#xEA8C;"
+ horiz-adv-x="2000" d="M250 1583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1500V500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 416.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 500V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335zM416.6666666666667 1333.3333333333335V666.6666666666667H750V1333.3333333333335H416.6666666666667zM1750 1250H1916.6666666666663V750H1750V1250z" />
+ <glyph glyph-name="battery-low-line"
+ unicode="&#xEA8D;"
+ horiz-adv-x="2000" d="M333.3333333333333 1416.6666666666667V583.3333333333335H1500V1416.6666666666667H333.3333333333333zM250 1583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1500V500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 416.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 500V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335zM416.6666666666667 1333.3333333333335H750V666.6666666666667H416.6666666666667V1333.3333333333335zM1750 1250H1916.6666666666663V750H1750V1250z" />
+ <glyph glyph-name="behance-fill"
+ unicode="&#xEA8E;"
+ horiz-adv-x="2000" d="M620.2499999999999 1554.1666666666667C673.4999999999999 1554.1666666666667 722.75 1550 767.7499999999999 1537.6666666666667A319.16666666666663 319.16666666666663 0 0 0 882.4999999999999 1492.3333333333333C915.3333333333331 1471.75 939.9166666666666 1442.8333333333333 956.2499999999998 1405.75C972.6666666666666 1368.6666666666665 980.8333333333331 1323.25 980.8333333333331 1273.8333333333335C980.8333333333331 1216.0833333333335 968.5833333333331 1166.6666666666667 939.9166666666666 1129.5833333333335C915.3333333333331 1092.4166666666667 874.3333333333333 1059.5 825.1666666666665 1034.75C894.8333333333333 1014.0833333333334 948.0833333333331 977.0000000000002 980.8333333333331 927.5833333333334C1013.6666666666666 878.0833333333335 1034.1666666666665 816.25 1034.1666666666665 746.1666666666667C1034.1666666666665 688.4166666666667 1021.8333333333331 639 1001.3333333333331 597.7500000000002C980.8333333333331 556.5000000000002 948.0833333333334 519.4166666666667 911.1666666666666 494.6666666666667A423.16666666666663 423.16666666666663 0 0 0 780.0833333333331 437C730.9166666666665 424.5833333333333 681.7499999999999 416.3333333333333 632.5833333333333 416.3333333333333H83.3333333333333V1554.1666666666667H620.2499999999999zM587.4166666666666 1092.5C632.5 1092.5 669.4166666666666 1104.8333333333333 698.0833333333333 1125.4166666666665C726.7499999999998 1146 739.0833333333333 1183.1666666666665 739.0833333333333 1228.5C739.0833333333333 1253.25 734.9166666666665 1278 726.75 1294.4166666666665C718.5833333333333 1310.9166666666667 706.2499999999999 1323.3333333333333 689.9166666666666 1335.6666666666665C673.5 1343.9166666666665 657.0833333333333 1352.1666666666667 636.5833333333334 1356.25C616.0833333333334 1360.4166666666665 595.6666666666666 1360.4166666666665 571 1360.4166666666665H333.3333333333333V1092.4166666666665H587.5zM599.7499999999999 606C624.3333333333333 606 648.9166666666665 610.1666666666667 669.4166666666666 614.25A143.33333333333331 143.33333333333331 0 0 1 726.75 639A146.66666666666663 146.66666666666663 0 0 1 767.75 684.3333333333335C775.9166666666667 704.9166666666667 784.1666666666666 729.6666666666667 784.1666666666666 758.5C784.1666666666666 816.25 767.75 857.5000000000002 735 886.3333333333335C702.1666666666666 911.0833333333334 657.0833333333333 923.4166666666669 603.8333333333334 923.4166666666669H333.3333333333333V605.9166666666667H599.75zM1390.75 610.1666666666667C1423.5 577.1666666666665 1472.6666666666667 560.6666666666665 1538.2499999999998 560.6666666666665C1583.3333333333333 560.6666666666665 1624.3333333333333 573 1657.083333333333 593.5833333333333C1689.9166666666663 618.3333333333333 1710.4166666666665 643.0833333333333 1718.583333333333 667.8333333333333H1919.4166666666663C1886.5833333333333 568.9166666666665 1837.4166666666663 498.8333333333333 1771.9166666666665 453.4999999999998C1706.2499999999998 412.2499999999998 1628.4166666666663 387.4999999999998 1534.1666666666663 387.4999999999998A479.41666666666663 479.41666666666663 0 0 0 1357.916666666666 420.4999999999998A327.5 327.5 0 0 0 1226.7499999999995 511.1666666666665A327.5 327.5 0 0 0 1144.8333333333328 647.2499999999998C1124.3333333333328 700.833333333333 1116.0833333333328 758.4999999999998 1116.0833333333328 824.4999999999995C1116.0833333333328 886.333333333333 1124.3333333333328 943.9999999999995 1144.8333333333328 997.6666666666662A444.99999999999994 444.99999999999994 0 0 0 1230.8333333333328 1137.833333333333C1267.7499999999993 1174.9166666666663 1312.8333333333328 1207.833333333333 1361.9999999999993 1228.4999999999995A457.49999999999994 457.49999999999994 0 0 0 1534.166666666666 1261.4999999999995C1603.8333333333326 1261.4999999999995 1665.3333333333328 1249.083333333333 1718.5833333333328 1220.2499999999995C1771.916666666666 1191.4166666666663 1812.8333333333328 1158.4166666666665 1845.666666666666 1108.9166666666663A500.83333333333326 500.83333333333326 0 0 0 1919.416666666666 952.2499999999998C1927.5833333333323 894.583333333333 1931.666666666666 836.833333333333 1927.5833333333323 770.9166666666663H1333.3333333333333C1333.3333333333333 704.9166666666665 1357.9166666666667 643.083333333333 1390.75 610.083333333333zM1648.9166666666665 1043C1620.2499999999998 1071.8333333333333 1575.1666666666663 1088.3333333333333 1521.8333333333333 1088.3333333333333C1485 1088.3333333333333 1456.25 1080.0833333333333 1431.6666666666665 1067.75C1407.083333333333 1055.3333333333335 1390.75 1038.8333333333335 1374.3333333333333 1022.3333333333331A110.16666666666667 110.16666666666667 0 0 1 1345.6666666666665 964.6666666666666C1341.4999999999998 944 1337.4166666666665 927.5833333333331 1337.4166666666665 911.0833333333331H1706.25C1698.0833333333335 972.9166666666666 1677.5833333333333 1014.0833333333331 1648.9166666666667 1043zM1288.25 1475.8333333333335H1747.2499999999998V1364.5H1288.3333333333333V1475.8333333333335z" />
+ <glyph glyph-name="behance-line"
+ unicode="&#xEA8F;"
+ horiz-adv-x="2000" d="M625 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 1 625 1416.6666666666667H250V1083.3333333333335H625zM708.3333333333333 916.6666666666669H250V583.3333333333335H708.3333333333333A166.66666666666666 166.66666666666666 0 1 1 708.3333333333333 916.6666666666669zM880.25 1035.6666666666667A333.3333333333333 333.3333333333333 0 0 0 708.3333333333333 416.6666666666668H83.3333333333333V1583.3333333333335H625A333.3333333333333 333.3333333333333 0 0 0 880.25 1035.6666666666667zM1291.6666666666665 1500H1750V1375H1291.6666666666665V1500zM1916.6666666666663 791.6666666666667H1291.6666666666665V770.8333333333335A229.16666666666666 229.16666666666666 0 0 1 1724.9999999999998 666.6666666666667H1902.8333333333333A396 396 0 0 0 1125 770.8333333333335V895.8333333333335A395.8333333333333 395.8333333333333 0 1 0 1916.6666666666663 895.8333333333335V791.6666666666667zM1741.3333333333333 958.3333333333334A229.24999999999997 229.24999999999997 0 0 1 1300.3333333333333 958.3333333333334H1741.3333333333333z" />
+ <glyph glyph-name="bike-fill"
+ unicode="&#xEA90;"
+ horiz-adv-x="2000" d="M458.3333333333333 1000H333.3333333333333V1416.6666666666667H166.6666666666667V1583.3333333333335H666.6666666666666V1416.6666666666667H500V1183.75L1317.75 1402.8333333333335L1269.4166666666667 1583.3333333333335H1000V1750H1331.5A83.33333333333333 83.33333333333333 0 0 0 1413.8333333333333 1688.25L1543.25 1205.25L1382.2500000000002 1162.1666666666667L1360.9166666666667 1241.8333333333333L458.3333333333333 1000zM416.6666666666667 250A333.3333333333333 333.3333333333333 0 1 0 416.6666666666667 916.6666666666669A333.3333333333333 333.3333333333333 0 0 0 416.6666666666667 250zM416.6666666666667 500A83.33333333333333 83.33333333333333 0 1 1 416.6666666666667 666.6666666666667A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 500zM1500 250A416.6666666666667 416.6666666666667 0 1 0 1500 1083.3333333333335A416.6666666666667 416.6666666666667 0 0 0 1500 250zM1500 583.3333333333335A83.33333333333333 83.33333333333333 0 1 1 1500 750A83.33333333333333 83.33333333333333 0 0 1 1500 583.3333333333335z" />
+ <glyph glyph-name="bike-line"
+ unicode="&#xEA91;"
+ horiz-adv-x="2000" d="M458.3333333333333 1000H333.3333333333333V1416.6666666666667H166.6666666666667V1583.3333333333335H666.6666666666666V1416.6666666666667H500V1183.75L1317.75 1402.8333333333335L1269.4166666666667 1583.3333333333335H1000V1750H1331.5A83.33333333333333 83.33333333333333 0 0 0 1413.8333333333333 1688.25L1543.25 1205.25L1382.2500000000002 1162.1666666666667L1360.9166666666667 1241.8333333333333L458.3333333333333 1000zM416.6666666666667 416.6666666666668A166.66666666666666 166.66666666666666 0 1 1 416.6666666666667 750A166.66666666666666 166.66666666666666 0 0 1 416.6666666666667 416.6666666666668zM416.6666666666667 250A333.3333333333333 333.3333333333333 0 1 0 416.6666666666667 916.6666666666669A333.3333333333333 333.3333333333333 0 0 0 416.6666666666667 250zM1500 416.6666666666668A250 250 0 1 1 1500 916.6666666666669A250 250 0 0 1 1500 416.6666666666668zM1500 250A416.6666666666667 416.6666666666667 0 1 0 1500 1083.3333333333335A416.6666666666667 416.6666666666667 0 0 0 1500 250z" />
+ <glyph glyph-name="bill-fill"
+ unicode="&#xEA92;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM666.6666666666666 1250V1083.3333333333335H1333.3333333333333V1250H666.6666666666666zM666.6666666666666 916.6666666666669V750H1333.3333333333333V916.6666666666669H666.6666666666666z" />
+ <glyph glyph-name="bill-line"
+ unicode="&#xEA93;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333zM666.6666666666666 1250H1333.3333333333333V1083.3333333333335H666.6666666666666V1250zM666.6666666666666 916.6666666666669H1333.3333333333333V750H666.6666666666666V916.6666666666669z" />
+ <glyph glyph-name="bit-coin-fill"
+ unicode="&#xEA94;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM916.6666666666666 666.6666666666667V500H1083.3333333333333V666.6666666666667H1166.6666666666665A208.33333333333334 208.33333333333334 0 0 1 1333.3333333333333 1000A208.33333333333334 208.33333333333334 0 0 1 1166.6666666666665 1333.3333333333335H1083.3333333333333V1500H916.6666666666666V1333.3333333333335H666.6666666666666V666.6666666666667H916.6666666666666zM833.3333333333333 916.6666666666669H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 0 1166.6666666666665 833.3333333333335H833.3333333333333V916.6666666666669zM833.3333333333333 1166.6666666666667H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 0 1166.6666666666665 1083.3333333333335H833.3333333333333V1166.6666666666667z" />
+ <glyph glyph-name="bit-coin-line"
+ unicode="&#xEA95;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM916.6666666666666 666.6666666666667H666.6666666666666V1333.3333333333335H916.6666666666666V1500H1083.3333333333333V1333.3333333333335H1166.6666666666665A208.33333333333334 208.33333333333334 0 0 0 1333.3333333333333 1000A208.33333333333334 208.33333333333334 0 0 0 1166.6666666666665 666.6666666666667H1083.3333333333333V500H916.6666666666666V666.6666666666667zM833.3333333333333 916.6666666666669V833.3333333333335H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 1 1166.6666666666665 916.6666666666669H833.3333333333333zM833.3333333333333 1166.6666666666667V1083.3333333333335H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 1 1166.6666666666665 1166.6666666666667H833.3333333333333z" />
+ <glyph glyph-name="bluetooth-connect-fill"
+ unicode="&#xEA96;"
+ horiz-adv-x="2000" d="M1195.0833333333333 997.5000000000002L1556.9999999999998 635.5833333333337L1085.6666666666665 164.2500000000005H918.9999999999998V721.416666666667L555.3333333333333 357.7500000000003L437.4166666666665 475.5833333333337L918.9999999999998 957.0833333333338V1037.916666666667L437.4166666666667 1519.5833333333335L555.3333333333333 1637.4166666666667L918.9999999999998 1273.75V1830.9166666666667H1085.6666666666665L1556.9999999999998 1359.5L1195.083333333333 997.5833333333334zM1085.6666666666665 871.3333333333335V399.9166666666668L1321.333333333333 635.5833333333333L1085.6666666666665 871.3333333333333zM1085.6666666666665 1123.8333333333335L1321.333333333333 1359.5L1085.6666666666665 1595.1666666666665V1123.75zM1625 875A125 125 0 1 0 1625 1125A125 125 0 0 0 1625 875zM541.6666666666666 875A125 125 0 1 0 541.6666666666666 1125A125 125 0 0 0 541.6666666666666 875z" />
+ <glyph glyph-name="bluetooth-connect-line"
+ unicode="&#xEA97;"
+ horiz-adv-x="2000" d="M1195.0833333333333 997.5000000000002L1556.9999999999998 635.5833333333337L1085.6666666666665 164.2500000000005H918.9999999999998V721.416666666667L555.3333333333333 357.7500000000003L437.4166666666665 475.5833333333337L918.9999999999998 957.0833333333338V1037.916666666667L437.4166666666667 1519.5833333333335L555.3333333333333 1637.4166666666667L918.9999999999998 1273.75V1830.9166666666667H1085.6666666666665L1556.9999999999998 1359.5L1195.083333333333 997.5833333333334zM1085.6666666666665 871.3333333333335V399.9166666666668L1321.333333333333 635.5833333333333L1085.6666666666665 871.3333333333333zM1085.6666666666665 1123.8333333333335L1321.333333333333 1359.5L1085.6666666666665 1595.1666666666665V1123.75zM1625 875A125 125 0 1 0 1625 1125A125 125 0 0 0 1625 875zM541.6666666666666 875A125 125 0 1 0 541.6666666666666 1125A125 125 0 0 0 541.6666666666666 875z" />
+ <glyph glyph-name="bluetooth-fill"
+ unicode="&#xEA98;"
+ horiz-adv-x="2000" d="M1195.0833333333333 997.5000000000002L1556.9999999999998 635.5833333333337L1085.6666666666665 164.2500000000005H918.9999999999998V721.416666666667L555.3333333333333 357.7500000000003L437.4166666666665 475.5833333333337L918.9999999999998 957.0833333333338V1037.916666666667L437.4166666666667 1519.5833333333335L555.3333333333333 1637.4166666666667L918.9999999999998 1273.75V1830.9166666666667H1085.6666666666665L1556.9999999999998 1359.5L1195.083333333333 997.5833333333334zM1085.6666666666665 871.3333333333335V399.9166666666668L1321.333333333333 635.5833333333333L1085.6666666666665 871.3333333333333zM1085.6666666666665 1123.8333333333335L1321.333333333333 1359.5L1085.6666666666665 1595.1666666666665V1123.75z" />
+ <glyph glyph-name="bluetooth-line"
+ unicode="&#xEA99;"
+ horiz-adv-x="2000" d="M1195.0833333333333 997.5000000000002L1556.9999999999998 635.5833333333337L1085.6666666666665 164.2500000000005H918.9999999999998V721.416666666667L555.3333333333333 357.7500000000003L437.4166666666665 475.5833333333337L918.9999999999998 957.0833333333338V1037.916666666667L437.4166666666667 1519.5833333333335L555.3333333333333 1637.4166666666667L918.9999999999998 1273.75V1830.9166666666667H1085.6666666666665L1556.9999999999998 1359.5L1195.083333333333 997.5833333333334zM1085.6666666666665 871.3333333333335V399.9166666666668L1321.333333333333 635.5833333333333L1085.6666666666665 871.3333333333333zM1085.6666666666665 1123.8333333333335L1321.333333333333 1359.5L1085.6666666666665 1595.1666666666665V1123.75z" />
+ <glyph glyph-name="blur-off-fill"
+ unicode="&#xEA9A;"
+ horiz-adv-x="2000" d="M452.6666666666667 1429.5L116.0833333333333 1766L234 1883.9166666666667L1883.9166666666663 233.9166666666668L1766 116.0833333333333L1512.8333333333333 369.4166666666665A749.9999999999999 749.9999999999999 0 0 0 452.6666666666667 1429.3333333333335zM686.9166666666666 1664.1666666666667L1000 1977.3333333333333L1530.3333333333333 1447A750.1666666666666 750.1666666666666 0 0 0 1701.1666666666667 650.0000000000002L686.9999999999999 1664.1666666666667z" />
+ <glyph glyph-name="blur-off-line"
+ unicode="&#xEA9B;"
+ horiz-adv-x="2000" d="M1512.8333333333333 369.3333333333333A749.9999999999999 749.9999999999999 0 0 0 452.6666666666667 1429.5L116.0833333333333 1766L234 1883.9166666666667L1883.9166666666663 233.9166666666668L1766 116.0833333333333L1512.8333333333333 369.4166666666665zM570.5833333333334 1311.5A583.3333333333334 583.3333333333334 0 0 1 1394.8333333333333 487.3333333333333L570.6666666666665 1311.5zM1701.1666666666667 650.0000000000002L1567.9166666666667 783.2500000000002A582.9166666666666 582.9166666666666 0 0 1 1412.5000000000002 1329.0833333333335L1000 1741.6666666666667L804.75 1546.4166666666667L686.9166666666666 1664.1666666666667L1000 1977.3333333333333L1530.3333333333333 1447A750.1666666666666 750.1666666666666 0 0 0 1701.1666666666667 650.0000000000002z" />
+ <glyph glyph-name="bold"
+ unicode="&#xEA9C;"
+ horiz-adv-x="2000" d="M666.6666666666666 1083.3333333333335H1041.6666666666665A208.33333333333334 208.33333333333334 0 1 1 1041.6666666666665 1500H666.6666666666666V1083.3333333333335zM1500 708.3333333333335A374.99999999999994 374.99999999999994 0 0 0 1125 333.3333333333335H500V1666.6666666666667H1041.6666666666665A374.99999999999994 374.99999999999994 0 0 0 1313 1032.8333333333335A374.8333333333333 374.8333333333333 0 0 0 1500 708.3333333333335zM666.6666666666666 916.6666666666669V500H1125A208.33333333333334 208.33333333333334 0 1 1 1125 916.6666666666669H666.6666666666666z" />
+ <glyph glyph-name="book-2-fill"
+ unicode="&#xEA9D;"
+ horiz-adv-x="2000" d="M1750 500H500A83.33333333333333 83.33333333333333 0 0 1 500 333.3333333333335H1750V166.6666666666668H500A250 250 0 0 0 250 416.6666666666668V1666.6666666666667A166.66666666666666 166.66666666666666 0 0 0 416.6666666666667 1833.3333333333333H1750V500zM1333.3333333333333 1250V1416.6666666666667H666.6666666666666V1250H1333.3333333333333z" />
+ <glyph glyph-name="book-2-line"
+ unicode="&#xEA9E;"
+ horiz-adv-x="2000" d="M1750 500H500A83.33333333333333 83.33333333333333 0 0 1 500 333.3333333333335H1750V166.6666666666668H500A250 250 0 0 0 250 416.6666666666668V1666.6666666666667A166.66666666666666 166.66666666666666 0 0 0 416.6666666666667 1833.3333333333333H1750V500zM416.6666666666667 662.5C430.1666666666667 665.2500000000002 444.0833333333333 666.6666666666667 458.3333333333333 666.6666666666667H1583.3333333333333V1666.6666666666667H416.6666666666667V662.5zM1333.3333333333333 1250H666.6666666666666V1416.6666666666667H1333.3333333333333V1250z" />
+ <glyph glyph-name="book-3-fill"
+ unicode="&#xEA9F;"
+ horiz-adv-x="2000" d="M1750 1666.6666666666667H583.3333333333333A166.66666666666666 166.66666666666666 0 1 1 583.3333333333333 1333.3333333333335H1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H583.3333333333333A333.3333333333333 333.3333333333333 0 0 0 250 500V1500A333.3333333333333 333.3333333333333 0 0 0 583.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V1666.6666666666667zM1666.6666666666665 1416.6666666666667H583.3333333333333A83.33333333333333 83.33333333333333 0 1 0 583.3333333333333 1583.3333333333335H1666.6666666666665V1416.6666666666667z" />
+ <glyph glyph-name="book-3-line"
+ unicode="&#xEAA0;"
+ horiz-adv-x="2000" d="M1750 1666.6666666666667H583.3333333333333A166.66666666666666 166.66666666666666 0 1 1 583.3333333333333 1333.3333333333335H1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H583.3333333333333A333.3333333333333 333.3333333333333 0 0 0 250 500V1500A333.3333333333333 333.3333333333333 0 0 0 583.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V1666.6666666666667zM416.6666666666667 500A166.66666666666666 166.66666666666666 0 0 1 583.3333333333333 333.3333333333335H1583.3333333333333V1166.6666666666667H583.3333333333333A331.8333333333333 331.8333333333333 0 0 0 416.6666666666667 1211.25V500zM1666.6666666666665 1416.6666666666667H583.3333333333333A83.33333333333333 83.33333333333333 0 1 0 583.3333333333333 1583.3333333333335H1666.6666666666665V1416.6666666666667z" />
+ <glyph glyph-name="book-fill"
+ unicode="&#xEAA1;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H541.6666666666666A291.6666666666667 291.6666666666667 0 0 0 250 458.3333333333335V1583.3333333333335A250 250 0 0 0 500 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V583.3333333333335H541.6666666666666A125 125 0 0 1 541.6666666666666 333.3333333333335H1583.3333333333333z" />
+ <glyph glyph-name="book-line"
+ unicode="&#xEAA2;"
+ horiz-adv-x="2000" d="M250 458.3333333333335V1583.3333333333335A250 250 0 0 0 500 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H541.6666666666666A291.6666666666667 291.6666666666667 0 0 0 250 458.3333333333335zM1583.3333333333333 333.3333333333335V583.3333333333335H541.6666666666666A125 125 0 0 1 541.6666666666666 333.3333333333335H1583.3333333333333zM416.6666666666667 721.9166666666667A290.5 290.5 0 0 0 541.6666666666666 750H1583.3333333333333V1666.6666666666667H500A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 1583.3333333333335V721.9166666666667z" />
+ <glyph glyph-name="book-mark-fill"
+ unicode="&#xEAA3;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H541.6666666666666A291.6666666666667 291.6666666666667 0 0 0 250 458.3333333333335V1583.3333333333335A250 250 0 0 0 500 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V583.3333333333335H541.6666666666666A125 125 0 0 1 541.6666666666666 333.3333333333335H1583.3333333333333zM833.3333333333333 1666.6666666666667V1000L1125 1166.6666666666667L1416.6666666666665 1000V1666.6666666666667H833.3333333333333z" />
+ <glyph glyph-name="book-mark-line"
+ unicode="&#xEAA4;"
+ horiz-adv-x="2000" d="M250 458.3333333333335V1583.3333333333335A250 250 0 0 0 500 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H541.6666666666666A291.6666666666667 291.6666666666667 0 0 0 250 458.3333333333335zM1583.3333333333333 333.3333333333335V583.3333333333335H541.6666666666666A125 125 0 0 1 541.6666666666666 333.3333333333335H1583.3333333333333zM833.3333333333333 1666.6666666666667H500A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 1583.3333333333335V721.9166666666667A290.5 290.5 0 0 0 541.6666666666666 750H1583.3333333333333V1666.6666666666667H1416.6666666666665V1000L1125 1166.6666666666667L833.3333333333333 1000V1666.6666666666667z" />
+ <glyph glyph-name="book-open-fill"
+ unicode="&#xEAA5;"
+ horiz-adv-x="2000" d="M1750 250H1083.3333333333333V1500A250 250 0 0 0 1333.3333333333333 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250zM916.6666666666666 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H666.6666666666666A250 250 0 0 0 916.6666666666666 1500V250zM916.6666666666666 250H1083.3333333333333V83.3333333333335H916.6666666666666V250z" />
+ <glyph glyph-name="book-open-line"
+ unicode="&#xEAA6;"
+ horiz-adv-x="2000" d="M1083.3333333333333 250V83.3333333333335H916.6666666666666V250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H750A332.49999999999994 332.49999999999994 0 0 0 1000 1637.1666666666667A332.49999999999994 332.49999999999994 0 0 0 1250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1083.3333333333333zM1666.6666666666665 416.6666666666668V1583.3333333333335H1250A166.66666666666666 166.66666666666666 0 0 1 1083.3333333333333 1416.6666666666667V416.6666666666668H1666.6666666666665zM916.6666666666666 416.6666666666668V1416.6666666666667A166.66666666666666 166.66666666666666 0 0 1 750 1583.3333333333335H333.3333333333333V416.6666666666668H916.6666666666666z" />
+ <glyph glyph-name="book-read-fill"
+ unicode="&#xEAA7;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM1000 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H1000zM1083.3333333333333 1416.6666666666667H1583.3333333333333V1250H1083.3333333333333V1416.6666666666667zM1083.3333333333333 1166.6666666666667H1583.3333333333333V1000H1083.3333333333333V1166.6666666666667z" />
+ <glyph glyph-name="book-read-line"
+ unicode="&#xEAA8;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM916.6666666666666 1583.3333333333335H333.3333333333333V416.6666666666668H916.6666666666666V1583.3333333333335zM1083.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H1083.3333333333333zM1166.6666666666665 1416.6666666666667H1583.3333333333333V1250H1166.6666666666665V1416.6666666666667zM1166.6666666666665 1166.6666666666667H1583.3333333333333V1000H1166.6666666666665V1166.6666666666667z" />
+ <glyph glyph-name="bookmark-2-fill"
+ unicode="&#xEAA9;"
+ horiz-adv-x="2000" d="M416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V154.75A41.666666666666664 41.666666666666664 0 0 0 1602.8333333333335 119.4166666666668L1000 497.5L397.1666666666667 119.5A41.666666666666664 41.666666666666664 0 0 0 333.3333333333333 154.75V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM666.6666666666666 1250V1083.3333333333335H1333.3333333333333V1250H666.6666666666666z" />
+ <glyph glyph-name="bookmark-2-line"
+ unicode="&#xEAAA;"
+ horiz-adv-x="2000" d="M416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V154.75A41.666666666666664 41.666666666666664 0 0 0 1602.8333333333335 119.4166666666668L1000 497.5L397.1666666666667 119.5A41.666666666666664 41.666666666666664 0 0 0 333.3333333333333 154.75V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM1500 1666.6666666666667H500V380.6666666666665L1000 694.0833333333333L1500 380.6666666666665V1666.6666666666667zM666.6666666666666 1250H1333.3333333333333V1083.3333333333335H666.6666666666666V1250z" />
+ <glyph glyph-name="bookmark-3-fill"
+ unicode="&#xEAAB;"
+ horiz-adv-x="2000" d="M333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V143.6666666666668A41.666666666666664 41.666666666666664 0 0 0 1691.3333333333333 105.5833333333335L1000 414.1666666666668L308.6666666666667 105.6666666666667A41.666666666666664 41.666666666666664 0 0 0 250 143.6666666666668V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333zM1000 875L1244.9166666666665 746.25L1198.1666666666665 1018.9166666666669L1396.2499999999998 1212.0833333333335L1122.4166666666665 1251.9166666666665L1000 1500L877.4999999999999 1251.9166666666665L603.7499999999999 1212.0833333333335L801.8333333333333 1018.9166666666669L755.1666666666666 746.25L1000 875z" />
+ <glyph glyph-name="bookmark-3-line"
+ unicode="&#xEAAC;"
+ horiz-adv-x="2000" d="M333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V143.6666666666668A41.666666666666664 41.666666666666664 0 0 0 1691.3333333333333 105.5833333333335L1000 414.1666666666668L308.6666666666667 105.6666666666667A41.666666666666664 41.666666666666664 0 0 0 250 143.6666666666668V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333zM1583.3333333333333 336.25V1666.6666666666667H416.6666666666667V336.25L1000 596.5833333333333L1583.3333333333333 336.25zM1000 875L755.0833333333333 746.25L801.8333333333333 1018.9166666666669L603.75 1212.0833333333335L877.5833333333334 1251.9166666666665L1000 1500L1122.5 1251.9166666666665L1396.2500000000002 1212.0833333333335L1198.166666666667 1018.9166666666669L1244.8333333333337 746.25L1000 875z" />
+ <glyph glyph-name="bookmark-fill"
+ unicode="&#xEAAD;"
+ horiz-adv-x="2000" d="M416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V154.75A41.666666666666664 41.666666666666664 0 0 0 1602.8333333333335 119.4166666666668L1000 497.5L397.1666666666667 119.5A41.666666666666664 41.666666666666664 0 0 0 333.3333333333333 154.75V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333z" />
+ <glyph glyph-name="bookmark-line"
+ unicode="&#xEAAE;"
+ horiz-adv-x="2000" d="M416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V154.75A41.666666666666664 41.666666666666664 0 0 0 1602.8333333333335 119.4166666666668L1000 497.5L397.1666666666667 119.5A41.666666666666664 41.666666666666664 0 0 0 333.3333333333333 154.75V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM1500 1666.6666666666667H500V380.6666666666665L1000 694.0833333333333L1500 380.6666666666665V1666.6666666666667z" />
+ <glyph glyph-name="briefcase-2-fill"
+ unicode="&#xEAAF;"
+ horiz-adv-x="2000" d="M583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM1416.6666666666665 916.6666666666669V1166.6666666666667H1250V916.6666666666669H750V1166.6666666666667H583.3333333333333V916.6666666666669H333.3333333333333V416.6666666666668H1666.6666666666665V916.6666666666669H1416.6666666666665zM750 1750V1583.3333333333335H1250V1750H750z" />
+ <glyph glyph-name="briefcase-2-line"
+ unicode="&#xEAB0;"
+ horiz-adv-x="2000" d="M583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM1666.6666666666665 916.6666666666669H333.3333333333333V416.6666666666668H1666.6666666666665V916.6666666666669zM1666.6666666666665 1416.6666666666667H333.3333333333333V1083.3333333333335H583.3333333333333V1250H750V1083.3333333333335H1250V1250H1416.6666666666665V1083.3333333333335H1666.6666666666665V1416.6666666666667zM750 1750V1583.3333333333335H1250V1750H750z" />
+ <glyph glyph-name="briefcase-3-fill"
+ unicode="&#xEAB1;"
+ horiz-adv-x="2000" d="M583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM1416.6666666666665 1416.6666666666667V1000H1666.6666666666665V1416.6666666666667H1416.6666666666665zM1250 1416.6666666666667H750V1000H1250V1416.6666666666667zM583.3333333333333 1416.6666666666667H333.3333333333333V1000H583.3333333333333V1416.6666666666667zM750 1750V1583.3333333333335H1250V1750H750z" />
+ <glyph glyph-name="briefcase-3-line"
+ unicode="&#xEAB2;"
+ horiz-adv-x="2000" d="M583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM1250 1416.6666666666667H750V416.6666666666668H1250V1416.6666666666667zM583.3333333333333 1416.6666666666667H333.3333333333333V416.6666666666668H583.3333333333333V1416.6666666666667zM1416.6666666666665 1416.6666666666667V416.6666666666668H1666.6666666666665V1416.6666666666667H1416.6666666666665zM750 1750V1583.3333333333335H1250V1750H750z" />
+ <glyph glyph-name="briefcase-4-fill"
+ unicode="&#xEAB3;"
+ horiz-adv-x="2000" d="M750 916.6666666666669V666.6666666666667H1250V916.6666666666669H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V916.6666666666669H750zM916.6666666666666 1083.3333333333335H1083.3333333333333V833.3333333333335H916.6666666666666V1083.3333333333335zM583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V1083.3333333333335H1250V1250H750V1083.3333333333335H166.6666666666667V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM750 1750V1583.3333333333335H1250V1750H750z" />
+ <glyph glyph-name="briefcase-4-line"
+ unicode="&#xEAB4;"
+ horiz-adv-x="2000" d="M583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM750 916.6666666666669H333.3333333333333V416.6666666666668H1666.6666666666665V916.6666666666669H1250V666.6666666666667H750V916.6666666666669zM1666.6666666666665 1416.6666666666667H333.3333333333333V1083.3333333333335H750V1250H1250V1083.3333333333335H1666.6666666666665V1416.6666666666667zM916.6666666666666 1083.3333333333335V833.3333333333335H1083.3333333333333V1083.3333333333335H916.6666666666666zM750 1750V1583.3333333333335H1250V1750H750z" />
+ <glyph glyph-name="briefcase-5-fill"
+ unicode="&#xEAB5;"
+ horiz-adv-x="2000" d="M583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM500 916.6666666666669V1416.6666666666667H333.3333333333333V916.6666666666669H500zM666.6666666666666 1416.6666666666667V916.6666666666669H916.6666666666666V1083.3333333333335H1083.3333333333333V916.6666666666669H1333.3333333333333V1416.6666666666667H666.6666666666666zM1500 916.6666666666669H1666.6666666666665V1416.6666666666667H1500V916.6666666666669zM750 1750V1583.3333333333335H1250V1750H750z" />
+ <glyph glyph-name="briefcase-5-line"
+ unicode="&#xEAB6;"
+ horiz-adv-x="2000" d="M583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM1333.3333333333333 750H1083.3333333333333V666.6666666666667H916.6666666666666V750H666.6666666666666V416.6666666666668H1333.3333333333333V750zM666.6666666666666 1416.6666666666667V916.6666666666669H916.6666666666666V1000H1083.3333333333333V916.6666666666669H1333.3333333333333V1416.6666666666667H666.6666666666666zM500 916.6666666666669V1416.6666666666667H333.3333333333333V916.6666666666669H500zM1500 916.6666666666669H1666.6666666666665V1416.6666666666667H1500V916.6666666666669zM500 750H333.3333333333333V416.6666666666668H500V750zM1500 750V416.6666666666668H1666.6666666666665V750H1500zM750 1750V1583.3333333333335H1250V1750H750z" />
+ <glyph glyph-name="briefcase-fill"
+ unicode="&#xEAB7;"
+ horiz-adv-x="2000" d="M583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM333.3333333333333 750V416.6666666666668H1666.6666666666665V750H333.3333333333333zM916.6666666666666 1083.3333333333335V916.6666666666669H1083.3333333333333V1083.3333333333335H916.6666666666666zM750 1750V1583.3333333333335H1250V1750H750z" />
+ <glyph glyph-name="briefcase-line"
+ unicode="&#xEAB8;"
+ horiz-adv-x="2000" d="M583.3333333333333 1583.3333333333335V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333zM333.3333333333333 666.6666666666667V416.6666666666668H1666.6666666666665V666.6666666666667H333.3333333333333zM333.3333333333333 833.3333333333335H1666.6666666666665V1416.6666666666667H333.3333333333333V833.3333333333335zM750 1750V1583.3333333333335H1250V1750H750zM916.6666666666666 1083.3333333333335H1083.3333333333333V916.6666666666669H916.6666666666666V1083.3333333333335z" />
+ <glyph glyph-name="broadcast-fill"
+ unicode="&#xEAB9;"
+ horiz-adv-x="2000" d="M410.75 1755.9166666666667L528.5833333333333 1638.0833333333335A664.5833333333333 664.5833333333333 0 0 1 333.3333333333333 1166.6666666666667C333.3333333333333 982.5 407.9166666666667 815.8333333333333 528.5833333333333 695.25L410.8333333333333 577.5A830.7499999999999 830.7499999999999 0 0 0 166.6666666666667 1166.6666666666667A830.7499999999999 830.7499999999999 0 0 0 410.75 1755.9166666666667zM1589.2499999999998 1755.9166666666667A830.7499999999999 830.7499999999999 0 0 0 1833.3333333333333 1166.6666666666667A830.7499999999999 830.7499999999999 0 0 0 1589.25 577.416666666667L1471.4166666666665 695.2500000000002A664.5833333333333 664.5833333333333 0 0 1 1666.6666666666665 1166.6666666666667C1666.6666666666665 1350.8333333333335 1592.0833333333333 1517.5 1471.4166666666665 1638.0833333333335L1589.1666666666665 1755.8333333333333zM646.4166666666666 1520.25L764.3333333333334 1402.3333333333335A332.25 332.25 0 0 1 666.6666666666666 1166.6666666666667C666.6666666666666 1074.5833333333335 704 991.25 764.3333333333334 931L646.4166666666666 813.0833333333335A498.4166666666666 498.4166666666666 0 0 0 500 1166.6666666666667C500 1304.75 556 1429.75 646.4166666666666 1520.25zM1353.5833333333335 1520.25A498.4166666666666 498.4166666666666 0 0 0 1500 1166.6666666666667A498.4166666666666 498.4166666666666 0 0 0 1353.583333333333 813.0833333333335L1235.6666666666665 931A332.25 332.25 0 0 1 1333.3333333333333 1166.6666666666667A332.25 332.25 0 0 1 1235.6666666666665 1402.3333333333335L1353.583333333333 1520.25zM1000 1000A166.66666666666666 166.66666666666666 0 1 0 1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1000 1000zM1000 833.3333333333335C1048.3333333333333 833.3333333333335 1089.75 798.9166666666667 1098.6666666666665 751.4166666666667L1208.3333333333333 166.6666666666668H791.6666666666666L901.3333333333334 751.4166666666667C910.25 798.9166666666667 951.6666666666666 833.3333333333335 1000 833.3333333333335z" />
+ <glyph glyph-name="broadcast-line"
+ unicode="&#xEABA;"
+ horiz-adv-x="2000" d="M410.75 1755.9166666666667L528.5833333333333 1638.0833333333335A664.5833333333333 664.5833333333333 0 0 1 333.3333333333333 1166.6666666666667C333.3333333333333 982.5 407.9166666666667 815.8333333333333 528.5833333333333 695.25L410.8333333333333 577.5A830.7499999999999 830.7499999999999 0 0 0 166.6666666666667 1166.6666666666667A830.7499999999999 830.7499999999999 0 0 0 410.75 1755.9166666666667zM1589.2499999999998 1755.9166666666667A830.7499999999999 830.7499999999999 0 0 0 1833.3333333333333 1166.6666666666667A830.7499999999999 830.7499999999999 0 0 0 1589.25 577.416666666667L1471.4166666666665 695.2500000000002A664.5833333333333 664.5833333333333 0 0 1 1666.6666666666665 1166.6666666666667C1666.6666666666665 1350.8333333333335 1592.0833333333333 1517.5 1471.4166666666665 1638.0833333333335L1589.1666666666665 1755.8333333333333zM646.4166666666666 1520.25L764.3333333333334 1402.3333333333335A332.25 332.25 0 0 1 666.6666666666666 1166.6666666666667C666.6666666666666 1074.5833333333335 704 991.25 764.3333333333334 931L646.4166666666666 813.0833333333335A498.4166666666666 498.4166666666666 0 0 0 500 1166.6666666666667C500 1304.75 556 1429.75 646.4166666666666 1520.25zM1353.5833333333335 1520.25A498.4166666666666 498.4166666666666 0 0 0 1500 1166.6666666666667A498.4166666666666 498.4166666666666 0 0 0 1353.583333333333 813.0833333333335L1235.6666666666665 931A332.25 332.25 0 0 1 1333.3333333333333 1166.6666666666667A332.25 332.25 0 0 1 1235.6666666666665 1402.3333333333335L1353.583333333333 1520.25zM1000 1000A166.66666666666666 166.66666666666666 0 1 0 1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1000 1000zM916.6666666666666 833.3333333333335H1083.3333333333333V166.6666666666668H916.6666666666666V833.3333333333335z" />
+ <glyph glyph-name="brush-2-fill"
+ unicode="&#xEABB;"
+ horiz-adv-x="2000" d="M1378 670.8333333333335L1554.6666666666667 847.6666666666667L1289.5833333333335 1112.8333333333335L1584.1666666666667 1407.4166666666667L1407.5 1584.1666666666667L1112.8333333333333 1289.5833333333335L847.6666666666666 1554.7500000000002L670.8333333333334 1378L1378 670.8333333333333zM1112.8333333333333 1525.25L1348.4999999999998 1761A83.33333333333333 83.33333333333333 0 0 0 1466.3333333333333 1761L1761 1466.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1761 1348.5L1525.25 1112.8333333333335L1731.5 906.5833333333334A83.33333333333333 83.33333333333333 0 0 0 1731.5 788.666666666667L1083.3333333333333 140.5A83.33333333333333 83.33333333333333 0 0 0 965.5 140.5L140.5 965.5A83.33333333333333 83.33333333333333 0 0 0 140.5 1083.3333333333335L788.6666666666665 1731.5A83.33333333333333 83.33333333333333 0 0 0 906.5833333333331 1731.5L1112.833333333333 1525.25z" />
+ <glyph glyph-name="brush-2-line"
+ unicode="&#xEABC;"
+ horiz-adv-x="2000" d="M1378 670.8333333333335L1554.6666666666667 847.6666666666667L1289.5833333333335 1112.8333333333335L1584.1666666666667 1407.4166666666667L1407.5 1584.1666666666667L1112.8333333333333 1289.5833333333335L847.6666666666666 1554.7500000000002L670.8333333333334 1378L1378 670.8333333333333zM1260.0833333333335 553L553 1260.0833333333335L317.3333333333333 1024.416666666667L1024.4166666666665 317.3333333333335L1260.0833333333333 553zM1112.8333333333333 1525.25L1348.4999999999998 1761A83.33333333333333 83.33333333333333 0 0 0 1466.3333333333333 1761L1761 1466.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1761 1348.5L1525.25 1112.8333333333335L1731.5 906.5833333333334A83.33333333333333 83.33333333333333 0 0 0 1731.5 788.666666666667L1083.3333333333333 140.5A83.33333333333333 83.33333333333333 0 0 0 965.5 140.5L140.5 965.5A83.33333333333333 83.33333333333333 0 0 0 140.5 1083.3333333333335L788.6666666666665 1731.5A83.33333333333333 83.33333333333333 0 0 0 906.5833333333331 1731.5L1112.833333333333 1525.25z" />
+ <glyph glyph-name="brush-3-fill"
+ unicode="&#xEABD;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1083.3333333333335V1333.3333333333335H1166.6666666666665V1666.6666666666667H833.3333333333333V1333.3333333333335H333.3333333333333V1083.3333333333335H1666.6666666666665zM1750 916.6666666666669V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H833.3333333333333V666.6666666666667H666.6666666666666V166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V916.6666666666669H166.6666666666667V1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1500H666.6666666666666V1750A83.33333333333333 83.33333333333333 0 0 0 750 1833.3333333333333H1250A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 1750V1500H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1416.6666666666667V916.6666666666669H1750z" />
+ <glyph glyph-name="brush-3-line"
+ unicode="&#xEABE;"
+ horiz-adv-x="2000" d="M666.6666666666666 333.3333333333335V750H833.3333333333333V333.3333333333335H1583.3333333333333V916.6666666666669H416.6666666666667V333.3333333333335H666.6666666666666zM333.3333333333333 1083.3333333333335H1666.6666666666665V1333.3333333333335H1166.6666666666665V1666.6666666666667H833.3333333333333V1333.3333333333335H333.3333333333333V1083.3333333333335zM250 250V916.6666666666669H166.6666666666667V1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1500H666.6666666666666V1750A83.33333333333333 83.33333333333333 0 0 0 750 1833.3333333333333H1250A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 1750V1500H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1416.6666666666667V916.6666666666669H1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250z" />
+ <glyph glyph-name="brush-4-fill"
+ unicode="&#xEABF;"
+ horiz-adv-x="2000" d="M1666.6666666666665 666.6666666666667H333.3333333333333V500H1666.6666666666665V666.6666666666667zM250 833.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H583.3333333333333V1060.5833333333335H750V1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V833.3333333333335H1833.3333333333333V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1750 333.3333333333335H1083.3333333333333V83.3333333333335H916.6666666666666V333.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 416.6666666666668V833.3333333333335H250z" />
+ <glyph glyph-name="brush-4-line"
+ unicode="&#xEAC0;"
+ horiz-adv-x="2000" d="M750 1583.3333333333335V1060.5833333333335H583.3333333333333V1583.3333333333335H416.6666666666667V833.3333333333335H1583.3333333333333V1583.3333333333335H750zM1666.6666666666665 666.6666666666667H333.3333333333333V500H1666.6666666666665V666.6666666666667zM250 833.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V833.3333333333335H1833.3333333333333V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1750 333.3333333333335H1083.3333333333333V83.3333333333335H916.6666666666666V333.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 416.6666666666668V833.3333333333335H250z" />
+ <glyph glyph-name="brush-fill"
+ unicode="&#xEAC1;"
+ horiz-adv-x="2000" d="M1107.4166666666665 1482L1519 1802.0833333333333A83.33333333333333 83.33333333333333 0 0 0 1629 1795.25L1878.5833333333337 1545.75A83.33333333333333 83.33333333333333 0 0 0 1885.4166666666667 1435.6666666666665L1565.416666666667 1024.1666666666665A625.4166666666666 625.4166666666666 0 0 0 958.5000000000002 249.8333333333333C666.6666666666666 249.8333333333335 291.6666666666667 375 83.3333333333333 500C415 750 337.2500000000001 900.8333333333331 375 1041.6666666666667C463.1666666666666 1370.8333333333335 778.4999999999999 1563.0833333333333 1107.4166666666665 1482zM1391.833333333333 1325.4166666666665C1397.2499999999998 1320.1666666666665 1402.6666666666663 1314.75 1407.9166666666665 1309.25L1502.5 1214.75L1708.7500000000002 1479.9166666666665L1563.2500000000002 1625.4166666666665L1298.0833333333335 1419.1666666666665L1391.8333333333337 1325.4166666666665z" />
+ <glyph glyph-name="brush-line"
+ unicode="&#xEAC2;"
+ horiz-adv-x="2000" d="M1288 1193.5L1276.1666666666665 1205.3333333333333A456.2499999999999 456.2499999999999 0 0 1 1077 1317.75C834.7499999999999 1382.5833333333333 602.0833333333333 1245.3333333333333 535.9999999999999 998.5833333333331C532.4166666666666 985.2499999999998 530.4999999999999 970.25 527.3333333333333 932.6666666666666C514.4999999999999 776.8333333333333 477.8333333333333 660.5833333333335 377.3333333333333 542.6666666666667C565.6666666666666 468.6666666666667 788.8333333333333 416.5000000000003 958.4999999999998 416.5000000000003A458.74999999999994 458.74999999999994 0 0 1 1400.9999999999998 756.3333333333335A458.0833333333333 458.0833333333333 0 0 1 1287.9999999999998 1193.5zM1107.4999999999998 1482L1519.0833333333333 1802.0833333333333A83.33333333333333 83.33333333333333 0 0 0 1629.0833333333333 1795.25L1878.6666666666663 1545.75A83.33333333333333 83.33333333333333 0 0 0 1885.5 1435.6666666666665L1565.5 1024.1666666666665A625.4166666666666 625.4166666666666 0 0 0 958.5833333333331 249.8333333333333C666.6666666666666 249.8333333333335 291.6666666666667 375 83.3333333333333 500C415 750 337.2500000000001 900.8333333333331 375 1041.6666666666667C463.1666666666666 1370.8333333333335 778.4999999999999 1563.0833333333333 1107.4166666666665 1482zM1391.9166666666665 1325.4166666666665C1397.3333333333333 1320.1666666666665 1402.7499999999998 1314.75 1408 1309.25L1502.5833333333335 1214.75L1708.8333333333335 1479.9166666666665L1563.3333333333337 1625.4166666666665L1298.166666666667 1419.1666666666665L1391.9166666666667 1325.4166666666665z" />
+ <glyph glyph-name="bug-2-fill"
+ unicode="&#xEAC3;"
+ horiz-adv-x="2000" d="M422.5 666.6666666666667A588.3333333333333 588.3333333333333 0 0 0 416.6666666666667 750V833.3333333333335H250V1000H416.6666666666667V1083.3333333333335C416.6666666666667 1111.6666666666667 418.6666666666667 1139.4166666666667 422.5 1166.6666666666667H250V1333.3333333333335H472.8333333333333A585.8333333333333 585.8333333333333 0 0 0 709.4999999999999 1589.3333333333335L621.9999999999999 1676.8333333333333L740 1794.5833333333333L880.25 1654.25A585.8333333333333 585.8333333333333 0 0 0 1119.9166666666665 1654.25L1260.1666666666665 1794.5833333333333L1378.0833333333333 1676.6666666666667L1290.583333333333 1589.1666666666667A585.8333333333333 585.8333333333333 0 0 0 1527.1666666666665 1333.3333333333335H1750V1166.6666666666667H1577.5C1581.3333333333333 1139.4166666666667 1583.3333333333333 1111.6666666666667 1583.3333333333333 1083.3333333333335V1000H1750V833.3333333333335H1583.3333333333333V750C1583.3333333333333 721.6666666666667 1581.3333333333333 693.9166666666667 1577.5 666.6666666666667H1750V500H1527.1666666666665A583.3333333333334 583.3333333333334 0 0 0 472.8333333333334 500H250V666.6666666666667H422.5zM750 1166.6666666666667V1000H1250V1166.6666666666667H750zM750 833.3333333333335V666.6666666666667H1250V833.3333333333335H750z" />
+ <glyph glyph-name="bug-2-line"
+ unicode="&#xEAC4;"
+ horiz-adv-x="2000" d="M880.1666666666665 1654.3333333333335A585.8333333333333 585.8333333333333 0 0 0 1119.8333333333333 1654.3333333333335L1260.0833333333333 1794.6666666666667L1377.9999999999998 1676.75L1290.4999999999998 1589.25A585.8333333333333 585.8333333333333 0 0 0 1527.1666666666665 1333.3333333333335H1750V1166.6666666666667H1577.5C1581.3333333333333 1139.4166666666667 1583.3333333333333 1111.6666666666667 1583.3333333333333 1083.3333333333335V1000H1750V833.3333333333335H1583.3333333333333V750C1583.3333333333333 721.6666666666667 1581.3333333333333 693.9166666666667 1577.5 666.6666666666667H1750V500H1527.1666666666665A583.3333333333334 583.3333333333334 0 0 0 472.8333333333334 500H250V666.6666666666667H422.5A588.3333333333333 588.3333333333333 0 0 0 416.6666666666667 750V833.3333333333335H250V1000H416.6666666666667V1083.3333333333335C416.6666666666667 1111.6666666666667 418.6666666666667 1139.4166666666667 422.5 1166.6666666666667H250V1333.3333333333335H472.8333333333333A585.8333333333333 585.8333333333333 0 0 0 709.4999999999999 1589.3333333333335L621.9999999999999 1676.8333333333333L740 1794.5833333333333L880.25 1654.25zM1000 1500A416.6666666666667 416.6666666666667 0 0 1 583.3333333333333 1083.3333333333335V750A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 750V1083.3333333333335A416.6666666666667 416.6666666666667 0 0 1 1000 1500zM750 833.3333333333335H1250V666.6666666666667H750V833.3333333333335zM750 1166.6666666666667H1250V1000H750V1166.6666666666667z" />
+ <glyph glyph-name="bug-fill"
+ unicode="&#xEAC5;"
+ horiz-adv-x="2000" d="M504.6666666666666 1308.3333333333333A584.1666666666666 584.1666666666666 0 0 0 521.25 1333.3333333333335H1478.75C1484.5 1325.1666666666665 1490.0000000000002 1316.75 1495.3333333333335 1308.3333333333333L1663.6666666666667 1405.5L1747 1261.1666666666667L1562.5833333333333 1154.6666666666667C1576.0833333333333 1105.5 1583.3333333333333 1053.5833333333335 1583.3333333333333 1000V916.6666666666669H1833.3333333333333V750H1583.3333333333333C1583.3333333333333 670.5833333333335 1567.4999999999998 594.8333333333333 1538.6666666666665 525.8333333333333L1746.9999999999998 405.5L1663.6666666666665 261.1666666666668L1453.1666666666665 382.6666666666668A582.6666666666666 582.6666666666666 0 0 0 1083.3333333333333 172.5833333333335V833.3333333333335H916.6666666666666V172.5000000000002A582.6666666666666 582.6666666666666 0 0 0 546.8333333333334 382.6666666666668L336.3333333333334 261.1666666666668L253.0000000000001 405.5L461.3333333333334 525.7500000000002A581.5833333333333 581.5833333333333 0 0 0 416.6666666666667 750H166.6666666666667V916.6666666666669H416.6666666666667V1000C416.6666666666667 1053.5833333333335 423.9166666666667 1105.4166666666667 437.4166666666667 1154.6666666666667L253 1261.1666666666667L336.3333333333333 1405.5L504.6666666666666 1308.3333333333333zM666.6666666666666 1500A333.3333333333333 333.3333333333333 0 1 0 1333.3333333333333 1500H666.6666666666666z" />
+ <glyph glyph-name="bug-line"
+ unicode="&#xEAC6;"
+ horiz-adv-x="2000" d="M1083.3333333333333 341.666666666667A416.83333333333326 416.83333333333326 0 0 1 1416.6666666666665 750.0000000000002V1000.0000000000002A415 415 0 0 1 1382.0833333333333 1166.666666666667H617.9166666666667A415 415 0 0 1 583.3333333333333 1000V750A416.83333333333326 416.83333333333326 0 0 1 916.6666666666666 341.666666666667V833.3333333333335H1083.3333333333333V341.666666666667zM461.3333333333333 525.8333333333337A581.5833333333333 581.5833333333333 0 0 0 416.6666666666667 750H166.6666666666667V916.6666666666669H416.6666666666667V1000C416.6666666666667 1053.5833333333335 423.9166666666667 1105.4166666666667 437.4166666666667 1154.6666666666667L253 1261.1666666666667L336.3333333333333 1405.5L504.6666666666666 1308.3333333333333A584.1666666666666 584.1666666666666 0 0 0 521.25 1333.3333333333335H1478.75C1484.5 1325.1666666666665 1490.0000000000002 1316.75 1495.3333333333335 1308.3333333333333L1663.6666666666667 1405.5L1747 1261.1666666666667L1562.5833333333333 1154.6666666666667C1576.0833333333333 1105.5 1583.3333333333333 1053.5833333333335 1583.3333333333333 1000V916.6666666666669H1833.3333333333333V750H1583.3333333333333C1583.3333333333333 670.5833333333335 1567.4999999999998 594.8333333333333 1538.6666666666665 525.8333333333333L1746.9999999999998 405.5L1663.6666666666665 261.1666666666668L1453.1666666666665 382.6666666666668A582.1666666666665 582.1666666666665 0 0 0 1000 166.6666666666668A582.1666666666665 582.1666666666665 0 0 0 546.8333333333334 382.6666666666668L336.3333333333334 261.1666666666668L253.0000000000001 405.5L461.3333333333334 525.7500000000002zM666.6666666666666 1500A333.3333333333333 333.3333333333333 0 1 0 1333.3333333333333 1500H666.6666666666666z" />
+ <glyph glyph-name="building-2-fill"
+ unicode="&#xEAC7;"
+ horiz-adv-x="2000" d="M1000 416.6666666666668H1166.6666666666665V1500L1699.4999999999998 1271.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1750 1195V416.6666666666668H1916.6666666666663V250H83.3333333333333V416.6666666666668H250V1529.1666666666667A83.33333333333333 83.33333333333333 0 0 0 299.5 1605.3333333333333L941.4166666666666 1890.6666666666663A41.666666666666664 41.666666666666664 0 0 0 1000 1852.5V416.6666666666668z" />
+ <glyph glyph-name="building-2-line"
+ unicode="&#xEAC8;"
+ horiz-adv-x="2000" d="M250 416.6666666666668V1525A83.33333333333333 83.33333333333333 0 0 0 304.8333333333333 1603.3333333333335L1110.7499999999998 1896.3333333333333A41.666666666666664 41.666666666666664 0 0 0 1166.6666666666665 1857.1666666666667V1444.4166666666667L1692.9999999999998 1269A83.33333333333333 83.33333333333333 0 0 0 1750 1189.9166666666667V416.6666666666668H1916.6666666666663V250H83.3333333333333V416.6666666666668H250zM416.6666666666667 416.6666666666668H1000V1678.75L416.6666666666667 1466.5833333333335V416.6666666666668zM1583.3333333333333 416.6666666666668V1129.8333333333335L1166.6666666666665 1268.75V416.6666666666668H1583.3333333333333z" />
+ <glyph glyph-name="building-3-fill"
+ unicode="&#xEAC9;"
+ horiz-adv-x="2000" d="M833.3333333333333 1157.4166666666665V1916.6666666666667L1750 1416.6666666666667V250H250V1416.6666666666667z" />
+ <glyph glyph-name="building-3-line"
+ unicode="&#xEACA;"
+ horiz-adv-x="2000" d="M833.3333333333333 1157.4166666666665V1916.6666666666667L1750 1416.6666666666667V250H250V1416.6666666666667L833.3333333333333 1157.4166666666665zM1000 1635.9166666666665V900.9166666666669L416.6666666666667 1160.1666666666667V416.6666666666668H1583.3333333333333V1317.75L1000 1635.8333333333335z" />
+ <glyph glyph-name="building-4-fill"
+ unicode="&#xEACB;"
+ horiz-adv-x="2000" d="M1750 333.3333333333335H1916.6666666666663V166.6666666666668H83.3333333333333V333.3333333333335H250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V333.3333333333335zM666.6666666666666 1083.3333333333335V916.6666666666669H916.6666666666666V1083.3333333333335H666.6666666666666zM666.6666666666666 1416.6666666666667V1250H916.6666666666666V1416.6666666666667H666.6666666666666zM666.6666666666666 750V583.3333333333335H916.6666666666666V750H666.6666666666666zM1083.3333333333333 750V583.3333333333335H1333.3333333333333V750H1083.3333333333333zM1083.3333333333333 1083.3333333333335V916.6666666666669H1333.3333333333333V1083.3333333333335H1083.3333333333333zM1083.3333333333333 1416.6666666666667V1250H1333.3333333333333V1416.6666666666667H1083.3333333333333z" />
+ <glyph glyph-name="building-4-line"
+ unicode="&#xEACC;"
+ horiz-adv-x="2000" d="M1750 333.3333333333335H1916.6666666666663V166.6666666666668H83.3333333333333V333.3333333333335H250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V333.3333333333335zM1583.3333333333333 333.3333333333335V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333zM666.6666666666666 1083.3333333333335H916.6666666666666V916.6666666666669H666.6666666666666V1083.3333333333335zM666.6666666666666 1416.6666666666667H916.6666666666666V1250H666.6666666666666V1416.6666666666667zM666.6666666666666 750H916.6666666666666V583.3333333333335H666.6666666666666V750zM1083.3333333333333 750H1333.3333333333333V583.3333333333335H1083.3333333333333V750zM1083.3333333333333 1083.3333333333335H1333.3333333333333V916.6666666666669H1083.3333333333333V1083.3333333333335zM1083.3333333333333 1416.6666666666667H1333.3333333333333V1250H1083.3333333333333V1416.6666666666667z" />
+ <glyph glyph-name="building-fill"
+ unicode="&#xEACD;"
+ horiz-adv-x="2000" d="M1750 416.6666666666668H1916.6666666666663V250H83.3333333333333V416.6666666666668H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1250 1666.6666666666667V416.6666666666668H1416.6666666666665V1250H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1166.6666666666667V416.6666666666668zM583.3333333333333 1083.3333333333335V916.6666666666669H916.6666666666666V1083.3333333333335H583.3333333333333zM583.3333333333333 1416.6666666666667V1250H916.6666666666666V1416.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="building-line"
+ unicode="&#xEACE;"
+ horiz-adv-x="2000" d="M1750 416.6666666666668H1916.6666666666663V250H83.3333333333333V416.6666666666668H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1250 1666.6666666666667V416.6666666666668H1583.3333333333333V1083.3333333333335H1416.6666666666665V1250H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1166.6666666666667V416.6666666666668zM416.6666666666667 1583.3333333333335V416.6666666666668H1083.3333333333333V1583.3333333333335H416.6666666666667zM583.3333333333333 1083.3333333333335H916.6666666666666V916.6666666666669H583.3333333333333V1083.3333333333335zM583.3333333333333 1416.6666666666667H916.6666666666666V1250H583.3333333333333V1416.6666666666667z" />
+ <glyph glyph-name="bus-2-fill"
+ unicode="&#xEACF;"
+ horiz-adv-x="2000" d="M1416.6666666666665 333.3333333333335H583.3333333333333V250A83.33333333333333 83.33333333333333 0 0 0 500 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1000H166.6666666666667V1333.3333333333335H250V1583.3333333333335A166.66666666666666 166.66666666666666 0 0 0 416.6666666666667 1750H1583.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1750 1583.3333333333335V1333.3333333333335H1833.3333333333333V1000H1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H1500A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 250V333.3333333333335zM416.6666666666667 1583.3333333333335V1000H1583.3333333333333V1583.3333333333335H416.6666666666667zM625 500A125 125 0 1 1 625 750A125 125 0 0 1 625 500zM1375 500A125 125 0 1 1 1375 750A125 125 0 0 1 1375 500z" />
+ <glyph glyph-name="bus-2-line"
+ unicode="&#xEAD0;"
+ horiz-adv-x="2000" d="M1416.6666666666665 333.3333333333335H583.3333333333333V250A83.33333333333333 83.33333333333333 0 0 0 500 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1000H166.6666666666667V1333.3333333333335H250V1583.3333333333335A166.66666666666666 166.66666666666666 0 0 0 416.6666666666667 1750H1583.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1750 1583.3333333333335V1333.3333333333335H1833.3333333333333V1000H1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H1500A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 250V333.3333333333335zM416.6666666666667 1583.3333333333335V1083.3333333333335H1583.3333333333333V1583.3333333333335H416.6666666666667zM1583.3333333333333 916.6666666666669H416.6666666666667V500H1583.3333333333333V916.6666666666669zM625 583.3333333333335A125 125 0 1 0 625 833.3333333333335A125 125 0 0 0 625 583.3333333333335zM1375 583.3333333333335A125 125 0 1 0 1375 833.3333333333335A125 125 0 0 0 1375 583.3333333333335z" />
+ <glyph glyph-name="bus-fill"
+ unicode="&#xEAD1;"
+ horiz-adv-x="2000" d="M1416.6666666666665 333.3333333333335H583.3333333333333V250A83.33333333333333 83.33333333333333 0 0 0 500 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V333.3333333333335H250V1000H166.6666666666667V1333.3333333333335H250V1583.3333333333335A166.66666666666666 166.66666666666666 0 0 0 416.6666666666667 1750H1583.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1750 1583.3333333333335V1333.3333333333335H1833.3333333333333V1000H1750V333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H1500A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 250V333.3333333333335zM416.6666666666667 1583.3333333333335V833.3333333333335H1583.3333333333333V1583.3333333333335H416.6666666666667zM416.6666666666667 666.6666666666667V500H750V666.6666666666667H416.6666666666667zM1250 666.6666666666667V500H1583.3333333333333V666.6666666666667H1250z" />
+ <glyph glyph-name="bus-line"
+ unicode="&#xEAD2;"
+ horiz-adv-x="2000" d="M1416.6666666666665 333.3333333333335H583.3333333333333V250A83.33333333333333 83.33333333333333 0 0 0 500 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V333.3333333333335H250V1000H166.6666666666667V1333.3333333333335H250V1583.3333333333335A166.66666666666666 166.66666666666666 0 0 0 416.6666666666667 1750H1583.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1750 1583.3333333333335V1333.3333333333335H1833.3333333333333V1000H1750V333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H1500A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 250V333.3333333333335zM1583.3333333333333 1000V1583.3333333333335H416.6666666666667V1000H1583.3333333333333zM1583.3333333333333 833.3333333333335H416.6666666666667V500H1583.3333333333333V833.3333333333335zM500 750H833.3333333333333V583.3333333333335H500V750zM1166.6666666666665 750H1500V583.3333333333335H1166.6666666666665V750z" />
+ <glyph glyph-name="calculator-fill"
+ unicode="&#xEAD3;"
+ horiz-adv-x="2000" d="M333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333zM583.3333333333333 1000V833.3333333333335H750V1000H583.3333333333333zM583.3333333333333 666.6666666666667V500H750V666.6666666666667H583.3333333333333zM916.6666666666666 1000V833.3333333333335H1083.3333333333333V1000H916.6666666666666zM916.6666666666666 666.6666666666667V500H1083.3333333333333V666.6666666666667H916.6666666666666zM1250 1000V500H1416.6666666666665V1000H1250zM583.3333333333333 1500V1166.6666666666667H1416.6666666666665V1500H583.3333333333333z" />
+ <glyph glyph-name="calculator-line"
+ unicode="&#xEAD4;"
+ horiz-adv-x="2000" d="M333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333zM416.6666666666667 1666.6666666666667V333.3333333333335H1583.3333333333333V1666.6666666666667H416.6666666666667zM583.3333333333333 1500H1416.6666666666665V1166.6666666666667H583.3333333333333V1500zM583.3333333333333 1000H750V833.3333333333335H583.3333333333333V1000zM583.3333333333333 666.6666666666667H750V500H583.3333333333333V666.6666666666667zM916.6666666666666 1000H1083.3333333333333V833.3333333333335H916.6666666666666V1000zM916.6666666666666 666.6666666666667H1083.3333333333333V500H916.6666666666666V666.6666666666667zM1250 1000H1416.6666666666665V500H1250V1000z" />
+ <glyph glyph-name="calendar-2-fill"
+ unicode="&#xEAD5;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H583.3333333333333V1916.6666666666667H750V1750H1250V1916.6666666666667H1416.6666666666665V1750zM333.3333333333333 1250V416.6666666666668H1666.6666666666665V1250H333.3333333333333zM500 1083.3333333333335H666.6666666666666V916.6666666666669H500V1083.3333333333335zM916.6666666666666 1083.3333333333335H1083.3333333333333V916.6666666666669H916.6666666666666V1083.3333333333335zM1333.3333333333333 1083.3333333333335H1500V916.6666666666669H1333.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="calendar-2-line"
+ unicode="&#xEAD6;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H583.3333333333333V1916.6666666666667H750V1750H1250V1916.6666666666667H1416.6666666666665V1750zM1666.6666666666665 1083.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1083.3333333333335zM1250 1583.3333333333335H750V1416.6666666666667H583.3333333333333V1583.3333333333335H333.3333333333333V1250H1666.6666666666665V1583.3333333333335H1416.6666666666665V1416.6666666666667H1250V1583.3333333333335zM500 916.6666666666669H666.6666666666666V750H500V916.6666666666669zM916.6666666666666 916.6666666666669H1083.3333333333333V750H916.6666666666666V916.6666666666669zM1333.3333333333333 916.6666666666669H1500V750H1333.3333333333333V916.6666666666669z" />
+ <glyph glyph-name="calendar-event-fill"
+ unicode="&#xEAD7;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H583.3333333333333V1916.6666666666667H750V1750H1250V1916.6666666666667H1416.6666666666665V1750zM333.3333333333333 1250V416.6666666666668H1666.6666666666665V1250H333.3333333333333zM500 916.6666666666669H916.6666666666666V583.3333333333335H500V916.6666666666669z" />
+ <glyph glyph-name="calendar-event-line"
+ unicode="&#xEAD8;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H583.3333333333333V1916.6666666666667H750V1750H1250V1916.6666666666667H1416.6666666666665V1750zM1666.6666666666665 1250V1583.3333333333335H1416.6666666666665V1416.6666666666667H1250V1583.3333333333335H750V1416.6666666666667H583.3333333333333V1583.3333333333335H333.3333333333333V1250H1666.6666666666665zM1666.6666666666665 1083.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1083.3333333333335zM500 916.6666666666669H916.6666666666666V583.3333333333335H500V916.6666666666669z" />
+ <glyph glyph-name="calendar-fill"
+ unicode="&#xEAD9;"
+ horiz-adv-x="2000" d="M166.6666666666667 1083.3333333333335H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1083.3333333333335zM1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1250H166.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H583.3333333333333V1916.6666666666667H750V1750H1250V1916.6666666666667H1416.6666666666665V1750z" />
+ <glyph glyph-name="calendar-line"
+ unicode="&#xEADA;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H583.3333333333333V1916.6666666666667H750V1750H1250V1916.6666666666667H1416.6666666666665V1750zM1250 1583.3333333333335H750V1416.6666666666667H583.3333333333333V1583.3333333333335H333.3333333333333V1250H1666.6666666666665V1583.3333333333335H1416.6666666666665V1416.6666666666667H1250V1583.3333333333335zM1666.6666666666665 1083.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1083.3333333333335z" />
+ <glyph glyph-name="calendar-todo-fill"
+ unicode="&#xEADB;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H583.3333333333333V1916.6666666666667H750V1750H1250V1916.6666666666667H1416.6666666666665V1750zM333.3333333333333 1250V416.6666666666668H1666.6666666666665V1250H333.3333333333333zM500 1083.3333333333335H666.6666666666666V916.6666666666669H500V1083.3333333333335zM500 750H666.6666666666666V583.3333333333335H500V750zM833.3333333333333 1083.3333333333335H1500V916.6666666666669H833.3333333333333V1083.3333333333335zM833.3333333333333 750H1250V583.3333333333335H833.3333333333333V750z" />
+ <glyph glyph-name="calendar-todo-line"
+ unicode="&#xEADC;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H583.3333333333333V1916.6666666666667H750V1750H1250V1916.6666666666667H1416.6666666666665V1750zM1250 1583.3333333333335H750V1416.6666666666667H583.3333333333333V1583.3333333333335H333.3333333333333V1250H1666.6666666666665V1583.3333333333335H1416.6666666666665V1416.6666666666667H1250V1583.3333333333335zM1666.6666666666665 1083.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1083.3333333333335zM500 833.3333333333335H666.6666666666666V666.6666666666667H500V833.3333333333335zM833.3333333333333 833.3333333333335H1500V666.6666666666667H833.3333333333333V833.3333333333335z" />
+ <glyph glyph-name="camera-2-fill"
+ unicode="&#xEADD;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM1000 750A250 250 0 1 0 1000 1250A250 250 0 0 0 1000 750zM1000 583.3333333333335A416.6666666666667 416.6666666666667 0 1 1 1000 1416.6666666666667A416.6666666666667 416.6666666666667 0 0 1 1000 583.3333333333335zM1500 1583.3333333333335V1416.6666666666667H1666.6666666666665V1583.3333333333335H1500z" />
+ <glyph glyph-name="camera-2-line"
+ unicode="&#xEADE;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM1000 750A250 250 0 1 1 1000 1250A250 250 0 0 1 1000 750zM1000 583.3333333333335A416.6666666666667 416.6666666666667 0 1 0 1000 1416.6666666666667A416.6666666666667 416.6666666666667 0 0 0 1000 583.3333333333335zM1416.6666666666665 1500H1583.3333333333333V1333.3333333333335H1416.6666666666665V1500z" />
+ <glyph glyph-name="camera-3-fill"
+ unicode="&#xEADF;"
+ horiz-adv-x="2000" d="M166.6666666666667 1500C166.6666666666667 1546 204.5833333333333 1583.3333333333335 249.3333333333333 1583.3333333333335H1750.6666666666665C1796.333333333333 1583.3333333333335 1833.3333333333333 1546.25 1833.3333333333333 1500V333.3333333333335C1833.3333333333333 287.3333333333335 1795.4166666666667 250 1750.6666666666665 250H249.3333333333333A82.83333333333334 82.83333333333334 0 0 0 166.6666666666667 333.3333333333335V1500zM1166.6666666666665 500A416.6666666666667 416.6666666666667 0 1 1 1166.6666666666665 1333.3333333333335A416.6666666666667 416.6666666666667 0 0 1 1166.6666666666665 500zM333.3333333333333 1416.6666666666667V1250H583.3333333333333V1416.6666666666667H333.3333333333333zM333.3333333333333 1833.3333333333333H833.3333333333333V1666.6666666666667H333.3333333333333V1833.3333333333333z" />
+ <glyph glyph-name="camera-3-line"
+ unicode="&#xEAE0;"
+ horiz-adv-x="2000" d="M166.6666666666667 1500C166.6666666666667 1546 204.5833333333333 1583.3333333333335 249.3333333333333 1583.3333333333335H1750.6666666666665C1796.333333333333 1583.3333333333335 1833.3333333333333 1546.25 1833.3333333333333 1500V333.3333333333335C1833.3333333333333 287.3333333333335 1795.4166666666667 250 1750.6666666666665 250H249.3333333333333A82.83333333333334 82.83333333333334 0 0 0 166.6666666666667 333.3333333333335V1500zM333.3333333333333 1416.6666666666667V416.6666666666668H1666.6666666666665V1416.6666666666667H333.3333333333333zM1166.6666666666665 666.6666666666667A250 250 0 1 1 1166.6666666666665 1166.6666666666667A250 250 0 0 1 1166.6666666666665 666.6666666666667zM1166.6666666666665 500A416.6666666666667 416.6666666666667 0 1 0 1166.6666666666665 1333.3333333333335A416.6666666666667 416.6666666666667 0 0 0 1166.6666666666665 500zM333.3333333333333 1833.3333333333333H833.3333333333333V1666.6666666666667H333.3333333333333V1833.3333333333333z" />
+ <glyph glyph-name="camera-fill"
+ unicode="&#xEAE1;"
+ horiz-adv-x="2000" d="M750 1750H1250L1416.6666666666665 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333L750 1750zM1000 416.6666666666668A500 500 0 1 1 1000 1416.6666666666667A500 500 0 0 1 1000 416.6666666666668zM1000 583.3333333333335A333.3333333333333 333.3333333333333 0 1 0 1000 1250A333.3333333333333 333.3333333333333 0 0 0 1000 583.3333333333335z" />
+ <glyph glyph-name="camera-lens-fill"
+ unicode="&#xEAE2;"
+ horiz-adv-x="2000" d="M818.9166666666666 186.4166666666668L1192.5 833.3333333333335L1486.8333333333333 323.5833333333333A829.5833333333334 829.5833333333334 0 0 0 1000 166.6666666666668C937.8333333333331 166.6666666666668 877.2499999999999 173.5000000000002 818.9166666666666 186.4166666666668zM657.4999999999999 240A835.6666666666666 835.6666666666666 0 0 0 204.8333333333334 750H951.9166666666666L657.4999999999999 240.0833333333335zM170.8333333333333 916.6666666666669A830.3333333333333 830.3333333333333 0 0 0 386.0833333333333 1563.4166666666667L759.3333333333333 916.6666666666669H170.8333333333333zM513.25 1676.4166666666667A829.5833333333334 829.5833333333334 0 0 0 1000 1833.3333333333333C1062.1666666666667 1833.3333333333333 1122.75 1826.5 1181.0833333333333 1813.5833333333333L807.4999999999999 1166.6666666666667L513.25 1676.4166666666667zM1342.4999999999998 1760A835.6666666666666 835.6666666666666 0 0 0 1795.1666666666667 1250H1048.0833333333335L1342.5000000000002 1759.9166666666667zM1829.1666666666663 1083.3333333333335A830.3333333333333 830.3333333333333 0 0 0 1613.9166666666663 436.5833333333335L1240.6666666666665 1083.3333333333335H1829.3333333333333z" />
+ <glyph glyph-name="camera-lens-line"
+ unicode="&#xEAE3;"
+ horiz-adv-x="2000" d="M821.5 357.5L1000 666.6666666666667H422.5A668.1666666666666 668.1666666666666 0 0 1 821.5 357.5zM354.3333333333333 833.3333333333335H711.3333333333333L422.5 1333.4166666666667A663.5833333333333 663.5833333333333 0 0 1 333.3333333333333 1000C333.3333333333333 942.5 340.6666666666667 886.6666666666667 354.3333333333333 833.3333333333335zM532.9166666666666 1475.6666666666667L711.25 1166.6666666666667L1000 1666.6666666666667A664.5 664.5 0 0 1 532.9166666666666 1475.6666666666667zM1178.5 1642.5L1000 1333.3333333333335H1577.5A668.1666666666666 668.1666666666666 0 0 1 1178.5 1642.5zM1645.6666666666667 1166.6666666666667H1288.6666666666667L1577.4166666666667 666.5833333333333A663.5833333333333 663.5833333333333 0 0 1 1666.6666666666665 1000C1666.6666666666665 1057.5 1659.3333333333333 1113.3333333333335 1645.6666666666667 1166.6666666666667zM1467.0833333333333 524.3333333333335L1288.75 833.3333333333335L1000 333.3333333333335A664.5 664.5 0 0 1 1467.0833333333333 524.3333333333335zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1096.2499999999998 1166.6666666666667H903.7499999999998L807.5833333333331 1000L903.7499999999998 833.3333333333335H1096.2499999999998L1192.4166666666665 1000L1096.2499999999998 1166.6666666666667z" />
+ <glyph glyph-name="camera-line"
+ unicode="&#xEAE4;"
+ horiz-adv-x="2000" d="M818.9999999999999 1583.3333333333335L652.3333333333333 1416.6666666666667H333.3333333333333V416.6666666666668H1666.6666666666665V1416.6666666666667H1347.6666666666667L1181 1583.3333333333335H818.9999999999999zM750 1750H1250L1416.6666666666665 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333L750 1750zM1000 500A458.3333333333333 458.3333333333333 0 1 0 1000 1416.6666666666667A458.3333333333333 458.3333333333333 0 0 0 1000 500zM1000 666.6666666666667A291.6666666666667 291.6666666666667 0 1 1 1000 1250A291.6666666666667 291.6666666666667 0 0 1 1000 666.6666666666667z" />
+ <glyph glyph-name="camera-off-fill"
+ unicode="&#xEAE5;"
+ horiz-adv-x="2000" d="M1632.1666666666665 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H298.8333333333333L116.0833333333333 1766L234 1883.9166666666667L1883.9166666666663 233.9166666666668L1766 116.0833333333333L1632.1666666666665 250zM629.6666666666666 1252.5A500 500 0 0 1 1335.9166666666665 546.25L1217.8333333333333 664.3333333333335A333.3333333333333 333.3333333333333 0 0 0 747.6666666666664 1134.5L629.5833333333333 1252.5zM1833.3333333333333 517.9166666666667L1496.2499999999998 855A500 500 0 0 1 938.3333333333331 1412.9166666666667L675.5 1675.6666666666667L750 1750H1250L1416.6666666666665 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V517.8333333333333zM1125.6666666666665 1225.5833333333335A334.4166666666666 334.4166666666666 0 0 0 1308.8333333333333 1042.4166666666667L1125.6666666666665 1225.5833333333335z" />
+ <glyph glyph-name="camera-off-line"
+ unicode="&#xEAE6;"
+ horiz-adv-x="2000" d="M1632.1666666666665 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H298.8333333333333L116.0833333333333 1766L234 1883.9166666666667L1883.9166666666663 233.9166666666668L1766 116.0833333333333L1632.1666666666665 250zM465.4999999999998 1416.6666666666667H333.3333333333333V416.6666666666668H1465.4999999999998L1283.8333333333333 598.3333333333335A458.3333333333333 458.3333333333333 0 0 0 639.9999999999999 1242.1666666666667L465.5 1416.6666666666667zM759.1666666666666 1122.9166666666667A291.6666666666667 291.6666666666667 0 0 1 1164.5833333333333 717.5L759.1666666666666 1122.9166666666667zM1833.3333333333333 517.9166666666667L1666.6666666666665 684.5833333333335V1416.6666666666667H1347.6666666666667L1181 1583.3333333333335H818.9999999999999L793.4166666666665 1557.75L675.5833333333333 1675.5833333333333L750 1750H1250L1416.6666666666665 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V517.8333333333333zM938.5833333333331 1412.5A458.3333333333333 458.3333333333333 0 0 0 1454.25 896.8333333333335L1259.4166666666665 1091.666666666667A292.91666666666663 292.91666666666663 0 0 1 1133.4166666666665 1217.666666666667L938.5833333333331 1412.5000000000002z" />
+ <glyph glyph-name="camera-switch-fill"
+ unicode="&#xEAE7;"
+ horiz-adv-x="2000" d="M750 1750H1250L1416.6666666666665 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333L750 1750zM1223.6666666666667 469.3333333333333L1149.0833333333335 618.4999999999998A333.3333333333333 333.3333333333333 0 0 0 666.6666666666666 916.6666666666669H833.4166666666666L653.25 1276.9166666666667A500 500 0 0 1 1223.6666666666667 469.416666666667zM776.3333333333334 1364L850.9166666666666 1214.8333333333335A333.3333333333333 333.3333333333333 0 0 0 1333.3333333333333 916.6666666666669H1166.5833333333333L1346.6666666666665 556.4166666666667A500 500 0 0 1 776.2500000000001 1363.9166666666665z" />
+ <glyph glyph-name="camera-switch-line"
+ unicode="&#xEAE8;"
+ horiz-adv-x="2000" d="M818.9999999999999 1583.3333333333335L652.3333333333333 1416.6666666666667H333.3333333333333V416.6666666666668H1666.6666666666665V1416.6666666666667H1347.6666666666667L1181 1583.3333333333335H818.9999999999999zM750 1750H1250L1416.6666666666665 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500A83.33333333333333 83.33333333333333 0 0 0 250 1583.3333333333335H583.3333333333333L750 1750zM803.3333333333334 1372.5A458.3333333333333 458.3333333333333 0 0 0 1318.9166666666667 629.1666666666667L1145.8333333333333 950H1291.5833333333333L1291.6666666666665 958.3333333333334A291.6666666666667 291.6666666666667 0 0 1 880.9999999999999 1224.6666666666667L803.3333333333334 1372.5zM1193.0833333333333 542.5A458.3333333333333 458.3333333333333 0 0 0 678.0833333333334 1284.583333333333L854.1666666666666 958.3333333333334H708.3333333333333A291.6666666666667 291.6666666666667 0 0 1 1115.4999999999998 690.4166666666667L1193.0833333333333 542.5833333333333z" />
+ <glyph glyph-name="car-fill"
+ unicode="&#xEAE9;"
+ horiz-adv-x="2000" d="M1583.3333333333333 333.3333333333335H416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 166.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 250V1000L376.0833333333333 1558.5A166.66666666666666 166.66666666666666 0 0 0 532.1666666666666 1666.6666666666667H1467.8333333333333A166.66666666666666 166.66666666666666 0 0 0 1623.9166666666667 1558.5L1833.3333333333333 1000V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250V333.3333333333335zM344.6666666666667 1000H1655.3333333333333L1467.8333333333333 1500H532.1666666666666L344.6666666666667 1000zM541.6666666666666 583.3333333333335A125 125 0 1 1 541.6666666666666 833.3333333333335A125 125 0 0 1 541.6666666666666 583.3333333333335zM1458.3333333333333 583.3333333333335A125 125 0 1 1 1458.3333333333333 833.3333333333335A125 125 0 0 1 1458.3333333333333 583.3333333333335z" />
+ <glyph glyph-name="car-line"
+ unicode="&#xEAEA;"
+ horiz-adv-x="2000" d="M1583.3333333333333 333.3333333333335H416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 166.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 250V1083.3333333333335L373.3333333333334 1565.6666666666667A166.66666666666666 166.66666666666666 0 0 0 526.6666666666666 1666.6666666666667H1473.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1626.5 1565.6666666666667L1833.3333333333333 1083.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250V333.3333333333335zM1666.6666666666665 916.6666666666669H333.3333333333333V500H1666.6666666666665V916.6666666666669zM348 1083.3333333333335H1651.9999999999998L1473.4166666666663 1500H526.6666666666666L348.0833333333334 1083.3333333333335zM541.6666666666666 583.3333333333335A125 125 0 1 0 541.6666666666666 833.3333333333335A125 125 0 0 0 541.6666666666666 583.3333333333335zM1458.3333333333333 583.3333333333335A125 125 0 1 0 1458.3333333333333 833.3333333333335A125 125 0 0 0 1458.3333333333333 583.3333333333335z" />
+ <glyph glyph-name="car-washing-fill"
+ unicode="&#xEAEB;"
+ horiz-adv-x="2000" d="M1583.3333333333333 250H416.6666666666667V166.6666666666668A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 83.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 166.6666666666668V916.6666666666669L368.0833333333333 1252.4166666666667A166.66666666666666 166.66666666666666 0 0 0 510.9999999999999 1333.3333333333335H1489A166.66666666666666 166.66666666666666 0 0 0 1631.9166666666667 1252.4166666666667L1833.3333333333333 916.6666666666669V166.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1750 83.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668V250zM361 916.6666666666669H1638.9999999999998L1488.9999999999998 1166.6666666666667H510.9999999999999L361 916.6666666666669zM541.6666666666666 500A125 125 0 1 1 541.6666666666666 750A125 125 0 0 1 541.6666666666666 500zM1458.3333333333333 500A125 125 0 1 1 1458.3333333333333 750A125 125 0 0 1 1458.3333333333333 500zM453.3333333333333 1713.3333333333335L541.6666666666666 1801.8333333333333L630 1713.5A125 125 0 1 0 453.25 1713.5zM911.6666666666669 1713.3333333333335L1000 1801.8333333333333L1088.3333333333333 1713.5A125 125 0 1 0 911.5833333333331 1713.5zM1370 1713.3333333333335L1458.3333333333333 1801.75L1546.6666666666665 1713.4166666666667A125 125 0 1 0 1369.9166666666665 1713.4166666666667z" />
+ <glyph glyph-name="car-washing-line"
+ unicode="&#xEAEC;"
+ horiz-adv-x="2000" d="M1583.3333333333333 250H416.6666666666667V166.6666666666668A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 83.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 166.6666666666668V1000L368.0833333333333 1335.75A166.66666666666666 166.66666666666666 0 0 0 510.9999999999999 1416.6666666666667H1489A166.66666666666666 166.66666666666666 0 0 0 1631.9166666666667 1335.75L1833.3333333333333 1000V166.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1750 83.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668V250zM1666.6666666666665 833.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V833.3333333333335zM361 1000H1638.9999999999998L1488.9999999999998 1250H510.9999999999999L361 1000zM453.3333333333333 1713.3333333333335L541.6666666666666 1801.8333333333333L630 1713.5A125 125 0 1 0 453.25 1713.5zM911.6666666666669 1713.3333333333335L1000 1801.8333333333333L1088.3333333333333 1713.5A125 125 0 1 0 911.5833333333331 1713.5zM1370 1713.3333333333335L1458.3333333333333 1801.8333333333333L1546.6666666666665 1713.5A125 125 0 1 0 1369.9166666666665 1713.5zM541.6666666666666 500A125 125 0 1 0 541.6666666666666 750A125 125 0 0 0 541.6666666666666 500zM1458.3333333333333 500A125 125 0 1 0 1458.3333333333333 750A125 125 0 0 0 1458.3333333333333 500z" />
+ <glyph glyph-name="cast-fill"
+ unicode="&#xEAED;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1250A1091.6666666666663 1091.6666666666663 0 0 1 1237.25 416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333V1320.5833333333335A1091.6666666666663 1091.6666666666663 0 0 1 166.6666666666667 1333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1083.3333333333333 250H916.6666666666666A749.9999999999999 749.9999999999999 0 0 1 166.6666666666667 1000V1166.6666666666667C672.9166666666665 1166.6666666666667 1083.3333333333333 756.25 1083.3333333333333 250zM750 250H583.3333333333333A416.6666666666667 416.6666666666667 0 0 1 166.6666666666667 666.6666666666667V833.3333333333335A583.3333333333334 583.3333333333334 0 0 0 750 250zM416.6666666666667 250H166.6666666666667V500A250 250 0 0 0 416.6666666666667 250zM1197.7499999999998 583.3333333333335A1085.9999999999998 1085.9999999999998 0 0 1 500 1281.0833333333335V1416.6666666666667H1500V583.3333333333335H1197.75z" />
+ <glyph glyph-name="cast-line"
+ unicode="&#xEAEE;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1250A1091.6666666666663 1091.6666666666663 0 0 1 1237.25 416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333V1320.5833333333335A1091.6666666666663 1091.6666666666663 0 0 1 166.6666666666667 1333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1083.3333333333333 250H916.6666666666666A749.9999999999999 749.9999999999999 0 0 1 166.6666666666667 1000V1166.6666666666667C672.9166666666665 1166.6666666666667 1083.3333333333333 756.25 1083.3333333333333 250zM750 250H583.3333333333333A416.6666666666667 416.6666666666667 0 0 1 166.6666666666667 666.6666666666667V833.3333333333335A583.3333333333334 583.3333333333334 0 0 0 750 250zM416.6666666666667 250H166.6666666666667V500A250 250 0 0 0 416.6666666666667 250z" />
+ <glyph glyph-name="cellphone-fill"
+ unicode="&#xEAEF;"
+ horiz-adv-x="2000" d="M583.3333333333333 1833.3333333333333H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1750V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V2000H583.3333333333333V1833.3333333333333zM583.3333333333333 1666.6666666666667V1250H1416.6666666666665V1666.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="cellphone-line"
+ unicode="&#xEAF0;"
+ horiz-adv-x="2000" d="M583.3333333333333 1833.3333333333333H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1750V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V2000H583.3333333333333V1833.3333333333333zM583.3333333333333 1250H1416.6666666666665V1666.6666666666667H583.3333333333333V1250zM583.3333333333333 1083.3333333333335V333.3333333333335H1416.6666666666665V1083.3333333333335H583.3333333333333z" />
+ <glyph glyph-name="charging-pile-2-fill"
+ unicode="&#xEAF1;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1083.3333333333335H1583.3333333333333V1416.6666666666667H1666.6666666666665V1666.6666666666667H1833.3333333333333V1416.6666666666667H1916.6666666666663V1083.3333333333335H1833.3333333333333V500A250 250 0 0 0 1333.3333333333333 500V833.3333333333335H1166.6666666666665V416.6666666666668H1250V250H166.6666666666667V416.6666666666668H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1666.6666666666667V1000H1333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1500 833.3333333333335V500A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 500V1083.3333333333335zM750 1083.3333333333335V1416.6666666666667L416.6666666666667 916.6666666666669H666.6666666666666V583.3333333333335L1000 1083.3333333333335H750z" />
+ <glyph glyph-name="charging-pile-2-line"
+ unicode="&#xEAF2;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1083.3333333333335H1583.3333333333333V1416.6666666666667H1666.6666666666665V1666.6666666666667H1833.3333333333333V1416.6666666666667H1916.6666666666663V1083.3333333333335H1833.3333333333333V500A250 250 0 0 0 1333.3333333333333 500V833.3333333333335H1166.6666666666665V416.6666666666668H1250V250H166.6666666666667V416.6666666666668H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1666.6666666666667V1000H1333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1500 833.3333333333335V500A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 500V1083.3333333333335zM1000 416.6666666666668V1583.3333333333335H416.6666666666667V416.6666666666668H1000zM750 1083.3333333333335H1000L666.6666666666666 583.3333333333335V916.6666666666669H416.6666666666667L750 1416.6666666666667V1083.3333333333335z" />
+ <glyph glyph-name="charging-pile-fill"
+ unicode="&#xEAF3;"
+ horiz-adv-x="2000" d="M250 416.6666666666668V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1666.6666666666667V1000H1333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1500 833.3333333333335V500A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 500V1083.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1166.6666666666667V1465.5L1278.5833333333333 1603.5833333333335L1396.4166666666667 1721.4166666666667L1808.9166666666663 1308.9166666666667A83.08333333333333 83.08333333333333 0 0 0 1833.3333333333333 1250V500A250 250 0 0 0 1333.3333333333333 500V833.3333333333335H1166.6666666666665V416.6666666666668H1250V250H166.6666666666667V416.6666666666668H250zM750 1083.3333333333335V1416.6666666666667L416.6666666666667 916.6666666666669H666.6666666666666V583.3333333333335L1000 1083.3333333333335H750z" />
+ <glyph glyph-name="charging-pile-line"
+ unicode="&#xEAF4;"
+ horiz-adv-x="2000" d="M1166.6666666666665 416.6666666666668H1250V250H166.6666666666667V416.6666666666668H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1666.6666666666667V1000H1333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1500 833.3333333333335V500A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 500V1083.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1166.6666666666667V1465.5L1278.5833333333333 1603.5833333333335L1396.4166666666667 1721.4166666666667L1808.9166666666663 1308.9166666666667A83.08333333333333 83.08333333333333 0 0 0 1833.3333333333333 1250V500A250 250 0 0 0 1333.3333333333333 500V833.3333333333335H1166.6666666666665V416.6666666666668zM416.6666666666667 416.6666666666668H1000V1583.3333333333335H416.6666666666667V416.6666666666668zM750 1083.3333333333335H1000L666.6666666666666 583.3333333333335V916.6666666666669H416.6666666666667L750 1416.6666666666667V1083.3333333333335z" />
+ <glyph glyph-name="chat-1-fill"
+ unicode="&#xEAF5;"
+ horiz-adv-x="2000" d="M833.3333333333333 1750H1166.6666666666665A666.6666666666666 666.6666666666666 0 1 0 1166.6666666666665 416.6666666666668V125C750 291.6666666666668 166.6666666666667 541.6666666666667 166.6666666666667 1083.3333333333335A666.6666666666666 666.6666666666666 0 0 0 833.3333333333333 1750z" />
+ <glyph glyph-name="chat-1-line"
+ unicode="&#xEAF6;"
+ horiz-adv-x="2000" d="M833.3333333333333 1750H1166.6666666666665A666.6666666666666 666.6666666666666 0 1 0 1166.6666666666665 416.6666666666668V125C750 291.6666666666668 166.6666666666667 541.6666666666667 166.6666666666667 1083.3333333333335A666.6666666666666 666.6666666666666 0 0 0 833.3333333333333 1750zM1000 583.3333333333335H1166.6666666666665A500 500 0 1 1 1166.6666666666665 1583.3333333333335H833.3333333333333A500 500 0 0 1 333.3333333333333 1083.3333333333335C333.3333333333333 782.5000000000002 538.5 586.1666666666667 1000 376.6666666666668V583.3333333333335z" />
+ <glyph glyph-name="chat-2-fill"
+ unicode="&#xEAF7;"
+ horiz-adv-x="2000" d="M1204.1666666666665 416.6666666666668L1000 125L795.8333333333334 416.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 500V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H1204.1666666666665z" />
+ <glyph glyph-name="chat-2-line"
+ unicode="&#xEAF8;"
+ horiz-adv-x="2000" d="M1204.1666666666665 416.6666666666668L1000 125L795.8333333333334 416.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 500V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H1204.1666666666665zM1117.4166666666665 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V583.3333333333335H882.5833333333334L1000 415.6666666666668L1117.4166666666667 583.3333333333335z" />
+ <glyph glyph-name="chat-3-fill"
+ unicode="&#xEAF9;"
+ horiz-adv-x="2000" d="M607.5833333333334 264.6666666666668L166.6666666666667 166.6666666666668L264.6666666666667 607.5833333333335A829.6666666666665 829.6666666666665 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668A829.6666666666665 829.6666666666665 0 0 0 607.5833333333334 264.6666666666668z" />
+ <glyph glyph-name="chat-3-line"
+ unicode="&#xEAFA;"
+ horiz-adv-x="2000" d="M607.5833333333334 264.6666666666668L166.6666666666667 166.6666666666668L264.6666666666667 607.5833333333335A829.6666666666665 829.6666666666665 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668A829.6666666666665 829.6666666666665 0 0 0 607.5833333333334 264.6666666666668zM631.75 440.75L686.1666666666666 411.5833333333331A662.9166666666666 662.9166666666666 0 0 1 1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 333.3333333333333 1000C333.3333333333333 888.8333333333335 360.4166666666667 781.8333333333335 411.6666666666667 686.1666666666667L440.75 631.75L386.1666666666666 386.1666666666668L631.7499999999999 440.7500000000003z" />
+ <glyph glyph-name="chat-4-fill"
+ unicode="&#xEAFB;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666z" />
+ <glyph glyph-name="chat-4-line"
+ unicode="&#xEAFC;"
+ horiz-adv-x="2000" d="M480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667L480.2499999999999 583.3333333333335zM537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666z" />
+ <glyph glyph-name="chat-check-fill"
+ unicode="&#xEAFD;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM941.0833333333331 989.9166666666669L734.8333333333333 1196.1666666666665L617 1078.25L941.0833333333331 754.1666666666667L1412.4999999999998 1225.5833333333335L1294.6666666666665 1343.4166666666667L941.0833333333331 989.9166666666669z" />
+ <glyph glyph-name="chat-check-line"
+ unicode="&#xEAFE;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667L480.2499999999999 583.3333333333335zM941.0833333333331 989.9166666666669L1294.6666666666665 1343.4166666666665L1412.4999999999998 1225.5833333333333L941.0833333333331 754.1666666666667L616.9166666666665 1078.3333333333335L734.8333333333331 1196.1666666666665L941.083333333333 989.9166666666669z" />
+ <glyph glyph-name="chat-delete-fill"
+ unicode="&#xEAFF;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM1117.9166666666665 1083.3333333333335L1324.0833333333333 1289.5833333333335L1206.25 1407.4166666666665L1000 1201.1666666666667L793.75 1407.5L675.9166666666666 1289.5833333333335L882.1666666666666 1083.3333333333335L675.8333333333333 877.0833333333335L793.6666666666665 759.2500000000002L1000 965.5L1206.25 759.2500000000002L1324.0833333333333 877.0833333333335L1117.8333333333333 1083.3333333333335z" />
+ <glyph glyph-name="chat-delete-line"
+ unicode="&#xEB00;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM333.3333333333333 467.9166666666665L480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667zM1117.8333333333333 1083.3333333333335L1324.0833333333333 877.0833333333335L1206.25 759.2500000000002L1000 965.5L793.75 759.1666666666667L675.9166666666666 877L882.1666666666666 1083.3333333333335L675.8333333333333 1289.5833333333335L793.6666666666665 1407.4166666666665L1000 1201.1666666666667L1206.25 1407.4166666666665L1324.0833333333333 1289.5833333333335L1117.8333333333333 1083.3333333333335z" />
+ <glyph glyph-name="chat-download-fill"
+ unicode="&#xEB01;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM1083.3333333333333 1083.3333333333335V1416.6666666666667H916.6666666666666V1083.3333333333335H666.6666666666666L1000 750L1333.3333333333333 1083.3333333333335H1083.3333333333333z" />
+ <glyph glyph-name="chat-download-line"
+ unicode="&#xEB02;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM333.3333333333333 467.9166666666665L480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667zM1083.3333333333333 1083.3333333333335H1333.3333333333333L1000 750L666.6666666666666 1083.3333333333335H916.6666666666666V1416.6666666666667H1083.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="chat-forward-fill"
+ unicode="&#xEB03;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM1000 1166.6666666666667H666.6666666666666V1000H1000V750L1333.3333333333333 1083.3333333333335L1000 1416.6666666666667V1166.6666666666667z" />
+ <glyph glyph-name="chat-forward-line"
+ unicode="&#xEB04;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM333.3333333333333 467.9166666666665L480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667zM1000 1166.6666666666667V1416.6666666666667L1333.3333333333333 1083.3333333333335L1000 750V1000H666.6666666666666V1166.6666666666667H1000z" />
+ <glyph glyph-name="chat-new-fill"
+ unicode="&#xEB05;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM916.6666666666666 1166.6666666666667H666.6666666666666V1000H916.6666666666666V750H1083.3333333333333V1000H1333.3333333333333V1166.6666666666667H1083.3333333333333V1416.6666666666667H916.6666666666666V1166.6666666666667z" />
+ <glyph glyph-name="chat-new-line"
+ unicode="&#xEB06;"
+ horiz-adv-x="2000" d="M1166.6666666666665 1750V1583.3333333333335H333.3333333333333V467.916666666667L480.2499999999999 583.3333333333335H1666.6666666666665V1166.6666666666667H1833.3333333333333V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1166.6666666666665zM1583.3333333333333 1750V2000H1750V1750H2000V1583.3333333333335H1750V1333.3333333333335H1583.3333333333333V1583.3333333333335H1333.3333333333333V1750H1583.3333333333333z" />
+ <glyph glyph-name="chat-settings-fill"
+ unicode="&#xEB07;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM678.7499999999999 994.0833333333334L597.5 947.1666666666669L680.8333333333333 802.8333333333335L762.1666666666667 849.7500000000002C803.9166666666666 807.2500000000002 857.1666666666667 775.8333333333335 916.6666666666666 760.5000000000002V666.6666666666667H1083.3333333333333V760.5A333 333 0 0 1 1237.8333333333333 849.75L1319.1666666666665 802.8333333333333L1402.4999999999998 947.1666666666666L1321.2499999999998 994.0833333333331A333.6666666666666 333.6666666666666 0 0 1 1321.2499999999998 1172.5833333333333L1402.4999999999998 1219.5L1319.1666666666665 1363.8333333333333L1237.8333333333333 1316.9166666666665A333 333 0 0 1 1083.3333333333333 1406.1666666666665V1500H916.6666666666666V1406.1666666666667A333 333 0 0 1 762.1666666666667 1316.9166666666667L680.8333333333335 1363.8333333333335L597.5000000000001 1219.5L678.7500000000001 1172.5833333333335A333.6666666666666 333.6666666666666 0 0 1 678.7500000000001 994.0833333333334zM1000 916.6666666666669A166.66666666666666 166.66666666666666 0 1 0 1000 1250A166.66666666666666 166.66666666666666 0 0 0 1000 916.6666666666669z" />
+ <glyph glyph-name="chat-settings-line"
+ unicode="&#xEB08;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1000H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667L480.2499999999999 583.3333333333335H1000V416.6666666666668H537.9166666666666L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1000zM1178.75 410.7500000000003A333.6666666666666 333.6666666666666 0 0 0 1178.75 589.2500000000002L1097.5 636.1666666666667L1180.8333333333333 780.5L1262.1666666666667 733.5833333333333A333 333 0 0 0 1416.6666666666665 822.8333333333335V916.6666666666669H1583.3333333333333V822.8333333333335C1642.9166666666665 807.5000000000002 1696.0833333333333 776.1666666666667 1737.8333333333333 733.5833333333335L1819.1666666666663 780.5000000000002L1902.4999999999995 636.1666666666667L1821.2499999999995 589.2500000000002A333.6666666666666 333.6666666666666 0 0 0 1821.2499999999995 410.7500000000003L1902.4999999999995 363.8333333333337L1819.1666666666663 219.5000000000005L1737.8333333333333 266.416666666667C1696.083333333333 223.916666666667 1642.833333333333 192.5000000000002 1583.3333333333333 177.166666666667V83.3333333333335H1416.6666666666665V177.166666666667A333 333 0 0 0 1262.1666666666667 266.416666666667L1180.8333333333335 219.5000000000005L1097.5 363.8333333333337L1178.75 410.7500000000003zM1500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1500 333.3333333333335z" />
+ <glyph glyph-name="chat-smile-2-fill"
+ unicode="&#xEB09;"
+ horiz-adv-x="2000" d="M607.5833333333334 264.6666666666668L166.6666666666667 166.6666666666668L264.6666666666667 607.5833333333335A829.6666666666665 829.6666666666665 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668A829.6666666666665 829.6666666666665 0 0 0 607.5833333333334 264.6666666666668zM583.3333333333333 1000A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 1000H1250A250 250 0 0 0 750 1000H583.3333333333333z" />
+ <glyph glyph-name="chat-smile-2-line"
+ unicode="&#xEB0A;"
+ horiz-adv-x="2000" d="M607.5833333333334 264.6666666666668L166.6666666666667 166.6666666666668L264.6666666666667 607.5833333333335A829.6666666666665 829.6666666666665 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668A829.6666666666665 829.6666666666665 0 0 0 607.5833333333334 264.6666666666668zM631.75 440.75L686.1666666666666 411.5833333333331A662.9166666666666 662.9166666666666 0 0 1 1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 333.3333333333333 1000C333.3333333333333 888.8333333333335 360.4166666666667 781.8333333333335 411.6666666666667 686.1666666666667L440.75 631.75L386.1666666666666 386.1666666666668L631.7499999999999 440.7500000000003zM583.3333333333333 1000H750A250 250 0 0 1 1250 1000H1416.6666666666665A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1000z" />
+ <glyph glyph-name="chat-smile-3-fill"
+ unicode="&#xEB0B;"
+ horiz-adv-x="2000" d="M410.75 410.75A830.7499999999999 830.7499999999999 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668H166.6666666666667L410.75 410.75zM666.6666666666666 916.6666666666669A333.3333333333333 333.3333333333333 0 1 1 1333.3333333333333 916.6666666666669H666.6666666666666z" />
+ <glyph glyph-name="chat-smile-3-line"
+ unicode="&#xEB0C;"
+ horiz-adv-x="2000" d="M166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668H166.6666666666667L410.75 410.75A830.7499999999999 830.7499999999999 0 0 0 166.6666666666667 1000zM569 333.3333333333335H1000A666.6666666666666 666.6666666666666 0 1 1 333.3333333333333 1000C333.3333333333333 820.6666666666667 404.25 652.9166666666667 528.5833333333333 528.5833333333335L646.4166666666666 410.75L568.9999999999999 333.3333333333335zM666.6666666666666 916.6666666666669H1333.3333333333333A333.3333333333333 333.3333333333333 0 1 0 666.6666666666666 916.6666666666669z" />
+ <glyph glyph-name="chat-smile-fill"
+ unicode="&#xEB0D;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM583.3333333333333 1166.6666666666667A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 1166.6666666666667H1250A250 250 0 0 0 750 1166.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="chat-smile-line"
+ unicode="&#xEB0E;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667L480.2499999999999 583.3333333333335zM583.3333333333333 1166.6666666666667H750A250 250 0 0 1 1250 1166.6666666666667H1416.6666666666665A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1166.6666666666667z" />
+ <glyph glyph-name="chat-upload-fill"
+ unicode="&#xEB0F;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM1083.3333333333333 1083.3333333333335H1333.3333333333333L1000 1416.6666666666667L666.6666666666666 1083.3333333333335H916.6666666666666V750H1083.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="chat-upload-line"
+ unicode="&#xEB10;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM333.3333333333333 467.9166666666665L480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667zM1083.3333333333333 1083.3333333333335V750H916.6666666666666V1083.3333333333335H666.6666666666666L1000 1416.6666666666667L1333.3333333333333 1083.3333333333335H1083.3333333333333z" />
+ <glyph glyph-name="check-double-fill"
+ unicode="&#xEB11;"
+ horiz-adv-x="2000" d="M966.8333333333331 853.3333333333335L1084.4999999999998 735.6666666666667L1789.9999999999995 1441.1666666666665L1907.8333333333333 1323.3333333333333L1084.4999999999998 500L554.1666666666664 1030.3333333333335L671.9999999999998 1148.1666666666667L849.0833333333331 971.0833333333334L966.8333333333331 853.4166666666667zM967 1089L1379.6666666666667 1501.75L1497.1666666666667 1384.25L1084.5 971.5L967 1089zM731.4166666666667 617.75L613.6666666666666 500L83.3333333333333 1030.3333333333335L201.1666666666666 1148.1666666666667L318.9166666666667 1030.4166666666667L318.8333333333333 1030.3333333333335L731.4166666666665 617.75z" />
+ <glyph glyph-name="check-double-line"
+ unicode="&#xEB12;"
+ horiz-adv-x="2000" d="M966.8333333333331 853.3333333333335L1084.4999999999998 735.6666666666667L1789.9999999999995 1441.1666666666665L1907.8333333333333 1323.3333333333333L1084.4999999999998 500L554.1666666666664 1030.3333333333335L671.9999999999998 1148.1666666666667L849.0833333333331 971.0833333333334L966.8333333333331 853.4166666666667zM967 1089L1379.6666666666667 1501.75L1497.1666666666667 1384.25L1084.5 971.5L967 1089zM731.4166666666667 617.75L613.6666666666666 500L83.3333333333333 1030.3333333333335L201.1666666666666 1148.1666666666667L318.9166666666667 1030.4166666666667L318.8333333333333 1030.3333333333335L731.4166666666665 617.75z" />
+ <glyph glyph-name="check-fill"
+ unicode="&#xEB13;"
+ horiz-adv-x="2000" d="M833.3333333333333 735.6666666666667L1599.3333333333333 1501.75L1717.2499999999998 1383.9166666666665L833.3333333333333 500L303 1030.3333333333335L420.8333333333333 1148.1666666666667z" />
+ <glyph glyph-name="check-line"
+ unicode="&#xEB14;"
+ horiz-adv-x="2000" d="M833.3333333333333 735.6666666666667L1599.3333333333333 1501.75L1717.2499999999998 1383.9166666666665L833.3333333333333 500L303 1030.3333333333335L420.8333333333333 1148.1666666666667z" />
+ <glyph glyph-name="checkbox-blank-circle-fill"
+ unicode="&#xEB15;"
+ horiz-adv-x="2000" d="M166.6666666666667 1000A833.3333333333334 833.3333333333334 0 0 1 1833.3333333333333 1000A833.3333333333334 833.3333333333334 0 0 1 166.6666666666667 1000" />
+ <glyph glyph-name="checkbox-blank-circle-line"
+ unicode="&#xEB16;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335z" />
+ <glyph glyph-name="checkbox-blank-fill"
+ unicode="&#xEB17;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750z" />
+ <glyph glyph-name="checkbox-blank-line"
+ unicode="&#xEB18;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667z" />
+ <glyph glyph-name="checkbox-circle-fill"
+ unicode="&#xEB19;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM916.9166666666666 666.6666666666667L1506.0833333333333 1255.9166666666667L1388.2499999999998 1373.75L916.9166666666666 902.3333333333331L681.1666666666666 1138.0833333333335L563.3333333333333 1020.2500000000002L916.9166666666666 666.6666666666667z" />
+ <glyph glyph-name="checkbox-circle-line"
+ unicode="&#xEB1A;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM916.9166666666666 666.6666666666667L563.3333333333333 1020.2500000000002L681.1666666666666 1138.0833333333335L916.9166666666666 902.3333333333331L1388.2499999999998 1373.75L1506.1666666666665 1255.9166666666667L916.9166666666666 666.6666666666667z" />
+ <glyph glyph-name="checkbox-fill"
+ unicode="&#xEB1B;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM916.9166666666666 666.6666666666667L1506.0833333333333 1255.9166666666667L1388.2499999999998 1373.75L916.9166666666666 902.3333333333331L681.1666666666666 1138.0833333333335L563.3333333333333 1020.2500000000002L916.9166666666666 666.6666666666667z" />
+ <glyph glyph-name="checkbox-indeterminate-fill"
+ unicode="&#xEB1C;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM583.3333333333333 1083.3333333333335V916.6666666666669H1416.6666666666665V1083.3333333333335H583.3333333333333z" />
+ <glyph glyph-name="checkbox-indeterminate-line"
+ unicode="&#xEB1D;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM583.3333333333333 1083.3333333333335H1416.6666666666665V916.6666666666669H583.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="checkbox-line"
+ unicode="&#xEB1E;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM916.9166666666666 666.6666666666667L563.3333333333333 1020.2500000000002L681.1666666666666 1138.0833333333335L916.9166666666666 902.3333333333331L1388.2499999999998 1373.75L1506.1666666666665 1255.9166666666667L916.9166666666666 666.6666666666667z" />
+ <glyph glyph-name="china-railway-fill"
+ unicode="&#xEB1F;"
+ horiz-adv-x="2000" d="M916.6666666666666 416.6666666666668V916.6666666666669L750 1000V1250H1250V1000L1083.3333333333333 916.6666666666669V416.6666666666668L1500 333.3333333333335V166.6666666666668H500V333.3333333333335L916.6666666666666 416.6666666666668zM833.3333333333333 1814.75V1916.6666666666667H1166.6666666666665V1814.75A750.25 750.25 0 0 0 1416.083333333333 459.2500000000002L1323.5833333333333 597.9166666666672A583.3333333333334 583.3333333333334 0 1 1 676.3333333333333 597.9166666666672L583.9166666666666 459.2500000000002A750.25 750.25 0 0 0 833.3333333333333 1814.75z" />
+ <glyph glyph-name="china-railway-line"
+ unicode="&#xEB20;"
+ horiz-adv-x="2000" d="M916.6666666666666 333.3333333333335V916.6666666666669H750V1166.6666666666667H1250V916.6666666666669H1083.3333333333333V333.3333333333335H1500V166.6666666666668H500V333.3333333333335H916.6666666666666zM833.3333333333333 1814.75V1916.6666666666667H1166.6666666666665V1814.75A750.25 750.25 0 0 0 1416.083333333333 459.2500000000002L1323.5833333333333 597.9166666666672A583.3333333333334 583.3333333333334 0 1 1 676.3333333333333 597.9166666666672L583.9166666666666 459.2500000000002A750.25 750.25 0 0 0 833.3333333333333 1814.75z" />
+ <glyph glyph-name="chrome-fill"
+ unicode="&#xEB21;"
+ horiz-adv-x="2000" d="M818.9166666666666 186.4166666666668C445.8333333333333 269.0833333333333 166.6666666666667 601.9166666666667 166.6666666666667 1000C166.6666666666667 1151.8333333333333 207.25 1294.1666666666665 278.25 1416.8333333333335L635.1666666666666 798.5833333333335A416.5833333333332 416.5833333333332 0 0 1 1049.8333333333333 586.25L818.9999999999999 186.416666666667zM1000 166.6666666666668L1357.2499999999998 785.4166666666667A414.75 414.75 0 0 1 1416.6666666666665 1000A414.83333333333326 414.83333333333326 0 0 1 1333.3333333333333 1250H1795.1666666666667C1819.9999999999995 1171.0833333333335 1833.3333333333333 1087.0833333333335 1833.3333333333333 1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668zM1214.3333333333333 871.25A249.91666666666666 249.91666666666666 0 0 0 783.4999999999999 875L781.0833333333333 879.1666666666667A250 250 0 1 0 1216.4999999999998 875L1214.3333333333333 871.25zM386 1563.4166666666665A831.1666666666666 831.1666666666666 0 0 0 1000 1833.3333333333333A833 833 0 0 0 1721.8333333333333 1416.6666666666667H1000A416.75 416.75 0 0 1 616.75 1163.75L386 1563.4166666666667z" />
+ <glyph glyph-name="chrome-line"
+ unicode="&#xEB22;"
+ horiz-adv-x="2000" d="M863.75 347.2500000000003L1024.5833333333333 625.75A374.9166666666666 374.9166666666666 0 0 0 671.75 818.6666666666667L399.5 1290A666.9166666666666 666.9166666666666 0 0 1 863.6666666666666 347.2500000000003zM1049.1666666666665 335.0833333333335A666.6666666666666 666.6666666666666 0 0 1 1633.5 1208.3333333333335H1311.8333333333333A373.3333333333333 373.3333333333333 0 0 0 1375 1000A373.3333333333333 373.3333333333333 0 0 0 1321.5 806.8333333333335L1049.1666666666665 335.1666666666668zM1178.5833333333333 892.6666666666667L1180.4166666666667 895.8333333333335A208.33333333333334 208.33333333333334 0 1 1 817.5833333333333 899.3333333333335L819.5833333333333 895.8333333333335A208.25 208.25 0 0 1 1178.5833333333333 892.6666666666667zM502.9166666666666 1444.3333333333335L663.6666666666666 1166A374.99999999999994 374.99999999999994 0 0 0 1000 1375H1551.25A666 666 0 0 1 1000 1666.6666666666667A664.9999999999999 664.9999999999999 0 0 1 502.9166666666666 1444.25zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668z" />
+ <glyph glyph-name="clapperboard-fill"
+ unicode="&#xEB23;"
+ horiz-adv-x="2000" d="M1499.8333333333333 1416.6666666666667L1692.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H499.8333333333333L307.3333333333333 1416.6666666666667H499.8333333333333L692.3333333333333 1750H999.8333333333331L807.3333333333331 1416.6666666666667H999.8333333333331L1192.3333333333333 1750H1499.8333333333333L1307.3333333333333 1416.6666666666667H1499.8333333333333z" />
+ <glyph glyph-name="clapperboard-line"
+ unicode="&#xEB24;"
+ horiz-adv-x="2000" d="M499.8333333333333 1416.6666666666667L692.3333333333333 1750H999.8333333333331L807.3333333333331 1416.6666666666667H499.8333333333333zM999.8333333333334 1416.6666666666667L1192.3333333333335 1750H1499.8333333333333L1307.3333333333333 1416.6666666666667H999.8333333333334zM1499.8333333333333 1416.6666666666667L1692.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H499.8333333333333L333.3333333333333 1461.6666666666667V416.6666666666668H1666.6666666666665V1416.6666666666667H1499.8333333333333z" />
+ <glyph glyph-name="clipboard-fill"
+ unicode="&#xEB25;"
+ horiz-adv-x="2000" d="M500 1666.6666666666667V1333.3333333333335H1500V1666.6666666666667H1667.25C1712.9166666666665 1666.6666666666667 1750 1629.5833333333333 1750 1583.9166666666667V249.416666666667A82.83333333333334 82.83333333333334 0 0 0 1667.25 166.666666666667H332.75A82.83333333333334 82.83333333333334 0 0 0 250 249.4166666666668V1583.9166666666667C250 1629.5833333333333 287.0833333333333 1666.6666666666667 332.75 1666.6666666666667H500zM666.6666666666666 1833.3333333333333H1333.3333333333333V1500H666.6666666666666V1833.3333333333333z" />
+ <glyph glyph-name="clipboard-line"
+ unicode="&#xEB26;"
+ horiz-adv-x="2000" d="M583.3333333333333 1666.6666666666667V1833.3333333333333H1416.6666666666665V1666.6666666666667H1667.25C1712.9166666666665 1666.6666666666667 1750 1629.5833333333333 1750 1583.9166666666667V249.416666666667A82.83333333333334 82.83333333333334 0 0 0 1667.25 166.666666666667H332.75A82.83333333333334 82.83333333333334 0 0 0 250 249.4166666666668V1583.9166666666667C250 1629.5833333333333 287.0833333333333 1666.6666666666667 332.75 1666.6666666666667H583.3333333333333zM583.3333333333333 1500H416.6666666666667V333.3333333333335H1583.3333333333333V1500H1416.6666666666665V1333.3333333333335H583.3333333333333V1500zM750 1666.6666666666667V1500H1250V1666.6666666666667H750z" />
+ <glyph glyph-name="close-circle-fill"
+ unicode="&#xEB27;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 1117.8333333333335L764.3333333333334 1353.5833333333335L646.4166666666666 1235.6666666666665L882.1666666666666 1000L646.4166666666666 764.3333333333335L764.3333333333334 646.416666666667L1000 882.1666666666667L1235.6666666666665 646.416666666667L1353.583333333333 764.3333333333335L1117.8333333333333 1000L1353.583333333333 1235.6666666666665L1235.6666666666665 1353.5833333333335L1000 1117.8333333333335z" />
+ <glyph glyph-name="close-circle-line"
+ unicode="&#xEB28;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1000 1117.8333333333335L1235.6666666666665 1353.5833333333335L1353.583333333333 1235.6666666666665L1117.8333333333333 1000L1353.583333333333 764.3333333333335L1235.6666666666665 646.416666666667L1000 882.1666666666667L764.3333333333334 646.416666666667L646.4166666666666 764.3333333333335L882.1666666666666 1000L646.4166666666666 1235.6666666666665L764.3333333333334 1353.5833333333335L1000 1117.8333333333335z" />
+ <glyph glyph-name="close-fill"
+ unicode="&#xEB29;"
+ horiz-adv-x="2000" d="M1000 1117.8333333333335L1412.4999999999998 1530.3333333333335L1530.3333333333333 1412.5L1117.8333333333335 1000L1530.3333333333333 587.5000000000002L1412.4999999999998 469.6666666666667L1000 882.1666666666665L587.5 469.6666666666667L469.6666666666666 587.5000000000002L882.1666666666666 1000L469.6666666666666 1412.5L587.5 1530.3333333333335z" />
+ <glyph glyph-name="close-line"
+ unicode="&#xEB2A;"
+ horiz-adv-x="2000" d="M1000 1117.8333333333335L1412.4999999999998 1530.3333333333335L1530.3333333333333 1412.5L1117.8333333333335 1000L1530.3333333333333 587.5000000000002L1412.4999999999998 469.6666666666667L1000 882.1666666666665L587.5 469.6666666666667L469.6666666666666 587.5000000000002L882.1666666666666 1000L469.6666666666666 1412.5L587.5 1530.3333333333335z" />
+ <glyph glyph-name="cloud-fill"
+ unicode="&#xEB2B;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1416.6666666666667A666.9166666666666 666.9166666666666 0 0 1 792.2499999999999 984.1666666666666L948.4166666666666 925.5833333333331A500.16666666666663 500.16666666666663 0 0 0 1916.6666666666663 750A500 500 0 0 0 1416.6666666666665 250H583.3333333333333A500 500 0 0 0 417.3333333333333 1221.75A583.3333333333334 583.3333333333334 0 0 0 1563.75 1400.3333333333335A668.9166666666665 668.9166666666665 0 0 1 1416.6666666666665 1416.6666666666667z" />
+ <glyph glyph-name="cloud-line"
+ unicode="&#xEB2C;"
+ horiz-adv-x="2000" d="M1416.6666666666665 250H583.3333333333333A500 500 0 0 0 417.3333333333333 1221.75A583.3333333333334 583.3333333333334 0 1 0 1582.6666666666667 1221.75A500 500 0 0 0 1416.6666666666665 250zM1416.6666666666665 1250A416.6666666666667 416.6666666666667 0 1 1 583.8333333333334 1229.75L589.6666666666666 1105.75L472.6666666666667 1064.5833333333335A333.49999999999994 333.49999999999994 0 0 1 583.3333333333333 416.6666666666668H1416.6666666666665A333.3333333333333 333.3333333333333 0 1 1 1100.3333333333333 855.4166666666667L942.1666666666669 908.1666666666669A500.25 500.25 0 0 0 1416.6666666666665 1250z" />
+ <glyph glyph-name="code-fill"
+ unicode="&#xEB2D;"
+ horiz-adv-x="2000" d="M1916.6666666666663 1000L1327.4166666666665 410.7500000000003L1209.5833333333333 528.5833333333337L1681 1000L1209.5833333333333 1471.4166666666667L1327.4166666666665 1589.25L1916.6666666666663 1000zM319 1000L790.4166666666666 528.5833333333335L672.5833333333333 410.75L83.3333333333333 1000L672.5833333333333 1589.25L790.4166666666666 1471.4166666666667L319 1000z" />
+ <glyph glyph-name="code-line"
+ unicode="&#xEB2E;"
+ horiz-adv-x="2000" d="M1916.6666666666663 1000L1327.4166666666665 410.7500000000003L1209.5833333333333 528.5833333333337L1681 1000L1209.5833333333333 1471.4166666666667L1327.4166666666665 1589.25L1916.6666666666663 1000zM319 1000L790.4166666666666 528.5833333333335L672.5833333333333 410.75L83.3333333333333 1000L672.5833333333333 1589.25L790.4166666666666 1471.4166666666667L319 1000z" />
+ <glyph glyph-name="code-view"
+ unicode="&#xEB2F;"
+ horiz-adv-x="2000" d="M1412.4999999999998 1294.6666666666665L1530.3333333333333 1412.5L1942.8333333333333 1000L1530.3333333333333 587.5000000000002L1412.4999999999998 705.3333333333335L1707.0833333333333 1000L1412.4999999999998 1294.6666666666665zM587.4999999999999 1294.6666666666665L292.9166666666667 1000L587.5 705.3333333333335L469.6666666666667 587.5000000000002L57.1666666666667 1000L469.6666666666666 1412.5L587.5 1294.6666666666665z" />
+ <glyph glyph-name="codepen-fill"
+ unicode="&#xEB30;"
+ horiz-adv-x="2000" d="M1000 1149.8333333333335L775.25 1000L1000 850.1666666666667L1224.7499999999998 1000L1000 1149.8333333333335zM1375 1100.1666666666667L1599.7499999999998 1250L1083.3333333333333 1594.25V1294.5833333333335L1375 1100.1666666666667zM1666.6666666666665 1094.3333333333335L1525.25 1000L1666.6666666666665 905.75V1094.1666666666667zM1375 899.8333333333335L1083.3333333333333 705.4166666666667V405.75L1599.7499999999998 750L1375 899.8333333333335zM916.6666666666666 1294.5833333333335V1594.25L400.25 1250L625 1100.1666666666667L916.6666666666666 1294.5833333333335zM400.25 750L916.6666666666666 405.75V705.4166666666667L625 899.8333333333335L400.25 750zM474.75 1000L333.3333333333333 1094.25V905.75L474.75 1000zM166.6666666666667 1250A83.33333333333333 83.33333333333333 0 0 0 203.75 1319.3333333333335L953.75 1819.3333333333337A83.33333333333333 83.33333333333333 0 0 0 1046.25 1819.3333333333337L1796.2499999999998 1319.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1250V750A83.33333333333333 83.33333333333333 0 0 0 1796.2499999999998 680.6666666666667L1046.25 180.6666666666668A83.33333333333333 83.33333333333333 0 0 0 953.75 180.6666666666668L203.75 680.6666666666667A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 750V1250z" />
+ <glyph glyph-name="codepen-line"
+ unicode="&#xEB31;"
+ horiz-adv-x="2000" d="M1375 899.8333333333335L1083.3333333333333 705.4166666666667V405.75L1599.7499999999998 750L1375 899.8333333333335zM1224.7499999999998 1000L1000 1149.8333333333335L775.25 1000L1000 850.1666666666667L1224.7499999999998 1000zM1666.6666666666665 1094.25L1525.25 1000L1666.6666666666665 905.75V1094.1666666666667zM1599.7499999999998 1250L1083.3333333333333 1594.25V1294.5833333333335L1375 1100.1666666666667L1599.7499999999998 1250zM625 1100.1666666666667L916.6666666666666 1294.5833333333335V1594.25L400.25 1250L625 1100.1666666666667zM400.25 750L916.6666666666666 405.75V705.4166666666667L625 899.8333333333335L400.25 750zM333.3333333333333 905.75L474.75 1000L333.3333333333333 1094.25V905.75zM166.6666666666667 1250A83.33333333333333 83.33333333333333 0 0 0 203.75 1319.3333333333335L953.75 1819.3333333333337A83.33333333333333 83.33333333333333 0 0 0 1046.25 1819.3333333333337L1796.2499999999998 1319.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1250V750A83.33333333333333 83.33333333333333 0 0 0 1796.2499999999998 680.6666666666667L1046.25 180.6666666666668A83.33333333333333 83.33333333333333 0 0 0 953.75 180.6666666666668L203.75 680.6666666666667A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 750V1250z" />
+ <glyph glyph-name="community-fill"
+ unicode="&#xEB32;"
+ horiz-adv-x="2000" d="M750 416.6666666666668H1000V921.5L666.6666666666666 1212.1666666666665L333.3333333333333 921.5V416.6666666666668H583.3333333333333V750H750V416.6666666666668zM1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V959.4166666666669A83.33333333333333 83.33333333333333 0 0 0 195.25 1022.25L500 1288V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250zM1333.3333333333333 1083.3333333333335V916.6666666666669H1500V1083.3333333333335H1333.3333333333333zM1333.3333333333333 750V583.3333333333335H1500V750H1333.3333333333333zM1333.3333333333333 1416.6666666666667V1250H1500V1416.6666666666667H1333.3333333333333zM1000 1416.6666666666667V1250H1166.6666666666665V1416.6666666666667H1000z" />
+ <glyph glyph-name="community-line"
+ unicode="&#xEB33;"
+ horiz-adv-x="2000" d="M1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V959.4166666666669A83.33333333333333 83.33333333333333 0 0 0 195.25 1022.25L500 1288V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250zM750 416.6666666666668H1000V921.5L666.6666666666666 1212.1666666666665L333.3333333333333 921.5V416.6666666666668H583.3333333333333V750H750V416.6666666666668zM1166.6666666666665 416.6666666666668H1666.6666666666665V1583.3333333333335H666.6666666666666V1406.0833333333335C686.1666666666666 1406.0833333333335 705.7499999999999 1399.25 721.4166666666666 1385.5L1138.0833333333333 1022.25A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 959.4166666666669V416.6666666666668zM1333.3333333333333 1083.3333333333335H1500V916.6666666666669H1333.3333333333333V1083.3333333333335zM1333.3333333333333 750H1500V583.3333333333335H1333.3333333333333V750zM1333.3333333333333 1416.6666666666667H1500V1250H1333.3333333333333V1416.6666666666667zM1000 1416.6666666666667H1166.6666666666665V1250H1000V1416.6666666666667z" />
+ <glyph glyph-name="compass-2-fill"
+ unicode="&#xEB34;"
+ horiz-adv-x="2000" d="M1527.3333333333333 1645.1666666666667L882.1666666666666 1000L1000 882.1666666666667L1645.1666666666667 1527.3333333333335A829.7500000000001 829.7500000000001 0 0 0 1833.3333333333333 1000C1833.3333333333333 540.0000000000002 1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333C1200 1833.3333333333333 1383.6666666666665 1762.75 1527.3333333333333 1645.1666666666667z" />
+ <glyph glyph-name="compass-2-line"
+ unicode="&#xEB35;"
+ horiz-adv-x="2000" d="M1385.4166666666665 1738.9166666666667L1260.4166666666665 1613.9166666666667A664.9999999999999 664.9999999999999 0 0 1 1000 1666.6666666666667C631.6666666666666 1666.6666666666667 333.3333333333333 1368.3333333333335 333.3333333333333 1000S631.6666666666666 333.3333333333335 1000 333.3333333333335S1666.6666666666665 631.6666666666665 1666.6666666666665 1000A664.9999999999999 664.9999999999999 0 0 1 1613.9166666666667 1260.4166666666667L1738.9166666666667 1385.4166666666667A829.25 829.25 0 0 0 1833.3333333333333 1000C1833.3333333333333 540.0000000000002 1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333C1138.9999999999998 1833.3333333333333 1270.0833333333333 1799.1666666666667 1385.4166666666665 1738.9166666666667zM1530.3333333333333 1648.1666666666667L1648.1666666666667 1530.3333333333335L1000 882.1666666666667L882.1666666666666 1000L1530.3333333333333 1648.1666666666665z" />
+ <glyph glyph-name="compass-3-fill"
+ unicode="&#xEB36;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1375 1375L833.3333333333333 1166.6666666666667L625 625L1166.6666666666665 833.3333333333335L1375 1375zM1000 916.6666666666669A83.33333333333333 83.33333333333333 0 1 0 1000 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1000 916.6666666666669z" />
+ <glyph glyph-name="compass-3-line"
+ unicode="&#xEB37;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1375 1375L1166.6666666666665 833.3333333333335L625 625L833.3333333333333 1166.6666666666667L1375 1375zM1000 916.6666666666669A83.33333333333333 83.33333333333333 0 1 1 1000 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1000 916.6666666666669z" />
+ <glyph glyph-name="compass-4-fill"
+ unicode="&#xEB38;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1287.1666666666665 1169.3333333333335A334.99999999999994 334.99999999999994 0 0 1 1169.3333333333333 1287.1666666666665L712.8333333333334 830.6666666666667A334.99999999999994 334.99999999999994 0 0 1 830.6666666666666 712.8333333333335L1287.1666666666665 1169.3333333333335z" />
+ <glyph glyph-name="compass-4-line"
+ unicode="&#xEB39;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1287.1666666666665 1169.3333333333335L830.6666666666666 712.8333333333335A334.99999999999994 334.99999999999994 0 0 0 712.8333333333334 830.6666666666667L1169.3333333333333 1287.1666666666665A334.99999999999994 334.99999999999994 0 0 0 1287.1666666666665 1169.3333333333335z" />
+ <glyph glyph-name="compass-discover-fill"
+ unicode="&#xEB3A;"
+ horiz-adv-x="2000" d="M1083.3333333333333 166.6666666666668C623.0833333333334 166.6666666666668 250 539.75 250 1000S623.0833333333334 1833.3333333333333 1083.3333333333333 1833.3333333333333S1916.6666666666663 1460.25 1916.6666666666663 1000S1543.5833333333333 166.6666666666668 1083.3333333333333 166.6666666666668zM666.6666666666666 1041.6666666666667L1000 916.6666666666669L1125 583.1666666666667L1416.6666666666665 1333.3333333333335L666.6666666666666 1041.6666666666667z" />
+ <glyph glyph-name="compass-discover-line"
+ unicode="&#xEB3B;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM583.3333333333333 1041.6666666666667L1333.3333333333333 1333.3333333333335L1041.6666666666665 583.1666666666665L916.6666666666666 916.6666666666669L583.3333333333333 1041.6666666666667z" />
+ <glyph glyph-name="compass-fill"
+ unicode="&#xEB3C;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1291.6666666666665 1291.6666666666667L875 1125L708.3333333333333 708.3333333333335L1125 875L1291.6666666666665 1291.6666666666667z" />
+ <glyph glyph-name="compass-line"
+ unicode="&#xEB3D;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1291.6666666666665 1291.6666666666667L1125 875L708.3333333333333 708.3333333333335L875 1125L1291.6666666666665 1291.6666666666667z" />
+ <glyph glyph-name="compasses-2-fill"
+ unicode="&#xEB3E;"
+ horiz-adv-x="2000" d="M1360.833333333333 875A582.3333333333333 582.3333333333333 0 0 1 1583.3333333333333 1333.3333333333335H1750A748.9166666666665 748.9166666666665 0 0 0 1444.8333333333333 729.5L1655.4999999999998 364.6666666666665A166.66666666666666 166.66666666666666 0 0 0 1594.5 137L1300.5833333333333 646A747.5 747.5 0 0 0 1000 583.3333333333335A747.5 747.5 0 0 0 699.4166666666666 646L405.5 137A166.66666666666666 166.66666666666666 0 0 0 344.5 364.6666666666665L766.4166666666665 1095.4999999999998A333.49999999999994 333.49999999999994 0 0 0 916.6666666666666 1656.1666666666667V1833.3333333333333H1083.3333333333333V1656.1666666666667A333.49999999999994 333.49999999999994 0 0 0 1233.5833333333333 1095.5L1360.833333333333 875zM1216.6666666666665 791.5L1089.3333333333333 1012.0833333333334A333.6666666666666 333.6666666666666 0 0 0 910.8333333333331 1012.0833333333334L783.4999999999999 791.5C850.4999999999999 764.75 923.4999999999998 750 1000.0833333333331 750C1076.5833333333333 750 1149.6666666666665 764.75 1216.6666666666665 791.5zM1000 1250A83.33333333333333 83.33333333333333 0 1 1 1000 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 1 1000 1250z" />
+ <glyph glyph-name="compasses-2-line"
+ unicode="&#xEB3F;"
+ horiz-adv-x="2000" d="M1360.833333333333 875A582.3333333333333 582.3333333333333 0 0 1 1583.3333333333333 1333.3333333333335H1750A748.9166666666665 748.9166666666665 0 0 0 1444.8333333333333 729.5L1655.4999999999998 364.6666666666665A166.66666666666666 166.66666666666666 0 0 0 1594.5 137L1300.5833333333333 646A747.5 747.5 0 0 0 1000 583.3333333333335A747.5 747.5 0 0 0 699.4166666666666 646L405.5 137A166.66666666666666 166.66666666666666 0 0 0 344.5 364.6666666666665L766.4166666666665 1095.4999999999998A333.49999999999994 333.49999999999994 0 0 0 916.6666666666666 1656.1666666666667V1833.3333333333333H1083.3333333333333V1656.1666666666667A333.49999999999994 333.49999999999994 0 0 0 1233.5833333333333 1095.5L1360.833333333333 875zM1216.6666666666665 791.5L1089.3333333333333 1012.0833333333334A333.6666666666666 333.6666666666666 0 0 0 910.8333333333331 1012.0833333333334L783.4999999999999 791.5C850.4999999999999 764.75 923.4999999999998 750 1000.0833333333331 750C1076.5833333333333 750 1149.6666666666665 764.75 1216.6666666666665 791.5zM1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 1 1 1000 1500A166.66666666666666 166.66666666666666 0 0 1 1000 1166.6666666666667z" />
+ <glyph glyph-name="compasses-fill"
+ unicode="&#xEB40;"
+ horiz-adv-x="2000" d="M916.6666666666666 1656.1666666666667V1833.3333333333333H1083.3333333333333V1656.1666666666667A333.49999999999994 333.49999999999994 0 0 0 1233.5833333333333 1095.5L1738.8333333333333 220.3333333333333L1594.5 137L1089.25 1012.0833333333331A333.6666666666666 333.6666666666666 0 0 0 910.7500000000002 1012.0833333333331L405.5 137L261.1666666666667 220.3333333333333L766.4166666666665 1095.5A333.49999999999994 333.49999999999994 0 0 0 916.6666666666666 1656.1666666666667zM1000 1250A83.33333333333333 83.33333333333333 0 1 1 1000 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 1 1000 1250z" />
+ <glyph glyph-name="compasses-line"
+ unicode="&#xEB41;"
+ horiz-adv-x="2000" d="M916.6666666666666 1656.1666666666667V1833.3333333333333H1083.3333333333333V1656.1666666666667A333.49999999999994 333.49999999999994 0 0 0 1233.5833333333333 1095.5L1738.8333333333333 220.3333333333333L1594.5 137L1089.25 1012.0833333333331A333.6666666666666 333.6666666666666 0 0 0 910.7500000000002 1012.0833333333331L405.5 137L261.1666666666667 220.3333333333333L766.4166666666665 1095.5A333.49999999999994 333.49999999999994 0 0 0 916.6666666666666 1656.1666666666667zM1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 1 1 1000 1500A166.66666666666666 166.66666666666666 0 0 1 1000 1166.6666666666667z" />
+ <glyph glyph-name="computer-fill"
+ unicode="&#xEB42;"
+ horiz-adv-x="2000" d="M1083.3333333333333 500V333.3333333333335H1416.6666666666665V166.6666666666668H583.3333333333333V333.3333333333335H916.6666666666666V500H249.3333333333333A83.16666666666666 83.16666666666666 0 0 0 166.6666666666667 583.916666666667V1666.0833333333335C166.6666666666667 1712.4166666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.5833333333335 1833.3333333333333 1666.0833333333335V583.9166666666665C1833.3333333333333 537.5833333333333 1795.4166666666667 499.9999999999998 1750.6666666666665 499.9999999999998H1083.3333333333333z" />
+ <glyph glyph-name="computer-line"
+ unicode="&#xEB43;"
+ horiz-adv-x="2000" d="M333.3333333333333 666.6666666666667H1666.6666666666665V1583.3333333333335H333.3333333333333V666.6666666666667zM1083.3333333333333 500V333.3333333333335H1416.6666666666665V166.6666666666668H583.3333333333333V333.3333333333335H916.6666666666666V500H249.3333333333333A83.16666666666666 83.16666666666666 0 0 0 166.6666666666667 583.916666666667V1666.0833333333335C166.6666666666667 1712.4166666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.5833333333335 1833.3333333333333 1666.0833333333335V583.9166666666665C1833.3333333333333 537.5833333333333 1795.4166666666667 499.9999999999998 1750.6666666666665 499.9999999999998H1083.3333333333333z" />
+ <glyph glyph-name="contacts-book-2-fill"
+ unicode="&#xEB44;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H500A250 250 0 0 0 250 416.6666666666668V1583.3333333333335A250 250 0 0 0 500 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V500H500A83.33333333333333 83.33333333333333 0 0 1 500 333.3333333333335H1583.3333333333333zM1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 1 1 1000 1500A166.66666666666666 166.66666666666666 0 0 1 1000 1166.6666666666667zM750 833.3333333333335H1250A250 250 0 0 1 750 833.3333333333335z" />
+ <glyph glyph-name="contacts-book-2-line"
+ unicode="&#xEB45;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H500A250 250 0 0 0 250 416.6666666666668V1583.3333333333335A250 250 0 0 0 500 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V500H500A83.33333333333333 83.33333333333333 0 0 1 500 333.3333333333335H1583.3333333333333zM416.6666666666667 652.5C442.75 661.6666666666665 470.8333333333333 666.6666666666667 500 666.6666666666667H1583.3333333333333V1666.6666666666667H500A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 1583.3333333333335V652.5zM1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 1 0 1000 1500A166.66666666666666 166.66666666666666 0 0 0 1000 1166.6666666666667zM750 833.3333333333335A250 250 0 0 0 1250 833.3333333333335H750z" />
+ <glyph glyph-name="contacts-book-fill"
+ unicode="&#xEB46;"
+ horiz-adv-x="2000" d="M583.3333333333333 1833.3333333333333V166.6666666666668H250V1833.3333333333333H583.3333333333333zM750 1833.3333333333333H1583.7500000000002C1675.5833333333333 1833.3333333333333 1750 1758.5 1750 1667.5V332.5000000000003C1750 240.916666666667 1675.5833333333333 166.666666666667 1583.7499999999998 166.666666666667H750V1833.3333333333333zM1833.3333333333333 1500H2000V1166.6666666666667H1833.3333333333333V1500zM1833.3333333333333 1000H2000V666.6666666666667H1833.3333333333333V1000zM1250 1000A166.66666666666666 166.66666666666666 0 1 1 1250 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1250 1000zM1000 666.6666666666667H1500A250 250 0 0 1 1000 666.6666666666667z" />
+ <glyph glyph-name="contacts-book-line"
+ unicode="&#xEB47;"
+ horiz-adv-x="2000" d="M250 1833.3333333333333H1583.7499999999998C1675.5833333333333 1833.3333333333333 1750 1758.5 1750 1667.5V332.5000000000003C1750 240.916666666667 1675.5833333333333 166.666666666667 1583.7499999999998 166.666666666667H250V1833.3333333333333zM583.3333333333333 1666.6666666666667H416.6666666666667V333.3333333333335H583.3333333333333V1666.6666666666667zM750 333.3333333333335H1583.3333333333333V1666.6666666666667H750V333.3333333333335zM916.6666666666666 666.6666666666667A250 250 0 0 0 1416.6666666666665 666.6666666666667H916.6666666666666zM1166.6666666666665 1000A166.66666666666666 166.66666666666666 0 1 0 1166.6666666666665 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1166.6666666666665 1000zM1833.3333333333333 1500H2000V1166.6666666666667H1833.3333333333333V1500zM1833.3333333333333 1000H2000V666.6666666666667H1833.3333333333333V1000z" />
+ <glyph glyph-name="contacts-fill"
+ unicode="&#xEB48;"
+ horiz-adv-x="2000" d="M166.6666666666667 166.6666666666668A666.6666666666666 666.6666666666666 0 1 0 1500 166.6666666666668H166.6666666666667zM833.3333333333333 916.6666666666669C557.0833333333334 916.6666666666669 333.3333333333333 1140.4166666666667 333.3333333333333 1416.6666666666667S557.0833333333334 1916.6666666666667 833.3333333333333 1916.6666666666667S1333.3333333333333 1692.9166666666667 1333.3333333333333 1416.6666666666667S1109.5833333333333 916.6666666666669 833.3333333333333 916.6666666666669zM1666.6666666666665 583.3333333333335H2000V416.6666666666668H1666.6666666666665V583.3333333333335zM1416.6666666666665 1000H2000V833.3333333333335H1416.6666666666665V1000zM1583.3333333333333 1416.6666666666667H2000V1250H1583.3333333333333V1416.6666666666667z" />
+ <glyph glyph-name="contacts-line"
+ unicode="&#xEB49;"
+ horiz-adv-x="2000" d="M1583.3333333333333 1416.6666666666667H2000V1250H1583.3333333333333V1416.6666666666667zM1416.6666666666665 1000H2000V833.3333333333335H1416.6666666666665V1000zM1666.6666666666665 583.3333333333335H2000V416.6666666666668H1666.6666666666665V583.3333333333335zM166.6666666666667 166.6666666666668A666.6666666666666 666.6666666666666 0 1 0 1500 166.6666666666668H1333.3333333333333A500 500 0 1 1 333.3333333333333 166.6666666666668H166.6666666666667zM833.3333333333333 916.6666666666669C557.0833333333334 916.6666666666669 333.3333333333333 1140.4166666666667 333.3333333333333 1416.6666666666667S557.0833333333334 1916.6666666666667 833.3333333333333 1916.6666666666667S1333.3333333333333 1692.9166666666667 1333.3333333333333 1416.6666666666667S1109.5833333333333 916.6666666666669 833.3333333333333 916.6666666666669zM833.3333333333333 1083.3333333333335C1017.5 1083.3333333333335 1166.6666666666665 1232.5 1166.6666666666665 1416.6666666666667S1017.5 1750 833.3333333333333 1750S500 1600.8333333333335 500 1416.6666666666667S649.1666666666666 1083.3333333333335 833.3333333333333 1083.3333333333335z" />
+ <glyph glyph-name="contrast-2-fill"
+ unicode="&#xEB4A;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM444.0833333333333 631.25A666.6666666666666 666.6666666666666 0 1 1 1368.75 1556A749.7499999999999 749.7499999999999 0 0 0 1176.75 823.2500000000002A749.7499999999999 749.7499999999999 0 0 0 444.0833333333334 631.2500000000002z" />
+ <glyph glyph-name="contrast-2-line"
+ unicode="&#xEB4B;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM583.3333333333333 723.3333333333335A747.0833333333333 747.0833333333333 0 0 1 1058.9166666666667 941.0833333333331A747.0833333333333 747.0833333333333 0 0 1 1276.6666666666665 1416.6666666666667A500 500 0 1 0 583.3333333333333 723.3333333333335z" />
+ <glyph glyph-name="contrast-drop-2-fill"
+ unicode="&#xEB4C;"
+ horiz-adv-x="2000" d="M469.6666666666666 1447L1000 1977.3333333333333L1530.3333333333333 1447A749.9999999999999 749.9999999999999 0 1 0 469.6666666666667 1447zM1000 1741.5833333333335L587.5 1329.1666666666665A581.4999999999999 581.4999999999999 0 0 1 416.6666666666667 916.6666666666669H1583.3333333333333A581.4999999999999 581.4999999999999 0 0 1 1412.4999999999998 1329.1666666666665L1000 1741.6666666666667z" />
+ <glyph glyph-name="contrast-drop-2-line"
+ unicode="&#xEB4D;"
+ horiz-adv-x="2000" d="M1000 1741.6666666666667L587.5 1329.1666666666665A583.3333333333334 583.3333333333334 0 1 1 1412.4999999999998 1329.1666666666665L1000 1741.6666666666667zM1000 1977.3333333333333L1530.3333333333333 1447A749.9999999999999 749.9999999999999 0 1 0 469.6666666666667 1447L1000 1977.3333333333333zM583.3333333333333 916.6666666666669H1416.6666666666665A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 916.6666666666669z" />
+ <glyph glyph-name="contrast-drop-fill"
+ unicode="&#xEB4E;"
+ horiz-adv-x="2000" d="M469.6666666666666 1447L1000 1977.3333333333333L1530.3333333333333 1447A749.9999999999999 749.9999999999999 0 1 0 469.6666666666667 1447zM587.5 1329.1666666666665L1000 1741.6666666666667L1000.3333333333331 333.3333333333335A583.3333333333334 583.3333333333334 0 0 0 587.5 1329.1666666666665z" />
+ <glyph glyph-name="contrast-drop-line"
+ unicode="&#xEB4F;"
+ horiz-adv-x="2000" d="M1000 1741.6666666666667L587.5 1329.1666666666665A583.3333333333334 583.3333333333334 0 1 1 1412.4999999999998 1329.1666666666665L1000 1741.6666666666667zM1000 1977.3333333333333L1530.3333333333333 1447A749.9999999999999 749.9999999999999 0 1 0 469.6666666666667 1447L1000 1977.3333333333333zM1000 500V1333.3333333333335A416.6666666666667 416.6666666666667 0 0 0 1000 500z" />
+ <glyph glyph-name="contrast-fill"
+ unicode="&#xEB50;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335V1666.6666666666667A666.6666666666666 666.6666666666666 0 1 1 1000 333.3333333333335z" />
+ <glyph glyph-name="contrast-line"
+ unicode="&#xEB51;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1000 500V1500A500 500 0 1 0 1000 500z" />
+ <glyph glyph-name="copper-coin-fill"
+ unicode="&#xEB52;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 1353.5833333333335L646.4166666666666 1000L1000 646.416666666667L1353.583333333333 1000L1000 1353.5833333333335z" />
+ <glyph glyph-name="copper-coin-line"
+ unicode="&#xEB53;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1000 1412.5L1412.4999999999998 1000L1000 587.5000000000002L587.5 1000L1000 1412.5zM1000 1176.75L823.2499999999999 1000L1000 823.25L1176.75 1000L1000 1176.75z" />
+ <glyph glyph-name="copper-diamond-fill"
+ unicode="&#xEB54;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM791.6666666666666 1250L583.3333333333333 1041.6666666666667L1000 625L1416.6666666666665 1041.6666666666667L1208.3333333333333 1250H791.6666666666666z" />
+ <glyph glyph-name="copper-diamond-line"
+ unicode="&#xEB55;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM750 1333.3333333333335H1250L1458.3333333333333 1041.6666666666667L1000 583.3333333333335L541.6666666666666 1041.6666666666667L750 1333.3333333333335zM835.8333333333333 1166.6666666666667L759.1666666666666 1059.1666666666667L1000 818.3333333333335L1240.8333333333333 1059.1666666666667L1164.1666666666667 1166.6666666666667H835.8333333333334z" />
+ <glyph glyph-name="coupon-2-fill"
+ unicode="&#xEB56;"
+ horiz-adv-x="2000" d="M1166.6666666666665 1750V250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V791.6666666666667A208.33333333333334 208.33333333333334 0 1 1 166.6666666666667 1208.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1166.6666666666665zM1333.3333333333333 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1208.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1833.3333333333333 791.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1333.3333333333333V1750z" />
+ <glyph glyph-name="coupon-2-line"
+ unicode="&#xEB57;"
+ horiz-adv-x="2000" d="M166.6666666666667 1208.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1208.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1833.3333333333333 791.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V791.6666666666667A208.33333333333334 208.33333333333334 0 1 1 166.6666666666667 1208.3333333333335zM1166.6666666666665 1583.3333333333335H333.3333333333333V1336A374.99999999999994 374.99999999999994 0 0 0 333.3333333333333 664V416.6666666666668H1166.6666666666665V1583.3333333333335zM1333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V664A374.99999999999994 374.99999999999994 0 0 0 1666.6666666666665 1336V1583.3333333333335H1333.3333333333333z" />
+ <glyph glyph-name="coupon-3-fill"
+ unicode="&#xEB58;"
+ horiz-adv-x="2000" d="M916.6666666666666 250A125 125 0 0 1 666.6666666666666 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H666.6666666666666A125 125 0 0 1 916.6666666666666 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1208.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1833.3333333333333 791.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H916.6666666666666zM791.6666666666666 1125A125 125 0 1 1 791.6666666666666 1375A125 125 0 0 1 791.6666666666666 1125zM791.6666666666666 625A125 125 0 1 1 791.6666666666666 875A125 125 0 0 1 791.6666666666666 625z" />
+ <glyph glyph-name="coupon-3-line"
+ unicode="&#xEB59;"
+ horiz-adv-x="2000" d="M166.6666666666667 1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1208.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1833.3333333333333 791.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667zM673.75 416.6666666666668A125 125 0 0 0 909.5833333333334 416.6666666666668H1666.6666666666665V664A374.99999999999994 374.99999999999994 0 0 0 1666.6666666666665 1336V1583.3333333333335H909.5833333333331A125 125 0 0 0 673.7499999999999 1583.3333333333335H333.3333333333333V416.6666666666668H673.75zM791.6666666666666 1083.3333333333335A125 125 0 1 0 791.6666666666666 1333.3333333333335A125 125 0 0 0 791.6666666666666 1083.3333333333335zM791.6666666666666 666.6666666666667A125 125 0 1 0 791.6666666666666 916.6666666666669A125 125 0 0 0 791.6666666666666 666.6666666666667z" />
+ <glyph glyph-name="coupon-4-fill"
+ unicode="&#xEB5A;"
+ horiz-adv-x="2000" d="M833.3333333333333 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H833.3333333333333A166.66666666666666 166.66666666666666 0 1 1 1166.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1166.6666666666665A166.66666666666666 166.66666666666666 0 1 1 833.3333333333333 250zM500 1333.3333333333335V666.6666666666667H666.6666666666666V1333.3333333333335H500zM1333.3333333333333 1333.3333333333335V666.6666666666667H1500V1333.3333333333335H1333.3333333333333z" />
+ <glyph glyph-name="coupon-4-line"
+ unicode="&#xEB5B;"
+ horiz-adv-x="2000" d="M833.3333333333333 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H833.3333333333333A166.66666666666666 166.66666666666666 0 1 1 1166.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1166.6666666666665A166.66666666666666 166.66666666666666 0 1 1 833.3333333333333 250zM711.25 416.6666666666668A333.1666666666667 333.1666666666667 0 0 0 1000 583.3333333333335C1123.3333333333333 583.3333333333335 1231.0833333333333 516.3333333333335 1288.75 416.6666666666668H1666.6666666666665V1583.3333333333335H1288.75A333.1666666666667 333.1666666666667 0 0 0 1000 1416.6666666666667A333.1666666666667 333.1666666666667 0 0 0 711.25 1583.3333333333335H333.3333333333333V416.6666666666668H711.25zM500 1333.3333333333335H666.6666666666666V666.6666666666667H500V1333.3333333333335zM1333.3333333333333 1333.3333333333335H1500V666.6666666666667H1333.3333333333333V1333.3333333333335z" />
+ <glyph glyph-name="coupon-5-fill"
+ unicode="&#xEB5C;"
+ horiz-adv-x="2000" d="M1750 833.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 250 1166.6666666666667V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V1166.6666666666667A166.66666666666666 166.66666666666666 0 1 1 1750 833.3333333333335zM750 1500V1333.3333333333335H1250V1500H750zM750 666.6666666666667V500H1250V666.6666666666667H750z" />
+ <glyph glyph-name="coupon-5-line"
+ unicode="&#xEB5D;"
+ horiz-adv-x="2000" d="M1750 833.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 250 1166.6666666666667V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V1166.6666666666667A166.66666666666666 166.66666666666666 0 1 1 1750 833.3333333333335zM1583.3333333333333 711.25A333.1666666666667 333.1666666666667 0 0 0 1416.6666666666665 1000C1416.6666666666665 1123.3333333333335 1483.6666666666665 1231.0833333333335 1583.3333333333333 1288.75V1666.6666666666667H416.6666666666667V1288.75C516.3333333333333 1231.0833333333335 583.3333333333333 1123.3333333333335 583.3333333333333 1000C583.3333333333333 876.6666666666667 516.3333333333333 768.9166666666667 416.6666666666667 711.25V333.3333333333335H1583.3333333333333V711.25zM750 1500H1250V1333.3333333333335H750V1500zM750 666.6666666666667H1250V500H750V666.6666666666667z" />
+ <glyph glyph-name="coupon-fill"
+ unicode="&#xEB5E;"
+ horiz-adv-x="2000" d="M166.6666666666667 1208.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1208.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1833.3333333333333 791.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V791.6666666666667A208.33333333333334 208.33333333333334 0 1 1 166.6666666666667 1208.3333333333335zM750 1250V1083.3333333333335H1250V1250H750zM750 916.6666666666669V750H1250V916.6666666666669H750z" />
+ <glyph glyph-name="coupon-line"
+ unicode="&#xEB5F;"
+ horiz-adv-x="2000" d="M166.6666666666667 1208.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1208.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1833.3333333333333 791.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V791.6666666666667A208.33333333333334 208.33333333333334 0 1 1 166.6666666666667 1208.3333333333335zM333.3333333333333 1336A374.99999999999994 374.99999999999994 0 0 0 333.3333333333333 664V416.6666666666668H1666.6666666666665V664A374.99999999999994 374.99999999999994 0 0 0 1666.6666666666665 1336V1583.3333333333335H333.3333333333333V1336zM750 1250H1250V1083.3333333333335H750V1250zM750 916.6666666666669H1250V750H750V916.6666666666669z" />
+ <glyph glyph-name="cpu-fill"
+ unicode="&#xEB60;"
+ horiz-adv-x="2000" d="M1166.6666666666665 333.3333333333335H833.3333333333333V166.6666666666668H666.6666666666666V333.3333333333335H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 416.6666666666668V666.6666666666667H166.6666666666667V833.3333333333335H333.3333333333333V1166.6666666666667H166.6666666666667V1333.3333333333335H333.3333333333333V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1666.6666666666667H666.6666666666666V1833.3333333333333H833.3333333333333V1666.6666666666667H1166.6666666666665V1833.3333333333333H1333.3333333333333V1666.6666666666667H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1583.3333333333335V1333.3333333333335H1833.3333333333333V1166.6666666666667H1666.6666666666665V833.3333333333335H1833.3333333333333V666.6666666666667H1666.6666666666665V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 333.3333333333335H1333.3333333333333V166.6666666666668H1166.6666666666665V333.3333333333335zM583.3333333333333 1416.6666666666667V1083.3333333333335H916.6666666666666V1416.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="cpu-line"
+ unicode="&#xEB61;"
+ horiz-adv-x="2000" d="M500 500H1500V1500H500V500zM1166.6666666666665 333.3333333333335H833.3333333333333V166.6666666666668H666.6666666666666V333.3333333333335H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 416.6666666666668V666.6666666666667H166.6666666666667V833.3333333333335H333.3333333333333V1166.6666666666667H166.6666666666667V1333.3333333333335H333.3333333333333V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1666.6666666666667H666.6666666666666V1833.3333333333333H833.3333333333333V1666.6666666666667H1166.6666666666665V1833.3333333333333H1333.3333333333333V1666.6666666666667H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1583.3333333333335V1333.3333333333335H1833.3333333333333V1166.6666666666667H1666.6666666666665V833.3333333333335H1833.3333333333333V666.6666666666667H1666.6666666666665V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 333.3333333333335H1333.3333333333333V166.6666666666668H1166.6666666666665V333.3333333333335zM666.6666666666666 1333.3333333333335H1333.3333333333333V666.6666666666667H666.6666666666666V1333.3333333333335z" />
+ <glyph glyph-name="crop-2-fill"
+ unicode="&#xEB62;"
+ horiz-adv-x="2000" d="M1465.4999999999998 1583.3333333333335L1678.4999999999998 1796.3333333333333L1796.3333333333333 1678.5L1583.3333333333333 1465.5V583.3333333333335H1833.3333333333333V416.6666666666668H1583.3333333333333V166.6666666666668H1416.6666666666665V1416.6666666666667H750V1583.3333333333335H1465.4999999999998zM1250 583.3333333333335V416.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 500V1416.6666666666667H166.6666666666667V1583.3333333333335H416.6666666666667V1833.3333333333333H583.3333333333333V583.3333333333335H1250zM750 1250H1250V750H750V1250z" />
+ <glyph glyph-name="crop-2-line"
+ unicode="&#xEB63;"
+ horiz-adv-x="2000" d="M701.1666666666666 583.3333333333335H1250V416.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 500V1416.6666666666667H166.6666666666667V1583.3333333333335H416.6666666666667V1833.3333333333333H583.3333333333333V701.1666666666667L1298.8333333333333 1416.6666666666667H750V1583.3333333333335H1465.4999999999998L1678.4999999999998 1796.3333333333333L1796.3333333333333 1678.5L1583.3333333333333 1465.5V583.3333333333335H1833.3333333333333V416.6666666666668H1583.3333333333333V166.6666666666668H1416.6666666666665V1298.8333333333335L701.1666666666666 583.3333333333335z" />
+ <glyph glyph-name="crop-fill"
+ unicode="&#xEB64;"
+ horiz-adv-x="2000" d="M1583.3333333333333 583.3333333333335H1833.3333333333333V416.6666666666668H1583.3333333333333V166.6666666666668H1416.6666666666665V416.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 500V1416.6666666666667H166.6666666666667V1583.3333333333335H416.6666666666667V1833.3333333333333H583.3333333333333V1583.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1500V583.3333333333335z" />
+ <glyph glyph-name="crop-line"
+ unicode="&#xEB65;"
+ horiz-adv-x="2000" d="M1250 583.3333333333335V416.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 500V1416.6666666666667H166.6666666666667V1583.3333333333335H416.6666666666667V1833.3333333333333H583.3333333333333V583.3333333333335H1250zM1416.6666666666665 166.6666666666668V1416.6666666666667H750V1583.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1500V583.3333333333335H1833.3333333333333V416.6666666666668H1583.3333333333333V166.6666666666668H1416.6666666666665z" />
+ <glyph glyph-name="cup-fill"
+ unicode="&#xEB66;"
+ horiz-adv-x="2000" d="M416.6666666666667 1750H1666.6666666666665A166.66666666666666 166.66666666666666 0 0 0 1833.3333333333333 1583.3333333333335V1333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1666.6666666666665 1166.6666666666667H1500V916.6666666666669A333.3333333333333 333.3333333333333 0 0 0 1166.6666666666665 583.3333333333335H666.6666666666666A333.3333333333333 333.3333333333333 0 0 0 333.3333333333333 916.6666666666669V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1750zM1500 1583.3333333333335V1333.3333333333335H1666.6666666666665V1583.3333333333335H1500zM166.6666666666667 416.6666666666668H1666.6666666666665V250H166.6666666666667V416.6666666666668z" />
+ <glyph glyph-name="cup-line"
+ unicode="&#xEB67;"
+ horiz-adv-x="2000" d="M1333.3333333333333 916.6666666666669V1583.3333333333335H500V916.6666666666669A166.66666666666666 166.66666666666666 0 0 1 666.6666666666666 750H1166.6666666666665A166.66666666666666 166.66666666666666 0 0 1 1333.3333333333333 916.6666666666669zM416.6666666666667 1750H1666.6666666666665A166.66666666666666 166.66666666666666 0 0 0 1833.3333333333333 1583.3333333333335V1333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1666.6666666666665 1166.6666666666667H1500V916.6666666666669A333.3333333333333 333.3333333333333 0 0 0 1166.6666666666665 583.3333333333335H666.6666666666666A333.3333333333333 333.3333333333333 0 0 0 333.3333333333333 916.6666666666669V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1750zM1500 1583.3333333333335V1333.3333333333335H1666.6666666666665V1583.3333333333335H1500zM166.6666666666667 416.6666666666668H1666.6666666666665V250H166.6666666666667V416.6666666666668z" />
+ <glyph glyph-name="currency-fill"
+ unicode="&#xEB68;"
+ horiz-adv-x="2000" d="M1416.6666666666665 666.6666666666667H1583.3333333333333V1666.6666666666667H750V1500H1416.6666666666665V666.6666666666667zM1416.6666666666665 500V250C1416.6666666666665 204.0000000000002 1379.1666666666667 166.6666666666668 1332.75 166.6666666666668H333.9166666666667A83.41666666666664 83.41666666666664 0 0 0 250 250L250.25 1416.6666666666667C250.25 1462.6666666666665 287.75 1500 334.1666666666667 1500H583.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 500H1416.6666666666665zM583.3333333333333 666.6666666666667V500H750V416.6666666666668H916.6666666666666V500H958.3333333333331A208.33333333333334 208.33333333333334 0 1 1 958.3333333333331 916.6666666666669H708.3333333333333A41.666666666666664 41.666666666666664 0 1 0 708.3333333333333 1000H1083.3333333333333V1166.6666666666667H916.6666666666666V1250H750V1166.6666666666667H708.3333333333333A208.33333333333334 208.33333333333334 0 1 1 708.3333333333333 750H958.3333333333331A41.666666666666664 41.666666666666664 0 1 0 958.3333333333331 666.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="currency-line"
+ unicode="&#xEB69;"
+ horiz-adv-x="2000" d="M1416.6666666666665 666.6666666666667H1583.3333333333333V1666.6666666666667H750V1500H1416.6666666666665V666.6666666666667zM1416.6666666666665 500V250C1416.6666666666665 204.0000000000002 1379.1666666666667 166.6666666666668 1332.75 166.6666666666668H333.9166666666667A83.41666666666664 83.41666666666664 0 0 0 250 250L250.25 1416.6666666666667C250.25 1462.6666666666665 287.75 1500 334.1666666666667 1500H583.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 500H1416.6666666666665zM416.9166666666667 1333.3333333333335L416.6666666666667 333.3333333333335H1250V1333.3333333333335H416.9166666666667zM583.3333333333333 666.6666666666667H958.3333333333331A41.666666666666664 41.666666666666664 0 1 1 958.3333333333331 750H708.3333333333333A208.33333333333334 208.33333333333334 0 1 0 708.3333333333333 1166.6666666666667H750V1250H916.6666666666666V1166.6666666666667H1083.3333333333333V1000H708.3333333333333A41.666666666666664 41.666666666666664 0 1 1 708.3333333333333 916.6666666666669H958.3333333333331A208.33333333333334 208.33333333333334 0 1 0 958.3333333333331 500H916.6666666666666V416.6666666666668H750V500H583.3333333333333V666.6666666666667z" />
+ <glyph glyph-name="customer-service-2-fill"
+ unicode="&#xEB6A;"
+ horiz-adv-x="2000" d="M1750 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1916.6666666666663 1166.6666666666667V833.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1750 666.6666666666667H1661.4999999999998A666.7499999999999 666.7499999999999 0 0 0 1000 83.3333333333335V250A500 500 0 0 1 1500 750V1250A500 500 0 1 1 500 1250V666.6666666666667H250A166.66666666666666 166.66666666666666 0 0 0 83.3333333333333 833.3333333333335V1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 250 1333.3333333333335H338.5A666.7499999999999 666.7499999999999 0 0 0 1661.4999999999998 1333.3333333333335H1750zM646.6666666666666 684.5833333333335L735 825.9166666666667A497.66666666666663 497.66666666666663 0 0 1 1000 750A497.66666666666663 497.66666666666663 0 0 1 1265 825.9166666666667L1353.333333333333 684.5833333333335A663.5833333333333 663.5833333333333 0 0 0 1000 583.3333333333335A663.5833333333333 663.5833333333333 0 0 0 646.6666666666666 684.5833333333335z" />
+ <glyph glyph-name="customer-service-2-line"
+ unicode="&#xEB6B;"
+ horiz-adv-x="2000" d="M1661.4999999999998 1333.3333333333335H1750A166.66666666666666 166.66666666666666 0 0 0 1916.6666666666663 1166.6666666666667V833.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1750 666.6666666666667H1661.4999999999998A666.7499999999999 666.7499999999999 0 0 0 1000 83.3333333333335V250A500 500 0 0 1 1500 750V1250A500 500 0 1 1 500 1250V666.6666666666667H250A166.66666666666666 166.66666666666666 0 0 0 83.3333333333333 833.3333333333335V1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 250 1333.3333333333335H338.5A666.7499999999999 666.7499999999999 0 0 0 1661.4999999999998 1333.3333333333335zM250 1166.6666666666667V833.3333333333335H333.3333333333333V1166.6666666666667H250zM1666.6666666666665 1166.6666666666667V833.3333333333335H1750V1166.6666666666667H1666.6666666666665zM646.6666666666666 684.5833333333335L735 825.9166666666667A497.66666666666663 497.66666666666663 0 0 1 1000 750A497.66666666666663 497.66666666666663 0 0 1 1265 825.9166666666667L1353.333333333333 684.5833333333335A663.5833333333333 663.5833333333333 0 0 0 1000 583.3333333333335A663.5833333333333 663.5833333333333 0 0 0 646.6666666666666 684.5833333333335z" />
+ <glyph glyph-name="customer-service-fill"
+ unicode="&#xEB6C;"
+ horiz-adv-x="2000" d="M1833.3333333333333 583.1666666666667A500.16666666666663 500.16666666666663 0 0 0 1440.5833333333333 94.8333333333335L1387.4166666666663 254.3333333333337A333.5833333333333 333.5833333333333 0 0 1 1622.0833333333333 416.6666666666668H1416.6666666666665A166.66666666666666 166.66666666666666 0 0 0 1250 583.3333333333335V916.6666666666669A166.66666666666666 166.66666666666666 0 0 0 1416.6666666666665 1083.3333333333335H1661.4999999999998A666.7499999999999 666.7499999999999 0 0 1 338.5 1083.3333333333335H583.3333333333333A166.66666666666666 166.66666666666666 0 0 0 750 916.6666666666669V583.3333333333335A166.66666666666666 166.66666666666666 0 0 0 583.3333333333333 416.6666666666668H333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 166.6666666666667 583.3333333333335V1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000V583.1666666666667z" />
+ <glyph glyph-name="customer-service-line"
+ unicode="&#xEB6D;"
+ horiz-adv-x="2000" d="M1833.3333333333333 583.1666666666667A500.16666666666663 500.16666666666663 0 0 0 1440.5833333333333 94.8333333333335L1387.4166666666663 254.3333333333337A333.5833333333333 333.5833333333333 0 0 1 1622.0833333333333 416.6666666666668H1416.6666666666665A166.66666666666666 166.66666666666666 0 0 0 1250 583.3333333333335V916.6666666666669A166.66666666666666 166.66666666666666 0 0 0 1416.6666666666665 1083.3333333333335H1661.4999999999998A666.7499999999999 666.7499999999999 0 0 1 338.5 1083.3333333333335H583.3333333333333A166.66666666666666 166.66666666666666 0 0 0 750 916.6666666666669V583.3333333333335A166.66666666666666 166.66666666666666 0 0 0 583.3333333333333 416.6666666666668H333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 166.6666666666667 583.3333333333335V1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000V583.1666666666667zM1666.6666666666665 583.3333333333335V916.6666666666669H1416.6666666666665V583.3333333333335H1666.6666666666665zM333.3333333333333 916.6666666666669V583.3333333333335H583.3333333333333V916.6666666666669H333.3333333333333z" />
+ <glyph glyph-name="dashboard-fill"
+ unicode="&#xEB6E;"
+ horiz-adv-x="2000" d="M250 916.6666666666669H916.6666666666666V1750H250V916.6666666666669zM250 250H916.6666666666666V750H250V250zM1083.3333333333333 250H1750V1083.3333333333335H1083.3333333333333V250zM1083.3333333333333 1750V1250H1750V1750H1083.3333333333333z" />
+ <glyph glyph-name="dashboard-line"
+ unicode="&#xEB6F;"
+ horiz-adv-x="2000" d="M1083.3333333333333 250V1083.3333333333335H1750V250H1083.3333333333333zM250 916.6666666666669V1750H916.6666666666666V916.6666666666669H250zM750 1083.3333333333335V1583.3333333333335H416.6666666666667V1083.3333333333335H750zM250 250V750H916.6666666666666V250H250zM416.6666666666667 416.6666666666668H750V583.3333333333335H416.6666666666667V416.6666666666668zM1250 416.6666666666668H1583.3333333333333V916.6666666666669H1250V416.6666666666668zM1083.3333333333333 1750H1750V1250H1083.3333333333333V1750zM1250 1583.3333333333335V1416.6666666666667H1583.3333333333333V1583.3333333333335H1250z" />
+ <glyph glyph-name="database-fill"
+ unicode="&#xEB70;"
+ horiz-adv-x="2000" d="M916.6666666666666 1416.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1000 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 250 1416.6666666666667H916.6666666666666zM416.6666666666667 666.6666666666667V500H833.3333333333333V666.6666666666667H416.6666666666667zM1166.6666666666665 666.6666666666667V500H1583.3333333333333V666.6666666666667H1166.6666666666665zM1166.6666666666665 916.6666666666669V750H1583.3333333333333V916.6666666666669H1166.6666666666665zM1166.6666666666665 1166.6666666666667V1000H1583.3333333333333V1166.6666666666667H1166.6666666666665zM416.6666666666667 916.6666666666669V750H833.3333333333333V916.6666666666669H416.6666666666667z" />
+ <glyph glyph-name="database-line"
+ unicode="&#xEB71;"
+ horiz-adv-x="2000" d="M916.6666666666666 416.6666666666668V1250H333.3333333333333V416.6666666666668H916.6666666666666zM916.6666666666666 1416.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1000 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 250 1416.6666666666667H916.6666666666666zM1083.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H1083.3333333333333zM416.6666666666667 666.6666666666667H833.3333333333333V500H416.6666666666667V666.6666666666667zM1166.6666666666665 666.6666666666667H1583.3333333333333V500H1166.6666666666665V666.6666666666667zM1166.6666666666665 916.6666666666669H1583.3333333333333V750H1166.6666666666665V916.6666666666669zM1166.6666666666665 1166.6666666666667H1583.3333333333333V1000H1166.6666666666665V1166.6666666666667zM416.6666666666667 916.6666666666669H833.3333333333333V750H416.6666666666667V916.6666666666669z" />
+ <glyph glyph-name="delete-back-2-fill"
+ unicode="&#xEB72;"
+ horiz-adv-x="2000" d="M544.5833333333333 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H544.5833333333333A83.33333333333333 83.33333333333333 0 0 0 475.25 287.0833333333335L30.8333333333333 953.75A83.33333333333333 83.33333333333333 0 0 0 30.8333333333333 1046.25L475.25 1712.9166666666667A83.33333333333333 83.33333333333333 0 0 0 544.5833333333333 1750zM1083.3333333333333 1117.8333333333335L847.6666666666666 1353.5833333333335L729.7500000000001 1235.6666666666665L965.5 1000L729.7499999999999 764.3333333333335L847.6666666666666 646.416666666667L1083.3333333333333 882.1666666666667L1318.9999999999998 646.416666666667L1436.9166666666665 764.3333333333335L1201.1666666666665 1000L1436.9166666666665 1235.6666666666665L1318.9999999999998 1353.5833333333335L1083.3333333333333 1117.8333333333335z" />
+ <glyph glyph-name="delete-back-2-line"
+ unicode="&#xEB73;"
+ horiz-adv-x="2000" d="M544.5833333333333 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H544.5833333333333A83.33333333333333 83.33333333333333 0 0 0 475.25 287.0833333333335L30.8333333333333 953.75A83.33333333333333 83.33333333333333 0 0 0 30.8333333333333 1046.25L475.25 1712.9166666666667A83.33333333333333 83.33333333333333 0 0 0 544.5833333333333 1750zM589.1666666666666 1583.3333333333335L200.3333333333333 1000L589.1666666666666 416.6666666666668H1666.6666666666665V1583.3333333333335H589.1666666666666zM1083.3333333333333 1117.8333333333335L1318.9999999999998 1353.5833333333335L1436.9166666666665 1235.6666666666665L1201.1666666666665 1000L1436.9166666666665 764.3333333333335L1318.9999999999998 646.416666666667L1083.3333333333333 882.1666666666667L847.6666666666666 646.416666666667L729.7500000000001 764.3333333333335L965.5 1000L729.7499999999999 1235.6666666666665L847.6666666666666 1353.5833333333335L1083.3333333333333 1117.8333333333335z" />
+ <glyph glyph-name="delete-back-fill"
+ unicode="&#xEB74;"
+ horiz-adv-x="2000" d="M544.5833333333333 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H544.5833333333333A83.33333333333333 83.33333333333333 0 0 0 475.25 287.0833333333335L30.8333333333333 953.75A83.33333333333333 83.33333333333333 0 0 0 30.8333333333333 1046.25L475.25 1712.9166666666667A83.33333333333333 83.33333333333333 0 0 0 544.5833333333333 1750zM1333.3333333333333 1083.3333333333335H750V916.6666666666669H1333.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="delete-back-line"
+ unicode="&#xEB75;"
+ horiz-adv-x="2000" d="M544.5833333333333 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H544.5833333333333A83.33333333333333 83.33333333333333 0 0 0 475.25 287.0833333333335L30.8333333333333 953.75A83.33333333333333 83.33333333333333 0 0 0 30.8333333333333 1046.25L475.25 1712.9166666666667A83.33333333333333 83.33333333333333 0 0 0 544.5833333333333 1750zM589.1666666666666 1583.3333333333335L200.3333333333333 1000L589.1666666666666 416.6666666666668H1666.6666666666665V1583.3333333333335H589.1666666666666zM1333.3333333333333 1083.3333333333335V916.6666666666669H750V1083.3333333333335H1333.3333333333333z" />
+ <glyph glyph-name="delete-bin-2-fill"
+ unicode="&#xEB76;"
+ horiz-adv-x="2000" d="M583.3333333333333 1500V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1500H1833.3333333333333V1333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1333.3333333333335H166.6666666666667V1500H583.3333333333333zM1117.8333333333333 833.3333333333335L1265.1666666666665 980.6666666666669L1147.3333333333333 1098.5L1000 951.1666666666669L852.6666666666665 1098.5L734.8333333333333 980.6666666666669L882.1666666666666 833.3333333333335L734.8333333333333 686L852.6666666666665 568.1666666666665L1000 715.5L1147.3333333333333 568.166666666667L1265.1666666666665 686.0000000000002L1117.8333333333333 833.3333333333335zM750 1666.6666666666667V1500H1250V1666.6666666666667H750z" />
+ <glyph glyph-name="delete-bin-2-line"
+ unicode="&#xEB77;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1500H1833.3333333333333V1333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1333.3333333333335H166.6666666666667V1500H583.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1500zM1500 1333.3333333333335H500V333.3333333333335H1500V1333.3333333333335zM1117.8333333333333 833.3333333333335L1265.1666666666665 686L1147.3333333333333 568.1666666666665L1000 715.5L852.6666666666665 568.166666666667L734.8333333333333 686.0000000000002L882.1666666666666 833.3333333333335L734.8333333333333 980.6666666666669L852.6666666666665 1098.5L1000 951.1666666666669L1147.3333333333333 1098.5L1265.1666666666665 980.6666666666669L1117.8333333333333 833.3333333333335zM750 1666.6666666666667V1500H1250V1666.6666666666667H750z" />
+ <glyph glyph-name="delete-bin-3-fill"
+ unicode="&#xEB78;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1416.6666666666667H166.6666666666667V1583.3333333333335H1833.3333333333333V1416.6666666666667H1666.6666666666665zM916.6666666666666 1250V1083.3333333333335H1083.3333333333333V1250H916.6666666666666zM916.6666666666666 1000V833.3333333333335H1083.3333333333333V1000H916.6666666666666zM916.6666666666666 750V583.3333333333335H1083.3333333333333V750H916.6666666666666zM583.3333333333333 1833.3333333333333H1416.6666666666665V1666.6666666666667H583.3333333333333V1833.3333333333333z" />
+ <glyph glyph-name="delete-bin-3-line"
+ unicode="&#xEB79;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1416.6666666666667V333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1500 166.6666666666668H500A166.66666666666666 166.66666666666666 0 0 0 333.3333333333333 333.3333333333335V1416.6666666666667H166.6666666666667V1583.3333333333335H1833.3333333333333V1416.6666666666667H1666.6666666666665zM500 1416.6666666666667V333.3333333333335H1500V1416.6666666666667H500zM916.6666666666666 1250H1083.3333333333333V1083.3333333333335H916.6666666666666V1250zM916.6666666666666 1000H1083.3333333333333V833.3333333333335H916.6666666666666V1000zM916.6666666666666 750H1083.3333333333333V583.3333333333335H916.6666666666666V750zM583.3333333333333 1833.3333333333333H1416.6666666666665V1666.6666666666667H583.3333333333333V1833.3333333333333z" />
+ <glyph glyph-name="delete-bin-4-fill"
+ unicode="&#xEB7A;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1416.6666666666667H166.6666666666667V1583.3333333333335H1833.3333333333333V1416.6666666666667H1666.6666666666665zM916.6666666666666 1166.6666666666667V583.3333333333335H1083.3333333333333V1166.6666666666667H916.6666666666666zM583.3333333333333 1833.3333333333333H1416.6666666666665V1666.6666666666667H583.3333333333333V1833.3333333333333z" />
+ <glyph glyph-name="delete-bin-4-line"
+ unicode="&#xEB7B;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1416.6666666666667H166.6666666666667V1583.3333333333335H1833.3333333333333V1416.6666666666667H1666.6666666666665zM500 1416.6666666666667V333.3333333333335H1500V1416.6666666666667H500zM583.3333333333333 1833.3333333333333H1416.6666666666665V1666.6666666666667H583.3333333333333V1833.3333333333333zM916.6666666666666 1166.6666666666667H1083.3333333333333V583.3333333333335H916.6666666666666V1166.6666666666667z" />
+ <glyph glyph-name="delete-bin-5-fill"
+ unicode="&#xEB7C;"
+ horiz-adv-x="2000" d="M333.3333333333333 1333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1333.3333333333335zM583.3333333333333 1583.3333333333335V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1583.3333333333335H1833.3333333333333V1416.6666666666667H166.6666666666667V1583.3333333333335H583.3333333333333zM750 1666.6666666666667V1583.3333333333335H1250V1666.6666666666667H750zM750 1000V500H916.6666666666666V1000H750zM1083.3333333333333 1000V500H1250V1000H1083.3333333333333z" />
+ <glyph glyph-name="delete-bin-5-line"
+ unicode="&#xEB7D;"
+ horiz-adv-x="2000" d="M333.3333333333333 1333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1333.3333333333335zM500 1166.6666666666667V333.3333333333335H1500V1166.6666666666667H500zM750 1000H916.6666666666666V500H750V1000zM1083.3333333333333 1000H1250V500H1083.3333333333333V1000zM583.3333333333333 1583.3333333333335V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1583.3333333333335H1833.3333333333333V1416.6666666666667H166.6666666666667V1583.3333333333335H583.3333333333333zM750 1666.6666666666667V1583.3333333333335H1250V1666.6666666666667H750z" />
+ <glyph glyph-name="delete-bin-6-fill"
+ unicode="&#xEB7E;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1666.6666666666667H1833.3333333333333V1500H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1500H166.6666666666667V1666.6666666666667H583.3333333333333V1833.3333333333333H1416.6666666666665V1666.6666666666667zM750 1250V583.3333333333335H916.6666666666666V1250H750zM1083.3333333333333 1250V583.3333333333335H1250V1250H1083.3333333333333z" />
+ <glyph glyph-name="delete-bin-6-line"
+ unicode="&#xEB7F;"
+ horiz-adv-x="2000" d="M583.3333333333333 1666.6666666666667V1833.3333333333333H1416.6666666666665V1666.6666666666667H1833.3333333333333V1500H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1500H166.6666666666667V1666.6666666666667H583.3333333333333zM500 1500V333.3333333333335H1500V1500H500zM750 1250H916.6666666666666V583.3333333333335H750V1250zM1083.3333333333333 1250H1250V583.3333333333335H1083.3333333333333V1250z" />
+ <glyph glyph-name="delete-bin-7-fill"
+ unicode="&#xEB80;"
+ horiz-adv-x="2000" d="M583.3333333333333 1500V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1500H1833.3333333333333V1333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1333.3333333333335H166.6666666666667V1500H583.3333333333333zM750 1666.6666666666667V1500H1250V1666.6666666666667H750z" />
+ <glyph glyph-name="delete-bin-7-line"
+ unicode="&#xEB81;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1500H1833.3333333333333V1333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1333.3333333333335H166.6666666666667V1500H583.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1500zM1500 1333.3333333333335H500V333.3333333333335H1500V1333.3333333333335zM750 1666.6666666666667V1500H1250V1666.6666666666667H750z" />
+ <glyph glyph-name="delete-bin-fill"
+ unicode="&#xEB82;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1500H1833.3333333333333V1333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1333.3333333333335H166.6666666666667V1500H583.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1500zM750 1083.3333333333335V583.3333333333335H916.6666666666666V1083.3333333333335H750zM1083.3333333333333 1083.3333333333335V583.3333333333335H1250V1083.3333333333335H1083.3333333333333zM750 1666.6666666666667V1500H1250V1666.6666666666667H750z" />
+ <glyph glyph-name="delete-bin-line"
+ unicode="&#xEB83;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1500H1833.3333333333333V1333.3333333333335H1666.6666666666665V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1333.3333333333335H166.6666666666667V1500H583.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1500zM1500 1333.3333333333335H500V333.3333333333335H1500V1333.3333333333335zM750 1083.3333333333335H916.6666666666666V583.3333333333335H750V1083.3333333333335zM1083.3333333333333 1083.3333333333335H1250V583.3333333333335H1083.3333333333333V1083.3333333333335zM750 1666.6666666666667V1500H1250V1666.6666666666667H750z" />
+ <glyph glyph-name="device-fill"
+ unicode="&#xEB84;"
+ horiz-adv-x="2000" d="M1583.3333333333333 1500H916.6666666666666A83.33333333333333 83.33333333333333 0 0 1 833.3333333333333 1416.6666666666667V333.3333333333335H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 416.6666666666668V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1750V1500zM1083.3333333333333 1333.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1250V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1000 250V1250A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 1333.3333333333335z" />
+ <glyph glyph-name="device-line"
+ unicode="&#xEB85;"
+ horiz-adv-x="2000" d="M1583.3333333333333 1333.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1250V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1000 250V333.3333333333335H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 416.6666666666668V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1750V1333.3333333333335zM1416.6666666666665 1333.3333333333335V1666.6666666666667H416.6666666666667V500H1000V1250A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 1333.3333333333335H1416.6666666666665zM1166.6666666666665 1166.6666666666667V333.3333333333335H1666.6666666666665V1166.6666666666667H1166.6666666666665z" />
+ <glyph glyph-name="dingding-fill"
+ unicode="&#xEB86;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C539.75 1833.3333333333333 166.6666666666667 1460.25 166.6666666666667 1000S539.75 166.6666666666668 1000 166.6666666666668S1833.3333333333333 539.75 1833.3333333333333 1000S1460.25 1833.3333333333333 1000 1833.3333333333333zM1374.1666666666667 1080L1373.6666666666667 1078.8333333333335C1338.6666666666665 1004.0000000000002 1247.3333333333335 857.1666666666667 1247.3333333333335 857.1666666666667L1246.9166666666667 858.166666666667L1220.25 811.666666666667H1348.8333333333333L1103.1666666666665 485.0833333333335L1159 707.2500000000002H1057.75L1092.9166666666665 854.166666666667C1064.5 847.3333333333335 1030.8333333333333 837.916666666667 990.9999999999998 825.0833333333335C990.9999999999998 825.0833333333335 937.1666666666666 793.5833333333335 835.8333333333333 885.8333333333335C835.8333333333333 885.8333333333335 767.4999999999999 946 807.1666666666666 961C824 967.4166666666669 888.9166666666666 975.5833333333334 939.9999999999998 982.4166666666669C1009.1666666666666 991.75 1051.5833333333333 996.7500000000002 1051.5833333333333 996.7500000000002S838.6666666666666 993.5833333333334 788.1666666666666 1001.5000000000002C737.6666666666666 1009.4166666666669 673.5833333333333 1093.75 659.9166666666666 1167.8333333333335C659.9166666666666 1167.8333333333335 638.8333333333334 1208.5 705.3333333333334 1189.25C771.8333333333334 1170 1047.0833333333335 1114.25 1047.0833333333335 1114.25S689.1666666666666 1224 665.2499999999999 1250.8333333333335C641.4166666666666 1277.5 595.1666666666666 1397 601.1666666666666 1470.3333333333335C601.1666666666666 1470.3333333333335 603.7499999999999 1488.6666666666667 622.5833333333333 1483.6666666666667C622.5833333333333 1483.6666666666667 887.2499999999998 1362.8333333333335 1068.1666666666665 1296.5833333333335C1249.1666666666665 1230.3333333333335 1406.5 1196.666666666667 1386.1666666666665 1110.916666666667C1384.5 1103.666666666667 1380.1666666666667 1092.916666666667 1374.1666666666667 1080.0833333333335z" />
+ <glyph glyph-name="dingding-line"
+ unicode="&#xEB87;"
+ horiz-adv-x="2000" d="M1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 1 1 1000 333.3333333333335A666.6666666666666 666.6666666666666 0 0 1 1000 1666.6666666666667zM1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333zM1374.1666666666667 1080L1373.6666666666667 1078.8333333333335C1338.6666666666665 1004.0000000000002 1247.3333333333335 857.1666666666667 1247.3333333333335 857.1666666666667L1246.9166666666667 858.166666666667L1220.25 811.666666666667H1348.8333333333333L1103.1666666666665 485.0833333333335L1159 707.2500000000002H1057.75L1092.9166666666665 854.166666666667C1064.5 847.3333333333335 1030.8333333333333 837.916666666667 990.9999999999998 825.0833333333335C990.9999999999998 825.0833333333335 937.1666666666666 793.5833333333335 835.8333333333333 885.8333333333335C835.8333333333333 885.8333333333335 767.4999999999999 946 807.1666666666666 961C824 967.4166666666669 888.9166666666666 975.5833333333334 939.9999999999998 982.4166666666669C1009.1666666666666 991.75 1051.5833333333333 996.7500000000002 1051.5833333333333 996.7500000000002S838.6666666666666 993.5833333333334 788.1666666666666 1001.5000000000002C737.6666666666666 1009.4166666666669 673.5833333333333 1093.75 659.9166666666666 1167.8333333333335C659.9166666666666 1167.8333333333335 638.8333333333334 1208.5 705.3333333333334 1189.25C771.8333333333334 1170 1047.0833333333335 1114.25 1047.0833333333335 1114.25S689.1666666666666 1224 665.2499999999999 1250.8333333333335C641.4166666666666 1277.5 595.1666666666666 1397 601.1666666666666 1470.3333333333335C601.1666666666666 1470.3333333333335 603.7499999999999 1488.6666666666667 622.5833333333333 1483.6666666666667C622.5833333333333 1483.6666666666667 887.2499999999998 1362.8333333333335 1068.1666666666665 1296.5833333333335C1249.1666666666665 1230.3333333333335 1406.5 1196.666666666667 1386.1666666666665 1110.916666666667C1384.5 1103.666666666667 1380.1666666666667 1092.916666666667 1374.1666666666667 1080.0833333333335z" />
+ <glyph glyph-name="direction-fill"
+ unicode="&#xEB88;"
+ horiz-adv-x="2000" d="M750 1166.6666666666667A83.33333333333333 83.33333333333333 0 0 1 666.6666666666666 1083.3333333333335V750H833.3333333333333V1000H1083.3333333333333V791.6666666666667L1375 1083.3333333333335L1083.3333333333333 1375V1166.6666666666667H750zM1058.9166666666667 1883.9166666666663L1883.9166666666663 1058.9166666666665A83.33333333333333 83.33333333333333 0 0 0 1883.9166666666663 941.0833333333331L1058.9166666666665 116.0833333333335A83.33333333333333 83.33333333333333 0 0 0 941.0833333333331 116.0833333333335L116.0833333333332 941.0833333333334A83.33333333333333 83.33333333333333 0 0 0 116.0833333333332 1058.9166666666667L941.0833333333331 1883.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1058.9166666666665 1883.9166666666667z" />
+ <glyph glyph-name="direction-line"
+ unicode="&#xEB89;"
+ horiz-adv-x="2000" d="M1000 1707.0833333333333L292.9166666666667 1000L1000 292.9166666666668L1707.0833333333333 1000L1000 1707.0833333333333zM1058.9166666666667 1883.9166666666667L1883.9166666666663 1058.9166666666665A83.33333333333333 83.33333333333333 0 0 0 1883.9166666666663 941.0833333333331L1058.9166666666665 116.0833333333335A83.33333333333333 83.33333333333333 0 0 0 941.0833333333331 116.0833333333335L116.0833333333332 941.0833333333334A83.33333333333333 83.33333333333333 0 0 0 116.0833333333332 1058.9166666666667L941.0833333333331 1883.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1058.9166666666665 1883.9166666666667zM1083.3333333333333 1166.6666666666667V1375L1375 1083.3333333333335L1083.3333333333333 791.6666666666667V1000H833.3333333333333V750H666.6666666666666V1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 750 1166.6666666666667H1083.3333333333333z" />
+ <glyph glyph-name="disc-fill"
+ unicode="&#xEB8A;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1235.8333333333335A250 250 0 1 1 1250 1000V1795.1666666666667C1588.0833333333335 1689 1833.3333333333333 1373.1666666666665 1833.3333333333333 1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333C1028.0833333333333 1833.3333333333333 1055.9166666666665 1831.9166666666667 1083.3333333333333 1829.1666666666667V1235.8333333333335z" />
+ <glyph glyph-name="disc-line"
+ unicode="&#xEB8B;"
+ horiz-adv-x="2000" d="M1250 1618.1666666666667V1000A250 250 0 1 0 1083.3333333333333 1235.8333333333335V1829.1666666666667C1504.4166666666667 1787.4166666666667 1833.3333333333333 1432.0833333333335 1833.3333333333333 1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1432.0833333333335 495.5833333333333 1787.4166666666667 916.6666666666666 1829.1666666666663V1661.5A666.7499999999999 666.7499999999999 0 0 1 1000 333.3333333333335A666.6666666666666 666.6666666666666 0 0 1 1250 1618.1666666666665z" />
+ <glyph glyph-name="discuss-fill"
+ unicode="&#xEB8C;"
+ horiz-adv-x="2000" d="M1400 416.6666666666668L1166.6666666666665 125L933.3333333333331 416.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 500V1408.0833333333335A83.33333333333333 83.33333333333333 0 0 0 500 1491.4166666666667H1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1916.6666666666663 1408.0833333333335V500A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 416.6666666666668H1400zM166.6666666666667 1833.3333333333333H1583.3333333333333V1666.6666666666667H250V750H83.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1833.3333333333333z" />
+ <glyph glyph-name="discuss-line"
+ unicode="&#xEB8D;"
+ horiz-adv-x="2000" d="M1166.6666666666665 125L933.3333333333331 416.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 500V1408.0833333333335A83.33333333333333 83.33333333333333 0 0 0 500 1491.4166666666667H1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1916.6666666666663 1408.0833333333335V500A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 416.6666666666668H1400L1166.6666666666665 125zM1319.9166666666665 583.3333333333335H1750V1324.75H583.3333333333333V583.3333333333335H1013.4166666666666L1166.6666666666665 391.8333333333335L1319.9166666666665 583.3333333333335zM166.6666666666667 1833.3333333333333H1583.3333333333333V1666.6666666666667H250V750H83.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1833.3333333333333z" />
+ <glyph glyph-name="divide-fill"
+ unicode="&#xEB8E;"
+ horiz-adv-x="2000" d="M416.6666666666667 1083.3333333333335H1583.3333333333333V916.6666666666669H416.6666666666667V1083.3333333333335zM1000 1333.3333333333335A125 125 0 1 0 1000 1583.3333333333335A125 125 0 0 0 1000 1333.3333333333335zM1000 416.6666666666668A125 125 0 1 0 1000 666.6666666666667A125 125 0 0 0 1000 416.6666666666668z" />
+ <glyph glyph-name="divide-line"
+ unicode="&#xEB8F;"
+ horiz-adv-x="2000" d="M416.6666666666667 1083.3333333333335H1583.3333333333333V916.6666666666669H416.6666666666667V1083.3333333333335zM1000 1333.3333333333335A125 125 0 1 0 1000 1583.3333333333335A125 125 0 0 0 1000 1333.3333333333335zM1000 416.6666666666668A125 125 0 1 0 1000 666.6666666666667A125 125 0 0 0 1000 416.6666666666668z" />
+ <glyph glyph-name="download-2-fill"
+ unicode="&#xEB90;"
+ horiz-adv-x="2000" d="M333.3333333333333 416.6666666666668H1666.6666666666665V1000H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1000H333.3333333333333V416.6666666666668zM1166.6666666666665 1250H1583.3333333333333L1000 666.6666666666667L416.6666666666667 1250H833.3333333333333V1750H1166.6666666666665V1250z" />
+ <glyph glyph-name="download-2-line"
+ unicode="&#xEB91;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1166.6666666666667H1500L1000 666.6666666666667L500 1166.6666666666667H916.6666666666666V1750H1083.3333333333333V1166.6666666666667zM333.3333333333333 416.6666666666668H1666.6666666666665V1000H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1000H333.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="download-cloud-fill"
+ unicode="&#xEB92;"
+ horiz-adv-x="2000" d="M583.3333333333333 251.5833333333333A541.6666666666666 541.6666666666666 0 0 0 338.6666666666667 1251.5833333333333A666.7499999999999 666.7499999999999 0 0 0 1661.3333333333333 1251.5833333333333A541.6666666666666 541.6666666666666 0 0 0 1416.6666666666665 251.5833333333333V250H583.3333333333333V251.5833333333333zM1083.3333333333333 1000V1333.3333333333335H916.6666666666666V1000H666.6666666666666L1000 583.3333333333335L1333.3333333333333 1000H1083.3333333333333z" />
+ <glyph glyph-name="download-cloud-line"
+ unicode="&#xEB93;"
+ horiz-adv-x="2000" d="M83.3333333333333 791.6666666666667A541.3333333333333 541.3333333333333 0 0 0 338.6666666666667 1251.5833333333335A666.7499999999999 666.7499999999999 0 0 0 1661.3333333333333 1251.5833333333335A541.6666666666666 541.6666666666666 0 0 0 1416.6666666666665 251.5833333333333L583.3333333333333 250C303.6666666666667 272.8333333333335 83.3333333333333 506.5 83.3333333333333 791.6666666666667zM1403.9999999999998 417.75A374.99999999999994 374.99999999999994 0 0 1 1573.1666666666665 1110.1666666666665L1505.9166666666667 1152.083333333333L1495.9166666666665 1230.583333333333A500.0833333333333 500.0833333333333 0 0 1 504 1230.583333333333L493.9999999999999 1152.083333333333L426.9166666666667 1110.1666666666665A374.99999999999994 374.99999999999994 0 0 1 596 417.75L610.4166666666666 416.6666666666665H1389.5833333333333L1403.9999999999998 417.75zM1083.3333333333333 1000H1333.3333333333333L1000 583.3333333333335L666.6666666666666 1000H916.6666666666666V1333.3333333333335H1083.3333333333333V1000z" />
+ <glyph glyph-name="download-fill"
+ unicode="&#xEB94;"
+ horiz-adv-x="2000" d="M250 416.6666666666668H1750V250H250V416.6666666666668zM1083.3333333333333 1250H1666.6666666666665L1000 583.3333333333335L333.3333333333333 1250H916.6666666666666V1916.6666666666667H1083.3333333333333V1250z" />
+ <glyph glyph-name="download-line"
+ unicode="&#xEB95;"
+ horiz-adv-x="2000" d="M250 416.6666666666668H1750V250H250V416.6666666666668zM1083.3333333333333 902.3333333333331L1589.25 1408.3333333333335L1707.0833333333335 1290.5L1000 583.3333333333335L292.9166666666667 1290.4166666666665L410.75 1408.3333333333335L916.6666666666666 902.5V1833.3333333333333H1083.3333333333333V902.3333333333331z" />
+ <glyph glyph-name="drag-move-2-fill"
+ unicode="&#xEB96;"
+ horiz-adv-x="2000" d="M1500 1083.3333333333335V1333.3333333333335L1833.3333333333333 1000L1500 666.6666666666667V916.6666666666669H1083.3333333333333V500H1333.3333333333333L1000 166.6666666666668L666.6666666666666 500H916.6666666666666V916.6666666666669H500V666.6666666666667L166.6666666666667 1000L500 1333.3333333333335V1083.3333333333335H916.6666666666666V1500H666.6666666666666L1000 1833.3333333333333L1333.3333333333333 1500H1083.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="drag-move-2-line"
+ unicode="&#xEB97;"
+ horiz-adv-x="2000" d="M916.6666666666666 1083.3333333333335V1514.3333333333333L764.3333333333334 1361.9166666666667L646.4166666666666 1479.75L1000 1833.3333333333333L1353.5833333333335 1479.75L1235.6666666666667 1361.9166666666667L1083.3333333333333 1514.3333333333333V1083.3333333333335H1514.3333333333333L1361.9166666666665 1235.6666666666665L1479.75 1353.5833333333335L1833.3333333333333 1000L1479.7499999999998 646.4166666666665L1361.9166666666663 764.3333333333333L1514.3333333333333 916.6666666666669H1083.3333333333333V485.6666666666667L1235.6666666666665 638.0833333333335L1353.583333333333 520.25L1000 166.6666666666668L646.4166666666666 520.2500000000002L764.3333333333334 638.0833333333337L916.6666666666666 485.6666666666667V916.6666666666669H485.6666666666667L638.0833333333333 764.3333333333335L520.25 646.416666666667L166.6666666666667 1000L520.25 1353.5833333333335L638.0833333333333 1235.6666666666665L485.6666666666667 1083.3333333333335z" />
+ <glyph glyph-name="drag-move-fill"
+ unicode="&#xEB98;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668L666.6666666666666 500H1333.3333333333333L1000 166.6666666666668zM1000 1833.3333333333333L1333.3333333333333 1500H666.6666666666666L1000 1833.3333333333333zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1000 833.3333333333335zM166.6666666666667 1000L500 1333.3333333333335V666.6666666666667L166.6666666666667 1000zM1833.3333333333333 1000L1500 666.6666666666667V1333.3333333333335L1833.3333333333333 1000z" />
+ <glyph glyph-name="drag-move-line"
+ unicode="&#xEB99;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333L1353.5833333333335 1479.75L1235.6666666666667 1361.9166666666667L1000 1597.6666666666667L764.3333333333334 1361.9166666666667L646.4166666666666 1479.75L1000 1833.3333333333333zM166.6666666666667 1000L520.25 1353.5833333333335L638.0833333333333 1235.6666666666665L402.3333333333333 1000L638.0833333333333 764.3333333333335L520.25 646.416666666667L166.6666666666667 1000zM1833.3333333333333 1000L1479.7499999999998 646.4166666666665L1361.9166666666663 764.3333333333333L1597.6666666666665 1000L1361.9166666666665 1235.6666666666665L1479.75 1353.5833333333335L1833.3333333333333 1000zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1000 833.3333333333335zM1000 166.6666666666668L646.4166666666666 520.2500000000002L764.3333333333334 638.0833333333337L1000 402.3333333333335L1235.6666666666665 638.0833333333335L1353.583333333333 520.25L1000 166.6666666666668z" />
+ <glyph glyph-name="dribbble-fill"
+ unicode="&#xEB9A;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C540 1833.3333333333333 166.6666666666667 1460 166.6666666666667 1000S540 166.6666666666668 1000 166.6666666666668C1459.1666666666665 166.6666666666668 1833.3333333333333 540.0000000000002 1833.3333333333333 1000S1459.1666666666667 1833.3333333333333 1000 1833.3333333333333zM1550.4166666666665 1449.1666666666665A708.5 708.5 0 0 0 1711.25 1006.3333333333334C1687.8333333333333 1010.8333333333334 1452.8333333333333 1058.75 1216 1028.916666666667C1210.5833333333333 1040.666666666667 1206 1053.3333333333335 1200.6666666666667 1066.0000000000002A2118.6666666666665 2118.6666666666665 0 0 1 1153.6666666666667 1169.0000000000002C1415.75 1275.666666666667 1535.0833333333333 1429.3333333333335 1550.4166666666665 1449.166666666667zM1000 1710.4166666666667C1180.8333333333333 1710.4166666666667 1346.1666666666665 1642.5833333333335 1471.8333333333333 1531.4166666666667C1459.1666666666665 1513.4166666666667 1351.583333333333 1369.6666666666667 1098.4999999999998 1274.75C981.9166666666664 1488.9166666666667 852.6666666666665 1664.3333333333335 832.7499999999999 1691.4166666666667A723.8333333333334 723.8333333333334 0 0 0 1000 1710.4166666666667zM697.25 1643.5A4491.916666666666 4491.916666666666 0 0 0 961.1666666666666 1232.25C628.5 1143.6666666666665 334.75 1145.5833333333335 303.1666666666668 1145.5833333333335A715.0833333333333 715.0833333333333 0 0 0 697.25 1643.5zM287.75 999.1666666666669V1020.8333333333334C318.5833333333333 1020.0000000000002 663.75 1015.4166666666669 1018.9999999999998 1122.0833333333335C1039.8333333333333 1082.3333333333335 1058.75 1041.6666666666667 1076.8333333333333 1001.0000000000002C1067.75 998.2500000000002 1057.8333333333333 995.5833333333334 1048.8333333333333 992.8333333333334C681.8333333333334 874.5 486.5833333333333 550.9166666666667 470.3333333333333 523.75A710.1666666666666 710.1666666666666 0 0 0 287.8333333333333 999.1666666666669zM1000 287.75A706.8333333333333 706.8333333333333 0 0 0 563.4166666666666 437.75C576.0833333333334 464.0000000000002 720.75 742.4166666666667 1122 882.5C1123.8333333333333 883.3333333333333 1124.75 883.3333333333333 1126.5 884.3333333333335A2942.416666666666 2942.416666666666 0 0 0 1278.4166666666667 344.7500000000003A700 700 0 0 0 1000 287.75zM1396.7499999999998 409.8333333333333C1389.5833333333333 453.1666666666667 1351.583333333333 661.0833333333335 1258.4166666666665 916.8333333333331C1481.7499999999998 952.0833333333331 1676.9999999999998 894.25 1701.3333333333333 886.0833333333333A705.6666666666666 705.6666666666666 0 0 0 1396.7499999999998 409.8333333333333z" />
+ <glyph glyph-name="dribbble-line"
+ unicode="&#xEB9B;"
+ horiz-adv-x="2000" d="M1665.75 1035.6666666666667A663.3333333333333 663.3333333333333 0 0 1 1534.6666666666665 1398.25A812.4166666666666 812.4166666666666 0 0 0 1457.9999999999998 1325.75A1096.4166666666667 1096.4166666666667 0 0 0 1181.9166666666665 1158.25C1195.833333333333 1129.0833333333335 1208.583333333333 1100.8333333333335 1219.833333333333 1074.1666666666667V1073.9166666666667A765.4999999999999 765.4999999999999 0 0 0 1228.9999999999998 1051.4166666666667C1355.1666666666663 1065.5833333333335 1488.1666666666663 1060.416666666667 1617.083333333333 1043C1634.2499999999998 1040.6666666666665 1650.4166666666663 1038.1666666666667 1665.7499999999998 1035.6666666666667zM883.6666666666667 1656.5A3847 3847 0 0 0 1108 1300.6666666666667C1209.9166666666667 1340.8333333333335 1294.1666666666667 1391.5 1362 1447.9166666666667A656.6666666666665 656.6666666666665 0 0 1 1428.3333333333333 1510.8333333333335A663.9999999999999 663.9999999999999 0 0 1 1000 1666.6666666666667A670.8333333333334 670.8333333333334 0 0 1 883.6666666666665 1656.5833333333333zM354.4166666666667 1166.9166666666667A2434.1666666666665 2434.1666666666665 0 0 1 524.4166666666666 1177.1666666666665A2627.5 2627.5 0 0 1 929.5833333333334 1245.6666666666665A4530.416666666666 4530.416666666666 0 0 1 704.5833333333335 1597.9166666666665A668.1666666666666 668.1666666666666 0 0 1 354.4166666666668 1166.9166666666667zM481.9166666666667 580.4166666666667C514.25 627.6666666666667 556.75 680.8333333333335 613.1666666666666 738.6666666666667C734.3333333333334 862.8333333333335 877.3333333333334 959.5000000000002 1042.8333333333333 1012.8333333333334L1047.9999999999998 1014.3333333333334C1034.25 1044.666666666667 1021.3333333333331 1071.75 1008.3333333333331 1097.25C855.333333333333 1052.6666666666667 694.1666666666665 1024.8333333333335 533.5833333333331 1010.4166666666669C455.2499999999998 1003.3333333333334 384.9999999999998 1000.2500000000002 333.3333333333332 999.75A663.9166666666666 663.9166666666666 0 0 1 481.9999999999998 580.4166666666667zM1250.4166666666665 382.0833333333335A2995.5833333333335 2995.5833333333335 0 0 1 1114.4166666666665 857.8333333333335C947.5833333333331 797.25 814.6666666666666 708.6666666666667 711.9166666666665 603.0000000000002A814.1666666666666 814.1666666666666 0 0 1 602.1666666666665 465.0833333333335A663.6666666666666 663.6666666666666 0 0 1 1000 333.3333333333335A664.75 664.75 0 0 1 1250.4166666666665 381.9166666666665zM1406.5 471.6666666666667A666.5 666.5 0 0 1 1655.4166666666667 877.5000000000002C1627.0833333333335 884.5833333333335 1591.1666666666667 891.6666666666667 1551.6666666666667 897.166666666667A1001.9166666666665 1001.9166666666665 0 0 1 1286.6666666666667 899.9166666666667A3280.6666666666665 3280.6666666666665 0 0 0 1406.5 471.5833333333337zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668z" />
+ <glyph glyph-name="drive-fill"
+ unicode="&#xEB9C;"
+ horiz-adv-x="2000" d="M661.6666666666666 1654.5L951.8333333333334 1152L456.8333333333333 294.25L166.6666666666667 796.6666666666667L661.6666666666666 1654.5zM842.9999999999999 796.6666666666665H1833.3333333333333L1543.1666666666667 294.25H552.9166666666666L842.9999999999999 796.6666666666665zM1204.9166666666665 880L709.8333333333334 1737.9166666666667H1290.1666666666667L1785.1666666666665 880H1205z" />
+ <glyph glyph-name="drive-line"
+ unicode="&#xEB9D;"
+ horiz-adv-x="2000" d="M758.0833333333333 1487.5L359.1666666666667 796.4166666666667L505.4166666666666 543.75L904.1666666666666 1234.583333333333L758.0833333333333 1487.5zM649.7499999999999 460.5H1447.083333333333L1592.9999999999998 713.3333333333333H795.8333333333334L649.8333333333334 460.5zM1592.5833333333333 880L1193.75 1570.8333333333333H902.5L1301.4166666666667 880H1592.6666666666667zM709.9999999999999 1737.5H1290L1833.3333333333333 796.3333333333333L1543.3333333333333 293.8333333333335H457.5L166.6666666666667 796.3333333333333L709.9999999999999 1737.5zM1000.4166666666666 1067.8333333333335L891.9166666666665 880H1108.8333333333333L1000.4166666666666 1067.8333333333335z" />
+ <glyph glyph-name="drop-fill"
+ unicode="&#xEB9E;"
+ horiz-adv-x="2000" d="M469.6666666666666 1447L1000 1977.3333333333333L1530.3333333333333 1447A749.9999999999999 749.9999999999999 0 1 0 469.6666666666667 1447z" />
+ <glyph glyph-name="drop-line"
+ unicode="&#xEB9F;"
+ horiz-adv-x="2000" d="M1000 1741.6666666666667L587.5 1329.1666666666665A583.3333333333334 583.3333333333334 0 1 1 1412.4999999999998 1329.1666666666665L1000 1741.6666666666667zM1000 1977.3333333333333L1530.3333333333333 1447A749.9999999999999 749.9999999999999 0 1 0 469.6666666666667 1447L1000 1977.3333333333333z" />
+ <glyph glyph-name="dropbox-fill"
+ unicode="&#xEBA0;"
+ horiz-adv-x="2000" d="M1440.4166666666665 1111L1875 834.0833333333335L1437.3333333333333 555.25L1000 833.9166666666667L562.6666666666666 555.25L125 834.1666666666667L559.5833333333333 1111.0833333333335L125 1387.8333333333335L562.6666666666666 1666.6666666666667L1000 1388.0833333333335L1437.3333333333333 1666.6666666666667L1875 1387.8333333333335L1440.4166666666665 1111zM1434.2499999999998 1111L1000 1387.6666666666667L565.7499999999999 1111L1000 834.3333333333335L1434.2499999999998 1111zM565.4999999999999 462.8333333333333L1003.1666666666666 741.6666666666665L1440.8333333333333 462.8333333333333L1003.1666666666666 184L565.5 462.8333333333333z" />
+ <glyph glyph-name="dropbox-line"
+ unicode="&#xEBA1;"
+ horiz-adv-x="2000" d="M720.5 561.6666666666665L1003.1666666666666 381.5L1285.8333333333333 561.5833333333335L1440.8333333333333 462.8333333333335L1003.1666666666666 184.0000000000002L565.5 462.8333333333335L720.5 561.5833333333335zM647.4166666666667 1251.6666666666665L846.8333333333334 1381.083333333333L644.75 1512.2499999999998L440 1385.8333333333335L647.4999999999999 1251.6666666666665zM800.7500000000001 1152.5L1000 1023.4166666666669L1199.1666666666667 1152.3333333333335L1000 1281.75L800.75 1152.4166666666667zM1153.3333333333335 924.1666666666666L1355.3333333333335 793.5L1559.5 918.6666666666669L1352.4166666666667 1053L1153.3333333333335 924.25zM1000 1480.5L1353.0833333333335 1709.5L1871.6666666666667 1389.1666666666667L1505.6666666666667 1152.25L1871.75 914.75L1352.9166666666667 596.5000000000002L1000 825L647.0833333333333 596.6666666666667L127.9166666666666 914.75L494.2499999999999 1152.3333333333335L128.25 1389.1666666666667L646.9166666666666 1709.4166666666667L1000 1480.4166666666665zM1153.0833333333333 1381.1666666666667L1352.5 1251.6666666666665L1559.9166666666667 1385.8333333333335L1355.25 1512.25L1153.0833333333335 1381.0833333333335zM846.6666666666666 924.1666666666669L647.4999999999999 1053L440.3333333333332 918.5833333333331L644.5833333333333 793.4166666666667L846.6666666666666 924.1666666666669z" />
+ <glyph glyph-name="dvd-fill"
+ unicode="&#xEBA2;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1083.3333333333335V1500L666.6666666666666 916.6666666666669H916.6666666666666V500L1333.3333333333333 1083.3333333333335H1083.3333333333333zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668z" />
+ <glyph glyph-name="dvd-line"
+ unicode="&#xEBA3;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1083.3333333333333 1083.3333333333335H1333.3333333333333L916.6666666666666 500V916.6666666666669H666.6666666666666L1083.3333333333333 1500V1083.3333333333335z" />
+ <glyph glyph-name="e-bike-2-fill"
+ unicode="&#xEBA4;"
+ horiz-adv-x="2000" d="M1665.0833333333335 1250L1893.9166666666663 621.25A333.3333333333333 333.3333333333333 0 0 0 1260.4999999999998 416.6666666666668H906.1666666666666A333.49999999999994 333.49999999999994 0 0 0 256.1666666666666 435.5A166.66666666666666 166.66666666666666 0 0 0 166.6666666666667 583.3333333333335V1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1500H833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 916.6666666666666 1416.6666666666667V1000A83.33333333333333 83.33333333333333 0 0 1 1000 916.6666666666669H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 1 1250 1000V1750H1000V1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1750H1833.3333333333333V1250H1665.0833333333335zM1738.6666666666667 560.666666666667A166.66666666666666 166.66666666666666 0 1 1 1739.9999999999998 557.0000000000002L1738.6666666666667 560.666666666667zM333.3333333333333 1166.6666666666667H750V1333.3333333333335H333.3333333333333V1166.6666666666667zM1416.6666666666665 1416.6666666666667H1666.6666666666665V1583.3333333333335H1416.6666666666665V1416.6666666666667zM583.3333333333333 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 583.3333333333333 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 583.3333333333333 333.3333333333335z" />
+ <glyph glyph-name="e-bike-2-line"
+ unicode="&#xEBA5;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1000A250 250 0 0 0 1166.6666666666665 750H1000A250 250 0 0 0 750 1000H333.3333333333333V720.5000000000002A333.49999999999994 333.49999999999994 0 0 0 906.1666666666666 583.3333333333335H1260.5A333.49999999999994 333.49999999999994 0 0 0 1641.1666666666667 828.3333333333333L1487.75 1250H1416.6666666666665V1000zM1250 1000V1750H1000V1916.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1833.3333333333333V1750H1833.3333333333333V1250H1665.0833333333335L1893.9166666666663 621.3333333333335A333.3333333333333 333.3333333333333 0 0 0 1260.5833333333333 416.6666666666668H906.1666666666666A333.49999999999994 333.49999999999994 0 0 0 256.1666666666667 435.5A166.66666666666666 166.66666666666666 0 0 0 166.6666666666667 583.3333333333335V1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1500H833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 916.6666666666666 1416.6666666666667V1000A83.33333333333333 83.33333333333333 0 0 1 1000 916.6666666666669H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 1 1250 1000zM750 1166.6666666666667V1333.3333333333335H333.3333333333333V1166.6666666666667H750zM1738.6666666666667 560.75A166.66666666666666 166.66666666666666 0 1 1 1739.9999999999998 557.0833333333333L1738.6666666666667 560.75zM1416.6666666666665 1416.6666666666667H1666.6666666666665V1583.3333333333335H1416.6666666666665V1416.6666666666667zM583.3333333333333 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 583.3333333333333 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 583.3333333333333 333.3333333333335z" />
+ <glyph glyph-name="e-bike-fill"
+ unicode="&#xEBA6;"
+ horiz-adv-x="2000" d="M1291.6666666666665 1421.9166666666665A583.0833333333333 583.0833333333333 0 0 0 1583.3333333333333 916.6666666666669V250H1235.8333333333333A250.08333333333331 250.08333333333331 0 0 0 764.1666666666666 250H416.6666666666667V916.6666666666669A583.0833333333333 583.0833333333333 0 0 0 708.3333333333333 1421.9166666666665A331.1666666666667 331.1666666666667 0 0 0 677.0833333333333 1500H416.6666666666667V1666.6666666666667H677.1666666666666A333.49999999999994 333.49999999999994 0 0 0 1322.8333333333333 1666.6666666666667H1583.3333333333333V1500H1322.8333333333333C1315.75 1472.5 1305.1666666666667 1446.25 1291.75 1421.9166666666665zM1000 833.3333333333335A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 750V333.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1083.3333333333333 333.3333333333335V750A83.33333333333333 83.33333333333333 0 0 1 1000 833.3333333333335zM1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 1 1 1000 1750A166.66666666666666 166.66666666666666 0 0 1 1000 1416.6666666666667z" />
+ <glyph glyph-name="e-bike-line"
+ unicode="&#xEBA7;"
+ horiz-adv-x="2000" d="M1291.6666666666665 1421.9166666666665A583.0833333333333 583.0833333333333 0 0 0 1583.3333333333333 916.6666666666669V250H1235.8333333333333A250.08333333333331 250.08333333333331 0 0 0 764.1666666666666 250H416.6666666666667V916.6666666666669A583.0833333333333 583.0833333333333 0 0 0 708.3333333333333 1421.9166666666665A331.1666666666667 331.1666666666667 0 0 0 677.0833333333333 1500H416.6666666666667V1666.6666666666667H677.1666666666666A333.49999999999994 333.49999999999994 0 0 0 1322.8333333333333 1666.6666666666667H1583.3333333333333V1500H1322.8333333333333C1315.75 1472.5 1305.1666666666667 1446.25 1291.75 1421.9166666666665zM1170.5833333333333 1296.9166666666665C1120.6666666666667 1267.0833333333335 1062.3333333333333 1250 1000 1250A331.74999999999994 331.74999999999994 0 0 0 829.4166666666665 1296.9166666666667A416.75 416.75 0 0 1 583.3333333333333 916.6666666666669V416.6666666666668H750V750A250 250 0 0 0 1250 750V416.6666666666668H1416.6666666666665V916.6666666666669A416.75 416.75 0 0 1 1170.5833333333333 1296.9166666666665zM1000 833.3333333333335A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 750V333.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1083.3333333333333 333.3333333333335V750A83.33333333333333 83.33333333333333 0 0 1 1000 833.3333333333335zM1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 1 1 1000 1750A166.66666666666666 166.66666666666666 0 0 1 1000 1416.6666666666667z" />
+ <glyph glyph-name="earth-fill"
+ unicode="&#xEBA8;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1529.5833333333333 670.6666666666667V679.4166666666667C1529.5833333333333 756.2500000000002 1529.5833333333333 791.3333333333335 1475.2499999999998 822.4166666666667A614.4999999999999 614.4999999999999 0 0 1 1421.5 849.5C1390.9166666666665 863.4166666666667 1370.6666666666665 872.5 1343.3333333333333 912.5A1001.1666666666666 1001.1666666666666 0 0 0 1333.6666666666667 926.8333333333334C1304.9166666666667 970.5833333333334 1284.1666666666667 1002.0833333333334 1205.1666666666667 989.5833333333334C1049.75 964.9166666666669 1038.25 937.5833333333331 1031.4166666666667 891.4166666666667L1030.3333333333335 883.8333333333335C1020.2500000000002 816.3333333333333 1018.4166666666669 793.6666666666667 1046.5833333333335 764.0833333333335C1152.0000000000002 653.5 1215.1666666666667 573.7500000000002 1234.3333333333335 527.0833333333333C1243.6666666666667 504.3333333333335 1267.666666666667 435.4166666666665 1251.1666666666667 367.25A682.0833333333335 682.0833333333335 0 0 1 1513.7500000000002 553.6666666666665C1522.9166666666667 584.8333333333333 1529.5833333333335 623.6666666666665 1529.5833333333335 670.6666666666665zM1000 1680.5833333333333C806.9166666666666 1680.5833333333333 632.5 1600.0833333333333 508.6666666666666 1470.9166666666665C523.4166666666666 1460.6666666666665 536.25 1446.25 545.0833333333334 1426.4166666666667C562.0833333333333 1388.3333333333335 562.0833333333333 1349.0833333333335 562.0833333333333 1314.3333333333335C562.0833333333333 1287 562.0833333333333 1261 570.8333333333334 1242.25C582.8333333333334 1216.5833333333335 634.6666666666666 1205.5833333333335 680.4166666666667 1196.0833333333335C696.8333333333333 1192.5833333333335 713.6666666666666 1189.0833333333335 729 1184.8333333333335C771.1666666666667 1173.1666666666665 803.8333333333334 1135.25 829.9166666666667 1104.8333333333333C840.7500000000001 1092.25 856.8333333333335 1073.6666666666665 864.9166666666667 1069C869.0833333333335 1072 882.5000000000001 1086.5833333333335 889.0833333333334 1110.5C894.2499999999999 1128.8333333333335 892.75 1145 885.3333333333334 1153.8333333333333C838.6666666666666 1208.8333333333333 841.25 1314.6666666666665 855.6666666666666 1353.75C878.3333333333334 1415.3333333333333 949.1666666666666 1410.75 1001 1407.4166666666665C1020.3333333333331 1406.1666666666665 1038.5 1404.9166666666665 1052.1666666666667 1406.6666666666665C1104 1413.1666666666665 1120 1492.083333333333 1131.25 1507.5C1155.5833333333333 1540.8333333333333 1230.0833333333333 1591.0833333333333 1276.25 1622.0833333333333A678.1666666666665 678.1666666666665 0 0 1 1000 1680.5833333333333z" />
+ <glyph glyph-name="earth-line"
+ unicode="&#xEBA9;"
+ horiz-adv-x="2000" d="M519.5833333333334 1462.25A666.6666666666666 666.6666666666666 0 0 1 1254.3333333333333 383.5833333333333C1263.9166666666665 446.0833333333333 1242.9166666666665 506.0833333333333 1234.3333333333333 527.0833333333333C1215.1666666666665 573.75 1152 653.5 1046.5833333333333 764.0833333333333C1018.4166666666666 793.6666666666667 1020.2499999999998 816.4166666666667 1030.3333333333333 883.8333333333333L1031.4166666666665 891.4166666666665C1038.25 937.5833333333331 1049.75 964.9166666666666 1205.1666666666665 989.5833333333331C1284.1666666666665 1002.0833333333331 1304.9166666666665 970.583333333333 1333.6666666666667 926.833333333333L1343.3333333333333 912.4999999999998C1370.6666666666665 872.4999999999998 1390.9166666666667 863.333333333333 1421.5 849.4999999999998C1435.2499999999998 843.2499999999998 1452.3333333333333 835.333333333333 1475.2499999999998 822.4166666666665C1529.5833333333333 791.333333333333 1529.5833333333333 756.2499999999998 1529.5833333333333 679.4166666666665V670.6666666666665C1529.5833333333333 638.083333333333 1526.4166666666665 609.4166666666663 1521.4166666666667 584.4999999999998A666.8333333333334 666.8333333333334 0 0 1 1262.6666666666667 1612.9166666666663C1216.5833333333333 1581.833333333333 1153.3333333333335 1537.7499999999995 1131.25 1507.4999999999995C1120 1492.083333333333 1104 1413.1666666666665 1052.0833333333335 1406.6666666666663C1038.5833333333333 1404.9999999999995 1020.3333333333334 1406.1666666666663 1001.0000000000002 1407.4166666666665C949.1666666666669 1410.7499999999995 878.3333333333335 1415.333333333333 855.6666666666669 1353.7499999999995C841.2500000000001 1314.7499999999995 838.7500000000002 1208.7499999999995 885.3333333333335 1153.7499999999995C892.8333333333335 1144.9999999999995 894.2500000000001 1128.7499999999995 889.1666666666667 1110.4999999999995C882.5000000000001 1086.583333333333 869.0833333333335 1071.9999999999995 864.8333333333335 1068.9999999999995C856.8333333333335 1073.6666666666663 840.8333333333334 1092.2499999999995 829.9166666666667 1104.833333333333C803.8333333333334 1135.2499999999995 771.1666666666667 1173.1666666666665 729 1184.833333333333C713.6666666666667 1189.083333333333 696.8333333333335 1192.583333333333 680.4166666666667 1196.083333333333C634.6666666666666 1205.6666666666665 582.9166666666667 1216.583333333333 570.8333333333334 1242.2499999999998C562.0000000000001 1261.083333333333 562.0833333333334 1286.9999999999998 562.0833333333334 1314.333333333333C562.0833333333334 1349.083333333333 562.0833333333334 1388.333333333333 545.0833333333334 1426.4166666666665A106.33333333333333 106.33333333333333 0 0 1 519.5833333333334 1462.2499999999995zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668z" />
+ <glyph glyph-name="edge-fill"
+ unicode="&#xEBAA;"
+ horiz-adv-x="2000" d="M1720.333333333333 1284.5C1706.1666666666663 1343.75 1683.5833333333333 1405.1666666666667 1655.833333333333 1452.9166666666665C1591.583333333333 1563.6666666666665 1533.8333333333333 1639.3333333333333 1391.083333333333 1729.5833333333333C1248.3333333333333 1819.8333333333333 1089.6666666666667 1833.3333333333333 1014.1666666666666 1833.3333333333333C812.9166666666665 1833.3333333333333 663.2499999999999 1761.6666666666667 553.7499999999999 1676.0833333333335C278.6666666666667 1460.8333333333335 250 1083.3333333333335 250 1083.3333333333335S351.75 1253.75 545 1377.1666666666665C661.9166666666666 1451.75 828.4166666666666 1500 963.9999999999998 1500C1323.75 1500 1333.3333333333333 1166.6666666666667 1333.3333333333333 1166.6666666666667H750C750 1333.3333333333335 833.3333333333333 1416.6666666666667 833.3333333333333 1416.6666666666667S416.6666666666667 1250 416.6666666666667 829.6666666666667C416.6666666666667 789.0833333333333 416.4166666666667 715.3333333333335 437.3333333333333 639.4166666666665C456.6666666666667 569.1666666666665 495.6666666666667 497.333333333333 531.6666666666666 443.3333333333333C633.4166666666666 290.6666666666665 785.4166666666666 225.4999999999998 857.9999999999999 201.3333333333333C940.9999999999998 173.6666666666665 1027.0833333333333 166.6666666666665 1108.8333333333333 166.6666666666665C1335.5 166.6666666666665 1515.25 240.4999999999998 1583.3333333333333 272.9166666666663V620.583333333333C1520.1666666666667 582.7499999999998 1360.0833333333335 499.9999999999998 1166.6666666666665 499.9999999999998C750 499.9999999999998 750 833.333333333333 750 833.333333333333H1750V1040.833333333333S1746.7499999999998 1173.583333333333 1720.333333333333 1284.4999999999998z" />
+ <glyph glyph-name="edge-line"
+ unicode="&#xEBAB;"
+ horiz-adv-x="2000" d="M667.2499999999999 833.25A379.9166666666667 379.9166666666667 0 0 1 666.6666666666666 812.5C666.6666666666666 614 812.75 416.6666666666668 1083.3333333333333 416.6666666666668C1281.0833333333333 416.6666666666668 1460.6666666666665 471.2500000000002 1583.3333333333333 546.0833333333335V266.9166666666668C1434.2499999999998 203 1259.4166666666665 166.6666666666668 1083.3333333333333 166.6666666666668C624.8333333333334 166.6666666666668 416.6666666666667 455.8333333333333 416.6666666666667 812.5C416.6666666666667 1081.75 586.75 1312.5 828.5833333333333 1409.5C711.5833333333333 1278.0833333333335 666.6666666666666 1138.25 666.6666666666666 1083.6666666666665L1500 1083.3333333333335C1500 1367.1666666666667 1287.6666666666665 1583.3333333333335 1000 1583.3333333333335C583.3333333333333 1583.3333333333335 333.25 1251 250 1083.416666666667C274.1666666666667 1480.25 584.1666666666666 1833.3333333333333 1000 1833.3333333333333C1433.3333333333333 1833.3333333333333 1750 1497.5 1750 1083.3333333333335V833.3333333333335H666.6666666666666L667.2499999999999 833.25z" />
+ <glyph glyph-name="edit-2-fill"
+ unicode="&#xEBAC;"
+ horiz-adv-x="2000" d="M770.25 416.6666666666668H1750V250H250V603.5833333333335L1075 1428.5833333333335L1428.4999999999998 1074.916666666667L770.1666666666667 416.6666666666668zM1192.75 1546.3333333333333L1369.5833333333335 1723.1666666666665A83.33333333333333 83.33333333333333 0 0 0 1487.416666666667 1723.1666666666665L1723.166666666667 1487.4166666666665A83.33333333333333 83.33333333333333 0 0 0 1723.166666666667 1369.5833333333333L1546.3333333333337 1192.8333333333333L1192.8333333333335 1546.3333333333333z" />
+ <glyph glyph-name="edit-2-line"
+ unicode="&#xEBAD;"
+ horiz-adv-x="2000" d="M416.6666666666667 416.6666666666668H534.5L1310.6666666666665 1192.8333333333335L1192.8333333333333 1310.6666666666667L416.6666666666667 534.5000000000002V416.6666666666668zM1750 250H250V603.5833333333335L1369.5833333333333 1723.1666666666667A83.33333333333333 83.33333333333333 0 0 0 1487.4166666666665 1723.1666666666667L1723.1666666666667 1487.4166666666667A83.33333333333333 83.33333333333333 0 0 0 1723.1666666666667 1369.5833333333335L770.25 416.6666666666668H1750V250zM1310.6666666666665 1428.5L1428.4999999999998 1310.6666666666667L1546.3333333333333 1428.5L1428.4999999999998 1546.3333333333333L1310.6666666666665 1428.5z" />
+ <glyph glyph-name="edit-box-fill"
+ unicode="&#xEBAE;"
+ horiz-adv-x="2000" d="M1396.4166666666667 1750L774.25 1127.8333333333333L774.9166666666666 773.9166666666667L1128.0833333333333 774.5L1750 1396.4166666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1396.4166666666665zM1707.0833333333335 1825L1824.9999999999995 1707L1058.9999999999998 941L941.3333333333331 940.75L941.1666666666666 1058.8333333333335L1707.0833333333333 1825z" />
+ <glyph glyph-name="edit-box-line"
+ unicode="&#xEBAF;"
+ horiz-adv-x="2000" d="M1396.4166666666667 1750L1229.75 1583.3333333333335H416.6666666666667V416.6666666666668H1583.3333333333333V1229.75L1750 1396.4166666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1396.4166666666665zM1707.0833333333335 1825L1824.9999999999995 1707L1058.9999999999998 941L941.3333333333331 940.75L941.1666666666666 1058.8333333333335L1707.0833333333333 1825z" />
+ <glyph glyph-name="edit-circle-fill"
+ unicode="&#xEBB0;"
+ horiz-adv-x="2000" d="M1385.5 1739L774.1666666666665 1127.8333333333335L774.8333333333331 773.9166666666667L1127.9999999999998 774.5L1738.9166666666663 1385.5A829.7500000000001 829.7500000000001 0 0 0 1833.3333333333333 1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333C1139.0833333333333 1833.3333333333333 1270.1666666666667 1799.25 1385.5 1739zM1707.1666666666665 1824.9166666666667L1824.9166666666667 1707.0833333333335L1058.9166666666667 941.0833333333331L941.2500000000002 940.8333333333331L941.0833333333334 1058.9166666666665L1707.0833333333333 1825z" />
+ <glyph glyph-name="edit-circle-line"
+ unicode="&#xEBB1;"
+ horiz-adv-x="2000" d="M1056.9999999999998 1664.25A666.6666666666666 666.6666666666666 0 1 1 1664.25 1057A661.3333333333331 661.3333333333331 0 0 1 1613.9999999999998 1260.3333333333335L1738.9999999999998 1385.5A827.75 827.75 0 0 0 1833.3333333333333 1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333A831.8333333333333 831.8333333333333 0 0 0 1385.5 1739L1260.4166666666667 1614A661.7499999999999 661.7499999999999 0 0 1 1057.0833333333335 1664.25zM1707.0833333333333 1825L1824.9999999999995 1707.0833333333333L1058.9999999999998 941.0833333333331L941.3333333333331 940.8333333333331L941.1666666666666 1058.9166666666665L1707.0833333333333 1825z" />
+ <glyph glyph-name="edit-fill"
+ unicode="&#xEBB2;"
+ horiz-adv-x="2000" d="M603.5833333333334 500H250V853.5833333333335L1202.9166666666667 1806.5A83.33333333333333 83.33333333333333 0 0 0 1320.75 1806.5L1556.5 1570.75A83.33333333333333 83.33333333333333 0 0 0 1556.5 1452.9166666666667L603.5833333333334 500zM250 333.3333333333335H1750V166.6666666666668H250V333.3333333333335z" />
+ <glyph glyph-name="edit-line"
+ unicode="&#xEBB3;"
+ horiz-adv-x="2000" d="M534.5 666.6666666666667L1379.6666666666667 1511.8333333333335L1261.8333333333333 1629.6666666666667L416.6666666666667 784.5V666.6666666666667H534.5zM603.5833333333333 500H250V853.5833333333335L1202.9166666666667 1806.5A83.33333333333333 83.33333333333333 0 0 0 1320.75 1806.5L1556.5 1570.75A83.33333333333333 83.33333333333333 0 0 0 1556.5 1452.9166666666667L603.5833333333334 500zM250 333.3333333333335H1750V166.6666666666668H250V333.3333333333335z" />
+ <glyph glyph-name="eject-fill"
+ unicode="&#xEBB4;"
+ horiz-adv-x="2000" d="M1034.6666666666667 1698L1623.4999999999998 814.75A41.666666666666664 41.666666666666664 0 0 0 1588.8333333333333 750H411.1666666666667A41.666666666666664 41.666666666666664 0 0 0 376.5 814.75L965.3333333333331 1698A41.666666666666664 41.666666666666664 0 0 0 1034.6666666666667 1698zM416.6666666666667 583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 416.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 583.3333333333335z" />
+ <glyph glyph-name="eject-line"
+ unicode="&#xEBB5;"
+ horiz-adv-x="2000" d="M644.75 916.6666666666669H1355.2499999999998L1000 1449.5L644.75 916.6666666666669zM1034.6666666666667 1698L1623.4999999999998 814.75A41.666666666666664 41.666666666666664 0 0 0 1588.8333333333333 750H411.1666666666667A41.666666666666664 41.666666666666664 0 0 0 376.5 814.75L965.3333333333331 1698A41.666666666666664 41.666666666666664 0 0 0 1034.6666666666667 1698zM416.6666666666667 583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 416.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 583.3333333333335z" />
+ <glyph glyph-name="emotion-2-fill"
+ unicode="&#xEBB6;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM666.6666666666666 916.6666666666669A333.3333333333333 333.3333333333333 0 1 1 1333.3333333333333 916.6666666666669H666.6666666666666z" />
+ <glyph glyph-name="emotion-2-line"
+ unicode="&#xEBB7;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM666.6666666666666 916.6666666666669H1333.3333333333333A333.3333333333333 333.3333333333333 0 1 0 666.6666666666666 916.6666666666669z" />
+ <glyph glyph-name="emotion-fill"
+ unicode="&#xEBB8;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM666.6666666666666 916.6666666666669A333.3333333333333 333.3333333333333 0 1 1 1333.3333333333333 916.6666666666669H666.6666666666666zM666.6666666666666 1083.3333333333335A125 125 0 1 1 666.6666666666666 1333.3333333333335A125 125 0 0 1 666.6666666666666 1083.3333333333335zM1333.3333333333333 1083.3333333333335A125 125 0 1 1 1333.3333333333333 1333.3333333333335A125 125 0 0 1 1333.3333333333333 1083.3333333333335z" />
+ <glyph glyph-name="emotion-happy-fill"
+ unicode="&#xEBB9;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM583.3333333333333 916.6666666666669A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 916.6666666666669H1250A250 250 0 0 0 750 916.6666666666669H583.3333333333333zM666.6666666666666 1083.3333333333335A125 125 0 1 1 666.6666666666666 1333.3333333333335A125 125 0 0 1 666.6666666666666 1083.3333333333335zM1333.3333333333333 1083.3333333333335A125 125 0 1 1 1333.3333333333333 1333.3333333333335A125 125 0 0 1 1333.3333333333333 1083.3333333333335z" />
+ <glyph glyph-name="emotion-happy-line"
+ unicode="&#xEBBA;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM583.3333333333333 916.6666666666669H750A250 250 0 0 1 1250 916.6666666666669H1416.6666666666665A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 916.6666666666669zM666.6666666666666 1083.3333333333335A125 125 0 1 0 666.6666666666666 1333.3333333333335A125 125 0 0 0 666.6666666666666 1083.3333333333335zM1333.3333333333333 1083.3333333333335A125 125 0 1 0 1333.3333333333333 1333.3333333333335A125 125 0 0 0 1333.3333333333333 1083.3333333333335z" />
+ <glyph glyph-name="emotion-line"
+ unicode="&#xEBBB;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM666.6666666666666 916.6666666666669H1333.3333333333333A333.3333333333333 333.3333333333333 0 1 0 666.6666666666666 916.6666666666669zM666.6666666666666 1083.3333333333335A125 125 0 1 0 666.6666666666666 1333.3333333333335A125 125 0 0 0 666.6666666666666 1083.3333333333335zM1333.3333333333333 1083.3333333333335A125 125 0 1 0 1333.3333333333333 1333.3333333333335A125 125 0 0 0 1333.3333333333333 1083.3333333333335z" />
+ <glyph glyph-name="emotion-normal-fill"
+ unicode="&#xEBBC;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM666.6666666666666 833.3333333333335V666.6666666666667H1333.3333333333333V833.3333333333335H666.6666666666666zM666.6666666666666 1083.3333333333335A125 125 0 1 1 666.6666666666666 1333.3333333333335A125 125 0 0 1 666.6666666666666 1083.3333333333335zM1333.3333333333333 1083.3333333333335A125 125 0 1 1 1333.3333333333333 1333.3333333333335A125 125 0 0 1 1333.3333333333333 1083.3333333333335z" />
+ <glyph glyph-name="emotion-normal-line"
+ unicode="&#xEBBD;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM666.6666666666666 833.3333333333335H1333.3333333333333V666.6666666666667H666.6666666666666V833.3333333333335zM666.6666666666666 1083.3333333333335A125 125 0 1 0 666.6666666666666 1333.3333333333335A125 125 0 0 0 666.6666666666666 1083.3333333333335zM1333.3333333333333 1083.3333333333335A125 125 0 1 0 1333.3333333333333 1333.3333333333335A125 125 0 0 0 1333.3333333333333 1083.3333333333335z" />
+ <glyph glyph-name="emotion-unhappy-fill"
+ unicode="&#xEBBE;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM583.3333333333333 583.3333333333335H750A250 250 0 0 0 1250 583.3333333333335H1416.6666666666665A416.6666666666667 416.6666666666667 0 0 1 583.3333333333333 583.3333333333335zM666.6666666666666 1083.3333333333335A125 125 0 1 1 666.6666666666666 1333.3333333333335A125 125 0 0 1 666.6666666666666 1083.3333333333335zM1333.3333333333333 1083.3333333333335A125 125 0 1 1 1333.3333333333333 1333.3333333333335A125 125 0 0 1 1333.3333333333333 1083.3333333333335z" />
+ <glyph glyph-name="emotion-unhappy-line"
+ unicode="&#xEBBF;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM583.3333333333333 583.3333333333335A416.6666666666667 416.6666666666667 0 0 0 1416.6666666666665 583.3333333333335H1250A250 250 0 0 1 750 583.3333333333335H583.3333333333333zM666.6666666666666 1083.3333333333335A125 125 0 1 0 666.6666666666666 1333.3333333333335A125 125 0 0 0 666.6666666666666 1083.3333333333335zM1333.3333333333333 1083.3333333333335A125 125 0 1 0 1333.3333333333333 1333.3333333333335A125 125 0 0 0 1333.3333333333333 1083.3333333333335z" />
+ <glyph glyph-name="equalizer-fill"
+ unicode="&#xEBC0;"
+ horiz-adv-x="2000" d="M514.1666666666666 500A250.08333333333331 250.08333333333331 0 0 0 985.8333333333331 500H1833.3333333333333V333.3333333333335H985.8333333333331A250.08333333333331 250.08333333333331 0 0 0 514.1666666666666 333.3333333333335H166.6666666666667V500H514.1666666666666zM1014.1666666666666 1083.3333333333335A250.08333333333331 250.08333333333331 0 0 0 1485.833333333333 1083.3333333333335H1833.3333333333333V916.6666666666669H1485.833333333333A250.08333333333331 250.08333333333331 0 0 0 1014.1666666666664 916.6666666666669H166.6666666666667V1083.3333333333335H1014.1666666666666zM514.1666666666666 1666.6666666666667A250.08333333333331 250.08333333333331 0 0 0 985.8333333333331 1666.6666666666667H1833.3333333333333V1500H985.8333333333331A250.08333333333331 250.08333333333331 0 0 0 514.1666666666666 1500H166.6666666666667V1666.6666666666667H514.1666666666666z" />
+ <glyph glyph-name="equalizer-line"
+ unicode="&#xEBC1;"
+ horiz-adv-x="2000" d="M514.1666666666666 500A250.08333333333331 250.08333333333331 0 0 0 985.8333333333331 500H1833.3333333333333V333.3333333333335H985.8333333333331A250.08333333333331 250.08333333333331 0 0 0 514.1666666666666 333.3333333333335H166.6666666666667V500H514.1666666666666zM1014.1666666666666 1083.3333333333335A250.08333333333331 250.08333333333331 0 0 0 1485.833333333333 1083.3333333333335H1833.3333333333333V916.6666666666669H1485.833333333333A250.08333333333331 250.08333333333331 0 0 0 1014.1666666666664 916.6666666666669H166.6666666666667V1083.3333333333335H1014.1666666666666zM514.1666666666666 1666.6666666666667A250.08333333333331 250.08333333333331 0 0 0 985.8333333333331 1666.6666666666667H1833.3333333333333V1500H985.8333333333331A250.08333333333331 250.08333333333331 0 0 0 514.1666666666666 1500H166.6666666666667V1666.6666666666667H514.1666666666666zM750 1500A83.33333333333333 83.33333333333333 0 1 1 750 1666.6666666666667A83.33333333333333 83.33333333333333 0 0 1 750 1500zM1250 916.6666666666669A83.33333333333333 83.33333333333333 0 1 1 1250 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1250 916.6666666666669zM750 333.3333333333335A83.33333333333333 83.33333333333333 0 1 1 750 500A83.33333333333333 83.33333333333333 0 0 1 750 333.3333333333335z" />
+ <glyph glyph-name="eraser-fill"
+ unicode="&#xEBC2;"
+ horiz-adv-x="2000" d="M1166.6666666666665 416.6666666666668H1750V250H1000L666.8333333333333 249.8333333333335L126.2499999999999 790.4166666666667A83.33333333333333 83.33333333333333 0 0 0 126.2499999999999 908.2500000000002L1009.9999999999998 1792.1666666666667A83.33333333333333 83.33333333333333 0 0 0 1127.9166666666665 1792.1666666666667L1776.083333333333 1144A83.33333333333333 83.33333333333333 0 0 0 1776.083333333333 1026.1666666666667L1166.6666666666665 416.6666666666668zM1304.75 790.4166666666667L1599.3333333333333 1085.0833333333333L1069 1615.4166666666665L774.4166666666665 1320.75L1304.75 790.4166666666667z" />
+ <glyph glyph-name="eraser-line"
+ unicode="&#xEBC3;"
+ horiz-adv-x="2000" d="M715.5 1261.8333333333335L303 849.3333333333335L735.8333333333333 416.5000000000003H833.3333333333333V416.6666666666668H931L1245.8333333333333 731.5L715.5000000000001 1261.8333333333335zM833.3333333333333 1379.6666666666667L1363.6666666666667 849.3333333333335L1599.3333333333333 1085.0833333333335L1069 1615.4166666666667L833.3333333333333 1379.6666666666667zM1166.6666666666665 416.6666666666668H1750V250H1000L666.8333333333333 249.8333333333335L126.2499999999999 790.4166666666667A83.33333333333333 83.33333333333333 0 0 0 126.2499999999999 908.2500000000002L1009.9999999999998 1792.1666666666667A83.33333333333333 83.33333333333333 0 0 0 1127.9166666666665 1792.1666666666667L1776.083333333333 1144A83.33333333333333 83.33333333333333 0 0 0 1776.083333333333 1026.1666666666667L1166.6666666666665 416.6666666666668z" />
+ <glyph glyph-name="error-warning-fill"
+ unicode="&#xEBC4;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM916.6666666666666 750V583.3333333333335H1083.3333333333333V750H916.6666666666666zM916.6666666666666 1416.6666666666667V916.6666666666669H1083.3333333333333V1416.6666666666667H916.6666666666666z" />
+ <glyph glyph-name="error-warning-line"
+ unicode="&#xEBC5;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM916.6666666666666 750H1083.3333333333333V583.3333333333335H916.6666666666666V750zM916.6666666666666 1416.6666666666667H1083.3333333333333V916.6666666666669H916.6666666666666V1416.6666666666667z" />
+ <glyph glyph-name="evernote-fill"
+ unicode="&#xEBC6;"
+ horiz-adv-x="2000" d="M719.1666666666667 1353.8333333333335C701.1666666666667 1337.0833333333335 673.6666666666667 1335.75 657.25 1335.75H481.4166666666667C430.5833333333334 1335.75 400.2500000000001 1335.75 379.7500000000001 1333C368.5833333333334 1331.5833333333335 354.9166666666668 1326 348.0000000000001 1323.25C345.2500000000001 1321.9166666666665 345.2500000000001 1323.25 346.5833333333334 1324.5833333333335L747.9166666666667 1736.25C749.3333333333334 1737.6666666666667 750.6666666666667 1737.6666666666667 749.3333333333334 1734.8333333333335A144.49999999999997 144.49999999999997 0 0 1 739.6666666666667 1703C736.9166666666667 1682.25 736.9166666666667 1651.75 736.9166666666667 1600.5V1416.1666666666665C736.9166666666667 1399.5 735.5000000000001 1371.75 719.0833333333334 1353.8333333333335zM1109.3333333333333 171.8333333333335C1062.6666666666667 202.3333333333335 1037.9166666666667 242.5 1028.25 267.4166666666668A203.58333333333334 203.58333333333334 0 0 0 1013.1666666666669 343.6666666666668A209.41666666666663 209.41666666666663 0 0 0 1222.0833333333333 552.8333333333335C1256.4166666666667 552.8333333333335 1283.9166666666665 525.1666666666667 1283.9166666666665 490.5A61.24999999999999 61.24999999999999 0 0 0 1252.2499999999998 436.5A78.83333333333333 78.83333333333333 0 0 0 1228.9166666666665 428.1666666666665C1222.0833333333333 426.75 1195.9166666666665 423.9999999999998 1183.6666666666667 412.9166666666665A64.66666666666666 64.66666666666666 0 0 1 1158.8333333333333 364.4166666666665A76.66666666666666 76.66666666666666 0 0 1 1180.8333333333333 310.3333333333333C1205.5833333333333 285.4166666666665 1238.5833333333333 271.5833333333333 1274.3333333333333 271.5833333333333A169.66666666666666 169.66666666666666 0 0 1 1443.3333333333333 441.9999999999998C1443.3333333333333 526.4999999999995 1387 601.4166666666663 1312.75 634.583333333333C1301.75 640.1666666666663 1283.9166666666665 644.333333333333 1267.4166666666665 648.4999999999998A559.9166666666666 559.9166666666666 0 0 1 1226.1666666666667 655.4166666666663C1168.4166666666667 662.4166666666663 1024.1666666666667 708.083333333333 1014.4999999999998 836.9166666666663C1014.4999999999998 836.9166666666663 971.9999999999998 642.9166666666665 886.6666666666665 590.2499999999995C878.4999999999998 586.083333333333 867.4999999999998 581.9166666666663 855.0833333333333 579.1666666666663C842.7499999999999 576.4166666666663 829.0833333333333 574.9999999999998 824.8333333333333 574.9999999999998C686.0833333333334 566.6666666666663 539 611.083333333333 437.3333333333333 716.333333333333C437.3333333333333 716.333333333333 368.5833333333333 773.1666666666663 332.9166666666666 932.4999999999995C324.6666666666666 971.3333333333328 308.1666666666666 1040.6666666666663 298.5833333333333 1105.833333333333C294.4166666666667 1129.2499999999995 292.9999999999999 1147.3333333333328 291.6666666666666 1163.9999999999995C291.6666666666666 1231.833333333333 332.9166666666666 1277.583333333333 385.0833333333332 1284.4166666666663H665.4999999999999C713.4999999999999 1284.4166666666663 741.0833333333331 1296.9166666666663 758.9166666666665 1313.583333333333C782.2499999999999 1335.7499999999995 787.8333333333331 1367.6666666666663 787.8333333333331 1405.083333333333V1697.4166666666667C794.4999999999999 1748.6666666666667 840.0833333333333 1791.6666666666667 907.3333333333331 1791.6666666666667H940.3333333333331C954.0833333333331 1791.6666666666667 970.5833333333331 1790.25 985.6666666666666 1788.9166666666667C996.6666666666666 1787.5 1006.2499999999998 1784.75 1022.7499999999998 1780.5833333333333C1106.5833333333333 1759.75 1124.4166666666667 1673.9166666666667 1124.4166666666667 1673.9166666666667L1362.25 1632.25C1437.8333333333333 1618.4166666666665 1624.75 1605.9166666666667 1660.4166666666667 1416.0833333333335C1744.25 964.4166666666669 1693.4166666666667 526.5 1689.3333333333335 526.5C1630.1666666666667 99.7499999999998 1278.4166666666667 120.583333333333 1278.4166666666667 120.583333333333A285.5 285.5 0 0 0 1109.3333333333333 171.833333333333zM1327.8333333333333 1030.9166666666667C1325.0833333333335 1023.9166666666669 1322.3333333333333 1015.6666666666669 1323.6666666666665 1011.5C1325.1666666666667 1007.3333333333334 1327.9166666666667 1006 1330.6666666666665 1004.5833333333334C1347.1666666666665 996.2500000000002 1374.5833333333333 992.0833333333334 1414.5 987.9166666666669C1454.3333333333335 983.75 1481.8333333333333 981.0000000000002 1499.6666666666665 983.75C1502.4166666666665 983.75 1505.2499999999998 985.1666666666666 1508 989.3333333333334S1509.333333333333 1001.8333333333334 1509.333333333333 1008.7500000000002C1505.1666666666663 1046.1666666666667 1470.833333333333 1073.8333333333335 1425.4999999999998 1079.416666666667C1380.083333333333 1083.5833333333335 1341.6666666666665 1065.5 1327.833333333333 1030.9166666666667z" />
+ <glyph glyph-name="evernote-line"
+ unicode="&#xEBC7;"
+ horiz-adv-x="2000" d="M875 1291.6666666666667A83.33333333333333 83.33333333333333 0 0 0 791.6666666666666 1208.3333333333335H500.0833333333333C472.0833333333333 1208.3333333333335 458.3333333333333 1186.5833333333335 458.3333333333333 1164C458.3333333333333 1054 479.4999999999999 966.3333333333334 513.6666666666666 897.9166666666667C531.6666666666666 861.8333333333335 546.9166666666666 842.0833333333335 557.2499999999999 832.0833333333333C618.4999999999999 768.75 714.4166666666665 735.4166666666667 814.9166666666666 741.3333333333333C822.8333333333334 741.8333333333333 831.4999999999999 746.6666666666667 842.5833333333334 758.6666666666667A125.83333333333331 125.83333333333331 0 0 1 860.4166666666667 783.0833333333333A166.66666666666666 166.66666666666666 0 0 0 1071.3333333333335 872.5C1129.0833333333335 851 1177.75 836.3333333333333 1222.4166666666667 825.8333333333333C1238.75 822 1253.6666666666667 818.9166666666665 1271.2500000000002 815.6666666666665C1264.8333333333335 816.8333333333333 1304.75 809.5 1314.416666666667 807.4999999999998C1342.7500000000002 801.6666666666665 1364.25 795.3333333333333 1388.0000000000002 783.3333333333333A423.9166666666666 423.9166666666666 0 0 0 1535.9166666666667 660.4166666666665C1539.6666666666667 709.6666666666665 1542.3333333333335 766.0833333333333 1543.1666666666667 829.2499999999998A2848.5 2848.5 0 0 1 1496.5833333333333 1385.333333333333C1490.4166666666665 1418.4999999999998 1476.9166666666665 1432.1666666666665 1441.3333333333333 1445.1666666666665A320.58333333333326 320.58333333333326 0 0 1 1392.4166666666665 1458.083333333333C1380.1666666666667 1460.4166666666665 1338.25 1467.2499999999998 1334.6666666666665 1467.9166666666665A106083.33333333333 106083.33333333333 0 0 0 1139.6666666666665 1501.9999999999998L1095.6666666666665 1509.6666666666665A166.66666666666666 166.66666666666666 0 0 0 968.6666666666666 1614.6666666666665A955.5833333333333 955.5833333333333 0 0 1 965.8333333333331 1621.9999999999998A466.2499999999999 466.2499999999999 0 0 1 907.3333333333331 1624.9999999999998C884.7499999999998 1624.9999999999998 874.9999999999998 1614.6666666666665 874.9999999999998 1586.4166666666665V1291.6666666666667zM1394.1666666666665 321.7500000000003C1423.5 351.416666666667 1440.8333333333333 390.8333333333335 1443.0833333333333 432.3333333333337C1447.583333333333 518.666666666667 1374.4166666666665 639.0000000000002 1250 651.8333333333337C1198.5833333333333 657.0833333333335 1117.8333333333333 677.3333333333335 1013.1666666666666 716.3333333333337C1013.1666666666666 716.3333333333337 954.8333333333331 582.7500000000002 824.8333333333333 575.0000000000002C686.0833333333334 566.6666666666667 539 611.0833333333335 437.3333333333333 716.3333333333335C437.3333333333333 716.3333333333335 291.6666666666666 853.0000000000002 291.6666666666666 1164.0000000000002C291.6666666666666 1231.8333333333335 315.8333333333333 1282.5000000000002 345.6666666666666 1322.666666666667C425.6666666666665 1430.3333333333335 554.4166666666665 1554.3333333333335 690.0833333333331 1681.3333333333335C750 1737.5 808.4166666666666 1791.6666666666667 907.3333333333331 1791.6666666666667C1077.3333333333333 1791.6666666666667 1100.6666666666665 1736.3333333333333 1124.4166666666667 1673.8333333333335L1362.25 1632.25C1437.8333333333333 1618.4166666666667 1624.75 1605.9166666666667 1660.4166666666667 1416.0833333333335C1744.25 964.4166666666669 1698.5833333333333 593.5833333333335 1689.3333333333335 526.5C1630.1666666666667 99.7499999999998 1291.6666666666667 120.583333333333 1278.4166666666667 120.583333333333C1106.8333333333333 120.583333333333 1013.5833333333331 234.9999999999998 1013.1666666666669 343.6666666666663A207.83333333333334 207.83333333333334 0 0 0 1099.6666666666667 513.1666666666663A215.5 215.5 0 0 0 1226.9166666666667 552.9999999999998C1252.3333333333333 552.9999999999998 1284.1666666666665 526.4999999999995 1284.1666666666665 490.2499999999998C1284.1666666666665 459.4166666666663 1262.9166666666665 442.3333333333331 1252.3333333333333 436.4999999999998C1233.75 426.1666666666665 1158.8333333333333 421.9999999999998 1158.8333333333333 364.4166666666665C1158.8333333333333 337.9999999999998 1188 271.5833333333333 1274.3333333333333 271.5833333333333C1323.3333333333333 271.5833333333333 1365.4999999999998 292.9166666666665 1394.0833333333333 321.7499999999998zM1244.5 1114.25C1258.3333333333335 1148.8333333333335 1296.75 1166.9166666666667 1342.1666666666667 1162.75C1387.5 1157.1666666666667 1421.8333333333333 1129.4166666666667 1426 1092.0833333333335C1426 1085.1666666666667 1427.4166666666667 1076.8333333333335 1424.5833333333335 1072.6666666666667C1421.9166666666667 1068.5 1419.0833333333335 1067.0833333333335 1416.25 1067.0833333333335C1398.5 1064.3333333333335 1371 1067.0833333333335 1331.1666666666665 1071.25C1291.1666666666665 1075.416666666667 1263.8333333333333 1079.5833333333335 1247.3333333333333 1087.9166666666667C1244.5833333333333 1089.3333333333335 1241.8333333333333 1090.6666666666665 1240.4166666666665 1094.8333333333335S1241.75 1107.3333333333335 1244.5833333333333 1114.25z" />
+ <glyph glyph-name="exchange-box-fill"
+ unicode="&#xEBC8;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1000 1250H666.6666666666666V1083.3333333333335H1416.6666666666665L1000 1500V1250zM583.3333333333333 916.6666666666669L1000 500V750H1333.3333333333333V916.6666666666669H583.3333333333333z" />
+ <glyph glyph-name="exchange-box-line"
+ unicode="&#xEBC9;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1000 1250V1500L1416.6666666666665 1083.3333333333335H666.6666666666666V1250H1000zM583.3333333333333 916.6666666666669H1333.3333333333333V750H1000V500L583.3333333333333 916.6666666666669z" />
+ <glyph glyph-name="exchange-cny-fill"
+ unicode="&#xEBCA;"
+ horiz-adv-x="2000" d="M447.75 1624.1666666666667A830.1666666666666 830.1666666666666 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000A829.5 829.5 0 0 0 1683.9166666666667 523.75L1458.3333333333333 1000H1666.6666666666665A666.6666666666666 666.6666666666666 0 0 1 522.8333333333333 1465.5833333333335L447.8333333333333 1624.0833333333335zM1552.2499999999998 375.8333333333333A830.1666666666666 830.1666666666666 0 0 0 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1177.0833333333335 221.9166666666667 1341.25 316.0833333333333 1476.25L541.6666666666666 1000H333.3333333333333A666.6666666666666 666.6666666666666 0 0 1 1477.1666666666665 534.4166666666667L1552.1666666666663 375.9166666666668zM1083.3333333333333 872.0833333333335H1333.3333333333333V705.4166666666667H1083.3333333333333V538.75H916.6666666666666V705.4166666666667H666.6666666666666V872.0833333333335H916.6666666666666V955.4166666666669H666.6666666666666V1122.0833333333335H882.1666666666666L705.3333333333334 1298.8333333333335L823.3333333333334 1416.6666666666667L1000 1239.9166666666665L1176.75 1416.6666666666667L1294.6666666666667 1298.8333333333335L1117.8333333333335 1122H1333.3333333333333V955.3333333333334H1083.3333333333333V872z" />
+ <glyph glyph-name="exchange-cny-line"
+ unicode="&#xEBCB;"
+ horiz-adv-x="2000" d="M1614.5833333333333 741.4166666666667A666.7499999999999 666.7499999999999 0 0 1 669.1666666666666 1578.9166666666667L586.4999999999999 1723.6666666666667A833 833 0 0 0 1416.6666666666665 1721.6666666666667C1790.8333333333335 1505.6666666666667 1934.1666666666663 1043.1666666666667 1759.75 657.5000000000002L1871.5833333333333 593L1524.5 408.5000000000003L1510.75 801.3333333333335L1614.5833333333333 741.416666666667zM385.4166666666667 1258.5833333333335A666.7499999999999 666.7499999999999 0 0 1 1330.8333333333333 421.0833333333333L1413.5 276.3333333333331A833 833 0 0 0 583.3333333333333 278.3333333333335C209.1666666666666 494.3333333333333 65.8333333333333 956.8333333333331 240.25 1342.5L128.3333333333334 1406.9166666666667L475.4166666666666 1591.4166666666665L489.1666666666666 1198.5833333333333L385.3333333333334 1258.5zM1083.3333333333333 872H1333.3333333333333V705.3333333333335H1083.3333333333333V538.6666666666667H916.6666666666666V705.3333333333333H666.6666666666666V872H916.6666666666666V955.3333333333331H666.6666666666666V1122H882.1666666666666L705.3333333333334 1298.8333333333335L823.3333333333334 1416.6666666666667L1000 1239.9166666666665L1176.75 1416.6666666666667L1294.6666666666667 1298.8333333333335L1117.8333333333335 1122H1333.3333333333333V955.3333333333334H1083.3333333333333V872z" />
+ <glyph glyph-name="exchange-dollar-fill"
+ unicode="&#xEBCC;"
+ horiz-adv-x="2000" d="M447.75 1624.1666666666667A830.1666666666666 830.1666666666666 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000A829.5 829.5 0 0 0 1683.9166666666667 523.75L1458.3333333333333 1000H1666.6666666666665A666.6666666666666 666.6666666666666 0 0 1 522.8333333333333 1465.5833333333335L447.8333333333333 1624.0833333333335zM1552.2499999999998 375.8333333333333A830.1666666666666 830.1666666666666 0 0 0 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1177.0833333333335 221.9166666666667 1341.25 316.0833333333333 1476.25L541.6666666666666 1000H333.3333333333333A666.6666666666666 666.6666666666666 0 0 1 1477.1666666666665 534.4166666666667L1552.1666666666663 375.9166666666668zM708.3333333333333 833.3333333333335H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 1 1166.6666666666665 916.6666666666669H833.3333333333333A208.33333333333334 208.33333333333334 0 1 0 833.3333333333333 1333.3333333333335H916.6666666666666V1416.6666666666667H1083.3333333333333V1333.3333333333335H1291.6666666666665V1166.6666666666667H833.3333333333333A41.666666666666664 41.666666666666664 0 1 1 833.3333333333333 1083.3333333333335H1166.6666666666665A208.33333333333334 208.33333333333334 0 1 0 1166.6666666666665 666.6666666666667H1083.3333333333333V583.3333333333335H916.6666666666666V666.6666666666667H708.3333333333333V833.3333333333335z" />
+ <glyph glyph-name="exchange-dollar-line"
+ unicode="&#xEBCD;"
+ horiz-adv-x="2000" d="M1614.5833333333333 741.4166666666667A666.7499999999999 666.7499999999999 0 0 1 669.1666666666666 1578.9166666666667L586.4999999999999 1723.6666666666667A833 833 0 0 0 1416.6666666666665 1721.6666666666667C1790.8333333333335 1505.6666666666667 1934.1666666666663 1043.1666666666667 1759.75 657.5000000000002L1871.5833333333333 593L1524.5 408.5000000000003L1510.75 801.3333333333335L1614.5833333333333 741.416666666667zM385.4166666666667 1258.5833333333335A666.7499999999999 666.7499999999999 0 0 1 1330.8333333333333 421.0833333333333L1413.5 276.3333333333331A833 833 0 0 0 583.3333333333333 278.3333333333335C209.1666666666666 494.3333333333333 65.8333333333333 956.8333333333331 240.25 1342.5L128.3333333333334 1406.9166666666667L475.4166666666666 1591.4166666666665L489.1666666666666 1198.5833333333333L385.3333333333334 1258.5zM708.3333333333333 833.3333333333335H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 1 1166.6666666666665 916.6666666666669H833.3333333333333A208.33333333333334 208.33333333333334 0 1 0 833.3333333333333 1333.3333333333335H916.6666666666666V1416.6666666666667H1083.3333333333333V1333.3333333333335H1291.6666666666665V1166.6666666666667H833.3333333333333A41.666666666666664 41.666666666666664 0 1 1 833.3333333333333 1083.3333333333335H1166.6666666666665A208.33333333333334 208.33333333333334 0 1 0 1166.6666666666665 666.6666666666667H1083.3333333333333V583.3333333333335H916.6666666666666V666.6666666666667H708.3333333333333V833.3333333333335z" />
+ <glyph glyph-name="exchange-fill"
+ unicode="&#xEBCE;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 1250H666.6666666666666V1083.3333333333335H1416.6666666666665L1000 1500V1250zM583.3333333333333 916.6666666666669L1000 500V750H1333.3333333333333V916.6666666666669H583.3333333333333z" />
+ <glyph glyph-name="exchange-funds-fill"
+ unicode="&#xEBCF;"
+ horiz-adv-x="2000" d="M447.75 1624.1666666666667A830.1666666666666 830.1666666666666 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000A829.5 829.5 0 0 0 1683.9166666666667 523.75L1458.3333333333333 1000H1666.6666666666665A666.6666666666666 666.6666666666666 0 0 1 522.8333333333333 1465.5833333333335L447.8333333333333 1624.0833333333335zM1552.2499999999998 375.8333333333333A830.1666666666666 830.1666666666666 0 0 0 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1177.0833333333335 221.9166666666667 1341.25 316.0833333333333 1476.25L541.6666666666666 1000H333.3333333333333A666.6666666666666 666.6666666666666 0 0 1 1477.1666666666665 534.4166666666667L1552.1666666666663 375.9166666666668zM1117.833333333333 764.3333333333333L882.1666666666666 1000L646.4166666666666 764.3333333333335L528.5833333333333 882.1666666666667L882.1666666666666 1235.6666666666665L1117.8333333333333 1000L1353.583333333333 1235.6666666666665L1471.4166666666665 1117.8333333333335L1117.8333333333333 764.3333333333335z" />
+ <glyph glyph-name="exchange-funds-line"
+ unicode="&#xEBD0;"
+ horiz-adv-x="2000" d="M1614.5833333333333 741.4166666666667A666.7499999999999 666.7499999999999 0 0 1 669.1666666666666 1578.9166666666667L586.4999999999999 1723.6666666666667A833 833 0 0 0 1416.6666666666665 1721.6666666666667C1790.8333333333335 1505.6666666666667 1934.1666666666663 1043.1666666666667 1759.75 657.5000000000002L1871.5833333333333 593L1524.5 408.5000000000003L1510.75 801.3333333333335L1614.5833333333333 741.416666666667zM385.4166666666667 1258.5833333333335A666.7499999999999 666.7499999999999 0 0 1 1330.8333333333333 421.0833333333333L1413.5 276.3333333333331A833 833 0 0 0 583.3333333333333 278.3333333333335C209.1666666666666 494.3333333333333 65.8333333333333 956.8333333333331 240.25 1342.5L128.3333333333334 1406.9166666666667L475.4166666666666 1591.4166666666665L489.1666666666666 1198.5833333333333L385.3333333333334 1258.5zM1117.9166666666665 764.3333333333335L881.9999999999999 1000L646.3333333333334 764.3333333333335L528.5 882.1666666666667L882.0833333333334 1235.6666666666665L1117.8333333333333 1000L1353.583333333333 1235.6666666666665L1471.4166666666665 1117.8333333333335L1117.8333333333333 764.3333333333335z" />
+ <glyph glyph-name="exchange-line"
+ unicode="&#xEBD1;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM583.3333333333333 916.6666666666669H1333.3333333333333V750H1000V500L583.3333333333333 916.6666666666669zM1000 1250V1500L1416.6666666666665 1083.3333333333335H666.6666666666666V1250H1000z" />
+ <glyph glyph-name="eye-close-fill"
+ unicode="&#xEBD2;"
+ horiz-adv-x="2000" d="M844.1666666666666 679.8333333333333L778.5 434.8333333333335L617.5833333333334 478.0000000000002L683.1666666666666 722.9166666666667A915.6666666666666 915.6666666666666 0 0 0 413.4166666666667 878.9166666666667L234 699.4166666666667L116.0833333333334 817.3333333333335L295.5833333333333 996.7500000000002A913.0833333333333 913.0833333333333 0 0 0 98 1419.25L173 1433A1410.2499999999998 1410.2499999999998 0 0 1 1000 1166.6666666666667C1308.6666666666667 1166.6666666666667 1594.25 1265.4166666666667 1826.9999999999995 1433L1901.9999999999995 1419.3333333333335A913.0833333333333 913.0833333333333 0 0 0 1704.4999999999998 996.7500000000002L1883.9166666666663 817.3333333333335L1765.9999999999995 699.4166666666667L1586.583333333333 878.9166666666667A915.6666666666666 915.6666666666666 0 0 0 1316.833333333333 722.9166666666667L1382.4166666666665 477.9166666666667L1221.4999999999998 434.8333333333335L1155.833333333333 679.8333333333333A922.6666666666665 922.6666666666665 0 0 0 844.1666666666664 679.8333333333333z" />
+ <glyph glyph-name="eye-close-line"
+ unicode="&#xEBD3;"
+ horiz-adv-x="2000" d="M778.5 434.8333333333335L617.5833333333334 478.0000000000002L683.1666666666666 722.9166666666667A915.6666666666666 915.6666666666666 0 0 0 413.4166666666667 878.9166666666667L234 699.4166666666667L116.0833333333334 817.3333333333335L295.5833333333333 996.7500000000002A913.0833333333333 913.0833333333333 0 0 0 98 1419.25L262 1449.1666666666667C325.25 1099 631.5833333333333 833.3333333333335 1000 833.3333333333335C1368.3333333333335 833.3333333333335 1674.75 1099 1738 1449.1666666666665L1902 1419.3333333333335A913.0833333333333 913.0833333333333 0 0 0 1704.5 996.7500000000002L1883.9166666666663 817.3333333333335L1766 699.4166666666667L1586.5833333333333 878.9166666666667A915.6666666666666 915.6666666666666 0 0 0 1316.8333333333335 722.9166666666667L1382.4166666666667 477.9166666666667L1221.5 434.8333333333335L1155.8333333333333 679.8333333333333A922.6666666666665 922.6666666666665 0 0 0 844.1666666666666 679.8333333333333L778.5 434.8333333333335z" />
+ <glyph glyph-name="eye-fill"
+ unicode="&#xEBD4;"
+ horiz-adv-x="2000" d="M98.4166666666667 1000C176.75 1426.6666666666667 550.6666666666666 1750 1000 1750C1449.3333333333333 1750 1823.1666666666663 1426.6666666666667 1901.5833333333337 1000C1823.25 573.3333333333333 1449.3333333333335 250 1000.0000000000002 250C550.6666666666667 250 176.8333333333335 573.3333333333333 98.4166666666667 1000zM1000 583.3333333333335A416.6666666666667 416.6666666666667 0 1 1 1000 1416.6666666666667A416.6666666666667 416.6666666666667 0 0 1 1000 583.3333333333335zM1000 750A250 250 0 1 0 1000 1250A250 250 0 0 0 1000 750z" />
+ <glyph glyph-name="eye-line"
+ unicode="&#xEBD5;"
+ horiz-adv-x="2000" d="M1000 1750C1449.3333333333333 1750 1823.1666666666663 1426.6666666666667 1901.5833333333337 1000C1823.25 573.3333333333333 1449.3333333333335 250 1000.0000000000002 250C550.6666666666667 250 176.8333333333335 573.3333333333333 98.4166666666667 1000C176.75 1426.6666666666667 550.6666666666666 1750 1000 1750zM1000 416.6666666666668A750.4166666666666 750.4166666666666 0 0 1 1731.4166666666667 1000A750.4166666666666 750.4166666666666 0 0 1 268.5833333333336 1000A750.4166666666666 750.4166666666666 0 0 1 1000 416.6666666666668zM1000 625A374.99999999999994 374.99999999999994 0 1 0 1000 1375A374.99999999999994 374.99999999999994 0 0 0 1000 625zM1000 791.6666666666667A208.33333333333334 208.33333333333334 0 1 1 1000 1208.3333333333335A208.33333333333334 208.33333333333334 0 0 1 1000 791.6666666666667z" />
+ <glyph glyph-name="eye-off-fill"
+ unicode="&#xEBD6;"
+ horiz-adv-x="2000" d="M376.6666666666667 1505.5L116.0833333333333 1766L234 1883.9166666666667L1883.9166666666663 233.9166666666668L1766 116.0833333333333L1490.1666666666667 391.9166666666665A912.4166666666665 912.4166666666665 0 0 0 1000 250C550.6666666666666 250 176.8333333333333 573.3333333333333 98.4166666666666 1000A915.1666666666665 915.1666666666665 0 0 0 376.7499999999999 1505.5zM1229.75 652.3333333333333L1107.7499999999998 774.3333333333335A250 250 0 0 0 774.3333333333331 1107.75L652.3333333333334 1229.75A416.6666666666667 416.6666666666667 0 0 1 1229.75 652.3333333333333zM664.5 1686.6666666666667C768.4166666666666 1727.5 881.6666666666666 1750 1000 1750C1449.3333333333333 1750 1823.1666666666663 1426.6666666666667 1901.5833333333337 1000A912.2499999999998 912.2499999999998 0 0 0 1733.9166666666667 617.3333333333335L1412.2500000000002 939.0000000000002A416.6666666666667 416.6666666666667 0 0 1 938.9166666666669 1412.3333333333335L664.5 1686.5833333333333z" />
+ <glyph glyph-name="eye-off-line"
+ unicode="&#xEBD7;"
+ horiz-adv-x="2000" d="M1490.1666666666667 391.9166666666668A912.4166666666665 912.4166666666665 0 0 0 1000 250C550.6666666666666 250 176.8333333333333 573.3333333333333 98.4166666666666 1000A915.1666666666665 915.1666666666665 0 0 0 376.7499999999999 1505.5L116 1766L233.9166666666667 1883.9166666666667L1883.8333333333333 233.9166666666668L1765.9166666666665 116.0833333333333L1490.0833333333333 391.9166666666665zM494.5833333333333 1387.5A747.0833333333333 747.0833333333333 0 0 1 268.5833333333333 1000A750.4166666666666 750.4166666666666 0 0 1 1368.6666666666665 513.5L1199.6666666666665 682.5A374.99999999999994 374.99999999999994 0 0 0 682.4999999999999 1199.6666666666667L494.5833333333333 1387.5zM1076.1666666666665 806.0000000000002L806 1076.166666666667A208.33333333333334 208.33333333333334 0 0 1 1076.0833333333333 806.0833333333335zM1733.9166666666665 617.3333333333335L1614.6666666666663 736.5000000000002A744.5833333333333 744.5833333333333 0 0 1 1731.4166666666667 1000A750.4166666666666 750.4166666666666 0 0 1 795.9999999999999 1555.1666666666667L664.5 1686.6666666666667C768.4166666666666 1727.5 881.6666666666666 1750 1000 1750C1449.3333333333333 1750 1823.1666666666663 1426.6666666666667 1901.5833333333337 1000A912.2499999999998 912.2499999999998 0 0 0 1733.9166666666667 617.3333333333335zM976.9166666666666 1374.3333333333335A374.99999999999994 374.99999999999994 0 0 0 1374.333333333333 976.9166666666669L976.8333333333331 1374.3333333333335z" />
+ <glyph glyph-name="facebook-box-fill"
+ unicode="&#xEBD8;"
+ horiz-adv-x="2000" d="M1283.4999999999998 250V830.5000000000002H1477.9166666666665L1506.9999999999998 1056.166666666667H1283.4999999999998V1200.1666666666665C1283.4999999999998 1265.5 1301.6666666666665 1310.0833333333335 1395.3333333333333 1310.0833333333335H1514.8333333333333V1511.9166666666667A1599.1666666666665 1599.1666666666665 0 0 1 1340.6666666666667 1520.8333333333335C1168.4166666666667 1520.8333333333335 1050.5 1415.6666666666665 1050.5 1222.5V1056.1666666666665H855.6666666666666V830.5H1050.5V250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H1283.5z" />
+ <glyph glyph-name="facebook-box-line"
+ unicode="&#xEBD9;"
+ horiz-adv-x="2000" d="M1166.6666666666665 416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667V416.6666666666668H1000V833.3333333333335H833.3333333333333V1000H1000V1137.8333333333335C1000 1249.25 1011.6666666666666 1289.6666666666665 1033.3333333333333 1330.4166666666667A227.16666666666666 227.16666666666666 0 0 0 1128 1425C1159.8333333333333 1442.0833333333335 1199.4166666666665 1452.3333333333335 1268.5833333333333 1456.75C1296 1458.5 1331.5 1456.3333333333335 1375.083333333333 1450.0833333333335V1291.75H1333.3333333333333C1256.9166666666665 1291.75 1225.3333333333333 1288.1666666666667 1206.5 1278.0833333333335A60.58333333333332 60.58333333333332 0 0 1 1180.3333333333333 1251.9166666666665C1170.3333333333333 1233.0833333333333 1166.6666666666665 1214.4166666666667 1166.6666666666665 1137.9166666666665V1000H1375L1333.3333333333333 833.3333333333335H1166.6666666666665V416.6666666666668zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750z" />
+ <glyph glyph-name="facebook-fill"
+ unicode="&#xEBDA;"
+ horiz-adv-x="2000" d="M1166.6666666666665 875H1375L1458.3333333333333 1208.3333333333335H1166.6666666666665V1375C1166.6666666666665 1460.8333333333335 1166.6666666666665 1541.6666666666667 1333.3333333333333 1541.6666666666667H1458.3333333333333V1821.6666666666667C1431.1666666666665 1825.25 1328.5833333333333 1833.3333333333333 1220.25 1833.3333333333333C994 1833.3333333333333 833.3333333333333 1695.25 833.3333333333333 1441.6666666666665V1208.3333333333335H583.3333333333333V875H833.3333333333333V166.6666666666668H1166.6666666666665V875z" />
+ <glyph glyph-name="facebook-line"
+ unicode="&#xEBDB;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1250H1458.3333333333333L1416.6666666666665 1083.3333333333335H1083.3333333333333V333.3333333333335H916.6666666666666V1083.3333333333335H583.3333333333333V1250H916.6666666666666V1406C916.6666666666666 1554.5833333333333 932.1666666666666 1608.5 961.1666666666666 1662.8333333333333A302.91666666666663 302.91666666666663 0 0 0 1087.1666666666667 1788.8333333333333C1141.5 1817.8333333333333 1195.4166666666667 1833.3333333333333 1344 1833.3333333333333C1387.4999999999998 1833.3333333333333 1425.6666666666667 1829.1666666666667 1458.3333333333333 1820.8333333333333V1666.6666666666667H1344C1233.6666666666665 1666.6666666666667 1200.0833333333333 1660.1666666666667 1165.8333333333333 1641.8333333333335C1140.5 1628.3333333333335 1121.6666666666667 1609.5 1108.1666666666665 1584.1666666666667C1089.8333333333333 1549.9166666666667 1083.3333333333333 1516.3333333333333 1083.3333333333333 1406V1250z" />
+ <glyph glyph-name="feedback-fill"
+ unicode="&#xEBDC;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM916.6666666666666 916.6666666666669V750H1083.3333333333333V916.6666666666669H916.6666666666666zM916.6666666666666 1416.6666666666667V1000H1083.3333333333333V1416.6666666666667H916.6666666666666z" />
+ <glyph glyph-name="feedback-line"
+ unicode="&#xEBDD;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM333.3333333333333 467.9166666666665L480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667zM916.6666666666666 916.6666666666669H1083.3333333333333V750H916.6666666666666V916.6666666666669zM916.6666666666666 1416.6666666666667H1083.3333333333333V1000H916.6666666666666V1416.6666666666667z" />
+ <glyph glyph-name="file-2-fill"
+ unicode="&#xEBDE;"
+ horiz-adv-x="2000" d="M250 1250H750A83.33333333333333 83.33333333333333 0 0 1 833.3333333333333 1333.3333333333335V1833.3333333333333H1666.8333333333335C1712.75 1833.3333333333333 1750.0000000000002 1795.4166666666667 1750.0000000000002 1750.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.2500000000002 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 250.5833333333335V1250zM250 1416.6666666666667L666.6666666666666 1833.0833333333333V1416.6666666666667H250z" />
+ <glyph glyph-name="file-2-line"
+ unicode="&#xEBDF;"
+ horiz-adv-x="2000" d="M250 1333.3333333333335L750.25 1833.3333333333333H1666.4999999999998C1712.5 1833.3333333333333 1750 1795.4166666666667 1750 1750.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 250.5833333333335V1333.3333333333335zM833.3333333333333 1666.6666666666667V1250H416.6666666666667V333.3333333333335H1583.3333333333333V1666.6666666666667H833.3333333333333z" />
+ <glyph glyph-name="file-3-fill"
+ unicode="&#xEBE0;"
+ horiz-adv-x="2000" d="M1750 1250V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667C250 1795.4166666666667 287.25 1833.3333333333333 333.1666666666667 1833.3333333333333H1166.6666666666665V1333.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1250 1250H1750zM1750 1416.6666666666667H1333.3333333333333V1833.0833333333333L1750 1416.6666666666667z" />
+ <glyph glyph-name="file-3-line"
+ unicode="&#xEBE1;"
+ horiz-adv-x="2000" d="M1750 1333.3333333333335V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667C250 1795.4166666666667 287.4166666666667 1833.3333333333333 333.5 1833.3333333333333H1249.75L1750 1333.3333333333335zM1583.3333333333333 1250H1166.6666666666665V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1250z" />
+ <glyph glyph-name="file-4-fill"
+ unicode="&#xEBE2;"
+ horiz-adv-x="2000" d="M1750 750H1166.6666666666665V166.6666666666668H333.1666666666667C287.25 166.6666666666668 250 204.5833333333333 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1667.2499999999998A83.33333333333333 83.33333333333333 0 0 0 1750 1749.4166666666667V750zM1750 583.3333333333335L1333.3333333333333 166.9166666666668V583.3333333333335H1750z" />
+ <glyph glyph-name="file-4-line"
+ unicode="&#xEBE3;"
+ horiz-adv-x="2000" d="M1750 666.6666666666667L1249.75 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V666.6666666666667zM1583.3333333333333 750V1666.6666666666667H416.6666666666667V333.3333333333335H1166.6666666666665V750H1583.3333333333333z" />
+ <glyph glyph-name="file-add-fill"
+ unicode="&#xEBE4;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM916.6666666666666 1083.3333333333335H666.6666666666666V916.6666666666669H916.6666666666666V666.6666666666667H1083.3333333333333V916.6666666666669H1333.3333333333333V1083.3333333333335H1083.3333333333333V1333.3333333333335H916.6666666666666V1083.3333333333335z" />
+ <glyph glyph-name="file-add-line"
+ unicode="&#xEBE5;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM916.6666666666666 1083.3333333333335V1333.3333333333335H1083.3333333333333V1083.3333333333335H1333.3333333333333V916.6666666666669H1083.3333333333333V666.6666666666667H916.6666666666666V916.6666666666669H666.6666666666666V1083.3333333333335H916.6666666666666z" />
+ <glyph glyph-name="file-chart-2-fill"
+ unicode="&#xEBE6;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1000 1333.3333333333335A333.3333333333333 333.3333333333333 0 1 1 1333.3333333333333 1000H1000V1333.3333333333335z" />
+ <glyph glyph-name="file-chart-2-line"
+ unicode="&#xEBE7;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM1000 1333.3333333333335V1000H1333.3333333333333A333.3333333333333 333.3333333333333 0 1 0 1000 1333.3333333333335z" />
+ <glyph glyph-name="file-chart-fill"
+ unicode="&#xEBE8;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM916.6666666666666 1416.6666666666667V583.3333333333335H1083.3333333333333V1416.6666666666667H916.6666666666666zM1250 1083.3333333333335V583.3333333333335H1416.6666666666665V1083.3333333333335H1250zM583.3333333333333 916.6666666666669V583.3333333333335H750V916.6666666666669H583.3333333333333z" />
+ <glyph glyph-name="file-chart-line"
+ unicode="&#xEBE9;"
+ horiz-adv-x="2000" d="M916.6666666666666 1416.6666666666667H1083.3333333333333V583.3333333333335H916.6666666666666V1416.6666666666667zM1250 1083.3333333333335H1416.6666666666665V583.3333333333335H1250V1083.3333333333335zM583.3333333333333 916.6666666666669H750V583.3333333333335H583.3333333333333V916.6666666666669zM1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667z" />
+ <glyph glyph-name="file-code-fill"
+ unicode="&#xEBEA;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1471.4166666666665 1000L1176.6666666666665 1294.6666666666665L1058.9166666666667 1176.6666666666665L1235.6666666666665 1000L1058.9999999999998 823.25L1176.7499999999998 705.3333333333333L1471.4166666666665 1000zM528.5833333333333 1000L823.2499999999999 705.3333333333335L941.0833333333331 823.2500000000002L764.3333333333334 1000L941.0000000000002 1176.75L823.3333333333334 1294.6666666666665L528.5833333333333 1000z" />
+ <glyph glyph-name="file-code-line"
+ unicode="&#xEBEB;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM1471.4166666666665 1000L1176.75 705.3333333333335L1058.9166666666667 823.2500000000002L1235.6666666666665 1000L1058.9999999999998 1176.75L1176.7499999999998 1294.666666666667L1471.4166666666665 1000zM528.5833333333333 1000L823.3333333333334 1294.6666666666665L941.1666666666666 1176.75L764.3333333333334 1000L941.0000000000002 823.25L823.2500000000001 705.3333333333333L528.5833333333333 1000z" />
+ <glyph glyph-name="file-copy-2-fill"
+ unicode="&#xEBEC;"
+ horiz-adv-x="2000" d="M583.3333333333333 1500V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 500H1416.6666666666665V250C1416.6666666666665 204.0000000000002 1379.1666666666667 166.6666666666668 1332.75 166.6666666666668H333.9166666666667A83.41666666666664 83.41666666666664 0 0 0 250 250L250.25 1416.6666666666667C250.25 1462.6666666666665 287.75 1500 334.1666666666667 1500H583.3333333333333zM750 1500H1416.6666666666665V666.6666666666667H1583.3333333333333V1666.6666666666667H750V1500zM583.3333333333333 1083.3333333333335V916.6666666666669H1083.3333333333333V1083.3333333333335H583.3333333333333zM583.3333333333333 750V583.3333333333335H1083.3333333333333V750H583.3333333333333z" />
+ <glyph glyph-name="file-copy-2-line"
+ unicode="&#xEBED;"
+ horiz-adv-x="2000" d="M583.3333333333333 1500V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 500H1416.6666666666665V250C1416.6666666666665 204.0000000000002 1379.1666666666667 166.6666666666668 1332.75 166.6666666666668H333.9166666666667A83.41666666666664 83.41666666666664 0 0 0 250 250L250.25 1416.6666666666667C250.25 1462.6666666666665 287.75 1500 334.0833333333333 1500H583.3333333333333zM416.8333333333333 1333.3333333333335L416.6666666666667 333.3333333333335H1250V1333.3333333333335H416.8333333333333zM750 1500H1416.6666666666665V666.6666666666667H1583.3333333333333V1666.6666666666667H750V1500zM583.3333333333333 1083.3333333333335H1083.3333333333333V916.6666666666669H583.3333333333333V1083.3333333333335zM583.3333333333333 750H1083.3333333333333V583.3333333333335H583.3333333333333V750z" />
+ <glyph glyph-name="file-copy-fill"
+ unicode="&#xEBEE;"
+ horiz-adv-x="2000" d="M583.3333333333333 1500V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 500H1416.6666666666665V250C1416.6666666666665 204.0000000000002 1379.1666666666667 166.6666666666668 1332.75 166.6666666666668H333.9166666666667A83.41666666666664 83.41666666666664 0 0 0 250 250L250.25 1416.6666666666667C250.25 1462.6666666666665 287.75 1500 334.1666666666667 1500H583.3333333333333zM750 1500H1416.6666666666665V666.6666666666667H1583.3333333333333V1666.6666666666667H750V1500z" />
+ <glyph glyph-name="file-copy-line"
+ unicode="&#xEBEF;"
+ horiz-adv-x="2000" d="M583.3333333333333 1500V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 500H1416.6666666666665V250C1416.6666666666665 204.0000000000002 1379.1666666666667 166.6666666666668 1332.75 166.6666666666668H333.9166666666667A83.41666666666664 83.41666666666664 0 0 0 250 250L250.25 1416.6666666666667C250.25 1462.6666666666665 287.75 1500 334.1666666666667 1500H583.3333333333333zM416.9166666666667 1333.3333333333335L416.6666666666667 333.3333333333335H1250V1333.3333333333335H416.9166666666667zM750 1500H1416.6666666666665V666.6666666666667H1583.3333333333333V1666.6666666666667H750V1500z" />
+ <glyph glyph-name="file-damage-fill"
+ unicode="&#xEBF0;"
+ horiz-adv-x="2000" d="M250 833.3333333333335L583.3333333333333 625L833.3333333333333 916.6666666666669L1083.3333333333333 583.3333333333335L1250 791.6666666666667L1500 750L1250 1000L1083.3333333333333 791.6666666666667L833.3333333333333 1208.3333333333335L541.6666666666666 895.8333333333335L250 1166.6666666666667V1750.6666666666667C250 1795.4166666666667 287.25 1833.3333333333333 333.1666666666667 1833.3333333333333H1166.6666666666665V1333.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1250 1250H1750V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V833.3333333333335zM1750 1416.6666666666667H1333.3333333333333V1833.0833333333333L1750 1416.6666666666667z" />
+ <glyph glyph-name="file-damage-line"
+ unicode="&#xEBF1;"
+ horiz-adv-x="2000" d="M1583.3333333333333 1250H1166.6666666666665V1666.6666666666667H416.6666666666667V1011.9166666666669L541.6666666666666 895.8333333333335L833.3333333333333 1208.3333333333335L1083.3333333333333 791.6666666666667L1250 1000L1500 750L1250 791.6666666666667L1083.3333333333333 583.3333333333335L833.3333333333333 916.6666666666669L583.3333333333333 625L416.6666666666667 729.1666666666667V333.3333333333335H1583.3333333333333V1250zM1750 1333.3333333333335V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667C250 1795.4166666666667 287.4166666666667 1833.3333333333333 333.5 1833.3333333333333H1249.75L1750 1333.3333333333335z" />
+ <glyph glyph-name="file-download-fill"
+ unicode="&#xEBF2;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1083.3333333333333 1000V1333.3333333333335H916.6666666666666V1000H666.6666666666666L1000 666.6666666666667L1333.3333333333333 1000H1083.3333333333333z" />
+ <glyph glyph-name="file-download-line"
+ unicode="&#xEBF3;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1000H1333.3333333333333L1000 666.6666666666667L666.6666666666666 1000H916.6666666666666V1333.3333333333335H1083.3333333333333V1000zM1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667z" />
+ <glyph glyph-name="file-edit-fill"
+ unicode="&#xEBF4;"
+ horiz-adv-x="2000" d="M1750 729.75V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 250.5833333333335V1250H750A83.33333333333333 83.33333333333333 0 0 1 833.3333333333333 1333.3333333333335V1833.3333333333333H1666.8333333333335C1712.75 1833.3333333333333 1750.0000000000002 1795.4166666666667 1750.0000000000002 1750.6666666666667V1436.9166666666667L1000.0833333333334 686.9166666666667L999.5833333333334 333.75L1353.416666666667 333.25L1750 729.75zM1814.8333333333333 1266L1932.6666666666663 1148.1666666666667L1284.5 500L1166.4999999999998 500.1666666666667L1166.6666666666665 617.8333333333333L1814.8333333333333 1265.9999999999998zM250 1416.6666666666667L666.6666666666666 1833.0833333333333V1416.6666666666667H250z" />
+ <glyph glyph-name="file-edit-line"
+ unicode="&#xEBF5;"
+ horiz-adv-x="2000" d="M1750 1436.9166666666667L1583.3333333333333 1270.25V1666.6666666666667H833.3333333333333V1250H416.6666666666667V333.3333333333335H1583.3333333333333V563.0833333333335L1750 729.7500000000002V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 250.5833333333335V1333.3333333333335L750.25 1833.3333333333333H1666.4999999999998C1712.5 1833.3333333333333 1750 1795.4166666666667 1750 1750.6666666666667V1436.9166666666667zM1814.8333333333333 1266.0833333333335L1932.6666666666663 1148.166666666667L1284.5 500L1166.4999999999998 500.1666666666667L1166.6666666666665 617.8333333333333L1814.8333333333333 1265.9999999999998z" />
+ <glyph glyph-name="file-excel-2-fill"
+ unicode="&#xEBF6;"
+ horiz-adv-x="2000" d="M238.25 1760.25L1285.75 1909.8333333333333A41.666666666666664 41.666666666666664 0 0 0 1333.3333333333333 1868.5833333333333V131.4166666666665A41.666666666666664 41.666666666666664 0 0 0 1285.8333333333333 90.1666666666665L238.1666666666667 239.75A83.33333333333333 83.33333333333333 0 0 0 166.5833333333334 322.2499999999998V1677.75A83.33333333333333 83.33333333333333 0 0 0 238.1666666666667 1760.25zM1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1416.6666666666665V1750zM849.9999999999999 1000L1083.3333333333333 1333.3333333333335H883.3333333333333L750 1142.8333333333335L616.6666666666666 1333.3333333333335H416.6666666666667L650 1000L416.6666666666667 666.6666666666667H616.6666666666666L750 857.1666666666667L883.3333333333333 666.6666666666667H1083.3333333333333L849.9999999999999 1000z" />
+ <glyph glyph-name="file-excel-2-line"
+ unicode="&#xEBF7;"
+ horiz-adv-x="2000" d="M238.25 1760.25L1285.75 1909.8333333333333A41.666666666666664 41.666666666666664 0 0 0 1333.3333333333333 1868.5833333333333V131.4166666666665A41.666666666666664 41.666666666666664 0 0 0 1285.8333333333333 90.1666666666665L238.1666666666667 239.75A83.33333333333333 83.33333333333333 0 0 0 166.5833333333334 322.2499999999998V1677.75A83.33333333333333 83.33333333333333 0 0 0 238.1666666666667 1760.25zM333.3333333333333 1605.4166666666667V394.5833333333335L1166.6666666666665 275.5000000000003V1724.5L333.3333333333333 1605.4166666666667zM1416.6666666666665 416.6666666666668H1666.6666666666665V1583.3333333333335H1416.6666666666665V1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1416.6666666666665V416.6666666666668zM849.9999999999999 1000L1083.3333333333333 666.6666666666667H883.3333333333333L750 857.1666666666667L616.6666666666666 666.6666666666667H416.6666666666667L650 1000L416.6666666666667 1333.3333333333335H616.6666666666666L750 1142.8333333333335L883.3333333333333 1333.3333333333335H1083.3333333333333L849.9999999999999 1000z" />
+ <glyph glyph-name="file-excel-fill"
+ unicode="&#xEBF8;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1099.9999999999998 1000L1333.3333333333333 1333.3333333333335H1133.3333333333333L1000 1142.8333333333335L866.6666666666666 1333.3333333333335H666.6666666666666L900 1000L666.6666666666666 666.6666666666667H866.6666666666666L1000 857.1666666666667L1133.3333333333333 666.6666666666667H1333.3333333333333L1099.9999999999998 1000z" />
+ <glyph glyph-name="file-excel-line"
+ unicode="&#xEBF9;"
+ horiz-adv-x="2000" d="M1099.9999999999998 1000L1333.3333333333333 666.6666666666667H1133.3333333333333L1000 857.1666666666667L866.6666666666666 666.6666666666667H666.6666666666666L900 1000L666.6666666666666 1333.3333333333335H866.6666666666666L1000 1142.8333333333335L1133.3333333333333 1333.3333333333335H1250V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1333.3333333333333L1099.9999999999998 1000zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667z" />
+ <glyph glyph-name="file-fill"
+ unicode="&#xEBFA;"
+ horiz-adv-x="2000" d="M250 1333.3333333333335L750.25 1833.3333333333333H1666.4999999999998C1712.5 1833.3333333333333 1750 1795.4166666666667 1750 1750.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 250.5833333333335V1333.3333333333335zM833.3333333333333 1708.3333333333335L375 1250H833.3333333333333V1708.3333333333335z" />
+ <glyph glyph-name="file-forbid-fill"
+ unicode="&#xEBFB;"
+ horiz-adv-x="2000" d="M1750 1027.1666666666667A583.3333333333334 583.3333333333334 0 0 1 1021.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V1027.1666666666667zM1500 83.3333333333335A416.6666666666667 416.6666666666667 0 1 0 1500 916.6666666666669A416.6666666666667 416.6666666666667 0 0 0 1500 83.3333333333335zM1392.25 274.3333333333335A250 250 0 0 1 1725.6666666666667 607.7500000000002L1392.25 274.416666666667zM1274.3333333333335 392.2500000000003L1607.7500000000002 725.5833333333335A250 250 0 0 1 1274.3333333333335 392.1666666666668z" />
+ <glyph glyph-name="file-forbid-line"
+ unicode="&#xEBFC;"
+ horiz-adv-x="2000" d="M940.8333333333331 333.3333333333335C958.7499999999998 273.1666666666668 986.0833333333331 217 1021.2499999999998 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V1027.1666666666667A579.1666666666666 579.1666666666666 0 0 1 1583.3333333333333 1077.4166666666667V1333.3333333333335H1250V1666.6666666666667H416.6666666666667V333.3333333333335H940.8333333333331zM1500 83.3333333333335A416.6666666666667 416.6666666666667 0 1 0 1500 916.6666666666669A416.6666666666667 416.6666666666667 0 0 0 1500 83.3333333333335zM1392.25 274.3333333333335A250 250 0 0 1 1725.6666666666667 607.7500000000002L1392.25 274.416666666667zM1274.3333333333335 392.2500000000003L1607.7500000000002 725.5833333333335A250 250 0 0 1 1274.3333333333335 392.1666666666668z" />
+ <glyph glyph-name="file-info-fill"
+ unicode="&#xEBFD;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM916.6666666666666 1416.6666666666667V1250H1083.3333333333333V1416.6666666666667H916.6666666666666zM916.6666666666666 1083.3333333333335V583.3333333333335H1083.3333333333333V1083.3333333333335H916.6666666666666z" />
+ <glyph glyph-name="file-info-line"
+ unicode="&#xEBFE;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM916.6666666666666 1083.3333333333335H1083.3333333333333V583.3333333333335H916.6666666666666V1083.3333333333335zM916.6666666666666 1416.6666666666667H1083.3333333333333V1250H916.6666666666666V1416.6666666666667z" />
+ <glyph glyph-name="file-line"
+ unicode="&#xEBFF;"
+ horiz-adv-x="2000" d="M750 1833.0833333333333V1833.3333333333333H1666.4999999999998C1712.5 1833.3333333333333 1750 1795.4166666666667 1750 1750.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 250.5833333333335V1333.3333333333335L750 1833.0833333333333zM485.8333333333333 1333.3333333333335H750V1597.5L485.8333333333333 1333.3333333333335zM916.6666666666666 1666.6666666666667V1250A83.33333333333333 83.33333333333333 0 0 0 833.3333333333333 1166.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1666.6666666666667H916.6666666666666z" />
+ <glyph glyph-name="file-list-2-fill"
+ unicode="&#xEC00;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM666.6666666666666 1416.6666666666667V1250H1333.3333333333333V1416.6666666666667H666.6666666666666zM666.6666666666666 1083.3333333333335V916.6666666666669H1333.3333333333333V1083.3333333333335H666.6666666666666zM666.6666666666666 750V583.3333333333335H1083.3333333333333V750H666.6666666666666z" />
+ <glyph glyph-name="file-list-2-line"
+ unicode="&#xEC01;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333zM666.6666666666666 1416.6666666666667H1333.3333333333333V1250H666.6666666666666V1416.6666666666667zM666.6666666666666 1083.3333333333335H1333.3333333333333V916.6666666666669H666.6666666666666V1083.3333333333335zM666.6666666666666 750H1083.3333333333333V583.3333333333335H666.6666666666666V750z" />
+ <glyph glyph-name="file-list-3-fill"
+ unicode="&#xEC02;"
+ horiz-adv-x="2000" d="M1583.3333333333333 166.6666666666668H416.6666666666667A250 250 0 0 0 166.6666666666667 416.6666666666668V1750A83.33333333333333 83.33333333333333 0 0 0 250 1833.3333333333333H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1750V750H1833.3333333333333V416.6666666666668A250 250 0 0 0 1583.3333333333333 166.6666666666668zM1500 583.3333333333335V416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 416.6666666666668V583.3333333333335H1500zM500 1416.6666666666667V1250H1166.6666666666665V1416.6666666666667H500zM500 1083.3333333333335V916.6666666666669H1166.6666666666665V1083.3333333333335H500zM500 750V583.3333333333335H916.6666666666666V750H500z" />
+ <glyph glyph-name="file-list-3-line"
+ unicode="&#xEC03;"
+ horiz-adv-x="2000" d="M1583.3333333333333 166.6666666666668H416.6666666666667A250 250 0 0 0 166.6666666666667 416.6666666666668V1750A83.33333333333333 83.33333333333333 0 0 0 250 1833.3333333333333H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1750V750H1833.3333333333333V416.6666666666668A250 250 0 0 0 1583.3333333333333 166.6666666666668zM1500 583.3333333333335V416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 416.6666666666668V583.3333333333335H1500zM1333.3333333333333 333.3333333333335V1666.6666666666667H333.3333333333333V416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 333.3333333333335H1333.3333333333333zM500 1416.6666666666667H1166.6666666666665V1250H500V1416.6666666666667zM500 1083.3333333333335H1166.6666666666665V916.6666666666669H500V1083.3333333333335zM500 750H916.6666666666666V583.3333333333335H500V750z" />
+ <glyph glyph-name="file-list-fill"
+ unicode="&#xEC04;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM666.6666666666666 1416.6666666666667V1250H1333.3333333333333V1416.6666666666667H666.6666666666666zM666.6666666666666 1083.3333333333335V916.6666666666669H1333.3333333333333V1083.3333333333335H666.6666666666666zM666.6666666666666 750V583.3333333333335H1333.3333333333333V750H666.6666666666666z" />
+ <glyph glyph-name="file-list-line"
+ unicode="&#xEC05;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333zM666.6666666666666 1416.6666666666667H1333.3333333333333V1250H666.6666666666666V1416.6666666666667zM666.6666666666666 1083.3333333333335H1333.3333333333333V916.6666666666669H666.6666666666666V1083.3333333333335zM666.6666666666666 750H1333.3333333333333V583.3333333333335H666.6666666666666V750z" />
+ <glyph glyph-name="file-lock-fill"
+ unicode="&#xEC06;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1250 1083.3333333333335V1166.6666666666667A250 250 0 0 1 750 1166.6666666666667V1083.3333333333335H666.6666666666666V666.6666666666667H1333.3333333333333V1083.3333333333335H1250zM1083.3333333333333 1083.3333333333335H916.6666666666666V1166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 1166.6666666666667V1083.3333333333335z" />
+ <glyph glyph-name="file-lock-line"
+ unicode="&#xEC07;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM1250 1083.3333333333335H1333.3333333333333V666.6666666666667H666.6666666666666V1083.3333333333335H750V1166.6666666666667A250 250 0 0 0 1250 1166.6666666666667V1083.3333333333335zM1083.3333333333333 1083.3333333333335V1166.6666666666667A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 1166.6666666666667V1083.3333333333335H1083.3333333333333z" />
+ <glyph glyph-name="file-mark-fill"
+ unicode="&#xEC08;"
+ horiz-adv-x="2000" d="M1750 1750.6666666666667V249.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667A83.33333333333333 83.33333333333333 0 0 0 332.75 1833.3333333333333H1667.2499999999998C1712.9166666666665 1833.3333333333333 1749.9999999999995 1796.3333333333333 1749.9999999999995 1750.6666666666667zM583.3333333333333 1666.6666666666667V916.6666666666669L875 1083.3333333333335L1166.6666666666665 916.6666666666669V1666.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="file-mark-line"
+ unicode="&#xEC09;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM583.3333333333333 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1666.6666666666667H1166.6666666666665V916.6666666666669L875 1083.3333333333335L583.3333333333333 916.6666666666669V1666.6666666666667z" />
+ <glyph glyph-name="file-music-fill"
+ unicode="&#xEC0A;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM916.6666666666666 995.8333333333334A208.33333333333334 208.33333333333334 0 1 1 1083.3333333333333 791.6666666666667V1166.6666666666667H1333.3333333333333V1333.3333333333335H916.6666666666666V995.8333333333334z" />
+ <glyph glyph-name="file-music-line"
+ unicode="&#xEC0B;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1333.3333333333335V1166.6666666666667H1083.3333333333333V791.6666666666667A208.33333333333334 208.33333333333334 0 1 0 916.6666666666666 995.8333333333334V1333.3333333333335H1250V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1333.3333333333333zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667z" />
+ <glyph glyph-name="file-paper-fill"
+ unicode="&#xEC0C;"
+ horiz-adv-x="2000" d="M250 750V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V416.6666666666668A250 250 0 0 0 1500 166.6666666666668H333.3333333333333A250 250 0 0 0 83.3333333333333 416.6666666666668V583.3333333333335H1416.6666666666665V416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1583.3333333333333 416.6666666666668V750H250z" />
+ <glyph glyph-name="file-paper-line"
+ unicode="&#xEC0D;"
+ horiz-adv-x="2000" d="M1416.6666666666665 583.3333333333335V416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1583.3333333333333 416.6666666666668V1666.6666666666667H416.6666666666667V750H250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V416.6666666666668A250 250 0 0 0 1500 166.6666666666668H333.3333333333333A250 250 0 0 0 83.3333333333333 416.6666666666668V583.3333333333335H1416.6666666666665z" />
+ <glyph glyph-name="file-pdf-fill"
+ unicode="&#xEC0E;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1000 666.6666666666667A333.3333333333333 333.3333333333333 0 1 1 1000 1333.3333333333335H666.6666666666666V666.6666666666667H1000zM833.3333333333333 1166.6666666666667H1000A166.66666666666666 166.66666666666666 0 1 0 1000 833.3333333333335H833.3333333333333V1166.6666666666667z" />
+ <glyph glyph-name="file-pdf-line"
+ unicode="&#xEC0F;"
+ horiz-adv-x="2000" d="M1000 666.6666666666667H666.6666666666666V1333.3333333333335H1000A333.3333333333333 333.3333333333333 0 1 0 1000 666.6666666666667zM833.3333333333333 1166.6666666666667V833.3333333333335H1000A166.66666666666666 166.66666666666666 0 1 1 1000 1166.6666666666667H833.3333333333333zM1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667z" />
+ <glyph glyph-name="file-ppt-2-fill"
+ unicode="&#xEC10;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1416.6666666666665V1750zM238.25 1760.25L1285.75 1909.8333333333333A41.666666666666664 41.666666666666664 0 0 0 1333.3333333333333 1868.5833333333333V131.4166666666665A41.666666666666664 41.666666666666664 0 0 0 1285.8333333333333 90.1666666666665L238.1666666666667 239.75A83.33333333333333 83.33333333333333 0 0 0 166.5833333333334 322.2499999999998V1677.75A83.33333333333333 83.33333333333333 0 0 0 238.1666666666667 1760.25zM416.6666666666667 1333.3333333333335V666.6666666666667H583.3333333333333V833.3333333333335H1083.3333333333333V1333.3333333333335H416.6666666666667zM583.3333333333333 1166.6666666666667H916.6666666666666V1000H583.3333333333333V1166.6666666666667z" />
+ <glyph glyph-name="file-ppt-2-line"
+ unicode="&#xEC11;"
+ horiz-adv-x="2000" d="M238.25 1760.25L1285.75 1909.8333333333333A41.666666666666664 41.666666666666664 0 0 0 1333.3333333333333 1868.5833333333333V131.4166666666665A41.666666666666664 41.666666666666664 0 0 0 1285.8333333333333 90.1666666666665L238.1666666666667 239.75A83.33333333333333 83.33333333333333 0 0 0 166.5833333333334 322.2499999999998V1677.75A83.33333333333333 83.33333333333333 0 0 0 238.1666666666667 1760.25zM333.3333333333333 1605.4166666666667V394.5833333333335L1166.6666666666665 275.5000000000003V1724.5L333.3333333333333 1605.4166666666667zM1416.6666666666665 416.6666666666668H1666.6666666666665V1583.3333333333335H1416.6666666666665V1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1416.6666666666665V416.6666666666668zM416.6666666666667 1333.3333333333335H1083.3333333333333V833.3333333333335H583.3333333333333V666.6666666666667H416.6666666666667V1333.3333333333335zM583.3333333333333 1166.6666666666667V1000H916.6666666666666V1166.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="file-ppt-fill"
+ unicode="&#xEC12;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM666.6666666666666 1333.3333333333335V666.6666666666667H833.3333333333333V833.3333333333335H1333.3333333333333V1333.3333333333335H666.6666666666666zM833.3333333333333 1166.6666666666667H1166.6666666666665V1000H833.3333333333333V1166.6666666666667z" />
+ <glyph glyph-name="file-ppt-line"
+ unicode="&#xEC13;"
+ horiz-adv-x="2000" d="M250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM416.6666666666667 1666.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1333.3333333333333V833.3333333333335H833.3333333333333V666.6666666666667H666.6666666666666V1333.3333333333335H1250V1666.6666666666667H416.6666666666667zM833.3333333333333 1166.6666666666667V1000H1166.6666666666665V1166.6666666666667H833.3333333333333z" />
+ <glyph glyph-name="file-reduce-fill"
+ unicode="&#xEC14;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM666.6666666666666 1083.3333333333335V916.6666666666669H1333.3333333333333V1083.3333333333335H666.6666666666666z" />
+ <glyph glyph-name="file-reduce-line"
+ unicode="&#xEC15;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM1333.3333333333333 1083.3333333333335V916.6666666666669H666.6666666666666V1083.3333333333335H1333.3333333333333z" />
+ <glyph glyph-name="file-search-fill"
+ unicode="&#xEC16;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1127.4166666666665 796.1666666666667L1311.5833333333333 612.0000000000002L1429.5 729.7500000000002L1245.3333333333333 913.916666666667A333.49999999999994 333.49999999999994 0 0 1 722.3333333333333 1319.0000000000005A333.3333333333333 333.3333333333333 0 0 1 1127.4166666666665 796.166666666667zM1075.9166666666665 965.5A166.66666666666666 166.66666666666666 0 1 0 840.25 1201.1666666666667A166.66666666666666 166.66666666666666 0 0 0 1075.9166666666665 965.5z" />
+ <glyph glyph-name="file-search-line"
+ unicode="&#xEC17;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM1127.4166666666665 796.1666666666665A333.49999999999994 333.49999999999994 0 0 0 722.4166666666666 1319A333.3333333333333 333.3333333333333 0 0 0 1245.25 914L1429.4166666666667 729.8333333333333L1311.5833333333335 611.9166666666667L1127.416666666667 796.0833333333335zM1075.9166666666665 965.5A166.66666666666666 166.66666666666666 0 1 1 840.25 1201.1666666666665A166.66666666666666 166.66666666666666 0 0 1 1075.9166666666665 965.5z" />
+ <glyph glyph-name="file-settings-fill"
+ unicode="&#xEC18;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM716.25 932.3333333333334L633.5833333333334 884.6666666666667L716.9166666666667 740.3333333333335L799.5833333333335 788.0833333333337C832.3333333333336 757.0833333333337 872.3333333333335 733.5833333333337 916.6666666666669 720.416666666667V625H1083.3333333333335V720.4166666666667A291.3333333333333 291.3333333333333 0 0 1 1200.4166666666667 788.0833333333333L1283.0833333333335 740.3333333333333L1366.4166666666667 884.6666666666665L1283.75 932.4166666666666A292.49999999999994 292.49999999999994 0 0 1 1283.75 1067.5833333333333L1366.4166666666667 1115.3333333333333L1283.0833333333335 1259.6666666666665L1200.4166666666667 1211.9166666666665A291.3333333333333 291.3333333333333 0 0 1 1083.3333333333333 1279.5833333333335V1375H916.6666666666666V1279.5833333333335A291.3333333333333 291.3333333333333 0 0 1 799.5833333333334 1211.9166666666667L716.9166666666667 1259.666666666667L633.5833333333334 1115.3333333333335L716.2500000000001 1067.5833333333335A292.49999999999994 292.49999999999994 0 0 1 716.2500000000001 932.3333333333334zM1000 875A125 125 0 1 0 1000 1125A125 125 0 0 0 1000 875z" />
+ <glyph glyph-name="file-settings-line"
+ unicode="&#xEC19;"
+ horiz-adv-x="2000" d="M716.25 932.3333333333334A292.49999999999994 292.49999999999994 0 0 0 716.25 1067.5833333333335L633.5833333333334 1115.3333333333335L716.9166666666667 1259.6666666666665L799.5833333333335 1211.9166666666665A291.3333333333333 291.3333333333333 0 0 0 916.6666666666666 1279.5833333333335V1375H1083.3333333333333V1279.5833333333335C1127.6666666666665 1266.4166666666667 1167.6666666666667 1242.9166666666667 1200.4166666666665 1211.9166666666667L1283.083333333333 1259.666666666667L1366.4166666666665 1115.3333333333335L1283.7499999999998 1067.5833333333335A292.49999999999994 292.49999999999994 0 0 0 1283.7499999999998 932.416666666667L1366.4166666666665 884.6666666666667L1283.083333333333 740.3333333333335L1200.4166666666663 788.0833333333337A291.3333333333333 291.3333333333333 0 0 0 1083.333333333333 720.416666666667V625H916.6666666666666V720.4166666666667A291.3333333333333 291.3333333333333 0 0 0 799.5833333333331 788.0833333333333L716.9166666666664 740.3333333333333L633.5833333333331 884.6666666666665L716.2499999999999 932.3333333333331zM1000 875A125 125 0 1 1 1000 1125A125 125 0 0 1 1000 875zM1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667z" />
+ <glyph glyph-name="file-shred-fill"
+ unicode="&#xEC1A;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1000V833.3333333333335H166.6666666666667V1000H333.3333333333333V1750.4166666666667C333.3333333333333 1796.25 370.4166666666667 1833.3333333333333 416.3333333333334 1833.3333333333333H1250L1666.6666666666665 1416.6666666666667V1000H1833.3333333333333zM250 666.6666666666667H416.6666666666667V166.6666666666668H250V666.6666666666667zM1583.3333333333333 666.6666666666667H1750V166.6666666666668H1583.3333333333333V666.6666666666667zM1250 666.6666666666667H1416.6666666666665V166.6666666666668H1250V666.6666666666667zM916.6666666666666 666.6666666666667H1083.3333333333333V166.6666666666668H916.6666666666666V666.6666666666667zM583.3333333333333 666.6666666666667H750V166.6666666666668H583.3333333333333V666.6666666666667z" />
+ <glyph glyph-name="file-shred-line"
+ unicode="&#xEC1B;"
+ horiz-adv-x="2000" d="M500 1000H1500V1333.3333333333335H1166.6666666666665V1666.6666666666667H500V1000zM333.3333333333333 1000V1750.4166666666667C333.3333333333333 1796.25 370.4166666666667 1833.3333333333333 416.3333333333334 1833.3333333333333H1250L1666.6666666666665 1416.6666666666667V1000H1833.3333333333333V833.3333333333335H166.6666666666667V1000H333.3333333333333zM250 666.6666666666667H416.6666666666667V166.6666666666668H250V666.6666666666667zM1583.3333333333333 666.6666666666667H1750V166.6666666666668H1583.3333333333333V666.6666666666667zM1250 666.6666666666667H1416.6666666666665V166.6666666666668H1250V666.6666666666667zM916.6666666666666 666.6666666666667H1083.3333333333333V166.6666666666668H916.6666666666666V666.6666666666667zM583.3333333333333 666.6666666666667H750V166.6666666666668H583.3333333333333V666.6666666666667z" />
+ <glyph glyph-name="file-text-fill"
+ unicode="&#xEC1C;"
+ horiz-adv-x="2000" d="M1750 1250V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667C250 1795.4166666666667 287.25 1833.3333333333333 333.1666666666667 1833.3333333333333H1166.6666666666665V1333.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1250 1250H1750zM1750 1416.6666666666667H1333.3333333333333V1833.0833333333333L1750 1416.6666666666667zM666.6666666666666 1416.6666666666667V1250H916.6666666666666V1416.6666666666667H666.6666666666666zM666.6666666666666 1083.3333333333335V916.6666666666669H1333.3333333333333V1083.3333333333335H666.6666666666666zM666.6666666666666 750V583.3333333333335H1333.3333333333333V750H666.6666666666666z" />
+ <glyph glyph-name="file-text-line"
+ unicode="&#xEC1D;"
+ horiz-adv-x="2000" d="M1750 1333.3333333333335V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667C250 1795.4166666666667 287.4166666666667 1833.3333333333333 333.5 1833.3333333333333H1249.75L1750 1333.3333333333335zM1583.3333333333333 1250H1166.6666666666665V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1250zM666.6666666666666 1416.6666666666667H916.6666666666666V1250H666.6666666666666V1416.6666666666667zM666.6666666666666 1083.3333333333335H1333.3333333333333V916.6666666666669H666.6666666666666V1083.3333333333335zM666.6666666666666 750H1333.3333333333333V583.3333333333335H666.6666666666666V750z" />
+ <glyph glyph-name="file-transfer-fill"
+ unicode="&#xEC1E;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1000 1083.3333333333335H666.6666666666666V916.6666666666669H1000V666.6666666666667L1333.3333333333333 1000L1000 1333.3333333333335V1083.3333333333335z" />
+ <glyph glyph-name="file-transfer-line"
+ unicode="&#xEC1F;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM1000 1083.3333333333335V1333.3333333333335L1333.3333333333333 1000L1000 666.6666666666667V916.6666666666669H666.6666666666666V1083.3333333333335H1000z" />
+ <glyph glyph-name="file-unknow-fill"
+ unicode="&#xEC20;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM916.6666666666666 750V583.3333333333335H1083.3333333333333V750H916.6666666666666zM1083.3333333333333 887.0833333333333A291.83333333333326 291.83333333333326 0 0 1 1000 1458.3333333333335A291.74999999999994 291.74999999999994 0 0 1 713.9166666666666 1223.9166666666665L877.4166666666666 1191.1666666666665A125 125 0 1 0 1000 1041.6666666666667A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 958.3333333333334V833.3333333333335H1083.3333333333333V887.0833333333333z" />
+ <glyph glyph-name="file-unknow-line"
+ unicode="&#xEC21;"
+ horiz-adv-x="2000" d="M916.6666666666666 750H1083.3333333333333V583.3333333333335H916.6666666666666V750zM1083.3333333333333 887.0833333333333V833.3333333333335H916.6666666666666V958.3333333333334A83.33333333333333 83.33333333333333 0 0 0 1000 1041.6666666666667A125 125 0 1 1 877.4166666666666 1191.1666666666667L713.9166666666666 1223.916666666667A291.74999999999994 291.74999999999994 0 1 0 1083.3333333333333 887.0833333333333zM1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667z" />
+ <glyph glyph-name="file-upload-fill"
+ unicode="&#xEC22;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1083.3333333333333 1000H1333.3333333333333L1000 1333.3333333333335L666.6666666666666 1000H916.6666666666666V666.6666666666667H1083.3333333333333V1000z" />
+ <glyph glyph-name="file-upload-line"
+ unicode="&#xEC23;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM1083.3333333333333 1000V666.6666666666667H916.6666666666666V1000H666.6666666666666L1000 1333.3333333333335L1333.3333333333333 1000H1083.3333333333333z" />
+ <glyph glyph-name="file-user-fill"
+ unicode="&#xEC24;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1000 1041.6666666666667A208.33333333333334 208.33333333333334 0 1 1 1000 1458.3333333333335A208.33333333333334 208.33333333333334 0 0 1 1000 1041.6666666666667zM627.25 583.3333333333335H1372.7499999999998A374.99999999999994 374.99999999999994 0 0 1 627.2499999999999 583.3333333333335z" />
+ <glyph glyph-name="file-user-line"
+ unicode="&#xEC25;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM1000 1041.6666666666667A208.33333333333334 208.33333333333334 0 1 0 1000 1458.3333333333335A208.33333333333334 208.33333333333334 0 0 0 1000 1041.6666666666667zM627.25 583.3333333333335A374.99999999999994 374.99999999999994 0 0 0 1372.7499999999998 583.3333333333335H627.25z" />
+ <glyph glyph-name="file-warning-fill"
+ unicode="&#xEC26;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM916.6666666666666 750V583.3333333333335H1083.3333333333333V750H916.6666666666666zM916.6666666666666 1416.6666666666667V916.6666666666669H1083.3333333333333V1416.6666666666667H916.6666666666666z" />
+ <glyph glyph-name="file-warning-line"
+ unicode="&#xEC27;"
+ horiz-adv-x="2000" d="M1250 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1250V1666.6666666666667zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667zM916.6666666666666 750H1083.3333333333333V583.3333333333335H916.6666666666666V750zM916.6666666666666 1416.6666666666667H1083.3333333333333V916.6666666666669H916.6666666666666V1416.6666666666667z" />
+ <glyph glyph-name="file-word-2-fill"
+ unicode="&#xEC28;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1416.6666666666665V1750zM238.25 1760.25L1285.75 1909.8333333333333A41.666666666666664 41.666666666666664 0 0 0 1333.3333333333333 1868.5833333333333V131.4166666666665A41.666666666666664 41.666666666666664 0 0 0 1285.8333333333333 90.1666666666665L238.1666666666667 239.75A83.33333333333333 83.33333333333333 0 0 0 166.5833333333334 322.2499999999998V1677.75A83.33333333333333 83.33333333333333 0 0 0 238.1666666666667 1760.25zM916.6666666666666 1333.3333333333335V917.5833333333331L750 1083.3333333333335L584.1666666666666 916.6666666666669L583.3333333333333 1333.3333333333335H416.6666666666667V666.6666666666667H583.3333333333333L750 833.3333333333335L916.6666666666666 666.6666666666667H1083.3333333333333V1333.3333333333335H916.6666666666666z" />
+ <glyph glyph-name="file-word-2-line"
+ unicode="&#xEC29;"
+ horiz-adv-x="2000" d="M1416.6666666666665 416.6666666666668H1666.6666666666665V1583.3333333333335H1416.6666666666665V1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1416.6666666666665V416.6666666666668zM238.25 1760.25L1285.75 1909.8333333333333A41.666666666666664 41.666666666666664 0 0 0 1333.3333333333333 1868.5833333333333V131.4166666666665A41.666666666666664 41.666666666666664 0 0 0 1285.8333333333333 90.1666666666665L238.1666666666667 239.75A83.33333333333333 83.33333333333333 0 0 0 166.5833333333334 322.2499999999998V1677.75A83.33333333333333 83.33333333333333 0 0 0 238.1666666666667 1760.25zM333.3333333333333 1605.4166666666667V394.5833333333335L1166.6666666666665 275.5000000000003V1724.5L333.3333333333333 1605.4166666666667zM916.6666666666666 1333.3333333333335H1083.3333333333333V666.6666666666667H916.6666666666666L750 833.3333333333335L583.3333333333333 666.6666666666667H416.6666666666667V1333.3333333333335H583.3333333333333L584.1666666666666 916.6666666666669L750 1083.3333333333335L916.6666666666666 917.5833333333331V1333.3333333333335z" />
+ <glyph glyph-name="file-word-fill"
+ unicode="&#xEC2A;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1833.3333333333333L1750 1416.6666666666667V249.3333333333335A82.74999999999999 82.74999999999999 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667C250 1796.3333333333333 287.0833333333333 1833.3333333333333 332.75 1833.3333333333333H1333.3333333333333zM1166.6666666666665 1333.3333333333335V917.5833333333331L1000 1083.3333333333335L834.1666666666666 916.6666666666669L833.3333333333333 1333.3333333333335H666.6666666666666V666.6666666666667H833.3333333333333L1000 833.3333333333335L1166.6666666666665 666.6666666666667H1333.3333333333333V1333.3333333333335H1166.6666666666665z" />
+ <glyph glyph-name="file-word-line"
+ unicode="&#xEC2B;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1333.3333333333335V666.6666666666667H1166.6666666666665L1000 833.3333333333335L833.3333333333333 666.6666666666667H666.6666666666666V1333.3333333333335H833.3333333333333V916.6666666666669L1000 1083.3333333333335L1166.6666666666665 916.6666666666669V1333.3333333333335H1250V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335H1333.3333333333333zM250 1750.6666666666667C250 1796.3333333333333 287.25 1833.3333333333333 333.25 1833.3333333333333H1333.3333333333333L1750 1416.6666666666667V250.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A83.33333333333333 83.33333333333333 0 0 0 250 249.3333333333335V1750.6666666666667z" />
+ <glyph glyph-name="file-zip-fill"
+ unicode="&#xEC2C;"
+ horiz-adv-x="2000" d="M833.3333333333333 1833.3333333333333V1666.6666666666667H1000V1833.3333333333333H1667.2499999999998C1712.9166666666665 1833.3333333333333 1749.9999999999995 1796.3333333333333 1749.9999999999995 1750.6666666666667V249.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1667.2499999999998 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667A83.33333333333333 83.33333333333333 0 0 0 332.75 1833.3333333333333H833.3333333333333zM1000 1666.6666666666667V1500H1166.6666666666665V1666.6666666666667H1000zM833.3333333333333 1500V1333.3333333333335H1000V1500H833.3333333333333zM1000 1333.3333333333335V1166.6666666666667H1166.6666666666665V1333.3333333333335H1000zM833.3333333333333 1166.6666666666667V1000H1000V1166.6666666666667H833.3333333333333zM1000 1000V833.3333333333335H833.3333333333333V583.3333333333335H1166.6666666666665V1000H1000z" />
+ <glyph glyph-name="file-zip-line"
+ unicode="&#xEC2D;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333zM1166.6666666666665 1000V583.3333333333335H833.3333333333333V833.3333333333335H1000V1000H1166.6666666666665zM1000 1666.6666666666667H1166.6666666666665V1500H1000V1666.6666666666667zM833.3333333333333 1500H1000V1333.3333333333335H833.3333333333333V1500zM1000 1333.3333333333335H1166.6666666666665V1166.6666666666667H1000V1333.3333333333335zM833.3333333333333 1166.6666666666667H1000V1000H833.3333333333333V1166.6666666666667z" />
+ <glyph glyph-name="film-fill"
+ unicode="&#xEC2E;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM333.3333333333333 1583.3333333333335V1416.6666666666667H500V1583.3333333333335H333.3333333333333zM1500 1583.3333333333335V1416.6666666666667H1666.6666666666665V1583.3333333333335H1500zM333.3333333333333 1250V1083.3333333333335H500V1250H333.3333333333333zM1500 1250V1083.3333333333335H1666.6666666666665V1250H1500zM333.3333333333333 916.6666666666669V750H500V916.6666666666669H333.3333333333333zM1500 916.6666666666669V750H1666.6666666666665V916.6666666666669H1500zM333.3333333333333 583.3333333333335V416.6666666666668H500V583.3333333333335H333.3333333333333zM1500 583.3333333333335V416.6666666666668H1666.6666666666665V583.3333333333335H1500z" />
+ <glyph glyph-name="film-line"
+ unicode="&#xEC2F;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM666.6666666666666 1583.3333333333335V416.6666666666668H1333.3333333333333V1583.3333333333335H666.6666666666666zM333.3333333333333 1583.3333333333335V1416.6666666666667H500V1583.3333333333335H333.3333333333333zM1500 1583.3333333333335V1416.6666666666667H1666.6666666666665V1583.3333333333335H1500zM333.3333333333333 1250V1083.3333333333335H500V1250H333.3333333333333zM1500 1250V1083.3333333333335H1666.6666666666665V1250H1500zM333.3333333333333 916.6666666666669V750H500V916.6666666666669H333.3333333333333zM1500 916.6666666666669V750H1666.6666666666665V916.6666666666669H1500zM333.3333333333333 583.3333333333335V416.6666666666668H500V583.3333333333335H333.3333333333333zM1500 583.3333333333335V416.6666666666668H1666.6666666666665V583.3333333333335H1500z" />
+ <glyph glyph-name="find-replace-fill"
+ unicode="&#xEC30;"
+ horiz-adv-x="2000" d="M1502.5833333333333 615.25L1859.5 258.4166666666668L1741.5833333333333 140.5L1384.75 497.4166666666667A746.6666666666666 746.6666666666666 0 0 0 916.6666666666666 333.3333333333335C502.6666666666666 333.3333333333335 166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333S1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335A746.6666666666666 746.6666666666666 0 0 0 1502.5833333333333 615.25zM1388.2499999999998 1250A500 500 0 0 1 916.6666666666666 1583.3333333333335C640.4166666666666 1583.3333333333335 416.6666666666667 1359.5833333333335 416.6666666666667 1083.3333333333335H583.3333333333333A333.4166666666667 333.4166666666667 0 0 0 1075.8333333333333 1376.25L1000 1250H1388.2499999999998zM1416.6666666666665 1083.3333333333335H1250A333.4166666666667 333.4166666666667 0 0 0 757.5 790.4166666666667L833.3333333333333 916.6666666666669H445.0833333333333A500 500 0 0 1 916.6666666666666 583.3333333333335C1192.9166666666665 583.3333333333335 1416.6666666666665 807.0833333333335 1416.6666666666665 1083.3333333333335z" />
+ <glyph glyph-name="find-replace-line"
+ unicode="&#xEC31;"
+ horiz-adv-x="2000" d="M1502.75 615.166666666667L1859.4166666666667 258.416666666667L1741.5833333333333 140.5000000000005L1384.9166666666665 497.2500000000002A746.9166666666664 746.9166666666664 0 0 0 916.6666666666666 333.3333333333335A749.8333333333331 749.8333333333331 0 0 0 244.5833333333334 750H750L641.3333333333333 568.9166666666665A581 581 0 0 1 916.6666666666666 500A581.4166666666666 581.4166666666666 0 0 1 1322.9166666666665 664.5833333333335L1335.4166666666665 677.0833333333335A581.4166666666666 581.4166666666666 0 0 1 1500 1083.3333333333335C1500 1141.25 1491.5833333333333 1197.1666666666665 1475.8333333333333 1250H1648.0833333333333C1660.25 1196.4166666666665 1666.6666666666665 1140.5833333333335 1666.6666666666665 1083.3333333333335A746.9166666666664 746.9166666666664 0 0 0 1502.75 615.1666666666665zM1588.75 1416.6666666666667H1083.3333333333333L1192 1597.75A581 581 0 0 1 916.6666666666666 1666.6666666666667C594.3333333333333 1666.6666666666667 333.3333333333333 1405.6666666666667 333.3333333333333 1083.3333333333335C333.3333333333333 1025.4166666666667 341.75 969.5 357.5 916.6666666666669H185.25A753.1666666666666 753.1666666666666 0 0 0 166.6666666666667 1083.3333333333335C166.6666666666667 1497.75 502.25 1833.3333333333333 916.6666666666666 1833.3333333333333A749.8333333333331 749.8333333333331 0 0 0 1588.7499999999998 1416.6666666666667z" />
+ <glyph glyph-name="firefox-fill"
+ unicode="&#xEC32;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1166.3333333333335 215.4166666666667 1321.25 299.3333333333333 1451.3333333333335C300.4166666666667 1543.1666666666667 347.4166666666667 1652 410.9166666666667 1707.6666666666667C414.75 1636.5833333333335 440.0833333333333 1581.6666666666667 486.75 1543A341.24999999999994 341.24999999999994 0 0 0 677.9166666666666 1526.8333333333335C740.2499999999999 1601.8333333333335 845.6666666666666 1612.1666666666667 910.3333333333331 1586.9166666666667C847.5833333333333 1554.4166666666667 800.3333333333333 1490.6666666666667 782 1440.6666666666667C790.75 1402.4166666666667 821.75 1373.25 860.5 1367C970.5 1356.1666666666667 991.5833333333334 1347.5 994.8333333333334 1335.0833333333335C995 1331.75 995 1328.5 994.8333333333334 1325.25C980.75 1260.9166666666667 929.4999999999998 1243.8333333333335 898.4166666666666 1231.5833333333335C852.5833333333333 1213.5833333333335 820.6666666666666 1195.1666666666667 802.5833333333333 1176.3333333333335C813.0833333333333 1126.9166666666667 782.5 1071.25 782.5 1071.25C768.8333333333334 1087.0833333333335 746.25 1098.1666666666667 714.75 1104.25A74.75 74.75 0 0 1 682.2499999999999 1073.416666666667C670.2499999999999 1046.2500000000002 670.2499999999999 1024.416666666667 686.0833333333331 988.916666666667C695.6666666666665 967.5000000000002 764.8333333333333 908.7500000000002 782.9999999999999 898.416666666667C862.6666666666665 853.416666666667 919.4999999999998 900.0833333333335 980.7499999999998 908.7500000000002A162.5 162.5 0 0 0 1135.6666666666665 848.666666666667C1158.4166666666665 818.8333333333335 1133.4999999999998 790.666666666667 1104.2499999999998 799.916666666667C1073.9166666666663 809.6666666666672 1037.083333333333 784.666666666667 975.9166666666666 750.5833333333337A305.49999999999994 305.49999999999994 0 0 0 781.4166666666665 727.8333333333337A361.24999999999994 361.24999999999994 0 0 0 732.6666666666665 740.8333333333337H725.583333333333A390 390 0 0 1 840.4166666666664 632.5000000000005C870.6666666666664 617.166666666667 902.9166666666664 606.2500000000002 936.333333333333 600.0000000000002A386.75 386.75 0 0 1 1409.7499999999998 979.166666666667C1410.0833333333333 1035.0000000000005 1406.9999999999995 1161.166666666667 1321.4166666666663 1231.5833333333337A456.66666666666663 456.66666666666663 0 0 0 1169.2499999999998 1434.166666666667C1120.7499999999995 1564.916666666667 1160.583333333333 1692.666666666667 1206.333333333333 1781.2500000000002C1210.4999999999998 1789.2500000000002 1238.4999999999995 1849.4166666666667 1284.4999999999998 1899.6666666666667C1279.4166666666665 1842.6666666666667 1372.9999999999998 1745.666666666667 1396.2499999999998 1733.3333333333337C1656.6666666666665 1592.1666666666667 1833.3333333333333 1316.6666666666667 1833.3333333333333 1000z" />
+ <glyph glyph-name="firefox-line"
+ unicode="&#xEC33;"
+ horiz-adv-x="2000" d="M216 1345.4166666666665C206.5 1450.5833333333335 263.3333333333333 1568 327.5833333333333 1624.3333333333333C329.6666666666667 1586.3333333333333 337.8333333333333 1552.9166666666665 352.1666666666667 1524.1666666666665A831.6666666666665 831.6666666666665 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668S141.6666666666667 539.75 141.6666666666667 1041.6666666666667C141.6666666666667 1215.8333333333335 205.8333333333333 1331.3333333333333 216 1345.4166666666665zM594.5833333333333 1443.5C656.9166666666666 1518.5 762.3333333333333 1528.8333333333333 826.9999999999999 1503.5833333333333C764.2499999999999 1471.0833333333335 716.9999999999999 1407.3333333333333 698.6666666666666 1357.3333333333335C707.4166666666667 1319.0833333333333 738.4166666666666 1289.9166666666665 777.1666666666666 1283.6666666666667C887.1666666666666 1272.8333333333333 908.25 1264.1666666666667 911.5 1251.75C911.6666666666669 1248.416666666667 911.6666666666669 1245.1666666666667 911.5 1241.9166666666667C897.4166666666666 1177.5833333333335 846 1161 815.0833333333334 1148.25C732.5833333333334 1114.25 624.4166666666666 1038.8333333333335 598.9166666666667 990.0833333333334C585.2500000000001 963.8333333333334 586.9166666666667 941.0833333333334 602.7500000000001 905.5833333333334C612.3333333333335 884.1666666666667 681.5 825.4166666666667 699.6666666666667 815.0833333333335C779.3333333333334 770.0833333333335 836.1666666666666 816.75 897.4166666666667 825.4166666666667A162.5 162.5 0 0 0 1052.3333333333335 765.3333333333335C1075.0833333333335 735.5000000000002 1050.1666666666667 707.3333333333335 1020.9166666666669 716.5833333333335C990.5833333333334 726.3333333333335 953.75 701.3333333333335 892.5833333333335 667.25A305.49999999999994 305.49999999999994 0 0 0 698.0833333333335 644.5A361.24999999999994 361.24999999999994 0 0 0 649.3333333333335 657.4999999999998H642.2500000000002C708.6666666666669 509.5833333333333 875.0000000000002 453.9166666666663 1000.2500000000002 453.9166666666663C1416.6666666666665 453.9166666666667 1666.6666666666665 750 1666.6666666666665 1000A666.6666666666666 666.6666666666666 0 0 1 520.3333333333333 1463C545.5833333333333 1459.3333333333335 570.5833333333333 1452.75 594.5833333333333 1443.5z" />
+ <glyph glyph-name="flag-2-fill"
+ unicode="&#xEC34;"
+ horiz-adv-x="2000" d="M166.6666666666667 1750H1761.5A41.666666666666664 41.666666666666664 0 0 0 1797.75 1687.6666666666667L1500 1166.6666666666667L1797.75 645.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1761.5 583.3333333333335H333.3333333333333V166.6666666666668H166.6666666666667V1750z" />
+ <glyph glyph-name="flag-2-line"
+ unicode="&#xEC35;"
+ horiz-adv-x="2000" d="M333.3333333333333 583.3333333333335V166.6666666666668H166.6666666666667V1750H1761.5A41.666666666666664 41.666666666666664 0 0 0 1797.75 1687.6666666666667L1500 1166.6666666666667L1797.75 645.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1761.5 583.3333333333335H333.3333333333333zM333.3333333333333 1583.3333333333335V750H1546.1666666666667L1308 1166.6666666666667L1546.1666666666667 1583.3333333333335H333.3333333333333z" />
+ <glyph glyph-name="flag-fill"
+ unicode="&#xEC36;"
+ horiz-adv-x="2000" d="M250 1750H1031.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1106.3333333333333 1703.9166666666667L1166.6666666666665 1583.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1500V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 500H1134.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1060.3333333333333 546.0833333333335L1000 666.6666666666667H416.6666666666667V166.6666666666668H250V1750z" />
+ <glyph glyph-name="flag-line"
+ unicode="&#xEC37;"
+ horiz-adv-x="2000" d="M416.6666666666667 666.6666666666667V166.6666666666668H250V1750H1031.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1106.3333333333333 1703.9166666666667L1166.6666666666665 1583.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1500V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 500H1134.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1060.3333333333333 546.0833333333335L1000 666.6666666666667H416.6666666666667zM416.6666666666667 1583.3333333333335V833.3333333333335H1103L1186.3333333333333 666.6666666666667H1583.3333333333333V1416.6666666666667H1063.6666666666665L980.3333333333331 1583.3333333333335H416.6666666666667z" />
+ <glyph glyph-name="flight-land-fill"
+ unicode="&#xEC38;"
+ horiz-adv-x="2000" d="M854.4999999999999 1127.5L823.6666666666666 1826L984.75 1782.8333333333333L1218.9166666666667 1029.9166666666665L1657.3333333333335 912.4166666666666A125 125 0 1 0 1592.6666666666667 670.9166666666665L345 1005.2500000000002L409.6666666666666 1246.75L429.8333333333333 1241.3333333333335L505.9999999999999 962.1666666666669L287.0833333333333 1020.7500000000002A83.33333333333333 83.33333333333333 0 0 0 225.4166666666666 1102.666666666667L232.9166666666666 1552.9166666666667L353.6666666666666 1520.5833333333335L429.8333333333332 1241.3333333333335L854.4999999999998 1127.5zM333.3333333333333 416.6666666666668H1666.6666666666665V250H333.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="flight-land-line"
+ unicode="&#xEC39;"
+ horiz-adv-x="2000" d="M854.4999999999999 1127.5L823.6666666666666 1826L984.75 1782.8333333333333L1218.9166666666667 1029.9166666666665L1657.3333333333335 912.4166666666666A125 125 0 1 0 1592.6666666666667 670.9166666666665L345 1005.2500000000002L409.6666666666666 1246.75L429.8333333333333 1241.3333333333335L505.9999999999999 962.1666666666669L287.0833333333333 1020.7500000000002A83.33333333333333 83.33333333333333 0 0 0 225.4166666666666 1102.666666666667L232.9166666666666 1552.9166666666667L353.6666666666666 1520.5833333333335L429.8333333333332 1241.3333333333335L854.4999999999998 1127.5zM333.3333333333333 416.6666666666668H1666.6666666666665V250H333.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="flight-takeoff-fill"
+ unicode="&#xEC3A;"
+ horiz-adv-x="2000" d="M873.1666666666666 1030.6666666666667L497.3333333333333 1620L658.25 1663.1666666666667L1237.5 1128.1666666666667L1675.9999999999998 1245.6666666666667A125 125 0 0 0 1740.6666666666665 1004.1666666666669L493 670L428.3333333333334 911.5L448.4166666666667 916.9166666666666L654 713.1666666666665L435.1666666666668 654.5A83.33333333333333 83.33333333333333 0 0 0 340.7500000000001 694.5L122.1666666666667 1088.3333333333335L242.9166666666667 1120.6666666666667L448.4166666666667 916.9166666666669L873.1666666666667 1030.75zM333.3333333333333 416.6666666666668H1666.6666666666665V250H333.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="flight-takeoff-line"
+ unicode="&#xEC3B;"
+ horiz-adv-x="2000" d="M873.1666666666666 1030.6666666666667L497.3333333333333 1620L658.25 1663.1666666666667L1237.5 1128.1666666666667L1675.9999999999998 1245.6666666666667A125 125 0 0 0 1740.6666666666665 1004.1666666666669L493 670L428.3333333333334 911.5L448.4166666666667 916.9166666666666L654 713.1666666666665L435.1666666666668 654.5A83.33333333333333 83.33333333333333 0 0 0 340.7500000000001 694.5L122.1666666666667 1088.3333333333335L242.9166666666667 1120.6666666666667L448.4166666666667 916.9166666666669L873.1666666666667 1030.75zM333.3333333333333 416.6666666666668H1666.6666666666665V250H333.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="focus-2-fill"
+ unicode="&#xEC3C;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 333.3333333333335C1368.9166666666665 333.3333333333335 1666.6666666666665 631.0833333333335 1666.6666666666665 1000S1368.9166666666665 1666.6666666666667 1000 1666.6666666666667A665.8333333333334 665.8333333333334 0 0 1 333.3333333333333 1000C333.3333333333333 631.0833333333335 631.0833333333334 333.3333333333335 1000 333.3333333333335zM1000 500C723.3333333333333 500 500 723.3333333333335 500 1000S723.3333333333333 1500 1000 1500S1500 1276.6666666666667 1500 1000S1276.6666666666665 500 1000 500zM1000 1166.6666666666667C908.3333333333331 1166.6666666666667 833.3333333333333 1091.6666666666667 833.3333333333333 1000S908.3333333333331 833.3333333333335 1000 833.3333333333335S1166.6666666666665 908.3333333333334 1166.6666666666665 1000S1091.6666666666665 1166.6666666666667 1000 1166.6666666666667z" />
+ <glyph glyph-name="focus-2-line"
+ unicode="&#xEC3D;"
+ horiz-adv-x="2000" d="M1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 666.6666666666667A333.3333333333333 333.3333333333333 0 1 1 1000 1333.3333333333335A333.3333333333333 333.3333333333333 0 0 1 1000 666.6666666666667zM1000 500A500 500 0 1 0 1000 1500A500 500 0 0 0 1000 500zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1000 833.3333333333335z" />
+ <glyph glyph-name="focus-fill"
+ unicode="&#xEC3E;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 1166.6666666666667C908.3333333333331 1166.6666666666667 833.3333333333333 1091.6666666666667 833.3333333333333 1000S908.3333333333331 833.3333333333335 1000 833.3333333333335S1166.6666666666665 908.3333333333334 1166.6666666666665 1000S1091.6666666666665 1166.6666666666667 1000 1166.6666666666667z" />
+ <glyph glyph-name="focus-line"
+ unicode="&#xEC3F;"
+ horiz-adv-x="2000" d="M1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1000 833.3333333333335z" />
+ <glyph glyph-name="folder-2-fill"
+ unicode="&#xEC40;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1083.3333333333335V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1083.3333333333335H1833.3333333333333zM1833.3333333333333 1250H166.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V1250z" />
+ <glyph glyph-name="folder-2-line"
+ unicode="&#xEC41;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM1666.6666666666665 1083.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1083.3333333333335zM1666.6666666666665 1250V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333V1250H1666.6666666666665z" />
+ <glyph glyph-name="folder-3-fill"
+ unicode="&#xEC42;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1333.3333333333335V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1416.6666666666667H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1333.3333333333335zM1034.5 1583.3333333333335H166.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335z" />
+ <glyph glyph-name="folder-3-line"
+ unicode="&#xEC43;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1416.6666666666667V416.6666666666668H1666.6666666666665V1416.6666666666667H333.3333333333333z" />
+ <glyph glyph-name="folder-4-fill"
+ unicode="&#xEC44;"
+ horiz-adv-x="2000" d="M666.6666666666666 250V1083.3333333333335H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H666.6666666666666zM500 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V1250H583.3333333333333A83.33333333333333 83.33333333333333 0 0 1 500 1166.6666666666667V250z" />
+ <glyph glyph-name="folder-4-line"
+ unicode="&#xEC45;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM666.6666666666666 416.6666666666668H1666.6666666666665V1083.3333333333335H666.6666666666666V416.6666666666668zM500 416.6666666666668V1166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1250H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333V416.6666666666668H500z" />
+ <glyph glyph-name="folder-5-fill"
+ unicode="&#xEC46;"
+ horiz-adv-x="2000" d="M1117.8333333333333 1583.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1500V1416.6666666666667H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H951.1666666666666L1117.8333333333333 1583.3333333333335zM257.25 1250H1742.75A83.33333333333333 83.33333333333333 0 0 0 1825.8333333333333 1159.75L1756.3333333333333 326.416666666667A83.33333333333333 83.33333333333333 0 0 0 1673.3333333333335 250H326.6666666666667A83.33333333333333 83.33333333333333 0 0 0 243.6666666666667 326.416666666667L174.1666666666667 1159.7500000000002A83.33333333333333 83.33333333333333 0 0 0 257.25 1250z" />
+ <glyph glyph-name="folder-5-line"
+ unicode="&#xEC47;"
+ horiz-adv-x="2000" d="M257.25 1250H1742.75A83.33333333333333 83.33333333333333 0 0 0 1825.8333333333333 1159.75L1756.3333333333333 326.416666666667A83.33333333333333 83.33333333333333 0 0 0 1673.3333333333335 250H326.6666666666667A83.33333333333333 83.33333333333333 0 0 0 243.6666666666667 326.416666666667L174.1666666666667 1159.7500000000002A83.33333333333333 83.33333333333333 0 0 0 257.25 1250zM403.3333333333333 416.6666666666668H1596.6666666666665L1652.1666666666665 1083.3333333333335H347.8333333333334L403.3333333333334 416.6666666666668zM1117.8333333333333 1583.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1500V1416.6666666666667H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H951.1666666666666L1117.8333333333333 1583.3333333333335z" />
+ <glyph glyph-name="folder-add-fill"
+ unicode="&#xEC48;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM916.6666666666666 1000H666.6666666666666V833.3333333333335H916.6666666666666V583.3333333333335H1083.3333333333333V833.3333333333335H1333.3333333333333V1000H1083.3333333333333V1250H916.6666666666666V1000z" />
+ <glyph glyph-name="folder-add-line"
+ unicode="&#xEC49;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM916.6666666666666 1000V1250H1083.3333333333333V1000H1333.3333333333333V833.3333333333335H1083.3333333333333V583.3333333333335H916.6666666666666V833.3333333333335H666.6666666666666V1000H916.6666666666666z" />
+ <glyph glyph-name="folder-chart-2-fill"
+ unicode="&#xEC4A;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM1000 1250A333.3333333333333 333.3333333333333 0 1 1 1333.3333333333333 916.6666666666669H1000V1250z" />
+ <glyph glyph-name="folder-chart-2-line"
+ unicode="&#xEC4B;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM1000 1250V916.6666666666669H1333.3333333333333A333.3333333333333 333.3333333333333 0 1 0 1000 1250z" />
+ <glyph glyph-name="folder-chart-fill"
+ unicode="&#xEC4C;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM916.6666666666666 1250V583.3333333333335H1083.3333333333333V1250H916.6666666666666zM1250 1000V583.3333333333335H1416.6666666666665V1000H1250zM583.3333333333333 833.3333333333335V583.3333333333335H750V833.3333333333335H583.3333333333333z" />
+ <glyph glyph-name="folder-chart-line"
+ unicode="&#xEC4D;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM916.6666666666666 1250H1083.3333333333333V583.3333333333335H916.6666666666666V1250zM1250 1000H1416.6666666666665V583.3333333333335H1250V1000zM583.3333333333333 833.3333333333335H750V583.3333333333335H583.3333333333333V833.3333333333335z" />
+ <glyph glyph-name="folder-download-fill"
+ unicode="&#xEC4E;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM1083.3333333333333 916.6666666666669V1250H916.6666666666666V916.6666666666669H666.6666666666666L1000 583.3333333333335L1333.3333333333333 916.6666666666669H1083.3333333333333z" />
+ <glyph glyph-name="folder-download-line"
+ unicode="&#xEC4F;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM1083.3333333333333 916.6666666666669H1333.3333333333333L1000 583.3333333333335L666.6666666666666 916.6666666666669H916.6666666666666V1250H1083.3333333333333V916.6666666666669z" />
+ <glyph glyph-name="folder-fill"
+ unicode="&#xEC50;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335z" />
+ <glyph glyph-name="folder-forbid-fill"
+ unicode="&#xEC51;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1062.0833333333335A583.3333333333334 583.3333333333334 0 0 1 1021.25 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V1062.0833333333335zM1500 166.6666666666668A416.6666666666667 416.6666666666667 0 1 0 1500 1000A416.6666666666667 416.6666666666667 0 0 0 1500 166.6666666666668zM1392.25 357.666666666667A250 250 0 0 1 1725.6666666666667 691.0833333333337L1392.25 357.7500000000003zM1274.3333333333335 475.5833333333335L1607.7500000000002 808.9166666666667A250 250 0 0 1 1274.3333333333335 475.5z" />
+ <glyph glyph-name="folder-forbid-line"
+ unicode="&#xEC52;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1062.0833333333335A581 581 0 0 1 1666.6666666666665 1142.5V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333V416.6666666666668H940.8333333333331C958.7499999999998 356.5 986.0833333333331 300.3333333333333 1021.2499999999998 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V1062.0833333333335zM1500 166.6666666666668A416.6666666666667 416.6666666666667 0 1 0 1500 1000A416.6666666666667 416.6666666666667 0 0 0 1500 166.6666666666668zM1392.25 357.666666666667A250 250 0 0 1 1725.6666666666667 691.0833333333337L1392.25 357.7500000000003zM1274.3333333333335 475.5833333333335L1607.7500000000002 808.9166666666667A250 250 0 0 1 1274.3333333333335 475.5z" />
+ <glyph glyph-name="folder-info-fill"
+ unicode="&#xEC53;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM916.6666666666666 1250V1083.3333333333335H1083.3333333333333V1250H916.6666666666666zM916.6666666666666 1000V583.3333333333335H1083.3333333333333V1000H916.6666666666666z" />
+ <glyph glyph-name="folder-info-line"
+ unicode="&#xEC54;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM916.6666666666666 1000H1083.3333333333333V583.3333333333335H916.6666666666666V1000zM916.6666666666666 1250H1083.3333333333333V1083.3333333333335H916.6666666666666V1250z" />
+ <glyph glyph-name="folder-line"
+ unicode="&#xEC55;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335z" />
+ <glyph glyph-name="folder-lock-fill"
+ unicode="&#xEC56;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM1250 916.6666666666669V1000A250 250 0 0 1 750 1000V916.6666666666669H666.6666666666666V583.3333333333335H1333.3333333333333V916.6666666666669H1250zM1083.3333333333333 916.6666666666669H916.6666666666666V1000A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 1000V916.6666666666669z" />
+ <glyph glyph-name="folder-lock-line"
+ unicode="&#xEC57;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM1250 916.6666666666669H1333.3333333333333V583.3333333333335H666.6666666666666V916.6666666666669H750V1000A250 250 0 0 0 1250 1000V916.6666666666669zM1083.3333333333333 916.6666666666669V1000A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 1000V916.6666666666669H1083.3333333333333z" />
+ <glyph glyph-name="folder-music-fill"
+ unicode="&#xEC58;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM916.6666666666666 912.5A208.33333333333334 208.33333333333334 0 1 1 1083.3333333333333 708.3333333333335V1083.3333333333335H1333.3333333333333V1250H916.6666666666666V912.5z" />
+ <glyph glyph-name="folder-music-line"
+ unicode="&#xEC59;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM916.6666666666666 912.5V1250H1333.3333333333333V1083.3333333333335H1083.3333333333333V708.3333333333335A208.33333333333334 208.33333333333334 0 1 0 916.6666666666666 912.5z" />
+ <glyph glyph-name="folder-reduce-fill"
+ unicode="&#xEC5A;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM666.6666666666666 1000V833.3333333333335H1333.3333333333333V1000H666.6666666666666z" />
+ <glyph glyph-name="folder-reduce-line"
+ unicode="&#xEC5B;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM666.6666666666666 1000H1333.3333333333333V833.3333333333335H666.6666666666666V1000z" />
+ <glyph glyph-name="folder-settings-fill"
+ unicode="&#xEC5C;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM715.9166666666665 849.2500000000002L633.3333333333333 801.5833333333335L716.6666666666666 657.3333333333335L799.2499999999999 705.0000000000002C832 674.0833333333335 871.9166666666665 650.5833333333335 916.3333333333331 637.4166666666667V542.0000000000002H1082.9166666666665V637.5A291.25 291.25 0 0 1 1199.9166666666665 705.0833333333333L1282.4999999999998 657.4166666666667L1365.8333333333333 801.5833333333335L1283.25 849.3333333333335A292.3333333333333 292.3333333333333 0 0 1 1283.25 984.5000000000002L1365.7499999999998 1032.25L1282.4999999999998 1176.4166666666667L1199.8333333333333 1128.7500000000002A291.25 291.25 0 0 1 1082.8333333333333 1196.416666666667V1291.6666666666667H916.2499999999998V1196.3333333333335A291.25 291.25 0 0 1 799.2499999999999 1128.6666666666667L716.6666666666666 1176.4166666666667L633.3333333333333 1032.0833333333335L715.9166666666665 984.4166666666669A292.3333333333333 292.3333333333333 0 0 1 715.9166666666665 849.2500000000002zM999.5833333333331 791.9166666666667A125 125 0 1 0 999.5833333333331 1041.75A125 125 0 0 0 999.5833333333331 791.9166666666667z" />
+ <glyph glyph-name="folder-settings-line"
+ unicode="&#xEC5D;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM715.9166666666667 849.2500000000002A292.3333333333333 292.3333333333333 0 0 0 715.9166666666667 984.4166666666669L633.3333333333334 1032.0833333333335L716.6666666666667 1176.4166666666665L799.25 1128.6666666666665A291.25 291.25 0 0 0 916.25 1196.3333333333333V1291.6666666666667H1082.9166666666667V1196.3333333333335C1127.25 1183.0833333333333 1167.0833333333333 1159.6666666666667 1199.8333333333335 1128.6666666666667L1282.5 1176.4166666666667L1365.8333333333333 1032.166666666667L1283.25 984.4166666666669A292.3333333333333 292.3333333333333 0 0 0 1283.25 849.2500000000002L1365.8333333333333 801.5833333333335L1282.5 657.3333333333335L1199.9166666666667 705.0000000000002A291.25 291.25 0 0 0 1082.9166666666667 637.4166666666667V542.0000000000002H916.25V637.5A291.25 291.25 0 0 0 799.25 705.0833333333333L716.6666666666667 657.4166666666667L633.3333333333334 801.5833333333335L715.9166666666667 849.3333333333335zM999.5833333333334 791.9166666666667A125 125 0 1 1 999.5833333333334 1041.75A125 125 0 0 1 999.5833333333334 791.9166666666667z" />
+ <glyph glyph-name="folder-transfer-fill"
+ unicode="&#xEC5E;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM1000 1000H666.6666666666666V833.3333333333335H1000V583.3333333333335L1333.3333333333333 916.6666666666669L1000 1250V1000z" />
+ <glyph glyph-name="folder-transfer-line"
+ unicode="&#xEC5F;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM1000 1000V1250L1333.3333333333333 916.6666666666669L1000 583.3333333333335V833.3333333333335H666.6666666666666V1000H1000z" />
+ <glyph glyph-name="folder-unknow-fill"
+ unicode="&#xEC60;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM916.6666666666666 666.6666666666667V500H1083.3333333333333V666.6666666666667H916.6666666666666zM713.9166666666666 1098.916666666667L877.4166666666666 1066.1666666666667A125 125 0 1 0 1000 916.6666666666669H916.6666666666666V750H1000A291.6666666666667 291.6666666666667 0 1 1 713.9166666666666 1098.916666666667z" />
+ <glyph glyph-name="folder-unknow-line"
+ unicode="&#xEC61;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM916.6666666666666 666.6666666666667H1083.3333333333333V500H916.6666666666666V666.6666666666667zM713.9166666666666 1098.916666666667A291.74999999999994 291.74999999999994 0 1 0 1000 750H916.6666666666666V916.6666666666669H1000A125 125 0 1 1 877.4166666666666 1066.1666666666667L713.9166666666666 1098.916666666667z" />
+ <glyph glyph-name="folder-upload-fill"
+ unicode="&#xEC62;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM1083.3333333333333 916.6666666666669H1333.3333333333333L1000 1250L666.6666666666666 916.6666666666669H916.6666666666666V583.3333333333335H1083.3333333333333V916.6666666666669z" />
+ <glyph glyph-name="folder-upload-line"
+ unicode="&#xEC63;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM1083.3333333333333 916.6666666666669V583.3333333333335H916.6666666666666V916.6666666666669H666.6666666666666L1000 1250L1333.3333333333333 916.6666666666669H1083.3333333333333z" />
+ <glyph glyph-name="folder-user-fill"
+ unicode="&#xEC64;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM1000 916.6666666666669A208.33333333333334 208.33333333333334 0 1 1 1000 1333.3333333333335A208.33333333333334 208.33333333333334 0 0 1 1000 916.6666666666669zM666.6666666666666 500H1333.3333333333333A333.3333333333333 333.3333333333333 0 1 1 666.6666666666666 500z" />
+ <glyph glyph-name="folder-user-line"
+ unicode="&#xEC65;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM666.6666666666666 500A333.3333333333333 333.3333333333333 0 1 0 1333.3333333333333 500H666.6666666666666zM1000 916.6666666666669A208.33333333333334 208.33333333333334 0 1 0 1000 1333.3333333333335A208.33333333333334 208.33333333333334 0 0 0 1000 916.6666666666669z" />
+ <glyph glyph-name="folder-warning-fill"
+ unicode="&#xEC66;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM916.6666666666666 1250V833.3333333333335H1083.3333333333333V1250H916.6666666666666zM916.6666666666666 750V583.3333333333335H1083.3333333333333V750H916.6666666666666z" />
+ <glyph glyph-name="folder-warning-line"
+ unicode="&#xEC67;"
+ horiz-adv-x="2000" d="M1034.5 1583.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1500V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H867.8333333333333L1034.5 1583.3333333333335zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1416.6666666666667H965.5L798.8333333333333 1583.3333333333335H333.3333333333333zM916.6666666666666 750H1083.3333333333333V583.3333333333335H916.6666666666666V750zM916.6666666666666 1250H1083.3333333333333V833.3333333333335H916.6666666666666V1250z" />
+ <glyph glyph-name="font-color"
+ unicode="&#xEC68;"
+ horiz-adv-x="2000" d="M1270.5 833.3333333333335H729.4999999999999L596.1666666666666 500H416.6666666666667L916.6666666666666 1750H1083.3333333333333L1583.3333333333333 500H1403.8333333333333L1270.5 833.3333333333335zM1203.8333333333333 1000L1000 1509.5833333333335L796.1666666666666 1000H1203.8333333333335zM250 333.3333333333335H1750V166.6666666666668H250V333.3333333333335z" />
+ <glyph glyph-name="font-size-2"
+ unicode="&#xEC69;"
+ horiz-adv-x="2000" d="M833.3333333333333 1500V250H666.6666666666666V1500H166.6666666666667V1666.6666666666667H1333.3333333333333V1500H833.3333333333333zM1500 833.3333333333335V250H1333.3333333333333V833.3333333333335H1083.3333333333333V1000H1750V833.3333333333335H1500z" />
+ <glyph glyph-name="font-size"
+ unicode="&#xEC6A;"
+ horiz-adv-x="2000" d="M937.1666666666666 750H396.1666666666667L229.5 333.3333333333335H50L583.3333333333333 1666.6666666666667H750L1283.3333333333333 333.3333333333335H1103.8333333333333L937.1666666666666 750zM870.4999999999999 916.6666666666669L666.6666666666666 1426.25L462.8333333333333 916.6666666666669H870.5000000000001zM1750 955.4166666666669V1000H1916.6666666666663V333.3333333333335H1750V377.9166666666668A333.3333333333333 333.3333333333333 0 1 0 1750 955.4166666666669zM1583.3333333333333 500A166.66666666666666 166.66666666666666 0 1 1 1583.3333333333333 833.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1583.3333333333333 500z" />
+ <glyph glyph-name="footprint-fill"
+ unicode="&#xEC6B;"
+ horiz-adv-x="2000" d="M333.3333333333333 500H791.6666666666666V395.8333333333335A229.16666666666666 229.16666666666666 0 1 0 333.3333333333333 395.8333333333335V500zM666.6666666666666 1490C833.3333333333333 1490 916.6666666666666 1250 916.6666666666666 1083.3333333333335C916.6666666666666 1000 875 916.6666666666669 833.3333333333333 791.6666666666667L791.6666666666666 666.6666666666667H333.3333333333333C333.3333333333333 750 291.6666666666667 875 291.6666666666667 1083.3333333333335S458.1666666666667 1490 666.6666666666666 1490zM1671.1666666666667 825.1666666666667L1653.0833333333335 722.5833333333335A229.16666666666666 229.16666666666666 0 0 0 1201.666666666667 802.1666666666667L1219.8333333333335 904.666666666667L1671.1666666666667 825.1666666666667zM1514.8333333333333 1857.9166666666667C1720.1666666666665 1821.75 1849.6666666666667 1597.5833333333333 1813.5 1392.4166666666665C1777.3333333333333 1187.1666666666665 1714.5833333333333 1071.3333333333335 1700.1666666666667 989.25L1248.75 1068.8333333333333L1229.4166666666667 1199.1666666666665C1210.0833333333335 1329.5 1183.5833333333333 1418.8333333333333 1198 1500.8333333333333C1226.9166666666667 1665 1350.6666666666667 1886.8333333333333 1514.8333333333333 1857.9166666666663z" />
+ <glyph glyph-name="footprint-line"
+ unicode="&#xEC6C;"
+ horiz-adv-x="2000" d="M333.3333333333333 500H791.6666666666666V395.8333333333335A229.16666666666666 229.16666666666666 0 1 0 333.3333333333333 395.8333333333335V500zM671.5 833.3333333333335L675.2499999999999 844.3333333333335C739.1666666666665 1019.8333333333334 750 1052.5 750 1083.3333333333335C750 1145.8333333333335 733.0833333333334 1220.25 705.9999999999999 1272.75C685.8333333333334 1311.9166666666667 671.6666666666666 1323.3333333333335 666.6666666666666 1323.3333333333335C560 1323.3333333333335 458.3333333333333 1209.6666666666667 458.3333333333333 1083.3333333333335C458.3333333333333 1003.4166666666669 464.5833333333333 935.5833333333334 477.25 853.5000000000002L480.4166666666667 833.3333333333335H671.5zM666.6666666666666 1490C833.3333333333333 1490 916.6666666666666 1250 916.6666666666666 1083.3333333333335C916.6666666666666 1000 875 916.6666666666669 833.3333333333333 791.6666666666667L791.6666666666666 666.6666666666667H333.3333333333333C333.3333333333333 750 291.6666666666667 875 291.6666666666667 1083.3333333333335S458.1666666666667 1490 666.6666666666666 1490zM1671.1666666666667 825.1666666666667L1653.0833333333335 722.5833333333335A229.16666666666666 229.16666666666666 0 0 0 1201.666666666667 802.1666666666667L1219.8333333333335 904.666666666667L1671.1666666666667 825.1666666666667zM1583.6666666666667 1179C1597.4166666666665 1220.666666666667 1608.7499999999998 1253.5833333333335 1608.9166666666667 1254.0000000000002C1625.7500000000002 1308.8333333333335 1639.0000000000002 1362.5833333333335 1649.3333333333335 1421.3333333333335C1671.2500000000002 1545.666666666667 1590.8333333333335 1675.2500000000002 1485.8333333333335 1693.8333333333335C1480.9166666666667 1694.6666666666667 1465 1685.9166666666667 1438.3333333333335 1650.916666666667C1402.5 1603.8333333333335 1373.0000000000002 1533.4166666666667 1362.0833333333335 1472C1357.2500000000002 1444.5 1358.0000000000002 1438.25 1384.5833333333335 1283.416666666667C1388.3333333333335 1262.0833333333335 1391.4166666666667 1242.9166666666667 1394.25 1223.6666666666667L1395.9166666666667 1212.166666666667L1583.7500000000002 1179zM1514.8333333333333 1857.9166666666667C1720.1666666666665 1821.7500000000005 1849.6666666666667 1597.5833333333335 1813.5 1392.416666666667C1777.3333333333333 1187.166666666667 1714.5833333333333 1071.3333333333335 1700.1666666666667 989.2500000000002L1248.75 1068.8333333333335L1229.4166666666667 1199.166666666667C1210.0833333333335 1329.5000000000002 1183.5833333333333 1418.8333333333335 1198 1500.8333333333335C1226.9166666666667 1665.0000000000002 1350.6666666666667 1886.8333333333337 1514.8333333333333 1857.9166666666667z" />
+ <glyph glyph-name="forbid-2-fill"
+ unicode="&#xEC6D;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1407.583333333333 1289.75A503.33333333333326 503.33333333333326 0 0 1 1289.7499999999998 1407.5833333333335L592.4166666666665 710.25A503.33333333333326 503.33333333333326 0 0 1 710.2499999999998 592.4166666666665L1407.583333333333 1289.75z" />
+ <glyph glyph-name="forbid-2-line"
+ unicode="&#xEC6E;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1407.583333333333 1289.75L710.2499999999998 592.416666666667A503.33333333333326 503.33333333333326 0 0 0 592.4166666666665 710.2500000000002L1289.7499999999998 1407.5833333333335A503.33333333333326 503.33333333333326 0 0 0 1407.583333333333 1289.7500000000002z" />
+ <glyph glyph-name="forbid-fill"
+ unicode="&#xEC6F;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM710.2499999999999 1407.5833333333335A503.33333333333326 503.33333333333326 0 0 1 592.5 1289.75L1289.8333333333335 592.416666666667A503.33333333333326 503.33333333333326 0 0 1 1407.6666666666667 710.2500000000002L710.2499999999999 1407.5833333333335z" />
+ <glyph glyph-name="forbid-line"
+ unicode="&#xEC70;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM710.2499999999999 1407.5833333333335L1407.583333333333 710.25A503.33333333333326 503.33333333333326 0 0 0 1289.7499999999998 592.4166666666665L592.4166666666666 1289.75A503.33333333333326 503.33333333333326 0 0 0 710.2499999999999 1407.5z" />
+ <glyph glyph-name="fullscreen-exit-fill"
+ unicode="&#xEC71;"
+ horiz-adv-x="2000" d="M1500 1416.6666666666667H1833.3333333333333V1250H1333.3333333333333V1750H1500V1416.6666666666667zM666.6666666666666 1250H166.6666666666667V1416.6666666666667H500V1750H666.6666666666666V1250zM1500 583.3333333333335V250H1333.3333333333333V750H1833.3333333333333V583.3333333333335H1500zM666.6666666666666 750V250H500V583.3333333333335H166.6666666666667V750H666.6666666666666z" />
+ <glyph glyph-name="fullscreen-exit-line"
+ unicode="&#xEC72;"
+ horiz-adv-x="2000" d="M1500 1416.6666666666667H1833.3333333333333V1250H1333.3333333333333V1750H1500V1416.6666666666667zM666.6666666666666 1250H166.6666666666667V1416.6666666666667H500V1750H666.6666666666666V1250zM1500 583.3333333333335V250H1333.3333333333333V750H1833.3333333333333V583.3333333333335H1500zM666.6666666666666 750V250H500V583.3333333333335H166.6666666666667V750H666.6666666666666z" />
+ <glyph glyph-name="fullscreen-fill"
+ unicode="&#xEC73;"
+ horiz-adv-x="2000" d="M1333.3333333333333 1750H1833.3333333333333V1250H1666.6666666666665V1583.3333333333335H1333.3333333333333V1750zM166.6666666666667 1750H666.6666666666666V1583.3333333333335H333.3333333333333V1250H166.6666666666667V1750zM1666.6666666666665 416.6666666666668V750H1833.3333333333333V250H1333.3333333333333V416.6666666666668H1666.6666666666665zM333.3333333333333 416.6666666666668H666.6666666666666V250H166.6666666666667V750H333.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="fullscreen-line"
+ unicode="&#xEC74;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1750H1833.3333333333333V1250H1666.6666666666665V1583.3333333333335H1333.3333333333333V1750H1666.6666666666665zM333.3333333333333 1750H666.6666666666666V1583.3333333333335H333.3333333333333V1250H166.6666666666667V1750H333.3333333333333zM1666.6666666666665 416.6666666666668V750H1833.3333333333333V250H1333.3333333333333V416.6666666666668H1666.6666666666665zM333.3333333333333 416.6666666666668H666.6666666666666V250H166.6666666666667V750H333.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="function-fill"
+ unicode="&#xEC75;"
+ horiz-adv-x="2000" d="M250 1750H916.6666666666666V1083.3333333333335H250V1750zM250 916.6666666666669H916.6666666666666V250H250V916.6666666666669zM1083.3333333333333 1750H1750V1083.3333333333335H1083.3333333333333V1750zM1083.3333333333333 916.6666666666669H1750V250H1083.3333333333333V916.6666666666669z" />
+ <glyph glyph-name="function-line"
+ unicode="&#xEC76;"
+ horiz-adv-x="2000" d="M250 1750H916.6666666666666V1083.3333333333335H250V1750zM250 916.6666666666669H916.6666666666666V250H250V916.6666666666669zM1083.3333333333333 1750H1750V1083.3333333333335H1083.3333333333333V1750zM1083.3333333333333 916.6666666666669H1750V250H1083.3333333333333V916.6666666666669zM1250 1583.3333333333335V1250H1583.3333333333333V1583.3333333333335H1250zM1250 750V416.6666666666668H1583.3333333333333V750H1250zM416.6666666666667 1583.3333333333335V1250H750V1583.3333333333335H416.6666666666667zM416.6666666666667 750V416.6666666666668H750V750H416.6666666666667z" />
+ <glyph glyph-name="funds-box-fill"
+ unicode="&#xEC77;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1232.7499999999998 1183.9166666666667L1028.5833333333333 979.7500000000002L851.8333333333333 1156.5833333333335L498.2499999999999 803.0000000000002L616.0833333333333 685.1666666666667L851.8333333333333 920.8333333333334L1028.5833333333333 744.0833333333335L1350.5833333333333 1066.0833333333335L1500 916.6666666666669V1333.3333333333335H1083.3333333333333L1232.7499999999998 1183.9166666666667z" />
+ <glyph glyph-name="funds-box-line"
+ unicode="&#xEC78;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1232.7499999999998 1183.9166666666667L1083.3333333333333 1333.3333333333335H1500V916.6666666666669L1350.5833333333333 1066.0833333333335L1028.5833333333333 744.0833333333333L851.8333333333333 920.8333333333331L616.0833333333333 685.1666666666667L498.2499999999999 803L851.8333333333333 1156.5833333333335L1028.5833333333333 979.75L1232.7499999999998 1183.9166666666667z" />
+ <glyph glyph-name="funds-fill"
+ unicode="&#xEC79;"
+ horiz-adv-x="2000" d="M324.75 511.6666666666667L650.5833333333334 837.5000000000002L886.3333333333334 601.8333333333335L1267.25 982.6666666666669L1416.6666666666665 833.3333333333335V1250H1000L1149.4166666666665 1100.5833333333335L886.3333333333333 837.5000000000002L650.6666666666666 1073.25L238.5 661.0833333333335A830.4166666666665 830.4166666666665 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668A832.25 832.25 0 0 0 324.75 511.6666666666667z" />
+ <glyph glyph-name="funds-line"
+ unicode="&#xEC7A;"
+ horiz-adv-x="2000" d="M367.1666666666667 789.75L650.6666666666666 1073.25L886.3333333333333 837.5000000000002L1149.4166666666665 1100.5833333333335L1000 1250H1416.6666666666665V833.3333333333335L1267.25 982.75L886.3333333333334 601.8333333333335L650.6666666666667 837.5000000000002L444.4166666666668 631.3333333333335A666.6666666666666 666.6666666666666 0 1 1 367.1666666666669 789.6666666666667zM239 659.9166666666667L238.1666666666667 660.7500000000002L238.5 661.0833333333337A830.4166666666665 830.4166666666665 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668C660.8333333333333 166.6666666666668 369.1666666666667 369.1666666666668 239 659.9166666666667z" />
+ <glyph glyph-name="gallery-fill"
+ unicode="&#xEC7B;"
+ horiz-adv-x="2000" d="M1450.7499999999998 416.6666666666668C1386.0833333333333 616.5833333333335 1260.9999999999998 740.4166666666667 1095.2499999999998 883.5A912.8333333333334 912.8333333333334 0 0 0 1666.6666666666665 1083.3333333333335V1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H500V1916.6666666666667H666.6666666666666V1583.3333333333335H333.3333333333333V1000C768.3333333333331 1000 1138.5 794.8333333333335 1276.0833333333333 416.6666666666668H1450.7499999999998zM1500 1916.6666666666667V1583.3333333333335H833.3333333333333V1750H1333.3333333333333V1916.6666666666667H1500zM1375 1166.6666666666667A125 125 0 1 0 1375 1416.6666666666667A125 125 0 0 0 1375 1166.6666666666667z" />
+ <glyph glyph-name="gallery-line"
+ unicode="&#xEC7C;"
+ horiz-adv-x="2000" d="M1666.6666666666665 916.6666666666669C1526.8333333333333 916.6666666666669 1395.9166666666667 878.3333333333333 1283.9166666666665 811.75A1248.6666666666665 1248.6666666666665 0 0 0 1512.2499999999998 416.6666666666668H1666.6666666666665V916.6666666666669zM1333.6666666666667 416.6666666666668C1170.3333333333333 808.1666666666667 783.9999999999999 1083.3333333333335 333.3333333333333 1083.3333333333335V416.6666666666668H1333.6666666666665zM333.3333333333333 1250C652.5 1250 943.5833333333331 1130.4166666666665 1164.5 933.6666666666669A912.4166666666665 912.4166666666665 0 0 0 1666.6666666666665 1083.3333333333335V1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H500V1916.6666666666667H666.6666666666666V1583.3333333333335H333.3333333333333V1250zM1500 1916.6666666666667V1583.3333333333335H833.3333333333333V1750H1333.3333333333333V1916.6666666666667H1500zM1375 1166.6666666666667A125 125 0 1 0 1375 1416.6666666666667A125 125 0 0 0 1375 1166.6666666666667z" />
+ <glyph glyph-name="gas-station-fill"
+ unicode="&#xEC7D;"
+ horiz-adv-x="2000" d="M250 416.6666666666668V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1666.6666666666667V1000H1333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1500 833.3333333333335V500A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 500V1083.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1166.6666666666667V1465.5L1278.5833333333333 1603.5833333333335L1396.4166666666667 1721.4166666666667L1808.9166666666663 1308.9166666666667A83.08333333333333 83.08333333333333 0 0 0 1833.3333333333333 1250V500A250 250 0 0 0 1333.3333333333333 500V833.3333333333335H1166.6666666666665V416.6666666666668H1250V250H166.6666666666667V416.6666666666668H250zM416.6666666666667 1583.3333333333335V1083.3333333333335H1000V1583.3333333333335H416.6666666666667z" />
+ <glyph glyph-name="gas-station-line"
+ unicode="&#xEC7E;"
+ horiz-adv-x="2000" d="M1166.6666666666665 416.6666666666668H1250V250H166.6666666666667V416.6666666666668H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1666.6666666666667V1000H1333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1500 833.3333333333335V500A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 500V1083.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1166.6666666666667V1465.5L1278.5833333333333 1603.5833333333335L1396.4166666666667 1721.4166666666667L1808.9166666666663 1308.9166666666667A83.08333333333333 83.08333333333333 0 0 0 1833.3333333333333 1250V500A250 250 0 0 0 1333.3333333333333 500V833.3333333333335H1166.6666666666665V416.6666666666668zM416.6666666666667 416.6666666666668H1000V916.6666666666669H416.6666666666667V416.6666666666668zM416.6666666666667 1583.3333333333335V1083.3333333333335H1000V1583.3333333333335H416.6666666666667z" />
+ <glyph glyph-name="github-fill"
+ unicode="&#xEC7F;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C539.5833333333333 1833.3333333333333 166.6666666666667 1460.4166666666667 166.6666666666667 1000A832.8333333333331 832.8333333333331 0 0 1 736.5 209.3333333333335C778.1666666666667 202.0833333333335 793.75 227.0833333333335 793.75 249C793.75 268.75 792.6666666666666 334.3333333333335 792.6666666666666 404.166666666667C583.3333333333333 365.5833333333335 529.1666666666666 455.1666666666667 512.5 502.0833333333335C503.0833333333333 526.0833333333337 462.5000000000001 600.0000000000002 427.0833333333333 619.8333333333337C397.9166666666667 635.416666666667 356.25 674.0000000000002 426 675.0000000000005C491.6666666666667 676.0833333333337 538.5 614.5833333333337 554.1666666666666 589.5833333333337C629.1666666666667 463.5833333333337 748.9999999999999 499.0000000000005 796.8333333333334 520.8333333333337C804.1666666666666 575.0000000000002 826 611.416666666667 850 632.2500000000005C664.5833333333334 653.0833333333337 470.8333333333334 725.0000000000002 470.8333333333334 1043.7500000000002C470.8333333333334 1134.416666666667 503.0833333333334 1209.3333333333335 556.25 1267.7500000000002C547.9166666666667 1288.5833333333335 518.75 1374.0000000000005 564.5833333333334 1488.5833333333335C564.5833333333334 1488.5833333333335 634.3333333333333 1510.416666666667 793.75 1403.0833333333335A773.3333333333333 773.3333333333333 0 0 0 1002.0833333333331 1431.2500000000005C1072.9166666666665 1431.2500000000005 1143.75 1421.916666666667 1210.4166666666665 1403.166666666667C1369.75 1511.5000000000005 1439.583333333333 1488.5000000000005 1439.583333333333 1488.5000000000005C1485.4166666666665 1373.916666666667 1456.2499999999998 1288.5000000000005 1447.9166666666665 1267.666666666667C1501 1209.3333333333337 1533.333333333333 1135.416666666667 1533.333333333333 1043.7500000000005C1533.333333333333 723.9166666666672 1338.5833333333333 653.0833333333337 1153.1666666666663 632.2500000000005C1183.333333333333 606.2500000000002 1209.4166666666665 556.2500000000005 1209.4166666666665 478.0833333333335C1209.4166666666665 366.666666666667 1208.333333333333 277.0833333333337 1208.333333333333 248.916666666667C1208.333333333333 227.0833333333335 1223.9999999999998 201.0833333333335 1265.6666666666665 209.416666666667A834.6666666666666 834.6666666666666 0 0 1 1833.3333333333333 1000C1833.3333333333333 1460.4166666666667 1460.4166666666665 1833.3333333333333 1000 1833.3333333333333z" />
+ <glyph glyph-name="github-line"
+ unicode="&#xEC80;"
+ horiz-adv-x="2000" d="M490.25 445.5833333333335C465.25 462.2500000000002 443.75 483.5 418.5833333333333 513.5833333333335A4193.333333333333 4193.333333333333 0 0 0 379.75 561.8333333333335C341.1666666666666 609.75 316.8333333333333 631.8333333333335 291.6666666666667 640.916666666667A83.33333333333333 83.33333333333333 0 0 0 348 797.8333333333335C410.6666666666666 775.3333333333335 453.0833333333333 736.5833333333335 510.2499999999999 665.5000000000002C502.4166666666666 675.2500000000002 538.5833333333333 629.9166666666667 546.3333333333333 620.5833333333333C562.1666666666666 601.6666666666667 573.8333333333333 590.1666666666667 582.9999999999999 584.0833333333335C599.9999999999999 572.6666666666667 631.9166666666666 567.75 678.8333333333333 572.4166666666667C680.7499999999999 604.2500000000002 686.6666666666665 635.1666666666667 695.6666666666665 663.6666666666667C448.3333333333333 724.1666666666667 308.3333333333333 883.6666666666667 308.3333333333333 1196.6666666666665C308.3333333333333 1300 339.1666666666667 1393 396.5 1471C378.3333333333333 1545.5 381.0833333333334 1635.5833333333333 421.6666666666667 1737A83.33333333333333 83.33333333333333 0 0 0 474.1666666666666 1785.5C480.9166666666666 1787.5 484.7499999999999 1788.4166666666665 491.4999999999999 1789.4166666666665C558.4166666666666 1799.6666666666665 652.9166666666666 1775.25 776.0833333333331 1698.0833333333333A977.5833333333333 977.5833333333333 0 0 0 1000 1723.75C1076 1723.75 1151.5 1715.0833333333335 1223.6666666666667 1698.0833333333335C1346.75 1775.8333333333335 1441.4166666666667 1800.25 1508.8333333333335 1789.4166666666667C1515.9166666666667 1788.3333333333335 1521.9166666666667 1786.9166666666667 1527 1785.25A83.33333333333333 83.33333333333333 0 0 0 1578.3333333333333 1736.9166666666667C1618.9166666666665 1635.5833333333335 1621.6666666666667 1545.5 1603.5 1471.0833333333335C1661.0833333333333 1393.0833333333335 1691.6666666666667 1300.6666666666667 1691.6666666666667 1196.6666666666665C1691.6666666666667 883.5833333333335 1552.1666666666667 724.5833333333335 1304.8333333333333 664C1315.25 629.4166666666667 1320.6666666666667 590.75 1320.6666666666667 549.0000000000002A25041.000000000004 25041.000000000004 0 0 0 1319.6666666666665 322.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1318.0833333333333 159.5000000000002C1223.1666666666667 140.5 1152.8333333333333 203.8333333333335 1152.8333333333333 286.5833333333335L1153 323.7500000000003L1153.4166666666667 382.5C1153.8333333333335 441.5 1154 494.0000000000002 1154 549.0000000000002C1154 607.0833333333335 1138.75 645.0000000000002 1118.5833333333333 662.3333333333335C1063.5 709.8333333333335 1091.4166666666665 800.25 1163.5833333333333 808.3333333333335C1410.8333333333333 836.0833333333335 1525 931.8333333333334 1525 1196.666666666667C1525 1276.25 1498.9999999999998 1342 1448.9166666666665 1397A83.33333333333333 83.33333333333333 0 0 0 1433.0833333333333 1484.0833333333335C1446.9166666666665 1518.5833333333335 1452.833333333333 1563.8333333333335 1441.0833333333333 1618.5833333333335L1440.2499999999998 1618.3333333333335C1399.333333333333 1606.75 1347.7499999999998 1581.6666666666667 1285.4166666666663 1539.25A83.33333333333333 83.33333333333333 0 0 0 1215.9999999999998 1528A802.1666666666666 802.1666666666666 0 0 1 1000 1557.0833333333333C925.8333333333331 1557.0833333333333 852.3333333333333 1547.1666666666667 783.9999999999999 1527.9166666666667A83.33333333333333 83.33333333333333 0 0 0 714.8333333333333 1539.0833333333335C652.1666666666666 1581.3333333333335 600.3333333333333 1606.3333333333335 559.1666666666665 1618C547.1666666666665 1563.5833333333335 553.0833333333331 1518.5 566.8333333333331 1484.0833333333335A83.33333333333333 83.33333333333333 0 0 0 551.0833333333331 1397C501.3333333333333 1342.5 475 1275.5 475 1196.6666666666665C475 932.3333333333331 589.25 836 835.1666666666666 808.3333333333333C907.25 800.25 935.25 710.25 880.5 662.6666666666665C864.5 648.6666666666667 844.75 601.6666666666667 844.75 548.9999999999998V286.5C844.75 204.3333333333333 775.1666666666666 142.75 681.4166666666666 159.1666666666668A83.33333333333333 83.33333333333333 0 0 0 678.0833333333334 322.6666666666668V405.1666666666665C602.25 400.0833333333333 539.5833333333334 412.5 490.2500000000001 445.5833333333333z" />
+ <glyph glyph-name="gitlab-fill"
+ unicode="&#xEC81;"
+ horiz-adv-x="2000" d="M489 1770.8333333333333L666.6666666666666 1166.6666666666667H1333.3333333333333L1511 1770.8333333333333A33.33333333333333 33.33333333333333 0 0 0 1574.75 1771.6666666666667L1866.0000000000005 861.3333333333335A41.666666666666664 41.666666666666664 0 0 0 1851.5833333333337 815.5L1000 166.6666666666668L148.3333333333333 815.5A41.666666666666664 41.666666666666664 0 0 0 134 861.3333333333335L425.25 1771.6666666666667A33.33333333333333 33.33333333333333 0 0 0 488.9999999999999 1770.9166666666667z" />
+ <glyph glyph-name="gitlab-line"
+ unicode="&#xEC82;"
+ horiz-adv-x="2000" d="M473.3333333333333 1390.5L321.6666666666667 897.6666666666667L1000 379.8333333333335L1678.3333333333333 897.6666666666667L1526.6666666666665 1390.5L1386.9166666666667 1083.3333333333335H613L473.4166666666666 1390.5zM1279.7499999999998 1250L1520.4166666666663 1779.5A33.33333333333333 33.33333333333333 0 0 0 1582.6666666666663 1775.5L1863.2499999999995 863.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1848.7499999999995 818.0833333333335L1000 170.166666666667L151.3333333333334 818.0833333333335A41.666666666666664 41.666666666666664 0 0 0 136.8333333333334 863.4166666666667L417.4166666666667 1775.5A33.33333333333333 33.33333333333333 0 0 0 479.6666666666667 1779.5L720.3333333333333 1250H1279.6666666666665z" />
+ <glyph glyph-name="global-fill"
+ unicode="&#xEC83;"
+ horiz-adv-x="2000" d="M170.8333333333333 916.6666666666669H627.25A1491.6666666666663 1491.6666666666663 0 0 1 871 176.6666666666665A833.7499999999999 833.7499999999999 0 0 0 170.8333333333333 916.6666666666669zM170.8333333333333 1083.3333333333335A833.7499999999999 833.7499999999999 0 0 0 870.9999999999998 1823.3333333333337A1491.6666666666663 1491.6666666666663 0 0 1 627.25 1083.3333333333335H170.8333333333333zM1829.1666666666663 1083.3333333333335H1372.7499999999998A1491.6666666666663 1491.6666666666663 0 0 1 1128.9999999999998 1823.3333333333337A833.7499999999999 833.7499999999999 0 0 0 1829.1666666666663 1083.3333333333335zM1829.1666666666663 916.6666666666669A833.7499999999999 833.7499999999999 0 0 0 1129 176.6666666666665A1491.6666666666663 1491.6666666666663 0 0 1 1372.7499999999998 916.6666666666669H1829.25zM794.1666666666665 916.6666666666669H1205.8333333333333A1325.6666666666665 1325.6666666666665 0 0 0 1000 284.0000000000003A1325.6666666666665 1325.6666666666665 0 0 0 794.1666666666665 916.6666666666669zM794.1666666666665 1083.3333333333335A1325.6666666666665 1325.6666666666665 0 0 0 1000 1716A1325.6666666666665 1325.6666666666665 0 0 0 1205.8333333333333 1083.3333333333335H794.1666666666665z" />
+ <glyph glyph-name="global-line"
+ unicode="&#xEC84;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM809.1666666666667 361.0833333333333A1491.6666666666663 1491.6666666666663 0 0 0 668.9166666666665 916.6666666666669H338.5A667.3333333333331 667.3333333333331 0 0 1 809.1666666666667 361.0833333333333zM835.8333333333333 916.6666666666669C848.4166666666665 713.4166666666667 906.5 522.5 1000 354.0000000000003A1325.4166666666665 1325.4166666666665 0 0 1 1164.1666666666667 916.6666666666669H835.8333333333334zM1661.4999999999998 916.6666666666669H1331.0833333333333A1491.6666666666663 1491.6666666666663 0 0 0 1190.8333333333333 361.0833333333333A667.3333333333331 667.3333333333331 0 0 1 1661.4999999999998 916.6666666666669zM338.5 1083.3333333333335H668.9166666666667A1491.6666666666663 1491.6666666666663 0 0 0 809.1666666666667 1638.9166666666667A667.3333333333331 667.3333333333331 0 0 1 338.5 1083.3333333333335zM835.9166666666666 1083.3333333333335H1164.0833333333333A1325.4166666666665 1325.4166666666665 0 0 1 1000 1646A1325.4166666666665 1325.4166666666665 0 0 1 835.8333333333333 1083.3333333333335zM1190.8333333333333 1638.9166666666667A1491.6666666666663 1491.6666666666663 0 0 0 1331.0833333333333 1083.3333333333335H1661.5A667.3333333333331 667.3333333333331 0 0 1 1190.8333333333335 1638.9166666666667z" />
+ <glyph glyph-name="globe-fill"
+ unicode="&#xEC85;"
+ horiz-adv-x="2000" d="M1083.3333333333333 250H1500V83.3333333333335H500V250H916.6666666666666V337.5000000000003A833.5 833.5 0 0 0 276.3333333333333 753.1666666666667L421.0833333333333 835.8333333333335A666.6666666666666 666.6666666666666 0 1 1 1330.8333333333333 1745.5833333333333L1413.5 1890.3333333333333A833 833 0 0 0 1833.3333333333333 1166.6666666666667C1833.3333333333333 734.5833333333335 1504.4166666666667 379.2500000000003 1083.3333333333333 337.5000000000003V250zM1000 583.3333333333335A583.3333333333334 583.3333333333334 0 1 0 1000 1750A583.3333333333334 583.3333333333334 0 0 0 1000 583.3333333333335z" />
+ <glyph glyph-name="globe-line"
+ unicode="&#xEC86;"
+ horiz-adv-x="2000" d="M1083.3333333333333 250H1500V83.3333333333335H500V250H916.6666666666666V337.5000000000003A833.5 833.5 0 0 0 276.3333333333333 753.1666666666667L421.0833333333333 835.8333333333335A666.6666666666666 666.6666666666666 0 1 1 1330.8333333333333 1745.5833333333333L1413.5 1890.3333333333333A833 833 0 0 0 1833.3333333333333 1166.6666666666667C1833.3333333333333 734.5833333333335 1504.4166666666667 379.2500000000003 1083.3333333333333 337.5000000000003V250zM1000 583.3333333333335A583.3333333333334 583.3333333333334 0 1 0 1000 1750A583.3333333333334 583.3333333333334 0 0 0 1000 583.3333333333335zM1000 750A416.6666666666667 416.6666666666667 0 1 1 1000 1583.3333333333335A416.6666666666667 416.6666666666667 0 0 1 1000 750z" />
+ <glyph glyph-name="goblet-fill"
+ unicode="&#xEC87;"
+ horiz-adv-x="2000" d="M916.6666666666666 416.6666666666668V842.5833333333335L250 1583.3333333333335V1750H1750V1583.3333333333335L1083.3333333333333 842.5833333333335V416.6666666666668H1500V250H500V416.6666666666668H916.6666666666666zM624.1666666666666 1416.6666666666667H1375.833333333333L1525.833333333333 1583.3333333333335H474.1666666666667L624.1666666666666 1416.6666666666667z" />
+ <glyph glyph-name="goblet-line"
+ unicode="&#xEC88;"
+ horiz-adv-x="2000" d="M916.6666666666666 416.6666666666668V842.5833333333335L250 1583.3333333333335V1750H1750V1583.3333333333335L1083.3333333333333 842.5833333333335V416.6666666666668H1500V250H500V416.6666666666668H916.6666666666666zM624.1666666666666 1416.6666666666667H1375.833333333333L1525.833333333333 1583.3333333333335H474.1666666666667L624.1666666666666 1416.6666666666667zM774.1666666666667 1250L1000 999.1666666666669L1225.8333333333333 1250H774.1666666666665z" />
+ <glyph glyph-name="google-fill"
+ unicode="&#xEC89;"
+ horiz-adv-x="2000" d="M255.3333333333333 1374.1666666666667A833 833 0 0 0 1000 1833.3333333333333C1224.5833333333333 1833.3333333333333 1413.25 1750.8333333333333 1557.5 1616.25L1318.5833333333333 1377.25C1232.1666666666665 1459.8333333333335 1122.3333333333333 1501.9166666666667 1000 1501.9166666666667C782.9166666666666 1501.9166666666667 599.1666666666666 1355.25 533.75 1158.3333333333333C517.0833333333333 1108.3333333333333 507.5833333333333 1055 507.5833333333333 999.9999999999998C507.5833333333333 945 517.0833333333333 891.6666666666665 533.75 841.6666666666665C599.25 644.6666666666665 782.9166666666666 498.0833333333333 1000 498.0833333333333C1112.0833333333333 498.0833333333333 1207.5 527.6666666666665 1282.1666666666665 577.6666666666663A383.33333333333326 383.33333333333326 0 0 1 1448.4999999999998 829.1666666666663H1000V1151.4999999999998H1784.8333333333333C1794.6666666666663 1096.9999999999998 1799.9999999999998 1040.1666666666665 1799.9999999999998 981.083333333333C1799.9999999999998 727.2499999999998 1709.1666666666665 513.583333333333 1551.4999999999998 368.5833333333331C1413.6666666666665 241.25 1224.9999999999998 166.6666666666668 1000 166.6666666666668A833 833 0 0 0 166.6666666666667 1000C166.6666666666667 1134.5 198.8333333333334 1261.6666666666667 255.3333333333333 1374.1666666666667z" />
+ <glyph glyph-name="google-line"
+ unicode="&#xEC8A;"
+ horiz-adv-x="2000" d="M1000 1083.3333333333335H1711.0833333333333C1714.75 1051.25 1716.6666666666667 1018.3333333333334 1716.6666666666667 984.6666666666669C1716.6666666666667 756.8333333333335 1635 565.0000000000002 1493.5 434.6666666666668C1369.75 320.416666666667 1200.3333333333333 253.4166666666668 998.3333333333331 253.4166666666668A748 748 0 0 0 250 1001.6666666666669A748 748 0 0 0 998.3333333333331 1750C1200 1750 1369.4166666666665 1675.8333333333333 1498.9999999999998 1555.0833333333333L1377.1666666666665 1433.3333333333335C1280.6666666666665 1526.5833333333335 1150.25 1583.3333333333335 1000 1583.3333333333335A583.3333333333334 583.3333333333334 0 1 1 1000 416.6666666666668C1293.8333333333333 416.6666666666668 1511.9999999999998 634.0000000000002 1548.083333333333 916.6666666666669H1000V1083.3333333333335z" />
+ <glyph glyph-name="government-fill"
+ unicode="&#xEC8B;"
+ horiz-adv-x="2000" d="M166.6666666666667 416.6666666666668V1333.3333333333335H83.3333333333333V1500H333.3333333333333V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1750H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1666.6666666666667V1500H1916.6666666666663V1333.3333333333335H1833.3333333333333V416.6666666666668H1916.6666666666663V250H83.3333333333333V416.6666666666668H166.6666666666667zM1083.3333333333333 416.6666666666668V1000H916.6666666666666V416.6666666666668H1083.3333333333333zM666.6666666666666 416.6666666666668V1000H500V416.6666666666668H666.6666666666666zM1500 416.6666666666668V1000H1333.3333333333333V416.6666666666668H1500zM500 1583.3333333333335V1500H1500V1583.3333333333335H500z" />
+ <glyph glyph-name="government-line"
+ unicode="&#xEC8C;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1500H1916.6666666666663V1333.3333333333335H1833.3333333333333V416.6666666666668H1916.6666666666663V250H83.3333333333333V416.6666666666668H166.6666666666667V1333.3333333333335H83.3333333333333V1500H333.3333333333333V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1750H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1666.6666666666667V1500zM1666.6666666666665 1333.3333333333335H333.3333333333333V416.6666666666668H583.3333333333333V1000H750V416.6666666666668H916.6666666666666V1000H1083.3333333333333V416.6666666666668H1250V1000H1416.6666666666665V416.6666666666668H1666.6666666666665V1333.3333333333335zM500 1583.3333333333335V1500H1500V1583.3333333333335H500z" />
+ <glyph glyph-name="gps-fill"
+ unicode="&#xEC8D;"
+ horiz-adv-x="2000" d="M1000 666.6666666666667L1250 166.6666666666668H750L1000 666.6666666666667zM781.0833333333334 645.4166666666667A416.6666666666667 416.6666666666667 0 1 0 1219 645.4166666666667L1106 871.3333333333335A166.66666666666666 166.66666666666666 0 1 1 893.9999999999999 871.3333333333335L781.0833333333333 645.5000000000002zM594.3333333333334 271.916666666667A833.0833333333334 833.0833333333334 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000A833.0833333333334 833.0833333333334 0 0 0 1405.6666666666667 271.9166666666665L1293.75 495.9166666666665A583.3333333333334 583.3333333333334 0 1 1 706.2500000000001 495.9166666666665L594.3333333333334 271.9166666666665z" />
+ <glyph glyph-name="gps-line"
+ unicode="&#xEC8E;"
+ horiz-adv-x="2000" d="M594.3333333333333 271.916666666667A833.0833333333334 833.0833333333334 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000A833.0833333333334 833.0833333333334 0 0 0 1405.6666666666667 271.9166666666665L1331 421.1666666666668A666.6666666666666 666.6666666666666 0 1 1 668.9166666666667 421.1666666666668L594.3333333333334 271.9166666666665zM743.6666666666666 570.5833333333335A500 500 0 1 0 1256.2499999999998 570.5833333333335L1181.4166666666665 720.3333333333335A333.3333333333333 333.3333333333333 0 1 1 818.5833333333334 720.3333333333335L743.6666666666666 570.5833333333335zM1000 666.6666666666667L1250 166.6666666666668H750L1000 666.6666666666667z" />
+ <glyph glyph-name="gradienter-fill"
+ unicode="&#xEC8F;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM677.1666666666666 1083.3333333333335H338.5A673.25 673.25 0 0 1 338.5 916.6666666666669H677.1666666666667A333.9166666666666 333.9166666666666 0 0 0 677.1666666666667 1083.3333333333335zM1322.8333333333333 1083.3333333333335A333.9166666666666 333.9166666666666 0 0 0 1322.8333333333333 916.6666666666669H1661.4999999999998A673.25 673.25 0 0 1 1661.4999999999998 1083.3333333333335H1322.8333333333333zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 833.3333333333335z" />
+ <glyph glyph-name="gradienter-line"
+ unicode="&#xEC90;"
+ horiz-adv-x="2000" d="M170.8333333333333 916.6666666666669H338.5A666.7499999999999 666.7499999999999 0 0 1 1661.4999999999998 916.6666666666669H1829.25C1787.4166666666667 495.5833333333333 1432.0833333333335 166.6666666666668 1000 166.6666666666668C567.9166666666666 166.6666666666668 212.5833333333334 495.5833333333333 170.8333333333334 916.6666666666669zM170.8333333333333 1083.3333333333335C212.5 1504.4166666666667 567.8333333333333 1833.3333333333333 1000 1833.3333333333333S1787.4166666666665 1504.4166666666667 1829.1666666666663 1083.3333333333335H1661.4999999999998A666.7499999999999 666.7499999999999 0 0 1 338.5 1083.3333333333335H170.75zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1000 833.3333333333335z" />
+ <glyph glyph-name="grid-fill"
+ unicode="&#xEC91;"
+ horiz-adv-x="2000" d="M1166.6666666666665 1166.6666666666667V833.3333333333335H833.3333333333333V1166.6666666666667H1166.6666666666665zM1333.3333333333333 1166.6666666666667H1750V833.3333333333335H1333.3333333333333V1166.6666666666667zM1166.6666666666665 250H833.3333333333333V666.6666666666667H1166.6666666666665V250zM1333.3333333333333 250V666.6666666666667H1750V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H1333.3333333333333zM1166.6666666666665 1750V1333.3333333333335H833.3333333333333V1750H1166.6666666666665zM1333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V1333.3333333333335H1333.3333333333333V1750zM666.6666666666666 1166.6666666666667V833.3333333333335H250V1166.6666666666667H666.6666666666666zM666.6666666666666 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V666.6666666666667H666.6666666666666V250zM666.6666666666666 1750V1333.3333333333335H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H666.6666666666666z" />
+ <glyph glyph-name="grid-line"
+ unicode="&#xEC92;"
+ horiz-adv-x="2000" d="M1166.6666666666665 1166.6666666666667H833.3333333333333V833.3333333333335H1166.6666666666665V1166.6666666666667zM1333.3333333333333 1166.6666666666667V833.3333333333335H1583.3333333333333V1166.6666666666667H1333.3333333333333zM1166.6666666666665 416.6666666666668V666.6666666666667H833.3333333333333V416.6666666666668H1166.6666666666665zM1333.3333333333333 416.6666666666668H1583.3333333333333V666.6666666666667H1333.3333333333333V416.6666666666668zM1166.6666666666665 1583.3333333333335H833.3333333333333V1333.3333333333335H1166.6666666666665V1583.3333333333335zM1333.3333333333333 1583.3333333333335V1333.3333333333335H1583.3333333333333V1583.3333333333335H1333.3333333333333zM666.6666666666666 1166.6666666666667H416.6666666666667V833.3333333333335H666.6666666666666V1166.6666666666667zM666.6666666666666 416.6666666666668V666.6666666666667H416.6666666666667V416.6666666666668H666.6666666666666zM666.6666666666666 1583.3333333333335H416.6666666666667V1333.3333333333335H666.6666666666666V1583.3333333333335zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750z" />
+ <glyph glyph-name="group-2-fill"
+ unicode="&#xEC93;"
+ horiz-adv-x="2000" d="M833.3333333333333 354.3333333333333V633.3333333333335C833.3333333333333 740.2500000000002 916.2499999999998 824.3333333333335 1038.9166666666667 872.3333333333335A706.8333333333333 706.8333333333333 0 0 1 791.6666666666666 916.6666666666669C634.1666666666666 916.6666666666669 488.6666666666666 865.25 371.0833333333333 778.3333333333335A668.0833333333331 668.0833333333331 0 0 1 833.3333333333333 354.3333333333333zM1573.3333333333335 659.5C1540.4166666666665 703.9166666666667 1430.8333333333335 750 1291.6666666666665 750C1124.5 750 1000 683.5833333333333 1000 633.3333333333335V333.3333333333335A666.3333333333334 666.3333333333334 0 0 1 1573.3333333333333 659.5000000000002zM795.8333333333334 1041.6666666666667A187.49999999999997 187.49999999999997 0 1 1 795.8333333333334 1416.6666666666667A187.49999999999997 187.49999999999997 0 0 1 795.8333333333334 1041.6666666666667zM1291.6666666666665 958.3333333333334A166.66666666666666 166.66666666666666 0 1 1 1291.6666666666665 1291.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1291.6666666666665 958.3333333333334zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668z" />
+ <glyph glyph-name="group-2-line"
+ unicode="&#xEC94;"
+ horiz-adv-x="2000" d="M795.8333333333334 1041.6666666666667A187.49999999999997 187.49999999999997 0 1 0 795.8333333333334 1416.6666666666667A187.49999999999997 187.49999999999997 0 0 0 795.8333333333334 1041.6666666666667zM833.3333333333333 354.3333333333337V633.3333333333335C833.3333333333333 674.0000000000002 845.3333333333333 711.4166666666667 867 744.8333333333337A539.4166666666666 539.4166666666666 0 0 1 447.5833333333333 626.7500000000002A667.6666666666666 667.6666666666666 0 0 1 833.3333333333333 354.2500000000003zM371.0833333333333 778.3333333333335A705.1666666666666 705.1666666666666 0 0 0 791.6666666666666 916.6666666666669C878.5833333333333 916.6666666666669 961.9166666666666 901 1038.9166666666667 872.3333333333335C1112.0833333333333 900.9166666666669 1199.3333333333333 916.6666666666669 1291.6666666666665 916.6666666666669C1430 916.6666666666669 1557.083333333333 881.3333333333335 1642.1666666666665 820.3333333333333A666.6666666666666 666.6666666666666 0 1 1 371.0833333333333 778.3333333333335zM1573.25 659.5000000000002C1540.5 703.9166666666667 1430.9166666666665 750 1291.6666666666665 750C1124.5 750 1000 683.5833333333333 1000 633.3333333333335V333.3333333333335A666.3333333333334 666.3333333333334 0 0 1 1573.3333333333333 659.5000000000002zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1291.6666666666665 958.3333333333334A166.66666666666666 166.66666666666666 0 1 0 1291.6666666666665 1291.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1291.6666666666665 958.3333333333334z" />
+ <glyph glyph-name="group-fill"
+ unicode="&#xEC95;"
+ horiz-adv-x="2000" d="M166.6666666666667 166.6666666666668A666.6666666666666 666.6666666666666 0 1 0 1500 166.6666666666668H166.6666666666667zM833.3333333333333 916.6666666666669C557.0833333333334 916.6666666666669 333.3333333333333 1140.4166666666667 333.3333333333333 1416.6666666666667S557.0833333333334 1916.6666666666667 833.3333333333333 1916.6666666666667S1333.3333333333333 1692.9166666666667 1333.3333333333333 1416.6666666666667S1109.5833333333333 916.6666666666669 833.3333333333333 916.6666666666669zM1446.9166666666665 730.5833333333333A625.4166666666666 625.4166666666666 0 0 0 1915.25 166.6666666666668H1666.6666666666665C1666.6666666666665 384.1666666666668 1583.3333333333333 582.1666666666667 1446.9166666666665 730.5833333333333zM1278.3333333333333 920.25A664.9999999999999 664.9999999999999 0 0 1 1500 1416.6666666666667A663.6666666666666 663.6666666666666 0 0 1 1415.4166666666665 1741.9166666666667A416.6666666666667 416.6666666666667 0 0 0 1750 1333.3333333333335A416.5833333333332 416.5833333333332 0 0 0 1278.3333333333333 920.25z" />
+ <glyph glyph-name="group-line"
+ unicode="&#xEC96;"
+ horiz-adv-x="2000" d="M166.6666666666667 166.6666666666668A666.6666666666666 666.6666666666666 0 1 0 1500 166.6666666666668H1333.3333333333333A500 500 0 1 1 333.3333333333333 166.6666666666668H166.6666666666667zM833.3333333333333 916.6666666666669C557.0833333333334 916.6666666666669 333.3333333333333 1140.4166666666667 333.3333333333333 1416.6666666666667S557.0833333333334 1916.6666666666667 833.3333333333333 1916.6666666666667S1333.3333333333333 1692.9166666666667 1333.3333333333333 1416.6666666666667S1109.5833333333333 916.6666666666669 833.3333333333333 916.6666666666669zM833.3333333333333 1083.3333333333335C1017.5 1083.3333333333335 1166.6666666666665 1232.5 1166.6666666666665 1416.6666666666667S1017.5 1750 833.3333333333333 1750S500 1600.8333333333335 500 1416.6666666666667S649.1666666666666 1083.3333333333335 833.3333333333333 1083.3333333333335zM1523.6666666666665 774.7500000000002A666.8333333333334 666.8333333333334 0 0 0 1916.6666666666663 166.6666666666668H1750A500.0833333333333 500.0833333333333 0 0 1 1455.25 622.75L1523.5833333333333 774.75zM1466.3333333333333 1715.5833333333333A458.3333333333333 458.3333333333333 0 0 0 1750 1291.6666666666667A458.2499999999999 458.2499999999999 0 0 0 1333.3333333333333 835.1666666666667V1002.9166666666669A291.6666666666667 291.6666666666667 0 0 1 1420.0833333333333 1553.6666666666667L1466.3333333333333 1715.5833333333335z" />
+ <glyph glyph-name="guide-fill"
+ unicode="&#xEC97;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1333.3333333333335V666.6666666666667A250 250 0 0 0 833.3333333333333 416.6666666666668H652.5A250.08333333333331 250.08333333333331 0 1 0 652.5 583.3333333333335H833.3333333333333A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 666.6666666666667V1333.3333333333335A250 250 0 0 0 1166.6666666666665 1583.3333333333335H1416.6666666666665V1833.3333333333333L1833.3333333333333 1500L1416.6666666666665 1166.6666666666667V1416.6666666666667H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 1 1083.3333333333333 1333.3333333333335z" />
+ <glyph glyph-name="guide-line"
+ unicode="&#xEC98;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1333.3333333333335V666.6666666666667A250 250 0 0 0 833.3333333333333 416.6666666666668H652.5A250.08333333333331 250.08333333333331 0 1 0 652.5 583.3333333333335H833.3333333333333A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 666.6666666666667V1333.3333333333335A250 250 0 0 0 1166.6666666666665 1583.3333333333335H1416.6666666666665V1833.3333333333333L1833.3333333333333 1500L1416.6666666666665 1166.6666666666667V1416.6666666666667H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 1 1083.3333333333333 1333.3333333333335zM416.6666666666667 416.6666666666668A83.33333333333333 83.33333333333333 0 1 1 416.6666666666667 583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 416.6666666666668z" />
+ <glyph glyph-name="hard-drive-2-fill"
+ unicode="&#xEC99;"
+ horiz-adv-x="2000" d="M1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750zM416.6666666666667 666.6666666666667V333.3333333333335H1583.3333333333333V666.6666666666667H416.6666666666667zM1250 583.3333333333335H1416.6666666666665V416.6666666666668H1250V583.3333333333335z" />
+ <glyph glyph-name="hard-drive-2-line"
+ unicode="&#xEC9A;"
+ horiz-adv-x="2000" d="M416.6666666666667 833.3333333333335H1583.3333333333333V1666.6666666666667H416.6666666666667V833.3333333333335zM416.6666666666667 666.6666666666667V333.3333333333335H1583.3333333333333V666.6666666666667H416.6666666666667zM333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333zM1250 583.3333333333335H1416.6666666666665V416.6666666666668H1250V583.3333333333335z" />
+ <glyph glyph-name="hard-drive-fill"
+ unicode="&#xEC9B;"
+ horiz-adv-x="2000" d="M1162.4999999999998 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V920.8333333333334C277.4166666666667 918.0833333333334 305.25 916.6666666666669 333.3333333333333 916.6666666666669C793.5833333333333 916.6666666666669 1166.6666666666665 1289.75 1166.6666666666665 1750C1166.6666666666665 1778.0833333333335 1165.25 1805.9166666666667 1162.4999999999998 1833.3333333333333zM1250 666.6666666666667V500H1416.6666666666665V666.6666666666667H1250zM994.8333333333334 1833.3333333333333A666.6666666666666 666.6666666666666 0 0 0 250 1088.5V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H994.8333333333331z" />
+ <glyph glyph-name="hard-drive-line"
+ unicode="&#xEC9C;"
+ horiz-adv-x="2000" d="M416.6666666666667 1088.5A666.9999999999999 666.9999999999999 0 0 1 994.8333333333334 1666.6666666666667H416.6666666666667V1088.5zM416.6666666666667 920.75V333.3333333333335H1583.3333333333333V1666.6666666666667H1162.4999999999998A833.5833333333334 833.5833333333334 0 0 0 416.6666666666667 920.8333333333334zM333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333zM1250 666.6666666666667H1416.6666666666665V500H1250V666.6666666666667z" />
+ <glyph glyph-name="hd-fill"
+ unicode="&#xEC9D;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM625 1062.5V1250H500V750H625V937.5H791.6666666666666V750H916.6666666666666V1250H791.6666666666666V1062.5H625zM1208.3333333333333 1125H1333.3333333333333A41.666666666666664 41.666666666666664 0 0 0 1375 1083.3333333333335V916.6666666666669A41.666666666666664 41.666666666666664 0 0 0 1333.3333333333333 875H1208.3333333333333V1125zM1083.3333333333333 1250V750H1333.3333333333333A166.66666666666666 166.66666666666666 0 0 1 1500 916.6666666666669V1083.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1333.3333333333333 1250H1083.3333333333333z" />
+ <glyph glyph-name="hd-line"
+ unicode="&#xEC9E;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM625 1062.5H791.6666666666666V1250H916.6666666666666V750H791.6666666666666V937.5H625V750H500V1250H625V1062.5zM1208.3333333333333 1125V875H1333.3333333333333A41.666666666666664 41.666666666666664 0 0 1 1375 916.6666666666669V1083.3333333333335A41.666666666666664 41.666666666666664 0 0 1 1333.3333333333333 1125H1208.3333333333333zM1083.3333333333333 1250H1333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1500 1083.3333333333335V916.6666666666669A166.66666666666666 166.66666666666666 0 0 0 1333.3333333333333 750H1083.3333333333333V1250z" />
+ <glyph glyph-name="headphone-fill"
+ unicode="&#xEC9F;"
+ horiz-adv-x="2000" d="M333.3333333333333 1000H583.3333333333333A166.66666666666666 166.66666666666666 0 0 0 750 833.3333333333335V416.6666666666668A166.66666666666666 166.66666666666666 0 0 0 583.3333333333333 250H333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 166.6666666666667 416.6666666666668V1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000V416.6666666666668A166.66666666666666 166.66666666666666 0 0 0 1666.6666666666665 250H1416.6666666666665A166.66666666666666 166.66666666666666 0 0 0 1250 416.6666666666668V833.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1416.6666666666665 1000H1666.6666666666665A666.6666666666666 666.6666666666666 0 1 1 333.3333333333333 1000z" />
+ <glyph glyph-name="headphone-line"
+ unicode="&#xECA0;"
+ horiz-adv-x="2000" d="M1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 333.3333333333333 1000H583.3333333333333A166.66666666666666 166.66666666666666 0 0 0 750 833.3333333333335V416.6666666666668A166.66666666666666 166.66666666666666 0 0 0 583.3333333333333 250H333.3333333333333A166.66666666666666 166.66666666666666 0 0 0 166.6666666666667 416.6666666666668V1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000V416.6666666666668A166.66666666666666 166.66666666666666 0 0 0 1666.6666666666665 250H1416.6666666666665A166.66666666666666 166.66666666666666 0 0 0 1250 416.6666666666668V833.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1416.6666666666665 1000H1666.6666666666665A666.6666666666666 666.6666666666666 0 0 1 1000 1666.6666666666667zM333.3333333333333 833.3333333333335V416.6666666666668H583.3333333333333V833.3333333333335H333.3333333333333zM1416.6666666666665 833.3333333333335V416.6666666666668H1666.6666666666665V833.3333333333335H1416.6666666666665z" />
+ <glyph glyph-name="heart-2-fill"
+ unicode="&#xECA1;"
+ horiz-adv-x="2000" d="M235.0833333333334 933.8333333333331A541.6666666666666 541.6666666666666 0 0 0 852.8333333333333 1787.1666666666667H852.6666666666665L499.1666666666666 1433.5L617 1315.6666666666667L970.5 1669.1666666666667A541.6666666666666 541.6666666666666 0 0 0 1736.583333333333 903.1666666666669L1000 166.6666666666668L234 932.6666666666669L235.0833333333333 933.8333333333331z" />
+ <glyph glyph-name="heart-2-line"
+ unicode="&#xECA2;"
+ horiz-adv-x="2000" d="M1764.9166666666665 933.8333333333331L1766 932.6666666666669L1000 166.6666666666668L234 932.6666666666669L235.0833333333333 933.8333333333331A541.6666666666666 541.6666666666666 0 0 0 1000 1696.6666666666667A541.6666666666666 541.6666666666666 0 0 0 1764.9166666666667 933.8333333333331zM381.25 1551.4166666666667A374.99999999999994 374.99999999999994 0 0 1 381.25 1021.0833333333334L1000 402.3333333333335L1618.75 1021.0833333333334A374.99999999999994 374.99999999999994 0 0 1 1088.4166666666665 1551.4166666666667L734.8333333333333 1197.8333333333335L617 1315.8333333333333L880.4999999999999 1579.3333333333333A374.99999999999994 374.99999999999994 0 0 1 381.3333333333332 1551.5z" />
+ <glyph glyph-name="heart-fill"
+ unicode="&#xECA3;"
+ horiz-adv-x="2000" d="M1764.9166666666665 933.8333333333331L1766 932.6666666666669L1000 166.6666666666668L234 932.6666666666669L235.0833333333333 933.8333333333331A541.6666666666666 541.6666666666666 0 0 0 1000 1696.6666666666667A541.6666666666666 541.6666666666666 0 0 0 1764.9166666666667 933.8333333333331z" />
+ <glyph glyph-name="heart-line"
+ unicode="&#xECA4;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668L234 932.6666666666669C52.3333333333333 1146.6666666666667 61.8333333333333 1467.6666666666667 263.4166666666667 1669.3333333333335A541.6666666666666 541.6666666666666 0 0 0 1000 1696.6666666666667A541.6666666666666 541.6666666666666 0 0 0 1764.9166666666667 933.8333333333331L1000 166.6666666666668zM1638.4999999999998 1042.4166666666667A374.99999999999994 374.99999999999994 0 0 1 1108.9166666666665 1570.5L1000 1476.5L891.0833333333333 1570.5A374.99999999999994 374.99999999999994 0 0 1 361.4999999999999 1042.4166666666667L370.9999999999999 1031.4166666666667L1000 402.3333333333335L1629 1031.4166666666665L1638.5000000000002 1042.4166666666665z" />
+ <glyph glyph-name="home-2-fill"
+ unicode="&#xECA5;"
+ horiz-adv-x="2000" d="M1666.6666666666665 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335z" />
+ <glyph glyph-name="home-2-line"
+ unicode="&#xECA6;"
+ horiz-adv-x="2000" d="M1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250zM500 416.6666666666668H1500V1236.9166666666667L1000 1691.4166666666667L500 1236.9166666666667V416.6666666666668z" />
+ <glyph glyph-name="home-3-fill"
+ unicode="&#xECA7;"
+ horiz-adv-x="2000" d="M1666.6666666666665 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335zM666.6666666666666 750V583.3333333333335H1333.3333333333333V750H666.6666666666666z" />
+ <glyph glyph-name="home-3-line"
+ unicode="&#xECA8;"
+ horiz-adv-x="2000" d="M1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250zM500 416.6666666666668H1500V1236.9166666666667L1000 1691.4166666666667L500 1236.9166666666667V416.6666666666668zM666.6666666666666 750H1333.3333333333333V583.3333333333335H666.6666666666666V750z" />
+ <glyph glyph-name="home-4-fill"
+ unicode="&#xECA9;"
+ horiz-adv-x="2000" d="M1666.6666666666665 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335zM916.6666666666666 916.6666666666669V416.6666666666668H1083.3333333333333V916.6666666666669H916.6666666666666z" />
+ <glyph glyph-name="home-4-line"
+ unicode="&#xECAA;"
+ horiz-adv-x="2000" d="M1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250zM1083.3333333333333 416.6666666666668H1500V1236.9166666666667L1000 1691.4166666666667L500 1236.9166666666667V416.6666666666668H916.6666666666666V916.6666666666669H1083.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="home-5-fill"
+ unicode="&#xECAB;"
+ horiz-adv-x="2000" d="M1750 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1209.1666666666667A83.33333333333333 83.33333333333333 0 0 0 282.1666666666667 1275L948.8333333333331 1793.5A83.33333333333333 83.33333333333333 0 0 0 1051.1666666666665 1793.5L1717.833333333333 1275A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 1209.166666666667V333.3333333333335zM916.6666666666666 916.6666666666669V416.6666666666668H1083.3333333333333V916.6666666666669H916.6666666666666z" />
+ <glyph glyph-name="home-5-line"
+ unicode="&#xECAC;"
+ horiz-adv-x="2000" d="M1083.3333333333333 416.6666666666668H1583.3333333333333V1168.5L1000 1622.1666666666667L416.6666666666667 1168.5V416.6666666666668H916.6666666666666V916.6666666666669H1083.3333333333333V416.6666666666668zM1750 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1209.1666666666667A83.33333333333333 83.33333333333333 0 0 0 282.1666666666667 1275L948.8333333333331 1793.5A83.33333333333333 83.33333333333333 0 0 0 1051.1666666666665 1793.5L1717.833333333333 1275A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 1209.166666666667V333.3333333333335z" />
+ <glyph glyph-name="home-6-fill"
+ unicode="&#xECAD;"
+ horiz-adv-x="2000" d="M1750 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1209.1666666666667A83.33333333333333 83.33333333333333 0 0 0 282.1666666666667 1275L948.8333333333331 1793.5A83.33333333333333 83.33333333333333 0 0 0 1051.1666666666665 1793.5L1717.833333333333 1275A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 1209.166666666667V333.3333333333335zM583.3333333333333 750V583.3333333333335H1416.6666666666665V750H583.3333333333333z" />
+ <glyph glyph-name="home-6-line"
+ unicode="&#xECAE;"
+ horiz-adv-x="2000" d="M1750 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1209.1666666666667A83.33333333333333 83.33333333333333 0 0 0 282.1666666666667 1275L948.8333333333331 1793.5A83.33333333333333 83.33333333333333 0 0 0 1051.1666666666665 1793.5L1717.833333333333 1275A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 1209.166666666667V333.3333333333335zM1583.3333333333333 416.6666666666668V1168.5L1000 1622.1666666666667L416.6666666666667 1168.5V416.6666666666668H1583.3333333333333zM583.3333333333333 750H1416.6666666666665V583.3333333333335H583.3333333333333V750z" />
+ <glyph glyph-name="home-7-fill"
+ unicode="&#xECAF;"
+ horiz-adv-x="2000" d="M1583.3333333333333 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1500 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1083.3333333333335H0L860.5833333333333 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 972.75 1865.6666666666667L1833.3333333333333 1083.3333333333335H1583.3333333333333V333.3333333333335zM916.6666666666666 750A208.33333333333334 208.33333333333334 0 1 1 916.6666666666666 1166.6666666666667A208.33333333333334 208.33333333333334 0 0 1 916.6666666666666 750z" />
+ <glyph glyph-name="home-7-line"
+ unicode="&#xECB0;"
+ horiz-adv-x="2000" d="M1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250zM500 416.6666666666668H1500V1236.9166666666667L1000 1691.4166666666667L500 1236.9166666666667V416.6666666666668zM1000 750A208.33333333333334 208.33333333333334 0 1 0 1000 1166.6666666666667A208.33333333333334 208.33333333333334 0 0 0 1000 750z" />
+ <glyph glyph-name="home-8-fill"
+ unicode="&#xECB1;"
+ horiz-adv-x="2000" d="M1666.6666666666665 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335zM750 1166.6666666666667V666.6666666666667H1250V1166.6666666666667H750zM916.6666666666666 1000H1083.3333333333333V833.3333333333335H916.6666666666666V1000z" />
+ <glyph glyph-name="home-8-line"
+ unicode="&#xECB2;"
+ horiz-adv-x="2000" d="M1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250zM500 416.6666666666668H1500V1236.9166666666667L1000 1691.4166666666667L500 1236.9166666666667V416.6666666666668zM750 1166.6666666666667H1250V666.6666666666667H750V1166.6666666666667zM916.6666666666666 1000V833.3333333333335H1083.3333333333333V1000H916.6666666666666z" />
+ <glyph glyph-name="home-fill"
+ unicode="&#xECB3;"
+ horiz-adv-x="2000" d="M1750 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1209.1666666666667A83.33333333333333 83.33333333333333 0 0 0 282.1666666666667 1275L948.8333333333331 1793.5A83.33333333333333 83.33333333333333 0 0 0 1051.1666666666665 1793.5L1717.833333333333 1275A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 1209.166666666667V333.3333333333335z" />
+ <glyph glyph-name="home-gear-fill"
+ unicode="&#xECB4;"
+ horiz-adv-x="2000" d="M1666.6666666666665 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335zM716 849.3333333333335L633.4166666666667 801.6666666666667L716.75 657.2500000000002L799.5 705.0000000000002A291.6666666666667 291.6666666666667 0 0 1 916.5833333333334 637.4166666666667V542.0000000000002H1083.4166666666667V637.5A291.6666666666667 291.6666666666667 0 0 1 1200.5 705L1283.1666666666665 657.3333333333333L1366.6666666666665 801.6666666666667L1284.0833333333333 849.3333333333333A292 292 0 0 1 1284.0833333333333 984.3333333333331L1366.6666666666665 1032.0833333333333L1283.333333333333 1176.5L1200.583333333333 1128.75A291.6666666666667 291.6666666666667 0 0 1 1083.3333333333333 1196.25V1291.6666666666667H916.5V1196.3333333333335A291.6666666666667 291.6666666666667 0 0 1 799.4166666666667 1128.75L716.7500000000002 1176.5L633.3333333333333 1032L715.9166666666665 984.3333333333334A292 292 0 0 1 715.9166666666665 849.3333333333335zM1000 791.8333333333335A125 125 0 1 0 999.8333333333331 1041.9166666666667A125 125 0 0 0 1000 791.9166666666667z" />
+ <glyph glyph-name="home-gear-line"
+ unicode="&#xECB5;"
+ horiz-adv-x="2000" d="M1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250zM500 416.6666666666668H1500V1236.9166666666667L1000 1691.4166666666667L500 1236.9166666666667V416.6666666666668zM715.9166666666667 849.25A292.3333333333333 292.3333333333333 0 0 0 715.9166666666667 984.4166666666666L633.3333333333334 1032.0833333333333L716.6666666666667 1176.4166666666665L799.25 1128.6666666666665A291.25 291.25 0 0 0 916.25 1196.333333333333V1291.6666666666667H1082.9166666666667V1196.3333333333335C1127.25 1183.0833333333333 1167.0833333333333 1159.6666666666667 1199.9166666666667 1128.6666666666667L1282.5 1176.4166666666667L1365.8333333333333 1032.166666666667L1283.25 984.4166666666669A292.3333333333333 292.3333333333333 0 0 0 1283.25 849.2500000000002L1365.8333333333333 801.5833333333335L1282.5 657.3333333333335L1199.9166666666667 705.0000000000002A291.25 291.25 0 0 0 1082.9166666666667 637.4166666666667V542.0000000000002H916.25V637.5A291.25 291.25 0 0 0 799.25 705.0833333333333L716.6666666666667 657.4166666666667L633.3333333333334 801.5833333333335L715.9166666666667 849.3333333333335zM999.5833333333334 791.9166666666665A125 125 0 1 1 999.5833333333334 1041.75A125 125 0 0 1 999.5833333333334 791.9166666666665z" />
+ <glyph glyph-name="home-line"
+ unicode="&#xECB6;"
+ horiz-adv-x="2000" d="M1750 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1209.1666666666667A83.33333333333333 83.33333333333333 0 0 0 282.1666666666667 1275L948.8333333333331 1793.5A83.33333333333333 83.33333333333333 0 0 0 1051.1666666666665 1793.5L1717.833333333333 1275A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 1209.166666666667V333.3333333333335zM1583.3333333333333 416.6666666666668V1168.5L1000 1622.1666666666667L416.6666666666667 1168.5V416.6666666666668H1583.3333333333333z" />
+ <glyph glyph-name="home-smile-2-fill"
+ unicode="&#xECB7;"
+ horiz-adv-x="2000" d="M1750 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1223.8333333333335A83.33333333333333 83.33333333333333 0 0 0 281.6666666666667 1289.25L948.3333333333331 1815.1666666666667A83.33333333333333 83.33333333333333 0 0 0 1051.6666666666665 1815.1666666666667L1718.333333333333 1289.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 1223.8333333333335V333.3333333333335zM583.3333333333333 1000A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 1000H1250A250 250 0 0 0 750 1000H583.3333333333333z" />
+ <glyph glyph-name="home-smile-2-line"
+ unicode="&#xECB8;"
+ horiz-adv-x="2000" d="M1583.3333333333333 416.6666666666668V1183.4166666666667L1000 1643.5833333333335L416.6666666666667 1183.4166666666667V416.6666666666668H1583.3333333333333zM1750 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1223.8333333333335A83.33333333333333 83.33333333333333 0 0 0 281.6666666666667 1289.25L948.3333333333331 1815.1666666666667A83.33333333333333 83.33333333333333 0 0 0 1051.6666666666665 1815.1666666666667L1718.333333333333 1289.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 1223.8333333333335V333.3333333333335zM583.3333333333333 1000H750A250 250 0 0 1 1250 1000H1416.6666666666665A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1000z" />
+ <glyph glyph-name="home-smile-fill"
+ unicode="&#xECB9;"
+ horiz-adv-x="2000" d="M1666.6666666666665 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335zM625 916.6666666666669A374.99999999999994 374.99999999999994 0 1 1 1375 916.6666666666669H1208.3333333333333A208.33333333333334 208.33333333333334 0 1 0 791.6666666666666 916.6666666666669H625z" />
+ <glyph glyph-name="home-smile-line"
+ unicode="&#xECBA;"
+ horiz-adv-x="2000" d="M500 416.6666666666668H1500V1236.9166666666667L1000 1691.4166666666667L500 1236.9166666666667V416.6666666666668zM1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250zM625 916.6666666666669H791.6666666666666A208.33333333333334 208.33333333333334 0 1 1 1208.3333333333333 916.6666666666669H1375A374.99999999999994 374.99999999999994 0 1 0 625 916.6666666666669z" />
+ <glyph glyph-name="home-wifi-fill"
+ unicode="&#xECBB;"
+ horiz-adv-x="2000" d="M1666.6666666666665 333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335zM583.3333333333333 1083.3333333333335V916.6666666666669A416.6666666666667 416.6666666666667 0 0 0 1000 500H1166.6666666666665A583.3333333333334 583.3333333333334 0 0 1 583.3333333333333 1083.3333333333335zM583.3333333333333 750V500H833.3333333333333A250 250 0 0 1 583.3333333333333 750z" />
+ <glyph glyph-name="home-wifi-line"
+ unicode="&#xECBC;"
+ horiz-adv-x="2000" d="M500 416.6666666666668H1500V1236.9166666666667L1000 1691.4166666666667L500 1236.9166666666667V416.6666666666668zM1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1083.3333333333335H83.3333333333333L943.9166666666666 1865.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1056.0833333333333 1865.6666666666667L1916.6666666666663 1083.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250zM666.6666666666666 1166.6666666666667A583.3333333333334 583.3333333333334 0 0 0 1250 583.3333333333335H1083.3333333333333A416.6666666666667 416.6666666666667 0 0 1 666.6666666666666 1000V1166.6666666666667zM666.6666666666666 833.3333333333335A250 250 0 0 0 916.6666666666666 583.3333333333335H666.6666666666666V833.3333333333335z" />
+ <glyph glyph-name="honour-fill"
+ unicode="&#xECBD;"
+ horiz-adv-x="2000" d="M1750 1666.6666666666667V439.9166666666668A41.666666666666664 41.666666666666664 0 0 0 1725.1666666666667 401.7500000000003L1000 80.8333333333333L274.8333333333333 401.6666666666668A41.666666666666664 41.666666666666664 0 0 0 250 440.0000000000003V1666.6666666666667H83.3333333333333V1833.3333333333333H1916.6666666666663V1666.6666666666667H1750zM666.6666666666666 1000V833.3333333333335H1333.3333333333333V1000H666.6666666666666zM666.6666666666666 1333.3333333333335V1166.6666666666667H1333.3333333333333V1333.3333333333335H666.6666666666666z" />
+ <glyph glyph-name="honour-line"
+ unicode="&#xECBE;"
+ horiz-adv-x="2000" d="M1750 1666.6666666666667V439.9166666666668A41.666666666666664 41.666666666666664 0 0 0 1725.1666666666667 401.7500000000003L1000 80.8333333333333L274.8333333333333 401.6666666666668A41.666666666666664 41.666666666666664 0 0 0 250 440.0000000000003V1666.6666666666667H83.3333333333333V1833.3333333333333H1916.6666666666663V1666.6666666666667H1750zM416.6666666666667 1666.6666666666667V521.2500000000002L1000 262.916666666667L1583.3333333333333 521.2500000000002V1666.6666666666667H416.6666666666667zM666.6666666666666 1333.3333333333335H1333.3333333333333V1166.6666666666667H666.6666666666666V1333.3333333333335zM666.6666666666666 1000H1333.3333333333333V833.3333333333335H666.6666666666666V1000z" />
+ <glyph glyph-name="hotel-bed-fill"
+ unicode="&#xECBF;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1083.3333333333335V333.3333333333335H1666.6666666666665V583.3333333333335H333.3333333333333V333.3333333333335H166.6666666666667V1666.6666666666667H333.3333333333333V833.3333333333335H1000V1416.6666666666667H1500A333.3333333333333 333.3333333333333 0 0 0 1833.3333333333333 1083.3333333333335zM666.6666666666666 916.6666666666669A250 250 0 1 0 666.6666666666666 1416.6666666666667A250 250 0 0 0 666.6666666666666 916.6666666666669z" />
+ <glyph glyph-name="hotel-bed-line"
+ unicode="&#xECC0;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1083.3333333333335V333.3333333333335H1666.6666666666665V583.3333333333335H333.3333333333333V333.3333333333335H166.6666666666667V1666.6666666666667H333.3333333333333V833.3333333333335H1000V1416.6666666666667H1500A333.3333333333333 333.3333333333333 0 0 0 1833.3333333333333 1083.3333333333335zM1666.6666666666665 833.3333333333335V1083.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1500 1250H1166.6666666666665V833.3333333333335H1666.6666666666665zM666.6666666666666 1083.3333333333335A83.33333333333333 83.33333333333333 0 1 1 666.6666666666666 1250A83.33333333333333 83.33333333333333 0 0 1 666.6666666666666 1083.3333333333335zM666.6666666666666 916.6666666666669A250 250 0 1 0 666.6666666666666 1416.6666666666667A250 250 0 0 0 666.6666666666666 916.6666666666669z" />
+ <glyph glyph-name="hotel-fill"
+ unicode="&#xECC1;"
+ horiz-adv-x="2000" d="M1416.6666666666665 416.6666666666668H1583.3333333333333V1083.3333333333335H1083.3333333333333V416.6666666666668H1250V916.6666666666669H1416.6666666666665V416.6666666666668zM250 416.6666666666668V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1666.6666666666667V1250H1750V416.6666666666668H1833.3333333333333V250H166.6666666666667V416.6666666666668H250zM583.3333333333333 1083.3333333333335V916.6666666666669H750V1083.3333333333335H583.3333333333333zM583.3333333333333 750V583.3333333333335H750V750H583.3333333333333zM583.3333333333333 1416.6666666666667V1250H750V1416.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="hotel-line"
+ unicode="&#xECC2;"
+ horiz-adv-x="2000" d="M1833.3333333333333 250H166.6666666666667V416.6666666666668H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1666.6666666666667V1250H1750V416.6666666666668H1833.3333333333333V250zM1416.6666666666665 416.6666666666668H1583.3333333333333V1083.3333333333335H1083.3333333333333V416.6666666666668H1250V916.6666666666669H1416.6666666666665V416.6666666666668zM1416.6666666666665 1250V1583.3333333333335H416.6666666666667V416.6666666666668H916.6666666666666V1250H1416.6666666666665zM583.3333333333333 1083.3333333333335H750V916.6666666666669H583.3333333333333V1083.3333333333335zM583.3333333333333 750H750V583.3333333333335H583.3333333333333V750zM583.3333333333333 1416.6666666666667H750V1250H583.3333333333333V1416.6666666666667z" />
+ <glyph glyph-name="hq-fill"
+ unicode="&#xECC3;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM625 1062.5V1250H500V750H625V937.5H791.6666666666666V750H916.6666666666666V1250H791.6666666666666V1062.5H625zM1354.1666666666665 750H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 1 1500 833.3333333333335V1166.6666666666667A83.33333333333333 83.33333333333333 0 0 1 1416.6666666666665 1250H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 1 1083.3333333333333 1166.6666666666667V833.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1166.6666666666665 750H1229.1666666666665V625H1354.1666666666665V750zM1208.3333333333333 1125H1375V875H1208.3333333333333V1125z" />
+ <glyph glyph-name="hq-line"
+ unicode="&#xECC4;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM625 1062.5H791.6666666666666V1250H916.6666666666666V750H791.6666666666666V937.5H625V750H500V1250H625V1062.5zM1354.1666666666665 750V625H1229.1666666666665V750H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 833.3333333333335V1166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1250H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1166.6666666666667V833.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 750H1354.1666666666665zM1208.3333333333333 1125V875H1375V1125H1208.3333333333333z" />
+ <glyph glyph-name="ie-fill"
+ unicode="&#xECC5;"
+ horiz-adv-x="2000" d="M717.6666666666666 323.3333333333333C489 199.1666666666668 291.5833333333333 173.4166666666668 182.5 282.5000000000003C70.5 394.1666666666668 130.1666666666667 686.75 291.9166666666667 980.25A1933.6666666666665 1933.6666666666665 0 0 0 593.9166666666666 1390C609.5 1405.5833333333335 687.6666666666665 1483.6666666666667 692.8333333333333 1483.6666666666667C692.8333333333333 1483.6666666666667 651.1666666666666 1457.5833333333335 646 1457.5833333333335C483.4999999999999 1366.3333333333335 340.75 1200.916666666667 309.5833333333333 1163.8333333333335A750.3333333333334 750.3333333333334 0 0 0 1098.5833333333333 1747.9166666666667C1356.4999999999998 1864.75 1596.4166666666665 1891.7500000000005 1697.9166666666665 1790.4166666666667C1791.6666666666665 1696.8333333333335 1786.4166666666667 1540.8333333333335 1708.3333333333333 1353.5833333333335C1707.4999999999998 1351.8333333333335 1706.8333333333333 1350 1706.0833333333333 1348.25A746.6666666666666 746.6666666666666 0 0 0 1791.6666666666665 1000C1791.6666666666665 968.3333333333331 1789.75 937.25 1785.9166666666667 906.6666666666669H1718.9166666666667A341.99999999999994 341.99999999999994 0 0 0 1707.0833333333335 906.4166666666669H724.0833333333333V890.8333333333333C729.2499999999999 724.4166666666667 875.0833333333333 578.8333333333333 1052.1666666666665 578.8333333333333C1177.1666666666665 578.8333333333333 1296.9166666666665 646.4166666666665 1348.9999999999998 745.25H1747.3333333333333A750.25 750.25 0 0 0 717.6666666666666 323.3333333333333zM667.0833333333334 350.0833333333335A752.4999999999999 752.4999999999999 0 0 0 336.0833333333335 745.2500000000002C239.3333333333335 555.0833333333335 214.4166666666668 396.0833333333335 297.0000000000001 313.5833333333335C364.7500000000001 245.9166666666668 500.1666666666667 261.5833333333337 666.8333333333334 349.916666666667L667.0833333333334 350.0833333333335zM1681 1392.3333333333335A682.4999999999999 682.4999999999999 0 0 0 1682.25 1395.1666666666667C1744.75 1530.3333333333335 1750 1644.6666666666667 1692.6666666666667 1712.3333333333335C1620.25 1784.6666666666667 1481 1774.8333333333333 1315.8333333333333 1698.3333333333333A752.6666666666665 752.6666666666665 0 0 0 1681 1392.3333333333335zM1380.2500000000002 1104V1109.0833333333335C1369.8333333333335 1280.75 1234.4166666666667 1410.75 1067.7500000000002 1410.75C890.6666666666669 1410.75 739.7500000000001 1270.3333333333335 729.3333333333335 1109.0833333333335V1103.916666666667H1380.2500000000002z" />
+ <glyph glyph-name="ie-line"
+ unicode="&#xECC6;"
+ horiz-adv-x="2000" d="M1513.2499999999998 1166.6666666666667A500.16666666666663 500.16666666666663 0 0 1 570 1166.6666666666667H1513.3333333333333zM548.5833333333334 916.6666666666669A500.16666666666663 500.16666666666663 0 0 1 1471.9166666666665 745.25H1747.2499999999998A750.25 750.25 0 0 0 717.6666666666666 323.3333333333333C489 199.0833333333335 291.5833333333333 173.3333333333333 182.5 282.4166666666668C70.5 394.0833333333333 130.1666666666667 686.6666666666665 291.9166666666667 980.1666666666666A1968.666666666666 1968.666666666666 0 0 0 500.1666666666667 1285.5833333333335C530.0833333333334 1321.6666666666665 561.4166666666667 1356.5833333333335 593.9166666666667 1389.9166666666665C571 1385.3333333333335 437.2500000000001 1319 309.5833333333334 1163.75A750.3333333333334 750.3333333333334 0 0 0 1098.5833333333333 1747.8333333333335C1356.4999999999998 1864.6666666666667 1596.4166666666665 1891.6666666666667 1697.9166666666665 1790.3333333333333C1791.6666666666665 1696.75 1786.4166666666667 1540.75 1708.3333333333333 1353.5C1707.4999999999998 1351.75 1706.8333333333333 1349.9166666666667 1706.0833333333333 1348.1666666666667A746.6666666666666 746.6666666666666 0 0 0 1791.6666666666665 1000C1791.6666666666665 971.8333333333334 1790.0833333333333 944 1787.0833333333333 916.6666666666669H548.5833333333334zM667.0833333333334 350.0833333333335A752.4999999999999 752.4999999999999 0 0 0 336.0833333333335 745.2500000000002C239.3333333333335 555.0833333333335 214.4166666666668 396.0833333333335 297.0000000000001 313.5833333333335C364.7500000000001 245.9166666666668 500.1666666666667 261.5833333333337 666.8333333333334 349.916666666667L667.0833333333334 350.0833333333335zM1681 1392.3333333333335A682.4999999999999 682.4999999999999 0 0 0 1682.25 1395.1666666666667C1744.75 1530.3333333333335 1750 1644.6666666666667 1692.6666666666667 1712.3333333333335C1620.25 1784.6666666666667 1481 1774.8333333333333 1315.8333333333333 1698.3333333333333A752.6666666666665 752.6666666666665 0 0 0 1681 1392.3333333333335z" />
+ <glyph glyph-name="image-2-fill"
+ unicode="&#xECC7;"
+ horiz-adv-x="2000" d="M416.6666666666667 1075L583.3333333333333 1241.6666666666667L1041.6666666666665 783.3333333333335L1333.3333333333333 1075L1583.3333333333333 825V1583.3333333333335H416.6666666666667V1075zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM1291.6666666666665 1166.6666666666667A125 125 0 1 0 1291.6666666666665 1416.6666666666667A125 125 0 0 0 1291.6666666666665 1166.6666666666667z" />
+ <glyph glyph-name="image-2-line"
+ unicode="&#xECC8;"
+ horiz-adv-x="2000" d="M416.6666666666667 1075L583.3333333333333 1241.6666666666667L1041.6666666666665 783.3333333333335L1333.3333333333333 1075L1583.3333333333333 825V1583.3333333333335H416.6666666666667V1075zM416.6666666666667 839.25V416.6666666666668H674.9999999999999L923.8333333333331 665.4166666666667L583.3333333333333 1005.9166666666669L416.6666666666667 839.25zM910.75 416.6666666666668H1583.3333333333333V589.2500000000002L1333.3333333333333 839.2500000000002L910.75 416.6666666666668zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM1291.6666666666665 1166.6666666666667A125 125 0 1 0 1291.6666666666665 1416.6666666666667A125 125 0 0 0 1291.6666666666665 1166.6666666666667z" />
+ <glyph glyph-name="image-fill"
+ unicode="&#xECC9;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1583.3333333333335H333.3333333333333V416.6666666666668L1107.6666666666665 1191.1666666666667A83.33333333333333 83.33333333333333 0 0 0 1225.5 1191.1666666666667L1666.6666666666665 749.1666666666667V1583.3333333333335zM166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM666.6666666666666 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 0 666.6666666666666 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 666.6666666666666 1083.3333333333335z" />
+ <glyph glyph-name="image-line"
+ unicode="&#xECCA;"
+ horiz-adv-x="2000" d="M402.3333333333333 250L400.6666666666667 248.3333333333335L398.9166666666667 250H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H402.3333333333333zM1666.6666666666665 750V1583.3333333333335H333.3333333333333V416.6666666666668L1166.6666666666665 1250L1666.6666666666665 750zM1666.6666666666665 514.3333333333335L1166.6666666666665 1014.3333333333334L569 416.6666666666668H1666.6666666666665V514.3333333333335zM666.6666666666666 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 0 666.6666666666666 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 666.6666666666666 1083.3333333333335z" />
+ <glyph glyph-name="inbox-archive-fill"
+ unicode="&#xECCB;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665L1833.3333333333333 1416.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1416.3333333333335L333.3333333333333 1750zM1083.3333333333333 833.3333333333335V1166.6666666666667H916.6666666666666V833.3333333333335H666.6666666666666L1000 500L1333.3333333333333 833.3333333333335H1083.3333333333333zM1646.9999999999998 1416.6666666666667L1563.6666666666665 1583.3333333333335H436.4166666666667L353.0833333333333 1416.6666666666667H1646.9999999999998z" />
+ <glyph glyph-name="inbox-archive-line"
+ unicode="&#xECCC;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665L1833.3333333333333 1416.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1416.3333333333335L333.3333333333333 1750zM1666.6666666666665 1250H333.3333333333333V416.6666666666668H1666.6666666666665V1250zM1646.9999999999998 1416.6666666666667L1563.6666666666665 1583.3333333333335H436.4166666666667L353.0833333333333 1416.6666666666667H1646.9999999999998zM1083.3333333333333 833.3333333333335H1333.3333333333333L1000 500L666.6666666666666 833.3333333333335H916.6666666666666V1166.6666666666667H1083.3333333333333V833.3333333333335z" />
+ <glyph glyph-name="inbox-fill"
+ unicode="&#xECCD;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM750 1000A250 250 0 0 1 1250 1000H1666.6666666666665V1583.3333333333335H333.3333333333333V1000H750z" />
+ <glyph glyph-name="inbox-line"
+ unicode="&#xECCE;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1666.6666666666665 833.3333333333335H1382A416.75 416.75 0 0 0 618 833.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V833.3333333333335zM1666.6666666666665 1000V1583.3333333333335H333.3333333333333V1000H750A250 250 0 0 1 1250 1000H1666.6666666666665z" />
+ <glyph glyph-name="increase-decrease-fill"
+ unicode="&#xECCF;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM750 1083.3333333333335V1250H583.3333333333333V1083.3333333333335H416.6666666666667V916.6666666666669H583.3333333333333V750H750V916.6666666666669H916.6666666666666V1083.3333333333335H750zM1083.3333333333333 1083.3333333333335V916.6666666666669H1583.3333333333333V1083.3333333333335H1083.3333333333333z" />
+ <glyph glyph-name="increase-decrease-line"
+ unicode="&#xECD0;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM750 1083.3333333333335H916.6666666666666V916.6666666666669H750V750H583.3333333333333V916.6666666666669H416.6666666666667V1083.3333333333335H583.3333333333333V1250H750V1083.3333333333335zM1083.3333333333333 1083.3333333333335H1583.3333333333333V916.6666666666669H1083.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="indent-decrease"
+ unicode="&#xECD1;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM250 416.6666666666668H1750V250H250V416.6666666666668zM916.6666666666666 833.3333333333335H1750V666.6666666666667H916.6666666666666V833.3333333333335zM916.6666666666666 1250H1750V1083.3333333333335H916.6666666666666V1250zM250 958.3333333333334L583.3333333333333 1250V666.6666666666667L250 958.3333333333334z" />
+ <glyph glyph-name="indent-increase"
+ unicode="&#xECD2;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM250 416.6666666666668H1750V250H250V416.6666666666668zM916.6666666666666 833.3333333333335H1750V666.6666666666667H916.6666666666666V833.3333333333335zM916.6666666666666 1250H1750V1083.3333333333335H916.6666666666666V1250zM583.3333333333333 958.3333333333334L250 666.6666666666667V1250L583.3333333333333 958.3333333333334z" />
+ <glyph glyph-name="indeterminate-circle-fill"
+ unicode="&#xECD3;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM583.3333333333333 1083.3333333333335V916.6666666666669H1416.6666666666665V1083.3333333333335H583.3333333333333z" />
+ <glyph glyph-name="indeterminate-circle-line"
+ unicode="&#xECD4;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM583.3333333333333 1083.3333333333335H1416.6666666666665V916.6666666666669H583.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="information-fill"
+ unicode="&#xECD5;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM916.6666666666666 1083.3333333333335V583.3333333333335H1083.3333333333333V1083.3333333333335H916.6666666666666zM916.6666666666666 1416.6666666666667V1250H1083.3333333333333V1416.6666666666667H916.6666666666666z" />
+ <glyph glyph-name="information-line"
+ unicode="&#xECD6;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM916.6666666666666 1416.6666666666667H1083.3333333333333V1250H916.6666666666666V1416.6666666666667zM916.6666666666666 1083.3333333333335H1083.3333333333333V583.3333333333335H916.6666666666666V1083.3333333333335z" />
+ <glyph glyph-name="input-method-fill"
+ unicode="&#xECD7;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM822.4166666666666 750H1177.5833333333333L1245.9166666666667 583.3333333333335H1430.5833333333335L1083.3333333333333 1416.6666666666667H916.6666666666666L569.4166666666666 583.3333333333335H754.1666666666666L822.5 750zM890.75 916.6666666666669L1000 1183.3333333333335L1109.25 916.6666666666669H890.8333333333333z" />
+ <glyph glyph-name="input-method-line"
+ unicode="&#xECD8;"
+ horiz-adv-x="2000" d="M416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM822.4166666666666 750L754.0833333333333 583.3333333333335H569.4166666666666L916.6666666666666 1416.6666666666667H1083.3333333333333L1430.5833333333335 583.3333333333335H1245.8333333333333L1177.4999999999998 750H822.4999999999999zM890.75 916.6666666666669H1109.25L1000 1183.3333333333335L890.75 916.6666666666669z" />
+ <glyph glyph-name="instagram-fill"
+ unicode="&#xECD9;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1226.4166666666667 1833.3333333333333 1254.6666666666667 1832.5 1343.5 1828.3333333333333C1432.25 1824.1666666666667 1492.6666666666665 1810.25 1545.8333333333333 1789.5833333333333C1600.8333333333333 1768.4166666666667 1647.1666666666667 1739.75 1693.4999999999998 1693.5A409 409 0 0 0 1789.583333333333 1545.8333333333335C1810.1666666666663 1492.75 1824.1666666666663 1432.25 1828.3333333333333 1343.5C1832.2499999999995 1254.6666666666665 1833.3333333333333 1226.4166666666667 1833.3333333333333 1000C1833.3333333333333 773.5833333333333 1832.4999999999995 745.3333333333333 1828.3333333333333 656.5C1824.1666666666663 567.75 1810.1666666666663 507.3333333333335 1789.583333333333 454.1666666666667A406.9166666666667 406.9166666666667 0 0 0 1693.4999999999998 306.5000000000003A409.5833333333333 409.5833333333333 0 0 0 1545.8333333333333 210.416666666667C1492.75 189.8333333333337 1432.25 175.8333333333337 1343.5 171.666666666667C1254.6666666666665 167.7500000000002 1226.4166666666667 166.666666666667 1000 166.666666666667C773.5833333333333 166.666666666667 745.3333333333333 167.5000000000005 656.5 171.666666666667C567.75 175.8333333333337 507.3333333333333 189.8333333333337 454.1666666666666 210.416666666667A407.4999999999999 407.4999999999999 0 0 0 306.5 306.5000000000003A408.66666666666663 408.66666666666663 0 0 0 210.4166666666667 454.1666666666667C189.75 507.25 175.8333333333333 567.75 171.6666666666667 656.5C167.75 745.3333333333335 166.6666666666667 773.5833333333333 166.6666666666667 1000C166.6666666666667 1226.4166666666667 167.5 1254.6666666666667 171.6666666666667 1343.5C175.8333333333333 1432.3333333333335 189.75 1492.6666666666667 210.4166666666667 1545.8333333333335A406.6666666666667 406.6666666666667 0 0 0 306.5 1693.5A408.0833333333333 408.0833333333333 0 0 0 454.1666666666666 1789.5833333333333C507.3333333333333 1810.25 567.6666666666666 1824.1666666666667 656.5 1828.3333333333333C745.3333333333334 1832.25 773.5833333333333 1833.3333333333333 1000 1833.3333333333333zM1000 1416.6666666666667A416.6666666666667 416.6666666666667 0 1 1 1000 583.3333333333335A416.6666666666667 416.6666666666667 0 0 1 1000 1416.6666666666667zM1541.6666666666665 1437.5A104.16666666666667 104.16666666666667 0 0 1 1333.3333333333333 1437.5A104.16666666666667 104.16666666666667 0 0 1 1541.6666666666665 1437.5zM1000 1250A250 250 0 1 0 1000 750A250 250 0 0 0 1000 1250z" />
+ <glyph glyph-name="instagram-line"
+ unicode="&#xECDA;"
+ horiz-adv-x="2000" d="M1000 1250A250 250 0 1 1 1000 750A250 250 0 0 1 1000 1250zM1000 1416.6666666666667A416.6666666666667 416.6666666666667 0 1 0 1000 583.3333333333335A416.6666666666667 416.6666666666667 0 0 0 1000 1416.6666666666667zM1541.6666666666665 1437.5A104.16666666666667 104.16666666666667 0 0 0 1333.3333333333333 1437.5A104.16666666666667 104.16666666666667 0 0 0 1541.6666666666665 1437.5zM1000 1666.6666666666667C793.8333333333333 1666.6666666666667 760.1666666666666 1666.0833333333335 664.25 1661.8333333333335C598.9166666666666 1658.75 555.0833333333333 1650 514.4166666666666 1634.1666666666667C478.2499999999999 1620.1666666666667 452.1666666666666 1603.4166666666667 424.4166666666667 1575.5833333333335A240.8333333333333 240.8333333333333 0 0 1 365.75 1485.5833333333335C349.9166666666667 1444.75 341.1666666666667 1401 338.1666666666667 1335.75C333.8333333333333 1243.75 333.3333333333333 1211.5833333333335 333.3333333333333 1000C333.3333333333333 793.8333333333335 333.9166666666667 760.1666666666667 338.1666666666667 664.25C341.25 599 350 555.0833333333335 365.75 514.5C379.9166666666667 478.2500000000002 396.5833333333333 452.1666666666665 424.25 424.5000000000003C452.3333333333333 396.5000000000003 478.4166666666667 379.7500000000003 514.25 365.916666666667C555.4166666666666 350.0000000000003 599.25 341.166666666667 664.25 338.166666666667C756.2499999999999 333.8333333333335 788.4166666666666 333.3333333333335 1000 333.3333333333335C1206.1666666666665 333.3333333333335 1239.8333333333333 333.916666666667 1335.75 338.1666666666668C1400.9166666666665 341.25 1444.8333333333333 350 1485.5 365.75C1521.5833333333333 379.8333333333335 1547.8333333333335 396.5833333333335 1575.4999999999998 424.2500000000003C1603.583333333333 452.3333333333335 1620.3333333333333 478.4166666666667 1634.1666666666665 514.25C1650 555.3333333333333 1658.833333333333 599.25 1661.8333333333333 664.25C1666.1666666666665 756.25 1666.6666666666665 788.4166666666667 1666.6666666666665 1000C1666.6666666666665 1206.1666666666667 1666.083333333333 1239.8333333333335 1661.8333333333333 1335.75C1658.75 1400.9166666666667 1650 1444.9166666666667 1634.1666666666665 1485.5833333333335A242.58333333333331 242.58333333333331 0 0 1 1575.5833333333333 1575.5833333333335A240.33333333333331 240.33333333333331 0 0 1 1485.583333333333 1634.25C1444.75 1650.0833333333335 1400.9166666666665 1658.8333333333333 1335.7499999999995 1661.8333333333335C1243.75 1666.1666666666667 1211.5833333333333 1666.6666666666667 1000 1666.6666666666667zM1000 1833.3333333333333C1226.4166666666667 1833.3333333333333 1254.6666666666667 1832.5 1343.5 1828.3333333333333C1432.25 1824.1666666666667 1492.6666666666665 1810.25 1545.8333333333333 1789.5833333333333C1600.8333333333333 1768.4166666666667 1647.1666666666667 1739.75 1693.4999999999998 1693.5A409 409 0 0 0 1789.583333333333 1545.8333333333335C1810.1666666666663 1492.75 1824.1666666666663 1432.25 1828.3333333333333 1343.5C1832.2499999999995 1254.6666666666665 1833.3333333333333 1226.4166666666667 1833.3333333333333 1000C1833.3333333333333 773.5833333333333 1832.4999999999995 745.3333333333333 1828.3333333333333 656.5C1824.1666666666663 567.75 1810.1666666666663 507.3333333333335 1789.583333333333 454.1666666666667A406.9166666666667 406.9166666666667 0 0 0 1693.4999999999998 306.5000000000003A409.5833333333333 409.5833333333333 0 0 0 1545.8333333333333 210.416666666667C1492.75 189.8333333333337 1432.25 175.8333333333337 1343.5 171.666666666667C1254.6666666666665 167.7500000000002 1226.4166666666667 166.666666666667 1000 166.666666666667C773.5833333333333 166.666666666667 745.3333333333333 167.5000000000005 656.5 171.666666666667C567.75 175.8333333333337 507.3333333333333 189.8333333333337 454.1666666666666 210.416666666667A407.4999999999999 407.4999999999999 0 0 0 306.5 306.5000000000003A408.66666666666663 408.66666666666663 0 0 0 210.4166666666667 454.1666666666667C189.75 507.25 175.8333333333333 567.75 171.6666666666667 656.5C167.75 745.3333333333335 166.6666666666667 773.5833333333333 166.6666666666667 1000C166.6666666666667 1226.4166666666667 167.5 1254.6666666666667 171.6666666666667 1343.5C175.8333333333333 1432.3333333333335 189.75 1492.6666666666667 210.4166666666667 1545.8333333333335A406.6666666666667 406.6666666666667 0 0 0 306.5 1693.5A408.0833333333333 408.0833333333333 0 0 0 454.1666666666666 1789.5833333333333C507.3333333333333 1810.25 567.6666666666666 1824.1666666666667 656.5 1828.3333333333333C745.3333333333334 1832.25 773.5833333333333 1833.3333333333333 1000 1833.3333333333333z" />
+ <glyph glyph-name="invision-fill"
+ unicode="&#xECDB;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM582.3333333333333 827.9166666666667C577.3333333333333 805.6666666666667 574.8333333333333 781.6666666666667 574.8333333333333 762.0833333333333C574.8333333333333 684.8333333333335 615 633.5833333333333 700.4999999999999 633.5833333333333C771.4166666666664 633.5833333333333 828.9166666666665 677.4166666666665 870.3333333333333 748.1666666666665L845.0833333333331 642.5833333333333H985.9166666666664L1066.4166666666663 978.4999999999998C1086.4999999999998 1063.4999999999998 1125.583333333333 1107.6666666666665 1184.6666666666663 1107.6666666666665C1231.1666666666663 1107.6666666666665 1260.083333333333 1077.6666666666665 1260.083333333333 1027.9166666666665C1260.083333333333 1013.4999999999998 1258.833333333333 997.8333333333331 1253.833333333333 980.8333333333331L1212.333333333333 826.4166666666665A240.8333333333333 240.8333333333333 0 0 1 1203.4999999999998 761C1203.4999999999998 687.6666666666665 1244.9999999999998 634.0833333333333 1331.8333333333333 634.0833333333333C1406 634.0833333333333 1465.1666666666667 683.75 1497.8333333333333 802.8333333333333L1442.4999999999998 825.0833333333333C1414.833333333333 745.25 1390.833333333333 730.9166666666665 1371.9999999999998 730.9166666666665C1353.1666666666665 730.9166666666665 1343.083333333333 743.9166666666665 1343.083333333333 770.0833333333333C1343.083333333333 781.8333333333333 1345.583333333333 794.9166666666665 1349.4166666666665 810.6666666666665L1389.6666666666665 961.0833333333331C1399.6666666666665 996.4166666666666 1403.4999999999998 1027.75 1403.4999999999998 1056.4999999999998C1403.4999999999998 1168.9999999999998 1338.083333333333 1227.7499999999998 1258.833333333333 1227.7499999999998C1184.6666666666663 1227.7499999999998 1109.1666666666665 1158.1666666666665 1071.4999999999998 1084.833333333333L1099.083333333333 1216.4166666666665H884.083333333333L853.833333333333 1100.583333333333H954.4999999999995L892.4999999999998 842.4166666666665C843.9166666666664 729.9166666666665 754.4999999999997 728.0833333333333 743.3333333333331 730.75C724.8333333333331 735 713.0833333333331 742.3333333333333 713.0833333333331 767.25C713.0833333333331 781.5833333333333 715.5833333333331 802.25 721.9166666666665 827.0833333333333L816.2499999999998 1216.4166666666665H577.2499999999999L547.0833333333333 1100.583333333333H646.4166666666666L582.25 827.9166666666665zM718.75 1281.25A93.74999999999999 93.74999999999999 0 1 1 718.75 1468.75A93.74999999999999 93.74999999999999 0 0 1 718.75 1281.25z" />
+ <glyph glyph-name="invision-line"
+ unicode="&#xECDC;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM582.3333333333333 827.9166666666667L646.4999999999999 1100.5H547L577.1666666666666 1216.3333333333335H816.1666666666666L721.8333333333334 827.1666666666667A255.91666666666666 255.91666666666666 0 0 1 713 767.1666666666667C713 742.3333333333333 724.75 735 743.1666666666667 730.75C754.4166666666667 728.0833333333335 843.8333333333334 729.9166666666667 892.4166666666667 842.4166666666667L954.4166666666669 1100.5H853.75L884 1216.3333333333335H1099L1071.4166666666667 1084.8333333333335C1109.0833333333333 1158.166666666667 1184.5833333333335 1227.75 1258.75 1227.75C1337.9166666666665 1227.75 1403.4166666666667 1169.0833333333335 1403.4166666666667 1056.5C1403.4166666666667 1027.75 1399.5833333333335 996.4166666666669 1389.5833333333333 961.0833333333334L1349.3333333333333 810.666666666667A179.91666666666663 179.91666666666663 0 0 1 1343 770.0833333333335C1343 743.9166666666667 1353.083333333333 730.9166666666667 1371.9166666666667 730.9166666666667C1390.8333333333333 730.9166666666667 1414.75 745.2500000000002 1442.4166666666667 825.0833333333335L1497.7500000000002 802.8333333333335C1465 683.75 1405.9166666666667 634.0833333333335 1331.6666666666667 634.0833333333335C1244.9166666666667 634.0833333333335 1203.4166666666667 687.666666666667 1203.4166666666667 761.0000000000002C1203.4166666666667 781.8333333333335 1205.9166666666667 804.166666666667 1212.2500000000002 826.416666666667L1253.75 980.8333333333334C1258.75 997.8333333333336 1260 1013.5000000000002 1260 1027.9166666666667C1260 1077.5833333333335 1231.0833333333335 1107.75 1184.5833333333335 1107.75C1125.4166666666667 1107.75 1086.4166666666667 1063.5833333333335 1066.3333333333333 978.5833333333334L985.8333333333334 642.5833333333333H845.0000000000001L870.2500000000002 748.1666666666665C828.8333333333336 677.3333333333333 771.3333333333336 633.5833333333333 700.4166666666669 633.5833333333333C614.9166666666669 633.5833333333333 574.6666666666669 684.8333333333333 574.6666666666669 762.0833333333333C574.6666666666669 781.6666666666665 577.1666666666669 805.6666666666665 582.1666666666669 827.9166666666665zM718.75 1281.25A93.74999999999999 93.74999999999999 0 1 0 718.75 1468.75A93.74999999999999 93.74999999999999 0 0 0 718.75 1281.25z" />
+ <glyph glyph-name="italic"
+ unicode="&#xECDD;"
+ horiz-adv-x="2000" d="M1250 333.3333333333335H583.3333333333333V500H827.2499999999999L1003.5833333333331 1500H750V1666.6666666666667H1416.6666666666665V1500H1172.75L996.4166666666666 500H1250z" />
+ <glyph glyph-name="keyboard-box-fill"
+ unicode="&#xECDE;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM416.6666666666667 1416.6666666666667V1250H583.3333333333333V1416.6666666666667H416.6666666666667zM416.6666666666667 1083.3333333333335V916.6666666666669H583.3333333333333V1083.3333333333335H416.6666666666667zM416.6666666666667 750V583.3333333333335H1583.3333333333333V750H416.6666666666667zM750 1083.3333333333335V916.6666666666669H916.6666666666666V1083.3333333333335H750zM750 1416.6666666666667V1250H916.6666666666666V1416.6666666666667H750zM1083.3333333333333 1416.6666666666667V1250H1250V1416.6666666666667H1083.3333333333333zM1416.6666666666665 1416.6666666666667V1250H1583.3333333333333V1416.6666666666667H1416.6666666666665zM1083.3333333333333 1083.3333333333335V916.6666666666669H1250V1083.3333333333335H1083.3333333333333zM1416.6666666666665 1083.3333333333335V916.6666666666669H1583.3333333333333V1083.3333333333335H1416.6666666666665z" />
+ <glyph glyph-name="keyboard-box-line"
+ unicode="&#xECDF;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM500 1416.6666666666667H666.6666666666666V1250H500V1416.6666666666667zM500 1083.3333333333335H666.6666666666666V916.6666666666669H500V1083.3333333333335zM500 750H1500V583.3333333333335H500V750zM916.6666666666666 1083.3333333333335H1083.3333333333333V916.6666666666669H916.6666666666666V1083.3333333333335zM916.6666666666666 1416.6666666666667H1083.3333333333333V1250H916.6666666666666V1416.6666666666667zM1333.3333333333333 1416.6666666666667H1500V1250H1333.3333333333333V1416.6666666666667zM1333.3333333333333 1083.3333333333335H1500V916.6666666666669H1333.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="keyboard-fill"
+ unicode="&#xECE0;"
+ horiz-adv-x="2000" d="M250 583.3333333333335H1750V416.6666666666668H250V583.3333333333335zM250 1083.3333333333335H500V833.3333333333335H250V1083.3333333333335zM666.6666666666666 1083.3333333333335H916.6666666666666V833.3333333333335H666.6666666666666V1083.3333333333335zM250 1583.3333333333335H500V1333.3333333333335H250V1583.3333333333335zM1083.3333333333333 1583.3333333333335H1333.3333333333333V1333.3333333333335H1083.3333333333333V1583.3333333333335zM1500 1583.3333333333335H1750V1333.3333333333335H1500V1583.3333333333335zM1083.3333333333333 1083.3333333333335H1333.3333333333333V833.3333333333335H1083.3333333333333V1083.3333333333335zM1500 1083.3333333333335H1750V833.3333333333335H1500V1083.3333333333335zM666.6666666666666 1583.3333333333335H916.6666666666666V1333.3333333333335H666.6666666666666V1583.3333333333335z" />
+ <glyph glyph-name="keyboard-line"
+ unicode="&#xECE1;"
+ horiz-adv-x="2000" d="M250 583.3333333333335H1750V416.6666666666668H250V583.3333333333335zM250 1083.3333333333335H500V833.3333333333335H250V1083.3333333333335zM666.6666666666666 1083.3333333333335H916.6666666666666V833.3333333333335H666.6666666666666V1083.3333333333335zM250 1583.3333333333335H500V1333.3333333333335H250V1583.3333333333335zM1083.3333333333333 1583.3333333333335H1333.3333333333333V1333.3333333333335H1083.3333333333333V1583.3333333333335zM1500 1583.3333333333335H1750V1333.3333333333335H1500V1583.3333333333335zM1083.3333333333333 1083.3333333333335H1333.3333333333333V833.3333333333335H1083.3333333333333V1083.3333333333335zM1500 1083.3333333333335H1750V833.3333333333335H1500V1083.3333333333335zM666.6666666666666 1583.3333333333335H916.6666666666666V1333.3333333333335H666.6666666666666V1583.3333333333335z" />
+ <glyph glyph-name="keynote-fill"
+ unicode="&#xECE2;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1000V333.3333333333335H1416.6666666666665V166.6666666666668H583.3333333333333V333.3333333333335H916.6666666666666V1000H249.3333333333333C203.6666666666667 1000 173.8333333333333 1035.8333333333335 182.9166666666666 1081.4166666666667L317.0833333333333 1751.9166666666667C326.0833333333333 1796.9166666666667 370.4166666666667 1833.3333333333333 416.6666666666667 1833.3333333333333H1583.1666666666663C1629.2499999999998 1833.3333333333333 1673.7499999999998 1797.5 1682.8333333333333 1751.9166666666667L1816.9999999999995 1081.4166666666667C1825.9999999999995 1036.416666666667 1795.333333333333 1000 1750.583333333333 1000H1083.3333333333333z" />
+ <glyph glyph-name="keynote-line"
+ unicode="&#xECE3;"
+ horiz-adv-x="2000" d="M370 1166.6666666666667H1629.9999999999998L1529.9999999999998 1666.6666666666667H469.9999999999999L370 1166.6666666666667zM1083.3333333333333 1000V333.3333333333335H1416.6666666666665V166.6666666666668H583.3333333333333V333.3333333333335H916.6666666666666V1000H249.3333333333333C203.6666666666667 1000 173.8333333333333 1035.8333333333335 182.9166666666666 1081.4166666666667L317.0833333333333 1751.9166666666667C326.0833333333333 1796.9166666666667 370.4166666666667 1833.3333333333333 416.6666666666667 1833.3333333333333H1583.1666666666663C1629.2499999999998 1833.3333333333333 1673.7499999999998 1797.5 1682.8333333333333 1751.9166666666667L1816.9999999999995 1081.4166666666667C1825.9999999999995 1036.416666666667 1795.333333333333 1000 1750.583333333333 1000H1083.3333333333333z" />
+ <glyph glyph-name="landscape-fill"
+ unicode="&#xECE4;"
+ horiz-adv-x="2000" d="M1333.3333333333333 250L936.4999999999998 977.5000000000002L1250 1500L1916.6666666666663 250H1333.3333333333333zM666.6666666666666 1166.6666666666667L1166.6666666666665 250H166.6666666666667L666.6666666666666 1166.6666666666667zM458.3333333333333 1333.3333333333335A208.33333333333334 208.33333333333334 0 1 0 458.3333333333333 1750A208.33333333333334 208.33333333333334 0 0 0 458.3333333333333 1333.3333333333335z" />
+ <glyph glyph-name="landscape-line"
+ unicode="&#xECE5;"
+ horiz-adv-x="2000" d="M939.1666666666666 982.0000000000002L1250 1500L1916.6666666666663 250H166.6666666666667L750 1333.3333333333335L939.1666666666666 982zM1032.5 813.5L1248.9166666666665 416.6666666666668H1638.9166666666667L1241.4166666666667 1161.8333333333335L1032.5000000000002 813.5zM445.6666666666667 416.6666666666668H1054.3333333333333L750 981.7500000000002L445.6666666666667 416.6666666666668zM458.3333333333333 1333.3333333333335A208.33333333333334 208.33333333333334 0 1 0 458.3333333333333 1750A208.33333333333334 208.33333333333334 0 0 0 458.3333333333333 1333.3333333333335z" />
+ <glyph glyph-name="layout-fill"
+ unicode="&#xECE6;"
+ horiz-adv-x="2000" d="M1333.3333333333333 250V1166.6666666666667H1750V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H1333.3333333333333zM1166.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1166.6666666666667H1166.6666666666665V250zM1750 1333.3333333333335H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V1333.3333333333335z" />
+ <glyph glyph-name="layout-line"
+ unicode="&#xECE7;"
+ horiz-adv-x="2000" d="M416.6666666666667 1333.3333333333335H1583.3333333333333V1583.3333333333335H416.6666666666667V1333.3333333333335zM1166.6666666666665 416.6666666666668V1166.6666666666667H416.6666666666667V416.6666666666668H1166.6666666666665zM1333.3333333333333 416.6666666666668H1583.3333333333333V1166.6666666666667H1333.3333333333333V416.6666666666668zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750z" />
+ <glyph glyph-name="line-fill"
+ unicode="&#xECE8;"
+ horiz-adv-x="2000" d="M1555.25 1096.6666666666667A43.833333333333336 43.833333333333336 0 0 0 1511.4166666666665 1052.9166666666667H1389.5833333333333V974.75H1511.4166666666665A43.75 43.75 0 1 0 1511.4166666666665 887.3333333333333H1345.833333333333A43.833333333333336 43.833333333333336 0 0 0 1302.333333333333 931V1262.3333333333335C1302.333333333333 1286.25 1321.9166666666665 1306.0833333333335 1346.0833333333333 1306.0833333333335H1511.7499999999998A43.75 43.75 0 0 0 1511.4999999999998 1218.5833333333335H1389.6666666666665V1140.4166666666665H1511.4999999999998C1535.7499999999998 1140.4166666666665 1555.333333333333 1120.6666666666665 1555.333333333333 1096.6666666666665zM1213.75 889.5833333333335A44.83333333333333 44.83333333333333 0 0 0 1199.9166666666667 887.5A42.916666666666664 42.916666666666664 0 0 0 1164.5 904.8333333333334L994.8333333333334 1135.1666666666667V931A43.75 43.75 0 0 0 907.5833333333331 931V1262.3333333333335A43.5 43.5 0 0 0 950.9166666666666 1305.9166666666665C964.4166666666666 1305.9166666666665 976.9166666666666 1298.75 985.25 1288.3333333333333L1156.25 1057.0833333333333V1262.3333333333335C1156.25 1286.25 1175.8333333333333 1306.0833333333335 1200 1306.0833333333335C1223.9166666666667 1306.0833333333335 1243.75 1286.25 1243.75 1262.3333333333335V931A43.666666666666664 43.666666666666664 0 0 0 1213.75 889.5833333333335zM801.2500000000001 887.3333333333335A43.833333333333336 43.833333333333336 0 0 0 757.6666666666669 931V1262.3333333333335C757.6666666666669 1286.25 777.3333333333335 1306.0833333333335 801.4166666666669 1306.0833333333335C825.5000000000001 1306.0833333333335 845.0833333333335 1286.25 845.0833333333335 1262.3333333333335V931A43.91666666666667 43.91666666666667 0 0 0 801.2500000000001 887.3333333333333zM673.7500000000002 887.3333333333335H508.1666666666666A43.99999999999999 43.99999999999999 0 0 0 464.4166666666666 931V1262.3333333333335A43.91666666666667 43.91666666666667 0 0 0 551.9166666666666 1262.3333333333335V974.8333333333334H673.9166666666666A43.75 43.75 0 0 0 673.9166666666666 887.3333333333333zM1000 1785.6666666666667C540.5833333333333 1785.6666666666667 166.6666666666667 1482.0833333333335 166.6666666666667 1109.1666666666665C166.6666666666667 775 463.1666666666666 495.0833333333333 863.5833333333333 441.9166666666665C890.6666666666665 436.2499999999998 927.6666666666666 423.9999999999998 936.9999999999998 400.9166666666665C945.3333333333331 380.0833333333331 942.5 347.7499999999996 939.6666666666666 325.9166666666665L928.2499999999998 255.0833333333331C925.1666666666666 234.2499999999998 911.5833333333331 172.7499999999998 1001.0833333333331 210.3333333333333C1090.75 247.75 1481.4166666666667 493.4999999999998 1656.4166666666665 694.6666666666665C1776.083333333333 825.9166666666667 1833.3333333333333 960.25 1833.3333333333333 1109.1666666666667C1833.3333333333333 1482.0833333333335 1459.3333333333333 1785.6666666666667 1000 1785.6666666666667z" />
+ <glyph glyph-name="line-height"
+ unicode="&#xECE9;"
+ horiz-adv-x="2000" d="M916.6666666666666 1666.6666666666667H1750V1500H916.6666666666666V1666.6666666666667zM500 1416.6666666666667V1083.3333333333335H333.3333333333333V1416.6666666666667H83.3333333333333L416.6666666666667 1750L750 1416.6666666666667H500zM500 583.3333333333335H750L416.6666666666667 250L83.3333333333333 583.3333333333335H333.3333333333333V916.6666666666669H500V583.3333333333335zM916.6666666666666 500H1750V333.3333333333335H916.6666666666666V500zM750 1083.3333333333335H1750V916.6666666666669H750V1083.3333333333335z" />
+ <glyph glyph-name="line-line"
+ unicode="&#xECEA;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1109.1666666666667C1833.3333333333333 960.25 1776.083333333333 825.8333333333335 1656.4166666666665 694.6666666666667C1481.4166666666663 493.5000000000002 1090.7499999999998 247.75 1001.0833333333331 210.3333333333335C911.5833333333331 172.7500000000002 925.1666666666666 234.25 928.2499999999998 255.0833333333335L939.6666666666664 325.916666666667C942.4999999999998 347.7500000000003 945.333333333333 380.0833333333335 936.9999999999998 400.9166666666668C927.6666666666664 424.0000000000003 890.6666666666665 436.25 863.5833333333331 441.9166666666668C463.1666666666666 495.0833333333333 166.6666666666667 775.0000000000002 166.6666666666667 1109.1666666666667C166.6666666666667 1482.0833333333335 540.5833333333333 1785.6666666666667 1000 1785.6666666666667C1459.3333333333333 1785.6666666666667 1833.3333333333333 1482.0833333333335 1833.3333333333333 1109.1666666666667zM1533.333333333333 807.0833333333335C1626.083333333333 908.7500000000002 1666.6666666666665 1003.8333333333334 1666.6666666666665 1109.1666666666667C1666.6666666666665 1381.5 1374.1666666666667 1619 1000 1619S333.3333333333333 1381.5 333.3333333333333 1109.1666666666667C333.3333333333333 867.0833333333335 560.6666666666666 650.2500000000002 885.5 607.166666666667L897.7500000000001 605.0000000000002C987.5833333333334 586.166666666667 1054.75 553.8333333333335 1091.8333333333335 462.666666666667L1094.8333333333335 454.666666666667C1245.3333333333335 552.666666666667 1442.6666666666667 703.0000000000005 1533.25 807.0833333333335zM1511.4999999999998 1140.4166666666667A43.833333333333336 43.833333333333336 0 0 0 1511.4999999999998 1052.9166666666667H1389.583333333333V974.75H1511.4166666666663A43.75 43.75 0 1 0 1511.4166666666663 887.3333333333333H1345.833333333333A43.833333333333336 43.833333333333336 0 0 0 1302.333333333333 931V1262.3333333333335C1302.333333333333 1286.25 1321.9166666666665 1306.0833333333335 1346.0833333333333 1306.0833333333335H1511.7499999999998A43.75 43.75 0 0 0 1511.4999999999998 1218.5833333333335H1389.6666666666665V1140.4166666666665H1511.4999999999998zM1243.7499999999998 931A43.666666666666664 43.666666666666664 0 0 0 1199.9166666666663 887.5A42.916666666666664 42.916666666666664 0 0 0 1164.4999999999995 904.8333333333334L994.833333333333 1135.1666666666667V931A43.75 43.75 0 0 0 907.583333333333 931V1262.3333333333335A43.5 43.5 0 0 0 950.9166666666662 1305.9166666666665C964.4166666666664 1305.9166666666665 976.9166666666662 1298.75 985.2499999999995 1288.3333333333333L1156.2499999999995 1057.0833333333333V1262.3333333333335C1156.2499999999995 1286.25 1175.833333333333 1306.0833333333335 1199.9999999999998 1306.0833333333335C1223.9166666666663 1306.0833333333335 1243.7499999999998 1286.25 1243.7499999999998 1262.3333333333335V931zM845.0833333333331 931A43.91666666666667 43.91666666666667 0 0 0 801.2499999999998 887.3333333333333A43.833333333333336 43.833333333333336 0 0 0 757.6666666666665 931V1262.3333333333335C757.6666666666665 1286.25 777.3333333333333 1306.0833333333335 801.4166666666665 1306.0833333333335C825.4999999999999 1306.0833333333335 845.0833333333331 1286.25 845.0833333333331 1262.3333333333335V931zM673.8333333333331 887.3333333333333H508.0833333333333A43.99999999999999 43.99999999999999 0 0 0 464.3333333333333 931V1262.3333333333335A43.91666666666667 43.91666666666667 0 0 0 551.8333333333333 1262.3333333333335V974.8333333333334H673.8333333333334A43.75 43.75 0 0 0 673.8333333333334 887.3333333333333z" />
+ <glyph glyph-name="link-unlink"
+ unicode="&#xECEB;"
+ horiz-adv-x="2000" d="M1416.6666666666665 583.3333333333335H1833.3333333333333V416.6666666666668H1583.3333333333333V166.6666666666668H1416.6666666666665V583.3333333333335zM583.3333333333333 1416.6666666666667H166.6666666666667V1583.3333333333335H416.6666666666667V1833.3333333333333H583.3333333333333V1416.6666666666667zM1530.3333333333333 705.3333333333335L1412.4999999999998 823.3333333333335L1530.3333333333333 941.1666666666669A416.6666666666667 416.6666666666667 0 1 1 941.0833333333334 1530.4166666666667L823.2499999999999 1412.5L705.3333333333334 1530.3333333333335L823.3333333333334 1648.1666666666665A583.3333333333334 583.3333333333334 0 0 0 1648.3333333333333 823.1666666666667L1530.4166666666667 705.3333333333335zM1294.6666666666667 469.6666666666667L1176.7500000000002 351.8333333333333A583.3333333333334 583.3333333333334 0 0 0 351.7500000000001 1176.8333333333333L469.6666666666668 1294.6666666666665L587.5 1176.6666666666665L469.6666666666666 1058.8333333333335A416.6666666666667 416.6666666666667 0 1 1 1058.9166666666667 469.5833333333333L1176.75 587.4166666666667L1294.6666666666667 469.5833333333333zM1235.6666666666667 1353.5833333333333L1353.5833333333335 1235.6666666666665L764.3333333333335 646.5L646.4166666666669 764.3333333333333L1235.6666666666667 1353.5z" />
+ <glyph glyph-name="link"
+ unicode="&#xECEC;"
+ horiz-adv-x="2000" d="M1530.3333333333333 705.3333333333335L1412.4999999999998 823.3333333333335L1530.3333333333333 941.1666666666669A416.6666666666667 416.6666666666667 0 1 1 941.0833333333334 1530.4166666666667L823.2499999999999 1412.5L705.3333333333334 1530.3333333333335L823.3333333333334 1648.1666666666665A583.3333333333334 583.3333333333334 0 0 0 1648.3333333333333 823.1666666666667L1530.4166666666667 705.3333333333335zM1294.6666666666667 469.6666666666667L1176.7500000000002 351.8333333333333A583.3333333333334 583.3333333333334 0 0 0 351.7500000000001 1176.8333333333333L469.6666666666668 1294.6666666666665L587.5 1176.6666666666665L469.6666666666666 1058.8333333333335A416.6666666666667 416.6666666666667 0 1 1 1058.9166666666667 469.5833333333333L1176.75 587.4166666666667L1294.6666666666667 469.5833333333333zM1235.6666666666667 1353.5833333333333L1353.5833333333335 1235.6666666666665L764.3333333333335 646.5L646.4166666666669 764.3333333333333L1235.6666666666667 1353.5z" />
+ <glyph glyph-name="linkedin-box-fill"
+ unicode="&#xECED;"
+ horiz-adv-x="2000" d="M1527.9166666666667 471.7500000000002H1305.8333333333333V819.8333333333335C1305.8333333333333 902.8333333333334 1304.1666666666665 1009.6666666666669 1189.9999999999998 1009.6666666666669C1074.25 1009.6666666666669 1056.5833333333333 919.3333333333334 1056.5833333333333 825.9166666666667V471.7500000000002H834.4166666666665V1187.5H1047.7499999999998V1090H1050.6666666666665C1080.4999999999998 1146.1666666666665 1152.9999999999998 1205.5833333333335 1261.3333333333333 1205.5833333333335C1486.333333333333 1205.5833333333335 1527.9999999999998 1057.4166666666667 1527.9999999999998 864.6666666666667V471.7500000000002zM583.5833333333333 1285.4166666666667A128.83333333333331 128.83333333333331 0 0 0 454.5833333333333 1414.5A129 129 0 1 0 583.5 1285.4166666666667zM694.9166666666666 471.7500000000002H472.1666666666667V1187.5H695V471.7500000000002zM1639.1666666666667 1750H360.75C299.4166666666667 1750 250 1701.6666666666667 250 1641.9166666666667V358.0833333333335C250 298.3333333333333 299.5 250 360.6666666666667 250H1638.8333333333333C1699.9999999999998 250 1750 298.3333333333333 1750 358.0833333333335V1641.9166666666667C1750 1701.6666666666667 1699.9999999999998 1750 1638.8333333333333 1750H1639.0833333333333z" />
+ <glyph glyph-name="linkedin-box-line"
+ unicode="&#xECEE;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM625 1250A125 125 0 1 0 625 1500A125 125 0 0 0 625 1250zM541.6666666666666 1166.6666666666667H708.3333333333333V541.6666666666667H541.6666666666666V1166.6666666666667zM1000 1130.8333333333335C1048.6666666666665 1177.9166666666667 1105.5 1208.3333333333335 1166.6666666666665 1208.3333333333335C1339.25 1208.3333333333335 1458.3333333333333 1068.4166666666667 1458.3333333333333 895.8333333333335V541.6666666666667H1291.6666666666665V895.8333333333335A145.83333333333334 145.83333333333334 0 0 1 1000 895.8333333333335V541.6666666666667H833.3333333333333V1166.6666666666667H1000V1130.8333333333335z" />
+ <glyph glyph-name="linkedin-fill"
+ unicode="&#xECEF;"
+ horiz-adv-x="2000" d="M578.3333333333334 1583.3333333333335A166.66666666666666 166.66666666666666 0 1 0 245.0000000000001 1583.5A166.66666666666666 166.66666666666666 0 0 0 578.3333333333334 1583.3333333333335zM583.3333333333333 1293.3333333333335H250V250H583.3333333333333V1293.3333333333335zM1110 1293.3333333333335H778.3333333333333V250H1106.6666666666665V797.5C1106.6666666666665 1102.5 1504.1666666666663 1130.8333333333335 1504.1666666666663 797.5V250H1833.3333333333333V910.8333333333334C1833.3333333333333 1425 1245 1405.8333333333335 1106.6666666666665 1153.3333333333335L1109.9999999999998 1293.3333333333335z" />
+ <glyph glyph-name="linkedin-line"
+ unicode="&#xECF0;"
+ horiz-adv-x="2000" d="M1000 1204.1666666666665C1076.4166666666665 1282.25 1175.9166666666667 1333.3333333333335 1291.6666666666665 1333.3333333333335A458.3333333333333 458.3333333333333 0 0 0 1750 875V250H1583.3333333333333V875A291.6666666666667 291.6666666666667 0 0 1 1000 875V250H833.3333333333333V1291.6666666666667H1000V1204.1666666666665zM416.6666666666667 1458.3333333333335A125 125 0 1 0 416.6666666666667 1708.3333333333335A125 125 0 0 0 416.6666666666667 1458.3333333333335zM333.3333333333333 1291.6666666666667H500V250H333.3333333333333V1291.6666666666667z" />
+ <glyph glyph-name="links-fill"
+ unicode="&#xECF1;"
+ horiz-adv-x="2000" d="M1088.3333333333333 1324.1666666666667L1206.25 1206.25A583.3333333333334 583.3333333333334 0 0 0 1206.25 381.2500000000003L1176.7500000000002 351.8333333333335A583.3333333333334 583.3333333333334 0 0 0 351.7500000000001 1176.8333333333335L469.6666666666668 1058.9166666666667A416.6666666666667 416.6666666666667 0 1 1 1058.9166666666667 469.666666666667L1088.4166666666665 499.166666666667A416.6666666666667 416.6666666666667 0 0 1 1088.4166666666665 1088.3333333333335L970.5 1206.25L1088.4166666666665 1324.0833333333335zM1648.1666666666665 823.2500000000002L1530.333333333333 941.0833333333334A416.6666666666667 416.6666666666667 0 1 1 941.083333333333 1530.3333333333335L911.5833333333331 1500.8333333333335A416.6666666666667 416.6666666666667 0 0 1 911.5833333333331 911.6666666666669L1029.4999999999998 793.7500000000002L911.5833333333331 675.916666666667L793.75 793.7500000000002A583.3333333333334 583.3333333333334 0 0 0 793.75 1618.7500000000002L823.2499999999999 1648.166666666667A583.3333333333334 583.3333333333334 0 0 0 1648.25 823.166666666667z" />
+ <glyph glyph-name="links-line"
+ unicode="&#xECF2;"
+ horiz-adv-x="2000" d="M1088.3333333333333 1324.1666666666667L1206.25 1206.25A583.3333333333334 583.3333333333334 0 0 0 1206.25 381.2500000000003L1176.7500000000002 351.8333333333335A583.3333333333334 583.3333333333334 0 0 0 351.7500000000001 1176.8333333333335L469.6666666666668 1058.9166666666667A416.6666666666667 416.6666666666667 0 1 1 1058.9166666666667 469.666666666667L1088.4166666666665 499.166666666667A416.6666666666667 416.6666666666667 0 0 1 1088.4166666666665 1088.3333333333335L970.5 1206.25L1088.4166666666665 1324.0833333333335zM1648.1666666666665 823.2500000000002L1530.333333333333 941.0833333333334A416.6666666666667 416.6666666666667 0 1 1 941.083333333333 1530.3333333333335L911.5833333333331 1500.8333333333335A416.6666666666667 416.6666666666667 0 0 1 911.5833333333331 911.6666666666669L1029.4999999999998 793.7500000000002L911.5833333333331 675.916666666667L793.75 793.7500000000002A583.3333333333334 583.3333333333334 0 0 0 793.75 1618.7500000000002L823.2499999999999 1648.166666666667A583.3333333333334 583.3333333333334 0 0 0 1648.25 823.166666666667z" />
+ <glyph glyph-name="list-check"
+ unicode="&#xECF3;"
+ horiz-adv-x="2000" d="M666.6666666666666 1666.6666666666667H1750V1500H666.6666666666666V1666.6666666666667zM250 1708.3333333333335H500V1458.3333333333335H250V1708.3333333333335zM250 1125H500V875H250V1125zM250 541.6666666666667H500V291.6666666666668H250V541.6666666666667zM666.6666666666666 1083.3333333333335H1750V916.6666666666669H666.6666666666666V1083.3333333333335zM666.6666666666666 500H1750V333.3333333333335H666.6666666666666V500z" />
+ <glyph glyph-name="list-ordered"
+ unicode="&#xECF4;"
+ horiz-adv-x="2000" d="M666.6666666666666 1666.6666666666667H1750V1500H666.6666666666666V1666.6666666666667zM416.6666666666667 1750V1500H500V1416.6666666666667H250V1500H333.3333333333333V1666.6666666666667H250V1750H416.6666666666667zM250 833.3333333333335V1041.6666666666667H416.6666666666667V1083.3333333333335H250V1166.6666666666667H500V958.3333333333334H333.3333333333333V916.6666666666669H500V833.3333333333335H250zM416.6666666666667 375H250V458.3333333333335H416.6666666666667V500H250V583.3333333333335H500V250H250V333.3333333333335H416.6666666666667V375zM666.6666666666666 1083.3333333333335H1750V916.6666666666669H666.6666666666666V1083.3333333333335zM666.6666666666666 500H1750V333.3333333333335H666.6666666666666V500z" />
+ <glyph glyph-name="list-settings-fill"
+ unicode="&#xECF5;"
+ horiz-adv-x="2000" d="M166.6666666666667 500H750V333.3333333333335H166.6666666666667V500zM166.6666666666667 1083.3333333333335H916.6666666666666V916.6666666666669H166.6666666666667V1083.3333333333335zM166.6666666666667 1666.6666666666667H1833.3333333333333V1500H166.6666666666667V1666.6666666666667zM1722.8333333333333 914.5833333333331L1819.1666666666663 947.1666666666669L1902.4999999999995 802.8333333333335L1826.1666666666663 735.7500000000002A334.75 334.75 0 0 0 1826.1666666666663 597.5833333333333L1902.4999999999995 530.5L1819.1666666666663 386.1666666666668L1722.8333333333333 418.75C1688.6666666666665 387.9166666666665 1648 364.1666666666665 1603.25 349.5833333333335L1583.3333333333333 250H1416.6666666666665L1396.6666666666667 349.666666666667A333 333 0 0 0 1277.1666666666667 418.8333333333335L1180.8333333333335 386.1666666666668L1097.5 530.5L1173.8333333333335 597.5833333333333A334.75 334.75 0 0 0 1173.8333333333335 735.75L1097.5 802.8333333333333L1180.8333333333335 947.1666666666666L1277.1666666666667 914.5833333333331C1311.3333333333335 945.4166666666666 1352.0000000000002 969.1666666666666 1396.7500000000002 983.7499999999998L1416.6666666666665 1083.3333333333335H1583.3333333333333L1603.333333333333 983.6666666666669C1648 969.1666666666669 1688.6666666666665 945.3333333333331 1722.8333333333333 914.5zM1500 583.3333333333335A83.33333333333333 83.33333333333333 0 1 1 1500 750A83.33333333333333 83.33333333333333 0 0 1 1500 583.3333333333335z" />
+ <glyph glyph-name="list-settings-line"
+ unicode="&#xECF6;"
+ horiz-adv-x="2000" d="M166.6666666666667 500H750V333.3333333333335H166.6666666666667V500zM166.6666666666667 1083.3333333333335H916.6666666666666V916.6666666666669H166.6666666666667V1083.3333333333335zM166.6666666666667 1666.6666666666667H1833.3333333333333V1500H166.6666666666667V1666.6666666666667zM1722.8333333333333 914.5833333333331L1819.1666666666663 947.1666666666669L1902.4999999999995 802.8333333333335L1826.1666666666663 735.7500000000002A334.75 334.75 0 0 0 1826.1666666666663 597.5833333333333L1902.4999999999995 530.5L1819.1666666666663 386.1666666666668L1722.8333333333333 418.75C1688.6666666666665 387.9166666666665 1648 364.1666666666665 1603.25 349.5833333333335L1583.3333333333333 250H1416.6666666666665L1396.6666666666667 349.666666666667A333 333 0 0 0 1277.1666666666667 418.8333333333335L1180.8333333333335 386.1666666666668L1097.5 530.5L1173.8333333333335 597.5833333333333A334.75 334.75 0 0 0 1173.8333333333335 735.75L1097.5 802.8333333333333L1180.8333333333335 947.1666666666666L1277.1666666666667 914.5833333333331C1311.3333333333335 945.4166666666666 1352.0000000000002 969.1666666666666 1396.7500000000002 983.7499999999998L1416.6666666666665 1083.3333333333335H1583.3333333333333L1603.333333333333 983.6666666666669C1648 969.1666666666669 1688.6666666666665 945.3333333333331 1722.8333333333333 914.5zM1500 500A166.66666666666666 166.66666666666666 0 1 1 1500 833.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1500 500z" />
+ <glyph glyph-name="list-unordered"
+ unicode="&#xECF7;"
+ horiz-adv-x="2000" d="M666.6666666666666 1666.6666666666667H1750V1500H666.6666666666666V1666.6666666666667zM375 1458.3333333333335A125 125 0 1 0 375 1708.3333333333335A125 125 0 0 0 375 1458.3333333333335zM375 875A125 125 0 1 0 375 1125A125 125 0 0 0 375 875zM375 300.0000000000003A125 125 0 1 0 375 550.0000000000002A125 125 0 0 0 375 300.0000000000003zM666.6666666666666 1083.3333333333335H1750V916.6666666666669H666.6666666666666V1083.3333333333335zM666.6666666666666 500H1750V333.3333333333335H666.6666666666666V500z" />
+ <glyph glyph-name="lock-2-fill"
+ unicode="&#xECF8;"
+ horiz-adv-x="2000" d="M1500 1333.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1250V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1333.3333333333335H500V1416.6666666666667A500 500 0 1 0 1500 1416.6666666666667V1333.3333333333335zM916.6666666666666 689.0000000000002V500H1083.3333333333333V689.0000000000002A166.66666666666666 166.66666666666666 0 1 1 916.6666666666666 689.0000000000002zM1333.3333333333333 1333.3333333333335V1416.6666666666667A333.3333333333333 333.3333333333333 0 1 1 666.6666666666666 1416.6666666666667V1333.3333333333335H1333.3333333333333z" />
+ <glyph glyph-name="lock-2-line"
+ unicode="&#xECF9;"
+ horiz-adv-x="2000" d="M500 1333.3333333333335V1416.6666666666667A500 500 0 1 0 1500 1416.6666666666667V1333.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1250V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1333.3333333333335H500zM1583.3333333333333 1166.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1166.6666666666667zM916.6666666666666 689.0000000000002A166.66666666666666 166.66666666666666 0 1 0 1083.3333333333333 689.0000000000002V500H916.6666666666666V689.0000000000002zM666.6666666666666 1333.3333333333335H1333.3333333333333V1416.6666666666667A333.3333333333333 333.3333333333333 0 1 1 666.6666666666666 1416.6666666666667V1333.3333333333335z" />
+ <glyph glyph-name="lock-fill"
+ unicode="&#xECFA;"
+ horiz-adv-x="2000" d="M1583.3333333333333 1166.6666666666667H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1083.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1166.6666666666667H416.6666666666667V1250A583.3333333333334 583.3333333333334 0 1 0 1583.3333333333333 1250V1166.6666666666667zM1416.6666666666665 1166.6666666666667V1250A416.6666666666667 416.6666666666667 0 0 1 583.3333333333333 1250V1166.6666666666667H1416.6666666666665zM916.6666666666666 833.3333333333335V500H1083.3333333333333V833.3333333333335H916.6666666666666z" />
+ <glyph glyph-name="lock-line"
+ unicode="&#xECFB;"
+ horiz-adv-x="2000" d="M1583.3333333333333 1166.6666666666667H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1083.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1166.6666666666667H416.6666666666667V1250A583.3333333333334 583.3333333333334 0 1 0 1583.3333333333333 1250V1166.6666666666667zM416.6666666666667 1000V333.3333333333335H1583.3333333333333V1000H416.6666666666667zM916.6666666666666 833.3333333333335H1083.3333333333333V500H916.6666666666666V833.3333333333335zM1416.6666666666665 1166.6666666666667V1250A416.6666666666667 416.6666666666667 0 0 1 583.3333333333333 1250V1166.6666666666667H1416.6666666666665z" />
+ <glyph glyph-name="lock-password-fill"
+ unicode="&#xECFC;"
+ horiz-adv-x="2000" d="M1500 1333.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1250V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1333.3333333333335H500V1416.6666666666667A500 500 0 1 0 1500 1416.6666666666667V1333.3333333333335zM1333.3333333333333 1333.3333333333335V1416.6666666666667A333.3333333333333 333.3333333333333 0 1 1 666.6666666666666 1416.6666666666667V1333.3333333333335H1333.3333333333333zM916.6666666666666 833.3333333333335V666.6666666666667H1083.3333333333333V833.3333333333335H916.6666666666666zM583.3333333333333 833.3333333333335V666.6666666666667H750V833.3333333333335H583.3333333333333zM1250 833.3333333333335V666.6666666666667H1416.6666666666665V833.3333333333335H1250z" />
+ <glyph glyph-name="lock-password-line"
+ unicode="&#xECFD;"
+ horiz-adv-x="2000" d="M1500 1333.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1250V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1333.3333333333335H500V1416.6666666666667A500 500 0 1 0 1500 1416.6666666666667V1333.3333333333335zM416.6666666666667 1166.6666666666667V333.3333333333335H1583.3333333333333V1166.6666666666667H416.6666666666667zM916.6666666666666 833.3333333333335H1083.3333333333333V666.6666666666667H916.6666666666666V833.3333333333335zM583.3333333333333 833.3333333333335H750V666.6666666666667H583.3333333333333V833.3333333333335zM1250 833.3333333333335H1416.6666666666665V666.6666666666667H1250V833.3333333333335zM1333.3333333333333 1333.3333333333335V1416.6666666666667A333.3333333333333 333.3333333333333 0 1 1 666.6666666666666 1416.6666666666667V1333.3333333333335H1333.3333333333333z" />
+ <glyph glyph-name="lock-unlock-fill"
+ unicode="&#xECFE;"
+ horiz-adv-x="2000" d="M583.3333333333333 1166.6666666666667H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1083.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1166.6666666666667H416.6666666666667V1250A583.3333333333334 583.3333333333334 0 0 0 1521.8333333333333 1510.9166666666667L1372.7499999999998 1436.4166666666667A416.6666666666667 416.6666666666667 0 0 1 583.3333333333333 1250V1166.6666666666667zM833.3333333333333 750V583.3333333333335H1166.6666666666665V750H833.3333333333333z" />
+ <glyph glyph-name="lock-unlock-line"
+ unicode="&#xECFF;"
+ horiz-adv-x="2000" d="M583.3333333333333 1166.6666666666667H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1083.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1166.6666666666667H416.6666666666667V1250A583.3333333333334 583.3333333333334 0 0 0 1521.8333333333333 1510.9166666666667L1372.7499999999998 1436.4166666666667A416.6666666666667 416.6666666666667 0 0 1 583.3333333333333 1250V1166.6666666666667zM416.6666666666667 1000V333.3333333333335H1583.3333333333333V1000H416.6666666666667zM833.3333333333333 750H1166.6666666666665V583.3333333333335H833.3333333333333V750z" />
+ <glyph glyph-name="login-box-fill"
+ unicode="&#xED00;"
+ horiz-adv-x="2000" d="M833.3333333333333 1083.3333333333335H333.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V916.6666666666669H833.3333333333333V666.6666666666667L1250 1000L833.3333333333333 1333.3333333333335V1083.3333333333335z" />
+ <glyph glyph-name="login-box-line"
+ unicode="&#xED01;"
+ horiz-adv-x="2000" d="M333.3333333333333 750H500V333.3333333333335H1500V1666.6666666666667H500V1250H333.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V750zM833.3333333333333 1083.3333333333335V1333.3333333333335L1250 1000L833.3333333333333 666.6666666666667V916.6666666666669H166.6666666666667V1083.3333333333335H833.3333333333333z" />
+ <glyph glyph-name="login-circle-fill"
+ unicode="&#xED02;"
+ horiz-adv-x="2000" d="M833.3333333333333 1083.3333333333335H170.8333333333333C212.5 1504.4166666666667 567.8333333333333 1833.3333333333333 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668C567.9166666666666 166.6666666666668 212.5833333333334 495.5833333333333 170.8333333333334 916.6666666666669H833.3333333333333V666.6666666666667L1250 1000L833.3333333333333 1333.3333333333335V1083.3333333333335z" />
+ <glyph glyph-name="login-circle-line"
+ unicode="&#xED03;"
+ horiz-adv-x="2000" d="M833.3333333333333 1083.3333333333335V1333.3333333333335L1250 1000L833.3333333333333 666.6666666666667V916.6666666666669H83.3333333333333V1083.3333333333335H833.3333333333333zM204.8333333333334 750H381.8333333333334A666.9166666666666 666.9166666666666 0 0 1 1666.6666666666665 1000A666.6666666666666 666.6666666666666 0 0 1 381.8333333333333 1250H204.8333333333334C311 1588.0833333333335 626.8333333333334 1833.3333333333333 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668C626.8333333333334 166.6666666666668 311 411.916666666667 204.8333333333334 750z" />
+ <glyph glyph-name="logout-box-fill"
+ unicode="&#xED04;"
+ horiz-adv-x="2000" d="M416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM750 1083.3333333333335V1333.3333333333335L333.3333333333333 1000L750 666.6666666666667V916.6666666666669H1250V1083.3333333333335H750z" />
+ <glyph glyph-name="logout-box-line"
+ unicode="&#xED05;"
+ horiz-adv-x="2000" d="M333.3333333333333 500H500V333.3333333333335H1500V1666.6666666666667H500V1500H333.3333333333333V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V500zM500 1083.3333333333335H1083.3333333333333V916.6666666666669H500V666.6666666666667L83.3333333333333 1000L500 1333.3333333333335V1083.3333333333335z" />
+ <glyph glyph-name="logout-circle-fill"
+ unicode="&#xED06;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM583.3333333333333 1083.3333333333335V1333.3333333333335L166.6666666666667 1000L583.3333333333333 666.6666666666667V916.6666666666669H1250V1083.3333333333335H583.3333333333333z" />
+ <glyph glyph-name="logout-circle-line"
+ unicode="&#xED07;"
+ horiz-adv-x="2000" d="M416.6666666666667 1083.3333333333335H1083.3333333333333V916.6666666666669H416.6666666666667V666.6666666666667L0 1000L416.6666666666667 1333.3333333333335V1083.3333333333335zM333.3333333333333 500H559A666.6666666666666 666.6666666666666 0 1 1 559 1500H333.3333333333333A832.0833333333333 832.0833333333333 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668A832.0833333333333 832.0833333333333 0 0 0 333.3333333333333 500z" />
+ <glyph glyph-name="mac-fill"
+ unicode="&#xED08;"
+ horiz-adv-x="2000" d="M1166.6666666666665 500V333.3333333333335L1333.3333333333333 250V166.6666666666668H666.6666666666666L666.3333333333334 249.6666666666668L833.3333333333333 333.3333333333335V500H249.3333333333333A83.16666666666666 83.16666666666666 0 0 0 166.6666666666667 583.916666666667V1666.0833333333335C166.6666666666667 1712.4166666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.5833333333335 1833.3333333333333 1666.0833333333335V583.9166666666665C1833.3333333333333 537.5833333333333 1795.4166666666667 499.9999999999998 1750.6666666666665 499.9999999999998H1166.6666666666665zM333.3333333333333 833.3333333333335V666.6666666666667H1666.6666666666665V833.3333333333335H333.3333333333333z" />
+ <glyph glyph-name="mac-line"
+ unicode="&#xED09;"
+ horiz-adv-x="2000" d="M1166.6666666666665 500V333.3333333333335L1333.3333333333333 250V166.6666666666668H666.6666666666666L666.3333333333334 249.6666666666668L833.3333333333333 333.3333333333335V500H249.3333333333333A83.16666666666666 83.16666666666666 0 0 0 166.6666666666667 583.916666666667V1666.0833333333335C166.6666666666667 1712.4166666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.5833333333335 1833.3333333333333 1666.0833333333335V583.9166666666665C1833.3333333333333 537.5833333333333 1795.4166666666667 499.9999999999998 1750.6666666666665 499.9999999999998H1166.6666666666665zM333.3333333333333 1583.3333333333335V833.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333z" />
+ <glyph glyph-name="macbook-fill"
+ unicode="&#xED0A;"
+ horiz-adv-x="2000" d="M166.6666666666667 1666.0833333333335C166.6666666666667 1712.5 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.5 1833.3333333333333 1666.0833333333335V583.3333333333335H166.6666666666667V1666.0833333333335zM83.3333333333333 416.6666666666668H1916.6666666666663V250H83.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="macbook-line"
+ unicode="&#xED0B;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V666.6666666666667H1666.6666666666665V1583.3333333333335H333.3333333333333zM166.6666666666667 1666.0833333333335C166.6666666666667 1712.4166666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.5833333333335 1833.3333333333333 1666.0833333333335V500H166.6666666666667V1666.0833333333335zM83.3333333333333 416.6666666666668H1916.6666666666663V250H83.3333333333333V416.6666666666668z" />
+ <glyph glyph-name="magic-fill"
+ unicode="&#xED0C;"
+ horiz-adv-x="2000" d="M1268.6666666666665 707.6666666666667L1084.2499999999998 320.1666666666668A49.99999999999999 49.99999999999999 0 0 0 1002.8333333333331 307.25L707.6666666666665 618.8333333333333A49.99999999999999 49.99999999999999 0 0 1 677.9166666666666 633.9999999999998L252.3333333333333 689.6666666666665A49.99999999999999 49.99999999999999 0 0 0 214.9166666666666 763.083333333333L420.0833333333333 1140.083333333333A49.99999999999999 49.99999999999999 0 0 1 425.2500000000001 1173.0833333333333L346.6666666666667 1595A49.99999999999999 49.99999999999999 0 0 0 405 1653.3333333333333L826.9166666666666 1574.75A49.99999999999999 49.99999999999999 0 0 1 859.9166666666667 1579.9166666666667L1236.9166666666665 1785.0833333333335A49.99999999999999 49.99999999999999 0 0 0 1310.3333333333333 1747.5833333333335L1365.9999999999998 1322.0833333333335A49.99999999999999 49.99999999999999 0 0 1 1381.1666666666665 1292.3333333333335L1692.7499999999998 997.1666666666669A49.99999999999999 49.99999999999999 0 0 0 1679.833333333333 915.7500000000002L1292.333333333333 731.3333333333335A49.99999999999999 49.99999999999999 0 0 1 1268.6666666666663 707.6666666666667zM1335.0833333333333 547.0833333333335L1452.9166666666667 664.916666666667L1806.5000000000005 311.416666666667L1688.5833333333337 193.5000000000002L1335.0833333333337 547.0833333333337z" />
+ <glyph glyph-name="magic-line"
+ unicode="&#xED0D;"
+ horiz-adv-x="2000" d="M1266.5833333333333 1171.25A216.66666666666669 216.66666666666669 0 0 0 1200.7499999999998 1300.5L1167.1666666666665 1557.4166666666667L939.6666666666664 1433.5833333333335A216.66666666666669 216.66666666666669 0 0 0 796.333333333333 1410.8333333333335L541.6666666666666 1458.3333333333335L589.1666666666666 1203.6666666666665A216.66666666666669 216.66666666666669 0 0 0 566.4166666666666 1060.3333333333333L442.5833333333334 832.8333333333333L699.5000000000001 799.2499999999998A216.66666666666669 216.66666666666669 0 0 0 828.6666666666669 733.4166666666665L1006.8333333333334 545.3333333333333L1118.1666666666667 779.2499999999998A216.66666666666669 216.66666666666669 0 0 0 1220.666666666667 881.8333333333333L1454.6666666666667 993.1666666666666L1266.5833333333335 1171.25zM1268.6666666666665 707.6666666666667L1084.2499999999998 320.1666666666668A49.99999999999999 49.99999999999999 0 0 0 1002.8333333333331 307.25L707.6666666666665 618.8333333333333A49.99999999999999 49.99999999999999 0 0 1 677.9166666666666 633.9999999999998L252.3333333333333 689.6666666666665A49.99999999999999 49.99999999999999 0 0 0 214.9166666666666 763.083333333333L420.0833333333333 1140.083333333333A49.99999999999999 49.99999999999999 0 0 1 425.2500000000001 1173.0833333333333L346.6666666666667 1595A49.99999999999999 49.99999999999999 0 0 0 405 1653.3333333333333L826.9166666666666 1574.75A49.99999999999999 49.99999999999999 0 0 1 859.9166666666667 1579.9166666666667L1236.9166666666665 1785.0833333333335A49.99999999999999 49.99999999999999 0 0 0 1310.3333333333333 1747.5833333333335L1365.9999999999998 1322.0833333333335A49.99999999999999 49.99999999999999 0 0 1 1381.1666666666665 1292.3333333333335L1692.7499999999998 997.1666666666669A49.99999999999999 49.99999999999999 0 0 0 1679.833333333333 915.7500000000002L1292.333333333333 731.3333333333335A49.99999999999999 49.99999999999999 0 0 1 1268.6666666666663 707.6666666666667zM1335.0833333333333 547.0833333333335L1452.9166666666667 664.916666666667L1806.5000000000005 311.416666666667L1688.5833333333337 193.5000000000002L1335.0833333333337 547.0833333333337z" />
+ <glyph glyph-name="mail-fill"
+ unicode="&#xED0E;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1005 1026.4166666666667L470.6666666666666 1480.1666666666665L362.75 1353.1666666666667L1006.0833333333331 806.9166666666667L1637.8333333333333 1353.5833333333335L1528.8333333333333 1479.6666666666665L1005.0833333333331 1026.4166666666667z" />
+ <glyph glyph-name="mail-line"
+ unicode="&#xED0F;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1666.6666666666665 1396.8333333333335L1005.9999999999998 805.1666666666667L333.3333333333333 1398.6666666666665V416.6666666666668H1666.6666666666665V1396.8333333333335zM375.9166666666667 1583.3333333333335L1005.0833333333331 1028.166666666667L1625.1666666666665 1583.3333333333335H375.9166666666667z" />
+ <glyph glyph-name="mail-open-fill"
+ unicode="&#xED10;"
+ horiz-adv-x="2000" d="M186.9166666666667 1428.8333333333335L957.5 1890.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1043.25 1890.8333333333333L1813.0833333333333 1428.75A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1393V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1393.0833333333335A41.666666666666664 41.666666666666664 0 0 0 186.9166666666667 1428.8333333333335zM1528.8333333333333 1313L1005.0833333333331 859.75L470.5833333333333 1313.5L362.75 1186.5L1006.0833333333331 640.25L1637.8333333333333 1186.9166666666665L1528.8333333333333 1313z" />
+ <glyph glyph-name="mail-open-line"
+ unicode="&#xED11;"
+ horiz-adv-x="2000" d="M186.9166666666667 1428.8333333333335L957.5 1890.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1043.25 1890.8333333333333L1813.0833333333333 1428.75A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1393V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1749.9999999999995 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1393.0833333333335A41.666666666666664 41.666666666666664 0 0 0 186.9166666666667 1428.8333333333335zM333.3333333333333 1322.25V416.6666666666668H1666.6666666666665V1322.3333333333335L1000.3333333333331 1722.3333333333335L333.3333333333333 1322.3333333333335zM1005 858.5L1446.3333333333335 1230.4166666666667L1553.6666666666667 1102.916666666667L1006.1666666666669 641.5L447.0000000000001 1102.3333333333335L553.0000000000001 1231.0000000000002L1005.0000000000002 858.5000000000002z" />
+ <glyph glyph-name="mail-send-fill"
+ unicode="&#xED12;"
+ horiz-adv-x="2000" d="M166.6666666666667 1541.6666666666667V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V416.6666666666668H1666.6666666666665V1391.6666666666667L1000 791.6666666666667L166.6666666666667 1541.6666666666667zM0 1166.6666666666667H416.6666666666667V1000H0V1166.6666666666667zM0 750H666.6666666666666V583.3333333333335H0V750z" />
+ <glyph glyph-name="mail-send-line"
+ unicode="&#xED13;"
+ horiz-adv-x="2000" d="M1833.3333333333333 332.75A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V416.6666666666668H1666.6666666666665V1391.6666666666667L1000 791.6666666666667L166.6666666666667 1541.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V332.75zM369.5 1583.3333333333335L1000 1015.8333333333334L1630.4999999999998 1583.3333333333335H369.5zM0 750H666.6666666666666V583.3333333333335H0V750zM0 1166.6666666666667H416.6666666666667V1000H0V1166.6666666666667z" />
+ <glyph glyph-name="mail-unread-fill"
+ unicode="&#xED14;"
+ horiz-adv-x="2000" d="M1566.9166666666667 1292.25A418.58333333333326 418.58333333333326 0 0 1 1833.3333333333333 1258.3333333333335V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1341.6666666666667C1336.1666666666667 1723.0833333333335 1333.3333333333333 1695.1666666666667 1333.3333333333333 1666.6666666666667A415 415 0 0 1 1432.75 1396.5833333333335L1005.0833333333334 1026.4166666666667L470.5833333333335 1480.1666666666667L362.7500000000001 1353.1666666666667L1006.0833333333331 806.9166666666667L1566.9166666666667 1292.25zM1750 1416.6666666666667A250 250 0 1 0 1750 1916.6666666666667A250 250 0 0 0 1750 1416.6666666666667z" />
+ <glyph glyph-name="mail-unread-line"
+ unicode="&#xED15;"
+ horiz-adv-x="2000" d="M1341.6666666666667 1750A418.58333333333326 418.58333333333326 0 0 1 1341.6666666666667 1583.3333333333335H375.9166666666667L1005.0833333333331 1028.166666666667L1425.8333333333333 1404.8333333333335C1461.333333333333 1360.9166666666667 1505.6666666666663 1324.3333333333335 1556.083333333333 1297.75L1005.9999999999998 805.1666666666667L333.3333333333333 1398.6666666666665V416.6666666666668H1666.6666666666665V1258.3333333333335A418.58333333333326 418.58333333333326 0 0 1 1833.3333333333333 1258.3333333333335V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1341.6666666666667zM1750 1416.6666666666667A250 250 0 1 0 1750 1916.6666666666667A250 250 0 0 0 1750 1416.6666666666667z" />
+ <glyph glyph-name="map-2-fill"
+ unicode="&#xED16;"
+ horiz-adv-x="2000" d="M166.6666666666667 1583.3333333333335L750 1833.3333333333333L1250 1583.3333333333335L1775.25 1808.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1770.0833333333333V416.6666666666668L1250 166.6666666666668L750 416.6666666666668L224.75 191.5833333333335A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 229.9166666666668V1583.3333333333335zM1250 353.0000000000003V1402L1244.5833333333333 1399.6666666666667L750 1647V598.0000000000002L755.4166666666666 600.3333333333335L1250 353.0000000000003z" />
+ <glyph glyph-name="map-2-line"
+ unicode="&#xED17;"
+ horiz-adv-x="2000" d="M166.6666666666667 1583.3333333333335L750 1833.3333333333333L1250 1583.3333333333335L1775.25 1808.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1770.0833333333333V416.6666666666668L1250 166.6666666666668L750 416.6666666666668L224.75 191.5833333333335A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 229.9166666666668V1583.3333333333335zM1333.3333333333333 383.7500000000003L1666.6666666666665 526.5833333333333V1580.5833333333333L1333.3333333333333 1437.75V383.7500000000003zM1166.6666666666665 394.6666666666668V1438.6666666666667L833.3333333333333 1605.3333333333335V561.3333333333335L1166.6666666666665 394.6666666666668zM666.6666666666666 562.25V1616.25L333.3333333333333 1473.4166666666667V419.416666666667L666.6666666666666 562.25z" />
+ <glyph glyph-name="map-fill"
+ unicode="&#xED18;"
+ horiz-adv-x="2000" d="M166.6666666666667 1583.3333333333335L750 1833.3333333333333L1250 1583.3333333333335L1775.25 1808.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1770.0833333333333V416.6666666666668L1250 166.6666666666668L750 416.6666666666668L224.75 191.5833333333335A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 229.9166666666668V1583.3333333333335z" />
+ <glyph glyph-name="map-line"
+ unicode="&#xED19;"
+ horiz-adv-x="2000" d="M166.6666666666667 1583.3333333333335L750 1833.3333333333333L1250 1583.3333333333335L1775.25 1808.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1770.0833333333333V416.6666666666668L1250 166.6666666666668L750 416.6666666666668L224.75 191.5833333333335A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 229.9166666666668V1583.3333333333335zM1244.5833333333333 1399.6666666666665L744.5833333333334 1649.6666666666665L333.3333333333333 1473.4166666666667V419.416666666667L755.4166666666667 600.2500000000002L1255.4166666666667 350.2500000000003L1666.6666666666665 526.6666666666667V1580.5833333333333L1244.5833333333333 1399.75z" />
+ <glyph glyph-name="map-pin-2-fill"
+ unicode="&#xED1A;"
+ horiz-adv-x="2000" d="M1530.3333333333333 553L1000 22.6666666666667L469.6666666666666 553A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553zM1000 916.6666666666669A166.66666666666666 166.66666666666666 0 1 1 1000 1250A166.66666666666666 166.66666666666666 0 0 1 1000 916.6666666666669z" />
+ <glyph glyph-name="map-pin-2-line"
+ unicode="&#xED1B;"
+ horiz-adv-x="2000" d="M1000 22.6666666666667L469.6666666666666 553A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553L1000 22.6666666666667zM1412.4999999999998 670.8333333333333A583.3333333333334 583.3333333333334 0 1 1 587.4999999999999 670.8333333333333L1000 258.3333333333335L1412.4999999999998 670.8333333333335zM1000 916.6666666666669A166.66666666666666 166.66666666666666 0 1 0 1000 1250A166.66666666666666 166.66666666666666 0 0 0 1000 916.6666666666669z" />
+ <glyph glyph-name="map-pin-3-fill"
+ unicode="&#xED1C;"
+ horiz-adv-x="2000" d="M916.6666666666666 337.9166666666668A750.0833333333331 750.0833333333331 0 0 0 1000 1833.3333333333333A749.9999999999999 749.9999999999999 0 0 0 1083.3333333333333 337.9166666666668V0H916.6666666666666V337.9166666666668z" />
+ <glyph glyph-name="map-pin-3-line"
+ unicode="&#xED1D;"
+ horiz-adv-x="2000" d="M916.6666666666666 337.9166666666668A750.0833333333331 750.0833333333331 0 0 0 1000 1833.3333333333333A749.9999999999999 749.9999999999999 0 0 0 1083.3333333333333 337.9166666666668V0H916.6666666666666V337.9166666666668zM1000 500A583.3333333333334 583.3333333333334 0 1 1 1000 1666.6666666666667A583.3333333333334 583.3333333333334 0 0 1 1000 500z" />
+ <glyph glyph-name="map-pin-4-fill"
+ unicode="&#xED1E;"
+ horiz-adv-x="2000" d="M916.6666666666666 505.1666666666667A666.7499999999999 666.7499999999999 0 0 0 1000 1833.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1083.3333333333333 505.1666666666665V250H916.6666666666666V505.1666666666667zM416.6666666666667 166.6666666666668H1583.3333333333333V0H416.6666666666667V166.6666666666668z" />
+ <glyph glyph-name="map-pin-4-line"
+ unicode="&#xED1F;"
+ horiz-adv-x="2000" d="M916.6666666666666 505.1666666666667A666.7499999999999 666.7499999999999 0 0 0 1000 1833.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1083.3333333333333 505.1666666666665V250H916.6666666666666V505.1666666666667zM1000 666.6666666666667A500 500 0 1 1 1000 1666.6666666666667A500 500 0 0 1 1000 666.6666666666667zM416.6666666666667 166.6666666666668H1583.3333333333333V0H416.6666666666667V166.6666666666668z" />
+ <glyph glyph-name="map-pin-5-fill"
+ unicode="&#xED20;"
+ horiz-adv-x="2000" d="M1471.4166666666665 695.25L1000 223.8333333333335L528.5833333333333 695.25A666.6666666666666 666.6666666666666 0 1 0 1471.4166666666665 695.25zM416.6666666666667 166.6666666666668H1583.3333333333333V0H416.6666666666667V166.6666666666668z" />
+ <glyph glyph-name="map-pin-5-line"
+ unicode="&#xED21;"
+ horiz-adv-x="2000" d="M1000 459.5833333333335L1353.5833333333335 813.0833333333335A500 500 0 1 1 646.4166666666667 813.0833333333335L1000 459.5833333333335zM1471.4166666666665 695.25L1000 223.8333333333335L528.5833333333333 695.25A666.6666666666666 666.6666666666666 0 1 0 1471.4166666666665 695.25zM416.6666666666667 166.6666666666668H1583.3333333333333V0H416.6666666666667V166.6666666666668z" />
+ <glyph glyph-name="map-pin-add-fill"
+ unicode="&#xED22;"
+ horiz-adv-x="2000" d="M1530.3333333333333 553L1000 22.6666666666667L469.6666666666666 553A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553zM916.6666666666666 1166.6666666666667H666.6666666666666V1000H916.6666666666666V750H1083.3333333333333V1000H1333.3333333333333V1166.6666666666667H1083.3333333333333V1416.6666666666667H916.6666666666666V1166.6666666666667z" />
+ <glyph glyph-name="map-pin-add-line"
+ unicode="&#xED23;"
+ horiz-adv-x="2000" d="M1000 258.3333333333335L1412.4999999999998 670.8333333333335A583.3333333333334 583.3333333333334 0 1 1 587.4999999999999 670.8333333333335L1000 258.3333333333335zM1000 22.666666666667L469.6666666666666 553.0000000000002A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553.0000000000002L1000 22.6666666666667zM916.6666666666666 1166.6666666666667V1416.6666666666667H1083.3333333333333V1166.6666666666667H1333.3333333333333V1000H1083.3333333333333V750H916.6666666666666V1000H666.6666666666666V1166.6666666666667H916.6666666666666z" />
+ <glyph glyph-name="map-pin-fill"
+ unicode="&#xED24;"
+ horiz-adv-x="2000" d="M1530.3333333333333 553L1000 22.6666666666667L469.6666666666666 553A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553zM1000 750A333.3333333333333 333.3333333333333 0 1 1 1000 1416.6666666666667A333.3333333333333 333.3333333333333 0 0 1 1000 750zM1000 916.6666666666669A166.66666666666666 166.66666666666666 0 1 0 1000 1250A166.66666666666666 166.66666666666666 0 0 0 1000 916.6666666666669z" />
+ <glyph glyph-name="map-pin-line"
+ unicode="&#xED25;"
+ horiz-adv-x="2000" d="M1000 258.3333333333335L1412.4999999999998 670.8333333333335A583.3333333333334 583.3333333333334 0 1 1 587.4999999999999 670.8333333333335L1000 258.3333333333335zM1000 22.666666666667L469.6666666666666 553.0000000000002A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553.0000000000002L1000 22.6666666666667zM1000 916.6666666666669A166.66666666666666 166.66666666666666 0 1 1 1000 1250A166.66666666666666 166.66666666666666 0 0 1 1000 916.6666666666669zM1000 750A333.3333333333333 333.3333333333333 0 1 0 1000 1416.6666666666667A333.3333333333333 333.3333333333333 0 0 0 1000 750z" />
+ <glyph glyph-name="map-pin-range-fill"
+ unicode="&#xED26;"
+ horiz-adv-x="2000" d="M916.6666666666666 505.1666666666667A666.7499999999999 666.7499999999999 0 0 0 1000 1833.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1083.3333333333333 505.1666666666665V332.3333333333335C1412.1666666666667 324.6666666666668 1666.6666666666665 272.0833333333335 1666.6666666666665 208.3333333333335C1666.6666666666665 139.3333333333335 1368.1666666666665 83.3333333333335 1000 83.3333333333335S333.3333333333333 139.3333333333335 333.3333333333333 208.3333333333335C333.3333333333333 272.0833333333335 587.8333333333334 324.6666666666668 916.6666666666666 332.3333333333335V505.1666666666665zM1000 1000A166.66666666666666 166.66666666666666 0 1 1 1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1000 1000z" />
+ <glyph glyph-name="map-pin-range-line"
+ unicode="&#xED27;"
+ horiz-adv-x="2000" d="M916.6666666666666 505.1666666666667A666.7499999999999 666.7499999999999 0 0 0 1000 1833.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1083.3333333333333 505.1666666666665V332.3333333333335C1412.1666666666667 324.6666666666668 1666.6666666666665 272.0833333333335 1666.6666666666665 208.3333333333335C1666.6666666666665 139.3333333333335 1368.1666666666665 83.3333333333335 1000 83.3333333333335S333.3333333333333 139.3333333333335 333.3333333333333 208.3333333333335C333.3333333333333 272.0833333333335 587.8333333333334 324.6666666666668 916.6666666666666 332.3333333333335V505.1666666666665zM1000 666.6666666666667A500 500 0 1 1 1000 1666.6666666666667A500 500 0 0 1 1000 666.6666666666667zM1000 1000A166.66666666666666 166.66666666666666 0 1 0 1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1000 1000z" />
+ <glyph glyph-name="map-pin-time-fill"
+ unicode="&#xED28;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1083.3333333333335V1500H916.6666666666666V916.6666666666669H1416.6666666666665V1083.3333333333335H1083.3333333333333zM1530.3333333333333 553L1000 22.6666666666667L469.6666666666666 553A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553z" />
+ <glyph glyph-name="map-pin-time-line"
+ unicode="&#xED29;"
+ horiz-adv-x="2000" d="M1412.4999999999998 670.8333333333335A583.3333333333334 583.3333333333334 0 1 1 587.4999999999999 670.8333333333335L1000 258.3333333333335L1412.4999999999998 670.8333333333335zM1000 22.6666666666667L469.6666666666666 553A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553L1000 22.6666666666667zM1083.3333333333333 1083.3333333333335H1416.6666666666665V916.6666666666669H916.6666666666666V1500H1083.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="map-pin-user-fill"
+ unicode="&#xED2A;"
+ horiz-adv-x="2000" d="M1423.6666666666665 682.3333333333335A583.3333333333334 583.3333333333334 0 1 1 576.3333333333334 682.3333333333335A499.6666666666667 499.6666666666667 0 0 0 1000 916.6666666666669A499.6666666666667 499.6666666666667 0 0 0 1423.6666666666665 682.3333333333335zM1000 22.6666666666667L469.6666666666666 553A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553L1000 22.6666666666667zM1000 1000A250 250 0 1 0 1000 1500A250 250 0 0 0 1000 1000z" />
+ <glyph glyph-name="map-pin-user-line"
+ unicode="&#xED2B;"
+ horiz-adv-x="2000" d="M1423.6666666666665 682.3333333333335A583.3333333333334 583.3333333333334 0 1 1 576.3333333333334 682.3333333333335A499.6666666666667 499.6666666666667 0 0 0 1000 916.6666666666669A499.6666666666667 499.6666666666667 0 0 0 1423.6666666666665 682.3333333333335zM698.7499999999999 559.5833333333335L1000 258.4166666666668L1301.25 559.5833333333335A333.3333333333333 333.3333333333333 0 0 1 698.7499999999999 559.5833333333335zM1000 22.6666666666667L469.6666666666666 553A749.9999999999999 749.9999999999999 0 1 0 1530.3333333333333 553L1000 22.6666666666667zM1000 1166.6666666666667A83.33333333333333 83.33333333333333 0 1 1 1000 1333.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1000 1166.6666666666667zM1000 1000A250 250 0 1 0 1000 1500A250 250 0 0 0 1000 1000z" />
+ <glyph glyph-name="mark-pen-fill"
+ unicode="&#xED2C;"
+ horiz-adv-x="2000" d="M1329.1666666666665 1800.5833333333335L1800.5833333333333 1329.1666666666665A83.33333333333333 83.33333333333333 0 0 0 1800.5833333333333 1211.3333333333335L1152.3333333333333 563.0833333333333L975.6666666666666 504.1666666666665L857.7499999999999 386.3333333333331A83.33333333333333 83.33333333333333 0 0 0 739.9166666666666 386.3333333333331L386.3333333333333 739.9166666666665A83.33333333333333 83.33333333333333 0 0 0 386.3333333333333 857.7499999999998L504.1666666666666 975.583333333333L563.0833333333331 1152.333333333333L1211.333333333333 1800.583333333333A83.33333333333333 83.33333333333333 0 0 0 1329.1666666666663 1800.583333333333zM1388.0833333333333 1505.9166666666667L857.7499999999999 975.5833333333334L975.5833333333331 857.7500000000002L1505.9166666666665 1388.0833333333335L1388.083333333333 1505.9166666666667zM356.8333333333333 592.5833333333335L592.5833333333334 356.8333333333335L474.7500000000001 239L121.1666666666667 356.8333333333335L356.8333333333333 592.5833333333335z" />
+ <glyph glyph-name="mark-pen-line"
+ unicode="&#xED2D;"
+ horiz-adv-x="2000" d="M1270.25 1623.75L708.7499999999999 1062.3333333333335L649.8333333333333 885.5833333333335L563.1666666666665 798.8333333333335L798.8333333333331 563.0833333333335L885.4999999999998 649.8333333333335L1062.333333333333 708.7500000000002L1623.7499999999998 1270.2500000000002L1270.2499999999998 1623.7500000000002zM1800.5833333333333 1329.1666666666665A83.33333333333333 83.33333333333333 0 0 0 1800.5833333333333 1211.3333333333335L1152.3333333333333 563.0833333333333L975.6666666666666 504.1666666666665L857.7499999999999 386.3333333333331A83.33333333333333 83.33333333333333 0 0 0 739.9166666666666 386.3333333333331L386.3333333333333 739.9166666666665A83.33333333333333 83.33333333333333 0 0 0 386.3333333333333 857.7499999999998L504.1666666666666 975.583333333333L563.0833333333331 1152.333333333333L1211.333333333333 1800.583333333333A83.33333333333333 83.33333333333333 0 0 0 1329.1666666666663 1800.583333333333L1800.5833333333333 1329.1666666666665zM1270.2499999999998 1388.0833333333333L1388.0833333333333 1270.25L975.5833333333334 857.75L857.75 975.5833333333331L1270.25 1388.0833333333333zM356.9166666666667 592.5L592.5833333333334 356.75L474.7500000000001 238.9166666666665L121.1666666666667 356.75L356.8333333333333 592.5z" />
+ <glyph glyph-name="markdown-fill"
+ unicode="&#xED2E;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM583.3333333333333 708.3333333333335V1041.6666666666667L750 875L916.6666666666666 1041.6666666666667V708.3333333333335H1083.3333333333333V1291.6666666666667H916.6666666666666L750 1125L583.3333333333333 1291.6666666666667H416.6666666666667V708.3333333333335H583.3333333333333zM1500 958.3333333333334V1291.6666666666667H1333.3333333333333V958.3333333333334H1166.6666666666665L1416.6666666666665 708.3333333333335L1666.6666666666665 958.3333333333334H1500z" />
+ <glyph glyph-name="markdown-line"
+ unicode="&#xED2F;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM583.3333333333333 708.3333333333335H416.6666666666667V1291.6666666666667H583.3333333333333L750 1125L916.6666666666666 1291.6666666666667H1083.3333333333333V708.3333333333335H916.6666666666666V1041.6666666666667L750 875L583.3333333333333 1041.6666666666667V708.3333333333335zM1500 958.3333333333334H1666.6666666666665L1416.6666666666665 708.3333333333335L1166.6666666666665 958.3333333333334H1333.3333333333333V1291.6666666666667H1500V958.3333333333334z" />
+ <glyph glyph-name="medium-fill"
+ unicode="&#xED30;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM1441.6666666666667 671.6666666666667C1433.3333333333333 675.8333333333335 1429.1666666666667 688.3333333333335 1429.1666666666667 696.7500000000002V1332.8333333333335C1429.1666666666667 1341.1666666666665 1433.3333333333335 1353.6666666666665 1441.6666666666667 1362.0833333333335L1521.2499999999998 1454.1666666666665V1458.3333333333335H1236.6666666666665L1023.3333333333331 918.5L780.4999999999999 1458.3333333333335H487.6666666666667V1454.1666666666667L562.9166666666667 1349.5C579.6666666666666 1332.8333333333335 583.8333333333334 1307.6666666666667 583.8333333333334 1286.75V826.5000000000002C588 801.3333333333335 583.8333333333334 772.0833333333335 571.3333333333334 747L458.3333333333333 592.166666666667V588.0000000000002H759.6666666666666V592.166666666667L646.6666666666666 742.75C634.1666666666666 767.9166666666667 629.9166666666666 793 634.1666666666666 822.2500000000002V1240.8333333333335C638.3333333333333 1232.5 642.4999999999999 1232.5 646.6666666666666 1215.75L931.1666666666666 579.6666666666667H935.3333333333331L1211.6666666666665 1270C1207.4999999999998 1245 1207.4999999999998 1215.6666666666667 1207.4999999999998 1194.6666666666667V700.9166666666667C1207.4999999999998 688.4166666666667 1203.333333333333 680.0833333333335 1194.9999999999998 671.666666666667L1111.2499999999998 592.166666666667V588.0000000000002H1521.333333333333V592.166666666667L1441.833333333333 671.666666666667z" />
+ <glyph glyph-name="medium-line"
+ unicode="&#xED31;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM1441.6666666666667 671.6666666666667L1521.2499999999998 592.166666666667V588.0000000000002H1111.1666666666665V592.166666666667L1194.8333333333333 671.666666666667C1203.1666666666665 680.0000000000002 1207.3333333333333 688.3333333333335 1207.3333333333333 700.9166666666667V1194.6666666666667C1207.3333333333333 1215.6666666666667 1207.3333333333333 1244.9166666666667 1211.5833333333333 1270L935.4166666666666 579.5833333333333H931.2499999999998L646.6666666666666 1215.6666666666665C642.5 1232.3333333333333 638.3333333333333 1232.3333333333333 634.1666666666666 1240.6666666666667V822.3333333333335C629.9166666666665 793 634.1666666666666 767.9166666666667 646.6666666666666 742.75L759.6666666666666 592.166666666667V588.0000000000002H458.3333333333333V592.166666666667L571.3333333333333 747.0000000000002C583.8333333333334 772.0000000000002 588 801.3333333333335 583.8333333333334 826.5000000000002V1286.6666666666665C583.8333333333334 1307.5833333333333 579.6666666666666 1332.75 563 1349.4166666666665L487.5833333333333 1454.1666666666667V1458.3333333333335H780.4999999999999L1023.1666666666666 918.5L1236.6666666666665 1458.3333333333335H1521.2499999999998V1454.1666666666667L1441.7499999999998 1362.0833333333335C1433.4166666666663 1353.75 1429.25 1341.1666666666667 1429.25 1332.8333333333335V696.7500000000002C1429.25 688.4166666666667 1433.4166666666665 675.8333333333335 1441.7499999999998 671.6666666666667z" />
+ <glyph glyph-name="men-fill"
+ unicode="&#xED32;"
+ horiz-adv-x="2000" d="M1548.833333333333 1583.3333333333335H1166.6666666666665V1750H1833.3333333333333V1083.3333333333335H1666.6666666666665V1465.5L1371.9166666666667 1170.75A624.9999999999999 624.9999999999999 0 1 0 1254.0833333333333 1288.5833333333333L1548.833333333333 1583.3333333333335z" />
+ <glyph glyph-name="men-line"
+ unicode="&#xED33;"
+ horiz-adv-x="2000" d="M1254.1666666666667 1288.5833333333333L1548.75 1583.3333333333335H1166.6666666666665V1750H1833.3333333333333V1083.3333333333335H1666.6666666666665V1465.5L1371.9166666666667 1170.75A624.9999999999999 624.9999999999999 0 1 0 1254.0833333333333 1288.5833333333333zM875 333.3333333333335A458.3333333333333 458.3333333333333 0 1 1 875 1250A458.3333333333333 458.3333333333333 0 0 1 875 333.3333333333335z" />
+ <glyph glyph-name="menu-2-fill"
+ unicode="&#xED34;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM250 1083.3333333333335H1250V916.6666666666669H250V1083.3333333333335zM250 500H1750V333.3333333333335H250V500z" />
+ <glyph glyph-name="menu-2-line"
+ unicode="&#xED35;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM250 1083.3333333333335H1250V916.6666666666669H250V1083.3333333333335zM250 500H1750V333.3333333333335H250V500z" />
+ <glyph glyph-name="menu-3-fill"
+ unicode="&#xED36;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM750 1083.3333333333335H1750V916.6666666666669H750V1083.3333333333335zM250 500H1750V333.3333333333335H250V500z" />
+ <glyph glyph-name="menu-3-line"
+ unicode="&#xED37;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM750 1083.3333333333335H1750V916.6666666666669H750V1083.3333333333335zM250 500H1750V333.3333333333335H250V500z" />
+ <glyph glyph-name="menu-fill"
+ unicode="&#xED38;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM250 1083.3333333333335H1750V916.6666666666669H250V1083.3333333333335zM250 500H1750V333.3333333333335H250V500z" />
+ <glyph glyph-name="menu-line"
+ unicode="&#xED39;"
+ horiz-adv-x="2000" d="M250 1666.6666666666667H1750V1500H250V1666.6666666666667zM250 1083.3333333333335H1750V916.6666666666669H250V1083.3333333333335zM250 500H1750V333.3333333333335H250V500z" />
+ <glyph glyph-name="message-2-fill"
+ unicode="&#xED3A;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM583.3333333333333 1166.6666666666667V1000H750V1166.6666666666667H583.3333333333333zM916.6666666666666 1166.6666666666667V1000H1083.3333333333333V1166.6666666666667H916.6666666666666zM1250 1166.6666666666667V1000H1416.6666666666665V1166.6666666666667H1250z" />
+ <glyph glyph-name="message-2-line"
+ unicode="&#xED3B;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667L480.2499999999999 583.3333333333335zM916.6666666666666 1166.6666666666667H1083.3333333333333V1000H916.6666666666666V1166.6666666666667zM583.3333333333333 1166.6666666666667H750V1000H583.3333333333333V1166.6666666666667zM1250 1166.6666666666667H1416.6666666666665V1000H1250V1166.6666666666667z" />
+ <glyph glyph-name="message-3-fill"
+ unicode="&#xED3C;"
+ horiz-adv-x="2000" d="M166.6666666666667 1250.5A499.16666666666663 499.16666666666663 0 0 0 666.6666666666666 1750H1333.3333333333333C1609.4166666666665 1750 1833.3333333333333 1525.4166666666667 1833.3333333333333 1250.5V250H666.6666666666666C390.5833333333333 250 166.6666666666667 474.5833333333335 166.6666666666667 749.5V1250.5zM1166.6666666666665 1083.3333333333335V916.6666666666669H1333.3333333333333V1083.3333333333335H1166.6666666666665zM666.6666666666666 1083.3333333333335V916.6666666666669H833.3333333333333V1083.3333333333335H666.6666666666666z" />
+ <glyph glyph-name="message-3-line"
+ unicode="&#xED3D;"
+ horiz-adv-x="2000" d="M166.6666666666667 1250.5A499.16666666666663 499.16666666666663 0 0 0 666.6666666666666 1750H1333.3333333333333C1609.4166666666665 1750 1833.3333333333333 1525.4166666666667 1833.3333333333333 1250.5V250H666.6666666666666C390.5833333333333 250 166.6666666666667 474.5833333333335 166.6666666666667 749.5V1250.5zM1666.6666666666665 416.6666666666668V1250.5A333.6666666666666 333.6666666666666 0 0 1 1333.3333333333333 1583.3333333333335H666.6666666666666A332.49999999999994 332.49999999999994 0 0 1 333.3333333333333 1250.5V749.5A333.6666666666666 333.6666666666666 0 0 1 666.6666666666666 416.6666666666668H1666.6666666666665zM1166.6666666666665 1083.3333333333335H1333.3333333333333V916.6666666666669H1166.6666666666665V1083.3333333333335zM666.6666666666666 1083.3333333333335H833.3333333333333V916.6666666666669H666.6666666666666V1083.3333333333335z" />
+ <glyph glyph-name="message-fill"
+ unicode="&#xED3E;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM666.6666666666666 1166.6666666666667V1000H1333.3333333333333V1166.6666666666667H666.6666666666666z" />
+ <glyph glyph-name="message-line"
+ unicode="&#xED3F;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667L480.2499999999999 583.3333333333335zM666.6666666666666 1166.6666666666667H1333.3333333333333V1000H666.6666666666666V1166.6666666666667z" />
+ <glyph glyph-name="messenger-fill"
+ unicode="&#xED40;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1469.5 1833.3333333333333 1833.3333333333333 1489.4166666666667 1833.3333333333333 1025C1833.3333333333333 560.5833333333335 1469.5 216.666666666667 1000 216.666666666667A907.8333333333334 907.8333333333334 0 0 0 758.75 248.666666666667A66.66666666666666 66.66666666666666 0 0 1 714.2499999999999 245.4166666666668L548.9166666666666 172.4166666666668A66.66666666666666 66.66666666666666 0 0 0 455.3333333333333 231.3333333333335L450.7499999999999 379.6666666666668A66.41666666666667 66.41666666666667 0 0 1 428.4166666666667 427.166666666667C266.25 572.0833333333333 166.6666666666667 781.9166666666667 166.6666666666667 1025C166.6666666666667 1489.4166666666667 530.5833333333333 1833.3333333333333 1000 1833.3333333333333zM499.5833333333333 788.5833333333333C476.0833333333333 751.3333333333335 521.9166666666666 709.3333333333333 557 736L819.9166666666666 935.5A49.99999999999999 49.99999999999999 0 0 0 880.1666666666667 935.5L1074.9166666666667 789.6666666666667A125 125 0 0 1 1255.6666666666667 823L1500.4166666666667 1211.3333333333335C1523.9166666666667 1248.6666666666667 1478.0833333333335 1290.6666666666665 1443.0000000000002 1264.0833333333335L1180.0833333333335 1064.4166666666667A49.99999999999999 49.99999999999999 0 0 0 1119.8333333333335 1064.4166666666667L925.0833333333334 1210.25A125 125 0 0 1 744.3333333333335 1176.9166666666665L499.5833333333335 788.5833333333333z" />
+ <glyph glyph-name="messenger-line"
+ unicode="&#xED41;"
+ horiz-adv-x="2000" d="M647 397.9166666666668C696.1666666666667 419.5833333333335 751.1666666666665 423.6666666666668 802.6666666666666 409.5C866.8333333333333 391.9999999999998 933.0833333333331 383.1666666666668 1000 383.3333333333333C1382.0833333333333 383.3333333333333 1666.6666666666665 657.2499999999998 1666.6666666666665 1024.9999999999998S1382.0833333333333 1666.6666666666667 1000 1666.6666666666667S333.3333333333333 1392.75 333.3333333333333 1025C333.3333333333333 835.8333333333335 408 669.0000000000002 538.8333333333334 552.0000000000002A233.33333333333326 233.33333333333326 0 0 0 617.3333333333334 384.8333333333337L647 397.916666666667zM1000 1833.3333333333333C1469.5 1833.3333333333333 1833.3333333333333 1489.4166666666667 1833.3333333333333 1025C1833.3333333333333 560.5833333333335 1469.5 216.666666666667 1000 216.666666666667A907.8333333333334 907.8333333333334 0 0 0 758.75 248.666666666667A66.66666666666666 66.66666666666666 0 0 1 714.2499999999999 245.4166666666668L548.9166666666666 172.4166666666668A66.66666666666666 66.66666666666666 0 0 0 455.3333333333333 231.3333333333335L450.7499999999999 379.6666666666668A66.41666666666667 66.41666666666667 0 0 1 428.4166666666667 427.166666666667C266.25 572.0833333333333 166.6666666666667 781.9166666666667 166.6666666666667 1025C166.6666666666667 1489.4166666666667 530.5833333333333 1833.3333333333333 1000 1833.3333333333333zM499.5833333333333 788.5833333333333L744.3333333333334 1176.9166666666665A125 125 0 0 0 925.1666666666666 1210.25L1119.8333333333333 1064.4166666666667A49.99999999999999 49.99999999999999 0 0 1 1180.0833333333335 1064.4166666666667L1443.0000000000002 1264.0833333333335C1478.0833333333335 1290.666666666667 1523.9166666666667 1248.6666666666667 1500.4166666666667 1211.3333333333335L1255.666666666667 823.0000000000002A125 125 0 0 0 1074.8333333333335 789.6666666666667L880.1666666666669 935.5000000000002A49.99999999999999 49.99999999999999 0 0 1 819.9166666666669 935.5000000000002L557.0000000000002 735.9166666666667C521.9166666666669 709.3333333333335 476.0833333333335 751.3333333333335 499.5833333333335 788.666666666667z" />
+ <glyph glyph-name="mic-2-fill"
+ unicode="&#xED42;"
+ horiz-adv-x="2000" d="M1000 1916.6666666666667A416.6666666666667 416.6666666666667 0 0 0 1416.6666666666665 1500V1000A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1000V1500A416.6666666666667 416.6666666666667 0 0 0 1000 1916.6666666666667zM182.6666666666667 836.5L346.1666666666667 869.2500000000002A666.9166666666666 666.9166666666666 0 0 1 1653.8333333333333 869.2500000000002L1817.3333333333333 836.5C1741.3333333333333 454.5833333333333 1404.1666666666667 166.6666666666668 1000 166.6666666666668S258.6666666666666 454.5833333333333 182.6666666666667 836.5z" />
+ <glyph glyph-name="mic-2-line"
+ unicode="&#xED43;"
+ horiz-adv-x="2000" d="M1000 1750A250 250 0 0 1 750 1500V1000A250 250 0 0 1 1250 1000V1500A250 250 0 0 1 1000 1750zM1000 1916.6666666666667A416.6666666666667 416.6666666666667 0 0 0 1416.6666666666665 1500V1000A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1000V1500A416.6666666666667 416.6666666666667 0 0 0 1000 1916.6666666666667zM182.6666666666667 836.5L346.1666666666667 869.2500000000002A666.9166666666666 666.9166666666666 0 0 1 1653.8333333333333 869.2500000000002L1817.3333333333333 836.5C1741.3333333333333 454.5833333333333 1404.1666666666667 166.6666666666668 1000 166.6666666666668S258.6666666666666 454.5833333333333 182.6666666666667 836.5z" />
+ <glyph glyph-name="mic-fill"
+ unicode="&#xED44;"
+ horiz-adv-x="2000" d="M1000 1916.6666666666667A416.6666666666667 416.6666666666667 0 0 0 1416.6666666666665 1500V1166.6666666666667A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1166.6666666666667V1500A416.6666666666667 416.6666666666667 0 0 0 1000 1916.6666666666667zM254.5833333333334 1083.3333333333335H422.5A583.4999999999999 583.4999999999999 0 0 1 1577.3333333333333 1083.3333333333335H1745.3333333333335A750.3333333333334 750.3333333333334 0 0 0 1083.3333333333333 421.25V83.3333333333335H916.6666666666666V421.25A750.3333333333334 750.3333333333334 0 0 0 254.5833333333334 1083.3333333333335z" />
+ <glyph glyph-name="mic-line"
+ unicode="&#xED45;"
+ horiz-adv-x="2000" d="M1000 1750A250 250 0 0 1 750 1500V1166.6666666666667A250 250 0 0 1 1250 1166.6666666666667V1500A250 250 0 0 1 1000 1750zM1000 1916.6666666666667A416.6666666666667 416.6666666666667 0 0 0 1416.6666666666665 1500V1166.6666666666667A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1166.6666666666667V1500A416.6666666666667 416.6666666666667 0 0 0 1000 1916.6666666666667zM254.5833333333334 1083.3333333333335H422.5A583.4999999999999 583.4999999999999 0 0 1 1577.3333333333333 1083.3333333333335H1745.3333333333335A750.3333333333334 750.3333333333334 0 0 0 1083.3333333333333 421.25V83.3333333333335H916.6666666666666V421.25A750.3333333333334 750.3333333333334 0 0 0 254.5833333333334 1083.3333333333335z" />
+ <glyph glyph-name="mic-off-fill"
+ unicode="&#xED46;"
+ horiz-adv-x="2000" d="M1368.75 513.416666666667A745.0833333333333 745.0833333333333 0 0 0 1083.3333333333333 421.25V83.3333333333335H916.6666666666666V421.25A750.3333333333334 750.3333333333334 0 0 0 254.5833333333334 1083.3333333333335H422.5A583.4999999999999 583.4999999999999 0 0 1 1245 637.1666666666667L1115.7499999999998 766.3333333333335A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1166.6666666666667V1298.8333333333335L116.0833333333333 1766L234 1883.9166666666667L1883.9166666666663 233.9166666666668L1766 116.0833333333333L1368.75 513.4166666666665zM1614.5833333333333 736.666666666667L1494.333333333333 856.8333333333335C1536.7499999999998 924.3333333333334 1565.6666666666665 1001.0000000000002 1577.4166666666665 1083.3333333333335H1745.4166666666665A745.8333333333331 745.8333333333331 0 0 0 1614.5833333333333 736.666666666667zM1372.0833333333333 979.0833333333336L640.4166666666666 1710.7500000000002A416.6666666666667 416.6666666666667 0 0 0 1416.6666666666665 1500L1416.75 1166.6666666666667A415 415 0 0 0 1372.2500000000002 979.0833333333334z" />
+ <glyph glyph-name="mic-off-line"
+ unicode="&#xED47;"
+ horiz-adv-x="2000" d="M1368.75 513.416666666667A745.0833333333333 745.0833333333333 0 0 0 1083.3333333333333 421.25V83.3333333333335H916.6666666666666V421.25A750.3333333333334 750.3333333333334 0 0 0 254.5833333333334 1083.3333333333335H422.5A583.4999999999999 583.4999999999999 0 0 1 1245 637.1666666666667L1115.7499999999998 766.3333333333335A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1166.6666666666667V1298.8333333333335L116.0833333333333 1766L234 1883.9166666666667L1883.9166666666663 233.9166666666668L1766 116.0833333333333L1368.75 513.4166666666665zM752.7500000000001 1129.4166666666667L962.75 919.4166666666669A250.16666666666663 250.16666666666663 0 0 0 752.7500000000001 1129.4166666666667zM1614.5833333333333 736.6666666666667L1494.333333333333 856.8333333333335C1536.7499999999998 924.3333333333334 1565.6666666666665 1001.0000000000002 1577.4166666666665 1083.3333333333335H1745.4166666666665A745.8333333333331 745.8333333333331 0 0 0 1614.5833333333333 736.6666666666667zM1372.0833333333333 979.0833333333331L1243.0833333333333 1108.0833333333333C1247.5833333333333 1126.9166666666667 1250 1146.4166666666667 1250 1166.6666666666665V1500A250 250 0 0 1 765.1666666666666 1586L640.5 1710.75A416.6666666666667 416.6666666666667 0 0 0 1416.6666666666665 1500V1166.6666666666667A415 415 0 0 0 1372.1666666666667 979.0833333333334z" />
+ <glyph glyph-name="money-cny-box-fill"
+ unicode="&#xED48;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1083.3333333333333 916.6666666666669V1000H1333.3333333333333V1166.6666666666667H1117.8333333333333L1294.6666666666665 1343.4166666666667L1176.7499999999998 1461.3333333333335L1000 1284.5L823.2499999999999 1461.3333333333335L705.3333333333334 1343.3333333333335L882.1666666666666 1166.6666666666667H666.6666666666666V1000H916.6666666666666V916.6666666666669H666.6666666666666V750H916.6666666666666V583.3333333333335H1083.3333333333333V750H1333.3333333333333V916.6666666666669H1083.3333333333333z" />
+ <glyph glyph-name="money-cny-box-line"
+ unicode="&#xED49;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM1083.3333333333333 916.6666666666669H1333.3333333333333V750H1083.3333333333333V583.3333333333335H916.6666666666666V750H666.6666666666666V916.6666666666669H916.6666666666666V1000H666.6666666666666V1166.6666666666667H882.1666666666666L705.3333333333334 1343.4166666666667L823.3333333333334 1461.3333333333335L1000 1284.5L1176.75 1461.3333333333335L1294.6666666666667 1343.4166666666665L1117.8333333333333 1166.6666666666667H1333.3333333333333V1000H1083.3333333333333V916.6666666666669z" />
+ <glyph glyph-name="money-cny-circle-fill"
+ unicode="&#xED4A;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1083.3333333333333 916.6666666666669V1000H1333.3333333333333V1166.6666666666667H1117.8333333333333L1294.6666666666665 1343.4166666666667L1176.7499999999998 1461.3333333333335L1000 1284.5L823.2499999999999 1461.3333333333335L705.3333333333334 1343.3333333333335L882.1666666666666 1166.6666666666667H666.6666666666666V1000H916.6666666666666V916.6666666666669H666.6666666666666V750H916.6666666666666V583.3333333333335H1083.3333333333333V750H1333.3333333333333V916.6666666666669H1083.3333333333333z" />
+ <glyph glyph-name="money-cny-circle-line"
+ unicode="&#xED4B;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1083.3333333333333 916.6666666666669H1333.3333333333333V750H1083.3333333333333V583.3333333333335H916.6666666666666V750H666.6666666666666V916.6666666666669H916.6666666666666V1000H666.6666666666666V1166.6666666666667H882.1666666666666L705.3333333333334 1343.4166666666667L823.3333333333334 1461.3333333333335L1000 1284.5L1176.75 1461.3333333333335L1294.6666666666667 1343.4166666666665L1117.8333333333333 1166.6666666666667H1333.3333333333333V1000H1083.3333333333333V916.6666666666669z" />
+ <glyph glyph-name="money-dollar-box-fill"
+ unicode="&#xED4C;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM708.3333333333333 833.3333333333335V666.6666666666667H916.6666666666666V500H1083.3333333333333V666.6666666666667H1166.6666666666665A208.33333333333334 208.33333333333334 0 1 1 1166.6666666666665 1083.3333333333335H833.3333333333333A41.666666666666664 41.666666666666664 0 1 0 833.3333333333333 1166.6666666666667H1291.6666666666665V1333.3333333333335H1083.3333333333333V1500H916.6666666666666V1333.3333333333335H833.3333333333333A208.33333333333334 208.33333333333334 0 0 1 833.3333333333333 916.6666666666669H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 0 1166.6666666666665 833.3333333333335H708.3333333333333z" />
+ <glyph glyph-name="money-dollar-box-line"
+ unicode="&#xED4D;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM708.3333333333333 833.3333333333335H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 1 1166.6666666666665 916.6666666666669H833.3333333333333A208.33333333333334 208.33333333333334 0 1 0 833.3333333333333 1333.3333333333335H916.6666666666666V1500H1083.3333333333333V1333.3333333333335H1291.6666666666665V1166.6666666666667H833.3333333333333A41.666666666666664 41.666666666666664 0 1 1 833.3333333333333 1083.3333333333335H1166.6666666666665A208.33333333333334 208.33333333333334 0 1 0 1166.6666666666665 666.6666666666667H1083.3333333333333V500H916.6666666666666V666.6666666666667H708.3333333333333V833.3333333333335z" />
+ <glyph glyph-name="money-dollar-circle-fill"
+ unicode="&#xED4E;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM708.3333333333333 833.3333333333335V666.6666666666667H916.6666666666666V500H1083.3333333333333V666.6666666666667H1166.6666666666665A208.33333333333334 208.33333333333334 0 1 1 1166.6666666666665 1083.3333333333335H833.3333333333333A41.666666666666664 41.666666666666664 0 1 0 833.3333333333333 1166.6666666666667H1291.6666666666665V1333.3333333333335H1083.3333333333333V1500H916.6666666666666V1333.3333333333335H833.3333333333333A208.33333333333334 208.33333333333334 0 0 1 833.3333333333333 916.6666666666669H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 0 1166.6666666666665 833.3333333333335H708.3333333333333z" />
+ <glyph glyph-name="money-dollar-circle-line"
+ unicode="&#xED4F;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM708.3333333333333 833.3333333333335H1166.6666666666665A41.666666666666664 41.666666666666664 0 1 1 1166.6666666666665 916.6666666666669H833.3333333333333A208.33333333333334 208.33333333333334 0 1 0 833.3333333333333 1333.3333333333335H916.6666666666666V1500H1083.3333333333333V1333.3333333333335H1291.6666666666665V1166.6666666666667H833.3333333333333A41.666666666666664 41.666666666666664 0 1 1 833.3333333333333 1083.3333333333335H1166.6666666666665A208.33333333333334 208.33333333333334 0 1 0 1166.6666666666665 666.6666666666667H1083.3333333333333V500H916.6666666666666V666.6666666666667H708.3333333333333V833.3333333333335z" />
+ <glyph glyph-name="money-euro-box-fill"
+ unicode="&#xED50;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM837.5 1083.3333333333335A208.33333333333334 208.33333333333334 0 0 0 1176.1666666666667 1200.8333333333335L1317.9166666666667 1295.25A374.99999999999994 374.99999999999994 0 0 1 669 1083.3333333333335H583.3333333333333V916.6666666666669H668.9166666666665A374.99999999999994 374.99999999999994 0 0 1 1317.9166666666665 704.7500000000002L1176.1666666666665 799.2500000000002A208.33333333333334 208.33333333333334 0 0 0 837.5 916.6666666666669L1250 916.5833333333334V1083.25H837.5z" />
+ <glyph glyph-name="money-euro-box-line"
+ unicode="&#xED51;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM837.5 1083.3333333333335H1250V916.6666666666669H837.5A208.33333333333334 208.33333333333334 0 0 1 1176.1666666666667 799.1666666666667L1317.8333333333333 704.7500000000002A374.99999999999994 374.99999999999994 0 0 0 669 916.6666666666669H583.3333333333333V1083.3333333333335H668.9166666666665A374.99999999999994 374.99999999999994 0 0 0 1317.9166666666665 1295.25L1176.1666666666667 1200.8333333333335A208.33333333333334 208.33333333333334 0 0 1 837.5 1083.3333333333335z" />
+ <glyph glyph-name="money-euro-circle-fill"
+ unicode="&#xED52;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM837.5 1083.3333333333335A208.33333333333334 208.33333333333334 0 0 0 1176.1666666666667 1200.8333333333335L1317.9166666666667 1295.25A374.99999999999994 374.99999999999994 0 0 1 669 1083.3333333333335H583.3333333333333V916.6666666666669H668.9166666666665A374.99999999999994 374.99999999999994 0 0 1 1317.9166666666665 704.7500000000002L1176.1666666666665 799.2500000000002A208.33333333333334 208.33333333333334 0 0 0 837.5 916.6666666666669L1250 916.5833333333334V1083.25H837.5z" />
+ <glyph glyph-name="money-euro-circle-line"
+ unicode="&#xED53;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM837.5 1083.3333333333335H1250V916.6666666666669H837.5A208.33333333333334 208.33333333333334 0 0 1 1176.1666666666667 799.1666666666667L1317.8333333333333 704.7500000000002A374.99999999999994 374.99999999999994 0 0 0 669 916.6666666666669H583.3333333333333V1083.3333333333335H668.9166666666665A374.99999999999994 374.99999999999994 0 0 0 1317.9166666666665 1295.25L1176.1666666666667 1200.8333333333335A208.33333333333334 208.33333333333334 0 0 1 837.5 1083.3333333333335z" />
+ <glyph glyph-name="money-pound-box-fill"
+ unicode="&#xED54;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM750 916.6666666666669V750H666.6666666666666V583.3333333333335H1333.3333333333333V750H916.6666666666666V916.6666666666669H1166.6666666666665V1083.3333333333335H916.6666666666666V1166.6666666666667A125 125 0 0 0 1146.6666666666665 1234.5833333333335L1312.1666666666667 1275.9166666666667A291.74999999999994 291.74999999999994 0 0 1 750 1166.6666666666667V1083.3333333333335H666.6666666666666V916.6666666666669H750z" />
+ <glyph glyph-name="money-pound-box-line"
+ unicode="&#xED55;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM750 916.6666666666669H666.6666666666666V1083.3333333333335H750V1166.6666666666667A291.6666666666667 291.6666666666667 0 0 0 1312.1666666666667 1275.9166666666667L1146.6666666666665 1234.5833333333335A124.91666666666667 124.91666666666667 0 0 1 916.6666666666666 1166.6666666666667V1083.3333333333335H1166.6666666666665V916.6666666666669H916.6666666666666V750H1333.3333333333333V583.3333333333335H666.6666666666666V750H750V916.6666666666669z" />
+ <glyph glyph-name="money-pound-circle-fill"
+ unicode="&#xED56;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM750 916.6666666666669V750H666.6666666666666V583.3333333333335H1333.3333333333333V750H916.6666666666666V916.6666666666669H1166.6666666666665V1083.3333333333335H916.6666666666666V1166.6666666666667A125 125 0 0 0 1146.6666666666665 1234.5833333333335L1312.1666666666667 1275.9166666666667A291.74999999999994 291.74999999999994 0 0 1 750 1166.6666666666667V1083.3333333333335H666.6666666666666V916.6666666666669H750z" />
+ <glyph glyph-name="money-pound-circle-line"
+ unicode="&#xED57;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM750 916.6666666666669H666.6666666666666V1083.3333333333335H750V1166.6666666666667A291.6666666666667 291.6666666666667 0 0 0 1312.1666666666667 1275.9166666666667L1146.6666666666665 1234.5833333333335A124.91666666666667 124.91666666666667 0 0 1 916.6666666666666 1166.6666666666667V1083.3333333333335H1166.6666666666665V916.6666666666669H916.6666666666666V750H1333.3333333333333V583.3333333333335H666.6666666666666V750H750V916.6666666666669z" />
+ <glyph glyph-name="moon-fill"
+ unicode="&#xED58;"
+ horiz-adv-x="2000" d="M750 1375A624.9999999999999 624.9999999999999 0 0 1 1831.75 948.3333333333331C1805.0833333333333 512.25 1442.9166666666667 166.6666666666668 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1442.9166666666667 512.1666666666666 1805.0833333333333 948.3333333333334 1831.75A623.3333333333334 623.3333333333334 0 0 1 750 1375z" />
+ <glyph glyph-name="moon-line"
+ unicode="&#xED59;"
+ horiz-adv-x="2000" d="M333.3333333333333 1000A666.6666666666666 666.6666666666666 0 0 1 1588.4999999999998 686.5A749.9999999999999 749.9999999999999 0 0 0 686.4999999999999 1588.5A666.5833333333331 666.5833333333331 0 0 1 333.3333333333333 1000zM833.3333333333333 1416.6666666666667A583.3333333333334 583.3333333333334 0 0 1 1833.3333333333333 1008.3333333333334V1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333H1008.3333333333331A581.5833333333333 581.5833333333333 0 0 1 833.3333333333333 1416.6666666666667z" />
+ <glyph glyph-name="more-2-fill"
+ unicode="&#xED5A;"
+ horiz-adv-x="2000" d="M1000 1750C908.3333333333331 1750 833.3333333333333 1675 833.3333333333333 1583.3333333333335S908.3333333333331 1416.6666666666667 1000 1416.6666666666667S1166.6666666666665 1491.6666666666667 1166.6666666666665 1583.3333333333335S1091.6666666666665 1750 1000 1750zM1000 583.3333333333335C908.3333333333331 583.3333333333335 833.3333333333333 508.3333333333335 833.3333333333333 416.6666666666668S908.3333333333331 250 1000 250S1166.6666666666665 325 1166.6666666666665 416.6666666666668S1091.6666666666665 583.3333333333335 1000 583.3333333333335zM1000 1166.6666666666667C908.3333333333331 1166.6666666666667 833.3333333333333 1091.6666666666667 833.3333333333333 1000S908.3333333333331 833.3333333333335 1000 833.3333333333335S1166.6666666666665 908.3333333333334 1166.6666666666665 1000S1091.6666666666665 1166.6666666666667 1000 1166.6666666666667z" />
+ <glyph glyph-name="more-2-line"
+ unicode="&#xED5B;"
+ horiz-adv-x="2000" d="M1000 1750C931.25 1750 875 1693.75 875 1625S931.25 1500 1000 1500S1125 1556.25 1125 1625S1068.7499999999998 1750 1000 1750zM1000 500C931.25 500 875 443.75 875 375S931.25 250 1000 250S1125 306.2500000000003 1125 375S1068.7499999999998 500 1000 500zM1000 1125C931.25 1125 875 1068.75 875 1000S931.25 875 1000 875S1125 931.2500000000002 1125 1000S1068.7499999999998 1125 1000 1125z" />
+ <glyph glyph-name="more-fill"
+ unicode="&#xED5C;"
+ horiz-adv-x="2000" d="M416.6666666666667 1166.6666666666667C325 1166.6666666666667 250 1091.6666666666667 250 1000S325 833.3333333333335 416.6666666666667 833.3333333333335S583.3333333333333 908.3333333333334 583.3333333333333 1000S508.3333333333333 1166.6666666666667 416.6666666666667 1166.6666666666667zM1583.3333333333333 1166.6666666666667C1491.6666666666665 1166.6666666666667 1416.6666666666665 1091.6666666666667 1416.6666666666665 1000S1491.6666666666665 833.3333333333335 1583.3333333333333 833.3333333333335S1750 908.3333333333334 1750 1000S1675 1166.6666666666667 1583.3333333333333 1166.6666666666667zM1000 1166.6666666666667C908.3333333333331 1166.6666666666667 833.3333333333333 1091.6666666666667 833.3333333333333 1000S908.3333333333331 833.3333333333335 1000 833.3333333333335S1166.6666666666665 908.3333333333334 1166.6666666666665 1000S1091.6666666666665 1166.6666666666667 1000 1166.6666666666667z" />
+ <glyph glyph-name="more-line"
+ unicode="&#xED5D;"
+ horiz-adv-x="2000" d="M375 1125C306.25 1125 250 1068.75 250 1000S306.25 875 375 875S500 931.2500000000002 500 1000S443.75 1125 375 1125zM1625 1125C1556.25 1125 1500 1068.75 1500 1000S1556.25 875 1625 875S1750 931.2500000000002 1750 1000S1693.7499999999998 1125 1625 1125zM1000 1125C931.25 1125 875 1068.75 875 1000S931.25 875 1000 875S1125 931.2500000000002 1125 1000S1068.7499999999998 1125 1000 1125z" />
+ <glyph glyph-name="motorbike-fill"
+ unicode="&#xED5E;"
+ horiz-adv-x="2000" d="M697.0833333333333 1166.6666666666667L933.3333333333331 1333.3333333333335H1416.6666666666665V1166.6666666666667H987.9999999999998L750 1000H166.6666666666667V1166.6666666666667H697.0833333333333zM773.4166666666666 745.0000000000002L1017.1666666666666 833.7500000000002L1074.1666666666665 677.0833333333335L830.4166666666666 588.4166666666667A374.99999999999994 374.99999999999994 0 1 0 773.4166666666666 745.0833333333333zM458.3333333333333 333.3333333333335A208.33333333333334 208.33333333333334 0 1 1 458.3333333333333 750A208.33333333333334 208.33333333333334 0 0 1 458.3333333333333 333.3333333333335zM1541.6666666666665 166.6666666666668A374.99999999999994 374.99999999999994 0 1 0 1541.6666666666665 916.6666666666669A374.99999999999994 374.99999999999994 0 0 0 1541.6666666666665 166.6666666666668zM1541.6666666666665 333.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1541.6666666666665 750A208.33333333333334 208.33333333333334 0 0 1 1541.6666666666665 333.3333333333335zM333.3333333333333 1083.3333333333335H833.3333333333333L1050 1227.75L1073.3333333333333 1314.9166666666667L1234.3333333333333 1271.75L1074.1666666666665 677.5L922.3333333333331 751.5L932.1666666666666 788.1666666666665L750 666.6666666666667L666.6666666666666 833.3333333333335H333.3333333333333V1083.3333333333335zM1340.9999999999998 1500H1666.6666666666665V1250H1432L1591.9999999999998 810.3333333333335L1435.3333333333333 753.3333333333335L1254.6666666666665 1250H1250V1262.6666666666665L1133.3333333333333 1583.3333333333335H916.6666666666666V1750H1250L1340.9999999999998 1500z" />
+ <glyph glyph-name="motorbike-line"
+ unicode="&#xED5F;"
+ horiz-adv-x="2000" d="M333.3333333333333 895.3333333333335V1000H166.6666666666667V1166.6666666666667H697.0833333333333L933.3333333333331 1333.3333333333335H1224.2499999999998L1133.3333333333333 1583.3333333333335H916.6666666666666V1750H1250L1340.9999999999998 1500H1666.6666666666665V1250H1432L1553.3333333333333 916.5000000000002A374.99999999999994 374.99999999999994 0 1 0 1387.9166666666667 883.8333333333335L1284.9166666666667 1166.6666666666667H1206L1074.1666666666667 677.5L1074 677.5833333333333L1074.1666666666667 677.0833333333333L830.4166666666666 588.4166666666667A374.99999999999994 374.99999999999994 0 1 0 333.3333333333333 895.3333333333335zM500 914.4166666666669A374.99999999999994 374.99999999999994 0 0 0 773.4166666666666 745L936.5000000000002 804.4166666666665L1033.5833333333333 1166.6666666666667H987.9999999999998L750 1000H500V914.4166666666669zM458.3333333333333 333.3333333333335A208.33333333333334 208.33333333333334 0 1 1 458.3333333333333 750A208.33333333333334 208.33333333333334 0 0 1 458.3333333333333 333.3333333333335zM1541.6666666666665 333.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1541.6666666666665 750A208.33333333333334 208.33333333333334 0 0 1 1541.6666666666665 333.3333333333335z" />
+ <glyph glyph-name="mouse-fill"
+ unicode="&#xED60;"
+ horiz-adv-x="2000" d="M928.4166666666666 1833.3333333333333H1071.5833333333333C1239.4166666666665 1833.3333333333333 1329.4166666666665 1810.1666666666667 1410.9166666666667 1766.5833333333333A454.3333333333333 454.3333333333333 0 0 0 1599.9166666666667 1577.5833333333335C1643.5 1496.0833333333335 1666.6666666666665 1406.0833333333335 1666.6666666666665 1238.25V761.75C1666.6666666666665 593.9166666666667 1643.5 503.9166666666667 1599.9166666666667 422.4166666666668A454.3333333333333 454.3333333333333 0 0 0 1410.9166666666667 233.4166666666668C1329.4166666666667 189.8333333333333 1239.4166666666667 166.6666666666668 1071.5833333333335 166.6666666666668H928.3333333333334C760.5000000000001 166.6666666666668 670.5000000000001 189.8333333333333 589 233.4166666666668A454.3333333333333 454.3333333333333 0 0 0 400.0000000000001 422.4166666666668C356.5 503.9166666666667 333.3333333333333 593.9166666666667 333.3333333333333 761.75V1238.3333333333335C333.3333333333333 1406.1666666666665 356.5 1496.1666666666665 400.0833333333333 1577.6666666666665A454.3333333333333 454.3333333333333 0 0 0 589.1666666666666 1766.5833333333333C670.5833333333334 1810.1666666666667 760.5833333333334 1833.3333333333333 928.4166666666666 1833.3333333333333zM916.6666666666666 1500V1083.3333333333335H1083.3333333333333V1500H916.6666666666666z" />
+ <glyph glyph-name="mouse-line"
+ unicode="&#xED61;"
+ horiz-adv-x="2000" d="M928.4166666666666 1666.6666666666667C796.5833333333333 1666.6666666666667 729.4999999999999 1652.5833333333335 667.75 1619.5833333333335A287.74999999999994 287.74999999999994 0 0 1 547.0833333333333 1498.9166666666667C514.0833333333333 1437.25 500 1370.0833333333335 500 1238.3333333333335V761.8333333333333C500 630 514.0833333333333 562.9166666666667 547.0833333333333 501.1666666666667C575.1666666666665 448.6666666666668 615.2499999999999 408.5833333333333 667.75 380.5C729.4166666666666 347.5 796.5833333333333 333.4166666666665 928.4166666666666 333.4166666666665H1071.5833333333333C1203.4166666666667 333.4166666666665 1270.5 347.5 1332.25 380.5A287.74999999999994 287.74999999999994 0 0 1 1452.9166666666665 501.1666666666667C1485.9166666666665 562.8333333333333 1500 630 1500 761.8333333333333V1238.3333333333335C1500 1370.1666666666665 1485.9166666666665 1437.25 1452.9166666666665 1499A287.74999999999994 287.74999999999994 0 0 1 1332.2499999999998 1619.6666666666667C1270.5833333333333 1652.5833333333335 1203.4166666666667 1666.6666666666667 1071.6666666666665 1666.6666666666667H928.3333333333334zM928.4166666666666 1833.3333333333333H1071.5833333333333C1239.4166666666665 1833.3333333333333 1329.4166666666665 1810.1666666666667 1410.9166666666667 1766.5833333333333A454.3333333333333 454.3333333333333 0 0 0 1599.9166666666667 1577.5833333333335C1643.5 1496.0833333333335 1666.6666666666665 1406.0833333333335 1666.6666666666665 1238.25V761.75C1666.6666666666665 593.9166666666667 1643.5 503.9166666666667 1599.9166666666667 422.4166666666668A454.3333333333333 454.3333333333333 0 0 0 1410.9166666666667 233.4166666666668C1329.4166666666667 189.8333333333333 1239.4166666666667 166.6666666666668 1071.5833333333335 166.6666666666668H928.3333333333334C760.5000000000001 166.6666666666668 670.5000000000001 189.8333333333333 589 233.4166666666668A454.3333333333333 454.3333333333333 0 0 0 400.0000000000001 422.4166666666668C356.5 503.9166666666667 333.3333333333333 593.9166666666667 333.3333333333333 761.75V1238.3333333333335C333.3333333333333 1406.1666666666665 356.5 1496.1666666666665 400.0833333333333 1577.6666666666665A454.3333333333333 454.3333333333333 0 0 0 589.1666666666666 1766.5833333333333C670.5833333333334 1810.1666666666667 760.5833333333334 1833.3333333333333 928.4166666666666 1833.3333333333333zM916.6666666666666 1500H1083.3333333333333V1083.3333333333335H916.6666666666666V1500z" />
+ <glyph glyph-name="movie-2-fill"
+ unicode="&#xED62;"
+ horiz-adv-x="2000" d="M1500.0833333333333 333.3333333333335H1666.6666666666665V166.6666666666668H1000C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000A832.0833333333333 832.0833333333333 0 0 0 1500.0833333333333 333.3333333333335zM1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 1 1 1000 1500A166.66666666666666 166.66666666666666 0 0 1 1000 1166.6666666666667zM666.6666666666666 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 666.6666666666666 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 666.6666666666666 833.3333333333335zM1333.3333333333333 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1333.3333333333333 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1333.3333333333333 833.3333333333335zM1000 500A166.66666666666666 166.66666666666666 0 1 1 1000 833.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1000 500z" />
+ <glyph glyph-name="movie-2-line"
+ unicode="&#xED63;"
+ horiz-adv-x="2000" d="M1000 333.3333333333335H1666.6666666666665V166.6666666666668H1000C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000A829.6666666666665 829.6666666666665 0 0 0 1666.6666666666665 500H1441A666.6666666666666 666.6666666666666 0 1 1 1000 333.3333333333335zM1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 1 0 1000 1500A166.66666666666666 166.66666666666666 0 0 0 1000 1166.6666666666667zM666.6666666666666 833.3333333333335A166.66666666666666 166.66666666666666 0 1 0 666.6666666666666 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 666.6666666666666 833.3333333333335zM1333.3333333333333 833.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1333.3333333333333 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1333.3333333333333 833.3333333333335zM1000 500A166.66666666666666 166.66666666666666 0 1 0 1000 833.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1000 500z" />
+ <glyph glyph-name="movie-fill"
+ unicode="&#xED64;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM885.1666666666666 1298.75A33.33333333333333 33.33333333333333 0 0 1 833.3333333333333 1271.0833333333335V728.9166666666667A33.33333333333333 33.33333333333333 0 0 1 885.1666666666666 701.25L1291.7499999999998 972.25A33.33333333333333 33.33333333333333 0 0 1 1291.7499999999998 1027.75L885.0833333333331 1298.7499999999998z" />
+ <glyph glyph-name="movie-line"
+ unicode="&#xED65;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM885.1666666666666 1298.75L1291.7499999999998 1027.7500000000002A33.33333333333333 33.33333333333333 0 0 0 1291.7499999999998 972.2500000000002L885.0833333333331 701.2500000000002A33.33333333333333 33.33333333333333 0 0 0 833.3333333333331 728.916666666667V1271.0833333333335A33.33333333333333 33.33333333333333 0 0 0 885.1666666666665 1298.75z" />
+ <glyph glyph-name="music-2-fill"
+ unicode="&#xED66;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1750V583.3333333333335A333.3333333333333 333.3333333333333 0 1 0 1500 872.0833333333335V1500H750V583.3333333333335A333.3333333333333 333.3333333333333 0 1 0 583.3333333333333 872.0833333333335V1750H1666.6666666666665z" />
+ <glyph glyph-name="music-2-line"
+ unicode="&#xED67;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1750V583.3333333333335A333.3333333333333 333.3333333333333 0 1 0 1500 872.0833333333335V1583.3333333333335H750V583.3333333333335A333.3333333333333 333.3333333333333 0 1 0 583.3333333333333 872.0833333333335V1750H1666.6666666666665zM416.6666666666667 416.6666666666668A166.66666666666666 166.66666666666666 0 1 1 416.6666666666667 750A166.66666666666666 166.66666666666666 0 0 1 416.6666666666667 416.6666666666668zM1333.3333333333333 416.6666666666668A166.66666666666666 166.66666666666666 0 1 1 1333.3333333333333 750A166.66666666666666 166.66666666666666 0 0 1 1333.3333333333333 416.6666666666668z" />
+ <glyph glyph-name="music-fill"
+ unicode="&#xED68;"
+ horiz-adv-x="2000" d="M1000 872.0833333333335V1750H1666.6666666666665V1500H1166.6666666666665V583.3333333333335A333.3333333333333 333.3333333333333 0 1 0 1000 872.0833333333335z" />
+ <glyph glyph-name="music-line"
+ unicode="&#xED69;"
+ horiz-adv-x="2000" d="M1000 872.0833333333335V1750H1666.6666666666665V1583.3333333333335H1166.6666666666665V583.3333333333335A333.3333333333333 333.3333333333333 0 1 0 1000 872.0833333333335zM833.3333333333333 416.6666666666668A166.66666666666666 166.66666666666666 0 1 1 833.3333333333333 750A166.66666666666666 166.66666666666666 0 0 1 833.3333333333333 416.6666666666668z" />
+ <glyph glyph-name="mv-fill"
+ unicode="&#xED6A;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM1000 985.75A250 250 0 1 1 1166.6666666666665 750V1333.4166666666667H1416.6666666666665V1500H1000V985.8333333333334z" />
+ <glyph glyph-name="mv-line"
+ unicode="&#xED6B;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM1000 985.8333333333334V1500H1416.6666666666665V1333.3333333333335H1166.6666666666665V750A250 250 0 1 0 1000 985.8333333333334z" />
+ <glyph glyph-name="navigation-fill"
+ unicode="&#xED6C;"
+ horiz-adv-x="2000" d="M241.6666666666667 1808.3333333333337L1808.7499999999995 1286A41.666666666666664 41.666666666666664 0 0 0 1811.0833333333333 1207.75L1083.3333333333333 916.6666666666669L714.5833333333333 179.1666666666668A41.666666666666664 41.666666666666664 0 0 0 637.2499999999999 186.3333333333333L188.3333333333333 1757.4166666666667A41.666666666666664 41.666666666666664 0 0 0 241.6666666666667 1808.3333333333337z" />
+ <glyph glyph-name="navigation-line"
+ unicode="&#xED6D;"
+ horiz-adv-x="2000" d="M413.75 1575.3333333333335L709.2499999999999 541.1666666666667L962.5833333333331 1047.8333333333335L1432.3333333333333 1235.75L413.75 1575.3333333333335zM241.5833333333333 1808.3333333333337L1808.75 1286A41.666666666666664 41.666666666666664 0 0 0 1811.0833333333333 1207.75L1083.3333333333333 916.6666666666669L714.5833333333333 179.1666666666668A41.666666666666664 41.666666666666664 0 0 0 637.2499999999999 186.3333333333333L188.3333333333333 1757.4166666666667A41.666666666666664 41.666666666666664 0 0 0 241.6666666666667 1808.3333333333337z" />
+ <glyph glyph-name="newspaper-fill"
+ unicode="&#xED6E;"
+ horiz-adv-x="2000" d="M1583.3333333333333 166.6666666666668H416.6666666666667A250 250 0 0 0 166.6666666666667 416.6666666666668V1750A83.33333333333333 83.33333333333333 0 0 0 250 1833.3333333333333H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1750V1166.6666666666667H1833.3333333333333V416.6666666666668A250 250 0 0 0 1583.3333333333333 166.6666666666668zM1500 1000V416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 416.6666666666668V1000H1500zM416.6666666666667 1500V1000H916.6666666666666V1500H416.6666666666667zM416.6666666666667 916.6666666666669V750H1250V916.6666666666669H416.6666666666667zM416.6666666666667 666.6666666666667V500H1250V666.6666666666667H416.6666666666667zM583.3333333333333 1333.3333333333335H750V1166.6666666666667H583.3333333333333V1333.3333333333335z" />
+ <glyph glyph-name="newspaper-line"
+ unicode="&#xED6F;"
+ horiz-adv-x="2000" d="M1333.3333333333333 333.3333333333335V1666.6666666666667H333.3333333333333V416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 333.3333333333335H1333.3333333333333zM1583.3333333333333 166.6666666666668H416.6666666666667A250 250 0 0 0 166.6666666666667 416.6666666666668V1750A83.33333333333333 83.33333333333333 0 0 0 250 1833.3333333333333H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1750V1166.6666666666667H1833.3333333333333V416.6666666666668A250 250 0 0 0 1583.3333333333333 166.6666666666668zM1500 1000V416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 416.6666666666668V1000H1500zM500 1500H1000V1000H500V1500zM666.6666666666666 1333.3333333333335V1166.6666666666667H833.3333333333333V1333.3333333333335H666.6666666666666zM500 916.6666666666669H1166.6666666666665V750H500V916.6666666666669zM500 666.6666666666667H1166.6666666666665V500H500V666.6666666666667z" />
+ <glyph glyph-name="notification-2-fill"
+ unicode="&#xED70;"
+ horiz-adv-x="2000" d="M1833.3333333333333 333.3333333333335H166.6666666666667V500H250V1080.75C250 1496.4166666666667 585.8333333333334 1833.3333333333333 1000 1833.3333333333333S1750 1496.4166666666667 1750 1080.75V500H1833.3333333333333V333.3333333333335zM791.6666666666666 250H1208.3333333333333A208.33333333333334 208.33333333333334 0 1 0 791.6666666666666 250z" />
+ <glyph glyph-name="notification-2-line"
+ unicode="&#xED71;"
+ horiz-adv-x="2000" d="M1833.3333333333333 333.3333333333335H166.6666666666667V500H250V1080.75C250 1496.4166666666667 585.8333333333334 1833.3333333333333 1000 1833.3333333333333S1750 1496.4166666666667 1750 1080.75V500H1833.3333333333333V333.3333333333335zM416.6666666666667 500H1583.3333333333333V1080.75C1583.3333333333333 1404.3333333333335 1322.1666666666665 1666.6666666666667 1000 1666.6666666666667S416.6666666666667 1404.3333333333335 416.6666666666667 1080.75V500zM791.6666666666666 250H1208.3333333333333A208.33333333333334 208.33333333333334 0 1 0 791.6666666666666 250z" />
+ <glyph glyph-name="notification-3-fill"
+ unicode="&#xED72;"
+ horiz-adv-x="2000" d="M1666.6666666666665 583.3333333333335H1833.3333333333333V416.6666666666668H166.6666666666667V583.3333333333335H333.3333333333333V1166.6666666666667A666.6666666666666 666.6666666666666 0 1 0 1666.6666666666665 1166.6666666666667V583.3333333333335zM750 250H1250V83.3333333333335H750V250z" />
+ <glyph glyph-name="notification-3-line"
+ unicode="&#xED73;"
+ horiz-adv-x="2000" d="M1666.6666666666665 583.3333333333335H1833.3333333333333V416.6666666666668H166.6666666666667V583.3333333333335H333.3333333333333V1166.6666666666667A666.6666666666666 666.6666666666666 0 1 0 1666.6666666666665 1166.6666666666667V583.3333333333335zM1500 583.3333333333335V1166.6666666666667A500 500 0 1 1 500 1166.6666666666667V583.3333333333335H1500zM750 250H1250V83.3333333333335H750V250z" />
+ <glyph glyph-name="notification-4-fill"
+ unicode="&#xED74;"
+ horiz-adv-x="2000" d="M1666.6666666666665 444.4166666666665L1699.9999999999998 399.9999999999998A41.666666666666664 41.666666666666664 0 0 0 1666.6666666666665 333.3333333333331H333.3333333333333A41.666666666666664 41.666666666666664 0 0 0 300 399.9999999999998L333.3333333333333 444.4166666666665V1166.6666666666667A666.6666666666666 666.6666666666666 0 1 0 1666.6666666666665 1166.6666666666667V444.4166666666665zM791.6666666666666 250H1208.3333333333333A208.33333333333334 208.33333333333334 0 1 0 791.6666666666666 250z" />
+ <glyph glyph-name="notification-4-line"
+ unicode="&#xED75;"
+ horiz-adv-x="2000" d="M1500 1166.6666666666667A500 500 0 1 1 500 1166.6666666666667V500H1500V1166.6666666666667zM1666.6666666666665 444.4166666666665L1699.9999999999998 399.9999999999998A41.666666666666664 41.666666666666664 0 0 0 1666.6666666666665 333.3333333333331H333.3333333333333A41.666666666666664 41.666666666666664 0 0 0 300 399.9999999999998L333.3333333333333 444.4166666666665V1166.6666666666667A666.6666666666666 666.6666666666666 0 1 0 1666.6666666666665 1166.6666666666667V444.4166666666665zM791.6666666666666 250H1208.3333333333333A208.33333333333334 208.33333333333334 0 1 0 791.6666666666666 250z" />
+ <glyph glyph-name="notification-badge-fill"
+ unicode="&#xED76;"
+ horiz-adv-x="2000" d="M1111.7499999999998 1666.6666666666667A500 500 0 0 1 1750 1028.4166666666665V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1666.6666666666667H1111.7499999999998zM1583.3333333333333 1166.6666666666667A333.3333333333333 333.3333333333333 0 1 0 1583.3333333333333 1833.3333333333333A333.3333333333333 333.3333333333333 0 0 0 1583.3333333333333 1166.6666666666667z" />
+ <glyph glyph-name="notification-badge-line"
+ unicode="&#xED77;"
+ horiz-adv-x="2000" d="M1111.7499999999998 1666.6666666666667A499.16666666666663 499.16666666666663 0 0 1 1083.3333333333333 1500H416.6666666666667V333.3333333333335H1583.3333333333333V1000A499.16666666666663 499.16666666666663 0 0 1 1750 1028.4166666666665V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1666.6666666666667H1111.7499999999998zM1583.3333333333333 1333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1583.3333333333333 1666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1583.3333333333333 1333.3333333333335zM1583.3333333333333 1166.6666666666667A333.3333333333333 333.3333333333333 0 1 0 1583.3333333333333 1833.3333333333333A333.3333333333333 333.3333333333333 0 0 0 1583.3333333333333 1166.6666666666667z" />
+ <glyph glyph-name="notification-fill"
+ unicode="&#xED78;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1414.1666666666665 1833.3333333333333 1750 1496.4166666666667 1750 1080.75V333.3333333333335H250V1080.75C250 1496.4166666666667 585.8333333333334 1833.3333333333333 1000 1833.3333333333333zM791.6666666666666 250H1208.3333333333333A208.33333333333334 208.33333333333334 0 1 0 791.6666666666666 250z" />
+ <glyph glyph-name="notification-line"
+ unicode="&#xED79;"
+ horiz-adv-x="2000" d="M416.6666666666667 500H1583.3333333333333V1080.75C1583.3333333333333 1404.3333333333335 1322.1666666666665 1666.6666666666667 1000 1666.6666666666667S416.6666666666667 1404.3333333333335 416.6666666666667 1080.75V500zM1000 1833.3333333333333C1414.1666666666665 1833.3333333333333 1750 1496.4166666666667 1750 1080.75V333.3333333333335H250V1080.75C250 1496.4166666666667 585.8333333333334 1833.3333333333333 1000 1833.3333333333333zM791.6666666666666 250H1208.3333333333333A208.33333333333334 208.33333333333334 0 1 0 791.6666666666666 250z" />
+ <glyph glyph-name="notification-off-fill"
+ unicode="&#xED7A;"
+ horiz-adv-x="2000" d="M1548.833333333333 333.3333333333335H333.3333333333333A41.666666666666664 41.666666666666664 0 0 0 300 400.0000000000003L333.3333333333333 444.416666666667V1166.6666666666667C333.3333333333333 1277.5 360.3333333333333 1382 408.25 1473.9166666666665L116.0833333333333 1766L234 1883.9166666666667L1883.9166666666663 233.9166666666668L1766 116.0833333333333L1548.833333333333 333.3333333333335zM1666.6666666666665 684.5L629.9166666666666 1721.25A666.6666666666666 666.6666666666666 0 0 0 1666.6666666666665 1166.6666666666667V684.5zM791.6666666666666 250H1208.3333333333333A208.33333333333334 208.33333333333334 0 1 0 791.6666666666666 250z" />
+ <glyph glyph-name="notification-off-line"
+ unicode="&#xED7B;"
+ horiz-adv-x="2000" d="M1548.833333333333 333.3333333333335H333.3333333333333A41.666666666666664 41.666666666666664 0 0 0 300 400.0000000000003L333.3333333333333 444.416666666667V1166.6666666666667C333.3333333333333 1277.5 360.3333333333333 1382 408.25 1473.9166666666665L116.0833333333333 1766L234 1883.9166666666667L1883.9166666666663 233.9166666666668L1766 116.0833333333333L1548.833333333333 333.3333333333335zM534 1348.1666666666667A498.75 498.75 0 0 1 500 1166.6666666666667V500H1382.1666666666665L534 1348.1666666666667zM1666.6666666666665 684.5L1500 851.1666666666667V1166.6666666666667A500 500 0 0 1 750.8333333333333 1600.25L629.9999999999999 1721.25A666.6666666666666 666.6666666666666 0 0 0 1666.6666666666665 1166.6666666666667V684.5zM791.6666666666666 250H1208.3333333333333A208.33333333333334 208.33333333333334 0 1 0 791.6666666666666 250z" />
+ <glyph glyph-name="numbers-fill"
+ unicode="&#xED7C;"
+ horiz-adv-x="2000" d="M750 500H333.3333333333333V1166.6666666666667H750V500zM1250 500H833.3333333333333V1500H1250V500zM1750 500H1333.3333333333333V1833.3333333333333H1750V500zM1833.3333333333333 166.6666666666668H250V333.3333333333335H1833.3333333333333V166.6666666666668z" />
+ <glyph glyph-name="numbers-line"
+ unicode="&#xED7D;"
+ horiz-adv-x="2000" d="M750 500H333.3333333333333V1166.6666666666667H750V500zM583.3333333333333 666.6666666666667V1000H500V666.6666666666667H583.3333333333333zM1083.3333333333333 666.6666666666667V1333.3333333333335H1000V666.6666666666667H1083.3333333333333zM1250 500H833.3333333333333V1500H1250V500zM1583.3333333333333 666.6666666666667V1666.6666666666667H1500V666.6666666666667H1583.3333333333333zM1750 500H1333.3333333333333V1833.3333333333333H1750V500zM1833.3333333333333 166.6666666666668H250V333.3333333333335H1833.3333333333333V166.6666666666668z" />
+ <glyph glyph-name="oil-fill"
+ unicode="&#xED7E;"
+ horiz-adv-x="2000" d="M666.6666666666666 1583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1500V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1083.3333333333335L666.6666666666666 1583.3333333333335zM1083.3333333333333 1916.6666666666667H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1833.3333333333333V1666.6666666666667H1000V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 1916.6666666666667zM500 1000V416.6666666666668H666.6666666666666V1000H500z" />
+ <glyph glyph-name="oil-line"
+ unicode="&#xED7F;"
+ horiz-adv-x="2000" d="M755.8333333333333 1416.6666666666667L500 1032.8333333333335V333.3333333333335H1500V1416.6666666666667H755.8333333333333zM666.6666666666666 1583.3333333333335H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1500V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1083.3333333333335L666.6666666666666 1583.3333333333335zM1083.3333333333333 1916.6666666666667H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1833.3333333333333V1666.6666666666667H1000V1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 1916.6666666666667zM666.6666666666666 1000H833.3333333333333V500H666.6666666666666V1000z" />
+ <glyph glyph-name="open-arm-fill"
+ unicode="&#xED80;"
+ horiz-adv-x="2000" d="M1000 1000A416.6666666666667 416.6666666666667 0 1 0 1000 1833.3333333333333A416.6666666666667 416.6666666666667 0 0 0 1000 1000zM1500 583.3333333333335V166.6666666666668H1333.3333333333333V583.3333333333335C1333.3333333333333 954.25 1553.6666666666665 1273.75 1870.5833333333333 1418L1939.5833333333333 1266.3333333333335A750.1666666666666 750.1666666666666 0 0 1 1500 583.3333333333335zM666.6666666666666 583.3333333333335V166.6666666666668H500V583.3333333333335A750.1666666666666 750.1666666666666 0 0 1 60.4166666666667 1266.25L129.4166666666667 1418A916.8333333333334 916.8333333333334 0 0 0 666.6666666666666 583.3333333333335z" />
+ <glyph glyph-name="open-arm-line"
+ unicode="&#xED81;"
+ horiz-adv-x="2000" d="M1500 583.3333333333335V166.6666666666668H1333.3333333333333V583.3333333333335C1333.3333333333333 954.25 1553.6666666666665 1273.75 1870.5833333333333 1418L1939.5833333333333 1266.3333333333335A750.1666666666666 750.1666666666666 0 0 1 1500 583.3333333333335zM666.6666666666666 583.3333333333335V166.6666666666668H500V583.3333333333335A750.1666666666666 750.1666666666666 0 0 1 60.4166666666667 1266.25L129.4166666666667 1418A916.8333333333334 916.8333333333334 0 0 0 666.6666666666666 583.3333333333335zM1000 1000A416.6666666666667 416.6666666666667 0 1 0 1000 1833.3333333333333A416.6666666666667 416.6666666666667 0 0 0 1000 1000zM1000 1166.6666666666667A250 250 0 1 1 1000 1666.6666666666667A250 250 0 0 1 1000 1166.6666666666667z" />
+ <glyph glyph-name="opera-fill"
+ unicode="&#xED82;"
+ horiz-adv-x="2000" d="M725.8333333333334 1469.5833333333335C633.5 1360.8333333333335 573.9166666666666 1199.9166666666665 569.75 1019.5833333333334V980.4166666666666C574 800 633.5833333333334 639.3333333333333 725.7500000000001 530.4166666666665C845.25 375.25 1022.9166666666669 276.75 1221.5833333333335 276.75A600.6666666666666 600.6666666666666 0 0 1 1555.3333333333333 378.9166666666665A828.3333333333331 828.3333333333331 0 0 0 960.4166666666669 167.6666666666665A833.1666666666664 833.1666666666664 0 0 0 166.6666666666667 1000C166.6666666666667 1460.3333333333335 539.8333333333333 1833.3333333333333 1000 1833.3333333333333H1003.0833333333334A830.8333333333333 830.8333333333333 0 0 0 1555.4166666666665 1621.1666666666667A603.2499999999999 603.2499999999999 0 0 1 1221.4166666666665 1723.3333333333335C1022.9166666666666 1723.3333333333335 845.25 1624.75 725.5833333333334 1469.5833333333335H725.7500000000001zM1833.3333333333333 1000A830.7499999999999 830.7499999999999 0 0 0 1555.4166666666665 378.8333333333335C1341.6666666666665 274.6666666666668 1142.4999999999998 347.5 1076.4999999999998 393.0000000000003C1286.4999999999998 439.1666666666668 1445.0833333333333 693.0000000000002 1445.0833333333333 1000C1445.0833333333333 1307.0833333333335 1286.5 1560.8333333333335 1076.5 1606.9166666666667C1142.4166666666667 1652.3333333333335 1341.6666666666667 1725.25 1555.4166666666665 1621.1666666666667A830.5833333333333 830.5833333333333 0 0 0 1833.3333333333333 1000z" />
+ <glyph glyph-name="opera-line"
+ unicode="&#xED83;"
+ horiz-adv-x="2000" d="M1230.5 374.1666666666668A666.9166666666666 666.9166666666666 0 0 1 1230.5 1625.8333333333333C1392.5 1501.9166666666667 1500 1255.4166666666665 1500 1000S1392.583333333333 498 1230.5 374.166666666667zM769.5 1625.8333333333333A666.9166666666666 666.9166666666666 0 0 1 769.5 374.166666666667C607.5 498.0833333333335 500 744.5833333333335 500 1000S607.4166666666666 1502 769.5 1625.8333333333333zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 458.3333333333335C1166.6666666666665 458.3333333333335 1333.3333333333333 711.0833333333333 1333.3333333333333 1000S1166.6666666666665 1541.6666666666667 1000 1541.6666666666667S666.6666666666666 1288.9166666666667 666.6666666666666 1000S833.3333333333333 458.3333333333335 1000 458.3333333333335z" />
+ <glyph glyph-name="order-play-fill"
+ unicode="&#xED84;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1666.6666666666667V1827.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1485 1859.75L1828.3333333333333 1573.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1801.5833333333333 1500H166.6666666666667V1666.6666666666667H1416.6666666666665zM166.6666666666667 500H1833.3333333333333V333.3333333333335H166.6666666666667V500zM166.6666666666667 1083.3333333333335H1833.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335z" />
+ <glyph glyph-name="order-play-line"
+ unicode="&#xED85;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1666.6666666666667V1827.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1485 1859.75L1828.3333333333333 1573.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1801.5833333333333 1500H166.6666666666667V1666.6666666666667H1416.6666666666665zM166.6666666666667 500H1833.3333333333333V333.3333333333335H166.6666666666667V500zM166.6666666666667 1083.3333333333335H1833.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335z" />
+ <glyph glyph-name="pages-fill"
+ unicode="&#xED86;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1333.3333333333335H1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1750 1500H250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V1500zM583.3333333333333 1083.3333333333335V750H916.6666666666666V1083.3333333333335H583.3333333333333zM583.3333333333333 583.3333333333335V416.6666666666668H1416.6666666666665V583.3333333333335H583.3333333333333zM1083.3333333333333 1000V833.3333333333335H1416.6666666666665V1000H1083.3333333333333z" />
+ <glyph glyph-name="pages-line"
+ unicode="&#xED87;"
+ horiz-adv-x="2000" d="M416.6666666666667 1333.3333333333335V333.3333333333335H1583.3333333333333V1333.3333333333335H416.6666666666667zM416.6666666666667 1500H1583.3333333333333V1666.6666666666667H416.6666666666667V1500zM1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM583.3333333333333 1166.6666666666667H916.6666666666666V833.3333333333335H583.3333333333333V1166.6666666666667zM583.3333333333333 666.6666666666667H1416.6666666666665V500H583.3333333333333V666.6666666666667zM1083.3333333333333 1083.3333333333335H1416.6666666666665V916.6666666666669H1083.3333333333333V1083.3333333333335z" />
+ <glyph glyph-name="paint-brush-fill"
+ unicode="&#xED88;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V1250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1166.6666666666667H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 1250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM500 1000H1000A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 916.6666666666669V666.6666666666667H1166.6666666666665V166.6666666666668H833.3333333333333V666.6666666666667H916.6666666666666V833.3333333333335H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 916.6666666666669V1083.3333333333335H500V1000zM1477.6666666666665 855.6666666666667L1625 1003.0000000000002L1772.3333333333333 855.6666666666667A208.33333333333334 208.33333333333334 0 1 0 1477.6666666666665 855.6666666666667z" />
+ <glyph glyph-name="paint-brush-line"
+ unicode="&#xED89;"
+ horiz-adv-x="2000" d="M416.6666666666667 1583.3333333333335V1333.3333333333335H1583.3333333333333V1583.3333333333335H416.6666666666667zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V1250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1166.6666666666667H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 1250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM500 1000H1000A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 916.6666666666669V666.6666666666667H1166.6666666666665V166.6666666666668H833.3333333333333V666.6666666666667H916.6666666666666V833.3333333333335H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 916.6666666666669V1083.3333333333335H500V1000zM1477.6666666666665 855.6666666666667L1625 1003.0000000000002L1772.3333333333333 855.6666666666667A208.33333333333334 208.33333333333334 0 1 0 1477.6666666666665 855.6666666666667z" />
+ <glyph glyph-name="paint-fill"
+ unicode="&#xED8A;"
+ horiz-adv-x="2000" d="M1602.3333333333333 439.0000000000003L1749.6666666666667 586.3333333333335L1896.9166666666667 439.0000000000003A208.33333333333334 208.33333333333334 0 1 0 1602.3333333333333 439.0000000000003zM739.8333333333333 1910L1682.6666666666665 967.25A83.33333333333333 83.33333333333333 0 0 0 1682.6666666666665 849.3333333333335L975.5833333333334 142.2500000000002A83.33333333333333 83.33333333333333 0 0 0 857.75 142.2500000000002L150.6666666666668 849.3333333333335A83.33333333333333 83.33333333333333 0 0 0 150.6666666666668 967.25L798.8333333333335 1615.4166666666665L622.0000000000001 1792.1666666666665L740 1910zM916.6666666666666 1497.5L327.4166666666667 908.3333333333334H1505.8333333333333L916.6666666666666 1497.5z" />
+ <glyph glyph-name="paint-line"
+ unicode="&#xED8B;"
+ horiz-adv-x="2000" d="M1602.3333333333333 439.0000000000003L1749.6666666666667 586.3333333333335L1896.9166666666667 439.0000000000003A208.33333333333334 208.33333333333334 0 1 0 1602.3333333333333 439.0000000000003zM739.8333333333333 1910L1682.6666666666665 967.25A83.33333333333333 83.33333333333333 0 0 0 1682.6666666666665 849.3333333333335L975.5833333333334 142.2500000000002A83.33333333333333 83.33333333333333 0 0 0 857.75 142.2500000000002L150.6666666666668 849.3333333333335A83.33333333333333 83.33333333333333 0 0 0 150.6666666666668 967.25L798.8333333333335 1615.4166666666665L622.0000000000001 1792.1666666666665L740 1910zM916.6666666666666 1497.5L327.4166666666667 908.3333333333334L916.6666666666666 318.916666666667L1505.9166666666665 908.1666666666669L916.6666666666666 1497.5833333333335z" />
+ <glyph glyph-name="palette-fill"
+ unicode="&#xED8C;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1460.1666666666665 1833.3333333333333 1833.3333333333333 1501.8333333333335 1833.3333333333333 1092.5833333333335A463.16666666666663 463.16666666666663 0 0 0 1370.3333333333333 629.6666666666667H1206.5C1129.6666666666665 629.6666666666667 1067.5833333333333 567.5833333333335 1067.5833333333333 490.75C1067.5833333333333 455.5833333333333 1081.5 423.1666666666668 1102.75 399.0833333333333C1125 374.0833333333333 1138.9166666666665 341.6666666666665 1138.9166666666665 305.5833333333333C1138.9166666666665 228.6666666666668 1075 166.6666666666668 1000 166.6666666666668C539.8333333333333 166.6666666666668 166.6666666666667 539.8333333333335 166.6666666666667 1000S539.8333333333333 1833.3333333333333 1000 1833.3333333333333zM625 1000A125 125 0 1 1 625 1250A125 125 0 0 1 625 1000zM1375 1000A125 125 0 1 1 1375 1250A125 125 0 0 1 1375 1000zM1000 1250A125 125 0 1 1 1000 1500A125 125 0 0 1 1000 1250z" />
+ <glyph glyph-name="palette-line"
+ unicode="&#xED8D;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1460.1666666666665 1833.3333333333333 1833.3333333333333 1501.8333333333335 1833.3333333333333 1092.5833333333335A463.16666666666663 463.16666666666663 0 0 0 1370.3333333333333 629.6666666666667H1206.5C1129.6666666666665 629.6666666666667 1067.5833333333333 567.5833333333335 1067.5833333333333 490.75C1067.5833333333333 455.5833333333333 1081.5 423.1666666666668 1102.75 399.0833333333333C1125 374.0833333333333 1138.9166666666665 341.6666666666665 1138.9166666666665 305.5833333333333C1138.9166666666665 228.6666666666668 1075 166.6666666666668 1000 166.6666666666668C539.8333333333333 166.6666666666668 166.6666666666667 539.8333333333335 166.6666666666667 1000S539.8333333333333 1833.3333333333333 1000 1833.3333333333333zM900.9166666666666 490.75A305.3333333333333 305.3333333333333 0 0 0 1206.5 796.3333333333333H1370.3333333333333A296.49999999999994 296.49999999999994 0 0 1 1666.6666666666665 1092.5C1666.6666666666665 1405.0833333333335 1372.3333333333333 1666.6666666666667 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 943.6666666666666 335.6666666666668A303.99999999999994 303.99999999999994 0 0 0 900.9166666666666 490.6666666666665zM625 1000A125 125 0 1 0 625 1250A125 125 0 0 0 625 1000zM1375 1000A125 125 0 1 0 1375 1250A125 125 0 0 0 1375 1000zM1000 1250A125 125 0 1 0 1000 1500A125 125 0 0 0 1000 1250z" />
+ <glyph glyph-name="pantone-fill"
+ unicode="&#xED8E;"
+ horiz-adv-x="2000" d="M333.3333333333333 423.1666666666668L220.8333333333333 468.5833333333335A83.33333333333333 83.33333333333333 0 0 0 174.8333333333333 577.0833333333335L333.3333333333333 969.4166666666669V423.1666666666668zM738.3333333333333 250H583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 500 333.3333333333335V839.8333333333333L738.3333333333333 250zM501.8333333333333 1502.6666666666667L1274.5 1814.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1382.9166666666665 1768.8333333333333L1851.2499999999995 609.8333333333335A83.33333333333333 83.33333333333333 0 0 0 1805.1666666666663 501.3333333333335L1032.5 189.1666666666668A83.33333333333333 83.33333333333333 0 0 0 924 235.2500000000003L455.8333333333333 1394.1666666666667A83.33333333333333 83.33333333333333 0 0 0 501.9166666666666 1502.5833333333335zM750 1250A83.33333333333333 83.33333333333333 0 1 1 750 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 1 750 1250z" />
+ <glyph glyph-name="pantone-line"
+ unicode="&#xED8F;"
+ horiz-adv-x="2000" d="M480.3333333333333 1333.3333333333335L455.75 1394.1666666666667A83.33333333333333 83.33333333333333 0 0 0 501.8333333333333 1502.6666666666667L1274.5 1814.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1382.9166666666665 1768.8333333333333L1851.2499999999995 609.8333333333335A83.33333333333333 83.33333333333333 0 0 0 1805.1666666666663 501.3333333333335L1032.5 189.1666666666668A83.33333333333333 83.33333333333333 0 0 0 924 235.2500000000003L916.6666666666666 253.3333333333333V250H583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 500 333.3333333333335V355.8333333333335L220.8333333333333 468.5833333333335A83.33333333333333 83.33333333333333 0 0 0 174.8333333333333 577.0833333333335L480.3333333333333 1333.3333333333335zM666.6666666666666 416.6666666666668H850.7499999999999L666.6666666666666 872.25V416.6666666666668zM500 937L360.5833333333333 591.916666666667L500 532.6666666666667V937zM641.5 1379.4166666666667L1047.3333333333335 374.9166666666668L1665.5 624.6666666666667L1259.6666666666665 1629.0833333333333L641.4999999999999 1379.4166666666665zM889.6666666666666 1210A83.33333333333333 83.33333333333333 0 1 0 827.2499999999999 1364.5833333333335A83.33333333333333 83.33333333333333 0 0 0 889.7499999999999 1210z" />
+ <glyph glyph-name="parent-fill"
+ unicode="&#xED90;"
+ horiz-adv-x="2000" d="M583.3333333333333 1083.3333333333335A374.99999999999994 374.99999999999994 0 1 0 583.3333333333333 1833.3333333333333A374.99999999999994 374.99999999999994 0 0 0 583.3333333333333 1083.3333333333335zM1458.3333333333333 750A333.3333333333333 333.3333333333333 0 1 0 1458.3333333333333 1416.6666666666667A333.3333333333333 333.3333333333333 0 0 0 1458.3333333333333 750zM1458.3333333333333 666.6666666666667A374.99999999999994 374.99999999999994 0 0 0 1833.3333333333333 291.6666666666668V250H1083.3333333333333V291.6666666666668A374.99999999999994 374.99999999999994 0 0 0 1458.3333333333333 666.6666666666667zM583.3333333333333 1000A416.6666666666667 416.6666666666667 0 0 0 1000 583.3333333333335V250H166.6666666666667V583.3333333333335A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1000z" />
+ <glyph glyph-name="parent-line"
+ unicode="&#xED91;"
+ horiz-adv-x="2000" d="M583.3333333333333 1250A208.33333333333334 208.33333333333334 0 1 1 583.3333333333333 1666.6666666666667A208.33333333333334 208.33333333333334 0 0 1 583.3333333333333 1250zM583.3333333333333 1083.3333333333335A374.99999999999994 374.99999999999994 0 1 0 583.3333333333333 1833.3333333333333A374.99999999999994 374.99999999999994 0 0 0 583.3333333333333 1083.3333333333335zM1458.3333333333333 916.6666666666669A166.66666666666666 166.66666666666666 0 1 1 1458.3333333333333 1250A166.66666666666666 166.66666666666666 0 0 1 1458.3333333333333 916.6666666666669zM1458.3333333333333 750A333.3333333333333 333.3333333333333 0 1 0 1458.3333333333333 1416.6666666666667A333.3333333333333 333.3333333333333 0 0 0 1458.3333333333333 750zM1666.6666666666665 250V291.6666666666668A208.33333333333334 208.33333333333334 0 1 1 1250 291.6666666666668V250H1083.3333333333333V291.6666666666668A374.99999999999994 374.99999999999994 0 1 0 1833.3333333333333 291.6666666666668V250H1666.6666666666665zM833.3333333333333 250V583.3333333333335A250 250 0 0 1 333.3333333333333 583.3333333333335V250H166.6666666666667V583.3333333333335A416.6666666666667 416.6666666666667 0 0 0 1000 583.3333333333335V250H833.3333333333333z" />
+ <glyph glyph-name="parking-box-fill"
+ unicode="&#xED92;"
+ horiz-adv-x="2000" d="M916.6666666666666 833.3333333333335H1041.6666666666665A291.6666666666667 291.6666666666667 0 0 1 1041.6666666666665 1416.6666666666667H750V583.3333333333335H916.6666666666666V833.3333333333335zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM916.6666666666666 1250H1041.6666666666665A125 125 0 0 0 1041.6666666666665 1000H916.6666666666666V1250z" />
+ <glyph glyph-name="parking-box-line"
+ unicode="&#xED93;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM750 1416.6666666666667H1041.6666666666665A291.6666666666667 291.6666666666667 0 0 0 1041.6666666666665 833.3333333333335H916.6666666666666V583.3333333333335H750V1416.6666666666667zM916.6666666666666 1250V1000H1041.6666666666665A125 125 0 0 1 1041.6666666666665 1250H916.6666666666666z" />
+ <glyph glyph-name="parking-fill"
+ unicode="&#xED94;"
+ horiz-adv-x="2000" d="M500 1750H1083.3333333333333A500 500 0 1 0 1083.3333333333333 750H833.3333333333333V250H500V1750zM833.3333333333333 1416.6666666666667V1083.3333333333335H1083.3333333333333A166.66666666666666 166.66666666666666 0 1 1 1083.3333333333333 1416.6666666666667H833.3333333333333z" />
+ <glyph glyph-name="parking-line"
+ unicode="&#xED95;"
+ horiz-adv-x="2000" d="M500 1750H1083.3333333333333A500 500 0 1 0 1083.3333333333333 750H666.6666666666666V250H500V1750zM666.6666666666666 1583.3333333333335V916.6666666666669H1083.3333333333333A333.3333333333333 333.3333333333333 0 1 1 1083.3333333333333 1583.3333333333335H666.6666666666666z" />
+ <glyph glyph-name="pause-circle-fill"
+ unicode="&#xED96;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM750 1250V750H916.6666666666666V1250H750zM1083.3333333333333 1250V750H1250V1250H1083.3333333333333z" />
+ <glyph glyph-name="pause-circle-line"
+ unicode="&#xED97;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM750 1250H916.6666666666666V750H750V1250zM1083.3333333333333 1250H1250V750H1083.3333333333333V1250z" />
+ <glyph glyph-name="pause-fill"
+ unicode="&#xED98;"
+ horiz-adv-x="2000" d="M500 1583.3333333333335H666.6666666666666V416.6666666666668H500V1583.3333333333335zM1333.3333333333333 1583.3333333333335H1500V416.6666666666668H1333.3333333333333V1583.3333333333335z" />
+ <glyph glyph-name="pause-line"
+ unicode="&#xED99;"
+ horiz-adv-x="2000" d="M500 1583.3333333333335H666.6666666666666V416.6666666666668H500V1583.3333333333335zM1333.3333333333333 1583.3333333333335H1500V416.6666666666668H1333.3333333333333V1583.3333333333335z" />
+ <glyph glyph-name="pause-mini-fill"
+ unicode="&#xED9A;"
+ horiz-adv-x="2000" d="M1250 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 1250 583.3333333333335V1416.6666666666667zM583.3333333333333 1416.6666666666667A83.33333333333333 83.33333333333333 0 1 0 750 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 583.3333333333333 583.3333333333335V1416.6666666666667z" />
+ <glyph glyph-name="pause-mini-line"
+ unicode="&#xED9B;"
+ horiz-adv-x="2000" d="M1250 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 1250 583.3333333333335V1416.6666666666667zM583.3333333333333 1416.6666666666667A83.33333333333333 83.33333333333333 0 1 0 750 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 583.3333333333333 583.3333333333335V1416.6666666666667z" />
+ <glyph glyph-name="paypal-fill"
+ unicode="&#xED9C;"
+ horiz-adv-x="2000" d="M1672.25 1293.5C1713.25 1220.1666666666665 1718.5833333333333 1125.6666666666667 1697.25 1016.2500000000002C1635.5833333333335 699.0833333333333 1424.25 589.5833333333333 1154.4166666666667 589.5833333333333H1112.75A67.08333333333333 67.08333333333333 0 0 1 1046.5833333333333 532.9166666666667L1043.25 514.5833333333335L990.75 181.8333333333337L988.0833333333334 167.6666666666668A67 67 0 0 0 921.9166666666666 111.0833333333337H643.3333333333333A40.24999999999999 40.24999999999999 0 0 0 603.5833333333333 157.5833333333335L618.1666666666666 250H744.6666666666666L823.8333333333333 751.6666666666667H939.2499999999998C1329.083333333333 751.6666666666667 1585.0833333333333 935.25 1672.25 1293.5zM1425.5833333333333 1717.6666666666667C1489.0833333333333 1645.3333333333333 1507.5 1566.8333333333333 1488.2499999999998 1443.9166666666667C1486.6666666666665 1433.6666666666665 1484.9166666666665 1423.9166666666665 1483.083333333333 1413.9166666666665C1421.833333333333 1099.5 1225.6666666666663 960.0833333333334 903.4166666666664 960.0833333333334H746.4166666666667C693.9166666666666 960.0833333333334 648.5833333333334 925.5833333333334 633.5833333333334 876.5833333333335L632.4166666666666 876.7500000000002L554.9166666666667 385.5833333333337H260.0833333333333A4.249999999999999 4.249999999999999 0 0 0 255.9166666666667 390.5833333333335L472.4166666666667 1766.416666666667A79.16666666666664 79.16666666666664 0 0 0 550.5833333333334 1833.3333333333333H1048.5833333333333C1230.5 1833.3333333333333 1358.2499999999998 1794.25 1425.5 1717.6666666666667z" />
+ <glyph glyph-name="paypal-line"
+ unicode="&#xED9D;"
+ horiz-adv-x="2000" d="M707.9166666666665 277.75H837.1666666666665L881.9999999999999 559.0833333333335A233.75000000000003 233.75000000000003 0 0 0 1112.8333333333333 756.25H1154.4999999999998C1377.5833333333333 756.25 1492.833333333333 838.1666666666667 1533.6666666666665 1048.1666666666665C1550.9999999999998 1137 1543.4166666666667 1192.3333333333335 1519.4166666666665 1223.3333333333335C1418.8333333333333 968.8333333333331 1203.5833333333335 876.6666666666667 939.25 876.6666666666667H865.5833333333334C833.5833333333333 876.6666666666667 799.4166666666666 859.25 794.5833333333333 828.3333333333333L707.9166666666667 277.75zM295.9166666666666 302.25A45.916666666666664 45.916666666666664 0 0 0 250.5833333333333 355.3333333333335L473.3333333333333 1768.6666666666667A76.66666666666666 76.66666666666666 0 0 0 549.1666666666666 1833.3333333333333H1084.4999999999998C1268.8333333333333 1833.3333333333333 1412.9999999999998 1794.4166666666667 1492.75 1703.5C1565.25 1621 1586.3333333333333 1529.8333333333335 1565.3333333333333 1395.8333333333335C1595.333333333333 1379.9166666666667 1620.9999999999998 1360.4166666666667 1641.6666666666665 1337C1709.8333333333333 1259.25 1723.1666666666667 1148.6666666666667 1697.333333333333 1016.1666666666669C1635.6666666666665 699.0833333333335 1424.3333333333333 589.5000000000002 1154.4999999999998 589.5000000000002H1112.8333333333333A67.08333333333333 67.08333333333333 0 0 1 1046.6666666666665 532.916666666667L988.1666666666666 167.6666666666672A67 67 0 0 0 921.9999999999998 111.0833333333339H560A40.24999999999999 40.24999999999999 0 0 0 520.2499999999999 157.583333333334L543.0833333333333 302.2500000000007H295.8333333333333zM865.5833333333334 1043.4166666666665H939.25C1205.0833333333333 1043.4166666666665 1347.1666666666665 1144.4166666666665 1396.1666666666667 1395.8333333333333C1397.8333333333333 1404.25 1399.25 1412.75 1400.5833333333335 1421.5833333333333C1414.4166666666667 1509.9166666666667 1404.7500000000002 1551 1367.4166666666667 1593.5C1328.6666666666667 1637.6666666666667 1233.8333333333335 1666.6666666666667 1084.4166666666667 1666.6666666666667H626.0833333333335L437.1666666666667 468.9166666666667H567.25L628.0833333333334 854.5833333333333L628.6666666666666 854.5A242.91666666666663 242.91666666666663 0 0 0 865.5833333333334 1043.4166666666665z" />
+ <glyph glyph-name="pen-nib-fill"
+ unicode="&#xED9E;"
+ horiz-adv-x="2000" d="M410.75 209.5833333333335L897.9166666666666 696.7500000000002A166.66666666666666 166.66666666666666 0 1 1 780.0833333333334 814.5833333333335L292.9166666666667 327.416666666667L204.5833333333334 415.7500000000003C440.1666666666667 690.7500000000002 528.5833333333333 995.2500000000002 646.4166666666666 1505.9166666666667L1176.7499999999998 1564.8333333333335L1648.1666666666665 1093.416666666667L1589.2499999999998 563.0833333333335C1078.583333333333 445.25 774.0833333333331 356.8333333333335 499.1666666666665 121.1666666666668L410.7499999999999 209.5zM1383 1830L1911.9166666666667 1301.1666666666667A41.666666666666664 41.666666666666664 0 0 0 1888.8333333333333 1230.5L1766 1211.3333333333335L1294.6666666666667 1682.6666666666665L1312.3333333333333 1806.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1383 1830z" />
+ <glyph glyph-name="pen-nib-line"
+ unicode="&#xED9F;"
+ horiz-adv-x="2000" d="M1383 1913.3333333333333L1911.9166666666667 1384.5A41.666666666666664 41.666666666666664 0 0 0 1888.8333333333333 1313.8333333333335L1766 1294.6666666666665L1294.6666666666667 1766L1312.3333333333333 1889.75A41.666666666666664 41.666666666666664 0 0 0 1383 1913.3333333333333zM382.9166666666667 320.8333333333335C693.0833333333333 598.4166666666667 1049.1666666666665 681.5000000000002 1436.4999999999998 780.8333333333335L1473.6666666666667 1115.666666666667L1115.5833333333333 1473.75L780.7499999999999 1436.5833333333335C681.4166666666666 1049.25 598.3333333333333 693.2500000000002 320.75 383L204.5 499.1666666666665C440.1666666666667 774.1666666666667 528.6666666666666 1078.5833333333333 646.4166666666666 1589.2499999999998L1176.7499999999998 1648.1666666666665L1648.1666666666665 1176.75L1589.2499999999998 646.4166666666665C1078.583333333333 528.583333333333 774.0833333333331 440.1666666666665 499.1666666666665 204.4999999999998L382.9166666666667 320.8333333333335zM823.2499999999999 823.3333333333337A166.66666666666666 166.66666666666666 0 1 0 1058.9166666666665 1059.0000000000002A166.66666666666666 166.66666666666666 0 0 0 823.3333333333334 823.3333333333335z" />
+ <glyph glyph-name="pencil-fill"
+ unicode="&#xEDA0;"
+ horiz-adv-x="2000" d="M1075 1428.5L1428.4999999999998 1074.9166666666667L603.5 250H250V603.5833333333335L1075 1428.5833333333335zM1192.8333333333333 1546.3333333333335L1369.5833333333333 1723.1666666666667A83.33333333333333 83.33333333333333 0 0 0 1487.4166666666665 1723.1666666666667L1723.1666666666667 1487.4166666666667A83.33333333333333 83.33333333333333 0 0 0 1723.1666666666667 1369.5833333333335L1546.3333333333333 1192.8333333333335L1192.8333333333333 1546.3333333333335z" />
+ <glyph glyph-name="pencil-line"
+ unicode="&#xEDA1;"
+ horiz-adv-x="2000" d="M1310.6666666666665 1192.8333333333335L1192.8333333333333 1310.6666666666667L416.6666666666667 534.5000000000002V416.6666666666668H534.5L1310.6666666666665 1192.8333333333335zM1428.4999999999998 1310.6666666666667L1546.3333333333333 1428.5L1428.4999999999998 1546.3333333333333L1310.6666666666665 1428.5L1428.4999999999998 1310.6666666666667zM603.5 250H250V603.5833333333335L1369.5833333333333 1723.1666666666667A83.33333333333333 83.33333333333333 0 0 0 1487.4166666666665 1723.1666666666667L1723.1666666666667 1487.4166666666667A83.33333333333333 83.33333333333333 0 0 0 1723.1666666666667 1369.5833333333335L603.5833333333334 250z" />
+ <glyph glyph-name="pencil-ruler-2-fill"
+ unicode="&#xEDA2;"
+ horiz-adv-x="2000" d="M469.6666666666666 941.0833333333331L622 788.6666666666665L740 906.6666666666669L587.5 1058.9166666666667L705.3333333333334 1176.75L857.75 1024.416666666667L975.5833333333334 1142.25L823.3333333333334 1294.6666666666665L941.1666666666666 1412.5L1093.3333333333333 1260L1211.25 1377.9166666666665L1058.8333333333333 1530.25L1294.5833333333333 1765.9166666666665A83.33333333333333 83.33333333333333 0 0 0 1412.4166666666667 1765.9166666666665L1765.9166666666667 1412.4166666666667A83.33333333333333 83.33333333333333 0 0 0 1765.9166666666667 1294.5833333333335L705.3333333333334 234A83.33333333333333 83.33333333333333 0 0 0 587.5 234L234 587.5000000000002A83.33333333333333 83.33333333333333 0 0 0 234 705.3333333333335L469.6666666666666 941.0833333333334zM1176.7499999999998 469.7500000000002L1530.333333333333 823.2500000000002L1750 603.5833333333333V250H1396.4999999999998L1176.7499999999998 469.7500000000002zM469.6666666666666 1176.8333333333335L233.9166666666667 1412.5A83.33333333333333 83.33333333333333 0 0 0 233.9166666666667 1530.4166666666667L469.6666666666666 1766.0833333333333A83.33333333333333 83.33333333333333 0 0 0 587.5 1766.0833333333333L823.3333333333334 1530.4166666666667L469.6666666666666 1176.8333333333335z" />
+ <glyph glyph-name="pencil-ruler-2-line"
+ unicode="&#xEDA3;"
+ horiz-adv-x="2000" d="M587.5 823.25L410.8333333333333 646.416666666667L646.4999999999999 410.7500000000003L1589.25 1353.5833333333335L1353.583333333333 1589.1666666666667L1176.6666666666665 1412.5L1294.5833333333333 1294.6666666666665L1176.6666666666665 1176.6666666666665L1058.8333333333333 1294.5833333333335L940.9999999999998 1176.6666666666667L1058.8333333333333 1058.8333333333335L940.9999999999998 941.0000000000002L823.1666666666666 1058.8333333333335L705.25 941.0000000000002L823.1666666666666 823.166666666667L705.25 705.2500000000002L587.5 823.3333333333335zM1412.4999999999998 1766L1766 1412.5A83.33333333333333 83.33333333333333 0 0 0 1766 1294.6666666666665L705.3333333333334 234A83.33333333333333 83.33333333333333 0 0 0 587.5 234L234 587.5000000000002A83.33333333333333 83.33333333333333 0 0 0 234 705.3333333333335L1294.6666666666665 1766A83.33333333333333 83.33333333333333 0 0 0 1412.4999999999998 1766zM1176.6666666666665 469.7500000000002L1294.5833333333333 587.5833333333335L1481.4166666666667 400.666666666667H1599.2500000000002V518.5000000000005L1412.4166666666667 705.4166666666672L1530.2500000000002 823.2500000000005L1750 603.5833333333333V250H1396.4999999999998L1176.7499999999998 469.7500000000002zM469.6666666666666 1176.8333333333335L233.9166666666667 1412.5A83.33333333333333 83.33333333333333 0 0 0 233.9166666666667 1530.4166666666667L469.6666666666666 1766.0833333333333A83.33333333333333 83.33333333333333 0 0 0 587.5 1766.0833333333333L823.3333333333334 1530.4166666666667L705.3333333333334 1412.5L528.5833333333333 1589.3333333333335L410.75 1471.4166666666667L587.5 1294.75L469.6666666666667 1176.8333333333335z" />
+ <glyph glyph-name="pencil-ruler-fill"
+ unicode="&#xEDA4;"
+ horiz-adv-x="2000" d="M416.6666666666667 500V333.3333333333335H750V500H416.6666666666667zM250 1416.6666666666667L583.3333333333333 1833.3333333333333L916.6666666666666 1416.6666666666667V166.6666666666668H250V1416.6666666666667zM1750 1333.3333333333335H1583.3333333333333V1166.6666666666667H1750V1000H1500V833.3333333333335H1750V666.6666666666667H1583.3333333333333V500H1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1666.6666666666667H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1583.3333333333335V1333.3333333333335z" />
+ <glyph glyph-name="pencil-ruler-line"
+ unicode="&#xEDA5;"
+ horiz-adv-x="2000" d="M416.6666666666667 1333.3333333333335V333.3333333333335H750V1333.3333333333335H416.6666666666667zM250 1416.6666666666667L583.3333333333333 1833.3333333333333L916.6666666666666 1416.6666666666667V166.6666666666668H250V1416.6666666666667zM1583.3333333333333 666.6666666666667V833.3333333333335H1333.3333333333333V1000H1583.3333333333333V1166.6666666666667H1416.6666666666665V1333.3333333333335H1583.3333333333333V1500H1250V333.3333333333335H1583.3333333333333V500H1416.6666666666665V666.6666666666667H1583.3333333333333zM1166.6666666666665 1666.6666666666667H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1583.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1666.6666666666667z" />
+ <glyph glyph-name="percent-fill"
+ unicode="&#xEDA6;"
+ horiz-adv-x="2000" d="M1458.3333333333333 250A291.6666666666667 291.6666666666667 0 1 0 1458.3333333333333 833.3333333333335A291.6666666666667 291.6666666666667 0 0 0 1458.3333333333333 250zM541.6666666666666 1166.6666666666667A291.6666666666667 291.6666666666667 0 1 0 541.6666666666666 1750A291.6666666666667 291.6666666666667 0 0 0 541.6666666666666 1166.6666666666667zM1589.2499999999998 1707.0833333333335L1707.0833333333333 1589.25L410.8333333333333 292.9166666666668L293 410.7500000000003L1589.1666666666665 1707.0833333333333z" />
+ <glyph glyph-name="percent-line"
+ unicode="&#xEDA7;"
+ horiz-adv-x="2000" d="M1458.3333333333333 250A291.6666666666667 291.6666666666667 0 1 0 1458.3333333333333 833.3333333333335A291.6666666666667 291.6666666666667 0 0 0 1458.3333333333333 250zM1458.3333333333333 416.6666666666668A125 125 0 1 1 1458.3333333333333 666.6666666666667A125 125 0 0 1 1458.3333333333333 416.6666666666668zM541.6666666666666 1166.6666666666667A291.6666666666667 291.6666666666667 0 1 0 541.6666666666666 1750A291.6666666666667 291.6666666666667 0 0 0 541.6666666666666 1166.6666666666667zM541.6666666666666 1333.3333333333335A125 125 0 1 1 541.6666666666666 1583.3333333333335A125 125 0 0 1 541.6666666666666 1333.3333333333335zM1589.2499999999998 1707.0833333333335L1707.0833333333333 1589.25L410.8333333333333 292.9166666666668L293 410.7500000000003L1589.1666666666665 1707.0833333333333z" />
+ <glyph glyph-name="phone-camera-fill"
+ unicode="&#xEDA8;"
+ horiz-adv-x="2000" d="M1233.5833333333333 1666.6666666666667A500 500 0 0 1 1916.6666666666663 983.5833333333334V416.6666666666668C1916.6666666666663 370.5833333333333 1879.9999999999995 333.25 1833.1666666666667 333.25H166.8333333333333A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 416.6666666666668V1583.3333333333335C83.3333333333333 1629.3333333333333 120 1666.6666666666667 166.8333333333333 1666.6666666666667H1233.5zM1666.6666666666665 1083.3333333333335A333.3333333333333 333.3333333333333 0 1 0 1666.6666666666665 1750A333.3333333333333 333.3333333333333 0 0 0 1666.6666666666665 1083.3333333333335zM1666.6666666666665 1250A166.66666666666666 166.66666666666666 0 1 1 1666.6666666666665 1583.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1666.6666666666665 1250zM1583.3333333333333 750V500H1750V750H1583.3333333333333z" />
+ <glyph glyph-name="phone-camera-line"
+ unicode="&#xEDA9;"
+ horiz-adv-x="2000" d="M1233.5833333333333 1666.6666666666667A496.66666666666663 496.66666666666663 0 0 1 1173.5833333333333 1500H250V500H1750V923.5833333333334A496.66666666666663 496.66666666666663 0 0 1 1916.6666666666663 983.5833333333334V416.6666666666668C1916.6666666666663 370.5833333333333 1879.9999999999995 333.25 1833.1666666666667 333.25H166.8333333333333A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 416.6666666666668V1583.3333333333335C83.3333333333333 1629.3333333333333 120 1666.6666666666667 166.8333333333333 1666.6666666666667H1233.5zM1666.6666666666665 1250A166.66666666666666 166.66666666666666 0 1 1 1666.6666666666665 1583.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1666.6666666666665 1250zM1666.6666666666665 1083.3333333333335A333.3333333333333 333.3333333333333 0 1 0 1666.6666666666665 1750A333.3333333333333 333.3333333333333 0 0 0 1666.6666666666665 1083.3333333333335zM1500 916.6666666666669H1666.6666666666665V666.6666666666667H1500V916.6666666666669z" />
+ <glyph glyph-name="phone-fill"
+ unicode="&#xEDAA;"
+ horiz-adv-x="2000" d="M1750 631.6666666666665V336.9999999999998A83.33333333333333 83.33333333333333 0 0 0 1672.5 253.8333333333331C1636.0833333333333 251.3333333333331 1606.3333333333333 249.9999999999998 1583.3333333333333 249.9999999999998C846.9166666666666 249.9999999999998 250 846.9166666666665 250 1583.333333333333C250 1606.333333333333 251.25 1636.083333333333 253.8333333333333 1672.4999999999998A83.33333333333333 83.33333333333333 0 0 0 337 1750H631.6666666666666A41.666666666666664 41.666666666666664 0 0 0 673.1666666666666 1712.5C675.0833333333333 1693.3333333333333 676.8333333333333 1678.0833333333335 678.4999999999999 1666.5A1158.4166666666667 1158.4166666666667 0 0 1 779.1666666666666 1333.0833333333335C787.0833333333333 1316.4166666666667 781.9166666666665 1296.5 766.9166666666666 1285.8333333333335L587.0833333333333 1157.3333333333335A1087.2499999999998 1087.2499999999998 0 0 1 1157.4166666666665 587.0000000000002L1285.7499999999998 766.5A38.5 38.5 0 0 0 1333.4999999999998 778.9166666666667A1158.4166666666667 1158.4166666666667 0 0 1 1666.8333333333333 678.5C1678.4166666666665 676.8333333333335 1693.6666666666665 675 1712.6666666666665 673.1666666666667A41.666666666666664 41.666666666666664 0 0 0 1750.0833333333333 631.6666666666665z" />
+ <glyph glyph-name="phone-line"
+ unicode="&#xEDAB;"
+ horiz-adv-x="2000" d="M780.4999999999999 1109.8333333333335A879.6666666666666 879.6666666666666 0 0 1 1109.8333333333333 780.5L1183.5 883.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1291.3333333333333 908.3333333333331A951.8333333333333 951.8333333333333 0 0 1 1673.25 794.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 711.5833333333333V339.75A83.33333333333333 83.33333333333333 0 0 0 1675.1666666666665 256.8333333333333C1630.9999999999998 252.25 1586.5 249.9999999999998 1541.6666666666665 249.9999999999998C828.3333333333333 250 250 828.3333333333333 250 1541.6666666666667C250 1586.5 252.25 1631 256.8333333333333 1675.1666666666667A83.33333333333333 83.33333333333333 0 0 0 339.75 1750H711.5833333333333A83.33333333333333 83.33333333333333 0 0 0 794.6666666666666 1673.25A951.8333333333333 951.8333333333333 0 0 1 908.3333333333331 1291.3333333333335A83.33333333333333 83.33333333333333 0 0 0 883.6666666666667 1183.5L780.5000000000001 1109.8333333333335zM570.3333333333333 1164.5833333333335L728.6666666666666 1277.6666666666665A1117.5 1117.5 0 0 0 637.25 1583.3333333333335H417.5C417 1569.5 416.75 1555.5833333333335 416.75 1541.6666666666667C416.6666666666667 920.3333333333334 920.3333333333334 416.6666666666668 1541.6666666666665 416.6666666666668C1555.5833333333335 416.6666666666668 1569.4999999999998 416.9166666666668 1583.3333333333333 417.5000000000003V637.2500000000002A1117.5 1117.5 0 0 0 1277.6666666666667 728.666666666667L1164.5833333333335 570.3333333333335A1036.8333333333335 1036.8333333333335 0 0 0 1032.25 632.8333333333335L1027.4166666666667 635.5833333333337A1046.3333333333333 1046.3333333333333 0 0 0 635.5833333333334 1027.416666666667L632.8333333333334 1032.2500000000002A1036.8333333333335 1036.8333333333335 0 0 0 570.3333333333334 1164.5833333333335z" />
+ <glyph glyph-name="pie-chart-2-fill"
+ unicode="&#xEDAC;"
+ horiz-adv-x="2000" d="M916.6666666666666 1829.1666666666667V916.6666666666669H1829.1666666666663C1787.4166666666665 495.5833333333333 1432.0833333333333 166.6666666666668 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1432.0833333333335 495.5833333333333 1787.4166666666667 916.6666666666666 1829.1666666666663zM1083.3333333333333 1954.75C1546.0833333333333 1915 1914.9166666666663 1546.0833333333335 1954.75 1083.3333333333335H1083.3333333333333V1954.75z" />
+ <glyph glyph-name="pie-chart-2-line"
+ unicode="&#xEDAD;"
+ horiz-adv-x="2000" d="M916.6666666666666 1954.75C944.1666666666666 1957.1666666666667 971.9166666666666 1958.3333333333333 1000 1958.3333333333333C1529.2499999999998 1958.3333333333333 1958.3333333333333 1529.25 1958.3333333333333 1000C1958.3333333333333 971.9166666666669 1957.1666666666663 944.1666666666669 1954.75 916.6666666666669H1829.25C1787.4166666666667 495.5833333333333 1432.0833333333335 166.6666666666668 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1432.0833333333335 495.5833333333333 1787.4166666666667 916.6666666666666 1829.1666666666663V1954.8333333333333zM916.6666666666666 916.6666666666669V1661.5A666.7499999999999 666.7499999999999 0 0 1 1000 333.3333333333335A666.7499999999999 666.7499999999999 0 0 1 1661.4999999999998 916.6666666666669H916.6666666666666zM1787.3333333333333 1083.3333333333335A791.9166666666666 791.9166666666666 0 0 1 1083.3333333333333 1787.3333333333333V1083.3333333333335H1787.3333333333333z" />
+ <glyph glyph-name="pie-chart-box-fill"
+ unicode="&#xEDAE;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1408.333333333333 916.6666666666669H916.6666666666666V1408.3333333333335A416.83333333333326 416.83333333333326 0 0 1 1000 583.3333333333335A416.83333333333326 416.83333333333326 0 0 1 1408.333333333333 916.6666666666669zM1408.333333333333 1083.3333333333335A417.16666666666663 417.16666666666663 0 0 1 1083.3333333333333 1408.3333333333335V1083.3333333333335H1408.333333333333z" />
+ <glyph glyph-name="pie-chart-box-line"
+ unicode="&#xEDAF;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM1408.333333333333 916.6666666666669A416.83333333333326 416.83333333333326 0 0 0 583.3333333333333 1000A416.83333333333326 416.83333333333326 0 0 0 916.6666666666666 1408.3333333333335V916.6666666666669H1408.333333333333zM1408.333333333333 1083.3333333333335H1083.3333333333333V1408.3333333333335A417.16666666666663 417.16666666666663 0 0 0 1408.333333333333 1083.3333333333335z" />
+ <glyph glyph-name="pie-chart-fill"
+ unicode="&#xEDB0;"
+ horiz-adv-x="2000" d="M916.6666666666666 1829.1666666666667V916.6666666666669H1829.1666666666663C1787.4166666666665 495.5833333333333 1432.0833333333333 166.6666666666668 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1432.0833333333335 495.5833333333333 1787.4166666666667 916.6666666666666 1829.1666666666663zM1083.3333333333333 1829.1666666666667A833.5833333333334 833.5833333333334 0 0 0 1829.1666666666663 1083.3333333333335H1083.3333333333333V1829.1666666666667z" />
+ <glyph glyph-name="pie-chart-line"
+ unicode="&#xEDB1;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1373.1666666666665 411.9166666666667 1689 750 1795.1666666666667V1618.1666666666665A666.9166666666666 666.9166666666666 0 0 1 1000 333.3333333333335A666.9166666666666 666.9166666666666 0 0 1 1618.1666666666665 750H1795.1666666666663C1688.9999999999998 411.9166666666665 1373.1666666666665 166.6666666666668 999.9999999999998 166.6666666666668zM1829.1666666666663 916.6666666666669H916.6666666666666V1829.1666666666667C944.0833333333334 1831.9166666666667 971.9166666666666 1833.3333333333337 1000 1833.3333333333337C1460.25 1833.3333333333337 1833.3333333333333 1460.25 1833.3333333333333 1000C1833.3333333333333 971.9166666666669 1831.9166666666663 944.0833333333334 1829.1666666666663 916.6666666666669zM1083.3333333333333 1661.5V1083.3333333333335H1661.4999999999998A666.9999999999999 666.9999999999999 0 0 1 1083.3333333333333 1661.5z" />
+ <glyph glyph-name="pin-distance-fill"
+ unicode="&#xEDB2;"
+ horiz-adv-x="2000" d="M949.1666666666666 1134.1666666666665L625 810.2500000000002L300.8333333333333 1134.1666666666665A458.3333333333333 458.3333333333333 0 1 0 949.1666666666666 1134.1666666666665zM625 1291.6666666666667A166.66666666666666 166.66666666666666 0 1 1 625 1625A166.66666666666666 166.66666666666666 0 0 1 625 1291.6666666666667zM1699.1666666666665 384.1666666666668L1375 60.166666666667L1050.8333333333333 384.2500000000003A458.3333333333333 458.3333333333333 0 1 0 1699.1666666666665 384.2500000000003zM1375 541.6666666666667A166.66666666666666 166.66666666666666 0 1 1 1375 875A166.66666666666666 166.66666666666666 0 0 1 1375 541.6666666666667z" />
+ <glyph glyph-name="pin-distance-line"
+ unicode="&#xEDB3;"
+ horiz-adv-x="2000" d="M831.2499999999999 1252.0833333333335A291.6666666666667 291.6666666666667 0 1 1 418.75 1252.0833333333335L625 1045.8333333333335L831.2499999999999 1252.0833333333335zM625 810.1666666666667L300.8333333333333 1134.1666666666665A458.3333333333333 458.3333333333333 0 1 0 949.1666666666666 1134.1666666666665L625 810.0000000000002zM625 1333.3333333333335A125 125 0 1 0 625 1583.3333333333335A125 125 0 0 0 625 1333.3333333333335zM1375 295.8333333333335L1581.25 502.0833333333335A291.6666666666667 291.6666666666667 0 1 1 1168.75 502.0833333333335L1375 295.8333333333335zM1699.1666666666665 384.1666666666668L1375 60.166666666667L1050.8333333333333 384.2500000000003A458.3333333333333 458.3333333333333 0 1 0 1699.1666666666665 384.2500000000003zM1375 583.3333333333335A125 125 0 1 0 1375 833.3333333333335A125 125 0 0 0 1375 583.3333333333335z" />
+ <glyph glyph-name="pinterest-fill"
+ unicode="&#xEDB4;"
+ horiz-adv-x="2000" d="M1114.1666666666665 1825.5A833.5833333333334 833.5833333333334 0 0 1 666.8333333333334 235.8333333333333A646.4166666666666 646.4166666666666 0 0 0 680.4166666666667 426.9166666666665C695.8333333333334 496.833333333333 788.4166666666666 882.1666666666665 788.4166666666666 882.1666666666665A311.58333333333326 311.58333333333326 0 0 0 761.4166666666666 1013.5833333333331C761.4166666666666 1137.3333333333333 832.8333333333333 1229.6666666666665 921.6666666666666 1229.6666666666665A111.16666666666666 111.16666666666666 0 0 0 1033.5 1104C1033.5 1028.9999999999998 985.3333333333334 915.4999999999998 960.1666666666666 809A128.66666666666666 128.66666666666666 0 0 1 1091.4166666666665 648.7499999999998C1249.5833333333333 648.7499999999998 1355.5833333333333 851.3333333333333 1355.5833333333333 1090.4999999999998C1355.5833333333333 1273.833333333333 1234.1666666666665 1411.1666666666665 1010.3333333333331 1411.1666666666665A395.5 395.5 0 0 1 599.4999999999999 1011.6666666666666A246.66666666666663 246.66666666666663 0 0 1 653.4999999999999 847.4999999999998A39.99999999999999 39.99999999999999 0 0 0 666.9999999999999 801.333333333333C663.1666666666665 785.9999999999998 653.4999999999999 749.4166666666665 649.6666666666666 735.9999999999998A29.499999999999993 29.499999999999993 0 0 0 607.1666666666666 714.833333333333C491.8333333333333 760.9999999999998 437.5 887.9166666666663 437.5 1032.833333333333C437.5 1270.083333333333 636.1666666666666 1554.083333333333 1033.6666666666665 1554.083333333333C1349.9999999999998 1554.083333333333 1560.3333333333333 1322.6666666666663 1560.3333333333333 1075.166666666666C1560.3333333333333 749.4166666666663 1378.9166666666667 504.4999999999998 1110.8333333333333 504.4999999999998A238.41666666666666 238.41666666666666 0 0 0 906.3333333333331 608.3333333333328S858.1666666666666 415.3333333333331 848.6666666666665 378.8333333333328A668.8333333333331 668.8333333333331 0 0 0 763.7499999999999 201.2499999999996C840.6666666666665 177.9166666666661 920.5833333333331 166.2499999999993 1000.9166666666666 166.5833333333328A832.3333333333331 832.3333333333331 0 0 1 1833.9166666666663 1000.166666666666A833.5 833.5 0 0 1 1114.333333333333 1825.416666666666z" />
+ <glyph glyph-name="pinterest-line"
+ unicode="&#xEDB5;"
+ horiz-adv-x="2000" d="M707.5 400.7500000000003C709.4999999999999 428.75 713.4999999999999 456.6666666666667 719.5 484.166666666667C724.75 508.7500000000005 740.6666666666666 578.3333333333335 764 679.166666666667L764.5833333333334 681.666666666667L796.8333333333334 820.6666666666667C803.4166666666667 849.0000000000002 808.5000000000001 871 811.9166666666666 878.3333333333335A288.3333333333333 288.3333333333333 0 0 0 788.2499999999999 996.9166666666669C788.2499999999999 1108.3333333333335 851.2499999999999 1194.666666666667 932.9166666666666 1194.666666666667C962.9166666666666 1195.166666666667 991.5833333333334 1182.166666666667 1011.4166666666666 1159.166666666667C1031.25 1136.2500000000002 1040.4166666666667 1105.5000000000002 1036.5833333333333 1076.166666666667C1036.5833333333333 1038.416666666667 1029.4999999999998 1009.6666666666669 998.8333333333334 906.5833333333334C992.9166666666669 886.7500000000002 988.8333333333334 872.9166666666667 985 859.0000000000002C980.75 843.3333333333335 977.0833333333331 829.1666666666667 974 815.5000000000002C966 783.3333333333335 973.3333333333334 749.0833333333335 993.75 723.3333333333335A99.99999999999999 99.99999999999999 0 0 1 1077.5833333333333 685.3333333333335C1201.9166666666667 685.3333333333335 1294.25 850.7500000000002 1294.25 1064.3333333333335C1294.25 1228.5000000000002 1186.75 1337.166666666667 1008.25 1337.166666666667A323.16666666666663 323.16666666666663 0 0 1 766.6666666666665 1241.6666666666667A344.16666666666663 344.16666666666663 0 0 1 667.0833333333333 994.9166666666669A212.75 212.75 0 0 1 709.7499999999999 857.9166666666667C724.8333333333331 846.25 730.5833333333333 826 724.3333333333333 808.75C720.9166666666666 794.7500000000002 712.6666666666666 762.75 709.6666666666666 752.0833333333335A34.166666666666664 34.166666666666664 0 0 0 691.6666666666667 727.3333333333335A32.33333333333333 32.33333333333333 0 0 0 662.0833333333334 727.1666666666667C565.4166666666666 767.0833333333333 512.4166666666666 875.3333333333333 512.4166666666666 1013.8333333333331C512.4166666666666 1262.5833333333333 720 1479.1666666666665 1028.4166666666667 1479.1666666666665C1289.6666666666667 1479.1666666666665 1485.1666666666667 1285.083333333333 1485.1666666666667 1050.8333333333335C1485.1666666666667 756.5 1324.1666666666667 542.1666666666667 1094.3333333333335 542.1666666666667A208.99999999999997 208.99999999999997 0 0 0 923.8333333333334 622.0833333333335L920.2500000000002 607.3333333333335L903.0000000000002 536.3333333333335L902.8333333333334 535.75C890.6666666666666 485.7499999999998 882.1666666666667 451 878.8333333333334 437.9166666666668C870.0000000000001 408.3333333333333 858.8333333333334 379.3333333333335 845.5 351.25A666.6666666666666 666.6666666666666 0 1 1 707.5 400.6666666666668zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668z" />
+ <glyph glyph-name="plane-fill"
+ unicode="&#xEDB6;"
+ horiz-adv-x="2000" d="M1166.6666666666665 1254.4166666666667L1833.3333333333333 833.3333333333335V666.6666666666667L1166.6666666666665 877.1666666666667V430.5000000000003L1416.6666666666665 291.6666666666668V166.6666666666668L1041.6666666666665 250L666.6666666666666 166.6666666666668V291.6666666666668L916.6666666666666 430.5833333333335V877.2500000000002L250 666.6666666666667V833.3333333333335L916.6666666666666 1254.4166666666667V1708.3333333333335A125 125 0 0 0 1166.6666666666665 1708.3333333333335V1254.4166666666667z" />
+ <glyph glyph-name="plane-line"
+ unicode="&#xEDB7;"
+ horiz-adv-x="2000" d="M1166.6666666666665 1254.4166666666667L1833.3333333333333 833.3333333333335V666.6666666666667L1166.6666666666665 877.1666666666667V430.5000000000003L1416.6666666666665 291.6666666666668V166.6666666666668L1041.6666666666665 250L666.6666666666666 166.6666666666668V291.6666666666668L916.6666666666666 430.5833333333335V877.2500000000002L250 666.6666666666667V833.3333333333335L916.6666666666666 1254.4166666666667V1708.3333333333335A125 125 0 0 0 1166.6666666666665 1708.3333333333335V1254.4166666666667z" />
+ <glyph glyph-name="play-circle-fill"
+ unicode="&#xEDB8;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM885.1666666666666 1298.75A33.33333333333333 33.33333333333333 0 0 1 833.3333333333333 1271.0833333333335V728.9166666666667A33.33333333333333 33.33333333333333 0 0 1 885.1666666666666 701.25L1291.7499999999998 972.25A33.33333333333333 33.33333333333333 0 0 1 1291.7499999999998 1027.75L885.0833333333331 1298.7499999999998z" />
+ <glyph glyph-name="play-circle-line"
+ unicode="&#xEDB9;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM885.1666666666666 1298.75L1291.7499999999998 1027.7500000000002A33.33333333333333 33.33333333333333 0 0 0 1291.7499999999998 972.2500000000002L885.0833333333331 701.2500000000002A33.33333333333333 33.33333333333333 0 0 0 833.3333333333331 728.916666666667V1271.0833333333335A33.33333333333333 33.33333333333333 0 0 0 885.1666666666665 1298.75z" />
+ <glyph glyph-name="play-fill"
+ unicode="&#xEDBA;"
+ horiz-adv-x="2000" d="M1614.6666666666667 965.3333333333331L731.4166666666665 376.5000000000003A41.666666666666664 41.666666666666664 0 0 0 666.6666666666666 411.1666666666668V1588.8333333333335A41.666666666666664 41.666666666666664 0 0 0 731.4166666666665 1623.5L1614.6666666666663 1034.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1614.6666666666663 965.3333333333331z" />
+ <glyph glyph-name="play-line"
+ unicode="&#xEDBB;"
+ horiz-adv-x="2000" d="M1366.1666666666665 1000L833.3333333333333 1355.25V644.7500000000002L1366.1666666666665 1000zM1614.6666666666663 965.3333333333331L731.4166666666665 376.5000000000003A41.666666666666664 41.666666666666664 0 0 0 666.6666666666666 411.1666666666668V1588.8333333333335A41.666666666666664 41.666666666666664 0 0 0 731.4166666666665 1623.5L1614.6666666666663 1034.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1614.6666666666663 965.3333333333331z" />
+ <glyph glyph-name="play-list-add-fill"
+ unicode="&#xEDBC;"
+ horiz-adv-x="2000" d="M166.6666666666667 500H1000V333.3333333333335H166.6666666666667V500zM166.6666666666667 1083.3333333333335H1833.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335zM166.6666666666667 1666.6666666666667H1833.3333333333333V1500H166.6666666666667V1666.6666666666667zM1500 500V750H1666.6666666666665V500H1916.6666666666663V333.3333333333335H1666.6666666666665V83.3333333333335H1500V333.3333333333335H1250V500H1500z" />
+ <glyph glyph-name="play-list-add-line"
+ unicode="&#xEDBD;"
+ horiz-adv-x="2000" d="M166.6666666666667 500H1000V333.3333333333335H166.6666666666667V500zM166.6666666666667 1083.3333333333335H1833.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335zM166.6666666666667 1666.6666666666667H1833.3333333333333V1500H166.6666666666667V1666.6666666666667zM1500 500V750H1666.6666666666665V500H1916.6666666666663V333.3333333333335H1666.6666666666665V83.3333333333335H1500V333.3333333333335H1250V500H1500z" />
+ <glyph glyph-name="play-list-fill"
+ unicode="&#xEDBE;"
+ horiz-adv-x="2000" d="M166.6666666666667 500H1000V333.3333333333335H166.6666666666667V500zM166.6666666666667 1083.3333333333335H1333.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335zM166.6666666666667 1666.6666666666667H1833.3333333333333V1500H166.6666666666667V1666.6666666666667zM1583.3333333333333 735.8333333333335V1250H2000V1083.3333333333335H1750V500A250 250 0 1 0 1583.3333333333333 735.8333333333335z" />
+ <glyph glyph-name="play-list-line"
+ unicode="&#xEDBF;"
+ horiz-adv-x="2000" d="M166.6666666666667 500H1000V333.3333333333335H166.6666666666667V500zM166.6666666666667 1083.3333333333335H1333.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335zM166.6666666666667 1666.6666666666667H1833.3333333333333V1500H166.6666666666667V1666.6666666666667zM1583.3333333333333 735.8333333333335V1250H2000V1083.3333333333335H1750V500A250 250 0 1 0 1583.3333333333333 735.8333333333335zM1500 416.6666666666668A83.33333333333333 83.33333333333333 0 1 1 1500 583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1500 416.6666666666668z" />
+ <glyph glyph-name="play-mini-fill"
+ unicode="&#xEDC0;"
+ horiz-adv-x="2000" d="M646 1546.75L1521.6666666666665 1035.916666666667A41.666666666666664 41.666666666666664 0 0 0 1521.6666666666665 964.0000000000002L645.9999999999999 453.166666666667A41.666666666666664 41.666666666666664 0 0 0 583.3333333333333 489.3333333333335V1510.75A41.666666666666664 41.666666666666664 0 0 0 646 1546.75z" />
+ <glyph glyph-name="play-mini-line"
+ unicode="&#xEDC1;"
+ horiz-adv-x="2000" d="M750 1293.1666666666667V706.8333333333335L1252.4999999999998 1000L750 1293.1666666666667zM646 1546.6666666666667L1521.6666666666665 1035.8333333333335A41.666666666666664 41.666666666666664 0 0 0 1521.6666666666665 963.9166666666669L645.9999999999999 453.0833333333335A41.666666666666664 41.666666666666664 0 0 0 583.3333333333333 489.3333333333335V1510.75A41.666666666666664 41.666666666666664 0 0 0 646 1546.75z" />
+ <glyph glyph-name="polaroid-2-fill"
+ unicode="&#xEDC2;"
+ horiz-adv-x="2000" d="M250 1667.25C250 1712.9166666666667 287.0833333333333 1750 332.75 1750H1667.2499999999998C1712.9166666666665 1750 1749.9999999999995 1712.9166666666667 1749.9999999999995 1667.25V332.7500000000003A82.83333333333334 82.83333333333334 0 0 0 1667.2499999999998 250.0000000000005H332.75A82.83333333333334 82.83333333333334 0 0 0 250 332.75V1667.25zM500 583.3333333333335V416.6666666666668H1500V583.3333333333335H500zM416.6666666666667 1583.3333333333335V1416.6666666666667H583.3333333333333V1583.3333333333335H416.6666666666667zM1000 1000A166.66666666666666 166.66666666666666 0 1 0 1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1000 1000zM1000 833.3333333333335A333.3333333333333 333.3333333333333 0 1 1 1000 1500A333.3333333333333 333.3333333333333 0 0 1 1000 833.3333333333335z" />
+ <glyph glyph-name="polaroid-2-line"
+ unicode="&#xEDC3;"
+ horiz-adv-x="2000" d="M1583.3333333333333 750V1583.3333333333335H416.6666666666667V750H1583.3333333333333zM250 1667.25C250 1712.9166666666667 287.0833333333333 1750 332.75 1750H1667.2499999999998C1712.9166666666665 1750 1749.9999999999995 1712.9166666666667 1749.9999999999995 1667.25V332.7500000000003A82.83333333333334 82.83333333333334 0 0 0 1667.2499999999998 250.0000000000005H332.75A82.83333333333334 82.83333333333334 0 0 0 250 332.75V1667.25zM1000 1000A166.66666666666666 166.66666666666666 0 1 1 1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1000 1000zM1000 833.3333333333335A333.3333333333333 333.3333333333333 0 1 0 1000 1500A333.3333333333333 333.3333333333333 0 0 0 1000 833.3333333333335zM500 1500H666.6666666666666V1333.3333333333335H500V1500zM500 583.3333333333335V416.6666666666668H1500V583.3333333333335H500z" />
+ <glyph glyph-name="polaroid-fill"
+ unicode="&#xEDC4;"
+ horiz-adv-x="2000" d="M1721.5833333333333 1166.6666666666667A500 500 0 1 1 1721.5833333333333 833.3333333333335H1750V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V1166.6666666666667H1721.5833333333333zM416.6666666666667 1500V1250H583.3333333333333V1500H416.6666666666667zM1250 666.6666666666667A333.3333333333333 333.3333333333333 0 1 0 1250 1333.3333333333335A333.3333333333333 333.3333333333333 0 0 0 1250 666.6666666666667zM1250 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1250 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1250 833.3333333333335z" />
+ <glyph glyph-name="polaroid-line"
+ unicode="&#xEDC5;"
+ horiz-adv-x="2000" d="M1750 1500H1583.3333333333333V1583.3333333333335H416.6666666666667V416.6666666666668H1583.3333333333333V500H1750V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V1500zM500 1500H666.6666666666666V1250H500V1500zM1250 666.6666666666667A333.3333333333333 333.3333333333333 0 1 1 1250 1333.3333333333335A333.3333333333333 333.3333333333333 0 0 1 1250 666.6666666666667zM1250 500A500 500 0 1 0 1250 1500A500 500 0 0 0 1250 500zM1250 833.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1250 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1250 833.3333333333335z" />
+ <glyph glyph-name="police-car-fill"
+ unicode="&#xEDC6;"
+ horiz-adv-x="2000" d="M1833.3333333333333 875V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250V333.3333333333335H416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 166.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 250V875L63.0833333333333 900.8333333333334A83.33333333333333 83.33333333333333 0 0 0 0 981.6666666666666V1041.6666666666667A41.666666666666664 41.666666666666664 0 0 0 41.6666666666667 1083.3333333333335H202.4166666666667L373.3333333333334 1482.3333333333335A166.66666666666666 166.66666666666666 0 0 0 526.5833333333333 1583.3333333333335H666.6666666666666V1750H916.6666666666666V1583.3333333333335H1083.3333333333333V1750H1333.3333333333333V1583.3333333333335H1473.4166666666667A166.66666666666666 166.66666666666666 0 0 0 1626.5833333333335 1482.3333333333335L1797.5833333333333 1083.3333333333335H1958.3333333333333A41.666666666666664 41.666666666666664 0 0 0 2000 1041.6666666666667V981.6666666666666A83.33333333333333 83.33333333333333 0 0 0 1936.9166666666663 900.8333333333331L1833.3333333333333 875zM333.3333333333333 750V583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 500H687.0833333333334A41.666666666666664 41.666666666666664 0 0 1 723.75 561.3333333333335C656.6666666666666 687.1666666666667 526.4999999999999 750 333.3333333333333 750zM1666.6666666666665 750C1473.5833333333333 750 1343.4166666666665 687.0833333333333 1276.1666666666665 561.3333333333335A41.666666666666664 41.666666666666664 0 0 1 1312.9166666666667 500H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 583.3333333333335V750zM500 1416.6666666666667L379.0833333333333 1114.25A83.33333333333333 83.33333333333333 0 0 1 456.4166666666667 1000H1543.5833333333333A83.33333333333333 83.33333333333333 0 0 1 1620.9166666666665 1114.25L1500 1416.6666666666667H500z" />
+ <glyph glyph-name="police-car-line"
+ unicode="&#xEDC7;"
+ horiz-adv-x="2000" d="M333.3333333333333 916.6666666666669V500H1666.6666666666665V916.6666666666669H333.3333333333333zM468.1666666666667 1083.3333333333335H1531.833333333333A83.33333333333333 83.33333333333333 0 0 1 1606.333333333333 1203.9166666666665L1500 1416.6666666666667H500L393.6666666666667 1203.9166666666665A83.33333333333333 83.33333333333333 0 0 1 468.1666666666667 1083.3333333333335zM1833.3333333333333 875V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250V333.3333333333335H416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 166.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 250V875L63.0833333333333 900.8333333333334A83.33333333333333 83.33333333333333 0 0 0 0 981.6666666666666V1041.6666666666667A41.666666666666664 41.666666666666664 0 0 0 41.6666666666667 1083.3333333333335H166.6666666666667L370.5833333333333 1491.1666666666667A166.66666666666666 166.66666666666666 0 0 0 519.75 1583.3333333333335H666.6666666666666V1750H916.6666666666666V1583.3333333333335H1083.3333333333333V1750H1333.3333333333333V1583.3333333333335H1480.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1629.4166666666667 1491.1666666666667L1833.3333333333333 1083.3333333333335H1958.3333333333333A41.666666666666664 41.666666666666664 0 0 0 2000 1041.6666666666667V981.6666666666666A83.33333333333333 83.33333333333333 0 0 0 1936.9166666666663 900.8333333333331L1833.3333333333333 875zM416.6666666666667 833.3333333333335C609.75 833.3333333333335 739.9166666666666 770.4166666666667 807.1666666666666 644.6666666666667A41.666666666666664 41.666666666666664 0 0 0 770.4166666666665 583.3333333333335H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 666.6666666666667V833.3333333333335zM1583.3333333333333 833.3333333333335V666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1500 583.3333333333335H1229.5833333333333A41.666666666666664 41.666666666666664 0 0 0 1192.9166666666665 644.6666666666667C1259.9999999999998 770.5 1390.1666666666665 833.3333333333335 1583.3333333333333 833.3333333333335z" />
+ <glyph glyph-name="price-tag-2-fill"
+ unicode="&#xEDC8;"
+ horiz-adv-x="2000" d="M250 1416.6666666666667L953.75 1885.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1046.25 1885.8333333333333L1750 1416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1416.6666666666667zM1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 1083.3333333333335zM666.6666666666666 666.6666666666667V500H1333.3333333333333V666.6666666666667H666.6666666666666zM666.6666666666666 916.6666666666669V750H1333.3333333333333V916.6666666666669H666.6666666666666z" />
+ <glyph glyph-name="price-tag-2-line"
+ unicode="&#xEDC9;"
+ horiz-adv-x="2000" d="M250 1416.6666666666667L953.75 1885.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1046.25 1885.8333333333333L1750 1416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1416.6666666666667zM416.6666666666667 1327.5V333.3333333333335H1583.3333333333333V1327.5L1000 1716.3333333333335L416.6666666666667 1327.5zM666.6666666666666 666.6666666666667H1333.3333333333333V500H666.6666666666666V666.6666666666667zM666.6666666666666 916.6666666666669H1333.3333333333333V750H666.6666666666666V916.6666666666669zM1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1000 1083.3333333333335z" />
+ <glyph glyph-name="price-tag-3-fill"
+ unicode="&#xEDCA;"
+ horiz-adv-x="2000" d="M908.3333333333331 1825L1733.2499999999998 1707.0833333333333L1851.0833333333333 882.0833333333333L1085.0833333333333 116.0833333333335A83.33333333333333 83.33333333333333 0 0 0 967.25 116.0833333333335L142.2500000000001 941.0833333333334A83.33333333333333 83.33333333333333 0 0 0 142.2500000000001 1058.9166666666667L908.3333333333331 1825zM1144 1117.8333333333335A166.66666666666666 166.66666666666666 0 1 1 1379.6666666666667 1353.5833333333335A166.66666666666666 166.66666666666666 0 0 1 1144 1117.8333333333335z" />
+ <glyph glyph-name="price-tag-3-line"
+ unicode="&#xEDCB;"
+ horiz-adv-x="2000" d="M908.3333333333331 1825L1733.2499999999998 1707.0833333333333L1851.0833333333333 882.0833333333333L1085.0833333333333 116.0833333333335A83.33333333333333 83.33333333333333 0 0 0 967.25 116.0833333333335L142.2500000000001 941.0833333333334A83.33333333333333 83.33333333333333 0 0 0 142.2500000000001 1058.9166666666667L908.3333333333331 1825zM967.25 1648.1666666666667L319 1000L1026.1666666666665 292.9166666666668L1674.333333333333 941.0833333333331L1586 1559.8333333333333L967.2499999999998 1648.1666666666665zM1143.9166666666665 1117.8333333333335A166.66666666666666 166.66666666666666 0 1 0 1379.75 1353.5833333333335A166.66666666666666 166.66666666666666 0 0 0 1143.9166666666667 1117.8333333333335z" />
+ <glyph glyph-name="price-tag-fill"
+ unicode="&#xEDCC;"
+ horiz-adv-x="2000" d="M250 1416.6666666666667L953.75 1885.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1046.25 1885.8333333333333L1750 1416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1416.6666666666667zM1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 1083.3333333333335z" />
+ <glyph glyph-name="price-tag-line"
+ unicode="&#xEDCD;"
+ horiz-adv-x="2000" d="M250 1416.6666666666667L953.75 1885.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1046.25 1885.8333333333333L1750 1416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1416.6666666666667zM416.6666666666667 1327.5V333.3333333333335H1583.3333333333333V1327.5L1000 1716.3333333333335L416.6666666666667 1327.5zM1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1000 1083.3333333333335z" />
+ <glyph glyph-name="printer-fill"
+ unicode="&#xEDCE;"
+ horiz-adv-x="2000" d="M583.3333333333333 583.3333333333335H1416.6666666666665V166.6666666666668H583.3333333333333V583.3333333333335zM1583.3333333333333 333.3333333333335V750H416.6666666666667V333.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 416.6666666666668V1250A83.33333333333333 83.33333333333333 0 0 0 250 1333.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1250V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1750 333.3333333333335H1583.3333333333333zM416.6666666666667 1166.6666666666667V1000H666.6666666666666V1166.6666666666667H416.6666666666667zM583.3333333333333 1833.3333333333333H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1750V1500H500V1750A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1833.3333333333333z" />
+ <glyph glyph-name="printer-line"
+ unicode="&#xEDCF;"
+ horiz-adv-x="2000" d="M500 416.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 500V1333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 250 1416.6666666666667H500V1750A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1833.3333333333333H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1750V1416.6666666666667H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1333.3333333333335V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H1500V250A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 166.6666666666668H583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 500 250V416.6666666666668zM500 583.3333333333335V666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 750H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 666.6666666666667V583.3333333333335H1666.6666666666665V1250H333.3333333333333V583.3333333333335H500zM666.6666666666666 1666.6666666666667V1416.6666666666667H1333.3333333333333V1666.6666666666667H666.6666666666666zM666.6666666666666 583.3333333333335V333.3333333333335H1333.3333333333333V583.3333333333335H666.6666666666666zM416.6666666666667 1166.6666666666667H666.6666666666666V1000H416.6666666666667V1166.6666666666667z" />
+ <glyph glyph-name="product-hunt-fill"
+ unicode="&#xEDD0;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1111.1666666666665 1000H875V1250H1111.1666666666665A125 125 0 0 0 1111.1666666666665 1000zM1111.1666666666665 1416.6666666666667H708.3333333333333V583.3333333333335H875V833.3333333333335H1111.1666666666665A291.6666666666667 291.6666666666667 0 0 1 1111.1666666666665 1416.6666666666667z" />
+ <glyph glyph-name="product-hunt-line"
+ unicode="&#xEDD1;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1111.1666666666665 1000A125 125 0 0 1 1111.1666666666665 1250H875V1000H1111.1666666666665zM1111.1666666666665 1416.6666666666667A291.6666666666667 291.6666666666667 0 0 0 1111.1666666666665 833.3333333333335H875V583.3333333333335H708.3333333333333V1416.6666666666667H1111.1666666666665z" />
+ <glyph glyph-name="profile-fill"
+ unicode="&#xEDD2;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM500 750V583.3333333333335H1500V750H500zM500 1416.6666666666667V916.6666666666669H1000V1416.6666666666667H500zM1166.6666666666665 1416.6666666666667V1250H1500V1416.6666666666667H1166.6666666666665zM1166.6666666666665 1083.3333333333335V916.6666666666669H1500V1083.3333333333335H1166.6666666666665zM666.6666666666666 1250H833.3333333333333V1083.3333333333335H666.6666666666666V1250z" />
+ <glyph glyph-name="profile-line"
+ unicode="&#xEDD3;"
+ horiz-adv-x="2000" d="M166.6666666666667 1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM500 1416.6666666666667H1000V916.6666666666669H500V1416.6666666666667zM666.6666666666666 1250V1083.3333333333335H833.3333333333333V1250H666.6666666666666zM500 750H1500V583.3333333333335H500V750zM1166.6666666666665 1416.6666666666667H1500V1250H1166.6666666666665V1416.6666666666667zM1166.6666666666665 1083.3333333333335H1500V916.6666666666669H1166.6666666666665V1083.3333333333335z" />
+ <glyph glyph-name="projector-2-fill"
+ unicode="&#xEDD4;"
+ horiz-adv-x="2000" d="M1833.3333333333333 416.6666666666668V250H1666.6666666666665V416.6666666666668H333.3333333333333V250H166.6666666666667V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 500V1500A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1583.3333333333335H984.1666666666666A540.0833333333333 540.0833333333333 0 0 0 1375 1750C1528.5833333333333 1750 1667.25 1686.0833333333335 1765.8333333333333 1583.3333333333335H1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1916.6666666666663 1500V500A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 416.6666666666668zM1375 833.3333333333335A374.99999999999994 374.99999999999994 0 1 1 1375 1583.3333333333335A374.99999999999994 374.99999999999994 0 0 1 1375 833.3333333333335zM1375 1000A208.33333333333334 208.33333333333334 0 1 0 1375 1416.6666666666667A208.33333333333334 208.33333333333334 0 0 0 1375 1000zM333.3333333333333 916.6666666666669V750H500V916.6666666666669H333.3333333333333zM666.6666666666666 916.6666666666669V750H833.3333333333333V916.6666666666669H666.6666666666666z" />
+ <glyph glyph-name="projector-2-line"
+ unicode="&#xEDD5;"
+ horiz-adv-x="2000" d="M1833.3333333333333 416.6666666666668V250H1666.6666666666665V416.6666666666668H333.3333333333333V250H166.6666666666667V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 500V1500A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1583.3333333333335H1044A498.75 498.75 0 0 0 1416.6666666666665 1750C1564.75 1750 1697.833333333333 1685.5833333333333 1789.3333333333333 1583.3333333333335H1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1916.6666666666663 1500V500A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 416.6666666666668zM945.0833333333331 1416.6666666666667H250V583.3333333333335H1750V877.3333333333335A500 500 0 0 0 945.0833333333331 1416.6666666666667zM1416.6666666666665 916.6666666666669A333.3333333333333 333.3333333333333 0 1 1 1416.6666666666665 1583.3333333333335A333.3333333333333 333.3333333333333 0 0 1 1416.6666666666665 916.6666666666669zM416.6666666666667 916.6666666666669H583.3333333333333V750H416.6666666666667V916.6666666666669zM666.6666666666666 916.6666666666669H833.3333333333333V750H666.6666666666666V916.6666666666669z" />
+ <glyph glyph-name="projector-fill"
+ unicode="&#xEDD6;"
+ horiz-adv-x="2000" d="M926 1000A375.1666666666667 375.1666666666667 0 0 1 1657.333333333333 1000H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1000H926zM416.6666666666667 666.6666666666667H583.3333333333333V500H416.6666666666667V666.6666666666667zM1291.6666666666665 875A208.33333333333334 208.33333333333334 0 1 0 1291.6666666666665 1291.6666666666667A208.33333333333334 208.33333333333334 0 0 0 1291.6666666666665 875zM926 1166.6666666666667H166.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1166.6666666666667H1657.333333333333A375.1666666666667 375.1666666666667 0 0 1 925.9999999999998 1166.6666666666667z" />
+ <glyph glyph-name="projector-line"
+ unicode="&#xEDD7;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM927.1666666666666 1000H333.3333333333333V416.6666666666668H1666.6666666666665V1000H1572.833333333333A333.49999999999994 333.49999999999994 0 0 0 927.1666666666664 1000zM927.1666666666666 1166.6666666666667A333.49999999999994 333.49999999999994 0 0 0 1572.833333333333 1166.6666666666667H1666.6666666666665V1583.3333333333335H333.3333333333333V1166.6666666666667H927.1666666666669zM1250 916.6666666666669A166.66666666666666 166.66666666666666 0 1 1 1250 1250A166.66666666666666 166.66666666666666 0 0 1 1250 916.6666666666669zM500 750H666.6666666666666V583.3333333333335H500V750z" />
+ <glyph glyph-name="qq-fill"
+ unicode="&#xEDD8;"
+ horiz-adv-x="2000" d="M1659.4166666666665 789.25A2664.7499999999995 2664.7499999999995 0 0 1 1603.1666666666665 946.4166666666669L1527.3333333333333 1133.5833333333335C1527.3333333333333 1135.75 1528.3333333333333 1172.5833333333335 1528.3333333333333 1191.5833333333335C1528.3333333333333 1511.6666666666667 1375.5833333333335 1833.3333333333333 1000 1833.3333333333333C624.4166666666666 1833.3333333333333 471.6666666666666 1511.6666666666667 471.6666666666666 1191.6666666666667C471.6666666666666 1172.5833333333335 472.5833333333333 1135.75 472.6666666666666 1133.5833333333335L396.8333333333333 946.4166666666669C376.1666666666666 892.8333333333335 355.5833333333333 837.0833333333335 340.5833333333333 789.2500000000002C268.9166666666667 561.166666666667 292.1666666666667 466.7500000000002 309.8333333333333 464.6666666666667C347.75 460.166666666667 457.4166666666666 636.3333333333333 457.4166666666666 636.3333333333333C457.4166666666666 534.3333333333333 510.4999999999999 401.1666666666668 625.4166666666666 305C582.5 291.9166666666668 529.8333333333333 271.75 495.9166666666666 247.0833333333335C465.4999999999999 224.8333333333335 469.3333333333333 202.0833333333335 474.8333333333333 192.916666666667C498.9166666666666 152.8333333333335 887.7499999999999 167.3333333333337 1000.0833333333331 179.8333333333335C1112.3333333333333 167.3333333333337 1501.25 152.8333333333335 1525.2499999999998 193.0000000000002C1530.7499999999995 202.166666666667 1534.5833333333328 224.8333333333337 1504.1666666666663 247.0833333333337C1470.2499999999998 271.7500000000003 1417.5833333333328 291.916666666667 1374.583333333333 305.083333333334C1489.4999999999998 401.166666666667 1542.5833333333328 534.3333333333339 1542.5833333333328 636.416666666667C1542.5833333333328 636.416666666667 1652.2499999999995 460.1666666666672 1690.1666666666663 464.7500000000005C1707.833333333333 466.8333333333337 1730.9999999999995 561.1666666666672 1659.3333333333328 789.2500000000005" />
+ <glyph glyph-name="qq-line"
+ unicode="&#xEDD9;"
+ horiz-adv-x="2000" d="M1461.25 957.1666666666669L1403.2499999999998 1106.8333333333335C1403.2499999999998 1108.5833333333335 1404.0833333333333 1138.0833333333335 1404.0833333333333 1153.3333333333335C1403.9999999999998 1409.3333333333335 1287.1666666666665 1666.6666666666667 1000 1666.6666666666667C712.8333333333334 1666.6666666666667 596 1409.3333333333335 596 1153.3333333333335C596 1138.0833333333335 596.75 1108.5833333333333 596.8333333333333 1106.8333333333335L538.8333333333334 957.1666666666669C523 914.25 507.1666666666667 869.6666666666667 495.7499999999999 831.3333333333335C441 648.9166666666667 458.7499999999999 573.4166666666667 472.2499999999999 571.7500000000002C501.2499999999999 568.166666666667 585.0833333333333 709.0833333333335 585.0833333333333 709.0833333333335C585.0833333333333 627.4166666666667 625.75 520.9166666666667 713.5833333333334 444.0833333333335C680.75 433.5000000000003 640.4166666666666 417.4166666666668 614.5833333333334 397.666666666667C591.25 379.8333333333337 594.1666666666667 361.7500000000003 598.4166666666667 354.3333333333337C616.75 322.2500000000003 914.25 333.916666666667 1000.0833333333334 343.916666666667C1085.9166666666667 333.916666666667 1383.3333333333335 322.2500000000003 1401.75 354.416666666667C1405.9166666666667 361.7500000000005 1408.8333333333335 379.8333333333337 1385.5833333333335 397.666666666667C1359.6666666666667 417.4166666666668 1319.3333333333335 433.5000000000003 1286.4166666666667 444.0000000000003C1374.3333333333337 520.9166666666672 1414.9166666666667 627.5000000000002 1414.9166666666667 709.0833333333337C1414.9166666666667 709.0833333333337 1498.8333333333337 568.1666666666672 1527.8333333333335 571.7500000000005C1541.3333333333335 573.416666666667 1559.3333333333335 649.0833333333339 1504.25 831.416666666667C1492.5833333333333 870.0000000000002 1477.1666666666667 914.2500000000005 1461.2500000000002 957.166666666667zM1546.3333333333333 271.5833333333335C1515.25 217.25 1476.9166666666667 197.2500000000002 1426.5 183.5000000000002C1406.5000000000002 178.0833333333335 1385 174.5000000000002 1360.3333333333335 172C1323.6666666666667 168.25 1278.1666666666667 166.5833333333333 1225.9166666666667 166.6666666666668A2769.166666666666 2769.166666666666 0 0 0 1000.0833333333334 176.3333333333335C942.4166666666669 170.9166666666668 851.3333333333334 166.8333333333333 774.25 166.6666666666668A1339.1666666666667 1339.1666666666667 0 0 0 639.75 172A410.66666666666663 410.66666666666663 0 0 0 573.6666666666666 183.5000000000002C523.25 197.166666666667 484.9166666666667 217.2500000000002 453.6666666666667 271.7500000000003A189.49999999999997 189.49999999999997 0 0 0 433.7500000000001 409.416666666667C384.4166666666668 420.4166666666672 350.3333333333334 449.6666666666672 327.1666666666668 485.3333333333339A202.5 202.5 0 0 0 301.4166666666668 544.5000000000007A335.6666666666666 335.6666666666666 0 0 0 291.7500000000001 636.6666666666674C292.8333333333334 702.0833333333342 307.3333333333334 783.5000000000007 336.0833333333335 879.3333333333339C347.7500000000001 918.1666666666672 363.3333333333335 963.333333333334 383.4166666666668 1017.2500000000006L429.5000000000001 1136.4166666666672A1291.333333333333 1291.333333333333 0 0 0 429.3333333333334 1153.333333333334C429.3333333333333 1532.9166666666667 632.3333333333333 1833.3333333333333 1000 1833.3333333333333C1367.75 1833.3333333333333 1570.6666666666665 1532.9166666666667 1570.6666666666665 1153.3333333333335L1570.583333333333 1136.4166666666667L1616.6666666666665 1017.2500000000002L1617.5 1015.0833333333334C1636.25 964.5833333333334 1651.9166666666665 919 1663.8333333333333 879.5833333333335C1692.8333333333333 783.7500000000002 1707.3333333333333 702.166666666667 1708.4166666666667 636.5833333333337C1709.0000000000002 602.666666666667 1705.9166666666665 571.916666666667 1698.5833333333335 544.2500000000002C1693.0833333333335 523.7500000000005 1685.1666666666667 504.2500000000002 1672.7500000000002 485.2500000000005C1649.7500000000002 449.6666666666672 1615.7500000000002 420.5833333333337 1566.3333333333335 409.416666666667C1577.1666666666667 363.2500000000005 1570.9166666666667 314.416666666667 1546.3333333333337 271.5833333333337z" />
+ <glyph glyph-name="qr-code-fill"
+ unicode="&#xEDDA;"
+ horiz-adv-x="2000" d="M1333.3333333333333 583.3333333333335V666.6666666666667H1083.3333333333333V916.6666666666669H1333.3333333333333V750H1500V583.3333333333335H1416.6666666666665V416.6666666666668H1250V250H1083.3333333333333V500H1250V583.3333333333335H1333.3333333333333zM1750 250H1416.6666666666665V416.6666666666668H1583.3333333333333V583.3333333333335H1750V250zM250 1750H916.6666666666666V1083.3333333333335H250V1750zM1083.3333333333333 1750H1750V1083.3333333333335H1083.3333333333333V1750zM250 916.6666666666669H916.6666666666666V250H250V916.6666666666669zM1500 916.6666666666669H1750V750H1500V916.6666666666669zM500 1500V1333.3333333333335H666.6666666666666V1500H500zM500 666.6666666666667V500H666.6666666666666V666.6666666666667H500zM1333.3333333333333 1500V1333.3333333333335H1500V1500H1333.3333333333333z" />
+ <glyph glyph-name="qr-code-line"
+ unicode="&#xEDDB;"
+ horiz-adv-x="2000" d="M1333.3333333333333 583.3333333333335V666.6666666666667H1083.3333333333333V916.6666666666669H1333.3333333333333V750H1500V583.3333333333335H1416.6666666666665V416.6666666666668H1250V250H1083.3333333333333V500H1250V583.3333333333335H1333.3333333333333zM1750 250H1416.6666666666665V416.6666666666668H1583.3333333333333V583.3333333333335H1750V250zM250 1750H916.6666666666666V1083.3333333333335H250V1750zM416.6666666666667 1583.3333333333335V1250H750V1583.3333333333335H416.6666666666667zM1083.3333333333333 1750H1750V1083.3333333333335H1083.3333333333333V1750zM1250 1583.3333333333335V1250H1583.3333333333333V1583.3333333333335H1250zM250 916.6666666666669H916.6666666666666V250H250V916.6666666666669zM416.6666666666667 750V416.6666666666668H750V750H416.6666666666667zM1500 916.6666666666669H1750V750H1500V916.6666666666669zM500 1500H666.6666666666666V1333.3333333333335H500V1500zM500 666.6666666666667H666.6666666666666V500H500V666.6666666666667zM1333.3333333333333 1500H1500V1333.3333333333335H1333.3333333333333V1500z" />
+ <glyph glyph-name="qr-scan-2-fill"
+ unicode="&#xEDDC;"
+ horiz-adv-x="2000" d="M1250 1750H1750V1250H1250V1750zM750 1750V1250H250V1750H750zM1250 250V750H1750V250H1250zM750 250H250V750H750V250zM250 1083.3333333333335H1750V916.6666666666669H250V1083.3333333333335z" />
+ <glyph glyph-name="qr-scan-2-line"
+ unicode="&#xEDDD;"
+ horiz-adv-x="2000" d="M1250 1750H1750V1333.3333333333335H1583.3333333333333V1583.3333333333335H1250V1750zM750 1750V1583.3333333333335H416.6666666666667V1333.3333333333335H250V1750H750zM1250 250V416.6666666666668H1583.3333333333333V666.6666666666667H1750V250H1250zM750 250H250V666.6666666666667H416.6666666666667V416.6666666666668H750V250zM250 1083.3333333333335H1750V916.6666666666669H250V1083.3333333333335z" />
+ <glyph glyph-name="qr-scan-fill"
+ unicode="&#xEDDE;"
+ horiz-adv-x="2000" d="M1750 750V332.7500000000003A82.83333333333334 82.83333333333334 0 0 0 1667.25 250.0000000000005H332.75A82.83333333333334 82.83333333333334 0 0 0 250 332.75V750H1750zM166.6666666666667 1083.3333333333335H1833.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335zM1750 1250H250V1667.25C250 1712.9166666666667 287.0833333333333 1750 332.75 1750H1667.2499999999998C1712.9166666666665 1750 1749.9999999999995 1712.9166666666667 1749.9999999999995 1667.25V1250z" />
+ <glyph glyph-name="qr-scan-line"
+ unicode="&#xEDDF;"
+ horiz-adv-x="2000" d="M1750 666.6666666666667V250H250V666.6666666666667H416.6666666666667V416.6666666666668H1583.3333333333333V666.6666666666667H1750zM250 1083.3333333333335H1750V916.6666666666669H250V1083.3333333333335zM1750 1333.3333333333335H1583.3333333333333V1583.3333333333335H416.6666666666667V1333.3333333333335H250V1750H1750V1333.3333333333335z" />
+ <glyph glyph-name="question-answer-fill"
+ unicode="&#xEDE0;"
+ horiz-adv-x="2000" d="M666.6666666666666 500H1519.75L1666.6666666666665 384.5833333333333V1250H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1166.6666666666667V41.6666666666667L1462.0833333333335 333.3333333333335H750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 416.6666666666668V500zM454.5833333333333 666.6666666666667L83.3333333333333 375V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1750H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1666.6666666666667V666.6666666666667H454.5833333333333z" />
+ <glyph glyph-name="question-answer-line"
+ unicode="&#xEDE1;"
+ horiz-adv-x="2000" d="M454.5833333333333 750L83.3333333333333 458.3333333333335V1750A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1833.3333333333333H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1750V750H454.5833333333333zM396.9166666666667 916.6666666666669H1333.3333333333333V1666.6666666666667H250V801.25L396.9166666666667 916.6666666666669zM666.6666666666666 583.3333333333335H1519.75L1666.6666666666665 467.9166666666665V1333.3333333333335H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1250V125L1462.0833333333335 416.6666666666668H750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 500V583.3333333333335z" />
+ <glyph glyph-name="question-fill"
+ unicode="&#xEDE2;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM916.6666666666666 750V583.3333333333335H1083.3333333333333V750H916.6666666666666zM1083.3333333333333 887.0833333333333A291.83333333333326 291.83333333333326 0 0 1 1000 1458.3333333333335A291.74999999999994 291.74999999999994 0 0 1 713.9166666666666 1223.9166666666665L877.4166666666666 1191.1666666666665A125 125 0 1 0 1000 1041.6666666666667A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 958.3333333333334V833.3333333333335H1083.3333333333333V887.0833333333333z" />
+ <glyph glyph-name="question-line"
+ unicode="&#xEDE3;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM916.6666666666666 750H1083.3333333333333V583.3333333333335H916.6666666666666V750zM1083.3333333333333 887.0833333333333V833.3333333333335H916.6666666666666V958.3333333333334A83.33333333333333 83.33333333333333 0 0 0 1000 1041.6666666666667A125 125 0 1 1 877.4166666666666 1191.1666666666667L713.9166666666666 1223.916666666667A291.74999999999994 291.74999999999994 0 1 0 1083.3333333333333 887.0833333333333z" />
+ <glyph glyph-name="questionnaire-fill"
+ unicode="&#xEDE4;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM916.6666666666666 833.3333333333335V666.6666666666667H1083.3333333333333V833.3333333333335H916.6666666666666zM713.9166666666666 1265.5833333333335L877.4166666666666 1232.8333333333333A125 125 0 1 0 1000 1083.3333333333335H916.6666666666666V916.6666666666669H1000A291.6666666666667 291.6666666666667 0 1 1 713.9166666666666 1265.5833333333335z" />
+ <glyph glyph-name="questionnaire-line"
+ unicode="&#xEDE5;"
+ horiz-adv-x="2000" d="M480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667L480.2499999999999 583.3333333333335zM537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM916.6666666666666 833.3333333333335H1083.3333333333333V666.6666666666667H916.6666666666666V833.3333333333335zM713.9166666666666 1265.5833333333335A291.74999999999994 291.74999999999994 0 1 0 1000 916.6666666666669H916.6666666666666V1083.3333333333335H1000A125 125 0 1 1 877.4166666666666 1232.8333333333335L713.9166666666666 1265.5833333333335z" />
+ <glyph glyph-name="quill-pen-fill"
+ unicode="&#xEDE6;"
+ horiz-adv-x="2000" d="M1750 1833.3333333333333C500 1833.3333333333333 333.3333333333333 666.6666666666667 250 166.6666666666668H416.5C472 444.4166666666665 610.9166666666666 597.1666666666667 833.3333333333333 625C1166.6666666666665 666.6666666666667 1416.6666666666665 958.3333333333334 1500 1208.3333333333335L1375 1291.6666666666667L1458.3333333333333 1375C1541.6666666666665 1458.3333333333335 1625.3333333333333 1583.3333333333335 1750 1833.3333333333333z" />
+ <glyph glyph-name="quill-pen-line"
+ unicode="&#xEDE7;"
+ horiz-adv-x="2000" d="M578.3333333333334 830.3333333333335C558.9166666666667 778.3333333333335 542.5 730.3333333333335 527.8333333333334 681.7500000000002C607.8333333333334 739.8333333333335 702.9166666666666 776.6666666666667 812.6666666666666 790.4166666666667C1022.0833333333334 816.5833333333335 1208.1666666666667 954.8333333333334 1302.3333333333333 1128.5833333333335L1181 1249.8333333333335L1298.75 1367.75L1382.0833333333333 1451.166666666667C1417.9166666666667 1487 1458.3333333333333 1553.166666666667 1501.0833333333335 1648.5000000000002C1035 1576.2500000000002 749.5833333333334 1290.8333333333335 578.2500000000001 830.3333333333335zM1416.6666666666665 1249.9166666666667L1500 1166.6666666666667C1416.6666666666665 916.6666666666669 1166.6666666666665 666.6666666666667 833.3333333333333 625C610.9166666666666 597.1666666666667 471.9999999999999 444.4166666666665 416.5 166.6666666666668H250C333.3333333333333 666.6666666666667 500 1833.3333333333333 1750 1833.3333333333333C1666.6666666666665 1583.5833333333335 1583.4999999999998 1417 1500.25 1333.5833333333335L1416.6666666666665 1249.9166666666667z" />
+ <glyph glyph-name="radar-fill"
+ unicode="&#xEDE8;"
+ horiz-adv-x="2000" d="M1197.3333333333333 1633.5L907 1130.5833333333335L1051.3333333333333 1047.25L1341.6666666666667 1550.1666666666667C1689.1666666666667 1319.1666666666667 1867.1666666666667 960.1666666666669 1721.6666666666665 708.3333333333335C1566.6666666666667 439.8333333333333 1122.5833333333333 428.75 729.1666666666666 655.8333333333335C335.75 883.1666666666667 123.3333333333333 1273.25 278.3333333333333 1541.6666666666667C423.75 1793.5833333333333 823.5833333333333 1818.9166666666667 1197.3333333333333 1633.5zM1323.6666666666665 1852.25L1468 1768.9166666666667L1343 1552.4166666666667L1198.6666666666665 1635.75L1323.6666666666665 1852.25zM561 333.3333333333335H1416.6666666666665V166.6666666666668H418.0833333333333A82.91666666666666 82.91666666666666 0 0 0 344.5 208.3333333333335A83.74999999999999 83.74999999999999 0 0 0 344.5 291.6666666666668L532 616.4166666666665L676.3333333333333 533.0833333333333L561 333.3333333333335z" />
+ <glyph glyph-name="radar-line"
+ unicode="&#xEDE9;"
+ horiz-adv-x="2000" d="M1042.1666666666665 1698.0833333333333L956.9166666666666 1550.4166666666665C714.4166666666666 1623.6666666666667 497.4166666666667 1587.9166666666667 422.6666666666668 1458.3333333333335C324.5000000000001 1288.3333333333335 488.5000000000001 987.3333333333331 812.5 800.25S1479.1666666666665 621.75 1577.3333333333333 791.6666666666667C1652.1666666666665 921.25 1574.5833333333333 1127 1389.9166666666667 1300.4166666666667L1475.1666666666667 1448.0833333333335C1732 1222.3333333333335 1847.0833333333337 925.5833333333334 1721.666666666667 708.3333333333335C1566.666666666667 439.8333333333333 1122.5833333333335 428.75 729.166666666667 655.8333333333335C335.75 883.1666666666667 123.3333333333333 1273.25 278.3333333333333 1541.6666666666667C403.75 1758.9166666666667 718.3333333333334 1807.6666666666667 1042.1666666666665 1698.0833333333333zM1323.6666666666665 1852.25L1468 1768.9166666666667L1051.3333333333333 1047.25L907 1130.5833333333335L1323.6666666666665 1852.25zM561 333.3333333333335H1416.6666666666665V166.6666666666668H418.0833333333333A82.91666666666666 82.91666666666666 0 0 0 344.5 208.3333333333335A83.74999999999999 83.74999999999999 0 0 0 344.5 291.6666666666668L532 616.4166666666665L676.3333333333333 533.0833333333333L561 333.3333333333335z" />
+ <glyph glyph-name="radio-2-fill"
+ unicode="&#xEDEA;"
+ horiz-adv-x="2000" d="M500 1750V1916.6666666666667H666.6666666666666V1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H500zM750 750A250 250 0 1 1 750 1250A250 250 0 0 1 750 750zM1166.6666666666665 1250V1083.3333333333335H1500V1250H1166.6666666666665zM1166.6666666666665 916.6666666666669V750H1500V916.6666666666669H1166.6666666666665z" />
+ <glyph glyph-name="radio-2-line"
+ unicode="&#xEDEB;"
+ horiz-adv-x="2000" d="M500 1750V1916.6666666666667H666.6666666666666V1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H500zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM750 750A250 250 0 1 0 750 1250A250 250 0 0 0 750 750zM1166.6666666666665 1250H1500V1083.3333333333335H1166.6666666666665V1250zM1166.6666666666665 916.6666666666669H1500V750H1166.6666666666665V916.6666666666669z" />
+ <glyph glyph-name="radio-button-fill"
+ unicode="&#xEDEC;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 666.6666666666667A333.3333333333333 333.3333333333333 0 1 1 1000 1333.3333333333335A333.3333333333333 333.3333333333333 0 0 1 1000 666.6666666666667z" />
+ <glyph glyph-name="radio-button-line"
+ unicode="&#xEDED;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1000 583.3333333333335A416.6666666666667 416.6666666666667 0 1 0 1000 1416.6666666666667A416.6666666666667 416.6666666666667 0 0 0 1000 583.3333333333335z" />
+ <glyph glyph-name="radio-fill"
+ unicode="&#xEDEE;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1166.6666666666667H1666.6666666666665V1500H333.3333333333333V1166.6666666666667H1250V1333.3333333333335H1416.6666666666665V1166.6666666666667zM500 1750V1916.6666666666667H666.6666666666666V1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H500zM583.3333333333333 416.6666666666668A250 250 0 1 1 583.3333333333333 916.6666666666669A250 250 0 0 1 583.3333333333333 416.6666666666668z" />
+ <glyph glyph-name="radio-line"
+ unicode="&#xEDEF;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1166.6666666666667V1333.3333333333335H1250V1166.6666666666667H416.6666666666667V1500H1583.3333333333333V1166.6666666666667H1416.6666666666665zM500 1750V1916.6666666666667H666.6666666666666V1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1667.25V332.7500000000003A83.33333333333333 83.33333333333333 0 0 0 1750.6666666666665 250.0000000000005H249.3333333333333A82.74999999999999 82.74999999999999 0 0 0 166.6666666666667 332.75V1667.25A83.33333333333333 83.33333333333333 0 0 0 249.3333333333333 1750H500zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM666.6666666666666 500A250 250 0 1 0 666.6666666666666 1000A250 250 0 0 0 666.6666666666666 500z" />
+ <glyph glyph-name="record-circle-fill"
+ unicode="&#xEDF0;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 750A250 250 0 1 1 1000 1250A250 250 0 0 1 1000 750z" />
+ <glyph glyph-name="record-circle-line"
+ unicode="&#xEDF1;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1000 750A250 250 0 1 0 1000 1250A250 250 0 0 0 1000 750z" />
+ <glyph glyph-name="record-mail-fill"
+ unicode="&#xEDF2;"
+ horiz-adv-x="2000" d="M811.9166666666666 750H1188.0833333333335A458.3333333333333 458.3333333333333 0 1 0 1541.6666666666665 583.3333333333335H458.3333333333333A458.3333333333333 458.3333333333333 0 1 0 811.9166666666666 750zM458.3333333333333 916.6666666666669A125 125 0 1 1 458.3333333333333 1166.6666666666667A125 125 0 0 1 458.3333333333333 916.6666666666669zM1541.6666666666665 916.6666666666669A125 125 0 1 1 1541.6666666666665 1166.6666666666667A125 125 0 0 1 1541.6666666666665 916.6666666666669z" />
+ <glyph glyph-name="record-mail-line"
+ unicode="&#xEDF3;"
+ horiz-adv-x="2000" d="M1188.0833333333333 750A458.3333333333333 458.3333333333333 0 1 0 1541.6666666666665 583.3333333333335H458.3333333333333A458.3333333333333 458.3333333333333 0 1 0 811.9166666666666 750H1188.0833333333335zM458.3333333333333 750A291.6666666666667 291.6666666666667 0 1 1 458.3333333333333 1333.3333333333335A291.6666666666667 291.6666666666667 0 0 1 458.3333333333333 750zM1541.6666666666665 750A291.6666666666667 291.6666666666667 0 1 1 1541.6666666666665 1333.3333333333335A291.6666666666667 291.6666666666667 0 0 1 1541.6666666666665 750z" />
+ <glyph glyph-name="red-packet-fill"
+ unicode="&#xEDF4;"
+ horiz-adv-x="2000" d="M1750 1505.25A998.7499999999998 998.7499999999998 0 0 0 1182.8333333333333 1183.3333333333335A208.33333333333334 208.33333333333334 0 0 1 817.1666666666667 1183.3333333333335A998.7499999999998 998.7499999999998 0 0 0 250 1505.25V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V1505.25zM1750 1273V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1273A1162 1162 0 0 1 802.5 1016.6666666666666A208.41666666666663 208.41666666666663 0 0 1 1197.5 1016.6666666666666A1162 1162 0 0 1 1750 1273z" />
+ <glyph glyph-name="red-packet-line"
+ unicode="&#xEDF5;"
+ horiz-adv-x="2000" d="M1181.0833333333333 1186.4166666666667A831.6666666666665 831.6666666666665 0 0 1 1583.3333333333333 1404.9166666666667V1666.6666666666667H416.6666666666667V1404.9166666666667A831.6666666666665 831.6666666666665 0 0 1 818.9166666666666 1186.4166666666667A208.33333333333334 208.33333333333334 0 0 0 1181.0833333333333 1186.4166666666667zM1198.4166666666665 1019.7500000000002A208.41666666666663 208.41666666666663 0 0 0 801.5833333333333 1019.7500000000002A994.9999999999999 994.9999999999999 0 0 0 416.6666666666667 1187.5833333333335V333.3333333333335H1583.3333333333333V1187.6666666666667A994.9999999999999 994.9999999999999 0 0 0 1198.4166666666665 1019.6666666666669zM333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333z" />
+ <glyph glyph-name="refresh-fill"
+ unicode="&#xEDF6;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1401.6666666666665 577A583.3333333333334 583.3333333333334 0 0 1 752.6666666666666 1528.5L833.9166666666666 1382.25A416.6666666666667 416.6666666666667 0 0 0 1416.6666666666665 1000H1166.6666666666665L1401.6666666666665 577zM1247.3333333333333 471.5000000000002L1166.0833333333333 617.75A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1000H833.3333333333333L598.3333333333333 1423A583.3333333333334 583.3333333333334 0 0 1 1247.3333333333333 471.5000000000002z" />
+ <glyph glyph-name="refresh-line"
+ unicode="&#xEDF7;"
+ horiz-adv-x="2000" d="M455.25 1630.5833333333335A830.0833333333333 830.0833333333333 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000C1833.3333333333333 822.0000000000002 1777.4999999999998 657 1682.5 521.6666666666665L1416.6666666666665 1000H1666.6666666666665A666.6666666666666 666.6666666666666 0 0 1 538.3333333333333 1481L455.25 1630.5833333333335zM1544.7499999999998 369.4166666666668A830.0833333333333 830.0833333333333 0 0 0 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1178 222.5 1343 317.5 1478.3333333333335L583.3333333333333 1000H333.3333333333333A666.6666666666666 666.6666666666666 0 0 1 1461.6666666666665 519.0000000000002L1544.7499999999998 369.4166666666668z" />
+ <glyph glyph-name="refund-fill"
+ unicode="&#xEDF8;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1416.6666666666667H166.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1416.6666666666667zM1833.3333333333333 1250V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1250H1833.3333333333333zM916.6666666666666 833.3333333333335V1041.6666666666667L541.6666666666666 666.6666666666667H1416.6666666666665V833.3333333333335H916.6666666666666z" />
+ <glyph glyph-name="refund-line"
+ unicode="&#xEDF9;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1333.3333333333335V1583.3333333333335H333.3333333333333V1333.3333333333335H1666.6666666666665zM1666.6666666666665 1166.6666666666667H333.3333333333333V416.6666666666668H1666.6666666666665V1166.6666666666667zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM916.6666666666666 833.3333333333335H1416.6666666666665V666.6666666666667H541.6666666666666L916.6666666666666 1041.6666666666667V833.3333333333335z" />
+ <glyph glyph-name="repeat-2-fill"
+ unicode="&#xEDFA;"
+ horiz-adv-x="2000" d="M666.6666666666666 333.3333333333335V172.3333333333335A41.666666666666664 41.666666666666664 0 0 0 598.3333333333333 140.25L255 426.3333333333335A41.666666666666664 41.666666666666664 0 0 0 281.8333333333333 500H1500A166.66666666666666 166.66666666666666 0 0 1 1666.6666666666665 666.6666666666667V1333.3333333333335H1833.3333333333333V666.6666666666667A333.3333333333333 333.3333333333333 0 0 0 1500 333.3333333333335H666.6666666666666zM1333.3333333333333 1666.6666666666667V1827.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1401.6666666666665 1859.75L1745 1573.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1718.2499999999998 1500H500A166.66666666666666 166.66666666666666 0 0 1 333.3333333333333 1333.3333333333335V666.6666666666667H166.6666666666667V1333.3333333333335A333.3333333333333 333.3333333333333 0 0 0 500 1666.6666666666667H1333.3333333333333z" />
+ <glyph glyph-name="repeat-2-line"
+ unicode="&#xEDFB;"
+ horiz-adv-x="2000" d="M666.6666666666666 333.3333333333335V172.3333333333335A41.666666666666664 41.666666666666664 0 0 0 598.3333333333333 140.25L255 426.3333333333335A41.666666666666664 41.666666666666664 0 0 0 281.8333333333333 500H1500A166.66666666666666 166.66666666666666 0 0 1 1666.6666666666665 666.6666666666667V1333.3333333333335H1833.3333333333333V666.6666666666667A333.3333333333333 333.3333333333333 0 0 0 1500 333.3333333333335H666.6666666666666zM1333.3333333333333 1666.6666666666667V1827.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1401.6666666666665 1859.75L1745 1573.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1718.2499999999998 1500H500A166.66666666666666 166.66666666666666 0 0 1 333.3333333333333 1333.3333333333335V666.6666666666667H166.6666666666667V1333.3333333333335A333.3333333333333 333.3333333333333 0 0 0 500 1666.6666666666667H1333.3333333333333z" />
+ <glyph glyph-name="repeat-fill"
+ unicode="&#xEDFC;"
+ horiz-adv-x="2000" d="M500 1666.6666666666667H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1583.3333333333335V1000H1666.6666666666665V1500H500V1250L83.3333333333333 1583.3333333333335L500 1916.6666666666667V1666.6666666666667zM1500 333.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 416.6666666666668V1000H333.3333333333333V500H1500V750L1916.6666666666663 416.6666666666668L1500 83.3333333333335V333.3333333333335z" />
+ <glyph glyph-name="repeat-line"
+ unicode="&#xEDFD;"
+ horiz-adv-x="2000" d="M500 1666.6666666666667H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1583.3333333333335V1000H1666.6666666666665V1500H500V1250L83.3333333333333 1583.3333333333335L500 1916.6666666666667V1666.6666666666667zM1500 333.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 416.6666666666668V1000H333.3333333333333V500H1500V750L1916.6666666666663 416.6666666666668L1500 83.3333333333335V333.3333333333335z" />
+ <glyph glyph-name="repeat-one-fill"
+ unicode="&#xEDFE;"
+ horiz-adv-x="2000" d="M666.6666666666666 333.3333333333335V172.3333333333335A41.666666666666664 41.666666666666664 0 0 0 598.3333333333333 140.25L255 426.3333333333335A41.666666666666664 41.666666666666664 0 0 0 281.8333333333333 500H1500A166.66666666666666 166.66666666666666 0 0 1 1666.6666666666665 666.6666666666667V1333.3333333333335H1833.3333333333333V666.6666666666667A333.3333333333333 333.3333333333333 0 0 0 1500 333.3333333333335H666.6666666666666zM1333.3333333333333 1666.6666666666667V1827.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1401.6666666666665 1859.75L1745 1573.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1718.2499999999998 1500H500A166.66666666666666 166.66666666666666 0 0 1 333.3333333333333 1333.3333333333335V666.6666666666667H166.6666666666667V1333.3333333333335A333.3333333333333 333.3333333333333 0 0 0 500 1666.6666666666667H1333.3333333333333zM916.6666666666666 1333.3333333333335H1083.3333333333333V666.6666666666667H916.6666666666666V1166.6666666666667H750V1250L916.6666666666666 1333.3333333333335z" />
+ <glyph glyph-name="repeat-one-line"
+ unicode="&#xEDFF;"
+ horiz-adv-x="2000" d="M666.6666666666666 333.3333333333335V172.3333333333335A41.666666666666664 41.666666666666664 0 0 0 598.3333333333333 140.25L255 426.3333333333335A41.666666666666664 41.666666666666664 0 0 0 281.8333333333333 500H1500A166.66666666666666 166.66666666666666 0 0 1 1666.6666666666665 666.6666666666667V1333.3333333333335H1833.3333333333333V666.6666666666667A333.3333333333333 333.3333333333333 0 0 0 1500 333.3333333333335H666.6666666666666zM1333.3333333333333 1827.6666666666663A41.666666666666664 41.666666666666664 0 0 0 1401.6666666666665 1859.75L1745 1573.6666666666665A41.666666666666664 41.666666666666664 0 0 0 1718.2499999999998 1500H500A166.66666666666666 166.66666666666666 0 0 1 333.3333333333333 1333.3333333333333V666.6666666666667H166.6666666666667V1333.3333333333335A333.3333333333333 333.3333333333333 0 0 0 500 1666.6666666666667H1333.3333333333333V1827.6666666666667zM916.6666666666666 1333.3333333333335H1083.3333333333333V666.6666666666667H916.6666666666666V1166.6666666666667H750V1250L916.6666666666666 1333.3333333333335z" />
+ <glyph glyph-name="reply-fill"
+ unicode="&#xEE00;"
+ horiz-adv-x="2000" d="M916.6666666666666 833.3333333333335V416.6666666666668L83.3333333333333 1083.3333333333335L916.6666666666666 1750V1333.3333333333335C1376.9166666666665 1333.3333333333335 1750 960.25 1750 500C1750 477.25 1749.1666666666665 454.7500000000002 1747.3333333333333 432.5000000000003A749.9166666666666 749.9166666666666 0 0 1 1083.3333333333333 833.3333333333335H916.6666666666666z" />
+ <glyph glyph-name="reply-line"
+ unicode="&#xEE01;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V375L125 1083.3333333333335L1000 1791.6666666666667V1333.3333333333335C1460.25 1333.3333333333335 1833.3333333333333 960.25 1833.3333333333333 500C1833.3333333333333 477.25 1832.4999999999995 454.7500000000002 1830.6666666666663 432.5000000000003A749.9166666666666 749.9166666666666 0 0 1 1166.6666666666665 833.3333333333335H1000zM833.3333333333333 724.3333333333335V1000H1166.6666666666665C1285 1000 1399.25 977.4166666666666 1504.75 935.5833333333334A665.1666666666666 665.1666666666666 0 0 1 1000 1166.6666666666667H833.3333333333333V1442.3333333333335L389.9166666666667 1083.3333333333335L833.3333333333333 724.3333333333335z" />
+ <glyph glyph-name="restart-fill"
+ unicode="&#xEE02;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1401.6666666666665 577A583.3333333333334 583.3333333333334 0 1 1 1247.3333333333333 471.5000000000002L1166.0833333333333 617.75A416.6666666666667 416.6666666666667 0 1 0 1416.6666666666665 1000H1166.6666666666665L1401.6666666666665 577z" />
+ <glyph glyph-name="restart-line"
+ unicode="&#xEE03;"
+ horiz-adv-x="2000" d="M1544.7499999999998 369.4166666666668A830.0833333333333 830.0833333333333 0 0 0 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000C1833.3333333333333 822.0000000000002 1777.4999999999998 657 1682.5 521.6666666666665L1416.6666666666665 1000H1666.6666666666665A666.6666666666666 666.6666666666666 0 1 1 1461.6666666666665 519.0000000000002L1544.7499999999998 369.4166666666668z" />
+ <glyph glyph-name="restaurant-2-fill"
+ unicode="&#xEE04;"
+ horiz-adv-x="2000" d="M351.8333333333334 1682.6666666666667L911.5833333333331 1122.916666666667L675.9166666666666 887.1666666666667L351.75 1211.3333333333335A333.3333333333333 333.3333333333333 0 0 0 351.75 1682.6666666666667zM1189 987.8333333333334L1117.8333333333335 916.666666666667L1707.0833333333333 327.416666666667L1589.2499999999998 209.5833333333335L1000 798.7500000000002L410.75 209.5833333333335L292.9166666666667 327.416666666667L1071.1666666666667 1105.666666666667C1022.1666666666669 1227.0833333333335 1072.8333333333333 1401.916666666667 1206.1666666666665 1535.416666666667C1368.9166666666665 1698.0833333333335 1593.1666666666667 1737.666666666667 1707.0833333333333 1623.7500000000002S1781.4166666666665 1285.5833333333335 1618.75 1122.916666666667C1485.25 989.416666666667 1310.4166666666667 938.7500000000005 1189 987.8333333333336z" />
+ <glyph glyph-name="restaurant-2-line"
+ unicode="&#xEE05;"
+ horiz-adv-x="2000" d="M1189 987.8333333333334L1117.8333333333335 916.6666666666669L1707.0833333333333 327.416666666667L1589.2499999999998 209.5833333333335L1000 798.7500000000002L410.75 209.5833333333335L292.9166666666667 327.416666666667L1071.1666666666667 1105.666666666667C1022.1666666666669 1227.0833333333335 1072.8333333333333 1401.916666666667 1206.1666666666665 1535.416666666667C1368.9166666666665 1698.0833333333335 1593.1666666666667 1737.666666666667 1707.0833333333333 1623.7500000000002S1781.4166666666665 1285.5833333333335 1618.75 1122.916666666667C1485.25 989.416666666667 1310.4166666666667 938.7500000000005 1189 987.8333333333336zM351.8333333333334 1682.6666666666667L911.5833333333331 1122.916666666667L675.9166666666666 887.1666666666667L351.75 1211.3333333333335A333.3333333333333 333.3333333333333 0 0 0 351.75 1682.6666666666667zM1500.8333333333335 1240.8333333333335C1605.6666666666667 1345.5833333333335 1627.25 1468 1589.25 1506C1551.25 1544 1428.8333333333333 1522.4166666666667 1324.0833333333333 1417.6666666666667C1219.3333333333335 1312.8333333333335 1197.75 1190.4166666666667 1235.75 1152.4166666666667C1273.6666666666667 1114.5 1396.0833333333333 1136.0833333333335 1500.8333333333335 1240.8333333333335z" />
+ <glyph glyph-name="restaurant-fill"
+ unicode="&#xEE06;"
+ horiz-adv-x="2000" d="M1750 1833.3333333333333V166.6666666666668H1583.3333333333333V833.3333333333335H1333.3333333333333V1416.6666666666667A416.6666666666667 416.6666666666667 0 0 0 1750 1833.3333333333333zM750 841.6666666666667V166.6666666666668H583.3333333333333V841.6666666666667A416.83333333333326 416.83333333333326 0 0 0 250 1250V1750H416.6666666666667V1166.6666666666667H583.3333333333333V1750H750V1166.6666666666667H916.6666666666666V1750H1083.3333333333333V1250A416.83333333333326 416.83333333333326 0 0 0 750 841.6666666666667z" />
+ <glyph glyph-name="restaurant-line"
+ unicode="&#xEE07;"
+ horiz-adv-x="2000" d="M1750 1833.3333333333333V166.6666666666668H1583.3333333333333V750H1250V1333.3333333333335A500 500 0 0 0 1750 1833.3333333333333zM1583.3333333333333 1622.5C1514.1666666666667 1583.3333333333335 1416.6666666666665 1485.8333333333335 1416.6666666666665 1333.3333333333335V916.6666666666669H1583.3333333333333V1622.5zM750 841.6666666666667V166.6666666666668H583.3333333333333V841.6666666666667A416.83333333333326 416.83333333333326 0 0 0 250 1250V1750H416.6666666666667V1166.6666666666667H583.3333333333333V1750H750V1166.6666666666667H916.6666666666666V1750H1083.3333333333333V1250A416.83333333333326 416.83333333333326 0 0 0 750 841.6666666666667z" />
+ <glyph glyph-name="rewind-fill"
+ unicode="&#xEE08;"
+ horiz-adv-x="2000" d="M1000 1111.0833333333335L1768.5833333333333 1623.5A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1588.8333333333335V411.1666666666668A41.666666666666664 41.666666666666664 0 0 0 1768.5833333333333 376.5000000000003L1000 888.9166666666667V411.1666666666668A41.666666666666664 41.666666666666664 0 0 0 935.25 376.5000000000003L52 965.3333333333331A41.666666666666664 41.666666666666664 0 0 0 52 1034.6666666666667L935.25 1623.5A41.666666666666664 41.666666666666664 0 0 0 1000 1588.8333333333335V1111.0833333333335z" />
+ <glyph glyph-name="rewind-line"
+ unicode="&#xEE09;"
+ horiz-adv-x="2000" d="M1000 1111.0833333333335L1768.5833333333333 1623.5A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1588.8333333333335V411.1666666666668A41.666666666666664 41.666666666666664 0 0 0 1768.5833333333333 376.5000000000003L1000 888.9166666666667V411.1666666666668A41.666666666666664 41.666666666666664 0 0 0 935.25 376.5000000000003L52 965.3333333333331A41.666666666666664 41.666666666666664 0 0 0 52 1034.6666666666667L935.25 1623.5A41.666666666666664 41.666666666666664 0 0 0 1000 1588.8333333333335V1111.0833333333335zM833.3333333333333 644.7500000000002V1355.25L300.5 1000L833.3333333333333 644.75zM1666.6666666666665 644.7500000000002V1355.25L1133.8333333333333 1000L1666.6666666666665 644.75z" />
+ <glyph glyph-name="rewind-mini-fill"
+ unicode="&#xEE0A;"
+ horiz-adv-x="2000" d="M916.6666666666666 580.4166666666667A41.666666666666664 41.666666666666664 0 0 0 850.9999999999999 546.3333333333335L256.5833333333333 966A41.666666666666664 41.666666666666664 0 0 0 256.5833333333333 1034L850.9999999999999 1453.6666666666667A41.666666666666664 41.666666666666664 0 0 0 916.6666666666666 1419.5833333333335V580.4166666666667zM1006.5833333333334 966A41.666666666666664 41.666666666666664 0 0 0 1006.5833333333334 1034L1601 1453.6666666666665A41.666666666666664 41.666666666666664 0 0 0 1666.6666666666665 1419.5833333333333V580.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1601 546.3333333333335L1006.5833333333334 966z" />
+ <glyph glyph-name="rewind-mini-line"
+ unicode="&#xEE0B;"
+ horiz-adv-x="2000" d="M750 1178.3333333333335L497.3333333333333 1000L750 821.6666666666667V1178.3333333333335zM908.9999999999998 556.4166666666667A41.666666666666664 41.666666666666664 0 0 0 850.9999999999999 546.4166666666667L256.5833333333333 966A41.666666666666664 41.666666666666664 0 0 0 256.5833333333333 1034L850.9999999999999 1453.6666666666665A41.666666666666664 41.666666666666664 0 0 0 916.6666666666666 1419.5833333333333V580.4166666666667A41.666666666666664 41.666666666666664 0 0 0 908.9999999999998 556.4166666666667zM1500 821.6666666666667V1178.3333333333335L1247.3333333333333 1000L1500 821.6666666666667zM1006.5833333333334 966A41.666666666666664 41.666666666666664 0 0 0 1006.5833333333334 1034L1601 1453.6666666666665A41.666666666666664 41.666666666666664 0 0 0 1666.6666666666665 1419.5833333333333V580.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1601 546.3333333333335L1006.5833333333334 966z" />
+ <glyph glyph-name="rhythm-fill"
+ unicode="&#xEE0C;"
+ horiz-adv-x="2000" d="M166.6666666666667 1250H333.3333333333333V250H166.6666666666667V1250zM666.6666666666666 1750H833.3333333333333V250H666.6666666666666V1750zM1166.6666666666665 1000H1333.3333333333333V250H1166.6666666666665V1000zM1666.6666666666665 1500H1833.3333333333333V250H1666.6666666666665V1500z" />
+ <glyph glyph-name="rhythm-line"
+ unicode="&#xEE0D;"
+ horiz-adv-x="2000" d="M166.6666666666667 1250H333.3333333333333V250H166.6666666666667V1250zM666.6666666666666 1750H833.3333333333333V250H666.6666666666666V1750zM1166.6666666666665 1000H1333.3333333333333V250H1166.6666666666665V1000zM1666.6666666666665 1500H1833.3333333333333V250H1666.6666666666665V1500z" />
+ <glyph glyph-name="riding-fill"
+ unicode="&#xEE0E;"
+ horiz-adv-x="2000" d="M458.3333333333333 250A374.99999999999994 374.99999999999994 0 1 0 458.3333333333333 1000A374.99999999999994 374.99999999999994 0 0 0 458.3333333333333 250zM458.3333333333333 500A125 125 0 1 1 458.3333333333333 750A125 125 0 0 1 458.3333333333333 500zM1541.6666666666665 250A374.99999999999994 374.99999999999994 0 1 0 1541.6666666666665 1000A374.99999999999994 374.99999999999994 0 0 0 1541.6666666666665 250zM1541.6666666666665 500A125 125 0 1 1 1541.6666666666665 750A125 125 0 0 1 1541.6666666666665 500zM960.9166666666666 1183.5833333333335L1083.3333333333333 1000V500H916.6666666666666V916.6666666666669L690.0833333333334 1105.5A166.66666666666666 166.66666666666666 0 0 0 666.6666666666666 1360.75L902.3333333333331 1596.4166666666667A166.66666666666666 166.66666666666666 0 0 0 1138.0833333333333 1596.4166666666667L1255.9166666666665 1478.5833333333335A580.7499999999999 580.7499999999999 0 0 1 1582.3333333333333 1314L1581.4999999999998 1146.0833333333335A746.8333333333333 746.8333333333333 0 0 0 1138.083333333333 1360.6666666666667L960.8333333333331 1183.5833333333335zM1333.3333333333333 1583.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1333.3333333333333 1916.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1333.3333333333333 1583.3333333333335z" />
+ <glyph glyph-name="riding-line"
+ unicode="&#xEE0F;"
+ horiz-adv-x="2000" d="M458.3333333333333 250A374.99999999999994 374.99999999999994 0 1 0 458.3333333333333 1000A374.99999999999994 374.99999999999994 0 0 0 458.3333333333333 250zM458.3333333333333 416.6666666666668A208.33333333333334 208.33333333333334 0 1 1 458.3333333333333 833.3333333333335A208.33333333333334 208.33333333333334 0 0 1 458.3333333333333 416.6666666666668zM1541.6666666666665 250A374.99999999999994 374.99999999999994 0 1 0 1541.6666666666665 1000A374.99999999999994 374.99999999999994 0 0 0 1541.6666666666665 250zM1541.6666666666665 416.6666666666668A208.33333333333334 208.33333333333334 0 1 1 1541.6666666666665 833.3333333333335A208.33333333333334 208.33333333333334 0 0 1 1541.6666666666665 416.6666666666668zM918.5833333333331 1141.25L1083.3333333333333 1000V500H916.6666666666666V916.6666666666669L690.0833333333334 1105.5A166.66666666666666 166.66666666666666 0 0 0 666.6666666666666 1360.75L902.3333333333331 1596.4166666666667A166.66666666666666 166.66666666666666 0 0 0 1138.0833333333333 1596.4166666666667L1255.9166666666665 1478.5833333333335A580.7499999999999 580.7499999999999 0 0 1 1582.3333333333333 1314L1581.4999999999998 1146.0833333333335A746.8333333333333 746.8333333333333 0 0 0 1138.083333333333 1360.6666666666667L918.5833333333331 1141.25zM1333.3333333333333 1583.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1333.3333333333333 1916.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1333.3333333333333 1583.3333333333335z" />
+ <glyph glyph-name="road-map-fill"
+ unicode="&#xEE10;"
+ horiz-adv-x="2000" d="M1412.4999999999998 1004.1666666666669A583 583 0 0 1 1567.3333333333333 1552.6666666666667L1775.25 1641.8333333333335A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1603.5V416.6666666666668L1250 166.6666666666668L750 416.6666666666668L224.75 191.5833333333335A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 229.9166666666668V1416.6666666666667L427.4166666666667 1528.4166666666667A582.75 582.75 0 0 1 587.5 1004.2500000000002L1000 591.666666666667L1412.4999999999998 1004.1666666666669zM1294.6666666666665 1122L1000 827.5L705.3333333333334 1122.0833333333335A416.6666666666667 416.6666666666667 0 1 0 1294.6666666666667 1122.0833333333335z" />
+ <glyph glyph-name="road-map-line"
+ unicode="&#xEE11;"
+ horiz-adv-x="2000" d="M333.3333333333333 1488.0833333333335V419.416666666667L755.4166666666667 600.2500000000002L1255.4166666666667 350.2500000000003L1666.6666666666665 526.6666666666667V1595.25L1775.25 1641.75A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1603.4166666666667V416.6666666666668L1250 166.6666666666668L750 416.6666666666668L224.75 191.5833333333335A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 229.9166666666668V1416.6666666666667L333.3333333333333 1488.0833333333335zM1353.5833333333335 1063.0833333333335L1000 709.5833333333335L646.4166666666666 1063.0833333333335A500 500 0 1 0 1353.5833333333335 1063.0833333333335zM1000 945.25L1235.6666666666665 1181A333.3333333333333 333.3333333333333 0 1 1 764.3333333333334 1181L1000 945.25z" />
+ <glyph glyph-name="roadster-fill"
+ unicode="&#xEE12;"
+ horiz-adv-x="2000" d="M1833.3333333333333 875V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250V333.3333333333335H416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 166.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 250V875L63.0833333333333 900.8333333333334A83.33333333333333 83.33333333333333 0 0 0 0 981.6666666666666V1041.6666666666667A41.666666666666664 41.666666666666664 0 0 0 41.6666666666667 1083.3333333333335H197.9166666666667L376.0833333333333 1558.5A166.66666666666666 166.66666666666666 0 0 0 532.1666666666666 1666.6666666666667H1467.8333333333333A166.66666666666666 166.66666666666666 0 0 0 1623.9166666666667 1558.5L1802.0833333333333 1083.3333333333335H1958.3333333333333A41.666666666666664 41.666666666666664 0 0 0 2000 1041.6666666666667V981.6666666666666A83.33333333333333 83.33333333333333 0 0 0 1936.9166666666663 900.8333333333331L1833.3333333333333 875zM333.3333333333333 750V583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 500H687.0833333333334A41.666666666666664 41.666666666666664 0 0 1 723.75 561.3333333333335C656.6666666666666 687.1666666666667 526.4999999999999 750 333.3333333333333 750zM1666.6666666666665 750C1473.5833333333333 750 1343.4166666666665 687.0833333333333 1276.1666666666665 561.3333333333335A41.666666666666664 41.666666666666664 0 0 1 1312.9166666666667 500H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 1 1666.6666666666665 583.3333333333335V750zM500 1500L369.9166666666667 1109.6666666666665A83.33333333333333 83.33333333333333 0 0 1 448.9166666666667 1000H1551.0833333333333A83.33333333333333 83.33333333333333 0 0 1 1630.0833333333333 1109.6666666666667L1500 1500H500z" />
+ <glyph glyph-name="roadster-line"
+ unicode="&#xEE13;"
+ horiz-adv-x="2000" d="M1583.3333333333333 333.3333333333335H416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 166.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 250V875L63.0833333333333 900.8333333333334A83.33333333333333 83.33333333333333 0 0 0 0 981.6666666666666V1041.6666666666667A41.666666666666664 41.666666666666664 0 0 0 41.6666666666667 1083.3333333333335H166.6666666666667L373.3333333333334 1565.6666666666667A166.66666666666666 166.66666666666666 0 0 0 526.6666666666666 1666.6666666666667H1473.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1626.5 1565.6666666666667L1833.3333333333333 1083.3333333333335H1958.3333333333333A41.666666666666664 41.666666666666664 0 0 0 2000 1041.6666666666667V981.6666666666666A83.33333333333333 83.33333333333333 0 0 0 1936.9166666666663 900.8333333333331L1833.3333333333333 875V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250V333.3333333333335zM1666.6666666666665 500V916.6666666666669H333.3333333333333V500H1666.6666666666665zM456.4166666666667 1083.3333333333335H1543.5833333333333A83.33333333333333 83.33333333333333 0 0 1 1620.9166666666665 1197.5833333333335L1500 1500H500L379.0833333333334 1197.5833333333335A83.33333333333333 83.33333333333333 0 0 1 456.4166666666667 1083.3333333333335zM416.6666666666667 833.3333333333335C609.75 833.3333333333335 739.9166666666666 770.4166666666667 807.1666666666666 644.6666666666667A41.666666666666664 41.666666666666664 0 0 0 770.4166666666665 583.3333333333335H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 666.6666666666667V833.3333333333335zM1583.3333333333333 833.3333333333335V666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1500 583.3333333333335H1229.5833333333333A41.666666666666664 41.666666666666664 0 0 0 1192.9166666666665 644.6666666666667C1259.9999999999998 770.5 1390.1666666666665 833.3333333333335 1583.3333333333333 833.3333333333335z" />
+ <glyph glyph-name="rocket-2-fill"
+ unicode="&#xEE14;"
+ horiz-adv-x="2000" d="M708.1666666666665 333.3333333333335H1291.8333333333333A543.5833333333333 543.5833333333333 0 0 0 1000 41.5000000000002A543.5833333333333 543.5833333333333 0 0 0 708.1666666666665 333.3333333333335zM1500 766.25L1666.6666666666665 577.25V416.6666666666668H333.3333333333333V577.25L500 766.25V1250C500 1540.25 708.6666666666666 1787.25 1000 1878.75C1291.3333333333333 1787.25 1500 1540.25 1500 1250V766.25zM1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 1083.3333333333335z" />
+ <glyph glyph-name="rocket-2-line"
+ unicode="&#xEE15;"
+ horiz-adv-x="2000" d="M1291.8333333333333 333.3333333333335A543.5833333333333 543.5833333333333 0 0 0 1000 41.5000000000002A543.5833333333333 543.5833333333333 0 0 0 708.1666666666665 333.3333333333335H896.4999999999999C923.6666666666666 292.5833333333333 958.7499999999998 257.3333333333335 1000 229.7500000000003C1041.2499999999998 257.25 1076.3333333333333 292.5833333333337 1103.5833333333333 333.3333333333335H1291.8333333333333zM1500 766.25L1666.6666666666665 577.25V416.6666666666668H333.3333333333333V577.25L500 766.25V1250C500 1540.25 708.6666666666666 1787.25 1000 1878.75C1291.3333333333333 1787.25 1500 1540.25 1500 1250V766.25zM1439.1666666666665 583.3333333333335L1333.3333333333333 703.3333333333333V1250C1333.3333333333333 1443.1666666666665 1202.5 1619.1666666666667 1000 1701.6666666666667C797.5 1619.1666666666667 666.6666666666666 1443.25 666.6666666666666 1250V703.3333333333335L560.8333333333334 583.3333333333335H1439.1666666666665zM1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 1416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 1000 1083.3333333333335z" />
+ <glyph glyph-name="rocket-fill"
+ unicode="&#xEE16;"
+ horiz-adv-x="2000" d="M444.1666666666667 672.5833333333335A1088.6666666666665 1088.6666666666665 0 0 0 416.6666666666667 916.6666666666669C416.6666666666667 1340.6666666666667 658.5833333333334 1703 1000 1848.5C1341.4166666666667 1703 1583.3333333333333 1340.6666666666667 1583.3333333333333 916.6666666666669C1583.3333333333333 832.5 1573.8333333333333 750.75 1555.8333333333335 672.5833333333335L1724.1666666666667 522.9166666666667A41.666666666666664 41.666666666666664 0 0 0 1732.2500000000002 470.4166666666667L1527.4166666666667 129.0833333333335A41.666666666666664 41.666666666666664 0 0 0 1462.25 121.0833333333335L1274.4166666666667 308.9166666666668A83.33333333333333 83.33333333333333 0 0 1 1215.5 333.3333333333335H784.4999999999999A83.33333333333333 83.33333333333333 0 0 1 725.5833333333333 308.9166666666668L537.7499999999999 121.0833333333335A41.666666666666664 41.666666666666664 0 0 0 472.5833333333333 129.0833333333335L267.75 470.3333333333333A41.666666666666664 41.666666666666664 0 0 0 275.8333333333333 522.9166666666667L444.1666666666666 672.5833333333333zM1000 916.6666666666669A166.66666666666666 166.66666666666666 0 1 1 1000 1250A166.66666666666666 166.66666666666666 0 0 1 1000 916.6666666666669z" />
+ <glyph glyph-name="rocket-line"
+ unicode="&#xEE17;"
+ horiz-adv-x="2000" d="M416.6666666666667 916.6666666666669C416.6666666666667 1340.6666666666667 658.5833333333334 1703 1000 1848.5C1341.4166666666667 1703 1583.3333333333333 1340.6666666666667 1583.3333333333333 916.6666666666669C1583.3333333333333 848.0833333333333 1576.9999999999998 781.1666666666667 1565 716.4166666666667L1726.6666666666667 563.7500000000002A41.666666666666664 41.666666666666664 0 0 0 1734.5833333333333 513.5L1526.6666666666665 132.25A41.666666666666664 41.666666666666664 0 0 0 1460.5833333333333 122.75L1274.4166666666667 308.9166666666668A83.33333333333333 83.33333333333333 0 0 1 1215.5 333.3333333333335H784.4999999999999A83.33333333333333 83.33333333333333 0 0 1 725.5833333333333 308.9166666666668L539.4166666666665 122.75A41.666666666666664 41.666666666666664 0 0 0 473.3333333333332 132.25L265.4166666666666 513.5A41.666666666666664 41.666666666666664 0 0 0 273.3333333333332 563.7500000000002L434.9999999999999 716.4166666666667C423.0833333333333 781.1666666666667 416.6666666666667 848.0833333333333 416.6666666666667 916.6666666666669zM539.6666666666666 358.666666666667L607.75 426.7500000000003A250 250 0 0 0 784.4999999999999 500H1215.4999999999998A250 250 0 0 0 1392.2499999999998 426.75L1460.333333333333 358.6666666666668L1542.1666666666663 508.6666666666667L1450.4999999999995 595.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1401.0833333333328 747C1411.416666666666 802.3333333333333 1416.6666666666663 859.0833333333333 1416.6666666666663 916.6666666666666C1416.6666666666663 1239.1666666666665 1250.4166666666663 1525 999.9999999999995 1663.3333333333333C749.5833333333333 1525 583.3333333333333 1239.1666666666665 583.3333333333333 916.6666666666669C583.3333333333333 859.0833333333333 588.5833333333333 802.3333333333335 598.9166666666666 746.9166666666667A166.66666666666666 166.66666666666666 0 0 0 549.5 595.2500000000002L457.8333333333333 508.6666666666667L539.6666666666666 358.6666666666668zM1000 916.6666666666669A166.66666666666666 166.66666666666666 0 1 0 1000 1250A166.66666666666666 166.66666666666666 0 0 0 1000 916.6666666666669z" />
+ <glyph glyph-name="route-fill"
+ unicode="&#xEE18;"
+ horiz-adv-x="2000" d="M333.3333333333333 750V1291.6666666666667A374.99999999999994 374.99999999999994 0 0 0 1083.3333333333333 1291.6666666666667V708.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1500 708.3333333333335V1264.1666666666667A250.08333333333331 250.08333333333331 0 1 0 1666.6666666666665 1264.1666666666667V708.3333333333335A374.99999999999994 374.99999999999994 0 1 0 916.6666666666666 708.3333333333335V1291.6666666666667A208.33333333333334 208.33333333333334 0 0 1 500 1291.6666666666667V750H750L416.6666666666667 333.3333333333335L83.3333333333333 750H333.3333333333333z" />
+ <glyph glyph-name="route-line"
+ unicode="&#xEE19;"
+ horiz-adv-x="2000" d="M333.3333333333333 750V1291.6666666666667A374.99999999999994 374.99999999999994 0 0 0 1083.3333333333333 1291.6666666666667V708.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1500 708.3333333333335V1264.1666666666667A250.08333333333331 250.08333333333331 0 1 0 1666.6666666666665 1264.1666666666667V708.3333333333335A374.99999999999994 374.99999999999994 0 1 0 916.6666666666666 708.3333333333335V1291.6666666666667A208.33333333333334 208.33333333333334 0 0 1 500 1291.6666666666667V750H750L416.6666666666667 333.3333333333335L83.3333333333333 750H333.3333333333333zM1583.3333333333333 1416.6666666666667A83.33333333333333 83.33333333333333 0 1 1 1583.3333333333333 1583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1583.3333333333333 1416.6666666666667z" />
+ <glyph glyph-name="router-fill"
+ unicode="&#xEE1A;"
+ horiz-adv-x="2000" d="M916.6666666666666 833.3333333333335V1083.3333333333335H1083.3333333333333V833.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 750V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V750A83.33333333333333 83.33333333333333 0 0 0 500 833.3333333333335H916.6666666666666zM209.1666666666666 1263.5833333333335C319.5833333333333 1594.6666666666667 631.9999999999999 1833.3333333333333 1000 1833.3333333333333S1680.5 1594.6666666666667 1790.8333333333335 1263.5833333333335L1632.6666666666667 1210.9166666666667A666.9166666666666 666.9166666666666 0 0 1 367.3333333333336 1210.9166666666667L209.2500000000002 1263.5833333333335zM525.4999999999999 1158.1666666666667A500.25 500.25 0 0 0 1474.4999999999998 1158.1666666666667L1316.3333333333333 1105.4166666666667A333.49999999999994 333.49999999999994 0 0 1 683.6666666666666 1105.4166666666667L525.5 1158.1666666666667z" />
+ <glyph glyph-name="router-line"
+ unicode="&#xEE1B;"
+ horiz-adv-x="2000" d="M916.6666666666666 833.3333333333335V1083.3333333333335H1083.3333333333333V833.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 750V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V750A83.33333333333333 83.33333333333333 0 0 0 500 833.3333333333335H916.6666666666666zM209.1666666666666 1263.5833333333335C319.5833333333333 1594.6666666666667 631.9999999999999 1833.3333333333333 1000 1833.3333333333333S1680.5 1594.6666666666667 1790.8333333333335 1263.5833333333335L1632.6666666666667 1210.9166666666667A666.9166666666666 666.9166666666666 0 0 1 367.3333333333336 1210.9166666666667L209.2500000000002 1263.5833333333335zM525.4999999999999 1158.1666666666667A500.25 500.25 0 0 0 1474.4999999999998 1158.1666666666667L1316.3333333333333 1105.4166666666667A333.49999999999994 333.49999999999994 0 0 1 683.6666666666666 1105.4166666666667L525.5 1158.1666666666667zM583.3333333333333 666.6666666666667V333.3333333333335H1416.6666666666665V666.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="rss-fill"
+ unicode="&#xEE1C;"
+ horiz-adv-x="2000" d="M250 1750C1078.4166666666667 1750 1750 1078.4166666666667 1750 250H1500C1500 940.3333333333334 940.3333333333331 1500 250 1500V1750zM250 1166.6666666666667C756.2499999999999 1166.6666666666667 1166.6666666666665 756.25 1166.6666666666665 250H916.6666666666666A666.6666666666666 666.6666666666666 0 0 1 250 916.6666666666669V1166.6666666666667zM250 583.3333333333335A333.3333333333333 333.3333333333333 0 0 0 583.3333333333333 250H250V583.3333333333335z" />
+ <glyph glyph-name="rss-line"
+ unicode="&#xEE1D;"
+ horiz-adv-x="2000" d="M250 583.3333333333335A333.3333333333333 333.3333333333333 0 0 0 583.3333333333333 250H250V583.3333333333335zM250 1166.6666666666667C756.2499999999999 1166.6666666666667 1166.6666666666665 756.25 1166.6666666666665 250H1000A749.9999999999999 749.9999999999999 0 0 1 250 1000V1166.6666666666667zM250 1750C1078.4166666666667 1750 1750 1078.4166666666667 1750 250H1583.3333333333333C1583.3333333333333 986.4166666666669 986.4166666666666 1583.3333333333335 250 1583.3333333333335V1750z" />
+ <glyph glyph-name="ruler-2-fill"
+ unicode="&#xEE1E;"
+ horiz-adv-x="2000" d="M1250 250H1083.3333333333333V500H916.6666666666666V250H750V416.6666666666668H583.3333333333333V250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V583.3333333333335H416.6666666666667V750H250V916.6666666666669H500V1083.3333333333335H250V1250H416.6666666666667V1416.6666666666667H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 916.6666666666666 1666.6666666666667V916.6666666666669H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 833.3333333333335V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H1416.6666666666665V416.6666666666668H1250V250z" />
+ <glyph glyph-name="ruler-2-line"
+ unicode="&#xEE1F;"
+ horiz-adv-x="2000" d="M1416.6666666666665 416.6666666666668H1583.3333333333333V833.3333333333335H833.3333333333333V1583.3333333333335H416.6666666666667V1416.6666666666667H583.3333333333333V1250H416.6666666666667V1083.3333333333335H666.6666666666666V916.6666666666669H416.6666666666667V750H583.3333333333333V583.3333333333335H416.6666666666667V416.6666666666668H583.3333333333333V583.3333333333335H750V416.6666666666668H916.6666666666666V666.6666666666667H1083.3333333333333V416.6666666666668H1250V583.3333333333335H1416.6666666666665V416.6666666666668zM1000 1000H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 916.6666666666669V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H916.6666666666666A83.33333333333333 83.33333333333333 0 0 0 1000 1666.6666666666667V1000z" />
+ <glyph glyph-name="ruler-fill"
+ unicode="&#xEE20;"
+ horiz-adv-x="2000" d="M410.75 899.4166666666667L587.5 722.6666666666667L705.3333333333334 840.5L528.6666666666666 1017.25L705.3333333333334 1194L941.0833333333334 958.3333333333334L1058.9166666666667 1076.1666666666667L823.3333333333334 1311.9166666666667L1000 1488.6666666666667L1176.75 1311.9166666666667L1294.6666666666667 1429.75L1117.8333333333335 1606.5L1353.5833333333335 1842.25A83.33333333333333 83.33333333333333 0 0 0 1471.416666666667 1842.25L1883.9166666666667 1429.75A83.33333333333333 83.33333333333333 0 0 0 1883.9166666666667 1311.9166666666667L646.4166666666669 74.4166666666667A83.33333333333333 83.33333333333333 0 0 0 528.5833333333336 74.4166666666667L116.0833333333336 486.9166666666667A83.33333333333333 83.33333333333333 0 0 0 116.0833333333336 604.7500000000002L410.7500000000003 899.4166666666667z" />
+ <glyph glyph-name="ruler-line"
+ unicode="&#xEE21;"
+ horiz-adv-x="2000" d="M528.5833333333333 781.5833333333333L292.9166666666667 545.8333333333335L587.5 251.2500000000003L1707.0833333333333 1370.8333333333335L1412.4999999999998 1665.4166666666667L1235.6666666666665 1488.6666666666667L1353.583333333333 1370.8333333333335L1235.6666666666665 1253L1117.8333333333333 1370.8333333333335L941.0833333333331 1194L1117.8333333333333 1017.3333333333336L1000 899.3333333333335L823.2499999999999 1076.0833333333335L646.4166666666666 899.3333333333335L764.3333333333334 781.5L646.4166666666666 663.5833333333335L528.5833333333334 781.5zM1471.4166666666665 1842.25L1883.9166666666663 1429.75A83.33333333333333 83.33333333333333 0 0 0 1883.9166666666663 1311.9166666666667L646.4166666666666 74.4166666666667A83.33333333333333 83.33333333333333 0 0 0 528.5833333333333 74.4166666666667L116.0833333333333 486.9166666666667A83.33333333333333 83.33333333333333 0 0 0 116.0833333333333 604.7500000000002L1353.583333333333 1842.25A83.33333333333333 83.33333333333333 0 0 0 1471.4166666666665 1842.25z" />
+ <glyph glyph-name="run-fill"
+ unicode="&#xEE22;"
+ horiz-adv-x="2000" d="M819.1666666666666 1267.5L666.6666666666666 1212V916.6666666666669H500V1329.1666666666665H501.2499999999999L940.2499999999998 1489C960.5833333333331 1496.75 982.7499999999998 1500.6666666666665 1005.4166666666666 1499.9166666666667A218 218 0 0 0 1207.6666666666665 1348.25C1223.1666666666665 1299.6666666666667 1237.3333333333333 1266.8333333333335 1250.1666666666665 1249.75A415.99999999999994 415.99999999999994 0 0 1 1583.3333333333333 1083.3333333333335V916.6666666666669A582.1666666666665 582.1666666666665 0 0 0 1133.1666666666665 1128.9166666666667L1084.75 854.1666666666667L1250 694.1666666666667V83.3333333333335H1083.3333333333333V582.1666666666667L912.4999999999998 747.7500000000002L833.5833333333333 389.5833333333335L259.0833333333333 490.8333333333335L288.0833333333333 655L698.4166666666666 582.6666666666667L819.1666666666666 1267.5zM1125 1541.6666666666667A166.66666666666666 166.66666666666666 0 1 0 1125 1875A166.66666666666666 166.66666666666666 0 0 0 1125 1541.6666666666667z" />
+ <glyph glyph-name="run-line"
+ unicode="&#xEE23;"
+ horiz-adv-x="2000" d="M819.1666666666666 1267.5L666.6666666666666 1212V916.6666666666669H500V1329.1666666666665H501.2499999999999L940.2499999999998 1489C960.5833333333331 1496.75 982.7499999999998 1500.6666666666665 1005.4166666666666 1499.9166666666667A218 218 0 0 0 1207.6666666666665 1348.25C1223.1666666666665 1299.6666666666667 1237.3333333333333 1266.8333333333335 1250.1666666666665 1249.75A415.99999999999994 415.99999999999994 0 0 1 1583.3333333333333 1083.3333333333335V916.6666666666669A582.1666666666665 582.1666666666665 0 0 0 1133.1666666666665 1128.9166666666667L1075.0833333333333 799.2500000000002L1250 652.5V83.3333333333335H1083.3333333333333V574.8333333333335L894.1666666666666 733.5L833.5833333333333 389.5833333333335L259.0833333333333 490.8333333333335L288.0833333333333 655L698.4166666666666 582.6666666666667L819.1666666666666 1267.5zM1125 1541.6666666666667A166.66666666666666 166.66666666666666 0 1 0 1125 1875A166.66666666666666 166.66666666666666 0 0 0 1125 1541.6666666666667z" />
+ <glyph glyph-name="safari-fill"
+ unicode="&#xEE24;"
+ horiz-adv-x="2000" d="M1391.6666666666665 1433.3333333333335L882.1666666666665 1117.8333333333335L566.6666666666666 608.3333333333335L558 617L440.0833333333333 499.1666666666665L499.0833333333333 440.1666666666668L616.9166666666666 558.0833333333333L608.3333333333333 566.6666666666667L1117.8333333333333 882.0833333333335L1433.3333333333333 1391.6666666666667L1441.9999999999998 1383L1559.9166666666663 1500.8333333333335L1500.9166666666665 1559.8333333333335L1383.083333333333 1441.9166666666667L1391.7499999999998 1433.25zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM958.3333333333331 1750V1583.3333333333335H1041.6666666666665V1750H958.3333333333331zM958.3333333333331 416.6666666666668V250H1041.6666666666665V416.6666666666668H958.3333333333331zM674.4999999999999 1677L738.25 1523L815.2499999999999 1554.8333333333333L751.4999999999999 1708.8333333333333L674.4999999999999 1677zM1184.7499999999998 445.1666666666668L1248.4999999999998 291.1666666666668L1325.4999999999998 323.0000000000003L1261.7499999999998 477L1184.7499999999998 445.1666666666668zM1248.4999999999998 1708.8333333333333L1184.7499999999998 1554.8333333333333L1261.7499999999998 1523L1325.4999999999998 1677L1248.4999999999998 1708.8333333333333zM738.3333333333333 477L674.5833333333331 323.0000000000003L751.5833333333331 291.1666666666668L815.3333333333331 445.1666666666668L738.3333333333333 477zM1750 1041.6666666666667H1583.3333333333333V958.3333333333334H1750V1041.6666666666667zM416.6666666666667 1041.6666666666667H250V958.3333333333334H416.6666666666667V1041.6666666666667zM1704.833333333333 740.4166666666667L1551.9166666666663 806.5833333333335L1518.8333333333333 730.0833333333335L1671.75 663.916666666667L1704.833333333333 740.416666666667zM481.1666666666666 1269.9166666666667L328.3333333333333 1336.0833333333335L295.25 1259.5833333333335L448.1666666666667 1193.4166666666667L481.25 1269.9166666666665zM1676.9999999999998 1325.5L1523 1261.75L1554.8333333333333 1184.75L1708.8333333333333 1248.5L1676.9999999999998 1325.5zM445.1666666666667 815.25L291.1666666666667 751.5L323 674.5L477 738.25L445.1666666666667 815.25zM1559.8333333333333 499.1666666666665L1441.9166666666667 617L1383 558.0833333333333L1500.8333333333335 440.1666666666668L1559.8333333333333 499.1666666666665zM617 1441.9166666666667L499.1666666666666 1559.8333333333335L440.1666666666667 1500.8333333333335L558.0833333333333 1383L617 1441.9166666666667zM942.6666666666666 1057.3333333333333L1243.5833333333333 1243.5833333333333L1057.3333333333333 942.75L942.6666666666669 1057.3333333333333z" />
+ <glyph glyph-name="safari-line"
+ unicode="&#xEE25;"
+ horiz-adv-x="2000" d="M1484.3333333333333 1458.0833333333335L1117.8333333333335 882.1666666666667L541.9166666666667 515.666666666667A664.4166666666666 664.4166666666666 0 0 1 916.6666666666666 338.5000000000003V500H1083.3333333333333V338.5000000000003A663.3333333333333 663.3333333333333 0 0 1 1408.8333333333333 473.3333333333335L1294.6666666666665 587.5000000000002L1412.4999999999998 705.3333333333335L1526.6666666666665 591.1666666666667A663.3333333333333 663.3333333333333 0 0 1 1661.4999999999998 916.6666666666669H1500V1083.3333333333335H1661.4999999999998A664.4166666666666 664.4166666666666 0 0 1 1484.333333333333 1458.0833333333335zM1458.0833333333333 1484.3333333333335A664.4166666666666 664.4166666666666 0 0 1 1083.3333333333333 1661.5V1500H916.6666666666666V1661.5A663.3333333333333 663.3333333333333 0 0 1 591.1666666666666 1526.6666666666667L705.3333333333334 1412.5L587.5 1294.6666666666665L473.3333333333333 1408.8333333333335A663.3333333333333 663.3333333333333 0 0 1 338.5 1083.3333333333335H500V916.6666666666669H338.5A664.4166666666666 664.4166666666666 0 0 1 515.6666666666667 541.9166666666667L882.1666666666666 1117.8333333333335L1458.0833333333333 1484.3333333333333zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668z" />
+ <glyph glyph-name="safe-2-fill"
+ unicode="&#xEE26;"
+ horiz-adv-x="2000" d="M833.3333333333333 333.3333333333335H500V166.6666666666668H333.3333333333333V333.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 416.6666666666668V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H833.3333333333333V1867.5A41.666666666666664 41.666666666666664 0 0 0 881.8333333333334 1908.5833333333333L1763.6666666666667 1761.5833333333335A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1679.4166666666667V1500H1916.6666666666663V1333.3333333333335H1833.3333333333333V750H1916.6666666666663V583.3333333333335H1833.3333333333333V403.916666666667A83.33333333333333 83.33333333333333 0 0 0 1763.6666666666667 321.7500000000003L1666.6666666666665 305.5833333333335V166.6666666666668H1500V277.75L881.8333333333334 174.75A41.666666666666664 41.666666666666664 0 0 0 833.3333333333333 215.8333333333335V333.3333333333335zM1000 363.3333333333335L1666.6666666666665 474.5V1608.8333333333335L1000 1719.9166666666667V363.4166666666668zM1375 833.3333333333335C1306 833.3333333333335 1250 926.6666666666669 1250 1041.6666666666667S1306 1250 1375 1250S1500 1156.6666666666665 1500 1041.6666666666667S1443.9999999999998 833.3333333333335 1375 833.3333333333335z" />
+ <glyph glyph-name="safe-2-line"
+ unicode="&#xEE27;"
+ horiz-adv-x="2000" d="M1666.6666666666665 305.5833333333335V166.6666666666668H1500V277.75L881.8333333333334 174.75A41.666666666666664 41.666666666666664 0 0 0 833.3333333333333 215.8333333333335V333.3333333333335H500V166.6666666666668H333.3333333333333V333.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 416.6666666666668V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H833.3333333333333V1867.5A41.666666666666664 41.666666666666664 0 0 0 881.8333333333334 1908.5833333333333L1763.6666666666667 1761.5833333333335A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1679.4166666666667V1500H1916.6666666666663V1333.3333333333335H1833.3333333333333V750H1916.6666666666663V583.3333333333335H1833.3333333333333V403.916666666667A83.33333333333333 83.33333333333333 0 0 0 1763.6666666666667 321.7500000000003L1666.6666666666665 305.5833333333335zM333.3333333333333 1583.3333333333335V500H833.3333333333333V1583.3333333333335H333.3333333333333zM1000 363.3333333333335L1666.6666666666665 474.5V1608.8333333333335L1000 1719.9166666666667V363.4166666666668zM1375 833.3333333333335C1306 833.3333333333335 1250 926.6666666666669 1250 1041.6666666666667S1306 1250 1375 1250S1500 1156.6666666666665 1500 1041.6666666666667S1443.9999999999998 833.3333333333335 1375 833.3333333333335z" />
+ <glyph glyph-name="safe-fill"
+ unicode="&#xEE28;"
+ horiz-adv-x="2000" d="M1500 333.3333333333335H500V166.6666666666668H333.3333333333333V333.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 416.6666666666668V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1750 333.3333333333335H1666.6666666666665V166.6666666666668H1500V333.3333333333335zM916.6666666666666 843.8333333333335V583.3333333333335H1083.3333333333333V843.8333333333333A333.49999999999994 333.49999999999994 0 0 1 1000 1500A333.3333333333333 333.3333333333333 0 0 1 916.6666666666666 843.8333333333335zM1000 1000A166.66666666666666 166.66666666666666 0 1 0 1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1000 1000z" />
+ <glyph glyph-name="safe-line"
+ unicode="&#xEE29;"
+ horiz-adv-x="2000" d="M1500 333.3333333333335H500V166.6666666666668H333.3333333333333V333.3333333333335H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 416.6666666666668V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1750 333.3333333333335H1666.6666666666665V166.6666666666668H1500V333.3333333333335zM333.3333333333333 500H1666.6666666666665V1583.3333333333335H333.3333333333333V500zM1083.3333333333333 843.8333333333335V583.3333333333335H916.6666666666666V843.8333333333333A333.49999999999994 333.49999999999994 0 0 0 1000 1500A333.3333333333333 333.3333333333333 0 0 0 1083.3333333333333 843.8333333333335zM1000 1000A166.66666666666666 166.66666666666666 0 1 1 1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1000 1000z" />
+ <glyph glyph-name="sailboat-fill"
+ unicode="&#xEE2A;"
+ horiz-adv-x="2000" d="M250 500H1750A41.666666666666664 41.666666666666664 0 0 0 1783.333333333333 433.3333333333333L1608.333333333333 200A83.33333333333333 83.33333333333333 0 0 0 1541.6666666666663 166.6666666666668H458.333333333333A83.33333333333333 83.33333333333333 0 0 0 391.6666666666664 200L216.6666666666664 433.3333333333333A41.666666666666664 41.666666666666664 0 0 0 250 500zM1250 1797.9166666666667V750A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 666.6666666666667H336.6666666666667A41.666666666666664 41.666666666666664 0 0 0 304.1666666666667 734.3333333333333L1175.8333333333333 1823.9166666666667A41.666666666666664 41.666666666666664 0 0 0 1250 1797.9166666666667z" />
+ <glyph glyph-name="sailboat-line"
+ unicode="&#xEE2B;"
+ horiz-adv-x="2000" d="M250 500H1750A41.666666666666664 41.666666666666664 0 0 0 1783.333333333333 433.3333333333333L1608.333333333333 200A83.33333333333333 83.33333333333333 0 0 0 1541.6666666666663 166.6666666666668H458.333333333333A83.33333333333333 83.33333333333333 0 0 0 391.6666666666664 200L216.6666666666664 433.3333333333333A41.666666666666664 41.666666666666664 0 0 0 250 500zM596.7499999999999 833.3333333333335H1083.3333333333333V1441.5L596.7499999999999 833.3333333333335zM1250 1797.9166666666667V750A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 666.6666666666667H336.6666666666667A41.666666666666664 41.666666666666664 0 0 0 304.1666666666667 734.3333333333333L1175.8333333333333 1823.9166666666667A41.666666666666664 41.666666666666664 0 0 0 1250 1797.9166666666667z" />
+ <glyph glyph-name="save-2-fill"
+ unicode="&#xEE2C;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1416.6666666666665L1725.5833333333333 1441.0833333333335A83.33333333333333 83.33333333333333 0 0 0 1750 1382.1666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM1000 500A250 250 0 1 1 1000 1000A250 250 0 0 1 1000 500zM416.6666666666667 1583.3333333333335V1250H1250V1583.3333333333335H416.6666666666667z" />
+ <glyph glyph-name="save-2-line"
+ unicode="&#xEE2D;"
+ horiz-adv-x="2000" d="M416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1347.6666666666665L1347.6666666666667 1583.3333333333335H416.6666666666667zM333.3333333333333 1750H1416.6666666666665L1725.5833333333333 1441.0833333333335A83.33333333333333 83.33333333333333 0 0 0 1750 1382.1666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM1000 500A250 250 0 1 0 1000 1000A250 250 0 0 0 1000 500zM500 1500H1250V1166.6666666666667H500V1500z" />
+ <glyph glyph-name="save-3-fill"
+ unicode="&#xEE2E;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1500L1725.5833333333333 1524.4166666666667A83.33333333333333 83.33333333333333 0 0 0 1750 1465.5V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM583.3333333333333 1666.6666666666667V1250H1333.3333333333333V1666.6666666666667H583.3333333333333zM500 1000V416.6666666666668H1500V1000H500zM1083.3333333333333 1583.3333333333335H1250V1333.3333333333335H1083.3333333333333V1583.3333333333335z" />
+ <glyph glyph-name="save-3-line"
+ unicode="&#xEE2F;"
+ horiz-adv-x="2000" d="M1500 416.6666666666668H1583.3333333333333V1431L1431 1583.3333333333335H1333.3333333333333V1250H583.3333333333333V1583.3333333333335H416.6666666666667V416.6666666666668H500V1000H1500V416.6666666666668zM333.3333333333333 1750H1500L1725.5833333333333 1524.4166666666667A83.33333333333333 83.33333333333333 0 0 0 1750 1465.5V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM666.6666666666666 833.3333333333335V416.6666666666668H1333.3333333333333V833.3333333333335H666.6666666666666z" />
+ <glyph glyph-name="save-fill"
+ unicode="&#xEE30;"
+ horiz-adv-x="2000" d="M1500 250V916.6666666666669H500V250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1416.6666666666665L1750 1416.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H1500zM1333.3333333333333 250H666.6666666666666V750H1333.3333333333333V250z" />
+ <glyph glyph-name="save-line"
+ unicode="&#xEE31;"
+ horiz-adv-x="2000" d="M583.3333333333333 416.6666666666668V916.6666666666669H1416.6666666666665V416.6666666666668H1583.3333333333333V1347.6666666666665L1347.6666666666667 1583.3333333333335H416.6666666666667V416.6666666666668H583.3333333333333zM333.3333333333333 1750H1416.6666666666665L1750 1416.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM750 750V416.6666666666668H1250V750H750z" />
+ <glyph glyph-name="scan-2-fill"
+ unicode="&#xEE32;"
+ horiz-adv-x="2000" d="M354.75 1527.4166666666667L532.8333333333333 1349.3333333333335A583.3333333333334 583.3333333333334 0 1 1 650.6666666666666 1467.1666666666667L472.4999999999999 1645.25A829.9166666666666 829.9166666666666 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1200.0833333333335 237.1666666666667 1383.75 354.75 1527.4166666666667zM652.3333333333333 1229.75L1000 882.1666666666667L1117.8333333333333 1000L770.25 1347.6666666666665A416.6666666666667 416.6666666666667 0 1 0 652.4166666666666 1229.8333333333333z" />
+ <glyph glyph-name="scan-2-line"
+ unicode="&#xEE33;"
+ horiz-adv-x="2000" d="M472.5833333333333 1645.25L1117.8333333333333 1000L1000 882.1666666666667L712.8333333333334 1169.3333333333335A333.3333333333333 333.3333333333333 0 1 1 1020.9166666666669 1332.6666666666667L870.5000000000001 1483.0833333333335A500 500 0 1 0 592.4166666666667 1289.75L473.3333333333333 1408.8333333333335A666.6666666666666 666.6666666666666 0 1 1 739.6666666666666 1613.9166666666665L614.4999999999999 1739A829.7500000000001 829.7500000000001 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000A831.6666666666665 831.6666666666665 0 0 0 472.5833333333333 1645.25z" />
+ <glyph glyph-name="scan-fill"
+ unicode="&#xEE34;"
+ horiz-adv-x="2000" d="M354.75 1527.4166666666667L1000 882.1666666666667L1117.8333333333333 1000L472.5833333333333 1645.25A829.9166666666666 829.9166666666666 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1200.0833333333335 237.1666666666667 1383.75 354.75 1527.4166666666667z" />
+ <glyph glyph-name="scan-line"
+ unicode="&#xEE35;"
+ horiz-adv-x="2000" d="M472.5833333333333 1645.25L1117.8333333333333 1000L1000 882.1666666666667L473.3333333333333 1408.8333333333335A666.6666666666666 666.6666666666666 0 1 1 782.1666666666665 1630.3333333333335L654.1666666666666 1758.3333333333333A830.2499999999999 830.2499999999999 0 0 0 1000 1833.3333333333333C1460.25 1833.3333333333333 1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000A831.6666666666665 831.6666666666665 0 0 0 472.5833333333333 1645.25z" />
+ <glyph glyph-name="scissors-2-fill"
+ unicode="&#xEE36;"
+ horiz-adv-x="2000" d="M1000 823.25L806.9166666666666 630.1666666666665A333.3333333333333 333.3333333333333 0 1 0 630.1666666666666 806.9166666666665L823.3333333333334 1000L350.8333333333333 1472.25A166.66666666666666 166.66666666666666 0 0 0 350.8333333333333 1708L409.8333333333333 1766.9166666666667L1000 1176.6666666666665L1590.0833333333333 1766.8333333333333L1649.083333333333 1707.9166666666665A166.66666666666666 166.66666666666666 0 0 0 1649.083333333333 1472.1666666666665L1176.6666666666665 1000L1369.7499999999998 806.9166666666667A333.3333333333333 333.3333333333333 0 1 0 1192.9999999999998 630.1666666666667L1000 823.3333333333335zM500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 500 333.3333333333335zM1500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1500 333.3333333333335z" />
+ <glyph glyph-name="scissors-2-line"
+ unicode="&#xEE37;"
+ horiz-adv-x="2000" d="M1000 882.1666666666667L787.1666666666666 669.3333333333335A333.3333333333333 333.3333333333333 0 1 0 669.3333333333333 787.1666666666667L882.1666666666666 1000L380.4166666666667 1501.6666666666667A166.66666666666666 166.66666666666666 0 0 0 380.4166666666667 1737.5L1000 1117.75L1619.583333333333 1737.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1619.583333333333 1501.6666666666667L1117.9166666666665 1000L1330.6666666666665 787.1666666666667A333.3333333333333 333.3333333333333 0 1 0 1212.8333333333333 669.3333333333335L1000 882.1666666666667zM500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 500 333.3333333333335zM1500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1500 333.3333333333335z" />
+ <glyph glyph-name="scissors-cut-fill"
+ unicode="&#xEE38;"
+ horiz-adv-x="2000" d="M823.2499999999999 1000L630.1666666666666 1193.0833333333335A333.3333333333333 333.3333333333333 0 1 0 806.9166666666666 1369.8333333333335L1000 1176.6666666666665L1531.1666666666665 1707.9166666666665A166.66666666666666 166.66666666666666 0 0 0 1766.9166666666665 1707.9166666666665L1825.8333333333333 1649L806.9166666666666 630.1666666666667A333.3333333333333 333.3333333333333 0 1 0 630.1666666666666 806.916666666667L823.3333333333334 1000zM500 1333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 500 1666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 500 1333.3333333333335zM500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 500 333.3333333333335zM1294.5833333333333 882.25L1825.8333333333333 350.9166666666668L1766.9166666666665 292A166.66666666666666 166.66666666666666 0 0 0 1531.1666666666665 292L1117.833333333333 705.4166666666665L1294.4999999999998 882.25zM1333.3333333333333 1083.3333333333335H1500V916.6666666666669H1333.3333333333333V1083.3333333333335zM1666.6666666666665 1083.3333333333335H1833.3333333333333V916.6666666666669H1666.6666666666665V1083.3333333333335zM500 1083.3333333333335H666.6666666666666V916.6666666666669H500V1083.3333333333335zM166.6666666666667 1083.3333333333335H333.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335z" />
+ <glyph glyph-name="scissors-cut-line"
+ unicode="&#xEE39;"
+ horiz-adv-x="2000" d="M833.3333333333333 1500C833.3333333333333 1439 816.9166666666667 1381.75 788.3333333333334 1332.5L1000 1117.9166666666665L1560.6666666666667 1678.5833333333333A166.66666666666666 166.66666666666666 0 0 0 1796.3333333333333 1678.5833333333333L787.1666666666667 669.4166666666667A333.3333333333333 333.3333333333333 0 1 0 669.3333333333335 787.25L882.1666666666666 1000L669.3333333333333 1212.8333333333335A333.3333333333333 333.3333333333333 0 1 0 833.3333333333333 1500zM666.6666666666666 1500A166.66666666666666 166.66666666666666 0 1 1 333.3333333333333 1500A166.66666666666666 166.66666666666666 0 0 1 666.6666666666666 1500zM1796.333333333333 321.5000000000003A166.66666666666666 166.66666666666666 0 0 0 1560.6666666666665 321.5000000000003L1117.583333333333 764.5L1235.4999999999998 882.4166666666665L1796.333333333333 321.4999999999998zM1333.3333333333333 1083.3333333333335H1500V916.6666666666669H1333.3333333333333V1083.3333333333335zM1666.6666666666665 1083.3333333333335H1833.3333333333333V916.6666666666669H1666.6666666666665V1083.3333333333335zM500 1083.3333333333335H666.6666666666666V916.6666666666669H500V1083.3333333333335zM166.6666666666667 1083.3333333333335H333.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335zM500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 500 333.3333333333335z" />
+ <glyph glyph-name="scissors-fill"
+ unicode="&#xEE3A;"
+ horiz-adv-x="2000" d="M806.9166666666666 1369.8333333333335L1000 1176.6666666666665L1531.1666666666665 1707.9166666666665A166.66666666666666 166.66666666666666 0 0 0 1766.9166666666665 1707.9166666666665L1825.8333333333333 1649L806.9166666666666 630.1666666666667A333.3333333333333 333.3333333333333 0 1 0 630.1666666666666 806.916666666667L823.3333333333334 1000L630.1666666666666 1193.0833333333335A333.3333333333333 333.3333333333333 0 1 0 806.9166666666666 1369.8333333333335zM500 1333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 500 1666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 500 1333.3333333333335zM500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 500 333.3333333333335zM1294.5833333333333 882.25L1825.8333333333333 350.9166666666668L1766.9166666666665 292A166.66666666666666 166.66666666666666 0 0 0 1531.1666666666665 292L1117.833333333333 705.4166666666665L1294.4999999999998 882.25z" />
+ <glyph glyph-name="scissors-line"
+ unicode="&#xEE3B;"
+ horiz-adv-x="2000" d="M787.1666666666666 1330.6666666666667L1000 1117.8333333333335L1560.6666666666667 1678.5A166.66666666666666 166.66666666666666 0 0 0 1796.3333333333333 1678.5L787.1666666666667 669.3333333333335A333.3333333333333 333.3333333333333 0 1 0 669.3333333333335 787.1666666666667L882.1666666666666 1000L669.3333333333333 1212.8333333333335A333.3333333333333 333.3333333333333 0 1 0 787.1666666666666 1330.6666666666667zM1235.5 882.3333333333335L1796.3333333333333 321.5000000000003A166.66666666666666 166.66666666666666 0 0 0 1560.6666666666667 321.5000000000003L1117.5833333333335 764.5L1235.5 882.4166666666665zM617.8333333333334 617.8333333333335A166.66666666666666 166.66666666666666 0 1 1 382.1666666666667 382.166666666667A166.66666666666666 166.66666666666666 0 0 1 617.8333333333333 617.8333333333335zM617.8333333333334 1382.166666666667A166.66666666666666 166.66666666666666 0 1 1 382.1666666666667 1617.8333333333335A166.66666666666666 166.66666666666666 0 0 1 617.8333333333333 1382.166666666667z" />
+ <glyph glyph-name="screenshot-2-fill"
+ unicode="&#xEE3C;"
+ horiz-adv-x="2000" d="M250 1750H416.6666666666667V1583.3333333333335H250V1750zM583.3333333333333 1750H750V1583.3333333333335H583.3333333333333V1750zM916.6666666666666 1750H1083.3333333333333V1583.3333333333335H916.6666666666666V1750zM1250 1750H1416.6666666666665V1583.3333333333335H1250V1750zM1583.3333333333333 1750H1750V1583.3333333333335H1583.3333333333333V1750zM1583.3333333333333 1416.6666666666667H1750V1250H1583.3333333333333V1416.6666666666667zM250 416.6666666666668H416.6666666666667V250H250V416.6666666666668zM250 750H416.6666666666667V583.3333333333335H250V750zM250 1083.3333333333335H416.6666666666667V916.6666666666669H250V1083.3333333333335zM250 1416.6666666666667H416.6666666666667V1250H250V1416.6666666666667zM888.9166666666666 1083.3333333333335L975.2499999999998 1212.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1044.5833333333333 1250H1288.75A83.33333333333333 83.33333333333333 0 0 0 1358.0833333333333 1212.9166666666667L1444.4166666666665 1083.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1000V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H666.6666666666666A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 333.3333333333335V1000A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1083.3333333333335H888.9166666666666zM1166.6666666666665 500A166.66666666666666 166.66666666666666 0 1 1 1166.6666666666665 833.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1166.6666666666665 500z" />
+ <glyph glyph-name="screenshot-2-line"
+ unicode="&#xEE3D;"
+ horiz-adv-x="2000" d="M250 1750H416.6666666666667V1583.3333333333335H250V1750zM583.3333333333333 1750H750V1583.3333333333335H583.3333333333333V1750zM916.6666666666666 1750H1083.3333333333333V1583.3333333333335H916.6666666666666V1750zM1250 1750H1416.6666666666665V1583.3333333333335H1250V1750zM1583.3333333333333 1750H1750V1583.3333333333335H1583.3333333333333V1750zM1583.3333333333333 1416.6666666666667H1750V1250H1583.3333333333333V1416.6666666666667zM250 416.6666666666668H416.6666666666667V250H250V416.6666666666668zM250 750H416.6666666666667V583.3333333333335H250V750zM250 1083.3333333333335H416.6666666666667V916.6666666666669H250V1083.3333333333335zM250 1416.6666666666667H416.6666666666667V1250H250V1416.6666666666667zM888.9166666666666 1083.3333333333335L975.2499999999998 1212.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1044.5833333333333 1250H1288.75A83.33333333333333 83.33333333333333 0 0 0 1358.0833333333333 1212.9166666666667L1444.4166666666665 1083.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1000V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H666.6666666666666A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 333.3333333333335V1000A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1083.3333333333335H888.9166666666666zM750 416.6666666666668H1583.3333333333333V916.6666666666669H1355.2499999999998L1244.1666666666665 1083.3333333333335H1089.1666666666665L978.0833333333331 916.6666666666669H750V416.6666666666668zM1166.6666666666665 500A166.66666666666666 166.66666666666666 0 1 0 1166.6666666666665 833.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1166.6666666666665 500z" />
+ <glyph glyph-name="screenshot-fill"
+ unicode="&#xEE3E;"
+ horiz-adv-x="2000" d="M999.4166666666666 799.4166666666667L870.0833333333334 670.0833333333335A333.3333333333333 333.3333333333333 0 1 0 751.9166666666667 787.5833333333335L881.5 917.2500000000002L621.1666666666666 1177.666666666667A125 125 0 0 0 621.1666666666666 1354.416666666667L650.6666666666667 1383.916666666667L999.4166666666666 1035.166666666667L1348.5 1384.2500000000002L1377.916666666667 1354.7500000000002A125 125 0 0 0 1377.916666666667 1178.0833333333335L1117.2500000000002 917.2500000000002L1247.3333333333335 787.2500000000002A333.3333333333333 333.3333333333333 0 1 0 1129.5000000000002 669.4166666666667L999.416666666667 799.416666666667zM1583.3333333333333 916.6666666666669V1583.3333333333335H416.6666666666667V916.6666666666669H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V916.6666666666669H1583.3333333333333zM583.3333333333333 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 583.3333333333333 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 583.3333333333333 333.3333333333335zM1416.6666666666665 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1416.6666666666665 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1416.6666666666665 333.3333333333335z" />
+ <glyph glyph-name="screenshot-line"
+ unicode="&#xEE3F;"
+ horiz-adv-x="2000" d="M999.4166666666666 799.4166666666667L870.0833333333334 670.0833333333335A333.3333333333333 333.3333333333333 0 1 0 751.9166666666667 787.5833333333335L881.5 917.2500000000002L532.7500000000001 1266L650.6666666666667 1383.9166666666667L999.4166666666669 1035.1666666666667L1348.5 1384.25L1466.3333333333335 1266.4166666666667L1117.1666666666667 917.2500000000002L1247.3333333333335 787.2500000000002A333.3333333333333 333.3333333333333 0 1 0 1129.5 669.4166666666667L999.4166666666669 799.416666666667zM583.3333333333333 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 583.3333333333333 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 583.3333333333333 333.3333333333335zM1416.6666666666665 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1416.6666666666665 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1416.6666666666665 333.3333333333335zM1583.3333333333333 916.6666666666669V1583.3333333333335H416.6666666666667V916.6666666666669H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V916.6666666666669H1583.3333333333333z" />
+ <glyph glyph-name="sd-card-fill"
+ unicode="&#xEE40;"
+ horiz-adv-x="2000" d="M357.75 1441.0833333333335L750 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1382.1666666666667A83.33333333333333 83.33333333333333 0 0 0 357.75 1441.0833333333335zM1250 1583.3333333333335V1250H1416.6666666666665V1583.3333333333335H1250zM1000 1583.3333333333335V1250H1166.6666666666665V1583.3333333333335H1000zM750 1583.3333333333335V1250H916.6666666666666V1583.3333333333335H750z" />
+ <glyph glyph-name="sd-card-line"
+ unicode="&#xEE41;"
+ horiz-adv-x="2000" d="M500 1347.6666666666665V333.3333333333335H1500V1666.6666666666667H818.9999999999999L500 1347.6666666666665zM357.75 1441L750 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1382.1666666666667A83.33333333333333 83.33333333333333 0 0 0 357.75 1441.0833333333335zM1250 1583.3333333333335H1416.6666666666665V1250H1250V1583.3333333333335zM1000 1583.3333333333335H1166.6666666666665V1250H1000V1583.3333333333335zM750 1500H916.6666666666666V1250H750V1500z" />
+ <glyph glyph-name="sd-card-mini-fill"
+ unicode="&#xEE42;"
+ horiz-adv-x="2000" d="M583.3333333333333 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V965A83.33333333333333 83.33333333333333 0 0 0 357.6666666666667 1023.8333333333334L487.8333333333333 1154.5A41.666666666666664 41.666666666666664 0 0 1 500 1183.9166666666667V1750A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1833.3333333333333zM1250 1666.6666666666667V1333.3333333333335H1416.6666666666665V1666.6666666666667H1250zM1000 1666.6666666666667V1333.3333333333335H1166.6666666666665V1666.6666666666667H1000zM750 1666.6666666666667V1333.3333333333335H916.6666666666666V1666.6666666666667H750z" />
+ <glyph glyph-name="sd-card-mini-line"
+ unicode="&#xEE43;"
+ horiz-adv-x="2000" d="M666.6666666666666 1666.6666666666667V1183.9166666666667A208.33333333333334 208.33333333333334 0 0 0 605.8333333333333 1036.8333333333335L500 930.5833333333334V333.3333333333335H1500V1666.6666666666667H666.6666666666666zM583.3333333333333 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V965A83.33333333333333 83.33333333333333 0 0 0 357.6666666666667 1023.8333333333334L487.8333333333333 1154.5A41.666666666666664 41.666666666666664 0 0 1 500 1183.9166666666667V1750A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1833.3333333333333zM1250 1583.3333333333335H1416.6666666666665V1250H1250V1583.3333333333335zM1000 1583.3333333333335H1166.6666666666665V1250H1000V1583.3333333333335zM750 1583.3333333333335H916.6666666666666V1250H750V1583.3333333333335z" />
+ <glyph glyph-name="search-2-fill"
+ unicode="&#xEE44;"
+ horiz-adv-x="2000" d="M916.6666666666666 1833.3333333333333C1330.6666666666665 1833.3333333333333 1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335S1330.6666666666665 333.3333333333335 916.6666666666666 333.3333333333335S166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333zM1623.7499999999998 494.0833333333333L1859.5 258.4166666666668L1741.5833333333333 140.5L1505.9166666666667 376.2500000000003L1623.7500000000002 494.0833333333335z" />
+ <glyph glyph-name="search-2-line"
+ unicode="&#xEE45;"
+ horiz-adv-x="2000" d="M916.6666666666666 1833.3333333333333C1330.6666666666665 1833.3333333333333 1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335S1330.6666666666665 333.3333333333335 916.6666666666666 333.3333333333335S166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333zM916.6666666666666 500C1238.9166666666667 500 1500 761.0833333333333 1500 1083.3333333333335C1500 1405.6666666666667 1238.9166666666667 1666.6666666666667 916.6666666666666 1666.6666666666667C594.3333333333333 1666.6666666666667 333.3333333333333 1405.6666666666667 333.3333333333333 1083.3333333333335C333.3333333333333 761.0833333333333 594.3333333333333 500 916.6666666666666 500zM1623.7499999999998 494.0833333333333L1859.5 258.4166666666668L1741.5833333333333 140.5L1505.9166666666667 376.2500000000003L1623.7500000000002 494.0833333333335z" />
+ <glyph glyph-name="search-eye-fill"
+ unicode="&#xEE46;"
+ horiz-adv-x="2000" d="M1502.5833333333333 615.25L1859.5 258.4166666666668L1741.5833333333333 140.5L1384.75 497.4166666666667A746.6666666666666 746.6666666666666 0 0 0 916.6666666666666 333.3333333333335C502.6666666666666 333.3333333333335 166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333S1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335A746.6666666666666 746.6666666666666 0 0 0 1502.5833333333333 615.25zM1014.8333333333331 1401.9166666666665A333.3333333333333 333.3333333333333 0 1 1 1235.333333333333 1181.4166666666665A166.66666666666666 166.66666666666666 0 1 0 1014.833333333333 1402z" />
+ <glyph glyph-name="search-eye-line"
+ unicode="&#xEE47;"
+ horiz-adv-x="2000" d="M1502.5833333333333 615.25L1859.5 258.4166666666668L1741.5833333333333 140.5L1384.75 497.4166666666667A746.6666666666666 746.6666666666666 0 0 0 916.6666666666666 333.3333333333335C502.6666666666666 333.3333333333335 166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333S1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335A746.6666666666666 746.6666666666666 0 0 0 1502.5833333333333 615.25zM1335.4166666666665 677.0833333333335A581.4166666666666 581.4166666666666 0 0 1 1500 1083.3333333333335C1500 1405.6666666666667 1238.9166666666667 1666.6666666666667 916.6666666666666 1666.6666666666667C594.3333333333333 1666.6666666666667 333.3333333333333 1405.6666666666667 333.3333333333333 1083.3333333333335C333.3333333333333 761.0833333333333 594.3333333333333 500 916.6666666666666 500A581.4166666666666 581.4166666666666 0 0 1 1322.9166666666665 664.5833333333335L1335.4166666666665 677.0833333333335zM1014.8333333333331 1402A166.66666666666666 166.66666666666666 0 1 1 1235.333333333333 1181.5A333.3333333333333 333.3333333333333 0 1 0 1014.833333333333 1402z" />
+ <glyph glyph-name="search-fill"
+ unicode="&#xEE48;"
+ horiz-adv-x="2000" d="M1502.5833333333333 615.25L1859.5 258.4166666666668L1741.5833333333333 140.5L1384.75 497.4166666666667A746.6666666666666 746.6666666666666 0 0 0 916.6666666666666 333.3333333333335C502.6666666666666 333.3333333333335 166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333S1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335A746.6666666666666 746.6666666666666 0 0 0 1502.5833333333333 615.25z" />
+ <glyph glyph-name="search-line"
+ unicode="&#xEE49;"
+ horiz-adv-x="2000" d="M1502.5833333333333 615.25L1859.5 258.4166666666668L1741.5833333333333 140.5L1384.75 497.4166666666667A746.6666666666666 746.6666666666666 0 0 0 916.6666666666666 333.3333333333335C502.6666666666666 333.3333333333335 166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333S1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335A746.6666666666666 746.6666666666666 0 0 0 1502.5833333333333 615.25zM1335.4166666666665 677.0833333333335A581.4166666666666 581.4166666666666 0 0 1 1500 1083.3333333333335C1500 1405.6666666666667 1238.9166666666667 1666.6666666666667 916.6666666666666 1666.6666666666667C594.3333333333333 1666.6666666666667 333.3333333333333 1405.6666666666667 333.3333333333333 1083.3333333333335C333.3333333333333 761.0833333333333 594.3333333333333 500 916.6666666666666 500A581.4166666666666 581.4166666666666 0 0 1 1322.9166666666665 664.5833333333335L1335.4166666666665 677.0833333333335z" />
+ <glyph glyph-name="send-plane-2-fill"
+ unicode="&#xEE4A;"
+ horiz-adv-x="2000" d="M250 916.6666666666669H750V1083.3333333333335H250V1846.1666666666667A41.666666666666664 41.666666666666664 0 0 0 311.75 1882.6666666666667L1850.2499999999995 1036.5A41.666666666666664 41.666666666666664 0 0 0 1850.2499999999995 963.5000000000002L311.75 117.3333333333335A41.666666666666664 41.666666666666664 0 0 0 250 153.8333333333335V916.6666666666669z" />
+ <glyph glyph-name="send-plane-2-line"
+ unicode="&#xEE4B;"
+ horiz-adv-x="2000" d="M311.75 1882.6666666666667L1850.2499999999995 1036.5A41.666666666666664 41.666666666666664 0 0 0 1850.2499999999995 963.5000000000002L311.75 117.3333333333335A41.666666666666664 41.666666666666664 0 0 0 250 153.8333333333335V1846.1666666666667A41.666666666666664 41.666666666666664 0 0 0 311.75 1882.6666666666667zM416.6666666666667 916.6666666666669V365.25L1570.8333333333333 1000L416.6666666666667 1634.75V1083.3333333333335H833.3333333333333V916.6666666666669H416.6666666666667z" />
+ <glyph glyph-name="send-plane-fill"
+ unicode="&#xEE4C;"
+ horiz-adv-x="2000" d="M162.1666666666667 1223.75C118.6666666666667 1238.25 118.25 1261.6666666666667 163 1276.5833333333335L1753.5833333333333 1806.75C1797.6666666666665 1821.4166666666667 1822.9166666666663 1796.75 1810.5833333333333 1753.5833333333335L1356.0833333333333 163.0833333333335C1343.5833333333333 119.0000000000002 1318.1666666666665 117.5000000000002 1299.4999999999998 159.3333333333333L1000 833.3333333333335L1500 1500L833.3333333333333 1000L162.1666666666666 1223.75z" />
+ <glyph glyph-name="send-plane-line"
+ unicode="&#xEE4D;"
+ horiz-adv-x="2000" d="M160.25 1219.1666666666667C117.75 1236.25 118.25 1261.6666666666667 163.0833333333334 1276.5833333333335L1753.5833333333333 1806.75C1797.6666666666665 1821.4166666666667 1822.9166666666663 1796.75 1810.5833333333333 1753.5833333333335L1356.0833333333333 163.0833333333335C1343.5833333333333 119.0000000000002 1316.5 117 1296.3333333333333 157.2500000000002L916.6666666666666 916.6666666666669L160.25 1219.1666666666667zM567.75 1235.8333333333335L1037.4166666666665 1047.9166666666665L1290.75 541.0833333333333L1586.25 1575.25L567.6666666666666 1235.8333333333335z" />
+ <glyph glyph-name="sensor-fill"
+ unicode="&#xEE4E;"
+ horiz-adv-x="2000" d="M500 1333.3333333333335V1166.6666666666667H1500V1333.3333333333335H1250V1833.3333333333333H1416.6666666666665V1500H1833.3333333333333V1333.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1333.3333333333335H166.6666666666667V1500H583.3333333333333V1833.3333333333333H750V1333.3333333333335H500zM1083.3333333333333 1833.3333333333333V1333.3333333333335H916.6666666666666V1833.3333333333333H1083.3333333333333z" />
+ <glyph glyph-name="sensor-line"
+ unicode="&#xEE4F;"
+ horiz-adv-x="2000" d="M500 1333.3333333333335V416.6666666666668H1500V1333.3333333333335H1250V1833.3333333333333H1416.6666666666665V1500H1833.3333333333333V1333.3333333333335H1666.6666666666665V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 333.3333333333335V1333.3333333333335H166.6666666666667V1500H583.3333333333333V1833.3333333333333H750V1333.3333333333335H500zM1083.3333333333333 1833.3333333333333V1333.3333333333335H916.6666666666666V1833.3333333333333H1083.3333333333333z" />
+ <glyph glyph-name="separator"
+ unicode="&#xEE50;"
+ horiz-adv-x="2000" d="M166.6666666666667 1083.3333333333335H333.3333333333333V916.6666666666669H166.6666666666667V1083.3333333333335zM500 1083.3333333333335H1500V916.6666666666669H500V1083.3333333333335zM1666.6666666666665 1083.3333333333335H1833.3333333333333V916.6666666666669H1666.6666666666665V1083.3333333333335z" />
+ <glyph glyph-name="server-fill"
+ unicode="&#xEE51;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V1083.3333333333335H250V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM250 916.6666666666669H1750V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V916.6666666666669zM583.3333333333333 666.6666666666667V500H833.3333333333333V666.6666666666667H583.3333333333333zM583.3333333333333 1500V1333.3333333333335H833.3333333333333V1500H583.3333333333333z" />
+ <glyph glyph-name="server-line"
+ unicode="&#xEE52;"
+ horiz-adv-x="2000" d="M416.6666666666667 1083.3333333333335H1583.3333333333333V1583.3333333333335H416.6666666666667V1083.3333333333335zM1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667zM1583.3333333333333 916.6666666666669H416.6666666666667V416.6666666666668H1583.3333333333333V916.6666666666669zM583.3333333333333 750H833.3333333333333V583.3333333333335H583.3333333333333V750zM583.3333333333333 1416.6666666666667H833.3333333333333V1250H583.3333333333333V1416.6666666666667z" />
+ <glyph glyph-name="settings-2-fill"
+ unicode="&#xEE53;"
+ horiz-adv-x="2000" d="M723.8333333333333 1666.6666666666667L941.0833333333331 1883.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1058.9166666666665 1883.9166666666667L1276.1666666666665 1666.6666666666667H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1583.3333333333335V1276.1666666666667L1883.9166666666663 1058.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1883.9166666666663 941.0833333333334L1666.6666666666665 723.8333333333335V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 333.3333333333335H1276.1666666666665L1058.9166666666667 116.0833333333335A83.33333333333333 83.33333333333333 0 0 0 941.0833333333334 116.0833333333335L723.8333333333333 333.3333333333335H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 416.6666666666668V723.8333333333335L116.0833333333333 941.0833333333331A83.33333333333333 83.33333333333333 0 0 0 116.0833333333333 1058.9166666666665L333.3333333333333 1276.1666666666667V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1666.6666666666667H723.8333333333333zM1000 750A250 250 0 1 1 1000 1250A250 250 0 0 1 1000 750z" />
+ <glyph glyph-name="settings-2-line"
+ unicode="&#xEE54;"
+ horiz-adv-x="2000" d="M723.8333333333333 1666.6666666666667L941.0833333333331 1883.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1058.9166666666665 1883.9166666666667L1276.1666666666665 1666.6666666666667H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1583.3333333333335V1276.1666666666667L1883.9166666666663 1058.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1883.9166666666663 941.0833333333334L1666.6666666666665 723.8333333333335V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 333.3333333333335H1276.1666666666665L1058.9166666666667 116.0833333333335A83.33333333333333 83.33333333333333 0 0 0 941.0833333333334 116.0833333333335L723.8333333333333 333.3333333333335H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 416.6666666666668V723.8333333333335L116.0833333333333 941.0833333333331A83.33333333333333 83.33333333333333 0 0 0 116.0833333333333 1058.9166666666665L333.3333333333333 1276.1666666666667V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1666.6666666666667H723.8333333333333zM500 1500V1207.0833333333335L292.9166666666667 1000L500 792.9166666666667V500H792.9166666666666L1000 292.9166666666668L1207.0833333333333 500H1500V792.9166666666667L1707.0833333333333 1000L1500 1207.0833333333335V1500H1207.0833333333333L1000 1707.0833333333333L792.9166666666666 1500H500zM1000 666.6666666666667A333.3333333333333 333.3333333333333 0 1 0 1000 1333.3333333333335A333.3333333333333 333.3333333333333 0 0 0 1000 666.6666666666667zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 833.3333333333335z" />
+ <glyph glyph-name="settings-3-fill"
+ unicode="&#xEE55;"
+ horiz-adv-x="2000" d="M829.5 1815.8333333333333A832.4999999999999 832.4999999999999 0 0 0 1170.4166666666667 1816A332.74999999999994 332.74999999999994 0 0 1 1333.3333333333333 1577.5A332.74999999999994 332.74999999999994 0 0 1 1621.4166666666667 1555.75A832.4999999999999 832.4999999999999 0 0 0 1791.6666666666665 1260.3333333333335A332.74999999999994 332.74999999999994 0 0 1 1666.6666666666665 1000C1666.6666666666665 894.6666666666667 1715.4999999999998 800.75 1791.833333333333 739.6666666666667A836.9166666666664 836.9166666666664 0 0 0 1621.3333333333333 444.4166666666665A332.74999999999994 332.74999999999994 0 0 1 1333.3333333333333 422.6666666666668A332.74999999999994 332.74999999999994 0 0 1 1170.4999999999998 184.3333333333335A832.4999999999999 832.4999999999999 0 0 0 829.5833333333331 184A332.74999999999994 332.74999999999994 0 0 1 666.6666666666666 422.7500000000003A332.74999999999994 332.74999999999994 0 0 1 378.5833333333333 444.416666666667A832.4999999999999 832.4999999999999 0 0 0 208.3333333333333 739.9166666666667A332.74999999999994 332.74999999999994 0 0 1 333.3333333333333 1000.0833333333334A332.74999999999994 332.74999999999994 0 0 1 208.1666666666667 1260.4166666666667A836.9166666666664 836.9166666666664 0 0 0 378.6666666666667 1555.6666666666667A332.74999999999994 332.74999999999994 0 0 1 666.6666666666666 1577.4166666666667A332.74999999999994 332.74999999999994 0 0 1 829.5 1815.75zM1000 750A250 250 0 1 1 1000 1250A250 250 0 0 1 1000 750z" />
+ <glyph glyph-name="settings-3-line"
+ unicode="&#xEE56;"
+ horiz-adv-x="2000" d="M278.3333333333333 583.3333333333335A834.8333333333333 834.8333333333333 0 0 0 196.8333333333334 777.1666666666667A250 250 0 0 1 197 1222.7500000000002A832.4999999999999 832.4999999999999 0 0 0 405.4166666666667 1584.1666666666667A250 250 0 0 1 791.3333333333334 1807A832.4999999999999 832.4999999999999 0 0 0 1208.5833333333333 1806.8333333333333A250 250 0 0 1 1594.583333333333 1584.1666666666667C1642.833333333333 1535 1685.6666666666665 1479.0833333333335 1721.6666666666663 1416.6666666666667C1757.7499999999995 1354.25 1784.7499999999998 1289.1666666666667 1803.1666666666663 1222.8333333333335A250 250 0 0 1 1802.9999999999995 777.25A832.4999999999999 832.4999999999999 0 0 0 1594.583333333333 415.8333333333333A250 250 0 0 1 1208.6666666666665 193A832.4999999999999 832.4999999999999 0 0 0 791.4166666666665 193.1666666666665A250 250 0 0 1 405.4166666666665 415.8333333333333A834.8333333333333 834.8333333333333 0 0 0 278.3333333333333 583.3333333333335zM750 567A416.08333333333337 416.08333333333337 0 0 0 937.5 336.1666666666668C979.0833333333334 332.25 1020.8333333333331 332.1666666666668 1062.4166666666667 336.0833333333333A416.08333333333337 416.08333333333337 0 0 0 1250 566.9166666666667A416.08333333333337 416.08333333333337 0 0 0 1543.7499999999998 614.0000000000002C1567.9166666666663 648.0000000000005 1588.7499999999998 684.2500000000002 1606.0833333333333 722.166666666667A416.08333333333337 416.08333333333337 0 0 0 1500 1000C1500 1105 1539.1666666666665 1203.0833333333335 1606.0833333333333 1277.8333333333335A677.1666666666666 677.1666666666666 0 0 1 1543.5833333333333 1386A416.08333333333337 416.08333333333337 0 0 0 1250 1433A416.08333333333337 416.08333333333337 0 0 0 1062.5 1663.8333333333333C1020.9166666666666 1667.75 979.1666666666666 1667.8333333333333 937.5833333333331 1663.9166666666665A416.08333333333337 416.08333333333337 0 0 0 750 1433.0833333333335A416.08333333333337 416.08333333333337 0 0 0 456.2499999999999 1386A665.8333333333334 665.8333333333334 0 0 1 393.9166666666666 1277.8333333333335A416.08333333333337 416.08333333333337 0 0 0 500 1000C500 895 460.8333333333333 796.9166666666667 393.9166666666667 722.1666666666667A677.1666666666666 677.1666666666666 0 0 1 456.4166666666667 614.0000000000002A416.08333333333337 416.08333333333337 0 0 0 750 567zM1000 750A250 250 0 1 0 1000 1250A250 250 0 0 0 1000 750zM1000 916.6666666666669A83.33333333333333 83.33333333333333 0 1 1 1000 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1000 916.6666666666669z" />
+ <glyph glyph-name="settings-4-fill"
+ unicode="&#xEE57;"
+ horiz-adv-x="2000" d="M444.5 1621.25A832.4999999999999 832.4999999999999 0 0 0 739.6666666666666 1791.9166666666667A332.74999999999994 332.74999999999994 0 0 1 1000 1666.75A332.74999999999994 332.74999999999994 0 0 1 1260.3333333333333 1791.9166666666667A832.4999999999999 832.4999999999999 0 0 0 1555.5 1621.25A332.74999999999994 332.74999999999994 0 0 1 1577.3333333333333 1333.4166666666665A332.74999999999994 332.74999999999994 0 0 1 1815.9166666666663 1170.5A836.9166666666664 836.9166666666664 0 0 0 1815.9166666666663 829.6666666666667C1719.25 814.8333333333333 1630.0833333333333 758 1577.3333333333333 666.75A332.74999999999994 332.74999999999994 0 0 1 1555.5 378.8333333333335A832.4999999999999 832.4999999999999 0 0 0 1260.3333333333333 208.25A332.74999999999994 332.74999999999994 0 0 1 1000 333.3333333333335A332.74999999999994 332.74999999999994 0 0 1 739.6666666666666 208.166666666667A832.4999999999999 832.4999999999999 0 0 0 444.5 378.7500000000003A332.74999999999994 332.74999999999994 0 0 1 422.6666666666666 666.666666666667A332.74999999999994 332.74999999999994 0 0 1 184.0833333333333 829.5000000000002A836.9166666666664 836.9166666666664 0 0 0 184.0833333333333 1170.416666666667A332.74999999999994 332.74999999999994 0 0 1 422.6666666666666 1333.3333333333335A332.74999999999994 332.74999999999994 0 0 1 444.5 1621.166666666667zM1125 783.5833333333335A250 250 0 1 1 875 1216.5833333333335A250 250 0 0 1 1125 783.5833333333335z" />
+ <glyph glyph-name="settings-4-line"
+ unicode="&#xEE58;"
+ horiz-adv-x="2000" d="M166.6666666666667 1000C166.6666666666667 1072.0833333333335 175.8333333333333 1141.9166666666665 193 1208.6666666666665A250 250 0 0 1 415.8333333333333 1594.4166666666667A832.4999999999999 832.4999999999999 0 0 0 777.0833333333333 1803.1666666666667A250 250 0 0 1 1222.7499999999998 1803.1666666666667A832.4999999999999 832.4999999999999 0 0 0 1583.9999999999998 1594.4166666666667A250 250 0 0 1 1806.9166666666663 1208.5833333333335C1824.0833333333333 1141.9166666666665 1833.2499999999995 1072.0833333333335 1833.2499999999995 1000C1833.2499999999995 927.9166666666669 1824.0833333333333 858.0833333333335 1806.9166666666663 791.3333333333335A250 250 0 0 1 1583.9999999999998 405.5833333333335A832.4999999999999 832.4999999999999 0 0 0 1222.7499999999998 196.8333333333335A250 250 0 0 1 777.0833333333333 196.8333333333335A832.4999999999999 832.4999999999999 0 0 0 415.8333333333333 405.5833333333335A250 250 0 0 1 192.9166666666666 791.4166666666667C175.8333333333333 858 166.6666666666667 927.8333333333334 166.6666666666667 1000zM567 750C619.5 659.0833333333333 634.5 554.5 614 456.3333333333333C648 432.1666666666668 684.1666666666667 411.25 722.0833333333334 393.8333333333333A416.08333333333337 416.08333333333337 0 0 0 1000 500C1105 500 1203.1666666666667 460.75 1277.9166666666667 393.8333333333333C1315.8333333333333 411.25 1352 432.1666666666668 1386 456.3333333333333A416.08333333333337 416.08333333333337 0 0 0 1433 750A416.08333333333337 416.08333333333337 0 0 0 1663.8333333333333 937.5A677.1666666666666 677.1666666666666 0 0 1 1663.8333333333333 1062.5A416.08333333333337 416.08333333333337 0 0 0 1432.9166666666665 1250A416.08333333333337 416.08333333333337 0 0 0 1385.9166666666665 1543.6666666666667A665.7499999999999 665.7499999999999 0 0 1 1277.8333333333333 1606.1666666666667A416.08333333333337 416.08333333333337 0 0 0 1000 1500A416.08333333333337 416.08333333333337 0 0 0 722.0833333333333 1606.1666666666667A665.8333333333334 665.8333333333334 0 0 1 613.9999999999999 1543.6666666666667A416.08333333333337 416.08333333333337 0 0 0 567 1250A416.08333333333337 416.08333333333337 0 0 0 336.1666666666667 1062.5A677.1666666666666 677.1666666666666 0 0 1 336.1666666666667 937.5A416.08333333333337 416.08333333333337 0 0 0 567.0833333333333 750zM1000 750A250 250 0 1 0 1000 1250A250 250 0 0 0 1000 750zM1000 916.6666666666669A83.33333333333333 83.33333333333333 0 1 1 1000 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1000 916.6666666666669z" />
+ <glyph glyph-name="settings-5-fill"
+ unicode="&#xEE59;"
+ horiz-adv-x="2000" d="M177.6666666666667 864.1666666666667A828.4999999999999 828.4999999999999 0 0 0 177.6666666666667 1135.8333333333333C269.5 1133.6666666666665 352 1177.6666666666667 384.0833333333333 1255.0833333333335C416.1666666666667 1332.5833333333335 388.9166666666667 1422.0833333333335 322.4166666666667 1485.3333333333335A828.4999999999999 828.4999999999999 0 0 0 514.5833333333333 1677.5833333333333C577.9166666666666 1611.0833333333335 667.4166666666666 1583.8333333333335 744.9166666666666 1615.9166666666667C822.4166666666666 1648 866.3333333333334 1730.5833333333333 864.0833333333333 1822.3333333333333A828.4999999999999 828.4999999999999 0 0 0 1135.9166666666665 1822.3333333333333C1133.6666666666667 1730.5 1177.6666666666665 1648 1255.0833333333333 1615.9166666666667C1332.5833333333333 1583.8333333333335 1422.0833333333333 1611.0833333333335 1485.333333333333 1677.5833333333335A828.4999999999999 828.4999999999999 0 0 0 1677.583333333333 1485.4166666666667C1611.083333333333 1422.0833333333335 1583.833333333333 1332.5833333333335 1615.9166666666665 1255.0833333333335C1648 1177.5833333333335 1730.5833333333333 1133.6666666666665 1822.3333333333333 1135.9166666666667A828.4999999999999 828.4999999999999 0 0 0 1822.3333333333333 864.0833333333335C1730.4999999999998 866.3333333333333 1648 822.3333333333335 1615.9166666666665 744.9166666666667C1583.833333333333 667.4166666666667 1611.083333333333 577.9166666666667 1677.583333333333 514.666666666667A828.4999999999999 828.4999999999999 0 0 0 1485.4166666666663 322.416666666667C1422.0833333333328 388.916666666667 1332.583333333333 416.166666666667 1255.083333333333 384.0833333333335C1177.583333333333 352 1133.6666666666663 269.4166666666668 1135.9166666666663 177.666666666667A828.4999999999999 828.4999999999999 0 0 0 864.0833333333329 177.666666666667C866.3333333333329 269.5000000000003 822.333333333333 352 744.9166666666663 384.0833333333335C667.4166666666664 416.166666666667 577.9166666666664 388.916666666667 514.6666666666664 322.416666666667A828.4999999999999 828.4999999999999 0 0 0 322.4166666666664 514.5833333333337C388.9166666666664 577.9166666666672 416.1666666666664 667.416666666667 384.0833333333331 744.916666666667C351.9999999999997 822.416666666667 269.4166666666664 866.3333333333337 177.6666666666664 864.0833333333337zM1000 750A250 250 0 1 1 1000 1250A250 250 0 0 1 1000 750z" />
+ <glyph glyph-name="settings-5-line"
+ unicode="&#xEE5A;"
+ horiz-adv-x="2000" d="M184.4166666666667 828.3333333333333A828.7499999999999 828.7499999999999 0 0 0 184.4166666666667 1171.6666666666665C276.9166666666667 1160.8333333333333 357.75 1191.4166666666665 384.0833333333333 1255.0833333333333C410.5 1318.8333333333333 375.0833333333333 1397.5833333333333 301.9166666666667 1455.3333333333333A828.7499999999999 828.7499999999999 0 0 0 544.6666666666666 1698.0833333333333C602.3333333333333 1625 681.1666666666666 1589.5 744.9166666666666 1615.9166666666665C808.6666666666666 1642.3333333333333 839.2499999999999 1723.0833333333333 828.3333333333333 1815.5833333333333A828.7499999999999 828.7499999999999 0 0 0 1171.6666666666665 1815.5833333333333C1160.833333333333 1723.083333333333 1191.4166666666665 1642.25 1255.083333333333 1615.9166666666665C1318.8333333333333 1589.5 1397.583333333333 1624.9166666666665 1455.333333333333 1698.0833333333333A828.7499999999999 828.7499999999999 0 0 0 1698.0833333333333 1455.3333333333333C1625 1397.6666666666665 1589.4999999999998 1318.8333333333333 1615.9166666666665 1255.0833333333333C1642.333333333333 1191.333333333333 1723.0833333333333 1160.75 1815.5833333333333 1171.6666666666665A828.7499999999999 828.7499999999999 0 0 0 1815.5833333333333 828.3333333333333C1723.0833333333333 839.1666666666665 1642.25 808.5833333333333 1615.9166666666665 744.9166666666665C1589.4999999999998 681.1666666666665 1624.9166666666665 602.4166666666667 1698.0833333333333 544.6666666666665A828.7499999999999 828.7499999999999 0 0 0 1455.333333333333 301.9166666666665C1397.6666666666665 374.9999999999998 1318.8333333333333 410.5 1255.083333333333 384.0833333333333C1191.333333333333 357.6666666666665 1160.7499999999998 276.9166666666665 1171.6666666666665 184.4166666666665A828.7499999999999 828.7499999999999 0 0 0 828.3333333333331 184.4166666666665C839.1666666666665 276.9166666666665 808.5833333333331 357.75 744.9166666666665 384.0833333333333C681.1666666666664 410.5 602.4166666666665 375.0833333333333 544.6666666666664 301.9166666666665A828.7499999999999 828.7499999999999 0 0 0 301.9166666666665 544.6666666666665C374.9999999999999 602.3333333333333 410.4999999999999 681.1666666666665 384.0833333333332 744.9166666666665C357.6666666666665 808.6666666666667 276.9166666666665 839.25 184.4166666666665 828.3333333333333zM333.3333333333333 982.5C425 957.0833333333331 500.5833333333333 899 538.0833333333333 808.6666666666667C575.4999999999999 718.25 563.0833333333333 623.6666666666665 516.25 540.9999999999998C524.25 532.4999999999998 532.5 524.2499999999998 541 516.2499999999998C623.75 563.0833333333333 718.2499999999999 575.4166666666665 808.6666666666666 538.0833333333333C899 500.5833333333333 957.0833333333334 425 982.5 333.3333333333331C994.1666666666669 332.9999999999998 1005.8333333333331 332.9999999999998 1017.5 333.3333333333331C1042.9166666666667 425 1101 500.5833333333333 1191.3333333333333 538.0833333333333C1281.75 575.5 1376.3333333333335 563.0833333333333 1459.0000000000002 516.2499999999998C1467.5000000000002 524.2499999999998 1475.7500000000002 532.4999999999998 1483.7500000000002 540.9999999999998C1436.9166666666667 623.7499999999998 1424.5833333333335 718.2499999999998 1461.9166666666667 808.6666666666665C1499.4166666666667 898.9999999999998 1575 957.0833333333331 1666.666666666667 982.4999999999998C1667.0000000000002 994.1666666666666 1667.0000000000002 1005.8333333333331 1666.666666666667 1017.4999999999998C1575 1042.9166666666665 1499.4166666666667 1101 1461.9166666666667 1191.333333333333C1424.5 1281.7499999999998 1436.9166666666667 1376.3333333333333 1483.7500000000002 1458.9999999999998A661.25 661.25 0 0 1 1459.0000000000002 1483.7499999999998C1376.2500000000002 1436.9166666666665 1281.7500000000002 1424.583333333333 1191.3333333333335 1461.9166666666665C1101 1499.4166666666667 1042.9166666666667 1575 1017.5 1666.6666666666667A661.25 661.25 0 0 1 982.5 1666.6666666666667C957.0833333333334 1575 899 1499.4166666666667 808.6666666666666 1461.9166666666667C718.2499999999999 1424.5 623.6666666666666 1436.9166666666667 541 1483.75C532.5 1475.75 524.2500000000001 1467.5 516.2500000000001 1459C563.0833333333334 1376.25 575.4166666666667 1281.75 538.0833333333334 1191.3333333333335C500.5833333333333 1101 425 1042.9166666666667 333.3333333333333 1017.5000000000002C333 1005.8333333333334 333 994.1666666666669 333.3333333333333 982.5000000000002zM1000 750A250 250 0 1 0 1000 1250A250 250 0 0 0 1000 750zM1000 916.6666666666669A83.33333333333333 83.33333333333333 0 1 1 1000 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1000 916.6666666666669z" />
+ <glyph glyph-name="settings-6-fill"
+ unicode="&#xEE5B;"
+ horiz-adv-x="2000" d="M1458.3333333333333 1793.8333333333333L1916.6666666666663 1000L1458.3333333333333 206.1666666666668H541.6666666666666L83.3333333333333 1000L541.6666666666666 1793.8333333333333H1458.3333333333333zM719.5 1319.1666666666667L1136.1666666666667 597.5000000000002L1280.5 680.8333333333335L863.8333333333333 1402.5000000000002L719.5 1319.166666666667z" />
+ <glyph glyph-name="settings-6-line"
+ unicode="&#xEE5C;"
+ horiz-adv-x="2000" d="M1458.3333333333333 1793.8333333333333L1916.6666666666663 1000L1458.3333333333333 206.1666666666668H541.6666666666666L83.3333333333333 1000L541.6666666666666 1793.8333333333333H1458.3333333333333zM1362.0833333333333 1627.1666666666667H637.9166666666666L275.75 1000L637.9166666666666 372.8333333333335H1362.0833333333333L1724.2499999999998 1000L1362.0833333333333 1627.1666666666667zM719.5 1319.1666666666667L863.8333333333333 1402.5L1280.5 680.8333333333335L1136.1666666666667 597.5000000000002L719.5 1319.166666666667z" />
+ <glyph glyph-name="settings-fill"
+ unicode="&#xEE5D;"
+ horiz-adv-x="2000" d="M1000 1916.6666666666667L1791.6666666666665 1458.3333333333335V541.6666666666667L1000 83.3333333333335L208.3333333333333 541.6666666666667V1458.3333333333335L1000 1916.6666666666667zM1000 750A250 250 0 1 1 1000 1250A250 250 0 0 1 1000 750z" />
+ <glyph glyph-name="settings-line"
+ unicode="&#xEE5E;"
+ horiz-adv-x="2000" d="M1000 1916.6666666666667L1791.6666666666665 1458.3333333333335V541.6666666666667L1000 83.3333333333335L208.3333333333333 541.6666666666667V1458.3333333333335L1000 1916.6666666666667zM1000 1724.0833333333335L375 1362.25V637.75L1000 275.9166666666668L1625 637.75V1362.25L1000 1724.0833333333335zM1000 666.6666666666667A333.3333333333333 333.3333333333333 0 1 0 1000 1333.3333333333335A333.3333333333333 333.3333333333333 0 0 0 1000 666.6666666666667zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 833.3333333333335z" />
+ <glyph glyph-name="shape-2-fill"
+ unicode="&#xEE5F;"
+ horiz-adv-x="2000" d="M166.6666666666667 1833.3333333333333H583.3333333333333V1416.6666666666667H166.6666666666667V1833.3333333333333zM166.6666666666667 583.3333333333335H583.3333333333333V166.6666666666668H166.6666666666667V583.3333333333335zM1416.6666666666665 1833.3333333333333H1833.3333333333333V1416.6666666666667H1416.6666666666665V1833.3333333333333zM1416.6666666666665 583.3333333333335H1833.3333333333333V166.6666666666668H1416.6666666666665V583.3333333333335zM666.6666666666666 1666.6666666666667H1333.3333333333333V1500H666.6666666666666V1666.6666666666667zM333.3333333333333 1333.3333333333335H500V666.6666666666667H333.3333333333333V1333.3333333333335zM1500 1333.3333333333335H1666.6666666666665V666.6666666666667H1500V1333.3333333333335zM666.6666666666666 500H1333.3333333333333V333.3333333333335H666.6666666666666V500z" />
+ <glyph glyph-name="shape-2-line"
+ unicode="&#xEE60;"
+ horiz-adv-x="2000" d="M1666.6666666666665 666.6666666666667H1833.3333333333333V166.6666666666668H1333.3333333333333V333.3333333333335H666.6666666666666V166.6666666666668H166.6666666666667V666.6666666666667H333.3333333333333V1333.3333333333335H166.6666666666667V1833.3333333333333H666.6666666666666V1666.6666666666667H1333.3333333333333V1833.3333333333333H1833.3333333333333V1333.3333333333335H1666.6666666666665V666.6666666666667zM1500 666.6666666666667V1333.3333333333335H1333.3333333333333V1500H666.6666666666666V1333.3333333333335H500V666.6666666666667H666.6666666666666V500H1333.3333333333333V666.6666666666667H1500zM333.3333333333333 1666.6666666666667V1500H500V1666.6666666666667H333.3333333333333zM333.3333333333333 500V333.3333333333335H500V500H333.3333333333333zM1500 1666.6666666666667V1500H1666.6666666666665V1666.6666666666667H1500zM1500 500V333.3333333333335H1666.6666666666665V500H1500z" />
+ <glyph glyph-name="shape-fill"
+ unicode="&#xEE61;"
+ horiz-adv-x="2000" d="M416.6666666666667 1333.3333333333335A250 250 0 1 0 416.6666666666667 1833.3333333333333A250 250 0 0 0 416.6666666666667 1333.3333333333335zM1583.3333333333333 1333.3333333333335A250 250 0 1 0 1583.3333333333333 1833.3333333333333A250 250 0 0 0 1583.3333333333333 1333.3333333333335zM1583.3333333333333 166.6666666666668A250 250 0 1 0 1583.3333333333333 666.6666666666667A250 250 0 0 0 1583.3333333333333 166.6666666666668zM416.6666666666667 166.6666666666668A250 250 0 1 0 416.6666666666667 666.6666666666667A250 250 0 0 0 416.6666666666667 166.6666666666668zM750 1666.6666666666667H1250V1500H750V1666.6666666666667zM750 500H1250V333.3333333333335H750V500zM333.3333333333333 1250H500V750H333.3333333333333V1250zM1500 1250H1666.6666666666665V750H1500V1250z" />
+ <glyph glyph-name="shape-line"
+ unicode="&#xEE62;"
+ horiz-adv-x="2000" d="M652.5 333.3333333333335A250.08333333333331 250.08333333333331 0 1 0 333.3333333333333 652.5V1347.5A250.08333333333331 250.08333333333331 0 1 0 652.5 1666.6666666666667H1347.5A250.08333333333331 250.08333333333331 0 1 0 1666.6666666666665 1347.5V652.5A250.08333333333331 250.08333333333331 0 1 0 1347.5 333.3333333333335H652.5zM652.5 500H1347.5A250.66666666666663 250.66666666666663 0 0 0 1500 652.5V1347.5A250.66666666666663 250.66666666666663 0 0 0 1347.5 1500H652.5A250.66666666666663 250.66666666666663 0 0 0 500 1347.5V652.5A250.66666666666663 250.66666666666663 0 0 0 652.5 500zM416.6666666666667 1500A83.33333333333333 83.33333333333333 0 1 1 416.6666666666667 1666.6666666666667A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 1500zM1583.3333333333333 1500A83.33333333333333 83.33333333333333 0 1 1 1583.3333333333333 1666.6666666666667A83.33333333333333 83.33333333333333 0 0 1 1583.3333333333333 1500zM1583.3333333333333 333.3333333333335A83.33333333333333 83.33333333333333 0 1 1 1583.3333333333333 500A83.33333333333333 83.33333333333333 0 0 1 1583.3333333333333 333.3333333333335zM416.6666666666667 333.3333333333335A83.33333333333333 83.33333333333333 0 1 1 416.6666666666667 500A83.33333333333333 83.33333333333333 0 0 1 416.6666666666667 333.3333333333335z" />
+ <glyph glyph-name="share-box-fill"
+ unicode="&#xEE63;"
+ horiz-adv-x="2000" d="M833.3333333333333 1750V1583.3333333333335H416.6666666666667V416.6666666666668H1583.3333333333333V833.3333333333335H1750V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H833.3333333333333zM1475.5833333333333 1357.75L1000 882.1666666666667L882.1666666666666 1000L1357.7499999999998 1475.5833333333335L1083.3333333333333 1750H1750V1083.3333333333335L1475.5833333333333 1357.75z" />
+ <glyph glyph-name="share-box-line"
+ unicode="&#xEE64;"
+ horiz-adv-x="2000" d="M833.3333333333333 1750V1583.3333333333335H416.6666666666667V416.6666666666668H1583.3333333333333V833.3333333333335H1750V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750H833.3333333333333zM1465.4999999999998 1583.3333333333335H1083.3333333333333V1750H1750V1083.3333333333335H1583.3333333333333V1465.5L1000 882.1666666666667L882.1666666666666 1000L1465.4999999999998 1583.3333333333335z" />
+ <glyph glyph-name="share-circle-fill"
+ unicode="&#xEE65;"
+ horiz-adv-x="2000" d="M916.6666666666666 1829.1666666666667V1661.5A666.7499999999999 666.7499999999999 0 0 1 1000 333.3333333333335A666.7499999999999 666.7499999999999 0 0 1 1661.4999999999998 916.6666666666669H1829.25C1787.4166666666667 495.5833333333333 1432.0833333333335 166.6666666666668 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1432.0833333333335 495.5833333333333 1787.4166666666667 916.6666666666666 1829.1666666666663zM1558.9166666666667 1441.0833333333335L1000 882.1666666666667L882.1666666666666 1000L1441.0833333333333 1558.9166666666667L1166.6666666666665 1833.3333333333333H1833.3333333333333V1166.6666666666667L1558.9166666666667 1441.0833333333335z" />
+ <glyph glyph-name="share-circle-line"
+ unicode="&#xEE66;"
+ horiz-adv-x="2000" d="M916.6666666666666 1829.1666666666667V1661.5A666.7499999999999 666.7499999999999 0 0 1 1000 333.3333333333335A666.7499999999999 666.7499999999999 0 0 1 1661.4999999999998 916.6666666666669H1829.25C1787.4166666666667 495.5833333333333 1432.0833333333335 166.6666666666668 1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1432.0833333333335 495.5833333333333 1787.4166666666667 916.6666666666666 1829.1666666666663zM1666.6666666666665 1548.8333333333335L1000 882.1666666666667L882.1666666666666 1000L1548.833333333333 1666.6666666666667H1166.6666666666665V1833.3333333333333H1833.3333333333333V1166.6666666666667H1666.6666666666665V1548.8333333333335z" />
+ <glyph glyph-name="share-fill"
+ unicode="&#xEE67;"
+ horiz-adv-x="2000" d="M1131.3333333333333 560.75L705.5 793A291.6666666666667 291.6666666666667 0 1 0 705.5 1207L1131.3333333333333 1439.25A291.6666666666667 291.6666666666667 0 1 0 1211.1666666666667 1293L785.3333333333333 1060.75A292.8333333333333 292.8333333333333 0 0 0 785.3333333333333 939.25L1211.1666666666665 707A291.6666666666667 291.6666666666667 0 1 0 1131.3333333333333 560.75z" />
+ <glyph glyph-name="share-forward-2-fill"
+ unicode="&#xEE68;"
+ horiz-adv-x="2000" d="M333.3333333333333 416.6666666666668H1666.6666666666665V833.3333333333335H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V833.3333333333335H333.3333333333333V416.6666666666668zM1000 1166.6666666666667H750A499.33333333333326 499.33333333333326 0 0 1 345.5 960.5833333333334A666.9166666666666 666.9166666666666 0 0 0 1000 1500V1833.3333333333333L1666.6666666666665 1333.3333333333335L1000 833.3333333333335V1166.6666666666667z" />
+ <glyph glyph-name="share-forward-2-line"
+ unicode="&#xEE69;"
+ horiz-adv-x="2000" d="M333.3333333333333 416.6666666666668H1666.6666666666665V833.3333333333335H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V833.3333333333335H333.3333333333333V416.6666666666668zM1347.6666666666667 1416.6666666666667L1018.5 1745.8333333333335L1136.3333333333333 1863.6666666666667L1666.6666666666665 1333.3333333333335L1136.3333333333333 803L1018.4999999999998 920.8333333333331L1347.6666666666667 1250H416.6666666666667V1416.6666666666667H1347.6666666666667z" />
+ <glyph glyph-name="share-forward-box-fill"
+ unicode="&#xEE6A;"
+ horiz-adv-x="2000" d="M750 1750V1583.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1166.6666666666667H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H750zM1333.3333333333333 1583.3333333333335V1916.6666666666667L1916.6666666666663 1416.6666666666667H1166.6666666666665A166.66666666666666 166.66666666666666 0 0 1 1000 1250V750H833.3333333333333V1250A333.3333333333333 333.3333333333333 0 0 0 1166.6666666666665 1583.3333333333335H1333.3333333333333z" />
+ <glyph glyph-name="share-forward-box-line"
+ unicode="&#xEE6B;"
+ horiz-adv-x="2000" d="M750 1750V1583.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1166.6666666666667H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H750zM1579.1666666666665 1583.3333333333335L1333.3333333333333 1829.1666666666667L1451.1666666666667 1947L1896.1666666666667 1502A49.99999999999999 49.99999999999999 0 0 0 1860.8333333333333 1416.6666666666667H1166.6666666666665A166.66666666666666 166.66666666666666 0 0 1 1000 1250V750H833.3333333333333V1250A333.3333333333333 333.3333333333333 0 0 0 1166.6666666666665 1583.3333333333335H1579.1666666666665z" />
+ <glyph glyph-name="share-forward-fill"
+ unicode="&#xEE6C;"
+ horiz-adv-x="2000" d="M1083.3333333333333 833.3333333333335H916.6666666666666A749.9166666666666 749.9166666666666 0 0 1 252.6666666666667 432.5000000000003A844.6666666666664 844.6666666666664 0 0 0 250 500C250 960.25 623.0833333333334 1333.3333333333335 1083.3333333333333 1333.3333333333335V1750L1916.6666666666663 1083.3333333333335L1083.3333333333333 416.6666666666668V833.3333333333335z" />
+ <glyph glyph-name="share-forward-line"
+ unicode="&#xEE6D;"
+ horiz-adv-x="2000" d="M1083.3333333333333 833.3333333333335H916.6666666666666A749.9166666666666 749.9166666666666 0 0 1 252.6666666666667 432.5000000000003A844.6666666666664 844.6666666666664 0 0 0 250 500C250 960.25 623.0833333333334 1333.3333333333335 1083.3333333333333 1333.3333333333335V1791.6666666666667L1958.3333333333333 1083.3333333333335L1083.3333333333333 375V833.3333333333335zM916.6666666666666 1000H1250V724.3333333333335L1693.4166666666667 1083.3333333333335L1250 1442.3333333333335V1166.6666666666667H1083.3333333333333A665.1666666666666 665.1666666666666 0 0 1 578.5833333333333 935.5833333333334A915.6666666666666 915.6666666666666 0 0 0 916.6666666666666 1000z" />
+ <glyph glyph-name="share-line"
+ unicode="&#xEE6E;"
+ horiz-adv-x="2000" d="M1093.3333333333333 581.4166666666667L743.4166666666666 772.25A333.3333333333333 333.3333333333333 0 1 0 743.4166666666666 1227.6666666666665L1093.4166666666665 1418.5A333.3333333333333 333.3333333333333 0 1 0 1173.333333333333 1272.25L823.3333333333333 1081.4166666666667A333.99999999999994 333.99999999999994 0 0 0 823.3333333333333 918.5833333333331L1173.2499999999998 727.7500000000002A333.3333333333333 333.3333333333333 0 1 0 1093.3333333333333 581.5000000000002zM500 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 500 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 500 833.3333333333335zM1416.6666666666665 1333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1416.6666666666665 1666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1416.6666666666665 1333.3333333333335zM1416.6666666666665 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1416.6666666666665 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1416.6666666666665 333.3333333333335z" />
+ <glyph glyph-name="shield-cross-fill"
+ unicode="&#xEE6F;"
+ horiz-adv-x="2000" d="M315.25 1764.5L1000 1916.6666666666667L1684.7499999999998 1764.5A83.33333333333333 83.33333333333333 0 0 0 1750 1683.1666666666667V850.9166666666667A500 500 0 0 0 1527.3333333333333 434.9166666666668L1000 83.3333333333335L472.6666666666666 434.9166666666668A500 500 0 0 0 250 850.8333333333335V1683.1666666666667A83.33333333333333 83.33333333333333 0 0 0 315.25 1764.5zM916.6666666666666 1166.6666666666667H666.6666666666666V1000H916.6666666666666V750H1083.3333333333333V1000H1333.3333333333333V1166.6666666666667H1083.3333333333333V1416.6666666666667H916.6666666666666V1166.6666666666667z" />
+ <glyph glyph-name="shield-cross-line"
+ unicode="&#xEE70;"
+ horiz-adv-x="2000" d="M315.25 1764.5L1000 1916.6666666666667L1684.7499999999998 1764.5A83.33333333333333 83.33333333333333 0 0 0 1750 1683.1666666666667V850.9166666666667A500 500 0 0 0 1527.3333333333333 434.9166666666668L1000 83.3333333333335L472.6666666666666 434.9166666666668A500 500 0 0 0 250 850.8333333333335V1683.1666666666667A83.33333333333333 83.33333333333333 0 0 0 315.25 1764.5zM416.6666666666667 1616.3333333333335V850.9166666666665A333.3333333333333 333.3333333333333 0 0 1 565.0833333333333 573.5833333333333L1000 283.5833333333333L1434.9166666666667 573.5833333333333A333.3333333333333 333.3333333333333 0 0 1 1583.3333333333333 850.8333333333335V1616.3333333333335L1000 1745.8333333333335L416.6666666666667 1616.3333333333335zM916.6666666666666 1166.6666666666667V1416.6666666666667H1083.3333333333333V1166.6666666666667H1333.3333333333333V1000H1083.3333333333333V750H916.6666666666666V1000H666.6666666666666V1166.6666666666667H916.6666666666666z" />
+ <glyph glyph-name="shield-fill"
+ unicode="&#xEE71;"
+ horiz-adv-x="2000" d="M315.25 1764.5L1000 1916.6666666666667L1684.7499999999998 1764.5A83.33333333333333 83.33333333333333 0 0 0 1750 1683.1666666666667V850.9166666666667A500 500 0 0 0 1527.3333333333333 434.9166666666668L1000 83.3333333333335L472.6666666666666 434.9166666666668A500 500 0 0 0 250 850.8333333333335V1683.1666666666667A83.33333333333333 83.33333333333333 0 0 0 315.25 1764.5z" />
+ <glyph glyph-name="shield-flash-fill"
+ unicode="&#xEE72;"
+ horiz-adv-x="2000" d="M315.25 1764.5L1000 1916.6666666666667L1684.7499999999998 1764.5A83.33333333333333 83.33333333333333 0 0 0 1750 1683.1666666666667V850.9166666666667A500 500 0 0 0 1527.3333333333333 434.9166666666668L1000 83.3333333333335L472.6666666666666 434.9166666666668A500 500 0 0 0 250 850.8333333333335V1683.1666666666667A83.33333333333333 83.33333333333333 0 0 0 315.25 1764.5zM1083.3333333333333 1166.6666666666667V1583.3333333333335L666.6666666666666 1000H916.6666666666666V583.3333333333335L1333.3333333333333 1166.6666666666667H1083.3333333333333z" />
+ <glyph glyph-name="shield-flash-line"
+ unicode="&#xEE73;"
+ horiz-adv-x="2000" d="M315.25 1764.5L1000 1916.6666666666667L1684.7499999999998 1764.5A83.33333333333333 83.33333333333333 0 0 0 1750 1683.1666666666667V850.9166666666667A500 500 0 0 0 1527.3333333333333 434.9166666666668L1000 83.3333333333335L472.6666666666666 434.9166666666668A500 500 0 0 0 250 850.8333333333335V1683.1666666666667A83.33333333333333 83.33333333333333 0 0 0 315.25 1764.5zM416.6666666666667 1616.3333333333335V850.9166666666665A333.3333333333333 333.3333333333333 0 0 1 565.0833333333333 573.5833333333333L1000 283.5833333333333L1434.9166666666667 573.5833333333333A333.3333333333333 333.3333333333333 0 0 1 1583.3333333333333 850.8333333333335V1616.3333333333335L1000 1745.8333333333335L416.6666666666667 1616.3333333333335zM1083.3333333333333 1166.6666666666667H1333.3333333333333L916.6666666666666 583.3333333333335V1000H666.6666666666666L1083.3333333333333 1583.3333333333335V1166.6666666666667z" />
+ <glyph glyph-name="shield-line"
+ unicode="&#xEE74;"
+ horiz-adv-x="2000" d="M315.25 1764.5L1000 1916.6666666666667L1684.7499999999998 1764.5A83.33333333333333 83.33333333333333 0 0 0 1750 1683.1666666666667V850.9166666666667A500 500 0 0 0 1527.3333333333333 434.9166666666668L1000 83.3333333333335L472.6666666666666 434.9166666666668A500 500 0 0 0 250 850.8333333333335V1683.1666666666667A83.33333333333333 83.33333333333333 0 0 0 315.25 1764.5zM416.6666666666667 1616.3333333333335V850.9166666666665A333.3333333333333 333.3333333333333 0 0 1 565.0833333333333 573.5833333333333L1000 283.5833333333333L1434.9166666666667 573.5833333333333A333.3333333333333 333.3333333333333 0 0 1 1583.3333333333333 850.8333333333335V1616.3333333333335L1000 1745.8333333333335L416.6666666666667 1616.3333333333335z" />
+ <glyph glyph-name="shield-star-fill"
+ unicode="&#xEE75;"
+ horiz-adv-x="2000" d="M315.25 1764.5L1000 1916.6666666666667L1684.7499999999998 1764.5A83.33333333333333 83.33333333333333 0 0 0 1750 1683.1666666666667V850.9166666666667A500 500 0 0 0 1527.3333333333333 434.9166666666668L1000 83.3333333333335L472.6666666666666 434.9166666666668A500 500 0 0 0 250 850.8333333333335V1683.1666666666667A83.33333333333333 83.33333333333333 0 0 0 315.25 1764.5zM1000 875L1244.9166666666665 746.25L1198.1666666666665 1018.9166666666669L1396.2499999999998 1212.0833333333335L1122.4166666666665 1251.9166666666665L1000 1500L877.4999999999999 1251.9166666666665L603.7499999999999 1212.0833333333335L801.8333333333333 1018.9166666666669L755.1666666666666 746.25L1000 875z" />
+ <glyph glyph-name="shield-star-line"
+ unicode="&#xEE76;"
+ horiz-adv-x="2000" d="M416.6666666666667 1616.3333333333335V850.9166666666665A333.3333333333333 333.3333333333333 0 0 1 565.0833333333333 573.5833333333333L1000 283.5833333333333L1434.9166666666667 573.5833333333333A333.3333333333333 333.3333333333333 0 0 1 1583.3333333333333 850.8333333333335V1616.3333333333335L1000 1745.8333333333335L416.6666666666667 1616.3333333333335zM315.25 1764.5L1000 1916.6666666666667L1684.7499999999998 1764.5A83.33333333333333 83.33333333333333 0 0 0 1750 1683.1666666666667V850.9166666666667A500 500 0 0 0 1527.3333333333333 434.9166666666668L1000 83.3333333333335L472.6666666666666 434.9166666666668A500 500 0 0 0 250 850.8333333333335V1683.1666666666667A83.33333333333333 83.33333333333333 0 0 0 315.25 1764.5zM1000 875L755.0833333333333 746.25L801.8333333333333 1018.9166666666669L603.75 1212.0833333333335L877.5833333333334 1251.9166666666665L1000 1500L1122.5 1251.9166666666665L1396.2500000000002 1212.0833333333335L1198.166666666667 1018.9166666666669L1244.8333333333337 746.25L1000 875z" />
+ <glyph glyph-name="ship-2-fill"
+ unicode="&#xEE77;"
+ horiz-adv-x="2000" d="M750 1666.6666666666667H1203.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1274.5 1627.5L1562.5 1166.6666666666667H1929.8333333333333A41.666666666666664 41.666666666666664 0 0 0 1966.4166666666667 1105L1638.3333333333333 503.5833333333333A415.99999999999994 415.99999999999994 0 0 0 1250 666.6666666666667A415.99999999999994 415.99999999999994 0 0 0 916.6666666666666 500A415.99999999999994 415.99999999999994 0 0 0 583.3333333333333 666.6666666666667A415.99999999999994 415.99999999999994 0 0 0 204.1666666666667 502.5000000000002L101.1666666666667 1068.416666666667A83.33333333333333 83.33333333333333 0 0 0 183.1666666666667 1166.6666666666667H250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1666.6666666666667H416.6666666666667V1916.6666666666667H750V1666.6666666666667zM416.6666666666667 1166.6666666666667H1365.9999999999998L1157.6666666666665 1500H416.6666666666667V1166.6666666666667zM250 333.3333333333335A498.16666666666663 498.16666666666663 0 0 1 583.3333333333333 460.6666666666667A498.16666666666663 498.16666666666663 0 0 1 916.6666666666666 333.3333333333335A498.16666666666663 498.16666666666663 0 0 1 1250 460.6666666666667A498.16666666666663 498.16666666666663 0 0 1 1583.3333333333333 333.3333333333335H1750V166.6666666666668H1583.3333333333333A663.5833333333333 663.5833333333333 0 0 0 1250 255.8333333333335A663.5833333333333 663.5833333333333 0 0 0 916.6666666666666 166.6666666666668A663.5833333333333 663.5833333333333 0 0 0 583.3333333333333 255.8333333333335A663.5833333333333 663.5833333333333 0 0 0 250 166.6666666666668H83.3333333333333V333.3333333333335H250z" />
+ <glyph glyph-name="ship-2-line"
+ unicode="&#xEE78;"
+ horiz-adv-x="2000" d="M750 1666.6666666666667H1203.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1274.5 1627.5L1562.5 1166.6666666666667H1929.8333333333333A41.666666666666664 41.666666666666664 0 0 0 1966.4166666666667 1105L1636.4166666666665 500H1583.3333333333333A500.83333333333326 500.83333333333326 0 0 0 1455.4166666666665 516.5000000000002L1719.1666666666665 1000H283.3333333333333L370.6666666666667 514.666666666667A501.0833333333333 501.0833333333333 0 0 0 250 500H204.5833333333333L101.25 1068.4166666666667A83.33333333333333 83.33333333333333 0 0 0 183.0833333333333 1166.6666666666667H250V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1666.6666666666667H416.6666666666667V1916.6666666666667H750V1666.6666666666667zM416.6666666666667 1166.6666666666667H1365.9999999999998L1157.6666666666665 1500H416.6666666666667V1166.6666666666667zM250 333.3333333333335A498.16666666666663 498.16666666666663 0 0 1 583.3333333333333 460.6666666666667A498.16666666666663 498.16666666666663 0 0 1 916.6666666666666 333.3333333333335A498.16666666666663 498.16666666666663 0 0 1 1250 460.6666666666667A498.16666666666663 498.16666666666663 0 0 1 1583.3333333333333 333.3333333333335H1750V166.6666666666668H1583.3333333333333A663.5833333333333 663.5833333333333 0 0 0 1250 255.8333333333335A663.5833333333333 663.5833333333333 0 0 0 916.6666666666666 166.6666666666668A663.5833333333333 663.5833333333333 0 0 0 583.3333333333333 255.8333333333335A663.5833333333333 663.5833333333333 0 0 0 250 166.6666666666668H83.3333333333333V333.3333333333335H250z" />
+ <glyph glyph-name="ship-fill"
+ unicode="&#xEE79;"
+ horiz-adv-x="2000" d="M333.3333333333333 1133.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1750H833.3333333333333V1916.6666666666667H1166.6666666666665V1750H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1666.6666666666667V1133.3333333333335L1757.1666666666665 1106.1666666666665A83.33333333333333 83.33333333333333 0 0 0 1813.9999999999995 1006.1666666666669L1687.6666666666663 500.5A415.99999999999994 415.99999999999994 0 0 0 1333.3333333333333 666.6666666666667A415.99999999999994 415.99999999999994 0 0 0 1000 500A415.99999999999994 415.99999999999994 0 0 0 666.6666666666666 666.6666666666667A415.99999999999994 415.99999999999994 0 0 0 312.3333333333333 500.5L186 1006.1666666666669A83.33333333333333 83.33333333333333 0 0 0 242.8333333333334 1106.1666666666665L333.3333333333333 1133.3333333333335zM500 1183.3333333333335L1000 1333.3333333333335L1229.5 1264.5L1380.2499999999998 1219.25L1500 1183.3333333333335V1583.3333333333335H500V1183.3333333333335zM333.3333333333333 333.3333333333335A498.16666666666663 498.16666666666663 0 0 1 666.6666666666666 460.6666666666667A498.16666666666663 498.16666666666663 0 0 1 1000 333.3333333333335A498.16666666666663 498.16666666666663 0 0 1 1333.3333333333333 460.6666666666667A498.16666666666663 498.16666666666663 0 0 1 1666.6666666666665 333.3333333333335H1833.3333333333333V166.6666666666668H1666.6666666666665A663.5833333333333 663.5833333333333 0 0 0 1333.3333333333333 255.8333333333335A663.5833333333333 663.5833333333333 0 0 0 1000 166.6666666666668A663.5833333333333 663.5833333333333 0 0 0 666.6666666666666 255.8333333333335A663.5833333333333 663.5833333333333 0 0 0 333.3333333333333 166.6666666666668H166.6666666666667V333.3333333333335H333.3333333333333z" />
+ <glyph glyph-name="ship-line"
+ unicode="&#xEE7A;"
+ horiz-adv-x="2000" d="M333.3333333333333 1133.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1750H833.3333333333333V1916.6666666666667H1166.6666666666665V1750H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1666.6666666666667V1133.3333333333335L1757.1666666666665 1106.1666666666665A83.33333333333333 83.33333333333333 0 0 0 1813.9999999999995 1006.1666666666669L1687.6666666666663 500.5A415.99999999999994 415.99999999999994 0 0 0 1529.166666666666 523.1666666666667L1633.3333333333328 969.1666666666669L1000 1166.6666666666667L366.6666666666667 969.1666666666669L470.8333333333333 523.25A415.99999999999994 415.99999999999994 0 0 0 312.3333333333333 500.5L186 1006.1666666666669A83.33333333333333 83.33333333333333 0 0 0 242.8333333333334 1106.1666666666665L333.3333333333333 1133.3333333333335zM500 1183.3333333333335L1000 1333.3333333333335L1500 1183.3333333333335V1583.3333333333335H500V1183.3333333333335zM333.3333333333333 333.3333333333335A498.16666666666663 498.16666666666663 0 0 1 666.6666666666666 460.6666666666667A498.16666666666663 498.16666666666663 0 0 1 1000 333.3333333333335A498.16666666666663 498.16666666666663 0 0 1 1333.3333333333333 460.6666666666667A498.16666666666663 498.16666666666663 0 0 1 1666.6666666666665 333.3333333333335H1833.3333333333333V166.6666666666668H1666.6666666666665A663.5833333333333 663.5833333333333 0 0 0 1333.3333333333333 255.8333333333335A663.5833333333333 663.5833333333333 0 0 0 1000 166.6666666666668A663.5833333333333 663.5833333333333 0 0 0 666.6666666666666 255.8333333333335A663.5833333333333 663.5833333333333 0 0 0 333.3333333333333 166.6666666666668H166.6666666666667V333.3333333333335H333.3333333333333z" />
+ <glyph glyph-name="shopping-bag-2-fill"
+ unicode="&#xEE7B;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM750 1500H583.3333333333333V1333.3333333333335A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 1333.3333333333335V1500H1250V1333.3333333333335A250 250 0 0 0 750 1333.3333333333335V1500z" />
+ <glyph glyph-name="shopping-bag-2-line"
+ unicode="&#xEE7C;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668zM1583.3333333333333 333.3333333333335V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333zM750 1500V1333.3333333333335A250 250 0 0 1 1250 1333.3333333333335V1500H1416.6666666666665V1333.3333333333335A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1333.3333333333335V1500H750z" />
+ <glyph glyph-name="shopping-bag-3-fill"
+ unicode="&#xEE7D;"
+ horiz-adv-x="2000" d="M541.6666666666666 1833.3333333333333H1458.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1525 1800L1750 1500V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1500L475 1800A83.33333333333333 83.33333333333333 0 0 0 541.6666666666666 1833.3333333333333zM1541.6666666666665 1500L1416.6666666666665 1666.6666666666667H583.3333333333333L458.3333333333333 1500H1541.6666666666665zM750 1166.6666666666667H583.3333333333333V1000A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 1000V1166.6666666666667H1250V1000A250 250 0 0 0 750 1000V1166.6666666666667z" />
+ <glyph glyph-name="shopping-bag-3-line"
+ unicode="&#xEE7E;"
+ horiz-adv-x="2000" d="M541.6666666666666 1833.3333333333333H1458.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1525 1800L1750 1500V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1500L475 1800A83.33333333333333 83.33333333333333 0 0 0 541.6666666666666 1833.3333333333333zM1583.3333333333333 1333.3333333333335H416.6666666666667V333.3333333333335H1583.3333333333333V1333.3333333333335zM1541.6666666666665 1500L1416.6666666666665 1666.6666666666667H583.3333333333333L458.3333333333333 1500H1541.6666666666665zM750 1166.6666666666667V1000A250 250 0 0 1 1250 1000V1166.6666666666667H1416.6666666666665V1000A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1000V1166.6666666666667H750z" />
+ <glyph glyph-name="shopping-bag-fill"
+ unicode="&#xEE7F;"
+ horiz-adv-x="2000" d="M583.3333333333333 1333.3333333333335V1500A416.6666666666667 416.6666666666667 0 1 0 1416.6666666666665 1500V1333.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1250V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1333.3333333333335H583.3333333333333zM750 1333.3333333333335H1250V1500A250 250 0 0 1 750 1500V1333.3333333333335z" />
+ <glyph glyph-name="shopping-bag-line"
+ unicode="&#xEE80;"
+ horiz-adv-x="2000" d="M583.3333333333333 1333.3333333333335V1500A416.6666666666667 416.6666666666667 0 1 0 1416.6666666666665 1500V1333.3333333333335H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1250V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1333.3333333333335H583.3333333333333zM583.3333333333333 1166.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1166.6666666666667H1416.6666666666665V1000H1250V1166.6666666666667H750V1000H583.3333333333333V1166.6666666666667zM750 1333.3333333333335H1250V1500A250 250 0 0 1 750 1500V1333.3333333333335z" />
+ <glyph glyph-name="shopping-cart-2-fill"
+ unicode="&#xEE81;"
+ horiz-adv-x="2000" d="M333.3333333333333 1465.5L63.0833333333333 1735.6666666666667L181 1853.5833333333333L451.1666666666666 1583.3333333333335H1721.333333333333A83.33333333333333 83.33333333333333 0 0 0 1801.1666666666663 1476.0833333333335L1601.1666666666665 809.4166666666667A83.33333333333333 83.33333333333333 0 0 0 1521.3333333333333 750.0000000000002H500V583.3333333333335H1416.6666666666665V416.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 500V1465.5zM458.3333333333333 83.3333333333335A125 125 0 1 0 458.3333333333333 333.3333333333335A125 125 0 0 0 458.3333333333333 83.3333333333335zM1458.3333333333333 83.3333333333335A125 125 0 1 0 1458.3333333333333 333.3333333333335A125 125 0 0 0 1458.3333333333333 83.3333333333335z" />
+ <glyph glyph-name="shopping-cart-2-line"
+ unicode="&#xEE82;"
+ horiz-adv-x="2000" d="M333.3333333333333 1465.5L63.0833333333333 1735.6666666666667L181 1853.5833333333333L451.1666666666666 1583.3333333333335H1721.333333333333A83.33333333333333 83.33333333333333 0 0 0 1801.1666666666663 1476.0833333333335L1601.1666666666665 809.4166666666667A83.33333333333333 83.33333333333333 0 0 0 1521.3333333333333 750.0000000000002H500V583.3333333333335H1416.6666666666665V416.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 500V1465.5zM500 1416.6666666666667V916.6666666666669H1459.3333333333333L1609.3333333333333 1416.6666666666667H500zM458.3333333333333 83.3333333333335A125 125 0 1 0 458.3333333333333 333.3333333333335A125 125 0 0 0 458.3333333333333 83.3333333333335zM1458.3333333333333 83.3333333333335A125 125 0 1 0 1458.3333333333333 333.3333333333335A125 125 0 0 0 1458.3333333333333 83.3333333333335z" />
+ <glyph glyph-name="shopping-cart-fill"
+ unicode="&#xEE83;"
+ horiz-adv-x="2000" d="M500 1250H1661.5L1703.1666666666667 1416.6666666666667H666.6666666666666V1583.3333333333335H1809.9999999999995A83.33333333333333 83.33333333333333 0 0 0 1890.8333333333333 1479.75L1682.4999999999998 646.4166666666665A83.33333333333333 83.33333333333333 0 0 0 1601.6666666666665 583.333333333333H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 666.6666666666665V1666.6666666666667H166.6666666666667V1833.3333333333333H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 500 1750V1250zM500 83.3333333333335A166.66666666666666 166.66666666666666 0 1 0 500 416.6666666666668A166.66666666666666 166.66666666666666 0 0 0 500 83.3333333333335zM1500 83.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1500 416.6666666666668A166.66666666666666 166.66666666666666 0 0 0 1500 83.3333333333335z" />
+ <glyph glyph-name="shopping-cart-line"
+ unicode="&#xEE84;"
+ horiz-adv-x="2000" d="M333.3333333333333 666.6666666666667V1666.6666666666667H166.6666666666667V1833.3333333333333H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 500 1750V750H1536.5L1703.1666666666667 1416.6666666666667H666.6666666666666V1583.3333333333335H1809.9999999999995A83.33333333333333 83.33333333333333 0 0 0 1890.8333333333333 1479.75L1682.4999999999998 646.4166666666665A83.33333333333333 83.33333333333333 0 0 0 1601.6666666666665 583.333333333333H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 666.6666666666665zM500 83.3333333333335A166.66666666666666 166.66666666666666 0 1 0 500 416.6666666666668A166.66666666666666 166.66666666666666 0 0 0 500 83.3333333333335zM1500 83.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1500 416.6666666666668A166.66666666666666 166.66666666666666 0 0 0 1500 83.3333333333335z" />
+ <glyph glyph-name="shuffle-fill"
+ unicode="&#xEE85;"
+ horiz-adv-x="2000" d="M1500 509.7500000000002V666.6666666666667L1916.6666666666663 416.6666666666668L1500 166.6666666666668V340.8333333333335A749.9999999999999 749.9999999999999 0 0 0 916.9166666666666 787.9166666666667L916.6666666666666 788.3333333333335L916.4166666666666 787.8333333333335A749.9999999999999 749.9999999999999 0 0 0 227.0833333333333 333.3333333333335H166.6666666666667V500H227.0833333333333A583.3333333333334 583.3333333333334 0 0 1 763.25 853.5833333333335L826 1000L763.25 1146.4166666666667A583.3333333333334 583.3333333333334 0 0 1 227.0833333333333 1500H166.6666666666667V1666.6666666666667H227.0833333333333A749.9999999999999 749.9999999999999 0 0 0 916.4166666666666 1212.0833333333335L916.6666666666666 1211.6666666666665L916.9166666666666 1212.1666666666665A749.9999999999999 749.9999999999999 0 0 0 1500 1659.1666666666667V1833.3333333333333L1916.6666666666663 1583.3333333333335L1500 1333.3333333333335V1490.25A583.3333333333334 583.3333333333334 0 0 1 1070.0833333333333 1146.4166666666667L1007.3333333333331 1000L1070.0833333333333 853.5833333333335A583.3333333333334 583.3333333333334 0 0 1 1500 509.7500000000002z" />
+ <glyph glyph-name="shuffle-line"
+ unicode="&#xEE86;"
+ horiz-adv-x="2000" d="M1500 509.7500000000002V666.6666666666667L1916.6666666666663 416.6666666666668L1500 166.6666666666668V340.8333333333335A749.9999999999999 749.9999999999999 0 0 0 916.9166666666666 787.9166666666667L916.6666666666666 788.3333333333335L916.4166666666666 787.8333333333335A749.9999999999999 749.9999999999999 0 0 0 227.0833333333333 333.3333333333335H166.6666666666667V500H227.0833333333333A583.3333333333334 583.3333333333334 0 0 1 763.25 853.5833333333335L826 1000L763.25 1146.4166666666667A583.3333333333334 583.3333333333334 0 0 1 227.0833333333333 1500H166.6666666666667V1666.6666666666667H227.0833333333333A749.9999999999999 749.9999999999999 0 0 0 916.4166666666666 1212.0833333333335L916.6666666666666 1211.6666666666665L916.9166666666666 1212.1666666666665A749.9999999999999 749.9999999999999 0 0 0 1500 1659.1666666666667V1833.3333333333333L1916.6666666666663 1583.3333333333335L1500 1333.3333333333335V1490.25A583.3333333333334 583.3333333333334 0 0 1 1070.0833333333333 1146.4166666666667L1007.3333333333331 1000L1070.0833333333333 853.5833333333335A583.3333333333334 583.3333333333334 0 0 1 1500 509.7500000000002z" />
+ <glyph glyph-name="shut-down-fill"
+ unicode="&#xEE87;"
+ horiz-adv-x="2000" d="M916.6666666666666 1829.1666666666667V1000H1083.3333333333333V1829.1666666666667C1504.4166666666667 1787.4166666666667 1833.3333333333333 1432.0833333333335 1833.3333333333333 1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000C166.6666666666667 1432.0833333333335 495.5833333333333 1787.4166666666667 916.6666666666666 1829.1666666666663z" />
+ <glyph glyph-name="shut-down-line"
+ unicode="&#xEE88;"
+ horiz-adv-x="2000" d="M522.0833333333333 1682.75L617.6666666666666 1546.1666666666667A666.6666666666666 666.6666666666666 0 1 1 1382.3333333333333 1546.1666666666667L1477.9166666666665 1682.75A832.3333333333331 832.3333333333331 0 0 0 1833.3333333333333 1000C1833.3333333333333 539.75 1460.25 166.6666666666668 1000 166.6666666666668S166.6666666666667 539.75 166.6666666666667 1000A832.3333333333331 832.3333333333331 0 0 0 522.0833333333333 1682.75zM916.6666666666666 1000V1833.3333333333333H1083.3333333333333V1000H916.6666666666666z" />
+ <glyph glyph-name="side-bar-fill"
+ unicode="&#xEE89;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM750 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H750z" />
+ <glyph glyph-name="side-bar-line"
+ unicode="&#xEE8A;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM666.6666666666666 1583.3333333333335H333.3333333333333V416.6666666666668H666.6666666666666V1583.3333333333335zM833.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H833.3333333333333z" />
+ <glyph glyph-name="signal-tower-fill"
+ unicode="&#xEE8B;"
+ horiz-adv-x="2000" d="M509.6666666666666 326.0833333333335A832.1666666666667 832.1666666666667 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000A832.1666666666667 832.1666666666667 0 0 0 1490.3333333333333 326.0833333333335L1405.75 471.0000000000002A666.6666666666666 666.6666666666666 0 1 1 594.25 471.0000000000002L509.6666666666667 326.0833333333335zM679.1666666666665 616.5A500 500 0 1 0 1320.833333333333 616.5L1234.9999999999998 763.6666666666667A333.3333333333333 333.3333333333333 0 1 1 764.9999999999999 763.6666666666667L679.1666666666666 616.5zM916.6666666666666 916.6666666666669H1083.3333333333333L1166.6666666666665 166.6666666666668H833.3333333333333L916.6666666666666 916.6666666666669z" />
+ <glyph glyph-name="signal-tower-line"
+ unicode="&#xEE8C;"
+ horiz-adv-x="2000" d="M509.6666666666666 326.0833333333335A832.1666666666667 832.1666666666667 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000A832.1666666666667 832.1666666666667 0 0 0 1490.3333333333333 326.0833333333335L1405.75 471.0000000000002A666.6666666666666 666.6666666666666 0 1 1 594.25 471.0000000000002L509.6666666666667 326.0833333333335zM679.1666666666665 616.5A500 500 0 1 0 1320.833333333333 616.5L1234.9999999999998 763.6666666666667A333.3333333333333 333.3333333333333 0 1 1 764.9999999999999 763.6666666666667L679.1666666666666 616.5zM916.6666666666666 916.6666666666669H1083.3333333333333V166.6666666666668H916.6666666666666V916.6666666666669z" />
+ <glyph glyph-name="sim-card-2-fill"
+ unicode="&#xEE8D;"
+ horiz-adv-x="2000" d="M416.6666666666667 1833.3333333333333H1250L1642.25 1441.0833333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1382.1666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM1083.3333333333333 500V1166.6666666666667H666.6666666666666V1000H916.6666666666666V500H1083.3333333333333zM666.6666666666666 916.6666666666669V750H833.3333333333333V916.6666666666669H666.6666666666666zM1166.6666666666665 916.6666666666669V750H1333.3333333333333V916.6666666666669H1166.6666666666665zM1166.6666666666665 1166.6666666666667V1000H1333.3333333333333V1166.6666666666667H1166.6666666666665zM666.6666666666666 666.6666666666667V500H833.3333333333333V666.6666666666667H666.6666666666666zM1166.6666666666665 666.6666666666667V500H1333.3333333333333V666.6666666666667H1166.6666666666665z" />
+ <glyph glyph-name="sim-card-2-line"
+ unicode="&#xEE8E;"
+ horiz-adv-x="2000" d="M500 1666.6666666666667V333.3333333333335H1500V1347.6666666666665L1181 1666.6666666666667H500zM416.6666666666667 1833.3333333333333H1250L1642.25 1441.0833333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1382.1666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM1083.3333333333333 1166.6666666666667V500H916.6666666666666V1000H666.6666666666666V1166.6666666666667H1083.3333333333333zM666.6666666666666 916.6666666666669H833.3333333333333V750H666.6666666666666V916.6666666666669zM1166.6666666666665 916.6666666666669H1333.3333333333333V750H1166.6666666666665V916.6666666666669zM1166.6666666666665 1166.6666666666667H1333.3333333333333V1000H1166.6666666666665V1166.6666666666667zM666.6666666666666 666.6666666666667H833.3333333333333V500H666.6666666666666V666.6666666666667zM1166.6666666666665 666.6666666666667H1333.3333333333333V500H1166.6666666666665V666.6666666666667z" />
+ <glyph glyph-name="sim-card-fill"
+ unicode="&#xEE8F;"
+ horiz-adv-x="2000" d="M416.6666666666667 1833.3333333333333H1250L1642.25 1441.0833333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1382.1666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM666.6666666666666 1000V500H1333.3333333333333V1000H666.6666666666666z" />
+ <glyph glyph-name="sim-card-line"
+ unicode="&#xEE90;"
+ horiz-adv-x="2000" d="M500 1666.6666666666667V333.3333333333335H1500V1347.6666666666665L1181 1666.6666666666667H500zM416.6666666666667 1833.3333333333333H1250L1642.25 1441.0833333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1382.1666666666667V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM666.6666666666666 1000H1333.3333333333333V500H666.6666666666666V1000z" />
+ <glyph glyph-name="sip-fill"
+ unicode="&#xEE91;"
+ horiz-adv-x="2000" d="M1163.3333333333333 1458L1399.0833333333335 1693.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1516.9166666666667 1693.6666666666667L1693.6666666666667 1516.9166666666667A83.33333333333333 83.33333333333333 0 0 0 1693.6666666666667 1399.0833333333335L1458 1163.3333333333335L1605.25 1016.0000000000002L1487.4166666666665 898.1666666666667L898.2499999999999 1487.4166666666667L1016 1605.25L1163.3333333333333 1458zM898.1666666666666 1251.6666666666665L1251.75 898.0833333333333L603.5833333333334 250H250V603.5833333333335L898.1666666666665 1251.75z" />
+ <glyph glyph-name="sip-line"
+ unicode="&#xEE92;"
+ horiz-adv-x="2000" d="M538.0833333333333 420.25L1251.75 1133.9166666666665L1133.9166666666667 1251.75L420.2500000000001 538.0833333333335L538.0833333333334 420.25zM1016 1369.5833333333333L898.1666666666666 1487.4166666666665L1016 1605.25L1163.3333333333333 1458L1399.0833333333335 1693.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1516.9166666666667 1693.6666666666665L1693.6666666666667 1516.9166666666665A83.33333333333333 83.33333333333333 0 0 0 1693.6666666666667 1399.0833333333333L1458 1163.3333333333333L1605.25 1015.9999999999998L1487.4166666666665 898.1666666666665L1369.5833333333333 1015.9999999999998L603.5833333333334 250H250V603.5833333333335L1016 1369.5833333333335z" />
+ <glyph glyph-name="skip-back-fill"
+ unicode="&#xEE93;"
+ horiz-adv-x="2000" d="M666.6666666666666 1055.5833333333335L1518.5833333333333 1623.5A41.666666666666664 41.666666666666664 0 0 0 1583.3333333333333 1588.8333333333335V411.1666666666668A41.666666666666664 41.666666666666664 0 0 0 1518.5833333333333 376.5000000000003L666.6666666666666 944.4166666666669V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 500 416.6666666666668V1583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 666.6666666666666 1583.3333333333335V1055.5833333333335z" />
+ <glyph glyph-name="skip-back-line"
+ unicode="&#xEE94;"
+ horiz-adv-x="2000" d="M666.6666666666666 1055.5833333333335L1518.5833333333333 1623.5A41.666666666666664 41.666666666666664 0 0 0 1583.3333333333333 1588.8333333333335V411.1666666666668A41.666666666666664 41.666666666666664 0 0 0 1518.5833333333333 376.5000000000003L666.6666666666666 944.4166666666669V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 500 416.6666666666668V1583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 666.6666666666666 1583.3333333333335V1055.5833333333335zM1416.6666666666665 644.7500000000002V1355.25L883.8333333333333 1000L1416.6666666666665 644.75z" />
+ <glyph glyph-name="skip-back-mini-fill"
+ unicode="&#xEE95;"
+ horiz-adv-x="2000" d="M583.3333333333333 1500A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 500 583.3333333333335V1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1500zM756.5833333333334 966A41.666666666666664 41.666666666666664 0 0 0 756.5833333333334 1034L1351 1453.6666666666665A41.666666666666664 41.666666666666664 0 0 0 1416.6666666666665 1419.5833333333333V580.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1351 546.3333333333335L756.5833333333334 966z" />
+ <glyph glyph-name="skip-back-mini-line"
+ unicode="&#xEE96;"
+ horiz-adv-x="2000" d="M583.3333333333333 1500A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 500 583.3333333333335V1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1500zM1250 821.6666666666667V1178.3333333333335L997.3333333333331 1000L1250 821.6666666666667zM756.5833333333334 966A41.666666666666664 41.666666666666664 0 0 0 756.5833333333334 1034L1351 1453.6666666666665A41.666666666666664 41.666666666666664 0 0 0 1416.6666666666665 1419.5833333333333V580.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1351 546.3333333333335L756.5833333333334 966z" />
+ <glyph glyph-name="skip-forward-fill"
+ unicode="&#xEE97;"
+ horiz-adv-x="2000" d="M1333.3333333333333 944.4166666666669L481.4166666666666 376.5000000000003A41.666666666666664 41.666666666666664 0 0 0 416.6666666666667 411.1666666666668V1588.8333333333335A41.666666666666664 41.666666666666664 0 0 0 481.4166666666666 1623.5L1333.3333333333333 1055.5833333333335V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1500 1583.3333333333335V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 416.6666666666668V944.4166666666669z" />
+ <glyph glyph-name="skip-forward-line"
+ unicode="&#xEE98;"
+ horiz-adv-x="2000" d="M1333.3333333333333 944.4166666666669L481.4166666666666 376.5000000000003A41.666666666666664 41.666666666666664 0 0 0 416.6666666666667 411.1666666666668V1588.8333333333335A41.666666666666664 41.666666666666664 0 0 0 481.4166666666666 1623.5L1333.3333333333333 1055.5833333333335V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1500 1583.3333333333335V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 416.6666666666668V944.4166666666669zM583.3333333333333 1355.25V644.7500000000002L1116.1666666666665 1000L583.3333333333333 1355.25z" />
+ <glyph glyph-name="skip-forward-mini-fill"
+ unicode="&#xEE99;"
+ horiz-adv-x="2000" d="M649 546.3333333333335A41.666666666666664 41.666666666666664 0 0 0 583.3333333333333 580.4166666666667V1419.5833333333335A41.666666666666664 41.666666666666664 0 0 0 649 1453.6666666666667L1243.4166666666665 1034A41.666666666666664 41.666666666666664 0 0 0 1243.4166666666665 966L648.9999999999999 546.3333333333335zM1333.3333333333333 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1500 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 1333.3333333333333 583.3333333333335V1416.6666666666667z" />
+ <glyph glyph-name="skip-forward-mini-line"
+ unicode="&#xEE9A;"
+ horiz-adv-x="2000" d="M1002.6666666666666 1000L750 1178.3333333333335V821.6666666666667L1002.6666666666666 1000zM625 538.75A41.666666666666664 41.666666666666664 0 0 0 583.3333333333333 580.4166666666667V1419.5833333333335A41.666666666666664 41.666666666666664 0 0 0 649 1453.6666666666667L1243.4166666666665 1034A41.666666666666664 41.666666666666664 0 0 0 1243.4166666666665 966L648.9999999999999 546.3333333333335A41.666666666666664 41.666666666666664 0 0 0 624.9999999999999 538.75zM1333.3333333333333 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1500 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 1333.3333333333333 583.3333333333335V1416.6666666666667z" />
+ <glyph glyph-name="skull-fill"
+ unicode="&#xEE9B;"
+ horiz-adv-x="2000" d="M1500 500V250A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 166.6666666666668H583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 500 250V500H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 583.3333333333335V1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 500H1500zM625 833.3333333333335A125 125 0 1 1 625 1083.3333333333335A125 125 0 0 1 625 833.3333333333335zM1375 833.3333333333335A125 125 0 1 1 1375 1083.3333333333335A125 125 0 0 1 1375 833.3333333333335z" />
+ <glyph glyph-name="skull-line"
+ unicode="&#xEE9C;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1000A666.6666666666666 666.6666666666666 0 1 1 333.3333333333333 1000V666.6666666666667H583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 583.3333333333335V333.3333333333335H1333.3333333333333V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 666.6666666666667H1666.6666666666665V1000zM1500 500V250A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 166.6666666666668H583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 500 250V500H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 583.3333333333335V1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 500H1500zM625 833.3333333333335A125 125 0 1 0 625 1083.3333333333335A125 125 0 0 0 625 833.3333333333335zM1375 833.3333333333335A125 125 0 1 0 1375 1083.3333333333335A125 125 0 0 0 1375 833.3333333333335z" />
+ <glyph glyph-name="skype-fill"
+ unicode="&#xEE9D;"
+ horiz-adv-x="2000" d="M1109.1666666666667 300.0000000000003A708.3333333333331 708.3333333333331 0 0 0 300 1109.166666666667A437.5 437.5 0 0 0 890.8333333333333 1700.0000000000002A708.3333333333331 708.3333333333331 0 0 0 1699.9999999999998 890.8333333333335A437.5 437.5 0 0 0 1109.1666666666665 300.0000000000003zM1004.3333333333331 570.3333333333335H1001C1240.3333333333333 570.3333333333335 1359.5833333333333 685.8333333333335 1359.5833333333333 840.5833333333335C1359.5833333333333 940.416666666667 1313.6666666666667 1046.5000000000002 1132.4166666666667 1087.0833333333335L967.1666666666669 1123.75C904.25 1138.0833333333335 832.0000000000001 1157.0833333333335 832.0000000000001 1216.666666666667S883.6666666666667 1317.7500000000002 975.6666666666669 1317.7500000000002C1161.5000000000002 1317.7500000000002 1144.5833333333335 1190.416666666667 1236.5833333333335 1190.416666666667C1284.5833333333335 1190.416666666667 1327.6666666666667 1218.916666666667 1327.6666666666667 1267.916666666667C1327.6666666666667 1382.0833333333335 1144.5833333333335 1467.916666666667 989.6666666666669 1467.916666666667C821.25 1467.916666666667 641.9166666666667 1396.3333333333335 641.9166666666667 1205.916666666667C641.9166666666667 1114.416666666667 674.7500000000001 1016.7500000000002 855.2500000000001 971.5000000000002L1079.3333333333335 915.5833333333334C1147.3333333333335 898.7500000000002 1164.1666666666667 860.6666666666667 1164.1666666666667 826.2500000000002C1164.1666666666667 769.0000000000005 1107.166666666667 713.0833333333335 1004.3333333333334 713.0833333333335C802.9166666666669 713.0833333333335 831.166666666667 867.8333333333335 723.1666666666669 867.8333333333335C674.8333333333335 867.8333333333335 639.5833333333335 834.666666666667 639.5833333333335 786.9166666666667C639.5833333333335 694.0833333333335 752.2500000000002 570.416666666667 1004.3333333333334 570.416666666667z" />
+ <glyph glyph-name="skype-line"
+ unicode="&#xEE9E;"
+ horiz-adv-x="2000" d="M1083.6666666666665 464.7500000000002A166.66666666666666 166.66666666666666 0 0 0 1186.75 447.5000000000003A270.8333333333333 270.8333333333333 0 0 1 1552.4999999999998 813.25A166.66666666666666 166.66666666666666 0 0 0 1535.2499999999998 916.3333333333334A541.6666666666666 541.6666666666666 0 0 1 916.3333333333331 1535.25A166.66666666666666 166.66666666666666 0 0 0 813.2499999999999 1552.5A270.8333333333333 270.8333333333333 0 0 1 447.5 1186.6666666666667A166.66666666666666 166.66666666666666 0 0 0 464.7499999999999 1083.5833333333335A541.6666666666666 541.6666666666666 0 0 1 1083.6666666666665 464.6666666666667zM1000 291.6666666666668A708.3333333333331 708.3333333333331 0 0 0 300 1109.1666666666667A437.5 437.5 0 0 0 890.8333333333333 1700A708.3333333333331 708.3333333333331 0 0 0 1699.9999999999998 890.8333333333333A437.5 437.5 0 0 0 1109.1666666666665 300.0000000000003C1073.5833333333333 294.5000000000003 1037.0833333333333 291.6666666666668 999.9999999999998 291.6666666666668zM1004.4166666666666 583.3333333333335C770.8333333333333 583.3333333333335 666.6666666666666 698.3333333333335 666.6666666666666 784.5C666.6666666666666 828.8333333333335 699.1666666666666 859.6666666666667 744 859.6666666666667C844 859.6666666666667 817.9166666666667 715.9166666666667 1004.4166666666666 715.9166666666667C1099.6666666666667 715.9166666666667 1152.4166666666667 767.9166666666667 1152.4166666666667 821C1152.4166666666667 853 1136.75 888.3333333333333 1073.8333333333333 904L866.3333333333334 955.9166666666666C699.1666666666666 997.9166666666666 668.8333333333333 1088.5833333333333 668.8333333333333 1173.5833333333333C668.8333333333333 1350.25 834.8333333333334 1416.6666666666667 990.8333333333334 1416.6666666666667C1134.1666666666667 1416.6666666666667 1303.8333333333333 1337 1303.8333333333333 1231C1303.8333333333333 1185.5833333333335 1263.8333333333333 1159.0833333333335 1219.5 1159.0833333333335C1134.25 1159.0833333333335 1149.9166666666665 1277.25 977.8333333333331 1277.25C892.5833333333333 1277.25 844.8333333333333 1238.75 844.8333333333333 1183.4166666666667C844.8333333333333 1128.1666666666667 911.75 1110.416666666667 970 1097.1666666666667L1123 1063.0833333333335C1290.8333333333333 1025.4166666666667 1333.3333333333333 927 1333.3333333333333 834.25C1333.3333333333333 690.5833333333335 1222.9166666666667 583.3333333333335 1001.25 583.3333333333335H1004.4166666666666z" />
+ <glyph glyph-name="slack-fill"
+ unicode="&#xEE9F;"
+ horiz-adv-x="2000" d="M543.9166666666666 790.5000000000002A164.41666666666669 164.41666666666669 0 0 0 380 626.6666666666667A164.41666666666669 164.41666666666669 0 0 0 216.0833333333333 790.5833333333335C216.0833333333333 880.8333333333335 289.75 954.5833333333334 380 954.5833333333334H543.9999999999999V790.5833333333335zM626.5833333333333 790.5000000000002C626.5833333333333 880.7500000000002 700.25 954.5 790.5 954.5C880.75 954.5 954.5 880.7500000000002 954.5 790.5000000000002V379.9166666666668A164.41666666666669 164.41666666666669 0 0 0 790.5 216.0000000000002A164.41666666666669 164.41666666666669 0 0 0 626.5833333333333 379.9166666666668V790.5000000000002zM790.5 1456.0833333333335A164.41666666666669 164.41666666666669 0 0 0 626.6666666666666 1620C626.6666666666666 1710.25 700.3333333333333 1783.9166666666667 790.5833333333333 1783.9166666666667C880.8333333333333 1783.9166666666667 954.5833333333331 1710.25 954.5833333333331 1620V1456H790.5zM790.5 1373.4166666666667C880.75 1373.4166666666667 954.5 1299.75 954.5 1209.5A164.41666666666669 164.41666666666669 0 0 0 790.5 1045.5H380A164.41666666666669 164.41666666666669 0 0 0 216.0833333333333 1209.5C216.0833333333333 1299.75 289.75 1373.416666666667 380 1373.416666666667H790.5833333333331zM1456.0833333333333 1209.5C1456.0833333333333 1299.75 1529.8333333333333 1373.416666666667 1620.0833333333333 1373.416666666667S1783.9999999999998 1299.75 1783.9999999999998 1209.5A164.41666666666669 164.41666666666669 0 0 0 1620.0833333333333 1045.5H1456.0833333333333V1209.5zM1373.4166666666665 1209.5A164.41666666666669 164.41666666666669 0 0 0 1209.4999999999998 1045.5A164.41666666666669 164.41666666666669 0 0 0 1045.4999999999998 1209.5V1620C1045.4999999999998 1710.25 1119.2499999999998 1783.9166666666667 1209.4999999999998 1783.9166666666667S1373.4166666666665 1710.25 1373.4166666666665 1620V1209.416666666667zM1209.4999999999998 543.9166666666667C1299.7499999999998 543.9166666666667 1373.4166666666665 470.1666666666667 1373.4166666666665 379.9166666666668A164.41666666666669 164.41666666666669 0 0 0 1209.4999999999998 216.0000000000002A164.41666666666669 164.41666666666669 0 0 0 1045.4999999999998 379.9166666666668V543.9166666666667H1209.4999999999998zM1209.4999999999998 626.5833333333335A164.41666666666669 164.41666666666669 0 0 0 1045.4999999999998 790.5000000000002C1045.4999999999998 880.7500000000002 1119.2499999999998 954.5000000000002 1209.4999999999998 954.5000000000002H1620.0833333333328C1710.3333333333328 954.5000000000002 1783.9999999999993 880.7500000000002 1783.9999999999993 790.5000000000002A164.41666666666669 164.41666666666669 0 0 0 1620.0833333333328 626.5833333333335H1209.4999999999995z" />
+ <glyph glyph-name="slack-line"
+ unicode="&#xEEA0;"
+ horiz-adv-x="2000" d="M1208.3333333333333 1750A125 125 0 0 0 1333.3333333333333 1625V1208.3333333333335A125 125 0 0 0 1083.3333333333333 1208.3333333333335V1625A125 125 0 0 0 1208.3333333333333 1750zM375 916.6666666666669H500V791.6666666666667A125 125 0 1 0 375 916.6666666666669zM1083.3333333333333 500H1208.3333333333333A125 125 0 1 0 1083.3333333333333 375V500zM1208.3333333333333 916.6666666666669H1625A125 125 0 0 0 1625 666.6666666666667H1208.3333333333333A125 125 0 0 0 1208.3333333333333 916.6666666666669zM1625 1333.3333333333335A125 125 0 0 0 1625 1083.3333333333335H1500V1208.3333333333335A125 125 0 0 0 1625 1333.3333333333335zM375 1333.3333333333335H791.6666666666666A125 125 0 0 0 791.6666666666666 1083.3333333333335H375A125 125 0 0 0 375 1333.3333333333335zM791.6666666666666 1750A125 125 0 0 0 916.6666666666666 1625V1500H791.6666666666666A125 125 0 0 0 791.6666666666666 1750zM791.6666666666666 916.6666666666669A125 125 0 0 0 916.6666666666666 791.6666666666667V375A125 125 0 0 0 666.6666666666666 375V791.6666666666667A125 125 0 0 0 791.6666666666666 916.6666666666669z" />
+ <glyph glyph-name="slideshow-2-fill"
+ unicode="&#xEEA1;"
+ horiz-adv-x="2000" d="M1083.3333333333333 583.3333333333335V333.3333333333335H1500V166.6666666666668H500V333.3333333333335H916.6666666666666V583.3333333333335H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 666.6666666666667V1666.6666666666667H166.6666666666667V1833.3333333333333H1833.3333333333333V1666.6666666666667H1750V666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 583.3333333333335H1083.3333333333333zM833.3333333333333 1500V916.6666666666669L1250 1208.3333333333335L833.3333333333333 1500z" />
+ <glyph glyph-name="slideshow-2-line"
+ unicode="&#xEEA2;"
+ horiz-adv-x="2000" d="M1083.3333333333333 583.3333333333335V333.3333333333335H1500V166.6666666666668H500V333.3333333333335H916.6666666666666V583.3333333333335H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 666.6666666666667V1666.6666666666667H166.6666666666667V1833.3333333333333H1833.3333333333333V1666.6666666666667H1750V666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 583.3333333333335H1083.3333333333333zM416.6666666666667 750H1583.3333333333333V1666.6666666666667H416.6666666666667V750zM833.3333333333333 1500L1250 1208.3333333333335L833.3333333333333 916.6666666666669V1500z" />
+ <glyph glyph-name="slideshow-3-fill"
+ unicode="&#xEEA3;"
+ horiz-adv-x="2000" d="M1083.3333333333333 500V333.3333333333335H1416.6666666666665V166.6666666666668H583.3333333333333V333.3333333333335H916.6666666666666V500H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 583.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 500H1083.3333333333333zM833.3333333333333 1375V875L1250 1125L833.3333333333333 1375z" />
+ <glyph glyph-name="slideshow-3-line"
+ unicode="&#xEEA4;"
+ horiz-adv-x="2000" d="M1083.3333333333333 500V333.3333333333335H1416.6666666666665V166.6666666666668H583.3333333333333V333.3333333333335H916.6666666666666V500H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 583.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 500H1083.3333333333333zM333.3333333333333 1583.3333333333335V666.6666666666667H1666.6666666666665V1583.3333333333335H333.3333333333333zM833.3333333333333 1375L1250 1125L833.3333333333333 875V1375z" />
+ <glyph glyph-name="slideshow-4-fill"
+ unicode="&#xEEA5;"
+ horiz-adv-x="2000" d="M680.8333333333333 1750A250.08333333333331 250.08333333333331 0 0 0 916.6666666666666 1916.6666666666667H1083.3333333333333C1192.1666666666667 1916.6666666666667 1284.75 1847.0833333333333 1319.1666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H680.8333333333333zM833.3333333333333 1250V750L1250 1000L833.3333333333333 1250zM916.6666666666666 1750A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 1583.3333333333335H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 1 1083.3333333333333 1750H916.6666666666666z" />
+ <glyph glyph-name="slideshow-4-line"
+ unicode="&#xEEA6;"
+ horiz-adv-x="2000" d="M680.8333333333333 1750A250.08333333333331 250.08333333333331 0 0 0 916.6666666666666 1916.6666666666667H1083.3333333333333C1192.1666666666667 1916.6666666666667 1284.75 1847.0833333333333 1319.1666666666665 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H680.8333333333333zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H1319.1666666666665A250.08333333333331 250.08333333333331 0 0 0 1083.3333333333333 1416.6666666666667H916.6666666666666A250.08333333333331 250.08333333333331 0 0 0 680.8333333333333 1583.3333333333335H333.3333333333333zM916.6666666666666 1750A83.33333333333333 83.33333333333333 0 0 1 916.6666666666666 1583.3333333333335H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 1 1083.3333333333333 1750H916.6666666666666zM833.3333333333333 1250L1250 1000L833.3333333333333 750V1250z" />
+ <glyph glyph-name="slideshow-fill"
+ unicode="&#xEEA7;"
+ horiz-adv-x="2000" d="M1083.3333333333333 250V83.3333333333335H916.6666666666666V250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1083.3333333333333zM666.6666666666666 1166.6666666666667A250 250 0 1 1 916.6666666666666 916.6666666666669H666.6666666666666V1166.6666666666667zM1083.3333333333333 1166.6666666666667V1000H1583.3333333333333V1166.6666666666667H1083.3333333333333zM1083.3333333333333 833.3333333333335V666.6666666666667H1583.3333333333333V833.3333333333335H1083.3333333333333zM166.6666666666667 1750H1833.3333333333333V1583.3333333333335H166.6666666666667V1750z" />
+ <glyph glyph-name="slideshow-line"
+ unicode="&#xEEA8;"
+ horiz-adv-x="2000" d="M1083.3333333333333 250V83.3333333333335H916.6666666666666V250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1500H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1083.3333333333333zM333.3333333333333 416.6666666666668H1666.6666666666665V1333.3333333333335H333.3333333333333V416.6666666666668zM1083.3333333333333 1166.6666666666667H1500V1000H1083.3333333333333V1166.6666666666667zM1083.3333333333333 833.3333333333335H1500V666.6666666666667H1083.3333333333333V833.3333333333335zM750 1166.6666666666667V916.6666666666669H1000A250 250 0 1 0 750 1166.6666666666667zM166.6666666666667 1750H1833.3333333333333V1583.3333333333335H166.6666666666667V1750z" />
+ <glyph glyph-name="smartphone-fill"
+ unicode="&#xEEA9;"
+ horiz-adv-x="2000" d="M500 1833.3333333333333H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1750V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V1750A83.33333333333333 83.33333333333333 0 0 0 500 1833.3333333333333zM1000 583.3333333333335A83.33333333333333 83.33333333333333 0 1 1 1000 416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1000 583.3333333333335z" />
+ <glyph glyph-name="smartphone-line"
+ unicode="&#xEEAA;"
+ horiz-adv-x="2000" d="M583.3333333333333 1666.6666666666667V333.3333333333335H1416.6666666666665V1666.6666666666667H583.3333333333333zM500 1833.3333333333333H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1750V250A83.33333333333333 83.33333333333333 0 0 0 1500 166.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 250V1750A83.33333333333333 83.33333333333333 0 0 0 500 1833.3333333333333zM1000 583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 1000 416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1000 583.3333333333335z" />
+ <glyph glyph-name="snapchat-fill"
+ unicode="&#xEEAB;"
+ horiz-adv-x="2000" d="M989.25 186.3333333333335C890.0833333333334 186.3333333333335 823.9166666666666 233.0833333333335 764.8333333333334 274.3333333333335C722.9166666666666 304.0833333333335 683.5000000000001 332.3333333333337 637.0833333333334 340.1666666666668A380.6666666666666 380.6666666666666 0 0 1 570.1666666666667 345.6666666666668C530.8333333333334 345.6666666666668 499.5833333333334 339.75 477.3333333333334 335.25C463.1666666666668 332.75 451.3333333333334 330.4166666666668 442.0000000000001 330.4166666666668C432.3333333333335 330.4166666666668 420.0833333333335 333.0833333333335 415.3333333333334 349.416666666667C411.1666666666668 362.7500000000003 408.5833333333334 375.416666666667 406.0000000000001 387.6666666666668C399.3333333333334 418.5000000000003 393.75 437.416666666667 382.1666666666668 439.3333333333335C258.0833333333335 458.2500000000002 183.8333333333334 486.8333333333337 169.3333333333334 520.6666666666667C168.1666666666668 524.3333333333335 166.7500000000001 528.1666666666667 166.7500000000001 531.0833333333335C165.9166666666668 541.5000000000002 173.4166666666668 550.0000000000002 183.8333333333334 551.9166666666667C282.2500000000001 568.2500000000002 370.6666666666668 620.5833333333337 445.3333333333335 706.7500000000002C503.3333333333334 773.666666666667 531.5833333333334 838.3333333333335 534.1666666666667 845.3333333333335C534.1666666666667 846.166666666667 534.9166666666667 846.166666666667 534.9166666666667 846.166666666667C549.0833333333334 875.416666666667 552.0000000000001 900.3333333333335 543.4166666666667 920.7500000000002C527.5000000000001 959.0833333333334 474.6666666666667 975.416666666667 438.6666666666668 986.5833333333336C429.4166666666669 989.0833333333334 421.5833333333335 992.0833333333336 414.9166666666668 994.3333333333336C384.0833333333335 1006.5833333333336 332.7500000000002 1032.666666666667 339.5000000000001 1068.666666666667C344.3333333333335 1094.666666666667 378.8333333333335 1113.2500000000002 407.0833333333335 1113.2500000000002C414.9166666666668 1113.2500000000002 421.5833333333335 1112.0833333333335 427.0833333333335 1109.0833333333335C458.7500000000001 1094.666666666667 487.3333333333334 1087.25 511.8333333333334 1087.25C542.3333333333334 1087.25 556.8333333333334 1098.75 560.5 1102.416666666667A2077.5 2077.5 0 0 1 557.5833333333334 1151.8333333333335C550.0833333333334 1265.5833333333335 541.5833333333334 1406.75 577.5833333333334 1487.6666666666667C685.75 1729.9166666666667 915.3333333333334 1749.3333333333335 983.3333333333334 1749.3333333333335L1013 1750H1017.1666666666669C1085.0833333333333 1750 1314.6666666666667 1731.0833333333335 1422.8333333333335 1488.4166666666667C1459.2500000000002 1407.5 1450.3333333333333 1265.9166666666667 1442.8333333333333 1152.5833333333335L1442.1666666666667 1147C1441.3333333333333 1131.8333333333333 1440.25 1117.3333333333335 1439.5 1102.4166666666665C1443.2500000000002 1099.5 1456.5833333333333 1088.3333333333333 1484.0833333333333 1088C1507.9166666666667 1088.6666666666665 1533.9166666666665 1096.5 1563.5833333333335 1109.9166666666665A67 67 0 0 0 1589.5833333333335 1115.4166666666667C1600.0000000000002 1115.4166666666667 1610.4166666666667 1112.9166666666667 1619.3333333333335 1109.9166666666665H1620.0833333333335C1645 1100.5833333333333 1661.3333333333335 1083.1666666666665 1661.3333333333335 1064.9166666666667C1662.0833333333335 1047.8333333333335 1648.6666666666667 1021.8333333333334 1585.1666666666667 996.1666666666669C1578.5000000000002 993.6666666666669 1570.6666666666667 990.5833333333334 1561.4166666666667 988.4166666666669C1526.0833333333335 977.5833333333334 1473.3333333333335 960.5 1456.5833333333335 922.5833333333334C1447.3333333333335 902.5833333333334 1451.0833333333335 876.9166666666667 1465.166666666667 848.0000000000002C1465.166666666667 847.166666666667 1465.916666666667 847.166666666667 1465.916666666667 847.166666666667C1470.0000000000002 836.8333333333335 1577.3333333333337 593.0833333333335 1816.2500000000005 553.3333333333335A20.499999999999996 20.499999999999996 0 0 0 1833.3333333333337 532.5000000000002C1833.3333333333337 528.8333333333335 1832.5833333333337 525.0833333333335 1830.7500000000005 521.75C1816.2500000000005 487.5833333333333 1742.666666666667 459.75 1617.8333333333337 440.4166666666668C1606.3333333333335 438.5833333333335 1600.7500000000005 419.5833333333335 1594.0833333333337 388.75A569.25 569.25 0 0 0 1584.7500000000005 350.5C1581.0833333333337 338.2500000000003 1573.2500000000002 331.5833333333333 1559.9166666666672 331.5833333333333H1558.0000000000007C1549.5000000000007 331.5833333333333 1538.0000000000007 332.6666666666668 1522.7500000000007 335.6666666666668A440.41666666666663 440.41666666666663 0 0 1 1429.8333333333342 345.3333333333333C1407.9166666666674 345.3333333333333 1385.250000000001 343.4166666666668 1363.000000000001 339.75C1316.9166666666677 332.25 1277.1666666666677 303.6666666666665 1235.1666666666677 273.9166666666668C1175.4166666666674 233.0833333333335 1108.9166666666674 186.3333333333335 1010.4166666666677 186.3333333333335H989.250000000001z" />
+ <glyph glyph-name="snapchat-line"
+ unicode="&#xEEAC;"
+ horiz-adv-x="2000" d="M1283 1118.3333333333335L1284.6666666666665 1139.0833333333335A2699.333333333333 2699.333333333333 0 0 1 1291.5833333333333 1332.9166666666667C1291.5833333333333 1405.4166666666667 1267.0833333333333 1456.75 1215.4166666666667 1504.8333333333335C1160.4166666666667 1556.0000000000002 1093.8333333333335 1583.3333333333335 999.5833333333334 1583.3333333333335C904.8333333333334 1583.3333333333335 836.4166666666667 1555.416666666667 790.4166666666667 1509.3333333333335C732.4166666666667 1451.416666666667 710.5833333333334 1407.8333333333335 710.5833333333334 1334.3333333333335C710.5833333333334 1290.916666666667 715.6666666666667 1168.166666666667 718.5833333333334 1116.166666666667A166.66666666666666 166.66666666666666 0 0 0 679.5000000000001 999.3333333333336C684.0833333333334 991.1666666666669 688.2500000000001 982.3333333333336 692.2500000000001 972.916666666667C717.2500000000002 908.666666666667 708.7500000000002 844.3333333333337 679.5833333333335 783.666666666667C646.9166666666669 715.5000000000005 618.6666666666669 667.5833333333337 562.0833333333335 604.166666666667A664.4166666666666 664.4166666666666 0 0 0 508.5833333333335 550.5833333333337A166.58333333333334 166.58333333333334 0 0 0 542.9166666666669 503.5000000000002A490.49999999999994 490.49999999999994 0 0 0 675.0000000000001 497.3333333333335C742.5000000000001 485.1666666666667 785.3333333333334 461.1666666666667 857.8333333333334 408.9166666666668L859.1666666666666 408.0000000000003L876.9166666666666 395.3333333333335C928.4999999999998 358.6666666666668 950 349.8333333333335 999.6666666666666 349.8333333333335C1050.4166666666667 349.8333333333335 1075.5 359.9166666666668 1126.5833333333333 395.8333333333335L1143.8333333333333 408.0000000000003C1216.8333333333333 460.666666666667 1261.0833333333333 485.3333333333335 1329.75 497.666666666667A555.3333333333333 555.3333333333333 0 0 0 1459.6666666666667 503.8333333333337A166.58333333333334 166.58333333333334 0 0 0 1494.416666666667 551.0833333333337A700.7500000000001 700.7500000000001 0 0 0 1443.0833333333335 602.416666666667A769.5833333333333 769.5833333333333 0 0 0 1322.5000000000002 782.416666666667C1292.2500000000005 844.8333333333337 1283.3333333333335 910.7500000000002 1311.0833333333337 975.8333333333338C1314.416666666667 984.0000000000005 1318.166666666667 991.6666666666669 1322.0833333333335 998.8333333333336A166.66666666666666 166.66666666666666 0 0 0 1283.0000000000002 1118.416666666667zM423.4166666666668 1126.8333333333335C458.3333333333334 1126.8333333333335 473.4166666666667 1101.4166666666667 525.0000000000001 1101.4166666666667C538.0833333333335 1101.4166666666667 546.6666666666667 1104.3333333333335 552.1666666666667 1106.916666666667C551.4166666666667 1119.916666666667 543.9166666666667 1272.416666666667 543.9166666666667 1334.3333333333335C543.9166666666667 1475 603.9166666666667 1558.5000000000002 672.5 1627.1666666666667C741.0833333333334 1695.8333333333335 847.9166666666666 1750 999.6666666666666 1750C1151.3333333333333 1750 1255.1666666666667 1695.5833333333335 1329 1626.8333333333335C1402.8333333333333 1558.0833333333335 1458.2499999999998 1466 1458.2499999999998 1332.8333333333335C1458.2499999999998 1203.25 1449.9999999999998 1116.6666666666667 1449.2499999999998 1106.5A49.16666666666666 49.16666666666666 0 0 1 1472.4999999999998 1101.0833333333335C1524.9999999999998 1101.0833333333335 1524.9999999999998 1126.9166666666667 1583.3333333333333 1126.9166666666667C1640.4166666666665 1126.9166666666667 1665.25 1079.4166666666665 1665.25 1058.3333333333335C1665.25 1006.5833333333331 1595.8333333333335 977.75 1554.4166666666665 964.5C1523.6666666666665 954.75 1476.833333333333 940.25 1464.8333333333333 911.5833333333334C1458.6666666666663 897.0833333333335 1461.25 878.25 1472.4999999999998 855.0833333333333C1472.7499999999998 854.4166666666667 1577.5 614.8333333333335 1799.9999999999998 577.9166666666667C1819.5833333333333 575 1832.5833333333333 557.8333333333333 1832.5833333333333 537.6666666666665C1832.5833333333333 509.9999999999998 1801.7499999999995 486.2499999999998 1772.0833333333333 472.5C1735.1666666666665 455.8333333333333 1681.1666666666665 441.6666666666665 1609.4166666666667 430.4166666666668C1605.8333333333335 423.9166666666668 1598.25 390 1589.8333333333335 356.5C1578.5833333333333 311.3333333333333 1523.0833333333337 326 1507.2500000000002 329.3333333333333A416.4166666666666 416.4166666666666 0 0 1 1357.5833333333333 333.3333333333335C1317.4166666666667 326.0833333333335 1281.5 301.8333333333335 1241.3333333333333 272.8333333333335C1181.9166666666667 230.8333333333335 1119.25 183.1666666666668 999.6666666666666 183.1666666666668C880 183.1666666666668 821 230.8333333333335 761.5833333333333 272.8333333333335C721.4166666666666 301.8333333333335 686.1666666666666 325.916666666667 645.2499999999999 333.3333333333335C570.4166666666666 346.9166666666668 514.4166666666665 330.3333333333333 495.6666666666666 328.5833333333335C476.8333333333333 326.916666666667 425.5 308.2500000000003 412.6666666666667 355.8333333333337C408.9166666666667 369.666666666667 396.75 423.166666666667 393.0833333333333 430.416666666667C321.75 441.6666666666672 267.4166666666667 456.5000000000002 230.4166666666667 473.1666666666672C200 486.916666666667 169.9166666666666 510.0833333333339 169.9166666666666 538.0833333333337C169.9166666666666 557.666666666667 183.0833333333333 574.7500000000005 202.5 578.2500000000005C422.8333333333333 618.5000000000005 516.3333333333333 828.666666666667 529.3333333333334 855.7500000000005C540.3333333333333 878.7500000000005 542.75 897.416666666667 536.9166666666666 912.3333333333338C525 940.916666666667 478.2500000000001 955.0833333333338 447.5000000000001 965.2500000000005C438.75 968.0833333333338 336.1666666666667 996.3333333333336 336.1666666666667 1058.3333333333335C336.1666666666667 1078.3333333333335 353.2500000000001 1106.0833333333335 384.6666666666667 1119.166666666667A113.33333333333333 113.33333333333333 0 0 0 423.4166666666667 1126.8333333333337z" />
+ <glyph glyph-name="sound-module-fill"
+ unicode="&#xEEAD;"
+ horiz-adv-x="2000" d="M1750 500V250H1583.3333333333333V500H1416.6666666666665V750H1916.6666666666663V500H1750zM416.6666666666667 500V250H250V500H83.3333333333333V750H583.3333333333333V500H416.6666666666667zM916.6666666666666 1500V1750H1083.3333333333333V1500H1250V1250H750V1500H916.6666666666666zM916.6666666666666 1083.3333333333335H1083.3333333333333V250H916.6666666666666V1083.3333333333335zM250 916.6666666666669V1750H416.6666666666667V916.6666666666669H250zM1583.3333333333333 916.6666666666669V1750H1750V916.6666666666669H1583.3333333333333z" />
+ <glyph glyph-name="sound-module-line"
+ unicode="&#xEEAE;"
+ horiz-adv-x="2000" d="M1750 500V250H1583.3333333333333V500H1416.6666666666665V666.6666666666667H1916.6666666666663V500H1750zM416.6666666666667 500V250H250V500H83.3333333333333V666.6666666666667H583.3333333333333V500H416.6666666666667zM916.6666666666666 1500V1750H1083.3333333333333V1500H1250V1333.3333333333335H750V1500H916.6666666666666zM916.6666666666666 1166.6666666666667H1083.3333333333333V250H916.6666666666666V1166.6666666666667zM250 833.3333333333335V1750H416.6666666666667V833.3333333333335H250zM1583.3333333333333 833.3333333333335V1750H1750V833.3333333333335H1583.3333333333333z" />
+ <glyph glyph-name="space-ship-fill"
+ unicode="&#xEEAF;"
+ horiz-adv-x="2000" d="M240 495.5000000000002A2991.4166666666665 2991.4166666666665 0 0 0 950.9166666666669 1855.5000000000005A66.66666666666666 66.66666666666666 0 0 0 1049.0833333333335 1855.5000000000005C1062.9166666666667 1840.5000000000005 1074.4166666666667 1827.8333333333337 1083.5000000000002 1817.5833333333337A2991.4166666666665 2991.4166666666665 0 0 0 1760.0000000000002 495.5000000000002C1581.5833333333337 457.9166666666667 1398.3333333333337 433.2500000000003 1211.3333333333337 422.666666666667L1037.2500000000002 74.5000000000002A41.666666666666664 41.666666666666664 0 0 0 962.7500000000005 74.5000000000002L788.666666666667 422.666666666667A3668.25 3668.25 0 0 0 240.0000000000004 495.5000000000002zM1000 750A250 250 0 1 1 1000 1250A250 250 0 0 1 1000 750z" />
+ <glyph glyph-name="space-ship-line"
+ unicode="&#xEEB0;"
+ horiz-adv-x="2000" d="M240 495.5000000000002A2991.4166666666665 2991.4166666666665 0 0 0 950.9166666666669 1855.5000000000005A66.66666666666666 66.66666666666666 0 0 0 1049.0833333333335 1855.5000000000005C1062.9166666666667 1840.5000000000005 1074.4166666666667 1827.8333333333337 1083.5000000000002 1817.5833333333337A2991.4166666666665 2991.4166666666665 0 0 0 1760.0000000000002 495.5000000000002C1581.5833333333337 457.9166666666667 1398.3333333333337 433.2500000000003 1211.3333333333337 422.666666666667L1037.2500000000002 74.5000000000002A41.666666666666664 41.666666666666664 0 0 0 962.7500000000005 74.5000000000002L788.666666666667 422.666666666667A3668.25 3668.25 0 0 0 240.0000000000004 495.5000000000002zM798.1666666666665 589.0833333333337L894.5833333333333 583.5833333333337L1000 372.75L1105.4166666666667 583.5833333333335L1201.8333333333333 589.0833333333333A3511.4166666666665 3511.4166666666665 0 0 1 1554.0833333333333 626.9166666666667A2826.0833333333326 2826.0833333333326 0 0 1 1000 1659.1666666666667A2826.0833333333326 2826.0833333333326 0 0 1 445.9166666666667 626.9166666666667C562.1666666666666 608.4166666666665 679.6666666666666 595.7500000000002 798.1666666666665 589.0833333333333zM1000 750A250 250 0 1 0 1000 1250A250 250 0 0 0 1000 750zM1000 916.6666666666669A83.33333333333333 83.33333333333333 0 1 1 1000 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1000 916.6666666666669z" />
+ <glyph glyph-name="space"
+ unicode="&#xEEB1;"
+ horiz-adv-x="2000" d="M333.3333333333333 1250V916.6666666666669H1666.6666666666665V1250H1833.3333333333333V833.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 750H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 833.3333333333335V1250H333.3333333333333z" />
+ <glyph glyph-name="speaker-2-fill"
+ unicode="&#xEEB2;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM1000 583.3333333333335A416.6666666666667 416.6666666666667 0 1 0 1000 1416.6666666666667A416.6666666666667 416.6666666666667 0 0 0 1000 583.3333333333335zM1000 416.6666666666668A583.3333333333334 583.3333333333334 0 1 1 1000 1583.3333333333335A583.3333333333334 583.3333333333334 0 0 1 1000 416.6666666666668zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 833.3333333333335z" />
+ <glyph glyph-name="speaker-2-line"
+ unicode="&#xEEB3;"
+ horiz-adv-x="2000" d="M416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM1000 666.6666666666667A333.3333333333333 333.3333333333333 0 1 1 1000 1333.3333333333335A333.3333333333333 333.3333333333333 0 0 1 1000 666.6666666666667zM1000 500A500 500 0 1 0 1000 1500A500 500 0 0 0 1000 500zM1000 875A125 125 0 1 0 1000 1125A125 125 0 0 0 1000 875z" />
+ <glyph glyph-name="speaker-3-fill"
+ unicode="&#xEEB4;"
+ horiz-adv-x="2000" d="M333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM1000 666.6666666666667A333.3333333333333 333.3333333333333 0 1 0 1000 1333.3333333333335A333.3333333333333 333.3333333333333 0 0 0 1000 666.6666666666667zM1000 500A500 500 0 1 1 1000 1500A500 500 0 0 1 1000 500zM500 1416.6666666666667A83.33333333333333 83.33333333333333 0 1 1 500 1583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 500 1416.6666666666667zM1500 1416.6666666666667A83.33333333333333 83.33333333333333 0 1 1 1500 1583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1500 1416.6666666666667zM1500 416.6666666666668A83.33333333333333 83.33333333333333 0 1 1 1500 583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1500 416.6666666666668zM500 416.6666666666668A83.33333333333333 83.33333333333333 0 1 1 500 583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 500 416.6666666666668zM1000 875A125 125 0 1 1 1000 1125A125 125 0 0 1 1000 875z" />
+ <glyph glyph-name="speaker-3-line"
+ unicode="&#xEEB5;"
+ horiz-adv-x="2000" d="M416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM583.3333333333333 1333.3333333333335A83.33333333333333 83.33333333333333 0 1 0 583.3333333333333 1500A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1333.3333333333335zM1416.6666666666665 1333.3333333333335A83.33333333333333 83.33333333333333 0 1 0 1416.6666666666665 1500A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1333.3333333333335zM1416.6666666666665 500A83.33333333333333 83.33333333333333 0 1 0 1416.6666666666665 666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 500zM583.3333333333333 500A83.33333333333333 83.33333333333333 0 1 0 583.3333333333333 666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 500zM1000 750A250 250 0 1 1 1000 1250A250 250 0 0 1 1000 750zM1000 583.3333333333335A416.6666666666667 416.6666666666667 0 1 0 1000 1416.6666666666667A416.6666666666667 416.6666666666667 0 0 0 1000 583.3333333333335zM1000 916.6666666666669A83.33333333333333 83.33333333333333 0 1 0 1000 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1000 916.6666666666669z" />
+ <glyph glyph-name="speaker-fill"
+ unicode="&#xEEB6;"
+ horiz-adv-x="2000" d="M333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333zM1000 333.3333333333335A416.6666666666667 416.6666666666667 0 1 1 1000 1166.6666666666667A416.6666666666667 416.6666666666667 0 0 1 1000 333.3333333333335zM1000 1333.3333333333335A125 125 0 1 1 1000 1583.3333333333335A125 125 0 0 1 1000 1333.3333333333335zM1000 500A250 250 0 1 0 1000 1000A250 250 0 0 0 1000 500z" />
+ <glyph glyph-name="speaker-line"
+ unicode="&#xEEB7;"
+ horiz-adv-x="2000" d="M416.6666666666667 1666.6666666666667V333.3333333333335H1583.3333333333333V1666.6666666666667H416.6666666666667zM333.3333333333333 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333zM1000 583.3333333333335A208.33333333333334 208.33333333333334 0 1 1 1000 1000A208.33333333333334 208.33333333333334 0 0 1 1000 583.3333333333335zM1000 416.6666666666668A374.99999999999994 374.99999999999994 0 1 0 1000 1166.6666666666667A374.99999999999994 374.99999999999994 0 0 0 1000 416.6666666666668zM1000 1291.6666666666667A125 125 0 1 0 1000 1541.6666666666667A125 125 0 0 0 1000 1291.6666666666667z" />
+ <glyph glyph-name="speed-fill"
+ unicode="&#xEEB8;"
+ horiz-adv-x="2000" d="M1000 888.9166666666667L231.4166666666666 376.5000000000003A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 411.1666666666668V1588.8333333333335A41.666666666666664 41.666666666666664 0 0 0 231.4166666666667 1623.5L1000 1111.0833333333335V1588.8333333333335A41.666666666666664 41.666666666666664 0 0 0 1064.7499999999998 1623.5L1947.9999999999995 1034.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1947.9999999999995 965.3333333333331L1064.7499999999998 376.5000000000003A41.666666666666664 41.666666666666664 0 0 0 999.9999999999998 411.1666666666668V888.916666666667z" />
+ <glyph glyph-name="speed-line"
+ unicode="&#xEEB9;"
+ horiz-adv-x="2000" d="M1000 888.9166666666667L231.4166666666666 376.5000000000003A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 411.1666666666668V1588.8333333333335A41.666666666666664 41.666666666666664 0 0 0 231.4166666666667 1623.5L1000 1111.0833333333335V1588.8333333333335A41.666666666666664 41.666666666666664 0 0 0 1064.7499999999998 1623.5L1947.9999999999995 1034.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1947.9999999999995 965.3333333333331L1064.7499999999998 376.5000000000003A41.666666666666664 41.666666666666664 0 0 0 999.9999999999998 411.1666666666668V888.916666666667zM866.1666666666666 1000L333.3333333333333 1355.25V644.7500000000002L866.1666666666666 1000zM1166.6666666666665 1355.25V644.7500000000002L1699.4999999999998 1000L1166.6666666666665 1355.25z" />
+ <glyph glyph-name="speed-mini-fill"
+ unicode="&#xEEBA;"
+ horiz-adv-x="2000" d="M399 546.3333333333335A41.666666666666664 41.666666666666664 0 0 0 333.3333333333333 580.4166666666667V1419.5833333333335A41.666666666666664 41.666666666666664 0 0 0 399 1453.6666666666667L993.4166666666666 1034A41.666666666666664 41.666666666666664 0 0 0 993.4166666666666 966L399 546.3333333333335zM1083.3333333333333 1419.5833333333335A41.666666666666664 41.666666666666664 0 0 0 1149 1453.6666666666667L1743.4166666666665 1034A41.666666666666664 41.666666666666664 0 0 0 1743.4166666666665 966L1149 546.3333333333335A41.666666666666664 41.666666666666664 0 0 0 1083.3333333333333 580.4166666666667V1419.5833333333335z" />
+ <glyph glyph-name="speed-mini-line"
+ unicode="&#xEEBB;"
+ horiz-adv-x="2000" d="M752.6666666666666 1000L500 1178.3333333333335V821.6666666666667L752.6666666666666 1000zM399 546.3333333333335A41.666666666666664 41.666666666666664 0 0 0 333.3333333333333 580.4166666666667V1419.5833333333335A41.666666666666664 41.666666666666664 0 0 0 399 1453.6666666666667L993.4166666666666 1034A41.666666666666664 41.666666666666664 0 0 0 993.4166666666666 966L399 546.3333333333335zM1250 821.6666666666667L1502.6666666666665 1000L1250 1178.3333333333335V821.6666666666667zM1083.3333333333333 1419.5833333333333A41.666666666666664 41.666666666666664 0 0 0 1149 1453.6666666666665L1743.4166666666665 1034A41.666666666666664 41.666666666666664 0 0 0 1743.4166666666665 966L1149 546.3333333333333A41.666666666666664 41.666666666666664 0 0 0 1083.3333333333333 580.4166666666665V1419.5833333333335z" />
+ <glyph glyph-name="stack-fill"
+ unicode="&#xEEBC;"
+ horiz-adv-x="2000" d="M1673.583333333333 1125L1773.7499999999995 1064.9166666666667A41.666666666666664 41.666666666666664 0 0 0 1773.7499999999995 993.4166666666666L1000 529.166666666667L226.25 993.4166666666669A41.666666666666664 41.666666666666664 0 0 0 226.25 1064.916666666667L326.4166666666667 1125.0000000000002L1000 720.8333333333335L1673.583333333333 1125zM1673.583333333333 733.3333333333335L1773.7499999999995 673.2500000000002A41.666666666666664 41.666666666666664 0 0 0 1773.7499999999995 601.75L1042.9166666666663 163.25A83.33333333333333 83.33333333333333 0 0 0 957.083333333333 163.25L226.2499999999999 601.75A41.666666666666664 41.666666666666664 0 0 0 226.2499999999999 673.2500000000002L326.4166666666665 733.3333333333335L1000 329.1666666666668L1673.583333333333 733.3333333333333zM1042.8333333333333 1890.9166666666667L1773.75 1452.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1773.75 1380.9166666666667L1000 916.6666666666669L226.25 1380.9166666666665A41.666666666666664 41.666666666666664 0 0 0 226.25 1452.4166666666665L957.0833333333331 1890.9166666666663A83.33333333333333 83.33333333333333 0 0 0 1042.9166666666665 1890.9166666666663z" />
+ <glyph glyph-name="stack-line"
+ unicode="&#xEEBD;"
+ horiz-adv-x="2000" d="M1673.583333333333 733.3333333333335L1773.7499999999995 673.2500000000002A41.666666666666664 41.666666666666664 0 0 0 1773.7499999999995 601.75L1042.9166666666663 163.25A83.33333333333333 83.33333333333333 0 0 0 957.083333333333 163.25L226.2499999999999 601.75A41.666666666666664 41.666666666666664 0 0 0 226.2499999999999 673.2500000000002L326.4166666666665 733.3333333333335L1000 329.1666666666668L1673.583333333333 733.3333333333333zM1673.583333333333 1125L1773.7499999999995 1064.9166666666667A41.666666666666664 41.666666666666664 0 0 0 1773.7499999999995 993.4166666666666L1000 529.166666666667L226.25 993.4166666666669A41.666666666666664 41.666666666666664 0 0 0 226.25 1064.916666666667L326.4166666666667 1125.0000000000002L1000 720.8333333333335L1673.583333333333 1125zM1042.8333333333333 1890.9166666666667L1773.75 1452.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1773.75 1380.916666666667L1000 916.6666666666669L226.25 1380.9166666666665A41.666666666666664 41.666666666666664 0 0 0 226.25 1452.4166666666665L957.0833333333331 1890.9166666666663A83.33333333333333 83.33333333333333 0 0 0 1042.9166666666665 1890.9166666666663zM1000 1722.3333333333335L490.5833333333333 1416.6666666666667L1000 1111L1509.4166666666665 1416.6666666666667L1000 1722.3333333333335z" />
+ <glyph glyph-name="stack-overflow-fill"
+ unicode="&#xEEBE;"
+ horiz-adv-x="2000" d="M1500 333.1666666666668V777.5H1666.6666666666665V166.4166666666668H333.3333333333333V777.5H500V333.0833333333335H1500zM633.25 772L659.3333333333333 937L1395.7499999999998 795.3333333333335L1386.3333333333333 663.166666666667L633.2499999999999 772.0000000000002zM733.2499999999999 1149.6666666666665L794.2499999999999 1283L1460.75 971.9166666666666L1399.6666666666665 838.6666666666665L733.1666666666665 1149.6666666666665zM922 1477.3333333333335L1016.4166666666666 1588.4166666666667L1582.9166666666663 1116.3333333333335L1488.4999999999998 1005.2500000000002L921.9999999999998 1477.3333333333335zM1283 1821.6666666666663L1721.75 1233L1605.0833333333335 1144.0833333333335L1166.416666666667 1732.8333333333333L1283.0833333333335 1821.6666666666663zM611 444.3333333333335V611.0000000000002H1388.4999999999998V444.3333333333335H610.9999999999999z" />
+ <glyph glyph-name="stack-overflow-line"
+ unicode="&#xEEBF;"
+ horiz-adv-x="2000" d="M1500 333.1666666666668V750H1666.6666666666665V166.5000000000002H333.3333333333333V750H500V333.1666666666668H1500zM625 500V666.6666666666667H1375V500H625zM631.4166666666666 865L660.3333333333333 1029.1666666666667L1399 898.9166666666667L1370 734.75L631.4166666666667 865zM767.5833333333334 1323.6666666666665L850.9166666666666 1468L1500.4166666666665 1093L1417.0833333333333 948.6666666666669L767.5833333333331 1323.6666666666667zM1052.3333333333333 1708.0833333333333L1180 1815.25L1662.0833333333333 1240.6666666666667L1534.4166666666665 1133.5833333333335L1052.3333333333333 1708.0833333333333z" />
+ <glyph glyph-name="star-fill"
+ unicode="&#xEEC0;"
+ horiz-adv-x="2000" d="M1000 478.3333333333333L412.25 149.3333333333333L543.5 810L48.9166666666667 1267.3333333333335L717.8333333333333 1346.6666666666667L1000 1958.3333333333333L1282.1666666666665 1346.6666666666667L1951.0833333333333 1267.3333333333335L1456.4999999999998 810L1587.7499999999998 149.3333333333333z" />
+ <glyph glyph-name="star-half-fill"
+ unicode="&#xEEC1;"
+ horiz-adv-x="2000" d="M1000 669.3333333333335L1353.9166666666665 471.2500000000002L1274.8333333333333 869.0000000000002L1572.583333333333 1144.4166666666667L1169.833333333333 1192.1666666666667L1000 1560.4166666666667V669.3333333333335zM1000 478.3333333333335L412.25 149.3333333333335L543.5 810.0000000000002L48.9166666666667 1267.3333333333335L717.8333333333333 1346.6666666666667L1000 1958.3333333333333L1282.1666666666665 1346.6666666666667L1951.0833333333333 1267.3333333333335L1456.4999999999998 810L1587.7499999999998 149.3333333333333L1000 478.3333333333333z" />
+ <glyph glyph-name="star-half-line"
+ unicode="&#xEEC2;"
+ horiz-adv-x="2000" d="M1000 669.3333333333335L1353.9166666666665 471.2500000000002L1274.8333333333333 869.0000000000002L1572.583333333333 1144.4166666666667L1169.833333333333 1192.1666666666667L1000 1560.4166666666667V669.3333333333335zM1000 478.3333333333335L412.25 149.3333333333335L543.5 810.0000000000002L48.9166666666667 1267.3333333333335L717.8333333333333 1346.6666666666667L1000 1958.3333333333333L1282.1666666666665 1346.6666666666667L1951.0833333333333 1267.3333333333335L1456.4999999999998 810L1587.7499999999998 149.3333333333333L1000 478.3333333333333z" />
+ <glyph glyph-name="star-half-s-fill"
+ unicode="&#xEEC3;"
+ horiz-adv-x="2000" d="M1000 778.6666666666667L1234.75 635.3333333333333L1170.9166666666665 902.8333333333331L1379.8333333333333 1081.75L1105.6666666666667 1103.75L1000 1357.6666666666667V778.6666666666667zM1000 583.3333333333335L510.1666666666666 284.1666666666668L643.3333333333333 842.5L207.5 1215.8333333333335L779.5833333333334 1261.6666666666667L1000 1791.6666666666667L1220.4166666666665 1261.6666666666667L1792.5833333333333 1215.8333333333335L1356.6666666666667 842.5L1489.8333333333333 284.1666666666668L1000 583.3333333333335z" />
+ <glyph glyph-name="star-half-s-line"
+ unicode="&#xEEC4;"
+ horiz-adv-x="2000" d="M1000 778.6666666666667L1234.75 635.3333333333333L1170.9166666666665 902.8333333333331L1379.8333333333333 1081.75L1105.6666666666667 1103.75L1000 1357.6666666666667V778.6666666666667zM1000 583.3333333333335L510.1666666666666 284.1666666666668L643.3333333333333 842.5L207.5 1215.8333333333335L779.5833333333334 1261.6666666666667L1000 1791.6666666666667L1220.4166666666665 1261.6666666666667L1792.5833333333333 1215.8333333333335L1356.6666666666667 842.5L1489.8333333333333 284.1666666666668L1000 583.3333333333335z" />
+ <glyph glyph-name="star-line"
+ unicode="&#xEEC5;"
+ horiz-adv-x="2000" d="M1000 478.3333333333333L412.25 149.3333333333333L543.5 810L48.9166666666667 1267.3333333333335L717.8333333333333 1346.6666666666667L1000 1958.3333333333333L1282.1666666666665 1346.6666666666667L1951.0833333333333 1267.3333333333335L1456.4999999999998 810L1587.7499999999998 149.3333333333333L1000 478.3333333333333zM1000 669.3333333333333L1353.9166666666665 471.2499999999998L1274.8333333333333 868.9999999999998L1572.583333333333 1144.4166666666665L1169.833333333333 1192.1666666666665L1000 1560.4166666666667L830.1666666666666 1192.0833333333335L427.4166666666667 1144.4166666666667L725.1666666666666 869.0000000000002L646.0833333333333 471.2500000000002L1000 669.3333333333335z" />
+ <glyph glyph-name="star-s-fill"
+ unicode="&#xEEC6;"
+ horiz-adv-x="2000" d="M1000 583.3333333333335L510.1666666666666 284.1666666666668L643.3333333333333 842.5L207.5 1215.8333333333335L779.5833333333334 1261.6666666666667L1000 1791.6666666666667L1220.4166666666665 1261.6666666666667L1792.5833333333333 1215.8333333333335L1356.6666666666667 842.5L1489.8333333333333 284.1666666666668z" />
+ <glyph glyph-name="star-s-line"
+ unicode="&#xEEC7;"
+ horiz-adv-x="2000" d="M1000 583.3333333333335L510.1666666666666 284.1666666666668L643.3333333333333 842.5L207.5 1215.8333333333335L779.5833333333334 1261.6666666666667L1000 1791.6666666666667L1220.4166666666665 1261.6666666666667L1792.5833333333333 1215.8333333333335L1356.6666666666667 842.5L1489.8333333333333 284.1666666666668L1000 583.3333333333335zM1000 778.6666666666667L1234.75 635.3333333333333L1170.9166666666665 902.8333333333331L1379.8333333333333 1081.75L1105.6666666666667 1103.75L1000 1357.6666666666667L894.3333333333333 1103.75L620.1666666666665 1081.75L829.0833333333333 902.8333333333331L765.2499999999999 635.3333333333333L1000 778.5833333333335z" />
+ <glyph glyph-name="stop-circle-fill"
+ unicode="&#xEEC8;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM750 1250V750H1250V1250H750z" />
+ <glyph glyph-name="stop-circle-line"
+ unicode="&#xEEC9;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM750 1250H1250V750H750V1250z" />
+ <glyph glyph-name="stop-fill"
+ unicode="&#xEECA;"
+ horiz-adv-x="2000" d="M500 1583.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1500V500A83.33333333333333 83.33333333333333 0 0 0 1500 416.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 500V1500A83.33333333333333 83.33333333333333 0 0 0 500 1583.3333333333335z" />
+ <glyph glyph-name="stop-line"
+ unicode="&#xEECB;"
+ horiz-adv-x="2000" d="M583.3333333333333 1416.6666666666667V583.3333333333335H1416.6666666666665V1416.6666666666667H583.3333333333333zM500 1583.3333333333335H1500A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 1500V500A83.33333333333333 83.33333333333333 0 0 0 1500 416.6666666666668H500A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 500V1500A83.33333333333333 83.33333333333333 0 0 0 500 1583.3333333333335z" />
+ <glyph glyph-name="stop-mini-fill"
+ unicode="&#xEECC;"
+ horiz-adv-x="2000" d="M500 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 0 1 583.3333333333333 500H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 1 1500 583.3333333333335V1416.6666666666667A83.33333333333333 83.33333333333333 0 0 1 1416.6666666666665 1500H583.3333333333333A83.33333333333333 83.33333333333333 0 0 1 500 1416.6666666666667z" />
+ <glyph glyph-name="stop-mini-line"
+ unicode="&#xEECD;"
+ horiz-adv-x="2000" d="M666.6666666666666 1333.3333333333335V666.6666666666667H1333.3333333333333V1333.3333333333335H666.6666666666666zM500 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 1500H1416.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1500 1416.6666666666667V583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 500H583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 500 583.3333333333335V1416.6666666666667z" />
+ <glyph glyph-name="store-2-fill"
+ unicode="&#xEECE;"
+ horiz-adv-x="2000" d="M1833.3333333333333 333.3333333333335V166.6666666666668H166.6666666666667V333.3333333333335H250V896.5A374.66666666666663 374.66666666666663 0 0 0 83.3333333333333 1208.3333333333335C83.3333333333333 1277.25 102 1343.6666666666667 136.0833333333333 1400.25L362.0833333333333 1791.6666666666667A83.33333333333333 83.33333333333333 0 0 0 434.25 1833.3333333333333H1565.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1637.9999999999998 1791.6666666666667L1863.1666666666663 1401.5A374.66666666666663 374.66666666666663 0 0 0 1750 896.5V333.3333333333335H1833.3333333333333zM482.4166666666666 1666.6666666666667L279.6666666666667 1315.5833333333335A208.33333333333334 208.33333333333334 0 0 1 651.8333333333333 1130.916666666667C679.75 1200.666666666667 778.5 1200.666666666667 806.5 1130.916666666667A208.33333333333334 208.33333333333334 0 0 1 1193.5 1130.916666666667C1221.4166666666667 1200.666666666667 1320.1666666666667 1200.666666666667 1348.1666666666667 1130.916666666667A208.33333333333334 208.33333333333334 0 1 1 1719.5833333333333 1316.9166666666667L1517.5 1666.6666666666667H482.5z" />
+ <glyph glyph-name="store-2-line"
+ unicode="&#xEECF;"
+ horiz-adv-x="2000" d="M1750 896.5V333.3333333333335H1833.3333333333333V166.6666666666668H166.6666666666667V333.3333333333335H250V896.5A374.66666666666663 374.66666666666663 0 0 0 83.3333333333333 1208.3333333333335C83.3333333333333 1277.25 102 1343.6666666666667 136.0833333333333 1400.25L362.0833333333333 1791.6666666666667A83.33333333333333 83.33333333333333 0 0 0 434.25 1833.3333333333333H1565.8333333333333A83.33333333333333 83.33333333333333 0 0 0 1637.9999999999998 1791.6666666666667L1863.1666666666663 1401.5A374.66666666666663 374.66666666666663 0 0 0 1750 896.5zM1583.3333333333333 835.6666666666665A374.66666666666663 374.66666666666663 0 0 0 1270.8333333333333 949A374.66666666666663 374.66666666666663 0 0 0 1000 833.25A374.66666666666663 374.66666666666663 0 0 0 729.1666666666666 948.8333333333334A374.66666666666663 374.66666666666663 0 0 0 416.6666666666667 835.5833333333333V333.3333333333335H1583.3333333333333V835.5833333333335zM482.4166666666666 1666.6666666666667L279.6666666666667 1315.5833333333335A208.33333333333334 208.33333333333334 0 0 1 651.8333333333333 1130.916666666667C679.75 1200.666666666667 778.5 1200.666666666667 806.5 1130.916666666667A208.33333333333334 208.33333333333334 0 0 1 1193.5 1130.916666666667C1221.4166666666667 1200.666666666667 1320.1666666666667 1200.666666666667 1348.1666666666667 1130.916666666667A208.33333333333334 208.33333333333334 0 1 1 1719.5833333333333 1316.9166666666667L1517.5 1666.6666666666667H482.5z" />
+ <glyph glyph-name="store-3-fill"
+ unicode="&#xEED0;"
+ horiz-adv-x="2000" d="M1750 916.6666666666669V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V916.6666666666669H166.6666666666667V1083.3333333333335L250 1500H1750L1833.3333333333333 1083.3333333333335V916.6666666666669H1750zM416.6666666666667 916.6666666666669V416.6666666666668H1583.3333333333333V916.6666666666669H416.6666666666667zM500 833.3333333333335H1166.6666666666665V583.3333333333335H500V833.3333333333335zM250 1750H1750V1583.3333333333335H250V1750z" />
+ <glyph glyph-name="store-3-line"
+ unicode="&#xEED1;"
+ horiz-adv-x="2000" d="M1750 916.6666666666669V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V916.6666666666669H166.6666666666667V1083.3333333333335L250 1500H1750L1833.3333333333333 1083.3333333333335V916.6666666666669H1750zM416.6666666666667 916.6666666666669V416.6666666666668H1583.3333333333333V916.6666666666669H416.6666666666667zM336.6666666666667 1083.3333333333335H1663.3333333333333L1613.3333333333333 1333.3333333333335H386.6666666666667L336.6666666666667 1083.3333333333335zM500 833.3333333333335H1166.6666666666665V583.3333333333335H500V833.3333333333335zM250 1750H1750V1583.3333333333335H250V1750z" />
+ <glyph glyph-name="store-fill"
+ unicode="&#xEED2;"
+ horiz-adv-x="2000" d="M1750 1029.5V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1029.5A332.0833333333333 332.0833333333333 0 0 0 166.6666666666667 1250V1750A83.33333333333333 83.33333333333333 0 0 0 250 1833.3333333333333H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1750V1250C1833.3333333333333 1165.5 1801.8333333333333 1088.3333333333335 1750 1029.5zM1166.6666666666665 1250A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 1250A166.66666666666666 166.66666666666666 0 1 1 1666.6666666666665 1250V1666.6666666666667H333.3333333333333V1250A166.66666666666666 166.66666666666666 0 1 1 666.6666666666666 1250A83.33333333333333 83.33333333333333 0 1 0 833.3333333333333 1250A166.66666666666666 166.66666666666666 0 1 1 1166.6666666666665 1250z" />
+ <glyph glyph-name="store-line"
+ unicode="&#xEED3;"
+ horiz-adv-x="2000" d="M1750 1029.5V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1029.5A332.0833333333333 332.0833333333333 0 0 0 166.6666666666667 1250V1750A83.33333333333333 83.33333333333333 0 0 0 250 1833.3333333333333H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1750V1250C1833.3333333333333 1165.5 1801.8333333333333 1088.3333333333335 1750 1029.5zM1583.3333333333333 927.1666666666669A333.9166666666666 333.9166666666666 0 0 0 1250 1029.5A332.49999999999994 332.49999999999994 0 0 0 1000 916.6666666666669A332.49999999999994 332.49999999999994 0 0 0 750 1029.5A332.49999999999994 332.49999999999994 0 0 0 416.6666666666667 927.1666666666669V333.3333333333335H1583.3333333333333V927.1666666666669zM1166.6666666666665 1250A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 1250A166.66666666666666 166.66666666666666 0 1 1 1666.6666666666665 1250V1666.6666666666667H333.3333333333333V1250A166.66666666666666 166.66666666666666 0 1 1 666.6666666666666 1250A83.33333333333333 83.33333333333333 0 1 0 833.3333333333333 1250A166.66666666666666 166.66666666666666 0 1 1 1166.6666666666665 1250z" />
+ <glyph glyph-name="subtract-fill"
+ unicode="&#xEED4;"
+ horiz-adv-x="2000" d="M416.6666666666667 1083.3333333333335H1583.3333333333333V916.6666666666669H416.6666666666667z" />
+ <glyph glyph-name="subtract-line"
+ unicode="&#xEED5;"
+ horiz-adv-x="2000" d="M416.6666666666667 1083.3333333333335H1583.3333333333333V916.6666666666669H416.6666666666667z" />
+ <glyph glyph-name="subway-fill"
+ unicode="&#xEED6;"
+ horiz-adv-x="2000" d="M1433.3333333333333 333.3333333333335L1583.3333333333333 208.3333333333335V166.6666666666668H416.6666666666667V208.3333333333335L566.6666666666666 333.3333333333335H416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 250 500V1416.6666666666667A333.3333333333333 333.3333333333333 0 0 0 583.3333333333333 1750H1416.6666666666665A333.3333333333333 333.3333333333333 0 0 0 1750 1416.6666666666667V500A166.66666666666666 166.66666666666666 0 0 0 1583.3333333333333 333.3333333333335H1433.3333333333333zM916.6666666666666 1000V1583.3333333333335H583.3333333333333A166.66666666666666 166.66666666666666 0 0 1 416.6666666666667 1416.6666666666667V1000H916.6666666666666zM1083.3333333333333 1000H1583.3333333333333V1416.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1416.6666666666665 1583.3333333333335H1083.3333333333333V1000zM625 500A125 125 0 1 1 625 750A125 125 0 0 1 625 500zM1375 500A125 125 0 1 1 1375 750A125 125 0 0 1 1375 500z" />
+ <glyph glyph-name="subway-line"
+ unicode="&#xEED7;"
+ horiz-adv-x="2000" d="M1433.3333333333333 333.3333333333335L1583.3333333333333 208.3333333333335V166.6666666666668H416.6666666666667V208.3333333333335L566.6666666666666 333.3333333333335H416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 250 500V1416.6666666666667A333.3333333333333 333.3333333333333 0 0 0 583.3333333333333 1750H1416.6666666666665A333.3333333333333 333.3333333333333 0 0 0 1750 1416.6666666666667V500A166.66666666666666 166.66666666666666 0 0 0 1583.3333333333333 333.3333333333335H1433.3333333333333zM1083.3333333333333 1583.3333333333335V1083.3333333333335H1583.3333333333333V1416.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1416.6666666666665 1583.3333333333335H1083.3333333333333zM916.6666666666666 1583.3333333333335H583.3333333333333A166.66666666666666 166.66666666666666 0 0 1 416.6666666666667 1416.6666666666667V1083.3333333333335H916.6666666666666V1583.3333333333335zM1583.3333333333333 916.6666666666669H416.6666666666667V500H1583.3333333333333V916.6666666666669zM625 583.3333333333335A125 125 0 1 0 625 833.3333333333335A125 125 0 0 0 625 583.3333333333335zM1375 583.3333333333335A125 125 0 1 0 1375 833.3333333333335A125 125 0 0 0 1375 583.3333333333335z" />
+ <glyph glyph-name="surround-sound-fill"
+ unicode="&#xEED8;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM587.5 1406.5833333333335A581.4999999999999 581.4999999999999 0 0 1 416.6666666666667 994.0833333333334C416.6666666666667 833 481.9999999999999 687.1666666666667 587.5 581.5833333333333L705.3333333333334 699.4166666666667A415.3333333333333 415.3333333333333 0 0 0 583.3333333333333 994.1666666666669C583.3333333333333 1109.1666666666665 630 1213.3333333333333 705.3333333333334 1288.75L587.5 1406.6666666666667zM1412.4999999999998 1406.5833333333335L1294.6666666666665 1288.6666666666665A415.3333333333333 415.3333333333333 0 0 0 1416.6666666666665 994.1666666666669C1416.6666666666665 879.1666666666667 1370 775.0000000000002 1294.6666666666665 699.5L1412.4999999999998 581.6666666666667A581.4999999999999 581.4999999999999 0 0 1 1583.3333333333333 994.1666666666669A581.4999999999999 581.4999999999999 0 0 1 1412.4999999999998 1406.6666666666667zM1000 744.0833333333335A250 250 0 1 1 1000 1244.0833333333335A250 250 0 0 1 1000 744.0833333333335zM1000 910.75A83.33333333333333 83.33333333333333 0 1 0 1000 1077.4166666666667A83.33333333333333 83.33333333333333 0 0 0 1000 910.75z" />
+ <glyph glyph-name="surround-sound-line"
+ unicode="&#xEED9;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM587.5 1406.5833333333335L705.3333333333334 1288.6666666666665A415.3333333333333 415.3333333333333 0 0 1 583.3333333333333 994.1666666666669C583.3333333333333 879.1666666666667 630 775.0000000000002 705.3333333333334 699.5L587.5 581.6666666666667A581.4999999999999 581.4999999999999 0 0 0 416.6666666666667 994.1666666666669C416.6666666666667 1155.25 481.9999999999999 1301.0833333333335 587.5 1406.6666666666667zM1412.4999999999998 1406.5833333333335A581.4999999999999 581.4999999999999 0 0 0 1583.3333333333333 994.0833333333331A581.4999999999999 581.4999999999999 0 0 0 1412.4999999999998 581.5833333333333L1294.6666666666665 699.4166666666667A415.3333333333333 415.3333333333333 0 0 1 1416.6666666666665 994.1666666666669C1416.6666666666665 1109.1666666666665 1370 1213.3333333333333 1294.6666666666665 1288.75L1412.4999999999998 1406.6666666666667zM1000 910.75A83.33333333333333 83.33333333333333 0 1 1 1000 1077.4166666666667A83.33333333333333 83.33333333333333 0 0 1 1000 910.75zM1000 744.0833333333335A250 250 0 1 0 1000 1244.0833333333335A250 250 0 0 0 1000 744.0833333333335z" />
+ <glyph glyph-name="swap-box-fill"
+ unicode="&#xEEDA;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1250 1416.6666666666667V1250H916.6666666666666V1083.3333333333335H1250V916.6666666666669L1541.6666666666665 1166.6666666666667L1250 1416.6666666666667zM750 583.3333333333335V750H1083.3333333333333V916.6666666666669H750V1083.3333333333335L458.3333333333333 833.3333333333335L750 583.3333333333335z" />
+ <glyph glyph-name="swap-box-line"
+ unicode="&#xEEDB;"
+ horiz-adv-x="2000" d="M333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1250 1416.6666666666667L1541.6666666666665 1166.6666666666667L1250 916.6666666666669V1083.3333333333335H916.6666666666666V1250H1250V1416.6666666666667zM750 583.3333333333335L458.3333333333333 833.3333333333335L750 1083.3333333333335V916.6666666666669H1083.3333333333333V750H750V583.3333333333335z" />
+ <glyph glyph-name="swap-fill"
+ unicode="&#xEEDC;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM583.3333333333333 1250H750V916.6666666666669H916.6666666666666V1250H1083.3333333333333L833.3333333333333 1541.6666666666667L583.3333333333333 1250zM1416.6666666666665 750H1250V1083.3333333333335H1083.3333333333333V750H916.6666666666666L1166.6666666666665 458.3333333333335L1416.6666666666665 750z" />
+ <glyph glyph-name="swap-line"
+ unicode="&#xEEDD;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM583.3333333333333 1250L833.3333333333333 1541.6666666666667L1083.3333333333333 1250H916.6666666666666V916.6666666666669H750V1250H583.3333333333333zM1416.6666666666665 750L1166.6666666666665 458.3333333333335L916.6666666666666 750H1083.3333333333333V1083.3333333333335H1250V750H1416.6666666666665z" />
+ <glyph glyph-name="t-box-fill"
+ unicode="&#xEEDE;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1333.3333333333335H583.3333333333333V1166.6666666666667H916.6666666666666V583.3333333333335H1083.3333333333333V1166.6666666666667H1416.6666666666665V1333.3333333333335zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750z" />
+ <glyph glyph-name="t-box-line"
+ unicode="&#xEEDF;"
+ horiz-adv-x="2000" d="M416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM333.3333333333333 1750H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 250H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1750zM1083.3333333333333 1166.6666666666667V583.3333333333335H916.6666666666666V1166.6666666666667H583.3333333333333V1333.3333333333335H1416.6666666666665V1166.6666666666667H1083.3333333333333z" />
+ <glyph glyph-name="table-fill"
+ unicode="&#xEEE0;"
+ horiz-adv-x="2000" d="M1250 250H750V1166.6666666666667H1250V250zM1416.6666666666665 250V1166.6666666666667H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H1416.6666666666665zM583.3333333333333 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1166.6666666666667H583.3333333333333V250zM1833.3333333333333 1333.3333333333335H166.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1333.3333333333335z" />
+ <glyph glyph-name="table-line"
+ unicode="&#xEEE1;"
+ horiz-adv-x="2000" d="M333.3333333333333 1333.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V1333.3333333333335zM1166.6666666666665 416.6666666666668V1166.6666666666667H833.3333333333333V416.6666666666668H1166.6666666666665zM1333.3333333333333 416.6666666666668H1666.6666666666665V1166.6666666666667H1333.3333333333333V416.6666666666668zM666.6666666666666 416.6666666666668V1166.6666666666667H333.3333333333333V416.6666666666668H666.6666666666666zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750z" />
+ <glyph glyph-name="tablet-fill"
+ unicode="&#xEEE2;"
+ horiz-adv-x="2000" d="M416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM1000 583.3333333333335A83.33333333333333 83.33333333333333 0 1 1 1000 416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1000 583.3333333333335z" />
+ <glyph glyph-name="tablet-line"
+ unicode="&#xEEE3;"
+ horiz-adv-x="2000" d="M500 1666.6666666666667V333.3333333333335H1500V1666.6666666666667H500zM416.6666666666667 1833.3333333333333H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 1750V250A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 166.6666666666668H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 250V1750A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1833.3333333333333zM1000 583.3333333333335A83.33333333333333 83.33333333333333 0 1 0 1000 416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1000 583.3333333333335z" />
+ <glyph glyph-name="taobao-fill"
+ unicode="&#xEEE4;"
+ horiz-adv-x="2000" d="M298 1310.25L198.5833333333333 1156.75L381.9166666666667 1042.5S503.9166666666667 979.6666666666669 445.5 861.75C391.3333333333333 750.25 125 505.9166666666665 125 505.9166666666665L363.5 356.0833333333331C528.8333333333333 716.583333333333 517.6666666666666 668.583333333333 559.0833333333333 798.2499999999998C601.75 929.9166666666666 611.0833333333333 1031.083333333333 538.9166666666666 1104.6666666666665C446.1666666666666 1198.4166666666665 435.7499999999999 1207.1666666666665 298 1310.2499999999998zM428.3333333333334 1368.0833333333335C515 1368.0833333333335 585.25 1431.25 585.25 1509.1666666666667C585.25 1587.75 515 1650.916666666667 428.3333333333334 1650.916666666667C341 1650.916666666667 271.0833333333334 1587.4166666666667 271.0833333333334 1509.1666666666667C271.5 1431.5833333333335 341.0833333333334 1368.0833333333335 428.3333333333334 1368.0833333333335zM1845.4166666666663 1350.5833333333335S1793.4166666666667 1756.4166666666667 911.4999999999998 1505.0833333333335C949.4166666666666 1571.3333333333335 967.2499999999998 1614 967.2499999999998 1614L747.2499999999999 1676.5S658.0833333333331 1384.1666666666667 499.5833333333333 1248.166666666667C499.5833333333333 1248.166666666667 653.4166666666665 1158.75 651.7499999999999 1161.5000000000002A1422.4999999999998 1422.4999999999998 0 0 1 768.9999999999999 1294.5000000000002C804.3333333333333 1310.3333333333335 838.1666666666666 1324.7500000000002 871.1666666666666 1338.166666666667C830.1666666666666 1264.2500000000005 764.6666666666666 1153.3333333333337 698.8333333333334 1083.5000000000002L791.5 1001.5000000000002S855.0000000000001 1063.0000000000002 923.9166666666669 1136.5000000000002H1002.5V1000.166666666667H695.4166666666666V891.3333333333335H1002.5V630.2500000000002L990.8333333333334 630.5833333333337C956.8333333333334 632.2500000000005 904.4166666666669 638.0000000000002 883.5833333333334 670.916666666667C858.7500000000001 711.2500000000005 877.1666666666667 784.166666666667 878.2500000000001 829.5000000000005H666.25L658.5 825.1666666666672S580.5833333333334 474.7500000000002 882.5833333333334 482.4166666666672C1164.75 474.7500000000007 1326.75 562.0833333333337 1404.6666666666667 622.1666666666672L1435.5000000000002 506.0000000000007L1609.6666666666667 579.5000000000007L1491.6666666666667 869.8333333333339L1350.5833333333333 825.1666666666674L1376.75 726.0000000000007C1341.1666666666667 698.5000000000007 1299.25 678.3333333333342 1254.5 663.1666666666674V891.3333333333342H1553.8333333333333V1000.5000000000008H1254.5V1136.9166666666674H1554.8333333333333V1245.75H1020.6666666666669C1059.3333333333335 1293.1666666666667 1089.1666666666665 1336.5 1097.3333333333333 1363.6666666666667L1003.8333333333334 1389.25C1403.6666666666667 1533.6666666666667 1626.3333333333335 1508.8333333333335 1624.6666666666667 1272.3333333333335V649.4166666666667S1648.2500000000002 435.75 1405.0000000000002 450.8333333333335L1273.3333333333335 479.4166666666667L1242.7500000000002 353.4166666666668S1810.8333333333337 189.5000000000002 1857.25 629.5833333333335C1903.25 1069.75 1845.4166666666667 1350.5833333333333 1845.4166666666667 1350.5833333333333z" />
+ <glyph glyph-name="taobao-line"
+ unicode="&#xEEE5;"
+ horiz-adv-x="2000" d="M1431 833.3333333333335H1208.3333333333333V718.75C1254.1666666666667 737.1666666666667 1304.4166666666667 759.5833333333335 1359.3333333333333 786.25L1352.5 806.0833333333335L1431 833.3333333333335zM1500 857.2500000000002L1510 860.7500000000002C1563.4166666666667 706.5000000000002 1596.1666666666665 609.75 1608.7499999999998 569.0833333333335L1449.4166666666667 519.9166666666667C1443.2499999999998 539.9166666666667 1431.4166666666665 575.916666666667 1413.8333333333333 627.6666666666667C907.0833333333334 387.25 691.2500000000001 456.5000000000002 663.1666666666667 786.5833333333335L829.2500000000001 800.75C837.5833333333335 703.6666666666667 857.9166666666667 665.5833333333333 904.0000000000002 654.75C936.7500000000002 647 982.3333333333334 649.5000000000002 1041.6666666666667 663.4166666666665V833.3333333333335H750V1000H792.75L695.5 1115.8333333333335C782.4166666666665 1188.8333333333335 850.3333333333334 1268.3333333333335 899.5 1354.5C856.3333333333333 1343.25 813.0833333333334 1331.1666666666667 770.25 1318.25A1162.9166666666665 1162.9166666666665 0 0 0 624.0833333333334 1142.5L507.4166666666667 1261.5000000000002C613.4166666666667 1365.5000000000002 701.8333333333334 1504.0000000000002 772.0833333333334 1677.6666666666667L926.5833333333331 1615.1666666666667A1809.1666666666665 1809.1666666666665 0 0 0 886.5833333333333 1523.4166666666667C1195.0833333333333 1601.4166666666667 1492.8333333333335 1633.1666666666667 1648.0833333333333 1580.0833333333335C1750 1545.25 1808 1464.1666666666667 1830.3333333333337 1364.75C1844.5000000000005 1301.75 1856.4166666666667 1140.6666666666667 1856.4166666666667 937.8333333333334C1856.4166666666667 703.9166666666667 1851.75 623.666666666667 1828.0833333333333 552.666666666667C1803.3333333333333 478.5000000000002 1770.0833333333333 434.5000000000003 1710.8333333333333 387.3333333333337C1656.0833333333333 343.7500000000005 1581.4166666666665 323.7500000000003 1490.4166666666667 318.7500000000003C1434.3333333333335 315.666666666667 1376.4166666666667 318.5000000000003 1315.8333333333333 325.416666666667A1634.4999999999998 1634.4999999999998 0 0 0 1266.1666666666667 331.6666666666668L1288.1666666666665 496.8333333333335A4753.25 4753.25 0 0 1 1334.4999999999998 491C1386.5833333333333 485.1666666666667 1435.8333333333333 482.6666666666665 1481.3333333333333 485.1666666666667C1540.833333333333 488.5 1585.0833333333333 500.25 1606.9999999999998 517.6666666666667C1642.4999999999998 546 1656.25 564.1666666666667 1669.9999999999998 605.5C1685.4999999999998 651.6666666666665 1689.7499999999998 726.1666666666665 1689.7499999999998 937.8333333333331C1689.7499999999998 1129.4166666666665 1678.6666666666665 1279.6666666666665 1667.7499999999998 1328.083333333333C1656.9166666666665 1376.1666666666665 1633.583333333333 1408.9166666666665 1594.1666666666665 1422.4166666666665C1493.583333333333 1456.7499999999998 1277.4166666666665 1438.583333333333 1039.833333333333 1387.6666666666665L1091.083333333333 1365.833333333333C1080.2499999999998 1340.6666666666665 1068.3333333333333 1315.833333333333 1055.2499999999998 1291.6666666666665H1500V1124.9999999999998H1208.3333333333333V1000H1500V857.25zM1041.6666666666665 1125H940.9999999999998A1140.4166666666667 1140.4166666666667 0 0 0 816.5 1000H1041.6666666666665V1125zM205.0833333333334 1161.5L295 1301.9166666666665C383.5 1245.3333333333333 539.5833333333333 1099.6666666666667 573.1666666666666 1038.5C676.4166666666667 850.1666666666667 589.5833333333334 690.5 313 372.0833333333335L187.1666666666667 481.3333333333335C411.0833333333333 739.1666666666667 478.8333333333334 863.8333333333333 427 958.3333333333334C409.1666666666667 990.8333333333334 272.25 1118.6666666666665 205.1666666666667 1161.5zM428.4166666666667 1368.0833333333335C341 1368.0833333333335 271.5 1431.5833333333335 271.0833333333333 1509.1666666666667C271.0833333333333 1587.5 341.0833333333333 1650.916666666667 428.3333333333334 1650.916666666667C515 1650.916666666667 585.25 1587.7500000000002 585.25 1509.1666666666667C585.25 1431.25 515 1368.0833333333335 428.3333333333334 1368.0833333333335z" />
+ <glyph glyph-name="tape-fill"
+ unicode="&#xEEE6;"
+ horiz-adv-x="2000" d="M902.5 916.6666666666669A250 250 0 1 1 666.6666666666666 750H1333.3333333333333A250 250 0 1 1 1097.5 916.6666666666669H902.5zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1333.3333333333333 916.6666666666669A83.33333333333333 83.33333333333333 0 1 0 1333.3333333333333 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 916.6666666666669zM666.6666666666666 916.6666666666669A83.33333333333333 83.33333333333333 0 1 0 666.6666666666666 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 916.6666666666669z" />
+ <glyph glyph-name="tape-line"
+ unicode="&#xEEE7;"
+ horiz-adv-x="2000" d="M902.5 916.6666666666669H1097.5A250 250 0 1 0 1333.3333333333333 750H666.6666666666666A250 250 0 1 0 902.5 916.6666666666669zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM666.6666666666666 916.6666666666669A83.33333333333333 83.33333333333333 0 1 1 666.6666666666666 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 1 666.6666666666666 916.6666666666669zM1333.3333333333333 916.6666666666669A83.33333333333333 83.33333333333333 0 1 1 1333.3333333333333 1083.3333333333335A83.33333333333333 83.33333333333333 0 0 1 1333.3333333333333 916.6666666666669z" />
+ <glyph glyph-name="task-fill"
+ unicode="&#xEEE8;"
+ horiz-adv-x="2000" d="M1750 1750.6666666666667V249.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667A83.33333333333333 83.33333333333333 0 0 0 332.75 1833.3333333333333H1667.2499999999998C1712.9166666666665 1833.3333333333333 1749.9999999999995 1796.3333333333333 1749.9999999999995 1750.6666666666667zM941.0833333333331 906.5L734.8333333333333 1112.8333333333335L617 994.9166666666669L941.0833333333331 670.8333333333335L1412.4999999999998 1142.25L1294.6666666666665 1260.0833333333335L941.0833333333331 906.5833333333334z" />
+ <glyph glyph-name="task-line"
+ unicode="&#xEEE9;"
+ horiz-adv-x="2000" d="M1750 1750.6666666666667V249.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1667.25 166.6666666666668H332.75A82.74999999999999 82.74999999999999 0 0 0 250 249.3333333333335V1750.6666666666667A83.33333333333333 83.33333333333333 0 0 0 332.75 1833.3333333333333H1667.2499999999998C1712.9166666666665 1833.3333333333333 1749.9999999999995 1796.3333333333333 1749.9999999999995 1750.6666666666667zM1583.3333333333333 1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1666.6666666666667zM941.0833333333331 906.5833333333331L1294.6666666666665 1260.0833333333333L1412.4999999999998 1142.25L941.0833333333331 670.8333333333333L616.9166666666665 995L734.8333333333331 1112.8333333333335L941.083333333333 906.5833333333331z" />
+ <glyph glyph-name="taxi-fill"
+ unicode="&#xEEEA;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1000V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250V333.3333333333335H416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 166.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 250V1000L373.3333333333334 1482.3333333333335A166.66666666666666 166.66666666666666 0 0 0 526.6666666666666 1583.3333333333335H750V1750H1250V1583.3333333333335H1473.4166666666667A166.66666666666666 166.66666666666666 0 0 0 1626.5833333333335 1482.3333333333335L1833.3333333333333 1000zM348 1000H1651.9999999999998L1473.4166666666663 1416.6666666666667H526.6666666666666L348.0833333333334 1000zM541.6666666666666 583.3333333333335A125 125 0 1 1 541.6666666666666 833.3333333333335A125 125 0 0 1 541.6666666666666 583.3333333333335zM1458.3333333333333 583.3333333333335A125 125 0 1 1 1458.3333333333333 833.3333333333335A125 125 0 0 1 1458.3333333333333 583.3333333333335z" />
+ <glyph glyph-name="taxi-line"
+ unicode="&#xEEEB;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1083.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1750 166.6666666666668H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1583.3333333333333 250V333.3333333333335H416.6666666666667V250A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 166.6666666666668H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 250V1083.3333333333335L370.5833333333333 1491.1666666666667A166.66666666666666 166.66666666666666 0 0 0 519.75 1583.3333333333335H750V1750H1250V1583.3333333333335H1480.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1629.4166666666667 1491.1666666666667L1833.3333333333333 1083.3333333333335zM1666.6666666666665 916.6666666666669H333.3333333333333V500H1666.6666666666665V916.6666666666669zM353 1083.3333333333335H1646.9999999999998L1480.3333333333333 1416.6666666666667H519.6666666666666L353 1083.3333333333335zM541.6666666666666 583.3333333333335A125 125 0 1 0 541.6666666666666 833.3333333333335A125 125 0 0 0 541.6666666666666 583.3333333333335zM1458.3333333333333 583.3333333333335A125 125 0 1 0 1458.3333333333333 833.3333333333335A125 125 0 0 0 1458.3333333333333 583.3333333333335z" />
+ <glyph glyph-name="telegram-fill"
+ unicode="&#xEEEC;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM740.8333333333334 902.5L741.9166666666666 903.0833333333334L814.4166666666666 663.9166666666667C823.7499999999999 638 836.5833333333333 633.3333333333333 852.1666666666665 635.4999999999998C867.8333333333333 637.583333333333 876.0833333333333 646 886.3333333333333 655.8333333333333L985.3333333333331 751.4999999999998L1197.8333333333333 594.1666666666663C1236.6666666666665 572.7499999999995 1264.5833333333333 583.833333333333 1274.2499999999998 630.1666666666663L1412.3333333333333 1281.9999999999995C1427.5833333333333 1342.666666666666 1400.9166666666665 1366.9999999999995 1353.8333333333335 1347.666666666666L542.7500000000001 1034.333333333333C487.4166666666668 1012.1666666666662 487.7500000000001 981.1666666666662 532.7500000000001 967.416666666666L740.8333333333334 902.4166666666662z" />
+ <glyph glyph-name="telegram-line"
+ unicode="&#xEEED;"
+ horiz-adv-x="2000" d="M1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM740.8333333333334 902.5L532.6666666666666 967.4166666666669C487.6666666666667 981.1666666666666 487.4166666666666 1012.1666666666669 542.75 1034.4166666666667L1353.8333333333335 1347.75C1400.916666666667 1366.9166666666667 1427.5833333333335 1342.6666666666667 1412.3333333333333 1281.9166666666665L1274.25 630.25C1264.5833333333333 583.8333333333335 1236.6666666666665 572.7499999999998 1197.9166666666665 594.1666666666667L985.3333333333331 751.5L886.2499999999999 655.8333333333333C876.0833333333333 646 867.8333333333333 637.583333333333 852.1666666666665 635.4999999999998C836.5833333333333 633.3333333333333 823.7499999999999 638 814.3333333333331 663.8333333333333L741.8333333333333 903.0833333333331L740.8333333333331 902.4166666666669z" />
+ <glyph glyph-name="terminal-box-fill"
+ unicode="&#xEEEE;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1000 750V583.3333333333335H1500V750H1000zM701.1666666666666 1000L465.5 764.3333333333335L583.3333333333333 646.416666666667L936.9166666666666 1000L583.3333333333333 1353.5833333333335L465.5 1235.6666666666665L701.1666666666666 1000z" />
+ <glyph glyph-name="terminal-box-line"
+ unicode="&#xEEEF;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM333.3333333333333 1583.3333333333335V416.6666666666668H1666.6666666666665V1583.3333333333335H333.3333333333333zM1000 750H1500V583.3333333333335H1000V750zM722.25 1000L486.5 1235.6666666666665L604.4166666666666 1353.5833333333335L957.9166666666666 1000L604.4166666666665 646.4166666666665L486.4999999999999 764.3333333333333L722.25 1000z" />
+ <glyph glyph-name="terminal-fill"
+ unicode="&#xEEF0;"
+ horiz-adv-x="2000" d="M916.6666666666666 1000L327.4166666666667 410.7500000000003L209.5833333333334 528.5833333333337L681 1000L209.5833333333334 1471.4166666666667L327.4166666666667 1589.1666666666667L916.6666666666666 1000zM916.6666666666666 416.6666666666668H1750V250H916.6666666666666V416.6666666666668z" />
+ <glyph glyph-name="terminal-line"
+ unicode="&#xEEF1;"
+ horiz-adv-x="2000" d="M916.6666666666666 1000L327.4166666666667 410.7500000000003L209.5833333333334 528.5833333333337L681 1000L209.5833333333334 1471.4166666666667L327.4166666666667 1589.1666666666667L916.6666666666666 1000zM916.6666666666666 416.6666666666668H1750V250H916.6666666666666V416.6666666666668z" />
+ <glyph glyph-name="text"
+ unicode="&#xEEF2;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1500V250H916.6666666666666V1500H416.6666666666667V1666.6666666666667H1583.3333333333333V1500z" />
+ <glyph glyph-name="thumb-down-fill"
+ unicode="&#xEEF3;"
+ horiz-adv-x="2000" d="M1833.3333333333333 750H1583.3333333333333V1750H1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1916.6666666666663 1666.6666666666667V833.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 750zM1392.25 642.2500000000002L858.9166666666666 108.916666666667A41.666666666666664 41.666666666666664 0 0 0 804.4166666666666 105.0000000000002L733.3333333333334 158.3333333333333A125 125 0 0 0 687.25 289.1666666666668L783.3333333333334 666.6666666666667H250A166.66666666666666 166.66666666666666 0 0 0 83.3333333333333 833.3333333333335V1008.6666666666666A166.66666666666666 166.66666666666666 0 0 0 95.8333333333333 1072.1666666666667L353.8333333333334 1698.3333333333333A83.33333333333333 83.33333333333333 0 0 0 430.8333333333333 1750H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1666.6666666666667V701.1666666666667A83.33333333333333 83.33333333333333 0 0 0 1392.25 642.2500000000002z" />
+ <glyph glyph-name="thumb-down-line"
+ unicode="&#xEEF4;"
+ horiz-adv-x="2000" d="M783.3333333333334 666.6666666666667H250A166.66666666666666 166.66666666666666 0 0 0 83.3333333333333 833.3333333333335V1008.6666666666666A166.66666666666666 166.66666666666666 0 0 0 95.8333333333333 1072.1666666666667L353.8333333333334 1698.3333333333333A83.33333333333333 83.33333333333333 0 0 0 430.8333333333333 1750H1833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1916.6666666666663 1666.6666666666667V833.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 750H1543.1666666666667A83.33333333333333 83.33333333333333 0 0 1 1475.0833333333333 714.75L1020.6666666666669 70.9166666666667A41.666666666666664 41.666666666666664 0 0 0 968.0000000000002 57.6666666666667L816.8333333333333 133.3333333333335A208.33333333333334 208.33333333333334 0 0 0 708.0833333333333 371.0833333333337L783.3333333333334 666.6666666666667zM1416.6666666666665 882.3333333333335V1583.3333333333335H486.6666666666666L250 1008.6666666666666V833.3333333333335H783.3333333333334A166.66666666666666 166.66666666666666 0 0 0 944.8333333333334 625.5833333333335L869.5833333333334 329.916666666667A41.666666666666664 41.666666666666664 0 0 1 891.3333333333333 282.3333333333335L946.4166666666666 254.8333333333337L1338.9166666666665 810.8333333333337C1359.75 840.3333333333337 1386.4166666666665 864.5000000000005 1416.6666666666665 882.3333333333337zM1583.3333333333333 916.6666666666669H1750V1583.3333333333335H1583.3333333333333V916.6666666666669z" />
+ <glyph glyph-name="thumb-up-fill"
+ unicode="&#xEEF5;"
+ horiz-adv-x="2000" d="M166.6666666666667 1250H416.6666666666667V250H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 333.3333333333335V1166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1250zM607.75 1357.75L1141.0833333333335 1891.0833333333337A41.666666666666664 41.666666666666664 0 0 0 1195.5833333333335 1895L1266.6666666666667 1841.6666666666667A125 125 0 0 0 1312.75 1710.8333333333335L1216.6666666666665 1333.3333333333335H1750A166.66666666666666 166.66666666666666 0 0 0 1916.6666666666663 1166.6666666666667V991.3333333333334A166.66666666666666 166.66666666666666 0 0 0 1904.1666666666667 927.8333333333334L1646.2500000000002 301.5833333333335A83.33333333333333 83.33333333333333 0 0 0 1569.1666666666667 250H666.6666666666666A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 333.3333333333335V1298.8333333333335A83.33333333333333 83.33333333333333 0 0 0 607.75 1357.75z" />
+ <glyph glyph-name="thumb-up-line"
+ unicode="&#xEEF6;"
+ horiz-adv-x="2000" d="M1216.6666666666665 1333.3333333333335H1750A166.66666666666666 166.66666666666666 0 0 0 1916.6666666666663 1166.6666666666667V991.3333333333334A166.66666666666666 166.66666666666666 0 0 0 1904.1666666666667 927.8333333333334L1646.2500000000002 301.5833333333335A83.33333333333333 83.33333333333333 0 0 0 1569.1666666666667 250H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 333.3333333333335V1166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1250H456.8333333333333A83.33333333333333 83.33333333333333 0 0 1 524.9166666666666 1285.25L979.3333333333334 1929.1666666666667A41.666666666666664 41.666666666666664 0 0 0 1032 1942.4166666666667L1183.1666666666667 1866.8333333333333A208.33333333333334 208.33333333333334 0 0 0 1291.9166666666665 1629.0833333333333L1216.6666666666665 1333.3333333333335zM583.3333333333333 1117.6666666666667V416.6666666666668H1513.3333333333333L1750 991.3333333333334V1166.6666666666667H1216.6666666666665A166.66666666666666 166.66666666666666 0 0 0 1055.1666666666665 1374.4166666666667L1130.4166666666665 1670.0833333333335A41.666666666666664 41.666666666666664 0 0 1 1108.6666666666665 1717.6666666666667L1053.5833333333333 1745.1666666666667L661.0833333333334 1189.1666666666665C640.25 1159.6666666666667 613.5833333333334 1135.5 583.3333333333334 1117.6666666666665zM416.6666666666667 1083.3333333333335H250V416.6666666666668H416.6666666666667V1083.3333333333335z" />
+ <glyph glyph-name="time-fill"
+ unicode="&#xEEF7;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1083.3333333333333 1000V1416.6666666666667H916.6666666666666V833.3333333333335H1416.6666666666665V1000H1083.3333333333333z" />
+ <glyph glyph-name="time-line"
+ unicode="&#xEEF8;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM1083.3333333333333 1000H1416.6666666666665V833.3333333333335H916.6666666666666V1416.6666666666667H1083.3333333333333V1000z" />
+ <glyph glyph-name="timer-2-fill"
+ unicode="&#xEEF9;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1294.6666666666665 1412.5L882.1666666666666 1000L1000 882.1666666666667L1412.4999999999998 1294.666666666667L1294.6666666666665 1412.5z" />
+ <glyph glyph-name="timer-2-line"
+ unicode="&#xEEFA;"
+ horiz-adv-x="2000" d="M1000 1833.3333333333333C1459.9999999999998 1833.3333333333333 1833.3333333333333 1460 1833.3333333333333 1000S1459.9999999999998 166.6666666666668 1000 166.6666666666668S166.6666666666667 540.0000000000002 166.6666666666667 1000S540 1833.3333333333333 1000 1833.3333333333333zM1000 333.3333333333335C1368.3333333333335 333.3333333333335 1666.6666666666665 631.6666666666665 1666.6666666666665 1000S1368.3333333333335 1666.6666666666667 1000 1666.6666666666667S333.3333333333333 1368.3333333333335 333.3333333333333 1000S631.6666666666666 333.3333333333335 1000 333.3333333333335zM1294.6666666666665 1412.5L1412.4999999999998 1294.6666666666665L1000 882.1666666666665L882.1666666666666 1000L1294.6666666666667 1412.5z" />
+ <glyph glyph-name="timer-fill"
+ unicode="&#xEEFB;"
+ horiz-adv-x="2000" d="M1468.1666666666665 1502.6666666666667L1589.2499999999998 1623.75L1707.0833333333333 1505.9166666666667L1586 1384.8333333333335A749.9999999999999 749.9999999999999 0 1 0 1468.1666666666665 1502.6666666666667zM916.6666666666666 1333.3333333333335V833.3333333333335H1083.3333333333333V1333.3333333333335H916.6666666666666zM666.6666666666666 1916.6666666666667H1333.3333333333333V1750H666.6666666666666V1916.6666666666667z" />
+ <glyph glyph-name="timer-line"
+ unicode="&#xEEFC;"
+ horiz-adv-x="2000" d="M1468.1666666666665 1502.6666666666667L1589.2499999999998 1623.75L1707.0833333333333 1505.9166666666667L1586 1384.8333333333335A749.9999999999999 749.9999999999999 0 1 0 1468.1666666666665 1502.6666666666667zM1000 333.3333333333335A583.3333333333334 583.3333333333334 0 1 1 1000 1500A583.3333333333334 583.3333333333334 0 0 1 1000 333.3333333333335zM916.6666666666666 1333.3333333333335H1083.3333333333333V833.3333333333335H916.6666666666666V1333.3333333333335zM666.6666666666666 1916.6666666666667H1333.3333333333333V1750H666.6666666666666V1916.6666666666667z" />
+ <glyph glyph-name="todo-fill"
+ unicode="&#xEEFD;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H583.3333333333333V2000H750V1833.3333333333333H1250V2000H1416.6666666666665V1833.3333333333333zM583.3333333333333 1333.3333333333335V1166.6666666666667H1416.6666666666665V1333.3333333333335H583.3333333333333zM583.3333333333333 1000V833.3333333333335H1416.6666666666665V1000H583.3333333333333z" />
+ <glyph glyph-name="todo-line"
+ unicode="&#xEEFE;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1833.3333333333333H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1750V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1750A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1833.3333333333333H583.3333333333333V2000H750V1833.3333333333333H1250V2000H1416.6666666666665V1833.3333333333333zM1416.6666666666665 1666.6666666666667V1500H1250V1666.6666666666667H750V1500H583.3333333333333V1666.6666666666667H416.6666666666667V333.3333333333335H1583.3333333333333V1666.6666666666667H1416.6666666666665zM583.3333333333333 1333.3333333333335H1416.6666666666665V1166.6666666666667H583.3333333333333V1333.3333333333335zM583.3333333333333 1000H1416.6666666666665V833.3333333333335H583.3333333333333V1000z" />
+ <glyph glyph-name="toggle-fill"
+ unicode="&#xEEFF;"
+ horiz-adv-x="2000" d="M666.6666666666666 1583.3333333333335H1333.3333333333333A583.3333333333334 583.3333333333334 0 0 0 1333.3333333333333 416.6666666666668H666.6666666666666A583.3333333333334 583.3333333333334 0 0 0 666.6666666666666 1583.3333333333335zM1333.3333333333333 750A250 250 0 1 1 1333.3333333333333 1250A250 250 0 0 1 1333.3333333333333 750z" />
+ <glyph glyph-name="toggle-line"
+ unicode="&#xEF00;"
+ horiz-adv-x="2000" d="M666.6666666666666 1416.6666666666667A416.6666666666667 416.6666666666667 0 1 1 666.6666666666666 583.3333333333335H1333.3333333333333A416.6666666666667 416.6666666666667 0 0 1 1333.3333333333333 1416.6666666666667H666.6666666666666zM666.6666666666666 1583.3333333333335H1333.3333333333333A583.3333333333334 583.3333333333334 0 0 0 1333.3333333333333 416.6666666666668H666.6666666666666A583.3333333333334 583.3333333333334 0 0 0 666.6666666666666 1583.3333333333335zM666.6666666666666 750A250 250 0 1 0 666.6666666666666 1250A250 250 0 0 0 666.6666666666666 750z" />
+ <glyph glyph-name="traffic-light-fill"
+ unicode="&#xEF01;"
+ horiz-adv-x="2000" d="M583.3333333333333 1666.6666666666667V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1666.6666666666667H1666.6666666666665C1666.6666666666665 1458.3333333333335 1458.3333333333333 1375 1416.6666666666665 1375V1166.6666666666667H1666.6666666666665C1666.6666666666665 958.3333333333334 1458.3333333333333 875 1416.6666666666665 875V666.6666666666667H1666.6666666666665C1666.6666666666665 458.3333333333335 1458.3333333333333 375 1416.6666666666665 375V250A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 166.6666666666668H666.6666666666666A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 250V375C541.6666666666666 375 333.3333333333333 458.3333333333335 333.3333333333333 666.6666666666667H583.3333333333333V875C541.6666666666666 875 333.3333333333333 958.3333333333334 333.3333333333333 1166.6666666666667H583.3333333333333V1375C541.6666666666666 1375 333.3333333333333 1458.3333333333335 333.3333333333333 1666.6666666666667H583.3333333333333zM1000 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 333.3333333333335zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 833.3333333333335zM1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 1333.3333333333335z" />
+ <glyph glyph-name="traffic-light-line"
+ unicode="&#xEF02;"
+ horiz-adv-x="2000" d="M583.3333333333333 1666.6666666666667V1750A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1833.3333333333333H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1750V1666.6666666666667H1666.6666666666665C1666.6666666666665 1458.3333333333335 1458.3333333333333 1375 1416.6666666666665 1375V1166.6666666666667H1666.6666666666665C1666.6666666666665 958.3333333333334 1458.3333333333333 875 1416.6666666666665 875V666.6666666666667H1666.6666666666665C1666.6666666666665 458.3333333333335 1458.3333333333333 375 1416.6666666666665 375V250A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 166.6666666666668H666.6666666666666A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 250V375C541.6666666666666 375 333.3333333333333 458.3333333333335 333.3333333333333 666.6666666666667H583.3333333333333V875C541.6666666666666 875 333.3333333333333 958.3333333333334 333.3333333333333 1166.6666666666667H583.3333333333333V1375C541.6666666666666 1375 333.3333333333333 1458.3333333333335 333.3333333333333 1666.6666666666667H583.3333333333333zM1000 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 333.3333333333335zM1000 833.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1166.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 833.3333333333335zM1000 1333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1000 1666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1000 1333.3333333333335z" />
+ <glyph glyph-name="train-fill"
+ unicode="&#xEF03;"
+ horiz-adv-x="2000" d="M1433.3333333333333 333.3333333333335L1583.3333333333333 208.3333333333335V166.6666666666668H416.6666666666667V208.3333333333335L566.6666666666666 333.3333333333335H416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 250 500V1416.6666666666667A333.3333333333333 333.3333333333333 0 0 0 583.3333333333333 1750H1416.6666666666665A333.3333333333333 333.3333333333333 0 0 0 1750 1416.6666666666667V500A166.66666666666666 166.66666666666666 0 0 0 1583.3333333333333 333.3333333333335H1433.3333333333333zM416.6666666666667 1416.6666666666667V1083.3333333333335H1583.3333333333333V1416.6666666666667H416.6666666666667zM1000 500A166.66666666666666 166.66666666666666 0 1 1 1000 833.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1000 500z" />
+ <glyph glyph-name="train-line"
+ unicode="&#xEF04;"
+ horiz-adv-x="2000" d="M1433.3333333333333 333.3333333333335L1583.3333333333333 208.3333333333335V166.6666666666668H416.6666666666667V208.3333333333335L566.6666666666666 333.3333333333335H416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 250 500V1416.6666666666667A333.3333333333333 333.3333333333333 0 0 0 583.3333333333333 1750H1416.6666666666665A333.3333333333333 333.3333333333333 0 0 0 1750 1416.6666666666667V500A166.66666666666666 166.66666666666666 0 0 0 1583.3333333333333 333.3333333333335H1433.3333333333333zM583.3333333333333 1583.3333333333335A166.66666666666666 166.66666666666666 0 0 1 416.6666666666667 1416.6666666666667V500H1583.3333333333333V1416.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1416.6666666666665 1583.3333333333335H583.3333333333333zM1000 583.3333333333335A166.66666666666666 166.66666666666666 0 1 0 1000 916.6666666666669A166.66666666666666 166.66666666666666 0 0 0 1000 583.3333333333335zM500 1416.6666666666667H1500V1083.3333333333335H500V1416.6666666666667z" />
+ <glyph glyph-name="treasure-map-fill"
+ unicode="&#xEF05;"
+ horiz-adv-x="2000" d="M166.6666666666667 1583.3333333333335L750 1833.3333333333333L1250 1583.3333333333335L1775.25 1808.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1770.0833333333333V416.6666666666668L1250 166.6666666666668L750 416.6666666666668L224.75 191.5833333333335A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 229.9166666666668V1583.3333333333335zM500 1083.3333333333335V916.6666666666669H666.6666666666666V1083.3333333333335H500zM833.3333333333333 1083.3333333333335V916.6666666666669H1000V1083.3333333333335H833.3333333333333zM1333.3333333333333 1088.3333333333335L1230.25 1191.5L1141.8333333333333 1103.1666666666665L1244.9166666666665 1000L1141.8333333333333 896.9166666666667L1230.1666666666667 808.5L1333.3333333333333 911.5833333333334L1436.4166666666667 808.5L1524.8333333333335 896.8333333333335L1421.75 1000L1524.8333333333335 1103.0833333333335L1436.5000000000002 1191.5L1333.3333333333333 1088.4166666666667z" />
+ <glyph glyph-name="treasure-map-line"
+ unicode="&#xEF06;"
+ horiz-adv-x="2000" d="M1244.5833333333333 1399.6666666666667L744.5833333333334 1649.6666666666667L333.3333333333333 1473.4166666666667V419.416666666667L755.4166666666667 600.2500000000002L1255.4166666666667 350.2500000000003L1666.6666666666665 526.6666666666667V1580.5833333333333L1244.5833333333333 1399.75zM166.6666666666667 1583.3333333333335L750 1833.3333333333333L1250 1583.3333333333335L1775.25 1808.4166666666667A41.666666666666664 41.666666666666664 0 0 0 1833.3333333333333 1770.0833333333333V416.6666666666668L1250 166.6666666666668L750 416.6666666666668L224.75 191.5833333333335A41.666666666666664 41.666666666666664 0 0 0 166.6666666666667 229.9166666666668V1583.3333333333335zM500 1083.3333333333335H666.6666666666666V916.6666666666669H500V1083.3333333333335zM833.3333333333333 1083.3333333333335H1000V916.6666666666669H833.3333333333333V1083.3333333333335zM1333.1666666666667 1088.5833333333335L1436.3333333333333 1191.6666666666667L1524.6666666666665 1103.3333333333335L1421.583333333333 1000.1666666666669L1524.6666666666665 897.0000000000002L1436.3333333333333 808.6666666666667L1333.1666666666667 911.7500000000002L1230.0833333333333 808.6666666666667L1141.6666666666667 897.0000000000002L1244.75 1000.1666666666669L1141.6666666666667 1103.25L1230 1191.6666666666667L1333.1666666666665 1088.5833333333335z" />
+ <glyph glyph-name="trello-fill"
+ unicode="&#xEF07;"
+ horiz-adv-x="2000" d="M437.5 1750H1562.5A187.49999999999997 187.49999999999997 0 0 0 1750 1562.5V437.5A187.49999999999997 187.49999999999997 0 0 0 1562.5 250H437.5A187.49999999999997 187.49999999999997 0 0 0 250 437.5V1562.5A187.49999999999997 187.49999999999997 0 0 0 437.5 1750zM1097.5 1465V985.0000000000002C1097.5 935.3333333333334 1137.8333333333333 895 1187.5 895H1464.9999999999998A90 90 0 0 1 1554.9999999999995 985.0000000000002V1465A90 90 0 0 1 1464.9999999999998 1555H1187.4999999999998A90 90 0 0 1 1097.4999999999998 1465zM445 1465V610C445 560.3333333333335 485.3333333333333 520.0000000000002 535 520.0000000000002H812.5A90 90 0 0 1 902.5 610V1465A90 90 0 0 1 812.5 1555H535A90 90 0 0 1 445 1465z" />
+ <glyph glyph-name="trello-line"
+ unicode="&#xEF08;"
+ horiz-adv-x="2000" d="M416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM416.6666666666667 1750H1583.3333333333333A166.66666666666666 166.66666666666666 0 0 0 1750 1583.3333333333335V416.6666666666668A166.66666666666666 166.66666666666666 0 0 0 1583.3333333333333 250H416.6666666666667A166.66666666666666 166.66666666666666 0 0 0 250 416.6666666666668V1583.3333333333335A166.66666666666666 166.66666666666666 0 0 0 416.6666666666667 1750zM666.6666666666666 1416.6666666666667H833.3333333333333A83.33333333333333 83.33333333333333 0 0 0 916.6666666666666 1333.3333333333335V666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 833.3333333333333 583.3333333333335H666.6666666666666A83.33333333333333 83.33333333333333 0 0 0 583.3333333333333 666.6666666666667V1333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 666.6666666666666 1416.6666666666667zM1166.6666666666665 1416.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1333.3333333333335V1000A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 916.6666666666669H1166.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1083.3333333333333 1000V1333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1166.6666666666665 1416.6666666666667z" />
+ <glyph glyph-name="trophy-fill"
+ unicode="&#xEF09;"
+ horiz-adv-x="2000" d="M1083.3333333333333 588.5000000000002V416.6666666666668H1500V250H500V416.6666666666668H916.6666666666666V588.5000000000002A666.7499999999999 666.7499999999999 0 0 0 333.3333333333333 1250V1750H1666.6666666666665V1250A666.7499999999999 666.7499999999999 0 0 0 1083.3333333333333 588.5000000000002zM83.3333333333333 1583.3333333333335H250V1250H83.3333333333333V1583.3333333333335zM1750 1583.3333333333335H1916.6666666666663V1250H1750V1583.3333333333335z" />
+ <glyph glyph-name="trophy-line"
+ unicode="&#xEF0A;"
+ horiz-adv-x="2000" d="M1083.3333333333333 588.5000000000002V416.6666666666668H1500V250H500V416.6666666666668H916.6666666666666V588.5000000000002A666.7499999999999 666.7499999999999 0 0 0 333.3333333333333 1250V1750H1666.6666666666665V1250A666.7499999999999 666.7499999999999 0 0 0 1083.3333333333333 588.5000000000002zM500 1583.3333333333335V1250A500 500 0 1 1 1500 1250V1583.3333333333335H500zM83.3333333333333 1583.3333333333335H250V1250H83.3333333333333V1583.3333333333335zM1750 1583.3333333333335H1916.6666666666663V1250H1750V1583.3333333333335z" />
+ <glyph glyph-name="truck-fill"
+ unicode="&#xEF0B;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1333.3333333333335H1666.6666666666665L1916.6666666666663 995.3333333333331V500H1747.0833333333333A291.6666666666667 291.6666666666667 0 0 0 1169.5833333333333 500H747.0833333333333A291.6666666666667 291.6666666666667 0 0 0 169.5833333333334 500H83.3333333333333V1500A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1583.3333333333335H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1500V1333.3333333333335zM1416.6666666666665 1166.6666666666667V916.6666666666669H1750V940.4166666666669L1582.6666666666667 1166.6666666666667H1416.6666666666665z" />
+ <glyph glyph-name="truck-line"
+ unicode="&#xEF0C;"
+ horiz-adv-x="2000" d="M1169.5833333333333 500H747.0833333333333A291.6666666666667 291.6666666666667 0 0 0 169.5833333333334 500H83.3333333333333V1500A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1583.3333333333335H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1500V1333.3333333333335H1666.6666666666665L1916.6666666666663 995.3333333333331V500H1747.0833333333333A291.6666666666667 291.6666666666667 0 0 0 1169.5833333333333 500zM1340.4166666666667 500A125 125 0 0 1 1576.2499999999998 500H1340.4166666666667zM1250 745.8333333333333V1416.6666666666667H250V745.8333333333333A291.6666666666667 291.6666666666667 0 0 0 721.9166666666666 666.6666666666667H1194.75C1208.7499999999998 696.0833333333335 1227.5 722.8333333333333 1250 745.8333333333333zM1416.6666666666665 830.4166666666667C1387.2499999999998 826.25 1359.1666666666665 817.5833333333335 1333.3333333333333 805.25V916.6666666666669H1833.3333333333333V666.6666666666667H1721.9166666666665H1750V940.4166666666669L1582.6666666666667 1166.6666666666667H1416.6666666666665V830.4166666666667zM576.25 500H340.4166666666667A125 125 0 0 1 576.25 500zM333.3333333333333 541.6666666666667A125 125 0 0 1 583.3333333333333 541.6666666666667A125 125 0 0 1 333.3333333333333 541.6666666666667M1333.3333333333333 541.6666666666667A125 125 0 0 1 1583.3333333333333 541.6666666666667A125 125 0 0 1 1333.3333333333333 541.6666666666667" />
+ <glyph glyph-name="tumblr-fill"
+ unicode="&#xEF0D;"
+ horiz-adv-x="2000" d="M522.4999999999999 1364.1666666666667A479.9999999999999 479.9999999999999 0 0 1 901.2499999999998 1833.3333333333333H1153.7499999999998V1404H1456.8333333333333V1101H1153.8333333333333V646.5C1153.8333333333333 603.5833333333333 1170.2499999999998 545.9166666666665 1229.5833333333333 507.5833333333333C1269.0833333333333 482 1353.25 469.4166666666667 1482.0833333333333 469.6666666666667V166.6666666666668H1128.5833333333333A378.75 378.75 0 0 0 749.75 545.416666666667V1101.0000000000002H522.4999999999999V1364.1666666666667z" />
+ <glyph glyph-name="tumblr-line"
+ unicode="&#xEF0E;"
+ horiz-adv-x="2000" d="M666.6666666666666 1333.3333333333335C756.2499999999999 1333.3333333333335 958.0833333333331 1389.4166666666667 958.0833333333331 1708.3333333333335V1833.3333333333333H1083.0833333333333V1333.3333333333335H1500V1166.6666666666667H1083.0833333333333V924.1666666666669C1083.3333333333333 717.5 1083.3333333333333 617.0833333333335 1083.3333333333333 583.3333333333335C1083.1666666666665 399.3333333333335 1217.9166666666665 300.0000000000003 1482.0833333333333 300.0000000000003V166.6666666666668H1295.2499999999998C1095.083333333333 166.5000000000002 916.4166666666666 336.25 916.4166666666666 545.416666666667V1166.6666666666667H583.3333333333333V1333.3333333333335H666.6666666666666z" />
+ <glyph glyph-name="tv-2-fill"
+ unicode="&#xEF0F;"
+ horiz-adv-x="2000" d="M166.6666666666667 1666.6666666666667C166.6666666666667 1712.6666666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1666.6666666666667V500C1833.3333333333333 454.0000000000002 1795.4166666666667 416.6666666666668 1750.6666666666665 416.6666666666668H249.3333333333333A82.83333333333334 82.83333333333334 0 0 0 166.6666666666667 500V1666.6666666666667zM416.6666666666667 333.3333333333335H1583.3333333333333V166.6666666666668H416.6666666666667V333.3333333333335z" />
+ <glyph glyph-name="tv-2-line"
+ unicode="&#xEF10;"
+ horiz-adv-x="2000" d="M166.6666666666667 1666.6666666666667C166.6666666666667 1712.6666666666667 204.5833333333333 1750 249.3333333333333 1750H1750.6666666666665C1796.333333333333 1750 1833.3333333333333 1712.9166666666667 1833.3333333333333 1666.6666666666667V500C1833.3333333333333 454.0000000000002 1795.4166666666667 416.6666666666668 1750.6666666666665 416.6666666666668H249.3333333333333A82.83333333333334 82.83333333333334 0 0 0 166.6666666666667 500V1666.6666666666667zM333.3333333333333 1583.3333333333335V583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333zM416.6666666666667 333.3333333333335H1583.3333333333333V166.6666666666668H416.6666666666667V333.3333333333335z" />
+ <glyph glyph-name="tv-fill"
+ unicode="&#xEF11;"
+ horiz-adv-x="2000" d="M1284.5 1583.3333333333335H1750.6666666666665C1796.333333333333 1583.3333333333335 1833.3333333333333 1546.25 1833.3333333333333 1500V333.3333333333335C1833.3333333333333 287.3333333333335 1795.4166666666667 250 1750.6666666666665 250H249.3333333333333A82.83333333333334 82.83333333333334 0 0 0 166.6666666666667 333.3333333333335V1500C166.6666666666667 1546 204.5833333333333 1583.3333333333335 249.3333333333333 1583.3333333333335H715.5L504.1666666666666 1794.6666666666667L622 1912.5L951.1666666666666 1583.3333333333335H1048.8333333333333L1378 1912.5L1495.8333333333335 1794.6666666666667L1284.5 1583.3333333333335z" />
+ <glyph glyph-name="tv-line"
+ unicode="&#xEF12;"
+ horiz-adv-x="2000" d="M1284.5 1583.3333333333335H1750.6666666666665C1796.333333333333 1583.3333333333335 1833.3333333333333 1546.25 1833.3333333333333 1500V333.3333333333335C1833.3333333333333 287.3333333333335 1795.4166666666667 250 1750.6666666666665 250H249.3333333333333A82.83333333333334 82.83333333333334 0 0 0 166.6666666666667 333.3333333333335V1500C166.6666666666667 1546 204.5833333333333 1583.3333333333335 249.3333333333333 1583.3333333333335H715.5L504.1666666666666 1794.6666666666667L622 1912.5L951.1666666666666 1583.3333333333335H1048.8333333333333L1378 1912.5L1495.8333333333335 1794.6666666666667L1284.5 1583.3333333333335zM333.3333333333333 1416.6666666666667V416.6666666666668H1666.6666666666665V1416.6666666666667H333.3333333333333z" />
+ <glyph glyph-name="twitter-fill"
+ unicode="&#xEF13;"
+ horiz-adv-x="2000" d="M1846.8333333333333 1528.6666666666667A698.6666666666666 698.6666666666666 0 0 0 1646.6666666666665 1473.8333333333335A349.66666666666663 349.66666666666663 0 0 1 1800 1666.6666666666667C1731.6666666666667 1626 1656.75 1597.5 1578.6666666666667 1582.0833333333335A348.50000000000006 348.50000000000006 0 0 1 984.8333333333334 1264.25A989.5 989.5 0 0 0 266.5000000000002 1628.4166666666665A347.3333333333333 347.3333333333333 0 0 1 219.3333333333335 1453.1666666666665C219.3333333333335 1332.3333333333335 280.8333333333335 1225.5833333333333 374.3333333333336 1163.0833333333333A347.3333333333333 347.3333333333333 0 0 0 216.5000000000002 1206.6666666666665V1202.3333333333333A348.74999999999994 348.74999999999994 0 0 1 496.0833333333335 860.5833333333333A350.8333333333333 350.8333333333333 0 0 0 338.5833333333336 854.5833333333333A348.74999999999994 348.74999999999994 0 0 1 664.1666666666666 612.5000000000002A699.5 699.5 0 0 0 148.25 468.166666666667A985.8333333333333 985.8333333333333 0 0 1 682.4166666666666 311.5000000000005C1323.5 311.5000000000005 1674.083333333333 842.5833333333337 1674.083333333333 1303.166666666667C1674.083333333333 1318.166666666667 1673.6666666666665 1333.3333333333337 1672.9999999999995 1348.166666666667A707.9999999999999 707.9999999999999 0 0 1 1846.9166666666663 1528.5833333333337z" />
+ <glyph glyph-name="twitter-line"
+ unicode="&#xEF14;"
+ horiz-adv-x="2000" d="M1275 1537.5A241.66666666666666 241.66666666666666 0 0 1 1033.3333333333333 1300.25L1031 1169A49.99999999999999 49.99999999999999 0 0 0 974.3333333333331 1120.4166666666667L844.25 1138.0833333333335C673.0833333333333 1161.4166666666665 509.0833333333333 1240.25 351.75 1371.3333333333335C301.9166666666667 1095.5 399.25 904.4166666666669 633.6666666666666 757L779.25 665.5000000000002A49.99999999999999 49.99999999999999 0 0 0 782.0833333333334 582.7500000000002L649.4166666666666 485.8333333333333C728.3333333333333 480.9166666666665 803.2499999999999 484.4166666666667 865.4166666666666 496.75C1258.5833333333333 575.25 1520 871.0833333333333 1520 1359.0833333333333C1520 1398.9166666666665 1435.6666666666667 1537.5 1275.0000000000002 1537.5zM866.6666666666666 1303.3333333333335A408.3333333333333 408.3333333333333 0 0 0 1565.4166666666665 1582.9166666666667C1624.6666666666665 1583.3333333333335 1675.0833333333333 1568.3333333333335 1787.8333333333333 1636.6666666666667C1759.9166666666665 1500 1746.1666666666665 1440.6666666666667 1686.6666666666667 1359.0833333333335C1686.6666666666667 722.2500000000002 1295.2500000000002 412.5833333333335 898.0833333333335 333.3333333333335C625.7500000000002 279 229.7500000000003 368.2500000000003 116.2500000000003 486.7500000000002C174.0833333333336 491.25 409.0833333333336 516.5000000000002 544.9166666666669 615.916666666667C430 691.6666666666667 -27.4166666666667 960.8333333333331 273.1666666666667 1684.5C414.25 1519.75 557.3333333333334 1407.5833333333335 702.3333333333334 1348.0833333333335C798.8333333333333 1308.5 822.5 1309.3333333333335 866.7500000000001 1303.25z" />
+ <glyph glyph-name="u-disk-fill"
+ unicode="&#xEF15;"
+ horiz-adv-x="2000" d="M333.3333333333333 1000H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 916.6666666666669V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V916.6666666666669A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1000zM416.6666666666667 1833.3333333333333H1583.3333333333333V1166.6666666666667H416.6666666666667V1833.3333333333333zM750 1583.3333333333335V1416.6666666666667H916.6666666666666V1583.3333333333335H750zM1083.3333333333333 1583.3333333333335V1416.6666666666667H1250V1583.3333333333335H1083.3333333333333z" />
+ <glyph glyph-name="u-disk-line"
+ unicode="&#xEF16;"
+ horiz-adv-x="2000" d="M1583.3333333333333 1000H416.6666666666667V333.3333333333335H1583.3333333333333V1000zM416.6666666666667 1166.6666666666667V1833.3333333333333H1583.3333333333333V1166.6666666666667H1666.6666666666665A83.33333333333333 83.33333333333333 0 0 0 1750 1083.3333333333335V250A83.33333333333333 83.33333333333333 0 0 0 1666.6666666666665 166.6666666666668H333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 250 250V1083.3333333333335A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 1166.6666666666667H416.6666666666667zM583.3333333333333 1166.6666666666667H1416.6666666666665V1666.6666666666667H583.3333333333333V1166.6666666666667zM750 1500H916.6666666666666V1333.3333333333335H750V1500zM1083.3333333333333 1500H1250V1333.3333333333335H1083.3333333333333V1500z" />
+ <glyph glyph-name="underline"
+ unicode="&#xEF17;"
+ horiz-adv-x="2000" d="M666.6666666666666 1750V1000A333.3333333333333 333.3333333333333 0 1 1 1333.3333333333333 1000V1750H1500V1000A500 500 0 1 0 500 1000V1750H666.6666666666666zM333.3333333333333 333.3333333333335H1666.6666666666665V166.6666666666668H333.3333333333333V333.3333333333335z" />
+ <glyph glyph-name="upload-2-fill"
+ unicode="&#xEF18;"
+ horiz-adv-x="2000" d="M333.3333333333333 416.6666666666668H1666.6666666666665V1000H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1000H333.3333333333333V416.6666666666668zM1166.6666666666665 1250V750H833.3333333333333V1250H416.6666666666667L1000 1833.3333333333333L1583.3333333333333 1250H1166.6666666666665z" />
+ <glyph glyph-name="upload-2-line"
+ unicode="&#xEF19;"
+ horiz-adv-x="2000" d="M333.3333333333333 416.6666666666668H1666.6666666666665V1000H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1000H333.3333333333333V416.6666666666668zM1083.3333333333333 1250V666.6666666666667H916.6666666666666V1250H500L1000 1750L1500 1250H1083.3333333333333z" />
+ <glyph glyph-name="upload-cloud-fill"
+ unicode="&#xEF1A;"
+ horiz-adv-x="2000" d="M583.3333333333333 251.5833333333333A541.6666666666666 541.6666666666666 0 0 0 338.6666666666667 1251.5833333333333A666.7499999999999 666.7499999999999 0 0 0 1661.3333333333333 1251.5833333333333A541.6666666666666 541.6666666666666 0 0 0 1416.6666666666665 251.5833333333333V250H583.3333333333333V251.5833333333333zM1083.3333333333333 916.6666666666669H1333.3333333333333L1000 1333.3333333333335L666.6666666666666 916.6666666666669H916.6666666666666V583.3333333333335H1083.3333333333333V916.6666666666669z" />
+ <glyph glyph-name="upload-cloud-line"
+ unicode="&#xEF1B;"
+ horiz-adv-x="2000" d="M83.3333333333333 791.6666666666667A541.3333333333333 541.3333333333333 0 0 0 338.6666666666667 1251.5833333333335A666.7499999999999 666.7499999999999 0 0 0 1661.3333333333333 1251.5833333333335A541.6666666666666 541.6666666666666 0 0 0 1416.6666666666665 251.5833333333333L583.3333333333333 250C303.6666666666667 272.8333333333335 83.3333333333333 506.5 83.3333333333333 791.6666666666667zM1403.9999999999998 417.75A374.99999999999994 374.99999999999994 0 0 1 1573.1666666666665 1110.1666666666665L1505.9166666666667 1152.083333333333L1495.9166666666665 1230.583333333333A500.0833333333333 500.0833333333333 0 0 1 504 1230.583333333333L493.9999999999999 1152.083333333333L426.9166666666667 1110.1666666666665A374.99999999999994 374.99999999999994 0 0 1 596 417.75L610.4166666666666 416.6666666666665H1389.5833333333333L1403.9999999999998 417.75zM1083.3333333333333 916.6666666666669V583.3333333333335H916.6666666666666V916.6666666666669H666.6666666666666L1000 1333.3333333333335L1333.3333333333333 916.6666666666669H1083.3333333333333z" />
+ <glyph glyph-name="upload-fill"
+ unicode="&#xEF1C;"
+ horiz-adv-x="2000" d="M250 416.6666666666668H1750V250H250V416.6666666666668zM1083.3333333333333 1166.6666666666667V500H916.6666666666666V1166.6666666666667H333.3333333333333L1000 1833.3333333333333L1666.6666666666665 1166.6666666666667H1083.3333333333333z" />
+ <glyph glyph-name="upload-line"
+ unicode="&#xEF1D;"
+ horiz-adv-x="2000" d="M250 416.6666666666668H1750V250H250V416.6666666666668zM1083.3333333333333 1514.3333333333333V583.3333333333335H916.6666666666666V1514.3333333333333L410.75 1008.3333333333334L292.9166666666667 1126.1666666666665L1000 1833.3333333333333L1707.0833333333333 1126.25L1589.2499999999998 1008.4166666666669L1083.3333333333333 1514.1666666666667z" />
+ <glyph glyph-name="user-2-fill"
+ unicode="&#xEF1E;"
+ horiz-adv-x="2000" d="M916.6666666666666 828.1666666666667V333.3333333333335H1083.3333333333333V828.1666666666667C1412.1666666666667 787.1666666666665 1666.6666666666665 506.6666666666665 1666.6666666666665 166.6666666666668H333.3333333333333A666.7499999999999 666.7499999999999 0 0 0 916.6666666666666 828.1666666666667zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669z" />
+ <glyph glyph-name="user-2-line"
+ unicode="&#xEF1F;"
+ horiz-adv-x="2000" d="M333.3333333333333 166.6666666666668A666.6666666666666 666.6666666666666 0 1 0 1666.6666666666665 166.6666666666668H333.3333333333333zM1083.3333333333333 659.7500000000002V333.3333333333335H1471.5833333333333A500.75000000000006 500.75000000000006 0 0 1 1083.3333333333333 659.7500000000002zM916.6666666666666 333.3333333333335V659.7500000000002A500.75000000000006 500.75000000000006 0 0 1 528.4166666666666 333.3333333333335H916.6666666666666zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335z" />
+ <glyph glyph-name="user-3-fill"
+ unicode="&#xEF20;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H333.3333333333333V333.3333333333335A416.6666666666667 416.6666666666667 0 0 0 750 750H1250A416.6666666666667 416.6666666666667 0 0 0 1666.6666666666665 333.3333333333335V166.6666666666668zM1000 916.6666666666669A500 500 0 1 0 1000 1916.6666666666667A500 500 0 0 0 1000 916.6666666666669z" />
+ <glyph glyph-name="user-3-line"
+ unicode="&#xEF21;"
+ horiz-adv-x="2000" d="M1666.6666666666665 166.6666666666668H1500V333.3333333333335A250 250 0 0 1 1250 583.3333333333335H750A250 250 0 0 1 500 333.3333333333335V166.6666666666668H333.3333333333333V333.3333333333335A416.6666666666667 416.6666666666667 0 0 0 750 750H1250A416.6666666666667 416.6666666666667 0 0 0 1666.6666666666665 333.3333333333335V166.6666666666668zM1000 916.6666666666669A500 500 0 1 0 1000 1916.6666666666667A500 500 0 0 0 1000 916.6666666666669zM1000 1083.3333333333335A333.3333333333333 333.3333333333333 0 1 1 1000 1750A333.3333333333333 333.3333333333333 0 0 1 1000 1083.3333333333335z" />
+ <glyph glyph-name="user-4-fill"
+ unicode="&#xEF22;"
+ horiz-adv-x="2000" d="M416.6666666666667 333.3333333333335H1583.3333333333333V166.6666666666668H416.6666666666667V333.3333333333335zM1000 500A666.6666666666666 666.6666666666666 0 1 0 1000 1833.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 500z" />
+ <glyph glyph-name="user-4-line"
+ unicode="&#xEF23;"
+ horiz-adv-x="2000" d="M416.6666666666667 333.3333333333335H1583.3333333333333V166.6666666666668H416.6666666666667V333.3333333333335zM1000 500A666.6666666666666 666.6666666666666 0 1 0 1000 1833.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 500zM1000 666.6666666666667A500 500 0 1 1 1000 1666.6666666666667A500 500 0 0 1 1000 666.6666666666667z" />
+ <glyph glyph-name="user-5-fill"
+ unicode="&#xEF24;"
+ horiz-adv-x="2000" d="M615.8333333333333 621.75A666.6666666666666 666.6666666666666 0 1 0 1384.25 621.75L1557.8333333333335 225.0833333333335A41.666666666666664 41.666666666666664 0 0 0 1519.5833333333335 166.6666666666668H480.4166666666666A41.666666666666664 41.666666666666664 0 0 0 442.1666666666667 225L615.75 621.75zM676.5833333333333 1085.833333333333A333.49999999999994 333.49999999999994 0 0 1 1323.4166666666665 1085.833333333333L1161.75 1126.2499999999998A166.66666666666666 166.66666666666666 0 0 0 838.25 1126.2499999999998L676.5833333333334 1085.833333333333z" />
+ <glyph glyph-name="user-5-line"
+ unicode="&#xEF25;"
+ horiz-adv-x="2000" d="M615.8333333333333 621.75A666.6666666666666 666.6666666666666 0 1 0 1384.25 621.75L1557.8333333333335 225.0833333333335A41.666666666666664 41.666666666666664 0 0 0 1519.5833333333335 166.6666666666668H480.4166666666666A41.666666666666664 41.666666666666664 0 0 0 442.1666666666667 225L615.75 621.75zM1177.0833333333333 679.5L1288.0833333333333 757.9166666666667A500 500 0 1 1 712 757.9166666666667L822.9166666666666 679.5L671.5 333.3333333333335H1328.5L1177.0833333333333 679.5zM676.5833333333333 1085.8333333333335L838.2499999999999 1126.25A166.66666666666666 166.66666666666666 0 0 1 1161.7499999999998 1126.25L1323.4166666666665 1085.8333333333335A333.49999999999994 333.49999999999994 0 0 0 676.5833333333333 1085.8333333333335z" />
+ <glyph glyph-name="user-add-fill"
+ unicode="&#xEF26;"
+ horiz-adv-x="2000" d="M1166.6666666666665 812.3333333333333V166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1166.6666666666665 812.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1500 583.3333333333335V833.3333333333335H1666.6666666666665V583.3333333333335H1916.6666666666663V416.6666666666668H1666.6666666666665V166.6666666666668H1500V416.6666666666668H1250V583.3333333333335H1500z" />
+ <glyph glyph-name="user-add-line"
+ unicode="&#xEF27;"
+ horiz-adv-x="2000" d="M1166.6666666666665 812.3333333333333V638.1666666666667A500 500 0 0 1 500 166.6666666666668L333.3333333333333 166.7500000000002A666.6666666666666 666.6666666666666 0 0 0 1166.6666666666665 812.416666666667zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335zM1500 583.3333333333335V833.3333333333335H1666.6666666666665V583.3333333333335H1916.6666666666663V416.6666666666668H1666.6666666666665V166.6666666666668H1500V416.6666666666668H1250V583.3333333333335H1500z" />
+ <glyph glyph-name="user-fill"
+ unicode="&#xEF28;"
+ horiz-adv-x="2000" d="M333.3333333333333 166.6666666666668A666.6666666666666 666.6666666666666 0 1 0 1666.6666666666665 166.6666666666668H333.3333333333333zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669z" />
+ <glyph glyph-name="user-follow-fill"
+ unicode="&#xEF29;"
+ horiz-adv-x="2000" d="M1083.3333333333333 828.1666666666667V166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1083.3333333333333 828.1666666666667zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1482.7499999999998 340.5L1777.3333333333333 635.0833333333333L1895.2499999999995 517.2499999999998L1482.7499999999998 104.75L1188.0833333333333 399.4166666666668L1306 517.2500000000002L1482.6666666666667 340.5000000000003z" />
+ <glyph glyph-name="user-follow-line"
+ unicode="&#xEF2A;"
+ horiz-adv-x="2000" d="M1166.6666666666665 812.3333333333333V638.1666666666667A500 500 0 0 1 500 166.6666666666668L333.3333333333333 166.7500000000002A666.6666666666666 666.6666666666666 0 0 0 1166.6666666666665 812.416666666667zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335zM1482.7499999999998 340.5L1777.3333333333333 635.0833333333333L1895.2499999999995 517.2499999999998L1482.7499999999998 104.75L1188.0833333333333 399.4166666666668L1306 517.2500000000002L1482.6666666666667 340.5000000000003z" />
+ <glyph glyph-name="user-line"
+ unicode="&#xEF2B;"
+ horiz-adv-x="2000" d="M333.3333333333333 166.6666666666668A666.6666666666666 666.6666666666666 0 1 0 1666.6666666666665 166.6666666666668H1500A500 500 0 1 1 500 166.6666666666668H333.3333333333333zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335z" />
+ <glyph glyph-name="user-location-fill"
+ unicode="&#xEF2C;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1735.6666666666665 264.3333333333335L1500 28.5833333333335L1264.3333333333333 264.3333333333335A333.3333333333333 333.3333333333333 0 1 0 1735.6666666666665 264.3333333333335zM1500 583.3333333333335A83.33333333333333 83.33333333333333 0 1 1 1500 416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1500 583.3333333333335z" />
+ <glyph glyph-name="user-location-line"
+ unicode="&#xEF2D;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V666.6666666666667A500 500 0 0 1 500 166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335zM1735.6666666666665 244.0833333333337L1500 0L1264.3333333333333 244.0833333333333C1134.0833333333333 378.9166666666665 1134.0833333333333 597.4166666666665 1264.3333333333333 732.25A325.3333333333333 325.3333333333333 0 0 0 1735.6666666666665 732.25C1865.9166666666663 597.4166666666667 1865.9166666666663 378.9166666666665 1735.6666666666665 244.0833333333333zM1615.8333333333333 359.916666666667C1683.5833333333333 430.0833333333335 1683.5833333333333 546.2500000000005 1615.8333333333333 616.416666666667A158.66666666666666 158.66666666666666 0 0 1 1384.1666666666665 616.416666666667C1316.4166666666665 546.2500000000005 1316.4166666666665 430.0833333333335 1384.1666666666665 359.8333333333335L1500 240L1615.8333333333333 360.0000000000003z" />
+ <glyph glyph-name="user-search-fill"
+ unicode="&#xEF2E;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1787.1666666666663 330.6666666666668L1912.4999999999995 205.3333333333333L1794.6666666666663 87.4999999999998L1669.333333333333 212.8333333333333A333.3333333333333 333.3333333333333 0 1 0 1787.1666666666663 330.6666666666668zM1500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1500 333.3333333333335z" />
+ <glyph glyph-name="user-search-line"
+ unicode="&#xEF2F;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V666.6666666666667A500 500 0 0 1 500 166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335zM1787.1666666666663 330.6666666666668L1912.4999999999995 205.3333333333333L1794.6666666666663 87.4999999999998L1669.333333333333 212.8333333333333A333.3333333333333 333.3333333333333 0 1 0 1787.1666666666663 330.6666666666668zM1500 333.3333333333335A166.66666666666666 166.66666666666666 0 1 1 1500 666.6666666666667A166.66666666666666 166.66666666666666 0 0 1 1500 333.3333333333335z" />
+ <glyph glyph-name="user-settings-fill"
+ unicode="&#xEF30;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1216.25 432.3333333333333A292.49999999999994 292.49999999999994 0 0 0 1216.25 567.5833333333335L1133.5833333333335 615.3333333333335L1216.9166666666667 759.6666666666667L1299.5833333333335 711.9166666666667A291.3333333333333 291.3333333333333 0 0 0 1416.6666666666665 779.5833333333335V875H1583.3333333333333V779.5833333333335C1627.6666666666665 766.4166666666667 1667.6666666666665 742.9166666666667 1700.4166666666667 711.9166666666667L1783.0833333333335 759.666666666667L1866.4166666666667 615.3333333333335L1783.75 567.5833333333335A292.49999999999994 292.49999999999994 0 0 0 1783.75 432.4166666666668L1866.4166666666667 384.6666666666668L1783.0833333333335 240.3333333333335L1700.4166666666667 288.0833333333335A291.3333333333333 291.3333333333333 0 0 0 1583.3333333333333 220.4166666666668V125H1416.6666666666665V220.4166666666668A291.3333333333333 291.3333333333333 0 0 0 1299.5833333333333 288.0833333333335L1216.9166666666667 240.3333333333335L1133.5833333333335 384.6666666666668L1216.2500000000002 432.3333333333333zM1500 583.3333333333335A83.33333333333333 83.33333333333333 0 1 1 1500 416.6666666666668A83.33333333333333 83.33333333333333 0 0 1 1500 583.3333333333335z" />
+ <glyph glyph-name="user-settings-line"
+ unicode="&#xEF31;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V666.6666666666667A500 500 0 0 1 500 166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335zM1216.25 432.3333333333333A292.49999999999994 292.49999999999994 0 0 0 1216.25 567.5833333333335L1133.5833333333335 615.3333333333335L1216.9166666666667 759.6666666666667L1299.5833333333335 711.9166666666667A291.3333333333333 291.3333333333333 0 0 0 1416.6666666666665 779.5833333333335V875H1583.3333333333333V779.5833333333335C1627.6666666666665 766.4166666666667 1667.6666666666665 742.9166666666667 1700.4166666666667 711.9166666666667L1783.0833333333335 759.666666666667L1866.4166666666667 615.3333333333335L1783.75 567.5833333333335A292.49999999999994 292.49999999999994 0 0 0 1783.75 432.4166666666668L1866.4166666666667 384.6666666666668L1783.0833333333335 240.3333333333335L1700.4166666666667 288.0833333333335A291.3333333333333 291.3333333333333 0 0 0 1583.3333333333333 220.4166666666668V125H1416.6666666666665V220.4166666666668A291.3333333333333 291.3333333333333 0 0 0 1299.5833333333333 288.0833333333335L1216.9166666666667 240.3333333333335L1133.5833333333335 384.6666666666668L1216.2500000000002 432.3333333333333zM1500 375A125 125 0 1 1 1500 625A125 125 0 0 1 1500 375z" />
+ <glyph glyph-name="user-smile-fill"
+ unicode="&#xEF32;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM583.3333333333333 1000A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 1000H1250A250 250 0 0 0 750 1000H583.3333333333333z" />
+ <glyph glyph-name="user-smile-line"
+ unicode="&#xEF33;"
+ horiz-adv-x="2000" d="M1000 166.6666666666668C539.75 166.6666666666668 166.6666666666667 539.75 166.6666666666667 1000S539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668zM1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 1000 1666.6666666666667A666.6666666666666 666.6666666666666 0 0 1 1000 333.3333333333335zM583.3333333333333 1000H750A250 250 0 0 1 1250 1000H1416.6666666666665A416.6666666666667 416.6666666666667 0 0 0 583.3333333333333 1000z" />
+ <glyph glyph-name="user-star-fill"
+ unicode="&#xEF34;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1500 208.3333333333335L1255.0833333333333 79.5833333333333L1301.8333333333333 352.2499999999998L1103.75 545.4166666666665L1377.5833333333335 585.25L1500 833.3333333333335L1622.4999999999998 585.25L1896.2499999999995 545.4166666666665L1698.1666666666665 352.2499999999998L1744.833333333333 79.5833333333333L1500 208.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669z" />
+ <glyph glyph-name="user-star-line"
+ unicode="&#xEF35;"
+ horiz-adv-x="2000" d="M1000 833.3333333333335V666.6666666666667A500 500 0 0 1 500 166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1000 833.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335zM1500 208.3333333333335L1255.0833333333333 79.5833333333333L1301.8333333333333 352.2499999999998L1103.75 545.4166666666665L1377.5833333333335 585.25L1500 833.3333333333335L1622.4999999999998 585.25L1896.2499999999995 545.4166666666665L1698.1666666666665 352.2499999999998L1744.833333333333 79.5833333333333L1500 208.3333333333335z" />
+ <glyph glyph-name="user-unfollow-fill"
+ unicode="&#xEF36;"
+ horiz-adv-x="2000" d="M1166.6666666666665 812.3333333333333V166.6666666666668H333.3333333333333A666.6666666666666 666.6666666666666 0 0 0 1166.6666666666665 812.3333333333335zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1583.3333333333333 617.8333333333335L1760.083333333333 794.6666666666667L1877.9999999999995 676.7500000000002L1701.1666666666667 500L1878 323.2500000000003L1760.0833333333335 205.3333333333337L1583.3333333333333 382.1666666666668L1406.5833333333333 205.3333333333333L1288.6666666666667 323.25L1465.4999999999998 500L1288.6666666666665 676.75L1406.583333333333 794.6666666666667L1583.3333333333333 617.8333333333335z" />
+ <glyph glyph-name="user-unfollow-line"
+ unicode="&#xEF37;"
+ horiz-adv-x="2000" d="M1166.6666666666665 812.3333333333333V638.1666666666667A500 500 0 0 1 500 166.6666666666668L333.3333333333333 166.7500000000002A666.6666666666666 666.6666666666666 0 0 0 1166.6666666666665 812.416666666667zM1000 916.6666666666669C723.75 916.6666666666669 500 1140.4166666666667 500 1416.6666666666667S723.75 1916.6666666666667 1000 1916.6666666666667S1500 1692.9166666666667 1500 1416.6666666666667S1276.2499999999998 916.6666666666669 1000 916.6666666666669zM1000 1083.3333333333335C1184.1666666666667 1083.3333333333335 1333.3333333333333 1232.5 1333.3333333333333 1416.6666666666667S1184.1666666666667 1750 1000 1750S666.6666666666666 1600.8333333333335 666.6666666666666 1416.6666666666667S815.8333333333333 1083.3333333333335 1000 1083.3333333333335zM1583.3333333333333 534.5000000000002L1760.083333333333 711.3333333333335L1877.9999999999995 593.416666666667L1701.1666666666667 416.6666666666668L1878 239.916666666667L1760.0833333333335 122.0000000000002L1583.3333333333333 298.8333333333333L1406.5833333333333 122L1288.6666666666667 239.9166666666665L1465.4999999999998 416.6666666666668L1288.6666666666665 593.4166666666667L1406.583333333333 711.3333333333333L1583.3333333333333 534.5000000000002z" />
+ <glyph glyph-name="user-voice-fill"
+ unicode="&#xEF38;"
+ horiz-adv-x="2000" d="M83.3333333333333 166.6666666666668A666.6666666666666 666.6666666666666 0 1 0 1416.6666666666665 166.6666666666668H83.3333333333333zM750 916.6666666666669C473.75 916.6666666666669 250 1140.4166666666667 250 1416.6666666666667S473.75 1916.6666666666667 750 1916.6666666666667S1250 1692.9166666666667 1250 1416.6666666666667S1026.25 916.6666666666669 750 916.6666666666669zM1520.5 1734.6666666666667A830.8333333333333 830.8333333333333 0 0 0 1583.3333333333333 1416.6666666666667A830.8333333333333 830.8333333333333 0 0 0 1520.4999999999998 1098.666666666667L1380.7499999999998 1200.3333333333335A665.8333333333334 665.8333333333334 0 0 1 1416.6666666666665 1416.6666666666667A665.8333333333334 665.8333333333334 0 0 1 1380.8333333333333 1633L1520.4999999999998 1734.6666666666667zM1795.6666666666667 1934.6666666666667A1161.8333333333333 1161.8333333333333 0 0 0 1916.6666666666663 1416.6666666666667C1916.6666666666663 1230.5833333333335 1873.0833333333333 1054.6666666666665 1795.6666666666667 898.6666666666667L1658.5833333333335 998.3333333333331A996.25 996.25 0 0 1 1750 1416.6666666666667C1750 1566 1717.2499999999998 1707.75 1658.583333333333 1835L1795.6666666666665 1934.6666666666667z" />
+ <glyph glyph-name="user-voice-line"
+ unicode="&#xEF39;"
+ horiz-adv-x="2000" d="M83.3333333333333 166.6666666666668A666.6666666666666 666.6666666666666 0 1 0 1416.6666666666665 166.6666666666668H1250A500 500 0 1 1 250 166.6666666666668H83.3333333333333zM750 916.6666666666669C473.75 916.6666666666669 250 1140.4166666666667 250 1416.6666666666667S473.75 1916.6666666666667 750 1916.6666666666667S1250 1692.9166666666667 1250 1416.6666666666667S1026.25 916.6666666666669 750 916.6666666666669zM750 1083.3333333333335C934.1666666666666 1083.3333333333335 1083.3333333333333 1232.5 1083.3333333333333 1416.6666666666667S934.1666666666666 1750 750 1750S416.6666666666667 1600.8333333333335 416.6666666666667 1416.6666666666667S565.8333333333333 1083.3333333333335 750 1083.3333333333335zM1795.6666666666665 1934.6666666666667A1161.8333333333333 1161.8333333333333 0 0 0 1916.6666666666663 1416.6666666666667C1916.6666666666663 1230.5833333333335 1873.0833333333333 1054.6666666666665 1795.6666666666667 898.6666666666667L1658.5833333333335 998.3333333333331A996.25 996.25 0 0 1 1750 1416.6666666666667C1750 1566 1717.2499999999998 1707.75 1658.583333333333 1835L1795.6666666666665 1934.6666666666667zM1520.4999999999998 1734.6666666666667A830.8333333333333 830.8333333333333 0 0 0 1583.3333333333333 1416.6666666666667A830.8333333333333 830.8333333333333 0 0 0 1520.4999999999998 1098.666666666667L1380.7499999999998 1200.3333333333335A665.8333333333334 665.8333333333334 0 0 1 1416.6666666666665 1416.6666666666667A665.8333333333334 665.8333333333334 0 0 1 1380.8333333333333 1633L1520.4999999999998 1734.6666666666667z" />
+ <glyph glyph-name="video-chat-fill"
+ unicode="&#xEF3A;"
+ horiz-adv-x="2000" d="M537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666zM1166.6666666666665 1145.8333333333335V1333.3333333333335H583.3333333333333V833.3333333333335H1166.6666666666665V1020.8333333333334L1416.6666666666665 833.3333333333335V1333.3333333333335L1166.6666666666665 1145.8333333333335z" />
+ <glyph glyph-name="video-chat-line"
+ unicode="&#xEF3B;"
+ horiz-adv-x="2000" d="M1166.6666666666665 1145.8333333333335L1416.6666666666665 1333.3333333333335V833.3333333333335L1166.6666666666665 1020.8333333333334V833.3333333333335H583.3333333333333V1333.3333333333335H1166.6666666666665V1145.8333333333335zM480.2499999999999 583.3333333333335H1666.6666666666665V1583.3333333333335H333.3333333333333V467.916666666667L480.2499999999999 583.3333333333335zM537.9166666666666 416.6666666666668L166.6666666666667 125V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V500A83.33333333333333 83.33333333333333 0 0 0 1750 416.6666666666668H537.9166666666666z" />
+ <glyph glyph-name="video-fill"
+ unicode="&#xEF3C;"
+ horiz-adv-x="2000" d="M250 1667.25C250 1712.9166666666667 287.0833333333333 1750 332.75 1750H1667.2499999999998C1712.9166666666665 1750 1749.9999999999995 1712.9166666666667 1749.9999999999995 1667.25V332.7500000000003A82.83333333333334 82.83333333333334 0 0 0 1667.2499999999998 250.0000000000005H332.75A82.83333333333334 82.83333333333334 0 0 0 250 332.75V1667.25zM885.1666666666666 1298.75A33.33333333333333 33.33333333333333 0 0 1 833.3333333333333 1271.0833333333335V728.9166666666667A33.33333333333333 33.33333333333333 0 0 1 885.1666666666666 701.25L1291.7499999999998 972.25A33.33333333333333 33.33333333333333 0 0 1 1291.7499999999998 1027.75L885.0833333333331 1298.7499999999998z" />
+ <glyph glyph-name="video-line"
+ unicode="&#xEF3D;"
+ horiz-adv-x="2000" d="M250 1667.25C250 1712.9166666666667 287.0833333333333 1750 332.75 1750H1667.2499999999998C1712.9166666666665 1750 1749.9999999999995 1712.9166666666667 1749.9999999999995 1667.25V332.7500000000003A82.83333333333334 82.83333333333334 0 0 0 1667.2499999999998 250.0000000000005H332.75A82.83333333333334 82.83333333333334 0 0 0 250 332.75V1667.25zM416.6666666666667 1583.3333333333335V416.6666666666668H1583.3333333333333V1583.3333333333335H416.6666666666667zM885.1666666666666 1298.75L1291.7499999999998 1027.7500000000002A33.33333333333333 33.33333333333333 0 0 0 1291.7499999999998 972.2500000000002L885.0833333333331 701.2500000000002A33.33333333333333 33.33333333333333 0 0 0 833.3333333333331 728.916666666667V1271.0833333333335A33.33333333333333 33.33333333333333 0 0 0 885.1666666666665 1298.75z" />
+ <glyph glyph-name="vidicon-2-fill"
+ unicode="&#xEF3E;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1500V1666.6666666666667H416.6666666666667V1833.3333333333333H1250V1500H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1416.6666666666667V1233.3333333333335L1851.0833333333333 1537.5A41.666666666666664 41.666666666666664 0 0 0 1916.6666666666663 1503.3333333333335V496.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1851.0833333333333 462.5000000000002L1416.6666666666665 766.6666666666667V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 333.3333333333335H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 416.6666666666668V1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1500H1083.3333333333333zM416.6666666666667 1166.6666666666667V1000H583.3333333333333V1166.6666666666667H416.6666666666667z" />
+ <glyph glyph-name="vidicon-2-line"
+ unicode="&#xEF3F;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1500V1666.6666666666667H416.6666666666667V1833.3333333333333H1250V1500H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1416.6666666666667V1233.3333333333335L1851.0833333333333 1537.5A41.666666666666664 41.666666666666664 0 0 0 1916.6666666666663 1503.3333333333335V496.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1851.0833333333333 462.5000000000002L1416.6666666666665 766.6666666666667V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 333.3333333333335H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 416.6666666666668V1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1500H1083.3333333333333zM1250 1333.3333333333335H250V500H1250V1333.3333333333335zM1416.6666666666665 970.0833333333334L1750 736.7500000000002V1263.3333333333335L1416.6666666666665 1030V970.1666666666669zM416.6666666666667 1166.6666666666667H583.3333333333333V1000H416.6666666666667V1166.6666666666667z" />
+ <glyph glyph-name="vidicon-fill"
+ unicode="&#xEF40;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1233.3333333333335L1851.0833333333333 1537.5A41.666666666666664 41.666666666666664 0 0 0 1916.6666666666663 1503.3333333333335V496.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1851.0833333333333 462.5000000000002L1416.6666666666665 766.6666666666667V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 333.3333333333335H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 416.6666666666668V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1666.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1583.3333333333335V1233.3333333333335zM416.6666666666667 1333.3333333333335V1166.6666666666667H583.3333333333333V1333.3333333333335H416.6666666666667z" />
+ <glyph glyph-name="vidicon-line"
+ unicode="&#xEF41;"
+ horiz-adv-x="2000" d="M1416.6666666666665 1233.3333333333335L1851.0833333333333 1537.5A41.666666666666664 41.666666666666664 0 0 0 1916.6666666666663 1503.3333333333335V496.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1851.0833333333333 462.5000000000002L1416.6666666666665 766.6666666666667V416.6666666666668A83.33333333333333 83.33333333333333 0 0 0 1333.3333333333333 333.3333333333335H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 416.6666666666668V1583.3333333333335A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1666.6666666666667H1333.3333333333333A83.33333333333333 83.33333333333333 0 0 0 1416.6666666666665 1583.3333333333335V1233.3333333333335zM1416.6666666666665 970.0833333333334L1750 736.7500000000002V1263.3333333333335L1416.6666666666665 1030V970.1666666666669zM250 1500V500H1250V1500H250zM416.6666666666667 1333.3333333333335H583.3333333333333V1166.6666666666667H416.6666666666667V1333.3333333333335z" />
+ <glyph glyph-name="vip-crown-2-fill"
+ unicode="&#xEF42;"
+ horiz-adv-x="2000" d="M233.3333333333333 1566.6666666666667L583.3333333333333 1333.3333333333335L932.1666666666666 1821.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1067.8333333333333 1821.6666666666667L1416.6666666666665 1333.3333333333335L1766.6666666666665 1566.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1895.5833333333333 1487.5L1758.6666666666665 323.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1675.9166666666665 250H324.0833333333333A83.33333333333333 83.33333333333333 0 0 0 241.3333333333333 323.5833333333333L104.4166666666667 1487.5833333333335A83.33333333333333 83.33333333333333 0 0 0 233.3333333333333 1566.6666666666667zM1000 750A166.66666666666666 166.66666666666666 0 1 1 1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 0 1 1000 750z" />
+ <glyph glyph-name="vip-crown-2-line"
+ unicode="&#xEF43;"
+ horiz-adv-x="2000" d="M291 1327.9166666666667L398.1666666666667 416.6666666666668H1601.8333333333333L1709.0000000000002 1327.9166666666667L1374.8333333333337 1105.1666666666667L1000 1629.9166666666667L625.1666666666666 1105.1666666666667L291 1327.9166666666667zM233.4166666666667 1566.6666666666667L583.3333333333333 1333.3333333333335L932.1666666666666 1821.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1067.8333333333333 1821.6666666666667L1416.6666666666665 1333.3333333333335L1766.6666666666665 1566.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1895.5833333333333 1487.5L1758.6666666666665 323.5833333333333A83.33333333333333 83.33333333333333 0 0 0 1675.9166666666665 250H324.0833333333333A83.33333333333333 83.33333333333333 0 0 0 241.3333333333333 323.5833333333333L104.4166666666667 1487.5833333333335A83.33333333333333 83.33333333333333 0 0 0 233.3333333333333 1566.6666666666667zM1000 750A166.66666666666666 166.66666666666666 0 1 0 1000 1083.3333333333335A166.66666666666666 166.66666666666666 0 0 0 1000 750z" />
+ <glyph glyph-name="vip-crown-fill"
+ unicode="&#xEF44;"
+ horiz-adv-x="2000" d="M166.6666666666667 416.6666666666668H1833.3333333333333V250H166.6666666666667V416.6666666666668zM166.6666666666667 1583.3333333333335L583.3333333333333 1333.3333333333335L1000 1833.3333333333333L1416.6666666666665 1333.3333333333335L1833.3333333333333 1583.3333333333335V583.3333333333335H166.6666666666667V1583.3333333333335z" />
+ <glyph glyph-name="vip-crown-line"
+ unicode="&#xEF45;"
+ horiz-adv-x="2000" d="M166.6666666666667 416.6666666666668H1833.3333333333333V250H166.6666666666667V416.6666666666668zM166.6666666666667 1583.3333333333335L583.3333333333333 1291.6666666666667L1000 1833.3333333333333L1416.6666666666665 1291.6666666666667L1833.3333333333333 1583.3333333333335V583.3333333333335H166.6666666666667V1583.3333333333335zM333.3333333333333 1263.25V750H1666.6666666666665V1263.25L1381.6666666666665 1063.75L1000 1560L618.3333333333333 1063.75L333.3333333333333 1263.3333333333335z" />
+ <glyph glyph-name="vip-diamond-fill"
+ unicode="&#xEF46;"
+ horiz-adv-x="2000" d="M406.0833333333333 1750H1593.9166666666665A83.33333333333333 83.33333333333333 0 0 0 1661.3333333333333 1715.6666666666667L1979.9166666666663 1277.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1976.8333333333333 1224.916666666667L1030.5833333333333 199.8333333333335A41.666666666666664 41.666666666666664 0 0 0 969.4166666666669 199.8333333333335L23.1666666666667 1224.8333333333335A41.666666666666664 41.666666666666664 0 0 0 20.0833333333333 1277.6666666666667L338.6666666666667 1715.6666666666667A83.33333333333333 83.33333333333333 0 0 0 406.0833333333333 1750z" />
+ <glyph glyph-name="vip-diamond-line"
+ unicode="&#xEF47;"
+ horiz-adv-x="2000" d="M406.0833333333333 1750H1593.9166666666665A83.33333333333333 83.33333333333333 0 0 0 1661.3333333333333 1715.6666666666667L1979.9166666666663 1277.6666666666667A41.666666666666664 41.666666666666664 0 0 0 1976.8333333333333 1224.916666666667L1030.5833333333333 199.8333333333335A41.666666666666664 41.666666666666664 0 0 0 971.7500000000002 197.5000000000002C971.1666666666669 198.0000000000002 655.0833333333334 540.4166666666667 23.1666666666669 1224.916666666667A41.666666666666664 41.666666666666664 0 0 0 20.0833333333335 1277.6666666666667L338.6666666666668 1715.6666666666667A83.33333333333333 83.33333333333333 0 0 0 406.0833333333333 1750zM448.5833333333333 1583.3333333333335L215.25 1262.5L1000 412.5L1784.75 1262.5L1551.4166666666667 1583.3333333333335H448.5833333333333z" />
+ <glyph glyph-name="vip-fill"
+ unicode="&#xEF48;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM916.6666666666666 1291.6666666666667V708.3333333333335H1083.3333333333333V1291.6666666666667H916.6666666666666zM892.9166666666666 1291.6666666666667H716.75L592 948.9166666666669L467.25 1291.6666666666667H291.0833333333333L508.6666666666666 711.3333333333335H675.3333333333333L892.9166666666666 1291.6666666666667zM1333.3333333333333 875H1458.3333333333333A208.33333333333334 208.33333333333334 0 1 1 1458.3333333333333 1291.6666666666667H1166.6666666666665V708.3333333333335H1333.3333333333333V875zM1333.3333333333333 1041.6666666666667V1125H1458.3333333333333A41.666666666666664 41.666666666666664 0 1 0 1458.3333333333333 1041.6666666666667H1333.3333333333333z" />
+ <glyph glyph-name="vip-line"
+ unicode="&#xEF49;"
+ horiz-adv-x="2000" d="M166.6666666666667 416.6666666666668H1833.3333333333333V250H166.6666666666667V416.6666666666668zM916.6666666666666 1333.3333333333335H1083.3333333333333V666.6666666666667H916.6666666666666V1333.3333333333335zM663.75 1333.3333333333335H840.8333333333333L591.9999999999999 669.6666666666667H425.3333333333333L176.5 1333.3333333333335H353.5833333333333L508.6666666666666 907.25L663.75 1333.3333333333335zM1416.6666666666665 833.3333333333335V666.6666666666667H1250V1333.3333333333335H1583.3333333333333A250 250 0 0 0 1583.3333333333333 833.3333333333335H1416.6666666666665zM1416.6666666666665 1166.6666666666667V1000H1583.3333333333333A83.33333333333333 83.33333333333333 0 0 1 1583.3333333333333 1166.6666666666667H1416.6666666666665zM166.6666666666667 1750H1833.3333333333333V1583.3333333333335H166.6666666666667V1750z" />
+ <glyph glyph-name="volume-down-fill"
+ unicode="&#xEF4A;"
+ horiz-adv-x="2000" d="M740.7499999999999 666.6666666666667H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 750V1250A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1333.3333333333335H740.7499999999999L1181.9166666666665 1694.3333333333333A41.666666666666664 41.666666666666664 0 0 0 1250 1662.0833333333335V337.9166666666668A41.666666666666664 41.666666666666664 0 0 0 1181.9166666666665 305.6666666666668L740.8333333333334 666.6666666666667zM1571.9166666666665 617.4166666666667L1453.4166666666665 735.9166666666667A332.74999999999994 332.74999999999994 0 0 1 1583.3333333333333 1000C1583.3333333333333 1119.1666666666667 1520.8333333333333 1223.75 1426.6666666666667 1282.6666666666665L1546.5833333333333 1402.5833333333335A499.24999999999994 499.24999999999994 0 0 0 1750 1000C1750 846.5 1680.8333333333335 709.1666666666667 1571.9166666666665 617.4166666666667z" />
+ <glyph glyph-name="volume-down-line"
+ unicode="&#xEF4B;"
+ horiz-adv-x="2000" d="M1083.3333333333333 1398.3333333333335L800.2499999999999 1166.6666666666667H500V833.3333333333335H800.2499999999999L1083.3333333333333 601.6666666666667V1398.3333333333335zM740.7499999999999 666.6666666666667H416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 333.3333333333333 750V1250A83.33333333333333 83.33333333333333 0 0 0 416.6666666666667 1333.3333333333335H740.7499999999999L1181.9166666666665 1694.3333333333333A41.666666666666664 41.666666666666664 0 0 0 1250 1662.0833333333335V337.9166666666668A41.666666666666664 41.666666666666664 0 0 0 1181.9166666666665 305.6666666666668L740.8333333333334 666.6666666666667zM1571.9166666666665 617.4166666666667L1453.4166666666665 735.9166666666667A332.74999999999994 332.74999999999994 0 0 1 1583.3333333333333 1000C1583.3333333333333 1119.1666666666667 1520.8333333333333 1223.75 1426.6666666666667 1282.6666666666665L1546.5833333333333 1402.5833333333335A499.24999999999994 499.24999999999994 0 0 0 1750 1000C1750 846.5 1680.8333333333335 709.1666666666667 1571.9166666666665 617.4166666666667z" />
+ <glyph glyph-name="volume-mute-fill"
+ unicode="&#xEF4C;"
+ horiz-adv-x="2000" d="M490.75 666.6666666666667H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 750V1250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1333.3333333333335H490.7499999999999L931.9166666666666 1694.3333333333333A41.666666666666664 41.666666666666664 0 0 0 1000 1662.0833333333335V337.9166666666668A41.666666666666664 41.666666666666664 0 0 0 931.9166666666666 305.6666666666668L490.8333333333333 666.6666666666667zM1701.1666666666667 1000L1995.8333333333337 705.3333333333335L1878 587.5000000000002L1583.3333333333333 882.1666666666667L1288.6666666666665 587.5000000000002L1170.8333333333333 705.3333333333335L1465.4999999999998 1000L1170.8333333333333 1294.6666666666665L1288.6666666666665 1412.5L1583.3333333333333 1117.8333333333335L1878 1412.5L1995.8333333333337 1294.6666666666665L1701.1666666666667 1000z" />
+ <glyph glyph-name="volume-mute-line"
+ unicode="&#xEF4D;"
+ horiz-adv-x="2000" d="M833.3333333333333 1398.3333333333335L550.25 1166.6666666666667H250V833.3333333333335H550.25L833.3333333333333 601.6666666666667V1398.3333333333335zM490.75 666.6666666666667H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 750V1250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1333.3333333333335H490.7499999999999L931.9166666666666 1694.3333333333333A41.666666666666664 41.666666666666664 0 0 0 1000 1662.0833333333335V337.9166666666668A41.666666666666664 41.666666666666664 0 0 0 931.9166666666666 305.6666666666668L490.8333333333333 666.6666666666667zM1701.1666666666667 1000L1995.8333333333337 705.3333333333335L1878 587.5000000000002L1583.3333333333333 882.1666666666667L1288.6666666666665 587.5000000000002L1170.8333333333333 705.3333333333335L1465.4999999999998 1000L1170.8333333333333 1294.6666666666665L1288.6666666666665 1412.5L1583.3333333333333 1117.8333333333335L1878 1412.5L1995.8333333333337 1294.6666666666665L1701.1666666666667 1000z" />
+ <glyph glyph-name="volume-up-fill"
+ unicode="&#xEF4E;"
+ horiz-adv-x="2000" d="M490.75 666.6666666666667H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 750V1250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1333.3333333333335H490.7499999999999L931.9166666666666 1694.3333333333333A41.666666666666664 41.666666666666664 0 0 0 1000 1662.0833333333335V337.9166666666668A41.666666666666664 41.666666666666664 0 0 0 931.9166666666666 305.6666666666668L490.8333333333333 666.6666666666667zM1617.1666666666665 322.1666666666668L1499.1666666666665 440.1666666666668A748.1666666666665 748.1666666666665 0 0 1 1750 1000A748.4999999999999 748.4999999999999 0 0 1 1474.6666666666667 1580.6666666666667L1592.9999999999998 1699A914.6666666666667 914.6666666666667 0 0 0 1916.6666666666663 1000C1916.6666666666663 731.4166666666667 1801.1666666666665 489.8333333333335 1617.1666666666665 322.1666666666668zM1321.9166666666665 617.4166666666667L1203.4166666666665 735.9166666666667A332.74999999999994 332.74999999999994 0 0 1 1333.3333333333333 1000C1333.3333333333333 1119.1666666666667 1270.8333333333333 1223.75 1176.6666666666667 1282.6666666666665L1296.5833333333333 1402.5833333333335A499.24999999999994 499.24999999999994 0 0 0 1500 1000C1500 846.5 1430.8333333333335 709.1666666666667 1321.9166666666665 617.4166666666667z" />
+ <glyph glyph-name="volume-up-line"
+ unicode="&#xEF4F;"
+ horiz-adv-x="2000" d="M833.3333333333333 1398.3333333333335L550.25 1166.6666666666667H250V833.3333333333335H550.25L833.3333333333333 601.6666666666667V1398.3333333333335zM490.75 666.6666666666667H166.6666666666667A83.33333333333333 83.33333333333333 0 0 0 83.3333333333333 750V1250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 1333.3333333333335H490.7499999999999L931.9166666666666 1694.3333333333333A41.666666666666664 41.666666666666664 0 0 0 1000 1662.0833333333335V337.9166666666668A41.666666666666664 41.666666666666664 0 0 0 931.9166666666666 305.6666666666668L490.8333333333333 666.6666666666667zM1617.1666666666665 322.1666666666668L1499.1666666666665 440.1666666666668A748.1666666666665 748.1666666666665 0 0 1 1750 1000A748.4999999999999 748.4999999999999 0 0 1 1474.6666666666667 1580.6666666666667L1592.9999999999998 1699A914.6666666666667 914.6666666666667 0 0 0 1916.6666666666663 1000C1916.6666666666663 731.4166666666667 1801.1666666666665 489.8333333333335 1617.1666666666665 322.1666666666668zM1321.9166666666665 617.4166666666667L1203.4166666666665 735.9166666666667A332.74999999999994 332.74999999999994 0 0 1 1333.3333333333333 1000C1333.3333333333333 1119.1666666666667 1270.8333333333333 1223.75 1176.6666666666667 1282.6666666666665L1296.5833333333333 1402.5833333333335A499.24999999999994 499.24999999999994 0 0 0 1500 1000C1500 846.5 1430.8333333333335 709.1666666666667 1321.9166666666665 617.4166666666667z" />
+ <glyph glyph-name="walk-fill"
+ unicode="&#xEF50;"
+ horiz-adv-x="2000" d="M634.75 1274L901.8333333333331 1468A166.24999999999997 166.24999999999997 0 0 0 1005.4166666666666 1500A218 218 0 0 0 1207.6666666666665 1348.3333333333335C1223.1666666666665 1299.75 1237.3333333333333 1266.9166666666665 1250.1666666666665 1249.8333333333335A415.99999999999994 415.99999999999994 0 0 1 1583.3333333333333 1083.3333333333335V916.6666666666669A582.1666666666665 582.1666666666665 0 0 0 1133.1666666666665 1128.9166666666667L1075.0833333333333 799.3333333333335L1246.8333333333333 655.166666666667L1432.0833333333333 146.166666666667L1275.4166666666665 89.1666666666667L1105.4166666666667 556.1666666666667L822.9166666666666 793.25A166.66666666666666 166.66666666666666 0 0 0 763.5 951.9166666666669L805.9166666666667 1192.3333333333335L749.5000000000001 1151.3333333333333L572.2500000000001 907.3333333333331L437.4166666666668 1005.3333333333331L633.3333333333333 1275L634.75 1274zM1125 1541.6666666666667A166.66666666666666 166.66666666666666 0 1 0 1125 1875A166.66666666666666 166.66666666666666 0 0 0 1125 1541.6666666666667zM877.3333333333334 443.2500000000003L609.5 124.0833333333337L481.8333333333333 231.1666666666672L729.8333333333333 526.666666666667L791.9999999999999 708.3333333333337L941.2499999999998 583.3333333333337L877.3333333333334 443.2500000000003z" />
+ <glyph glyph-name="walk-line"
+ unicode="&#xEF51;"
+ horiz-adv-x="2000" d="M634.75 1274L901.8333333333331 1468A166.24999999999997 166.24999999999997 0 0 0 1005.4166666666666 1500A218 218 0 0 0 1207.6666666666665 1348.3333333333335C1223.1666666666665 1299.75 1237.3333333333333 1266.9166666666665 1250.1666666666665 1249.8333333333335A415.99999999999994 415.99999999999994 0 0 1 1583.3333333333333 1083.3333333333335V916.6666666666669A582.1666666666665 582.1666666666665 0 0 0 1133.1666666666665 1128.9166666666667L1075.0833333333333 799.3333333333335L1246.8333333333333 655.166666666667L1432.0833333333333 146.166666666667L1275.4166666666665 89.1666666666667L1105.4166666666667 556.1666666666667L822.9166666666666 793.25A166.66666666666666 166.66666666666666 0 0 0 763.5 951.9166666666669L805.9166666666667 1192.3333333333335L749.5000000000001 1151.3333333333333L572.2500000000001 907.3333333333331L437.4166666666668 1005.3333333333331L633.3333333333333 1275L634.75 1274zM1125 1541.6666666666667A166.66666666666666 166.66666666666666 0 1 0 1125 1875A166.66666666666666 166.66666666666666 0 0 0 1125 1541.6666666666667zM877.3333333333334 443.2500000000003L609.5 124.0833333333337L481.8333333333333 231.1666666666672L729.8333333333333 526.666666666667L791.9999999999999 708.3333333333337L941.2499999999998 583.3333333333337L877.3333333333334 443.2500000000003z" />
+ <glyph glyph-name="wallet-2-fill"
+ unicode="&#xEF52;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1333.3333333333335H1083.3333333333333A83.33333333333333 83.33333333333333 0 0 1 1000 1250V750A83.33333333333333 83.33333333333333 0 0 1 1083.3333333333333 666.6666666666667H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1333.3333333333335zM1250 1083.3333333333335H1500V916.6666666666669H1250V1083.3333333333335z" />
+ <glyph glyph-name="wallet-2-line"
+ unicode="&#xEF53;"
+ horiz-adv-x="2000" d="M1666.6666666666665 1416.6666666666667V1583.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V583.3333333333335H1000A83.33333333333333 83.33333333333333 0 0 0 916.6666666666666 666.6666666666667V1333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1000 1416.6666666666667H1666.6666666666665zM250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1083.3333333333333 1250V750H1666.6666666666665V1250H1083.3333333333333zM1250 1083.3333333333335H1500V916.6666666666669H1250V1083.3333333333335z" />
+ <glyph glyph-name="wallet-3-fill"
+ unicode="&#xEF54;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1500H1250A500 500 0 1 1 1250 500H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1500zM1250 1333.3333333333335H1916.6666666666663V666.6666666666667H1250A333.3333333333333 333.3333333333333 0 1 0 1250 1333.3333333333335zM1250 1083.3333333333335V916.6666666666669H1500V1083.3333333333335H1250z" />
+ <glyph glyph-name="wallet-3-line"
+ unicode="&#xEF55;"
+ horiz-adv-x="2000" d="M1833.3333333333333 1416.6666666666667H1916.6666666666663V583.3333333333335H1833.3333333333333V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V1416.6666666666667zM1666.6666666666665 583.3333333333335H1166.6666666666665A416.6666666666667 416.6666666666667 0 0 0 1166.6666666666665 1416.6666666666667H1666.6666666666665V1583.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V583.3333333333335zM1750 750V1250H1166.6666666666665A250 250 0 0 1 1166.6666666666665 750H1750zM1166.6666666666665 1083.3333333333335H1416.6666666666665V916.6666666666669H1166.6666666666665V1083.3333333333335z" />
+ <glyph glyph-name="wallet-fill"
+ unicode="&#xEF56;"
+ horiz-adv-x="2000" d="M166.6666666666667 1250H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1166.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1250zM250 1750H1500V1416.6666666666667H166.6666666666667V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1250 833.3333333333335V666.6666666666667H1500V833.3333333333335H1250z" />
+ <glyph glyph-name="wallet-line"
+ unicode="&#xEF57;"
+ horiz-adv-x="2000" d="M1500 1416.6666666666667H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1333.3333333333335V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750H1500V1416.6666666666667zM333.3333333333333 1250V416.6666666666668H1666.6666666666665V1250H333.3333333333333zM333.3333333333333 1583.3333333333335V1416.6666666666667H1333.3333333333333V1583.3333333333335H333.3333333333333zM1250 916.6666666666669H1500V750H1250V916.6666666666669z" />
+ <glyph glyph-name="water-flash-fill"
+ unicode="&#xEF58;"
+ horiz-adv-x="2000" d="M469.6666666666666 1447L1000 1977.3333333333333L1530.3333333333333 1447A749.9999999999999 749.9999999999999 0 1 0 469.6666666666667 1447zM1083.3333333333333 1083.3333333333335V1458.3333333333335L708.3333333333333 916.6666666666669H916.6666666666666V541.6666666666667L1291.6666666666665 1083.3333333333335H1083.3333333333333z" />
+ <glyph glyph-name="water-flash-line"
+ unicode="&#xEF59;"
+ horiz-adv-x="2000" d="M1000 1741.6666666666667L587.5 1329.1666666666665A583.3333333333334 583.3333333333334 0 1 1 1412.4999999999998 1329.1666666666665L1000 1741.6666666666667zM1000 1977.3333333333333L1530.3333333333333 1447A749.9999999999999 749.9999999999999 0 1 0 469.6666666666667 1447L1000 1977.3333333333333zM1083.3333333333333 1083.3333333333335H1291.6666666666665L916.6666666666666 541.6666666666667V916.6666666666669H708.3333333333333L1083.3333333333333 1458.3333333333335V1083.3333333333335z" />
+ <glyph glyph-name="webcam-fill"
+ unicode="&#xEF5A;"
+ horiz-adv-x="2000" d="M916.6666666666666 250V339.1666666666668A583.4999999999999 583.4999999999999 0 0 0 416.6666666666667 916.6666666666669V1333.3333333333335A583.3333333333334 583.3333333333334 0 1 0 1583.3333333333333 1333.3333333333335V916.6666666666669A583.4999999999999 583.4999999999999 0 0 0 1083.3333333333333 339.1666666666668V250H1416.6666666666665V83.3333333333335H583.3333333333333V250H916.6666666666666zM1000 1250A83.33333333333333 83.33333333333333 0 1 0 1000 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 0 1000 1250zM1000 1083.3333333333335A250 250 0 1 1 1000 1583.3333333333335A250 250 0 0 1 1000 1083.3333333333335z" />
+ <glyph glyph-name="webcam-line"
+ unicode="&#xEF5B;"
+ horiz-adv-x="2000" d="M916.6666666666666 250V339.1666666666668A583.4999999999999 583.4999999999999 0 0 0 416.6666666666667 916.6666666666669V1333.3333333333335A583.3333333333334 583.3333333333334 0 1 0 1583.3333333333333 1333.3333333333335V916.6666666666669A583.4999999999999 583.4999999999999 0 0 0 1083.3333333333333 339.1666666666668V250H1416.6666666666665V83.3333333333335H583.3333333333333V250H916.6666666666666zM1000 1750A416.6666666666667 416.6666666666667 0 0 1 583.3333333333333 1333.3333333333335V916.6666666666669A416.6666666666667 416.6666666666667 0 0 1 1416.6666666666665 916.6666666666669V1333.3333333333335A416.6666666666667 416.6666666666667 0 0 1 1000 1750zM1000 1250A83.33333333333333 83.33333333333333 0 1 1 1000 1416.6666666666667A83.33333333333333 83.33333333333333 0 0 1 1000 1250zM1000 1083.3333333333335A250 250 0 1 0 1000 1583.3333333333335A250 250 0 0 0 1000 1083.3333333333335z" />
+ <glyph glyph-name="wechat-2-fill"
+ unicode="&#xEF5C;"
+ horiz-adv-x="2000" d="M454.7499999999999 484.5833333333335C279.8333333333333 610.25 166.6666666666667 800 166.6666666666667 1007.6666666666669C166.6666666666667 1389.75 539.5833333333333 1700 1000 1700S1833.3333333333333 1389.75 1833.3333333333333 1007.6666666666669C1833.3333333333333 625.666666666667 1460.4166666666665 315.4166666666668 1000 315.4166666666668A946.6666666666666 946.6666666666666 0 0 0 727.3333333333333 353.8333333333333C719.6666666666665 356.3333333333335 709.3333333333334 356.3333333333335 701.6666666666666 356.3333333333335C686.2499999999999 356.3333333333335 670.8333333333334 351.3333333333335 657.9166666666666 343.5833333333335L475.3333333333333 238.5000000000003A36.66666666666666 36.66666666666666 0 0 0 459.9166666666666 233.3333333333335A28.5 28.5 0 0 0 431.5833333333333 261.5000000000003C431.5833333333333 269.2500000000003 434.0833333333334 274.3333333333335 436.75 282.0833333333335C439.2500000000001 284.5833333333337 462.4166666666667 369.2500000000003 475.3333333333334 420.5000000000003C475.3333333333334 425.6666666666672 477.8333333333334 433.3333333333337 477.8333333333334 438.5000000000005C477.8333333333334 459.0000000000002 470.1666666666667 474.3333333333337 454.7500000000001 484.5833333333337zM722.25 1124.0833333333335C782 1124.0833333333335 829.3333333333333 1171.4166666666667 829.3333333333333 1231.1666666666667C829.3333333333333 1291 782 1338.3333333333335 722.25 1338.3333333333335C662.4166666666666 1338.3333333333335 615.1666666666666 1291 615.1666666666666 1231.1666666666667C615.1666666666666 1171.4166666666667 662.4166666666666 1124.0833333333335 722.25 1124.0833333333335zM1277.75 1124.0833333333335C1337.5833333333335 1124.0833333333335 1384.833333333333 1171.4166666666667 1384.833333333333 1231.1666666666667C1384.833333333333 1291 1337.583333333333 1338.3333333333335 1277.7499999999998 1338.3333333333335C1217.9999999999998 1338.3333333333335 1170.6666666666665 1291 1170.6666666666665 1231.1666666666667C1170.6666666666665 1171.4166666666667 1217.9999999999998 1124.0833333333335 1277.7499999999998 1124.0833333333335z" />
+ <glyph glyph-name="wechat-2-line"
+ unicode="&#xEF5D;"
+ horiz-adv-x="2000" d="M722.25 1040.75A106.33333333333333 106.33333333333333 0 0 0 615.1666666666666 1147.8333333333335C615.1666666666666 1207.6666666666667 662.4166666666666 1255 722.25 1255C782 1255 829.3333333333333 1207.6666666666667 829.3333333333333 1147.8333333333335C829.3333333333333 1088.0833333333335 782 1040.75 722.25 1040.75zM1277.75 1040.75A106.33333333333333 106.33333333333333 0 0 0 1170.6666666666665 1147.8333333333335C1170.6666666666665 1207.6666666666667 1218 1255 1277.75 1255C1337.5833333333335 1255 1384.833333333333 1207.6666666666667 1384.833333333333 1147.8333333333335C1384.833333333333 1088.0833333333335 1337.583333333333 1040.75 1277.7499999999998 1040.75zM568.5833333333334 398.75L628.1666666666666 435.0833333333335A333.3333333333333 333.3333333333333 0 0 0 853.5833333333333 479.7500000000002C871.25 477 885.7499999999999 474.8333333333335 896.9166666666666 473.4166666666667C930.75 468.916666666667 965.25 466.666666666667 1000 466.666666666667C1368.3333333333335 466.666666666667 1658.333333333333 718.5000000000002 1658.333333333333 1016.6666666666669S1368.3333333333335 1566.6666666666667 1000 1566.6666666666667S341.6666666666667 1314.8333333333335 341.6666666666667 1016.6666666666666C341.6666666666667 902.8333333333331 383.3333333333333 793.9166666666667 461 701.5833333333333C465 696.8333333333333 471 690.1666666666665 478.8333333333334 682A333.3333333333333 333.3333333333333 0 0 0 570.5833333333334 423.5000000000003L568.5 398.75zM516.0833333333334 171.5A83.33333333333333 83.33333333333333 0 0 0 388.8333333333333 249L404.5 437.3333333333333A166.66666666666666 166.66666666666666 0 0 1 358.6666666666667 566.583333333333A582.75 582.75 0 0 0 333.3333333333333 594.3333333333335C233.8333333333333 712.7500000000002 175 858.75 175 1016.6666666666666C175 1412.5 544.3333333333333 1733.3333333333333 1000 1733.3333333333333S1824.9999999999995 1412.5 1824.9999999999995 1016.6666666666666S1455.6666666666663 300.0000000000003 999.9999999999998 300.0000000000003C957.4999999999998 300.0000000000003 915.8333333333331 302.7500000000003 875.0833333333331 308.1666666666668A1967.4999999999998 1967.4999999999998 0 0 0 827.6666666666665 315.1666666666668A166.66666666666666 166.66666666666666 0 0 1 714.9166666666665 292.8333333333335L515.9999999999999 171.5z" />
+ <glyph glyph-name="wechat-fill"
+ unicode="&#xEF5E;"
+ horiz-adv-x="2000" d="M1547.8333333333335 857.4166666666667A75.83333333333333 75.83333333333333 0 0 1 1622.6666666666667 932.25C1622.6666666666667 973.75 1589.4166666666665 1007.0833333333331 1547.8333333333335 1007.0833333333331S1473 973.75 1473 932.25C1473 890.5833333333333 1506.3333333333333 857.4166666666667 1547.8333333333335 857.4166666666667zM1179.0833333333333 857.4166666666667A75.83333333333333 75.83333333333333 0 0 1 1253.9166666666667 932.25C1253.9166666666667 973.75 1220.5833333333333 1007.0833333333331 1179.0833333333333 1007.0833333333331C1137.4166666666667 1007.0833333333331 1104.25 973.75 1104.25 932.25C1104.25 890.5833333333333 1137.5 857.4166666666667 1179.0833333333333 857.4166666666667zM1726.3333333333333 437.4166666666668A28.91666666666666 28.91666666666666 0 0 1 1712 406.5833333333333C1712 402.5833333333335 1712 398.4999999999998 1714.0833333333333 394.3333333333333C1722.2499999999998 359.5833333333333 1738.5833333333333 304.25 1738.5833333333333 302.1666666666665C1738.5833333333333 296.0833333333333 1740.6666666666665 292 1740.6666666666665 287.8333333333333A18.33333333333333 18.33333333333333 0 0 0 1722.2499999999998 269.5C1718.083333333333 269.5 1716.083333333333 271.5 1711.9999999999995 273.4999999999998L1591.2499999999995 343.1666666666663A66.58333333333333 66.58333333333333 0 0 1 1562.5833333333328 351.3333333333331C1556.4999999999993 351.3333333333331 1550.3333333333328 351.3333333333331 1546.2499999999993 349.3333333333328C1488.916666666666 332.9166666666663 1429.5833333333328 324.7499999999993 1366.1666666666658 324.7499999999993C1061.1666666666658 324.7499999999993 815.5833333333326 529.4999999999993 815.5833333333326 783.4999999999993C815.5833333333326 1037.416666666666 1061.1666666666658 1242.249999999999 1366.1666666666658 1242.249999999999C1671.0833333333323 1242.249999999999 1916.666666666666 1037.4166666666658 1916.666666666666 783.4999999999993C1916.666666666666 646.2499999999993 1842.999999999999 521.3333333333326 1726.3333333333328 437.3333333333326zM1389.4166666666665 1325.0833333333335A758.7499999999999 758.7499999999999 0 0 1 1366.083333333333 1325.5C1018.2499999999998 1325.5 732.2499999999998 1087.166666666667 732.2499999999998 783.4166666666667C732.2499999999998 737.25 738.9166666666664 692.5833333333335 751.2499999999997 650.0833333333333H743.833333333333A830.2499999999999 830.2499999999999 0 0 0 528.4999999999998 680.75C522.333333333333 682.8333333333333 516.1666666666664 682.8333333333333 509.9999999999997 682.8333333333333A69.33333333333333 69.33333333333333 0 0 1 475.1666666666663 672.5833333333335L329.4999999999997 588.8333333333333C325.3333333333331 586.75 321.2499999999997 584.6666666666665 317.1666666666664 584.6666666666665A22.75 22.75 0 0 0 294.6666666666664 607.1666666666665C294.6666666666664 613.3333333333333 296.6666666666664 617.4166666666667 298.7499999999997 623.5833333333333C300.7499999999997 625.5833333333333 319.2499999999997 693.083333333333 329.4999999999997 733.9166666666665C329.4999999999997 738.0833333333333 331.4999999999997 744.1666666666665 331.4999999999997 748.2499999999998A46.333333333333336 46.333333333333336 0 0 1 313.083333333333 785.0833333333333C171.5 885.3333333333335 83.3333333333333 1034.5 83.3333333333333 1200.1666666666665C83.3333333333333 1504.5833333333333 380.8333333333333 1750 745.8333333333333 1750C1059.5833333333333 1750 1323.3333333333333 1569.25 1389.4166666666665 1325.1666666666667zM959.9166666666666 1290.25C1007.6666666666666 1290.25 1045.4166666666665 1330 1045.4166666666665 1375.75C1045.4166666666665 1423.5 1007.6666666666666 1461.25 959.9166666666666 1461.25S874.4166666666665 1423.5 874.4166666666665 1375.75S912.1666666666664 1290.25 959.9166666666666 1290.25zM521.5833333333331 1290.25C569.3333333333333 1290.25 607.1666666666665 1330 607.1666666666665 1375.75C607.1666666666665 1423.5 569.3333333333333 1461.25 521.5833333333331 1461.25C473.9166666666665 1461.25 436.0833333333332 1423.5 436.0833333333332 1375.75S473.9166666666665 1290.25 521.5833333333331 1290.25z" />
+ <glyph glyph-name="wechat-line"
+ unicode="&#xEF5F;"
+ horiz-adv-x="2000" d="M833.3333333333333 777V782.1666666666667C833.3333333333333 991.1666666666666 1001.3333333333331 1167 1229.4166666666665 1218.25C1199.0833333333333 1410.0833333333335 996.5833333333331 1566.6666666666667 741.6666666666666 1566.6666666666667C465 1566.6666666666667 250 1382.25 250 1168.3333333333335C250 1087.5833333333335 280 1010 336.6666666666667 943.5C339.3333333333333 940.3333333333331 343.5833333333333 935.6666666666669 349.3333333333333 929.75A297.3333333333333 297.3333333333333 0 0 0 432.8333333333333 743.25A301 301 0 0 0 629.75 780.0833333333335C643.5833333333334 777.9166666666667 654.9166666666666 776.2500000000002 663.5 775.0833333333335A604.4999999999999 604.4999999999999 0 0 1 833.3333333333333 777.0833333333333zM871.4166666666666 614.4166666666667A767.4166666666665 767.4166666666665 0 0 0 642 609.8333333333335A1587.9999999999998 1587.9999999999998 0 0 0 604.1666666666667 615.416666666667A134.33333333333331 134.33333333333331 0 0 1 514.1666666666667 597.7500000000002L355.5000000000001 502.0833333333335A67.16666666666666 67.16666666666666 0 0 0 314.6666666666667 492.3333333333335A65.91666666666666 65.91666666666666 0 0 0 253.9166666666667 563.25L266.4166666666667 711.6666666666667A130.41666666666666 130.41666666666666 0 0 1 229.8333333333334 813.5833333333335A461.41666666666663 461.41666666666663 0 0 0 209.75 835.416666666667C130.25 928.75 83.3333333333333 1043.9166666666665 83.3333333333333 1168.4166666666667C83.3333333333333 1480.4166666666665 378.0833333333333 1733.3333333333333 741.6666666666666 1733.3333333333333C1080 1733.3333333333333 1358.5833333333333 1514.4166666666667 1395.8333333333333 1232.6666666666667C1676.8333333333333 1219.9166666666665 1900 1023.0833333333334 1900 782.1666666666667C1900 682.75 1862 590.8333333333335 1797.5833333333333 516.3333333333333C1793.3333333333335 511.3333333333333 1787.9166666666667 505.5 1781.3333333333333 498.8333333333333A103.33333333333334 103.33333333333334 0 0 1 1751.6666666666665 417.5L1761.7499999999998 298.9166666666665A52.91666666666666 52.91666666666666 0 0 0 1712.583333333333 242.2499999999998A54.99999999999999 54.99999999999999 0 0 0 1679.5 250.0833333333333L1550.9166666666667 326.5A110.16666666666667 110.16666666666667 0 0 1 1478.0833333333335 340.5833333333335C1465.8333333333335 338.6666666666668 1455.5833333333335 337.2500000000003 1447.416666666667 336.1666666666668C1421.0833333333337 332.8333333333335 1394.0833333333335 331 1366.6666666666667 331C1142.166666666667 331 950.1666666666669 448.3333333333333 871.4166666666669 614.4166666666665zM1452.8333333333333 505.2500000000002A277.0833333333333 277.0833333333333 0 0 0 1592.4999999999998 490.7500000000002A270.8333333333333 270.8333333333333 0 0 0 1662.5833333333333 615.916666666667C1666.75 620.0833333333337 1669.8333333333333 623.416666666667 1671.4166666666667 625.25C1712.1666666666667 672.3333333333335 1733.3333333333333 726.3333333333335 1733.3333333333333 782.1666666666667C1733.3333333333333 932.5 1574.75 1066.6666666666665 1366.6666666666665 1066.6666666666665C1158.5833333333333 1066.6666666666665 999.9999999999998 932.5 999.9999999999998 782.1666666666667S1158.5833333333333 497.6666666666665 1366.6666666666665 497.6666666666665C1386.7499999999998 497.6666666666665 1406.6666666666665 498.9999999999998 1426.1666666666663 501.4999999999998C1432.8333333333328 502.3333333333333 1441.833333333333 503.583333333333 1452.833333333333 505.333333333333z" />
+ <glyph glyph-name="wechat-pay-fill"
+ unicode="&#xEF60;"
+ horiz-adv-x="2000" d="M772.4999999999999 777.5833333333333A55.166666666666664 55.166666666666664 0 0 0 699.1666666666665 800L695.5833333333333 807.9166666666667L544.0833333333333 1141.0833333333335A39.416666666666664 39.416666666666664 0 0 0 544.0833333333333 1153.1666666666667A27.25 27.25 0 0 0 572 1180.5A25.416666666666668 25.416666666666668 0 0 0 588.3333333333333 1175L770 1047.75A82.41666666666666 82.41666666666666 0 0 1 815.4999999999999 1033.8333333333335A74.5 74.5 0 0 1 844 1039.3333333333335L1681.25 1414.3333333333335A894.1666666666666 894.1666666666666 0 0 1 1000.3333333333334 1708.1666666666667C539.8333333333333 1708.1666666666667 166.6666666666667 1397.3333333333335 166.6666666666667 1010.8333333333334A652.5 652.5 0 0 1 454.9999999999999 486.1666666666667A55.166666666666664 55.166666666666664 0 0 0 475 425.5833333333333L437.5 283.8333333333333A78.74999999999999 78.74999999999999 0 0 1 433.25 263.8333333333335A27.25 27.25 0 0 1 461.0833333333333 236.0000000000003A34.49999999999999 34.49999999999999 0 0 1 476.9166666666666 240.8333333333335L658.5833333333334 346.2500000000003C671.9166666666666 354.4166666666668 687.1666666666666 358.8333333333335 702.8333333333334 358.916666666667C711.0833333333334 358.916666666667 719.25 357.7500000000003 727 355.3333333333337C815.5833333333334 330.3333333333337 907.0833333333331 317.666666666667 999.0833333333334 317.8333333333337C1459.5000000000002 317.8333333333337 1833.25 628.5833333333337 1833.25 1012.0000000000005A602.1666666666666 602.1666666666666 0 0 1 1741.8333333333333 1335.5833333333337L779.1666666666666 781.25L772.4999999999999 777.5833333333333z" />
+ <glyph glyph-name="wechat-pay-line"
+ unicode="&#xEF61;"
+ horiz-adv-x="2000" d="M1595.4166666666665 1250.5833333333335L778.8333333333333 783.2500000000002L772.9999999999999 779.416666666667A53.83333333333333 53.83333333333333 0 0 0 747.9999999999999 773.7500000000002A54.58333333333333 54.58333333333333 0 0 0 699.6666666666665 802.4166666666667L695.8333333333333 810.0833333333335L543.3333333333333 1139.2500000000005C541.3333333333333 1143.0833333333335 541.3333333333333 1146.916666666667 541.3333333333333 1150.7500000000002C541.3333333333333 1166.0833333333335 552.9166666666666 1177.5000000000002 568.3333333333333 1177.5000000000002C574.1666666666666 1177.5000000000002 579.9999999999999 1175.5833333333335 585.7499999999999 1171.7500000000002L765.3333333333333 1045.5C778.8333333333333 1037.8333333333335 794.3333333333333 1032.0833333333335 811.6666666666665 1032.0833333333335A78.08333333333333 78.08333333333333 0 0 1 840.6666666666665 1037.8333333333335L1530.2499999999998 1341.8333333333335C1411.1666666666667 1477.25 1219.5 1566.6666666666667 1000 1566.6666666666667C631.6666666666666 1566.6666666666667 341.6666666666667 1314.8333333333335 341.6666666666667 1016.6666666666666C341.6666666666667 902.8333333333331 383.3333333333333 793.9166666666667 461 701.5833333333333C465 696.8333333333333 471 690.1666666666665 478.8333333333334 682A333.3333333333333 333.3333333333333 0 0 0 570.5833333333334 423.5000000000003L568.5 398.75L628.1666666666666 435.0833333333335A333.3333333333333 333.3333333333333 0 0 0 853.5833333333333 479.7500000000002C871.25 477 885.7499999999999 474.8333333333335 896.9166666666666 473.4166666666667C930.75 468.916666666667 965.25 466.666666666667 1000 466.666666666667C1368.3333333333335 466.666666666667 1658.333333333333 718.5000000000002 1658.333333333333 1016.6666666666669C1658.333333333333 1099.666666666667 1635.8333333333333 1179.1666666666667 1595.4166666666665 1250.5833333333335zM516 171.4166666666668A83.33333333333333 83.33333333333333 0 0 0 388.8333333333333 249.0833333333333L404.5 437.3333333333333A166.66666666666666 166.66666666666666 0 0 1 358.6666666666667 566.583333333333A582.75 582.75 0 0 0 333.3333333333333 594.3333333333335C233.8333333333333 712.7500000000002 175 858.75 175 1016.6666666666666C175 1412.5 544.3333333333333 1733.3333333333333 1000 1733.3333333333333S1824.9999999999995 1412.5 1824.9999999999995 1016.6666666666666S1455.6666666666663 300.0000000000003 999.9999999999998 300.0000000000003C957.4999999999998 300.0000000000003 915.8333333333331 302.7500000000003 875.0833333333331 308.1666666666668A1967.4999999999998 1967.4999999999998 0 0 0 827.6666666666665 315.1666666666668A166.66666666666666 166.66666666666666 0 0 1 714.9166666666665 292.8333333333335L515.9999999999999 171.5z" />
+ <glyph glyph-name="weibo-fill"
+ unicode="&#xEF62;"
+ horiz-adv-x="2000" d="M1460.4166666666665 1051.8333333333335C1565.6666666666663 1019.1666666666669 1682.8333333333333 940.5 1682.8333333333333 801.5C1682.8333333333333 571.2500000000002 1351.1666666666665 281.5833333333335 852.4999999999999 281.5833333333335C472.0833333333331 281.5833333333335 83.3333333333332 466.0000000000002 83.3333333333332 769.2500000000002C83.3333333333332 927.7500000000002 183.6666666666665 1111.0833333333335 356.4166666666665 1284C587.4999999999999 1514.8333333333335 856.7499999999999 1620.0833333333335 957.9999999999998 1518.6666666666667C1002.7499999999998 1473.9166666666667 1006.9999999999998 1396.666666666667 978.3333333333331 1304.3333333333335C963.4999999999998 1257.9166666666667 1022.0833333333331 1283.5 1022.0833333333331 1283.5C1208.7499999999998 1361.6666666666667 1371.7499999999998 1366.3333333333335 1431.1666666666665 1281.2500000000002C1462.833333333333 1236.0000000000002 1459.7499999999998 1172.416666666667 1430.5 1098.7500000000002C1416.9166666666665 1064.8333333333335 1434.4999999999998 1059.5000000000002 1460.5 1051.8333333333335zM853.5833333333331 390.25C1156.9999999999998 420.4166666666665 1386.9999999999998 606.25 1367.4999999999995 805.5C1347.7499999999998 1004.7500000000002 1085.6666666666663 1142 782.2499999999997 1111.9166666666667C478.9166666666663 1081.9166666666667 248.6666666666665 896.0833333333335 268.3333333333331 696.9166666666667C288.0833333333331 497.4166666666667 550.1666666666664 360.3333333333333 853.583333333333 390.25zM513.3333333333334 796.8333333333333C576.1666666666666 924.0833333333331 739.3333333333333 996 883.8333333333333 958.5C1033.2499999999998 919.9166666666669 1109.4166666666665 779 1048.5 641.8333333333333C986.5 501.6666666666667 808.3333333333334 427 657.25 475.75C511.25 522.9166666666667 449.5 666.9166666666667 513.3333333333334 796.8333333333333zM633.8333333333333 581.25C681.1666666666666 559.833333333333 744.2499999999999 580.1666666666665 773.5 627.0833333333333C802.3333333333333 674.4166666666665 787.0833333333333 728.5 739.5833333333333 748.6666666666665C692.6666666666666 768.4166666666665 631.9999999999999 748 602.9166666666666 702.5833333333333C573.4166666666666 656.9999999999998 587.1666666666666 602.4166666666667 633.8333333333333 581.25zM817.6666666666665 731.9166666666665C835.9166666666665 724.2499999999998 859.4166666666665 732.9166666666665 869.9999999999999 751.1666666666665C880.2499999999999 769.5 873.6666666666666 789.9999999999998 855.1666666666665 796.8333333333333C837.1666666666665 803.8333333333333 814.6666666666664 795.3333333333333 804.0833333333333 777.5C793.8333333333333 759.6666666666665 799.5833333333331 739.3333333333333 817.6666666666665 731.9166666666665zM1656.0833333333333 1208.3333333333335A60.416666666666664 60.416666666666664 0 1 0 1541.25 1245.9166666666667A114.99999999999999 114.99999999999999 0 0 1 1517.25 1359A116.24999999999999 116.24999999999999 0 0 1 1407.1666666666665 1394.4166666666667A60.25 60.25 0 1 0 1381.9166666666665 1512.4166666666667A236.3333333333333 236.3333333333333 0 0 0 1656.083333333333 1208.3333333333335zM1329.75 1756.25A485.91666666666663 485.91666666666663 0 0 0 1791.6666666666665 1606.6666666666667A486.3333333333333 486.3333333333333 0 0 0 1893.3333333333333 1131.3333333333335A69.83333333333333 69.83333333333333 0 0 0 1805 1086.3333333333335A70.33333333333333 70.33333333333333 0 0 0 1759.833333333333 1174.8333333333335A345.24999999999994 345.24999999999994 0 0 1 1359.25 1618.75A70.41666666666666 70.41666666666666 0 0 0 1329.75 1756.25z" />
+ <glyph glyph-name="weibo-line"
+ unicode="&#xEF63;"
+ horiz-adv-x="2000" d="M1682.8333333333333 816.9166666666667C1682.8333333333333 536.7500000000002 1305.333333333333 281.5833333333335 855.6666666666665 281.5833333333335C443.1666666666667 281.6666666666668 83.3333333333333 484.25 83.3333333333333 788.8333333333333C83.3333333333333 951.0833333333334 181.6666666666666 1129.4166666666665 353.3333333333333 1296.1666666666665C589.3333333333333 1525 872.4166666666667 1632.25 1008.1666666666666 1500.1666666666665C1049.6666666666665 1460 1068.4166666666665 1406.6666666666665 1068.083333333333 1345.3333333333333C1232.6666666666665 1393.333333333333 1372.2499999999998 1379 1441.6666666666663 1282.6666666666665C1479.0833333333333 1230.75 1485.9999999999998 1167.6666666666665 1468.833333333333 1098.75C1594.7499999999995 1047.9166666666665 1682.8333333333333 951.25 1682.8333333333333 816.9166666666667zM1312.833333333333 989.4166666666669C1280.6666666666665 1023.5833333333334 1279.4999999999998 1066.0833333333335 1296.333333333333 1106.916666666667C1313.6666666666663 1149.25 1314.083333333333 1174.5833333333335 1306.333333333333 1185.25C1284.333333333333 1215.916666666667 1178.583333333333 1215.5 1040.1666666666663 1159.3333333333335A170.25 170.25 0 0 0 997.7499999999995 1147.6666666666667C969.083333333333 1143.8333333333335 941.833333333333 1147.5833333333335 915.8333333333328 1169.75C880.9166666666662 1199.6666666666667 876.3333333333328 1241 888.9999999999995 1279.416666666667C906.9166666666662 1335.25 903.9999999999995 1369.0833333333335 892.083333333333 1380.666666666667C876.583333333333 1395.6666666666667 827.333333333333 1396.5833333333335 753.8333333333329 1368.75C664.7499999999997 1335 562.3333333333329 1266.7500000000002 469.333333333333 1176.5833333333335C327.0833333333333 1038.3333333333335 250 898.5 250 788.8333333333333C250 602 523 448.25 855.6666666666666 448.25C1224 448.25 1516.1666666666667 645.75 1516.1666666666667 816.9166666666665C1516.1666666666667 878.4166666666665 1463.0833333333335 928.4999999999998 1376.75 954.583333333333C1343.9166666666667 963.9999999999998 1332.0833333333333 968.833333333333 1312.8333333333333 989.333333333333zM1900.6666666666663 1124.166666666667A83.33333333333333 83.33333333333333 0 0 0 1739.3333333333333 1166.0000000000002A333.3333333333333 333.3333333333333 0 0 1 1348.25 1576.3333333333335A83.33333333333333 83.33333333333333 0 1 0 1314.3333333333335 1739.5000000000002A500 500 0 0 0 1900.6666666666663 1124.166666666667z" />
+ <glyph glyph-name="whatsapp-fill"
+ unicode="&#xEF64;"
+ horiz-adv-x="2000" d="M167 166.6666666666668L279.6666666666667 580.6666666666667A829.5 829.5 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668A829.5 829.5 0 0 0 580.8333333333333 279.5833333333335L167 166.6666666666668zM699.25 1391A80.08333333333333 80.08333333333333 0 0 1 668.3333333333333 1382.6666666666667A107.75 107.75 0 0 1 643.8333333333333 1363.6666666666667C633.8333333333333 1354.25 628.1666666666666 1346.0833333333335 622.0833333333333 1338.1666666666667A227.41666666666666 227.41666666666666 0 0 1 575 1198.3333333333335C575.1666666666666 1157.5 585.8333333333334 1117.75 602.5 1080.5833333333335C636.5833333333334 1005.4166666666669 692.6666666666667 925.8333333333334 766.75 852.0833333333335C784.5833333333334 834.3333333333335 802 816.5000000000002 820.75 799.916666666667A787.3333333333334 787.3333333333334 0 0 1 1140.75 629.4166666666667L1188.1666666666665 622.1666666666667C1203.5833333333333 621.3333333333335 1218.9999999999998 622.5000000000002 1234.5 623.2500000000002A165.83333333333331 165.83333333333331 0 0 1 1303.9166666666665 642.5000000000005C1317.75 649.8333333333339 1324.25 653.5000000000005 1335.8333333333333 660.8333333333337C1335.8333333333333 660.8333333333337 1339.4166666666665 663.166666666667 1346.25 668.3333333333337C1357.5000000000002 676.666666666667 1364.4166666666667 682.5833333333337 1373.7499999999998 692.3333333333337C1380.6666666666665 699.5000000000005 1386.6666666666667 707.916666666667 1391.25 717.5000000000002C1397.75 731.0833333333337 1404.2499999999998 757.0000000000002 1406.9166666666665 778.5833333333337C1408.9166666666665 795.0833333333337 1408.333333333333 804.0833333333337 1408.083333333333 809.666666666667C1407.7499999999998 818.5833333333335 1400.333333333333 827.8333333333337 1392.2499999999998 831.7500000000005L1343.7499999999995 853.5000000000002S1271.2499999999998 885.0833333333335 1226.9999999999995 905.2500000000002A41.49999999999999 41.49999999999999 0 0 1 1212.2499999999998 908.666666666667A40.16666666666666 40.16666666666666 0 0 1 1180.7499999999998 898.0833333333337V898.2500000000005C1180.333333333333 898.2500000000005 1174.7499999999998 893.5000000000002 1114.4999999999998 820.5000000000005A29.166666666666657 29.166666666666657 0 0 0 1083.833333333333 809.666666666667A117.99999999999997 117.99999999999997 0 0 0 1067.9166666666663 815.166666666667C1057.5833333333328 819.5000000000002 1053.9999999999995 821.166666666667 1046.9166666666663 824.2500000000005L1046.4999999999995 824.4166666666672A500.83333333333326 500.83333333333326 0 0 0 915.6666666666662 907.7500000000005C905.1666666666662 916.916666666667 895.4166666666661 926.9166666666672 885.4166666666662 936.5833333333338A524.6666666666666 524.6666666666666 0 0 0 800.4166666666662 1042.2500000000005L795.4999999999997 1050.1666666666672A76.91666666666666 76.91666666666666 0 0 0 786.9999999999995 1067.2500000000005C783.8333333333329 1079.5000000000005 792.0833333333329 1089.333333333334 792.0833333333329 1089.333333333334S812.3333333333329 1111.5000000000005 821.7499999999995 1123.5000000000005A364.99999999999994 364.99999999999994 0 0 1 843.6666666666662 1154.583333333334C853.4999999999995 1170.4166666666672 856.5833333333328 1186.6666666666672 851.4166666666662 1199.2500000000005C828.0833333333329 1256.2500000000005 803.9166666666662 1313.0000000000005 779.0833333333329 1369.333333333334C774.1666666666663 1380.5000000000005 759.5833333333329 1388.5000000000005 746.3333333333328 1390.083333333334C741.8333333333328 1390.583333333334 737.3333333333328 1391.083333333334 732.8333333333327 1391.4166666666672A282.0833333333333 282.0833333333333 0 0 1 699.2499999999993 1391.083333333334z" />
+ <glyph glyph-name="whatsapp-line"
+ unicode="&#xEF65;"
+ horiz-adv-x="2000" d="M604.4166666666666 458.8333333333335L664.75 423.5833333333335A662.75 662.75 0 0 1 1000 333.3333333333335A666.6666666666666 666.6666666666666 0 1 1 333.3333333333333 1000C333.3333333333333 880.3333333333335 364.75 765.5833333333333 423.6666666666667 664.6666666666667L458.8333333333333 604.3333333333333L404.4166666666667 404.25L604.4166666666666 458.8333333333335zM167 166.6666666666668L279.6666666666667 580.6666666666667A829.5 829.5 0 0 0 166.6666666666667 1000C166.6666666666667 1460.25 539.75 1833.3333333333333 1000 1833.3333333333333S1833.3333333333333 1460.25 1833.3333333333333 1000S1460.25 166.6666666666668 1000 166.6666666666668A829.5 829.5 0 0 0 580.8333333333333 279.5833333333335L167 166.6666666666668zM699.25 1391C710.4166666666666 1391.8333333333335 721.6666666666666 1391.8333333333335 732.8333333333334 1391.3333333333335C737.3333333333334 1391 741.8333333333334 1390.5 746.3333333333334 1390C759.5833333333335 1388.5 774.1666666666667 1380.4166666666665 779.0833333333335 1369.25C803.9166666666667 1312.9166666666667 828.0833333333334 1256.1666666666667 851.4166666666669 1199.25C856.5833333333334 1186.5833333333335 853.5000000000002 1170.3333333333335 843.6666666666669 1154.5A364.99999999999994 364.99999999999994 0 0 0 821.7500000000001 1123.5C812.3333333333335 1111.4166666666667 792.0833333333335 1089.25 792.0833333333335 1089.25S783.8333333333335 1079.4166666666665 787.0000000000002 1067.1666666666665C788.1666666666667 1062.5 792.0000000000002 1055.75 795.5000000000002 1050.0833333333333L800.4166666666669 1042.1666666666665C821.7500000000001 1006.5833333333331 850.4166666666667 970.5 885.4166666666667 936.4999999999998C895.4166666666667 926.8333333333331 905.1666666666669 916.9166666666666 915.6666666666669 907.6666666666666C954.6666666666669 873.2499999999998 998.8333333333334 845.1666666666665 1046.5 824.3333333333333L1046.9166666666667 824.1666666666665C1054.0000000000002 821.083333333333 1057.5833333333335 819.4166666666665 1067.916666666667 814.9999999999998C1073.0833333333335 812.8333333333333 1078.4166666666667 810.9166666666665 1083.8333333333335 809.4999999999998A29.166666666666657 29.166666666666657 0 0 1 1114.416666666667 820.3333333333333C1174.7500000000002 893.4166666666665 1180.2500000000002 898.1666666666665 1180.7500000000002 898.1666666666665V897.9999999999998A40.16666666666666 40.16666666666666 0 0 0 1212.2500000000002 908.583333333333C1217.2500000000002 908.2499999999998 1222.3333333333337 907.333333333333 1227.0000000000002 905.2499999999998C1271.2500000000002 884.9999999999998 1343.6666666666667 853.4166666666665 1343.6666666666667 853.4166666666665L1392.1666666666667 831.6666666666665C1400.3333333333335 827.75 1407.7500000000002 818.5 1408.0000000000002 809.5833333333333C1408.3333333333337 804 1408.8333333333337 794.9999999999998 1406.9166666666667 778.5C1404.2500000000002 756.9166666666665 1397.7500000000002 731 1391.2500000000002 717.4166666666665A96.24999999999999 96.24999999999999 0 0 0 1373.7500000000002 692.25A198.16666666666666 198.16666666666666 0 0 0 1346.2500000000002 668.25A309.16666666666663 309.16666666666663 0 0 0 1335.8333333333337 660.75A418.66666666666663 418.66666666666663 0 0 0 1303.916666666667 642.4166666666667A165.83333333333331 165.83333333333331 0 0 0 1234.5000000000005 623.25C1219.0833333333337 622.4166666666665 1203.6666666666672 621.25 1188.1666666666672 622.0833333333335C1187.5000000000005 622.0833333333335 1140.8333333333337 629.3333333333335 1140.8333333333337 629.3333333333335A787.3333333333334 787.3333333333334 0 0 0 820.8333333333338 799.8333333333333C802.0000000000005 816.4166666666667 784.5833333333338 834.25 766.7500000000006 852C692.5833333333338 925.75 636.5833333333339 1005.3333333333331 602.5833333333339 1080.5A289.16666666666663 289.16666666666663 0 0 0 575 1198.3333333333335A227.41666666666666 227.41666666666666 0 0 0 622 1338.3333333333335C628.0833333333334 1346.1666666666667 633.8333333333334 1354.3333333333335 643.75 1363.75C654.3333333333334 1373.75 661 1379.0833333333335 668.25 1382.75A80.08333333333333 80.08333333333333 0 0 0 699.1666666666666 1391.0833333333335z" />
+ <glyph glyph-name="wifi-fill"
+ unicode="&#xEF66;"
+ horiz-adv-x="2000" d="M57.5 1416.9166666666667A1493.7499999999998 1493.7499999999998 0 0 0 1000 1750C1357.0833333333333 1750 1684.9999999999998 1625.25 1942.5 1416.9166666666667L1785.4166666666665 1222.5A1244.7499999999998 1244.7499999999998 0 0 1 1000 1500C702.4999999999999 1500 429.1666666666667 1396 214.5833333333334 1222.5L57.5 1416.9166666666667zM319.25 1092.75A1078.8333333333333 1078.8333333333333 0 0 0 1000 1333.3333333333335C1257.8333333333333 1333.3333333333335 1494.6666666666665 1243.25 1680.75 1092.8333333333335L1523.6666666666665 898.3333333333335A829.8333333333334 829.8333333333334 0 0 1 1000 1083.3333333333335C801.6666666666667 1083.3333333333335 619.5 1014 476.3333333333333 898.3333333333333L319.25 1092.8333333333333zM581.0833333333333 768.5833333333333A663.9166666666666 663.9166666666666 0 0 0 1000 916.6666666666669C1158.6666666666665 916.6666666666669 1304.4166666666667 861.2500000000002 1418.9166666666667 768.6666666666667L1261.8333333333333 574.1666666666667A415 415 0 0 1 1000 666.6666666666667A415 415 0 0 1 738.1666666666666 574.1666666666667L581.0833333333334 768.6666666666667zM842.9166666666666 444.4166666666665A248.91666666666666 248.91666666666666 0 0 0 1000 500C1059.5 500 1114.1666666666667 479.1666666666667 1157.0833333333333 444.5L1000 250L842.9166666666666 444.5z" />
+ <glyph glyph-name="wifi-line"
+ unicode="&#xEF67;"
+ horiz-adv-x="2000" d="M57.5 1416.9166666666667A1493.7499999999998 1493.7499999999998 0 0 0 1000 1750C1357.0833333333333 1750 1684.9999999999998 1625.25 1942.5 1416.9166666666667L1837.8333333333337 1287.25A1327.7499999999998 1327.7499999999998 0 0 1 1000 1583.3333333333335C682.5833333333334 1583.3333333333335 391.1666666666667 1472.5 162.1666666666667 1287.25L57.5 1416.9166666666667zM319.25 1092.75A1078.8333333333333 1078.8333333333333 0 0 0 1000 1333.3333333333335C1257.8333333333333 1333.3333333333335 1494.6666666666665 1243.25 1680.75 1092.8333333333335L1575.9999999999998 963.1666666666669A912.8333333333334 912.8333333333334 0 0 1 1000 1166.6666666666667C781.8333333333333 1166.6666666666667 581.4166666666666 1090.4166666666667 424 963.1666666666669L319.25 1092.8333333333335zM581.0833333333333 768.5833333333333A663.9166666666666 663.9166666666666 0 0 0 1000 916.6666666666669C1158.6666666666665 916.6666666666669 1304.4166666666667 861.2500000000002 1418.9166666666667 768.6666666666667L1314.1666666666667 639A497.9166666666666 497.9166666666666 0 0 1 1000 750C880.9999999999999 750 771.6666666666666 708.4166666666667 685.8333333333334 639L581.0833333333334 768.6666666666667zM842.9166666666666 444.4166666666665A248.91666666666666 248.91666666666666 0 0 0 1000 500C1059.5 500 1114.1666666666667 479.1666666666667 1157.0833333333333 444.5L1000 250L842.9166666666666 444.5z" />
+ <glyph glyph-name="window-2-fill"
+ unicode="&#xEF68;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1666.6666666666665 1166.6666666666667H333.3333333333333V416.6666666666668H1666.6666666666665V1166.6666666666667zM1250 1500V1333.3333333333335H1583.3333333333333V1500H1250z" />
+ <glyph glyph-name="window-2-line"
+ unicode="&#xEF69;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1666.6666666666665 1083.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1083.3333333333335zM1666.6666666666665 1250V1583.3333333333335H333.3333333333333V1250H1666.6666666666665zM1250 1500H1583.3333333333333V1333.3333333333335H1250V1500z" />
+ <glyph glyph-name="window-fill"
+ unicode="&#xEF6A;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1666.6666666666665 1166.6666666666667H333.3333333333333V416.6666666666668H1666.6666666666665V1166.6666666666667zM416.6666666666667 1500V1333.3333333333335H583.3333333333333V1500H416.6666666666667zM750 1500V1333.3333333333335H916.6666666666666V1500H750z" />
+ <glyph glyph-name="window-line"
+ unicode="&#xEF6B;"
+ horiz-adv-x="2000" d="M250 1750H1750A83.33333333333333 83.33333333333333 0 0 0 1833.3333333333333 1666.6666666666667V333.3333333333335A83.33333333333333 83.33333333333333 0 0 0 1750 250H250A83.33333333333333 83.33333333333333 0 0 0 166.6666666666667 333.3333333333335V1666.6666666666667A83.33333333333333 83.33333333333333 0 0 0 250 1750zM1666.6666666666665 1083.3333333333335H333.3333333333333V416.6666666666668H1666.6666666666665V1083.3333333333335zM1666.6666666666665 1250V1583.3333333333335H333.3333333333333V1250H1666.6666666666665zM750 1500H916.6666666666666V1333.3333333333335H750V1500zM416.6666666666667 1500H583.3333333333333V1333.3333333333335H416.6666666666667V1500z" />
+ <glyph glyph-name="windows-fill"
+ unicode="&#xEF6C;"
+ horiz-adv-x="2000" d="M958.3333333333331 1750V1041.6666666666667H250V1750H958.3333333333331zM958.3333333333331 250H250V958.3333333333334H958.3333333333331V250zM1041.6666666666665 1750H1750V1041.6666666666667H1041.6666666666665V1750zM1750 958.3333333333334V250H1041.6666666666665V958.3333333333334H1750z" />
+ <glyph glyph-name="windows-line"
+ unicode="&#xEF6D;"
+ horiz-adv-x="2000" d="M916.6666666666666 1583.3333333333335H416.6666666666667V1083.3333333333335H916.6666666666666V1583.3333333333335zM1083.3333333333333 1583.3333333333335V1083.3333333333335H1583.3333333333333V1583.3333333333335H1083.3333333333333zM1583.3333333333333 916.6666666666669H1083.3333333333333V416.6666666666668H1583.3333333333333V916.6666666666669zM916.6666666666666 416.6666666666668V916.6666666666669H416.6666666666667V416.6666666666668H916.6666666666666zM250 1750H1750V250H250V1750z" />
+ <glyph glyph-name="women-fill"
+ unicode="&#xEF6E;"
+ horiz-adv-x="2000" d="M916.6666666666666 672.1666666666667A625.0833333333334 625.0833333333334 0 0 0 1000 1916.6666666666667A624.9999999999999 624.9999999999999 0 0 0 1083.3333333333333 672.1666666666667V500H1500V333.3333333333335H1083.3333333333333V0H916.6666666666666V333.3333333333335H500V500H916.6666666666666V672.1666666666667z" />
+ <glyph glyph-name="women-line"
+ unicode="&#xEF6F;"
+ horiz-adv-x="2000" d="M916.6666666666666 672.1666666666667A625.0833333333334 625.0833333333334 0 0 0 1000 1916.6666666666667A624.9999999999999 624.9999999999999 0 0 0 1083.3333333333333 672.1666666666667V500H1500V333.3333333333335H1083.3333333333333V0H916.6666666666666V333.3333333333335H500V500H916.6666666666666V672.1666666666667zM1000 833.3333333333335A458.3333333333333 458.3333333333333 0 1 1 1000 1750A458.3333333333333 458.3333333333333 0 0 1 1000 833.3333333333335z" />
+ <glyph glyph-name="youtube-fill"
+ unicode="&#xEF70;"
+ horiz-adv-x="2000" d="M1795.2499999999998 1458.5C1833.3333333333333 1310 1833.3333333333333 1000 1833.3333333333333 1000S1833.3333333333333 690 1795.2499999999998 541.5000000000002C1774.083333333333 459.416666666667 1712.1666666666665 394.8333333333335 1633.75 373.0000000000003C1491.3333333333333 333.3333333333335 1000 333.3333333333335 1000 333.3333333333335S508.9166666666666 333.3333333333335 366.25 373C287.5 395.1666666666665 225.6666666666666 459.6666666666665 204.75 541.4999999999998C166.6666666666667 690 166.6666666666667 1000 166.6666666666667 1000S166.6666666666667 1310 204.75 1458.5C225.9166666666667 1540.5833333333335 287.8333333333333 1605.1666666666665 366.25 1627C508.9166666666666 1666.6666666666667 1000 1666.6666666666667 1000 1666.6666666666667S1491.3333333333333 1666.6666666666667 1633.75 1627C1712.5 1604.8333333333335 1774.3333333333333 1540.3333333333335 1795.2499999999998 1458.5zM833.3333333333333 708.3333333333335L1333.3333333333333 1000L833.3333333333333 1291.6666666666667V708.3333333333335z" />
+ <glyph glyph-name="youtube-line"
+ unicode="&#xEF71;"
+ horiz-adv-x="2000" d="M1633.8333333333335 1417.0833333333335C1627.5 1441.9166666666667 1609.5 1460.6666666666665 1588.9166666666665 1466.4166666666665C1552.4999999999998 1476.6666666666665 1375 1500 1000 1500S447.6666666666667 1476.6666666666665 410.9166666666667 1466.4166666666665C390.5833333333333 1460.75 372.5833333333333 1442 366.1666666666667 1417.0833333333335C357.0833333333333 1381.75 333.3333333333333 1233.6666666666667 333.3333333333333 1000S357.0833333333333 618.3333333333335 366.1666666666667 582.8333333333335C372.5 558.0833333333333 390.5 539.3333333333335 411 533.6666666666667C447.6666666666667 523.3333333333335 625 500 1000 500S1552.4166666666663 523.3333333333335 1589.0833333333333 533.5833333333333C1609.4166666666665 539.25 1627.4166666666665 558 1633.833333333333 582.9166666666665C1642.9166666666665 618.2500000000002 1666.6666666666665 766.6666666666667 1666.6666666666665 1000S1642.9166666666665 1381.6666666666667 1633.8333333333335 1417.0833333333335zM1795.2500000000002 1458.5C1833.3333333333333 1310 1833.3333333333333 1000 1833.3333333333333 1000S1833.3333333333333 690 1795.2499999999998 541.5000000000002C1774.083333333333 459.416666666667 1712.1666666666665 394.8333333333335 1633.75 373.0000000000003C1491.3333333333333 333.3333333333335 1000 333.3333333333335 1000 333.3333333333335S508.9166666666666 333.3333333333335 366.25 373C287.5 395.1666666666665 225.6666666666666 459.6666666666665 204.75 541.4999999999998C166.6666666666667 690 166.6666666666667 1000 166.6666666666667 1000S166.6666666666667 1310 204.75 1458.5C225.9166666666667 1540.5833333333335 287.8333333333333 1605.1666666666665 366.25 1627C508.9166666666666 1666.6666666666667 1000 1666.6666666666667 1000 1666.6666666666667S1491.3333333333333 1666.6666666666667 1633.75 1627C1712.5 1604.8333333333335 1774.3333333333333 1540.3333333333335 1795.2499999999998 1458.5zM833.3333333333333 708.3333333333335V1291.6666666666667L1333.3333333333333 1000L833.3333333333333 708.3333333333335z" />
+ <glyph glyph-name="zcool-fill"
+ unicode="&#xEF72;"
+ horiz-adv-x="2000" d="M825.1666666666665 180.0833333333335A658.5833333333333 658.5833333333333 0 0 0 166.6666666666667 838.75C166.6666666666667 1142.5 372.25 1411.6666666666667 652 1474.1666666666667C978.7499999999998 1547.5 1127.3333333333333 1604.8333333333335 1241.6666666666665 1833.3333333333333C1324.8333333333333 1672.0833333333335 1268.5833333333333 1524.1666666666667 1241.6666666666665 1443.5833333333335C1633.1666666666665 1537.6666666666667 1772.5833333333333 1716.9166666666667 1806.1666666666663 1739.25C1806.1666666666663 1409.9166666666667 1703.583333333333 1201.5833333333335 1604.5833333333333 1067.1666666666667C1727.583333333333 1071.8333333333335 1771.9999999999998 1107.5 1833.2499999999995 1116.0833333333335C1806.1666666666663 995.4166666666669 1708.2499999999998 825.25 1472.4166666666663 716.5000000000002A658.75 658.75 0 0 0 825.083333333333 180.0833333333335zM1134.333333333333 717.7500000000002C1134.333333333333 690.8333333333335 1129.9166666666663 677.4166666666667 1100.7499999999998 677.4166666666667L838.2499999999998 677.2500000000002L1084.9166666666665 947.9166666666669C1156.583333333333 1019.5833333333334 1156.583333333333 1055.4166666666665 1156.583333333333 1146.9166666666667C1156.583333333333 1174.75 1152.583333333333 1206.6666666666667 1160.583333333333 1234.4166666666667C1164.4999999999998 1246.4166666666667 1156.583333333333 1250.4166666666667 1144.6666666666663 1246.4166666666667C1116.7499999999995 1238.5 1068.9999999999998 1238.5 989.4166666666664 1238.5H631.25C611.3333333333334 1238.5 603.3333333333334 1250.4166666666667 611.3333333333334 1266.3333333333335C611.3333333333334 1270.3333333333335 611.3333333333334 1282.25 603.3333333333334 1282.25C551.6666666666666 1258.4166666666667 539.6666666666666 1150.9166666666667 543.6666666666666 1083.25C543.6666666666666 1047.4166666666667 563.5833333333333 1027.5 591.4166666666666 1027.5H873.9999999999999L583.4999999999999 717.0833333333335C563.4999999999999 693.1666666666667 543.6666666666665 661.3333333333335 543.6666666666665 617.5833333333335V530.0000000000002C543.6666666666665 490.166666666667 567.5833333333333 466.3333333333337 611.3333333333333 458.3333333333337H1110.3333333333333C1156.5833333333333 458.3333333333337 1188.0833333333333 477.7500000000005 1188.0833333333333 529.5833333333337V623.6666666666672C1188.0833333333333 641.0000000000005 1188.0833333333333 704.3333333333339 1134.3333333333333 717.7500000000005z" />
+ <glyph glyph-name="zcool-line"
+ unicode="&#xEF73;"
+ horiz-adv-x="2000" d="M688.3333333333333 1311.6666666666667C486.5 1266.4166666666665 333.3333333333333 1066 333.3333333333333 838.75A491.91666666666663 491.91666666666663 0 0 1 1308.5833333333333 747.25A166.66666666666666 166.66666666666666 0 0 0 1402.6666666666667 867.9166666666667C1442.8333333333333 886.4166666666665 1478.5 907.3333333333334 1509.6666666666665 929.8333333333331C1437.75 980.0833333333334 1410.8333333333333 1085 1470.5 1166A816.3333333333331 816.3333333333331 0 0 1 1586.4166666666665 1386.9166666666665A1586.6666666666665 1586.6666666666665 0 0 0 1280.75 1281.5C1175.6666666666667 1256.25 1081.4166666666667 1334.6666666666665 1075.2499999999998 1432.6666666666665C976.9166666666666 1385 852.7499999999999 1348.5 688.4166666666665 1311.6666666666665zM1604.6666666666665 1067.1666666666667C1701.8333333333333 1067.1666666666667 1764.4166666666667 1102.5 1833.3333333333333 1116.0833333333335C1806.25 995.4166666666669 1708.3333333333333 825.25 1472.5 716.5000000000002A658.5833333333333 658.5833333333333 0 0 0 166.6666666666667 838.6666666666667C166.6666666666667 1142.5 372.25 1411.6666666666667 652 1474.3333333333335C978.7499999999998 1547.5 1127.3333333333333 1604.8333333333335 1241.6666666666665 1833.3333333333333C1299.0833333333333 1722.25 1299.0833333333333 1592.3333333333335 1241.6666666666665 1443.5833333333335C1476.3333333333333 1499.4166666666667 1664.5 1597.9166666666667 1806.1666666666663 1739.25C1806.1666666666663 1339.0833333333335 1654.3333333333333 1140.4166666666667 1604.5833333333333 1067.1666666666667zM1118 739.5000000000002C1166.6666666666665 727.4166666666667 1166.6666666666665 670.1666666666667 1166.6666666666665 654.5V569.3333333333335C1166.6666666666665 522.5833333333335 1138.1666666666665 504.9166666666667 1096.3333333333333 504.9166666666667H645.1666666666666C605.5833333333334 512.1666666666667 584 533.7500000000002 584 569.75V648.9166666666667C584 688.5 602 717.25 620 738.9166666666667L882.6666666666666 1019.6666666666666H627.1666666666666C602 1019.6666666666666 584 1037.6666666666665 584 1070C580.3333333333334 1131.25 591.1666666666666 1228.3333333333333 637.9166666666666 1250C645.1666666666666 1250 645.1666666666666 1239.1666666666665 645.1666666666666 1235.5833333333333C637.9166666666666 1221.1666666666665 645.1666666666666 1210.4166666666665 663.1666666666666 1210.4166666666665H987.0833333333334C1059 1210.4166666666665 1102.1666666666667 1210.4166666666665 1127.4166666666665 1217.5833333333333C1138.25 1221.1666666666665 1145.4166666666665 1217.5833333333333 1141.8333333333333 1206.75C1134.5833333333333 1181.5833333333333 1138.1666666666665 1152.8333333333333 1138.1666666666665 1127.5833333333333C1138.1666666666665 1044.8333333333333 1138.1666666666665 1012.4166666666666 1073.4166666666665 947.6666666666669L850.2499999999999 702.9166666666667L1087.7499999999998 703.0833333333335C1114.0833333333333 703.0833333333335 1118.0833333333333 715.2500000000002 1118.0833333333333 739.5000000000002z" />
+ <glyph glyph-name="zhihu-fill"
+ unicode="&#xEF74;"
+ horiz-adv-x="2000" d="M1114.4166666666665 425.2500000000003H1235.4166666666665L1275.2499999999998 288.8333333333335L1492.333333333333 425.2500000000003H1748.1666666666663V1550.4166666666667H1114.4166666666663V425.2500000000003zM1243.1666666666665 1428.3333333333335H1619.4166666666665V547.5H1475.0833333333333L1330.9166666666665 456.9166666666667L1304.75 547.25L1243.1666666666665 547.5V1428.25zM1007.3333333333331 1035.6666666666667H737.1666666666666A5858.333333333333 5858.333333333333 0 0 1 748.4999999999999 1415.6666666666667H1012.8333333333331S1022.9999999999998 1532.3333333333335 968.4999999999998 1531H511.2499999999999C529.25 1598.8333333333335 551.9166666666666 1668.9166666666667 578.9999999999999 1741.3333333333333C578.9999999999999 1741.3333333333333 454.5833333333333 1741.3333333333333 412.3333333333333 1629.75C394.7499999999999 1583.75 344 1406.6666666666667 253.6666666666667 1225.75C284.0833333333333 1229.0833333333333 384.7499999999999 1231.8333333333335 444 1340.5833333333335C454.9166666666666 1371.0833333333335 456.9999999999999 1375 470.4999999999999 1415.75H619.6666666666665C619.6666666666665 1361.5 613.4999999999999 1069.8333333333335 610.9999999999999 1035.916666666667H340.9999999999999C280.2499999999999 1035.916666666667 260.5833333333332 913.7500000000002 260.5833333333332 913.7500000000002H599.4166666666665C576.6666666666666 655.75 454.6666666666667 438.3333333333335 233.3333333333333 266.6666666666668C339.1666666666667 236.4166666666668 444.6666666666667 271.4166666666665 496.8333333333333 317.8333333333335C496.8333333333333 317.8333333333335 615.5833333333333 425.9166666666668 680.6666666666665 676L959.4999999999998 340.1666666666668S1000.3333333333331 479.1666666666667 953.0833333333331 546.916666666667C913.9166666666666 593.0833333333335 808.0833333333333 717.916666666667 762.9999999999999 763.166666666667L687.4166666666665 703.166666666667C709.9166666666665 775.416666666667 723.4999999999999 845.666666666667 728.0833333333331 913.5000000000002H1046.583333333333S1046.1666666666663 1035.666666666667 1007.4166666666664 1035.666666666667z" />
+ <glyph glyph-name="zhihu-line"
+ unicode="&#xEF75;"
+ horiz-adv-x="2000" d="M1028.6666666666665 503.0833333333333L887.9999999999999 413.5833333333333L710.4166666666665 692.7499999999998C673.7499999999999 575.9166666666665 612.7499999999999 470.6666666666665 532.1666666666666 373.9999999999998C498.6666666666666 333.7499999999998 463.8333333333332 297.4999999999998 423.7499999999999 259.4166666666665C410.8333333333332 247.1666666666665 359.1666666666665 199.6666666666665 350.5833333333332 191.083333333333L232.7499999999999 308.9166666666665C244.3333333333333 320.4999999999998 298.3333333333333 370.1666666666665 309 380.25C344.8333333333333 414.25 375.2499999999999 446.0833333333333 404.1666666666667 480.75C509.6666666666666 607.25 573.3333333333333 748.25 582.25 916.6666666666666H250V1083.3333333333333H583.3333333333333V1416.6666666666667H510.9999999999999C453.5833333333333 1311.1666666666667 381.1666666666667 1231.5 292.8333333333333 1178.5833333333335L207.1666666666667 1321.4166666666665C323.4166666666667 1391.25 409.25 1538.4166666666665 460.3333333333333 1768.0833333333333L623 1731.9166666666665C611.3333333333334 1679.1666666666665 597.75 1629.6666666666665 582.25 1583.3333333333335H958.3333333333331V1416.6666666666667H750V1083.3333333333335H958.3333333333331V916.6666666666669H765.4166666666666L1028.6666666666667 503.0833333333333zM1348.4999999999998 508.9166666666667L1441.4999999999998 583.3333333333335H1583.3333333333333V1416.6666666666667H1250V583.3333333333335H1311.3333333333333L1348.5 508.9166666666667zM1083.3333333333333 1583.3333333333335H1750V416.6666666666668H1500L1291.6666666666665 250L1208.3333333333333 416.6666666666668H1083.3333333333333V1583.3333333333335z" />
+ <glyph glyph-name="zoom-in-fill"
+ unicode="&#xEF76;"
+ horiz-adv-x="2000" d="M1502.5833333333333 615.25L1859.5 258.4166666666668L1741.5833333333333 140.5L1384.75 497.4166666666667A746.6666666666666 746.6666666666666 0 0 0 916.6666666666666 333.3333333333335C502.6666666666666 333.3333333333335 166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333S1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335A746.6666666666666 746.6666666666666 0 0 0 1502.5833333333333 615.25zM833.3333333333333 1166.6666666666667H583.3333333333333V1000H833.3333333333333V750H1000V1000H1250V1166.6666666666667H1000V1416.6666666666667H833.3333333333333V1166.6666666666667z" />
+ <glyph glyph-name="zoom-in-line"
+ unicode="&#xEF77;"
+ horiz-adv-x="2000" d="M1502.5833333333333 615.25L1859.5 258.4166666666668L1741.5833333333333 140.5L1384.75 497.4166666666667A746.6666666666666 746.6666666666666 0 0 0 916.6666666666666 333.3333333333335C502.6666666666666 333.3333333333335 166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333S1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335A746.6666666666666 746.6666666666666 0 0 0 1502.5833333333333 615.25zM1335.4166666666665 677.0833333333335A581.4166666666666 581.4166666666666 0 0 1 1500 1083.3333333333335C1500 1405.6666666666667 1238.9166666666667 1666.6666666666667 916.6666666666666 1666.6666666666667C594.3333333333333 1666.6666666666667 333.3333333333333 1405.6666666666667 333.3333333333333 1083.3333333333335C333.3333333333333 761.0833333333333 594.3333333333333 500 916.6666666666666 500A581.4166666666666 581.4166666666666 0 0 1 1322.9166666666665 664.5833333333335L1335.4166666666665 677.0833333333335zM833.3333333333333 1166.6666666666667V1416.6666666666667H1000V1166.6666666666667H1250V1000H1000V750H833.3333333333333V1000H583.3333333333333V1166.6666666666667H833.3333333333333z" />
+ <glyph glyph-name="zoom-out-fill"
+ unicode="&#xEF78;"
+ horiz-adv-x="2000" d="M1502.5833333333333 615.25L1859.5 258.4166666666668L1741.5833333333333 140.5L1384.75 497.4166666666667A746.6666666666666 746.6666666666666 0 0 0 916.6666666666666 333.3333333333335C502.6666666666666 333.3333333333335 166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333S1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335A746.6666666666666 746.6666666666666 0 0 0 1502.5833333333333 615.25zM583.3333333333333 1166.6666666666667V1000H1250V1166.6666666666667H583.3333333333333z" />
+ <glyph glyph-name="zoom-out-line"
+ unicode="&#xEF79;"
+ horiz-adv-x="2000" d="M1502.5833333333333 615.25L1859.5 258.4166666666668L1741.5833333333333 140.5L1384.75 497.4166666666667A746.6666666666666 746.6666666666666 0 0 0 916.6666666666666 333.3333333333335C502.6666666666666 333.3333333333335 166.6666666666667 669.3333333333335 166.6666666666667 1083.3333333333335S502.6666666666666 1833.3333333333333 916.6666666666666 1833.3333333333333S1666.6666666666665 1497.3333333333335 1666.6666666666665 1083.3333333333335A746.6666666666666 746.6666666666666 0 0 0 1502.5833333333333 615.25zM1335.4166666666665 677.0833333333335A581.4166666666666 581.4166666666666 0 0 1 1500 1083.3333333333335C1500 1405.6666666666667 1238.9166666666667 1666.6666666666667 916.6666666666666 1666.6666666666667C594.3333333333333 1666.6666666666667 333.3333333333333 1405.6666666666667 333.3333333333333 1083.3333333333335C333.3333333333333 761.0833333333333 594.3333333333333 500 916.6666666666666 500A581.4166666666666 581.4166666666666 0 0 1 1322.9166666666665 664.5833333333335L1335.4166666666665 677.0833333333335zM583.3333333333333 1166.6666666666667H1250V1000H583.3333333333333V1166.6666666666667z" />
+ </font>
+</defs>
+</svg>
diff --git a/static/fonts/remixicon.ttf b/static/fonts/remixicon.ttf
new file mode 100644
index 0000000..9509c52
--- /dev/null
+++ b/static/fonts/remixicon.ttf
Binary files differ
diff --git a/static/fonts/remixicon.woff b/static/fonts/remixicon.woff
new file mode 100644
index 0000000..8897721
--- /dev/null
+++ b/static/fonts/remixicon.woff
Binary files differ
diff --git a/static/fonts/remixicon.woff2 b/static/fonts/remixicon.woff2
new file mode 100644
index 0000000..1a7d17e
--- /dev/null
+++ b/static/fonts/remixicon.woff2
Binary files differ
diff --git a/static/images/favicon.ico b/static/images/favicon.ico
new file mode 100644
index 0000000..fba1749
--- /dev/null
+++ b/static/images/favicon.ico
Binary files differ
diff --git a/static/images/logo.svg b/static/images/logo.svg
new file mode 100644
index 0000000..3c3b3c4
--- /dev/null
+++ b/static/images/logo.svg
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 96 98.8" style="enable-background:new 0 0 96 98.8;" xml:space="preserve">
+<g>
+ <path d="M26.9,7.6v2.4c0,1.8-0.1,3.5-0.2,5.2c-0.1,1.6-0.3,3.2-0.5,4.6h13.1l2-1.8l2.4,4H30.9v16.1c0,1.2,0.6,1.8,1.8,1.8h3.6
+ c1,0,1.7-0.6,2.2-1.9c0.5-1.3,0.7-3.3,0.6-6l4.5,1.1c0.8,0.2,1.4,0.6,1.7,1.1c0.3,0.5,0.3,1.3,0.2,2.2c-0.4,2.9-1.1,5.1-2.4,6.5
+ S40,45,37.7,45h-8.8c-1.4,0-2.6-0.5-3.5-1.6c-0.9-1.1-1.4-2.6-1.4-4.5V28.5c-1,2.4-2.1,4.4-3.5,6.2c-1.4,1.8-3,3.3-4.7,4.7
+ c-1.8,1.3-3.7,2.5-5.8,3.5c-2.1,1-4.4,1.8-6.8,2.5c4.6-3.2,8.1-6.7,10.7-10.5c2.6-3.8,4.3-8.1,5.3-12.7H5.5l-1.1-2.2h15
+ c0.2-1.3,0.3-2.6,0.5-3.9c0.1-1.3,0.2-2.7,0.2-4.2V7.6H8L6.8,5.5h30l2-1.8l2.4,4H26.9z"/>
+ <path d="M88.8,20.2h-6.8v-1.9h-4c1.9,3.2,4.1,5.8,6.7,7.7c2.6,1.9,5.5,3.4,8.9,4.2l-4.2,5.9c-0.2,0.3-0.6,0.4-1,0.5
+ c-0.4,0-0.8-0.1-1.1-0.3c-1.1-0.6-2.1-1.5-3.2-2.7c-1.1-1.2-2.2-2.5-3.2-4.1c-1-1.6-2-3.3-2.9-5.2c-0.9-1.9-1.7-3.9-2.4-6H63.7
+ c-0.2,1.9-0.6,3.8-1.2,5.7c-0.6,1.9-1.4,3.6-2.5,5.3c-1.1,1.7-2.4,3.2-3.9,4.6c-1.6,1.4-3.4,2.7-5.5,3.8c1.2-1.7,2.2-3.4,3-5.1
+ c0.8-1.7,1.5-3.5,2-5.4c0.5-1.9,0.9-3.9,1.1-6c0.2-2.1,0.3-4.4,0.3-6.9V2.6l9.1,1.2l-2.2,1.7v0.1h18l1.2-1.9l7,2l-1.4,2.2V20.2z
+ M76.2,45.4c-1.2-1.3-2.4-2.6-3.8-3.8c-1.4-1.3-2.8-2.4-4.2-3.5c-1.4-1.1-2.8-2-4.2-2.9c-1.4-0.8-2.6-1.4-3.7-1.9
+ c4.1,0.6,7.5,1.2,10.2,1.9c2.7,0.7,4.8,1.4,6.3,2.1c1.5,0.7,2.5,1.4,2.9,2.1c0.4,0.7,0.4,1.3,0,1.8L76.2,45.4z M63.9,15.1
+ c0,0.2,0,0.4,0,0.6c0,0.2,0,0.4,0,0.5h18V7.8h-18V15.1z M73.5,33.2c-0.5-0.8-1.1-1.7-1.7-2.6c-0.7-0.9-1.4-1.8-2.2-2.7
+ c-0.8-0.9-1.6-1.7-2.5-2.5c-0.9-0.8-1.7-1.5-2.6-2c1.9,0.1,3.6,0.4,5.4,0.7c1.7,0.4,3.2,0.8,4.4,1.3c1.2,0.5,2,1.1,2.5,1.8
+ c0.5,0.6,0.5,1.3-0.1,2L73.5,33.2z"/>
+</g>
+<g>
+ <path d="M33.2,74.7v14.2c0,1.2,0.6,1.8,1.7,1.8h2.3c0.5,0,0.9-0.1,1.2-0.3s0.5-0.5,0.7-1c0.2-0.4,0.3-1,0.3-1.8
+ c0-0.8,0.1-1.7,0-2.8l4.5,0.9c0.8,0.2,1.3,0.4,1.5,0.8s0.2,1.1,0.1,2c-0.2,1.5-0.4,2.7-0.8,3.6c-0.4,0.9-0.8,1.7-1.3,2.2
+ c-0.5,0.5-1.2,0.9-2,1.1c-0.8,0.2-1.6,0.3-2.6,0.3h-7.4c-1.4,0-2.6-0.5-3.6-1.4c-1-0.9-1.5-2.4-1.5-4.3V74.7h-4.4
+ c-0.4,3-1.1,5.7-2.2,8.1c-1.1,2.4-2.4,4.5-4.1,6.3c-1.6,1.8-3.6,3.3-5.8,4.4s-4.6,2-7.2,2.5c1.6-1,3.1-2.2,4.5-3.6
+ c1.4-1.4,2.6-3.1,3.7-4.9c1.1-1.8,2-3.8,2.7-6c0.7-2.2,1.2-4.4,1.5-6.8H5.3l-1.1-2.2h16.4V53l8.8,1l-1.9,1.6v16.9h11.9l2-1.8l2.4,4
+ H33.2z M11.8,70.6c-0.1-1-0.3-2.1-0.6-3.3c-0.3-1.2-0.7-2.4-1.1-3.6c-0.4-1.2-1-2.4-1.5-3.6c-0.6-1.2-1.2-2.3-1.8-3.3
+ c1.1,0.4,2.2,0.9,3.3,1.6c1.1,0.6,2,1.3,2.9,2c0.9,0.7,1.7,1.5,2.4,2.2c0.7,0.8,1.2,1.5,1.5,2.2c0.3,0.7,0.4,1.3,0.4,1.9
+ c-0.1,0.6-0.4,1-1,1.4L11.8,70.6z M41.8,60.9c-1.5,2.1-3.3,4.1-5.4,5.8c-2.1,1.7-4.3,3.1-6.5,4.2c1.4-2.4,2.7-4.9,3.7-7.5
+ c1-2.6,1.8-5.1,2.3-7.4l5.3,2.4c0.6,0.3,0.9,0.6,1,1.1C42.2,60,42.1,60.4,41.8,60.9z"/>
+ <path d="M59.7,64.8v-4.7h-8.2L50.4,58h9.3v-5l8.8,1l-1.9,1.6V58h10.7v-5l8.8,1l-1.9,1.6V58H89l2-1.8l2.4,4h-9.3v4.7h-6.9v-4.7H66.6
+ v4.7H59.7z M73,71H89l2-1.8l2.4,4h-30v17.6h23l2-1.8l2.4,4H63.5v2.8h-6.9V73.2h-5L50.4,71h21.1c-0.6-1.5-1.3-2.8-1.9-3.9
+ c-0.7-1.1-1.4-2.1-2.2-3c1.5-0.1,2.9,0.1,4.4,0.4c1.5,0.3,2.7,0.7,3.7,1.2c1,0.5,1.7,1.1,2,1.6c0.3,0.6,0.1,1.1-0.6,1.5L73,71z"/>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+</svg>
diff --git a/static/images/screenshot.png b/static/images/screenshot.png
new file mode 100644
index 0000000..dc8d94f
--- /dev/null
+++ b/static/images/screenshot.png
Binary files differ
diff --git a/static/js/fancybox.min.js b/static/js/fancybox.min.js
new file mode 100644
index 0000000..e8b1b24
--- /dev/null
+++ b/static/js/fancybox.min.js
@@ -0,0 +1,13 @@
+// ==================================================
+// fancyBox v3.5.7
+//
+// Licensed GPLv3 for open source use
+// or fancyBox Commercial License for commercial use
+//
+// http://fancyapps.com/fancybox/
+// Copyright 2019 fancyApps
+//
+// ==================================================
+!function(t,e,n,o){"use strict";function i(t,e){var o,i,a,s=[],r=0;t&&t.isDefaultPrevented()||(t.preventDefault(),e=e||{},t&&t.data&&(e=h(t.data.options,e)),o=e.$target||n(t.currentTarget).trigger("blur"),(a=n.fancybox.getInstance())&&a.$trigger&&a.$trigger.is(o)||(e.selector?s=n(e.selector):(i=o.attr("data-fancybox")||"",i?(s=t.data?t.data.items:[],s=s.length?s.filter('[data-fancybox="'+i+'"]'):n('[data-fancybox="'+i+'"]')):s=[o]),r=n(s).index(o),r<0&&(r=0),a=n.fancybox.open(s,e,r),a.$trigger=o))}if(t.console=t.console||{info:function(t){}},n){if(n.fn.fancybox)return void console.info("fancyBox already initialized");var a={closeExisting:!1,loop:!1,gutter:50,keyboard:!0,preventCaptionOverlap:!0,arrows:!0,infobar:!0,smallBtn:"auto",toolbar:"auto",buttons:["zoom","slideShow","thumbs","close"],idleTime:3,protect:!1,modal:!1,image:{preload:!1},ajax:{settings:{data:{fancybox:!0}}},iframe:{tpl:'<iframe id="fancybox-frame{rnd}" name="fancybox-frame{rnd}" class="fancybox-iframe" allowfullscreen="allowfullscreen" allow="autoplay; fullscreen" src=""></iframe>',preload:!0,css:{},attr:{scrolling:"auto"}},video:{tpl:'<video class="fancybox-video" controls controlsList="nodownload" poster="{{poster}}"><source src="{{src}}" type="{{format}}" />Sorry, your browser doesn\'t support embedded videos, <a href="{{src}}">download</a> and watch with your favorite video player!</video>',format:"",autoStart:!0},defaultType:"image",animationEffect:"zoom",animationDuration:366,zoomOpacity:"auto",transitionEffect:"fade",transitionDuration:366,slideClass:"",baseClass:"",baseTpl:'<div class="fancybox-container" role="dialog" tabindex="-1"><div class="fancybox-bg"></div><div class="fancybox-inner"><div class="fancybox-infobar"><span data-fancybox-index></span>&nbsp;/&nbsp;<span data-fancybox-count></span></div><div class="fancybox-toolbar">{{buttons}}</div><div class="fancybox-navigation">{{arrows}}</div><div class="fancybox-stage"></div><div class="fancybox-caption"><div class="fancybox-caption__body"></div></div></div></div>',spinnerTpl:'<div class="fancybox-loading"></div>',errorTpl:'<div class="fancybox-error"><p>{{ERROR}}</p></div>',btnTpl:{download:'<a download data-fancybox-download class="fancybox-button fancybox-button--download" title="{{DOWNLOAD}}" href="javascript:;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.62 17.09V19H5.38v-1.91zm-2.97-6.96L17 11.45l-5 4.87-5-4.87 1.36-1.32 2.68 2.64V5h1.92v7.77z"/></svg></a>',zoom:'<button data-fancybox-zoom class="fancybox-button fancybox-button--zoom" title="{{ZOOM}}"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.7 17.3l-3-3a5.9 5.9 0 0 0-.6-7.6 5.9 5.9 0 0 0-8.4 0 5.9 5.9 0 0 0 0 8.4 5.9 5.9 0 0 0 7.7.7l3 3a1 1 0 0 0 1.3 0c.4-.5.4-1 0-1.5zM8.1 13.8a4 4 0 0 1 0-5.7 4 4 0 0 1 5.7 0 4 4 0 0 1 0 5.7 4 4 0 0 1-5.7 0z"/></svg></button>',close:'<button data-fancybox-close class="fancybox-button fancybox-button--close" title="{{CLOSE}}"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 10.6L6.6 5.2 5.2 6.6l5.4 5.4-5.4 5.4 1.4 1.4 5.4-5.4 5.4 5.4 1.4-1.4-5.4-5.4 5.4-5.4-1.4-1.4-5.4 5.4z"/></svg></button>',arrowLeft:'<button data-fancybox-prev class="fancybox-button fancybox-button--arrow_left" title="{{PREV}}"><div><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.28 15.7l-1.34 1.37L5 12l4.94-5.07 1.34 1.38-2.68 2.72H19v1.94H8.6z"/></svg></div></button>',arrowRight:'<button data-fancybox-next class="fancybox-button fancybox-button--arrow_right" title="{{NEXT}}"><div><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.4 12.97l-2.68 2.72 1.34 1.38L19 12l-4.94-5.07-1.34 1.38 2.68 2.72H5v1.94z"/></svg></div></button>',smallBtn:'<button type="button" data-fancybox-close class="fancybox-button fancybox-close-small" title="{{CLOSE}}"><svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="0 0 24 24"><path d="M13 12l5-5-1-1-5 5-5-5-1 1 5 5-5 5 1 1 5-5 5 5 1-1z"/></svg></button>'},parentEl:"body",hideScrollbar:!0,autoFocus:!0,backFocus:!0,trapFocus:!0,fullScreen:{autoStart:!1},touch:{vertical:!0,momentum:!0},hash:null,media:{},slideShow:{autoStart:!1,speed:3e3},thumbs:{autoStart:!1,hideOnClose:!0,parentEl:".fancybox-container",axis:"y"},wheel:"auto",onInit:n.noop,beforeLoad:n.noop,afterLoad:n.noop,beforeShow:n.noop,afterShow:n.noop,beforeClose:n.noop,afterClose:n.noop,onActivate:n.noop,onDeactivate:n.noop,clickContent:function(t,e){return"image"===t.type&&"zoom"},clickSlide:"close",clickOutside:"close",dblclickContent:!1,dblclickSlide:!1,dblclickOutside:!1,mobile:{preventCaptionOverlap:!1,idleTime:!1,clickContent:function(t,e){return"image"===t.type&&"toggleControls"},clickSlide:function(t,e){return"image"===t.type?"toggleControls":"close"},dblclickContent:function(t,e){return"image"===t.type&&"zoom"},dblclickSlide:function(t,e){return"image"===t.type&&"zoom"}},lang:"en",i18n:{en:{CLOSE:"Close",NEXT:"Next",PREV:"Previous",ERROR:"The requested content cannot be loaded. <br/> Please try again later.",PLAY_START:"Start slideshow",PLAY_STOP:"Pause slideshow",FULL_SCREEN:"Full screen",THUMBS:"Thumbnails",DOWNLOAD:"Download",SHARE:"Share",ZOOM:"Zoom"},de:{CLOSE:"Schlie&szlig;en",NEXT:"Weiter",PREV:"Zur&uuml;ck",ERROR:"Die angeforderten Daten konnten nicht geladen werden. <br/> Bitte versuchen Sie es sp&auml;ter nochmal.",PLAY_START:"Diaschau starten",PLAY_STOP:"Diaschau beenden",FULL_SCREEN:"Vollbild",THUMBS:"Vorschaubilder",DOWNLOAD:"Herunterladen",SHARE:"Teilen",ZOOM:"Vergr&ouml;&szlig;ern"}}},s=n(t),r=n(e),c=0,l=function(t){return t&&t.hasOwnProperty&&t instanceof n},d=function(){return t.requestAnimationFrame||t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||t.oRequestAnimationFrame||function(e){return t.setTimeout(e,1e3/60)}}(),u=function(){return t.cancelAnimationFrame||t.webkitCancelAnimationFrame||t.mozCancelAnimationFrame||t.oCancelAnimationFrame||function(e){t.clearTimeout(e)}}(),f=function(){var t,n=e.createElement("fakeelement"),o={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(t in o)if(void 0!==n.style[t])return o[t];return"transitionend"}(),p=function(t){return t&&t.length&&t[0].offsetHeight},h=function(t,e){var o=n.extend(!0,{},t,e);return n.each(e,function(t,e){n.isArray(e)&&(o[t]=e)}),o},g=function(t){var o,i;return!(!t||t.ownerDocument!==e)&&(n(".fancybox-container").css("pointer-events","none"),o={x:t.getBoundingClientRect().left+t.offsetWidth/2,y:t.getBoundingClientRect().top+t.offsetHeight/2},i=e.elementFromPoint(o.x,o.y)===t,n(".fancybox-container").css("pointer-events",""),i)},b=function(t,e,o){var i=this;i.opts=h({index:o},n.fancybox.defaults),n.isPlainObject(e)&&(i.opts=h(i.opts,e)),n.fancybox.isMobile&&(i.opts=h(i.opts,i.opts.mobile)),i.id=i.opts.id||++c,i.currIndex=parseInt(i.opts.index,10)||0,i.prevIndex=null,i.prevPos=null,i.currPos=0,i.firstRun=!0,i.group=[],i.slides={},i.addContent(t),i.group.length&&i.init()};n.extend(b.prototype,{init:function(){var o,i,a=this,s=a.group[a.currIndex],r=s.opts;r.closeExisting&&n.fancybox.close(!0),n("body").addClass("fancybox-active"),!n.fancybox.getInstance()&&!1!==r.hideScrollbar&&!n.fancybox.isMobile&&e.body.scrollHeight>t.innerHeight&&(n("head").append('<style id="fancybox-style-noscroll" type="text/css">.compensate-for-scrollbar{margin-right:'+(t.innerWidth-e.documentElement.clientWidth)+"px;}</style>"),n("body").addClass("compensate-for-scrollbar")),i="",n.each(r.buttons,function(t,e){i+=r.btnTpl[e]||""}),o=n(a.translate(a,r.baseTpl.replace("{{buttons}}",i).replace("{{arrows}}",r.btnTpl.arrowLeft+r.btnTpl.arrowRight))).attr("id","fancybox-container-"+a.id).addClass(r.baseClass).data("FancyBox",a).appendTo(r.parentEl),a.$refs={container:o},["bg","inner","infobar","toolbar","stage","caption","navigation"].forEach(function(t){a.$refs[t]=o.find(".fancybox-"+t)}),a.trigger("onInit"),a.activate(),a.jumpTo(a.currIndex)},translate:function(t,e){var n=t.opts.i18n[t.opts.lang]||t.opts.i18n.en;return e.replace(/\{\{(\w+)\}\}/g,function(t,e){return void 0===n[e]?t:n[e]})},addContent:function(t){var e,o=this,i=n.makeArray(t);n.each(i,function(t,e){var i,a,s,r,c,l={},d={};n.isPlainObject(e)?(l=e,d=e.opts||e):"object"===n.type(e)&&n(e).length?(i=n(e),d=i.data()||{},d=n.extend(!0,{},d,d.options),d.$orig=i,l.src=o.opts.src||d.src||i.attr("href"),l.type||l.src||(l.type="inline",l.src=e)):l={type:"html",src:e+""},l.opts=n.extend(!0,{},o.opts,d),n.isArray(d.buttons)&&(l.opts.buttons=d.buttons),n.fancybox.isMobile&&l.opts.mobile&&(l.opts=h(l.opts,l.opts.mobile)),a=l.type||l.opts.type,r=l.src||"",!a&&r&&((s=r.match(/\.(mp4|mov|ogv|webm)((\?|#).*)?$/i))?(a="video",l.opts.video.format||(l.opts.video.format="video/"+("ogv"===s[1]?"ogg":s[1]))):r.match(/(^data:image\/[a-z0-9+\/=]*,)|(\.(jp(e|g|eg)|gif|png|bmp|webp|svg|ico)((\?|#).*)?$)/i)?a="image":r.match(/\.(pdf)((\?|#).*)?$/i)?(a="iframe",l=n.extend(!0,l,{contentType:"pdf",opts:{iframe:{preload:!1}}})):"#"===r.charAt(0)&&(a="inline")),a?l.type=a:o.trigger("objectNeedsType",l),l.contentType||(l.contentType=n.inArray(l.type,["html","inline","ajax"])>-1?"html":l.type),l.index=o.group.length,"auto"==l.opts.smallBtn&&(l.opts.smallBtn=n.inArray(l.type,["html","inline","ajax"])>-1),"auto"===l.opts.toolbar&&(l.opts.toolbar=!l.opts.smallBtn),l.$thumb=l.opts.$thumb||null,l.opts.$trigger&&l.index===o.opts.index&&(l.$thumb=l.opts.$trigger.find("img:first"),l.$thumb.length&&(l.opts.$orig=l.opts.$trigger)),l.$thumb&&l.$thumb.length||!l.opts.$orig||(l.$thumb=l.opts.$orig.find("img:first")),l.$thumb&&!l.$thumb.length&&(l.$thumb=null),l.thumb=l.opts.thumb||(l.$thumb?l.$thumb[0].src:null),"function"===n.type(l.opts.caption)&&(l.opts.caption=l.opts.caption.apply(e,[o,l])),"function"===n.type(o.opts.caption)&&(l.opts.caption=o.opts.caption.apply(e,[o,l])),l.opts.caption instanceof n||(l.opts.caption=void 0===l.opts.caption?"":l.opts.caption+""),"ajax"===l.type&&(c=r.split(/\s+/,2),c.length>1&&(l.src=c.shift(),l.opts.filter=c.shift())),l.opts.modal&&(l.opts=n.extend(!0,l.opts,{trapFocus:!0,infobar:0,toolbar:0,smallBtn:0,keyboard:0,slideShow:0,fullScreen:0,thumbs:0,touch:0,clickContent:!1,clickSlide:!1,clickOutside:!1,dblclickContent:!1,dblclickSlide:!1,dblclickOutside:!1})),o.group.push(l)}),Object.keys(o.slides).length&&(o.updateControls(),(e=o.Thumbs)&&e.isActive&&(e.create(),e.focus()))},addEvents:function(){var e=this;e.removeEvents(),e.$refs.container.on("click.fb-close","[data-fancybox-close]",function(t){t.stopPropagation(),t.preventDefault(),e.close(t)}).on("touchstart.fb-prev click.fb-prev","[data-fancybox-prev]",function(t){t.stopPropagation(),t.preventDefault(),e.previous()}).on("touchstart.fb-next click.fb-next","[data-fancybox-next]",function(t){t.stopPropagation(),t.preventDefault(),e.next()}).on("click.fb","[data-fancybox-zoom]",function(t){e[e.isScaledDown()?"scaleToActual":"scaleToFit"]()}),s.on("orientationchange.fb resize.fb",function(t){t&&t.originalEvent&&"resize"===t.originalEvent.type?(e.requestId&&u(e.requestId),e.requestId=d(function(){e.update(t)})):(e.current&&"iframe"===e.current.type&&e.$refs.stage.hide(),setTimeout(function(){e.$refs.stage.show(),e.update(t)},n.fancybox.isMobile?600:250))}),r.on("keydown.fb",function(t){var o=n.fancybox?n.fancybox.getInstance():null,i=o.current,a=t.keyCode||t.which;if(9==a)return void(i.opts.trapFocus&&e.focus(t));if(!(!i.opts.keyboard||t.ctrlKey||t.altKey||t.shiftKey||n(t.target).is("input,textarea,video,audio,select")))return 8===a||27===a?(t.preventDefault(),void e.close(t)):37===a||38===a?(t.preventDefault(),void e.previous()):39===a||40===a?(t.preventDefault(),void e.next()):void e.trigger("afterKeydown",t,a)}),e.group[e.currIndex].opts.idleTime&&(e.idleSecondsCounter=0,r.on("mousemove.fb-idle mouseleave.fb-idle mousedown.fb-idle touchstart.fb-idle touchmove.fb-idle scroll.fb-idle keydown.fb-idle",function(t){e.idleSecondsCounter=0,e.isIdle&&e.showControls(),e.isIdle=!1}),e.idleInterval=t.setInterval(function(){++e.idleSecondsCounter>=e.group[e.currIndex].opts.idleTime&&!e.isDragging&&(e.isIdle=!0,e.idleSecondsCounter=0,e.hideControls())},1e3))},removeEvents:function(){var e=this;s.off("orientationchange.fb resize.fb"),r.off("keydown.fb .fb-idle"),this.$refs.container.off(".fb-close .fb-prev .fb-next"),e.idleInterval&&(t.clearInterval(e.idleInterval),e.idleInterval=null)},previous:function(t){return this.jumpTo(this.currPos-1,t)},next:function(t){return this.jumpTo(this.currPos+1,t)},jumpTo:function(t,e){var o,i,a,s,r,c,l,d,u,f=this,h=f.group.length;if(!(f.isDragging||f.isClosing||f.isAnimating&&f.firstRun)){if(t=parseInt(t,10),!(a=f.current?f.current.opts.loop:f.opts.loop)&&(t<0||t>=h))return!1;if(o=f.firstRun=!Object.keys(f.slides).length,r=f.current,f.prevIndex=f.currIndex,f.prevPos=f.currPos,s=f.createSlide(t),h>1&&((a||s.index<h-1)&&f.createSlide(t+1),(a||s.index>0)&&f.createSlide(t-1)),f.current=s,f.currIndex=s.index,f.currPos=s.pos,f.trigger("beforeShow",o),f.updateControls(),s.forcedDuration=void 0,n.isNumeric(e)?s.forcedDuration=e:e=s.opts[o?"animationDuration":"transitionDuration"],e=parseInt(e,10),i=f.isMoved(s),s.$slide.addClass("fancybox-slide--current"),o)return s.opts.animationEffect&&e&&f.$refs.container.css("transition-duration",e+"ms"),f.$refs.container.addClass("fancybox-is-open").trigger("focus"),f.loadSlide(s),void f.preload("image");c=n.fancybox.getTranslate(r.$slide),l=n.fancybox.getTranslate(f.$refs.stage),n.each(f.slides,function(t,e){n.fancybox.stop(e.$slide,!0)}),r.pos!==s.pos&&(r.isComplete=!1),r.$slide.removeClass("fancybox-slide--complete fancybox-slide--current"),i?(u=c.left-(r.pos*c.width+r.pos*r.opts.gutter),n.each(f.slides,function(t,o){o.$slide.removeClass("fancybox-animated").removeClass(function(t,e){return(e.match(/(^|\s)fancybox-fx-\S+/g)||[]).join(" ")});var i=o.pos*c.width+o.pos*o.opts.gutter;n.fancybox.setTranslate(o.$slide,{top:0,left:i-l.left+u}),o.pos!==s.pos&&o.$slide.addClass("fancybox-slide--"+(o.pos>s.pos?"next":"previous")),p(o.$slide),n.fancybox.animate(o.$slide,{top:0,left:(o.pos-s.pos)*c.width+(o.pos-s.pos)*o.opts.gutter},e,function(){o.$slide.css({transform:"",opacity:""}).removeClass("fancybox-slide--next fancybox-slide--previous"),o.pos===f.currPos&&f.complete()})})):e&&s.opts.transitionEffect&&(d="fancybox-animated fancybox-fx-"+s.opts.transitionEffect,r.$slide.addClass("fancybox-slide--"+(r.pos>s.pos?"next":"previous")),n.fancybox.animate(r.$slide,d,e,function(){r.$slide.removeClass(d).removeClass("fancybox-slide--next fancybox-slide--previous")},!1)),s.isLoaded?f.revealContent(s):f.loadSlide(s),f.preload("image")}},createSlide:function(t){var e,o,i=this;return o=t%i.group.length,o=o<0?i.group.length+o:o,!i.slides[t]&&i.group[o]&&(e=n('<div class="fancybox-slide"></div>').appendTo(i.$refs.stage),i.slides[t]=n.extend(!0,{},i.group[o],{pos:t,$slide:e,isLoaded:!1}),i.updateSlide(i.slides[t])),i.slides[t]},scaleToActual:function(t,e,o){var i,a,s,r,c,l=this,d=l.current,u=d.$content,f=n.fancybox.getTranslate(d.$slide).width,p=n.fancybox.getTranslate(d.$slide).height,h=d.width,g=d.height;l.isAnimating||l.isMoved()||!u||"image"!=d.type||!d.isLoaded||d.hasError||(l.isAnimating=!0,n.fancybox.stop(u),t=void 0===t?.5*f:t,e=void 0===e?.5*p:e,i=n.fancybox.getTranslate(u),i.top-=n.fancybox.getTranslate(d.$slide).top,i.left-=n.fancybox.getTranslate(d.$slide).left,r=h/i.width,c=g/i.height,a=.5*f-.5*h,s=.5*p-.5*g,h>f&&(a=i.left*r-(t*r-t),a>0&&(a=0),a<f-h&&(a=f-h)),g>p&&(s=i.top*c-(e*c-e),s>0&&(s=0),s<p-g&&(s=p-g)),l.updateCursor(h,g),n.fancybox.animate(u,{top:s,left:a,scaleX:r,scaleY:c},o||366,function(){l.isAnimating=!1}),l.SlideShow&&l.SlideShow.isActive&&l.SlideShow.stop())},scaleToFit:function(t){var e,o=this,i=o.current,a=i.$content;o.isAnimating||o.isMoved()||!a||"image"!=i.type||!i.isLoaded||i.hasError||(o.isAnimating=!0,n.fancybox.stop(a),e=o.getFitPos(i),o.updateCursor(e.width,e.height),n.fancybox.animate(a,{top:e.top,left:e.left,scaleX:e.width/a.width(),scaleY:e.height/a.height()},t||366,function(){o.isAnimating=!1}))},getFitPos:function(t){var e,o,i,a,s=this,r=t.$content,c=t.$slide,l=t.width||t.opts.width,d=t.height||t.opts.height,u={};return!!(t.isLoaded&&r&&r.length)&&(e=n.fancybox.getTranslate(s.$refs.stage).width,o=n.fancybox.getTranslate(s.$refs.stage).height,e-=parseFloat(c.css("paddingLeft"))+parseFloat(c.css("paddingRight"))+parseFloat(r.css("marginLeft"))+parseFloat(r.css("marginRight")),o-=parseFloat(c.css("paddingTop"))+parseFloat(c.css("paddingBottom"))+parseFloat(r.css("marginTop"))+parseFloat(r.css("marginBottom")),l&&d||(l=e,d=o),i=Math.min(1,e/l,o/d),l*=i,d*=i,l>e-.5&&(l=e),d>o-.5&&(d=o),"image"===t.type?(u.top=Math.floor(.5*(o-d))+parseFloat(c.css("paddingTop")),u.left=Math.floor(.5*(e-l))+parseFloat(c.css("paddingLeft"))):"video"===t.contentType&&(a=t.opts.width&&t.opts.height?l/d:t.opts.ratio||16/9,d>l/a?d=l/a:l>d*a&&(l=d*a)),u.width=l,u.height=d,u)},update:function(t){var e=this;n.each(e.slides,function(n,o){e.updateSlide(o,t)})},updateSlide:function(t,e){var o=this,i=t&&t.$content,a=t.width||t.opts.width,s=t.height||t.opts.height,r=t.$slide;o.adjustCaption(t),i&&(a||s||"video"===t.contentType)&&!t.hasError&&(n.fancybox.stop(i),n.fancybox.setTranslate(i,o.getFitPos(t)),t.pos===o.currPos&&(o.isAnimating=!1,o.updateCursor())),o.adjustLayout(t),r.length&&(r.trigger("refresh"),t.pos===o.currPos&&o.$refs.toolbar.add(o.$refs.navigation.find(".fancybox-button--arrow_right")).toggleClass("compensate-for-scrollbar",r.get(0).scrollHeight>r.get(0).clientHeight)),o.trigger("onUpdate",t,e)},centerSlide:function(t){var e=this,o=e.current,i=o.$slide;!e.isClosing&&o&&(i.siblings().css({transform:"",opacity:""}),i.parent().children().removeClass("fancybox-slide--previous fancybox-slide--next"),n.fancybox.animate(i,{top:0,left:0,opacity:1},void 0===t?0:t,function(){i.css({transform:"",opacity:""}),o.isComplete||e.complete()},!1))},isMoved:function(t){var e,o,i=t||this.current;return!!i&&(o=n.fancybox.getTranslate(this.$refs.stage),e=n.fancybox.getTranslate(i.$slide),!i.$slide.hasClass("fancybox-animated")&&(Math.abs(e.top-o.top)>.5||Math.abs(e.left-o.left)>.5))},updateCursor:function(t,e){var o,i,a=this,s=a.current,r=a.$refs.container;s&&!a.isClosing&&a.Guestures&&(r.removeClass("fancybox-is-zoomable fancybox-can-zoomIn fancybox-can-zoomOut fancybox-can-swipe fancybox-can-pan"),o=a.canPan(t,e),i=!!o||a.isZoomable(),r.toggleClass("fancybox-is-zoomable",i),n("[data-fancybox-zoom]").prop("disabled",!i),o?r.addClass("fancybox-can-pan"):i&&("zoom"===s.opts.clickContent||n.isFunction(s.opts.clickContent)&&"zoom"==s.opts.clickContent(s))?r.addClass("fancybox-can-zoomIn"):s.opts.touch&&(s.opts.touch.vertical||a.group.length>1)&&"video"!==s.contentType&&r.addClass("fancybox-can-swipe"))},isZoomable:function(){var t,e=this,n=e.current;if(n&&!e.isClosing&&"image"===n.type&&!n.hasError){if(!n.isLoaded)return!0;if((t=e.getFitPos(n))&&(n.width>t.width||n.height>t.height))return!0}return!1},isScaledDown:function(t,e){var o=this,i=!1,a=o.current,s=a.$content;return void 0!==t&&void 0!==e?i=t<a.width&&e<a.height:s&&(i=n.fancybox.getTranslate(s),i=i.width<a.width&&i.height<a.height),i},canPan:function(t,e){var o=this,i=o.current,a=null,s=!1;return"image"===i.type&&(i.isComplete||t&&e)&&!i.hasError&&(s=o.getFitPos(i),void 0!==t&&void 0!==e?a={width:t,height:e}:i.isComplete&&(a=n.fancybox.getTranslate(i.$content)),a&&s&&(s=Math.abs(a.width-s.width)>1.5||Math.abs(a.height-s.height)>1.5)),s},loadSlide:function(t){var e,o,i,a=this;if(!t.isLoading&&!t.isLoaded){if(t.isLoading=!0,!1===a.trigger("beforeLoad",t))return t.isLoading=!1,!1;switch(e=t.type,o=t.$slide,o.off("refresh").trigger("onReset").addClass(t.opts.slideClass),e){case"image":a.setImage(t);break;case"iframe":a.setIframe(t);break;case"html":a.setContent(t,t.src||t.content);break;case"video":a.setContent(t,t.opts.video.tpl.replace(/\{\{src\}\}/gi,t.src).replace("{{format}}",t.opts.videoFormat||t.opts.video.format||"").replace("{{poster}}",t.thumb||""));break;case"inline":n(t.src).length?a.setContent(t,n(t.src)):a.setError(t);break;case"ajax":a.showLoading(t),i=n.ajax(n.extend({},t.opts.ajax.settings,{url:t.src,success:function(e,n){"success"===n&&a.setContent(t,e)},error:function(e,n){e&&"abort"!==n&&a.setError(t)}})),o.one("onReset",function(){i.abort()});break;default:a.setError(t)}return!0}},setImage:function(t){var o,i=this;setTimeout(function(){var e=t.$image;i.isClosing||!t.isLoading||e&&e.length&&e[0].complete||t.hasError||i.showLoading(t)},50),i.checkSrcset(t),t.$content=n('<div class="fancybox-content"></div>').addClass("fancybox-is-hidden").appendTo(t.$slide.addClass("fancybox-slide--image")),!1!==t.opts.preload&&t.opts.width&&t.opts.height&&t.thumb&&(t.width=t.opts.width,t.height=t.opts.height,o=e.createElement("img"),o.onerror=function(){n(this).remove(),t.$ghost=null},o.onload=function(){i.afterLoad(t)},t.$ghost=n(o).addClass("fancybox-image").appendTo(t.$content).attr("src",t.thumb)),i.setBigImage(t)},checkSrcset:function(e){var n,o,i,a,s=e.opts.srcset||e.opts.image.srcset;if(s){i=t.devicePixelRatio||1,a=t.innerWidth*i,o=s.split(",").map(function(t){var e={};return t.trim().split(/\s+/).forEach(function(t,n){var o=parseInt(t.substring(0,t.length-1),10);if(0===n)return e.url=t;o&&(e.value=o,e.postfix=t[t.length-1])}),e}),o.sort(function(t,e){return t.value-e.value});for(var r=0;r<o.length;r++){var c=o[r];if("w"===c.postfix&&c.value>=a||"x"===c.postfix&&c.value>=i){n=c;break}}!n&&o.length&&(n=o[o.length-1]),n&&(e.src=n.url,e.width&&e.height&&"w"==n.postfix&&(e.height=e.width/e.height*n.value,e.width=n.value),e.opts.srcset=s)}},setBigImage:function(t){var o=this,i=e.createElement("img"),a=n(i);t.$image=a.one("error",function(){o.setError(t)}).one("load",function(){var e;t.$ghost||(o.resolveImageSlideSize(t,this.naturalWidth,this.naturalHeight),o.afterLoad(t)),o.isClosing||(t.opts.srcset&&(e=t.opts.sizes,e&&"auto"!==e||(e=(t.width/t.height>1&&s.width()/s.height()>1?"100":Math.round(t.width/t.height*100))+"vw"),a.attr("sizes",e).attr("srcset",t.opts.srcset)),t.$ghost&&setTimeout(function(){t.$ghost&&!o.isClosing&&t.$ghost.hide()},Math.min(300,Math.max(1e3,t.height/1600))),o.hideLoading(t))}).addClass("fancybox-image").attr("src",t.src).appendTo(t.$content),(i.complete||"complete"==i.readyState)&&a.naturalWidth&&a.naturalHeight?a.trigger("load"):i.error&&a.trigger("error")},resolveImageSlideSize:function(t,e,n){var o=parseInt(t.opts.width,10),i=parseInt(t.opts.height,10);t.width=e,t.height=n,o>0&&(t.width=o,t.height=Math.floor(o*n/e)),i>0&&(t.width=Math.floor(i*e/n),t.height=i)},setIframe:function(t){var e,o=this,i=t.opts.iframe,a=t.$slide;t.$content=n('<div class="fancybox-content'+(i.preload?" fancybox-is-hidden":"")+'"></div>').css(i.css).appendTo(a),a.addClass("fancybox-slide--"+t.contentType),t.$iframe=e=n(i.tpl.replace(/\{rnd\}/g,(new Date).getTime())).attr(i.attr).appendTo(t.$content),i.preload?(o.showLoading(t),e.on("load.fb error.fb",function(e){this.isReady=1,t.$slide.trigger("refresh"),o.afterLoad(t)}),a.on("refresh.fb",function(){var n,o,s=t.$content,r=i.css.width,c=i.css.height;if(1===e[0].isReady){try{n=e.contents(),o=n.find("body")}catch(t){}o&&o.length&&o.children().length&&(a.css("overflow","visible"),s.css({width:"100%","max-width":"100%",height:"9999px"}),void 0===r&&(r=Math.ceil(Math.max(o[0].clientWidth,o.outerWidth(!0)))),s.css("width",r||"").css("max-width",""),void 0===c&&(c=Math.ceil(Math.max(o[0].clientHeight,o.outerHeight(!0)))),s.css("height",c||""),a.css("overflow","auto")),s.removeClass("fancybox-is-hidden")}})):o.afterLoad(t),e.attr("src",t.src),a.one("onReset",function(){try{n(this).find("iframe").hide().unbind().attr("src","//about:blank")}catch(t){}n(this).off("refresh.fb").empty(),t.isLoaded=!1,t.isRevealed=!1})},setContent:function(t,e){var o=this;o.isClosing||(o.hideLoading(t),t.$content&&n.fancybox.stop(t.$content),t.$slide.empty(),l(e)&&e.parent().length?((e.hasClass("fancybox-content")||e.parent().hasClass("fancybox-content"))&&e.parents(".fancybox-slide").trigger("onReset"),t.$placeholder=n("<div>").hide().insertAfter(e),e.css("display","inline-block")):t.hasError||("string"===n.type(e)&&(e=n("<div>").append(n.trim(e)).contents()),t.opts.filter&&(e=n("<div>").html(e).find(t.opts.filter))),t.$slide.one("onReset",function(){n(this).find("video,audio").trigger("pause"),t.$placeholder&&(t.$placeholder.after(e.removeClass("fancybox-content").hide()).remove(),t.$placeholder=null),t.$smallBtn&&(t.$smallBtn.remove(),t.$smallBtn=null),t.hasError||(n(this).empty(),t.isLoaded=!1,t.isRevealed=!1)}),n(e).appendTo(t.$slide),n(e).is("video,audio")&&(n(e).addClass("fancybox-video"),n(e).wrap("<div></div>"),t.contentType="video",t.opts.width=t.opts.width||n(e).attr("width"),t.opts.height=t.opts.height||n(e).attr("height")),t.$content=t.$slide.children().filter("div,form,main,video,audio,article,.fancybox-content").first(),t.$content.siblings().hide(),t.$content.length||(t.$content=t.$slide.wrapInner("<div></div>").children().first()),t.$content.addClass("fancybox-content"),t.$slide.addClass("fancybox-slide--"+t.contentType),o.afterLoad(t))},setError:function(t){t.hasError=!0,t.$slide.trigger("onReset").removeClass("fancybox-slide--"+t.contentType).addClass("fancybox-slide--error"),t.contentType="html",this.setContent(t,this.translate(t,t.opts.errorTpl)),t.pos===this.currPos&&(this.isAnimating=!1)},showLoading:function(t){var e=this;(t=t||e.current)&&!t.$spinner&&(t.$spinner=n(e.translate(e,e.opts.spinnerTpl)).appendTo(t.$slide).hide().fadeIn("fast"))},hideLoading:function(t){var e=this;(t=t||e.current)&&t.$spinner&&(t.$spinner.stop().remove(),delete t.$spinner)},afterLoad:function(t){var e=this;e.isClosing||(t.isLoading=!1,t.isLoaded=!0,e.trigger("afterLoad",t),e.hideLoading(t),!t.opts.smallBtn||t.$smallBtn&&t.$smallBtn.length||(t.$smallBtn=n(e.translate(t,t.opts.btnTpl.smallBtn)).appendTo(t.$content)),t.opts.protect&&t.$content&&!t.hasError&&(t.$content.on("contextmenu.fb",function(t){return 2==t.button&&t.preventDefault(),!0}),"image"===t.type&&n('<div class="fancybox-spaceball"></div>').appendTo(t.$content)),e.adjustCaption(t),e.adjustLayout(t),t.pos===e.currPos&&e.updateCursor(),e.revealContent(t))},adjustCaption:function(t){var e,n=this,o=t||n.current,i=o.opts.caption,a=o.opts.preventCaptionOverlap,s=n.$refs.caption,r=!1;s.toggleClass("fancybox-caption--separate",a),a&&i&&i.length&&(o.pos!==n.currPos?(e=s.clone().appendTo(s.parent()),e.children().eq(0).empty().html(i),r=e.outerHeight(!0),e.empty().remove()):n.$caption&&(r=n.$caption.outerHeight(!0)),o.$slide.css("padding-bottom",r||""))},adjustLayout:function(t){var e,n,o,i,a=this,s=t||a.current;s.isLoaded&&!0!==s.opts.disableLayoutFix&&(s.$content.css("margin-bottom",""),s.$content.outerHeight()>s.$slide.height()+.5&&(o=s.$slide[0].style["padding-bottom"],i=s.$slide.css("padding-bottom"),parseFloat(i)>0&&(e=s.$slide[0].scrollHeight,s.$slide.css("padding-bottom",0),Math.abs(e-s.$slide[0].scrollHeight)<1&&(n=i),s.$slide.css("padding-bottom",o))),s.$content.css("margin-bottom",n))},revealContent:function(t){var e,o,i,a,s=this,r=t.$slide,c=!1,l=!1,d=s.isMoved(t),u=t.isRevealed;return t.isRevealed=!0,e=t.opts[s.firstRun?"animationEffect":"transitionEffect"],i=t.opts[s.firstRun?"animationDuration":"transitionDuration"],i=parseInt(void 0===t.forcedDuration?i:t.forcedDuration,10),!d&&t.pos===s.currPos&&i||(e=!1),"zoom"===e&&(t.pos===s.currPos&&i&&"image"===t.type&&!t.hasError&&(l=s.getThumbPos(t))?c=s.getFitPos(t):e="fade"),"zoom"===e?(s.isAnimating=!0,c.scaleX=c.width/l.width,c.scaleY=c.height/l.height,a=t.opts.zoomOpacity,"auto"==a&&(a=Math.abs(t.width/t.height-l.width/l.height)>.1),a&&(l.opacity=.1,c.opacity=1),n.fancybox.setTranslate(t.$content.removeClass("fancybox-is-hidden"),l),p(t.$content),void n.fancybox.animate(t.$content,c,i,function(){s.isAnimating=!1,s.complete()})):(s.updateSlide(t),e?(n.fancybox.stop(r),o="fancybox-slide--"+(t.pos>=s.prevPos?"next":"previous")+" fancybox-animated fancybox-fx-"+e,r.addClass(o).removeClass("fancybox-slide--current"),t.$content.removeClass("fancybox-is-hidden"),p(r),"image"!==t.type&&t.$content.hide().show(0),void n.fancybox.animate(r,"fancybox-slide--current",i,function(){r.removeClass(o).css({transform:"",opacity:""}),t.pos===s.currPos&&s.complete()},!0)):(t.$content.removeClass("fancybox-is-hidden"),u||!d||"image"!==t.type||t.hasError||t.$content.hide().fadeIn("fast"),void(t.pos===s.currPos&&s.complete())))},getThumbPos:function(t){var e,o,i,a,s,r=!1,c=t.$thumb;return!(!c||!g(c[0]))&&(e=n.fancybox.getTranslate(c),o=parseFloat(c.css("border-top-width")||0),i=parseFloat(c.css("border-right-width")||0),a=parseFloat(c.css("border-bottom-width")||0),s=parseFloat(c.css("border-left-width")||0),r={top:e.top+o,left:e.left+s,width:e.width-i-s,height:e.height-o-a,scaleX:1,scaleY:1},e.width>0&&e.height>0&&r)},complete:function(){var t,e=this,o=e.current,i={};!e.isMoved()&&o.isLoaded&&(o.isComplete||(o.isComplete=!0,o.$slide.siblings().trigger("onReset"),e.preload("inline"),p(o.$slide),o.$slide.addClass("fancybox-slide--complete"),n.each(e.slides,function(t,o){o.pos>=e.currPos-1&&o.pos<=e.currPos+1?i[o.pos]=o:o&&(n.fancybox.stop(o.$slide),o.$slide.off().remove())}),e.slides=i),e.isAnimating=!1,e.updateCursor(),e.trigger("afterShow"),o.opts.video.autoStart&&o.$slide.find("video,audio").filter(":visible:first").trigger("play").one("ended",function(){Document.exitFullscreen?Document.exitFullscreen():this.webkitExitFullscreen&&this.webkitExitFullscreen(),e.next()}),o.opts.autoFocus&&"html"===o.contentType&&(t=o.$content.find("input[autofocus]:enabled:visible:first"),t.length?t.trigger("focus"):e.focus(null,!0)),o.$slide.scrollTop(0).scrollLeft(0))},preload:function(t){var e,n,o=this;o.group.length<2||(n=o.slides[o.currPos+1],e=o.slides[o.currPos-1],e&&e.type===t&&o.loadSlide(e),n&&n.type===t&&o.loadSlide(n))},focus:function(t,o){var i,a,s=this,r=["a[href]","area[href]",'input:not([disabled]):not([type="hidden"]):not([aria-hidden])',"select:not([disabled]):not([aria-hidden])","textarea:not([disabled]):not([aria-hidden])","button:not([disabled]):not([aria-hidden])","iframe","object","embed","video","audio","[contenteditable]",'[tabindex]:not([tabindex^="-"])'].join(",");s.isClosing||(i=!t&&s.current&&s.current.isComplete?s.current.$slide.find("*:visible"+(o?":not(.fancybox-close-small)":"")):s.$refs.container.find("*:visible"),i=i.filter(r).filter(function(){return"hidden"!==n(this).css("visibility")&&!n(this).hasClass("disabled")}),i.length?(a=i.index(e.activeElement),t&&t.shiftKey?(a<0||0==a)&&(t.preventDefault(),i.eq(i.length-1).trigger("focus")):(a<0||a==i.length-1)&&(t&&t.preventDefault(),i.eq(0).trigger("focus"))):s.$refs.container.trigger("focus"))},activate:function(){var t=this;n(".fancybox-container").each(function(){var e=n(this).data("FancyBox");e&&e.id!==t.id&&!e.isClosing&&(e.trigger("onDeactivate"),e.removeEvents(),e.isVisible=!1)}),t.isVisible=!0,(t.current||t.isIdle)&&(t.update(),t.updateControls()),t.trigger("onActivate"),t.addEvents()},close:function(t,e){var o,i,a,s,r,c,l,u=this,f=u.current,h=function(){u.cleanUp(t)};return!u.isClosing&&(u.isClosing=!0,!1===u.trigger("beforeClose",t)?(u.isClosing=!1,d(function(){u.update()}),!1):(u.removeEvents(),a=f.$content,o=f.opts.animationEffect,i=n.isNumeric(e)?e:o?f.opts.animationDuration:0,f.$slide.removeClass("fancybox-slide--complete fancybox-slide--next fancybox-slide--previous fancybox-animated"),!0!==t?n.fancybox.stop(f.$slide):o=!1,f.$slide.siblings().trigger("onReset").remove(),i&&u.$refs.container.removeClass("fancybox-is-open").addClass("fancybox-is-closing").css("transition-duration",i+"ms"),u.hideLoading(f),u.hideControls(!0),u.updateCursor(),"zoom"!==o||a&&i&&"image"===f.type&&!u.isMoved()&&!f.hasError&&(l=u.getThumbPos(f))||(o="fade"),"zoom"===o?(n.fancybox.stop(a),s=n.fancybox.getTranslate(a),c={top:s.top,left:s.left,scaleX:s.width/l.width,scaleY:s.height/l.height,width:l.width,height:l.height},r=f.opts.zoomOpacity,
+ "auto"==r&&(r=Math.abs(f.width/f.height-l.width/l.height)>.1),r&&(l.opacity=0),n.fancybox.setTranslate(a,c),p(a),n.fancybox.animate(a,l,i,h),!0):(o&&i?n.fancybox.animate(f.$slide.addClass("fancybox-slide--previous").removeClass("fancybox-slide--current"),"fancybox-animated fancybox-fx-"+o,i,h):!0===t?setTimeout(h,i):h(),!0)))},cleanUp:function(e){var o,i,a,s=this,r=s.current.opts.$orig;s.current.$slide.trigger("onReset"),s.$refs.container.empty().remove(),s.trigger("afterClose",e),s.current.opts.backFocus&&(r&&r.length&&r.is(":visible")||(r=s.$trigger),r&&r.length&&(i=t.scrollX,a=t.scrollY,r.trigger("focus"),n("html, body").scrollTop(a).scrollLeft(i))),s.current=null,o=n.fancybox.getInstance(),o?o.activate():(n("body").removeClass("fancybox-active compensate-for-scrollbar"),n("#fancybox-style-noscroll").remove())},trigger:function(t,e){var o,i=Array.prototype.slice.call(arguments,1),a=this,s=e&&e.opts?e:a.current;if(s?i.unshift(s):s=a,i.unshift(a),n.isFunction(s.opts[t])&&(o=s.opts[t].apply(s,i)),!1===o)return o;"afterClose"!==t&&a.$refs?a.$refs.container.trigger(t+".fb",i):r.trigger(t+".fb",i)},updateControls:function(){var t=this,o=t.current,i=o.index,a=t.$refs.container,s=t.$refs.caption,r=o.opts.caption;o.$slide.trigger("refresh"),r&&r.length?(t.$caption=s,s.children().eq(0).html(r)):t.$caption=null,t.hasHiddenControls||t.isIdle||t.showControls(),a.find("[data-fancybox-count]").html(t.group.length),a.find("[data-fancybox-index]").html(i+1),a.find("[data-fancybox-prev]").prop("disabled",!o.opts.loop&&i<=0),a.find("[data-fancybox-next]").prop("disabled",!o.opts.loop&&i>=t.group.length-1),"image"===o.type?a.find("[data-fancybox-zoom]").show().end().find("[data-fancybox-download]").attr("href",o.opts.image.src||o.src).show():o.opts.toolbar&&a.find("[data-fancybox-download],[data-fancybox-zoom]").hide(),n(e.activeElement).is(":hidden,[disabled]")&&t.$refs.container.trigger("focus")},hideControls:function(t){var e=this,n=["infobar","toolbar","nav"];!t&&e.current.opts.preventCaptionOverlap||n.push("caption"),this.$refs.container.removeClass(n.map(function(t){return"fancybox-show-"+t}).join(" ")),this.hasHiddenControls=!0},showControls:function(){var t=this,e=t.current?t.current.opts:t.opts,n=t.$refs.container;t.hasHiddenControls=!1,t.idleSecondsCounter=0,n.toggleClass("fancybox-show-toolbar",!(!e.toolbar||!e.buttons)).toggleClass("fancybox-show-infobar",!!(e.infobar&&t.group.length>1)).toggleClass("fancybox-show-caption",!!t.$caption).toggleClass("fancybox-show-nav",!!(e.arrows&&t.group.length>1)).toggleClass("fancybox-is-modal",!!e.modal)},toggleControls:function(){this.hasHiddenControls?this.showControls():this.hideControls()}}),n.fancybox={version:"3.5.7",defaults:a,getInstance:function(t){var e=n('.fancybox-container:not(".fancybox-is-closing"):last').data("FancyBox"),o=Array.prototype.slice.call(arguments,1);return e instanceof b&&("string"===n.type(t)?e[t].apply(e,o):"function"===n.type(t)&&t.apply(e,o),e)},open:function(t,e,n){return new b(t,e,n)},close:function(t){var e=this.getInstance();e&&(e.close(),!0===t&&this.close(t))},destroy:function(){this.close(!0),r.add("body").off("click.fb-start","**")},isMobile:/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),use3d:function(){var n=e.createElement("div");return t.getComputedStyle&&t.getComputedStyle(n)&&t.getComputedStyle(n).getPropertyValue("transform")&&!(e.documentMode&&e.documentMode<11)}(),getTranslate:function(t){var e;return!(!t||!t.length)&&(e=t[0].getBoundingClientRect(),{top:e.top||0,left:e.left||0,width:e.width,height:e.height,opacity:parseFloat(t.css("opacity"))})},setTranslate:function(t,e){var n="",o={};if(t&&e)return void 0===e.left&&void 0===e.top||(n=(void 0===e.left?t.position().left:e.left)+"px, "+(void 0===e.top?t.position().top:e.top)+"px",n=this.use3d?"translate3d("+n+", 0px)":"translate("+n+")"),void 0!==e.scaleX&&void 0!==e.scaleY?n+=" scale("+e.scaleX+", "+e.scaleY+")":void 0!==e.scaleX&&(n+=" scaleX("+e.scaleX+")"),n.length&&(o.transform=n),void 0!==e.opacity&&(o.opacity=e.opacity),void 0!==e.width&&(o.width=e.width),void 0!==e.height&&(o.height=e.height),t.css(o)},animate:function(t,e,o,i,a){var s,r=this;n.isFunction(o)&&(i=o,o=null),r.stop(t),s=r.getTranslate(t),t.on(f,function(c){(!c||!c.originalEvent||t.is(c.originalEvent.target)&&"z-index"!=c.originalEvent.propertyName)&&(r.stop(t),n.isNumeric(o)&&t.css("transition-duration",""),n.isPlainObject(e)?void 0!==e.scaleX&&void 0!==e.scaleY&&r.setTranslate(t,{top:e.top,left:e.left,width:s.width*e.scaleX,height:s.height*e.scaleY,scaleX:1,scaleY:1}):!0!==a&&t.removeClass(e),n.isFunction(i)&&i(c))}),n.isNumeric(o)&&t.css("transition-duration",o+"ms"),n.isPlainObject(e)?(void 0!==e.scaleX&&void 0!==e.scaleY&&(delete e.width,delete e.height,t.parent().hasClass("fancybox-slide--image")&&t.parent().addClass("fancybox-is-scaling")),n.fancybox.setTranslate(t,e)):t.addClass(e),t.data("timer",setTimeout(function(){t.trigger(f)},o+33))},stop:function(t,e){t&&t.length&&(clearTimeout(t.data("timer")),e&&t.trigger(f),t.off(f).css("transition-duration",""),t.parent().removeClass("fancybox-is-scaling"))}},n.fn.fancybox=function(t){var e;return t=t||{},e=t.selector||!1,e?n("body").off("click.fb-start",e).on("click.fb-start",e,{options:t},i):this.off("click.fb-start").on("click.fb-start",{items:this,options:t},i),this},r.on("click.fb-start","[data-fancybox]",i),r.on("click.fb-start","[data-fancybox-trigger]",function(t){n('[data-fancybox="'+n(this).attr("data-fancybox-trigger")+'"]').eq(n(this).attr("data-fancybox-index")||0).trigger("click.fb-start",{$trigger:n(this)})}),function(){var t=null;r.on("mousedown mouseup focus blur",".fancybox-button",function(e){switch(e.type){case"mousedown":t=n(this);break;case"mouseup":t=null;break;case"focusin":n(".fancybox-button").removeClass("fancybox-focus"),n(this).is(t)||n(this).is("[disabled]")||n(this).addClass("fancybox-focus");break;case"focusout":n(".fancybox-button").removeClass("fancybox-focus")}})}()}}(window,document,jQuery),function(t){"use strict";var e={youtube:{matcher:/(youtube\.com|youtu\.be|youtube\-nocookie\.com)\/(watch\?(.*&)?v=|v\/|u\/|embed\/?)?(videoseries\?list=(.*)|[\w-]{11}|\?listType=(.*)&list=(.*))(.*)/i,params:{autoplay:1,autohide:1,fs:1,rel:0,hd:1,wmode:"transparent",enablejsapi:1,html5:1},paramPlace:8,type:"iframe",url:"https://www.youtube-nocookie.com/embed/$4",thumb:"https://img.youtube.com/vi/$4/hqdefault.jpg"},vimeo:{matcher:/^.+vimeo.com\/(.*\/)?([\d]+)(.*)?/,params:{autoplay:1,hd:1,show_title:1,show_byline:1,show_portrait:0,fullscreen:1},paramPlace:3,type:"iframe",url:"//player.vimeo.com/video/$2"},instagram:{matcher:/(instagr\.am|instagram\.com)\/p\/([a-zA-Z0-9_\-]+)\/?/i,type:"image",url:"//$1/p/$2/media/?size=l"},gmap_place:{matcher:/(maps\.)?google\.([a-z]{2,3}(\.[a-z]{2})?)\/(((maps\/(place\/(.*)\/)?\@(.*),(\d+.?\d+?)z))|(\?ll=))(.*)?/i,type:"iframe",url:function(t){return"//maps.google."+t[2]+"/?ll="+(t[9]?t[9]+"&z="+Math.floor(t[10])+(t[12]?t[12].replace(/^\//,"&"):""):t[12]+"").replace(/\?/,"&")+"&output="+(t[12]&&t[12].indexOf("layer=c")>0?"svembed":"embed")}},gmap_search:{matcher:/(maps\.)?google\.([a-z]{2,3}(\.[a-z]{2})?)\/(maps\/search\/)(.*)/i,type:"iframe",url:function(t){return"//maps.google."+t[2]+"/maps?q="+t[5].replace("query=","q=").replace("api=1","")+"&output=embed"}}},n=function(e,n,o){if(e)return o=o||"","object"===t.type(o)&&(o=t.param(o,!0)),t.each(n,function(t,n){e=e.replace("$"+t,n||"")}),o.length&&(e+=(e.indexOf("?")>0?"&":"?")+o),e};t(document).on("objectNeedsType.fb",function(o,i,a){var s,r,c,l,d,u,f,p=a.src||"",h=!1;s=t.extend(!0,{},e,a.opts.media),t.each(s,function(e,o){if(c=p.match(o.matcher)){if(h=o.type,f=e,u={},o.paramPlace&&c[o.paramPlace]){d=c[o.paramPlace],"?"==d[0]&&(d=d.substring(1)),d=d.split("&");for(var i=0;i<d.length;++i){var s=d[i].split("=",2);2==s.length&&(u[s[0]]=decodeURIComponent(s[1].replace(/\+/g," ")))}}return l=t.extend(!0,{},o.params,a.opts[e],u),p="function"===t.type(o.url)?o.url.call(this,c,l,a):n(o.url,c,l),r="function"===t.type(o.thumb)?o.thumb.call(this,c,l,a):n(o.thumb,c),"youtube"===e?p=p.replace(/&t=((\d+)m)?(\d+)s/,function(t,e,n,o){return"&start="+((n?60*parseInt(n,10):0)+parseInt(o,10))}):"vimeo"===e&&(p=p.replace("&%23","#")),!1}}),h?(a.opts.thumb||a.opts.$thumb&&a.opts.$thumb.length||(a.opts.thumb=r),"iframe"===h&&(a.opts=t.extend(!0,a.opts,{iframe:{preload:!1,attr:{scrolling:"no"}}})),t.extend(a,{type:h,src:p,origSrc:a.src,contentSource:f,contentType:"image"===h?"image":"gmap_place"==f||"gmap_search"==f?"map":"video"})):p&&(a.type=a.opts.defaultType)});var o={youtube:{src:"https://www.youtube.com/iframe_api",class:"YT",loading:!1,loaded:!1},vimeo:{src:"https://player.vimeo.com/api/player.js",class:"Vimeo",loading:!1,loaded:!1},load:function(t){var e,n=this;if(this[t].loaded)return void setTimeout(function(){n.done(t)});this[t].loading||(this[t].loading=!0,e=document.createElement("script"),e.type="text/javascript",e.src=this[t].src,"youtube"===t?window.onYouTubeIframeAPIReady=function(){n[t].loaded=!0,n.done(t)}:e.onload=function(){n[t].loaded=!0,n.done(t)},document.body.appendChild(e))},done:function(e){var n,o,i;"youtube"===e&&delete window.onYouTubeIframeAPIReady,(n=t.fancybox.getInstance())&&(o=n.current.$content.find("iframe"),"youtube"===e&&void 0!==YT&&YT?i=new YT.Player(o.attr("id"),{events:{onStateChange:function(t){0==t.data&&n.next()}}}):"vimeo"===e&&void 0!==Vimeo&&Vimeo&&(i=new Vimeo.Player(o),i.on("ended",function(){n.next()})))}};t(document).on({"afterShow.fb":function(t,e,n){e.group.length>1&&("youtube"===n.contentSource||"vimeo"===n.contentSource)&&o.load(n.contentSource)}})}(jQuery),function(t,e,n){"use strict";var o=function(){return t.requestAnimationFrame||t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||t.oRequestAnimationFrame||function(e){return t.setTimeout(e,1e3/60)}}(),i=function(){return t.cancelAnimationFrame||t.webkitCancelAnimationFrame||t.mozCancelAnimationFrame||t.oCancelAnimationFrame||function(e){t.clearTimeout(e)}}(),a=function(e){var n=[];e=e.originalEvent||e||t.e,e=e.touches&&e.touches.length?e.touches:e.changedTouches&&e.changedTouches.length?e.changedTouches:[e];for(var o in e)e[o].pageX?n.push({x:e[o].pageX,y:e[o].pageY}):e[o].clientX&&n.push({x:e[o].clientX,y:e[o].clientY});return n},s=function(t,e,n){return e&&t?"x"===n?t.x-e.x:"y"===n?t.y-e.y:Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2)):0},r=function(t){if(t.is('a,area,button,[role="button"],input,label,select,summary,textarea,video,audio,iframe')||n.isFunction(t.get(0).onclick)||t.data("selectable"))return!0;for(var e=0,o=t[0].attributes,i=o.length;e<i;e++)if("data-fancybox-"===o[e].nodeName.substr(0,14))return!0;return!1},c=function(e){var n=t.getComputedStyle(e)["overflow-y"],o=t.getComputedStyle(e)["overflow-x"],i=("scroll"===n||"auto"===n)&&e.scrollHeight>e.clientHeight,a=("scroll"===o||"auto"===o)&&e.scrollWidth>e.clientWidth;return i||a},l=function(t){for(var e=!1;;){if(e=c(t.get(0)))break;if(t=t.parent(),!t.length||t.hasClass("fancybox-stage")||t.is("body"))break}return e},d=function(t){var e=this;e.instance=t,e.$bg=t.$refs.bg,e.$stage=t.$refs.stage,e.$container=t.$refs.container,e.destroy(),e.$container.on("touchstart.fb.touch mousedown.fb.touch",n.proxy(e,"ontouchstart"))};d.prototype.destroy=function(){var t=this;t.$container.off(".fb.touch"),n(e).off(".fb.touch"),t.requestId&&(i(t.requestId),t.requestId=null),t.tapped&&(clearTimeout(t.tapped),t.tapped=null)},d.prototype.ontouchstart=function(o){var i=this,c=n(o.target),d=i.instance,u=d.current,f=u.$slide,p=u.$content,h="touchstart"==o.type;if(h&&i.$container.off("mousedown.fb.touch"),(!o.originalEvent||2!=o.originalEvent.button)&&f.length&&c.length&&!r(c)&&!r(c.parent())&&(c.is("img")||!(o.originalEvent.clientX>c[0].clientWidth+c.offset().left))){if(!u||d.isAnimating||u.$slide.hasClass("fancybox-animated"))return o.stopPropagation(),void o.preventDefault();i.realPoints=i.startPoints=a(o),i.startPoints.length&&(u.touch&&o.stopPropagation(),i.startEvent=o,i.canTap=!0,i.$target=c,i.$content=p,i.opts=u.opts.touch,i.isPanning=!1,i.isSwiping=!1,i.isZooming=!1,i.isScrolling=!1,i.canPan=d.canPan(),i.startTime=(new Date).getTime(),i.distanceX=i.distanceY=i.distance=0,i.canvasWidth=Math.round(f[0].clientWidth),i.canvasHeight=Math.round(f[0].clientHeight),i.contentLastPos=null,i.contentStartPos=n.fancybox.getTranslate(i.$content)||{top:0,left:0},i.sliderStartPos=n.fancybox.getTranslate(f),i.stagePos=n.fancybox.getTranslate(d.$refs.stage),i.sliderStartPos.top-=i.stagePos.top,i.sliderStartPos.left-=i.stagePos.left,i.contentStartPos.top-=i.stagePos.top,i.contentStartPos.left-=i.stagePos.left,n(e).off(".fb.touch").on(h?"touchend.fb.touch touchcancel.fb.touch":"mouseup.fb.touch mouseleave.fb.touch",n.proxy(i,"ontouchend")).on(h?"touchmove.fb.touch":"mousemove.fb.touch",n.proxy(i,"ontouchmove")),n.fancybox.isMobile&&e.addEventListener("scroll",i.onscroll,!0),((i.opts||i.canPan)&&(c.is(i.$stage)||i.$stage.find(c).length)||(c.is(".fancybox-image")&&o.preventDefault(),n.fancybox.isMobile&&c.parents(".fancybox-caption").length))&&(i.isScrollable=l(c)||l(c.parent()),n.fancybox.isMobile&&i.isScrollable||o.preventDefault(),(1===i.startPoints.length||u.hasError)&&(i.canPan?(n.fancybox.stop(i.$content),i.isPanning=!0):i.isSwiping=!0,i.$container.addClass("fancybox-is-grabbing")),2===i.startPoints.length&&"image"===u.type&&(u.isLoaded||u.$ghost)&&(i.canTap=!1,i.isSwiping=!1,i.isPanning=!1,i.isZooming=!0,n.fancybox.stop(i.$content),i.centerPointStartX=.5*(i.startPoints[0].x+i.startPoints[1].x)-n(t).scrollLeft(),i.centerPointStartY=.5*(i.startPoints[0].y+i.startPoints[1].y)-n(t).scrollTop(),i.percentageOfImageAtPinchPointX=(i.centerPointStartX-i.contentStartPos.left)/i.contentStartPos.width,i.percentageOfImageAtPinchPointY=(i.centerPointStartY-i.contentStartPos.top)/i.contentStartPos.height,i.startDistanceBetweenFingers=s(i.startPoints[0],i.startPoints[1]))))}},d.prototype.onscroll=function(t){var n=this;n.isScrolling=!0,e.removeEventListener("scroll",n.onscroll,!0)},d.prototype.ontouchmove=function(t){var e=this;return void 0!==t.originalEvent.buttons&&0===t.originalEvent.buttons?void e.ontouchend(t):e.isScrolling?void(e.canTap=!1):(e.newPoints=a(t),void((e.opts||e.canPan)&&e.newPoints.length&&e.newPoints.length&&(e.isSwiping&&!0===e.isSwiping||t.preventDefault(),e.distanceX=s(e.newPoints[0],e.startPoints[0],"x"),e.distanceY=s(e.newPoints[0],e.startPoints[0],"y"),e.distance=s(e.newPoints[0],e.startPoints[0]),e.distance>0&&(e.isSwiping?e.onSwipe(t):e.isPanning?e.onPan():e.isZooming&&e.onZoom()))))},d.prototype.onSwipe=function(e){var a,s=this,r=s.instance,c=s.isSwiping,l=s.sliderStartPos.left||0;if(!0!==c)"x"==c&&(s.distanceX>0&&(s.instance.group.length<2||0===s.instance.current.index&&!s.instance.current.opts.loop)?l+=Math.pow(s.distanceX,.8):s.distanceX<0&&(s.instance.group.length<2||s.instance.current.index===s.instance.group.length-1&&!s.instance.current.opts.loop)?l-=Math.pow(-s.distanceX,.8):l+=s.distanceX),s.sliderLastPos={top:"x"==c?0:s.sliderStartPos.top+s.distanceY,left:l},s.requestId&&(i(s.requestId),s.requestId=null),s.requestId=o(function(){s.sliderLastPos&&(n.each(s.instance.slides,function(t,e){var o=e.pos-s.instance.currPos;n.fancybox.setTranslate(e.$slide,{top:s.sliderLastPos.top,left:s.sliderLastPos.left+o*s.canvasWidth+o*e.opts.gutter})}),s.$container.addClass("fancybox-is-sliding"))});else if(Math.abs(s.distance)>10){if(s.canTap=!1,r.group.length<2&&s.opts.vertical?s.isSwiping="y":r.isDragging||!1===s.opts.vertical||"auto"===s.opts.vertical&&n(t).width()>800?s.isSwiping="x":(a=Math.abs(180*Math.atan2(s.distanceY,s.distanceX)/Math.PI),s.isSwiping=a>45&&a<135?"y":"x"),"y"===s.isSwiping&&n.fancybox.isMobile&&s.isScrollable)return void(s.isScrolling=!0);r.isDragging=s.isSwiping,s.startPoints=s.newPoints,n.each(r.slides,function(t,e){var o,i;n.fancybox.stop(e.$slide),o=n.fancybox.getTranslate(e.$slide),i=n.fancybox.getTranslate(r.$refs.stage),e.$slide.css({transform:"",opacity:"","transition-duration":""}).removeClass("fancybox-animated").removeClass(function(t,e){return(e.match(/(^|\s)fancybox-fx-\S+/g)||[]).join(" ")}),e.pos===r.current.pos&&(s.sliderStartPos.top=o.top-i.top,s.sliderStartPos.left=o.left-i.left),n.fancybox.setTranslate(e.$slide,{top:o.top-i.top,left:o.left-i.left})}),r.SlideShow&&r.SlideShow.isActive&&r.SlideShow.stop()}},d.prototype.onPan=function(){var t=this;if(s(t.newPoints[0],t.realPoints[0])<(n.fancybox.isMobile?10:5))return void(t.startPoints=t.newPoints);t.canTap=!1,t.contentLastPos=t.limitMovement(),t.requestId&&i(t.requestId),t.requestId=o(function(){n.fancybox.setTranslate(t.$content,t.contentLastPos)})},d.prototype.limitMovement=function(){var t,e,n,o,i,a,s=this,r=s.canvasWidth,c=s.canvasHeight,l=s.distanceX,d=s.distanceY,u=s.contentStartPos,f=u.left,p=u.top,h=u.width,g=u.height;return i=h>r?f+l:f,a=p+d,t=Math.max(0,.5*r-.5*h),e=Math.max(0,.5*c-.5*g),n=Math.min(r-h,.5*r-.5*h),o=Math.min(c-g,.5*c-.5*g),l>0&&i>t&&(i=t-1+Math.pow(-t+f+l,.8)||0),l<0&&i<n&&(i=n+1-Math.pow(n-f-l,.8)||0),d>0&&a>e&&(a=e-1+Math.pow(-e+p+d,.8)||0),d<0&&a<o&&(a=o+1-Math.pow(o-p-d,.8)||0),{top:a,left:i}},d.prototype.limitPosition=function(t,e,n,o){var i=this,a=i.canvasWidth,s=i.canvasHeight;return n>a?(t=t>0?0:t,t=t<a-n?a-n:t):t=Math.max(0,a/2-n/2),o>s?(e=e>0?0:e,e=e<s-o?s-o:e):e=Math.max(0,s/2-o/2),{top:e,left:t}},d.prototype.onZoom=function(){var e=this,a=e.contentStartPos,r=a.width,c=a.height,l=a.left,d=a.top,u=s(e.newPoints[0],e.newPoints[1]),f=u/e.startDistanceBetweenFingers,p=Math.floor(r*f),h=Math.floor(c*f),g=(r-p)*e.percentageOfImageAtPinchPointX,b=(c-h)*e.percentageOfImageAtPinchPointY,m=(e.newPoints[0].x+e.newPoints[1].x)/2-n(t).scrollLeft(),v=(e.newPoints[0].y+e.newPoints[1].y)/2-n(t).scrollTop(),y=m-e.centerPointStartX,x=v-e.centerPointStartY,w=l+(g+y),$=d+(b+x),S={top:$,left:w,scaleX:f,scaleY:f};e.canTap=!1,e.newWidth=p,e.newHeight=h,e.contentLastPos=S,e.requestId&&i(e.requestId),e.requestId=o(function(){n.fancybox.setTranslate(e.$content,e.contentLastPos)})},d.prototype.ontouchend=function(t){var o=this,s=o.isSwiping,r=o.isPanning,c=o.isZooming,l=o.isScrolling;if(o.endPoints=a(t),o.dMs=Math.max((new Date).getTime()-o.startTime,1),o.$container.removeClass("fancybox-is-grabbing"),n(e).off(".fb.touch"),e.removeEventListener("scroll",o.onscroll,!0),o.requestId&&(i(o.requestId),o.requestId=null),o.isSwiping=!1,o.isPanning=!1,o.isZooming=!1,o.isScrolling=!1,o.instance.isDragging=!1,o.canTap)return o.onTap(t);o.speed=100,o.velocityX=o.distanceX/o.dMs*.5,o.velocityY=o.distanceY/o.dMs*.5,r?o.endPanning():c?o.endZooming():o.endSwiping(s,l)},d.prototype.endSwiping=function(t,e){var o=this,i=!1,a=o.instance.group.length,s=Math.abs(o.distanceX),r="x"==t&&a>1&&(o.dMs>130&&s>10||s>50);o.sliderLastPos=null,"y"==t&&!e&&Math.abs(o.distanceY)>50?(n.fancybox.animate(o.instance.current.$slide,{top:o.sliderStartPos.top+o.distanceY+150*o.velocityY,opacity:0},200),i=o.instance.close(!0,250)):r&&o.distanceX>0?i=o.instance.previous(300):r&&o.distanceX<0&&(i=o.instance.next(300)),!1!==i||"x"!=t&&"y"!=t||o.instance.centerSlide(200),o.$container.removeClass("fancybox-is-sliding")},d.prototype.endPanning=function(){var t,e,o,i=this;i.contentLastPos&&(!1===i.opts.momentum||i.dMs>350?(t=i.contentLastPos.left,e=i.contentLastPos.top):(t=i.contentLastPos.left+500*i.velocityX,e=i.contentLastPos.top+500*i.velocityY),o=i.limitPosition(t,e,i.contentStartPos.width,i.contentStartPos.height),o.width=i.contentStartPos.width,o.height=i.contentStartPos.height,n.fancybox.animate(i.$content,o,366))},d.prototype.endZooming=function(){var t,e,o,i,a=this,s=a.instance.current,r=a.newWidth,c=a.newHeight;a.contentLastPos&&(t=a.contentLastPos.left,e=a.contentLastPos.top,i={top:e,left:t,width:r,height:c,scaleX:1,scaleY:1},n.fancybox.setTranslate(a.$content,i),r<a.canvasWidth&&c<a.canvasHeight?a.instance.scaleToFit(150):r>s.width||c>s.height?a.instance.scaleToActual(a.centerPointStartX,a.centerPointStartY,150):(o=a.limitPosition(t,e,r,c),n.fancybox.animate(a.$content,o,150)))},d.prototype.onTap=function(e){var o,i=this,s=n(e.target),r=i.instance,c=r.current,l=e&&a(e)||i.startPoints,d=l[0]?l[0].x-n(t).scrollLeft()-i.stagePos.left:0,u=l[0]?l[0].y-n(t).scrollTop()-i.stagePos.top:0,f=function(t){var o=c.opts[t];if(n.isFunction(o)&&(o=o.apply(r,[c,e])),o)switch(o){case"close":r.close(i.startEvent);break;case"toggleControls":r.toggleControls();break;case"next":r.next();break;case"nextOrClose":r.group.length>1?r.next():r.close(i.startEvent);break;case"zoom":"image"==c.type&&(c.isLoaded||c.$ghost)&&(r.canPan()?r.scaleToFit():r.isScaledDown()?r.scaleToActual(d,u):r.group.length<2&&r.close(i.startEvent))}};if((!e.originalEvent||2!=e.originalEvent.button)&&(s.is("img")||!(d>s[0].clientWidth+s.offset().left))){if(s.is(".fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-container"))o="Outside";else if(s.is(".fancybox-slide"))o="Slide";else{if(!r.current.$content||!r.current.$content.find(s).addBack().filter(s).length)return;o="Content"}if(i.tapped){if(clearTimeout(i.tapped),i.tapped=null,Math.abs(d-i.tapX)>50||Math.abs(u-i.tapY)>50)return this;f("dblclick"+o)}else i.tapX=d,i.tapY=u,c.opts["dblclick"+o]&&c.opts["dblclick"+o]!==c.opts["click"+o]?i.tapped=setTimeout(function(){i.tapped=null,r.isAnimating||f("click"+o)},500):f("click"+o);return this}},n(e).on("onActivate.fb",function(t,e){e&&!e.Guestures&&(e.Guestures=new d(e))}).on("beforeClose.fb",function(t,e){e&&e.Guestures&&e.Guestures.destroy()})}(window,document,jQuery),function(t,e){"use strict";e.extend(!0,e.fancybox.defaults,{btnTpl:{slideShow:'<button data-fancybox-play class="fancybox-button fancybox-button--play" title="{{PLAY_START}}"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.5 5.4v13.2l11-6.6z"/></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8.33 5.75h2.2v12.5h-2.2V5.75zm5.15 0h2.2v12.5h-2.2V5.75z"/></svg></button>'},slideShow:{autoStart:!1,speed:3e3,progress:!0}});var n=function(t){this.instance=t,this.init()};e.extend(n.prototype,{timer:null,isActive:!1,$button:null,init:function(){var t=this,n=t.instance,o=n.group[n.currIndex].opts.slideShow;t.$button=n.$refs.toolbar.find("[data-fancybox-play]").on("click",function(){t.toggle()}),n.group.length<2||!o?t.$button.hide():o.progress&&(t.$progress=e('<div class="fancybox-progress"></div>').appendTo(n.$refs.inner))},set:function(t){var n=this,o=n.instance,i=o.current;i&&(!0===t||i.opts.loop||o.currIndex<o.group.length-1)?n.isActive&&"video"!==i.contentType&&(n.$progress&&e.fancybox.animate(n.$progress.show(),{scaleX:1},i.opts.slideShow.speed),n.timer=setTimeout(function(){o.current.opts.loop||o.current.index!=o.group.length-1?o.next():o.jumpTo(0)},i.opts.slideShow.speed)):(n.stop(),o.idleSecondsCounter=0,o.showControls())},clear:function(){var t=this;clearTimeout(t.timer),t.timer=null,t.$progress&&t.$progress.removeAttr("style").hide()},start:function(){var t=this,e=t.instance.current;e&&(t.$button.attr("title",(e.opts.i18n[e.opts.lang]||e.opts.i18n.en).PLAY_STOP).removeClass("fancybox-button--play").addClass("fancybox-button--pause"),t.isActive=!0,e.isComplete&&t.set(!0),t.instance.trigger("onSlideShowChange",!0))},stop:function(){var t=this,e=t.instance.current;t.clear(),t.$button.attr("title",(e.opts.i18n[e.opts.lang]||e.opts.i18n.en).PLAY_START).removeClass("fancybox-button--pause").addClass("fancybox-button--play"),t.isActive=!1,t.instance.trigger("onSlideShowChange",!1),t.$progress&&t.$progress.removeAttr("style").hide()},toggle:function(){var t=this;t.isActive?t.stop():t.start()}}),e(t).on({"onInit.fb":function(t,e){e&&!e.SlideShow&&(e.SlideShow=new n(e))},"beforeShow.fb":function(t,e,n,o){var i=e&&e.SlideShow;o?i&&n.opts.slideShow.autoStart&&i.start():i&&i.isActive&&i.clear()},"afterShow.fb":function(t,e,n){var o=e&&e.SlideShow;o&&o.isActive&&o.set()},"afterKeydown.fb":function(n,o,i,a,s){var r=o&&o.SlideShow;!r||!i.opts.slideShow||80!==s&&32!==s||e(t.activeElement).is("button,a,input")||(a.preventDefault(),r.toggle())},"beforeClose.fb onDeactivate.fb":function(t,e){var n=e&&e.SlideShow;n&&n.stop()}}),e(t).on("visibilitychange",function(){var n=e.fancybox.getInstance(),o=n&&n.SlideShow;o&&o.isActive&&(t.hidden?o.clear():o.set())})}(document,jQuery),function(t,e){"use strict";var n=function(){for(var e=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror"],["webkitRequestFullScreen","webkitCancelFullScreen","webkitCurrentFullScreenElement","webkitCancelFullScreen","webkitfullscreenchange","webkitfullscreenerror"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError"]],n={},o=0;o<e.length;o++){var i=e[o];if(i&&i[1]in t){for(var a=0;a<i.length;a++)n[e[0][a]]=i[a];return n}}return!1}();if(n){var o={request:function(e){e=e||t.documentElement,e[n.requestFullscreen](e.ALLOW_KEYBOARD_INPUT)},exit:function(){t[n.exitFullscreen]()},toggle:function(e){e=e||t.documentElement,this.isFullscreen()?this.exit():this.request(e)},isFullscreen:function(){return Boolean(t[n.fullscreenElement])},enabled:function(){return Boolean(t[n.fullscreenEnabled])}};e.extend(!0,e.fancybox.defaults,{btnTpl:{fullScreen:'<button data-fancybox-fullscreen class="fancybox-button fancybox-button--fsenter" title="{{FULL_SCREEN}}"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"/></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 16h3v3h2v-5H5zm3-8H5v2h5V5H8zm6 11h2v-3h3v-2h-5zm2-11V5h-2v5h5V8z"/></svg></button>'},fullScreen:{autoStart:!1}}),e(t).on(n.fullscreenchange,function(){var t=o.isFullscreen(),n=e.fancybox.getInstance();n&&(n.current&&"image"===n.current.type&&n.isAnimating&&(n.isAnimating=!1,n.update(!0,!0,0),n.isComplete||n.complete()),n.trigger("onFullscreenChange",t),n.$refs.container.toggleClass("fancybox-is-fullscreen",t),n.$refs.toolbar.find("[data-fancybox-fullscreen]").toggleClass("fancybox-button--fsenter",!t).toggleClass("fancybox-button--fsexit",t))})}e(t).on({"onInit.fb":function(t,e){var i;if(!n)return void e.$refs.toolbar.find("[data-fancybox-fullscreen]").remove();e&&e.group[e.currIndex].opts.fullScreen?(i=e.$refs.container,i.on("click.fb-fullscreen","[data-fancybox-fullscreen]",function(t){t.stopPropagation(),t.preventDefault(),o.toggle()}),e.opts.fullScreen&&!0===e.opts.fullScreen.autoStart&&o.request(),e.FullScreen=o):e&&e.$refs.toolbar.find("[data-fancybox-fullscreen]").hide()},"afterKeydown.fb":function(t,e,n,o,i){e&&e.FullScreen&&70===i&&(o.preventDefault(),e.FullScreen.toggle())},"beforeClose.fb":function(t,e){e&&e.FullScreen&&e.$refs.container.hasClass("fancybox-is-fullscreen")&&o.exit()}})}(document,jQuery),function(t,e){"use strict";var n="fancybox-thumbs";e.fancybox.defaults=e.extend(!0,{btnTpl:{thumbs:'<button data-fancybox-thumbs class="fancybox-button fancybox-button--thumbs" title="{{THUMBS}}"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.59 14.59h3.76v3.76h-3.76v-3.76zm-4.47 0h3.76v3.76h-3.76v-3.76zm-4.47 0h3.76v3.76H5.65v-3.76zm8.94-4.47h3.76v3.76h-3.76v-3.76zm-4.47 0h3.76v3.76h-3.76v-3.76zm-4.47 0h3.76v3.76H5.65v-3.76zm8.94-4.47h3.76v3.76h-3.76V5.65zm-4.47 0h3.76v3.76h-3.76V5.65zm-4.47 0h3.76v3.76H5.65V5.65z"/></svg></button>'},thumbs:{autoStart:!1,hideOnClose:!0,parentEl:".fancybox-container",axis:"y"}},e.fancybox.defaults);var o=function(t){this.init(t)};e.extend(o.prototype,{$button:null,$grid:null,$list:null,isVisible:!1,isActive:!1,init:function(t){var e=this,n=t.group,o=0;e.instance=t,e.opts=n[t.currIndex].opts.thumbs,t.Thumbs=e,e.$button=t.$refs.toolbar.find("[data-fancybox-thumbs]");for(var i=0,a=n.length;i<a&&(n[i].thumb&&o++,!(o>1));i++);o>1&&e.opts?(e.$button.removeAttr("style").on("click",function(){e.toggle()}),e.isActive=!0):e.$button.hide()},create:function(){var t,o=this,i=o.instance,a=o.opts.parentEl,s=[];o.$grid||(o.$grid=e('<div class="'+n+" "+n+"-"+o.opts.axis+'"></div>').appendTo(i.$refs.container.find(a).addBack().filter(a)),o.$grid.on("click","a",function(){i.jumpTo(e(this).attr("data-index"))})),o.$list||(o.$list=e('<div class="'+n+'__list">').appendTo(o.$grid)),e.each(i.group,function(e,n){t=n.thumb,t||"image"!==n.type||(t=n.src),s.push('<a href="javascript:;" tabindex="0" data-index="'+e+'"'+(t&&t.length?' style="background-image:url('+t+')"':'class="fancybox-thumbs-missing"')+"></a>")}),o.$list[0].innerHTML=s.join(""),"x"===o.opts.axis&&o.$list.width(parseInt(o.$grid.css("padding-right"),10)+i.group.length*o.$list.children().eq(0).outerWidth(!0))},focus:function(t){var e,n,o=this,i=o.$list,a=o.$grid;o.instance.current&&(e=i.children().removeClass("fancybox-thumbs-active").filter('[data-index="'+o.instance.current.index+'"]').addClass("fancybox-thumbs-active"),n=e.position(),"y"===o.opts.axis&&(n.top<0||n.top>i.height()-e.outerHeight())?i.stop().animate({scrollTop:i.scrollTop()+n.top},t):"x"===o.opts.axis&&(n.left<a.scrollLeft()||n.left>a.scrollLeft()+(a.width()-e.outerWidth()))&&i.parent().stop().animate({scrollLeft:n.left},t))},update:function(){var t=this;t.instance.$refs.container.toggleClass("fancybox-show-thumbs",this.isVisible),t.isVisible?(t.$grid||t.create(),t.instance.trigger("onThumbsShow"),t.focus(0)):t.$grid&&t.instance.trigger("onThumbsHide"),t.instance.update()},hide:function(){this.isVisible=!1,this.update()},show:function(){this.isVisible=!0,this.update()},toggle:function(){this.isVisible=!this.isVisible,this.update()}}),e(t).on({"onInit.fb":function(t,e){var n;e&&!e.Thumbs&&(n=new o(e),n.isActive&&!0===n.opts.autoStart&&n.show())},"beforeShow.fb":function(t,e,n,o){var i=e&&e.Thumbs;i&&i.isVisible&&i.focus(o?0:250)},"afterKeydown.fb":function(t,e,n,o,i){var a=e&&e.Thumbs;a&&a.isActive&&71===i&&(o.preventDefault(),a.toggle())},"beforeClose.fb":function(t,e){var n=e&&e.Thumbs;n&&n.isVisible&&!1!==n.opts.hideOnClose&&n.$grid.hide()}})}(document,jQuery),function(t,e){"use strict";function n(t){var e={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;","`":"&#x60;","=":"&#x3D;"};return String(t).replace(/[&<>"'`=\/]/g,function(t){return e[t]})}e.extend(!0,e.fancybox.defaults,{btnTpl:{share:'<button data-fancybox-share class="fancybox-button fancybox-button--share" title="{{SHARE}}"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.55 19c1.4-8.4 9.1-9.8 11.9-9.8V5l7 7-7 6.3v-3.5c-2.8 0-10.5 2.1-11.9 4.2z"/></svg></button>'},share:{url:function(t,e){return!t.currentHash&&"inline"!==e.type&&"html"!==e.type&&(e.origSrc||e.src)||window.location},
+ tpl:'<div class="fancybox-share"><h1>{{SHARE}}</h1><p><a class="fancybox-share__button fancybox-share__button--fb" href="https://www.facebook.com/sharer/sharer.php?u={{url}}"><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="m287 456v-299c0-21 6-35 35-35h38v-63c-7-1-29-3-55-3-54 0-91 33-91 94v306m143-254h-205v72h196" /></svg><span>Facebook</span></a><a class="fancybox-share__button fancybox-share__button--tw" href="https://twitter.com/intent/tweet?url={{url}}&text={{descr}}"><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="m456 133c-14 7-31 11-47 13 17-10 30-27 37-46-15 10-34 16-52 20-61-62-157-7-141 75-68-3-129-35-169-85-22 37-11 86 26 109-13 0-26-4-37-9 0 39 28 72 65 80-12 3-25 4-37 2 10 33 41 57 77 57-42 30-77 38-122 34 170 111 378-32 359-208 16-11 30-25 41-42z" /></svg><span>Twitter</span></a><a class="fancybox-share__button fancybox-share__button--pt" href="https://www.pinterest.com/pin/create/button/?url={{url}}&description={{descr}}&media={{media}}"><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="m265 56c-109 0-164 78-164 144 0 39 15 74 47 87 5 2 10 0 12-5l4-19c2-6 1-8-3-13-9-11-15-25-15-45 0-58 43-110 113-110 62 0 96 38 96 88 0 67-30 122-73 122-24 0-42-19-36-44 6-29 20-60 20-81 0-19-10-35-31-35-25 0-44 26-44 60 0 21 7 36 7 36l-30 125c-8 37-1 83 0 87 0 3 4 4 5 2 2-3 32-39 42-75l16-64c8 16 31 29 56 29 74 0 124-67 124-157 0-69-58-132-146-132z" fill="#fff"/></svg><span>Pinterest</span></a></p><p><input class="fancybox-share__input" type="text" value="{{url_raw}}" onclick="select()" /></p></div>'}}),e(t).on("click","[data-fancybox-share]",function(){var t,o,i=e.fancybox.getInstance(),a=i.current||null;a&&("function"===e.type(a.opts.share.url)&&(t=a.opts.share.url.apply(a,[i,a])),o=a.opts.share.tpl.replace(/\{\{media\}\}/g,"image"===a.type?encodeURIComponent(a.src):"").replace(/\{\{url\}\}/g,encodeURIComponent(t)).replace(/\{\{url_raw\}\}/g,n(t)).replace(/\{\{descr\}\}/g,i.$caption?encodeURIComponent(i.$caption.text()):""),e.fancybox.open({src:i.translate(i,o),type:"html",opts:{touch:!1,animationEffect:!1,afterLoad:function(t,e){i.$refs.container.one("beforeClose.fb",function(){t.close(null,0)}),e.$content.find(".fancybox-share__button").click(function(){return window.open(this.href,"Share","width=550, height=450"),!1})},mobile:{autoFocus:!1}}}))})}(document,jQuery),function(t,e,n){"use strict";function o(){var e=t.location.hash.substr(1),n=e.split("-"),o=n.length>1&&/^\+?\d+$/.test(n[n.length-1])?parseInt(n.pop(-1),10)||1:1,i=n.join("-");return{hash:e,index:o<1?1:o,gallery:i}}function i(t){""!==t.gallery&&n("[data-fancybox='"+n.escapeSelector(t.gallery)+"']").eq(t.index-1).focus().trigger("click.fb-start")}function a(t){var e,n;return!!t&&(e=t.current?t.current.opts:t.opts,""!==(n=e.hash||(e.$orig?e.$orig.data("fancybox")||e.$orig.data("fancybox-trigger"):""))&&n)}n.escapeSelector||(n.escapeSelector=function(t){return(t+"").replace(/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g,function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t})}),n(function(){!1!==n.fancybox.defaults.hash&&(n(e).on({"onInit.fb":function(t,e){var n,i;!1!==e.group[e.currIndex].opts.hash&&(n=o(),(i=a(e))&&n.gallery&&i==n.gallery&&(e.currIndex=n.index-1))},"beforeShow.fb":function(n,o,i,s){var r;i&&!1!==i.opts.hash&&(r=a(o))&&(o.currentHash=r+(o.group.length>1?"-"+(i.index+1):""),t.location.hash!=="#"+o.currentHash&&(s&&!o.origHash&&(o.origHash=t.location.hash),o.hashTimer&&clearTimeout(o.hashTimer),o.hashTimer=setTimeout(function(){"replaceState"in t.history?(t.history[s?"pushState":"replaceState"]({},e.title,t.location.pathname+t.location.search+"#"+o.currentHash),s&&(o.hasCreatedHistory=!0)):t.location.hash=o.currentHash,o.hashTimer=null},300)))},"beforeClose.fb":function(n,o,i){i&&!1!==i.opts.hash&&(clearTimeout(o.hashTimer),o.currentHash&&o.hasCreatedHistory?t.history.back():o.currentHash&&("replaceState"in t.history?t.history.replaceState({},e.title,t.location.pathname+t.location.search+(o.origHash||"")):t.location.hash=o.origHash),o.currentHash=null)}}),n(t).on("hashchange.fb",function(){var t=o(),e=null;n.each(n(".fancybox-container").get().reverse(),function(t,o){var i=n(o).data("FancyBox");if(i&&i.currentHash)return e=i,!1}),e?e.currentHash===t.gallery+"-"+t.index||1===t.index&&e.currentHash==t.gallery||(e.currentHash=null,e.close()):""!==t.gallery&&i(t)}),setTimeout(function(){n.fancybox.getInstance()||i(o())},50))})}(window,document,jQuery),function(t,e){"use strict";var n=(new Date).getTime();e(t).on({"onInit.fb":function(t,e,o){e.$refs.stage.on("mousewheel DOMMouseScroll wheel MozMousePixelScroll",function(t){var o=e.current,i=(new Date).getTime();e.group.length<2||!1===o.opts.wheel||"auto"===o.opts.wheel&&"image"!==o.type||(t.preventDefault(),t.stopPropagation(),o.$slide.hasClass("fancybox-animated")||(t=t.originalEvent||t,i-n<250||(n=i,e[(-t.deltaY||-t.deltaX||t.wheelDelta||-t.detail)<0?"next":"previous"]())))})}})}(document,jQuery); \ No newline at end of file
diff --git a/static/js/highlight.pack.js b/static/js/highlight.pack.js
new file mode 100644
index 0000000..e2ea598
--- /dev/null
+++ b/static/js/highlight.pack.js
@@ -0,0 +1,2 @@
+/*! highlight.js v9.15.6 | BSD3 License | git.io/hljslicense */
+!function(e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?e(exports):n&&(n.hljs=e({}),"function"==typeof define&&define.amd&&define([],function(){return n.hljs}))}(function(a){var E=[],u=Object.keys,N={},g={},n=/^(no-?highlight|plain|text)$/i,R=/\blang(?:uage)?-([\w-]+)\b/i,t=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,r={case_insensitive:"cI",lexemes:"l",contains:"c",keywords:"k",subLanguage:"sL",className:"cN",begin:"b",beginKeywords:"bK",end:"e",endsWithParent:"eW",illegal:"i",excludeBegin:"eB",excludeEnd:"eE",returnBegin:"rB",returnEnd:"rE",relevance:"r",variants:"v",IDENT_RE:"IR",UNDERSCORE_IDENT_RE:"UIR",NUMBER_RE:"NR",C_NUMBER_RE:"CNR",BINARY_NUMBER_RE:"BNR",RE_STARTERS_RE:"RSR",BACKSLASH_ESCAPE:"BE",APOS_STRING_MODE:"ASM",QUOTE_STRING_MODE:"QSM",PHRASAL_WORDS_MODE:"PWM",C_LINE_COMMENT_MODE:"CLCM",C_BLOCK_COMMENT_MODE:"CBCM",HASH_COMMENT_MODE:"HCM",NUMBER_MODE:"NM",C_NUMBER_MODE:"CNM",BINARY_NUMBER_MODE:"BNM",CSS_NUMBER_MODE:"CSSNM",REGEXP_MODE:"RM",TITLE_MODE:"TM",UNDERSCORE_TITLE_MODE:"UTM",COMMENT:"C",beginRe:"bR",endRe:"eR",illegalRe:"iR",lexemesRe:"lR",terminators:"t",terminator_end:"tE"},b="</span>",h={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};function _(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function d(e){return e.nodeName.toLowerCase()}function v(e,n){var t=e&&e.exec(n);return t&&0===t.index}function p(e){return n.test(e)}function l(e){var n,t={},r=Array.prototype.slice.call(arguments,1);for(n in e)t[n]=e[n];return r.forEach(function(e){for(n in e)t[n]=e[n]}),t}function M(e){var a=[];return function e(n,t){for(var r=n.firstChild;r;r=r.nextSibling)3===r.nodeType?t+=r.nodeValue.length:1===r.nodeType&&(a.push({event:"start",offset:t,node:r}),t=e(r,t),d(r).match(/br|hr|img|input/)||a.push({event:"stop",offset:t,node:r}));return t}(e,0),a}function i(e){if(r&&!e.langApiRestored){for(var n in e.langApiRestored=!0,r)e[n]&&(e[r[n]]=e[n]);(e.c||[]).concat(e.v||[]).forEach(i)}}function m(c){function s(e){return e&&e.source||e}function o(e,n){return new RegExp(s(e),"m"+(c.cI?"i":"")+(n?"g":""))}!function n(t,e){if(!t.compiled){if(t.compiled=!0,t.k=t.k||t.bK,t.k){var r={},a=function(t,e){c.cI&&(e=e.toLowerCase()),e.split(" ").forEach(function(e){var n=e.split("|");r[n[0]]=[t,n[1]?Number(n[1]):1]})};"string"==typeof t.k?a("keyword",t.k):u(t.k).forEach(function(e){a(e,t.k[e])}),t.k=r}t.lR=o(t.l||/\w+/,!0),e&&(t.bK&&(t.b="\\b("+t.bK.split(" ").join("|")+")\\b"),t.b||(t.b=/\B|\b/),t.bR=o(t.b),t.endSameAsBegin&&(t.e=t.b),t.e||t.eW||(t.e=/\B|\b/),t.e&&(t.eR=o(t.e)),t.tE=s(t.e)||"",t.eW&&e.tE&&(t.tE+=(t.e?"|":"")+e.tE)),t.i&&(t.iR=o(t.i)),null==t.r&&(t.r=1),t.c||(t.c=[]),t.c=Array.prototype.concat.apply([],t.c.map(function(e){return(n="self"===e?t:e).v&&!n.cached_variants&&(n.cached_variants=n.v.map(function(e){return l(n,{v:null},e)})),n.cached_variants||n.eW&&[l(n)]||[n];var n})),t.c.forEach(function(e){n(e,t)}),t.starts&&n(t.starts,e);var i=t.c.map(function(e){return e.bK?"\\.?(?:"+e.b+")\\.?":e.b}).concat([t.tE,t.i]).map(s).filter(Boolean);t.t=i.length?o(function(e,n){for(var t=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,r=0,a="",i=0;i<e.length;i++){var c=r,o=s(e[i]);for(0<i&&(a+=n);0<o.length;){var u=t.exec(o);if(null==u){a+=o;break}a+=o.substring(0,u.index),o=o.substring(u.index+u[0].length),"\\"==u[0][0]&&u[1]?a+="\\"+String(Number(u[1])+c):(a+=u[0],"("==u[0]&&r++)}}return a}(i,"|"),!0):{exec:function(){return null}}}}(c)}function C(e,n,o,t){function u(e,n,t,r){var a='<span class="'+(r?"":h.classPrefix);return(a+=e+'">')+n+(t?"":b)}function s(){g+=null!=E.sL?function(){var e="string"==typeof E.sL;if(e&&!N[E.sL])return _(R);var n=e?C(E.sL,R,!0,i[E.sL]):O(R,E.sL.length?E.sL:void 0);return 0<E.r&&(d+=n.r),e&&(i[E.sL]=n.top),u(n.language,n.value,!1,!0)}():function(){var e,n,t,r,a,i,c;if(!E.k)return _(R);for(r="",n=0,E.lR.lastIndex=0,t=E.lR.exec(R);t;)r+=_(R.substring(n,t.index)),a=E,i=t,c=f.cI?i[0].toLowerCase():i[0],(e=a.k.hasOwnProperty(c)&&a.k[c])?(d+=e[1],r+=u(e[0],_(t[0]))):r+=_(t[0]),n=E.lR.lastIndex,t=E.lR.exec(R);return r+_(R.substr(n))}(),R=""}function l(e){g+=e.cN?u(e.cN,"",!0):"",E=Object.create(e,{parent:{value:E}})}function r(e,n){if(R+=e,null==n)return s(),0;var t=function(e,n){var t,r,a;for(t=0,r=n.c.length;t<r;t++)if(v(n.c[t].bR,e))return n.c[t].endSameAsBegin&&(n.c[t].eR=(a=n.c[t].bR.exec(e)[0],new RegExp(a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"m"))),n.c[t]}(n,E);if(t)return t.skip?R+=n:(t.eB&&(R+=n),s(),t.rB||t.eB||(R=n)),l(t),t.rB?0:n.length;var r,a,i=function e(n,t){if(v(n.eR,t)){for(;n.endsParent&&n.parent;)n=n.parent;return n}if(n.eW)return e(n.parent,t)}(E,n);if(i){var c=E;for(c.skip?R+=n:(c.rE||c.eE||(R+=n),s(),c.eE&&(R=n));E.cN&&(g+=b),E.skip||E.sL||(d+=E.r),(E=E.parent)!==i.parent;);return i.starts&&(i.endSameAsBegin&&(i.starts.eR=i.eR),l(i.starts)),c.rE?0:n.length}if(r=n,a=E,!o&&v(a.iR,r))throw new Error('Illegal lexeme "'+n+'" for mode "'+(E.cN||"<unnamed>")+'"');return R+=n,n.length||1}var f=S(e);if(!f)throw new Error('Unknown language: "'+e+'"');m(f);var a,E=t||f,i={},g="";for(a=E;a!==f;a=a.parent)a.cN&&(g=u(a.cN,"",!0)+g);var R="",d=0;try{for(var c,p,M=0;E.t.lastIndex=M,c=E.t.exec(n);)p=r(n.substring(M,c.index),c[0]),M=c.index+p;for(r(n.substr(M)),a=E;a.parent;a=a.parent)a.cN&&(g+=b);return{r:d,value:g,language:e,top:E}}catch(e){if(e.message&&-1!==e.message.indexOf("Illegal"))return{r:0,value:_(n)};throw e}}function O(t,e){e=e||h.languages||u(N);var r={r:0,value:_(t)},a=r;return e.filter(S).filter(s).forEach(function(e){var n=C(e,t,!1);n.language=e,n.r>a.r&&(a=n),n.r>r.r&&(a=r,r=n)}),a.language&&(r.second_best=a),r}function B(e){return h.tabReplace||h.useBR?e.replace(t,function(e,n){return h.useBR&&"\n"===e?"<br>":h.tabReplace?n.replace(/\t/g,h.tabReplace):""}):e}function c(e){var n,t,r,a,i,c,o,u,s,l,f=function(e){var n,t,r,a,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",t=R.exec(i))return S(t[1])?t[1]:"no-highlight";for(n=0,r=(i=i.split(/\s+/)).length;n<r;n++)if(p(a=i[n])||S(a))return a}(e);p(f)||(h.useBR?(n=document.createElementNS("http://www.w3.org/1999/xhtml","div")).innerHTML=e.innerHTML.replace(/\n/g,"").replace(/<br[ \/]*>/g,"\n"):n=e,i=n.textContent,r=f?C(f,i,!0):O(i),(t=M(n)).length&&((a=document.createElementNS("http://www.w3.org/1999/xhtml","div")).innerHTML=r.value,r.value=function(e,n,t){var r=0,a="",i=[];function c(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset<n[0].offset?e:n:"start"===n[0].event?e:n:e.length?e:n}function o(e){a+="<"+d(e)+E.map.call(e.attributes,function(e){return" "+e.nodeName+'="'+_(e.value).replace('"',"&quot;")+'"'}).join("")+">"}function u(e){a+="</"+d(e)+">"}function s(e){("start"===e.event?o:u)(e.node)}for(;e.length||n.length;){var l=c();if(a+=_(t.substring(r,l[0].offset)),r=l[0].offset,l===e){for(i.reverse().forEach(u);s(l.splice(0,1)[0]),(l=c())===e&&l.length&&l[0].offset===r;);i.reverse().forEach(o)}else"start"===l[0].event?i.push(l[0].node):i.pop(),s(l.splice(0,1)[0])}return a+_(t.substr(r))}(t,M(a),i)),r.value=B(r.value),e.innerHTML=r.value,e.className=(c=e.className,o=f,u=r.language,s=o?g[o]:u,l=[c.trim()],c.match(/\bhljs\b/)||l.push("hljs"),-1===c.indexOf(s)&&l.push(s),l.join(" ").trim()),e.result={language:r.language,re:r.r},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.r}))}function o(){if(!o.called){o.called=!0;var e=document.querySelectorAll("pre code");E.forEach.call(e,c)}}function S(e){return e=(e||"").toLowerCase(),N[e]||N[g[e]]}function s(e){var n=S(e);return n&&!n.disableAutodetect}return a.highlight=C,a.highlightAuto=O,a.fixMarkup=B,a.highlightBlock=c,a.configure=function(e){h=l(h,e)},a.initHighlighting=o,a.initHighlightingOnLoad=function(){addEventListener("DOMContentLoaded",o,!1),addEventListener("load",o,!1)},a.registerLanguage=function(n,e){var t=N[n]=e(a);i(t),t.aliases&&t.aliases.forEach(function(e){g[e]=n})},a.listLanguages=function(){return u(N)},a.getLanguage=S,a.autoDetection=s,a.inherit=l,a.IR=a.IDENT_RE="[a-zA-Z]\\w*",a.UIR=a.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",a.NR=a.NUMBER_RE="\\b\\d+(\\.\\d+)?",a.CNR=a.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",a.BNR=a.BINARY_NUMBER_RE="\\b(0b[01]+)",a.RSR=a.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",a.BE=a.BACKSLASH_ESCAPE={b:"\\\\[\\s\\S]",r:0},a.ASM=a.APOS_STRING_MODE={cN:"string",b:"'",e:"'",i:"\\n",c:[a.BE]},a.QSM=a.QUOTE_STRING_MODE={cN:"string",b:'"',e:'"',i:"\\n",c:[a.BE]},a.PWM=a.PHRASAL_WORDS_MODE={b:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},a.C=a.COMMENT=function(e,n,t){var r=a.inherit({cN:"comment",b:e,e:n,c:[]},t||{});return r.c.push(a.PWM),r.c.push({cN:"doctag",b:"(?:TODO|FIXME|NOTE|BUG|XXX):",r:0}),r},a.CLCM=a.C_LINE_COMMENT_MODE=a.C("//","$"),a.CBCM=a.C_BLOCK_COMMENT_MODE=a.C("/\\*","\\*/"),a.HCM=a.HASH_COMMENT_MODE=a.C("#","$"),a.NM=a.NUMBER_MODE={cN:"number",b:a.NR,r:0},a.CNM=a.C_NUMBER_MODE={cN:"number",b:a.CNR,r:0},a.BNM=a.BINARY_NUMBER_MODE={cN:"number",b:a.BNR,r:0},a.CSSNM=a.CSS_NUMBER_MODE={cN:"number",b:a.NR+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",r:0},a.RM=a.REGEXP_MODE={cN:"regexp",b:/\//,e:/\/[gimuy]*/,i:/\n/,c:[a.BE,{b:/\[/,e:/\]/,r:0,c:[a.BE]}]},a.TM=a.TITLE_MODE={cN:"title",b:a.IR,r:0},a.UTM=a.UNDERSCORE_TITLE_MODE={cN:"title",b:a.UIR,r:0},a.METHOD_GUARD={b:"\\.\\s*"+a.UIR,r:0},a});hljs.registerLanguage("coffeescript",function(e){var c={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super yield import export from as default await then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",built_in:"npm require console print module global window document"},n="[A-Za-z$_][0-9A-Za-z$_]*",r={cN:"subst",b:/#\{/,e:/}/,k:c},i=[e.BNM,e.inherit(e.CNM,{starts:{e:"(\\s*/)?",r:0}}),{cN:"string",v:[{b:/'''/,e:/'''/,c:[e.BE]},{b:/'/,e:/'/,c:[e.BE]},{b:/"""/,e:/"""/,c:[e.BE,r]},{b:/"/,e:/"/,c:[e.BE,r]}]},{cN:"regexp",v:[{b:"///",e:"///",c:[r,e.HCM]},{b:"//[gim]*",r:0},{b:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{b:"@"+n},{sL:"javascript",eB:!0,eE:!0,v:[{b:"```",e:"```"},{b:"`",e:"`"}]}];r.c=i;var s=e.inherit(e.TM,{b:n}),t="(\\(.*\\))?\\s*\\B[-=]>",o={cN:"params",b:"\\([^\\(]",rB:!0,c:[{b:/\(/,e:/\)/,k:c,c:["self"].concat(i)}]};return{aliases:["coffee","cson","iced"],k:c,i:/\/\*/,c:i.concat([e.C("###","###"),e.HCM,{cN:"function",b:"^\\s*"+n+"\\s*=\\s*"+t,e:"[-=]>",rB:!0,c:[s,o]},{b:/[:\(,=]\s*/,r:0,c:[{cN:"function",b:t,e:"[-=]>",rB:!0,c:[o]}]},{cN:"class",bK:"class",e:"$",i:/[:="\[\]]/,c:[{bK:"extends",eW:!0,i:/[:="\[\]]/,c:[s]},s]},{b:n+":",e:":",rB:!0,rE:!0,r:0}])}});hljs.registerLanguage("objectivec",function(e){var t=/[a-zA-Z@][a-zA-Z0-9_]*/,_="@interface @class @protocol @implementation";return{aliases:["mm","objc","obj-c"],k:{keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},l:t,i:"</",c:[{cN:"built_in",b:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},e.CLCM,e.CBCM,e.CNM,e.QSM,{cN:"string",v:[{b:'@"',e:'"',i:"\\n",c:[e.BE]},{b:"'",e:"[^\\\\]'",i:"[^\\\\][^']"}]},{cN:"meta",b:"#",e:"$",c:[{cN:"meta-string",v:[{b:'"',e:'"'},{b:"<",e:">"}]}]},{cN:"class",b:"("+_.split(" ").join("|")+")\\b",e:"({|$)",eE:!0,k:_,l:t,c:[e.UTM]},{b:"\\."+e.UIR,r:0}]}});hljs.registerLanguage("r",function(e){var r="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{c:[e.HCM,{b:r,l:r,k:{keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},r:0},{cN:"number",b:"0[xX][0-9a-fA-F]+[Li]?\\b",r:0},{cN:"number",b:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",r:0},{cN:"number",b:"\\d+\\.(?!\\d)(?:i\\b)?",r:0},{cN:"number",b:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",r:0},{cN:"number",b:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",r:0},{b:"`",e:"`",r:0},{cN:"string",c:[e.BE],v:[{b:'"',e:'"'},{b:"'",e:"'"}]}]}});hljs.registerLanguage("swift",function(e){var i={keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},t=e.C("/\\*","\\*/",{c:["self"]}),n={cN:"subst",b:/\\\(/,e:"\\)",k:i,c:[]},r={cN:"string",c:[e.BE,n],v:[{b:/"""/,e:/"""/},{b:/"/,e:/"/}]},a={cN:"number",b:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",r:0};return n.c=[a],{k:i,c:[r,e.CLCM,t,{cN:"type",b:"\\b[A-Z][\\wÀ-ʸ']*[!?]"},{cN:"type",b:"\\b[A-Z][\\wÀ-ʸ']*",r:0},a,{cN:"function",bK:"func",e:"{",eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{b:/</,e:/>/},{cN:"params",b:/\(/,e:/\)/,endsParent:!0,k:i,c:["self",a,r,e.CBCM,{b:":"}],i:/["']/}],i:/\[|%/},{cN:"class",bK:"struct protocol class extension enum",k:i,e:"\\{",eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{cN:"meta",b:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain)"},{bK:"import",e:/$/,c:[e.CLCM,t]}]}});hljs.registerLanguage("dos",function(e){var r=e.C(/^\s*@?rem\b/,/$/,{r:10});return{aliases:["bat","cmd"],cI:!0,i:/\/\*/,k:{keyword:"if else goto for in do call exit not exist errorlevel defined equ neq lss leq gtr geq",built_in:"prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux shift cd dir echo setlocal endlocal set pause copy append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color comp compact convert date dir diskcomp diskcopy doskey erase fs find findstr format ftype graftabl help keyb label md mkdir mode more move path pause print popd pushd promt rd recover rem rename replace restore rmdir shiftsort start subst time title tree type ver verify vol ping net ipconfig taskkill xcopy ren del"},c:[{cN:"variable",b:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{cN:"function",b:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",e:"goto:eof",c:[e.inherit(e.TM,{b:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),r]},{cN:"number",b:"\\b\\d+",r:0},r]}});hljs.registerLanguage("rust",function(e){var t="([ui](8|16|32|64|128|size)|f(32|64))?",r="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{aliases:["rs"],k:{keyword:"alignof as be box break const continue crate do else enum extern false fn for if impl in let loop match mod mut offsetof once priv proc pub pure ref return self Self sizeof static struct super trait true type typeof unsafe unsized use virtual while where yield move default",literal:"true false Some None Ok Err",built_in:r},l:e.IR+"!?",i:"</",c:[e.CLCM,e.C("/\\*","\\*/",{c:["self"]}),e.inherit(e.QSM,{b:/b?"/,i:null}),{cN:"string",v:[{b:/r(#*)"(.|\n)*?"\1(?!#)/},{b:/b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/}]},{cN:"symbol",b:/'[a-zA-Z_][a-zA-Z0-9_]*/},{cN:"number",v:[{b:"\\b0b([01_]+)"+t},{b:"\\b0o([0-7_]+)"+t},{b:"\\b0x([A-Fa-f0-9_]+)"+t},{b:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+t}],r:0},{cN:"function",bK:"fn",e:"(\\(|<)",eE:!0,c:[e.UTM]},{cN:"meta",b:"#\\!?\\[",e:"\\]",c:[{cN:"meta-string",b:/"/,e:/"/}]},{cN:"class",bK:"type",e:";",c:[e.inherit(e.UTM,{endsParent:!0})],i:"\\S"},{cN:"class",bK:"trait enum struct union",e:"{",c:[e.inherit(e.UTM,{endsParent:!0})],i:"[\\w\\d]"},{b:e.IR+"::",k:{built_in:r}},{b:"->"}]}});hljs.registerLanguage("less",function(e){var r="[\\w-]+",t="("+r+"|@{"+r+"})",a=[],c=[],s=function(e){return{cN:"string",b:"~?"+e+".*?"+e}},b=function(e,r,t){return{cN:e,b:r,r:t}},n={b:"\\(",e:"\\)",c:c,r:0};c.push(e.CLCM,e.CBCM,s("'"),s('"'),e.CSSNM,{b:"(url|data-uri)\\(",starts:{cN:"string",e:"[\\)\\n]",eE:!0}},b("number","#[0-9A-Fa-f]+\\b"),n,b("variable","@@?"+r,10),b("variable","@{"+r+"}"),b("built_in","~?`[^`]*?`"),{cN:"attribute",b:r+"\\s*:",e:":",rB:!0,eE:!0},{cN:"meta",b:"!important"});var i=c.concat({b:"{",e:"}",c:a}),o={bK:"when",eW:!0,c:[{bK:"and not"}].concat(c)},u={b:t+"\\s*:",rB:!0,e:"[;}]",r:0,c:[{cN:"attribute",b:t,e:":",eE:!0,starts:{eW:!0,i:"[<=$]",r:0,c:c}}]},l={cN:"keyword",b:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{e:"[;{}]",rE:!0,c:c,r:0}},C={cN:"variable",v:[{b:"@"+r+"\\s*:",r:15},{b:"@"+r}],starts:{e:"[;}]",rE:!0,c:i}},p={v:[{b:"[\\.#:&\\[>]",e:"[;{}]"},{b:t,e:"{"}],rB:!0,rE:!0,i:"[<='$\"]",r:0,c:[e.CLCM,e.CBCM,o,b("keyword","all\\b"),b("variable","@{"+r+"}"),b("selector-tag",t+"%?",0),b("selector-id","#"+t),b("selector-class","\\."+t,0),b("selector-tag","&",0),{cN:"selector-attr",b:"\\[",e:"\\]"},{cN:"selector-pseudo",b:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{b:"\\(",e:"\\)",c:i},{b:"!important"}]};return a.push(e.CLCM,e.CBCM,l,C,u,p),{cI:!0,i:"[=>'/<($\"]",c:a}});hljs.registerLanguage("cs",function(e){var i={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long nameof object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let on orderby partial remove select set value var where yield",literal:"null false true"},r={cN:"number",v:[{b:"\\b(0b[01']+)"},{b:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{b:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],r:0},t={cN:"string",b:'@"',e:'"',c:[{b:'""'}]},a=e.inherit(t,{i:/\n/}),c={cN:"subst",b:"{",e:"}",k:i},n=e.inherit(c,{i:/\n/}),s={cN:"string",b:/\$"/,e:'"',i:/\n/,c:[{b:"{{"},{b:"}}"},e.BE,n]},b={cN:"string",b:/\$@"/,e:'"',c:[{b:"{{"},{b:"}}"},{b:'""'},c]},l=e.inherit(b,{i:/\n/,c:[{b:"{{"},{b:"}}"},{b:'""'},n]});c.c=[b,s,t,e.ASM,e.QSM,r,e.CBCM],n.c=[l,s,a,e.ASM,e.QSM,r,e.inherit(e.CBCM,{i:/\n/})];var o={v:[b,s,t,e.ASM,e.QSM]},d=e.IR+"(<"+e.IR+"(\\s*,\\s*"+e.IR+")*>)?(\\[\\])?";return{aliases:["csharp","c#"],k:i,i:/::/,c:[e.C("///","$",{rB:!0,c:[{cN:"doctag",v:[{b:"///",r:0},{b:"\x3c!--|--\x3e"},{b:"</?",e:">"}]}]}),e.CLCM,e.CBCM,{cN:"meta",b:"#",e:"$",k:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},o,r,{bK:"class interface",e:/[{;=]/,i:/[^\s:,]/,c:[e.TM,e.CLCM,e.CBCM]},{bK:"namespace",e:/[{;=]/,i:/[^\s:]/,c:[e.inherit(e.TM,{b:"[a-zA-Z](\\.?\\w)*"}),e.CLCM,e.CBCM]},{cN:"meta",b:"^\\s*\\[",eB:!0,e:"\\]",eE:!0,c:[{cN:"meta-string",b:/"/,e:/"/}]},{bK:"new return throw await else",r:0},{cN:"function",b:"("+d+"\\s+)+"+e.IR+"\\s*\\(",rB:!0,e:/\s*[{;=]/,eE:!0,k:i,c:[{b:e.IR+"\\s*\\(",rB:!0,c:[e.TM],r:0},{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,k:i,r:0,c:[o,r,e.CBCM]},e.CLCM,e.CBCM]}]}});hljs.registerLanguage("json",function(e){var i={literal:"true false null"},n=[e.QSM,e.CNM],r={e:",",eW:!0,eE:!0,c:n,k:i},t={b:"{",e:"}",c:[{cN:"attr",b:/"/,e:/"/,c:[e.BE],i:"\\n"},e.inherit(r,{b:/:/})],i:"\\S"},c={b:"\\[",e:"\\]",c:[e.inherit(r)],i:"\\S"};return n.splice(n.length,0,t,c),{c:n,k:i,i:"\\S"}});hljs.registerLanguage("bash",function(e){var t={cN:"variable",v:[{b:/\$[\w\d#@][\w\d_]*/},{b:/\$\{(.*?)}/}]},s={cN:"string",b:/"/,e:/"/,c:[e.BE,t,{cN:"variable",b:/\$\(/,e:/\)/,c:[e.BE]}]};return{aliases:["sh","zsh"],l:/\b-?[a-z\._]+\b/,k:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"meta",b:/^#![^\n]+sh\s*$/,r:10},{cN:"function",b:/\w[\w\d_]*\s*\(\s*\)\s*\{/,rB:!0,c:[e.inherit(e.TM,{b:/\w[\w\d_]*/})],r:0},e.HCM,s,{cN:"string",b:/'/,e:/'/},t]}});hljs.registerLanguage("ruleslanguage",function(T){return{k:{keyword:"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING",built_in:"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME"},c:[T.CLCM,T.CBCM,T.ASM,T.QSM,T.CNM,{cN:"literal",v:[{b:"#\\s+[a-zA-Z\\ \\.]*",r:0},{b:"#[a-zA-Z\\ \\.]+"}]}]}});hljs.registerLanguage("makefile",function(e){var i={cN:"variable",v:[{b:"\\$\\("+e.UIR+"\\)",c:[e.BE]},{b:/\$[@%<?\^\+\*]/}]},r={cN:"string",b:/"/,e:/"/,c:[e.BE,i]},a={cN:"variable",b:/\$\([\w-]+\s/,e:/\)/,k:{built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"},c:[i]},n={b:"^"+e.UIR+"\\s*[:+?]?=",i:"\\n",rB:!0,c:[{b:"^"+e.UIR,e:"[:+?]?=",eE:!0}]},t={cN:"section",b:/^[^\s]+:/,e:/$/,c:[i]};return{aliases:["mk","mak"],k:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath",l:/[\w-]+/,c:[e.HCM,i,r,a,n,{cN:"meta",b:/^\.PHONY:/,e:/$/,k:{"meta-keyword":".PHONY"},l:/[\.\w]+/},t]}});hljs.registerLanguage("properties",function(r){var t="[ \\t\\f]*",e="("+t+"[:=]"+t+"|[ \\t\\f]+)",s="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",n="([^\\\\:= \\t\\f\\n]|\\\\.)+",a={e:e,r:0,starts:{cN:"string",e:/$/,r:0,c:[{b:"\\\\\\n"}]}};return{cI:!0,i:/\S/,c:[r.C("^\\s*[!#]","$"),{b:s+e,rB:!0,c:[{cN:"attr",b:s,endsParent:!0,r:0}],starts:a},{b:n+e,rB:!0,r:0,c:[{cN:"meta",b:n,endsParent:!0,r:0}],starts:a},{cN:"attr",r:0,b:n+t+"$"}]}});hljs.registerLanguage("apache",function(e){var r={cN:"number",b:"[\\$%]\\d+"};return{aliases:["apacheconf"],cI:!0,c:[e.HCM,{cN:"section",b:"</?",e:">"},{cN:"attribute",b:/\w+/,r:0,k:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{e:/$/,r:0,k:{literal:"on off all"},c:[{cN:"meta",b:"\\s\\[",e:"\\]$"},{cN:"variable",b:"[\\$%]\\{",e:"\\}",c:["self",r]},r,e.QSM]}}],i:/\S/}});hljs.registerLanguage("perl",function(e){var t="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when",r={cN:"subst",b:"[$@]\\{",e:"\\}",k:t},s={b:"->{",e:"}"},n={v:[{b:/\$\d/},{b:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{b:/[\$%@][^\s\w{]/,r:0}]},i=[e.BE,r,n],o=[n,e.HCM,e.C("^\\=\\w","\\=cut",{eW:!0}),s,{cN:"string",c:i,v:[{b:"q[qwxr]?\\s*\\(",e:"\\)",r:5},{b:"q[qwxr]?\\s*\\[",e:"\\]",r:5},{b:"q[qwxr]?\\s*\\{",e:"\\}",r:5},{b:"q[qwxr]?\\s*\\|",e:"\\|",r:5},{b:"q[qwxr]?\\s*\\<",e:"\\>",r:5},{b:"qw\\s+q",e:"q",r:5},{b:"'",e:"'",c:[e.BE]},{b:'"',e:'"'},{b:"`",e:"`",c:[e.BE]},{b:"{\\w+}",c:[],r:0},{b:"-?\\w+\\s*\\=\\>",c:[],r:0}]},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{b:"(\\/\\/|"+e.RSR+"|\\b(split|return|print|reverse|grep)\\b)\\s*",k:"split return print reverse grep",r:0,c:[e.HCM,{cN:"regexp",b:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",r:10},{cN:"regexp",b:"(m|qr)?/",e:"/[a-z]*",c:[e.BE],r:0}]},{cN:"function",bK:"sub",e:"(\\s*\\(.*?\\))?[;{]",eE:!0,r:5,c:[e.TM]},{b:"-\\w\\b",r:0},{b:"^__DATA__$",e:"^__END__$",sL:"mojolicious",c:[{b:"^@@.*",e:"$",cN:"comment"}]}];return r.c=o,{aliases:["pl","pm"],l:/[\w\.]+/,k:t,c:s.c=o}});hljs.registerLanguage("python",function(e){var r={keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10",built_in:"Ellipsis NotImplemented",literal:"False None True"},b={cN:"meta",b:/^(>>>|\.\.\.) /},c={cN:"subst",b:/\{/,e:/\}/,k:r,i:/#/},a={cN:"string",c:[e.BE],v:[{b:/(u|b)?r?'''/,e:/'''/,c:[e.BE,b],r:10},{b:/(u|b)?r?"""/,e:/"""/,c:[e.BE,b],r:10},{b:/(fr|rf|f)'''/,e:/'''/,c:[e.BE,b,c]},{b:/(fr|rf|f)"""/,e:/"""/,c:[e.BE,b,c]},{b:/(u|r|ur)'/,e:/'/,r:10},{b:/(u|r|ur)"/,e:/"/,r:10},{b:/(b|br)'/,e:/'/},{b:/(b|br)"/,e:/"/},{b:/(fr|rf|f)'/,e:/'/,c:[e.BE,c]},{b:/(fr|rf|f)"/,e:/"/,c:[e.BE,c]},e.ASM,e.QSM]},i={cN:"number",r:0,v:[{b:e.BNR+"[lLjJ]?"},{b:"\\b(0o[0-7]+)[lLjJ]?"},{b:e.CNR+"[lLjJ]?"}]},l={cN:"params",b:/\(/,e:/\)/,c:["self",b,i,a]};return c.c=[a,i,b],{aliases:["py","gyp","ipython"],k:r,i:/(<\/|->|\?)|=>/,c:[b,i,a,e.HCM,{v:[{cN:"function",bK:"def"},{cN:"class",bK:"class"}],e:/:/,i:/[${=;\n,]/,c:[e.UTM,l,{b:/->/,eW:!0,k:"None"}]},{cN:"meta",b:/^[\t ]*@/,e:/$/},{b:/\b(print|exec)\(/}]}});hljs.registerLanguage("xml",function(s){var e={eW:!0,i:/</,r:0,c:[{cN:"attr",b:"[A-Za-z0-9\\._:-]+",r:0},{b:/=\s*/,r:0,c:[{cN:"string",endsParent:!0,v:[{b:/"/,e:/"/},{b:/'/,e:/'/},{b:/[^\s"'=<>`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],cI:!0,c:[{cN:"meta",b:"<!DOCTYPE",e:">",r:10,c:[{b:"\\[",e:"\\]"}]},s.C("\x3c!--","--\x3e",{r:10}),{b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"meta",b:/<\?xml/,e:/\?>/,r:10},{b:/<\?(php)?/,e:/\?>/,sL:"php",c:[{b:"/\\*",e:"\\*/",skip:!0},{b:'b"',e:'"',skip:!0},{b:"b'",e:"'",skip:!0},s.inherit(s.ASM,{i:null,cN:null,c:null,skip:!0}),s.inherit(s.QSM,{i:null,cN:null,c:null,skip:!0})]},{cN:"tag",b:"<style(?=\\s|>|$)",e:">",k:{name:"style"},c:[e],starts:{e:"</style>",rE:!0,sL:["css","xml"]}},{cN:"tag",b:"<script(?=\\s|>|$)",e:">",k:{name:"script"},c:[e],starts:{e:"<\/script>",rE:!0,sL:["actionscript","javascript","handlebars","xml"]}},{cN:"tag",b:"</?",e:"/?>",c:[{cN:"name",b:/[^\/><\s]+/,r:0},e]}]}});hljs.registerLanguage("markdown",function(e){return{aliases:["md","mkdown","mkd"],c:[{cN:"section",v:[{b:"^#{1,6}",e:"$"},{b:"^.+?\\n[=-]{2,}$"}]},{b:"<",e:">",sL:"xml",r:0},{cN:"bullet",b:"^([*+-]|(\\d+\\.))\\s+"},{cN:"strong",b:"[*_]{2}.+?[*_]{2}"},{cN:"emphasis",v:[{b:"\\*.+?\\*"},{b:"_.+?_",r:0}]},{cN:"quote",b:"^>\\s+",e:"$"},{cN:"code",v:[{b:"^```w*s*$",e:"^```s*$"},{b:"`.+?`"},{b:"^( {4}|\t)",e:"$",r:0}]},{b:"^[-\\*]{3,}",e:"$"},{b:"\\[.+?\\][\\(\\[].*?[\\)\\]]",rB:!0,c:[{cN:"string",b:"\\[",e:"\\]",eB:!0,rE:!0,r:0},{cN:"link",b:"\\]\\(",e:"\\)",eB:!0,eE:!0},{cN:"symbol",b:"\\]\\[",e:"\\]",eB:!0,eE:!0}],r:10},{b:/^\[[^\n]+\]:/,rB:!0,c:[{cN:"symbol",b:/\[/,e:/\]/,eB:!0,eE:!0},{cN:"link",b:/:\s*/,e:/$/,eB:!0}]}]}});hljs.registerLanguage("cpp",function(t){var e={cN:"keyword",b:"\\b[a-z\\d_]*_t\\b"},r={cN:"string",v:[{b:'(u8?|U|L)?"',e:'"',i:"\\n",c:[t.BE]},{b:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\((?:.|\n)*?\)\1"/},{b:"'\\\\?.",e:"'",i:"."}]},s={cN:"number",v:[{b:"\\b(0b[01']+)"},{b:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{b:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],r:0},i={cN:"meta",b:/#\s*[a-z]+\b/,e:/$/,k:{"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef include"},c:[{b:/\\\n/,r:0},t.inherit(r,{cN:"meta-string"}),{cN:"meta-string",b:/<[^\n>]*>/,e:/$/,i:"\\n"},t.CLCM,t.CBCM]},a=t.IR+"\\s*\\(",c={keyword:"int float while private char catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignof constexpr decltype noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and or not",built_in:"std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr",literal:"true false nullptr NULL"},n=[e,t.CLCM,t.CBCM,s,r];return{aliases:["c","cc","h","c++","h++","hpp"],k:c,i:"</",c:n.concat([i,{b:"\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",e:">",k:c,c:["self",e]},{b:t.IR+"::",k:c},{v:[{b:/=/,e:/;/},{b:/\(/,e:/\)/},{bK:"new throw return else",e:/;/}],k:c,c:n.concat([{b:/\(/,e:/\)/,k:c,c:n.concat(["self"]),r:0}]),r:0},{cN:"function",b:"("+t.IR+"[\\*&\\s]+)+"+a,rB:!0,e:/[{;=]/,eE:!0,k:c,i:/[^\w\s\*&]/,c:[{b:a,rB:!0,c:[t.TM],r:0},{cN:"params",b:/\(/,e:/\)/,k:c,r:0,c:[t.CLCM,t.CBCM,r,s,e,{b:/\(/,e:/\)/,k:c,r:0,c:["self",t.CLCM,t.CBCM,r,s,e]}]},t.CLCM,t.CBCM,i]},{cN:"class",bK:"class struct",e:/[{;:]/,c:[{b:/</,e:/>/,c:["self"]},t.TM]}]),exports:{preprocessor:i,strings:r,k:c}}});hljs.registerLanguage("css",function(e){var c={b:/[A-Z\_\.\-]+\s*:/,rB:!0,e:";",eW:!0,c:[{cN:"attribute",b:/\S/,e:":",eE:!0,starts:{eW:!0,eE:!0,c:[{b:/[\w-]+\(/,rB:!0,c:[{cN:"built_in",b:/[\w-]+/},{b:/\(/,e:/\)/,c:[e.ASM,e.QSM]}]},e.CSSNM,e.QSM,e.ASM,e.CBCM,{cN:"number",b:"#[0-9A-Fa-f]+"},{cN:"meta",b:"!important"}]}}]};return{cI:!0,i:/[=\/|'\$]/,c:[e.CBCM,{cN:"selector-id",b:/#[A-Za-z0-9_-]+/},{cN:"selector-class",b:/\.[A-Za-z0-9_-]+/},{cN:"selector-attr",b:/\[/,e:/\]/,i:"$"},{cN:"selector-pseudo",b:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{b:"@(font-face|page)",l:"[a-z-]+",k:"font-face page"},{b:"@",e:"[{;]",i:/:/,c:[{cN:"keyword",b:/\w+/},{b:/\s/,eW:!0,eE:!0,r:0,c:[e.ASM,e.QSM,e.CSSNM]}]},{cN:"selector-tag",b:"[a-zA-Z-][a-zA-Z0-9_-]*",r:0},{b:"{",e:"}",i:/\S/,c:[e.CBCM,c]}]}});hljs.registerLanguage("scss",function(e){var t={cN:"variable",b:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"},i={cN:"number",b:"#[0-9A-Fa-f]+"};e.CSSNM,e.QSM,e.ASM,e.CBCM;return{cI:!0,i:"[=/|']",c:[e.CLCM,e.CBCM,{cN:"selector-id",b:"\\#[A-Za-z0-9_-]+",r:0},{cN:"selector-class",b:"\\.[A-Za-z0-9_-]+",r:0},{cN:"selector-attr",b:"\\[",e:"\\]",i:"$"},{cN:"selector-tag",b:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",r:0},{b:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{b:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},t,{cN:"attribute",b:"\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",i:"[^\\s]"},{b:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{b:":",e:";",c:[t,i,e.CSSNM,e.QSM,e.ASM,{cN:"meta",b:"!important"}]},{b:"@",e:"[{;]",k:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",c:[t,e.QSM,e.ASM,i,e.CSSNM,{b:"\\s[A-Za-z0-9_.-]+",r:0}]}]}});hljs.registerLanguage("gradle",function(e){return{cI:!0,k:{keyword:"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"},c:[e.CLCM,e.CBCM,e.ASM,e.QSM,e.NM,e.RM]}});hljs.registerLanguage("javascript",function(e){var r="[A-Za-z$_][0-9A-Za-z$_]*",t={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},a={cN:"number",v:[{b:"\\b(0[bB][01]+)"},{b:"\\b(0[oO][0-7]+)"},{b:e.CNR}],r:0},n={cN:"subst",b:"\\$\\{",e:"\\}",k:t,c:[]},c={cN:"string",b:"`",e:"`",c:[e.BE,n]};n.c=[e.ASM,e.QSM,c,a,e.RM];var s=n.c.concat([e.CBCM,e.CLCM]);return{aliases:["js","jsx"],k:t,c:[{cN:"meta",r:10,b:/^\s*['"]use (strict|asm)['"]/},{cN:"meta",b:/^#!/,e:/$/},e.ASM,e.QSM,c,e.CLCM,e.CBCM,a,{b:/[{,]\s*/,r:0,c:[{b:r+"\\s*:",rB:!0,r:0,c:[{cN:"attr",b:r,r:0}]}]},{b:"("+e.RSR+"|\\b(case|return|throw)\\b)\\s*",k:"return throw case",c:[e.CLCM,e.CBCM,e.RM,{cN:"function",b:"(\\(.*?\\)|"+r+")\\s*=>",rB:!0,e:"\\s*=>",c:[{cN:"params",v:[{b:r},{b:/\(\s*\)/},{b:/\(/,e:/\)/,eB:!0,eE:!0,k:t,c:s}]}]},{b:/</,e:/(\/\w+|\w+\/)>/,sL:"xml",c:[{b:/<\w+\s*\/>/,skip:!0},{b:/<\w+/,e:/(\/\w+|\w+\/)>/,skip:!0,c:[{b:/<\w+\s*\/>/,skip:!0},"self"]}]}],r:0},{cN:"function",bK:"function",e:/\{/,eE:!0,c:[e.inherit(e.TM,{b:r}),{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,c:s}],i:/\[|%/},{b:/\$[(.]/},e.METHOD_GUARD,{cN:"class",bK:"class",e:/[{;=]/,eE:!0,i:/[:"\[\]]/,c:[{bK:"extends"},e.UTM]},{bK:"constructor get set",e:/\{/,eE:!0}],i:/#(?!!)/}});hljs.registerLanguage("lisp",function(b){var e="[a-zA-Z_\\-\\+\\*\\/\\<\\=\\>\\&\\#][a-zA-Z0-9_\\-\\+\\*\\/\\<\\=\\>\\&\\#!]*",c="\\|[^]*?\\|",r="(\\-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|\\-)?\\d+)?",a={cN:"literal",b:"\\b(t{1}|nil)\\b"},l={cN:"number",v:[{b:r,r:0},{b:"#(b|B)[0-1]+(/[0-1]+)?"},{b:"#(o|O)[0-7]+(/[0-7]+)?"},{b:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{b:"#(c|C)\\("+r+" +"+r,e:"\\)"}]},n=b.inherit(b.QSM,{i:null}),i=b.C(";","$",{r:0}),t={b:"\\*",e:"\\*"},s={cN:"symbol",b:"[:&]"+e},u={b:e,r:0},d={b:c},f={c:[l,n,t,s,{b:"\\(",e:"\\)",c:["self",a,n,l,u]},u],v:[{b:"['`]\\(",e:"\\)"},{b:"\\(quote ",e:"\\)",k:{name:"quote"}},{b:"'"+c}]},m={v:[{b:"'"+e},{b:"#'"+e+"(::"+e+")*"}]},o={b:"\\(\\s*",e:"\\)"},v={eW:!0,r:0};return o.c=[{cN:"name",v:[{b:e},{b:c}]},v],v.c=[f,m,o,a,l,n,i,t,s,d,u],{i:/\S/,c:[l,{cN:"meta",b:"^#!",e:"$"},a,n,i,f,m,o,u]}});hljs.registerLanguage("php",function(e){var c={b:"\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*"},i={cN:"meta",b:/<\?(php)?|\?>/},t={cN:"string",c:[e.BE,i],v:[{b:'b"',e:'"'},{b:"b'",e:"'"},e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},a={v:[e.BNM,e.CNM]};return{aliases:["php","php3","php4","php5","php6","php7"],cI:!0,k:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",c:[e.HCM,e.C("//","$",{c:[i]}),e.C("/\\*","\\*/",{c:[{cN:"doctag",b:"@[A-Za-z]+"}]}),e.C("__halt_compiler.+?;",!1,{eW:!0,k:"__halt_compiler",l:e.UIR}),{cN:"string",b:/<<<['"]?\w+['"]?$/,e:/^\w+;?$/,c:[e.BE,{cN:"subst",v:[{b:/\$\w+/},{b:/\{\$/,e:/\}/}]}]},i,{cN:"keyword",b:/\$this\b/},c,{b:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{cN:"function",bK:"function",e:/[;{]/,eE:!0,i:"\\$|\\[|%",c:[e.UTM,{cN:"params",b:"\\(",e:"\\)",c:["self",c,e.CBCM,t,a]}]},{cN:"class",bK:"class interface",e:"{",eE:!0,i:/[:\(\$"]/,c:[{bK:"extends implements"},e.UTM]},{bK:"namespace",e:";",i:/[\.']/,c:[e.UTM]},{bK:"use",e:";",c:[e.UTM]},{b:"=>"},t,a]}});hljs.registerLanguage("ruby",function(e){var b="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",r={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},c={cN:"doctag",b:"@[A-Za-z]+"},a={b:"#<",e:">"},s=[e.C("#","$",{c:[c]}),e.C("^\\=begin","^\\=end",{c:[c],r:10}),e.C("^__END__","\\n$")],n={cN:"subst",b:"#\\{",e:"}",k:r},t={cN:"string",c:[e.BE,n],v:[{b:/'/,e:/'/},{b:/"/,e:/"/},{b:/`/,e:/`/},{b:"%[qQwWx]?\\(",e:"\\)"},{b:"%[qQwWx]?\\[",e:"\\]"},{b:"%[qQwWx]?{",e:"}"},{b:"%[qQwWx]?<",e:">"},{b:"%[qQwWx]?/",e:"/"},{b:"%[qQwWx]?%",e:"%"},{b:"%[qQwWx]?-",e:"-"},{b:"%[qQwWx]?\\|",e:"\\|"},{b:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{b:/<<(-?)\w+$/,e:/^\s*\w+$/}]},i={cN:"params",b:"\\(",e:"\\)",endsParent:!0,k:r},d=[t,a,{cN:"class",bK:"class module",e:"$|;",i:/=/,c:[e.inherit(e.TM,{b:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{b:"<\\s*",c:[{b:"("+e.IR+"::)?"+e.IR}]}].concat(s)},{cN:"function",bK:"def",e:"$|;",c:[e.inherit(e.TM,{b:b}),i].concat(s)},{b:e.IR+"::"},{cN:"symbol",b:e.UIR+"(\\!|\\?)?:",r:0},{cN:"symbol",b:":(?!\\s)",c:[t,{b:b}],r:0},{cN:"number",b:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",r:0},{b:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{cN:"params",b:/\|/,e:/\|/,k:r},{b:"("+e.RSR+"|unless)\\s*",k:"unless",c:[a,{cN:"regexp",c:[e.BE,n],i:/\n/,v:[{b:"/",e:"/[a-z]*"},{b:"%r{",e:"}[a-z]*"},{b:"%r\\(",e:"\\)[a-z]*"},{b:"%r!",e:"![a-z]*"},{b:"%r\\[",e:"\\][a-z]*"}]}].concat(s),r:0}].concat(s);n.c=d;var l=[{b:/^\s*=>/,starts:{e:"$",c:i.c=d}},{cN:"meta",b:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{e:"$",c:d}}];return{aliases:["rb","gemspec","podspec","thor","irb"],k:r,i:/\/\*/,c:s.concat(l).concat(d)}});hljs.registerLanguage("sql",function(e){var t=e.C("--","$");return{cI:!0,i:/[<>{}*]/,c:[{bK:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment values with",e:/;/,eW:!0,l:/[\w\.]+/,k:{keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias all allocate allow alter always analyze ancillary and anti any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound bucket buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain explode export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour hours http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lateral lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minutes minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second seconds section securefile security seed segment select self semi sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tablesample tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace window with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp tinyint varchar varying void"},c:[{cN:"string",b:"'",e:"'",c:[e.BE,{b:"''"}]},{cN:"string",b:'"',e:'"',c:[e.BE,{b:'""'}]},{cN:"string",b:"`",e:"`",c:[e.BE]},e.CNM,e.CBCM,t,e.HCM]},e.CBCM,t,e.HCM]}});hljs.registerLanguage("haskell",function(e){var i={v:[e.C("--","$"),e.C("{-","-}",{c:["self"]})]},a={cN:"meta",b:"{-#",e:"#-}"},l={cN:"meta",b:"^#",e:"$"},c={cN:"type",b:"\\b[A-Z][\\w']*",r:0},n={b:"\\(",e:"\\)",i:'"',c:[a,l,{cN:"type",b:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TM,{b:"[_a-z][\\w']*"}),i]};return{aliases:["hs"],k:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",c:[{bK:"module",e:"where",k:"module where",c:[n,i],i:"\\W\\.|;"},{b:"\\bimport\\b",e:"$",k:"import qualified as hiding",c:[n,i],i:"\\W\\.|;"},{cN:"class",b:"^(\\s*)?(class|instance)\\b",e:"where",k:"class family instance where",c:[c,n,i]},{cN:"class",b:"\\b(data|(new)?type)\\b",e:"$",k:"data family type newtype deriving",c:[a,c,n,{b:"{",e:"}",c:n.c},i]},{bK:"default",e:"$",c:[c,n,i]},{bK:"infix infixl infixr",e:"$",c:[e.CNM,i]},{b:"\\bforeign\\b",e:"$",k:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",c:[c,e.QSM,i]},{cN:"meta",b:"#!\\/usr\\/bin\\/env runhaskell",e:"$"},a,l,e.QSM,e.CNM,c,e.inherit(e.TM,{b:"^[_a-z][\\w']*"}),i,{b:"->|<-"}]}});hljs.registerLanguage("nginx",function(e){var r={cN:"variable",v:[{b:/\$\d+/},{b:/\$\{/,e:/}/},{b:"[\\$\\@]"+e.UIR}]},b={eW:!0,l:"[a-z/_]+",k:{literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},r:0,i:"=>",c:[e.HCM,{cN:"string",c:[e.BE,r],v:[{b:/"/,e:/"/},{b:/'/,e:/'/}]},{b:"([a-z]+):/",e:"\\s",eW:!0,eE:!0,c:[r]},{cN:"regexp",c:[e.BE,r],v:[{b:"\\s\\^",e:"\\s|{|;",rE:!0},{b:"~\\*?\\s+",e:"\\s|{|;",rE:!0},{b:"\\*(\\.[a-z\\-]+)+"},{b:"([a-z\\-]+\\.)+\\*"}]},{cN:"number",b:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{cN:"number",b:"\\b\\d+[kKmMgGdshdwy]*\\b",r:0},r]};return{aliases:["nginxconf"],c:[e.HCM,{b:e.UIR+"\\s+{",rB:!0,e:"{",c:[{cN:"section",b:e.UIR}],r:0},{b:e.UIR+"\\s",e:";|{",rB:!0,c:[{cN:"attribute",b:e.UIR,starts:b}],r:0}],i:"[^\\s\\}]"}});hljs.registerLanguage("scala",function(e){var t={cN:"subst",v:[{b:"\\$[A-Za-z0-9_]+"},{b:"\\${",e:"}"}]},a={cN:"string",v:[{b:'"',e:'"',i:"\\n",c:[e.BE]},{b:'"""',e:'"""',r:10},{b:'[a-z]+"',e:'"',i:"\\n",c:[e.BE,t]},{cN:"string",b:'[a-z]+"""',e:'"""',c:[t],r:10}]},r={cN:"type",b:"\\b[A-Z][A-Za-z0-9_]*",r:0},c={cN:"title",b:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,r:0},i={cN:"class",bK:"class object trait type",e:/[:={\[\n;]/,eE:!0,c:[{bK:"extends with",r:10},{b:/\[/,e:/\]/,eB:!0,eE:!0,r:0,c:[r]},{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,r:0,c:[r]},c]},s={cN:"function",bK:"def",e:/[:={\[(\n;]/,eE:!0,c:[c]};return{k:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},c:[e.CLCM,e.CBCM,a,{cN:"symbol",b:"'\\w[\\w\\d_]*(?!')"},r,s,i,e.CNM,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("ini",function(e){var b={cN:"string",c:[e.BE],v:[{b:"'''",e:"'''",r:10},{b:'"""',e:'"""',r:10},{b:'"',e:'"'},{b:"'",e:"'"}]};return{aliases:["toml"],cI:!0,i:/\S/,c:[e.C(";","$"),e.HCM,{cN:"section",b:/^\s*\[+/,e:/\]+/},{b:/^[a-z0-9\[\]_\.-]+\s*=\s*/,e:"$",rB:!0,c:[{cN:"attr",b:/[a-z0-9\[\]_\.-]+/},{b:/=/,eW:!0,r:0,c:[{cN:"literal",b:/\bon|off|true|false|yes|no\b/},{cN:"variable",v:[{b:/\$[\w\d"][\w\d_]*/},{b:/\$\{(.*?)}/}]},b,{cN:"number",b:/([\+\-]+)?[\d]+_[\d_]+/},e.NM]}]}]}});hljs.registerLanguage("groovy",function(e){return{k:{literal:"true false null",keyword:"byte short char int long boolean float double void def as in assert trait super this abstract static volatile transient public private protected synchronized final class interface enum if else for while switch case break default continue throw throws try catch finally implements extends new import package return instanceof"},c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,{cN:"string",b:'"""',e:'"""'},{cN:"string",b:"'''",e:"'''"},{cN:"string",b:"\\$/",e:"/\\$",r:10},e.ASM,{cN:"regexp",b:/~?\/[^\/\n]+\//,c:[e.BE]},e.QSM,{cN:"meta",b:"^#!/usr/bin/env",e:"$",i:"\n"},e.BNM,{cN:"class",bK:"class interface trait enum",e:"{",i:":",c:[{bK:"extends implements"},e.UTM]},e.CNM,{cN:"meta",b:"@[A-Za-z]+"},{cN:"string",b:/[^\?]{0}[A-Za-z0-9_$]+ *:/},{b:/\?/,e:/\:/},{cN:"symbol",b:"^\\s*[A-Za-z0-9_$]+:",r:0}],i:/#|<\//}});hljs.registerLanguage("yaml",function(e){var b="true false yes no null",a="^[ \\-]*",r="[a-zA-Z_][\\w\\-]*",t={cN:"attr",v:[{b:a+r+":"},{b:a+'"'+r+'":'},{b:a+"'"+r+"':"}]},c={cN:"string",r:0,v:[{b:/'/,e:/'/},{b:/"/,e:/"/},{b:/\S+/}],c:[e.BE,{cN:"template-variable",v:[{b:"{{",e:"}}"},{b:"%{",e:"}"}]}]};return{cI:!0,aliases:["yml","YAML","yaml"],c:[t,{cN:"meta",b:"^---s*$",r:10},{cN:"string",b:"[\\|>] *$",rE:!0,c:c.c,e:t.v[0].b},{b:"<%[%=-]?",e:"[%-]?%>",sL:"ruby",eB:!0,eE:!0,r:0},{cN:"type",b:"!"+e.UIR},{cN:"type",b:"!!"+e.UIR},{cN:"meta",b:"&"+e.UIR+"$"},{cN:"meta",b:"\\*"+e.UIR+"$"},{cN:"bullet",b:"^ *-",r:0},e.HCM,{bK:b,k:{literal:b}},e.CNM,c]}});hljs.registerLanguage("java",function(e){var a="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",t={cN:"number",b:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",r:0};return{aliases:["jsp"],k:a,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"new throw return else",r:0},{cN:"function",b:"([À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(<[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*(\\s*,\\s*[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*)*>)?\\s+)+"+e.UIR+"\\s*\\(",rB:!0,e:/[{;=]/,eE:!0,k:a,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,k:a,r:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},t,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("diff",function(e){return{aliases:["patch"],c:[{cN:"meta",r:10,v:[{b:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{b:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{b:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{cN:"comment",v:[{b:/Index: /,e:/$/},{b:/={3,}/,e:/$/},{b:/^\-{3}/,e:/$/},{b:/^\*{3} /,e:/$/},{b:/^\+{3}/,e:/$/},{b:/\*{5}/,e:/\*{5}$/}]},{cN:"addition",b:"^\\+",e:"$"},{cN:"deletion",b:"^\\-",e:"$"},{cN:"addition",b:"^\\!",e:"$"}]}});hljs.registerLanguage("go",function(e){var t={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],k:t,i:"</",c:[e.CLCM,e.CBCM,{cN:"string",v:[e.QSM,{b:"'",e:"[^\\\\]'"},{b:"`",e:"`"}]},{cN:"number",v:[{b:e.CNR+"[dflsi]",r:1},e.CNM]},{b:/:=/},{cN:"function",bK:"func",e:/\s*\{/,eE:!0,c:[e.TM,{cN:"params",b:/\(/,e:/\)/,k:t,i:/["']/}]}]}});hljs.registerLanguage("shell",function(s){return{aliases:["console"],c:[{cN:"meta",b:"^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]",starts:{e:"$",sL:"bash"}}]}});hljs.registerLanguage("lua",function(e){var t="\\[=*\\[",a="\\]=*\\]",r={b:t,e:a,c:["self"]},n=[e.C("--(?!"+t+")","$"),e.C("--"+t,a,{c:[r],r:10})];return{l:e.UIR,k:{literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstringmodule next pairs pcall print rawequal rawget rawset require select setfenvsetmetatable tonumber tostring type unpack xpcall arg selfcoroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},c:n.concat([{cN:"function",bK:"function",e:"\\)",c:[e.inherit(e.TM,{b:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{cN:"params",b:"\\(",eW:!0,c:n}].concat(n)},e.CNM,e.ASM,e.QSM,{cN:"string",b:t,e:a,c:[r],r:5}])}});hljs.registerLanguage("http",function(e){var t="HTTP/[0-9\\.]+";return{aliases:["https"],i:"\\S",c:[{b:"^"+t,e:"$",c:[{cN:"number",b:"\\b\\d{3}\\b"}]},{b:"^[A-Z]+ (.*?) "+t+"$",rB:!0,e:"$",c:[{cN:"string",b:" ",e:" ",eB:!0,eE:!0},{b:t},{cN:"keyword",b:"[A-Z]+"}]},{cN:"attribute",b:"^\\w",e:": ",eE:!0,i:"\\n|\\s|=",starts:{e:"$",r:0}},{b:"\\n\\n",starts:{sL:[],eW:!0}}]}});hljs.registerLanguage("pgsql",function(E){var T=E.C("--","$"),N="BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",A=N.trim().split(" ").map(function(E){return E.split("|")[0]}).join("|"),R="ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAPLEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILYINET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST ".trim().split(" ").map(function(E){return E.split("|")[0]}).join("|");return{aliases:["postgres","postgresql"],cI:!0,k:{keyword:"ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",built_in:"CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED "},i:/:==|\W\s*\(\*|(^|\s)\$[a-z]|{{|[a-z]:\s*$|\.\.\.|TO:|DO:/,c:[{cN:"keyword",v:[{b:/\bTEXT\s*SEARCH\b/},{b:/\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/},{b:/\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/},{b:/\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/},{b:/\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/},{b:/\bNULLS\s+(FIRST|LAST)\b/},{b:/\bEVENT\s+TRIGGER\b/},{b:/\b(MAPPING|OR)\s+REPLACE\b/},{b:/\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/},{b:/\b(SHARE|EXCLUSIVE)\s+MODE\b/},{b:/\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/},{b:/\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/},{b:/\bPRESERVE\s+ROWS\b/},{b:/\bDISCARD\s+PLANS\b/},{b:/\bREFERENCING\s+(OLD|NEW)\b/},{b:/\bSKIP\s+LOCKED\b/},{b:/\bGROUPING\s+SETS\b/},{b:/\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/},{b:/\b(WITH|WITHOUT)\s+HOLD\b/},{b:/\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/},{b:/\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/},{b:/\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/},{b:/\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/},{b:/\bIS\s+(NOT\s+)?UNKNOWN\b/},{b:/\bSECURITY\s+LABEL\b/},{b:/\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/},{b:/\bWITH\s+(NO\s+)?DATA\b/},{b:/\b(FOREIGN|SET)\s+DATA\b/},{b:/\bSET\s+(CATALOG|CONSTRAINTS)\b/},{b:/\b(WITH|FOR)\s+ORDINALITY\b/},{b:/\bIS\s+(NOT\s+)?DOCUMENT\b/},{b:/\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/},{b:/\b(STRIP|PRESERVE)\s+WHITESPACE\b/},{b:/\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/},{b:/\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/},{b:/\bAT\s+TIME\s+ZONE\b/},{b:/\bGRANTED\s+BY\b/},{b:/\bRETURN\s+(QUERY|NEXT)\b/},{b:/\b(ATTACH|DETACH)\s+PARTITION\b/},{b:/\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/},{b:/\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/},{b:/\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/}]},{b:/\b(FORMAT|FAMILY|VERSION)\s*\(/},{b:/\bINCLUDE\s*\(/,k:"INCLUDE"},{b:/\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/},{b:/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/},{b:/\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/,r:10},{b:/\bEXTRACT\s*\(/,e:/\bFROM\b/,rE:!0,k:{type:"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR"}},{b:/\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/,k:{keyword:"NAME"}},{b:/\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/,k:{keyword:"DOCUMENT CONTENT"}},{bK:"CACHE INCREMENT MAXVALUE MINVALUE",e:E.CNR,rE:!0,k:"BY CACHE INCREMENT MAXVALUE MINVALUE"},{cN:"type",b:/\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/},{cN:"type",b:/\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/},{b:/\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,k:{keyword:"RETURNS",type:"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER"}},{b:"\\b("+R+")\\s*\\("},{b:"\\.("+A+")\\b"},{b:"\\b("+A+")\\s+PATH\\b",k:{keyword:"PATH",type:N.replace("PATH ","")}},{cN:"type",b:"\\b("+A+")\\b"},{cN:"string",b:"'",e:"'",c:[{b:"''"}]},{cN:"string",b:"(e|E|u&|U&)'",e:"'",c:[{b:"\\\\."}],r:10},{b:"\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",endSameAsBegin:!0,c:[{sL:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],eW:!0}]},{b:'"',e:'"',c:[{b:'""'}]},E.CNM,E.CBCM,T,{cN:"meta",v:[{b:"%(ROW)?TYPE",r:10},{b:"\\$\\d+"},{b:"^#\\w",e:"$"}]},{cN:"symbol",b:"<<\\s*[a-zA-Z_][a-zA-Z_0-9$]*\\s*>>",r:10}]}}); \ No newline at end of file
diff --git a/static/js/jquery-3.3.1.min.js b/static/js/jquery-3.3.1.min.js
new file mode 100644
index 0000000..4d9b3a2
--- /dev/null
+++ b/static/js/jquery-3.3.1.min.js
@@ -0,0 +1,2 @@
+/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:n.sort,splice:n.splice},w.extend=w.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||g(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)n=a[t],a!==(r=e[t])&&(l&&r&&(w.isPlainObject(r)||(i=Array.isArray(r)))?(i?(i=!1,o=n&&Array.isArray(n)?n:[]):o=n&&w.isPlainObject(n)?n:{},a[t]=w.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},w.extend({expando:"jQuery"+("3.3.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==c.call(e))&&(!(t=i(e))||"function"==typeof(n=f.call(t,"constructor")&&t.constructor)&&p.call(n)===d)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e){m(e)},each:function(e,t){var n,r=0;if(C(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(T,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(C(Object(e))?w.merge(n,"string"==typeof e?[e]:e):s.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:u.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r,i=[],o=0,a=e.length,s=!n;o<a;o++)(r=!t(e[o],o))!==s&&i.push(e[o]);return i},map:function(e,t,n){var r,i,o=0,s=[];if(C(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&s.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&s.push(i);return a.apply([],s)},guid:1,support:h}),"function"==typeof Symbol&&(w.fn[Symbol.iterator]=n[Symbol.iterator]),w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function C(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!g(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},P="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",I="\\["+M+"*("+R+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+M+"*\\]",W=":("+R+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+I+")*)|.*)\\)|)",$=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),F=new RegExp("^"+M+"*,"+M+"*"),_=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:he(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:he(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=r.pseudos.eq;for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=fe(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=pe(t);function ye(){}ye.prototype=r.filters=r.pseudos,r.setFilters=new ye,a=oe.tokenize=function(e,t){var n,i,o,a,s,u,l,c=k[e+" "];if(c)return t?0:c.slice(0);s=e,u=[],l=r.preFilter;while(s){n&&!(i=F.exec(s))||(i&&(s=s.slice(i[0].length)||s),u.push(o=[])),n=!1,(i=_.exec(s))&&(n=i.shift(),o.push({value:n,type:i[0].replace(B," ")}),s=s.slice(n.length));for(a in r.filter)!(i=V[a].exec(s))||l[a]&&!(i=l[a](i))||(n=i.shift(),o.push({value:n,type:a,matches:i}),s=s.slice(n.length));if(!n)break}return t?s.length:s?oe.error(e):k(e,u).slice(0)};function ve(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function me(e,t,n){var r=t.dir,i=t.next,o=i||r,a=n&&"parentNode"===o,s=C++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||a)return e(t,n,i);return!1}:function(t,n,u){var l,c,f,p=[T,s];if(u){while(t=t[r])if((1===t.nodeType||a)&&e(t,n,u))return!0}else while(t=t[r])if(1===t.nodeType||a)if(f=t[b]||(t[b]={}),c=f[t.uniqueID]||(f[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=c[o])&&l[0]===T&&l[1]===s)return p[2]=l[2];if(c[o]=p,p[2]=e(t,n,u))return!0}return!1}}function xe(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r<i;r++)oe(e,t[r],n);return n}function we(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Te(e,t,n,r,i,o){return r&&!r[b]&&(r=Te(r)),i&&!i[b]&&(i=Te(i,o)),se(function(o,a,s,u){var l,c,f,p=[],d=[],h=a.length,g=o||be(t||"*",s.nodeType?[s]:s,[]),y=!e||!o&&t?g:we(g,p,e,s,u),v=n?i||(o?e:h||r)?[]:a:y;if(n&&n(y,v,s,u),r){l=we(v,d),r(l,[],s,u),c=l.length;while(c--)(f=l[c])&&(v[d[c]]=!(y[d[c]]=f))}if(o){if(i||e){if(i){l=[],c=v.length;while(c--)(f=v[c])&&l.push(y[c]=f);i(null,v=[],l,u)}c=v.length;while(c--)(f=v[c])&&(l=i?O(o,f):p[c])>-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u<o;u++)if(n=r.relative[e[u].type])p=[me(xe(p),n)];else{if((n=r.filter[e[u].type].apply(null,e[u].matches))[b]){for(i=++u;i<o;i++)if(r.relative[e[i].type])break;return Te(u>1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u<i&&Ce(e.slice(u,i)),i<o&&Ce(e=e.slice(i)),i<o&&ve(e))}p.push(n)}return xe(p)}function Ee(e,t){var n=t.length>0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t<r;t++)if(w.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)w.find(e,i[t],n);return r>1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(w.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&w(e);if(!D.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?a.index(n)>-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s<o.length)!1===o[s].apply(n[0],n[1])&&e.stopOnFalse&&(s=o.length,n=!1)}e.memory||(n=!1),t=!1,i&&(o=n?[]:"")},l={add:function(){return o&&(n&&!t&&(s=o.length-1,a.push(n)),function t(n){w.each(n,function(n,r){g(r)?e.unique&&l.has(r)||o.push(r):r&&r.length&&"string"!==x(r)&&t(r)})}(arguments),n&&!t&&u()),this},remove:function(){return w.each(arguments,function(e,t){var n;while((n=w.inArray(t,o,n))>-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t<o)){if((e=r.apply(s,u))===n.promise())throw new TypeError("Thenable self-resolution");l=e&&("object"==typeof e||"function"==typeof e)&&e.then,g(l)?i?l.call(e,a(o,n,I,i),a(o,n,W,i)):(o++,l.call(e,a(o,n,I,i),a(o,n,W,i),a(o,n,I,n.notifyWith))):(r!==I&&(s=void 0,u=[e]),(i||n.resolveWith)(s,u))}},c=i?l:function(){try{l()}catch(e){w.Deferred.exceptionHook&&w.Deferred.exceptionHook(e,c.stackTrace),t+1>=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},X=/^-ms-/,U=/-([a-z])/g;function V(e,t){return t.toUpperCase()}function G(e){return e.replace(X,"ms-").replace(U,V)}var Y=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Q(){this.expando=w.expando+Q.uid++}Q.uid=1,Q.prototype={cache:function(e){var t=e[this.expando];return t||(t={},Y(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[G(t)]=n;else for(r in t)i[G(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][G(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(G):(t=G(t))in r?[t]:t.match(M)||[]).length;while(n--)delete r[t[n]]}(void 0===t||w.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!w.isEmptyObject(t)}};var J=new Q,K=new Q,Z=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,ee=/[A-Z]/g;function te(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Z.test(e)?JSON.parse(e):e)}function ne(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(ee,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=te(n)}catch(e){}K.set(e,t,n)}else n=void 0;return n}w.extend({hasData:function(e){return K.hasData(e)||J.hasData(e)},data:function(e,t,n){return K.access(e,t,n)},removeData:function(e,t){K.remove(e,t)},_data:function(e,t,n){return J.access(e,t,n)},_removeData:function(e,t){J.remove(e,t)}}),w.fn.extend({data:function(e,t){var n,r,i,o=this[0],a=o&&o.attributes;if(void 0===e){if(this.length&&(i=K.get(o),1===o.nodeType&&!J.get(o,"hasDataAttrs"))){n=a.length;while(n--)a[n]&&0===(r=a[n].name).indexOf("data-")&&(r=G(r.slice(5)),ne(o,r,i[r]));J.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof e?this.each(function(){K.set(this,e)}):z(this,function(t){var n;if(o&&void 0===t){if(void 0!==(n=K.get(o,e)))return n;if(void 0!==(n=ne(o,e)))return n}else this.each(function(){K.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length<n?w.queue(this[0],e):void 0===t?this:this.each(function(){var n=w.queue(this,e,t);w._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&w.dequeue(this,e)})},dequeue:function(e){return this.each(function(){w.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=w.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=J.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var re=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ie=new RegExp("^(?:([+-])=|)("+re+")([a-z%]*)$","i"),oe=["Top","Right","Bottom","Left"],ae=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&w.contains(e.ownerDocument,e)&&"none"===w.css(e,"display")},se=function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i};function ue(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return w.css(e,t,"")},u=s(),l=n&&n[3]||(w.cssNumber[t]?"":"px"),c=(w.cssNumber[t]||"px"!==l&&+u)&&ie.exec(w.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)w.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,w.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var le={};function ce(e){var t,n=e.ownerDocument,r=e.nodeName,i=le[r];return i||(t=n.body.appendChild(n.createElement(r)),i=w.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),le[r]=i,i)}function fe(e,t){for(var n,r,i=[],o=0,a=e.length;o<a;o++)(r=e[o]).style&&(n=r.style.display,t?("none"===n&&(i[o]=J.get(r,"display")||null,i[o]||(r.style.display="")),""===r.style.display&&ae(r)&&(i[o]=ce(r))):"none"!==n&&(i[o]="none",J.set(r,"display",n)));for(o=0;o<a;o++)null!=i[o]&&(e[o].style.display=i[o]);return e}w.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ae(this)?w(this).show():w(this).hide()})}});var pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n<r;n++)J.set(e[n],"globalEval",!t||J.get(t[n],"globalEval"))}var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===x(o))w.merge(p,o.nodeType?[o]:o);else if(me.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+w.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;w.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&w.inArray(o,r)>-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="<textarea>x</textarea>",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n<arguments.length;n++)u[n]=arguments[n];if(t.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,t)){s=w.event.handlers.call(this,t,l),n=0;while((o=s[n++])&&!t.isPropagationStopped()){t.currentTarget=o.elem,r=0;while((a=o.handlers[r++])&&!t.isImmediatePropagationStopped())t.rnamespace&&!t.rnamespace.test(a.namespace)||(t.handleObj=a,t.data=a.data,void 0!==(i=((w.event.special[a.origType]||{}).handle||a.handler).apply(o.elem,u))&&!1===(t.result=i)&&(t.preventDefault(),t.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,t),t.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&e.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?w(i,this).index(l)>-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(e,t){Object.defineProperty(w.Event.prototype,e,{enumerable:!0,configurable:!0,get:g(t)?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(t){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:t})}})},fix:function(e){return e[w.expando]?e:new w.Event(e)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==Se()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===Se()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&N(this,"input"))return this.click(),!1},_default:function(e){return N(e.target,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},w.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},w.Event=function(e,t){if(!(this instanceof w.Event))return new w.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?Ee:ke,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&w.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[w.expando]=!0},w.Event.prototype={constructor:w.Event,isDefaultPrevented:ke,isPropagationStopped:ke,isImmediatePropagationStopped:ke,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=Ee,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=Ee,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=Ee,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},w.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&we.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Te.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},w.event.addProp),w.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){w.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return i&&(i===r||w.contains(r,i))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),w.fn.extend({on:function(e,t,n,r){return De(this,e,t,n,r)},one:function(e,t,n,r){return De(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,w(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=ke),this.each(function(){w.event.remove(this,e,n,t)})}});var Ne=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/<script|<style|<link/i,je=/checked\s*(?:[^=]|=\s*.checked.)/i,qe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n<r;n++)w.event.add(t,i,l[i][n])}K.hasData(e)&&(s=K.access(e),u=w.extend({},s),K.set(t,u))}}function Me(e,t){var n=t.nodeName.toLowerCase();"input"===n&&pe.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function Re(e,t,n,r){t=a.apply([],t);var i,o,s,u,l,c,f=0,p=e.length,d=p-1,y=t[0],v=g(y);if(v||p>1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f<p;f++)l=i,f!==d&&(l=w.clone(l,!0,!0),u&&w.merge(s,ye(l,"script"))),n.call(e[f],l,f);if(u)for(c=s[s.length-1].ownerDocument,w.map(s,Oe),f=0;f<u;f++)l=s[f],he.test(l.type||"")&&!J.access(l,"globalEval")&&w.contains(c,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?w._evalUrl&&w._evalUrl(l.src):m(l.textContent.replace(qe,""),c,l))}return e}function Ie(e,t,n){for(var r,i=t?w.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||w.cleanData(ye(r)),r.parentNode&&(n&&w.contains(r.ownerDocument,r)&&ve(ye(r,"script")),r.parentNode.removeChild(r));return e}w.extend({htmlPrefilter:function(e){return e.replace(Ne,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r<i;r++)Me(o[r],a[r]);if(t)if(n)for(o=o||ye(e),a=a||ye(s),r=0,i=o.length;r<i;r++)Pe(o[r],a[r]);else Pe(e,s);return(a=ye(s,"script")).length>0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(w.cleanData(ye(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=[];return Re(this,arguments,function(t){var n=this.parentNode;w.inArray(this,e)<0&&(w.cleanData(ye(this)),n&&n.replaceChild(t,this))},e)}}),w.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){w.fn[e]=function(e){for(var n,r=[],i=w(e),o=i.length-1,a=0;a<=o;a++)n=a===o?this:this.clone(!0),w(i[a])[t](n),s.apply(r,n.get());return this.pushStack(r)}});var We=new RegExp("^("+re+")(?!px)[a-z%]+$","i"),$e=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComputedStyle(t)},Be=new RegExp(oe.join("|"),"i");!function(){function t(){if(c){l.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",c.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",be.appendChild(l).appendChild(c);var t=e.getComputedStyle(c);i="1%"!==t.top,u=12===n(t.marginLeft),c.style.right="60%",s=36===n(t.right),o=36===n(t.width),c.style.position="absolute",a=36===c.offsetWidth||"absolute",be.removeChild(l),c=null}}function n(e){return Math.round(parseFloat(e))}var i,o,a,s,u,l=r.createElement("div"),c=r.createElement("div");c.style&&(c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",h.clearCloneStyle="content-box"===c.style.backgroundClip,w.extend(h,{boxSizingReliable:function(){return t(),o},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),u},scrollboxSize:function(){return t(),a}}))}();function Fe(e,t,n){var r,i,o,a,s=e.style;return(n=n||$e(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||w.contains(e.ownerDocument,e)||(a=w.style(e,t)),!h.pixelBoxStyles()&&We.test(a)&&Be.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function _e(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}var ze=/^(none|table(?!-c[ea]).+)/,Xe=/^--/,Ue={position:"absolute",visibility:"hidden",display:"block"},Ve={letterSpacing:"0",fontWeight:"400"},Ge=["Webkit","Moz","ms"],Ye=r.createElement("div").style;function Qe(e){if(e in Ye)return e;var t=e[0].toUpperCase()+e.slice(1),n=Ge.length;while(n--)if((e=Ge[n]+t)in Ye)return e}function Je(e){var t=w.cssProps[e];return t||(t=w.cssProps[e]=Qe(e)||e),t}function Ke(e,t,n){var r=ie.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function Ze(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=w.css(e,n+oe[a],!0,i)),r?("content"===n&&(u-=w.css(e,"padding"+oe[a],!0,i)),"margin"!==n&&(u-=w.css(e,"border"+oe[a]+"Width",!0,i))):(u+=w.css(e,"padding"+oe[a],!0,i),"padding"!==n?u+=w.css(e,"border"+oe[a]+"Width",!0,i):s+=w.css(e,"border"+oe[a]+"Width",!0,i));return!r&&o>=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a<i;a++)o[t[a]]=w.css(e,t[a],!1,r);return o}return void 0!==n?w.style(e,t,n):w.css(e,t)},e,t,arguments.length>1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function ct(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&ae(e),y=J.get(e,"fxshow");n.queue||(null==(a=w._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,w.queue(e,"fx").length||a.empty.fire()})}));for(r in t)if(i=t[r],it.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!y||void 0===y[r])continue;g=!0}d[r]=y&&y[r]||w.style(e,r)}if((u=!w.isEmptyObject(t))||!w.isEmptyObject(d)){f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=y&&y.display)&&(l=J.get(e,"display")),"none"===(c=w.css(e,"display"))&&(l?c=l:(fe([e],!0),l=e.style.display||l,c=w.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===w.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1;for(r in d)u||(y?"hidden"in y&&(g=y.hidden):y=J.access(e,"fxshow",{display:l}),o&&(y.hidden=!g),g&&fe([e],!0),p.done(function(){g||fe([e]),J.remove(e,"fxshow");for(r in d)w.style(e,r,d[r])})),u=lt(g?y[r]:0,r,p),r in y||(y[r]=u.start,g&&(u.end=u.start,u.start=0))}}function ft(e,t){var n,r,i,o,a;for(n in e)if(r=G(n),i=t[r],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=w.cssHooks[r])&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}function pt(e,t,n){var r,i,o=0,a=pt.prefilters.length,s=w.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;for(var t=nt||st(),n=Math.max(0,l.startTime+l.duration-t),r=1-(n/l.duration||0),o=0,a=l.tweens.length;o<a;o++)l.tweens[o].run(r);return s.notifyWith(e,[l,r,n]),r<1&&a?n:(a||s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l]),!1)},l=s.promise({elem:e,props:w.extend({},t),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},n),originalProperties:t,originalOptions:n,startTime:nt||st(),duration:n.duration,tweens:[],createTween:function(t,n){var r=w.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?(s.notifyWith(e,[l,1,0]),s.resolveWith(e,[l,t])):s.rejectWith(e,[l,t]),this}}),c=l.props;for(ft(c,l.opts.specialEasing);o<a;o++)if(r=pt.prefilters[o].call(l,e,c,l.opts))return g(r.stop)&&(w._queueHooks(l.elem,l.opts.queue).stop=r.stop.bind(r)),r;return w.map(c,lt,l),g(l.opts.start)&&l.opts.start.call(e,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),w.fx.timer(w.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l}w.Animation=w.extend(pt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return ue(n.elem,e,ie.exec(t),n),n}]},tweener:function(e,t){g(e)?(t=e,e=["*"]):e=e.match(M);for(var n,r=0,i=e.length;r<i;r++)n=e[r],pt.tweeners[n]=pt.tweeners[n]||[],pt.tweeners[n].unshift(t)},prefilters:[ct],prefilter:function(e,t){t?pt.prefilters.unshift(e):pt.prefilters.push(e)}}),w.speed=function(e,t,n){var r=e&&"object"==typeof e?w.extend({},e):{complete:n||!n&&t||g(e)&&e,duration:e,easing:n&&t||t&&!g(t)&&t};return w.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in w.fx.speeds?r.duration=w.fx.speeds[r.duration]:r.duration=w.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){g(r.old)&&r.old.call(this),r.queue&&w.dequeue(this,r.queue)},r},w.fn.extend({fadeTo:function(e,t,n,r){return this.filter(ae).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=w.isEmptyObject(e),o=w.speed(t,n,r),a=function(){var t=pt(this,w.extend({},e),o);(i||J.get(this,"finish"))&&t.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=w.timers,a=J.get(this);if(i)a[i]&&a[i].stop&&r(a[i]);else for(i in a)a[i]&&a[i].stop&&ot.test(i)&&r(a[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||w.dequeue(this,e)})},finish:function(e){return!1!==e&&(e=e||"fx"),this.each(function(){var t,n=J.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=w.timers,a=r?r.length:0;for(n.finish=!0,w.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<a;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),w.each(["toggle","show","hide"],function(e,t){var n=w.fn[t];w.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ut(t,!0),e,r,i)}}),w.each({slideDown:ut("show"),slideUp:ut("hide"),slideToggle:ut("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){w.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),w.timers=[],w.fx.tick=function(){var e,t=0,n=w.timers;for(nt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||w.fx.stop(),nt=void 0},w.fx.timer=function(e){w.timers.push(e),w.fx.start()},w.fx.interval=13,w.fx.start=function(){rt||(rt=!0,at())},w.fx.stop=function(){rt=null},w.fx.speeds={slow:600,fast:200,_default:400},w.fn.delay=function(t,n){return t=w.fx?w.fx.speeds[t]||t:t,n=n||"fx",this.queue(n,function(n,r){var i=e.setTimeout(n,t);r.stop=function(){e.clearTimeout(i)}})},function(){var e=r.createElement("input"),t=r.createElement("select").appendChild(r.createElement("option"));e.type="checkbox",h.checkOn=""!==e.value,h.optSelected=t.selected,(e=r.createElement("input")).value="t",e.type="radio",h.radioValue="t"===e.value}();var dt,ht=w.expr.attrHandle;w.fn.extend({attr:function(e,t){return z(this,w.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!N(n.parentNode,"optgroup"))){if(t=w(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=w.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=w.inArray(w.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w("<script>").prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&o("error"===e.type?404:200,e.type)}),r.head.appendChild(t[0])},abort:function(){n&&n()}}}});var Yt=[],Qt=/(=)\?(?=&|$)|\?\?/;w.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Yt.pop()||w.expando+"_"+Et++;return this[e]=!0,e}}),w.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,a,s=!1!==t.jsonp&&(Qt.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Qt.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return i=t.jsonpCallback=g(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(Qt,"$1"+i):!1!==t.jsonp&&(t.url+=(kt.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return a||w.error(i+" was not called"),a[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){a=arguments},r.always(function(){void 0===o?w(e).removeProp(i):e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,Yt.push(i)),a&&g(o)&&o(a[0]),a=o=void 0}),"script"}),h.createHTMLDocument=function(){var e=r.implementation.createHTMLDocument("").body;return e.innerHTML="<form></form><form></form>",2===e.childNodes.length}(),w.parseHTML=function(e,t,n){if("string"!=typeof e)return[];"boolean"==typeof t&&(n=t,t=!1);var i,o,a;return t||(h.createHTMLDocument?((i=(t=r.implementation.createHTMLDocument("")).createElement("base")).href=r.location.href,t.head.appendChild(i)):t=r),o=A.exec(e),a=!n&&[],o?[t.createElement(o[1])]:(o=xe([e],t,a),a&&a.length&&w(a).remove(),w.merge([],o.childNodes))},w.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return s>-1&&(r=vt(e.slice(s)),e=e.slice(0,s)),g(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),a.length>0&&w.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?w("<div>").append(w.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},w.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){w.fn[t]=function(e){return this.on(t,e)}}),w.expr.pseudos.animated=function(e){return w.grep(w.timers,function(t){return e===t.elem}).length},w.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l,c=w.css(e,"position"),f=w(e),p={};"static"===c&&(e.style.position="relative"),s=f.offset(),o=w.css(e,"top"),u=w.css(e,"left"),(l=("absolute"===c||"fixed"===c)&&(o+u).indexOf("auto")>-1)?(a=(r=f.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),g(t)&&(t=t.call(e,n,w.extend({},s))),null!=t.top&&(p.top=t.top-s.top+a),null!=t.left&&(p.left=t.left-s.left+i),"using"in t?t.using.call(e,p):f.css(p)}},w.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each(function(t){w.offset.setOffset(this,e,t)});var t,n,r=this[0];if(r)return r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===w.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===w.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=w(e).offset()).top+=w.css(e,"borderTopWidth",!0),i.left+=w.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-w.css(r,"marginTop",!0),left:t.left-i.left-w.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===w.css(e,"position"))e=e.offsetParent;return e||be})}}),w.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n="pageYOffset"===t;w.fn[e]=function(r){return z(this,function(e,r,i){var o;if(y(e)?o=e:9===e.nodeType&&(o=e.defaultView),void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):e[r]=i},e,r,arguments.length)}}),w.each(["top","left"],function(e,t){w.cssHooks[t]=_e(h.pixelPosition,function(e,n){if(n)return n=Fe(e,t),We.test(n)?w(e).position()[t]+"px":n})}),w.each({Height:"height",Width:"width"},function(e,t){w.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){w.fn[r]=function(i,o){var a=arguments.length&&(n||"boolean"!=typeof i),s=n||(!0===i||!0===o?"margin":"border");return z(this,function(t,n,i){var o;return y(t)?0===r.indexOf("outer")?t["inner"+e]:t.document.documentElement["client"+e]:9===t.nodeType?(o=t.documentElement,Math.max(t.body["scroll"+e],o["scroll"+e],t.body["offset"+e],o["offset"+e],o["client"+e])):void 0===i?w.css(t,n,s):w.style(t,n,i,s)},t,a?i:void 0,a)}})}),w.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){w.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),w.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),w.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),w.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),g(e))return r=o.call(arguments,2),i=function(){return e.apply(t||this,r.concat(o.call(arguments)))},i.guid=e.guid=e.guid||w.guid++,i},w.holdReady=function(e){e?w.readyWait++:w.ready(!0)},w.isArray=Array.isArray,w.parseJSON=JSON.parse,w.nodeName=N,w.isFunction=g,w.isWindow=y,w.camelCase=G,w.type=x,w.now=Date.now,w.isNumeric=function(e){var t=w.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return w});var Jt=e.jQuery,Kt=e.$;return w.noConflict=function(t){return e.$===w&&(e.$=Kt),t&&e.jQuery===w&&(e.jQuery=Jt),w},t||(e.jQuery=e.$=w),w});
diff --git a/static/js/zozo.js b/static/js/zozo.js
new file mode 100644
index 0000000..2781442
--- /dev/null
+++ b/static/js/zozo.js
@@ -0,0 +1,39 @@
+'use strict';
+
+// back-to-top
+$(document).ready((function (_this) {
+ return function () {
+ let bt
+ bt = $('#back_to_top')
+ if ($(document).width() > 480) {
+ $(window).scroll(function () {
+ let st
+ st = $(window).scrollTop()
+ if (st > 30) {
+ return bt.css('display', 'block')
+ } else {
+ return bt.css('display', 'none')
+ }
+ })
+ return bt.click(function () {
+ $('body,html').animate({
+ scrollTop: 0,
+ }, 800)
+ return false
+ })
+ }
+ }
+})(this))
+
+// fancybox
+$(document).ready((function (_this) {
+ return function() {
+ if ($.fancybox) {
+ $('.post_content').each(function() {
+ $(this).find('img').each(function() {
+ $(this).wrap(`<div class="fancybox"><a href="${this.src}" data-fancybox="gallery" data-caption="${this.title}"></a></div>`);
+ });
+ });
+ }
+ };
+})(this))
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..5800568
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Zozo"
+license = "MIT"
+licenselink = "https://github.com/imzeuk/hugo-theme-zozo/blob/master/LICENSE"
+description = "A simple and beautiful theme for Hugo"
+homepage = "https://github.com/imzeuk/hugo-theme-zozo"
+tags = ["blog", "beautiful", "simple", "valine", "rss", "syntax highlighting", "tags"]
+features = ["blog", "beautiful", "simple", "valine", "rss", "syntax highlighting", "tags"]
+min_version = "0.41"
+
+[author]
+ name = "Zeuk"
+ homepage = "https://zeuk.me"
+
+# If porting an existing theme
+[original]
+ name = "Aragaki"
+ homepage = "https://www.mywpku.com/"
+ repo = "https://github.com/PCDotFan/Aragaki"