diff --git a/LICENSE b/LICENSE
index 1ba4b6627c30..e72089528058 100644
--- a/LICENSE
+++ b/LICENSE
@@ -232,8 +232,6 @@
3rdparty/mkldnn/tests/benchdnn (Copy of the License available at top of current file)
src/operator/special_functions-inl.h Cephes Library Functions (Copy of the License available at top of current file)
3rdparty/mkldnn/doc/assets/mathjax (Copy of the License available at top of current file)
- docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1 (Copy of the License available at top of current file)
- docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto (Copy of the License available at top of current file)
3rdparty/tvm/3rdparty/bfloat16/bfloat16.cc (Copy of the License available at top of current file)
=======================================================================================
@@ -247,7 +245,6 @@
3rdparty/onnx-tensorrt
3rdparty/onnx-tensorrt/third_party/onnx
docs/static_site/src/assets/js/clipboard.js
- docs/python_docs/themes/mx-theme
3rdparty/intgemm
3rdparty/tvm/3rdparty/compiler-rt/builtin_fp16.h
src/operator/nn/layer_norm.cc
@@ -347,9 +344,3 @@
=======================================================================================
3rdparty/tvm/3rdparty/rang
-
- =======================================================================================
- SIL Open Font License (OFL)
- =======================================================================================
-
- docs/python_docs/themes/mx-theme/mxtheme/static/webfonts/ (Copy of the License available at licenses/OFL1_1)
diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index 34245bbd7d6c..614f72e149a6 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -1112,7 +1112,6 @@ build_python_docs() {
pushd docs/python_docs
python3 -m pip install -r requirements
- python3 -m pip install themes/mx-theme
python3 -m pip install -e /work/mxnet/python --user
export PATH=/home/jenkins_slave/.local/bin:$PATH
diff --git a/docs/python_docs/python/scripts/conf.py b/docs/python_docs/python/scripts/conf.py
index 5096490e7920..ddaf193b1493 100644
--- a/docs/python_docs/python/scripts/conf.py
+++ b/docs/python_docs/python/scripts/conf.py
@@ -141,7 +141,7 @@
# -- Options for HTML output ---------------------------------------------------
# Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = ['../../themes/mx-theme']
+# html_theme_path = ['../../themes/mx-theme']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
@@ -154,7 +154,6 @@
'primary_color': 'blue',
'accent_color': 'deep_orange',
'show_footer': True,
- 'relative_url': os.environ.get('SPHINX_RELATIVE_URL', '/')
}
diff --git a/docs/python_docs/requirements b/docs/python_docs/requirements
index 90ceeb1daf9a..cd70bf72b9d0 100644
--- a/docs/python_docs/requirements
+++ b/docs/python_docs/requirements
@@ -27,4 +27,5 @@ pypandoc==1.4
breathe==4.13.1
mock==3.0.5
awscli==1.16.266
-autodocsumm==0.1.12
\ No newline at end of file
+autodocsumm==0.1.12
+mxtheme==0.3.15
diff --git a/docs/python_docs/themes/.babelrc b/docs/python_docs/themes/.babelrc
deleted file mode 100644
index 69f50d59a72b..000000000000
--- a/docs/python_docs/themes/.babelrc
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "presets": ["env"]
-}
\ No newline at end of file
diff --git a/docs/python_docs/themes/.circleci/config.yml b/docs/python_docs/themes/.circleci/config.yml
deleted file mode 100644
index edc02a35d7f0..000000000000
--- a/docs/python_docs/themes/.circleci/config.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-version: 2
-jobs:
- build:
- working_directory: ~/sphinx_materialdesign_theme
- docker:
- - image: circleci/python:3.6.4
- steps:
- - checkout
- - run: sudo chown -R circleci:circleci /usr/local/bin
- - run: sudo chown -R circleci:circleci /usr/local/lib/python3.6/site-packages
- - run:
- name: install dependencies
- command: pip install -r requirements.txt
- - run:
- name: build
- command: sphinx-build -b html ./example ./_build
- - run:
- name: deploy
- command: |
- remote=$(git config remote.origin.url)
- pushd _build > /dev/null
- git config --global user.email "$GH_EMAIL" > /dev/null 2>&1
- git config --global user.name "$GH_NAME" > /dev/null 2>&1
- touch .nojekyll
- git init
- git add .
- git commit -m "Deploy to GitHub Pages. [skip ci]"
- git push --force --quiet $remote master:gh-pages
- popd > /dev/null
-workflows:
- version: 2
- build_flow:
- jobs:
- - build:
- filters:
- branches:
- only: master
\ No newline at end of file
diff --git a/docs/python_docs/themes/.gitignore b/docs/python_docs/themes/.gitignore
deleted file mode 100644
index fd123f1c8549..000000000000
--- a/docs/python_docs/themes/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-.idea/
-.cache/
-.vscode/
-*.egg-info/
-dist/
-_build/
-build/
-example/_build/
-node_modules/
-*.log
-**/*.pyc
-**/__pycache__
-.sass-cache/
diff --git a/docs/python_docs/themes/.sassrc b/docs/python_docs/themes/.sassrc
deleted file mode 100644
index ac7d2c97c6e8..000000000000
--- a/docs/python_docs/themes/.sassrc
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "includePaths": [
- "node_modules"
- ]
-}
\ No newline at end of file
diff --git a/docs/python_docs/themes/mx-theme/LICENSE b/docs/python_docs/themes/mx-theme/LICENSE
deleted file mode 100644
index 74e4dc3ad961..000000000000
--- a/docs/python_docs/themes/mx-theme/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2016 myyasuda
-
-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/docs/python_docs/themes/mx-theme/MANIFEST.in b/docs/python_docs/themes/mx-theme/MANIFEST.in
deleted file mode 100644
index b5ab8d3cb11c..000000000000
--- a/docs/python_docs/themes/mx-theme/MANIFEST.in
+++ /dev/null
@@ -1 +0,0 @@
-recursive-include mxtheme *
diff --git a/docs/python_docs/themes/mx-theme/README.md b/docs/python_docs/themes/mx-theme/README.md
deleted file mode 100644
index cea79f43a9e5..000000000000
--- a/docs/python_docs/themes/mx-theme/README.md
+++ /dev/null
@@ -1,65 +0,0 @@
-# Material Design HTML Theme for Sphinx
-
-## How to use
-
-- Install the theme by
-
-```bash
-pip install mxtheme
-```
-
-- Modify the `conf.py` for your sphinx project by
-
-create a submodule of this repo on the same folder with `conf.py` for your sphinx project. then modify the following three lines in `conf.py`:
-
-```python
-html_theme = 'mxtheme'
-```
-
-In addition, to use the `card` directive in rst, you can and add the following two lines into your `def setup(app)` function:
-
-```python
-def setup(app):
- ...
- import mxtheme
- app.add_directive('card', mxtheme.CardDirective)
-```
-
-## How to build
-
-
-Install `npm` first,
-
-on ubuntu:
-
-```
-wget -qO- https://deb.nodesource.com/setup_8.x | sudo -E bash -
-sudo apt-get install -y nodejs
-```
-
-on macos
-
-```
-brew install nodejs
-```
-
-Then install packages
-
-```
-npm install
-```
-
-Last, build css and js
-
-
-```
-npm run build
-```
-
-## Acknowledgment
-
-
-This is fork of
-[sphinx_materialdesign_theme](https://github.com/myyasuda/sphinx_materialdesign_theme). With
-some CSS/JS modifications. Please refer to the original project for more
-documents.
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/__init__.py b/docs/python_docs/themes/mx-theme/mxtheme/__init__.py
deleted file mode 100644
index a1c4e0783b6b..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/__init__.py
+++ /dev/null
@@ -1,13 +0,0 @@
-from os import path
-from .card import CardDirective
-
-__version__ = '0.3.9'
-__version_full__ = __version__
-
-package_dir = path.dirname(path.abspath(__file__))
-
-def get_path():
- return package_dir
-
-def setup(app):
- app.add_html_theme('mxtheme', package_dir)
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/card.py b/docs/python_docs/themes/mx-theme/mxtheme/card.py
deleted file mode 100644
index 4d389a939ee8..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/card.py
+++ /dev/null
@@ -1,42 +0,0 @@
-from sphinx.locale import _
-from docutils import nodes
-from docutils.parsers.rst import Directive, directives
-
-class card(nodes.General, nodes.Element):
- pass
-
-class CardDirective(Directive):
-
- # defines the parameter the directive expects
- # directives.unchanged means you get the raw value from RST
- required_arguments = 0
- optional_arguments = 0
- final_argument_whitespace = True
- option_spec = {'title': directives.unchanged,
- 'link': directives.unchanged,
- 'is_head': directives.unchanged}
- has_content = True
- add_index = False
-
- def run(self):
- # gives you access to the options of the directive
- options = self.options
-
- cid = nodes.make_id("card-{}".format(options['title']))
-
- classes = ['mx-card']
- if options.get('is_head', 'False').lower() == 'true':
- classes.append('head-card')
- container = nodes.container(ids=[cid], classes=classes)
-
- container += nodes.inline('', options['title'], classes=['mx-card-title'])
- link = options.get('link')
- if link:
- container += nodes.inline('', link, classes=['mx-card-link'])
-
- para = nodes.paragraph(classes=['mx-card-text'])
- self.state.nested_parse(self.content, self.content_offset, para)
- container += para
-
- # we return the result
- return [container]
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/drawer.html b/docs/python_docs/themes/mx-theme/mxtheme/drawer.html
deleted file mode 100644
index ea0280159820..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/drawer.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
- {% block menu %}
-
- {{ _('Table Of Contents') }}
- {% set toctree = toctree(maxdepth=6, collapse=False, includehidden=True, titles_only=True) %}
- {% if toctree %}
- {% set lines = toctree.split('\n') %}
-
- {{ toctree }}
-
- {% else %}
-
- {{ toc }}
- {% endif %}
-
- {% endblock %}
-
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/feedback.html b/docs/python_docs/themes/mx-theme/mxtheme/feedback.html
deleted file mode 100644
index 8a9b1b53029a..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/feedback.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
Did this page help you?
-
-
Thanks for your feedback!
-
-
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/footer.html b/docs/python_docs/themes/mx-theme/mxtheme/footer.html
deleted file mode 100644
index fcb2ea97414b..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/footer.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/header.html b/docs/python_docs/themes/mx-theme/mxtheme/header.html
deleted file mode 100644
index 606c6f985f6c..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/header.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/header_search.html b/docs/python_docs/themes/mx-theme/mxtheme/header_search.html
deleted file mode 100644
index 6e1f9a7f94d6..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/header_search.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{%- if pagename != "search" %}
-
-{%- endif %}
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/header_sourcelink.html b/docs/python_docs/themes/mx-theme/mxtheme/header_sourcelink.html
deleted file mode 100644
index 9e2a889f7d15..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/header_sourcelink.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{%- if display_github %}
-
-edit
-
-
-{{ _('Edit on Github') }}
-
-{%- elif show_source and has_source and sourcename %}
-
- code
-
-
-{{ _('Show Source') }}
-
-{%- endif %}
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/header_top.html b/docs/python_docs/themes/mx-theme/mxtheme/header_top.html
deleted file mode 100644
index 69cdf64fcefa..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/header_top.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/layout.html b/docs/python_docs/themes/mx-theme/mxtheme/layout.html
deleted file mode 100644
index 924b01a76be3..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/layout.html
+++ /dev/null
@@ -1,106 +0,0 @@
-{% extends "basic/layout.html" %}
-
-{%- block doctype -%}
-
-{%- endblock %}
-{% block htmltitle %}
-
-
-
-
- {{ super() }}
-{% endblock %}
-
-
-{% set css_files = css_files + [
- '_static/material-design-lite-1.3.0/material.' + theme_primary_color|e + '-' + theme_accent_color|e + '.min.css',
- '_static/sphinx_materialdesign_theme.css',
- '_static/fontawesome/all.css',
- '_static/fonts.css',
- '_static/feedback.css',
-] %}
-
-{% set script_files = script_files + [
- '_static/sphinx_materialdesign_theme.js'
- ]
-%}
-
-{%- block header %}{% endblock %}
-{%- block relbar1 %}{% endblock %}
-{%- block relbar2 %}{% include "relations.html" %}{% endblock %}
-{%- block sidebar2 %}{% endblock %}
-
-{%- block body_tag %}
-
- {%- block header_top %}{% include "header_top.html" %}{% endblock %}
-
-
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/localtoc.html b/docs/python_docs/themes/mx-theme/mxtheme/localtoc.html
deleted file mode 100644
index 7ae810fcbd25..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/localtoc.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{%- if display_toc %}
-
-
- {{ _('Table Of Contents') }}
-
- {{ toc }}
-
-{%- endif %}
\ No newline at end of file
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/relations.html b/docs/python_docs/themes/mx-theme/mxtheme/relations.html
deleted file mode 100644
index e6922d48550a..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/relations.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/search.html b/docs/python_docs/themes/mx-theme/mxtheme/search.html
deleted file mode 100644
index bea072f264fb..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/search.html
+++ /dev/null
@@ -1,56 +0,0 @@
-{%- extends "layout.html" %}
-{% set title = _('Search') %}
-{% block extrahead %}
-
-
- {# this is used when loading the search index using $.ajax fails,
- such as on Chrome for documents on localhost #}
-
- {{ super() }}
-{% endblock %}
-{% block body %}
- {{ _('Search') }}
-
-
-
- {% trans %}Please activate JavaScript to enable the search
- functionality.{% endtrans %}
-
-
-
- {% trans %}From here you can search these documents. Enter your search
- words into the box below and click "search". Note that the search
- function will automatically search for all of the words. Pages
- containing fewer words won't appear in the result list.{% endtrans %}
-
-
- {% if search_performed %}
- {{ _('Search Results') }}
- {% if not search_results %}
- {{ _('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.') }}
- {% endif %}
- {% endif %}
-
- {% if search_results %}
-
- {% for href, caption, context in search_results %}
-
- {{ caption }}
- {{ context|e }}
-
- {% endfor %}
-
- {% endif %}
-
-{% endblock %}
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.eot b/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.eot
deleted file mode 100644
index cd7a772eb278..000000000000
Binary files a/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.eot and /dev/null differ
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.ttf b/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.ttf
deleted file mode 100644
index 0e58508a64bf..000000000000
Binary files a/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.ttf and /dev/null differ
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.woff b/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.woff
deleted file mode 100644
index 5a267b0f7b7c..000000000000
Binary files a/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.woff and /dev/null differ
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.woff2 b/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.woff2
deleted file mode 100644
index 91d210a0ac66..000000000000
Binary files a/docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.woff2 and /dev/null differ
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/fontawesome/all.css b/docs/python_docs/themes/mx-theme/mxtheme/static/fontawesome/all.css
deleted file mode 100644
index 8e62fcc5d582..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/static/fontawesome/all.css
+++ /dev/null
@@ -1,5 +0,0 @@
-/*!
- * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
- */
-.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
\ No newline at end of file
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/fonts.css b/docs/python_docs/themes/mx-theme/mxtheme/static/fonts.css
deleted file mode 100644
index 872c990e123c..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/static/fonts.css
+++ /dev/null
@@ -1,390 +0,0 @@
-@font-face {
- font-family: 'Roboto';
- src: url('font/Roboto/Roboto-Regular.eot');
- src: url('font/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
- url('font/Roboto/Roboto-Regular.woff') format('woff'),
- url('font/Roboto/Roboto-Regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
-}
-/*
-* Noto Sans SC Sliced (Chinese Simplified)
- */
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.0.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.0.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.0.otf') format('opentype');unicode-range:U+2252,U+30c3,U+5c83-5c94,U+5c9c-5ca8,U+5caa-5cac,U+5cae-5cb2,U+5cb4-5cb7,U+5cb9-5cc0,U+5cc2-5cc3,U+5cc5-5cd8,U+5cdb-5ce0,U+5ce2-5ce7,U+5ce9-5cec,U+5cee-5cef,U+5cf1-5cfa,U+5cfc-5d06,U+5d08-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1c-5d28,U+5d2a-5d2c,U+5d2e-5d4b,U+5d4d-5dc4,U+5dc6-5dcc,U+5dce-5ddc,U+5ddf-5de0,U+5de3-5de4,U+5dea,U+5dec-5ded,U+5def-5df0,U+5df5-5df6,U+5df8-5dfd,U+5dff-5e00,U+5e04,U+5e07,U+5e09-5e0b,U+5e0d-5e0f,U+5e12-5e14,U+5e17,U+5e19-5e1b,U+5e1e-5e25,U+5e28-5e2c,U+5e2f-5e36,U+5e39-5e3c,U+5e3e-5e44,U+5e46-5e54,U+5e56-5e5e,U+67d1,U+6cba,U+9569-956b,U+958a-958b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.0.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.0.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.0.otf') format('opentype');unicode-range:U+2252,U+30c3,U+5c83-5c94,U+5c9c-5ca8,U+5caa-5cac,U+5cae-5cb2,U+5cb4-5cb7,U+5cb9-5cc0,U+5cc2-5cc3,U+5cc5-5cd8,U+5cdb-5ce0,U+5ce2-5ce7,U+5ce9-5cec,U+5cee-5cef,U+5cf1-5cfa,U+5cfc-5d06,U+5d08-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1c-5d28,U+5d2a-5d2c,U+5d2e-5d4b,U+5d4d-5dc4,U+5dc6-5dcc,U+5dce-5ddc,U+5ddf-5de0,U+5de3-5de4,U+5dea,U+5dec-5ded,U+5def-5df0,U+5df5-5df6,U+5df8-5dfd,U+5dff-5e00,U+5e04,U+5e07,U+5e09-5e0b,U+5e0d-5e0f,U+5e12-5e14,U+5e17,U+5e19-5e1b,U+5e1e-5e25,U+5e28-5e2c,U+5e2f-5e36,U+5e39-5e3c,U+5e3e-5e44,U+5e46-5e54,U+5e56-5e5e,U+67d1,U+6cba,U+9569-956b,U+958a-958b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.0.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.0.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.0.otf') format('opentype');unicode-range:U+2252,U+30c3,U+5c83-5c94,U+5c9c-5ca8,U+5caa-5cac,U+5cae-5cb2,U+5cb4-5cb7,U+5cb9-5cc0,U+5cc2-5cc3,U+5cc5-5cd8,U+5cdb-5ce0,U+5ce2-5ce7,U+5ce9-5cec,U+5cee-5cef,U+5cf1-5cfa,U+5cfc-5d06,U+5d08-5d0d,U+5d0f-5d13,U+5d15,U+5d17-5d1a,U+5d1c-5d28,U+5d2a-5d2c,U+5d2e-5d4b,U+5d4d-5dc4,U+5dc6-5dcc,U+5dce-5ddc,U+5ddf-5de0,U+5de3-5de4,U+5dea,U+5dec-5ded,U+5def-5df0,U+5df5-5df6,U+5df8-5dfd,U+5dff-5e00,U+5e04,U+5e07,U+5e09-5e0b,U+5e0d-5e0f,U+5e12-5e14,U+5e17,U+5e19-5e1b,U+5e1e-5e25,U+5e28-5e2c,U+5e2f-5e36,U+5e39-5e3c,U+5e3e-5e44,U+5e46-5e54,U+5e56-5e5e,U+67d1,U+6cba,U+9569-956b,U+958a-958b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.1.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.1.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.1.otf') format('opentype');unicode-range:U+8f7e,U+987c,U+c557-c57b,U+c57d-c5b3,U+c5b5-c5c5,U+c5c9-c5cf,U+c5d1-c5eb,U+c5ed-c600,U+c602-c623,U+c625-c63f,U+c641-c693,U+c695-c6af,U+c6b1-c6b3,U+c6b5-c6b7,U+c6b9-c6c2,U+c6c4-c6cf,U+c6d1-c6fe,U+c843-c845,U+c873-c874;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.1.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.1.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.1.otf') format('opentype');unicode-range:U+8f7e,U+987c,U+c557-c57b,U+c57d-c5b3,U+c5b5-c5c5,U+c5c9-c5cf,U+c5d1-c5eb,U+c5ed-c600,U+c602-c623,U+c625-c63f,U+c641-c693,U+c695-c6af,U+c6b1-c6b3,U+c6b5-c6b7,U+c6b9-c6c2,U+c6c4-c6cf,U+c6d1-c6fe,U+c843-c845,U+c873-c874;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.1.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.1.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.1.otf') format('opentype');unicode-range:U+8f7e,U+987c,U+c557-c57b,U+c57d-c5b3,U+c5b5-c5c5,U+c5c9-c5cf,U+c5d1-c5eb,U+c5ed-c600,U+c602-c623,U+c625-c63f,U+c641-c693,U+c695-c6af,U+c6b1-c6b3,U+c6b5-c6b7,U+c6b9-c6c2,U+c6c4-c6cf,U+c6d1-c6fe,U+c843-c845,U+c873-c874;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.2.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.2.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.2.otf') format('opentype');unicode-range:U+54fb,U+573f,U+574b,U+5f89,U+647d-6486,U+6488-6490,U+6493-6494,U+6496-649d,U+649f-64a3,U+64a5-64ac,U+64b2-64bb,U+64bd-64c4,U+64c6-64cc,U+64cf-64d1,U+64d3-64e5,U+64e7-64ff,U+6501-6511,U+6513-651d,U+651f-652e,U+6530-6535,U+6537-6538,U+653c-653d,U+6540-6544,U+6546-6547,U+6549-654b,U+654d-654e,U+6550,U+6552-6558,U+655a,U+655c-655d,U+655f-6561,U+6564-6565,U+6567-656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-6586,U+6588-658a,U+658d-658f,U+6592-6596,U+659a-659b,U+659d-65a3,U+65a6,U+65aa-65ac,U+65ae,U+65b1-65b8,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65ca,U+65cc-65ce,U+65d0-65d1,U+65d3-65d6,U+65d8-65df,U+65e1,U+65e3-65e4,U+65ea-65eb,U+65ee-65f0,U+65f2-65f5,U+65f8-65f9,U+65fb-6601,U+6603-6605,U+6607-660b,U+660d,U+6610-6612,U+6615-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6639,U+663b,U+663f-6642,U+6644-664a,U+664c-6651,U+6657-6659,U+665b-6665,U+6667,U+6669-666d,U+6671-6673,U+6675,U+6677-6679,U+667b-667d,U+667f-6681,U+73c8-73c9,U+78f1,U+7a3e,U+8866-8867,U+957d-957e,U+95e5-95e7;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.2.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.2.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.2.otf') format('opentype');unicode-range:U+54fb,U+573f,U+574b,U+5f89,U+647d-6486,U+6488-6490,U+6493-6494,U+6496-649d,U+649f-64a3,U+64a5-64ac,U+64b2-64bb,U+64bd-64c4,U+64c6-64cc,U+64cf-64d1,U+64d3-64e5,U+64e7-64ff,U+6501-6511,U+6513-651d,U+651f-652e,U+6530-6535,U+6537-6538,U+653c-653d,U+6540-6544,U+6546-6547,U+6549-654b,U+654d-654e,U+6550,U+6552-6558,U+655a,U+655c-655d,U+655f-6561,U+6564-6565,U+6567-656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-6586,U+6588-658a,U+658d-658f,U+6592-6596,U+659a-659b,U+659d-65a3,U+65a6,U+65aa-65ac,U+65ae,U+65b1-65b8,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65ca,U+65cc-65ce,U+65d0-65d1,U+65d3-65d6,U+65d8-65df,U+65e1,U+65e3-65e4,U+65ea-65eb,U+65ee-65f0,U+65f2-65f5,U+65f8-65f9,U+65fb-6601,U+6603-6605,U+6607-660b,U+660d,U+6610-6612,U+6615-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6639,U+663b,U+663f-6642,U+6644-664a,U+664c-6651,U+6657-6659,U+665b-6665,U+6667,U+6669-666d,U+6671-6673,U+6675,U+6677-6679,U+667b-667d,U+667f-6681,U+73c8-73c9,U+78f1,U+7a3e,U+8866-8867,U+957d-957e,U+95e5-95e7;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.2.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.2.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.2.otf') format('opentype');unicode-range:U+54fb,U+573f,U+574b,U+5f89,U+647d-6486,U+6488-6490,U+6493-6494,U+6496-649d,U+649f-64a3,U+64a5-64ac,U+64b2-64bb,U+64bd-64c4,U+64c6-64cc,U+64cf-64d1,U+64d3-64e5,U+64e7-64ff,U+6501-6511,U+6513-651d,U+651f-652e,U+6530-6535,U+6537-6538,U+653c-653d,U+6540-6544,U+6546-6547,U+6549-654b,U+654d-654e,U+6550,U+6552-6558,U+655a,U+655c-655d,U+655f-6561,U+6564-6565,U+6567-656b,U+656d-656f,U+6571,U+6573,U+6575-6576,U+6578-6586,U+6588-658a,U+658d-658f,U+6592-6596,U+659a-659b,U+659d-65a3,U+65a6,U+65aa-65ac,U+65ae,U+65b1-65b8,U+65ba-65bb,U+65be-65c0,U+65c2-65c4,U+65c6-65ca,U+65cc-65ce,U+65d0-65d1,U+65d3-65d6,U+65d8-65df,U+65e1,U+65e3-65e4,U+65ea-65eb,U+65ee-65f0,U+65f2-65f5,U+65f8-65f9,U+65fb-6601,U+6603-6605,U+6607-660b,U+660d,U+6610-6612,U+6615-661e,U+6621-6624,U+6626,U+6629-662c,U+662e,U+6630-6639,U+663b,U+663f-6642,U+6644-664a,U+664c-6651,U+6657-6659,U+665b-6665,U+6667,U+6669-666d,U+6671-6673,U+6675,U+6677-6679,U+667b-667d,U+667f-6681,U+73c8-73c9,U+78f1,U+7a3e,U+8866-8867,U+957d-957e,U+95e5-95e7;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.3.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.3.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.3.otf') format('opentype');unicode-range:U+25bd,U+51fc,U+6bd3,U+881d,U+962f-9630,U+bd34-bd7f,U+bd81-bd83,U+bd85-be43,U+be45-be5a,U+be5c-bed2;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.3.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.3.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.3.otf') format('opentype');unicode-range:U+25bd,U+51fc,U+6bd3,U+881d,U+962f-9630,U+bd34-bd7f,U+bd81-bd83,U+bd85-be43,U+be45-be5a,U+be5c-bed2;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.3.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.3.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.3.otf') format('opentype');unicode-range:U+25bd,U+51fc,U+6bd3,U+881d,U+962f-9630,U+bd34-bd7f,U+bd81-bd83,U+bd85-be43,U+be45-be5a,U+be5c-bed2;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.4.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.4.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.4.otf') format('opentype');unicode-range:U+3050-3051,U+5e85,U+c7b6-c7bc,U+21ca2,U+249a9-25d30,U+25db9-25ee8,U+25f4b-26412,U+26488-26cc0,U+28eac;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.4.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.4.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.4.otf') format('opentype');unicode-range:U+3050-3051,U+5e85,U+c7b6-c7bc,U+21ca2,U+249a9-25d30,U+25db9-25ee8,U+25f4b-26412,U+26488-26cc0,U+28eac;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.4.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.4.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.4.otf') format('opentype');unicode-range:U+3050-3051,U+5e85,U+c7b6-c7bc,U+21ca2,U+249a9-25d30,U+25db9-25ee8,U+25f4b-26412,U+26488-26cc0,U+28eac;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.5.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.5.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.5.otf') format('opentype');unicode-range:U+88ac,U+95fc,U+20e4c-20f4c,U+20fad-21088,U+2109d-21c56,U+21ca5-22c38,U+249a4,U+26cd1,U+2808a,U+2b36f,U+2f945;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.5.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.5.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.5.otf') format('opentype');unicode-range:U+88ac,U+95fc,U+20e4c-20f4c,U+20fad-21088,U+2109d-21c56,U+21ca5-22c38,U+249a4,U+26cd1,U+2808a,U+2b36f,U+2f945;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.5.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.5.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.5.otf') format('opentype');unicode-range:U+88ac,U+95fc,U+20e4c-20f4c,U+20fad-21088,U+2109d-21c56,U+21ca5-22c38,U+249a4,U+26cd1,U+2808a,U+2b36f,U+2f945;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.6.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.6.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.6.otf') format('opentype');unicode-range:U+36e1-387f,U+2b300;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.6.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.6.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.6.otf') format('opentype');unicode-range:U+36e1-387f,U+2b300;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.6.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.6.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.6.otf') format('opentype');unicode-range:U+36e1-387f,U+2b300;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.7.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.7.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.7.otf') format('opentype');unicode-range:U+339f-353e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.7.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.7.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.7.otf') format('opentype');unicode-range:U+339f-353e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.7.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.7.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.7.otf') format('opentype');unicode-range:U+339f-353e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.8.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.8.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.8.otf') format('opentype');unicode-range:U+94cb-94ce,U+95ab-95ad,U+95d5-95d6,U+b02a-b097,U+b099-b09b,U+b09d-b09f,U+b0a1-b0a7,U+b0a9-b0b3,U+b0b5-b107,U+b109-b10f,U+b111-b123,U+b125-b154,U+b156-b1c2,U+c728-c72b,U+c761-c762;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.8.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.8.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.8.otf') format('opentype');unicode-range:U+94cb-94ce,U+95ab-95ad,U+95d5-95d6,U+b02a-b097,U+b099-b09b,U+b09d-b09f,U+b0a1-b0a7,U+b0a9-b0b3,U+b0b5-b107,U+b109-b10f,U+b111-b123,U+b125-b154,U+b156-b1c2,U+c728-c72b,U+c761-c762;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.8.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.8.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.8.otf') format('opentype');unicode-range:U+94cb-94ce,U+95ab-95ad,U+95d5-95d6,U+b02a-b097,U+b099-b09b,U+b09d-b09f,U+b0a1-b0a7,U+b0a9-b0b3,U+b0b5-b107,U+b109-b10f,U+b111-b123,U+b125-b154,U+b156-b1c2,U+c728-c72b,U+c761-c762;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.9.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.9.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.9.otf') format('opentype');unicode-range:U+3bc2-3d62,U+65a8,U+8d32-8d33;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.9.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.9.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.9.otf') format('opentype');unicode-range:U+3bc2-3d62,U+65a8,U+8d32-8d33;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.9.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.9.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.9.otf') format('opentype');unicode-range:U+3bc2-3d62,U+65a8,U+8d32-8d33;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.10.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.10.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.10.otf') format('opentype');unicode-range:U+4c0c-4da8,U+4e23,U+95c3-95c6,U+95fe-95ff;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.10.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.10.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.10.otf') format('opentype');unicode-range:U+4c0c-4da8,U+4e23,U+95c3-95c6,U+95fe-95ff;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.10.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.10.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.10.otf') format('opentype');unicode-range:U+4c0c-4da8,U+4e23,U+95c3-95c6,U+95fe-95ff;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.11.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.11.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.11.otf') format('opentype');unicode-range:U+c726-c727,U+cd79-cd93,U+cd95-ce57,U+ce59-ce73,U+ce75-cf16,U+2b37d;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.11.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.11.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.11.otf') format('opentype');unicode-range:U+c726-c727,U+cd79-cd93,U+cd95-ce57,U+ce59-ce73,U+ce75-cf16,U+2b37d;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.11.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.11.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.11.otf') format('opentype');unicode-range:U+c726-c727,U+cd79-cd93,U+cd95-ce57,U+ce59-ce73,U+ce75-cf16,U+2b37d;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.12.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.12.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.12.otf') format('opentype');unicode-range:U+519a,U+b851-b85b,U+b85d-b973,U+b975-b977,U+b979-b97b,U+b97d-b983,U+b985-b9ab,U+b9ad-b9af,U+b9b1-b9c7,U+b9c9-b9cb,U+b9cd-b9cf,U+b9d1-b9ee,U+c7ad-c7b5,U+c83c-c83d;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.12.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.12.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.12.otf') format('opentype');unicode-range:U+519a,U+b851-b85b,U+b85d-b973,U+b975-b977,U+b979-b97b,U+b97d-b983,U+b985-b9ab,U+b9ad-b9af,U+b9b1-b9c7,U+b9c9-b9cb,U+b9cd-b9cf,U+b9d1-b9ee,U+c7ad-c7b5,U+c83c-c83d;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.12.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.12.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.12.otf') format('opentype');unicode-range:U+519a,U+b851-b85b,U+b85d-b973,U+b975-b977,U+b979-b97b,U+b97d-b983,U+b985-b9ab,U+b9ad-b9af,U+b9b1-b9c7,U+b9c9-b9cb,U+b9cd-b9cf,U+b9d1-b9ee,U+c7ad-c7b5,U+c83c-c83d;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.13.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.13.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.13.otf') format('opentype');unicode-range:U+00c5,U+03b6-03ba,U+03bf,U+03c5,U+500b,U+537b,U+5834,U+6703,U+6727,U+6c7a,U+752a,U+767c,U+8f24-8f65,U+8f6a-8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f7a,U+8f80-8f82,U+8f8a-8f8f,U+8f92,U+8f94-8f95,U+8fa0-8fa2,U+8fa4-8fa7,U+8faa-8faf,U+8fb2-8fb8,U+8fba-8fbc,U+8fbf-8fc0,U+8fc2-8fc3,U+8fc9-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5-8fd7,U+8fda,U+8fe0-8fe4,U+8fe7-8fe9,U+8fec,U+8fee-8fef,U+8ff1-8ff6,U+8ff8,U+8ffa-8ffc,U+8ffe-8fff,U+9007-9008,U+900b-900c,U+9011,U+9013,U+9015-9016,U+9018-9019,U+901c,U+901e,U+9021,U+9023-902d,U+902f-9037,U+9039-903a,U+903d,U+903f-9041,U+9043-9046,U+9048-904c,U+904e-904f,U+9051-9052,U+9054-9056,U+9058-9062,U+9064,U+9066-906c,U+906f-9074,U+9076-907e,U+9081,U+9084-9090,U+9092,U+9094-90a2,U+90a4-90a5,U+90a7-90a9,U+90ab-90ad,U+90af-90b0,U+90b2-90b4,U+90b6-90b8,U+90ba,U+90bc-90c0,U+90c2-90c4,U+90c6-90c9,U+90cb-90cd,U+90cf-90d0,U+90d2-90dd,U+90df-90e0,U+90e2-90e7,U+90e9-90ec,U+90ee-90fc,U+90fe-9101,U+9103-9118,U+911a-9130,U+9611,U+c838-c83a,U+ff14,U+28482;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.13.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.13.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.13.otf') format('opentype');unicode-range:U+00c5,U+03b6-03ba,U+03bf,U+03c5,U+500b,U+537b,U+5834,U+6703,U+6727,U+6c7a,U+752a,U+767c,U+8f24-8f65,U+8f6a-8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f7a,U+8f80-8f82,U+8f8a-8f8f,U+8f92,U+8f94-8f95,U+8fa0-8fa2,U+8fa4-8fa7,U+8faa-8faf,U+8fb2-8fb8,U+8fba-8fbc,U+8fbf-8fc0,U+8fc2-8fc3,U+8fc9-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5-8fd7,U+8fda,U+8fe0-8fe4,U+8fe7-8fe9,U+8fec,U+8fee-8fef,U+8ff1-8ff6,U+8ff8,U+8ffa-8ffc,U+8ffe-8fff,U+9007-9008,U+900b-900c,U+9011,U+9013,U+9015-9016,U+9018-9019,U+901c,U+901e,U+9021,U+9023-902d,U+902f-9037,U+9039-903a,U+903d,U+903f-9041,U+9043-9046,U+9048-904c,U+904e-904f,U+9051-9052,U+9054-9056,U+9058-9062,U+9064,U+9066-906c,U+906f-9074,U+9076-907e,U+9081,U+9084-9090,U+9092,U+9094-90a2,U+90a4-90a5,U+90a7-90a9,U+90ab-90ad,U+90af-90b0,U+90b2-90b4,U+90b6-90b8,U+90ba,U+90bc-90c0,U+90c2-90c4,U+90c6-90c9,U+90cb-90cd,U+90cf-90d0,U+90d2-90dd,U+90df-90e0,U+90e2-90e7,U+90e9-90ec,U+90ee-90fc,U+90fe-9101,U+9103-9118,U+911a-9130,U+9611,U+c838-c83a,U+ff14,U+28482;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.13.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.13.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.13.otf') format('opentype');unicode-range:U+00c5,U+03b6-03ba,U+03bf,U+03c5,U+500b,U+537b,U+5834,U+6703,U+6727,U+6c7a,U+752a,U+767c,U+8f24-8f65,U+8f6a-8f6b,U+8f6d,U+8f71-8f73,U+8f75-8f7a,U+8f80-8f82,U+8f8a-8f8f,U+8f92,U+8f94-8f95,U+8fa0-8fa2,U+8fa4-8fa7,U+8faa-8faf,U+8fb2-8fb8,U+8fba-8fbc,U+8fbf-8fc0,U+8fc2-8fc3,U+8fc9-8fcd,U+8fcf,U+8fd2-8fd3,U+8fd5-8fd7,U+8fda,U+8fe0-8fe4,U+8fe7-8fe9,U+8fec,U+8fee-8fef,U+8ff1-8ff6,U+8ff8,U+8ffa-8ffc,U+8ffe-8fff,U+9007-9008,U+900b-900c,U+9011,U+9013,U+9015-9016,U+9018-9019,U+901c,U+901e,U+9021,U+9023-902d,U+902f-9037,U+9039-903a,U+903d,U+903f-9041,U+9043-9046,U+9048-904c,U+904e-904f,U+9051-9052,U+9054-9056,U+9058-9062,U+9064,U+9066-906c,U+906f-9074,U+9076-907e,U+9081,U+9084-9090,U+9092,U+9094-90a2,U+90a4-90a5,U+90a7-90a9,U+90ab-90ad,U+90af-90b0,U+90b2-90b4,U+90b6-90b8,U+90ba,U+90bc-90c0,U+90c2-90c4,U+90c6-90c9,U+90cb-90cd,U+90cf-90d0,U+90d2-90dd,U+90df-90e0,U+90e2-90e7,U+90e9-90ec,U+90ee-90fc,U+90fe-9101,U+9103-9118,U+911a-9130,U+9611,U+c838-c83a,U+ff14,U+28482;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.14.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.14.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.14.otf') format('opentype');unicode-range:U+527d-527e,U+5280-5287,U+5289-529a,U+52a2,U+52a4-52a7,U+52ac-52b0,U+52b4-52be,U+52c0-52c2,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52d1,U+52d3-52d4,U+52d6-52d7,U+52d9-52de,U+52e0-52e3,U+52e5-52f9,U+52fb-52fd,U+5301-5304,U+5307-5315,U+5318,U+531a-531f,U+5321-5329,U+532b-5338,U+533c-533d,U+5340,U+5342,U+5344-5346,U+534b-534d,U+5350,U+5354,U+5358-5359,U+535b,U+535d-535f,U+5363,U+5365,U+5368-536a,U+536c-536e,U+5372,U+5376,U+5379-537a,U+537c-537e,U+5380-5381,U+5383,U+5387-5388,U+538a,U+538d-5394,U+5396-5397,U+5399,U+539b-539e,U+53a0-53a1,U+53a3-53a4,U+53a7,U+53a9-53ba,U+53bc-53be,U+53c0-53c1,U+53c3-53c7,U+53ce-53d0,U+53d2-53d3,U+53d5,U+53da,U+53dc-53df,U+53e1-53e2,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+5412,U+5414,U+5416,U+5418-541a,U+5420-5425,U+5429-542a,U+542d-542e,U+5430-5433,U+5436-5437,U+543a,U+543d,U+543f,U+5441-5445,U+5447,U+5449,U+544b-544f,U+5451-5454,U+5456-5457,U+5459-5461,U+5463-5467,U+5469-5472,U+5474,U+5476-547b,U+547e-547f,U+5481-548a,U+548d-548e,U+5493-5495,U+5498-54a7,U+54ad-54ae,U+54b0,U+54b2,U+54b4-54b7,U+54b9-54bc,U+54be-54bf,U+54c2-54c3,U+54c5-54c6,U+54ca-54cc,U+8df4,U+8e1a-8e1c,U+9004,U+94e0-94e3,U+95a4-95aa,U+9641-9643,U+989e,U+280bb,U+2b4e7;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.14.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.14.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.14.otf') format('opentype');unicode-range:U+527d-527e,U+5280-5287,U+5289-529a,U+52a2,U+52a4-52a7,U+52ac-52b0,U+52b4-52be,U+52c0-52c2,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52d1,U+52d3-52d4,U+52d6-52d7,U+52d9-52de,U+52e0-52e3,U+52e5-52f9,U+52fb-52fd,U+5301-5304,U+5307-5315,U+5318,U+531a-531f,U+5321-5329,U+532b-5338,U+533c-533d,U+5340,U+5342,U+5344-5346,U+534b-534d,U+5350,U+5354,U+5358-5359,U+535b,U+535d-535f,U+5363,U+5365,U+5368-536a,U+536c-536e,U+5372,U+5376,U+5379-537a,U+537c-537e,U+5380-5381,U+5383,U+5387-5388,U+538a,U+538d-5394,U+5396-5397,U+5399,U+539b-539e,U+53a0-53a1,U+53a3-53a4,U+53a7,U+53a9-53ba,U+53bc-53be,U+53c0-53c1,U+53c3-53c7,U+53ce-53d0,U+53d2-53d3,U+53d5,U+53da,U+53dc-53df,U+53e1-53e2,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+5412,U+5414,U+5416,U+5418-541a,U+5420-5425,U+5429-542a,U+542d-542e,U+5430-5433,U+5436-5437,U+543a,U+543d,U+543f,U+5441-5445,U+5447,U+5449,U+544b-544f,U+5451-5454,U+5456-5457,U+5459-5461,U+5463-5467,U+5469-5472,U+5474,U+5476-547b,U+547e-547f,U+5481-548a,U+548d-548e,U+5493-5495,U+5498-54a7,U+54ad-54ae,U+54b0,U+54b2,U+54b4-54b7,U+54b9-54bc,U+54be-54bf,U+54c2-54c3,U+54c5-54c6,U+54ca-54cc,U+8df4,U+8e1a-8e1c,U+9004,U+94e0-94e3,U+95a4-95aa,U+9641-9643,U+989e,U+280bb,U+2b4e7;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.14.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.14.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.14.otf') format('opentype');unicode-range:U+527d-527e,U+5280-5287,U+5289-529a,U+52a2,U+52a4-52a7,U+52ac-52b0,U+52b4-52be,U+52c0-52c2,U+52c4-52c6,U+52c8,U+52ca,U+52cc-52d1,U+52d3-52d4,U+52d6-52d7,U+52d9-52de,U+52e0-52e3,U+52e5-52f9,U+52fb-52fd,U+5301-5304,U+5307-5315,U+5318,U+531a-531f,U+5321-5329,U+532b-5338,U+533c-533d,U+5340,U+5342,U+5344-5346,U+534b-534d,U+5350,U+5354,U+5358-5359,U+535b,U+535d-535f,U+5363,U+5365,U+5368-536a,U+536c-536e,U+5372,U+5376,U+5379-537a,U+537c-537e,U+5380-5381,U+5383,U+5387-5388,U+538a,U+538d-5394,U+5396-5397,U+5399,U+539b-539e,U+53a0-53a1,U+53a3-53a4,U+53a7,U+53a9-53ba,U+53bc-53be,U+53c0-53c1,U+53c3-53c7,U+53ce-53d0,U+53d2-53d3,U+53d5,U+53da,U+53dc-53df,U+53e1-53e2,U+53f1,U+53f4-53f5,U+53fa-5400,U+5402,U+5405-5407,U+540b,U+5412,U+5414,U+5416,U+5418-541a,U+5420-5425,U+5429-542a,U+542d-542e,U+5430-5433,U+5436-5437,U+543a,U+543d,U+543f,U+5441-5445,U+5447,U+5449,U+544b-544f,U+5451-5454,U+5456-5457,U+5459-5461,U+5463-5467,U+5469-5472,U+5474,U+5476-547b,U+547e-547f,U+5481-548a,U+548d-548e,U+5493-5495,U+5498-54a7,U+54ad-54ae,U+54b0,U+54b2,U+54b4-54b7,U+54b9-54bc,U+54be-54bf,U+54c2-54c3,U+54c5-54c6,U+54ca-54cc,U+8df4,U+8e1a-8e1c,U+9004,U+94e0-94e3,U+95a4-95aa,U+9641-9643,U+989e,U+280bb,U+2b4e7;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.15.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.15.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.15.otf') format('opentype');unicode-range:U+353f-36e0;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.15.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.15.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.15.otf') format('opentype');unicode-range:U+353f-36e0;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.15.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.15.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.15.otf') format('opentype');unicode-range:U+353f-36e0;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.16.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.16.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.16.otf') format('opentype');unicode-range:U+2609,U+273f-2ffb,U+3003-3007,U+3016-303f,U+959f-95a0;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.16.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.16.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.16.otf') format('opentype');unicode-range:U+2609,U+273f-2ffb,U+3003-3007,U+3016-303f,U+959f-95a0;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.16.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.16.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.16.otf') format('opentype');unicode-range:U+2609,U+273f-2ffb,U+3003-3007,U+3016-303f,U+959f-95a0;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.17.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.17.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.17.otf') format('opentype');unicode-range:U+54a9,U+62c8,U+6c82,U+8099,U+809b-809c,U+809e-809f,U+80a3,U+80a6-80a8,U+80ab-80ae,U+80b0-80b1,U+80b5-80b9,U+80bb-80bd,U+80c2,U+80c4-80c5,U+80c7-80cb,U+80cd,U+80cf-80d5,U+80d7-80d9,U+80db,U+80dd,U+80df-80e0,U+80e2-80e6,U+80e8-80f0,U+80f2,U+80f9,U+80fb-80fc,U+80fe-8101,U+8103-8105,U+8107-8108,U+810b-810e,U+8110,U+8112-8115,U+8117-8119,U+811b-8130,U+8132-8137,U+8139-813d,U+813f-8149,U+814d-814f,U+8152-8153,U+8156-8164,U+8166-816f,U+8171-8178,U+817c-817d,U+8181-8189,U+818b-818e,U+8190-819b,U+819e-81a7,U+81a9-81b2,U+81b4-81bf,U+81c1,U+81c3-81e2,U+81e4-81e9,U+81eb-81ec,U+81ee-81f2,U+81f5-8205,U+8207-820b,U+820e-8211,U+8213-821d,U+8220-8229,U+822b,U+822d-822f,U+8232,U+8234-8238,U+823a-8246,U+8248-824e,U+8250-8257,U+8259-826e,U+8271,U+8274-8277,U+827b-827d,U+827f-8281,U+8283-8286,U+886d-886f,U+9496-9498,U+9522,U+95a1-95a3,U+95ae-95b3,U+95be-95bf,U+95f3;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.17.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.17.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.17.otf') format('opentype');unicode-range:U+54a9,U+62c8,U+6c82,U+8099,U+809b-809c,U+809e-809f,U+80a3,U+80a6-80a8,U+80ab-80ae,U+80b0-80b1,U+80b5-80b9,U+80bb-80bd,U+80c2,U+80c4-80c5,U+80c7-80cb,U+80cd,U+80cf-80d5,U+80d7-80d9,U+80db,U+80dd,U+80df-80e0,U+80e2-80e6,U+80e8-80f0,U+80f2,U+80f9,U+80fb-80fc,U+80fe-8101,U+8103-8105,U+8107-8108,U+810b-810e,U+8110,U+8112-8115,U+8117-8119,U+811b-8130,U+8132-8137,U+8139-813d,U+813f-8149,U+814d-814f,U+8152-8153,U+8156-8164,U+8166-816f,U+8171-8178,U+817c-817d,U+8181-8189,U+818b-818e,U+8190-819b,U+819e-81a7,U+81a9-81b2,U+81b4-81bf,U+81c1,U+81c3-81e2,U+81e4-81e9,U+81eb-81ec,U+81ee-81f2,U+81f5-8205,U+8207-820b,U+820e-8211,U+8213-821d,U+8220-8229,U+822b,U+822d-822f,U+8232,U+8234-8238,U+823a-8246,U+8248-824e,U+8250-8257,U+8259-826e,U+8271,U+8274-8277,U+827b-827d,U+827f-8281,U+8283-8286,U+886d-886f,U+9496-9498,U+9522,U+95a1-95a3,U+95ae-95b3,U+95be-95bf,U+95f3;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.17.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.17.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.17.otf') format('opentype');unicode-range:U+54a9,U+62c8,U+6c82,U+8099,U+809b-809c,U+809e-809f,U+80a3,U+80a6-80a8,U+80ab-80ae,U+80b0-80b1,U+80b5-80b9,U+80bb-80bd,U+80c2,U+80c4-80c5,U+80c7-80cb,U+80cd,U+80cf-80d5,U+80d7-80d9,U+80db,U+80dd,U+80df-80e0,U+80e2-80e6,U+80e8-80f0,U+80f2,U+80f9,U+80fb-80fc,U+80fe-8101,U+8103-8105,U+8107-8108,U+810b-810e,U+8110,U+8112-8115,U+8117-8119,U+811b-8130,U+8132-8137,U+8139-813d,U+813f-8149,U+814d-814f,U+8152-8153,U+8156-8164,U+8166-816f,U+8171-8178,U+817c-817d,U+8181-8189,U+818b-818e,U+8190-819b,U+819e-81a7,U+81a9-81b2,U+81b4-81bf,U+81c1,U+81c3-81e2,U+81e4-81e9,U+81eb-81ec,U+81ee-81f2,U+81f5-8205,U+8207-820b,U+820e-8211,U+8213-821d,U+8220-8229,U+822b,U+822d-822f,U+8232,U+8234-8238,U+823a-8246,U+8248-824e,U+8250-8257,U+8259-826e,U+8271,U+8274-8277,U+827b-827d,U+827f-8281,U+8283-8286,U+886d-886f,U+9496-9498,U+9522,U+95a1-95a3,U+95ae-95b3,U+95be-95bf,U+95f3;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.18.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.18.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.18.otf') format('opentype');unicode-range:U+b50f-b52f,U+b531-b6ac,U+c7c9-c7cb;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.18.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.18.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.18.otf') format('opentype');unicode-range:U+b50f-b52f,U+b531-b6ac,U+c7c9-c7cb;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.18.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.18.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.18.otf') format('opentype');unicode-range:U+b50f-b52f,U+b531-b6ac,U+c7c9-c7cb;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.19.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.19.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.19.otf') format('opentype');unicode-range:U+48cb-4a6b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.19.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.19.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.19.otf') format('opentype');unicode-range:U+48cb-4a6b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.19.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.19.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.19.otf') format('opentype');unicode-range:U+48cb-4a6b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.20.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.20.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.20.otf') format('opentype');unicode-range:U+6a56-6a57,U+6a5a-6a60,U+6a62-6a70,U+6a72-6a7f,U+6a81-6a8f,U+6a91-6aab,U+6aad-6b1f,U+6b24-6b26,U+6b28-6b31,U+6b33-6b37,U+6b39,U+6b3b-6b3d,U+6b3f-6b46,U+6b48,U+6b4a-6b4b,U+6b4d-6b61,U+6b68-6b69,U+6b6b-6b76,U+6b7d-6b89,U+6b8c-6b95,U+6b97-6ba9,U+6bab-6bb4,U+6bb6,U+6bb8-6bbe,U+6bc0,U+6bc2-6bc4,U+6bc6-6bca,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd6,U+6bd8,U+6bda,U+6bdc-6bea,U+6bec-6bee,U+6bf0-6c0e,U+6c10,U+6c12,U+6c15-6c1a,U+6c1c-6c21,U+6e3b,U+8716-8717,U+900d-900e,U+94e7-94e9,U+9592-9593,U+95c0-95c2,U+9a6e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.20.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.20.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.20.otf') format('opentype');unicode-range:U+6a56-6a57,U+6a5a-6a60,U+6a62-6a70,U+6a72-6a7f,U+6a81-6a8f,U+6a91-6aab,U+6aad-6b1f,U+6b24-6b26,U+6b28-6b31,U+6b33-6b37,U+6b39,U+6b3b-6b3d,U+6b3f-6b46,U+6b48,U+6b4a-6b4b,U+6b4d-6b61,U+6b68-6b69,U+6b6b-6b76,U+6b7d-6b89,U+6b8c-6b95,U+6b97-6ba9,U+6bab-6bb4,U+6bb6,U+6bb8-6bbe,U+6bc0,U+6bc2-6bc4,U+6bc6-6bca,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd6,U+6bd8,U+6bda,U+6bdc-6bea,U+6bec-6bee,U+6bf0-6c0e,U+6c10,U+6c12,U+6c15-6c1a,U+6c1c-6c21,U+6e3b,U+8716-8717,U+900d-900e,U+94e7-94e9,U+9592-9593,U+95c0-95c2,U+9a6e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.20.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.20.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.20.otf') format('opentype');unicode-range:U+6a56-6a57,U+6a5a-6a60,U+6a62-6a70,U+6a72-6a7f,U+6a81-6a8f,U+6a91-6aab,U+6aad-6b1f,U+6b24-6b26,U+6b28-6b31,U+6b33-6b37,U+6b39,U+6b3b-6b3d,U+6b3f-6b46,U+6b48,U+6b4a-6b4b,U+6b4d-6b61,U+6b68-6b69,U+6b6b-6b76,U+6b7d-6b89,U+6b8c-6b95,U+6b97-6ba9,U+6bab-6bb4,U+6bb6,U+6bb8-6bbe,U+6bc0,U+6bc2-6bc4,U+6bc6-6bca,U+6bcc,U+6bce,U+6bd0-6bd1,U+6bd6,U+6bd8,U+6bda,U+6bdc-6bea,U+6bec-6bee,U+6bf0-6c0e,U+6c10,U+6c12,U+6c15-6c1a,U+6c1c-6c21,U+6e3b,U+8716-8717,U+900d-900e,U+94e7-94e9,U+9592-9593,U+95c0-95c2,U+9a6e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.21.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.21.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.21.otf') format('opentype');unicode-range:U+6ed2-6ed3,U+8dde,U+d73a-d787,U+d789-f9ea;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.21.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.21.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.21.otf') format('opentype');unicode-range:U+6ed2-6ed3,U+8dde,U+d73a-d787,U+d789-f9ea;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.21.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.21.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.21.otf') format('opentype');unicode-range:U+6ed2-6ed3,U+8dde,U+d73a-d787,U+d789-f9ea;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.22.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.22.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.22.otf') format('opentype');unicode-range:U+7ea3,U+7ea5,U+cf17-d06b,U+d06d-d0b4;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.22.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.22.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.22.otf') format('opentype');unicode-range:U+7ea3,U+7ea5,U+cf17-d06b,U+d06d-d0b4;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.22.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.22.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.22.otf') format('opentype');unicode-range:U+7ea3,U+7ea5,U+cf17-d06b,U+d06d-d0b4;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.23.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.23.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.23.otf') format('opentype');unicode-range:U+00e0,U+00ec,U+00f2-00f3,U+00f9,U+0101,U+01ce-01d0,U+01d4,U+0261-02cb,U+24fe,U+2501,U+3012-3013,U+3041-3043,U+3045-304a,U+304e,U+3053-3056,U+3058-305e,U+3064-3066,U+3069,U+306f-307d,U+3080-3088,U+308c-309b,U+309e-30ae,U+30b8-30c1,U+30c4-30c7,U+30cc-30e8,U+30ec-30f2,U+30f4-30fb,U+30fd-31fd,U+55ab,U+5739,U+5b6c,U+6242-6243,U+6f32,U+758e,U+7ebe,U+86a8,U+8bee,U+8c27,U+8deb-8dec,U+91d0,U+94e4-94e5,U+9504,U+9572-9575,U+95d7-95d8,U+9698,U+989f,U+9c90,U+9ddf;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.23.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.23.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.23.otf') format('opentype');unicode-range:U+00e0,U+00ec,U+00f2-00f3,U+00f9,U+0101,U+01ce-01d0,U+01d4,U+0261-02cb,U+24fe,U+2501,U+3012-3013,U+3041-3043,U+3045-304a,U+304e,U+3053-3056,U+3058-305e,U+3064-3066,U+3069,U+306f-307d,U+3080-3088,U+308c-309b,U+309e-30ae,U+30b8-30c1,U+30c4-30c7,U+30cc-30e8,U+30ec-30f2,U+30f4-30fb,U+30fd-31fd,U+55ab,U+5739,U+5b6c,U+6242-6243,U+6f32,U+758e,U+7ebe,U+86a8,U+8bee,U+8c27,U+8deb-8dec,U+91d0,U+94e4-94e5,U+9504,U+9572-9575,U+95d7-95d8,U+9698,U+989f,U+9c90,U+9ddf;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.23.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.23.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.23.otf') format('opentype');unicode-range:U+00e0,U+00ec,U+00f2-00f3,U+00f9,U+0101,U+01ce-01d0,U+01d4,U+0261-02cb,U+24fe,U+2501,U+3012-3013,U+3041-3043,U+3045-304a,U+304e,U+3053-3056,U+3058-305e,U+3064-3066,U+3069,U+306f-307d,U+3080-3088,U+308c-309b,U+309e-30ae,U+30b8-30c1,U+30c4-30c7,U+30cc-30e8,U+30ec-30f2,U+30f4-30fb,U+30fd-31fd,U+55ab,U+5739,U+5b6c,U+6242-6243,U+6f32,U+758e,U+7ebe,U+86a8,U+8bee,U+8c27,U+8deb-8dec,U+91d0,U+94e4-94e5,U+9504,U+9572-9575,U+95d7-95d8,U+9698,U+989f,U+9c90,U+9ddf;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.24.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.24.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.24.otf') format('opentype');unicode-range:U+3880-3a21,U+966b-966c;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.24.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.24.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.24.otf') format('opentype');unicode-range:U+3880-3a21,U+966b-966c;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.24.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.24.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.24.otf') format('opentype');unicode-range:U+3880-3a21,U+966b-966c;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.25.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.25.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.25.otf') format('opentype');unicode-range:U+039b,U+03bd,U+223d,U+5575,U+569d-56a2,U+56a4-56bb,U+56bd-56c9,U+56cb-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e3-56ec,U+56ee-56ef,U+56f6-56f9,U+56fb-56fc,U+56ff-5705,U+5707,U+5709-570a,U+570c-571e,U+5720-5722,U+5724-5727,U+5729-572f,U+5731-5732,U+5734-5738,U+573b-573d,U+5743-5746,U+5748-5749,U+5752-5756,U+5758-5759,U+5762-5763,U+5765,U+576b-5776,U+5778-5781,U+5785-578a,U+578c-5791,U+5793-57a1,U+57a7-57aa,U+57ac-57ad,U+57af-57c2,U+57c4-57ca,U+57d0-57d3,U+57d5-57de,U+57e0-57f8,U+57fb-5801,U+5803-5805,U+5807-5814,U+5816-5820,U+5822-5823,U+5825-5829,U+582b-5833,U+5836-584b,U+584d-5850,U+5852-5853,U+5855-5857,U+5859-585d,U+585f-586a,U+586c-587a,U+59ab,U+651e,U+663a,U+6a50,U+6d65,U+7395,U+7817,U+78f2,U+7c9d,U+7f17,U+8233,U+8347,U+83f9,U+8764,U+8fc6,U+9506-9507,U+96e0,U+979e-979f,U+9899,U+9935,U+9e32,U+9f2f,U+fe31,U+ff1e,U+28090;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.25.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.25.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.25.otf') format('opentype');unicode-range:U+039b,U+03bd,U+223d,U+5575,U+569d-56a2,U+56a4-56bb,U+56bd-56c9,U+56cb-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e3-56ec,U+56ee-56ef,U+56f6-56f9,U+56fb-56fc,U+56ff-5705,U+5707,U+5709-570a,U+570c-571e,U+5720-5722,U+5724-5727,U+5729-572f,U+5731-5732,U+5734-5738,U+573b-573d,U+5743-5746,U+5748-5749,U+5752-5756,U+5758-5759,U+5762-5763,U+5765,U+576b-5776,U+5778-5781,U+5785-578a,U+578c-5791,U+5793-57a1,U+57a7-57aa,U+57ac-57ad,U+57af-57c2,U+57c4-57ca,U+57d0-57d3,U+57d5-57de,U+57e0-57f8,U+57fb-5801,U+5803-5805,U+5807-5814,U+5816-5820,U+5822-5823,U+5825-5829,U+582b-5833,U+5836-584b,U+584d-5850,U+5852-5853,U+5855-5857,U+5859-585d,U+585f-586a,U+586c-587a,U+59ab,U+651e,U+663a,U+6a50,U+6d65,U+7395,U+7817,U+78f2,U+7c9d,U+7f17,U+8233,U+8347,U+83f9,U+8764,U+8fc6,U+9506-9507,U+96e0,U+979e-979f,U+9899,U+9935,U+9e32,U+9f2f,U+fe31,U+ff1e,U+28090;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.25.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.25.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.25.otf') format('opentype');unicode-range:U+039b,U+03bd,U+223d,U+5575,U+569d-56a2,U+56a4-56bb,U+56bd-56c9,U+56cb-56d9,U+56dc-56dd,U+56df,U+56e1,U+56e3-56ec,U+56ee-56ef,U+56f6-56f9,U+56fb-56fc,U+56ff-5705,U+5707,U+5709-570a,U+570c-571e,U+5720-5722,U+5724-5727,U+5729-572f,U+5731-5732,U+5734-5738,U+573b-573d,U+5743-5746,U+5748-5749,U+5752-5756,U+5758-5759,U+5762-5763,U+5765,U+576b-5776,U+5778-5781,U+5785-578a,U+578c-5791,U+5793-57a1,U+57a7-57aa,U+57ac-57ad,U+57af-57c2,U+57c4-57ca,U+57d0-57d3,U+57d5-57de,U+57e0-57f8,U+57fb-5801,U+5803-5805,U+5807-5814,U+5816-5820,U+5822-5823,U+5825-5829,U+582b-5833,U+5836-584b,U+584d-5850,U+5852-5853,U+5855-5857,U+5859-585d,U+585f-586a,U+586c-587a,U+59ab,U+651e,U+663a,U+6a50,U+6d65,U+7395,U+7817,U+78f2,U+7c9d,U+7f17,U+8233,U+8347,U+83f9,U+8764,U+8fc6,U+9506-9507,U+96e0,U+979e-979f,U+9899,U+9935,U+9e32,U+9f2f,U+fe31,U+ff1e,U+28090;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.26.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.26.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.26.otf') format('opentype');unicode-range:U+59aa,U+6683-6686,U+6688-6690,U+6692-6695,U+6698-66a6,U+66a9-66ad,U+66af-66b3,U+66b5-66dc,U+66de-66ef,U+66f1,U+66f5-66f8,U+66fa-66fb,U+66fd,U+6701-6702,U+6704-6707,U+670a,U+670c,U+670e-6713,U+6715-6716,U+6718-671a,U+671c,U+671e,U+6720-6725,U+6729,U+672d-672e,U+6730,U+6732-6733,U+6736-6739,U+673b-673c,U+673e-673f,U+6741,U+6744-6745,U+6747-6748,U+674a-674d,U+6752-6755,U+6757-675b,U+675d-675e,U+6762-6764,U+6766-6767,U+6769-676c,U+676e,U+6771-677d,U+6780,U+6782-6783,U+6785-6788,U+678a-678f,U+6791-6794,U+6796,U+6798-6799,U+679b,U+679e-67a1,U+67a4-67a9,U+67ac-67ae,U+67b0-67b5,U+67b7-67c3,U+67c5-67cd,U+67d2,U+67d5-67db,U+67dd-67df,U+67e1-67e4,U+67e6-67ee,U+67f0,U+67f2,U+67f5-67fe,U+6800-6804,U+6806,U+6809-680a,U+680c-680e,U+6810,U+6812,U+6814-6815,U+6818-6820,U+6822-6829,U+682b-6836,U+683a-683b,U+683e-6841,U+6844-6845,U+6847,U+6849-684b,U+684d-684f,U+6852,U+6855-6862,U+6864,U+6866-6868,U+686a-6875,U+6877-6880,U+6882-6884,U+6886-6892,U+7c08,U+94aa-94ad,U+9511-9512,U+9e22,U+27870;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.26.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.26.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.26.otf') format('opentype');unicode-range:U+59aa,U+6683-6686,U+6688-6690,U+6692-6695,U+6698-66a6,U+66a9-66ad,U+66af-66b3,U+66b5-66dc,U+66de-66ef,U+66f1,U+66f5-66f8,U+66fa-66fb,U+66fd,U+6701-6702,U+6704-6707,U+670a,U+670c,U+670e-6713,U+6715-6716,U+6718-671a,U+671c,U+671e,U+6720-6725,U+6729,U+672d-672e,U+6730,U+6732-6733,U+6736-6739,U+673b-673c,U+673e-673f,U+6741,U+6744-6745,U+6747-6748,U+674a-674d,U+6752-6755,U+6757-675b,U+675d-675e,U+6762-6764,U+6766-6767,U+6769-676c,U+676e,U+6771-677d,U+6780,U+6782-6783,U+6785-6788,U+678a-678f,U+6791-6794,U+6796,U+6798-6799,U+679b,U+679e-67a1,U+67a4-67a9,U+67ac-67ae,U+67b0-67b5,U+67b7-67c3,U+67c5-67cd,U+67d2,U+67d5-67db,U+67dd-67df,U+67e1-67e4,U+67e6-67ee,U+67f0,U+67f2,U+67f5-67fe,U+6800-6804,U+6806,U+6809-680a,U+680c-680e,U+6810,U+6812,U+6814-6815,U+6818-6820,U+6822-6829,U+682b-6836,U+683a-683b,U+683e-6841,U+6844-6845,U+6847,U+6849-684b,U+684d-684f,U+6852,U+6855-6862,U+6864,U+6866-6868,U+686a-6875,U+6877-6880,U+6882-6884,U+6886-6892,U+7c08,U+94aa-94ad,U+9511-9512,U+9e22,U+27870;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.26.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.26.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.26.otf') format('opentype');unicode-range:U+59aa,U+6683-6686,U+6688-6690,U+6692-6695,U+6698-66a6,U+66a9-66ad,U+66af-66b3,U+66b5-66dc,U+66de-66ef,U+66f1,U+66f5-66f8,U+66fa-66fb,U+66fd,U+6701-6702,U+6704-6707,U+670a,U+670c,U+670e-6713,U+6715-6716,U+6718-671a,U+671c,U+671e,U+6720-6725,U+6729,U+672d-672e,U+6730,U+6732-6733,U+6736-6739,U+673b-673c,U+673e-673f,U+6741,U+6744-6745,U+6747-6748,U+674a-674d,U+6752-6755,U+6757-675b,U+675d-675e,U+6762-6764,U+6766-6767,U+6769-676c,U+676e,U+6771-677d,U+6780,U+6782-6783,U+6785-6788,U+678a-678f,U+6791-6794,U+6796,U+6798-6799,U+679b,U+679e-67a1,U+67a4-67a9,U+67ac-67ae,U+67b0-67b5,U+67b7-67c3,U+67c5-67cd,U+67d2,U+67d5-67db,U+67dd-67df,U+67e1-67e4,U+67e6-67ee,U+67f0,U+67f2,U+67f5-67fe,U+6800-6804,U+6806,U+6809-680a,U+680c-680e,U+6810,U+6812,U+6814-6815,U+6818-6820,U+6822-6829,U+682b-6836,U+683a-683b,U+683e-6841,U+6844-6845,U+6847,U+6849-684b,U+684d-684f,U+6852,U+6855-6862,U+6864,U+6866-6868,U+686a-6875,U+6877-6880,U+6882-6884,U+6886-6892,U+7c08,U+94aa-94ad,U+9511-9512,U+9e22,U+27870;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.27.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.27.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.27.otf') format('opentype');unicode-range:U+2105,U+22a0,U+51fe,U+58ef,U+5cc4,U+62ee,U+6391,U+6c24-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c36-6c37,U+6c39-6c3f,U+6c43-6c46,U+6c48,U+6c4a-6c56,U+6c58-6c5c,U+6c5e,U+6c62-6c63,U+6c65-6c69,U+6c6b-6c6f,U+6c73-6c75,U+6c77-6c78,U+6c7b-6c7c,U+6c7e-6c80,U+6c84-6c87,U+6c8a-6c8f,U+6c91-6c97,U+6c9c-6c9e,U+6ca0,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cb2,U+6cb4-6cb7,U+6cbd,U+6cc0-6cc3,U+6cc5-6cc8,U+6ccb,U+6ccd-6cd4,U+6cd6-6cda,U+6cdc-6ce0,U+6ce4,U+6ce6-6ce7,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf4,U+6cf6-6cfa,U+6cfe-6d00,U+6d02-6d0a,U+6d0c-6d0d,U+6d0f-6d11,U+6d13-6d16,U+6d18-6d1a,U+6d1c-6d1d,U+6d1f-6d24,U+6d26-6d29,U+6d2b-6d31,U+6d33-6d3a,U+6d3c,U+6d3f-6d40,U+6d42-6d43,U+6d48-6d49,U+6d4c-6d4d,U+6d50,U+6d52,U+6d54-6d58,U+6d5a-6d64,U+6d67-6d68,U+6d6b-6d6d,U+6d6f-6d73,U+6d75-6d76,U+6d79-6d81,U+6d83-6d84,U+6d86-6d87,U+6d8a-6d8b,U+6d8d-6d94,U+6d96-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da5,U+6daa-6dae,U+6db0-6db1,U+6db3-6db4,U+6db6-6dbf,U+6dc1-6dc5,U+6dc8-6dca,U+6dcd-6dd0,U+6dd2-6dd7,U+6dd9-6de0,U+6de2-6de3,U+6de5-6dea,U+6dec-6ded,U+6def-6df0,U+6df2,U+6df4-6df6,U+6df8,U+6dfa,U+6dfc-6e04,U+6e06-6e09,U+6e0b-6e0f,U+6e11-6e13,U+6e15-6e16,U+6e18-6e1c,U+6e1e-6e1f,U+6e22,U+6e24-6e28,U+6e2a-6e2e,U+6e30-6e31,U+6e33,U+6e35-6e37,U+6e39,U+7a9e,U+8e1d-8e1e,U+8f9d,U+94d6-94db,U+951a-9520,U+960b-960d,U+9e20,U+26cc3;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.27.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.27.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.27.otf') format('opentype');unicode-range:U+2105,U+22a0,U+51fe,U+58ef,U+5cc4,U+62ee,U+6391,U+6c24-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c36-6c37,U+6c39-6c3f,U+6c43-6c46,U+6c48,U+6c4a-6c56,U+6c58-6c5c,U+6c5e,U+6c62-6c63,U+6c65-6c69,U+6c6b-6c6f,U+6c73-6c75,U+6c77-6c78,U+6c7b-6c7c,U+6c7e-6c80,U+6c84-6c87,U+6c8a-6c8f,U+6c91-6c97,U+6c9c-6c9e,U+6ca0,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cb2,U+6cb4-6cb7,U+6cbd,U+6cc0-6cc3,U+6cc5-6cc8,U+6ccb,U+6ccd-6cd4,U+6cd6-6cda,U+6cdc-6ce0,U+6ce4,U+6ce6-6ce7,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf4,U+6cf6-6cfa,U+6cfe-6d00,U+6d02-6d0a,U+6d0c-6d0d,U+6d0f-6d11,U+6d13-6d16,U+6d18-6d1a,U+6d1c-6d1d,U+6d1f-6d24,U+6d26-6d29,U+6d2b-6d31,U+6d33-6d3a,U+6d3c,U+6d3f-6d40,U+6d42-6d43,U+6d48-6d49,U+6d4c-6d4d,U+6d50,U+6d52,U+6d54-6d58,U+6d5a-6d64,U+6d67-6d68,U+6d6b-6d6d,U+6d6f-6d73,U+6d75-6d76,U+6d79-6d81,U+6d83-6d84,U+6d86-6d87,U+6d8a-6d8b,U+6d8d-6d94,U+6d96-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da5,U+6daa-6dae,U+6db0-6db1,U+6db3-6db4,U+6db6-6dbf,U+6dc1-6dc5,U+6dc8-6dca,U+6dcd-6dd0,U+6dd2-6dd7,U+6dd9-6de0,U+6de2-6de3,U+6de5-6dea,U+6dec-6ded,U+6def-6df0,U+6df2,U+6df4-6df6,U+6df8,U+6dfa,U+6dfc-6e04,U+6e06-6e09,U+6e0b-6e0f,U+6e11-6e13,U+6e15-6e16,U+6e18-6e1c,U+6e1e-6e1f,U+6e22,U+6e24-6e28,U+6e2a-6e2e,U+6e30-6e31,U+6e33,U+6e35-6e37,U+6e39,U+7a9e,U+8e1d-8e1e,U+8f9d,U+94d6-94db,U+951a-9520,U+960b-960d,U+9e20,U+26cc3;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.27.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.27.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.27.otf') format('opentype');unicode-range:U+2105,U+22a0,U+51fe,U+58ef,U+5cc4,U+62ee,U+6391,U+6c24-6c26,U+6c29-6c2d,U+6c30-6c33,U+6c36-6c37,U+6c39-6c3f,U+6c43-6c46,U+6c48,U+6c4a-6c56,U+6c58-6c5c,U+6c5e,U+6c62-6c63,U+6c65-6c69,U+6c6b-6c6f,U+6c73-6c75,U+6c77-6c78,U+6c7b-6c7c,U+6c7e-6c80,U+6c84-6c87,U+6c8a-6c8f,U+6c91-6c97,U+6c9c-6c9e,U+6ca0,U+6ca2-6ca4,U+6ca8-6ca9,U+6cac-6cb2,U+6cb4-6cb7,U+6cbd,U+6cc0-6cc3,U+6cc5-6cc8,U+6ccb,U+6ccd-6cd4,U+6cd6-6cda,U+6cdc-6ce0,U+6ce4,U+6ce6-6ce7,U+6ce9,U+6ceb-6cef,U+6cf1-6cf2,U+6cf4,U+6cf6-6cfa,U+6cfe-6d00,U+6d02-6d0a,U+6d0c-6d0d,U+6d0f-6d11,U+6d13-6d16,U+6d18-6d1a,U+6d1c-6d1d,U+6d1f-6d24,U+6d26-6d29,U+6d2b-6d31,U+6d33-6d3a,U+6d3c,U+6d3f-6d40,U+6d42-6d43,U+6d48-6d49,U+6d4c-6d4d,U+6d50,U+6d52,U+6d54-6d58,U+6d5a-6d64,U+6d67-6d68,U+6d6b-6d6d,U+6d6f-6d73,U+6d75-6d76,U+6d79-6d81,U+6d83-6d84,U+6d86-6d87,U+6d8a-6d8b,U+6d8d-6d94,U+6d96-6d9a,U+6d9c-6da0,U+6da2-6da3,U+6da5,U+6daa-6dae,U+6db0-6db1,U+6db3-6db4,U+6db6-6dbf,U+6dc1-6dc5,U+6dc8-6dca,U+6dcd-6dd0,U+6dd2-6dd7,U+6dd9-6de0,U+6de2-6de3,U+6de5-6dea,U+6dec-6ded,U+6def-6df0,U+6df2,U+6df4-6df6,U+6df8,U+6dfa,U+6dfc-6e04,U+6e06-6e09,U+6e0b-6e0f,U+6e11-6e13,U+6e15-6e16,U+6e18-6e1c,U+6e1e-6e1f,U+6e22,U+6e24-6e28,U+6e2a-6e2e,U+6e30-6e31,U+6e33,U+6e35-6e37,U+6e39,U+7a9e,U+8e1d-8e1e,U+8f9d,U+94d6-94db,U+951a-9520,U+960b-960d,U+9e20,U+26cc3;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.28.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.28.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.28.otf') format('opentype');unicode-range:U+b36a-b36f,U+b371-b3c3,U+b3c5-b3d8,U+b3da-b417,U+b419-b44f,U+b451-b4db,U+b4dd-b4df,U+b4e1-b4e3,U+b4e5-b50e,U+c7a6-c7a7;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.28.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.28.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.28.otf') format('opentype');unicode-range:U+b36a-b36f,U+b371-b3c3,U+b3c5-b3d8,U+b3da-b417,U+b419-b44f,U+b451-b4db,U+b4dd-b4df,U+b4e1-b4e3,U+b4e5-b50e,U+c7a6-c7a7;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.28.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.28.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.28.otf') format('opentype');unicode-range:U+b36a-b36f,U+b371-b3c3,U+b3c5-b3d8,U+b3da-b417,U+b419-b44f,U+b451-b4db,U+b4dd-b4df,U+b4e1-b4e3,U+b4e5-b50e,U+c7a6-c7a7;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.29.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.29.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.29.otf') format('opentype');unicode-range:U+529c,U+5b84,U+6026,U+6598,U+20b1d,U+20f90,U+246d4,U+26d22-26deb,U+26e00-26e12,U+26e42-27785,U+2789d-28048,U+280bd-28473,U+28501-28e97;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.29.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.29.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.29.otf') format('opentype');unicode-range:U+529c,U+5b84,U+6026,U+6598,U+20b1d,U+20f90,U+246d4,U+26d22-26deb,U+26e00-26e12,U+26e42-27785,U+2789d-28048,U+280bd-28473,U+28501-28e97;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.29.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.29.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.29.otf') format('opentype');unicode-range:U+529c,U+5b84,U+6026,U+6598,U+20b1d,U+20f90,U+246d4,U+26d22-26deb,U+26e00-26e12,U+26e42-27785,U+2789d-28048,U+280bd-28473,U+28501-28e97;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.30.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.30.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.30.otf') format('opentype');unicode-range:U+c7ab-c7ac,U+c88c-c8fb,U+c8fd-c8ff,U+c901-c910,U+c912-c9bf,U+c9c2-c9c3,U+c9c5-c9d0,U+c9d2-ca36,U+2b363;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.30.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.30.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.30.otf') format('opentype');unicode-range:U+c7ab-c7ac,U+c88c-c8fb,U+c8fd-c8ff,U+c901-c910,U+c912-c9bf,U+c9c2-c9c3,U+c9c5-c9d0,U+c9d2-ca36,U+2b363;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.30.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.30.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.30.otf') format('opentype');unicode-range:U+c7ab-c7ac,U+c88c-c8fb,U+c8fd-c8ff,U+c901-c910,U+c912-c9bf,U+c9c2-c9c3,U+c9c5-c9d0,U+c9d2-ca36,U+2b363;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.31.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.31.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.31.otf') format('opentype');unicode-range:U+57cf,U+6300,U+6ed4-6ed5,U+8287-8291,U+8293-8298,U+829a-829b,U+829e-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b7,U+82ba-82bc,U+82be-82c6,U+82c8-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82da,U+82dc-82de,U+82e0-82e4,U+82e7-82ee,U+82f0,U+82f2-82f8,U+82fa-8301,U+8306-830d,U+830f-8327,U+8329-832a,U+832c-8334,U+833a-8345,U+8348,U+834a-834f,U+8351,U+8353-835e,U+8360,U+8362,U+8364-8366,U+8368-836a,U+836c-836e,U+8370-8376,U+8378-8388,U+838a-838d,U+838f-8392,U+8394-839d,U+839f-83aa,U+83ac-83b0,U+83b3-83b6,U+83b8,U+83ba-83c6,U+83c8-83c9,U+83cb,U+83cd-83db,U+83dd-83df,U+83e1-83e8,U+83ea-83f0,U+83f3-83f7,U+83fa-8402,U+8405-840b,U+840f-841c,U+841e-8424,U+8426,U+8429-843c,U+843e-8456,U+8458-845a,U+845c-8460,U+8462,U+8464-8468,U+846a,U+8869-886a,U+9527-9528,U+9606-9608,U+960f,U+9637-963a;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.31.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.31.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.31.otf') format('opentype');unicode-range:U+57cf,U+6300,U+6ed4-6ed5,U+8287-8291,U+8293-8298,U+829a-829b,U+829e-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b7,U+82ba-82bc,U+82be-82c6,U+82c8-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82da,U+82dc-82de,U+82e0-82e4,U+82e7-82ee,U+82f0,U+82f2-82f8,U+82fa-8301,U+8306-830d,U+830f-8327,U+8329-832a,U+832c-8334,U+833a-8345,U+8348,U+834a-834f,U+8351,U+8353-835e,U+8360,U+8362,U+8364-8366,U+8368-836a,U+836c-836e,U+8370-8376,U+8378-8388,U+838a-838d,U+838f-8392,U+8394-839d,U+839f-83aa,U+83ac-83b0,U+83b3-83b6,U+83b8,U+83ba-83c6,U+83c8-83c9,U+83cb,U+83cd-83db,U+83dd-83df,U+83e1-83e8,U+83ea-83f0,U+83f3-83f7,U+83fa-8402,U+8405-840b,U+840f-841c,U+841e-8424,U+8426,U+8429-843c,U+843e-8456,U+8458-845a,U+845c-8460,U+8462,U+8464-8468,U+846a,U+8869-886a,U+9527-9528,U+9606-9608,U+960f,U+9637-963a;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.31.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.31.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.31.otf') format('opentype');unicode-range:U+57cf,U+6300,U+6ed4-6ed5,U+8287-8291,U+8293-8298,U+829a-829b,U+829e-82a4,U+82a7-82ab,U+82ae,U+82b0,U+82b2,U+82b4-82b7,U+82ba-82bc,U+82be-82c6,U+82c8-82cc,U+82ce,U+82d0,U+82d2-82d3,U+82d5-82d6,U+82d8-82da,U+82dc-82de,U+82e0-82e4,U+82e7-82ee,U+82f0,U+82f2-82f8,U+82fa-8301,U+8306-830d,U+830f-8327,U+8329-832a,U+832c-8334,U+833a-8345,U+8348,U+834a-834f,U+8351,U+8353-835e,U+8360,U+8362,U+8364-8366,U+8368-836a,U+836c-836e,U+8370-8376,U+8378-8388,U+838a-838d,U+838f-8392,U+8394-839d,U+839f-83aa,U+83ac-83b0,U+83b3-83b6,U+83b8,U+83ba-83c6,U+83c8-83c9,U+83cb,U+83cd-83db,U+83dd-83df,U+83e1-83e8,U+83ea-83f0,U+83f3-83f7,U+83fa-8402,U+8405-840b,U+840f-841c,U+841e-8424,U+8426,U+8429-843c,U+843e-8456,U+8458-845a,U+845c-8460,U+8462,U+8464-8468,U+846a,U+8869-886a,U+9527-9528,U+9606-9608,U+960f,U+9637-963a;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.32.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.32.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.32.otf') format('opentype');unicode-range:U+4e4a,U+54ab,U+66f3,U+775c-7760,U+7762,U+7764-7765,U+7767-7778,U+777a-777e,U+7780-7783,U+7785-778a,U+778c-778d,U+778f-7791,U+7793-77a6,U+77a8,U+77ab,U+77ad-77af,U+77b1-77ba,U+77bc-77da,U+77dc-77e1,U+77e4,U+77e6-77e8,U+77ea,U+77ec,U+77ef-77f2,U+77f4-77f5,U+77f7-77fe,U+7800,U+7803-780b,U+780e-7813,U+7815,U+7818-7833,U+7835-7837,U+7839-783f,U+7841-7844,U+7846-7854,U+7856-785c,U+785e-786a,U+786d,U+786f-788b,U+788f-7890,U+7892-7896,U+7898-789e,U+78a0-78a6,U+78a8-78af,U+78b2,U+78b4-78c0,U+78c2-78c4,U+78c6-78c9,U+78cb-78e7,U+78e9-78f0,U+78f3-78f6,U+78f8-7900,U+7902-7930,U+795f,U+963c-963e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.32.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.32.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.32.otf') format('opentype');unicode-range:U+4e4a,U+54ab,U+66f3,U+775c-7760,U+7762,U+7764-7765,U+7767-7778,U+777a-777e,U+7780-7783,U+7785-778a,U+778c-778d,U+778f-7791,U+7793-77a6,U+77a8,U+77ab,U+77ad-77af,U+77b1-77ba,U+77bc-77da,U+77dc-77e1,U+77e4,U+77e6-77e8,U+77ea,U+77ec,U+77ef-77f2,U+77f4-77f5,U+77f7-77fe,U+7800,U+7803-780b,U+780e-7813,U+7815,U+7818-7833,U+7835-7837,U+7839-783f,U+7841-7844,U+7846-7854,U+7856-785c,U+785e-786a,U+786d,U+786f-788b,U+788f-7890,U+7892-7896,U+7898-789e,U+78a0-78a6,U+78a8-78af,U+78b2,U+78b4-78c0,U+78c2-78c4,U+78c6-78c9,U+78cb-78e7,U+78e9-78f0,U+78f3-78f6,U+78f8-7900,U+7902-7930,U+795f,U+963c-963e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.32.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.32.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.32.otf') format('opentype');unicode-range:U+4e4a,U+54ab,U+66f3,U+775c-7760,U+7762,U+7764-7765,U+7767-7778,U+777a-777e,U+7780-7783,U+7785-778a,U+778c-778d,U+778f-7791,U+7793-77a6,U+77a8,U+77ab,U+77ad-77af,U+77b1-77ba,U+77bc-77da,U+77dc-77e1,U+77e4,U+77e6-77e8,U+77ea,U+77ec,U+77ef-77f2,U+77f4-77f5,U+77f7-77fe,U+7800,U+7803-780b,U+780e-7813,U+7815,U+7818-7833,U+7835-7837,U+7839-783f,U+7841-7844,U+7846-7854,U+7856-785c,U+785e-786a,U+786d,U+786f-788b,U+788f-7890,U+7892-7896,U+7898-789e,U+78a0-78a6,U+78a8-78af,U+78b2,U+78b4-78c0,U+78c2-78c4,U+78c6-78c9,U+78cb-78e7,U+78e9-78f0,U+78f3-78f6,U+78f8-7900,U+7902-7930,U+795f,U+963c-963e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.33.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.33.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.33.otf') format('opentype');unicode-range:U+03c0-03c1,U+2030,U+2042,U+2109-210a,U+4da9-4db5,U+4e02,U+4e04-4e06,U+4e0f-4e10,U+4e12,U+4e15,U+4e17,U+4e1f-4e21,U+4e2c,U+4e2e-4e2f,U+4e31,U+4e33,U+4e35-4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e51-4e53,U+4e55,U+4e5a-4e5c,U+4e62-4e65,U+4e67-4e6f,U+4e72,U+4e74-4e7d,U+4e7f-4e85,U+4e87,U+4e90,U+4e96-4e99,U+4e9c-4ea0,U+4ea3,U+4eaa,U+4eaf-4eb1,U+4eb3-4eb9,U+4ebc-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4ee2,U+4ee6-4ee9,U+4eeb,U+4eed-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4efe,U+4f00,U+4f02-4f09,U+4f0b-4f0c,U+4f0e,U+4f12-4f16,U+4f1b-4f1d,U+4f21-4f23,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f37,U+4f39,U+4f3b,U+4f3e-4f45,U+4f47-4f4c,U+4f52,U+4f54,U+4f56-4f58,U+4f5a,U+4f5d-4f5f,U+4f61-4f62,U+4f64-4f68,U+4f6a-4f6b,U+4f6d-4f72,U+4f74-4f7e,U+4f80-4f82,U+4f85-4f87,U+4f89-4f8a,U+4f8e-4f9a,U+4f9c,U+4f9e-4f9f,U+4fa1-4fa2,U+4fa4-4fa5,U+4fa9-4fad,U+4fb0-4fb4,U+4fb6-4fbe,U+4fc0-4fc2,U+4fc5-4fc9,U+4fcb-4fce,U+4fd0-4fd6,U+4fd9-4fdc,U+4fdf-4fe0,U+4fe2-4fe7,U+4fea-4fec,U+4ff0,U+4ff2-4ff9,U+4ffb-500a,U+500c,U+500e-5011,U+5013,U+5015-5017,U+501b-501e,U+5020,U+5022-5025,U+5027-5028,U+502b-5039,U+503b,U+503d,U+503f-5046,U+5048-504e,U+5050-5054,U+5056-5059,U+58ed,U+5b82,U+5cda,U+6f31,U+76d3-76d5,U+79bc,U+9580-9582,U+9615-9616,U+9670-9671,U+28083,U+2b4ef;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.33.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.33.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.33.otf') format('opentype');unicode-range:U+03c0-03c1,U+2030,U+2042,U+2109-210a,U+4da9-4db5,U+4e02,U+4e04-4e06,U+4e0f-4e10,U+4e12,U+4e15,U+4e17,U+4e1f-4e21,U+4e2c,U+4e2e-4e2f,U+4e31,U+4e33,U+4e35-4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e51-4e53,U+4e55,U+4e5a-4e5c,U+4e62-4e65,U+4e67-4e6f,U+4e72,U+4e74-4e7d,U+4e7f-4e85,U+4e87,U+4e90,U+4e96-4e99,U+4e9c-4ea0,U+4ea3,U+4eaa,U+4eaf-4eb1,U+4eb3-4eb9,U+4ebc-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4ee2,U+4ee6-4ee9,U+4eeb,U+4eed-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4efe,U+4f00,U+4f02-4f09,U+4f0b-4f0c,U+4f0e,U+4f12-4f16,U+4f1b-4f1d,U+4f21-4f23,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f37,U+4f39,U+4f3b,U+4f3e-4f45,U+4f47-4f4c,U+4f52,U+4f54,U+4f56-4f58,U+4f5a,U+4f5d-4f5f,U+4f61-4f62,U+4f64-4f68,U+4f6a-4f6b,U+4f6d-4f72,U+4f74-4f7e,U+4f80-4f82,U+4f85-4f87,U+4f89-4f8a,U+4f8e-4f9a,U+4f9c,U+4f9e-4f9f,U+4fa1-4fa2,U+4fa4-4fa5,U+4fa9-4fad,U+4fb0-4fb4,U+4fb6-4fbe,U+4fc0-4fc2,U+4fc5-4fc9,U+4fcb-4fce,U+4fd0-4fd6,U+4fd9-4fdc,U+4fdf-4fe0,U+4fe2-4fe7,U+4fea-4fec,U+4ff0,U+4ff2-4ff9,U+4ffb-500a,U+500c,U+500e-5011,U+5013,U+5015-5017,U+501b-501e,U+5020,U+5022-5025,U+5027-5028,U+502b-5039,U+503b,U+503d,U+503f-5046,U+5048-504e,U+5050-5054,U+5056-5059,U+58ed,U+5b82,U+5cda,U+6f31,U+76d3-76d5,U+79bc,U+9580-9582,U+9615-9616,U+9670-9671,U+28083,U+2b4ef;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.33.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.33.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.33.otf') format('opentype');unicode-range:U+03c0-03c1,U+2030,U+2042,U+2109-210a,U+4da9-4db5,U+4e02,U+4e04-4e06,U+4e0f-4e10,U+4e12,U+4e15,U+4e17,U+4e1f-4e21,U+4e2c,U+4e2e-4e2f,U+4e31,U+4e33,U+4e35-4e37,U+4e3c,U+4e3f-4e42,U+4e44,U+4e46-4e47,U+4e51-4e53,U+4e55,U+4e5a-4e5c,U+4e62-4e65,U+4e67-4e6f,U+4e72,U+4e74-4e7d,U+4e7f-4e85,U+4e87,U+4e90,U+4e96-4e99,U+4e9c-4ea0,U+4ea3,U+4eaa,U+4eaf-4eb1,U+4eb3-4eb9,U+4ebc-4ebe,U+4ec2-4ec4,U+4ec8-4ec9,U+4ecc,U+4ecf-4ed0,U+4ed2,U+4eda-4ee2,U+4ee6-4ee9,U+4eeb,U+4eed-4eef,U+4ef1,U+4ef3-4ef5,U+4ef8-4efa,U+4efc,U+4efe,U+4f00,U+4f02-4f09,U+4f0b-4f0c,U+4f0e,U+4f12-4f16,U+4f1b-4f1d,U+4f21-4f23,U+4f25,U+4f27-4f29,U+4f2b-4f2e,U+4f31-4f33,U+4f37,U+4f39,U+4f3b,U+4f3e-4f45,U+4f47-4f4c,U+4f52,U+4f54,U+4f56-4f58,U+4f5a,U+4f5d-4f5f,U+4f61-4f62,U+4f64-4f68,U+4f6a-4f6b,U+4f6d-4f72,U+4f74-4f7e,U+4f80-4f82,U+4f85-4f87,U+4f89-4f8a,U+4f8e-4f9a,U+4f9c,U+4f9e-4f9f,U+4fa1-4fa2,U+4fa4-4fa5,U+4fa9-4fad,U+4fb0-4fb4,U+4fb6-4fbe,U+4fc0-4fc2,U+4fc5-4fc9,U+4fcb-4fce,U+4fd0-4fd6,U+4fd9-4fdc,U+4fdf-4fe0,U+4fe2-4fe7,U+4fea-4fec,U+4ff0,U+4ff2-4ff9,U+4ffb-500a,U+500c,U+500e-5011,U+5013,U+5015-5017,U+501b-501e,U+5020,U+5022-5025,U+5027-5028,U+502b-5039,U+503b,U+503d,U+503f-5046,U+5048-504e,U+5050-5054,U+5056-5059,U+58ed,U+5b82,U+5cda,U+6f31,U+76d3-76d5,U+79bc,U+9580-9582,U+9615-9616,U+9670-9671,U+28083,U+2b4ef;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.34.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.34.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.34.otf') format('opentype');unicode-range:U+4e28-4e29,U+4e8a,U+62f0,U+7eb4,U+88da-88db,U+20b0d,U+20e1d,U+21096,U+23781,U+25f1a,U+2644a,U+26484,U+28e99,U+28eb2-2b138,U+2b410-2b413,U+2b4f6-2cb73,U+2cb78-2f921,U+2f96c-2f9df;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.34.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.34.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.34.otf') format('opentype');unicode-range:U+4e28-4e29,U+4e8a,U+62f0,U+7eb4,U+88da-88db,U+20b0d,U+20e1d,U+21096,U+23781,U+25f1a,U+2644a,U+26484,U+28e99,U+28eb2-2b138,U+2b410-2b413,U+2b4f6-2cb73,U+2cb78-2f921,U+2f96c-2f9df;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.34.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.34.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.34.otf') format('opentype');unicode-range:U+4e28-4e29,U+4e8a,U+62f0,U+7eb4,U+88da-88db,U+20b0d,U+20e1d,U+21096,U+23781,U+25f1a,U+2644a,U+26484,U+28e99,U+28eb2-2b138,U+2b410-2b413,U+2b4f6-2cb73,U+2cb78-2f921,U+2f96c-2f9df;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.35.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.35.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.35.otf') format('opentype');unicode-range:U+2243,U+4e26,U+7617,U+9665-9668,U+9672-9674,U+984a-9874,U+9878,U+9880,U+9883,U+988b-988f,U+9892,U+9894-9895,U+989a-989b,U+98a1-98a3,U+98a5-98cd,U+98cf-98d7,U+98da-98dd,U+98e0-990f,U+9911-9934,U+9936-9964,U+9966-9969,U+996b-996c,U+996f,U+9973-9975,U+9977-9978,U+997a-997b,U+997d-997e,U+9980-9984,U+9987,U+9989-9995,U+9997-9998,U+999a-99a7,U+99a9-9a16;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.35.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.35.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.35.otf') format('opentype');unicode-range:U+2243,U+4e26,U+7617,U+9665-9668,U+9672-9674,U+984a-9874,U+9878,U+9880,U+9883,U+988b-988f,U+9892,U+9894-9895,U+989a-989b,U+98a1-98a3,U+98a5-98cd,U+98cf-98d7,U+98da-98dd,U+98e0-990f,U+9911-9934,U+9936-9964,U+9966-9969,U+996b-996c,U+996f,U+9973-9975,U+9977-9978,U+997a-997b,U+997d-997e,U+9980-9984,U+9987,U+9989-9995,U+9997-9998,U+999a-99a7,U+99a9-9a16;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.35.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.35.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.35.otf') format('opentype');unicode-range:U+2243,U+4e26,U+7617,U+9665-9668,U+9672-9674,U+984a-9874,U+9878,U+9880,U+9883,U+988b-988f,U+9892,U+9894-9895,U+989a-989b,U+98a1-98a3,U+98a5-98cd,U+98cf-98d7,U+98da-98dd,U+98e0-990f,U+9911-9934,U+9936-9964,U+9966-9969,U+996b-996c,U+996f,U+9973-9975,U+9977-9978,U+997a-997b,U+997d-997e,U+9980-9984,U+9987,U+9989-9995,U+9997-9998,U+999a-99a7,U+99a9-9a16;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.36.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.36.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.36.otf') format('opentype');unicode-range:U+574c-574d,U+7b15-7b1a,U+7b1c-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b3b,U+7b3d-7b48,U+7b4a,U+7b4c-7b50,U+7b53,U+7b55,U+7b57-7b5a,U+7b5c-7b76,U+7b78,U+7b7a-7b7d,U+7b81-7b96,U+7b98-7ba0,U+7ba2-7bac,U+7bae-7bb0,U+7bb2-7bc5,U+7bc8-7be0,U+7be2-7bed,U+7bef-7bf6,U+7bf8-7c06,U+7c09-7c3e,U+7c40-7c4c,U+7c4e-7c72,U+7c74-7c7a,U+7c7c,U+7c7e-7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99-7c9c,U+7c9e,U+7ca0-7ca3,U+7ca6-7ca9,U+7cab-7cad,U+7caf-7cb8,U+7cba-7cbd,U+7cbf-7cc9,U+7ccb-7cd4,U+7cd7-7cd8,U+7cda-7cde,U+948c-948f;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.36.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.36.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.36.otf') format('opentype');unicode-range:U+574c-574d,U+7b15-7b1a,U+7b1c-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b3b,U+7b3d-7b48,U+7b4a,U+7b4c-7b50,U+7b53,U+7b55,U+7b57-7b5a,U+7b5c-7b76,U+7b78,U+7b7a-7b7d,U+7b81-7b96,U+7b98-7ba0,U+7ba2-7bac,U+7bae-7bb0,U+7bb2-7bc5,U+7bc8-7be0,U+7be2-7bed,U+7bef-7bf6,U+7bf8-7c06,U+7c09-7c3e,U+7c40-7c4c,U+7c4e-7c72,U+7c74-7c7a,U+7c7c,U+7c7e-7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99-7c9c,U+7c9e,U+7ca0-7ca3,U+7ca6-7ca9,U+7cab-7cad,U+7caf-7cb8,U+7cba-7cbd,U+7cbf-7cc9,U+7ccb-7cd4,U+7cd7-7cd8,U+7cda-7cde,U+948c-948f;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.36.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.36.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.36.otf') format('opentype');unicode-range:U+574c-574d,U+7b15-7b1a,U+7b1c-7b25,U+7b27,U+7b29-7b2b,U+7b2d-7b3b,U+7b3d-7b48,U+7b4a,U+7b4c-7b50,U+7b53,U+7b55,U+7b57-7b5a,U+7b5c-7b76,U+7b78,U+7b7a-7b7d,U+7b81-7b96,U+7b98-7ba0,U+7ba2-7bac,U+7bae-7bb0,U+7bb2-7bc5,U+7bc8-7be0,U+7be2-7bed,U+7bef-7bf6,U+7bf8-7c06,U+7c09-7c3e,U+7c40-7c4c,U+7c4e-7c72,U+7c74-7c7a,U+7c7c,U+7c7e-7c88,U+7c8a-7c91,U+7c93-7c96,U+7c99-7c9c,U+7c9e,U+7ca0-7ca3,U+7ca6-7ca9,U+7cab-7cad,U+7caf-7cb8,U+7cba-7cbd,U+7cbf-7cc9,U+7ccb-7cd4,U+7cd7-7cd8,U+7cda-7cde,U+948c-948f;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.37.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.37.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.37.otf') format('opentype');unicode-range:U+6c71,U+9131-914b,U+914e-9151,U+9153-9164,U+9166-9169,U+916d,U+9170,U+9172-9174,U+9179-917e,U+9180-9186,U+9188,U+918a,U+918c-9191,U+9193-91c6,U+91c8-91c9,U+91d2-9273,U+9275-92ea,U+22c4c;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.37.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.37.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.37.otf') format('opentype');unicode-range:U+6c71,U+9131-914b,U+914e-9151,U+9153-9164,U+9166-9169,U+916d,U+9170,U+9172-9174,U+9179-917e,U+9180-9186,U+9188,U+918a,U+918c-9191,U+9193-91c6,U+91c8-91c9,U+91d2-9273,U+9275-92ea,U+22c4c;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.37.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.37.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.37.otf') format('opentype');unicode-range:U+6c71,U+9131-914b,U+914e-9151,U+9153-9164,U+9166-9169,U+916d,U+9170,U+9172-9174,U+9179-917e,U+9180-9186,U+9188,U+918a,U+918c-9191,U+9193-91c6,U+91c8-91c9,U+91d2-9273,U+9275-92ea,U+22c4c;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.38.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.38.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.38.otf') format('opentype');unicode-range:U+1186-2012,U+201e-2021,U+2025,U+2039-203c,U+2047-20de,U+210f,U+2116-213b,U+2162-2191,U+2193-21f5,U+2202-2229,U+222b-222e,U+2236-2237,U+2245-2248,U+2260-2299,U+22a5-2307,U+2329-23c8,U+2502,U+252c,U+309c,U+4e8d,U+4ebb,U+5155,U+55c4,U+570b,U+575c,U+5cc1,U+5e11,U+5f73,U+5fbc,U+6042,U+6206,U+6265-6266,U+6426,U+6b38,U+6c35,U+6d44,U+72b4-72b5,U+755a-755b,U+778b,U+7f2f,U+83f8,U+88fd,U+898b,U+89dc,U+8ba0,U+8bf3,U+8df6,U+9577,U+961d,U+9b2f,U+9fa2,U+ff3e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.38.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.38.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.38.otf') format('opentype');unicode-range:U+1186-2012,U+201e-2021,U+2025,U+2039-203c,U+2047-20de,U+210f,U+2116-213b,U+2162-2191,U+2193-21f5,U+2202-2229,U+222b-222e,U+2236-2237,U+2245-2248,U+2260-2299,U+22a5-2307,U+2329-23c8,U+2502,U+252c,U+309c,U+4e8d,U+4ebb,U+5155,U+55c4,U+570b,U+575c,U+5cc1,U+5e11,U+5f73,U+5fbc,U+6042,U+6206,U+6265-6266,U+6426,U+6b38,U+6c35,U+6d44,U+72b4-72b5,U+755a-755b,U+778b,U+7f2f,U+83f8,U+88fd,U+898b,U+89dc,U+8ba0,U+8bf3,U+8df6,U+9577,U+961d,U+9b2f,U+9fa2,U+ff3e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.38.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.38.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.38.otf') format('opentype');unicode-range:U+1186-2012,U+201e-2021,U+2025,U+2039-203c,U+2047-20de,U+210f,U+2116-213b,U+2162-2191,U+2193-21f5,U+2202-2229,U+222b-222e,U+2236-2237,U+2245-2248,U+2260-2299,U+22a5-2307,U+2329-23c8,U+2502,U+252c,U+309c,U+4e8d,U+4ebb,U+5155,U+55c4,U+570b,U+575c,U+5cc1,U+5e11,U+5f73,U+5fbc,U+6042,U+6206,U+6265-6266,U+6426,U+6b38,U+6c35,U+6d44,U+72b4-72b5,U+755a-755b,U+778b,U+7f2f,U+83f8,U+88fd,U+898b,U+89dc,U+8ba0,U+8bf3,U+8df6,U+9577,U+961d,U+9b2f,U+9fa2,U+ff3e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.39.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.39.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.39.otf') format('opentype');unicode-range:U+d0b5-d0bf,U+d0c1-d0db,U+d0dd-d255;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.39.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.39.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.39.otf') format('opentype');unicode-range:U+d0b5-d0bf,U+d0c1-d0db,U+d0dd-d255;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.39.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.39.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.39.otf') format('opentype');unicode-range:U+d0b5-d0bf,U+d0c1-d0db,U+d0dd-d255;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.40.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.40.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.40.otf') format('opentype');unicode-range:U+2113,U+4f8c,U+663d,U+9f30-9f3a,U+9f3c-9f4f,U+9f51-9f7e,U+9f80-9f83,U+9f85-9f98,U+9f9a-9f9e,U+9fa0-9fa1,U+9fa3-a97c,U+ac02-ac03,U+ac05-ac0f,U+ac11-ac18,U+ac1a-ac6f,U+ac71-ac77,U+ac79-ac82,U+ac84-ac8b,U+ac8d-ac9f,U+aca1-acaf,U+acb1-acbc,U+acbe-acc3,U+acc5-acdf,U+ace1-ace7,U+c6ff-c700,U+c7cc-c7d0,U+c841,U+c875-c878;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.40.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.40.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.40.otf') format('opentype');unicode-range:U+2113,U+4f8c,U+663d,U+9f30-9f3a,U+9f3c-9f4f,U+9f51-9f7e,U+9f80-9f83,U+9f85-9f98,U+9f9a-9f9e,U+9fa0-9fa1,U+9fa3-a97c,U+ac02-ac03,U+ac05-ac0f,U+ac11-ac18,U+ac1a-ac6f,U+ac71-ac77,U+ac79-ac82,U+ac84-ac8b,U+ac8d-ac9f,U+aca1-acaf,U+acb1-acbc,U+acbe-acc3,U+acc5-acdf,U+ace1-ace7,U+c6ff-c700,U+c7cc-c7d0,U+c841,U+c875-c878;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.40.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.40.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.40.otf') format('opentype');unicode-range:U+2113,U+4f8c,U+663d,U+9f30-9f3a,U+9f3c-9f4f,U+9f51-9f7e,U+9f80-9f83,U+9f85-9f98,U+9f9a-9f9e,U+9fa0-9fa1,U+9fa3-a97c,U+ac02-ac03,U+ac05-ac0f,U+ac11-ac18,U+ac1a-ac6f,U+ac71-ac77,U+ac79-ac82,U+ac84-ac8b,U+ac8d-ac9f,U+aca1-acaf,U+acb1-acbc,U+acbe-acc3,U+acc5-acdf,U+ace1-ace7,U+c6ff-c700,U+c7cc-c7d0,U+c841,U+c875-c878;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.41.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.41.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.41.otf') format('opentype');unicode-range:U+55ac,U+6347-6348,U+6c23,U+6c98,U+751b,U+94bc-94bd,U+94ee-94ef,U+9a17-9a6b,U+9a72,U+9a75,U+9a77-9a7a,U+9a80-9a81,U+9a85,U+9a88-9a8b,U+9a8d-9a8e,U+9a90,U+9a92-9a96,U+9a98-9a99,U+9a9b-9aa3,U+9aa5-9aa7,U+9aa9-9abb,U+9abd-9ad2,U+9ad4-9ad7,U+9ad9-9ae5,U+9ae7-9b2e,U+9b30-9b3b,U+9b3d-9b40,U+9b43,U+9b46-9b4e,U+9b50-9b53,U+9b55-9bd1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.41.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.41.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.41.otf') format('opentype');unicode-range:U+55ac,U+6347-6348,U+6c23,U+6c98,U+751b,U+94bc-94bd,U+94ee-94ef,U+9a17-9a6b,U+9a72,U+9a75,U+9a77-9a7a,U+9a80-9a81,U+9a85,U+9a88-9a8b,U+9a8d-9a8e,U+9a90,U+9a92-9a96,U+9a98-9a99,U+9a9b-9aa3,U+9aa5-9aa7,U+9aa9-9abb,U+9abd-9ad2,U+9ad4-9ad7,U+9ad9-9ae5,U+9ae7-9b2e,U+9b30-9b3b,U+9b3d-9b40,U+9b43,U+9b46-9b4e,U+9b50-9b53,U+9b55-9bd1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.41.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.41.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.41.otf') format('opentype');unicode-range:U+55ac,U+6347-6348,U+6c23,U+6c98,U+751b,U+94bc-94bd,U+94ee-94ef,U+9a17-9a6b,U+9a72,U+9a75,U+9a77-9a7a,U+9a80-9a81,U+9a85,U+9a88-9a8b,U+9a8d-9a8e,U+9a90,U+9a92-9a96,U+9a98-9a99,U+9a9b-9aa3,U+9aa5-9aa7,U+9aa9-9abb,U+9abd-9ad2,U+9ad4-9ad7,U+9ad9-9ae5,U+9ae7-9b2e,U+9b30-9b3b,U+9b3d-9b40,U+9b43,U+9b46-9b4e,U+9b50-9b53,U+9b55-9bd1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.42.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.42.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.42.otf') format('opentype');unicode-range:U+9e3e,U+b1c3-b207,U+b209-b293,U+b295-b2c7,U+b2c9-b2e3,U+b2e5-b2e7,U+b2e9-b2eb,U+b2ed-b2f8,U+b2fa-b2ff,U+b301-b369;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.42.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.42.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.42.otf') format('opentype');unicode-range:U+9e3e,U+b1c3-b207,U+b209-b293,U+b295-b2c7,U+b2c9-b2e3,U+b2e5-b2e7,U+b2e9-b2eb,U+b2ed-b2f8,U+b2fa-b2ff,U+b301-b369;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.42.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.42.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.42.otf') format('opentype');unicode-range:U+9e3e,U+b1c3-b207,U+b209-b293,U+b295-b2c7,U+b2c9-b2e3,U+b2e5-b2e7,U+b2e9-b2eb,U+b2ed-b2f8,U+b2fa-b2ff,U+b301-b369;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.43.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.43.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.43.otf') format('opentype');unicode-range:U+6894-6896,U+6898-68a1,U+68a3-68a5,U+68a9-68ac,U+68ae,U+68b1-68b2,U+68b4,U+68b6-68bf,U+68c1-68c8,U+68ca,U+68cc,U+68ce-68d1,U+68d3-68d4,U+68d6-68d7,U+68d9,U+68db-68df,U+68e1-68ed,U+68ef-68f0,U+68f2-68f4,U+68f6-68f9,U+68fb-6904,U+6906-690c,U+690f-6911,U+6913-692c,U+692e-692f,U+6931-6959,U+695b-695f,U+6961-6976,U+6978-697b,U+697d-6981,U+6983,U+6985-699b,U+699d-69a7,U+69a9-69b3,U+69b5-69da,U+69dc-69fc,U+69fe-6a09,U+6a0b-6a20,U+6a22-6a29,U+6a2b-6a30,U+6a32-6a43,U+6a45-6a4f,U+6a51-6a55,U+710b,U+7eb6,U+9494-9495,U+9515-9518,U+95f5-95f6,U+96e1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.43.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.43.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.43.otf') format('opentype');unicode-range:U+6894-6896,U+6898-68a1,U+68a3-68a5,U+68a9-68ac,U+68ae,U+68b1-68b2,U+68b4,U+68b6-68bf,U+68c1-68c8,U+68ca,U+68cc,U+68ce-68d1,U+68d3-68d4,U+68d6-68d7,U+68d9,U+68db-68df,U+68e1-68ed,U+68ef-68f0,U+68f2-68f4,U+68f6-68f9,U+68fb-6904,U+6906-690c,U+690f-6911,U+6913-692c,U+692e-692f,U+6931-6959,U+695b-695f,U+6961-6976,U+6978-697b,U+697d-6981,U+6983,U+6985-699b,U+699d-69a7,U+69a9-69b3,U+69b5-69da,U+69dc-69fc,U+69fe-6a09,U+6a0b-6a20,U+6a22-6a29,U+6a2b-6a30,U+6a32-6a43,U+6a45-6a4f,U+6a51-6a55,U+710b,U+7eb6,U+9494-9495,U+9515-9518,U+95f5-95f6,U+96e1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.43.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.43.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.43.otf') format('opentype');unicode-range:U+6894-6896,U+6898-68a1,U+68a3-68a5,U+68a9-68ac,U+68ae,U+68b1-68b2,U+68b4,U+68b6-68bf,U+68c1-68c8,U+68ca,U+68cc,U+68ce-68d1,U+68d3-68d4,U+68d6-68d7,U+68d9,U+68db-68df,U+68e1-68ed,U+68ef-68f0,U+68f2-68f4,U+68f6-68f9,U+68fb-6904,U+6906-690c,U+690f-6911,U+6913-692c,U+692e-692f,U+6931-6959,U+695b-695f,U+6961-6976,U+6978-697b,U+697d-6981,U+6983,U+6985-699b,U+699d-69a7,U+69a9-69b3,U+69b5-69da,U+69dc-69fc,U+69fe-6a09,U+6a0b-6a20,U+6a22-6a29,U+6a2b-6a30,U+6a32-6a43,U+6a45-6a4f,U+6a51-6a55,U+710b,U+7eb6,U+9494-9495,U+9515-9518,U+95f5-95f6,U+96e1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.44.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.44.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.44.otf') format('opentype');unicode-range:U+31fe-339e,U+94e6,U+9612-9613;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.44.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.44.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.44.otf') format('opentype');unicode-range:U+31fe-339e,U+94e6,U+9612-9613;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.44.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.44.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.44.otf') format('opentype');unicode-range:U+31fe-339e,U+94e6,U+9612-9613;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.45.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.45.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.45.otf') format('opentype');unicode-range:U+60ea,U+6e3c-6e55,U+6e57,U+6e59-6e5a,U+6e5c-6e7d,U+6e80-6e82,U+6e84-6e8f,U+6e91-6e9b,U+6e9d-6ea1,U+6ea3-6ea9,U+6eab-6eae,U+6eb0-6eb5,U+6eb7-6eb8,U+6ebb-6eca,U+6ecc-6ed0,U+6ed6-6ed9,U+6edb-6edd,U+6edf-6ee0,U+6ee2-6ee3,U+6ee6-6ee7,U+6eea-6ef3,U+6ef5-6f01,U+6f03-6f05,U+6f07-6f0e,U+6f10-6f12,U+6f15-6f1f,U+6f21-6f2a,U+6f2c-6f30,U+6f33-6f46,U+6f48-6f57,U+6f59-6f5b,U+6f5d-6f6c,U+6f6f-6f83,U+6f85-6f87,U+6f89-6f9b,U+6f9d-6fa0,U+6fa2-6fb2,U+6fb4-6fbf,U+6fc1-6fd1,U+6fd3-7008,U+8088,U+9570-9571;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.45.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.45.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.45.otf') format('opentype');unicode-range:U+60ea,U+6e3c-6e55,U+6e57,U+6e59-6e5a,U+6e5c-6e7d,U+6e80-6e82,U+6e84-6e8f,U+6e91-6e9b,U+6e9d-6ea1,U+6ea3-6ea9,U+6eab-6eae,U+6eb0-6eb5,U+6eb7-6eb8,U+6ebb-6eca,U+6ecc-6ed0,U+6ed6-6ed9,U+6edb-6edd,U+6edf-6ee0,U+6ee2-6ee3,U+6ee6-6ee7,U+6eea-6ef3,U+6ef5-6f01,U+6f03-6f05,U+6f07-6f0e,U+6f10-6f12,U+6f15-6f1f,U+6f21-6f2a,U+6f2c-6f30,U+6f33-6f46,U+6f48-6f57,U+6f59-6f5b,U+6f5d-6f6c,U+6f6f-6f83,U+6f85-6f87,U+6f89-6f9b,U+6f9d-6fa0,U+6fa2-6fb2,U+6fb4-6fbf,U+6fc1-6fd1,U+6fd3-7008,U+8088,U+9570-9571;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.45.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.45.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.45.otf') format('opentype');unicode-range:U+60ea,U+6e3c-6e55,U+6e57,U+6e59-6e5a,U+6e5c-6e7d,U+6e80-6e82,U+6e84-6e8f,U+6e91-6e9b,U+6e9d-6ea1,U+6ea3-6ea9,U+6eab-6eae,U+6eb0-6eb5,U+6eb7-6eb8,U+6ebb-6eca,U+6ecc-6ed0,U+6ed6-6ed9,U+6edb-6edd,U+6edf-6ee0,U+6ee2-6ee3,U+6ee6-6ee7,U+6eea-6ef3,U+6ef5-6f01,U+6f03-6f05,U+6f07-6f0e,U+6f10-6f12,U+6f15-6f1f,U+6f21-6f2a,U+6f2c-6f30,U+6f33-6f46,U+6f48-6f57,U+6f59-6f5b,U+6f5d-6f6c,U+6f6f-6f83,U+6f85-6f87,U+6f89-6f9b,U+6f9d-6fa0,U+6fa2-6fb2,U+6fb4-6fbf,U+6fc1-6fd1,U+6fd3-7008,U+8088,U+9570-9571;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.46.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.46.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.46.otf') format('opentype');unicode-range:U+5769,U+71d6-71e4,U+71e6-7205,U+7207-7229,U+722b,U+722d-7230,U+7232-7234,U+723a-723c,U+723e-7246,U+7249-724b,U+724d-7258,U+725a,U+7260,U+7263-7266,U+7268,U+726a-7271,U+7273-7274,U+7276-7278,U+727b-727f,U+7281-72ab,U+72ad-72ae,U+72b0-72b3,U+72b7-72b8,U+72ba-72c1,U+72c3,U+72c5-72cf,U+72d1-72d6,U+72d8-72df,U+72e2-72eb,U+72ef-72f0,U+72f2-72f7,U+72f9-72fb,U+72fd-730d,U+730f-731a,U+731d-7329,U+732c-732d,U+732f-7333,U+7335-7383,U+7385-7386,U+7388,U+738a,U+738c-7394,U+7396-739a,U+739c-73a8,U+73aa,U+73ac-73ae,U+73b1,U+916b,U+20158;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.46.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.46.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.46.otf') format('opentype');unicode-range:U+5769,U+71d6-71e4,U+71e6-7205,U+7207-7229,U+722b,U+722d-7230,U+7232-7234,U+723a-723c,U+723e-7246,U+7249-724b,U+724d-7258,U+725a,U+7260,U+7263-7266,U+7268,U+726a-7271,U+7273-7274,U+7276-7278,U+727b-727f,U+7281-72ab,U+72ad-72ae,U+72b0-72b3,U+72b7-72b8,U+72ba-72c1,U+72c3,U+72c5-72cf,U+72d1-72d6,U+72d8-72df,U+72e2-72eb,U+72ef-72f0,U+72f2-72f7,U+72f9-72fb,U+72fd-730d,U+730f-731a,U+731d-7329,U+732c-732d,U+732f-7333,U+7335-7383,U+7385-7386,U+7388,U+738a,U+738c-7394,U+7396-739a,U+739c-73a8,U+73aa,U+73ac-73ae,U+73b1,U+916b,U+20158;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.46.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.46.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.46.otf') format('opentype');unicode-range:U+5769,U+71d6-71e4,U+71e6-7205,U+7207-7229,U+722b,U+722d-7230,U+7232-7234,U+723a-723c,U+723e-7246,U+7249-724b,U+724d-7258,U+725a,U+7260,U+7263-7266,U+7268,U+726a-7271,U+7273-7274,U+7276-7278,U+727b-727f,U+7281-72ab,U+72ad-72ae,U+72b0-72b3,U+72b7-72b8,U+72ba-72c1,U+72c3,U+72c5-72cf,U+72d1-72d6,U+72d8-72df,U+72e2-72eb,U+72ef-72f0,U+72f2-72f7,U+72f9-72fb,U+72fd-730d,U+730f-731a,U+731d-7329,U+732c-732d,U+732f-7333,U+7335-7383,U+7385-7386,U+7388,U+738a,U+738c-7394,U+7396-739a,U+739c-73a8,U+73aa,U+73ac-73ae,U+73b1,U+916b,U+20158;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.47.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.47.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.47.otf') format('opentype');unicode-range:U+3052,U+653a,U+6654,U+70d9,U+7edb,U+8b47-8b65,U+8b67-8b6b,U+8b6d-8b9f,U+8ba5-8ba7,U+8baa-8bac,U+8bb1,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bcb-8bcc,U+8bce,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be4,U+8be7-8bea,U+8bf0,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c09,U+8c0c,U+8c11-8c12,U+8c14-8c1a,U+8c1d-8c21,U+8c29-8c2b,U+8c2e-8c30,U+8c32-8c33,U+8c35-8c36,U+8c38-8c40,U+8c42-8c45,U+8c47-8c60,U+8c62-8c69,U+8c6c-8c78,U+8c7a-8c8b,U+8c8d-8d1c,U+8d20,U+8d30,U+8d36,U+8d3b,U+8d3d,U+8d40-8d43,U+8d45-8d4a,U+8d51-8d53,U+8d55,U+8d57,U+8d59,U+8d5c-8d5d,U+8d5f,U+9609-960a,U+962a-962d,U+964e-964f,U+97f4,U+c7bd-c7c0,U+c879;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.47.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.47.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.47.otf') format('opentype');unicode-range:U+3052,U+653a,U+6654,U+70d9,U+7edb,U+8b47-8b65,U+8b67-8b6b,U+8b6d-8b9f,U+8ba5-8ba7,U+8baa-8bac,U+8bb1,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bcb-8bcc,U+8bce,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be4,U+8be7-8bea,U+8bf0,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c09,U+8c0c,U+8c11-8c12,U+8c14-8c1a,U+8c1d-8c21,U+8c29-8c2b,U+8c2e-8c30,U+8c32-8c33,U+8c35-8c36,U+8c38-8c40,U+8c42-8c45,U+8c47-8c60,U+8c62-8c69,U+8c6c-8c78,U+8c7a-8c8b,U+8c8d-8d1c,U+8d20,U+8d30,U+8d36,U+8d3b,U+8d3d,U+8d40-8d43,U+8d45-8d4a,U+8d51-8d53,U+8d55,U+8d57,U+8d59,U+8d5c-8d5d,U+8d5f,U+9609-960a,U+962a-962d,U+964e-964f,U+97f4,U+c7bd-c7c0,U+c879;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.47.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.47.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.47.otf') format('opentype');unicode-range:U+3052,U+653a,U+6654,U+70d9,U+7edb,U+8b47-8b65,U+8b67-8b6b,U+8b6d-8b9f,U+8ba5-8ba7,U+8baa-8bac,U+8bb1,U+8bb4-8bb5,U+8bb7,U+8bb9,U+8bcb-8bcc,U+8bce,U+8bd2-8bd4,U+8bd6,U+8bd8-8bd9,U+8bdc,U+8bdf,U+8be4,U+8be7-8bea,U+8bf0,U+8bf6,U+8bf9,U+8bfc-8bfd,U+8bff-8c00,U+8c02,U+8c04,U+8c06-8c07,U+8c09,U+8c0c,U+8c11-8c12,U+8c14-8c1a,U+8c1d-8c21,U+8c29-8c2b,U+8c2e-8c30,U+8c32-8c33,U+8c35-8c36,U+8c38-8c40,U+8c42-8c45,U+8c47-8c60,U+8c62-8c69,U+8c6c-8c78,U+8c7a-8c8b,U+8c8d-8d1c,U+8d20,U+8d30,U+8d36,U+8d3b,U+8d3d,U+8d40-8d43,U+8d45-8d4a,U+8d51-8d53,U+8d55,U+8d57,U+8d59,U+8d5c-8d5d,U+8d5f,U+9609-960a,U+962a-962d,U+964e-964f,U+97f4,U+c7bd-c7c0,U+c879;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.48.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.48.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.48.otf') format('opentype');unicode-range:U+627d,U+75b0-75b1,U+80b3,U+862c-8637,U+8639-864d,U+8652-8653,U+8655-8659,U+865b-865d,U+865f-866a,U+866c-8678,U+867a-867c,U+867f,U+8682-8689,U+868b-8694,U+8696-86a7,U+86a9-86c6,U+86c8-86ca,U+86cc-86da,U+86dc-86dd,U+86df-86ed,U+86ef-86ff,U+8701,U+8703-8711,U+8713-8714,U+8719-871b,U+871d-8720,U+8722-8746,U+8748,U+874a-8752,U+8755-8763,U+8765-8773,U+8775,U+8777-878c,U+878e-87b9,U+87bb-87e1,U+8bc2-8bc3,U+8d4d,U+94bf-94c0,U+9529-952d,U+961a-961b,U+9717;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.48.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.48.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.48.otf') format('opentype');unicode-range:U+627d,U+75b0-75b1,U+80b3,U+862c-8637,U+8639-864d,U+8652-8653,U+8655-8659,U+865b-865d,U+865f-866a,U+866c-8678,U+867a-867c,U+867f,U+8682-8689,U+868b-8694,U+8696-86a7,U+86a9-86c6,U+86c8-86ca,U+86cc-86da,U+86dc-86dd,U+86df-86ed,U+86ef-86ff,U+8701,U+8703-8711,U+8713-8714,U+8719-871b,U+871d-8720,U+8722-8746,U+8748,U+874a-8752,U+8755-8763,U+8765-8773,U+8775,U+8777-878c,U+878e-87b9,U+87bb-87e1,U+8bc2-8bc3,U+8d4d,U+94bf-94c0,U+9529-952d,U+961a-961b,U+9717;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.48.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.48.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.48.otf') format('opentype');unicode-range:U+627d,U+75b0-75b1,U+80b3,U+862c-8637,U+8639-864d,U+8652-8653,U+8655-8659,U+865b-865d,U+865f-866a,U+866c-8678,U+867a-867c,U+867f,U+8682-8689,U+868b-8694,U+8696-86a7,U+86a9-86c6,U+86c8-86ca,U+86cc-86da,U+86dc-86dd,U+86df-86ed,U+86ef-86ff,U+8701,U+8703-8711,U+8713-8714,U+8719-871b,U+871d-8720,U+8722-8746,U+8748,U+874a-8752,U+8755-8763,U+8765-8773,U+8775,U+8777-878c,U+878e-87b9,U+87bb-87e1,U+8bc2-8bc3,U+8d4d,U+94bf-94c0,U+9529-952d,U+961a-961b,U+9717;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.49.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.49.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.49.otf') format('opentype');unicode-range:U+2100,U+6b7a,U+92eb-946a,U+946c-9487,U+959c-959e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.49.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.49.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.49.otf') format('opentype');unicode-range:U+2100,U+6b7a,U+92eb-946a,U+946c-9487,U+959c-959e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.49.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.49.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.49.otf') format('opentype');unicode-range:U+2100,U+6b7a,U+92eb-946a,U+946c-9487,U+959c-959e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.50.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.50.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.50.otf') format('opentype');unicode-range:U+541d,U+94a1,U+94c2,U+94c4,U+94c6-94ca,U+955d-9563,U+9647,U+967b-9685,U+9687-968a,U+968c-968e,U+9691-9693,U+9695-9697,U+969a-969b,U+969d-96a6,U+96a8-96b5,U+96b7-96bd,U+96bf,U+96c2-96c3,U+96c8-96cb,U+96ce,U+96d0-96d4,U+96d6-96df,U+96e2-96e7,U+96e9,U+96eb-96f5,U+96f8-96fd,U+96ff,U+9701-9703,U+9705,U+970a-970c,U+970e-9715,U+9718-971b,U+971d,U+971f-9731,U+9733-9737,U+9739-9751,U+9754-9755,U+9757-9758,U+975a-975d,U+975f,U+9763-9768,U+976a-9773,U+9775-978a,U+978c,U+978e-979d,U+97a0-97ac,U+97ae-97e5,U+97e8,U+97ea-97f2,U+97f7-983b,U+983d-9849;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.50.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.50.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.50.otf') format('opentype');unicode-range:U+541d,U+94a1,U+94c2,U+94c4,U+94c6-94ca,U+955d-9563,U+9647,U+967b-9685,U+9687-968a,U+968c-968e,U+9691-9693,U+9695-9697,U+969a-969b,U+969d-96a6,U+96a8-96b5,U+96b7-96bd,U+96bf,U+96c2-96c3,U+96c8-96cb,U+96ce,U+96d0-96d4,U+96d6-96df,U+96e2-96e7,U+96e9,U+96eb-96f5,U+96f8-96fd,U+96ff,U+9701-9703,U+9705,U+970a-970c,U+970e-9715,U+9718-971b,U+971d,U+971f-9731,U+9733-9737,U+9739-9751,U+9754-9755,U+9757-9758,U+975a-975d,U+975f,U+9763-9768,U+976a-9773,U+9775-978a,U+978c,U+978e-979d,U+97a0-97ac,U+97ae-97e5,U+97e8,U+97ea-97f2,U+97f7-983b,U+983d-9849;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.50.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.50.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.50.otf') format('opentype');unicode-range:U+541d,U+94a1,U+94c2,U+94c4,U+94c6-94ca,U+955d-9563,U+9647,U+967b-9685,U+9687-968a,U+968c-968e,U+9691-9693,U+9695-9697,U+969a-969b,U+969d-96a6,U+96a8-96b5,U+96b7-96bd,U+96bf,U+96c2-96c3,U+96c8-96cb,U+96ce,U+96d0-96d4,U+96d6-96df,U+96e2-96e7,U+96e9,U+96eb-96f5,U+96f8-96fd,U+96ff,U+9701-9703,U+9705,U+970a-970c,U+970e-9715,U+9718-971b,U+971d,U+971f-9731,U+9733-9737,U+9739-9751,U+9754-9755,U+9757-9758,U+975a-975d,U+975f,U+9763-9768,U+976a-9773,U+9775-978a,U+978c,U+978e-979d,U+97a0-97ac,U+97ae-97e5,U+97e8,U+97ea-97f2,U+97f7-983b,U+983d-9849;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.51.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.51.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.51.otf') format('opentype');unicode-range:U+57a4-57a6,U+9bd2-9c7b,U+9c7d-9c80,U+9c82-9c8c,U+9c8e-9c8f,U+9c91-9c9b,U+9c9d-9ca2,U+9ca4-9cb4,U+9cb6-9cdd,U+9cdf-9d72,U+c7a8-c7aa;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.51.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.51.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.51.otf') format('opentype');unicode-range:U+57a4-57a6,U+9bd2-9c7b,U+9c7d-9c80,U+9c82-9c8c,U+9c8e-9c8f,U+9c91-9c9b,U+9c9d-9ca2,U+9ca4-9cb4,U+9cb6-9cdd,U+9cdf-9d72,U+c7a8-c7aa;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.51.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.51.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.51.otf') format('opentype');unicode-range:U+57a4-57a6,U+9bd2-9c7b,U+9c7d-9c80,U+9c82-9c8c,U+9c8e-9c8f,U+9c91-9c9b,U+9c9d-9ca2,U+9ca4-9cb4,U+9cb6-9cdd,U+9cdf-9d72,U+c7a8-c7aa;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.52.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.52.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.52.otf') format('opentype');unicode-range:U+c75c-c75d,U+d598-d5a4,U+d5a6-d603,U+d605-d653,U+d655-d68b,U+d68d-d6c3,U+d6c5-d739;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.52.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.52.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.52.otf') format('opentype');unicode-range:U+c75c-c75d,U+d598-d5a4,U+d5a6-d603,U+d605-d653,U+d655-d68b,U+d68d-d6c3,U+d6c5-d739;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.52.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.52.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.52.otf') format('opentype');unicode-range:U+c75c-c75d,U+d598-d5a4,U+d5a6-d603,U+d605-d653,U+d655-d68b,U+d68d-d6c3,U+d6c5-d739;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.53.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.53.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.53.otf') format('opentype');unicode-range:U+c75e-c760,U+d3f5-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d567,U+d56a-d573,U+d575-d597;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.53.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.53.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.53.otf') format('opentype');unicode-range:U+c75e-c760,U+d3f5-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d567,U+d56a-d573,U+d575-d597;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.53.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.53.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.53.otf') format('opentype');unicode-range:U+c75e-c760,U+d3f5-d557,U+d55a-d55b,U+d55d-d55f,U+d561-d567,U+d56a-d573,U+d575-d597;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.54.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.54.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.54.otf') format('opentype');unicode-range:U+53e7,U+c3b6-c543,U+c545-c547,U+c54b,U+c54d-c556,U+c763,U+c846;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.54.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.54.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.54.otf') format('opentype');unicode-range:U+53e7,U+c3b6-c543,U+c545-c547,U+c54b,U+c54d-c556,U+c763,U+c846;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.54.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.54.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.54.otf') format('opentype');unicode-range:U+53e7,U+c3b6-c543,U+c545-c547,U+c54b,U+c54d-c556,U+c763,U+c846;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.55.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.55.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.55.otf') format('opentype');unicode-range:U+306c,U+4589-4729;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.55.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.55.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.55.otf') format('opentype');unicode-range:U+306c,U+4589-4729;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.55.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.55.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.55.otf') format('opentype');unicode-range:U+306c,U+4589-4729;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.56.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.56.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.56.otf') format('opentype');unicode-range:U+90de,U+ac00-ac01,U+ac04,U+ac10,U+ac19,U+ac70,U+ac78,U+ac83,U+ac8c,U+aca0,U+acb0,U+acbd,U+acc4,U+ace0,U+acfc,U+ad50,U+ad6c-ad6d,U+adf8,U+ae30,U+ae38,U+ae40,U+ae4c,U+aed8,U+b098,U+b09c,U+b0a0,U+b0a8,U+b0b4,U+b108,U+b110,U+b124,U+b155,U+b208,U+b294,U+b2c8,U+b2e4,U+b2e8,U+b2ec,U+b2f9,U+b300,U+b370,U+b3c4,U+b3d9,U+b418,U+b450,U+b4dc,U+b4e0,U+b4e4,U+b530,U+b77c,U+b78c,U+b791,U+b798,U+b824,U+b85c,U+b974,U+b978,U+b97c,U+b984,U+b9ac,U+b9b0,U+b9c8,U+b9cc,U+b9d0,U+ba70,U+ba74,U+ba85,U+baa8-baa9,U+babb,U+bb34,U+bb38,U+bb3c,U+bbf8,U+bbfc,U+bc00,U+bc14-bc15,U+bc1b-bc1c,U+bc31,U+bc84,U+bcf4,U+bd80,U+bd84,U+be44,U+be5b,U+c0ac,U+c0b4,U+c0c1,U+c0dd,U+c11c,U+c120,U+c131,U+c138,U+c18c-c18d,U+c190,U+c218,U+c2a4,U+c2b5,U+c2dc-c2dd,U+c2e0,U+c2ec,U+c544,U+c548-c54a,U+c54c,U+c57c,U+c5b4,U+c5c6-c5c8,U+c5d0,U+c5ec,U+c601,U+c624,U+c640,U+c694,U+c6b0,U+c6b4,U+c6b8,U+c6c3,U+c6d0,U+c704-c725,U+c72c-c75a,U+c764-c7a5,U+c7db-c815,U+c81c-c837,U+c847-c870,U+c87a-c88b,U+c8fc,U+c900,U+c911,U+c9c0-c9c1,U+c9c4,U+c9d1,U+cc28,U+cc44,U+cc9c,U+ccb4,U+cd94,U+ce58,U+ce74,U+d06c,U+d0c0,U+d0dc,U+d2b8,U+d30c,U+d3ec,U+d558-d559,U+d55c,U+d560,U+d568-d569,U+d574,U+d5a5,U+d604,U+d654,U+d68c,U+d6c4,U+d788;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.56.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.56.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.56.otf') format('opentype');unicode-range:U+90de,U+ac00-ac01,U+ac04,U+ac10,U+ac19,U+ac70,U+ac78,U+ac83,U+ac8c,U+aca0,U+acb0,U+acbd,U+acc4,U+ace0,U+acfc,U+ad50,U+ad6c-ad6d,U+adf8,U+ae30,U+ae38,U+ae40,U+ae4c,U+aed8,U+b098,U+b09c,U+b0a0,U+b0a8,U+b0b4,U+b108,U+b110,U+b124,U+b155,U+b208,U+b294,U+b2c8,U+b2e4,U+b2e8,U+b2ec,U+b2f9,U+b300,U+b370,U+b3c4,U+b3d9,U+b418,U+b450,U+b4dc,U+b4e0,U+b4e4,U+b530,U+b77c,U+b78c,U+b791,U+b798,U+b824,U+b85c,U+b974,U+b978,U+b97c,U+b984,U+b9ac,U+b9b0,U+b9c8,U+b9cc,U+b9d0,U+ba70,U+ba74,U+ba85,U+baa8-baa9,U+babb,U+bb34,U+bb38,U+bb3c,U+bbf8,U+bbfc,U+bc00,U+bc14-bc15,U+bc1b-bc1c,U+bc31,U+bc84,U+bcf4,U+bd80,U+bd84,U+be44,U+be5b,U+c0ac,U+c0b4,U+c0c1,U+c0dd,U+c11c,U+c120,U+c131,U+c138,U+c18c-c18d,U+c190,U+c218,U+c2a4,U+c2b5,U+c2dc-c2dd,U+c2e0,U+c2ec,U+c544,U+c548-c54a,U+c54c,U+c57c,U+c5b4,U+c5c6-c5c8,U+c5d0,U+c5ec,U+c601,U+c624,U+c640,U+c694,U+c6b0,U+c6b4,U+c6b8,U+c6c3,U+c6d0,U+c704-c725,U+c72c-c75a,U+c764-c7a5,U+c7db-c815,U+c81c-c837,U+c847-c870,U+c87a-c88b,U+c8fc,U+c900,U+c911,U+c9c0-c9c1,U+c9c4,U+c9d1,U+cc28,U+cc44,U+cc9c,U+ccb4,U+cd94,U+ce58,U+ce74,U+d06c,U+d0c0,U+d0dc,U+d2b8,U+d30c,U+d3ec,U+d558-d559,U+d55c,U+d560,U+d568-d569,U+d574,U+d5a5,U+d604,U+d654,U+d68c,U+d6c4,U+d788;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.56.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.56.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.56.otf') format('opentype');unicode-range:U+90de,U+ac00-ac01,U+ac04,U+ac10,U+ac19,U+ac70,U+ac78,U+ac83,U+ac8c,U+aca0,U+acb0,U+acbd,U+acc4,U+ace0,U+acfc,U+ad50,U+ad6c-ad6d,U+adf8,U+ae30,U+ae38,U+ae40,U+ae4c,U+aed8,U+b098,U+b09c,U+b0a0,U+b0a8,U+b0b4,U+b108,U+b110,U+b124,U+b155,U+b208,U+b294,U+b2c8,U+b2e4,U+b2e8,U+b2ec,U+b2f9,U+b300,U+b370,U+b3c4,U+b3d9,U+b418,U+b450,U+b4dc,U+b4e0,U+b4e4,U+b530,U+b77c,U+b78c,U+b791,U+b798,U+b824,U+b85c,U+b974,U+b978,U+b97c,U+b984,U+b9ac,U+b9b0,U+b9c8,U+b9cc,U+b9d0,U+ba70,U+ba74,U+ba85,U+baa8-baa9,U+babb,U+bb34,U+bb38,U+bb3c,U+bbf8,U+bbfc,U+bc00,U+bc14-bc15,U+bc1b-bc1c,U+bc31,U+bc84,U+bcf4,U+bd80,U+bd84,U+be44,U+be5b,U+c0ac,U+c0b4,U+c0c1,U+c0dd,U+c11c,U+c120,U+c131,U+c138,U+c18c-c18d,U+c190,U+c218,U+c2a4,U+c2b5,U+c2dc-c2dd,U+c2e0,U+c2ec,U+c544,U+c548-c54a,U+c54c,U+c57c,U+c5b4,U+c5c6-c5c8,U+c5d0,U+c5ec,U+c601,U+c624,U+c640,U+c694,U+c6b0,U+c6b4,U+c6b8,U+c6c3,U+c6d0,U+c704-c725,U+c72c-c75a,U+c764-c7a5,U+c7db-c815,U+c81c-c837,U+c847-c870,U+c87a-c88b,U+c8fc,U+c900,U+c911,U+c9c0-c9c1,U+c9c4,U+c9d1,U+cc28,U+cc44,U+cc9c,U+ccb4,U+cd94,U+ce58,U+ce74,U+d06c,U+d0c0,U+d0dc,U+d2b8,U+d30c,U+d3ec,U+d558-d559,U+d55c,U+d560,U+d568-d569,U+d574,U+d5a5,U+d604,U+d654,U+d68c,U+d6c4,U+d788;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.57.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.57.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.57.otf') format('opentype');unicode-range:U+6b77-6b78,U+79d5,U+899f-89c0,U+89ca-89d1,U+89d3-89db,U+89dd-89e2,U+89e4-89e5,U+89e7-89ff,U+8a01-8a78,U+8a7a-8a88,U+8a8a-8a92,U+8a94-8aab,U+8aad-8b46,U+9620-9625;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.57.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.57.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.57.otf') format('opentype');unicode-range:U+6b77-6b78,U+79d5,U+899f-89c0,U+89ca-89d1,U+89d3-89db,U+89dd-89e2,U+89e4-89e5,U+89e7-89ff,U+8a01-8a78,U+8a7a-8a88,U+8a8a-8a92,U+8a94-8aab,U+8aad-8b46,U+9620-9625;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.57.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.57.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.57.otf') format('opentype');unicode-range:U+6b77-6b78,U+79d5,U+899f-89c0,U+89ca-89d1,U+89d3-89db,U+89dd-89e2,U+89e4-89e5,U+89e7-89ff,U+8a01-8a78,U+8a7a-8a88,U+8a8a-8a92,U+8a94-8aab,U+8aad-8b46,U+9620-9625;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.58.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.58.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.58.otf') format('opentype');unicode-range:U+7ce0-7cee,U+7cf0-7cfa,U+7cfc-7d09,U+7d0b-7d1f,U+7d21,U+7d23-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d4f,U+7d51-7d6d,U+7d6f-7d92,U+7d94-7e40,U+7e42-7e4a,U+7e4c-7e84,U+7ea1,U+9490-9492,U+94f7,U+9513-9514;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.58.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.58.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.58.otf') format('opentype');unicode-range:U+7ce0-7cee,U+7cf0-7cfa,U+7cfc-7d09,U+7d0b-7d1f,U+7d21,U+7d23-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d4f,U+7d51-7d6d,U+7d6f-7d92,U+7d94-7e40,U+7e42-7e4a,U+7e4c-7e84,U+7ea1,U+9490-9492,U+94f7,U+9513-9514;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.58.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.58.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.58.otf') format('opentype');unicode-range:U+7ce0-7cee,U+7cf0-7cfa,U+7cfc-7d09,U+7d0b-7d1f,U+7d21,U+7d23-7d26,U+7d28-7d2a,U+7d2c-7d2e,U+7d30-7d4f,U+7d51-7d6d,U+7d6f-7d92,U+7d94-7e40,U+7e42-7e4a,U+7e4c-7e84,U+7ea1,U+9490-9492,U+94f7,U+9513-9514;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.59.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.59.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.59.otf') format('opentype');unicode-range:U+7980,U+bed3-c072;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.59.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.59.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.59.otf') format('opentype');unicode-range:U+7980,U+bed3-c072;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.59.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.59.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.59.otf') format('opentype');unicode-range:U+7980,U+bed3-c072;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.60.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.60.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.60.otf') format('opentype');unicode-range:U+51a3,U+51ee,U+604c,U+75bd,U+8002,U+20e16,U+22c9b-23766,U+237bc-246a5,U+247e0-24994,U+249a7,U+25d43,U+26469,U+26df0,U+277cc-27858,U+2b372,U+2cb76;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.60.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.60.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.60.otf') format('opentype');unicode-range:U+51a3,U+51ee,U+604c,U+75bd,U+8002,U+20e16,U+22c9b-23766,U+237bc-246a5,U+247e0-24994,U+249a7,U+25d43,U+26469,U+26df0,U+277cc-27858,U+2b372,U+2cb76;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.60.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.60.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.60.otf') format('opentype');unicode-range:U+51a3,U+51ee,U+604c,U+75bd,U+8002,U+20e16,U+22c9b-23766,U+237bc-246a5,U+247e0-24994,U+249a7,U+25d43,U+26469,U+26df0,U+277cc-27858,U+2b372,U+2cb76;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.61.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.61.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.61.otf') format('opentype');unicode-range:U+0251,U+52d5,U+6427,U+65d2,U+6d0e,U+86de,U+8753-8754,U+87e2-87f8,U+87fa-881a,U+881e-8821,U+8823-883f,U+8841-884b,U+884e-8853,U+8855-8856,U+8858-8860,U+8871-8876,U+8878-8880,U+8882-888a,U+888c,U+888e-8895,U+8897-889b,U+889d-88aa,U+88ae-88c0,U+88c3-88c4,U+88c6-88d3,U+88d6-88d8,U+88dc-88e3,U+88e5-88f2,U+88f5-88f7,U+88fa-88fc,U+88fe-890f,U+8911,U+8913-8929,U+892b-8943,U+8945-895e,U+8960-897e,U+8980,U+8982-8985,U+8987-898a,U+898c-899e,U+8d61,U+8f98,U+958c-958d,U+95b8-95ba,U+95cd-95d4,U+9649-964a,U+965c-965e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.61.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.61.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.61.otf') format('opentype');unicode-range:U+0251,U+52d5,U+6427,U+65d2,U+6d0e,U+86de,U+8753-8754,U+87e2-87f8,U+87fa-881a,U+881e-8821,U+8823-883f,U+8841-884b,U+884e-8853,U+8855-8856,U+8858-8860,U+8871-8876,U+8878-8880,U+8882-888a,U+888c,U+888e-8895,U+8897-889b,U+889d-88aa,U+88ae-88c0,U+88c3-88c4,U+88c6-88d3,U+88d6-88d8,U+88dc-88e3,U+88e5-88f2,U+88f5-88f7,U+88fa-88fc,U+88fe-890f,U+8911,U+8913-8929,U+892b-8943,U+8945-895e,U+8960-897e,U+8980,U+8982-8985,U+8987-898a,U+898c-899e,U+8d61,U+8f98,U+958c-958d,U+95b8-95ba,U+95cd-95d4,U+9649-964a,U+965c-965e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.61.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.61.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.61.otf') format('opentype');unicode-range:U+0251,U+52d5,U+6427,U+65d2,U+6d0e,U+86de,U+8753-8754,U+87e2-87f8,U+87fa-881a,U+881e-8821,U+8823-883f,U+8841-884b,U+884e-8853,U+8855-8856,U+8858-8860,U+8871-8876,U+8878-8880,U+8882-888a,U+888c,U+888e-8895,U+8897-889b,U+889d-88aa,U+88ae-88c0,U+88c3-88c4,U+88c6-88d3,U+88d6-88d8,U+88dc-88e3,U+88e5-88f2,U+88f5-88f7,U+88fa-88fc,U+88fe-890f,U+8911,U+8913-8929,U+892b-8943,U+8945-895e,U+8960-897e,U+8980,U+8982-8985,U+8987-898a,U+898c-899e,U+8d61,U+8f98,U+958c-958d,U+95b8-95ba,U+95cd-95d4,U+9649-964a,U+965c-965e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.62.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.62.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.62.otf') format('opentype');unicode-range:U+c073-c0ab,U+c0ad-c0b3,U+c0b5-c0c0,U+c0c2-c0dc,U+c0de-c11b,U+c11d-c11f,U+c121-c130,U+c132-c137,U+c139-c18b,U+c18e-c18f,U+c191-c214,U+c816-c81b,U+c842,U+c871-c872;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.62.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.62.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.62.otf') format('opentype');unicode-range:U+c073-c0ab,U+c0ad-c0b3,U+c0b5-c0c0,U+c0c2-c0dc,U+c0de-c11b,U+c11d-c11f,U+c121-c130,U+c132-c137,U+c139-c18b,U+c18e-c18f,U+c191-c214,U+c816-c81b,U+c842,U+c871-c872;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.62.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.62.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.62.otf') format('opentype');unicode-range:U+c073-c0ab,U+c0ad-c0b3,U+c0b5-c0c0,U+c0c2-c0dc,U+c0de-c11b,U+c11d-c11f,U+c121-c130,U+c132-c137,U+c139-c18b,U+c18e-c18f,U+c191-c214,U+c816-c81b,U+c842,U+c871-c872;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.63.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.63.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.63.otf') format('opentype');unicode-range:U+8862,U+8864,U+bb8d-bbf7,U+bbf9-bbfb,U+bbfd-bbff,U+bc01-bc13,U+bc16-bc1a,U+bc1d-bc30,U+bc32-bc83,U+bc85-bcf3,U+bcf5-bd33;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.63.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.63.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.63.otf') format('opentype');unicode-range:U+8862,U+8864,U+bb8d-bbf7,U+bbf9-bbfb,U+bbfd-bbff,U+bc01-bc13,U+bc16-bc1a,U+bc1d-bc30,U+bc32-bc83,U+bc85-bcf3,U+bcf5-bd33;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.63.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.63.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.63.otf') format('opentype');unicode-range:U+8862,U+8864,U+bb8d-bbf7,U+bbf9-bbfb,U+bbfd-bbff,U+bc01-bc13,U+bc16-bc1a,U+bc1d-bc30,U+bc32-bc83,U+bc85-bcf3,U+bcf5-bd33;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.64.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.64.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.64.otf') format('opentype');unicode-range:U+846d-8470,U+8472-8474,U+8476-8481,U+8483-848a,U+848c-8498,U+849a-849b,U+849d-84b1,U+84b3-84b7,U+84b9-84c3,U+84c5-84c8,U+84ca-84dc,U+84de-84eb,U+84ed-8512,U+8514-8519,U+851b-8520,U+8522-852b,U+852d-853c,U+853e-8548,U+854b-8573,U+8575-857d,U+857f-8583,U+8585-8586,U+8588-859a,U+859c-85a9,U+85ab-85ae,U+85b0-85c8,U+85ca-85ce,U+85d0-85e3,U+85e5-85e8,U+85ea-85fa,U+85fc-8610,U+8612-862b,U+8bd0;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.64.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.64.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.64.otf') format('opentype');unicode-range:U+846d-8470,U+8472-8474,U+8476-8481,U+8483-848a,U+848c-8498,U+849a-849b,U+849d-84b1,U+84b3-84b7,U+84b9-84c3,U+84c5-84c8,U+84ca-84dc,U+84de-84eb,U+84ed-8512,U+8514-8519,U+851b-8520,U+8522-852b,U+852d-853c,U+853e-8548,U+854b-8573,U+8575-857d,U+857f-8583,U+8585-8586,U+8588-859a,U+859c-85a9,U+85ab-85ae,U+85b0-85c8,U+85ca-85ce,U+85d0-85e3,U+85e5-85e8,U+85ea-85fa,U+85fc-8610,U+8612-862b,U+8bd0;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.64.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.64.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.64.otf') format('opentype');unicode-range:U+846d-8470,U+8472-8474,U+8476-8481,U+8483-848a,U+848c-8498,U+849a-849b,U+849d-84b1,U+84b3-84b7,U+84b9-84c3,U+84c5-84c8,U+84ca-84dc,U+84de-84eb,U+84ed-8512,U+8514-8519,U+851b-8520,U+8522-852b,U+852d-853c,U+853e-8548,U+854b-8573,U+8575-857d,U+857f-8583,U+8585-8586,U+8588-859a,U+859c-85a9,U+85ab-85ae,U+85b0-85c8,U+85ca-85ce,U+85d0-85e3,U+85e5-85e8,U+85ea-85fa,U+85fc-8610,U+8612-862b,U+8bd0;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.65.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.65.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.65.otf') format('opentype');unicode-range:U+3a22-3bc1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.65.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.65.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.65.otf') format('opentype');unicode-range:U+3a22-3bc1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.65.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.65.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.65.otf') format('opentype');unicode-range:U+3a22-3bc1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.66.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.66.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.66.otf') format('opentype');unicode-range:U+011a-011b,U+ae8c-aed7,U+aed9-b029,U+2b404;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.66.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.66.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.66.otf') format('opentype');unicode-range:U+011a-011b,U+ae8c-aed7,U+aed9-b029,U+2b404;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.66.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.66.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.66.otf') format('opentype');unicode-range:U+011a-011b,U+ae8c-aed7,U+aed9-b029,U+2b404;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.67.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.67.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.67.otf') format('opentype');unicode-range:U+2032-2033,U+2312,U+57cc-57cd,U+7575-7577,U+7b7f,U+f9eb-fe30,U+fe32-fe35,U+fe37-fe6b,U+ff02-ff04,U+ff06-ff07,U+ff0a,U+ff10,U+ff12-ff13,U+ff15-ff19,U+ff1c-ff1d,U+ff20-ff2c,U+ff2e-ff3d,U+ff3f-ff5d,U+ff5f-ff61,U+ff64-ffe4,U+ffe6-ffee;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.67.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.67.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.67.otf') format('opentype');unicode-range:U+2032-2033,U+2312,U+57cc-57cd,U+7575-7577,U+7b7f,U+f9eb-fe30,U+fe32-fe35,U+fe37-fe6b,U+ff02-ff04,U+ff06-ff07,U+ff0a,U+ff10,U+ff12-ff13,U+ff15-ff19,U+ff1c-ff1d,U+ff20-ff2c,U+ff2e-ff3d,U+ff3f-ff5d,U+ff5f-ff61,U+ff64-ffe4,U+ffe6-ffee;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.67.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.67.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.67.otf') format('opentype');unicode-range:U+2032-2033,U+2312,U+57cc-57cd,U+7575-7577,U+7b7f,U+f9eb-fe30,U+fe32-fe35,U+fe37-fe6b,U+ff02-ff04,U+ff06-ff07,U+ff0a,U+ff10,U+ff12-ff13,U+ff15-ff19,U+ff1c-ff1d,U+ff20-ff2c,U+ff2e-ff3d,U+ff3f-ff5d,U+ff5f-ff61,U+ff64-ffe4,U+ffe6-ffee;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.68.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.68.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.68.otf') format('opentype');unicode-range:U+5b6d,U+67ce,U+8d65,U+8d67-8d6a,U+8d6c-8d6f,U+8d71-8d73,U+8d78-8d80,U+8d82-8d84,U+8d86-8d89,U+8d8c-8d9e,U+8da0-8da2,U+8da4-8db2,U+8db5-8dc2,U+8dc4-8dca,U+8dcd-8dd0,U+8dd2-8ddc,U+8de0-8de7,U+8de9,U+8ded-8dee,U+8df0-8df2,U+8df7-8dfa,U+8dfc-8e0e,U+8e10-8e19,U+8e1f-8e21,U+8e23-8e28,U+8e2b-8e43,U+8e45-8e47,U+8e49-8e65,U+8e67-8e71,U+8e73-8e80,U+8e82-8eaa,U+8ead-8eae,U+8eb0-8eb1,U+8eb3-8eb9,U+8ebb-8f23,U+94b6-94b8,U+94d4-94d5,U+9536-953a,U+9559-955b,U+958e-9591,U+95e9;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.68.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.68.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.68.otf') format('opentype');unicode-range:U+5b6d,U+67ce,U+8d65,U+8d67-8d6a,U+8d6c-8d6f,U+8d71-8d73,U+8d78-8d80,U+8d82-8d84,U+8d86-8d89,U+8d8c-8d9e,U+8da0-8da2,U+8da4-8db2,U+8db5-8dc2,U+8dc4-8dca,U+8dcd-8dd0,U+8dd2-8ddc,U+8de0-8de7,U+8de9,U+8ded-8dee,U+8df0-8df2,U+8df7-8dfa,U+8dfc-8e0e,U+8e10-8e19,U+8e1f-8e21,U+8e23-8e28,U+8e2b-8e43,U+8e45-8e47,U+8e49-8e65,U+8e67-8e71,U+8e73-8e80,U+8e82-8eaa,U+8ead-8eae,U+8eb0-8eb1,U+8eb3-8eb9,U+8ebb-8f23,U+94b6-94b8,U+94d4-94d5,U+9536-953a,U+9559-955b,U+958e-9591,U+95e9;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.68.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.68.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.68.otf') format('opentype');unicode-range:U+5b6d,U+67ce,U+8d65,U+8d67-8d6a,U+8d6c-8d6f,U+8d71-8d73,U+8d78-8d80,U+8d82-8d84,U+8d86-8d89,U+8d8c-8d9e,U+8da0-8da2,U+8da4-8db2,U+8db5-8dc2,U+8dc4-8dca,U+8dcd-8dd0,U+8dd2-8ddc,U+8de0-8de7,U+8de9,U+8ded-8dee,U+8df0-8df2,U+8df7-8dfa,U+8dfc-8e0e,U+8e10-8e19,U+8e1f-8e21,U+8e23-8e28,U+8e2b-8e43,U+8e45-8e47,U+8e49-8e65,U+8e67-8e71,U+8e73-8e80,U+8e82-8eaa,U+8ead-8eae,U+8eb0-8eb1,U+8eb3-8eb9,U+8ebb-8f23,U+94b6-94b8,U+94d4-94d5,U+9536-953a,U+9559-955b,U+958e-9591,U+95e9;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.69.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.69.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.69.otf') format('opentype');unicode-range:U+75c6,U+1f100-20118,U+20164-20acd,U+20b8f-20e11,U+20f5f-20f8d,U+21c70,U+22c55,U+25f23,U+2f9f4;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.69.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.69.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.69.otf') format('opentype');unicode-range:U+75c6,U+1f100-20118,U+20164-20acd,U+20b8f-20e11,U+20f5f-20f8d,U+21c70,U+22c55,U+25f23,U+2f9f4;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.69.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.69.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.69.otf') format('opentype');unicode-range:U+75c6,U+1f100-20118,U+20164-20acd,U+20b8f-20e11,U+20f5f-20f8d,U+21c70,U+22c55,U+25f23,U+2f9f4;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.70.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.70.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.70.otf') format('opentype');unicode-range:U+d256-d2b7,U+d2b9-d30b,U+d30d-d3eb,U+d3ed-d3f4,U+24706-2472f;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.70.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.70.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.70.otf') format('opentype');unicode-range:U+d256-d2b7,U+d2b9-d30b,U+d30d-d3eb,U+d3ed-d3f4,U+24706-2472f;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.70.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.70.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.70.otf') format('opentype');unicode-range:U+d256-d2b7,U+d2b9-d30b,U+d30d-d3eb,U+d3ed-d3f4,U+24706-2472f;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.71.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.71.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.71.otf') format('opentype');unicode-range:U+224c,U+2606,U+306b,U+30c8-30cb,U+4e93,U+5e5f-5e61,U+5e63-5e71,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e83,U+5e88-5e89,U+5e8b-5e8e,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8-5eac,U+5eae-5eb4,U+5eb9-5ec8,U+5ecb-5ed2,U+5ed4-5ed5,U+5ed7-5ef5,U+5ef8-5ef9,U+5efb-5eff,U+5f01,U+5f05-5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f19-5f1a,U+5f1c-5f1e,U+5f21-5f24,U+5f28-5f2e,U+5f30,U+5f32-5f38,U+5f3b-5f51,U+5f54,U+5f56-5f61,U+5f63-5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72,U+5f74-5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f86-5f87,U+5f8d-5f8f,U+5f91,U+5f93-5f96,U+5f9a-5f9d,U+5f9f-5fa0,U+5fa2-5fa8,U+5fab-5fad,U+5faf-5fb6,U+5fb8-5fbb,U+5fbe-5fc2,U+5fc4,U+5fc7-5fcb,U+5fce,U+5fd0-5fd6,U+5fda-5fdf,U+5fe1-5fe6,U+5fe8-5fea,U+5fec-5ff4,U+5ff6-5ffc,U+5ffe-5fff,U+6002-600d,U+600f-6011,U+6013-6014,U+6017-601b,U+601e-601f,U+6022-6024,U+6029,U+602b-603a,U+603c-6041,U+6043-604a,U+604e-604f,U+6051,U+6053-6054,U+6056-6061,U+6063,U+6065-6067,U+606a-606b,U+606e,U+6071-6072,U+711b-711c,U+7f07-7f09,U+8bbb,U+8bc7,U+94cf-94d3,U+95f0-95f1,U+9617-9618,U+965f-9660,U+26e40;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.71.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.71.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.71.otf') format('opentype');unicode-range:U+224c,U+2606,U+306b,U+30c8-30cb,U+4e93,U+5e5f-5e61,U+5e63-5e71,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e83,U+5e88-5e89,U+5e8b-5e8e,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8-5eac,U+5eae-5eb4,U+5eb9-5ec8,U+5ecb-5ed2,U+5ed4-5ed5,U+5ed7-5ef5,U+5ef8-5ef9,U+5efb-5eff,U+5f01,U+5f05-5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f19-5f1a,U+5f1c-5f1e,U+5f21-5f24,U+5f28-5f2e,U+5f30,U+5f32-5f38,U+5f3b-5f51,U+5f54,U+5f56-5f61,U+5f63-5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72,U+5f74-5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f86-5f87,U+5f8d-5f8f,U+5f91,U+5f93-5f96,U+5f9a-5f9d,U+5f9f-5fa0,U+5fa2-5fa8,U+5fab-5fad,U+5faf-5fb6,U+5fb8-5fbb,U+5fbe-5fc2,U+5fc4,U+5fc7-5fcb,U+5fce,U+5fd0-5fd6,U+5fda-5fdf,U+5fe1-5fe6,U+5fe8-5fea,U+5fec-5ff4,U+5ff6-5ffc,U+5ffe-5fff,U+6002-600d,U+600f-6011,U+6013-6014,U+6017-601b,U+601e-601f,U+6022-6024,U+6029,U+602b-603a,U+603c-6041,U+6043-604a,U+604e-604f,U+6051,U+6053-6054,U+6056-6061,U+6063,U+6065-6067,U+606a-606b,U+606e,U+6071-6072,U+711b-711c,U+7f07-7f09,U+8bbb,U+8bc7,U+94cf-94d3,U+95f0-95f1,U+9617-9618,U+965f-9660,U+26e40;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.71.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.71.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.71.otf') format('opentype');unicode-range:U+224c,U+2606,U+306b,U+30c8-30cb,U+4e93,U+5e5f-5e61,U+5e63-5e71,U+5e75,U+5e77,U+5e79-5e7a,U+5e7e,U+5e80-5e83,U+5e88-5e89,U+5e8b-5e8e,U+5e91-5e92,U+5e96,U+5e98,U+5e9b,U+5e9d,U+5ea0-5ea5,U+5ea8-5eac,U+5eae-5eb4,U+5eb9-5ec8,U+5ecb-5ed2,U+5ed4-5ed5,U+5ed7-5ef5,U+5ef8-5ef9,U+5efb-5eff,U+5f01,U+5f05-5f07,U+5f0b-5f0e,U+5f10-5f12,U+5f14,U+5f16,U+5f19-5f1a,U+5f1c-5f1e,U+5f21-5f24,U+5f28-5f2e,U+5f30,U+5f32-5f38,U+5f3b-5f51,U+5f54,U+5f56-5f61,U+5f63-5f65,U+5f67-5f68,U+5f6b,U+5f6e-5f6f,U+5f72,U+5f74-5f78,U+5f7a,U+5f7d-5f7f,U+5f82-5f83,U+5f86-5f87,U+5f8d-5f8f,U+5f91,U+5f93-5f96,U+5f9a-5f9d,U+5f9f-5fa0,U+5fa2-5fa8,U+5fab-5fad,U+5faf-5fb6,U+5fb8-5fbb,U+5fbe-5fc2,U+5fc4,U+5fc7-5fcb,U+5fce,U+5fd0-5fd6,U+5fda-5fdf,U+5fe1-5fe6,U+5fe8-5fea,U+5fec-5ff4,U+5ff6-5ffc,U+5ffe-5fff,U+6002-600d,U+600f-6011,U+6013-6014,U+6017-601b,U+601e-601f,U+6022-6024,U+6029,U+602b-603a,U+603c-6041,U+6043-604a,U+604e-604f,U+6051,U+6053-6054,U+6056-6061,U+6063,U+6065-6067,U+606a-606b,U+606e,U+6071-6072,U+711b-711c,U+7f07-7f09,U+8bbb,U+8bc7,U+94cf-94d3,U+95f0-95f1,U+9617-9618,U+965f-9660,U+26e40;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.72.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.72.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.72.otf') format('opentype');unicode-range:U+95b6-95b7,U+c83b,U+cbd8-cc27,U+cc29-cc43,U+cc45-cc9b,U+cc9d-ccb3,U+ccb5-cd78;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.72.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.72.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.72.otf') format('opentype');unicode-range:U+95b6-95b7,U+c83b,U+cbd8-cc27,U+cc29-cc43,U+cc45-cc9b,U+cc9d-ccb3,U+ccb5-cd78;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.72.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.72.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.72.otf') format('opentype');unicode-range:U+95b6-95b7,U+c83b,U+cbd8-cc27,U+cc29-cc43,U+cc45-cc9b,U+cc9d-ccb3,U+ccb5-cd78;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.73.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.73.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.73.otf') format('opentype');unicode-range:U+3f03-40a6,U+c83e-c840;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.73.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.73.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.73.otf') format('opentype');unicode-range:U+3f03-40a6,U+c83e-c840;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.73.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.73.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.73.otf') format('opentype');unicode-range:U+3f03-40a6,U+c83e-c840;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.74.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.74.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.74.otf') format('opentype');unicode-range:U+541c,U+ace8-acfb,U+acfd-ad4f,U+ad51-ad6b,U+ad6e-adf7,U+adf9-ae2f,U+ae31-ae37,U+ae39-ae3f,U+ae41-ae4b,U+ae4d-ae8b,U+c7c3-c7c5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.74.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.74.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.74.otf') format('opentype');unicode-range:U+541c,U+ace8-acfb,U+acfd-ad4f,U+ad51-ad6b,U+ad6e-adf7,U+adf9-ae2f,U+ae31-ae37,U+ae39-ae3f,U+ae41-ae4b,U+ae4d-ae8b,U+c7c3-c7c5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.74.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.74.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.74.otf') format('opentype');unicode-range:U+541c,U+ace8-acfb,U+acfd-ad4f,U+ad51-ad6b,U+ad6e-adf7,U+adf9-ae2f,U+ae31-ae37,U+ae39-ae3f,U+ae41-ae4b,U+ae4d-ae8b,U+c7c3-c7c5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.75.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.75.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.75.otf') format('opentype');unicode-range:U+b6ad-b77b,U+b77d-b78b,U+b78d-b790,U+b792-b797,U+b799-b823,U+b825-b850;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.75.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.75.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.75.otf') format('opentype');unicode-range:U+b6ad-b77b,U+b77d-b78b,U+b78d-b790,U+b792-b797,U+b799-b823,U+b825-b850;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.75.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.75.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.75.otf') format('opentype');unicode-range:U+b6ad-b77b,U+b77d-b78b,U+b78d-b790,U+b792-b797,U+b799-b823,U+b825-b850;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.76.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.76.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.76.otf') format('opentype');unicode-range:U+24ff,U+587b-5882,U+5884,U+5886-5892,U+5894-5898,U+589a-589d,U+58a0-58a7,U+58aa-58c0,U+58c2-58e3,U+58e5-58ea,U+58f1-58f2,U+58f4-58f5,U+58f7-5903,U+5905-5906,U+5908-590c,U+590e,U+5910-5914,U+5917-5919,U+591b,U+591d-591e,U+5920-5926,U+5928,U+592c,U+592f-5930,U+5932-5933,U+5935-5936,U+593b-5946,U+594a,U+594c-594d,U+5950,U+5952-5953,U+5958-595f,U+5961,U+5963-5964,U+5966-5972,U+5975,U+5977,U+597a-597c,U+597e-5981,U+5985,U+5989-5991,U+5994-5995,U+5997-5998,U+599a-59a4,U+59a6-59a7,U+59ac-59ad,U+59af-59b8,U+59ba,U+59bc-59bd,U+59bf-59c5,U+59c7-59c9,U+59cc-59cf,U+59d2,U+59d5-59d9,U+59db,U+59dd-59e7,U+59e9-59eb,U+59ed-59fa,U+59fc-59fe,U+5a00,U+5a02,U+5a04,U+5a06,U+5a08-5a17,U+5a19-5a1b,U+5a1d-5a1e,U+5a20-5a30,U+5a32-5a33,U+5a35,U+5a37-5a45,U+5a47-5a48,U+5a4a-5a59,U+5a5b-5a69,U+5a6b-5a73,U+5a75-5a76,U+7ae4,U+8f67,U+94ea-94ec,U+95b4-95b5,U+95c7-95cc;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.76.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.76.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.76.otf') format('opentype');unicode-range:U+24ff,U+587b-5882,U+5884,U+5886-5892,U+5894-5898,U+589a-589d,U+58a0-58a7,U+58aa-58c0,U+58c2-58e3,U+58e5-58ea,U+58f1-58f2,U+58f4-58f5,U+58f7-5903,U+5905-5906,U+5908-590c,U+590e,U+5910-5914,U+5917-5919,U+591b,U+591d-591e,U+5920-5926,U+5928,U+592c,U+592f-5930,U+5932-5933,U+5935-5936,U+593b-5946,U+594a,U+594c-594d,U+5950,U+5952-5953,U+5958-595f,U+5961,U+5963-5964,U+5966-5972,U+5975,U+5977,U+597a-597c,U+597e-5981,U+5985,U+5989-5991,U+5994-5995,U+5997-5998,U+599a-59a4,U+59a6-59a7,U+59ac-59ad,U+59af-59b8,U+59ba,U+59bc-59bd,U+59bf-59c5,U+59c7-59c9,U+59cc-59cf,U+59d2,U+59d5-59d9,U+59db,U+59dd-59e7,U+59e9-59eb,U+59ed-59fa,U+59fc-59fe,U+5a00,U+5a02,U+5a04,U+5a06,U+5a08-5a17,U+5a19-5a1b,U+5a1d-5a1e,U+5a20-5a30,U+5a32-5a33,U+5a35,U+5a37-5a45,U+5a47-5a48,U+5a4a-5a59,U+5a5b-5a69,U+5a6b-5a73,U+5a75-5a76,U+7ae4,U+8f67,U+94ea-94ec,U+95b4-95b5,U+95c7-95cc;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.76.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.76.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.76.otf') format('opentype');unicode-range:U+24ff,U+587b-5882,U+5884,U+5886-5892,U+5894-5898,U+589a-589d,U+58a0-58a7,U+58aa-58c0,U+58c2-58e3,U+58e5-58ea,U+58f1-58f2,U+58f4-58f5,U+58f7-5903,U+5905-5906,U+5908-590c,U+590e,U+5910-5914,U+5917-5919,U+591b,U+591d-591e,U+5920-5926,U+5928,U+592c,U+592f-5930,U+5932-5933,U+5935-5936,U+593b-5946,U+594a,U+594c-594d,U+5950,U+5952-5953,U+5958-595f,U+5961,U+5963-5964,U+5966-5972,U+5975,U+5977,U+597a-597c,U+597e-5981,U+5985,U+5989-5991,U+5994-5995,U+5997-5998,U+599a-59a4,U+59a6-59a7,U+59ac-59ad,U+59af-59b8,U+59ba,U+59bc-59bd,U+59bf-59c5,U+59c7-59c9,U+59cc-59cf,U+59d2,U+59d5-59d9,U+59db,U+59dd-59e7,U+59e9-59eb,U+59ed-59fa,U+59fc-59fe,U+5a00,U+5a02,U+5a04,U+5a06,U+5a08-5a17,U+5a19-5a1b,U+5a1d-5a1e,U+5a20-5a30,U+5a32-5a33,U+5a35,U+5a37-5a45,U+5a47-5a48,U+5a4a-5a59,U+5a5b-5a69,U+5a6b-5a73,U+5a75-5a76,U+7ae4,U+8f67,U+94ea-94ec,U+95b4-95b5,U+95c7-95cc;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.77.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.77.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.77.otf') format('opentype');unicode-range:U+30b0-30b6,U+4f35,U+5c80,U+70da,U+7600-7602,U+7931-7933,U+7935-7939,U+793b,U+793d,U+793f,U+7941-7947,U+7949-7955,U+7957-795a,U+795c,U+7961-7964,U+7966-7967,U+7969-796c,U+796e-7976,U+7979-797f,U+7982-7983,U+7986-798e,U+7990-79a6,U+79a8-79b8,U+79ba,U+79bf,U+79c2-79c8,U+79ca,U+79cc,U+79ce-79d0,U+79d3-79d4,U+79d6-79d7,U+79d9-79de,U+79e0-79e3,U+79e5,U+79e7-79e8,U+79ea-79ee,U+79f1-79fa,U+79fc,U+79fe-79ff,U+7a01-7a0a,U+7a0c,U+7a0f-7a19,U+7a1b-7a1f,U+7a21-7a22,U+7a24-7a32,U+7a34-7a3a,U+7a3c,U+7a40-7a45,U+7a47-7a56,U+7a58-7a73,U+7a75,U+7a78,U+7a7b-7a7e,U+7a80,U+7a82,U+7a85-7a8c,U+7a8e-7a90,U+7a94-7a96,U+7a98-7a9b,U+7aa0-7aa4,U+7aa7-7aca,U+7acc-7ad5,U+7ad7-7ad8,U+7ada-7add,U+7ae1-7ae2,U+7ae6-7aec,U+7aee,U+7af0-7af8,U+7afa-7afe,U+7b00-7b02,U+7b04-7b0a,U+7b0c-7b10,U+7b12-7b13,U+8338,U+94af-94b0,U+9583-9589,U+9889,U+c7c6-c7c8,U+2b461;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.77.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.77.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.77.otf') format('opentype');unicode-range:U+30b0-30b6,U+4f35,U+5c80,U+70da,U+7600-7602,U+7931-7933,U+7935-7939,U+793b,U+793d,U+793f,U+7941-7947,U+7949-7955,U+7957-795a,U+795c,U+7961-7964,U+7966-7967,U+7969-796c,U+796e-7976,U+7979-797f,U+7982-7983,U+7986-798e,U+7990-79a6,U+79a8-79b8,U+79ba,U+79bf,U+79c2-79c8,U+79ca,U+79cc,U+79ce-79d0,U+79d3-79d4,U+79d6-79d7,U+79d9-79de,U+79e0-79e3,U+79e5,U+79e7-79e8,U+79ea-79ee,U+79f1-79fa,U+79fc,U+79fe-79ff,U+7a01-7a0a,U+7a0c,U+7a0f-7a19,U+7a1b-7a1f,U+7a21-7a22,U+7a24-7a32,U+7a34-7a3a,U+7a3c,U+7a40-7a45,U+7a47-7a56,U+7a58-7a73,U+7a75,U+7a78,U+7a7b-7a7e,U+7a80,U+7a82,U+7a85-7a8c,U+7a8e-7a90,U+7a94-7a96,U+7a98-7a9b,U+7aa0-7aa4,U+7aa7-7aca,U+7acc-7ad5,U+7ad7-7ad8,U+7ada-7add,U+7ae1-7ae2,U+7ae6-7aec,U+7aee,U+7af0-7af8,U+7afa-7afe,U+7b00-7b02,U+7b04-7b0a,U+7b0c-7b10,U+7b12-7b13,U+8338,U+94af-94b0,U+9583-9589,U+9889,U+c7c6-c7c8,U+2b461;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.77.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.77.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.77.otf') format('opentype');unicode-range:U+30b0-30b6,U+4f35,U+5c80,U+70da,U+7600-7602,U+7931-7933,U+7935-7939,U+793b,U+793d,U+793f,U+7941-7947,U+7949-7955,U+7957-795a,U+795c,U+7961-7964,U+7966-7967,U+7969-796c,U+796e-7976,U+7979-797f,U+7982-7983,U+7986-798e,U+7990-79a6,U+79a8-79b8,U+79ba,U+79bf,U+79c2-79c8,U+79ca,U+79cc,U+79ce-79d0,U+79d3-79d4,U+79d6-79d7,U+79d9-79de,U+79e0-79e3,U+79e5,U+79e7-79e8,U+79ea-79ee,U+79f1-79fa,U+79fc,U+79fe-79ff,U+7a01-7a0a,U+7a0c,U+7a0f-7a19,U+7a1b-7a1f,U+7a21-7a22,U+7a24-7a32,U+7a34-7a3a,U+7a3c,U+7a40-7a45,U+7a47-7a56,U+7a58-7a73,U+7a75,U+7a78,U+7a7b-7a7e,U+7a80,U+7a82,U+7a85-7a8c,U+7a8e-7a90,U+7a94-7a96,U+7a98-7a9b,U+7aa0-7aa4,U+7aa7-7aca,U+7acc-7ad5,U+7ad7-7ad8,U+7ada-7add,U+7ae1-7ae2,U+7ae6-7aec,U+7aee,U+7af0-7af8,U+7afa-7afe,U+7b00-7b02,U+7b04-7b0a,U+7b0c-7b10,U+7b12-7b13,U+8338,U+94af-94b0,U+9583-9589,U+9889,U+c7c6-c7c8,U+2b461;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.78.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.78.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.78.otf') format('opentype');unicode-range:U+5a78-5a91,U+5a93-5a99,U+5a9c-5ab1,U+5ab4-5ac0,U+5ac3-5ac8,U+5aca-5acb,U+5acd-5ae8,U+5aea-5b08,U+5b0a-5b4f,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b5e,U+5b60-5b62,U+5b65,U+5b67-5b68,U+5b6a-5b6b,U+5b6e-5b77,U+5b79-5b7c,U+5b7e-5b80,U+5b86,U+5b8a,U+5b8d-5b8e,U+5b90-5b96,U+5b9f,U+5ba5-5ba9,U+5bac-5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba-5bbc,U+5bc0-5bc1,U+5bc3,U+5bc8-5bcb,U+5bcd-5bcf,U+5bd1,U+5bd4-5bdc,U+5be0,U+5be2-5be4,U+5be6-5be7,U+5be9-5bf7,U+5bfd-5bfe,U+5c00,U+5c02-5c03,U+5c05,U+5c07-5c08,U+5c0b-5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c23,U+5c25-5c26,U+5c28-5c2b,U+5c2d-5c30,U+5c32-5c33,U+5c35-5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c49,U+5c4c-5c4d,U+5c52-5c54,U+5c56-5c5d,U+5c5f,U+5c62-5c64,U+5c66-5c6e,U+5c70,U+5c72-5c7e,U+5c98-5c99,U+5f09,U+6da7,U+8ba3,U+94a3-94a4,U+94a8,U+9542-9546,U+9550-9555,U+9598-959b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.78.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.78.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.78.otf') format('opentype');unicode-range:U+5a78-5a91,U+5a93-5a99,U+5a9c-5ab1,U+5ab4-5ac0,U+5ac3-5ac8,U+5aca-5acb,U+5acd-5ae8,U+5aea-5b08,U+5b0a-5b4f,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b5e,U+5b60-5b62,U+5b65,U+5b67-5b68,U+5b6a-5b6b,U+5b6e-5b77,U+5b79-5b7c,U+5b7e-5b80,U+5b86,U+5b8a,U+5b8d-5b8e,U+5b90-5b96,U+5b9f,U+5ba5-5ba9,U+5bac-5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba-5bbc,U+5bc0-5bc1,U+5bc3,U+5bc8-5bcb,U+5bcd-5bcf,U+5bd1,U+5bd4-5bdc,U+5be0,U+5be2-5be4,U+5be6-5be7,U+5be9-5bf7,U+5bfd-5bfe,U+5c00,U+5c02-5c03,U+5c05,U+5c07-5c08,U+5c0b-5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c23,U+5c25-5c26,U+5c28-5c2b,U+5c2d-5c30,U+5c32-5c33,U+5c35-5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c49,U+5c4c-5c4d,U+5c52-5c54,U+5c56-5c5d,U+5c5f,U+5c62-5c64,U+5c66-5c6e,U+5c70,U+5c72-5c7e,U+5c98-5c99,U+5f09,U+6da7,U+8ba3,U+94a3-94a4,U+94a8,U+9542-9546,U+9550-9555,U+9598-959b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.78.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.78.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.78.otf') format('opentype');unicode-range:U+5a78-5a91,U+5a93-5a99,U+5a9c-5ab1,U+5ab4-5ac0,U+5ac3-5ac8,U+5aca-5acb,U+5acd-5ae8,U+5aea-5b08,U+5b0a-5b4f,U+5b51-5b53,U+5b56,U+5b5a-5b5b,U+5b5e,U+5b60-5b62,U+5b65,U+5b67-5b68,U+5b6a-5b6b,U+5b6e-5b77,U+5b79-5b7c,U+5b7e-5b80,U+5b86,U+5b8a,U+5b8d-5b8e,U+5b90-5b96,U+5b9f,U+5ba5-5ba9,U+5bac-5baf,U+5bb1-5bb2,U+5bb7-5bb8,U+5bba-5bbc,U+5bc0-5bc1,U+5bc3,U+5bc8-5bcb,U+5bcd-5bcf,U+5bd1,U+5bd4-5bdc,U+5be0,U+5be2-5be4,U+5be6-5be7,U+5be9-5bf7,U+5bfd-5bfe,U+5c00,U+5c02-5c03,U+5c05,U+5c07-5c08,U+5c0b-5c0e,U+5c10,U+5c12-5c13,U+5c15,U+5c17,U+5c19,U+5c1b-5c1c,U+5c1e-5c23,U+5c25-5c26,U+5c28-5c2b,U+5c2d-5c30,U+5c32-5c33,U+5c35-5c37,U+5c3b,U+5c43-5c44,U+5c46-5c47,U+5c49,U+5c4c-5c4d,U+5c52-5c54,U+5c56-5c5d,U+5c5f,U+5c62-5c64,U+5c66-5c6e,U+5c70,U+5c72-5c7e,U+5c98-5c99,U+5f09,U+6da7,U+8ba3,U+94a3-94a4,U+94a8,U+9542-9546,U+9550-9555,U+9598-959b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.79.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.79.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.79.otf') format('opentype');unicode-range:U+03a3,U+03be,U+222a,U+23c9-23db,U+2466-24fd,U+2503-252b,U+252d-25b7,U+25c0-25ce,U+25d0-2603,U+260e-273d,U+5b78,U+5f9e,U+7d93,U+91cb,U+953c-953f,U+95dc,U+961e,U+fe36,U+ff11;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.79.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.79.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.79.otf') format('opentype');unicode-range:U+03a3,U+03be,U+222a,U+23c9-23db,U+2466-24fd,U+2503-252b,U+252d-25b7,U+25c0-25ce,U+25d0-2603,U+260e-273d,U+5b78,U+5f9e,U+7d93,U+91cb,U+953c-953f,U+95dc,U+961e,U+fe36,U+ff11;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.79.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.79.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.79.otf') format('opentype');unicode-range:U+03a3,U+03be,U+222a,U+23c9-23db,U+2466-24fd,U+2503-252b,U+252d-25b7,U+25c0-25ce,U+25d0-2603,U+260e-273d,U+5b78,U+5f9e,U+7d93,U+91cb,U+953c-953f,U+95dc,U+961e,U+fe36,U+ff11;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.80.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.80.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.80.otf') format('opentype');unicode-range:U+43e6-4588;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.80.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.80.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.80.otf') format('opentype');unicode-range:U+43e6-4588;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.80.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.80.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.80.otf') format('opentype');unicode-range:U+43e6-4588;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.81.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.81.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.81.otf') format('opentype');unicode-range:U+0391,U+2200,U+2234-2235,U+2423,U+30c2,U+4e0c,U+4e57,U+51f7,U+5497,U+56f1-56f3,U+5c95-5c96,U+5fa9,U+625c-6262,U+6264,U+6271-6275,U+6277-6278,U+627a-627b,U+6281-6283,U+6285-6289,U+628b-6290,U+6294,U+6299,U+629c-62a1,U+62a3,U+62a6-62aa,U+62ad-62b0,U+62b2-62b4,U+62b6-62b8,U+62ba-62bb,U+62be-62c1,U+62c3-62c4,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d5,U+62d7,U+62da,U+62dd-62de,U+62e0-62e1,U+62e3-62e4,U+62ea-62eb,U+62f2,U+62f4-62f6,U+62f8-62fb,U+6303-6306,U+6308,U+630a-6310,U+6312-6315,U+6317-6319,U+631b-631e,U+6322,U+6326-6327,U+6329,U+632c-632e,U+6330-6339,U+633b-633c,U+633e-6345,U+634a-634d,U+6351-6354,U+6356-635d,U+6360,U+6364-6366,U+6368-636d,U+636f-6376,U+6378-637f,U+6381-6387,U+638a-638b,U+638d-638e,U+6393-6397,U+6399-639f,U+63a3-63a4,U+63a6,U+63ab-63b6,U+63b8-63b9,U+63bb-63c8,U+63ca-63ce,U+63d1,U+63d3-63e0,U+63e2,U+63e4-63e9,U+63eb-63ec,U+63ee-63f3,U+63f5-63fc,U+63fe-6400,U+6402-6404,U+6406-640e,U+6410-6412,U+6414-641b,U+641d,U+641f-6425,U+6428-642b,U+642e-6439,U+643b-6443,U+6445,U+6448-6449,U+644b-6453,U+6455-6457,U+6459-6466,U+6468,U+646a-6477,U+647a-647c,U+73fe,U+7481-7482,U+7573,U+7a92-7a93,U+7e4b,U+80f4-80f5,U+8aac,U+9678-967a,U+983c,U+ff62-ff63,U+25d99,U+2f947;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.81.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.81.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.81.otf') format('opentype');unicode-range:U+0391,U+2200,U+2234-2235,U+2423,U+30c2,U+4e0c,U+4e57,U+51f7,U+5497,U+56f1-56f3,U+5c95-5c96,U+5fa9,U+625c-6262,U+6264,U+6271-6275,U+6277-6278,U+627a-627b,U+6281-6283,U+6285-6289,U+628b-6290,U+6294,U+6299,U+629c-62a1,U+62a3,U+62a6-62aa,U+62ad-62b0,U+62b2-62b4,U+62b6-62b8,U+62ba-62bb,U+62be-62c1,U+62c3-62c4,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d5,U+62d7,U+62da,U+62dd-62de,U+62e0-62e1,U+62e3-62e4,U+62ea-62eb,U+62f2,U+62f4-62f6,U+62f8-62fb,U+6303-6306,U+6308,U+630a-6310,U+6312-6315,U+6317-6319,U+631b-631e,U+6322,U+6326-6327,U+6329,U+632c-632e,U+6330-6339,U+633b-633c,U+633e-6345,U+634a-634d,U+6351-6354,U+6356-635d,U+6360,U+6364-6366,U+6368-636d,U+636f-6376,U+6378-637f,U+6381-6387,U+638a-638b,U+638d-638e,U+6393-6397,U+6399-639f,U+63a3-63a4,U+63a6,U+63ab-63b6,U+63b8-63b9,U+63bb-63c8,U+63ca-63ce,U+63d1,U+63d3-63e0,U+63e2,U+63e4-63e9,U+63eb-63ec,U+63ee-63f3,U+63f5-63fc,U+63fe-6400,U+6402-6404,U+6406-640e,U+6410-6412,U+6414-641b,U+641d,U+641f-6425,U+6428-642b,U+642e-6439,U+643b-6443,U+6445,U+6448-6449,U+644b-6453,U+6455-6457,U+6459-6466,U+6468,U+646a-6477,U+647a-647c,U+73fe,U+7481-7482,U+7573,U+7a92-7a93,U+7e4b,U+80f4-80f5,U+8aac,U+9678-967a,U+983c,U+ff62-ff63,U+25d99,U+2f947;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.81.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.81.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.81.otf') format('opentype');unicode-range:U+0391,U+2200,U+2234-2235,U+2423,U+30c2,U+4e0c,U+4e57,U+51f7,U+5497,U+56f1-56f3,U+5c95-5c96,U+5fa9,U+625c-6262,U+6264,U+6271-6275,U+6277-6278,U+627a-627b,U+6281-6283,U+6285-6289,U+628b-6290,U+6294,U+6299,U+629c-62a1,U+62a3,U+62a6-62aa,U+62ad-62b0,U+62b2-62b4,U+62b6-62b8,U+62ba-62bb,U+62be-62c1,U+62c3-62c4,U+62ca-62cb,U+62ce-62cf,U+62d1,U+62d5,U+62d7,U+62da,U+62dd-62de,U+62e0-62e1,U+62e3-62e4,U+62ea-62eb,U+62f2,U+62f4-62f6,U+62f8-62fb,U+6303-6306,U+6308,U+630a-6310,U+6312-6315,U+6317-6319,U+631b-631e,U+6322,U+6326-6327,U+6329,U+632c-632e,U+6330-6339,U+633b-633c,U+633e-6345,U+634a-634d,U+6351-6354,U+6356-635d,U+6360,U+6364-6366,U+6368-636d,U+636f-6376,U+6378-637f,U+6381-6387,U+638a-638b,U+638d-638e,U+6393-6397,U+6399-639f,U+63a3-63a4,U+63a6,U+63ab-63b6,U+63b8-63b9,U+63bb-63c8,U+63ca-63ce,U+63d1,U+63d3-63e0,U+63e2,U+63e4-63e9,U+63eb-63ec,U+63ee-63f3,U+63f5-63fc,U+63fe-6400,U+6402-6404,U+6406-640e,U+6410-6412,U+6414-641b,U+641d,U+641f-6425,U+6428-642b,U+642e-6439,U+643b-6443,U+6445,U+6448-6449,U+644b-6453,U+6455-6457,U+6459-6466,U+6468,U+646a-6477,U+647a-647c,U+73fe,U+7481-7482,U+7573,U+7a92-7a93,U+7e4b,U+80f4-80f5,U+8aac,U+9678-967a,U+983c,U+ff62-ff63,U+25d99,U+2f947;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.82.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.82.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.82.otf') format('opentype');unicode-range:U+472a-48ca;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.82.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.82.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.82.otf') format('opentype');unicode-range:U+472a-48ca;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.82.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.82.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.82.otf') format('opentype');unicode-range:U+472a-48ca;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.83.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.83.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.83.otf') format('opentype');unicode-range:U+c215-c217,U+c219-c2a3,U+c2a5-c2b4,U+c2b6-c2db,U+c2de-c2df,U+c2e1-c2eb,U+c2ed-c3b5,U+c701-c703,U+c7c1-c7c2;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.83.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.83.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.83.otf') format('opentype');unicode-range:U+c215-c217,U+c219-c2a3,U+c2a5-c2b4,U+c2b6-c2db,U+c2de-c2df,U+c2e1-c2eb,U+c2ed-c3b5,U+c701-c703,U+c7c1-c7c2;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.83.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.83.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.83.otf') format('opentype');unicode-range:U+c215-c217,U+c219-c2a3,U+c2a5-c2b4,U+c2b6-c2db,U+c2de-c2df,U+c2e1-c2eb,U+c2ed-c3b5,U+c701-c703,U+c7c1-c7c2;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.84.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.84.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.84.otf') format('opentype');unicode-range:U+40a7-4245,U+94de-94df;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.84.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.84.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.84.otf') format('opentype');unicode-range:U+40a7-4245,U+94de-94df;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.84.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.84.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.84.otf') format('opentype');unicode-range:U+40a7-4245,U+94de-94df;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.85.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.85.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.85.otf') format('opentype');unicode-range:U+2016,U+5741-5742,U+6074-6075,U+6077-607b,U+607d-6083,U+6085-6088,U+608a-608c,U+608e-6093,U+6095-609e,U+60a1-60a2,U+60a4-60a5,U+60a7,U+60a9-60ab,U+60ad-60ae,U+60b0-60b1,U+60b3-60bb,U+60bd-60c4,U+60c6-60c9,U+60cb-60d0,U+60d2-60d4,U+60d6-60db,U+60dd-60de,U+60e1-60e6,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-6100,U+6102-6107,U+610a-610e,U+6110-6119,U+611b-611e,U+6120-6123,U+6125-6126,U+6128-613e,U+6140-6147,U+6149-614b,U+614d,U+614f-6154,U+6156-6161,U+6163-6166,U+6169-616f,U+6171-6176,U+6178-618d,U+618f-61a8,U+61aa-61bd,U+61bf-61c1,U+61c3-61c7,U+61c9-61d1,U+61d3-6205,U+6207,U+6209,U+620b,U+6213-6215,U+6217,U+6219,U+621b-6229,U+622b-6232,U+6235-6236,U+6238-623e,U+6244-6246,U+6248-624a,U+624c,U+624f-6250,U+6255-6257,U+6259-625a,U+6268,U+626a,U+725c-725e,U+79be,U+949a-949c,U+9509-950a,U+22c62,U+237a2;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.85.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.85.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.85.otf') format('opentype');unicode-range:U+2016,U+5741-5742,U+6074-6075,U+6077-607b,U+607d-6083,U+6085-6088,U+608a-608c,U+608e-6093,U+6095-609e,U+60a1-60a2,U+60a4-60a5,U+60a7,U+60a9-60ab,U+60ad-60ae,U+60b0-60b1,U+60b3-60bb,U+60bd-60c4,U+60c6-60c9,U+60cb-60d0,U+60d2-60d4,U+60d6-60db,U+60dd-60de,U+60e1-60e6,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-6100,U+6102-6107,U+610a-610e,U+6110-6119,U+611b-611e,U+6120-6123,U+6125-6126,U+6128-613e,U+6140-6147,U+6149-614b,U+614d,U+614f-6154,U+6156-6161,U+6163-6166,U+6169-616f,U+6171-6176,U+6178-618d,U+618f-61a8,U+61aa-61bd,U+61bf-61c1,U+61c3-61c7,U+61c9-61d1,U+61d3-6205,U+6207,U+6209,U+620b,U+6213-6215,U+6217,U+6219,U+621b-6229,U+622b-6232,U+6235-6236,U+6238-623e,U+6244-6246,U+6248-624a,U+624c,U+624f-6250,U+6255-6257,U+6259-625a,U+6268,U+626a,U+725c-725e,U+79be,U+949a-949c,U+9509-950a,U+22c62,U+237a2;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.85.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.85.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.85.otf') format('opentype');unicode-range:U+2016,U+5741-5742,U+6074-6075,U+6077-607b,U+607d-6083,U+6085-6088,U+608a-608c,U+608e-6093,U+6095-609e,U+60a1-60a2,U+60a4-60a5,U+60a7,U+60a9-60ab,U+60ad-60ae,U+60b0-60b1,U+60b3-60bb,U+60bd-60c4,U+60c6-60c9,U+60cb-60d0,U+60d2-60d4,U+60d6-60db,U+60dd-60de,U+60e1-60e6,U+60ee,U+60f0-60f2,U+60f4-60f8,U+60fa-6100,U+6102-6107,U+610a-610e,U+6110-6119,U+611b-611e,U+6120-6123,U+6125-6126,U+6128-613e,U+6140-6147,U+6149-614b,U+614d,U+614f-6154,U+6156-6161,U+6163-6166,U+6169-616f,U+6171-6176,U+6178-618d,U+618f-61a8,U+61aa-61bd,U+61bf-61c1,U+61c3-61c7,U+61c9-61d1,U+61d3-6205,U+6207,U+6209,U+620b,U+6213-6215,U+6217,U+6219,U+621b-6229,U+622b-6232,U+6235-6236,U+6238-623e,U+6244-6246,U+6248-624a,U+624c,U+624f-6250,U+6255-6257,U+6259-625a,U+6268,U+626a,U+725c-725e,U+79be,U+949a-949c,U+9509-950a,U+22c62,U+237a2;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.86.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.86.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.86.otf') format('opentype');unicode-range:U+0000-0020,U+00a1-00af,U+00b1-00b6,U+00b8-00c4,U+00c6-00d6,U+00d8-00df,U+00e2-00e7,U+00ea-00eb,U+00ed-00f1,U+00f4-00f8,U+00fa-0100,U+0102-0113,U+0128-01cd,U+01d1-01d3,U+01d5-01f9,U+02d9,U+0392-039a,U+039c-03a1,U+03a4-03b5,U+03bb-03bc,U+03c3-03c4,U+03c6-1185,U+201a,U+2035,U+2160,U+3060,U+634e,U+6baa,U+6eb9,U+824f,U+948a-948b,U+9564-9568,U+95bb-95bd,U+9a83;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.86.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.86.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.86.otf') format('opentype');unicode-range:U+0000-0020,U+00a1-00af,U+00b1-00b6,U+00b8-00c4,U+00c6-00d6,U+00d8-00df,U+00e2-00e7,U+00ea-00eb,U+00ed-00f1,U+00f4-00f8,U+00fa-0100,U+0102-0113,U+0128-01cd,U+01d1-01d3,U+01d5-01f9,U+02d9,U+0392-039a,U+039c-03a1,U+03a4-03b5,U+03bb-03bc,U+03c3-03c4,U+03c6-1185,U+201a,U+2035,U+2160,U+3060,U+634e,U+6baa,U+6eb9,U+824f,U+948a-948b,U+9564-9568,U+95bb-95bd,U+9a83;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.86.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.86.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.86.otf') format('opentype');unicode-range:U+0000-0020,U+00a1-00af,U+00b1-00b6,U+00b8-00c4,U+00c6-00d6,U+00d8-00df,U+00e2-00e7,U+00ea-00eb,U+00ed-00f1,U+00f4-00f8,U+00fa-0100,U+0102-0113,U+0128-01cd,U+01d1-01d3,U+01d5-01f9,U+02d9,U+0392-039a,U+039c-03a1,U+03a4-03b5,U+03bb-03bc,U+03c3-03c4,U+03c6-1185,U+201a,U+2035,U+2160,U+3060,U+634e,U+6baa,U+6eb9,U+824f,U+948a-948b,U+9564-9568,U+95bb-95bd,U+9a83;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.87.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.87.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.87.otf') format('opentype');unicode-range:U+4246-43e5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.87.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.87.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.87.otf') format('opentype');unicode-range:U+4246-43e5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.87.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.87.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.87.otf') format('opentype');unicode-range:U+4246-43e5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.88.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.88.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.88.otf') format('opentype');unicode-range:U+309d,U+5491,U+64ae-64af,U+89c7,U+9d73-9dde,U+9de0-9e1e,U+9e24-9e25,U+9e27-9e2c,U+9e2e-9e31,U+9e34-9e3c,U+9e40-9e44,U+9e46-9e49,U+9e4b-9e4e,U+9e50-9e63,U+9e65-9e6f,U+9e71-9e7e,U+9e80-9e92,U+9e94-9e9e,U+9ea0-9ea5,U+9ea7-9eba,U+9ebc-9ec3,U+9ec5-9ecd,U+9ed0,U+9ed2-9ed7,U+9ed9-9eda,U+9edc-9eee,U+9ef0-9f0d,U+9f0f-9f12,U+9f14-9f1f,U+9f21-9f2e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.88.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.88.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.88.otf') format('opentype');unicode-range:U+309d,U+5491,U+64ae-64af,U+89c7,U+9d73-9dde,U+9de0-9e1e,U+9e24-9e25,U+9e27-9e2c,U+9e2e-9e31,U+9e34-9e3c,U+9e40-9e44,U+9e46-9e49,U+9e4b-9e4e,U+9e50-9e63,U+9e65-9e6f,U+9e71-9e7e,U+9e80-9e92,U+9e94-9e9e,U+9ea0-9ea5,U+9ea7-9eba,U+9ebc-9ec3,U+9ec5-9ecd,U+9ed0,U+9ed2-9ed7,U+9ed9-9eda,U+9edc-9eee,U+9ef0-9f0d,U+9f0f-9f12,U+9f14-9f1f,U+9f21-9f2e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.88.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.88.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.88.otf') format('opentype');unicode-range:U+309d,U+5491,U+64ae-64af,U+89c7,U+9d73-9dde,U+9de0-9e1e,U+9e24-9e25,U+9e27-9e2c,U+9e2e-9e31,U+9e34-9e3c,U+9e40-9e44,U+9e46-9e49,U+9e4b-9e4e,U+9e50-9e63,U+9e65-9e6f,U+9e71-9e7e,U+9e80-9e92,U+9e94-9e9e,U+9ea0-9ea5,U+9ea7-9eba,U+9ebc-9ec3,U+9ec5-9ecd,U+9ed0,U+9ed2-9ed7,U+9ed9-9eda,U+9edc-9eee,U+9ef0-9f0d,U+9f0f-9f12,U+9f14-9f1f,U+9f21-9f2e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.89.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.89.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.89.otf') format('opentype');unicode-range:U+3d63-3f02;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.89.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.89.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.89.otf') format('opentype');unicode-range:U+3d63-3f02;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.89.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.89.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.89.otf') format('opentype');unicode-range:U+3d63-3f02;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.90.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.90.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.90.otf') format('opentype');unicode-range:U+2027,U+54cf-54d0,U+54d2-54d6,U+54d8-54de,U+54e0-54e4,U+54e7,U+54e9,U+54eb-54ec,U+54ef-54f1,U+54f3-54f9,U+54fd-5506,U+5508,U+550a-550f,U+5511-5523,U+5525-552d,U+5530,U+5532-5545,U+5547-5549,U+554b-5560,U+5562-5563,U+5567-5574,U+5576-5577,U+5579-557b,U+557d-557f,U+5581,U+5585-5586,U+5588,U+558b-5597,U+5599-559b,U+559e-55a6,U+55a8-55aa,U+55ad-55b6,U+55b8-55ba,U+55bc-55c3,U+55c6-55d2,U+55d4-55db,U+55dd-55e2,U+55e4-55ee,U+55f0-55fc,U+55fe-5608,U+560a-560d,U+560f-5617,U+5619-561a,U+561c-5630,U+5633,U+5635-563a,U+563c-563e,U+5640-5667,U+5669,U+566b,U+566d-569c,U+5767-5768,U+7fe8,U+80f7,U+8bc5,U+8d63,U+8f87,U+9502-9503,U+9530-9534,U+9548-9549;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.90.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.90.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.90.otf') format('opentype');unicode-range:U+2027,U+54cf-54d0,U+54d2-54d6,U+54d8-54de,U+54e0-54e4,U+54e7,U+54e9,U+54eb-54ec,U+54ef-54f1,U+54f3-54f9,U+54fd-5506,U+5508,U+550a-550f,U+5511-5523,U+5525-552d,U+5530,U+5532-5545,U+5547-5549,U+554b-5560,U+5562-5563,U+5567-5574,U+5576-5577,U+5579-557b,U+557d-557f,U+5581,U+5585-5586,U+5588,U+558b-5597,U+5599-559b,U+559e-55a6,U+55a8-55aa,U+55ad-55b6,U+55b8-55ba,U+55bc-55c3,U+55c6-55d2,U+55d4-55db,U+55dd-55e2,U+55e4-55ee,U+55f0-55fc,U+55fe-5608,U+560a-560d,U+560f-5617,U+5619-561a,U+561c-5630,U+5633,U+5635-563a,U+563c-563e,U+5640-5667,U+5669,U+566b,U+566d-569c,U+5767-5768,U+7fe8,U+80f7,U+8bc5,U+8d63,U+8f87,U+9502-9503,U+9530-9534,U+9548-9549;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.90.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.90.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.90.otf') format('opentype');unicode-range:U+2027,U+54cf-54d0,U+54d2-54d6,U+54d8-54de,U+54e0-54e4,U+54e7,U+54e9,U+54eb-54ec,U+54ef-54f1,U+54f3-54f9,U+54fd-5506,U+5508,U+550a-550f,U+5511-5523,U+5525-552d,U+5530,U+5532-5545,U+5547-5549,U+554b-5560,U+5562-5563,U+5567-5574,U+5576-5577,U+5579-557b,U+557d-557f,U+5581,U+5585-5586,U+5588,U+558b-5597,U+5599-559b,U+559e-55a6,U+55a8-55aa,U+55ad-55b6,U+55b8-55ba,U+55bc-55c3,U+55c6-55d2,U+55d4-55db,U+55dd-55e2,U+55e4-55ee,U+55f0-55fc,U+55fe-5608,U+560a-560d,U+560f-5617,U+5619-561a,U+561c-5630,U+5633,U+5635-563a,U+563c-563e,U+5640-5667,U+5669,U+566b,U+566d-569c,U+5767-5768,U+7fe8,U+80f7,U+8bc5,U+8d63,U+8f87,U+9502-9503,U+9530-9534,U+9548-9549;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.91.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.91.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.91.otf') format('opentype');unicode-range:U+ca37-cbd7,U+26cdd;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.91.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.91.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.91.otf') format('opentype');unicode-range:U+ca37-cbd7,U+26cdd;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.91.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.91.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.91.otf') format('opentype');unicode-range:U+ca37-cbd7,U+26cdd;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.92.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.92.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.92.otf') format('opentype');unicode-range:U+3067,U+505b,U+505d-5064,U+5066-5075,U+5078-507e,U+5080-5084,U+5086-508c,U+508e-50a7,U+50a9-50ab,U+50ad-50b1,U+50b3-50ba,U+50bc-50ce,U+50d0-50e6,U+50e8-50f4,U+50f6-50fa,U+50fc-5111,U+5113-513e,U+5142,U+5147,U+514a,U+514c,U+514e-5150,U+5152-5153,U+5156-5159,U+515b,U+515d-5164,U+5166-5167,U+5169-516a,U+516f,U+5172,U+517a,U+517e-517f,U+5181-5184,U+5186-5187,U+5189-518b,U+518e-5191,U+5193-5194,U+5196-5198,U+519d-519f,U+51a1,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51b8-51ba,U+51bc-51bf,U+51c1-51c3,U+51c5,U+51c7-51c8,U+51ca,U+51cd-51ce,U+51d0,U+51d2-51da,U+51dc,U+51de-51df,U+51e2-51e3,U+51e5-51ec,U+51f1-51f2,U+51f4-51f5,U+5202,U+5204-5205,U+5208-5209,U+520b-5210,U+5213-5216,U+521c,U+521e-521f,U+5221-5223,U+5225-5228,U+522a,U+522c-522d,U+522f,U+5231-5232,U+5234-5235,U+523c-5241,U+5243-5249,U+524b-524c,U+524e-5250,U+5252-5253,U+5255,U+5257-5264,U+5266,U+5268,U+526b-526e,U+5270-5271,U+5273-527c,U+8c24-8c25,U+94b9-94ba,U+9602-9604,U+22c51,U+2478f,U+25da1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.92.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.92.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.92.otf') format('opentype');unicode-range:U+3067,U+505b,U+505d-5064,U+5066-5075,U+5078-507e,U+5080-5084,U+5086-508c,U+508e-50a7,U+50a9-50ab,U+50ad-50b1,U+50b3-50ba,U+50bc-50ce,U+50d0-50e6,U+50e8-50f4,U+50f6-50fa,U+50fc-5111,U+5113-513e,U+5142,U+5147,U+514a,U+514c,U+514e-5150,U+5152-5153,U+5156-5159,U+515b,U+515d-5164,U+5166-5167,U+5169-516a,U+516f,U+5172,U+517a,U+517e-517f,U+5181-5184,U+5186-5187,U+5189-518b,U+518e-5191,U+5193-5194,U+5196-5198,U+519d-519f,U+51a1,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51b8-51ba,U+51bc-51bf,U+51c1-51c3,U+51c5,U+51c7-51c8,U+51ca,U+51cd-51ce,U+51d0,U+51d2-51da,U+51dc,U+51de-51df,U+51e2-51e3,U+51e5-51ec,U+51f1-51f2,U+51f4-51f5,U+5202,U+5204-5205,U+5208-5209,U+520b-5210,U+5213-5216,U+521c,U+521e-521f,U+5221-5223,U+5225-5228,U+522a,U+522c-522d,U+522f,U+5231-5232,U+5234-5235,U+523c-5241,U+5243-5249,U+524b-524c,U+524e-5250,U+5252-5253,U+5255,U+5257-5264,U+5266,U+5268,U+526b-526e,U+5270-5271,U+5273-527c,U+8c24-8c25,U+94b9-94ba,U+9602-9604,U+22c51,U+2478f,U+25da1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.92.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.92.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.92.otf') format('opentype');unicode-range:U+3067,U+505b,U+505d-5064,U+5066-5075,U+5078-507e,U+5080-5084,U+5086-508c,U+508e-50a7,U+50a9-50ab,U+50ad-50b1,U+50b3-50ba,U+50bc-50ce,U+50d0-50e6,U+50e8-50f4,U+50f6-50fa,U+50fc-5111,U+5113-513e,U+5142,U+5147,U+514a,U+514c,U+514e-5150,U+5152-5153,U+5156-5159,U+515b,U+515d-5164,U+5166-5167,U+5169-516a,U+516f,U+5172,U+517a,U+517e-517f,U+5181-5184,U+5186-5187,U+5189-518b,U+518e-5191,U+5193-5194,U+5196-5198,U+519d-519f,U+51a1,U+51a6-51ab,U+51ad-51ae,U+51b1,U+51b4,U+51b8-51ba,U+51bc-51bf,U+51c1-51c3,U+51c5,U+51c7-51c8,U+51ca,U+51cd-51ce,U+51d0,U+51d2-51da,U+51dc,U+51de-51df,U+51e2-51e3,U+51e5-51ec,U+51f1-51f2,U+51f4-51f5,U+5202,U+5204-5205,U+5208-5209,U+520b-5210,U+5213-5216,U+521c,U+521e-521f,U+5221-5223,U+5225-5228,U+522a,U+522c-522d,U+522f,U+5231-5232,U+5234-5235,U+523c-5241,U+5243-5249,U+524b-524c,U+524e-5250,U+5252-5253,U+5255,U+5257-5264,U+5266,U+5268,U+526b-526e,U+5270-5271,U+5273-527c,U+8c24-8c25,U+94b9-94ba,U+9602-9604,U+22c51,U+2478f,U+25da1;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.93.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.93.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.93.otf') format('opentype');unicode-range:U+306a,U+620d,U+7009-7010,U+7012-7019,U+701b-704b,U+704d-706a,U+706c,U+706e,U+7071-7074,U+7077-707b,U+7080-7088,U+708a-708d,U+708f-7091,U+7093-7095,U+7097-7098,U+709a-70aa,U+70af-70b7,U+70ba-70bb,U+70bd-70c0,U+70c3-70c7,U+70c9-70d7,U+70dc-70de,U+70e0-70e3,U+70e5,U+70e8-70ea,U+70ec,U+70ee,U+70f0-70f8,U+70fa-7108,U+710c-7114,U+7116-7118,U+711d-7125,U+7127-712f,U+7131-7135,U+7137-714b,U+714d,U+714f-715d,U+715f-7163,U+7165-7166,U+7168-716d,U+716f-7171,U+7173-717c,U+717e-7183,U+7185-7189,U+718b-718e,U+7190-7193,U+7195-7198,U+719a-719e,U+71a0-71ab,U+71ad-71c2,U+71c4-71d4,U+7d50,U+8337,U+8f9a,U+94f0-94f1,U+94f9,U+94fb-94fd,U+94ff,U+950d-950f,U+9535,U+9556-9558,U+966d-966f,U+ff2d;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.93.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.93.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.93.otf') format('opentype');unicode-range:U+306a,U+620d,U+7009-7010,U+7012-7019,U+701b-704b,U+704d-706a,U+706c,U+706e,U+7071-7074,U+7077-707b,U+7080-7088,U+708a-708d,U+708f-7091,U+7093-7095,U+7097-7098,U+709a-70aa,U+70af-70b7,U+70ba-70bb,U+70bd-70c0,U+70c3-70c7,U+70c9-70d7,U+70dc-70de,U+70e0-70e3,U+70e5,U+70e8-70ea,U+70ec,U+70ee,U+70f0-70f8,U+70fa-7108,U+710c-7114,U+7116-7118,U+711d-7125,U+7127-712f,U+7131-7135,U+7137-714b,U+714d,U+714f-715d,U+715f-7163,U+7165-7166,U+7168-716d,U+716f-7171,U+7173-717c,U+717e-7183,U+7185-7189,U+718b-718e,U+7190-7193,U+7195-7198,U+719a-719e,U+71a0-71ab,U+71ad-71c2,U+71c4-71d4,U+7d50,U+8337,U+8f9a,U+94f0-94f1,U+94f9,U+94fb-94fd,U+94ff,U+950d-950f,U+9535,U+9556-9558,U+966d-966f,U+ff2d;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.93.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.93.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.93.otf') format('opentype');unicode-range:U+306a,U+620d,U+7009-7010,U+7012-7019,U+701b-704b,U+704d-706a,U+706c,U+706e,U+7071-7074,U+7077-707b,U+7080-7088,U+708a-708d,U+708f-7091,U+7093-7095,U+7097-7098,U+709a-70aa,U+70af-70b7,U+70ba-70bb,U+70bd-70c0,U+70c3-70c7,U+70c9-70d7,U+70dc-70de,U+70e0-70e3,U+70e5,U+70e8-70ea,U+70ec,U+70ee,U+70f0-70f8,U+70fa-7108,U+710c-7114,U+7116-7118,U+711d-7125,U+7127-712f,U+7131-7135,U+7137-714b,U+714d,U+714f-715d,U+715f-7163,U+7165-7166,U+7168-716d,U+716f-7171,U+7173-717c,U+717e-7183,U+7185-7189,U+718b-718e,U+7190-7193,U+7195-7198,U+719a-719e,U+71a0-71ab,U+71ad-71c2,U+71c4-71d4,U+7d50,U+8337,U+8f9a,U+94f0-94f1,U+94f9,U+94fb-94fd,U+94ff,U+950d-950f,U+9535,U+9556-9558,U+966d-966f,U+ff2d;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.94.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.94.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.94.otf') format('opentype');unicode-range:U+b9ef-ba6f,U+ba71-ba73,U+ba75-ba84,U+ba86-baa7,U+baaa-baba,U+babc-bb33,U+bb35-bb37,U+bb39-bb3b,U+bb3d-bb8c,U+c75b,U+c7d1-c7da;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.94.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.94.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.94.otf') format('opentype');unicode-range:U+b9ef-ba6f,U+ba71-ba73,U+ba75-ba84,U+ba86-baa7,U+baaa-baba,U+babc-bb33,U+bb35-bb37,U+bb39-bb3b,U+bb3d-bb8c,U+c75b,U+c7d1-c7da;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.94.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.94.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.94.otf') format('opentype');unicode-range:U+b9ef-ba6f,U+ba71-ba73,U+ba75-ba84,U+ba86-baa7,U+baaa-baba,U+babc-bb33,U+bb35-bb37,U+bb39-bb3b,U+bb3d-bb8c,U+c75b,U+c7d1-c7da;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.95.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.95.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.95.otf') format('opentype');unicode-range:U+4a6c-4c0b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.95.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.95.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.95.otf') format('opentype');unicode-range:U+4a6c-4c0b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.95.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.95.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.95.otf') format('opentype');unicode-range:U+4a6c-4c0b;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.96.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.96.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.96.otf') format('opentype');unicode-range:U+3061-3063,U+64b1,U+7e85-7e9f,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb-7ebc,U+7ec0-7ec2,U+7ec9-7ecc,U+7ed0,U+7ed4,U+7ed6-7ed7,U+7ee0-7ee2,U+7ee4-7ee6,U+7ee8,U+7eeb-7eec,U+7ef1-7ef2,U+7ef6,U+7ef9-7efb,U+7efe,U+7f01-7f04,U+7f0a-7f12,U+7f19,U+7f1b-7f1c,U+7f1e-7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2b-7f2c,U+7f2e,U+7f30-7f33,U+7f35-7f37,U+7f39,U+7f3b-7f4f,U+7f52-7f54,U+7f56,U+7f58-7f59,U+7f5b-7f61,U+7f63-7f68,U+7f6b-7f6d,U+7f6f-7f71,U+7f73-7f80,U+7f82-7f89,U+7f8b-7f8d,U+7f8f-7f9d,U+7f9f-7fa0,U+7fa2-7fa3,U+7fa5-7fbc,U+7fbe-7fc0,U+7fc2-7fc4,U+7fc6-7fd3,U+7fd5-7fd7,U+7fd9-7fdf,U+7fe1-7fe7,U+7fea-7fef,U+7ff1-7ffa,U+7ffd-7fff,U+8004,U+8006-800b,U+800e-800f,U+8011-8014,U+8016,U+8018-8032,U+8034-8035,U+8037,U+8039-803a,U+803c,U+803e,U+8040-8045,U+8047-8049,U+804d-8053,U+8055-8057,U+8059,U+805b-8069,U+806b-8082,U+8084-8085,U+808a,U+808d-8095,U+8097,U+89c3,U+8bec,U+94b2-94b4,U+94f3-94f5,U+954a-954f,U+9578-957c,U+9626-9629,U+9708;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.96.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.96.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.96.otf') format('opentype');unicode-range:U+3061-3063,U+64b1,U+7e85-7e9f,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb-7ebc,U+7ec0-7ec2,U+7ec9-7ecc,U+7ed0,U+7ed4,U+7ed6-7ed7,U+7ee0-7ee2,U+7ee4-7ee6,U+7ee8,U+7eeb-7eec,U+7ef1-7ef2,U+7ef6,U+7ef9-7efb,U+7efe,U+7f01-7f04,U+7f0a-7f12,U+7f19,U+7f1b-7f1c,U+7f1e-7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2b-7f2c,U+7f2e,U+7f30-7f33,U+7f35-7f37,U+7f39,U+7f3b-7f4f,U+7f52-7f54,U+7f56,U+7f58-7f59,U+7f5b-7f61,U+7f63-7f68,U+7f6b-7f6d,U+7f6f-7f71,U+7f73-7f80,U+7f82-7f89,U+7f8b-7f8d,U+7f8f-7f9d,U+7f9f-7fa0,U+7fa2-7fa3,U+7fa5-7fbc,U+7fbe-7fc0,U+7fc2-7fc4,U+7fc6-7fd3,U+7fd5-7fd7,U+7fd9-7fdf,U+7fe1-7fe7,U+7fea-7fef,U+7ff1-7ffa,U+7ffd-7fff,U+8004,U+8006-800b,U+800e-800f,U+8011-8014,U+8016,U+8018-8032,U+8034-8035,U+8037,U+8039-803a,U+803c,U+803e,U+8040-8045,U+8047-8049,U+804d-8053,U+8055-8057,U+8059,U+805b-8069,U+806b-8082,U+8084-8085,U+808a,U+808d-8095,U+8097,U+89c3,U+8bec,U+94b2-94b4,U+94f3-94f5,U+954a-954f,U+9578-957c,U+9626-9629,U+9708;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.96.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.96.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.96.otf') format('opentype');unicode-range:U+3061-3063,U+64b1,U+7e85-7e9f,U+7ea8-7ea9,U+7eab,U+7ead-7eae,U+7eb0,U+7ebb-7ebc,U+7ec0-7ec2,U+7ec9-7ecc,U+7ed0,U+7ed4,U+7ed6-7ed7,U+7ee0-7ee2,U+7ee4-7ee6,U+7ee8,U+7eeb-7eec,U+7ef1-7ef2,U+7ef6,U+7ef9-7efb,U+7efe,U+7f01-7f04,U+7f0a-7f12,U+7f19,U+7f1b-7f1c,U+7f1e-7f1f,U+7f21-7f23,U+7f25-7f28,U+7f2b-7f2c,U+7f2e,U+7f30-7f33,U+7f35-7f37,U+7f39,U+7f3b-7f4f,U+7f52-7f54,U+7f56,U+7f58-7f59,U+7f5b-7f61,U+7f63-7f68,U+7f6b-7f6d,U+7f6f-7f71,U+7f73-7f80,U+7f82-7f89,U+7f8b-7f8d,U+7f8f-7f9d,U+7f9f-7fa0,U+7fa2-7fa3,U+7fa5-7fbc,U+7fbe-7fc0,U+7fc2-7fc4,U+7fc6-7fd3,U+7fd5-7fd7,U+7fd9-7fdf,U+7fe1-7fe7,U+7fea-7fef,U+7ff1-7ffa,U+7ffd-7fff,U+8004,U+8006-800b,U+800e-800f,U+8011-8014,U+8016,U+8018-8032,U+8034-8035,U+8037,U+8039-803a,U+803c,U+803e,U+8040-8045,U+8047-8049,U+804d-8053,U+8055-8057,U+8059,U+805b-8069,U+806b-8082,U+8084-8085,U+808a,U+808d-8095,U+8097,U+89c3,U+8bec,U+94b2-94b4,U+94f3-94f5,U+954a-954f,U+9578-957c,U+9626-9629,U+9708;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.97.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.97.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.97.otf') format('opentype');unicode-range:U+0060,U+00e1,U+00e8,U+2015,U+2161,U+2464-2465,U+2500,U+25bc,U+25cf,U+2605,U+3008-3009,U+3014-3015,U+3044,U+304b-304d,U+304f,U+3057,U+305f,U+3068,U+307e-307f,U+3089-308b,U+30af,U+30b7,U+30e9-30eb,U+30f3,U+30fc,U+4e1e,U+4e4d,U+4ea2,U+4f36,U+4f3a,U+4f6c,U+4f84,U+4fae,U+4fde,U+5014,U+5018,U+5029-502a,U+5055,U+5140,U+516e,U+5180,U+5195,U+51a2,U+51cb,U+51db,U+51f3,U+5201,U+527f,U+533e,U+5364,U+536f,U+53a5,U+53e8-53e9,U+53ed,U+5480,U+5490,U+54aa,U+54d7,U+54e8,U+54ee,U+54fa,U+54fc,U+557c,U+5580,U+5583,U+55c5,U+55e3,U+55fd,U+560e,U+5618,U+563b,U+566c,U+5777,U+57a2-57a3,U+57ae,U+57d4,U+589f,U+58a9,U+58ec,U+592d,U+594e,U+5955,U+5993,U+59a9,U+59be,U+59ca,U+5a05,U+5a1f,U+5a34,U+5a6a,U+5a77,U+5a9b,U+5ab2,U+5ac2,U+5b09,U+5b5c,U+5b7d,U+5bc7,U+5bd0,U+5be5,U+5c09,U+5c27,U+5c4e,U+5c7f,U+5c9a,U+5cd9,U+5ce8,U+5ced,U+5dcd,U+5df3,U+5e37,U+5e62,U+5e87,U+5eb5-5eb6,U+5ed6,U+5f08,U+5f1b,U+5f6a,U+5f6c,U+5f8a,U+5f98-5f99,U+5fcf,U+6020,U+6055,U+6064,U+606c,U+60af,U+60bc,U+60eb-60ed,U+6177,U+618e,U+61a9,U+620a,U+620c,U+620e,U+6252,U+625b,U+627c,U+62c2,U+62c7,U+62e7,U+62ed,U+62f7,U+62fd,U+631f-6320,U+6346,U+6390,U+63b7,U+63ba,U+63ea,U+6479,U+6487,U+64d2,U+6590,U+6656,U+6666,U+667e,U+66a7,U+6714,U+6726,U+6789,U+67ff,U+6805,U+6808,U+6813,U+6853-6854,U+6893,U+68a2,U+68a7,U+68d8,U+68e0,U+68fa,U+6930,U+6960,U+69a8,U+69b4,U+6a0a,U+6a71,U+6a80,U+6aac,U+6b79,U+6b7c,U+6bcb,U+6bd9,U+6c13,U+6c2e-6c2f,U+6c40,U+6c72,U+6c76,U+6c79,U+6c81,U+6cbc,U+6cf5,U+6d95,U+6da1,U+6da4,U+6dc6-6dc7,U+6dcc,U+6de4,U+6e1d,U+6e3a,U+6eba,U+6fd2,U+701a,U+7076,U+7099,U+70ac,U+70c1,U+70ef,U+710a,U+7119,U+7172,U+717d,U+7184,U+725f,U+7280,U+72c4,U+72e1,U+72f8,U+73c0,U+73d1,U+7405,U+7409,U+7426,U+7436,U+745a,U+7480,U+74a7-74a8,U+7504,U+7578,U+759a,U+75a1,U+75b9,U+75d8,U+75f0,U+762b,U+7656,U+7678,U+76ce-76cf,U+7729,U+7738,U+773a,U+7766,U+7784,U+77aa,U+77b0,U+785d,U+78ca,U+7901,U+7934,U+7960,U+79a7,U+79b9,U+79e4,U+79fd,U+7a23,U+7a57,U+7a79,U+7a91,U+7a9c,U+7a9f,U+7aa6,U+7ae3,U+7aff,U+7b03,U+7b0b,U+7b77,U+7bc6,U+7be1,U+7bf7,U+7c07,U+7c3f,U+7c7d,U+7c9f,U+7caa,U+7cef,U+7d0a,U+7ec5,U+7ede,U+7eee-7ef0,U+7ef7,U+7f06,U+7f24,U+7f2a,U+7f2d,U+7f81,U+7fe9,U+803f,U+8046,U+804b,U+8087,U+8098,U+80b4,U+80da,U+80e7,U+80f1,U+80f3,U+80fa,U+814b-814c,U+8151,U+818a,U+81b3,U+8231,U+829c,U+82a5,U+82b8-82b9,U+82c7,U+82d4,U+82ef,U+8335,U+8339,U+835f,U+8367,U+839e,U+83e0,U+83f1,U+8469,U+846b,U+854a,U+85e9,U+85fb,U+8611,U+8638,U+864f,U+865e,U+8681,U+868a,U+8695,U+86db,U+8712,U+8715,U+8718,U+8747,U+8749,U+889c,U+88f3-88f4,U+8912,U+892a,U+8944,U+895f,U+8bcf,U+8bdb,U+8be3,U+8beb,U+8bf2,U+8c0d,U+8c0f,U+8c1b,U+8c2c,U+8c34,U+8d3f,U+8d4e,U+8d58,U+8d66,U+8db4,U+8dcb,U+8dfb,U+8e66,U+8eac,U+8f7c,U+8f84,U+8f97,U+8f99,U+8fe5,U+9005,U+9050,U+9082-9083,U+9091,U+90b1,U+90b5,U+90b9,U+9102,U+914c,U+916a,U+916e-916f,U+946b,U+949e,U+94a0,U+94a7,U+94b5,U+94be,U+94f2,U+950c,U+9523,U+952f,U+9540-9541,U+95f8,U+95fd,U+960e,U+9619,U+961c,U+962e,U+9631,U+9661,U+96a7,U+96cf,U+9704,U+9706,U+9716,U+9774,U+978d,U+97f6,U+9885,U+988a,U+9890,U+9893,U+98d9,U+996a,U+9a6d,U+9a6f,U+9a74,U+9a7c,U+9a7f,U+9a86-9a87,U+9a8f,U+9abc,U+9ae6,U+9e33,U+9e3d,U+9e4a,U+9e93,U+9eef,U+ff0b,U+ff0f,U+ffe5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.97.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.97.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.97.otf') format('opentype');unicode-range:U+0060,U+00e1,U+00e8,U+2015,U+2161,U+2464-2465,U+2500,U+25bc,U+25cf,U+2605,U+3008-3009,U+3014-3015,U+3044,U+304b-304d,U+304f,U+3057,U+305f,U+3068,U+307e-307f,U+3089-308b,U+30af,U+30b7,U+30e9-30eb,U+30f3,U+30fc,U+4e1e,U+4e4d,U+4ea2,U+4f36,U+4f3a,U+4f6c,U+4f84,U+4fae,U+4fde,U+5014,U+5018,U+5029-502a,U+5055,U+5140,U+516e,U+5180,U+5195,U+51a2,U+51cb,U+51db,U+51f3,U+5201,U+527f,U+533e,U+5364,U+536f,U+53a5,U+53e8-53e9,U+53ed,U+5480,U+5490,U+54aa,U+54d7,U+54e8,U+54ee,U+54fa,U+54fc,U+557c,U+5580,U+5583,U+55c5,U+55e3,U+55fd,U+560e,U+5618,U+563b,U+566c,U+5777,U+57a2-57a3,U+57ae,U+57d4,U+589f,U+58a9,U+58ec,U+592d,U+594e,U+5955,U+5993,U+59a9,U+59be,U+59ca,U+5a05,U+5a1f,U+5a34,U+5a6a,U+5a77,U+5a9b,U+5ab2,U+5ac2,U+5b09,U+5b5c,U+5b7d,U+5bc7,U+5bd0,U+5be5,U+5c09,U+5c27,U+5c4e,U+5c7f,U+5c9a,U+5cd9,U+5ce8,U+5ced,U+5dcd,U+5df3,U+5e37,U+5e62,U+5e87,U+5eb5-5eb6,U+5ed6,U+5f08,U+5f1b,U+5f6a,U+5f6c,U+5f8a,U+5f98-5f99,U+5fcf,U+6020,U+6055,U+6064,U+606c,U+60af,U+60bc,U+60eb-60ed,U+6177,U+618e,U+61a9,U+620a,U+620c,U+620e,U+6252,U+625b,U+627c,U+62c2,U+62c7,U+62e7,U+62ed,U+62f7,U+62fd,U+631f-6320,U+6346,U+6390,U+63b7,U+63ba,U+63ea,U+6479,U+6487,U+64d2,U+6590,U+6656,U+6666,U+667e,U+66a7,U+6714,U+6726,U+6789,U+67ff,U+6805,U+6808,U+6813,U+6853-6854,U+6893,U+68a2,U+68a7,U+68d8,U+68e0,U+68fa,U+6930,U+6960,U+69a8,U+69b4,U+6a0a,U+6a71,U+6a80,U+6aac,U+6b79,U+6b7c,U+6bcb,U+6bd9,U+6c13,U+6c2e-6c2f,U+6c40,U+6c72,U+6c76,U+6c79,U+6c81,U+6cbc,U+6cf5,U+6d95,U+6da1,U+6da4,U+6dc6-6dc7,U+6dcc,U+6de4,U+6e1d,U+6e3a,U+6eba,U+6fd2,U+701a,U+7076,U+7099,U+70ac,U+70c1,U+70ef,U+710a,U+7119,U+7172,U+717d,U+7184,U+725f,U+7280,U+72c4,U+72e1,U+72f8,U+73c0,U+73d1,U+7405,U+7409,U+7426,U+7436,U+745a,U+7480,U+74a7-74a8,U+7504,U+7578,U+759a,U+75a1,U+75b9,U+75d8,U+75f0,U+762b,U+7656,U+7678,U+76ce-76cf,U+7729,U+7738,U+773a,U+7766,U+7784,U+77aa,U+77b0,U+785d,U+78ca,U+7901,U+7934,U+7960,U+79a7,U+79b9,U+79e4,U+79fd,U+7a23,U+7a57,U+7a79,U+7a91,U+7a9c,U+7a9f,U+7aa6,U+7ae3,U+7aff,U+7b03,U+7b0b,U+7b77,U+7bc6,U+7be1,U+7bf7,U+7c07,U+7c3f,U+7c7d,U+7c9f,U+7caa,U+7cef,U+7d0a,U+7ec5,U+7ede,U+7eee-7ef0,U+7ef7,U+7f06,U+7f24,U+7f2a,U+7f2d,U+7f81,U+7fe9,U+803f,U+8046,U+804b,U+8087,U+8098,U+80b4,U+80da,U+80e7,U+80f1,U+80f3,U+80fa,U+814b-814c,U+8151,U+818a,U+81b3,U+8231,U+829c,U+82a5,U+82b8-82b9,U+82c7,U+82d4,U+82ef,U+8335,U+8339,U+835f,U+8367,U+839e,U+83e0,U+83f1,U+8469,U+846b,U+854a,U+85e9,U+85fb,U+8611,U+8638,U+864f,U+865e,U+8681,U+868a,U+8695,U+86db,U+8712,U+8715,U+8718,U+8747,U+8749,U+889c,U+88f3-88f4,U+8912,U+892a,U+8944,U+895f,U+8bcf,U+8bdb,U+8be3,U+8beb,U+8bf2,U+8c0d,U+8c0f,U+8c1b,U+8c2c,U+8c34,U+8d3f,U+8d4e,U+8d58,U+8d66,U+8db4,U+8dcb,U+8dfb,U+8e66,U+8eac,U+8f7c,U+8f84,U+8f97,U+8f99,U+8fe5,U+9005,U+9050,U+9082-9083,U+9091,U+90b1,U+90b5,U+90b9,U+9102,U+914c,U+916a,U+916e-916f,U+946b,U+949e,U+94a0,U+94a7,U+94b5,U+94be,U+94f2,U+950c,U+9523,U+952f,U+9540-9541,U+95f8,U+95fd,U+960e,U+9619,U+961c,U+962e,U+9631,U+9661,U+96a7,U+96cf,U+9704,U+9706,U+9716,U+9774,U+978d,U+97f6,U+9885,U+988a,U+9890,U+9893,U+98d9,U+996a,U+9a6d,U+9a6f,U+9a74,U+9a7c,U+9a7f,U+9a86-9a87,U+9a8f,U+9abc,U+9ae6,U+9e33,U+9e3d,U+9e4a,U+9e93,U+9eef,U+ff0b,U+ff0f,U+ffe5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.97.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.97.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.97.otf') format('opentype');unicode-range:U+0060,U+00e1,U+00e8,U+2015,U+2161,U+2464-2465,U+2500,U+25bc,U+25cf,U+2605,U+3008-3009,U+3014-3015,U+3044,U+304b-304d,U+304f,U+3057,U+305f,U+3068,U+307e-307f,U+3089-308b,U+30af,U+30b7,U+30e9-30eb,U+30f3,U+30fc,U+4e1e,U+4e4d,U+4ea2,U+4f36,U+4f3a,U+4f6c,U+4f84,U+4fae,U+4fde,U+5014,U+5018,U+5029-502a,U+5055,U+5140,U+516e,U+5180,U+5195,U+51a2,U+51cb,U+51db,U+51f3,U+5201,U+527f,U+533e,U+5364,U+536f,U+53a5,U+53e8-53e9,U+53ed,U+5480,U+5490,U+54aa,U+54d7,U+54e8,U+54ee,U+54fa,U+54fc,U+557c,U+5580,U+5583,U+55c5,U+55e3,U+55fd,U+560e,U+5618,U+563b,U+566c,U+5777,U+57a2-57a3,U+57ae,U+57d4,U+589f,U+58a9,U+58ec,U+592d,U+594e,U+5955,U+5993,U+59a9,U+59be,U+59ca,U+5a05,U+5a1f,U+5a34,U+5a6a,U+5a77,U+5a9b,U+5ab2,U+5ac2,U+5b09,U+5b5c,U+5b7d,U+5bc7,U+5bd0,U+5be5,U+5c09,U+5c27,U+5c4e,U+5c7f,U+5c9a,U+5cd9,U+5ce8,U+5ced,U+5dcd,U+5df3,U+5e37,U+5e62,U+5e87,U+5eb5-5eb6,U+5ed6,U+5f08,U+5f1b,U+5f6a,U+5f6c,U+5f8a,U+5f98-5f99,U+5fcf,U+6020,U+6055,U+6064,U+606c,U+60af,U+60bc,U+60eb-60ed,U+6177,U+618e,U+61a9,U+620a,U+620c,U+620e,U+6252,U+625b,U+627c,U+62c2,U+62c7,U+62e7,U+62ed,U+62f7,U+62fd,U+631f-6320,U+6346,U+6390,U+63b7,U+63ba,U+63ea,U+6479,U+6487,U+64d2,U+6590,U+6656,U+6666,U+667e,U+66a7,U+6714,U+6726,U+6789,U+67ff,U+6805,U+6808,U+6813,U+6853-6854,U+6893,U+68a2,U+68a7,U+68d8,U+68e0,U+68fa,U+6930,U+6960,U+69a8,U+69b4,U+6a0a,U+6a71,U+6a80,U+6aac,U+6b79,U+6b7c,U+6bcb,U+6bd9,U+6c13,U+6c2e-6c2f,U+6c40,U+6c72,U+6c76,U+6c79,U+6c81,U+6cbc,U+6cf5,U+6d95,U+6da1,U+6da4,U+6dc6-6dc7,U+6dcc,U+6de4,U+6e1d,U+6e3a,U+6eba,U+6fd2,U+701a,U+7076,U+7099,U+70ac,U+70c1,U+70ef,U+710a,U+7119,U+7172,U+717d,U+7184,U+725f,U+7280,U+72c4,U+72e1,U+72f8,U+73c0,U+73d1,U+7405,U+7409,U+7426,U+7436,U+745a,U+7480,U+74a7-74a8,U+7504,U+7578,U+759a,U+75a1,U+75b9,U+75d8,U+75f0,U+762b,U+7656,U+7678,U+76ce-76cf,U+7729,U+7738,U+773a,U+7766,U+7784,U+77aa,U+77b0,U+785d,U+78ca,U+7901,U+7934,U+7960,U+79a7,U+79b9,U+79e4,U+79fd,U+7a23,U+7a57,U+7a79,U+7a91,U+7a9c,U+7a9f,U+7aa6,U+7ae3,U+7aff,U+7b03,U+7b0b,U+7b77,U+7bc6,U+7be1,U+7bf7,U+7c07,U+7c3f,U+7c7d,U+7c9f,U+7caa,U+7cef,U+7d0a,U+7ec5,U+7ede,U+7eee-7ef0,U+7ef7,U+7f06,U+7f24,U+7f2a,U+7f2d,U+7f81,U+7fe9,U+803f,U+8046,U+804b,U+8087,U+8098,U+80b4,U+80da,U+80e7,U+80f1,U+80f3,U+80fa,U+814b-814c,U+8151,U+818a,U+81b3,U+8231,U+829c,U+82a5,U+82b8-82b9,U+82c7,U+82d4,U+82ef,U+8335,U+8339,U+835f,U+8367,U+839e,U+83e0,U+83f1,U+8469,U+846b,U+854a,U+85e9,U+85fb,U+8611,U+8638,U+864f,U+865e,U+8681,U+868a,U+8695,U+86db,U+8712,U+8715,U+8718,U+8747,U+8749,U+889c,U+88f3-88f4,U+8912,U+892a,U+8944,U+895f,U+8bcf,U+8bdb,U+8be3,U+8beb,U+8bf2,U+8c0d,U+8c0f,U+8c1b,U+8c2c,U+8c34,U+8d3f,U+8d4e,U+8d58,U+8d66,U+8db4,U+8dcb,U+8dfb,U+8e66,U+8eac,U+8f7c,U+8f84,U+8f97,U+8f99,U+8fe5,U+9005,U+9050,U+9082-9083,U+9091,U+90b1,U+90b5,U+90b9,U+9102,U+914c,U+916a,U+916e-916f,U+946b,U+949e,U+94a0,U+94a7,U+94b5,U+94be,U+94f2,U+950c,U+9523,U+952f,U+9540-9541,U+95f8,U+95fd,U+960e,U+9619,U+961c,U+962e,U+9631,U+9661,U+96a7,U+96cf,U+9704,U+9706,U+9716,U+9774,U+978d,U+97f6,U+9885,U+988a,U+9890,U+9893,U+98d9,U+996a,U+9a6d,U+9a6f,U+9a74,U+9a7c,U+9a7f,U+9a86-9a87,U+9a8f,U+9abc,U+9ae6,U+9e33,U+9e3d,U+9e4a,U+9e93,U+9eef,U+ff0b,U+ff0f,U+ffe5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.98.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.98.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.98.otf') format('opentype');unicode-range:U+2318,U+306d,U+4fe8,U+707d,U+7583-7585,U+7587-758d,U+7590,U+7592-7596,U+7598-7599,U+759b-75a0,U+75a2-75aa,U+75ac-75ad,U+75b3-75b8,U+75ba-75bb,U+75bf-75c4,U+75c8-75d1,U+75d3-75d4,U+75d6-75d7,U+75d9-75da,U+75dc-75ef,U+75f1-75f3,U+75f5-75ff,U+7603-7616,U+7618-7623,U+7625,U+7627-762a,U+762c-763d,U+763f-764b,U+764d-7655,U+7657-7677,U+7679-767a,U+767f-7681,U+7683,U+7685,U+7688-76ad,U+76af-76b0,U+76b2-76c5,U+76c7,U+76c9,U+76cb-76cd,U+76d9-76da,U+76dc-76de,U+76e0-76ed,U+76f0-76f1,U+76f3,U+76f5-76f7,U+76f9-76fb,U+76fd,U+76ff-7700,U+7702-7708,U+770a,U+770c-771e,U+7721-7728,U+772a-7736,U+7739,U+773b,U+773d-773f,U+7742-774f,U+7751-775a,U+956c-956f,U+9594-9597,U+9651-9654,U+9656-965b,U+9663,U+9979,U+20ad3,U+22c88,U+2b1ed;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.98.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.98.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.98.otf') format('opentype');unicode-range:U+2318,U+306d,U+4fe8,U+707d,U+7583-7585,U+7587-758d,U+7590,U+7592-7596,U+7598-7599,U+759b-75a0,U+75a2-75aa,U+75ac-75ad,U+75b3-75b8,U+75ba-75bb,U+75bf-75c4,U+75c8-75d1,U+75d3-75d4,U+75d6-75d7,U+75d9-75da,U+75dc-75ef,U+75f1-75f3,U+75f5-75ff,U+7603-7616,U+7618-7623,U+7625,U+7627-762a,U+762c-763d,U+763f-764b,U+764d-7655,U+7657-7677,U+7679-767a,U+767f-7681,U+7683,U+7685,U+7688-76ad,U+76af-76b0,U+76b2-76c5,U+76c7,U+76c9,U+76cb-76cd,U+76d9-76da,U+76dc-76de,U+76e0-76ed,U+76f0-76f1,U+76f3,U+76f5-76f7,U+76f9-76fb,U+76fd,U+76ff-7700,U+7702-7708,U+770a,U+770c-771e,U+7721-7728,U+772a-7736,U+7739,U+773b,U+773d-773f,U+7742-774f,U+7751-775a,U+956c-956f,U+9594-9597,U+9651-9654,U+9656-965b,U+9663,U+9979,U+20ad3,U+22c88,U+2b1ed;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.98.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.98.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.98.otf') format('opentype');unicode-range:U+2318,U+306d,U+4fe8,U+707d,U+7583-7585,U+7587-758d,U+7590,U+7592-7596,U+7598-7599,U+759b-75a0,U+75a2-75aa,U+75ac-75ad,U+75b3-75b8,U+75ba-75bb,U+75bf-75c4,U+75c8-75d1,U+75d3-75d4,U+75d6-75d7,U+75d9-75da,U+75dc-75ef,U+75f1-75f3,U+75f5-75ff,U+7603-7616,U+7618-7623,U+7625,U+7627-762a,U+762c-763d,U+763f-764b,U+764d-7655,U+7657-7677,U+7679-767a,U+767f-7681,U+7683,U+7685,U+7688-76ad,U+76af-76b0,U+76b2-76c5,U+76c7,U+76c9,U+76cb-76cd,U+76d9-76da,U+76dc-76de,U+76e0-76ed,U+76f0-76f1,U+76f3,U+76f5-76f7,U+76f9-76fb,U+76fd,U+76ff-7700,U+7702-7708,U+770a,U+770c-771e,U+7721-7728,U+772a-7736,U+7739,U+773b,U+773d-773f,U+7742-774f,U+7751-775a,U+956c-956f,U+9594-9597,U+9651-9654,U+9656-965b,U+9663,U+9979,U+20ad3,U+22c88,U+2b1ed;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.99.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.99.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.99.otf') format('opentype');unicode-range:U+5233,U+56f5,U+5c50,U+63a1,U+6c9a,U+73b3-73ba,U+73bc-73bf,U+73c1-73c7,U+73cb-73cc,U+73ce-73d0,U+73d2-73df,U+73e1-73ec,U+73ee-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7411-7421,U+7423-7425,U+7427-7429,U+742b-7432,U+7435,U+7437-743b,U+743d-7454,U+7456-7459,U+745b,U+745d,U+7460-746f,U+7471-7475,U+7477-747f,U+7484-74a6,U+74a9-74db,U+74dd-74e2,U+74e4-74e5,U+74e7-74f5,U+74f8-7503,U+7505-7517,U+7519,U+751d-751e,U+7520-7527,U+752c-752f,U+7534,U+7536,U+7539-753a,U+753c-7544,U+7546-754b,U+754d-754e,U+7550-7553,U+7555-7558,U+755d-7564,U+7566-7569,U+756b-7572,U+7579-7582,U+8278-8279,U+881b-881c,U+90c5,U+95d9-95db,U+95dd-95e4,U+95eb-95ec,U+9a7d,U+9ca3,U+9cb5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.99.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.99.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.99.otf') format('opentype');unicode-range:U+5233,U+56f5,U+5c50,U+63a1,U+6c9a,U+73b3-73ba,U+73bc-73bf,U+73c1-73c7,U+73cb-73cc,U+73ce-73d0,U+73d2-73df,U+73e1-73ec,U+73ee-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7411-7421,U+7423-7425,U+7427-7429,U+742b-7432,U+7435,U+7437-743b,U+743d-7454,U+7456-7459,U+745b,U+745d,U+7460-746f,U+7471-7475,U+7477-747f,U+7484-74a6,U+74a9-74db,U+74dd-74e2,U+74e4-74e5,U+74e7-74f5,U+74f8-7503,U+7505-7517,U+7519,U+751d-751e,U+7520-7527,U+752c-752f,U+7534,U+7536,U+7539-753a,U+753c-7544,U+7546-754b,U+754d-754e,U+7550-7553,U+7555-7558,U+755d-7564,U+7566-7569,U+756b-7572,U+7579-7582,U+8278-8279,U+881b-881c,U+90c5,U+95d9-95db,U+95dd-95e4,U+95eb-95ec,U+9a7d,U+9ca3,U+9cb5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.99.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.99.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.99.otf') format('opentype');unicode-range:U+5233,U+56f5,U+5c50,U+63a1,U+6c9a,U+73b3-73ba,U+73bc-73bf,U+73c1-73c7,U+73cb-73cc,U+73ce-73d0,U+73d2-73df,U+73e1-73ec,U+73ee-73fd,U+73ff-7402,U+7404,U+7407-7408,U+740a-740f,U+7411-7421,U+7423-7425,U+7427-7429,U+742b-7432,U+7435,U+7437-743b,U+743d-7454,U+7456-7459,U+745b,U+745d,U+7460-746f,U+7471-7475,U+7477-747f,U+7484-74a6,U+74a9-74db,U+74dd-74e2,U+74e4-74e5,U+74e7-74f5,U+74f8-7503,U+7505-7517,U+7519,U+751d-751e,U+7520-7527,U+752c-752f,U+7534,U+7536,U+7539-753a,U+753c-7544,U+7546-754b,U+754d-754e,U+7550-7553,U+7555-7558,U+755d-7564,U+7566-7569,U+756b-7572,U+7579-7582,U+8278-8279,U+881b-881c,U+90c5,U+95d9-95db,U+95dd-95e4,U+95eb-95ec,U+9a7d,U+9ca3,U+9cb5;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.100.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.100.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.100.otf') format('opentype');unicode-range:U+0021-0023,U+0025-005b,U+005d,U+005f,U+0061-007a,U+007e-00a0,U+00b7,U+2014,U+2018-2019,U+201c-201d,U+2026,U+3000-3002,U+300a-300d,U+3010-3011,U+4e00-4e01,U+4e03,U+4e07-4e0b,U+4e0d-4e0e,U+4e11,U+4e13-4e14,U+4e16,U+4e1a-4e1d,U+4e22,U+4e24-4e25,U+4e27,U+4e2a,U+4e2d,U+4e30,U+4e32,U+4e34,U+4e39-4e3b,U+4e3d-4e3e,U+4e43,U+4e45,U+4e48-4e49,U+4e4b-4e4c,U+4e4e-4e50,U+4e54,U+4e58,U+4e5d,U+4e5f-4e61,U+4e66,U+4e70-4e71,U+4e73,U+4e86,U+4e88-4e89,U+4e8b-4e8c,U+4e8e-4e8f,U+4e91-4e92,U+4e94-4e95,U+4e9a-4e9b,U+4ea1,U+4ea4,U+4ea6-4ea7,U+4eab-4eac,U+4eae,U+4eb2,U+4eba,U+4ebf-4ec1,U+4ec5,U+4eca-4ecb,U+4ecd-4ece,U+4ed3-4ed4,U+4ed6,U+4ed8-4ed9,U+4ee3-4ee5,U+4eea,U+4eec,U+4ef0,U+4ef6-4ef7,U+4efb,U+4efd,U+4eff,U+4f01,U+4f0a,U+4f0d,U+4f0f,U+4f11,U+4f17-4f1a,U+4f1f-4f20,U+4f24,U+4f26,U+4f2a,U+4f2f-4f30,U+4f34,U+4f38,U+4f3c,U+4f46,U+4f4d-4f4f,U+4f53,U+4f55,U+4f59,U+4f5b-4f5c,U+4f60,U+4f69,U+4f73,U+4f7f,U+4f8b,U+4f9b,U+4f9d,U+4fa7,U+4fb5,U+4fbf,U+4fc3-4fc4,U+4fca,U+4fd7,U+4fdd,U+4fe1,U+4fe9,U+4fee,U+4ff1,U+500d,U+5012,U+5019,U+501f,U+503c,U+503e,U+5047,U+504f,U+505a,U+505c,U+5065,U+5076-5077,U+507f,U+50a8,U+50b2,U+50bb,U+50cf,U+513f,U+5141,U+5143-5145,U+5148-5149,U+514b,U+514d,U+515a,U+5165,U+5168,U+516b-516d,U+5170-5171,U+5173-5178,U+517b-517d,U+5185,U+518c-518d,U+5192,U+5199,U+519b-519c,U+51a0,U+51ac,U+51b0,U+51b2-51b3,U+51b5,U+51b7,U+51c0,U+51c6,U+51c9,U+51cc,U+51cf,U+51dd,U+51e0-51e1,U+51e4,U+51ed,U+51ef,U+51f6,U+51fa-51fb,U+5200,U+5206-5207,U+520a,U+5211-5212,U+5217-521b,U+521d,U+5220,U+5224,U+5229,U+522b,U+5230,U+5236-5237,U+523a-523b,U+5242,U+524d,U+5251,U+5267,U+5269-526a,U+526f,U+5272,U+529b,U+529d-52a1,U+52a3,U+52a8-52aa,U+52b1-52b3,U+52bf,U+52c7,U+52d2,U+52e4,U+52fe,U+5300,U+5305,U+5316-5317,U+5339-533b,U+5341,U+5343,U+5347-5348,U+534a,U+534e-534f,U+5353,U+5355-5357,U+535a,U+5360-5361,U+5367,U+536b,U+5370-5371,U+5373-5374,U+5377,U+5382,U+5385-5386,U+5389,U+538b-538c,U+5398,U+539a,U+539f,U+53bb,U+53bf,U+53c2,U+53c8,U+53ca-53cd,U+53d1,U+53d6-53d8,U+53e0,U+53e3-53e6,U+53ea-53ec,U+53ef-53f0,U+53f2-53f3,U+53f6-53f9,U+5403-5404,U+5408-5409,U+540c-540e,U+5410-5411,U+5413,U+5417,U+541b,U+5426-5427,U+542b-542c,U+542f,U+5434,U+5438-5439,U+5440,U+5446,U+5448,U+544a,U+5458,U+5462,U+5468,U+5473,U+5475,U+547c-547d,U+548c,U+5496,U+54a8,U+54c1,U+54c8,U+54cd,U+54e5-54e6,U+54ea,U+54ed,U+54f2,U+5510,U+552e-552f,U+5531,U+5546,U+554a,U+5565-5566,U+5584,U+558a,U+559c-559d,U+55b7,U+5609,U+561b,U+5634,U+5668,U+56db,U+56de,U+56e0,U+56e2,U+56ed,U+56f0,U+56f4,U+56fa,U+56fd-56fe,U+5706,U+5708,U+571f,U+5723,U+5728,U+5730,U+573a,U+5740,U+5747,U+574f-5751,U+5757,U+575a-575b,U+5761,U+5766,U+5782,U+578b,U+57c3,U+57cb,U+57ce,U+57df,U+57f9-57fa,U+5802,U+5806,U+5821,U+582a,U+5851,U+5854,U+585e,U+586b,U+5883,U+5899,U+589e,U+58a8,U+58c1,U+58eb,U+58ee,U+58f0,U+58f3,U+5904,U+5907,U+590d,U+590f,U+5915-5916,U+591a,U+591c,U+591f,U+5927,U+5929-592b,U+592e,U+5931,U+5934,U+5938-593a,U+5947-5949,U+594b,U+594f,U+5954,U+5956-5957,U+5965,U+5973,U+5976,U+5979,U+597d,U+5982,U+5986-5988,U+5999,U+59b9,U+59bb,U+59c6,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59dc,U+59fb,U+59ff,U+5a01,U+5a18,U+5a31,U+5a46,U+5a5a,U+5a92,U+5ac1,U+5acc,U+5ae9,U+5b50,U+5b54-5b55,U+5b57-5b59,U+5b63-5b64,U+5b66,U+5b69,U+5b81,U+5b83,U+5b85,U+5b87-5b89,U+5b8b-5b8c,U+5b8f,U+5b97-5b98,U+5b9a,U+5b9c-5b9e,U+5ba1-5ba4,U+5bab,U+5bb3,U+5bb6,U+5bb9,U+5bbd-5bbf,U+5bc2,U+5bc4,U+5bc6,U+5bcc,U+5bd2-5bd3,U+5bdf,U+5bf8-5bfc,U+5bff,U+5c01,U+5c04,U+5c06,U+5c0a,U+5c0f,U+5c11,U+5c14,U+5c16,U+5c18,U+5c1a,U+5c1d,U+5c24,U+5c31,U+5c3a,U+5c3c-5c40,U+5c42,U+5c45,U+5c48,U+5c4a-5c4b,U+5c4f,U+5c55,U+5c5e,U+5c71,U+5c81,U+5c97,U+5c9b,U+5ca9,U+5cb8,U+5cf0,U+5d07,U+5ddd-5dde,U+5de1,U+5de5-5de8,U+5dee,U+5df1-5df2,U+5df4,U+5e01-5e03,U+5e05,U+5e08,U+5e0c,U+5e1d,U+5e26,U+5e2d-5e2e,U+5e38,U+5e45,U+5e55,U+5e72-5e74,U+5e76,U+5e78,U+5e7b-5e7d,U+5e7f,U+5e84,U+5e86,U+5e8a,U+5e8f,U+5e93-5e95,U+5e97,U+5e99,U+5e9c,U+5e9f,U+5ea6-5ea7,U+5ead,U+5eb7,U+5ec9,U+5ef6-5ef7,U+5efa,U+5f00,U+5f02-5f04,U+5f0f,U+5f15,U+5f1f-5f20,U+5f25,U+5f2f,U+5f31,U+5f39-5f3a,U+5f52-5f53,U+5f55,U+5f62,U+5f69,U+5f71,U+5f79,U+5f7b-5f7c,U+5f80-5f81,U+5f84-5f85,U+5f88,U+5f8b,U+5f90,U+5f92,U+5f97,U+5fa1,U+5faa,U+5fae,U+5fb7,U+5fbd,U+5fc3,U+5fc5-5fc6,U+5fcc-5fcd,U+5fd7-5fd9,U+5fe0,U+5fe7,U+5feb,U+5ff5,U+5ffd,U+6000-6001,U+600e,U+6012,U+6015,U+601d,U+6025,U+6027-6028,U+602a,U+603b,U+604b,U+6050,U+6052,U+6062,U+6068-6069,U+606f-6070,U+6076,U+607c,U+6089,U+6094,U+609f-60a0,U+60a3,U+60a6,U+60a8,U+60ac,U+60b2,U+60c5,U+60ca,U+60d1,U+60dc,U+60e0,U+60e7-60e8,U+60ef,U+60f3,U+6108,U+610f,U+611f,U+6124,U+613f,U+6148,U+614e,U+6155,U+6162,U+6167,U+6170,U+61c2,U+61d2,U+620f-6212,U+6216,U+6218,U+622a,U+6234,U+6237,U+623f-6240,U+624b,U+624d-624e,U+6253,U+6258,U+6263,U+6267,U+6269,U+626b-626c,U+626e,U+6270,U+6276,U+6279,U+627e-6280,U+628a,U+6291,U+6293,U+6295,U+6297-6298,U+629b,U+62a2,U+62a4-62a5,U+62ab,U+62b1,U+62b5,U+62b9,U+62bd,U+62c5-62c6,U+62c9,U+62cd,U+62d2-62d4,U+62d6,U+62db-62dc,U+62df,U+62e5,U+62e8-62e9,U+62ec,U+62fc,U+62ff,U+6301-6302,U+6307,U+6309,U+6311,U+6316,U+6321,U+6324-6325,U+632f,U+633a,U+6355,U+635f,U+6362,U+636e,U+6377,U+6388-6389,U+638c,U+6392,U+63a2,U+63a5,U+63a7-63aa,U+63cf-63d0,U+63d2,U+63e1,U+63ed,U+63f4,U+641c,U+641e,U+642c-642d,U+643a,U+6444,U+6446-6447,U+6458,U+6469,U+6478,U+6491-6492,U+649e,U+64ad,U+64c5,U+64cd,U+64e6,U+652f,U+6536,U+6539,U+653b,U+653e-653f,U+6545,U+6548,U+654c,U+654f,U+6551,U+6559,U+6562-6563,U+656c,U+6570,U+6574,U+6587,U+6591,U+6597,U+6599,U+659c,U+65a4,U+65ad,U+65af-65b0,U+65b9,U+65bd,U+65c1,U+65c5,U+65cb,U+65cf,U+65d7,U+65e0,U+65e2,U+65e5-65e9,U+65f6,U+65fa,U+6602,U+660c,U+660e,U+6613,U+661f-6620,U+6625,U+6628,U+662f,U+663e,U+664b,U+6653,U+665a,U+6668,U+666e-6670,U+6676,U+667a,U+6682,U+6696-6697,U+66b4,U+66f0,U+66f2,U+66f4,U+66fc,U+66fe-6700,U+6708-6709,U+670b,U+670d,U+6717,U+671b,U+671d,U+671f,U+6728,U+672a-672c,U+672f,U+6731,U+6734-6735,U+673a,U+6740,U+6742-6743,U+6746,U+674e,U+6750-6751,U+675c,U+675f,U+6761,U+6765,U+6768,U+676f-6770,U+677e-677f,U+6781,U+6784,U+6790,U+6797,U+679c-679d,U+67aa,U+67b6,U+67d0,U+67d3-67d4,U+67e5,U+67f1,U+67f3,U+6807,U+680f,U+6811,U+6821,U+6837-6839,U+683c,U+6843,U+6846,U+6848,U+684c,U+6851,U+6863,U+6865,U+6881,U+6885,U+68a6,U+68af-68b0,U+68c0,U+68d2,U+68ee,U+690d,U+695a,U+697c,U+6982,U+699c,U+69fd,U+6a21,U+6a2a,U+6b21-6b23,U+6b27,U+6b32,U+6b3a,U+6b3e,U+6b4c,U+6b62-6b66,U+6b7b,U+6b8a-6b8b,U+6b96,U+6bb5,U+6bbf,U+6bc1,U+6bcd,U+6bcf,U+6bd2,U+6bd4-6bd5,U+6bdb,U+6beb,U+6c0f,U+6c11,U+6c14,U+6c1b,U+6c27,U+6c34,U+6c38,U+6c41-6c42,U+6c47,U+6c49,U+6c57,U+6c5f-6c61,U+6c64,U+6c7d,U+6c88-6c89,U+6c99,U+6c9f,U+6ca1,U+6cb3,U+6cb9,U+6cbb,U+6cbf,U+6cc4,U+6cc9,U+6cd5,U+6cdb,U+6ce1-6ce2,U+6ce5,U+6ce8,U+6cea,U+6cf0,U+6cfd,U+6d01,U+6d0b,U+6d12,U+6d17,U+6d1b,U+6d1e,U+6d25,U+6d2a,U+6d32,U+6d3b,U+6d3e,U+6d41,U+6d45,U+6d4b,U+6d4e,U+6d53,U+6d59,U+6d69-6d6a,U+6d6e,U+6d77-6d78,U+6d82,U+6d88-6d89,U+6d8c,U+6da6,U+6da8,U+6daf,U+6db2,U+6db5,U+6dcb,U+6dd8,U+6de1,U+6df1,U+6df7,U+6dfb,U+6e05,U+6e10,U+6e20-6e21,U+6e29,U+6e2f,U+6e34,U+6e38,U+6e56,U+6e7e-6e7f,U+6e90,U+6eaa,U+6ecb,U+6ed1,U+6eda,U+6ee1,U+6ef4,U+6f02,U+6f0f,U+6f14,U+6f2b,U+6f5c,U+6f6e,U+6fb3,U+6fc0,U+704c,U+706b,U+706d,U+706f-7070,U+7075,U+707e,U+7089,U+708e,U+7092,U+70ae,U+70b8-70b9,U+70bc,U+70c2,U+70c8,U+70df,U+70e6-70e7,U+70ed,U+7126,U+7136,U+7167,U+716e,U+718a,U+719f,U+71c3,U+71d5,U+71e5,U+7206,U+722c,U+7231,U+7236-7238,U+723d,U+7247-7248,U+724c,U+7259,U+725b,U+7262,U+7269,U+7275,U+7279,U+72af,U+72b6,U+72b9,U+72c2,U+72d7,U+72ec,U+72f1,U+731b-731c,U+732a-732b,U+732e,U+7384,U+7387,U+7389,U+738b,U+739b,U+73a9,U+73af-73b0,U+73bb,U+73cd,U+73e0,U+73ed,U+7403,U+7406,U+7434,U+745e,U+7483,U+74dc,U+74e6,U+74f6,U+7518,U+751a,U+751c,U+751f,U+7528,U+7530-7533,U+7535,U+7537,U+753b,U+7545,U+754c,U+7559,U+7565,U+756a,U+758f,U+7591,U+7597,U+75af,U+75b2,U+75bc,U+75be,U+75c5,U+75c7,U+75d5,U+75db,U+7626,U+767b,U+767d-767e,U+7684,U+7686-7687,U+76ae,U+76c6,U+76c8,U+76ca,U+76d0-76d2,U+76d6-76d8,U+76db,U+76df,U+76ee,U+76f4,U+76f8,U+76fe,U+7701,U+7709,U+770b,U+771f-7720,U+773c,U+7740,U+775b,U+7761,U+7763,U+77ac,U+77db,U+77e5,U+77ed,U+77f3,U+77ff,U+7801,U+7814,U+7834,U+7840,U+7855,U+786c,U+786e,U+788d-788e,U+7891,U+7897,U+78b0,U+78e8,U+793a,U+793c,U+793e,U+7956,U+795d-795e,U+7965,U+7968,U+7981,U+798f,U+79bb,U+79c0-79c1,U+79cb,U+79cd,U+79d1-79d2,U+79d8,U+79df,U+79e6,U+79ef-79f0,U+79fb,U+7a00,U+7a0b,U+7a0d-7a0e,U+7a33,U+7a3f,U+7a76-7a77,U+7a7a,U+7a7f,U+7a81,U+7a97,U+7acb,U+7ad9,U+7ade-7ae0,U+7ae5,U+7aef,U+7af9,U+7b11,U+7b14,U+7b26,U+7b2c,U+7b49,U+7b51,U+7b54,U+7b56,U+7b79,U+7b7e,U+7b80,U+7b97,U+7ba1,U+7bb1,U+7bc7,U+7c4d,U+7c73,U+7c7b,U+7c89,U+7c92,U+7c97-7c98,U+7cae,U+7cbe,U+7cca,U+7cd6,U+7cfb,U+7d20,U+7d22,U+7d27,U+7d2b,U+7d2f,U+7e41,U+7ea0,U+7ea2,U+7ea4,U+7ea6-7ea7,U+7eaa,U+7eaf,U+7eb3,U+7eb5,U+7eb7-7eb9,U+7ebd,U+7ebf,U+7ec3-7ec4,U+7ec6-7ec8,U+7ecd,U+7ecf,U+7ed3,U+7ed5,U+7ed8-7ed9,U+7edc-7edd,U+7edf,U+7ee7,U+7ee9-7eea,U+7eed,U+7ef4-7ef5,U+7efc,U+7eff,U+7f13,U+7f16,U+7f18,U+7f1d,U+7f29,U+7f3a,U+7f51,U+7f57,U+7f5a,U+7f62,U+7f6a,U+7f6e,U+7f72,U+7f8a,U+7f8e,U+7fa4,U+7fbd,U+7ffb-7ffc,U+8000-8001,U+8003,U+8005,U+800c,U+8010,U+8017,U+8033,U+804a,U+804c,U+8054,U+8058,U+805a,U+806a,U+8083,U+8089,U+808c,U+809a,U+80a0-80a1,U+80a4-80a5,U+80a9,U+80af,U+80b2,U+80bf,U+80c3,U+80c6,U+80cc,U+80ce,U+80dc,U+80de,U+80e1,U+80f6,U+80f8,U+80fd,U+8102,U+8106,U+8109,U+810f,U+8111,U+811a,U+8131,U+8138,U+8150,U+8170,U+8179,U+817b,U+817e-817f,U+819c,U+81e3,U+81ea,U+81f3-81f4,U+820d,U+8212,U+821e,U+822a,U+822c,U+8239,U+826f-8270,U+8272-8273,U+827a,U+827e,U+8282,U+82b1,U+82b3,U+82cd,U+82cf,U+82e5-82e6,U+82f1,U+8303,U+8336,U+8349,U+8350,U+8352,U+8361,U+8363,U+836f,U+8377,U+83ab,U+83b1-83b2,U+83b7,U+83dc,U+83f2,U+8425,U+8428,U+843d,U+8457,U+8463,U+8499,U+84b8,U+84dd,U+8584,U+85cf,U+864e,U+8651,U+865a,U+866b,U+867d,U+86cb,U+86ee,U+871c,U+878d,U+8840,U+884c,U+8857,U+8861,U+8863,U+8865,U+8868,U+8870,U+888b,U+8896,U+88ab,U+88ad,U+88c1-88c2,U+88c5,U+897f,U+8981,U+8986,U+89c1-89c2,U+89c4,U+89c6,U+89c8-89c9,U+89d2,U+89e3,U+89e6,U+8a00,U+8a89,U+8b66,U+8ba1-8ba2,U+8ba4,U+8ba8-8ba9,U+8bad-8bb0,U+8bb2,U+8bb8,U+8bba,U+8bbe-8bbf,U+8bc1,U+8bc4,U+8bc6,U+8bc9-8bca,U+8bcd,U+8bd1,U+8bd5,U+8bd7,U+8bda,U+8bdd-8bde,U+8be2,U+8be5-8be6,U+8bed,U+8bef,U+8bf1,U+8bf4,U+8bf7-8bf8,U+8bfa-8bfb,U+8bfe,U+8c01,U+8c03,U+8c08,U+8c0b,U+8c10,U+8c13,U+8c22,U+8c28,U+8c31,U+8c37,U+8c46,U+8c61,U+8c6a,U+8c8c,U+8d1d,U+8d1f,U+8d21-8d28,U+8d2a-8d2b,U+8d2d,U+8d2f,U+8d34-8d35,U+8d38-8d39,U+8d44,U+8d4b,U+8d4f,U+8d56,U+8d5a-8d5b,U+8d5e,U+8d60,U+8d62,U+8d64,U+8d6b,U+8d70,U+8d74-8d77,U+8d85,U+8d8a-8d8b,U+8da3,U+8db3,U+8dc3,U+8dcc,U+8dd1,U+8ddd,U+8ddf,U+8de8,U+8def,U+8df3,U+8df5,U+8e0f,U+8e2a,U+8eab,U+8f66,U+8f68,U+8f6c,U+8f6e-8f6f,U+8f7b,U+8f7d,U+8f83,U+8f85-8f86,U+8f88-8f89,U+8f91,U+8f93,U+8f9b,U+8f9e,U+8fa3,U+8fa8-8fa9,U+8fb9,U+8fbe,U+8fc1,U+8fc5,U+8fc7-8fc8,U+8fce,U+8fd0-8fd1,U+8fd4,U+8fd8-8fd9,U+8fdb-8fdf,U+8fea-8feb,U+8ff0,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9006,U+9009,U+900f-9010,U+9012,U+9014,U+901a,U+901d,U+901f-9020,U+9022,U+903b-903c,U+9047,U+904d,U+9053,U+9057,U+9065,U+906d,U+9075,U+907f-9080,U+90a3,U+90a6,U+90aa,U+90ae,U+90bb,U+90c1,U+90ce,U+90d1,U+90e8,U+90ed,U+90fd,U+914d,U+9152,U+9177-9178,U+9189,U+9192,U+91c7,U+91ca,U+91cc-91cf,U+91d1,U+9274,U+9488,U+949f,U+94a2,U+94b1,U+94bb,U+94c1,U+94dc,U+94f6,U+94fa,U+94fe,U+9500-9501,U+9505,U+950b,U+9510,U+9519,U+9526,U+952e,U+9547,U+955c,U+957f,U+95e8,U+95ea,U+95ed-95ee,U+95f2,U+95f4,U+95f7,U+95f9,U+95fb,U+9605,U+9614,U+961f,U+9632-9636,U+963b,U+963f,U+9644-9646,U+9648,U+964d,U+9650,U+9662,U+9664,U+9669-966a,U+9675-9677,U+9686,U+968f-9690,U+9694,U+969c,U+96be,U+96c4-96c6,U+96d5,U+96e8,U+96ea,U+96f6-96f7,U+96fe,U+9700,U+9707,U+9732,U+9738,U+9752,U+9759,U+975e,U+9760,U+9762,U+9769,U+978b,U+97e9,U+97f3,U+97f5,U+9875-9876,U+9879-987b,U+987e-987f,U+9884,U+9886-9887,U+9891,U+9897-9898,U+989c-989d,U+98ce,U+98d8,U+98de-98df,U+9910,U+996d-996e,U+9970-9971,U+9986,U+9996,U+9999,U+9a6c,U+9a71,U+9a7b,U+9a7e,U+9a82,U+9a8c,U+9a91,U+9a97,U+9aa4,U+9aa8,U+9ad8,U+9b3c,U+9b42,U+9b45,U+9b54,U+9c7c,U+9c81,U+9c9c,U+9e1f,U+9e21,U+9e23,U+9ea6,U+9ebb,U+9ec4,U+9ece,U+9ed1,U+9ed8,U+9f13,U+9f20,U+9f3b,U+9f50,U+9f7f,U+9f84,U+9f99,U+ff01,U+ff08-ff09,U+ff0c-ff0e,U+ff1a-ff1b,U+ff1f,U+ff5e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.100.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.100.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.100.otf') format('opentype');unicode-range:U+0021-0023,U+0025-005b,U+005d,U+005f,U+0061-007a,U+007e-00a0,U+00b7,U+2014,U+2018-2019,U+201c-201d,U+2026,U+3000-3002,U+300a-300d,U+3010-3011,U+4e00-4e01,U+4e03,U+4e07-4e0b,U+4e0d-4e0e,U+4e11,U+4e13-4e14,U+4e16,U+4e1a-4e1d,U+4e22,U+4e24-4e25,U+4e27,U+4e2a,U+4e2d,U+4e30,U+4e32,U+4e34,U+4e39-4e3b,U+4e3d-4e3e,U+4e43,U+4e45,U+4e48-4e49,U+4e4b-4e4c,U+4e4e-4e50,U+4e54,U+4e58,U+4e5d,U+4e5f-4e61,U+4e66,U+4e70-4e71,U+4e73,U+4e86,U+4e88-4e89,U+4e8b-4e8c,U+4e8e-4e8f,U+4e91-4e92,U+4e94-4e95,U+4e9a-4e9b,U+4ea1,U+4ea4,U+4ea6-4ea7,U+4eab-4eac,U+4eae,U+4eb2,U+4eba,U+4ebf-4ec1,U+4ec5,U+4eca-4ecb,U+4ecd-4ece,U+4ed3-4ed4,U+4ed6,U+4ed8-4ed9,U+4ee3-4ee5,U+4eea,U+4eec,U+4ef0,U+4ef6-4ef7,U+4efb,U+4efd,U+4eff,U+4f01,U+4f0a,U+4f0d,U+4f0f,U+4f11,U+4f17-4f1a,U+4f1f-4f20,U+4f24,U+4f26,U+4f2a,U+4f2f-4f30,U+4f34,U+4f38,U+4f3c,U+4f46,U+4f4d-4f4f,U+4f53,U+4f55,U+4f59,U+4f5b-4f5c,U+4f60,U+4f69,U+4f73,U+4f7f,U+4f8b,U+4f9b,U+4f9d,U+4fa7,U+4fb5,U+4fbf,U+4fc3-4fc4,U+4fca,U+4fd7,U+4fdd,U+4fe1,U+4fe9,U+4fee,U+4ff1,U+500d,U+5012,U+5019,U+501f,U+503c,U+503e,U+5047,U+504f,U+505a,U+505c,U+5065,U+5076-5077,U+507f,U+50a8,U+50b2,U+50bb,U+50cf,U+513f,U+5141,U+5143-5145,U+5148-5149,U+514b,U+514d,U+515a,U+5165,U+5168,U+516b-516d,U+5170-5171,U+5173-5178,U+517b-517d,U+5185,U+518c-518d,U+5192,U+5199,U+519b-519c,U+51a0,U+51ac,U+51b0,U+51b2-51b3,U+51b5,U+51b7,U+51c0,U+51c6,U+51c9,U+51cc,U+51cf,U+51dd,U+51e0-51e1,U+51e4,U+51ed,U+51ef,U+51f6,U+51fa-51fb,U+5200,U+5206-5207,U+520a,U+5211-5212,U+5217-521b,U+521d,U+5220,U+5224,U+5229,U+522b,U+5230,U+5236-5237,U+523a-523b,U+5242,U+524d,U+5251,U+5267,U+5269-526a,U+526f,U+5272,U+529b,U+529d-52a1,U+52a3,U+52a8-52aa,U+52b1-52b3,U+52bf,U+52c7,U+52d2,U+52e4,U+52fe,U+5300,U+5305,U+5316-5317,U+5339-533b,U+5341,U+5343,U+5347-5348,U+534a,U+534e-534f,U+5353,U+5355-5357,U+535a,U+5360-5361,U+5367,U+536b,U+5370-5371,U+5373-5374,U+5377,U+5382,U+5385-5386,U+5389,U+538b-538c,U+5398,U+539a,U+539f,U+53bb,U+53bf,U+53c2,U+53c8,U+53ca-53cd,U+53d1,U+53d6-53d8,U+53e0,U+53e3-53e6,U+53ea-53ec,U+53ef-53f0,U+53f2-53f3,U+53f6-53f9,U+5403-5404,U+5408-5409,U+540c-540e,U+5410-5411,U+5413,U+5417,U+541b,U+5426-5427,U+542b-542c,U+542f,U+5434,U+5438-5439,U+5440,U+5446,U+5448,U+544a,U+5458,U+5462,U+5468,U+5473,U+5475,U+547c-547d,U+548c,U+5496,U+54a8,U+54c1,U+54c8,U+54cd,U+54e5-54e6,U+54ea,U+54ed,U+54f2,U+5510,U+552e-552f,U+5531,U+5546,U+554a,U+5565-5566,U+5584,U+558a,U+559c-559d,U+55b7,U+5609,U+561b,U+5634,U+5668,U+56db,U+56de,U+56e0,U+56e2,U+56ed,U+56f0,U+56f4,U+56fa,U+56fd-56fe,U+5706,U+5708,U+571f,U+5723,U+5728,U+5730,U+573a,U+5740,U+5747,U+574f-5751,U+5757,U+575a-575b,U+5761,U+5766,U+5782,U+578b,U+57c3,U+57cb,U+57ce,U+57df,U+57f9-57fa,U+5802,U+5806,U+5821,U+582a,U+5851,U+5854,U+585e,U+586b,U+5883,U+5899,U+589e,U+58a8,U+58c1,U+58eb,U+58ee,U+58f0,U+58f3,U+5904,U+5907,U+590d,U+590f,U+5915-5916,U+591a,U+591c,U+591f,U+5927,U+5929-592b,U+592e,U+5931,U+5934,U+5938-593a,U+5947-5949,U+594b,U+594f,U+5954,U+5956-5957,U+5965,U+5973,U+5976,U+5979,U+597d,U+5982,U+5986-5988,U+5999,U+59b9,U+59bb,U+59c6,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59dc,U+59fb,U+59ff,U+5a01,U+5a18,U+5a31,U+5a46,U+5a5a,U+5a92,U+5ac1,U+5acc,U+5ae9,U+5b50,U+5b54-5b55,U+5b57-5b59,U+5b63-5b64,U+5b66,U+5b69,U+5b81,U+5b83,U+5b85,U+5b87-5b89,U+5b8b-5b8c,U+5b8f,U+5b97-5b98,U+5b9a,U+5b9c-5b9e,U+5ba1-5ba4,U+5bab,U+5bb3,U+5bb6,U+5bb9,U+5bbd-5bbf,U+5bc2,U+5bc4,U+5bc6,U+5bcc,U+5bd2-5bd3,U+5bdf,U+5bf8-5bfc,U+5bff,U+5c01,U+5c04,U+5c06,U+5c0a,U+5c0f,U+5c11,U+5c14,U+5c16,U+5c18,U+5c1a,U+5c1d,U+5c24,U+5c31,U+5c3a,U+5c3c-5c40,U+5c42,U+5c45,U+5c48,U+5c4a-5c4b,U+5c4f,U+5c55,U+5c5e,U+5c71,U+5c81,U+5c97,U+5c9b,U+5ca9,U+5cb8,U+5cf0,U+5d07,U+5ddd-5dde,U+5de1,U+5de5-5de8,U+5dee,U+5df1-5df2,U+5df4,U+5e01-5e03,U+5e05,U+5e08,U+5e0c,U+5e1d,U+5e26,U+5e2d-5e2e,U+5e38,U+5e45,U+5e55,U+5e72-5e74,U+5e76,U+5e78,U+5e7b-5e7d,U+5e7f,U+5e84,U+5e86,U+5e8a,U+5e8f,U+5e93-5e95,U+5e97,U+5e99,U+5e9c,U+5e9f,U+5ea6-5ea7,U+5ead,U+5eb7,U+5ec9,U+5ef6-5ef7,U+5efa,U+5f00,U+5f02-5f04,U+5f0f,U+5f15,U+5f1f-5f20,U+5f25,U+5f2f,U+5f31,U+5f39-5f3a,U+5f52-5f53,U+5f55,U+5f62,U+5f69,U+5f71,U+5f79,U+5f7b-5f7c,U+5f80-5f81,U+5f84-5f85,U+5f88,U+5f8b,U+5f90,U+5f92,U+5f97,U+5fa1,U+5faa,U+5fae,U+5fb7,U+5fbd,U+5fc3,U+5fc5-5fc6,U+5fcc-5fcd,U+5fd7-5fd9,U+5fe0,U+5fe7,U+5feb,U+5ff5,U+5ffd,U+6000-6001,U+600e,U+6012,U+6015,U+601d,U+6025,U+6027-6028,U+602a,U+603b,U+604b,U+6050,U+6052,U+6062,U+6068-6069,U+606f-6070,U+6076,U+607c,U+6089,U+6094,U+609f-60a0,U+60a3,U+60a6,U+60a8,U+60ac,U+60b2,U+60c5,U+60ca,U+60d1,U+60dc,U+60e0,U+60e7-60e8,U+60ef,U+60f3,U+6108,U+610f,U+611f,U+6124,U+613f,U+6148,U+614e,U+6155,U+6162,U+6167,U+6170,U+61c2,U+61d2,U+620f-6212,U+6216,U+6218,U+622a,U+6234,U+6237,U+623f-6240,U+624b,U+624d-624e,U+6253,U+6258,U+6263,U+6267,U+6269,U+626b-626c,U+626e,U+6270,U+6276,U+6279,U+627e-6280,U+628a,U+6291,U+6293,U+6295,U+6297-6298,U+629b,U+62a2,U+62a4-62a5,U+62ab,U+62b1,U+62b5,U+62b9,U+62bd,U+62c5-62c6,U+62c9,U+62cd,U+62d2-62d4,U+62d6,U+62db-62dc,U+62df,U+62e5,U+62e8-62e9,U+62ec,U+62fc,U+62ff,U+6301-6302,U+6307,U+6309,U+6311,U+6316,U+6321,U+6324-6325,U+632f,U+633a,U+6355,U+635f,U+6362,U+636e,U+6377,U+6388-6389,U+638c,U+6392,U+63a2,U+63a5,U+63a7-63aa,U+63cf-63d0,U+63d2,U+63e1,U+63ed,U+63f4,U+641c,U+641e,U+642c-642d,U+643a,U+6444,U+6446-6447,U+6458,U+6469,U+6478,U+6491-6492,U+649e,U+64ad,U+64c5,U+64cd,U+64e6,U+652f,U+6536,U+6539,U+653b,U+653e-653f,U+6545,U+6548,U+654c,U+654f,U+6551,U+6559,U+6562-6563,U+656c,U+6570,U+6574,U+6587,U+6591,U+6597,U+6599,U+659c,U+65a4,U+65ad,U+65af-65b0,U+65b9,U+65bd,U+65c1,U+65c5,U+65cb,U+65cf,U+65d7,U+65e0,U+65e2,U+65e5-65e9,U+65f6,U+65fa,U+6602,U+660c,U+660e,U+6613,U+661f-6620,U+6625,U+6628,U+662f,U+663e,U+664b,U+6653,U+665a,U+6668,U+666e-6670,U+6676,U+667a,U+6682,U+6696-6697,U+66b4,U+66f0,U+66f2,U+66f4,U+66fc,U+66fe-6700,U+6708-6709,U+670b,U+670d,U+6717,U+671b,U+671d,U+671f,U+6728,U+672a-672c,U+672f,U+6731,U+6734-6735,U+673a,U+6740,U+6742-6743,U+6746,U+674e,U+6750-6751,U+675c,U+675f,U+6761,U+6765,U+6768,U+676f-6770,U+677e-677f,U+6781,U+6784,U+6790,U+6797,U+679c-679d,U+67aa,U+67b6,U+67d0,U+67d3-67d4,U+67e5,U+67f1,U+67f3,U+6807,U+680f,U+6811,U+6821,U+6837-6839,U+683c,U+6843,U+6846,U+6848,U+684c,U+6851,U+6863,U+6865,U+6881,U+6885,U+68a6,U+68af-68b0,U+68c0,U+68d2,U+68ee,U+690d,U+695a,U+697c,U+6982,U+699c,U+69fd,U+6a21,U+6a2a,U+6b21-6b23,U+6b27,U+6b32,U+6b3a,U+6b3e,U+6b4c,U+6b62-6b66,U+6b7b,U+6b8a-6b8b,U+6b96,U+6bb5,U+6bbf,U+6bc1,U+6bcd,U+6bcf,U+6bd2,U+6bd4-6bd5,U+6bdb,U+6beb,U+6c0f,U+6c11,U+6c14,U+6c1b,U+6c27,U+6c34,U+6c38,U+6c41-6c42,U+6c47,U+6c49,U+6c57,U+6c5f-6c61,U+6c64,U+6c7d,U+6c88-6c89,U+6c99,U+6c9f,U+6ca1,U+6cb3,U+6cb9,U+6cbb,U+6cbf,U+6cc4,U+6cc9,U+6cd5,U+6cdb,U+6ce1-6ce2,U+6ce5,U+6ce8,U+6cea,U+6cf0,U+6cfd,U+6d01,U+6d0b,U+6d12,U+6d17,U+6d1b,U+6d1e,U+6d25,U+6d2a,U+6d32,U+6d3b,U+6d3e,U+6d41,U+6d45,U+6d4b,U+6d4e,U+6d53,U+6d59,U+6d69-6d6a,U+6d6e,U+6d77-6d78,U+6d82,U+6d88-6d89,U+6d8c,U+6da6,U+6da8,U+6daf,U+6db2,U+6db5,U+6dcb,U+6dd8,U+6de1,U+6df1,U+6df7,U+6dfb,U+6e05,U+6e10,U+6e20-6e21,U+6e29,U+6e2f,U+6e34,U+6e38,U+6e56,U+6e7e-6e7f,U+6e90,U+6eaa,U+6ecb,U+6ed1,U+6eda,U+6ee1,U+6ef4,U+6f02,U+6f0f,U+6f14,U+6f2b,U+6f5c,U+6f6e,U+6fb3,U+6fc0,U+704c,U+706b,U+706d,U+706f-7070,U+7075,U+707e,U+7089,U+708e,U+7092,U+70ae,U+70b8-70b9,U+70bc,U+70c2,U+70c8,U+70df,U+70e6-70e7,U+70ed,U+7126,U+7136,U+7167,U+716e,U+718a,U+719f,U+71c3,U+71d5,U+71e5,U+7206,U+722c,U+7231,U+7236-7238,U+723d,U+7247-7248,U+724c,U+7259,U+725b,U+7262,U+7269,U+7275,U+7279,U+72af,U+72b6,U+72b9,U+72c2,U+72d7,U+72ec,U+72f1,U+731b-731c,U+732a-732b,U+732e,U+7384,U+7387,U+7389,U+738b,U+739b,U+73a9,U+73af-73b0,U+73bb,U+73cd,U+73e0,U+73ed,U+7403,U+7406,U+7434,U+745e,U+7483,U+74dc,U+74e6,U+74f6,U+7518,U+751a,U+751c,U+751f,U+7528,U+7530-7533,U+7535,U+7537,U+753b,U+7545,U+754c,U+7559,U+7565,U+756a,U+758f,U+7591,U+7597,U+75af,U+75b2,U+75bc,U+75be,U+75c5,U+75c7,U+75d5,U+75db,U+7626,U+767b,U+767d-767e,U+7684,U+7686-7687,U+76ae,U+76c6,U+76c8,U+76ca,U+76d0-76d2,U+76d6-76d8,U+76db,U+76df,U+76ee,U+76f4,U+76f8,U+76fe,U+7701,U+7709,U+770b,U+771f-7720,U+773c,U+7740,U+775b,U+7761,U+7763,U+77ac,U+77db,U+77e5,U+77ed,U+77f3,U+77ff,U+7801,U+7814,U+7834,U+7840,U+7855,U+786c,U+786e,U+788d-788e,U+7891,U+7897,U+78b0,U+78e8,U+793a,U+793c,U+793e,U+7956,U+795d-795e,U+7965,U+7968,U+7981,U+798f,U+79bb,U+79c0-79c1,U+79cb,U+79cd,U+79d1-79d2,U+79d8,U+79df,U+79e6,U+79ef-79f0,U+79fb,U+7a00,U+7a0b,U+7a0d-7a0e,U+7a33,U+7a3f,U+7a76-7a77,U+7a7a,U+7a7f,U+7a81,U+7a97,U+7acb,U+7ad9,U+7ade-7ae0,U+7ae5,U+7aef,U+7af9,U+7b11,U+7b14,U+7b26,U+7b2c,U+7b49,U+7b51,U+7b54,U+7b56,U+7b79,U+7b7e,U+7b80,U+7b97,U+7ba1,U+7bb1,U+7bc7,U+7c4d,U+7c73,U+7c7b,U+7c89,U+7c92,U+7c97-7c98,U+7cae,U+7cbe,U+7cca,U+7cd6,U+7cfb,U+7d20,U+7d22,U+7d27,U+7d2b,U+7d2f,U+7e41,U+7ea0,U+7ea2,U+7ea4,U+7ea6-7ea7,U+7eaa,U+7eaf,U+7eb3,U+7eb5,U+7eb7-7eb9,U+7ebd,U+7ebf,U+7ec3-7ec4,U+7ec6-7ec8,U+7ecd,U+7ecf,U+7ed3,U+7ed5,U+7ed8-7ed9,U+7edc-7edd,U+7edf,U+7ee7,U+7ee9-7eea,U+7eed,U+7ef4-7ef5,U+7efc,U+7eff,U+7f13,U+7f16,U+7f18,U+7f1d,U+7f29,U+7f3a,U+7f51,U+7f57,U+7f5a,U+7f62,U+7f6a,U+7f6e,U+7f72,U+7f8a,U+7f8e,U+7fa4,U+7fbd,U+7ffb-7ffc,U+8000-8001,U+8003,U+8005,U+800c,U+8010,U+8017,U+8033,U+804a,U+804c,U+8054,U+8058,U+805a,U+806a,U+8083,U+8089,U+808c,U+809a,U+80a0-80a1,U+80a4-80a5,U+80a9,U+80af,U+80b2,U+80bf,U+80c3,U+80c6,U+80cc,U+80ce,U+80dc,U+80de,U+80e1,U+80f6,U+80f8,U+80fd,U+8102,U+8106,U+8109,U+810f,U+8111,U+811a,U+8131,U+8138,U+8150,U+8170,U+8179,U+817b,U+817e-817f,U+819c,U+81e3,U+81ea,U+81f3-81f4,U+820d,U+8212,U+821e,U+822a,U+822c,U+8239,U+826f-8270,U+8272-8273,U+827a,U+827e,U+8282,U+82b1,U+82b3,U+82cd,U+82cf,U+82e5-82e6,U+82f1,U+8303,U+8336,U+8349,U+8350,U+8352,U+8361,U+8363,U+836f,U+8377,U+83ab,U+83b1-83b2,U+83b7,U+83dc,U+83f2,U+8425,U+8428,U+843d,U+8457,U+8463,U+8499,U+84b8,U+84dd,U+8584,U+85cf,U+864e,U+8651,U+865a,U+866b,U+867d,U+86cb,U+86ee,U+871c,U+878d,U+8840,U+884c,U+8857,U+8861,U+8863,U+8865,U+8868,U+8870,U+888b,U+8896,U+88ab,U+88ad,U+88c1-88c2,U+88c5,U+897f,U+8981,U+8986,U+89c1-89c2,U+89c4,U+89c6,U+89c8-89c9,U+89d2,U+89e3,U+89e6,U+8a00,U+8a89,U+8b66,U+8ba1-8ba2,U+8ba4,U+8ba8-8ba9,U+8bad-8bb0,U+8bb2,U+8bb8,U+8bba,U+8bbe-8bbf,U+8bc1,U+8bc4,U+8bc6,U+8bc9-8bca,U+8bcd,U+8bd1,U+8bd5,U+8bd7,U+8bda,U+8bdd-8bde,U+8be2,U+8be5-8be6,U+8bed,U+8bef,U+8bf1,U+8bf4,U+8bf7-8bf8,U+8bfa-8bfb,U+8bfe,U+8c01,U+8c03,U+8c08,U+8c0b,U+8c10,U+8c13,U+8c22,U+8c28,U+8c31,U+8c37,U+8c46,U+8c61,U+8c6a,U+8c8c,U+8d1d,U+8d1f,U+8d21-8d28,U+8d2a-8d2b,U+8d2d,U+8d2f,U+8d34-8d35,U+8d38-8d39,U+8d44,U+8d4b,U+8d4f,U+8d56,U+8d5a-8d5b,U+8d5e,U+8d60,U+8d62,U+8d64,U+8d6b,U+8d70,U+8d74-8d77,U+8d85,U+8d8a-8d8b,U+8da3,U+8db3,U+8dc3,U+8dcc,U+8dd1,U+8ddd,U+8ddf,U+8de8,U+8def,U+8df3,U+8df5,U+8e0f,U+8e2a,U+8eab,U+8f66,U+8f68,U+8f6c,U+8f6e-8f6f,U+8f7b,U+8f7d,U+8f83,U+8f85-8f86,U+8f88-8f89,U+8f91,U+8f93,U+8f9b,U+8f9e,U+8fa3,U+8fa8-8fa9,U+8fb9,U+8fbe,U+8fc1,U+8fc5,U+8fc7-8fc8,U+8fce,U+8fd0-8fd1,U+8fd4,U+8fd8-8fd9,U+8fdb-8fdf,U+8fea-8feb,U+8ff0,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9006,U+9009,U+900f-9010,U+9012,U+9014,U+901a,U+901d,U+901f-9020,U+9022,U+903b-903c,U+9047,U+904d,U+9053,U+9057,U+9065,U+906d,U+9075,U+907f-9080,U+90a3,U+90a6,U+90aa,U+90ae,U+90bb,U+90c1,U+90ce,U+90d1,U+90e8,U+90ed,U+90fd,U+914d,U+9152,U+9177-9178,U+9189,U+9192,U+91c7,U+91ca,U+91cc-91cf,U+91d1,U+9274,U+9488,U+949f,U+94a2,U+94b1,U+94bb,U+94c1,U+94dc,U+94f6,U+94fa,U+94fe,U+9500-9501,U+9505,U+950b,U+9510,U+9519,U+9526,U+952e,U+9547,U+955c,U+957f,U+95e8,U+95ea,U+95ed-95ee,U+95f2,U+95f4,U+95f7,U+95f9,U+95fb,U+9605,U+9614,U+961f,U+9632-9636,U+963b,U+963f,U+9644-9646,U+9648,U+964d,U+9650,U+9662,U+9664,U+9669-966a,U+9675-9677,U+9686,U+968f-9690,U+9694,U+969c,U+96be,U+96c4-96c6,U+96d5,U+96e8,U+96ea,U+96f6-96f7,U+96fe,U+9700,U+9707,U+9732,U+9738,U+9752,U+9759,U+975e,U+9760,U+9762,U+9769,U+978b,U+97e9,U+97f3,U+97f5,U+9875-9876,U+9879-987b,U+987e-987f,U+9884,U+9886-9887,U+9891,U+9897-9898,U+989c-989d,U+98ce,U+98d8,U+98de-98df,U+9910,U+996d-996e,U+9970-9971,U+9986,U+9996,U+9999,U+9a6c,U+9a71,U+9a7b,U+9a7e,U+9a82,U+9a8c,U+9a91,U+9a97,U+9aa4,U+9aa8,U+9ad8,U+9b3c,U+9b42,U+9b45,U+9b54,U+9c7c,U+9c81,U+9c9c,U+9e1f,U+9e21,U+9e23,U+9ea6,U+9ebb,U+9ec4,U+9ece,U+9ed1,U+9ed8,U+9f13,U+9f20,U+9f3b,U+9f50,U+9f7f,U+9f84,U+9f99,U+ff01,U+ff08-ff09,U+ff0c-ff0e,U+ff1a-ff1b,U+ff1f,U+ff5e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.100.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.100.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.100.otf') format('opentype');unicode-range:U+0021-0023,U+0025-005b,U+005d,U+005f,U+0061-007a,U+007e-00a0,U+00b7,U+2014,U+2018-2019,U+201c-201d,U+2026,U+3000-3002,U+300a-300d,U+3010-3011,U+4e00-4e01,U+4e03,U+4e07-4e0b,U+4e0d-4e0e,U+4e11,U+4e13-4e14,U+4e16,U+4e1a-4e1d,U+4e22,U+4e24-4e25,U+4e27,U+4e2a,U+4e2d,U+4e30,U+4e32,U+4e34,U+4e39-4e3b,U+4e3d-4e3e,U+4e43,U+4e45,U+4e48-4e49,U+4e4b-4e4c,U+4e4e-4e50,U+4e54,U+4e58,U+4e5d,U+4e5f-4e61,U+4e66,U+4e70-4e71,U+4e73,U+4e86,U+4e88-4e89,U+4e8b-4e8c,U+4e8e-4e8f,U+4e91-4e92,U+4e94-4e95,U+4e9a-4e9b,U+4ea1,U+4ea4,U+4ea6-4ea7,U+4eab-4eac,U+4eae,U+4eb2,U+4eba,U+4ebf-4ec1,U+4ec5,U+4eca-4ecb,U+4ecd-4ece,U+4ed3-4ed4,U+4ed6,U+4ed8-4ed9,U+4ee3-4ee5,U+4eea,U+4eec,U+4ef0,U+4ef6-4ef7,U+4efb,U+4efd,U+4eff,U+4f01,U+4f0a,U+4f0d,U+4f0f,U+4f11,U+4f17-4f1a,U+4f1f-4f20,U+4f24,U+4f26,U+4f2a,U+4f2f-4f30,U+4f34,U+4f38,U+4f3c,U+4f46,U+4f4d-4f4f,U+4f53,U+4f55,U+4f59,U+4f5b-4f5c,U+4f60,U+4f69,U+4f73,U+4f7f,U+4f8b,U+4f9b,U+4f9d,U+4fa7,U+4fb5,U+4fbf,U+4fc3-4fc4,U+4fca,U+4fd7,U+4fdd,U+4fe1,U+4fe9,U+4fee,U+4ff1,U+500d,U+5012,U+5019,U+501f,U+503c,U+503e,U+5047,U+504f,U+505a,U+505c,U+5065,U+5076-5077,U+507f,U+50a8,U+50b2,U+50bb,U+50cf,U+513f,U+5141,U+5143-5145,U+5148-5149,U+514b,U+514d,U+515a,U+5165,U+5168,U+516b-516d,U+5170-5171,U+5173-5178,U+517b-517d,U+5185,U+518c-518d,U+5192,U+5199,U+519b-519c,U+51a0,U+51ac,U+51b0,U+51b2-51b3,U+51b5,U+51b7,U+51c0,U+51c6,U+51c9,U+51cc,U+51cf,U+51dd,U+51e0-51e1,U+51e4,U+51ed,U+51ef,U+51f6,U+51fa-51fb,U+5200,U+5206-5207,U+520a,U+5211-5212,U+5217-521b,U+521d,U+5220,U+5224,U+5229,U+522b,U+5230,U+5236-5237,U+523a-523b,U+5242,U+524d,U+5251,U+5267,U+5269-526a,U+526f,U+5272,U+529b,U+529d-52a1,U+52a3,U+52a8-52aa,U+52b1-52b3,U+52bf,U+52c7,U+52d2,U+52e4,U+52fe,U+5300,U+5305,U+5316-5317,U+5339-533b,U+5341,U+5343,U+5347-5348,U+534a,U+534e-534f,U+5353,U+5355-5357,U+535a,U+5360-5361,U+5367,U+536b,U+5370-5371,U+5373-5374,U+5377,U+5382,U+5385-5386,U+5389,U+538b-538c,U+5398,U+539a,U+539f,U+53bb,U+53bf,U+53c2,U+53c8,U+53ca-53cd,U+53d1,U+53d6-53d8,U+53e0,U+53e3-53e6,U+53ea-53ec,U+53ef-53f0,U+53f2-53f3,U+53f6-53f9,U+5403-5404,U+5408-5409,U+540c-540e,U+5410-5411,U+5413,U+5417,U+541b,U+5426-5427,U+542b-542c,U+542f,U+5434,U+5438-5439,U+5440,U+5446,U+5448,U+544a,U+5458,U+5462,U+5468,U+5473,U+5475,U+547c-547d,U+548c,U+5496,U+54a8,U+54c1,U+54c8,U+54cd,U+54e5-54e6,U+54ea,U+54ed,U+54f2,U+5510,U+552e-552f,U+5531,U+5546,U+554a,U+5565-5566,U+5584,U+558a,U+559c-559d,U+55b7,U+5609,U+561b,U+5634,U+5668,U+56db,U+56de,U+56e0,U+56e2,U+56ed,U+56f0,U+56f4,U+56fa,U+56fd-56fe,U+5706,U+5708,U+571f,U+5723,U+5728,U+5730,U+573a,U+5740,U+5747,U+574f-5751,U+5757,U+575a-575b,U+5761,U+5766,U+5782,U+578b,U+57c3,U+57cb,U+57ce,U+57df,U+57f9-57fa,U+5802,U+5806,U+5821,U+582a,U+5851,U+5854,U+585e,U+586b,U+5883,U+5899,U+589e,U+58a8,U+58c1,U+58eb,U+58ee,U+58f0,U+58f3,U+5904,U+5907,U+590d,U+590f,U+5915-5916,U+591a,U+591c,U+591f,U+5927,U+5929-592b,U+592e,U+5931,U+5934,U+5938-593a,U+5947-5949,U+594b,U+594f,U+5954,U+5956-5957,U+5965,U+5973,U+5976,U+5979,U+597d,U+5982,U+5986-5988,U+5999,U+59b9,U+59bb,U+59c6,U+59cb,U+59d0-59d1,U+59d3-59d4,U+59dc,U+59fb,U+59ff,U+5a01,U+5a18,U+5a31,U+5a46,U+5a5a,U+5a92,U+5ac1,U+5acc,U+5ae9,U+5b50,U+5b54-5b55,U+5b57-5b59,U+5b63-5b64,U+5b66,U+5b69,U+5b81,U+5b83,U+5b85,U+5b87-5b89,U+5b8b-5b8c,U+5b8f,U+5b97-5b98,U+5b9a,U+5b9c-5b9e,U+5ba1-5ba4,U+5bab,U+5bb3,U+5bb6,U+5bb9,U+5bbd-5bbf,U+5bc2,U+5bc4,U+5bc6,U+5bcc,U+5bd2-5bd3,U+5bdf,U+5bf8-5bfc,U+5bff,U+5c01,U+5c04,U+5c06,U+5c0a,U+5c0f,U+5c11,U+5c14,U+5c16,U+5c18,U+5c1a,U+5c1d,U+5c24,U+5c31,U+5c3a,U+5c3c-5c40,U+5c42,U+5c45,U+5c48,U+5c4a-5c4b,U+5c4f,U+5c55,U+5c5e,U+5c71,U+5c81,U+5c97,U+5c9b,U+5ca9,U+5cb8,U+5cf0,U+5d07,U+5ddd-5dde,U+5de1,U+5de5-5de8,U+5dee,U+5df1-5df2,U+5df4,U+5e01-5e03,U+5e05,U+5e08,U+5e0c,U+5e1d,U+5e26,U+5e2d-5e2e,U+5e38,U+5e45,U+5e55,U+5e72-5e74,U+5e76,U+5e78,U+5e7b-5e7d,U+5e7f,U+5e84,U+5e86,U+5e8a,U+5e8f,U+5e93-5e95,U+5e97,U+5e99,U+5e9c,U+5e9f,U+5ea6-5ea7,U+5ead,U+5eb7,U+5ec9,U+5ef6-5ef7,U+5efa,U+5f00,U+5f02-5f04,U+5f0f,U+5f15,U+5f1f-5f20,U+5f25,U+5f2f,U+5f31,U+5f39-5f3a,U+5f52-5f53,U+5f55,U+5f62,U+5f69,U+5f71,U+5f79,U+5f7b-5f7c,U+5f80-5f81,U+5f84-5f85,U+5f88,U+5f8b,U+5f90,U+5f92,U+5f97,U+5fa1,U+5faa,U+5fae,U+5fb7,U+5fbd,U+5fc3,U+5fc5-5fc6,U+5fcc-5fcd,U+5fd7-5fd9,U+5fe0,U+5fe7,U+5feb,U+5ff5,U+5ffd,U+6000-6001,U+600e,U+6012,U+6015,U+601d,U+6025,U+6027-6028,U+602a,U+603b,U+604b,U+6050,U+6052,U+6062,U+6068-6069,U+606f-6070,U+6076,U+607c,U+6089,U+6094,U+609f-60a0,U+60a3,U+60a6,U+60a8,U+60ac,U+60b2,U+60c5,U+60ca,U+60d1,U+60dc,U+60e0,U+60e7-60e8,U+60ef,U+60f3,U+6108,U+610f,U+611f,U+6124,U+613f,U+6148,U+614e,U+6155,U+6162,U+6167,U+6170,U+61c2,U+61d2,U+620f-6212,U+6216,U+6218,U+622a,U+6234,U+6237,U+623f-6240,U+624b,U+624d-624e,U+6253,U+6258,U+6263,U+6267,U+6269,U+626b-626c,U+626e,U+6270,U+6276,U+6279,U+627e-6280,U+628a,U+6291,U+6293,U+6295,U+6297-6298,U+629b,U+62a2,U+62a4-62a5,U+62ab,U+62b1,U+62b5,U+62b9,U+62bd,U+62c5-62c6,U+62c9,U+62cd,U+62d2-62d4,U+62d6,U+62db-62dc,U+62df,U+62e5,U+62e8-62e9,U+62ec,U+62fc,U+62ff,U+6301-6302,U+6307,U+6309,U+6311,U+6316,U+6321,U+6324-6325,U+632f,U+633a,U+6355,U+635f,U+6362,U+636e,U+6377,U+6388-6389,U+638c,U+6392,U+63a2,U+63a5,U+63a7-63aa,U+63cf-63d0,U+63d2,U+63e1,U+63ed,U+63f4,U+641c,U+641e,U+642c-642d,U+643a,U+6444,U+6446-6447,U+6458,U+6469,U+6478,U+6491-6492,U+649e,U+64ad,U+64c5,U+64cd,U+64e6,U+652f,U+6536,U+6539,U+653b,U+653e-653f,U+6545,U+6548,U+654c,U+654f,U+6551,U+6559,U+6562-6563,U+656c,U+6570,U+6574,U+6587,U+6591,U+6597,U+6599,U+659c,U+65a4,U+65ad,U+65af-65b0,U+65b9,U+65bd,U+65c1,U+65c5,U+65cb,U+65cf,U+65d7,U+65e0,U+65e2,U+65e5-65e9,U+65f6,U+65fa,U+6602,U+660c,U+660e,U+6613,U+661f-6620,U+6625,U+6628,U+662f,U+663e,U+664b,U+6653,U+665a,U+6668,U+666e-6670,U+6676,U+667a,U+6682,U+6696-6697,U+66b4,U+66f0,U+66f2,U+66f4,U+66fc,U+66fe-6700,U+6708-6709,U+670b,U+670d,U+6717,U+671b,U+671d,U+671f,U+6728,U+672a-672c,U+672f,U+6731,U+6734-6735,U+673a,U+6740,U+6742-6743,U+6746,U+674e,U+6750-6751,U+675c,U+675f,U+6761,U+6765,U+6768,U+676f-6770,U+677e-677f,U+6781,U+6784,U+6790,U+6797,U+679c-679d,U+67aa,U+67b6,U+67d0,U+67d3-67d4,U+67e5,U+67f1,U+67f3,U+6807,U+680f,U+6811,U+6821,U+6837-6839,U+683c,U+6843,U+6846,U+6848,U+684c,U+6851,U+6863,U+6865,U+6881,U+6885,U+68a6,U+68af-68b0,U+68c0,U+68d2,U+68ee,U+690d,U+695a,U+697c,U+6982,U+699c,U+69fd,U+6a21,U+6a2a,U+6b21-6b23,U+6b27,U+6b32,U+6b3a,U+6b3e,U+6b4c,U+6b62-6b66,U+6b7b,U+6b8a-6b8b,U+6b96,U+6bb5,U+6bbf,U+6bc1,U+6bcd,U+6bcf,U+6bd2,U+6bd4-6bd5,U+6bdb,U+6beb,U+6c0f,U+6c11,U+6c14,U+6c1b,U+6c27,U+6c34,U+6c38,U+6c41-6c42,U+6c47,U+6c49,U+6c57,U+6c5f-6c61,U+6c64,U+6c7d,U+6c88-6c89,U+6c99,U+6c9f,U+6ca1,U+6cb3,U+6cb9,U+6cbb,U+6cbf,U+6cc4,U+6cc9,U+6cd5,U+6cdb,U+6ce1-6ce2,U+6ce5,U+6ce8,U+6cea,U+6cf0,U+6cfd,U+6d01,U+6d0b,U+6d12,U+6d17,U+6d1b,U+6d1e,U+6d25,U+6d2a,U+6d32,U+6d3b,U+6d3e,U+6d41,U+6d45,U+6d4b,U+6d4e,U+6d53,U+6d59,U+6d69-6d6a,U+6d6e,U+6d77-6d78,U+6d82,U+6d88-6d89,U+6d8c,U+6da6,U+6da8,U+6daf,U+6db2,U+6db5,U+6dcb,U+6dd8,U+6de1,U+6df1,U+6df7,U+6dfb,U+6e05,U+6e10,U+6e20-6e21,U+6e29,U+6e2f,U+6e34,U+6e38,U+6e56,U+6e7e-6e7f,U+6e90,U+6eaa,U+6ecb,U+6ed1,U+6eda,U+6ee1,U+6ef4,U+6f02,U+6f0f,U+6f14,U+6f2b,U+6f5c,U+6f6e,U+6fb3,U+6fc0,U+704c,U+706b,U+706d,U+706f-7070,U+7075,U+707e,U+7089,U+708e,U+7092,U+70ae,U+70b8-70b9,U+70bc,U+70c2,U+70c8,U+70df,U+70e6-70e7,U+70ed,U+7126,U+7136,U+7167,U+716e,U+718a,U+719f,U+71c3,U+71d5,U+71e5,U+7206,U+722c,U+7231,U+7236-7238,U+723d,U+7247-7248,U+724c,U+7259,U+725b,U+7262,U+7269,U+7275,U+7279,U+72af,U+72b6,U+72b9,U+72c2,U+72d7,U+72ec,U+72f1,U+731b-731c,U+732a-732b,U+732e,U+7384,U+7387,U+7389,U+738b,U+739b,U+73a9,U+73af-73b0,U+73bb,U+73cd,U+73e0,U+73ed,U+7403,U+7406,U+7434,U+745e,U+7483,U+74dc,U+74e6,U+74f6,U+7518,U+751a,U+751c,U+751f,U+7528,U+7530-7533,U+7535,U+7537,U+753b,U+7545,U+754c,U+7559,U+7565,U+756a,U+758f,U+7591,U+7597,U+75af,U+75b2,U+75bc,U+75be,U+75c5,U+75c7,U+75d5,U+75db,U+7626,U+767b,U+767d-767e,U+7684,U+7686-7687,U+76ae,U+76c6,U+76c8,U+76ca,U+76d0-76d2,U+76d6-76d8,U+76db,U+76df,U+76ee,U+76f4,U+76f8,U+76fe,U+7701,U+7709,U+770b,U+771f-7720,U+773c,U+7740,U+775b,U+7761,U+7763,U+77ac,U+77db,U+77e5,U+77ed,U+77f3,U+77ff,U+7801,U+7814,U+7834,U+7840,U+7855,U+786c,U+786e,U+788d-788e,U+7891,U+7897,U+78b0,U+78e8,U+793a,U+793c,U+793e,U+7956,U+795d-795e,U+7965,U+7968,U+7981,U+798f,U+79bb,U+79c0-79c1,U+79cb,U+79cd,U+79d1-79d2,U+79d8,U+79df,U+79e6,U+79ef-79f0,U+79fb,U+7a00,U+7a0b,U+7a0d-7a0e,U+7a33,U+7a3f,U+7a76-7a77,U+7a7a,U+7a7f,U+7a81,U+7a97,U+7acb,U+7ad9,U+7ade-7ae0,U+7ae5,U+7aef,U+7af9,U+7b11,U+7b14,U+7b26,U+7b2c,U+7b49,U+7b51,U+7b54,U+7b56,U+7b79,U+7b7e,U+7b80,U+7b97,U+7ba1,U+7bb1,U+7bc7,U+7c4d,U+7c73,U+7c7b,U+7c89,U+7c92,U+7c97-7c98,U+7cae,U+7cbe,U+7cca,U+7cd6,U+7cfb,U+7d20,U+7d22,U+7d27,U+7d2b,U+7d2f,U+7e41,U+7ea0,U+7ea2,U+7ea4,U+7ea6-7ea7,U+7eaa,U+7eaf,U+7eb3,U+7eb5,U+7eb7-7eb9,U+7ebd,U+7ebf,U+7ec3-7ec4,U+7ec6-7ec8,U+7ecd,U+7ecf,U+7ed3,U+7ed5,U+7ed8-7ed9,U+7edc-7edd,U+7edf,U+7ee7,U+7ee9-7eea,U+7eed,U+7ef4-7ef5,U+7efc,U+7eff,U+7f13,U+7f16,U+7f18,U+7f1d,U+7f29,U+7f3a,U+7f51,U+7f57,U+7f5a,U+7f62,U+7f6a,U+7f6e,U+7f72,U+7f8a,U+7f8e,U+7fa4,U+7fbd,U+7ffb-7ffc,U+8000-8001,U+8003,U+8005,U+800c,U+8010,U+8017,U+8033,U+804a,U+804c,U+8054,U+8058,U+805a,U+806a,U+8083,U+8089,U+808c,U+809a,U+80a0-80a1,U+80a4-80a5,U+80a9,U+80af,U+80b2,U+80bf,U+80c3,U+80c6,U+80cc,U+80ce,U+80dc,U+80de,U+80e1,U+80f6,U+80f8,U+80fd,U+8102,U+8106,U+8109,U+810f,U+8111,U+811a,U+8131,U+8138,U+8150,U+8170,U+8179,U+817b,U+817e-817f,U+819c,U+81e3,U+81ea,U+81f3-81f4,U+820d,U+8212,U+821e,U+822a,U+822c,U+8239,U+826f-8270,U+8272-8273,U+827a,U+827e,U+8282,U+82b1,U+82b3,U+82cd,U+82cf,U+82e5-82e6,U+82f1,U+8303,U+8336,U+8349,U+8350,U+8352,U+8361,U+8363,U+836f,U+8377,U+83ab,U+83b1-83b2,U+83b7,U+83dc,U+83f2,U+8425,U+8428,U+843d,U+8457,U+8463,U+8499,U+84b8,U+84dd,U+8584,U+85cf,U+864e,U+8651,U+865a,U+866b,U+867d,U+86cb,U+86ee,U+871c,U+878d,U+8840,U+884c,U+8857,U+8861,U+8863,U+8865,U+8868,U+8870,U+888b,U+8896,U+88ab,U+88ad,U+88c1-88c2,U+88c5,U+897f,U+8981,U+8986,U+89c1-89c2,U+89c4,U+89c6,U+89c8-89c9,U+89d2,U+89e3,U+89e6,U+8a00,U+8a89,U+8b66,U+8ba1-8ba2,U+8ba4,U+8ba8-8ba9,U+8bad-8bb0,U+8bb2,U+8bb8,U+8bba,U+8bbe-8bbf,U+8bc1,U+8bc4,U+8bc6,U+8bc9-8bca,U+8bcd,U+8bd1,U+8bd5,U+8bd7,U+8bda,U+8bdd-8bde,U+8be2,U+8be5-8be6,U+8bed,U+8bef,U+8bf1,U+8bf4,U+8bf7-8bf8,U+8bfa-8bfb,U+8bfe,U+8c01,U+8c03,U+8c08,U+8c0b,U+8c10,U+8c13,U+8c22,U+8c28,U+8c31,U+8c37,U+8c46,U+8c61,U+8c6a,U+8c8c,U+8d1d,U+8d1f,U+8d21-8d28,U+8d2a-8d2b,U+8d2d,U+8d2f,U+8d34-8d35,U+8d38-8d39,U+8d44,U+8d4b,U+8d4f,U+8d56,U+8d5a-8d5b,U+8d5e,U+8d60,U+8d62,U+8d64,U+8d6b,U+8d70,U+8d74-8d77,U+8d85,U+8d8a-8d8b,U+8da3,U+8db3,U+8dc3,U+8dcc,U+8dd1,U+8ddd,U+8ddf,U+8de8,U+8def,U+8df3,U+8df5,U+8e0f,U+8e2a,U+8eab,U+8f66,U+8f68,U+8f6c,U+8f6e-8f6f,U+8f7b,U+8f7d,U+8f83,U+8f85-8f86,U+8f88-8f89,U+8f91,U+8f93,U+8f9b,U+8f9e,U+8fa3,U+8fa8-8fa9,U+8fb9,U+8fbe,U+8fc1,U+8fc5,U+8fc7-8fc8,U+8fce,U+8fd0-8fd1,U+8fd4,U+8fd8-8fd9,U+8fdb-8fdf,U+8fea-8feb,U+8ff0,U+8ff7,U+8ff9,U+8ffd,U+9000-9003,U+9006,U+9009,U+900f-9010,U+9012,U+9014,U+901a,U+901d,U+901f-9020,U+9022,U+903b-903c,U+9047,U+904d,U+9053,U+9057,U+9065,U+906d,U+9075,U+907f-9080,U+90a3,U+90a6,U+90aa,U+90ae,U+90bb,U+90c1,U+90ce,U+90d1,U+90e8,U+90ed,U+90fd,U+914d,U+9152,U+9177-9178,U+9189,U+9192,U+91c7,U+91ca,U+91cc-91cf,U+91d1,U+9274,U+9488,U+949f,U+94a2,U+94b1,U+94bb,U+94c1,U+94dc,U+94f6,U+94fa,U+94fe,U+9500-9501,U+9505,U+950b,U+9510,U+9519,U+9526,U+952e,U+9547,U+955c,U+957f,U+95e8,U+95ea,U+95ed-95ee,U+95f2,U+95f4,U+95f7,U+95f9,U+95fb,U+9605,U+9614,U+961f,U+9632-9636,U+963b,U+963f,U+9644-9646,U+9648,U+964d,U+9650,U+9662,U+9664,U+9669-966a,U+9675-9677,U+9686,U+968f-9690,U+9694,U+969c,U+96be,U+96c4-96c6,U+96d5,U+96e8,U+96ea,U+96f6-96f7,U+96fe,U+9700,U+9707,U+9732,U+9738,U+9752,U+9759,U+975e,U+9760,U+9762,U+9769,U+978b,U+97e9,U+97f3,U+97f5,U+9875-9876,U+9879-987b,U+987e-987f,U+9884,U+9886-9887,U+9891,U+9897-9898,U+989c-989d,U+98ce,U+98d8,U+98de-98df,U+9910,U+996d-996e,U+9970-9971,U+9986,U+9996,U+9999,U+9a6c,U+9a71,U+9a7b,U+9a7e,U+9a82,U+9a8c,U+9a91,U+9a97,U+9aa4,U+9aa8,U+9ad8,U+9b3c,U+9b42,U+9b45,U+9b54,U+9c7c,U+9c81,U+9c9c,U+9e1f,U+9e21,U+9e23,U+9ea6,U+9ebb,U+9ec4,U+9ece,U+9ed1,U+9ed8,U+9f13,U+9f20,U+9f3b,U+9f50,U+9f7f,U+9f84,U+9f99,U+ff01,U+ff08-ff09,U+ff0c-ff0e,U+ff1a-ff1b,U+ff1f,U+ff5e;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:300;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.101.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.101.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Light.101.otf') format('opentype');unicode-range:U+0024,U+005c,U+005e,U+007b-007d,U+00b0,U+00d7,U+00e9,U+2013,U+2022,U+2103,U+2192,U+2460-2463,U+300e-300f,U+306e,U+4e18-4e19,U+4e2b,U+4e38,U+4e56,U+4e59,U+4e5e,U+4e7e,U+4ea5,U+4ea8-4ea9,U+4ead,U+4ec6-4ec7,U+4ed1,U+4ed5,U+4ed7,U+4ef2,U+4f10,U+4f1e,U+4f3d,U+4f50-4f51,U+4f63,U+4f83,U+4f88,U+4f8d,U+4fa0,U+4fa3,U+4fa6,U+4fa8,U+4faf,U+4fcf,U+4fd8,U+4fed,U+4fef,U+4ffa,U+501a,U+5021,U+5026,U+503a,U+5085,U+508d,U+50ac,U+50e7,U+50f5,U+50fb,U+5112,U+5146,U+5151,U+5154,U+515c,U+5179,U+5188,U+51a4-51a5,U+51af,U+51b6,U+51bb,U+51c4,U+51d1,U+51f0,U+51f8-51f9,U+51fd,U+51ff,U+5203,U+522e,U+5238-5239,U+524a,U+5254,U+5256,U+5265,U+5288,U+52ab,U+52c3,U+52c9,U+52cb,U+52d8,U+52df,U+52fa,U+52ff,U+5306,U+5319,U+5320,U+532a,U+533f,U+5349,U+5351-5352,U+535c,U+5362,U+5366,U+5375,U+5378,U+537f,U+5384,U+5395,U+53a2,U+53a6,U+53a8,U+53c9,U+53d4,U+53d9,U+53db,U+53ee,U+5401,U+540a,U+540f,U+5415,U+541e-541f,U+5428,U+5435,U+543b-543c,U+543e,U+5450,U+5455,U+548b,U+548f,U+5492,U+54ac,U+54af,U+54b1,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c7,U+54c9,U+54ce,U+54d1,U+54df,U+5507,U+5509,U+5524,U+5561,U+5564,U+5578,U+5582,U+5587,U+5589,U+5598,U+55a7,U+55bb,U+55d3,U+55dc,U+55ef,U+5631-5632,U+563f,U+566a,U+56a3,U+56bc,U+56ca,U+56da,U+5733,U+573e,U+574a,U+574e,U+575d-5760,U+5764,U+576a,U+5783-5784,U+5792,U+57ab,U+5815,U+5824,U+5835,U+584c,U+5858,U+5885,U+5893,U+58e4,U+58f6,U+5937,U+5951,U+5960,U+5962,U+5974,U+5978,U+5983-5984,U+5992,U+5996,U+59a5,U+59a8,U+59ae,U+59da,U+59e8,U+59ec,U+5a03,U+5a07,U+5a1c,U+5a36,U+5a49,U+5a74,U+5a9a,U+5ab3,U+5ac9,U+5b5d,U+5b5f,U+5b99,U+5b9b,U+5ba0,U+5baa,U+5bb0,U+5bb4-5bb5,U+5bc5,U+5bdd-5bde,U+5be1,U+5be8,U+5c2c,U+5c34,U+5c38-5c39,U+5c41,U+5c51,U+5c60-5c61,U+5c65,U+5c6f,U+5c82,U+5cad,U+5cb3,U+5ce1,U+5cfb,U+5d0e,U+5d14,U+5d16,U+5d1b,U+5d29,U+5d2d,U+5d4c,U+5dc5,U+5de2,U+5de9,U+5deb,U+5df7,U+5dfe,U+5e06,U+5e10,U+5e15-5e16,U+5e18,U+5e1c,U+5e27,U+5e3d,U+5e90,U+5e9a,U+5e9e,U+5eb8,U+5eca,U+5ed3,U+5f0a,U+5f13,U+5f17-5f18,U+5f26-5f27,U+5f66,U+5f6d,U+5f70,U+5f8c,U+6016,U+601c,U+6021,U+604d,U+606d,U+6073,U+6084,U+608d,U+60d5,U+60df,U+60e9,U+60f9,U+6101,U+6109,U+611a,U+6127,U+614c,U+6168,U+61be,U+61c8,U+6208,U+621a,U+6233,U+6241,U+6247,U+6251,U+6254,U+626d,U+626f,U+6284,U+6292,U+6296,U+629a,U+62ac,U+62bc,U+62cc,U+62d0,U+62d8-62d9,U+62e2,U+62e6,U+62ef,U+62f1,U+62f3,U+62fe,U+631a,U+6323,U+6328,U+632a-632b,U+633d,U+6349,U+634f-6350,U+635e,U+6361,U+6363,U+6367,U+6380,U+638f,U+6398,U+63a0,U+63c9,U+63e3,U+63fd,U+6401,U+6405,U+640f,U+6413,U+644a,U+6454,U+6467,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+6500,U+6512,U+655b,U+655e,U+6566,U+6572,U+6577,U+658b-658c,U+65a5,U+65a7,U+65a9,U+65bc,U+65ec-65ed,U+65f1,U+65f7,U+6606,U+660f,U+6614,U+6627,U+662d,U+663c,U+6643,U+6652,U+6655,U+6674,U+6687,U+6691,U+66a8,U+66ae,U+66dd,U+66f9,U+673d,U+6749,U+674f,U+6756,U+6760,U+676d,U+6795,U+679a,U+67a2-67a3,U+67ab,U+67af,U+67c4,U+67cf,U+67dc,U+67e0,U+67ef,U+67f4,U+680b,U+6816-6817,U+682a,U+683d,U+6842,U+6850,U+6869,U+6876,U+6897,U+68a8,U+68ad,U+68b3,U+68b5,U+68c9,U+68cb,U+68cd,U+68d5,U+68da,U+68f1,U+68f5,U+6905,U+690e,U+6912,U+692d,U+6977,U+6984,U+69db,U+6a31,U+6a44,U+6a58-6a59,U+6a61,U+6a90,U+6b20,U+6b47,U+6b49,U+6b67,U+6b6a,U+6bb7,U+6bc5,U+6bd7,U+6bef,U+6c22,U+6c28,U+6c5d,U+6c6a,U+6c70,U+6c83,U+6c90,U+6c9b,U+6ca5-6ca7,U+6caa-6cab,U+6cb8,U+6cbe,U+6cca,U+6ccc,U+6ce3,U+6cf3,U+6cfb-6cfc,U+6d3d,U+6d46-6d47,U+6d4a,U+6d4f,U+6d51,U+6d66,U+6d74,U+6d85,U+6d9b,U+6da9,U+6dc0,U+6dd1,U+6deb,U+6dee,U+6df3,U+6df9,U+6e0a,U+6e14,U+6e17,U+6e23,U+6e32,U+6e58,U+6e5b,U+6e83,U+6e9c,U+6ea2,U+6eaf,U+6eb6,U+6ede,U+6ee4-6ee5,U+6ee8-6ee9,U+6f06,U+6f13,U+6f20,U+6f47,U+6f58,U+6f6d,U+6f84,U+6f88,U+6f9c,U+6fa1,U+7011,U+707c,U+707f,U+7096,U+70ab,U+70ad,U+70d8,U+70db,U+70e4,U+70eb,U+70f9,U+7109,U+7115,U+711a,U+7130,U+714c,U+714e,U+715e,U+7164,U+718f,U+7194,U+7199,U+71ac,U+722a,U+7235,U+7239,U+7261,U+7267,U+7272,U+727a,U+72ac,U+72d0,U+72e0,U+72ed-72ee,U+72fc,U+730e,U+7334,U+73ab,U+73b2,U+73ca,U+7410,U+7422,U+742a,U+7433,U+743c,U+7455,U+745c,U+745f,U+7470,U+7476,U+74e3,U+74f7,U+7529,U+752b,U+7538,U+754f,U+7554,U+755c,U+7574,U+7586,U+75ab,U+75ae,U+75d2,U+75f4,U+7624,U+763e,U+764c,U+7682,U+76b1,U+76ef,U+76f2,U+76fc,U+7737,U+7741,U+7750,U+7779,U+777f,U+778e,U+7792,U+77a7,U+77a9,U+77bb,U+77e2-77e3,U+77e9,U+77eb,U+77ee,U+77f6,U+7802,U+780c-780d,U+7816,U+7838,U+7845,U+786b,U+788c,U+789f,U+78a7,U+78b1,U+78b3,U+78c1,U+78c5,U+78f7,U+7940,U+7948,U+795b,U+796d,U+7977-7978,U+7984-7985,U+79bd,U+79c9,U+79e9,U+7a1a,U+7a20,U+7a3b,U+7a3d,U+7a46,U+7a74,U+7a83-7a84,U+7a8d,U+7a9d,U+7aa5,U+7ad6,U+7aed,U+7b1b,U+7b28,U+7b3c,U+7b4b,U+7b52,U+7b5b,U+7bad,U+7bee,U+7ca4-7ca5,U+7cb9,U+7cd5,U+7cd9,U+7cdf,U+7d6e,U+7eac,U+7eb1-7eb2,U+7eba,U+7ece,U+7ed1-7ed2,U+7eda,U+7ee3,U+7ef3,U+7ef8,U+7efd,U+7f00,U+7f05,U+7f14-7f15,U+7f1a,U+7f20,U+7f34,U+7f38,U+7f50,U+7f55,U+7f69,U+7f9e,U+7fa1,U+7fc1,U+7fc5,U+7fd4,U+7fd8,U+7fe0,U+7ff0,U+800d,U+8015,U+8036,U+8038,U+803b,U+803d,U+8086,U+808b,U+8096,U+809d,U+80a2,U+80aa,U+80ba,U+80be,U+80c0-80c1,U+80d6,U+810a,U+8116,U+813e,U+814a,U+8154-8155,U+8165,U+817a,U+8180,U+818f,U+819d,U+81a8,U+81c0,U+81c2,U+81ed,U+8206,U+820c,U+821f,U+8230,U+8247,U+8258,U+8292,U+8299,U+829d,U+82a6,U+82ac-82ad,U+82af,U+82bd,U+82d1,U+82d7,U+82db,U+82df,U+82f9,U+8302,U+8304-8305,U+830e,U+8328,U+832b,U+8346,U+836b,U+8389,U+838e,U+8393,U+83b9,U+83c7,U+83ca,U+83cc,U+83e9,U+8403-8404,U+840c-840e,U+841d,U+8427,U+845b,U+8461,U+846c,U+8471,U+8475,U+8482,U+848b,U+849c,U+84b2,U+84c4,U+84c9,U+84ec,U+8513,U+851a,U+8521,U+852c,U+853d,U+8549,U+8574,U+857e,U+8587,U+859b,U+85aa,U+85af,U+85c9,U+85e4,U+8650,U+8654,U+8679,U+867e,U+8680,U+86c7,U+8700,U+8702,U+8721,U+8774,U+8776,U+87ba,U+87f9,U+8822,U+884d,U+8854,U+886b-886c,U+8877,U+8881,U+888d,U+88d4-88d5,U+88d9,U+88e4,U+88f8-88f9,U+8910,U+89c5,U+8a79,U+8a93,U+8b6c,U+8bb3,U+8bb6,U+8bbc-8bbd,U+8bc0,U+8bc8,U+8be0-8be1,U+8bf5,U+8c05,U+8c0a,U+8c0e,U+8c1c,U+8c23,U+8c26,U+8c2d,U+8c41,U+8c6b,U+8c79,U+8d1e,U+8d29,U+8d2c,U+8d2e,U+8d31,U+8d37,U+8d3a,U+8d3c,U+8d3e,U+8d4c,U+8d50,U+8d54,U+8d81,U+8d9f,U+8dea,U+8e22,U+8e29,U+8e44,U+8e48,U+8e72,U+8e81,U+8eaf,U+8eb2,U+8eba,U+8f69,U+8f70,U+8f74,U+8f7f,U+8f90,U+8f96,U+8f9c,U+8f9f,U+8fb0-8fb1,U+8fbd,U+8fc4,U+8fe6,U+8fed,U+900a,U+9017,U+901b,U+902e,U+9038,U+903e,U+9042,U+9063,U+906e,U+9093,U+90ca,U+90e1,U+9119,U+9165,U+916c,U+9171,U+9175-9176,U+917f,U+9187,U+918b,U+9489,U+9493,U+9499,U+949d,U+94a5-94a6,U+94a9,U+94ae,U+94c3,U+94c5,U+94dd,U+94ed,U+94f8,U+9508,U+9521,U+9524-9525,U+953b,U+9576,U+95ef,U+95fa,U+9600-9601,U+9610,U+9640,U+964b-964c,U+9655,U+968b,U+9699,U+96b6,U+96c0-96c1,U+96c7,U+96cc-96cd,U+9709,U+970d,U+971c,U+971e,U+9753,U+9756,U+9761,U+97ad,U+97e6-97e7,U+9877,U+987d,U+9881-9882,U+9888,U+9896,U+98a0,U+98a4,U+9965,U+9972,U+9976,U+997c,U+997f,U+9985,U+9988,U+99a8,U+9a70,U+9a73,U+9a76,U+9a84,U+9a9a,U+9ad3,U+9b41,U+9b44,U+9b4f,U+9c8d,U+9cde,U+9e26,U+9e2d,U+9e3f,U+9e45,U+9e4f,U+9e64,U+9e70,U+9e7f,U+9e9f,U+9ecf,U+9edb,U+9f0e,U+9f9f,U+ff05;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:400;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.101.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.101.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Regular.101.otf') format('opentype');unicode-range:U+0024,U+005c,U+005e,U+007b-007d,U+00b0,U+00d7,U+00e9,U+2013,U+2022,U+2103,U+2192,U+2460-2463,U+300e-300f,U+306e,U+4e18-4e19,U+4e2b,U+4e38,U+4e56,U+4e59,U+4e5e,U+4e7e,U+4ea5,U+4ea8-4ea9,U+4ead,U+4ec6-4ec7,U+4ed1,U+4ed5,U+4ed7,U+4ef2,U+4f10,U+4f1e,U+4f3d,U+4f50-4f51,U+4f63,U+4f83,U+4f88,U+4f8d,U+4fa0,U+4fa3,U+4fa6,U+4fa8,U+4faf,U+4fcf,U+4fd8,U+4fed,U+4fef,U+4ffa,U+501a,U+5021,U+5026,U+503a,U+5085,U+508d,U+50ac,U+50e7,U+50f5,U+50fb,U+5112,U+5146,U+5151,U+5154,U+515c,U+5179,U+5188,U+51a4-51a5,U+51af,U+51b6,U+51bb,U+51c4,U+51d1,U+51f0,U+51f8-51f9,U+51fd,U+51ff,U+5203,U+522e,U+5238-5239,U+524a,U+5254,U+5256,U+5265,U+5288,U+52ab,U+52c3,U+52c9,U+52cb,U+52d8,U+52df,U+52fa,U+52ff,U+5306,U+5319,U+5320,U+532a,U+533f,U+5349,U+5351-5352,U+535c,U+5362,U+5366,U+5375,U+5378,U+537f,U+5384,U+5395,U+53a2,U+53a6,U+53a8,U+53c9,U+53d4,U+53d9,U+53db,U+53ee,U+5401,U+540a,U+540f,U+5415,U+541e-541f,U+5428,U+5435,U+543b-543c,U+543e,U+5450,U+5455,U+548b,U+548f,U+5492,U+54ac,U+54af,U+54b1,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c7,U+54c9,U+54ce,U+54d1,U+54df,U+5507,U+5509,U+5524,U+5561,U+5564,U+5578,U+5582,U+5587,U+5589,U+5598,U+55a7,U+55bb,U+55d3,U+55dc,U+55ef,U+5631-5632,U+563f,U+566a,U+56a3,U+56bc,U+56ca,U+56da,U+5733,U+573e,U+574a,U+574e,U+575d-5760,U+5764,U+576a,U+5783-5784,U+5792,U+57ab,U+5815,U+5824,U+5835,U+584c,U+5858,U+5885,U+5893,U+58e4,U+58f6,U+5937,U+5951,U+5960,U+5962,U+5974,U+5978,U+5983-5984,U+5992,U+5996,U+59a5,U+59a8,U+59ae,U+59da,U+59e8,U+59ec,U+5a03,U+5a07,U+5a1c,U+5a36,U+5a49,U+5a74,U+5a9a,U+5ab3,U+5ac9,U+5b5d,U+5b5f,U+5b99,U+5b9b,U+5ba0,U+5baa,U+5bb0,U+5bb4-5bb5,U+5bc5,U+5bdd-5bde,U+5be1,U+5be8,U+5c2c,U+5c34,U+5c38-5c39,U+5c41,U+5c51,U+5c60-5c61,U+5c65,U+5c6f,U+5c82,U+5cad,U+5cb3,U+5ce1,U+5cfb,U+5d0e,U+5d14,U+5d16,U+5d1b,U+5d29,U+5d2d,U+5d4c,U+5dc5,U+5de2,U+5de9,U+5deb,U+5df7,U+5dfe,U+5e06,U+5e10,U+5e15-5e16,U+5e18,U+5e1c,U+5e27,U+5e3d,U+5e90,U+5e9a,U+5e9e,U+5eb8,U+5eca,U+5ed3,U+5f0a,U+5f13,U+5f17-5f18,U+5f26-5f27,U+5f66,U+5f6d,U+5f70,U+5f8c,U+6016,U+601c,U+6021,U+604d,U+606d,U+6073,U+6084,U+608d,U+60d5,U+60df,U+60e9,U+60f9,U+6101,U+6109,U+611a,U+6127,U+614c,U+6168,U+61be,U+61c8,U+6208,U+621a,U+6233,U+6241,U+6247,U+6251,U+6254,U+626d,U+626f,U+6284,U+6292,U+6296,U+629a,U+62ac,U+62bc,U+62cc,U+62d0,U+62d8-62d9,U+62e2,U+62e6,U+62ef,U+62f1,U+62f3,U+62fe,U+631a,U+6323,U+6328,U+632a-632b,U+633d,U+6349,U+634f-6350,U+635e,U+6361,U+6363,U+6367,U+6380,U+638f,U+6398,U+63a0,U+63c9,U+63e3,U+63fd,U+6401,U+6405,U+640f,U+6413,U+644a,U+6454,U+6467,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+6500,U+6512,U+655b,U+655e,U+6566,U+6572,U+6577,U+658b-658c,U+65a5,U+65a7,U+65a9,U+65bc,U+65ec-65ed,U+65f1,U+65f7,U+6606,U+660f,U+6614,U+6627,U+662d,U+663c,U+6643,U+6652,U+6655,U+6674,U+6687,U+6691,U+66a8,U+66ae,U+66dd,U+66f9,U+673d,U+6749,U+674f,U+6756,U+6760,U+676d,U+6795,U+679a,U+67a2-67a3,U+67ab,U+67af,U+67c4,U+67cf,U+67dc,U+67e0,U+67ef,U+67f4,U+680b,U+6816-6817,U+682a,U+683d,U+6842,U+6850,U+6869,U+6876,U+6897,U+68a8,U+68ad,U+68b3,U+68b5,U+68c9,U+68cb,U+68cd,U+68d5,U+68da,U+68f1,U+68f5,U+6905,U+690e,U+6912,U+692d,U+6977,U+6984,U+69db,U+6a31,U+6a44,U+6a58-6a59,U+6a61,U+6a90,U+6b20,U+6b47,U+6b49,U+6b67,U+6b6a,U+6bb7,U+6bc5,U+6bd7,U+6bef,U+6c22,U+6c28,U+6c5d,U+6c6a,U+6c70,U+6c83,U+6c90,U+6c9b,U+6ca5-6ca7,U+6caa-6cab,U+6cb8,U+6cbe,U+6cca,U+6ccc,U+6ce3,U+6cf3,U+6cfb-6cfc,U+6d3d,U+6d46-6d47,U+6d4a,U+6d4f,U+6d51,U+6d66,U+6d74,U+6d85,U+6d9b,U+6da9,U+6dc0,U+6dd1,U+6deb,U+6dee,U+6df3,U+6df9,U+6e0a,U+6e14,U+6e17,U+6e23,U+6e32,U+6e58,U+6e5b,U+6e83,U+6e9c,U+6ea2,U+6eaf,U+6eb6,U+6ede,U+6ee4-6ee5,U+6ee8-6ee9,U+6f06,U+6f13,U+6f20,U+6f47,U+6f58,U+6f6d,U+6f84,U+6f88,U+6f9c,U+6fa1,U+7011,U+707c,U+707f,U+7096,U+70ab,U+70ad,U+70d8,U+70db,U+70e4,U+70eb,U+70f9,U+7109,U+7115,U+711a,U+7130,U+714c,U+714e,U+715e,U+7164,U+718f,U+7194,U+7199,U+71ac,U+722a,U+7235,U+7239,U+7261,U+7267,U+7272,U+727a,U+72ac,U+72d0,U+72e0,U+72ed-72ee,U+72fc,U+730e,U+7334,U+73ab,U+73b2,U+73ca,U+7410,U+7422,U+742a,U+7433,U+743c,U+7455,U+745c,U+745f,U+7470,U+7476,U+74e3,U+74f7,U+7529,U+752b,U+7538,U+754f,U+7554,U+755c,U+7574,U+7586,U+75ab,U+75ae,U+75d2,U+75f4,U+7624,U+763e,U+764c,U+7682,U+76b1,U+76ef,U+76f2,U+76fc,U+7737,U+7741,U+7750,U+7779,U+777f,U+778e,U+7792,U+77a7,U+77a9,U+77bb,U+77e2-77e3,U+77e9,U+77eb,U+77ee,U+77f6,U+7802,U+780c-780d,U+7816,U+7838,U+7845,U+786b,U+788c,U+789f,U+78a7,U+78b1,U+78b3,U+78c1,U+78c5,U+78f7,U+7940,U+7948,U+795b,U+796d,U+7977-7978,U+7984-7985,U+79bd,U+79c9,U+79e9,U+7a1a,U+7a20,U+7a3b,U+7a3d,U+7a46,U+7a74,U+7a83-7a84,U+7a8d,U+7a9d,U+7aa5,U+7ad6,U+7aed,U+7b1b,U+7b28,U+7b3c,U+7b4b,U+7b52,U+7b5b,U+7bad,U+7bee,U+7ca4-7ca5,U+7cb9,U+7cd5,U+7cd9,U+7cdf,U+7d6e,U+7eac,U+7eb1-7eb2,U+7eba,U+7ece,U+7ed1-7ed2,U+7eda,U+7ee3,U+7ef3,U+7ef8,U+7efd,U+7f00,U+7f05,U+7f14-7f15,U+7f1a,U+7f20,U+7f34,U+7f38,U+7f50,U+7f55,U+7f69,U+7f9e,U+7fa1,U+7fc1,U+7fc5,U+7fd4,U+7fd8,U+7fe0,U+7ff0,U+800d,U+8015,U+8036,U+8038,U+803b,U+803d,U+8086,U+808b,U+8096,U+809d,U+80a2,U+80aa,U+80ba,U+80be,U+80c0-80c1,U+80d6,U+810a,U+8116,U+813e,U+814a,U+8154-8155,U+8165,U+817a,U+8180,U+818f,U+819d,U+81a8,U+81c0,U+81c2,U+81ed,U+8206,U+820c,U+821f,U+8230,U+8247,U+8258,U+8292,U+8299,U+829d,U+82a6,U+82ac-82ad,U+82af,U+82bd,U+82d1,U+82d7,U+82db,U+82df,U+82f9,U+8302,U+8304-8305,U+830e,U+8328,U+832b,U+8346,U+836b,U+8389,U+838e,U+8393,U+83b9,U+83c7,U+83ca,U+83cc,U+83e9,U+8403-8404,U+840c-840e,U+841d,U+8427,U+845b,U+8461,U+846c,U+8471,U+8475,U+8482,U+848b,U+849c,U+84b2,U+84c4,U+84c9,U+84ec,U+8513,U+851a,U+8521,U+852c,U+853d,U+8549,U+8574,U+857e,U+8587,U+859b,U+85aa,U+85af,U+85c9,U+85e4,U+8650,U+8654,U+8679,U+867e,U+8680,U+86c7,U+8700,U+8702,U+8721,U+8774,U+8776,U+87ba,U+87f9,U+8822,U+884d,U+8854,U+886b-886c,U+8877,U+8881,U+888d,U+88d4-88d5,U+88d9,U+88e4,U+88f8-88f9,U+8910,U+89c5,U+8a79,U+8a93,U+8b6c,U+8bb3,U+8bb6,U+8bbc-8bbd,U+8bc0,U+8bc8,U+8be0-8be1,U+8bf5,U+8c05,U+8c0a,U+8c0e,U+8c1c,U+8c23,U+8c26,U+8c2d,U+8c41,U+8c6b,U+8c79,U+8d1e,U+8d29,U+8d2c,U+8d2e,U+8d31,U+8d37,U+8d3a,U+8d3c,U+8d3e,U+8d4c,U+8d50,U+8d54,U+8d81,U+8d9f,U+8dea,U+8e22,U+8e29,U+8e44,U+8e48,U+8e72,U+8e81,U+8eaf,U+8eb2,U+8eba,U+8f69,U+8f70,U+8f74,U+8f7f,U+8f90,U+8f96,U+8f9c,U+8f9f,U+8fb0-8fb1,U+8fbd,U+8fc4,U+8fe6,U+8fed,U+900a,U+9017,U+901b,U+902e,U+9038,U+903e,U+9042,U+9063,U+906e,U+9093,U+90ca,U+90e1,U+9119,U+9165,U+916c,U+9171,U+9175-9176,U+917f,U+9187,U+918b,U+9489,U+9493,U+9499,U+949d,U+94a5-94a6,U+94a9,U+94ae,U+94c3,U+94c5,U+94dd,U+94ed,U+94f8,U+9508,U+9521,U+9524-9525,U+953b,U+9576,U+95ef,U+95fa,U+9600-9601,U+9610,U+9640,U+964b-964c,U+9655,U+968b,U+9699,U+96b6,U+96c0-96c1,U+96c7,U+96cc-96cd,U+9709,U+970d,U+971c,U+971e,U+9753,U+9756,U+9761,U+97ad,U+97e6-97e7,U+9877,U+987d,U+9881-9882,U+9888,U+9896,U+98a0,U+98a4,U+9965,U+9972,U+9976,U+997c,U+997f,U+9985,U+9988,U+99a8,U+9a70,U+9a73,U+9a76,U+9a84,U+9a9a,U+9ad3,U+9b41,U+9b44,U+9b4f,U+9c8d,U+9cde,U+9e26,U+9e2d,U+9e3f,U+9e45,U+9e4f,U+9e64,U+9e70,U+9e7f,U+9e9f,U+9ecf,U+9edb,U+9f0e,U+9f9f,U+ff05;}
-@font-face{font-family:'Noto Sans SC Sliced';font-weight:500;src:url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.101.woff2') format('woff2'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.101.woff') format('woff'),url('//fonts.gstatic.com/ea/notosansscsliced/v2/NotoSansSCSliced-Medium.101.otf') format('opentype');unicode-range:U+0024,U+005c,U+005e,U+007b-007d,U+00b0,U+00d7,U+00e9,U+2013,U+2022,U+2103,U+2192,U+2460-2463,U+300e-300f,U+306e,U+4e18-4e19,U+4e2b,U+4e38,U+4e56,U+4e59,U+4e5e,U+4e7e,U+4ea5,U+4ea8-4ea9,U+4ead,U+4ec6-4ec7,U+4ed1,U+4ed5,U+4ed7,U+4ef2,U+4f10,U+4f1e,U+4f3d,U+4f50-4f51,U+4f63,U+4f83,U+4f88,U+4f8d,U+4fa0,U+4fa3,U+4fa6,U+4fa8,U+4faf,U+4fcf,U+4fd8,U+4fed,U+4fef,U+4ffa,U+501a,U+5021,U+5026,U+503a,U+5085,U+508d,U+50ac,U+50e7,U+50f5,U+50fb,U+5112,U+5146,U+5151,U+5154,U+515c,U+5179,U+5188,U+51a4-51a5,U+51af,U+51b6,U+51bb,U+51c4,U+51d1,U+51f0,U+51f8-51f9,U+51fd,U+51ff,U+5203,U+522e,U+5238-5239,U+524a,U+5254,U+5256,U+5265,U+5288,U+52ab,U+52c3,U+52c9,U+52cb,U+52d8,U+52df,U+52fa,U+52ff,U+5306,U+5319,U+5320,U+532a,U+533f,U+5349,U+5351-5352,U+535c,U+5362,U+5366,U+5375,U+5378,U+537f,U+5384,U+5395,U+53a2,U+53a6,U+53a8,U+53c9,U+53d4,U+53d9,U+53db,U+53ee,U+5401,U+540a,U+540f,U+5415,U+541e-541f,U+5428,U+5435,U+543b-543c,U+543e,U+5450,U+5455,U+548b,U+548f,U+5492,U+54ac,U+54af,U+54b1,U+54b3,U+54b8,U+54bd,U+54c0,U+54c4,U+54c7,U+54c9,U+54ce,U+54d1,U+54df,U+5507,U+5509,U+5524,U+5561,U+5564,U+5578,U+5582,U+5587,U+5589,U+5598,U+55a7,U+55bb,U+55d3,U+55dc,U+55ef,U+5631-5632,U+563f,U+566a,U+56a3,U+56bc,U+56ca,U+56da,U+5733,U+573e,U+574a,U+574e,U+575d-5760,U+5764,U+576a,U+5783-5784,U+5792,U+57ab,U+5815,U+5824,U+5835,U+584c,U+5858,U+5885,U+5893,U+58e4,U+58f6,U+5937,U+5951,U+5960,U+5962,U+5974,U+5978,U+5983-5984,U+5992,U+5996,U+59a5,U+59a8,U+59ae,U+59da,U+59e8,U+59ec,U+5a03,U+5a07,U+5a1c,U+5a36,U+5a49,U+5a74,U+5a9a,U+5ab3,U+5ac9,U+5b5d,U+5b5f,U+5b99,U+5b9b,U+5ba0,U+5baa,U+5bb0,U+5bb4-5bb5,U+5bc5,U+5bdd-5bde,U+5be1,U+5be8,U+5c2c,U+5c34,U+5c38-5c39,U+5c41,U+5c51,U+5c60-5c61,U+5c65,U+5c6f,U+5c82,U+5cad,U+5cb3,U+5ce1,U+5cfb,U+5d0e,U+5d14,U+5d16,U+5d1b,U+5d29,U+5d2d,U+5d4c,U+5dc5,U+5de2,U+5de9,U+5deb,U+5df7,U+5dfe,U+5e06,U+5e10,U+5e15-5e16,U+5e18,U+5e1c,U+5e27,U+5e3d,U+5e90,U+5e9a,U+5e9e,U+5eb8,U+5eca,U+5ed3,U+5f0a,U+5f13,U+5f17-5f18,U+5f26-5f27,U+5f66,U+5f6d,U+5f70,U+5f8c,U+6016,U+601c,U+6021,U+604d,U+606d,U+6073,U+6084,U+608d,U+60d5,U+60df,U+60e9,U+60f9,U+6101,U+6109,U+611a,U+6127,U+614c,U+6168,U+61be,U+61c8,U+6208,U+621a,U+6233,U+6241,U+6247,U+6251,U+6254,U+626d,U+626f,U+6284,U+6292,U+6296,U+629a,U+62ac,U+62bc,U+62cc,U+62d0,U+62d8-62d9,U+62e2,U+62e6,U+62ef,U+62f1,U+62f3,U+62fe,U+631a,U+6323,U+6328,U+632a-632b,U+633d,U+6349,U+634f-6350,U+635e,U+6361,U+6363,U+6367,U+6380,U+638f,U+6398,U+63a0,U+63c9,U+63e3,U+63fd,U+6401,U+6405,U+640f,U+6413,U+644a,U+6454,U+6467,U+6495,U+64a4,U+64b0,U+64bc,U+64ce,U+6500,U+6512,U+655b,U+655e,U+6566,U+6572,U+6577,U+658b-658c,U+65a5,U+65a7,U+65a9,U+65bc,U+65ec-65ed,U+65f1,U+65f7,U+6606,U+660f,U+6614,U+6627,U+662d,U+663c,U+6643,U+6652,U+6655,U+6674,U+6687,U+6691,U+66a8,U+66ae,U+66dd,U+66f9,U+673d,U+6749,U+674f,U+6756,U+6760,U+676d,U+6795,U+679a,U+67a2-67a3,U+67ab,U+67af,U+67c4,U+67cf,U+67dc,U+67e0,U+67ef,U+67f4,U+680b,U+6816-6817,U+682a,U+683d,U+6842,U+6850,U+6869,U+6876,U+6897,U+68a8,U+68ad,U+68b3,U+68b5,U+68c9,U+68cb,U+68cd,U+68d5,U+68da,U+68f1,U+68f5,U+6905,U+690e,U+6912,U+692d,U+6977,U+6984,U+69db,U+6a31,U+6a44,U+6a58-6a59,U+6a61,U+6a90,U+6b20,U+6b47,U+6b49,U+6b67,U+6b6a,U+6bb7,U+6bc5,U+6bd7,U+6bef,U+6c22,U+6c28,U+6c5d,U+6c6a,U+6c70,U+6c83,U+6c90,U+6c9b,U+6ca5-6ca7,U+6caa-6cab,U+6cb8,U+6cbe,U+6cca,U+6ccc,U+6ce3,U+6cf3,U+6cfb-6cfc,U+6d3d,U+6d46-6d47,U+6d4a,U+6d4f,U+6d51,U+6d66,U+6d74,U+6d85,U+6d9b,U+6da9,U+6dc0,U+6dd1,U+6deb,U+6dee,U+6df3,U+6df9,U+6e0a,U+6e14,U+6e17,U+6e23,U+6e32,U+6e58,U+6e5b,U+6e83,U+6e9c,U+6ea2,U+6eaf,U+6eb6,U+6ede,U+6ee4-6ee5,U+6ee8-6ee9,U+6f06,U+6f13,U+6f20,U+6f47,U+6f58,U+6f6d,U+6f84,U+6f88,U+6f9c,U+6fa1,U+7011,U+707c,U+707f,U+7096,U+70ab,U+70ad,U+70d8,U+70db,U+70e4,U+70eb,U+70f9,U+7109,U+7115,U+711a,U+7130,U+714c,U+714e,U+715e,U+7164,U+718f,U+7194,U+7199,U+71ac,U+722a,U+7235,U+7239,U+7261,U+7267,U+7272,U+727a,U+72ac,U+72d0,U+72e0,U+72ed-72ee,U+72fc,U+730e,U+7334,U+73ab,U+73b2,U+73ca,U+7410,U+7422,U+742a,U+7433,U+743c,U+7455,U+745c,U+745f,U+7470,U+7476,U+74e3,U+74f7,U+7529,U+752b,U+7538,U+754f,U+7554,U+755c,U+7574,U+7586,U+75ab,U+75ae,U+75d2,U+75f4,U+7624,U+763e,U+764c,U+7682,U+76b1,U+76ef,U+76f2,U+76fc,U+7737,U+7741,U+7750,U+7779,U+777f,U+778e,U+7792,U+77a7,U+77a9,U+77bb,U+77e2-77e3,U+77e9,U+77eb,U+77ee,U+77f6,U+7802,U+780c-780d,U+7816,U+7838,U+7845,U+786b,U+788c,U+789f,U+78a7,U+78b1,U+78b3,U+78c1,U+78c5,U+78f7,U+7940,U+7948,U+795b,U+796d,U+7977-7978,U+7984-7985,U+79bd,U+79c9,U+79e9,U+7a1a,U+7a20,U+7a3b,U+7a3d,U+7a46,U+7a74,U+7a83-7a84,U+7a8d,U+7a9d,U+7aa5,U+7ad6,U+7aed,U+7b1b,U+7b28,U+7b3c,U+7b4b,U+7b52,U+7b5b,U+7bad,U+7bee,U+7ca4-7ca5,U+7cb9,U+7cd5,U+7cd9,U+7cdf,U+7d6e,U+7eac,U+7eb1-7eb2,U+7eba,U+7ece,U+7ed1-7ed2,U+7eda,U+7ee3,U+7ef3,U+7ef8,U+7efd,U+7f00,U+7f05,U+7f14-7f15,U+7f1a,U+7f20,U+7f34,U+7f38,U+7f50,U+7f55,U+7f69,U+7f9e,U+7fa1,U+7fc1,U+7fc5,U+7fd4,U+7fd8,U+7fe0,U+7ff0,U+800d,U+8015,U+8036,U+8038,U+803b,U+803d,U+8086,U+808b,U+8096,U+809d,U+80a2,U+80aa,U+80ba,U+80be,U+80c0-80c1,U+80d6,U+810a,U+8116,U+813e,U+814a,U+8154-8155,U+8165,U+817a,U+8180,U+818f,U+819d,U+81a8,U+81c0,U+81c2,U+81ed,U+8206,U+820c,U+821f,U+8230,U+8247,U+8258,U+8292,U+8299,U+829d,U+82a6,U+82ac-82ad,U+82af,U+82bd,U+82d1,U+82d7,U+82db,U+82df,U+82f9,U+8302,U+8304-8305,U+830e,U+8328,U+832b,U+8346,U+836b,U+8389,U+838e,U+8393,U+83b9,U+83c7,U+83ca,U+83cc,U+83e9,U+8403-8404,U+840c-840e,U+841d,U+8427,U+845b,U+8461,U+846c,U+8471,U+8475,U+8482,U+848b,U+849c,U+84b2,U+84c4,U+84c9,U+84ec,U+8513,U+851a,U+8521,U+852c,U+853d,U+8549,U+8574,U+857e,U+8587,U+859b,U+85aa,U+85af,U+85c9,U+85e4,U+8650,U+8654,U+8679,U+867e,U+8680,U+86c7,U+8700,U+8702,U+8721,U+8774,U+8776,U+87ba,U+87f9,U+8822,U+884d,U+8854,U+886b-886c,U+8877,U+8881,U+888d,U+88d4-88d5,U+88d9,U+88e4,U+88f8-88f9,U+8910,U+89c5,U+8a79,U+8a93,U+8b6c,U+8bb3,U+8bb6,U+8bbc-8bbd,U+8bc0,U+8bc8,U+8be0-8be1,U+8bf5,U+8c05,U+8c0a,U+8c0e,U+8c1c,U+8c23,U+8c26,U+8c2d,U+8c41,U+8c6b,U+8c79,U+8d1e,U+8d29,U+8d2c,U+8d2e,U+8d31,U+8d37,U+8d3a,U+8d3c,U+8d3e,U+8d4c,U+8d50,U+8d54,U+8d81,U+8d9f,U+8dea,U+8e22,U+8e29,U+8e44,U+8e48,U+8e72,U+8e81,U+8eaf,U+8eb2,U+8eba,U+8f69,U+8f70,U+8f74,U+8f7f,U+8f90,U+8f96,U+8f9c,U+8f9f,U+8fb0-8fb1,U+8fbd,U+8fc4,U+8fe6,U+8fed,U+900a,U+9017,U+901b,U+902e,U+9038,U+903e,U+9042,U+9063,U+906e,U+9093,U+90ca,U+90e1,U+9119,U+9165,U+916c,U+9171,U+9175-9176,U+917f,U+9187,U+918b,U+9489,U+9493,U+9499,U+949d,U+94a5-94a6,U+94a9,U+94ae,U+94c3,U+94c5,U+94dd,U+94ed,U+94f8,U+9508,U+9521,U+9524-9525,U+953b,U+9576,U+95ef,U+95fa,U+9600-9601,U+9610,U+9640,U+964b-964c,U+9655,U+968b,U+9699,U+96b6,U+96c0-96c1,U+96c7,U+96cc-96cd,U+9709,U+970d,U+971c,U+971e,U+9753,U+9756,U+9761,U+97ad,U+97e6-97e7,U+9877,U+987d,U+9881-9882,U+9888,U+9896,U+98a0,U+98a4,U+9965,U+9972,U+9976,U+997c,U+997f,U+9985,U+9988,U+99a8,U+9a70,U+9a73,U+9a76,U+9a84,U+9a9a,U+9ad3,U+9b41,U+9b44,U+9b4f,U+9c8d,U+9cde,U+9e26,U+9e2d,U+9e3f,U+9e45,U+9e4f,U+9e64,U+9e70,U+9e7f,U+9e9f,U+9ecf,U+9edb,U+9f0e,U+9f9f,U+ff05;}
-
-@font-face {
- font-family: 'Material Icons';
- font-style: normal;
- font-weight: 400;
- src: url(material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
- src: local('Material Icons'),
- local('MaterialIcons-Regular'),
- url(material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
- url(material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff) format('woff'),
- url(material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.ttf) format('truetype');
-}
-
-/*
-* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
- */
-@font-face {
- font-family: 'Noto Sans Japanese';
- font-style: normal;
- font-weight: 100;
- src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
-}
-@font-face {
- font-family: 'Noto Sans Japanese';
- font-style: normal;
- font-weight: 200;
- src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
-}
-@font-face {
- font-family: 'Noto Sans Japanese';
- font-style: normal;
- font-weight: 300;
- src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
-}
-@font-face {
- font-family: 'Noto Sans Japanese';
- font-style: normal;
- font-weight: 400;
- src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
- }
-@font-face {
- font-family: 'Noto Sans Japanese';
- font-style: normal;
- font-weight: 500;
- src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
- }
-@font-face {
- font-family: 'Noto Sans Japanese';
- font-style: normal;
- font-weight: 700;
- src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
- }
-@font-face {
- font-family: 'Noto Sans Japanese';
- font-style: normal;
- font-weight: 900;
- src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
- url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
- }
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.eot b/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.eot
deleted file mode 100644
index 70508ebabc99..000000000000
Binary files a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.eot and /dev/null differ
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.svg b/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.svg
deleted file mode 100644
index a449327e22c0..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.svg
+++ /dev/null
@@ -1,2373 +0,0 @@
-
-
-
-
-
-Created by FontForge 20151118 at Mon Feb 8 11:58:02 2016
- By shyndman
-Copyright 2015 Google, Inc. All Rights Reserved.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.ttf b/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.ttf
deleted file mode 100644
index 7015564ad166..000000000000
Binary files a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.ttf and /dev/null differ
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff b/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff
deleted file mode 100644
index b648a3eea2d1..000000000000
Binary files a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff and /dev/null differ
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff2 b/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff2
deleted file mode 100644
index 9fa211252080..000000000000
Binary files a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff2 and /dev/null differ
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-lite-1.3.0/material.blue-deep_orange.min.css b/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-lite-1.3.0/material.blue-deep_orange.min.css
deleted file mode 100644
index 5265c512a3e0..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/static/material-design-lite-1.3.0/material.blue-deep_orange.min.css
+++ /dev/null
@@ -1,8 +0,0 @@
-/**
- * material-design-lite - Material Design Components in CSS, JS and HTML
- * @version v1.3.0
- * @license Apache-2.0
- * @copyright 2015 Google, Inc.
- * @link https://github.com/google/material-design-lite
- */
-@charset "UTF-8";html{color:rgba(0,0,0,.87)}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.hidden{display:none!important}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}@media print{*,*:before,*:after,*:first-letter{background:transparent!important;color:#000!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href)")"}abbr[title]:after{content:" (" attr(title)")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}a,.mdl-accordion,.mdl-button,.mdl-card,.mdl-checkbox,.mdl-dropdown-menu,.mdl-icon-toggle,.mdl-item,.mdl-radio,.mdl-slider,.mdl-switch,.mdl-tabs__tab{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(255,255,255,0)}html{width:100%;height:100%;-ms-touch-action:manipulation;touch-action:manipulation}body{width:100%;min-height:100%}main{display:block}*[hidden]{display:none!important}html,body{font-family:"Helvetica","Arial",sans-serif;font-size:14px;font-weight:400;line-height:20px}h1,h2,h3,h4,h5,h6,p{padding:0}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;line-height:1.35;letter-spacing:-.02em;opacity:.54;font-size:.6em}h1{font-size:56px;line-height:1.35;letter-spacing:-.02em;margin:24px 0}h1,h2{font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400}h2{font-size:45px;line-height:48px}h2,h3{margin:24px 0}h3{font-size:34px;line-height:40px}h3,h4{font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400}h4{font-size:24px;line-height:32px;-moz-osx-font-smoothing:grayscale;margin:24px 0 16px}h5{font-size:20px;font-weight:500;line-height:1;letter-spacing:.02em}h5,h6{font-family:"Roboto","Helvetica","Arial",sans-serif;margin:24px 0 16px}h6{font-size:16px;letter-spacing:.04em}h6,p{font-weight:400;line-height:24px}p{font-size:14px;letter-spacing:0;margin:0 0 16px}a{color:rgb(255,110,64);font-weight:500}blockquote{font-family:"Roboto","Helvetica","Arial",sans-serif;position:relative;font-size:24px;font-weight:300;font-style:italic;line-height:1.35;letter-spacing:.08em}blockquote:before{position:absolute;left:-.5em;content:'“'}blockquote:after{content:'”';margin-left:-.05em}mark{background-color:#f4ff81}dt{font-weight:700}address{font-size:12px;line-height:1;font-style:normal}address,ul,ol{font-weight:400;letter-spacing:0}ul,ol{font-size:14px;line-height:24px}.mdl-typography--display-4,.mdl-typography--display-4-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:112px;font-weight:300;line-height:1;letter-spacing:-.04em}.mdl-typography--display-4-color-contrast{opacity:.54}.mdl-typography--display-3,.mdl-typography--display-3-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:56px;font-weight:400;line-height:1.35;letter-spacing:-.02em}.mdl-typography--display-3-color-contrast{opacity:.54}.mdl-typography--display-2,.mdl-typography--display-2-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:45px;font-weight:400;line-height:48px}.mdl-typography--display-2-color-contrast{opacity:.54}.mdl-typography--display-1,.mdl-typography--display-1-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:34px;font-weight:400;line-height:40px}.mdl-typography--display-1-color-contrast{opacity:.54}.mdl-typography--headline,.mdl-typography--headline-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:24px;font-weight:400;line-height:32px;-moz-osx-font-smoothing:grayscale}.mdl-typography--headline-color-contrast{opacity:.87}.mdl-typography--title,.mdl-typography--title-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:20px;font-weight:500;line-height:1;letter-spacing:.02em}.mdl-typography--title-color-contrast{opacity:.87}.mdl-typography--subhead,.mdl-typography--subhead-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.04em}.mdl-typography--subhead-color-contrast{opacity:.87}.mdl-typography--body-2,.mdl-typography--body-2-color-contrast{font-size:14px;font-weight:700;line-height:24px;letter-spacing:0}.mdl-typography--body-2-color-contrast{opacity:.87}.mdl-typography--body-1,.mdl-typography--body-1-color-contrast{font-size:14px;font-weight:400;line-height:24px;letter-spacing:0}.mdl-typography--body-1-color-contrast{opacity:.87}.mdl-typography--body-2-force-preferred-font,.mdl-typography--body-2-force-preferred-font-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:500;line-height:24px;letter-spacing:0}.mdl-typography--body-2-force-preferred-font-color-contrast{opacity:.87}.mdl-typography--body-1-force-preferred-font,.mdl-typography--body-1-force-preferred-font-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:400;line-height:24px;letter-spacing:0}.mdl-typography--body-1-force-preferred-font-color-contrast{opacity:.87}.mdl-typography--caption,.mdl-typography--caption-force-preferred-font{font-size:12px;font-weight:400;line-height:1;letter-spacing:0}.mdl-typography--caption-force-preferred-font{font-family:"Roboto","Helvetica","Arial",sans-serif}.mdl-typography--caption-color-contrast,.mdl-typography--caption-force-preferred-font-color-contrast{font-size:12px;font-weight:400;line-height:1;letter-spacing:0;opacity:.54}.mdl-typography--caption-force-preferred-font-color-contrast,.mdl-typography--menu{font-family:"Roboto","Helvetica","Arial",sans-serif}.mdl-typography--menu{font-size:14px;font-weight:500;line-height:1;letter-spacing:0}.mdl-typography--menu-color-contrast{opacity:.87}.mdl-typography--menu-color-contrast,.mdl-typography--button,.mdl-typography--button-color-contrast{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0}.mdl-typography--button,.mdl-typography--button-color-contrast{text-transform:uppercase}.mdl-typography--button-color-contrast{opacity:.87}.mdl-typography--text-left{text-align:left}.mdl-typography--text-right{text-align:right}.mdl-typography--text-center{text-align:center}.mdl-typography--text-justify{text-align:justify}.mdl-typography--text-nowrap{white-space:nowrap}.mdl-typography--text-lowercase{text-transform:lowercase}.mdl-typography--text-uppercase{text-transform:uppercase}.mdl-typography--text-capitalize{text-transform:capitalize}.mdl-typography--font-thin{font-weight:200!important}.mdl-typography--font-light{font-weight:300!important}.mdl-typography--font-regular{font-weight:400!important}.mdl-typography--font-medium{font-weight:500!important}.mdl-typography--font-bold{font-weight:700!important}.mdl-typography--font-black{font-weight:900!important}.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;word-wrap:normal;-moz-font-feature-settings:'liga';font-feature-settings:'liga';-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}.mdl-color-text--red{color:#f44336 !important}.mdl-color--red{background-color:#f44336 !important}.mdl-color-text--red-50{color:#ffebee !important}.mdl-color--red-50{background-color:#ffebee !important}.mdl-color-text--red-100{color:#ffcdd2 !important}.mdl-color--red-100{background-color:#ffcdd2 !important}.mdl-color-text--red-200{color:#ef9a9a !important}.mdl-color--red-200{background-color:#ef9a9a !important}.mdl-color-text--red-300{color:#e57373 !important}.mdl-color--red-300{background-color:#e57373 !important}.mdl-color-text--red-400{color:#ef5350 !important}.mdl-color--red-400{background-color:#ef5350 !important}.mdl-color-text--red-500{color:#f44336 !important}.mdl-color--red-500{background-color:#f44336 !important}.mdl-color-text--red-600{color:#e53935 !important}.mdl-color--red-600{background-color:#e53935 !important}.mdl-color-text--red-700{color:#d32f2f !important}.mdl-color--red-700{background-color:#d32f2f !important}.mdl-color-text--red-800{color:#c62828 !important}.mdl-color--red-800{background-color:#c62828 !important}.mdl-color-text--red-900{color:#b71c1c !important}.mdl-color--red-900{background-color:#b71c1c !important}.mdl-color-text--red-A100{color:#ff8a80 !important}.mdl-color--red-A100{background-color:#ff8a80 !important}.mdl-color-text--red-A200{color:#ff5252 !important}.mdl-color--red-A200{background-color:#ff5252 !important}.mdl-color-text--red-A400{color:#ff1744 !important}.mdl-color--red-A400{background-color:#ff1744 !important}.mdl-color-text--red-A700{color:#d50000 !important}.mdl-color--red-A700{background-color:#d50000 !important}.mdl-color-text--pink{color:#e91e63 !important}.mdl-color--pink{background-color:#e91e63 !important}.mdl-color-text--pink-50{color:#fce4ec !important}.mdl-color--pink-50{background-color:#fce4ec !important}.mdl-color-text--pink-100{color:#f8bbd0 !important}.mdl-color--pink-100{background-color:#f8bbd0 !important}.mdl-color-text--pink-200{color:#f48fb1 !important}.mdl-color--pink-200{background-color:#f48fb1 !important}.mdl-color-text--pink-300{color:#f06292 !important}.mdl-color--pink-300{background-color:#f06292 !important}.mdl-color-text--pink-400{color:#ec407a !important}.mdl-color--pink-400{background-color:#ec407a !important}.mdl-color-text--pink-500{color:#e91e63 !important}.mdl-color--pink-500{background-color:#e91e63 !important}.mdl-color-text--pink-600{color:#d81b60 !important}.mdl-color--pink-600{background-color:#d81b60 !important}.mdl-color-text--pink-700{color:#c2185b !important}.mdl-color--pink-700{background-color:#c2185b !important}.mdl-color-text--pink-800{color:#ad1457 !important}.mdl-color--pink-800{background-color:#ad1457 !important}.mdl-color-text--pink-900{color:#880e4f !important}.mdl-color--pink-900{background-color:#880e4f !important}.mdl-color-text--pink-A100{color:#ff80ab !important}.mdl-color--pink-A100{background-color:#ff80ab !important}.mdl-color-text--pink-A200{color:#ff4081 !important}.mdl-color--pink-A200{background-color:#ff4081 !important}.mdl-color-text--pink-A400{color:#f50057 !important}.mdl-color--pink-A400{background-color:#f50057 !important}.mdl-color-text--pink-A700{color:#c51162 !important}.mdl-color--pink-A700{background-color:#c51162 !important}.mdl-color-text--purple{color:#9c27b0 !important}.mdl-color--purple{background-color:#9c27b0 !important}.mdl-color-text--purple-50{color:#f3e5f5 !important}.mdl-color--purple-50{background-color:#f3e5f5 !important}.mdl-color-text--purple-100{color:#e1bee7 !important}.mdl-color--purple-100{background-color:#e1bee7 !important}.mdl-color-text--purple-200{color:#ce93d8 !important}.mdl-color--purple-200{background-color:#ce93d8 !important}.mdl-color-text--purple-300{color:#ba68c8 !important}.mdl-color--purple-300{background-color:#ba68c8 !important}.mdl-color-text--purple-400{color:#ab47bc !important}.mdl-color--purple-400{background-color:#ab47bc !important}.mdl-color-text--purple-500{color:#9c27b0 !important}.mdl-color--purple-500{background-color:#9c27b0 !important}.mdl-color-text--purple-600{color:#8e24aa !important}.mdl-color--purple-600{background-color:#8e24aa !important}.mdl-color-text--purple-700{color:#7b1fa2 !important}.mdl-color--purple-700{background-color:#7b1fa2 !important}.mdl-color-text--purple-800{color:#6a1b9a !important}.mdl-color--purple-800{background-color:#6a1b9a !important}.mdl-color-text--purple-900{color:#4a148c !important}.mdl-color--purple-900{background-color:#4a148c !important}.mdl-color-text--purple-A100{color:#ea80fc !important}.mdl-color--purple-A100{background-color:#ea80fc !important}.mdl-color-text--purple-A200{color:#e040fb !important}.mdl-color--purple-A200{background-color:#e040fb !important}.mdl-color-text--purple-A400{color:#d500f9 !important}.mdl-color--purple-A400{background-color:#d500f9 !important}.mdl-color-text--purple-A700{color:#a0f !important}.mdl-color--purple-A700{background-color:#a0f !important}.mdl-color-text--deep-purple{color:#673ab7 !important}.mdl-color--deep-purple{background-color:#673ab7 !important}.mdl-color-text--deep-purple-50{color:#ede7f6 !important}.mdl-color--deep-purple-50{background-color:#ede7f6 !important}.mdl-color-text--deep-purple-100{color:#d1c4e9 !important}.mdl-color--deep-purple-100{background-color:#d1c4e9 !important}.mdl-color-text--deep-purple-200{color:#b39ddb !important}.mdl-color--deep-purple-200{background-color:#b39ddb !important}.mdl-color-text--deep-purple-300{color:#9575cd !important}.mdl-color--deep-purple-300{background-color:#9575cd !important}.mdl-color-text--deep-purple-400{color:#7e57c2 !important}.mdl-color--deep-purple-400{background-color:#7e57c2 !important}.mdl-color-text--deep-purple-500{color:#673ab7 !important}.mdl-color--deep-purple-500{background-color:#673ab7 !important}.mdl-color-text--deep-purple-600{color:#5e35b1 !important}.mdl-color--deep-purple-600{background-color:#5e35b1 !important}.mdl-color-text--deep-purple-700{color:#512da8 !important}.mdl-color--deep-purple-700{background-color:#512da8 !important}.mdl-color-text--deep-purple-800{color:#4527a0 !important}.mdl-color--deep-purple-800{background-color:#4527a0 !important}.mdl-color-text--deep-purple-900{color:#311b92 !important}.mdl-color--deep-purple-900{background-color:#311b92 !important}.mdl-color-text--deep-purple-A100{color:#b388ff !important}.mdl-color--deep-purple-A100{background-color:#b388ff !important}.mdl-color-text--deep-purple-A200{color:#7c4dff !important}.mdl-color--deep-purple-A200{background-color:#7c4dff !important}.mdl-color-text--deep-purple-A400{color:#651fff !important}.mdl-color--deep-purple-A400{background-color:#651fff !important}.mdl-color-text--deep-purple-A700{color:#6200ea !important}.mdl-color--deep-purple-A700{background-color:#6200ea !important}.mdl-color-text--indigo{color:#3f51b5 !important}.mdl-color--indigo{background-color:#3f51b5 !important}.mdl-color-text--indigo-50{color:#e8eaf6 !important}.mdl-color--indigo-50{background-color:#e8eaf6 !important}.mdl-color-text--indigo-100{color:#c5cae9 !important}.mdl-color--indigo-100{background-color:#c5cae9 !important}.mdl-color-text--indigo-200{color:#9fa8da !important}.mdl-color--indigo-200{background-color:#9fa8da !important}.mdl-color-text--indigo-300{color:#7986cb !important}.mdl-color--indigo-300{background-color:#7986cb !important}.mdl-color-text--indigo-400{color:#5c6bc0 !important}.mdl-color--indigo-400{background-color:#5c6bc0 !important}.mdl-color-text--indigo-500{color:#3f51b5 !important}.mdl-color--indigo-500{background-color:#3f51b5 !important}.mdl-color-text--indigo-600{color:#3949ab !important}.mdl-color--indigo-600{background-color:#3949ab !important}.mdl-color-text--indigo-700{color:#303f9f !important}.mdl-color--indigo-700{background-color:#303f9f !important}.mdl-color-text--indigo-800{color:#283593 !important}.mdl-color--indigo-800{background-color:#283593 !important}.mdl-color-text--indigo-900{color:#1a237e !important}.mdl-color--indigo-900{background-color:#1a237e !important}.mdl-color-text--indigo-A100{color:#8c9eff !important}.mdl-color--indigo-A100{background-color:#8c9eff !important}.mdl-color-text--indigo-A200{color:#536dfe !important}.mdl-color--indigo-A200{background-color:#536dfe !important}.mdl-color-text--indigo-A400{color:#3d5afe !important}.mdl-color--indigo-A400{background-color:#3d5afe !important}.mdl-color-text--indigo-A700{color:#304ffe !important}.mdl-color--indigo-A700{background-color:#304ffe !important}.mdl-color-text--blue{color:#2196f3 !important}.mdl-color--blue{background-color:#2196f3 !important}.mdl-color-text--blue-50{color:#e3f2fd !important}.mdl-color--blue-50{background-color:#e3f2fd !important}.mdl-color-text--blue-100{color:#bbdefb !important}.mdl-color--blue-100{background-color:#bbdefb !important}.mdl-color-text--blue-200{color:#90caf9 !important}.mdl-color--blue-200{background-color:#90caf9 !important}.mdl-color-text--blue-300{color:#64b5f6 !important}.mdl-color--blue-300{background-color:#64b5f6 !important}.mdl-color-text--blue-400{color:#42a5f5 !important}.mdl-color--blue-400{background-color:#42a5f5 !important}.mdl-color-text--blue-500{color:#2196f3 !important}.mdl-color--blue-500{background-color:#2196f3 !important}.mdl-color-text--blue-600{color:#1e88e5 !important}.mdl-color--blue-600{background-color:#1e88e5 !important}.mdl-color-text--blue-700{color:#1976d2 !important}.mdl-color--blue-700{background-color:#1976d2 !important}.mdl-color-text--blue-800{color:#1565c0 !important}.mdl-color--blue-800{background-color:#1565c0 !important}.mdl-color-text--blue-900{color:#0d47a1 !important}.mdl-color--blue-900{background-color:#0d47a1 !important}.mdl-color-text--blue-A100{color:#82b1ff !important}.mdl-color--blue-A100{background-color:#82b1ff !important}.mdl-color-text--blue-A200{color:#448aff !important}.mdl-color--blue-A200{background-color:#448aff !important}.mdl-color-text--blue-A400{color:#2979ff !important}.mdl-color--blue-A400{background-color:#2979ff !important}.mdl-color-text--blue-A700{color:#2962ff !important}.mdl-color--blue-A700{background-color:#2962ff !important}.mdl-color-text--light-blue{color:#03a9f4 !important}.mdl-color--light-blue{background-color:#03a9f4 !important}.mdl-color-text--light-blue-50{color:#e1f5fe !important}.mdl-color--light-blue-50{background-color:#e1f5fe !important}.mdl-color-text--light-blue-100{color:#b3e5fc !important}.mdl-color--light-blue-100{background-color:#b3e5fc !important}.mdl-color-text--light-blue-200{color:#81d4fa !important}.mdl-color--light-blue-200{background-color:#81d4fa !important}.mdl-color-text--light-blue-300{color:#4fc3f7 !important}.mdl-color--light-blue-300{background-color:#4fc3f7 !important}.mdl-color-text--light-blue-400{color:#29b6f6 !important}.mdl-color--light-blue-400{background-color:#29b6f6 !important}.mdl-color-text--light-blue-500{color:#03a9f4 !important}.mdl-color--light-blue-500{background-color:#03a9f4 !important}.mdl-color-text--light-blue-600{color:#039be5 !important}.mdl-color--light-blue-600{background-color:#039be5 !important}.mdl-color-text--light-blue-700{color:#0288d1 !important}.mdl-color--light-blue-700{background-color:#0288d1 !important}.mdl-color-text--light-blue-800{color:#0277bd !important}.mdl-color--light-blue-800{background-color:#0277bd !important}.mdl-color-text--light-blue-900{color:#01579b !important}.mdl-color--light-blue-900{background-color:#01579b !important}.mdl-color-text--light-blue-A100{color:#80d8ff !important}.mdl-color--light-blue-A100{background-color:#80d8ff !important}.mdl-color-text--light-blue-A200{color:#40c4ff !important}.mdl-color--light-blue-A200{background-color:#40c4ff !important}.mdl-color-text--light-blue-A400{color:#00b0ff !important}.mdl-color--light-blue-A400{background-color:#00b0ff !important}.mdl-color-text--light-blue-A700{color:#0091ea !important}.mdl-color--light-blue-A700{background-color:#0091ea !important}.mdl-color-text--cyan{color:#00bcd4 !important}.mdl-color--cyan{background-color:#00bcd4 !important}.mdl-color-text--cyan-50{color:#e0f7fa !important}.mdl-color--cyan-50{background-color:#e0f7fa !important}.mdl-color-text--cyan-100{color:#b2ebf2 !important}.mdl-color--cyan-100{background-color:#b2ebf2 !important}.mdl-color-text--cyan-200{color:#80deea !important}.mdl-color--cyan-200{background-color:#80deea !important}.mdl-color-text--cyan-300{color:#4dd0e1 !important}.mdl-color--cyan-300{background-color:#4dd0e1 !important}.mdl-color-text--cyan-400{color:#26c6da !important}.mdl-color--cyan-400{background-color:#26c6da !important}.mdl-color-text--cyan-500{color:#00bcd4 !important}.mdl-color--cyan-500{background-color:#00bcd4 !important}.mdl-color-text--cyan-600{color:#00acc1 !important}.mdl-color--cyan-600{background-color:#00acc1 !important}.mdl-color-text--cyan-700{color:#0097a7 !important}.mdl-color--cyan-700{background-color:#0097a7 !important}.mdl-color-text--cyan-800{color:#00838f !important}.mdl-color--cyan-800{background-color:#00838f !important}.mdl-color-text--cyan-900{color:#006064 !important}.mdl-color--cyan-900{background-color:#006064 !important}.mdl-color-text--cyan-A100{color:#84ffff !important}.mdl-color--cyan-A100{background-color:#84ffff !important}.mdl-color-text--cyan-A200{color:#18ffff !important}.mdl-color--cyan-A200{background-color:#18ffff !important}.mdl-color-text--cyan-A400{color:#00e5ff !important}.mdl-color--cyan-A400{background-color:#00e5ff !important}.mdl-color-text--cyan-A700{color:#00b8d4 !important}.mdl-color--cyan-A700{background-color:#00b8d4 !important}.mdl-color-text--teal{color:#009688 !important}.mdl-color--teal{background-color:#009688 !important}.mdl-color-text--teal-50{color:#e0f2f1 !important}.mdl-color--teal-50{background-color:#e0f2f1 !important}.mdl-color-text--teal-100{color:#b2dfdb !important}.mdl-color--teal-100{background-color:#b2dfdb !important}.mdl-color-text--teal-200{color:#80cbc4 !important}.mdl-color--teal-200{background-color:#80cbc4 !important}.mdl-color-text--teal-300{color:#4db6ac !important}.mdl-color--teal-300{background-color:#4db6ac !important}.mdl-color-text--teal-400{color:#26a69a !important}.mdl-color--teal-400{background-color:#26a69a !important}.mdl-color-text--teal-500{color:#009688 !important}.mdl-color--teal-500{background-color:#009688 !important}.mdl-color-text--teal-600{color:#00897b !important}.mdl-color--teal-600{background-color:#00897b !important}.mdl-color-text--teal-700{color:#00796b !important}.mdl-color--teal-700{background-color:#00796b !important}.mdl-color-text--teal-800{color:#00695c !important}.mdl-color--teal-800{background-color:#00695c !important}.mdl-color-text--teal-900{color:#004d40 !important}.mdl-color--teal-900{background-color:#004d40 !important}.mdl-color-text--teal-A100{color:#a7ffeb !important}.mdl-color--teal-A100{background-color:#a7ffeb !important}.mdl-color-text--teal-A200{color:#64ffda !important}.mdl-color--teal-A200{background-color:#64ffda !important}.mdl-color-text--teal-A400{color:#1de9b6 !important}.mdl-color--teal-A400{background-color:#1de9b6 !important}.mdl-color-text--teal-A700{color:#00bfa5 !important}.mdl-color--teal-A700{background-color:#00bfa5 !important}.mdl-color-text--green{color:#4caf50 !important}.mdl-color--green{background-color:#4caf50 !important}.mdl-color-text--green-50{color:#e8f5e9 !important}.mdl-color--green-50{background-color:#e8f5e9 !important}.mdl-color-text--green-100{color:#c8e6c9 !important}.mdl-color--green-100{background-color:#c8e6c9 !important}.mdl-color-text--green-200{color:#a5d6a7 !important}.mdl-color--green-200{background-color:#a5d6a7 !important}.mdl-color-text--green-300{color:#81c784 !important}.mdl-color--green-300{background-color:#81c784 !important}.mdl-color-text--green-400{color:#66bb6a !important}.mdl-color--green-400{background-color:#66bb6a !important}.mdl-color-text--green-500{color:#4caf50 !important}.mdl-color--green-500{background-color:#4caf50 !important}.mdl-color-text--green-600{color:#43a047 !important}.mdl-color--green-600{background-color:#43a047 !important}.mdl-color-text--green-700{color:#388e3c !important}.mdl-color--green-700{background-color:#388e3c !important}.mdl-color-text--green-800{color:#2e7d32 !important}.mdl-color--green-800{background-color:#2e7d32 !important}.mdl-color-text--green-900{color:#1b5e20 !important}.mdl-color--green-900{background-color:#1b5e20 !important}.mdl-color-text--green-A100{color:#b9f6ca !important}.mdl-color--green-A100{background-color:#b9f6ca !important}.mdl-color-text--green-A200{color:#69f0ae !important}.mdl-color--green-A200{background-color:#69f0ae !important}.mdl-color-text--green-A400{color:#00e676 !important}.mdl-color--green-A400{background-color:#00e676 !important}.mdl-color-text--green-A700{color:#00c853 !important}.mdl-color--green-A700{background-color:#00c853 !important}.mdl-color-text--light-green{color:#8bc34a !important}.mdl-color--light-green{background-color:#8bc34a !important}.mdl-color-text--light-green-50{color:#f1f8e9 !important}.mdl-color--light-green-50{background-color:#f1f8e9 !important}.mdl-color-text--light-green-100{color:#dcedc8 !important}.mdl-color--light-green-100{background-color:#dcedc8 !important}.mdl-color-text--light-green-200{color:#c5e1a5 !important}.mdl-color--light-green-200{background-color:#c5e1a5 !important}.mdl-color-text--light-green-300{color:#aed581 !important}.mdl-color--light-green-300{background-color:#aed581 !important}.mdl-color-text--light-green-400{color:#9ccc65 !important}.mdl-color--light-green-400{background-color:#9ccc65 !important}.mdl-color-text--light-green-500{color:#8bc34a !important}.mdl-color--light-green-500{background-color:#8bc34a !important}.mdl-color-text--light-green-600{color:#7cb342 !important}.mdl-color--light-green-600{background-color:#7cb342 !important}.mdl-color-text--light-green-700{color:#689f38 !important}.mdl-color--light-green-700{background-color:#689f38 !important}.mdl-color-text--light-green-800{color:#558b2f !important}.mdl-color--light-green-800{background-color:#558b2f !important}.mdl-color-text--light-green-900{color:#33691e !important}.mdl-color--light-green-900{background-color:#33691e !important}.mdl-color-text--light-green-A100{color:#ccff90 !important}.mdl-color--light-green-A100{background-color:#ccff90 !important}.mdl-color-text--light-green-A200{color:#b2ff59 !important}.mdl-color--light-green-A200{background-color:#b2ff59 !important}.mdl-color-text--light-green-A400{color:#76ff03 !important}.mdl-color--light-green-A400{background-color:#76ff03 !important}.mdl-color-text--light-green-A700{color:#64dd17 !important}.mdl-color--light-green-A700{background-color:#64dd17 !important}.mdl-color-text--lime{color:#cddc39 !important}.mdl-color--lime{background-color:#cddc39 !important}.mdl-color-text--lime-50{color:#f9fbe7 !important}.mdl-color--lime-50{background-color:#f9fbe7 !important}.mdl-color-text--lime-100{color:#f0f4c3 !important}.mdl-color--lime-100{background-color:#f0f4c3 !important}.mdl-color-text--lime-200{color:#e6ee9c !important}.mdl-color--lime-200{background-color:#e6ee9c !important}.mdl-color-text--lime-300{color:#dce775 !important}.mdl-color--lime-300{background-color:#dce775 !important}.mdl-color-text--lime-400{color:#d4e157 !important}.mdl-color--lime-400{background-color:#d4e157 !important}.mdl-color-text--lime-500{color:#cddc39 !important}.mdl-color--lime-500{background-color:#cddc39 !important}.mdl-color-text--lime-600{color:#c0ca33 !important}.mdl-color--lime-600{background-color:#c0ca33 !important}.mdl-color-text--lime-700{color:#afb42b !important}.mdl-color--lime-700{background-color:#afb42b !important}.mdl-color-text--lime-800{color:#9e9d24 !important}.mdl-color--lime-800{background-color:#9e9d24 !important}.mdl-color-text--lime-900{color:#827717 !important}.mdl-color--lime-900{background-color:#827717 !important}.mdl-color-text--lime-A100{color:#f4ff81 !important}.mdl-color--lime-A100{background-color:#f4ff81 !important}.mdl-color-text--lime-A200{color:#eeff41 !important}.mdl-color--lime-A200{background-color:#eeff41 !important}.mdl-color-text--lime-A400{color:#c6ff00 !important}.mdl-color--lime-A400{background-color:#c6ff00 !important}.mdl-color-text--lime-A700{color:#aeea00 !important}.mdl-color--lime-A700{background-color:#aeea00 !important}.mdl-color-text--yellow{color:#ffeb3b !important}.mdl-color--yellow{background-color:#ffeb3b !important}.mdl-color-text--yellow-50{color:#fffde7 !important}.mdl-color--yellow-50{background-color:#fffde7 !important}.mdl-color-text--yellow-100{color:#fff9c4 !important}.mdl-color--yellow-100{background-color:#fff9c4 !important}.mdl-color-text--yellow-200{color:#fff59d !important}.mdl-color--yellow-200{background-color:#fff59d !important}.mdl-color-text--yellow-300{color:#fff176 !important}.mdl-color--yellow-300{background-color:#fff176 !important}.mdl-color-text--yellow-400{color:#ffee58 !important}.mdl-color--yellow-400{background-color:#ffee58 !important}.mdl-color-text--yellow-500{color:#ffeb3b !important}.mdl-color--yellow-500{background-color:#ffeb3b !important}.mdl-color-text--yellow-600{color:#fdd835 !important}.mdl-color--yellow-600{background-color:#fdd835 !important}.mdl-color-text--yellow-700{color:#fbc02d !important}.mdl-color--yellow-700{background-color:#fbc02d !important}.mdl-color-text--yellow-800{color:#f9a825 !important}.mdl-color--yellow-800{background-color:#f9a825 !important}.mdl-color-text--yellow-900{color:#f57f17 !important}.mdl-color--yellow-900{background-color:#f57f17 !important}.mdl-color-text--yellow-A100{color:#ffff8d !important}.mdl-color--yellow-A100{background-color:#ffff8d !important}.mdl-color-text--yellow-A200{color:#ff0 !important}.mdl-color--yellow-A200{background-color:#ff0 !important}.mdl-color-text--yellow-A400{color:#ffea00 !important}.mdl-color--yellow-A400{background-color:#ffea00 !important}.mdl-color-text--yellow-A700{color:#ffd600 !important}.mdl-color--yellow-A700{background-color:#ffd600 !important}.mdl-color-text--amber{color:#ffc107 !important}.mdl-color--amber{background-color:#ffc107 !important}.mdl-color-text--amber-50{color:#fff8e1 !important}.mdl-color--amber-50{background-color:#fff8e1 !important}.mdl-color-text--amber-100{color:#ffecb3 !important}.mdl-color--amber-100{background-color:#ffecb3 !important}.mdl-color-text--amber-200{color:#ffe082 !important}.mdl-color--amber-200{background-color:#ffe082 !important}.mdl-color-text--amber-300{color:#ffd54f !important}.mdl-color--amber-300{background-color:#ffd54f !important}.mdl-color-text--amber-400{color:#ffca28 !important}.mdl-color--amber-400{background-color:#ffca28 !important}.mdl-color-text--amber-500{color:#ffc107 !important}.mdl-color--amber-500{background-color:#ffc107 !important}.mdl-color-text--amber-600{color:#ffb300 !important}.mdl-color--amber-600{background-color:#ffb300 !important}.mdl-color-text--amber-700{color:#ffa000 !important}.mdl-color--amber-700{background-color:#ffa000 !important}.mdl-color-text--amber-800{color:#ff8f00 !important}.mdl-color--amber-800{background-color:#ff8f00 !important}.mdl-color-text--amber-900{color:#ff6f00 !important}.mdl-color--amber-900{background-color:#ff6f00 !important}.mdl-color-text--amber-A100{color:#ffe57f !important}.mdl-color--amber-A100{background-color:#ffe57f !important}.mdl-color-text--amber-A200{color:#ffd740 !important}.mdl-color--amber-A200{background-color:#ffd740 !important}.mdl-color-text--amber-A400{color:#ffc400 !important}.mdl-color--amber-A400{background-color:#ffc400 !important}.mdl-color-text--amber-A700{color:#ffab00 !important}.mdl-color--amber-A700{background-color:#ffab00 !important}.mdl-color-text--orange{color:#ff9800 !important}.mdl-color--orange{background-color:#ff9800 !important}.mdl-color-text--orange-50{color:#fff3e0 !important}.mdl-color--orange-50{background-color:#fff3e0 !important}.mdl-color-text--orange-100{color:#ffe0b2 !important}.mdl-color--orange-100{background-color:#ffe0b2 !important}.mdl-color-text--orange-200{color:#ffcc80 !important}.mdl-color--orange-200{background-color:#ffcc80 !important}.mdl-color-text--orange-300{color:#ffb74d !important}.mdl-color--orange-300{background-color:#ffb74d !important}.mdl-color-text--orange-400{color:#ffa726 !important}.mdl-color--orange-400{background-color:#ffa726 !important}.mdl-color-text--orange-500{color:#ff9800 !important}.mdl-color--orange-500{background-color:#ff9800 !important}.mdl-color-text--orange-600{color:#fb8c00 !important}.mdl-color--orange-600{background-color:#fb8c00 !important}.mdl-color-text--orange-700{color:#f57c00 !important}.mdl-color--orange-700{background-color:#f57c00 !important}.mdl-color-text--orange-800{color:#ef6c00 !important}.mdl-color--orange-800{background-color:#ef6c00 !important}.mdl-color-text--orange-900{color:#e65100 !important}.mdl-color--orange-900{background-color:#e65100 !important}.mdl-color-text--orange-A100{color:#ffd180 !important}.mdl-color--orange-A100{background-color:#ffd180 !important}.mdl-color-text--orange-A200{color:#ffab40 !important}.mdl-color--orange-A200{background-color:#ffab40 !important}.mdl-color-text--orange-A400{color:#ff9100 !important}.mdl-color--orange-A400{background-color:#ff9100 !important}.mdl-color-text--orange-A700{color:#ff6d00 !important}.mdl-color--orange-A700{background-color:#ff6d00 !important}.mdl-color-text--deep-orange{color:#ff5722 !important}.mdl-color--deep-orange{background-color:#ff5722 !important}.mdl-color-text--deep-orange-50{color:#fbe9e7 !important}.mdl-color--deep-orange-50{background-color:#fbe9e7 !important}.mdl-color-text--deep-orange-100{color:#ffccbc !important}.mdl-color--deep-orange-100{background-color:#ffccbc !important}.mdl-color-text--deep-orange-200{color:#ffab91 !important}.mdl-color--deep-orange-200{background-color:#ffab91 !important}.mdl-color-text--deep-orange-300{color:#ff8a65 !important}.mdl-color--deep-orange-300{background-color:#ff8a65 !important}.mdl-color-text--deep-orange-400{color:#ff7043 !important}.mdl-color--deep-orange-400{background-color:#ff7043 !important}.mdl-color-text--deep-orange-500{color:#ff5722 !important}.mdl-color--deep-orange-500{background-color:#ff5722 !important}.mdl-color-text--deep-orange-600{color:#f4511e !important}.mdl-color--deep-orange-600{background-color:#f4511e !important}.mdl-color-text--deep-orange-700{color:#e64a19 !important}.mdl-color--deep-orange-700{background-color:#e64a19 !important}.mdl-color-text--deep-orange-800{color:#d84315 !important}.mdl-color--deep-orange-800{background-color:#d84315 !important}.mdl-color-text--deep-orange-900{color:#bf360c !important}.mdl-color--deep-orange-900{background-color:#bf360c !important}.mdl-color-text--deep-orange-A100{color:#ff9e80 !important}.mdl-color--deep-orange-A100{background-color:#ff9e80 !important}.mdl-color-text--deep-orange-A200{color:#ff6e40 !important}.mdl-color--deep-orange-A200{background-color:#ff6e40 !important}.mdl-color-text--deep-orange-A400{color:#ff3d00 !important}.mdl-color--deep-orange-A400{background-color:#ff3d00 !important}.mdl-color-text--deep-orange-A700{color:#dd2c00 !important}.mdl-color--deep-orange-A700{background-color:#dd2c00 !important}.mdl-color-text--brown{color:#795548 !important}.mdl-color--brown{background-color:#795548 !important}.mdl-color-text--brown-50{color:#efebe9 !important}.mdl-color--brown-50{background-color:#efebe9 !important}.mdl-color-text--brown-100{color:#d7ccc8 !important}.mdl-color--brown-100{background-color:#d7ccc8 !important}.mdl-color-text--brown-200{color:#bcaaa4 !important}.mdl-color--brown-200{background-color:#bcaaa4 !important}.mdl-color-text--brown-300{color:#a1887f !important}.mdl-color--brown-300{background-color:#a1887f !important}.mdl-color-text--brown-400{color:#8d6e63 !important}.mdl-color--brown-400{background-color:#8d6e63 !important}.mdl-color-text--brown-500{color:#795548 !important}.mdl-color--brown-500{background-color:#795548 !important}.mdl-color-text--brown-600{color:#6d4c41 !important}.mdl-color--brown-600{background-color:#6d4c41 !important}.mdl-color-text--brown-700{color:#5d4037 !important}.mdl-color--brown-700{background-color:#5d4037 !important}.mdl-color-text--brown-800{color:#4e342e !important}.mdl-color--brown-800{background-color:#4e342e !important}.mdl-color-text--brown-900{color:#3e2723 !important}.mdl-color--brown-900{background-color:#3e2723 !important}.mdl-color-text--grey{color:#9e9e9e !important}.mdl-color--grey{background-color:#9e9e9e !important}.mdl-color-text--grey-50{color:#fafafa !important}.mdl-color--grey-50{background-color:#fafafa !important}.mdl-color-text--grey-100{color:#f5f5f5 !important}.mdl-color--grey-100{background-color:#f5f5f5 !important}.mdl-color-text--grey-200{color:#eee !important}.mdl-color--grey-200{background-color:#eee !important}.mdl-color-text--grey-300{color:#e0e0e0 !important}.mdl-color--grey-300{background-color:#e0e0e0 !important}.mdl-color-text--grey-400{color:#bdbdbd !important}.mdl-color--grey-400{background-color:#bdbdbd !important}.mdl-color-text--grey-500{color:#9e9e9e !important}.mdl-color--grey-500{background-color:#9e9e9e !important}.mdl-color-text--grey-600{color:#757575 !important}.mdl-color--grey-600{background-color:#757575 !important}.mdl-color-text--grey-700{color:#616161 !important}.mdl-color--grey-700{background-color:#616161 !important}.mdl-color-text--grey-800{color:#424242 !important}.mdl-color--grey-800{background-color:#424242 !important}.mdl-color-text--grey-900{color:#212121 !important}.mdl-color--grey-900{background-color:#212121 !important}.mdl-color-text--blue-grey{color:#607d8b !important}.mdl-color--blue-grey{background-color:#607d8b !important}.mdl-color-text--blue-grey-50{color:#eceff1 !important}.mdl-color--blue-grey-50{background-color:#eceff1 !important}.mdl-color-text--blue-grey-100{color:#cfd8dc !important}.mdl-color--blue-grey-100{background-color:#cfd8dc !important}.mdl-color-text--blue-grey-200{color:#b0bec5 !important}.mdl-color--blue-grey-200{background-color:#b0bec5 !important}.mdl-color-text--blue-grey-300{color:#90a4ae !important}.mdl-color--blue-grey-300{background-color:#90a4ae !important}.mdl-color-text--blue-grey-400{color:#78909c !important}.mdl-color--blue-grey-400{background-color:#78909c !important}.mdl-color-text--blue-grey-500{color:#607d8b !important}.mdl-color--blue-grey-500{background-color:#607d8b !important}.mdl-color-text--blue-grey-600{color:#546e7a !important}.mdl-color--blue-grey-600{background-color:#546e7a !important}.mdl-color-text--blue-grey-700{color:#455a64 !important}.mdl-color--blue-grey-700{background-color:#455a64 !important}.mdl-color-text--blue-grey-800{color:#37474f !important}.mdl-color--blue-grey-800{background-color:#37474f !important}.mdl-color-text--blue-grey-900{color:#263238 !important}.mdl-color--blue-grey-900{background-color:#263238 !important}.mdl-color--black{background-color:#000 !important}.mdl-color-text--black{color:#000 !important}.mdl-color--white{background-color:#fff !important}.mdl-color-text--white{color:#fff !important}.mdl-color--primary{background-color:rgb(33,150,243)!important}.mdl-color--primary-contrast{background-color:rgb(255,255,255)!important}.mdl-color--primary-dark{background-color:rgb(25,118,210)!important}.mdl-color--accent{background-color:rgb(255,110,64)!important}.mdl-color--accent-contrast{background-color:rgb(66,66,66)!important}.mdl-color-text--primary{color:rgb(33,150,243)!important}.mdl-color-text--primary-contrast{color:rgb(255,255,255)!important}.mdl-color-text--primary-dark{color:rgb(25,118,210)!important}.mdl-color-text--accent{color:rgb(255,110,64)!important}.mdl-color-text--accent-contrast{color:rgb(66,66,66)!important}.mdl-ripple{background:#000;border-radius:50%;height:50px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;overflow:hidden}.mdl-ripple.is-animating{transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1)}.mdl-ripple.is-visible{opacity:.3}.mdl-animation--default,.mdl-animation--fast-out-slow-in{transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdl-animation--linear-out-slow-in{transition-timing-function:cubic-bezier(0,0,.2,1)}.mdl-animation--fast-out-linear-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.mdl-badge{position:relative;white-space:nowrap;margin-right:24px}.mdl-badge:not([data-badge]){margin-right:auto}.mdl-badge[data-badge]:after{content:attr(data-badge);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;top:-11px;right:-24px;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:600;font-size:12px;width:22px;height:22px;border-radius:50%;background:rgb(255,110,64);color:rgb(66,66,66)}.mdl-button .mdl-badge[data-badge]:after{top:-10px;right:-5px}.mdl-badge.mdl-badge--no-background[data-badge]:after{color:rgb(255,110,64);background:rgba(66,66,66,.2);box-shadow:0 0 1px gray}.mdl-badge.mdl-badge--overlap{margin-right:10px}.mdl-badge.mdl-badge--overlap:after{right:-10px}.mdl-button{background:0 0;border:none;border-radius:2px;color:#000;position:relative;height:36px;margin:0;min-width:64px;padding:0 16px;display:inline-block;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:0;overflow:hidden;will-change:box-shadow;transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);outline:none;cursor:pointer;text-decoration:none;text-align:center;line-height:36px;vertical-align:middle}.mdl-button::-moz-focus-inner{border:0}.mdl-button:hover{background-color:rgba(158,158,158,.2)}.mdl-button:focus:not(:active){background-color:rgba(0,0,0,.12)}.mdl-button:active{background-color:rgba(158,158,158,.4)}.mdl-button.mdl-button--colored{color:rgb(33,150,243)}.mdl-button.mdl-button--colored:focus:not(:active){background-color:rgba(0,0,0,.12)}input.mdl-button[type="submit"]{-webkit-appearance:none}.mdl-button--raised{background:rgba(158,158,158,.2);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-button--raised:active{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);background-color:rgba(158,158,158,.4)}.mdl-button--raised:focus:not(:active){box-shadow:0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);background-color:rgba(158,158,158,.4)}.mdl-button--raised.mdl-button--colored{background:rgb(33,150,243);color:rgb(255,255,255)}.mdl-button--raised.mdl-button--colored:hover{background-color:rgb(33,150,243)}.mdl-button--raised.mdl-button--colored:active{background-color:rgb(33,150,243)}.mdl-button--raised.mdl-button--colored:focus:not(:active){background-color:rgb(33,150,243)}.mdl-button--raised.mdl-button--colored .mdl-ripple{background:rgb(255,255,255)}.mdl-button--fab{border-radius:50%;font-size:24px;height:56px;margin:auto;min-width:56px;width:56px;padding:0;overflow:hidden;background:rgba(158,158,158,.2);box-shadow:0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);position:relative;line-height:normal}.mdl-button--fab .material-icons{position:absolute;top:50%;left:50%;-webkit-transform:translate(-12px,-12px);transform:translate(-12px,-12px);line-height:24px;width:24px}.mdl-button--fab.mdl-button--mini-fab{height:40px;min-width:40px;width:40px}.mdl-button--fab .mdl-button__ripple-container{border-radius:50%;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-button--fab:active{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);background-color:rgba(158,158,158,.4)}.mdl-button--fab:focus:not(:active){box-shadow:0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);background-color:rgba(158,158,158,.4)}.mdl-button--fab.mdl-button--colored{background:rgb(255,110,64);color:rgb(66,66,66)}.mdl-button--fab.mdl-button--colored:hover{background-color:rgb(255,110,64)}.mdl-button--fab.mdl-button--colored:focus:not(:active){background-color:rgb(255,110,64)}.mdl-button--fab.mdl-button--colored:active{background-color:rgb(255,110,64)}.mdl-button--fab.mdl-button--colored .mdl-ripple{background:rgb(66,66,66)}.mdl-button--icon{border-radius:50%;font-size:24px;height:32px;margin-left:0;margin-right:0;min-width:32px;width:32px;padding:0;overflow:hidden;color:inherit;line-height:normal}.mdl-button--icon .material-icons{position:absolute;top:50%;left:50%;-webkit-transform:translate(-12px,-12px);transform:translate(-12px,-12px);line-height:24px;width:24px}.mdl-button--icon.mdl-button--mini-icon{height:24px;min-width:24px;width:24px}.mdl-button--icon.mdl-button--mini-icon .material-icons{top:0;left:0}.mdl-button--icon .mdl-button__ripple-container{border-radius:50%;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-button__ripple-container{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0;overflow:hidden}.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple,.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple{background-color:transparent}.mdl-button--primary.mdl-button--primary{color:rgb(33,150,243)}.mdl-button--primary.mdl-button--primary .mdl-ripple{background:rgb(255,255,255)}.mdl-button--primary.mdl-button--primary.mdl-button--raised,.mdl-button--primary.mdl-button--primary.mdl-button--fab{color:rgb(255,255,255);background-color:rgb(33,150,243)}.mdl-button--accent.mdl-button--accent{color:rgb(255,110,64)}.mdl-button--accent.mdl-button--accent .mdl-ripple{background:rgb(66,66,66)}.mdl-button--accent.mdl-button--accent.mdl-button--raised,.mdl-button--accent.mdl-button--accent.mdl-button--fab{color:rgb(66,66,66);background-color:rgb(255,110,64)}.mdl-button[disabled][disabled],.mdl-button.mdl-button--disabled.mdl-button--disabled{color:rgba(0,0,0,.26);cursor:default;background-color:transparent}.mdl-button--fab[disabled][disabled],.mdl-button--fab.mdl-button--disabled.mdl-button--disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.26)}.mdl-button--raised[disabled][disabled],.mdl-button--raised.mdl-button--disabled.mdl-button--disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.26);box-shadow:none}.mdl-button--colored[disabled][disabled],.mdl-button--colored.mdl-button--disabled.mdl-button--disabled{color:rgba(0,0,0,.26)}.mdl-button .material-icons{vertical-align:middle}.mdl-card{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:16px;font-weight:400;min-height:200px;overflow:hidden;width:330px;z-index:1;position:relative;background:#fff;border-radius:2px;box-sizing:border-box}.mdl-card__media{background-color:rgb(255,110,64);background-repeat:repeat;background-position:50% 50%;background-size:cover;background-origin:padding-box;background-attachment:scroll;box-sizing:border-box}.mdl-card__title{-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#000;display:block;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch;line-height:normal;padding:16px;-webkit-perspective-origin:165px 56px;perspective-origin:165px 56px;-webkit-transform-origin:165px 56px;transform-origin:165px 56px;box-sizing:border-box}.mdl-card__title.mdl-card--border{border-bottom:1px solid rgba(0,0,0,.1)}.mdl-card__title-text{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:inherit;display:block;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:24px;font-weight:300;line-height:normal;overflow:hidden;-webkit-transform-origin:149px 48px;transform-origin:149px 48px;margin:0}.mdl-card__subtitle-text{font-size:14px;color:rgba(0,0,0,.54);margin:0}.mdl-card__supporting-text{color:rgba(0,0,0,.54);font-size:1rem;line-height:18px;overflow:hidden;padding:16px;width:90%}.mdl-card__supporting-text.mdl-card--border{border-bottom:1px solid rgba(0,0,0,.1)}.mdl-card__actions{font-size:16px;line-height:normal;width:100%;background-color:transparent;padding:8px;box-sizing:border-box}.mdl-card__actions.mdl-card--border{border-top:1px solid rgba(0,0,0,.1)}.mdl-card--expand{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mdl-card__menu{position:absolute;right:16px;top:16px}.mdl-checkbox{position:relative;z-index:1;vertical-align:middle;display:inline-block;box-sizing:border-box;width:100%;height:24px;margin:0;padding:0}.mdl-checkbox.is-upgraded{padding-left:24px}.mdl-checkbox__input{line-height:24px}.mdl-checkbox.is-upgraded .mdl-checkbox__input{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none}.mdl-checkbox__box-outline{position:absolute;top:3px;left:0;display:inline-block;box-sizing:border-box;width:16px;height:16px;margin:0;cursor:pointer;overflow:hidden;border:2px solid rgba(0,0,0,.54);border-radius:2px;z-index:2}.mdl-checkbox.is-checked .mdl-checkbox__box-outline{border:2px solid rgb(33,150,243)}fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline,.mdl-checkbox.is-disabled .mdl-checkbox__box-outline{border:2px solid rgba(0,0,0,.26);cursor:auto}.mdl-checkbox__focus-helper{position:absolute;top:3px;left:0;display:inline-block;box-sizing:border-box;width:16px;height:16px;border-radius:50%;background-color:transparent}.mdl-checkbox.is-focused .mdl-checkbox__focus-helper{box-shadow:0 0 0 8px rgba(0,0,0,.1);background-color:rgba(0,0,0,.1)}.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper{box-shadow:0 0 0 8px rgba(33,150,243,.26);background-color:rgba(33,150,243,.26)}.mdl-checkbox__tick-outline{position:absolute;top:0;left:0;height:100%;width:100%;-webkit-mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");background:0 0;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:background}.mdl-checkbox.is-checked .mdl-checkbox__tick-outline{background:rgb(33,150,243)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K")}fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline,.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline{background:rgba(0,0,0,.26)url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K")}.mdl-checkbox__label{position:relative;cursor:pointer;font-size:16px;line-height:24px;margin:0}fieldset[disabled] .mdl-checkbox .mdl-checkbox__label,.mdl-checkbox.is-disabled .mdl-checkbox__label{color:rgba(0,0,0,.26);cursor:auto}.mdl-checkbox__ripple-container{position:absolute;z-index:2;top:-6px;left:-10px;box-sizing:border-box;width:36px;height:36px;border-radius:50%;cursor:pointer;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-checkbox__ripple-container .mdl-ripple{background:rgb(33,150,243)}fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container,.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container{cursor:auto}fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple,.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple{background:0 0}.mdl-chip{height:32px;font-family:"Roboto","Helvetica","Arial",sans-serif;line-height:32px;padding:0 12px;border:0;border-radius:16px;background-color:#dedede;display:inline-block;color:rgba(0,0,0,.87);margin:2px 0;font-size:0;white-space:nowrap}.mdl-chip__text{font-size:13px;vertical-align:middle;display:inline-block}.mdl-chip__action{height:24px;width:24px;background:0 0;opacity:.54;cursor:pointer;padding:0;margin:0 0 0 4px;font-size:13px;text-decoration:none;color:rgba(0,0,0,.87);border:none;outline:none}.mdl-chip__action,.mdl-chip__contact{display:inline-block;vertical-align:middle;overflow:hidden;text-align:center}.mdl-chip__contact{height:32px;width:32px;border-radius:16px;margin-right:8px;font-size:18px;line-height:32px}.mdl-chip:focus{outline:0;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-chip:active{background-color:#d6d6d6}.mdl-chip--deletable{padding-right:4px}.mdl-chip--contact{padding-left:0}.mdl-data-table{position:relative;border:1px solid rgba(0,0,0,.12);border-collapse:collapse;white-space:nowrap;font-size:13px;background-color:#fff}.mdl-data-table thead{padding-bottom:3px}.mdl-data-table thead .mdl-data-table__select{margin-top:0}.mdl-data-table tbody tr{position:relative;height:48px;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:background-color}.mdl-data-table tbody tr.is-selected{background-color:#e0e0e0}.mdl-data-table tbody tr:hover{background-color:#eee}.mdl-data-table td{text-align:right}.mdl-data-table th{padding:0 18px 12px 18px;text-align:right}.mdl-data-table td:first-of-type,.mdl-data-table th:first-of-type{padding-left:24px}.mdl-data-table td:last-of-type,.mdl-data-table th:last-of-type{padding-right:24px}.mdl-data-table td{position:relative;height:48px;border-top:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12);padding:12px 18px;box-sizing:border-box}.mdl-data-table td,.mdl-data-table td .mdl-data-table__select{vertical-align:middle}.mdl-data-table th{position:relative;vertical-align:bottom;text-overflow:ellipsis;font-weight:700;line-height:24px;letter-spacing:0;height:48px;font-size:12px;color:rgba(0,0,0,.54);padding-bottom:8px;box-sizing:border-box}.mdl-data-table th.mdl-data-table__header--sorted-ascending,.mdl-data-table th.mdl-data-table__header--sorted-descending{color:rgba(0,0,0,.87)}.mdl-data-table th.mdl-data-table__header--sorted-ascending:before,.mdl-data-table th.mdl-data-table__header--sorted-descending:before{font-family:'Material Icons';font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;word-wrap:normal;-moz-font-feature-settings:'liga';font-feature-settings:'liga';-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;font-size:16px;content:"\e5d8";margin-right:5px;vertical-align:sub}.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover,.mdl-data-table th.mdl-data-table__header--sorted-descending:hover{cursor:pointer}.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover:before,.mdl-data-table th.mdl-data-table__header--sorted-descending:hover:before{color:rgba(0,0,0,.26)}.mdl-data-table th.mdl-data-table__header--sorted-descending:before{content:"\e5db"}.mdl-data-table__select{width:16px}.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric{text-align:left}.mdl-dialog{border:none;box-shadow:0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);width:280px}.mdl-dialog__title{padding:24px 24px 0;margin:0;font-size:2.5rem}.mdl-dialog__actions{padding:8px 8px 8px 24px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mdl-dialog__actions>*{margin-right:8px;height:36px}.mdl-dialog__actions>*:first-child{margin-right:0}.mdl-dialog__actions--full-width{padding:0 0 8px}.mdl-dialog__actions--full-width>*{height:48px;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;padding-right:16px;margin-right:0;text-align:right}.mdl-dialog__content{padding:20px 24px 24px;color:rgba(0,0,0,.54)}.mdl-mega-footer{padding:16px 40px;color:#9e9e9e;background-color:#424242}.mdl-mega-footer--top-section:after,.mdl-mega-footer--middle-section:after,.mdl-mega-footer--bottom-section:after,.mdl-mega-footer__top-section:after,.mdl-mega-footer__middle-section:after,.mdl-mega-footer__bottom-section:after{content:'';display:block;clear:both}.mdl-mega-footer--left-section,.mdl-mega-footer__left-section,.mdl-mega-footer--right-section,.mdl-mega-footer__right-section{margin-bottom:16px}.mdl-mega-footer--right-section a,.mdl-mega-footer__right-section a{display:block;margin-bottom:16px;color:inherit;text-decoration:none}@media screen and (min-width:760px){.mdl-mega-footer--left-section,.mdl-mega-footer__left-section{float:left}.mdl-mega-footer--right-section,.mdl-mega-footer__right-section{float:right}.mdl-mega-footer--right-section a,.mdl-mega-footer__right-section a{display:inline-block;margin-left:16px;line-height:36px;vertical-align:middle}}.mdl-mega-footer--social-btn,.mdl-mega-footer__social-btn{width:36px;height:36px;padding:0;margin:0;background-color:#9e9e9e;border:none}.mdl-mega-footer--drop-down-section,.mdl-mega-footer__drop-down-section{display:block;position:relative}@media screen and (min-width:760px){.mdl-mega-footer--drop-down-section,.mdl-mega-footer__drop-down-section{width:33%}.mdl-mega-footer--drop-down-section:nth-child(1),.mdl-mega-footer--drop-down-section:nth-child(2),.mdl-mega-footer__drop-down-section:nth-child(1),.mdl-mega-footer__drop-down-section:nth-child(2){float:left}.mdl-mega-footer--drop-down-section:nth-child(3),.mdl-mega-footer__drop-down-section:nth-child(3){float:right}.mdl-mega-footer--drop-down-section:nth-child(3):after,.mdl-mega-footer__drop-down-section:nth-child(3):after{clear:right}.mdl-mega-footer--drop-down-section:nth-child(4),.mdl-mega-footer__drop-down-section:nth-child(4){clear:right;float:right}.mdl-mega-footer--middle-section:after,.mdl-mega-footer__middle-section:after{content:'';display:block;clear:both}.mdl-mega-footer--bottom-section,.mdl-mega-footer__bottom-section{padding-top:0}}@media screen and (min-width:1024px){.mdl-mega-footer--drop-down-section,.mdl-mega-footer--drop-down-section:nth-child(3),.mdl-mega-footer--drop-down-section:nth-child(4),.mdl-mega-footer__drop-down-section,.mdl-mega-footer__drop-down-section:nth-child(3),.mdl-mega-footer__drop-down-section:nth-child(4){width:24%;float:left}}.mdl-mega-footer--heading-checkbox,.mdl-mega-footer__heading-checkbox{position:absolute;width:100%;height:55.8px;padding:32px;margin:-16px 0 0;cursor:pointer;z-index:1;opacity:0}.mdl-mega-footer--heading-checkbox+.mdl-mega-footer--heading:after,.mdl-mega-footer--heading-checkbox+.mdl-mega-footer__heading:after,.mdl-mega-footer__heading-checkbox+.mdl-mega-footer--heading:after,.mdl-mega-footer__heading-checkbox+.mdl-mega-footer__heading:after{font-family:'Material Icons';content:'\E5CE'}.mdl-mega-footer--heading-checkbox:checked~.mdl-mega-footer--link-list,.mdl-mega-footer--heading-checkbox:checked~.mdl-mega-footer__link-list,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,.mdl-mega-footer__heading-checkbox:checked~.mdl-mega-footer--link-list,.mdl-mega-footer__heading-checkbox:checked~.mdl-mega-footer__link-list,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list{display:none}.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading:after,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading:after,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading:after,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading:after{font-family:'Material Icons';content:'\E5CF'}.mdl-mega-footer--heading,.mdl-mega-footer__heading{position:relative;width:100%;padding-right:39.8px;margin-bottom:16px;box-sizing:border-box;font-size:14px;line-height:23.8px;font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#e0e0e0}.mdl-mega-footer--heading:after,.mdl-mega-footer__heading:after{content:'';position:absolute;top:0;right:0;display:block;width:23.8px;height:23.8px;background-size:cover}.mdl-mega-footer--link-list,.mdl-mega-footer__link-list{list-style:none;padding:0;margin:0 0 32px}.mdl-mega-footer--link-list:after,.mdl-mega-footer__link-list:after{clear:both;display:block;content:''}.mdl-mega-footer--link-list li,.mdl-mega-footer__link-list li{font-size:14px;font-weight:400;letter-spacing:0;line-height:20px}.mdl-mega-footer--link-list a,.mdl-mega-footer__link-list a{color:inherit;text-decoration:none;white-space:nowrap}@media screen and (min-width:760px){.mdl-mega-footer--heading-checkbox,.mdl-mega-footer__heading-checkbox{display:none}.mdl-mega-footer--heading-checkbox+.mdl-mega-footer--heading:after,.mdl-mega-footer--heading-checkbox+.mdl-mega-footer__heading:after,.mdl-mega-footer__heading-checkbox+.mdl-mega-footer--heading:after,.mdl-mega-footer__heading-checkbox+.mdl-mega-footer__heading:after{content:''}.mdl-mega-footer--heading-checkbox:checked~.mdl-mega-footer--link-list,.mdl-mega-footer--heading-checkbox:checked~.mdl-mega-footer__link-list,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list,.mdl-mega-footer__heading-checkbox:checked~.mdl-mega-footer--link-list,.mdl-mega-footer__heading-checkbox:checked~.mdl-mega-footer__link-list,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading+.mdl-mega-footer__link-list,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading+.mdl-mega-footer--link-list{display:block}.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer--heading:after,.mdl-mega-footer--heading-checkbox:checked+.mdl-mega-footer__heading:after,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer--heading:after,.mdl-mega-footer__heading-checkbox:checked+.mdl-mega-footer__heading:after{content:''}}.mdl-mega-footer--bottom-section,.mdl-mega-footer__bottom-section{padding-top:16px;margin-bottom:16px}.mdl-logo{margin-bottom:16px;color:#fff}.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li,.mdl-mega-footer__bottom-section .mdl-mega-footer__link-list li{float:left;margin-bottom:0;margin-right:16px}@media screen and (min-width:760px){.mdl-logo{float:left;margin-bottom:0;margin-right:16px}}.mdl-mini-footer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:32px 16px;color:#9e9e9e;background-color:#424242}.mdl-mini-footer:after{content:'';display:block}.mdl-mini-footer .mdl-logo{line-height:36px}.mdl-mini-footer--link-list,.mdl-mini-footer__link-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;list-style:none;margin:0;padding:0}.mdl-mini-footer--link-list li,.mdl-mini-footer__link-list li{margin-bottom:0;margin-right:16px}@media screen and (min-width:760px){.mdl-mini-footer--link-list li,.mdl-mini-footer__link-list li{line-height:36px}}.mdl-mini-footer--link-list a,.mdl-mini-footer__link-list a{color:inherit;text-decoration:none;white-space:nowrap}.mdl-mini-footer--left-section,.mdl-mini-footer__left-section{display:inline-block;-webkit-order:0;-ms-flex-order:0;order:0}.mdl-mini-footer--right-section,.mdl-mini-footer__right-section{display:inline-block;-webkit-order:1;-ms-flex-order:1;order:1}.mdl-mini-footer--social-btn,.mdl-mini-footer__social-btn{width:36px;height:36px;padding:0;margin:0;background-color:#9e9e9e;border:none}.mdl-icon-toggle{position:relative;z-index:1;vertical-align:middle;display:inline-block;height:32px;margin:0;padding:0}.mdl-icon-toggle__input{line-height:32px}.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none}.mdl-icon-toggle__label{display:inline-block;position:relative;cursor:pointer;height:32px;width:32px;min-width:32px;color:#616161;border-radius:50%;padding:0;margin-left:0;margin-right:0;text-align:center;background-color:transparent;will-change:background-color;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.mdl-icon-toggle__label.material-icons{line-height:32px;font-size:24px}.mdl-icon-toggle.is-checked .mdl-icon-toggle__label{color:rgb(33,150,243)}.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label{color:rgba(0,0,0,.26);cursor:auto;transition:none}.mdl-icon-toggle.is-focused .mdl-icon-toggle__label{background-color:rgba(0,0,0,.12)}.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label{background-color:rgba(33,150,243,.26)}.mdl-icon-toggle__ripple-container{position:absolute;z-index:2;top:-2px;left:-2px;box-sizing:border-box;width:36px;height:36px;border-radius:50%;cursor:pointer;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-icon-toggle__ripple-container .mdl-ripple{background:#616161}.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container{cursor:auto}.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple{background:0 0}.mdl-list{display:block;padding:8px 0;list-style:none}.mdl-list__item{font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:16px;font-weight:400;letter-spacing:.04em;line-height:1;min-height:48px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:16px;cursor:default;color:rgba(0,0,0,.87);overflow:hidden}.mdl-list__item,.mdl-list__item .mdl-list__item-primary-content{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mdl-list__item .mdl-list__item-primary-content{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex-grow:2;-ms-flex-positive:2;flex-grow:2;text-decoration:none}.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-icon{margin-right:32px}.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-avatar{margin-right:16px}.mdl-list__item .mdl-list__item-secondary-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-left:16px}.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-action label{display:inline}.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-info{font-size:12px;font-weight:400;line-height:1;letter-spacing:0;color:rgba(0,0,0,.54)}.mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-sub-header{padding:0 0 0 16px}.mdl-list__item-icon,.mdl-list__item-icon.material-icons{height:24px;width:24px;font-size:24px;box-sizing:border-box;color:#757575}.mdl-list__item-avatar,.mdl-list__item-avatar.material-icons{height:40px;width:40px;box-sizing:border-box;border-radius:50%;background-color:#757575;font-size:40px;color:#fff}.mdl-list__item--two-line{height:72px}.mdl-list__item--two-line .mdl-list__item-primary-content{height:36px;line-height:20px;display:block}.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-avatar{float:left}.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-icon{float:left;margin-top:6px}.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-secondary-content{height:36px}.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title{font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;color:rgba(0,0,0,.54);display:block;padding:0}.mdl-list__item--three-line{height:88px}.mdl-list__item--three-line .mdl-list__item-primary-content{height:52px;line-height:20px;display:block}.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-avatar,.mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-icon{float:left}.mdl-list__item--three-line .mdl-list__item-secondary-content{height:52px}.mdl-list__item--three-line .mdl-list__item-text-body{font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;height:52px;color:rgba(0,0,0,.54);display:block;padding:0}.mdl-menu__container{display:block;margin:0;padding:0;border:none;position:absolute;overflow:visible;height:0;width:0;visibility:hidden;z-index:-1}.mdl-menu__container.is-visible,.mdl-menu__container.is-animating{z-index:999;visibility:visible}.mdl-menu__outline{display:block;background:#fff;margin:0;padding:0;border:none;border-radius:2px;position:absolute;top:0;left:0;overflow:hidden;opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:0 0;transform-origin:0 0;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);will-change:transform;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);z-index:-1}.mdl-menu__container.is-visible .mdl-menu__outline{opacity:1;-webkit-transform:scale(1);transform:scale(1);z-index:999}.mdl-menu__outline.mdl-menu--bottom-right{-webkit-transform-origin:100% 0;transform-origin:100% 0}.mdl-menu__outline.mdl-menu--top-left{-webkit-transform-origin:0 100%;transform-origin:0 100%}.mdl-menu__outline.mdl-menu--top-right{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.mdl-menu{position:absolute;list-style:none;top:0;left:0;height:auto;width:auto;min-width:124px;padding:8px 0;margin:0;opacity:0;clip:rect(0 0 0 0);z-index:-1}.mdl-menu__container.is-visible .mdl-menu{opacity:1;z-index:999}.mdl-menu.is-animating{transition:opacity .2s cubic-bezier(.4,0,.2,1),clip .3s cubic-bezier(.4,0,.2,1)}.mdl-menu.mdl-menu--bottom-right{left:auto;right:0}.mdl-menu.mdl-menu--top-left{top:auto;bottom:0}.mdl-menu.mdl-menu--top-right{top:auto;left:auto;bottom:0;right:0}.mdl-menu.mdl-menu--unaligned{top:auto;left:auto}.mdl-menu__item{display:block;border:none;color:rgba(0,0,0,.87);background-color:transparent;text-align:left;margin:0;padding:0 16px;outline-color:#bdbdbd;position:relative;overflow:hidden;font-size:14px;font-weight:400;letter-spacing:0;text-decoration:none;cursor:pointer;height:48px;line-height:48px;white-space:nowrap;opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mdl-menu__container.is-visible .mdl-menu__item{opacity:1}.mdl-menu__item::-moz-focus-inner{border:0}.mdl-menu__item--full-bleed-divider{border-bottom:1px solid rgba(0,0,0,.12)}.mdl-menu__item[disabled],.mdl-menu__item[data-mdl-disabled]{color:#bdbdbd;background-color:transparent;cursor:auto}.mdl-menu__item[disabled]:hover,.mdl-menu__item[data-mdl-disabled]:hover{background-color:transparent}.mdl-menu__item[disabled]:focus,.mdl-menu__item[data-mdl-disabled]:focus{background-color:transparent}.mdl-menu__item[disabled] .mdl-ripple,.mdl-menu__item[data-mdl-disabled] .mdl-ripple{background:0 0}.mdl-menu__item:hover{background-color:#eee}.mdl-menu__item:focus{outline:none;background-color:#eee}.mdl-menu__item:active{background-color:#e0e0e0}.mdl-menu__item--ripple-container{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0;overflow:hidden}.mdl-progress{display:block;position:relative;height:4px;width:500px;max-width:100%}.mdl-progress>.bar{display:block;position:absolute;top:0;bottom:0;width:0%;transition:width .2s cubic-bezier(.4,0,.2,1)}.mdl-progress>.progressbar{background-color:rgb(33,150,243);z-index:1;left:0}.mdl-progress>.bufferbar{background-image:linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(33,150,243),rgb(33,150,243));z-index:0;left:0}.mdl-progress>.auxbar{right:0}@supports (-webkit-appearance:none){.mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate)>.auxbar,.mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate)>.auxbar{background-image:linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,rgb(33,150,243),rgb(33,150,243));-webkit-mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");mask:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=")}}.mdl-progress:not(.mdl-progress--indeterminate)>.auxbar,.mdl-progress:not(.mdl-progress__indeterminate)>.auxbar{background-image:linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.9)),linear-gradient(to right,rgb(33,150,243),rgb(33,150,243))}.mdl-progress.mdl-progress--indeterminate>.bar1,.mdl-progress.mdl-progress__indeterminate>.bar1{-webkit-animation-name:indeterminate1;animation-name:indeterminate1}.mdl-progress.mdl-progress--indeterminate>.bar1,.mdl-progress.mdl-progress__indeterminate>.bar1,.mdl-progress.mdl-progress--indeterminate>.bar3,.mdl-progress.mdl-progress__indeterminate>.bar3{background-color:rgb(33,150,243);-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.mdl-progress.mdl-progress--indeterminate>.bar3,.mdl-progress.mdl-progress__indeterminate>.bar3{background-image:none;-webkit-animation-name:indeterminate2;animation-name:indeterminate2}@-webkit-keyframes indeterminate1{0%{left:0%;width:0%}50%{left:25%;width:75%}75%{left:100%;width:0%}}@keyframes indeterminate1{0%{left:0%;width:0%}50%{left:25%;width:75%}75%{left:100%;width:0%}}@-webkit-keyframes indeterminate2{0%,50%{left:0%;width:0%}75%{left:0%;width:25%}100%{left:100%;width:0%}}@keyframes indeterminate2{0%,50%{left:0%;width:0%}75%{left:0%;width:25%}100%{left:100%;width:0%}}.mdl-navigation{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;box-sizing:border-box}.mdl-navigation__link{color:#424242;text-decoration:none;margin:0;font-size:14px;font-weight:400;line-height:24px;letter-spacing:0;opacity:.87}.mdl-navigation__link .material-icons{vertical-align:middle}.mdl-layout{width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch}.mdl-layout.is-small-screen .mdl-layout--large-screen-only{display:none}.mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only{display:none}.mdl-layout__container{position:absolute;width:100%;height:100%}.mdl-layout__title,.mdl-layout-title{display:block;position:relative;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:20px;line-height:1;letter-spacing:.02em;font-weight:400;box-sizing:border-box}.mdl-layout-spacer{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mdl-layout__drawer{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:240px;height:100%;max-height:100%;position:absolute;top:0;left:0;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);box-sizing:border-box;border-right:1px solid #e0e0e0;background:#fafafa;-webkit-transform:translateX(-250px);transform:translateX(-250px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform;transition-property:transform,-webkit-transform;color:#424242;overflow:visible;overflow-y:auto;z-index:5}.mdl-layout__drawer.is-visible{-webkit-transform:translateX(0);transform:translateX(0)}.mdl-layout__drawer.is-visible~.mdl-layout__content.mdl-layout__content{overflow:hidden}.mdl-layout__drawer>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.mdl-layout__drawer>.mdl-layout__title,.mdl-layout__drawer>.mdl-layout-title{line-height:64px;padding-left:40px}@media screen and (max-width:1024px){.mdl-layout__drawer>.mdl-layout__title,.mdl-layout__drawer>.mdl-layout-title{line-height:56px;padding-left:16px}}.mdl-layout__drawer .mdl-navigation{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;padding-top:16px}.mdl-layout__drawer .mdl-navigation .mdl-navigation__link{display:block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:16px 40px;margin:0;color:#757575}@media screen and (max-width:1024px){.mdl-layout__drawer .mdl-navigation .mdl-navigation__link{padding:16px}}.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover{background-color:#e0e0e0}.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current{background-color:#e0e0e0;color:#000}@media screen and (min-width:1025px){.mdl-layout--fixed-drawer>.mdl-layout__drawer{-webkit-transform:translateX(0);transform:translateX(0)}}.mdl-layout__drawer-button{display:block;position:absolute;height:48px;width:48px;border:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;text-align:center;cursor:pointer;font-size:26px;line-height:56px;font-family:Helvetica,Arial,sans-serif;margin:8px 12px;top:0;left:0;color:rgb(255,255,255);z-index:4}.mdl-layout__header .mdl-layout__drawer-button{position:absolute;color:rgb(255,255,255);background-color:inherit}@media screen and (max-width:1024px){.mdl-layout__header .mdl-layout__drawer-button{margin:4px}}@media screen and (max-width:1024px){.mdl-layout__drawer-button{margin:4px;color:rgba(0,0,0,.5)}}@media screen and (min-width:1025px){.mdl-layout__drawer-button{line-height:54px}.mdl-layout--no-desktop-drawer-button .mdl-layout__drawer-button,.mdl-layout--fixed-drawer>.mdl-layout__drawer-button,.mdl-layout--no-drawer-button .mdl-layout__drawer-button{display:none}}.mdl-layout__header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;margin:0;padding:0;border:none;min-height:64px;max-height:1000px;z-index:3;background-color:rgb(33,150,243);color:rgb(255,255,255);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:max-height,box-shadow}@media screen and (max-width:1024px){.mdl-layout__header{min-height:56px}}.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen)>.mdl-layout__header{margin-left:240px;width:calc(100% - 240px)}@media screen and (min-width:1025px){.mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row{padding-left:40px}}.mdl-layout__header>.mdl-layout-icon{position:absolute;left:40px;top:16px;height:32px;width:32px;overflow:hidden;z-index:3;display:block}@media screen and (max-width:1024px){.mdl-layout__header>.mdl-layout-icon{left:16px;top:12px}}.mdl-layout.has-drawer .mdl-layout__header>.mdl-layout-icon{display:none}.mdl-layout__header.is-compact{max-height:64px}@media screen and (max-width:1024px){.mdl-layout__header.is-compact{max-height:56px}}.mdl-layout__header.is-compact.has-tabs{height:112px}@media screen and (max-width:1024px){.mdl-layout__header.is-compact.has-tabs{min-height:104px}}@media screen and (max-width:1024px){.mdl-layout__header{display:none}.mdl-layout--fixed-header>.mdl-layout__header{display:-webkit-flex;display:-ms-flexbox;display:flex}}.mdl-layout__header--transparent.mdl-layout__header--transparent{background-color:transparent;box-shadow:none}.mdl-layout__header--seamed,.mdl-layout__header--scroll{box-shadow:none}.mdl-layout__header--waterfall{box-shadow:none;overflow:hidden}.mdl-layout__header--waterfall.is-casting-shadow{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-layout__header--waterfall.mdl-layout__header--waterfall-hide-top{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.mdl-layout__header-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:64px;margin:0;padding:0 40px 0 80px}.mdl-layout--no-drawer-button .mdl-layout__header-row{padding-left:40px}@media screen and (min-width:1025px){.mdl-layout--no-desktop-drawer-button .mdl-layout__header-row{padding-left:40px}}@media screen and (max-width:1024px){.mdl-layout__header-row{height:56px;padding:0 16px 0 72px}.mdl-layout--no-drawer-button .mdl-layout__header-row{padding-left:16px}}.mdl-layout__header-row>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.mdl-layout__header--scroll .mdl-layout__header-row{width:100%}.mdl-layout__header-row .mdl-navigation{margin:0;padding:0;height:64px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1024px){.mdl-layout__header-row .mdl-navigation{height:56px}}.mdl-layout__header-row .mdl-navigation__link{display:block;color:rgb(255,255,255);line-height:64px;padding:0 24px}@media screen and (max-width:1024px){.mdl-layout__header-row .mdl-navigation__link{line-height:56px;padding:0 16px}}.mdl-layout__obfuscator{background-color:transparent;position:absolute;top:0;left:0;height:100%;width:100%;z-index:4;visibility:hidden;transition-property:background-color;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdl-layout__obfuscator.is-visible{background-color:rgba(0,0,0,.5);visibility:visible}@supports (pointer-events:auto){.mdl-layout__obfuscator{background-color:rgba(0,0,0,.5);opacity:0;transition-property:opacity;visibility:visible;pointer-events:none}.mdl-layout__obfuscator.is-visible{pointer-events:auto;opacity:1}}.mdl-layout__content{-ms-flex:0 1 auto;position:relative;display:inline-block;overflow-y:auto;overflow-x:hidden;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;z-index:1;-webkit-overflow-scrolling:touch}.mdl-layout--fixed-drawer>.mdl-layout__content{margin-left:240px}.mdl-layout__container.has-scrolling-header .mdl-layout__content{overflow:visible}@media screen and (max-width:1024px){.mdl-layout--fixed-drawer>.mdl-layout__content{margin-left:0}.mdl-layout__container.has-scrolling-header .mdl-layout__content{overflow-y:auto;overflow-x:hidden}}.mdl-layout__tab-bar{height:96px;margin:0;width:calc(100% - 112px);padding:0 0 0 56px;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:rgb(33,150,243);overflow-y:hidden;overflow-x:scroll}.mdl-layout__tab-bar::-webkit-scrollbar{display:none}.mdl-layout--no-drawer-button .mdl-layout__tab-bar{padding-left:16px;width:calc(100% - 32px)}@media screen and (min-width:1025px){.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar{padding-left:16px;width:calc(100% - 32px)}}@media screen and (max-width:1024px){.mdl-layout__tab-bar{width:calc(100% - 60px);padding:0 0 0 60px}.mdl-layout--no-drawer-button .mdl-layout__tab-bar{width:calc(100% - 8px);padding-left:4px}}.mdl-layout--fixed-tabs .mdl-layout__tab-bar{padding:0;overflow:hidden;width:100%}.mdl-layout__tab-bar-container{position:relative;height:48px;width:100%;border:none;margin:0;z-index:2;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.mdl-layout__container>.mdl-layout__tab-bar-container{position:absolute;top:0;left:0}.mdl-layout__tab-bar-button{display:inline-block;position:absolute;top:0;height:48px;width:56px;z-index:4;text-align:center;background-color:rgb(33,150,243);color:transparent;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button,.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button{width:16px}.mdl-layout--no-desktop-drawer-button .mdl-layout__tab-bar-button .material-icons,.mdl-layout--no-drawer-button .mdl-layout__tab-bar-button .material-icons{position:relative;left:-4px}@media screen and (max-width:1024px){.mdl-layout__tab-bar-button{width:60px}}.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button{display:none}.mdl-layout__tab-bar-button .material-icons{line-height:48px}.mdl-layout__tab-bar-button.is-active{color:rgb(255,255,255)}.mdl-layout__tab-bar-left-button{left:0}.mdl-layout__tab-bar-right-button{right:0}.mdl-layout__tab{margin:0;border:none;padding:0 24px;float:left;position:relative;display:block;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;text-decoration:none;height:48px;line-height:48px;text-align:center;font-weight:500;font-size:14px;text-transform:uppercase;color:rgba(255,255,255,.6);overflow:hidden}@media screen and (max-width:1024px){.mdl-layout__tab{padding:0 12px}}.mdl-layout--fixed-tabs .mdl-layout__tab{float:none;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0}.mdl-layout.is-upgraded .mdl-layout__tab.is-active{color:rgb(255,255,255)}.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after{height:2px;width:100%;display:block;content:" ";bottom:0;left:0;position:absolute;background:rgb(255,110,64);-webkit-animation:border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;animation:border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;transition:all 1s cubic-bezier(.4,0,1,1)}.mdl-layout__tab .mdl-layout__tab-ripple-container{display:block;position:absolute;height:100%;width:100%;left:0;top:0;z-index:1;overflow:hidden}.mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple{background-color:rgb(255,255,255)}.mdl-layout__tab-panel{display:block}.mdl-layout.is-upgraded .mdl-layout__tab-panel{display:none}.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active{display:block}.mdl-radio{position:relative;font-size:16px;line-height:24px;display:inline-block;vertical-align:middle;box-sizing:border-box;height:24px;margin:0;padding-left:0}.mdl-radio.is-upgraded{padding-left:24px}.mdl-radio__button{line-height:24px}.mdl-radio.is-upgraded .mdl-radio__button{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none}.mdl-radio__outer-circle{position:absolute;top:4px;left:0;display:inline-block;box-sizing:border-box;width:16px;height:16px;margin:0;cursor:pointer;border:2px solid rgba(0,0,0,.54);border-radius:50%;z-index:2}.mdl-radio.is-checked .mdl-radio__outer-circle{border:2px solid rgb(33,150,243)}.mdl-radio__outer-circle fieldset[disabled] .mdl-radio,.mdl-radio.is-disabled .mdl-radio__outer-circle{border:2px solid rgba(0,0,0,.26);cursor:auto}.mdl-radio__inner-circle{position:absolute;z-index:1;margin:0;top:8px;left:4px;box-sizing:border-box;width:8px;height:8px;cursor:pointer;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:scale(0,0);transform:scale(0,0);border-radius:50%;background:rgb(33,150,243)}.mdl-radio.is-checked .mdl-radio__inner-circle{-webkit-transform:scale(1,1);transform:scale(1,1)}fieldset[disabled] .mdl-radio .mdl-radio__inner-circle,.mdl-radio.is-disabled .mdl-radio__inner-circle{background:rgba(0,0,0,.26);cursor:auto}.mdl-radio.is-focused .mdl-radio__inner-circle{box-shadow:0 0 0 10px rgba(0,0,0,.1)}.mdl-radio__label{cursor:pointer}fieldset[disabled] .mdl-radio .mdl-radio__label,.mdl-radio.is-disabled .mdl-radio__label{color:rgba(0,0,0,.26);cursor:auto}.mdl-radio__ripple-container{position:absolute;z-index:2;top:-9px;left:-13px;box-sizing:border-box;width:42px;height:42px;border-radius:50%;cursor:pointer;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-radio__ripple-container .mdl-ripple{background:rgb(33,150,243)}fieldset[disabled] .mdl-radio .mdl-radio__ripple-container,.mdl-radio.is-disabled .mdl-radio__ripple-container{cursor:auto}fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple,.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple{background:0 0}_:-ms-input-placeholder,:root .mdl-slider.mdl-slider.is-upgraded{-ms-appearance:none;height:32px;margin:0}.mdl-slider{width:calc(100% - 40px);margin:0 20px}.mdl-slider.is-upgraded{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:2px;background:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0;padding:0;color:rgb(33,150,243);-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;z-index:1;cursor:pointer}.mdl-slider.is-upgraded::-moz-focus-outer{border:0}.mdl-slider.is-upgraded::-ms-tooltip{display:none}.mdl-slider.is-upgraded::-webkit-slider-runnable-track{background:0 0}.mdl-slider.is-upgraded::-moz-range-track{background:0 0;border:none}.mdl-slider.is-upgraded::-ms-track{background:0 0;color:transparent;height:2px;width:100%;border:none}.mdl-slider.is-upgraded::-ms-fill-lower{padding:0;background:linear-gradient(to right,transparent,transparent 16px,rgb(33,150,243)16px,rgb(33,150,243)0)}.mdl-slider.is-upgraded::-ms-fill-upper{padding:0;background:linear-gradient(to left,transparent,transparent 16px,rgba(0,0,0,.26)16px,rgba(0,0,0,.26)0)}.mdl-slider.is-upgraded::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background:rgb(33,150,243);border:none;transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),border .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.mdl-slider.is-upgraded::-moz-range-thumb{-moz-appearance:none;width:12px;height:12px;box-sizing:border-box;border-radius:50%;background-image:none;background:rgb(33,150,243);border:none}.mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb{box-shadow:0 0 0 10px rgba(33,150,243,.26)}.mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb{box-shadow:0 0 0 10px rgba(33,150,243,.26)}.mdl-slider.is-upgraded:active::-webkit-slider-thumb{background-image:none;background:rgb(33,150,243);-webkit-transform:scale(1.5);transform:scale(1.5)}.mdl-slider.is-upgraded:active::-moz-range-thumb{background-image:none;background:rgb(33,150,243);transform:scale(1.5)}.mdl-slider.is-upgraded::-ms-thumb{width:32px;height:32px;border:none;border-radius:50%;background:rgb(33,150,243);transform:scale(.375);transition:transform .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1)}.mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb{background:radial-gradient(circle closest-side,rgb(33,150,243)0%,rgb(33,150,243)37.5%,rgba(33,150,243,.26)37.5%,rgba(33,150,243,.26)100%);transform:scale(1)}.mdl-slider.is-upgraded:active::-ms-thumb{background:rgb(33,150,243);transform:scale(.5625)}.mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb{border:2px solid rgba(0,0,0,.26);background:0 0}.mdl-slider.is-upgraded.is-lowest-value::-moz-range-thumb{border:2px solid rgba(0,0,0,.26);background:0 0}.mdl-slider.is-upgraded.is-lowest-value+.mdl-slider__background-flex>.mdl-slider__background-upper{left:6px}.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb{box-shadow:0 0 0 10px rgba(0,0,0,.12);background:rgba(0,0,0,.12)}.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-moz-range-thumb{box-shadow:0 0 0 10px rgba(0,0,0,.12);background:rgba(0,0,0,.12)}.mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb{border:1.6px solid rgba(0,0,0,.26);-webkit-transform:scale(1.5);transform:scale(1.5)}.mdl-slider.is-upgraded.is-lowest-value:active+.mdl-slider__background-flex>.mdl-slider__background-upper{left:9px}.mdl-slider.is-upgraded.is-lowest-value:active::-moz-range-thumb{border:1.5px solid rgba(0,0,0,.26);transform:scale(1.5)}.mdl-slider.is-upgraded.is-lowest-value::-ms-thumb{background:radial-gradient(circle closest-side,transparent 0%,transparent 66.67%,rgba(0,0,0,.26)66.67%,rgba(0,0,0,.26)100%)}.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-thumb{background:radial-gradient(circle closest-side,rgba(0,0,0,.12)0%,rgba(0,0,0,.12)25%,rgba(0,0,0,.26)25%,rgba(0,0,0,.26)37.5%,rgba(0,0,0,.12)37.5%,rgba(0,0,0,.12)100%);transform:scale(1)}.mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb{transform:scale(.5625);background:radial-gradient(circle closest-side,transparent 0%,transparent 77.78%,rgba(0,0,0,.26)77.78%,rgba(0,0,0,.26)100%)}.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower{background:0 0}.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper{margin-left:6px}.mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper{margin-left:9px}.mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb,.mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb,.mdl-slider.is-upgraded:disabled::-webkit-slider-thumb{-webkit-transform:scale(.667);transform:scale(.667);background:rgba(0,0,0,.26)}.mdl-slider.is-upgraded:disabled:focus::-moz-range-thumb,.mdl-slider.is-upgraded:disabled:active::-moz-range-thumb,.mdl-slider.is-upgraded:disabled::-moz-range-thumb{transform:scale(.667);background:rgba(0,0,0,.26)}.mdl-slider.is-upgraded:disabled+.mdl-slider__background-flex>.mdl-slider__background-lower{background-color:rgba(0,0,0,.26);left:-6px}.mdl-slider.is-upgraded:disabled+.mdl-slider__background-flex>.mdl-slider__background-upper{left:6px}.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb{border:3px solid rgba(0,0,0,.26);background:0 0;-webkit-transform:scale(.667);transform:scale(.667)}.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-moz-range-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-moz-range-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled::-moz-range-thumb{border:3px solid rgba(0,0,0,.26);background:0 0;transform:scale(.667)}.mdl-slider.is-upgraded.is-lowest-value:disabled:active+.mdl-slider__background-flex>.mdl-slider__background-upper{left:6px}.mdl-slider.is-upgraded:disabled:focus::-ms-thumb,.mdl-slider.is-upgraded:disabled:active::-ms-thumb,.mdl-slider.is-upgraded:disabled::-ms-thumb{transform:scale(.25);background:rgba(0,0,0,.26)}.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb,.mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb{transform:scale(.25);background:radial-gradient(circle closest-side,transparent 0%,transparent 50%,rgba(0,0,0,.26)50%,rgba(0,0,0,.26)100%)}.mdl-slider.is-upgraded:disabled::-ms-fill-lower{margin-right:6px;background:linear-gradient(to right,transparent,transparent 25px,rgba(0,0,0,.26)25px,rgba(0,0,0,.26)0)}.mdl-slider.is-upgraded:disabled::-ms-fill-upper{margin-left:6px}.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper{margin-left:6px}.mdl-slider__ie-container{height:18px;overflow:visible;border:none;margin:none;padding:none}.mdl-slider__container{height:18px;position:relative;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.mdl-slider__container,.mdl-slider__background-flex{background:0 0;display:-webkit-flex;display:-ms-flexbox;display:flex}.mdl-slider__background-flex{position:absolute;height:2px;width:calc(100% - 52px);top:50%;left:0;margin:0 26px;overflow:hidden;border:0;padding:0;-webkit-transform:translate(0,-1px);transform:translate(0,-1px)}.mdl-slider__background-lower{background:rgb(33,150,243)}.mdl-slider__background-lower,.mdl-slider__background-upper{-webkit-flex:0;-ms-flex:0;flex:0;position:relative;border:0;padding:0}.mdl-slider__background-upper{background:rgba(0,0,0,.26);transition:left .18s cubic-bezier(.4,0,.2,1)}.mdl-snackbar{position:fixed;bottom:0;left:50%;cursor:default;background-color:#323232;z-index:3;display:block;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-family:"Roboto","Helvetica","Arial",sans-serif;will-change:transform;-webkit-transform:translate(0,80px);transform:translate(0,80px);transition:transform .25s cubic-bezier(.4,0,1,1);transition:transform .25s cubic-bezier(.4,0,1,1),-webkit-transform .25s cubic-bezier(.4,0,1,1);pointer-events:none}@media (max-width:479px){.mdl-snackbar{width:100%;left:0;min-height:48px;max-height:80px}}@media (min-width:480px){.mdl-snackbar{min-width:288px;max-width:568px;border-radius:2px;-webkit-transform:translate(-50%,80px);transform:translate(-50%,80px)}}.mdl-snackbar--active{-webkit-transform:translate(0,0);transform:translate(0,0);pointer-events:auto;transition:transform .25s cubic-bezier(0,0,.2,1);transition:transform .25s cubic-bezier(0,0,.2,1),-webkit-transform .25s cubic-bezier(0,0,.2,1)}@media (min-width:480px){.mdl-snackbar--active{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}.mdl-snackbar__text{padding:14px 12px 14px 24px;vertical-align:middle;color:#fff;float:left}.mdl-snackbar__action{background:0 0;border:none;color:rgb(255,110,64);float:right;padding:14px 24px 14px 12px;font-family:"Roboto","Helvetica","Arial",sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;line-height:1;letter-spacing:0;overflow:hidden;outline:none;opacity:0;pointer-events:none;cursor:pointer;text-decoration:none;text-align:center;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.mdl-snackbar__action::-moz-focus-inner{border:0}.mdl-snackbar__action:not([aria-hidden]){opacity:1;pointer-events:auto}.mdl-spinner{display:inline-block;position:relative;width:28px;height:28px}.mdl-spinner:not(.is-upgraded).is-active:after{content:"Loading..."}.mdl-spinner.is-upgraded.is-active{-webkit-animation:mdl-spinner__container-rotate 1568.23529412ms linear infinite;animation:mdl-spinner__container-rotate 1568.23529412ms linear infinite}@-webkit-keyframes mdl-spinner__container-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mdl-spinner__container-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mdl-spinner__layer{position:absolute;width:100%;height:100%;opacity:0}.mdl-spinner__layer-1{border-color:#42a5f5}.mdl-spinner--single-color .mdl-spinner__layer-1{border-color:rgb(33,150,243)}.mdl-spinner.is-active .mdl-spinner__layer-1{-webkit-animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both}.mdl-spinner__layer-2{border-color:#f44336}.mdl-spinner--single-color .mdl-spinner__layer-2{border-color:rgb(33,150,243)}.mdl-spinner.is-active .mdl-spinner__layer-2{-webkit-animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both}.mdl-spinner__layer-3{border-color:#fdd835}.mdl-spinner--single-color .mdl-spinner__layer-3{border-color:rgb(33,150,243)}.mdl-spinner.is-active .mdl-spinner__layer-3{-webkit-animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both}.mdl-spinner__layer-4{border-color:#4caf50}.mdl-spinner--single-color .mdl-spinner__layer-4{border-color:rgb(33,150,243)}.mdl-spinner.is-active .mdl-spinner__layer-4{-webkit-animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1)infinite both,mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1)infinite both}@-webkit-keyframes mdl-spinner__fill-unfill-rotate{12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@keyframes mdl-spinner__fill-unfill-rotate{12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}to{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@-webkit-keyframes mdl-spinner__layer-1-fade-in-out{from,25%{opacity:.99}26%,89%{opacity:0}90%,100%{opacity:.99}}@keyframes mdl-spinner__layer-1-fade-in-out{from,25%{opacity:.99}26%,89%{opacity:0}90%,100%{opacity:.99}}@-webkit-keyframes mdl-spinner__layer-2-fade-in-out{from,15%{opacity:0}25%,50%{opacity:.99}51%{opacity:0}}@keyframes mdl-spinner__layer-2-fade-in-out{from,15%{opacity:0}25%,50%{opacity:.99}51%{opacity:0}}@-webkit-keyframes mdl-spinner__layer-3-fade-in-out{from,40%{opacity:0}50%,75%{opacity:.99}76%{opacity:0}}@keyframes mdl-spinner__layer-3-fade-in-out{from,40%{opacity:0}50%,75%{opacity:.99}76%{opacity:0}}@-webkit-keyframes mdl-spinner__layer-4-fade-in-out{from,65%{opacity:0}75%,90%{opacity:.99}100%{opacity:0}}@keyframes mdl-spinner__layer-4-fade-in-out{from,65%{opacity:0}75%,90%{opacity:.99}100%{opacity:0}}.mdl-spinner__gap-patch{position:absolute;box-sizing:border-box;top:0;left:45%;width:10%;height:100%;overflow:hidden;border-color:inherit}.mdl-spinner__gap-patch .mdl-spinner__circle{width:1000%;left:-450%}.mdl-spinner__circle-clipper{display:inline-block;position:relative;width:50%;height:100%;overflow:hidden;border-color:inherit}.mdl-spinner__circle-clipper.mdl-spinner__left{float:left}.mdl-spinner__circle-clipper.mdl-spinner__right{float:right}.mdl-spinner__circle-clipper .mdl-spinner__circle{width:200%}.mdl-spinner__circle{box-sizing:border-box;height:100%;border-width:3px;border-style:solid;border-color:inherit;border-bottom-color:transparent!important;border-radius:50%;-webkit-animation:none;animation:none;position:absolute;top:0;right:0;bottom:0;left:0}.mdl-spinner__left .mdl-spinner__circle{border-right-color:transparent!important;-webkit-transform:rotate(129deg);transform:rotate(129deg)}.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle{-webkit-animation:mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__left-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both}.mdl-spinner__right .mdl-spinner__circle{left:-100%;border-left-color:transparent!important;-webkit-transform:rotate(-129deg);transform:rotate(-129deg)}.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle{-webkit-animation:mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both;animation:mdl-spinner__right-spin 1333ms cubic-bezier(.4,0,.2,1)infinite both}@-webkit-keyframes mdl-spinner__left-spin{from{-webkit-transform:rotate(130deg);transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg);transform:rotate(130deg)}}@keyframes mdl-spinner__left-spin{from{-webkit-transform:rotate(130deg);transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg);transform:rotate(130deg)}}@-webkit-keyframes mdl-spinner__right-spin{from{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}}@keyframes mdl-spinner__right-spin{from{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}}.mdl-switch{position:relative;z-index:1;vertical-align:middle;display:inline-block;box-sizing:border-box;width:100%;height:24px;margin:0;padding:0;overflow:visible;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mdl-switch.is-upgraded{padding-left:28px}.mdl-switch__input{line-height:24px}.mdl-switch.is-upgraded .mdl-switch__input{position:absolute;width:0;height:0;margin:0;padding:0;opacity:0;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none}.mdl-switch__track{background:rgba(0,0,0,.26);position:absolute;left:0;top:5px;height:14px;width:36px;border-radius:14px;cursor:pointer}.mdl-switch.is-checked .mdl-switch__track{background:rgba(33,150,243,.5)}.mdl-switch__track fieldset[disabled] .mdl-switch,.mdl-switch.is-disabled .mdl-switch__track{background:rgba(0,0,0,.12);cursor:auto}.mdl-switch__thumb{background:#fafafa;position:absolute;left:0;top:2px;height:20px;width:20px;border-radius:50%;cursor:pointer;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:left}.mdl-switch.is-checked .mdl-switch__thumb{background:rgb(33,150,243);left:16px;box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12)}.mdl-switch__thumb fieldset[disabled] .mdl-switch,.mdl-switch.is-disabled .mdl-switch__thumb{background:#bdbdbd;cursor:auto}.mdl-switch__focus-helper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-4px,-4px);transform:translate(-4px,-4px);display:inline-block;box-sizing:border-box;width:8px;height:8px;border-radius:50%;background-color:transparent}.mdl-switch.is-focused .mdl-switch__focus-helper{box-shadow:0 0 0 20px rgba(0,0,0,.1);background-color:rgba(0,0,0,.1)}.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper{box-shadow:0 0 0 20px rgba(33,150,243,.26);background-color:rgba(33,150,243,.26)}.mdl-switch__label{position:relative;cursor:pointer;font-size:16px;line-height:24px;margin:0;left:24px}.mdl-switch__label fieldset[disabled] .mdl-switch,.mdl-switch.is-disabled .mdl-switch__label{color:#bdbdbd;cursor:auto}.mdl-switch__ripple-container{position:absolute;z-index:2;top:-12px;left:-14px;box-sizing:border-box;width:48px;height:48px;border-radius:50%;cursor:pointer;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000);transition-duration:.4s;transition-timing-function:step-end;transition-property:left}.mdl-switch__ripple-container .mdl-ripple{background:rgb(33,150,243)}.mdl-switch__ripple-container fieldset[disabled] .mdl-switch,.mdl-switch.is-disabled .mdl-switch__ripple-container{cursor:auto}fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple,.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple{background:0 0}.mdl-switch.is-checked .mdl-switch__ripple-container{left:2px}.mdl-tabs{display:block;width:100%}.mdl-tabs__tab-bar{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-between;-ms-flex-line-pack:justify;align-content:space-between;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;height:48px;padding:0;margin:0;border-bottom:1px solid #e0e0e0}.mdl-tabs__tab{margin:0;border:none;padding:0 24px;float:left;position:relative;display:block;text-decoration:none;height:48px;line-height:48px;text-align:center;font-weight:500;font-size:14px;text-transform:uppercase;color:rgba(0,0,0,.54);overflow:hidden}.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active{color:rgba(0,0,0,.87)}.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after{height:2px;width:100%;display:block;content:" ";bottom:0;left:0;position:absolute;background:rgb(33,150,243);-webkit-animation:border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;animation:border-expand .2s cubic-bezier(.4,0,.4,1).01s alternate forwards;transition:all 1s cubic-bezier(.4,0,1,1)}.mdl-tabs__tab .mdl-tabs__ripple-container{display:block;position:absolute;height:100%;width:100%;left:0;top:0;z-index:1;overflow:hidden}.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple{background:rgb(33,150,243)}.mdl-tabs__panel{display:block}.mdl-tabs.is-upgraded .mdl-tabs__panel{display:none}.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active{display:block}@-webkit-keyframes border-expand{0%{opacity:0;width:0}100%{opacity:1;width:100%}}@keyframes border-expand{0%{opacity:0;width:0}100%{opacity:1;width:100%}}.mdl-textfield{position:relative;font-size:16px;display:inline-block;box-sizing:border-box;width:300px;max-width:100%;margin:0;padding:20px 0}.mdl-textfield .mdl-button{position:absolute;bottom:20px}.mdl-textfield--align-right{text-align:right}.mdl-textfield--full-width{width:100%}.mdl-textfield--expandable{min-width:32px;width:auto;min-height:32px}.mdl-textfield--expandable .mdl-button--icon{top:16px}.mdl-textfield__input{border:none;border-bottom:1px solid rgba(0,0,0,.12);display:block;font-size:16px;font-family:"Helvetica","Arial",sans-serif;margin:0;padding:4px 0;width:100%;background:0 0;text-align:left;color:inherit}.mdl-textfield__input[type="number"]{-moz-appearance:textfield}.mdl-textfield__input[type="number"]::-webkit-inner-spin-button,.mdl-textfield__input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mdl-textfield.is-focused .mdl-textfield__input{outline:none}.mdl-textfield.is-invalid .mdl-textfield__input{border-color:#d50000;box-shadow:none}fieldset[disabled] .mdl-textfield .mdl-textfield__input,.mdl-textfield.is-disabled .mdl-textfield__input{background-color:transparent;border-bottom:1px dotted rgba(0,0,0,.12);color:rgba(0,0,0,.26)}.mdl-textfield textarea.mdl-textfield__input{display:block}.mdl-textfield__label{bottom:0;color:rgba(0,0,0,.26);font-size:16px;left:0;right:0;pointer-events:none;position:absolute;display:block;top:24px;width:100%;overflow:hidden;white-space:nowrap;text-align:left}.mdl-textfield.is-dirty .mdl-textfield__label,.mdl-textfield.has-placeholder .mdl-textfield__label{visibility:hidden}.mdl-textfield--floating-label .mdl-textfield__label{transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label{transition:none}fieldset[disabled] .mdl-textfield .mdl-textfield__label,.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label{color:rgba(0,0,0,.26)}.mdl-textfield--floating-label.is-focused .mdl-textfield__label,.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label{color:rgb(33,150,243);font-size:12px;top:4px;visibility:visible}.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,.mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label{top:-16px}.mdl-textfield--floating-label.is-invalid .mdl-textfield__label{color:#d50000;font-size:12px}.mdl-textfield__label:after{background-color:rgb(33,150,243);bottom:20px;content:'';height:2px;left:45%;position:absolute;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);visibility:hidden;width:10px}.mdl-textfield.is-focused .mdl-textfield__label:after{left:0;visibility:visible;width:100%}.mdl-textfield.is-invalid .mdl-textfield__label:after{background-color:#d50000}.mdl-textfield__error{color:#d50000;position:absolute;font-size:12px;margin-top:3px;visibility:hidden;display:block}.mdl-textfield.is-invalid .mdl-textfield__error{visibility:visible}.mdl-textfield__expandable-holder{display:inline-block;position:relative;margin-left:32px;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-block;max-width:.1px}.mdl-textfield.is-focused .mdl-textfield__expandable-holder,.mdl-textfield.is-dirty .mdl-textfield__expandable-holder{max-width:600px}.mdl-textfield__expandable-holder .mdl-textfield__label:after{bottom:0}.mdl-tooltip{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top center;transform-origin:top center;z-index:999;background:rgba(97,97,97,.9);border-radius:2px;color:#fff;display:inline-block;font-size:10px;font-weight:500;line-height:14px;max-width:170px;position:fixed;top:-500px;left:-500px;padding:8px;text-align:center}.mdl-tooltip.is-active{-webkit-animation:pulse 200ms cubic-bezier(0,0,.2,1)forwards;animation:pulse 200ms cubic-bezier(0,0,.2,1)forwards}.mdl-tooltip--large{line-height:14px;font-size:14px;padding:16px}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible}}@keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(.99);transform:scale(.99)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible}}.mdl-shadow--2dp{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-shadow--3dp{box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12)}.mdl-shadow--4dp{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)}.mdl-shadow--6dp{box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.mdl-shadow--8dp{box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)}.mdl-shadow--16dp{box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.mdl-shadow--24dp{box-shadow:0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2)}.mdl-grid{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 auto;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.mdl-grid.mdl-grid--no-spacing{padding:0}.mdl-cell{box-sizing:border-box}.mdl-cell--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.mdl-cell--middle{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.mdl-cell--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.mdl-cell--stretch{-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.mdl-grid.mdl-grid--no-spacing>.mdl-cell{margin:0}.mdl-cell--order-1{-webkit-order:1;-ms-flex-order:1;order:1}.mdl-cell--order-2{-webkit-order:2;-ms-flex-order:2;order:2}.mdl-cell--order-3{-webkit-order:3;-ms-flex-order:3;order:3}.mdl-cell--order-4{-webkit-order:4;-ms-flex-order:4;order:4}.mdl-cell--order-5{-webkit-order:5;-ms-flex-order:5;order:5}.mdl-cell--order-6{-webkit-order:6;-ms-flex-order:6;order:6}.mdl-cell--order-7{-webkit-order:7;-ms-flex-order:7;order:7}.mdl-cell--order-8{-webkit-order:8;-ms-flex-order:8;order:8}.mdl-cell--order-9{-webkit-order:9;-ms-flex-order:9;order:9}.mdl-cell--order-10{-webkit-order:10;-ms-flex-order:10;order:10}.mdl-cell--order-11{-webkit-order:11;-ms-flex-order:11;order:11}.mdl-cell--order-12{-webkit-order:12;-ms-flex-order:12;order:12}@media (max-width:479px){.mdl-grid{padding:8px}.mdl-cell{margin:8px;width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell{width:100%}.mdl-cell--hide-phone{display:none!important}.mdl-cell--order-1-phone.mdl-cell--order-1-phone{-webkit-order:1;-ms-flex-order:1;order:1}.mdl-cell--order-2-phone.mdl-cell--order-2-phone{-webkit-order:2;-ms-flex-order:2;order:2}.mdl-cell--order-3-phone.mdl-cell--order-3-phone{-webkit-order:3;-ms-flex-order:3;order:3}.mdl-cell--order-4-phone.mdl-cell--order-4-phone{-webkit-order:4;-ms-flex-order:4;order:4}.mdl-cell--order-5-phone.mdl-cell--order-5-phone{-webkit-order:5;-ms-flex-order:5;order:5}.mdl-cell--order-6-phone.mdl-cell--order-6-phone{-webkit-order:6;-ms-flex-order:6;order:6}.mdl-cell--order-7-phone.mdl-cell--order-7-phone{-webkit-order:7;-ms-flex-order:7;order:7}.mdl-cell--order-8-phone.mdl-cell--order-8-phone{-webkit-order:8;-ms-flex-order:8;order:8}.mdl-cell--order-9-phone.mdl-cell--order-9-phone{-webkit-order:9;-ms-flex-order:9;order:9}.mdl-cell--order-10-phone.mdl-cell--order-10-phone{-webkit-order:10;-ms-flex-order:10;order:10}.mdl-cell--order-11-phone.mdl-cell--order-11-phone{-webkit-order:11;-ms-flex-order:11;order:11}.mdl-cell--order-12-phone.mdl-cell--order-12-phone{-webkit-order:12;-ms-flex-order:12;order:12}.mdl-cell--1-col,.mdl-cell--1-col-phone.mdl-cell--1-col-phone{width:calc(25% - 16px)}.mdl-grid--no-spacing>.mdl-cell--1-col,.mdl-grid--no-spacing>.mdl-cell--1-col-phone.mdl-cell--1-col-phone{width:25%}.mdl-cell--2-col,.mdl-cell--2-col-phone.mdl-cell--2-col-phone{width:calc(50% - 16px)}.mdl-grid--no-spacing>.mdl-cell--2-col,.mdl-grid--no-spacing>.mdl-cell--2-col-phone.mdl-cell--2-col-phone{width:50%}.mdl-cell--3-col,.mdl-cell--3-col-phone.mdl-cell--3-col-phone{width:calc(75% - 16px)}.mdl-grid--no-spacing>.mdl-cell--3-col,.mdl-grid--no-spacing>.mdl-cell--3-col-phone.mdl-cell--3-col-phone{width:75%}.mdl-cell--4-col,.mdl-cell--4-col-phone.mdl-cell--4-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--4-col,.mdl-grid--no-spacing>.mdl-cell--4-col-phone.mdl-cell--4-col-phone{width:100%}.mdl-cell--5-col,.mdl-cell--5-col-phone.mdl-cell--5-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--5-col,.mdl-grid--no-spacing>.mdl-cell--5-col-phone.mdl-cell--5-col-phone{width:100%}.mdl-cell--6-col,.mdl-cell--6-col-phone.mdl-cell--6-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--6-col,.mdl-grid--no-spacing>.mdl-cell--6-col-phone.mdl-cell--6-col-phone{width:100%}.mdl-cell--7-col,.mdl-cell--7-col-phone.mdl-cell--7-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--7-col,.mdl-grid--no-spacing>.mdl-cell--7-col-phone.mdl-cell--7-col-phone{width:100%}.mdl-cell--8-col,.mdl-cell--8-col-phone.mdl-cell--8-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--8-col,.mdl-grid--no-spacing>.mdl-cell--8-col-phone.mdl-cell--8-col-phone{width:100%}.mdl-cell--9-col,.mdl-cell--9-col-phone.mdl-cell--9-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--9-col,.mdl-grid--no-spacing>.mdl-cell--9-col-phone.mdl-cell--9-col-phone{width:100%}.mdl-cell--10-col,.mdl-cell--10-col-phone.mdl-cell--10-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--10-col,.mdl-grid--no-spacing>.mdl-cell--10-col-phone.mdl-cell--10-col-phone{width:100%}.mdl-cell--11-col,.mdl-cell--11-col-phone.mdl-cell--11-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--11-col,.mdl-grid--no-spacing>.mdl-cell--11-col-phone.mdl-cell--11-col-phone{width:100%}.mdl-cell--12-col,.mdl-cell--12-col-phone.mdl-cell--12-col-phone{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--12-col,.mdl-grid--no-spacing>.mdl-cell--12-col-phone.mdl-cell--12-col-phone{width:100%}.mdl-cell--1-offset,.mdl-cell--1-offset-phone.mdl-cell--1-offset-phone{margin-left:calc(25% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset-phone.mdl-cell--1-offset-phone{margin-left:25%}.mdl-cell--2-offset,.mdl-cell--2-offset-phone.mdl-cell--2-offset-phone{margin-left:calc(50% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset-phone.mdl-cell--2-offset-phone{margin-left:50%}.mdl-cell--3-offset,.mdl-cell--3-offset-phone.mdl-cell--3-offset-phone{margin-left:calc(75% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset-phone.mdl-cell--3-offset-phone{margin-left:75%}}@media (min-width:480px) and (max-width:839px){.mdl-grid{padding:8px}.mdl-cell{margin:8px;width:calc(50% - 16px)}.mdl-grid--no-spacing>.mdl-cell{width:50%}.mdl-cell--hide-tablet{display:none!important}.mdl-cell--order-1-tablet.mdl-cell--order-1-tablet{-webkit-order:1;-ms-flex-order:1;order:1}.mdl-cell--order-2-tablet.mdl-cell--order-2-tablet{-webkit-order:2;-ms-flex-order:2;order:2}.mdl-cell--order-3-tablet.mdl-cell--order-3-tablet{-webkit-order:3;-ms-flex-order:3;order:3}.mdl-cell--order-4-tablet.mdl-cell--order-4-tablet{-webkit-order:4;-ms-flex-order:4;order:4}.mdl-cell--order-5-tablet.mdl-cell--order-5-tablet{-webkit-order:5;-ms-flex-order:5;order:5}.mdl-cell--order-6-tablet.mdl-cell--order-6-tablet{-webkit-order:6;-ms-flex-order:6;order:6}.mdl-cell--order-7-tablet.mdl-cell--order-7-tablet{-webkit-order:7;-ms-flex-order:7;order:7}.mdl-cell--order-8-tablet.mdl-cell--order-8-tablet{-webkit-order:8;-ms-flex-order:8;order:8}.mdl-cell--order-9-tablet.mdl-cell--order-9-tablet{-webkit-order:9;-ms-flex-order:9;order:9}.mdl-cell--order-10-tablet.mdl-cell--order-10-tablet{-webkit-order:10;-ms-flex-order:10;order:10}.mdl-cell--order-11-tablet.mdl-cell--order-11-tablet{-webkit-order:11;-ms-flex-order:11;order:11}.mdl-cell--order-12-tablet.mdl-cell--order-12-tablet{-webkit-order:12;-ms-flex-order:12;order:12}.mdl-cell--1-col,.mdl-cell--1-col-tablet.mdl-cell--1-col-tablet{width:calc(12.5% - 16px)}.mdl-grid--no-spacing>.mdl-cell--1-col,.mdl-grid--no-spacing>.mdl-cell--1-col-tablet.mdl-cell--1-col-tablet{width:12.5%}.mdl-cell--2-col,.mdl-cell--2-col-tablet.mdl-cell--2-col-tablet{width:calc(25% - 16px)}.mdl-grid--no-spacing>.mdl-cell--2-col,.mdl-grid--no-spacing>.mdl-cell--2-col-tablet.mdl-cell--2-col-tablet{width:25%}.mdl-cell--3-col,.mdl-cell--3-col-tablet.mdl-cell--3-col-tablet{width:calc(37.5% - 16px)}.mdl-grid--no-spacing>.mdl-cell--3-col,.mdl-grid--no-spacing>.mdl-cell--3-col-tablet.mdl-cell--3-col-tablet{width:37.5%}.mdl-cell--4-col,.mdl-cell--4-col-tablet.mdl-cell--4-col-tablet{width:calc(50% - 16px)}.mdl-grid--no-spacing>.mdl-cell--4-col,.mdl-grid--no-spacing>.mdl-cell--4-col-tablet.mdl-cell--4-col-tablet{width:50%}.mdl-cell--5-col,.mdl-cell--5-col-tablet.mdl-cell--5-col-tablet{width:calc(62.5% - 16px)}.mdl-grid--no-spacing>.mdl-cell--5-col,.mdl-grid--no-spacing>.mdl-cell--5-col-tablet.mdl-cell--5-col-tablet{width:62.5%}.mdl-cell--6-col,.mdl-cell--6-col-tablet.mdl-cell--6-col-tablet{width:calc(75% - 16px)}.mdl-grid--no-spacing>.mdl-cell--6-col,.mdl-grid--no-spacing>.mdl-cell--6-col-tablet.mdl-cell--6-col-tablet{width:75%}.mdl-cell--7-col,.mdl-cell--7-col-tablet.mdl-cell--7-col-tablet{width:calc(87.5% - 16px)}.mdl-grid--no-spacing>.mdl-cell--7-col,.mdl-grid--no-spacing>.mdl-cell--7-col-tablet.mdl-cell--7-col-tablet{width:87.5%}.mdl-cell--8-col,.mdl-cell--8-col-tablet.mdl-cell--8-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--8-col,.mdl-grid--no-spacing>.mdl-cell--8-col-tablet.mdl-cell--8-col-tablet{width:100%}.mdl-cell--9-col,.mdl-cell--9-col-tablet.mdl-cell--9-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--9-col,.mdl-grid--no-spacing>.mdl-cell--9-col-tablet.mdl-cell--9-col-tablet{width:100%}.mdl-cell--10-col,.mdl-cell--10-col-tablet.mdl-cell--10-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--10-col,.mdl-grid--no-spacing>.mdl-cell--10-col-tablet.mdl-cell--10-col-tablet{width:100%}.mdl-cell--11-col,.mdl-cell--11-col-tablet.mdl-cell--11-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--11-col,.mdl-grid--no-spacing>.mdl-cell--11-col-tablet.mdl-cell--11-col-tablet{width:100%}.mdl-cell--12-col,.mdl-cell--12-col-tablet.mdl-cell--12-col-tablet{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--12-col,.mdl-grid--no-spacing>.mdl-cell--12-col-tablet.mdl-cell--12-col-tablet{width:100%}.mdl-cell--1-offset,.mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet{margin-left:calc(12.5% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset-tablet.mdl-cell--1-offset-tablet{margin-left:12.5%}.mdl-cell--2-offset,.mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet{margin-left:calc(25% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset-tablet.mdl-cell--2-offset-tablet{margin-left:25%}.mdl-cell--3-offset,.mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet{margin-left:calc(37.5% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset-tablet.mdl-cell--3-offset-tablet{margin-left:37.5%}.mdl-cell--4-offset,.mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet{margin-left:calc(50% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset-tablet.mdl-cell--4-offset-tablet{margin-left:50%}.mdl-cell--5-offset,.mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet{margin-left:calc(62.5% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset-tablet.mdl-cell--5-offset-tablet{margin-left:62.5%}.mdl-cell--6-offset,.mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet{margin-left:calc(75% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset-tablet.mdl-cell--6-offset-tablet{margin-left:75%}.mdl-cell--7-offset,.mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet{margin-left:calc(87.5% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset-tablet.mdl-cell--7-offset-tablet{margin-left:87.5%}}@media (min-width:840px){.mdl-grid{padding:8px}.mdl-cell{margin:8px;width:calc(33.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell{width:33.3333333333%}.mdl-cell--hide-desktop{display:none!important}.mdl-cell--order-1-desktop.mdl-cell--order-1-desktop{-webkit-order:1;-ms-flex-order:1;order:1}.mdl-cell--order-2-desktop.mdl-cell--order-2-desktop{-webkit-order:2;-ms-flex-order:2;order:2}.mdl-cell--order-3-desktop.mdl-cell--order-3-desktop{-webkit-order:3;-ms-flex-order:3;order:3}.mdl-cell--order-4-desktop.mdl-cell--order-4-desktop{-webkit-order:4;-ms-flex-order:4;order:4}.mdl-cell--order-5-desktop.mdl-cell--order-5-desktop{-webkit-order:5;-ms-flex-order:5;order:5}.mdl-cell--order-6-desktop.mdl-cell--order-6-desktop{-webkit-order:6;-ms-flex-order:6;order:6}.mdl-cell--order-7-desktop.mdl-cell--order-7-desktop{-webkit-order:7;-ms-flex-order:7;order:7}.mdl-cell--order-8-desktop.mdl-cell--order-8-desktop{-webkit-order:8;-ms-flex-order:8;order:8}.mdl-cell--order-9-desktop.mdl-cell--order-9-desktop{-webkit-order:9;-ms-flex-order:9;order:9}.mdl-cell--order-10-desktop.mdl-cell--order-10-desktop{-webkit-order:10;-ms-flex-order:10;order:10}.mdl-cell--order-11-desktop.mdl-cell--order-11-desktop{-webkit-order:11;-ms-flex-order:11;order:11}.mdl-cell--order-12-desktop.mdl-cell--order-12-desktop{-webkit-order:12;-ms-flex-order:12;order:12}.mdl-cell--1-col,.mdl-cell--1-col-desktop.mdl-cell--1-col-desktop{width:calc(8.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell--1-col,.mdl-grid--no-spacing>.mdl-cell--1-col-desktop.mdl-cell--1-col-desktop{width:8.3333333333%}.mdl-cell--2-col,.mdl-cell--2-col-desktop.mdl-cell--2-col-desktop{width:calc(16.6666666667% - 16px)}.mdl-grid--no-spacing>.mdl-cell--2-col,.mdl-grid--no-spacing>.mdl-cell--2-col-desktop.mdl-cell--2-col-desktop{width:16.6666666667%}.mdl-cell--3-col,.mdl-cell--3-col-desktop.mdl-cell--3-col-desktop{width:calc(25% - 16px)}.mdl-grid--no-spacing>.mdl-cell--3-col,.mdl-grid--no-spacing>.mdl-cell--3-col-desktop.mdl-cell--3-col-desktop{width:25%}.mdl-cell--4-col,.mdl-cell--4-col-desktop.mdl-cell--4-col-desktop{width:calc(33.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell--4-col,.mdl-grid--no-spacing>.mdl-cell--4-col-desktop.mdl-cell--4-col-desktop{width:33.3333333333%}.mdl-cell--5-col,.mdl-cell--5-col-desktop.mdl-cell--5-col-desktop{width:calc(41.6666666667% - 16px)}.mdl-grid--no-spacing>.mdl-cell--5-col,.mdl-grid--no-spacing>.mdl-cell--5-col-desktop.mdl-cell--5-col-desktop{width:41.6666666667%}.mdl-cell--6-col,.mdl-cell--6-col-desktop.mdl-cell--6-col-desktop{width:calc(50% - 16px)}.mdl-grid--no-spacing>.mdl-cell--6-col,.mdl-grid--no-spacing>.mdl-cell--6-col-desktop.mdl-cell--6-col-desktop{width:50%}.mdl-cell--7-col,.mdl-cell--7-col-desktop.mdl-cell--7-col-desktop{width:calc(58.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell--7-col,.mdl-grid--no-spacing>.mdl-cell--7-col-desktop.mdl-cell--7-col-desktop{width:58.3333333333%}.mdl-cell--8-col,.mdl-cell--8-col-desktop.mdl-cell--8-col-desktop{width:calc(66.6666666667% - 16px)}.mdl-grid--no-spacing>.mdl-cell--8-col,.mdl-grid--no-spacing>.mdl-cell--8-col-desktop.mdl-cell--8-col-desktop{width:66.6666666667%}.mdl-cell--9-col,.mdl-cell--9-col-desktop.mdl-cell--9-col-desktop{width:calc(75% - 16px)}.mdl-grid--no-spacing>.mdl-cell--9-col,.mdl-grid--no-spacing>.mdl-cell--9-col-desktop.mdl-cell--9-col-desktop{width:75%}.mdl-cell--10-col,.mdl-cell--10-col-desktop.mdl-cell--10-col-desktop{width:calc(83.3333333333% - 16px)}.mdl-grid--no-spacing>.mdl-cell--10-col,.mdl-grid--no-spacing>.mdl-cell--10-col-desktop.mdl-cell--10-col-desktop{width:83.3333333333%}.mdl-cell--11-col,.mdl-cell--11-col-desktop.mdl-cell--11-col-desktop{width:calc(91.6666666667% - 16px)}.mdl-grid--no-spacing>.mdl-cell--11-col,.mdl-grid--no-spacing>.mdl-cell--11-col-desktop.mdl-cell--11-col-desktop{width:91.6666666667%}.mdl-cell--12-col,.mdl-cell--12-col-desktop.mdl-cell--12-col-desktop{width:calc(100% - 16px)}.mdl-grid--no-spacing>.mdl-cell--12-col,.mdl-grid--no-spacing>.mdl-cell--12-col-desktop.mdl-cell--12-col-desktop{width:100%}.mdl-cell--1-offset,.mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop{margin-left:calc(8.3333333333% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--1-offset-desktop.mdl-cell--1-offset-desktop{margin-left:8.3333333333%}.mdl-cell--2-offset,.mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop{margin-left:calc(16.6666666667% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--2-offset-desktop.mdl-cell--2-offset-desktop{margin-left:16.6666666667%}.mdl-cell--3-offset,.mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop{margin-left:calc(25% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--3-offset-desktop.mdl-cell--3-offset-desktop{margin-left:25%}.mdl-cell--4-offset,.mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop{margin-left:calc(33.3333333333% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--4-offset-desktop.mdl-cell--4-offset-desktop{margin-left:33.3333333333%}.mdl-cell--5-offset,.mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop{margin-left:calc(41.6666666667% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--5-offset-desktop.mdl-cell--5-offset-desktop{margin-left:41.6666666667%}.mdl-cell--6-offset,.mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop{margin-left:calc(50% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--6-offset-desktop.mdl-cell--6-offset-desktop{margin-left:50%}.mdl-cell--7-offset,.mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop{margin-left:calc(58.3333333333% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--7-offset-desktop.mdl-cell--7-offset-desktop{margin-left:58.3333333333%}.mdl-cell--8-offset,.mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop{margin-left:calc(66.6666666667% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--8-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--8-offset-desktop.mdl-cell--8-offset-desktop{margin-left:66.6666666667%}.mdl-cell--9-offset,.mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop{margin-left:calc(75% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--9-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--9-offset-desktop.mdl-cell--9-offset-desktop{margin-left:75%}.mdl-cell--10-offset,.mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop{margin-left:calc(83.3333333333% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--10-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--10-offset-desktop.mdl-cell--10-offset-desktop{margin-left:83.3333333333%}.mdl-cell--11-offset,.mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop{margin-left:calc(91.6666666667% + 8px)}.mdl-grid.mdl-grid--no-spacing>.mdl-cell--11-offset,.mdl-grid.mdl-grid--no-spacing>.mdl-cell--11-offset-desktop.mdl-cell--11-offset-desktop{margin-left:91.6666666667%}}body{margin:0}.styleguide-demo h1{margin:48px 24px 0}.styleguide-demo h1:after{content:'';display:block;width:100%;border-bottom:1px solid rgba(0,0,0,.5);margin-top:24px}.styleguide-demo{opacity:0;transition:opacity .6s ease}.styleguide-masthead{height:256px;background:#212121;padding:115px 16px 0}.styleguide-container{position:relative;max-width:960px;width:100%}.styleguide-title{color:#fff;bottom:auto;position:relative;font-size:56px;font-weight:300;line-height:1;letter-spacing:-.02em}.styleguide-title:after{border-bottom:0}.styleguide-title span{font-weight:300}.mdl-styleguide .mdl-layout__drawer .mdl-navigation__link{padding:10px 24px}.demosLoaded .styleguide-demo{opacity:1}iframe{display:block;width:100%;border:none}iframe.heightSet{overflow:hidden}.demo-wrapper{margin:24px}.demo-wrapper iframe{border:1px solid rgba(0,0,0,.5)}
\ No newline at end of file
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css b/docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css
deleted file mode 100644
index 58f7c2fd5f86..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css
+++ /dev/null
@@ -1,2 +0,0 @@
-.admonition,.mdl-shadow--2dp,.page-content pre:hover,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list){box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-shadow--3dp{box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12)}.mdl-shadow--4dp{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)}.mdl-shadow--6dp{box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.mdl-shadow--8dp{box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2)}.mdl-shadow--16dp{box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.mdl-shadow--24dp{box-shadow:0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2)}.mdl-data-table,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list){position:relative;border:1px solid rgba(0,0,0,.12);border-collapse:collapse;white-space:nowrap;font-size:13px;background-color:#fff}.mdl-data-table thead,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) thead{padding-bottom:3px}.mdl-data-table thead .mdl-data-table__select,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) thead .mdl-data-table__select{margin-top:0}.mdl-data-table tbody tr,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) tbody tr{position:relative;height:48px;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:background-color}.mdl-data-table tbody tr.is-selected,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) tbody tr.is-selected{background-color:#e0e0e0}.mdl-data-table tbody tr:hover,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) tbody tr:hover{background-color:#eee}.mdl-data-table td,.mdl-data-table th,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) td,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th{padding:0 18px 12px;text-align:right}.mdl-data-table td:first-of-type,.mdl-data-table th:first-of-type,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) td:first-of-type,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th:first-of-type{padding-left:24px}.mdl-data-table td:last-of-type,.mdl-data-table th:last-of-type,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) td:last-of-type,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th:last-of-type{padding-right:24px}.mdl-data-table td,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) td{position:relative;vertical-align:middle;height:48px;border-top:1px solid rgba(0,0,0,.12);border-bottom:1px solid rgba(0,0,0,.12);padding-top:12px;box-sizing:border-box}.mdl-data-table td .mdl-data-table__select,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) td .mdl-data-table__select{vertical-align:middle}.mdl-data-table th,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th{position:relative;vertical-align:bottom;text-overflow:ellipsis;font-size:14px;font-weight:700;line-height:24px;letter-spacing:0;height:48px;font-size:12px;color:rgba(0,0,0,.54);padding-bottom:8px;box-sizing:border-box}.mdl-data-table th.mdl-data-table__header--sorted-ascending,.mdl-data-table th.mdl-data-table__header--sorted-descending,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th.mdl-data-table__header--sorted-ascending,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th.mdl-data-table__header--sorted-descending{color:rgba(0,0,0,.87)}.mdl-data-table th.mdl-data-table__header--sorted-ascending:before,.mdl-data-table th.mdl-data-table__header--sorted-descending:before,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th.mdl-data-table__header--sorted-ascending:before,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th.mdl-data-table__header--sorted-descending:before{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;word-wrap:normal;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-size:16px;content:"\e5d8";margin-right:5px;vertical-align:sub}.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover,.mdl-data-table th.mdl-data-table__header--sorted-descending:hover,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th.mdl-data-table__header--sorted-ascending:hover,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th.mdl-data-table__header--sorted-descending:hover{cursor:pointer}.mdl-data-table th.mdl-data-table__header--sorted-ascending:hover:before,.mdl-data-table th.mdl-data-table__header--sorted-descending:hover:before,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th.mdl-data-table__header--sorted-ascending:hover:before,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th.mdl-data-table__header--sorted-descending:hover:before{color:rgba(0,0,0,.26)}.mdl-data-table th.mdl-data-table__header--sorted-descending:before,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th.mdl-data-table__header--sorted-descending:before{content:"\e5db"}.mdl-data-table__select{width:16px}.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) td,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th{text-align:left}.mdl-mini-footer{display:flex;flex-flow:row wrap;justify-content:space-between;padding:32px 16px;color:#9e9e9e;background-color:#424242}.mdl-mini-footer:after{content:"";display:block}.mdl-mini-footer .mdl-logo{line-height:36px}.mdl-mini-footer--link-list,.mdl-mini-footer__link-list,footer.mdl-mini-footer>div.mdl-mini-footer__left-section ul{display:flex;flex-flow:row nowrap;list-style:none;margin:0;padding:0}.mdl-mini-footer--link-list li,.mdl-mini-footer__link-list li,footer.mdl-mini-footer>div.mdl-mini-footer__left-section ul li{margin-bottom:0;margin-right:16px}@media screen and (min-width:760px){.mdl-mini-footer--link-list li,.mdl-mini-footer__link-list li,footer.mdl-mini-footer>div.mdl-mini-footer__left-section ul li{line-height:36px}}.mdl-mini-footer--link-list a,.mdl-mini-footer__link-list a,footer.mdl-mini-footer>div.mdl-mini-footer__left-section ul a{color:inherit;text-decoration:none;white-space:nowrap}.mdl-mini-footer--left-section,.mdl-mini-footer__left-section{display:inline-block;order:0}.mdl-mini-footer--right-section,.mdl-mini-footer__right-section{display:inline-block;order:1}.mdl-mini-footer--social-btn,.mdl-mini-footer__social-btn{width:36px;height:36px;padding:0;margin:0;background-color:#9e9e9e;border:none}.mdl-card{display:flex;flex-direction:column;font-size:16px;font-weight:400;min-height:200px;overflow:hidden;width:330px;z-index:1;position:relative;background:#fff;border-radius:2px;box-sizing:border-box}.mdl-card__media{background-color:#ff6e40;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-origin:padding-box;background-attachment:scroll;box-sizing:border-box}.mdl-card__title{align-items:center;color:#000;display:block;display:flex;justify-content:stretch;line-height:normal;padding:16px;perspective-origin:165px 56px;transform-origin:165px 56px;box-sizing:border-box}.mdl-card__title.mdl-card--border{border-bottom:1px solid rgba(0,0,0,.1)}.mdl-card__title-text{align-self:flex-end;color:inherit;display:block;display:flex;font-size:24px;font-weight:300;line-height:normal;overflow:hidden;transform-origin:149px 48px;margin:0}.mdl-card__subtitle-text{font-size:14px;color:rgba(0,0,0,.54);margin:0}.mdl-card__supporting-text{color:rgba(0,0,0,.54);font-size:1rem;line-height:18px;overflow:hidden;padding:16px;width:90%}.mdl-card__supporting-text.mdl-card--border{border-bottom:1px solid rgba(0,0,0,.1)}.mdl-card__actions{font-size:16px;line-height:normal;width:100%;background-color:transparent;padding:8px;box-sizing:border-box}.mdl-card__actions.mdl-card--border{border-top:1px solid rgba(0,0,0,.1)}.mdl-card--expand{flex-grow:1}.mdl-card__menu{position:absolute;right:16px;top:16px}.mdl-button{background:transparent;border:none;border-radius:2px;color:#000;position:relative;height:36px;margin:0;min-width:64px;padding:0 16px;display:inline-block;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;line-height:1;letter-spacing:0;overflow:hidden;will-change:box-shadow;transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);outline:none;cursor:pointer;text-decoration:none;text-align:center;line-height:36px;vertical-align:middle}.mdl-button::-moz-focus-inner{border:0}.mdl-button:hover{background-color:hsla(0,0%,62%,.2)}.mdl-button:focus:not(:active){background-color:rgba(0,0,0,.12)}.mdl-button:active{background-color:hsla(0,0%,62%,.4)}.mdl-button.mdl-button--colored{color:#2196f3}.mdl-button.mdl-button--colored:focus:not(:active){background-color:rgba(0,0,0,.12)}input.mdl-button[type=submit]{-webkit-appearance:none}.mdl-button--raised{background:hsla(0,0%,62%,.2);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mdl-button--raised:active{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);background-color:hsla(0,0%,62%,.4)}.mdl-button--raised:focus:not(:active){box-shadow:0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);background-color:hsla(0,0%,62%,.4)}.mdl-button--raised.mdl-button--colored{background:#2196f3;color:#fff}.mdl-button--raised.mdl-button--colored:active,.mdl-button--raised.mdl-button--colored:focus:not(:active),.mdl-button--raised.mdl-button--colored:hover{background-color:#2196f3}.mdl-button--raised.mdl-button--colored .mdl-ripple{background:#fff}.mdl-button--fab{border-radius:50%;font-size:24px;height:56px;margin:auto;min-width:56px;width:56px;padding:0;overflow:hidden;background:hsla(0,0%,62%,.2);box-shadow:0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);position:relative;line-height:normal}.admonition.attention .mdl-button--fab .admonition-title:before,.admonition.caution .mdl-button--fab .admonition-title:before,.admonition.danger .mdl-button--fab .admonition-title:before,.admonition.error .mdl-button--fab .admonition-title:before,.admonition.hint .mdl-button--fab .admonition-title:before,.admonition.important .mdl-button--fab .admonition-title:before,.admonition.note .mdl-button--fab .admonition-title:before,.admonition.seealso .mdl-button--fab .admonition-title:before,.admonition.tip .mdl-button--fab .admonition-title:before,.admonition.warning .mdl-button--fab .admonition-title:before,.mdl-button--fab .admonition.attention .admonition-title:before,.mdl-button--fab .admonition.caution .admonition-title:before,.mdl-button--fab .admonition.danger .admonition-title:before,.mdl-button--fab .admonition.error .admonition-title:before,.mdl-button--fab .admonition.hint .admonition-title:before,.mdl-button--fab .admonition.important .admonition-title:before,.mdl-button--fab .admonition.note .admonition-title:before,.mdl-button--fab .admonition.seealso .admonition-title:before,.mdl-button--fab .admonition.tip .admonition-title:before,.mdl-button--fab .admonition.warning .admonition-title:before,.mdl-button--fab .material-icons,.mdl-button--fab a.download:before{position:absolute;top:50%;left:50%;transform:translate(-12px,-12px);line-height:24px;width:24px}.mdl-button--fab.mdl-button--mini-fab{height:40px;min-width:40px;width:40px}.mdl-button--fab .mdl-button__ripple-container{border-radius:50%;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-button--fab:active{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);background-color:hsla(0,0%,62%,.4)}.mdl-button--fab:focus:not(:active){box-shadow:0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);background-color:hsla(0,0%,62%,.4)}.mdl-button--fab.mdl-button--colored{background:#ff6e40;color:#fff}.mdl-button--fab.mdl-button--colored:active,.mdl-button--fab.mdl-button--colored:focus:not(:active),.mdl-button--fab.mdl-button--colored:hover{background-color:#ff6e40}.mdl-button--fab.mdl-button--colored .mdl-ripple{background:#fff}.mdl-button--icon{border-radius:50%;font-size:24px;height:32px;margin-left:0;margin-right:0;min-width:32px;width:32px;padding:0;overflow:hidden;color:inherit;line-height:normal}.admonition.attention .mdl-button--icon .admonition-title:before,.admonition.caution .mdl-button--icon .admonition-title:before,.admonition.danger .mdl-button--icon .admonition-title:before,.admonition.error .mdl-button--icon .admonition-title:before,.admonition.hint .mdl-button--icon .admonition-title:before,.admonition.important .mdl-button--icon .admonition-title:before,.admonition.note .mdl-button--icon .admonition-title:before,.admonition.seealso .mdl-button--icon .admonition-title:before,.admonition.tip .mdl-button--icon .admonition-title:before,.admonition.warning .mdl-button--icon .admonition-title:before,.mdl-button--icon .admonition.attention .admonition-title:before,.mdl-button--icon .admonition.caution .admonition-title:before,.mdl-button--icon .admonition.danger .admonition-title:before,.mdl-button--icon .admonition.error .admonition-title:before,.mdl-button--icon .admonition.hint .admonition-title:before,.mdl-button--icon .admonition.important .admonition-title:before,.mdl-button--icon .admonition.note .admonition-title:before,.mdl-button--icon .admonition.seealso .admonition-title:before,.mdl-button--icon .admonition.tip .admonition-title:before,.mdl-button--icon .admonition.warning .admonition-title:before,.mdl-button--icon .material-icons,.mdl-button--icon a.download:before{position:absolute;top:50%;left:50%;transform:translate(-12px,-12px);line-height:24px;width:24px}.mdl-button--icon.mdl-button--mini-icon{height:24px;min-width:24px;width:24px}.admonition.attention .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.admonition.caution .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.admonition.danger .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.admonition.error .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.admonition.hint .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.admonition.important .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.admonition.note .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.admonition.seealso .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.admonition.tip .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.admonition.warning .mdl-button--icon.mdl-button--mini-icon .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.attention .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.caution .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.danger .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.error .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.hint .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.important .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.note .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.seealso .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.tip .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .admonition.warning .admonition-title:before,.mdl-button--icon.mdl-button--mini-icon .material-icons,.mdl-button--icon.mdl-button--mini-icon a.download:before{top:0;left:0}.mdl-button--icon .mdl-button__ripple-container{border-radius:50%;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.mdl-button__ripple-container{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0;overflow:hidden}.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple,.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple{background-color:transparent}.mdl-button--primary.mdl-button--primary{color:#2196f3}.mdl-button--primary.mdl-button--primary .mdl-ripple{background:#fff}.mdl-button--primary.mdl-button--primary.mdl-button--fab,.mdl-button--primary.mdl-button--primary.mdl-button--raised{color:#fff;background-color:#2196f3}.mdl-button--accent.mdl-button--accent{color:#ff6e40}.mdl-button--accent.mdl-button--accent .mdl-ripple{background:#fff}.mdl-button--accent.mdl-button--accent.mdl-button--fab,.mdl-button--accent.mdl-button--accent.mdl-button--raised{color:#fff;background-color:#ff6e40}.mdl-button.mdl-button--disabled.mdl-button--disabled,.mdl-button[disabled][disabled]{color:rgba(0,0,0,.26);cursor:default;background-color:transparent}.mdl-button--fab.mdl-button--disabled.mdl-button--disabled,.mdl-button--fab[disabled][disabled]{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.26)}.mdl-button--raised.mdl-button--disabled.mdl-button--disabled,.mdl-button--raised[disabled][disabled]{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.26);box-shadow:none}.mdl-button--colored.mdl-button--disabled.mdl-button--disabled,.mdl-button--colored[disabled][disabled]{color:rgba(0,0,0,.26)}.admonition.attention .mdl-button .admonition-title:before,.admonition.caution .mdl-button .admonition-title:before,.admonition.danger .mdl-button .admonition-title:before,.admonition.error .mdl-button .admonition-title:before,.admonition.hint .mdl-button .admonition-title:before,.admonition.important .mdl-button .admonition-title:before,.admonition.note .mdl-button .admonition-title:before,.admonition.seealso .mdl-button .admonition-title:before,.admonition.tip .mdl-button .admonition-title:before,.admonition.warning .mdl-button .admonition-title:before,.mdl-button .admonition.attention .admonition-title:before,.mdl-button .admonition.caution .admonition-title:before,.mdl-button .admonition.danger .admonition-title:before,.mdl-button .admonition.error .admonition-title:before,.mdl-button .admonition.hint .admonition-title:before,.mdl-button .admonition.important .admonition-title:before,.mdl-button .admonition.note .admonition-title:before,.mdl-button .admonition.seealso .admonition-title:before,.mdl-button .admonition.tip .admonition-title:before,.mdl-button .admonition.warning .admonition-title:before,.mdl-button .material-icons,.mdl-button a.download:before{vertical-align:middle}.font-light{font-weight:300}.font-regular{font-weight:400}.font-heavy{font-weight:700}.left{text-align:left}.right{text-align:right}.center{text-align:center;margin-left:auto;margin-right:auto}.justify{text-align:justify}.hidden-sm{display:none}.container{width:100%;margin-left:auto;margin-right:auto}.row{position:relative;width:100%}.row [class^=col]{float:left;margin:.5rem 1%;min-height:.125rem}.row:after{content:"";display:table;clear:both}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{width:98%}.col-1-sm{width:6.33333%}.col-2-sm{width:14.66667%}.col-3-sm{width:23%}.col-4-sm{width:31.33333%}.col-5-sm{width:39.66667%}.col-6-sm{width:48%}.col-7-sm{width:56.33333%}.col-8-sm{width:64.66667%}.col-9-sm{width:73%}.col-10-sm{width:81.33333%}.col-11-sm{width:89.66667%}.col-12-sm{width:98%}@media only screen and (min-width:45em){.col-1{width:6.33333%}.col-2{width:14.66667%}.col-3{width:23%}.col-4{width:31.33333%}.col-5{width:39.66667%}.col-6{width:48%}.col-7{width:56.33333%}.col-8{width:64.66667%}.col-9{width:73%}.col-10{width:81.33333%}.col-11{width:89.66667%}.col-12{width:98%}.hidden-sm{display:block}}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap}.row>[class*=col-]{display:flex;flex-direction:column}.admonition.attention .admonition-title:before,.admonition.caution .admonition-title:before,.admonition.danger .admonition-title:before,.admonition.error .admonition-title:before,.admonition.hint .admonition-title:before,.admonition.important .admonition-title:before,.admonition.note .admonition-title:before,.admonition.seealso .admonition-title:before,.admonition.tip .admonition-title:before,.admonition.warning .admonition-title:before,.material-icons,a.download:before{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}html{font-size:16px}body{display:block!important;background-color:#fafafa;font-size:1rem;line-height:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.mdl-layout__content:focus{outline:none}.mdl-layout__content header.mdl-layout__drawer{display:none}.mdl-layout__container{height:calc(100% - 76px);margin-top:76px}.mdl-layout__header{position:fixed;transition:transform .5s}.mdl-layout--fixed-drawer>.mdl-layout__content{margin-left:300px}@media screen and (max-width:1024px){.mdl-layout--fixed-drawer>.mdl-layout__content{margin-left:0}}a.download>code.download,blockquote,h1,h2,h3,h4,h5,h6,span.mdl-layout-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.contents,.contents a,.globaltoc a.current,.toc-backref,.toctree-wrapper,.toctree-wrapper a,h1,h2,h3,h4,h5,h6{color:#048ccc!important}a{text-decoration:none}.page-content,.page-content dd,.page-content dl,.page-content dt,.page-content ol,.page-content p,.page-content table,.page-content td,.page-content th,.page-content ul{font-size:1rem}.brand{color:inherit;text-decoration:none}.section{overflow-x:auto}img{max-width:100%;display:block;margin-left:auto;margin-right:auto}div.figure p.caption{text-align:center;margin-top:.75rem}div.figure p.caption span.caption-number{font-style:normal}div.figure p.caption .caption-number:after{content:"\00a0"}.svg-icon{width:16px;height:16px;display:inline-block;fill:#f5f5f5;padding-right:5px;padding-top:4px;vertical-align:text-top}.admonition.attention a.download>i.admonition-title:before,.admonition.caution a.download>i.admonition-title:before,.admonition.danger a.download>i.admonition-title:before,.admonition.error a.download>i.admonition-title:before,.admonition.hint a.download>i.admonition-title:before,.admonition.important a.download>i.admonition-title:before,.admonition.note a.download>i.admonition-title:before,.admonition.seealso a.download>i.admonition-title:before,.admonition.tip a.download>i.admonition-title:before,.admonition.warning a.download>i.admonition-title:before,a.download>i.material-icons{position:relative;top:5px}a.download{text-decoration:none}.wrapper:after{content:"";display:table;clear:both}.wrapper{max-width:1090px;margin-right:auto;margin-left:auto;padding-right:45px;padding-left:30px}@media screen and (max-width:1024px){.wrapper{max-width:1120px;padding-right:15px;padding-left:15px}}.document{width:100%;margin:84px auto;display:flex}@media (min-width:1795px){.document{width:100%}}.document .page-content{width:100%;margin:0 auto;padding:0 12px}@media (min-width:992px){.document .page-content{width:90%;padding:0 5%}}@media (min-width:1200px){.document .page-content{width:calc(90% - 230px);padding:0 5%}}.document .side-doc-outline{width:230px}@media (max-width:1199px){.document .side-doc-outline{display:none}}.document .side-doc-outline--content{position:sticky;overflow-x:auto;overflow-y:auto;width:inherit;right:0;top:80px}.document .side-doc-outline--content::-webkit-scrollbar{width:6px}.document .side-doc-outline--content::-webkit-scrollbar-track{border-radius:6px}.document .side-doc-outline--content::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:6px;box-shadow:0 0 0 1px hsla(0,0%,100%,.3)}@keyframes float-in{0%{transform:translateY(.5rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(.5rem);opacity:0}}.page-content .headerlink{display:inline-block;text-decoration:none;margin-left:.8rem;color:inherit;opacity:0}.page-content .headerlink:hover{animation:float-in .2s cubic-bezier(.4,0,.2,1) 0s forwards}.page-content h1 .toc-backref,.page-content h2 .toc-backref,.page-content h3 .toc-backref,.page-content h4 .toc-backref,.page-content h5 .toc-backref,.page-content h6 .toc-backref{text-decoration:none}.page-content h1:hover .headerlink,.page-content h2:hover .headerlink,.page-content h3:hover .headerlink,.page-content h4:hover .headerlink,.page-content h5:hover .headerlink,.page-content h6:hover .headerlink{animation:float-in .2s cubic-bezier(.4,0,.2,1) 0s forwards}.page-content h1{font-size:2rem;line-height:2.25rem}.page-content h2{font-size:1.75rem;line-height:2rem;padding-top:1.5rem;margin-top:0;margin-bottom:1rem}.page-content h3{font-size:1.5rem;line-height:1.75rem;padding-top:1rem;margin-top:0;margin-bottom:.75rem}.page-content h4{font-size:1.25rem;line-height:1.5rem;padding-top:.75rem;margin-top:0;margin-bottom:.5rem}.page-content div.page-content h5{font-size:1.1rem;line-height:1.5rem;padding-top:2rem;margin-top:0;margin-bottom:1rem}.page-content div.page-content h6{font-size:1rem;line-height:1.5rem;padding-top:2rem;margin-top:0;margin-bottom:1rem}.admonition{padding:12px 20px;margin-top:10px;margin-bottom:10px}.admonition p.last{margin:16px}.admonition .admonition-title{font-size:16px;font-weight:700;color:#555;text-transform:uppercase;margin-top:7px}.admonition.note{border-left:4px solid #00bcd4;background-color:rgba(0,188,212,.1)}.admonition.note .admonition-title{font-size:16px;font-weight:700;color:#00bcd4;margin-top:4px;margin-bottom:8px}.admonition.note .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"info_outline";font-size:18px}.admonition.seealso{border-left:4px solid #00bcd4;background-color:rgba(0,188,212,.1)}.admonition.seealso .admonition-title{font-size:16px;font-weight:700;color:#00bcd4;margin-top:4px;margin-bottom:8px}.admonition.seealso .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"search";font-size:18px}.admonition.hint{border-left:4px solid #00bcd4;background-color:rgba(0,188,212,.1)}.admonition.hint .admonition-title{font-size:16px;font-weight:700;color:#00bcd4;margin-top:4px;margin-bottom:8px}.admonition.hint .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"help_outline";font-size:18px}.admonition.warning{border-left:4px solid #ffc107;background-color:rgba(255,193,7,.1)}.admonition.warning .admonition-title{font-size:16px;font-weight:700;color:#ffc107;margin-top:4px;margin-bottom:8px}.admonition.warning .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"warning";font-size:18px}.admonition.attention{border-left:4px solid #ffc107;background-color:rgba(255,193,7,.1)}.admonition.attention .admonition-title{font-size:16px;font-weight:700;color:#ffc107;margin-top:4px;margin-bottom:8px}.admonition.attention .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"warning";font-size:18px}.admonition.tip{border-left:4px solid #8bc34a;background-color:rgba(139,195,74,.1)}.admonition.tip .admonition-title{font-size:16px;font-weight:700;color:#8bc34a;margin-top:4px;margin-bottom:8px}.admonition.tip .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"lightbulb_outline";font-size:18px}.admonition.important{border-left:4px solid #8bc34a;background-color:rgba(139,195,74,.1)}.admonition.important .admonition-title{font-size:16px;font-weight:700;color:#8bc34a;margin-top:4px;margin-bottom:8px}.admonition.important .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"check_circle";font-size:18px}.admonition.error{border-left:4px solid #f44336;background-color:rgba(244,67,54,.1)}.admonition.error .admonition-title{font-size:16px;font-weight:700;color:#f44336;margin-top:4px;margin-bottom:8px}.admonition.error .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"error_outline";font-size:18px}.admonition.caution{border-left:4px solid #f44336;background-color:rgba(244,67,54,.1)}.admonition.caution .admonition-title{font-size:16px;font-weight:700;color:#f44336;margin-top:4px;margin-bottom:8px}.admonition.caution .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"error_outline";font-size:18px}.admonition.danger{border-left:4px solid #f44336;background-color:rgba(244,67,54,.1)}.admonition.danger .admonition-title{font-size:16px;font-weight:700;color:#f44336;margin-top:4px;margin-bottom:8px}.admonition.danger .admonition-title:before{position:relative;margin-right:5px;top:3px;content:"error_outline";font-size:18px}.page-content .highlight{margin:1px 0}.page-content .highlight pre{background:rgba(0,0,0,.05);color:rgba(0,0,0,.87);font-family:Menlo,DejaVu Sans Mono,Liberation Mono,Consolas,Ubuntu Mono,Courier New,andale mono,lucida console,monospace;padding:.75rem;overflow:auto;overflow-y:hidden}.page-content .highlight pre .nd,.page-content .highlight pre .o{color:rgba(0,0,0,.87)}.page-content div.highlight-console div.highlight{background:none}.page-content .output .highlight pre{color:rgba(0,0,0,.87);background:#fafafa;border:1px solid #999;padding:.75rem}.page-content .code,.page-content code:not(.download){margin:0;border-radius:2px}.page-content .code,.page-content .code span.pre,.page-content code:not(.download),.page-content code:not(.download) span.pre{font-family:Menlo,DejaVu Sans Mono,Liberation Mono,Consolas,Ubuntu Mono,Courier New,andale mono,lucida console,monospace}.page-content .viewcode-link{padding-left:2em;font-size:80%}.page-content .class>dt,.page-content .function>dt,.page-content .method>dt,.page-content .rubric{display:table;margin:10px 0;font-size:100%;line-height:normal;background:#e7f2fa;color:#2b98f0;border-top:3px solid #55adf3;padding:10px;position:relative}.page-content .class>dt .descclassname,.page-content .class>dt .descname,.page-content .function>dt .descclassname,.page-content .function>dt .descname,.page-content .method>dt .descclassname,.page-content .method>dt .descname,.page-content .rubric .descclassname,.page-content .rubric .descname{color:rgba(0,0,0,.87);background:#e7f2fa;padding:3px}.page-content .class>dt em,.page-content .function>dt em,.page-content .method>dt em,.page-content .rubric em{padding:0 2px}.page-content .rubric{margin:30px 0 10px}.page-content .field-body{padding-left:40px}.page-content .field-body ul{padding:0 0 0 16px;margin:0}.page-content .seealso .docutils>dt{float:left;clear:left;padding:0 6px}.page-content .seealso .docutils>dd{padding-left:6em}.page-content .nblast{padding-bottom:1em}.page-content pre{font-size:90%;background:#eee;color:#455a64;padding:16px 32px;width:auto;border-radius:4px;word-wrap:break-word}.page-content pre:hover:before{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;padding:0 .5rem;content:attr(click-to-copy);color:rgba(0,0,0,.5);border-radius:4px;position:relative;float:right;top:-.5rem;right:-.5rem;background:#c8c8c8;font-size:.8rem;cursor:pointer}.page-content blockquote{font-size:1rem;padding:0 1rem;border-left:3px solid rgba(0,0,0,.05)}.page-content blockquote:after{content:""!important;margin-left:0}.page-content blockquote:before{content:""!important}.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list){margin:1.5rem 0;table-layout:fixed;max-width:100%;min-width:70%}.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) td,.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) th{white-space:normal;overflow-wrap:break-word}.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) caption{font-size:16px;margin:1rem 0 .8rem;white-space:normal}.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) caption .caption-number{font-style:normal}.page-content table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) caption .caption-number:after{content:"\00a0"}.globaltoc .caption,.globaltoc .toc{display:none}.globaltoc ul{list-style-type:none;padding:0;margin:0}.globaltoc ul li{min-height:18px}.globaltoc ul li .link-wrapper{display:flex;justify-content:space-between}.globaltoc ul li .link-wrapper>a{padding:4px 0;display:block;width:100%;font-size:1rem;text-decoration:none;color:#757575}.globaltoc ul li .link-wrapper>a.current{font-weight:700}.globaltoc .nav-toggle{padding:0;float:right;display:flex;align-items:center;justify-content:center;height:36px}.globaltoc .nav-toggle>a{padding:0;margin-left:0;margin-right:4px;cursor:pointer}.globaltoc .nav-toggle>a>i{font-size:18px}.globaltoc .nav-toggle.show{transform:rotate(180deg)}.globaltoc .nav-toggle.show>a{margin-right:0;margin-left:4px}.globaltoc nav>ul>li>span.link-wrapper{padding-left:8px}.globaltoc nav>ul>li>ul>li>span.link-wrapper{padding-left:16px}.globaltoc nav>ul>li>ul>li>ul>li>span.link-wrapper{padding-left:24px}.globaltoc nav>ul>li>ul>li>ul>li>ul>li>span.link-wrapper{padding-left:32px}.globaltoc nav>ul>li>ul>li>ul>li>ul>li>ul>li>span.link-wrapper{padding-left:40px}.globaltoc nav>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>span.link-wrapper{padding-left:48px}.localtoc{font-size:.75rem;padding-top:1rem}.localtoc .caption{padding-left:12px}.localtoc .caption-text{font-size:.9rem;font-weight:700}.localtoc>ul>li>a{display:none}.localtoc ul{padding:0;list-style-type:none}.localtoc li{padding-left:6px}.localtoc a{display:block;text-decoration:none;color:inherit;margin-top:8px;padding-left:8px;line-height:1.1rem}.localtoc a.current{padding-left:5px;border-left:3px solid;font-weight:700}.contents.topic,.toctree-wrapper{border-left:5px solid}.contents.topic>p.topic-title,.toctree-wrapper>p.caption{color:#757575;font-size:1rem;padding-left:14px}.contents.topic ul,.toctree-wrapper ul{padding-left:14px;list-style:none;line-height:30px}.contents.topic a,.toctree-wrapper a{font-size:1.2rem;text-decoration:none}.contents.topic a .pre,.toctree-wrapper a .pre{font-size:1rem}.contents.topic>ul>li>a,.toctree-wrapper>ul>li>a{font-size:1.3rem}.contents.topic>ul>li>a .pre,.toctree-wrapper>ul>li>a .pre{font-size:1.1rem}.page-content ul li{margin:.3rem 0}.page-content ul li p{margin:0}.page-content .option-list .option{font-family:Menlo,DejaVu Sans Mono,Liberation Mono,Consolas,Ubuntu Mono,Courier New,andale mono,lucida console,monospace}.page-content .option-list td{padding:.5rem;border:none}.mdl-layout__drawer{background-color:#fff}.mdl-layout__drawer::-webkit-scrollbar{width:6px}.mdl-layout__drawer::-webkit-scrollbar-track{border-radius:6px}.mdl-layout__drawer::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:6px;box-shadow:0 0 0 1px hsla(0,0%,100%,.3)}.mdl-layout__drawer>.mdl-layout-title{font-weight:700;text-align:right;margin:0;padding:0;line-height:32px;border-bottom:1px solid rgba(0,0,0,.1);min-height:64px}.mdl-layout__drawer>.mdl-layout-title .title{color:inherit;display:block;height:100%;width:100%;text-decoration:none}.mdl-layout__drawer>.mdl-layout-title .title>img.logo{width:100%;margin:0;padding:0}.mdl-layout__drawer>.mdl-layout-title .title-text{font-weight:700;text-align:right;padding:0 10px;margin:16px 0 8px;line-height:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;color:inherit;display:block}nav.breadcrumb>a.mdl-navigation__link{padding:0 8px;font-size:18px}@media (max-width:1199px){nav.breadcrumb{width:calc(100% - 64px)}nav.breadcrumb a.mdl-navigation__link.is-active{overflow-x:hidden;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.admonition.attention nav.breadcrumb i.admonition-title:before,.admonition.caution nav.breadcrumb i.admonition-title:before,.admonition.danger nav.breadcrumb i.admonition-title:before,.admonition.error nav.breadcrumb i.admonition-title:before,.admonition.hint nav.breadcrumb i.admonition-title:before,.admonition.important nav.breadcrumb i.admonition-title:before,.admonition.note nav.breadcrumb i.admonition-title:before,.admonition.seealso nav.breadcrumb i.admonition-title:before,.admonition.tip nav.breadcrumb i.admonition-title:before,.admonition.warning nav.breadcrumb i.admonition-title:before,nav.breadcrumb .admonition.attention i.admonition-title:before,nav.breadcrumb .admonition.caution i.admonition-title:before,nav.breadcrumb .admonition.danger i.admonition-title:before,nav.breadcrumb .admonition.error i.admonition-title:before,nav.breadcrumb .admonition.hint i.admonition-title:before,nav.breadcrumb .admonition.important i.admonition-title:before,nav.breadcrumb .admonition.note i.admonition-title:before,nav.breadcrumb .admonition.seealso i.admonition-title:before,nav.breadcrumb .admonition.tip i.admonition-title:before,nav.breadcrumb .admonition.warning i.admonition-title:before,nav.breadcrumb a.mdl-navigation__link:not(.is-active),nav.breadcrumb i.material-icons{display:none}}div.mdl-layout__header{margin-top:77px}.mdl-layout__drawer-button{top:13px!important}div.mdl-layout__header-row.header-links{background:hsla(0,0%,100%,.2);width:100%;overflow-x:auto;overflow-y:hidden}div.mdl-layout__header-row.header-links a.mdl-navigation__link{font-size:1rem}div.mdl-layout__header-row.header-links a.mdl-navigation__link i{font-size:1.2rem;margin:0 8px;position:relative;bottom:-.1rem}div.mdl-layout__header-row.header-links a.mdl-navigation__link:hover{background-color:#2196f3;color:#eee}div.mdl-layout__header-row.header-links a.mdl-navigation__link[href="#"]{background-color:#2196f3;opacity:1;color:#fff}.site-title{font-weight:300!important;line-height:57px;letter-spacing:-1px;margin-bottom:0;float:left;color:#fff}.site-title,.site-title:visited{color:#424242}.site-header{position:fixed;top:0;width:100%;min-height:55px;padding-top:10px;padding-bottom:10px;background-color:#048ccc;z-index:10;font-weight:300;font-size:17px;border-bottom:1px solid #fff}.site-header-logo{width:120px;display:initial}.site-nav{float:right;line-height:57px}.site-nav .menu-icon,.site-nav .nav-trigger{display:none}.site-nav .page-link{color:#fff;line-height:1.5;font-weight:300}.site-nav .page-link:not(:last-child){margin-right:40px}.site-nav .page-link:hover{color:#fff;text-shadow:-.06ex 0 #fff,.06ex 0 #fff}.site-nav .page-link.page-current{color:#fff;text-decoration:underline}@media screen and (max-width:1024px){.site-nav{position:absolute;top:9px;right:15px;background-color:#178dc9;border-radius:2px;text-align:right}.site-nav label[for=nav-trigger]{display:block;float:right;width:36px;height:36px;z-index:2;cursor:pointer}.site-nav .menu-icon{display:block;float:right;width:36px;height:26px;line-height:0;padding-top:20px;text-align:center}.site-nav .menu-icon>svg{fill:#fff}.site-nav input~.trigger{clear:both;display:none}.site-nav input:checked~.trigger{display:block;padding-bottom:5px}.site-nav .page-link{padding:5px 10px;display:block;margin-left:20px}.site-nav .page-link:not(:last-child){margin-right:0}}footer.mdl-mini-footer{background-color:#212121}footer.mdl-mini-footer>div.mdl-mini-footer__left-section{margin-bottom:20px;display:flex;flex-direction:column}footer.mdl-mini-footer>div.mdl-mini-footer__left-section .mdl-logo{font-size:1.1rem}footer.mdl-mini-footer>div.mdl-mini-footer__right-section{font-size:.9rem;display:flex;flex-direction:column;justify-content:flex-end}footer.mdl-mini-footer>div.mdl-mini-footer__right-section a{color:inherit;font-weight:700;text-decoration:none}footer.mdl-mini-footer p.caption{display:none}.pagenation{width:100%;margin-top:80px;height:92px;background-color:#424242;display:flex}.pagenation #button-next,.pagenation #button-prev,.pagenation .button-common{text-transform:none;padding:0;height:92px;display:flex;justify-content:center;align-items:center;color:#fff}.pagenation #button-prev{margin-right:auto}.pagenation #button-prev .pagenation-text{text-align:left}.pagenation #button-next{margin-left:auto;flex-direction:row-reverse}.pagenation #button-next .pagenation-text{text-align:right}.pagenation-arrow-L{margin-right:20px}.pagenation-arrow-R{margin-left:20px}.pagenation-text{line-height:30px;font-size:20px}.pagenation-direction{opacity:.7;font-size:18px}@media screen and (max-width:1024px){.pagenation #button-prev{width:20%}.pagenation #button-next{width:80%}.pagenation #button-prev .pagenation-text{display:none}}@media screen and (min-width:1025px){.pagenation #button-next,.pagenation #button-prev{width:50%}.pagenation #button-prev .pagenation-text{display:block}}.site-footer{border-top:1px solid #f5f5f5;padding:30px 0;background-color:#424242;position:relative;z-index:10}.site-footer .footer-category-title{color:#048ccc}.site-footer a,.site-footer a:visited{color:#f5f5f5!important}.site-footer2{background-color:#424242;padding-top:40px;padding-bottom:10px;position:relative;z-index:10}.footer-heading{margin-bottom:15px}.contact-list,.social-media-list{list-style:none;margin-left:0}.footer-bottom-warning{font-size:80%;color:#fff;float:left}.footer-logo{width:200px;margin-bottom:30px;margin-top:30px}.footer-col{float:left;margin-bottom:15px;padding-left:15px}.footer-text{color:#f5f5f5}#waterfall-exp::-webkit-input-placeholder{color:#ccc}#waterfall-exp:-ms-input-placeholder{color:#ccc}#waterfall-exp::-moz-placeholder{color:#ccc}ul.search span.highlighted{font-weight:700}ul.search>li{margin-bottom:24px}#search-results ul{list-style:none;padding:0}#search-results ul li>a{text-decoration:none;font-size:1.2rem}a.download:before{content:"file_download";position:relative;top:5px;margin-right:5px}button.download{position:sticky;margin-left:1em}.mdl-card{margin:1em 1.5em 1em 0;display:inline-block;width:250px;min-height:140px;padding:18px}.mdl-card:hover{box-shadow:0 10px 20px rgba(0,0,0,.25),0 6px 6px rgba(0,0,0,.22);color:#000;cursor:pointer}.mdl-card__title{padding:0 0 1em;font-size:18px;color:#444}.mdl-card__supporting-text{line-height:1.5rem;padding:0;width:100%}.head-card.mdl-card{width:auto;display:block;max-width:800px;padding:24px}.head-card>.mdl-card__title{padding-bottom:0;height:60px;font-weight:700;text-transform:uppercase}.head-card>.mdl-card__menu{color:#fff}.head-card>.mdl-card__actions{padding:0}.cards{display:flex;flex-direction:row;flex-wrap:wrap}
-/*# sourceMappingURL=/sphinx_materialdesign_theme.css.map */
\ No newline at end of file
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css.map b/docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css.map
deleted file mode 100644
index aaab114a83a9..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["../../node_modules/material-design-lite/src/shadow/_shadow.scss","../../node_modules/material-design-lite/src/_mixins.scss","../../node_modules/material-design-lite/src/data-table/_data-table.scss","../../node_modules/material-design-lite/src/_variables.scss","../../node_modules/material-design-lite/src/footer/_mini_footer.scss","../../node_modules/material-design-lite/src/card/_card.scss","../../node_modules/material-design-lite/src/button/_button.scss","../scss/grid/_simplegrid.scss","../scss/fonts/_material-icons.scss","../scss/_root.scss","../scss/_variables.scss","../scss/layout/_layout.scss","../scss/headerings/_headerings.scss","../scss/admonitions/_admonitions.scss","../scss/code/_code.scss","../scss/blockquote/_blockquote.scss","../scss/tables/_tables.scss","../scss/toc/_globaltoc.scss","../scss/toc/_localtoc.scss","../scss/toc/_toctree.scss","../scss/lists/_lists.scss","../scss/drawer/_drawer.scss","../scss/header/_header.scss","../scss/footer/_footer.scss","../scss/search/_search.scss","../scss/downloadlink/_downloadlink.scss","../scss/card/_card.scss"],"names":[],"mappings":"AAmBA,wJCoNE,gGAEqE,CDlNvE,iBCqNE,gGAEqE,CDnNvE,iBCsNE,iGAEmE,CDpNrE,iBCuNE,kGAEmE,CDrNrE,iBCwNE,sGAEmE,CDtNrE,kBC0NE,wGAEqE,CDxNvE,kBC4NE,yGAEqE,CCtPvE,mHACE,iBAAkB,CAClB,gCCohBkC,CDnhBlC,wBAAyB,CACzB,kBAAmB,CACnB,cC0gByB,CDzgBzB,qBAAiD,CANnD,+HASI,kBAAmB,CATvB,+KAYM,YAAa,CAZnB,qIAkBM,iBAAkB,CAClB,WC0gBsB,CFlR1B,wBCvP6C,CDwP7C,kDEkN6D,CDzczD,oCAAqC,CArB3C,6JAwBQ,wBCigB4B,CDzhBpC,iJA4BQ,qBC4fwB,CDxhBhC,kPAkCI,mBCggBsD,CD/ftD,gBAAiB,CAnCrB,0SAsCM,iBAAkB,CAtCxB,sSA0CM,kBAAmB,CA1CzB,yHA+CI,iBAAkB,CAClB,qBAAsB,CACtB,WC4ewB,CD3exB,oCCoegC,CDnehC,uCCmegC,CDlehC,gBCof8C,CDnf9C,qBAAsB,CArD1B,yKAwDM,qBAAsB,CAxD5B,yHA6DI,iBAAkB,CAClB,qBAAsB,CACtB,sBAAuB,CDsCzB,cAAe,CAIb,eAAiB,CAEnB,gBAAiB,CACjB,gBAAiB,CC3Cf,WC4dwB,CD3dxB,cC8c8B,CD7c9B,qBCgd+B,CD/c/B,kBAAmB,CACnB,qBAAsB,CArE1B,wZAyEM,qBC2coC,CDphB1C,obD8LE,0BAA6B,CAC7B,eAAmB,CACnB,iBAAkB,CAClB,cAAe,CACf,aAAc,CACd,qBAAsB,CACtB,mBAAoB,CACpB,oBAAqB,CACrB,gBAAiB,CACjB,4BAA6B,CAC7B,oCAAqC,CACrC,kCAAmC,CC7H7B,cCqc+B,CDpc/B,eAAgB,CAChB,gBAAiB,CACjB,kBAAmB,CA/E3B,gbAkFQ,cAAe,CAlFvB,4cAoFU,qBCic2C,CDrhBrD,2NAyFM,eAAgB,CAKtB,wBACE,UAAW,CAGb,iRACE,eAAgB,CEpGlB,iBACE,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAE9B,iBDoZY,CClZZ,aDwRiD,CCvRjD,wBDsRoD,CC9RtD,uBAWI,UAAW,CACX,aAAc,CAZlB,2BAgBI,gBDsYkB,CClYtB,oHAEE,YAAa,CACb,oBAAqB,CAErB,eAAgB,CAEhB,QAAS,CACT,SAAU,CARZ,6HAWI,eAAgB,CAChB,iBDyXU,CCvXV,oCAdJ,6HAeM,gBDmXgB,CCjXnB,CAjBH,0HAoBI,aAAc,CACd,oBAAqB,CACrB,kBAAmB,CAIvB,8DAEE,oBAAqB,CACrB,OAAQ,CAGV,gEAEE,oBAAqB,CACrB,OAAQ,CAGV,0DAEE,UD0VoB,CCzVpB,WDyVoB,CCvVpB,SAAU,CACV,QAAS,CAET,wBD6NiD,CC3NjD,WAAY,CCpEd,UACE,YAAa,CACb,qBAAsB,CACtB,cF2amB,CE1anB,eAAgB,CAChB,gBFwaiB,CEvajB,eAAgB,CAChB,WFqagB,CEpahB,SF2bc,CE1bd,iBAAkB,CAClB,eFiOqD,CEhOrD,iBAAkB,CAClB,qBAAsB,CAGxB,iBACE,wBF6N6D,CE5N7D,wBAAyB,CACzB,2BAA4B,CAC5B,qBAAsB,CACtB,6BAA8B,CAC9B,4BAA6B,CAC7B,qBAAsB,CAGxB,iBACE,kBAAmB,CACnB,UFiN+C,CEhN/C,aAAc,CACd,YAAa,CACb,uBAAwB,CACxB,kBAAmB,CACnB,YFiZ4B,CEhZ5B,6BFoZoC,CEnZpC,2BFsZkC,CErZlC,qBAAsB,CAVxB,kCAaI,sCFyM+B,CErMnC,sBACE,mBAAoB,CACpB,aAAc,CACd,aAAc,CACd,YAAa,CACb,cFgYyB,CE/XzB,eFkZ+B,CEjZ/B,kBAAmB,CACnB,eAAgB,CAChB,2BFwYuC,CEvYvC,QAAS,CAGX,yBACE,cFwX4B,CEvX5B,qBFuL0D,CEtL1D,QAAS,CAGX,2BACE,qBFgLsE,CE/KtE,cF8XmC,CE7XnC,gBF8XqC,CE7XrC,eAAgB,CAChB,YF+W4B,CE9W5B,SAAU,CANZ,4CASI,sCFyK+B,CErKnC,mBACE,cFqX2B,CEpX3B,kBAAmB,CACnB,UAAW,CACX,4BAA+B,CAC/B,WAAY,CACZ,qBAAsB,CANxB,oCASI,mCF4J+B,CExJnC,kBACE,WAAY,CAId,gBACE,iBAAkB,CAClB,UAAW,CACX,QAAS,CC7FX,YACE,sBAAuB,CACvB,WAAY,CACZ,iBH+cwB,CG9cxB,UHgHsD,CG/GtD,iBAAkB,CAClB,WHyckB,CGxclB,QAAS,CACT,cHscqB,CGrcrB,cHucmB,CGtcnB,oBAAqB,CLVnB,6CE8CuD,CFmIzD,cAAe,CACf,eAAgB,CAChB,wBAAyB,CACzB,aAAc,CACd,gBAAiB,CKzKjB,eAAgB,CAChB,sBAAuB,CACvB,+HH+c6D,CG5c7D,YAAa,CACb,cAAe,CACf,oBAAqB,CACrB,iBAAkB,CAClB,gBH0bkB,CGzblB,qBAAsB,CAtBxB,8BAyBI,QAAS,CAzBb,kBA6BI,kCHsF8D,CGnHlE,+BAiCI,gCHsFuD,CGvH3D,mBAqCI,kCHiF6D,CGtHjE,gCAyCI,aHiFwD,CG1H5D,mDA4CM,gCH2EqD,CGtE3D,8BACE,uBAAuB,CAIvB,oBACE,4BH4D8D,CFgGhE,gGAEqE,CK/JrE,2BLuKA,iGAEmE,CKnK/D,kCH0D2D,CGhE/D,uCLyJA,6DAA8D,CK9I1D,kCHqD2D,CGhE/D,wCAeI,kBHqDsD,CGpDtD,UHqDiE,CGrErE,wJA2BM,wBH4CmD,CGvEzD,oDA+BM,eH4C4D,CGrClE,iBACE,iBAAkB,CAClB,cHwXuB,CGvXvB,WHqXkB,CGpXlB,WAAY,CACZ,cHmXkB,CGlXlB,UHkXkB,CGjXlB,SAAU,CACV,eAAgB,CAChB,4BHc8D,CGb9D,oEAAwE,CACxE,iBAAkB,CAClB,kBAAmB,CAZrB,0wCAeI,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,gCAA8E,CAC9E,gBHuWqB,CGtWrB,UHsWqB,CG1XzB,sCAwBI,WHiWqB,CGhWrB,cHgWqB,CG/VrB,UH+VqB,CGzXzB,+CA8BI,iBAAkB,CAElB,4DAAiE,CAhCrE,wBLiIA,iGAEmE,CK9F/D,kCHX2D,CG1B/D,oCLmHA,6DAA8D,CKzE1D,kCHhB2D,CG1B/D,qCA8CI,kBHFiD,CGGjD,UHA+D,CG/CnE,+IA0DM,wBHZsD,CG9C5D,iDA8DM,eHd+D,CGqBrE,kBACE,iBAAkB,CAClB,cHmTuB,CGlTvB,WHoTmB,CGnTnB,aAAc,CACd,cAAe,CACf,cHiTmB,CGhTnB,UHgTmB,CG/SnB,SAAU,CACV,eAAgB,CAChB,aAAc,CACd,kBAAmB,CAXrB,gyCAcI,iBAAkB,CAClB,OAAQ,CACR,QAAS,CACT,gCAA8E,CAC9E,gBHmSqB,CGlSrB,UHkSqB,CGrTzB,wCAuBI,WHiSsB,CGhStB,cHgSsB,CG/RtB,UH+RsB,CGxT1B,owDA4BM,KAAyD,CACzD,MAA0D,CA7BhE,gDAkCI,iBAAkB,CAElB,4DAAiE,CAMrE,8BACE,aAAc,CACd,WAAY,CACZ,MAAS,CACT,iBAAkB,CAClB,KAAQ,CACR,UAAW,CACX,SAAU,CACV,eAAgB,CAEhB,2IAEE,4BAA6B,CAMnC,yCACE,aHpG0D,CGmG5D,qDAGI,eHrGmE,CGkGvE,qHAMI,UHxGmE,CGyGnE,wBH1GwD,CG8G5D,uCACE,aHjGqD,CGgGvD,mDAGI,eHhGiE,CG6FrE,iHAMI,UHnGiE,CGoGjE,wBHvGmD,CG6GvD,sFAII,qBHpHoE,CGqHpE,cAAe,CACf,4BAA6B,CAG9B,gGAIG,gCH9HgE,CG+HhE,qBH9HkE,CGkIrE,sGAIG,gCHvIgE,CGwIhE,qBHvIkE,CGwIlE,eAAgB,CAGnB,wGAIG,qBH/IkE,CGqJxE,4pCACE,qBAAsB,CClSxB,YACE,eAVqB,CAavB,cACE,eAbuB,CAgBzB,YACE,eAhBqB,CAqBvB,MACE,eAAgB,CAGlB,OACE,gBAAiB,CAGnB,QACE,iBAAkB,CAClB,gBAAiB,CACjB,iBAAkB,CAGpB,SACE,kBAAmB,CAGrB,WACE,YAAa,CAWf,WACE,UAAW,CACX,gBAAiB,CACjB,iBAAkB,CAGpB,KACE,iBAAkB,CAClB,UAAW,CAGb,kBACE,UAAW,CACX,eAAiB,CACjB,kBAAoB,CAGtB,WACE,UAAW,CACX,aAAc,CACd,UAAW,CAGb,uFAYE,SAzCS,CA4CX,UACE,cAA0C,CAG5C,UACE,eAAyC,CAG3C,UACE,SAAwC,CAG1C,UACE,eAAwC,CAG1C,UACE,eAA+C,CAGjD,UACE,SAAwC,CAG1C,UACE,eAA+C,CAGjD,UACE,eAA+C,CAGjD,UACE,SAA+C,CAGjD,WACE,eAAgD,CAGlD,WACE,eAAgD,CAGlD,WACE,SAzFS,CA4FX,wCACE,OACE,cAA0C,CAE5C,OACE,eAAyC,CAE3C,OACE,SAAwC,CAE1C,OACE,eAAwC,CAE1C,OACE,eAA+C,CAEjD,OACE,SAAwC,CAE1C,OACE,eAA+C,CAEjD,OACE,eAA+C,CAEjD,OACE,SAA+C,CAEjD,QACE,eAAgD,CAElD,QACE,eAAgD,CAElD,QACE,SA/HO,CANX,WAyII,aAAc,CACf,CAxHH,KA4HE,mBAAoB,CACpB,oBAAqB,CACrB,mBAAoB,CACpB,YAAa,CACb,cAAe,CAGjB,mBACE,YAAa,CACb,qBAAsB,CC/LxB,2dACI,0BAA6B,CAC7B,eAAmB,CACnB,iBAAkB,CAClB,cAAe,CACf,oBAAqB,CACrB,aAAc,CACd,mBAAoB,CACpB,qBAAsB,CACtB,gBAAiB,CACjB,kBAAmB,CACnB,aAAc,CAGd,kCAAmC,CAEnC,iCAAkC,CAGlC,iCAAkC,CAGlC,4BAA6B,CC3BjC,KACI,cCEY,CDChB,KACI,uBAAyB,CACzB,wBCDsB,CDEtB,cAAe,CACf,kBAAmB,CACnB,6ICA0J,CDG9J,2BACI,YAAa,CAGjB,+CACI,YAAa,CAGjB,uBACI,wBAAyB,CACzB,eAAgB,CAEpB,oBACI,cAAe,CACf,wBAA0B,CAE9B,+CACI,iBAAkB,CAGtB,qCAJA,+CAMQ,aACJ,CAAC,CAGL,4EAEI,6IC/B0J,CDkC9J,8GACI,uBAA8B,CAGlC,EACI,oBAAqB,CAGzB,yKAGQ,cAAe,CAIvB,OACI,aAAc,CACd,oBAAqB,CAGzB,SACI,eAAgB,CAOnB,IACG,cAAe,CACf,aAAc,CACd,gBAAiB,CACjB,iBAAkB,CAGtB,qBAEQ,iBAAkB,CAClB,iBAAkB,CAH1B,yCAMY,iBAAkB,CAN9B,2CASY,eAAgB,CAK5B,UACE,UAAW,CACX,WAAY,CACZ,oBAAqB,CACrB,YCjE0C,CDkE1C,iBAAkB,CAClB,eAAgB,CAChB,uBAAwB,CAM1B,6kBACI,iBAAkB,CAClB,OAAQ,CAGZ,WACI,oBAAqB,CAGzB,eACE,UAAW,CACX,aAAc,CACd,UAAW,CAGb,SAEE,gBAA2D,CAC3D,iBAAkB,CAClB,gBAAiB,CACjB,kBAA0C,CAC1C,iBCpGqB,CDuGrB,qCATF,SAWI,gBAAuD,CACvD,kBAAgC,CAChC,iBAA+B,CAElC,CE5GD,UACI,UAAW,CACX,gBAAiB,CACjB,YAAa,CAEb,0BALJ,UAMQ,UA3Be,CA0EtB,CArDD,wBASQ,UAAW,CACX,aAAc,CACd,cAAe,CAEf,yBAbR,wBAcY,SAxBU,CAyBV,YAxBa,CA+BpB,CAJG,0BAlBR,wBAmBY,uBAzB0B,CA0B1B,YAzBa,CA2BpB,CAtBL,4BAyBQ,WAvCY,CAyCZ,0BA3BR,4BA4BY,YAAa,CAuBpB,CAnDL,qCA+BY,eAAgB,CAChB,eAAgB,CAChB,eAAgB,CAChB,aAAc,CACd,OAAU,CACV,QAAS,CApCrB,wDAsCgB,SAAU,CAtC1B,8DA0CgB,iBAAkB,CA1ClC,8DA8CgB,+BAAmC,CACnC,iBAAkB,CAClB,uCAA4C,CC3E5D,oBACI,GACI,2BAA6B,CAC7B,SAAU,CAEjB,GACC,uBAAwB,CACxB,SAAU,CAAA,CAIZ,qBACI,GACI,uBAAwB,CACxB,SAAU,CAEjB,GACC,2BAA6B,CAC7B,SAAU,CAAA,CAIZ,0BAEQ,oBAAqB,CACrB,oBAAqB,CACrB,iBAAmB,CACnB,aAAc,CACd,SAAU,CANlB,gCAQY,0DAAsE,CARlF,oLAcY,oBAAqB,CAdjC,kNAkBgB,0DAAsE,CAlBtF,iBAwBQ,cAAe,CACf,mBAAoB,CAzB5B,iBA6BQ,iBAAkB,CAClB,gBAAiB,CACjB,kBAAmB,CACnB,YAAa,CACb,kBAAmB,CAjC3B,iBAqCQ,gBAAiB,CACjB,mBAAoB,CACpB,gBAAiB,CACjB,YAAe,CACf,oBAAqB,CAzC7B,iBA6CQ,iBAAkB,CAClB,kBAAmB,CACnB,kBAAmB,CACnB,YAAe,CACf,mBAAoB,CAjD5B,kCAqDQ,gBAAiB,CACjB,kBAAmB,CACnB,gBAAiB,CACjB,YAAe,CACf,kBAAmB,CAzD3B,kCA6DQ,cAAe,CACf,kBAAmB,CACnB,gBAAiB,CACjB,YAAe,CACf,kBAAmB,CCT3B,YAGI,iBAAkB,CAClB,eAAgB,CAChB,kBAAmB,CALvB,mBAOQ,WAAY,CAPpB,8BAUQ,cAAe,CACf,eAAiB,CACjB,UAAW,CACX,wBAAyB,CACzB,cAAe,CAdvB,iBApBI,6BA/CgC,CAgDhC,mCA/C4C,CAgD5C,mCACI,cAAe,CACf,eAAiB,CACjB,aApD4B,CAsD5B,cAAe,CACf,iBAAkB,CAClB,0CAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,sBA3DwB,CA4DxB,cAAe,CAK3B,oBApBI,6BA1CgC,CA2ChC,mCA1C4C,CA2C5C,sCACI,cAAe,CACf,eAAiB,CACjB,aA/C4B,CAiD5B,cAAe,CACf,iBAAkB,CAClB,6CAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,gBAtDkB,CAuDlB,cAAe,CAK3B,iBApBI,6BApDgC,CAqDhC,mCApD4C,CAqD5C,mCACI,cAAe,CACf,eAAiB,CACjB,aAzD4B,CA2D5B,cAAe,CACf,iBAAkB,CAClB,0CAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,sBAhEwB,CAiExB,cAAe,CAK3B,oBApBI,6BArCgC,CAsChC,mCArC4C,CAsC5C,sCACI,cAAe,CACf,eAAiB,CACjB,aA1C4B,CA4C5B,cAAe,CACf,iBAAkB,CAClB,6CAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,iBAjDmB,CAkDnB,cAAe,CAK3B,sBApBI,6BAhCgC,CAiChC,mCAhC4C,CAiC5C,wCACI,cAAe,CACf,eAAiB,CACjB,aArC4B,CAuC5B,cAAe,CACf,iBAAkB,CAClB,+CAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,iBA5CmB,CA6CnB,cAAe,CAK3B,gBApBI,6BA3BiC,CA4BjC,oCA3B6C,CA4B7C,kCACI,cAAe,CACf,eAAiB,CACjB,aAhC6B,CAkC7B,cAAe,CACf,iBAAkB,CAClB,yCAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,2BAvC6B,CAwC7B,cAAe,CAK3B,sBApBI,6BAtBiC,CAuBjC,oCAtB6C,CAuB7C,wCACI,cAAe,CACf,eAAiB,CACjB,aA3B6B,CA6B7B,cAAe,CACf,iBAAkB,CAClB,+CAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,sBAlCyB,CAmCzB,cAAe,CAK3B,kBApBI,6BAjBgC,CAkBhC,mCAjB4C,CAkB5C,oCACI,cAAe,CACf,eAAiB,CACjB,aAtB4B,CAwB5B,cAAe,CACf,iBAAkB,CAClB,2CAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,uBA7ByB,CA8BzB,cAAe,CAK3B,oBApBI,6BAZgC,CAahC,mCAZ4C,CAa5C,sCACI,cAAe,CACf,eAAiB,CACjB,aAjB4B,CAmB5B,cAAe,CACf,iBAAkB,CAClB,6CAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,uBAxByB,CAyBzB,cAAe,CAK3B,mBApBI,6BAPgC,CAQhC,mCAP4C,CAQ5C,qCACI,cAAe,CACf,eAAiB,CACjB,aAZ4B,CAc5B,cAAe,CACf,iBAAkB,CAClB,4CAEI,iBAAkB,CAClB,gBAAiB,CACjB,OAAQ,CACR,uBAnByB,CAoBzB,cAAe,CCzE3B,yBAEQ,YAAa,CAFrB,6BAIY,0BJEqB,CIDrB,qBAAsB,CACtB,wHJE2I,CID3I,cAAgB,CAChB,aAAc,CACd,iBAAkB,CAT9B,iEAWgB,qBAAsB,CAXtC,kDAiBQ,eAAgB,CAjBxB,qCAwBgB,qBAAsB,CACtB,kBJpBU,CIuBV,qBAAmB,CACnB,cAAgB,CA7BhC,sDAmCQ,QAAW,CAEX,iBAAkB,CArC1B,8HAoCQ,wHJ5B+I,CIRvJ,6BA4CQ,gBAAiB,CACjB,aAAc,CA7CtB,kGAiDQ,aAAc,CACd,aAAc,CACd,cAAe,CACf,kBAAmB,CACnB,kBAAmB,CACnB,aAAc,CACd,4BAA6B,CAC7B,YAAa,CACb,iBAAkB,CAzD1B,wSA2DY,qBAAsB,CACtB,kBAAmB,CACnB,WAAY,CA7DxB,8GAgEY,aAAc,CAhE1B,sBAsEQ,kBAAqB,CAtE7B,0BA2EQ,iBAAkB,CA3E1B,6BA6EY,kBAAmB,CACnB,QAAS,CA9ErB,oCA6FO,UAAW,CACX,UAAW,CACX,aAAc,CA/FrB,oCAmGO,gBAAiB,CAnGxB,sBAsGQ,kBAAmB,CAtG3B,kBA0GQ,aAAc,CACd,eAAgB,CAChB,aAAc,CACd,iBAAkB,CAClB,UAAW,CACX,iBAAkB,CAClB,oBAAqB,CAhH7B,+BAsHgB,6IJ7G8I,CI8G9I,eAAiB,CACjB,2BAA4B,CAC5B,oBAAyB,CACzB,iBAAkB,CAClB,iBAAkB,CAClB,WAAY,CACZ,UAAY,CACZ,YAAc,CACd,kBAA8B,CAC9B,eAAiB,CACjB,cAAe,CC9H9B,yBAEO,cAAe,CACf,cAAe,CACf,qCLDyB,CKHhC,+BAOW,oBAAsB,CACtB,aAAc,CARzB,gCAWW,oBAAsB,CCdlC,mGAKQ,eAAgB,CAChB,kBAAmB,CACnB,cAAe,CACf,aAAc,CARtB,4MAYY,kBAAmB,CACnB,wBAAyB,CAbrC,2GAiBY,cNdI,CMeJ,mBAAuB,CACvB,kBAAmB,CAnB/B,2HAqBgB,iBAAkB,CArBlC,iIAwBgB,eAAgB,CCxBhC,oCAGQ,YAAa,CAHrB,cAQQ,oBAAqB,CACrB,SAAU,CACV,QAAS,CAVjB,iBAaY,eAAgB,CAb5B,+BAegB,YAAa,CACb,6BAA8B,CAhB9C,iCAkBoB,aAAc,CACd,aAAc,CACd,UAAW,CACX,cAAe,CACf,oBAAqB,CACrB,adyKoB,CchMxC,yCAyBwB,eAAiB,CAzBzC,uBAiCQ,SAAU,CACV,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,WAAY,CAtCpB,yBAwCY,SAAU,CACV,aAAc,CACd,gBAAiB,CACjB,cAAe,CA3C3B,2BA6CgB,cAAe,CA7C/B,4BAiDY,wBAA0B,CAjDtC,8BAmDgB,cAAe,CACf,eAAgB,CApDhC,uCA2DY,gBAAiB,CA3D7B,6CA8DY,iBAAkB,CA9D9B,mDAiEY,iBAAkB,CAjE9B,yDAoEY,iBAAkB,CApE9B,+DAuEY,iBAAkB,CAvE9B,qEA0EY,iBAAkB,CC1E9B,UACI,gBAAkB,CAClB,gBAAiB,CAFrB,mBAKQ,iBAAkB,CAL1B,wBAOY,eAAiB,CACjB,eAAgB,CAR5B,kBAaQ,YAAa,CAbrB,aAiBQ,SAAU,CACV,oBAAqB,CAlB7B,aAsBQ,gBAAiB,CAtBzB,YA0BQ,aAAc,CACd,oBAAqB,CACrB,aAAc,CACd,cAAe,CACf,gBAAiB,CACjB,kBAAmB,CA/B3B,oBAkCY,gBAAiB,CACjB,qBAAsB,CACtB,eAAiB,CCjC5B,iCAEI,qBAAsB,CAG1B,yDAEI,aAAyB,CACzB,cAAe,CACf,iBAAkB,CAGtB,uCAEI,iBAAkB,CAClB,eAAgB,CAChB,gBAAiB,CAGrB,qCAEI,gBAAiB,CACjB,oBAAqB,CAHzB,+CAKQ,cAAe,CAIvB,iDAEI,gBAAiB,CAFrB,2DAIQ,gBAAiB,CCnC1B,oBAGY,cAAe,CAH3B,sBAKgB,QAAS,CALzB,mCAWY,wHVH2I,CURvJ,8BAcY,aAAe,CACf,WAAY,CCXpB,oBACI,qBAAsB,CADzB,uCAIO,SAAU,CAJjB,6CAQO,iBAAkB,CARzB,6CAYO,+BAAmC,CACnC,iBAAkB,CAClB,uCAA4C,CAdnD,sCAkBO,eAAiB,CACjB,gBAAiB,CACjB,QAAS,CACT,SAAU,CACV,gBAAiB,CACjB,sCAAuC,CACvC,eAAgB,CAxBvB,6CA0BW,aAAc,CACd,aAAc,CACd,WAAY,CACZ,UAAW,CACX,oBAAqB,CA9BhC,sDAgCe,UAAW,CACX,QAAS,CACT,SAAU,CAlCzB,kDAsCe,eAAiB,CACjB,gBAAiB,CACjB,cAAe,CACf,iBAAoB,CACpB,gBAAiB,CACjB,6IXtC0I,CWuC1I,aAAc,CACd,aAAc,CC7ClC,sCAEQ,aAAc,CACd,cAAe,CAEnB,0BALJ,eAMQ,uBAA0B,CANlC,gDAQY,iBAAkB,CAClB,UAAW,CACX,eAAgB,CAChB,kBAAmB,CACnB,sBAAuB,CAZnC,wwCAgBY,YAAa,CAChB,CAIT,uBACI,eAAgB,CAGpB,2BACI,kBAAoB,CAGxB,wCACI,6BAAiC,CACjC,UAAW,CACX,eAAgB,CAChB,iBAAkB,CAJtB,+DAOQ,cAAe,CAPvB,iEASY,gBAAiB,CACjB,YAAa,CACb,iBAAkB,CAClB,aAAe,CAZ3B,qEAiBQ,wBAAmD,CACnD,UAAc,CAlBtB,yEAqBQ,wBAAmD,CACnD,SAAU,CACV,UAAc,CAOtB,YACE,yBAA2B,CAC3B,gBAAiB,CACjB,mBAAoB,CACpB,eAAgB,CAChB,UAAW,CACX,UAAY,CANd,gCAUI,aZzCuC,CY8C3C,aACE,cAAe,CACf,KAAM,CACN,UAAW,CACX,eAAgB,CAChB,gBAAiB,CACjB,mBAAoB,CACpB,wBZzD0B,CY0D1B,UAAW,CACX,eAAgB,CAChB,cAAe,CACf,4BAA8B,CAGhC,kBACE,WAAY,CACZ,eAAgB,CAGlB,UACE,WAAY,CACZ,gBAAiB,CAFnB,4CASI,YAAa,CATjB,qBAaI,UAAY,CACZ,eAAgB,CAChB,eAAgB,CAfpB,sCAkBM,iBAAkB,CAlBxB,2BAsBM,UAAY,CACZ,sCAA4C,CAvBlD,kCA4BI,UAAY,CACZ,yBAA0B,CAG5B,qCAhCF,UAiCI,iBAAkB,CAClB,OAAQ,CACR,UAAW,CACX,wBAAiC,CACjC,iBAAkB,CAClB,gBAAiB,CAtCrB,iCAyCM,aAAc,CACd,WAAY,CACZ,UAAW,CACX,WAAY,CACZ,SAAU,CACV,cAAe,CA9CrB,qBAkDM,aAAc,CACd,WAAY,CACZ,UAAW,CACX,WAAY,CACZ,aAAc,CACd,gBAAiB,CACjB,iBAAkB,CAxDxB,yBA2DQ,SAAW,CA3DnB,yBAgEM,UAAW,CACX,YAAa,CAjEnB,iCAqEM,aAAc,CACd,kBAAmB,CAtEzB,qBA0EM,gBAAiB,CACjB,aAAc,CAMd,gBAAiB,CAjFvB,sCA8EQ,cAAe,CAChB,CC7KP,uBACI,wBAAyB,CAD7B,yDAGQ,kBAAmB,CACnB,YAAa,CACb,qBAAsB,CAL9B,mEAOY,gBAAiB,CAP7B,0DAcQ,eAAiB,CACjB,YAAa,CACb,qBAAsB,CACtB,wBAAyB,CAjBjC,4DAoBY,aAAc,CACd,eAAiB,CACjB,oBAAqB,CAtBjC,iCA0BQ,YAAa,CAOpB,YACG,UAAW,CACX,eAAgB,CAChB,WAAY,CACZ,wBAAyB,CACzB,YAAa,CALhB,6EAQO,mBAAoB,CACpB,SAAU,CACV,WAAY,CACZ,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,UAAc,CAdrB,yBAkBO,iBAAkB,CAlBzB,0CAoBW,eAAgB,CApB3B,yBA0BO,gBAAiB,CACjB,0BAA2B,CA3BlC,0CA6BW,gBAAiB,CAKrB,oBACI,iBAAkB,CAEtB,oBACI,gBAAiB,CAIzB,iBACI,gBAAiB,CACjB,cAAe,CAGnB,sBACI,UAAY,CACZ,cAAe,CAEnB,qCAnDH,yBAqDW,SAAU,CArDrB,yBAyDW,SAAU,CAzDrB,0CA6DW,YAAa,CAChB,CAEL,qCAhEH,kDAmEW,SAAU,CAnErB,0CAuEW,aAAc,CACjB,CAST,aACE,4BbvF0C,CawF1C,cAAwB,CACxB,wBAAyB,CACzB,iBAAkB,CAClB,UAAW,CALb,oCAOI,abhGwB,CayF5B,sCAaM,uBAAmC,CAMzC,cACE,wBAAyB,CACzB,gBAAiB,CACjB,mBAAoB,CACpB,iBAAkB,CAClB,UAAW,CAGb,gBACE,kBAAgC,CAGlC,iCAEE,eAAgB,CAChB,aAAc,CAIhB,uBACE,aAAc,CACd,UAAY,CACZ,UAAW,CAGb,aACE,WAAY,CACZ,kBAAmB,CACnB,eAAgB,CAGlB,YACE,UAAW,CACX,kBAAgC,CAChC,iBAA+B,CAGjC,aACE,ab/I0C,Cc5B5C,0CACI,UAAW,CAEf,qCACI,UAAW,CAEf,iCACI,UAAW,CAGf,2BACI,eAAiB,CAGrB,aACI,kBAAmB,CAGvB,mBAEQ,eAAgB,CAChB,SAAU,CAHlB,wBAMgB,oBAAqB,CACrB,gBAAiB,CC5BjC,kBAGQ,uBAAwB,CACxB,iBAAkB,CAClB,OAAQ,CACR,gBAAiB,CAIzB,gBACI,eAAgB,CAChB,eAAgB,CpBMpB,UqBjBI,sBAAuB,CACvB,oBAAqB,CACrB,WAAY,CACZ,gBAAiB,CACjB,YAAa,CAEjB,gBACI,gEAAoE,CACpE,UAAW,CACX,cAAe,CrBiCnB,iBqB9BI,eAAkB,CAClB,cAAe,CACf,UAAW,CrBgEf,2BqB5DI,kBAAmB,CACnB,SAAY,CACZ,UAAW,CAGf,oBACI,UAAW,CACX,aAAc,CACd,eAAgB,CAChB,YAAa,CAGjB,4BACI,gBAAmB,CACnB,WAAY,CACZ,eAAgB,CAChB,wBAAyB,CAE7B,2BACI,UAAW,CAEf,8BACI,SAAU,CAEd,OACI,YAAa,CACb,kBAAmB,CACnB,cAAe","file":"sphinx_materialdesign_theme.css","sourceRoot":"../../src/js","sourcesContent":["/**\n * Copyright 2015 Google Inc. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@import \"../variables\";\n@import \"../mixins\";\n\n.mdl-shadow--2dp {\n @include shadow-2dp();\n}\n\n.mdl-shadow--3dp {\n @include shadow-3dp();\n}\n\n.mdl-shadow--4dp {\n @include shadow-4dp();\n}\n\n.mdl-shadow--6dp {\n @include shadow-6dp();\n}\n\n.mdl-shadow--8dp {\n @include shadow-8dp();\n}\n\n.mdl-shadow--16dp {\n @include shadow-16dp();\n}\n\n.mdl-shadow--24dp {\n @include shadow-24dp();\n}\n","/**\n * Copyright 2015 Google Inc. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/* Typography */\n\n@mixin typo-preferred-font($usePreferred: true) {\n @if $usePreferred {\n font-family: $preferred_font;\n }\n}\n\n@mixin typo-display-4($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 112px;\n font-weight: 300;\n line-height: 1;\n letter-spacing: -0.04em;\n\n @if $colorContrast {\n opacity: 0.54;\n }\n}\n\n@mixin typo-display-3($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 56px;\n font-weight: 400;\n line-height: 1.35;\n letter-spacing: -0.02em;\n\n @if $colorContrast {\n opacity: 0.54;\n }\n}\n\n@mixin typo-display-2($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 45px;\n font-weight: 400;\n line-height: 48px;\n\n @if $colorContrast {\n opacity: 0.54;\n }\n}\n\n@mixin typo-display-1($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 34px;\n font-weight: 400;\n line-height: 40px;\n\n @if $colorContrast {\n opacity: 0.54;\n }\n}\n\n@mixin typo-headline($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 24px;\n font-weight: 400;\n line-height: 32px;\n -moz-osx-font-smoothing: grayscale;\n\n @if $colorContrast {\n opacity: 0.87;\n }\n}\n\n@mixin typo-title($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 20px;\n font-weight: 500;\n line-height: 1;\n letter-spacing: 0.02em;\n\n @if $colorContrast {\n opacity: 0.87;\n }\n}\n\n@mixin typo-subhead($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n letter-spacing: 0.04em;\n\n @if $colorContrast {\n opacity: 0.87;\n }\n}\n\n@mixin typo-subhead-2($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 16px;\n font-weight: 400;\n line-height: 28px;\n letter-spacing: 0.04em;\n\n @if $colorContrast {\n opacity: 0.87;\n }\n}\n\n@mixin typo-body-2($colorContrast: false, $usePreferred: false) {\n @include typo-preferred-font($usePreferred);\n font-size: 14px;\n @if $usePreferred {\n font-weight: 500;\n } @else {\n font-weight: bold;\n }\n line-height: 24px;\n letter-spacing: 0;\n\n @if $colorContrast {\n opacity: 0.87;\n }\n}\n\n@mixin typo-body-1($colorContrast: false, $usePreferred: false) {\n @include typo-preferred-font($usePreferred);\n font-size: 14px;\n font-weight: 400;\n line-height: 24px;\n letter-spacing: 0;\n\n @if $colorContrast {\n opacity: 0.87;\n }\n}\n\n@mixin typo-caption($colorContrast: false, $usePreferred: false) {\n @include typo-preferred-font($usePreferred);\n font-size: 12px;\n font-weight: 400;\n line-height: 1;\n letter-spacing: 0;\n\n @if $colorContrast {\n opacity: 0.54;\n }\n}\n\n@mixin typo-blockquote($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n position: relative;\n font-size: 24px;\n font-weight: 300;\n font-style: italic;\n line-height: 1.35;\n letter-spacing: 0.08em;\n\n &:before {\n position: absolute;\n left: -0.5em;\n content: '“';\n }\n\n &:after {\n content: '”';\n margin-left: -0.05em;\n }\n\n @if $colorContrast {\n opacity: 0.54;\n }\n}\n\n@mixin typo-menu($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 14px;\n font-weight: 500;\n line-height: 1;\n letter-spacing: 0;\n\n @if $colorContrast {\n opacity: 0.87;\n }\n}\n\n@mixin typo-button($colorContrast: false, $usePreferred: true) {\n @include typo-preferred-font($usePreferred);\n font-size: 14px;\n font-weight: 500;\n text-transform: uppercase;\n line-height: 1;\n letter-spacing: 0;\n\n @if $colorContrast {\n opacity: 0.87;\n }\n}\n\n@mixin typo-icon() {\n font-family: 'Material Icons';\n font-weight: normal;\n font-style: normal;\n font-size: 24px;\n line-height: 1;\n letter-spacing: normal;\n text-transform: none;\n display: inline-block;\n word-wrap: normal;\n font-feature-settings: 'liga';\n -webkit-font-feature-settings: 'liga';\n -webkit-font-smoothing: antialiased;\n}\n\n/* Shadows */\n\n// Focus shadow mixin.\n@mixin focus-shadow() {\n box-shadow: 0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);\n}\n\n@mixin shadow-2dp() {\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity),\n 0 3px 1px -2px rgba(0, 0, 0, $shadow-key-umbra-opacity),\n 0 1px 5px 0 rgba(0, 0, 0, $shadow-ambient-shadow-opacity);\n}\n@mixin shadow-3dp() {\n box-shadow: 0 3px 4px 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity),\n 0 3px 3px -2px rgba(0, 0, 0, $shadow-key-umbra-opacity),\n 0 1px 8px 0 rgba(0, 0, 0, $shadow-ambient-shadow-opacity);\n}\n@mixin shadow-4dp() {\n box-shadow: 0 4px 5px 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity),\n 0 1px 10px 0 rgba(0, 0, 0, $shadow-ambient-shadow-opacity),\n 0 2px 4px -1px rgba(0, 0, 0, $shadow-key-umbra-opacity);\n}\n@mixin shadow-6dp() {\n box-shadow: 0 6px 10px 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity),\n 0 1px 18px 0 rgba(0, 0, 0, $shadow-ambient-shadow-opacity),\n 0 3px 5px -1px rgba(0, 0, 0, $shadow-key-umbra-opacity);\n}\n@mixin shadow-8dp() {\n box-shadow: 0 8px 10px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity),\n 0 3px 14px 2px rgba(0, 0, 0, $shadow-ambient-shadow-opacity),\n 0 5px 5px -3px rgba(0, 0, 0, $shadow-key-umbra-opacity);\n}\n\n@mixin shadow-16dp() {\n box-shadow: 0 16px 24px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity),\n 0 6px 30px 5px rgba(0, 0, 0, $shadow-ambient-shadow-opacity),\n 0 8px 10px -5px rgba(0, 0, 0, $shadow-key-umbra-opacity);\n}\n\n@mixin shadow-24dp() {\n box-shadow: 0 9px 46px 8px rgba(0, 0, 0, $shadow-key-penumbra-opacity),\n 0 11px 15px -7px rgba(0, 0, 0, $shadow-ambient-shadow-opacity),\n 0 24px 38px 3px rgba(0, 0, 0, $shadow-key-umbra-opacity);\n}\n\n/* Animations */\n\n@mixin material-animation-fast-out-slow-in($duration:0.2s) {\n transition-duration: $duration;\n transition-timing-function: $animation-curve-fast-out-slow-in;\n}\n\n@mixin material-animation-linear-out-slow-in($duration:0.2s) {\n transition-duration: $duration;\n transition-timing-function: $animation-curve-linear-out-slow-in;\n}\n\n@mixin material-animation-fast-out-linear-in($duration:0.2s) {\n transition-duration: $duration;\n transition-timing-function: $animation-curve-fast-out-linear-in;\n}\n\n@mixin material-animation-default($duration:0.2s) {\n transition-duration: $duration;\n transition-timing-function: $animation-curve-default;\n}\n\n/* Dialog */\n\n@mixin dialog-width($units:5) {\n @if(type_of($units) != 'number') {\n @error \"The unit given to dialog-width should be a number.\";\n }\n // 56dp is the base unit width for Dialogs.\n // With 5 units being the number of units for a mobile device.\n // https://goo.gl/sK2O5o\n width: $units * 56px;\n}\n","/**\n * Copyright 2015 Google Inc. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@import \"../variables\";\n@import \"../mixins\";\n\n.mdl-data-table {\n position: relative;\n border: $data-table-dividers;\n border-collapse: collapse;\n white-space: nowrap;\n font-size: $data-table-font-size;\n background-color: unquote(\"rgb(#{$color-white})\");\n\n thead {\n padding-bottom: 3px;\n\n .mdl-data-table__select {\n margin-top: 0;\n }\n }\n\n tbody {\n tr {\n position: relative;\n height: $data-table-row-height;\n @include material-animation-default(0.28s);\n transition-property: background-color;\n\n &.is-selected {\n background-color: $data-table-selection-color;\n }\n\n &:hover {\n background-color: $data-table-hover-color;\n }\n }\n }\n\n td, th {\n padding: 0 $data-table-column-padding 12px $data-table-column-padding;\n text-align: right;\n\n &:first-of-type {\n padding-left: 24px;\n }\n\n &:last-of-type {\n padding-right: 24px;\n }\n }\n\n td {\n position: relative;\n vertical-align: middle;\n height: $data-table-row-height;\n border-top: $data-table-dividers;\n border-bottom: $data-table-dividers;\n padding-top: $data-table-cell-top;\n box-sizing: border-box;\n\n .mdl-data-table__select {\n vertical-align: middle;\n }\n }\n\n th {\n position: relative;\n vertical-align: bottom;\n text-overflow: ellipsis;\n @include typo-body-2();\n height: $data-table-row-height;\n font-size: $data-table-header-font-size;\n color: $data-table-header-color;\n padding-bottom: 8px;\n box-sizing: border-box;\n\n &.mdl-data-table__header--sorted-ascending,\n &.mdl-data-table__header--sorted-descending {\n color: $data-table-header-sorted-color;\n &:before {\n @include typo-icon;\n font-size: $data-table-header-sort-icon-size;\n content: \"\\e5d8\";\n margin-right: 5px;\n vertical-align: sub;\n }\n &:hover {\n cursor: pointer;\n &:before {\n color: $data-table-header-sorted-icon-hover-color;\n }\n }\n }\n &.mdl-data-table__header--sorted-descending:before {\n content: \"\\e5db\";\n }\n }\n}\n\n.mdl-data-table__select {\n width: 16px;\n}\n\n.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {\n text-align: left;\n}\n","/**\n * Copyright 2015 Google Inc. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/*------------------------------------*\\\n $CONTENTS\n\\*------------------------------------*/\n/**\n * STYLE GUIDE VARIABLES------------------Declarations of Sass variables\n * -----Typography\n * -----Colors\n * -----Textfield\n * -----Switch\n * -----Spinner\n * -----Radio\n * -----Menu\n * -----List\n * -----Layout\n * -----Icon toggles\n * -----Footer\n * -----Column\n * -----Checkbox\n * -----Card\n * -----Button\n * -----Animation\n * -----Progress\n * -----Badge\n * -----Shadows\n * -----Grid\n * -----Data table\n * -----Dialog\n * -----Snackbar\n * -----Tooltip\n * -----Chip\n *\n * Even though all variables have the `!default` directive, most of them\n * should not be changed as they are dependent one another. This can cause\n * visual distortions (like alignment issues) that are hard to track down\n * and fix.\n */\n\n\n/* ========== TYPOGRAPHY ========== */\n\n/* We're splitting fonts into \"preferred\" and \"performance\" in order to optimize\n page loading. For important text, such as the body, we want it to load\n immediately and not wait for the web font load, whereas for other sections,\n such as headers and titles, we're OK with things taking a bit longer to load.\n We do have some optional classes and parameters in the mixins, in case you\n definitely want to make sure you're using the preferred font and don't mind\n the performance hit.\n We should be able to improve on this once CSS Font Loading L3 becomes more\n widely available.\n*/\n$preferred_font: 'Roboto', 'Helvetica', 'Arial', sans-serif !default;\n$performance_font: 'Helvetica', 'Arial', sans-serif !default;\n\n/* ========== COLORS ========== */\n\n/**\n*\n* Material design color palettes.\n* @see http://www.google.com/design/spec/style/color.html\n*\n**/\n\n@import \"color-definitions\";\n@import \"functions\";\n\n/* ========== IMAGES ========== */\n$image_path: '/images' !default;\n\n/* ========== Color & Themes ========== */\n\n// Define whether individual color palette items should have classes created.\n// Setting this to true will remove individual color classes for each color in the palettes.\n// To improve overall performance (assuming they aren't used) by:\n// * Saving server bandwidth sending the extra classes\n// * Save client computation against the classes\n// it is RECOMMENDED you set this to true.\n$trim-color-classes: false !default;\n\n// Use color primarily for emphasis. Choose colors that fit with\n// your brand and provide good contrast between visual components.\n$color-primary: $palette-indigo-500 !default;\n$color-primary-dark: $palette-indigo-700 !default;\n$color-accent: $palette-pink-A200 !default;\n\n// Our primary is dark, so use $color-dark-contrast for overlaid text.\n$color-primary-contrast: $color-dark-contrast !default;\n// Our accent is dark, so use $color-dark-contrast for overlaid text.\n$color-accent-contrast: $color-dark-contrast !default;\n\n// Replace all colors with placeholders if we're generating a template.\n@if $styleguide-generate-template == true {\n $color-primary: '$color-primary';\n $color-primary-dark: '$color-primary-dark';\n $color-accent: '$color-accent';\n $color-primary-contrast: '$color-primary-contrast';\n $color-accent-contrast: '$color-accent-contrast';\n}\n\n/* ========== Typography ========== */\n\n// We use the following default color styles: text-color-primary and\n// text-color-secondary. For light themes, use text-color-primary-inverse\n// and text-color-secondary-inverse.\n\n$text-color-primary: unquote(\"rgba(#{$color-black}, 0.87)\") !default;\n$text-link-color: unquote(\"rgb(#{$color-accent})\") !default;\n\n// Define whether to target elements directly for typographic enhancements.\n// Turning this off means you need to use mdl-* classes more often.\n// Other components may also fail to adhere to MD without these rules.\n// It is strongly recommended you leave this as true.\n\n$target-elements-directly: true !default;\n\n/* ========== Components ========== */\n\n/* ========== Standard Buttons ========== */\n\n// Default button colors.\n$button-primary-color: unquote(\"rgba(#{$palette-grey-500}, 0.20)\") !default;\n$button-secondary-color: unquote(\"rgb(#{$color-black})\") !default;\n$button-hover-color: $button-primary-color !default;\n$button-active-color: unquote(\"rgba(#{$palette-grey-500}, 0.40)\") !default;\n$button-focus-color: unquote(\"rgba(#{$color-black}, 0.12)\") !default;\n\n// Colored button colors.\n$button-primary-color-alt: unquote(\"rgb(#{$color-primary})\") !default;\n$button-secondary-color-alt: unquote(\"rgb(#{$color-primary-contrast})\") !default;\n$button-hover-color-alt: unquote(\"rgb(#{$color-primary})\") !default;\n$button-active-color-alt: unquote(\"rgb(#{$color-primary})\") !default;\n$button-focus-color-alt: $button-focus-color !default;\n\n// Ripple color for colored raised buttons.\n$button-ripple-color-alt: unquote(\"rgb(#{$color-primary-contrast})\") !default;\n\n// Disabled button colors.\n$button-primary-color-disabled: unquote(\"rgba(#{$color-black}, 0.12)\") !default;\n$button-secondary-color-disabled: unquote(\"rgba(#{$color-black}, 0.26)\") !default;\n\n// FAB colors and sizes.\n$button-fab-color-alt: unquote(\"rgb(#{$color-accent})\") !default;\n$button-fab-hover-color-alt: unquote(\"rgb(#{$color-accent})\") !default;\n$button-fab-active-color-alt: unquote(\"rgb(#{$color-accent})\") !default;\n$button-fab-text-color-alt: unquote(\"rgb(#{$color-accent-contrast})\") !default;\n$button-fab-ripple-color-alt: unquote(\"rgb(#{$color-accent-contrast})\") !default;\n\n// Icon button colors and sizes.\n$button-icon-color: unquote(\"rgb(#{$palette-grey-700})\") !default;\n$button-icon-focus-color: $button-focus-color !default;\n\n/* ========== Icon Toggles ========== */\n\n$icon-toggle-color: unquote(\"rgb(#{$palette-grey-700})\") !default;\n$icon-toggle-focus-color: $button-focus-color !default;\n$icon-toggle-checked-color: unquote(\"rgb(#{$color-primary})\") !default;\n$icon-toggle-checked-focus-color: unquote(\"rgba(#{$color-primary}, 0.26)\") !default;\n$icon-toggle-disabled-color: unquote(\"rgba(#{$color-black}, 0.26)\") !default;\n\n/* ========== Radio Buttons ========== */\n\n$radio-color: unquote(\"rgb(#{$color-primary})\") !default;\n$radio-off-color: unquote(\"rgba(#{$color-black}, 0.54)\") !default;\n$radio-disabled-color: unquote(\"rgba(#{$color-black}, 0.26)\") !default;\n\n/* ========== Ripple effect ========== */\n\n$ripple-bg-color: unquote(\"rgb(#{$color-light-contrast})\") !default;\n\n/* ========== Layout ========== */\n\n$layout-nav-color: unquote(\"rgb(#{$palette-grey-300})\") !default;\n\n// Drawer\n$layout-drawer-bg-color: unquote(\"rgb(#{$palette-grey-50})\") !default;\n$layout-drawer-border-color: unquote(\"rgb(#{$palette-grey-300})\") !default;\n$layout-text-color: unquote(\"rgb(#{$palette-grey-800})\") !default;\n$layout-drawer-navigation-color: #757575 !default;\n$layout-drawer-navigation-link-active-background: unquote(\"rgb(#{$palette-grey-300})\") !default;\n$layout-drawer-navigation-link-active-color: unquote(\"rgb(#{$color-light-contrast})\") !default;\n\n// Header\n$layout-header-bg-color: unquote(\"rgb(#{$color-primary})\") !default;\n$layout-header-text-color: unquote(\"rgb(#{$color-primary-contrast})\") !default;\n$layout-header-nav-hover-color: unquote(\"rgba(#{$palette-grey-700}, 0.6)\") !default;\n$layout-header-tab-text-color: unquote(\"rgba(#{$color-primary-contrast}, 0.6)\") !default;\n\n// Tabs\n$layout-header-tab-highlight: unquote(\"rgb(#{$color-accent})\") !default;\n\n/* ========== Content Tabs ========== */\n\n$tab-highlight-color: unquote(\"rgb(#{$color-primary})\") !default;\n$tab-text-color: unquote(\"rgba(#{$color-black}, 0.54)\") !default;\n$tab-active-text-color: unquote(\"rgba(#{$color-black}, 0.87)\") !default;\n$tab-border-color: unquote(\"rgb(#{$palette-grey-300})\") !default;\n\n/* ========== Checkboxes ========== */\n\n$checkbox-color: unquote(\"rgb(#{$color-primary})\") !default;\n$checkbox-off-color: unquote(\"rgba(#{$color-black}, 0.54)\") !default;\n$checkbox-disabled-color: unquote(\"rgba(#{$color-black}, 0.26)\") !default;\n$checkbox-focus-color: unquote(\"rgba(#{$color-primary}, 0.26)\") !default;\n$checkbox-image-path: $image_path;\n\n/* ========== Switches ========== */\n\n$switch-color: unquote(\"rgb(#{$color-primary})\") !default;\n$switch-faded-color: unquote(\"rgba(#{$color-primary}, 0.26)\") !default;\n$switch-thumb-color: $switch-color !default;\n$switch-track-color: unquote(\"rgba(#{$color-primary}, 0.5)\") !default;\n\n$switch-off-thumb-color: unquote(\"rgb(#{$palette-grey-50})\") !default;\n$switch-off-track-color: unquote(\"rgba(#{$color-black}, 0.26)\") !default;\n$switch-disabled-thumb-color: unquote(\"rgb(#{$palette-grey-400})\") !default;\n$switch-disabled-track-color: unquote(\"rgba(#{$color-black}, 0.12)\") !default;\n\n/* ========== Spinner ========== */\n\n$spinner-color-1: unquote(\"rgb(#{$palette-blue-400})\") !default;\n$spinner-color-2: unquote(\"rgb(#{$palette-red-500})\") !default;\n$spinner-color-3: unquote(\"rgb(#{$palette-yellow-600})\") !default;\n$spinner-color-4: unquote(\"rgb(#{$palette-green-500})\") !default;\n\n$spinner-single-color: unquote(\"rgb(#{$color-primary})\") !default;\n\n/* ========== Text fields ========== */\n\n$input-text-background-color: transparent !default;\n$input-text-label-color: unquote(\"rgba(#{$color-black}, 0.26)\") !default;\n$input-text-bottom-border-color: unquote(\"rgba(#{$color-black}, 0.12)\") !default;\n$input-text-highlight-color: unquote(\"rgb(#{$color-primary})\") !default;\n$input-text-disabled-color: $input-text-bottom-border-color !default;\n$input-text-disabled-text-color: $input-text-label-color !default;\n$input-text-error-color: unquote(\"rgb(#{$palette-red-A700})\") !default;\n\n/* ========== Card ========== */\n\n$card-background-color: unquote(\"rgb(#{$color-white})\") !default;\n$card-text-color: unquote(\"rgb(#{$color-black})\") !default;\n$card-image-placeholder-color: unquote(\"rgb(#{$color-accent})\") !default;\n$card-supporting-text-text-color: unquote(\"rgba(#{$color-black}, 0.54)\") !default;\n$card-border-color: rgba(0,0,0,0.1) !default;\n$card-subtitle-color: unquote(\"rgba(#{$color-black}, 0.54)\") !default;\n\n/* ========== Sliders ========== */\n\n$range-bg-color: unquote(\"rgba(#{$color-black}, 0.26)\") !default;\n$range-color: unquote(\"rgb(#{$color-primary})\") !default;\n$range-faded-color: unquote(\"rgba(#{$color-primary}, 0.26)\") !default;\n$range-bg-focus-color: unquote(\"rgba(#{$color-black}, 0.12)\") !default;\n\n/* ========== Progress ========== */\n$progress-main-color: unquote(\"rgb(#{$color-primary})\") !default;\n$progress-secondary-color: unquote(\"rgba(#{$color-primary-contrast}, 0.7)\") !default;\n$progress-fallback-buffer-color: unquote(\"rgba(#{$color-primary-contrast}, 0.9)\") !default;\n$progress-image-path: $image_path;\n\n/* ========== List ========== */\n\n$list-main-text-text-color: unquote(\"rgba(#{$color-black}, 0.87)\") !default;\n$list-supporting-text-text-color: unquote(\"rgba(#{$color-black}, 0.54)\") !default;\n$list-icon-color: unquote(\"rgb(#{$palette-grey-600})\") !default;\n$list-avatar-color: white !default;\n\n/* ========== Item ========== */\n\n// Default Item Colors\n$default-item-text-color: unquote(\"rgba(#{$color-black}, 0.87)\") !default;\n$default-item-outline-color: unquote(\"rgb(#{$palette-grey-400})\") !default;\n$default-item-hover-bg-color: unquote(\"rgb(#{$palette-grey-200})\") !default;\n$default-item-focus-bg-color: unquote(\"rgb(#{$palette-grey-200})\") !default;\n$default-item-active-bg-color: unquote(\"rgb(#{$palette-grey-300})\") !default;\n$default-item-divider-color: unquote(\"rgba(#{$color-black}, 0.12)\") !default;\n\n// Disabled Button Colors\n$disabled-item-text-color: unquote(\"rgb(#{$palette-grey-400})\") !default;\n\n/* ========== Dropdown menu ========== */\n\n$default-dropdown-bg-color: unquote(\"rgb(#{$color-white})\") !default;\n\n/* ========== Tooltips ========== */\n\n$tooltip-text-color: unquote(\"rgb(#{$color-white})\") !default;\n$tooltip-background-color: unquote(\"rgba(#{$palette-grey-700}, 0.9)\") !default;\n\n/* ========== Footer ========== */\n\n$footer-bg-color: unquote(\"rgb(#{$palette-grey-800})\") !default;\n$footer-color: unquote(\"rgb(#{$palette-grey-500})\") !default;\n$footer-heading-color: unquote(\"rgb(#{$palette-grey-300})\") !default;\n$footer-button-fill-color: $footer-color !default;\n$footer-underline-color: $footer-color !default;\n\n\n/* TEXTFIELD */\n\n$input-text-font-size: 16px !default;\n$input-text-width: 100% !default;\n$input-text-padding: 4px !default;\n$input-text-vertical-spacing: 20px !default;\n\n$input-text-button-size: 32px !default;\n$input-text-floating-label-fontsize: 12px !default;\n$input-text-expandable-icon-top: 16px !default;\n\n\n/* SWITCH */\n\n$switch-label-font-size: 16px !default;\n$switch-label-height: 24px !default;\n$switch-track-height: 14px !default;\n$switch-track-length: 36px !default;\n$switch-thumb-size: 20px !default;\n$switch-track-top: ($switch-label-height - $switch-track-height) / 2 !default;\n$switch-thumb-top: ($switch-label-height - $switch-thumb-size) / 2 !default;\n$switch-ripple-size: $switch-label-height * 2 !default;\n$switch-helper-size: 8px !default;\n\n/* SPINNER */\n\n$spinner-size: 28px !default;\n$spinner-stroke-width: 3px !default;\n\n// Amount of circle the arc takes up.\n$spinner-arc-size: 270deg !default;\n// Time it takes to expand and contract arc.\n$spinner-arc-time: 1333ms !default;\n// How much the start location of the arc should rotate each time.\n$spinner-arc-start-rot: 216deg !default;\n\n$spinner-duration: 360 * $spinner-arc-time / (\n strip-units($spinner-arc-start-rot + (360deg - $spinner-arc-size)));\n\n\n/* RADIO */\n\n$radio-label-font-size: 16px !default;\n$radio-label-height: 24px !default;\n$radio-button-size: 16px !default;\n$radio-inner-margin: $radio-button-size / 4;\n$radio-padding: 8px !default;\n$radio-top-offset: ($radio-label-height - $radio-button-size) / 2;\n$radio-ripple-size: 42px !default;\n\n\n/* MENU */\n\n$menu-expand-duration: 0.3s !default;\n$menu-fade-duration: 0.2s !default;\n\n/* LIST */\n\n$list-border: 8px !default;\n$list-min-height: 48px !default;\n$list-min-padding: 16px !default;\n$list-bottom-padding: 20px !default;\n$list-avatar-text-left-distance: 72px !default;\n$list-icon-text-left-distance: 72px !default;\n\n$list-avatar-size: 40px !default;\n$list-icon-size: 24px !default;\n\n$list-two-line-height: 72px !default;\n$list-three-line-height: 88px !default;\n\n/* LAYOUT */\n\n$layout-drawer-narrow: 240px !default;\n$layout-drawer-wide: 456px !default;\n$layout-drawer-width: $layout-drawer-narrow !default;\n\n$layout-header-icon-size: 32px !default;\n$layout-screen-size-threshold: 1024px !default;\n$layout-header-icon-margin: 24px !default;\n$layout-drawer-button-mobile-size: 32px !default;\n$layout-drawer-button-desktop-size: 48px !default;\n\n$layout-header-mobile-row-height: 56px !default;\n$layout-mobile-header-height: $layout-header-mobile-row-height;\n$layout-header-desktop-row-height: 64px !default;\n$layout-desktop-header-height: $layout-header-desktop-row-height;\n\n$layout-header-desktop-baseline: 80px !default;\n$layout-header-mobile-baseline: 72px !default;\n$layout-header-mobile-indent: 16px !default;\n$layout-header-desktop-indent: 40px !default;\n\n$layout-tab-font-size: 14px !default;\n$layout-tab-bar-height: 48px !default;\n$layout-tab-mobile-padding: 12px !default;\n$layout-tab-desktop-padding: 24px !default;\n$layout-tab-highlight-thickness: 2px !default;\n\n\n/* ICON TOGGLE */\n\n$icon-toggle-size: 32px !default;\n$icon-toggle-font-size: 24px !default;\n$icon-toggle-ripple-size: 36px !default;\n\n/* FOOTER */\n\n/*mega-footer*/\n$footer-min-padding: 16px !default;\n$footer-padding-sides: 40px !default;\n$footer-heading-font-size: 14px !default;\n$footer-heading-line-height: (1.7 * $footer-heading-font-size) !default;\n$footer-btn-size: 36px !default;\n\n/*mini-footer*/\n$padding: 16px !default;\n$footer-heading-font-size: 24px !default;\n$footer-heading-line-height: (1.5 * $footer-heading-font-size) !default;\n$footer-btn-size: 36px !default;\n\n/* CHECKBOX */\n\n$checkbox-label-font-size: 16px !default;\n$checkbox-label-height: 24px !default;\n$checkbox-button-size: 16px !default;\n$checkbox-inner-margin: 2px !default;\n$checkbox-padding: 8px !default;\n$checkbox-top-offset:\n($checkbox-label-height - $checkbox-button-size - $checkbox-inner-margin) / 2;\n$checkbox-ripple-size: $checkbox-label-height * 1.5;\n\n/* CARD */\n\n/* Card dimensions */\n$card-width: 330px !default;\n$card-height: 200px !default;\n$card-font-size: 16px !default;\n$card-title-font-size: 24px !default;\n$card-subtitle-font-size: 14px !default;\n$card-horizontal-padding: 16px !default;\n$card-vertical-padding: 16px !default;\n\n$card-title-perspective-origin-x: 165px !default;\n$card-title-perspective-origin-y: 56px !default;\n\n$card-title-transform-origin-x: 165px !default;\n$card-title-transform-origin-y: 56px !default;\n\n$card-title-text-transform-origin-x: 149px !default;\n$card-title-text-transform-origin-y: 48px !default;\n\n$card-supporting-text-font-size: 1rem !default;\n$card-supporting-text-line-height: 18px !default;\n\n$card-actions-font-size: 16px !default;\n\n$card-title-text-font-weight: 300 !default;\n$card-z-index: 1 !default;\n\n/* Cover image */\n$card-cover-image-height: 186px !default;\n$card-background-image-url: '' !default;\n\n\n/* BUTTON */\n/**\n *\n * Dimensions\n *\n */\n$button-min-width: 64px !default;\n$button-height: 36px !default;\n$button-padding: 16px !default;\n$button-margin: 4px !default;\n$button-border-radius: 2px !default;\n\n$button-fab-size: 56px !default;\n$button-fab-size-mini: 40px !default;\n$button-fab-font-size: 24px !default;\n\n$button-icon-size: 32px !default;\n$button-icon-size-mini: 24px !default;\n\n\n/* ANIMATION */\n$animation-curve-fast-out-slow-in: cubic-bezier(0.4, 0, 0.2, 1) !default;\n$animation-curve-linear-out-slow-in: cubic-bezier(0, 0, 0.2, 1) !default;\n$animation-curve-fast-out-linear-in: cubic-bezier(0.4, 0, 1, 1) !default;\n\n$animation-curve-default: $animation-curve-fast-out-slow-in !default;\n\n\n/* PROGRESS */\n$bar-height: 4px !default;\n\n/* BADGE */\n$badge-font-size: 12px !default;\n$badge-color: unquote(\"rgb(#{$color-accent-contrast})\") !default;\n$badge-color-inverse: unquote(\"rgb(#{$color-accent})\") !default;\n$badge-background: unquote(\"rgb(#{$color-accent})\") !default;\n$badge-background-inverse: unquote(\"rgba(#{$color-accent-contrast},0.2)\") !default;\n$badge-size : 22px !default;\n$badge-padding: 2px !default;\n$badge-overlap: 12px !default;\n\n/* SHADOWS */\n\n$shadow-key-umbra-opacity: 0.2 !default;\n$shadow-key-penumbra-opacity: 0.14 !default;\n$shadow-ambient-shadow-opacity: 0.12 !default;\n\n/* GRID */\n\n$grid-desktop-columns: 12 !default;\n$grid-desktop-gutter: 16px !default;\n$grid-desktop-margin: 16px !default;\n\n$grid-desktop-breakpoint: 840px !default;\n\n$grid-tablet-columns: 8 !default;\n$grid-tablet-gutter: $grid-desktop-gutter !default;\n$grid-tablet-margin: $grid-desktop-margin !default;\n\n$grid-tablet-breakpoint: 480px !default;\n\n$grid-phone-columns: 4 !default;\n$grid-phone-gutter: $grid-desktop-gutter !default;\n$grid-phone-margin: $grid-desktop-margin !default;\n\n$grid-cell-default-columns: $grid-phone-columns !default;\n$grid-max-columns: $grid-desktop-columns !default;\n\n/* DATA TABLE */\n\n$data-table-font-size: 13px !default;\n$data-table-header-font-size: 12px !default;\n$data-table-header-sort-icon-size: 16px !default;\n\n$data-table-header-color: rgba(#000, 0.54) !default;\n$data-table-header-sorted-color: rgba(#000, 0.87) !default;\n$data-table-header-sorted-icon-hover-color: rgba(#000, 0.26) !default;\n$data-table-divider-color: rgba(#000, 0.12) !default;\n\n$data-table-hover-color: #eeeeee !default;\n$data-table-selection-color: #e0e0e0 !default;\n\n$data-table-dividers: 1px solid $data-table-divider-color !default;\n\n$data-table-row-height: 48px !default;\n$data-table-last-row-height: 56px !default;\n$data-table-header-height: 56px !default;\n\n$data-table-column-spacing: 36px !default;\n$data-table-column-padding: $data-table-column-spacing / 2;\n\n$data-table-card-header-height: 64px !default;\n$data-table-card-title-top: 20px !default;\n$data-table-card-padding: 24px !default;\n$data-table-button-padding-right: 16px !default;\n$data-table-cell-top: $data-table-card-padding / 2;\n\n/* DIALOG */\n$dialog-content-color: $card-supporting-text-text-color;\n\n/* SNACKBAR */\n\n// Hard coded since the color is not present in any palette.\n$snackbar-background-color: #323232 !default;\n$snackbar-tablet-breakpoint: $grid-tablet-breakpoint;\n$snackbar-action-color: unquote(\"rgb(#{$color-accent})\") !default;\n\n/* TOOLTIP */\n$tooltip-font-size: 10px !default;\n$tooltip-font-size-large: 14px !default;\n\n/* CHIP */\n$chip-bg-color: rgb(222, 222, 222) !default;\n$chip-bg-active-color: rgb(214, 214, 214) !default;\n$chip-height: 32px !default;\n$chip-font-size: 13px !default; \n","/**\n * Copyright 2015 Google Inc. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@import \"../variables\";\n\n.mdl-mini-footer {\n display: flex;\n flex-flow: row wrap;\n justify-content: space-between;\n\n padding: ($padding * 2) $padding;\n\n color: $footer-color;\n background-color: $footer-bg-color;\n\n &:after {\n content: '';\n display: block;\n }\n\n & .mdl-logo {\n line-height: $footer-btn-size;\n }\n}\n\n.mdl-mini-footer--link-list,\n.mdl-mini-footer__link-list {\n display: flex;\n flex-flow: row nowrap;\n\n list-style: none;\n\n margin: 0;\n padding: 0;\n\n & li {\n margin-bottom: 0;\n margin-right: $padding;\n\n @media screen and (min-width: 760px) {\n line-height: $footer-btn-size;\n }\n }\n\n & a {\n color: inherit;\n text-decoration: none;\n white-space: nowrap;\n }\n}\n\n.mdl-mini-footer--left-section,\n.mdl-mini-footer__left-section {\n display: inline-block;\n order: 0;\n}\n\n.mdl-mini-footer--right-section,\n.mdl-mini-footer__right-section {\n display: inline-block;\n order: 1;\n}\n\n.mdl-mini-footer--social-btn,\n.mdl-mini-footer__social-btn {\n width: $footer-btn-size;\n height: $footer-btn-size;\n\n padding: 0;\n margin: 0;\n\n background-color: $footer-button-fill-color;\n\n border: none;\n}\n","/**\n * Copyright 2015 Google Inc. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@import \"../variables\";\n\n.mdl-card {\n display: flex;\n flex-direction: column;\n font-size: $card-font-size;\n font-weight: 400;\n min-height: $card-height;\n overflow: hidden;\n width: $card-width;\n z-index: $card-z-index;\n position: relative;\n background: $card-background-color;\n border-radius: 2px;\n box-sizing: border-box;\n}\n\n.mdl-card__media {\n background-color: $card-image-placeholder-color;\n background-repeat: repeat;\n background-position: 50% 50%;\n background-size: cover;\n background-origin: padding-box;\n background-attachment: scroll;\n box-sizing: border-box;\n}\n\n.mdl-card__title {\n align-items: center;\n color: $card-text-color;\n display: block;\n display: flex;\n justify-content: stretch;\n line-height: normal;\n padding: $card-vertical-padding $card-horizontal-padding;\n perspective-origin: $card-title-perspective-origin-x $card-title-perspective-origin-y;\n transform-origin: $card-title-transform-origin-x $card-title-transform-origin-y;\n box-sizing: border-box;\n\n &.mdl-card--border {\n border-bottom: 1px solid $card-border-color;\n }\n}\n\n.mdl-card__title-text {\n align-self: flex-end;\n color: inherit;\n display: block;\n display: flex;\n font-size: $card-title-font-size;\n font-weight: $card-title-text-font-weight;\n line-height: normal;\n overflow: hidden;\n transform-origin: $card-title-text-transform-origin-x $card-title-text-transform-origin-y;\n margin: 0;\n}\n\n.mdl-card__subtitle-text {\n font-size: $card-subtitle-font-size;\n color: $card-subtitle-color;\n margin: 0;\n}\n\n.mdl-card__supporting-text {\n color: $card-supporting-text-text-color;\n font-size: $card-supporting-text-font-size;\n line-height: $card-supporting-text-line-height;\n overflow: hidden;\n padding: $card-vertical-padding $card-horizontal-padding;\n width: 90%;\n\n &.mdl-card--border {\n border-bottom: 1px solid $card-border-color;\n }\n}\n\n.mdl-card__actions {\n font-size: $card-actions-font-size;\n line-height: normal;\n width: 100%;\n background-color: rgba(0,0,0,0);\n padding: 8px;\n box-sizing: border-box;\n\n &.mdl-card--border {\n border-top: 1px solid $card-border-color;\n }\n}\n\n.mdl-card--expand {\n flex-grow: 1;\n}\n\n\n.mdl-card__menu {\n position: absolute;\n right: 16px;\n top: 16px;\n}\n","/**\n * Copyright 2015 Google Inc. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n@import \"../variables\";\n@import \"../mixins\";\n\n// The button component. Defaults to a flat button.\n.mdl-button {\n background: transparent;\n border: none;\n border-radius: $button-border-radius;\n color: $button-secondary-color;\n position: relative;\n height: $button-height;\n margin: 0;\n min-width: $button-min-width;\n padding: 0 $button-padding;\n display: inline-block;\n @include typo-button();\n overflow: hidden;\n will-change: box-shadow;\n transition: box-shadow 0.2s $animation-curve-fast-out-linear-in,\n background-color 0.2s $animation-curve-default,\n color 0.2s $animation-curve-default;\n outline: none;\n cursor: pointer;\n text-decoration: none;\n text-align: center;\n line-height: $button-height;\n vertical-align: middle;\n\n &::-moz-focus-inner {\n border: 0;\n }\n\n &:hover {\n background-color: $button-hover-color;\n }\n\n &:focus:not(:active) {\n background-color: $button-focus-color;\n }\n\n &:active {\n background-color: $button-active-color;\n }\n\n &.mdl-button--colored {\n color: $button-primary-color-alt;\n\n &:focus:not(:active) {\n background-color: $button-focus-color-alt;\n }\n }\n}\n\ninput.mdl-button[type=\"submit\"] {\n -webkit-appearance:none;\n}\n\n // Raised buttons\n .mdl-button--raised {\n background: $button-primary-color;\n @include shadow-2dp();\n\n &:active {\n @include shadow-4dp();\n background-color: $button-active-color;\n }\n\n &:focus:not(:active) {\n @include focus-shadow();\n background-color: $button-active-color;\n }\n\n &.mdl-button--colored {\n background: $button-primary-color-alt;\n color: $button-secondary-color-alt;\n\n &:hover {\n background-color: $button-hover-color-alt;\n }\n\n &:active {\n background-color: $button-active-color-alt;\n }\n\n &:focus:not(:active) {\n background-color: $button-active-color-alt;\n }\n\n & .mdl-ripple {\n background: $button-ripple-color-alt;\n }\n }\n }\n\n\n // FABs\n .mdl-button--fab {\n border-radius: 50%;\n font-size: $button-fab-font-size;\n height: $button-fab-size;\n margin: auto;\n min-width: $button-fab-size;\n width: $button-fab-size;\n padding: 0;\n overflow: hidden;\n background: $button-primary-color;\n box-shadow: 0 1px 1.5px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);\n position: relative;\n line-height: normal;\n\n & .material-icons {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(- $button-fab-font-size / 2, - $button-fab-font-size / 2);\n line-height: $button-fab-font-size;\n width: $button-fab-font-size;\n }\n\n &.mdl-button--mini-fab {\n height: $button-fab-size-mini;\n min-width: $button-fab-size-mini;\n width: $button-fab-size-mini;\n }\n\n & .mdl-button__ripple-container {\n border-radius: 50%;\n // Fixes clipping bug in Safari.\n -webkit-mask-image: -webkit-radial-gradient(circle, white, black);\n }\n\n &:active {\n @include shadow-4dp();\n background-color: $button-active-color;\n }\n\n &:focus:not(:active) {\n @include focus-shadow();\n background-color: $button-active-color;\n }\n\n &.mdl-button--colored {\n background: $button-fab-color-alt;\n color: $button-fab-text-color-alt;\n\n &:hover {\n background-color: $button-fab-hover-color-alt;\n }\n\n &:focus:not(:active) {\n background-color: $button-fab-active-color-alt;\n }\n\n &:active {\n background-color: $button-fab-active-color-alt;\n }\n\n & .mdl-ripple {\n background: $button-fab-ripple-color-alt;\n }\n }\n }\n\n\n // Icon buttons\n .mdl-button--icon {\n border-radius: 50%;\n font-size: $button-fab-font-size;\n height: $button-icon-size;\n margin-left: 0;\n margin-right: 0;\n min-width: $button-icon-size;\n width: $button-icon-size;\n padding: 0;\n overflow: hidden;\n color: inherit;\n line-height: normal;\n\n & .material-icons {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(- $button-fab-font-size / 2, - $button-fab-font-size / 2);\n line-height: $button-fab-font-size;\n width: $button-fab-font-size;\n }\n\n &.mdl-button--mini-icon {\n height: $button-icon-size-mini;\n min-width: $button-icon-size-mini;\n width: $button-icon-size-mini;\n\n & .material-icons {\n top: ($button-icon-size-mini - $button-fab-font-size) / 2;\n left: ($button-icon-size-mini - $button-fab-font-size) / 2;\n }\n }\n\n & .mdl-button__ripple-container {\n border-radius: 50%;\n // Fixes clipping bug in Safari.\n -webkit-mask-image: -webkit-radial-gradient(circle, white, black);\n }\n }\n\n\n // Ripples\n .mdl-button__ripple-container {\n display: block;\n height: 100%;\n left: 0px;\n position: absolute;\n top: 0px;\n width: 100%;\n z-index: 0;\n overflow: hidden;\n\n .mdl-button[disabled] & .mdl-ripple,\n .mdl-button.mdl-button--disabled & .mdl-ripple {\n background-color: transparent;\n }\n }\n\n// Colorized buttons\n\n.mdl-button--primary.mdl-button--primary {\n color: $button-primary-color-alt;\n & .mdl-ripple {\n background: $button-secondary-color-alt;\n }\n &.mdl-button--raised, &.mdl-button--fab {\n color: $button-secondary-color-alt;\n background-color: $button-primary-color-alt;\n }\n}\n\n.mdl-button--accent.mdl-button--accent {\n color: $button-fab-color-alt;\n & .mdl-ripple {\n background: $button-fab-text-color-alt;\n }\n &.mdl-button--raised, &.mdl-button--fab {\n color: $button-fab-text-color-alt;\n background-color: $button-fab-color-alt;\n }\n}\n\n// Disabled buttons\n\n.mdl-button {\n // Bump up specificity by using [disabled] twice.\n &[disabled][disabled],\n &.mdl-button--disabled.mdl-button--disabled {\n color: $button-secondary-color-disabled;\n cursor: default;\n background-color: transparent;\n }\n\n &--fab {\n // Bump up specificity by using [disabled] twice.\n &[disabled][disabled],\n &.mdl-button--disabled.mdl-button--disabled {\n background-color: $button-primary-color-disabled;\n color: $button-secondary-color-disabled;\n }\n }\n\n &--raised {\n // Bump up specificity by using [disabled] twice.\n &[disabled][disabled],\n &.mdl-button--disabled.mdl-button--disabled {\n background-color: $button-primary-color-disabled;\n color: $button-secondary-color-disabled;\n box-shadow: none;\n }\n }\n &--colored {\n // Bump up specificity by using [disabled] twice.\n &[disabled][disabled],\n &.mdl-button--disabled.mdl-button--disabled {\n color: $button-secondary-color-disabled;\n }\n }\n}\n\n// Align icons inside buttons with text\n.mdl-button .material-icons {\n vertical-align: middle;\n}\n","// SIMPLE GRID - SASS/SCSS\n\n\n// fonts\n$font-weight-light: 300;\n$font-weight-regular: 400;\n$font-weight-heavy: 700;\n\n// colors\n$dark-grey: #333447;\n$dark-gray: #333447; // for the Americans\n\n\n.font-light {\n font-weight: $font-weight-light;\n}\n\n.font-regular {\n font-weight: $font-weight-regular;\n}\n\n.font-heavy {\n font-weight: $font-weight-heavy;\n}\n\n// utility\n\n.left {\n text-align: left;\n}\n\n.right {\n text-align: right;\n}\n\n.center {\n text-align: center;\n margin-left: auto;\n margin-right: auto;\n}\n\n.justify {\n text-align: justify;\n}\n\n.hidden-sm {\n display: none;\n}\n\n// grid\n\n$width: 98%;\n$gutter: 2%;\n$breakpoint-small: 33.75em; // 540px\n$breakpoint-med: 45em; // 720px\n$breakpoint-large: 60em; // 960px\n\n.container {\n width: 100%;\n margin-left: auto;\n margin-right: auto;\n}\n\n.row {\n position: relative;\n width: 100%;\n}\n\n.row [class^=\"col\"] {\n float: left;\n margin: 0.5rem 1%;\n min-height: 0.125rem;\n}\n\n.row::after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n.col-1,\n.col-2,\n.col-3,\n.col-4,\n.col-5,\n.col-6,\n.col-7,\n.col-8,\n.col-9,\n.col-10,\n.col-11,\n.col-12 {\n width: $width;\n}\n\n.col-1-sm {\n width: ($width / 12) - ($gutter * 11 / 12);\n}\n\n.col-2-sm {\n width: ($width / 6) - ($gutter * 10 / 12);\n}\n\n.col-3-sm {\n width: ($width / 4) - ($gutter * 9 / 12);\n}\n\n.col-4-sm {\n width: ($width / 3) - ($gutter * 8 / 12);\n}\n\n.col-5-sm {\n width: ($width / (12 / 5)) - ($gutter * 7 / 12);\n}\n\n.col-6-sm {\n width: ($width / 2) - ($gutter * 6 / 12);\n}\n\n.col-7-sm {\n width: ($width / (12 / 7)) - ($gutter * 5 / 12);\n}\n\n.col-8-sm {\n width: ($width / (12 / 8)) - ($gutter * 4 / 12);\n}\n\n.col-9-sm {\n width: ($width / (12 / 9)) - ($gutter * 3 / 12);\n}\n\n.col-10-sm {\n width: ($width / (12 / 10)) - ($gutter * 2 / 12);\n}\n\n.col-11-sm {\n width: ($width / (12 / 11)) - ($gutter * 1 / 12);\n}\n\n.col-12-sm {\n width: $width;\n}\n\n@media only screen and (min-width: $breakpoint-med) {\n .col-1 {\n width: ($width / 12) - ($gutter * 11 / 12);\n }\n .col-2 {\n width: ($width / 6) - ($gutter * 10 / 12);\n }\n .col-3 {\n width: ($width / 4) - ($gutter * 9 / 12);\n }\n .col-4 {\n width: ($width / 3) - ($gutter * 8 / 12);\n }\n .col-5 {\n width: ($width / (12 / 5)) - ($gutter * 7 / 12);\n }\n .col-6 {\n width: ($width / 2) - ($gutter * 6 / 12);\n }\n .col-7 {\n width: ($width / (12 / 7)) - ($gutter * 5 / 12);\n }\n .col-8 {\n width: ($width / (12 / 8)) - ($gutter * 4 / 12);\n }\n .col-9 {\n width: ($width / (12 / 9)) - ($gutter * 3 / 12);\n }\n .col-10 {\n width: ($width / (12 / 10)) - ($gutter * 2 / 12);\n }\n .col-11 {\n width: ($width / (12 / 11)) - ($gutter * 1 / 12);\n }\n .col-12 {\n width: $width;\n }\n\n .hidden-sm {\n display: block;\n }\n}\n\n.row {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n flex-wrap: wrap;\n}\n\n.row > [class*='col-'] {\n display: flex;\n flex-direction: column;\n}\n","\n/*\nMaterial Icons\n*/\n\n.material-icons {\n font-family: 'Material Icons';\n font-weight: normal;\n font-style: normal;\n font-size: 24px; /* Preferred icon size */\n display: inline-block;\n line-height: 1;\n text-transform: none;\n letter-spacing: normal;\n word-wrap: normal;\n white-space: nowrap;\n direction: ltr;\n \n /* Support for all WebKit browsers. */\n -webkit-font-smoothing: antialiased;\n /* Support for Safari and Chrome. */\n text-rendering: optimizeLegibility;\n \n /* Support for Firefox. */\n -moz-osx-font-smoothing: grayscale;\n \n /* Support for IE. */\n font-feature-settings: 'liga';\n }","html {\n font-size: $font_size;\n}\n\nbody {\n display: block !important;\n background-color: $background_color;\n font-size: 1rem;\n line-height: 1.5rem;\n font-family: $body_font_family;\n}\n\n.mdl-layout__content:focus {\n outline: none;\n }\n\n.mdl-layout__content header.mdl-layout__drawer {\n display: none;\n}\n\n.mdl-layout__container {\n height: calc(100% - 76px);\n margin-top: 76px;\n}\n.mdl-layout__header {\n position: fixed;\n transition: transform 0.5s;\n}\n.mdl-layout--fixed-drawer>.mdl-layout__content {\n margin-left: 300px; \n}\n\n@media screen and (max-width: 1024px) {\n .mdl-layout--fixed-drawer>.mdl-layout__content {\n margin-left:0\n }\n}\n\nh1, h2, h3, h4, h5, h6, blockquote, span.mdl-layout-title,\na.download > code.download {\n font-family: $body_font_family;\n}\n\nh1, h2, h3, h4, h5, h6, .toc-backref, .contents, .toctree-wrapper, .contents a, .toctree-wrapper a, .globaltoc a.current {\n color: $color-mxnet !important;\n}\n\na {\n text-decoration: none;\n}\n\n.page-content {\n font-size: 1rem;\n p, ul, ol, dl, dd, dt, table, th, td {\n font-size: 1rem;\n }\n}\n\n.brand {\n color: inherit;\n text-decoration: none;\n}\n\n.section {\n overflow-x: auto;\n}\n\n\n/*\n * Figure Directive Styles\n */\n img {\n max-width: 100%;\n display: block;\n margin-left: auto;\n margin-right: auto;\n }\n\ndiv.figure {\n p.caption {\n text-align: center;\n margin-top: .75rem;\n\n span.caption-number {\n font-style: normal;\n }\n .caption-number::after {\n content: \"\\00a0\";\n }\n }\n}\n\n.svg-icon {\n width: 16px;\n height: 16px;\n display: inline-block;\n fill: $grey-color-light;\n padding-right: 5px;\n padding-top: 4px;\n vertical-align: text-top;\n}\n\n/*\n * Download Link Styles\n */\na.download > i.material-icons {\n position: relative;\n top: 5px;\n}\n\na.download {\n text-decoration: none;\n}\n\n%clearfix:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n.wrapper {\n max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));\n max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));\n margin-right: auto;\n margin-left: auto;\n padding-right: calc(#{$spacing-unit}+15px);\n padding-left: $spacing-unit;\n @extend %clearfix;\n\n @media screen and (max-width: $on-laptop) {\n max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));\n max-width: calc(#{$content-width} - (#{$spacing-unit}));\n padding-right: $spacing-unit / 2;\n padding-left: $spacing-unit / 2;\n }\n}\n\n","/*\nVariables\n*/\n$font_size: 16px;\n\n$background_color: #fafafa;\n$code_background: rgba(0,0,0,.05);\n\n$code_font_family: \"Menlo\", \"DejaVu Sans Mono\", \"Liberation Mono\", \"Consolas\", \"Ubuntu Mono\", \"Courier New\", \"andale mono\", \"lucida console\", monospace !default;\n$body_font_family: -apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\" !default;\n$base-font-size: 17px !default;\n\n$xl-breakpoint: 1795px;\n$lg-breakpoint: 1200px;\n$md-breakpoint: 992px;\n$sm-breakpoint: 768px;\n$xs-breakpoint: 576px;\n\n$color-primary: $palette-blue-500;\n$color-primary-dark: $palette-blue-700 !default;\n$color-accent: $palette-deep-orange-A200 !default;\n$color-primary-contrast: $color-white !default;\n$color-accent-contrast: $color-white !default;\n\n\n$base-line-height: 1.5 !default;\n$spacing-unit: 30px !default;\n\n$color-mxnet: rgb(4,140,204);\n$color-mxnet-dark: rgb(4,60,110);\n$grey-color: #828282 !default;\n$grey-color-light: lighten($grey-color, 45%) !default;\n$grey-color-dark: darken($grey-color, 25%) !default;\n\n$table-text-align: left !default;\n\n// Width of the content area\n$content-width: 1150px !default;\n\n$on-palm: 600px !default;\n$on-palm: 900px !default;\n$on-laptop: 1024px !default;","/**\n * Layout Styles\n */\n $layout: (\n document: (\n xl: (\n width: 100%,\n )\n ),\n drawer-container: (\n width: $layout-drawer-width,\n ),\n side-doc-outline: (\n width: 230px,\n ),\n page-content: (\n md: (\n width: 90%,\n padding: 0 5%\n ),\n lg: (\n width: calc( 90% - 230px ),\n padding: 0 5%\n )\n )\n);\n\n.document {\n width: 100%;\n margin: 84px auto;\n display: flex;\n\n @media (min-width: $xl-breakpoint) {\n width: map-get(map-get(map-get($layout, document), xl), width);\n }\n .page-content {\n width: 100%;\n margin: 0 auto;\n padding: 0 12px;\n\n @media (min-width: $md-breakpoint) {\n width: map-get(map-get(map-get($layout, page-content), md), width);\n padding: map-get(map-get(map-get($layout, page-content), md), padding);\n }\n\n @media (min-width: $lg-breakpoint) {\n width: map-get(map-get(map-get($layout, page-content), lg), width);\n padding: map-get(map-get(map-get($layout, page-content), lg), padding);\n }\n }\n\n .side-doc-outline {\n width: map-get(map-get($layout, side-doc-outline), width);\n\n @media (max-width: $lg-breakpoint - 1) {\n display: none;\n } \n &--content {\n position: sticky;\n overflow-x: auto;\n overflow-y: auto;\n width: inherit;\n right: 0px;\n top: 80px;\n &::-webkit-scrollbar {\n width: 6px;\n }\n \n &::-webkit-scrollbar-track {\n border-radius: 6px;\n }\n \n &::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, .3);\n border-radius: 6px;\n box-shadow:0 0 0 1px rgba(255, 255, 255, .3);\n }\n }\n }\n\n}","@keyframes float-in {\n 0% {\n transform: translateY(0.5rem);\n opacity: 0;\n }\n\t100% {\n\t\ttransform: translateY(0);\n\t\topacity: 1;\n\t}\n}\n\n@keyframes float-out {\n 0% {\n transform: translateY(0);\n opacity: 1;\n }\n\t100% {\n\t\ttransform: translateY(0.5rem);\n\t\topacity: 0;\n\t}\n}\n\n.page-content {\n .headerlink {\n display: inline-block;\n text-decoration: none;\n margin-left: 0.8rem;\n color: inherit;\n opacity: 0;\n &:hover {\n animation: float-in 0.2s $animation-curve-fast-out-slow-in 0s forwards;\n }\n }\n\n h1, h2, h3, h4, h5, h6 {\n .toc-backref {\n text-decoration: none;\n }\n &:hover {\n .headerlink {\n animation: float-in 0.2s $animation-curve-fast-out-slow-in 0s forwards;\n }\n }\n }\n\n h1 {\n font-size: 2rem;\n line-height: 2.25rem;\n }\n\n h2 {\n font-size: 1.75rem;\n line-height: 2rem;\n padding-top: 1.5rem;\n margin-top: 0;\n margin-bottom: 1rem;\n }\n\n h3 {\n font-size: 1.5rem;\n line-height: 1.75rem;\n padding-top: 1rem;\n margin-top: 0px;\n margin-bottom: .75rem;\n }\n\n h4 {\n font-size: 1.25rem;\n line-height: 1.5rem;\n padding-top: .75rem;\n margin-top: 0px;\n margin-bottom: .5rem;\n }\n\n div.page-content h5 {\n font-size: 1.1rem;\n line-height: 1.5rem;\n padding-top: 2rem;\n margin-top: 0px;\n margin-bottom: 1rem;\n }\n\n div.page-content h6 {\n font-size: 1rem;\n line-height: 1.5rem;\n padding-top: 2rem;\n margin-top: 0px;\n margin-bottom: 1rem;\n }\n\n\n}\n","\n/*\n * Admonition Styles\n */\n $admonitions: (\n hint: (\n font-color: rgb(0, 188, 212),\n background-color: rgba(0, 188, 212, 0.1),\n icon-content: \"help_outline\"\n ),\n note: (\n font-color: rgb(0, 188, 212),\n background-color: rgba(0, 188, 212, 0.1),\n icon-content: \"info_outline\"\n ),\n seealso: (\n font-color: rgb(0, 188, 212),\n background-color: rgba(0, 188, 212, 0.1),\n icon-content: \"search\"\n ),\n warning: (\n font-color: rgb(255, 193, 7),\n background-color: rgba(255, 193, 7, 0.1),\n icon-content: \"warning\"\n ),\n attention: (\n font-color: rgb(255, 193, 7),\n background-color: rgba(255, 193, 7, 0.1),\n icon-content: \"warning\"\n ),\n tip: (\n font-color: rgb(139, 195, 74),\n background-color: rgba(139, 195, 74, 0.1),\n icon-content: \"lightbulb_outline\"\n ),\n important: (\n font-color: rgb(139, 195, 74),\n background-color: rgba(139, 195, 74, 0.1),\n icon-content: \"check_circle\"\n ),\n error: (\n font-color: rgb(244, 67, 54),\n background-color: rgba(244, 67, 54, 0.1),\n icon-content: \"error_outline\"\n ),\n caution: (\n font-color: rgb(244, 67, 54),\n background-color: rgba(244, 67, 54, 0.1),\n icon-content: \"error_outline\"\n ),\n danger: (\n font-color: rgb(244, 67, 54),\n background-color: rgba(244, 67, 54, 0.1),\n icon-content: \"error_outline\"\n )\n);\n\n @mixin admonition-style($type) {\n border-left: solid 4px map-get(map-get($admonitions, $type), font-color);\n background-color: map-get(map-get($admonitions, $type), background-color);\n .admonition-title {\n font-size: 16px;\n font-weight: bold;\n color: map-get(map-get($admonitions, $type), font-color);\n\n margin-top: 4px;\n margin-bottom: 8px;\n &::before {\n @extend .material-icons;\n position: relative;\n margin-right: 5px;\n top: 3px;\n content: map-get(map-get($admonitions, $type), icon-content);\n font-size: 18px;\n }\n }\n}\n\n.admonition {\n @extend .mdl-shadow--2dp;\n\n padding: 12px 20px;\n margin-top: 10px;\n margin-bottom: 10px;\n p.last {\n margin: 16px;\n }\n .admonition-title {\n font-size: 16px;\n font-weight: bold;\n color: #555;\n text-transform: uppercase;\n margin-top: 7px;\n }\n\n @each $type in (note, seealso, hint, warning, attention, tip, important, error, caution, danger) {\n &.#{$type} {\n @include admonition-style($type);\n }\n }\n}\n",".page-content {\n .highlight {\n margin: 1px 0;\n pre {\n background: $code_background;\n color: rgba(0,0,0,.87);\n font-family: $code_font_family;\n padding: 0.75rem;\n overflow: auto;\n overflow-y: hidden;\n .o, .nd {\n color: rgba(0,0,0,.87);\n }\n }\n }\n\n div.highlight-console div.highlight {\n background: none;\n }\n\n // for jupyter notebook output cell\n .output {\n .highlight {\n pre {\n color: rgba(0,0,0,.87);\n background: $background_color;\n border-width: 1px;\n border-color: #999;\n border-style: solid;\n padding: 0.75rem;\n }\n }\n }\n\n .code, code:not(.download) {\n margin: 0 0;\n font-family: $code_font_family;\n border-radius: 2px;\n span.pre {\n font-family: $code_font_family;\n }\n }\n\n .viewcode-link {\n padding-left: 2em;\n font-size: 80%;\n }\n\n .rubric, .method > dt, .function > dt, .class > dt {\n display: table;\n margin: 10px 0;\n font-size: 100%;\n line-height: normal;\n background: #e7f2fa;\n color: #2B98F0;\n border-top: solid 3px #55ADF3;\n padding: 10px;\n position: relative;\n .descname, .descclassname {\n color: rgba(0,0,0,.87);\n background: #e7f2fa;\n padding: 3px;\n }\n em {\n padding: 0 2px;\n }\n }\n\n\n .rubric {\n margin: 30px 0 10px 0;\n }\n\n\n .field-body {\n padding-left: 40px;\n ul {\n padding: 0 0 0 16px;\n margin: 0;\n }\n }\n\n // .docutils > dt {\n // padding: 6px;\n // display: table;\n // margin-bottom: 6px;\n // border: none;\n // border-left: solid 3px #ccc;\n // background: #f0f0f0;\n // color: #555;\n // }\n\n .seealso .docutils > dt {\n float: left;\n clear: left;\n padding: 0 6px;\n }\n\n .seealso .docutils > dd {\n padding-left: 6em;\n }\n .nblast {\n padding-bottom: 1em;\n }\n\n pre {\n font-size: 90%;\n background: #eee;\n color: #455A64;\n padding: 16px 32px;\n width: auto;\n border-radius: 4px;\n word-wrap: break-word;\n\n &:hover {\n @extend .mdl-shadow--2dp;\n\n &:before {\n font-family: $body_font_family;\n padding: 0 0.5rem;\n content: attr(click-to-copy);\n color: rgba(0, 0, 0, 0.5);\n border-radius: 4px;\n position: relative;\n float: right;\n top: -0.5rem;\n right: -0.5rem;\n background: rgb(200, 200, 200);\n font-size: 0.8rem;\n cursor: pointer;\n }\n }\n }\n}\n","/*\n * Quotation Block Styles\n */\n .page-content {\n blockquote {\n font-size: 1rem;\n padding: 0 1rem;\n border-left: 3px solid $code_background;\n\n &:after {\n content: \"\" !important;\n margin-left: 0;\n }\n &:before {\n content: \"\" !important;\n }\n }\n }\n",".page-content {\n table:not(.footnote):not(.indextable):not(.hlist):not(.option-list):not(.field-list) {\n @extend .mdl-data-table;\n @extend .mdl-shadow--2dp;\n\n margin: 1.5rem 0;\n table-layout: fixed;\n max-width: 100%;\n min-width: 70%;\n\n th, td {\n @extend .mdl-data-table__cell--non-numeric;\n white-space: normal;\n overflow-wrap: break-word;\n }\n\n caption {\n font-size: $font_size;\n margin: 1rem 0 0.8rem 0;\n white-space: normal;\n .caption-number {\n font-style: normal;\n }\n .caption-number::after {\n content: \"\\00a0\";\n }\n }\n\n }\n}\n",".globaltoc {\n \n .caption, .toc {\n display: none;\n }\n\n ul {\n\n list-style-type: none;\n padding: 0;\n margin: 0;\n\n li {\n min-height: 18px;\n .link-wrapper {\n display: flex;\n justify-content: space-between;\n > a {\n padding: 4px 0;\n display: block;\n width: 100%;\n font-size: 1rem;\n text-decoration: none;\n color: $layout-drawer-navigation-color;\n &.current {\n font-weight: bold;\n }\n }\n }\n }\n }\n\n .nav-toggle {\n padding: 0;\n float: right;\n display: flex;\n align-items: center;\n justify-content: center;\n height: 36px;\n > a {\n padding: 0;\n margin-left: 0;\n margin-right: 4px;\n cursor: pointer;\n > i {\n font-size: 18px;\n }\n }\n &.show {\n transform: rotateZ(180deg);\n > a {\n margin-right: 0;\n margin-left: 4px;\n }\n }\n }\n\n nav {\n > ul > li > span.link-wrapper {\n padding-left: 8px;\n }\n > ul > li > ul > li > span.link-wrapper {\n padding-left: 16px;\n }\n > ul > li > ul > li > ul > li > span.link-wrapper {\n padding-left: 24px;\n }\n > ul > li > ul > li > ul > li > ul> li > span.link-wrapper {\n padding-left: 32px;\n }\n > ul > li > ul > li > ul > li > ul > li > ul> li > span.link-wrapper {\n padding-left: 40px;\n }\n > ul > li > ul > li > ul > li > ul > li > ul > li > ul> li > span.link-wrapper {\n padding-left: 48px;\n }\n }\n}\n",".localtoc {\n font-size: 0.75rem;\n padding-top: 1rem;\n\n .caption {\n padding-left: 12px;\n &-text {\n font-size: 0.9rem;\n font-weight: 700;\n }\n }\n\n > ul > li > a {\n display: none;\n }\n\n ul {\n padding: 0;\n list-style-type: none;\n }\n\n li {\n padding-left: 6px;\n }\n\n a {\n display: block;\n text-decoration: none;\n color: inherit;\n margin-top: 8px;\n padding-left: 8px;\n line-height: 1.1rem;\n \n &.current {\n padding-left: 5px;\n border-left: 3px solid;\n font-weight: bold;\n }\n }\n}","/*\r\n * Toctree and Contents Directive Styles\r\n */\r\n .toctree-wrapper,\r\n .contents.topic {\r\n border-left: 5px solid;\r\n }\r\n\r\n .toctree-wrapper > p.caption,\r\n .contents.topic > p.topic-title {\r\n color: rgb(117, 117, 117);\r\n font-size: 1rem;\r\n padding-left: 14px;\r\n }\r\n\r\n .toctree-wrapper ul,\r\n .contents.topic ul{\r\n padding-left: 14px;\r\n list-style: none;\r\n line-height: 30px;\r\n }\r\n\r\n .toctree-wrapper a,\r\n .contents.topic a {\r\n font-size: 1.2rem;\r\n text-decoration: none;\r\n .pre {\r\n font-size: 1rem;\r\n }\r\n }\r\n\r\n .toctree-wrapper > ul > li > a,\r\n .contents.topic > ul > li > a {\r\n font-size: 1.3rem;\r\n .pre {\r\n font-size: 1.1rem;\r\n }\r\n }\r\n",".page-content {\n ul {\n li {\n margin: .3rem 0;\n p {\n margin: 0;\n }\n }\n }\n .option-list {\n .option {\n font-family: $code_font_family;\n }\n td {\n padding: 0.5rem;\n border: none;\n }\n }\n}\n","/*\r\n * Drawer Styles\r\n */\r\n.mdl-layout {\r\n &__drawer {\r\n background-color: #fff;\r\n\r\n &::-webkit-scrollbar {\r\n width: 6px;\r\n }\r\n\r\n &::-webkit-scrollbar-track {\r\n border-radius: 6px;\r\n }\r\n\r\n &::-webkit-scrollbar-thumb {\r\n background-color: rgba(0, 0, 0, .3);\r\n border-radius: 6px;\r\n box-shadow:0 0 0 1px rgba(255, 255, 255, .3);\r\n }\r\n\r\n > .mdl-layout-title {\r\n font-weight: bold;\r\n text-align: right;\r\n margin: 0;\r\n padding: 0;\r\n line-height: 32px;\r\n border-bottom: 1px solid rgba(0,0,0,.1);\r\n min-height: 64px;\r\n .title {\r\n color: inherit;\r\n display: block;\r\n height: 100%;\r\n width: 100%;\r\n text-decoration: none;\r\n > img.logo {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n }\r\n\r\n &-text {\r\n font-weight: bold;\r\n text-align: right;\r\n padding: 0 10px;\r\n margin: 16px 0 8px 0;\r\n line-height: 32px;\r\n font-family: $body_font_family;\r\n color: inherit;\r\n display: block;\r\n }\r\n }\r\n }\r\n }\r\n}\r\n","/*\r\n * Header Styles\r\n */\r\n\r\nnav.breadcrumb {\r\n > a.mdl-navigation__link {\r\n padding: 0 8px;\r\n font-size: 18px;\r\n }\r\n @media (max-width: $lg-breakpoint - 1) {\r\n width: calc( 100% - 64px );\r\n a.mdl-navigation__link.is-active {\r\n overflow-x: hidden;\r\n width: 100%;\r\n overflow: hidden;\r\n white-space: nowrap;\r\n text-overflow: ellipsis;\r\n }\r\n a.mdl-navigation__link:not(.is-active),\r\n i.material-icons {\r\n display: none;\r\n }\r\n }\r\n}\r\n\r\ndiv.mdl-layout__header {\r\n margin-top: 77px;\r\n}\r\n\r\n.mdl-layout__drawer-button {\r\n top: 13px !important;\r\n}\r\n\r\ndiv.mdl-layout__header-row.header-links {\r\n background: rgba(255,255,255,0.2);\r\n width: 100%;\r\n overflow-x: auto;\r\n overflow-y: hidden;\r\n\r\n a.mdl-navigation__link {\r\n font-size: 1rem;\r\n i {\r\n font-size: 1.2rem;\r\n margin: 0 8px;\r\n position: relative;\r\n bottom: -0.1rem;\r\n }\r\n };\r\n\r\n a.mdl-navigation__link:hover {\r\n background-color: unquote(\"rgb(#{$color-primary})\");\r\n color: #eeeeee;\r\n };\r\n a.mdl-navigation__link[href=\"#\"] {\r\n background-color: unquote(\"rgb(#{$color-primary})\");\r\n opacity: 1;\r\n color: #ffffff;\r\n };\r\n}\r\n\r\n/* mxnet-header */\r\n\r\n\r\n.site-title {\r\n font-weight: 300 !important;\r\n line-height: 57px;\r\n letter-spacing: -1px;\r\n margin-bottom: 0;\r\n float: left;\r\n color: white;\r\n\r\n &,\r\n &:visited {\r\n color: $grey-color-dark;\r\n }\r\n}\r\n\r\n\r\n.site-header {\r\n position: fixed;\r\n top: 0;\r\n width: 100%;\r\n min-height: 55px;\r\n padding-top: 10px;\r\n padding-bottom: 10px;\r\n background-color: $color-mxnet;\r\n z-index: 10;\r\n font-weight: 300;\r\n font-size: 17px;\r\n border-bottom: 1px solid white;\r\n}\r\n\r\n.site-header-logo {\r\n width: 120px;\r\n display: initial;\r\n}\r\n\r\n.site-nav {\r\n float: right;\r\n line-height: 57px;\r\n\r\n .nav-trigger {\r\n display: none;\r\n }\r\n\r\n .menu-icon {\r\n display: none;\r\n }\r\n\r\n .page-link {\r\n color: white;\r\n line-height: 1.5;\r\n font-weight: 300;\r\n // Gaps between nav items, but not on the last one\r\n &:not(:last-child) {\r\n margin-right: 40px;\r\n }\r\n\r\n &:hover {\r\n color: white;\r\n text-shadow: -0.06ex 0 white, 0.06ex 0 white;\r\n }\r\n }\r\n\r\n .page-link.page-current {\r\n color: white;\r\n text-decoration: underline;\r\n }\r\n\r\n @media screen and (max-width: $on-laptop) {\r\n position: absolute;\r\n top: 9px;\r\n right: 15px;\r\n background-color: rgb(23,141,201);\r\n border-radius: 2px;\r\n text-align: right;\r\n\r\n label[for=\"nav-trigger\"] {\r\n display: block;\r\n float: right;\r\n width: 36px;\r\n height: 36px;\r\n z-index: 2;\r\n cursor: pointer;\r\n }\r\n\r\n .menu-icon {\r\n display: block;\r\n float: right;\r\n width: 36px;\r\n height: 26px;\r\n line-height: 0;\r\n padding-top: 20px;\r\n text-align: center;\r\n\r\n > svg {\r\n fill: white;\r\n }\r\n }\r\n\r\n input ~ .trigger {\r\n clear: both;\r\n display: none;\r\n }\r\n\r\n input:checked ~ .trigger {\r\n display: block;\r\n padding-bottom: 5px;\r\n }\r\n\r\n .page-link {\r\n padding: 5px 10px;\r\n display: block;\r\n\r\n &:not(:last-child) {\r\n margin-right: 0;\r\n }\r\n\r\n margin-left: 20px;\r\n }\r\n }\r\n}","/*\r\n * Footer Styles\r\n */\r\nfooter.mdl-mini-footer {\r\n background-color: #212121;\r\n > div.mdl-mini-footer__left-section {\r\n margin-bottom: 20px;\r\n display: flex;\r\n flex-direction: column;\r\n .mdl-logo {\r\n font-size: 1.1rem;\r\n }\r\n ul {\r\n @extend .mdl-mini-footer__link-list;\r\n }\r\n }\r\n > div.mdl-mini-footer__right-section {\r\n font-size: 0.9rem;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-end;\r\n\r\n a {\r\n color: inherit;\r\n font-weight: bold;\r\n text-decoration: none;\r\n }\r\n }\r\n p.caption {\r\n display: none;\r\n }\r\n}\r\n\r\n/*\r\n * Pagenation Block Styles\r\n */\r\n .pagenation {\r\n width: 100%;\r\n margin-top: 80px;\r\n height: 92px;\r\n background-color: #424242;\r\n display: flex;\r\n\r\n .button-common {\r\n text-transform: none;\r\n padding: 0;\r\n height: 92px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n color: #ffffff;\r\n }\r\n #button-prev {\r\n @extend .button-common;\r\n margin-right: auto;\r\n .pagenation-text {\r\n text-align: left;\r\n }\r\n \r\n }\r\n #button-next {\r\n @extend .button-common;\r\n margin-left: auto;\r\n flex-direction: row-reverse;\r\n .pagenation-text {\r\n text-align: right;\r\n }\r\n }\r\n\r\n &-arrow {\r\n &-L {\r\n margin-right: 20px;\r\n }\r\n &-R {\r\n margin-left: 20px;\r\n }\r\n }\r\n\r\n &-text {\r\n line-height: 30px;\r\n font-size: 20px;\r\n }\r\n\r\n &-direction {\r\n opacity: 0.7;\r\n font-size: 18px;\r\n }\r\n @media screen and (max-width: 1024px) {\r\n #button-prev {\r\n width: 20%;\r\n }\r\n \r\n #button-next {\r\n width: 80%;\r\n }\r\n \r\n #button-prev .pagenation-text {\r\n display: none;\r\n }\r\n }\r\n @media screen and (min-width: 1025px) {\r\n #button-prev,\r\n #button-next {\r\n width: 50%;\r\n }\r\n \r\n #button-prev .pagenation-text {\r\n display: block;\r\n }\r\n }\r\n}\r\n\r\n\r\n\r\n/**\r\n * Site footer\r\n */\r\n.site-footer {\r\n border-top: 1px solid $grey-color-light;\r\n padding: $spacing-unit 0;\r\n background-color: #424242;\r\n position: relative;\r\n z-index: 10;\r\n .footer-category-title {\r\n color: $color-mxnet;\r\n }\r\n a {\r\n color: $grey-color-light !important;\r\n\r\n &:visited {\r\n color: $grey-color-light !important;\r\n }\r\n }\r\n\r\n}\r\n\r\n.site-footer2 {\r\n background-color: #424242;\r\n padding-top: 40px;\r\n padding-bottom: 10px;\r\n position: relative;\r\n z-index: 10;\r\n}\r\n\r\n.footer-heading {\r\n margin-bottom: $spacing-unit / 2;\r\n}\r\n\r\n.contact-list,\r\n.social-media-list {\r\n list-style: none;\r\n margin-left: 0;\r\n}\r\n\r\n\r\n.footer-bottom-warning {\r\n font-size: 80%;\r\n color: white;\r\n float: left;\r\n}\r\n\r\n.footer-logo {\r\n width: 200px;\r\n margin-bottom: 30px;\r\n margin-top: 30px;\r\n}\r\n\r\n.footer-col {\r\n float: left;\r\n margin-bottom: $spacing-unit / 2;\r\n padding-left: $spacing-unit / 2;\r\n}\r\n\r\n.footer-text {\r\n color: $grey-color-light;\r\n}\r\n\r\n"," /*\r\n * Search Styles\r\n */\r\n#waterfall-exp::-webkit-input-placeholder {\r\n color: #ccc;\r\n}\r\n#waterfall-exp:-ms-input-placeholder {\r\n color: #ccc;\r\n}\r\n#waterfall-exp::-moz-placeholder {\r\n color: #ccc;\r\n}\r\n\r\nul.search span.highlighted {\r\n font-weight: bold;\r\n}\r\n\r\nul.search > li {\r\n margin-bottom: 24px;\r\n}\r\n\r\n#search-results {\r\n ul {\r\n list-style: none;\r\n padding: 0;\r\n li {\r\n > a {\r\n text-decoration: none;\r\n font-size: 1.2rem;\r\n }\r\n }\r\n }\r\n}\r\n","a.download {\n &:before {\n @extend .material-icons;\n content: \"file_download\";\n position: relative;\n top: 5px;\n margin-right: 5px;\n }\n}\n\nbutton.download {\n position: sticky;\n margin-left: 1em;\n}\n",".mdl-card {\n margin: 1em 1.5em 1em 0;\n display: inline-block;\n width: 250px;\n min-height: 140px;\n padding: 18px;\n}\n.mdl-card:hover {\n box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 6px 6px rgba(0,0,0,0.22);\n color: #000;\n cursor: pointer;\n}\n.mdl-card__title {\n padding: 0 0 1em 0;\n font-size: 18px;\n color: #444;\n}\n\n.mdl-card__supporting-text {\n line-height: 1.5rem;\n padding: 0px;\n width: 100%;\n}\n\n.head-card.mdl-card {\n width: auto;\n display: block;\n max-width: 800px;\n padding: 24px;\n}\n\n.head-card > .mdl-card__title {\n padding-bottom: 0px;\n height: 60px;\n font-weight: 700;\n text-transform: uppercase;\n}\n.head-card > .mdl-card__menu {\n color: #fff;\n}\n.head-card > .mdl-card__actions {\n padding: 0;\n}\n.cards {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n}\n"]}
\ No newline at end of file
diff --git a/docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js b/docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js
deleted file mode 100644
index 9d73a56b32fa..000000000000
--- a/docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js
+++ /dev/null
@@ -1,705 +0,0 @@
-parcelRequire=function(e,r,t,n){var i,o="function"==typeof parcelRequire&&parcelRequire,u="function"==typeof require&&require;function f(t,n){if(!r[t]){if(!e[t]){var i="function"==typeof parcelRequire&&parcelRequire;if(!n&&i)return i(t,!0);if(o)return o(t,!0);if(u&&"string"==typeof t)return u(t);var c=new Error("Cannot find module '"+t+"'");throw c.code="MODULE_NOT_FOUND",c}p.resolve=function(r){return e[t][1][r]||r},p.cache={};var l=r[t]=new f.Module(t);e[t][0].call(l.exports,p,l,l.exports,this)}return r[t].exports;function p(e){return f(p.resolve(e))}}f.isParcelRequire=!0,f.Module=function(e){this.id=e,this.bundle=f,this.exports={}},f.modules=e,f.cache=r,f.parent=o,f.register=function(r,t){e[r]=[function(e,r){r.exports=t},{}]};for(var c=0;c0&&e(s.children))},upgradeAllRegistered:function(){for(var e=0;e0&&this.container_.classList.contains(this.CssClasses_.IS_VISIBLE)&&(e.keyCode===this.Keycodes_.UP_ARROW?(e.preventDefault(),t[t.length-1].focus()):e.keyCode===this.Keycodes_.DOWN_ARROW&&(e.preventDefault(),t[0].focus()))}},h.prototype.handleItemKeyboardEvent_=function(e){if(this.element_&&this.container_){var t=this.element_.querySelectorAll("."+this.CssClasses_.ITEM+":not([disabled])");if(t&&t.length>0&&this.container_.classList.contains(this.CssClasses_.IS_VISIBLE)){var s=Array.prototype.slice.call(t).indexOf(e.target);if(e.keyCode===this.Keycodes_.UP_ARROW)e.preventDefault(),s>0?t[s-1].focus():t[t.length-1].focus();else if(e.keyCode===this.Keycodes_.DOWN_ARROW)e.preventDefault(),t.length>s+1?t[s+1].focus():t[0].focus();else if(e.keyCode===this.Keycodes_.SPACE||e.keyCode===this.Keycodes_.ENTER){e.preventDefault();var i=new MouseEvent("mousedown");e.target.dispatchEvent(i),i=new MouseEvent("mouseup"),e.target.dispatchEvent(i),e.target.click()}else e.keyCode===this.Keycodes_.ESCAPE&&(e.preventDefault(),this.hide())}}},h.prototype.handleItemClick_=function(e){e.target.hasAttribute("disabled")?e.stopPropagation():(this.closing_=!0,window.setTimeout(function(e){this.hide(),this.closing_=!1}.bind(this),this.Constant_.CLOSE_TIMEOUT))},h.prototype.applyClip_=function(e,t){this.element_.classList.contains(this.CssClasses_.UNALIGNED)?this.element_.style.clip="":this.element_.classList.contains(this.CssClasses_.BOTTOM_RIGHT)?this.element_.style.clip="rect(0 "+t+"px 0 "+t+"px)":this.element_.classList.contains(this.CssClasses_.TOP_LEFT)?this.element_.style.clip="rect("+e+"px 0 "+e+"px 0)":this.element_.classList.contains(this.CssClasses_.TOP_RIGHT)?this.element_.style.clip="rect("+e+"px "+t+"px "+e+"px "+t+"px)":this.element_.style.clip=""},h.prototype.removeAnimationEndListener_=function(e){e.target.classList.remove(h.prototype.CssClasses_.IS_ANIMATING)},h.prototype.addAnimationEndListener_=function(){this.element_.addEventListener("transitionend",this.removeAnimationEndListener_),this.element_.addEventListener("webkitTransitionEnd",this.removeAnimationEndListener_)},h.prototype.show=function(e){if(this.element_&&this.container_&&this.outline_){var t=this.element_.getBoundingClientRect().height,s=this.element_.getBoundingClientRect().width;this.container_.style.width=s+"px",this.container_.style.height=t+"px",this.outline_.style.width=s+"px",this.outline_.style.height=t+"px";for(var i=this.Constant_.TRANSITION_DURATION_SECONDS*this.Constant_.TRANSITION_DURATION_FRACTION,n=this.element_.querySelectorAll("."+this.CssClasses_.ITEM),a=0;a0&&this.showSnackbar(this.queuedNotifications_.shift())},u.prototype.cleanup_=function(){this.element_.classList.remove(this.cssClasses_.ACTIVE),setTimeout(function(){this.element_.setAttribute("aria-hidden","true"),this.textElement_.textContent="",Boolean(this.actionElement_.getAttribute("aria-hidden"))||(this.setActionHidden_(!0),this.actionElement_.textContent="",this.actionElement_.removeEventListener("click",this.actionHandler_)),this.actionHandler_=void 0,this.message_=void 0,this.actionText_=void 0,this.active=!1,this.checkQueue_()}.bind(this),this.Constant_.ANIMATION_LENGTH)},u.prototype.setActionHidden_=function(e){e?this.actionElement_.setAttribute("aria-hidden","true"):this.actionElement_.removeAttribute("aria-hidden")},i.register({constructor:u,classAsString:"MaterialSnackbar",cssClass:"mdl-js-snackbar",widget:!0});var E=function(e){this.element_=e,this.init()};window.MaterialSpinner=E,E.prototype.Constant_={MDL_SPINNER_LAYER_COUNT:4},E.prototype.CssClasses_={MDL_SPINNER_LAYER:"mdl-spinner__layer",MDL_SPINNER_CIRCLE_CLIPPER:"mdl-spinner__circle-clipper",MDL_SPINNER_CIRCLE:"mdl-spinner__circle",MDL_SPINNER_GAP_PATCH:"mdl-spinner__gap-patch",MDL_SPINNER_LEFT:"mdl-spinner__left",MDL_SPINNER_RIGHT:"mdl-spinner__right"},E.prototype.createLayer=function(e){var t=document.createElement("div");t.classList.add(this.CssClasses_.MDL_SPINNER_LAYER),t.classList.add(this.CssClasses_.MDL_SPINNER_LAYER+"-"+e);var s=document.createElement("div");s.classList.add(this.CssClasses_.MDL_SPINNER_CIRCLE_CLIPPER),s.classList.add(this.CssClasses_.MDL_SPINNER_LEFT);var i=document.createElement("div");i.classList.add(this.CssClasses_.MDL_SPINNER_GAP_PATCH);var n=document.createElement("div");n.classList.add(this.CssClasses_.MDL_SPINNER_CIRCLE_CLIPPER),n.classList.add(this.CssClasses_.MDL_SPINNER_RIGHT);for(var a=[s,i,n],l=0;l=this.maxRows&&e.preventDefault()},I.prototype.onFocus_=function(e){this.element_.classList.add(this.CssClasses_.IS_FOCUSED)},I.prototype.onBlur_=function(e){this.element_.classList.remove(this.CssClasses_.IS_FOCUSED)},I.prototype.onReset_=function(e){this.updateClasses_()},I.prototype.updateClasses_=function(){this.checkDisabled(),this.checkValidity(),this.checkDirty(),this.checkFocus()},I.prototype.checkDisabled=function(){this.input_.disabled?this.element_.classList.add(this.CssClasses_.IS_DISABLED):this.element_.classList.remove(this.CssClasses_.IS_DISABLED)},I.prototype.checkDisabled=I.prototype.checkDisabled,I.prototype.checkFocus=function(){Boolean(this.element_.querySelector(":focus"))?this.element_.classList.add(this.CssClasses_.IS_FOCUSED):this.element_.classList.remove(this.CssClasses_.IS_FOCUSED)},I.prototype.checkFocus=I.prototype.checkFocus,I.prototype.checkValidity=function(){this.input_.validity&&(this.input_.validity.valid?this.element_.classList.remove(this.CssClasses_.IS_INVALID):this.element_.classList.add(this.CssClasses_.IS_INVALID))},I.prototype.checkValidity=I.prototype.checkValidity,I.prototype.checkDirty=function(){this.input_.value&&this.input_.value.length>0?this.element_.classList.add(this.CssClasses_.IS_DIRTY):this.element_.classList.remove(this.CssClasses_.IS_DIRTY)},I.prototype.checkDirty=I.prototype.checkDirty,I.prototype.disable=function(){this.input_.disabled=!0,this.updateClasses_()},I.prototype.disable=I.prototype.disable,I.prototype.enable=function(){this.input_.disabled=!1,this.updateClasses_()},I.prototype.enable=I.prototype.enable,I.prototype.change=function(e){this.input_.value=e||"",this.updateClasses_()},I.prototype.change=I.prototype.change,I.prototype.init=function(){if(this.element_&&(this.label_=this.element_.querySelector("."+this.CssClasses_.LABEL),this.input_=this.element_.querySelector("."+this.CssClasses_.INPUT),this.input_)){this.input_.hasAttribute(this.Constant_.MAX_ROWS_ATTRIBUTE)&&(this.maxRows=parseInt(this.input_.getAttribute(this.Constant_.MAX_ROWS_ATTRIBUTE),10),isNaN(this.maxRows)&&(this.maxRows=this.Constant_.NO_MAX_ROWS)),this.input_.hasAttribute("placeholder")&&this.element_.classList.add(this.CssClasses_.HAS_PLACEHOLDER),this.boundUpdateClassesHandler=this.updateClasses_.bind(this),this.boundFocusHandler=this.onFocus_.bind(this),this.boundBlurHandler=this.onBlur_.bind(this),this.boundResetHandler=this.onReset_.bind(this),this.input_.addEventListener("input",this.boundUpdateClassesHandler),this.input_.addEventListener("focus",this.boundFocusHandler),this.input_.addEventListener("blur",this.boundBlurHandler),this.input_.addEventListener("reset",this.boundResetHandler),this.maxRows!==this.Constant_.NO_MAX_ROWS&&(this.boundKeyDownHandler=this.onKeyDown_.bind(this),this.input_.addEventListener("keydown",this.boundKeyDownHandler));var e=this.element_.classList.contains(this.CssClasses_.IS_INVALID);this.updateClasses_(),this.element_.classList.add(this.CssClasses_.IS_UPGRADED),e&&this.element_.classList.add(this.CssClasses_.IS_INVALID),this.input_.hasAttribute("autofocus")&&(this.element_.focus(),this.checkFocus())}},i.register({constructor:I,classAsString:"MaterialTextfield",cssClass:"mdl-js-textfield",widget:!0});var f=function(e){this.element_=e,this.init()};window.MaterialTooltip=f,f.prototype.Constant_={},f.prototype.CssClasses_={IS_ACTIVE:"is-active",BOTTOM:"mdl-tooltip--bottom",LEFT:"mdl-tooltip--left",RIGHT:"mdl-tooltip--right",TOP:"mdl-tooltip--top"},f.prototype.handleMouseEnter_=function(e){var t=e.target.getBoundingClientRect(),s=t.left+t.width/2,i=t.top+t.height/2,n=this.element_.offsetWidth/2*-1,a=this.element_.offsetHeight/2*-1;this.element_.classList.contains(this.CssClasses_.LEFT)||this.element_.classList.contains(this.CssClasses_.RIGHT)?(s=t.width/2,i+a<0?(this.element_.style.top="0",this.element_.style.marginTop="0"):(this.element_.style.top=i+"px",this.element_.style.marginTop=a+"px")):s+n<0?(this.element_.style.left="0",this.element_.style.marginLeft="0"):(this.element_.style.left=s+"px",this.element_.style.marginLeft=n+"px"),this.element_.classList.contains(this.CssClasses_.TOP)?this.element_.style.top=t.top-this.element_.offsetHeight-10+"px":this.element_.classList.contains(this.CssClasses_.RIGHT)?this.element_.style.left=t.left+t.width+10+"px":this.element_.classList.contains(this.CssClasses_.LEFT)?this.element_.style.left=t.left-this.element_.offsetWidth-10+"px":this.element_.style.top=t.top+t.height+10+"px",this.element_.classList.add(this.CssClasses_.IS_ACTIVE)},f.prototype.hideTooltip_=function(){this.element_.classList.remove(this.CssClasses_.IS_ACTIVE)},f.prototype.init=function(){if(this.element_){var e=this.element_.getAttribute("for")||this.element_.getAttribute("data-mdl-for");e&&(this.forElement_=document.getElementById(e)),this.forElement_&&(this.forElement_.hasAttribute("tabindex")||this.forElement_.setAttribute("tabindex","0"),this.boundMouseEnterHandler=this.handleMouseEnter_.bind(this),this.boundMouseLeaveAndScrollHandler=this.hideTooltip_.bind(this),this.forElement_.addEventListener("mouseenter",this.boundMouseEnterHandler,!1),this.forElement_.addEventListener("touchend",this.boundMouseEnterHandler,!1),this.forElement_.addEventListener("mouseleave",this.boundMouseLeaveAndScrollHandler,!1),window.addEventListener("scroll",this.boundMouseLeaveAndScrollHandler,!0),window.addEventListener("touchstart",this.boundMouseLeaveAndScrollHandler))}},i.register({constructor:f,classAsString:"MaterialTooltip",cssClass:"mdl-tooltip"});var b=function(e){this.element_=e,this.init()};window.MaterialLayout=b,b.prototype.Constant_={MAX_WIDTH:"(max-width: 1024px)",TAB_SCROLL_PIXELS:100,RESIZE_TIMEOUT:100,MENU_ICON:"",CHEVRON_LEFT:"chevron_left",CHEVRON_RIGHT:"chevron_right"},b.prototype.Keycodes_={ENTER:13,ESCAPE:27,SPACE:32},b.prototype.Mode_={STANDARD:0,SEAMED:1,WATERFALL:2,SCROLL:3},b.prototype.CssClasses_={CONTAINER:"mdl-layout__container",HEADER:"mdl-layout__header",DRAWER:"mdl-layout__drawer",CONTENT:"mdl-layout__content",DRAWER_BTN:"mdl-layout__drawer-button",ICON:"material-icons",JS_RIPPLE_EFFECT:"mdl-js-ripple-effect",RIPPLE_CONTAINER:"mdl-layout__tab-ripple-container",RIPPLE:"mdl-ripple",RIPPLE_IGNORE_EVENTS:"mdl-js-ripple-effect--ignore-events",HEADER_SEAMED:"mdl-layout__header--seamed",HEADER_WATERFALL:"mdl-layout__header--waterfall",HEADER_SCROLL:"mdl-layout__header--scroll",FIXED_HEADER:"mdl-layout--fixed-header",OBFUSCATOR:"mdl-layout__obfuscator",TAB_BAR:"mdl-layout__tab-bar",TAB_CONTAINER:"mdl-layout__tab-bar-container",TAB:"mdl-layout__tab",TAB_BAR_BUTTON:"mdl-layout__tab-bar-button",TAB_BAR_LEFT_BUTTON:"mdl-layout__tab-bar-left-button",TAB_BAR_RIGHT_BUTTON:"mdl-layout__tab-bar-right-button",TAB_MANUAL_SWITCH:"mdl-layout__tab-manual-switch",PANEL:"mdl-layout__tab-panel",HAS_DRAWER:"has-drawer",HAS_TABS:"has-tabs",HAS_SCROLLING_HEADER:"has-scrolling-header",CASTING_SHADOW:"is-casting-shadow",IS_COMPACT:"is-compact",IS_SMALL_SCREEN:"is-small-screen",IS_DRAWER_OPEN:"is-visible",IS_ACTIVE:"is-active",IS_UPGRADED:"is-upgraded",IS_ANIMATING:"is-animating",ON_LARGE_SCREEN:"mdl-layout--large-screen-only",ON_SMALL_SCREEN:"mdl-layout--small-screen-only"},b.prototype.contentScrollHandler_=function(){if(!this.header_.classList.contains(this.CssClasses_.IS_ANIMATING)){var e=!this.element_.classList.contains(this.CssClasses_.IS_SMALL_SCREEN)||this.element_.classList.contains(this.CssClasses_.FIXED_HEADER);this.content_.scrollTop>0&&!this.header_.classList.contains(this.CssClasses_.IS_COMPACT)?(this.header_.classList.add(this.CssClasses_.CASTING_SHADOW),this.header_.classList.add(this.CssClasses_.IS_COMPACT),e&&this.header_.classList.add(this.CssClasses_.IS_ANIMATING)):this.content_.scrollTop<=0&&this.header_.classList.contains(this.CssClasses_.IS_COMPACT)&&(this.header_.classList.remove(this.CssClasses_.CASTING_SHADOW),this.header_.classList.remove(this.CssClasses_.IS_COMPACT),e&&this.header_.classList.add(this.CssClasses_.IS_ANIMATING))}},b.prototype.keyboardEventHandler_=function(e){e.keyCode===this.Keycodes_.ESCAPE&&this.drawer_.classList.contains(this.CssClasses_.IS_DRAWER_OPEN)&&this.toggleDrawer()},b.prototype.screenSizeHandler_=function(){this.screenSizeMediaQuery_.matches?this.element_.classList.add(this.CssClasses_.IS_SMALL_SCREEN):(this.element_.classList.remove(this.CssClasses_.IS_SMALL_SCREEN),this.drawer_&&(this.drawer_.classList.remove(this.CssClasses_.IS_DRAWER_OPEN),this.obfuscator_.classList.remove(this.CssClasses_.IS_DRAWER_OPEN)))},b.prototype.drawerToggleHandler_=function(e){if(e&&"keydown"===e.type){if(e.keyCode!==this.Keycodes_.SPACE&&e.keyCode!==this.Keycodes_.ENTER)return;e.preventDefault()}this.toggleDrawer()},b.prototype.headerTransitionEndHandler_=function(){this.header_.classList.remove(this.CssClasses_.IS_ANIMATING)},b.prototype.headerClickHandler_=function(){this.header_.classList.contains(this.CssClasses_.IS_COMPACT)&&(this.header_.classList.remove(this.CssClasses_.IS_COMPACT),this.header_.classList.add(this.CssClasses_.IS_ANIMATING))},b.prototype.resetTabState_=function(e){for(var t=0;t0?c.classList.add(this.CssClasses_.IS_ACTIVE):c.classList.remove(this.CssClasses_.IS_ACTIVE),this.tabBar_.scrollLeft0)return;this.setFrameCount(1);var s,i,n=e.currentTarget.getBoundingClientRect();if(0===e.clientX&&0===e.clientY)s=Math.round(n.width/2),i=Math.round(n.height/2);else{var a=void 0!==e.clientX?e.clientX:e.touches[0].clientX,l=void 0!==e.clientY?e.clientY:e.touches[0].clientY;s=Math.round(a-n.left),i=Math.round(l-n.top)}this.setRippleXY(s,i),this.setRippleStyles(!0),window.requestAnimationFrame(this.animFrameHandler.bind(this))}},y.prototype.upHandler_=function(e){e&&2!==e.detail&&window.setTimeout(function(){this.rippleElement_.classList.remove(this.CssClasses_.IS_VISIBLE)}.bind(this),0)},y.prototype.init=function(){if(this.element_){var e=this.element_.classList.contains(this.CssClasses_.RIPPLE_CENTER);this.element_.classList.contains(this.CssClasses_.RIPPLE_EFFECT_IGNORE_EVENTS)||(this.rippleElement_=this.element_.querySelector("."+this.CssClasses_.RIPPLE),this.frameCount_=0,this.rippleSize_=0,this.x_=0,this.y_=0,this.ignoringMouseDown_=!1,this.boundDownHandler=this.downHandler_.bind(this),this.element_.addEventListener("mousedown",this.boundDownHandler),this.element_.addEventListener("touchstart",this.boundDownHandler),this.boundUpHandler=this.upHandler_.bind(this),this.element_.addEventListener("mouseup",this.boundUpHandler),this.element_.addEventListener("mouseleave",this.boundUpHandler),this.element_.addEventListener("touchend",this.boundUpHandler),this.element_.addEventListener("blur",this.boundUpHandler),this.getFrameCount=function(){return this.frameCount_},this.setFrameCount=function(e){this.frameCount_=e},this.getRippleElement=function(){return this.rippleElement_},this.setRippleXY=function(e,t){this.x_=e,this.y_=t},this.setRippleStyles=function(t){if(null!==this.rippleElement_){var s,i,n="translate("+this.x_+"px, "+this.y_+"px)";t?(i=this.Constant_.INITIAL_SCALE,this.Constant_.INITIAL_SIZE):(i=this.Constant_.FINAL_SCALE,this.rippleSize_+"px",e&&(n="translate("+this.boundWidth/2+"px, "+this.boundHeight/2+"px)")),s="translate(-50%, -50%) "+n+i,this.rippleElement_.style.webkitTransform=s,this.rippleElement_.style.msTransform=s,this.rippleElement_.style.transform=s,t?this.rippleElement_.classList.remove(this.CssClasses_.IS_ANIMATING):this.rippleElement_.classList.add(this.CssClasses_.IS_ANIMATING)}},this.animFrameHandler=function(){this.frameCount_-- >0?window.requestAnimationFrame(this.animFrameHandler.bind(this)):this.setRippleStyles(!1)})}},i.register({constructor:y,classAsString:"MaterialRipple",cssClass:"mdl-js-ripple-effect",widget:!1})}();
-},{}],"QiIT":[function(require,module,exports) {
-
-var e=module.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e);
-},{}],"kOQz":[function(require,module,exports) {
-var r={}.hasOwnProperty;module.exports=function(e,n){return r.call(e,n)};
-},{}],"BI7s":[function(require,module,exports) {
-module.exports=function(r){try{return!!r()}catch(t){return!0}};
-},{}],"jVdc":[function(require,module,exports) {
-module.exports=!require("./_fails")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a});
-},{"./_fails":"BI7s"}],"DcE6":[function(require,module,exports) {
-var e=module.exports={version:"2.6.11"};"number"==typeof __e&&(__e=e);
-},{}],"tZ11":[function(require,module,exports) {
-module.exports=function(o){return"object"==typeof o?null!==o:"function"==typeof o};
-},{}],"AIrJ":[function(require,module,exports) {
-var r=require("./_is-object");module.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e};
-},{"./_is-object":"tZ11"}],"cz6Q":[function(require,module,exports) {
-var e=require("./_is-object"),r=require("./_global").document,t=e(r)&&e(r.createElement);module.exports=function(e){return t?r.createElement(e):{}};
-},{"./_is-object":"tZ11","./_global":"QiIT"}],"kIpn":[function(require,module,exports) {
-module.exports=!require("./_descriptors")&&!require("./_fails")(function(){return 7!=Object.defineProperty(require("./_dom-create")("div"),"a",{get:function(){return 7}}).a});
-},{"./_descriptors":"jVdc","./_fails":"BI7s","./_dom-create":"cz6Q"}],"S7GM":[function(require,module,exports) {
-var t=require("./_is-object");module.exports=function(r,e){if(!t(r))return r;var o,n;if(e&&"function"==typeof(o=r.toString)&&!t(n=o.call(r)))return n;if("function"==typeof(o=r.valueOf)&&!t(n=o.call(r)))return n;if(!e&&"function"==typeof(o=r.toString)&&!t(n=o.call(r)))return n;throw TypeError("Can't convert object to primitive value")};
-},{"./_is-object":"tZ11"}],"gGgn":[function(require,module,exports) {
-var e=require("./_an-object"),r=require("./_ie8-dom-define"),t=require("./_to-primitive"),i=Object.defineProperty;exports.f=require("./_descriptors")?Object.defineProperty:function(o,n,u){if(e(o),n=t(n,!0),e(u),r)try{return i(o,n,u)}catch(c){}if("get"in u||"set"in u)throw TypeError("Accessors not supported!");return"value"in u&&(o[n]=u.value),o};
-},{"./_an-object":"AIrJ","./_ie8-dom-define":"kIpn","./_to-primitive":"S7GM","./_descriptors":"jVdc"}],"zQQJ":[function(require,module,exports) {
-module.exports=function(e,r){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:r}};
-},{}],"nCfi":[function(require,module,exports) {
-var r=require("./_object-dp"),e=require("./_property-desc");module.exports=require("./_descriptors")?function(t,u,o){return r.f(t,u,e(1,o))}:function(r,e,t){return r[e]=t,r};
-},{"./_object-dp":"gGgn","./_property-desc":"zQQJ","./_descriptors":"jVdc"}],"jLFM":[function(require,module,exports) {
-var o=0,t=Math.random();module.exports=function(n){return"Symbol(".concat(void 0===n?"":n,")_",(++o+t).toString(36))};
-},{}],"dG4y":[function(require,module,exports) {
-module.exports=!1;
-},{}],"k492":[function(require,module,exports) {
-
-var r=require("./_core"),e=require("./_global"),o="__core-js_shared__",i=e[o]||(e[o]={});(module.exports=function(r,e){return i[r]||(i[r]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:require("./_library")?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"});
-},{"./_core":"DcE6","./_global":"QiIT","./_library":"dG4y"}],"it4f":[function(require,module,exports) {
-module.exports=require("./_shared")("native-function-to-string",Function.toString);
-},{"./_shared":"k492"}],"jDrK":[function(require,module,exports) {
-
-var e=require("./_global"),r=require("./_hide"),t=require("./_has"),i=require("./_uid")("src"),n=require("./_function-to-string"),o="toString",u=(""+n).split(o);require("./_core").inspectSource=function(e){return n.call(e)},(module.exports=function(n,o,c,l){var s="function"==typeof c;s&&(t(c,"name")||r(c,"name",o)),n[o]!==c&&(s&&(t(c,i)||r(c,i,n[o]?""+n[o]:u.join(String(o)))),n===e?n[o]=c:l?n[o]?n[o]=c:r(n,o,c):(delete n[o],r(n,o,c)))})(Function.prototype,o,function(){return"function"==typeof this&&this[i]||n.call(this)});
-},{"./_global":"QiIT","./_hide":"nCfi","./_has":"kOQz","./_uid":"jLFM","./_function-to-string":"it4f","./_core":"DcE6"}],"QKlW":[function(require,module,exports) {
-module.exports=function(o){if("function"!=typeof o)throw TypeError(o+" is not a function!");return o};
-},{}],"W8bf":[function(require,module,exports) {
-var r=require("./_a-function");module.exports=function(n,t,u){if(r(n),void 0===t)return n;switch(u){case 1:return function(r){return n.call(t,r)};case 2:return function(r,u){return n.call(t,r,u)};case 3:return function(r,u,e){return n.call(t,r,u,e)}}return function(){return n.apply(t,arguments)}};
-},{"./_a-function":"QKlW"}],"Vobs":[function(require,module,exports) {
-
-var e=require("./_global"),r=require("./_core"),o=require("./_hide"),i=require("./_redefine"),u=require("./_ctx"),n="prototype",t=function(c,f,l){var q,_,a,d,p=c&t.F,v=c&t.G,F=c&t.S,x=c&t.P,y=c&t.B,B=v?e:F?e[f]||(e[f]={}):(e[f]||{})[n],G=v?r:r[f]||(r[f]={}),P=G[n]||(G[n]={});for(q in v&&(l=f),l)a=((_=!p&&B&&void 0!==B[q])?B:l)[q],d=y&&_?u(a,e):x&&"function"==typeof a?u(Function.call,a):a,B&&i(B,q,a,c&t.U),G[q]!=a&&o(G,q,d),x&&P[q]!=a&&(P[q]=a)};e.core=r,t.F=1,t.G=2,t.S=4,t.P=8,t.B=16,t.W=32,t.U=64,t.R=128,module.exports=t;
-},{"./_global":"QiIT","./_core":"DcE6","./_hide":"nCfi","./_redefine":"jDrK","./_ctx":"W8bf"}],"nxhn":[function(require,module,exports) {
-var e=require("./_uid")("meta"),r=require("./_is-object"),t=require("./_has"),n=require("./_object-dp").f,i=0,u=Object.isExtensible||function(){return!0},f=!require("./_fails")(function(){return u(Object.preventExtensions({}))}),o=function(r){n(r,e,{value:{i:"O"+ ++i,w:{}}})},s=function(n,i){if(!r(n))return"symbol"==typeof n?n:("string"==typeof n?"S":"P")+n;if(!t(n,e)){if(!u(n))return"F";if(!i)return"E";o(n)}return n[e].i},c=function(r,n){if(!t(r,e)){if(!u(r))return!0;if(!n)return!1;o(r)}return r[e].w},E=function(r){return f&&a.NEED&&u(r)&&!t(r,e)&&o(r),r},a=module.exports={KEY:e,NEED:!1,fastKey:s,getWeak:c,onFreeze:E};
-},{"./_uid":"jLFM","./_is-object":"tZ11","./_has":"kOQz","./_object-dp":"gGgn","./_fails":"BI7s"}],"I5XL":[function(require,module,exports) {
-var e=require("./_shared")("wks"),r=require("./_uid"),o=require("./_global").Symbol,u="function"==typeof o,i=module.exports=function(i){return e[i]||(e[i]=u&&o[i]||(u?o:r)("Symbol."+i))};i.store=e;
-},{"./_shared":"k492","./_uid":"jLFM","./_global":"QiIT"}],"IBDH":[function(require,module,exports) {
-var e=require("./_object-dp").f,r=require("./_has"),o=require("./_wks")("toStringTag");module.exports=function(t,u,i){t&&!r(t=i?t:t.prototype,o)&&e(t,o,{configurable:!0,value:u})};
-},{"./_object-dp":"gGgn","./_has":"kOQz","./_wks":"I5XL"}],"Jnk4":[function(require,module,exports) {
-exports.f=require("./_wks");
-},{"./_wks":"I5XL"}],"ZenZ":[function(require,module,exports) {
-
-var r=require("./_global"),e=require("./_core"),o=require("./_library"),i=require("./_wks-ext"),l=require("./_object-dp").f;module.exports=function(u){var a=e.Symbol||(e.Symbol=o?{}:r.Symbol||{});"_"==u.charAt(0)||u in a||l(a,u,{value:i.f(u)})};
-},{"./_global":"QiIT","./_core":"DcE6","./_library":"dG4y","./_wks-ext":"Jnk4","./_object-dp":"gGgn"}],"DrRY":[function(require,module,exports) {
-var r={}.toString;module.exports=function(t){return r.call(t).slice(8,-1)};
-},{}],"sUp0":[function(require,module,exports) {
-var e=require("./_cof");module.exports=Object("z").propertyIsEnumerable(0)?Object:function(r){return"String"==e(r)?r.split(""):Object(r)};
-},{"./_cof":"DrRY"}],"V0RG":[function(require,module,exports) {
-module.exports=function(o){if(null==o)throw TypeError("Can't call method on "+o);return o};
-},{}],"zakI":[function(require,module,exports) {
-var e=require("./_iobject"),r=require("./_defined");module.exports=function(i){return e(r(i))};
-},{"./_iobject":"sUp0","./_defined":"V0RG"}],"ubM9":[function(require,module,exports) {
-var o=Math.ceil,r=Math.floor;module.exports=function(t){return isNaN(t=+t)?0:(t>0?r:o)(t)};
-},{}],"KLzx":[function(require,module,exports) {
-var e=require("./_to-integer"),r=Math.min;module.exports=function(t){return t>0?r(e(t),9007199254740991):0};
-},{"./_to-integer":"ubM9"}],"tPLG":[function(require,module,exports) {
-var e=require("./_to-integer"),r=Math.max,t=Math.min;module.exports=function(n,a){return(n=e(n))<0?r(n+a,0):t(n,a)};
-},{"./_to-integer":"ubM9"}],"ntLR":[function(require,module,exports) {
-var e=require("./_to-iobject"),r=require("./_to-length"),t=require("./_to-absolute-index");module.exports=function(n){return function(i,o,u){var f,l=e(i),a=r(l.length),c=t(u,a);if(n&&o!=o){for(;a>c;)if((f=l[c++])!=f)return!0}else for(;a>c;c++)if((n||c in l)&&l[c]===o)return n||c||0;return!n&&-1}};
-},{"./_to-iobject":"zakI","./_to-length":"KLzx","./_to-absolute-index":"tPLG"}],"UE8F":[function(require,module,exports) {
-var e=require("./_shared")("keys"),r=require("./_uid");module.exports=function(u){return e[u]||(e[u]=r(u))};
-},{"./_shared":"k492","./_uid":"jLFM"}],"tBLI":[function(require,module,exports) {
-var r=require("./_has"),e=require("./_to-iobject"),u=require("./_array-includes")(!1),i=require("./_shared-key")("IE_PROTO");module.exports=function(o,a){var n,s=e(o),t=0,h=[];for(n in s)n!=i&&r(s,n)&&h.push(n);for(;a.length>t;)r(s,n=a[t++])&&(~u(h,n)||h.push(n));return h};
-},{"./_has":"kOQz","./_to-iobject":"zakI","./_array-includes":"ntLR","./_shared-key":"UE8F"}],"qGBL":[function(require,module,exports) {
-module.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
-},{}],"huXi":[function(require,module,exports) {
-var e=require("./_object-keys-internal"),r=require("./_enum-bug-keys");module.exports=Object.keys||function(u){return e(u,r)};
-},{"./_object-keys-internal":"tBLI","./_enum-bug-keys":"qGBL"}],"vSss":[function(require,module,exports) {
-exports.f=Object.getOwnPropertySymbols;
-},{}],"NRj4":[function(require,module,exports) {
-exports.f={}.propertyIsEnumerable;
-},{}],"BDXu":[function(require,module,exports) {
-var e=require("./_object-keys"),r=require("./_object-gops"),o=require("./_object-pie");module.exports=function(t){var u=e(t),i=r.f;if(i)for(var c,f=i(t),a=o.f,l=0;f.length>l;)a.call(t,c=f[l++])&&u.push(c);return u};
-},{"./_object-keys":"huXi","./_object-gops":"vSss","./_object-pie":"NRj4"}],"JI5q":[function(require,module,exports) {
-var r=require("./_cof");module.exports=Array.isArray||function(e){return"Array"==r(e)};
-},{"./_cof":"DrRY"}],"XMZs":[function(require,module,exports) {
-var e=require("./_defined");module.exports=function(r){return Object(e(r))};
-},{"./_defined":"V0RG"}],"L4n9":[function(require,module,exports) {
-var e=require("./_object-dp"),r=require("./_an-object"),t=require("./_object-keys");module.exports=require("./_descriptors")?Object.defineProperties:function(o,i){r(o);for(var u,c=t(i),n=c.length,s=0;n>s;)e.f(o,u=c[s++],i[u]);return o};
-},{"./_object-dp":"gGgn","./_an-object":"AIrJ","./_object-keys":"huXi","./_descriptors":"jVdc"}],"HDWL":[function(require,module,exports) {
-var e=require("./_global").document;module.exports=e&&e.documentElement;
-},{"./_global":"QiIT"}],"EH8e":[function(require,module,exports) {
-var e=require("./_an-object"),r=require("./_object-dps"),t=require("./_enum-bug-keys"),n=require("./_shared-key")("IE_PROTO"),o=function(){},i="prototype",u=function(){var e,r=require("./_dom-create")("iframe"),n=t.length;for(r.style.display="none",require("./_html").appendChild(r),r.src="javascript:",(e=r.contentWindow.document).open(),e.write("