From b1752b619d9f68200a894008199898321dbaf68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 29 Jul 2023 12:26:44 +0200 Subject: [PATCH] Add display article configurator (font family, font size, line height and max width) --- .gitignore | 1 + .../Version20230729093853.php | 47 ++ app/Resources/static/themes/_global/index.js | 7 +- .../static/themes/material/css/article.scss | 2 +- .../static/themes/material/css/cards.scss | 6 + app/Resources/static/themes/material/index.js | 28 +- .../static/themes/material/js/tools.js | 17 + app/config/services.yml | 4 + app/config/wallabag.yml | 9 + composer.json | 1 + composer.lock | 238 +++++-- package.json | 5 + .../Controller/ConfigController.php | 16 +- .../DependencyInjection/Configuration.php | 3 + .../WallabagCoreExtension.php | 1 + src/Wallabag/CoreBundle/Entity/Config.php | 130 ++++ .../CoreBundle/Event/ConfigUpdatedEvent.php | 26 + .../GenerateCustomCSSSubscriber.php | 53 ++ .../CoreBundle/Form/Type/ConfigType.php | 54 +- .../Resources/views/Config/index.html.twig | 82 ++- .../Resources/views/Entry/entry.html.twig | 5 + .../Controller/ConfigControllerTest.php | 36 + translations/messages.en.yml | 9 + web/wallassets/41a1d465797f51702171.otf | Bin 0 -> 49652 bytes web/wallassets/fonts/OpenDyslexic-Regular.ttf | Bin 0 -> 138312 bytes .../fonts/OpenDyslexic-Regular.woff | Bin 0 -> 16636 bytes ...tkinson-hyperlegible-latin-400-normal.woff | Bin 0 -> 14068 bytes ...kinson-hyperlegible-latin-400-normal.woff2 | Bin 0 -> 17184 bytes ...son-hyperlegible-latin-ext-400-normal.woff | Bin 0 -> 7336 bytes ...on-hyperlegible-latin-ext-400-normal.woff2 | Bin 0 -> 9328 bytes .../eb-garamond-cyrillic-400-normal.woff | Bin 0 -> 14940 bytes .../eb-garamond-cyrillic-400-normal.woff2 | Bin 0 -> 12724 bytes .../eb-garamond-cyrillic-ext-400-normal.woff | Bin 0 -> 19840 bytes .../eb-garamond-cyrillic-ext-400-normal.woff2 | Bin 0 -> 16132 bytes .../fonts/eb-garamond-greek-400-normal.woff | Bin 0 -> 11824 bytes .../fonts/eb-garamond-greek-400-normal.woff2 | Bin 0 -> 10120 bytes .../eb-garamond-greek-ext-400-normal.woff | Bin 0 -> 8888 bytes .../eb-garamond-greek-ext-400-normal.woff2 | Bin 0 -> 6452 bytes .../fonts/eb-garamond-latin-400-normal.woff | Bin 0 -> 24968 bytes .../fonts/eb-garamond-latin-400-normal.woff2 | Bin 0 -> 20512 bytes .../eb-garamond-latin-ext-400-normal.woff | Bin 0 -> 50040 bytes .../eb-garamond-latin-ext-400-normal.woff2 | Bin 0 -> 36252 bytes .../eb-garamond-vietnamese-400-normal.woff | Bin 0 -> 7440 bytes .../eb-garamond-vietnamese-400-normal.woff2 | Bin 0 -> 5788 bytes .../fonts/montserrat-cyrillic-400-normal.woff | Bin 0 -> 10284 bytes .../montserrat-cyrillic-400-normal.woff2 | Bin 0 -> 8012 bytes .../montserrat-cyrillic-ext-400-normal.woff | Bin 0 -> 12028 bytes .../montserrat-cyrillic-ext-400-normal.woff2 | Bin 0 -> 8888 bytes .../fonts/montserrat-latin-400-normal.woff | Bin 0 -> 16568 bytes .../fonts/montserrat-latin-400-normal.woff2 | Bin 0 -> 12708 bytes .../montserrat-latin-ext-400-normal.woff | Bin 0 -> 15220 bytes .../montserrat-latin-ext-400-normal.woff2 | Bin 0 -> 10280 bytes .../montserrat-vietnamese-400-normal.woff | Bin 0 -> 4832 bytes .../montserrat-vietnamese-400-normal.woff2 | Bin 0 -> 3364 bytes .../fonts/oswald-cyrillic-400-normal.woff | Bin 0 -> 7412 bytes .../fonts/oswald-cyrillic-400-normal.woff2 | Bin 0 -> 5804 bytes .../fonts/oswald-cyrillic-ext-400-normal.woff | Bin 0 -> 2472 bytes .../oswald-cyrillic-ext-400-normal.woff2 | Bin 0 -> 1812 bytes .../fonts/oswald-latin-400-normal.woff | Bin 0 -> 12880 bytes .../fonts/oswald-latin-400-normal.woff2 | Bin 0 -> 9840 bytes .../fonts/oswald-latin-ext-400-normal.woff | Bin 0 -> 11888 bytes .../fonts/oswald-latin-ext-400-normal.woff2 | Bin 0 -> 8064 bytes .../fonts/oswald-vietnamese-400-normal.woff | Bin 0 -> 4424 bytes .../fonts/oswald-vietnamese-400-normal.woff2 | Bin 0 -> 2852 bytes web/wallassets/img/OpenDyslexic-Regular.svg | 616 ++++++++++++++++++ web/wallassets/manifest.json | 42 ++ web/wallassets/material.css | 7 +- web/wallassets/material.css.map | 2 +- web/wallassets/material.js | 2 +- web/wallassets/material.js.map | 2 +- yarn.lock | 176 ++--- 71 files changed, 1457 insertions(+), 170 deletions(-) create mode 100644 app/DoctrineMigrations/Version20230729093853.php create mode 100644 src/Wallabag/CoreBundle/Event/ConfigUpdatedEvent.php create mode 100644 src/Wallabag/CoreBundle/Event/Subscriber/GenerateCustomCSSSubscriber.php create mode 100644 web/wallassets/41a1d465797f51702171.otf create mode 100644 web/wallassets/fonts/OpenDyslexic-Regular.ttf create mode 100644 web/wallassets/fonts/OpenDyslexic-Regular.woff create mode 100644 web/wallassets/fonts/atkinson-hyperlegible-latin-400-normal.woff create mode 100644 web/wallassets/fonts/atkinson-hyperlegible-latin-400-normal.woff2 create mode 100644 web/wallassets/fonts/atkinson-hyperlegible-latin-ext-400-normal.woff create mode 100644 web/wallassets/fonts/atkinson-hyperlegible-latin-ext-400-normal.woff2 create mode 100644 web/wallassets/fonts/eb-garamond-cyrillic-400-normal.woff create mode 100644 web/wallassets/fonts/eb-garamond-cyrillic-400-normal.woff2 create mode 100644 web/wallassets/fonts/eb-garamond-cyrillic-ext-400-normal.woff create mode 100644 web/wallassets/fonts/eb-garamond-cyrillic-ext-400-normal.woff2 create mode 100644 web/wallassets/fonts/eb-garamond-greek-400-normal.woff create mode 100644 web/wallassets/fonts/eb-garamond-greek-400-normal.woff2 create mode 100644 web/wallassets/fonts/eb-garamond-greek-ext-400-normal.woff create mode 100644 web/wallassets/fonts/eb-garamond-greek-ext-400-normal.woff2 create mode 100644 web/wallassets/fonts/eb-garamond-latin-400-normal.woff create mode 100644 web/wallassets/fonts/eb-garamond-latin-400-normal.woff2 create mode 100644 web/wallassets/fonts/eb-garamond-latin-ext-400-normal.woff create mode 100644 web/wallassets/fonts/eb-garamond-latin-ext-400-normal.woff2 create mode 100644 web/wallassets/fonts/eb-garamond-vietnamese-400-normal.woff create mode 100644 web/wallassets/fonts/eb-garamond-vietnamese-400-normal.woff2 create mode 100644 web/wallassets/fonts/montserrat-cyrillic-400-normal.woff create mode 100644 web/wallassets/fonts/montserrat-cyrillic-400-normal.woff2 create mode 100644 web/wallassets/fonts/montserrat-cyrillic-ext-400-normal.woff create mode 100644 web/wallassets/fonts/montserrat-cyrillic-ext-400-normal.woff2 create mode 100644 web/wallassets/fonts/montserrat-latin-400-normal.woff create mode 100644 web/wallassets/fonts/montserrat-latin-400-normal.woff2 create mode 100644 web/wallassets/fonts/montserrat-latin-ext-400-normal.woff create mode 100644 web/wallassets/fonts/montserrat-latin-ext-400-normal.woff2 create mode 100644 web/wallassets/fonts/montserrat-vietnamese-400-normal.woff create mode 100644 web/wallassets/fonts/montserrat-vietnamese-400-normal.woff2 create mode 100644 web/wallassets/fonts/oswald-cyrillic-400-normal.woff create mode 100644 web/wallassets/fonts/oswald-cyrillic-400-normal.woff2 create mode 100644 web/wallassets/fonts/oswald-cyrillic-ext-400-normal.woff create mode 100644 web/wallassets/fonts/oswald-cyrillic-ext-400-normal.woff2 create mode 100644 web/wallassets/fonts/oswald-latin-400-normal.woff create mode 100644 web/wallassets/fonts/oswald-latin-400-normal.woff2 create mode 100644 web/wallassets/fonts/oswald-latin-ext-400-normal.woff create mode 100644 web/wallassets/fonts/oswald-latin-ext-400-normal.woff2 create mode 100644 web/wallassets/fonts/oswald-vietnamese-400-normal.woff create mode 100644 web/wallassets/fonts/oswald-vietnamese-400-normal.woff2 create mode 100644 web/wallassets/img/OpenDyslexic-Regular.svg diff --git a/.gitignore b/.gitignore index 4653f92a8..7ca7d2d2c 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ bin app/Resources/build/ !/src/Wallabag/CoreBundle/Resources/public /src/Wallabag/CoreBundle/Resources/public/* +package-lock.json # Test-generated files admin-export.json diff --git a/app/DoctrineMigrations/Version20230729093853.php b/app/DoctrineMigrations/Version20230729093853.php new file mode 100644 index 000000000..1a15e3955 --- /dev/null +++ b/app/DoctrineMigrations/Version20230729093853.php @@ -0,0 +1,47 @@ +getTable($this->getTable('config')); + + $this->skipIf($configTable->hasColumn('custom_css'), 'It seems that you already played this migration.'); + + $configTable->addColumn('custom_css', 'text', [ + 'notnull' => false, + ]); + + $configTable->addColumn('font', 'text', [ + 'notnull' => false, + ]); + + $configTable->addColumn('fontsize', 'float', [ + 'notnull' => false, + ]); + + $configTable->addColumn('line_height', 'float', [ + 'notnull' => false, + ]); + + $configTable->addColumn('max_width', 'float', [ + 'notnull' => false, + ]); + } + + public function down(Schema $schema): void + { + $configTable = $schema->getTable($this->getTable('config')); + $configTable->dropColumn('custom_css'); + } +} diff --git a/app/Resources/static/themes/_global/index.js b/app/Resources/static/themes/_global/index.js index 88365270e..6860c46a8 100644 --- a/app/Resources/static/themes/_global/index.js +++ b/app/Resources/static/themes/_global/index.js @@ -10,6 +10,11 @@ import 'mathjax/es5/tex-svg'; /* Fonts */ import 'material-design-icons-iconfont/dist/material-design-icons.css'; import 'lato-font/css/lato-font.css'; +import 'open-dyslexic/open-dyslexic-regular.css'; +import '@fontsource/atkinson-hyperlegible'; +import '@fontsource/eb-garamond'; +import '@fontsource/montserrat'; +import '@fontsource/oswald'; import './global.scss'; /* Shortcuts */ @@ -26,7 +31,7 @@ import { savePercent, retrievePercent } from './js/tools'; ========================================================================== */ $(document).ready(() => { - if ($('article').length) { + if ($('#article').length) { const app = new annotator.App(); app.include(annotator.ui.main, { diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index d933c18be..d826dfabe 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss @@ -2,7 +2,7 @@ Article ========================================================================== */ -#article { +#article, #preview-article { font-size: 20px; margin: 0 auto; max-width: 45em; diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 830897b24..6733be134 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -324,6 +324,12 @@ a.original:not(.waves-effect) { height: 3rem; } +.settings .settings-range-label { + position: absolute; + top: -14px; + font-size: 0.8rem; +} + .entries-row { display: grid; margin: 0.4rem 0 0; diff --git a/app/Resources/static/themes/material/index.js b/app/Resources/static/themes/material/index.js index 704a9ea11..473a55c65 100755 --- a/app/Resources/static/themes/material/index.js +++ b/app/Resources/static/themes/material/index.js @@ -8,7 +8,9 @@ import 'materialize-css/dist/js/materialize'; import '../_global/index'; /* Tools */ -import { initExport, initFilters, initRandom } from './js/tools'; +import { + initExport, initFilters, initRandom, initPreviewText, +} from './js/tools'; /* Import shortcuts */ import './js/shortcuts/main'; @@ -177,6 +179,7 @@ $(document).ready(() => { initRandom(); stickyNav(); articleScroll(); + initPreviewText(); const toggleNav = (toShow, toFocus) => { $('.nav-panel-actions').hide(100); @@ -199,6 +202,29 @@ $(document).ready(() => { return false; }); + $('#config_fontsize').on('input', () => { + const value = $('#config_fontsize').val(); + const css = `${value}em`; + $('#preview-content').css('font-size', css); + }); + + $('#config_font').on('change', () => { + const value = $('#config_font').val(); + $('#preview-content').css('font-family', value); + }); + + $('#config_lineHeight').on('input', () => { + const value = $('#config_lineHeight').val(); + const css = `${value}em`; + $('#preview-content').css('line-height', css); + }); + + $('#config_maxWidth').on('input', () => { + const value = $('#config_maxWidth').val(); + const css = `${value}em`; + $('#preview-article').css('max-width', css); + }); + const materialAddForm = $('.nav-panel-add'); materialAddForm.on('submit', () => { materialAddForm.addClass('disabled'); diff --git a/app/Resources/static/themes/material/js/tools.js b/app/Resources/static/themes/material/js/tools.js index 0b3d30385..c497dee38 100644 --- a/app/Resources/static/themes/material/js/tools.js +++ b/app/Resources/static/themes/material/js/tools.js @@ -29,8 +29,25 @@ function initRandom() { } } +function initPreviewText() { + // no display if preview_text not available + if ($('div').is('#preview-article')) { + const defaultFontFamily = $('#config_font').val(); + const defaultFontSize = $('#config_fontsize').val(); + const defaultLineHeight = $('#config_lineHeight').val(); + const defaultMaxWidth = $('#config_maxWidth').val(); + const previewContent = $('#preview-content'); + + previewContent.css('font-family', defaultFontFamily); + previewContent.css('font-size', `${defaultFontSize}em`); + previewContent.css('line-height', `${defaultLineHeight}em`); + $('#preview-article').css('max-width', `${defaultMaxWidth}em`); + } +} + export { initExport, initFilters, initRandom, + initPreviewText, }; diff --git a/app/config/services.yml b/app/config/services.yml index 891182685..788a86fb2 100644 --- a/app/config/services.yml +++ b/app/config/services.yml @@ -30,6 +30,7 @@ services: $senderName: "%scheb_two_factor.email.sender_name%" $storeArticleHeaders: '@=service(''craue_config'').get(''store_article_headers'')' $supportUrl: '@=service(''craue_config'').get(''wallabag_support_url'')' + $fonts: '%wallabag_core.fonts%' Wallabag\AnnotationBundle\: resource: '../../src/Wallabag/AnnotationBundle/*' @@ -182,6 +183,9 @@ services: MatomoTwigExtension\MatomoTwigExtension: public: false + ScssPhp\ScssPhp\Compiler: + public: false + Wallabag\CoreBundle\Event\Listener\UserLocaleListener: tags: - { name: kernel.event_listener, event: security.interactive_login, method: onInteractiveLogin } diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index b463d018d..047bda7b0 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -153,6 +153,15 @@ wallabag_core: rule: host = "feeds.reuters.com" - rule: _all ~ "https?://www\.lemonde\.fr/tiny.*" + fonts: + - 'Sans-serif' + - 'Serif' + - 'Atkinson Hyperlegible' + - 'EB Garamond' + - 'Lato' + - 'Montserrat' + - 'OpenDyslexicRegular' + - 'Oswald' wallabag_import: allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv', 'text/html'] diff --git a/composer.json b/composer.json index e61035b24..f8d06f48f 100644 --- a/composer.json +++ b/composer.json @@ -114,6 +114,7 @@ "scheb/2fa-google-authenticator": "^5.13", "scheb/2fa-qr-code": "^5.13", "scheb/2fa-trusted-device": "^5.13", + "scssphp/scssphp": "^1.11", "sensio/framework-extra-bundle": "^6.2", "sentry/sentry-symfony": "4.10.0", "stof/doctrine-extensions-bundle": "^1.2", diff --git a/composer.lock b/composer.lock index 9efd85a20..82e75d5aa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b385e7bd013d41b3a0fef8e30fb396a8", + "content-hash": "8d38521d8cb653942ec9ede35d85882a", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -913,16 +913,16 @@ }, { "name": "doctrine/dbal", - "version": "3.6.5", + "version": "3.6.6", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "96d5a70fd91efdcec81fc46316efc5bf3da17ddf" + "reference": "63646ffd71d1676d2f747f871be31b7e921c7864" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/96d5a70fd91efdcec81fc46316efc5bf3da17ddf", - "reference": "96d5a70fd91efdcec81fc46316efc5bf3da17ddf", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/63646ffd71d1676d2f747f871be31b7e921c7864", + "reference": "63646ffd71d1676d2f747f871be31b7e921c7864", "shasum": "" }, "require": { @@ -938,10 +938,11 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.10.21", + "phpstan/phpstan": "1.10.29", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "9.6.9", "psalm/plugin-phpunit": "0.18.4", + "slevomat/coding-standard": "8.13.1", "squizlabs/php_codesniffer": "3.7.2", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", @@ -1005,7 +1006,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.6.5" + "source": "https://github.com/doctrine/dbal/tree/3.6.6" }, "funding": [ { @@ -1021,7 +1022,7 @@ "type": "tidelift" } ], - "time": "2023-07-17T09:15:50+00:00" + "time": "2023-08-17T05:38:17+00:00" }, { "name": "doctrine/deprecations", @@ -2694,16 +2695,16 @@ }, { "name": "gedmo/doctrine-extensions", - "version": "v3.11.1", + "version": "v3.12.0", "source": { "type": "git", "url": "https://github.com/doctrine-extensions/DoctrineExtensions.git", - "reference": "ae4bdf0d567e06b6bb1902a560ee78961b230953" + "reference": "eef4b4978118fdb4c0a03509325e807ad96e3bec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/ae4bdf0d567e06b6bb1902a560ee78961b230953", - "reference": "ae4bdf0d567e06b6bb1902a560ee78961b230953", + "url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/eef4b4978118fdb4c0a03509325e807ad96e3bec", + "reference": "eef4b4978118fdb4c0a03509325e807ad96e3bec", "shasum": "" }, "require": { @@ -2719,7 +2720,6 @@ "symfony/deprecation-contracts": "^2.1 || ^3.0" }, "conflict": { - "doctrine/cache": "<1.11", "doctrine/dbal": "<2.13.1 || ^3.0 <3.2", "doctrine/mongodb-odm": "<2.3", "doctrine/orm": "<2.10.2", @@ -2731,25 +2731,25 @@ "doctrine/doctrine-bundle": "^2.3", "doctrine/mongodb-odm": "^2.3", "doctrine/orm": "^2.10.2", - "friendsofphp/php-cs-fixer": "^3.4.0,<3.10", + "friendsofphp/php-cs-fixer": "^3.4.0 <3.10", "nesbot/carbon": "^2.55", - "phpstan/phpstan": "^1.9", + "phpstan/phpstan": "^1.10.2", "phpstan/phpstan-doctrine": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^8.5 || ^9.5", + "rector/rector": "^0.15.20", "symfony/console": "^4.4 || ^5.3 || ^6.0", "symfony/phpunit-bridge": "^6.0", "symfony/yaml": "^4.4 || ^5.3 || ^6.0" }, "suggest": { "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", - "doctrine/orm": "to use the extensions with the ORM", - "symfony/cache": "to cache parsed annotations" + "doctrine/orm": "to use the extensions with the ORM" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.12-dev" + "dev-main": "3.13-dev" } }, "autoload": { @@ -2797,10 +2797,28 @@ "support": { "email": "gediminas.morkevicius@gmail.com", "issues": "https://github.com/doctrine-extensions/DoctrineExtensions/issues", - "source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.11.1", + "source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.12.0", "wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc" }, - "time": "2023-02-20T19:24:07+00:00" + "funding": [ + { + "url": "https://github.com/l3pp4rd", + "type": "github" + }, + { + "url": "https://github.com/mbabker", + "type": "github" + }, + { + "url": "https://github.com/phansys", + "type": "github" + }, + { + "url": "https://github.com/stof", + "type": "github" + } + ], + "time": "2023-07-08T20:38:42+00:00" }, { "name": "grandt/binstring", @@ -3066,16 +3084,16 @@ }, { "name": "guzzlehttp/promises", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6" + "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6", - "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6", + "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", + "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", "shasum": "" }, "require": { @@ -3129,7 +3147,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.0" + "source": "https://github.com/guzzle/promises/tree/2.0.1" }, "funding": [ { @@ -3145,7 +3163,7 @@ "type": "tidelift" } ], - "time": "2023-05-21T13:50:22+00:00" + "time": "2023-08-03T15:11:55+00:00" }, { "name": "guzzlehttp/psr7", @@ -5666,16 +5684,16 @@ }, { "name": "masterminds/html5", - "version": "2.8.0", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3" + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3", - "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf", + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf", "shasum": "" }, "require": { @@ -5727,9 +5745,9 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.8.0" + "source": "https://github.com/Masterminds/html5-php/tree/2.8.1" }, - "time": "2023-04-26T07:27:39+00:00" + "time": "2023-05-10T11:58:31+00:00" }, { "name": "mgargano/simplehtmldom", @@ -7358,16 +7376,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.7.2", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d" + "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b2fe4d22a5426f38e014855322200b97b5362c0d", - "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419", + "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419", "shasum": "" }, "require": { @@ -7410,22 +7428,22 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.2" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3" }, - "time": "2023-05-30T18:13:47+00:00" + "time": "2023-08-12T11:01:26+00:00" }, { "name": "phpseclib/phpseclib", - "version": "3.0.20", + "version": "3.0.21", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67" + "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67", - "reference": "543a1da81111a0bfd6ae7bbc2865c5e89ed3fc67", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4580645d3fc05c189024eb3b834c6c1e4f0f30a1", + "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1", "shasum": "" }, "require": { @@ -7506,7 +7524,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/3.0.20" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.21" }, "funding": [ { @@ -7522,7 +7540,7 @@ "type": "tidelift" } ], - "time": "2023-06-13T06:30:34+00:00" + "time": "2023-07-09T15:24:48+00:00" }, { "name": "phpstan/phpdoc-parser", @@ -7773,16 +7791,16 @@ }, { "name": "predis/predis", - "version": "v2.2.0", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "33b70b971a32b0d28b4f748b0547593dce316e0d" + "reference": "5f2b410a74afaff296a87a494e4c5488cf9fab57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/33b70b971a32b0d28b4f748b0547593dce316e0d", - "reference": "33b70b971a32b0d28b4f748b0547593dce316e0d", + "url": "https://api.github.com/repos/predis/predis/zipball/5f2b410a74afaff296a87a494e4c5488cf9fab57", + "reference": "5f2b410a74afaff296a87a494e4c5488cf9fab57", "shasum": "" }, "require": { @@ -7822,7 +7840,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v2.2.0" + "source": "https://github.com/predis/predis/tree/v2.2.1" }, "funding": [ { @@ -7830,7 +7848,7 @@ "type": "github" } ], - "time": "2023-06-14T10:37:31+00:00" + "time": "2023-08-15T23:01:46+00:00" }, { "name": "psr/cache", @@ -8618,6 +8636,86 @@ }, "time": "2022-01-03T10:21:24+00:00" }, + { + "name": "scssphp/scssphp", + "version": "v1.11.0", + "source": { + "type": "git", + "url": "https://github.com/scssphp/scssphp.git", + "reference": "33749d12c2569bb24071f94e9af828662dabb068" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", + "reference": "33749d12c2569bb24071f94e9af828662dabb068", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-json": "*", + "php": ">=5.6.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4", + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", + "sass/sass-spec": "*", + "squizlabs/php_codesniffer": "~3.5", + "symfony/phpunit-bridge": "^5.1", + "thoughtbot/bourbon": "^7.0", + "twbs/bootstrap": "~5.0", + "twbs/bootstrap4": "4.6.1", + "zurb/foundation": "~6.5" + }, + "suggest": { + "ext-iconv": "Can be used as fallback when ext-mbstring is not available", + "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" + }, + "bin": [ + "bin/pscss" + ], + "type": "library", + "extra": { + "bamarni-bin": { + "forward-command": false, + "bin-links": false + } + }, + "autoload": { + "psr-4": { + "ScssPhp\\ScssPhp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Anthon Pang", + "email": "apang@softwaredevelopment.ca", + "homepage": "https://github.com/robocoder" + }, + { + "name": "Cédric Morin", + "email": "cedric@yterium.com", + "homepage": "https://github.com/Cerdic" + } + ], + "description": "scssphp is a compiler for SCSS written in PHP.", + "homepage": "http://scssphp.github.io/scssphp/", + "keywords": [ + "css", + "less", + "sass", + "scss", + "stylesheet" + ], + "support": { + "issues": "https://github.com/scssphp/scssphp/issues", + "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" + }, + "time": "2022-09-02T21:24:55+00:00" + }, { "name": "sensio/framework-extra-bundle", "version": "v6.2.10", @@ -15170,16 +15268,16 @@ }, { "name": "zircote/swagger-php", - "version": "4.7.10", + "version": "4.7.11", "source": { "type": "git", "url": "https://github.com/zircote/swagger-php.git", - "reference": "6d2f0fcc46bf9043877de8656a9ea95331155522" + "reference": "f01574d1ac55cb0bf31a8dd80525ad58eef83afc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zircote/swagger-php/zipball/6d2f0fcc46bf9043877de8656a9ea95331155522", - "reference": "6d2f0fcc46bf9043877de8656a9ea95331155522", + "url": "https://api.github.com/repos/zircote/swagger-php/zipball/f01574d1ac55cb0bf31a8dd80525ad58eef83afc", + "reference": "f01574d1ac55cb0bf31a8dd80525ad58eef83afc", "shasum": "" }, "require": { @@ -15242,9 +15340,9 @@ ], "support": { "issues": "https://github.com/zircote/swagger-php/issues", - "source": "https://github.com/zircote/swagger-php/tree/4.7.10" + "source": "https://github.com/zircote/swagger-php/tree/4.7.11" }, - "time": "2023-04-28T00:56:39+00:00" + "time": "2023-08-03T21:23:48+00:00" } ], "packages-dev": [ @@ -15535,16 +15633,16 @@ }, { "name": "doctrine/data-fixtures", - "version": "1.6.6", + "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/doctrine/data-fixtures.git", - "reference": "4af35dadbfcf4b00abb2a217c4c8c8800cf5fcf4" + "reference": "ae4e845decbe177348fdbecd04331f4fb96aa301" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/4af35dadbfcf4b00abb2a217c4c8c8800cf5fcf4", - "reference": "4af35dadbfcf4b00abb2a217c4c8c8800cf5fcf4", + "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/ae4e845decbe177348fdbecd04331f4fb96aa301", + "reference": "ae4e845decbe177348fdbecd04331f4fb96aa301", "shasum": "" }, "require": { @@ -15554,14 +15652,14 @@ }, "conflict": { "doctrine/dbal": "<2.13", - "doctrine/orm": "<2.12", + "doctrine/orm": "<2.14", "doctrine/phpcr-odm": "<1.3.0" }, "require-dev": { "doctrine/coding-standard": "^11.0", "doctrine/dbal": "^2.13 || ^3.0", "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0", - "doctrine/orm": "^2.12", + "doctrine/orm": "^2.14", "ext-sqlite3": "*", "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^8.5 || ^9.5 || ^10.0", @@ -15597,7 +15695,7 @@ ], "support": { "issues": "https://github.com/doctrine/data-fixtures/issues", - "source": "https://github.com/doctrine/data-fixtures/tree/1.6.6" + "source": "https://github.com/doctrine/data-fixtures/tree/1.6.7" }, "funding": [ { @@ -15613,7 +15711,7 @@ "type": "tidelift" } ], - "time": "2023-04-20T13:08:54+00:00" + "time": "2023-08-17T21:15:33+00:00" }, { "name": "doctrine/doctrine-fixtures-bundle", @@ -16291,16 +16389,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.5", + "version": "v4.17.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", "shasum": "" }, "require": { @@ -16341,9 +16439,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" }, - "time": "2023-05-19T20:20:00+00:00" + "time": "2023-08-13T19:53:39+00:00" }, { "name": "php-cs-fixer/diff", diff --git a/package.json b/package.json index e4e9117dd..cf8608ad8 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,10 @@ "webpack-merge": "^5.9.0" }, "dependencies": { + "@fontsource/atkinson-hyperlegible": "^5.0.5", + "@fontsource/eb-garamond": "^5.0.5", + "@fontsource/montserrat": "^5.0.5", + "@fontsource/oswald": "^5.0.5", "annotator": "wallabag/annotator#master", "clipboard": "^2.0.11", "hammerjs": "^2.0.8", @@ -87,6 +91,7 @@ "materialize-css": "^0.100.2", "mathjax": "^3.2.2", "mousetrap": "^1.6.0", + "open-dyslexic": "^1.0.3", "ptsans-npm-webfont": "^0.0.4", "roboto-fontface": "^0.10.0", "waypoints": "^4.0.1" diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php index 577621026..65edbb888 100644 --- a/src/Wallabag/CoreBundle/Controller/ConfigController.php +++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php @@ -11,6 +11,7 @@ use JMS\Serializer\SerializerBuilder; use PragmaRX\Recovery\Recovery as BackupCodes; use Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorInterface; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; +use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Request; @@ -25,6 +26,7 @@ use Wallabag\CoreBundle\Entity\Config as ConfigEntity; use Wallabag\CoreBundle\Entity\IgnoreOriginUserRule; use Wallabag\CoreBundle\Entity\RuleInterface; use Wallabag\CoreBundle\Entity\TaggingRule; +use Wallabag\CoreBundle\Event\ConfigUpdatedEvent; use Wallabag\CoreBundle\Form\Type\ChangePasswordType; use Wallabag\CoreBundle\Form\Type\ConfigType; use Wallabag\CoreBundle\Form\Type\FeedType; @@ -48,15 +50,24 @@ class ConfigController extends AbstractController private TagRepository $tagRepository; private AnnotationRepository $annotationRepository; private ConfigRepository $configRepository; + private EventDispatcherInterface $eventDispatcher; - public function __construct(EntityManagerInterface $entityManager, UserManagerInterface $userManager, EntryRepository $entryRepository, TagRepository $tagRepository, AnnotationRepository $annotationRepository, ConfigRepository $configRepository) - { + public function __construct( + EntityManagerInterface $entityManager, + UserManagerInterface $userManager, + EntryRepository $entryRepository, + TagRepository $tagRepository, + AnnotationRepository $annotationRepository, + ConfigRepository $configRepository, + EventDispatcherInterface $eventDispatcher + ) { $this->entityManager = $entityManager; $this->userManager = $userManager; $this->entryRepository = $entryRepository; $this->tagRepository = $tagRepository; $this->annotationRepository = $annotationRepository; $this->configRepository = $configRepository; + $this->eventDispatcher = $eventDispatcher; } /** @@ -72,6 +83,7 @@ class ConfigController extends AbstractController $configForm->handleRequest($request); if ($configForm->isSubmitted() && $configForm->isValid()) { + $this->eventDispatcher->dispatch(new ConfigUpdatedEvent($config), ConfigUpdatedEvent::NAME); $this->entityManager->persist($config); $this->entityManager->flush(); diff --git a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php index 91ea7a326..edb43795e 100644 --- a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php +++ b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php @@ -72,6 +72,9 @@ class Configuration implements ConfigurationInterface ->end() ->end() ->end() + ->arrayNode('fonts') + ->prototype('scalar')->end() + ->end() ->end() ; diff --git a/src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php b/src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php index 0eabaa075..155f05372 100644 --- a/src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php +++ b/src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php @@ -29,6 +29,7 @@ class WallabagCoreExtension extends Extension $container->setParameter('wallabag_core.default_internal_settings', $config['default_internal_settings']); $container->setParameter('wallabag_core.site_credentials.encryption_key_path', $config['encryption_key_path']); $container->setParameter('wallabag_core.default_ignore_origin_instance_rules', $config['default_ignore_origin_instance_rules']); + $container->setParameter('wallabag_core.fonts', $config['fonts']); } public function getAlias() diff --git a/src/Wallabag/CoreBundle/Entity/Config.php b/src/Wallabag/CoreBundle/Entity/Config.php index fd176d36e..9d020814b 100644 --- a/src/Wallabag/CoreBundle/Entity/Config.php +++ b/src/Wallabag/CoreBundle/Entity/Config.php @@ -126,6 +126,49 @@ class Config */ private $displayThumbnails; + /** + * @var string + * + * @ORM\Column(name="font", type="text", nullable=true) + * + * @Groups({"config_api"}) + */ + private $font; + + /** + * @var float + * + * @ORM\Column(name="fontsize", type="float", nullable=true) + * + * @Groups({"config_api"}) + */ + private $fontsize; + + /** + * @var float + * + * @ORM\Column(name="line_height", type="float", nullable=true) + * + * @Groups({"config_api"}) + */ + private $lineHeight; + + /** + * @var float + * + * @ORM\Column(name="max_width", type="float", nullable=true) + * + * @Groups({"config_api"}) + */ + private $maxWidth; + + /** + * @var string + * + * @ORM\Column(name="custom_css", type="text", nullable=true) + */ + private $customCSS; + /** * @ORM\OneToOne(targetEntity="Wallabag\UserBundle\Entity\User", inversedBy="config") */ @@ -390,6 +433,93 @@ class Config return $this; } + /** + * @return string + */ + public function getFont(): ?string + { + return $this->font; + } + + /** + * @return $this + */ + public function setFont(string $font): self + { + $this->font = $font; + + return $this; + } + + /** + * @return float + */ + public function getFontsize(): ?float + { + return $this->fontsize; + } + + /** + * @return $this + */ + public function setFontsize(float $fontsize): self + { + $this->fontsize = $fontsize; + + return $this; + } + + /** + * @return float + */ + public function getLineHeight(): ?float + { + return $this->lineHeight; + } + + /** + * @return $this + */ + public function setLineHeight(float $lineHeight): self + { + $this->lineHeight = $lineHeight; + + return $this; + } + + /** + * @return float + */ + public function getMaxWidth(): ?float + { + return $this->maxWidth; + } + + /** + * @return $this + */ + public function setMaxWidth(float $maxWidth): self + { + $this->maxWidth = $maxWidth; + + return $this; + } + + public function getCustomCSS(): ?string + { + return $this->customCSS; + } + + /** + * @return $this + */ + public function setCustomCSS(?string $customCSS): self + { + $this->customCSS = $customCSS; + + return $this; + } + /** * @return Config */ diff --git a/src/Wallabag/CoreBundle/Event/ConfigUpdatedEvent.php b/src/Wallabag/CoreBundle/Event/ConfigUpdatedEvent.php new file mode 100644 index 000000000..2b28c6302 --- /dev/null +++ b/src/Wallabag/CoreBundle/Event/ConfigUpdatedEvent.php @@ -0,0 +1,26 @@ +config = $entry; + } + + public function getConfig(): Config + { + return $this->config; + } +} diff --git a/src/Wallabag/CoreBundle/Event/Subscriber/GenerateCustomCSSSubscriber.php b/src/Wallabag/CoreBundle/Event/Subscriber/GenerateCustomCSSSubscriber.php new file mode 100644 index 000000000..30517f5d7 --- /dev/null +++ b/src/Wallabag/CoreBundle/Event/Subscriber/GenerateCustomCSSSubscriber.php @@ -0,0 +1,53 @@ +em = $em; + $this->compiler = $compiler; + } + + public static function getSubscribedEvents() + { + return [ + ConfigUpdatedEvent::NAME => 'onConfigUpdated', + ]; + } + + /** + * Generate custom CSS. + */ + public function onConfigUpdated(ConfigUpdatedEvent $event) + { + $config = $event->getConfig(); + + $css = $this->compiler->compileString( + 'h1 { font-family: "' . $config->getFont() . '";} + #article { + max-width: ' . $config->getMaxWidth() . 'em; + font-family: "' . $config->getFont() . '"; + } + #article article { + font-size: ' . $config->getFontsize() . 'em; + line-height: ' . $config->getLineHeight() . 'em; + } + ; + ')->getCss(); + + $config->setCustomCSS($css); + + $this->em->persist($config); + $this->em->flush(); + } +} diff --git a/src/Wallabag/CoreBundle/Form/Type/ConfigType.php b/src/Wallabag/CoreBundle/Form/Type/ConfigType.php index 8f63551fc..18d6773ba 100644 --- a/src/Wallabag/CoreBundle/Form/Type/ConfigType.php +++ b/src/Wallabag/CoreBundle/Form/Type/ConfigType.php @@ -6,6 +6,7 @@ use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\CheckboxType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony\Component\Form\Extension\Core\Type\IntegerType; +use Symfony\Component\Form\Extension\Core\Type\RangeType; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; @@ -14,18 +15,53 @@ use Wallabag\CoreBundle\Entity\Config; class ConfigType extends AbstractType { private $languages = []; + private $fonts = []; /** * @param array $languages Languages come from configuration, array just code language as key and label as value + * @param array $fonts Fonts come from configuration, array just font name as key / value */ - public function __construct($languages) + public function __construct($languages, $fonts) { $this->languages = $languages; + $this->fonts = $fonts; } public function buildForm(FormBuilderInterface $builder, array $options) { $builder + ->add('font', ChoiceType::class, [ + 'choices' => $this->initFonts(), + 'label' => 'config.form_settings.font_label', + 'property_path' => 'font', + ]) + ->add('fontsize', RangeType::class, [ + 'attr' => [ + 'min' => 0.6, + 'max' => 2, + 'step' => 0.1, + ], + 'label' => 'config.form_settings.fontsize_label', + 'property_path' => 'fontsize', + ]) + ->add('lineHeight', RangeType::class, [ + 'attr' => [ + 'min' => 0.6, + 'max' => 2, + 'step' => 0.1, + ], + 'label' => 'config.form_settings.lineheight_label', + 'property_path' => 'lineHeight', + ]) + ->add('maxWidth', RangeType::class, [ + 'attr' => [ + 'min' => 20, + 'max' => 60, + 'step' => 5, + ], + 'label' => 'config.form_settings.maxwidth_label', + 'property_path' => 'maxWidth', + ]) ->add('items_per_page', IntegerType::class, [ 'label' => 'config.form_settings.items_per_page_label', 'property_path' => 'itemsPerPage', @@ -72,4 +108,20 @@ class ConfigType extends AbstractType { return 'config'; } + + /** + * Creates an array with font name as key / value. + * + * @return array + */ + private function initFonts() + { + $fonts = []; + + foreach ($this->fonts as $font) { + $fonts[$font] = $font; + } + + return $fonts; + } } diff --git a/src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig index c0d57c067..a91b5fad7 100644 --- a/src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig @@ -25,18 +25,18 @@ {{ form_start(form.config) }} {{ form_errors(form.config) }} -
-
- {{ form_errors(form.config.items_per_page) }} - {{ form_widget(form.config.items_per_page) }} - {{ form_label(form.config.items_per_page) }} -
- +
+
+ {{ form_errors(form.config.items_per_page) }} + {{ form_widget(form.config.items_per_page) }} + {{ form_label(form.config.items_per_page) }}
+ +
@@ -117,6 +117,66 @@
+
{{ 'config.tab_menu.article_display'|trans }}
+ +
+
+ {{ form_errors(form.config.font) }} + {{ form_widget(form.config.font) }} + {{ form_label(form.config.font) }} +
+ + +
+ {{ form_errors(form.config.lineHeight) }} + {{ form_widget(form.config.lineHeight) }} + {{ form_label(form.config.lineHeight, null, {'label_attr': {'class': 'settings-range-label'}}) }} +
+ +
+ +
+
+ {{ form_errors(form.config.fontsize) }} + {{ form_widget(form.config.fontsize) }} + {{ form_label(form.config.fontsize, null, {'label_attr': {'class': 'settings-range-label'}}) }} +
+ + +
+ {{ form_errors(form.config.maxWidth) }} + {{ form_widget(form.config.maxWidth) }} + {{ form_label(form.config.maxWidth, null, {'label_attr': {'class': 'settings-range-label'}}) }} +
+ +
+ +
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+
+
+
+ {{ form_widget(form.config.save, {'attr': {'class': 'btn waves-effect waves-light'}}) }} {{ form_rest(form.config) }} diff --git a/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig index 66228b17a..2fc1af438 100644 --- a/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/Entry/entry.html.twig @@ -319,4 +319,9 @@ {% endblock %} {% block footer %} + + + {% endblock %} diff --git a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php index 21a13b875..ac3ec2f76 100644 --- a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php @@ -1364,4 +1364,40 @@ class ConfigControllerTest extends WallabagCoreTestCase $client->request('GET', '/config/view-mode'); } + + public function testGeneratedCSS() + { + $this->logInAs('admin'); + $client = $this->getTestClient(); + + // We check the current display + $em = $client->getContainer()->get(EntityManagerInterface::class); + $entry = $em->getRepository(Entry::class)->findByUrlAndUserId('http://0.0.0.0/entry1', $this->getLoggedInUserId()); + $client->request('GET', '/view/' . $entry->getId()); + + $this->assertStringNotContainsString('font-family: "OpenDyslexicRegular"', $client->getResponse()->getContent()); + $this->assertStringNotContainsString('max-width: 60em', $client->getResponse()->getContent()); + $this->assertStringNotContainsString('line-height: 2em', $client->getResponse()->getContent()); + $this->assertStringNotContainsString('font-size: 2em', $client->getResponse()->getContent()); + + // Change display configuration + $crawler = $client->request('GET', '/config'); + $this->assertSame(200, $client->getResponse()->getStatusCode()); + $form = $crawler->filter('button[id=config_save]')->form(); + $data = [ + 'config[font]' => 'OpenDyslexicRegular', + 'config[fontsize]' => 2.0, + 'config[lineHeight]' => 2.0, + 'config[maxWidth]' => 60, + ]; + $client->submit($form, $data); + $client->followRedirect(); + + $client->request('GET', '/view/' . $entry->getId()); + + $this->assertStringContainsString('font-family: "OpenDyslexicRegular"', $client->getResponse()->getContent()); + $this->assertStringContainsString('max-width: 60em', $client->getResponse()->getContent()); + $this->assertStringContainsString('line-height: 2em', $client->getResponse()->getContent()); + $this->assertStringContainsString('font-size: 2em', $client->getResponse()->getContent()); + } } diff --git a/translations/messages.en.yml b/translations/messages.en.yml index 19b85863e..45dd9ccd9 100644 --- a/translations/messages.en.yml +++ b/translations/messages.en.yml @@ -65,6 +65,7 @@ config: new_user: Add a user ignore_origin: 'Ignore origin rules' reset: 'Reset area' + article_display: 'Article display' form: save: Save form_settings: @@ -89,7 +90,15 @@ config: help_language: You can change the language of wallabag interface. help_pocket_consumer_key: Required for Pocket import. You can create it in your Pocket account. help_display_thumbnails: You can decide if you want to display or not articles thumbnails. Useful for slow connections. + help_font: You can choose the font family you want to use. + help_fontsize: You can choose the font size you want to use. + help_lineheight: You can choose the line height you want to use. + help_maxwidth: You can choose the maximal width you want to use. display_thumbnails_label: Display articles thumbnails (useful for slow connections). + font_label: Font family + fontsize_label: Font size + lineheight_label: Line height + maxwidth_label: Maximal width form_feed: description: 'Atom feeds provided by wallabag allow you to read your saved articles with your favourite Atom reader. You need to generate a token first.' token_label: 'Feed token' diff --git a/web/wallassets/41a1d465797f51702171.otf b/web/wallassets/41a1d465797f51702171.otf new file mode 100644 index 0000000000000000000000000000000000000000..1a3027223aab6cc62f0855a7d4d064669705b81b GIT binary patch literal 49652 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/OpenDyslexic-Regular.ttf b/web/wallassets/fonts/OpenDyslexic-Regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..e7849348cdbcf9e89657186f60b0a2b3581c468f GIT binary patch literal 138312 zcmeEvXPi_;)_2vteLLrzrgQh?nV!Tjgdq(%gG5EiNkJ4vR8TOWV%Bw3R20{B5naU$ zn03vrVHI;gU0qjq)m3*5Ft^|TsoOoYth>MGeV^yU`{603&aGRw!a1i-opY-0t%h;N zm={3D29N9-KEm-U=X*@jS0T51a?LBz4P{WObXVaLU`O^ zQ%4z3pL8c<=Cur&6Q?#duiJ93i!uHT>d&3tHGby0*UoBT%z6o9%Dx3F=B--b-Sj)g zhTg!KrE|fW6B5d)!BZHU)Qa-Wi&rgKp`UeaJ7eSbp^eo`jyZYpuW$Ru>v+DD@l7`^ zUASWHq&3Hz7;~>;ET3PxXx>7_bnNLUI}Y{xEJcR1-lW6*S-8(EU2($NlYgju9JqlV z*jDHS#EV@<4u0G+GZ7)q^{2wnc<~(B6@rzdVz2l7~j7>ZY<=^s-?(s+q307>Qct36Ij0tQo zWBVly2h(aPm|*;JdThi$gak&fj&)N~Mp_!cy5+N3xBfS*TlXF7Hv9?cTUa-LopnpE ziI~;>fV>8zFGSf1xXwUX9qU$Faix0ukd_gTLHZk9TX6jd*TWE-QN9WBM6|I;Ylp77 zL9E;8$NgC-vj7oo=sn2)5^)pKUC6r&^JAaXaouqb_j$rD$Bwme4qeG5GS}Rf-i}qH)0WZHoFY*rw7L z&^VMwWxaM!<4_)H9CTkJ?;^IBc>YV#xP$Ez;{d#A97<7kX*9|hcjAl4FO5N2Im*}1 z#dGk5#-TilaZtI3u7XAyZz@CAJ5a9+SB$@)6Jt(!(sJfC#n|H}iM>nmMPppLmgI`Y zR__2_gd4@J7z4}~c@pYx!}U?b&r$Cmh>#%@$y3yQC*Aj2o{%#_}S@r;i{y)I<5@OEl}8lyt}$F+3v zR2Nzi87F2c7Fwv`uKq1aTpAHY7>6?LF+A508V58`8D;4K0$o}Ny>=}JNVZVd zbk~S>IZpwv_8cmqe?(CO*`hrvmFrIwiN=skH3Sv(NYFqT<)MYhM$q~|A^Hafe;3b0< z`@vX%18Oexz*n{anwb^Q!fb$6<|rIsHs%DhGZ&zPxdENbQ`pa3%m?UZen1Zk0D4)l z@DuZ~5TKuh0Rt>r_>l!!1z?E90K+T}7-5OR4=l=3fE6qa7-Jd0ILj8khcBE1OtMPA z6srbIvzo#`S%%dDW?3Czj@1KJvc|$cSQX0yR zx2%!%18Y%1VL zb{OC&HXU#@n^E{H8^dM-j%Bj|$FbRf40dN635pW?psqhI~#MS~XW+wwKVW$8tWv3SY#Fnx3fXmrw zfJd{_3m>y%*apBAY$M=Gb_U?F?5x5^Y!y2j@Hn;!@OX9(;A(bm;X`%;+YERjJ0EZj zy8!Scc41*3Tgxs2Jege#cnZ4|@KknL;RCjgT@JXO{R;3jb_L++?8?IXYy-Ora3i}K z@C>%4@E$vpT?2R)yB6?lwiR#_yT0%)^yCeI=dx{p=dl|BH?vdw!QE+yO`YqcnP}|@KSag;AQN0g}2z{>~_Fku{!{-U^@Z3*^{J2*e<|p*>1q=*q*}cY%6;J@Ot(j;0^2{z-{c2!d`YGdlc~3>@mQb z*yDh|VNVoZV>h!W0e{P$0^H7?2E2tmQ+So_V9x^H%ANzfjlEF#Bl{iu1K{oKMZi1Q zOMpAs%Y|3io$QZ*cd=Ii?`E$7-oy45US{{Q*8%TiZvfuU-U8gk-Y&evcC&W?_po;X zA7JkRKFB^OyvQD6`v4zi9|AtYJ_3A{eO&khdyM@F@NxDj;1lf6g%{ZG*=K-HvcCX6 z#Xbjon*Fu#JS^7V0H0-F0zSvS0(_o*U3iYY!2S;S2lg%Ci|jkVm)JiF&$5@F5@dyVY}+{+FCzRr3IPqR0e3iu{xfNyaQ_%@dcPqBBn4EQeB0lvre zfbVld;Ys!ZHv;bCCcqE58So=+Dg2&&%x!>w;&#AKxC8K0?ks>R?gIRbdjS8!y?~!{ zU*U1~1@{B~l?MR-#)E~&*q1yE_!W-;e$AtRf9Dm2N7*+#2KX&c0Di}lfdAmB!XxaT zJPr6g&j9|wvw%PH%EH6!Ctd}(pH~AO;5C3fyteQVQ+YjLfj0m$=w0j;nF@NQlXV8Y z$tcOP-XQB_MUP-0pqFHW!JwD`aBnb3ia~Eg(nvQ3Goq}>2E9(NM;-i0vR*b(WgYGe zR8m3HC`5JjIwNK36oXDd4N0d{^d^%@p~k5(>Q9y=3DrcPUV(9$qEjSLg6C#g#ueE*lT`;~jD)%Ybcrk4KrytcC=wIhmVpu`T8Bl5 z=jZ}>B7k-@tPoEqh!zb7AP%|^C{Ivo6(#3v%cA?He zv82avArR01O#p^EVi{3LZ0H4aBXBnwHT0Mcev62qp0aP(3k z%c!L{8x4SZqfy2nQZpbH7YkD0snGzbLLH0&gg`cmjg<(ZR!M-xjm}8kAcI_3oJPn6RD#7MgKZ{~3qqcT1niShO>fnRGeItB zxJ+Wmj3z632S-hiiz4z60-c2_Vmu5+Gw9aq6q89u+?1hr^q5Er!~?=)6mkKckj_A` z3XYLnpaTk29RaP0V5Q-tF$4-C-y|N00?09eOGcdytR1Q zM1hIqf_fpo>3}2zS!R^+vp^joXc!bB3LuL{19DM(L^%|+%4U;^lzM}A#R?G&Q8FE3>SqEl{f&jA4Y@$cRPViBNwLu0VGR!uR4W62eiohDx zNG^y-2mprBLPICy0^??aTv+r*6YK%B9%_)1H(IS0ftVSMp`L-H9~}r>iLGL~(F21` z;6&qxTMB~VXqdzlsF4Wk>~^A>h8|=KxiA@_B*+*-E^ICc6_hqL40#u$2wXuhT19y# z`Yi{d2uc?DfeTSWc+tQ>F2p0u0FhY|hw>JXrs5@$5lJ*5C=geZ4WU>a*;-Em9t2wH zgAmFV0XUT8qF1mEmMNu7q?uCWv|Gp~m`TSA zI*8-Y9w5wMw_vD@;HM0eVli0|F%K+uJcC@AP1;aF5}!J=>&=i0+>^6mvsn$KNG)iLD8U%YR+Gp;4+xM*jY2z`fCOUviUX=mL{S8V%p@0z z!vU#)pc&Bxu_I{DfXyL6lM*o!M78)6MW}O(qYzg!U*kDA{Rvn(2WvFz6$!aqg ztdJVBg_OL>?yy5=P;d(51d(QuLDi|-A}gIji;(CSN6RW6P#FjyaDp~fTrNBWr6y9W zPy+_Y0F(r#H7L^CeUKBY&1kg%B^07=NKQZl%_toc{gwmt-^(_^I{-YlSj=KLbV_m1 z301(Z5Nw8A04I_Qx0~b$qfK4tFyIEO z8A<}$3Blm>>-A{c1d^;et5t{}8X&nqama<}w;U8ly4a(3!SjQ10l5Ma;E5K>>-MJc z2sMjhQY=_@aUqoCiQ1w7c8cWB2fGXnk_%8=k_+(s-vx^q0)Zw;Pk>0l#bPhik=aE0 zN}z*V=u#mU@Gx9K3j<&57MGpm!bWmIW`i^W)PZ8R*-b9H#cBifkOIhr)oyk`DlB$4 zNXOK-Sup!i!ALs5q9@_ELYbK@4lu-|!?-JW3Z-FmKrS5QDqy^iGIrg`WJ=DnT`x-44S0~MMYsR4s3bd-ZY+p644Mu zib{%M5CCa6Lh)g-wX)toju?l7HHd0Vs-j$2#7avq=AvLwS;0~g0-?zT$wpb*#U!RC z1`2^1HsCuE&F}Ptt&j_&)9Q9&xoL4=piP80lr3mb^r&U_I;=Lk6&gi>7vi)ztxmhu zVRLvLb~_vyhs_|$!XPNn1#T;t35m2=UC^Os#prM-#9#O!PLsvqG(tRJQf#Cyh$&`5 z%;E3~F(6*MY@}M9HV1JF%7bvWT780}5DTIH!CVJDpuR|f*&J4gu-@;3keErPAeahP zq$ax+N~{1$14vd{*LLn=S1XMa~ zkH=(&bi;rs5DOc4VkN{}F24{1S{R@M3RK+zuG*pY5duPskmf5g(IqNij3A~qhtsZC z9Qt4o+RO@ENwH$>ZMHb=P!f8GI8=kL0y61xTS1aj?{wN}*z9%(ijf$b6(;&E2Oyh5 z*(lmbXn_|Rr66#yfhStf>bhMnQUY#Vk#eCtP!WU15iv6b{Cp)J(71(xgaqMu-YT(5v0#6pK^{M=<4N*u3yMLSC}> z9wU~em{3lL0=Qx@csw3k&;(^X`x%3bVM<5U&*+2*hHG2woBs{g#8`_-YswAu0heO)LyWfe@%7x4dp|8u9^@iTwyf6M{yA zNQM!#XT|Xm{b(`+zKUTe$xZR9i6zM%m>0=nEbm&;&wo5HB(g%NPNgB~}gvDN1@Ib9x)-eC>cT)rSo0;Crs zW3t*^;E97KjNe}&cuT?`@Q4hLpT^DS@}O~q3c*>De8LOCk1-YO_By;yl!FKx<1vVY z!{>E+!2()4*}See_$D}J4QJt|_yZ2V*XJ{WAi)v02d*@16Bf)&^ji)1W&Y3Ubi=mM?hCJL{&u)6hJ%?DiFj&2$DuB!II=Ssavgd5ehu0Z%}M- z!!#g-Mdl#|i+zyu0s#>EgtQ%L%ie%w5J410rrY8Xa)EVfMWqLFVGFvWL3sLZKQCEa>t1-Ohm52x}Ac2Hhb@g*O-n>1LbJ@3D{!d2G-gW{)`vT78(c zE>GC&aoG(vf57B&d%XsyEo^rO!Zw>9gMfQ8R7x}&br52~VBAN@(cVhPD>A%6nsJaw zjWcmz1Gf^&4wz90&;umBKBzBmz-=`8Ov$9j>2dn~EPDHL7b_L_dY~IH z5$Y(`aug~H28ZBN+9DE31)_QzVzt8P5*+U_d z$LseST#l&26N=jHAy`Ad-)ONpJ>ZEzEF4Y+ft;70XRnRSx}yde#-&KrU3Fpz{N|oAQ^-x0wIkM(FQh9Ubi<5DxeRFa^i5r(VzDYK{IAk z-Y&czOwFj!SCBZr%@4VNwqPt-?}J=8BHly<8$Mphh1m(2@Iu*w=|V1Csfa%q^18zT z6Ujv&;)@1-p+F=Z3PCO`A-@$;GW=m;VaOXGO1$0-dhkIm9Oy=bu$X&banKX= z1j0U(DPYQFNiISda#&`g-Q;kFd^vcPVlLSe^;WAt9Cb%R;gAU;p~*!M%Wey7E964M zqzr;=QAk5UgBb5%&`*dW2$AuECtA>|h9eP8DCjnfXF(t=8X}Q8G^7#4LkLHCKO#+h z{iQ&Cd$B12Z;b+Y{_ld{2R{*V0S|<%2MLOh7p*G{G}$pBs1TNb4e!{skZlbzyV)5J zWaCDgJy3y-M^6azG#m&8LLsvyRuS`NVxed>;H!w3U6DXM5(_56p=cylRS}I~F3Ts{(#kIBc>xy@5<7?Tv|0 zDR@h2F%c0N;W%+M8W7?U2vms~2Y=XAoLm*+0p@JjI+l)PV$noJsy>m3+dcL~)ESBd zBN1;TY;i>F)saXv2In9Y%~nK1ev2oOw1y%TF>}C^@r9Eawb$RYH-b zQuT2{j)XrGqbZcGNMi(IiEssGcPJdLM-NzTz{{X3Lb3wHhog~-crYG}B_kF~%$9GA z2BX15Jd^+n%r3hZ)-ex1JQ%>lcUSjwI-{v{Fr7#ytcgSz$|?cG+;*>>41}4HO8;2^ z*%SoZN&sw(#iE2LLR<_0c%lV?_@MxgFz%wEM52NUl0a$!>3Rh55P}3csX+k+Ain-< z(D+2mifC>Fc>eQH60}I9A_~m_p(!c}w2g*EFU6j+2%<_I_$b3ycr9L>h5LOd2vLNO&W6;^A~-r5=q z$3p2;B#ot##pCe#Q?WKI?ZY9k&09an<%(x>pq{(_ZtraYXO$eeFNF?Z_@dbpu6WJAE=xfkT zw3q&fe(F1lSfN=5@Vqx@6-fMq{KaF?1CRqvL->2i=uK2321%>9}N#?ct zYvRo{*nLb?I(?3CG8Rvy;>ma_X?IjrRz;etQ`ua+qB3KHwW-NeCu=jwT&B9MGM9A* zT$M?0JW-KM1e0-_JL$?NlF4kaA{0;6rBku6)n8fZs7R(WmS~_h6tArH2P)x+rPEfo zKN8R9^ASR1vEXIu}n-ek|6f0uwa>mo|_@2S`?>DIe-ATam5E zR3>eCh-9H7NsRaB7l-2&^6PB zARa;jdK4a3%=Lps(+v=@gTMc$GBk6cDl|_r0w8K?fQ(Mtqm#L~w z#%n6=p{itkt}fkBnW@gz^{c6_a);bC8DBCLPp8A_l--kdx2DpW%5XfK%;t01MAROv zsc|II*-C3H)EG(DHU>jA@Y`}Zn#V1do=4n?ZcotRQ_=&MAq zWsKLGt*wvORoB)ys;g5q2&rr(mfcvwghMta`Yi__n*w#z8&D~i%M_P=0_h}pq6MvP zeO(ys)gIRt$i|G?e$G9)w$NZJJwX) zH{V{{k*{lMY#-Iy((I4>TkFHswUxECiP{=hur4s9wywS@kxN!L^lxmaO1WaKt)9x- z#=IjN@0YA@>sJwPjm093jjmutx_Zcv!I^duMm7k4&bH2`!F`%K+6GSQ*U>kW4)trU zsL$8to6`A4ZzLZcozFM-$<$;TT86f^)K_|v{rU&$@-2N_)u|!5hW3+!+2}?Lp z*)VGKsH%Y?Od>I8An_mEMpLM>bs$;Zj)qp6)(s7lYr)^9idZV8jX~3ZRwAY)-_p0P zZ(Upeyw}?nn08oGO;b%r-};VJD(Q{~Gnu~m=~$H2R@cJmAGHMT>wrPEoqhZF^L2DI zk_HE2$zUd&N@kL7reRVBK{kcP25k&+X=nr++uEA7dFpM4I>lcnp^6|7?;P0KskK43 z13UZl=>ykNG}O_dl`Dsn5X3|1P7q4eYLJroIzep{(O&u^ZA9G@$kXy7Og!%mO;l0@ zac#}Rzk%(`kebP4h-V0*7lC@iPy`{DFn%rZwvxWURo0^ZuA;0&kpopC<(OW=FCYlL zLaODz6C|{$!%rmW@!JSSoHjG#l$jN$%j`H+=EP|-H%^gxaeB;;(+feI77OE)SQMwj zVmK9+U`d<=OXCDs7ALCfSwnCVYZy*o4ado=kvMTR8YivB;)KeWP))slzoQNP1oZ@)N=ME&O9w+KjAde zRqT75h}zE%;AGW_>}&Qd`-Z*8e!xkpQ`lEH?XwGKo95#z)jx5{R0)89g1NJfd6Whl=#JQawoW*&C{Y|p5FW6t1iXF^9<22Pr>=X7m&O~j- z>8SH@?&(6DYq}WcoG!=NC5E$1TW~VzYMjT}%ih6RtvA@4>@A$WdY8S8^E5i$1t`;v z9`zU_h7(t}f!+c)a1W30G_S>R!*)K3kLQQ;dHiU88o!Kh<2(7g`~&`HUXUVEt@O0? zo@|mMa$3&G^>UN^XiSMYVxCww));G#4T_D7jgL)@Er=Z#J3DrH?8k%`TM4m5Dv?X% z6a5lhiQAH?WG*G8^eIQmoeHO7soK=2)ZEmf>~s62g4m^ntlR*+Zs&}fxu3^yCbEI| z;T?PopTv*k^Z82PbpyYH|AD{HKjo?vl&Yksq&E-2OBb`o+_6loA=W20Al4Nd6Ppy9 zA3G+tA$D2phJ+^(Ops|NygClS%ascC;~5zTRxok!3!Te`~H{jfARju z?|=0EyYIjC{vY1I^ZhOFU-?dp(o?buIL*c&1=m7ucj2_w3mEA)A!P?J=bbzSIG7K` zDckvcAz#dw@|FLJfq1r@9|O*=;>Yu~82PjKW_|(h2A^;I*Yf{4N3!w|--59_pNIK1 zI7{{zkMiq)*%Q2iZ{>0JdtS$HWG+3)#C{xl!XpM-=w2ibjx&*pE_ zjN)_oKG60Nr1?X>fPW0?KjTXv%Znj5r*V~^%J=j2yoaB{f8y)-0loph6mzB|vsd`J zl98V$nQ%JoRel(Mji12312-?_ZTucSmOsx|@W1in_}{^?FZr?jEAZ`W$m*3iFMS7O z^nLL9PkcH59JA`zd@_Fp^Xpok05_AEQ89i!X4>75>3cCUkMlwN5k8DRftmLVAI+cT zBluJND9pJz{5^gIX5S+I31;IL7@xoLW&AJv3`ydr^8()}alTnH^8mk!2l>_9g?ZuO zzv5ng1@~d>-28HG!6@4JMcmFW<_>-dxAF^l4c~#eek*3x?L5P8!u-0KSMuNTD!!d( z`EPh%en0fUeS8Z4BcIA&#VP6+_yqnUpU7Xr415{-;SYQo-^*w4H~38cCZEOM;?w!- zkeqM$YW^)hk^h6A#J`6e{lHJ=Kk_yFpZsh|;b%!YzDd&ab0i#J`d?l2zq;subu~W{Dm@+dxE3rATdGx}~i4lpV^A_&ZWyKW_7Hyu@nApjt&Rhm~*v#b4!LuU0 z$wjkf^+P*4Y6n$NeDf@{u)Np;t|F_k2ZfZnv5B2>Zqm%jGk0$2itHTRH7k-#CWh~P zbkfY7k9I|pvu2@`z86zqynb1*h_eAW>ud1bsI@Y6=FY*9oov?T&D7@9nd#)t4VyPd zHiM4h{Vw+CAsL(e^Lj1u2ohneAv{=F(D^lE?IT!iM6sGE&%tL6hm5$(X8=2&zjQ59be6`PiDPfg={)MAc|<;u@OMFFHDy13K^l zJTugSD2?kVSc8?u4z>$cegnMm=iv2!!||(sEZ$SYocJBP2Hjj1Rra!|-picER&;^o z8tYc^%T>xvSZNtpgxG^c7n;19uJ?`6lj4x|F0Vsp~$#)e)z^< zU;WehT01CsGg?<5!;KH%LW@8hT2j!G{$<2QAd9pCX+tB{H?)St@lmuLky;{LPPeyo zd%TaCW9A<3UieRoq>FowQ?F6us=!m;EPaLc3D0&K%;7VEWn*MF@bh%eDrP8@p=cT0 zxf^{b-$C4|%a_p)Z}HH-Zp+=4r_J|R(B#;jdnuwI@q#hELwOjh$T(Js4`5();4={s z1L7vMV!<_lE8T~R_ffRWJuPyQqAw|8+LM$K+meVJKss*mjZ1lE*$qp0Uv=9Q-l<-* z^oAwsJ4?1LRiET@4^tn8tCXFhzNd@x>(zM_x2Shrt@2@68}v!kt7<@x+U?7ilxnRY+GA^P7-v66xJo z2AjSsan?hO^e~^`?7K8u@DZHL-LXf=Dy2YlrKf>cw#RtD(;!!N!mSJ#aAQEG9Fqff z95S`bK71VH>6F`AbCuHb_XOv@v|P9N#l?nYSI%#e<#+#}Tc|tocT?mkznfz`e%rEE zSsJ+VsyXWiEgYUX>$J6fW(-W7vQB+l=Jj$u|Mk$}5r7juU$%~8l<+?PRWzz zElSFcJbz1bpSIQp>Ch5^lwLgSM0q^@a^i;BO--{mOq_K3tbBg<>91^)@7T8grP|^7 z(7c&5=ZEvd<@Y9@K0Dtu`}7HuHq1s5=->JCXV!FKw<+JHeBH6^$~i}MFYk-%k#oA2 zcl`LR-gbI!#Nt6`Tyn`7gBFd<^<3Yv{K`3Vu3XkZMUTYw^z%+V`TWeVc>@N_8-`a{ zn1_Xr^&X5>6Zo~X#8(%w(WUV+XJoYVhK%}JLUEk$ShA++PTKRYy&4IVuPE68gIhD#{fyVo%_5o z(jsk2QFUr(OGMsy>v3S=9~L1?>^$No2HGJdF}AF>4Q=+`+$a% z=1l8Yc;4hkF5}nN&pL8Z$Ivr3o<2zZ`10A)N1bucG3rx;)(@C`)=@2)%tiTpMcZiX z7l%jXS54VAd(8SHS~p;<={E#-@WDb4W*!jAkhE-xM+fzxruyr9&w_wgyY8HW%=^or# zm?CBk*#;k384nNb>{gIoAFbzyHsxKl$?)Yk?~9MjE4=54pjwOzwf|wxLNfU^b>hZ)Dp_DSdCs)SGhj zrd-7o3*}1PW_ogihq>$S7KtdsF(}6iJr$)KN@ec+>`RdN9E$W-|`4aWinS4^!7TrnTp8xnYo1a&I6XPd;yZMPN=ReOUS7~%Y zppg%Ru90&}Ijx@xr*n7`f7}WSjKFcB#JS)$Kj6N^ekN2NLx=h+pbH{yqB+ zIw}4D_*JslM77~v*gpwR6bu5e8z zwaKWjP<;AV4#a_ZNjSq!>@=E1#)Q9In+t1{=6no!;O7Jkyw^E4>i*=t$L%W|c>Nmjq zBmJV=3OTXC(%(ZhEhq?8tVhz1m_zJ?I0A7x;$p-#h?@|*5pPDk5Ai8Pp^C{Z`2>+v zG4)^3D>Hf;7k$wh{12&nu(R3ik{FZ}m)hJckZ=iY)G4()rJME_%L&FZb@jsE^W;O=gSv21&)XNhbk30B=e>9yHtsc^LZ3LG zU(Bp(4}cgxa%Ma0Z4-xW zO7WEXK2HrjvuoJVv&QGfjT*3EWaZFdFElj|ICks2hG{d7>T5r2_yrq^yoX$_0FN5k zMB)L7?;cEX#;OE%>0%1r8@SR$Gt5c@gh}%N{1jRwka{J*+A1mpk%N!!;i`FJz+EGy z7E_sAft;YJk4BOn%3bptD!ZpWz2f183-Ytim~#7l-PhfC^ zW87aC@?>L^$dA;hqV*wxy>F|e-nQ_jMO^^O=@(t6Jz1`|*IBBXIdDep`u6^jtuED&c zDc?F_cJA7%GGb0@`szB!MFMZDt{|*~q^}gbV+rEjOb|j0?PA1*J|!;H9>N9sjdWRXL5~$R@dML^+#^Xo zI72ku)as@je}D_ui99CF&D0GTcg?tGUUdxEdCaPNPU{+Z#;)TwK7G!J88?1%;kYf+ z)ML9=jIXX9zoM&n)g8#>)Nj5TfiSG$d^{;%(Zl8Y z)C<%rl|kLpf7*x=m}MkO55v->@eXk`+enLrIE@Th5_&7?gC+67lK5are6S=wSP~yB zi4T^<2aV{1CGo+M_+UwJP=K8Jy-0k5NWLkS?qd4x!BSmIK~nQSRsPpYk*v|5fN?%FW%ocZnT^Us;M z;jVE|Nh5sKW5Y^bG!HjCvHp*I-*~G>VR~5z*N;!HRhOMx$%Rmss~NT z4m)NHDLYNhuZ5haK;8L!uy5ilaWf2VhQZA+o`k{8Ft`~8H^bm&7~Bkln_+M>3~q+O z&2WjEVQ@2C@6HvF?_ovx9zJ6mP$;D>heBO-1N1R!d?d@}HrW~uwFiH`b(mF-!-k{UF#&&0du?Rnvd%a^nV>jqa% zu=~wkJAUv-{Snw*x}{~xxUsdf;`y5DVEvTAxe>#*9@lcjnG%|)p>7~ZK!k>;Ap=7=81FCLG| z;~Vo$+47m>545$wg0{6*<}$=J+B1qtff#IRpZ0)WmriA9+1cuD?~`e1)?ooImWaIQ z^U}5jDKw>Kz%@&zU$nTRWAR1Pms~U8;?XBesyTg``o^8>_RX8HZhAws{}Dr4PuzIX zgfqThHv2U7ovZh#dp2%7`<&Cy;FBJHoiANCcH)#R?_bdKSa$gQ&VloXXR^Z=3>+|j zc=pQ)qlTRHn}rK+UNdy;xHEeamaY|-&U)j9vo;SI+;Z-=`{qtM_1I&(T1V8n$4|a@ z-jXv;JB^Qg_v<;hnw{5|n)}8gruO`b*RB%sblT)R7~E#h%zu0u#wV86ljSGep0wrKM<5r5UYi`ZeohWwJfV`ES*)qzMm6 zImW|y5mr?W3s5$(Q0Q9B5n8G#_ z20r{Qu0Vr?!hvf&2|)q_o)kk*eyAU*d=r)f!d>n)L>w8KH%%!rMU}a9H~-`6drldA z`uYWz9#uc~!e>uY@8Y#rT#^~Ratu~_U6W6qSUF+RjmqApBR9|7yv^(ETCictBD9!6A`Q?B3MmCu$qWqH4(vTB2rpSM6jBO6zzysW$Mp^4Xg{HrtXUYUPL-FC^*&+^zk_we|$M_+_t!F-3WvL54S1?IiG0p%++ z+6|zg(D}(=VLHh!@&nqPEZNPke~S-%ap9tu)Zf4P{C8Vk+%ztX&qkhC_RhLr{qv)b zsh{qer8FKGot=H<@p$1MDEU=0(VvCI$wMK(3geHTb%PAk)TbQ-O*hkW9lo)Mx|s($ z<()lY>FJ&h=?7)+4t2y16(6yXj%M=LXwO92RrAxdeHRPK)xp-1aPqayb$;1_D!IAm zDz7x6=l9Cqd(K-Let69TgUTEj*HloH%47Qhf`?ww1h zn9_(q!T55?1ap!80h@HssEzOeb5`lT}BoafH# zGjDRITk^lzbKPNwEqj{B@4ufXo?bR;#1oIGFRL$YzIS=8$rJU0TN=Fzy@j#R`U8qq zSQ8`U($*`N<)bGwK>1RL%)5jsNUv1rod)=V(RH<&w9ovdwcpy z&-_%&|IynoKUeTMMZ-mE^i~dj%YAmfjq>dTA-{OF6Xn2w->s?*t5$asXCRYJIJb+`8hHH7Dv8 z51ZE+=gJ%QpVpl7z=?hEMb8+&oM{`J(E5Rlj|J{#Y_}Jc;(vihBu<(}Bu9uiMq3ql zNyC#Sd=|s6Re!2_&MR%@x}Jy}Rx_#so}DM1)HCY9$I?s1vC<7ezY5U@hegmwdzRQ8 z`vp8Cu@^$ap{qZz%=?@Ky}ExM@d+zjFWRwUmGBGo#2A-v;Avz0ulVl~!&cJqIIK^v zmOS|6hj$lP3?DbG=I8NHOf6KYmw&5XuIxRqSzhx~trFk=qOMuPLm@m&Y{niK9im5@ za|WTWOvs@W=mU+IfBzL+6<8w^8lw$ejlWJB2^K;yE6>Q>;91 znzr@h3s1OmW;#9d$`da9c;HaK`>z@F(ut^^n|f7^@pz{=^!HnbIy2n>)Iyu{C4Nk&xjYq zoAD=1>zj7VV2j2VB?-O+prM<{a?pnV9=ILwGlcYoiYdHUg_i*<{Q&6F_Fzb^-TQ8k!3YnrG4g&NW~z;D4n+9EmssaS7r{i02?)iTGQ@`w^c;EWRXcfM?QB z^i15WLGap-#wi5}X}}5=ZvbOb9G?mLyt*XTv%Nc54N@a-fM-q%-hgh#>gVU)d{<=1 z%BiP(^oII@`pNPyH?I49^^8qNLI3atXH8$Qb!Go?C7XCQWCK4cQql(H`{txqxq^L| zEMBB<@A*>qRnM1I>L(1wrY$?qc{R`d5T>xvqtoU05b)b=t; zz$m~Z=(WA6O1Z@azX;a9d#_inKl0M~^Da56PWJ2twV$e=s2{*W@U^$DXlYq->sqOB z;0X0y^>uvSh_{v{I>?{b<6DekpXEE&)TfL-buVkyM0<-)wy4F#l`ngKRPXQk;Z=Ow z_%^xdupPg~|0h;#*8r#KKiZFPkEFtwuf9PM1sZXhQ zJ&w;|=iQ0#TW36>o~OP|D~0_pOZW8j)ph+;D<6D6p!^EBSpI`8`&WPEATA|aOfMHS zoZxO~h=3C&-Ys!;*jun+GgBioeM;N`+cIpiJK z&tTgtjJe=@a2)wKUuV&4Ergw4LE)wk~(VH545A^dE#n&M+ zW~WE&!nC*+^6l!(uavVd{^9+-_>M-Ni~6j3 zpL(Ax-eU5n)eeo1!*vgM0(EqU+Zq74(P4WU=bnjPF( z6f5H>W?>F(J^+=gZI6)AvoZXd4%BZl-B#KP>C=*=k7QDYHoTMZyA<)cfwl-~(~a6S z=)rTRpFgi{e-D?gz45VIp1b?Iuhb83UUcTTxS@9NwC3US2S#r=VqWu{Gbca%h6V6rZFp>{T6nae>$E4YHY6wm{`;ohvP! zGM`v6de*Ye#kZV1Y}m=SEMEDm`Tg+oB6j>%jA^&DU9KFna`fmECf6Epig?IT!v-!K z*DOER+*R$Kw&ks}&U$OhwD^GO?Y<3<{mA3I-?jt8=WRK8Ai!z#vM72~jqaahH8$tuQS72`##h+TUzdid|DL<+-?S2tq49%%OCEug0~Mq~&5 z0iE@_t+UUY(`aa%zHxTdgmvvUEAd!3*gaL8~XL@Q3jG&thYgghWeebFiv+?v-mI zCX_ssyAUScA|Dhd4OL!T#gdh`OY%Fryu14CT)%ib4d(X6>v#6+nQE;Yy?pfO6{B*p za{gsBlzQ)vf8D-tUTFa5EmSWYy>w{I+qr7a^KbQEwe2AOTQFuZxG*g=YF>fA1y}JM z$-#Z+2jKDPz-(H1Tc8K%#V)C|m>i%5b^y$Uj{!+U1|(2$Ubp4IgS_wJOOI$&Z|8p2b$U)y-bYu!_xR4-e2?J<4(9&_!&1**EttISk#ecYFB!UFMq}_gbZ!@ExI2`eGtr2UVO=-+G_zw%dq>*(UHi_6-fn6s`jUoHnh5{$ zmm7lT|H)I+Ue;@_4ec_?2JLNl(dZg#)xVAKG)(9>>X@-rx>#ZMacf7Oa9D%4(7f9_Xy?hNK2(z$H+%Vz z8RyPvk{+CV(uB%>OD=>=OHciJOXty-Ozt^HH~01>^VhBEJbXaKptW}#*UNj|Ch#Xf zZ&2|+v52`xUyuLCxo05;Su_TDHPcGd*9+6?g=zJ|w0dD$y)dm_m{u=Ls~4u#3)AX_ zY4yUi!l}`|O7+6DdWC6qph^6CE@m+H-OBjjBM!ihZc=}!TDtDA^;4>1h1l-o_}NSP zKmMdy+J61krX$Xr(z9N-d{d}TT~wRD@Da$~(4G;#*`kkKif`KKeS-oks)%>uBXFIL zxEOH_;wHpy#G4WCLwpLc_@-UKyJ2hzT$Y0UVa*@?nVi@o>L+(UPv zq^s6Ga@NR^XFalZ?IUN87;*L^YsajaT3PM&-v zU9XySZod`R&YOSIV4rWun)!3DUD2QPoH|{%2Ym9uE;F9S_n$)QN}mPeWp&9a6yKlm zjbF^#9q+euUCG5;x3i!0K<(rcgkRS%?WED8j~id5PM2<%$6j6T7VzIL-nObg9D>D* z*L4K~UF#rjqJO0y`uAg9hOaRFWj?YWqOb>Uu$fUxdy7=p%k|NLtiKAE>{oq{kg9cyKB%#`(Lk~xO((xj7;t169tFVS+X>xoG&}}ANi)dVDZU= z@oNPqFD~*3oohbG03E$ex`5`UwgX0=zLw8T6HP_@&#JWd6V&(+1RsLnLlArjf)7FP zAqYMM!G|FD5Ck8B;6o662!apvVGlO0UPt0nMD1G=lX%lhpW14vT`U66CxW-JVh@N^ zRI*c-t86LGPI*9VP~C)MM<%P(eZH92jQ{^_hrM(5>Y<)YRKCG&XkT*a?4FlTc<{H^ z?s#nN@s_&Uq(WQd@a5$%G5!tgDth}H6#9q0F~W}_W6bFlawYn$gvaGXI^R3~<=%ar zMt2?Pt^?h5pt}xq*MaUj&|L?*>p*uM=&l3Zb)dTrbk~*Wt^?h5MY?^gPRLylQ-V^U zmp;rYZh4iydUJ{I<8zg{vJEf!uIujJd|9af{4s;(pEsj&@JY8FbNB1dKYqsAL@03E z;OVDK$abu}VabbE$-kL2XIi#zea30`^%=K#_=NQ{8%J>a@(H8*SA=s8cYgR$LnfYj zSRLNDYBDfcSp&*C$w1QgXV{4XC*XS)?U|hLfgyY*g+ECOp{Xzi%f6C zFpc|TW0c%JxTd_q{DhgyYLD4jJEr5IhmOANh$=HI1^26;U#td)AJ*Vhzsyd%Xqhzk zVofHYSI6k)f;nCEH9UM3_-bUw=@UYH^$E=W{SKN1BWcBM7XFi8A;YwnR`NxGURr!H zlWXhVVm^M|*wvF86z>b(UFKms*F65TZm!C&zn=6we`o&fL@@{@bfVTEBNz0zw7yyZ&FXej~|Q@ zyiCb$z6I3Q^=^{k7H-G3K0ZjL4`*^x?&{d}Pled2Y|S(#iwt? zmiQJqT3o+W;~EvTMbRq0j@$!1uDwF5#+6?A<6Cnd*0PoDh*(N=%Hm_77DL)D;{za> z4p2~(Zy3D(y2CU0uLVPWju<&m8aQfh|FEQ!s^;FfzEkcRJ3H^P4*_J~_Z>l85K*Wiq9Wo_R1lO}_qt$f)mmk7 zdF^HuaH&#@OIus3wF~;awS5C*F5mBW&bf1El1Vb!e(xV&?PX4GGWVYIoaa3IQl5bZ zda0E&ns*&Hie~P*_|$~e!*lf8jO>9+CwzJFO_TDB+lcivX#0^X=61o>sDaPOXf8&Ed4hYR&X8lvtLvc^etDp8?n|CNXaBn`5ntSB zJ!9Mgy`w)YG-^kCkwzgWQhMu1$$HroK~4!i2Xg~izemoyI@+Pq|7cJaaoud<%mpISS2Tx-h( z6DkwqD<@tuskM1-UFxp<>EFKi%Lyxo^xoBb=;{eyT)b;~KDLkR)_#n5u^QMN7%f(W zollqQ7u91w($nyNA(bPh8)Jh!y0yNOHnbS~%KN$7e&z04 zd?v@|u|CnY{P+cTy|r!I8@p%4YI(Z#v00Q~pY-|hahvB4qD>$0Klg?EX7dxw^U}lk zhf$pH=wa=NZ{ebM4`W{t1CxnMNO&c`OT%WtPzrM?b!LW?C`n12yfnfO&**_?q+(1D zP6EcX-AJFBTs+U4=`BVl+TzBnG=F0j0f5!JZYuJV+{9)gc@o#Q;W6S#C8=BtO@TR{QanlbDSURq>bllPbO%wX1rdEvS{=j$A z8#Z~!lavRkNzvQ_$8iwKy=ZmH!Y0rjjx!Gc({q%CPx1^+n!-R!>;3pg`H?bwUSlkB zSC^+-XLGG3+WqHS&uTH&@n4~G$;IzjKf(CNGxU)UF~Rkry6;@6j}MI2UkE&R<#+HJ z!c@^K+GAj&p@dAs3}zzoh$J+jQX3F0wEg}A{=NrDrP>x451;)%Z4_E~_J$ZA!iNhh zo9hnJrG8kQh{&d}l>j|40eWHrVu%x6$_b9D)JV#6%|ZOmBYx)*zX3QYd(zpOC9pz9Gct;}K3C-pKm-MS zB8uQ2WygiQiW1Ur+51b3D<0jjbln?$*WTnCF@Mpp0rksnp53y4&Yax?>!vjJ`6zqc zP5HwY&cD3>k{#1q?w)K7-7yxEbG(9ikm-w;>b}u<}REtdK6)6jy2Le2yw@@ zjG%1l1;`znSD4p|@`rNbf=Nh+42}nIi0&klI0QqgiA%fW{r9zp-hba5d-CK-JW#|W zdX|{Sfsn}3aE(5Kl3ZR0sH6%$;6#6n4!ZgS6^q|OTCNAbW?HTfHvse_DCGrqEdCml zN2J^0W%*f|Dal@sFW+C1lHAx}=7TsgH<>_hXdJ55C;Lm%q^U+I#tn@bFiZ!HshL^E zm0HaQCr^H0y=lG4Pp!r}{lcOpOBOBq`1ex+_&|CVZ)Y9>pyE~!2^LQ z`cwMxONNau95KJ?#+~lx3JSIk_~El|U*V+T=ar0J+!R=PC6-70a*cJ*cBf!R6I`QY zuoEd0b$E0|!Kq`e5J&JuV#UZ6;xA>IC%;2mCBG&|;H`-6MsT?yKlb+1KJi+wYlYS6 z{j@)Ntk<-nYTdg@yW?f+ob~yiw1>pdvi|ZXDMRF$&l!sVG0G6afD32=G6+OSD|CN( z_7PLhZPlMme<|<^4gqPZ!dV~a%P80OBLFH(LJ-75F&ZF7xfszM2)vEOfEnhc_|;G` z^Ge)7^=vF}0G3z(maH={CP+vcNk|%9DP)ul*vVevkwkKMSbzo%_*Nyp)reqjybcb~ zPSHNom(O%Ce+hy#^U0l1p*|0(&(MI&wd`P`PGJPBZ#_b+e^K*jF)toI{6gRtsIs-_ z{H2*i`Bgi=zim)aapHh08z)qyXH-sXh=BD^&Ut(D<~Qg3@Q2_3>Z>Q8Jo`6e^p~?Q zPVxFn#{cf^CB3q(dyFLOZ%O(6OG@f}wmsQgrvJ_S7uK0UX@Ekv*b@l3ST|M)G}QkV zIH1omm+c`Q85@mcoRf5%6KGW)A%O@Uz&dmuK-mNMdB6ia-~k@+01tS82Ry)oee{3_ zc)$ZZ-~qrYT2kn~{u3@*Qkaz@b^ruuPoKK6efgPNH`e^Jrn2JFks~+Etf`){Vf3ht zvuY>zt{PrcG_B=7esbAxsAAhow>?-sG{s0aPBJwQW{;@7l3tt9MPhzG>X$Gb&1_ zUp3tr@x2F<%X21PG_|Rxufd-&_R5@`LL^KSj+?cvS)5b-Rzt&l%a}7+gb&V_#>XOY zq|`_j9HSJdf~J!+cV%X1>DWP`V*elF{5r{6JTM`h9A%dd}Q`zu{?YiHs5pZwU99u zko>s?PoVB=`!-1}dts+~1%2tE)>eiS(-;tkeU#F*+&oE6q1V~*Errk`kVTfC0^3e{ zRxP+@V+NYmL8l_C^uuKa>(0&_wbHnQahJrT#AGIxH8vIAm|M4N`Oz8HEVNRylJD4! zl5R)Z9vtlT=&_zXXhw4HYNSZt{LeivWrl<;KlQr+WqmQ!$j5q2q8sYF)b8f;01H?(jVPi7UK^IR(YLHZ` z*$SD@M>+ub2my~V9@?vo4X5VMENH2|qP$|*`PI+%ye=haQSNNWG2;CF%KRN(fOwwB z`Pa&t5{&1;!LCd3);HE6K zdQYf|CaHQ3*;RtCWrMHDLMqZ+DFR{WlPnX*E*I)*klrfHQ9QZc*ZHopEqaRF^k7!R<196r~zmtF*Rpw%o2Wd^rc5ZM$gQ!#H!$Bn4wODTbJ zF3XOPD@wXAsl9ZRqfU?FQKa?|h`J^Ah_t81AU{ae)8B( znL(h!lW^u(_?D2z!>{rq&_)B5sbFu&0k5X=ZJ2~4#G?!LUN9)dKcr$#&-{!8G*LEB zSiA438{WUae@?@~nu?bGea4PzMgHNnQ)K>O&%!?0@fm{~l-_2Zia8@7o+u;{2qrj6 zVpfKT9ss(Eyfpo72G<3C-XS~9dp+arTCZ}l)Pz20o{E(_DW4mfgUTboOFY;39vNfX zzK+kmSbOkaC?M7@_su-zr3A=St?`jKjR+r5hIL7Bsn{wXoxFh^u=$ZmTa-|3Y1Z?H z%uB!f=6~+_=grSr^E%AT{H?ahy78ZR zHTsK-r*hD`%9*6lc>up!?6(&zAk|gs*aYb3#pZ)L05{2RY08s!BzLIp@61mBvor$) zaym@JGZ&VD);FA2^Q`0Pr(#$*&yV!eS{I^Lsqd1n2p)uBDhTVfxWNbnOajFm07?pb zCJ2KlHWcEGr+wPn&JGs>I``u8@hh5|R*WyVKfl$pv@ze;Selhp+6Y~$v}fQa9p>%z zHm&40RtCSBH=u7%d_jB>4>+A2vL+p#O_%pkoN*Z9ToXvTyuua=e+h6bp1ItlVYC~w zT#xiY6{>o5s&HLX>b>6tM&En7XrOyLSEaDz?X5lXPfmL zQu6}$9I!sK+B7fHkAG;~*tSXR-(G8@$g3=OJ$nT6@(7iaBD9xzzl1rfv}+3m@cRhh zr{FgfrCGzINQ~?gR!T*-ROPAgK!v7aiX-RP%#H{*3-xFc?i5!kp2#c;21x77S4J@q zypBL(#Fd-3XbR`{^H}rmc|<}pFlmr=1Tuf6&cvX|>6ovz&QzjW^X|_dniV-KbEo(G zX;O%*UzxP&7h2*YDnnD~X6`w$P)o3@W9X%l3GgIf(yu2>3t~-T^GM6>93h?@Nk5$o zODsiDQYW`k`+%fWTNj#P>3vpEQ53+iGcA>#h`EgThI6rLZrEJF4IzIA(M$g!$?wpx zsoV#``*O%c6imF-wo_d*=|q)YPsFT={4?nXl{snjdOA62>4Z))V3H!xL8ctaDmc{R zr1@Ra7e#=bsc8>M3ao3Pv-2bh;@cWNu ztUm{nHocz;H0aeKc~k6x{$cC}@eV&T2dFjDkAY8tjnrqvySVT2T|)M;-=(eRRtF9{ zFMAsseQSqTVLk6-QFFZDSJ*pvRN;UY?_#_n&w%vPLU)p!LWVogEHJb7zNKJaoNf28^C?9qef_4)h^6^=SJvxlra)eo9Qhx3h zvOXb(^4u|Dw0lV;4b?)J8>&AXCVI3JL=J@}j>gn=ltJ8~*`!KeG26s>$pUMq1&nl4 zNyEtGFrr8T)sOS+?CB;GR30cRF4}xhp-W+IJZJXY1nCFVK*^~~L@_tx0UkALXm^vt z0c_h6?bI+M=oDs~IG4Q;uayC~(LX?!o7CG~LQ)gwFD;5`>UYYssdY0?bz-d}(M?s& zQ{ZM5EbE+SPs|j43(S)NWx@>9g$x|c$x@KtoHQ+g}*LDH$-kY-^4 z4EokMly#Cr_e4>oXg1{&MXi3?%^EzUVb+4^W(_-)YrXq3_s^j}qxK@Bl&Fo;BAh_4 z3~`(ycC3~K2TZKyhlxZ#q-}p3mgdcmTidPekAZ66^O!MQ+x~=grM2S;?MiF=6X@Qs z`UxCfft%kq+dTatzn8<|cL?qf=vFn-zElI@j%A)bFum8~m3BHUs@(~d<1oG@M~7(Z zmql%)v!!3~Px`Bo1S@>@p!gI;Rb-2!?1e>u@h?IX6?#GF^x1N#PspJOxK%FdPWR*a z$wi2vO4ESnpH@my6fLVU%L|l6*d-M7JS1Y#Fz9|_^3}5{nTeiJnx6V;@xnc;8<~u~ zVR^ycFI#3Z1G{X}CCzWH{@!In7tS*GRqlB5olPPwUDpT2tSQ~`{2#6px#_vf%s?;Z zV9&p9UVVIm?w`BolE=?YBAv&XPY|>+n|Vh}O0)SsQ_`d)z>#D^y@PPcq|BZv<5C$& z#!{Iom4_logdAFZrqJ=LBd5|zQX2T8(}Y@kuB4sWtm5{~<|?v>NoXU?&?ptw0=<(N zlAbQ>ZhnG(=C~%XtcX{^65eV7OE>Pw5tSp3BumdF_hjWL=yNzW49KEaocTuS4$X}; zW4({0v4NjQp0iC`@9%Wl;%os26um(u@i1ybsg}~7Gb=g|GQ_MD)rkN|eVwE-Z96)d zmLM)8I-Qi1Keh=z84ur_I*XwZjSReG@S-%n3S*vtv2f>Lq}ZvQ;cF}t;_1^)p08KP zr{USY;=S&9kk8_=eZ!blBO^}XLRJ|xj4z@n#u!~@Z}T%19usa>hl&nxw;{6uejzwf z8CZZrU8pU2{dEg{nF5ye?Yr;V1%q1a??3wJWBo+n?b~6G1s0sZnKTezH&{l@OX(Oo zw1|_Z5krn-#Qf0UiA3wwLpT}mF|Z)-tr=eS?EsiX-} znhO~RY8z0 z$p*JZvqll`cKYLPS0#Leplxiy;m6LQ=VSz1x9lh}3P*huo2!h*q9%!j+IDZkK|=v8 zE`A_>TaVFUu$+3=K)KZJtl`mt!1%6hA-6v}Sjx5HsKE18H^%cb{kjDm=*92hUws$( zNd2*N_Ut@@zMiIQf&c@JUGz@L40W2Z89p(=H9{O6cwJNwNk27`K_mkK^9YCNdp<_{b|3pk1@ono;IU|MJV~`Pa|5>hbgYrTS(~=)d6FNlWI; zUpRUDlZ)#cH!L19aN)**OOk8mwfKki>sdDUrX@fS*!e{*h8ov#R3w7zenR zmtxsomscuOL2JKMdl-HhkH3lMcc21g;qNFD`$VZddaX;vNYY(~sZ|D}Q7S3PR5Gwl z34Wo;U_vV^;$IZW81Xzzlcl-o56BQ?3(vwE;Rg5$!CDmIdg7um!;%gTT?5FGeqon% z2zLUMp!9$pZ5yG$!^oZI%~F1Vg2GFFv}IJMr5^GM%r(=cGobhQx*qfQy>Ycu_d(L^ z{X$MD0MD6AYpBeT)9`6~1ng0gx(EIZ=n6kCy*|?F+!tS^LrX>{O6*O-?_?!5=_TND zk%tkn#)4ifgpw7}R$7pP$=Sb0Q*XguCuNiW+&XF1>#$DYf#`CbrzwUsM7>OiB4?IF zv&f*_xnIa5#o(eB(3{a)$s;IXCkTlfcWiHlJxW#gr0Eouzv$aztSR@Cgc?#PMu^n~ z11E2yk=lh+yHxy*^y(qGS2~%yTD>LB`H$!3p4yC%VE+lEE6BIPI3uk@_KjJ@<} zvpg?Y1?UZfEF5nX>LE#qF&N>Xp$cc6Ch7)x4jy!WNlE@}vU>@r5$x-T?~~8$5aHMU zNkYcPlSGu?mw3|8vN#i{t9LhxbDl2etcz3p64C?sa>lZdh# zZ#yML&^~yf#BnHCcHDoDa6bysl8GTP)RHk~leAd7yBq10Ek8SZYY;{%=Kqs}2bCBk z-z985?)}h(8AXj=2Xx%1{0%P*PF|b_FMi`i?5-EFyI#cZdJ((pg`dR>7<&=B>qYFY z7qPoaw`EzmKj9)fV3v+NiP^zXpWrB0jpUgWb>WMFx3ai(FYKYLYpj{5O&yxa&sqk4 z(_ieb%PKZ1!&!U(5_g4l^5J3g2j-05@zRFNUfeN$+;z`ioZ7$aKI;{qmi^;Twrb}+ zP&cb=#&z?mDrQ{X!ob%C^Y&$j$KAT;p4r#Db?4NncfNJamN)iHGtFl&Sia!c?H30g zKnBCwyO%CnTi2sU-P%Q0(f|wma^E0yfjatcau5VXO`sf~PS#>QF}5ex#LOfjwkb5- z=&a}{Hrlab zM#KUmVu2B{z=&8tB^DSF3yg>bMj$glMsvpkBVrXsARk^(X#>yYNCs3?$g|zfi_~=i zhaB?LJG-gkAi1a&*L^LAP#*ffzxEDZs;<}mC3&nhq`Sp~x3+ERe(4~zuv3E$P|v4t zYA18knJX`%_&JQnzSB||kA08FzQ<$VIJs$gxpiMyu zGF6itHyIG0u_=?zJYhGYuuRM z1&MHX1E2`BBJfrBzzUa3zNSyD>($gLf7(yFnYrL=)`ITm3S4*9nywx@iXf;T3_9B=9t+(aE4=Jv(`5-@58`+&9CIr2i<>hzksJv z{zfiG0=OSJLIFNy4r7HHNt-sb3#EL8)hwmM%hATFYqCW4DviPPV8PVQ=xskE5UJ22 zhse&F@c(Pco$FY}=J58L7vFIK3){T1RZp6J70Pv$r=^dZdJXH^q-QLe^xXb0Sj}ej zW0QaMoiAD6X0P^_YFE5dB`H%XJ*7DSpY>F~17=PKxK4r8+z-zTlBUKPtnpO%d3^8`nkYJ|KX z$bemVw?xqgrMEh&vXA1A{Nx}2n6U@R72O&kV_PR{LS1s_=gckDdx_YEy*R*)d-dz z?6uRIPvt8FXKWWA=Ir1WV{CF4MW~J)I@GQN)una`D*Mx#<$WpeU}&W!ZAY*Im8?WX zxq+}(cz{kGB&A*uM3LJAa-lq~c5)P*c-bL%fC!~_g{v(rbziUuMgjCKyjRmqJ_3kzKhYaU{(<`!@2rh^C_pJ#h@ z+C@atr=bF0OI(9EGg+Hb)Tk76)y+F%l%Ym4-w9PoDI>{_Sqcp$C!kFtLg`ff9ZtBm zoBFB5&a-z$RYTPr@BIM$v50v*Y}L$j=EA4+x*Nd}4M&du-3w?lw628nryssRLfa@b z>arTcV}-*2?w%x~_@C8wbO-YftQ)mW|NLj$Gu^;F-a}o!)YVK~*Qe(1Q(7ubCQ@Hz zdmYE}&=d3T35}a!cjfjPXeYuR$Tg@`_D;6JI4qa(QFj}$O0FVM(amNE95S;(H*%m` z0^egmK)4t2_>`$OIcfx30cI^MUW7aixiZ!uhUXCS4f=^8gC)grH>eT_B9TSKJ3`nn zUbPNuV-N1%-@c;lt%6`658tlPX1cfR-o52aTX<31hZo$=bh6tQ%)f)5caUzw5C5e1 z29VWiSN#zfrDU!)a0EH#w8cSZW}+Z%kn|c#+ZM&}L=hy3`9u0~GA~dSyUX4(`lieu z9LT;r?z?x~@!dH67gltQX1q7--Fw@vUALXNt^0;EpogqG>p|aa*yhGCM>YW}KX)bz zpHdFY4~}ZoNJ@mw#H?aLsO*)~7Q(OgaurMABXqrp3;8zAhMutZhAZ>~kjq_|UP| zD?7&jGEUB=T?6Bmm$gv6c!S_YO41I^@naozwA>NJXZNbQv!Nwtfp>V8iHs3UbSQ(~ zVc-(8B_Gy;wc|s>)hIczud|dK;?;5ar zOA8@l0@aE`3(m^f$zHC^b(JGEJ17_E_Tf$c`N1s{UpsiE{{36^4+4+OTYD>-^X#7k zC}RJ9;&R2z2Ru^2E&bRjW=2t4XT2EOo4J)FkxW=;XrhR%ax!7^T`3~#BMsH_ls7J> z1wE=h2o&qBXWz3XTO-#0R%`jq>TM5vdH<9t_ka0-dE#1Y#R02_^=IuW?ULuU%omoN z9pxT0=FZO_p7+>wlWDK|@Z29`D&cP|gMY9E7x@c)Qk+#aeordGlvB_V!BEj8T#fSa zyJ~r=e7UB`*-O;Ie2TC$3Ngx^q3UFNi|vW4K=7E#wrAWq)uU&fKVza9iI ziSI(0#jScg%n4^18AP^PIt^<>(u_j8iU_x&quDb0UcOT!BlTFyu-gC`9%zrQu+nG!giz-ROk$vi$yKUEWPy)@BQZ8 z$_nLW9F@~)ca>lp7GoBgtGsx!cjKZ8>2R!D)_J3qp9fpA;OvM!5_LL+_!U`(EGQ#OKTx#I5h_f`hOkf^wHn;=;Ni^9A{iJS+?g8g zOihTxH46 z3|!nDVYlzNJ^o1LKQkc7s;$}1`kxguubfm>X>U(z#8RMk!BG7QQ3-U!g)^EG1}qNl zPQ_SwHE=1K>$B5oIG}TxugLWWn;cCG(7uOnG zn{n;LbvLfZaUH_-8ZOy|s9MDo8n`3t@zNO}M_x5TRaR`4y}f;cciHu^$(A-5J_3j; zi8+YI-F6W&-ck~DY7mXP>n7w?vUI>5MB(nc3MqS$aZ1S7^{%OQ&NTG{w2c4~QPZ(U zRJi0luNuiJbuvyt=2Pouh{%d8Q*Bqo*vsaOlA0)q__rte((Ro^oERmNl&C=XYJOz+BSwt?R8Hr|(L)df)f{ zZIer4GBUNnBYopGOxLq;R~vuuCq?8H?o-O=T-lk&*{R9vc$_g;J48WR^^{{-@}J-{ zk$p(Pi91W7O?3~UEJvri%yKt~os!lV>2jCst>OI4QX|GQ4hT{#EoIC_QF15k6Lvq3 zpbsZhYl#ohLOkQ7LLr_xT3hA;!pZtD2zJ6`fY)qyOc9=oLw%TK$Bvn!k5QL!f2o)Mln!dAhf~d z1rw!kjPub!8$rtr26{u6W!VT(ics5JQGVgDp_2w)d1-y)kU4n^a<`|?T2y`hFafJR zMwzD(AuSbl7KF5~^dZHB9|KYVcami~)8C4+Zoxxcc#X{4JA{V{dJmkM0eZo>jS;k` zNZX|ywL#qI5Wivfd;$zGJ5obx3L>LSATKO}c{^V^uxQ8eXC(S+n*cz-_S^w;v703y z>yYo{f)qpqwhLi11Xq^Crggv`6{ryqz*}gDj^J>aP|{}+C06HPCBnuupW&leh=LAA zow>O1xiv9yZnwLtF{QFNcVPXXHIpknrkUUSBJ1$O)<;@eX~W>y`x7fCZJ6$^+G8aZ z56;Re=rORyG~Y?CK5uDl)}W%I%cg4AwyiY2Gko&&OGfn(^VdFi@6|U0RvDZ=AtkUo zw5FPSZyWYb`LMOJZhoX1PK?$w z89r&CG+3Hut+3i&GrzE|c=ugxrt1Fk)E$hsQ85&M;@9dTKB9_l^W&%;W%|M2qTJZFhc_Iszj^YAHc z`1ikW{TIH6b8W0g&i)DfO%K+*jDzeYC_(s{ak9l6@<)u4%Y?}bc*U-Ja=AXSXkA}r zojIo8%YTs+vf;h=v|HuB^1XK(uR8CI!F#FD+Go{SxtfSlti?ohyqDl09#csdV5vjv zdAY*H|9V*)yX2oQ8+U7${qmRAE%INk^<1huR=Y~96_)ehI~^!VvdX9Ol+a=ar~%-3 zGQqxDi+w{|%70I3cl_oz)+uW9qGL+RFU(yc?<{B-MfH3@C=@2v;5MZeec?iN##=jmc*TsF_n4{KqKnH+WwSEeQ)Jd5a)H1D=Vk08#Zj+luG@K_-XRGq5KJV$zmZNdi!bX zF!Ev_Hig@Aq`iyQ8&))Q1BGJ6$g$moTC0SP7Mh+VZiHHQ9ONgu&=SNNb3{fq2B#n> zu9Mb_+9>^T>m_ZZet=_bowY|^03u?#&iyfNJ!}bSkfsVDNlkzhwcNE!R)S@6$`RL0 zz-h7=HRB6RXgK0pihJ`h5*nyasD~NgPfP|8dg^3xD+}M7Y2QK>cUiq;J_ZL}OMw_G z3H6Bp$u#lMo)|GZp?~WO z{obj`*UYP_nRm_PDO=}OSI^t})~Ckb?mv5S_OhjO<}6!oJUw~qyy}{HTPIDqW*&Zh zjj^HKjX=emWy|KwT)td?W6tvB9H3Czntclw??s`sHTxDV+`G2v^glcaTQ{s;yBdEEd_2f}n!*0s39DS6qs6~$Et+O6dKpvW^Pp3|4;<>EM`kE)GhA8F4P~B^mw=V z4(OK`(p*sLcRE=r5*Ah%ilGy#511g!u{cvW!ip@%Aefh3$fWl-5$j6Aon&=~o_G6q zG+UCs7NQmg3MlkO$raSVE;Q2i>Yk&yPv&a3_5J?CPaa7BLGBM1Kc8z}v1pN%qkUrK z=p*SN3A}{yWbJ8-W#hO{E>D*E8KN3*m3BBXExl!K;4y93 z9_%i8u)E~J?ve+)OCIbld9b_W!S0d=y9*mmQohPl9!VtkD?elvaw+_R!qO9oXwz^; zj$8;PJP6Zc3!r){8!sQ~V4gyiVDnyfn2QB{!a&JGJoKjSj;~zP< zZr&ZM2AsF!;M$4TE^ZjK`j)Ayw$(0~GkE3r(na(5uYTc^`!sit;*!L?yn+3CPr38m z>mRc|d23_Ss+*@Se{}Qc`OmIcJ8;eJIV;u-T62el8H9{B^A(&c*3(t<4?juN7Xeq z3IhI*9w;fkdUsvhHuqoJMi}R}U2A-C=C^u<(PQV`fgXVw)|ad^i0A4R=3V-Gc%qbr zb=(yiArRKQ>x^aUdc^_pcjL52j9vIURn0!ALk4S%k_|p$eW@kuCkqz>_1bSGHsuZw3aL89hteY{oAaB5giqe)bWA5uY zaMZ-Ix*0=!^3K>X+8=McdeEA0PoI6;>ZYr2y6L*XYj(|;ecP%5eTFXk>zsK-!{*f2 z%^Fsi-@JZCzeSU33x~}XKf6n2sQtdxz0{Kkoop%noJIBtF2V_>K}A?ji*SOAaDs~f zkRqJmBAnnNoZupy;3AyhBAnnNoZupy;3Ax0nq{O%5Eazv*d}2h$4_f$Ol@qCQ7us4 zSUS6~fLa}hl+xy4j6q#(?cNI#G(CRtqN9CBR`(j-I5XQc&E$0nXdsfZXz|bdBddFl z9x@^?&U9O6^rzM}>H6<}o7uO)*D$Olp`<8q=hA(Rmha6sGyM&|rlC!#rDcL%p*8Vc z##b=3j}^O1)5!?2yYy8ziQP?RuAA81v1-KKMS8aEFhCWP4NyesZ$U3a7F+w@%3cNB zb-P2#g}YOXxR`qu&iVc_)g2|y%)EPv=#L^=sC4{;WPCyWg)x#1QwDi8x6wRt`ZN9k zg(*D-np*4-Hc$!tl0U0o&iIl1CI3|XmS@W4H}7(P1d7lHI8CY6$ugikPhnX^nc*y= z^9D{eFU{YGpN*uz4#Tavwmhj-S>t|+e&S~=Ys-_?3GF%k%wyW1RVN<%@__Z~s&@|H z!Q=^`Z+E#L19hY6gkp`XV+eLEgcs0@df#4CZyRp>7f(GeqX|la^;hfEGukDA^?Xpr z=dkbc!pKzzS^@9>-93$g$g){ z8RN1fG2=rWCm1qHNHM8~gpy!~@Wy)eo2+>4EA1=%yUp5){|em|?&7l_1di(UMok-v zkg2)5PkP4U(1@tI9K4?8&t&~7H)|617L(yE3TRT7f`Ec5`K+A9oVsCJhL=pe7(eT= z`ZKwIO}D(c|4e`Csml2~<{f&fc2sGq{>-66X!CTx@j+X$@xk^<^S3V?kd%IR-#-1D z%T|5Pxd_?C%!A#vw_PEJ_AJZ*)+Ou@XTahN!pob|NIx%M+OBJ_`{|3Ulh*TmrRdx{ z*gDD1z2$RuF7~9Kc|re`xhu82x&IZr+NzAVcTHM&<7^x^!rx5P|7@NV@bA3$MI<{w zm%T5R9zCkh7N%f?X;`e%DMi z%FNH9C(U40W?7Rb8z3nTN*5}w(3xizJ#kqfK2qg)6MxYI5-T)nNUXV3a)g(sk5<@U zP(9KGXg5Q&I+7H057!>b&WkVVyJgkv)O=q_&!((`r2M{Hw49nTWhuEne=l=hVvpJi z&#H|^TuMT2LVRtRr*>*no`H7am_GLxYtM*o?M7XicGagxe#W(<3%vYptJw-%fDKrj z3ZMh6MbH!+sDY#6R#=6=o8Niiotq!QbK$$nKC2H|ByH0Q%cLUW!81ZE(t4|S z#3N>_^)D^%89oH~qTgdo5Ous081u`6$D>GdEV~EDUKUPIJ5<_J+&aXP z3FRrI(DUAq(!#UC3kL%(rpJf@T;d5A4?ZYDaRG^h3m504go&;!+|*zQQ+&d*84u@O z9(Uhux8ECQwl*|fyy;t;H;cVOC#hxT2l&3Q^C|myhc!s#2kzL$^2FnKDZWM8ddiE8 zUQlvW6%w44jfn84U`6%>UcUo9#~I-L)`^gH_JZI+E0i0@lkbm#J%?zK zfS+Yhb+Q_D3I`I^ZeTI*_;GIsaGXB)5u{WJ4^g98!b5UV;B^Q*)WPAAM^v#H87{Jd zv-Mcla1qsm`{j8NbIauvo|uNjjrl8zufi0 zI+k$0Jkpx%^SBxFXVF}qM_uSk!~q!<>l{V*Ez$)Sc%$y9cyoU zac^(pGv|h51Y!)S8;Tr76EYsBPPmMaO#~-U zB2$OCi*w$2)o`5g4u!+T5f9?$8Bn=@3*O*Vox__o-#W}$(S+wahqs^y*1Yx*x9I`l zU4YoRimy|Ry_h0Qu@Ygzpo|D_fg2)GzPNK*;teVFZC7g7N+QvbK>rRXuePBoG6^}| zH+T@*(GI!JRfmyiA!vs>6FFQ>PKZF3&l~w6H=Om7+#oU^*p-WQ+fm^pHGObCd~eC> z9RdbjkR5c?YgetlON#SU=eygH+E}C8Z*`FO*DBusGep-Qo|G}A>}Fv5A;6-Q9|G0J zF|uPiX#KTIoFgz*#V}`3s1R}$i+0hwZJ$>anc*ByWs((T(*%u4B7o7Wo;mUq4QR}v zkC5f1ZMBAWXP#jCF_It^BWnk9%6#h(n3h35CZpDI6~bt#`Jr>7C8F-r6W@RB{WLVD zIxrxxc%s4_*pW`@#i(ijt#6&IuRs0hKmI`sG5fUrOvpu~JHpN!2jbxaS42cBUP7*j z#66V`z&l)|Z9o&f4@fbzM?2srDTQi#AP9t_^_~;pU+gVVVM9vMTG`W;#%l!_aU&N9 zmB+&re%LtUf!qzONrW7yPK%<(qQxLIU{R2VDUv}J z;NHZ(V1cTRFD}}1dR*u`sAF#wu(C{ zY6TTY<}^7~Ur8s{A*PyGXB!rzGEMzDLIg%(5UtF4A+Z=)9Z)MYIwJ(R1W$7V7x30R z$X8X&?_&=a3ZQZLOj74Zj)2`bk-f0(jQh(Mc#jIK)Ebxq#!P@CAWKY4;Rpu;ay%!_ zQq?p}BMerSNziZuG8-)W9MO0POBs=MulB1A&wgw8)-B6#UtBTa*4M7Kp3%zhysfC^ zqVcfFjGnrAvVYQ)2MdV5HH&VVbJGLq$)lHFGjYW|YX_L;S@{=jXj(YBIB=DzKb}L! z0x_Lt``9?VMa0OZfow;Nk|TuNnQ(RJ$Q&_5f$zp-m(QK1B(6m5zLTu;y^?jlkAAiP zjT1rg-=$hljlEp=T0_h&*#CHFLh}7g@9P!ZwFoa( zykT!Auf0R^g3jJ~T2|M0*4_)VNXF^n+Cwv&abzPe+&IVM+qSQh_j_*G)B0&=ZWBSNtV#@LfZ(BaW(4+UCAB%5=(DBv{M62FMPfcX>& z=X)grYUhP^FYrFDr2W|;4Gds&K>Yt4;8~9AAxI*iA_=l?Gim4{l2sH2V-T98q`8BRJT)03U_C~? z!O=RjXTx&2WL_yoY)Gp%%WXV`{E$}zO?qo++ctag*6Uanae#Xx`fM=zV?Av+vUwPC zXoHcf_K1P0GMY6eIEqsv8JgQu(p;tyODTY2Iky!M#0u?x7|O}sUKw&0Bb##slr|LJ z2g8dl9ZC^u*9*fs0X&nvIx=009Zc)KTZfo8^X2S$)Bono*TJ|DpPns>I(=APJM`}e+(#Z@?*aR+{J+=(sTy^;2cZg5$ZABh7E5VJ?e;)4ZBfcm=q?1;Ble*H z^-!=6g)ov34K#cfigWG`j+hWD?-i(#?Ajn|n)CzaR47a;7CX`xcNjL)VIR6unZjC| zsQuBBB1wJ!9ZE9PhLv<8^=bB53a&ZkQSb|{d5yDX6lPTG%MXq^tkhPHSaHl=aUbZ3 z#6f4pp^6hJQFk_)pt9ubsotxLP*tTZh3|BX)**gXDM}&RZqxYbz~LlU4XxS?caipw z6w(BzPmpcV4DZbYnI?pm=`TWv`A*ng>^Ro?gCM{u|KhBJZuh|ZN=c&eSX#a{{3olp zv7Vc(OTt(*+E8UUmrXBuSlx3%-@!v_ze1i(wJy)6*jGP2wK;Gt5tDo4)2UTe8WgU( z&`X$~YC?yh1nR?x2}@EzL;o+(_wF^8kZtrvLSB7p=xRL2JHgw9_8M)U*&NTGJKZq6k-;#3NNh``^bCr8_W>B}u=Gd3ORP#y1*|81tFp8FO zLb+h?pk5;02P>kZ2$f5*jx4ML-b{>0y;$#pVOP3H!;+_<>+E?=L^Hd88Rbd>&#XH8 zdp)z8Wt{y`8~*OQ)_;NcVLf86wqtgESr33=07NFN0)!Y0m~$teqI^TuT~b84UOlef z*g&j;dL_mNRa4n{B30S(c8OB9T&cVpmeN z6XSb?`n}jOMp+!f8qKd5BuqNX!oTbjk&I6|7gO=ctZQa_WKqUO2zLr}{>Hk-I#|f+ zvg)!5DPEg7e-4cQbJDiB&BnX>bMG2g#BFU`uRo{#)9T@#b=w#C-)+|OS_}6AdR&g; zO+)Y^XcbAglJPQWF{DdYl71PtEG>3io#!j;SP$$Dc^K!yCR8afc_Q|T`*Zc5)A{mr zOhtQ?+$u0Y|K*u-?VoMGSM~&Jiu)(#d*F)Mt^t&|k_EkCxPwz!N_Axx8DK70O=MFV z+6ZY$0V-q}iH6s2WDPYMO}mwtaq8U$qyL4EU%t`3YShx9d0N|VgCzyb_Y%)szT?Qo z20dOIpJ^1;56_?2zQTarTaEN2*_CH|t0|ZUGpVTIG50Mevz5 zzslu4_dX7V>>0=S@eJ2g(l44PrCNg4lt6kVpJ3G~*dN(E1kk90M+wO{031!L2J}2~ zYT=;ApOPla#;J7Us6Hb$kW{C+->6(fr|lXG+XTi%YP}}#MY|FBf|`$vzKg|wwCe&B z$Soy2>g+e5p+Vi=APh2&9}i!=bwc3*zIvnQPdMqtuE}IGu^_=*Mlq((D0dIKEcC`b z2DjR0t_$gft%G=a3UETwy0EJTYfd~CNkT~tPTX^>6X|48_Z8$4gfa_SgLBbi6- z&D3Uuh!oAi35N<49p){1F6zrw|GUc%!%$Ex&UiX@)*qBam2XD44&r1uG;`wP7|4ro z=r}}L#vvR!4&l&o2#1bCICLDsq2mw^9fxq}ID|v1{ElB^@F_0lcaTW3!45NtJ97;O zQQ*Tabd9aS#YSjI*6MDzYVzw#%?a46IM5FI-+3}*92H$1%{7djkX)9TL`zVPc#j@nU$lo#^LOENo0e$;&q>5?r^0DqLnKE|vbNOh&cZRq}07f*^pf(l- zU(TOmj0~-0c7hzyu*i`##EAGBN^LUIkB}t45w13Og?wM&8ryz)c4@#XJY`}%flcb2 zJzU6+wcp7IKj-<#%aNK{*z=`KWIw)EY|YuFZ6no|sQnP@i6vc(0jxxZp7b+uD0dwu zKM+NGq9442+=sJEwNy*Y4|<}6NvsPIQgVKB)oTCRuiAN%btyS4mMiQuVm_X9@AW`~ z`M2cGv)4&gYyY*S7U)2TjiPK+US{;mTd^1 zYD9ytyq6dpC99DXFPyb0DOgHsL?*R1al^#!#A5#PNOL6|$ul9BfVfuSE{CPRZ<~H? z?qTc0z}mm4gB+ax=>_UIlZFJor`D0g*j>_&&elO{!ga_w3oDN;uK<;>MP5af8jqO?;*dCvjRfXCo$4>#?`oXg+q#nj8u&s4%Tp zI#UF)a<5M)7$vaoWaluFka5nMNfpMFDomW%Jea7$w+xXgm{1syv=>2!fv@M`$#xI0q^`(?OmNeuxge%pFfJv$}NAM2bDQYuBa@pEP6qz=WP-$B*lklHt(;YX=9x`1^x#J$v=>6{cr3G&E#om1Vj= zKAR_31bEU9#on&e3s^r}`rCk7QnFK(6ryM!>b_B)*B^D$J=E44tc>Uyh+>ZLM{|yX z=2Ee)h53&<0=*j)*kv^)DHh0xUFrtn>_yekRW!}Dy&c{4q$O!p{*P$;(#jYyr+==T ze+t&Y`I9LU+LA4P%}%;xz0r2l&4d#~w!n^Z;-`0h6ofr{j61NGUX6&bcf1+Vz+N^} zw!IwP!d`SKSALHu7vbQK=)YM2*w|6%h}xq8 zku@~y2hklHb!LQ~BG+6hVon(ZMhm#T_E4{e5A-<)T%)VVQ{~l&W^cP}l&riR-R*b; z^+fqUqTl`?joSmsBM(__Pai>03Jh=9d}^MIxaSDbV?x4Zfj1-v;GT%*DTX$Rfd}7V zws#7EgzgwhTno+G6;$78ek-k&^3fDTB8P}&!aj!B7+IYxU%Vk6x615lab>uL9SI2< zGb5m2T1ciHQ|$CO8BV74>ws)eT{UXdRZm^S4#A_gJdGMnBDm~mB&<5Sp>WQ=%WnPS zy))S$__BR-3I)Fa|7{a__I_BV8UGt+$6!a8SysEcgCtnS_zts@v$^OZIXh4)^UFvx zdf1+bJu#9fdw)HD$Ck3+0q2we)ol}Ou9VyGza??qB0OB%{lV+{dZ zG9_C_Im*VNdVd6TY3)$eGchhUEx%`KW{=D)_OrhC+>e*Bll7WI`!|>MNQp~H@g@b9 zD#WnS*1WVRFL(IR0qIF;F=O`66pgJfd|k_ZTJ*H8UA%L)*&`;Ys{zQ$!M|F-AAPlB zwQsry`u{+KwC>cO_y$`+dB|E6c;MgM5bTF_B8cy!Tt5!Q_z|GZBmV=q@9aVsxPJuI zNM(jB9fki(ryva}E8plO{Nnh(cNVP4AJJqTJP(xf{(m?RH1vGq^PrtWet>!L=FJPF#26dK}jwT(99`{(32RL@p?v7w==|Yk6l3 z=-e1d=gt$vs2MLUwdve!LFf3*g+V$ufOKv^h{I5|?gV$C#6Y7Nido=%O|z-oH1*&C zu4&@E?9@5VrgGy1l~WmAqE~9WY_G;|yxYbkk@ywP=Z*Alu=k$3L^4=ed**Nb^*@0R zLY5~!#5?$K1iOzutAaLW;FB3d4o=v+`AzpwSuC=G-By*k(z&66)twt%Y&&bB(P>2X z#;Q?_!l#2cwA9}>K#4AVA>SM&;=6F37~XGy8W9wkz~%oIRs`)Lu-z~LfwC`sGt_Ho z>2I&s!dMiIyt_fwFti@*PR3nMyCtru4LO3Y!PZ1yBKy?Q)jBIcv`O`^t`20BjxL z`W@;-!}nj0s|j=pE25CV31ekl2_%1@TxE$1`Yp?sg{Ug3+cId846WNC5d(dDg}qIGNyc0 z!;%82TuWnei)we_^*09VRIw`>Xcr1kKw;0*SkkJ*Zxjki{I`>@o>fV0D5Eqz_0!^o zdsa76C)%*QVDFbLGpW0mO}eD{&DGz#Z0N#SN&^2y<&G!c*(6jUT^|&)rgX>if4ENQ zL%GY$Krbpk^RJs%AD^K6=kB@W@pF@cIJ5z{Lc2&a7DKygq7W={Fv=HnglU2-$w$YJ zh=-#atqZanjb1HJhvn*m&YIC2noS+zV}BMUHVT;+u}?ms1NKJb)@*u=xOfQ!yT>+y zfgq324sVb8sF94HEQAJ5*9JOV9f8$BcAl1Kf(CAkj{v+-f2z_b*U+iLXXiX=XsZz{ zk)*#*FW!gN$NP#$pErN--v8Eqx&G-ZM{HUj!eL|8=Xjb;6PX z8G)VViTZU9to!z%qRd@ejdud?7Z06Qv1Ch2u9WAwHeuJ#1+7K&tn84>qh$BCWpIt1 z`C*TG2k+&p5tLD!&l0SX!8fAcDIuSPQEy(1+K}B82zc z^mVs{U%xja4QAeN^Q860&b<^ zzb5?Kf@?0WHMln8+KKCKT#w^AgzGh2vL;`t$as`ew2anczXf^sFwAWB?~?#S)aPR& zVI3xbGZ8(URFLZIr~wt22;_4AE^0`%>LGZBxD57PsYWY|ZU4LQV&vsP7jWvEK?&w# zcl0o_?mB+_Yk=rmBq7LGcW`SV6YN5)1q(2s1XPyd(;8OrNYls~VLHGp@ zs^>BKg)A&io-6xlf)0l~Y#u`z)RO`SomeLLEabf8es-LfD5Bv^>N9vC>jZ%ZIj%W&<$H2sZ?ONMJ>sr9{Rhz@RoRW5 zHaEBt7FLrj!fG6pLU*-Xbln}Q`;EF3qy&SHyOSk)1yW9=8x@OgU$*qN#r=%56V~sn zPpv;$zYF5pnSi$Gi3{uME_`B>ey(kS^`Z4^txQ9RxYRci1aD$Yua7m(JI3@1`BBF1 zQb?9Df}*7FTT*2Je`A&v$ zLEID^l~pO?5e~&lX7Ub$br=rc6YqpWT6$Fqah|cI^>u!Pz-MGN)*~L?i>eXcLcb>V zG#i?zv(MTcm6bR5@4a$GPXC)LD~>enY0_V|H#Zz?@c1=17w^2Wq`CRzoH=JNx3}1M zI23xp{g(PA_q)m2Zy^sz;z2Uh?LI>TrQgrQ6*g;yo%&36OIH0;JKbifZl36BqXANT zuj%Xcxo$_uH1?JiLka-p$Q48Ey-nj*riE-}2UpEEssF+BVJM?sMAx+UA5vl zce;JTVcY4(Nf?0MC4dfRK;Y@Ea190_Dsad{Am^oMj6mX098$Z%6S+4WXY8rycQPb1 z6i*xy(e|*-J4x$2--SJ@hFV9NaKy@J_cCz;$}o$%AYF6nHYq}CA9y}WBf62pEcF(ai7R!?f+k81B(Q;c7 zEyo6wgKm^Vf=7B6uDQ6@;M$C9C$773J&x-TuGetUHqY(^PWN>cE#?5qM+EkTAaFTv zl!x4KYKt7g{wT!kEkuVxgifYoe*jYDMl`$ z2i>>kS!L)x_0wk*d z$tpmy3XrS!?TkgN)Uq!X$a zY7j~X2}gdKJn*vDoF5uzPXX6Z7j1X2)wc>ekbZNNAeJ^DtL$q78uSvhLgH(U>ko{K zVRturnk4Qrmm1CFu!8>#7PA7Le4fN-XBYl0d_IEMMS3o2_h!|Ge;d0scx0o-@WA`W zzc!MeeuAD?$**3DC7=EO1kXcVuifFfwnKVa7e|Tb^sZVNUmMGVaQ55=%xKXjQ3en7 zqp}TCGwBP$JRq87;wr(_fNLzSS-4i=x*XRHxc1_D1lM!8et}DMVo5|N7WidhYZ-<| z(0eM*Of%?JvrVs>L9d!YubM%xnnACcL9d!YubM%xnnACcL9d!YubM%xnnACcg$<%b zJx|ten-Julsx7HQxjIzottREF4xwB_cwdw*S2QRh+kT3fVHk^HMR zu5g#V|KVMh&uhQS-(U~Ff$P@U_UJsdouEWAP~tEUyPu0AAV(LTf@nnzeNPvD0{ycn zktC82_T1M+5XdIdk4b%=a(y3GN6UnUC;bL7!M>^Xh}krD-&8r0mD2L;yeua<ss6 zA}ru0BG}=zjUdHpXO)+>ZB@9$Wy@h6<(v(4rqJ7Z5`D4Rvi2EVhG3qoc?KPUQVlzv z*?!~{#s$-h7-2R>8|`3i`#YHmjABQ+l9y3SkGe{+Ynwc6beahF9RdVEO4A^iGW5hSNB9g135c*~C2Fm{h!xofgha1devr`w-K+=$#y`TT|?&97y)Q?MO8in$VN^n)bl|GV8F zBW}(g?aq+)XNL}vfr{`I*hu7E)3kDYdHML2O-(EKxuPj=K;NEOrH%Q%#?q{wrH$4t zo$jl`FF{9Z*zHm3f$)+^$(y!8=_!+TA(kX%)sfO};?E;3u}kU@crEhcA`yd=oi2xR z8mx7#LLW&6w^VvThy1-z&#}yPf^%<>CXlRxJREUH%fp;_S{5%LmHZ#skwE?%yXRB z66TyAN}#G)F_6ffsXa-g*AxVumb7gr7oBBtxMnK@+ z$WuQeY6Y~LxQzpp)sxX*E*c!5V^{;6X$sT?9v~`1jnG?Jj4(%L&4kVG7c_}k%@JoO zBQIKewVR&A1N3zUJYc+Jy>`a1(Ed)-Cd^=f62q-BF70RGOIfDN_KS*WvPZu49Ky`TuPy_$ovISCe`%lv)Ro576z zxEgUa35^Z}j&~sy-sk`#0;z9xM})y#LEjSuPBYAhu~a-O;5v|fWK(kEDw602LRym3 zV|~zRN3P&GSLM&jj7r%@g3qc)EJ*NKHyu0ng7YL6hJD0&5cUPIx6?1dX=-MqB^Y(UfRdGM9TU;oipUsxYMvhuo#dEWBjGi%2z8ZC51bZAeS zDDn8E4gsI4PfZj^4Za|3H=uc|K*N1N*$WTjBSl~}<09GinWx_#nZZ$PaKs2n{vCQ| z0Eqp`9Y7V~)*v1;!iS~*j*v@2nIWg_jn8a}uqs9}Iwonnu0kbaqvDUNWQpz5`@b%K zjDzi^!L^&~W`7a#M|=uMu#~hM#RNxjYJ`{xtiK14s0X+wii4@YMBmyF?uvN0BjkwkaI>eYkAxR_sH&n89n2K_RHdu67o&n4IHxM>#2Sudjl6bPW7nIA5^J0q6wwkX$yQad?dV|V5gb(&qv#%dL78-=hj>!} zd*38iE6>e;I>t9a>;MUp9C?DHg5an)IBHZQDeq0`oNxD`RkcrunYDm73V4IL({7mj zd7O#jU^p0oi3?A%gV>GuxgN8l8YIfIuq$r6Jief!i-^3aGzo?9=OXd$m!diT>I6)W z%(TyBbxRTKGeKT0_jTuCY%llqFd$ap8X|TiKRDt($a~xeIpRKWbkH>fWB~i%0M)5a zZiAG01`^EDRYXqS6G2WkHxB`H7u?*gP#zti^{yDXUCtvqdfSnQtD+uJ9it!*&y)JB zRzda53y=`&sGQM~=+yI|3qf{zLOeTqsi%sz5@5}$epVXbo&T2bIIxxhmE#;&Kd}{b zhCmfoMj;hV>$E*m6{VaT%KD3z?CL9_#!68iM0qcSD*^!`LTi+PhmcK>HDp5Og+B=O za={nzv#jLB8jI31#Q4c9{0+FNbX>?{59u&Y)rcu4;+GJnrO;diPRf4PTvL{9CJU)0 zV&ME`W=A5Dnxm`_(X@#&C~Xt<^7cnc`%ajeZjO}|MXb-Lmj||mpC0Rbp^AE`kjKbN z-B&`nVyB@&G+M@~Kn@x$6UjeK+@J=EhDRWn++1un)@j@$9c>Ndib|$5@4@+RfMpPF^9D>#YDy)dW(MtD_NZEo5CxC*weX}5z-sIQ z2bxIqW;}}}L!pMV98j@s&mCQM3St8LvDj!fN6FW{@Hllj4_pC0>s=)k0ig2xhp}-y% zCC4zHqr38ss1}^E=gj${Gxwjo{`!;qXXXu_)tGV3E2p(Q zZQuiKW0vl}plQImdsp?JKC&t|$(=W9ecL;-<_7QvvUI!$MZ!T6&_~0KGhz4bu&aVo zDe6laL0U=co3tU*KrYOwS+$vn$V{_ErJ;!Y&&<+4MxFTb@7_Ca=fWy))vRsv`c9oP z+3%k8(4wo4-FDuj+uy!!=7ST>(Z>SU%^I@d;Z@_756d@oPg;icyP~3LcfY@5=lgd} zEkv~^r7wGic|HXV?gcj6&t`_ouA@983=~4wX&?i$$K(hTmGyJ$Kykz8r%5w#Vfr07q{aV(xv|Ko@#4vBZgMfEGAq($nYfk^| zu@y^gm@i#n-P&^g$lUaymn=Mba?m9YsJUB1+`EAT>40yA>pZHTvcHm>hf&NnJvizc z9F+%06>20MXo$UK4hoaYu(H_lCzoYYrPM+m295^GTaLpn<(E|aj^+X^*3O{KHL{St)0l-rQ)$$LaN&kuQ7Ys2 z$|y9Z?FDVXs@oUTuUfgh#=YW=3vc-KT~p0TxBl|#OP;uVbnN{xwNoz|ecqP2)gEOS zI@@~5P3PsBdVKF*R#`uD+MZu+zv-jz%rFOD`sAj0RV%00*G*kn$8$q|w$Z&G{Hy|! z$x)f3-wXT19Q}f~m{Y-S?OrmASn?2rruV|H*hs;|pY;N}NESji`)|s4uncHM9NFZ< zPvz0?a#&agj-~WXAu0C++}P}rl9G;B(>+1Pi1;MQu~75^td)&W{dfr~vE!HEVv=Lk zfn(KyV*$brWW9(>EG+QXvx`05R6#&z*pSv{g}`^#59iN1HGgJ7OZ626MVnsPF)k9M z^+gVZi^|P4)1U2mT}slT-V^E)=InlLOAy*)?+=1o>W=%p^i#!wvh;WDV7=WufoU2( z?V8f|$PC_#36A1|qf9lDb*4q;ZaknQr6t?;hA3$zQ?Yhxk$@(n&S-ne#NWnCYz(oz z`5d@)#7O+2p!}3F)c!cV&u;8Y0?>pgk@sh@5>- z&{-RY=+pXtjYGC2E=n8oSwtg`;!`%Vc7X^?~(U_u~-7CNDcv?O#$=s}S*LLejYp< z9#@yY-0<02EFP;QqtAu#w*gwLdiiS>*K-PGE3XOSW4!>~B#hinQiu1XRvf*RE`|4WMTLTWQ z&P@%i0f*GkY5A11i#3*7?c$n`sbi3l#XUnZrW&ow=_y_ZcVpe6Lt5dQ!(BlP)ZMIE z8?+Q~AqWja9SNl1MtE>#8(hd*O5t`~`(i!EgOddG0CacA3#`3b zE8BMAR<`ZL+#&@HCU=lE6-hcoyChFQ{H)b(Kcv_1#MQ1lqR)w__Dpwh85e%NyL@Gb zfODk6&Ye%Sw+QW8y^{i-lV(*pPTXIFtavS*f>X~g>|+=!>^^o<&pK_7s%K_6O^>Q? zN>H^8l{ojwbHVX<8X|$hhuW{PKPDET8^#M@5gOqvm1B*8Z*B^CCU1vafl$*xhz`c| zbKR_v21SqHtl`1SNg`WBB~XjXb!?L1(W9*1ZSo4ZWu2@E_d?ir_KSs5ECa@ysZ46_ z=$iqJndqAMtK%EJ|GaQlTlc6-_FPu*U~cY~y!^{%^@(aRYUaYBr4OtaF=E97rAN-6 z+$GmLZmc)AOH}9V`D4eeoYuqMiPj#g>H3_n_Kp#4+N#mrJ7>*b*88l~AsMamZar|x zr3Y@!d(pSPcysxH0p**EiKF(OvO-#e1MAmBW;oD!$PHrhEo8<-mnHPxCY;Mf-e=!QdQ&ah>tn!{Tn} z*5kzzmOW%!7bAk_c&#`>w+hitgt}!CeY#~bP}HB)cVHK(l?^Tozi?M-nF55`2S<7E zF9iKP-CWZ22{pUTu)J*!@#7={wM2ibi$P^5o-ZR(nx{C1qBk~6N=S8VcD5Zhcj&m~ zQ@SO7nsQCs#m*;Osx;AeN#hYam+gHq@sPP??j;l3XBJ(ZS9_)N=hgSzv)cFcyrSxF zYR|E-`ogE?n6uy`%z(&KQkvjfR%O}{P%B{`i$@P6DX9q|Me1V}MOI$(548;`PWlsx zQV1Ga3N3~^v33iKP(zDKrhf-WhKzHVv{(j*l!2y0tTJ$f;!TC17OWL6MYx+Lm>GJ! z@%@+>ZQdK%#A6R4ziv{U&F(6yw)PF*Yw$VAJa$Gz!tq**1s{N}l9Sf7(t@l=i|KWvwiWp*K<+YqBPzkV88N*VKg2h|$LEiR~W zJxqtAIE)EosO1%X6z9J(N^y)@v!HzncSYU1*UB@VxbJU%{Wc`SP=Azb zT)g9uN;@v8$Povqs3HLa+A50PvGF2}?VFN2I+TNMvba`1jps?LRQH5irp8z$be-Zx z!m)Ql$}Ia&Uw`Ku;So(-wKK+Zcf=c(x=~UBCt;T51~^&LY~m#pJ<{{COJmedw=du0 z;?40B1Poowg^#kEQ2Sd=zzI;MB10W+keU%zp-tCA>1LPdm*p3`CiNZFInfCwe{&+6 zowFUsuU)uhVWz`WiO!^fWiui3FF+n!$$A+cP$~2Dm?6w|2iZBU=felgj&mgolBbF^+s!k!h>p9C;c-GwH_;uSK3m1<%z4$R=tlLWzc zfEg|DyFMz=X8-KL@T4nkp{6dVFyz#!xs9fxSkT?$iR;V$nW+|YuX?RjdyjR@m)@m| zUA{%WUSq5)l3nuqo={i+ec;_d(Lbab@UcnD)@=JERH0*_?L+VA{NDFdP^)?t zmUb81S&vd-npM>>>%(7HhSnBU#eDvV^H#_^{cDcnDv+{5nTIK7G$>Ukc8E5#bsRm} zF{D>~@LER+h!I8+HA1hP7{}q2Q|^{Iq?yz;Kc_ztr7rllZ>G7>ce!s$0@fn##G0Gb zleIt9K4``rzuR7ANV!11h~#>y2~uXGYdr)z5%0u^CslWp8PP|rfMOtuvYrj^J=~-R`Z|V=KF{5ZQnn(vA!4x+q(}TwFIL-lZ`;~cF)ygknY7v zfz}S|o3pVBEyA-rM(lTD5u6WOjyiKsDhB%KVc%J1g^QaiqDWW}x@@LUch(MVb=|ba z*GxMxY2P%h->sW)?JVnz&NOD$ZZ*>+eR$XA5iUSjdmoON@-{v^cz zINIsYl1~%n69;}0b$}Yd9-y%H#2SgUyE?gC`PN%?^H6uei>Jte@1Ru=NuTwA*={|W zh2t3Krn>C9^Yz#3reFJm=&wZ{BD%U?ft>ZU+JPt$J>&6SY=X51i2!7cmL{+p;pu9G zERoy$LB8? zK4aavy<09htJnC z>s%}Ai`Lw+Iw2_Rqf&k8qr4QVEd}$+dQgMchAVE`Pvt&e_Z+zH3#mpDD}Y1$w^;ts zzN6{$S5Lh#FTJh5?Gq^z@=FKreKE?7^~6!ry#LNEz0SETul7Rcg0(ICcT2AR#%dpo z#A{`J)s~vX2y`o!&EUG&Dw`c*m(y|0tdL&dcvwnGWounZ`z$g{K^?oTBgh%y%NhWp zpQ^mjmF5u6)3#mp3EUj&F)+qHs6{A-5b%<+P~scNoV+3shig%SigXC$X=9X%6Au>>r!JLr+EWy&mIG|K62%0%uPs|Lx62yc zmaVXI~tv0dt2`BOet;7jOw^IH5pn^7h6ZsZk zn{cua%PxTnq+5NDIhR2$`Wma*GJ3^F6un-t+e;J+%p@wd^bd!-jQ0SM`UW5Ie9{Pk z7WnZ00DMN{GZUZr_^iNZ9X=cJxgVch`0T@nc76dPG}0jf=%RH+udOqwS<|G%SXhU^ zHO34xbEvDIV_ThWI&;me%(jgqBAksHM??)An>(tzYCf<>^JsU*Sy_Y9PO5gdu?6!N zWbE-9c{wvOQxlT=Wpql8>zgySd33Yp&6+i9EPDkxBcOhWzBys3H(Ks(ij^V;qk$pd z-GXRXDT;=bqG(ttiiVY@uPTtwjjE!tdAxO`Yr((q-4b2l#<%yG^> z=hSEA^aFa|Zj7|-qQa4Q6g?gsp?~Oja3mfai3dmG!I5}yBpw`z2S?(;k$7+<-sVU= zI1(=$p@3_^0`H3I5P?rR)F=>&vO-$NfIC2(2(&*^F52`qMBiu8Bfd3sH8~CE%)_#s zw9e8`$G+eJy6?#ba4_`zobuG0exQF}iBbVMat1=~6C_G_W&1v5pQmJDbcL{K->q^n z;Bd_ygv<>G6HAn4Per-&#)q~P&ROp}c4L0wy;&Kf($N{xF-E0hj7rBCm5wng9b;5F z#;A0RQRx_?(lJJ*V~k427{#dx6Wl=r{)G=m?KVh_^AxY(+oASW2=f^_(s+(XZmg}S z&*DuHo)d?=DFU9?x6ReH$p%u8cqv5+MpA>O`pT>-Z0R0%v-szxiP~f(@Sf1>HJw zCri9sL$7yem#`MF%_Ap|+9j-|VeW#}4gABN>=yQfo{@mFntt}t4Lr=KS(Z!Ku65hO znvBO-le2w+H+cR|`+kaicO-34iPLE5ob)za>Qv}-Lo0a)-kLU12V=|W;pGX%)qc4OU2)>(PP zVp6!EZUs+TbjWNFSckbT!rq9!5f}2#u-Nsbwa66IF$Hx@K^;?2#}w2t1$9h89aB)p z6x1;Vbxc7WQ&7hgyN)TSV~X_X)<`V{JzC!=hL=hn?k4Nn)`J*;pPdt$yzVm0>=$kj zEIJKqTqWU0zdfgA7sq|w<+_7qp5^jSp2AW3)X;uvTZ*wf;U_)A z(u{9U%Y6wSO8*Bw*!Fg@Vuj0tgv&D>pp>lmov3 zr_?aruEOu2A>=dRxtR^^2%OZq&y4ldoWMWr`@gXPWPA(A^HAf7P>CLbmN@HoknJGX z>yd3b#B~_N&HYbFIi1p;sifci`frnU-%TNYXd&-hd!JI?142tBK}*XivfTyf_LTM_ zwWAp=?;+j67JU74kn{hI@-CMB&UlPb6U8*L`Tm*7d&F1pKl|cul6GsXajnHXH^P{% zVxEL^)(FdR!-@8iY0@DAniZ_8ekZ@PoiO@nzq7sMHXt$l7>_Vq4by&SN6Tn70-1KQ zX9s$W)z8fgj9dMAbl*SZ=ssxHHfYVbKL#cEvDLH01k4f>WR@6#7bl45(6;SJd(;{! zqt@w-9G}r>_F_15$2n)#)~+_;tscMqo0>l`*AVxM_BY-Rw*QlI21j!y()Tpu^S~rn zjl_yM4^0(;ri#GXViIEMP>szQ+K4n?lVn}b;6dJKJU=?H!mg*;XpPv(RXhehnlI#b z(KcW6n;Np7Ezg-R1XHE5W9Q0>FNsWB}bhI<}bRr?2peU}(0+^v;)3|6f% zSfj;2w`R;{oT<|FLIZcH!T`TGwNFv_KsgX)7HC^ReNo(w0E6m_3EsqrXQaMs1#+q zb8d1G(@KA|xZ@QmCnvH~j|7Jz!J$ZSC=wis1cxHQp-6Bj5*&&Iha$nDNN^|;9D{79iCkQpL{%3i@UFAtU33}?S zw>N0zo%YguIw7%icUv3A6|MWc+j&U#8?7Pzy$skLYl6MFKI_C)GW2Pl7ucb+K&Y1$ zq7&Ru?<$s+41vlCb}s13Od|?-^sgmCb;?Y$V5jhoD@!Ka(X;M4CpK$Gdx}(Rz)@~X zD#~lB=H61ygN5B!Tyx&~h1`ricd;2aWi`NZT@w;V=dR&KEHR0a@yopvAKUaj4;M=B zpY)g84|5w<>KK_fWXZO&(G?lxc|#U&EuOSABe35G52z&{VSM@|HeS3+OA+=U)E6O{ z2Zzc6WN2U>9EytTc~DlIePziKkLL-wg{?6B+!V7{Q*6LmB0U}JLF}l&`lU73FF=G~QPjHfKg71zf7w&24t(R7P5yC#uUib{e!e<}` zD)9cqDUq(mcwrlE05cQn3|4jZN_FPHw5L8=8)MF!-7GEP>OSr2j$n1R#lh*WW6h>@ z>l;O7)xKYMKntUF()f{SBBSk$97?0cG>YqDkx%jCE1~B6O}I~MWk8N;nS%`paI6`k z+JRH;dRQY;hFnNbN=O;%OzYIgI+$07C~Ga-p51L?Wll=E?~|mqiBV36b9?O2{3Rn2 zIwVuPj^EuhBD3_S{MvtbpZeqG?a!^KYTT`BipwQBktq8Ye+J$q8yC4<1bgQZ#lSd?Ae7^&FD02`Ge(udHdD9m#*-%Z2sV| z>8mDo99XfnbpJ+?i9b$0cUs2*-8;m`CiNdbFKgn3GkavK*aZ_u4{p;cEv{+Ltn-FX zx?pOzA)+^{y~|Mzy;%l^3*bxQ(K$7SqlKJ4(mx=U)2K-&j2=DkE6*hL`J>!tO_DUueob7a91MBl^q1|w3H{U_4UcHT8_17!pH1&*Y1JHq^fpziy{q@%y zT$N+DS{S8#^wwPW^$;WUB?c5`ss!1&q z;(gT}r(IuW&b>kFSy7%15hci}4fb0^XSgg(KZh0CchL(_&InYXwx-p0G05QxUy@#8 zg=2Eql6281x>v%MM*Pw`a$P*Z`WUy7(9>e{o*gb`&$W@Lf=v{W?TpfBC_dfQ5v2;Z zD3<9>p5g26OvIrcxH(F>5fOkXNAl%04&TzVp!yNhruvQhpiPO4w6^uB^N={I5 ztidh1(OP1Tgt07aU^z8-@G%gRhKUq_%DR4X`&jMB3lqWCHSZ1anp>({^U4z#8|pyU zYSj~XizcQn-52F}0DL7*Y9wz-X{+5W@trJVURx`q$2q}p!4ohflyb;hql5wKiyukS z{-LF`WzafzRc%fvp(TXMqfgnLb5AIrRc2iM$9C&yJ$}6+GSD3In92QxE^7;X2ls*S zc|)ib4QVvIe64Ai#}U4GD=;jbqG$_F9D^vIyaR#0tIMW$DAIR-3(tVQ3eT{gakdne zS;v-&&ja5t7N2l=D@<7$+-k6V621iH1hI5-ib8A+`XqLal{HDSQO-G?7;Db)Ko5#+ zabu)I^v2*u(!c9?CtH&+L&2S~Y zmbfcw;s!dwLV~Mgw_ZAc7MkrHz)Wz4i+~cAR`vY zAt(W%9))ZP;B0ex8}Owh(LhZvV=cGtZcLWEh}s(8?6>w}CWE~(L%T5hJ^jyQST@?aB5_)41F!1= z7`Q_ET2OfRg+mqi_J`qx^WWj21O+Ft2WuAE!#M7I7#1R)dJ?-EjT+!6N2CQ84M|qn zQ>~DkJpGrwD$^gWP8qJG&>w>Sl|wDu$qF-QL-8d4vb;RoTJux1RuQod+*Jr8xwx`m zVG5i-$k{-Xq=e>8<4zW1M{J@vPj=p8>HlM!#>GU|ynfQ?^=L$NUBAiB<1!ESGCn5! zOQQt{2%`~IePqf5Qu0X?9j}zLXast*8?S$7sAVCB8ZFa<54g5g+2C<#nci$Xe&Y3V@k1bk;dl?6U zQv4)1U)QVh|CBrjIbM%Ehk8$L3XWs{pgG=JM&{oj-E^PaKnbt?=JhiX^5c$x-(<)+ z=j(dpT_#uDWa7fQBfYZg?SFz}Ndsq}*P69CxKcPR6M8C!w$kj}oAb z-y9ip_`CQ+{+;|QceT=^4_+%};t+lpPs=v`fF`Meo|Y}MF2S`=aEcD%3Np}l>Uc@! zOq*%Vv^cmpt(WA}%o^s!;cx@%8Z@RkcZY`yxX+;ZF~)J87JTy<<5;lmg9rh;)p_1w z0|a>Tp$|rOV?Iwbl4Sn*U(j~-feY$y%@dDIpf1krpJ|<%1l<~+t~CeM1D!T6YEY{N z4^c8Zb?lhCZhdl!FZm2wl-feJDfgh<^0zV0*~8~*T#FotthSI{ctJ(>dRz(&GY=0)bl_c zE29tX{|B|@VZ0m1u~gL2hAWZdZmMW&ehO0@9>G6(@?sWS3F<^IcK#Lnj1I=#gpy-l zp>?9T>j<4FYyiksOxpryQEjW>9l<4AJK9okG+dUZ1-5A?X)#Z-oEqxxn72f9E709B zj6Udj9hU;I=Y|y&(IcK@z&qT^)!|IewJ!1(b<_%(P>w7fqz!cEFF9$2dVFg@#vAfk(emdxlm%$84eT!JeWBFirdzV2*I-R5IB5OU1d8tw!cqyc6?=MsjYRl>!;It zIu6symb}SW*vq(|_dN8OR9AfShK9b45nO=lMd^8{zL6_j2Qcd!rF^Mj_!(wQs(mjE2W2gR3r$O9zY=fc+WX&=j8KFMIsF#X zX@E92-Y5_{rH5tc@mi~t)?7w893P9$uIv}z2fMy}L#a3awafQ`&;K$P{6|fgWjd_3 z_zE5I$G55)^kcL!%P04k5@2mf-{jU>b!xR}GnbbA_0?haVum2T`tFP)G;8xstx7*o zH}8NCrjxSg*evQxsH6*qUg0sQtcfW$b#mx?s=K!`QC< zI#HX_8u}xeP2-uo4(Tx$h(|D#2a~DP<)s=@`rlKRmuhw2Hb`7|^oo?sIi?9fslph|~6>-PTwynwf8mzuU`bl4ynWZ(_F+C_gza z&~ii@1GL@ez(~&{1OqSYVHDPeWrM8|fnCs0G=A6(-?Z=758uRtWU@bLrxFn<5h*m_ z)vP%JaD_v@HE|Oj003a0erbLC4N;l>5Tv1+=B|$2XUsUK&%{fMM#Y=MGi$#zl`_>c z1AH5tZF&x$G^cN$*|YNd{N>r@FWqup+((($D780pb7IkLFD-lV&(3H2j>~8^a_QD{ zFKCgG>d9zvPeQ*z1G*8DvtxI4E_c@iE$_14T7L1j3#V zf*Uv%g%;^LqI0M#Uw>VFga`LIj;VW`oLD+Pi8|7U0rRHzT(Amw1+A_Rjci9d3H1!} zVUKH^cZDCjk^hyB3skxDD7IqAKMp;fb*G&OBjjXR_R#b!L0lsE2-A5(&A$EmcA_^& znn`g)T-mgBv!;=}4p|h?V@Y497gj`wpM8t#hbzj&qf(k*lxkC3jEv3iq24GOG@jr1ljs)F!=j6$cSZjc(>5kA=K7eOF-Kwt#oizL zVO-z1wech3i{rP&zuBZklXIF}-DFpjPntTL_H24i(`8L>ZF)3eM8Z>v$%)>?N0YiF zd6PCLz1^%!vzg7lZa%g7*DcapJk~P3<*rsntI@44YPF|za_c#*uWntP+%$PX@^<_` z(56e9&25gg&2BrtU9)y$+r90{_FU_^HzhA+LCRHDT1n=y69+8IY?E|~e)%p;vaaJZJy8?sEs7yZziR=H$=Wbza(e*Pr+8+^KWd&;6vJ zSwVThtpzoO>4ldU`igoM6&BrC^h(ju;#S4OiZ3tzq-0{r&XObZM$KD0@7vO$rCUmC z=Fge`ZrPj#&IJ<}>{>X#yl460MUPcHQ~Ao`_KPbP?>oQ!`G=|&RK2@o@{*n2iQX@l zE?c^3>E2~cmknArXW5!%Tb3Kk=PWx;Wx zynRiJHEY)Fza;IFOD}ozQun1@E-k;b`m)8B-Fn&X%Rat*=H-X3D8Az8+Fe%`U-|XA zwO2W>y8G(uugSi)+qKtU=eh3s>t|lS{rZ|4@^9F8W2+li+<4@s2iK2SzyIcWHy_z> z|1I&icyBdsoqt=}ZQC~v+xXHSM*rc%O>H+#-gNJ#k8kgP`^MY%Z0^7Lq0PtcNV{Xf z9h>ghe}`{N#+Ef(_TQOyXYrj6-FbLx@2$J<8gbWWcQ3oA#XTGDop@jLeHU#@-1gKT zSKr_F{{KAipY8AdX~Ca9esKPSKmB>xL)i~)dFa@~!yewTBYDS~9s3@MePs8}_?>fh z-n;YbzfAtigO4tLbl+c#|9bahJs&&p`1)O=pK$MX?yi0^@5zl%d7irZ>26Q2e)_3r zJkP9n=D@Sb&#u|y*|ToX3ww?|*ZaB4pSySO(7ns{-n#eEy+1wQ`}sT!WgKmcxN8k% z-hz=W(s2=n`BdMlT%GxoKqLJe`m+5GfKK#x2A%3}13Jw=5Oli#WzdLT!#@Jy*(hxWYWh5Ar0-!+ z)+ht{ZU!BQCo_=m03fSl5$=gn9mL@b!@UqD?JsnIP(I(w7$lUX?TvDd1C96H4VvnI z9F{!d5#I+K+kqpdUMO2%r0_6kroRAmfWHKEpua2VY;dL@^7<=iyni9+bm$cOBh7C> z<9r{1#`|suP4?5TeF(8D$uN+^+#0 z>Awy%OK7&x9RCEwj6*F3pcTe|PLcQ-{tFP!M|hyrZXj}b4`J4BAadyp+QxqiXevrO z5b2)>I?_KJG)ri<&>Yl#pfT3J1azGL4$xeGFVHFS>kQ;L5V`QJ*^s@#$m>(kINx`m z@xDKRCi`?ou|nk_U(C?$Cm(jmpNzizqW6*XvNa0b?nUGI-di7rd znh*KUK?+N7H#rvVG8)f!2c2N#gHFc((a3Q#9AwA(?*xta_W&IS=^cYn}G$!MaFM=q0$(f&6%Udxe}8HzD+i!pzlq_`1S(mOq6*t>bMOwAJ61UTjWYxpk#PH z7bPKOTjWYx?qtiKR+7Dm76;B#-#EYy8E z-efpOXs%G!eLCvCA2c7~nMk2KXgqrHOq5|aDCK#kNYqS`sF}!}F_h<-sKst$7T)Rv zO1YgSwVoxlo+Y)OCAFRI`#`?~x91s0F@KdAC29_6xzI&I&ll?T?MM7l2`?AALg)oTFZMl#U)T6H zf?gu@QlXa#UF$1A{CfXn(3^#B5PFNy+a!gJ{-OBw4&z?XZ4&di&|N~G_ANyG9(n#b z-*klcO89wy9>On3%!?B9lEmzjw_f!(!LP4Lc)!p$B>e-m4*@iT_CG$3p)p z^fRIV68e=t8c%*B;eQMLR_J%W7ZCrwpXE6$F+cboLii^M|19)K%^QgMMZ!mYvk?AO z!pDRj7g{5<*6%UOl=4-BHe%V#7=N1KH46QGLD?=|qtu@c%GU83Y#pz0e$5@AUf*C) zwu{$byLb(@i`Tfw{|e~EzCzG7zLB7p_?`p3%;yAMTl+fb^~S$J*ZY{x%|bW$Y7o9f z!nYl}7vYV*Ye3m9USo&<98k87*I?^-ji+nh0o^0dKUcdK;k^=mq4qO`Uz9Lg#B03j zy9ksm;x%6PM}V?jyvE-pe4w@k!Uz4`K;QKp24(AbjSu}pK-orKgKgwB*hXIC6MrMn zPyMVr+skWw?)wCkt>!hp^6dg;t9gw>Qf9WD*I?UujqiLtL96{8K)?6h1A5pO1^R=p z6)0QKYp?~q#*v!Mplm^}akTbdplm^}aqQTAplm^}!4~uywLWsv=kEgQM{9b~nkbuc z`u+*(_U#01@}Ad=YV=q-?hdHpAU2;Mx3?AYM~bjy-1#U8sq9(+!dby z`ik)s=)3+=pzmX*UJHG}Gob$z${xMe_|EJH`lE!8`Wdc;7GbSY7zfrWhkqxi8!NZ9 zkhD?gb(~M{$Lb);cmOMrY}`zrZd{9erW=nMZ^*CT39U8?F@skdrSO~pIrTe17y8cy zEw6n8lrmXuRALQN4VgR(bSY|AEizecTmZSMHdbSlt2QnadJ$%{YUASCFG1J%N-z;U*ZIB&z25gT=nYt7R2w&9~6VqTK)-!Sr58~d;qs5V~qE6`Uk7F8Rs$}_LYGp}Q%R1L`|eG_d|ZM@~533{M5 zAM~Kq>uujn2*2Zd1@v7X%kZ9WFDUy(wef-P80d$-J)rCt)zUAj(JxrXPo-Y$7uCk+ z{`R2k7uCkUYst57rEK5%;}Nd*T?P7s?*dRtezozlzc=U+|5VUld>cTI`pExd!t>*` zY~LCQ*Rp+;ft6%6q#Z4;OqL3F(yjn?V(nM0Tr9JSU@aj3%^;WajCVjQv1<9zxBzAN z5yo|=gI+E48ll%h4u3SR!xicuF-DC7y#YI>AC2|s1wR@$3*8{}55^+IY!Z6A&^uHr zVxBhc0ex2J%f^0$-;nq>CFTG&azDaABGZ2dvi~Fc)D@r~V2u6|eQFQrKZSl~oR9Fo zgnorJ>W|=_1N1xO@T2jga)TZ<4ujT0gZHE1gK?*$GS42vSU$%%W>gCG`p!m}` zcNFvv$YhQ2hESHd#yBX?ye*Vvu7S>s^gW^P`@TS!Wv($k6#9|z5W=7MZUFt%R|NVw zM%^0Y3+#_-P?s-3t84k|Q6Ium{u-tDu9UwJrNG*C>|Xz}fZ@?#cO2%_7l3 zBN~6{FfcQ!#0o=0sLHJ{oO!Ejtgy=%qHeRoZX;2>WrZV+Ch99I9BnjJN3C#-nrucv z->95WK$<%p`BoUmylxo4mUz>Mb$77B4r8br#ylk+2f*&dR@h~%aIdq%ZX+Eh^!k}d zqkTlW6^=GKM2xk6uosxU$NNH^%E%GonTmFai8r;8|W-wa`=G_00Er7Z2*uqu46lJXRp1s1k)fuXoR0 zy~CC#16eL!SyoZ%DPuJ}1w~#@$Sy-hWmRd9@{-bm@*bg#%PT2e3cmEt=-IQ^;A!J#OdK5gYj^AC z(75R(RZGYW{mSGio}N8*aDJt?sIp?2r&mVLjLe>c7Zoflsr1gvC@(AQozX9&-+(^7 z2Zp9&r+rexSj;OZEG#Q2sw~bZS@M4Z@cRk?cEME`|4Z?yFba%v!-H9<5@9b^YaYZ@ z8726B0G|aa>#ltC2`;5&knxmT)+JW9`b2?^1b=zj&Zo%Yc^7gY{_z zN?3^}us@MJ#-ETYfMeiNL7)Ws?E<{HT;5uU5cBt-mdt4}OjP#3|Kd8lnCp3Y*@qR=3!xmyK7b6F@a4G&Sle)5HSeha!PbF3;9`LkMIK#Il3x{=G z*p@mCUBkL^z&F|EHustCGJLSF1}&77SZB6H3F=(8{!E+i*5yM6a;-v{dq@hUNUI#- zQ%PJN(kMl{X?f`_ZAN|#M!StOW}KBR+^HbbD>Vi zBY%a)&PN@*!oLde#Dnti4Z45siSjH$ofaZZJ~I!olYKLPU7>PNNn(7>AqQ_w8 zHxB;cCtwtsgt0XjVEyi}^XJ9do7?o#vm$?Z!^y zFVM$4ZoB|p%wLTcjZ2Na#+AmOpbdHkd)ud=r@7PEs2XAa`v>ED6$zcsdSkQkN9>k2 z7`GTtUCu@HB-%13)K>^#?~rXwSgt;cFLntRC|@G zI;f5+O?6V~sR8%+B9mbk^sGbU@)PeHstNN+_DpL(m1JxikSPfBUsiEp@HB1dx zBh*MWN@b~Rm7_+hF>0(Dr^c%ZYNDE?CaYYPr>3Z>YMPp^W~iBJmdaPN)j8^1HAkJN z=Bff!sEXkFtwhaJrEmgQrWUA$s$4Bn6{=D#R_CiKwM2QBuESE;MjHR@V*ow{D#pl(z*srBk+wL#sYZdJFbjp`3- zle%4PR(Gf^>Q1#)-KFkU_o#c-eQKNfqq<)`pth?&sRz}c)kErGwL?9kcB;RqN7Y}| zW9o6WOFf}>t0&b{>S^_idRFaG&#ArYdG&&NQN5)8ruM0q)hp^%^_qHJ?N@(S|4?tJ zH`QC}fI6t&R_~~H)qCoF^?~|OeWX5C|5Tr-Pt|AYbM=M#m-Ra`l zs#f2t!|Dh1AN8a9N&T#js9)4k^{YCjj;k6~t9;6D8m2N$(_uPIm+3Ym%tmIU8D%y$ zqs$WlgwsjbF+on(rjh6Hj~XZ&WY2;kB?YdQP#8P@Sg5P1w~br z6|sv;s>&*hu^IGY16AxUMr46EYD{sZx1flzu2CiB-h!w_WyOf%X3165zi+>Rr2Tse zm6-m$CEQ17f1#N|2M8V5NH(Os`wwsrFRUtAR?=916%;M?mc;5X(#KY{a=G7tOGO%Sy*%HmI$l-Q^QNsgoMGV(JMhvekt*j_n7&#*F&`5+d8{MOHVMhfE zE0sk&86G(*@Xo06vWgP@Tb8^dE!MmDfcUK7ySkzw5%%k$59x}AJQOH$=u=YBsH{Lq zBN>$Zqp|`oL}XcY%+hsqXXz%$krGDdV2i(~K-V-XCyEgXE`RA)Y9FI&QNi=gO z=vOCNUpj?}byJual0wu(ysRr3$)Kd;$f_uHPttEs3cf9=CWJ)T&&P+v=>`gk2vk1w zDXF$41j8dI*$G8W3OwyXu&RO)RTYwPj08iUtg4XAV&#Xxi~1GG0Iw{qC@rX3x~RNh zsW)PhW`4BwEvednNJ@<-Eh#TpGGBgZJV}y}ushHC5|%{gh49ZkMJF>QBrbA_T}tOv z2#b5Fyw+%HQAu%Gd3izn)F4ZR-I@=*hDT1d-;0_W>@d^h?bvB2NLTRBI=@Oi;sOur z8b?kGBs?v^Cl`WXuu!Q(j08iUv>7Zv1YXpyXa-L^fx*)(>7J&g+cm8U8Zh@XdDJ~a zGHE;`Soz2qcAeZaH2-IX{5Z=liF=m(7&R+U0{1MPWWFRBm5(Pa5oS<#g#tY!>o0jO zR)_5;8tXqb!*n>1f%Titr9fC5Ul1&tB$p5pVW%1TkR+TK@=zf4(5EDexB{CIR(loL z2}TtJ-ij!&xLaTi$%TQ3iV(7frBotK~6s;0@*y@G@<4b}s=^BPa z*sq5^q-z-RP@t@#Pe~14uBg&LQqK7t zi|5xXU$H%YzJ( z3PhKOJnJk+K9MBy8`mOO2e|d%<*v{vRMbtOA|!>V3cPFyGJ}$iqXb>3Qomgpd|NkA zNQC`-d`O&bppb|_{X?IUYFk1uBC^s>D5^5>vk|nB?-;YD(g#F5?vL-Klc)y%#x6}$R&0uonDT`UU{vN z*B*<#L6!=;t+9ASq}P5g${Xx3OXcm@r6&kj@XtEGNgO!h5Zr91ZT=Rcr z$d4=SlDJpOk5MZFC2+6QNv@J4qgLTbON1E|p1M|YjUBb5a-MfSPH;*poLNh&Diea~ z%Ts8y!nlx@J@hLBcM+hi5s@_-G%+O!VddG{Q438E8~0o zSJ=1z0E*o*ZbD$!0>wqF8EZJOYiWungZ~tQQN}8T%ax|{rFD%HLw1uiea*;#g zcx^DIXz`N8#$=(>g`Oj{Q0RQ26$?wMaAqKMmC!Xp*9yH>==wzkRSUt5;E5#*&3c8W z{Dl@`>!T*>&{#IN zI#xN>IUaI6>UhTSg5!|msMGCCc4j#HI!8FCx(eM}-M$ECL{vn4M6-zG2%K*=dMI*q zm*l8lCiJK;BS_x{piJ+#5nI>YIcxj@giIpa{Al(0CHqWj=o& zC^3slkkBw64)iB+&_qGI1qDqEG!f9mKNI~->@y?~?-TjV@)7k+3^NhWI3Y%ecxRS? zAs~eDA<~)85arBLASYm)iEt*q*+fYf2)fygnqMW@W+I!3YbL6hm}ZvkuXt`DG-_=j z5yUeS%}lf}k<7#~6U9snGZD@ktY#2piF9BbwKo|SKBK^PNXOms1^#Y7VmOH3p&am2(A6F1EKJ{8n3 zF~dX*6E94(FtNf!3Xk-c;q7U7Ym!ysCEyHkz(fJ#wm6Wd#F`S_%fEn91%{V+U5DUx ziPj}n7j^)E(j`)tI9;N2iP0rOSFn>Pn+s1|hbOv2UzrbWC6TY2CH79l_7Ftwc=StR zaur6!Y?On46LYKZ;mAqkEpfLB?Ln-7;BJ98A?6m|LV&p?;+E)IVrz-16;vs3UqsUq zORG?x1=98h!G{I-o2b`FlBPHgH7*Zlg zM+#Dr2t{JSh#e(zl(^C5_z?R-WFqmRM2iwDN~9=pqC|-jBT9rQ@u5VA-iBw13?(j< z=)=eH*@X}BphSZb3rZv?aiBzj5(7#EDA9&Qe-dd(gduUCM12zTN$eD{ghWgcM@WPe zkx@i>5-muSATfeOcM{u4WG8W*L`D%2NJQr^_$Hc@NI)Vvi2@`B5ExD(IEmjB^yVZ% zZM2M{;wXutB!)7`t<9QSKu!v`fSL?&3wTMQC4rSBQj$1Hq9lot6oh1RXxM=@ zMG1+HBsP-BNa7-iiX<}JxY+~xC@4okO>ruSF^HH)A|8o%B-)YkO{61njzl?%Y@>yUZzQ^r z*hV57iEAXPk(fpz8i{8lnvqyWA{mKeB#Mz3Mj{xAUnF{w*hL~2iCZLUk(fmy7Kv9R zT9H^qA{B{KBubGOMIsc5Pb4~#*u)p`Auf@qL}C(&NF*MSXhdQWi9{q0ktjrB5Q#t} z{*dTHVh@QtB<_%?LrMq{hr}D&eTPUx;tWMXfH9)f@q9${ z5z9v;A8>p`!4bnp1e^kXkLW#O_lVpR+#9jtR&MwvVvl$|qVLFNIYEv<1DZ+w_0aW45wFY1VgdbAZ{+3Xd{}TA{Jl_hfUr4mq}&=LACY z%|h$Cwp zK-?$h`&R6i*7twRqvp3(*k?cIa0Wu#98p%dnIqnME|7|&Jz|n2HUsN&lo_m z@s42#Wjkg%=HNR|VvDWcwqfv+2^bq|c65`N%Rv9`Bnq=ee!XAlCyqXd|5?H%Ou@Lu@jhZ& zFzjkh>X_hK0!mZNpss_Em;*xp$QW~*&>60K@atfCX0ZJF9;s@=7}Zi@ItqPUo_}0^ z?ISUtlDd|%4304pbE!OYsf2Hm@J$RmVi6c?U%wsWN7$&LI~t(W-q z@?k=l{VH{ZYYg6M<+urD{)F?Oxtz~9*2M$GXE+@)YtKUC{E}94)nkq7^8=Yc3^~P2S#FtdNoFRg;*LEX&yi(oQO*}5tTqp z0`3;#y@p^AYy`qQ%mlb6gZ1bAz#2S;mBt&G0jjaCI10RV4ayLSRGB6b3{x%SfijLk!g`)B>pQr zl>>@9d7xA9ANvjb*ZKzPTJAP`8lk$DbkVg8;T(W*-j8&sYl()A2!*-2U|kwn425%1+~3q5lzjRH%ML}R&|#HT#T6=B=y;)dLT3t{BeZzQ(#1>E0-=kAE)%+1=%qr}forR>p56!`)OkwZx3r;xu`HxsBJ zBK9$U;xCvcmAFGd+$dmnbet(V$d!WUQRt&4B+Ua#OMw^S4a(SR`Nj$bCAi26JMb4Z znR}2XQ-X;jeBUdvc8oF}#NV)pht#5>)ij|Up;mGtJ{uvwI@g8Jj^Y!j2kgk;_bB9x z{M2xSmrLk537N(kl)`$4@kB5|Pxm##3MrHFc?JHPpb6-aERQK6#=zvf6_YAG-^8fH eUQbF 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

*evbW<-+BYbb zBLc*&=-tva7^urd&zms%{dxcn?eLlcjr>%A%Rjk4Iz6#!TSOELBQFUHz>5)45#K>@ zJ&~)hGsT`KRQ@Ti8vES8M1w8CrRjX(G4IGNmsesw<{BLnR~^n{R46YVORoB#OXL+@ zunp+AryuH2tRn($^=}ds;`$pF!_-cBk69-hmGdxL`bpjh$B%N(CHyg7#){mzPP_d< zOVg>J7Js{TVzaS)*bJ49Q-_b226WxZku_+ZKmhU67LDC~ipgd2t6 zd_3|fR3$Y&mam+hkavYkU1xp9#FAboY`A0EBZfmMf55t9o+gsNQ)dM80c2K_RxXt; z86Giu4EQ(N2_>?V&|9N3i^_z*an)vKM}}p-XB$PYEZ1-Lnd~urB1tO8lc&f*-^_iS z*)2A6$=(zX1(&ehUG>PAlS^@y-wsSYm(O2}>UYHF{RusGQFKdE196$eK4Dx? zaxievwjj0OwIH;Z+48R1*ZCQ17`+(Y810OH{Rs{q{5|-GG`J|(1b7r7Rt2w>Yuk~< z3C5Aeal~YuoHC({1{l=)ZdV*CQA0-ORlVZxA{kjan}C_-d^N@F4vauzYuxG_W}Y9-z|v^j=3 z_Cie2-pKKY&yXSq7OJ86Vk+B!9ee(nJyuB|SwB zrJqok0)?b`*c7N1ycX{o(;CPc!!JM^?%2ur%UE9GcVT}1ZmD8Xo%CK5 zNmk*XeY9cxC=0Y+qi|_kX=7B(dSDm|6=zmHNGB3cko3(1sJ zvnu=r0BE2Y+i;nmwftYk>=}>*&`+lBPXYNK^IsONAka_#?SKFLm1@8Jf*_J#v&i4V zf%<*R0vM-$`bZK>8nqyjc%Zo`7;krD&U(qKGAHTDaL40`6i|ac;8&2LK!?5QhY>b$ zWIpFIx|^AqnW-!6ZKPm+|_{ieM4q|6KX$b*v*ZkDCcg}0#T3VAU{Hyk~(YookhGioB` zZ|{PuRdl0vDpm6bUaxWu{-DhrS;T*+8S>;0$JwXRimHHxrF*9{lODT;RE zcly&gSOH3`;5GhO4MlJ6ly))v2CbK3vR-;F*5|hjuk$fMNm=5Q9*zC5t`gFaDyXFy z(=hOkx472YM(L|^w5&o_$(W%sQ%nDR zg^h3gVz!O8VVy-^1nUepM$<=QEFG* zjmK>iZ=y&$C@DuKB%VTz!1%U6OH9E>8YD*`QCK-NV8|I)C!m_$+f-bax3i6Em?ftl{mdGH?=WV-)svd5E^=oV;9pPO*_G zS6wEcA43%Nmx)|0&RH+UCq$I5pgaEX#eTak#e8l~1HoB0}Z(^?vlS85HbAvC74 zSDEk`ypFKXILBUe?NtxS1d&N6lF3BtF?Q+TtjpxWE>Njc@L1B^_73p;+P5s-iVlg6vhhm=ZQ$K&Ql$ zQar(8)_!jwkXByve%|qawpZ^3e|uK;s@crXCO$MS{iSoSV8uq=imP&V+jqLVJm$}` RnPUJdAQ%Jp{HtYP003^hA1MF; literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/atkinson-hyperlegible-latin-400-normal.woff b/web/wallassets/fonts/atkinson-hyperlegible-latin-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..f6c6ecde5ce00b592c259f43213d4babce5d403e GIT binary patch literal 14068 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Ȣ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�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 G0Qf)ers1go literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/atkinson-hyperlegible-latin-ext-400-normal.woff2 b/web/wallassets/fonts/atkinson-hyperlegible-latin-ext-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..466bca17461f25154a7d60d4048176209af3b7d4 GIT binary patch literal 9328 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-cyrillic-400-normal.woff b/web/wallassets/fonts/eb-garamond-cyrillic-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..77ab779ac7dcf9599742f90c2317ad4b9f72c124 GIT binary patch literal 14940 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 hV`H4+trVaq02?m=3{2x7fE+GH_ literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-cyrillic-400-normal.woff2 b/web/wallassets/fonts/eb-garamond-cyrillic-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..1e0e6175cc2f150f4204f61f3e3548354fbae0c1 GIT binary patch literal 12724 zcmV;lF-y*OPew8T0RR9105P-x5C8xG0DBw&05MVk0RR9100000000000000000000 z0000Qfe0I)ARK`J24Fu^R6$fo0D>412nvD1WPzAE3xW~=0X7081B4m`AO(bI2Otaw z8_Z)P19hYI^7AO9$#NBsqHK{i760Kti^D#yunC8-D6~5F)ZADaF_<;HV5020EEo60 z3e9BU`?0trVlvO{t-9w79Ot9v^3ea-|8LKn^TfWGS4$$^)T1e8p;4-qOk)uW71HO< z5KZU(=PjRnlFxs<5o=S8)hyDKQWt7Mp^9mdIp*8g5Yu8>@F_)ff=#sl0bmE-t9w1I zr`Jt784@=95I6;ZDT)gKbGLTw8bE3QnP_-lAePw)3>FT36t&y=z|-79T0arR$g8rj*tZopL#7OGJHg zXUJlxVAXK}=5wJ;{|lcnzL45i0+Z>Cvjd*y&UtyX)jY*blVVRMF1h5m9l7ETD@dyb zM8^WV+nR;tN^PNR1@vg+T|9gB9R;zM#K=IWq`gt@_U@+UYuU=qY0-;?5fRBZ4dp%; z?#rl*6;NhAxK#_1n_9D^n^~XHrH8qDkvoq|+B*&gSk^lljOcOgF8f8~K5(x{A4E>% ztGzW^tFBGoO}+PrUN-FQBQ|cYy1m+DPy5eQP+Q&BgSw`hK+IJ9XlUu^nFX*26eL)P zFg8x%B3_n1i4iMKyd)`nh8QaS@a;S!b?DL!l2wVEsYAaH^NAry7d~rHK`{!XB`W#cM(^jrzFA< z>1{vdJ+333{6Iljg;bO(sYbnKU3%{m0Ai<4!G8AuQh$>sSBQL7B2*j0Wt>UMKve2U z0n=dDJuq~@2>>HEVE!?>T!2r3!bM31XnlOJ`1mJtiK}Ka@BtU&uIf&T#hSEe|9gFgXYtx^ZwP7mS) zpgpd?(rE~ZPd$86R{|#-+$TtokS|r9IOf#}JD2Cyi3EPRBjkxDU1K~01(7+F>|oe+ zBPohGP$0j_62P(S-N$7Pzq%YYcLPS<4X1BPJvhD~{k;7$xDE9AF>?h#KLf;1`5|Bh z76d|o0dsb;X2{b!%{>qR{zfAX@g^Qw3lGhJpgBPPVdotoa4gjwW(@%Wp)7<1GF1@{ zq(O+X8+&Z`^kIE&-?5SuU@<;G7I#yR>)t-6Z$I?=|2^<&W+AH~#Q%Ox_nHOR-}~6t zUdk%1W|B_J!~MWnQ>tVxLj(&HA^x!iwqma^5dF8IK_W$o5&fu=68B2rm3DV$%91Td zz5>Nclqyr9S&KHUhHKZM(@3L?H$kBy6XojFW3(~GKHl!VaVnK-GJ;N?43j{h`rmW_ zUjf7nzz@KxR{*R%4nW)l;<%0y?1!$S;oJ|W6yh8r->LwwfL7-L>ynqrS{@sx^DTnb z7&*evVLFMH068sqcc-rk=>0vBb_AoGjuF$*Jw4&JnXEX)Q!zb>2{DN(=`fm2lSM{G zizihDr-|LJ3|7*!tGrjz+f!IyoE=MOlcL;d zxpKKlv_5mJeC+W2(GyCFU0iNs^TZEZ;)NN)QsFdVdQrYGi)s>7*U=&opD*Y0`4T@J zk3+$=6o;?&Hc%G2(zDpJ>f|I`xk6o~{d$rRS^QTK-FJsvl>k7(U`Ic;rl90>^B88rfC<(b5C@2%*|BahIk8E4c3#p-MgR~B)0mpY%nmzg~ zHC7lH%u?1J`irkXGXwRdMQaJz1WOP4`mAyB4i3~}5&&nkZ0rwqs}hZ~@+RWZm)r>2 zZ`QbeHdmEI{<2i8yj?Qp$!85C4rEDru@z`~2RSlnp+_;pTEm;7*KzyiUxcU^e5i2O z*b1*%0>l9sOwSfCDX_GPx`%PfAGFtRSjkM{EEq+WQ(_=R=z#*OVmSqhp!qdV2~6ML?J?vnmDG2$+Bv z@$lq!C#9R)YL2GE9^D%$tc&ZSLV!OS1eLIph4!eZA9)*^U#J7fhI^}V@N!^kG?1{7 zQd5Z9PGC}oDdn29hsEr4OGo=-K0<^btTPR8*X8;4c7wZ!sxy=Ox{_f(I7WWji7#V& zAt|hvk?siMa@=WZ%xnCq58#z0>l(3cnwzC)3UKuzEMB}pzM6wz#i!P6#TUS*{@RT! z?tFLL1wt4*eU7>sVvzZOVbn2YTQ4r?GDYi7%$@I|bxV?OE ztIwcMAy0ecvkej${pTGi4W>-nOD-oNBR8jRS^=CaN5cYOnJ4ihoPUx|?U= zO-%Sv+VcG&;f%WEVg_)hwvrO#7%v|Wk!+>NLyeoZQ(BmrS}h7r5aB=|5Cj}FN0JTl zddn>$^FUOU+7KJZ0VM~}!huRq_Xd?BnP&=v+E1_oDr}ge_}NJ;z5}1j;%JT;;w`bO zXEspcU!$dLg0ayC=kPF!#jvOK%;w=YA5XwqZf=?UwJP&XoeUsl0f}#4v9v{Wkj^Bg zOGx*Wei0cVFG~i7E|UL-e%5izr$!LFP~RY0WYgM#bJi*0CZDi1w&_%PjqdB-eVJU1 zOoOuF{fdxLE60){w&6;_v2@l87tJBwslzA;sI%y>8x<{~Li#6ds}_8uL@ld1(2y80cjT)nvvKlxv$v!)_j8FZ z^1sb#c`qX|FPnj+h={5)L%^%*;wa56wvZ?MnuVw5lTXWJstr2>#C`T57l9>wVh{NfbQuGOHlos_Bn`|s zQ!c83jJvjbRb>%Ix>5ayFZGss+Ay8BK*D0b>(-6E^0!|GBxO|rh?sWrtl$S_c5}4! zs0PbZ`t2vsO7jXp({Y6gRv9hsZEz()I zRl!Ejj#=<(h~g#$yl7mlUua-Jp^~!gs>B|oh4(AJLG9Dm%7~XGaQqCZLc1M{0l90m z^y1Famu3)7c1^||-)`~Y=~7RtqnHba#O@m&0(xV~@+WP%KX7^583N=8%lD z&yZl@=iRPk&zID`dcK?JC33p?`2T-L6TRcQ563ZbVW=-#1m^NVzsWTG5y}%_Z6xtm)r+%6l>vqVGlr;qjsaim z4JXN7M9CDr<4TC}a;g?Mjis2S9YQqfmB=&6tAu|!f;xp8^ViDN<5trn{wQ!9TI!Rg zrDCvm>EqpOMFdRqD>q(}EVWFYc1lq}@>|+DuBysjsZTmE_gIG=A3SxnmGUP^VK%}| z)+z@cs0SOP$n`jKX;$_8qd8oiG2^hZ!F)&LZzw&@vJ!Kz>PeFIog^X^JmR5eC%tJs z5M^OcO!Nk>8Z=ENb<~$*Hwu^lnca_U=xX*Yi8G?q}eD@}YNk9a;R&%S?-7NkcS(^yn1 z&-!f-GR~^gFhdw2zj#h&=jd4{qsud#IKSXLY<@C&Cev&_3yOTutB?4Z2+EEfaY}s+ z0QcvUkli0Urf7Z^{jnVVEKrWyr9Zjc8vhhbbH4NQF4!6Bk1|K>E z(pO2$N;RBKjxZPXpf8jP<_WiY)T*536B>2u{>>pEO5Zlf*8SswE)BL1Z-=0(X-!~4 zEe3`Z6~_*MRFiJ-aM--{t(!vc4bAIv|{(hHszFTl^t9r%w7!d7jbjVT;umvSsv%3~wb)5gh@ev;+iD zZe!+3(%h5wW||LM6cwuiiDWwmGra6dSd{WZqlRrZPbQIo>+Vx{oqf9OXhCYxrypTq z$uZkzQ;#n-=i`MmIKI@KRVOA;{4XxZhf@-z`BY)7Fs3@y*=aoB_1qxZFns=J2dD(ZrZ(IpHn_TU_a z5jUtsq&Y`Mr2gP{7DgopN7=-Ryq;*s^9m<;X#@kra=nNd=q&3cZU($lgy%!ocvf3_ zJSfo9+(ik5sCK-l1t+nVzGDRAJT%6(aCfO<+#XYyaaETDMo>S%f;(!!qaEbQ-6u{P zVZ18B8eWxUC21zS9yRHx)1X_quF&Q!sfhKFSQ0)8<$xM|?AeAog_iAgJx=KCWKHkM zA*O~qbu5(G{|>&8@JqVuY{9l|g|CHE7ORux$}mz$a%brZb5f1@WawYna^4s$wAFFj zxZrfNPm~fjXIS0+vS)dWBKMP#aUcX*Q~F5GeC$s6M;ypMF_HgNio7mmOj9l>1VckQ*#=u7{bM5D&_)6=5RBtRV$T|~?#;PZX%FcQ z0bf(UVL172@v(Qu!bS$Rh4je1nd61iBr|3-836}kf+eza=Stf=OV6%5zgwN~KREW5 z61>TiF%}V@dXM2TCy;$2;W;{ajBK^w2r@G^@cs`AQK?@q!NcBB6z!+KbxpHefWioz z`8JmW=ajvZ!04CY9rX_5qeYWVCr#Jg&|f(Aj#6p9V40nIb#IqD&rrMZ|2Ya9Zf`_a zuMdf`z8?BZE*(QTHA;K!^}vwyfKYF6z&!2kvmK$j56H7YA0wHnmp`si2dgXYB?iur zZB;74B7twJwV@<-LPlD`__p#79hm`zLGp)JDQN+QJ>vu|Tr_uzPZSti8|KRiXoyPi z?;TQAADuX)(nSteiHNQci{__dk-=#C^hXAeUM+Du4q%UH* zGf*^~O=4}KZpQ1>1#N|VWEO$&)C37A1P{c7lZztQN}8aL`~PDYs$2W# zU(^3Jk4{c5!niAbsq|07Y`IVxi7fnxhlaEjF0+Wt52D&zV{^d8>JeUE0KKp zMg{v+9>ee5x_*>IC!xHf+HWQBV|?BMhSxI52^gSU<0<3iB2+;8>wlF=x4%~9Gx(pd zPtESneemzC^xfrGxN3p^Y?GZn!lTBmyqZZFH3exF9b z>-~nse~0_tyLqMbYI0f-A;xgqVvVwH?m?U|2+65$r;_+$nQL+F$~pdTB2O(%UTO`& zO&T{&qi=A0-Q!b#-zps7`H*pF2i|Vc*hI70F9%n?wf=zmbBsgaZnOh-lXKD@-(;^z z{d-CVqo%PWLZk?K@J_GF@A3OD`)U^>w$B4&DEH{F@}h__L%qQh3Tr0E|RI6nW(K*D{LQI&e`Kx{vBxP|Ecccr2(Q(u^EddI+zN~?VEE7QQg1QLLfY2RK-6s>}cIf(?SNA%e$iq9QI;JuFUF}4P2`LL)DO!Kf{^n95L_Z?y>PMffN%eWge4o&OP zBJa2}2P$$9v!;_0Vrt0D<$MuUHhJ5Z<61vHdXMB~ch7Bo8^%{|7pjv{maTEG*Nb({ zx>_-G+4t4s_i_ICk}D9`%C$LSddXVmJvze>+09LhTIcv?Ziz@o1%2U{zjY}{WpJaQ zhZ3jH66=_(hQO#cj+XmaExfllKZ%QQ5p>Ec5-mVPUTgg@J8K$5kzbHBk>a42gBGH^ zjsLqvVPA2`{lBn>H+rjK5gCKQbGzKLY2^!WQ{c#Pgq1|OqFaU~#=7ABByl62i!RE~ zsTAAe%Z6Gl>E7TV^}Nw^9?TP9BgVcxoC$6UqH-fbYhAJ7RmCykmLDu;t>%VctJD^l zl@b=D!OYz*awispi@316T&GNX7kG65%tK{>i^0{3%+gAN% zhdE9TmJ$(pL=+nN_p4&9-tb*OKRfTy>b)3`W!-u)ZFjRQ58wUOqb~M{;@n~>qrCsm zChcK%a;RD>JLrFTUA1ZqACBP9x&NUv5C}kNFL+=l_iK!J-07_n-%|z7Pfo#jQ^q8o zpNV29krgd_Mvn~dd`$3Irq(5MUcycXPL38F3NJ?-HQCVx}bv+@lH<-F!NxSlHg$lo1=jU<6 zs#A7-Ba#~}xRlQYT#L!m3_hc@dAgwX~X)fT3mJ<;h-q@6+vQ3reSp9Xr=G1#4gI<*pXg8FM1~;$)jCk7l z=t)LKYZDQXJ7JgpVdqnV&>`#tyIlO5Msx(Wrl#gLfmWA>dLw;~jPN*=-{18V7v>NH ze7^!p{LOgU^>ERR#3~3gR69NQF{Eav`Zn*rDY`d?9SCBiC9dr!wd#jEfkC4 z!)v;p5V#&8AiiH8Nb+OeNX4XxmqK8D5nrCxcy3t)ghtYBs%d@L^;BE3*iLTVJQ5=V$^ljM0$UV9)|4dOb=N^S8pbIx?AOA1yppFozLNqMlEd!5KVSqw zhjN5%3UV2Oa%8G6&TIOp_tZ9d3<1MH669arR#hBjeW1LaEp(9GZ>5s?k8T78`09=K znd~nWNX{C1l4K;r|ETMM%z(Hdv>z3~UL{hBqOEM>*;gBt%05}B?n2Hi0pav*J~y&x zNDQ(9MTeuxRxR3(LOFAZg^!oaewn|T7smCDQeorp=*otuhlkWFc0Dxxx z(ra|`{oj<8#_#zb7urZ77~_v2vNgQbd_k}vUg)bdmzk@Cz7RoNB)116( z5oL|bgmN<$hu)BfTKg;&RTa7)$2ZV8%w+k$x=0E@O^05jW}m6m!uW8@McSiGK#*KqSrRRa zt>$R6$H^R}x+qUnlrwqIhTHEZ>w=SGV{BPj_DYFQ;IJ~16Hd4e;H~0#vd}wi%4hqfNoS=YDlZq4+{KfPWYcD9(6<=p{nw`~5_a8d zQzcG}O#8Yn(D@enhYSc$lmTA66x+U5cG?AY}39n%I6^f$rCIlbl zF9zc2@s!K9W9M8KM?SEUG|~y3$bsSPC!0^0zS~Hsah*&A+eH22wdL*Al}DO;!o{9( zTsN)7Ck=6X%%k8lXGi)|GrDUliAz+)?9s_!7P7$)_nhVjrCqw~*IXGFMLy>#ChIsu zQ4TYmlKg77Z}>s}P!^g4#iS|do})QW&SV~9T~A#+aZZg~W7pEuX|MO0NCEsuNc)h! z?W@Iv*K7Qym{XwF3e!us515$%SQiB8LsBfR$;LqW_r246qvqwYV3y#3u$$^KePtALW?jGug z+ELye?WF);rYf&YvKgC)SaAME)h-zMsDzXE{kX!gTzLTDeW!wD7jQ+?yc5w}{ZtQ^ zIrH!zP^loM&0bJyALa3dO)9MIiS}7tyiuIB+cCE?6{Uy+x?JCDBQ^f7qK)$Y^X{0*lSl24zy+A9@#NQCCNnWJf!5Yhz`}mLHIuVFa@- zIWOD)Kp6!B1fj#Y2mBxAC9h+MVLAAA*@)rE-so&+c#*2jA1$Cix~~)`%J589;omad z-i$yg!F`PK6Pc8vmGVFAE|inv96Kx{)tX~y=~L8oRNHWTRfN)w9j69<8;Z(ZBb<4q zq1`S|@T9zkjyUl3Il(7cYd#~;d7Dnk^|bcneYZaOiw6eVF!*H7zLs(KQDh83=Gy#X zd8k6jZSs%#`igE0V7Cf)kTMQuZ|pYzg#7T}ve+`SCpy|EJK3`uzUnv7V=fGkW*1q_ zE>V4*k9*(jo_%TLdN)`>xkfk(O6}d&9uCPrnJS-*@I8C1H-1>yRJ{KmTXWwRtQcI?xad#4$-ZyFnp}s zY3Vlvc#SJ8d0A;-!9Ds91PSLxKZ?mzSCA#TaS6?-`gtq+*a7qE5`kOoJv}eKElZR? zer~|;&=U>0dsneUhA0u=2nmYk;^b(qVa;*fJpKy7a+#fgFz|4dsv@J>3%wzuJr$|( z`-@QUsR(aJ@E2SUIs-i`nEjH+NVXqujA;Rz71?vF?Y{ZM2Xg$rI}Ng_qDyu|!K2QU zZ-^kUYo}_HKAtm%%WS#+IY)L)s_mjLUz)#D76q+O+)y`)cWSAWU1C_a(}x~-F7Or% z3FrZ?rr<5Dz2)?}uT|}f0EZL6VV`SH&rtXX>Ckv$dwtTWkhr{;rk661qLw)Z|&#WFA>TL9`?ugIxBiD6y)w;Gb%$ImZQJh=v>2| zCu%EOz($hqWl}hApU%-7==A6#L@mM!#d_#e(r}G>cD$cRRLnGh!P9~xea!x>_VwA$ z-30y|CXZgHUVuaOD3v6l;<)6D(5Hz!e7g!`w-6Nj>g3=MID|2IdKAm%ywDZ^J`q42 z=QCYBo^2RWOh5>X7)45?5#rvM=9eYtAW(i+)9wbg577ah=EMOWw+BVPMATK1ETTSA zy{FH1X6Zkr64Te|Jci?s;d_(&(n7vvd!;CZ6Z26H6tiKThBtsxqbMFq1{!2n6|bx~ zkDx{+Z~K5<%W^QJnkXeY5GL*~a^VVpY$% zp{`@3#x}LzJS9)BdiAqO3z6`YH~JlmWR>W{!s!vMHjjX0%2uK1y@0$*QkTaTn|tp$ z#Nu4#AHhrR_unV5Pry(rKr5!38UD)#&rD3%N9S`ZE$Uo0W zT!&{j%o&Z7Q4}8|u@N{v4TTO)Wa7ybQY3NFHZdyq&bKHT_oh9}9*b>oCX~e{#x~X` zB(|xu`Z{@J&BBT5_YefZ;V`$=J1nl=nOGW^7&ou=7;6=aSa3~JU0d)2eO7Row)k#0 z6!HgRz3`qDyob#9d30h@5Xy)?;Pl925V*A zFGcLi3%KhFBr2FPZQ7+0|KPYl$BRv+n&6#DjEKRwZ9A{)X!4)gCZrQy4jYjM_UJ_U z`pGVXi@6pZF3@cHHO$yx!ccZRB7(mH24t)xJs?^_yt~}mNvgoIAj$sEdzo@%Mg)~O z6C+xNB`4_m%bRfS9s<8*><`j7!*kORU>M!S7u@2!l`y;_6hRTvy&P98#c8^@+EBOH#kTy)ndR z4-rTgh880t(H)k-N&2>v?&bJv7n`)de7pXKr8p5nvgr-7`L%mC?KeAfBCW;Y@wV1d zH~5N*$P2UOMUrS7!EF!mWwYr;>U`ux!#Ui^j{My4h}hyNds$>`P*Z90M4g{H%O0gE zJ{e+3%*v1UtDFgzO5$*lNYz0Ygh};-601ttk-4EY!6;q=u>3= zsAo3Z|7X4SFlShf$=hGfG4@0x-r5SC8v=#*B!PPpfac`Tea5ga(fJsf%lm8+R~p_F z>DER+P?p5z2h2#QcX{j}1)wuA@)6&Fj>fPk!GH>XjpvueFUh4tPvqXH9c#MNLvJp@ zyd?tMPm=v(j4dX2phnExT|IXm9->sf6PS0BlqLB$XIS-T*~1E`k^iIjdrCCq^@`$O z0?Whd1IvCcYF>n(iI}+vDg#AQg~AiZ&KaiSF(*!5ZVl1$&(CM$zKXDI;c{8D`uYwN zcd0K$>kX;1wg=a%y-~~$7#E>nH&h790L*G}=FC%OeTP|Z{O$~2y5WFaDg0LkYm>-S+J8aGGv;UJ z#(%1C)j`TRg3FOhYF|8^kop{F?(wix-}Y&rU-E)Fj^vU=3cB={1T}kA#QE>;R~2M# z#xOip-4_3`7~j)^;}_4ThM%dQ4xn$;1zh!W;aw`?^Z2B2h+OvF>6~VS5Cley1JEw# z_eW&vy;5c#jqCi)aVYgf8{NE2G6O<`(SY`3BY-ggfmDJk`2!6AM!*axqe2mi*nLn? zi3WsbL0?)yB)SXA~X~HigJl`WJn6Npd?D-R~ZJ=<-Td^ z1coYO(?t3K6j>M0^^nsA?D``2kH~w3EA@tfm+Z_nOo4aV-#TSf?C}SO#Ur2E#z^XC09{pfA!-t=2*-a zGieeBjQ8a63uB>Qc&Pm)$%6@FD>C*%4F+szW;D@cQ2c?-6HxXDG`HLKV(}kiGcv<2 zxsWz>7Ag#cg1B^xXBG$@C}2;lUXuEoMeGW4Em7kFrjsByMSVt-IrXh=;67+O$K2uE z9}CNmL@B^kU|628Bfy-WS0jJELT;eaJ(gHc9<@}7RFyglRwV+H<`Ke}Bs4`7hh5@( z^5GA_*@>TA_0sV>xq^za<}&5Lw`Q7>2R;r@7-(bUNqxMP7G%CdX5Fx78#w!504=d% znOed!n6&prIACbW`8@Ek!gxv;tKpEgSgj5pC{CbeI>!MNS(*|(2=G;U$+1phf+r3ei&1f>?;r+6Al9bFd5r@P~#Se zH`W|}xbXoQ=Xi|NVXQ7Knl$U7<6vVKMW;Zs20AI+bW+vmQls5SBh=H$(PgAo4eIDg zm)<6tBezR89ZO&k9V!{i`lXt*;Fz7M6{hZF+gXillC3dHizul^)OWP|VVMURGez67R)3JJH(iGys?p8Mn(UGD% uptU_*n4+S|S~8nYhGGrl!ZhWi;dY%oJqOenf#Y&^<<24Zm-v6i`zHXcAdrFp literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-cyrillic-ext-400-normal.woff b/web/wallassets/fonts/eb-garamond-cyrillic-ext-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..733d2385dec9f70f6a2dad6bf47d797279329a8b GIT binary patch literal 19840 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 LumAumg8|V1@$V35 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-cyrillic-ext-400-normal.woff2 b/web/wallassets/fonts/eb-garamond-cyrillic-ext-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..c336141abe769de19fd1843edf292156b0055668 GIT binary patch literal 16132 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 WI?8;O_1&!QI_ouKW3Ze7kDZ zK5JExsmgS2J_z?i2onZ&22m(A6gv%KpO)9 zh~8l`@y%P98GW432>OWO`45EW(76^L;)mw*!O1>A4NQQmvaogW_|X1*bPfL=-AY-{B4aWC`g2PgOdIUo}@+|J0>>_dC_c#rZUPYXdBodpMb zXP1xq5r4#B{TKJ13E=QpM(u)vhlT>cb}j*6<>FN0;sBI^)UoJZqJaB%vej|Kf*)Zi zO+i{ZVf9gq%VFOKvbPVY$4T%s9i8!FqRj_Nx7RKYAKYGE`X&jWWCIZ@0058W&jV2K z-3|b$%lmRl30hooETSJ6v8Iezad{}zKOxCkL@uEKmp>IZ=Muhxq|n9%*f$NgZ(z6Y zZm8PMo^_@NzQ;P4y`k&?Xv*MFSn-GVNMR+FDb8-ZRdqN&!%Jy3g? zdmE$Y@A@W&h8X5Hs)mMtKE;{*>70ej!^Q^zK#i!=|DA<8P>m|8gb&~O?2C-FOVnk| zNIm>pt4B0=yBUj}fh$OT?RhGo)?O3BZUwIv7vjY}_zoBNX|f$o$YYr~9130>3LEw> zZF&|Ata#x8=qEBoqPXl4A`*6y2{v^sH7xoATwdYEQ&5V2WL|4m!iio3+*%t>;%hjU z<&4p2AOVVo&7$MK-V`R@j8>1rVi46a{8_=Mb`4}CBex}@WoMy}F3v-yn(OsoiE4;6 z)vhiF*L9a#Rz+Jy{pnd3-G`9vzaAbDT5D0C^SE2bMcI#UeZc@2*7NE7`J=zO+DDop zm#9OJCA*6m^ml4tVZxNhqRmBsepaaLqwY{2_59?qT&@G>K_r`Wwgpj&Po9Hbsp;GM z5^WM<=}{98qv)k{lbI{mN{(yF} zm((Ayw1_aJ#@vh=`JaS+@2|T~&RG2oR&4LOP@&FF&t3&ycpm1u*SfL%|7iwHIS3NO z&>hpi2x*7JJ8s+yc7(oA?vUw)%$JBMm8w5_J6&7g!;We7yX^31kgaQ=J}i^oJkCMl z{UDK7@_b`;qbFr4ndhTsp@=Ff;S@grAU2_sdi6FvXXcsNo1p3qmy!|)zYa}hKB(wm zBZwx_MZcne3DS^RS@yol#1Fuu_rGCOL(BzJ7&ld4zRd6{9C^l5az{b+G78-wuJHnoRr4lg0<-Am7+93m@;BvqW*6bX0KF1uudq;t5Vz#NZmOO zQjMuv46`d+C2-jo@B!_-2QdRLQP$)1?~aW_5BmD~US=jz7-f4H$S z*m7g4I?;haKDTy_#>=?MfaJuZ=@%j*WUIV_ zT;E`XZJ*a-D#}D&mG{%O#pWgfc>sLexZ0&r1@Fh~bdBp9s^h{6buEQi`uNd)lm2cY zdja>S@=78l$?k%)m{f4L9Gk56{L8L1opohLdtFmbigCH+0VTW3&-0qD?+F29RIN9u zZ-?I5e(=9S3Y7nx2von4uX=2WkroeqJ$ILQzx%A zj|oE#WybKQ_?7aleuHWc=T521M6D0=2Y}ovbk^~#w#?}k?Ag!7NsEb;T_c8(jiNbz z0{iW;N+bd}6p4xWAOgO^lFkX#qJc0nyyDS}jd|yUUP~%hV6(@Mw9{#C5Md{m%|@uf z{!q5G6Eo)sM9=QELUbx^bEus|i|pUXO^&uzI*gGDQ;$Ec9_l{Uh7^1&D$^x6{QTa`H z_9v6>>4j;GS&9_rrAyR#$6ygDA0g(jX>WM_+MEvGst^rg_n9qlhh=Rw!yMZleKoFB_X=a z#Zf3L@@g7QFDm8j4LZ5Q8=g&a!fG9pmb<4u>YUD=VQ-XkAlRRABcLRP2e)R7-lSr# z&ie)AUuNCF(9fz&J_tN&Pw_cjDuID_KV#ztAwgTyI`JhfEr(@d>=9rDM0NU^qT#nl z#vC5Mff8NC_`wQ%3T9CIoAeFf#bdK4+6D9_`~>$Mgv-+1_~)Tv|ErC!qNy@V#3@12 zuR%5GGFRt~owi>bAj=!~QgFzbb#Jt#*)ZrU1Hh0^{nl)bXXj2_7viL)BTSU?5E2@R zUW%uv)vE?9FB{>{UX8xB^xA1qVR)tU2HYS7#8K|wPI-I++P;lZEQ;k zl~HQBM_He#rl!@&$u=xF0&}URfgHBYU z71JwD_j(M%!UTw}r&Ih`^SBiXwAt`*Wa5>M>8)$NUyupOq;F+E;SsAvNqb4G8(paS zdRpa|)7?v=3d%NUJnYd-hL1PW3Ti%(84Y1^Dw0^sTkN@)&E>Kqv;JdgGm1`Y;tv(r z)K5{`dpAPKJUzrbo-dP~QMpH*@~;W2T)w=VFA|lI5lLsx=bNtFK9ghyQIw0;aW({p zDbLUC?rf45#Aivs4^fDV(@Hl?+e$xdT7~ar z(AX#E;RJbEEn=79R^XD?OB9o0ei|P{&L0re)YcIof-0h471Y03p}zyaLmKl#X0@>! z5zcXNovxF3ru&d@+ZPRC+zw7R5I6@h9tZCF1A zq^|@A++T$s#*hl+xt@cc?YtT)ju9;S&zwO}q%KN~2WeZA2xzPfZGGjG4*<17(ZGVK z%`%$EoQi9fa$HD6Df=s-*s5g5yCF>(kG93WXaSA;Q`P;s-u?MM?z42&wFRR^qBxgr zfBYGRm5}Y{Z_`52IqL!N-3D)CyLPErvIt1_ay4I4Fs3(U3{m^fR@1~=$NiPnH6pg#@UgMABIz80XkvPy2wU`AZko$C6HR1lj;qWk%9q_g_ zT^gC4)$q9*M3Om33gmcA(f&Dgx{%?=cW(8tv$zAsJR_Igrl5%~R_wDFPPRI@f%q{a z4t*N8otjA(*>AmA3tyt^s#Lx{k(%%uhmBDp@`tf&FIF(Pn6sp>6=Q3n?6d!H`$n+p zdDsAlC`sd9U7uV#Q_4S&4My(|hyKC5oFh2sBW+~Ku1HspRjuJY%&eOSTPY|%qjxV|V?CpQIHg`i zyjtBq2ZJ_0UYnVz*WNN*h50->#;^>QLcnL^(;B8pkU|p;n(%UN|BFOysP@Yh#MKbLZd*sHYDxdo5TW4+`1dfJU6Uj{*Nrzr!A)Kt za#6xyZw`fE9vM;k@9)~129zy^U`@pdhg<)g-m>tGWTql3M~cwB>;=F==-hsIi886n z$se@j1p5N*W_O4_s1k?pmh~?bVCzDye34a|S%ClG4rACVpLTgXfjouj?rg^)xm+NcW%i z1Np|KC8uDbEy!{Xly0SHaw0KNfIpuIow5O@z}y|!}AQ@vp|dT$HVj1x69uxc%;O(tBw3mpH($JmxW43(QC0Llr)Ij z&dgH>xr@|J$wo+R2~`nTDpFZf$I}|rI<%3E`J^K+JY!)QL`?CEUHW{MoM$?DMe#xR z{mI6(%H*?S)QgcAKq(kla+i`g>6^$1Q%%DZMpI~ULXRIYC76GJ>vrzVyRznbz?{e> zMGfzOKiA0`P(LpdTma6p6cYt0r)I9aR!9-P5SjpzQd|7iDs&fd+54NBDAcj57u`hH zj%Bo{DV2cGy`@^ggAVONwh>CGvUoBCdmSK*&d3*&8i_C&wq0m2C`BeQA#Nx%L#kHY znMd)voT;Vn2?wfpBn6ngC26<@yDJi>pGMYLD=(5F$1r(qG^}{dk3D6VkHI)it5>C5 z8`4ZIA8sN`5k3034mbt;9ybcRN_WN8ojy1KsZ(GRG++{6eB|(chp+5p#m!K7sgI`H zhTw(d3)bxBiQM*J$dyM}&4s?*w0Qv0(z<5vHlr%guynZmMbzb5z?GGD_FrAVSNp8? z6Ga}E`B?k@4VvnG3G^^|;s7>vd>*2oZLWu4DU53VWj@_R{AG`QM>)y&o!$Avr%tox zNTgV194JaJRQK#>hCaOly&Ou3sNHfbtbobUrV(@8D(2uG9Cu>%5&>Lgq<9|&da+Qp z-UPx3U0uF{eXh)SbJp1hQX zkuq3;_L6x|+QE+G)H$x+N<6pS@A>(;=(TuhTxF8Kzy$P*`Y)dR>uD3Xk*dPV(xrVv z|1XAF?D9zd+mi1dx0hba8*06P-O3TR4VZ1}MyH{rx@;I&JVLbADS@1$#S8B)(s36x zmm+}*MEYDYci%OEqu_w{5>6gl3^5|vA@H2svp>6%#LvGOv3sA4 zz!N@k>*y5l%+|h@<746R%Ho%=YF^TH%+J!Ny^vm$& znqzk77rW;xnFxAuDo^y0E>7hg+{afxL=kO|8x4G+?7uIQ`O@V4C=_XAn2~~Yk1Zl3 z;ia3mhokOXC7P7$Y#G-?0lv4VyWhf#j7nrdfm*11*X|D=V={JUS7&Uez0hG~Q&07g zBAl6o+rS(?act6jX!2NgWr)tGS?@5LDg(dUS(uI7EEFJB`6~GjWjh?XQr+3DFW(ms zW+3q~*(-x8dAXXgr()ioMwZz$C&#Y zs>-6MkoWLcIqX;0SurPIePvT@pE>i_-AI5FXYD1s z`=x9hx53^Bk8fdyk0nUrTH&?7=cRw|tMTRzA%8coUSJ-UlQa2e?9iHch|7_h>d%&# zgfkOM_{qkjZFyQ^;5~P0BKUgh+<8p|!N+s((_%Hk<6Q_bmyvS)LHykhL72oB zZ{yKc@CnVa{7*4Ke}H3+cS1sF^0)%BGzJF=_p=evANZ{M*Ob1XoDJ<_hNiM;3c$R_ z5S`^prA4BuZahc7iY=x`53~w1#0{Zcdqh-=$R519ZWEn<(!W=gY=6A;XmWd%SSvJ! z{xSZ+9#5B@G44Spq2jFdh5X$DBuL5eev5){;*w31KV?Gr1 zt!CE71xm4FHl5eZh33QM{u}4?anL&_C!mSZovU)7F{}iiroA1Hs&*l-J%4llO1Lg; zpv+J6q^|~$xJ0|(DuM-#=1HA!56<2CGeXXF+=Tr&{C9E*l&un9=VWM+?87xpGVmmI zKtWXFe_7)=8Pr)Kmwn^M#zr1H<7>8~17o+`BZ9Pf%TjOwO~71Jh_)JE`zJZN-$doK zw-7x>&jyVHG`~Q5E%Vr?ptxUsjqP>H7DBHLU-i3tx6-Q*C4MQf@9$fOMtjBWTRfI| zUmm)rTLHU=u@|sbXgmQ0JZIkt>$b9?Aaa zS!%-sE4x|s%k51|gpvQ+yAdyTOhcH`Jwb2fN%JvKD@CONTNQ?UXUX$CP|G#{xqm(Y(y<%Z0Re zzV2rEM>|94l8N*-uk!lGGdkXRQXk*R??+QB&*shh=V^EZu|q+;e*glMo+na|Pv5n+ zG}acM1vYuu>lraw=Z6f@K6`cbHdN9 z78CpDd9AemqAD@1z`Jti9zmlXwJ|ku59SPQ^tIi=Rb!O+ax_xrX+79cJcJ4 z=6PeT_3$-U|EoCG@_EVXNAovq|e1^E9nM=Mo$U&wJ zt0Q)SSrS(TzInDf9vbJG!bBJrrq0zy4X3-Svv;nCIh)JVn>hfT2F^++p)z4CA5K6n z8CUNABrhJj>AS{d_jj$Xia%P=-?>B#Ykx50;*=G)DkRizbbzpEe8&}h1co( zN!g5gC;BE)l6!yMuwUc|EKihMpc>2r4?$w1%O2ro27TIZbgocFb9iF9x z1`kkIQbshKZ-<5_LR?jyM(PFM`EyPaPfmhNNV@JB-j=qfQ@y(3#Fl(#nlOhu;)O#O~si^lR6V$7`o_NLH+?snNrHY$%RFaVoT>x(# zdfrm|LuYt@)AfuwosZYHUDtk#wJaNZQqZ?AOSfbe_OZGCwYl>&Tzr-<25JAJ`(+(G z@w+i5vaKT+^TBHKN$gvoYlU3QPOr<}7g)VdLU!&4;#Y}PZd?K1-}-V5hQbL_Doh~i zc#NB3NQq^8m)}m+xL2-Ms7q-0N&2|Z(P@r|a>j~a@i|6P!14)_%B|$3gMY~p zWzm^hTQ=W)=e`7Lr_S9ja zwA-Ggs8o}5^^t7#5Cj@;nGa_m%vC4i-U`mD5SUz>J*FGj z{l4=^_wP6`smcf2Q$bht%0~xZ7=i9R8|VJ(-B^??m3lhyNZR(TnSgp9EF38V_Z1?> zj~%OujwYVPiU_xGs@}&jE5%RI=@n!8I;CQW-~Ea7(J`I1((4HSrl+<{c5s=0u0w|{ zbsww4&3$+ixCjz#caLjM7A#N}BHjv%u}5?8mDjU=xckKNB3qD6NO7CWAmjF#6($m& z(92G%EBQjv zaTIe-z_U6(-xNSkEoiy|R}s`-|A2mx-%Wk_JmdC1 zoxZqC()~Q9l1tNUNjVRfZZL2t!=l;B(np1L)N{|!(;`Xm7aQl`@8P}bbnaR`;tf8L zj`?afT*>c^oC4naZn~o4QTt;eKMgQT#5J{0Iq4XV5I$MePGW_sJrf;(N!#m8G^;r+;|n2%vf#GBGX(N4N`VgIsVh?p@8_S^UOZrd^g3{ zv3VtoB=D8)FzI=xXn#OK#G{!!fduw18WwU%zsr}-X3B_61i;vxxw9>$bxL!lEsm`} z^$WE!KB^Tm>;15+*Th5BiJPh$PnXMcr*BP52{JT4td?$yo%@DBe@1P`%rNAo6EEzuyM#P89p)}u zVH~P5;eNR(tombW=Qv}Ks@*`6_cB#8SPARJG;zPG-=kK>&p6pRCvy%rWYminkb3v+ zm7VVC`_HU3F9-^`Sd*fa3XF^$&P~a=9WHA~d<~OvcXf9y-K%p>QCL4pF9L8X%FGHpj3k1bmt-M+i^Vr(bkqxxaleyPhEH7XQP- zgz1l)__^<9hH`$&I-2BPCCUp^hykV9qFR|-A+3CzT|^^~NGa#G$op$O0(OP7-Z`bb zUZ{(2zy(A1&zCn4>GIaxByP2jRRrA|Yr}&9-rW6LOyth{g#7t?x6^wm<=82%(a>N< zA*Q#ln#IJIc*@5_&|Ao}(}l?|AHHAGqu)onL07k5#4~rNJ?>)ih=$fOiLP^6{4gjM zgW1;aWn^?Ut);t|bD4jt9?+^i>ncRAU>mw1u8lVmAY$}Q=l9UN-?I)EOn| z>oP2NvbG)PAa>Y9y!v`EE6~Y`%!Dv_uk_(&`1dTfp4UuG@^8RIi<_m9!Hkat9Ntx3 zduynHVMaPH)iqbL8{uxcZ0X%odu(UR1FcD!71TMeJ}toO{F2c}Nx>iqZYr4h+>@R@ zPal983Kw{HRv8fU5Ahge+A+kR;ZW--jmC);=^A>-4>YuB9C6@_qcFr2L)2L+d#Mm# zkbuRcC*(-c7f{Zk%$hZ2T2UvEE%E?4-vR$&MeHVz)6E2Wbv zflbfn7_A_Oo=Rm@$@mJit~b5RB-!rlcaHq<{eh-irI#Jt-DSsr{gto>qUHXn8a2v+ z#1DuC3_ALuh>fF`ul0($lp9{I(+PjZ4C{x-qFO`k@8j&Tr7-3Iri^b9Ir=HgxV5U8 zwpD*z=>E+p+)_gRg*x=C3GgpOm3voQS(-Pgg-N|T`4>DuWBnFKq?Y*oJS~XebQ0nXmi$NwZTE+%!XXT0& zqZ!*&sm2vD6+p%~|M!e5MhE$EU~}{Y?8--_xOe2#C6Gq>V#&RZsoXzin)7H+$hprkw??T3)90CpSbog;bQ}db z^jRAH6l?%`tO;ZeeO(tkU$OCNTFAf#Fn(^>XN?4TcloLM(q~oib}~Qc zR&2I)n}jUh_PR^IV!Myx^9F4SgfY2!gsR&f(HBSSan#GbyuclW6v!Rz7rMcd#(b;y zX8!A%n>a=x$Bt{ux7&C+2g$cH77a_zd>@8P#P6ORUlB=Yloarh>wZ(8u@uS;@c_!M zljN?*1+?$yGWZmdFJsSy7cJl#iH^tD}f99PP07C%nPOy7|2yhoyz=N$Icg{ zk;0wWv>2QdcJ7LVkF z&_4i{nWXF^j@UzjcTEVyL-tLabl?7B=4p;FsYdt8l;Q)*#u}%aT8^44)Kr?GNSnjx z9tAGg|J7oR`w;dqBQH^l(h28RDx4j~RFI_!9j`q0_3!9a@u@CeCaju$cW~W(Fkw1P z)fk2GI2}HaW76&LmCBk$4@pnQflOQAv}K3 zVe@HZ3MCGwMDl!d*DMQiF#3%$v!rtKlp{H;Qqb%)^~AKh!DqW@UAim7Dfyv5qcHZr z7GokaIN1;PHMvIO48{eo2+?V!MA&B5Vtw^Kk0&89i0JO`AZdR6R+oB7fN9G+U+w&a z&S|PCp^wJnSzEA!&v^?RW2>-Nj*08}`4^{F10`_-;@QC8t#W--`*14E(M9qfsntH^JL|*oi z)5ZtQ6OQ~RlH%!W`30O_+*Zq*l!JtY(~t<@xAogi1^JIxI@h?ug&ezIlST1wPy%sW zk&R$rt3=E^od>5c(A_GU1)SwbZ0_O((>9LSs~{KW3Q-{ZO%EL)zxF1?YF{DjzF>H^ z1uy~v8ass8lUd|TEIS`A>wLbBl;*cu9PaK)Sw0RMZoV`s>7^@U!?F$ip7qxmX>q0G zEMHK~OGxDa<@DgWc~Sn=(CnDf|rVl@M9%6X{iPikDRm4H%C;S6>gRUxaeAhDq5 zy~o*ToAWX2h5_yf8U%n2b&_d_cu&)Wjq}^k<=-i_CRJZyE%a}auEwutGpW&ciuF|O zIicMVnMTWulGtKd$={@>skx82y(N_?b0D~Dt+~5GEeD~@8+R`Sh=4$PA{T!ZooV3U z17Y5X<;eB~(L*rTGGF?8^LpD{MYkTrZll50BC31T_-_1JmvTn6?q+&OO~78;2z3uT zmRg{0rnI!7%v(KwEp2Wjy=#GVpp=X0UyT!3(PpOo!xyX~J`--=WxFC5Ojj&3N~R&zmco zzX5TpZ!BF{uo_>{kbPLUH2Q~zzy&4NGz1bqvh$af8iqTjEM011QP7LQ0Cbuq-kuqs z3#M-K9#-^K2StpT3_*ONkhfR{+P`^2E@Y{`3fcS*IMlUG`9Eo8&2ScQA=o8IGUSs0 zk_YLb)%T9{C+YWGBvQhU5&cUCpvMzb`C*0paI`@I#Oo8=8Vo)O-U47?{_{}+=5d`` z{@d5cz$|a;Z>>nZFiRg49svEH`hUJaQ$s`F_j5uRnEk(g_iv_-q)_2m{&IkR2SlY0 zub)sX6iC7my}zSnpTcT}XSptQw62CX1;9xm1B;A=_yd3|ijIgZhL~c3PYV^C8VG=+ zF9ua9#YMe7+cj)DySs0^p0#znWM%!XC@l>=`h3+K8p#_ISytOFI=mu18)2d*fXEfm zm|?79uP6OCRxPuZlH&;p-(>Kz7#R|2CcNz_j0{uo7`!S3CRq8>Unnxwav6-@q}|eo zSQ)6jGGiUsiY$KBo$PLFpQhtxYjW@Q!?MMwX^eTa9tg9gGXW7HMHVsYXIOqA6!ObD=i=UJ@JtT5!Kiokl`X}DX z<`b}*1#U&bp415MWH6)du>V(XY(N1N4U`8o7IYEx6-)-K9_%|DFI*fvI(!#`3_>0v zBjO+u8`2jfQ6w3pSfpg6ETkf2GGsbrR%Bje5oBo;Boqu30u&0AdXzRGJunTJ3oHfJ z0^5PZz&YS1@C0~|3XO_}N{E_=riiAAW{hTs=7zTXN$XQRIz75S`U8d*MlQxUrVM5k zW+N6fRyNiwwib3V_7x5Yrx51`_bYBY9t&P7UOrwmJ{dj}J}>?N{tW&G{xSX?0W^U! zK`tSHP>b-6$dqV~7(%>FB1B?M@=OXtNOJCF%np)`VjDU++czg0Tw{!LER8iW0vL?o%TexCE<2W6>=s8y&YOr9QvjOb>)kX4AVpva+*o z;Eab29@EJH(&$@2fkKN-YIOUdBO8)RH${u(!zPijTH7~+r@iHFy-itZ^8OE!s3q6? z)D9>iYQ$+uG2t(Kc4V)0udy@2Zhv|&8QNm(ywtg|PPSq>d9u%a+`jWaO7vyAk(g*E zHqUvT>bCmzO}0&?hdD8%>YgM!{JlDg_ft}%6FR9HrKMXmpsO$N+QWK|`#v}13_WoM a();p%|0e_x@b3I!)cr7NGX_9S0sbEr22+~= literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-greek-400-normal.woff2 b/web/wallassets/fonts/eb-garamond-greek-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3bcf22834275ee72b7c293b0a683c6552976078d GIT binary patch literal 10120 zcmV;3CwJI)Pew8T0RR9104In55C8xG082~&04FH`0RR9100000000000000000000 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-greek-ext-400-normal.woff b/web/wallassets/fonts/eb-garamond-greek-ext-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..04b0d3795fb13a4228f1fb26e47e3caacb096184 GIT binary patch literal 8888 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-greek-ext-400-normal.woff2 b/web/wallassets/fonts/eb-garamond-greek-ext-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..dd363bd288b20dadb4f6b97358cda6f11ff28bcc GIT binary patch literal 6452 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

k9uKzM&|Xf-UcZ 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 Hg8|V1iDGvz literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-latin-400-normal.woff2 b/web/wallassets/fonts/eb-garamond-latin-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..bab56875a488396a1ff15c6f0ad3ab589e9b7c4d GIT binary patch literal 20512 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-latin-ext-400-normal.woff b/web/wallassets/fonts/eb-garamond-latin-ext-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..7929be38d65cce5dbafb386ab4d15f7af9ba8804 GIT binary patch literal 50040 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%0DSrFzz`?R~EIwOh=Chw}V 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-latin-ext-400-normal.woff2 b/web/wallassets/fonts/eb-garamond-latin-ext-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..3029f5f1cff35e628cddc76620aca51bee795e3f GIT binary patch literal 36252 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/eb-garamond-vietnamese-400-normal.woff b/web/wallassets/fonts/eb-garamond-vietnamese-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..5a6bf9bd0f371ca0d4174411f2bc7afda26a1b46 GIT binary patch literal 7440 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/montserrat-cyrillic-400-normal.woff2 b/web/wallassets/fonts/montserrat-cyrillic-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..c47c0715aa9103fe4970c2c7e212eb2d47a3efc3 GIT binary patch literal 8012 zcmV-SAG6?hPew8T0RR9103S>M5C8xG06|~?03PZ90RR9100000000000000000000 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/montserrat-cyrillic-ext-400-normal.woff2 b/web/wallassets/fonts/montserrat-cyrillic-ext-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..5b89693ca3f377e696ab48c1df8b9cae3ed8741c GIT binary patch literal 8888 zcmV;pB1heKPew8T0RR9103x^m5C8xG07*~)03ulc0RR9100000000000000000000 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 z≥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 eBb9VZxjUVj&CoZQpp$r#SkXHr(fK>nh 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%0A)x$~5WTa?es5)|?{4l&U0zGaAvo0ss*V1^3< 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/montserrat-vietnamese-400-normal.woff b/web/wallassets/fonts/montserrat-vietnamese-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..73525a46d723f41f77e430b0189774f2f1cfa6a4 GIT binary patch literal 4832 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/oswald-cyrillic-400-normal.woff b/web/wallassets/fonts/oswald-cyrillic-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..95315f1e140fea7a1758047ff65c2bb2717552af GIT binary patch literal 7412 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/oswald-cyrillic-ext-400-normal.woff b/web/wallassets/fonts/oswald-cyrillic-ext-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..e3f50ae83beebaf2d182ece6973c09d45dd441ee GIT binary patch literal 2472 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 CQ&&s? literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/oswald-latin-400-normal.woff b/web/wallassets/fonts/oswald-latin-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..60f11fe2233991da1de9eac3a9cb15ebe8202c44 GIT binary patch literal 12880 zcmZX*18^o!^e+5n!;P`AZQI${wr%r`H@0nC8{4*Rdt>Y7cfb3u?^fNed3x$RbGmz~ zYwDcp?q}TOL`4B0fbYU24?y_ut_1aM|8M3$>;Eod!Xlyo0EqfGC-Mzl(05Qi+=I%-Y@b+x!av zkYEDKB;Wmi zj|=+O7m^^$+Ro_Pk6!+J-05$uWwXVQ+86-8$7Lk=Zin*?0>B4g-qygzvgtqQ|n(wXol;f%{Nq8D#z z^KIf5XM@ch8)8?QlE?%>ad3GTu`eg@=>*xWi()$DI@V{zu$^O`VxQ8VHdPH_Z_w?! zn&%>3WIk^`%Y1TtqkZFiBYac7{(Pl=rE2qQ0q;ZhhRWqNxO!;SJ9jbH^B<>!kL7yz zXv=Fm)g7J+lCO3xzc3(c!S4*pF7xy+*}Nlm>D5~y&uKP)U&i1@zuWO|&~4n%UbdK3 zFkiN?H=VZbXKe3s_1a+%uUyh>4{Wh$#XV0Jdwp(gAyq%MrtKGTZ-r1l)9!_=LqxqibMGA3F z0MTd(Wy0e(d^PFvp0K@!0U@!fqC@JXAXFcs9|aIGrUGmv@Q1{p{LqzS=^x2bf6G!o zO$-QP5}Cn4mQ;9VeXW1Ik&UI6xJaT?YyDTUEwkLkN7=H+D zPmqVUhTX5o5i}N=#1%UVzk6k(2!SpQq$&-@Dh)FDg;`4^lWly-72Dt!!kb_?8IHU%b0X&FDerb+hb3 z2=hQwb3aw{09Ou7+5dS3kaf(y^;Rcmr@!&QfJ@J+!i?TpjHY)kg88bR7X6}04MT@6 zFV2n%xlIKD(@nLK!`+VxG4tCgox-6RXsrGGP??DzdUTEWK2+a}JjAuKHCh zVH+;|#&g95!j#p@5oUN&3OpWCY8@n#Tw#-Z64ZQS)VyD)1A$WoUFXgkPkc3ClNoUXYL%%VA+ zCNu^zi%!%N!|Qd=Ku2Z~CFe0Ibj;4Q-H+&nQgWqvbjwD*Mma8ffNL@nptd3ghyuHJ zk#Gxad%u3$XwjG2tT$cK<-(l&XscQtRc7}+%5Vz%X}>SUc(n08r+EgcNgjN?bAe@L zV`iA!+@93xxBCd9xT1s@z1hwO`D}MS>#d&(D%GMO>RBHseA7m7f4W&x^WQJNoi!)A#(Jr+-)9*S}%wNpD0^u%E(#u>vgG z2%KQ~$OOd`w^#=%6jr4kK(S}}XU%8PSORghLg+aN%z%sEUAe+D#OiTmHful&lr9f& zLuli;=}h*DwGvc*apXc^a~-&Qx5jjp04XpjJ*7;y*a!2?q>>wDS2l+`>mNtuNOVCw8K~>y4J(S9vT?j<_V*hUrO2%MJnJqYFQ5>oS>C16NbmU4zox? za8BDl&7>cC5J9V$$HWU{ZW8{6>Ir{bsQHGHH*xGqlGT#Lhf~J>);xWu?EGLFql>7l z8{NmZL5?ThZ3M}(r~!%VGAAU(`%%=oxTJ1d zq@vmZ(emQ+ooK&PG63Z33xEJzOY(#SVh<->PtZvKNM=2+)bG0hy%6#Gpxl(TWlG7k z5xFWl3mc@Z!=20A+`ih=q?D|0RHb|*dQ`@Ve5_0A73E2IeWvkE?w&&UOy<>hb{ zxiZ_vafwvqbe^=vKNUzHwb{M569e^}upA{YefFJzq9on%pIs|4k6LB0n9 z^rDUrpj%p@zgD4J@}PYqdXQAy;SM&S-pAvh3E5pOH^+XtacU5SFa?o2j9a;Fy=cB* zyUFQzVd7>|e3^8-?}shx_OoS*<>I&O>VZPQ)#U+ZRj4cq8q(XiklaTo*b^j8R~n{| zUF)yOI*#Sqnv(*F%C8kCKh^5T{SHKPFAN%*EkL5(f2kK--Hsc^A)c zuCQeuT1qCWZi)+k6^5#PM#s$m93W6WzkN|R;YyGob>XU7nvAnwT(n5S%8D)+Ert?n z@v*F5Zg;mdPo|W3uLY`?hcPMmdXF*_pYn5r+Mqzf$e^QfJI3MZ=`(123Toxh&fweG z;I1SbQ&@6_-`<;@Hae)#IqOCCkcY50;)MY_^_PSD~48M%m2% zeYB-Z!&S|dH_WByaYY>WYcy(E8Y*-X=Yq^TE^&e{SqOM+vGrslpR{8}Qm+ipY?4j!TQlJ+?_{XDjxOZzdtA@J3-UnZ6B`!|w7SEDao(y2oHLRZSW zTJ6MvBu5luOu%q>M>XSnYq$wy0>`t zU}PIuqmtZgB3WSGKO7{K-uc1?uEtIfkAtS4HxX zM&RwWhexYXoPnt)g}0u6q(ZB~o+&{-A^$|A^vXe9cO$-!UuTlo=TeuyqkW*ANFvSE zkGh6~?+wTZZzfwZQUOKWMk@v?=lG zJP3|HC!KLecX>PAUzph=A0gd&|BSy>vdq`iOvC?NEdF%Md#a&8xre9uRKL!?aza|1 z5>uujLrRK}x(d*vi1TbTLxf{kw5U5EP-m-U#YoRcT|tJnNedN54L2u2R-!PBj~*Yg zx3t#NdfTeKttd!wo$`P|^3pAwzx)@Oh#&o{qf~MC)B(-@HhF;QUKX{wyiYC*)JO17 z&5%=k4-(w9oF7kn9BMu{%#v~4xPKO31^Vf|6l2ezvHK|ozR)?wLwuyircq>cKC3L#}%V(itRWH zOCxMlOehTw78i^2wOhSmLWruO=%FRIq^~6i10)5N91CqUqcE-w$-_GEE3H8bU*lpc zwk&fd3TDn^_`3C1F1DhvbG*nRHE^cmK63H%B-DcmVDYh&n5XevU&F}23Q*CIb_xlftpIL>R+G28rVAbCv z2n@hFkV%Z{*us|)g>YEl{{7qw%l`#cym)f&k!{@SX4GMdT@@A57gu=Y(S7Bg24pm- z+7zrH>eZhxZzWvI$V_gSdP)~EDidbWvcGhzvB=o8l#Zz*^Cd+5>A64j@u?$JHLno( zn<$W9kV(KthQ!BZ8}50mVBx0G3OyijnrtV*SbVJr7+YQqyWQi*i$X zF7|K3gtxpxGTD6a-l6@z@y~5DA@A`muLp55^XO5RnH%<#1KFK3Unb=MHKhE*iM<4< z1Q$Rzp|BfkOs25$snVC(aNZ_&wvWYdT<5cdm&}WeHMO2%c7NFIlfH5RgQT?cc#NXY zzZcvPgsCs|CWWX&(C4%~7X$=G3H)8SxgdKL6n@kmyyBW%=E4PyCd;Tv@ zSsngt^-N6iPt3}9P(3L)0(!~Yt%2h8GHVyYWhQN?(u-bOr!BAe{@ z^wJgcg*5ErvPNd54`{yM9$l1#pWnlIRS!|g`>?xR_3h*y9zYF~HPmnIG=~2{cWz^4l z)N3H>Cz>B|dQTZ`ZULIIa6)GC3d;$gVSsvcvI>gJn@mdg`Gt1QGTCg0XUkpfSqk!Qc+rGCRGVqK(Nt!3n#XjW@?RoNz0oZe|@IuTky zo;#7DiGh%zP5~Sz+vp(LP@z+KtuWOi16d8FAvxbHm`6**`YP}_GKU6z3>ICjVXdf9 z`x+?@`G;8*Zyr_BLM3}&`atlbLPVadb)9)96DDy}ML=v{M~TzGYj|{_a8adN_HCo|3U*9sw6H-Vw(z3~-o1?= zUa^SvdcPahly&qa4974zIFcv@tBLInwu#v}$A;U$rL)e7ka^wCB+goEaujCI>9N>x zEUnHs%<4rAzCekra9L$HMqy^L9%QNml6TeBd1{G~L)bVKWI9eVmzrO1E;h7FEm+n_ zc?Wbw6Gb=aBxnw&<(oR5Z8DZLyxtoXjMX;gJt1d@-lM}GSsPSI!6VO1SwB2W)Yb$L z!jWn<>P7?rBbFl6JOVQa@}D+uSlxLuhtcDfiFM;k77^Z!PM%rl)0VVM%jPMITLcd$ zHgshJl%tm?^uL~-&WofKjwk|0fK)N={cyI~wTP(bi-)>?X`NPBe z4_1zR)qLjZ)J_&Esbt_@;r(5MXb`~k2l-PlCQu)bD zD*|D_-&$x>r7snqJ9&TKlR3Y#h@3T0otf6_i`Qrp9N;_&B?75^Gh3H9Kqg~?;p>Mb zDkEUfnTwB{ITFx)mnzXQH%<{3o8L+hPcH|LVSvn_ZLXLQC6!Kscp!)UVCiAAu`{np zLzgjsNLyE%*}-P5l3GM)S5?}(G*8yZx+L*1bt_*=mYdeE!LWZJS<2+>36sT3?NQQHiDiy#mMi^*EbQ8XfKx@ObF~)+Q>qu(l zyKY2Jeo2>=k0bVLl|7H#;zn^3Mpfs!v`Mi{*oD?7yUp&& zHt>Z{d3i3oF3PGxnd6zr?2r*yA!PRtbY0Cy1Xc#JVnzw)e)(Eg1A-Ss9b58N^c&sn=L%_e`d0oDV&c|{$Kl76J? z)=AnMN9Iq#8OwzvP${`=WIkvI0b+Sg8DgcnM~KbLB$deUv#~U96=JKyLkjc6;ohq2 z^FY+klIucwjHA=TKU!fM6-ErgaDN_#EMW#zhVU#>1Fxbf30++CAFKfaL> z%)q8&g4oZD4X=uVfx!Qw^8{mGUMdUi7|RlV_KF)!Zx4^yw-#p|QOqv(DXqe-&yCpHarbka?y!=BUtK zRy}3h9QVdfU&FjgV_M76*m}1*C1X*fQ&3Oo$SsDFeWFeT)?U8)GpB!Qq9p@on#$fB2$SoTkti$b zao$zWwV)58;X_iZts1B!LEsiydp)j;8i_jVJEFm~h=D5*JB$OvA|vXm))7A|#+wJd z8b6b|%Gxw)r>z=KBac^q{0+IHTzXulpz%o1DQ^)tXMKJftQT=&J8!`FSd&l^qe^$1 zI+|<>owbS8GRaujC9}&Pm*6n><2mDYh7Jlm!!Pk=)0n(#wQp>YKn$owi{cB#gsZ+ zYUGBp!4~=(_5{>1icTc)fzQd2V&)1#@-Fs>7+2=84}T};x^TP*SPe2 z;VSeWYWzMPm95%1=#DaDAg!hc+O0>c@p8}2R3P5^B21bd`YK#)RIG!(!S{)K=KLTH zMidWMiXpmv{IFZp*E@>#&M|Rrbjkwu|kuq98F+^NoO;mZi8*F$bKs6 z{ElkE()$B;QE#N_r1(Ii(j{z?F$3Q1X#cZvdTzuc0b+>bFCW*U?x#WsD}#Z`Wt=8v z#4MOIObh50WSe8%ztWctKxh^qdX$TcX!|4$a+-sfvCVwksLeWg zwDHoAXr{)Se}D^@#;`x{K2e1QbJ+S&KOuN z6Ee)`aG99BcPFqzw7AxSU^bW$q@@#|Njx0nE3p5Rh%84uq= zI7C_d`hl-g>+|6$=2M5=t&(i>`O~&9b9-373J5*~1gBJ#8U!JPaZHFw&nNw7vXB#@ zw53SAkMMSe?G0kqV8FWt)GV~Pae-S?i9>Rj_nMtYk&rQ~@Av!jvs?K!ZE2=!W?dHx z4utSs{z|%snKv;f+Mr{{sOooBKB+Q>MN-?B*b6G`}DXI>1^a#+RLrHB_UDIyXdaH&#qO0W`4dnc?=WCADtla zkOYCtKNqciG**Daa`sQW@+orkO9_$OKQn!Qax@ER+iIyk1Pwc`&sC(6@u=a(yx;tG z2#!nZ4UtMh-%7HrRFy&;{G4^*fnK_3m`$af(nCx!Im@`3bLH7W;W@MY@-UitA zRm|XOE16(&tK^;0v&_DCgY*uP|JwuB{_)IqG2I^D*(ss6HGMVx37;$@02_Mu&SY&_ zMlp=8wt9G%L{boF;dk79WLD5}FuwMVWOJ%h#jS9J_p+CgNwsr8VK4y(;b;?iOankH2!e*J1 z2rp?eEp)WcySMA{K;N=F1^5K@iP42hAUgK zdctrjqnfa2fr?_WH$*WB1+sSO@9|nHx6YJ4@xeXqBA7YIzHPOE3%m2&Dav1u`VqLs5^EQt%;H( zdi3^O;fZTTwegdTiLZf(BTWsia4|3d;cs)Zdy(>da=iNrIk5-_x2{8d7GEYz+RR)> zz0e39qG-0cvTcIvhNJ=T;pf&Ia-hV$&;86A6=@lGqEF0%A%;nD;1?kLsmN33j7BY0 zVvcmLd9HbVPtPN!(*?YA;&zMIO+vbdYRtJR3L!~hh;@G3fPtY`2tkjLuMuDuc4&;5 z4w$MmCY`JsKdRLgK9Y0!Ig8Bnm4*{TZuqGV*ICtMyZ$;7ZD#g+}eG1%K)`-Ay8M;!k8kPsyB zwUFF`jht84aTwZa=u$$fs&c(w(?A=n+YezD#88Yi!KBWEjMQH-Om|=-4Zm}tp~OME zZ5eo~ZU*Vo-%LHX>9HSGwK<#BH6Eraf%Yl$Hx6_41(-3`2Oh@n*6Rq0eyQ4S!OGI| zBd@ZOVUPM{>E+1Vuc5<;K^=MuV(#3yeub5dJ^FkMKi102w(_0KwYSkNdcvD}W9il@ zY^U*adI-gstjZE3-S;a8PKwrHW)9V?;TJwqgK}lVzUVb5?+ceMs2~1H;%wnW#c))s zp}dY#0X&+MZH|92D&JFzgYCMC+b>AlZVxRde!TCHvm5tTgVBehmgIVm79)Xx30sE2 zY#m>T&9rv5JM5XB!r+q@=>rhe;|qLqT(9o3(cgKrYC3FjUkz*gGc30>OEH+e%IcI> zk*u5-WG=cQZD7;2O&f;+C%=@^@^&XGMSNJh%A;H`_zZ5LUuiFutO8%kl$HTw1aexs z5(~w{vOUCFN5m(G?$>x2l)$Q}!>F<3cu5iy)kNIibxvgJP+tRO zV{tHiybHuIZU}s664*V3zTU~SNK1iHQ#(Q&`w}mzkCh2u+GYBz>(|q4-kiMcsq8LJ zDUVdDkCQ7wgk*jb)3y5J1GBpOuHt#NIbuJn-u{wgnskmJtKnggtw`TM+(fgVTkq8G z#PD>YHG6tS)P81!2#EViHMjOOMf@?#cOM|KzR*%)qEO(U3sNYkAlr8f=!)B`iVJmA8`*}v%^}53y(<+#!gF^ zWIT^Vi;;pZDE`DK>MDz=($It6KpZiD^@!yF4Gs6GWBBgbf@lZH13tpA1L}Cf_`UbBQ?!W)$i15L zqf+yi;_!YwuB=epjEkxKB z>Sreu?7k)1lG+UJ8*tM9yhdUx`k0X`wY`**p~cdXT1vXo{XlK>ZlJK-Oy}2JS<_zL z#>U}ZZ(iWbr^WY36I{?4iBc4H&Wf3>ktEl6Nu4!ijvf`G z9n}A8j+qpLMT@5NaHVAwuzRgfBl(XW)SdtlgCI+qEyKe3W!p9KlFY)H1Pwdv*6p)! zVtBW3VsN7?SjSxv;y&@H!MH#|L0-AJgMwo2)BCMyjXA_b+V*>S@K2x5xRTRJduWI& zAYgPC?=1b&Om+fe&i(5iM~7l&>0W>C;Ogg`Gs8tx+G7R`O4&s^(1yM*sr#oHu)c4~ zkAtao>h%FLAKWeLP}+|9y^=$q9nMEJ^AfJX+KTnY%rwCEbHcjRMN10C*LvxAU+!5E zYB$0UA96IMZZREX`e%-KM1$AD_c?>+na(CB2Lvk_8*ADC@at2JnXD3Pea3NDn1v_a zagE8=w_-o6_V!Amp$u|^|3~*Ci0yCLJi}&^6|?Ummc8O|qJMg00Nh+&Uk%tMH`5+l z%bwcu#&7$?oIQWWP}%D;s$C2(c`RVx=5c+ytl{VTMQ71ej6Uv5GEOW^}*lSU)BH zYqi?tCgp><-a+dMSswS0ps*r@4AJ$Ryt|yMfN|TN9Hb9)A}|AuuUQC%`i|bbyo|gb zzeK0|QG9Z8QVD>YErIxb`1Z%S+V84qyHyCEqFq=<-ElH!g&>V`XyFu5Gel38UULFa zDV1oQJfv=zG^znagionZeEg!%g72itFus3fb0bg=yZ7NEU1NO18rt<$JpOFwIYKI9 z#+|S9)xs1PgXmIxJ>`5&EanckVl|)<@^+Sg(h$v32c<~Pl>b#IMCO(IaL|C$v_Vq3 zukZ0Ixs~%sj}G{kG!kZbun~g76Y5G!O`>uxzF32fzjembxI6i!%RIx+xvHma#U$AP zTM&mqxtMOaeV~m0N7@iiI7Ie4_2@AqW!9oPDIREW|Vs4IDweLja!?i|%L_)lwL6i@kV`q^ZkL;q8MJJ+|CjHRP z3&*v;q=bdH%KRH0Kc~yg&2zU$Y+B3Lnd*-YE;FXoN}$NDecg_;i*yM#ESJNFcyvD2 zuV`t37~G(_o)H!7_@<2&cTOv*t?H?%r_=ri+c@ciE0}TI;rMm@?CyWq%g)XhZ5Dse z<5v^u%xl?aS;Iz!=euYp^M|-hUR)c6`tNPUkDsPU)*pF&e5OT=D$A-BnDXU!mePe^ zb;9W`{xuE3hLSa+jzQi~z#`SPdz2Gm7bPFx6Y(z4C>{hATH1>9z3dU+)g* z2U6+7MgI-kHP2sm|NDDOVEUZb(qe|7UbIv4&bflViqHBl+ggWaO|Q|z%0>JN7t~kg#_JU8;WA1uP zpowbMx%%Vp2<~x0WVVli18a!ayYaOfW4XUR+J$b|Rl4EG6-jT}VJ*wa@NlFFo4-d} z#E+RYG9M&w7U}5WIVSRCeingJv&u-em;c7OfJpaPnyZiq zpN#FEZu+d!d=jphD&9GkdYTj|aC%A_VPioSzs1esJl*T(7w`lNx9MrW!=>iKri7(A0=|4SY3eI& zWG%xRZ#$Q6=o(UM!`0ShwENoid5(7b5_JChR;_m;z)GR{!ptjR_L~mEME;W|zG^R3 zg9{w?Q9n7$cBp1zyPXty)$xkwX~WCT;<237=PSL!)U1YVy5bI@5w@*hBDwYZ7~Zo7 zcTzF}@*f^f+qpn3aHpE^R=R0gZ++hBGP@i==uS>+O0DdX73P*g^#IHYx zhx~g|FhRFbh0y-nee8bCV{z^e)fpL4il0}dKy}ix^Sa3Z-+qVd{7k{?- zd+LNfKcy)q>UQOWD`JH%zCvR!O_hi;yy%2nI`81~b4{Q_3a1y&uR-@c zsbEeheLC<4&U=qHMSMS<(IcnTnhM%0_D3b~TW*zV7|&B)+n zN}NWuOLAIXEqBAycK=Dn4nm9VpHp0;ZMZ0a&(q>~EdY*w-wh(=}50zI1x`dyntwJm|K)sQf`5o+A4fg?|!XQ#}}>ADk*6VKjb=xy}UjRw@8UoN}2c`AjbC)ThT$67N?riH+RF>Cz(}&TzD7&lTfAX+Z z%5RlelkR05w$b?v+&(pK@0E|X%eLYZ*fe*{1$B1QD`B>xS$4OSkrqrHFDK75xGw9E z+eRjXSz>QL*VLV*#T%FWZg#D;HpZ&k&+g=qgeqK~n!6_YzSoedE%A7d+lGkzXW2IK z*mdy^*PBAu+W}N>i3JA5t6|n=o(w}5^2=}wQ{ERW@im?N>v`ZiYXb74VsG@h*W1LW z)q}y~OSC1)VAC-;d!V39mnp@m8>S&mdt9P<@@1M#T=Dva$oUuXfO{fkj(`l|6P=6u zTBlG8)@^C}^#Gh6%H`gT6ZiEUUawq8)gz7EvCdtcXRKl)f#SOOtZIDYx;3HHv5oHZ z7MD!*R9v;(vp@h)tRE=14~!Y@!tba}OttICp)i8rlqOGWO{~vWOc5la9vL*}4=N62 z95^@ARiI{Sh%x_=2!t&dQKhmw1390+{6MdL0_p|@YGxJCQ!Fy#-5lM9F8=jrTI@w6 z9bXblW14LCAt${hmbpnhXM8WSdF*qs6iAmMQ3#Qkli22L?6V+@(Rq=w6I_UeT_h9J z+copf`z%@zK0%OV$>3Nd*O(7mRCeq<8}O8&aN1tYCKk5hDBE%q2C9rWuT#!xOJe>m z)Fq4G?-;|%UbcGs9F;Cksks?!i5V3$z`G@w8 zBfzlFf8Pp8FDM}QTU*#;xe8~|`TuDM|EF#-!hm2NO`DMRDP~d1vY2QvBV#aAPpX=R zH);M$zFKi1^ho=b;M5YY?On~foP|9Rb!_US)l$D<^N-tJ09GDk0fbfnodKW?f&fgJ zo?6~TzcT|TBKZ{#jT+P@D3w>ipsh}GfkFrK6f|w9TU)5EVolM6>KQIXDmzBim<%tm zeL&>M@1Dpbqf1hgKu@ib^lwbuq`Xc*qsm$dp2{rosl58t@@Hexnv71Btr|kb@#4BB zG;IW%4tLGDhizvupH#Pjy{H#)W85Z%bs{?!mUooJ5d40qLod*fj7cl)e6l^+7PYBO z2ZuF$sHO{W*7$fKd}MWA3N1E z6+74ieMAU=0VM{|{s5T;u6fV+iGnF$1n-)yg~uZj7yv{rmn6-98wOEGfUGoGxYl1* zrfE>mfnS0KGVqXk03kfk~Lb z??J6=;(5vvmm%3}(udk&VzxNQPI7C(&~^rz6bEEX^w3I;k|niO_{We@r&-drwuZUR z<(C7s)!Ahef>p~S_!gh$uPobm#=S;3Y$d*zUu>fLCt8@n5mWvO+zm1fsFLms7wwM} gC^erjy+N{#|0iym0s_9AFd{Mje*eP}05S{sU$lDm0ssI2 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/oswald-latin-400-normal.woff2 b/web/wallassets/fonts/oswald-latin-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..7ef4f1dea197b5b1b2f7d453a05a43620f96f816 GIT binary patch literal 9840 zcmV-$CXd;7Pew8T0RR91048t%5C8xG08$J9045Ot0RR9100000000000000000000 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 W3TRq*809*w+)O6%Vf;6~h$R4lgfznd literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/oswald-latin-ext-400-normal.woff b/web/wallassets/fonts/oswald-latin-ext-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..c165574dba5f7245863e31fd0d0729771a2037e9 GIT binary patch literal 11888 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 literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/oswald-latin-ext-400-normal.woff2 b/web/wallassets/fonts/oswald-latin-ext-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..d420349f0d66240220adb9a716875dac16b5c83c GIT binary patch literal 8064 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 z z9wZ-{>VMn<-hG?VJq&>6vz{=t z;xXw-B7;XmV*|PH&4y>fKMhVnV5Z4YwKgZWc-#z59uR~Gi>FgXVnpKiPv#dWDELT1 zXuT06k)fzgtVi`1e#;JIezqGFnc^2XDIlzBFTWX}@)^SzJ?pun_DmjuiCbQhrO6k- z5U1h?P#`{kt|ET?2+x!hoJt@rUl6Hh3b`<8>vL||Gl5=3+M@PdR4Bg&$-FB$PbwK? zAT>}W0+8c2Z4_1DACZ4P;gc8`Ot)21aPolLdqeOLaOXw zhSs=FicB!4r*$7_#XZuKfz;Mjna1RxVxZphSze-QLEf@_)p;w9aRn$TBuj*dwa*OL zMWIguNC{E6+5rGPLsJ3Dw(cIPhi28J-|)M)Et|DP$&@OcEi`KS14U#`Vmu0Wx(XQ*`8K+tYdgwBkPL zwXMS4rNy?0~K{x=4{IZ2CWjJ@t19 zX!x;SF!Aq?ZvOi8$5E?~z90E#OSb%TbknWTeP0(YMpu%5{{P1>@K&>F590m(TyBTQ zUD=-GqxNDkcGj2MT?S>JF5t;L|DvvGWC0t*WLhc{xQt^*=D}CJ>QRdLuJ8!)?q}RC-uAtGavoVWR&*a_ngT6)*;#a zo_m3hYk@~&-u#7SX8<2ndhXj%?OyPUIomy6?DKt^T>EFOf1bqqK7%MT+&~-|r+w5` zo+l&fhF`5N(MS;~OO(dtKKV8ATE4gz!^i3P?YDi?l42kq5uHA{QT7n-b=+f7!4Y_m z%nqO0*BqDlv<>-F{K&LfX$48uv4;&+MB2(m=y68f_HzMU4wg!il*M$PffvO3iM8_O zen$JaJ8HtW(LN3jpLcsKst633KBpIdP#$~OknXgO9KG>2LrG)BV#sV1=mm0*>Lsx1 z;=?A-eHq&iyI+l8!qOT;CNS@O7)Nc^#MArP^`sOd?l|FaC+! z5B-cz4PSx|ILjC(!|=`rv+?J%7Z4BZqsa55 zoSZ`i0+jIV`^jqyR@r@^`8s`yK-snA-s04X5vyKWldb!L@t`UbAB?S`lr0|I`_;%L zz!ibnqKCW_`7_<$wjAd7&Iii}9B-|u=ZWXo`$VUSdE>FCpyNzitgk@i#NF4x@Wlx6 zIExy$a{ZwaV~BK$iMMr~4^Fc~U+5as%pc00I72CsO^%g+87W zvU&^0u<4ZDJ09O1*K(Krj!^Er4S3yMpnPrf&c$)#Rts0K^%h||sq~-2Y}rb=??=H? zBPg+}r0m5n+6A=t>wcrXhJ}797~cCf_C=xWY5PZsW|Z$h$)Gi)27^onMB74n*cm_>5KlBFWZUkDWJ}q4$LPTpd3FacPa$gTM!iJ*KQH>HJ`-ZoKqC)LHd_mFF?ClaU_Fa=X z?&JykN*old>sex41IZ)qU#)EK^_(sDvzc&Z5`?lvJXa3Yd&;TG=)3b5`?}3(7_4u! zARF_-4a;ZOnJeqZ%r+utXGN~gZ7KV(ez>gj+s~yb-$5W|DP^yM9c0C;_PUxG#RjSl z1KbU)Lc~#LA&#>>g*Nz3720C>QD}#jd*J|#xZRxzGxS#jw1^kpoBdE@)Tq_0Ub#|b z8nN;5L=a(1ui)Z)o}xjMLX`$%GpbjkLb0OQ>eYs5RHjC~25iB3x>&X5tWx2^l`3~G zX^26>6sb{F{d{ZGC{?Lgi5k@!H3;8T=>E7vopA*(A1OR@@ISZy=4m%R(o!&W#UUdC_2bZD%|z)u|LVC|=s>^g4+$6%W76#_EuA OIljav`#14H+Zh1s3XUZJ literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/oswald-vietnamese-400-normal.woff b/web/wallassets/fonts/oswald-vietnamese-400-normal.woff new file mode 100644 index 0000000000000000000000000000000000000000..e8e4c3e2f4be16c4acb98b06d17171c190595bf8 GIT binary patch literal 4424 zcmYkA2T)Vp)`m|Kl0XO$Iw&O|QUnA6A<_k;C?xa_A2py-r7EBlDN+?gQ0Y=6D!oaI zpfmxoP(ueP(h=$T$PM26&-{Dloqg7G*6g;{nc3?E;k2~@5I}9rx&YH@FXBM8|B_Sd z|2G}2YuW$+vZOLYs%}97z-u~&I1?&+O|>hjeYk9bxSEcMnFauWZK>?SsT%$?{KT0^ z$xvAw)y7igkoa{{!Nl~cDV2@>&+p>hRF6q#Pe&gBfY4AGi8>wzN5as!Ir^Ql87iaw zpHOZdckxuV3;>Ah0KhYf@oz zyQwWcj}S041OxRdbHav3w>97JwlF3tURrG@oNeOEy0^XDTcV~H1{3VW!q8`6PQj#i z{U9ApBQDs?Qr6_VY9AW`Ss}2@LoIFe>UESr`0G5|LjJ*&6$^c|`rIdY0T42~v#n}R z_p*3zVP|0|X>4cmwzsf~O7kD#)L};5?sylCcXRv2Z6Oyr;~$t1A2n6&4W={}+&3nY z4a{9^M&*Y{e(oa^l@JkZzodV%ZDZi#a7&T2wOF4t$)H9-!nRv6n+4B?N1u)Dsg$Ob zCA+?m7Sl(hDX%2m2OiH0Fj5cVZx$f{F5nCR*3#BD1z0>B{k;H=(^r2Z`S*cBIqiZ; z&JK>s{g{Y|^oWSk1hL47h_E@{i6K~NZs58XjCzf|-rLz>6I#n`gH>i2XQ z3}$ZEc^wMt{DrWCxsy)5L4R3I!|;lB zwh6 zlaKvvbDEysjnaf`6Py089hV%6D9oM|GdwL*&=@AYcgqcv$fB3Xf;iCIvSGeLge2{r z8DB`@bU4>FdqD$!Ar@Q>!0@*9FrqSHf7 zyX1B`ivq8!ImTzi@zQgAdJq@j9u;mWrJ7wM#ELEX=rr={Kv(8TPoZR~Pv(-O9y~Xt zYubNfspZha(yl>yeuZ00yHticv#w@M{&MtL(onPa79+qw@d667-$e=*W zF$1b;^WjQ(+Vi#jn)_I!BCjA;+Hxe@uEzA_M~%vE=&t- z!EXAS6}?q-eiB|%dWi9shQ3SQ9n3ay!46oz%?~ZPy0pqaCK~&p=Zw;$XKmU;qcN#R zjqws=bN=TDm>*qg7sbTCN?d-McteDD*YEOB+(i%`&llP$sApkkw@2UcBt}*{J^E4A zdXl&%`uvw-Rmpyd9D;bQ+VbjROaIg}UAf0w$1Dszb^A5Jo{ZupJ(+KriRC5PoioCh z)^1^9(1#6};KS-P{k#tIcF}-8G1(lw!Dl!3Jyv}!`<(l;8KUpB&(}4Qqg3n1SN256 z021jeM4Ty@u}l#ZyROgDuVx@;EdTmmX4ht$uziD4#q(=8s95|_&L7MwA%{<`_EE0IjGO`& z^OrJ0E_c?5BC`?B@z2xOt9qUsW_Gz{FNpmvS>@acgwIKY?*V3|xQxaMeEK7j{>182 zh}QAA!EuPy#wOl3w*9?KoDwplX7--f-GQ?kHZ8%FRc^I$+l!Y{ERSy=c6EQ1VEdHT z{rFjZvD%X!0pts8ycGK6MtrQ8z3~h+ixV&vDE5;c<%g3@0+j_9F9ntIC_S~G_Tgbp z75VLYXM5I1>&S_r$mUAyt$Zie)Sg3aZ>hXach^Xk zPW-Hpun9IK-(@4}Z-Z5&CUsluN+;Q&Csy(Qn9Y=zgx=WV6>~dimLO6jgW^ecnmn%= z-I9{ce%n`t*hEk6BFG67tfD6<<`Tszy+dJKg<1=lexZU2#eIOo>-T1&dQIWUp1SJ>#?y>L2pyU z8tYdZggl$eHzziC_(xm4Gj>WORWrt&n}aCT=E$5t@1~x|txF#?nI^N(yu2bKJ+Obp zwncU7?h$se&U8PoOC=RWGq+PB^yBy^A`BWn16>qcdg@~=@JTOvOKiNQtbOAi^h9ri zj_m=hA z%Ug287XQdef9DQ7K5B8#YS#SXn-7%FA-nJDH*)ra3X}ozLs1O&Yib-~8sd;>n^n;3 zSFo>Y8bBxR4r(oqTop%3W?6nKH`rjJ*~4Ks=xO#0V9M6-L{M9|YV9>whRNbP^~FEC zo@{t5jW=p*=6@@z55PA;BZ7~v^iXcT_Zt01BPE@I5ot?Li^h#@Ft7)Xh;QNiaCrxs z;d9;l*w3-b#;x0jx?}v>`s?Owfmh-)w6gHal`iwIxCvAHPkRWT(+7qKUA0&@ANl%s zB9a!*W#1KBP0aXPbMjmC^7&LXI^KNaZ3ur4ANtWgN2)ec@!0HA!^*L{+fmh(};(>I-38URO0wA zLCNZ0)P{xCKpjt~#*k}l1Wl(812H#n5ErC7DC44+Ivt;ah#8L`X1x8$S|V`mlE0f` zX8AKFSg_97orT){l$uy5=n6s*em175a5JXa2<3Ger?_6#X}#iCog$Og>8&brcW!wQ zjL;kT+LI)l5xjz$U)x_4`{qX9RMyYD_Fj%?(e;9GNgDk#oq*{k*cZ$H*}k4N+$q@h z&2-1H)Aubu-93RF1;@x0cY8>zz52|Z zAI4J>)-18_TkR9^{$aKAwRgX0dJMH1hij@rCBA!mU+%;4s!H#=JCoIq^t%4YCtT{1 zB}#H;DwL_HDK66-7Dw@Phh2TaD-35zo|usC;GB8I9-KUP9?Dm8P!$J>Z5sO6v)3EJ z?^N*RqK-?i(iT_se%i~oZJZ(^ZmXW{i4}ccG~jzOv3Dx0R7Nw`B=-2vk=dq|t?x%c z#v(q75UpIxK~tW2(CIvq&^xJWg_q9Yd>;qFUV9~F67R2B9VUqN#6T-&PIC4U z8II$X3n4eAB70R)jh01nVHkf3JvGxz4U>BBF zTYkMn7=PKwehK-d9NKiG93z}dv7RmV?>{8^;y#EruNb+XPj(Ys$e0!!S@lD#hy5EA zH$j2WDU&n*-YEfq<_xc|SSs=#CgoiKa$1K0z|cw_wKf8PNq(zAiqgp}O&64zYQg~U zDgE!A+{MAc>Tpx_ap=zU(R9eOd39z}Lm2S>5WevDy>$nw;~?g0CQqMGH@X{>-IjyG zAGFONIuwy=Cu+{Acxg0!udF31ikn|%%VEY0Y3(xWj3g!ApmUBXLDnIe!nriWWt9&e zWcZ$sVzdf|M=={UL`A@Pqb7PkY!T-uX_U*9>J#q+$~vW#(m|O9?xHP`kwEyj0MXMW zvH=nR2G9ab0SCYX2nFJROrQ{`06qYHz$gd~;sJ?*Fd!|EA;25^c?hh^da+v&aqPF#{XJ6$V=dZ-x+tM21|3R)$GN6r(7k`f0U%T8~j<jR1Y*-cQdeh z{q1ur@$b-es6W)s1en9Ppl5b-H$#d0UBx)bo)y?LEv$!?wteNg_?;UgK|jqx?hBTW z83YQJkKbTC=dEN=MuQ!_t}0lsu~gLF*Yw@etMJ*1V&I(q%9O5fz^f{0>1~OCH>Sbq z+%e?n_axnXQ@!=r9FqQmt&WZt4~rj;6oc?~v=;p-EF*<5sl8rO`Hp`Hp7bkQ-^ z&!4dVsj@7mv`^#RNH_n@6Za#zX+D=WXCC>I2kR7h?fGRJ?wEuxkw!{21~u&0?@F&V h?TNCMpU}5OV{8AH$9N!$;>VT9RYCo~5e51N{0EXV(5e6c literal 0 HcmV?d00001 diff --git a/web/wallassets/fonts/oswald-vietnamese-400-normal.woff2 b/web/wallassets/fonts/oswald-vietnamese-400-normal.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..106f244f827080d27a64a3a974bbf683ccc4591f GIT binary patch literal 2852 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 CS75jR literal 0 HcmV?d00001 diff --git a/web/wallassets/img/OpenDyslexic-Regular.svg b/web/wallassets/img/OpenDyslexic-Regular.svg new file mode 100644 index 000000000..261004edf --- /dev/null +++ b/web/wallassets/img/OpenDyslexic-Regular.svg @@ -0,0 +1,616 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/web/wallassets/manifest.json b/web/wallassets/manifest.json index 5954415df..c41187364 100644 --- a/web/wallassets/manifest.json +++ b/web/wallassets/manifest.json @@ -1,4 +1,23 @@ { + "OpenDyslexic-Regular.otf": "41a1d465797f51702171.otf", + "fonts/atkinson-hyperlegible-latin-400-normal.woff": "fonts/atkinson-hyperlegible-latin-400-normal.woff", + "fonts/atkinson-hyperlegible-latin-400-normal.woff2": "fonts/atkinson-hyperlegible-latin-400-normal.woff2", + "fonts/atkinson-hyperlegible-latin-ext-400-normal.woff": "fonts/atkinson-hyperlegible-latin-ext-400-normal.woff", + "fonts/atkinson-hyperlegible-latin-ext-400-normal.woff2": "fonts/atkinson-hyperlegible-latin-ext-400-normal.woff2", + "fonts/eb-garamond-cyrillic-400-normal.woff": "fonts/eb-garamond-cyrillic-400-normal.woff", + "fonts/eb-garamond-cyrillic-400-normal.woff2": "fonts/eb-garamond-cyrillic-400-normal.woff2", + "fonts/eb-garamond-cyrillic-ext-400-normal.woff": "fonts/eb-garamond-cyrillic-ext-400-normal.woff", + "fonts/eb-garamond-cyrillic-ext-400-normal.woff2": "fonts/eb-garamond-cyrillic-ext-400-normal.woff2", + "fonts/eb-garamond-greek-400-normal.woff": "fonts/eb-garamond-greek-400-normal.woff", + "fonts/eb-garamond-greek-400-normal.woff2": "fonts/eb-garamond-greek-400-normal.woff2", + "fonts/eb-garamond-greek-ext-400-normal.woff": "fonts/eb-garamond-greek-ext-400-normal.woff", + "fonts/eb-garamond-greek-ext-400-normal.woff2": "fonts/eb-garamond-greek-ext-400-normal.woff2", + "fonts/eb-garamond-latin-400-normal.woff": "fonts/eb-garamond-latin-400-normal.woff", + "fonts/eb-garamond-latin-400-normal.woff2": "fonts/eb-garamond-latin-400-normal.woff2", + "fonts/eb-garamond-latin-ext-400-normal.woff": "fonts/eb-garamond-latin-ext-400-normal.woff", + "fonts/eb-garamond-latin-ext-400-normal.woff2": "fonts/eb-garamond-latin-ext-400-normal.woff2", + "fonts/eb-garamond-vietnamese-400-normal.woff": "fonts/eb-garamond-vietnamese-400-normal.woff", + "fonts/eb-garamond-vietnamese-400-normal.woff2": "fonts/eb-garamond-vietnamese-400-normal.woff2", "fonts/IcoMoon-Free.ttf": "fonts/IcoMoon-Free.ttf", "fonts/lato-black-italic.woff": "fonts/lato-black-italic.woff", "fonts/lato-black-italic.woff2": "fonts/lato-black-italic.woff2", @@ -40,6 +59,28 @@ "fonts/MaterialIcons-Regular.ttf": "fonts/MaterialIcons-Regular.ttf", "fonts/MaterialIcons-Regular.woff": "fonts/MaterialIcons-Regular.woff", "fonts/MaterialIcons-Regular.woff2": "fonts/MaterialIcons-Regular.woff2", + "fonts/montserrat-cyrillic-400-normal.woff": "fonts/montserrat-cyrillic-400-normal.woff", + "fonts/montserrat-cyrillic-400-normal.woff2": "fonts/montserrat-cyrillic-400-normal.woff2", + "fonts/montserrat-cyrillic-ext-400-normal.woff": "fonts/montserrat-cyrillic-ext-400-normal.woff", + "fonts/montserrat-cyrillic-ext-400-normal.woff2": "fonts/montserrat-cyrillic-ext-400-normal.woff2", + "fonts/montserrat-latin-400-normal.woff": "fonts/montserrat-latin-400-normal.woff", + "fonts/montserrat-latin-400-normal.woff2": "fonts/montserrat-latin-400-normal.woff2", + "fonts/montserrat-latin-ext-400-normal.woff": "fonts/montserrat-latin-ext-400-normal.woff", + "fonts/montserrat-latin-ext-400-normal.woff2": "fonts/montserrat-latin-ext-400-normal.woff2", + "fonts/montserrat-vietnamese-400-normal.woff": "fonts/montserrat-vietnamese-400-normal.woff", + "fonts/montserrat-vietnamese-400-normal.woff2": "fonts/montserrat-vietnamese-400-normal.woff2", + "fonts/OpenDyslexic-Regular.ttf": "fonts/OpenDyslexic-Regular.ttf", + "fonts/OpenDyslexic-Regular.woff": "fonts/OpenDyslexic-Regular.woff", + "fonts/oswald-cyrillic-400-normal.woff": "fonts/oswald-cyrillic-400-normal.woff", + "fonts/oswald-cyrillic-400-normal.woff2": "fonts/oswald-cyrillic-400-normal.woff2", + "fonts/oswald-cyrillic-ext-400-normal.woff": "fonts/oswald-cyrillic-ext-400-normal.woff", + "fonts/oswald-cyrillic-ext-400-normal.woff2": "fonts/oswald-cyrillic-ext-400-normal.woff2", + "fonts/oswald-latin-400-normal.woff": "fonts/oswald-latin-400-normal.woff", + "fonts/oswald-latin-400-normal.woff2": "fonts/oswald-latin-400-normal.woff2", + "fonts/oswald-latin-ext-400-normal.woff": "fonts/oswald-latin-ext-400-normal.woff", + "fonts/oswald-latin-ext-400-normal.woff2": "fonts/oswald-latin-ext-400-normal.woff2", + "fonts/oswald-vietnamese-400-normal.woff": "fonts/oswald-vietnamese-400-normal.woff", + "fonts/oswald-vietnamese-400-normal.woff2": "fonts/oswald-vietnamese-400-normal.woff2", "fonts/Roboto-Bold.woff": "fonts/Roboto-Bold.woff", "fonts/Roboto-Bold.woff2": "fonts/Roboto-Bold.woff2", "fonts/Roboto-Light.woff": "fonts/Roboto-Light.woff", @@ -52,6 +93,7 @@ "fonts/Roboto-Thin.woff2": "fonts/Roboto-Thin.woff2", "img/annotator-glyph-sprite.png?embed": "img/annotator-glyph-sprite.png", "img/annotator-icon-sprite.png?embed": "img/annotator-icon-sprite.png", + "img/OpenDyslexic-Regular.svg": "img/OpenDyslexic-Regular.svg", "material.css": "material.css", "material.css.map": "material.css.map", "material.js": "material.js", diff --git a/web/wallassets/material.css b/web/wallassets/material.css index 9732664a5..13b32765d 100644 --- a/web/wallassets/material.css +++ b/web/wallassets/material.css @@ -18,8 +18,13 @@ /*! Lato font. */@font-face{font-family:Lato;font-weight:100;font-style:normal;text-rendering:optimizeLegibility;src:url(fonts/lato-hairline.woff2) format("woff2"),url(fonts/lato-hairline.woff) format("woff")}@font-face{font-family:Lato;font-weight:100;font-style:italic;text-rendering:optimizeLegibility;src:url(fonts/lato-hairline-italic.woff2) format("woff2"),url(fonts/lato-hairline-italic.woff) format("woff")}@font-face{font-family:Lato;font-weight:200;font-style:normal;text-rendering:optimizeLegibility;src:url(fonts/lato-thin.woff2) format("woff2"),url(fonts/lato-thin.woff) format("woff")}@font-face{font-family:Lato;font-weight:200;font-style:italic;text-rendering:optimizeLegibility;src:url(fonts/lato-thin-italic.woff2) format("woff2"),url(fonts/lato-thin-italic.woff) format("woff")}@font-face{font-family:Lato;font-weight:300;font-style:normal;text-rendering:optimizeLegibility;src:url(fonts/lato-light.woff2) format("woff2"),url(fonts/lato-light.woff) format("woff")}@font-face{font-family:Lato;font-weight:300;font-style:italic;text-rendering:optimizeLegibility;src:url(fonts/lato-light-italic.woff2) format("woff2"),url(fonts/lato-light-italic.woff) format("woff")}@font-face{font-family:Lato;font-weight:400;font-style:normal;text-rendering:optimizeLegibility;src:url(fonts/lato-normal.woff2) format("woff2"),url(fonts/lato-normal.woff) format("woff")}@font-face{font-family:Lato;font-weight:400;font-style:italic;text-rendering:optimizeLegibility;src:url(fonts/lato-normal-italic.woff2) format("woff2"),url(fonts/lato-normal-italic.woff) format("woff")}@font-face{font-family:"Lato Medium";font-weight:400;font-style:normal;text-rendering:optimizeLegibility;src:url(fonts/lato-medium.woff2) format("woff2"),url(fonts/lato-medium.woff) format("woff")}@font-face{font-family:"Lato Medium";font-weight:400;font-style:italic;text-rendering:optimizeLegibility;src:url(fonts/lato-medium-italic.woff2) format("woff2"),url(fonts/lato-medium-italic.woff) format("woff")}@font-face{font-family:Lato;font-weight:500;font-style:normal;text-rendering:optimizeLegibility;src:url(fonts/lato-semibold.woff2) format("woff2"),url(fonts/lato-semibold.woff) format("woff")}@font-face{font-family:Lato;font-weight:500;font-style:italic;text-rendering:optimizeLegibility;src:url(fonts/lato-semibold-italic.woff2) format("woff2"),url(fonts/lato-semibold-italic.woff) format("woff")}@font-face{font-family:Lato;font-weight:600;font-style:normal;text-rendering:optimizeLegibility;src:url(fonts/lato-bold.woff2) format("woff2"),url(fonts/lato-bold.woff) format("woff")}@font-face{font-family:Lato;font-weight:600;font-style:italic;text-rendering:optimizeLegibility;src:url(fonts/lato-bold-italic.woff2) format("woff2"),url(fonts/lato-bold-italic.woff) format("woff")}@font-face{font-family:Lato;font-weight:800;font-style:normal;text-rendering:optimizeLegibility;src:url(fonts/lato-heavy.woff2) format("woff2"),url(fonts/lato-heavy.woff) format("woff")}@font-face{font-family:Lato;font-weight:800;font-style:italic;text-rendering:optimizeLegibility;src:url(fonts/lato-heavy-italic.woff2) format("woff2"),url(fonts/lato-heavy-italic.woff) format("woff")}@font-face{font-family:Lato;font-weight:900;font-style:normal;text-rendering:optimizeLegibility;src:url(fonts/lato-black.woff2) format("woff2"),url(fonts/lato-black.woff) format("woff")}@font-face{font-family:Lato;font-weight:900;font-style:italic;text-rendering:optimizeLegibility;src:url(fonts/lato-black-italic.woff2) format("woff2"),url(fonts/lato-black-italic.woff) format("woff")} +@font-face{font-family:"OpenDyslexicRegular";src:url(41a1d465797f51702171.otf) format("opentype");src:url(fonts/OpenDyslexic-Regular.woff) format("woff"),url(fonts/OpenDyslexic-Regular.ttf) format("truetype"),url(img/OpenDyslexic-Regular.svg#opendyslexicregular) format("svg")} +@font-face{font-family:"Atkinson Hyperlegible";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/atkinson-hyperlegible-latin-ext-400-normal.woff2) format("woff2"),url(fonts/atkinson-hyperlegible-latin-ext-400-normal.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Atkinson Hyperlegible";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/atkinson-hyperlegible-latin-400-normal.woff2) format("woff2"),url(fonts/atkinson-hyperlegible-latin-400-normal.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} +@font-face{font-family:"EB Garamond";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/eb-garamond-cyrillic-ext-400-normal.woff2) format("woff2"),url(fonts/eb-garamond-cyrillic-ext-400-normal.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"EB Garamond";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/eb-garamond-cyrillic-400-normal.woff2) format("woff2"),url(fonts/eb-garamond-cyrillic-400-normal.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"EB Garamond";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/eb-garamond-greek-ext-400-normal.woff2) format("woff2"),url(fonts/eb-garamond-greek-ext-400-normal.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:"EB Garamond";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/eb-garamond-greek-400-normal.woff2) format("woff2"),url(fonts/eb-garamond-greek-400-normal.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:"EB Garamond";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/eb-garamond-vietnamese-400-normal.woff2) format("woff2"),url(fonts/eb-garamond-vietnamese-400-normal.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"EB Garamond";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/eb-garamond-latin-ext-400-normal.woff2) format("woff2"),url(fonts/eb-garamond-latin-ext-400-normal.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"EB Garamond";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/eb-garamond-latin-400-normal.woff2) format("woff2"),url(fonts/eb-garamond-latin-400-normal.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} +@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/montserrat-cyrillic-ext-400-normal.woff2) format("woff2"),url(fonts/montserrat-cyrillic-ext-400-normal.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/montserrat-cyrillic-400-normal.woff2) format("woff2"),url(fonts/montserrat-cyrillic-400-normal.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/montserrat-vietnamese-400-normal.woff2) format("woff2"),url(fonts/montserrat-vietnamese-400-normal.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/montserrat-latin-ext-400-normal.woff2) format("woff2"),url(fonts/montserrat-latin-ext-400-normal.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/montserrat-latin-400-normal.woff2) format("woff2"),url(fonts/montserrat-latin-400-normal.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} +@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/oswald-cyrillic-ext-400-normal.woff2) format("woff2"),url(fonts/oswald-cyrillic-ext-400-normal.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/oswald-cyrillic-400-normal.woff2) format("woff2"),url(fonts/oswald-cyrillic-400-normal.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/oswald-vietnamese-400-normal.woff2) format("woff2"),url(fonts/oswald-vietnamese-400-normal.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/oswald-latin-ext-400-normal.woff2) format("woff2"),url(fonts/oswald-latin-ext-400-normal.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:url(fonts/oswald-latin-400-normal.woff2) format("woff2"),url(fonts/oswald-latin-400-normal.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} .material-icons.md-18{font-size:18px}.material-icons.md-24{font-size:24px}.material-icons.md-36{font-size:36px}.material-icons.md-48{font-size:48px}.material-icons.md-dark{color:rgba(0,0,0,.54)}.material-icons.md-dark.md-inactive{color:rgba(0,0,0,.26)}.material-icons.md-light{color:#fff}.material-icons.md-light.md-inactive{color:rgba(255,255,255,.3)} pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline} -#article{font-size:20px;margin:0 auto;max-width:45em;padding:5px 20px;background-color:#fff;box-shadow:0 0 10px #ccc}#article article{color:#424242;font-size:18px;line-height:1.7em;overflow-wrap:break-word}#article article h1,#article article h2,#article article h3,#article article h4,#article article h5,#article article h6{color:#212121}#article article h1 strong,#article article h2 strong,#article article h3 strong,#article article h4 strong,#article article h5 strong,#article article h6 strong{font-weight:500}#article article h6{font-size:1.2rem}#article article h5{font-size:1.6rem}#article article h4{font-size:1.9rem}#article article h3{font-size:2.2rem}#article article h2{font-size:2.5rem}#article article h1{font-size:2.7rem}#article article a{border-bottom:1px dotted #00acc1;text-decoration:none}#article article a:hover{border-bottom-style:solid}#article article ul{padding-left:30px}#article article ul,#article article ul li{list-style-type:disc}#article article blockquote{font-style:italic}#article article strong{font-weight:bold}#article img,#article figure{max-width:100%;height:auto}#article pre{box-sizing:border-box;margin:0 0 1.75em;border:#e3f2fd 1px solid;width:100%;padding:10px;font-family:monospace;font-size:.8em;white-space:pre;overflow:auto;background:#f5f5f5;border-radius:3px}#article>header>h1{font-size:2em;margin:2.1rem 0 .68rem}#article .entry-info .tools{display:flex;margin:8px 5px 5px;flex-wrap:wrap}#article .entry-info .tools .stats{margin:0;font-size:.7em}#article .entry-info .tools .stats li{display:inline-flex;vertical-align:middle;margin:3px 5px}#article .entry-info .tools .stats li i.material-icons{color:#3e3e3e;margin-right:3px;font-size:18px}#article .entry-info .tools .stats a{color:#000;text-decoration:none}#article .entry-info .tools .tags{display:flex;margin:0;align-items:center;gap:5px}#article .entry-info .chip{display:flex;margin:0;padding:0;height:25px;line-height:25px;align-items:center;background-color:rgba(0,0,0,0)}#article .entry-info .chip a,#article .entry-info .chip i{color:#fff}#article .entry-info .chip i.material-icons{font-size:16px;vertical-align:sub}#article .entry-info .chip-label{padding-left:10px;padding-right:5px;background-color:#9e9e9e;border-radius:6px 0 0 6px}#article .entry-info .chip-action{padding:0 5px;background-color:#868686;border-radius:0 6px 6px 0}#article .entry-info .chip-label,#article .entry-info .chip-action{min-width:30px;text-align:center}#article .entry-info .chip-label:hover,#article .entry-info .chip-label:active,#article .entry-info .chip-label:focus,#article .entry-info .chip-action:hover,#article .entry-info .chip-action:active,#article .entry-info .chip-action:focus{background-color:#5e5e5e}.entry-info{margin-bottom:40px}.reader-mode{width:70px !important;transition:width .2s ease}.reader-mode .collapsible-body{height:0;overflow:hidden}.reader-mode span{opacity:0;transition:opacity .2s ease}.reader-mode:hover{width:260px !important}.reader-mode:hover span{opacity:1}.reader-mode .collapsible-body{height:auto}.reader-mode .collapsible-body li a i.material-icons{margin:auto 5px auto -8px}.progress{position:fixed;top:0;width:100%;height:3px;margin:0;z-index:9999}@media only screen and (max-width: 640px){.entry-info{margin-bottom:20px}#article .entry-info .tools{margin-left:0;margin-right:0}#article .entry-info .tools .tags{gap:10px}#article .entry-info .chip{height:32px;line-height:32px}#article .entry-info .chip-label,#article .entry-info .chip-action{min-width:40px}}main div#content{padding:0 .5rem}.card .card-content{padding-bottom:12px;flex-grow:1}.card .card-content .card-title,.card .card-reveal .card-title{line-height:22.8px;max-height:80px;font-size:19px;font-family:roberto,"Helvetica Neue",Helvetica,Arial,sans-serif}.card .card-stacked .card-content .card-title{display:inline-block}.card .card-content .activator,.card .card-reveal .activator{cursor:pointer;font-family:"Material Icons"}.card .card-content i.right,.card .card-reveal i.right{margin-left:0}.card .card-content .original{line-height:24px;font-size:15px}.card .card-entry-labels{position:absolute;top:10px;z-index:90;max-width:50%}.card .card-entry-labels-hidden{margin:2.5px auto}.card .card-entry-labels-hidden li{display:inline-block;background-color:#00acc1;margin:0 5px;padding:5px 12px;border-radius:3px;color:#fff;max-height:2em;max-width:calc(100% - 15px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card .card-action{padding:10px 10px 10px 15px}.card .card-action ul.links{margin:0;font-size:24px;line-height:24px}.card .card-action a{color:#fff;margin:0}.card .card-action a:hover{color:#fff}.card .card-action .tool{display:flex;margin-right:0 !important}.card .card-action .reading-time{display:inline-flex;vertical-align:middle}.card .card-action .reading-time .card-reading-time,.card .card-action .reading-time .card-created-at{display:inline-flex}.card .card-action .reading-time span{margin-right:5px}.card .card-image{height:10em}.card .card-fullimage{height:13.5em}.card.sw{max-width:370px;margin-left:auto;margin-right:auto}.card-body{display:flex;flex-grow:1;flex-direction:column}a.original:not(.waves-effect){text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.card .card-image .preview,.card .card-fullimage .preview,.card-stacked .preview{height:100%;background:no-repeat 50%/cover;background-color:#efefef;display:block}.card .card-image .preview--default,.card .card-fullimage .preview--default,.card-stacked .preview--default{background-size:contain}.card-entry-labels li,.card-tag-labels li{margin:10px 10px 10px auto;padding:5px 12px 5px 16px !important;background-color:#00acc1;border-radius:3px;color:#fff;cursor:default;line-height:20px}.card-entry-labels li{text-overflow:ellipsis;white-space:nowrap;border-radius:0 3px 3px 0;overflow:hidden}.card-tag-labels li{display:flex}.card-entry-tags a,.card-entry-labels a,.card-tag-labels a,.card-entry-labels-hidden a,#list .chip a{text-decoration:none;font-weight:normal;color:#fff}.card-tag-link{width:calc(100% - 24px);line-height:1.3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-tag-form{display:flex;min-width:100px;flex-grow:1}.card-tag-form input{margin-bottom:0;height:1.8rem}.card-tag-icon{display:flex}.card-tag-delete{margin-left:10px}.card-tag-labels{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr))}.card-tag-labels li{margin:10px;align-items:center}.card-stacked{display:flex;flex-flow:row wrap}.card-stacked:hover ul.tools-list{display:inline;text-align:right}.card-stacked .card-preview{max-width:100px;max-height:50px;margin-right:10px;flex:1}.card-stacked div.metadata{overflow:hidden;height:1.5em;display:flex}.card-stacked div.metadata ul.tags{margin-left:4px}.card-stacked div.metadata .chip{background-color:#00acc1;padding:0 7px;margin:auto 1px;border-radius:6px;line-height:22px;height:22px}.card-stacked div.metadata .chip a,.card-stacked div.metadata .chip i{color:#fff}.card-stacked div.metadata .chip i.material-icons{float:right;font-size:20px;line-height:32px;padding-left:8px}.card-stacked div.metadata .reading-time{display:inline-flex;vertical-align:middle;padding:0 5px;flex-wrap:wrap;margin-left:auto}.card-stacked div.metadata .reading-time .card-reading-time,.card-stacked div.metadata .reading-time .card-created-at{display:inline-flex}.card-stacked div.metadata .reading-time span{margin-right:5px}.card-stacked div.metadata .reading-time i.material-icons{font-size:20px}.card-stacked div.card-content{flex:4}.card-stacked ul.tools-list{flex:1;display:none;flex-basis:5em;align-self:flex-end;float:right;max-width:8em}.card-stacked .tags{display:inline-block}.card.archived,.card-stacked.archived{opacity:.5}#content .collection .collection-item{min-height:65px;height:auto}.quickstart .card .card-action a,.quickstart .card .card-action a:hover{color:#fff !important}.settings .tabs-container{padding-bottom:15px}.settings .settings-checkbox-col{padding:0}.settings .settings-checkbox-label{margin-bottom:20px;height:3rem}.entries-row{display:grid;margin:.4rem 0 0;padding:0 .75rem;gap:20px}.entry-card{display:flex;margin:0;height:100%;flex-direction:column}.tools{display:flex;gap:10px}.mass-action-toggle{display:inline-flex;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.mass-action-toggle:focus{background-color:rgba(0,0,0,0)}.mass-action{margin:10px 5px 10px 20px}.mass-action-group{display:flex;padding:3px;gap:10px}.mass-action-button{height:24px;line-height:24px;padding:0 .5rem}.mass-action-button i{font-size:1rem}.entry-checkbox{margin:10px 15px 10px 5px}.card .entry-checkbox{float:right;margin-right:0;padding:10px}.entries .entry-checkbox-input,.mass-action .entry-checkbox-input{position:relative;left:0;width:20px;min-height:25px;height:100%;vertical-align:middle;opacity:initial;z-index:10}.toggle-checkbox:not(:checked)+.mass-action,.toggle-checkbox:not(:checked)+.mass-action-tags,.toggle-checkbox:not(:checked)~.entries .entry-checkbox,.toggle-checkbox:checked~.entries .card-preview{display:none}.mass-action-tags{display:flex;align-items:center;gap:10px}.mass-action-tags .mass-action-tags-input{margin:0}.entries{list-style:none}.collection{margin:5px 15px 0;padding:0}.collection .collection-item{padding:7px;height:65px}.results{display:flex;padding:1rem 1rem 0;flex-wrap:wrap;justify-content:space-between}.results .nb-results{display:inline-flex}.results-item{color:#444}.pagination ul{display:flex;margin:0;flex-wrap:wrap;justify-content:space-around}.pagination ul .prev.disabled,.pagination ul .next.disabled{display:none}.pagination li{padding:0}.pagination li:not(.active) a:hover,.pagination li:not(.active) a:active,.pagination li:not(.active) a:focus{background-color:#e6e6e6}.pagination li:not(:last-of-type){margin-right:10px}.pagination span,.pagination a{padding:0 10px;height:30px;display:block;line-height:30px}.pagination .disabled{margin-right:10px;margin-left:10px}.pagination li.active span{padding:0 10px;height:30px;display:block;color:#fff}.footer-text{margin:.7rem .5rem}.hidden{display:none}.picker__date-display{display:none}footer.page-footer{margin-top:10px;padding-top:0}footer .row{margin-bottom:10px}@media screen and (min-width: 993px){.mass-action{display:flex;align-items:center;gap:30px}}#filters button{padding:0;width:100%}#filters div.with-checkbox{height:3rem;margin-top:0}body{display:flex;min-height:100vh;flex-direction:column;background:#fafafa}body.login main{padding:0;min-height:100vh}.border-bottom{border-bottom:1px solid #ddd}a{color:#00acc1}main,#content,.valign-wrapper{height:100%}.typo-logo{max-width:150px}#main{flex:1 0 auto}#main .logo a{height:100pt}#main .logo img{height:100pt;width:100pt}#main .logo:hover{background:rgba(0,0,0,0)}nav{height:auto;line-height:initial}nav input{color:#aaa}nav ul a:hover{background-color:initial}.nav-panel-item .button-collapse{margin-left:0;margin-right:.5rem;padding-left:.5rem;padding-right:.5rem;height:auto;line-height:1;background-color:rgba(0,0,0,0);border:none}.nav-panel-item{display:flex;padding:.6rem .4rem .6rem .75rem;flex-wrap:wrap;justify-content:space-between;align-items:center}.nav-panel-item a{padding:10px 15px}.nav-panel-item .material-icons{height:auto;line-height:1}.nav-input{display:none}.nav-panel-buttom{display:flex;flex-grow:1;justify-content:flex-end}.nav-panel-item .add,.nav-panel-item .search,.nav-panels .close{color:#444 !important}.nav-panels{transition:background .2s ease}.nav-panels .action{margin:0;font-size:2.1rem}.nav-panels .input-field input{display:block;line-height:inherit;height:3rem}.nav-panels .input-field input:focus{border:0;box-shadow:none;color:#444}.nav-panel-top{display:flex;align-items:center}.input-field.nav-panel-item label{left:1rem}.input-field.nav-panel-item .close{color:rgba(0,0,0,0);cursor:pointer;font-size:2rem;transition:.3s color}.input-field.nav-panel-item{display:flex;flex:1;flex-wrap:nowrap;align-items:center}.input-field.nav-panel-add.disabled,.input-field.nav-panel-add.disabled input{background-color:#f5f5f5}.nav-panel-add,.nav-panel-search{background-color:#fff}.nav-form-button{padding:0;background-color:rgba(0,0,0,0);border:none}.nav-form-button:focus{background-color:inherit}.nav-form-button,.nav-panel-item .close{margin:0 1%}.button-filters{display:none}.button-export{display:none}.entry-nav-top--sticky{position:sticky;top:0}.dropdown-content{width:100%}.dropdown-content li{min-height:auto;padding-right:15px}.dropdown-content li>a{display:flex;padding:14px 10px;align-items:center;white-space:initial}@media(min-width: 993px){.toggle-add-url-container{flex-grow:1}.toggle-add-url{display:flex;width:100%;justify-content:end}.button-collapse{display:none}.dropdown-content{min-width:300px;width:initial}}.side-nav{width:240px}.side-nav li{padding:0}.side-nav li.logo>a:hover{background:initial}.side-nav li>a>i.material-icons.theme-toggle-icon{float:none;margin-left:0}.side-nav a{margin:0}.side-nav.fixed a{font-size:13px;line-height:44px;height:44px}.side-nav .collapsible-header,.side-nav.fixed .collapsible-header{height:45px;line-height:44px;padding:0 20px}.side-nav>li.logo{line-height:0;text-align:center}.bold>a{font-weight:bold}.items-number{float:right}div.settings div.file-field div,div.settings div.file-field ul{margin-top:40px}div.settings div.file-field div{margin-top:inherit}.input-field label.active{font-size:1rem}nav .input-field input{margin:0;padding-left:.5rem}.tabs{display:flex}.tab{flex:1}.dark-theme body{background-color:#101010}.dark-theme #article,.dark-theme .card,.dark-theme .card-panel,.dark-theme .card .card-reveal,.dark-theme .card-stacked .preview:not(.preview--default),.dark-theme .card .preview:not(.preview--default),.dark-theme .collapsible-header,.dark-theme .collection,.dark-theme .dropdown-content,.dark-theme .side-nav,.dark-theme .side-nav .collapsible-body,.dark-theme .side-nav.fixed .collapsible-body,.dark-theme .tabs{background-color:#131716}.dark-theme table.striped>tbody>tr:nth-child(2n+1),.dark-theme .dropdown-content li{background-color:#232323}.dark-theme .dropdown-content li:hover,.dark-theme .dropdown-content li.active,.dark-theme .dropdown-content li.selected,.dark-theme .pagination li:not(.active) a:hover,.dark-theme .pagination li:not(.active) a:active,.dark-theme .pagination li:not(.active) a:focus{background-color:#2c2c2c}.dark-theme .dropdown-content .divider{background-color:#383838}.dark-theme .collection{border-color:rgba(0,0,0,0)}.dark-theme .collection .collection-item{border-color:#121212}.dark-theme .card:hover,.dark-theme .collection .collection-item:hover{background-color:#272727}.dark-theme #content,.dark-theme #article article,.dark-theme #article article h1,.dark-theme #article article h2,.dark-theme #article article h3,.dark-theme #article article h4,.dark-theme #article article h5,.dark-theme #article article h6,.dark-theme .dropdown-content li>a,.dark-theme .nav-panels .input-field input:focus,.dark-theme .results-item,.dark-theme .side-nav li>a,.dark-theme .side-nav li>a>i.material-icons{color:#dfdfdf}.dark-theme .cyan,.dark-theme .cyan.darken-1,.dark-theme .cyan.darken-2,.dark-theme .nav-panel-add,.dark-theme .nav-panel-search{background-color:#1d1d1d !important}.dark-theme .grey-text.text-darken-4,.dark-theme .nav-panel-item .add,.dark-theme .nav-panel-item .search,.dark-theme .nav-panels .close{color:#dfdfdf !important}.dark-theme .side-nav li.active{background-color:#2f2f2f}.dark-theme .side-nav li:not(.logo)>a:hover,.dark-theme .side-nav .collapsible-header:hover,.dark-theme .side-nav.fixed .collapsible-header:hover{background-color:#1d1d1d}.dark-theme #article{box-shadow:0 0 10px #1d1d1d}.dark-theme .card,.dark-theme .collection .collection-item{background-color:#1d1d1d}.dark-theme .card-action{background-color:rgba(0,0,0,0)}.dark-theme .logo img,.dark-theme .preview.preview--default,.dark-theme .typo-logo{filter:invert(100%)}.dark-theme .border-bottom,.dark-theme .collapsible,.dark-theme .collapsible-body,.dark-theme .collapsible-header{border-color:#222}.dark-theme .pagination li.active{background-color:#666}.dark-theme .hljs,.dark-theme #article pre{color:#abb2bf;background-color:#282c34}.dark-theme nav input{color:#abb2bf}.dark-theme .input-field.nav-panel-add.disabled,.dark-theme .input-field.nav-panel-add.disabled input{background-color:rgba(0,0,0,0)}@media only screen and (min-width: 992px){.dark-theme #article{background-color:#101010}}@font-face{font-family:icomoon;src:url(fonts/IcoMoon-Free.ttf);font-weight:normal;font-style:normal}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;width:1em;height:1em;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.material-icons .md-18{font-size:18px}.material-icons .md-24{font-size:24px}.material-icons .md-36{font-size:36px}.material-icons .md-48{font-size:48px}.material-icons .md-dark{color:rgba(0,0,0,.54)}.material-icons .md-dark .md-inactive{color:rgba(0,0,0,.26)}.material-icons .md-light{color:#fff}.material-icons .md-light .md-inactive{color:rgba(255,255,255,.3)}[class^=icon-]::before,[class*=" icon-"]::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;background-size:24px;letter-spacing:0;font-feature-settings:"liga"}.icon-eye::before{content:""}.icon-no-eye::before{content:""}.icon-calendar::before{content:""}.icon-mail::before{content:""}.icon-time::before{content:""}a.icon-image{background-repeat:no-repeat;padding-right:.4em !important;padding-left:0 !important;margin-left:25px}a.icon-image::before{content:"";display:block;width:24px;height:24px;float:left;margin:7px 1.5px 0 0}a.icon-image.diaspora::before{background:url(themes/_global/img/icons/diaspora-icon--black.png) no-repeat center/80%}a.icon-image.unmark::before{background:url(themes/_global/img/icons/unmark-icon--black.png) no-repeat center/80%}a.icon-image.shaarli::before{background:url(themes/_global/img/icons/shaarli.png) no-repeat center/80%}a.icon-image.scuttle::before{background:url(themes/_global/img/icons/scuttle.png) no-repeat center/80%}.icon-google-plus2::before{content:""}.icon-facebook2::before{content:""}.icon-twitter::before{content:""}.icon-apple::before{content:""}.icon-android::before{content:""}.icon-chrome::before{content:""}.icon-firefox::before{content:""}.icon-link::before{content:""}footer [class^=icon-],footer [class*=" icon-"]{font-size:2em;transition:text-shadow .2s ease;padding-right:10px}footer [class^=icon-]:hover,footer [class*=" icon-"]:hover{text-shadow:0 0 10px rgba(0,0,0,.3)}@media print{body{font-family:serif;background-color:#fff}@page{margin:1cm}img{max-width:100% !important}body>header,body>footer,.entry-tools,header div,.messages,.entry+.results,.left-bar,.progress,.hide-on-large-only,.entry-info,.title-edit{display:none !important}main{padding-left:0 !important}.article{margin:inherit !important}article{border:none !important}.vieworiginal a::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}.pagination span.current{border-style:dashed}#main{width:100%;margin:0;padding:0}#article{width:100%}}@media only screen and (min-width: 450px){.entries-row{grid-template-columns:repeat(auto-fill, minmax(340px, 1fr))}}@media only screen and (min-width: 992px){nav,.index main,footer{padding-left:240px}.pagination{margin-left:auto}}@media screen and (min-width: 993px){.entry main div#content{padding-left:70px}}@media only screen and (max-width: 992px){header,main,footer,nav{padding-left:0}table{display:block;overflow:auto}iframe{max-width:100%;height:auto}.nav-panels .action{padding-right:.75rem}.nav-panel-top{padding:6px 0}.nav-panel-buttom{justify-content:space-between}#article{max-width:35em;margin-left:auto;margin-right:auto;padding-bottom:100px;font-size:18px}#article>header>h1{font-size:1.33em}.reader-mode{width:240px !important}.reader-mode span{opacity:1}.tabs{display:inline-block;height:auto}.tab{min-width:100%}.indicator{display:none}.pagination li{margin-bottom:.5rem}.pagination li.prev,.pagination li.next{width:auto}.drag-target+.drag-target{height:50%}.drag-target+.drag-target+.drag-target{top:50%}}@media only screen and (min-width: 1200px)and (max-width: 1650px){.row .col.l3{width:33.3333%;margin-left:0}}@media only screen and (min-width: 993px)and (max-width: 1200px){.row .col.l1{width:25%;margin-left:0}.row .col.l2{width:33.3333%;margin-left:0}.row .col.l3{width:41.6667%;margin-left:0}.row .col.l4{width:50%;margin-left:0}.row .col.l5{width:58.333%;margin-left:0}.row .col.l6{width:66.6667%;margin-left:0}.row .col.l7{width:75%;margin-left:0}.row .col.l8{width:83.3333%;margin-left:0}.row .col.l9{width:91.6667%;margin-left:0}.row .col.l10{width:100%;margin-left:0}}@media only screen and (max-width: 350px){.nb-results{display:none}main ul.row{padding:0}.row .col{padding:0}.card-stacked div.metadata .reading-time{display:none}}@media only print{body{display:block}} +#article,#preview-article{font-size:20px;margin:0 auto;max-width:45em;padding:5px 20px;background-color:#fff;box-shadow:0 0 10px #ccc}#article article,#preview-article article{color:#424242;font-size:18px;line-height:1.7em;overflow-wrap:break-word}#article article h1,#article article h2,#article article h3,#article article h4,#article article h5,#article article h6,#preview-article article h1,#preview-article article h2,#preview-article article h3,#preview-article article h4,#preview-article article h5,#preview-article article h6{color:#212121}#article article h1 strong,#article article h2 strong,#article article h3 strong,#article article h4 strong,#article article h5 strong,#article article h6 strong,#preview-article article h1 strong,#preview-article article h2 strong,#preview-article article h3 strong,#preview-article article h4 strong,#preview-article article h5 strong,#preview-article article h6 strong{font-weight:500}#article article h6,#preview-article article h6{font-size:1.2rem}#article article h5,#preview-article article h5{font-size:1.6rem}#article article h4,#preview-article article h4{font-size:1.9rem}#article article h3,#preview-article article h3{font-size:2.2rem}#article article h2,#preview-article article h2{font-size:2.5rem}#article article h1,#preview-article article h1{font-size:2.7rem}#article article a,#preview-article article a{border-bottom:1px dotted #00acc1;text-decoration:none}#article article a:hover,#preview-article article a:hover{border-bottom-style:solid}#article article ul,#preview-article article ul{padding-left:30px}#article article ul,#article article ul li,#preview-article article ul,#preview-article article ul li{list-style-type:disc}#article article blockquote,#preview-article article blockquote{font-style:italic}#article article strong,#preview-article article strong{font-weight:bold}#article img,#article figure,#preview-article img,#preview-article figure{max-width:100%;height:auto}#article pre,#preview-article pre{box-sizing:border-box;margin:0 0 1.75em;border:#e3f2fd 1px solid;width:100%;padding:10px;font-family:monospace;font-size:.8em;white-space:pre;overflow:auto;background:#f5f5f5;border-radius:3px}#article>header>h1,#preview-article>header>h1{font-size:2em;margin:2.1rem 0 .68rem}#article .entry-info .tools,#preview-article .entry-info .tools{display:flex;margin:8px 5px 5px;flex-wrap:wrap}#article .entry-info .tools .stats,#preview-article .entry-info .tools .stats{margin:0;font-size:.7em}#article .entry-info .tools .stats li,#preview-article .entry-info .tools .stats li{display:inline-flex;vertical-align:middle;margin:3px 5px}#article .entry-info .tools .stats li i.material-icons,#preview-article .entry-info .tools .stats li i.material-icons{color:#3e3e3e;margin-right:3px;font-size:18px}#article .entry-info .tools .stats a,#preview-article .entry-info .tools .stats a{color:#000;text-decoration:none}#article .entry-info .tools .tags,#preview-article .entry-info .tools .tags{display:flex;margin:0;align-items:center;gap:5px}#article .entry-info .chip,#preview-article .entry-info .chip{display:flex;margin:0;padding:0;height:25px;line-height:25px;align-items:center;background-color:rgba(0,0,0,0)}#article .entry-info .chip a,#article .entry-info .chip i,#preview-article .entry-info .chip a,#preview-article .entry-info .chip i{color:#fff}#article .entry-info .chip i.material-icons,#preview-article .entry-info .chip i.material-icons{font-size:16px;vertical-align:sub}#article .entry-info .chip-label,#preview-article .entry-info .chip-label{padding-left:10px;padding-right:5px;background-color:#9e9e9e;border-radius:6px 0 0 6px}#article .entry-info .chip-action,#preview-article .entry-info .chip-action{padding:0 5px;background-color:#868686;border-radius:0 6px 6px 0}#article .entry-info .chip-label,#article .entry-info .chip-action,#preview-article .entry-info .chip-label,#preview-article .entry-info .chip-action{min-width:30px;text-align:center}#article .entry-info .chip-label:hover,#article .entry-info .chip-label:active,#article .entry-info .chip-label:focus,#article .entry-info .chip-action:hover,#article .entry-info .chip-action:active,#article .entry-info .chip-action:focus,#preview-article .entry-info .chip-label:hover,#preview-article .entry-info .chip-label:active,#preview-article .entry-info .chip-label:focus,#preview-article .entry-info .chip-action:hover,#preview-article .entry-info .chip-action:active,#preview-article .entry-info .chip-action:focus{background-color:#5e5e5e}.entry-info{margin-bottom:40px}.reader-mode{width:70px !important;transition:width .2s ease}.reader-mode .collapsible-body{height:0;overflow:hidden}.reader-mode span{opacity:0;transition:opacity .2s ease}.reader-mode:hover{width:260px !important}.reader-mode:hover span{opacity:1}.reader-mode .collapsible-body{height:auto}.reader-mode .collapsible-body li a i.material-icons{margin:auto 5px auto -8px}.progress{position:fixed;top:0;width:100%;height:3px;margin:0;z-index:9999}@media only screen and (max-width: 640px){.entry-info{margin-bottom:20px}#article .entry-info .tools{margin-left:0;margin-right:0}#article .entry-info .tools .tags{gap:10px}#article .entry-info .chip{height:32px;line-height:32px}#article .entry-info .chip-label,#article .entry-info .chip-action{min-width:40px}}main div#content{padding:0 .5rem}.card .card-content{padding-bottom:12px;flex-grow:1}.card .card-content .card-title,.card .card-reveal .card-title{line-height:22.8px;max-height:80px;font-size:19px;font-family:roberto,"Helvetica Neue",Helvetica,Arial,sans-serif}.card .card-stacked .card-content .card-title{display:inline-block}.card .card-content .activator,.card .card-reveal .activator{cursor:pointer;font-family:"Material Icons"}.card .card-content i.right,.card .card-reveal i.right{margin-left:0}.card .card-content .original{line-height:24px;font-size:15px}.card .card-entry-labels{position:absolute;top:10px;z-index:90;max-width:50%}.card .card-entry-labels-hidden{margin:2.5px auto}.card .card-entry-labels-hidden li{display:inline-block;background-color:#00acc1;margin:0 5px;padding:5px 12px;border-radius:3px;color:#fff;max-height:2em;max-width:calc(100% - 15px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card .card-action{padding:10px 10px 10px 15px}.card .card-action ul.links{margin:0;font-size:24px;line-height:24px}.card .card-action a{color:#fff;margin:0}.card .card-action a:hover{color:#fff}.card .card-action .tool{display:flex;margin-right:0 !important}.card .card-action .reading-time{display:inline-flex;vertical-align:middle}.card .card-action .reading-time .card-reading-time,.card .card-action .reading-time .card-created-at{display:inline-flex}.card .card-action .reading-time span{margin-right:5px}.card .card-image{height:10em}.card .card-fullimage{height:13.5em}.card.sw{max-width:370px;margin-left:auto;margin-right:auto}.card-body{display:flex;flex-grow:1;flex-direction:column}a.original:not(.waves-effect){text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.card .card-image .preview,.card .card-fullimage .preview,.card-stacked .preview{height:100%;background:no-repeat 50%/cover;background-color:#efefef;display:block}.card .card-image .preview--default,.card .card-fullimage .preview--default,.card-stacked .preview--default{background-size:contain}.card-entry-labels li,.card-tag-labels li{margin:10px 10px 10px auto;padding:5px 12px 5px 16px !important;background-color:#00acc1;border-radius:3px;color:#fff;cursor:default;line-height:20px}.card-entry-labels li{text-overflow:ellipsis;white-space:nowrap;border-radius:0 3px 3px 0;overflow:hidden}.card-tag-labels li{display:flex}.card-entry-tags a,.card-entry-labels a,.card-tag-labels a,.card-entry-labels-hidden a,#list .chip a{text-decoration:none;font-weight:normal;color:#fff}.card-tag-link{width:calc(100% - 24px);line-height:1.3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-tag-form{display:flex;min-width:100px;flex-grow:1}.card-tag-form input{margin-bottom:0;height:1.8rem}.card-tag-icon{display:flex}.card-tag-delete{margin-left:10px}.card-tag-labels{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr))}.card-tag-labels li{margin:10px;align-items:center}.card-stacked{display:flex;flex-flow:row wrap}.card-stacked:hover ul.tools-list{display:inline;text-align:right}.card-stacked .card-preview{max-width:100px;max-height:50px;margin-right:10px;flex:1}.card-stacked div.metadata{overflow:hidden;height:1.5em;display:flex}.card-stacked div.metadata ul.tags{margin-left:4px}.card-stacked div.metadata .chip{background-color:#00acc1;padding:0 7px;margin:auto 1px;border-radius:6px;line-height:22px;height:22px}.card-stacked div.metadata .chip a,.card-stacked div.metadata .chip i{color:#fff}.card-stacked div.metadata .chip i.material-icons{float:right;font-size:20px;line-height:32px;padding-left:8px}.card-stacked div.metadata .reading-time{display:inline-flex;vertical-align:middle;padding:0 5px;flex-wrap:wrap;margin-left:auto}.card-stacked div.metadata .reading-time .card-reading-time,.card-stacked div.metadata .reading-time .card-created-at{display:inline-flex}.card-stacked div.metadata .reading-time span{margin-right:5px}.card-stacked div.metadata .reading-time i.material-icons{font-size:20px}.card-stacked div.card-content{flex:4}.card-stacked ul.tools-list{flex:1;display:none;flex-basis:5em;align-self:flex-end;float:right;max-width:8em}.card-stacked .tags{display:inline-block}.card.archived,.card-stacked.archived{opacity:.5}#content .collection .collection-item{min-height:65px;height:auto}.quickstart .card .card-action a,.quickstart .card .card-action a:hover{color:#fff !important}.settings .tabs-container{padding-bottom:15px}.settings .settings-checkbox-col{padding:0}.settings .settings-checkbox-label{margin-bottom:20px;height:3rem}.settings .settings-range-label{position:absolute;top:-14px;font-size:.8rem}.entries-row{display:grid;margin:.4rem 0 0;padding:0 .75rem;gap:20px}.entry-card{display:flex;margin:0;height:100%;flex-direction:column}.tools{display:flex;gap:10px}.mass-action-toggle{display:inline-flex;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.mass-action-toggle:focus{background-color:rgba(0,0,0,0)}.mass-action{margin:10px 5px 10px 20px}.mass-action-group{display:flex;padding:3px;gap:10px}.mass-action-button{height:24px;line-height:24px;padding:0 .5rem}.mass-action-button i{font-size:1rem}.entry-checkbox{margin:10px 15px 10px 5px}.card .entry-checkbox{float:right;margin-right:0;padding:10px}.entries .entry-checkbox-input,.mass-action .entry-checkbox-input{position:relative;left:0;width:20px;min-height:25px;height:100%;vertical-align:middle;opacity:initial;z-index:10}.toggle-checkbox:not(:checked)+.mass-action,.toggle-checkbox:not(:checked)+.mass-action-tags,.toggle-checkbox:not(:checked)~.entries .entry-checkbox,.toggle-checkbox:checked~.entries .card-preview{display:none}.mass-action-tags{display:flex;align-items:center;gap:10px}.mass-action-tags .mass-action-tags-input{margin:0}.entries{list-style:none}.collection{margin:5px 15px 0;padding:0}.collection .collection-item{padding:7px;height:65px}.results{display:flex;padding:1rem 1rem 0;flex-wrap:wrap;justify-content:space-between}.results .nb-results{display:inline-flex}.results-item{color:#444}.pagination ul{display:flex;margin:0;flex-wrap:wrap;justify-content:space-around}.pagination ul .prev.disabled,.pagination ul .next.disabled{display:none}.pagination li{padding:0}.pagination li:not(.active) a:hover,.pagination li:not(.active) a:active,.pagination li:not(.active) a:focus{background-color:#e6e6e6}.pagination li:not(:last-of-type){margin-right:10px}.pagination span,.pagination a{padding:0 10px;height:30px;display:block;line-height:30px}.pagination .disabled{margin-right:10px;margin-left:10px}.pagination li.active span{padding:0 10px;height:30px;display:block;color:#fff}.footer-text{margin:.7rem .5rem}.hidden{display:none}.picker__date-display{display:none}footer.page-footer{margin-top:10px;padding-top:0}footer .row{margin-bottom:10px}@media screen and (min-width: 993px){.mass-action{display:flex;align-items:center;gap:30px}}#filters button{padding:0;width:100%}#filters div.with-checkbox{height:3rem;margin-top:0}body{display:flex;min-height:100vh;flex-direction:column;background:#fafafa}body.login main{padding:0;min-height:100vh}.border-bottom{border-bottom:1px solid #ddd}a{color:#00acc1}main,#content,.valign-wrapper{height:100%}.typo-logo{max-width:150px}#main{flex:1 0 auto}#main .logo a{height:100pt}#main .logo img{height:100pt;width:100pt}#main .logo:hover{background:rgba(0,0,0,0)}nav{height:auto;line-height:initial}nav input{color:#aaa}nav ul a:hover{background-color:initial}.nav-panel-item .button-collapse{margin-left:0;margin-right:.5rem;padding-left:.5rem;padding-right:.5rem;height:auto;line-height:1;background-color:rgba(0,0,0,0);border:none}.nav-panel-item{display:flex;padding:.6rem .4rem .6rem .75rem;flex-wrap:wrap;justify-content:space-between;align-items:center}.nav-panel-item a{padding:10px 15px}.nav-panel-item .material-icons{height:auto;line-height:1}.nav-input{display:none}.nav-panel-buttom{display:flex;flex-grow:1;justify-content:flex-end}.nav-panel-item .add,.nav-panel-item .search,.nav-panels .close{color:#444 !important}.nav-panels{transition:background .2s ease}.nav-panels .action{margin:0;font-size:2.1rem}.nav-panels .input-field input{display:block;line-height:inherit;height:3rem}.nav-panels .input-field input:focus{border:0;box-shadow:none;color:#444}.nav-panel-top{display:flex;align-items:center}.input-field.nav-panel-item label{left:1rem}.input-field.nav-panel-item .close{color:rgba(0,0,0,0);cursor:pointer;font-size:2rem;transition:.3s color}.input-field.nav-panel-item{display:flex;flex:1;flex-wrap:nowrap;align-items:center}.input-field.nav-panel-add.disabled,.input-field.nav-panel-add.disabled input{background-color:#f5f5f5}.nav-panel-add,.nav-panel-search{background-color:#fff}.nav-form-button{padding:0;background-color:rgba(0,0,0,0);border:none}.nav-form-button:focus{background-color:inherit}.nav-form-button,.nav-panel-item .close{margin:0 1%}.button-filters{display:none}.button-export{display:none}.entry-nav-top--sticky{position:sticky;top:0}.dropdown-content{width:100%}.dropdown-content li{min-height:auto;padding-right:15px}.dropdown-content li>a{display:flex;padding:14px 10px;align-items:center;white-space:initial}@media(min-width: 993px){.toggle-add-url-container{flex-grow:1}.toggle-add-url{display:flex;width:100%;justify-content:end}.button-collapse{display:none}.dropdown-content{min-width:300px;width:initial}}.side-nav{width:240px}.side-nav li{padding:0}.side-nav li.logo>a:hover{background:initial}.side-nav li>a>i.material-icons.theme-toggle-icon{float:none;margin-left:0}.side-nav a{margin:0}.side-nav.fixed a{font-size:13px;line-height:44px;height:44px}.side-nav .collapsible-header,.side-nav.fixed .collapsible-header{height:45px;line-height:44px;padding:0 20px}.side-nav>li.logo{line-height:0;text-align:center}.bold>a{font-weight:bold}.items-number{float:right}div.settings div.file-field div,div.settings div.file-field ul{margin-top:40px}div.settings div.file-field div{margin-top:inherit}.input-field label.active{font-size:1rem}nav .input-field input{margin:0;padding-left:.5rem}.tabs{display:flex}.tab{flex:1}.dark-theme body{background-color:#101010}.dark-theme #article,.dark-theme .card,.dark-theme .card-panel,.dark-theme .card .card-reveal,.dark-theme .card-stacked .preview:not(.preview--default),.dark-theme .card .preview:not(.preview--default),.dark-theme .collapsible-header,.dark-theme .collection,.dark-theme .dropdown-content,.dark-theme .side-nav,.dark-theme .side-nav .collapsible-body,.dark-theme .side-nav.fixed .collapsible-body,.dark-theme .tabs{background-color:#131716}.dark-theme table.striped>tbody>tr:nth-child(2n+1),.dark-theme .dropdown-content li{background-color:#232323}.dark-theme .dropdown-content li:hover,.dark-theme .dropdown-content li.active,.dark-theme .dropdown-content li.selected,.dark-theme .pagination li:not(.active) a:hover,.dark-theme .pagination li:not(.active) a:active,.dark-theme .pagination li:not(.active) a:focus{background-color:#2c2c2c}.dark-theme .dropdown-content .divider{background-color:#383838}.dark-theme .collection{border-color:rgba(0,0,0,0)}.dark-theme .collection .collection-item{border-color:#121212}.dark-theme .card:hover,.dark-theme .collection .collection-item:hover{background-color:#272727}.dark-theme #content,.dark-theme #article article,.dark-theme #article article h1,.dark-theme #article article h2,.dark-theme #article article h3,.dark-theme #article article h4,.dark-theme #article article h5,.dark-theme #article article h6,.dark-theme .dropdown-content li>a,.dark-theme .nav-panels .input-field input:focus,.dark-theme .results-item,.dark-theme .side-nav li>a,.dark-theme .side-nav li>a>i.material-icons{color:#dfdfdf}.dark-theme .cyan,.dark-theme .cyan.darken-1,.dark-theme .cyan.darken-2,.dark-theme .nav-panel-add,.dark-theme .nav-panel-search{background-color:#1d1d1d !important}.dark-theme .grey-text.text-darken-4,.dark-theme .nav-panel-item .add,.dark-theme .nav-panel-item .search,.dark-theme .nav-panels .close{color:#dfdfdf !important}.dark-theme .side-nav li.active{background-color:#2f2f2f}.dark-theme .side-nav li:not(.logo)>a:hover,.dark-theme .side-nav .collapsible-header:hover,.dark-theme .side-nav.fixed .collapsible-header:hover{background-color:#1d1d1d}.dark-theme #article{box-shadow:0 0 10px #1d1d1d}.dark-theme .card,.dark-theme .collection .collection-item{background-color:#1d1d1d}.dark-theme .card-action{background-color:rgba(0,0,0,0)}.dark-theme .logo img,.dark-theme .preview.preview--default,.dark-theme .typo-logo{filter:invert(100%)}.dark-theme .border-bottom,.dark-theme .collapsible,.dark-theme .collapsible-body,.dark-theme .collapsible-header{border-color:#222}.dark-theme .pagination li.active{background-color:#666}.dark-theme .hljs,.dark-theme #article pre{color:#abb2bf;background-color:#282c34}.dark-theme nav input{color:#abb2bf}.dark-theme .input-field.nav-panel-add.disabled,.dark-theme .input-field.nav-panel-add.disabled input{background-color:rgba(0,0,0,0)}@media only screen and (min-width: 992px){.dark-theme #article{background-color:#101010}}@font-face{font-family:icomoon;src:url(fonts/IcoMoon-Free.ttf);font-weight:normal;font-style:normal}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;width:1em;height:1em;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.material-icons .md-18{font-size:18px}.material-icons .md-24{font-size:24px}.material-icons .md-36{font-size:36px}.material-icons .md-48{font-size:48px}.material-icons .md-dark{color:rgba(0,0,0,.54)}.material-icons .md-dark .md-inactive{color:rgba(0,0,0,.26)}.material-icons .md-light{color:#fff}.material-icons .md-light .md-inactive{color:rgba(255,255,255,.3)}[class^=icon-]::before,[class*=" icon-"]::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;background-size:24px;letter-spacing:0;font-feature-settings:"liga"}.icon-eye::before{content:""}.icon-no-eye::before{content:""}.icon-calendar::before{content:""}.icon-mail::before{content:""}.icon-time::before{content:""}a.icon-image{background-repeat:no-repeat;padding-right:.4em !important;padding-left:0 !important;margin-left:25px}a.icon-image::before{content:"";display:block;width:24px;height:24px;float:left;margin:7px 1.5px 0 0}a.icon-image.diaspora::before{background:url(themes/_global/img/icons/diaspora-icon--black.png) no-repeat center/80%}a.icon-image.unmark::before{background:url(themes/_global/img/icons/unmark-icon--black.png) no-repeat center/80%}a.icon-image.shaarli::before{background:url(themes/_global/img/icons/shaarli.png) no-repeat center/80%}a.icon-image.scuttle::before{background:url(themes/_global/img/icons/scuttle.png) no-repeat center/80%}.icon-google-plus2::before{content:""}.icon-facebook2::before{content:""}.icon-twitter::before{content:""}.icon-apple::before{content:""}.icon-android::before{content:""}.icon-chrome::before{content:""}.icon-firefox::before{content:""}.icon-link::before{content:""}footer [class^=icon-],footer [class*=" icon-"]{font-size:2em;transition:text-shadow .2s ease;padding-right:10px}footer [class^=icon-]:hover,footer [class*=" icon-"]:hover{text-shadow:0 0 10px rgba(0,0,0,.3)}@media print{body{font-family:serif;background-color:#fff}@page{margin:1cm}img{max-width:100% !important}body>header,body>footer,.entry-tools,header div,.messages,.entry+.results,.left-bar,.progress,.hide-on-large-only,.entry-info,.title-edit{display:none !important}main{padding-left:0 !important}.article{margin:inherit !important}article{border:none !important}.vieworiginal a::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}.pagination span.current{border-style:dashed}#main{width:100%;margin:0;padding:0}#article{width:100%}}@media only screen and (min-width: 450px){.entries-row{grid-template-columns:repeat(auto-fill, minmax(340px, 1fr))}}@media only screen and (min-width: 992px){nav,.index main,footer{padding-left:240px}.pagination{margin-left:auto}}@media screen and (min-width: 993px){.entry main div#content{padding-left:70px}}@media only screen and (max-width: 992px){header,main,footer,nav{padding-left:0}table{display:block;overflow:auto}iframe{max-width:100%;height:auto}.nav-panels .action{padding-right:.75rem}.nav-panel-top{padding:6px 0}.nav-panel-buttom{justify-content:space-between}#article{max-width:35em;margin-left:auto;margin-right:auto;padding-bottom:100px;font-size:18px}#article>header>h1{font-size:1.33em}.reader-mode{width:240px !important}.reader-mode span{opacity:1}.tabs{display:inline-block;height:auto}.tab{min-width:100%}.indicator{display:none}.pagination li{margin-bottom:.5rem}.pagination li.prev,.pagination li.next{width:auto}.drag-target+.drag-target{height:50%}.drag-target+.drag-target+.drag-target{top:50%}}@media only screen and (min-width: 1200px)and (max-width: 1650px){.row .col.l3{width:33.3333%;margin-left:0}}@media only screen and (min-width: 993px)and (max-width: 1200px){.row .col.l1{width:25%;margin-left:0}.row .col.l2{width:33.3333%;margin-left:0}.row .col.l3{width:41.6667%;margin-left:0}.row .col.l4{width:50%;margin-left:0}.row .col.l5{width:58.333%;margin-left:0}.row .col.l6{width:66.6667%;margin-left:0}.row .col.l7{width:75%;margin-left:0}.row .col.l8{width:83.3333%;margin-left:0}.row .col.l9{width:91.6667%;margin-left:0}.row .col.l10{width:100%;margin-left:0}}@media only screen and (max-width: 350px){.nb-results{display:none}main ul.row{padding:0}.row .col{padding:0}.card-stacked div.metadata .reading-time{display:none}}@media only print{body{display:block}} /*# sourceMappingURL=material.css.map*/ \ No newline at end of file diff --git a/web/wallassets/material.css.map b/web/wallassets/material.css.map index 9bd91d9d6..a52ca14a7 100644 --- a/web/wallassets/material.css.map +++ b/web/wallassets/material.css.map @@ -1 +1 @@ -{"version":3,"file":"material.css","mappings":"AAAA;;;;EAAA,CAKA,iBACE,oCAGF,sBACE,yBAGF,2BACE,oCAGF,qCACE,yBAGF,2BACE,oCAGF,qCACE,yBAGF,2BACE,oCAGF,qCACE,yBAGF,2BACE,oCAGF,qCACE,yBAGF,2BACE,oCAGF,qCACE,yBAGF,0BACE,oCAGF,oCACE,yBAGF,0BACE,oCAGF,oCACE,yBAGF,0BACE,oCAGF,oCACE,yBAGF,0BACE,oCAGF,oCACE,yBAGF,KACE,oCAGF,UACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,cACE,oCAGF,wBACE,yBAGF,cACE,oCAGF,wBACE,yBAGF,cACE,oCAGF,wBACE,yBAGF,cACE,oCAGF,wBACE,yBAGF,cACE,oCAGF,wBACE,yBAGF,cACE,oCAGF,wBACE,yBAGF,cACE,oCAGF,wBACE,yBAGF,cACE,oCAGF,wBACE,yBAGF,MACE,oCAGF,WACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,QACE,oCAGF,aACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,iCAGF,2BACE,sBAGF,aACE,oCAGF,kBACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,QACE,oCAGF,aACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,MACE,oCAGF,WACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,YACE,oCAGF,iBACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,MACE,oCAGF,WACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,MACE,oCAGF,WACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,OACE,oCAGF,YACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,aACE,oCAGF,kBACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,MACE,oCAGF,WACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,QACE,oCAGF,aACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,iCAGF,2BACE,sBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,OACE,oCAGF,YACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,QACE,oCAGF,aACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,kBACE,oCAGF,4BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,aACE,oCAGF,kBACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,uBACE,oCAGF,iCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,sBACE,oCAGF,gCACE,yBAGF,OACE,oCAGF,YACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,iBACE,oCAGF,2BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,WACE,oCAGF,gBACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,qBACE,oCAGF,+BACE,yBAGF,oBACE,oCAGF,8BACE,yBAGF,oBACE,oCAGF,8BACE,yBAGF,oBACE,oCAGF,8BACE,yBAGF,oBACE,oCAGF,8BACE,yBAGF,MACE,oCAGF,WACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,iCAGF,0BACE,sBAGF,gBACE,oCAGF,0BACE,yBAGF,gBACE,oCAGF,0BACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,eACE,oCAGF,yBACE,yBAGF,OACE,iCAGF,YACE,sBAGF,OACE,iCAGF,YACE,sBAGF,aACE,0CAGF,kBACE,+BAGF,4EAMA,KACE,uBAEA,0BAEA,8BAOF,KACE,SAWF,2FAaE,cAOF,4BAIE,qBAEA,wBAQF,sBACE,aACA,SAOF,kBAEE,aAQF,EACE,+BAOF,iBAEE,UAQF,YACE,yBAMF,SAEE,iBAMF,IACE,kBAOF,GACE,cACA,eAMF,KACE,gBACA,WAMF,MACE,cAMF,QAEE,cACA,cACA,kBACA,wBAGF,IACE,WAGF,IACE,eAQF,IACE,SAMF,eACE,gBAQF,OACE,gBAMF,GAEU,uBACR,SAMF,IACE,cAMF,kBAIE,gCACA,cAeF,sCAKE,cAEA,aAEA,SAOF,OACE,iBASF,cAEE,oBAUF,oEAIE,0BAEA,eAOF,sCAEE,eAMF,iDAEE,SACA,UAOF,MACE,mBAUF,uCAGU,sBAER,UASF,4FAEE,YAOF,mBACE,6BAGQ,uBASV,+FAEE,wBAMF,SACE,wBACA,aACA,2BAOF,OACE,SAEA,UAOF,SACE,cAOF,SACE,iBAQF,MACE,yBACA,iBAGF,MAEE,UAGF,KAEU,sBAGV,mBAEU,mBAGV,yBACE,eACA,qBAGF,4BACE,qBAGF,EACE,cACA,qBACA,0CAGF,gBAIE,aAIQ,mBAGV,UACE,WAGF,WAEU,2BAGV,+GAEU,iGAGV,gEAEU,iGAGV,WAEU,kGAGV,WAEU,mGAGV,kBAEU,uGAGV,WAEU,yGAGV,WAGE,0BACA,CAGF,iBAEU,oEAGV,SACE,WACA,gBACA,yBAGF,WACE,cACA,oBACA,8BAGF,EACE,oBAGF,OACE,WACA,kBAGF,QACE,YACA,iBAGF,OACE,eAGF,QACE,eAGF,SACE,eAGF,QACE,eAGF,0CAEE,eACA,YAGF,eACE,qBACA,kBACA,kBACA,mBACA,YAGF,iBACE,WACA,qBACA,iBACA,eACA,iBAGF,wBACE,WAGF,sBACE,yBAGF,0BACE,eACA,WAGF,iBACE,eAGF,2BACE,qBACA,WAGF,0CACE,YACE,WAEF,wCAEE,UAEF,qBACE,UACA,gBACA,oBAIJ,YACE,eACA,2BAGF,+FAGE,qBACA,WACA,eAGF,mBACE,YACA,2BACA,mBACA,qBACA,6BACA,mBACA,kBACA,eACA,oBACA,mCAGF,+BACE,aAGF,uBACE,WAGF,oBACE,kBACA,gBACA,aAGF,8BACE,kBACA,MACA,OACA,QACA,SACA,WAGF,kCACE,aACA,kBACA,SACA,SACA,eACA,gBAEQ,+BAEA,2BAGV,qBACE,kBAGF,QACE,0BAMF,qBACE,UAGF,SACE,UAEQ,uBAMV,0CACE,4CACE,yBAIJ,0CACE,sBACE,yBAIJ,0CACE,oBACE,yBAIJ,gEACE,kBACE,yBAIJ,0CACE,oBACE,yBAIJ,0CACE,eACE,0BAIJ,gEACE,gBACE,0BAIJ,0CACE,eACE,0BAIJ,0CACE,uBACE,0BAIJ,0CACE,yBACE,0BAIJ,0CACE,sBACE,mBAIJ,aACE,iBACA,WACA,yBAGF,+BACE,gBACA,gBAIA,aAIQ,mBACR,iBACA,2BACA,oCAGF,YACE,YAGF,MACE,WACA,cAGF,gDAEE,gCAGF,sCACE,yBAGF,0BACE,gBAGF,yBAEE,sCAGF,+BACE,yBAGF,sDACE,kBAGF,MACE,gCAGF,MACE,iBACA,mBACA,gBACA,sBACA,kBAGF,0CACE,uBACE,WACA,yBACA,iBACA,cACA,kBAGF,uCACE,YAEF,oDAEE,SACA,mBAEF,0BACE,gBAEF,6BACE,cACA,WAEF,gCACE,cACA,mBAEF,2CACE,YAEF,6BACE,cACA,WACA,kBACA,gBACA,mBAEF,gCACE,qBACA,mBAEF,0BACE,cACA,iBAEF,0BACE,cACA,kBACA,gBAEF,0BACE,eAEF,6BACE,SACA,+BAEF,mCACE,gBACA,cAEF,mCACE,cACA,eACA,gBAEF,mCACE,SAEF,yCACE,gCAIJ,YACE,sBACA,yBACA,kBACA,gBACA,kBAGF,6BACE,sBACA,mBACA,kBACA,SACA,gCAGF,oCACE,gBACA,kBACA,kBAGF,mIAEE,kBACA,WACA,YACA,gBACA,UACA,qBACA,sBAGF,6CACE,eACA,iBACA,WACA,sBACA,kBAGF,2CACE,eAGF,sCACE,SAGF,uDACE,kBACA,SACA,WAGF,wCACE,mBAGF,oCACE,yBACA,cAGF,uDACE,WAGF,8BACE,cAEA,gBACA,cAGF,iDACE,sBAGF,2CACE,sBACA,gCACA,kBAGF,yCACE,kBAGF,gDACE,kBAGF,mBACE,YACA,cAGF,yBACE,SACA,YAGF,iBACE,kBACA,sBACA,SACA,gBAGF,uEACE,kBACA,MACA,OACA,WACA,YAGF,UACE,kBACA,WACA,cACA,WACA,yBACA,kBACA,sBACA,gBAGF,uBACE,kBACA,MACA,OACA,SACA,yBAEA,4BAGF,yBACE,yBAGF,gCACE,WACA,kBACA,yBACA,MACA,OACA,SACA,uBAEQ,8EAGV,+BACE,WACA,kBACA,yBACA,MACA,OACA,SACA,uBAEQ,+EAEA,sBAkBV,yBACE,GACE,UACA,WAEF,IACE,UACA,WAEF,KACE,UACA,YAmBJ,+BACE,GACE,WACA,WAEF,IACE,UACA,UAEF,KACE,UACA,WAOJ,MACE,wBAGF,YACE,gBAGF,aACE,iBAGF,sBACE,kBAGF,MACE,sBAGF,OACE,uBAGF,sDAEE,yBACG,sBAEK,iBAGV,QACE,kBAGF,cACE,cACA,iBACA,kBAGF,UACE,cACA,mBACA,gBACA,uBAGF,YACE,qBAGF,WACE,eACA,cACA,iBACA,kBACA,eACA,iBACA,YACA,cACA,YAEQ,sBAGV,eACE,gBACA,gBACA,WACA,yBACA,kBAGF,qBACE,eAGF,sCACE,qCAGF,oBACE,qBACA,WACA,gBACA,iBACA,YACA,4BAGF,4BACE,+BAGF,wBACE,iBAGF,qBACE,gBAIF,gBACE,kCAGQ,6BAGV,WACE,cACA,iBACA,UAGF,0CACE,WACE,WAIJ,0CACE,WACE,WAIJ,gBACE,qBACA,sBAGF,SACE,iBACA,oBAGF,gBACE,UAGF,oBACE,iBAGF,oBACE,cAGF,KACE,iBACA,kBACA,mBAGF,WACE,WACA,cACA,WAGF,UACE,WAEQ,sBACR,iBACA,eAGF,gDACE,kBAGF,aACE,oBACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,UACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,UACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,UACA,iBACA,UACA,WAGF,cACE,qBACA,iBACA,UACA,WAGF,cACE,qBACA,iBACA,UACA,WAGF,cACE,WACA,iBACA,UACA,WAGF,oBACE,0BAGF,kBACE,oBAGF,kBACE,mBAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,gBAGF,kBACE,UAGF,kBACE,SAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,gBAGF,kBACE,UAGF,kBACE,SAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,gBAGF,kBACE,UAGF,kBACE,SAGF,qBACE,2BAGF,mBACE,qBAGF,mBACE,oBAGF,qBACE,2BAGF,mBACE,qBAGF,mBACE,oBAGF,qBACE,iBAGF,mBACE,WAGF,mBACE,UAGF,0CACE,aACE,oBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,WACA,iBACA,UACA,WAEF,oBACE,0BAEF,kBACE,oBAEF,kBACE,mBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,iBAEF,mBACE,WAEF,mBACE,WAIJ,0CACE,aACE,oBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,WACA,iBACA,UACA,WAEF,oBACE,0BAEF,kBACE,oBAEF,kBACE,mBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,iBAEF,mBACE,WAEF,mBACE,WAIJ,2CACE,cACE,oBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,UACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,UACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,UACA,iBACA,UACA,WAEF,eACE,qBACA,iBACA,UACA,WAEF,eACE,qBACA,iBACA,UACA,WAEF,eACE,WACA,iBACA,UACA,WAEF,qBACE,0BAEF,mBACE,oBAEF,mBACE,mBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,gBAEF,mBACE,UAEF,mBACE,SAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,gBAEF,mBACE,UAEF,mBACE,SAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,gBAEF,mBACE,UAEF,mBACE,SAEF,sBACE,2BAEF,oBACE,qBAEF,oBACE,oBAEF,sBACE,2BAEF,oBACE,qBAEF,oBACE,oBAEF,sBACE,iBAEF,oBACE,WAEF,oBACE,WAIJ,IACE,WACA,yBACA,WACA,YACA,iBAGF,iBACE,YAGF,8BACE,gBACA,YAGF,8BACE,kBACA,mBAGF,MACE,WAGF,+DAGE,cACA,eACA,YACA,iBAGF,iBACE,kBACA,YAGF,0CACE,sBACE,cAIJ,qBACE,WACA,kBACA,UACA,YACA,cAGF,uBACE,YACA,iBAGF,gBACE,kBACA,WACA,qBACA,iBACA,UAGF,uBACE,SAEQ,2BAGV,0CACE,gBACE,SAEQ,2BAEV,2CACE,UAEQ,eAEV,qBACE,WAEF,sBACE,YACA,WAIJ,sBACE,YACA,UAGF,+GAGE,WACA,kBAGF,eACE,qBACA,eACA,eAGF,OACE,SAGF,UAEE,gCACA,WACA,UAGF,iBACE,gCAGF,SAEE,gCACA,eACA,WACA,cACA,eACA,eAGF,2FACE,gBACA,iBACA,kBAGF,2KACE,eACA,oBAGF,eACE,gCAGF,YACE,WAGF,SACE,YAGF,iBACE,SACA,YAGF,uBACE,YACA,iBACA,YACA,kBAGF,yOACE,YAEQ,gBAGV,uBACE,MACA,OAGF,yBACE,2BAEA,qBAGF,gCACE,WAGF,cACE,kBACA,YACA,YAGF,kBACE,eAGF,0CACE,8BACE,gBAEF,qEACE,YACA,iBAEF,cACE,aAIJ,WACE,qBACA,sIACA,gBAGF,WACE,qBACA,uIACA,gBAGF,WACE,qBACA,yIACA,gBAGF,WACE,qBACA,wIACA,gBAGF,WACE,qBACA,sIACA,gBAGF,EACE,qBAGF,KACE,gBACA,gCACA,mBACA,sBAGF,sCACE,KACE,gBAIJ,0CACE,KACE,kBAIJ,2CACE,KACE,gBAIJ,kBACE,gBACA,gBAGF,8BACE,oBAGF,GACE,iBACA,iBACA,0BAGF,GACE,kBACA,iBACA,4BAGF,GACE,kBACA,iBACA,4BAGF,GACE,kBACA,iBACA,2BAGF,GACE,kBACA,iBACA,0BAGF,GACE,eACA,iBACA,uBAGF,GACE,kBAGF,OACE,gBAGF,MACE,cAGF,sCACE,gBAGF,MACE,gBAGF,WACE,gBAGF,0CACE,WACE,kBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,mBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,mBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,mBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,mBAIJ,0CACE,WACE,kBAIJ,kBAGE,wEACA,CAGF,4BAEU,mBAGR,mCACA,CAGF,2BAEU,mBAGV,YAGE,2BAEA,aACA,sBACA,kBACA,sBAGF,MACE,kBACA,sBACA,sBAGA,2BAEA,kBAGF,kBACE,eACA,gBAGF,4BACE,eAGF,qCACE,kBAGF,yEACE,eACA,gBAGF,mHACE,eAGF,+EACE,gBACA,gBAGF,4EACE,kBACA,SACA,OACA,QAGF,YACE,aAGF,aACE,aAGF,YACE,aAGF,iBAIE,aAGF,0GACE,YACA,gBACA,iBAGF,sHACE,YAGF,6BACE,cAGF,iCACE,0BACA,eACA,WAGF,+BAIE,aAKQ,sBAIA,OACR,kBAGF,6CAIU,YAGV,iCACE,UAGF,iCACE,UACA,oBAGF,kBACE,kBAGF,sBACE,cACA,0BACA,kBACA,OACA,QACA,MACA,SACA,WAGF,8BACE,WACA,kBACA,SACA,OACA,eACA,aAGF,oBACE,aACA,0BAGF,sBACE,SACA,cAGF,gCACE,cACA,iBACA,kBAGF,kCACE,iBAGF,mBACE,kBACA,yBACA,0CACA,kBAGF,8BACE,0BAGF,kFACE,cACA,kBAEA,0BACA,yBAGF,wFACE,cAGF,mBACE,aACA,kBACA,sBACA,WACA,gBACA,OACA,SACA,YACA,UACA,aAGF,+BACE,eACA,cAGF,iBACE,cACA,eACA,cAGF,0CACE,iBACE,eACA,WAIJ,gEACE,iBACE,QACA,UACA,eAIJ,0CACE,iBACE,QACA,SACA,eAIJ,OACE,kBACA,SACA,WACA,gBACA,kBACA,eACA,YACA,gBACA,kBACA,qBACA,yBACA,kBACA,iBACA,gBACA,WAIA,aAIQ,mBAIA,8BACR,eAGF,qBACE,cACA,gBACA,mBACA,iBAGF,eACE,mBAGF,0CACE,OACE,WACA,iBAIJ,MACE,kBACA,gBACA,kBACA,YACA,WACA,sBACA,cACA,mBAGF,uBACE,+BAGF,kHAGE,2BAGF,yEAEE,WAGF,kCACE,sBAGF,uBAIE,aAGF,4BAIU,YAGV,WACE,qBACA,kBACA,iBACA,YACA,UACA,SACA,yBAGF,aACE,2BACA,cACA,WACA,YACA,eACA,eACA,uBACA,gBAEA,2BAGF,uCACE,+BACA,cAGF,kDAEE,2BACA,eAGF,iBACE,kBACA,SACA,WACA,yBACA,uBAGF,0CACE,MAIE,aAEF,WAIU,YAEV,aACE,gBAIJ,kBACE,iBACA,eACA,aACA,+BACA,kBACA,WACA,gBACA,iBACA,UACA,kBACA,kBACA,2BACA,gBACA,OACA,MACA,oBACA,kBAGF,UACE,kBACA,UACA,WACA,WACA,0BACA,yBACA,WAEQ,wBACR,kBAGF,0BAEE,YACA,kBACA,qBACA,YACA,iBACA,eACA,yBACA,sBACA,0CAGF,qSAcE,oBACA,oCAEQ,gBACR,yBACA,eAGF,+XAcE,oCACA,yBAGF,mDAIE,eACA,UAGF,6DAIE,iBACA,oBAGF,gDAEE,yBAGF,gBACE,qBACA,WACA,yBACA,kBACA,oBAEA,wBACA,eAGF,4BACE,yBAGF,cACE,qBACA,WACA,kBACA,gBACA,UACA,WACA,YACA,iBACA,UACA,yBACA,kBAEA,eACA,eACA,sBAGF,oBACE,yBAGF,qBACE,gBAGF,wBACE,WACA,YAGF,oCACE,aAGF,0BACE,iBAGF,0BACE,kBACA,WACA,aAGF,+BACE,WACA,UAGF,gBACE,cACA,qBACA,kBACA,WACA,iBACA,iBAGF,oBACE,YAGF,kBACE,eACA,WACA,YACA,iBACA,gBACA,YAGF,4BACE,mBAGF,6BACE,mBAGF,gCACE,iBACA,WACA,QAEQ,2BACR,YACA,UACA,YAIF,mCACE,qBACA,qBAGF,0BACE,UACA,YAGF,qCACE,UAGF,6BAIE,aACA,MACA,SACA,UAGF,gCAIU,OACR,qBACA,SACA,YAEA,gBAGF,kCACE,cACA,gBACA,kBACA,WACA,YACA,+BAEQ,gBACR,WACA,iBACA,UAGF,oCACE,oBAGF,qBACE,OACA,QACA,kBACA,kBACA,YACA,SACA,kBAGF,wBACE,mBAGF,oCACE,UAGF,gCACE,kBACA,MACA,OACA,WACA,WACA,YACA,yBACA,kBAEQ,mBAGV,UAEU,gBACR,+BACA,cACA,eAEA,gCAGF,gCAEU,gBAGV,gBACE,gCAGF,mBACE,0CACA,yBACA,eAGF,WACE,YACA,iBAGF,aACE,iBAGF,WACE,cAGF,kBACE,sBACA,SACA,aACA,gBACA,iBACA,gBACA,UACA,kBACA,YACA,yBAGF,qBACE,WACA,sBACA,eACA,gBACA,mBACA,WACA,gBACA,oBAGF,qFACE,sBAGF,qCACE,yBAGF,6BACE,aACA,WAGF,iDACE,eACA,cACA,cACA,iBACA,kBAGF,gCACE,QACA,OACA,YAGF,yBACE,eACA,oBACA,WACA,kBACA,WAGF,yDACE,QACA,OACA,YAGF;;;;;;;EAAA,CAQA,cACE,kBACA,eACA,qBACA,gBACA,yBACG,sBAEK,iBACR,0CACA,sBACA,UAEA,wBAGF,4BACE,kBACA,kBACA,WACA,YACA,iBACA,kBACA,UACA,0BAEA,4BAGA,sCAGQ,mBACR,oBAGF,wCACE,uCAGF,sCACE,oCAGF,yCACE,qCAGF,yCACE,oCAGF,yCACE,qCAGF,wCACE,oCAGF,uCACE,oCAGF,kGACE,SACA,kBACA,kBACA,uBACA,gBAGF,kBACE,kBACA,WAGF,oBAEE,2BAGF,cAEU,wBACR,2EAGF,qBACE,mBACA,sBAGF,yCACE,kBACA,MACA,OACA,UAGF,cACE,kBACA,YACA,aACA,kBACA,kBACA,wBAGF,aACE,cAIF,4BACE,WAGF,OACE,aACA,eACA,OACA,QACA,yBACA,UACA,eACA,UACA,YACA,gBACA,kBACA,wBAGF,0CACE,OACE,WAIJ,wCACE,aAGF,sBACE,aAGF,oBACE,eAGF,qBACE,0BACA,yBACA,gBACA,YACA,WACA,iBAGF,yFACE,aAGF,eACE,eACA,YACA,SACA,OACA,SACA,QACA,YACA,WACA,gBACA,aACA,oBAGF,0BACE,UACA,WAGF,yCACE,kBACA,yBACA,gBACA,WACA,gBAGF,wCACE,oCACA,kBACA,SAGF,oBACE,SACA,aACA,SACA,WACA,eACA,gBACA,2BAGF,aACE,0BACA,4BACA,2BACA,sBAGF,oBAIE,aACA,eACA,0CACA,gBACA,aACA,sBACA,6BAGF,sBACE,WACA,iBACA,qBACA,kBACA,kBAGF,kBACE,aACA,6BAEQ,sBACR,aAGF,oDAEE,YAEQ,gBAGV,0DAEE,UAGF,kEAEE,+BACA,YACA,oBACA,eACA,eAGF,8EAEE,iCAGF,sEAEE,oBAGF,8DAEE,SACA,sBAGF,wEAEE,wBAGF,oBACE,YAEQ,gBAGV,uBAEU,oEACR,cAEA,4DAGF,8BAEU,qEACR,cAGF,MACE,qBACA,YACA,eACA,gBACA,qBACA,iBACA,eACA,mBACA,yBACA,kBACA,iBAGF,UACE,WACA,qBACA,YACA,WACA,kBAGF,aACE,eACA,YACA,eACA,iBACA,iBAGF,OACE,YACA,gCAEQ,gBACR,kBACA,gBACA,aAEA,mBAGF,aACE,gCAEQ,6BAGV,aACE,YAGF,sBACE,yBACA,WAGF,cACE,gBACA,SACA,qBACA,qBACA,eACA,YACA,iBACA,UACA,SACA,qBACA,uBAGF,oBACE,oBAEQ,2BAGV,6BACE,aACA,gBAGF,eACE,iBACA,UACA,wBAGF,mBACE,gBAEQ,4BAGV,eACE,cAEA,eACA,kBAEA,uBACA,mCAGF,kCACE,WAGF,sBAEE,gBAGF,qBACE,eACA,MACA,QACA,SACA,OACA,yBACA,aACA,oBAGF,qBACE,eACA,aACA,WACA,iBACA,SACA,OACA,WACA,kBACA,eACA,YACA,aACA,mCAGF,aACE,0BAGF,aACE,aACA,yBAGF,MACE,gBACA,cASF,mBACE,cAKF,cACE,cAIF,kfAaE,+BACA,YACA,gCACA,gBACA,aACA,YACA,WACA,eACA,kBACA,UAEQ,gBAEA,uBAER,mBAGF,g1CAyBE,sBACA,yCAGF,4+CA0BE,sBAGF,gxBAaE,gCAEQ,6BAGV,81BAaE,cAGF,qrBAaE,WAGF,k9CA0BE,aAGF,woDA0BE,cAIF,0vCAyBE,gCAEQ,6BAGV,gzCAyBE,gCAEQ,6BAGV,wiDA0BE,2BACA,cACA,UAEQ,0BAGV,8lDA0BE,yBACA,cACA,UAEQ,0BAGV,0qBAaE,cACA,WACA,kBACA,SACA,OACA,UAEA,mDAGF,aACE,kBACA,gBAGF,oBACE,qBACA,sBACA,gBAGF,+DAEE,mBAGF,uBACE,YAGF,wEAEE,iCAGF,mBACE,cACA,kBACA,MACA,OACA,YACA,eACA,YAGA,kCAGQ,yBACR,mBAEQ,2BACR,oBAGF,2CAEU,uCAEA,qBAGV,qBACE,kBACA,WACA,eAEA,qBAGF,4BACE,cAGF,oKAKE,iBACA,UACA,wBAGF,2BACE,iBAGF,0CACE,2BACE,UACA,yBAIJ,0CACE,2BACE,UACA,yBAKJ,gCACE,cACA,oBAGF,6CACE,eACA,kBACA,wBACA,SAEQ,gBAGV,sCACE,sBACA,SAEQ,gBACR,WAGF,gKAGE,WAGF,sCACE,UAGF,sGAEE,kBACA,MACA,WACA,oBACA,eACA,eAEA,qBAIF,SACE,WACA,YACA,+BAGF,8BACE,kBAEA,yBAEA,YACA,gBAGF,6CACE,YAGF,oDACE,sBAGF,qEAEU,4BAGV,WACE,aACA,qBACA,qBACA,yBAEA,mBAEA,kBACA,MAIF,sBACE,iBACA,mBACA,cACA,UACA,gBAGF,oCACE,WAGF,6BACE,YACA,WACA,gBAKF,gDAEE,kBACA,UACA,oBAGF,4DAEE,kBACA,kBACA,eACA,qBACA,YACA,iBACA,eAEA,qBACA,yBACG,sBAEK,iBAGV,mDAEE,WACA,kBACA,OACA,MACA,WACA,WACA,YACA,UAEA,qBAIF,uOAME,kBAGF,+EAEE,yBAGF,uCAEU,mBAIV,kCACE,+BAGF,sHAGE,yBAGF,2EAEE,yBAGF,iCAEU,sBAIV,0CAEU,qBAIV,uCAEU,qCAIV,oDACE,iCAGF,mDACE,YACA,iCAIF,4FAEE,+BACA,6BAGF,4BACE,sBAGF,iDACE,6BAGF,0CACE,iCACA,qBAMF,OACE,mBACA,gBAGF,kBACE,gBAIF,sDAEE,kBACA,UACA,oBAOF,sBACE,kBACA,kBACA,eACA,qBACA,YACA,iBACA,eACA,yBACG,sBAEK,iBAGV,yEAEE,WACA,kBACA,MACA,OACA,WACA,YACA,UACA,yBACA,kBACA,eAEA,eAGF,4CACE,SAEQ,mBAGV,oDACE,YACA,iCAGF,yCAEU,mBACR,SACA,kBAEQ,qCACR,gCAGF,qCACE,SACA,UACA,WACA,YACA,mCACA,oCACA,+BACA,gCAEQ,wBAEA,2BAEA,2BAGV,8CACE,uCACA,wCAIF,2CACE,UACA,WACA,WACA,YACA,gBACA,iBACA,+BACA,mBAEQ,wBAEA,2BAEA,2BAGV,oDACE,uCACA,+BAGF,sCACE,kBAGF,6EAEE,WACA,OACA,kBAGA,mGACA,UAGF,qDACE,QACA,SACA,+BACA,SACA,SAEQ,yBAEA,2BAGV,oDACE,YACA,WACA,+BACA,yBACA,QACA,UAGF,+CACE,MACA,SACA,UACA,YACA,mCACA,oCACA,4BACA,6BAEQ,yBAEA,2BAGV,8CACE,MACA,WACA,YACA,yBACA,yBACA,UAGF,mDACE,kBACA,qBACA,gCAGF,2DACE,kBACA,yBACA,qBAGF,8DACE,+BACA,+BAGF,6DACE,2BACA,yBAGF,wDACE,+BAGF,uDACE,yBACA,qBAKF,kBAEE,0CACA,yBACG,sBAEK,iBAGV,cACE,eAGF,mCACE,UACA,QACA,SAGF,kDACE,yBAGF,iHACE,UAGF,wDACE,yBAGF,qBACE,WACA,qBACA,kBACA,WACA,YACA,iCACA,mBACA,kBAEA,+BACA,sBACA,cAGF,uDACE,WACA,kBACA,qBACA,WACA,YACA,kBACA,OACA,SAGA,mFACA,CAGF,4BACE,sCAGF,2BACE,yBAEQ,2GAGV,0IAGU,qBACR,sCAGF,yHAGU,qBACR,iCAGF,8CACE,eACA,iCAGF,4HAEE,yBAKF,OACE,aAGF,uBACE,cAGF,OACE,sCACA,WACA,YACA,yBACA,kBACA,YAGF,oBACE,cACA,kBACA,QACA,oBACA,SACA,MACA,OACA,UAGF,cACE,kBAGF,gBACE,kBAGF,0DAEE,WACA,oBAGF,sCACE,kBACA,eACA,+BACA,YACA,gCACA,aACA,YACA,iBACA,WACA,eACA,kBACA,UACA,cACA,yBACG,sBAEK,iBAGV,2BACE,cACA,kBACA,QACA,MACA,SACA,YACA,cACA,eACA,iBAGF,sBACE,kBACA,UACA,gBAGF,gBACE,sBAGF,mEAEE,sBAGF,+CACE,sBACA,eACA,yBACG,sBAEK,iBAGV,kBACE,qBAGF,4FAGE,qBACA,+BAGF,4CACE,+BAGF,2CACE,iCAGF,8CACE,iCAGF,wBACE,iBACA,UACA,wBAGF,cACE,iBAGF,wBACE,YACA,WACA,gBACA,YAGF,6BACE,0BAGF,2CACE,qBAGF,kCACE,qBAGF,gDACE,kBAKF,YACE,kBAGF,+BACE,gBACA,kBAGF,4BACE,WAGF,wCACE,WACA,YACA,iBAGF,iBACE,eAGF,6BACE,kBACA,MACA,QACA,OACA,SACA,WACA,SACA,UACA,eACA,eACA,UACA,wBAGF,yDACE,aAKF,aACE,kBAGF,2CAEE,eAGF,kBACE,kBACA,+BACA,YACA,aACA,WACA,cACA,UAGF,wBACE,aAGF,yBACE,kBACA,SACA,OACA,YACA,SACA,QACA,kBACA,yBACA,gBAEQ,yBAEA,yBAGV,gCACE,cACA,WACA,kBACA,cACA,YAEQ,wBAGV,gCACE,4BAGF,uCACE,WACA,iBACA,eACA,eAGF,kBACE,wBAGF,iDACE,WACA,mBACA,YAGF,wCACE,wBACA,YACA,YACA,WACA,kBACA,yBAEQ,yBACR,kBAEA,sCAGF,uDACE,gBAGF,kBAEE,sBAIF,oCACE,WACA,gBACA,YAGF,oCACE,YACA,YACA,WACA,kBACA,mBACA,gBAGF,iCACE,uBACA,oBAGF,0CACE,gBAGF,6BACE,WACA,yBACA,2BACA,mBAEA,oBAGF,kCACE,gBAGF,kCACE,gBAGF,6BACE,YACA,YACA,WACA,kBACA,mBAGF,wCACE,gBAGF,wCACE,gBAMF,yBACE,eAGF,sBACE,cAGF,qBACE,qBACA,gBACA,cACA,kBACA,cACA,mBACA,kBACA,qBAGF,2BACE,cACA,kBACA,8BAGF,4BACE,gBACA,kBACA,8BAGF,UACE,eACA,YACA,OACA,MACA,SAEQ,4BACR,YACA,yBACA,uBACA,oBACA,sBACA,YACA,gBACA,sBAEQ,2BAEA,4BAGV,wBACE,QAEQ,2BACR,UAEQ,2BAGV,uBACE,SAGF,aACE,WACA,iBAGF,oBACE,iCAGF,eACE,sBACA,cACA,eACA,gBACA,YACA,iBACA,eAGF,qBACE,iCAGF,yHACE,iBAGF,iGACE,WAGF,wBACE,cAGF,uFACE,yBAGF,kCACE,yBAGF,gHAGE,WACA,YACA,iBACA,kBACA,WACA,sBAGF,mBACE,iBAGF,qBACE,eACA,oBACA,sBACA,eACA,gBACA,iBAGF,2BACE,+BAGF,yCAEE,kBACA,oBACA,kBAGF,6CAEE,YACA,UAGF,yDAEE,+BAGF,iEAEE,gBACA,kBACA,MACA,QACA,SACA,OACA,WAGF,qKAIE,cAGF,yDAEE,YACA,WAGF,4GAIE,eACA,iBAGF,qDAEE,gBACA,gBAGF,uDAEE,oBACA,gBAGF,aACE,YACA,WACA,eACA,MACA,YAGF,gBACE,OAEQ,wBACR,eAGF,8BACE,QACA,UAGF,0CACE,gBAEU,4BAEV,8BAEU,2BAEV,YACE,eAEF,yCAEE,qBAIJ,4HAEE,yBAGF,gIAEE,WAGF,4BACE,UAGF,iBACE,eACA,MACA,OACA,QACA,aACA,gCACA,YACA,oBA4BF,mBACE,qBACA,kBACA,WACA,YAGF,yBACE,WACA,YAGF,uBACE,WACA,YAGF,0BAGE,kDASF,4BACE,GAEU,0BAIZ,eACE,kBACA,WACA,YACA,UACA,qBAGF,iCAEE,qBAGF,+BAEE,qBAGF,qCAEE,qBAGF,mCAEE,qBAgBF,oCAGE,kJAGF,mCAGE,iJAGF,sCAGE,oJAGF,qCAGE,mJAGF,6LAME,UAEA,+EAsCF,8BACE,MAEU,yBAGV,IAEU,yBAGV,MAEU,yBAGV,IAEU,yBAGV,MAEU,yBAGV,IAEU,yBAGV,MAEU,yBAGV,GAEU,2BA0BZ,4BACE,KACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,KACE,WAsBJ,2BACE,KACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,WAsBJ,8BACE,KACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,WAsBJ,6BACE,KACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,KACE,WAQJ,WACE,kBACA,MACA,SACA,UACA,YACA,gBACA,qBAGF,mBACE,YACA,WAGF,gBACE,qBACA,kBACA,UACA,YACA,gBACA,qBAGF,wBACE,WACA,YACA,iBAEA,mBACA,qBACA,6CACA,kBAEA,eACA,kBACA,MACA,QACA,SAGF,6BACE,OACA,4CAEA,yBAGF,8BACE,WACA,2CAEA,0BAGF,qCAGE,sEAGF,sCAGE,uEAeF,qBACE,KAEU,yBAEV,IAEU,wBAEV,GAEU,0BAgBZ,sBACE,KAEU,0BAEV,IAEU,uBAEV,GAEU,2BAIZ,2BAGE,8FAYF,oBACE,KACE,UAEF,GACE,WAIJ,QACE,kBACA,aACA,WAGF,mBACE,YACA,WACA,kBACA,MACA,OACA,QACA,SAGF,6BACE,YAGF,iCACE,UACA,YAGF,gBACE,yBACA,SACA,aAGF,mBACE,UACA,kBACA,MACA,OACA,UACA,WACA,eACA,gBAGF,uBACE,YACA,WACA,sBACA,2BAGF,4BACE,WACA,kBACA,QACA,SACA,UACA,UAGF,8BACE,cAGF,0BACE,UAGF,oBACE,kBACA,kBACA,OACA,QACA,SACA,SAGF,oCACE,qBACA,kBACA,eACA,YACA,WACA,cACA,yBAEA,gCACA,kBAGF,2CACE,yBAGF,UACE,gBACA,kBACA,WACA,aAEQ,kBAEA,4BAEA,wBAGV,0BACE,MACA,OAGF,+CACE,kBACA,OACA,QACA,YACA,UAGF,+DACE,YAGF,yCACE,WACA,YACA,iBACA,kBACA,MACA,OAGF,4CACE,eACA,gBACA,iBAGF,2CACE,eAGF,yBACE,aACA,YACA,aACA,kBACA,MACA,OAGF,6BACE,WAGF,sBACE,kBACA,kBACA,OACA,QACA,SACA,SAGF,sCACE,qBACA,kBACA,eACA,WACA,UACA,gBACA,sCAEA,gCACA,kBAGF,6CACE,sBAGF,uGAEE,oBAGF,oBACE,YACA,aACA,eACA,aACA,kBAEA,6BAGF,yBACE,mBAEA,yBAGF,qCAEU,mBACR,YAGA,kGACA,CAGF,kDAEU,mBAGV,iDACE,mBAEQ,qEAOR,qDAGA,CAMF,YACE,kBACA,eACA,kBACA,yBAEQ,wGACR,WACA,YACA,UAEQ,mBAGR,kGACA,CAGF,oBACE,kBACA,mBAGF,iBACE,kBACA,kBACA,cAGF,iDACE,WACA,cACA,kBACA,WACA,YACA,kBACA,sBAGF,yBAEU,mBAGR,wBACA,CAGF,wBACE,kBAOA,mDAOA,WAGF,mBACE,QACA,SAEQ,gCACR,cACA,6BAGF,gGACE,gBAGF,0CACE,gCACE,YACA,cAIJ,OACE,iBACA,kBAGF,eACE,WACA,cACA,kBACA,WACA,YACA,MACA,OACA,yBACA,sBAGA,qCAGQ,qEACR,WAqBF,2BACE,GACE,UAEQ,mBAEV,IACE,UAEQ,qBAEV,KACE,UAEQ,sBAUZ,QACE,eACA,gBACA,gBACA,WACA,kBACA,cACA,yBACA,sBAEA,iBACA,aAMF,eACE,eAMF,qCACE,qBAMF,gBACE,WACA,gBACA,iCAGF;;;EAAA,CAUA,+BAEE,SACA,OACA,QACA,SAMF,gBACE,eAEA,gDACA,mCAMF,eACE,kBACA,cACA,gBACA,YACA,iBACA,gEACA,wBACA,eACA,UAEA,6BAGF,6BACE,eACE,iBACA,SACA,aACA,gBAIJ,6BACE,eACE,oBAOJ,cACE,cACA,WACA,YAGF,6BACE,cACE,eAOJ,aACE,gBACA,mBACA,sBAGF,6BACE,aACE,cACA,sBACA,yBACA,sBACA,0BAEA,6CAOJ,gCACE,MACA,yBACA,uGACA,OACA,2BAEA,oCAGF,+BACE,MACA,kEACA,0BACA,eACA,UAGF,6BACE,+BACE,QACA,aAUJ,qCACE,qBAGF,eACE,cACA,gBAGF,6BACE,+BACE,QACA,aAIJ,0CACE,aAIE,aAEF,eACE,UACA,iBAUJ,aACE,UACA,kBACA,gBAMF,gBACE,kBACA,kBACA,iBAMF,6BAEE,qBACA,kBACA,mBAMF,6CAEE,WACA,UACA,kBACA,mBAGF,uCACE,eACA,sBACA,UAGF,sCACE,eACA,sBACA,UAGF,yDAEE,6BAMF,sCAEE,kBACA,oBACA,UACA,WAEQ,uBACR,YAGF,mBACE,UACA,qBAGF,mBACE,WACA,oBAGF,sHAIE,eACA,gBACA,2BACA,0BAMF,eACE,kBACA,yBACA,iBACA,mBACA,eACA,WACA,iBACA,mBAGF,oCACE,kBAGF,kBACE,SACA,UAMF,iBACE,oBACA,gBACA,qBACA,WACA,gBAIF,6BACE,iBACE,qBAOJ,oBACE,kBACA,cACA,oBACA,iBACA,gBACA,+BAGF,8BACE,sBAGF,4BACE,eACA,WACA,gBAGF,uBACE,aACA,iBACA,WAGF,6BACE,eACA,WACA,gBAGF,2EAEE,eAGF,4FAGE,kBAEQ,sBACR,mBACA,WAGF,4FAGE,mBACA,qBACA,WACA,eAGF,sGAEE,gBAMF,gBACE,iBAGF,qEAGE,sBACA,gBACA,eACA,gBACA,iBACA,UACA,qBACA,sBAGF,uFAGE,eACA,WACA,mBACA,4BAGF,uFAGE,mBACA,6BACA,aAGF,0FAGE,kBACA,qBACA,SAGF,4DAEE,YACA,mBAGF,8BACE,YACA,QACA,+BACA,sCAGF,8BACE,YACA,YACA,0BAGF,8BACE,YACA,WACA,mBACA,gBACA,mBACA,WAGF,wEAEE,mBACA,qBACA,WACA,eAGF,wCACE,sBAUF,sBACE,gBACA,yBACA,WACA,aACA,gBAGF,0CACE,sBAIU,OAEV,yBACE,cAEF,4BAIU,QAIZ,kDAEE,eACA,WACA,mBAGF,yBACE,gBACA,iBACA,iBACA,eAGF,uBACE,iBACA,gBAGF,qBACE,iBACA,gBACA,iBAGF,sBACE,iBACA,gBACA,2BAMF,4BACE,eAGF,kCACE,YAGF,eACE,aACA,mBAGF,sBACE,sBACA,sBACA,iBACA,gBACA,+BAGF,0CACE,sBACE,kBAIJ,gCACE,cAGF,sDACE,WAGF,iBACE,gBAGF,4FAGE,kBAEQ,qBACR,yBACA,WAGF,8JAGE,yBAGF,gBACE,iBACA,iBAGF,6CACE,iBACA,eACA,cAGF,eACE,cACA,WAGF,oDAEE,YACA,oCACA,uCACA,iCACA,QACA,SACA,cACA,cAGF,0BACE,eACA,gCAGF,iFACE,yBASF,cACE,gBACA,sBACA,SAMF,mBACE,6BACA,0BACA,mBACA,kBACA,gBACA,qBAGF,4BACE,mBACE,kBAKJ,yBACE,eACA,WACA,mBACA,qBACA,WAIF,gCACE,qBACA,WAGF,uFAEE,eACA,WACA,mBAIF,8GAGE,mBACA,WACA,WAIF,8GAGE,mBACA,qBACA,WACA,eACA,kBACA,aAMF,qCACE,cACA,UACA,kBACA,mBACA,gBACA,SACA,gBACA,gBACA,kBACA,yBACA,sBAGF,sFAEE,WACA,mBACA,gBACA,kBACA,eACA,WACA,aAGF,4CACE,YACA,sBACA,iBACA,iBAGF,oGAEE,WASF,6BACE,gBACA,gBAMF,2BACE,cACA,mBACA,UAGF,6BACE,2BACE,mBAOJ,qBACE,eACA,iBACA,kBACA,2BACA,gBACA,WACA,kBAGF,wBACE,iBACA,kBACA,WACA,aACA,iBACA,gBAGF,0CACE,qBACE,QAEF,wBACE,kBACA,WACA,YACA,kBACA,mBAIJ,cACE,WAGF,wBACE,iBAGF,0BACE,gBAGF,8EAGE,eAGF,oBACE,YAGF,mBACE,sBACA,kBACA,YACA,aACA,iBACA,kBACA,YACA,gBACA,kBACA,yBACG,sBAEK,iBAGV,sCAEE,YACA,aACA,kBACA,UACA,SAGF,qBACE,kBAGF,kBACE,kBACA,sBACA,iBACA,kBACA,WACA,YACA,kBACA,eAGF,iDAEE,sCAGF,kBAIE,wCACA,CAGF,sBACE,UAGF,wCAEE,0BAGF,0CAEE,0BAGF,oBAEE,yBAGF,wBACE,YAGF,4BACE,YACA,aAGF,uBACE,YACA,aAGF,6BACE,aAGF,yBACE,eACA,eACA,qB;ACzrSF,0DAGC,wDACA,mBACA,gBACA,SACA,UACA,gBAIA,gBAGA,mBACA,gBACA,cAMD,iBACC,yDACA,4BAGD,0RAOC,yDACA,4BAMD,cACC,mBACA,+BACA,wGAGD,wBACC,mBACA,8BACA,wGAMD,mBACC,kBAKD,oDAGC,aAGD,kBACC,aAGD,sEAIC,kBACA,eACA,cAGD,gBACC,aACA,kBAMD,iBACC,iBACA,kBACA,WACA,YACA,6BAGD,uBACC,+BAGD,wBACC,iCAGD,wBACC,cACA,WACA,YACA,cACA,YACA,gBACA,mBACA,eAQD,iBACC,QACA,SAGD,kBACC,SACA,UACA,YACA,WACA,gBACA,yBACA,uCACA,yBACA,sCAGA,kBAGA,wCACA,qCAGD,sCACC,UACA,YAGD,sCACC,YACA,QAGD,yBACC,iBAGD,uEAEC,UACA,SACA,gBAGD,wBACC,WACA,cACA,WACA,YACA,wBACA,kBACA,aACA,SAGD,4CACC,UACA,UAGD,4CACC,4BACA,YACA,SAGD,qHAGC,kBACA,eAGD,kCACC,6BACA,0CAGD,8CACC,gBAGD,wDAEC,6BACA,2CAMD,sBACC,gBAGD,0EAEC,iBAMD,2FAEC,iBACA,oBACA,cACA,eACA,kBACA,gBACA,gBAGD,sCACC,kBACA,QACA,UACA,iBACA,UAIA,+BACA,YAGD,0GAEC,UAGD,qFAEC,eACA,qBACA,WACA,YACA,gBACA,YACA,WACA,mBACA,+BACA,aAGD,kMAIC,WAGD,mGAEC,UAGD,uDACC,aAGD,sDACC,4BAGD,wDACC,4BAGD,sDACC,6BAMD,kCACC,kBAGD,wCACC,MACA,eACA,eACA,eAGD,mFAEC,cACA,eACA,iBACA,YACA,SACA,cACA,gBAGA,yBACA,sBACA,YAGD,8DACC,WACA,UAGD,0EACC,kBACA,yBACA,0BAGD,6EACC,YACA,sBACA,0BACA,4CAGD,+EACC,WACA,sBACA,0BAGD,uDACC,iBAIA,0BAGD,+FAEC,yBACA,aAGD,2GAEC,WACA,YACA,UACA,eACA,iBACA,eAGD,sCACC,gBAGD,8GAGC,iBACA,YACA,6BACA,yBAmBA,4GAcA,uHACC,CAGD,oHACC,CAMD,0BAGD,yDACC,gBACA,gCAIA,0BAGD,uEAEC,kBACA,qBACA,qBACA,cACA,0CACA,qBACA,iBACA,eACA,iBACA,yBACA,yBAsBA,oIAaA,mFACC,CAED,gFACC,CAKD,kBAGD,0BACC,kBACA,QACA,SACA,cACA,WACA,WACA,YACA,gBACA,4BAGD,qMAKC,aACA,qBACA,yBAsBA,iIAOA,WACA,qCAGD,gEAEC,gBACA,6BAGD,wFAEC,qBACA,yBAsBA,gIASD,yCACC,6BAGD,uJAGC,gBACA,6BAGD,0CACC,4BAGD,2EACC,yBAGD,6DACC,4BACA,YAGD,kBACC,kBACA,MACA,QACA,WACA,YACA,+BAGD,sCACC,WACA,OACA,6BAGD,sCACC,SACA,SACA,+BAGD,yDACC,6BAMD,kBACC,WACA,eACA,UACA,OACA,WACA,eACA,iBACA,kBACA,gBACA,0BACA,gCAIA,4BAGD,0BACC,qBAGD,wBACC,qBAGD,oBACC,SAGD,oBACC,WAGD,uBACC,MAMD,gBACC,mBAGD,+BACC,qBACA,cACA,kBACA,gBACA,iBACA,yBAIA,kBAMD,kBACC,eACA,MACA,QACA,OACA,gBACA,cACA,YACA,gCACA,kBACA,mBAIA,gBAKA,iDACC,CACD,8CACC,CAGF,yBACC,eACA,iBACA,cACA,yCACA,kBACA,SAID,4FAEC,kBACA,qBACA,gBACA,iBACA,cACA,iBAGD,yGAEC,gBACA,cACA,WACA,iBAIA,4BAGD,mDACC,iBAGD,mDACC,cACA,YACA,wBACA,sBACA,yBACA,iBACA,gBACA,iBACA,gBACA,eACA,YACA,WACA,yBAIA,4BAKA,4CACC,CACD,yCACC,CAIF,yDACC,aACA,sBAGD,0CACC,kBACA,UACA,QACA,YACA,mBACA,WACA,YACA,4BACA,WAGD,gGAEC,WAGD,iDACC,UAGD,sDACC,yBACA,UACA,mBACA,WACA,gBAOA,mFACC,CAED,gFACC,CAIF,8KAGC,oBAGD,4DACC,kBACA,QACA,SACA,WACA,cACA,UACA,WACA,6BAGD,kEACC,6BAGD,sEAIC,4BACA,iBAGD,4EACC,UACA,UACA,6BAGD,kFACC,6BAGD,qBACC,mBACA,+BACA,wGAGD,uBACC,sB;AC13BD,WACA,4BACE,kBACA,gBACA,mBACA,4CACA,yLAEA,iBAEF,4BACE,mBACA,kBACA,eACA,qBAEA,cACA,oBACA,sBACA,iBACA,mBACA,kBAEA,mCAEA,kCAEA,kCAEA,6BAEA,6BACA,WACE,8BACF,WACE,8BACF,WACE,6BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,sCACF,WACE,8BACF,WACE,8BACF,WACE,4BACF,WACE,iCACF,WACE,uCACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,+BACF,WACE,sCACF,WACE,6BACF,WACE,qCACF,WACE,uCACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,uCACF,WACE,4CACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,+BACF,WACE,sCACF,WACE,oCACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,gCACF,WACE,qCACF,WACE,sCACF,WACE,oCACF,WACE,2CACF,WACE,sCACF,WACE,0CACF,WACE,mCACF,WACE,2CACF,WACE,wCACF,WACE,+CACF,WACE,oCACF,WACE,uCACF,WACE,qCACF,WACE,iCACF,WACE,4BACF,WACE,4BACF,WACE,oCACF,WACE,kCACF,WACE,kCACF,WACE,gCACF,WACE,qCACF,WACE,iCACF,WACE,iCACF,WACE,kCACF,WACE,mCACF,WACE,2CACF,WACE,oCACF,WACE,iCACF,WACE,sCACF,WACE,oCACF,WACE,iCACF,WACE,qCACF,WACE,yCACF,WACE,sCACF,WACE,4CACF,WACE,qCACF,WACE,iCACF,WACE,0CACF,WACE,iCACF,WACE,qCACF,WACE,2CACF,WACE,sCACF,WACE,qCACF,WACE,iCACF,WACE,oCACF,WACE,+BACF,WACE,6CACF,WACE,8BACF,WACE,kCACF,WACE,oCACF,WACE,4BACF,WACE,0CACF,WACE,iDACF,WACE,sDACF,WACE,mDACF,WACE,oDACF,WACE,qDACF,WACE,mDACF,WACE,oDACF,WACE,sCACF,WACE,iCACF,WACE,wCACF,WACE,4CACF,WACE,8CACF,WACE,yCACF,WACE,wCACF,WACE,gCACF,WACE,wCACF,WACE,8BACF,WACE,kCACF,WACE,kCACF,WACE,iCACF,WACE,8BACF,WACE,gDACF,WACE,8CACF,WACE,+CACF,WACE,8CACF,WACE,8CACF,WACE,2CACF,WACE,kCACF,WACE,sCACF,WACE,gCACF,WACE,kCACF,WACE,wCACF,WACE,oCACF,WACE,kCACF,WACE,+BACF,WACE,gCACF,WACE,kCACF,WACE,qCACF,WACE,4BACF,WACE,kCACF,WACE,4BACF,WACE,qCACF,WACE,yCACF,WACE,yCACF,WACE,qCACF,WACE,8BACF,WACE,iCACF,WACE,6BACF,WACE,oCACF,WACE,qCACF,WACE,gCACF,WACE,mCACF,WACE,mCACF,WACE,uCACF,WACE,2CACF,WACE,0CACF,WACE,0CACF,WACE,2CACF,WACE,wCACF,WACE,uCACF,WACE,wCACF,WACE,+CACF,WACE,sCACF,WACE,sCACF,WACE,0CACF,WACE,mCACF,WACE,oCACF,WACE,wCACF,WACE,qCACF,WACE,kCACF,WACE,gCACF,WACE,qCACF,WACE,mCACF,WACE,mCACF,WACE,uCACF,WACE,wCACF,WACE,0CACF,WACE,4CACF,WACE,6CACF,WACE,kCACF,WACE,4CACF,WACE,6CACF,WACE,wCACF,WACE,yCACF,WACE,4BACF,WACE,qCACF,WACE,oCACF,WACE,qCACF,WACE,mCACF,WACE,oCACF,WACE,oCACF,WACE,mCACF,WACE,mCACF,WACE,qCACF,WACE,4CACF,WACE,4CACF,WACE,oCACF,WACE,sCACF,WACE,wCACF,WACE,qCACF,WACE,mCACF,WACE,kCACF,WACE,qCACF,WACE,uCACF,WACE,kCACF,WACE,iCACF,WACE,8CACF,WACE,kCACF,WACE,iCACF,WACE,kCACF,WACE,+BACF,WACE,qCACF,WACE,8BACF,WACE,sCACF,WACE,gCACF,WACE,gCACF,WACE,+BACF,WACE,kCACF,WACE,yCACF,WACE,iCACF,WACE,gCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,8CACF,WACE,qCACF,WACE,sCACF,WACE,oCACF,WACE,wCACF,WACE,qCACF,WACE,4BACF,WACE,qCACF,WACE,sCACF,WACE,uCACF,WACE,gCACF,WACE,oCACF,WACE,iCACF,WACE,8BACF,WACE,qCACF,WACE,gCACF,WACE,gCACF,WACE,+BACF,WACE,sCACF,WACE,8BACF,WACE,sCACF,WACE,kCACF,WACE,kCACF,WACE,wCACF,WACE,4CACF,WACE,2CACF,WACE,wCACF,WACE,4CACF,WACE,sCACF,WACE,oCACF,WACE,iCACF,WACE,gCACF,WACE,6BACF,WACE,6BACF,WACE,oCACF,WACE,iCACF,WACE,qCACF,WACE,uCACF,WACE,wCACF,WACE,yCACF,WACE,wCACF,WACE,kCACF,WACE,mCACF,WACE,sCACF,WACE,qCACF,WACE,qCACF,WACE,0CACF,WACE,qCACF,WACE,oCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,mCACF,WACE,wCACF,WACE,4BACF,WACE,2CACF,WACE,yCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,wCACF,WACE,wCACF,WACE,uCACF,WACE,0CACF,WACE,0CACF,WACE,8CACF,WACE,qCACF,WACE,uCACF,WACE,8CACF,WACE,wCACF,WACE,sCACF,WACE,8BACF,WACE,qCACF,WACE,mCACF,WACE,8BACF,WACE,qCACF,WACE,iCACF,WACE,mCACF,WACE,kCACF,WACE,iCACF,WACE,wCACF,WACE,8BACF,WACE,8BACF,WACE,+BACF,WACE,6BACF,WACE,kCACF,WACE,uCACF,WACE,uCACF,WACE,0CACF,WACE,4CACF,WACE,2CACF,WACE,6BACF,WACE,iCACF,WACE,kCACF,WACE,mCACF,WACE,oCACF,WACE,6CACF,WACE,sCACF,WACE,mCACF,WACE,uCACF,WACE,+BACF,WACE,mCACF,WACE,uCACF,WACE,qCACF,WACE,sCACF,WACE,uCACF,WACE,oCACF,WACE,oCACF,WACE,qCACF,WACE,iCACF,WACE,+BACF,WACE,4CACF,WACE,6CACF,WACE,0CACF,WACE,kCACF,WACE,mCACF,WACE,mCACF,WACE,sCACF,WACE,wCACF,WACE,oCACF,WACE,kCACF,WACE,8BACF,WACE,+BACF,WACE,6BACF,WACE,uCACF,WACE,2CACF,WACE,+BACF,WACE,yCACF,WACE,iCACF,WACE,oCACF,WACE,mCACF,WACE,kCACF,WACE,4CACF,WACE,0CACF,WACE,8BACF,WACE,kCACF,WACE,+BACF,WACE,sCACF,WACE,uCACF,WACE,yCACF,WACE,6BACF,WACE,oCACF,WACE,4CACF,WACE,8BACF,WACE,kCACF,WACE,gDACF,WACE,qCACF,WACE,6CACF,WACE,kCACF,WACE,sCACF,WACE,kCACF,WACE,qCACF,WACE,sCACF,WACE,mCACF,WACE,uCACF,WACE,2CACF,WACE,+BACF,WACE,+BACF,WACE,6CACF,WACE,8BACF,WACE,oCACF,WACE,0CACF,WACE,8BACF,WACE,kCACF,WACE,8BACF,WACE,yCACF,WACE,uCACF,WACE,gDACF,WACE,2CACF,WACE,8BACF,WACE,qCACF,WACE,mCACF,WACE,uCACF,WACE,kCACF,WACE,oCACF,WACE,mCACF,WACE,qCACF,WACE,uCACF,WACE,4BACF,WACE,mCACF,WACE,6BACF,WACE,iCACF,WACE,+BACF,WACE,qCACF,WACE,oCACF,WACE,6CACF,WACE,mCACF,WACE,iCACF,WACE,gCACF,WACE,qCACF,WACE,0CACF,WACE,+BACF,WACE,gCACF,WACE,gCACF,WACE,uCACF,WACE,4CACF,WACE,gCACF,WACE,iCACF,WACE,iCACF,WACE,yCACF,WACE,4CACF,WACE,gDACF,WACE,qCACF,WACE,4CACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,sCACF,WACE,wCACF,WACE,oCACF,WACE,iCACF,WACE,qCACF,WACE,oCACF,WACE,sCACF,WACE,yCACF,WACE,0CACF,WACE,6CACF,WACE,iCACF,WACE,uCACF,WACE,sCACF,WACE,gDACF,WACE,+BACF,WACE,iCACF,WACE,kCACF,WACE,oCACF,WACE,uCACF,WACE,gCACF,WACE,oCACF,WACE,+BACF,WACE,0CACF,WACE,oCACF,WACE,wCACF,WACE,qCACF,WACE,6BACF,WACE,qCACF,WACE,6BACF,WACE,kCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,kCACF,WACE,uCACF,WACE,sCACF,WACE,sCACF,WACE,oCACF,WACE,oCACF,WACE,qCACF,WACE,4BACF,WACE,yCACF,WACE,0CACF,WACE,uCACF,WACE,sCACF,WACE,uCACF,WACE,uCACF,WACE,uCACF,WACE,qCACF,WACE,sCACF,WACE,iCACF,WACE,wCACF,WACE,gCACF,WACE,kCACF,WACE,kCACF,WACE,kCACF,WACE,4CACF,WACE,mCACF,WACE,yCACF,WACE,oCACF,WACE,uCACF,WACE,sCACF,WACE,0CACF,WACE,mCACF,WACE,gCACF,WACE,uCACF,WACE,mCACF,WACE,+BACF,WACE,6BACF,WACE,+BACF,WACE,+BACF,WACE,uCACF,WACE,uCACF,WACE,qCACF,WACE,wCACF,WACE,sCACF,WACE,uCACF,WACE,sCACF,WACE,wCACF,WACE,oCACF,WACE,iCACF,WACE,wCACF,WACE,6BACF,WACE,gDACF,WACE,oCACF,WACE,wCACF,WACE,gCACF,WACE,wCACF,WACE,4CACF,WACE,uCACF,WACE,mCACF,WACE,0CACF,WACE,uCACF,WACE,gCACF,WACE,qCACF,WACE,sCACF,WACE,mCACF,WACE,gCACF,WACE,gCACF,WACE,mCACF,WACE,+BACF,WACE,sCACF,WACE,mCACF,WACE,wCACF,WACE,wCACF,WACE,+CACF,WACE,uCACF,WACE,8CACF,WACE,uCACF,WACE,8CACF,WACE,yCACF,WACE,uCACF,WACE,2CACF,WACE,kDACF,WACE,uCACF,WACE,0CACF,WACE,iDACF,WACE,yCACF,WACE,2CACF,WACE,kDACF,WACE,wCACF,WACE,mCACF,WACE,4CACF,WACE,yCACF,WACE,kCACF,WACE,gCACF,WACE,iCACF,WACE,yCACF,WACE,yCACF,WACE,4BACF,WACE,mCACF,WACE,uCACF,WACE,uCACF,WACE,sCACF,WACE,uCACF,WACE,2CACF,WACE,2CACF,WACE,0CACF,WACE,wDACF,WACE,oCACF,WACE,qCACF,WACE,6BACF,WACE,yCACF,WACE,+BACF,WACE,mCACF,WACE,wCACF,WACE,4CACF,WACE,6BACF,WACE,iCACF,WACE,qCACF,WACE,oCACF,WACE,oCACF,WACE,kCACF,WACE,mCACF,WACE,qCACF,WACE,iCACF,WACE,qCACF,WACE,wCACF,WACE,iCACF,WACE,sCACF,WACE,6CACF,WACE,oCACF,WACE,+BACF,WACE,oCACF,WACE,uCACF,WACE,6BACF,WACE,kCACF,WACE,wCACF,WACE,gDACF,WACE,4CACF,WACE,kDACF,WACE,4CACF,WACE,4BACF,WACE,qCACF,WACE,4BACF,WACE,4BACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,gCACF,WACE,wCACF,WACE,6BACF,WACE,4BACF,WACE,wCACF,WACE,uCACF,WACE,6BACF,WACE,wCACF,WACE,sCACF,WACE,sCACF,WACE,0CACF,WACE,kCACF,WACE,2CACF,WACE,iCACF,WACE,kCACF,WACE,4BACF,WACE,gCACF,WACE,8BACF,WACE,gCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,qCACF,WACE,uCACF,WACE,uCACF,WACE,0CACF,WACE,yCACF,WACE,4CACF,WACE,iCACF,WACE,8BACF,WACE,kCACF,WACE,4CACF,WACE,wCACF,WACE,uCACF,WACE,qCACF,WACE,oCACF,WACE,4CACF,WACE,qCACF,WACE,sCACF,WACE,qCACF,WACE,sCACF,WACE,6CACF,WACE,4CACF,WACE,oCACF,WACE,gDACF,WACE,4CACF,WACE,kCACF,WACE,8BACF,WACE,sCACF,WACE,kCACF,WACE,0CACF,WACE,6BACF,WACE,oCACF,WACE,mCACF,WACE,8BACF,WACE,wCACF,WACE,mCACF,WACE,mCACF,WACE,qCACF,WACE,mCACF,WACE,oCACF,WACE,+BACF,WACE,2CACF,WACE,oCACF,WACE,oCACF,WACE,iCACF,WACE,gCACF,WACE,oCACF,WACE,iCACF,WACE,yCACF,WACE,yCACF,WACE,uCACF,WACE,uCACF,WACE,wCACF,WACE,wCACF,WACE,sCACF,WACE,kCACF,WACE,sCACF,WACE,6BACF,WACE,gDACF,WACE,4CACF,WACE,iCACF,WACE,mCACF,WACE,gCACF,WACE,wCACF,WACE,qCACF,WACE,oCACF,WACE,iCACF,WACE,iCACF,WACE,wCACF,WACE,yCACF,WACE,4BACF,WACE,2CACF,WACE,uCACF,WACE,6BACF,WACE,iCACF,WACE,+BACF,WACE,8BACF,WACE,iCACF,WACE,kCACF,WACE,4CACF,WACE,kCACF,WACE,kCACF,WACE,2CACF,WACE,kCACF,WACE,sCACF,WACE,2CACF,WACE,0CACF,WACE,kCACF,WACE,qCACF,WACE,oCACF,WACE,+BACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,sCACF,WACE,mCACF,WACE,uCACF,WACE,uCACF,WACE,4CACF,WACE,qCACF,WACE,sCACF,WACE,mCACF,WACE,oCACF,WACE,wCACF,WACE,wCACF,WACE,oCACF,WACE,0CACF,WACE,uCACF,WACE,qCACF,WACE,qCACF,WACE,oCACF,WACE,0CACF,WACE,qCACF,WACE,yCACF,WACE,mCACF,WACE,kCACF,WACE,mCACF,WACE,mCACF,WACE,+BACF,WACE,uCACF,WACE,6BACF,WACE,oCACF,WACE,8BACF,WACE,8BACF,WACE,mCACF,WACE,kCACF,WACE,iCACF,WACE,uCACF,WACE,sCACF,WACE,iCACF,WACE,+BACF,WACE,qCACF,WACE,oCACF,WACE,uCACF,WACE,6BACF,WACE,4CACF,WACE,wCACF,WACE,qCACF,WACE,sCACF,WACE,8BACF,WACE,oCACF,WACE,qCACF,WACE,gCACF,WACE,iCACF,WACE,8BACF,WACE,+BACF,WACE,oCACF,WACE,sCACF,WACE,mCACF,WACE,oCACF,WACE,sCACF,WACE,uCACF,WACE,mCACF,WACE,yCACF,WACE,sCACF,WACE,0CACF,WACE,kCACF,WACE,+BACF,WACE,kCACF,WACE,mCACF,WACE,4CACF,WACE,6CACF,WACE,0CACF,WACE,2CACF,WACE,oCACF,WACE,qCACF,WACE,0CACF,WACE,2CACF,WACE,0CACF,WACE,+CACF,WACE,+CACF,WACE,sCACF,WACE,4CACF,WACE,6CACF,WACE,6CACF,WACE,iDACF,WACE,wCACF,WACE,qCACF,WACE,qCACF,WACE,sCACF,WACE,oCACF,WACE,6CACF,WACE,oDACF,WACE,oDACF,WACE,yCACF,WACE,0CACF,WACE,6BACF,WACE,8BACF,WACE,gCACF,WACE,mCACF,WACE,mCACF,WACE,kCACF,WACE,yCACF,WACE,mCACF,WACE,uCACF,WACE,0CACF,WACE,mCACF,WACE,mCACF,WACE,wCACF,WACE,kCACF,WACE,qCACF,WACE,oCACF,WACE,gCACF,WACE,8BACF,WACE,+BACF,WACE,kCACF,WACE,8BACF,WACE,0CACF,WACE,gCACF,WACE,gCACF,WACE,4BACF,WACE,gCACF,WACE,6BACF,WACE,6BACF,WACE,6BACF,WACE,oCACF,WACE,gCACF,WACE,iCACF,WACE,kCACF,WACE,kCACF,WACE,sCACF,WACE,gCACF,WACE,8BACF,WACE,iCACF,WACE,gCACF,WACE,8BACF,WACE,mCACF,WACE,8BACF,WACE,iCACF,WACE,iCACF,WACE,yCACF,WACE,iCACF,WACE,gCACF,WACE,kCACF,WACE,8BACF,WACE,kCACF,WACE,kCACF,WACE,qCACF,WACE,mCACF,WACE,+BACF,WACE,qCACF,WACE,0CACF,WACE,6BACF,WACE,kCACF,WACE,iCACF,WACE,iCACF,WACE,2BACF,WACE,iCACF,WACE,wCACF,WACE,4CACF,WACE,gCACF,WACE,uCACF,WACE,+BACF,WACE,sCACF,WACE,iCACF,WACE,mCACF,WACE,iCACF,WACE,mCACF,WACE,2CACF,WACE,gCACF,WACE,oCACF,WACE,oCACF,WACE,gCACF,WACE,0CACF,WACE,gCACF,WACE,yCACF,WACE,qCACF,WACE,kCACF,WACE,+BACF,WACE,6BACF,WACE,oCACF,WACE,qCACF,WACE,6BACF,WACE,gCACF,WACE,mCACF,WACE,oCACF,WACE,qCACF,WACE,kCACF,WACE,sCACF,WACE,sCACF,WACE,yCACF,WACE,+BACF,WACE,gCACF,WACE,oCACF,WACE,2CACF,WACE,6BACF,WACE,4BACF,WACE,gCACF,WACE,wCACF,WACE,6BACF,WACE,oCACF,WACE,iCACF,WACE,kCACF,WACE,4CACF,WACE,kCACF,WACE,8CACF,WACE,wCACF,WACE,yCACF,WACE,gCACF,WACE,8BACF,WACE,oCACF,WACE,yCACF,WACE,2CACF,WACE,wCACF,WACE,uCACF,WACE,sCACF,WACE,8BACF,WACE,qCACF,WACE,kCACF,WACE,mCACF,WACE,oCACF,WACE,6BACF,WACE,6BACF,WACE,8BACF,WACE,4BACF,WACE,6BACF,WACE,oCACF,WACE,iCACF,WACE,8BACF,WACE,2CACF,WACE,4CACF,WACE,qCACF,WACE,2CACF,WACE,wCACF,WACE,sCACF,WACE,0CACF,WACE,8BACF,WACE,0CACF,WACE,gDACF,WACE,6BACF,WACE,qCACF,WACE,8BACF,WACE,qCACF,WACE,8CACF,WACE,uCACF,WACE,0CACF,WACE,wCACF,WACE,0CACF,WACE,oCACF,WACE,0CACF,WACE,qCACF,WACE,iCACF,WACE,wCACF,WACE,uCACF,WACE,iDACF,WACE,kCACF,WACE,yCACF,WACE,kCACF,WACE,oCACF,WACE,sCACF,WACE,0CACF,WACE,yCACF,WACE,kCACF,WACE,6BACF,WACE,4BACF,WACE,mCACF,WACE,kCACF,WACE,mCACF,WACE,kCACF,WACE,mCACF,WACE,iCACF,WACE,qCACF,WACE,4BACF,WACE,gCACF,WACE,iCACF,WACE,qCACF,WACE,4CACF,WACE,4CACF,WACE,6CACF,WACE,0CACF,WACE,2CACF,WACE,0CACF,WACE,yCACF,WACE,6CACF,WACE,yCACF,WACE,6CACF,WACE,mDACF,WACE,mDACF,WACE,oDACF,WACE,iDACF,WACE,sCACF,WACE,wCACF,WACE,4CACF,WACE,wCACF,WACE,qCACF,WACE,uCACF,WACE,iCACF,WACE,gCACF,WACE,oCACF,WACE,8BACF,WACE,wCACF,WACE,gDACF,WACE,kCACF,WACE,sCACF,WACE,4BACF,WACE,kCACF,WACE,kCACF,WACE,iCACF,WACE,+BACF,WACE,0CACF,WACE,mCACF,WACE,uCACF,WACE,kCACF,WACE,+BACF,WACE,+BACF,WACE,qCACF,WACE,oCACF,WACE,iCACF,WACE,oCACF,WACE,2CACF,WACE,sCACF,WACE,6BACF,WACE,kCACF,WACE,oCACF,WACE,0CACF,WACE,sCACF,WACE,sCACF,WACE,8BACF,WACE,mCACF,WACE,kCACF,WACE,yCACF,WACE,0CACF,WACE,kCACF,WACE,mCACF,WACE,oCACF,WACE,qCACF,WACE,6BACF,WACE,iCACF,WACE,sCACF,WACE,+BACF,WACE,6BACF,WACE,iCACF,WACE,kCACF,WACE,gCACF,WACE,+BACF,WACE,uCACF,WACE,sCACF,WACE,kCACF,WACE,yCACF,WACE,kCACF,WACE,mCACF,WACE,uCACF,WACE,gDACF,WACE,qCACF,WACE,oCACF,WACE,8CACF,WACE,sCACF,WACE,0CACF,WACE,4CACF,WACE,uCACF,WACE,oCACF,WACE,8CACF,WACE,sCACF,WACE,mCACF,WACE,qCACF,WACE,oCACF,WACE,sCACF,WACE,uCACF,WACE,oCACF,WACE,oCACF,WACE,mCACF,WACE,qCACF,WACE,0CACF,WACE,yCACF,WACE,wCACF,WACE,yCACF,WACE,kCACF,WACE,uCACF,WACE,mCACF,WACE,sCACF,WACE,0CACF,WACE,yCACF,WACE,qCACF,WACE,oCACF,WACE,qCACF,WACE,2CACF,WACE,6BACF,WACE,mCACF,WACE,kCACF,WACE,qCACF,WACE,oCACF,WACE,mCACF,WACE,8BACF,WACE,iCACF,WACE,+BACF,WACE,8BACF,WACE,gCACF,WACE,gCACF,WACE,gCACF,WACE,gCACF,WACE,kCACF,WACE,kCACF,WACE,6BACF,WACE,8BACF,WACE,qCACF,WACE,gCACF,WACE,uCACF,WACE,4CACF,WACE,gCACF,WACE,qCACF,WACE,+BACF,WACE,6BACF,WACE,kCACF,WACE,qCACF,WACE,6BACF,WACE,4BACF,WACE,wCACF,WACE,uCACF,WACE,sCACF,WACE,4BACF,WACE,uCACF,WACE,iCACF,WACE,+BACF,WACE,uCACF,WACE,uCACF,WACE,yCACF,WACE,wCACF,WACE,0CACF,WACE,6CACF,WACE,mCACF,WACE,2CACF,WACE,8BACF,WACE,iCACF,WACE,4CACF,WACE,2CACF,WACE,kCACF,WACE,4CACF,WACE,yCACF,WACE,mCACF,WACE,0CACF,WACE,qCACF,WACE,+BACF,WACE,6BACF,WACE,kCACF,WACE,kCACF,WACE,8BACF,WACE,mCACF,WACE,gCACF,WACE,kCACF,WACE,0CACF,WACE,4BACF,WACE,yCACF,WACE,wCACF,WACE,iCACF,WACE,gCACF,WACE,kCACF,WACE,sCACF,WACE,iCACF,WACE,oCACF,WACE,+CACF,WACE,0CACF,WACE,4BACF,WACE,wCACF,WACE,mCACF,WACE,4CACF,WACE,uCACF,WACE,6BACF,WACE,qCACF,WACE,kCACF,WACE,0CACF,WACE,qCACF,WACE,mCACF,WACE,uCACF,WACE,qCACF,WACE,uCACF,WACE,wCACF,WACE,8BACF,WACE,kCACF,WACE,wCACF,WACE,gCACF,WACE,sCACF,WACE,uCACF,WACE,0CACF,WACE,6BACF,WACE,iCACF,WACE,8BACF,WACE,6BACF,WACE,mCACF,WACE,kCACF,WACE,kCACF,WACE,+BACF,WACE,2CACF,WACE,0CACF,WACE,yCACF,WACE,4CACF,WACE,6CACF,WACE,mCACF,WACE,8BACF,WACE,kCACF,WACE,sCACF,WACE,gCACF,WACE,8BACF,WACE,uCACF,WACE,qCACF,WACE,+BACF,WACE,2BACF,WACE,wCACF,WACE,sCACF,WACE,yCACF,WACE,+BACF,WACE,mCACF,WACE,kCACF,WACE,oCACF,WACE,uCACF,WACE,yCACF,WACE,yCACF,WACE,oCACF,WACE,4BACF,WACE,+BACF,WACE,sCACF,WACE,wCACF,WACE,sCACF,WACE,mCACF,WACE,gCACF,WACE,yCACF,WACE,qCACF,WACE,mCACF,WACE,6CACF,WACE,qCACF,WACE,sCACF,WACE,uCACF,WACE,qCACF,WACE,qCACF,WACE,2CACF,WACE,2CACF,WACE,2CACF,WACE,kCACF,WACE,qCACF,WACE,kCACF,WACE,kCACF,WACE,kCACF,WACE,4BACF,WACE,sCACF,WACE,kCACF,WACE,mCACF,WACE,yCACF,WACE,oCACF,WACE,oCACF,WACE,yCACF,WACE,oCACF,WACE,gCACF,WACE,iCACF,WACE,kCACF,WACE,sCACF,WACE,oDACF,WACE,iCACF,WACE,gCACF,WACE,mCACF,WACE,iCACF,WACE,wCACF,WACE,wCACF,WACE,uCACF,WACE,+BACF,WACE,oCACF,WACE,oCACF,WACE,oCACF,WACE,0CACF,WACE,uCACF,WACE,8BACF,WACE,mCACF,WACE,mCACF,WACE,uCACF,WACE,uCACF,WACE,4CACF,WACE,oCACF,WACE,6BACF,WACE,iCACF,WACE,iCACF,WACE,8BACF,WACE,yCACF,WACE,+CACF,WACE,sCACF,WACE,6CACF,WACE,2CACF,WACE,0CACF,WACE,yCACF,WACE,6CACF,WACE,sCACF,WACE,oCACF,WACE,gCACF,WACE,qCACF,WACE,oCACF,WACE,sCACF,WACE,mCACF,WACE,2CACF,WACE,uCACF,WACE,0CACF,WACE,gCACF,WACE,wCACF,WACE,qCACF,WACE,oCACF,WACE,wCACF,WACE,kCACF,WACE,qCACF,WACE,gCACF,WACE,iCACF,WACE,+BACF,WACE,sCACF,WACE,sCACF,WACE,+BACF,WACE,sCACF,WACE,+BACF,WACE,gCACF,WACE,8BACF,WACE,iCACF,WACE,6BACF,WACE,gCACF,WACE,iCACF,WACE,qCACF,WACE,iCACF,WACE,0CACF,WACE,yCACF,WACE,4CACF,WACE,mDACF,WACE,6CACF,WACE,oDACF,WACE,0CACF,WACE,iDACF,WACE,4CACF,WACE,mDACF,WACE,oCACF,WACE,6BACF,WACE,mCACF,WACE,iCACF,WACE,gCACF,WACE,8BACF,WACE,qCACF,WACE,4CACF,WACE,6CACF,WACE,2CACF,WACE,gCACF,WACE,iCACF,WACE,+BACF,WACE,mCACF,WACE,gCACF,WACE,wCACF,WACE,iCACF,WACE,+BACF,WACE,mCACF,WACE,uCACF,WACE,gCACF,WACE,wCACF,WACE,yCACF,WACE,8CACF,WACE,0CACF,WACE,yCACF,WACE,gDACF,WACE,sCACF,WACE,mCACF,WACE,uCACF,WACE,uCACF,WACE,+BACF,WACE,mCACF,WACE,uCACF,WACE,yCACF,WACE,4CACF,WACE,mCACF,WACE,uCACF,WACE,mCACF,WACE,0CACF,WACE,sCACF,WACE,4CACF,WACE,sCACF,WACE,wCACF,WACE,uCACF,WACE,qCACF,WACE,4CACF,WACE,6BACF,WACE,iCACF,WACE,8BACF,WACE,sCACF,WACE,gDACF,WACE,uCACF,WACE,uCACF,WACE,sCACF,WACE,wCACF,WACE,sCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,kCACF,WACE,wCACF,WACE,uCACF,WACE,sCACF,WACE,uCACF,WACE,wCACF,WACE,8BACF,WACE,oCACF,WACE,qCACF,WACE,0CACF,WACE,2CACF,WACE,qCACF,WACE,sCACF,WACE,iDACF,WACE,gDACF,WACE,gDACF,WACE,4BACF,WACE,8BACF,WACE,kCACF,WACE,uCACF,WACE,2CACF,WACE,+CACF,WACE,kCACF,WACE,0CACF,WACE,2CACF,WACE,4BACF,WACE,iCACF,WACE,gCACF,WACE,mCACF,WACE,8BACF,WACE,0CACF,WACE,4BACF,WACE,8BACF,WACE,mCACF,WACE,mCACF,WACE,oCACF,WACE,yCACF,WACE,2CACF,WACE,4CACF,WACE,sCACF,WACE,sCACF,WACE,oCACF,WACE,qCACF,WACE,2CACF,WACE,kDACF,WACE,4CACF,WACE,sCACF,WACE,wCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,sCACF,WACE,+BACF,WACE,6BACF,WACE,iCACF,WACE,gCACF,WACE,6BACF,WACE,0CACF,WACE,iCACF,WACE,iCACF,WACE,8BACF,WACE,oCACF,WACE,kCACF,WACE,2CACF,WACE,gDACF,WACE,uCACF,WACE,uCACF,WACE,gCACF,WACE,qCACF,WACE,oCACF,WACE,8BACF,WACE,uCACF,WACE,sCACF,WACE,oCACF,WACE,6CACF,WACE,mDACF,WACE,gCACF,WACE,qCACF,WACE,mCACF,WACE,uCACF,WACE,+BACF,WACE,mCACF,WACE,gCACF,WACE,+CACF,WACE,oCACF,WACE,iCACF,WACE,gCACF,WACE,kCACF,WACE,wCACF,WACE,sCACF,WACE,oCACF,WACE,wCACF,WACE,sCACF,WACE,8BACF,WACE,oCACF,WACE,wCACF,WACE,8CACF,WACE,4CACF,WACE,mCACF,WACE,6BACF,WACE,8BACF,WACE,qCACF,WACE,8BACF,WACE,8BACF,WACE,6CACF,WACE,yCACF,WACE,wCACF,WACE,+CACF,WACE,sCACF,WACE,qCACF,WACE,kCACF,WACE,mCACF,WACE,oCACF,WACE,gCACF,WACE,+BACF,WACE,kCACF,WACE,0CACF,WACE,gCACF,WACE,qCACF,WACE,sCACF,WACE,kCACF,WACE,0CACF,WACE,kCACF,WACE,kCACF,WACE,+BACF,WACE,+BACF,WACE,6BACF,WACE,wCACF,WACE,gCACF,WACE,oCACF,WACE,+BACF,WACE,sCACF,WACE,8CACF,WACE,oCACF,WACE,0CACF,WACE,yCACF,WACE,uCACF,WACE,oCACF,WACE,6CACF,WACE,gCACF,WACE,oCACF,WACE,+BACF,WACE,kCACF,WACE,mCACF,WACE,sCACF,WACE,+BACF,WACE,kCACF,WACE,kCACF,WACE,iCACF,WACE,6CACF,WACE,8BACF,WACE,kCACF,WACE,+BACF,WACE,6CACF,WACE,mCACF,WACE,uCACF,WACE,qCACF,WACE,sCACF,WACE,iCACF,WACE,oCACF,WACE,mCACF,WACE,wCACF,WACE,gCACF,WACE,2CACF,WACE,qCACF,WACE,gCACF,WACE,kCACF,WACE,oCACF,WACE,+BACF,WACE,sCACF,WACE,sCACF,WACE,6CACF,WACE,uCACF,WACE,gCACF,WACE,6BACF,WACE,yCACF,WACE,qCACF,WACE,8CACF,WACE,6CACF,WACE,oCACF,WACE,qCACF,WACE,wCACF,WACE,yCACF,WACE,uCACF,WACE,8BACF,WACE,+BACF,WACE,+BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,6BACF,WACE,oCACF,WACE,mCACF,WACE,4CACF,WACE,kCACF,WACE,qCACF,WACE,uCACF,WACE,gCACF,WACE,kCACF,WACE,kCACF,WACE,sCACF,WACE,6BACF,WACE,iCACF,WACE,gCACF,WACE,qCACF,WACE,gCACF,WACE,8BACF,WACE,gCACF,WACE,qCACF,WACE,iCACF,WACE,sCACF,WACE,+BACF,WACE,+BACF,WACE,gCACF,WACE,8BACF,WACE,mCACF,WACE,8CACF,WACE,6CACF,WACE,6CACF,WACE,wCACF,WACE,4CACF,WACE,8CACF,WACE,qCACF,WACE,mCACF,WACE,2CACF,WACE,qCACF,WACE,2BACF,WACE,gCACF,WACE,sCACF,WACE,mCACF,WACE,+BACF,WACE,mCACF,WACE,iCACF,WACE,wCACF,WACE,6CACF,WACE,gDACF,WACE,gCACF,WACE,mCACF,WACE,yCACF,WACE,6BACF,WACE,6BACF,WACE,yCACF,WACE,4CACF,WACE,uCACF,WACE,oCACF,WACE,wCACF,WACE,sCACF,WACE,gCACF,WACE,oCACF,WACE,+CACF,WACE,0CACF,WACE,4CACF,WACE,gDACF,WACE,oDACF,WACE,iDACF,WACE,iCACF,WACE,iCACF,WACE,+CACF,WACE,8CACF,WACE,gDACF,WACE,2CACF,WACE,4CACF,WACE,sCACF,WACE,yCACF,WACE,0CACF,WACE,+CACF,WACE,iDACF,WACE,iDACF,WACE,4CACF,WACE,8CACF,WACE,0CACF,WACE,uCACF,WACE,uCACF,WACE,wCACF,WACE,yCACF,WACE,iDACF,WACE,uCACF,WACE,oCACF,WACE,8BACF,WACE,2CACF,WACE,uCACF,WACE,+BACF,WACE,oCACF,WACE,6BACF,WACE,+BACF,WACE,iCACF,WACE,gCACF,WACE,qCACF,WACE,wCACF,WACE,sCACF,WACE,+CACF,WACE,mCACF,WACE,iCACF,WACE,mCACF,WACE,+BACF,WACE,gCACF,WACE,mCACF,WACE,sCACF,WACE,6BACF,WACE,sCACF,WACE,8CACF,WACE,8CACF,WACE,4CACF,WACE,kDACF,WACE,kDACF,WACE,oEACF,WACE,oEACF,WACE,+CACF,WACE,+CACF,WACE,6CACF,WACE,4CACF,WACE,0CACF,WACE,0CACF,WACE,+CACF,WACE,wCACF,WACE,4DACF,WACE,wCACF,WACE,oDACF,WACE,sEACF,WACE,mDACF,WACE,iCACF,WACE,iCACF,WACE,uCACF,WACE,0CACF,WACE,mCACF,WACE,4BACF,WACE,sCACF,WACE,kCACF,WACE,sCACF,WACE,iCACF,WACE,kCACF,WACE,0CACF,WACE,qCACF,WACE,sCACF,WACE,qCACF,WACE,kCACF,WACE,mCACF,WACE,mCACF,WACE,sCACF,WACE,4BACF,WACE,mCACF,WACE,iCACF,WACE,uCACF,WACE,+BACF,WACE,qCACF,WACE,gCACF,WACE,mCACF,WACE,oCACF,WACE,6BACF,WACE,wCACF,WACE,oCACF,WACE,6BACF,WACE,sCACF,WACE,4BACF,WACE,qCACF,WACE,+BACF,WACE,8BACF,WACE,sCACF,WACE,mCACF,WACE,mCACF,WACE,4BACF,WACE,kCACF,WACE,wCACF,WACE,sCACF,WACE,0CACF,WACE,yCACF,WACE,gCACF,WACE,sCACF,WACE,sCACF,WACE,0CACF,WACE,sCACF,WACE,8BACF,WACE,mCACF,WACE,oCACF,WACE,8BACF,WACE,+BACF,WACE,mCACF,WACE,wCACF,WACE,0CACF,WACE,uCACF,WACE,uCACF,WACE,wCACF,WACE,oCACF,WACE,0CACF,WACE,wCACF,WACE,sCACF,WACE,uCACF,WACE,4CACF,WACE,mCACF,WACE,2CACF,WACE,qCACF,WACE,qCACF,WACE,sCACF,WACE,sCACF,WACE,0CACF,WACE,+BACF,WACE,oCACF,WACE,mCACF,WACE,0CACF,WACE,2CACF,WACE,gCACF,WACE,+BACF,WACE,6BACF,WACE,oCACF,WACE,8CACF,WACE,kCACF,WACE,qCACF,WACE,uCACF,WACE,kCACF,WACE,8BACF,WACE,8BACF,WACE,+CACF,WACE,8CACF,WACE,+CACF,WACE,8CACF,WACE,sCACF,WACE,6BACF,WACE,oCACF,WACE,0CACF,WACE,gCACF,WACE,8BACF,WACE,6CACF,WACE,mCACF,WACE,8BACF,WACE,iCACF,WACE,mCACF,WACE,+BACF,WACE,mCACF,WACE,wCACF,WACE,iCACF,WACE,8BACF,WACE,gDACF,WACE,iDACF,WACE,gCACF,WACE,kCACF,WACE,sCACF,WACE,kCACF,WACE,sCACF,WACE,+BACF,WACE,kCACF,WACE,8BACF,WACE,sCACF,WACE,oCACF,WACE,+CACF,WACE,2CACF,WACE,gCACF,WACE,sCACF,WACE,gCACF,WACE,uCACF,WACE,mCACF,WACE,mCACF,WACE,+CACF,WACE,kCACF,WACE,yCACF,WACE,6CACF,WACE,8BACF,WACE,mCACF,WACE,uCACF,WACE,mCACF,WACE,uCACF,WACE,oCACF,WACE,wCACF,WACE,iCACF,WACE,qCACF,WACE,uCACF,WACE,+CACF,WACE,mDACF,WACE,uCACF,WACE,sCACF,WACE,oCACF,WACE,qCACF,WACE,qCACF,WACE,kCACF,WACE,6BACF,WACE,iCACF,WACE,sCACF,WACE,kCACF,WACE,qCACF,WACE,+CACF,WACE,oDACF,WACE,uDACF,WACE,sCACF,WACE,0CACF,WACE,yCACF,WACE,4BACF,WACE,uCACF,WACE,kCACF,WACE,oCACF,WACE,yCACF,WACE,mCACF,WACE,mCACF,WACE,+BACF,WACE,uCACF,WACE,mCACF,WACE,4BACF,WACE,kCACF,WACE,uCACF,WACE,qCACF,WACE,8BACF,WACE,6BACF,WACE,iCACF,WACE,mCACF,WACE,iCACF,WACE,wCACF,WACE,qCACF,WACE,iCACF,WACE,gCACF,WACE,sCACF,WACE,oCACF,WACE,oCACF,WACE,sCACF,WACE,uCACF,WACE,6CACF,WACE,gDACF,WACE,8CACF,WACE,2CACF,WACE,2CACF,WACE,qCACF,WACE,gCACF,WACE,gCACF,WACE,uCACF,WACE,iCACF,WACE,mCACF,WACE,wCACF,WACE,mCACF,WACE,uCACF,WACE,2CACF,WACE,iCACF,WACE,qCACF,WACE,yCACF,WACE,uCACF,WACE,qCACF,WACE,+BACF,WACE,sCACF,WACE,kCACF,WACE,iCACF,WACE,8BACF,WACE,iCACF,WACE,wCACF,WACE,gCACF,WACE,uCACF,WACE,kCACF,WACE,yCACF,WACE,oCACF,WACE,8BACF,WACE,4BACF,WACE,8BACF,WACE,mCACF,WACE,kCACF,WACE,8BACF,WACE,6BACF,WACE,iCACF,WACE,8BACF,WACE,gCACF,WACE,kCACF,WACE,6BACF,WACE,6BACF,WACE,sCACF,WACE,gCACF,WACE,8BACF,WACE,6BACF,WACE,mCACF,WACE,kDACF,WACE,kCACF,WACE,oCACF,WACE,0CACF,WACE,kCACF,WACE,uCACF,WACE,sCACF,WACE,sCACF,WACE,yCACF,WACE,oCACF,WACE,oCACF,WACE,qCACF,WACE,4BACF,WACE,gCACF,WACE,4BACF,WACE,6BACF,WACE,iCACF,WACE,kCACF,WACE,mCACF,WACE,wCACF,WACE,yCACF,WACE,yCACF,WACE,0CACF,WACE,kCACF,WACE,sCACF,WACE,2BACF,WACE,+BACF,WACE,oCACF,WACE,sCACF,WACE,oCACF,WACE,qCACF,WACE,iCACF,WACE,kCACF,WACE,6BACF,WACE,oCACF,WACE,oCACF,WACE,oCACF,WACE,oCACF,WACE,iCACF,WACE,+BACF,WACE,wCACF,WACE,gCACF,WACE,+BACF,WACE,oCACF,WACE,4BACF,WACE,gCACF,WACE,iCACF,WACE,kCACF,WACE,qCACF,WACE,iCACF,WACE,sCACF,WACE,8CACF,WACE,8CACF,WACE,2CACF,WACE,4CACF,WACE,wCACF,WACE,+CACF,WACE,uCACF,WACE,kCACF,WACE,mCACF,WACE,0CACF,WACE,2CACF,WACE,yCACF,WACE,mCACF,WACE,oCACF,WACE,sCACF,WACE,uCACF,WACE,qCACF,WACE,iCACF,WACE,qCACF,WACE,wCACF,WACE,4CACF,WACE,oCACF,WACE,mCACF,WACE,sCACF,WACE,oCACF,WACE,yCACF,WACE,mCACF,WACE,uCACF,WACE,qCACF,WACE,yCACF,WACE,kCACF,WACE,iCACF,WACE,sCACF,WACE,mCACF,WACE,oCACF,WACE,kCACF,WACE,oCACF,WACE,mCACF,WACE,qCACF,WACE,oCACF,WACE,sCACF,WACE,kCACF,WACE,iCACF,WACE,8BACF,WACE,mCACF,WACE,uCACF,WACE,mCACF,WACE,uCACF,WACE,kCACF,WACE,gCACF,WACE,oCACF,WACE,wCACF,WACE,oCACF,WACE,mCACF,WACE,kCACF,WACE,2CACF,WACE,gCACF,WACE,oCACF,WACE,iCACF,WACE,+BACF,WACE,+BACF,WACE,wCACF,WACE,0CACF,WACE,sCACF,WACE,kCACF,WACE,kCACF,WACE,gCACF,WACE,sCACF,WACE,6BACF,WACE,8BACF,WACE,oCACF,WACE,kCACF,WACE,8BACF,WACE,qCACF,WACE,mCACF,WACE,wCACF,WACE,8BACF,WACE,oCACF,WACE,gCACF,WACE,kCACF,WACE,wCACF,WACE,sCACF,WACE,iCACF,WACE,iCACF,WACE,sCACF,WACE,oCACF,WACE,2BACF,WACE,4BACF,WACE,kCACF,WACE,sCACF,WACE,oCACF,WACE,gCACF,WACE,+BACF,WACE,gCACF,WACE,6BACF,WACE,iCACF,WACE,iCACF,WACE,0CACF,WACE,sCACF,WACE,gCACF,WACE,mCACF,WACE,qCACF,WACE,mCACF,WACE,6BACF,WACE,mCACF,WACE,mCACF,WACE,qCACF,WACE,uCACF,WACE,qCACF,WACE,kCACF,WACE,kCACF,WACE,iCACF,WACE,sCACF,WACE,6CACF,WACE,uCACF,WACE,6CACF,WACE,qDACF,WACE,2CACF,WACE,mCACF,WACE,+BACF,WACE,iCACF,WACE,8BACF,WACE,qCACF,WACE,kCACF,WACE,6BACF,WACE,qCACF,WACE,iCACF,WACE,qCACF,WACE,0CACF,WACE,mCACF,WACE,0CACF,WACE,2CACF,WACE,kCACF,WACE,uCACF,WACE,gCACF,WACE,6BACF,WACE,6CACF,WACE,gCACF,WACE,oCACF,WACE,iCACF,WACE,qCACF,G;ACh0IF;;CAAA,CAIA,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,0BACA,gBACA,kBACA,kCACA,qHAGF,WACE,0BACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,I;ACxIF,qCACA,qCACA,qCACA,qCAGA,8CACA,0DAGA,oCACA,gE;ACZA,w1B;ACAA,SCIA,cACE,cACA,eACA,iBACA,sBACA,yBACA,kBAEA,aACE,eACA,kBACA,yBACA,yHAEA,aAME,mKAEA,eACE,qBAIJ,gBACE,qBAGF,gBACE,qBAGF,gBACE,qBAGF,gBACE,qBAGF,gBACE,qBAGF,gBACE,oBAGF,gCACE,qBACA,0BAGF,yBACE,qBAGF,iBACE,4CAGF,oBAEE,6BAGF,iBACE,yBAGF,gBACE,8BAIJ,cAEE,YACA,cAGF,qBACE,kBACA,yBACA,WACA,aACA,sBACA,eACA,gBACA,cACA,mBACA,kBACA,oBAGF,aACE,uBACA,6BAIA,YACE,mBACA,eACA,oCAEA,QACE,eACA,uCAEA,mBACE,sBACA,eACA,wDAEA,aACE,iBACA,eACA,sCAIJ,UACE,qBACA,mCAIJ,YACE,SACA,mBACA,QACA,4BAIJ,YACE,SACA,UACA,YACA,iBACA,mBACA,+BACA,2DAEA,UAEE,6CAGF,cACE,mBACA,kCAIJ,iBACI,kBACA,yBACA,0BACA,mCAGJ,aACE,yBACA,0BACA,oEAGF,cAEE,kBACA,gPAGF,wBAME,aAKN,kBACE,cAGF,qBACE,0BACA,gCAEA,QACE,gBACA,mBAGF,SACE,4BACA,oBAGF,sBACE,yBAEA,SACE,gCAIJ,WACE,sDAEA,yBACE,WAKN,cACE,MACA,WACA,WACA,SACA,aACA,2CAGF,YACE,kBACE,6BAGF,aACE,eACA,mCAGF,QACE,4BAGF,WACE,iBACA,oEAGF,cAEE,mBC7PF,eACE,qBAuBF,mBACE,YACA,gEAGF,kBAEE,gBACA,eACA,gEACA,+CAGF,oBACE,8DAGF,cAEE,6BACA,wDAGF,aAEE,+BAGF,gBACE,eACA,0BAGF,iBACE,SACA,WACA,cACA,iCAGF,iBACE,oCAGF,oBACE,yBCtEgB,aDwEhB,iBACA,kBACA,WACA,eACA,4BACA,gBACA,uBACA,mBACA,oBAGF,2BACE,6BAEA,QACE,eACA,iBACA,sBAGF,UACE,SACA,4BAGF,UACE,0BAGF,YACE,0BACA,kCAhGJ,mBACE,sBACA,uGAEA,mBAEE,uCAGF,gBACE,mBA4FJ,WACE,uBAGF,aACE,UAGF,eACE,iBACA,kBACA,YAIJ,YACE,YACA,sBACA,+BAGF,sBACE,mBACA,gBACA,cACA,kFAGF,WAGE,+BACA,yBACA,cACA,6GAEA,uBACE,2CAIJ,0BAEE,qCACA,yBCzJkB,kBD2JlB,WACA,eACA,iBACA,uBAGF,sBACE,mBACA,0BACA,gBACA,qBAGF,YACE,sGAGF,oBAKE,mBACA,WACA,gBAGF,uBACE,gBACA,mBACA,uBACA,gBACA,gBAGF,YACE,gBACA,YACA,sBAGF,eACE,cACA,gBAGF,YACE,kBAGF,gBACE,kBAGF,YACE,4DACA,qBAGF,WACE,mBACA,eAGF,YACE,mBACA,mCAEA,cACE,iBACA,6BAGF,eACE,gBACA,kBACA,OACA,4BAGF,eACE,aACA,aACA,oCAEA,eACE,kCAGF,wBCpPgB,cDsPd,gBACA,kBACA,iBACA,YACA,uEAEA,UAEE,mDAGF,WACE,eACA,iBACA,iBACA,0CA9PN,mBACE,sBACA,cAiQE,eACA,iBACA,uHAjQF,mBAEE,+CAGF,gBACE,2DA6PA,cACE,gCAKN,MACE,6BAGF,MACE,aACA,eACA,oBACA,YACA,cACA,qBAGF,oBACE,uCAIJ,UAEE,uCAGF,eACE,YACA,yEAGF,qBAEE,2BAGF,mBACE,kCAGF,SACE,oCAGF,kBACE,YACA,cAGF,YACE,iBACA,iBACA,SACA,aAGF,YACE,SACA,YACA,sBACA,QAIF,YACE,SACA,qBEnVF,mBACE,+BACA,YACA,eACA,2BAEA,8BACE,cAIJ,yBACE,oBAGF,YACE,YACA,SACA,qBAGF,WACE,iBACA,gBACA,uBAEA,cACE,iBAIJ,yBACE,uBAEA,WACE,eACA,aACA,mEAIJ,iBAEE,OACA,WACA,gBACA,YACA,sBACA,gBACA,WACA,sMAGF,YAIE,mBAGF,YACE,mBACA,SACA,2CAEA,QACE,UAIJ,eACE,aAGF,iBACE,UACA,8BAEA,WACE,YACA,UAIJ,YACE,oBACA,eACA,8BACA,sBAEA,mBACE,eAIJ,UACE,gBAIA,YACE,SACA,eACA,6BACA,6DAEA,YAEE,gBAIJ,SACE,8GAEA,wBAGE,mCAGF,iBACE,gCAIJ,cAEE,YACA,cACA,iBACA,uBAGF,iBACE,iBACA,4BAGF,cACE,YACA,cACA,WACA,cAIJ,kBACE,SAGF,YACE,uBAGF,YACE,oBAIA,eACE,cACA,aAGF,kBACE,sCAIJ,aACE,YACE,mBACA,SACA,kBC7KF,SACE,WACA,4BAGF,WACE,aACA,MCRJ,YACE,iBACA,sBACA,mBACA,iBAEA,SACE,iBACA,gBAIJ,4BACE,GAGF,aHhBoB,+BGoBpB,WAGE,YAGF,eACE,OAGF,aACE,eAGE,YACE,iBAGF,YACE,YACA,mBAGF,wBACE,KC7CN,WACE,oBACA,WAIA,UACE,gBAGF,wBACE,kCAIJ,aACE,mBACA,mBACA,oBACA,YACA,cACA,+BACA,YACA,iBAGF,YACE,iCACA,eACA,8BACA,mBACA,mBAEA,iBACE,iCAIJ,WACE,cACA,YAGF,YACE,mBAGF,YACE,YACA,yBACA,iEAGF,qBAGE,aAGF,8BACE,qBAEA,QACE,iBACA,gCAGF,aACE,oBACA,YACA,sCAGF,QACE,gBACA,WACA,gBAIJ,YACE,mBACA,mCAIA,SACE,oCAGF,mBACE,eACA,eACA,qBACA,6BAGF,YACE,OACA,iBACA,mBACA,+EAGF,wBAEE,kCAIJ,qBAEE,kBAGF,SACE,+BACA,YACA,wBAEA,wBACE,yCAIJ,WAEE,iBAGF,YACE,gBAGF,YACE,wBAGF,eACE,MACA,mBAGF,UACE,sBAEA,eACE,mBACA,wBAGF,YACE,kBACA,mBACA,oBACA,0BAIJ,0BACE,WACE,iBAGF,YACE,WACA,oBACA,kBAGF,YACE,mBAGF,eACE,cACA,YC/KJ,WACE,cAEA,SACE,2BAEA,kBACE,mDAGF,UACE,cACA,aAIJ,QACE,mBAGF,cACE,iBACA,YACA,mEAGF,WAEE,iBACA,eACA,mBAGF,aACE,kBACA,SAIJ,gBACE,eAGF,WACE,gEC1CA,eAEE,iCAIF,kBACE,2BAIJ,cACE,wBAGF,QACE,mBACA,OAGF,YACE,MAGF,MACE,kBC9BA,wBACE,+ZAGF,wBAaE,qFAGF,wBAEE,2QAGF,wBAME,wCAGF,wBACE,yBAGF,0BACE,0CAGF,oBACE,wEAGF,wBAEE,waAGF,aAaE,kIAGF,mCAKE,0IAGF,wBAIE,iCAGF,wBACE,mJAGF,wBAGE,sBAGF,2BACE,4DAGF,wBAEE,0BAGF,8BACE,oFAGF,mBAGE,mHAGF,iBAIE,mCAGF,qBACE,4CAGF,aAEE,yBACA,uBAGF,aACE,uGAGF,8BAEE,2CAGF,qBACE,wBACE,aCrIN,mBACE,4CACA,mBACA,kBACA,iBCFF,4BACE,mBACA,kBACA,eACA,UACA,WACA,qBACA,cACA,oBACA,sBACA,iBACA,mBACA,cACA,yBACA,CADA,qBACA,CADA,gBACA,mCAGA,kCAGA,kCAGA,6BAGA,wBAEA,cACE,wBAGF,cACE,wBAGF,cACE,wBAGF,cACE,0BAGF,qBACE,uCAEA,qBACE,2BAIJ,UACE,wCAEA,0BACE,kDAUN,mBAEE,WACA,kBACA,mBACA,oBACA,oBACA,cACA,qBACA,iBAGA,6BACA,mBAGF,WACE,sBAGF,WACE,wBAGF,WACE,oBAGF,WACE,oBAGF,WACE,cAGF,2BACE,8BACA,0BACA,iBACA,sBAEA,UACE,cACA,WACA,YACA,WACA,qBACA,+BAGF,uEACE,6BAGF,uEACE,8BAGF,uEACE,8BAGF,uEACE,4BAIJ,WACE,yBAGF,WACE,uBAGF,WACE,qBAGF,WACE,uBAGF,WACE,sBAGF,WACE,uBAGF,WACE,oBAGF,WACE,gDAGF,aAEE,gCACA,mBACA,4DAGF,mCAEE,cCxLF,KAGE,iBACE,sBACA,OAGF,UACE,KAGF,yBACE,2IAMF,uBAWE,MAGF,yBACE,UAGF,yBACE,SAGF,sBACE,wBAIF,2BACE,oBAIF,4BACE,0BAIF,mBACE,OAGF,UACE,SACA,UACA,UAGF,UACE,4CC/DJ,aACE,2DACE,4CAIJ,uBACE,kBAGE,aAGF,gBACE,uCAIJ,wBACE,iBACE,4CAIJ,uBACE,cAIE,OAGF,aACE,cACA,QAGF,cACE,YACA,qBAGF,oBACE,gBAGF,aACE,mBAGF,6BACE,UAGF,cACE,iBACA,kBACA,qBACA,eACA,oBAEA,gBACE,cAIJ,sBACE,mBAEA,SACE,OAIJ,oBACE,YACA,MAGF,cACE,YAGF,YACE,gBAGF,mBACE,yCAEA,UAEE,2BAIJ,UACE,wCAGF,OACE,oEAIJ,aACE,cACE,cACA,mEAIJ,aAEI,SACE,cACA,cAGF,cACE,cACA,cAGF,cACE,cACA,cAGF,SACE,cACA,cAGF,aACE,cACA,cAGF,cACE,cACA,cAGF,SACE,cACA,cAGF,cACE,cACA,cAGF,cACE,cACA,eAGF,UACE,cACA,4CAKN,YACE,YACE,aAGF,SACE,WAGF,SACE,0CAGF,YACE,oBAIJ,KACE,aACE,sB","sources":["webpack://wallabag/./node_modules/materialize-css/dist/css/materialize.css","webpack://wallabag/./node_modules/annotator/css/annotator.css","webpack://wallabag/./node_modules/material-design-icons-iconfont/dist/material-design-icons.css","webpack://wallabag/./node_modules/lato-font/css/lato-font.css","webpack://wallabag/./app/Resources/static/themes/_global/global.scss","webpack://wallabag/./node_modules/highlight.js/styles/atom-one-light.css","webpack://wallabag/./app/Resources/static/themes/material/css/index.scss","webpack://wallabag/./app/Resources/static/themes/material/css/article.scss","webpack://wallabag/./app/Resources/static/themes/material/css/cards.scss","webpack://wallabag/./app/Resources/static/themes/material/css/variables.scss","webpack://wallabag/./app/Resources/static/themes/material/css/entries.scss","webpack://wallabag/./app/Resources/static/themes/material/css/filters.scss","webpack://wallabag/./app/Resources/static/themes/material/css/layout.scss","webpack://wallabag/./app/Resources/static/themes/material/css/nav.scss","webpack://wallabag/./app/Resources/static/themes/material/css/sidenav.scss","webpack://wallabag/./app/Resources/static/themes/material/css/various.scss","webpack://wallabag/./app/Resources/static/themes/material/css/dark_theme.scss","webpack://wallabag/./app/Resources/static/themes/material/css/fonts.scss","webpack://wallabag/./app/Resources/static/themes/material/css/icons.scss","webpack://wallabag/./app/Resources/static/themes/material/css/print.scss","webpack://wallabag/./app/Resources/static/themes/material/css/media_queries.scss"],"sourcesContent":["/*!\r\n * Materialize v0.100.2 (http://materializecss.com)\r\n * Copyright 2014-2017 Materialize\r\n * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)\r\n */\r\n.materialize-red {\n background-color: #e51c23 !important;\n}\n\n.materialize-red-text {\n color: #e51c23 !important;\n}\n\n.materialize-red.lighten-5 {\n background-color: #fdeaeb !important;\n}\n\n.materialize-red-text.text-lighten-5 {\n color: #fdeaeb !important;\n}\n\n.materialize-red.lighten-4 {\n background-color: #f8c1c3 !important;\n}\n\n.materialize-red-text.text-lighten-4 {\n color: #f8c1c3 !important;\n}\n\n.materialize-red.lighten-3 {\n background-color: #f3989b !important;\n}\n\n.materialize-red-text.text-lighten-3 {\n color: #f3989b !important;\n}\n\n.materialize-red.lighten-2 {\n background-color: #ee6e73 !important;\n}\n\n.materialize-red-text.text-lighten-2 {\n color: #ee6e73 !important;\n}\n\n.materialize-red.lighten-1 {\n background-color: #ea454b !important;\n}\n\n.materialize-red-text.text-lighten-1 {\n color: #ea454b !important;\n}\n\n.materialize-red.darken-1 {\n background-color: #d0181e !important;\n}\n\n.materialize-red-text.text-darken-1 {\n color: #d0181e !important;\n}\n\n.materialize-red.darken-2 {\n background-color: #b9151b !important;\n}\n\n.materialize-red-text.text-darken-2 {\n color: #b9151b !important;\n}\n\n.materialize-red.darken-3 {\n background-color: #a21318 !important;\n}\n\n.materialize-red-text.text-darken-3 {\n color: #a21318 !important;\n}\n\n.materialize-red.darken-4 {\n background-color: #8b1014 !important;\n}\n\n.materialize-red-text.text-darken-4 {\n color: #8b1014 !important;\n}\n\n.red {\n background-color: #F44336 !important;\n}\n\n.red-text {\n color: #F44336 !important;\n}\n\n.red.lighten-5 {\n background-color: #FFEBEE !important;\n}\n\n.red-text.text-lighten-5 {\n color: #FFEBEE !important;\n}\n\n.red.lighten-4 {\n background-color: #FFCDD2 !important;\n}\n\n.red-text.text-lighten-4 {\n color: #FFCDD2 !important;\n}\n\n.red.lighten-3 {\n background-color: #EF9A9A !important;\n}\n\n.red-text.text-lighten-3 {\n color: #EF9A9A !important;\n}\n\n.red.lighten-2 {\n background-color: #E57373 !important;\n}\n\n.red-text.text-lighten-2 {\n color: #E57373 !important;\n}\n\n.red.lighten-1 {\n background-color: #EF5350 !important;\n}\n\n.red-text.text-lighten-1 {\n color: #EF5350 !important;\n}\n\n.red.darken-1 {\n background-color: #E53935 !important;\n}\n\n.red-text.text-darken-1 {\n color: #E53935 !important;\n}\n\n.red.darken-2 {\n background-color: #D32F2F !important;\n}\n\n.red-text.text-darken-2 {\n color: #D32F2F !important;\n}\n\n.red.darken-3 {\n background-color: #C62828 !important;\n}\n\n.red-text.text-darken-3 {\n color: #C62828 !important;\n}\n\n.red.darken-4 {\n background-color: #B71C1C !important;\n}\n\n.red-text.text-darken-4 {\n color: #B71C1C !important;\n}\n\n.red.accent-1 {\n background-color: #FF8A80 !important;\n}\n\n.red-text.text-accent-1 {\n color: #FF8A80 !important;\n}\n\n.red.accent-2 {\n background-color: #FF5252 !important;\n}\n\n.red-text.text-accent-2 {\n color: #FF5252 !important;\n}\n\n.red.accent-3 {\n background-color: #FF1744 !important;\n}\n\n.red-text.text-accent-3 {\n color: #FF1744 !important;\n}\n\n.red.accent-4 {\n background-color: #D50000 !important;\n}\n\n.red-text.text-accent-4 {\n color: #D50000 !important;\n}\n\n.pink {\n background-color: #e91e63 !important;\n}\n\n.pink-text {\n color: #e91e63 !important;\n}\n\n.pink.lighten-5 {\n background-color: #fce4ec !important;\n}\n\n.pink-text.text-lighten-5 {\n color: #fce4ec !important;\n}\n\n.pink.lighten-4 {\n background-color: #f8bbd0 !important;\n}\n\n.pink-text.text-lighten-4 {\n color: #f8bbd0 !important;\n}\n\n.pink.lighten-3 {\n background-color: #f48fb1 !important;\n}\n\n.pink-text.text-lighten-3 {\n color: #f48fb1 !important;\n}\n\n.pink.lighten-2 {\n background-color: #f06292 !important;\n}\n\n.pink-text.text-lighten-2 {\n color: #f06292 !important;\n}\n\n.pink.lighten-1 {\n background-color: #ec407a !important;\n}\n\n.pink-text.text-lighten-1 {\n color: #ec407a !important;\n}\n\n.pink.darken-1 {\n background-color: #d81b60 !important;\n}\n\n.pink-text.text-darken-1 {\n color: #d81b60 !important;\n}\n\n.pink.darken-2 {\n background-color: #c2185b !important;\n}\n\n.pink-text.text-darken-2 {\n color: #c2185b !important;\n}\n\n.pink.darken-3 {\n background-color: #ad1457 !important;\n}\n\n.pink-text.text-darken-3 {\n color: #ad1457 !important;\n}\n\n.pink.darken-4 {\n background-color: #880e4f !important;\n}\n\n.pink-text.text-darken-4 {\n color: #880e4f !important;\n}\n\n.pink.accent-1 {\n background-color: #ff80ab !important;\n}\n\n.pink-text.text-accent-1 {\n color: #ff80ab !important;\n}\n\n.pink.accent-2 {\n background-color: #ff4081 !important;\n}\n\n.pink-text.text-accent-2 {\n color: #ff4081 !important;\n}\n\n.pink.accent-3 {\n background-color: #f50057 !important;\n}\n\n.pink-text.text-accent-3 {\n color: #f50057 !important;\n}\n\n.pink.accent-4 {\n background-color: #c51162 !important;\n}\n\n.pink-text.text-accent-4 {\n color: #c51162 !important;\n}\n\n.purple {\n background-color: #9c27b0 !important;\n}\n\n.purple-text {\n color: #9c27b0 !important;\n}\n\n.purple.lighten-5 {\n background-color: #f3e5f5 !important;\n}\n\n.purple-text.text-lighten-5 {\n color: #f3e5f5 !important;\n}\n\n.purple.lighten-4 {\n background-color: #e1bee7 !important;\n}\n\n.purple-text.text-lighten-4 {\n color: #e1bee7 !important;\n}\n\n.purple.lighten-3 {\n background-color: #ce93d8 !important;\n}\n\n.purple-text.text-lighten-3 {\n color: #ce93d8 !important;\n}\n\n.purple.lighten-2 {\n background-color: #ba68c8 !important;\n}\n\n.purple-text.text-lighten-2 {\n color: #ba68c8 !important;\n}\n\n.purple.lighten-1 {\n background-color: #ab47bc !important;\n}\n\n.purple-text.text-lighten-1 {\n color: #ab47bc !important;\n}\n\n.purple.darken-1 {\n background-color: #8e24aa !important;\n}\n\n.purple-text.text-darken-1 {\n color: #8e24aa !important;\n}\n\n.purple.darken-2 {\n background-color: #7b1fa2 !important;\n}\n\n.purple-text.text-darken-2 {\n color: #7b1fa2 !important;\n}\n\n.purple.darken-3 {\n background-color: #6a1b9a !important;\n}\n\n.purple-text.text-darken-3 {\n color: #6a1b9a !important;\n}\n\n.purple.darken-4 {\n background-color: #4a148c !important;\n}\n\n.purple-text.text-darken-4 {\n color: #4a148c !important;\n}\n\n.purple.accent-1 {\n background-color: #ea80fc !important;\n}\n\n.purple-text.text-accent-1 {\n color: #ea80fc !important;\n}\n\n.purple.accent-2 {\n background-color: #e040fb !important;\n}\n\n.purple-text.text-accent-2 {\n color: #e040fb !important;\n}\n\n.purple.accent-3 {\n background-color: #d500f9 !important;\n}\n\n.purple-text.text-accent-3 {\n color: #d500f9 !important;\n}\n\n.purple.accent-4 {\n background-color: #aa00ff !important;\n}\n\n.purple-text.text-accent-4 {\n color: #aa00ff !important;\n}\n\n.deep-purple {\n background-color: #673ab7 !important;\n}\n\n.deep-purple-text {\n color: #673ab7 !important;\n}\n\n.deep-purple.lighten-5 {\n background-color: #ede7f6 !important;\n}\n\n.deep-purple-text.text-lighten-5 {\n color: #ede7f6 !important;\n}\n\n.deep-purple.lighten-4 {\n background-color: #d1c4e9 !important;\n}\n\n.deep-purple-text.text-lighten-4 {\n color: #d1c4e9 !important;\n}\n\n.deep-purple.lighten-3 {\n background-color: #b39ddb !important;\n}\n\n.deep-purple-text.text-lighten-3 {\n color: #b39ddb !important;\n}\n\n.deep-purple.lighten-2 {\n background-color: #9575cd !important;\n}\n\n.deep-purple-text.text-lighten-2 {\n color: #9575cd !important;\n}\n\n.deep-purple.lighten-1 {\n background-color: #7e57c2 !important;\n}\n\n.deep-purple-text.text-lighten-1 {\n color: #7e57c2 !important;\n}\n\n.deep-purple.darken-1 {\n background-color: #5e35b1 !important;\n}\n\n.deep-purple-text.text-darken-1 {\n color: #5e35b1 !important;\n}\n\n.deep-purple.darken-2 {\n background-color: #512da8 !important;\n}\n\n.deep-purple-text.text-darken-2 {\n color: #512da8 !important;\n}\n\n.deep-purple.darken-3 {\n background-color: #4527a0 !important;\n}\n\n.deep-purple-text.text-darken-3 {\n color: #4527a0 !important;\n}\n\n.deep-purple.darken-4 {\n background-color: #311b92 !important;\n}\n\n.deep-purple-text.text-darken-4 {\n color: #311b92 !important;\n}\n\n.deep-purple.accent-1 {\n background-color: #b388ff !important;\n}\n\n.deep-purple-text.text-accent-1 {\n color: #b388ff !important;\n}\n\n.deep-purple.accent-2 {\n background-color: #7c4dff !important;\n}\n\n.deep-purple-text.text-accent-2 {\n color: #7c4dff !important;\n}\n\n.deep-purple.accent-3 {\n background-color: #651fff !important;\n}\n\n.deep-purple-text.text-accent-3 {\n color: #651fff !important;\n}\n\n.deep-purple.accent-4 {\n background-color: #6200ea !important;\n}\n\n.deep-purple-text.text-accent-4 {\n color: #6200ea !important;\n}\n\n.indigo {\n background-color: #3f51b5 !important;\n}\n\n.indigo-text {\n color: #3f51b5 !important;\n}\n\n.indigo.lighten-5 {\n background-color: #e8eaf6 !important;\n}\n\n.indigo-text.text-lighten-5 {\n color: #e8eaf6 !important;\n}\n\n.indigo.lighten-4 {\n background-color: #c5cae9 !important;\n}\n\n.indigo-text.text-lighten-4 {\n color: #c5cae9 !important;\n}\n\n.indigo.lighten-3 {\n background-color: #9fa8da !important;\n}\n\n.indigo-text.text-lighten-3 {\n color: #9fa8da !important;\n}\n\n.indigo.lighten-2 {\n background-color: #7986cb !important;\n}\n\n.indigo-text.text-lighten-2 {\n color: #7986cb !important;\n}\n\n.indigo.lighten-1 {\n background-color: #5c6bc0 !important;\n}\n\n.indigo-text.text-lighten-1 {\n color: #5c6bc0 !important;\n}\n\n.indigo.darken-1 {\n background-color: #3949ab !important;\n}\n\n.indigo-text.text-darken-1 {\n color: #3949ab !important;\n}\n\n.indigo.darken-2 {\n background-color: #303f9f !important;\n}\n\n.indigo-text.text-darken-2 {\n color: #303f9f !important;\n}\n\n.indigo.darken-3 {\n background-color: #283593 !important;\n}\n\n.indigo-text.text-darken-3 {\n color: #283593 !important;\n}\n\n.indigo.darken-4 {\n background-color: #1a237e !important;\n}\n\n.indigo-text.text-darken-4 {\n color: #1a237e !important;\n}\n\n.indigo.accent-1 {\n background-color: #8c9eff !important;\n}\n\n.indigo-text.text-accent-1 {\n color: #8c9eff !important;\n}\n\n.indigo.accent-2 {\n background-color: #536dfe !important;\n}\n\n.indigo-text.text-accent-2 {\n color: #536dfe !important;\n}\n\n.indigo.accent-3 {\n background-color: #3d5afe !important;\n}\n\n.indigo-text.text-accent-3 {\n color: #3d5afe !important;\n}\n\n.indigo.accent-4 {\n background-color: #304ffe !important;\n}\n\n.indigo-text.text-accent-4 {\n color: #304ffe !important;\n}\n\n.blue {\n background-color: #2196F3 !important;\n}\n\n.blue-text {\n color: #2196F3 !important;\n}\n\n.blue.lighten-5 {\n background-color: #E3F2FD !important;\n}\n\n.blue-text.text-lighten-5 {\n color: #E3F2FD !important;\n}\n\n.blue.lighten-4 {\n background-color: #BBDEFB !important;\n}\n\n.blue-text.text-lighten-4 {\n color: #BBDEFB !important;\n}\n\n.blue.lighten-3 {\n background-color: #90CAF9 !important;\n}\n\n.blue-text.text-lighten-3 {\n color: #90CAF9 !important;\n}\n\n.blue.lighten-2 {\n background-color: #64B5F6 !important;\n}\n\n.blue-text.text-lighten-2 {\n color: #64B5F6 !important;\n}\n\n.blue.lighten-1 {\n background-color: #42A5F5 !important;\n}\n\n.blue-text.text-lighten-1 {\n color: #42A5F5 !important;\n}\n\n.blue.darken-1 {\n background-color: #1E88E5 !important;\n}\n\n.blue-text.text-darken-1 {\n color: #1E88E5 !important;\n}\n\n.blue.darken-2 {\n background-color: #1976D2 !important;\n}\n\n.blue-text.text-darken-2 {\n color: #1976D2 !important;\n}\n\n.blue.darken-3 {\n background-color: #1565C0 !important;\n}\n\n.blue-text.text-darken-3 {\n color: #1565C0 !important;\n}\n\n.blue.darken-4 {\n background-color: #0D47A1 !important;\n}\n\n.blue-text.text-darken-4 {\n color: #0D47A1 !important;\n}\n\n.blue.accent-1 {\n background-color: #82B1FF !important;\n}\n\n.blue-text.text-accent-1 {\n color: #82B1FF !important;\n}\n\n.blue.accent-2 {\n background-color: #448AFF !important;\n}\n\n.blue-text.text-accent-2 {\n color: #448AFF !important;\n}\n\n.blue.accent-3 {\n background-color: #2979FF !important;\n}\n\n.blue-text.text-accent-3 {\n color: #2979FF !important;\n}\n\n.blue.accent-4 {\n background-color: #2962FF !important;\n}\n\n.blue-text.text-accent-4 {\n color: #2962FF !important;\n}\n\n.light-blue {\n background-color: #03a9f4 !important;\n}\n\n.light-blue-text {\n color: #03a9f4 !important;\n}\n\n.light-blue.lighten-5 {\n background-color: #e1f5fe !important;\n}\n\n.light-blue-text.text-lighten-5 {\n color: #e1f5fe !important;\n}\n\n.light-blue.lighten-4 {\n background-color: #b3e5fc !important;\n}\n\n.light-blue-text.text-lighten-4 {\n color: #b3e5fc !important;\n}\n\n.light-blue.lighten-3 {\n background-color: #81d4fa !important;\n}\n\n.light-blue-text.text-lighten-3 {\n color: #81d4fa !important;\n}\n\n.light-blue.lighten-2 {\n background-color: #4fc3f7 !important;\n}\n\n.light-blue-text.text-lighten-2 {\n color: #4fc3f7 !important;\n}\n\n.light-blue.lighten-1 {\n background-color: #29b6f6 !important;\n}\n\n.light-blue-text.text-lighten-1 {\n color: #29b6f6 !important;\n}\n\n.light-blue.darken-1 {\n background-color: #039be5 !important;\n}\n\n.light-blue-text.text-darken-1 {\n color: #039be5 !important;\n}\n\n.light-blue.darken-2 {\n background-color: #0288d1 !important;\n}\n\n.light-blue-text.text-darken-2 {\n color: #0288d1 !important;\n}\n\n.light-blue.darken-3 {\n background-color: #0277bd !important;\n}\n\n.light-blue-text.text-darken-3 {\n color: #0277bd !important;\n}\n\n.light-blue.darken-4 {\n background-color: #01579b !important;\n}\n\n.light-blue-text.text-darken-4 {\n color: #01579b !important;\n}\n\n.light-blue.accent-1 {\n background-color: #80d8ff !important;\n}\n\n.light-blue-text.text-accent-1 {\n color: #80d8ff !important;\n}\n\n.light-blue.accent-2 {\n background-color: #40c4ff !important;\n}\n\n.light-blue-text.text-accent-2 {\n color: #40c4ff !important;\n}\n\n.light-blue.accent-3 {\n background-color: #00b0ff !important;\n}\n\n.light-blue-text.text-accent-3 {\n color: #00b0ff !important;\n}\n\n.light-blue.accent-4 {\n background-color: #0091ea !important;\n}\n\n.light-blue-text.text-accent-4 {\n color: #0091ea !important;\n}\n\n.cyan {\n background-color: #00bcd4 !important;\n}\n\n.cyan-text {\n color: #00bcd4 !important;\n}\n\n.cyan.lighten-5 {\n background-color: #e0f7fa !important;\n}\n\n.cyan-text.text-lighten-5 {\n color: #e0f7fa !important;\n}\n\n.cyan.lighten-4 {\n background-color: #b2ebf2 !important;\n}\n\n.cyan-text.text-lighten-4 {\n color: #b2ebf2 !important;\n}\n\n.cyan.lighten-3 {\n background-color: #80deea !important;\n}\n\n.cyan-text.text-lighten-3 {\n color: #80deea !important;\n}\n\n.cyan.lighten-2 {\n background-color: #4dd0e1 !important;\n}\n\n.cyan-text.text-lighten-2 {\n color: #4dd0e1 !important;\n}\n\n.cyan.lighten-1 {\n background-color: #26c6da !important;\n}\n\n.cyan-text.text-lighten-1 {\n color: #26c6da !important;\n}\n\n.cyan.darken-1 {\n background-color: #00acc1 !important;\n}\n\n.cyan-text.text-darken-1 {\n color: #00acc1 !important;\n}\n\n.cyan.darken-2 {\n background-color: #0097a7 !important;\n}\n\n.cyan-text.text-darken-2 {\n color: #0097a7 !important;\n}\n\n.cyan.darken-3 {\n background-color: #00838f !important;\n}\n\n.cyan-text.text-darken-3 {\n color: #00838f !important;\n}\n\n.cyan.darken-4 {\n background-color: #006064 !important;\n}\n\n.cyan-text.text-darken-4 {\n color: #006064 !important;\n}\n\n.cyan.accent-1 {\n background-color: #84ffff !important;\n}\n\n.cyan-text.text-accent-1 {\n color: #84ffff !important;\n}\n\n.cyan.accent-2 {\n background-color: #18ffff !important;\n}\n\n.cyan-text.text-accent-2 {\n color: #18ffff !important;\n}\n\n.cyan.accent-3 {\n background-color: #00e5ff !important;\n}\n\n.cyan-text.text-accent-3 {\n color: #00e5ff !important;\n}\n\n.cyan.accent-4 {\n background-color: #00b8d4 !important;\n}\n\n.cyan-text.text-accent-4 {\n color: #00b8d4 !important;\n}\n\n.teal {\n background-color: #009688 !important;\n}\n\n.teal-text {\n color: #009688 !important;\n}\n\n.teal.lighten-5 {\n background-color: #e0f2f1 !important;\n}\n\n.teal-text.text-lighten-5 {\n color: #e0f2f1 !important;\n}\n\n.teal.lighten-4 {\n background-color: #b2dfdb !important;\n}\n\n.teal-text.text-lighten-4 {\n color: #b2dfdb !important;\n}\n\n.teal.lighten-3 {\n background-color: #80cbc4 !important;\n}\n\n.teal-text.text-lighten-3 {\n color: #80cbc4 !important;\n}\n\n.teal.lighten-2 {\n background-color: #4db6ac !important;\n}\n\n.teal-text.text-lighten-2 {\n color: #4db6ac !important;\n}\n\n.teal.lighten-1 {\n background-color: #26a69a !important;\n}\n\n.teal-text.text-lighten-1 {\n color: #26a69a !important;\n}\n\n.teal.darken-1 {\n background-color: #00897b !important;\n}\n\n.teal-text.text-darken-1 {\n color: #00897b !important;\n}\n\n.teal.darken-2 {\n background-color: #00796b !important;\n}\n\n.teal-text.text-darken-2 {\n color: #00796b !important;\n}\n\n.teal.darken-3 {\n background-color: #00695c !important;\n}\n\n.teal-text.text-darken-3 {\n color: #00695c !important;\n}\n\n.teal.darken-4 {\n background-color: #004d40 !important;\n}\n\n.teal-text.text-darken-4 {\n color: #004d40 !important;\n}\n\n.teal.accent-1 {\n background-color: #a7ffeb !important;\n}\n\n.teal-text.text-accent-1 {\n color: #a7ffeb !important;\n}\n\n.teal.accent-2 {\n background-color: #64ffda !important;\n}\n\n.teal-text.text-accent-2 {\n color: #64ffda !important;\n}\n\n.teal.accent-3 {\n background-color: #1de9b6 !important;\n}\n\n.teal-text.text-accent-3 {\n color: #1de9b6 !important;\n}\n\n.teal.accent-4 {\n background-color: #00bfa5 !important;\n}\n\n.teal-text.text-accent-4 {\n color: #00bfa5 !important;\n}\n\n.green {\n background-color: #4CAF50 !important;\n}\n\n.green-text {\n color: #4CAF50 !important;\n}\n\n.green.lighten-5 {\n background-color: #E8F5E9 !important;\n}\n\n.green-text.text-lighten-5 {\n color: #E8F5E9 !important;\n}\n\n.green.lighten-4 {\n background-color: #C8E6C9 !important;\n}\n\n.green-text.text-lighten-4 {\n color: #C8E6C9 !important;\n}\n\n.green.lighten-3 {\n background-color: #A5D6A7 !important;\n}\n\n.green-text.text-lighten-3 {\n color: #A5D6A7 !important;\n}\n\n.green.lighten-2 {\n background-color: #81C784 !important;\n}\n\n.green-text.text-lighten-2 {\n color: #81C784 !important;\n}\n\n.green.lighten-1 {\n background-color: #66BB6A !important;\n}\n\n.green-text.text-lighten-1 {\n color: #66BB6A !important;\n}\n\n.green.darken-1 {\n background-color: #43A047 !important;\n}\n\n.green-text.text-darken-1 {\n color: #43A047 !important;\n}\n\n.green.darken-2 {\n background-color: #388E3C !important;\n}\n\n.green-text.text-darken-2 {\n color: #388E3C !important;\n}\n\n.green.darken-3 {\n background-color: #2E7D32 !important;\n}\n\n.green-text.text-darken-3 {\n color: #2E7D32 !important;\n}\n\n.green.darken-4 {\n background-color: #1B5E20 !important;\n}\n\n.green-text.text-darken-4 {\n color: #1B5E20 !important;\n}\n\n.green.accent-1 {\n background-color: #B9F6CA !important;\n}\n\n.green-text.text-accent-1 {\n color: #B9F6CA !important;\n}\n\n.green.accent-2 {\n background-color: #69F0AE !important;\n}\n\n.green-text.text-accent-2 {\n color: #69F0AE !important;\n}\n\n.green.accent-3 {\n background-color: #00E676 !important;\n}\n\n.green-text.text-accent-3 {\n color: #00E676 !important;\n}\n\n.green.accent-4 {\n background-color: #00C853 !important;\n}\n\n.green-text.text-accent-4 {\n color: #00C853 !important;\n}\n\n.light-green {\n background-color: #8bc34a !important;\n}\n\n.light-green-text {\n color: #8bc34a !important;\n}\n\n.light-green.lighten-5 {\n background-color: #f1f8e9 !important;\n}\n\n.light-green-text.text-lighten-5 {\n color: #f1f8e9 !important;\n}\n\n.light-green.lighten-4 {\n background-color: #dcedc8 !important;\n}\n\n.light-green-text.text-lighten-4 {\n color: #dcedc8 !important;\n}\n\n.light-green.lighten-3 {\n background-color: #c5e1a5 !important;\n}\n\n.light-green-text.text-lighten-3 {\n color: #c5e1a5 !important;\n}\n\n.light-green.lighten-2 {\n background-color: #aed581 !important;\n}\n\n.light-green-text.text-lighten-2 {\n color: #aed581 !important;\n}\n\n.light-green.lighten-1 {\n background-color: #9ccc65 !important;\n}\n\n.light-green-text.text-lighten-1 {\n color: #9ccc65 !important;\n}\n\n.light-green.darken-1 {\n background-color: #7cb342 !important;\n}\n\n.light-green-text.text-darken-1 {\n color: #7cb342 !important;\n}\n\n.light-green.darken-2 {\n background-color: #689f38 !important;\n}\n\n.light-green-text.text-darken-2 {\n color: #689f38 !important;\n}\n\n.light-green.darken-3 {\n background-color: #558b2f !important;\n}\n\n.light-green-text.text-darken-3 {\n color: #558b2f !important;\n}\n\n.light-green.darken-4 {\n background-color: #33691e !important;\n}\n\n.light-green-text.text-darken-4 {\n color: #33691e !important;\n}\n\n.light-green.accent-1 {\n background-color: #ccff90 !important;\n}\n\n.light-green-text.text-accent-1 {\n color: #ccff90 !important;\n}\n\n.light-green.accent-2 {\n background-color: #b2ff59 !important;\n}\n\n.light-green-text.text-accent-2 {\n color: #b2ff59 !important;\n}\n\n.light-green.accent-3 {\n background-color: #76ff03 !important;\n}\n\n.light-green-text.text-accent-3 {\n color: #76ff03 !important;\n}\n\n.light-green.accent-4 {\n background-color: #64dd17 !important;\n}\n\n.light-green-text.text-accent-4 {\n color: #64dd17 !important;\n}\n\n.lime {\n background-color: #cddc39 !important;\n}\n\n.lime-text {\n color: #cddc39 !important;\n}\n\n.lime.lighten-5 {\n background-color: #f9fbe7 !important;\n}\n\n.lime-text.text-lighten-5 {\n color: #f9fbe7 !important;\n}\n\n.lime.lighten-4 {\n background-color: #f0f4c3 !important;\n}\n\n.lime-text.text-lighten-4 {\n color: #f0f4c3 !important;\n}\n\n.lime.lighten-3 {\n background-color: #e6ee9c !important;\n}\n\n.lime-text.text-lighten-3 {\n color: #e6ee9c !important;\n}\n\n.lime.lighten-2 {\n background-color: #dce775 !important;\n}\n\n.lime-text.text-lighten-2 {\n color: #dce775 !important;\n}\n\n.lime.lighten-1 {\n background-color: #d4e157 !important;\n}\n\n.lime-text.text-lighten-1 {\n color: #d4e157 !important;\n}\n\n.lime.darken-1 {\n background-color: #c0ca33 !important;\n}\n\n.lime-text.text-darken-1 {\n color: #c0ca33 !important;\n}\n\n.lime.darken-2 {\n background-color: #afb42b !important;\n}\n\n.lime-text.text-darken-2 {\n color: #afb42b !important;\n}\n\n.lime.darken-3 {\n background-color: #9e9d24 !important;\n}\n\n.lime-text.text-darken-3 {\n color: #9e9d24 !important;\n}\n\n.lime.darken-4 {\n background-color: #827717 !important;\n}\n\n.lime-text.text-darken-4 {\n color: #827717 !important;\n}\n\n.lime.accent-1 {\n background-color: #f4ff81 !important;\n}\n\n.lime-text.text-accent-1 {\n color: #f4ff81 !important;\n}\n\n.lime.accent-2 {\n background-color: #eeff41 !important;\n}\n\n.lime-text.text-accent-2 {\n color: #eeff41 !important;\n}\n\n.lime.accent-3 {\n background-color: #c6ff00 !important;\n}\n\n.lime-text.text-accent-3 {\n color: #c6ff00 !important;\n}\n\n.lime.accent-4 {\n background-color: #aeea00 !important;\n}\n\n.lime-text.text-accent-4 {\n color: #aeea00 !important;\n}\n\n.yellow {\n background-color: #ffeb3b !important;\n}\n\n.yellow-text {\n color: #ffeb3b !important;\n}\n\n.yellow.lighten-5 {\n background-color: #fffde7 !important;\n}\n\n.yellow-text.text-lighten-5 {\n color: #fffde7 !important;\n}\n\n.yellow.lighten-4 {\n background-color: #fff9c4 !important;\n}\n\n.yellow-text.text-lighten-4 {\n color: #fff9c4 !important;\n}\n\n.yellow.lighten-3 {\n background-color: #fff59d !important;\n}\n\n.yellow-text.text-lighten-3 {\n color: #fff59d !important;\n}\n\n.yellow.lighten-2 {\n background-color: #fff176 !important;\n}\n\n.yellow-text.text-lighten-2 {\n color: #fff176 !important;\n}\n\n.yellow.lighten-1 {\n background-color: #ffee58 !important;\n}\n\n.yellow-text.text-lighten-1 {\n color: #ffee58 !important;\n}\n\n.yellow.darken-1 {\n background-color: #fdd835 !important;\n}\n\n.yellow-text.text-darken-1 {\n color: #fdd835 !important;\n}\n\n.yellow.darken-2 {\n background-color: #fbc02d !important;\n}\n\n.yellow-text.text-darken-2 {\n color: #fbc02d !important;\n}\n\n.yellow.darken-3 {\n background-color: #f9a825 !important;\n}\n\n.yellow-text.text-darken-3 {\n color: #f9a825 !important;\n}\n\n.yellow.darken-4 {\n background-color: #f57f17 !important;\n}\n\n.yellow-text.text-darken-4 {\n color: #f57f17 !important;\n}\n\n.yellow.accent-1 {\n background-color: #ffff8d !important;\n}\n\n.yellow-text.text-accent-1 {\n color: #ffff8d !important;\n}\n\n.yellow.accent-2 {\n background-color: #ffff00 !important;\n}\n\n.yellow-text.text-accent-2 {\n color: #ffff00 !important;\n}\n\n.yellow.accent-3 {\n background-color: #ffea00 !important;\n}\n\n.yellow-text.text-accent-3 {\n color: #ffea00 !important;\n}\n\n.yellow.accent-4 {\n background-color: #ffd600 !important;\n}\n\n.yellow-text.text-accent-4 {\n color: #ffd600 !important;\n}\n\n.amber {\n background-color: #ffc107 !important;\n}\n\n.amber-text {\n color: #ffc107 !important;\n}\n\n.amber.lighten-5 {\n background-color: #fff8e1 !important;\n}\n\n.amber-text.text-lighten-5 {\n color: #fff8e1 !important;\n}\n\n.amber.lighten-4 {\n background-color: #ffecb3 !important;\n}\n\n.amber-text.text-lighten-4 {\n color: #ffecb3 !important;\n}\n\n.amber.lighten-3 {\n background-color: #ffe082 !important;\n}\n\n.amber-text.text-lighten-3 {\n color: #ffe082 !important;\n}\n\n.amber.lighten-2 {\n background-color: #ffd54f !important;\n}\n\n.amber-text.text-lighten-2 {\n color: #ffd54f !important;\n}\n\n.amber.lighten-1 {\n background-color: #ffca28 !important;\n}\n\n.amber-text.text-lighten-1 {\n color: #ffca28 !important;\n}\n\n.amber.darken-1 {\n background-color: #ffb300 !important;\n}\n\n.amber-text.text-darken-1 {\n color: #ffb300 !important;\n}\n\n.amber.darken-2 {\n background-color: #ffa000 !important;\n}\n\n.amber-text.text-darken-2 {\n color: #ffa000 !important;\n}\n\n.amber.darken-3 {\n background-color: #ff8f00 !important;\n}\n\n.amber-text.text-darken-3 {\n color: #ff8f00 !important;\n}\n\n.amber.darken-4 {\n background-color: #ff6f00 !important;\n}\n\n.amber-text.text-darken-4 {\n color: #ff6f00 !important;\n}\n\n.amber.accent-1 {\n background-color: #ffe57f !important;\n}\n\n.amber-text.text-accent-1 {\n color: #ffe57f !important;\n}\n\n.amber.accent-2 {\n background-color: #ffd740 !important;\n}\n\n.amber-text.text-accent-2 {\n color: #ffd740 !important;\n}\n\n.amber.accent-3 {\n background-color: #ffc400 !important;\n}\n\n.amber-text.text-accent-3 {\n color: #ffc400 !important;\n}\n\n.amber.accent-4 {\n background-color: #ffab00 !important;\n}\n\n.amber-text.text-accent-4 {\n color: #ffab00 !important;\n}\n\n.orange {\n background-color: #ff9800 !important;\n}\n\n.orange-text {\n color: #ff9800 !important;\n}\n\n.orange.lighten-5 {\n background-color: #fff3e0 !important;\n}\n\n.orange-text.text-lighten-5 {\n color: #fff3e0 !important;\n}\n\n.orange.lighten-4 {\n background-color: #ffe0b2 !important;\n}\n\n.orange-text.text-lighten-4 {\n color: #ffe0b2 !important;\n}\n\n.orange.lighten-3 {\n background-color: #ffcc80 !important;\n}\n\n.orange-text.text-lighten-3 {\n color: #ffcc80 !important;\n}\n\n.orange.lighten-2 {\n background-color: #ffb74d !important;\n}\n\n.orange-text.text-lighten-2 {\n color: #ffb74d !important;\n}\n\n.orange.lighten-1 {\n background-color: #ffa726 !important;\n}\n\n.orange-text.text-lighten-1 {\n color: #ffa726 !important;\n}\n\n.orange.darken-1 {\n background-color: #fb8c00 !important;\n}\n\n.orange-text.text-darken-1 {\n color: #fb8c00 !important;\n}\n\n.orange.darken-2 {\n background-color: #f57c00 !important;\n}\n\n.orange-text.text-darken-2 {\n color: #f57c00 !important;\n}\n\n.orange.darken-3 {\n background-color: #ef6c00 !important;\n}\n\n.orange-text.text-darken-3 {\n color: #ef6c00 !important;\n}\n\n.orange.darken-4 {\n background-color: #e65100 !important;\n}\n\n.orange-text.text-darken-4 {\n color: #e65100 !important;\n}\n\n.orange.accent-1 {\n background-color: #ffd180 !important;\n}\n\n.orange-text.text-accent-1 {\n color: #ffd180 !important;\n}\n\n.orange.accent-2 {\n background-color: #ffab40 !important;\n}\n\n.orange-text.text-accent-2 {\n color: #ffab40 !important;\n}\n\n.orange.accent-3 {\n background-color: #ff9100 !important;\n}\n\n.orange-text.text-accent-3 {\n color: #ff9100 !important;\n}\n\n.orange.accent-4 {\n background-color: #ff6d00 !important;\n}\n\n.orange-text.text-accent-4 {\n color: #ff6d00 !important;\n}\n\n.deep-orange {\n background-color: #ff5722 !important;\n}\n\n.deep-orange-text {\n color: #ff5722 !important;\n}\n\n.deep-orange.lighten-5 {\n background-color: #fbe9e7 !important;\n}\n\n.deep-orange-text.text-lighten-5 {\n color: #fbe9e7 !important;\n}\n\n.deep-orange.lighten-4 {\n background-color: #ffccbc !important;\n}\n\n.deep-orange-text.text-lighten-4 {\n color: #ffccbc !important;\n}\n\n.deep-orange.lighten-3 {\n background-color: #ffab91 !important;\n}\n\n.deep-orange-text.text-lighten-3 {\n color: #ffab91 !important;\n}\n\n.deep-orange.lighten-2 {\n background-color: #ff8a65 !important;\n}\n\n.deep-orange-text.text-lighten-2 {\n color: #ff8a65 !important;\n}\n\n.deep-orange.lighten-1 {\n background-color: #ff7043 !important;\n}\n\n.deep-orange-text.text-lighten-1 {\n color: #ff7043 !important;\n}\n\n.deep-orange.darken-1 {\n background-color: #f4511e !important;\n}\n\n.deep-orange-text.text-darken-1 {\n color: #f4511e !important;\n}\n\n.deep-orange.darken-2 {\n background-color: #e64a19 !important;\n}\n\n.deep-orange-text.text-darken-2 {\n color: #e64a19 !important;\n}\n\n.deep-orange.darken-3 {\n background-color: #d84315 !important;\n}\n\n.deep-orange-text.text-darken-3 {\n color: #d84315 !important;\n}\n\n.deep-orange.darken-4 {\n background-color: #bf360c !important;\n}\n\n.deep-orange-text.text-darken-4 {\n color: #bf360c !important;\n}\n\n.deep-orange.accent-1 {\n background-color: #ff9e80 !important;\n}\n\n.deep-orange-text.text-accent-1 {\n color: #ff9e80 !important;\n}\n\n.deep-orange.accent-2 {\n background-color: #ff6e40 !important;\n}\n\n.deep-orange-text.text-accent-2 {\n color: #ff6e40 !important;\n}\n\n.deep-orange.accent-3 {\n background-color: #ff3d00 !important;\n}\n\n.deep-orange-text.text-accent-3 {\n color: #ff3d00 !important;\n}\n\n.deep-orange.accent-4 {\n background-color: #dd2c00 !important;\n}\n\n.deep-orange-text.text-accent-4 {\n color: #dd2c00 !important;\n}\n\n.brown {\n background-color: #795548 !important;\n}\n\n.brown-text {\n color: #795548 !important;\n}\n\n.brown.lighten-5 {\n background-color: #efebe9 !important;\n}\n\n.brown-text.text-lighten-5 {\n color: #efebe9 !important;\n}\n\n.brown.lighten-4 {\n background-color: #d7ccc8 !important;\n}\n\n.brown-text.text-lighten-4 {\n color: #d7ccc8 !important;\n}\n\n.brown.lighten-3 {\n background-color: #bcaaa4 !important;\n}\n\n.brown-text.text-lighten-3 {\n color: #bcaaa4 !important;\n}\n\n.brown.lighten-2 {\n background-color: #a1887f !important;\n}\n\n.brown-text.text-lighten-2 {\n color: #a1887f !important;\n}\n\n.brown.lighten-1 {\n background-color: #8d6e63 !important;\n}\n\n.brown-text.text-lighten-1 {\n color: #8d6e63 !important;\n}\n\n.brown.darken-1 {\n background-color: #6d4c41 !important;\n}\n\n.brown-text.text-darken-1 {\n color: #6d4c41 !important;\n}\n\n.brown.darken-2 {\n background-color: #5d4037 !important;\n}\n\n.brown-text.text-darken-2 {\n color: #5d4037 !important;\n}\n\n.brown.darken-3 {\n background-color: #4e342e !important;\n}\n\n.brown-text.text-darken-3 {\n color: #4e342e !important;\n}\n\n.brown.darken-4 {\n background-color: #3e2723 !important;\n}\n\n.brown-text.text-darken-4 {\n color: #3e2723 !important;\n}\n\n.blue-grey {\n background-color: #607d8b !important;\n}\n\n.blue-grey-text {\n color: #607d8b !important;\n}\n\n.blue-grey.lighten-5 {\n background-color: #eceff1 !important;\n}\n\n.blue-grey-text.text-lighten-5 {\n color: #eceff1 !important;\n}\n\n.blue-grey.lighten-4 {\n background-color: #cfd8dc !important;\n}\n\n.blue-grey-text.text-lighten-4 {\n color: #cfd8dc !important;\n}\n\n.blue-grey.lighten-3 {\n background-color: #b0bec5 !important;\n}\n\n.blue-grey-text.text-lighten-3 {\n color: #b0bec5 !important;\n}\n\n.blue-grey.lighten-2 {\n background-color: #90a4ae !important;\n}\n\n.blue-grey-text.text-lighten-2 {\n color: #90a4ae !important;\n}\n\n.blue-grey.lighten-1 {\n background-color: #78909c !important;\n}\n\n.blue-grey-text.text-lighten-1 {\n color: #78909c !important;\n}\n\n.blue-grey.darken-1 {\n background-color: #546e7a !important;\n}\n\n.blue-grey-text.text-darken-1 {\n color: #546e7a !important;\n}\n\n.blue-grey.darken-2 {\n background-color: #455a64 !important;\n}\n\n.blue-grey-text.text-darken-2 {\n color: #455a64 !important;\n}\n\n.blue-grey.darken-3 {\n background-color: #37474f !important;\n}\n\n.blue-grey-text.text-darken-3 {\n color: #37474f !important;\n}\n\n.blue-grey.darken-4 {\n background-color: #263238 !important;\n}\n\n.blue-grey-text.text-darken-4 {\n color: #263238 !important;\n}\n\n.grey {\n background-color: #9e9e9e !important;\n}\n\n.grey-text {\n color: #9e9e9e !important;\n}\n\n.grey.lighten-5 {\n background-color: #fafafa !important;\n}\n\n.grey-text.text-lighten-5 {\n color: #fafafa !important;\n}\n\n.grey.lighten-4 {\n background-color: #f5f5f5 !important;\n}\n\n.grey-text.text-lighten-4 {\n color: #f5f5f5 !important;\n}\n\n.grey.lighten-3 {\n background-color: #eeeeee !important;\n}\n\n.grey-text.text-lighten-3 {\n color: #eeeeee !important;\n}\n\n.grey.lighten-2 {\n background-color: #e0e0e0 !important;\n}\n\n.grey-text.text-lighten-2 {\n color: #e0e0e0 !important;\n}\n\n.grey.lighten-1 {\n background-color: #bdbdbd !important;\n}\n\n.grey-text.text-lighten-1 {\n color: #bdbdbd !important;\n}\n\n.grey.darken-1 {\n background-color: #757575 !important;\n}\n\n.grey-text.text-darken-1 {\n color: #757575 !important;\n}\n\n.grey.darken-2 {\n background-color: #616161 !important;\n}\n\n.grey-text.text-darken-2 {\n color: #616161 !important;\n}\n\n.grey.darken-3 {\n background-color: #424242 !important;\n}\n\n.grey-text.text-darken-3 {\n color: #424242 !important;\n}\n\n.grey.darken-4 {\n background-color: #212121 !important;\n}\n\n.grey-text.text-darken-4 {\n color: #212121 !important;\n}\n\n.black {\n background-color: #000000 !important;\n}\n\n.black-text {\n color: #000000 !important;\n}\n\n.white {\n background-color: #FFFFFF !important;\n}\n\n.white-text {\n color: #FFFFFF !important;\n}\n\n.transparent {\n background-color: transparent !important;\n}\n\n.transparent-text {\n color: transparent !important;\n}\n\n/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\n/**\r\n * 1. Set default font family to sans-serif.\r\n * 2. Prevent iOS and IE text size adjust after device orientation change,\r\n * without disabling user zoom.\r\n */\nhtml {\n font-family: sans-serif;\n /* 1 */\n -ms-text-size-adjust: 100%;\n /* 2 */\n -webkit-text-size-adjust: 100%;\n /* 2 */\n}\n\n/**\r\n * Remove default margin.\r\n */\nbody {\n margin: 0;\n}\n\n/* HTML5 display definitions\r\n ========================================================================== */\n/**\r\n * Correct `block` display not defined for any HTML5 element in IE 8/9.\r\n * Correct `block` display not defined for `details` or `summary` in IE 10/11\r\n * and Firefox.\r\n * Correct `block` display not defined for `main` in IE 11.\r\n */\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n display: block;\n}\n\n/**\r\n * 1. Correct `inline-block` display not defined in IE 8/9.\r\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\r\n */\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block;\n /* 1 */\n vertical-align: baseline;\n /* 2 */\n}\n\n/**\r\n * Prevent modern browsers from displaying `audio` without controls.\r\n * Remove excess height in iOS 5 devices.\r\n */\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\r\n * Address `[hidden]` styling not present in IE 8/9/10.\r\n * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.\r\n */\n[hidden],\ntemplate {\n display: none;\n}\n\n/* Links\r\n ========================================================================== */\n/**\r\n * Remove the gray background color from active links in IE 10.\r\n */\na {\n background-color: transparent;\n}\n\n/**\r\n * Improve readability of focused elements when they are also in an\r\n * active/hover state.\r\n */\na:active,\na:hover {\n outline: 0;\n}\n\n/* Text-level semantics\r\n ========================================================================== */\n/**\r\n * Address styling not present in IE 8/9/10/11, Safari, and Chrome.\r\n */\nabbr[title] {\n border-bottom: 1px dotted;\n}\n\n/**\r\n * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\r\n */\nb,\nstrong {\n font-weight: bold;\n}\n\n/**\r\n * Address styling not present in Safari and Chrome.\r\n */\ndfn {\n font-style: italic;\n}\n\n/**\r\n * Address variable `h1` font-size and margin within `section` and `article`\r\n * contexts in Firefox 4+, Safari, and Chrome.\r\n */\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\r\n * Address styling not present in IE 8/9.\r\n */\nmark {\n background: #ff0;\n color: #000;\n}\n\n/**\r\n * Address inconsistent and variable font size in all browsers.\r\n */\nsmall {\n font-size: 80%;\n}\n\n/**\r\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\r\n */\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* Embedded content\r\n ========================================================================== */\n/**\r\n * Remove border when inside `a` element in IE 8/9/10.\r\n */\nimg {\n border: 0;\n}\n\n/**\r\n * Correct overflow not hidden in IE 9/10/11.\r\n */\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Grouping content\r\n ========================================================================== */\n/**\r\n * Address margin not present in IE 8/9 and Safari.\r\n */\nfigure {\n margin: 1em 40px;\n}\n\n/**\r\n * Address differences between Firefox and other browsers.\r\n */\nhr {\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n height: 0;\n}\n\n/**\r\n * Contain overflow in all browsers.\r\n */\npre {\n overflow: auto;\n}\n\n/**\r\n * Address odd `em`-unit font size rendering in all browsers.\r\n */\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\n/* Forms\r\n ========================================================================== */\n/**\r\n * Known limitation: by default, Chrome and Safari on OS X allow very limited\r\n * styling of `select`, unless a `border` property is set.\r\n */\n/**\r\n * 1. Correct color not being inherited.\r\n * Known issue: affects color of disabled elements.\r\n * 2. Correct font properties not being inherited.\r\n * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\r\n */\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit;\n /* 1 */\n font: inherit;\n /* 2 */\n margin: 0;\n /* 3 */\n}\n\n/**\r\n * Address `overflow` set to `hidden` in IE 8/9/10/11.\r\n */\nbutton {\n overflow: visible;\n}\n\n/**\r\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\r\n * All other form control elements do not inherit `text-transform` values.\r\n * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\r\n * Correct `select` style inheritance in Firefox.\r\n */\nbutton,\nselect {\n text-transform: none;\n}\n\n/**\r\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\r\n * and `video` controls.\r\n * 2. Correct inability to style clickable `input` types in iOS.\r\n * 3. Improve usability and consistency of cursor style between image-type\r\n * `input` and others.\r\n */\nbutton,\nhtml input[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button;\n /* 2 */\n cursor: pointer;\n /* 3 */\n}\n\n/**\r\n * Re-set default cursor for disabled elements.\r\n */\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n/**\r\n * Remove inner padding and border in Firefox 4+.\r\n */\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/**\r\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\r\n * the UA stylesheet.\r\n */\ninput {\n line-height: normal;\n}\n\n/**\r\n * It's recommended that you don't attempt to style these elements.\r\n * Firefox's implementation doesn't respect box-sizing, padding, or width.\r\n *\r\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\r\n * 2. Remove excess padding in IE 8/9/10.\r\n */\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n /* 1 */\n padding: 0;\n /* 2 */\n}\n\n/**\r\n * Fix the cursor style for Chrome's increment/decrement buttons. For certain\r\n * `font-size` values of the `input`, it causes the cursor style of the\r\n * decrement button to change from `default` to `text`.\r\n */\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\r\n * 1. Address `appearance` set to `searchfield` in Safari and Chrome.\r\n * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.\r\n */\ninput[type=\"search\"] {\n -webkit-appearance: textfield;\n /* 1 */\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n /* 2 */\n}\n\n/**\r\n * Remove inner padding and search cancel button in Safari and Chrome on OS X.\r\n * Safari (but not Chrome) clips the cancel button when the search input has\r\n * padding (and `textfield` appearance).\r\n */\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\r\n * Define consistent border, margin, and padding.\r\n */\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\r\n * 1. Correct `color` not being inherited in IE 8/9/10/11.\r\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\r\n */\nlegend {\n border: 0;\n /* 1 */\n padding: 0;\n /* 2 */\n}\n\n/**\r\n * Remove default vertical scrollbar in IE 8/9/10/11.\r\n */\ntextarea {\n overflow: auto;\n}\n\n/**\r\n * Don't inherit the `font-weight` (applied by a rule above).\r\n * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\r\n */\noptgroup {\n font-weight: bold;\n}\n\n/* Tables\r\n ========================================================================== */\n/**\r\n * Remove most spacing between table cells.\r\n */\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n\nhtml {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n*, *:before, *:after {\n -webkit-box-sizing: inherit;\n box-sizing: inherit;\n}\n\nul:not(.browser-default) {\n padding-left: 0;\n list-style-type: none;\n}\n\nul:not(.browser-default) > li {\n list-style-type: none;\n}\n\na {\n color: #039be5;\n text-decoration: none;\n -webkit-tap-highlight-color: transparent;\n}\n\n.valign-wrapper {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.clearfix {\n clear: both;\n}\n\n.z-depth-0 {\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n}\n\n.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {\n -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n}\n\n.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {\n -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);\n}\n\n.z-depth-2 {\n -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);\n box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);\n}\n\n.z-depth-3 {\n -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);\n box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);\n}\n\n.z-depth-4, .modal {\n -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);\n box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);\n}\n\n.z-depth-5 {\n -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);\n box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);\n}\n\n.hoverable {\n -webkit-transition: -webkit-box-shadow .25s;\n transition: -webkit-box-shadow .25s;\n transition: box-shadow .25s;\n transition: box-shadow .25s, -webkit-box-shadow .25s;\n}\n\n.hoverable:hover {\n -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n}\n\n.divider {\n height: 1px;\n overflow: hidden;\n background-color: #e0e0e0;\n}\n\nblockquote {\n margin: 20px 0;\n padding-left: 1.5rem;\n border-left: 5px solid #ee6e73;\n}\n\ni {\n line-height: inherit;\n}\n\ni.left {\n float: left;\n margin-right: 15px;\n}\n\ni.right {\n float: right;\n margin-left: 15px;\n}\n\ni.tiny {\n font-size: 1rem;\n}\n\ni.small {\n font-size: 2rem;\n}\n\ni.medium {\n font-size: 4rem;\n}\n\ni.large {\n font-size: 6rem;\n}\n\nimg.responsive-img,\nvideo.responsive-video {\n max-width: 100%;\n height: auto;\n}\n\n.pagination li {\n display: inline-block;\n border-radius: 2px;\n text-align: center;\n vertical-align: top;\n height: 30px;\n}\n\n.pagination li a {\n color: #444;\n display: inline-block;\n font-size: 1.2rem;\n padding: 0 10px;\n line-height: 30px;\n}\n\n.pagination li.active a {\n color: #fff;\n}\n\n.pagination li.active {\n background-color: #ee6e73;\n}\n\n.pagination li.disabled a {\n cursor: default;\n color: #999;\n}\n\n.pagination li i {\n font-size: 2rem;\n}\n\n.pagination li.pages ul li {\n display: inline-block;\n float: none;\n}\n\n@media only screen and (max-width: 992px) {\n .pagination {\n width: 100%;\n }\n .pagination li.prev,\n .pagination li.next {\n width: 10%;\n }\n .pagination li.pages {\n width: 80%;\n overflow: hidden;\n white-space: nowrap;\n }\n}\n\n.breadcrumb {\n font-size: 18px;\n color: rgba(255, 255, 255, 0.7);\n}\n\n.breadcrumb i,\n.breadcrumb [class^=\"mdi-\"], .breadcrumb [class*=\"mdi-\"],\n.breadcrumb i.material-icons {\n display: inline-block;\n float: left;\n font-size: 24px;\n}\n\n.breadcrumb:before {\n content: '\\E5CC';\n color: rgba(255, 255, 255, 0.7);\n vertical-align: top;\n display: inline-block;\n font-family: 'Material Icons';\n font-weight: normal;\n font-style: normal;\n font-size: 25px;\n margin: 0 10px 0 8px;\n -webkit-font-smoothing: antialiased;\n}\n\n.breadcrumb:first-child:before {\n display: none;\n}\n\n.breadcrumb:last-child {\n color: #fff;\n}\n\n.parallax-container {\n position: relative;\n overflow: hidden;\n height: 500px;\n}\n\n.parallax-container .parallax {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: -1;\n}\n\n.parallax-container .parallax img {\n display: none;\n position: absolute;\n left: 50%;\n bottom: 0;\n min-width: 100%;\n min-height: 100%;\n -webkit-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n}\n\n.pin-top, .pin-bottom {\n position: relative;\n}\n\n.pinned {\n position: fixed !important;\n}\n\n/*********************\r\n Transition Classes\r\n**********************/\nul.staggered-list li {\n opacity: 0;\n}\n\n.fade-in {\n opacity: 0;\n -webkit-transform-origin: 0 50%;\n transform-origin: 0 50%;\n}\n\n/*********************\r\n Media Query Classes\r\n**********************/\n@media only screen and (max-width: 600px) {\n .hide-on-small-only, .hide-on-small-and-down {\n display: none !important;\n }\n}\n\n@media only screen and (max-width: 992px) {\n .hide-on-med-and-down {\n display: none !important;\n }\n}\n\n@media only screen and (min-width: 601px) {\n .hide-on-med-and-up {\n display: none !important;\n }\n}\n\n@media only screen and (min-width: 600px) and (max-width: 992px) {\n .hide-on-med-only {\n display: none !important;\n }\n}\n\n@media only screen and (min-width: 993px) {\n .hide-on-large-only {\n display: none !important;\n }\n}\n\n@media only screen and (min-width: 993px) {\n .show-on-large {\n display: block !important;\n }\n}\n\n@media only screen and (min-width: 600px) and (max-width: 992px) {\n .show-on-medium {\n display: block !important;\n }\n}\n\n@media only screen and (max-width: 600px) {\n .show-on-small {\n display: block !important;\n }\n}\n\n@media only screen and (min-width: 601px) {\n .show-on-medium-and-up {\n display: block !important;\n }\n}\n\n@media only screen and (max-width: 992px) {\n .show-on-medium-and-down {\n display: block !important;\n }\n}\n\n@media only screen and (max-width: 600px) {\n .center-on-small-only {\n text-align: center;\n }\n}\n\n.page-footer {\n padding-top: 20px;\n color: #fff;\n background-color: #ee6e73;\n}\n\n.page-footer .footer-copyright {\n overflow: hidden;\n min-height: 50px;\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n padding: 10px 0px;\n color: rgba(255, 255, 255, 0.8);\n background-color: rgba(51, 51, 51, 0.08);\n}\n\ntable, th, td {\n border: none;\n}\n\ntable {\n width: 100%;\n display: table;\n}\n\ntable.bordered > thead > tr,\ntable.bordered > tbody > tr {\n border-bottom: 1px solid #d0d0d0;\n}\n\ntable.striped > tbody > tr:nth-child(odd) {\n background-color: #f2f2f2;\n}\n\ntable.striped > tbody > tr > td {\n border-radius: 0;\n}\n\ntable.highlight > tbody > tr {\n -webkit-transition: background-color .25s ease;\n transition: background-color .25s ease;\n}\n\ntable.highlight > tbody > tr:hover {\n background-color: #f2f2f2;\n}\n\ntable.centered thead tr th, table.centered tbody tr td {\n text-align: center;\n}\n\nthead {\n border-bottom: 1px solid #d0d0d0;\n}\n\ntd, th {\n padding: 15px 5px;\n display: table-cell;\n text-align: left;\n vertical-align: middle;\n border-radius: 2px;\n}\n\n@media only screen and (max-width: 992px) {\n table.responsive-table {\n width: 100%;\n border-collapse: collapse;\n border-spacing: 0;\n display: block;\n position: relative;\n /* sort out borders */\n }\n table.responsive-table td:empty:before {\n content: '\\00a0';\n }\n table.responsive-table th,\n table.responsive-table td {\n margin: 0;\n vertical-align: top;\n }\n table.responsive-table th {\n text-align: left;\n }\n table.responsive-table thead {\n display: block;\n float: left;\n }\n table.responsive-table thead tr {\n display: block;\n padding: 0 10px 0 0;\n }\n table.responsive-table thead tr th::before {\n content: \"\\00a0\";\n }\n table.responsive-table tbody {\n display: block;\n width: auto;\n position: relative;\n overflow-x: auto;\n white-space: nowrap;\n }\n table.responsive-table tbody tr {\n display: inline-block;\n vertical-align: top;\n }\n table.responsive-table th {\n display: block;\n text-align: right;\n }\n table.responsive-table td {\n display: block;\n min-height: 1.25em;\n text-align: left;\n }\n table.responsive-table tr {\n padding: 0 10px;\n }\n table.responsive-table thead {\n border: 0;\n border-right: 1px solid #d0d0d0;\n }\n table.responsive-table.bordered th {\n border-bottom: 0;\n border-left: 0;\n }\n table.responsive-table.bordered td {\n border-left: 0;\n border-right: 0;\n border-bottom: 0;\n }\n table.responsive-table.bordered tr {\n border: 0;\n }\n table.responsive-table.bordered tbody tr {\n border-right: 1px solid #d0d0d0;\n }\n}\n\n.collection {\n margin: 0.5rem 0 1rem 0;\n border: 1px solid #e0e0e0;\n border-radius: 2px;\n overflow: hidden;\n position: relative;\n}\n\n.collection .collection-item {\n background-color: #fff;\n line-height: 1.5rem;\n padding: 10px 20px;\n margin: 0;\n border-bottom: 1px solid #e0e0e0;\n}\n\n.collection .collection-item.avatar {\n min-height: 84px;\n padding-left: 72px;\n position: relative;\n}\n\n.collection .collection-item.avatar:not(.circle-clipper) > .circle,\n.collection .collection-item.avatar :not(.circle-clipper) > .circle {\n position: absolute;\n width: 42px;\n height: 42px;\n overflow: hidden;\n left: 15px;\n display: inline-block;\n vertical-align: middle;\n}\n\n.collection .collection-item.avatar i.circle {\n font-size: 18px;\n line-height: 42px;\n color: #fff;\n background-color: #999;\n text-align: center;\n}\n\n.collection .collection-item.avatar .title {\n font-size: 16px;\n}\n\n.collection .collection-item.avatar p {\n margin: 0;\n}\n\n.collection .collection-item.avatar .secondary-content {\n position: absolute;\n top: 16px;\n right: 16px;\n}\n\n.collection .collection-item:last-child {\n border-bottom: none;\n}\n\n.collection .collection-item.active {\n background-color: #26a69a;\n color: #eafaf9;\n}\n\n.collection .collection-item.active .secondary-content {\n color: #fff;\n}\n\n.collection a.collection-item {\n display: block;\n -webkit-transition: .25s;\n transition: .25s;\n color: #26a69a;\n}\n\n.collection a.collection-item:not(.active):hover {\n background-color: #ddd;\n}\n\n.collection.with-header .collection-header {\n background-color: #fff;\n border-bottom: 1px solid #e0e0e0;\n padding: 10px 20px;\n}\n\n.collection.with-header .collection-item {\n padding-left: 30px;\n}\n\n.collection.with-header .collection-item.avatar {\n padding-left: 72px;\n}\n\n.secondary-content {\n float: right;\n color: #26a69a;\n}\n\n.collapsible .collection {\n margin: 0;\n border: none;\n}\n\n.video-container {\n position: relative;\n padding-bottom: 56.25%;\n height: 0;\n overflow: hidden;\n}\n\n.video-container iframe, .video-container object, .video-container embed {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.progress {\n position: relative;\n height: 4px;\n display: block;\n width: 100%;\n background-color: #acece6;\n border-radius: 2px;\n margin: 0.5rem 0 1rem 0;\n overflow: hidden;\n}\n\n.progress .determinate {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n background-color: #26a69a;\n -webkit-transition: width .3s linear;\n transition: width .3s linear;\n}\n\n.progress .indeterminate {\n background-color: #26a69a;\n}\n\n.progress .indeterminate:before {\n content: '';\n position: absolute;\n background-color: inherit;\n top: 0;\n left: 0;\n bottom: 0;\n will-change: left, right;\n -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n}\n\n.progress .indeterminate:after {\n content: '';\n position: absolute;\n background-color: inherit;\n top: 0;\n left: 0;\n bottom: 0;\n will-change: left, right;\n -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n -webkit-animation-delay: 1.15s;\n animation-delay: 1.15s;\n}\n\n@-webkit-keyframes indeterminate {\n 0% {\n left: -35%;\n right: 100%;\n }\n 60% {\n left: 100%;\n right: -90%;\n }\n 100% {\n left: 100%;\n right: -90%;\n }\n}\n\n@keyframes indeterminate {\n 0% {\n left: -35%;\n right: 100%;\n }\n 60% {\n left: 100%;\n right: -90%;\n }\n 100% {\n left: 100%;\n right: -90%;\n }\n}\n\n@-webkit-keyframes indeterminate-short {\n 0% {\n left: -200%;\n right: 100%;\n }\n 60% {\n left: 107%;\n right: -8%;\n }\n 100% {\n left: 107%;\n right: -8%;\n }\n}\n\n@keyframes indeterminate-short {\n 0% {\n left: -200%;\n right: 100%;\n }\n 60% {\n left: 107%;\n right: -8%;\n }\n 100% {\n left: 107%;\n right: -8%;\n }\n}\n\n/*******************\r\n Utility Classes\r\n*******************/\n.hide {\n display: none !important;\n}\n\n.left-align {\n text-align: left;\n}\n\n.right-align {\n text-align: right;\n}\n\n.center, .center-align {\n text-align: center;\n}\n\n.left {\n float: left !important;\n}\n\n.right {\n float: right !important;\n}\n\n.no-select, input[type=range],\ninput[type=range] + .thumb {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.circle {\n border-radius: 50%;\n}\n\n.center-block {\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n\n.truncate {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.no-padding {\n padding: 0 !important;\n}\n\nspan.badge {\n min-width: 3rem;\n padding: 0 6px;\n margin-left: 14px;\n text-align: center;\n font-size: 1rem;\n line-height: 22px;\n height: 22px;\n color: #757575;\n float: right;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\nspan.badge.new {\n font-weight: 300;\n font-size: 0.8rem;\n color: #fff;\n background-color: #26a69a;\n border-radius: 2px;\n}\n\nspan.badge.new:after {\n content: \" new\";\n}\n\nspan.badge[data-badge-caption]::after {\n content: \" \" attr(data-badge-caption);\n}\n\nnav ul a span.badge {\n display: inline-block;\n float: none;\n margin-left: 4px;\n line-height: 22px;\n height: 22px;\n -webkit-font-smoothing: auto;\n}\n\n.collection-item span.badge {\n margin-top: calc(0.75rem - 11px);\n}\n\n.collapsible span.badge {\n margin-left: auto;\n}\n\n.side-nav span.badge {\n margin-top: calc(24px - 11px);\n}\n\n/* This is needed for some mobile phones to display the Google Icon font properly */\n.material-icons {\n text-rendering: optimizeLegibility;\n -webkit-font-feature-settings: 'liga';\n -moz-font-feature-settings: 'liga';\n font-feature-settings: 'liga';\n}\n\n.container {\n margin: 0 auto;\n max-width: 1280px;\n width: 90%;\n}\n\n@media only screen and (min-width: 601px) {\n .container {\n width: 85%;\n }\n}\n\n@media only screen and (min-width: 993px) {\n .container {\n width: 70%;\n }\n}\n\n.container .row {\n margin-left: -0.75rem;\n margin-right: -0.75rem;\n}\n\n.section {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n.section.no-pad {\n padding: 0;\n}\n\n.section.no-pad-bot {\n padding-bottom: 0;\n}\n\n.section.no-pad-top {\n padding-top: 0;\n}\n\n.row {\n margin-left: auto;\n margin-right: auto;\n margin-bottom: 20px;\n}\n\n.row:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n.row .col {\n float: left;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n padding: 0 0.75rem;\n min-height: 1px;\n}\n\n.row .col[class*=\"push-\"], .row .col[class*=\"pull-\"] {\n position: relative;\n}\n\n.row .col.s1 {\n width: 8.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s2 {\n width: 16.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s3 {\n width: 25%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s4 {\n width: 33.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s5 {\n width: 41.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s6 {\n width: 50%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s7 {\n width: 58.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s8 {\n width: 66.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s9 {\n width: 75%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s10 {\n width: 83.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s11 {\n width: 91.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s12 {\n width: 100%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.offset-s1 {\n margin-left: 8.3333333333%;\n}\n\n.row .col.pull-s1 {\n right: 8.3333333333%;\n}\n\n.row .col.push-s1 {\n left: 8.3333333333%;\n}\n\n.row .col.offset-s2 {\n margin-left: 16.6666666667%;\n}\n\n.row .col.pull-s2 {\n right: 16.6666666667%;\n}\n\n.row .col.push-s2 {\n left: 16.6666666667%;\n}\n\n.row .col.offset-s3 {\n margin-left: 25%;\n}\n\n.row .col.pull-s3 {\n right: 25%;\n}\n\n.row .col.push-s3 {\n left: 25%;\n}\n\n.row .col.offset-s4 {\n margin-left: 33.3333333333%;\n}\n\n.row .col.pull-s4 {\n right: 33.3333333333%;\n}\n\n.row .col.push-s4 {\n left: 33.3333333333%;\n}\n\n.row .col.offset-s5 {\n margin-left: 41.6666666667%;\n}\n\n.row .col.pull-s5 {\n right: 41.6666666667%;\n}\n\n.row .col.push-s5 {\n left: 41.6666666667%;\n}\n\n.row .col.offset-s6 {\n margin-left: 50%;\n}\n\n.row .col.pull-s6 {\n right: 50%;\n}\n\n.row .col.push-s6 {\n left: 50%;\n}\n\n.row .col.offset-s7 {\n margin-left: 58.3333333333%;\n}\n\n.row .col.pull-s7 {\n right: 58.3333333333%;\n}\n\n.row .col.push-s7 {\n left: 58.3333333333%;\n}\n\n.row .col.offset-s8 {\n margin-left: 66.6666666667%;\n}\n\n.row .col.pull-s8 {\n right: 66.6666666667%;\n}\n\n.row .col.push-s8 {\n left: 66.6666666667%;\n}\n\n.row .col.offset-s9 {\n margin-left: 75%;\n}\n\n.row .col.pull-s9 {\n right: 75%;\n}\n\n.row .col.push-s9 {\n left: 75%;\n}\n\n.row .col.offset-s10 {\n margin-left: 83.3333333333%;\n}\n\n.row .col.pull-s10 {\n right: 83.3333333333%;\n}\n\n.row .col.push-s10 {\n left: 83.3333333333%;\n}\n\n.row .col.offset-s11 {\n margin-left: 91.6666666667%;\n}\n\n.row .col.pull-s11 {\n right: 91.6666666667%;\n}\n\n.row .col.push-s11 {\n left: 91.6666666667%;\n}\n\n.row .col.offset-s12 {\n margin-left: 100%;\n}\n\n.row .col.pull-s12 {\n right: 100%;\n}\n\n.row .col.push-s12 {\n left: 100%;\n}\n\n@media only screen and (min-width: 601px) {\n .row .col.m1 {\n width: 8.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m2 {\n width: 16.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m3 {\n width: 25%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m4 {\n width: 33.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m5 {\n width: 41.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m6 {\n width: 50%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m7 {\n width: 58.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m8 {\n width: 66.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m9 {\n width: 75%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m10 {\n width: 83.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m11 {\n width: 91.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m12 {\n width: 100%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.offset-m1 {\n margin-left: 8.3333333333%;\n }\n .row .col.pull-m1 {\n right: 8.3333333333%;\n }\n .row .col.push-m1 {\n left: 8.3333333333%;\n }\n .row .col.offset-m2 {\n margin-left: 16.6666666667%;\n }\n .row .col.pull-m2 {\n right: 16.6666666667%;\n }\n .row .col.push-m2 {\n left: 16.6666666667%;\n }\n .row .col.offset-m3 {\n margin-left: 25%;\n }\n .row .col.pull-m3 {\n right: 25%;\n }\n .row .col.push-m3 {\n left: 25%;\n }\n .row .col.offset-m4 {\n margin-left: 33.3333333333%;\n }\n .row .col.pull-m4 {\n right: 33.3333333333%;\n }\n .row .col.push-m4 {\n left: 33.3333333333%;\n }\n .row .col.offset-m5 {\n margin-left: 41.6666666667%;\n }\n .row .col.pull-m5 {\n right: 41.6666666667%;\n }\n .row .col.push-m5 {\n left: 41.6666666667%;\n }\n .row .col.offset-m6 {\n margin-left: 50%;\n }\n .row .col.pull-m6 {\n right: 50%;\n }\n .row .col.push-m6 {\n left: 50%;\n }\n .row .col.offset-m7 {\n margin-left: 58.3333333333%;\n }\n .row .col.pull-m7 {\n right: 58.3333333333%;\n }\n .row .col.push-m7 {\n left: 58.3333333333%;\n }\n .row .col.offset-m8 {\n margin-left: 66.6666666667%;\n }\n .row .col.pull-m8 {\n right: 66.6666666667%;\n }\n .row .col.push-m8 {\n left: 66.6666666667%;\n }\n .row .col.offset-m9 {\n margin-left: 75%;\n }\n .row .col.pull-m9 {\n right: 75%;\n }\n .row .col.push-m9 {\n left: 75%;\n }\n .row .col.offset-m10 {\n margin-left: 83.3333333333%;\n }\n .row .col.pull-m10 {\n right: 83.3333333333%;\n }\n .row .col.push-m10 {\n left: 83.3333333333%;\n }\n .row .col.offset-m11 {\n margin-left: 91.6666666667%;\n }\n .row .col.pull-m11 {\n right: 91.6666666667%;\n }\n .row .col.push-m11 {\n left: 91.6666666667%;\n }\n .row .col.offset-m12 {\n margin-left: 100%;\n }\n .row .col.pull-m12 {\n right: 100%;\n }\n .row .col.push-m12 {\n left: 100%;\n }\n}\n\n@media only screen and (min-width: 993px) {\n .row .col.l1 {\n width: 8.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l2 {\n width: 16.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l3 {\n width: 25%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l4 {\n width: 33.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l5 {\n width: 41.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l6 {\n width: 50%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l7 {\n width: 58.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l8 {\n width: 66.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l9 {\n width: 75%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l10 {\n width: 83.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l11 {\n width: 91.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l12 {\n width: 100%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.offset-l1 {\n margin-left: 8.3333333333%;\n }\n .row .col.pull-l1 {\n right: 8.3333333333%;\n }\n .row .col.push-l1 {\n left: 8.3333333333%;\n }\n .row .col.offset-l2 {\n margin-left: 16.6666666667%;\n }\n .row .col.pull-l2 {\n right: 16.6666666667%;\n }\n .row .col.push-l2 {\n left: 16.6666666667%;\n }\n .row .col.offset-l3 {\n margin-left: 25%;\n }\n .row .col.pull-l3 {\n right: 25%;\n }\n .row .col.push-l3 {\n left: 25%;\n }\n .row .col.offset-l4 {\n margin-left: 33.3333333333%;\n }\n .row .col.pull-l4 {\n right: 33.3333333333%;\n }\n .row .col.push-l4 {\n left: 33.3333333333%;\n }\n .row .col.offset-l5 {\n margin-left: 41.6666666667%;\n }\n .row .col.pull-l5 {\n right: 41.6666666667%;\n }\n .row .col.push-l5 {\n left: 41.6666666667%;\n }\n .row .col.offset-l6 {\n margin-left: 50%;\n }\n .row .col.pull-l6 {\n right: 50%;\n }\n .row .col.push-l6 {\n left: 50%;\n }\n .row .col.offset-l7 {\n margin-left: 58.3333333333%;\n }\n .row .col.pull-l7 {\n right: 58.3333333333%;\n }\n .row .col.push-l7 {\n left: 58.3333333333%;\n }\n .row .col.offset-l8 {\n margin-left: 66.6666666667%;\n }\n .row .col.pull-l8 {\n right: 66.6666666667%;\n }\n .row .col.push-l8 {\n left: 66.6666666667%;\n }\n .row .col.offset-l9 {\n margin-left: 75%;\n }\n .row .col.pull-l9 {\n right: 75%;\n }\n .row .col.push-l9 {\n left: 75%;\n }\n .row .col.offset-l10 {\n margin-left: 83.3333333333%;\n }\n .row .col.pull-l10 {\n right: 83.3333333333%;\n }\n .row .col.push-l10 {\n left: 83.3333333333%;\n }\n .row .col.offset-l11 {\n margin-left: 91.6666666667%;\n }\n .row .col.pull-l11 {\n right: 91.6666666667%;\n }\n .row .col.push-l11 {\n left: 91.6666666667%;\n }\n .row .col.offset-l12 {\n margin-left: 100%;\n }\n .row .col.pull-l12 {\n right: 100%;\n }\n .row .col.push-l12 {\n left: 100%;\n }\n}\n\n@media only screen and (min-width: 1201px) {\n .row .col.xl1 {\n width: 8.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl2 {\n width: 16.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl3 {\n width: 25%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl4 {\n width: 33.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl5 {\n width: 41.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl6 {\n width: 50%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl7 {\n width: 58.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl8 {\n width: 66.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl9 {\n width: 75%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl10 {\n width: 83.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl11 {\n width: 91.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl12 {\n width: 100%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.offset-xl1 {\n margin-left: 8.3333333333%;\n }\n .row .col.pull-xl1 {\n right: 8.3333333333%;\n }\n .row .col.push-xl1 {\n left: 8.3333333333%;\n }\n .row .col.offset-xl2 {\n margin-left: 16.6666666667%;\n }\n .row .col.pull-xl2 {\n right: 16.6666666667%;\n }\n .row .col.push-xl2 {\n left: 16.6666666667%;\n }\n .row .col.offset-xl3 {\n margin-left: 25%;\n }\n .row .col.pull-xl3 {\n right: 25%;\n }\n .row .col.push-xl3 {\n left: 25%;\n }\n .row .col.offset-xl4 {\n margin-left: 33.3333333333%;\n }\n .row .col.pull-xl4 {\n right: 33.3333333333%;\n }\n .row .col.push-xl4 {\n left: 33.3333333333%;\n }\n .row .col.offset-xl5 {\n margin-left: 41.6666666667%;\n }\n .row .col.pull-xl5 {\n right: 41.6666666667%;\n }\n .row .col.push-xl5 {\n left: 41.6666666667%;\n }\n .row .col.offset-xl6 {\n margin-left: 50%;\n }\n .row .col.pull-xl6 {\n right: 50%;\n }\n .row .col.push-xl6 {\n left: 50%;\n }\n .row .col.offset-xl7 {\n margin-left: 58.3333333333%;\n }\n .row .col.pull-xl7 {\n right: 58.3333333333%;\n }\n .row .col.push-xl7 {\n left: 58.3333333333%;\n }\n .row .col.offset-xl8 {\n margin-left: 66.6666666667%;\n }\n .row .col.pull-xl8 {\n right: 66.6666666667%;\n }\n .row .col.push-xl8 {\n left: 66.6666666667%;\n }\n .row .col.offset-xl9 {\n margin-left: 75%;\n }\n .row .col.pull-xl9 {\n right: 75%;\n }\n .row .col.push-xl9 {\n left: 75%;\n }\n .row .col.offset-xl10 {\n margin-left: 83.3333333333%;\n }\n .row .col.pull-xl10 {\n right: 83.3333333333%;\n }\n .row .col.push-xl10 {\n left: 83.3333333333%;\n }\n .row .col.offset-xl11 {\n margin-left: 91.6666666667%;\n }\n .row .col.pull-xl11 {\n right: 91.6666666667%;\n }\n .row .col.push-xl11 {\n left: 91.6666666667%;\n }\n .row .col.offset-xl12 {\n margin-left: 100%;\n }\n .row .col.pull-xl12 {\n right: 100%;\n }\n .row .col.push-xl12 {\n left: 100%;\n }\n}\n\nnav {\n color: #fff;\n background-color: #ee6e73;\n width: 100%;\n height: 56px;\n line-height: 56px;\n}\n\nnav.nav-extended {\n height: auto;\n}\n\nnav.nav-extended .nav-wrapper {\n min-height: 56px;\n height: auto;\n}\n\nnav.nav-extended .nav-content {\n position: relative;\n line-height: normal;\n}\n\nnav a {\n color: #fff;\n}\n\nnav i,\nnav [class^=\"mdi-\"], nav [class*=\"mdi-\"],\nnav i.material-icons {\n display: block;\n font-size: 24px;\n height: 56px;\n line-height: 56px;\n}\n\nnav .nav-wrapper {\n position: relative;\n height: 100%;\n}\n\n@media only screen and (min-width: 993px) {\n nav a.button-collapse {\n display: none;\n }\n}\n\nnav .button-collapse {\n float: left;\n position: relative;\n z-index: 1;\n height: 56px;\n margin: 0 18px;\n}\n\nnav .button-collapse i {\n height: 56px;\n line-height: 56px;\n}\n\nnav .brand-logo {\n position: absolute;\n color: #fff;\n display: inline-block;\n font-size: 2.1rem;\n padding: 0;\n}\n\nnav .brand-logo.center {\n left: 50%;\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n}\n\n@media only screen and (max-width: 992px) {\n nav .brand-logo {\n left: 50%;\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n }\n nav .brand-logo.left, nav .brand-logo.right {\n padding: 0;\n -webkit-transform: none;\n transform: none;\n }\n nav .brand-logo.left {\n left: 0.5rem;\n }\n nav .brand-logo.right {\n right: 0.5rem;\n left: auto;\n }\n}\n\nnav .brand-logo.right {\n right: 0.5rem;\n padding: 0;\n}\n\nnav .brand-logo i,\nnav .brand-logo [class^=\"mdi-\"], nav .brand-logo [class*=\"mdi-\"],\nnav .brand-logo i.material-icons {\n float: left;\n margin-right: 15px;\n}\n\nnav .nav-title {\n display: inline-block;\n font-size: 32px;\n padding: 28px 0;\n}\n\nnav ul {\n margin: 0;\n}\n\nnav ul li {\n -webkit-transition: background-color .3s;\n transition: background-color .3s;\n float: left;\n padding: 0;\n}\n\nnav ul li.active {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\nnav ul a {\n -webkit-transition: background-color .3s;\n transition: background-color .3s;\n font-size: 1rem;\n color: #fff;\n display: block;\n padding: 0 15px;\n cursor: pointer;\n}\n\nnav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {\n margin-top: -2px;\n margin-left: 15px;\n margin-right: 15px;\n}\n\nnav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {\n height: inherit;\n line-height: inherit;\n}\n\nnav ul a:hover {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\nnav ul.left {\n float: left;\n}\n\nnav form {\n height: 100%;\n}\n\nnav .input-field {\n margin: 0;\n height: 100%;\n}\n\nnav .input-field input {\n height: 100%;\n font-size: 1.2rem;\n border: none;\n padding-left: 2rem;\n}\n\nnav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {\n border: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\nnav .input-field label {\n top: 0;\n left: 0;\n}\n\nnav .input-field label i {\n color: rgba(255, 255, 255, 0.7);\n -webkit-transition: color .3s;\n transition: color .3s;\n}\n\nnav .input-field label.active i {\n color: #fff;\n}\n\n.navbar-fixed {\n position: relative;\n height: 56px;\n z-index: 997;\n}\n\n.navbar-fixed nav {\n position: fixed;\n}\n\n@media only screen and (min-width: 601px) {\n nav.nav-extended .nav-wrapper {\n min-height: 64px;\n }\n nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {\n height: 64px;\n line-height: 64px;\n }\n .navbar-fixed {\n height: 64px;\n }\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Thin), url(\"../fonts/roboto/Roboto-Thin.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Thin.woff\") format(\"woff\");\n font-weight: 100;\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Light), url(\"../fonts/roboto/Roboto-Light.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Light.woff\") format(\"woff\");\n font-weight: 300;\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Regular), url(\"../fonts/roboto/Roboto-Regular.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Regular.woff\") format(\"woff\");\n font-weight: 400;\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Medium), url(\"../fonts/roboto/Roboto-Medium.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Medium.woff\") format(\"woff\");\n font-weight: 500;\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Bold), url(\"../fonts/roboto/Roboto-Bold.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Bold.woff\") format(\"woff\");\n font-weight: 700;\n}\n\na {\n text-decoration: none;\n}\n\nhtml {\n line-height: 1.5;\n font-family: \"Roboto\", sans-serif;\n font-weight: normal;\n color: rgba(0, 0, 0, 0.87);\n}\n\n@media only screen and (min-width: 0) {\n html {\n font-size: 14px;\n }\n}\n\n@media only screen and (min-width: 992px) {\n html {\n font-size: 14.5px;\n }\n}\n\n@media only screen and (min-width: 1200px) {\n html {\n font-size: 15px;\n }\n}\n\nh1, h2, h3, h4, h5, h6 {\n font-weight: 400;\n line-height: 1.1;\n}\n\nh1 a, h2 a, h3 a, h4 a, h5 a, h6 a {\n font-weight: inherit;\n}\n\nh1 {\n font-size: 4.2rem;\n line-height: 110%;\n margin: 2.1rem 0 1.68rem 0;\n}\n\nh2 {\n font-size: 3.56rem;\n line-height: 110%;\n margin: 1.78rem 0 1.424rem 0;\n}\n\nh3 {\n font-size: 2.92rem;\n line-height: 110%;\n margin: 1.46rem 0 1.168rem 0;\n}\n\nh4 {\n font-size: 2.28rem;\n line-height: 110%;\n margin: 1.14rem 0 0.912rem 0;\n}\n\nh5 {\n font-size: 1.64rem;\n line-height: 110%;\n margin: 0.82rem 0 0.656rem 0;\n}\n\nh6 {\n font-size: 1rem;\n line-height: 110%;\n margin: 0.5rem 0 0.4rem 0;\n}\n\nem {\n font-style: italic;\n}\n\nstrong {\n font-weight: 500;\n}\n\nsmall {\n font-size: 75%;\n}\n\n.light, .page-footer .footer-copyright {\n font-weight: 300;\n}\n\n.thin {\n font-weight: 200;\n}\n\n.flow-text {\n font-weight: 300;\n}\n\n@media only screen and (min-width: 360px) {\n .flow-text {\n font-size: 1.2rem;\n }\n}\n\n@media only screen and (min-width: 390px) {\n .flow-text {\n font-size: 1.224rem;\n }\n}\n\n@media only screen and (min-width: 420px) {\n .flow-text {\n font-size: 1.248rem;\n }\n}\n\n@media only screen and (min-width: 450px) {\n .flow-text {\n font-size: 1.272rem;\n }\n}\n\n@media only screen and (min-width: 480px) {\n .flow-text {\n font-size: 1.296rem;\n }\n}\n\n@media only screen and (min-width: 510px) {\n .flow-text {\n font-size: 1.32rem;\n }\n}\n\n@media only screen and (min-width: 540px) {\n .flow-text {\n font-size: 1.344rem;\n }\n}\n\n@media only screen and (min-width: 570px) {\n .flow-text {\n font-size: 1.368rem;\n }\n}\n\n@media only screen and (min-width: 600px) {\n .flow-text {\n font-size: 1.392rem;\n }\n}\n\n@media only screen and (min-width: 630px) {\n .flow-text {\n font-size: 1.416rem;\n }\n}\n\n@media only screen and (min-width: 660px) {\n .flow-text {\n font-size: 1.44rem;\n }\n}\n\n@media only screen and (min-width: 690px) {\n .flow-text {\n font-size: 1.464rem;\n }\n}\n\n@media only screen and (min-width: 720px) {\n .flow-text {\n font-size: 1.488rem;\n }\n}\n\n@media only screen and (min-width: 750px) {\n .flow-text {\n font-size: 1.512rem;\n }\n}\n\n@media only screen and (min-width: 780px) {\n .flow-text {\n font-size: 1.536rem;\n }\n}\n\n@media only screen and (min-width: 810px) {\n .flow-text {\n font-size: 1.56rem;\n }\n}\n\n@media only screen and (min-width: 840px) {\n .flow-text {\n font-size: 1.584rem;\n }\n}\n\n@media only screen and (min-width: 870px) {\n .flow-text {\n font-size: 1.608rem;\n }\n}\n\n@media only screen and (min-width: 900px) {\n .flow-text {\n font-size: 1.632rem;\n }\n}\n\n@media only screen and (min-width: 930px) {\n .flow-text {\n font-size: 1.656rem;\n }\n}\n\n@media only screen and (min-width: 960px) {\n .flow-text {\n font-size: 1.68rem;\n }\n}\n\n@media only screen and (max-width: 360px) {\n .flow-text {\n font-size: 1.2rem;\n }\n}\n\n.scale-transition {\n -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\n transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\n transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\n transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\n}\n\n.scale-transition.scale-out {\n -webkit-transform: scale(0);\n transform: scale(0);\n -webkit-transition: -webkit-transform .2s !important;\n transition: -webkit-transform .2s !important;\n transition: transform .2s !important;\n transition: transform .2s, -webkit-transform .2s !important;\n}\n\n.scale-transition.scale-in {\n -webkit-transform: scale(1);\n transform: scale(1);\n}\n\n.card-panel {\n -webkit-transition: -webkit-box-shadow .25s;\n transition: -webkit-box-shadow .25s;\n transition: box-shadow .25s;\n transition: box-shadow .25s, -webkit-box-shadow .25s;\n padding: 24px;\n margin: 0.5rem 0 1rem 0;\n border-radius: 2px;\n background-color: #fff;\n}\n\n.card {\n position: relative;\n margin: 0.5rem 0 1rem 0;\n background-color: #fff;\n -webkit-transition: -webkit-box-shadow .25s;\n transition: -webkit-box-shadow .25s;\n transition: box-shadow .25s;\n transition: box-shadow .25s, -webkit-box-shadow .25s;\n border-radius: 2px;\n}\n\n.card .card-title {\n font-size: 24px;\n font-weight: 300;\n}\n\n.card .card-title.activator {\n cursor: pointer;\n}\n\n.card.small, .card.medium, .card.large {\n position: relative;\n}\n\n.card.small .card-image, .card.medium .card-image, .card.large .card-image {\n max-height: 60%;\n overflow: hidden;\n}\n\n.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {\n max-height: 40%;\n}\n\n.card.small .card-content, .card.medium .card-content, .card.large .card-content {\n max-height: 100%;\n overflow: hidden;\n}\n\n.card.small .card-action, .card.medium .card-action, .card.large .card-action {\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n.card.small {\n height: 300px;\n}\n\n.card.medium {\n height: 400px;\n}\n\n.card.large {\n height: 500px;\n}\n\n.card.horizontal {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n}\n\n.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {\n height: 100%;\n max-height: none;\n overflow: visible;\n}\n\n.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {\n height: 100%;\n}\n\n.card.horizontal .card-image {\n max-width: 50%;\n}\n\n.card.horizontal .card-image img {\n border-radius: 2px 0 0 2px;\n max-width: 100%;\n width: auto;\n}\n\n.card.horizontal .card-stacked {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -webkit-flex-direction: column;\n -ms-flex-direction: column;\n flex-direction: column;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n -ms-flex: 1;\n flex: 1;\n position: relative;\n}\n\n.card.horizontal .card-stacked .card-content {\n -webkit-box-flex: 1;\n -webkit-flex-grow: 1;\n -ms-flex-positive: 1;\n flex-grow: 1;\n}\n\n.card.sticky-action .card-action {\n z-index: 2;\n}\n\n.card.sticky-action .card-reveal {\n z-index: 1;\n padding-bottom: 64px;\n}\n\n.card .card-image {\n position: relative;\n}\n\n.card .card-image img {\n display: block;\n border-radius: 2px 2px 0 0;\n position: relative;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n width: 100%;\n}\n\n.card .card-image .card-title {\n color: #fff;\n position: absolute;\n bottom: 0;\n left: 0;\n max-width: 100%;\n padding: 24px;\n}\n\n.card .card-content {\n padding: 24px;\n border-radius: 0 0 2px 2px;\n}\n\n.card .card-content p {\n margin: 0;\n color: inherit;\n}\n\n.card .card-content .card-title {\n display: block;\n line-height: 32px;\n margin-bottom: 8px;\n}\n\n.card .card-content .card-title i {\n line-height: 32px;\n}\n\n.card .card-action {\n position: relative;\n background-color: inherit;\n border-top: 1px solid rgba(160, 160, 160, 0.2);\n padding: 16px 24px;\n}\n\n.card .card-action:last-child {\n border-radius: 0 0 2px 2px;\n}\n\n.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {\n color: #ffab40;\n margin-right: 24px;\n -webkit-transition: color .3s ease;\n transition: color .3s ease;\n text-transform: uppercase;\n}\n\n.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {\n color: #ffd8a6;\n}\n\n.card .card-reveal {\n padding: 24px;\n position: absolute;\n background-color: #fff;\n width: 100%;\n overflow-y: auto;\n left: 0;\n top: 100%;\n height: 100%;\n z-index: 3;\n display: none;\n}\n\n.card .card-reveal .card-title {\n cursor: pointer;\n display: block;\n}\n\n#toast-container {\n display: block;\n position: fixed;\n z-index: 10000;\n}\n\n@media only screen and (max-width: 600px) {\n #toast-container {\n min-width: 100%;\n bottom: 0%;\n }\n}\n\n@media only screen and (min-width: 601px) and (max-width: 992px) {\n #toast-container {\n left: 5%;\n bottom: 7%;\n max-width: 90%;\n }\n}\n\n@media only screen and (min-width: 993px) {\n #toast-container {\n top: 10%;\n right: 7%;\n max-width: 86%;\n }\n}\n\n.toast {\n border-radius: 2px;\n top: 35px;\n width: auto;\n margin-top: 10px;\n position: relative;\n max-width: 100%;\n height: auto;\n min-height: 48px;\n line-height: 1.5em;\n word-break: break-all;\n background-color: #323232;\n padding: 10px 25px;\n font-size: 1.1rem;\n font-weight: 300;\n color: #fff;\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n -webkit-justify-content: space-between;\n -ms-flex-pack: justify;\n justify-content: space-between;\n cursor: default;\n}\n\n.toast .toast-action {\n color: #eeff41;\n font-weight: 500;\n margin-right: -25px;\n margin-left: 3rem;\n}\n\n.toast.rounded {\n border-radius: 24px;\n}\n\n@media only screen and (max-width: 600px) {\n .toast {\n width: 100%;\n border-radius: 0;\n }\n}\n\n.tabs {\n position: relative;\n overflow-x: auto;\n overflow-y: hidden;\n height: 48px;\n width: 100%;\n background-color: #fff;\n margin: 0 auto;\n white-space: nowrap;\n}\n\n.tabs.tabs-transparent {\n background-color: transparent;\n}\n\n.tabs.tabs-transparent .tab a,\n.tabs.tabs-transparent .tab.disabled a,\n.tabs.tabs-transparent .tab.disabled a:hover {\n color: rgba(255, 255, 255, 0.7);\n}\n\n.tabs.tabs-transparent .tab a:hover,\n.tabs.tabs-transparent .tab a.active {\n color: #fff;\n}\n\n.tabs.tabs-transparent .indicator {\n background-color: #fff;\n}\n\n.tabs.tabs-fixed-width {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n}\n\n.tabs.tabs-fixed-width .tab {\n -webkit-box-flex: 1;\n -webkit-flex-grow: 1;\n -ms-flex-positive: 1;\n flex-grow: 1;\n}\n\n.tabs .tab {\n display: inline-block;\n text-align: center;\n line-height: 48px;\n height: 48px;\n padding: 0;\n margin: 0;\n text-transform: uppercase;\n}\n\n.tabs .tab a {\n color: rgba(238, 110, 115, 0.7);\n display: block;\n width: 100%;\n height: 100%;\n padding: 0 24px;\n font-size: 14px;\n text-overflow: ellipsis;\n overflow: hidden;\n -webkit-transition: color .28s ease;\n transition: color .28s ease;\n}\n\n.tabs .tab a:hover, .tabs .tab a.active {\n background-color: transparent;\n color: #ee6e73;\n}\n\n.tabs .tab.disabled a,\n.tabs .tab.disabled a:hover {\n color: rgba(238, 110, 115, 0.7);\n cursor: default;\n}\n\n.tabs .indicator {\n position: absolute;\n bottom: 0;\n height: 2px;\n background-color: #f6b2b5;\n will-change: left, right;\n}\n\n@media only screen and (max-width: 992px) {\n .tabs {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n }\n .tabs .tab {\n -webkit-box-flex: 1;\n -webkit-flex-grow: 1;\n -ms-flex-positive: 1;\n flex-grow: 1;\n }\n .tabs .tab a {\n padding: 0 12px;\n }\n}\n\n.material-tooltip {\n padding: 10px 8px;\n font-size: 1rem;\n z-index: 2000;\n background-color: transparent;\n border-radius: 2px;\n color: #fff;\n min-height: 36px;\n line-height: 120%;\n opacity: 0;\n position: absolute;\n text-align: center;\n max-width: calc(100% - 4px);\n overflow: hidden;\n left: 0;\n top: 0;\n pointer-events: none;\n visibility: hidden;\n}\n\n.backdrop {\n position: absolute;\n opacity: 0;\n height: 7px;\n width: 14px;\n border-radius: 0 0 50% 50%;\n background-color: #323232;\n z-index: -1;\n -webkit-transform-origin: 50% 0%;\n transform-origin: 50% 0%;\n visibility: hidden;\n}\n\n.btn, .btn-large,\n.btn-flat {\n border: none;\n border-radius: 2px;\n display: inline-block;\n height: 36px;\n line-height: 36px;\n padding: 0 2rem;\n text-transform: uppercase;\n vertical-align: middle;\n -webkit-tap-highlight-color: transparent;\n}\n\n.btn.disabled, .disabled.btn-large,\n.btn-floating.disabled,\n.btn-large.disabled,\n.btn-flat.disabled,\n.btn:disabled,\n.btn-large:disabled,\n.btn-floating:disabled,\n.btn-large:disabled,\n.btn-flat:disabled,\n.btn[disabled],\n[disabled].btn-large,\n.btn-floating[disabled],\n.btn-large[disabled],\n.btn-flat[disabled] {\n pointer-events: none;\n background-color: #DFDFDF !important;\n -webkit-box-shadow: none;\n box-shadow: none;\n color: #9F9F9F !important;\n cursor: default;\n}\n\n.btn.disabled:hover, .disabled.btn-large:hover,\n.btn-floating.disabled:hover,\n.btn-large.disabled:hover,\n.btn-flat.disabled:hover,\n.btn:disabled:hover,\n.btn-large:disabled:hover,\n.btn-floating:disabled:hover,\n.btn-large:disabled:hover,\n.btn-flat:disabled:hover,\n.btn[disabled]:hover,\n[disabled].btn-large:hover,\n.btn-floating[disabled]:hover,\n.btn-large[disabled]:hover,\n.btn-flat[disabled]:hover {\n background-color: #DFDFDF !important;\n color: #9F9F9F !important;\n}\n\n.btn, .btn-large,\n.btn-floating,\n.btn-large,\n.btn-flat {\n font-size: 1rem;\n outline: 0;\n}\n\n.btn i, .btn-large i,\n.btn-floating i,\n.btn-large i,\n.btn-flat i {\n font-size: 1.3rem;\n line-height: inherit;\n}\n\n.btn:focus, .btn-large:focus,\n.btn-floating:focus {\n background-color: #1d7d74;\n}\n\n.btn, .btn-large {\n text-decoration: none;\n color: #fff;\n background-color: #26a69a;\n text-align: center;\n letter-spacing: .5px;\n -webkit-transition: .2s ease-out;\n transition: .2s ease-out;\n cursor: pointer;\n}\n\n.btn:hover, .btn-large:hover {\n background-color: #2bbbad;\n}\n\n.btn-floating {\n display: inline-block;\n color: #fff;\n position: relative;\n overflow: hidden;\n z-index: 1;\n width: 40px;\n height: 40px;\n line-height: 40px;\n padding: 0;\n background-color: #26a69a;\n border-radius: 50%;\n -webkit-transition: .3s;\n transition: .3s;\n cursor: pointer;\n vertical-align: middle;\n}\n\n.btn-floating:hover {\n background-color: #26a69a;\n}\n\n.btn-floating:before {\n border-radius: 0;\n}\n\n.btn-floating.btn-large {\n width: 56px;\n height: 56px;\n}\n\n.btn-floating.btn-large.halfway-fab {\n bottom: -28px;\n}\n\n.btn-floating.btn-large i {\n line-height: 56px;\n}\n\n.btn-floating.halfway-fab {\n position: absolute;\n right: 24px;\n bottom: -20px;\n}\n\n.btn-floating.halfway-fab.left {\n right: auto;\n left: 24px;\n}\n\n.btn-floating i {\n width: inherit;\n display: inline-block;\n text-align: center;\n color: #fff;\n font-size: 1.6rem;\n line-height: 40px;\n}\n\nbutton.btn-floating {\n border: none;\n}\n\n.fixed-action-btn {\n position: fixed;\n right: 23px;\n bottom: 23px;\n padding-top: 15px;\n margin-bottom: 0;\n z-index: 997;\n}\n\n.fixed-action-btn.active ul {\n visibility: visible;\n}\n\n.fixed-action-btn.horizontal {\n padding: 0 0 0 15px;\n}\n\n.fixed-action-btn.horizontal ul {\n text-align: right;\n right: 64px;\n top: 50%;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n height: 100%;\n left: auto;\n width: 500px;\n /*width 100% only goes to width of button container */\n}\n\n.fixed-action-btn.horizontal ul li {\n display: inline-block;\n margin: 15px 15px 0 0;\n}\n\n.fixed-action-btn.toolbar {\n padding: 0;\n height: 56px;\n}\n\n.fixed-action-btn.toolbar.active > a i {\n opacity: 0;\n}\n\n.fixed-action-btn.toolbar ul {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n top: 0;\n bottom: 0;\n z-index: 1;\n}\n\n.fixed-action-btn.toolbar ul li {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n -ms-flex: 1;\n flex: 1;\n display: inline-block;\n margin: 0;\n height: 100%;\n -webkit-transition: none;\n transition: none;\n}\n\n.fixed-action-btn.toolbar ul li a {\n display: block;\n overflow: hidden;\n position: relative;\n width: 100%;\n height: 100%;\n background-color: transparent;\n -webkit-box-shadow: none;\n box-shadow: none;\n color: #fff;\n line-height: 56px;\n z-index: 1;\n}\n\n.fixed-action-btn.toolbar ul li a i {\n line-height: inherit;\n}\n\n.fixed-action-btn ul {\n left: 0;\n right: 0;\n text-align: center;\n position: absolute;\n bottom: 64px;\n margin: 0;\n visibility: hidden;\n}\n\n.fixed-action-btn ul li {\n margin-bottom: 15px;\n}\n\n.fixed-action-btn ul a.btn-floating {\n opacity: 0;\n}\n\n.fixed-action-btn .fab-backdrop {\n position: absolute;\n top: 0;\n left: 0;\n z-index: -1;\n width: 40px;\n height: 40px;\n background-color: #26a69a;\n border-radius: 50%;\n -webkit-transform: scale(0);\n transform: scale(0);\n}\n\n.btn-flat {\n -webkit-box-shadow: none;\n box-shadow: none;\n background-color: transparent;\n color: #343434;\n cursor: pointer;\n -webkit-transition: background-color .2s;\n transition: background-color .2s;\n}\n\n.btn-flat:focus, .btn-flat:hover {\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\n.btn-flat:focus {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\n.btn-flat.disabled {\n background-color: transparent !important;\n color: #b3b2b2 !important;\n cursor: default;\n}\n\n.btn-large {\n height: 54px;\n line-height: 54px;\n}\n\n.btn-large i {\n font-size: 1.6rem;\n}\n\n.btn-block {\n display: block;\n}\n\n.dropdown-content {\n background-color: #fff;\n margin: 0;\n display: none;\n min-width: 100px;\n max-height: 650px;\n overflow-y: auto;\n opacity: 0;\n position: absolute;\n z-index: 999;\n will-change: width, height;\n}\n\n.dropdown-content li {\n clear: both;\n color: rgba(0, 0, 0, 0.87);\n cursor: pointer;\n min-height: 50px;\n line-height: 1.5rem;\n width: 100%;\n text-align: left;\n text-transform: none;\n}\n\n.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {\n background-color: #eee;\n}\n\n.dropdown-content li.active.selected {\n background-color: #e1e1e1;\n}\n\n.dropdown-content li.divider {\n min-height: 0;\n height: 1px;\n}\n\n.dropdown-content li > a, .dropdown-content li > span {\n font-size: 16px;\n color: #26a69a;\n display: block;\n line-height: 22px;\n padding: 14px 16px;\n}\n\n.dropdown-content li > span > label {\n top: 1px;\n left: 0;\n height: 18px;\n}\n\n.dropdown-content li > a > i {\n height: inherit;\n line-height: inherit;\n float: left;\n margin: 0 24px 0 0;\n width: 24px;\n}\n\n.input-field.col .dropdown-content [type=\"checkbox\"] + label {\n top: 1px;\n left: 0;\n height: 18px;\n}\n\n/*!\r\n * Waves v0.6.0\r\n * http://fian.my.id/Waves\r\n *\r\n * Copyright 2014 Alfiana E. Sibuea and other contributors\r\n * Released under the MIT license\r\n * https://github.com/fians/Waves/blob/master/LICENSE\r\n */\n.waves-effect {\n position: relative;\n cursor: pointer;\n display: inline-block;\n overflow: hidden;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: transparent;\n vertical-align: middle;\n z-index: 1;\n -webkit-transition: .3s ease-out;\n transition: .3s ease-out;\n}\n\n.waves-effect .waves-ripple {\n position: absolute;\n border-radius: 50%;\n width: 20px;\n height: 20px;\n margin-top: -10px;\n margin-left: -10px;\n opacity: 0;\n background: rgba(0, 0, 0, 0.2);\n -webkit-transition: all 0.7s ease-out;\n transition: all 0.7s ease-out;\n -webkit-transition-property: opacity, -webkit-transform;\n transition-property: opacity, -webkit-transform;\n transition-property: transform, opacity;\n transition-property: transform, opacity, -webkit-transform;\n -webkit-transform: scale(0);\n transform: scale(0);\n pointer-events: none;\n}\n\n.waves-effect.waves-light .waves-ripple {\n background-color: rgba(255, 255, 255, 0.45);\n}\n\n.waves-effect.waves-red .waves-ripple {\n background-color: rgba(244, 67, 54, 0.7);\n}\n\n.waves-effect.waves-yellow .waves-ripple {\n background-color: rgba(255, 235, 59, 0.7);\n}\n\n.waves-effect.waves-orange .waves-ripple {\n background-color: rgba(255, 152, 0, 0.7);\n}\n\n.waves-effect.waves-purple .waves-ripple {\n background-color: rgba(156, 39, 176, 0.7);\n}\n\n.waves-effect.waves-green .waves-ripple {\n background-color: rgba(76, 175, 80, 0.7);\n}\n\n.waves-effect.waves-teal .waves-ripple {\n background-color: rgba(0, 150, 136, 0.7);\n}\n\n.waves-effect input[type=\"button\"], .waves-effect input[type=\"reset\"], .waves-effect input[type=\"submit\"] {\n border: 0;\n font-style: normal;\n font-size: inherit;\n text-transform: inherit;\n background: none;\n}\n\n.waves-effect img {\n position: relative;\n z-index: -1;\n}\n\n.waves-notransition {\n -webkit-transition: none !important;\n transition: none !important;\n}\n\n.waves-circle {\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);\n}\n\n.waves-input-wrapper {\n border-radius: 0.2em;\n vertical-align: bottom;\n}\n\n.waves-input-wrapper .waves-button-input {\n position: relative;\n top: 0;\n left: 0;\n z-index: 1;\n}\n\n.waves-circle {\n text-align: center;\n width: 2.5em;\n height: 2.5em;\n line-height: 2.5em;\n border-radius: 50%;\n -webkit-mask-image: none;\n}\n\n.waves-block {\n display: block;\n}\n\n/* Firefox Bug: link not triggered */\n.waves-effect .waves-ripple {\n z-index: -1;\n}\n\n.modal {\n display: none;\n position: fixed;\n left: 0;\n right: 0;\n background-color: #fafafa;\n padding: 0;\n max-height: 70%;\n width: 55%;\n margin: auto;\n overflow-y: auto;\n border-radius: 2px;\n will-change: top, opacity;\n}\n\n@media only screen and (max-width: 992px) {\n .modal {\n width: 80%;\n }\n}\n\n.modal h1, .modal h2, .modal h3, .modal h4 {\n margin-top: 0;\n}\n\n.modal .modal-content {\n padding: 24px;\n}\n\n.modal .modal-close {\n cursor: pointer;\n}\n\n.modal .modal-footer {\n border-radius: 0 0 2px 2px;\n background-color: #fafafa;\n padding: 4px 6px;\n height: 56px;\n width: 100%;\n text-align: right;\n}\n\n.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {\n margin: 6px 0;\n}\n\n.modal-overlay {\n position: fixed;\n z-index: 999;\n top: -25%;\n left: 0;\n bottom: 0;\n right: 0;\n height: 125%;\n width: 100%;\n background: #000;\n display: none;\n will-change: opacity;\n}\n\n.modal.modal-fixed-footer {\n padding: 0;\n height: 70%;\n}\n\n.modal.modal-fixed-footer .modal-content {\n position: absolute;\n height: calc(100% - 56px);\n max-height: 100%;\n width: 100%;\n overflow-y: auto;\n}\n\n.modal.modal-fixed-footer .modal-footer {\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n position: absolute;\n bottom: 0;\n}\n\n.modal.bottom-sheet {\n top: auto;\n bottom: -100%;\n margin: 0;\n width: 100%;\n max-height: 45%;\n border-radius: 0;\n will-change: bottom, opacity;\n}\n\n.collapsible {\n border-top: 1px solid #ddd;\n border-right: 1px solid #ddd;\n border-left: 1px solid #ddd;\n margin: 0.5rem 0 1rem 0;\n}\n\n.collapsible-header {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n cursor: pointer;\n -webkit-tap-highlight-color: transparent;\n line-height: 1.5;\n padding: 1rem;\n background-color: #fff;\n border-bottom: 1px solid #ddd;\n}\n\n.collapsible-header i {\n width: 2rem;\n font-size: 1.6rem;\n display: inline-block;\n text-align: center;\n margin-right: 1rem;\n}\n\n.collapsible-body {\n display: none;\n border-bottom: 1px solid #ddd;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n padding: 2rem;\n}\n\n.side-nav .collapsible,\n.side-nav.fixed .collapsible {\n border: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\n.side-nav .collapsible li,\n.side-nav.fixed .collapsible li {\n padding: 0;\n}\n\n.side-nav .collapsible-header,\n.side-nav.fixed .collapsible-header {\n background-color: transparent;\n border: none;\n line-height: inherit;\n height: inherit;\n padding: 0 16px;\n}\n\n.side-nav .collapsible-header:hover,\n.side-nav.fixed .collapsible-header:hover {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.side-nav .collapsible-header i,\n.side-nav.fixed .collapsible-header i {\n line-height: inherit;\n}\n\n.side-nav .collapsible-body,\n.side-nav.fixed .collapsible-body {\n border: 0;\n background-color: #fff;\n}\n\n.side-nav .collapsible-body li a,\n.side-nav.fixed .collapsible-body li a {\n padding: 0 23.5px 0 31px;\n}\n\n.collapsible.popout {\n border: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\n.collapsible.popout > li {\n -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\n margin: 0 24px;\n -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n}\n\n.collapsible.popout > li.active {\n -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);\n box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);\n margin: 16px 0;\n}\n\n.chip {\n display: inline-block;\n height: 32px;\n font-size: 13px;\n font-weight: 500;\n color: rgba(0, 0, 0, 0.6);\n line-height: 32px;\n padding: 0 12px;\n border-radius: 16px;\n background-color: #e4e4e4;\n margin-bottom: 5px;\n margin-right: 5px;\n}\n\n.chip > img {\n float: left;\n margin: 0 8px 0 -12px;\n height: 32px;\n width: 32px;\n border-radius: 50%;\n}\n\n.chip .close {\n cursor: pointer;\n float: right;\n font-size: 16px;\n line-height: 32px;\n padding-left: 8px;\n}\n\n.chips {\n border: none;\n border-bottom: 1px solid #9e9e9e;\n -webkit-box-shadow: none;\n box-shadow: none;\n margin: 0 0 20px 0;\n min-height: 45px;\n outline: none;\n -webkit-transition: all .3s;\n transition: all .3s;\n}\n\n.chips.focus {\n border-bottom: 1px solid #26a69a;\n -webkit-box-shadow: 0 1px 0 0 #26a69a;\n box-shadow: 0 1px 0 0 #26a69a;\n}\n\n.chips:hover {\n cursor: text;\n}\n\n.chips .chip.selected {\n background-color: #26a69a;\n color: #fff;\n}\n\n.chips .input {\n background: none;\n border: 0;\n color: rgba(0, 0, 0, 0.6);\n display: inline-block;\n font-size: 1rem;\n height: 3rem;\n line-height: 32px;\n outline: 0;\n margin: 0;\n padding: 0 !important;\n width: 120px !important;\n}\n\n.chips .input:focus {\n border: 0 !important;\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n}\n\n.chips .autocomplete-content {\n margin-top: 0;\n margin-bottom: 0;\n}\n\n.prefix ~ .chips {\n margin-left: 3rem;\n width: 92%;\n width: calc(100% - 3rem);\n}\n\n.chips:empty ~ label {\n font-size: 0.8rem;\n -webkit-transform: translateY(-140%);\n transform: translateY(-140%);\n}\n\n.materialboxed {\n display: block;\n cursor: -webkit-zoom-in;\n cursor: zoom-in;\n position: relative;\n -webkit-transition: opacity .4s;\n transition: opacity .4s;\n -webkit-backface-visibility: hidden;\n}\n\n.materialboxed:hover:not(.active) {\n opacity: .8;\n}\n\n.materialboxed.active {\n cursor: -webkit-zoom-out;\n cursor: zoom-out;\n}\n\n#materialbox-overlay {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: #292929;\n z-index: 1000;\n will-change: opacity;\n}\n\n.materialbox-caption {\n position: fixed;\n display: none;\n color: #fff;\n line-height: 50px;\n bottom: 0;\n left: 0;\n width: 100%;\n text-align: center;\n padding: 0% 15%;\n height: 50px;\n z-index: 1000;\n -webkit-font-smoothing: antialiased;\n}\n\nselect:focus {\n outline: 1px solid #c9f3ef;\n}\n\nbutton:focus {\n outline: none;\n background-color: #2ab7a9;\n}\n\nlabel {\n font-size: 0.8rem;\n color: #9e9e9e;\n}\n\n/* Text Inputs + Textarea\r\n ========================================================================== */\n/* Style Placeholders */\n::-webkit-input-placeholder {\n color: #d1d1d1;\n}\n::-moz-placeholder {\n color: #d1d1d1;\n}\n:-ms-input-placeholder {\n color: #d1d1d1;\n}\n::placeholder {\n color: #d1d1d1;\n}\n\n/* Text inputs */\ninput:not([type]),\ninput[type=text]:not(.browser-default),\ninput[type=password]:not(.browser-default),\ninput[type=email]:not(.browser-default),\ninput[type=url]:not(.browser-default),\ninput[type=time]:not(.browser-default),\ninput[type=date]:not(.browser-default),\ninput[type=datetime]:not(.browser-default),\ninput[type=datetime-local]:not(.browser-default),\ninput[type=tel]:not(.browser-default),\ninput[type=number]:not(.browser-default),\ninput[type=search]:not(.browser-default),\ntextarea.materialize-textarea {\n background-color: transparent;\n border: none;\n border-bottom: 1px solid #9e9e9e;\n border-radius: 0;\n outline: none;\n height: 3rem;\n width: 100%;\n font-size: 1rem;\n margin: 0 0 20px 0;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n\ninput:not([type]):disabled, input:not([type])[readonly=\"readonly\"],\ninput[type=text]:not(.browser-default):disabled,\ninput[type=text]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=password]:not(.browser-default):disabled,\ninput[type=password]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=email]:not(.browser-default):disabled,\ninput[type=email]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=url]:not(.browser-default):disabled,\ninput[type=url]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=time]:not(.browser-default):disabled,\ninput[type=time]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=date]:not(.browser-default):disabled,\ninput[type=date]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=datetime]:not(.browser-default):disabled,\ninput[type=datetime]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=datetime-local]:not(.browser-default):disabled,\ninput[type=datetime-local]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=tel]:not(.browser-default):disabled,\ninput[type=tel]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=number]:not(.browser-default):disabled,\ninput[type=number]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=search]:not(.browser-default):disabled,\ninput[type=search]:not(.browser-default)[readonly=\"readonly\"],\ntextarea.materialize-textarea:disabled,\ntextarea.materialize-textarea[readonly=\"readonly\"] {\n color: rgba(0, 0, 0, 0.42);\n border-bottom: 1px dotted rgba(0, 0, 0, 0.42);\n}\n\ninput:not([type]):disabled + label,\ninput:not([type])[readonly=\"readonly\"] + label,\ninput[type=text]:not(.browser-default):disabled + label,\ninput[type=text]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=password]:not(.browser-default):disabled + label,\ninput[type=password]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=email]:not(.browser-default):disabled + label,\ninput[type=email]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=url]:not(.browser-default):disabled + label,\ninput[type=url]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=time]:not(.browser-default):disabled + label,\ninput[type=time]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=date]:not(.browser-default):disabled + label,\ninput[type=date]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=datetime]:not(.browser-default):disabled + label,\ninput[type=datetime]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=datetime-local]:not(.browser-default):disabled + label,\ninput[type=datetime-local]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=tel]:not(.browser-default):disabled + label,\ninput[type=tel]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=number]:not(.browser-default):disabled + label,\ninput[type=number]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=search]:not(.browser-default):disabled + label,\ninput[type=search]:not(.browser-default)[readonly=\"readonly\"] + label,\ntextarea.materialize-textarea:disabled + label,\ntextarea.materialize-textarea[readonly=\"readonly\"] + label {\n color: rgba(0, 0, 0, 0.42);\n}\n\ninput:not([type]):focus:not([readonly]),\ninput[type=text]:not(.browser-default):focus:not([readonly]),\ninput[type=password]:not(.browser-default):focus:not([readonly]),\ninput[type=email]:not(.browser-default):focus:not([readonly]),\ninput[type=url]:not(.browser-default):focus:not([readonly]),\ninput[type=time]:not(.browser-default):focus:not([readonly]),\ninput[type=date]:not(.browser-default):focus:not([readonly]),\ninput[type=datetime]:not(.browser-default):focus:not([readonly]),\ninput[type=datetime-local]:not(.browser-default):focus:not([readonly]),\ninput[type=tel]:not(.browser-default):focus:not([readonly]),\ninput[type=number]:not(.browser-default):focus:not([readonly]),\ninput[type=search]:not(.browser-default):focus:not([readonly]),\ntextarea.materialize-textarea:focus:not([readonly]) {\n border-bottom: 1px solid #26a69a;\n -webkit-box-shadow: 0 1px 0 0 #26a69a;\n box-shadow: 0 1px 0 0 #26a69a;\n}\n\ninput:not([type]):focus:not([readonly]) + label,\ninput[type=text]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=password]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=email]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=url]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=time]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=date]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=datetime]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=tel]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=number]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=search]:not(.browser-default):focus:not([readonly]) + label,\ntextarea.materialize-textarea:focus:not([readonly]) + label {\n color: #26a69a;\n}\n\ninput:not([type]).validate + label,\ninput[type=text]:not(.browser-default).validate + label,\ninput[type=password]:not(.browser-default).validate + label,\ninput[type=email]:not(.browser-default).validate + label,\ninput[type=url]:not(.browser-default).validate + label,\ninput[type=time]:not(.browser-default).validate + label,\ninput[type=date]:not(.browser-default).validate + label,\ninput[type=datetime]:not(.browser-default).validate + label,\ninput[type=datetime-local]:not(.browser-default).validate + label,\ninput[type=tel]:not(.browser-default).validate + label,\ninput[type=number]:not(.browser-default).validate + label,\ninput[type=search]:not(.browser-default).validate + label,\ntextarea.materialize-textarea.validate + label {\n width: 100%;\n}\n\ninput:not([type]).invalid + label:after,\ninput:not([type]).valid + label:after,\ninput[type=text]:not(.browser-default).invalid + label:after,\ninput[type=text]:not(.browser-default).valid + label:after,\ninput[type=password]:not(.browser-default).invalid + label:after,\ninput[type=password]:not(.browser-default).valid + label:after,\ninput[type=email]:not(.browser-default).invalid + label:after,\ninput[type=email]:not(.browser-default).valid + label:after,\ninput[type=url]:not(.browser-default).invalid + label:after,\ninput[type=url]:not(.browser-default).valid + label:after,\ninput[type=time]:not(.browser-default).invalid + label:after,\ninput[type=time]:not(.browser-default).valid + label:after,\ninput[type=date]:not(.browser-default).invalid + label:after,\ninput[type=date]:not(.browser-default).valid + label:after,\ninput[type=datetime]:not(.browser-default).invalid + label:after,\ninput[type=datetime]:not(.browser-default).valid + label:after,\ninput[type=datetime-local]:not(.browser-default).invalid + label:after,\ninput[type=datetime-local]:not(.browser-default).valid + label:after,\ninput[type=tel]:not(.browser-default).invalid + label:after,\ninput[type=tel]:not(.browser-default).valid + label:after,\ninput[type=number]:not(.browser-default).invalid + label:after,\ninput[type=number]:not(.browser-default).valid + label:after,\ninput[type=search]:not(.browser-default).invalid + label:after,\ninput[type=search]:not(.browser-default).valid + label:after,\ntextarea.materialize-textarea.invalid + label:after,\ntextarea.materialize-textarea.valid + label:after {\n display: none;\n}\n\ninput:not([type]).invalid + label.active:after,\ninput:not([type]).valid + label.active:after,\ninput[type=text]:not(.browser-default).invalid + label.active:after,\ninput[type=text]:not(.browser-default).valid + label.active:after,\ninput[type=password]:not(.browser-default).invalid + label.active:after,\ninput[type=password]:not(.browser-default).valid + label.active:after,\ninput[type=email]:not(.browser-default).invalid + label.active:after,\ninput[type=email]:not(.browser-default).valid + label.active:after,\ninput[type=url]:not(.browser-default).invalid + label.active:after,\ninput[type=url]:not(.browser-default).valid + label.active:after,\ninput[type=time]:not(.browser-default).invalid + label.active:after,\ninput[type=time]:not(.browser-default).valid + label.active:after,\ninput[type=date]:not(.browser-default).invalid + label.active:after,\ninput[type=date]:not(.browser-default).valid + label.active:after,\ninput[type=datetime]:not(.browser-default).invalid + label.active:after,\ninput[type=datetime]:not(.browser-default).valid + label.active:after,\ninput[type=datetime-local]:not(.browser-default).invalid + label.active:after,\ninput[type=datetime-local]:not(.browser-default).valid + label.active:after,\ninput[type=tel]:not(.browser-default).invalid + label.active:after,\ninput[type=tel]:not(.browser-default).valid + label.active:after,\ninput[type=number]:not(.browser-default).invalid + label.active:after,\ninput[type=number]:not(.browser-default).valid + label.active:after,\ninput[type=search]:not(.browser-default).invalid + label.active:after,\ninput[type=search]:not(.browser-default).valid + label.active:after,\ntextarea.materialize-textarea.invalid + label.active:after,\ntextarea.materialize-textarea.valid + label.active:after {\n display: block;\n}\n\n/* Validation Sass Placeholders */\ninput.valid:not([type]), input.valid:not([type]):focus,\ninput[type=text].valid:not(.browser-default),\ninput[type=text].valid:not(.browser-default):focus,\ninput[type=password].valid:not(.browser-default),\ninput[type=password].valid:not(.browser-default):focus,\ninput[type=email].valid:not(.browser-default),\ninput[type=email].valid:not(.browser-default):focus,\ninput[type=url].valid:not(.browser-default),\ninput[type=url].valid:not(.browser-default):focus,\ninput[type=time].valid:not(.browser-default),\ninput[type=time].valid:not(.browser-default):focus,\ninput[type=date].valid:not(.browser-default),\ninput[type=date].valid:not(.browser-default):focus,\ninput[type=datetime].valid:not(.browser-default),\ninput[type=datetime].valid:not(.browser-default):focus,\ninput[type=datetime-local].valid:not(.browser-default),\ninput[type=datetime-local].valid:not(.browser-default):focus,\ninput[type=tel].valid:not(.browser-default),\ninput[type=tel].valid:not(.browser-default):focus,\ninput[type=number].valid:not(.browser-default),\ninput[type=number].valid:not(.browser-default):focus,\ninput[type=search].valid:not(.browser-default),\ninput[type=search].valid:not(.browser-default):focus,\ntextarea.materialize-textarea.valid,\ntextarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {\n border-bottom: 1px solid #4CAF50;\n -webkit-box-shadow: 0 1px 0 0 #4CAF50;\n box-shadow: 0 1px 0 0 #4CAF50;\n}\n\ninput.invalid:not([type]), input.invalid:not([type]):focus,\ninput[type=text].invalid:not(.browser-default),\ninput[type=text].invalid:not(.browser-default):focus,\ninput[type=password].invalid:not(.browser-default),\ninput[type=password].invalid:not(.browser-default):focus,\ninput[type=email].invalid:not(.browser-default),\ninput[type=email].invalid:not(.browser-default):focus,\ninput[type=url].invalid:not(.browser-default),\ninput[type=url].invalid:not(.browser-default):focus,\ninput[type=time].invalid:not(.browser-default),\ninput[type=time].invalid:not(.browser-default):focus,\ninput[type=date].invalid:not(.browser-default),\ninput[type=date].invalid:not(.browser-default):focus,\ninput[type=datetime].invalid:not(.browser-default),\ninput[type=datetime].invalid:not(.browser-default):focus,\ninput[type=datetime-local].invalid:not(.browser-default),\ninput[type=datetime-local].invalid:not(.browser-default):focus,\ninput[type=tel].invalid:not(.browser-default),\ninput[type=tel].invalid:not(.browser-default):focus,\ninput[type=number].invalid:not(.browser-default),\ninput[type=number].invalid:not(.browser-default):focus,\ninput[type=search].invalid:not(.browser-default),\ninput[type=search].invalid:not(.browser-default):focus,\ntextarea.materialize-textarea.invalid,\ntextarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown {\n border-bottom: 1px solid #F44336;\n -webkit-box-shadow: 0 1px 0 0 #F44336;\n box-shadow: 0 1px 0 0 #F44336;\n}\n\ninput:not([type]).valid + label:after,\ninput:not([type]):focus.valid + label:after,\ninput[type=text]:not(.browser-default).valid + label:after,\ninput[type=text]:not(.browser-default):focus.valid + label:after,\ninput[type=password]:not(.browser-default).valid + label:after,\ninput[type=password]:not(.browser-default):focus.valid + label:after,\ninput[type=email]:not(.browser-default).valid + label:after,\ninput[type=email]:not(.browser-default):focus.valid + label:after,\ninput[type=url]:not(.browser-default).valid + label:after,\ninput[type=url]:not(.browser-default):focus.valid + label:after,\ninput[type=time]:not(.browser-default).valid + label:after,\ninput[type=time]:not(.browser-default):focus.valid + label:after,\ninput[type=date]:not(.browser-default).valid + label:after,\ninput[type=date]:not(.browser-default):focus.valid + label:after,\ninput[type=datetime]:not(.browser-default).valid + label:after,\ninput[type=datetime]:not(.browser-default):focus.valid + label:after,\ninput[type=datetime-local]:not(.browser-default).valid + label:after,\ninput[type=datetime-local]:not(.browser-default):focus.valid + label:after,\ninput[type=tel]:not(.browser-default).valid + label:after,\ninput[type=tel]:not(.browser-default):focus.valid + label:after,\ninput[type=number]:not(.browser-default).valid + label:after,\ninput[type=number]:not(.browser-default):focus.valid + label:after,\ninput[type=search]:not(.browser-default).valid + label:after,\ninput[type=search]:not(.browser-default):focus.valid + label:after,\ntextarea.materialize-textarea.valid + label:after,\ntextarea.materialize-textarea:focus.valid + label:after, .select-wrapper.valid + label:after {\n content: attr(data-success);\n color: #4CAF50;\n opacity: 1;\n -webkit-transform: translateY(9px);\n transform: translateY(9px);\n}\n\ninput:not([type]).invalid + label:after,\ninput:not([type]):focus.invalid + label:after,\ninput[type=text]:not(.browser-default).invalid + label:after,\ninput[type=text]:not(.browser-default):focus.invalid + label:after,\ninput[type=password]:not(.browser-default).invalid + label:after,\ninput[type=password]:not(.browser-default):focus.invalid + label:after,\ninput[type=email]:not(.browser-default).invalid + label:after,\ninput[type=email]:not(.browser-default):focus.invalid + label:after,\ninput[type=url]:not(.browser-default).invalid + label:after,\ninput[type=url]:not(.browser-default):focus.invalid + label:after,\ninput[type=time]:not(.browser-default).invalid + label:after,\ninput[type=time]:not(.browser-default):focus.invalid + label:after,\ninput[type=date]:not(.browser-default).invalid + label:after,\ninput[type=date]:not(.browser-default):focus.invalid + label:after,\ninput[type=datetime]:not(.browser-default).invalid + label:after,\ninput[type=datetime]:not(.browser-default):focus.invalid + label:after,\ninput[type=datetime-local]:not(.browser-default).invalid + label:after,\ninput[type=datetime-local]:not(.browser-default):focus.invalid + label:after,\ninput[type=tel]:not(.browser-default).invalid + label:after,\ninput[type=tel]:not(.browser-default):focus.invalid + label:after,\ninput[type=number]:not(.browser-default).invalid + label:after,\ninput[type=number]:not(.browser-default):focus.invalid + label:after,\ninput[type=search]:not(.browser-default).invalid + label:after,\ninput[type=search]:not(.browser-default):focus.invalid + label:after,\ntextarea.materialize-textarea.invalid + label:after,\ntextarea.materialize-textarea:focus.invalid + label:after, .select-wrapper.invalid + label:after {\n content: attr(data-error);\n color: #F44336;\n opacity: 1;\n -webkit-transform: translateY(9px);\n transform: translateY(9px);\n}\n\ninput:not([type]) + label:after,\ninput[type=text]:not(.browser-default) + label:after,\ninput[type=password]:not(.browser-default) + label:after,\ninput[type=email]:not(.browser-default) + label:after,\ninput[type=url]:not(.browser-default) + label:after,\ninput[type=time]:not(.browser-default) + label:after,\ninput[type=date]:not(.browser-default) + label:after,\ninput[type=datetime]:not(.browser-default) + label:after,\ninput[type=datetime-local]:not(.browser-default) + label:after,\ninput[type=tel]:not(.browser-default) + label:after,\ninput[type=number]:not(.browser-default) + label:after,\ninput[type=search]:not(.browser-default) + label:after,\ntextarea.materialize-textarea + label:after, .select-wrapper + label:after {\n display: block;\n content: \"\";\n position: absolute;\n top: 100%;\n left: 0;\n opacity: 0;\n -webkit-transition: .2s opacity ease-out, .2s color ease-out;\n transition: .2s opacity ease-out, .2s color ease-out;\n}\n\n.input-field {\n position: relative;\n margin-top: 1rem;\n}\n\n.input-field.inline {\n display: inline-block;\n vertical-align: middle;\n margin-left: 5px;\n}\n\n.input-field.inline input,\n.input-field.inline .select-dropdown {\n margin-bottom: 1rem;\n}\n\n.input-field.col label {\n left: 0.75rem;\n}\n\n.input-field.col .prefix ~ label,\n.input-field.col .prefix ~ .validate ~ label {\n width: calc(100% - 3rem - 1.5rem);\n}\n\n.input-field label {\n color: #9e9e9e;\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n font-size: 1rem;\n cursor: text;\n -webkit-transition: -webkit-transform .2s ease-out;\n transition: -webkit-transform .2s ease-out;\n transition: transform .2s ease-out;\n transition: transform .2s ease-out, -webkit-transform .2s ease-out;\n -webkit-transform-origin: 0% 100%;\n transform-origin: 0% 100%;\n text-align: initial;\n -webkit-transform: translateY(12px);\n transform: translateY(12px);\n pointer-events: none;\n}\n\n.input-field label:not(.label-icon).active {\n -webkit-transform: translateY(-14px) scale(0.8);\n transform: translateY(-14px) scale(0.8);\n -webkit-transform-origin: 0 0;\n transform-origin: 0 0;\n}\n\n.input-field .prefix {\n position: absolute;\n width: 3rem;\n font-size: 2rem;\n -webkit-transition: color .2s;\n transition: color .2s;\n}\n\n.input-field .prefix.active {\n color: #26a69a;\n}\n\n.input-field .prefix ~ input,\n.input-field .prefix ~ textarea,\n.input-field .prefix ~ label,\n.input-field .prefix ~ .validate ~ label,\n.input-field .prefix ~ .autocomplete-content {\n margin-left: 3rem;\n width: 92%;\n width: calc(100% - 3rem);\n}\n\n.input-field .prefix ~ label {\n margin-left: 3rem;\n}\n\n@media only screen and (max-width: 992px) {\n .input-field .prefix ~ input {\n width: 86%;\n width: calc(100% - 3rem);\n }\n}\n\n@media only screen and (max-width: 600px) {\n .input-field .prefix ~ input {\n width: 80%;\n width: calc(100% - 3rem);\n }\n}\n\n/* Search Field */\n.input-field input[type=search] {\n display: block;\n line-height: inherit;\n}\n\n.nav-wrapper .input-field input[type=search] {\n height: inherit;\n padding-left: 4rem;\n width: calc(100% - 4rem);\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\n.input-field input[type=search]:focus {\n background-color: #fff;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n color: #444;\n}\n\n.input-field input[type=search]:focus + label i,\n.input-field input[type=search]:focus ~ .mdi-navigation-close,\n.input-field input[type=search]:focus ~ .material-icons {\n color: #444;\n}\n\n.input-field input[type=search] + label {\n left: 1rem;\n}\n\n.input-field input[type=search] ~ .mdi-navigation-close,\n.input-field input[type=search] ~ .material-icons {\n position: absolute;\n top: 0;\n right: 1rem;\n color: transparent;\n cursor: pointer;\n font-size: 2rem;\n -webkit-transition: .3s color;\n transition: .3s color;\n}\n\n/* Textarea */\ntextarea {\n width: 100%;\n height: 3rem;\n background-color: transparent;\n}\n\ntextarea.materialize-textarea {\n overflow-y: hidden;\n /* prevents scroll bar flash */\n padding: .8rem 0 1.6rem 0;\n /* prevents text jump on Enter keypress */\n resize: none;\n min-height: 3rem;\n}\n\ntextarea.materialize-textarea.validate + label {\n height: 100%;\n}\n\ntextarea.materialize-textarea.validate + label::after {\n top: calc(100% - 12px);\n}\n\ntextarea.materialize-textarea.validate + label:not(.label-icon).active {\n -webkit-transform: translateY(-25px);\n transform: translateY(-25px);\n}\n\n.hiddendiv {\n display: none;\n white-space: pre-wrap;\n word-wrap: break-word;\n overflow-wrap: break-word;\n /* future version of deprecated 'word-wrap' */\n padding-top: 1.2rem;\n /* prevents text jump on Enter keypress */\n position: absolute;\n top: 0;\n}\n\n/* Autocomplete */\n.autocomplete-content {\n margin-top: -20px;\n margin-bottom: 20px;\n display: block;\n opacity: 1;\n position: static;\n}\n\n.autocomplete-content li .highlight {\n color: #444;\n}\n\n.autocomplete-content li img {\n height: 40px;\n width: 40px;\n margin: 5px 15px;\n}\n\n/* Radio Buttons\r\n ========================================================================== */\n[type=\"radio\"]:not(:checked),\n[type=\"radio\"]:checked {\n position: absolute;\n opacity: 0;\n pointer-events: none;\n}\n\n[type=\"radio\"]:not(:checked) + label,\n[type=\"radio\"]:checked + label {\n position: relative;\n padding-left: 35px;\n cursor: pointer;\n display: inline-block;\n height: 25px;\n line-height: 25px;\n font-size: 1rem;\n -webkit-transition: .28s ease;\n transition: .28s ease;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n[type=\"radio\"] + label:before,\n[type=\"radio\"] + label:after {\n content: '';\n position: absolute;\n left: 0;\n top: 0;\n margin: 4px;\n width: 16px;\n height: 16px;\n z-index: 0;\n -webkit-transition: .28s ease;\n transition: .28s ease;\n}\n\n/* Unchecked styles */\n[type=\"radio\"]:not(:checked) + label:before,\n[type=\"radio\"]:not(:checked) + label:after,\n[type=\"radio\"]:checked + label:before,\n[type=\"radio\"]:checked + label:after,\n[type=\"radio\"].with-gap:checked + label:before,\n[type=\"radio\"].with-gap:checked + label:after {\n border-radius: 50%;\n}\n\n[type=\"radio\"]:not(:checked) + label:before,\n[type=\"radio\"]:not(:checked) + label:after {\n border: 2px solid #5a5a5a;\n}\n\n[type=\"radio\"]:not(:checked) + label:after {\n -webkit-transform: scale(0);\n transform: scale(0);\n}\n\n/* Checked styles */\n[type=\"radio\"]:checked + label:before {\n border: 2px solid transparent;\n}\n\n[type=\"radio\"]:checked + label:after,\n[type=\"radio\"].with-gap:checked + label:before,\n[type=\"radio\"].with-gap:checked + label:after {\n border: 2px solid #26a69a;\n}\n\n[type=\"radio\"]:checked + label:after,\n[type=\"radio\"].with-gap:checked + label:after {\n background-color: #26a69a;\n}\n\n[type=\"radio\"]:checked + label:after {\n -webkit-transform: scale(1.02);\n transform: scale(1.02);\n}\n\n/* Radio With gap */\n[type=\"radio\"].with-gap:checked + label:after {\n -webkit-transform: scale(0.5);\n transform: scale(0.5);\n}\n\n/* Focused styles */\n[type=\"radio\"].tabbed:focus + label:before {\n -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\n box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\n}\n\n/* Disabled Radio With gap */\n[type=\"radio\"].with-gap:disabled:checked + label:before {\n border: 2px solid rgba(0, 0, 0, 0.42);\n}\n\n[type=\"radio\"].with-gap:disabled:checked + label:after {\n border: none;\n background-color: rgba(0, 0, 0, 0.42);\n}\n\n/* Disabled style */\n[type=\"radio\"]:disabled:not(:checked) + label:before,\n[type=\"radio\"]:disabled:checked + label:before {\n background-color: transparent;\n border-color: rgba(0, 0, 0, 0.42);\n}\n\n[type=\"radio\"]:disabled + label {\n color: rgba(0, 0, 0, 0.42);\n}\n\n[type=\"radio\"]:disabled:not(:checked) + label:before {\n border-color: rgba(0, 0, 0, 0.42);\n}\n\n[type=\"radio\"]:disabled:checked + label:after {\n background-color: rgba(0, 0, 0, 0.42);\n border-color: #949494;\n}\n\n/* Checkboxes\r\n ========================================================================== */\n/* CUSTOM CSS CHECKBOXES */\nform p {\n margin-bottom: 10px;\n text-align: left;\n}\n\nform p:last-child {\n margin-bottom: 0;\n}\n\n/* Remove default checkbox */\n[type=\"checkbox\"]:not(:checked),\n[type=\"checkbox\"]:checked {\n position: absolute;\n opacity: 0;\n pointer-events: none;\n}\n\n[type=\"checkbox\"] {\n /* checkbox aspect */\n}\n\n[type=\"checkbox\"] + label {\n position: relative;\n padding-left: 35px;\n cursor: pointer;\n display: inline-block;\n height: 25px;\n line-height: 25px;\n font-size: 1rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n[type=\"checkbox\"] + label:before,\n[type=\"checkbox\"]:not(.filled-in) + label:after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 0;\n border: 2px solid #5a5a5a;\n border-radius: 1px;\n margin-top: 2px;\n -webkit-transition: .2s;\n transition: .2s;\n}\n\n[type=\"checkbox\"]:not(.filled-in) + label:after {\n border: 0;\n -webkit-transform: scale(0);\n transform: scale(0);\n}\n\n[type=\"checkbox\"]:not(:checked):disabled + label:before {\n border: none;\n background-color: rgba(0, 0, 0, 0.42);\n}\n\n[type=\"checkbox\"].tabbed:focus + label:after {\n -webkit-transform: scale(1);\n transform: scale(1);\n border: 0;\n border-radius: 50%;\n -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\n box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\n background-color: rgba(0, 0, 0, 0.1);\n}\n\n[type=\"checkbox\"]:checked + label:before {\n top: -4px;\n left: -5px;\n width: 12px;\n height: 22px;\n border-top: 2px solid transparent;\n border-left: 2px solid transparent;\n border-right: 2px solid #26a69a;\n border-bottom: 2px solid #26a69a;\n -webkit-transform: rotate(40deg);\n transform: rotate(40deg);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 100% 100%;\n transform-origin: 100% 100%;\n}\n\n[type=\"checkbox\"]:checked:disabled + label:before {\n border-right: 2px solid rgba(0, 0, 0, 0.42);\n border-bottom: 2px solid rgba(0, 0, 0, 0.42);\n}\n\n/* Indeterminate checkbox */\n[type=\"checkbox\"]:indeterminate + label:before {\n top: -11px;\n left: -12px;\n width: 10px;\n height: 22px;\n border-top: none;\n border-left: none;\n border-right: 2px solid #26a69a;\n border-bottom: none;\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 100% 100%;\n transform-origin: 100% 100%;\n}\n\n[type=\"checkbox\"]:indeterminate:disabled + label:before {\n border-right: 2px solid rgba(0, 0, 0, 0.42);\n background-color: transparent;\n}\n\n[type=\"checkbox\"].filled-in + label:after {\n border-radius: 2px;\n}\n\n[type=\"checkbox\"].filled-in + label:before,\n[type=\"checkbox\"].filled-in + label:after {\n content: '';\n left: 0;\n position: absolute;\n /* .1s delay is for check animation */\n -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;\n transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;\n z-index: 1;\n}\n\n[type=\"checkbox\"].filled-in:not(:checked) + label:before {\n width: 0;\n height: 0;\n border: 3px solid transparent;\n left: 6px;\n top: 10px;\n -webkit-transform: rotateZ(37deg);\n transform: rotateZ(37deg);\n -webkit-transform-origin: 100% 100%;\n transform-origin: 100% 100%;\n}\n\n[type=\"checkbox\"].filled-in:not(:checked) + label:after {\n height: 20px;\n width: 20px;\n background-color: transparent;\n border: 2px solid #5a5a5a;\n top: 0px;\n z-index: 0;\n}\n\n[type=\"checkbox\"].filled-in:checked + label:before {\n top: 0;\n left: 1px;\n width: 8px;\n height: 13px;\n border-top: 2px solid transparent;\n border-left: 2px solid transparent;\n border-right: 2px solid #fff;\n border-bottom: 2px solid #fff;\n -webkit-transform: rotateZ(37deg);\n transform: rotateZ(37deg);\n -webkit-transform-origin: 100% 100%;\n transform-origin: 100% 100%;\n}\n\n[type=\"checkbox\"].filled-in:checked + label:after {\n top: 0;\n width: 20px;\n height: 20px;\n border: 2px solid #26a69a;\n background-color: #26a69a;\n z-index: 0;\n}\n\n[type=\"checkbox\"].filled-in.tabbed:focus + label:after {\n border-radius: 2px;\n border-color: #5a5a5a;\n background-color: rgba(0, 0, 0, 0.1);\n}\n\n[type=\"checkbox\"].filled-in.tabbed:checked:focus + label:after {\n border-radius: 2px;\n background-color: #26a69a;\n border-color: #26a69a;\n}\n\n[type=\"checkbox\"].filled-in:disabled:not(:checked) + label:before {\n background-color: transparent;\n border: 2px solid transparent;\n}\n\n[type=\"checkbox\"].filled-in:disabled:not(:checked) + label:after {\n border-color: transparent;\n background-color: #949494;\n}\n\n[type=\"checkbox\"].filled-in:disabled:checked + label:before {\n background-color: transparent;\n}\n\n[type=\"checkbox\"].filled-in:disabled:checked + label:after {\n background-color: #949494;\n border-color: #949494;\n}\n\n/* Switch\r\n ========================================================================== */\n.switch,\n.switch * {\n -webkit-tap-highlight-color: transparent;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.switch label {\n cursor: pointer;\n}\n\n.switch label input[type=checkbox] {\n opacity: 0;\n width: 0;\n height: 0;\n}\n\n.switch label input[type=checkbox]:checked + .lever {\n background-color: #84c7c1;\n}\n\n.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {\n left: 18px;\n}\n\n.switch label input[type=checkbox]:checked + .lever:after {\n background-color: #26a69a;\n}\n\n.switch label .lever {\n content: \"\";\n display: inline-block;\n position: relative;\n width: 36px;\n height: 14px;\n background-color: rgba(0, 0, 0, 0.38);\n border-radius: 15px;\n margin-right: 10px;\n -webkit-transition: background 0.3s ease;\n transition: background 0.3s ease;\n vertical-align: middle;\n margin: 0 16px;\n}\n\n.switch label .lever:before, .switch label .lever:after {\n content: \"\";\n position: absolute;\n display: inline-block;\n width: 20px;\n height: 20px;\n border-radius: 50%;\n left: 0;\n top: -3px;\n -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;\n transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;\n transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;\n transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;\n}\n\n.switch label .lever:before {\n background-color: rgba(38, 166, 154, 0.15);\n}\n\n.switch label .lever:after {\n background-color: #F1F1F1;\n -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);\n box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);\n}\n\ninput[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,\ninput[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {\n -webkit-transform: scale(2.4);\n transform: scale(2.4);\n background-color: rgba(38, 166, 154, 0.15);\n}\n\ninput[type=checkbox]:not(:disabled) ~ .lever:active:before,\ninput[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {\n -webkit-transform: scale(2.4);\n transform: scale(2.4);\n background-color: rgba(0, 0, 0, 0.08);\n}\n\n.switch input[type=checkbox][disabled] + .lever {\n cursor: default;\n background-color: rgba(0, 0, 0, 0.12);\n}\n\n.switch label input[type=checkbox][disabled] + .lever:after,\n.switch label input[type=checkbox][disabled]:checked + .lever:after {\n background-color: #949494;\n}\n\n/* Select Field\r\n ========================================================================== */\nselect {\n display: none;\n}\n\nselect.browser-default {\n display: block;\n}\n\nselect {\n background-color: rgba(255, 255, 255, 0.9);\n width: 100%;\n padding: 5px;\n border: 1px solid #f2f2f2;\n border-radius: 2px;\n height: 3rem;\n}\n\n.input-field > select {\n display: block;\n position: absolute;\n width: 0;\n pointer-events: none;\n height: 0;\n top: 0;\n left: 0;\n opacity: 0;\n}\n\n.select-label {\n position: absolute;\n}\n\n.select-wrapper {\n position: relative;\n}\n\n.select-wrapper.valid + label,\n.select-wrapper.invalid + label {\n width: 100%;\n pointer-events: none;\n}\n\n.select-wrapper input.select-dropdown {\n position: relative;\n cursor: pointer;\n background-color: transparent;\n border: none;\n border-bottom: 1px solid #9e9e9e;\n outline: none;\n height: 3rem;\n line-height: 3rem;\n width: 100%;\n font-size: 1rem;\n margin: 0 0 20px 0;\n padding: 0;\n display: block;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select-wrapper span.caret {\n color: initial;\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n height: 10px;\n margin: auto 0;\n font-size: 10px;\n line-height: 10px;\n}\n\n.select-wrapper + label {\n position: absolute;\n top: -26px;\n font-size: 0.8rem;\n}\n\nselect:disabled {\n color: rgba(0, 0, 0, 0.42);\n}\n\n.select-wrapper.disabled span.caret,\n.select-wrapper.disabled + label {\n color: rgba(0, 0, 0, 0.42);\n}\n\n.select-wrapper input.select-dropdown:disabled {\n color: rgba(0, 0, 0, 0.42);\n cursor: default;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select-wrapper i {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.select-dropdown li.disabled,\n.select-dropdown li.disabled > span,\n.select-dropdown li.optgroup {\n color: rgba(0, 0, 0, 0.3);\n background-color: transparent;\n}\n\n.select-dropdown.dropdown-content li.active {\n background-color: transparent;\n}\n\n.select-dropdown.dropdown-content li:hover {\n background-color: rgba(0, 0, 0, 0.06);\n}\n\n.select-dropdown.dropdown-content li.selected {\n background-color: rgba(0, 0, 0, 0.03);\n}\n\n.prefix ~ .select-wrapper {\n margin-left: 3rem;\n width: 92%;\n width: calc(100% - 3rem);\n}\n\n.prefix ~ label {\n margin-left: 3rem;\n}\n\n.select-dropdown li img {\n height: 40px;\n width: 40px;\n margin: 5px 15px;\n float: right;\n}\n\n.select-dropdown li.optgroup {\n border-top: 1px solid #eee;\n}\n\n.select-dropdown li.optgroup.selected > span {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.select-dropdown li.optgroup > span {\n color: rgba(0, 0, 0, 0.4);\n}\n\n.select-dropdown li.optgroup ~ li.optgroup-option {\n padding-left: 1rem;\n}\n\n/* File Input\r\n ========================================================================== */\n.file-field {\n position: relative;\n}\n\n.file-field .file-path-wrapper {\n overflow: hidden;\n padding-left: 10px;\n}\n\n.file-field input.file-path {\n width: 100%;\n}\n\n.file-field .btn, .file-field .btn-large {\n float: left;\n height: 3rem;\n line-height: 3rem;\n}\n\n.file-field span {\n cursor: pointer;\n}\n\n.file-field input[type=file] {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n bottom: 0;\n width: 100%;\n margin: 0;\n padding: 0;\n font-size: 20px;\n cursor: pointer;\n opacity: 0;\n filter: alpha(opacity=0);\n}\n\n.file-field input[type=file]::-webkit-file-upload-button {\n display: none;\n}\n\n/* Range\r\n ========================================================================== */\n.range-field {\n position: relative;\n}\n\ninput[type=range],\ninput[type=range] + .thumb {\n cursor: pointer;\n}\n\ninput[type=range] {\n position: relative;\n background-color: transparent;\n border: none;\n outline: none;\n width: 100%;\n margin: 15px 0;\n padding: 0;\n}\n\ninput[type=range]:focus {\n outline: none;\n}\n\ninput[type=range] + .thumb {\n position: absolute;\n top: 10px;\n left: 0;\n border: none;\n height: 0;\n width: 0;\n border-radius: 50%;\n background-color: #26a69a;\n margin-left: 7px;\n -webkit-transform-origin: 50% 50%;\n transform-origin: 50% 50%;\n -webkit-transform: rotate(-45deg);\n transform: rotate(-45deg);\n}\n\ninput[type=range] + .thumb .value {\n display: block;\n width: 30px;\n text-align: center;\n color: #26a69a;\n font-size: 0;\n -webkit-transform: rotate(45deg);\n transform: rotate(45deg);\n}\n\ninput[type=range] + .thumb.active {\n border-radius: 50% 50% 50% 0;\n}\n\ninput[type=range] + .thumb.active .value {\n color: #fff;\n margin-left: -1px;\n margin-top: 8px;\n font-size: 10px;\n}\n\ninput[type=range] {\n -webkit-appearance: none;\n}\n\ninput[type=range]::-webkit-slider-runnable-track {\n height: 3px;\n background: #c2c0c2;\n border: none;\n}\n\ninput[type=range]::-webkit-slider-thumb {\n -webkit-appearance: none;\n border: none;\n height: 14px;\n width: 14px;\n border-radius: 50%;\n background-color: #26a69a;\n -webkit-transform-origin: 50% 50%;\n transform-origin: 50% 50%;\n margin: -5px 0 0 0;\n -webkit-transition: .3s;\n transition: .3s;\n}\n\ninput[type=range]:focus::-webkit-slider-runnable-track {\n background: #ccc;\n}\n\ninput[type=range] {\n /* fix for FF unable to apply focus style bug */\n border: 1px solid white;\n /*required for proper track sizing in FF*/\n}\n\ninput[type=range]::-moz-range-track {\n height: 3px;\n background: #ddd;\n border: none;\n}\n\ninput[type=range]::-moz-range-thumb {\n border: none;\n height: 14px;\n width: 14px;\n border-radius: 50%;\n background: #26a69a;\n margin-top: -5px;\n}\n\ninput[type=range]:-moz-focusring {\n outline: 1px solid #fff;\n outline-offset: -1px;\n}\n\ninput[type=range]:focus::-moz-range-track {\n background: #ccc;\n}\n\ninput[type=range]::-ms-track {\n height: 3px;\n background: transparent;\n border-color: transparent;\n border-width: 6px 0;\n /*remove default tick marks*/\n color: transparent;\n}\n\ninput[type=range]::-ms-fill-lower {\n background: #777;\n}\n\ninput[type=range]::-ms-fill-upper {\n background: #ddd;\n}\n\ninput[type=range]::-ms-thumb {\n border: none;\n height: 14px;\n width: 14px;\n border-radius: 50%;\n background: #26a69a;\n}\n\ninput[type=range]:focus::-ms-fill-lower {\n background: #888;\n}\n\ninput[type=range]:focus::-ms-fill-upper {\n background: #ccc;\n}\n\n/***************\r\n Nav List\r\n***************/\n.table-of-contents.fixed {\n position: fixed;\n}\n\n.table-of-contents li {\n padding: 2px 0;\n}\n\n.table-of-contents a {\n display: inline-block;\n font-weight: 300;\n color: #757575;\n padding-left: 20px;\n height: 1.5rem;\n line-height: 1.5rem;\n letter-spacing: .4;\n display: inline-block;\n}\n\n.table-of-contents a:hover {\n color: #a8a8a8;\n padding-left: 19px;\n border-left: 1px solid #ee6e73;\n}\n\n.table-of-contents a.active {\n font-weight: 500;\n padding-left: 18px;\n border-left: 2px solid #ee6e73;\n}\n\n.side-nav {\n position: fixed;\n width: 300px;\n left: 0;\n top: 0;\n margin: 0;\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n height: 100%;\n height: calc(100% + 60px);\n height: -moz-calc(100%);\n padding-bottom: 60px;\n background-color: #fff;\n z-index: 999;\n overflow-y: auto;\n will-change: transform;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform: translateX(-105%);\n transform: translateX(-105%);\n}\n\n.side-nav.right-aligned {\n right: 0;\n -webkit-transform: translateX(105%);\n transform: translateX(105%);\n left: auto;\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n}\n\n.side-nav .collapsible {\n margin: 0;\n}\n\n.side-nav li {\n float: none;\n line-height: 48px;\n}\n\n.side-nav li.active {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.side-nav li > a {\n color: rgba(0, 0, 0, 0.87);\n display: block;\n font-size: 14px;\n font-weight: 500;\n height: 48px;\n line-height: 48px;\n padding: 0 32px;\n}\n\n.side-nav li > a:hover {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-large, .side-nav li > a.btn-flat, .side-nav li > a.btn-floating {\n margin: 10px 15px;\n}\n\n.side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-large, .side-nav li > a.btn-floating {\n color: #fff;\n}\n\n.side-nav li > a.btn-flat {\n color: #343434;\n}\n\n.side-nav li > a.btn:hover, .side-nav li > a.btn-large:hover, .side-nav li > a.btn-large:hover {\n background-color: #2bbbad;\n}\n\n.side-nav li > a.btn-floating:hover {\n background-color: #26a69a;\n}\n\n.side-nav li > a > i,\n.side-nav li > a > [class^=\"mdi-\"], .side-nav li > a li > a > [class*=\"mdi-\"],\n.side-nav li > a > i.material-icons {\n float: left;\n height: 48px;\n line-height: 48px;\n margin: 0 32px 0 0;\n width: 24px;\n color: rgba(0, 0, 0, 0.54);\n}\n\n.side-nav .divider {\n margin: 8px 0 0 0;\n}\n\n.side-nav .subheader {\n cursor: initial;\n pointer-events: none;\n color: rgba(0, 0, 0, 0.54);\n font-size: 14px;\n font-weight: 500;\n line-height: 48px;\n}\n\n.side-nav .subheader:hover {\n background-color: transparent;\n}\n\n.side-nav .user-view,\n.side-nav .userView {\n position: relative;\n padding: 32px 32px 0;\n margin-bottom: 8px;\n}\n\n.side-nav .user-view > a,\n.side-nav .userView > a {\n height: auto;\n padding: 0;\n}\n\n.side-nav .user-view > a:hover,\n.side-nav .userView > a:hover {\n background-color: transparent;\n}\n\n.side-nav .user-view .background,\n.side-nav .userView .background {\n overflow: hidden;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: -1;\n}\n\n.side-nav .user-view .circle, .side-nav .user-view .name, .side-nav .user-view .email,\n.side-nav .userView .circle,\n.side-nav .userView .name,\n.side-nav .userView .email {\n display: block;\n}\n\n.side-nav .user-view .circle,\n.side-nav .userView .circle {\n height: 64px;\n width: 64px;\n}\n\n.side-nav .user-view .name,\n.side-nav .user-view .email,\n.side-nav .userView .name,\n.side-nav .userView .email {\n font-size: 14px;\n line-height: 24px;\n}\n\n.side-nav .user-view .name,\n.side-nav .userView .name {\n margin-top: 16px;\n font-weight: 500;\n}\n\n.side-nav .user-view .email,\n.side-nav .userView .email {\n padding-bottom: 16px;\n font-weight: 400;\n}\n\n.drag-target {\n height: 100%;\n width: 10px;\n position: fixed;\n top: 0;\n z-index: 998;\n}\n\n.side-nav.fixed {\n left: 0;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n position: fixed;\n}\n\n.side-nav.fixed.right-aligned {\n right: 0;\n left: auto;\n}\n\n@media only screen and (max-width: 992px) {\n .side-nav.fixed {\n -webkit-transform: translateX(-105%);\n transform: translateX(-105%);\n }\n .side-nav.fixed.right-aligned {\n -webkit-transform: translateX(105%);\n transform: translateX(105%);\n }\n .side-nav a {\n padding: 0 16px;\n }\n .side-nav .user-view,\n .side-nav .userView {\n padding: 16px 16px 0;\n }\n}\n\n.side-nav .collapsible-body > ul:not(.collapsible) > li.active,\n.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {\n background-color: #ee6e73;\n}\n\n.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,\n.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {\n color: #fff;\n}\n\n.side-nav .collapsible-body {\n padding: 0;\n}\n\n#sidenav-overlay {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n height: 120vh;\n background-color: rgba(0, 0, 0, 0.5);\n z-index: 997;\n will-change: opacity;\n}\n\n/*\r\n @license\r\n Copyright (c) 2014 The Polymer Project Authors. All rights reserved.\r\n This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\r\n The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\r\n The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\r\n Code distributed by Google as part of the polymer project is also\r\n subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\r\n */\n/**************************/\n/* STYLES FOR THE SPINNER */\n/**************************/\n/*\r\n * Constants:\r\n * STROKEWIDTH = 3px\r\n * ARCSIZE = 270 degrees (amount of circle the arc takes up)\r\n * ARCTIME = 1333ms (time it takes to expand and contract arc)\r\n * ARCSTARTROT = 216 degrees (how much the start location of the arc\r\n * should rotate each time, 216 gives us a\r\n * 5 pointed star shape (it's 360/5 * 3).\r\n * For a 7 pointed star, we might do\r\n * 360/7 * 3 = 154.286)\r\n * CONTAINERWIDTH = 28px\r\n * SHRINK_TIME = 400ms\r\n */\n.preloader-wrapper {\n display: inline-block;\n position: relative;\n width: 50px;\n height: 50px;\n}\n\n.preloader-wrapper.small {\n width: 36px;\n height: 36px;\n}\n\n.preloader-wrapper.big {\n width: 64px;\n height: 64px;\n}\n\n.preloader-wrapper.active {\n /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */\n -webkit-animation: container-rotate 1568ms linear infinite;\n animation: container-rotate 1568ms linear infinite;\n}\n\n@-webkit-keyframes container-rotate {\n to {\n -webkit-transform: rotate(360deg);\n }\n}\n\n@keyframes container-rotate {\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n.spinner-layer {\n position: absolute;\n width: 100%;\n height: 100%;\n opacity: 0;\n border-color: #26a69a;\n}\n\n.spinner-blue,\n.spinner-blue-only {\n border-color: #4285f4;\n}\n\n.spinner-red,\n.spinner-red-only {\n border-color: #db4437;\n}\n\n.spinner-yellow,\n.spinner-yellow-only {\n border-color: #f4b400;\n}\n\n.spinner-green,\n.spinner-green-only {\n border-color: #0f9d58;\n}\n\n/**\r\n * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):\r\n *\r\n * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't\r\n * guarantee that the animation will start _exactly_ after that value. So we avoid using\r\n * animation-delay and instead set custom keyframes for each color (as redundant as it\r\n * seems).\r\n *\r\n * We write out each animation in full (instead of separating animation-name,\r\n * animation-duration, etc.) because under the polyfill, Safari does not recognize those\r\n * specific properties properly, treats them as -webkit-animation, and overrides the\r\n * other animation rules. See https://github.com/Polymer/platform/issues/53.\r\n */\n.active .spinner-layer.spinner-blue {\n /* durations: 4 * ARCTIME */\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .spinner-layer.spinner-red {\n /* durations: 4 * ARCTIME */\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .spinner-layer.spinner-yellow {\n /* durations: 4 * ARCTIME */\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .spinner-layer.spinner-green {\n /* durations: 4 * ARCTIME */\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .spinner-layer,\n.active .spinner-layer.spinner-blue-only,\n.active .spinner-layer.spinner-red-only,\n.active .spinner-layer.spinner-yellow-only,\n.active .spinner-layer.spinner-green-only {\n /* durations: 4 * ARCTIME */\n opacity: 1;\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n@-webkit-keyframes fill-unfill-rotate {\n 12.5% {\n -webkit-transform: rotate(135deg);\n }\n /* 0.5 * ARCSIZE */\n 25% {\n -webkit-transform: rotate(270deg);\n }\n /* 1 * ARCSIZE */\n 37.5% {\n -webkit-transform: rotate(405deg);\n }\n /* 1.5 * ARCSIZE */\n 50% {\n -webkit-transform: rotate(540deg);\n }\n /* 2 * ARCSIZE */\n 62.5% {\n -webkit-transform: rotate(675deg);\n }\n /* 2.5 * ARCSIZE */\n 75% {\n -webkit-transform: rotate(810deg);\n }\n /* 3 * ARCSIZE */\n 87.5% {\n -webkit-transform: rotate(945deg);\n }\n /* 3.5 * ARCSIZE */\n to {\n -webkit-transform: rotate(1080deg);\n }\n /* 4 * ARCSIZE */\n}\n\n@keyframes fill-unfill-rotate {\n 12.5% {\n -webkit-transform: rotate(135deg);\n transform: rotate(135deg);\n }\n /* 0.5 * ARCSIZE */\n 25% {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n }\n /* 1 * ARCSIZE */\n 37.5% {\n -webkit-transform: rotate(405deg);\n transform: rotate(405deg);\n }\n /* 1.5 * ARCSIZE */\n 50% {\n -webkit-transform: rotate(540deg);\n transform: rotate(540deg);\n }\n /* 2 * ARCSIZE */\n 62.5% {\n -webkit-transform: rotate(675deg);\n transform: rotate(675deg);\n }\n /* 2.5 * ARCSIZE */\n 75% {\n -webkit-transform: rotate(810deg);\n transform: rotate(810deg);\n }\n /* 3 * ARCSIZE */\n 87.5% {\n -webkit-transform: rotate(945deg);\n transform: rotate(945deg);\n }\n /* 3.5 * ARCSIZE */\n to {\n -webkit-transform: rotate(1080deg);\n transform: rotate(1080deg);\n }\n /* 4 * ARCSIZE */\n}\n\n@-webkit-keyframes blue-fade-in-out {\n from {\n opacity: 1;\n }\n 25% {\n opacity: 1;\n }\n 26% {\n opacity: 0;\n }\n 89% {\n opacity: 0;\n }\n 90% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n }\n}\n\n@keyframes blue-fade-in-out {\n from {\n opacity: 1;\n }\n 25% {\n opacity: 1;\n }\n 26% {\n opacity: 0;\n }\n 89% {\n opacity: 0;\n }\n 90% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n }\n}\n\n@-webkit-keyframes red-fade-in-out {\n from {\n opacity: 0;\n }\n 15% {\n opacity: 0;\n }\n 25% {\n opacity: 1;\n }\n 50% {\n opacity: 1;\n }\n 51% {\n opacity: 0;\n }\n}\n\n@keyframes red-fade-in-out {\n from {\n opacity: 0;\n }\n 15% {\n opacity: 0;\n }\n 25% {\n opacity: 1;\n }\n 50% {\n opacity: 1;\n }\n 51% {\n opacity: 0;\n }\n}\n\n@-webkit-keyframes yellow-fade-in-out {\n from {\n opacity: 0;\n }\n 40% {\n opacity: 0;\n }\n 50% {\n opacity: 1;\n }\n 75% {\n opacity: 1;\n }\n 76% {\n opacity: 0;\n }\n}\n\n@keyframes yellow-fade-in-out {\n from {\n opacity: 0;\n }\n 40% {\n opacity: 0;\n }\n 50% {\n opacity: 1;\n }\n 75% {\n opacity: 1;\n }\n 76% {\n opacity: 0;\n }\n}\n\n@-webkit-keyframes green-fade-in-out {\n from {\n opacity: 0;\n }\n 65% {\n opacity: 0;\n }\n 75% {\n opacity: 1;\n }\n 90% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n\n@keyframes green-fade-in-out {\n from {\n opacity: 0;\n }\n 65% {\n opacity: 0;\n }\n 75% {\n opacity: 1;\n }\n 90% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n\n/**\r\n * Patch the gap that appear between the two adjacent div.circle-clipper while the\r\n * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).\r\n */\n.gap-patch {\n position: absolute;\n top: 0;\n left: 45%;\n width: 10%;\n height: 100%;\n overflow: hidden;\n border-color: inherit;\n}\n\n.gap-patch .circle {\n width: 1000%;\n left: -450%;\n}\n\n.circle-clipper {\n display: inline-block;\n position: relative;\n width: 50%;\n height: 100%;\n overflow: hidden;\n border-color: inherit;\n}\n\n.circle-clipper .circle {\n width: 200%;\n height: 100%;\n border-width: 3px;\n /* STROKEWIDTH */\n border-style: solid;\n border-color: inherit;\n border-bottom-color: transparent !important;\n border-radius: 50%;\n -webkit-animation: none;\n animation: none;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n}\n\n.circle-clipper.left .circle {\n left: 0;\n border-right-color: transparent !important;\n -webkit-transform: rotate(129deg);\n transform: rotate(129deg);\n}\n\n.circle-clipper.right .circle {\n left: -100%;\n border-left-color: transparent !important;\n -webkit-transform: rotate(-129deg);\n transform: rotate(-129deg);\n}\n\n.active .circle-clipper.left .circle {\n /* duration: ARCTIME */\n -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .circle-clipper.right .circle {\n /* duration: ARCTIME */\n -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n@-webkit-keyframes left-spin {\n from {\n -webkit-transform: rotate(130deg);\n }\n 50% {\n -webkit-transform: rotate(-5deg);\n }\n to {\n -webkit-transform: rotate(130deg);\n }\n}\n\n@keyframes left-spin {\n from {\n -webkit-transform: rotate(130deg);\n transform: rotate(130deg);\n }\n 50% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg);\n }\n to {\n -webkit-transform: rotate(130deg);\n transform: rotate(130deg);\n }\n}\n\n@-webkit-keyframes right-spin {\n from {\n -webkit-transform: rotate(-130deg);\n }\n 50% {\n -webkit-transform: rotate(5deg);\n }\n to {\n -webkit-transform: rotate(-130deg);\n }\n}\n\n@keyframes right-spin {\n from {\n -webkit-transform: rotate(-130deg);\n transform: rotate(-130deg);\n }\n 50% {\n -webkit-transform: rotate(5deg);\n transform: rotate(5deg);\n }\n to {\n -webkit-transform: rotate(-130deg);\n transform: rotate(-130deg);\n }\n}\n\n#spinnerContainer.cooldown {\n /* duration: SHRINK_TIME */\n -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);\n animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n@-webkit-keyframes fade-out {\n from {\n opacity: 1;\n }\n to {\n opacity: 0;\n }\n}\n\n@keyframes fade-out {\n from {\n opacity: 1;\n }\n to {\n opacity: 0;\n }\n}\n\n.slider {\n position: relative;\n height: 400px;\n width: 100%;\n}\n\n.slider.fullscreen {\n height: 100%;\n width: 100%;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n\n.slider.fullscreen ul.slides {\n height: 100%;\n}\n\n.slider.fullscreen ul.indicators {\n z-index: 2;\n bottom: 30px;\n}\n\n.slider .slides {\n background-color: #9e9e9e;\n margin: 0;\n height: 400px;\n}\n\n.slider .slides li {\n opacity: 0;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n width: 100%;\n height: inherit;\n overflow: hidden;\n}\n\n.slider .slides li img {\n height: 100%;\n width: 100%;\n background-size: cover;\n background-position: center;\n}\n\n.slider .slides li .caption {\n color: #fff;\n position: absolute;\n top: 15%;\n left: 15%;\n width: 70%;\n opacity: 0;\n}\n\n.slider .slides li .caption p {\n color: #e0e0e0;\n}\n\n.slider .slides li.active {\n z-index: 2;\n}\n\n.slider .indicators {\n position: absolute;\n text-align: center;\n left: 0;\n right: 0;\n bottom: 0;\n margin: 0;\n}\n\n.slider .indicators .indicator-item {\n display: inline-block;\n position: relative;\n cursor: pointer;\n height: 16px;\n width: 16px;\n margin: 0 12px;\n background-color: #e0e0e0;\n -webkit-transition: background-color .3s;\n transition: background-color .3s;\n border-radius: 50%;\n}\n\n.slider .indicators .indicator-item.active {\n background-color: #4CAF50;\n}\n\n.carousel {\n overflow: hidden;\n position: relative;\n width: 100%;\n height: 400px;\n -webkit-perspective: 500px;\n perspective: 500px;\n -webkit-transform-style: preserve-3d;\n transform-style: preserve-3d;\n -webkit-transform-origin: 0% 50%;\n transform-origin: 0% 50%;\n}\n\n.carousel.carousel-slider {\n top: 0;\n left: 0;\n}\n\n.carousel.carousel-slider .carousel-fixed-item {\n position: absolute;\n left: 0;\n right: 0;\n bottom: 20px;\n z-index: 1;\n}\n\n.carousel.carousel-slider .carousel-fixed-item.with-indicators {\n bottom: 68px;\n}\n\n.carousel.carousel-slider .carousel-item {\n width: 100%;\n height: 100%;\n min-height: 400px;\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.carousel.carousel-slider .carousel-item h2 {\n font-size: 24px;\n font-weight: 500;\n line-height: 32px;\n}\n\n.carousel.carousel-slider .carousel-item p {\n font-size: 15px;\n}\n\n.carousel .carousel-item {\n display: none;\n width: 200px;\n height: 200px;\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.carousel .carousel-item > img {\n width: 100%;\n}\n\n.carousel .indicators {\n position: absolute;\n text-align: center;\n left: 0;\n right: 0;\n bottom: 0;\n margin: 0;\n}\n\n.carousel .indicators .indicator-item {\n display: inline-block;\n position: relative;\n cursor: pointer;\n height: 8px;\n width: 8px;\n margin: 24px 4px;\n background-color: rgba(255, 255, 255, 0.5);\n -webkit-transition: background-color .3s;\n transition: background-color .3s;\n border-radius: 50%;\n}\n\n.carousel .indicators .indicator-item.active {\n background-color: #fff;\n}\n\n.carousel.scrolling .carousel-item .materialboxed,\n.carousel .carousel-item:not(.active) .materialboxed {\n pointer-events: none;\n}\n\n.tap-target-wrapper {\n width: 800px;\n height: 800px;\n position: fixed;\n z-index: 1000;\n visibility: hidden;\n -webkit-transition: visibility 0s .3s;\n transition: visibility 0s .3s;\n}\n\n.tap-target-wrapper.open {\n visibility: visible;\n -webkit-transition: visibility 0s;\n transition: visibility 0s;\n}\n\n.tap-target-wrapper.open .tap-target {\n -webkit-transform: scale(1);\n transform: scale(1);\n opacity: .95;\n -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n}\n\n.tap-target-wrapper.open .tap-target-wave::before {\n -webkit-transform: scale(1);\n transform: scale(1);\n}\n\n.tap-target-wrapper.open .tap-target-wave::after {\n visibility: visible;\n -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\n animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\n -webkit-transition: opacity .3s,\r visibility 0s 1s,\r -webkit-transform .3s;\n transition: opacity .3s,\r visibility 0s 1s,\r -webkit-transform .3s;\n transition: opacity .3s,\r transform .3s,\r visibility 0s 1s;\n transition: opacity .3s,\r transform .3s,\r visibility 0s 1s,\r -webkit-transform .3s;\n}\n\n.tap-target {\n position: absolute;\n font-size: 1rem;\n border-radius: 50%;\n background-color: #ee6e73;\n -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);\n box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);\n width: 100%;\n height: 100%;\n opacity: 0;\n -webkit-transform: scale(0);\n transform: scale(0);\n -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n}\n\n.tap-target-content {\n position: relative;\n display: table-cell;\n}\n\n.tap-target-wave {\n position: absolute;\n border-radius: 50%;\n z-index: 10001;\n}\n\n.tap-target-wave::before, .tap-target-wave::after {\n content: '';\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n border-radius: 50%;\n background-color: #ffffff;\n}\n\n.tap-target-wave::before {\n -webkit-transform: scale(0);\n transform: scale(0);\n -webkit-transition: -webkit-transform .3s;\n transition: -webkit-transform .3s;\n transition: transform .3s;\n transition: transform .3s, -webkit-transform .3s;\n}\n\n.tap-target-wave::after {\n visibility: hidden;\n -webkit-transition: opacity .3s,\r visibility 0s,\r -webkit-transform .3s;\n transition: opacity .3s,\r visibility 0s,\r -webkit-transform .3s;\n transition: opacity .3s,\r transform .3s,\r visibility 0s;\n transition: opacity .3s,\r transform .3s,\r visibility 0s,\r -webkit-transform .3s;\n z-index: -1;\n}\n\n.tap-target-origin {\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n z-index: 10002;\n position: absolute !important;\n}\n\n.tap-target-origin:not(.btn):not(.btn-large), .tap-target-origin:not(.btn):not(.btn-large):hover {\n background: none;\n}\n\n@media only screen and (max-width: 600px) {\n .tap-target, .tap-target-wrapper {\n width: 600px;\n height: 600px;\n }\n}\n\n.pulse {\n overflow: initial;\n position: relative;\n}\n\n.pulse::before {\n content: '';\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n background-color: inherit;\n border-radius: inherit;\n -webkit-transition: opacity .3s, -webkit-transform .3s;\n transition: opacity .3s, -webkit-transform .3s;\n transition: opacity .3s, transform .3s;\n transition: opacity .3s, transform .3s, -webkit-transform .3s;\n -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\n animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\n z-index: -1;\n}\n\n@-webkit-keyframes pulse-animation {\n 0% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n 100% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n}\n\n@keyframes pulse-animation {\n 0% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n 100% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n}\n\n/* ==========================================================================\r\n $BASE-PICKER\r\n ========================================================================== */\n/**\r\n * Note: the root picker element should *NOT* be styled more than what's here.\r\n */\n.picker {\n font-size: 16px;\n text-align: left;\n line-height: 1.2;\n color: #000000;\n position: absolute;\n z-index: 10000;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n outline: none;\n}\n\n/**\r\n * The picker input element.\r\n */\n.picker__input {\n cursor: default;\n}\n\n/**\r\n * When the picker is opened, the input element is \"activated\".\r\n */\n.picker__input.picker__input--active {\n border-color: #0089ec;\n}\n\n/**\r\n * The holder is the only \"scrollable\" top-level container element.\r\n */\n.picker__holder {\n width: 100%;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n}\n\n/*!\r\n * Default mobile-first, responsive styling for pickadate.js\r\n * Demo: http://amsul.github.io/pickadate.js\r\n */\n/**\r\n * Note: the root picker element should *NOT* be styled more than what's here.\r\n */\n/**\r\n * Make the holder and frame fullscreen.\r\n */\n.picker__holder,\n.picker__frame {\n bottom: 0;\n left: 0;\n right: 0;\n top: 100%;\n}\n\n/**\r\n * The holder should overlay the entire screen.\r\n */\n.picker__holder {\n position: fixed;\n -webkit-transition: background 0.15s ease-out, top 0s 0.15s;\n transition: background 0.15s ease-out, top 0s 0.15s;\n -webkit-backface-visibility: hidden;\n}\n\n/**\r\n * The frame that bounds the box contents of the picker.\r\n */\n.picker__frame {\n position: absolute;\n margin: 0 auto;\n min-width: 256px;\n width: 300px;\n max-height: 350px;\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n filter: alpha(opacity=0);\n -moz-opacity: 0;\n opacity: 0;\n -webkit-transition: all 0.15s ease-out;\n transition: all 0.15s ease-out;\n}\n\n@media (min-height: 28.875em) {\n .picker__frame {\n overflow: visible;\n top: auto;\n bottom: -100%;\n max-height: 80%;\n }\n}\n\n@media (min-height: 40.125em) {\n .picker__frame {\n margin-bottom: 7.5%;\n }\n}\n\n/**\r\n * The wrapper sets the stage to vertically align the box contents.\r\n */\n.picker__wrap {\n display: table;\n width: 100%;\n height: 100%;\n}\n\n@media (min-height: 28.875em) {\n .picker__wrap {\n display: block;\n }\n}\n\n/**\r\n * The box contains all the picker contents.\r\n */\n.picker__box {\n background: #ffffff;\n display: table-cell;\n vertical-align: middle;\n}\n\n@media (min-height: 28.875em) {\n .picker__box {\n display: block;\n border: 1px solid #777777;\n border-top-color: #898989;\n border-bottom-width: 0;\n border-radius: 5px 5px 0 0;\n -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);\n box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);\n }\n}\n\n/**\r\n * When the picker opens...\r\n */\n.picker--opened .picker__holder {\n top: 0;\n background: transparent;\n -ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)\";\n zoom: 1;\n background: rgba(0, 0, 0, 0.32);\n -webkit-transition: background 0.15s ease-out;\n transition: background 0.15s ease-out;\n}\n\n.picker--opened .picker__frame {\n top: 0;\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n filter: alpha(opacity=100);\n -moz-opacity: 1;\n opacity: 1;\n}\n\n@media (min-height: 35.875em) {\n .picker--opened .picker__frame {\n top: 10%;\n bottom: auto;\n }\n}\n\n/**\r\n * For `large` screens, transform into an inline picker.\r\n */\n/* ==========================================================================\r\n CUSTOM MATERIALIZE STYLES\r\n ========================================================================== */\n.picker__input.picker__input--active {\n border-color: #E3F2FD;\n}\n\n.picker__frame {\n margin: 0 auto;\n max-width: 325px;\n}\n\n@media (min-height: 38.875em) {\n .picker--opened .picker__frame {\n top: 10%;\n bottom: auto;\n }\n}\n\n@media only screen and (min-width: 601px) {\n .picker__box {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n }\n .picker__frame {\n width: 80%;\n max-width: 600px;\n }\n}\n\n/* ==========================================================================\r\n $BASE-DATE-PICKER\r\n ========================================================================== */\n/**\r\n * The picker box.\r\n */\n.picker__box {\n padding: 0;\n border-radius: 2px;\n overflow: hidden;\n}\n\n/**\r\n * The header containing the month and year stuff.\r\n */\n.picker__header {\n text-align: center;\n position: relative;\n margin-top: .75em;\n}\n\n/**\r\n * The month and year labels.\r\n */\n.picker__month,\n.picker__year {\n display: inline-block;\n margin-left: .25em;\n margin-right: .25em;\n}\n\n/**\r\n * The month and year selectors.\r\n */\n.picker__select--month,\n.picker__select--year {\n height: 2em;\n padding: 0;\n margin-left: .25em;\n margin-right: .25em;\n}\n\n.picker__select--month.browser-default {\n display: inline;\n background-color: #FFFFFF;\n width: 40%;\n}\n\n.picker__select--year.browser-default {\n display: inline;\n background-color: #FFFFFF;\n width: 26%;\n}\n\n.picker__select--month:focus,\n.picker__select--year:focus {\n border-color: rgba(0, 0, 0, 0.05);\n}\n\n/**\r\n * The month navigation buttons.\r\n */\n.picker__nav--prev,\n.picker__nav--next {\n position: absolute;\n padding: .5em 1.25em;\n width: 1em;\n height: 1em;\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n top: -0.25em;\n}\n\n.picker__nav--prev {\n left: -1em;\n padding-right: 1.25em;\n}\n\n.picker__nav--next {\n right: -1em;\n padding-left: 1.25em;\n}\n\n.picker__nav--disabled,\n.picker__nav--disabled:hover,\n.picker__nav--disabled:before,\n.picker__nav--disabled:before:hover {\n cursor: default;\n background: none;\n border-right-color: #f5f5f5;\n border-left-color: #f5f5f5;\n}\n\n/**\r\n * The calendar table of dates\r\n */\n.picker__table {\n text-align: center;\n border-collapse: collapse;\n border-spacing: 0;\n table-layout: fixed;\n font-size: 1rem;\n width: 100%;\n margin-top: .75em;\n margin-bottom: .5em;\n}\n\n.picker__table th, .picker__table td {\n text-align: center;\n}\n\n.picker__table td {\n margin: 0;\n padding: 0;\n}\n\n/**\r\n * The weekday labels\r\n */\n.picker__weekday {\n width: 14.285714286%;\n font-size: .75em;\n padding-bottom: .25em;\n color: #999999;\n font-weight: 500;\n /* Increase the spacing a tad */\n}\n\n@media (min-height: 33.875em) {\n .picker__weekday {\n padding-bottom: .5em;\n }\n}\n\n/**\r\n * The days on the calendar\r\n */\n.picker__day--today {\n position: relative;\n color: #595959;\n letter-spacing: -.3;\n padding: .75rem 0;\n font-weight: 400;\n border: 1px solid transparent;\n}\n\n.picker__day--disabled:before {\n border-top-color: #aaaaaa;\n}\n\n.picker__day--infocus:hover {\n cursor: pointer;\n color: #000;\n font-weight: 500;\n}\n\n.picker__day--outfocus {\n display: none;\n padding: .75rem 0;\n color: #fff;\n}\n\n.picker__day--outfocus:hover {\n cursor: pointer;\n color: #dddddd;\n font-weight: 500;\n}\n\n.picker__day--highlighted:hover,\n.picker--focused .picker__day--highlighted {\n cursor: pointer;\n}\n\n.picker__day--selected,\n.picker__day--selected:hover,\n.picker--focused .picker__day--selected {\n border-radius: 50%;\n -webkit-transform: scale(0.75);\n transform: scale(0.75);\n background: #0089ec;\n color: #ffffff;\n}\n\n.picker__day--disabled,\n.picker__day--disabled:hover,\n.picker--focused .picker__day--disabled {\n background: #f5f5f5;\n border-color: #f5f5f5;\n color: #dddddd;\n cursor: default;\n}\n\n.picker__day--highlighted.picker__day--disabled,\n.picker__day--highlighted.picker__day--disabled:hover {\n background: #bbbbbb;\n}\n\n/**\r\n * The footer containing the \"today\", \"clear\", and \"close\" buttons.\r\n */\n.picker__footer {\n text-align: right;\n}\n\n.picker__button--today,\n.picker__button--clear,\n.picker__button--close {\n border: 1px solid #ffffff;\n background: #ffffff;\n font-size: .8em;\n padding: .66em 0;\n font-weight: bold;\n width: 33%;\n display: inline-block;\n vertical-align: bottom;\n}\n\n.picker__button--today:hover,\n.picker__button--clear:hover,\n.picker__button--close:hover {\n cursor: pointer;\n color: #000000;\n background: #b1dcfb;\n border-bottom-color: #b1dcfb;\n}\n\n.picker__button--today:focus,\n.picker__button--clear:focus,\n.picker__button--close:focus {\n background: #b1dcfb;\n border-color: rgba(0, 0, 0, 0.05);\n outline: none;\n}\n\n.picker__button--today:before,\n.picker__button--clear:before,\n.picker__button--close:before {\n position: relative;\n display: inline-block;\n height: 0;\n}\n\n.picker__button--today:before,\n.picker__button--clear:before {\n content: \" \";\n margin-right: .45em;\n}\n\n.picker__button--today:before {\n top: -0.05em;\n width: 0;\n border-top: 0.66em solid #0059bc;\n border-left: .66em solid transparent;\n}\n\n.picker__button--clear:before {\n top: -0.25em;\n width: .66em;\n border-top: 3px solid #ee2200;\n}\n\n.picker__button--close:before {\n content: \"\\D7\";\n top: -0.1em;\n vertical-align: top;\n font-size: 1.1em;\n margin-right: .35em;\n color: #777777;\n}\n\n.picker__button--today[disabled],\n.picker__button--today[disabled]:hover {\n background: #f5f5f5;\n border-color: #f5f5f5;\n color: #dddddd;\n cursor: default;\n}\n\n.picker__button--today[disabled]:before {\n border-top-color: #aaaaaa;\n}\n\n/* ==========================================================================\r\n CUSTOM MATERIALIZE STYLES\r\n ========================================================================== */\n/*.picker__box {\r\n border-radius: 2px;\r\n overflow: hidden;\r\n}*/\n.picker__date-display {\n text-align: left;\n background-color: #26a69a;\n color: #fff;\n padding: 18px;\n font-weight: 300;\n}\n\n@media only screen and (min-width: 601px) {\n .picker__date-display {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n -ms-flex: 1;\n flex: 1;\n }\n .picker__weekday-display {\n display: block;\n }\n .picker__container__wrapper {\n -webkit-box-flex: 2;\n -webkit-flex: 2;\n -ms-flex: 2;\n flex: 2;\n }\n}\n\n.picker__nav--prev:hover,\n.picker__nav--next:hover {\n cursor: pointer;\n color: #000000;\n background: #a1ded8;\n}\n\n.picker__weekday-display {\n font-weight: 500;\n font-size: 2.8rem;\n margin-right: 5px;\n margin-top: 4px;\n}\n\n.picker__month-display {\n font-size: 2.8rem;\n font-weight: 500;\n}\n\n.picker__day-display {\n font-size: 2.8rem;\n font-weight: 500;\n margin-right: 5px;\n}\n\n.picker__year-display {\n font-size: 1.5rem;\n font-weight: 500;\n color: rgba(255, 255, 255, 0.7);\n}\n\n/*.picker__box {\r\n padding: 0;\r\n}*/\n.picker__calendar-container {\n padding: 0 1rem;\n}\n\n.picker__calendar-container thead {\n border: none;\n}\n\n.picker__table {\n margin-top: 0;\n margin-bottom: .5em;\n}\n\n.picker__day--infocus {\n color: rgba(0, 0, 0, 0.87);\n letter-spacing: -.3px;\n padding: 0.75rem 0;\n font-weight: 400;\n border: 1px solid transparent;\n}\n\n@media only screen and (min-width: 601px) {\n .picker__day--infocus {\n padding: 1.1rem 0;\n }\n}\n\n.picker__day.picker__day--today {\n color: #26a69a;\n}\n\n.picker__day.picker__day--today.picker__day--selected {\n color: #fff;\n}\n\n.picker__weekday {\n font-size: .9rem;\n}\n\n.picker__day--selected,\n.picker__day--selected:hover,\n.picker--focused .picker__day--selected {\n border-radius: 50%;\n -webkit-transform: scale(0.9);\n transform: scale(0.9);\n background-color: #26a69a;\n color: #ffffff;\n}\n\n.picker__day--selected.picker__day--outfocus,\n.picker__day--selected:hover.picker__day--outfocus,\n.picker--focused .picker__day--selected.picker__day--outfocus {\n background-color: #a1ded8;\n}\n\n.picker__footer {\n text-align: right;\n padding: 5px 10px;\n}\n\n.picker__close, .picker__today, .picker__clear {\n font-size: 1.1rem;\n padding: 0 1rem;\n color: #26a69a;\n}\n\n.picker__clear {\n color: #f44336;\n float: left;\n}\n\n.picker__nav--prev:before,\n.picker__nav--next:before {\n content: \" \";\n border-top: .5em solid transparent;\n border-bottom: .5em solid transparent;\n border-right: 0.75em solid #676767;\n width: 0;\n height: 0;\n display: block;\n margin: 0 auto;\n}\n\n.picker__nav--next:before {\n border-right: 0;\n border-left: 0.75em solid #676767;\n}\n\nbutton.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {\n background-color: #a1ded8;\n}\n\n/* ==========================================================================\r\n $BASE-TIME-PICKER\r\n ========================================================================== */\n/**\r\n * The list of times.\r\n */\n.picker__list {\n list-style: none;\n padding: 0.75em 0 4.2em;\n margin: 0;\n}\n\n/**\r\n * The times on the clock.\r\n */\n.picker__list-item {\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n margin-bottom: -1px;\n position: relative;\n background: #fff;\n padding: .75em 1.25em;\n}\n\n@media (min-height: 46.75em) {\n .picker__list-item {\n padding: .5em 1em;\n }\n}\n\n/* Hovered time */\n.picker__list-item:hover {\n cursor: pointer;\n color: #000;\n background: #b1dcfb;\n border-color: #0089ec;\n z-index: 10;\n}\n\n/* Highlighted and hovered/focused time */\n.picker__list-item--highlighted {\n border-color: #0089ec;\n z-index: 10;\n}\n\n.picker__list-item--highlighted:hover,\n.picker--focused .picker__list-item--highlighted {\n cursor: pointer;\n color: #000;\n background: #b1dcfb;\n}\n\n/* Selected and hovered/focused time */\n.picker__list-item--selected,\n.picker__list-item--selected:hover,\n.picker--focused .picker__list-item--selected {\n background: #0089ec;\n color: #fff;\n z-index: 10;\n}\n\n/* Disabled time */\n.picker__list-item--disabled,\n.picker__list-item--disabled:hover,\n.picker--focused .picker__list-item--disabled {\n background: #f5f5f5;\n border-color: #f5f5f5;\n color: #ddd;\n cursor: default;\n border-color: #ddd;\n z-index: auto;\n}\n\n/**\r\n * The clear button\r\n */\n.picker--time .picker__button--clear {\n display: block;\n width: 80%;\n margin: 1em auto 0;\n padding: 1em 1.25em;\n background: none;\n border: 0;\n font-weight: 500;\n font-size: .67em;\n text-align: center;\n text-transform: uppercase;\n color: rgba(0, 0, 0, 0.87);\n}\n\n.picker--time .picker__button--clear:hover,\n.picker--time .picker__button--clear:focus {\n color: #000;\n background: #b1dcfb;\n background: #ee2200;\n border-color: #ee2200;\n cursor: pointer;\n color: #fff;\n outline: none;\n}\n\n.picker--time .picker__button--clear:before {\n top: -0.25em;\n color: rgba(0, 0, 0, 0.87);\n font-size: 1.25em;\n font-weight: bold;\n}\n\n.picker--time .picker__button--clear:hover:before,\n.picker--time .picker__button--clear:focus:before {\n color: #fff;\n}\n\n/* ==========================================================================\r\n $DEFAULT-TIME-PICKER\r\n ========================================================================== */\n/**\r\n * The frame the bounds the time picker.\r\n */\n.picker--time .picker__frame {\n min-width: 256px;\n max-width: 320px;\n}\n\n/**\r\n * The picker box.\r\n */\n.picker--time .picker__box {\n font-size: 1em;\n background: #f2f2f2;\n padding: 0;\n}\n\n@media (min-height: 40.125em) {\n .picker--time .picker__box {\n margin-bottom: 5em;\n }\n}\n\n/* ==========================================================================\r\n $DEFAULT-TIME-PICKER\r\n ========================================================================== */\n.clockpicker-display {\n font-size: 4rem;\n font-weight: bold;\n text-align: center;\n color: rgba(255, 255, 255, 0.6);\n font-weight: 400;\n clear: both;\n position: relative;\n}\n\n.clockpicker-span-am-pm {\n font-size: 1.3rem;\n position: absolute;\n right: 1rem;\n bottom: 0.3rem;\n line-height: 2rem;\n font-weight: 500;\n}\n\n@media only screen and (min-width: 601px) {\n .clockpicker-display {\n top: 32%;\n }\n .clockpicker-span-am-pm {\n position: relative;\n right: auto;\n bottom: auto;\n text-align: center;\n margin-top: 1.2rem;\n }\n}\n\n.text-primary {\n color: white;\n}\n\n.clockpicker-span-hours {\n margin-right: 3px;\n}\n\n.clockpicker-span-minutes {\n margin-left: 3px;\n}\n\n.clockpicker-span-hours,\n.clockpicker-span-minutes,\n.clockpicker-span-am-pm div {\n cursor: pointer;\n}\n\n.clockpicker-moving {\n cursor: move;\n}\n\n.clockpicker-plate {\n background-color: #eee;\n border-radius: 50%;\n width: 270px;\n height: 270px;\n overflow: visible;\n position: relative;\n margin: auto;\n margin-top: 25px;\n margin-bottom: 5px;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.clockpicker-canvas,\n.clockpicker-dial {\n width: 270px;\n height: 270px;\n position: absolute;\n left: -1px;\n top: -1px;\n}\n\n.clockpicker-minutes {\n visibility: hidden;\n}\n\n.clockpicker-tick {\n border-radius: 50%;\n color: rgba(0, 0, 0, 0.87);\n line-height: 40px;\n text-align: center;\n width: 40px;\n height: 40px;\n position: absolute;\n cursor: pointer;\n}\n\n.clockpicker-tick.active,\n.clockpicker-tick:hover {\n background-color: rgba(38, 166, 154, 0.25);\n}\n\n.clockpicker-dial {\n -webkit-transition: -webkit-transform 350ms, opacity 350ms;\n -webkit-transition: opacity 350ms, -webkit-transform 350ms;\n transition: opacity 350ms, -webkit-transform 350ms;\n transition: transform 350ms, opacity 350ms;\n transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;\n}\n\n.clockpicker-dial-out {\n opacity: 0;\n}\n\n.clockpicker-hours.clockpicker-dial-out {\n -webkit-transform: scale(1.2, 1.2);\n transform: scale(1.2, 1.2);\n}\n\n.clockpicker-minutes.clockpicker-dial-out {\n -webkit-transform: scale(0.8, 0.8);\n transform: scale(0.8, 0.8);\n}\n\n.clockpicker-canvas {\n -webkit-transition: opacity 175ms;\n transition: opacity 175ms;\n}\n\n.clockpicker-canvas-out {\n opacity: 0.25;\n}\n\n.clockpicker-canvas-bearing {\n stroke: none;\n fill: #26a69a;\n}\n\n.clockpicker-canvas-bg {\n stroke: none;\n fill: #26a69a;\n}\n\n.clockpicker-canvas-bg-trans {\n fill: #26a69a;\n}\n\n.clockpicker-canvas line {\n stroke: #26a69a;\n stroke-width: 4;\n stroke-linecap: round;\n /*shape-rendering: crispEdges;*/\n}\n","/* Base Reset\n-------------------------------------------------------------------- */\n\n.annotator-notice,\n.annotator-filter *,\n.annotator-widget * {\n\tfont-family: \"Helvetica Neue\", Arial, Helvetica, sans-serif;\n\tfont-weight: normal;\n\ttext-align: left;\n\tmargin: 0;\n\tpadding: 0;\n\tbackground: none;\n\t-webkit-transition: none;\n\t-moz-transition: none;\n\t-o-transition: none;\n\ttransition: none;\n\t-moz-box-shadow: none;\n\t-webkit-box-shadow: none;\n\t-o-box-shadow: none;\n\tbox-shadow: none;\n\tcolor: rgb(144, 144, 144);\n}\n\n/* Images\n-------------------------------------------------------------------- */\n\n.annotator-adder {\n\tbackground-image: url(../img/annotator-icon-sprite.png?embed);\n\tbackground-repeat: no-repeat;\n}\n\n.annotator-resize,\n.annotator-widget:after,\n.annotator-editor a:after,\n.annotator-viewer .annotator-controls button,\n.annotator-viewer .annotator-controls a,\n.annotator-filter .annotator-filter-navigation button:after,\n.annotator-filter .annotator-filter-property .annotator-filter-clear {\n\tbackground-image: url(../img/annotator-glyph-sprite.png?embed);\n\tbackground-repeat: no-repeat;\n}\n\n/* Annotator Highlight\n-------------------------------------------------------------------- */\n\n.annotator-hl {\n\tbackground: #FFFF0A;\n\tbackground: rgba(255, 255, 10, 0.3);\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFF0A, endColorstr=#4DFFFF0A)\"; /* 0.3 == 4D in MS filters */\n}\n\n.annotator-hl-temporary {\n\tbackground: #007CFF;\n\tbackground: rgba(0, 124, 255, 0.3);\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D007CFF, endColorstr=#4D007CFF)\"; /* 0.3 == 4D in MS filters */\n}\n\n/* Annotator Wrapper\n-------------------------------------------------------------------- */\n\n.annotator-wrapper {\n\tposition: relative;\n}\n\n/* NB: If you change the list of classes for which z-index is set,\n you should update setupDynamicStyle() in annotator.ui.main */\n.annotator-adder,\n.annotator-outer,\n.annotator-notice {\n\tz-index: 1020;\n}\n\n.annotator-filter {\n\tz-index: 1010;\n}\n\n.annotator-adder,\n.annotator-outer,\n.annotator-widget,\n.annotator-notice {\n\tposition: absolute;\n\tfont-size: 10px;\n\tline-height: 1;\n}\n\n.annotator-hide {\n\tdisplay: none;\n\tvisibility: hidden;\n}\n\n/* Annotator Adder\n-------------------------------------------------------------------- */\n\n.annotator-adder {\n\tmargin-top: -48px;\n\tmargin-left: -24px;\n\twidth: 48px;\n\theight: 48px;\n\tbackground-position: left top;\n}\n\n.annotator-adder:hover {\n\tbackground-position: center top;\n}\n\n.annotator-adder:active {\n\tbackground-position: center right;\n}\n\n.annotator-adder button {\n\tdisplay: block;\n\twidth: 36px;\n\theight: 41px;\n\tmargin: 0 auto;\n\tborder: none;\n\tbackground: none;\n\ttext-indent: -999em;\n\tcursor: pointer;\n}\n\n/* Annotator Widget\n \n This applies to both the Viewer and the Editor\n-------------------------------------------------------------------- */\n\n.annotator-outer {\n\twidth: 0;\n\theight: 0;\n}\n\n.annotator-widget {\n\tmargin: 0;\n\tpadding: 0;\n\tbottom: 15px;\n\tleft: -18px;\n\tmin-width: 265px;\n\tbackground-color: #FBFBFB;\n\tbackground-color: rgba(251, 251, 251, 0.98);\n\tborder: 1px solid #7A7A7A;\n\tborder: 1px solid rgba(122, 122, 122, 0.6);\n\t-webkit-border-radius: 5px;\n\t-moz-border-radius: 5px;\n\tborder-radius: 5px;\n\t-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n\t-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n\t-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n\tbox-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n}\n\n.annotator-invert-x .annotator-widget {\n\tleft: auto;\n\tright: -18px;\n}\n\n.annotator-invert-y .annotator-widget {\n\tbottom: auto;\n\ttop: 8px;\n}\n\n.annotator-widget strong {\n\tfont-weight: bold;\n}\n\n.annotator-widget .annotator-listing,\n.annotator-widget .annotator-item {\n\tpadding: 0;\n\tmargin: 0;\n\tlist-style: none;\n}\n\n.annotator-widget:after {\n\tcontent: \"\";\n\tdisplay: block;\n\twidth: 18px;\n\theight: 10px;\n\tbackground-position: 0 0;\n\tposition: absolute;\n\tbottom: -10px;\n\tleft: 8px;\n}\n\n.annotator-invert-x .annotator-widget:after {\n\tleft: auto;\n\tright: 8px;\n}\n\n.annotator-invert-y .annotator-widget:after {\n\tbackground-position: 0 -15px;\n\tbottom: auto;\n\ttop: -9px;\n}\n\n.annotator-widget .annotator-item,\n.annotator-editor .annotator-item input,\n.annotator-editor .annotator-item textarea {\n\tposition: relative;\n\tfont-size: 12px;\n}\n\n.annotator-viewer .annotator-item {\n\tborder-top: 2px solid #7A7A7A;\n\tborder-top: 2px solid rgba(122, 122, 122, 0.2);\n}\n\n.annotator-widget .annotator-item:first-child {\n\tborder-top: none;\n}\n\n.annotator-editor .annotator-item,\n.annotator-viewer div {\n\tborder-top: 1px solid #858585;\n\tborder-top: 1px solid rgba(133, 133, 133, 0.11);\n}\n\n/* Annotator Viewer\n-------------------------------------------------------------------- */\n\n.annotator-viewer div {\n\tpadding: 6px 6px;\n}\n\n.annotator-viewer .annotator-item ol,\n.annotator-viewer .annotator-item ul {\n\tpadding: 4px 16px;\n}\n\n.annotator-viewer .annotator-item li {\n}\n\n.annotator-viewer div:first-of-type,\n.annotator-editor .annotator-item:first-child textarea {\n\tpadding-top: 12px;\n\tpadding-bottom: 12px;\n\tcolor: rgb(60, 60, 60);\n\tfont-size: 13px;\n\tfont-style: italic;\n\tline-height: 1.3;\n\tborder-top: none;\n}\n\n.annotator-viewer .annotator-controls {\n\tposition: relative;\n\ttop: 5px;\n\tright: 5px;\n\tpadding-left: 5px;\n\topacity: 0;\n\t-webkit-transition: opacity 0.2s ease-in;\n\t-moz-transition: opacity 0.2s ease-in;\n\t-o-transition: opacity 0.2s ease-in;\n\ttransition: opacity 0.2s ease-in;\n\tfloat: right;\n}\n\n.annotator-viewer li:hover .annotator-controls,\n.annotator-viewer li .annotator-controls.annotator-visible {\n\topacity: 1;\n}\n\n.annotator-viewer .annotator-controls button,\n.annotator-viewer .annotator-controls a {\n\tcursor: pointer;\n\tdisplay: inline-block;\n\twidth: 13px;\n\theight: 13px;\n\tmargin-left: 2px;\n\tborder: none;\n\topacity: 0.2;\n\ttext-indent: -900em;\n\tbackground-color: transparent;\n\toutline: none;\n}\n\n.annotator-viewer .annotator-controls button:hover,\n.annotator-viewer .annotator-controls button:focus,\n.annotator-viewer .annotator-controls a:hover,\n.annotator-viewer .annotator-controls a:focus {\n\topacity: 0.9;\n}\n\n.annotator-viewer .annotator-controls button:active,\n.annotator-viewer .annotator-controls a:active {\n\topacity: 1;\n}\n\n.annotator-viewer .annotator-controls button[disabled] {\n\tdisplay: none;\n}\n\n.annotator-viewer .annotator-controls .annotator-edit {\n\tbackground-position: 0 -60px;\n}\n\n.annotator-viewer .annotator-controls .annotator-delete {\n\tbackground-position: 0 -75px;\n}\n\n.annotator-viewer .annotator-controls .annotator-link {\n\tbackground-position: 0 -270px;\n}\n\n/* Annotator Editor\n-------------------------------------------------------------------- */\n\n.annotator-editor .annotator-item {\n\tposition: relative;\n}\n\n.annotator-editor .annotator-item label {\n\ttop: 0;\n\tdisplay: inline;\n\tcursor: pointer;\n\tfont-size: 12px;\n}\n\n.annotator-editor .annotator-item input,\n.annotator-editor .annotator-item textarea {\n\tdisplay: block;\n\tmin-width: 100%;\n\tpadding: 10px 8px;\n\tborder: none;\n\tmargin: 0;\n\tcolor: rgb(60, 60, 60);\n\tbackground: none;\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\t-o-box-sizing: border-box;\n\tbox-sizing: border-box;\n\tresize: none;\n}\n\n.annotator-editor .annotator-item textarea::-webkit-scrollbar {\n\theight: 8px;\n\twidth: 8px;\n}\n\n.annotator-editor .annotator-item textarea::-webkit-scrollbar-track-piece {\n\tmargin: 13px 0 3px;\n\tbackground-color: #e5e5e5;\n\t-webkit-border-radius: 4px;\n}\n\n.annotator-editor .annotator-item textarea::-webkit-scrollbar-thumb:vertical {\n\theight: 25px;\n\tbackground-color: #ccc;\n\t-webkit-border-radius: 4px;\n\t-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);\n}\n\n.annotator-editor .annotator-item textarea::-webkit-scrollbar-thumb:horizontal {\n\twidth: 25px;\n\tbackground-color: #ccc;\n\t-webkit-border-radius: 4px;\n}\n\n.annotator-editor .annotator-item:first-child textarea {\n\tmin-height: 5.5em;\n\t-webkit-border-radius: 5px 5px 0 0;\n\t-moz-border-radius: 5px 5px 0 0;\n\t-o-border-radius: 5px 5px 0 0;\n\tborder-radius: 5px 5px 0 0;\n}\n\n.annotator-editor .annotator-item input:focus,\n.annotator-editor .annotator-item textarea:focus{\n\tbackground-color: rgb(243, 243, 243);\n\toutline: none;\n}\n\n.annotator-editor .annotator-item input[type=radio],\n.annotator-editor .annotator-item input[type=checkbox] {\n\twidth: auto;\n\tmin-width: 0;\n\tpadding: 0;\n\tdisplay: inline;\n\tmargin: 0 4px 0 0;\n\tcursor: pointer;\n}\n\n.annotator-editor .annotator-checkbox {\n\tpadding: 8px 6px;\n}\n\n.annotator-filter,\n.annotator-filter .annotator-filter-navigation button,\n.annotator-editor .annotator-controls {\n\ttext-align: right;\n\tpadding: 3px;\n\tborder-top: 1px solid rgb(212,212,212);\n\tbackground-color: rgb(212, 212, 212);\n\tbackground-image: -webkit-gradient(\n\t\tlinear, left top, left bottom,\n\t\tfrom(rgb(245, 245, 245)),\n\t\tcolor-stop(0.6, rgb(220, 220, 220)),\n\t\tto(rgb(210, 210, 210))\n\t);\n\tbackground-image: -moz-linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(220, 220, 220) 60%,\n\t rgb(210, 210, 210)\n\t);\n\tbackground-image: -webkit-linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(220, 220, 220) 60%,\n\t rgb(210, 210, 210)\n\t);\n\tbackground-image: linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(220, 220, 220) 60%,\n\t rgb(210, 210, 210)\n\t);\n\t-webkit-box-shadow: \n\t\tinset 1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset -1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset 0 1px 0 rgba(255, 255, 255, 0.7);\n\t-moz-box-shadow: \n\t\tinset 1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset -1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset 0 1px 0 rgba(255, 255, 255, 0.7);\n\t-o-box-shadow: \n\t\tinset 1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset -1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset 0 1px 0 rgba(255, 255, 255, 0.7);\n\tbox-shadow: \n\t\tinset 1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset -1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset 0 1px 0 rgba(255, 255, 255, 0.7);\n\t-webkit-border-radius: 0 0 5px 5px;\n\t-moz-border-radius: 0 0 5px 5px;\n\t-o-border-radius: 0 0 5px 5px;\n\tborder-radius: 0 0 5px 5px;\n}\n\n.annotator-editor.annotator-invert-y .annotator-controls {\n\tborder-top: none;\n\tborder-bottom: 1px solid rgb(180, 180, 180);\n\t-webkit-border-radius: 5px 5px 0 0;\n\t-moz-border-radius: 5px 5px 0 0;\n\t-o-border-radius: 5px 5px 0 0;\n\tborder-radius: 5px 5px 0 0;\n}\n\n.annotator-editor a,\n.annotator-filter .annotator-filter-property label {\n\tposition: relative;\n\tdisplay: inline-block;\n\tpadding: 0 6px 0 22px;\n\tcolor: rgb(54, 54, 54);\n\ttext-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);\n\ttext-decoration: none;\n\tline-height: 24px;\n\tfont-size: 12px;\n\tfont-weight: bold;\n\tborder: 1px solid rgb(162, 162, 162);\n\tbackground-color: rgb(212, 212, 212);\n\tbackground-image: -webkit-gradient(\n\t\tlinear, left top, left bottom,\n\t\tfrom(rgb(245, 245, 245)),\n\t\tcolor-stop(0.5, rgb(210, 210, 210)),\n\t\tcolor-stop(0.5, rgb(190, 190, 190)),\n\t\tto(rgb(210, 210, 210))\n\t);\n\tbackground-image: -moz-linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(210, 210, 210) 50%,\n\t rgb(190, 190, 190) 50%,\n\t rgb(210, 210, 210)\n\t);\n\tbackground-image: -webkit-linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(210, 210, 210) 50%,\n\t rgb(190, 190, 190) 50%,\n\t rgb(210, 210, 210)\n\t);\n\tbackground-image: linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(210, 210, 210) 50%,\n\t rgb(190, 190, 190) 50%,\n\t rgb(210, 210, 210)\n\t);\n\t-webkit-box-shadow: \n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-moz-box-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-o-box-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\tbox-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-webkit-border-radius: 5px;\n\t-moz-border-radius: 5px;\n\t-o-border-radius: 5px;\n\tborder-radius: 5px;\n}\n\n.annotator-editor a:after {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 5px;\n\tdisplay: block;\n\tcontent: \"\";\n\twidth: 15px;\n\theight: 15px;\n\tmargin-top: -7px;\n\tbackground-position: 0 -90px;\n}\n\n.annotator-editor a:hover,\n.annotator-editor a:focus,\n.annotator-editor a.annotator-focus,\n.annotator-filter .annotator-filter-active label,\n.annotator-filter .annotator-filter-navigation button:hover {\n\toutline: none;\n\tborder-color: rgb(67, 90, 160);\n\tbackground-color: rgb(56, 101, 249);\n\tbackground-image: -webkit-gradient(\n\t\tlinear, left top, left bottom,\n\t\tfrom(rgb(118, 145, 251)),\n\t\tcolor-stop(0.5, rgb(80, 117, 251)),\n\t\tcolor-stop(0.5, rgb(56, 101, 249)),\n\t\tto(rgb(54, 101, 250))\n\t);\n\tbackground-image: -moz-linear-gradient(\n\t to bottom,\n\t rgb(118, 145, 251),\n\t rgb(80, 117, 251) 50%,\n\t rgb(56, 101, 249) 50%,\n\t rgb(54, 101, 250)\n\t);\n\tbackground-image: -webkit-linear-gradient(\n\t to bottom,\n\t rgb(118, 145, 251),\n\t rgb(80, 117, 251) 50%,\n\t rgb(56, 101, 249) 50%,\n\t rgb(54, 101, 250)\n\t);\n\tbackground-image: linear-gradient(\n\t to bottom,\n\t rgb(118, 145, 251),\n\t rgb(80, 117, 251) 50%,\n\t rgb(56, 101, 249) 50%,\n\t rgb(54, 101, 250)\n\t);\n\tcolor: rgb(255, 255, 255);\n\ttext-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42);\n}\n\n.annotator-editor a:hover:after,\n.annotator-editor a:focus:after {\n\tmargin-top: -8px;\n\tbackground-position: 0 -105px;\n}\n\n.annotator-editor a:active,\n.annotator-filter .annotator-filter-navigation button:active {\n\tborder-color: rgb(112, 12, 73);\n\tbackground-color: rgb(209, 46, 142);\n\tbackground-image: -webkit-gradient(\n\t\tlinear, left top, left bottom,\n\t\tfrom(rgb(252, 124, 202)),\n\t\tcolor-stop(0.5, rgb(232, 93, 178)),\n\t\tcolor-stop(0.5, rgb(209, 46, 142)),\n\t\tto(rgb(255, 0, 156))\n\t);\n\tbackground-image: -moz-linear-gradient(\n\t to bottom,\n\t rgb(252, 124, 202),\n\t rgb(232, 93, 178) 50%,\n\t rgb(209, 46, 142) 50%,\n\t rgb(255, 0, 156)\n\t);\n\tbackground-image: -webkit-linear-gradient(\n\t to bottom,\n\t rgb(252, 124, 202),\n\t rgb(232, 93, 178) 50%,\n\t rgb(209, 46, 142) 50%,\n\t rgb(255, 0, 156)\n\t);\n\tbackground-image: linear-gradient(\n\t to bottom,\n\t rgb(252, 124, 202),\n\t rgb(232, 93, 178) 50%,\n\t rgb(209, 46, 142) 50%,\n\t rgb(255, 0, 156)\n\t);\n}\n\n.annotator-editor a.annotator-save:after {\n\tbackground-position: 0 -120px;\n}\n\n.annotator-editor a.annotator-save:hover:after,\n.annotator-editor a.annotator-save:focus:after,\n.annotator-editor a.annotator-save.annotator-focus:after {\n\tmargin-top: -8px;\n\tbackground-position: 0 -135px;\n}\n\n.annotator-editor .annotator-widget:after {\n\tbackground-position: 0 -30px;\n}\n\n.annotator-editor.annotator-invert-y .annotator-widget .annotator-controls {\n\tbackground-color: #f2f2f2;\n}\n\n.annotator-editor.annotator-invert-y .annotator-widget:after {\n\tbackground-position: 0 -45px;\n\theight: 11px;\n}\n\n.annotator-resize {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\twidth: 12px;\n\theight: 12px;\n\tbackground-position: 2px -150px;\n}\n\n.annotator-invert-x .annotator-resize {\n\tright: auto;\n\tleft: 0;\n\tbackground-position: 0 -195px;\n}\n\n.annotator-invert-y .annotator-resize {\n\ttop: auto;\n\tbottom: 0;\n\tbackground-position: 2px -165px;\n}\n\n.annotator-invert-y.annotator-invert-x .annotator-resize {\n\tbackground-position: 0 -180px;\n}\n\n/* Annotator Notification\n-------------------------------------------------------------------- */\n\n.annotator-notice {\n\tcolor: #fff;\n\tposition: fixed;\n\ttop: -54px;\n\tleft: 0;\n\twidth: 100%;\n\tfont-size: 14px;\n\tline-height: 50px;\n\ttext-align: center;\n\tbackground: black;\n\tbackground: rgba(0, 0, 0, 0.9);\n\tborder-bottom: 4px solid #d4d4d4;\n\t-webkit-transition: top 0.4s ease-out;\n\t-moz-transition: top 0.4s ease-out;\n\t-o-transition: top 0.4s ease-out;\n\ttransition: top 0.4s ease-out;\n}\n\n.annotator-notice-success {\n\tborder-color: #3665f9;\n}\n\n.annotator-notice-error {\n\tborder-color: #ff7e00;\n}\n\n.annotator-notice p {\n\tmargin: 0;\n}\n\n.annotator-notice a {\n\tcolor: #fff;\n}\n\n.annotator-notice-show {\n\ttop: 0;\n}\n\n/* Annotator Tags\n-------------------------------------------------------------------- */\n\n.annotator-tags {\n\tmargin-bottom: -2px;\n}\n\n.annotator-tags .annotator-tag {\n\tdisplay: inline-block;\n\tpadding: 0 8px;\n\tmargin-bottom: 2px;\n\tline-height: 1.6;\n\tfont-weight: bold;\n\tbackground-color: rgb(230, 230, 230);\n\t-webkit-border-radius: 8px;\n\t-moz-border-radius: 8px;\n\t-o-border-radius: 8px;\n\tborder-radius: 8px;\n}\n\n/* Annotator Filter\n-------------------------------------------------------------------- */\n\n.annotator-filter {\n\tposition: fixed;\n\ttop: 0;\n\tright: 0;\n\tleft: 0;\n\ttext-align: left;\n\tline-height: 0;\n\tborder: none;\n\tborder-bottom: 1px solid #878787;\n\tpadding-left: 10px;\n\tpadding-right: 10px;\n\t-webkit-border-radius: 0;\n\t-moz-border-radius: 0;\n\t-o-border-radius: 0;\n\tborder-radius: 0;\n\t-webkit-box-shadow: \n\t\tinset 0 -1px 0 rgba(255, 255, 255, 0.3);\n\t-moz-box-shadow: \n\t\tinset 0 -1px 0 rgba(255, 255, 255, 0.3);\n\t-o-box-shadow: \n\t\tinset 0 -1px 0 rgba(255, 255, 255, 0.3);\n\tbox-shadow: \n\t\tinset 0 -1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.annotator-filter strong {\n\tfont-size: 12px;\n\tfont-weight: bold;\n\tcolor: #3c3c3c;\n\ttext-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);\n\tposition: relative;\n\ttop: -9px;\n}\n\n\n.annotator-filter .annotator-filter-property,\n.annotator-filter .annotator-filter-navigation {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tline-height: 10px;\n\tpadding: 2px 0;\n\tmargin-right: 8px;\n}\n\n.annotator-filter .annotator-filter-property label,\n.annotator-filter .annotator-filter-navigation button {\n\ttext-align: left;\n\tdisplay: block;\n\tfloat: left;\n\tline-height: 20px;\n\t-webkit-border-radius: 10px 0 0 10px;\n\t-moz-border-radius: 10px 0 0 10px;\n\t-o-border-radius: 10px 0 0 10px;\n\tborder-radius: 10px 0 0 10px;\n}\n\n.annotator-filter .annotator-filter-property label {\n\tpadding-left: 8px;\n}\n\n.annotator-filter .annotator-filter-property input {\n\tdisplay: block;\n\tfloat: right;\n\t-webkit-appearance: none;\n\tbackground-color: #fff;\n\tborder: 1px solid #878787;\n\tborder-left: none;\n\tpadding: 2px 4px;\n\tline-height: 16px;\n\tmin-height: 16px;\n\tfont-size: 12px;\n\twidth: 150px;\n\tcolor: #333;\n\tbackground-color: #f8f8f8;\n\t-webkit-border-radius: 0 10px 10px 0;\n\t-moz-border-radius: 0 10px 10px 0;\n\t-o-border-radius: 0 10px 10px 0;\n\tborder-radius: 0 10px 10px 0;\n\t-webkit-box-shadow: \n\t\tinset 0 1px 1px rgba(0, 0, 0, 0.2);\n\t-moz-box-shadow: \n\t\tinset 0 1px 1px rgba(0, 0, 0, 0.2);\n\t-o-box-shadow: \n\t\tinset 0 1px 1px rgba(0, 0, 0, 0.2);\n\tbox-shadow: \n\t\tinset 0 1px 1px rgba(0, 0, 0, 0.2);\n\t\n}\n\n.annotator-filter .annotator-filter-property input:focus {\n\toutline: none;\n\tbackground-color: #fff;\n}\n\n.annotator-filter .annotator-filter-clear {\n\tposition: absolute;\n\tright: 3px;\n\ttop: 6px;\n\tborder: none;\n\ttext-indent: -900em;\n\twidth: 15px;\n\theight: 15px;\n\tbackground-position: 0 -90px;\n\topacity: 0.4;\n}\n\n.annotator-filter .annotator-filter-clear:hover,\n.annotator-filter .annotator-filter-clear:focus {\n\topacity: 0.8;\n}\n\n.annotator-filter .annotator-filter-clear:active {\n\topacity: 1;\n}\n\n.annotator-filter .annotator-filter-navigation button {\n\tborder: 1px solid rgb(162, 162, 162);\n\tpadding: 0;\n\ttext-indent: -900px;\n\twidth: 20px;\n\tmin-height: 22px;\n\t-webkit-box-shadow: \n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-moz-box-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-o-box-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\tbox-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n}\n\n.annotator-filter .annotator-filter-navigation button,\n.annotator-filter .annotator-filter-navigation button:hover,\n.annotator-filter .annotator-filter-navigation button:focus {\n\tcolor: transparent;\n}\n\n.annotator-filter .annotator-filter-navigation button:after {\n\tposition: absolute;\n\ttop: 8px;\n\tleft: 8px;\n\tcontent: \"\";\n\tdisplay: block;\n\twidth: 9px;\n\theight: 9px;\n\tbackground-position: 0 -210px;\n}\n\n.annotator-filter .annotator-filter-navigation button:hover:after {\n\tbackground-position: 0 -225px;\n}\n\n.annotator-filter .annotator-filter-navigation .annotator-filter-next {\n\t-webkit-border-radius: 0 10px 10px 0;\n\t-moz-border-radius: 0 10px 10px 0;\n\t-o-border-radius: 0 10px 10px 0;\n\tborder-radius: 0 10px 10px 0;\n\tborder-left: none;\n}\n\n.annotator-filter .annotator-filter-navigation .annotator-filter-next:after {\n\tleft: auto;\n\tright: 7px;\n\tbackground-position: 0 -240px;\n}\n\n.annotator-filter .annotator-filter-navigation .annotator-filter-next:hover:after {\n\tbackground-position: 0 -255px;\n}\n\n.annotator-hl-active {\n\tbackground: #FFFF0A;\n\tbackground: rgba(255, 255, 10, 0.8);\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFF0A, endColorstr=#CCFFFF0A)\"; /* 0.8 == CC in MS filters */\n}\n\n.annotator-hl-filtered {\n\tbackground-color: transparent;\n}\n","@charset \"UTF-8\";\n@font-face {\n font-family: 'Material Icons';\n font-style: normal;\n font-weight: 400;\n font-display: block;\n src: url(\"./fonts/MaterialIcons-Regular.eot\");\n /* For IE6-8 */\n src: local(\"☺\"), url(\"./fonts/MaterialIcons-Regular.woff2\") format(\"woff2\"), url(\"./fonts/MaterialIcons-Regular.woff\") format(\"woff\"), url(\"./fonts/MaterialIcons-Regular.ttf\") format(\"truetype\"); }\n\n.material-icons {\n font-family: 'Material Icons';\n font-weight: normal;\n font-style: normal;\n font-size: 24px;\n /* 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 /* Respect document layout direction */\n direction: inherit;\n /* Support for all WebKit browsers. */\n -webkit-font-smoothing: antialiased;\n /* Support for Safari and Chrome. */\n text-rendering: optimizeLegibility;\n /* Support for Firefox. */\n -moz-osx-font-smoothing: grayscale;\n /* Support for IE. */\n font-feature-settings: 'liga'; }\n .material-icons._10k:before {\n content: \"\\e951\"; }\n .material-icons._10mp:before {\n content: \"\\e952\"; }\n .material-icons._11mp:before {\n content: \"\\e953\"; }\n .material-icons._123:before {\n content: \"\\eb8d\"; }\n .material-icons._12mp:before {\n content: \"\\e954\"; }\n .material-icons._13mp:before {\n content: \"\\e955\"; }\n .material-icons._14mp:before {\n content: \"\\e956\"; }\n .material-icons._15mp:before {\n content: \"\\e957\"; }\n .material-icons._16mp:before {\n content: \"\\e958\"; }\n .material-icons._17mp:before {\n content: \"\\e959\"; }\n .material-icons._18_up_rating:before {\n content: \"\\f8fd\"; }\n .material-icons._18mp:before {\n content: \"\\e95a\"; }\n .material-icons._19mp:before {\n content: \"\\e95b\"; }\n .material-icons._1k:before {\n content: \"\\e95c\"; }\n .material-icons._1k_plus:before {\n content: \"\\e95d\"; }\n .material-icons._1x_mobiledata:before {\n content: \"\\efcd\"; }\n .material-icons._20mp:before {\n content: \"\\e95e\"; }\n .material-icons._21mp:before {\n content: \"\\e95f\"; }\n .material-icons._22mp:before {\n content: \"\\e960\"; }\n .material-icons._23mp:before {\n content: \"\\e961\"; }\n .material-icons._24mp:before {\n content: \"\\e962\"; }\n .material-icons._2k:before {\n content: \"\\e963\"; }\n .material-icons._2k_plus:before {\n content: \"\\e964\"; }\n .material-icons._2mp:before {\n content: \"\\e965\"; }\n .material-icons._30fps:before {\n content: \"\\efce\"; }\n .material-icons._30fps_select:before {\n content: \"\\efcf\"; }\n .material-icons._360:before {\n content: \"\\e577\"; }\n .material-icons._3d_rotation:before {\n content: \"\\e84d\"; }\n .material-icons._3g_mobiledata:before {\n content: \"\\efd0\"; }\n .material-icons._3k:before {\n content: \"\\e966\"; }\n .material-icons._3k_plus:before {\n content: \"\\e967\"; }\n .material-icons._3mp:before {\n content: \"\\e968\"; }\n .material-icons._3p:before {\n content: \"\\efd1\"; }\n .material-icons._4g_mobiledata:before {\n content: \"\\efd2\"; }\n .material-icons._4g_plus_mobiledata:before {\n content: \"\\efd3\"; }\n .material-icons._4k:before {\n content: \"\\e072\"; }\n .material-icons._4k_plus:before {\n content: \"\\e969\"; }\n .material-icons._4mp:before {\n content: \"\\e96a\"; }\n .material-icons._5g:before {\n content: \"\\ef38\"; }\n .material-icons._5k:before {\n content: \"\\e96b\"; }\n .material-icons._5k_plus:before {\n content: \"\\e96c\"; }\n .material-icons._5mp:before {\n content: \"\\e96d\"; }\n .material-icons._60fps:before {\n content: \"\\efd4\"; }\n .material-icons._60fps_select:before {\n content: \"\\efd5\"; }\n .material-icons._6_ft_apart:before {\n content: \"\\f21e\"; }\n .material-icons._6k:before {\n content: \"\\e96e\"; }\n .material-icons._6k_plus:before {\n content: \"\\e96f\"; }\n .material-icons._6mp:before {\n content: \"\\e970\"; }\n .material-icons._7k:before {\n content: \"\\e971\"; }\n .material-icons._7k_plus:before {\n content: \"\\e972\"; }\n .material-icons._7mp:before {\n content: \"\\e973\"; }\n .material-icons._8k:before {\n content: \"\\e974\"; }\n .material-icons._8k_plus:before {\n content: \"\\e975\"; }\n .material-icons._8mp:before {\n content: \"\\e976\"; }\n .material-icons._9k:before {\n content: \"\\e977\"; }\n .material-icons._9k_plus:before {\n content: \"\\e978\"; }\n .material-icons._9mp:before {\n content: \"\\e979\"; }\n .material-icons.abc:before {\n content: \"\\eb94\"; }\n .material-icons.ac_unit:before {\n content: \"\\eb3b\"; }\n .material-icons.access_alarm:before {\n content: \"\\e190\"; }\n .material-icons.access_alarms:before {\n content: \"\\e191\"; }\n .material-icons.access_time:before {\n content: \"\\e192\"; }\n .material-icons.access_time_filled:before {\n content: \"\\efd6\"; }\n .material-icons.accessibility:before {\n content: \"\\e84e\"; }\n .material-icons.accessibility_new:before {\n content: \"\\e92c\"; }\n .material-icons.accessible:before {\n content: \"\\e914\"; }\n .material-icons.accessible_forward:before {\n content: \"\\e934\"; }\n .material-icons.account_balance:before {\n content: \"\\e84f\"; }\n .material-icons.account_balance_wallet:before {\n content: \"\\e850\"; }\n .material-icons.account_box:before {\n content: \"\\e851\"; }\n .material-icons.account_circle:before {\n content: \"\\e853\"; }\n .material-icons.account_tree:before {\n content: \"\\e97a\"; }\n .material-icons.ad_units:before {\n content: \"\\ef39\"; }\n .material-icons.adb:before {\n content: \"\\e60e\"; }\n .material-icons.add:before {\n content: \"\\e145\"; }\n .material-icons.add_a_photo:before {\n content: \"\\e439\"; }\n .material-icons.add_alarm:before {\n content: \"\\e193\"; }\n .material-icons.add_alert:before {\n content: \"\\e003\"; }\n .material-icons.add_box:before {\n content: \"\\e146\"; }\n .material-icons.add_business:before {\n content: \"\\e729\"; }\n .material-icons.add_call:before {\n content: \"\\e0e8\"; }\n .material-icons.add_card:before {\n content: \"\\eb86\"; }\n .material-icons.add_chart:before {\n content: \"\\e97b\"; }\n .material-icons.add_circle:before {\n content: \"\\e147\"; }\n .material-icons.add_circle_outline:before {\n content: \"\\e148\"; }\n .material-icons.add_comment:before {\n content: \"\\e266\"; }\n .material-icons.add_home:before {\n content: \"\\f8eb\"; }\n .material-icons.add_home_work:before {\n content: \"\\f8ed\"; }\n .material-icons.add_ic_call:before {\n content: \"\\e97c\"; }\n .material-icons.add_link:before {\n content: \"\\e178\"; }\n .material-icons.add_location:before {\n content: \"\\e567\"; }\n .material-icons.add_location_alt:before {\n content: \"\\ef3a\"; }\n .material-icons.add_moderator:before {\n content: \"\\e97d\"; }\n .material-icons.add_photo_alternate:before {\n content: \"\\e43e\"; }\n .material-icons.add_reaction:before {\n content: \"\\e1d3\"; }\n .material-icons.add_road:before {\n content: \"\\ef3b\"; }\n .material-icons.add_shopping_cart:before {\n content: \"\\e854\"; }\n .material-icons.add_task:before {\n content: \"\\f23a\"; }\n .material-icons.add_to_drive:before {\n content: \"\\e65c\"; }\n .material-icons.add_to_home_screen:before {\n content: \"\\e1fe\"; }\n .material-icons.add_to_photos:before {\n content: \"\\e39d\"; }\n .material-icons.add_to_queue:before {\n content: \"\\e05c\"; }\n .material-icons.addchart:before {\n content: \"\\ef3c\"; }\n .material-icons.adf_scanner:before {\n content: \"\\eada\"; }\n .material-icons.adjust:before {\n content: \"\\e39e\"; }\n .material-icons.admin_panel_settings:before {\n content: \"\\ef3d\"; }\n .material-icons.adobe:before {\n content: \"\\ea96\"; }\n .material-icons.ads_click:before {\n content: \"\\e762\"; }\n .material-icons.agriculture:before {\n content: \"\\ea79\"; }\n .material-icons.air:before {\n content: \"\\efd8\"; }\n .material-icons.airline_seat_flat:before {\n content: \"\\e630\"; }\n .material-icons.airline_seat_flat_angled:before {\n content: \"\\e631\"; }\n .material-icons.airline_seat_individual_suite:before {\n content: \"\\e632\"; }\n .material-icons.airline_seat_legroom_extra:before {\n content: \"\\e633\"; }\n .material-icons.airline_seat_legroom_normal:before {\n content: \"\\e634\"; }\n .material-icons.airline_seat_legroom_reduced:before {\n content: \"\\e635\"; }\n .material-icons.airline_seat_recline_extra:before {\n content: \"\\e636\"; }\n .material-icons.airline_seat_recline_normal:before {\n content: \"\\e637\"; }\n .material-icons.airline_stops:before {\n content: \"\\e7d0\"; }\n .material-icons.airlines:before {\n content: \"\\e7ca\"; }\n .material-icons.airplane_ticket:before {\n content: \"\\efd9\"; }\n .material-icons.airplanemode_active:before {\n content: \"\\e195\"; }\n .material-icons.airplanemode_inactive:before {\n content: \"\\e194\"; }\n .material-icons.airplanemode_off:before {\n content: \"\\e194\"; }\n .material-icons.airplanemode_on:before {\n content: \"\\e195\"; }\n .material-icons.airplay:before {\n content: \"\\e055\"; }\n .material-icons.airport_shuttle:before {\n content: \"\\eb3c\"; }\n .material-icons.alarm:before {\n content: \"\\e855\"; }\n .material-icons.alarm_add:before {\n content: \"\\e856\"; }\n .material-icons.alarm_off:before {\n content: \"\\e857\"; }\n .material-icons.alarm_on:before {\n content: \"\\e858\"; }\n .material-icons.album:before {\n content: \"\\e019\"; }\n .material-icons.align_horizontal_center:before {\n content: \"\\e00f\"; }\n .material-icons.align_horizontal_left:before {\n content: \"\\e00d\"; }\n .material-icons.align_horizontal_right:before {\n content: \"\\e010\"; }\n .material-icons.align_vertical_bottom:before {\n content: \"\\e015\"; }\n .material-icons.align_vertical_center:before {\n content: \"\\e011\"; }\n .material-icons.align_vertical_top:before {\n content: \"\\e00c\"; }\n .material-icons.all_inbox:before {\n content: \"\\e97f\"; }\n .material-icons.all_inclusive:before {\n content: \"\\eb3d\"; }\n .material-icons.all_out:before {\n content: \"\\e90b\"; }\n .material-icons.alt_route:before {\n content: \"\\f184\"; }\n .material-icons.alternate_email:before {\n content: \"\\e0e6\"; }\n .material-icons.amp_stories:before {\n content: \"\\ea13\"; }\n .material-icons.analytics:before {\n content: \"\\ef3e\"; }\n .material-icons.anchor:before {\n content: \"\\f1cd\"; }\n .material-icons.android:before {\n content: \"\\e859\"; }\n .material-icons.animation:before {\n content: \"\\e71c\"; }\n .material-icons.announcement:before {\n content: \"\\e85a\"; }\n .material-icons.aod:before {\n content: \"\\efda\"; }\n .material-icons.apartment:before {\n content: \"\\ea40\"; }\n .material-icons.api:before {\n content: \"\\f1b7\"; }\n .material-icons.app_blocking:before {\n content: \"\\ef3f\"; }\n .material-icons.app_registration:before {\n content: \"\\ef40\"; }\n .material-icons.app_settings_alt:before {\n content: \"\\ef41\"; }\n .material-icons.app_shortcut:before {\n content: \"\\eae4\"; }\n .material-icons.apple:before {\n content: \"\\ea80\"; }\n .material-icons.approval:before {\n content: \"\\e982\"; }\n .material-icons.apps:before {\n content: \"\\e5c3\"; }\n .material-icons.apps_outage:before {\n content: \"\\e7cc\"; }\n .material-icons.architecture:before {\n content: \"\\ea3b\"; }\n .material-icons.archive:before {\n content: \"\\e149\"; }\n .material-icons.area_chart:before {\n content: \"\\e770\"; }\n .material-icons.arrow_back:before {\n content: \"\\e5c4\"; }\n .material-icons.arrow_back_ios:before {\n content: \"\\e5e0\"; }\n .material-icons.arrow_back_ios_new:before {\n content: \"\\e2ea\"; }\n .material-icons.arrow_circle_down:before {\n content: \"\\f181\"; }\n .material-icons.arrow_circle_left:before {\n content: \"\\eaa7\"; }\n .material-icons.arrow_circle_right:before {\n content: \"\\eaaa\"; }\n .material-icons.arrow_circle_up:before {\n content: \"\\f182\"; }\n .material-icons.arrow_downward:before {\n content: \"\\e5db\"; }\n .material-icons.arrow_drop_down:before {\n content: \"\\e5c5\"; }\n .material-icons.arrow_drop_down_circle:before {\n content: \"\\e5c6\"; }\n .material-icons.arrow_drop_up:before {\n content: \"\\e5c7\"; }\n .material-icons.arrow_forward:before {\n content: \"\\e5c8\"; }\n .material-icons.arrow_forward_ios:before {\n content: \"\\e5e1\"; }\n .material-icons.arrow_left:before {\n content: \"\\e5de\"; }\n .material-icons.arrow_right:before {\n content: \"\\e5df\"; }\n .material-icons.arrow_right_alt:before {\n content: \"\\e941\"; }\n .material-icons.arrow_upward:before {\n content: \"\\e5d8\"; }\n .material-icons.art_track:before {\n content: \"\\e060\"; }\n .material-icons.article:before {\n content: \"\\ef42\"; }\n .material-icons.aspect_ratio:before {\n content: \"\\e85b\"; }\n .material-icons.assessment:before {\n content: \"\\e85c\"; }\n .material-icons.assignment:before {\n content: \"\\e85d\"; }\n .material-icons.assignment_ind:before {\n content: \"\\e85e\"; }\n .material-icons.assignment_late:before {\n content: \"\\e85f\"; }\n .material-icons.assignment_return:before {\n content: \"\\e860\"; }\n .material-icons.assignment_returned:before {\n content: \"\\e861\"; }\n .material-icons.assignment_turned_in:before {\n content: \"\\e862\"; }\n .material-icons.assistant:before {\n content: \"\\e39f\"; }\n .material-icons.assistant_direction:before {\n content: \"\\e988\"; }\n .material-icons.assistant_navigation:before {\n content: \"\\e989\"; }\n .material-icons.assistant_photo:before {\n content: \"\\e3a0\"; }\n .material-icons.assured_workload:before {\n content: \"\\eb6f\"; }\n .material-icons.atm:before {\n content: \"\\e573\"; }\n .material-icons.attach_email:before {\n content: \"\\ea5e\"; }\n .material-icons.attach_file:before {\n content: \"\\e226\"; }\n .material-icons.attach_money:before {\n content: \"\\e227\"; }\n .material-icons.attachment:before {\n content: \"\\e2bc\"; }\n .material-icons.attractions:before {\n content: \"\\ea52\"; }\n .material-icons.attribution:before {\n content: \"\\efdb\"; }\n .material-icons.audio_file:before {\n content: \"\\eb82\"; }\n .material-icons.audiotrack:before {\n content: \"\\e3a1\"; }\n .material-icons.auto_awesome:before {\n content: \"\\e65f\"; }\n .material-icons.auto_awesome_mosaic:before {\n content: \"\\e660\"; }\n .material-icons.auto_awesome_motion:before {\n content: \"\\e661\"; }\n .material-icons.auto_delete:before {\n content: \"\\ea4c\"; }\n .material-icons.auto_fix_high:before {\n content: \"\\e663\"; }\n .material-icons.auto_fix_normal:before {\n content: \"\\e664\"; }\n .material-icons.auto_fix_off:before {\n content: \"\\e665\"; }\n .material-icons.auto_graph:before {\n content: \"\\e4fb\"; }\n .material-icons.auto_mode:before {\n content: \"\\ec20\"; }\n .material-icons.auto_stories:before {\n content: \"\\e666\"; }\n .material-icons.autofps_select:before {\n content: \"\\efdc\"; }\n .material-icons.autorenew:before {\n content: \"\\e863\"; }\n .material-icons.av_timer:before {\n content: \"\\e01b\"; }\n .material-icons.baby_changing_station:before {\n content: \"\\f19b\"; }\n .material-icons.back_hand:before {\n content: \"\\e764\"; }\n .material-icons.backpack:before {\n content: \"\\f19c\"; }\n .material-icons.backspace:before {\n content: \"\\e14a\"; }\n .material-icons.backup:before {\n content: \"\\e864\"; }\n .material-icons.backup_table:before {\n content: \"\\ef43\"; }\n .material-icons.badge:before {\n content: \"\\ea67\"; }\n .material-icons.bakery_dining:before {\n content: \"\\ea53\"; }\n .material-icons.balance:before {\n content: \"\\eaf6\"; }\n .material-icons.balcony:before {\n content: \"\\e58f\"; }\n .material-icons.ballot:before {\n content: \"\\e172\"; }\n .material-icons.bar_chart:before {\n content: \"\\e26b\"; }\n .material-icons.batch_prediction:before {\n content: \"\\f0f5\"; }\n .material-icons.bathroom:before {\n content: \"\\efdd\"; }\n .material-icons.bathtub:before {\n content: \"\\ea41\"; }\n .material-icons.battery_0_bar:before {\n content: \"\\ebdc\"; }\n .material-icons.battery_1_bar:before {\n content: \"\\ebd9\"; }\n .material-icons.battery_2_bar:before {\n content: \"\\ebe0\"; }\n .material-icons.battery_3_bar:before {\n content: \"\\ebdd\"; }\n .material-icons.battery_4_bar:before {\n content: \"\\ebe2\"; }\n .material-icons.battery_5_bar:before {\n content: \"\\ebd4\"; }\n .material-icons.battery_6_bar:before {\n content: \"\\ebd2\"; }\n .material-icons.battery_alert:before {\n content: \"\\e19c\"; }\n .material-icons.battery_charging_full:before {\n content: \"\\e1a3\"; }\n .material-icons.battery_full:before {\n content: \"\\e1a4\"; }\n .material-icons.battery_saver:before {\n content: \"\\efde\"; }\n .material-icons.battery_std:before {\n content: \"\\e1a5\"; }\n .material-icons.battery_unknown:before {\n content: \"\\e1a6\"; }\n .material-icons.beach_access:before {\n content: \"\\eb3e\"; }\n .material-icons.bed:before {\n content: \"\\efdf\"; }\n .material-icons.bedroom_baby:before {\n content: \"\\efe0\"; }\n .material-icons.bedroom_child:before {\n content: \"\\efe1\"; }\n .material-icons.bedroom_parent:before {\n content: \"\\efe2\"; }\n .material-icons.bedtime:before {\n content: \"\\ef44\"; }\n .material-icons.bedtime_off:before {\n content: \"\\eb76\"; }\n .material-icons.beenhere:before {\n content: \"\\e52d\"; }\n .material-icons.bento:before {\n content: \"\\f1f4\"; }\n .material-icons.bike_scooter:before {\n content: \"\\ef45\"; }\n .material-icons.biotech:before {\n content: \"\\ea3a\"; }\n .material-icons.blender:before {\n content: \"\\efe3\"; }\n .material-icons.blinds:before {\n content: \"\\e286\"; }\n .material-icons.blinds_closed:before {\n content: \"\\ec1f\"; }\n .material-icons.block:before {\n content: \"\\e14b\"; }\n .material-icons.block_flipped:before {\n content: \"\\ef46\"; }\n .material-icons.bloodtype:before {\n content: \"\\efe4\"; }\n .material-icons.bluetooth:before {\n content: \"\\e1a7\"; }\n .material-icons.bluetooth_audio:before {\n content: \"\\e60f\"; }\n .material-icons.bluetooth_connected:before {\n content: \"\\e1a8\"; }\n .material-icons.bluetooth_disabled:before {\n content: \"\\e1a9\"; }\n .material-icons.bluetooth_drive:before {\n content: \"\\efe5\"; }\n .material-icons.bluetooth_searching:before {\n content: \"\\e1aa\"; }\n .material-icons.blur_circular:before {\n content: \"\\e3a2\"; }\n .material-icons.blur_linear:before {\n content: \"\\e3a3\"; }\n .material-icons.blur_off:before {\n content: \"\\e3a4\"; }\n .material-icons.blur_on:before {\n content: \"\\e3a5\"; }\n .material-icons.bolt:before {\n content: \"\\ea0b\"; }\n .material-icons.book:before {\n content: \"\\e865\"; }\n .material-icons.book_online:before {\n content: \"\\f217\"; }\n .material-icons.bookmark:before {\n content: \"\\e866\"; }\n .material-icons.bookmark_add:before {\n content: \"\\e598\"; }\n .material-icons.bookmark_added:before {\n content: \"\\e599\"; }\n .material-icons.bookmark_border:before {\n content: \"\\e867\"; }\n .material-icons.bookmark_outline:before {\n content: \"\\e867\"; }\n .material-icons.bookmark_remove:before {\n content: \"\\e59a\"; }\n .material-icons.bookmarks:before {\n content: \"\\e98b\"; }\n .material-icons.border_all:before {\n content: \"\\e228\"; }\n .material-icons.border_bottom:before {\n content: \"\\e229\"; }\n .material-icons.border_clear:before {\n content: \"\\e22a\"; }\n .material-icons.border_color:before {\n content: \"\\e22b\"; }\n .material-icons.border_horizontal:before {\n content: \"\\e22c\"; }\n .material-icons.border_inner:before {\n content: \"\\e22d\"; }\n .material-icons.border_left:before {\n content: \"\\e22e\"; }\n .material-icons.border_outer:before {\n content: \"\\e22f\"; }\n .material-icons.border_right:before {\n content: \"\\e230\"; }\n .material-icons.border_style:before {\n content: \"\\e231\"; }\n .material-icons.border_top:before {\n content: \"\\e232\"; }\n .material-icons.border_vertical:before {\n content: \"\\e233\"; }\n .material-icons.boy:before {\n content: \"\\eb67\"; }\n .material-icons.branding_watermark:before {\n content: \"\\e06b\"; }\n .material-icons.breakfast_dining:before {\n content: \"\\ea54\"; }\n .material-icons.brightness_1:before {\n content: \"\\e3a6\"; }\n .material-icons.brightness_2:before {\n content: \"\\e3a7\"; }\n .material-icons.brightness_3:before {\n content: \"\\e3a8\"; }\n .material-icons.brightness_4:before {\n content: \"\\e3a9\"; }\n .material-icons.brightness_5:before {\n content: \"\\e3aa\"; }\n .material-icons.brightness_6:before {\n content: \"\\e3ab\"; }\n .material-icons.brightness_7:before {\n content: \"\\e3ac\"; }\n .material-icons.brightness_auto:before {\n content: \"\\e1ab\"; }\n .material-icons.brightness_high:before {\n content: \"\\e1ac\"; }\n .material-icons.brightness_low:before {\n content: \"\\e1ad\"; }\n .material-icons.brightness_medium:before {\n content: \"\\e1ae\"; }\n .material-icons.broadcast_on_home:before {\n content: \"\\f8f8\"; }\n .material-icons.broadcast_on_personal:before {\n content: \"\\f8f9\"; }\n .material-icons.broken_image:before {\n content: \"\\e3ad\"; }\n .material-icons.browse_gallery:before {\n content: \"\\ebd1\"; }\n .material-icons.browser_not_supported:before {\n content: \"\\ef47\"; }\n .material-icons.browser_updated:before {\n content: \"\\e7cf\"; }\n .material-icons.brunch_dining:before {\n content: \"\\ea73\"; }\n .material-icons.brush:before {\n content: \"\\e3ae\"; }\n .material-icons.bubble_chart:before {\n content: \"\\e6dd\"; }\n .material-icons.bug_report:before {\n content: \"\\e868\"; }\n .material-icons.build:before {\n content: \"\\e869\"; }\n .material-icons.build_circle:before {\n content: \"\\ef48\"; }\n .material-icons.bungalow:before {\n content: \"\\e591\"; }\n .material-icons.burst_mode:before {\n content: \"\\e43c\"; }\n .material-icons.bus_alert:before {\n content: \"\\e98f\"; }\n .material-icons.business:before {\n content: \"\\e0af\"; }\n .material-icons.business_center:before {\n content: \"\\eb3f\"; }\n .material-icons.cabin:before {\n content: \"\\e589\"; }\n .material-icons.cable:before {\n content: \"\\efe6\"; }\n .material-icons.cached:before {\n content: \"\\e86a\"; }\n .material-icons.cake:before {\n content: \"\\e7e9\"; }\n .material-icons.calculate:before {\n content: \"\\ea5f\"; }\n .material-icons.calendar_month:before {\n content: \"\\ebcc\"; }\n .material-icons.calendar_today:before {\n content: \"\\e935\"; }\n .material-icons.calendar_view_day:before {\n content: \"\\e936\"; }\n .material-icons.calendar_view_month:before {\n content: \"\\efe7\"; }\n .material-icons.calendar_view_week:before {\n content: \"\\efe8\"; }\n .material-icons.call:before {\n content: \"\\e0b0\"; }\n .material-icons.call_end:before {\n content: \"\\e0b1\"; }\n .material-icons.call_made:before {\n content: \"\\e0b2\"; }\n .material-icons.call_merge:before {\n content: \"\\e0b3\"; }\n .material-icons.call_missed:before {\n content: \"\\e0b4\"; }\n .material-icons.call_missed_outgoing:before {\n content: \"\\e0e4\"; }\n .material-icons.call_received:before {\n content: \"\\e0b5\"; }\n .material-icons.call_split:before {\n content: \"\\e0b6\"; }\n .material-icons.call_to_action:before {\n content: \"\\e06c\"; }\n .material-icons.camera:before {\n content: \"\\e3af\"; }\n .material-icons.camera_alt:before {\n content: \"\\e3b0\"; }\n .material-icons.camera_enhance:before {\n content: \"\\e8fc\"; }\n .material-icons.camera_front:before {\n content: \"\\e3b1\"; }\n .material-icons.camera_indoor:before {\n content: \"\\efe9\"; }\n .material-icons.camera_outdoor:before {\n content: \"\\efea\"; }\n .material-icons.camera_rear:before {\n content: \"\\e3b2\"; }\n .material-icons.camera_roll:before {\n content: \"\\e3b3\"; }\n .material-icons.cameraswitch:before {\n content: \"\\efeb\"; }\n .material-icons.campaign:before {\n content: \"\\ef49\"; }\n .material-icons.cancel:before {\n content: \"\\e5c9\"; }\n .material-icons.cancel_presentation:before {\n content: \"\\e0e9\"; }\n .material-icons.cancel_schedule_send:before {\n content: \"\\ea39\"; }\n .material-icons.candlestick_chart:before {\n content: \"\\ead4\"; }\n .material-icons.car_crash:before {\n content: \"\\ebf2\"; }\n .material-icons.car_rental:before {\n content: \"\\ea55\"; }\n .material-icons.car_repair:before {\n content: \"\\ea56\"; }\n .material-icons.card_giftcard:before {\n content: \"\\e8f6\"; }\n .material-icons.card_membership:before {\n content: \"\\e8f7\"; }\n .material-icons.card_travel:before {\n content: \"\\e8f8\"; }\n .material-icons.carpenter:before {\n content: \"\\f1f8\"; }\n .material-icons.cases:before {\n content: \"\\e992\"; }\n .material-icons.casino:before {\n content: \"\\eb40\"; }\n .material-icons.cast:before {\n content: \"\\e307\"; }\n .material-icons.cast_connected:before {\n content: \"\\e308\"; }\n .material-icons.cast_for_education:before {\n content: \"\\efec\"; }\n .material-icons.castle:before {\n content: \"\\eab1\"; }\n .material-icons.catching_pokemon:before {\n content: \"\\e508\"; }\n .material-icons.category:before {\n content: \"\\e574\"; }\n .material-icons.celebration:before {\n content: \"\\ea65\"; }\n .material-icons.cell_tower:before {\n content: \"\\ebba\"; }\n .material-icons.cell_wifi:before {\n content: \"\\e0ec\"; }\n .material-icons.center_focus_strong:before {\n content: \"\\e3b4\"; }\n .material-icons.center_focus_weak:before {\n content: \"\\e3b5\"; }\n .material-icons.chair:before {\n content: \"\\efed\"; }\n .material-icons.chair_alt:before {\n content: \"\\efee\"; }\n .material-icons.chalet:before {\n content: \"\\e585\"; }\n .material-icons.change_circle:before {\n content: \"\\e2e7\"; }\n .material-icons.change_history:before {\n content: \"\\e86b\"; }\n .material-icons.charging_station:before {\n content: \"\\f19d\"; }\n .material-icons.chat:before {\n content: \"\\e0b7\"; }\n .material-icons.chat_bubble:before {\n content: \"\\e0ca\"; }\n .material-icons.chat_bubble_outline:before {\n content: \"\\e0cb\"; }\n .material-icons.check:before {\n content: \"\\e5ca\"; }\n .material-icons.check_box:before {\n content: \"\\e834\"; }\n .material-icons.check_box_outline_blank:before {\n content: \"\\e835\"; }\n .material-icons.check_circle:before {\n content: \"\\e86c\"; }\n .material-icons.check_circle_outline:before {\n content: \"\\e92d\"; }\n .material-icons.checklist:before {\n content: \"\\e6b1\"; }\n .material-icons.checklist_rtl:before {\n content: \"\\e6b3\"; }\n .material-icons.checkroom:before {\n content: \"\\f19e\"; }\n .material-icons.chevron_left:before {\n content: \"\\e5cb\"; }\n .material-icons.chevron_right:before {\n content: \"\\e5cc\"; }\n .material-icons.child_care:before {\n content: \"\\eb41\"; }\n .material-icons.child_friendly:before {\n content: \"\\eb42\"; }\n .material-icons.chrome_reader_mode:before {\n content: \"\\e86d\"; }\n .material-icons.church:before {\n content: \"\\eaae\"; }\n .material-icons.circle:before {\n content: \"\\ef4a\"; }\n .material-icons.circle_notifications:before {\n content: \"\\e994\"; }\n .material-icons.class:before {\n content: \"\\e86e\"; }\n .material-icons.clean_hands:before {\n content: \"\\f21f\"; }\n .material-icons.cleaning_services:before {\n content: \"\\f0ff\"; }\n .material-icons.clear:before {\n content: \"\\e14c\"; }\n .material-icons.clear_all:before {\n content: \"\\e0b8\"; }\n .material-icons.close:before {\n content: \"\\e5cd\"; }\n .material-icons.close_fullscreen:before {\n content: \"\\f1cf\"; }\n .material-icons.closed_caption:before {\n content: \"\\e01c\"; }\n .material-icons.closed_caption_disabled:before {\n content: \"\\f1dc\"; }\n .material-icons.closed_caption_off:before {\n content: \"\\e996\"; }\n .material-icons.cloud:before {\n content: \"\\e2bd\"; }\n .material-icons.cloud_circle:before {\n content: \"\\e2be\"; }\n .material-icons.cloud_done:before {\n content: \"\\e2bf\"; }\n .material-icons.cloud_download:before {\n content: \"\\e2c0\"; }\n .material-icons.cloud_off:before {\n content: \"\\e2c1\"; }\n .material-icons.cloud_queue:before {\n content: \"\\e2c2\"; }\n .material-icons.cloud_sync:before {\n content: \"\\eb5a\"; }\n .material-icons.cloud_upload:before {\n content: \"\\e2c3\"; }\n .material-icons.cloudy_snowing:before {\n content: \"\\e810\"; }\n .material-icons.co2:before {\n content: \"\\e7b0\"; }\n .material-icons.co_present:before {\n content: \"\\eaf0\"; }\n .material-icons.code:before {\n content: \"\\e86f\"; }\n .material-icons.code_off:before {\n content: \"\\e4f3\"; }\n .material-icons.coffee:before {\n content: \"\\efef\"; }\n .material-icons.coffee_maker:before {\n content: \"\\eff0\"; }\n .material-icons.collections:before {\n content: \"\\e3b6\"; }\n .material-icons.collections_bookmark:before {\n content: \"\\e431\"; }\n .material-icons.color_lens:before {\n content: \"\\e3b7\"; }\n .material-icons.colorize:before {\n content: \"\\e3b8\"; }\n .material-icons.comment:before {\n content: \"\\e0b9\"; }\n .material-icons.comment_bank:before {\n content: \"\\ea4e\"; }\n .material-icons.comments_disabled:before {\n content: \"\\e7a2\"; }\n .material-icons.commit:before {\n content: \"\\eaf5\"; }\n .material-icons.commute:before {\n content: \"\\e940\"; }\n .material-icons.compare:before {\n content: \"\\e3b9\"; }\n .material-icons.compare_arrows:before {\n content: \"\\e915\"; }\n .material-icons.compass_calibration:before {\n content: \"\\e57c\"; }\n .material-icons.compost:before {\n content: \"\\e761\"; }\n .material-icons.compress:before {\n content: \"\\e94d\"; }\n .material-icons.computer:before {\n content: \"\\e30a\"; }\n .material-icons.confirmation_num:before {\n content: \"\\e638\"; }\n .material-icons.confirmation_number:before {\n content: \"\\e638\"; }\n .material-icons.connect_without_contact:before {\n content: \"\\f223\"; }\n .material-icons.connected_tv:before {\n content: \"\\e998\"; }\n .material-icons.connecting_airports:before {\n content: \"\\e7c9\"; }\n .material-icons.construction:before {\n content: \"\\ea3c\"; }\n .material-icons.contact_mail:before {\n content: \"\\e0d0\"; }\n .material-icons.contact_page:before {\n content: \"\\f22e\"; }\n .material-icons.contact_phone:before {\n content: \"\\e0cf\"; }\n .material-icons.contact_support:before {\n content: \"\\e94c\"; }\n .material-icons.contactless:before {\n content: \"\\ea71\"; }\n .material-icons.contacts:before {\n content: \"\\e0ba\"; }\n .material-icons.content_copy:before {\n content: \"\\e14d\"; }\n .material-icons.content_cut:before {\n content: \"\\e14e\"; }\n .material-icons.content_paste:before {\n content: \"\\e14f\"; }\n .material-icons.content_paste_go:before {\n content: \"\\ea8e\"; }\n .material-icons.content_paste_off:before {\n content: \"\\e4f8\"; }\n .material-icons.content_paste_search:before {\n content: \"\\ea9b\"; }\n .material-icons.contrast:before {\n content: \"\\eb37\"; }\n .material-icons.control_camera:before {\n content: \"\\e074\"; }\n .material-icons.control_point:before {\n content: \"\\e3ba\"; }\n .material-icons.control_point_duplicate:before {\n content: \"\\e3bb\"; }\n .material-icons.cookie:before {\n content: \"\\eaac\"; }\n .material-icons.copy_all:before {\n content: \"\\e2ec\"; }\n .material-icons.copyright:before {\n content: \"\\e90c\"; }\n .material-icons.coronavirus:before {\n content: \"\\f221\"; }\n .material-icons.corporate_fare:before {\n content: \"\\f1d0\"; }\n .material-icons.cottage:before {\n content: \"\\e587\"; }\n .material-icons.countertops:before {\n content: \"\\f1f7\"; }\n .material-icons.create:before {\n content: \"\\e150\"; }\n .material-icons.create_new_folder:before {\n content: \"\\e2cc\"; }\n .material-icons.credit_card:before {\n content: \"\\e870\"; }\n .material-icons.credit_card_off:before {\n content: \"\\e4f4\"; }\n .material-icons.credit_score:before {\n content: \"\\eff1\"; }\n .material-icons.crib:before {\n content: \"\\e588\"; }\n .material-icons.crisis_alert:before {\n content: \"\\ebe9\"; }\n .material-icons.crop:before {\n content: \"\\e3be\"; }\n .material-icons.crop_16_9:before {\n content: \"\\e3bc\"; }\n .material-icons.crop_3_2:before {\n content: \"\\e3bd\"; }\n .material-icons.crop_5_4:before {\n content: \"\\e3bf\"; }\n .material-icons.crop_7_5:before {\n content: \"\\e3c0\"; }\n .material-icons.crop_din:before {\n content: \"\\e3c1\"; }\n .material-icons.crop_free:before {\n content: \"\\e3c2\"; }\n .material-icons.crop_landscape:before {\n content: \"\\e3c3\"; }\n .material-icons.crop_original:before {\n content: \"\\e3c4\"; }\n .material-icons.crop_portrait:before {\n content: \"\\e3c5\"; }\n .material-icons.crop_rotate:before {\n content: \"\\e437\"; }\n .material-icons.crop_square:before {\n content: \"\\e3c6\"; }\n .material-icons.cruelty_free:before {\n content: \"\\e799\"; }\n .material-icons.css:before {\n content: \"\\eb93\"; }\n .material-icons.currency_bitcoin:before {\n content: \"\\ebc5\"; }\n .material-icons.currency_exchange:before {\n content: \"\\eb70\"; }\n .material-icons.currency_franc:before {\n content: \"\\eafa\"; }\n .material-icons.currency_lira:before {\n content: \"\\eaef\"; }\n .material-icons.currency_pound:before {\n content: \"\\eaf1\"; }\n .material-icons.currency_ruble:before {\n content: \"\\eaec\"; }\n .material-icons.currency_rupee:before {\n content: \"\\eaf7\"; }\n .material-icons.currency_yen:before {\n content: \"\\eafb\"; }\n .material-icons.currency_yuan:before {\n content: \"\\eaf9\"; }\n .material-icons.curtains:before {\n content: \"\\ec1e\"; }\n .material-icons.curtains_closed:before {\n content: \"\\ec1d\"; }\n .material-icons.cyclone:before {\n content: \"\\ebd5\"; }\n .material-icons.dangerous:before {\n content: \"\\e99a\"; }\n .material-icons.dark_mode:before {\n content: \"\\e51c\"; }\n .material-icons.dashboard:before {\n content: \"\\e871\"; }\n .material-icons.dashboard_customize:before {\n content: \"\\e99b\"; }\n .material-icons.data_array:before {\n content: \"\\ead1\"; }\n .material-icons.data_exploration:before {\n content: \"\\e76f\"; }\n .material-icons.data_object:before {\n content: \"\\ead3\"; }\n .material-icons.data_saver_off:before {\n content: \"\\eff2\"; }\n .material-icons.data_saver_on:before {\n content: \"\\eff3\"; }\n .material-icons.data_thresholding:before {\n content: \"\\eb9f\"; }\n .material-icons.data_usage:before {\n content: \"\\e1af\"; }\n .material-icons.dataset:before {\n content: \"\\f8ee\"; }\n .material-icons.dataset_linked:before {\n content: \"\\f8ef\"; }\n .material-icons.date_range:before {\n content: \"\\e916\"; }\n .material-icons.deblur:before {\n content: \"\\eb77\"; }\n .material-icons.deck:before {\n content: \"\\ea42\"; }\n .material-icons.dehaze:before {\n content: \"\\e3c7\"; }\n .material-icons.delete:before {\n content: \"\\e872\"; }\n .material-icons.delete_forever:before {\n content: \"\\e92b\"; }\n .material-icons.delete_outline:before {\n content: \"\\e92e\"; }\n .material-icons.delete_sweep:before {\n content: \"\\e16c\"; }\n .material-icons.delivery_dining:before {\n content: \"\\ea72\"; }\n .material-icons.density_large:before {\n content: \"\\eba9\"; }\n .material-icons.density_medium:before {\n content: \"\\eb9e\"; }\n .material-icons.density_small:before {\n content: \"\\eba8\"; }\n .material-icons.departure_board:before {\n content: \"\\e576\"; }\n .material-icons.description:before {\n content: \"\\e873\"; }\n .material-icons.deselect:before {\n content: \"\\ebb6\"; }\n .material-icons.design_services:before {\n content: \"\\f10a\"; }\n .material-icons.desk:before {\n content: \"\\f8f4\"; }\n .material-icons.desktop_access_disabled:before {\n content: \"\\e99d\"; }\n .material-icons.desktop_mac:before {\n content: \"\\e30b\"; }\n .material-icons.desktop_windows:before {\n content: \"\\e30c\"; }\n .material-icons.details:before {\n content: \"\\e3c8\"; }\n .material-icons.developer_board:before {\n content: \"\\e30d\"; }\n .material-icons.developer_board_off:before {\n content: \"\\e4ff\"; }\n .material-icons.developer_mode:before {\n content: \"\\e1b0\"; }\n .material-icons.device_hub:before {\n content: \"\\e335\"; }\n .material-icons.device_thermostat:before {\n content: \"\\e1ff\"; }\n .material-icons.device_unknown:before {\n content: \"\\e339\"; }\n .material-icons.devices:before {\n content: \"\\e1b1\"; }\n .material-icons.devices_fold:before {\n content: \"\\ebde\"; }\n .material-icons.devices_other:before {\n content: \"\\e337\"; }\n .material-icons.dialer_sip:before {\n content: \"\\e0bb\"; }\n .material-icons.dialpad:before {\n content: \"\\e0bc\"; }\n .material-icons.diamond:before {\n content: \"\\ead5\"; }\n .material-icons.difference:before {\n content: \"\\eb7d\"; }\n .material-icons.dining:before {\n content: \"\\eff4\"; }\n .material-icons.dinner_dining:before {\n content: \"\\ea57\"; }\n .material-icons.directions:before {\n content: \"\\e52e\"; }\n .material-icons.directions_bike:before {\n content: \"\\e52f\"; }\n .material-icons.directions_boat:before {\n content: \"\\e532\"; }\n .material-icons.directions_boat_filled:before {\n content: \"\\eff5\"; }\n .material-icons.directions_bus:before {\n content: \"\\e530\"; }\n .material-icons.directions_bus_filled:before {\n content: \"\\eff6\"; }\n .material-icons.directions_car:before {\n content: \"\\e531\"; }\n .material-icons.directions_car_filled:before {\n content: \"\\eff7\"; }\n .material-icons.directions_ferry:before {\n content: \"\\e532\"; }\n .material-icons.directions_off:before {\n content: \"\\f10f\"; }\n .material-icons.directions_railway:before {\n content: \"\\e534\"; }\n .material-icons.directions_railway_filled:before {\n content: \"\\eff8\"; }\n .material-icons.directions_run:before {\n content: \"\\e566\"; }\n .material-icons.directions_subway:before {\n content: \"\\e533\"; }\n .material-icons.directions_subway_filled:before {\n content: \"\\eff9\"; }\n .material-icons.directions_train:before {\n content: \"\\e534\"; }\n .material-icons.directions_transit:before {\n content: \"\\e535\"; }\n .material-icons.directions_transit_filled:before {\n content: \"\\effa\"; }\n .material-icons.directions_walk:before {\n content: \"\\e536\"; }\n .material-icons.dirty_lens:before {\n content: \"\\ef4b\"; }\n .material-icons.disabled_by_default:before {\n content: \"\\f230\"; }\n .material-icons.disabled_visible:before {\n content: \"\\e76e\"; }\n .material-icons.disc_full:before {\n content: \"\\e610\"; }\n .material-icons.discord:before {\n content: \"\\ea6c\"; }\n .material-icons.discount:before {\n content: \"\\ebc9\"; }\n .material-icons.display_settings:before {\n content: \"\\eb97\"; }\n .material-icons.dnd_forwardslash:before {\n content: \"\\e611\"; }\n .material-icons.dns:before {\n content: \"\\e875\"; }\n .material-icons.do_disturb:before {\n content: \"\\f08c\"; }\n .material-icons.do_disturb_alt:before {\n content: \"\\f08d\"; }\n .material-icons.do_disturb_off:before {\n content: \"\\f08e\"; }\n .material-icons.do_disturb_on:before {\n content: \"\\f08f\"; }\n .material-icons.do_not_disturb:before {\n content: \"\\e612\"; }\n .material-icons.do_not_disturb_alt:before {\n content: \"\\e611\"; }\n .material-icons.do_not_disturb_off:before {\n content: \"\\e643\"; }\n .material-icons.do_not_disturb_on:before {\n content: \"\\e644\"; }\n .material-icons.do_not_disturb_on_total_silence:before {\n content: \"\\effb\"; }\n .material-icons.do_not_step:before {\n content: \"\\f19f\"; }\n .material-icons.do_not_touch:before {\n content: \"\\f1b0\"; }\n .material-icons.dock:before {\n content: \"\\e30e\"; }\n .material-icons.document_scanner:before {\n content: \"\\e5fa\"; }\n .material-icons.domain:before {\n content: \"\\e7ee\"; }\n .material-icons.domain_add:before {\n content: \"\\eb62\"; }\n .material-icons.domain_disabled:before {\n content: \"\\e0ef\"; }\n .material-icons.domain_verification:before {\n content: \"\\ef4c\"; }\n .material-icons.done:before {\n content: \"\\e876\"; }\n .material-icons.done_all:before {\n content: \"\\e877\"; }\n .material-icons.done_outline:before {\n content: \"\\e92f\"; }\n .material-icons.donut_large:before {\n content: \"\\e917\"; }\n .material-icons.donut_small:before {\n content: \"\\e918\"; }\n .material-icons.door_back:before {\n content: \"\\effc\"; }\n .material-icons.door_front:before {\n content: \"\\effd\"; }\n .material-icons.door_sliding:before {\n content: \"\\effe\"; }\n .material-icons.doorbell:before {\n content: \"\\efff\"; }\n .material-icons.double_arrow:before {\n content: \"\\ea50\"; }\n .material-icons.downhill_skiing:before {\n content: \"\\e509\"; }\n .material-icons.download:before {\n content: \"\\f090\"; }\n .material-icons.download_done:before {\n content: \"\\f091\"; }\n .material-icons.download_for_offline:before {\n content: \"\\f000\"; }\n .material-icons.downloading:before {\n content: \"\\f001\"; }\n .material-icons.drafts:before {\n content: \"\\e151\"; }\n .material-icons.drag_handle:before {\n content: \"\\e25d\"; }\n .material-icons.drag_indicator:before {\n content: \"\\e945\"; }\n .material-icons.draw:before {\n content: \"\\e746\"; }\n .material-icons.drive_eta:before {\n content: \"\\e613\"; }\n .material-icons.drive_file_move:before {\n content: \"\\e675\"; }\n .material-icons.drive_file_move_outline:before {\n content: \"\\e9a1\"; }\n .material-icons.drive_file_move_rtl:before {\n content: \"\\e76d\"; }\n .material-icons.drive_file_rename_outline:before {\n content: \"\\e9a2\"; }\n .material-icons.drive_folder_upload:before {\n content: \"\\e9a3\"; }\n .material-icons.dry:before {\n content: \"\\f1b3\"; }\n .material-icons.dry_cleaning:before {\n content: \"\\ea58\"; }\n .material-icons.duo:before {\n content: \"\\e9a5\"; }\n .material-icons.dvr:before {\n content: \"\\e1b2\"; }\n .material-icons.dynamic_feed:before {\n content: \"\\ea14\"; }\n .material-icons.dynamic_form:before {\n content: \"\\f1bf\"; }\n .material-icons.e_mobiledata:before {\n content: \"\\f002\"; }\n .material-icons.earbuds:before {\n content: \"\\f003\"; }\n .material-icons.earbuds_battery:before {\n content: \"\\f004\"; }\n .material-icons.east:before {\n content: \"\\f1df\"; }\n .material-icons.eco:before {\n content: \"\\ea35\"; }\n .material-icons.edgesensor_high:before {\n content: \"\\f005\"; }\n .material-icons.edgesensor_low:before {\n content: \"\\f006\"; }\n .material-icons.edit:before {\n content: \"\\e3c9\"; }\n .material-icons.edit_attributes:before {\n content: \"\\e578\"; }\n .material-icons.edit_calendar:before {\n content: \"\\e742\"; }\n .material-icons.edit_location:before {\n content: \"\\e568\"; }\n .material-icons.edit_location_alt:before {\n content: \"\\e1c5\"; }\n .material-icons.edit_note:before {\n content: \"\\e745\"; }\n .material-icons.edit_notifications:before {\n content: \"\\e525\"; }\n .material-icons.edit_off:before {\n content: \"\\e950\"; }\n .material-icons.edit_road:before {\n content: \"\\ef4d\"; }\n .material-icons.egg:before {\n content: \"\\eacc\"; }\n .material-icons.egg_alt:before {\n content: \"\\eac8\"; }\n .material-icons.eject:before {\n content: \"\\e8fb\"; }\n .material-icons.elderly:before {\n content: \"\\f21a\"; }\n .material-icons.elderly_woman:before {\n content: \"\\eb69\"; }\n .material-icons.electric_bike:before {\n content: \"\\eb1b\"; }\n .material-icons.electric_bolt:before {\n content: \"\\ec1c\"; }\n .material-icons.electric_car:before {\n content: \"\\eb1c\"; }\n .material-icons.electric_meter:before {\n content: \"\\ec1b\"; }\n .material-icons.electric_moped:before {\n content: \"\\eb1d\"; }\n .material-icons.electric_rickshaw:before {\n content: \"\\eb1e\"; }\n .material-icons.electric_scooter:before {\n content: \"\\eb1f\"; }\n .material-icons.electrical_services:before {\n content: \"\\f102\"; }\n .material-icons.elevator:before {\n content: \"\\f1a0\"; }\n .material-icons.email:before {\n content: \"\\e0be\"; }\n .material-icons.emergency:before {\n content: \"\\e1eb\"; }\n .material-icons.emergency_recording:before {\n content: \"\\ebf4\"; }\n .material-icons.emergency_share:before {\n content: \"\\ebf6\"; }\n .material-icons.emoji_emotions:before {\n content: \"\\ea22\"; }\n .material-icons.emoji_events:before {\n content: \"\\ea23\"; }\n .material-icons.emoji_flags:before {\n content: \"\\ea1a\"; }\n .material-icons.emoji_food_beverage:before {\n content: \"\\ea1b\"; }\n .material-icons.emoji_nature:before {\n content: \"\\ea1c\"; }\n .material-icons.emoji_objects:before {\n content: \"\\ea24\"; }\n .material-icons.emoji_people:before {\n content: \"\\ea1d\"; }\n .material-icons.emoji_symbols:before {\n content: \"\\ea1e\"; }\n .material-icons.emoji_transportation:before {\n content: \"\\ea1f\"; }\n .material-icons.energy_savings_leaf:before {\n content: \"\\ec1a\"; }\n .material-icons.engineering:before {\n content: \"\\ea3d\"; }\n .material-icons.enhance_photo_translate:before {\n content: \"\\e8fc\"; }\n .material-icons.enhanced_encryption:before {\n content: \"\\e63f\"; }\n .material-icons.equalizer:before {\n content: \"\\e01d\"; }\n .material-icons.error:before {\n content: \"\\e000\"; }\n .material-icons.error_outline:before {\n content: \"\\e001\"; }\n .material-icons.escalator:before {\n content: \"\\f1a1\"; }\n .material-icons.escalator_warning:before {\n content: \"\\f1ac\"; }\n .material-icons.euro:before {\n content: \"\\ea15\"; }\n .material-icons.euro_symbol:before {\n content: \"\\e926\"; }\n .material-icons.ev_station:before {\n content: \"\\e56d\"; }\n .material-icons.event:before {\n content: \"\\e878\"; }\n .material-icons.event_available:before {\n content: \"\\e614\"; }\n .material-icons.event_busy:before {\n content: \"\\e615\"; }\n .material-icons.event_note:before {\n content: \"\\e616\"; }\n .material-icons.event_repeat:before {\n content: \"\\eb7b\"; }\n .material-icons.event_seat:before {\n content: \"\\e903\"; }\n .material-icons.exit_to_app:before {\n content: \"\\e879\"; }\n .material-icons.expand:before {\n content: \"\\e94f\"; }\n .material-icons.expand_circle_down:before {\n content: \"\\e7cd\"; }\n .material-icons.expand_less:before {\n content: \"\\e5ce\"; }\n .material-icons.expand_more:before {\n content: \"\\e5cf\"; }\n .material-icons.explicit:before {\n content: \"\\e01e\"; }\n .material-icons.explore:before {\n content: \"\\e87a\"; }\n .material-icons.explore_off:before {\n content: \"\\e9a8\"; }\n .material-icons.exposure:before {\n content: \"\\e3ca\"; }\n .material-icons.exposure_minus_1:before {\n content: \"\\e3cb\"; }\n .material-icons.exposure_minus_2:before {\n content: \"\\e3cc\"; }\n .material-icons.exposure_neg_1:before {\n content: \"\\e3cb\"; }\n .material-icons.exposure_neg_2:before {\n content: \"\\e3cc\"; }\n .material-icons.exposure_plus_1:before {\n content: \"\\e3cd\"; }\n .material-icons.exposure_plus_2:before {\n content: \"\\e3ce\"; }\n .material-icons.exposure_zero:before {\n content: \"\\e3cf\"; }\n .material-icons.extension:before {\n content: \"\\e87b\"; }\n .material-icons.extension_off:before {\n content: \"\\e4f5\"; }\n .material-icons.face:before {\n content: \"\\e87c\"; }\n .material-icons.face_retouching_natural:before {\n content: \"\\ef4e\"; }\n .material-icons.face_retouching_off:before {\n content: \"\\f007\"; }\n .material-icons.facebook:before {\n content: \"\\f234\"; }\n .material-icons.fact_check:before {\n content: \"\\f0c5\"; }\n .material-icons.factory:before {\n content: \"\\ebbc\"; }\n .material-icons.family_restroom:before {\n content: \"\\f1a2\"; }\n .material-icons.fast_forward:before {\n content: \"\\e01f\"; }\n .material-icons.fast_rewind:before {\n content: \"\\e020\"; }\n .material-icons.fastfood:before {\n content: \"\\e57a\"; }\n .material-icons.favorite:before {\n content: \"\\e87d\"; }\n .material-icons.favorite_border:before {\n content: \"\\e87e\"; }\n .material-icons.favorite_outline:before {\n content: \"\\e87e\"; }\n .material-icons.fax:before {\n content: \"\\ead8\"; }\n .material-icons.featured_play_list:before {\n content: \"\\e06d\"; }\n .material-icons.featured_video:before {\n content: \"\\e06e\"; }\n .material-icons.feed:before {\n content: \"\\f009\"; }\n .material-icons.feedback:before {\n content: \"\\e87f\"; }\n .material-icons.female:before {\n content: \"\\e590\"; }\n .material-icons.fence:before {\n content: \"\\f1f6\"; }\n .material-icons.festival:before {\n content: \"\\ea68\"; }\n .material-icons.fiber_dvr:before {\n content: \"\\e05d\"; }\n .material-icons.fiber_manual_record:before {\n content: \"\\e061\"; }\n .material-icons.fiber_new:before {\n content: \"\\e05e\"; }\n .material-icons.fiber_pin:before {\n content: \"\\e06a\"; }\n .material-icons.fiber_smart_record:before {\n content: \"\\e062\"; }\n .material-icons.file_copy:before {\n content: \"\\e173\"; }\n .material-icons.file_download:before {\n content: \"\\e2c4\"; }\n .material-icons.file_download_done:before {\n content: \"\\e9aa\"; }\n .material-icons.file_download_off:before {\n content: \"\\e4fe\"; }\n .material-icons.file_open:before {\n content: \"\\eaf3\"; }\n .material-icons.file_present:before {\n content: \"\\ea0e\"; }\n .material-icons.file_upload:before {\n content: \"\\e2c6\"; }\n .material-icons.filter:before {\n content: \"\\e3d3\"; }\n .material-icons.filter_1:before {\n content: \"\\e3d0\"; }\n .material-icons.filter_2:before {\n content: \"\\e3d1\"; }\n .material-icons.filter_3:before {\n content: \"\\e3d2\"; }\n .material-icons.filter_4:before {\n content: \"\\e3d4\"; }\n .material-icons.filter_5:before {\n content: \"\\e3d5\"; }\n .material-icons.filter_6:before {\n content: \"\\e3d6\"; }\n .material-icons.filter_7:before {\n content: \"\\e3d7\"; }\n .material-icons.filter_8:before {\n content: \"\\e3d8\"; }\n .material-icons.filter_9:before {\n content: \"\\e3d9\"; }\n .material-icons.filter_9_plus:before {\n content: \"\\e3da\"; }\n .material-icons.filter_alt:before {\n content: \"\\ef4f\"; }\n .material-icons.filter_alt_off:before {\n content: \"\\eb32\"; }\n .material-icons.filter_b_and_w:before {\n content: \"\\e3db\"; }\n .material-icons.filter_center_focus:before {\n content: \"\\e3dc\"; }\n .material-icons.filter_drama:before {\n content: \"\\e3dd\"; }\n .material-icons.filter_frames:before {\n content: \"\\e3de\"; }\n .material-icons.filter_hdr:before {\n content: \"\\e3df\"; }\n .material-icons.filter_list:before {\n content: \"\\e152\"; }\n .material-icons.filter_list_alt:before {\n content: \"\\e94e\"; }\n .material-icons.filter_list_off:before {\n content: \"\\eb57\"; }\n .material-icons.filter_none:before {\n content: \"\\e3e0\"; }\n .material-icons.filter_tilt_shift:before {\n content: \"\\e3e2\"; }\n .material-icons.filter_vintage:before {\n content: \"\\e3e3\"; }\n .material-icons.find_in_page:before {\n content: \"\\e880\"; }\n .material-icons.find_replace:before {\n content: \"\\e881\"; }\n .material-icons.fingerprint:before {\n content: \"\\e90d\"; }\n .material-icons.fire_extinguisher:before {\n content: \"\\f1d8\"; }\n .material-icons.fire_hydrant:before {\n content: \"\\f1a3\"; }\n .material-icons.fire_hydrant_alt:before {\n content: \"\\f8f1\"; }\n .material-icons.fire_truck:before {\n content: \"\\f8f2\"; }\n .material-icons.fireplace:before {\n content: \"\\ea43\"; }\n .material-icons.first_page:before {\n content: \"\\e5dc\"; }\n .material-icons.fit_screen:before {\n content: \"\\ea10\"; }\n .material-icons.fitbit:before {\n content: \"\\e82b\"; }\n .material-icons.fitness_center:before {\n content: \"\\eb43\"; }\n .material-icons.flag:before {\n content: \"\\e153\"; }\n .material-icons.flag_circle:before {\n content: \"\\eaf8\"; }\n .material-icons.flaky:before {\n content: \"\\ef50\"; }\n .material-icons.flare:before {\n content: \"\\e3e4\"; }\n .material-icons.flash_auto:before {\n content: \"\\e3e5\"; }\n .material-icons.flash_off:before {\n content: \"\\e3e6\"; }\n .material-icons.flash_on:before {\n content: \"\\e3e7\"; }\n .material-icons.flashlight_off:before {\n content: \"\\f00a\"; }\n .material-icons.flashlight_on:before {\n content: \"\\f00b\"; }\n .material-icons.flatware:before {\n content: \"\\f00c\"; }\n .material-icons.flight:before {\n content: \"\\e539\"; }\n .material-icons.flight_class:before {\n content: \"\\e7cb\"; }\n .material-icons.flight_land:before {\n content: \"\\e904\"; }\n .material-icons.flight_takeoff:before {\n content: \"\\e905\"; }\n .material-icons.flip:before {\n content: \"\\e3e8\"; }\n .material-icons.flip_camera_android:before {\n content: \"\\ea37\"; }\n .material-icons.flip_camera_ios:before {\n content: \"\\ea38\"; }\n .material-icons.flip_to_back:before {\n content: \"\\e882\"; }\n .material-icons.flip_to_front:before {\n content: \"\\e883\"; }\n .material-icons.flood:before {\n content: \"\\ebe6\"; }\n .material-icons.flourescent:before {\n content: \"\\f00d\"; }\n .material-icons.flutter_dash:before {\n content: \"\\e00b\"; }\n .material-icons.fmd_bad:before {\n content: \"\\f00e\"; }\n .material-icons.fmd_good:before {\n content: \"\\f00f\"; }\n .material-icons.foggy:before {\n content: \"\\e818\"; }\n .material-icons.folder:before {\n content: \"\\e2c7\"; }\n .material-icons.folder_copy:before {\n content: \"\\ebbd\"; }\n .material-icons.folder_delete:before {\n content: \"\\eb34\"; }\n .material-icons.folder_off:before {\n content: \"\\eb83\"; }\n .material-icons.folder_open:before {\n content: \"\\e2c8\"; }\n .material-icons.folder_shared:before {\n content: \"\\e2c9\"; }\n .material-icons.folder_special:before {\n content: \"\\e617\"; }\n .material-icons.folder_zip:before {\n content: \"\\eb2c\"; }\n .material-icons.follow_the_signs:before {\n content: \"\\f222\"; }\n .material-icons.font_download:before {\n content: \"\\e167\"; }\n .material-icons.font_download_off:before {\n content: \"\\e4f9\"; }\n .material-icons.food_bank:before {\n content: \"\\f1f2\"; }\n .material-icons.forest:before {\n content: \"\\ea99\"; }\n .material-icons.fork_left:before {\n content: \"\\eba0\"; }\n .material-icons.fork_right:before {\n content: \"\\ebac\"; }\n .material-icons.format_align_center:before {\n content: \"\\e234\"; }\n .material-icons.format_align_justify:before {\n content: \"\\e235\"; }\n .material-icons.format_align_left:before {\n content: \"\\e236\"; }\n .material-icons.format_align_right:before {\n content: \"\\e237\"; }\n .material-icons.format_bold:before {\n content: \"\\e238\"; }\n .material-icons.format_clear:before {\n content: \"\\e239\"; }\n .material-icons.format_color_fill:before {\n content: \"\\e23a\"; }\n .material-icons.format_color_reset:before {\n content: \"\\e23b\"; }\n .material-icons.format_color_text:before {\n content: \"\\e23c\"; }\n .material-icons.format_indent_decrease:before {\n content: \"\\e23d\"; }\n .material-icons.format_indent_increase:before {\n content: \"\\e23e\"; }\n .material-icons.format_italic:before {\n content: \"\\e23f\"; }\n .material-icons.format_line_spacing:before {\n content: \"\\e240\"; }\n .material-icons.format_list_bulleted:before {\n content: \"\\e241\"; }\n .material-icons.format_list_numbered:before {\n content: \"\\e242\"; }\n .material-icons.format_list_numbered_rtl:before {\n content: \"\\e267\"; }\n .material-icons.format_overline:before {\n content: \"\\eb65\"; }\n .material-icons.format_paint:before {\n content: \"\\e243\"; }\n .material-icons.format_quote:before {\n content: \"\\e244\"; }\n .material-icons.format_shapes:before {\n content: \"\\e25e\"; }\n .material-icons.format_size:before {\n content: \"\\e245\"; }\n .material-icons.format_strikethrough:before {\n content: \"\\e246\"; }\n .material-icons.format_textdirection_l_to_r:before {\n content: \"\\e247\"; }\n .material-icons.format_textdirection_r_to_l:before {\n content: \"\\e248\"; }\n .material-icons.format_underline:before {\n content: \"\\e249\"; }\n .material-icons.format_underlined:before {\n content: \"\\e249\"; }\n .material-icons.fort:before {\n content: \"\\eaad\"; }\n .material-icons.forum:before {\n content: \"\\e0bf\"; }\n .material-icons.forward:before {\n content: \"\\e154\"; }\n .material-icons.forward_10:before {\n content: \"\\e056\"; }\n .material-icons.forward_30:before {\n content: \"\\e057\"; }\n .material-icons.forward_5:before {\n content: \"\\e058\"; }\n .material-icons.forward_to_inbox:before {\n content: \"\\f187\"; }\n .material-icons.foundation:before {\n content: \"\\f200\"; }\n .material-icons.free_breakfast:before {\n content: \"\\eb44\"; }\n .material-icons.free_cancellation:before {\n content: \"\\e748\"; }\n .material-icons.front_hand:before {\n content: \"\\e769\"; }\n .material-icons.fullscreen:before {\n content: \"\\e5d0\"; }\n .material-icons.fullscreen_exit:before {\n content: \"\\e5d1\"; }\n .material-icons.functions:before {\n content: \"\\e24a\"; }\n .material-icons.g_mobiledata:before {\n content: \"\\f010\"; }\n .material-icons.g_translate:before {\n content: \"\\e927\"; }\n .material-icons.gamepad:before {\n content: \"\\e30f\"; }\n .material-icons.games:before {\n content: \"\\e021\"; }\n .material-icons.garage:before {\n content: \"\\f011\"; }\n .material-icons.gas_meter:before {\n content: \"\\ec19\"; }\n .material-icons.gavel:before {\n content: \"\\e90e\"; }\n .material-icons.generating_tokens:before {\n content: \"\\e749\"; }\n .material-icons.gesture:before {\n content: \"\\e155\"; }\n .material-icons.get_app:before {\n content: \"\\e884\"; }\n .material-icons.gif:before {\n content: \"\\e908\"; }\n .material-icons.gif_box:before {\n content: \"\\e7a3\"; }\n .material-icons.girl:before {\n content: \"\\eb68\"; }\n .material-icons.gite:before {\n content: \"\\e58b\"; }\n .material-icons.goat:before {\n content: \"\\ebff\"; }\n .material-icons.golf_course:before {\n content: \"\\eb45\"; }\n .material-icons.gpp_bad:before {\n content: \"\\f012\"; }\n .material-icons.gpp_good:before {\n content: \"\\f013\"; }\n .material-icons.gpp_maybe:before {\n content: \"\\f014\"; }\n .material-icons.gps_fixed:before {\n content: \"\\e1b3\"; }\n .material-icons.gps_not_fixed:before {\n content: \"\\e1b4\"; }\n .material-icons.gps_off:before {\n content: \"\\e1b5\"; }\n .material-icons.grade:before {\n content: \"\\e885\"; }\n .material-icons.gradient:before {\n content: \"\\e3e9\"; }\n .material-icons.grading:before {\n content: \"\\ea4f\"; }\n .material-icons.grain:before {\n content: \"\\e3ea\"; }\n .material-icons.graphic_eq:before {\n content: \"\\e1b8\"; }\n .material-icons.grass:before {\n content: \"\\f205\"; }\n .material-icons.grid_3x3:before {\n content: \"\\f015\"; }\n .material-icons.grid_4x4:before {\n content: \"\\f016\"; }\n .material-icons.grid_goldenratio:before {\n content: \"\\f017\"; }\n .material-icons.grid_off:before {\n content: \"\\e3eb\"; }\n .material-icons.grid_on:before {\n content: \"\\e3ec\"; }\n .material-icons.grid_view:before {\n content: \"\\e9b0\"; }\n .material-icons.group:before {\n content: \"\\e7ef\"; }\n .material-icons.group_add:before {\n content: \"\\e7f0\"; }\n .material-icons.group_off:before {\n content: \"\\e747\"; }\n .material-icons.group_remove:before {\n content: \"\\e7ad\"; }\n .material-icons.group_work:before {\n content: \"\\e886\"; }\n .material-icons.groups:before {\n content: \"\\f233\"; }\n .material-icons.h_mobiledata:before {\n content: \"\\f018\"; }\n .material-icons.h_plus_mobiledata:before {\n content: \"\\f019\"; }\n .material-icons.hail:before {\n content: \"\\e9b1\"; }\n .material-icons.handshake:before {\n content: \"\\ebcb\"; }\n .material-icons.handyman:before {\n content: \"\\f10b\"; }\n .material-icons.hardware:before {\n content: \"\\ea59\"; }\n .material-icons.hd:before {\n content: \"\\e052\"; }\n .material-icons.hdr_auto:before {\n content: \"\\f01a\"; }\n .material-icons.hdr_auto_select:before {\n content: \"\\f01b\"; }\n .material-icons.hdr_enhanced_select:before {\n content: \"\\ef51\"; }\n .material-icons.hdr_off:before {\n content: \"\\e3ed\"; }\n .material-icons.hdr_off_select:before {\n content: \"\\f01c\"; }\n .material-icons.hdr_on:before {\n content: \"\\e3ee\"; }\n .material-icons.hdr_on_select:before {\n content: \"\\f01d\"; }\n .material-icons.hdr_plus:before {\n content: \"\\f01e\"; }\n .material-icons.hdr_strong:before {\n content: \"\\e3f1\"; }\n .material-icons.hdr_weak:before {\n content: \"\\e3f2\"; }\n .material-icons.headphones:before {\n content: \"\\f01f\"; }\n .material-icons.headphones_battery:before {\n content: \"\\f020\"; }\n .material-icons.headset:before {\n content: \"\\e310\"; }\n .material-icons.headset_mic:before {\n content: \"\\e311\"; }\n .material-icons.headset_off:before {\n content: \"\\e33a\"; }\n .material-icons.healing:before {\n content: \"\\e3f3\"; }\n .material-icons.health_and_safety:before {\n content: \"\\e1d5\"; }\n .material-icons.hearing:before {\n content: \"\\e023\"; }\n .material-icons.hearing_disabled:before {\n content: \"\\f104\"; }\n .material-icons.heart_broken:before {\n content: \"\\eac2\"; }\n .material-icons.heat_pump:before {\n content: \"\\ec18\"; }\n .material-icons.height:before {\n content: \"\\ea16\"; }\n .material-icons.help:before {\n content: \"\\e887\"; }\n .material-icons.help_center:before {\n content: \"\\f1c0\"; }\n .material-icons.help_outline:before {\n content: \"\\e8fd\"; }\n .material-icons.hevc:before {\n content: \"\\f021\"; }\n .material-icons.hexagon:before {\n content: \"\\eb39\"; }\n .material-icons.hide_image:before {\n content: \"\\f022\"; }\n .material-icons.hide_source:before {\n content: \"\\f023\"; }\n .material-icons.high_quality:before {\n content: \"\\e024\"; }\n .material-icons.highlight:before {\n content: \"\\e25f\"; }\n .material-icons.highlight_alt:before {\n content: \"\\ef52\"; }\n .material-icons.highlight_off:before {\n content: \"\\e888\"; }\n .material-icons.highlight_remove:before {\n content: \"\\e888\"; }\n .material-icons.hiking:before {\n content: \"\\e50a\"; }\n .material-icons.history:before {\n content: \"\\e889\"; }\n .material-icons.history_edu:before {\n content: \"\\ea3e\"; }\n .material-icons.history_toggle_off:before {\n content: \"\\f17d\"; }\n .material-icons.hive:before {\n content: \"\\eaa6\"; }\n .material-icons.hls:before {\n content: \"\\eb8a\"; }\n .material-icons.hls_off:before {\n content: \"\\eb8c\"; }\n .material-icons.holiday_village:before {\n content: \"\\e58a\"; }\n .material-icons.home:before {\n content: \"\\e88a\"; }\n .material-icons.home_filled:before {\n content: \"\\e9b2\"; }\n .material-icons.home_max:before {\n content: \"\\f024\"; }\n .material-icons.home_mini:before {\n content: \"\\f025\"; }\n .material-icons.home_repair_service:before {\n content: \"\\f100\"; }\n .material-icons.home_work:before {\n content: \"\\ea09\"; }\n .material-icons.horizontal_distribute:before {\n content: \"\\e014\"; }\n .material-icons.horizontal_rule:before {\n content: \"\\f108\"; }\n .material-icons.horizontal_split:before {\n content: \"\\e947\"; }\n .material-icons.hot_tub:before {\n content: \"\\eb46\"; }\n .material-icons.hotel:before {\n content: \"\\e53a\"; }\n .material-icons.hotel_class:before {\n content: \"\\e743\"; }\n .material-icons.hourglass_bottom:before {\n content: \"\\ea5c\"; }\n .material-icons.hourglass_disabled:before {\n content: \"\\ef53\"; }\n .material-icons.hourglass_empty:before {\n content: \"\\e88b\"; }\n .material-icons.hourglass_full:before {\n content: \"\\e88c\"; }\n .material-icons.hourglass_top:before {\n content: \"\\ea5b\"; }\n .material-icons.house:before {\n content: \"\\ea44\"; }\n .material-icons.house_siding:before {\n content: \"\\f202\"; }\n .material-icons.houseboat:before {\n content: \"\\e584\"; }\n .material-icons.how_to_reg:before {\n content: \"\\e174\"; }\n .material-icons.how_to_vote:before {\n content: \"\\e175\"; }\n .material-icons.html:before {\n content: \"\\eb7e\"; }\n .material-icons.http:before {\n content: \"\\e902\"; }\n .material-icons.https:before {\n content: \"\\e88d\"; }\n .material-icons.hub:before {\n content: \"\\e9f4\"; }\n .material-icons.hvac:before {\n content: \"\\f10e\"; }\n .material-icons.ice_skating:before {\n content: \"\\e50b\"; }\n .material-icons.icecream:before {\n content: \"\\ea69\"; }\n .material-icons.image:before {\n content: \"\\e3f4\"; }\n .material-icons.image_aspect_ratio:before {\n content: \"\\e3f5\"; }\n .material-icons.image_not_supported:before {\n content: \"\\f116\"; }\n .material-icons.image_search:before {\n content: \"\\e43f\"; }\n .material-icons.imagesearch_roller:before {\n content: \"\\e9b4\"; }\n .material-icons.import_contacts:before {\n content: \"\\e0e0\"; }\n .material-icons.import_export:before {\n content: \"\\e0c3\"; }\n .material-icons.important_devices:before {\n content: \"\\e912\"; }\n .material-icons.inbox:before {\n content: \"\\e156\"; }\n .material-icons.incomplete_circle:before {\n content: \"\\e79b\"; }\n .material-icons.indeterminate_check_box:before {\n content: \"\\e909\"; }\n .material-icons.info:before {\n content: \"\\e88e\"; }\n .material-icons.info_outline:before {\n content: \"\\e88f\"; }\n .material-icons.input:before {\n content: \"\\e890\"; }\n .material-icons.insert_chart:before {\n content: \"\\e24b\"; }\n .material-icons.insert_chart_outlined:before {\n content: \"\\e26a\"; }\n .material-icons.insert_comment:before {\n content: \"\\e24c\"; }\n .material-icons.insert_drive_file:before {\n content: \"\\e24d\"; }\n .material-icons.insert_emoticon:before {\n content: \"\\e24e\"; }\n .material-icons.insert_invitation:before {\n content: \"\\e24f\"; }\n .material-icons.insert_link:before {\n content: \"\\e250\"; }\n .material-icons.insert_page_break:before {\n content: \"\\eaca\"; }\n .material-icons.insert_photo:before {\n content: \"\\e251\"; }\n .material-icons.insights:before {\n content: \"\\f092\"; }\n .material-icons.install_desktop:before {\n content: \"\\eb71\"; }\n .material-icons.install_mobile:before {\n content: \"\\eb72\"; }\n .material-icons.integration_instructions:before {\n content: \"\\ef54\"; }\n .material-icons.interests:before {\n content: \"\\e7c8\"; }\n .material-icons.interpreter_mode:before {\n content: \"\\e83b\"; }\n .material-icons.inventory:before {\n content: \"\\e179\"; }\n .material-icons.inventory_2:before {\n content: \"\\e1a1\"; }\n .material-icons.invert_colors:before {\n content: \"\\e891\"; }\n .material-icons.invert_colors_off:before {\n content: \"\\e0c4\"; }\n .material-icons.invert_colors_on:before {\n content: \"\\e891\"; }\n .material-icons.ios_share:before {\n content: \"\\e6b8\"; }\n .material-icons.iron:before {\n content: \"\\e583\"; }\n .material-icons.iso:before {\n content: \"\\e3f6\"; }\n .material-icons.javascript:before {\n content: \"\\eb7c\"; }\n .material-icons.join_full:before {\n content: \"\\eaeb\"; }\n .material-icons.join_inner:before {\n content: \"\\eaf4\"; }\n .material-icons.join_left:before {\n content: \"\\eaf2\"; }\n .material-icons.join_right:before {\n content: \"\\eaea\"; }\n .material-icons.kayaking:before {\n content: \"\\e50c\"; }\n .material-icons.kebab_dining:before {\n content: \"\\e842\"; }\n .material-icons.key:before {\n content: \"\\e73c\"; }\n .material-icons.key_off:before {\n content: \"\\eb84\"; }\n .material-icons.keyboard:before {\n content: \"\\e312\"; }\n .material-icons.keyboard_alt:before {\n content: \"\\f028\"; }\n .material-icons.keyboard_arrow_down:before {\n content: \"\\e313\"; }\n .material-icons.keyboard_arrow_left:before {\n content: \"\\e314\"; }\n .material-icons.keyboard_arrow_right:before {\n content: \"\\e315\"; }\n .material-icons.keyboard_arrow_up:before {\n content: \"\\e316\"; }\n .material-icons.keyboard_backspace:before {\n content: \"\\e317\"; }\n .material-icons.keyboard_capslock:before {\n content: \"\\e318\"; }\n .material-icons.keyboard_command:before {\n content: \"\\eae0\"; }\n .material-icons.keyboard_command_key:before {\n content: \"\\eae7\"; }\n .material-icons.keyboard_control:before {\n content: \"\\e5d3\"; }\n .material-icons.keyboard_control_key:before {\n content: \"\\eae6\"; }\n .material-icons.keyboard_double_arrow_down:before {\n content: \"\\ead0\"; }\n .material-icons.keyboard_double_arrow_left:before {\n content: \"\\eac3\"; }\n .material-icons.keyboard_double_arrow_right:before {\n content: \"\\eac9\"; }\n .material-icons.keyboard_double_arrow_up:before {\n content: \"\\eacf\"; }\n .material-icons.keyboard_hide:before {\n content: \"\\e31a\"; }\n .material-icons.keyboard_option:before {\n content: \"\\eadf\"; }\n .material-icons.keyboard_option_key:before {\n content: \"\\eae8\"; }\n .material-icons.keyboard_return:before {\n content: \"\\e31b\"; }\n .material-icons.keyboard_tab:before {\n content: \"\\e31c\"; }\n .material-icons.keyboard_voice:before {\n content: \"\\e31d\"; }\n .material-icons.king_bed:before {\n content: \"\\ea45\"; }\n .material-icons.kitchen:before {\n content: \"\\eb47\"; }\n .material-icons.kitesurfing:before {\n content: \"\\e50d\"; }\n .material-icons.label:before {\n content: \"\\e892\"; }\n .material-icons.label_important:before {\n content: \"\\e937\"; }\n .material-icons.label_important_outline:before {\n content: \"\\e948\"; }\n .material-icons.label_off:before {\n content: \"\\e9b6\"; }\n .material-icons.label_outline:before {\n content: \"\\e893\"; }\n .material-icons.lan:before {\n content: \"\\eb2f\"; }\n .material-icons.landscape:before {\n content: \"\\e3f7\"; }\n .material-icons.landslide:before {\n content: \"\\ebd7\"; }\n .material-icons.language:before {\n content: \"\\e894\"; }\n .material-icons.laptop:before {\n content: \"\\e31e\"; }\n .material-icons.laptop_chromebook:before {\n content: \"\\e31f\"; }\n .material-icons.laptop_mac:before {\n content: \"\\e320\"; }\n .material-icons.laptop_windows:before {\n content: \"\\e321\"; }\n .material-icons.last_page:before {\n content: \"\\e5dd\"; }\n .material-icons.launch:before {\n content: \"\\e895\"; }\n .material-icons.layers:before {\n content: \"\\e53b\"; }\n .material-icons.layers_clear:before {\n content: \"\\e53c\"; }\n .material-icons.leaderboard:before {\n content: \"\\f20c\"; }\n .material-icons.leak_add:before {\n content: \"\\e3f8\"; }\n .material-icons.leak_remove:before {\n content: \"\\e3f9\"; }\n .material-icons.leave_bags_at_home:before {\n content: \"\\f21b\"; }\n .material-icons.legend_toggle:before {\n content: \"\\f11b\"; }\n .material-icons.lens:before {\n content: \"\\e3fa\"; }\n .material-icons.lens_blur:before {\n content: \"\\f029\"; }\n .material-icons.library_add:before {\n content: \"\\e02e\"; }\n .material-icons.library_add_check:before {\n content: \"\\e9b7\"; }\n .material-icons.library_books:before {\n content: \"\\e02f\"; }\n .material-icons.library_music:before {\n content: \"\\e030\"; }\n .material-icons.light:before {\n content: \"\\f02a\"; }\n .material-icons.light_mode:before {\n content: \"\\e518\"; }\n .material-icons.lightbulb:before {\n content: \"\\e0f0\"; }\n .material-icons.lightbulb_circle:before {\n content: \"\\ebfe\"; }\n .material-icons.lightbulb_outline:before {\n content: \"\\e90f\"; }\n .material-icons.line_axis:before {\n content: \"\\ea9a\"; }\n .material-icons.line_style:before {\n content: \"\\e919\"; }\n .material-icons.line_weight:before {\n content: \"\\e91a\"; }\n .material-icons.linear_scale:before {\n content: \"\\e260\"; }\n .material-icons.link:before {\n content: \"\\e157\"; }\n .material-icons.link_off:before {\n content: \"\\e16f\"; }\n .material-icons.linked_camera:before {\n content: \"\\e438\"; }\n .material-icons.liquor:before {\n content: \"\\ea60\"; }\n .material-icons.list:before {\n content: \"\\e896\"; }\n .material-icons.list_alt:before {\n content: \"\\e0ee\"; }\n .material-icons.live_help:before {\n content: \"\\e0c6\"; }\n .material-icons.live_tv:before {\n content: \"\\e639\"; }\n .material-icons.living:before {\n content: \"\\f02b\"; }\n .material-icons.local_activity:before {\n content: \"\\e53f\"; }\n .material-icons.local_airport:before {\n content: \"\\e53d\"; }\n .material-icons.local_atm:before {\n content: \"\\e53e\"; }\n .material-icons.local_attraction:before {\n content: \"\\e53f\"; }\n .material-icons.local_bar:before {\n content: \"\\e540\"; }\n .material-icons.local_cafe:before {\n content: \"\\e541\"; }\n .material-icons.local_car_wash:before {\n content: \"\\e542\"; }\n .material-icons.local_convenience_store:before {\n content: \"\\e543\"; }\n .material-icons.local_dining:before {\n content: \"\\e556\"; }\n .material-icons.local_drink:before {\n content: \"\\e544\"; }\n .material-icons.local_fire_department:before {\n content: \"\\ef55\"; }\n .material-icons.local_florist:before {\n content: \"\\e545\"; }\n .material-icons.local_gas_station:before {\n content: \"\\e546\"; }\n .material-icons.local_grocery_store:before {\n content: \"\\e547\"; }\n .material-icons.local_hospital:before {\n content: \"\\e548\"; }\n .material-icons.local_hotel:before {\n content: \"\\e549\"; }\n .material-icons.local_laundry_service:before {\n content: \"\\e54a\"; }\n .material-icons.local_library:before {\n content: \"\\e54b\"; }\n .material-icons.local_mall:before {\n content: \"\\e54c\"; }\n .material-icons.local_movies:before {\n content: \"\\e54d\"; }\n .material-icons.local_offer:before {\n content: \"\\e54e\"; }\n .material-icons.local_parking:before {\n content: \"\\e54f\"; }\n .material-icons.local_pharmacy:before {\n content: \"\\e550\"; }\n .material-icons.local_phone:before {\n content: \"\\e551\"; }\n .material-icons.local_pizza:before {\n content: \"\\e552\"; }\n .material-icons.local_play:before {\n content: \"\\e553\"; }\n .material-icons.local_police:before {\n content: \"\\ef56\"; }\n .material-icons.local_post_office:before {\n content: \"\\e554\"; }\n .material-icons.local_print_shop:before {\n content: \"\\e555\"; }\n .material-icons.local_printshop:before {\n content: \"\\e555\"; }\n .material-icons.local_restaurant:before {\n content: \"\\e556\"; }\n .material-icons.local_see:before {\n content: \"\\e557\"; }\n .material-icons.local_shipping:before {\n content: \"\\e558\"; }\n .material-icons.local_taxi:before {\n content: \"\\e559\"; }\n .material-icons.location_city:before {\n content: \"\\e7f1\"; }\n .material-icons.location_disabled:before {\n content: \"\\e1b6\"; }\n .material-icons.location_history:before {\n content: \"\\e55a\"; }\n .material-icons.location_off:before {\n content: \"\\e0c7\"; }\n .material-icons.location_on:before {\n content: \"\\e0c8\"; }\n .material-icons.location_pin:before {\n content: \"\\f1db\"; }\n .material-icons.location_searching:before {\n content: \"\\e1b7\"; }\n .material-icons.lock:before {\n content: \"\\e897\"; }\n .material-icons.lock_clock:before {\n content: \"\\ef57\"; }\n .material-icons.lock_open:before {\n content: \"\\e898\"; }\n .material-icons.lock_outline:before {\n content: \"\\e899\"; }\n .material-icons.lock_person:before {\n content: \"\\f8f3\"; }\n .material-icons.lock_reset:before {\n content: \"\\eade\"; }\n .material-icons.login:before {\n content: \"\\ea77\"; }\n .material-icons.logo_dev:before {\n content: \"\\ead6\"; }\n .material-icons.logout:before {\n content: \"\\e9ba\"; }\n .material-icons.looks:before {\n content: \"\\e3fc\"; }\n .material-icons.looks_3:before {\n content: \"\\e3fb\"; }\n .material-icons.looks_4:before {\n content: \"\\e3fd\"; }\n .material-icons.looks_5:before {\n content: \"\\e3fe\"; }\n .material-icons.looks_6:before {\n content: \"\\e3ff\"; }\n .material-icons.looks_one:before {\n content: \"\\e400\"; }\n .material-icons.looks_two:before {\n content: \"\\e401\"; }\n .material-icons.loop:before {\n content: \"\\e028\"; }\n .material-icons.loupe:before {\n content: \"\\e402\"; }\n .material-icons.low_priority:before {\n content: \"\\e16d\"; }\n .material-icons.loyalty:before {\n content: \"\\e89a\"; }\n .material-icons.lte_mobiledata:before {\n content: \"\\f02c\"; }\n .material-icons.lte_plus_mobiledata:before {\n content: \"\\f02d\"; }\n .material-icons.luggage:before {\n content: \"\\f235\"; }\n .material-icons.lunch_dining:before {\n content: \"\\ea61\"; }\n .material-icons.lyrics:before {\n content: \"\\ec0b\"; }\n .material-icons.mail:before {\n content: \"\\e158\"; }\n .material-icons.mail_lock:before {\n content: \"\\ec0a\"; }\n .material-icons.mail_outline:before {\n content: \"\\e0e1\"; }\n .material-icons.male:before {\n content: \"\\e58e\"; }\n .material-icons.man:before {\n content: \"\\e4eb\"; }\n .material-icons.manage_accounts:before {\n content: \"\\f02e\"; }\n .material-icons.manage_history:before {\n content: \"\\ebe7\"; }\n .material-icons.manage_search:before {\n content: \"\\f02f\"; }\n .material-icons.map:before {\n content: \"\\e55b\"; }\n .material-icons.maps_home_work:before {\n content: \"\\f030\"; }\n .material-icons.maps_ugc:before {\n content: \"\\ef58\"; }\n .material-icons.margin:before {\n content: \"\\e9bb\"; }\n .material-icons.mark_as_unread:before {\n content: \"\\e9bc\"; }\n .material-icons.mark_chat_read:before {\n content: \"\\f18b\"; }\n .material-icons.mark_chat_unread:before {\n content: \"\\f189\"; }\n .material-icons.mark_email_read:before {\n content: \"\\f18c\"; }\n .material-icons.mark_email_unread:before {\n content: \"\\f18a\"; }\n .material-icons.mark_unread_chat_alt:before {\n content: \"\\eb9d\"; }\n .material-icons.markunread:before {\n content: \"\\e159\"; }\n .material-icons.markunread_mailbox:before {\n content: \"\\e89b\"; }\n .material-icons.masks:before {\n content: \"\\f218\"; }\n .material-icons.maximize:before {\n content: \"\\e930\"; }\n .material-icons.media_bluetooth_off:before {\n content: \"\\f031\"; }\n .material-icons.media_bluetooth_on:before {\n content: \"\\f032\"; }\n .material-icons.mediation:before {\n content: \"\\efa7\"; }\n .material-icons.medical_information:before {\n content: \"\\ebed\"; }\n .material-icons.medical_services:before {\n content: \"\\f109\"; }\n .material-icons.medication:before {\n content: \"\\f033\"; }\n .material-icons.medication_liquid:before {\n content: \"\\ea87\"; }\n .material-icons.meeting_room:before {\n content: \"\\eb4f\"; }\n .material-icons.memory:before {\n content: \"\\e322\"; }\n .material-icons.menu:before {\n content: \"\\e5d2\"; }\n .material-icons.menu_book:before {\n content: \"\\ea19\"; }\n .material-icons.menu_open:before {\n content: \"\\e9bd\"; }\n .material-icons.merge:before {\n content: \"\\eb98\"; }\n .material-icons.merge_type:before {\n content: \"\\e252\"; }\n .material-icons.message:before {\n content: \"\\e0c9\"; }\n .material-icons.messenger:before {\n content: \"\\e0ca\"; }\n .material-icons.messenger_outline:before {\n content: \"\\e0cb\"; }\n .material-icons.mic:before {\n content: \"\\e029\"; }\n .material-icons.mic_external_off:before {\n content: \"\\ef59\"; }\n .material-icons.mic_external_on:before {\n content: \"\\ef5a\"; }\n .material-icons.mic_none:before {\n content: \"\\e02a\"; }\n .material-icons.mic_off:before {\n content: \"\\e02b\"; }\n .material-icons.microwave:before {\n content: \"\\f204\"; }\n .material-icons.military_tech:before {\n content: \"\\ea3f\"; }\n .material-icons.minimize:before {\n content: \"\\e931\"; }\n .material-icons.minor_crash:before {\n content: \"\\ebf1\"; }\n .material-icons.miscellaneous_services:before {\n content: \"\\f10c\"; }\n .material-icons.missed_video_call:before {\n content: \"\\e073\"; }\n .material-icons.mms:before {\n content: \"\\e618\"; }\n .material-icons.mobile_friendly:before {\n content: \"\\e200\"; }\n .material-icons.mobile_off:before {\n content: \"\\e201\"; }\n .material-icons.mobile_screen_share:before {\n content: \"\\e0e7\"; }\n .material-icons.mobiledata_off:before {\n content: \"\\f034\"; }\n .material-icons.mode:before {\n content: \"\\f097\"; }\n .material-icons.mode_comment:before {\n content: \"\\e253\"; }\n .material-icons.mode_edit:before {\n content: \"\\e254\"; }\n .material-icons.mode_edit_outline:before {\n content: \"\\f035\"; }\n .material-icons.mode_fan_off:before {\n content: \"\\ec17\"; }\n .material-icons.mode_night:before {\n content: \"\\f036\"; }\n .material-icons.mode_of_travel:before {\n content: \"\\e7ce\"; }\n .material-icons.mode_standby:before {\n content: \"\\f037\"; }\n .material-icons.model_training:before {\n content: \"\\f0cf\"; }\n .material-icons.monetization_on:before {\n content: \"\\e263\"; }\n .material-icons.money:before {\n content: \"\\e57d\"; }\n .material-icons.money_off:before {\n content: \"\\e25c\"; }\n .material-icons.money_off_csred:before {\n content: \"\\f038\"; }\n .material-icons.monitor:before {\n content: \"\\ef5b\"; }\n .material-icons.monitor_heart:before {\n content: \"\\eaa2\"; }\n .material-icons.monitor_weight:before {\n content: \"\\f039\"; }\n .material-icons.monochrome_photos:before {\n content: \"\\e403\"; }\n .material-icons.mood:before {\n content: \"\\e7f2\"; }\n .material-icons.mood_bad:before {\n content: \"\\e7f3\"; }\n .material-icons.moped:before {\n content: \"\\eb28\"; }\n .material-icons.more:before {\n content: \"\\e619\"; }\n .material-icons.more_horiz:before {\n content: \"\\e5d3\"; }\n .material-icons.more_time:before {\n content: \"\\ea5d\"; }\n .material-icons.more_vert:before {\n content: \"\\e5d4\"; }\n .material-icons.mosque:before {\n content: \"\\eab2\"; }\n .material-icons.motion_photos_auto:before {\n content: \"\\f03a\"; }\n .material-icons.motion_photos_off:before {\n content: \"\\e9c0\"; }\n .material-icons.motion_photos_on:before {\n content: \"\\e9c1\"; }\n .material-icons.motion_photos_pause:before {\n content: \"\\f227\"; }\n .material-icons.motion_photos_paused:before {\n content: \"\\e9c2\"; }\n .material-icons.motorcycle:before {\n content: \"\\e91b\"; }\n .material-icons.mouse:before {\n content: \"\\e323\"; }\n .material-icons.move_down:before {\n content: \"\\eb61\"; }\n .material-icons.move_to_inbox:before {\n content: \"\\e168\"; }\n .material-icons.move_up:before {\n content: \"\\eb64\"; }\n .material-icons.movie:before {\n content: \"\\e02c\"; }\n .material-icons.movie_creation:before {\n content: \"\\e404\"; }\n .material-icons.movie_filter:before {\n content: \"\\e43a\"; }\n .material-icons.moving:before {\n content: \"\\e501\"; }\n .material-icons.mp:before {\n content: \"\\e9c3\"; }\n .material-icons.multiline_chart:before {\n content: \"\\e6df\"; }\n .material-icons.multiple_stop:before {\n content: \"\\f1b9\"; }\n .material-icons.multitrack_audio:before {\n content: \"\\e1b8\"; }\n .material-icons.museum:before {\n content: \"\\ea36\"; }\n .material-icons.music_note:before {\n content: \"\\e405\"; }\n .material-icons.music_off:before {\n content: \"\\e440\"; }\n .material-icons.music_video:before {\n content: \"\\e063\"; }\n .material-icons.my_library_add:before {\n content: \"\\e02e\"; }\n .material-icons.my_library_books:before {\n content: \"\\e02f\"; }\n .material-icons.my_library_music:before {\n content: \"\\e030\"; }\n .material-icons.my_location:before {\n content: \"\\e55c\"; }\n .material-icons.nat:before {\n content: \"\\ef5c\"; }\n .material-icons.nature:before {\n content: \"\\e406\"; }\n .material-icons.nature_people:before {\n content: \"\\e407\"; }\n .material-icons.navigate_before:before {\n content: \"\\e408\"; }\n .material-icons.navigate_next:before {\n content: \"\\e409\"; }\n .material-icons.navigation:before {\n content: \"\\e55d\"; }\n .material-icons.near_me:before {\n content: \"\\e569\"; }\n .material-icons.near_me_disabled:before {\n content: \"\\f1ef\"; }\n .material-icons.nearby_error:before {\n content: \"\\f03b\"; }\n .material-icons.nearby_off:before {\n content: \"\\f03c\"; }\n .material-icons.nest_cam_wired_stand:before {\n content: \"\\ec16\"; }\n .material-icons.network_cell:before {\n content: \"\\e1b9\"; }\n .material-icons.network_check:before {\n content: \"\\e640\"; }\n .material-icons.network_locked:before {\n content: \"\\e61a\"; }\n .material-icons.network_ping:before {\n content: \"\\ebca\"; }\n .material-icons.network_wifi:before {\n content: \"\\e1ba\"; }\n .material-icons.network_wifi_1_bar:before {\n content: \"\\ebe4\"; }\n .material-icons.network_wifi_2_bar:before {\n content: \"\\ebd6\"; }\n .material-icons.network_wifi_3_bar:before {\n content: \"\\ebe1\"; }\n .material-icons.new_label:before {\n content: \"\\e609\"; }\n .material-icons.new_releases:before {\n content: \"\\e031\"; }\n .material-icons.newspaper:before {\n content: \"\\eb81\"; }\n .material-icons.next_plan:before {\n content: \"\\ef5d\"; }\n .material-icons.next_week:before {\n content: \"\\e16a\"; }\n .material-icons.nfc:before {\n content: \"\\e1bb\"; }\n .material-icons.night_shelter:before {\n content: \"\\f1f1\"; }\n .material-icons.nightlife:before {\n content: \"\\ea62\"; }\n .material-icons.nightlight:before {\n content: \"\\f03d\"; }\n .material-icons.nightlight_round:before {\n content: \"\\ef5e\"; }\n .material-icons.nights_stay:before {\n content: \"\\ea46\"; }\n .material-icons.no_accounts:before {\n content: \"\\f03e\"; }\n .material-icons.no_adult_content:before {\n content: \"\\f8fe\"; }\n .material-icons.no_backpack:before {\n content: \"\\f237\"; }\n .material-icons.no_cell:before {\n content: \"\\f1a4\"; }\n .material-icons.no_crash:before {\n content: \"\\ebf0\"; }\n .material-icons.no_drinks:before {\n content: \"\\f1a5\"; }\n .material-icons.no_encryption:before {\n content: \"\\e641\"; }\n .material-icons.no_encryption_gmailerrorred:before {\n content: \"\\f03f\"; }\n .material-icons.no_flash:before {\n content: \"\\f1a6\"; }\n .material-icons.no_food:before {\n content: \"\\f1a7\"; }\n .material-icons.no_luggage:before {\n content: \"\\f23b\"; }\n .material-icons.no_meals:before {\n content: \"\\f1d6\"; }\n .material-icons.no_meals_ouline:before {\n content: \"\\f229\"; }\n .material-icons.no_meeting_room:before {\n content: \"\\eb4e\"; }\n .material-icons.no_photography:before {\n content: \"\\f1a8\"; }\n .material-icons.no_sim:before {\n content: \"\\e0cc\"; }\n .material-icons.no_stroller:before {\n content: \"\\f1af\"; }\n .material-icons.no_transfer:before {\n content: \"\\f1d5\"; }\n .material-icons.noise_aware:before {\n content: \"\\ebec\"; }\n .material-icons.noise_control_off:before {\n content: \"\\ebf3\"; }\n .material-icons.nordic_walking:before {\n content: \"\\e50e\"; }\n .material-icons.north:before {\n content: \"\\f1e0\"; }\n .material-icons.north_east:before {\n content: \"\\f1e1\"; }\n .material-icons.north_west:before {\n content: \"\\f1e2\"; }\n .material-icons.not_accessible:before {\n content: \"\\f0fe\"; }\n .material-icons.not_interested:before {\n content: \"\\e033\"; }\n .material-icons.not_listed_location:before {\n content: \"\\e575\"; }\n .material-icons.not_started:before {\n content: \"\\f0d1\"; }\n .material-icons.note:before {\n content: \"\\e06f\"; }\n .material-icons.note_add:before {\n content: \"\\e89c\"; }\n .material-icons.note_alt:before {\n content: \"\\f040\"; }\n .material-icons.notes:before {\n content: \"\\e26c\"; }\n .material-icons.notification_add:before {\n content: \"\\e399\"; }\n .material-icons.notification_important:before {\n content: \"\\e004\"; }\n .material-icons.notifications:before {\n content: \"\\e7f4\"; }\n .material-icons.notifications_active:before {\n content: \"\\e7f7\"; }\n .material-icons.notifications_none:before {\n content: \"\\e7f5\"; }\n .material-icons.notifications_off:before {\n content: \"\\e7f6\"; }\n .material-icons.notifications_on:before {\n content: \"\\e7f7\"; }\n .material-icons.notifications_paused:before {\n content: \"\\e7f8\"; }\n .material-icons.now_wallpaper:before {\n content: \"\\e1bc\"; }\n .material-icons.now_widgets:before {\n content: \"\\e1bd\"; }\n .material-icons.numbers:before {\n content: \"\\eac7\"; }\n .material-icons.offline_bolt:before {\n content: \"\\e932\"; }\n .material-icons.offline_pin:before {\n content: \"\\e90a\"; }\n .material-icons.offline_share:before {\n content: \"\\e9c5\"; }\n .material-icons.oil_barrel:before {\n content: \"\\ec15\"; }\n .material-icons.on_device_training:before {\n content: \"\\ebfd\"; }\n .material-icons.ondemand_video:before {\n content: \"\\e63a\"; }\n .material-icons.online_prediction:before {\n content: \"\\f0eb\"; }\n .material-icons.opacity:before {\n content: \"\\e91c\"; }\n .material-icons.open_in_browser:before {\n content: \"\\e89d\"; }\n .material-icons.open_in_full:before {\n content: \"\\f1ce\"; }\n .material-icons.open_in_new:before {\n content: \"\\e89e\"; }\n .material-icons.open_in_new_off:before {\n content: \"\\e4f6\"; }\n .material-icons.open_with:before {\n content: \"\\e89f\"; }\n .material-icons.other_houses:before {\n content: \"\\e58c\"; }\n .material-icons.outbond:before {\n content: \"\\f228\"; }\n .material-icons.outbound:before {\n content: \"\\e1ca\"; }\n .material-icons.outbox:before {\n content: \"\\ef5f\"; }\n .material-icons.outdoor_grill:before {\n content: \"\\ea47\"; }\n .material-icons.outgoing_mail:before {\n content: \"\\f0d2\"; }\n .material-icons.outlet:before {\n content: \"\\f1d4\"; }\n .material-icons.outlined_flag:before {\n content: \"\\e16e\"; }\n .material-icons.output:before {\n content: \"\\ebbe\"; }\n .material-icons.padding:before {\n content: \"\\e9c8\"; }\n .material-icons.pages:before {\n content: \"\\e7f9\"; }\n .material-icons.pageview:before {\n content: \"\\e8a0\"; }\n .material-icons.paid:before {\n content: \"\\f041\"; }\n .material-icons.palette:before {\n content: \"\\e40a\"; }\n .material-icons.pan_tool:before {\n content: \"\\e925\"; }\n .material-icons.pan_tool_alt:before {\n content: \"\\ebb9\"; }\n .material-icons.panorama:before {\n content: \"\\e40b\"; }\n .material-icons.panorama_fish_eye:before {\n content: \"\\e40c\"; }\n .material-icons.panorama_fisheye:before {\n content: \"\\e40c\"; }\n .material-icons.panorama_horizontal:before {\n content: \"\\e40d\"; }\n .material-icons.panorama_horizontal_select:before {\n content: \"\\ef60\"; }\n .material-icons.panorama_photosphere:before {\n content: \"\\e9c9\"; }\n .material-icons.panorama_photosphere_select:before {\n content: \"\\e9ca\"; }\n .material-icons.panorama_vertical:before {\n content: \"\\e40e\"; }\n .material-icons.panorama_vertical_select:before {\n content: \"\\ef61\"; }\n .material-icons.panorama_wide_angle:before {\n content: \"\\e40f\"; }\n .material-icons.panorama_wide_angle_select:before {\n content: \"\\ef62\"; }\n .material-icons.paragliding:before {\n content: \"\\e50f\"; }\n .material-icons.park:before {\n content: \"\\ea63\"; }\n .material-icons.party_mode:before {\n content: \"\\e7fa\"; }\n .material-icons.password:before {\n content: \"\\f042\"; }\n .material-icons.pattern:before {\n content: \"\\f043\"; }\n .material-icons.pause:before {\n content: \"\\e034\"; }\n .material-icons.pause_circle:before {\n content: \"\\e1a2\"; }\n .material-icons.pause_circle_filled:before {\n content: \"\\e035\"; }\n .material-icons.pause_circle_outline:before {\n content: \"\\e036\"; }\n .material-icons.pause_presentation:before {\n content: \"\\e0ea\"; }\n .material-icons.payment:before {\n content: \"\\e8a1\"; }\n .material-icons.payments:before {\n content: \"\\ef63\"; }\n .material-icons.paypal:before {\n content: \"\\ea8d\"; }\n .material-icons.pedal_bike:before {\n content: \"\\eb29\"; }\n .material-icons.pending:before {\n content: \"\\ef64\"; }\n .material-icons.pending_actions:before {\n content: \"\\f1bb\"; }\n .material-icons.pentagon:before {\n content: \"\\eb50\"; }\n .material-icons.people:before {\n content: \"\\e7fb\"; }\n .material-icons.people_alt:before {\n content: \"\\ea21\"; }\n .material-icons.people_outline:before {\n content: \"\\e7fc\"; }\n .material-icons.percent:before {\n content: \"\\eb58\"; }\n .material-icons.perm_camera_mic:before {\n content: \"\\e8a2\"; }\n .material-icons.perm_contact_cal:before {\n content: \"\\e8a3\"; }\n .material-icons.perm_contact_calendar:before {\n content: \"\\e8a3\"; }\n .material-icons.perm_data_setting:before {\n content: \"\\e8a4\"; }\n .material-icons.perm_device_info:before {\n content: \"\\e8a5\"; }\n .material-icons.perm_device_information:before {\n content: \"\\e8a5\"; }\n .material-icons.perm_identity:before {\n content: \"\\e8a6\"; }\n .material-icons.perm_media:before {\n content: \"\\e8a7\"; }\n .material-icons.perm_phone_msg:before {\n content: \"\\e8a8\"; }\n .material-icons.perm_scan_wifi:before {\n content: \"\\e8a9\"; }\n .material-icons.person:before {\n content: \"\\e7fd\"; }\n .material-icons.person_add:before {\n content: \"\\e7fe\"; }\n .material-icons.person_add_alt:before {\n content: \"\\ea4d\"; }\n .material-icons.person_add_alt_1:before {\n content: \"\\ef65\"; }\n .material-icons.person_add_disabled:before {\n content: \"\\e9cb\"; }\n .material-icons.person_off:before {\n content: \"\\e510\"; }\n .material-icons.person_outline:before {\n content: \"\\e7ff\"; }\n .material-icons.person_pin:before {\n content: \"\\e55a\"; }\n .material-icons.person_pin_circle:before {\n content: \"\\e56a\"; }\n .material-icons.person_remove:before {\n content: \"\\ef66\"; }\n .material-icons.person_remove_alt_1:before {\n content: \"\\ef67\"; }\n .material-icons.person_search:before {\n content: \"\\f106\"; }\n .material-icons.personal_injury:before {\n content: \"\\e6da\"; }\n .material-icons.personal_video:before {\n content: \"\\e63b\"; }\n .material-icons.pest_control:before {\n content: \"\\f0fa\"; }\n .material-icons.pest_control_rodent:before {\n content: \"\\f0fd\"; }\n .material-icons.pets:before {\n content: \"\\e91d\"; }\n .material-icons.phishing:before {\n content: \"\\ead7\"; }\n .material-icons.phone:before {\n content: \"\\e0cd\"; }\n .material-icons.phone_android:before {\n content: \"\\e324\"; }\n .material-icons.phone_bluetooth_speaker:before {\n content: \"\\e61b\"; }\n .material-icons.phone_callback:before {\n content: \"\\e649\"; }\n .material-icons.phone_disabled:before {\n content: \"\\e9cc\"; }\n .material-icons.phone_enabled:before {\n content: \"\\e9cd\"; }\n .material-icons.phone_forwarded:before {\n content: \"\\e61c\"; }\n .material-icons.phone_in_talk:before {\n content: \"\\e61d\"; }\n .material-icons.phone_iphone:before {\n content: \"\\e325\"; }\n .material-icons.phone_locked:before {\n content: \"\\e61e\"; }\n .material-icons.phone_missed:before {\n content: \"\\e61f\"; }\n .material-icons.phone_paused:before {\n content: \"\\e620\"; }\n .material-icons.phonelink:before {\n content: \"\\e326\"; }\n .material-icons.phonelink_erase:before {\n content: \"\\e0db\"; }\n .material-icons.phonelink_lock:before {\n content: \"\\e0dc\"; }\n .material-icons.phonelink_off:before {\n content: \"\\e327\"; }\n .material-icons.phonelink_ring:before {\n content: \"\\e0dd\"; }\n .material-icons.phonelink_setup:before {\n content: \"\\e0de\"; }\n .material-icons.photo:before {\n content: \"\\e410\"; }\n .material-icons.photo_album:before {\n content: \"\\e411\"; }\n .material-icons.photo_camera:before {\n content: \"\\e412\"; }\n .material-icons.photo_camera_back:before {\n content: \"\\ef68\"; }\n .material-icons.photo_camera_front:before {\n content: \"\\ef69\"; }\n .material-icons.photo_filter:before {\n content: \"\\e43b\"; }\n .material-icons.photo_library:before {\n content: \"\\e413\"; }\n .material-icons.photo_size_select_actual:before {\n content: \"\\e432\"; }\n .material-icons.photo_size_select_large:before {\n content: \"\\e433\"; }\n .material-icons.photo_size_select_small:before {\n content: \"\\e434\"; }\n .material-icons.php:before {\n content: \"\\eb8f\"; }\n .material-icons.piano:before {\n content: \"\\e521\"; }\n .material-icons.piano_off:before {\n content: \"\\e520\"; }\n .material-icons.picture_as_pdf:before {\n content: \"\\e415\"; }\n .material-icons.picture_in_picture:before {\n content: \"\\e8aa\"; }\n .material-icons.picture_in_picture_alt:before {\n content: \"\\e911\"; }\n .material-icons.pie_chart:before {\n content: \"\\e6c4\"; }\n .material-icons.pie_chart_outline:before {\n content: \"\\f044\"; }\n .material-icons.pie_chart_outlined:before {\n content: \"\\e6c5\"; }\n .material-icons.pin:before {\n content: \"\\f045\"; }\n .material-icons.pin_drop:before {\n content: \"\\e55e\"; }\n .material-icons.pin_end:before {\n content: \"\\e767\"; }\n .material-icons.pin_invoke:before {\n content: \"\\e763\"; }\n .material-icons.pinch:before {\n content: \"\\eb38\"; }\n .material-icons.pivot_table_chart:before {\n content: \"\\e9ce\"; }\n .material-icons.pix:before {\n content: \"\\eaa3\"; }\n .material-icons.place:before {\n content: \"\\e55f\"; }\n .material-icons.plagiarism:before {\n content: \"\\ea5a\"; }\n .material-icons.play_arrow:before {\n content: \"\\e037\"; }\n .material-icons.play_circle:before {\n content: \"\\e1c4\"; }\n .material-icons.play_circle_fill:before {\n content: \"\\e038\"; }\n .material-icons.play_circle_filled:before {\n content: \"\\e038\"; }\n .material-icons.play_circle_outline:before {\n content: \"\\e039\"; }\n .material-icons.play_disabled:before {\n content: \"\\ef6a\"; }\n .material-icons.play_for_work:before {\n content: \"\\e906\"; }\n .material-icons.play_lesson:before {\n content: \"\\f047\"; }\n .material-icons.playlist_add:before {\n content: \"\\e03b\"; }\n .material-icons.playlist_add_check:before {\n content: \"\\e065\"; }\n .material-icons.playlist_add_check_circle:before {\n content: \"\\e7e6\"; }\n .material-icons.playlist_add_circle:before {\n content: \"\\e7e5\"; }\n .material-icons.playlist_play:before {\n content: \"\\e05f\"; }\n .material-icons.playlist_remove:before {\n content: \"\\eb80\"; }\n .material-icons.plumbing:before {\n content: \"\\f107\"; }\n .material-icons.plus_one:before {\n content: \"\\e800\"; }\n .material-icons.podcasts:before {\n content: \"\\f048\"; }\n .material-icons.point_of_sale:before {\n content: \"\\f17e\"; }\n .material-icons.policy:before {\n content: \"\\ea17\"; }\n .material-icons.poll:before {\n content: \"\\e801\"; }\n .material-icons.polyline:before {\n content: \"\\ebbb\"; }\n .material-icons.polymer:before {\n content: \"\\e8ab\"; }\n .material-icons.pool:before {\n content: \"\\eb48\"; }\n .material-icons.portable_wifi_off:before {\n content: \"\\e0ce\"; }\n .material-icons.portrait:before {\n content: \"\\e416\"; }\n .material-icons.post_add:before {\n content: \"\\ea20\"; }\n .material-icons.power:before {\n content: \"\\e63c\"; }\n .material-icons.power_input:before {\n content: \"\\e336\"; }\n .material-icons.power_off:before {\n content: \"\\e646\"; }\n .material-icons.power_settings_new:before {\n content: \"\\e8ac\"; }\n .material-icons.precision_manufacturing:before {\n content: \"\\f049\"; }\n .material-icons.pregnant_woman:before {\n content: \"\\e91e\"; }\n .material-icons.present_to_all:before {\n content: \"\\e0df\"; }\n .material-icons.preview:before {\n content: \"\\f1c5\"; }\n .material-icons.price_change:before {\n content: \"\\f04a\"; }\n .material-icons.price_check:before {\n content: \"\\f04b\"; }\n .material-icons.print:before {\n content: \"\\e8ad\"; }\n .material-icons.print_disabled:before {\n content: \"\\e9cf\"; }\n .material-icons.priority_high:before {\n content: \"\\e645\"; }\n .material-icons.privacy_tip:before {\n content: \"\\f0dc\"; }\n .material-icons.private_connectivity:before {\n content: \"\\e744\"; }\n .material-icons.production_quantity_limits:before {\n content: \"\\e1d1\"; }\n .material-icons.propane:before {\n content: \"\\ec14\"; }\n .material-icons.propane_tank:before {\n content: \"\\ec13\"; }\n .material-icons.psychology:before {\n content: \"\\ea4a\"; }\n .material-icons.psychology_alt:before {\n content: \"\\f8ea\"; }\n .material-icons.public:before {\n content: \"\\e80b\"; }\n .material-icons.public_off:before {\n content: \"\\f1ca\"; }\n .material-icons.publish:before {\n content: \"\\e255\"; }\n .material-icons.published_with_changes:before {\n content: \"\\f232\"; }\n .material-icons.punch_clock:before {\n content: \"\\eaa8\"; }\n .material-icons.push_pin:before {\n content: \"\\f10d\"; }\n .material-icons.qr_code:before {\n content: \"\\ef6b\"; }\n .material-icons.qr_code_2:before {\n content: \"\\e00a\"; }\n .material-icons.qr_code_scanner:before {\n content: \"\\f206\"; }\n .material-icons.query_builder:before {\n content: \"\\e8ae\"; }\n .material-icons.query_stats:before {\n content: \"\\e4fc\"; }\n .material-icons.question_answer:before {\n content: \"\\e8af\"; }\n .material-icons.question_mark:before {\n content: \"\\eb8b\"; }\n .material-icons.queue:before {\n content: \"\\e03c\"; }\n .material-icons.queue_music:before {\n content: \"\\e03d\"; }\n .material-icons.queue_play_next:before {\n content: \"\\e066\"; }\n .material-icons.quick_contacts_dialer:before {\n content: \"\\e0cf\"; }\n .material-icons.quick_contacts_mail:before {\n content: \"\\e0d0\"; }\n .material-icons.quickreply:before {\n content: \"\\ef6c\"; }\n .material-icons.quiz:before {\n content: \"\\f04c\"; }\n .material-icons.quora:before {\n content: \"\\ea98\"; }\n .material-icons.r_mobiledata:before {\n content: \"\\f04d\"; }\n .material-icons.radar:before {\n content: \"\\f04e\"; }\n .material-icons.radio:before {\n content: \"\\e03e\"; }\n .material-icons.radio_button_checked:before {\n content: \"\\e837\"; }\n .material-icons.radio_button_off:before {\n content: \"\\e836\"; }\n .material-icons.radio_button_on:before {\n content: \"\\e837\"; }\n .material-icons.radio_button_unchecked:before {\n content: \"\\e836\"; }\n .material-icons.railway_alert:before {\n content: \"\\e9d1\"; }\n .material-icons.ramen_dining:before {\n content: \"\\ea64\"; }\n .material-icons.ramp_left:before {\n content: \"\\eb9c\"; }\n .material-icons.ramp_right:before {\n content: \"\\eb96\"; }\n .material-icons.rate_review:before {\n content: \"\\e560\"; }\n .material-icons.raw_off:before {\n content: \"\\f04f\"; }\n .material-icons.raw_on:before {\n content: \"\\f050\"; }\n .material-icons.read_more:before {\n content: \"\\ef6d\"; }\n .material-icons.real_estate_agent:before {\n content: \"\\e73a\"; }\n .material-icons.receipt:before {\n content: \"\\e8b0\"; }\n .material-icons.receipt_long:before {\n content: \"\\ef6e\"; }\n .material-icons.recent_actors:before {\n content: \"\\e03f\"; }\n .material-icons.recommend:before {\n content: \"\\e9d2\"; }\n .material-icons.record_voice_over:before {\n content: \"\\e91f\"; }\n .material-icons.rectangle:before {\n content: \"\\eb54\"; }\n .material-icons.recycling:before {\n content: \"\\e760\"; }\n .material-icons.reddit:before {\n content: \"\\eaa0\"; }\n .material-icons.redeem:before {\n content: \"\\e8b1\"; }\n .material-icons.redo:before {\n content: \"\\e15a\"; }\n .material-icons.reduce_capacity:before {\n content: \"\\f21c\"; }\n .material-icons.refresh:before {\n content: \"\\e5d5\"; }\n .material-icons.remember_me:before {\n content: \"\\f051\"; }\n .material-icons.remove:before {\n content: \"\\e15b\"; }\n .material-icons.remove_circle:before {\n content: \"\\e15c\"; }\n .material-icons.remove_circle_outline:before {\n content: \"\\e15d\"; }\n .material-icons.remove_done:before {\n content: \"\\e9d3\"; }\n .material-icons.remove_from_queue:before {\n content: \"\\e067\"; }\n .material-icons.remove_moderator:before {\n content: \"\\e9d4\"; }\n .material-icons.remove_red_eye:before {\n content: \"\\e417\"; }\n .material-icons.remove_road:before {\n content: \"\\ebfc\"; }\n .material-icons.remove_shopping_cart:before {\n content: \"\\e928\"; }\n .material-icons.reorder:before {\n content: \"\\e8fe\"; }\n .material-icons.repartition:before {\n content: \"\\f8e8\"; }\n .material-icons.repeat:before {\n content: \"\\e040\"; }\n .material-icons.repeat_on:before {\n content: \"\\e9d6\"; }\n .material-icons.repeat_one:before {\n content: \"\\e041\"; }\n .material-icons.repeat_one_on:before {\n content: \"\\e9d7\"; }\n .material-icons.replay:before {\n content: \"\\e042\"; }\n .material-icons.replay_10:before {\n content: \"\\e059\"; }\n .material-icons.replay_30:before {\n content: \"\\e05a\"; }\n .material-icons.replay_5:before {\n content: \"\\e05b\"; }\n .material-icons.replay_circle_filled:before {\n content: \"\\e9d8\"; }\n .material-icons.reply:before {\n content: \"\\e15e\"; }\n .material-icons.reply_all:before {\n content: \"\\e15f\"; }\n .material-icons.report:before {\n content: \"\\e160\"; }\n .material-icons.report_gmailerrorred:before {\n content: \"\\f052\"; }\n .material-icons.report_off:before {\n content: \"\\e170\"; }\n .material-icons.report_problem:before {\n content: \"\\e8b2\"; }\n .material-icons.request_page:before {\n content: \"\\f22c\"; }\n .material-icons.request_quote:before {\n content: \"\\f1b6\"; }\n .material-icons.reset_tv:before {\n content: \"\\e9d9\"; }\n .material-icons.restart_alt:before {\n content: \"\\f053\"; }\n .material-icons.restaurant:before {\n content: \"\\e56c\"; }\n .material-icons.restaurant_menu:before {\n content: \"\\e561\"; }\n .material-icons.restore:before {\n content: \"\\e8b3\"; }\n .material-icons.restore_from_trash:before {\n content: \"\\e938\"; }\n .material-icons.restore_page:before {\n content: \"\\e929\"; }\n .material-icons.reviews:before {\n content: \"\\f054\"; }\n .material-icons.rice_bowl:before {\n content: \"\\f1f5\"; }\n .material-icons.ring_volume:before {\n content: \"\\e0d1\"; }\n .material-icons.rocket:before {\n content: \"\\eba5\"; }\n .material-icons.rocket_launch:before {\n content: \"\\eb9b\"; }\n .material-icons.roller_shades:before {\n content: \"\\ec12\"; }\n .material-icons.roller_shades_closed:before {\n content: \"\\ec11\"; }\n .material-icons.roller_skating:before {\n content: \"\\ebcd\"; }\n .material-icons.roofing:before {\n content: \"\\f201\"; }\n .material-icons.room:before {\n content: \"\\e8b4\"; }\n .material-icons.room_preferences:before {\n content: \"\\f1b8\"; }\n .material-icons.room_service:before {\n content: \"\\eb49\"; }\n .material-icons.rotate_90_degrees_ccw:before {\n content: \"\\e418\"; }\n .material-icons.rotate_90_degrees_cw:before {\n content: \"\\eaab\"; }\n .material-icons.rotate_left:before {\n content: \"\\e419\"; }\n .material-icons.rotate_right:before {\n content: \"\\e41a\"; }\n .material-icons.roundabout_left:before {\n content: \"\\eb99\"; }\n .material-icons.roundabout_right:before {\n content: \"\\eba3\"; }\n .material-icons.rounded_corner:before {\n content: \"\\e920\"; }\n .material-icons.route:before {\n content: \"\\eacd\"; }\n .material-icons.router:before {\n content: \"\\e328\"; }\n .material-icons.rowing:before {\n content: \"\\e921\"; }\n .material-icons.rss_feed:before {\n content: \"\\e0e5\"; }\n .material-icons.rsvp:before {\n content: \"\\f055\"; }\n .material-icons.rtt:before {\n content: \"\\e9ad\"; }\n .material-icons.rule:before {\n content: \"\\f1c2\"; }\n .material-icons.rule_folder:before {\n content: \"\\f1c9\"; }\n .material-icons.run_circle:before {\n content: \"\\ef6f\"; }\n .material-icons.running_with_errors:before {\n content: \"\\e51d\"; }\n .material-icons.rv_hookup:before {\n content: \"\\e642\"; }\n .material-icons.safety_check:before {\n content: \"\\ebef\"; }\n .material-icons.safety_divider:before {\n content: \"\\e1cc\"; }\n .material-icons.sailing:before {\n content: \"\\e502\"; }\n .material-icons.sanitizer:before {\n content: \"\\f21d\"; }\n .material-icons.satellite:before {\n content: \"\\e562\"; }\n .material-icons.satellite_alt:before {\n content: \"\\eb3a\"; }\n .material-icons.save:before {\n content: \"\\e161\"; }\n .material-icons.save_alt:before {\n content: \"\\e171\"; }\n .material-icons.save_as:before {\n content: \"\\eb60\"; }\n .material-icons.saved_search:before {\n content: \"\\ea11\"; }\n .material-icons.savings:before {\n content: \"\\e2eb\"; }\n .material-icons.scale:before {\n content: \"\\eb5f\"; }\n .material-icons.scanner:before {\n content: \"\\e329\"; }\n .material-icons.scatter_plot:before {\n content: \"\\e268\"; }\n .material-icons.schedule:before {\n content: \"\\e8b5\"; }\n .material-icons.schedule_send:before {\n content: \"\\ea0a\"; }\n .material-icons.schema:before {\n content: \"\\e4fd\"; }\n .material-icons.school:before {\n content: \"\\e80c\"; }\n .material-icons.science:before {\n content: \"\\ea4b\"; }\n .material-icons.score:before {\n content: \"\\e269\"; }\n .material-icons.scoreboard:before {\n content: \"\\ebd0\"; }\n .material-icons.screen_lock_landscape:before {\n content: \"\\e1be\"; }\n .material-icons.screen_lock_portrait:before {\n content: \"\\e1bf\"; }\n .material-icons.screen_lock_rotation:before {\n content: \"\\e1c0\"; }\n .material-icons.screen_rotation:before {\n content: \"\\e1c1\"; }\n .material-icons.screen_rotation_alt:before {\n content: \"\\ebee\"; }\n .material-icons.screen_search_desktop:before {\n content: \"\\ef70\"; }\n .material-icons.screen_share:before {\n content: \"\\e0e2\"; }\n .material-icons.screenshot:before {\n content: \"\\f056\"; }\n .material-icons.screenshot_monitor:before {\n content: \"\\ec08\"; }\n .material-icons.scuba_diving:before {\n content: \"\\ebce\"; }\n .material-icons.sd:before {\n content: \"\\e9dd\"; }\n .material-icons.sd_card:before {\n content: \"\\e623\"; }\n .material-icons.sd_card_alert:before {\n content: \"\\f057\"; }\n .material-icons.sd_storage:before {\n content: \"\\e1c2\"; }\n .material-icons.search:before {\n content: \"\\e8b6\"; }\n .material-icons.search_off:before {\n content: \"\\ea76\"; }\n .material-icons.security:before {\n content: \"\\e32a\"; }\n .material-icons.security_update:before {\n content: \"\\f058\"; }\n .material-icons.security_update_good:before {\n content: \"\\f059\"; }\n .material-icons.security_update_warning:before {\n content: \"\\f05a\"; }\n .material-icons.segment:before {\n content: \"\\e94b\"; }\n .material-icons.select_all:before {\n content: \"\\e162\"; }\n .material-icons.self_improvement:before {\n content: \"\\ea78\"; }\n .material-icons.sell:before {\n content: \"\\f05b\"; }\n .material-icons.send:before {\n content: \"\\e163\"; }\n .material-icons.send_and_archive:before {\n content: \"\\ea0c\"; }\n .material-icons.send_time_extension:before {\n content: \"\\eadb\"; }\n .material-icons.send_to_mobile:before {\n content: \"\\f05c\"; }\n .material-icons.sensor_door:before {\n content: \"\\f1b5\"; }\n .material-icons.sensor_occupied:before {\n content: \"\\ec10\"; }\n .material-icons.sensor_window:before {\n content: \"\\f1b4\"; }\n .material-icons.sensors:before {\n content: \"\\e51e\"; }\n .material-icons.sensors_off:before {\n content: \"\\e51f\"; }\n .material-icons.sentiment_dissatisfied:before {\n content: \"\\e811\"; }\n .material-icons.sentiment_neutral:before {\n content: \"\\e812\"; }\n .material-icons.sentiment_satisfied:before {\n content: \"\\e813\"; }\n .material-icons.sentiment_satisfied_alt:before {\n content: \"\\e0ed\"; }\n .material-icons.sentiment_very_dissatisfied:before {\n content: \"\\e814\"; }\n .material-icons.sentiment_very_satisfied:before {\n content: \"\\e815\"; }\n .material-icons.set_meal:before {\n content: \"\\f1ea\"; }\n .material-icons.settings:before {\n content: \"\\e8b8\"; }\n .material-icons.settings_accessibility:before {\n content: \"\\f05d\"; }\n .material-icons.settings_applications:before {\n content: \"\\e8b9\"; }\n .material-icons.settings_backup_restore:before {\n content: \"\\e8ba\"; }\n .material-icons.settings_bluetooth:before {\n content: \"\\e8bb\"; }\n .material-icons.settings_brightness:before {\n content: \"\\e8bd\"; }\n .material-icons.settings_cell:before {\n content: \"\\e8bc\"; }\n .material-icons.settings_display:before {\n content: \"\\e8bd\"; }\n .material-icons.settings_ethernet:before {\n content: \"\\e8be\"; }\n .material-icons.settings_input_antenna:before {\n content: \"\\e8bf\"; }\n .material-icons.settings_input_component:before {\n content: \"\\e8c0\"; }\n .material-icons.settings_input_composite:before {\n content: \"\\e8c1\"; }\n .material-icons.settings_input_hdmi:before {\n content: \"\\e8c2\"; }\n .material-icons.settings_input_svideo:before {\n content: \"\\e8c3\"; }\n .material-icons.settings_overscan:before {\n content: \"\\e8c4\"; }\n .material-icons.settings_phone:before {\n content: \"\\e8c5\"; }\n .material-icons.settings_power:before {\n content: \"\\e8c6\"; }\n .material-icons.settings_remote:before {\n content: \"\\e8c7\"; }\n .material-icons.settings_suggest:before {\n content: \"\\f05e\"; }\n .material-icons.settings_system_daydream:before {\n content: \"\\e1c3\"; }\n .material-icons.settings_voice:before {\n content: \"\\e8c8\"; }\n .material-icons.severe_cold:before {\n content: \"\\ebd3\"; }\n .material-icons.share:before {\n content: \"\\e80d\"; }\n .material-icons.share_arrival_time:before {\n content: \"\\e524\"; }\n .material-icons.share_location:before {\n content: \"\\f05f\"; }\n .material-icons.shield:before {\n content: \"\\e9e0\"; }\n .material-icons.shield_moon:before {\n content: \"\\eaa9\"; }\n .material-icons.shop:before {\n content: \"\\e8c9\"; }\n .material-icons.shop_2:before {\n content: \"\\e19e\"; }\n .material-icons.shop_two:before {\n content: \"\\e8ca\"; }\n .material-icons.shopify:before {\n content: \"\\ea9d\"; }\n .material-icons.shopping_bag:before {\n content: \"\\f1cc\"; }\n .material-icons.shopping_basket:before {\n content: \"\\e8cb\"; }\n .material-icons.shopping_cart:before {\n content: \"\\e8cc\"; }\n .material-icons.shopping_cart_checkout:before {\n content: \"\\eb88\"; }\n .material-icons.short_text:before {\n content: \"\\e261\"; }\n .material-icons.shortcut:before {\n content: \"\\f060\"; }\n .material-icons.show_chart:before {\n content: \"\\e6e1\"; }\n .material-icons.shower:before {\n content: \"\\f061\"; }\n .material-icons.shuffle:before {\n content: \"\\e043\"; }\n .material-icons.shuffle_on:before {\n content: \"\\e9e1\"; }\n .material-icons.shutter_speed:before {\n content: \"\\e43d\"; }\n .material-icons.sick:before {\n content: \"\\f220\"; }\n .material-icons.sign_language:before {\n content: \"\\ebe5\"; }\n .material-icons.signal_cellular_0_bar:before {\n content: \"\\f0a8\"; }\n .material-icons.signal_cellular_4_bar:before {\n content: \"\\e1c8\"; }\n .material-icons.signal_cellular_alt:before {\n content: \"\\e202\"; }\n .material-icons.signal_cellular_alt_1_bar:before {\n content: \"\\ebdf\"; }\n .material-icons.signal_cellular_alt_2_bar:before {\n content: \"\\ebe3\"; }\n .material-icons.signal_cellular_connected_no_internet_0_bar:before {\n content: \"\\f0ac\"; }\n .material-icons.signal_cellular_connected_no_internet_4_bar:before {\n content: \"\\e1cd\"; }\n .material-icons.signal_cellular_no_sim:before {\n content: \"\\e1ce\"; }\n .material-icons.signal_cellular_nodata:before {\n content: \"\\f062\"; }\n .material-icons.signal_cellular_null:before {\n content: \"\\e1cf\"; }\n .material-icons.signal_cellular_off:before {\n content: \"\\e1d0\"; }\n .material-icons.signal_wifi_0_bar:before {\n content: \"\\f0b0\"; }\n .material-icons.signal_wifi_4_bar:before {\n content: \"\\e1d8\"; }\n .material-icons.signal_wifi_4_bar_lock:before {\n content: \"\\e1d9\"; }\n .material-icons.signal_wifi_bad:before {\n content: \"\\f063\"; }\n .material-icons.signal_wifi_connected_no_internet_4:before {\n content: \"\\f064\"; }\n .material-icons.signal_wifi_off:before {\n content: \"\\e1da\"; }\n .material-icons.signal_wifi_statusbar_4_bar:before {\n content: \"\\f065\"; }\n .material-icons.signal_wifi_statusbar_connected_no_internet_4:before {\n content: \"\\f066\"; }\n .material-icons.signal_wifi_statusbar_null:before {\n content: \"\\f067\"; }\n .material-icons.signpost:before {\n content: \"\\eb91\"; }\n .material-icons.sim_card:before {\n content: \"\\e32b\"; }\n .material-icons.sim_card_alert:before {\n content: \"\\e624\"; }\n .material-icons.sim_card_download:before {\n content: \"\\f068\"; }\n .material-icons.single_bed:before {\n content: \"\\ea48\"; }\n .material-icons.sip:before {\n content: \"\\f069\"; }\n .material-icons.skateboarding:before {\n content: \"\\e511\"; }\n .material-icons.skip_next:before {\n content: \"\\e044\"; }\n .material-icons.skip_previous:before {\n content: \"\\e045\"; }\n .material-icons.sledding:before {\n content: \"\\e512\"; }\n .material-icons.slideshow:before {\n content: \"\\e41b\"; }\n .material-icons.slow_motion_video:before {\n content: \"\\e068\"; }\n .material-icons.smart_button:before {\n content: \"\\f1c1\"; }\n .material-icons.smart_display:before {\n content: \"\\f06a\"; }\n .material-icons.smart_screen:before {\n content: \"\\f06b\"; }\n .material-icons.smart_toy:before {\n content: \"\\f06c\"; }\n .material-icons.smartphone:before {\n content: \"\\e32c\"; }\n .material-icons.smoke_free:before {\n content: \"\\eb4a\"; }\n .material-icons.smoking_rooms:before {\n content: \"\\eb4b\"; }\n .material-icons.sms:before {\n content: \"\\e625\"; }\n .material-icons.sms_failed:before {\n content: \"\\e626\"; }\n .material-icons.snapchat:before {\n content: \"\\ea6e\"; }\n .material-icons.snippet_folder:before {\n content: \"\\f1c7\"; }\n .material-icons.snooze:before {\n content: \"\\e046\"; }\n .material-icons.snowboarding:before {\n content: \"\\e513\"; }\n .material-icons.snowing:before {\n content: \"\\e80f\"; }\n .material-icons.snowmobile:before {\n content: \"\\e503\"; }\n .material-icons.snowshoeing:before {\n content: \"\\e514\"; }\n .material-icons.soap:before {\n content: \"\\f1b2\"; }\n .material-icons.social_distance:before {\n content: \"\\e1cb\"; }\n .material-icons.solar_power:before {\n content: \"\\ec0f\"; }\n .material-icons.sort:before {\n content: \"\\e164\"; }\n .material-icons.sort_by_alpha:before {\n content: \"\\e053\"; }\n .material-icons.sos:before {\n content: \"\\ebf7\"; }\n .material-icons.soup_kitchen:before {\n content: \"\\e7d3\"; }\n .material-icons.source:before {\n content: \"\\f1c4\"; }\n .material-icons.south:before {\n content: \"\\f1e3\"; }\n .material-icons.south_america:before {\n content: \"\\e7e4\"; }\n .material-icons.south_east:before {\n content: \"\\f1e4\"; }\n .material-icons.south_west:before {\n content: \"\\f1e5\"; }\n .material-icons.spa:before {\n content: \"\\eb4c\"; }\n .material-icons.space_bar:before {\n content: \"\\e256\"; }\n .material-icons.space_dashboard:before {\n content: \"\\e66b\"; }\n .material-icons.spatial_audio:before {\n content: \"\\ebeb\"; }\n .material-icons.spatial_audio_off:before {\n content: \"\\ebe8\"; }\n .material-icons.spatial_tracking:before {\n content: \"\\ebea\"; }\n .material-icons.speaker:before {\n content: \"\\e32d\"; }\n .material-icons.speaker_group:before {\n content: \"\\e32e\"; }\n .material-icons.speaker_notes:before {\n content: \"\\e8cd\"; }\n .material-icons.speaker_notes_off:before {\n content: \"\\e92a\"; }\n .material-icons.speaker_phone:before {\n content: \"\\e0d2\"; }\n .material-icons.speed:before {\n content: \"\\e9e4\"; }\n .material-icons.spellcheck:before {\n content: \"\\e8ce\"; }\n .material-icons.splitscreen:before {\n content: \"\\f06d\"; }\n .material-icons.spoke:before {\n content: \"\\e9a7\"; }\n .material-icons.sports:before {\n content: \"\\ea30\"; }\n .material-icons.sports_bar:before {\n content: \"\\f1f3\"; }\n .material-icons.sports_baseball:before {\n content: \"\\ea51\"; }\n .material-icons.sports_basketball:before {\n content: \"\\ea26\"; }\n .material-icons.sports_cricket:before {\n content: \"\\ea27\"; }\n .material-icons.sports_esports:before {\n content: \"\\ea28\"; }\n .material-icons.sports_football:before {\n content: \"\\ea29\"; }\n .material-icons.sports_golf:before {\n content: \"\\ea2a\"; }\n .material-icons.sports_gymnastics:before {\n content: \"\\ebc4\"; }\n .material-icons.sports_handball:before {\n content: \"\\ea33\"; }\n .material-icons.sports_hockey:before {\n content: \"\\ea2b\"; }\n .material-icons.sports_kabaddi:before {\n content: \"\\ea34\"; }\n .material-icons.sports_martial_arts:before {\n content: \"\\eae9\"; }\n .material-icons.sports_mma:before {\n content: \"\\ea2c\"; }\n .material-icons.sports_motorsports:before {\n content: \"\\ea2d\"; }\n .material-icons.sports_rugby:before {\n content: \"\\ea2e\"; }\n .material-icons.sports_score:before {\n content: \"\\f06e\"; }\n .material-icons.sports_soccer:before {\n content: \"\\ea2f\"; }\n .material-icons.sports_tennis:before {\n content: \"\\ea32\"; }\n .material-icons.sports_volleyball:before {\n content: \"\\ea31\"; }\n .material-icons.square:before {\n content: \"\\eb36\"; }\n .material-icons.square_foot:before {\n content: \"\\ea49\"; }\n .material-icons.ssid_chart:before {\n content: \"\\eb66\"; }\n .material-icons.stacked_bar_chart:before {\n content: \"\\e9e6\"; }\n .material-icons.stacked_line_chart:before {\n content: \"\\f22b\"; }\n .material-icons.stadium:before {\n content: \"\\eb90\"; }\n .material-icons.stairs:before {\n content: \"\\f1a9\"; }\n .material-icons.star:before {\n content: \"\\e838\"; }\n .material-icons.star_border:before {\n content: \"\\e83a\"; }\n .material-icons.star_border_purple500:before {\n content: \"\\f099\"; }\n .material-icons.star_half:before {\n content: \"\\e839\"; }\n .material-icons.star_outline:before {\n content: \"\\f06f\"; }\n .material-icons.star_purple500:before {\n content: \"\\f09a\"; }\n .material-icons.star_rate:before {\n content: \"\\f0ec\"; }\n .material-icons.stars:before {\n content: \"\\e8d0\"; }\n .material-icons.start:before {\n content: \"\\e089\"; }\n .material-icons.stay_current_landscape:before {\n content: \"\\e0d3\"; }\n .material-icons.stay_current_portrait:before {\n content: \"\\e0d4\"; }\n .material-icons.stay_primary_landscape:before {\n content: \"\\e0d5\"; }\n .material-icons.stay_primary_portrait:before {\n content: \"\\e0d6\"; }\n .material-icons.sticky_note_2:before {\n content: \"\\f1fc\"; }\n .material-icons.stop:before {\n content: \"\\e047\"; }\n .material-icons.stop_circle:before {\n content: \"\\ef71\"; }\n .material-icons.stop_screen_share:before {\n content: \"\\e0e3\"; }\n .material-icons.storage:before {\n content: \"\\e1db\"; }\n .material-icons.store:before {\n content: \"\\e8d1\"; }\n .material-icons.store_mall_directory:before {\n content: \"\\e563\"; }\n .material-icons.storefront:before {\n content: \"\\ea12\"; }\n .material-icons.storm:before {\n content: \"\\f070\"; }\n .material-icons.straight:before {\n content: \"\\eb95\"; }\n .material-icons.straighten:before {\n content: \"\\e41c\"; }\n .material-icons.stream:before {\n content: \"\\e9e9\"; }\n .material-icons.streetview:before {\n content: \"\\e56e\"; }\n .material-icons.strikethrough_s:before {\n content: \"\\e257\"; }\n .material-icons.stroller:before {\n content: \"\\f1ae\"; }\n .material-icons.style:before {\n content: \"\\e41d\"; }\n .material-icons.subdirectory_arrow_left:before {\n content: \"\\e5d9\"; }\n .material-icons.subdirectory_arrow_right:before {\n content: \"\\e5da\"; }\n .material-icons.subject:before {\n content: \"\\e8d2\"; }\n .material-icons.subscript:before {\n content: \"\\f111\"; }\n .material-icons.subscriptions:before {\n content: \"\\e064\"; }\n .material-icons.subtitles:before {\n content: \"\\e048\"; }\n .material-icons.subtitles_off:before {\n content: \"\\ef72\"; }\n .material-icons.subway:before {\n content: \"\\e56f\"; }\n .material-icons.summarize:before {\n content: \"\\f071\"; }\n .material-icons.sunny:before {\n content: \"\\e81a\"; }\n .material-icons.sunny_snowing:before {\n content: \"\\e819\"; }\n .material-icons.superscript:before {\n content: \"\\f112\"; }\n .material-icons.supervised_user_circle:before {\n content: \"\\e939\"; }\n .material-icons.supervisor_account:before {\n content: \"\\e8d3\"; }\n .material-icons.support:before {\n content: \"\\ef73\"; }\n .material-icons.support_agent:before {\n content: \"\\f0e2\"; }\n .material-icons.surfing:before {\n content: \"\\e515\"; }\n .material-icons.surround_sound:before {\n content: \"\\e049\"; }\n .material-icons.swap_calls:before {\n content: \"\\e0d7\"; }\n .material-icons.swap_horiz:before {\n content: \"\\e8d4\"; }\n .material-icons.swap_horizontal_circle:before {\n content: \"\\e933\"; }\n .material-icons.swap_vert:before {\n content: \"\\e8d5\"; }\n .material-icons.swap_vert_circle:before {\n content: \"\\e8d6\"; }\n .material-icons.swap_vertical_circle:before {\n content: \"\\e8d6\"; }\n .material-icons.swipe:before {\n content: \"\\e9ec\"; }\n .material-icons.swipe_down:before {\n content: \"\\eb53\"; }\n .material-icons.swipe_down_alt:before {\n content: \"\\eb30\"; }\n .material-icons.swipe_left:before {\n content: \"\\eb59\"; }\n .material-icons.swipe_left_alt:before {\n content: \"\\eb33\"; }\n .material-icons.swipe_right:before {\n content: \"\\eb52\"; }\n .material-icons.swipe_right_alt:before {\n content: \"\\eb56\"; }\n .material-icons.swipe_up:before {\n content: \"\\eb2e\"; }\n .material-icons.swipe_up_alt:before {\n content: \"\\eb35\"; }\n .material-icons.swipe_vertical:before {\n content: \"\\eb51\"; }\n .material-icons.switch_access_shortcut:before {\n content: \"\\e7e1\"; }\n .material-icons.switch_access_shortcut_add:before {\n content: \"\\e7e2\"; }\n .material-icons.switch_account:before {\n content: \"\\e9ed\"; }\n .material-icons.switch_camera:before {\n content: \"\\e41e\"; }\n .material-icons.switch_left:before {\n content: \"\\f1d1\"; }\n .material-icons.switch_right:before {\n content: \"\\f1d2\"; }\n .material-icons.switch_video:before {\n content: \"\\e41f\"; }\n .material-icons.synagogue:before {\n content: \"\\eab0\"; }\n .material-icons.sync:before {\n content: \"\\e627\"; }\n .material-icons.sync_alt:before {\n content: \"\\ea18\"; }\n .material-icons.sync_disabled:before {\n content: \"\\e628\"; }\n .material-icons.sync_lock:before {\n content: \"\\eaee\"; }\n .material-icons.sync_problem:before {\n content: \"\\e629\"; }\n .material-icons.system_security_update:before {\n content: \"\\f072\"; }\n .material-icons.system_security_update_good:before {\n content: \"\\f073\"; }\n .material-icons.system_security_update_warning:before {\n content: \"\\f074\"; }\n .material-icons.system_update:before {\n content: \"\\e62a\"; }\n .material-icons.system_update_alt:before {\n content: \"\\e8d7\"; }\n .material-icons.system_update_tv:before {\n content: \"\\e8d7\"; }\n .material-icons.tab:before {\n content: \"\\e8d8\"; }\n .material-icons.tab_unselected:before {\n content: \"\\e8d9\"; }\n .material-icons.table_bar:before {\n content: \"\\ead2\"; }\n .material-icons.table_chart:before {\n content: \"\\e265\"; }\n .material-icons.table_restaurant:before {\n content: \"\\eac6\"; }\n .material-icons.table_rows:before {\n content: \"\\f101\"; }\n .material-icons.table_view:before {\n content: \"\\f1be\"; }\n .material-icons.tablet:before {\n content: \"\\e32f\"; }\n .material-icons.tablet_android:before {\n content: \"\\e330\"; }\n .material-icons.tablet_mac:before {\n content: \"\\e331\"; }\n .material-icons.tag:before {\n content: \"\\e9ef\"; }\n .material-icons.tag_faces:before {\n content: \"\\e420\"; }\n .material-icons.takeout_dining:before {\n content: \"\\ea74\"; }\n .material-icons.tap_and_play:before {\n content: \"\\e62b\"; }\n .material-icons.tapas:before {\n content: \"\\f1e9\"; }\n .material-icons.task:before {\n content: \"\\f075\"; }\n .material-icons.task_alt:before {\n content: \"\\e2e6\"; }\n .material-icons.taxi_alert:before {\n content: \"\\ef74\"; }\n .material-icons.telegram:before {\n content: \"\\ea6b\"; }\n .material-icons.temple_buddhist:before {\n content: \"\\eab3\"; }\n .material-icons.temple_hindu:before {\n content: \"\\eaaf\"; }\n .material-icons.terminal:before {\n content: \"\\eb8e\"; }\n .material-icons.terrain:before {\n content: \"\\e564\"; }\n .material-icons.text_decrease:before {\n content: \"\\eadd\"; }\n .material-icons.text_fields:before {\n content: \"\\e262\"; }\n .material-icons.text_format:before {\n content: \"\\e165\"; }\n .material-icons.text_increase:before {\n content: \"\\eae2\"; }\n .material-icons.text_rotate_up:before {\n content: \"\\e93a\"; }\n .material-icons.text_rotate_vertical:before {\n content: \"\\e93b\"; }\n .material-icons.text_rotation_angledown:before {\n content: \"\\e93c\"; }\n .material-icons.text_rotation_angleup:before {\n content: \"\\e93d\"; }\n .material-icons.text_rotation_down:before {\n content: \"\\e93e\"; }\n .material-icons.text_rotation_none:before {\n content: \"\\e93f\"; }\n .material-icons.text_snippet:before {\n content: \"\\f1c6\"; }\n .material-icons.textsms:before {\n content: \"\\e0d8\"; }\n .material-icons.texture:before {\n content: \"\\e421\"; }\n .material-icons.theater_comedy:before {\n content: \"\\ea66\"; }\n .material-icons.theaters:before {\n content: \"\\e8da\"; }\n .material-icons.thermostat:before {\n content: \"\\f076\"; }\n .material-icons.thermostat_auto:before {\n content: \"\\f077\"; }\n .material-icons.thumb_down:before {\n content: \"\\e8db\"; }\n .material-icons.thumb_down_alt:before {\n content: \"\\e816\"; }\n .material-icons.thumb_down_off_alt:before {\n content: \"\\e9f2\"; }\n .material-icons.thumb_up:before {\n content: \"\\e8dc\"; }\n .material-icons.thumb_up_alt:before {\n content: \"\\e817\"; }\n .material-icons.thumb_up_off_alt:before {\n content: \"\\e9f3\"; }\n .material-icons.thumbs_up_down:before {\n content: \"\\e8dd\"; }\n .material-icons.thunderstorm:before {\n content: \"\\ebdb\"; }\n .material-icons.tiktok:before {\n content: \"\\ea7e\"; }\n .material-icons.time_to_leave:before {\n content: \"\\e62c\"; }\n .material-icons.timelapse:before {\n content: \"\\e422\"; }\n .material-icons.timeline:before {\n content: \"\\e922\"; }\n .material-icons.timer:before {\n content: \"\\e425\"; }\n .material-icons.timer_10:before {\n content: \"\\e423\"; }\n .material-icons.timer_10_select:before {\n content: \"\\f07a\"; }\n .material-icons.timer_3:before {\n content: \"\\e424\"; }\n .material-icons.timer_3_select:before {\n content: \"\\f07b\"; }\n .material-icons.timer_off:before {\n content: \"\\e426\"; }\n .material-icons.tips_and_updates:before {\n content: \"\\e79a\"; }\n .material-icons.tire_repair:before {\n content: \"\\ebc8\"; }\n .material-icons.title:before {\n content: \"\\e264\"; }\n .material-icons.toc:before {\n content: \"\\e8de\"; }\n .material-icons.today:before {\n content: \"\\e8df\"; }\n .material-icons.toggle_off:before {\n content: \"\\e9f5\"; }\n .material-icons.toggle_on:before {\n content: \"\\e9f6\"; }\n .material-icons.token:before {\n content: \"\\ea25\"; }\n .material-icons.toll:before {\n content: \"\\e8e0\"; }\n .material-icons.tonality:before {\n content: \"\\e427\"; }\n .material-icons.topic:before {\n content: \"\\f1c8\"; }\n .material-icons.tornado:before {\n content: \"\\e199\"; }\n .material-icons.touch_app:before {\n content: \"\\e913\"; }\n .material-icons.tour:before {\n content: \"\\ef75\"; }\n .material-icons.toys:before {\n content: \"\\e332\"; }\n .material-icons.track_changes:before {\n content: \"\\e8e1\"; }\n .material-icons.traffic:before {\n content: \"\\e565\"; }\n .material-icons.train:before {\n content: \"\\e570\"; }\n .material-icons.tram:before {\n content: \"\\e571\"; }\n .material-icons.transcribe:before {\n content: \"\\f8ec\"; }\n .material-icons.transfer_within_a_station:before {\n content: \"\\e572\"; }\n .material-icons.transform:before {\n content: \"\\e428\"; }\n .material-icons.transgender:before {\n content: \"\\e58d\"; }\n .material-icons.transit_enterexit:before {\n content: \"\\e579\"; }\n .material-icons.translate:before {\n content: \"\\e8e2\"; }\n .material-icons.travel_explore:before {\n content: \"\\e2db\"; }\n .material-icons.trending_down:before {\n content: \"\\e8e3\"; }\n .material-icons.trending_flat:before {\n content: \"\\e8e4\"; }\n .material-icons.trending_neutral:before {\n content: \"\\e8e4\"; }\n .material-icons.trending_up:before {\n content: \"\\e8e5\"; }\n .material-icons.trip_origin:before {\n content: \"\\e57b\"; }\n .material-icons.troubleshoot:before {\n content: \"\\e1d2\"; }\n .material-icons.try:before {\n content: \"\\f07c\"; }\n .material-icons.tsunami:before {\n content: \"\\ebd8\"; }\n .material-icons.tty:before {\n content: \"\\f1aa\"; }\n .material-icons.tune:before {\n content: \"\\e429\"; }\n .material-icons.tungsten:before {\n content: \"\\f07d\"; }\n .material-icons.turn_left:before {\n content: \"\\eba6\"; }\n .material-icons.turn_right:before {\n content: \"\\ebab\"; }\n .material-icons.turn_sharp_left:before {\n content: \"\\eba7\"; }\n .material-icons.turn_sharp_right:before {\n content: \"\\ebaa\"; }\n .material-icons.turn_slight_left:before {\n content: \"\\eba4\"; }\n .material-icons.turn_slight_right:before {\n content: \"\\eb9a\"; }\n .material-icons.turned_in:before {\n content: \"\\e8e6\"; }\n .material-icons.turned_in_not:before {\n content: \"\\e8e7\"; }\n .material-icons.tv:before {\n content: \"\\e333\"; }\n .material-icons.tv_off:before {\n content: \"\\e647\"; }\n .material-icons.two_wheeler:before {\n content: \"\\e9f9\"; }\n .material-icons.type_specimen:before {\n content: \"\\f8f0\"; }\n .material-icons.u_turn_left:before {\n content: \"\\eba1\"; }\n .material-icons.u_turn_right:before {\n content: \"\\eba2\"; }\n .material-icons.umbrella:before {\n content: \"\\f1ad\"; }\n .material-icons.unarchive:before {\n content: \"\\e169\"; }\n .material-icons.undo:before {\n content: \"\\e166\"; }\n .material-icons.unfold_less:before {\n content: \"\\e5d6\"; }\n .material-icons.unfold_more:before {\n content: \"\\e5d7\"; }\n .material-icons.unpublished:before {\n content: \"\\f236\"; }\n .material-icons.unsubscribe:before {\n content: \"\\e0eb\"; }\n .material-icons.upcoming:before {\n content: \"\\f07e\"; }\n .material-icons.update:before {\n content: \"\\e923\"; }\n .material-icons.update_disabled:before {\n content: \"\\e075\"; }\n .material-icons.upgrade:before {\n content: \"\\f0fb\"; }\n .material-icons.upload:before {\n content: \"\\f09b\"; }\n .material-icons.upload_file:before {\n content: \"\\e9fc\"; }\n .material-icons.usb:before {\n content: \"\\e1e0\"; }\n .material-icons.usb_off:before {\n content: \"\\e4fa\"; }\n .material-icons.vaccines:before {\n content: \"\\e138\"; }\n .material-icons.vape_free:before {\n content: \"\\ebc6\"; }\n .material-icons.vaping_rooms:before {\n content: \"\\ebcf\"; }\n .material-icons.verified:before {\n content: \"\\ef76\"; }\n .material-icons.verified_user:before {\n content: \"\\e8e8\"; }\n .material-icons.vertical_align_bottom:before {\n content: \"\\e258\"; }\n .material-icons.vertical_align_center:before {\n content: \"\\e259\"; }\n .material-icons.vertical_align_top:before {\n content: \"\\e25a\"; }\n .material-icons.vertical_distribute:before {\n content: \"\\e076\"; }\n .material-icons.vertical_shades:before {\n content: \"\\ec0e\"; }\n .material-icons.vertical_shades_closed:before {\n content: \"\\ec0d\"; }\n .material-icons.vertical_split:before {\n content: \"\\e949\"; }\n .material-icons.vibration:before {\n content: \"\\e62d\"; }\n .material-icons.video_call:before {\n content: \"\\e070\"; }\n .material-icons.video_camera_back:before {\n content: \"\\f07f\"; }\n .material-icons.video_camera_front:before {\n content: \"\\f080\"; }\n .material-icons.video_collection:before {\n content: \"\\e04a\"; }\n .material-icons.video_file:before {\n content: \"\\eb87\"; }\n .material-icons.video_label:before {\n content: \"\\e071\"; }\n .material-icons.video_library:before {\n content: \"\\e04a\"; }\n .material-icons.video_settings:before {\n content: \"\\ea75\"; }\n .material-icons.video_stable:before {\n content: \"\\f081\"; }\n .material-icons.videocam:before {\n content: \"\\e04b\"; }\n .material-icons.videocam_off:before {\n content: \"\\e04c\"; }\n .material-icons.videogame_asset:before {\n content: \"\\e338\"; }\n .material-icons.videogame_asset_off:before {\n content: \"\\e500\"; }\n .material-icons.view_agenda:before {\n content: \"\\e8e9\"; }\n .material-icons.view_array:before {\n content: \"\\e8ea\"; }\n .material-icons.view_carousel:before {\n content: \"\\e8eb\"; }\n .material-icons.view_column:before {\n content: \"\\e8ec\"; }\n .material-icons.view_comfortable:before {\n content: \"\\e42a\"; }\n .material-icons.view_comfy:before {\n content: \"\\e42a\"; }\n .material-icons.view_comfy_alt:before {\n content: \"\\eb73\"; }\n .material-icons.view_compact:before {\n content: \"\\e42b\"; }\n .material-icons.view_compact_alt:before {\n content: \"\\eb74\"; }\n .material-icons.view_cozy:before {\n content: \"\\eb75\"; }\n .material-icons.view_day:before {\n content: \"\\e8ed\"; }\n .material-icons.view_headline:before {\n content: \"\\e8ee\"; }\n .material-icons.view_in_ar:before {\n content: \"\\e9fe\"; }\n .material-icons.view_kanban:before {\n content: \"\\eb7f\"; }\n .material-icons.view_list:before {\n content: \"\\e8ef\"; }\n .material-icons.view_module:before {\n content: \"\\e8f0\"; }\n .material-icons.view_quilt:before {\n content: \"\\e8f1\"; }\n .material-icons.view_sidebar:before {\n content: \"\\f114\"; }\n .material-icons.view_stream:before {\n content: \"\\e8f2\"; }\n .material-icons.view_timeline:before {\n content: \"\\eb85\"; }\n .material-icons.view_week:before {\n content: \"\\e8f3\"; }\n .material-icons.vignette:before {\n content: \"\\e435\"; }\n .material-icons.villa:before {\n content: \"\\e586\"; }\n .material-icons.visibility:before {\n content: \"\\e8f4\"; }\n .material-icons.visibility_off:before {\n content: \"\\e8f5\"; }\n .material-icons.voice_chat:before {\n content: \"\\e62e\"; }\n .material-icons.voice_over_off:before {\n content: \"\\e94a\"; }\n .material-icons.voicemail:before {\n content: \"\\e0d9\"; }\n .material-icons.volcano:before {\n content: \"\\ebda\"; }\n .material-icons.volume_down:before {\n content: \"\\e04d\"; }\n .material-icons.volume_down_alt:before {\n content: \"\\e79c\"; }\n .material-icons.volume_mute:before {\n content: \"\\e04e\"; }\n .material-icons.volume_off:before {\n content: \"\\e04f\"; }\n .material-icons.volume_up:before {\n content: \"\\e050\"; }\n .material-icons.volunteer_activism:before {\n content: \"\\ea70\"; }\n .material-icons.vpn_key:before {\n content: \"\\e0da\"; }\n .material-icons.vpn_key_off:before {\n content: \"\\eb7a\"; }\n .material-icons.vpn_lock:before {\n content: \"\\e62f\"; }\n .material-icons.vrpano:before {\n content: \"\\f082\"; }\n .material-icons.wallet:before {\n content: \"\\f8ff\"; }\n .material-icons.wallet_giftcard:before {\n content: \"\\e8f6\"; }\n .material-icons.wallet_membership:before {\n content: \"\\e8f7\"; }\n .material-icons.wallet_travel:before {\n content: \"\\e8f8\"; }\n .material-icons.wallpaper:before {\n content: \"\\e1bc\"; }\n .material-icons.warehouse:before {\n content: \"\\ebb8\"; }\n .material-icons.warning:before {\n content: \"\\e002\"; }\n .material-icons.warning_amber:before {\n content: \"\\f083\"; }\n .material-icons.wash:before {\n content: \"\\f1b1\"; }\n .material-icons.watch:before {\n content: \"\\e334\"; }\n .material-icons.watch_later:before {\n content: \"\\e924\"; }\n .material-icons.watch_off:before {\n content: \"\\eae3\"; }\n .material-icons.water:before {\n content: \"\\f084\"; }\n .material-icons.water_damage:before {\n content: \"\\f203\"; }\n .material-icons.water_drop:before {\n content: \"\\e798\"; }\n .material-icons.waterfall_chart:before {\n content: \"\\ea00\"; }\n .material-icons.waves:before {\n content: \"\\e176\"; }\n .material-icons.waving_hand:before {\n content: \"\\e766\"; }\n .material-icons.wb_auto:before {\n content: \"\\e42c\"; }\n .material-icons.wb_cloudy:before {\n content: \"\\e42d\"; }\n .material-icons.wb_incandescent:before {\n content: \"\\e42e\"; }\n .material-icons.wb_iridescent:before {\n content: \"\\e436\"; }\n .material-icons.wb_shade:before {\n content: \"\\ea01\"; }\n .material-icons.wb_sunny:before {\n content: \"\\e430\"; }\n .material-icons.wb_twighlight:before {\n content: \"\\ea02\"; }\n .material-icons.wb_twilight:before {\n content: \"\\e1c6\"; }\n .material-icons.wc:before {\n content: \"\\e63d\"; }\n .material-icons.web:before {\n content: \"\\e051\"; }\n .material-icons.web_asset:before {\n content: \"\\e069\"; }\n .material-icons.web_asset_off:before {\n content: \"\\e4f7\"; }\n .material-icons.web_stories:before {\n content: \"\\e595\"; }\n .material-icons.webhook:before {\n content: \"\\eb92\"; }\n .material-icons.wechat:before {\n content: \"\\ea81\"; }\n .material-icons.weekend:before {\n content: \"\\e16b\"; }\n .material-icons.west:before {\n content: \"\\f1e6\"; }\n .material-icons.whatsapp:before {\n content: \"\\ea9c\"; }\n .material-icons.whatshot:before {\n content: \"\\e80e\"; }\n .material-icons.wheelchair_pickup:before {\n content: \"\\f1ab\"; }\n .material-icons.where_to_vote:before {\n content: \"\\e177\"; }\n .material-icons.widgets:before {\n content: \"\\e1bd\"; }\n .material-icons.width_full:before {\n content: \"\\f8f5\"; }\n .material-icons.width_normal:before {\n content: \"\\f8f6\"; }\n .material-icons.width_wide:before {\n content: \"\\f8f7\"; }\n .material-icons.wifi:before {\n content: \"\\e63e\"; }\n .material-icons.wifi_1_bar:before {\n content: \"\\e4ca\"; }\n .material-icons.wifi_2_bar:before {\n content: \"\\e4d9\"; }\n .material-icons.wifi_calling:before {\n content: \"\\ef77\"; }\n .material-icons.wifi_calling_3:before {\n content: \"\\f085\"; }\n .material-icons.wifi_channel:before {\n content: \"\\eb6a\"; }\n .material-icons.wifi_find:before {\n content: \"\\eb31\"; }\n .material-icons.wifi_lock:before {\n content: \"\\e1e1\"; }\n .material-icons.wifi_off:before {\n content: \"\\e648\"; }\n .material-icons.wifi_password:before {\n content: \"\\eb6b\"; }\n .material-icons.wifi_protected_setup:before {\n content: \"\\f0fc\"; }\n .material-icons.wifi_tethering:before {\n content: \"\\e1e2\"; }\n .material-icons.wifi_tethering_error:before {\n content: \"\\ead9\"; }\n .material-icons.wifi_tethering_error_rounded:before {\n content: \"\\f086\"; }\n .material-icons.wifi_tethering_off:before {\n content: \"\\f087\"; }\n .material-icons.wind_power:before {\n content: \"\\ec0c\"; }\n .material-icons.window:before {\n content: \"\\f088\"; }\n .material-icons.wine_bar:before {\n content: \"\\f1e8\"; }\n .material-icons.woman:before {\n content: \"\\e13e\"; }\n .material-icons.woo_commerce:before {\n content: \"\\ea6d\"; }\n .material-icons.wordpress:before {\n content: \"\\ea9f\"; }\n .material-icons.work:before {\n content: \"\\e8f9\"; }\n .material-icons.work_history:before {\n content: \"\\ec09\"; }\n .material-icons.work_off:before {\n content: \"\\e942\"; }\n .material-icons.work_outline:before {\n content: \"\\e943\"; }\n .material-icons.workspace_premium:before {\n content: \"\\e7af\"; }\n .material-icons.workspaces:before {\n content: \"\\e1a0\"; }\n .material-icons.workspaces_filled:before {\n content: \"\\ea0d\"; }\n .material-icons.workspaces_outline:before {\n content: \"\\ea0f\"; }\n .material-icons.wrap_text:before {\n content: \"\\e25b\"; }\n .material-icons.wrong_location:before {\n content: \"\\ef78\"; }\n .material-icons.wysiwyg:before {\n content: \"\\f1c3\"; }\n .material-icons.yard:before {\n content: \"\\f089\"; }\n .material-icons.youtube_searched_for:before {\n content: \"\\e8fa\"; }\n .material-icons.zoom_in:before {\n content: \"\\e8ff\"; }\n .material-icons.zoom_in_map:before {\n content: \"\\eb2d\"; }\n .material-icons.zoom_out:before {\n content: \"\\e900\"; }\n .material-icons.zoom_out_map:before {\n content: \"\\e56b\"; }\n\n/*# sourceMappingURL=material-design-icons.css.map */","/*!\n\tLato font.\n*/\n/* Lato (hairline, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 100;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-hairline/lato-hairline.woff2\") format(\"woff2\"), url(\"../fonts/lato-hairline/lato-hairline.woff\") format(\"woff\");\n}\n/* Lato (hairline, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 100;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-hairline-italic/lato-hairline-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-hairline-italic/lato-hairline-italic.woff\") format(\"woff\");\n}\n/* Lato (thin, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 200;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-thin/lato-thin.woff2\") format(\"woff2\"), url(\"../fonts/lato-thin/lato-thin.woff\") format(\"woff\");\n}\n/* Lato (thin, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 200;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-thin-italic/lato-thin-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-thin-italic/lato-thin-italic.woff\") format(\"woff\");\n}\n/* Lato (light, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 300;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-light/lato-light.woff2\") format(\"woff2\"), url(\"../fonts/lato-light/lato-light.woff\") format(\"woff\");\n}\n/* Lato (light, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 300;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-light-italic/lato-light-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-light-italic/lato-light-italic.woff\") format(\"woff\");\n}\n/* Lato (normal, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 400;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-normal/lato-normal.woff2\") format(\"woff2\"), url(\"../fonts/lato-normal/lato-normal.woff\") format(\"woff\");\n}\n/* Lato (normal, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 400;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-normal-italic/lato-normal-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-normal-italic/lato-normal-italic.woff\") format(\"woff\");\n}\n/* Lato (medium, regular) */\n@font-face {\n font-family: \"Lato Medium\";\n font-weight: 400;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-medium/lato-medium.woff2\") format(\"woff2\"), url(\"../fonts/lato-medium/lato-medium.woff\") format(\"woff\");\n}\n/* Lato (medium, italic) */\n@font-face {\n font-family: \"Lato Medium\";\n font-weight: 400;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-medium-italic/lato-medium-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-medium-italic/lato-medium-italic.woff\") format(\"woff\");\n}\n/* Lato (semibold, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 500;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-semibold/lato-semibold.woff2\") format(\"woff2\"), url(\"../fonts/lato-semibold/lato-semibold.woff\") format(\"woff\");\n}\n/* Lato (semibold, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 500;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-semibold-italic/lato-semibold-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-semibold-italic/lato-semibold-italic.woff\") format(\"woff\");\n}\n/* Lato (bold, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 600;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-bold/lato-bold.woff2\") format(\"woff2\"), url(\"../fonts/lato-bold/lato-bold.woff\") format(\"woff\");\n}\n/* Lato (bold, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 600;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-bold-italic/lato-bold-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-bold-italic/lato-bold-italic.woff\") format(\"woff\");\n}\n/* Lato (heavy, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 800;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-heavy/lato-heavy.woff2\") format(\"woff2\"), url(\"../fonts/lato-heavy/lato-heavy.woff\") format(\"woff\");\n}\n/* Lato (heavy, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 800;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-heavy-italic/lato-heavy-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-heavy-italic/lato-heavy-italic.woff\") format(\"woff\");\n}\n/* Lato (black, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 900;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-black/lato-black.woff2\") format(\"woff2\"), url(\"../fonts/lato-black/lato-black.woff\") format(\"woff\");\n}\n/* Lato (black, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 900;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-black-italic/lato-black-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-black-italic/lato-black-italic.woff\") format(\"woff\");\n}\n","/* Rules for sizing the icon. */\n.material-icons.md-18 { font-size: 18px; }\n.material-icons.md-24 { font-size: 24px; }\n.material-icons.md-36 { font-size: 36px; }\n.material-icons.md-48 { font-size: 48px; }\n\n/* Rules for using icons as black on a light background. */\n.material-icons.md-dark { color: rgb(0 0 0 / 54%); }\n.material-icons.md-dark.md-inactive { color: rgb(0 0 0 / 26%); }\n\n/* Rules for using icons as white on a dark background. */\n.material-icons.md-light { color: rgb(255 255 255 / 100%); }\n.material-icons.md-light.md-inactive { color: rgb(255 255 255 / 30%); }\n","pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}","#article{font-size:20px;margin:0 auto;max-width:45em;padding:5px 20px;background-color:#fff;box-shadow:0 0 10px #ccc}#article article{color:#424242;font-size:18px;line-height:1.7em;overflow-wrap:break-word}#article article h1,#article article h2,#article article h3,#article article h4,#article article h5,#article article h6{color:#212121}#article article h1 strong,#article article h2 strong,#article article h3 strong,#article article h4 strong,#article article h5 strong,#article article h6 strong{font-weight:500}#article article h6{font-size:1.2rem}#article article h5{font-size:1.6rem}#article article h4{font-size:1.9rem}#article article h3{font-size:2.2rem}#article article h2{font-size:2.5rem}#article article h1{font-size:2.7rem}#article article a{border-bottom:1px dotted #00acc1;text-decoration:none}#article article a:hover{border-bottom-style:solid}#article article ul{padding-left:30px}#article article ul,#article article ul li{list-style-type:disc}#article article blockquote{font-style:italic}#article article strong{font-weight:bold}#article img,#article figure{max-width:100%;height:auto}#article pre{box-sizing:border-box;margin:0 0 1.75em;border:#e3f2fd 1px solid;width:100%;padding:10px;font-family:monospace;font-size:.8em;white-space:pre;overflow:auto;background:#f5f5f5;border-radius:3px}#article>header>h1{font-size:2em;margin:2.1rem 0 .68rem}#article .entry-info .tools{display:flex;margin:8px 5px 5px;flex-wrap:wrap}#article .entry-info .tools .stats{margin:0;font-size:.7em}#article .entry-info .tools .stats li{display:inline-flex;vertical-align:middle;margin:3px 5px}#article .entry-info .tools .stats li i.material-icons{color:#3e3e3e;margin-right:3px;font-size:18px}#article .entry-info .tools .stats a{color:#000;text-decoration:none}#article .entry-info .tools .tags{display:flex;margin:0;align-items:center;gap:5px}#article .entry-info .chip{display:flex;margin:0;padding:0;height:25px;line-height:25px;align-items:center;background-color:rgba(0,0,0,0)}#article .entry-info .chip a,#article .entry-info .chip i{color:#fff}#article .entry-info .chip i.material-icons{font-size:16px;vertical-align:sub}#article .entry-info .chip-label{padding-left:10px;padding-right:5px;background-color:#9e9e9e;border-radius:6px 0 0 6px}#article .entry-info .chip-action{padding:0 5px;background-color:#868686;border-radius:0 6px 6px 0}#article .entry-info .chip-label,#article .entry-info .chip-action{min-width:30px;text-align:center}#article .entry-info .chip-label:hover,#article .entry-info .chip-label:active,#article .entry-info .chip-label:focus,#article .entry-info .chip-action:hover,#article .entry-info .chip-action:active,#article .entry-info .chip-action:focus{background-color:#5e5e5e}.entry-info{margin-bottom:40px}.reader-mode{width:70px !important;transition:width .2s ease}.reader-mode .collapsible-body{height:0;overflow:hidden}.reader-mode span{opacity:0;transition:opacity .2s ease}.reader-mode:hover{width:260px !important}.reader-mode:hover span{opacity:1}.reader-mode .collapsible-body{height:auto}.reader-mode .collapsible-body li a i.material-icons{margin:auto 5px auto -8px}.progress{position:fixed;top:0;width:100%;height:3px;margin:0;z-index:9999}@media only screen and (max-width: 640px){.entry-info{margin-bottom:20px}#article .entry-info .tools{margin-left:0;margin-right:0}#article .entry-info .tools .tags{gap:10px}#article .entry-info .chip{height:32px;line-height:32px}#article .entry-info .chip-label,#article .entry-info .chip-action{min-width:40px}}main div#content{padding:0 .5rem}.card .card-content{padding-bottom:12px;flex-grow:1}.card .card-content .card-title,.card .card-reveal .card-title{line-height:22.8px;max-height:80px;font-size:19px;font-family:roberto,\"Helvetica Neue\",Helvetica,Arial,sans-serif}.card .card-stacked .card-content .card-title{display:inline-block}.card .card-content .activator,.card .card-reveal .activator{cursor:pointer;font-family:\"Material Icons\"}.card .card-content i.right,.card .card-reveal i.right{margin-left:0}.card .card-content .original{line-height:24px;font-size:15px}.card .card-entry-labels{position:absolute;top:10px;z-index:90;max-width:50%}.card .card-entry-labels-hidden{margin:2.5px auto}.card .card-entry-labels-hidden li{display:inline-block;background-color:#00acc1;margin:0 5px;padding:5px 12px;border-radius:3px;color:#fff;max-height:2em;max-width:calc(100% - 15px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card .card-action{padding:10px 10px 10px 15px}.card .card-action ul.links{margin:0;font-size:24px;line-height:24px}.card .card-action a{color:#fff;margin:0}.card .card-action a:hover{color:#fff}.card .card-action .tool{display:flex;margin-right:0 !important}.card .card-action .reading-time{display:inline-flex;vertical-align:middle}.card .card-action .reading-time .card-reading-time,.card .card-action .reading-time .card-created-at{display:inline-flex}.card .card-action .reading-time span{margin-right:5px}.card .card-image{height:10em}.card .card-fullimage{height:13.5em}.card.sw{max-width:370px;margin-left:auto;margin-right:auto}.card-body{display:flex;flex-grow:1;flex-direction:column}a.original:not(.waves-effect){text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.card .card-image .preview,.card .card-fullimage .preview,.card-stacked .preview{height:100%;background:no-repeat 50%/cover;background-color:#efefef;display:block}.card .card-image .preview--default,.card .card-fullimage .preview--default,.card-stacked .preview--default{background-size:contain}.card-entry-labels li,.card-tag-labels li{margin:10px 10px 10px auto;padding:5px 12px 5px 16px !important;background-color:#00acc1;border-radius:3px;color:#fff;cursor:default;line-height:20px}.card-entry-labels li{text-overflow:ellipsis;white-space:nowrap;border-radius:0 3px 3px 0;overflow:hidden}.card-tag-labels li{display:flex}.card-entry-tags a,.card-entry-labels a,.card-tag-labels a,.card-entry-labels-hidden a,#list .chip a{text-decoration:none;font-weight:normal;color:#fff}.card-tag-link{width:calc(100% - 24px);line-height:1.3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-tag-form{display:flex;min-width:100px;flex-grow:1}.card-tag-form input{margin-bottom:0;height:1.8rem}.card-tag-icon{display:flex}.card-tag-delete{margin-left:10px}.card-tag-labels{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr))}.card-tag-labels li{margin:10px;align-items:center}.card-stacked{display:flex;flex-flow:row wrap}.card-stacked:hover ul.tools-list{display:inline;text-align:right}.card-stacked .card-preview{max-width:100px;max-height:50px;margin-right:10px;flex:1}.card-stacked div.metadata{overflow:hidden;height:1.5em;display:flex}.card-stacked div.metadata ul.tags{margin-left:4px}.card-stacked div.metadata .chip{background-color:#00acc1;padding:0 7px;margin:auto 1px;border-radius:6px;line-height:22px;height:22px}.card-stacked div.metadata .chip a,.card-stacked div.metadata .chip i{color:#fff}.card-stacked div.metadata .chip i.material-icons{float:right;font-size:20px;line-height:32px;padding-left:8px}.card-stacked div.metadata .reading-time{display:inline-flex;vertical-align:middle;padding:0 5px;flex-wrap:wrap;margin-left:auto}.card-stacked div.metadata .reading-time .card-reading-time,.card-stacked div.metadata .reading-time .card-created-at{display:inline-flex}.card-stacked div.metadata .reading-time span{margin-right:5px}.card-stacked div.metadata .reading-time i.material-icons{font-size:20px}.card-stacked div.card-content{flex:4}.card-stacked ul.tools-list{flex:1;display:none;flex-basis:5em;align-self:flex-end;float:right;max-width:8em}.card-stacked .tags{display:inline-block}.card.archived,.card-stacked.archived{opacity:.5}#content .collection .collection-item{min-height:65px;height:auto}.quickstart .card .card-action a,.quickstart .card .card-action a:hover{color:#fff !important}.settings .tabs-container{padding-bottom:15px}.settings .settings-checkbox-col{padding:0}.settings .settings-checkbox-label{margin-bottom:20px;height:3rem}.entries-row{display:grid;margin:.4rem 0 0;padding:0 .75rem;gap:20px}.entry-card{display:flex;margin:0;height:100%;flex-direction:column}.tools{display:flex;gap:10px}.mass-action-toggle{display:inline-flex;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.mass-action-toggle:focus{background-color:rgba(0,0,0,0)}.mass-action{margin:10px 5px 10px 20px}.mass-action-group{display:flex;padding:3px;gap:10px}.mass-action-button{height:24px;line-height:24px;padding:0 .5rem}.mass-action-button i{font-size:1rem}.entry-checkbox{margin:10px 15px 10px 5px}.card .entry-checkbox{float:right;margin-right:0;padding:10px}.entries .entry-checkbox-input,.mass-action .entry-checkbox-input{position:relative;left:0;width:20px;min-height:25px;height:100%;vertical-align:middle;opacity:initial;z-index:10}.toggle-checkbox:not(:checked)+.mass-action,.toggle-checkbox:not(:checked)+.mass-action-tags,.toggle-checkbox:not(:checked)~.entries .entry-checkbox,.toggle-checkbox:checked~.entries .card-preview{display:none}.mass-action-tags{display:flex;align-items:center;gap:10px}.mass-action-tags .mass-action-tags-input{margin:0}.entries{list-style:none}.collection{margin:5px 15px 0;padding:0}.collection .collection-item{padding:7px;height:65px}.results{display:flex;padding:1rem 1rem 0;flex-wrap:wrap;justify-content:space-between}.results .nb-results{display:inline-flex}.results-item{color:#444}.pagination ul{display:flex;margin:0;flex-wrap:wrap;justify-content:space-around}.pagination ul .prev.disabled,.pagination ul .next.disabled{display:none}.pagination li{padding:0}.pagination li:not(.active) a:hover,.pagination li:not(.active) a:active,.pagination li:not(.active) a:focus{background-color:#e6e6e6}.pagination li:not(:last-of-type){margin-right:10px}.pagination span,.pagination a{padding:0 10px;height:30px;display:block;line-height:30px}.pagination .disabled{margin-right:10px;margin-left:10px}.pagination li.active span{padding:0 10px;height:30px;display:block;color:#fff}.footer-text{margin:.7rem .5rem}.hidden{display:none}.picker__date-display{display:none}footer.page-footer{margin-top:10px;padding-top:0}footer .row{margin-bottom:10px}@media screen and (min-width: 993px){.mass-action{display:flex;align-items:center;gap:30px}}#filters button{padding:0;width:100%}#filters div.with-checkbox{height:3rem;margin-top:0}body{display:flex;min-height:100vh;flex-direction:column;background:#fafafa}body.login main{padding:0;min-height:100vh}.border-bottom{border-bottom:1px solid #ddd}a{color:#00acc1}main,#content,.valign-wrapper{height:100%}.typo-logo{max-width:150px}#main{flex:1 0 auto}#main .logo a{height:100pt}#main .logo img{height:100pt;width:100pt}#main .logo:hover{background:rgba(0,0,0,0)}nav{height:auto;line-height:initial}nav input{color:#aaa}nav ul a:hover{background-color:initial}.nav-panel-item .button-collapse{margin-left:0;margin-right:.5rem;padding-left:.5rem;padding-right:.5rem;height:auto;line-height:1;background-color:rgba(0,0,0,0);border:none}.nav-panel-item{display:flex;padding:.6rem .4rem .6rem .75rem;flex-wrap:wrap;justify-content:space-between;align-items:center}.nav-panel-item a{padding:10px 15px}.nav-panel-item .material-icons{height:auto;line-height:1}.nav-input{display:none}.nav-panel-buttom{display:flex;flex-grow:1;justify-content:flex-end}.nav-panel-item .add,.nav-panel-item .search,.nav-panels .close{color:#444 !important}.nav-panels{transition:background .2s ease}.nav-panels .action{margin:0;font-size:2.1rem}.nav-panels .input-field input{display:block;line-height:inherit;height:3rem}.nav-panels .input-field input:focus{border:0;box-shadow:none;color:#444}.nav-panel-top{display:flex;align-items:center}.input-field.nav-panel-item label{left:1rem}.input-field.nav-panel-item .close{color:rgba(0,0,0,0);cursor:pointer;font-size:2rem;transition:.3s color}.input-field.nav-panel-item{display:flex;flex:1;flex-wrap:nowrap;align-items:center}.input-field.nav-panel-add.disabled,.input-field.nav-panel-add.disabled input{background-color:#f5f5f5}.nav-panel-add,.nav-panel-search{background-color:#fff}.nav-form-button{padding:0;background-color:rgba(0,0,0,0);border:none}.nav-form-button:focus{background-color:inherit}.nav-form-button,.nav-panel-item .close{margin:0 1%}.button-filters{display:none}.button-export{display:none}.entry-nav-top--sticky{position:sticky;top:0}.dropdown-content{width:100%}.dropdown-content li{min-height:auto;padding-right:15px}.dropdown-content li>a{display:flex;padding:14px 10px;align-items:center;white-space:initial}@media(min-width: 993px){.toggle-add-url-container{flex-grow:1}.toggle-add-url{display:flex;width:100%;justify-content:end}.button-collapse{display:none}.dropdown-content{min-width:300px;width:initial}}.side-nav{width:240px}.side-nav li{padding:0}.side-nav li.logo>a:hover{background:initial}.side-nav li>a>i.material-icons.theme-toggle-icon{float:none;margin-left:0}.side-nav a{margin:0}.side-nav.fixed a{font-size:13px;line-height:44px;height:44px}.side-nav .collapsible-header,.side-nav.fixed .collapsible-header{height:45px;line-height:44px;padding:0 20px}.side-nav>li.logo{line-height:0;text-align:center}.bold>a{font-weight:bold}.items-number{float:right}div.settings div.file-field div,div.settings div.file-field ul{margin-top:40px}div.settings div.file-field div{margin-top:inherit}.input-field label.active{font-size:1rem}nav .input-field input{margin:0;padding-left:.5rem}.tabs{display:flex}.tab{flex:1}.dark-theme body{background-color:#101010}.dark-theme #article,.dark-theme .card,.dark-theme .card-panel,.dark-theme .card .card-reveal,.dark-theme .card-stacked .preview:not(.preview--default),.dark-theme .card .preview:not(.preview--default),.dark-theme .collapsible-header,.dark-theme .collection,.dark-theme .dropdown-content,.dark-theme .side-nav,.dark-theme .side-nav .collapsible-body,.dark-theme .side-nav.fixed .collapsible-body,.dark-theme .tabs{background-color:#131716}.dark-theme table.striped>tbody>tr:nth-child(2n+1),.dark-theme .dropdown-content li{background-color:#232323}.dark-theme .dropdown-content li:hover,.dark-theme .dropdown-content li.active,.dark-theme .dropdown-content li.selected,.dark-theme .pagination li:not(.active) a:hover,.dark-theme .pagination li:not(.active) a:active,.dark-theme .pagination li:not(.active) a:focus{background-color:#2c2c2c}.dark-theme .dropdown-content .divider{background-color:#383838}.dark-theme .collection{border-color:rgba(0,0,0,0)}.dark-theme .collection .collection-item{border-color:#121212}.dark-theme .card:hover,.dark-theme .collection .collection-item:hover{background-color:#272727}.dark-theme #content,.dark-theme #article article,.dark-theme #article article h1,.dark-theme #article article h2,.dark-theme #article article h3,.dark-theme #article article h4,.dark-theme #article article h5,.dark-theme #article article h6,.dark-theme .dropdown-content li>a,.dark-theme .nav-panels .input-field input:focus,.dark-theme .results-item,.dark-theme .side-nav li>a,.dark-theme .side-nav li>a>i.material-icons{color:#dfdfdf}.dark-theme .cyan,.dark-theme .cyan.darken-1,.dark-theme .cyan.darken-2,.dark-theme .nav-panel-add,.dark-theme .nav-panel-search{background-color:#1d1d1d !important}.dark-theme .grey-text.text-darken-4,.dark-theme .nav-panel-item .add,.dark-theme .nav-panel-item .search,.dark-theme .nav-panels .close{color:#dfdfdf !important}.dark-theme .side-nav li.active{background-color:#2f2f2f}.dark-theme .side-nav li:not(.logo)>a:hover,.dark-theme .side-nav .collapsible-header:hover,.dark-theme .side-nav.fixed .collapsible-header:hover{background-color:#1d1d1d}.dark-theme #article{box-shadow:0 0 10px #1d1d1d}.dark-theme .card,.dark-theme .collection .collection-item{background-color:#1d1d1d}.dark-theme .card-action{background-color:rgba(0,0,0,0)}.dark-theme .logo img,.dark-theme .preview.preview--default,.dark-theme .typo-logo{filter:invert(100%)}.dark-theme .border-bottom,.dark-theme .collapsible,.dark-theme .collapsible-body,.dark-theme .collapsible-header{border-color:#222}.dark-theme .pagination li.active{background-color:#666}.dark-theme .hljs,.dark-theme #article pre{color:#abb2bf;background-color:#282c34}.dark-theme nav input{color:#abb2bf}.dark-theme .input-field.nav-panel-add.disabled,.dark-theme .input-field.nav-panel-add.disabled input{background-color:rgba(0,0,0,0)}@media only screen and (min-width: 992px){.dark-theme #article{background-color:#101010}}@font-face{font-family:icomoon;src:url(\"~icomoon-free-npm/Font/IcoMoon-Free.ttf\");font-weight:normal;font-style:normal}.material-icons{font-family:\"Material Icons\";font-weight:normal;font-style:normal;font-size:24px;width:1em;height:1em;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;user-select:none;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:\"liga\"}.material-icons .md-18{font-size:18px}.material-icons .md-24{font-size:24px}.material-icons .md-36{font-size:36px}.material-icons .md-48{font-size:48px}.material-icons .md-dark{color:rgba(0,0,0,.54)}.material-icons .md-dark .md-inactive{color:rgba(0,0,0,.26)}.material-icons .md-light{color:#fff}.material-icons .md-light .md-inactive{color:rgba(255,255,255,.3)}[class^=icon-]::before,[class*=\" icon-\"]::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;background-size:24px;letter-spacing:0;font-feature-settings:\"liga\"}.icon-eye::before{content:\"\"}.icon-no-eye::before{content:\"\"}.icon-calendar::before{content:\"\"}.icon-mail::before{content:\"\"}.icon-time::before{content:\"\"}a.icon-image{background-repeat:no-repeat;padding-right:.4em !important;padding-left:0 !important;margin-left:25px}a.icon-image::before{content:\"\";display:block;width:24px;height:24px;float:left;margin:7px 1.5px 0 0}a.icon-image.diaspora::before{background:url(\"../../_global/img/icons/diaspora-icon--black.png\") no-repeat center/80%}a.icon-image.unmark::before{background:url(\"../../_global/img/icons/unmark-icon--black.png\") no-repeat center/80%}a.icon-image.shaarli::before{background:url(\"../../_global/img/icons/shaarli.png\") no-repeat center/80%}a.icon-image.scuttle::before{background:url(\"../../_global/img/icons/scuttle.png\") no-repeat center/80%}.icon-google-plus2::before{content:\"\"}.icon-facebook2::before{content:\"\"}.icon-twitter::before{content:\"\"}.icon-apple::before{content:\"\"}.icon-android::before{content:\"\"}.icon-chrome::before{content:\"\"}.icon-firefox::before{content:\"\"}.icon-link::before{content:\"\"}footer [class^=icon-],footer [class*=\" icon-\"]{font-size:2em;transition:text-shadow .2s ease;padding-right:10px}footer [class^=icon-]:hover,footer [class*=\" icon-\"]:hover{text-shadow:0 0 10px rgba(0,0,0,.3)}@media print{body{font-family:serif;background-color:#fff}@page{margin:1cm}img{max-width:100% !important}body>header,body>footer,.entry-tools,header div,.messages,.entry+.results,.left-bar,.progress,.hide-on-large-only,.entry-info,.title-edit{display:none !important}main{padding-left:0 !important}.article{margin:inherit !important}article{border:none !important}.vieworiginal a::after{content:\" (\" attr(href) \")\"}abbr[title]::after{content:\" (\" attr(title) \")\"}.pagination span.current{border-style:dashed}#main{width:100%;margin:0;padding:0}#article{width:100%}}@media only screen and (min-width: 450px){.entries-row{grid-template-columns:repeat(auto-fill, minmax(340px, 1fr))}}@media only screen and (min-width: 992px){nav,.index main,footer{padding-left:240px}.pagination{margin-left:auto}}@media screen and (min-width: 993px){.entry main div#content{padding-left:70px}}@media only screen and (max-width: 992px){header,main,footer,nav{padding-left:0}table{display:block;overflow:auto}iframe{max-width:100%;height:auto}.nav-panels .action{padding-right:.75rem}.nav-panel-top{padding:6px 0}.nav-panel-buttom{justify-content:space-between}#article{max-width:35em;margin-left:auto;margin-right:auto;padding-bottom:100px;font-size:18px}#article>header>h1{font-size:1.33em}.reader-mode{width:240px !important}.reader-mode span{opacity:1}.tabs{display:inline-block;height:auto}.tab{min-width:100%}.indicator{display:none}.pagination li{margin-bottom:.5rem}.pagination li.prev,.pagination li.next{width:auto}.drag-target+.drag-target{height:50%}.drag-target+.drag-target+.drag-target{top:50%}}@media only screen and (min-width: 1200px)and (max-width: 1650px){.row .col.l3{width:33.3333%;margin-left:0}}@media only screen and (min-width: 993px)and (max-width: 1200px){.row .col.l1{width:25%;margin-left:0}.row .col.l2{width:33.3333%;margin-left:0}.row .col.l3{width:41.6667%;margin-left:0}.row .col.l4{width:50%;margin-left:0}.row .col.l5{width:58.333%;margin-left:0}.row .col.l6{width:66.6667%;margin-left:0}.row .col.l7{width:75%;margin-left:0}.row .col.l8{width:83.3333%;margin-left:0}.row .col.l9{width:91.6667%;margin-left:0}.row .col.l10{width:100%;margin-left:0}}@media only screen and (max-width: 350px){.nb-results{display:none}main ul.row{padding:0}.row .col{padding:0}.card-stacked div.metadata .reading-time{display:none}}@media only print{body{display:block}}","/* ==========================================================================\n Article\n ========================================================================== */\n\n#article {\n font-size: 20px;\n margin: 0 auto;\n max-width: 45em;\n padding: 5px 20px;\n background-color: #fff;\n box-shadow: 0 0 10px #ccc;\n\n article {\n color: #424242;\n font-size: 18px;\n line-height: 1.7em;\n overflow-wrap: break-word;\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: #212121;\n\n strong {\n font-weight: 500;\n }\n }\n\n h6 {\n font-size: 1.2rem;\n }\n\n h5 {\n font-size: 1.6rem;\n }\n\n h4 {\n font-size: 1.9rem;\n }\n\n h3 {\n font-size: 2.2rem;\n }\n\n h2 {\n font-size: 2.5rem;\n }\n\n h1 {\n font-size: 2.7rem;\n }\n\n a {\n border-bottom: 1px dotted $blue-accent-color;\n text-decoration: none;\n }\n\n a:hover {\n border-bottom-style: solid;\n }\n\n ul {\n padding-left: 30px;\n }\n\n ul,\n ul li {\n list-style-type: disc;\n }\n\n blockquote {\n font-style: italic;\n }\n\n strong {\n font-weight: bold;\n }\n }\n\n img,\n figure {\n max-width: 100%;\n height: auto;\n }\n\n pre {\n box-sizing: border-box;\n margin: 0 0 1.75em;\n border: #e3f2fd 1px solid;\n width: 100%;\n padding: 10px;\n font-family: monospace;\n font-size: 0.8em;\n white-space: pre;\n overflow: auto;\n background: #f5f5f5;\n border-radius: 3px;\n }\n\n > header > h1 {\n font-size: 2em;\n margin: 2.1rem 0 0.68rem;\n }\n\n .entry-info {\n .tools {\n display: flex;\n margin: 8px 5px 5px;\n flex-wrap: wrap;\n\n .stats {\n margin: 0;\n font-size: 0.7em;\n\n li {\n display: inline-flex;\n vertical-align: middle;\n margin: 3px 5px;\n\n i.material-icons {\n color: #3e3e3e;\n margin-right: 3px;\n font-size: 18px;\n }\n }\n\n a {\n color: #000;\n text-decoration: none;\n }\n }\n\n .tags {\n display: flex;\n margin: 0;\n align-items: center;\n gap: 5px;\n }\n }\n\n .chip {\n display: flex;\n margin: 0;\n padding: 0;\n height: 25px;\n line-height: 25px;\n align-items: center;\n background-color: transparent;\n\n a,\n i {\n color: #fff;\n }\n\n i.material-icons {\n font-size: 16px;\n vertical-align: sub;\n }\n }\n\n .chip-label {\n padding-left: 10px;\n padding-right: 5px;\n background-color: #9e9e9e;\n border-radius: 6px 0 0 6px;\n }\n\n .chip-action {\n padding: 0 5px;\n background-color: #868686;\n border-radius: 0 6px 6px 0;\n }\n\n .chip-label,\n .chip-action {\n min-width: 30px;\n text-align: center;\n }\n\n .chip-label:hover,\n .chip-label:active,\n .chip-label:focus,\n .chip-action:hover,\n .chip-action:active,\n .chip-action:focus {\n background-color: #5e5e5e;\n }\n }\n}\n\n.entry-info {\n margin-bottom: 40px;\n}\n\n.reader-mode {\n width: 70px !important;\n transition: width 0.2s ease;\n\n .collapsible-body {\n height: 0;\n overflow: hidden;\n }\n\n span {\n opacity: 0;\n transition: opacity 0.2s ease;\n }\n\n &:hover {\n width: 260px !important;\n\n span {\n opacity: 1;\n }\n }\n\n .collapsible-body {\n height: auto;\n\n li a i.material-icons {\n margin: auto 5px auto -8px;\n }\n }\n}\n\n.progress {\n position: fixed;\n top: 0;\n width: 100%;\n height: 3px;\n margin: 0;\n z-index: 9999;\n}\n\n@media only screen and (max-width: 640px) {\n .entry-info {\n margin-bottom: 20px;\n }\n\n #article .entry-info .tools {\n margin-left: 0;\n margin-right: 0;\n }\n\n #article .entry-info .tools .tags {\n gap: 10px;\n }\n\n #article .entry-info .chip {\n height: 32px;\n line-height: 32px;\n }\n\n #article .entry-info .chip-label,\n #article .entry-info .chip-action {\n min-width: 40px;\n }\n}\n","/* ==========================================================================\n Cards\n ========================================================================== */\n\nmain {\n div#content {\n padding: 0 0.5rem;\n }\n}\n\n@mixin mixin-reading-time {\n .reading-time {\n display: inline-flex;\n vertical-align: middle;\n\n .card-reading-time,\n .card-created-at {\n display: inline-flex;\n }\n\n span {\n margin-right: 5px;\n }\n\n @content;\n }\n}\n\n.card {\n .card-content {\n padding-bottom: 12px;\n flex-grow: 1;\n }\n\n .card-content .card-title,\n .card-reveal .card-title {\n line-height: 22.8px;\n max-height: 80px;\n font-size: 19px;\n font-family: roberto, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n }\n\n .card-stacked .card-content .card-title {\n display: inline-block;\n }\n\n .card-content .activator,\n .card-reveal .activator {\n cursor: pointer;\n font-family: \"Material Icons\";\n }\n\n .card-content i.right,\n .card-reveal i.right {\n margin-left: 0;\n }\n\n .card-content .original {\n line-height: 24px;\n font-size: 15px;\n }\n\n .card-entry-labels {\n position: absolute;\n top: 10px;\n z-index: 90;\n max-width: 50%;\n }\n\n .card-entry-labels-hidden {\n margin: 2.5px auto;\n }\n\n .card-entry-labels-hidden li {\n display: inline-block;\n background-color: $blue-accent-color;\n margin: 0 5px;\n padding: 5px 12px;\n border-radius: 3px;\n color: #fff;\n max-height: 2em;\n max-width: calc(100% - 15px);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .card-action {\n padding: 10px 10px 10px 15px;\n\n ul.links {\n margin: 0;\n font-size: 24px;\n line-height: 24px;\n }\n\n a {\n color: #fff;\n margin: 0;\n }\n\n a:hover {\n color: #fff;\n }\n\n .tool {\n display: flex;\n margin-right: 0 !important;\n }\n\n @include mixin-reading-time;\n }\n\n .card-image {\n height: 10em;\n }\n\n .card-fullimage {\n height: 13.5em;\n }\n\n &.sw {\n max-width: 370px;\n margin-left: auto;\n margin-right: auto;\n }\n}\n\n.card-body {\n display: flex;\n flex-grow: 1;\n flex-direction: column;\n}\n\na.original:not(.waves-effect) {\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n display: block;\n}\n\n.card .card-image .preview,\n.card .card-fullimage .preview,\n.card-stacked .preview {\n height: 100%;\n background: no-repeat 50%/cover;\n background-color: #efefef;\n display: block;\n\n &--default {\n background-size: contain;\n }\n}\n\n.card-entry-labels li,\n.card-tag-labels li {\n margin: 10px 10px 10px auto;\n padding: 5px 12px 5px 16px !important;\n background-color: $blue-accent-color;\n border-radius: 3px;\n color: #fff;\n cursor: default;\n line-height: 20px;\n}\n\n.card-entry-labels li {\n text-overflow: ellipsis;\n white-space: nowrap;\n border-radius: 0 3px 3px 0;\n overflow: hidden;\n}\n\n.card-tag-labels li {\n display: flex;\n}\n\n.card-entry-tags a,\n.card-entry-labels a,\n.card-tag-labels a,\n.card-entry-labels-hidden a,\n#list .chip a {\n text-decoration: none;\n font-weight: normal;\n color: #fff;\n}\n\n.card-tag-link {\n width: calc(100% - 24px);\n line-height: 1.3;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.card-tag-form {\n display: flex;\n min-width: 100px;\n flex-grow: 1;\n}\n\n.card-tag-form input {\n margin-bottom: 0;\n height: 1.8rem;\n}\n\n.card-tag-icon {\n display: flex;\n}\n\n.card-tag-delete {\n margin-left: 10px;\n}\n\n.card-tag-labels {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n}\n\n.card-tag-labels li {\n margin: 10px;\n align-items: center;\n}\n\n.card-stacked {\n display: flex;\n flex-flow: row wrap;\n\n &:hover ul.tools-list {\n display: inline;\n text-align: right;\n }\n\n .card-preview {\n max-width: 100px;\n max-height: 50px;\n margin-right: 10px;\n flex: 1;\n }\n\n div.metadata {\n overflow: hidden;\n height: 1.5em;\n display: flex;\n\n ul.tags {\n margin-left: 4px;\n }\n\n .chip {\n background-color: $blue-accent-color;\n padding: 0 7px;\n margin: auto 1px;\n border-radius: 6px;\n line-height: 22px;\n height: 22px;\n\n a,\n i {\n color: #fff;\n }\n\n i.material-icons {\n float: right;\n font-size: 20px;\n line-height: 32px;\n padding-left: 8px;\n }\n }\n\n @include mixin-reading-time {\n padding: 0 5px;\n flex-wrap: wrap;\n margin-left: auto;\n\n i.material-icons {\n font-size: 20px;\n }\n }\n }\n\n div.card-content {\n flex: 4;\n }\n\n ul.tools-list {\n flex: 1;\n display: none;\n flex-basis: 5em;\n align-self: flex-end;\n float: right;\n max-width: 8em;\n }\n\n .tags {\n display: inline-block;\n }\n}\n\n.card.archived,\n.card-stacked.archived {\n opacity: 0.5;\n}\n\n#content .collection .collection-item {\n min-height: 65px;\n height: auto;\n}\n\n.quickstart .card .card-action a,\n.quickstart .card .card-action a:hover {\n color: #fff !important;\n}\n\n.settings .tabs-container {\n padding-bottom: 15px;\n}\n\n.settings .settings-checkbox-col {\n padding: 0;\n}\n\n.settings .settings-checkbox-label {\n margin-bottom: 20px;\n height: 3rem;\n}\n\n.entries-row {\n display: grid;\n margin: 0.4rem 0 0;\n padding: 0 0.75rem;\n gap: 20px;\n}\n\n.entry-card {\n display: flex;\n margin: 0;\n height: 100%;\n flex-direction: column;\n}\n\n\n.tools {\n display: flex;\n gap: 10px;\n}\n","/* ==========================================================================\n Variables\n ========================================================================== */\n\n$blue-accent-color: #00acc1;\n","/* ==========================================================================\n * Entries\n * ========================================================================== */\n\n.mass-action-toggle {\n display: inline-flex;\n background-color: transparent;\n border: none;\n cursor: pointer;\n\n &:focus {\n background-color: transparent;\n }\n}\n\n.mass-action {\n margin: 10px 5px 10px 20px;\n}\n\n.mass-action-group {\n display: flex;\n padding: 3px;\n gap: 10px;\n}\n\n.mass-action-button {\n height: 24px;\n line-height: 24px;\n padding: 0 0.5rem;\n\n i {\n font-size: 1rem;\n }\n}\n\n.entry-checkbox {\n margin: 10px 15px 10px 5px;\n\n .card & {\n float: right;\n margin-right: 0;\n padding: 10px;\n }\n}\n\n.entries .entry-checkbox-input,\n.mass-action .entry-checkbox-input {\n position: relative;\n left: 0;\n width: 20px;\n min-height: 25px;\n height: 100%;\n vertical-align: middle;\n opacity: initial;\n z-index: 10;\n}\n\n.toggle-checkbox:not(:checked) + .mass-action,\n.toggle-checkbox:not(:checked) + .mass-action-tags,\n.toggle-checkbox:not(:checked) ~ .entries .entry-checkbox,\n.toggle-checkbox:checked ~ .entries .card-preview {\n display: none;\n}\n\n.mass-action-tags {\n display: flex;\n align-items: center;\n gap: 10px;\n\n .mass-action-tags-input {\n margin: 0;\n }\n}\n\n.entries {\n list-style: none;\n}\n\n.collection {\n margin: 5px 15px 0;\n padding: 0;\n\n .collection-item {\n padding: 7px;\n height: 65px;\n }\n}\n\n.results {\n display: flex;\n padding: 1rem 1rem 0;\n flex-wrap: wrap;\n justify-content: space-between;\n\n .nb-results {\n display: inline-flex;\n }\n}\n\n.results-item {\n color: #444;\n}\n\n.pagination {\n ul {\n display: flex;\n margin: 0;\n flex-wrap: wrap;\n justify-content: space-around;\n\n .prev.disabled,\n .next.disabled {\n display: none;\n }\n }\n\n li {\n padding: 0;\n\n &:not(.active) a:hover,\n &:not(.active) a:active,\n &:not(.active) a:focus {\n background-color: #e6e6e6;\n }\n\n &:not(:last-of-type) {\n margin-right: 10px;\n }\n }\n\n span,\n a {\n padding: 0 10px;\n height: 30px;\n display: block;\n line-height: 30px;\n }\n\n .disabled {\n margin-right: 10px;\n margin-left: 10px;\n }\n\n li.active span {\n padding: 0 10px;\n height: 30px;\n display: block;\n color: #fff;\n }\n}\n\n.footer-text {\n margin: 0.7rem 0.5rem;\n}\n\n.hidden {\n display: none;\n}\n\n.picker__date-display {\n display: none;\n}\n\nfooter {\n &.page-footer {\n margin-top: 10px;\n padding-top: 0;\n }\n\n .row {\n margin-bottom: 10px;\n }\n}\n\n@media screen and (min-width: 993px) {\n .mass-action {\n display: flex;\n align-items: center;\n gap: 30px;\n }\n}\n","/* ==========================================================================\n * Filters slider\n * ========================================================================== */\n\n#filters {\n button {\n padding: 0;\n width: 100%;\n }\n\n div.with-checkbox {\n height: 3rem;\n margin-top: 0;\n }\n}\n","/* ==========================================================================\n Layout\n ========================================================================== */\n\nbody {\n display: flex;\n min-height: 100vh;\n flex-direction: column;\n background: #fafafa;\n\n &.login main {\n padding: 0;\n min-height: 100vh;\n }\n}\n\n.border-bottom {\n border-bottom: 1px solid #ddd;\n}\n\na {\n color: $blue-accent-color;\n}\n\nmain,\n#content,\n.valign-wrapper {\n height: 100%;\n}\n\n.typo-logo {\n max-width: 150px;\n}\n\n#main {\n flex: 1 0 auto;\n\n .logo {\n a {\n height: 100pt;\n }\n\n img {\n height: 100pt;\n width: 100pt;\n }\n\n &:hover {\n background: transparent;\n }\n }\n}\n","/* ==========================================================================\n Nav\n ========================================================================== */\nnav {\n height: auto;\n line-height: initial;\n}\n\nnav {\n input {\n color: #aaa;\n }\n\n ul a:hover {\n background-color: initial;\n }\n}\n\n.nav-panel-item .button-collapse {\n margin-left: 0;\n margin-right: 0.5rem;\n padding-left: 0.5rem;\n padding-right: 0.5rem;\n height: auto;\n line-height: 1;\n background-color: transparent;\n border: none;\n}\n\n.nav-panel-item {\n display: flex;\n padding: 0.6rem 0.4rem 0.6rem 0.75rem;\n flex-wrap: wrap;\n justify-content: space-between;\n align-items: center;\n\n a {\n padding: 10px 15px;\n }\n}\n\n.nav-panel-item .material-icons {\n height: auto;\n line-height: 1;\n}\n\n.nav-input {\n display: none;\n}\n\n.nav-panel-buttom {\n display: flex;\n flex-grow: 1;\n justify-content: flex-end;\n}\n\n.nav-panel-item .add,\n.nav-panel-item .search,\n.nav-panels .close {\n color: #444 !important;\n}\n\n.nav-panels {\n transition: background 0.2s ease;\n\n .action {\n margin: 0;\n font-size: 2.1rem;\n }\n\n .input-field input {\n display: block;\n line-height: inherit;\n height: 3rem;\n }\n\n .input-field input:focus {\n border: 0;\n box-shadow: none;\n color: #444;\n }\n}\n\n.nav-panel-top {\n display: flex;\n align-items: center;\n}\n\n.input-field {\n &.nav-panel-item label {\n left: 1rem;\n }\n\n &.nav-panel-item .close {\n color: transparent;\n cursor: pointer;\n font-size: 2rem;\n transition: 0.3s color;\n }\n\n &.nav-panel-item {\n display: flex;\n flex: 1;\n flex-wrap: nowrap;\n align-items: center;\n }\n\n &.nav-panel-add.disabled,\n &.nav-panel-add.disabled input {\n background-color: whitesmoke;\n }\n}\n\n.nav-panel-add,\n.nav-panel-search {\n background-color: white;\n}\n\n.nav-form-button {\n padding: 0;\n background-color: transparent;\n border: none;\n\n &:focus {\n background-color: inherit;\n }\n}\n\n.nav-form-button,\n.nav-panel-item .close {\n margin: 0 1%;\n}\n\n.button-filters {\n display: none;\n}\n\n.button-export {\n display: none;\n}\n\n.entry-nav-top--sticky {\n position: sticky;\n top: 0;\n}\n\n.dropdown-content {\n width: 100%;\n\n li {\n min-height: auto;\n padding-right: 15px;\n }\n\n li > a {\n display: flex;\n padding: 14px 10px;\n align-items: center;\n white-space: initial;\n }\n}\n\n@media (min-width: 993px) {\n .toggle-add-url-container {\n flex-grow: 1;\n }\n\n .toggle-add-url {\n display: flex;\n width: 100%;\n justify-content: end;\n }\n\n .button-collapse {\n display: none;\n }\n\n .dropdown-content {\n min-width: 300px;\n width: initial;\n }\n}\n","/* ==========================================================================\n Side-nav\n ========================================================================== */\n\n.side-nav {\n width: 240px;\n\n li {\n padding: 0;\n\n &.logo > a:hover {\n background: initial;\n }\n\n & > a > i.material-icons.theme-toggle-icon {\n float: none;\n margin-left: 0;\n }\n }\n\n a {\n margin: 0;\n }\n\n &.fixed a {\n font-size: 13px;\n line-height: 44px;\n height: 44px;\n }\n\n .collapsible-header,\n &.fixed .collapsible-header {\n height: 45px;\n line-height: 44px;\n padding: 0 20px;\n }\n\n > li.logo {\n line-height: 0;\n text-align: center;\n }\n}\n\n.bold > a {\n font-weight: bold;\n}\n\n.items-number {\n float: right;\n}\n","/* ==========================================================================\n * Various\n * ========================================================================== */\n\ndiv.settings div.file-field {\n /* force height on non-input field in the settings page */\n div,\n ul {\n margin-top: 40px;\n }\n\n /* but avoid to kill all file input */\n div {\n margin-top: inherit;\n }\n}\n\n.input-field label.active {\n font-size: 1rem;\n}\n\nnav .input-field input {\n margin: 0;\n padding-left: 0.5rem;\n}\n\n.tabs {\n display: flex;\n}\n\n.tab {\n flex: 1;\n}\n",".dark-theme {\n body {\n background-color: #101010;\n }\n\n #article,\n .card,\n .card-panel,\n .card .card-reveal,\n .card-stacked .preview:not(.preview--default),\n .card .preview:not(.preview--default),\n .collapsible-header,\n .collection,\n .dropdown-content,\n .side-nav,\n .side-nav .collapsible-body,\n .side-nav.fixed .collapsible-body,\n .tabs {\n background-color: #131716;\n }\n\n table.striped > tbody > tr:nth-child(2n+1),\n .dropdown-content li {\n background-color: #232323;\n }\n\n .dropdown-content li:hover,\n .dropdown-content li.active,\n .dropdown-content li.selected,\n .pagination li:not(.active) a:hover,\n .pagination li:not(.active) a:active,\n .pagination li:not(.active) a:focus {\n background-color: #2c2c2c;\n }\n\n .dropdown-content .divider {\n background-color: #383838;\n }\n\n .collection {\n border-color: transparent;\n }\n\n .collection .collection-item {\n border-color: #121212;\n }\n\n .card:hover,\n .collection .collection-item:hover {\n background-color: #272727;\n }\n\n #content,\n #article article,\n #article article h1,\n #article article h2,\n #article article h3,\n #article article h4,\n #article article h5,\n #article article h6,\n .dropdown-content li > a,\n .nav-panels .input-field input:focus,\n .results-item,\n .side-nav li > a,\n .side-nav li > a > i.material-icons {\n color: #dfdfdf;\n }\n\n .cyan,\n .cyan.darken-1,\n .cyan.darken-2,\n .nav-panel-add,\n .nav-panel-search {\n background-color: #1d1d1d !important;\n }\n\n .grey-text.text-darken-4,\n .nav-panel-item .add,\n .nav-panel-item .search,\n .nav-panels .close {\n color: #dfdfdf !important;\n }\n\n .side-nav li.active {\n background-color: #2f2f2f;\n }\n\n .side-nav li:not(.logo) > a:hover,\n .side-nav .collapsible-header:hover,\n .side-nav.fixed .collapsible-header:hover {\n background-color: #1d1d1d;\n }\n\n #article {\n box-shadow: 0 0 10px #1d1d1d;\n }\n\n .card,\n .collection .collection-item {\n background-color: #1d1d1d;\n }\n\n .card-action {\n background-color: transparent;\n }\n\n .logo img,\n .preview.preview--default,\n .typo-logo {\n filter: invert(100%);\n }\n\n .border-bottom,\n .collapsible,\n .collapsible-body,\n .collapsible-header {\n border-color: #222;\n }\n\n .pagination li.active {\n background-color: #666;\n }\n\n .hljs,\n #article pre {\n color: #abb2bf;\n background-color: #282c34;\n }\n\n nav input {\n color: #abb2bf;\n }\n\n .input-field.nav-panel-add.disabled,\n .input-field.nav-panel-add.disabled input {\n background-color: transparent;\n }\n\n @media only screen and (min-width: 992px) {\n #article {\n background-color: #101010;\n }\n }\n}\n","/* ==========================================================================\n * Fonts\n * ========================================================================== */\n\n/**\n * Icomoon\n */\n@font-face {\n font-family: icomoon;\n src: url(\"~icomoon-free-npm/Font/IcoMoon-Free.ttf\");\n font-weight: normal;\n font-style: normal;\n}\n","/* ==========================================================================\n * Icons\n * ========================================================================== */\n\n/**\n *\n * Material 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 width: 1em;\n height: 1em;\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 user-select: none;\n\n /* Support for all WebKit browsers. */\n -webkit-font-smoothing: antialiased;\n\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\n .md-18 {\n font-size: 18px;\n }\n\n .md-24 {\n font-size: 24px;\n }\n\n .md-36 {\n font-size: 36px;\n }\n\n .md-48 {\n font-size: 48px;\n }\n\n .md-dark {\n color: rgb(0 0 0 / 54%);\n\n .md-inactive {\n color: rgb(0 0 0 / 26%);\n }\n }\n\n .md-light {\n color: rgb(255 255 255 / 100%);\n\n .md-inactive {\n color: rgb(255 255 255 / 30%);\n }\n }\n}\n\n/**\n *\n * Icomoon icons\n *\n */\n[class^=\"icon-\"]::before,\n[class*=\" icon-\"]::before {\n font-family: icomoon;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n background-size: 24px;\n\n /* Enable Ligatures ================ */\n letter-spacing: 0;\n font-feature-settings: \"liga\";\n}\n\n.icon-eye::before {\n content: \"\\e9ce\";\n}\n\n.icon-no-eye::before {\n content: \"\\e9d1\";\n}\n\n.icon-calendar::before {\n content: \"\\e953\";\n}\n\n.icon-mail::before {\n content: \"\\ea86\";\n}\n\n.icon-time::before {\n content: \"\\e952\";\n}\n\na.icon-image {\n background-repeat: no-repeat;\n padding-right: 0.4em !important;\n padding-left: 0 !important;\n margin-left: 25px;\n\n &::before {\n content: \"\";\n display: block;\n width: 24px;\n height: 24px;\n float: left;\n margin: 7px 1.5px 0 0;\n }\n\n &.diaspora::before {\n background: url(\"../../_global/img/icons/diaspora-icon--black.png\") no-repeat center/80%;\n }\n\n &.unmark::before {\n background: url(\"../../_global/img/icons/unmark-icon--black.png\") no-repeat center/80%;\n }\n\n &.shaarli::before {\n background: url(\"../../_global/img/icons/shaarli.png\") no-repeat center/80%;\n }\n\n &.scuttle::before {\n background: url(\"../../_global/img/icons/scuttle.png\") no-repeat center/80%;\n }\n}\n\n.icon-google-plus2::before {\n content: \"\\ea89\";\n}\n\n.icon-facebook2::before {\n content: \"\\ea8d\";\n}\n\n.icon-twitter::before {\n content: \"\\ea96\";\n}\n\n.icon-apple::before {\n content: \"\\eabf\";\n}\n\n.icon-android::before {\n content: \"\\eac1\";\n}\n\n.icon-chrome::before {\n content: \"\\eae5\";\n}\n\n.icon-firefox::before {\n content: \"\\eae6\";\n}\n\n.icon-link::before {\n content: \"\\e9cb\";\n}\n\nfooter [class^=\"icon-\"],\nfooter [class*=\" icon-\"] {\n font-size: 2em;\n transition: text-shadow 0.2s ease;\n padding-right: 10px;\n}\n\nfooter [class^=\"icon-\"]:hover,\nfooter [class*=\" icon-\"]:hover {\n text-shadow: 0 0 10px rgb(0 0 0 / 30%);\n}\n","@media print {\n /* ### Layout ### */\n\n body {\n font-family: serif;\n background-color: #fff;\n }\n\n @page {\n margin: 1cm;\n }\n\n img {\n max-width: 100% !important;\n }\n\n /* ### Content ### */\n\n /* Hide useless blocks */\n body > header,\n body > footer,\n .entry-tools,\n header div,\n .messages,\n .entry + .results,\n .left-bar,\n .progress,\n .hide-on-large-only,\n .entry-info,\n .title-edit {\n display: none !important;\n }\n\n main {\n padding-left: 0 !important;\n }\n\n .article {\n margin: inherit !important;\n }\n\n article {\n border: none !important;\n }\n\n /* Add URL after links */\n .vieworiginal a::after {\n content: \" (\" attr(href) \")\";\n }\n\n /* Add explanation after abbr */\n abbr[title]::after {\n content: \" (\" attr(title) \")\";\n }\n\n /* Change border on current pager item */\n .pagination span.current {\n border-style: dashed;\n }\n\n #main {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n #article {\n width: 100%;\n }\n}\n","/* ==========================================================================\n Media queries\n ========================================================================== */\n\n@media only screen and (min-width: 450px) {\n .entries-row {\n grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));\n }\n}\n\n@media only screen and (min-width: 992px) {\n nav,\n .index main,\n footer {\n padding-left: 240px;\n }\n\n .pagination {\n margin-left: auto;\n }\n}\n\n@media screen and (min-width: 993px) {\n .entry main div#content {\n padding-left: 70px;\n }\n}\n\n@media only screen and (max-width: 992px) {\n header,\n main,\n footer,\n nav {\n padding-left: 0;\n }\n\n table {\n display: block;\n overflow: auto;\n }\n\n iframe {\n max-width: 100%;\n height: auto;\n }\n\n .nav-panels .action {\n padding-right: 0.75rem;\n }\n\n .nav-panel-top {\n padding: 6px 0;\n }\n\n .nav-panel-buttom {\n justify-content: space-between;\n }\n\n #article {\n max-width: 35em;\n margin-left: auto;\n margin-right: auto;\n padding-bottom: 100px;\n font-size: 18px;\n\n > header > h1 {\n font-size: 1.33em;\n }\n }\n\n .reader-mode {\n width: 240px !important;\n\n span {\n opacity: 1;\n }\n }\n\n .tabs {\n display: inline-block;\n height: auto;\n }\n\n .tab {\n min-width: 100%;\n }\n\n .indicator {\n display: none;\n }\n\n .pagination li {\n margin-bottom: 0.5rem;\n\n &.prev,\n &.next {\n width: auto;\n }\n }\n\n .drag-target + .drag-target {\n height: 50%;\n }\n\n .drag-target + .drag-target + .drag-target {\n top: 50%;\n }\n}\n\n@media only screen and (min-width: 1200px) and (max-width: 1650px) {\n .row .col.l3 {\n width: 33.3333%;\n margin-left: 0;\n }\n}\n\n@media only screen and (min-width: 993px) and (max-width: 1200px) {\n .row {\n .col.l1 {\n width: 25%;\n margin-left: 0;\n }\n\n .col.l2 {\n width: 33.3333%;\n margin-left: 0;\n }\n\n .col.l3 {\n width: 41.6667%;\n margin-left: 0;\n }\n\n .col.l4 {\n width: 50%;\n margin-left: 0;\n }\n\n .col.l5 {\n width: 58.333%;\n margin-left: 0;\n }\n\n .col.l6 {\n width: 66.6667%;\n margin-left: 0;\n }\n\n .col.l7 {\n width: 75%;\n margin-left: 0;\n }\n\n .col.l8 {\n width: 83.3333%;\n margin-left: 0;\n }\n\n .col.l9 {\n width: 91.6667%;\n margin-left: 0;\n }\n\n .col.l10 {\n width: 100%;\n margin-left: 0;\n }\n }\n}\n\n@media only screen and (max-width: 350px) {\n .nb-results {\n display: none;\n }\n\n main ul.row {\n padding: 0;\n }\n\n .row .col {\n padding: 0;\n }\n\n .card-stacked div.metadata .reading-time {\n display: none;\n }\n}\n\n@media only print {\n body {\n display: block;\n }\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"material.css","mappings":"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,SACE,eAGF,QACE,eAGF,0CAEE,eACA,YAGF,eACE,qBACA,kBACA,kBACA,mBACA,YAGF,iBACE,WACA,qBACA,iBACA,eACA,iBAGF,wBACE,WAGF,sBACE,yBAGF,0BACE,eACA,WAGF,iBACE,eAGF,2BACE,qBACA,WAGF,0CACE,YACE,WAEF,wCAEE,UAEF,qBACE,UACA,gBACA,oBAIJ,YACE,eACA,2BAGF,+FAGE,qBACA,WACA,eAGF,mBACE,YACA,2BACA,mBACA,qBACA,6BACA,mBACA,kBACA,eACA,oBACA,mCAGF,+BACE,aAGF,uBACE,WAGF,oBACE,kBACA,gBACA,aAGF,8BACE,kBACA,MACA,OACA,QACA,SACA,WAGF,kCACE,aACA,kBACA,SACA,SACA,eACA,gBAEQ,+BAEA,2BAGV,qBACE,kBAGF,QACE,0BAMF,qBACE,UAGF,SACE,UAEQ,uBAMV,0CACE,4CACE,yBAIJ,0CACE,sBACE,yBAIJ,0CACE,oBACE,yBAIJ,gEACE,kBACE,yBAIJ,0CACE,oBACE,yBAIJ,0CACE,eACE,0BAIJ,gEACE,gBACE,0BAIJ,0CACE,eACE,0BAIJ,0CACE,uBACE,0BAIJ,0CACE,yBACE,0BAIJ,0CACE,sBACE,mBAIJ,aACE,iBACA,WACA,yBAGF,+BACE,gBACA,gBAIA,aAIQ,mBACR,iBACA,2BACA,oCAGF,YACE,YAGF,MACE,WACA,cAGF,gDAEE,gCAGF,sCACE,yBAGF,0BACE,gBAGF,yBAEE,sCAGF,+BACE,yBAGF,sDACE,kBAGF,MACE,gCAGF,MACE,iBACA,mBACA,gBACA,sBACA,kBAGF,0CACE,uBACE,WACA,yBACA,iBACA,cACA,kBAGF,uCACE,YAEF,oDAEE,SACA,mBAEF,0BACE,gBAEF,6BACE,cACA,WAEF,gCACE,cACA,mBAEF,2CACE,YAEF,6BACE,cACA,WACA,kBACA,gBACA,mBAEF,gCACE,qBACA,mBAEF,0BACE,cACA,iBAEF,0BACE,cACA,kBACA,gBAEF,0BACE,eAEF,6BACE,SACA,+BAEF,mCACE,gBACA,cAEF,mCACE,cACA,eACA,gBAEF,mCACE,SAEF,yCACE,gCAIJ,YACE,sBACA,yBACA,kBACA,gBACA,kBAGF,6BACE,sBACA,mBACA,kBACA,SACA,gCAGF,oCACE,gBACA,kBACA,kBAGF,mIAEE,kBACA,WACA,YACA,gBACA,UACA,qBACA,sBAGF,6CACE,eACA,iBACA,WACA,sBACA,kBAGF,2CACE,eAGF,sCACE,SAGF,uDACE,kBACA,SACA,WAGF,wCACE,mBAGF,oCACE,yBACA,cAGF,uDACE,WAGF,8BACE,cAEA,gBACA,cAGF,iDACE,sBAGF,2CACE,sBACA,gCACA,kBAGF,yCACE,kBAGF,gDACE,kBAGF,mBACE,YACA,cAGF,yBACE,SACA,YAGF,iBACE,kBACA,sBACA,SACA,gBAGF,uEACE,kBACA,MACA,OACA,WACA,YAGF,UACE,kBACA,WACA,cACA,WACA,yBACA,kBACA,sBACA,gBAGF,uBACE,kBACA,MACA,OACA,SACA,yBAEA,4BAGF,yBACE,yBAGF,gCACE,WACA,kBACA,yBACA,MACA,OACA,SACA,uBAEQ,8EAGV,+BACE,WACA,kBACA,yBACA,MACA,OACA,SACA,uBAEQ,+EAEA,sBAkBV,yBACE,GACE,UACA,WAEF,IACE,UACA,WAEF,KACE,UACA,YAmBJ,+BACE,GACE,WACA,WAEF,IACE,UACA,UAEF,KACE,UACA,WAOJ,MACE,wBAGF,YACE,gBAGF,aACE,iBAGF,sBACE,kBAGF,MACE,sBAGF,OACE,uBAGF,sDAEE,yBACG,sBAEK,iBAGV,QACE,kBAGF,cACE,cACA,iBACA,kBAGF,UACE,cACA,mBACA,gBACA,uBAGF,YACE,qBAGF,WACE,eACA,cACA,iBACA,kBACA,eACA,iBACA,YACA,cACA,YAEQ,sBAGV,eACE,gBACA,gBACA,WACA,yBACA,kBAGF,qBACE,eAGF,sCACE,qCAGF,oBACE,qBACA,WACA,gBACA,iBACA,YACA,4BAGF,4BACE,+BAGF,wBACE,iBAGF,qBACE,gBAIF,gBACE,kCAGQ,6BAGV,WACE,cACA,iBACA,UAGF,0CACE,WACE,WAIJ,0CACE,WACE,WAIJ,gBACE,qBACA,sBAGF,SACE,iBACA,oBAGF,gBACE,UAGF,oBACE,iBAGF,oBACE,cAGF,KACE,iBACA,kBACA,mBAGF,WACE,WACA,cACA,WAGF,UACE,WAEQ,sBACR,iBACA,eAGF,gDACE,kBAGF,aACE,oBACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,UACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,UACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,qBACA,iBACA,UACA,WAGF,aACE,UACA,iBACA,UACA,WAGF,cACE,qBACA,iBACA,UACA,WAGF,cACE,qBACA,iBACA,UACA,WAGF,cACE,WACA,iBACA,UACA,WAGF,oBACE,0BAGF,kBACE,oBAGF,kBACE,mBAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,gBAGF,kBACE,UAGF,kBACE,SAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,gBAGF,kBACE,UAGF,kBACE,SAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,2BAGF,kBACE,qBAGF,kBACE,oBAGF,oBACE,gBAGF,kBACE,UAGF,kBACE,SAGF,qBACE,2BAGF,mBACE,qBAGF,mBACE,oBAGF,qBACE,2BAGF,mBACE,qBAGF,mBACE,oBAGF,qBACE,iBAGF,mBACE,WAGF,mBACE,UAGF,0CACE,aACE,oBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,WACA,iBACA,UACA,WAEF,oBACE,0BAEF,kBACE,oBAEF,kBACE,mBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,iBAEF,mBACE,WAEF,mBACE,WAIJ,0CACE,aACE,oBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,qBACA,iBACA,UACA,WAEF,aACE,UACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,WACA,iBACA,UACA,WAEF,oBACE,0BAEF,kBACE,oBAEF,kBACE,mBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,2BAEF,kBACE,qBAEF,kBACE,oBAEF,oBACE,gBAEF,kBACE,UAEF,kBACE,SAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,iBAEF,mBACE,WAEF,mBACE,WAIJ,2CACE,cACE,oBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,UACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,UACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,qBACA,iBACA,UACA,WAEF,cACE,UACA,iBACA,UACA,WAEF,eACE,qBACA,iBACA,UACA,WAEF,eACE,qBACA,iBACA,UACA,WAEF,eACE,WACA,iBACA,UACA,WAEF,qBACE,0BAEF,mBACE,oBAEF,mBACE,mBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,gBAEF,mBACE,UAEF,mBACE,SAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,gBAEF,mBACE,UAEF,mBACE,SAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,2BAEF,mBACE,qBAEF,mBACE,oBAEF,qBACE,gBAEF,mBACE,UAEF,mBACE,SAEF,sBACE,2BAEF,oBACE,qBAEF,oBACE,oBAEF,sBACE,2BAEF,oBACE,qBAEF,oBACE,oBAEF,sBACE,iBAEF,oBACE,WAEF,oBACE,WAIJ,IACE,WACA,yBACA,WACA,YACA,iBAGF,iBACE,YAGF,8BACE,gBACA,YAGF,8BACE,kBACA,mBAGF,MACE,WAGF,+DAGE,cACA,eACA,YACA,iBAGF,iBACE,kBACA,YAGF,0CACE,sBACE,cAIJ,qBACE,WACA,kBACA,UACA,YACA,cAGF,uBACE,YACA,iBAGF,gBACE,kBACA,WACA,qBACA,iBACA,UAGF,uBACE,SAEQ,2BAGV,0CACE,gBACE,SAEQ,2BAEV,2CACE,UAEQ,eAEV,qBACE,WAEF,sBACE,YACA,WAIJ,sBACE,YACA,UAGF,+GAGE,WACA,kBAGF,eACE,qBACA,eACA,eAGF,OACE,SAGF,UAEE,gCACA,WACA,UAGF,iBACE,gCAGF,SAEE,gCACA,eACA,WACA,cACA,eACA,eAGF,2FACE,gBACA,iBACA,kBAGF,2KACE,eACA,oBAGF,eACE,gCAGF,YACE,WAGF,SACE,YAGF,iBACE,SACA,YAGF,uBACE,YACA,iBACA,YACA,kBAGF,yOACE,YAEQ,gBAGV,uBACE,MACA,OAGF,yBACE,2BAEA,qBAGF,gCACE,WAGF,cACE,kBACA,YACA,YAGF,kBACE,eAGF,0CACE,8BACE,gBAEF,qEACE,YACA,iBAEF,cACE,aAIJ,WACE,qBACA,sIACA,gBAGF,WACE,qBACA,uIACA,gBAGF,WACE,qBACA,yIACA,gBAGF,WACE,qBACA,wIACA,gBAGF,WACE,qBACA,sIACA,gBAGF,EACE,qBAGF,KACE,gBACA,gCACA,mBACA,sBAGF,sCACE,KACE,gBAIJ,0CACE,KACE,kBAIJ,2CACE,KACE,gBAIJ,kBACE,gBACA,gBAGF,8BACE,oBAGF,GACE,iBACA,iBACA,0BAGF,GACE,kBACA,iBACA,4BAGF,GACE,kBACA,iBACA,4BAGF,GACE,kBACA,iBACA,2BAGF,GACE,kBACA,iBACA,0BAGF,GACE,eACA,iBACA,uBAGF,GACE,kBAGF,OACE,gBAGF,MACE,cAGF,sCACE,gBAGF,MACE,gBAGF,WACE,gBAGF,0CACE,WACE,kBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,mBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,mBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,mBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,oBAIJ,0CACE,WACE,mBAIJ,0CACE,WACE,kBAIJ,kBAGE,wEACA,CAGF,4BAEU,mBAGR,mCACA,CAGF,2BAEU,mBAGV,YAGE,2BAEA,aACA,sBACA,kBACA,sBAGF,MACE,kBACA,sBACA,sBAGA,2BAEA,kBAGF,kBACE,eACA,gBAGF,4BACE,eAGF,qCACE,kBAGF,yEACE,eACA,gBAGF,mHACE,eAGF,+EACE,gBACA,gBAGF,4EACE,kBACA,SACA,OACA,QAGF,YACE,aAGF,aACE,aAGF,YACE,aAGF,iBAIE,aAGF,0GACE,YACA,gBACA,iBAGF,sHACE,YAGF,6BACE,cAGF,iCACE,0BACA,eACA,WAGF,+BAIE,aAKQ,sBAIA,OACR,kBAGF,6CAIU,YAGV,iCACE,UAGF,iCACE,UACA,oBAGF,kBACE,kBAGF,sBACE,cACA,0BACA,kBACA,OACA,QACA,MACA,SACA,WAGF,8BACE,WACA,kBACA,SACA,OACA,eACA,aAGF,oBACE,aACA,0BAGF,sBACE,SACA,cAGF,gCACE,cACA,iBACA,kBAGF,kCACE,iBAGF,mBACE,kBACA,yBACA,0CACA,kBAGF,8BACE,0BAGF,kFACE,cACA,kBAEA,0BACA,yBAGF,wFACE,cAGF,mBACE,aACA,kBACA,sBACA,WACA,gBACA,OACA,SACA,YACA,UACA,aAGF,+BACE,eACA,cAGF,iBACE,cACA,eACA,cAGF,0CACE,iBACE,eACA,WAIJ,gEACE,iBACE,QACA,UACA,eAIJ,0CACE,iBACE,QACA,SACA,eAIJ,OACE,kBACA,SACA,WACA,gBACA,kBACA,eACA,YACA,gBACA,kBACA,qBACA,yBACA,kBACA,iBACA,gBACA,WAIA,aAIQ,mBAIA,8BACR,eAGF,qBACE,cACA,gBACA,mBACA,iBAGF,eACE,mBAGF,0CACE,OACE,WACA,iBAIJ,MACE,kBACA,gBACA,kBACA,YACA,WACA,sBACA,cACA,mBAGF,uBACE,+BAGF,kHAGE,2BAGF,yEAEE,WAGF,kCACE,sBAGF,uBAIE,aAGF,4BAIU,YAGV,WACE,qBACA,kBACA,iBACA,YACA,UACA,SACA,yBAGF,aACE,2BACA,cACA,WACA,YACA,eACA,eACA,uBACA,gBAEA,2BAGF,uCACE,+BACA,cAGF,kDAEE,2BACA,eAGF,iBACE,kBACA,SACA,WACA,yBACA,uBAGF,0CACE,MAIE,aAEF,WAIU,YAEV,aACE,gBAIJ,kBACE,iBACA,eACA,aACA,+BACA,kBACA,WACA,gBACA,iBACA,UACA,kBACA,kBACA,2BACA,gBACA,OACA,MACA,oBACA,kBAGF,UACE,kBACA,UACA,WACA,WACA,0BACA,yBACA,WAEQ,wBACR,kBAGF,0BAEE,YACA,kBACA,qBACA,YACA,iBACA,eACA,yBACA,sBACA,0CAGF,qSAcE,oBACA,oCAEQ,gBACR,yBACA,eAGF,+XAcE,oCACA,yBAGF,mDAIE,eACA,UAGF,6DAIE,iBACA,oBAGF,gDAEE,yBAGF,gBACE,qBACA,WACA,yBACA,kBACA,oBAEA,wBACA,eAGF,4BACE,yBAGF,cACE,qBACA,WACA,kBACA,gBACA,UACA,WACA,YACA,iBACA,UACA,yBACA,kBAEA,eACA,eACA,sBAGF,oBACE,yBAGF,qBACE,gBAGF,wBACE,WACA,YAGF,oCACE,aAGF,0BACE,iBAGF,0BACE,kBACA,WACA,aAGF,+BACE,WACA,UAGF,gBACE,cACA,qBACA,kBACA,WACA,iBACA,iBAGF,oBACE,YAGF,kBACE,eACA,WACA,YACA,iBACA,gBACA,YAGF,4BACE,mBAGF,6BACE,mBAGF,gCACE,iBACA,WACA,QAEQ,2BACR,YACA,UACA,YAIF,mCACE,qBACA,qBAGF,0BACE,UACA,YAGF,qCACE,UAGF,6BAIE,aACA,MACA,SACA,UAGF,gCAIU,OACR,qBACA,SACA,YAEA,gBAGF,kCACE,cACA,gBACA,kBACA,WACA,YACA,+BAEQ,gBACR,WACA,iBACA,UAGF,oCACE,oBAGF,qBACE,OACA,QACA,kBACA,kBACA,YACA,SACA,kBAGF,wBACE,mBAGF,oCACE,UAGF,gCACE,kBACA,MACA,OACA,WACA,WACA,YACA,yBACA,kBAEQ,mBAGV,UAEU,gBACR,+BACA,cACA,eAEA,gCAGF,gCAEU,gBAGV,gBACE,gCAGF,mBACE,0CACA,yBACA,eAGF,WACE,YACA,iBAGF,aACE,iBAGF,WACE,cAGF,kBACE,sBACA,SACA,aACA,gBACA,iBACA,gBACA,UACA,kBACA,YACA,yBAGF,qBACE,WACA,sBACA,eACA,gBACA,mBACA,WACA,gBACA,oBAGF,qFACE,sBAGF,qCACE,yBAGF,6BACE,aACA,WAGF,iDACE,eACA,cACA,cACA,iBACA,kBAGF,gCACE,QACA,OACA,YAGF,yBACE,eACA,oBACA,WACA,kBACA,WAGF,yDACE,QACA,OACA,YAGF;;;;;;;EAAA,CAQA,cACE,kBACA,eACA,qBACA,gBACA,yBACG,sBAEK,iBACR,0CACA,sBACA,UAEA,wBAGF,4BACE,kBACA,kBACA,WACA,YACA,iBACA,kBACA,UACA,0BAEA,4BAGA,sCAGQ,mBACR,oBAGF,wCACE,uCAGF,sCACE,oCAGF,yCACE,qCAGF,yCACE,oCAGF,yCACE,qCAGF,wCACE,oCAGF,uCACE,oCAGF,kGACE,SACA,kBACA,kBACA,uBACA,gBAGF,kBACE,kBACA,WAGF,oBAEE,2BAGF,cAEU,wBACR,2EAGF,qBACE,mBACA,sBAGF,yCACE,kBACA,MACA,OACA,UAGF,cACE,kBACA,YACA,aACA,kBACA,kBACA,wBAGF,aACE,cAIF,4BACE,WAGF,OACE,aACA,eACA,OACA,QACA,yBACA,UACA,eACA,UACA,YACA,gBACA,kBACA,wBAGF,0CACE,OACE,WAIJ,wCACE,aAGF,sBACE,aAGF,oBACE,eAGF,qBACE,0BACA,yBACA,gBACA,YACA,WACA,iBAGF,yFACE,aAGF,eACE,eACA,YACA,SACA,OACA,SACA,QACA,YACA,WACA,gBACA,aACA,oBAGF,0BACE,UACA,WAGF,yCACE,kBACA,yBACA,gBACA,WACA,gBAGF,wCACE,oCACA,kBACA,SAGF,oBACE,SACA,aACA,SACA,WACA,eACA,gBACA,2BAGF,aACE,0BACA,4BACA,2BACA,sBAGF,oBAIE,aACA,eACA,0CACA,gBACA,aACA,sBACA,6BAGF,sBACE,WACA,iBACA,qBACA,kBACA,kBAGF,kBACE,aACA,6BAEQ,sBACR,aAGF,oDAEE,YAEQ,gBAGV,0DAEE,UAGF,kEAEE,+BACA,YACA,oBACA,eACA,eAGF,8EAEE,iCAGF,sEAEE,oBAGF,8DAEE,SACA,sBAGF,wEAEE,wBAGF,oBACE,YAEQ,gBAGV,uBAEU,oEACR,cAEA,4DAGF,8BAEU,qEACR,cAGF,MACE,qBACA,YACA,eACA,gBACA,qBACA,iBACA,eACA,mBACA,yBACA,kBACA,iBAGF,UACE,WACA,qBACA,YACA,WACA,kBAGF,aACE,eACA,YACA,eACA,iBACA,iBAGF,OACE,YACA,gCAEQ,gBACR,kBACA,gBACA,aAEA,mBAGF,aACE,gCAEQ,6BAGV,aACE,YAGF,sBACE,yBACA,WAGF,cACE,gBACA,SACA,qBACA,qBACA,eACA,YACA,iBACA,UACA,SACA,qBACA,uBAGF,oBACE,oBAEQ,2BAGV,6BACE,aACA,gBAGF,eACE,iBACA,UACA,wBAGF,mBACE,gBAEQ,4BAGV,eACE,cAEA,eACA,kBAEA,uBACA,mCAGF,kCACE,WAGF,sBAEE,gBAGF,qBACE,eACA,MACA,QACA,SACA,OACA,yBACA,aACA,oBAGF,qBACE,eACA,aACA,WACA,iBACA,SACA,OACA,WACA,kBACA,eACA,YACA,aACA,mCAGF,aACE,0BAGF,aACE,aACA,yBAGF,MACE,gBACA,cASF,mBACE,cAKF,cACE,cAIF,kfAaE,+BACA,YACA,gCACA,gBACA,aACA,YACA,WACA,eACA,kBACA,UAEQ,gBAEA,uBAER,mBAGF,g1CAyBE,sBACA,yCAGF,4+CA0BE,sBAGF,gxBAaE,gCAEQ,6BAGV,81BAaE,cAGF,qrBAaE,WAGF,k9CA0BE,aAGF,woDA0BE,cAIF,0vCAyBE,gCAEQ,6BAGV,gzCAyBE,gCAEQ,6BAGV,wiDA0BE,2BACA,cACA,UAEQ,0BAGV,8lDA0BE,yBACA,cACA,UAEQ,0BAGV,0qBAaE,cACA,WACA,kBACA,SACA,OACA,UAEA,mDAGF,aACE,kBACA,gBAGF,oBACE,qBACA,sBACA,gBAGF,+DAEE,mBAGF,uBACE,YAGF,wEAEE,iCAGF,mBACE,cACA,kBACA,MACA,OACA,YACA,eACA,YAGA,kCAGQ,yBACR,mBAEQ,2BACR,oBAGF,2CAEU,uCAEA,qBAGV,qBACE,kBACA,WACA,eAEA,qBAGF,4BACE,cAGF,oKAKE,iBACA,UACA,wBAGF,2BACE,iBAGF,0CACE,2BACE,UACA,yBAIJ,0CACE,2BACE,UACA,yBAKJ,gCACE,cACA,oBAGF,6CACE,eACA,kBACA,wBACA,SAEQ,gBAGV,sCACE,sBACA,SAEQ,gBACR,WAGF,gKAGE,WAGF,sCACE,UAGF,sGAEE,kBACA,MACA,WACA,oBACA,eACA,eAEA,qBAIF,SACE,WACA,YACA,+BAGF,8BACE,kBAEA,yBAEA,YACA,gBAGF,6CACE,YAGF,oDACE,sBAGF,qEAEU,4BAGV,WACE,aACA,qBACA,qBACA,yBAEA,mBAEA,kBACA,MAIF,sBACE,iBACA,mBACA,cACA,UACA,gBAGF,oCACE,WAGF,6BACE,YACA,WACA,gBAKF,gDAEE,kBACA,UACA,oBAGF,4DAEE,kBACA,kBACA,eACA,qBACA,YACA,iBACA,eAEA,qBACA,yBACG,sBAEK,iBAGV,mDAEE,WACA,kBACA,OACA,MACA,WACA,WACA,YACA,UAEA,qBAIF,uOAME,kBAGF,+EAEE,yBAGF,uCAEU,mBAIV,kCACE,+BAGF,sHAGE,yBAGF,2EAEE,yBAGF,iCAEU,sBAIV,0CAEU,qBAIV,uCAEU,qCAIV,oDACE,iCAGF,mDACE,YACA,iCAIF,4FAEE,+BACA,6BAGF,4BACE,sBAGF,iDACE,6BAGF,0CACE,iCACA,qBAMF,OACE,mBACA,gBAGF,kBACE,gBAIF,sDAEE,kBACA,UACA,oBAOF,sBACE,kBACA,kBACA,eACA,qBACA,YACA,iBACA,eACA,yBACG,sBAEK,iBAGV,yEAEE,WACA,kBACA,MACA,OACA,WACA,YACA,UACA,yBACA,kBACA,eAEA,eAGF,4CACE,SAEQ,mBAGV,oDACE,YACA,iCAGF,yCAEU,mBACR,SACA,kBAEQ,qCACR,gCAGF,qCACE,SACA,UACA,WACA,YACA,mCACA,oCACA,+BACA,gCAEQ,wBAEA,2BAEA,2BAGV,8CACE,uCACA,wCAIF,2CACE,UACA,WACA,WACA,YACA,gBACA,iBACA,+BACA,mBAEQ,wBAEA,2BAEA,2BAGV,oDACE,uCACA,+BAGF,sCACE,kBAGF,6EAEE,WACA,OACA,kBAGA,mGACA,UAGF,qDACE,QACA,SACA,+BACA,SACA,SAEQ,yBAEA,2BAGV,oDACE,YACA,WACA,+BACA,yBACA,QACA,UAGF,+CACE,MACA,SACA,UACA,YACA,mCACA,oCACA,4BACA,6BAEQ,yBAEA,2BAGV,8CACE,MACA,WACA,YACA,yBACA,yBACA,UAGF,mDACE,kBACA,qBACA,gCAGF,2DACE,kBACA,yBACA,qBAGF,8DACE,+BACA,+BAGF,6DACE,2BACA,yBAGF,wDACE,+BAGF,uDACE,yBACA,qBAKF,kBAEE,0CACA,yBACG,sBAEK,iBAGV,cACE,eAGF,mCACE,UACA,QACA,SAGF,kDACE,yBAGF,iHACE,UAGF,wDACE,yBAGF,qBACE,WACA,qBACA,kBACA,WACA,YACA,iCACA,mBACA,kBAEA,+BACA,sBACA,cAGF,uDACE,WACA,kBACA,qBACA,WACA,YACA,kBACA,OACA,SAGA,mFACA,CAGF,4BACE,sCAGF,2BACE,yBAEQ,2GAGV,0IAGU,qBACR,sCAGF,yHAGU,qBACR,iCAGF,8CACE,eACA,iCAGF,4HAEE,yBAKF,OACE,aAGF,uBACE,cAGF,OACE,sCACA,WACA,YACA,yBACA,kBACA,YAGF,oBACE,cACA,kBACA,QACA,oBACA,SACA,MACA,OACA,UAGF,cACE,kBAGF,gBACE,kBAGF,0DAEE,WACA,oBAGF,sCACE,kBACA,eACA,+BACA,YACA,gCACA,aACA,YACA,iBACA,WACA,eACA,kBACA,UACA,cACA,yBACG,sBAEK,iBAGV,2BACE,cACA,kBACA,QACA,MACA,SACA,YACA,cACA,eACA,iBAGF,sBACE,kBACA,UACA,gBAGF,gBACE,sBAGF,mEAEE,sBAGF,+CACE,sBACA,eACA,yBACG,sBAEK,iBAGV,kBACE,qBAGF,4FAGE,qBACA,+BAGF,4CACE,+BAGF,2CACE,iCAGF,8CACE,iCAGF,wBACE,iBACA,UACA,wBAGF,cACE,iBAGF,wBACE,YACA,WACA,gBACA,YAGF,6BACE,0BAGF,2CACE,qBAGF,kCACE,qBAGF,gDACE,kBAKF,YACE,kBAGF,+BACE,gBACA,kBAGF,4BACE,WAGF,wCACE,WACA,YACA,iBAGF,iBACE,eAGF,6BACE,kBACA,MACA,QACA,OACA,SACA,WACA,SACA,UACA,eACA,eACA,UACA,wBAGF,yDACE,aAKF,aACE,kBAGF,2CAEE,eAGF,kBACE,kBACA,+BACA,YACA,aACA,WACA,cACA,UAGF,wBACE,aAGF,yBACE,kBACA,SACA,OACA,YACA,SACA,QACA,kBACA,yBACA,gBAEQ,yBAEA,yBAGV,gCACE,cACA,WACA,kBACA,cACA,YAEQ,wBAGV,gCACE,4BAGF,uCACE,WACA,iBACA,eACA,eAGF,kBACE,wBAGF,iDACE,WACA,mBACA,YAGF,wCACE,wBACA,YACA,YACA,WACA,kBACA,yBAEQ,yBACR,kBAEA,sCAGF,uDACE,gBAGF,kBAEE,sBAIF,oCACE,WACA,gBACA,YAGF,oCACE,YACA,YACA,WACA,kBACA,mBACA,gBAGF,iCACE,uBACA,oBAGF,0CACE,gBAGF,6BACE,WACA,yBACA,2BACA,mBAEA,oBAGF,kCACE,gBAGF,kCACE,gBAGF,6BACE,YACA,YACA,WACA,kBACA,mBAGF,wCACE,gBAGF,wCACE,gBAMF,yBACE,eAGF,sBACE,cAGF,qBACE,qBACA,gBACA,cACA,kBACA,cACA,mBACA,kBACA,qBAGF,2BACE,cACA,kBACA,8BAGF,4BACE,gBACA,kBACA,8BAGF,UACE,eACA,YACA,OACA,MACA,SAEQ,4BACR,YACA,yBACA,uBACA,oBACA,sBACA,YACA,gBACA,sBAEQ,2BAEA,4BAGV,wBACE,QAEQ,2BACR,UAEQ,2BAGV,uBACE,SAGF,aACE,WACA,iBAGF,oBACE,iCAGF,eACE,sBACA,cACA,eACA,gBACA,YACA,iBACA,eAGF,qBACE,iCAGF,yHACE,iBAGF,iGACE,WAGF,wBACE,cAGF,uFACE,yBAGF,kCACE,yBAGF,gHAGE,WACA,YACA,iBACA,kBACA,WACA,sBAGF,mBACE,iBAGF,qBACE,eACA,oBACA,sBACA,eACA,gBACA,iBAGF,2BACE,+BAGF,yCAEE,kBACA,oBACA,kBAGF,6CAEE,YACA,UAGF,yDAEE,+BAGF,iEAEE,gBACA,kBACA,MACA,QACA,SACA,OACA,WAGF,qKAIE,cAGF,yDAEE,YACA,WAGF,4GAIE,eACA,iBAGF,qDAEE,gBACA,gBAGF,uDAEE,oBACA,gBAGF,aACE,YACA,WACA,eACA,MACA,YAGF,gBACE,OAEQ,wBACR,eAGF,8BACE,QACA,UAGF,0CACE,gBAEU,4BAEV,8BAEU,2BAEV,YACE,eAEF,yCAEE,qBAIJ,4HAEE,yBAGF,gIAEE,WAGF,4BACE,UAGF,iBACE,eACA,MACA,OACA,QACA,aACA,gCACA,YACA,oBA4BF,mBACE,qBACA,kBACA,WACA,YAGF,yBACE,WACA,YAGF,uBACE,WACA,YAGF,0BAGE,kDASF,4BACE,GAEU,0BAIZ,eACE,kBACA,WACA,YACA,UACA,qBAGF,iCAEE,qBAGF,+BAEE,qBAGF,qCAEE,qBAGF,mCAEE,qBAgBF,oCAGE,kJAGF,mCAGE,iJAGF,sCAGE,oJAGF,qCAGE,mJAGF,6LAME,UAEA,+EAsCF,8BACE,MAEU,yBAGV,IAEU,yBAGV,MAEU,yBAGV,IAEU,yBAGV,MAEU,yBAGV,IAEU,yBAGV,MAEU,yBAGV,GAEU,2BA0BZ,4BACE,KACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,KACE,WAsBJ,2BACE,KACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,WAsBJ,8BACE,KACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,WAsBJ,6BACE,KACE,UAEF,IACE,UAEF,IACE,UAEF,IACE,UAEF,KACE,WAQJ,WACE,kBACA,MACA,SACA,UACA,YACA,gBACA,qBAGF,mBACE,YACA,WAGF,gBACE,qBACA,kBACA,UACA,YACA,gBACA,qBAGF,wBACE,WACA,YACA,iBAEA,mBACA,qBACA,6CACA,kBAEA,eACA,kBACA,MACA,QACA,SAGF,6BACE,OACA,4CAEA,yBAGF,8BACE,WACA,2CAEA,0BAGF,qCAGE,sEAGF,sCAGE,uEAeF,qBACE,KAEU,yBAEV,IAEU,wBAEV,GAEU,0BAgBZ,sBACE,KAEU,0BAEV,IAEU,uBAEV,GAEU,2BAIZ,2BAGE,8FAYF,oBACE,KACE,UAEF,GACE,WAIJ,QACE,kBACA,aACA,WAGF,mBACE,YACA,WACA,kBACA,MACA,OACA,QACA,SAGF,6BACE,YAGF,iCACE,UACA,YAGF,gBACE,yBACA,SACA,aAGF,mBACE,UACA,kBACA,MACA,OACA,UACA,WACA,eACA,gBAGF,uBACE,YACA,WACA,sBACA,2BAGF,4BACE,WACA,kBACA,QACA,SACA,UACA,UAGF,8BACE,cAGF,0BACE,UAGF,oBACE,kBACA,kBACA,OACA,QACA,SACA,SAGF,oCACE,qBACA,kBACA,eACA,YACA,WACA,cACA,yBAEA,gCACA,kBAGF,2CACE,yBAGF,UACE,gBACA,kBACA,WACA,aAEQ,kBAEA,4BAEA,wBAGV,0BACE,MACA,OAGF,+CACE,kBACA,OACA,QACA,YACA,UAGF,+DACE,YAGF,yCACE,WACA,YACA,iBACA,kBACA,MACA,OAGF,4CACE,eACA,gBACA,iBAGF,2CACE,eAGF,yBACE,aACA,YACA,aACA,kBACA,MACA,OAGF,6BACE,WAGF,sBACE,kBACA,kBACA,OACA,QACA,SACA,SAGF,sCACE,qBACA,kBACA,eACA,WACA,UACA,gBACA,sCAEA,gCACA,kBAGF,6CACE,sBAGF,uGAEE,oBAGF,oBACE,YACA,aACA,eACA,aACA,kBAEA,6BAGF,yBACE,mBAEA,yBAGF,qCAEU,mBACR,YAGA,kGACA,CAGF,kDAEU,mBAGV,iDACE,mBAEQ,qEAOR,qDAGA,CAMF,YACE,kBACA,eACA,kBACA,yBAEQ,wGACR,WACA,YACA,UAEQ,mBAGR,kGACA,CAGF,oBACE,kBACA,mBAGF,iBACE,kBACA,kBACA,cAGF,iDACE,WACA,cACA,kBACA,WACA,YACA,kBACA,sBAGF,yBAEU,mBAGR,wBACA,CAGF,wBACE,kBAOA,mDAOA,WAGF,mBACE,QACA,SAEQ,gCACR,cACA,6BAGF,gGACE,gBAGF,0CACE,gCACE,YACA,cAIJ,OACE,iBACA,kBAGF,eACE,WACA,cACA,kBACA,WACA,YACA,MACA,OACA,yBACA,sBAGA,qCAGQ,qEACR,WAqBF,2BACE,GACE,UAEQ,mBAEV,IACE,UAEQ,qBAEV,KACE,UAEQ,sBAUZ,QACE,eACA,gBACA,gBACA,WACA,kBACA,cACA,yBACA,sBAEA,iBACA,aAMF,eACE,eAMF,qCACE,qBAMF,gBACE,WACA,gBACA,iCAGF;;;EAAA,CAUA,+BAEE,SACA,OACA,QACA,SAMF,gBACE,eAEA,gDACA,mCAMF,eACE,kBACA,cACA,gBACA,YACA,iBACA,gEACA,wBACA,eACA,UAEA,6BAGF,6BACE,eACE,iBACA,SACA,aACA,gBAIJ,6BACE,eACE,oBAOJ,cACE,cACA,WACA,YAGF,6BACE,cACE,eAOJ,aACE,gBACA,mBACA,sBAGF,6BACE,aACE,cACA,sBACA,yBACA,sBACA,0BAEA,6CAOJ,gCACE,MACA,yBACA,uGACA,OACA,2BAEA,oCAGF,+BACE,MACA,kEACA,0BACA,eACA,UAGF,6BACE,+BACE,QACA,aAUJ,qCACE,qBAGF,eACE,cACA,gBAGF,6BACE,+BACE,QACA,aAIJ,0CACE,aAIE,aAEF,eACE,UACA,iBAUJ,aACE,UACA,kBACA,gBAMF,gBACE,kBACA,kBACA,iBAMF,6BAEE,qBACA,kBACA,mBAMF,6CAEE,WACA,UACA,kBACA,mBAGF,uCACE,eACA,sBACA,UAGF,sCACE,eACA,sBACA,UAGF,yDAEE,6BAMF,sCAEE,kBACA,oBACA,UACA,WAEQ,uBACR,YAGF,mBACE,UACA,qBAGF,mBACE,WACA,oBAGF,sHAIE,eACA,gBACA,2BACA,0BAMF,eACE,kBACA,yBACA,iBACA,mBACA,eACA,WACA,iBACA,mBAGF,oCACE,kBAGF,kBACE,SACA,UAMF,iBACE,oBACA,gBACA,qBACA,WACA,gBAIF,6BACE,iBACE,qBAOJ,oBACE,kBACA,cACA,oBACA,iBACA,gBACA,+BAGF,8BACE,sBAGF,4BACE,eACA,WACA,gBAGF,uBACE,aACA,iBACA,WAGF,6BACE,eACA,WACA,gBAGF,2EAEE,eAGF,4FAGE,kBAEQ,sBACR,mBACA,WAGF,4FAGE,mBACA,qBACA,WACA,eAGF,sGAEE,gBAMF,gBACE,iBAGF,qEAGE,sBACA,gBACA,eACA,gBACA,iBACA,UACA,qBACA,sBAGF,uFAGE,eACA,WACA,mBACA,4BAGF,uFAGE,mBACA,6BACA,aAGF,0FAGE,kBACA,qBACA,SAGF,4DAEE,YACA,mBAGF,8BACE,YACA,QACA,+BACA,sCAGF,8BACE,YACA,YACA,0BAGF,8BACE,YACA,WACA,mBACA,gBACA,mBACA,WAGF,wEAEE,mBACA,qBACA,WACA,eAGF,wCACE,sBAUF,sBACE,gBACA,yBACA,WACA,aACA,gBAGF,0CACE,sBAIU,OAEV,yBACE,cAEF,4BAIU,QAIZ,kDAEE,eACA,WACA,mBAGF,yBACE,gBACA,iBACA,iBACA,eAGF,uBACE,iBACA,gBAGF,qBACE,iBACA,gBACA,iBAGF,sBACE,iBACA,gBACA,2BAMF,4BACE,eAGF,kCACE,YAGF,eACE,aACA,mBAGF,sBACE,sBACA,sBACA,iBACA,gBACA,+BAGF,0CACE,sBACE,kBAIJ,gCACE,cAGF,sDACE,WAGF,iBACE,gBAGF,4FAGE,kBAEQ,qBACR,yBACA,WAGF,8JAGE,yBAGF,gBACE,iBACA,iBAGF,6CACE,iBACA,eACA,cAGF,eACE,cACA,WAGF,oDAEE,YACA,oCACA,uCACA,iCACA,QACA,SACA,cACA,cAGF,0BACE,eACA,gCAGF,iFACE,yBASF,cACE,gBACA,sBACA,SAMF,mBACE,6BACA,0BACA,mBACA,kBACA,gBACA,qBAGF,4BACE,mBACE,kBAKJ,yBACE,eACA,WACA,mBACA,qBACA,WAIF,gCACE,qBACA,WAGF,uFAEE,eACA,WACA,mBAIF,8GAGE,mBACA,WACA,WAIF,8GAGE,mBACA,qBACA,WACA,eACA,kBACA,aAMF,qCACE,cACA,UACA,kBACA,mBACA,gBACA,SACA,gBACA,gBACA,kBACA,yBACA,sBAGF,sFAEE,WACA,mBACA,gBACA,kBACA,eACA,WACA,aAGF,4CACE,YACA,sBACA,iBACA,iBAGF,oGAEE,WASF,6BACE,gBACA,gBAMF,2BACE,cACA,mBACA,UAGF,6BACE,2BACE,mBAOJ,qBACE,eACA,iBACA,kBACA,2BACA,gBACA,WACA,kBAGF,wBACE,iBACA,kBACA,WACA,aACA,iBACA,gBAGF,0CACE,qBACE,QAEF,wBACE,kBACA,WACA,YACA,kBACA,mBAIJ,cACE,WAGF,wBACE,iBAGF,0BACE,gBAGF,8EAGE,eAGF,oBACE,YAGF,mBACE,sBACA,kBACA,YACA,aACA,iBACA,kBACA,YACA,gBACA,kBACA,yBACG,sBAEK,iBAGV,sCAEE,YACA,aACA,kBACA,UACA,SAGF,qBACE,kBAGF,kBACE,kBACA,sBACA,iBACA,kBACA,WACA,YACA,kBACA,eAGF,iDAEE,sCAGF,kBAIE,wCACA,CAGF,sBACE,UAGF,wCAEE,0BAGF,0CAEE,0BAGF,oBAEE,yBAGF,wBACE,YAGF,4BACE,YACA,aAGF,uBACE,YACA,aAGF,6BACE,aAGF,yBACE,eACA,eACA,qB;ACzrSF,0DAGC,wDACA,mBACA,gBACA,SACA,UACA,gBAIA,gBAGA,mBACA,gBACA,cAMD,iBACC,yDACA,4BAGD,0RAOC,yDACA,4BAMD,cACC,mBACA,+BACA,wGAGD,wBACC,mBACA,8BACA,wGAMD,mBACC,kBAKD,oDAGC,aAGD,kBACC,aAGD,sEAIC,kBACA,eACA,cAGD,gBACC,aACA,kBAMD,iBACC,iBACA,kBACA,WACA,YACA,6BAGD,uBACC,+BAGD,wBACC,iCAGD,wBACC,cACA,WACA,YACA,cACA,YACA,gBACA,mBACA,eAQD,iBACC,QACA,SAGD,kBACC,SACA,UACA,YACA,WACA,gBACA,yBACA,uCACA,yBACA,sCAGA,kBAGA,wCACA,qCAGD,sCACC,UACA,YAGD,sCACC,YACA,QAGD,yBACC,iBAGD,uEAEC,UACA,SACA,gBAGD,wBACC,WACA,cACA,WACA,YACA,wBACA,kBACA,aACA,SAGD,4CACC,UACA,UAGD,4CACC,4BACA,YACA,SAGD,qHAGC,kBACA,eAGD,kCACC,6BACA,0CAGD,8CACC,gBAGD,wDAEC,6BACA,2CAMD,sBACC,gBAGD,0EAEC,iBAMD,2FAEC,iBACA,oBACA,cACA,eACA,kBACA,gBACA,gBAGD,sCACC,kBACA,QACA,UACA,iBACA,UAIA,+BACA,YAGD,0GAEC,UAGD,qFAEC,eACA,qBACA,WACA,YACA,gBACA,YACA,WACA,mBACA,+BACA,aAGD,kMAIC,WAGD,mGAEC,UAGD,uDACC,aAGD,sDACC,4BAGD,wDACC,4BAGD,sDACC,6BAMD,kCACC,kBAGD,wCACC,MACA,eACA,eACA,eAGD,mFAEC,cACA,eACA,iBACA,YACA,SACA,cACA,gBAGA,yBACA,sBACA,YAGD,8DACC,WACA,UAGD,0EACC,kBACA,yBACA,0BAGD,6EACC,YACA,sBACA,0BACA,4CAGD,+EACC,WACA,sBACA,0BAGD,uDACC,iBAIA,0BAGD,+FAEC,yBACA,aAGD,2GAEC,WACA,YACA,UACA,eACA,iBACA,eAGD,sCACC,gBAGD,8GAGC,iBACA,YACA,6BACA,yBAmBA,4GAcA,uHACC,CAGD,oHACC,CAMD,0BAGD,yDACC,gBACA,gCAIA,0BAGD,uEAEC,kBACA,qBACA,qBACA,cACA,0CACA,qBACA,iBACA,eACA,iBACA,yBACA,yBAsBA,oIAaA,mFACC,CAED,gFACC,CAKD,kBAGD,0BACC,kBACA,QACA,SACA,cACA,WACA,WACA,YACA,gBACA,4BAGD,qMAKC,aACA,qBACA,yBAsBA,iIAOA,WACA,qCAGD,gEAEC,gBACA,6BAGD,wFAEC,qBACA,yBAsBA,gIASD,yCACC,6BAGD,uJAGC,gBACA,6BAGD,0CACC,4BAGD,2EACC,yBAGD,6DACC,4BACA,YAGD,kBACC,kBACA,MACA,QACA,WACA,YACA,+BAGD,sCACC,WACA,OACA,6BAGD,sCACC,SACA,SACA,+BAGD,yDACC,6BAMD,kBACC,WACA,eACA,UACA,OACA,WACA,eACA,iBACA,kBACA,gBACA,0BACA,gCAIA,4BAGD,0BACC,qBAGD,wBACC,qBAGD,oBACC,SAGD,oBACC,WAGD,uBACC,MAMD,gBACC,mBAGD,+BACC,qBACA,cACA,kBACA,gBACA,iBACA,yBAIA,kBAMD,kBACC,eACA,MACA,QACA,OACA,gBACA,cACA,YACA,gCACA,kBACA,mBAIA,gBAKA,iDACC,CACD,8CACC,CAGF,yBACC,eACA,iBACA,cACA,yCACA,kBACA,SAID,4FAEC,kBACA,qBACA,gBACA,iBACA,cACA,iBAGD,yGAEC,gBACA,cACA,WACA,iBAIA,4BAGD,mDACC,iBAGD,mDACC,cACA,YACA,wBACA,sBACA,yBACA,iBACA,gBACA,iBACA,gBACA,eACA,YACA,WACA,yBAIA,4BAKA,4CACC,CACD,yCACC,CAIF,yDACC,aACA,sBAGD,0CACC,kBACA,UACA,QACA,YACA,mBACA,WACA,YACA,4BACA,WAGD,gGAEC,WAGD,iDACC,UAGD,sDACC,yBACA,UACA,mBACA,WACA,gBAOA,mFACC,CAED,gFACC,CAIF,8KAGC,oBAGD,4DACC,kBACA,QACA,SACA,WACA,cACA,UACA,WACA,6BAGD,kEACC,6BAGD,sEAIC,4BACA,iBAGD,4EACC,UACA,UACA,6BAGD,kFACC,6BAGD,qBACC,mBACA,+BACA,wGAGD,uBACC,sB;AC13BD,WACA,4BACE,kBACA,gBACA,mBACA,4CACA,yLAEA,iBAEF,4BACE,mBACA,kBACA,eACA,qBAEA,cACA,oBACA,sBACA,iBACA,mBACA,kBAEA,mCAEA,kCAEA,kCAEA,6BAEA,6BACA,WACE,8BACF,WACE,8BACF,WACE,6BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,sCACF,WACE,8BACF,WACE,8BACF,WACE,4BACF,WACE,iCACF,WACE,uCACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,8BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,+BACF,WACE,sCACF,WACE,6BACF,WACE,qCACF,WACE,uCACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,uCACF,WACE,4CACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,+BACF,WACE,sCACF,WACE,oCACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,gCACF,WACE,qCACF,WACE,sCACF,WACE,oCACF,WACE,2CACF,WACE,sCACF,WACE,0CACF,WACE,mCACF,WACE,2CACF,WACE,wCACF,WACE,+CACF,WACE,oCACF,WACE,uCACF,WACE,qCACF,WACE,iCACF,WACE,4BACF,WACE,4BACF,WACE,oCACF,WACE,kCACF,WACE,kCACF,WACE,gCACF,WACE,qCACF,WACE,iCACF,WACE,iCACF,WACE,kCACF,WACE,mCACF,WACE,2CACF,WACE,oCACF,WACE,iCACF,WACE,sCACF,WACE,oCACF,WACE,iCACF,WACE,qCACF,WACE,yCACF,WACE,sCACF,WACE,4CACF,WACE,qCACF,WACE,iCACF,WACE,0CACF,WACE,iCACF,WACE,qCACF,WACE,2CACF,WACE,sCACF,WACE,qCACF,WACE,iCACF,WACE,oCACF,WACE,+BACF,WACE,6CACF,WACE,8BACF,WACE,kCACF,WACE,oCACF,WACE,4BACF,WACE,0CACF,WACE,iDACF,WACE,sDACF,WACE,mDACF,WACE,oDACF,WACE,qDACF,WACE,mDACF,WACE,oDACF,WACE,sCACF,WACE,iCACF,WACE,wCACF,WACE,4CACF,WACE,8CACF,WACE,yCACF,WACE,wCACF,WACE,gCACF,WACE,wCACF,WACE,8BACF,WACE,kCACF,WACE,kCACF,WACE,iCACF,WACE,8BACF,WACE,gDACF,WACE,8CACF,WACE,+CACF,WACE,8CACF,WACE,8CACF,WACE,2CACF,WACE,kCACF,WACE,sCACF,WACE,gCACF,WACE,kCACF,WACE,wCACF,WACE,oCACF,WACE,kCACF,WACE,+BACF,WACE,gCACF,WACE,kCACF,WACE,qCACF,WACE,4BACF,WACE,kCACF,WACE,4BACF,WACE,qCACF,WACE,yCACF,WACE,yCACF,WACE,qCACF,WACE,8BACF,WACE,iCACF,WACE,6BACF,WACE,oCACF,WACE,qCACF,WACE,gCACF,WACE,mCACF,WACE,mCACF,WACE,uCACF,WACE,2CACF,WACE,0CACF,WACE,0CACF,WACE,2CACF,WACE,wCACF,WACE,uCACF,WACE,wCACF,WACE,+CACF,WACE,sCACF,WACE,sCACF,WACE,0CACF,WACE,mCACF,WACE,oCACF,WACE,wCACF,WACE,qCACF,WACE,kCACF,WACE,gCACF,WACE,qCACF,WACE,mCACF,WACE,mCACF,WACE,uCACF,WACE,wCACF,WACE,0CACF,WACE,4CACF,WACE,6CACF,WACE,kCACF,WACE,4CACF,WACE,6CACF,WACE,wCACF,WACE,yCACF,WACE,4BACF,WACE,qCACF,WACE,oCACF,WACE,qCACF,WACE,mCACF,WACE,oCACF,WACE,oCACF,WACE,mCACF,WACE,mCACF,WACE,qCACF,WACE,4CACF,WACE,4CACF,WACE,oCACF,WACE,sCACF,WACE,wCACF,WACE,qCACF,WACE,mCACF,WACE,kCACF,WACE,qCACF,WACE,uCACF,WACE,kCACF,WACE,iCACF,WACE,8CACF,WACE,kCACF,WACE,iCACF,WACE,kCACF,WACE,+BACF,WACE,qCACF,WACE,8BACF,WACE,sCACF,WACE,gCACF,WACE,gCACF,WACE,+BACF,WACE,kCACF,WACE,yCACF,WACE,iCACF,WACE,gCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,8CACF,WACE,qCACF,WACE,sCACF,WACE,oCACF,WACE,wCACF,WACE,qCACF,WACE,4BACF,WACE,qCACF,WACE,sCACF,WACE,uCACF,WACE,gCACF,WACE,oCACF,WACE,iCACF,WACE,8BACF,WACE,qCACF,WACE,gCACF,WACE,gCACF,WACE,+BACF,WACE,sCACF,WACE,8BACF,WACE,sCACF,WACE,kCACF,WACE,kCACF,WACE,wCACF,WACE,4CACF,WACE,2CACF,WACE,wCACF,WACE,4CACF,WACE,sCACF,WACE,oCACF,WACE,iCACF,WACE,gCACF,WACE,6BACF,WACE,6BACF,WACE,oCACF,WACE,iCACF,WACE,qCACF,WACE,uCACF,WACE,wCACF,WACE,yCACF,WACE,wCACF,WACE,kCACF,WACE,mCACF,WACE,sCACF,WACE,qCACF,WACE,qCACF,WACE,0CACF,WACE,qCACF,WACE,oCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,mCACF,WACE,wCACF,WACE,4BACF,WACE,2CACF,WACE,yCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,wCACF,WACE,wCACF,WACE,uCACF,WACE,0CACF,WACE,0CACF,WACE,8CACF,WACE,qCACF,WACE,uCACF,WACE,8CACF,WACE,wCACF,WACE,sCACF,WACE,8BACF,WACE,qCACF,WACE,mCACF,WACE,8BACF,WACE,qCACF,WACE,iCACF,WACE,mCACF,WACE,kCACF,WACE,iCACF,WACE,wCACF,WACE,8BACF,WACE,8BACF,WACE,+BACF,WACE,6BACF,WACE,kCACF,WACE,uCACF,WACE,uCACF,WACE,0CACF,WACE,4CACF,WACE,2CACF,WACE,6BACF,WACE,iCACF,WACE,kCACF,WACE,mCACF,WACE,oCACF,WACE,6CACF,WACE,sCACF,WACE,mCACF,WACE,uCACF,WACE,+BACF,WACE,mCACF,WACE,uCACF,WACE,qCACF,WACE,sCACF,WACE,uCACF,WACE,oCACF,WACE,oCACF,WACE,qCACF,WACE,iCACF,WACE,+BACF,WACE,4CACF,WACE,6CACF,WACE,0CACF,WACE,kCACF,WACE,mCACF,WACE,mCACF,WACE,sCACF,WACE,wCACF,WACE,oCACF,WACE,kCACF,WACE,8BACF,WACE,+BACF,WACE,6BACF,WACE,uCACF,WACE,2CACF,WACE,+BACF,WACE,yCACF,WACE,iCACF,WACE,oCACF,WACE,mCACF,WACE,kCACF,WACE,4CACF,WACE,0CACF,WACE,8BACF,WACE,kCACF,WACE,+BACF,WACE,sCACF,WACE,uCACF,WACE,yCACF,WACE,6BACF,WACE,oCACF,WACE,4CACF,WACE,8BACF,WACE,kCACF,WACE,gDACF,WACE,qCACF,WACE,6CACF,WACE,kCACF,WACE,sCACF,WACE,kCACF,WACE,qCACF,WACE,sCACF,WACE,mCACF,WACE,uCACF,WACE,2CACF,WACE,+BACF,WACE,+BACF,WACE,6CACF,WACE,8BACF,WACE,oCACF,WACE,0CACF,WACE,8BACF,WACE,kCACF,WACE,8BACF,WACE,yCACF,WACE,uCACF,WACE,gDACF,WACE,2CACF,WACE,8BACF,WACE,qCACF,WACE,mCACF,WACE,uCACF,WACE,kCACF,WACE,oCACF,WACE,mCACF,WACE,qCACF,WACE,uCACF,WACE,4BACF,WACE,mCACF,WACE,6BACF,WACE,iCACF,WACE,+BACF,WACE,qCACF,WACE,oCACF,WACE,6CACF,WACE,mCACF,WACE,iCACF,WACE,gCACF,WACE,qCACF,WACE,0CACF,WACE,+BACF,WACE,gCACF,WACE,gCACF,WACE,uCACF,WACE,4CACF,WACE,gCACF,WACE,iCACF,WACE,iCACF,WACE,yCACF,WACE,4CACF,WACE,gDACF,WACE,qCACF,WACE,4CACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,sCACF,WACE,wCACF,WACE,oCACF,WACE,iCACF,WACE,qCACF,WACE,oCACF,WACE,sCACF,WACE,yCACF,WACE,0CACF,WACE,6CACF,WACE,iCACF,WACE,uCACF,WACE,sCACF,WACE,gDACF,WACE,+BACF,WACE,iCACF,WACE,kCACF,WACE,oCACF,WACE,uCACF,WACE,gCACF,WACE,oCACF,WACE,+BACF,WACE,0CACF,WACE,oCACF,WACE,wCACF,WACE,qCACF,WACE,6BACF,WACE,qCACF,WACE,6BACF,WACE,kCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,kCACF,WACE,uCACF,WACE,sCACF,WACE,sCACF,WACE,oCACF,WACE,oCACF,WACE,qCACF,WACE,4BACF,WACE,yCACF,WACE,0CACF,WACE,uCACF,WACE,sCACF,WACE,uCACF,WACE,uCACF,WACE,uCACF,WACE,qCACF,WACE,sCACF,WACE,iCACF,WACE,wCACF,WACE,gCACF,WACE,kCACF,WACE,kCACF,WACE,kCACF,WACE,4CACF,WACE,mCACF,WACE,yCACF,WACE,oCACF,WACE,uCACF,WACE,sCACF,WACE,0CACF,WACE,mCACF,WACE,gCACF,WACE,uCACF,WACE,mCACF,WACE,+BACF,WACE,6BACF,WACE,+BACF,WACE,+BACF,WACE,uCACF,WACE,uCACF,WACE,qCACF,WACE,wCACF,WACE,sCACF,WACE,uCACF,WACE,sCACF,WACE,wCACF,WACE,oCACF,WACE,iCACF,WACE,wCACF,WACE,6BACF,WACE,gDACF,WACE,oCACF,WACE,wCACF,WACE,gCACF,WACE,wCACF,WACE,4CACF,WACE,uCACF,WACE,mCACF,WACE,0CACF,WACE,uCACF,WACE,gCACF,WACE,qCACF,WACE,sCACF,WACE,mCACF,WACE,gCACF,WACE,gCACF,WACE,mCACF,WACE,+BACF,WACE,sCACF,WACE,mCACF,WACE,wCACF,WACE,wCACF,WACE,+CACF,WACE,uCACF,WACE,8CACF,WACE,uCACF,WACE,8CACF,WACE,yCACF,WACE,uCACF,WACE,2CACF,WACE,kDACF,WACE,uCACF,WACE,0CACF,WACE,iDACF,WACE,yCACF,WACE,2CACF,WACE,kDACF,WACE,wCACF,WACE,mCACF,WACE,4CACF,WACE,yCACF,WACE,kCACF,WACE,gCACF,WACE,iCACF,WACE,yCACF,WACE,yCACF,WACE,4BACF,WACE,mCACF,WACE,uCACF,WACE,uCACF,WACE,sCACF,WACE,uCACF,WACE,2CACF,WACE,2CACF,WACE,0CACF,WACE,wDACF,WACE,oCACF,WACE,qCACF,WACE,6BACF,WACE,yCACF,WACE,+BACF,WACE,mCACF,WACE,wCACF,WACE,4CACF,WACE,6BACF,WACE,iCACF,WACE,qCACF,WACE,oCACF,WACE,oCACF,WACE,kCACF,WACE,mCACF,WACE,qCACF,WACE,iCACF,WACE,qCACF,WACE,wCACF,WACE,iCACF,WACE,sCACF,WACE,6CACF,WACE,oCACF,WACE,+BACF,WACE,oCACF,WACE,uCACF,WACE,6BACF,WACE,kCACF,WACE,wCACF,WACE,gDACF,WACE,4CACF,WACE,kDACF,WACE,4CACF,WACE,4BACF,WACE,qCACF,WACE,4BACF,WACE,4BACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,gCACF,WACE,wCACF,WACE,6BACF,WACE,4BACF,WACE,wCACF,WACE,uCACF,WACE,6BACF,WACE,wCACF,WACE,sCACF,WACE,sCACF,WACE,0CACF,WACE,kCACF,WACE,2CACF,WACE,iCACF,WACE,kCACF,WACE,4BACF,WACE,gCACF,WACE,8BACF,WACE,gCACF,WACE,sCACF,WACE,sCACF,WACE,sCACF,WACE,qCACF,WACE,uCACF,WACE,uCACF,WACE,0CACF,WACE,yCACF,WACE,4CACF,WACE,iCACF,WACE,8BACF,WACE,kCACF,WACE,4CACF,WACE,wCACF,WACE,uCACF,WACE,qCACF,WACE,oCACF,WACE,4CACF,WACE,qCACF,WACE,sCACF,WACE,qCACF,WACE,sCACF,WACE,6CACF,WACE,4CACF,WACE,oCACF,WACE,gDACF,WACE,4CACF,WACE,kCACF,WACE,8BACF,WACE,sCACF,WACE,kCACF,WACE,0CACF,WACE,6BACF,WACE,oCACF,WACE,mCACF,WACE,8BACF,WACE,wCACF,WACE,mCACF,WACE,mCACF,WACE,qCACF,WACE,mCACF,WACE,oCACF,WACE,+BACF,WACE,2CACF,WACE,oCACF,WACE,oCACF,WACE,iCACF,WACE,gCACF,WACE,oCACF,WACE,iCACF,WACE,yCACF,WACE,yCACF,WACE,uCACF,WACE,uCACF,WACE,wCACF,WACE,wCACF,WACE,sCACF,WACE,kCACF,WACE,sCACF,WACE,6BACF,WACE,gDACF,WACE,4CACF,WACE,iCACF,WACE,mCACF,WACE,gCACF,WACE,wCACF,WACE,qCACF,WACE,oCACF,WACE,iCACF,WACE,iCACF,WACE,wCACF,WACE,yCACF,WACE,4BACF,WACE,2CACF,WACE,uCACF,WACE,6BACF,WACE,iCACF,WACE,+BACF,WACE,8BACF,WACE,iCACF,WACE,kCACF,WACE,4CACF,WACE,kCACF,WACE,kCACF,WACE,2CACF,WACE,kCACF,WACE,sCACF,WACE,2CACF,WACE,0CACF,WACE,kCACF,WACE,qCACF,WACE,oCACF,WACE,+BACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,sCACF,WACE,mCACF,WACE,uCACF,WACE,uCACF,WACE,4CACF,WACE,qCACF,WACE,sCACF,WACE,mCACF,WACE,oCACF,WACE,wCACF,WACE,wCACF,WACE,oCACF,WACE,0CACF,WACE,uCACF,WACE,qCACF,WACE,qCACF,WACE,oCACF,WACE,0CACF,WACE,qCACF,WACE,yCACF,WACE,mCACF,WACE,kCACF,WACE,mCACF,WACE,mCACF,WACE,+BACF,WACE,uCACF,WACE,6BACF,WACE,oCACF,WACE,8BACF,WACE,8BACF,WACE,mCACF,WACE,kCACF,WACE,iCACF,WACE,uCACF,WACE,sCACF,WACE,iCACF,WACE,+BACF,WACE,qCACF,WACE,oCACF,WACE,uCACF,WACE,6BACF,WACE,4CACF,WACE,wCACF,WACE,qCACF,WACE,sCACF,WACE,8BACF,WACE,oCACF,WACE,qCACF,WACE,gCACF,WACE,iCACF,WACE,8BACF,WACE,+BACF,WACE,oCACF,WACE,sCACF,WACE,mCACF,WACE,oCACF,WACE,sCACF,WACE,uCACF,WACE,mCACF,WACE,yCACF,WACE,sCACF,WACE,0CACF,WACE,kCACF,WACE,+BACF,WACE,kCACF,WACE,mCACF,WACE,4CACF,WACE,6CACF,WACE,0CACF,WACE,2CACF,WACE,oCACF,WACE,qCACF,WACE,0CACF,WACE,2CACF,WACE,0CACF,WACE,+CACF,WACE,+CACF,WACE,sCACF,WACE,4CACF,WACE,6CACF,WACE,6CACF,WACE,iDACF,WACE,wCACF,WACE,qCACF,WACE,qCACF,WACE,sCACF,WACE,oCACF,WACE,6CACF,WACE,oDACF,WACE,oDACF,WACE,yCACF,WACE,0CACF,WACE,6BACF,WACE,8BACF,WACE,gCACF,WACE,mCACF,WACE,mCACF,WACE,kCACF,WACE,yCACF,WACE,mCACF,WACE,uCACF,WACE,0CACF,WACE,mCACF,WACE,mCACF,WACE,wCACF,WACE,kCACF,WACE,qCACF,WACE,oCACF,WACE,gCACF,WACE,8BACF,WACE,+BACF,WACE,kCACF,WACE,8BACF,WACE,0CACF,WACE,gCACF,WACE,gCACF,WACE,4BACF,WACE,gCACF,WACE,6BACF,WACE,6BACF,WACE,6BACF,WACE,oCACF,WACE,gCACF,WACE,iCACF,WACE,kCACF,WACE,kCACF,WACE,sCACF,WACE,gCACF,WACE,8BACF,WACE,iCACF,WACE,gCACF,WACE,8BACF,WACE,mCACF,WACE,8BACF,WACE,iCACF,WACE,iCACF,WACE,yCACF,WACE,iCACF,WACE,gCACF,WACE,kCACF,WACE,8BACF,WACE,kCACF,WACE,kCACF,WACE,qCACF,WACE,mCACF,WACE,+BACF,WACE,qCACF,WACE,0CACF,WACE,6BACF,WACE,kCACF,WACE,iCACF,WACE,iCACF,WACE,2BACF,WACE,iCACF,WACE,wCACF,WACE,4CACF,WACE,gCACF,WACE,uCACF,WACE,+BACF,WACE,sCACF,WACE,iCACF,WACE,mCACF,WACE,iCACF,WACE,mCACF,WACE,2CACF,WACE,gCACF,WACE,oCACF,WACE,oCACF,WACE,gCACF,WACE,0CACF,WACE,gCACF,WACE,yCACF,WACE,qCACF,WACE,kCACF,WACE,+BACF,WACE,6BACF,WACE,oCACF,WACE,qCACF,WACE,6BACF,WACE,gCACF,WACE,mCACF,WACE,oCACF,WACE,qCACF,WACE,kCACF,WACE,sCACF,WACE,sCACF,WACE,yCACF,WACE,+BACF,WACE,gCACF,WACE,oCACF,WACE,2CACF,WACE,6BACF,WACE,4BACF,WACE,gCACF,WACE,wCACF,WACE,6BACF,WACE,oCACF,WACE,iCACF,WACE,kCACF,WACE,4CACF,WACE,kCACF,WACE,8CACF,WACE,wCACF,WACE,yCACF,WACE,gCACF,WACE,8BACF,WACE,oCACF,WACE,yCACF,WACE,2CACF,WACE,wCACF,WACE,uCACF,WACE,sCACF,WACE,8BACF,WACE,qCACF,WACE,kCACF,WACE,mCACF,WACE,oCACF,WACE,6BACF,WACE,6BACF,WACE,8BACF,WACE,4BACF,WACE,6BACF,WACE,oCACF,WACE,iCACF,WACE,8BACF,WACE,2CACF,WACE,4CACF,WACE,qCACF,WACE,2CACF,WACE,wCACF,WACE,sCACF,WACE,0CACF,WACE,8BACF,WACE,0CACF,WACE,gDACF,WACE,6BACF,WACE,qCACF,WACE,8BACF,WACE,qCACF,WACE,8CACF,WACE,uCACF,WACE,0CACF,WACE,wCACF,WACE,0CACF,WACE,oCACF,WACE,0CACF,WACE,qCACF,WACE,iCACF,WACE,wCACF,WACE,uCACF,WACE,iDACF,WACE,kCACF,WACE,yCACF,WACE,kCACF,WACE,oCACF,WACE,sCACF,WACE,0CACF,WACE,yCACF,WACE,kCACF,WACE,6BACF,WACE,4BACF,WACE,mCACF,WACE,kCACF,WACE,mCACF,WACE,kCACF,WACE,mCACF,WACE,iCACF,WACE,qCACF,WACE,4BACF,WACE,gCACF,WACE,iCACF,WACE,qCACF,WACE,4CACF,WACE,4CACF,WACE,6CACF,WACE,0CACF,WACE,2CACF,WACE,0CACF,WACE,yCACF,WACE,6CACF,WACE,yCACF,WACE,6CACF,WACE,mDACF,WACE,mDACF,WACE,oDACF,WACE,iDACF,WACE,sCACF,WACE,wCACF,WACE,4CACF,WACE,wCACF,WACE,qCACF,WACE,uCACF,WACE,iCACF,WACE,gCACF,WACE,oCACF,WACE,8BACF,WACE,wCACF,WACE,gDACF,WACE,kCACF,WACE,sCACF,WACE,4BACF,WACE,kCACF,WACE,kCACF,WACE,iCACF,WACE,+BACF,WACE,0CACF,WACE,mCACF,WACE,uCACF,WACE,kCACF,WACE,+BACF,WACE,+BACF,WACE,qCACF,WACE,oCACF,WACE,iCACF,WACE,oCACF,WACE,2CACF,WACE,sCACF,WACE,6BACF,WACE,kCACF,WACE,oCACF,WACE,0CACF,WACE,sCACF,WACE,sCACF,WACE,8BACF,WACE,mCACF,WACE,kCACF,WACE,yCACF,WACE,0CACF,WACE,kCACF,WACE,mCACF,WACE,oCACF,WACE,qCACF,WACE,6BACF,WACE,iCACF,WACE,sCACF,WACE,+BACF,WACE,6BACF,WACE,iCACF,WACE,kCACF,WACE,gCACF,WACE,+BACF,WACE,uCACF,WACE,sCACF,WACE,kCACF,WACE,yCACF,WACE,kCACF,WACE,mCACF,WACE,uCACF,WACE,gDACF,WACE,qCACF,WACE,oCACF,WACE,8CACF,WACE,sCACF,WACE,0CACF,WACE,4CACF,WACE,uCACF,WACE,oCACF,WACE,8CACF,WACE,sCACF,WACE,mCACF,WACE,qCACF,WACE,oCACF,WACE,sCACF,WACE,uCACF,WACE,oCACF,WACE,oCACF,WACE,mCACF,WACE,qCACF,WACE,0CACF,WACE,yCACF,WACE,wCACF,WACE,yCACF,WACE,kCACF,WACE,uCACF,WACE,mCACF,WACE,sCACF,WACE,0CACF,WACE,yCACF,WACE,qCACF,WACE,oCACF,WACE,qCACF,WACE,2CACF,WACE,6BACF,WACE,mCACF,WACE,kCACF,WACE,qCACF,WACE,oCACF,WACE,mCACF,WACE,8BACF,WACE,iCACF,WACE,+BACF,WACE,8BACF,WACE,gCACF,WACE,gCACF,WACE,gCACF,WACE,gCACF,WACE,kCACF,WACE,kCACF,WACE,6BACF,WACE,8BACF,WACE,qCACF,WACE,gCACF,WACE,uCACF,WACE,4CACF,WACE,gCACF,WACE,qCACF,WACE,+BACF,WACE,6BACF,WACE,kCACF,WACE,qCACF,WACE,6BACF,WACE,4BACF,WACE,wCACF,WACE,uCACF,WACE,sCACF,WACE,4BACF,WACE,uCACF,WACE,iCACF,WACE,+BACF,WACE,uCACF,WACE,uCACF,WACE,yCACF,WACE,wCACF,WACE,0CACF,WACE,6CACF,WACE,mCACF,WACE,2CACF,WACE,8BACF,WACE,iCACF,WACE,4CACF,WACE,2CACF,WACE,kCACF,WACE,4CACF,WACE,yCACF,WACE,mCACF,WACE,0CACF,WACE,qCACF,WACE,+BACF,WACE,6BACF,WACE,kCACF,WACE,kCACF,WACE,8BACF,WACE,mCACF,WACE,gCACF,WACE,kCACF,WACE,0CACF,WACE,4BACF,WACE,yCACF,WACE,wCACF,WACE,iCACF,WACE,gCACF,WACE,kCACF,WACE,sCACF,WACE,iCACF,WACE,oCACF,WACE,+CACF,WACE,0CACF,WACE,4BACF,WACE,wCACF,WACE,mCACF,WACE,4CACF,WACE,uCACF,WACE,6BACF,WACE,qCACF,WACE,kCACF,WACE,0CACF,WACE,qCACF,WACE,mCACF,WACE,uCACF,WACE,qCACF,WACE,uCACF,WACE,wCACF,WACE,8BACF,WACE,kCACF,WACE,wCACF,WACE,gCACF,WACE,sCACF,WACE,uCACF,WACE,0CACF,WACE,6BACF,WACE,iCACF,WACE,8BACF,WACE,6BACF,WACE,mCACF,WACE,kCACF,WACE,kCACF,WACE,+BACF,WACE,2CACF,WACE,0CACF,WACE,yCACF,WACE,4CACF,WACE,6CACF,WACE,mCACF,WACE,8BACF,WACE,kCACF,WACE,sCACF,WACE,gCACF,WACE,8BACF,WACE,uCACF,WACE,qCACF,WACE,+BACF,WACE,2BACF,WACE,wCACF,WACE,sCACF,WACE,yCACF,WACE,+BACF,WACE,mCACF,WACE,kCACF,WACE,oCACF,WACE,uCACF,WACE,yCACF,WACE,yCACF,WACE,oCACF,WACE,4BACF,WACE,+BACF,WACE,sCACF,WACE,wCACF,WACE,sCACF,WACE,mCACF,WACE,gCACF,WACE,yCACF,WACE,qCACF,WACE,mCACF,WACE,6CACF,WACE,qCACF,WACE,sCACF,WACE,uCACF,WACE,qCACF,WACE,qCACF,WACE,2CACF,WACE,2CACF,WACE,2CACF,WACE,kCACF,WACE,qCACF,WACE,kCACF,WACE,kCACF,WACE,kCACF,WACE,4BACF,WACE,sCACF,WACE,kCACF,WACE,mCACF,WACE,yCACF,WACE,oCACF,WACE,oCACF,WACE,yCACF,WACE,oCACF,WACE,gCACF,WACE,iCACF,WACE,kCACF,WACE,sCACF,WACE,oDACF,WACE,iCACF,WACE,gCACF,WACE,mCACF,WACE,iCACF,WACE,wCACF,WACE,wCACF,WACE,uCACF,WACE,+BACF,WACE,oCACF,WACE,oCACF,WACE,oCACF,WACE,0CACF,WACE,uCACF,WACE,8BACF,WACE,mCACF,WACE,mCACF,WACE,uCACF,WACE,uCACF,WACE,4CACF,WACE,oCACF,WACE,6BACF,WACE,iCACF,WACE,iCACF,WACE,8BACF,WACE,yCACF,WACE,+CACF,WACE,sCACF,WACE,6CACF,WACE,2CACF,WACE,0CACF,WACE,yCACF,WACE,6CACF,WACE,sCACF,WACE,oCACF,WACE,gCACF,WACE,qCACF,WACE,oCACF,WACE,sCACF,WACE,mCACF,WACE,2CACF,WACE,uCACF,WACE,0CACF,WACE,gCACF,WACE,wCACF,WACE,qCACF,WACE,oCACF,WACE,wCACF,WACE,kCACF,WACE,qCACF,WACE,gCACF,WACE,iCACF,WACE,+BACF,WACE,sCACF,WACE,sCACF,WACE,+BACF,WACE,sCACF,WACE,+BACF,WACE,gCACF,WACE,8BACF,WACE,iCACF,WACE,6BACF,WACE,gCACF,WACE,iCACF,WACE,qCACF,WACE,iCACF,WACE,0CACF,WACE,yCACF,WACE,4CACF,WACE,mDACF,WACE,6CACF,WACE,oDACF,WACE,0CACF,WACE,iDACF,WACE,4CACF,WACE,mDACF,WACE,oCACF,WACE,6BACF,WACE,mCACF,WACE,iCACF,WACE,gCACF,WACE,8BACF,WACE,qCACF,WACE,4CACF,WACE,6CACF,WACE,2CACF,WACE,gCACF,WACE,iCACF,WACE,+BACF,WACE,mCACF,WACE,gCACF,WACE,wCACF,WACE,iCACF,WACE,+BACF,WACE,mCACF,WACE,uCACF,WACE,gCACF,WACE,wCACF,WACE,yCACF,WACE,8CACF,WACE,0CACF,WACE,yCACF,WACE,gDACF,WACE,sCACF,WACE,mCACF,WACE,uCACF,WACE,uCACF,WACE,+BACF,WACE,mCACF,WACE,uCACF,WACE,yCACF,WACE,4CACF,WACE,mCACF,WACE,uCACF,WACE,mCACF,WACE,0CACF,WACE,sCACF,WACE,4CACF,WACE,sCACF,WACE,wCACF,WACE,uCACF,WACE,qCACF,WACE,4CACF,WACE,6BACF,WACE,iCACF,WACE,8BACF,WACE,sCACF,WACE,gDACF,WACE,uCACF,WACE,uCACF,WACE,sCACF,WACE,wCACF,WACE,sCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,qCACF,WACE,kCACF,WACE,wCACF,WACE,uCACF,WACE,sCACF,WACE,uCACF,WACE,wCACF,WACE,8BACF,WACE,oCACF,WACE,qCACF,WACE,0CACF,WACE,2CACF,WACE,qCACF,WACE,sCACF,WACE,iDACF,WACE,gDACF,WACE,gDACF,WACE,4BACF,WACE,8BACF,WACE,kCACF,WACE,uCACF,WACE,2CACF,WACE,+CACF,WACE,kCACF,WACE,0CACF,WACE,2CACF,WACE,4BACF,WACE,iCACF,WACE,gCACF,WACE,mCACF,WACE,8BACF,WACE,0CACF,WACE,4BACF,WACE,8BACF,WACE,mCACF,WACE,mCACF,WACE,oCACF,WACE,yCACF,WACE,2CACF,WACE,4CACF,WACE,sCACF,WACE,sCACF,WACE,oCACF,WACE,qCACF,WACE,2CACF,WACE,kDACF,WACE,4CACF,WACE,sCACF,WACE,wCACF,WACE,iCACF,WACE,iCACF,WACE,iCACF,WACE,sCACF,WACE,+BACF,WACE,6BACF,WACE,iCACF,WACE,gCACF,WACE,6BACF,WACE,0CACF,WACE,iCACF,WACE,iCACF,WACE,8BACF,WACE,oCACF,WACE,kCACF,WACE,2CACF,WACE,gDACF,WACE,uCACF,WACE,uCACF,WACE,gCACF,WACE,qCACF,WACE,oCACF,WACE,8BACF,WACE,uCACF,WACE,sCACF,WACE,oCACF,WACE,6CACF,WACE,mDACF,WACE,gCACF,WACE,qCACF,WACE,mCACF,WACE,uCACF,WACE,+BACF,WACE,mCACF,WACE,gCACF,WACE,+CACF,WACE,oCACF,WACE,iCACF,WACE,gCACF,WACE,kCACF,WACE,wCACF,WACE,sCACF,WACE,oCACF,WACE,wCACF,WACE,sCACF,WACE,8BACF,WACE,oCACF,WACE,wCACF,WACE,8CACF,WACE,4CACF,WACE,mCACF,WACE,6BACF,WACE,8BACF,WACE,qCACF,WACE,8BACF,WACE,8BACF,WACE,6CACF,WACE,yCACF,WACE,wCACF,WACE,+CACF,WACE,sCACF,WACE,qCACF,WACE,kCACF,WACE,mCACF,WACE,oCACF,WACE,gCACF,WACE,+BACF,WACE,kCACF,WACE,0CACF,WACE,gCACF,WACE,qCACF,WACE,sCACF,WACE,kCACF,WACE,0CACF,WACE,kCACF,WACE,kCACF,WACE,+BACF,WACE,+BACF,WACE,6BACF,WACE,wCACF,WACE,gCACF,WACE,oCACF,WACE,+BACF,WACE,sCACF,WACE,8CACF,WACE,oCACF,WACE,0CACF,WACE,yCACF,WACE,uCACF,WACE,oCACF,WACE,6CACF,WACE,gCACF,WACE,oCACF,WACE,+BACF,WACE,kCACF,WACE,mCACF,WACE,sCACF,WACE,+BACF,WACE,kCACF,WACE,kCACF,WACE,iCACF,WACE,6CACF,WACE,8BACF,WACE,kCACF,WACE,+BACF,WACE,6CACF,WACE,mCACF,WACE,uCACF,WACE,qCACF,WACE,sCACF,WACE,iCACF,WACE,oCACF,WACE,mCACF,WACE,wCACF,WACE,gCACF,WACE,2CACF,WACE,qCACF,WACE,gCACF,WACE,kCACF,WACE,oCACF,WACE,+BACF,WACE,sCACF,WACE,sCACF,WACE,6CACF,WACE,uCACF,WACE,gCACF,WACE,6BACF,WACE,yCACF,WACE,qCACF,WACE,8CACF,WACE,6CACF,WACE,oCACF,WACE,qCACF,WACE,wCACF,WACE,yCACF,WACE,uCACF,WACE,8BACF,WACE,+BACF,WACE,+BACF,WACE,iCACF,WACE,6BACF,WACE,4BACF,WACE,6BACF,WACE,oCACF,WACE,mCACF,WACE,4CACF,WACE,kCACF,WACE,qCACF,WACE,uCACF,WACE,gCACF,WACE,kCACF,WACE,kCACF,WACE,sCACF,WACE,6BACF,WACE,iCACF,WACE,gCACF,WACE,qCACF,WACE,gCACF,WACE,8BACF,WACE,gCACF,WACE,qCACF,WACE,iCACF,WACE,sCACF,WACE,+BACF,WACE,+BACF,WACE,gCACF,WACE,8BACF,WACE,mCACF,WACE,8CACF,WACE,6CACF,WACE,6CACF,WACE,wCACF,WACE,4CACF,WACE,8CACF,WACE,qCACF,WACE,mCACF,WACE,2CACF,WACE,qCACF,WACE,2BACF,WACE,gCACF,WACE,sCACF,WACE,mCACF,WACE,+BACF,WACE,mCACF,WACE,iCACF,WACE,wCACF,WACE,6CACF,WACE,gDACF,WACE,gCACF,WACE,mCACF,WACE,yCACF,WACE,6BACF,WACE,6BACF,WACE,yCACF,WACE,4CACF,WACE,uCACF,WACE,oCACF,WACE,wCACF,WACE,sCACF,WACE,gCACF,WACE,oCACF,WACE,+CACF,WACE,0CACF,WACE,4CACF,WACE,gDACF,WACE,oDACF,WACE,iDACF,WACE,iCACF,WACE,iCACF,WACE,+CACF,WACE,8CACF,WACE,gDACF,WACE,2CACF,WACE,4CACF,WACE,sCACF,WACE,yCACF,WACE,0CACF,WACE,+CACF,WACE,iDACF,WACE,iDACF,WACE,4CACF,WACE,8CACF,WACE,0CACF,WACE,uCACF,WACE,uCACF,WACE,wCACF,WACE,yCACF,WACE,iDACF,WACE,uCACF,WACE,oCACF,WACE,8BACF,WACE,2CACF,WACE,uCACF,WACE,+BACF,WACE,oCACF,WACE,6BACF,WACE,+BACF,WACE,iCACF,WACE,gCACF,WACE,qCACF,WACE,wCACF,WACE,sCACF,WACE,+CACF,WACE,mCACF,WACE,iCACF,WACE,mCACF,WACE,+BACF,WACE,gCACF,WACE,mCACF,WACE,sCACF,WACE,6BACF,WACE,sCACF,WACE,8CACF,WACE,8CACF,WACE,4CACF,WACE,kDACF,WACE,kDACF,WACE,oEACF,WACE,oEACF,WACE,+CACF,WACE,+CACF,WACE,6CACF,WACE,4CACF,WACE,0CACF,WACE,0CACF,WACE,+CACF,WACE,wCACF,WACE,4DACF,WACE,wCACF,WACE,oDACF,WACE,sEACF,WACE,mDACF,WACE,iCACF,WACE,iCACF,WACE,uCACF,WACE,0CACF,WACE,mCACF,WACE,4BACF,WACE,sCACF,WACE,kCACF,WACE,sCACF,WACE,iCACF,WACE,kCACF,WACE,0CACF,WACE,qCACF,WACE,sCACF,WACE,qCACF,WACE,kCACF,WACE,mCACF,WACE,mCACF,WACE,sCACF,WACE,4BACF,WACE,mCACF,WACE,iCACF,WACE,uCACF,WACE,+BACF,WACE,qCACF,WACE,gCACF,WACE,mCACF,WACE,oCACF,WACE,6BACF,WACE,wCACF,WACE,oCACF,WACE,6BACF,WACE,sCACF,WACE,4BACF,WACE,qCACF,WACE,+BACF,WACE,8BACF,WACE,sCACF,WACE,mCACF,WACE,mCACF,WACE,4BACF,WACE,kCACF,WACE,wCACF,WACE,sCACF,WACE,0CACF,WACE,yCACF,WACE,gCACF,WACE,sCACF,WACE,sCACF,WACE,0CACF,WACE,sCACF,WACE,8BACF,WACE,mCACF,WACE,oCACF,WACE,8BACF,WACE,+BACF,WACE,mCACF,WACE,wCACF,WACE,0CACF,WACE,uCACF,WACE,uCACF,WACE,wCACF,WACE,oCACF,WACE,0CACF,WACE,wCACF,WACE,sCACF,WACE,uCACF,WACE,4CACF,WACE,mCACF,WACE,2CACF,WACE,qCACF,WACE,qCACF,WACE,sCACF,WACE,sCACF,WACE,0CACF,WACE,+BACF,WACE,oCACF,WACE,mCACF,WACE,0CACF,WACE,2CACF,WACE,gCACF,WACE,+BACF,WACE,6BACF,WACE,oCACF,WACE,8CACF,WACE,kCACF,WACE,qCACF,WACE,uCACF,WACE,kCACF,WACE,8BACF,WACE,8BACF,WACE,+CACF,WACE,8CACF,WACE,+CACF,WACE,8CACF,WACE,sCACF,WACE,6BACF,WACE,oCACF,WACE,0CACF,WACE,gCACF,WACE,8BACF,WACE,6CACF,WACE,mCACF,WACE,8BACF,WACE,iCACF,WACE,mCACF,WACE,+BACF,WACE,mCACF,WACE,wCACF,WACE,iCACF,WACE,8BACF,WACE,gDACF,WACE,iDACF,WACE,gCACF,WACE,kCACF,WACE,sCACF,WACE,kCACF,WACE,sCACF,WACE,+BACF,WACE,kCACF,WACE,8BACF,WACE,sCACF,WACE,oCACF,WACE,+CACF,WACE,2CACF,WACE,gCACF,WACE,sCACF,WACE,gCACF,WACE,uCACF,WACE,mCACF,WACE,mCACF,WACE,+CACF,WACE,kCACF,WACE,yCACF,WACE,6CACF,WACE,8BACF,WACE,mCACF,WACE,uCACF,WACE,mCACF,WACE,uCACF,WACE,oCACF,WACE,wCACF,WACE,iCACF,WACE,qCACF,WACE,uCACF,WACE,+CACF,WACE,mDACF,WACE,uCACF,WACE,sCACF,WACE,oCACF,WACE,qCACF,WACE,qCACF,WACE,kCACF,WACE,6BACF,WACE,iCACF,WACE,sCACF,WACE,kCACF,WACE,qCACF,WACE,+CACF,WACE,oDACF,WACE,uDACF,WACE,sCACF,WACE,0CACF,WACE,yCACF,WACE,4BACF,WACE,uCACF,WACE,kCACF,WACE,oCACF,WACE,yCACF,WACE,mCACF,WACE,mCACF,WACE,+BACF,WACE,uCACF,WACE,mCACF,WACE,4BACF,WACE,kCACF,WACE,uCACF,WACE,qCACF,WACE,8BACF,WACE,6BACF,WACE,iCACF,WACE,mCACF,WACE,iCACF,WACE,wCACF,WACE,qCACF,WACE,iCACF,WACE,gCACF,WACE,sCACF,WACE,oCACF,WACE,oCACF,WACE,sCACF,WACE,uCACF,WACE,6CACF,WACE,gDACF,WACE,8CACF,WACE,2CACF,WACE,2CACF,WACE,qCACF,WACE,gCACF,WACE,gCACF,WACE,uCACF,WACE,iCACF,WACE,mCACF,WACE,wCACF,WACE,mCACF,WACE,uCACF,WACE,2CACF,WACE,iCACF,WACE,qCACF,WACE,yCACF,WACE,uCACF,WACE,qCACF,WACE,+BACF,WACE,sCACF,WACE,kCACF,WACE,iCACF,WACE,8BACF,WACE,iCACF,WACE,wCACF,WACE,gCACF,WACE,uCACF,WACE,kCACF,WACE,yCACF,WACE,oCACF,WACE,8BACF,WACE,4BACF,WACE,8BACF,WACE,mCACF,WACE,kCACF,WACE,8BACF,WACE,6BACF,WACE,iCACF,WACE,8BACF,WACE,gCACF,WACE,kCACF,WACE,6BACF,WACE,6BACF,WACE,sCACF,WACE,gCACF,WACE,8BACF,WACE,6BACF,WACE,mCACF,WACE,kDACF,WACE,kCACF,WACE,oCACF,WACE,0CACF,WACE,kCACF,WACE,uCACF,WACE,sCACF,WACE,sCACF,WACE,yCACF,WACE,oCACF,WACE,oCACF,WACE,qCACF,WACE,4BACF,WACE,gCACF,WACE,4BACF,WACE,6BACF,WACE,iCACF,WACE,kCACF,WACE,mCACF,WACE,wCACF,WACE,yCACF,WACE,yCACF,WACE,0CACF,WACE,kCACF,WACE,sCACF,WACE,2BACF,WACE,+BACF,WACE,oCACF,WACE,sCACF,WACE,oCACF,WACE,qCACF,WACE,iCACF,WACE,kCACF,WACE,6BACF,WACE,oCACF,WACE,oCACF,WACE,oCACF,WACE,oCACF,WACE,iCACF,WACE,+BACF,WACE,wCACF,WACE,gCACF,WACE,+BACF,WACE,oCACF,WACE,4BACF,WACE,gCACF,WACE,iCACF,WACE,kCACF,WACE,qCACF,WACE,iCACF,WACE,sCACF,WACE,8CACF,WACE,8CACF,WACE,2CACF,WACE,4CACF,WACE,wCACF,WACE,+CACF,WACE,uCACF,WACE,kCACF,WACE,mCACF,WACE,0CACF,WACE,2CACF,WACE,yCACF,WACE,mCACF,WACE,oCACF,WACE,sCACF,WACE,uCACF,WACE,qCACF,WACE,iCACF,WACE,qCACF,WACE,wCACF,WACE,4CACF,WACE,oCACF,WACE,mCACF,WACE,sCACF,WACE,oCACF,WACE,yCACF,WACE,mCACF,WACE,uCACF,WACE,qCACF,WACE,yCACF,WACE,kCACF,WACE,iCACF,WACE,sCACF,WACE,mCACF,WACE,oCACF,WACE,kCACF,WACE,oCACF,WACE,mCACF,WACE,qCACF,WACE,oCACF,WACE,sCACF,WACE,kCACF,WACE,iCACF,WACE,8BACF,WACE,mCACF,WACE,uCACF,WACE,mCACF,WACE,uCACF,WACE,kCACF,WACE,gCACF,WACE,oCACF,WACE,wCACF,WACE,oCACF,WACE,mCACF,WACE,kCACF,WACE,2CACF,WACE,gCACF,WACE,oCACF,WACE,iCACF,WACE,+BACF,WACE,+BACF,WACE,wCACF,WACE,0CACF,WACE,sCACF,WACE,kCACF,WACE,kCACF,WACE,gCACF,WACE,sCACF,WACE,6BACF,WACE,8BACF,WACE,oCACF,WACE,kCACF,WACE,8BACF,WACE,qCACF,WACE,mCACF,WACE,wCACF,WACE,8BACF,WACE,oCACF,WACE,gCACF,WACE,kCACF,WACE,wCACF,WACE,sCACF,WACE,iCACF,WACE,iCACF,WACE,sCACF,WACE,oCACF,WACE,2BACF,WACE,4BACF,WACE,kCACF,WACE,sCACF,WACE,oCACF,WACE,gCACF,WACE,+BACF,WACE,gCACF,WACE,6BACF,WACE,iCACF,WACE,iCACF,WACE,0CACF,WACE,sCACF,WACE,gCACF,WACE,mCACF,WACE,qCACF,WACE,mCACF,WACE,6BACF,WACE,mCACF,WACE,mCACF,WACE,qCACF,WACE,uCACF,WACE,qCACF,WACE,kCACF,WACE,kCACF,WACE,iCACF,WACE,sCACF,WACE,6CACF,WACE,uCACF,WACE,6CACF,WACE,qDACF,WACE,2CACF,WACE,mCACF,WACE,+BACF,WACE,iCACF,WACE,8BACF,WACE,qCACF,WACE,kCACF,WACE,6BACF,WACE,qCACF,WACE,iCACF,WACE,qCACF,WACE,0CACF,WACE,mCACF,WACE,0CACF,WACE,2CACF,WACE,kCACF,WACE,uCACF,WACE,gCACF,WACE,6BACF,WACE,6CACF,WACE,gCACF,WACE,oCACF,WACE,iCACF,WACE,qCACF,G;ACh0IF;;CAAA,CAIA,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,mHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,0BACA,gBACA,kBACA,kCACA,qHAGF,WACE,0BACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,qHAGF,WACE,iBACA,gBACA,kBACA,kCACA,I;ACzIF,WACE,kCACA,+DACA,yK;ACFF,WACE,oCACA,kBACA,kBACA,gBACA,mHACA,qIAIF,WACE,oCACA,kBACA,kBACA,gBACA,mHACA,oP;AChBF,WACE,0BACA,kBACA,kBACA,gBACA,mHACA,iFAIF,WACE,0BACA,kBACA,kBACA,gBACA,mHACA,gEAIF,WACE,0BACA,kBACA,kBACA,gBACA,mHACA,0BAIF,WACE,0BACA,kBACA,kBACA,gBACA,mHACA,0BAIF,WACE,0BACA,kBACA,kBACA,gBACA,mHACA,2JAIF,WACE,0BACA,kBACA,kBACA,gBACA,qHACA,qIAIF,WACE,0BACA,kBACA,kBACA,gBACA,qHACA,qS;AClEF,WACE,yBACA,kBACA,kBACA,gBACA,mHACA,iFAIF,WACE,yBACA,kBACA,kBACA,gBACA,mHACA,gEAIF,WACE,yBACA,kBACA,kBACA,gBACA,mHACA,2JAIF,WACE,yBACA,kBACA,kBACA,gBACA,mHACA,qIAIF,WACE,yBACA,kBACA,kBACA,gBACA,mHACA,iQ;AC9CF,WACE,qBACA,kBACA,kBACA,gBACA,mHACA,iFAIF,WACE,qBACA,kBACA,kBACA,gBACA,mHACA,gEAIF,WACE,qBACA,kBACA,kBACA,gBACA,mHACA,2JAIF,WACE,qBACA,kBACA,kBACA,gBACA,mHACA,qIAIF,WACE,qBACA,kBACA,kBACA,gBACA,mHACA,yN;AC9CF,qCACA,qCACA,qCACA,qCAGA,8CACA,0DAGA,oCACA,gE;ACZA,w1B;ACAA,0BCIA,cACE,cACA,eACA,iBACA,sBACA,yBACA,2CAEA,aACE,eACA,kBACA,yBACA,iSAEA,aAME,qXAEA,eACE,iDAIJ,gBACE,iDAGF,gBACE,iDAGF,gBACE,iDAGF,gBACE,iDAGF,gBACE,iDAGF,gBACE,+CAGF,gCACE,qBACA,2DAGF,yBACE,iDAGF,iBACE,uGAGF,oBAEE,iEAGF,iBACE,yDAGF,gBACE,2EAIJ,cAEE,YACA,mCAGF,qBACE,kBACA,yBACA,WACA,aACA,sBACA,eACA,gBACA,cACA,mBACA,kBACA,+CAGF,aACE,uBACA,iEAIA,YACE,mBACA,eACA,+EAEA,QACE,eACA,qFAEA,mBACE,sBACA,eACA,uHAEA,aACE,iBACA,eACA,mFAIJ,UACE,qBACA,6EAIJ,YACE,SACA,mBACA,QACA,+DAIJ,YACE,SACA,UACA,YACA,iBACA,mBACA,+BACA,qIAEA,UAEE,iGAGF,cACE,mBACA,2EAIJ,iBACI,kBACA,yBACA,0BACA,6EAGJ,aACE,yBACA,0BACA,uJAGF,cAEE,kBACA,+gBAGF,wBAME,aAKN,kBACE,cAGF,qBACE,0BACA,gCAEA,QACE,gBACA,mBAGF,SACE,4BACA,oBAGF,sBACE,yBAEA,SACE,gCAIJ,WACE,sDAEA,yBACE,WAKN,cACE,MACA,WACA,WACA,SACA,aACA,2CAGF,YACE,kBACE,6BAGF,aACE,eACA,mCAGF,QACE,4BAGF,WACE,iBACA,oEAGF,cAEE,mBC7PF,eACE,qBAuBF,mBACE,YACA,gEAGF,kBAEE,gBACA,eACA,gEACA,+CAGF,oBACE,8DAGF,cAEE,6BACA,wDAGF,aAEE,+BAGF,gBACE,eACA,0BAGF,iBACE,SACA,WACA,cACA,iCAGF,iBACE,oCAGF,oBACE,yBCtEgB,aDwEhB,iBACA,kBACA,WACA,eACA,4BACA,gBACA,uBACA,mBACA,oBAGF,2BACE,6BAEA,QACE,eACA,iBACA,sBAGF,UACE,SACA,4BAGF,UACE,0BAGF,YACE,0BACA,kCAhGJ,mBACE,sBACA,uGAEA,mBAEE,uCAGF,gBACE,mBA4FJ,WACE,uBAGF,aACE,UAGF,eACE,iBACA,kBACA,YAIJ,YACE,YACA,sBACA,+BAGF,sBACE,mBACA,gBACA,cACA,kFAGF,WAGE,+BACA,yBACA,cACA,6GAEA,uBACE,2CAIJ,0BAEE,qCACA,yBCzJkB,kBD2JlB,WACA,eACA,iBACA,uBAGF,sBACE,mBACA,0BACA,gBACA,qBAGF,YACE,sGAGF,oBAKE,mBACA,WACA,gBAGF,uBACE,gBACA,mBACA,uBACA,gBACA,gBAGF,YACE,gBACA,YACA,sBAGF,eACE,cACA,gBAGF,YACE,kBAGF,gBACE,kBAGF,YACE,4DACA,qBAGF,WACE,mBACA,eAGF,YACE,mBACA,mCAEA,cACE,iBACA,6BAGF,eACE,gBACA,kBACA,OACA,4BAGF,eACE,aACA,aACA,oCAEA,eACE,kCAGF,wBCpPgB,cDsPd,gBACA,kBACA,iBACA,YACA,uEAEA,UAEE,mDAGF,WACE,eACA,iBACA,iBACA,0CA9PN,mBACE,sBACA,cAiQE,eACA,iBACA,uHAjQF,mBAEE,+CAGF,gBACE,2DA6PA,cACE,gCAKN,MACE,6BAGF,MACE,aACA,eACA,oBACA,YACA,cACA,qBAGF,oBACE,uCAIJ,UAEE,uCAGF,eACE,YACA,yEAGF,qBAEE,2BAGF,mBACE,kCAGF,SACE,oCAGF,kBACE,YACA,iCAGF,iBACE,UACA,gBACA,cAGF,YACE,iBACA,iBACA,SACA,aAGF,YACE,SACA,YACA,sBACA,QAIF,YACE,SACA,qBEzVF,mBACE,+BACA,YACA,eACA,2BAEA,8BACE,cAIJ,yBACE,oBAGF,YACE,YACA,SACA,qBAGF,WACE,iBACA,gBACA,uBAEA,cACE,iBAIJ,yBACE,uBAEA,WACE,eACA,aACA,mEAIJ,iBAEE,OACA,WACA,gBACA,YACA,sBACA,gBACA,WACA,sMAGF,YAIE,mBAGF,YACE,mBACA,SACA,2CAEA,QACE,UAIJ,eACE,aAGF,iBACE,UACA,8BAEA,WACE,YACA,UAIJ,YACE,oBACA,eACA,8BACA,sBAEA,mBACE,eAIJ,UACE,gBAIA,YACE,SACA,eACA,6BACA,6DAEA,YAEE,gBAIJ,SACE,8GAEA,wBAGE,mCAGF,iBACE,gCAIJ,cAEE,YACA,cACA,iBACA,uBAGF,iBACE,iBACA,4BAGF,cACE,YACA,cACA,WACA,cAIJ,kBACE,SAGF,YACE,uBAGF,YACE,oBAIA,eACE,cACA,aAGF,kBACE,sCAIJ,aACE,YACE,mBACA,SACA,kBC7KF,SACE,WACA,4BAGF,WACE,aACA,MCRJ,YACE,iBACA,sBACA,mBACA,iBAEA,SACE,iBACA,gBAIJ,4BACE,GAGF,aHhBoB,+BGoBpB,WAGE,YAGF,eACE,OAGF,aACE,eAGE,YACE,iBAGF,YACE,YACA,mBAGF,wBACE,KC7CN,WACE,oBACA,WAIA,UACE,gBAGF,wBACE,kCAIJ,aACE,mBACA,mBACA,oBACA,YACA,cACA,+BACA,YACA,iBAGF,YACE,iCACA,eACA,8BACA,mBACA,mBAEA,iBACE,iCAIJ,WACE,cACA,YAGF,YACE,mBAGF,YACE,YACA,yBACA,iEAGF,qBAGE,aAGF,8BACE,qBAEA,QACE,iBACA,gCAGF,aACE,oBACA,YACA,sCAGF,QACE,gBACA,WACA,gBAIJ,YACE,mBACA,mCAIA,SACE,oCAGF,mBACE,eACA,eACA,qBACA,6BAGF,YACE,OACA,iBACA,mBACA,+EAGF,wBAEE,kCAIJ,qBAEE,kBAGF,SACE,+BACA,YACA,wBAEA,wBACE,yCAIJ,WAEE,iBAGF,YACE,gBAGF,YACE,wBAGF,eACE,MACA,mBAGF,UACE,sBAEA,eACE,mBACA,wBAGF,YACE,kBACA,mBACA,oBACA,0BAIJ,0BACE,WACE,iBAGF,YACE,WACA,oBACA,kBAGF,YACE,mBAGF,eACE,cACA,YC/KJ,WACE,cAEA,SACE,2BAEA,kBACE,mDAGF,UACE,cACA,aAIJ,QACE,mBAGF,cACE,iBACA,YACA,mEAGF,WAEE,iBACA,eACA,mBAGF,aACE,kBACA,SAIJ,gBACE,eAGF,WACE,gEC1CA,eAEE,iCAIF,kBACE,2BAIJ,cACE,wBAGF,QACE,mBACA,OAGF,YACE,MAGF,MACE,kBC9BA,wBACE,+ZAGF,wBAaE,qFAGF,wBAEE,2QAGF,wBAME,wCAGF,wBACE,yBAGF,0BACE,0CAGF,oBACE,wEAGF,wBAEE,waAGF,aAaE,kIAGF,mCAKE,0IAGF,wBAIE,iCAGF,wBACE,mJAGF,wBAGE,sBAGF,2BACE,4DAGF,wBAEE,0BAGF,8BACE,oFAGF,mBAGE,mHAGF,iBAIE,mCAGF,qBACE,4CAGF,aAEE,yBACA,uBAGF,aACE,uGAGF,8BAEE,2CAGF,qBACE,wBACE,aCrIN,mBACE,4CACA,mBACA,kBACA,iBCFF,4BACE,mBACA,kBACA,eACA,UACA,WACA,qBACA,cACA,oBACA,sBACA,iBACA,mBACA,cACA,yBACA,CADA,qBACA,CADA,gBACA,mCAGA,kCAGA,kCAGA,6BAGA,wBAEA,cACE,wBAGF,cACE,wBAGF,cACE,wBAGF,cACE,0BAGF,qBACE,uCAEA,qBACE,2BAIJ,UACE,wCAEA,0BACE,kDAUN,mBAEE,WACA,kBACA,mBACA,oBACA,oBACA,cACA,qBACA,iBAGA,6BACA,mBAGF,WACE,sBAGF,WACE,wBAGF,WACE,oBAGF,WACE,oBAGF,WACE,cAGF,2BACE,8BACA,0BACA,iBACA,sBAEA,UACE,cACA,WACA,YACA,WACA,qBACA,+BAGF,uEACE,6BAGF,uEACE,8BAGF,uEACE,8BAGF,uEACE,4BAIJ,WACE,yBAGF,WACE,uBAGF,WACE,qBAGF,WACE,uBAGF,WACE,sBAGF,WACE,uBAGF,WACE,oBAGF,WACE,gDAGF,aAEE,gCACA,mBACA,4DAGF,mCAEE,cCxLF,KAGE,iBACE,sBACA,OAGF,UACE,KAGF,yBACE,2IAMF,uBAWE,MAGF,yBACE,UAGF,yBACE,SAGF,sBACE,wBAIF,2BACE,oBAIF,4BACE,0BAIF,mBACE,OAGF,UACE,SACA,UACA,UAGF,UACE,4CC/DJ,aACE,2DACE,4CAIJ,uBACE,kBAGE,aAGF,gBACE,uCAIJ,wBACE,iBACE,4CAIJ,uBACE,cAIE,OAGF,aACE,cACA,QAGF,cACE,YACA,qBAGF,oBACE,gBAGF,aACE,mBAGF,6BACE,UAGF,cACE,iBACA,kBACA,qBACA,eACA,oBAEA,gBACE,cAIJ,sBACE,mBAEA,SACE,OAIJ,oBACE,YACA,MAGF,cACE,YAGF,YACE,gBAGF,mBACE,yCAEA,UAEE,2BAIJ,UACE,wCAGF,OACE,oEAIJ,aACE,cACE,cACA,mEAIJ,aAEI,SACE,cACA,cAGF,cACE,cACA,cAGF,cACE,cACA,cAGF,SACE,cACA,cAGF,aACE,cACA,cAGF,cACE,cACA,cAGF,SACE,cACA,cAGF,cACE,cACA,cAGF,cACE,cACA,eAGF,UACE,cACA,4CAKN,YACE,YACE,aAGF,SACE,WAGF,SACE,0CAGF,YACE,oBAIJ,KACE,aACE,sB","sources":["webpack://wallabag/./node_modules/materialize-css/dist/css/materialize.css","webpack://wallabag/./node_modules/annotator/css/annotator.css","webpack://wallabag/./node_modules/material-design-icons-iconfont/dist/material-design-icons.css","webpack://wallabag/./node_modules/lato-font/css/lato-font.css","webpack://wallabag/./node_modules/open-dyslexic/open-dyslexic-regular.css","webpack://wallabag/./node_modules/@fontsource/atkinson-hyperlegible/index.css","webpack://wallabag/./node_modules/@fontsource/eb-garamond/index.css","webpack://wallabag/./node_modules/@fontsource/montserrat/index.css","webpack://wallabag/./node_modules/@fontsource/oswald/index.css","webpack://wallabag/./app/Resources/static/themes/_global/global.scss","webpack://wallabag/./node_modules/highlight.js/styles/atom-one-light.css","webpack://wallabag/./app/Resources/static/themes/material/css/index.scss","webpack://wallabag/./app/Resources/static/themes/material/css/article.scss","webpack://wallabag/./app/Resources/static/themes/material/css/cards.scss","webpack://wallabag/./app/Resources/static/themes/material/css/variables.scss","webpack://wallabag/./app/Resources/static/themes/material/css/entries.scss","webpack://wallabag/./app/Resources/static/themes/material/css/filters.scss","webpack://wallabag/./app/Resources/static/themes/material/css/layout.scss","webpack://wallabag/./app/Resources/static/themes/material/css/nav.scss","webpack://wallabag/./app/Resources/static/themes/material/css/sidenav.scss","webpack://wallabag/./app/Resources/static/themes/material/css/various.scss","webpack://wallabag/./app/Resources/static/themes/material/css/dark_theme.scss","webpack://wallabag/./app/Resources/static/themes/material/css/fonts.scss","webpack://wallabag/./app/Resources/static/themes/material/css/icons.scss","webpack://wallabag/./app/Resources/static/themes/material/css/print.scss","webpack://wallabag/./app/Resources/static/themes/material/css/media_queries.scss"],"sourcesContent":["/*!\r\n * Materialize v0.100.2 (http://materializecss.com)\r\n * Copyright 2014-2017 Materialize\r\n * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)\r\n */\r\n.materialize-red {\n background-color: #e51c23 !important;\n}\n\n.materialize-red-text {\n color: #e51c23 !important;\n}\n\n.materialize-red.lighten-5 {\n background-color: #fdeaeb !important;\n}\n\n.materialize-red-text.text-lighten-5 {\n color: #fdeaeb !important;\n}\n\n.materialize-red.lighten-4 {\n background-color: #f8c1c3 !important;\n}\n\n.materialize-red-text.text-lighten-4 {\n color: #f8c1c3 !important;\n}\n\n.materialize-red.lighten-3 {\n background-color: #f3989b !important;\n}\n\n.materialize-red-text.text-lighten-3 {\n color: #f3989b !important;\n}\n\n.materialize-red.lighten-2 {\n background-color: #ee6e73 !important;\n}\n\n.materialize-red-text.text-lighten-2 {\n color: #ee6e73 !important;\n}\n\n.materialize-red.lighten-1 {\n background-color: #ea454b !important;\n}\n\n.materialize-red-text.text-lighten-1 {\n color: #ea454b !important;\n}\n\n.materialize-red.darken-1 {\n background-color: #d0181e !important;\n}\n\n.materialize-red-text.text-darken-1 {\n color: #d0181e !important;\n}\n\n.materialize-red.darken-2 {\n background-color: #b9151b !important;\n}\n\n.materialize-red-text.text-darken-2 {\n color: #b9151b !important;\n}\n\n.materialize-red.darken-3 {\n background-color: #a21318 !important;\n}\n\n.materialize-red-text.text-darken-3 {\n color: #a21318 !important;\n}\n\n.materialize-red.darken-4 {\n background-color: #8b1014 !important;\n}\n\n.materialize-red-text.text-darken-4 {\n color: #8b1014 !important;\n}\n\n.red {\n background-color: #F44336 !important;\n}\n\n.red-text {\n color: #F44336 !important;\n}\n\n.red.lighten-5 {\n background-color: #FFEBEE !important;\n}\n\n.red-text.text-lighten-5 {\n color: #FFEBEE !important;\n}\n\n.red.lighten-4 {\n background-color: #FFCDD2 !important;\n}\n\n.red-text.text-lighten-4 {\n color: #FFCDD2 !important;\n}\n\n.red.lighten-3 {\n background-color: #EF9A9A !important;\n}\n\n.red-text.text-lighten-3 {\n color: #EF9A9A !important;\n}\n\n.red.lighten-2 {\n background-color: #E57373 !important;\n}\n\n.red-text.text-lighten-2 {\n color: #E57373 !important;\n}\n\n.red.lighten-1 {\n background-color: #EF5350 !important;\n}\n\n.red-text.text-lighten-1 {\n color: #EF5350 !important;\n}\n\n.red.darken-1 {\n background-color: #E53935 !important;\n}\n\n.red-text.text-darken-1 {\n color: #E53935 !important;\n}\n\n.red.darken-2 {\n background-color: #D32F2F !important;\n}\n\n.red-text.text-darken-2 {\n color: #D32F2F !important;\n}\n\n.red.darken-3 {\n background-color: #C62828 !important;\n}\n\n.red-text.text-darken-3 {\n color: #C62828 !important;\n}\n\n.red.darken-4 {\n background-color: #B71C1C !important;\n}\n\n.red-text.text-darken-4 {\n color: #B71C1C !important;\n}\n\n.red.accent-1 {\n background-color: #FF8A80 !important;\n}\n\n.red-text.text-accent-1 {\n color: #FF8A80 !important;\n}\n\n.red.accent-2 {\n background-color: #FF5252 !important;\n}\n\n.red-text.text-accent-2 {\n color: #FF5252 !important;\n}\n\n.red.accent-3 {\n background-color: #FF1744 !important;\n}\n\n.red-text.text-accent-3 {\n color: #FF1744 !important;\n}\n\n.red.accent-4 {\n background-color: #D50000 !important;\n}\n\n.red-text.text-accent-4 {\n color: #D50000 !important;\n}\n\n.pink {\n background-color: #e91e63 !important;\n}\n\n.pink-text {\n color: #e91e63 !important;\n}\n\n.pink.lighten-5 {\n background-color: #fce4ec !important;\n}\n\n.pink-text.text-lighten-5 {\n color: #fce4ec !important;\n}\n\n.pink.lighten-4 {\n background-color: #f8bbd0 !important;\n}\n\n.pink-text.text-lighten-4 {\n color: #f8bbd0 !important;\n}\n\n.pink.lighten-3 {\n background-color: #f48fb1 !important;\n}\n\n.pink-text.text-lighten-3 {\n color: #f48fb1 !important;\n}\n\n.pink.lighten-2 {\n background-color: #f06292 !important;\n}\n\n.pink-text.text-lighten-2 {\n color: #f06292 !important;\n}\n\n.pink.lighten-1 {\n background-color: #ec407a !important;\n}\n\n.pink-text.text-lighten-1 {\n color: #ec407a !important;\n}\n\n.pink.darken-1 {\n background-color: #d81b60 !important;\n}\n\n.pink-text.text-darken-1 {\n color: #d81b60 !important;\n}\n\n.pink.darken-2 {\n background-color: #c2185b !important;\n}\n\n.pink-text.text-darken-2 {\n color: #c2185b !important;\n}\n\n.pink.darken-3 {\n background-color: #ad1457 !important;\n}\n\n.pink-text.text-darken-3 {\n color: #ad1457 !important;\n}\n\n.pink.darken-4 {\n background-color: #880e4f !important;\n}\n\n.pink-text.text-darken-4 {\n color: #880e4f !important;\n}\n\n.pink.accent-1 {\n background-color: #ff80ab !important;\n}\n\n.pink-text.text-accent-1 {\n color: #ff80ab !important;\n}\n\n.pink.accent-2 {\n background-color: #ff4081 !important;\n}\n\n.pink-text.text-accent-2 {\n color: #ff4081 !important;\n}\n\n.pink.accent-3 {\n background-color: #f50057 !important;\n}\n\n.pink-text.text-accent-3 {\n color: #f50057 !important;\n}\n\n.pink.accent-4 {\n background-color: #c51162 !important;\n}\n\n.pink-text.text-accent-4 {\n color: #c51162 !important;\n}\n\n.purple {\n background-color: #9c27b0 !important;\n}\n\n.purple-text {\n color: #9c27b0 !important;\n}\n\n.purple.lighten-5 {\n background-color: #f3e5f5 !important;\n}\n\n.purple-text.text-lighten-5 {\n color: #f3e5f5 !important;\n}\n\n.purple.lighten-4 {\n background-color: #e1bee7 !important;\n}\n\n.purple-text.text-lighten-4 {\n color: #e1bee7 !important;\n}\n\n.purple.lighten-3 {\n background-color: #ce93d8 !important;\n}\n\n.purple-text.text-lighten-3 {\n color: #ce93d8 !important;\n}\n\n.purple.lighten-2 {\n background-color: #ba68c8 !important;\n}\n\n.purple-text.text-lighten-2 {\n color: #ba68c8 !important;\n}\n\n.purple.lighten-1 {\n background-color: #ab47bc !important;\n}\n\n.purple-text.text-lighten-1 {\n color: #ab47bc !important;\n}\n\n.purple.darken-1 {\n background-color: #8e24aa !important;\n}\n\n.purple-text.text-darken-1 {\n color: #8e24aa !important;\n}\n\n.purple.darken-2 {\n background-color: #7b1fa2 !important;\n}\n\n.purple-text.text-darken-2 {\n color: #7b1fa2 !important;\n}\n\n.purple.darken-3 {\n background-color: #6a1b9a !important;\n}\n\n.purple-text.text-darken-3 {\n color: #6a1b9a !important;\n}\n\n.purple.darken-4 {\n background-color: #4a148c !important;\n}\n\n.purple-text.text-darken-4 {\n color: #4a148c !important;\n}\n\n.purple.accent-1 {\n background-color: #ea80fc !important;\n}\n\n.purple-text.text-accent-1 {\n color: #ea80fc !important;\n}\n\n.purple.accent-2 {\n background-color: #e040fb !important;\n}\n\n.purple-text.text-accent-2 {\n color: #e040fb !important;\n}\n\n.purple.accent-3 {\n background-color: #d500f9 !important;\n}\n\n.purple-text.text-accent-3 {\n color: #d500f9 !important;\n}\n\n.purple.accent-4 {\n background-color: #aa00ff !important;\n}\n\n.purple-text.text-accent-4 {\n color: #aa00ff !important;\n}\n\n.deep-purple {\n background-color: #673ab7 !important;\n}\n\n.deep-purple-text {\n color: #673ab7 !important;\n}\n\n.deep-purple.lighten-5 {\n background-color: #ede7f6 !important;\n}\n\n.deep-purple-text.text-lighten-5 {\n color: #ede7f6 !important;\n}\n\n.deep-purple.lighten-4 {\n background-color: #d1c4e9 !important;\n}\n\n.deep-purple-text.text-lighten-4 {\n color: #d1c4e9 !important;\n}\n\n.deep-purple.lighten-3 {\n background-color: #b39ddb !important;\n}\n\n.deep-purple-text.text-lighten-3 {\n color: #b39ddb !important;\n}\n\n.deep-purple.lighten-2 {\n background-color: #9575cd !important;\n}\n\n.deep-purple-text.text-lighten-2 {\n color: #9575cd !important;\n}\n\n.deep-purple.lighten-1 {\n background-color: #7e57c2 !important;\n}\n\n.deep-purple-text.text-lighten-1 {\n color: #7e57c2 !important;\n}\n\n.deep-purple.darken-1 {\n background-color: #5e35b1 !important;\n}\n\n.deep-purple-text.text-darken-1 {\n color: #5e35b1 !important;\n}\n\n.deep-purple.darken-2 {\n background-color: #512da8 !important;\n}\n\n.deep-purple-text.text-darken-2 {\n color: #512da8 !important;\n}\n\n.deep-purple.darken-3 {\n background-color: #4527a0 !important;\n}\n\n.deep-purple-text.text-darken-3 {\n color: #4527a0 !important;\n}\n\n.deep-purple.darken-4 {\n background-color: #311b92 !important;\n}\n\n.deep-purple-text.text-darken-4 {\n color: #311b92 !important;\n}\n\n.deep-purple.accent-1 {\n background-color: #b388ff !important;\n}\n\n.deep-purple-text.text-accent-1 {\n color: #b388ff !important;\n}\n\n.deep-purple.accent-2 {\n background-color: #7c4dff !important;\n}\n\n.deep-purple-text.text-accent-2 {\n color: #7c4dff !important;\n}\n\n.deep-purple.accent-3 {\n background-color: #651fff !important;\n}\n\n.deep-purple-text.text-accent-3 {\n color: #651fff !important;\n}\n\n.deep-purple.accent-4 {\n background-color: #6200ea !important;\n}\n\n.deep-purple-text.text-accent-4 {\n color: #6200ea !important;\n}\n\n.indigo {\n background-color: #3f51b5 !important;\n}\n\n.indigo-text {\n color: #3f51b5 !important;\n}\n\n.indigo.lighten-5 {\n background-color: #e8eaf6 !important;\n}\n\n.indigo-text.text-lighten-5 {\n color: #e8eaf6 !important;\n}\n\n.indigo.lighten-4 {\n background-color: #c5cae9 !important;\n}\n\n.indigo-text.text-lighten-4 {\n color: #c5cae9 !important;\n}\n\n.indigo.lighten-3 {\n background-color: #9fa8da !important;\n}\n\n.indigo-text.text-lighten-3 {\n color: #9fa8da !important;\n}\n\n.indigo.lighten-2 {\n background-color: #7986cb !important;\n}\n\n.indigo-text.text-lighten-2 {\n color: #7986cb !important;\n}\n\n.indigo.lighten-1 {\n background-color: #5c6bc0 !important;\n}\n\n.indigo-text.text-lighten-1 {\n color: #5c6bc0 !important;\n}\n\n.indigo.darken-1 {\n background-color: #3949ab !important;\n}\n\n.indigo-text.text-darken-1 {\n color: #3949ab !important;\n}\n\n.indigo.darken-2 {\n background-color: #303f9f !important;\n}\n\n.indigo-text.text-darken-2 {\n color: #303f9f !important;\n}\n\n.indigo.darken-3 {\n background-color: #283593 !important;\n}\n\n.indigo-text.text-darken-3 {\n color: #283593 !important;\n}\n\n.indigo.darken-4 {\n background-color: #1a237e !important;\n}\n\n.indigo-text.text-darken-4 {\n color: #1a237e !important;\n}\n\n.indigo.accent-1 {\n background-color: #8c9eff !important;\n}\n\n.indigo-text.text-accent-1 {\n color: #8c9eff !important;\n}\n\n.indigo.accent-2 {\n background-color: #536dfe !important;\n}\n\n.indigo-text.text-accent-2 {\n color: #536dfe !important;\n}\n\n.indigo.accent-3 {\n background-color: #3d5afe !important;\n}\n\n.indigo-text.text-accent-3 {\n color: #3d5afe !important;\n}\n\n.indigo.accent-4 {\n background-color: #304ffe !important;\n}\n\n.indigo-text.text-accent-4 {\n color: #304ffe !important;\n}\n\n.blue {\n background-color: #2196F3 !important;\n}\n\n.blue-text {\n color: #2196F3 !important;\n}\n\n.blue.lighten-5 {\n background-color: #E3F2FD !important;\n}\n\n.blue-text.text-lighten-5 {\n color: #E3F2FD !important;\n}\n\n.blue.lighten-4 {\n background-color: #BBDEFB !important;\n}\n\n.blue-text.text-lighten-4 {\n color: #BBDEFB !important;\n}\n\n.blue.lighten-3 {\n background-color: #90CAF9 !important;\n}\n\n.blue-text.text-lighten-3 {\n color: #90CAF9 !important;\n}\n\n.blue.lighten-2 {\n background-color: #64B5F6 !important;\n}\n\n.blue-text.text-lighten-2 {\n color: #64B5F6 !important;\n}\n\n.blue.lighten-1 {\n background-color: #42A5F5 !important;\n}\n\n.blue-text.text-lighten-1 {\n color: #42A5F5 !important;\n}\n\n.blue.darken-1 {\n background-color: #1E88E5 !important;\n}\n\n.blue-text.text-darken-1 {\n color: #1E88E5 !important;\n}\n\n.blue.darken-2 {\n background-color: #1976D2 !important;\n}\n\n.blue-text.text-darken-2 {\n color: #1976D2 !important;\n}\n\n.blue.darken-3 {\n background-color: #1565C0 !important;\n}\n\n.blue-text.text-darken-3 {\n color: #1565C0 !important;\n}\n\n.blue.darken-4 {\n background-color: #0D47A1 !important;\n}\n\n.blue-text.text-darken-4 {\n color: #0D47A1 !important;\n}\n\n.blue.accent-1 {\n background-color: #82B1FF !important;\n}\n\n.blue-text.text-accent-1 {\n color: #82B1FF !important;\n}\n\n.blue.accent-2 {\n background-color: #448AFF !important;\n}\n\n.blue-text.text-accent-2 {\n color: #448AFF !important;\n}\n\n.blue.accent-3 {\n background-color: #2979FF !important;\n}\n\n.blue-text.text-accent-3 {\n color: #2979FF !important;\n}\n\n.blue.accent-4 {\n background-color: #2962FF !important;\n}\n\n.blue-text.text-accent-4 {\n color: #2962FF !important;\n}\n\n.light-blue {\n background-color: #03a9f4 !important;\n}\n\n.light-blue-text {\n color: #03a9f4 !important;\n}\n\n.light-blue.lighten-5 {\n background-color: #e1f5fe !important;\n}\n\n.light-blue-text.text-lighten-5 {\n color: #e1f5fe !important;\n}\n\n.light-blue.lighten-4 {\n background-color: #b3e5fc !important;\n}\n\n.light-blue-text.text-lighten-4 {\n color: #b3e5fc !important;\n}\n\n.light-blue.lighten-3 {\n background-color: #81d4fa !important;\n}\n\n.light-blue-text.text-lighten-3 {\n color: #81d4fa !important;\n}\n\n.light-blue.lighten-2 {\n background-color: #4fc3f7 !important;\n}\n\n.light-blue-text.text-lighten-2 {\n color: #4fc3f7 !important;\n}\n\n.light-blue.lighten-1 {\n background-color: #29b6f6 !important;\n}\n\n.light-blue-text.text-lighten-1 {\n color: #29b6f6 !important;\n}\n\n.light-blue.darken-1 {\n background-color: #039be5 !important;\n}\n\n.light-blue-text.text-darken-1 {\n color: #039be5 !important;\n}\n\n.light-blue.darken-2 {\n background-color: #0288d1 !important;\n}\n\n.light-blue-text.text-darken-2 {\n color: #0288d1 !important;\n}\n\n.light-blue.darken-3 {\n background-color: #0277bd !important;\n}\n\n.light-blue-text.text-darken-3 {\n color: #0277bd !important;\n}\n\n.light-blue.darken-4 {\n background-color: #01579b !important;\n}\n\n.light-blue-text.text-darken-4 {\n color: #01579b !important;\n}\n\n.light-blue.accent-1 {\n background-color: #80d8ff !important;\n}\n\n.light-blue-text.text-accent-1 {\n color: #80d8ff !important;\n}\n\n.light-blue.accent-2 {\n background-color: #40c4ff !important;\n}\n\n.light-blue-text.text-accent-2 {\n color: #40c4ff !important;\n}\n\n.light-blue.accent-3 {\n background-color: #00b0ff !important;\n}\n\n.light-blue-text.text-accent-3 {\n color: #00b0ff !important;\n}\n\n.light-blue.accent-4 {\n background-color: #0091ea !important;\n}\n\n.light-blue-text.text-accent-4 {\n color: #0091ea !important;\n}\n\n.cyan {\n background-color: #00bcd4 !important;\n}\n\n.cyan-text {\n color: #00bcd4 !important;\n}\n\n.cyan.lighten-5 {\n background-color: #e0f7fa !important;\n}\n\n.cyan-text.text-lighten-5 {\n color: #e0f7fa !important;\n}\n\n.cyan.lighten-4 {\n background-color: #b2ebf2 !important;\n}\n\n.cyan-text.text-lighten-4 {\n color: #b2ebf2 !important;\n}\n\n.cyan.lighten-3 {\n background-color: #80deea !important;\n}\n\n.cyan-text.text-lighten-3 {\n color: #80deea !important;\n}\n\n.cyan.lighten-2 {\n background-color: #4dd0e1 !important;\n}\n\n.cyan-text.text-lighten-2 {\n color: #4dd0e1 !important;\n}\n\n.cyan.lighten-1 {\n background-color: #26c6da !important;\n}\n\n.cyan-text.text-lighten-1 {\n color: #26c6da !important;\n}\n\n.cyan.darken-1 {\n background-color: #00acc1 !important;\n}\n\n.cyan-text.text-darken-1 {\n color: #00acc1 !important;\n}\n\n.cyan.darken-2 {\n background-color: #0097a7 !important;\n}\n\n.cyan-text.text-darken-2 {\n color: #0097a7 !important;\n}\n\n.cyan.darken-3 {\n background-color: #00838f !important;\n}\n\n.cyan-text.text-darken-3 {\n color: #00838f !important;\n}\n\n.cyan.darken-4 {\n background-color: #006064 !important;\n}\n\n.cyan-text.text-darken-4 {\n color: #006064 !important;\n}\n\n.cyan.accent-1 {\n background-color: #84ffff !important;\n}\n\n.cyan-text.text-accent-1 {\n color: #84ffff !important;\n}\n\n.cyan.accent-2 {\n background-color: #18ffff !important;\n}\n\n.cyan-text.text-accent-2 {\n color: #18ffff !important;\n}\n\n.cyan.accent-3 {\n background-color: #00e5ff !important;\n}\n\n.cyan-text.text-accent-3 {\n color: #00e5ff !important;\n}\n\n.cyan.accent-4 {\n background-color: #00b8d4 !important;\n}\n\n.cyan-text.text-accent-4 {\n color: #00b8d4 !important;\n}\n\n.teal {\n background-color: #009688 !important;\n}\n\n.teal-text {\n color: #009688 !important;\n}\n\n.teal.lighten-5 {\n background-color: #e0f2f1 !important;\n}\n\n.teal-text.text-lighten-5 {\n color: #e0f2f1 !important;\n}\n\n.teal.lighten-4 {\n background-color: #b2dfdb !important;\n}\n\n.teal-text.text-lighten-4 {\n color: #b2dfdb !important;\n}\n\n.teal.lighten-3 {\n background-color: #80cbc4 !important;\n}\n\n.teal-text.text-lighten-3 {\n color: #80cbc4 !important;\n}\n\n.teal.lighten-2 {\n background-color: #4db6ac !important;\n}\n\n.teal-text.text-lighten-2 {\n color: #4db6ac !important;\n}\n\n.teal.lighten-1 {\n background-color: #26a69a !important;\n}\n\n.teal-text.text-lighten-1 {\n color: #26a69a !important;\n}\n\n.teal.darken-1 {\n background-color: #00897b !important;\n}\n\n.teal-text.text-darken-1 {\n color: #00897b !important;\n}\n\n.teal.darken-2 {\n background-color: #00796b !important;\n}\n\n.teal-text.text-darken-2 {\n color: #00796b !important;\n}\n\n.teal.darken-3 {\n background-color: #00695c !important;\n}\n\n.teal-text.text-darken-3 {\n color: #00695c !important;\n}\n\n.teal.darken-4 {\n background-color: #004d40 !important;\n}\n\n.teal-text.text-darken-4 {\n color: #004d40 !important;\n}\n\n.teal.accent-1 {\n background-color: #a7ffeb !important;\n}\n\n.teal-text.text-accent-1 {\n color: #a7ffeb !important;\n}\n\n.teal.accent-2 {\n background-color: #64ffda !important;\n}\n\n.teal-text.text-accent-2 {\n color: #64ffda !important;\n}\n\n.teal.accent-3 {\n background-color: #1de9b6 !important;\n}\n\n.teal-text.text-accent-3 {\n color: #1de9b6 !important;\n}\n\n.teal.accent-4 {\n background-color: #00bfa5 !important;\n}\n\n.teal-text.text-accent-4 {\n color: #00bfa5 !important;\n}\n\n.green {\n background-color: #4CAF50 !important;\n}\n\n.green-text {\n color: #4CAF50 !important;\n}\n\n.green.lighten-5 {\n background-color: #E8F5E9 !important;\n}\n\n.green-text.text-lighten-5 {\n color: #E8F5E9 !important;\n}\n\n.green.lighten-4 {\n background-color: #C8E6C9 !important;\n}\n\n.green-text.text-lighten-4 {\n color: #C8E6C9 !important;\n}\n\n.green.lighten-3 {\n background-color: #A5D6A7 !important;\n}\n\n.green-text.text-lighten-3 {\n color: #A5D6A7 !important;\n}\n\n.green.lighten-2 {\n background-color: #81C784 !important;\n}\n\n.green-text.text-lighten-2 {\n color: #81C784 !important;\n}\n\n.green.lighten-1 {\n background-color: #66BB6A !important;\n}\n\n.green-text.text-lighten-1 {\n color: #66BB6A !important;\n}\n\n.green.darken-1 {\n background-color: #43A047 !important;\n}\n\n.green-text.text-darken-1 {\n color: #43A047 !important;\n}\n\n.green.darken-2 {\n background-color: #388E3C !important;\n}\n\n.green-text.text-darken-2 {\n color: #388E3C !important;\n}\n\n.green.darken-3 {\n background-color: #2E7D32 !important;\n}\n\n.green-text.text-darken-3 {\n color: #2E7D32 !important;\n}\n\n.green.darken-4 {\n background-color: #1B5E20 !important;\n}\n\n.green-text.text-darken-4 {\n color: #1B5E20 !important;\n}\n\n.green.accent-1 {\n background-color: #B9F6CA !important;\n}\n\n.green-text.text-accent-1 {\n color: #B9F6CA !important;\n}\n\n.green.accent-2 {\n background-color: #69F0AE !important;\n}\n\n.green-text.text-accent-2 {\n color: #69F0AE !important;\n}\n\n.green.accent-3 {\n background-color: #00E676 !important;\n}\n\n.green-text.text-accent-3 {\n color: #00E676 !important;\n}\n\n.green.accent-4 {\n background-color: #00C853 !important;\n}\n\n.green-text.text-accent-4 {\n color: #00C853 !important;\n}\n\n.light-green {\n background-color: #8bc34a !important;\n}\n\n.light-green-text {\n color: #8bc34a !important;\n}\n\n.light-green.lighten-5 {\n background-color: #f1f8e9 !important;\n}\n\n.light-green-text.text-lighten-5 {\n color: #f1f8e9 !important;\n}\n\n.light-green.lighten-4 {\n background-color: #dcedc8 !important;\n}\n\n.light-green-text.text-lighten-4 {\n color: #dcedc8 !important;\n}\n\n.light-green.lighten-3 {\n background-color: #c5e1a5 !important;\n}\n\n.light-green-text.text-lighten-3 {\n color: #c5e1a5 !important;\n}\n\n.light-green.lighten-2 {\n background-color: #aed581 !important;\n}\n\n.light-green-text.text-lighten-2 {\n color: #aed581 !important;\n}\n\n.light-green.lighten-1 {\n background-color: #9ccc65 !important;\n}\n\n.light-green-text.text-lighten-1 {\n color: #9ccc65 !important;\n}\n\n.light-green.darken-1 {\n background-color: #7cb342 !important;\n}\n\n.light-green-text.text-darken-1 {\n color: #7cb342 !important;\n}\n\n.light-green.darken-2 {\n background-color: #689f38 !important;\n}\n\n.light-green-text.text-darken-2 {\n color: #689f38 !important;\n}\n\n.light-green.darken-3 {\n background-color: #558b2f !important;\n}\n\n.light-green-text.text-darken-3 {\n color: #558b2f !important;\n}\n\n.light-green.darken-4 {\n background-color: #33691e !important;\n}\n\n.light-green-text.text-darken-4 {\n color: #33691e !important;\n}\n\n.light-green.accent-1 {\n background-color: #ccff90 !important;\n}\n\n.light-green-text.text-accent-1 {\n color: #ccff90 !important;\n}\n\n.light-green.accent-2 {\n background-color: #b2ff59 !important;\n}\n\n.light-green-text.text-accent-2 {\n color: #b2ff59 !important;\n}\n\n.light-green.accent-3 {\n background-color: #76ff03 !important;\n}\n\n.light-green-text.text-accent-3 {\n color: #76ff03 !important;\n}\n\n.light-green.accent-4 {\n background-color: #64dd17 !important;\n}\n\n.light-green-text.text-accent-4 {\n color: #64dd17 !important;\n}\n\n.lime {\n background-color: #cddc39 !important;\n}\n\n.lime-text {\n color: #cddc39 !important;\n}\n\n.lime.lighten-5 {\n background-color: #f9fbe7 !important;\n}\n\n.lime-text.text-lighten-5 {\n color: #f9fbe7 !important;\n}\n\n.lime.lighten-4 {\n background-color: #f0f4c3 !important;\n}\n\n.lime-text.text-lighten-4 {\n color: #f0f4c3 !important;\n}\n\n.lime.lighten-3 {\n background-color: #e6ee9c !important;\n}\n\n.lime-text.text-lighten-3 {\n color: #e6ee9c !important;\n}\n\n.lime.lighten-2 {\n background-color: #dce775 !important;\n}\n\n.lime-text.text-lighten-2 {\n color: #dce775 !important;\n}\n\n.lime.lighten-1 {\n background-color: #d4e157 !important;\n}\n\n.lime-text.text-lighten-1 {\n color: #d4e157 !important;\n}\n\n.lime.darken-1 {\n background-color: #c0ca33 !important;\n}\n\n.lime-text.text-darken-1 {\n color: #c0ca33 !important;\n}\n\n.lime.darken-2 {\n background-color: #afb42b !important;\n}\n\n.lime-text.text-darken-2 {\n color: #afb42b !important;\n}\n\n.lime.darken-3 {\n background-color: #9e9d24 !important;\n}\n\n.lime-text.text-darken-3 {\n color: #9e9d24 !important;\n}\n\n.lime.darken-4 {\n background-color: #827717 !important;\n}\n\n.lime-text.text-darken-4 {\n color: #827717 !important;\n}\n\n.lime.accent-1 {\n background-color: #f4ff81 !important;\n}\n\n.lime-text.text-accent-1 {\n color: #f4ff81 !important;\n}\n\n.lime.accent-2 {\n background-color: #eeff41 !important;\n}\n\n.lime-text.text-accent-2 {\n color: #eeff41 !important;\n}\n\n.lime.accent-3 {\n background-color: #c6ff00 !important;\n}\n\n.lime-text.text-accent-3 {\n color: #c6ff00 !important;\n}\n\n.lime.accent-4 {\n background-color: #aeea00 !important;\n}\n\n.lime-text.text-accent-4 {\n color: #aeea00 !important;\n}\n\n.yellow {\n background-color: #ffeb3b !important;\n}\n\n.yellow-text {\n color: #ffeb3b !important;\n}\n\n.yellow.lighten-5 {\n background-color: #fffde7 !important;\n}\n\n.yellow-text.text-lighten-5 {\n color: #fffde7 !important;\n}\n\n.yellow.lighten-4 {\n background-color: #fff9c4 !important;\n}\n\n.yellow-text.text-lighten-4 {\n color: #fff9c4 !important;\n}\n\n.yellow.lighten-3 {\n background-color: #fff59d !important;\n}\n\n.yellow-text.text-lighten-3 {\n color: #fff59d !important;\n}\n\n.yellow.lighten-2 {\n background-color: #fff176 !important;\n}\n\n.yellow-text.text-lighten-2 {\n color: #fff176 !important;\n}\n\n.yellow.lighten-1 {\n background-color: #ffee58 !important;\n}\n\n.yellow-text.text-lighten-1 {\n color: #ffee58 !important;\n}\n\n.yellow.darken-1 {\n background-color: #fdd835 !important;\n}\n\n.yellow-text.text-darken-1 {\n color: #fdd835 !important;\n}\n\n.yellow.darken-2 {\n background-color: #fbc02d !important;\n}\n\n.yellow-text.text-darken-2 {\n color: #fbc02d !important;\n}\n\n.yellow.darken-3 {\n background-color: #f9a825 !important;\n}\n\n.yellow-text.text-darken-3 {\n color: #f9a825 !important;\n}\n\n.yellow.darken-4 {\n background-color: #f57f17 !important;\n}\n\n.yellow-text.text-darken-4 {\n color: #f57f17 !important;\n}\n\n.yellow.accent-1 {\n background-color: #ffff8d !important;\n}\n\n.yellow-text.text-accent-1 {\n color: #ffff8d !important;\n}\n\n.yellow.accent-2 {\n background-color: #ffff00 !important;\n}\n\n.yellow-text.text-accent-2 {\n color: #ffff00 !important;\n}\n\n.yellow.accent-3 {\n background-color: #ffea00 !important;\n}\n\n.yellow-text.text-accent-3 {\n color: #ffea00 !important;\n}\n\n.yellow.accent-4 {\n background-color: #ffd600 !important;\n}\n\n.yellow-text.text-accent-4 {\n color: #ffd600 !important;\n}\n\n.amber {\n background-color: #ffc107 !important;\n}\n\n.amber-text {\n color: #ffc107 !important;\n}\n\n.amber.lighten-5 {\n background-color: #fff8e1 !important;\n}\n\n.amber-text.text-lighten-5 {\n color: #fff8e1 !important;\n}\n\n.amber.lighten-4 {\n background-color: #ffecb3 !important;\n}\n\n.amber-text.text-lighten-4 {\n color: #ffecb3 !important;\n}\n\n.amber.lighten-3 {\n background-color: #ffe082 !important;\n}\n\n.amber-text.text-lighten-3 {\n color: #ffe082 !important;\n}\n\n.amber.lighten-2 {\n background-color: #ffd54f !important;\n}\n\n.amber-text.text-lighten-2 {\n color: #ffd54f !important;\n}\n\n.amber.lighten-1 {\n background-color: #ffca28 !important;\n}\n\n.amber-text.text-lighten-1 {\n color: #ffca28 !important;\n}\n\n.amber.darken-1 {\n background-color: #ffb300 !important;\n}\n\n.amber-text.text-darken-1 {\n color: #ffb300 !important;\n}\n\n.amber.darken-2 {\n background-color: #ffa000 !important;\n}\n\n.amber-text.text-darken-2 {\n color: #ffa000 !important;\n}\n\n.amber.darken-3 {\n background-color: #ff8f00 !important;\n}\n\n.amber-text.text-darken-3 {\n color: #ff8f00 !important;\n}\n\n.amber.darken-4 {\n background-color: #ff6f00 !important;\n}\n\n.amber-text.text-darken-4 {\n color: #ff6f00 !important;\n}\n\n.amber.accent-1 {\n background-color: #ffe57f !important;\n}\n\n.amber-text.text-accent-1 {\n color: #ffe57f !important;\n}\n\n.amber.accent-2 {\n background-color: #ffd740 !important;\n}\n\n.amber-text.text-accent-2 {\n color: #ffd740 !important;\n}\n\n.amber.accent-3 {\n background-color: #ffc400 !important;\n}\n\n.amber-text.text-accent-3 {\n color: #ffc400 !important;\n}\n\n.amber.accent-4 {\n background-color: #ffab00 !important;\n}\n\n.amber-text.text-accent-4 {\n color: #ffab00 !important;\n}\n\n.orange {\n background-color: #ff9800 !important;\n}\n\n.orange-text {\n color: #ff9800 !important;\n}\n\n.orange.lighten-5 {\n background-color: #fff3e0 !important;\n}\n\n.orange-text.text-lighten-5 {\n color: #fff3e0 !important;\n}\n\n.orange.lighten-4 {\n background-color: #ffe0b2 !important;\n}\n\n.orange-text.text-lighten-4 {\n color: #ffe0b2 !important;\n}\n\n.orange.lighten-3 {\n background-color: #ffcc80 !important;\n}\n\n.orange-text.text-lighten-3 {\n color: #ffcc80 !important;\n}\n\n.orange.lighten-2 {\n background-color: #ffb74d !important;\n}\n\n.orange-text.text-lighten-2 {\n color: #ffb74d !important;\n}\n\n.orange.lighten-1 {\n background-color: #ffa726 !important;\n}\n\n.orange-text.text-lighten-1 {\n color: #ffa726 !important;\n}\n\n.orange.darken-1 {\n background-color: #fb8c00 !important;\n}\n\n.orange-text.text-darken-1 {\n color: #fb8c00 !important;\n}\n\n.orange.darken-2 {\n background-color: #f57c00 !important;\n}\n\n.orange-text.text-darken-2 {\n color: #f57c00 !important;\n}\n\n.orange.darken-3 {\n background-color: #ef6c00 !important;\n}\n\n.orange-text.text-darken-3 {\n color: #ef6c00 !important;\n}\n\n.orange.darken-4 {\n background-color: #e65100 !important;\n}\n\n.orange-text.text-darken-4 {\n color: #e65100 !important;\n}\n\n.orange.accent-1 {\n background-color: #ffd180 !important;\n}\n\n.orange-text.text-accent-1 {\n color: #ffd180 !important;\n}\n\n.orange.accent-2 {\n background-color: #ffab40 !important;\n}\n\n.orange-text.text-accent-2 {\n color: #ffab40 !important;\n}\n\n.orange.accent-3 {\n background-color: #ff9100 !important;\n}\n\n.orange-text.text-accent-3 {\n color: #ff9100 !important;\n}\n\n.orange.accent-4 {\n background-color: #ff6d00 !important;\n}\n\n.orange-text.text-accent-4 {\n color: #ff6d00 !important;\n}\n\n.deep-orange {\n background-color: #ff5722 !important;\n}\n\n.deep-orange-text {\n color: #ff5722 !important;\n}\n\n.deep-orange.lighten-5 {\n background-color: #fbe9e7 !important;\n}\n\n.deep-orange-text.text-lighten-5 {\n color: #fbe9e7 !important;\n}\n\n.deep-orange.lighten-4 {\n background-color: #ffccbc !important;\n}\n\n.deep-orange-text.text-lighten-4 {\n color: #ffccbc !important;\n}\n\n.deep-orange.lighten-3 {\n background-color: #ffab91 !important;\n}\n\n.deep-orange-text.text-lighten-3 {\n color: #ffab91 !important;\n}\n\n.deep-orange.lighten-2 {\n background-color: #ff8a65 !important;\n}\n\n.deep-orange-text.text-lighten-2 {\n color: #ff8a65 !important;\n}\n\n.deep-orange.lighten-1 {\n background-color: #ff7043 !important;\n}\n\n.deep-orange-text.text-lighten-1 {\n color: #ff7043 !important;\n}\n\n.deep-orange.darken-1 {\n background-color: #f4511e !important;\n}\n\n.deep-orange-text.text-darken-1 {\n color: #f4511e !important;\n}\n\n.deep-orange.darken-2 {\n background-color: #e64a19 !important;\n}\n\n.deep-orange-text.text-darken-2 {\n color: #e64a19 !important;\n}\n\n.deep-orange.darken-3 {\n background-color: #d84315 !important;\n}\n\n.deep-orange-text.text-darken-3 {\n color: #d84315 !important;\n}\n\n.deep-orange.darken-4 {\n background-color: #bf360c !important;\n}\n\n.deep-orange-text.text-darken-4 {\n color: #bf360c !important;\n}\n\n.deep-orange.accent-1 {\n background-color: #ff9e80 !important;\n}\n\n.deep-orange-text.text-accent-1 {\n color: #ff9e80 !important;\n}\n\n.deep-orange.accent-2 {\n background-color: #ff6e40 !important;\n}\n\n.deep-orange-text.text-accent-2 {\n color: #ff6e40 !important;\n}\n\n.deep-orange.accent-3 {\n background-color: #ff3d00 !important;\n}\n\n.deep-orange-text.text-accent-3 {\n color: #ff3d00 !important;\n}\n\n.deep-orange.accent-4 {\n background-color: #dd2c00 !important;\n}\n\n.deep-orange-text.text-accent-4 {\n color: #dd2c00 !important;\n}\n\n.brown {\n background-color: #795548 !important;\n}\n\n.brown-text {\n color: #795548 !important;\n}\n\n.brown.lighten-5 {\n background-color: #efebe9 !important;\n}\n\n.brown-text.text-lighten-5 {\n color: #efebe9 !important;\n}\n\n.brown.lighten-4 {\n background-color: #d7ccc8 !important;\n}\n\n.brown-text.text-lighten-4 {\n color: #d7ccc8 !important;\n}\n\n.brown.lighten-3 {\n background-color: #bcaaa4 !important;\n}\n\n.brown-text.text-lighten-3 {\n color: #bcaaa4 !important;\n}\n\n.brown.lighten-2 {\n background-color: #a1887f !important;\n}\n\n.brown-text.text-lighten-2 {\n color: #a1887f !important;\n}\n\n.brown.lighten-1 {\n background-color: #8d6e63 !important;\n}\n\n.brown-text.text-lighten-1 {\n color: #8d6e63 !important;\n}\n\n.brown.darken-1 {\n background-color: #6d4c41 !important;\n}\n\n.brown-text.text-darken-1 {\n color: #6d4c41 !important;\n}\n\n.brown.darken-2 {\n background-color: #5d4037 !important;\n}\n\n.brown-text.text-darken-2 {\n color: #5d4037 !important;\n}\n\n.brown.darken-3 {\n background-color: #4e342e !important;\n}\n\n.brown-text.text-darken-3 {\n color: #4e342e !important;\n}\n\n.brown.darken-4 {\n background-color: #3e2723 !important;\n}\n\n.brown-text.text-darken-4 {\n color: #3e2723 !important;\n}\n\n.blue-grey {\n background-color: #607d8b !important;\n}\n\n.blue-grey-text {\n color: #607d8b !important;\n}\n\n.blue-grey.lighten-5 {\n background-color: #eceff1 !important;\n}\n\n.blue-grey-text.text-lighten-5 {\n color: #eceff1 !important;\n}\n\n.blue-grey.lighten-4 {\n background-color: #cfd8dc !important;\n}\n\n.blue-grey-text.text-lighten-4 {\n color: #cfd8dc !important;\n}\n\n.blue-grey.lighten-3 {\n background-color: #b0bec5 !important;\n}\n\n.blue-grey-text.text-lighten-3 {\n color: #b0bec5 !important;\n}\n\n.blue-grey.lighten-2 {\n background-color: #90a4ae !important;\n}\n\n.blue-grey-text.text-lighten-2 {\n color: #90a4ae !important;\n}\n\n.blue-grey.lighten-1 {\n background-color: #78909c !important;\n}\n\n.blue-grey-text.text-lighten-1 {\n color: #78909c !important;\n}\n\n.blue-grey.darken-1 {\n background-color: #546e7a !important;\n}\n\n.blue-grey-text.text-darken-1 {\n color: #546e7a !important;\n}\n\n.blue-grey.darken-2 {\n background-color: #455a64 !important;\n}\n\n.blue-grey-text.text-darken-2 {\n color: #455a64 !important;\n}\n\n.blue-grey.darken-3 {\n background-color: #37474f !important;\n}\n\n.blue-grey-text.text-darken-3 {\n color: #37474f !important;\n}\n\n.blue-grey.darken-4 {\n background-color: #263238 !important;\n}\n\n.blue-grey-text.text-darken-4 {\n color: #263238 !important;\n}\n\n.grey {\n background-color: #9e9e9e !important;\n}\n\n.grey-text {\n color: #9e9e9e !important;\n}\n\n.grey.lighten-5 {\n background-color: #fafafa !important;\n}\n\n.grey-text.text-lighten-5 {\n color: #fafafa !important;\n}\n\n.grey.lighten-4 {\n background-color: #f5f5f5 !important;\n}\n\n.grey-text.text-lighten-4 {\n color: #f5f5f5 !important;\n}\n\n.grey.lighten-3 {\n background-color: #eeeeee !important;\n}\n\n.grey-text.text-lighten-3 {\n color: #eeeeee !important;\n}\n\n.grey.lighten-2 {\n background-color: #e0e0e0 !important;\n}\n\n.grey-text.text-lighten-2 {\n color: #e0e0e0 !important;\n}\n\n.grey.lighten-1 {\n background-color: #bdbdbd !important;\n}\n\n.grey-text.text-lighten-1 {\n color: #bdbdbd !important;\n}\n\n.grey.darken-1 {\n background-color: #757575 !important;\n}\n\n.grey-text.text-darken-1 {\n color: #757575 !important;\n}\n\n.grey.darken-2 {\n background-color: #616161 !important;\n}\n\n.grey-text.text-darken-2 {\n color: #616161 !important;\n}\n\n.grey.darken-3 {\n background-color: #424242 !important;\n}\n\n.grey-text.text-darken-3 {\n color: #424242 !important;\n}\n\n.grey.darken-4 {\n background-color: #212121 !important;\n}\n\n.grey-text.text-darken-4 {\n color: #212121 !important;\n}\n\n.black {\n background-color: #000000 !important;\n}\n\n.black-text {\n color: #000000 !important;\n}\n\n.white {\n background-color: #FFFFFF !important;\n}\n\n.white-text {\n color: #FFFFFF !important;\n}\n\n.transparent {\n background-color: transparent !important;\n}\n\n.transparent-text {\n color: transparent !important;\n}\n\n/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */\n/**\r\n * 1. Set default font family to sans-serif.\r\n * 2. Prevent iOS and IE text size adjust after device orientation change,\r\n * without disabling user zoom.\r\n */\nhtml {\n font-family: sans-serif;\n /* 1 */\n -ms-text-size-adjust: 100%;\n /* 2 */\n -webkit-text-size-adjust: 100%;\n /* 2 */\n}\n\n/**\r\n * Remove default margin.\r\n */\nbody {\n margin: 0;\n}\n\n/* HTML5 display definitions\r\n ========================================================================== */\n/**\r\n * Correct `block` display not defined for any HTML5 element in IE 8/9.\r\n * Correct `block` display not defined for `details` or `summary` in IE 10/11\r\n * and Firefox.\r\n * Correct `block` display not defined for `main` in IE 11.\r\n */\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n display: block;\n}\n\n/**\r\n * 1. Correct `inline-block` display not defined in IE 8/9.\r\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\r\n */\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block;\n /* 1 */\n vertical-align: baseline;\n /* 2 */\n}\n\n/**\r\n * Prevent modern browsers from displaying `audio` without controls.\r\n * Remove excess height in iOS 5 devices.\r\n */\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\r\n * Address `[hidden]` styling not present in IE 8/9/10.\r\n * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.\r\n */\n[hidden],\ntemplate {\n display: none;\n}\n\n/* Links\r\n ========================================================================== */\n/**\r\n * Remove the gray background color from active links in IE 10.\r\n */\na {\n background-color: transparent;\n}\n\n/**\r\n * Improve readability of focused elements when they are also in an\r\n * active/hover state.\r\n */\na:active,\na:hover {\n outline: 0;\n}\n\n/* Text-level semantics\r\n ========================================================================== */\n/**\r\n * Address styling not present in IE 8/9/10/11, Safari, and Chrome.\r\n */\nabbr[title] {\n border-bottom: 1px dotted;\n}\n\n/**\r\n * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\r\n */\nb,\nstrong {\n font-weight: bold;\n}\n\n/**\r\n * Address styling not present in Safari and Chrome.\r\n */\ndfn {\n font-style: italic;\n}\n\n/**\r\n * Address variable `h1` font-size and margin within `section` and `article`\r\n * contexts in Firefox 4+, Safari, and Chrome.\r\n */\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\r\n * Address styling not present in IE 8/9.\r\n */\nmark {\n background: #ff0;\n color: #000;\n}\n\n/**\r\n * Address inconsistent and variable font size in all browsers.\r\n */\nsmall {\n font-size: 80%;\n}\n\n/**\r\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\r\n */\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* Embedded content\r\n ========================================================================== */\n/**\r\n * Remove border when inside `a` element in IE 8/9/10.\r\n */\nimg {\n border: 0;\n}\n\n/**\r\n * Correct overflow not hidden in IE 9/10/11.\r\n */\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Grouping content\r\n ========================================================================== */\n/**\r\n * Address margin not present in IE 8/9 and Safari.\r\n */\nfigure {\n margin: 1em 40px;\n}\n\n/**\r\n * Address differences between Firefox and other browsers.\r\n */\nhr {\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n height: 0;\n}\n\n/**\r\n * Contain overflow in all browsers.\r\n */\npre {\n overflow: auto;\n}\n\n/**\r\n * Address odd `em`-unit font size rendering in all browsers.\r\n */\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\n/* Forms\r\n ========================================================================== */\n/**\r\n * Known limitation: by default, Chrome and Safari on OS X allow very limited\r\n * styling of `select`, unless a `border` property is set.\r\n */\n/**\r\n * 1. Correct color not being inherited.\r\n * Known issue: affects color of disabled elements.\r\n * 2. Correct font properties not being inherited.\r\n * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\r\n */\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit;\n /* 1 */\n font: inherit;\n /* 2 */\n margin: 0;\n /* 3 */\n}\n\n/**\r\n * Address `overflow` set to `hidden` in IE 8/9/10/11.\r\n */\nbutton {\n overflow: visible;\n}\n\n/**\r\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\r\n * All other form control elements do not inherit `text-transform` values.\r\n * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\r\n * Correct `select` style inheritance in Firefox.\r\n */\nbutton,\nselect {\n text-transform: none;\n}\n\n/**\r\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\r\n * and `video` controls.\r\n * 2. Correct inability to style clickable `input` types in iOS.\r\n * 3. Improve usability and consistency of cursor style between image-type\r\n * `input` and others.\r\n */\nbutton,\nhtml input[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button;\n /* 2 */\n cursor: pointer;\n /* 3 */\n}\n\n/**\r\n * Re-set default cursor for disabled elements.\r\n */\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n/**\r\n * Remove inner padding and border in Firefox 4+.\r\n */\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/**\r\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\r\n * the UA stylesheet.\r\n */\ninput {\n line-height: normal;\n}\n\n/**\r\n * It's recommended that you don't attempt to style these elements.\r\n * Firefox's implementation doesn't respect box-sizing, padding, or width.\r\n *\r\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\r\n * 2. Remove excess padding in IE 8/9/10.\r\n */\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n /* 1 */\n padding: 0;\n /* 2 */\n}\n\n/**\r\n * Fix the cursor style for Chrome's increment/decrement buttons. For certain\r\n * `font-size` values of the `input`, it causes the cursor style of the\r\n * decrement button to change from `default` to `text`.\r\n */\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\r\n * 1. Address `appearance` set to `searchfield` in Safari and Chrome.\r\n * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.\r\n */\ninput[type=\"search\"] {\n -webkit-appearance: textfield;\n /* 1 */\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n /* 2 */\n}\n\n/**\r\n * Remove inner padding and search cancel button in Safari and Chrome on OS X.\r\n * Safari (but not Chrome) clips the cancel button when the search input has\r\n * padding (and `textfield` appearance).\r\n */\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\r\n * Define consistent border, margin, and padding.\r\n */\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\r\n * 1. Correct `color` not being inherited in IE 8/9/10/11.\r\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\r\n */\nlegend {\n border: 0;\n /* 1 */\n padding: 0;\n /* 2 */\n}\n\n/**\r\n * Remove default vertical scrollbar in IE 8/9/10/11.\r\n */\ntextarea {\n overflow: auto;\n}\n\n/**\r\n * Don't inherit the `font-weight` (applied by a rule above).\r\n * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\r\n */\noptgroup {\n font-weight: bold;\n}\n\n/* Tables\r\n ========================================================================== */\n/**\r\n * Remove most spacing between table cells.\r\n */\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n\nhtml {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\n*, *:before, *:after {\n -webkit-box-sizing: inherit;\n box-sizing: inherit;\n}\n\nul:not(.browser-default) {\n padding-left: 0;\n list-style-type: none;\n}\n\nul:not(.browser-default) > li {\n list-style-type: none;\n}\n\na {\n color: #039be5;\n text-decoration: none;\n -webkit-tap-highlight-color: transparent;\n}\n\n.valign-wrapper {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.clearfix {\n clear: both;\n}\n\n.z-depth-0 {\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n}\n\n.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {\n -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);\n}\n\n.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {\n -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);\n box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);\n}\n\n.z-depth-2 {\n -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);\n box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);\n}\n\n.z-depth-3 {\n -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);\n box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);\n}\n\n.z-depth-4, .modal {\n -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);\n box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);\n}\n\n.z-depth-5 {\n -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);\n box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);\n}\n\n.hoverable {\n -webkit-transition: -webkit-box-shadow .25s;\n transition: -webkit-box-shadow .25s;\n transition: box-shadow .25s;\n transition: box-shadow .25s, -webkit-box-shadow .25s;\n}\n\n.hoverable:hover {\n -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n}\n\n.divider {\n height: 1px;\n overflow: hidden;\n background-color: #e0e0e0;\n}\n\nblockquote {\n margin: 20px 0;\n padding-left: 1.5rem;\n border-left: 5px solid #ee6e73;\n}\n\ni {\n line-height: inherit;\n}\n\ni.left {\n float: left;\n margin-right: 15px;\n}\n\ni.right {\n float: right;\n margin-left: 15px;\n}\n\ni.tiny {\n font-size: 1rem;\n}\n\ni.small {\n font-size: 2rem;\n}\n\ni.medium {\n font-size: 4rem;\n}\n\ni.large {\n font-size: 6rem;\n}\n\nimg.responsive-img,\nvideo.responsive-video {\n max-width: 100%;\n height: auto;\n}\n\n.pagination li {\n display: inline-block;\n border-radius: 2px;\n text-align: center;\n vertical-align: top;\n height: 30px;\n}\n\n.pagination li a {\n color: #444;\n display: inline-block;\n font-size: 1.2rem;\n padding: 0 10px;\n line-height: 30px;\n}\n\n.pagination li.active a {\n color: #fff;\n}\n\n.pagination li.active {\n background-color: #ee6e73;\n}\n\n.pagination li.disabled a {\n cursor: default;\n color: #999;\n}\n\n.pagination li i {\n font-size: 2rem;\n}\n\n.pagination li.pages ul li {\n display: inline-block;\n float: none;\n}\n\n@media only screen and (max-width: 992px) {\n .pagination {\n width: 100%;\n }\n .pagination li.prev,\n .pagination li.next {\n width: 10%;\n }\n .pagination li.pages {\n width: 80%;\n overflow: hidden;\n white-space: nowrap;\n }\n}\n\n.breadcrumb {\n font-size: 18px;\n color: rgba(255, 255, 255, 0.7);\n}\n\n.breadcrumb i,\n.breadcrumb [class^=\"mdi-\"], .breadcrumb [class*=\"mdi-\"],\n.breadcrumb i.material-icons {\n display: inline-block;\n float: left;\n font-size: 24px;\n}\n\n.breadcrumb:before {\n content: '\\E5CC';\n color: rgba(255, 255, 255, 0.7);\n vertical-align: top;\n display: inline-block;\n font-family: 'Material Icons';\n font-weight: normal;\n font-style: normal;\n font-size: 25px;\n margin: 0 10px 0 8px;\n -webkit-font-smoothing: antialiased;\n}\n\n.breadcrumb:first-child:before {\n display: none;\n}\n\n.breadcrumb:last-child {\n color: #fff;\n}\n\n.parallax-container {\n position: relative;\n overflow: hidden;\n height: 500px;\n}\n\n.parallax-container .parallax {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: -1;\n}\n\n.parallax-container .parallax img {\n display: none;\n position: absolute;\n left: 50%;\n bottom: 0;\n min-width: 100%;\n min-height: 100%;\n -webkit-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n}\n\n.pin-top, .pin-bottom {\n position: relative;\n}\n\n.pinned {\n position: fixed !important;\n}\n\n/*********************\r\n Transition Classes\r\n**********************/\nul.staggered-list li {\n opacity: 0;\n}\n\n.fade-in {\n opacity: 0;\n -webkit-transform-origin: 0 50%;\n transform-origin: 0 50%;\n}\n\n/*********************\r\n Media Query Classes\r\n**********************/\n@media only screen and (max-width: 600px) {\n .hide-on-small-only, .hide-on-small-and-down {\n display: none !important;\n }\n}\n\n@media only screen and (max-width: 992px) {\n .hide-on-med-and-down {\n display: none !important;\n }\n}\n\n@media only screen and (min-width: 601px) {\n .hide-on-med-and-up {\n display: none !important;\n }\n}\n\n@media only screen and (min-width: 600px) and (max-width: 992px) {\n .hide-on-med-only {\n display: none !important;\n }\n}\n\n@media only screen and (min-width: 993px) {\n .hide-on-large-only {\n display: none !important;\n }\n}\n\n@media only screen and (min-width: 993px) {\n .show-on-large {\n display: block !important;\n }\n}\n\n@media only screen and (min-width: 600px) and (max-width: 992px) {\n .show-on-medium {\n display: block !important;\n }\n}\n\n@media only screen and (max-width: 600px) {\n .show-on-small {\n display: block !important;\n }\n}\n\n@media only screen and (min-width: 601px) {\n .show-on-medium-and-up {\n display: block !important;\n }\n}\n\n@media only screen and (max-width: 992px) {\n .show-on-medium-and-down {\n display: block !important;\n }\n}\n\n@media only screen and (max-width: 600px) {\n .center-on-small-only {\n text-align: center;\n }\n}\n\n.page-footer {\n padding-top: 20px;\n color: #fff;\n background-color: #ee6e73;\n}\n\n.page-footer .footer-copyright {\n overflow: hidden;\n min-height: 50px;\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n padding: 10px 0px;\n color: rgba(255, 255, 255, 0.8);\n background-color: rgba(51, 51, 51, 0.08);\n}\n\ntable, th, td {\n border: none;\n}\n\ntable {\n width: 100%;\n display: table;\n}\n\ntable.bordered > thead > tr,\ntable.bordered > tbody > tr {\n border-bottom: 1px solid #d0d0d0;\n}\n\ntable.striped > tbody > tr:nth-child(odd) {\n background-color: #f2f2f2;\n}\n\ntable.striped > tbody > tr > td {\n border-radius: 0;\n}\n\ntable.highlight > tbody > tr {\n -webkit-transition: background-color .25s ease;\n transition: background-color .25s ease;\n}\n\ntable.highlight > tbody > tr:hover {\n background-color: #f2f2f2;\n}\n\ntable.centered thead tr th, table.centered tbody tr td {\n text-align: center;\n}\n\nthead {\n border-bottom: 1px solid #d0d0d0;\n}\n\ntd, th {\n padding: 15px 5px;\n display: table-cell;\n text-align: left;\n vertical-align: middle;\n border-radius: 2px;\n}\n\n@media only screen and (max-width: 992px) {\n table.responsive-table {\n width: 100%;\n border-collapse: collapse;\n border-spacing: 0;\n display: block;\n position: relative;\n /* sort out borders */\n }\n table.responsive-table td:empty:before {\n content: '\\00a0';\n }\n table.responsive-table th,\n table.responsive-table td {\n margin: 0;\n vertical-align: top;\n }\n table.responsive-table th {\n text-align: left;\n }\n table.responsive-table thead {\n display: block;\n float: left;\n }\n table.responsive-table thead tr {\n display: block;\n padding: 0 10px 0 0;\n }\n table.responsive-table thead tr th::before {\n content: \"\\00a0\";\n }\n table.responsive-table tbody {\n display: block;\n width: auto;\n position: relative;\n overflow-x: auto;\n white-space: nowrap;\n }\n table.responsive-table tbody tr {\n display: inline-block;\n vertical-align: top;\n }\n table.responsive-table th {\n display: block;\n text-align: right;\n }\n table.responsive-table td {\n display: block;\n min-height: 1.25em;\n text-align: left;\n }\n table.responsive-table tr {\n padding: 0 10px;\n }\n table.responsive-table thead {\n border: 0;\n border-right: 1px solid #d0d0d0;\n }\n table.responsive-table.bordered th {\n border-bottom: 0;\n border-left: 0;\n }\n table.responsive-table.bordered td {\n border-left: 0;\n border-right: 0;\n border-bottom: 0;\n }\n table.responsive-table.bordered tr {\n border: 0;\n }\n table.responsive-table.bordered tbody tr {\n border-right: 1px solid #d0d0d0;\n }\n}\n\n.collection {\n margin: 0.5rem 0 1rem 0;\n border: 1px solid #e0e0e0;\n border-radius: 2px;\n overflow: hidden;\n position: relative;\n}\n\n.collection .collection-item {\n background-color: #fff;\n line-height: 1.5rem;\n padding: 10px 20px;\n margin: 0;\n border-bottom: 1px solid #e0e0e0;\n}\n\n.collection .collection-item.avatar {\n min-height: 84px;\n padding-left: 72px;\n position: relative;\n}\n\n.collection .collection-item.avatar:not(.circle-clipper) > .circle,\n.collection .collection-item.avatar :not(.circle-clipper) > .circle {\n position: absolute;\n width: 42px;\n height: 42px;\n overflow: hidden;\n left: 15px;\n display: inline-block;\n vertical-align: middle;\n}\n\n.collection .collection-item.avatar i.circle {\n font-size: 18px;\n line-height: 42px;\n color: #fff;\n background-color: #999;\n text-align: center;\n}\n\n.collection .collection-item.avatar .title {\n font-size: 16px;\n}\n\n.collection .collection-item.avatar p {\n margin: 0;\n}\n\n.collection .collection-item.avatar .secondary-content {\n position: absolute;\n top: 16px;\n right: 16px;\n}\n\n.collection .collection-item:last-child {\n border-bottom: none;\n}\n\n.collection .collection-item.active {\n background-color: #26a69a;\n color: #eafaf9;\n}\n\n.collection .collection-item.active .secondary-content {\n color: #fff;\n}\n\n.collection a.collection-item {\n display: block;\n -webkit-transition: .25s;\n transition: .25s;\n color: #26a69a;\n}\n\n.collection a.collection-item:not(.active):hover {\n background-color: #ddd;\n}\n\n.collection.with-header .collection-header {\n background-color: #fff;\n border-bottom: 1px solid #e0e0e0;\n padding: 10px 20px;\n}\n\n.collection.with-header .collection-item {\n padding-left: 30px;\n}\n\n.collection.with-header .collection-item.avatar {\n padding-left: 72px;\n}\n\n.secondary-content {\n float: right;\n color: #26a69a;\n}\n\n.collapsible .collection {\n margin: 0;\n border: none;\n}\n\n.video-container {\n position: relative;\n padding-bottom: 56.25%;\n height: 0;\n overflow: hidden;\n}\n\n.video-container iframe, .video-container object, .video-container embed {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.progress {\n position: relative;\n height: 4px;\n display: block;\n width: 100%;\n background-color: #acece6;\n border-radius: 2px;\n margin: 0.5rem 0 1rem 0;\n overflow: hidden;\n}\n\n.progress .determinate {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n background-color: #26a69a;\n -webkit-transition: width .3s linear;\n transition: width .3s linear;\n}\n\n.progress .indeterminate {\n background-color: #26a69a;\n}\n\n.progress .indeterminate:before {\n content: '';\n position: absolute;\n background-color: inherit;\n top: 0;\n left: 0;\n bottom: 0;\n will-change: left, right;\n -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n}\n\n.progress .indeterminate:after {\n content: '';\n position: absolute;\n background-color: inherit;\n top: 0;\n left: 0;\n bottom: 0;\n will-change: left, right;\n -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n -webkit-animation-delay: 1.15s;\n animation-delay: 1.15s;\n}\n\n@-webkit-keyframes indeterminate {\n 0% {\n left: -35%;\n right: 100%;\n }\n 60% {\n left: 100%;\n right: -90%;\n }\n 100% {\n left: 100%;\n right: -90%;\n }\n}\n\n@keyframes indeterminate {\n 0% {\n left: -35%;\n right: 100%;\n }\n 60% {\n left: 100%;\n right: -90%;\n }\n 100% {\n left: 100%;\n right: -90%;\n }\n}\n\n@-webkit-keyframes indeterminate-short {\n 0% {\n left: -200%;\n right: 100%;\n }\n 60% {\n left: 107%;\n right: -8%;\n }\n 100% {\n left: 107%;\n right: -8%;\n }\n}\n\n@keyframes indeterminate-short {\n 0% {\n left: -200%;\n right: 100%;\n }\n 60% {\n left: 107%;\n right: -8%;\n }\n 100% {\n left: 107%;\n right: -8%;\n }\n}\n\n/*******************\r\n Utility Classes\r\n*******************/\n.hide {\n display: none !important;\n}\n\n.left-align {\n text-align: left;\n}\n\n.right-align {\n text-align: right;\n}\n\n.center, .center-align {\n text-align: center;\n}\n\n.left {\n float: left !important;\n}\n\n.right {\n float: right !important;\n}\n\n.no-select, input[type=range],\ninput[type=range] + .thumb {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.circle {\n border-radius: 50%;\n}\n\n.center-block {\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n\n.truncate {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.no-padding {\n padding: 0 !important;\n}\n\nspan.badge {\n min-width: 3rem;\n padding: 0 6px;\n margin-left: 14px;\n text-align: center;\n font-size: 1rem;\n line-height: 22px;\n height: 22px;\n color: #757575;\n float: right;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n\nspan.badge.new {\n font-weight: 300;\n font-size: 0.8rem;\n color: #fff;\n background-color: #26a69a;\n border-radius: 2px;\n}\n\nspan.badge.new:after {\n content: \" new\";\n}\n\nspan.badge[data-badge-caption]::after {\n content: \" \" attr(data-badge-caption);\n}\n\nnav ul a span.badge {\n display: inline-block;\n float: none;\n margin-left: 4px;\n line-height: 22px;\n height: 22px;\n -webkit-font-smoothing: auto;\n}\n\n.collection-item span.badge {\n margin-top: calc(0.75rem - 11px);\n}\n\n.collapsible span.badge {\n margin-left: auto;\n}\n\n.side-nav span.badge {\n margin-top: calc(24px - 11px);\n}\n\n/* This is needed for some mobile phones to display the Google Icon font properly */\n.material-icons {\n text-rendering: optimizeLegibility;\n -webkit-font-feature-settings: 'liga';\n -moz-font-feature-settings: 'liga';\n font-feature-settings: 'liga';\n}\n\n.container {\n margin: 0 auto;\n max-width: 1280px;\n width: 90%;\n}\n\n@media only screen and (min-width: 601px) {\n .container {\n width: 85%;\n }\n}\n\n@media only screen and (min-width: 993px) {\n .container {\n width: 70%;\n }\n}\n\n.container .row {\n margin-left: -0.75rem;\n margin-right: -0.75rem;\n}\n\n.section {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n.section.no-pad {\n padding: 0;\n}\n\n.section.no-pad-bot {\n padding-bottom: 0;\n}\n\n.section.no-pad-top {\n padding-top: 0;\n}\n\n.row {\n margin-left: auto;\n margin-right: auto;\n margin-bottom: 20px;\n}\n\n.row:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n.row .col {\n float: left;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n padding: 0 0.75rem;\n min-height: 1px;\n}\n\n.row .col[class*=\"push-\"], .row .col[class*=\"pull-\"] {\n position: relative;\n}\n\n.row .col.s1 {\n width: 8.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s2 {\n width: 16.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s3 {\n width: 25%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s4 {\n width: 33.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s5 {\n width: 41.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s6 {\n width: 50%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s7 {\n width: 58.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s8 {\n width: 66.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s9 {\n width: 75%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s10 {\n width: 83.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s11 {\n width: 91.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.s12 {\n width: 100%;\n margin-left: auto;\n left: auto;\n right: auto;\n}\n\n.row .col.offset-s1 {\n margin-left: 8.3333333333%;\n}\n\n.row .col.pull-s1 {\n right: 8.3333333333%;\n}\n\n.row .col.push-s1 {\n left: 8.3333333333%;\n}\n\n.row .col.offset-s2 {\n margin-left: 16.6666666667%;\n}\n\n.row .col.pull-s2 {\n right: 16.6666666667%;\n}\n\n.row .col.push-s2 {\n left: 16.6666666667%;\n}\n\n.row .col.offset-s3 {\n margin-left: 25%;\n}\n\n.row .col.pull-s3 {\n right: 25%;\n}\n\n.row .col.push-s3 {\n left: 25%;\n}\n\n.row .col.offset-s4 {\n margin-left: 33.3333333333%;\n}\n\n.row .col.pull-s4 {\n right: 33.3333333333%;\n}\n\n.row .col.push-s4 {\n left: 33.3333333333%;\n}\n\n.row .col.offset-s5 {\n margin-left: 41.6666666667%;\n}\n\n.row .col.pull-s5 {\n right: 41.6666666667%;\n}\n\n.row .col.push-s5 {\n left: 41.6666666667%;\n}\n\n.row .col.offset-s6 {\n margin-left: 50%;\n}\n\n.row .col.pull-s6 {\n right: 50%;\n}\n\n.row .col.push-s6 {\n left: 50%;\n}\n\n.row .col.offset-s7 {\n margin-left: 58.3333333333%;\n}\n\n.row .col.pull-s7 {\n right: 58.3333333333%;\n}\n\n.row .col.push-s7 {\n left: 58.3333333333%;\n}\n\n.row .col.offset-s8 {\n margin-left: 66.6666666667%;\n}\n\n.row .col.pull-s8 {\n right: 66.6666666667%;\n}\n\n.row .col.push-s8 {\n left: 66.6666666667%;\n}\n\n.row .col.offset-s9 {\n margin-left: 75%;\n}\n\n.row .col.pull-s9 {\n right: 75%;\n}\n\n.row .col.push-s9 {\n left: 75%;\n}\n\n.row .col.offset-s10 {\n margin-left: 83.3333333333%;\n}\n\n.row .col.pull-s10 {\n right: 83.3333333333%;\n}\n\n.row .col.push-s10 {\n left: 83.3333333333%;\n}\n\n.row .col.offset-s11 {\n margin-left: 91.6666666667%;\n}\n\n.row .col.pull-s11 {\n right: 91.6666666667%;\n}\n\n.row .col.push-s11 {\n left: 91.6666666667%;\n}\n\n.row .col.offset-s12 {\n margin-left: 100%;\n}\n\n.row .col.pull-s12 {\n right: 100%;\n}\n\n.row .col.push-s12 {\n left: 100%;\n}\n\n@media only screen and (min-width: 601px) {\n .row .col.m1 {\n width: 8.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m2 {\n width: 16.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m3 {\n width: 25%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m4 {\n width: 33.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m5 {\n width: 41.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m6 {\n width: 50%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m7 {\n width: 58.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m8 {\n width: 66.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m9 {\n width: 75%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m10 {\n width: 83.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m11 {\n width: 91.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.m12 {\n width: 100%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.offset-m1 {\n margin-left: 8.3333333333%;\n }\n .row .col.pull-m1 {\n right: 8.3333333333%;\n }\n .row .col.push-m1 {\n left: 8.3333333333%;\n }\n .row .col.offset-m2 {\n margin-left: 16.6666666667%;\n }\n .row .col.pull-m2 {\n right: 16.6666666667%;\n }\n .row .col.push-m2 {\n left: 16.6666666667%;\n }\n .row .col.offset-m3 {\n margin-left: 25%;\n }\n .row .col.pull-m3 {\n right: 25%;\n }\n .row .col.push-m3 {\n left: 25%;\n }\n .row .col.offset-m4 {\n margin-left: 33.3333333333%;\n }\n .row .col.pull-m4 {\n right: 33.3333333333%;\n }\n .row .col.push-m4 {\n left: 33.3333333333%;\n }\n .row .col.offset-m5 {\n margin-left: 41.6666666667%;\n }\n .row .col.pull-m5 {\n right: 41.6666666667%;\n }\n .row .col.push-m5 {\n left: 41.6666666667%;\n }\n .row .col.offset-m6 {\n margin-left: 50%;\n }\n .row .col.pull-m6 {\n right: 50%;\n }\n .row .col.push-m6 {\n left: 50%;\n }\n .row .col.offset-m7 {\n margin-left: 58.3333333333%;\n }\n .row .col.pull-m7 {\n right: 58.3333333333%;\n }\n .row .col.push-m7 {\n left: 58.3333333333%;\n }\n .row .col.offset-m8 {\n margin-left: 66.6666666667%;\n }\n .row .col.pull-m8 {\n right: 66.6666666667%;\n }\n .row .col.push-m8 {\n left: 66.6666666667%;\n }\n .row .col.offset-m9 {\n margin-left: 75%;\n }\n .row .col.pull-m9 {\n right: 75%;\n }\n .row .col.push-m9 {\n left: 75%;\n }\n .row .col.offset-m10 {\n margin-left: 83.3333333333%;\n }\n .row .col.pull-m10 {\n right: 83.3333333333%;\n }\n .row .col.push-m10 {\n left: 83.3333333333%;\n }\n .row .col.offset-m11 {\n margin-left: 91.6666666667%;\n }\n .row .col.pull-m11 {\n right: 91.6666666667%;\n }\n .row .col.push-m11 {\n left: 91.6666666667%;\n }\n .row .col.offset-m12 {\n margin-left: 100%;\n }\n .row .col.pull-m12 {\n right: 100%;\n }\n .row .col.push-m12 {\n left: 100%;\n }\n}\n\n@media only screen and (min-width: 993px) {\n .row .col.l1 {\n width: 8.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l2 {\n width: 16.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l3 {\n width: 25%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l4 {\n width: 33.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l5 {\n width: 41.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l6 {\n width: 50%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l7 {\n width: 58.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l8 {\n width: 66.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l9 {\n width: 75%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l10 {\n width: 83.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l11 {\n width: 91.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.l12 {\n width: 100%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.offset-l1 {\n margin-left: 8.3333333333%;\n }\n .row .col.pull-l1 {\n right: 8.3333333333%;\n }\n .row .col.push-l1 {\n left: 8.3333333333%;\n }\n .row .col.offset-l2 {\n margin-left: 16.6666666667%;\n }\n .row .col.pull-l2 {\n right: 16.6666666667%;\n }\n .row .col.push-l2 {\n left: 16.6666666667%;\n }\n .row .col.offset-l3 {\n margin-left: 25%;\n }\n .row .col.pull-l3 {\n right: 25%;\n }\n .row .col.push-l3 {\n left: 25%;\n }\n .row .col.offset-l4 {\n margin-left: 33.3333333333%;\n }\n .row .col.pull-l4 {\n right: 33.3333333333%;\n }\n .row .col.push-l4 {\n left: 33.3333333333%;\n }\n .row .col.offset-l5 {\n margin-left: 41.6666666667%;\n }\n .row .col.pull-l5 {\n right: 41.6666666667%;\n }\n .row .col.push-l5 {\n left: 41.6666666667%;\n }\n .row .col.offset-l6 {\n margin-left: 50%;\n }\n .row .col.pull-l6 {\n right: 50%;\n }\n .row .col.push-l6 {\n left: 50%;\n }\n .row .col.offset-l7 {\n margin-left: 58.3333333333%;\n }\n .row .col.pull-l7 {\n right: 58.3333333333%;\n }\n .row .col.push-l7 {\n left: 58.3333333333%;\n }\n .row .col.offset-l8 {\n margin-left: 66.6666666667%;\n }\n .row .col.pull-l8 {\n right: 66.6666666667%;\n }\n .row .col.push-l8 {\n left: 66.6666666667%;\n }\n .row .col.offset-l9 {\n margin-left: 75%;\n }\n .row .col.pull-l9 {\n right: 75%;\n }\n .row .col.push-l9 {\n left: 75%;\n }\n .row .col.offset-l10 {\n margin-left: 83.3333333333%;\n }\n .row .col.pull-l10 {\n right: 83.3333333333%;\n }\n .row .col.push-l10 {\n left: 83.3333333333%;\n }\n .row .col.offset-l11 {\n margin-left: 91.6666666667%;\n }\n .row .col.pull-l11 {\n right: 91.6666666667%;\n }\n .row .col.push-l11 {\n left: 91.6666666667%;\n }\n .row .col.offset-l12 {\n margin-left: 100%;\n }\n .row .col.pull-l12 {\n right: 100%;\n }\n .row .col.push-l12 {\n left: 100%;\n }\n}\n\n@media only screen and (min-width: 1201px) {\n .row .col.xl1 {\n width: 8.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl2 {\n width: 16.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl3 {\n width: 25%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl4 {\n width: 33.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl5 {\n width: 41.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl6 {\n width: 50%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl7 {\n width: 58.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl8 {\n width: 66.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl9 {\n width: 75%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl10 {\n width: 83.3333333333%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl11 {\n width: 91.6666666667%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.xl12 {\n width: 100%;\n margin-left: auto;\n left: auto;\n right: auto;\n }\n .row .col.offset-xl1 {\n margin-left: 8.3333333333%;\n }\n .row .col.pull-xl1 {\n right: 8.3333333333%;\n }\n .row .col.push-xl1 {\n left: 8.3333333333%;\n }\n .row .col.offset-xl2 {\n margin-left: 16.6666666667%;\n }\n .row .col.pull-xl2 {\n right: 16.6666666667%;\n }\n .row .col.push-xl2 {\n left: 16.6666666667%;\n }\n .row .col.offset-xl3 {\n margin-left: 25%;\n }\n .row .col.pull-xl3 {\n right: 25%;\n }\n .row .col.push-xl3 {\n left: 25%;\n }\n .row .col.offset-xl4 {\n margin-left: 33.3333333333%;\n }\n .row .col.pull-xl4 {\n right: 33.3333333333%;\n }\n .row .col.push-xl4 {\n left: 33.3333333333%;\n }\n .row .col.offset-xl5 {\n margin-left: 41.6666666667%;\n }\n .row .col.pull-xl5 {\n right: 41.6666666667%;\n }\n .row .col.push-xl5 {\n left: 41.6666666667%;\n }\n .row .col.offset-xl6 {\n margin-left: 50%;\n }\n .row .col.pull-xl6 {\n right: 50%;\n }\n .row .col.push-xl6 {\n left: 50%;\n }\n .row .col.offset-xl7 {\n margin-left: 58.3333333333%;\n }\n .row .col.pull-xl7 {\n right: 58.3333333333%;\n }\n .row .col.push-xl7 {\n left: 58.3333333333%;\n }\n .row .col.offset-xl8 {\n margin-left: 66.6666666667%;\n }\n .row .col.pull-xl8 {\n right: 66.6666666667%;\n }\n .row .col.push-xl8 {\n left: 66.6666666667%;\n }\n .row .col.offset-xl9 {\n margin-left: 75%;\n }\n .row .col.pull-xl9 {\n right: 75%;\n }\n .row .col.push-xl9 {\n left: 75%;\n }\n .row .col.offset-xl10 {\n margin-left: 83.3333333333%;\n }\n .row .col.pull-xl10 {\n right: 83.3333333333%;\n }\n .row .col.push-xl10 {\n left: 83.3333333333%;\n }\n .row .col.offset-xl11 {\n margin-left: 91.6666666667%;\n }\n .row .col.pull-xl11 {\n right: 91.6666666667%;\n }\n .row .col.push-xl11 {\n left: 91.6666666667%;\n }\n .row .col.offset-xl12 {\n margin-left: 100%;\n }\n .row .col.pull-xl12 {\n right: 100%;\n }\n .row .col.push-xl12 {\n left: 100%;\n }\n}\n\nnav {\n color: #fff;\n background-color: #ee6e73;\n width: 100%;\n height: 56px;\n line-height: 56px;\n}\n\nnav.nav-extended {\n height: auto;\n}\n\nnav.nav-extended .nav-wrapper {\n min-height: 56px;\n height: auto;\n}\n\nnav.nav-extended .nav-content {\n position: relative;\n line-height: normal;\n}\n\nnav a {\n color: #fff;\n}\n\nnav i,\nnav [class^=\"mdi-\"], nav [class*=\"mdi-\"],\nnav i.material-icons {\n display: block;\n font-size: 24px;\n height: 56px;\n line-height: 56px;\n}\n\nnav .nav-wrapper {\n position: relative;\n height: 100%;\n}\n\n@media only screen and (min-width: 993px) {\n nav a.button-collapse {\n display: none;\n }\n}\n\nnav .button-collapse {\n float: left;\n position: relative;\n z-index: 1;\n height: 56px;\n margin: 0 18px;\n}\n\nnav .button-collapse i {\n height: 56px;\n line-height: 56px;\n}\n\nnav .brand-logo {\n position: absolute;\n color: #fff;\n display: inline-block;\n font-size: 2.1rem;\n padding: 0;\n}\n\nnav .brand-logo.center {\n left: 50%;\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n}\n\n@media only screen and (max-width: 992px) {\n nav .brand-logo {\n left: 50%;\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n }\n nav .brand-logo.left, nav .brand-logo.right {\n padding: 0;\n -webkit-transform: none;\n transform: none;\n }\n nav .brand-logo.left {\n left: 0.5rem;\n }\n nav .brand-logo.right {\n right: 0.5rem;\n left: auto;\n }\n}\n\nnav .brand-logo.right {\n right: 0.5rem;\n padding: 0;\n}\n\nnav .brand-logo i,\nnav .brand-logo [class^=\"mdi-\"], nav .brand-logo [class*=\"mdi-\"],\nnav .brand-logo i.material-icons {\n float: left;\n margin-right: 15px;\n}\n\nnav .nav-title {\n display: inline-block;\n font-size: 32px;\n padding: 28px 0;\n}\n\nnav ul {\n margin: 0;\n}\n\nnav ul li {\n -webkit-transition: background-color .3s;\n transition: background-color .3s;\n float: left;\n padding: 0;\n}\n\nnav ul li.active {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\nnav ul a {\n -webkit-transition: background-color .3s;\n transition: background-color .3s;\n font-size: 1rem;\n color: #fff;\n display: block;\n padding: 0 15px;\n cursor: pointer;\n}\n\nnav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {\n margin-top: -2px;\n margin-left: 15px;\n margin-right: 15px;\n}\n\nnav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {\n height: inherit;\n line-height: inherit;\n}\n\nnav ul a:hover {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\nnav ul.left {\n float: left;\n}\n\nnav form {\n height: 100%;\n}\n\nnav .input-field {\n margin: 0;\n height: 100%;\n}\n\nnav .input-field input {\n height: 100%;\n font-size: 1.2rem;\n border: none;\n padding-left: 2rem;\n}\n\nnav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {\n border: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\nnav .input-field label {\n top: 0;\n left: 0;\n}\n\nnav .input-field label i {\n color: rgba(255, 255, 255, 0.7);\n -webkit-transition: color .3s;\n transition: color .3s;\n}\n\nnav .input-field label.active i {\n color: #fff;\n}\n\n.navbar-fixed {\n position: relative;\n height: 56px;\n z-index: 997;\n}\n\n.navbar-fixed nav {\n position: fixed;\n}\n\n@media only screen and (min-width: 601px) {\n nav.nav-extended .nav-wrapper {\n min-height: 64px;\n }\n nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {\n height: 64px;\n line-height: 64px;\n }\n .navbar-fixed {\n height: 64px;\n }\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Thin), url(\"../fonts/roboto/Roboto-Thin.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Thin.woff\") format(\"woff\");\n font-weight: 100;\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Light), url(\"../fonts/roboto/Roboto-Light.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Light.woff\") format(\"woff\");\n font-weight: 300;\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Regular), url(\"../fonts/roboto/Roboto-Regular.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Regular.woff\") format(\"woff\");\n font-weight: 400;\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Medium), url(\"../fonts/roboto/Roboto-Medium.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Medium.woff\") format(\"woff\");\n font-weight: 500;\n}\n\n@font-face {\n font-family: \"Roboto\";\n src: local(Roboto Bold), url(\"../fonts/roboto/Roboto-Bold.woff2\") format(\"woff2\"), url(\"../fonts/roboto/Roboto-Bold.woff\") format(\"woff\");\n font-weight: 700;\n}\n\na {\n text-decoration: none;\n}\n\nhtml {\n line-height: 1.5;\n font-family: \"Roboto\", sans-serif;\n font-weight: normal;\n color: rgba(0, 0, 0, 0.87);\n}\n\n@media only screen and (min-width: 0) {\n html {\n font-size: 14px;\n }\n}\n\n@media only screen and (min-width: 992px) {\n html {\n font-size: 14.5px;\n }\n}\n\n@media only screen and (min-width: 1200px) {\n html {\n font-size: 15px;\n }\n}\n\nh1, h2, h3, h4, h5, h6 {\n font-weight: 400;\n line-height: 1.1;\n}\n\nh1 a, h2 a, h3 a, h4 a, h5 a, h6 a {\n font-weight: inherit;\n}\n\nh1 {\n font-size: 4.2rem;\n line-height: 110%;\n margin: 2.1rem 0 1.68rem 0;\n}\n\nh2 {\n font-size: 3.56rem;\n line-height: 110%;\n margin: 1.78rem 0 1.424rem 0;\n}\n\nh3 {\n font-size: 2.92rem;\n line-height: 110%;\n margin: 1.46rem 0 1.168rem 0;\n}\n\nh4 {\n font-size: 2.28rem;\n line-height: 110%;\n margin: 1.14rem 0 0.912rem 0;\n}\n\nh5 {\n font-size: 1.64rem;\n line-height: 110%;\n margin: 0.82rem 0 0.656rem 0;\n}\n\nh6 {\n font-size: 1rem;\n line-height: 110%;\n margin: 0.5rem 0 0.4rem 0;\n}\n\nem {\n font-style: italic;\n}\n\nstrong {\n font-weight: 500;\n}\n\nsmall {\n font-size: 75%;\n}\n\n.light, .page-footer .footer-copyright {\n font-weight: 300;\n}\n\n.thin {\n font-weight: 200;\n}\n\n.flow-text {\n font-weight: 300;\n}\n\n@media only screen and (min-width: 360px) {\n .flow-text {\n font-size: 1.2rem;\n }\n}\n\n@media only screen and (min-width: 390px) {\n .flow-text {\n font-size: 1.224rem;\n }\n}\n\n@media only screen and (min-width: 420px) {\n .flow-text {\n font-size: 1.248rem;\n }\n}\n\n@media only screen and (min-width: 450px) {\n .flow-text {\n font-size: 1.272rem;\n }\n}\n\n@media only screen and (min-width: 480px) {\n .flow-text {\n font-size: 1.296rem;\n }\n}\n\n@media only screen and (min-width: 510px) {\n .flow-text {\n font-size: 1.32rem;\n }\n}\n\n@media only screen and (min-width: 540px) {\n .flow-text {\n font-size: 1.344rem;\n }\n}\n\n@media only screen and (min-width: 570px) {\n .flow-text {\n font-size: 1.368rem;\n }\n}\n\n@media only screen and (min-width: 600px) {\n .flow-text {\n font-size: 1.392rem;\n }\n}\n\n@media only screen and (min-width: 630px) {\n .flow-text {\n font-size: 1.416rem;\n }\n}\n\n@media only screen and (min-width: 660px) {\n .flow-text {\n font-size: 1.44rem;\n }\n}\n\n@media only screen and (min-width: 690px) {\n .flow-text {\n font-size: 1.464rem;\n }\n}\n\n@media only screen and (min-width: 720px) {\n .flow-text {\n font-size: 1.488rem;\n }\n}\n\n@media only screen and (min-width: 750px) {\n .flow-text {\n font-size: 1.512rem;\n }\n}\n\n@media only screen and (min-width: 780px) {\n .flow-text {\n font-size: 1.536rem;\n }\n}\n\n@media only screen and (min-width: 810px) {\n .flow-text {\n font-size: 1.56rem;\n }\n}\n\n@media only screen and (min-width: 840px) {\n .flow-text {\n font-size: 1.584rem;\n }\n}\n\n@media only screen and (min-width: 870px) {\n .flow-text {\n font-size: 1.608rem;\n }\n}\n\n@media only screen and (min-width: 900px) {\n .flow-text {\n font-size: 1.632rem;\n }\n}\n\n@media only screen and (min-width: 930px) {\n .flow-text {\n font-size: 1.656rem;\n }\n}\n\n@media only screen and (min-width: 960px) {\n .flow-text {\n font-size: 1.68rem;\n }\n}\n\n@media only screen and (max-width: 360px) {\n .flow-text {\n font-size: 1.2rem;\n }\n}\n\n.scale-transition {\n -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\n transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\n transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\n transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\n}\n\n.scale-transition.scale-out {\n -webkit-transform: scale(0);\n transform: scale(0);\n -webkit-transition: -webkit-transform .2s !important;\n transition: -webkit-transform .2s !important;\n transition: transform .2s !important;\n transition: transform .2s, -webkit-transform .2s !important;\n}\n\n.scale-transition.scale-in {\n -webkit-transform: scale(1);\n transform: scale(1);\n}\n\n.card-panel {\n -webkit-transition: -webkit-box-shadow .25s;\n transition: -webkit-box-shadow .25s;\n transition: box-shadow .25s;\n transition: box-shadow .25s, -webkit-box-shadow .25s;\n padding: 24px;\n margin: 0.5rem 0 1rem 0;\n border-radius: 2px;\n background-color: #fff;\n}\n\n.card {\n position: relative;\n margin: 0.5rem 0 1rem 0;\n background-color: #fff;\n -webkit-transition: -webkit-box-shadow .25s;\n transition: -webkit-box-shadow .25s;\n transition: box-shadow .25s;\n transition: box-shadow .25s, -webkit-box-shadow .25s;\n border-radius: 2px;\n}\n\n.card .card-title {\n font-size: 24px;\n font-weight: 300;\n}\n\n.card .card-title.activator {\n cursor: pointer;\n}\n\n.card.small, .card.medium, .card.large {\n position: relative;\n}\n\n.card.small .card-image, .card.medium .card-image, .card.large .card-image {\n max-height: 60%;\n overflow: hidden;\n}\n\n.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {\n max-height: 40%;\n}\n\n.card.small .card-content, .card.medium .card-content, .card.large .card-content {\n max-height: 100%;\n overflow: hidden;\n}\n\n.card.small .card-action, .card.medium .card-action, .card.large .card-action {\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n}\n\n.card.small {\n height: 300px;\n}\n\n.card.medium {\n height: 400px;\n}\n\n.card.large {\n height: 500px;\n}\n\n.card.horizontal {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n}\n\n.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {\n height: 100%;\n max-height: none;\n overflow: visible;\n}\n\n.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {\n height: 100%;\n}\n\n.card.horizontal .card-image {\n max-width: 50%;\n}\n\n.card.horizontal .card-image img {\n border-radius: 2px 0 0 2px;\n max-width: 100%;\n width: auto;\n}\n\n.card.horizontal .card-stacked {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -webkit-flex-direction: column;\n -ms-flex-direction: column;\n flex-direction: column;\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n -ms-flex: 1;\n flex: 1;\n position: relative;\n}\n\n.card.horizontal .card-stacked .card-content {\n -webkit-box-flex: 1;\n -webkit-flex-grow: 1;\n -ms-flex-positive: 1;\n flex-grow: 1;\n}\n\n.card.sticky-action .card-action {\n z-index: 2;\n}\n\n.card.sticky-action .card-reveal {\n z-index: 1;\n padding-bottom: 64px;\n}\n\n.card .card-image {\n position: relative;\n}\n\n.card .card-image img {\n display: block;\n border-radius: 2px 2px 0 0;\n position: relative;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n width: 100%;\n}\n\n.card .card-image .card-title {\n color: #fff;\n position: absolute;\n bottom: 0;\n left: 0;\n max-width: 100%;\n padding: 24px;\n}\n\n.card .card-content {\n padding: 24px;\n border-radius: 0 0 2px 2px;\n}\n\n.card .card-content p {\n margin: 0;\n color: inherit;\n}\n\n.card .card-content .card-title {\n display: block;\n line-height: 32px;\n margin-bottom: 8px;\n}\n\n.card .card-content .card-title i {\n line-height: 32px;\n}\n\n.card .card-action {\n position: relative;\n background-color: inherit;\n border-top: 1px solid rgba(160, 160, 160, 0.2);\n padding: 16px 24px;\n}\n\n.card .card-action:last-child {\n border-radius: 0 0 2px 2px;\n}\n\n.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {\n color: #ffab40;\n margin-right: 24px;\n -webkit-transition: color .3s ease;\n transition: color .3s ease;\n text-transform: uppercase;\n}\n\n.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {\n color: #ffd8a6;\n}\n\n.card .card-reveal {\n padding: 24px;\n position: absolute;\n background-color: #fff;\n width: 100%;\n overflow-y: auto;\n left: 0;\n top: 100%;\n height: 100%;\n z-index: 3;\n display: none;\n}\n\n.card .card-reveal .card-title {\n cursor: pointer;\n display: block;\n}\n\n#toast-container {\n display: block;\n position: fixed;\n z-index: 10000;\n}\n\n@media only screen and (max-width: 600px) {\n #toast-container {\n min-width: 100%;\n bottom: 0%;\n }\n}\n\n@media only screen and (min-width: 601px) and (max-width: 992px) {\n #toast-container {\n left: 5%;\n bottom: 7%;\n max-width: 90%;\n }\n}\n\n@media only screen and (min-width: 993px) {\n #toast-container {\n top: 10%;\n right: 7%;\n max-width: 86%;\n }\n}\n\n.toast {\n border-radius: 2px;\n top: 35px;\n width: auto;\n margin-top: 10px;\n position: relative;\n max-width: 100%;\n height: auto;\n min-height: 48px;\n line-height: 1.5em;\n word-break: break-all;\n background-color: #323232;\n padding: 10px 25px;\n font-size: 1.1rem;\n font-weight: 300;\n color: #fff;\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: justify;\n -webkit-justify-content: space-between;\n -ms-flex-pack: justify;\n justify-content: space-between;\n cursor: default;\n}\n\n.toast .toast-action {\n color: #eeff41;\n font-weight: 500;\n margin-right: -25px;\n margin-left: 3rem;\n}\n\n.toast.rounded {\n border-radius: 24px;\n}\n\n@media only screen and (max-width: 600px) {\n .toast {\n width: 100%;\n border-radius: 0;\n }\n}\n\n.tabs {\n position: relative;\n overflow-x: auto;\n overflow-y: hidden;\n height: 48px;\n width: 100%;\n background-color: #fff;\n margin: 0 auto;\n white-space: nowrap;\n}\n\n.tabs.tabs-transparent {\n background-color: transparent;\n}\n\n.tabs.tabs-transparent .tab a,\n.tabs.tabs-transparent .tab.disabled a,\n.tabs.tabs-transparent .tab.disabled a:hover {\n color: rgba(255, 255, 255, 0.7);\n}\n\n.tabs.tabs-transparent .tab a:hover,\n.tabs.tabs-transparent .tab a.active {\n color: #fff;\n}\n\n.tabs.tabs-transparent .indicator {\n background-color: #fff;\n}\n\n.tabs.tabs-fixed-width {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n}\n\n.tabs.tabs-fixed-width .tab {\n -webkit-box-flex: 1;\n -webkit-flex-grow: 1;\n -ms-flex-positive: 1;\n flex-grow: 1;\n}\n\n.tabs .tab {\n display: inline-block;\n text-align: center;\n line-height: 48px;\n height: 48px;\n padding: 0;\n margin: 0;\n text-transform: uppercase;\n}\n\n.tabs .tab a {\n color: rgba(238, 110, 115, 0.7);\n display: block;\n width: 100%;\n height: 100%;\n padding: 0 24px;\n font-size: 14px;\n text-overflow: ellipsis;\n overflow: hidden;\n -webkit-transition: color .28s ease;\n transition: color .28s ease;\n}\n\n.tabs .tab a:hover, .tabs .tab a.active {\n background-color: transparent;\n color: #ee6e73;\n}\n\n.tabs .tab.disabled a,\n.tabs .tab.disabled a:hover {\n color: rgba(238, 110, 115, 0.7);\n cursor: default;\n}\n\n.tabs .indicator {\n position: absolute;\n bottom: 0;\n height: 2px;\n background-color: #f6b2b5;\n will-change: left, right;\n}\n\n@media only screen and (max-width: 992px) {\n .tabs {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n }\n .tabs .tab {\n -webkit-box-flex: 1;\n -webkit-flex-grow: 1;\n -ms-flex-positive: 1;\n flex-grow: 1;\n }\n .tabs .tab a {\n padding: 0 12px;\n }\n}\n\n.material-tooltip {\n padding: 10px 8px;\n font-size: 1rem;\n z-index: 2000;\n background-color: transparent;\n border-radius: 2px;\n color: #fff;\n min-height: 36px;\n line-height: 120%;\n opacity: 0;\n position: absolute;\n text-align: center;\n max-width: calc(100% - 4px);\n overflow: hidden;\n left: 0;\n top: 0;\n pointer-events: none;\n visibility: hidden;\n}\n\n.backdrop {\n position: absolute;\n opacity: 0;\n height: 7px;\n width: 14px;\n border-radius: 0 0 50% 50%;\n background-color: #323232;\n z-index: -1;\n -webkit-transform-origin: 50% 0%;\n transform-origin: 50% 0%;\n visibility: hidden;\n}\n\n.btn, .btn-large,\n.btn-flat {\n border: none;\n border-radius: 2px;\n display: inline-block;\n height: 36px;\n line-height: 36px;\n padding: 0 2rem;\n text-transform: uppercase;\n vertical-align: middle;\n -webkit-tap-highlight-color: transparent;\n}\n\n.btn.disabled, .disabled.btn-large,\n.btn-floating.disabled,\n.btn-large.disabled,\n.btn-flat.disabled,\n.btn:disabled,\n.btn-large:disabled,\n.btn-floating:disabled,\n.btn-large:disabled,\n.btn-flat:disabled,\n.btn[disabled],\n[disabled].btn-large,\n.btn-floating[disabled],\n.btn-large[disabled],\n.btn-flat[disabled] {\n pointer-events: none;\n background-color: #DFDFDF !important;\n -webkit-box-shadow: none;\n box-shadow: none;\n color: #9F9F9F !important;\n cursor: default;\n}\n\n.btn.disabled:hover, .disabled.btn-large:hover,\n.btn-floating.disabled:hover,\n.btn-large.disabled:hover,\n.btn-flat.disabled:hover,\n.btn:disabled:hover,\n.btn-large:disabled:hover,\n.btn-floating:disabled:hover,\n.btn-large:disabled:hover,\n.btn-flat:disabled:hover,\n.btn[disabled]:hover,\n[disabled].btn-large:hover,\n.btn-floating[disabled]:hover,\n.btn-large[disabled]:hover,\n.btn-flat[disabled]:hover {\n background-color: #DFDFDF !important;\n color: #9F9F9F !important;\n}\n\n.btn, .btn-large,\n.btn-floating,\n.btn-large,\n.btn-flat {\n font-size: 1rem;\n outline: 0;\n}\n\n.btn i, .btn-large i,\n.btn-floating i,\n.btn-large i,\n.btn-flat i {\n font-size: 1.3rem;\n line-height: inherit;\n}\n\n.btn:focus, .btn-large:focus,\n.btn-floating:focus {\n background-color: #1d7d74;\n}\n\n.btn, .btn-large {\n text-decoration: none;\n color: #fff;\n background-color: #26a69a;\n text-align: center;\n letter-spacing: .5px;\n -webkit-transition: .2s ease-out;\n transition: .2s ease-out;\n cursor: pointer;\n}\n\n.btn:hover, .btn-large:hover {\n background-color: #2bbbad;\n}\n\n.btn-floating {\n display: inline-block;\n color: #fff;\n position: relative;\n overflow: hidden;\n z-index: 1;\n width: 40px;\n height: 40px;\n line-height: 40px;\n padding: 0;\n background-color: #26a69a;\n border-radius: 50%;\n -webkit-transition: .3s;\n transition: .3s;\n cursor: pointer;\n vertical-align: middle;\n}\n\n.btn-floating:hover {\n background-color: #26a69a;\n}\n\n.btn-floating:before {\n border-radius: 0;\n}\n\n.btn-floating.btn-large {\n width: 56px;\n height: 56px;\n}\n\n.btn-floating.btn-large.halfway-fab {\n bottom: -28px;\n}\n\n.btn-floating.btn-large i {\n line-height: 56px;\n}\n\n.btn-floating.halfway-fab {\n position: absolute;\n right: 24px;\n bottom: -20px;\n}\n\n.btn-floating.halfway-fab.left {\n right: auto;\n left: 24px;\n}\n\n.btn-floating i {\n width: inherit;\n display: inline-block;\n text-align: center;\n color: #fff;\n font-size: 1.6rem;\n line-height: 40px;\n}\n\nbutton.btn-floating {\n border: none;\n}\n\n.fixed-action-btn {\n position: fixed;\n right: 23px;\n bottom: 23px;\n padding-top: 15px;\n margin-bottom: 0;\n z-index: 997;\n}\n\n.fixed-action-btn.active ul {\n visibility: visible;\n}\n\n.fixed-action-btn.horizontal {\n padding: 0 0 0 15px;\n}\n\n.fixed-action-btn.horizontal ul {\n text-align: right;\n right: 64px;\n top: 50%;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n height: 100%;\n left: auto;\n width: 500px;\n /*width 100% only goes to width of button container */\n}\n\n.fixed-action-btn.horizontal ul li {\n display: inline-block;\n margin: 15px 15px 0 0;\n}\n\n.fixed-action-btn.toolbar {\n padding: 0;\n height: 56px;\n}\n\n.fixed-action-btn.toolbar.active > a i {\n opacity: 0;\n}\n\n.fixed-action-btn.toolbar ul {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n top: 0;\n bottom: 0;\n z-index: 1;\n}\n\n.fixed-action-btn.toolbar ul li {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n -ms-flex: 1;\n flex: 1;\n display: inline-block;\n margin: 0;\n height: 100%;\n -webkit-transition: none;\n transition: none;\n}\n\n.fixed-action-btn.toolbar ul li a {\n display: block;\n overflow: hidden;\n position: relative;\n width: 100%;\n height: 100%;\n background-color: transparent;\n -webkit-box-shadow: none;\n box-shadow: none;\n color: #fff;\n line-height: 56px;\n z-index: 1;\n}\n\n.fixed-action-btn.toolbar ul li a i {\n line-height: inherit;\n}\n\n.fixed-action-btn ul {\n left: 0;\n right: 0;\n text-align: center;\n position: absolute;\n bottom: 64px;\n margin: 0;\n visibility: hidden;\n}\n\n.fixed-action-btn ul li {\n margin-bottom: 15px;\n}\n\n.fixed-action-btn ul a.btn-floating {\n opacity: 0;\n}\n\n.fixed-action-btn .fab-backdrop {\n position: absolute;\n top: 0;\n left: 0;\n z-index: -1;\n width: 40px;\n height: 40px;\n background-color: #26a69a;\n border-radius: 50%;\n -webkit-transform: scale(0);\n transform: scale(0);\n}\n\n.btn-flat {\n -webkit-box-shadow: none;\n box-shadow: none;\n background-color: transparent;\n color: #343434;\n cursor: pointer;\n -webkit-transition: background-color .2s;\n transition: background-color .2s;\n}\n\n.btn-flat:focus, .btn-flat:hover {\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\n.btn-flat:focus {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\n.btn-flat.disabled {\n background-color: transparent !important;\n color: #b3b2b2 !important;\n cursor: default;\n}\n\n.btn-large {\n height: 54px;\n line-height: 54px;\n}\n\n.btn-large i {\n font-size: 1.6rem;\n}\n\n.btn-block {\n display: block;\n}\n\n.dropdown-content {\n background-color: #fff;\n margin: 0;\n display: none;\n min-width: 100px;\n max-height: 650px;\n overflow-y: auto;\n opacity: 0;\n position: absolute;\n z-index: 999;\n will-change: width, height;\n}\n\n.dropdown-content li {\n clear: both;\n color: rgba(0, 0, 0, 0.87);\n cursor: pointer;\n min-height: 50px;\n line-height: 1.5rem;\n width: 100%;\n text-align: left;\n text-transform: none;\n}\n\n.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {\n background-color: #eee;\n}\n\n.dropdown-content li.active.selected {\n background-color: #e1e1e1;\n}\n\n.dropdown-content li.divider {\n min-height: 0;\n height: 1px;\n}\n\n.dropdown-content li > a, .dropdown-content li > span {\n font-size: 16px;\n color: #26a69a;\n display: block;\n line-height: 22px;\n padding: 14px 16px;\n}\n\n.dropdown-content li > span > label {\n top: 1px;\n left: 0;\n height: 18px;\n}\n\n.dropdown-content li > a > i {\n height: inherit;\n line-height: inherit;\n float: left;\n margin: 0 24px 0 0;\n width: 24px;\n}\n\n.input-field.col .dropdown-content [type=\"checkbox\"] + label {\n top: 1px;\n left: 0;\n height: 18px;\n}\n\n/*!\r\n * Waves v0.6.0\r\n * http://fian.my.id/Waves\r\n *\r\n * Copyright 2014 Alfiana E. Sibuea and other contributors\r\n * Released under the MIT license\r\n * https://github.com/fians/Waves/blob/master/LICENSE\r\n */\n.waves-effect {\n position: relative;\n cursor: pointer;\n display: inline-block;\n overflow: hidden;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: transparent;\n vertical-align: middle;\n z-index: 1;\n -webkit-transition: .3s ease-out;\n transition: .3s ease-out;\n}\n\n.waves-effect .waves-ripple {\n position: absolute;\n border-radius: 50%;\n width: 20px;\n height: 20px;\n margin-top: -10px;\n margin-left: -10px;\n opacity: 0;\n background: rgba(0, 0, 0, 0.2);\n -webkit-transition: all 0.7s ease-out;\n transition: all 0.7s ease-out;\n -webkit-transition-property: opacity, -webkit-transform;\n transition-property: opacity, -webkit-transform;\n transition-property: transform, opacity;\n transition-property: transform, opacity, -webkit-transform;\n -webkit-transform: scale(0);\n transform: scale(0);\n pointer-events: none;\n}\n\n.waves-effect.waves-light .waves-ripple {\n background-color: rgba(255, 255, 255, 0.45);\n}\n\n.waves-effect.waves-red .waves-ripple {\n background-color: rgba(244, 67, 54, 0.7);\n}\n\n.waves-effect.waves-yellow .waves-ripple {\n background-color: rgba(255, 235, 59, 0.7);\n}\n\n.waves-effect.waves-orange .waves-ripple {\n background-color: rgba(255, 152, 0, 0.7);\n}\n\n.waves-effect.waves-purple .waves-ripple {\n background-color: rgba(156, 39, 176, 0.7);\n}\n\n.waves-effect.waves-green .waves-ripple {\n background-color: rgba(76, 175, 80, 0.7);\n}\n\n.waves-effect.waves-teal .waves-ripple {\n background-color: rgba(0, 150, 136, 0.7);\n}\n\n.waves-effect input[type=\"button\"], .waves-effect input[type=\"reset\"], .waves-effect input[type=\"submit\"] {\n border: 0;\n font-style: normal;\n font-size: inherit;\n text-transform: inherit;\n background: none;\n}\n\n.waves-effect img {\n position: relative;\n z-index: -1;\n}\n\n.waves-notransition {\n -webkit-transition: none !important;\n transition: none !important;\n}\n\n.waves-circle {\n -webkit-transform: translateZ(0);\n transform: translateZ(0);\n -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);\n}\n\n.waves-input-wrapper {\n border-radius: 0.2em;\n vertical-align: bottom;\n}\n\n.waves-input-wrapper .waves-button-input {\n position: relative;\n top: 0;\n left: 0;\n z-index: 1;\n}\n\n.waves-circle {\n text-align: center;\n width: 2.5em;\n height: 2.5em;\n line-height: 2.5em;\n border-radius: 50%;\n -webkit-mask-image: none;\n}\n\n.waves-block {\n display: block;\n}\n\n/* Firefox Bug: link not triggered */\n.waves-effect .waves-ripple {\n z-index: -1;\n}\n\n.modal {\n display: none;\n position: fixed;\n left: 0;\n right: 0;\n background-color: #fafafa;\n padding: 0;\n max-height: 70%;\n width: 55%;\n margin: auto;\n overflow-y: auto;\n border-radius: 2px;\n will-change: top, opacity;\n}\n\n@media only screen and (max-width: 992px) {\n .modal {\n width: 80%;\n }\n}\n\n.modal h1, .modal h2, .modal h3, .modal h4 {\n margin-top: 0;\n}\n\n.modal .modal-content {\n padding: 24px;\n}\n\n.modal .modal-close {\n cursor: pointer;\n}\n\n.modal .modal-footer {\n border-radius: 0 0 2px 2px;\n background-color: #fafafa;\n padding: 4px 6px;\n height: 56px;\n width: 100%;\n text-align: right;\n}\n\n.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {\n margin: 6px 0;\n}\n\n.modal-overlay {\n position: fixed;\n z-index: 999;\n top: -25%;\n left: 0;\n bottom: 0;\n right: 0;\n height: 125%;\n width: 100%;\n background: #000;\n display: none;\n will-change: opacity;\n}\n\n.modal.modal-fixed-footer {\n padding: 0;\n height: 70%;\n}\n\n.modal.modal-fixed-footer .modal-content {\n position: absolute;\n height: calc(100% - 56px);\n max-height: 100%;\n width: 100%;\n overflow-y: auto;\n}\n\n.modal.modal-fixed-footer .modal-footer {\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n position: absolute;\n bottom: 0;\n}\n\n.modal.bottom-sheet {\n top: auto;\n bottom: -100%;\n margin: 0;\n width: 100%;\n max-height: 45%;\n border-radius: 0;\n will-change: bottom, opacity;\n}\n\n.collapsible {\n border-top: 1px solid #ddd;\n border-right: 1px solid #ddd;\n border-left: 1px solid #ddd;\n margin: 0.5rem 0 1rem 0;\n}\n\n.collapsible-header {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n cursor: pointer;\n -webkit-tap-highlight-color: transparent;\n line-height: 1.5;\n padding: 1rem;\n background-color: #fff;\n border-bottom: 1px solid #ddd;\n}\n\n.collapsible-header i {\n width: 2rem;\n font-size: 1.6rem;\n display: inline-block;\n text-align: center;\n margin-right: 1rem;\n}\n\n.collapsible-body {\n display: none;\n border-bottom: 1px solid #ddd;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n padding: 2rem;\n}\n\n.side-nav .collapsible,\n.side-nav.fixed .collapsible {\n border: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\n.side-nav .collapsible li,\n.side-nav.fixed .collapsible li {\n padding: 0;\n}\n\n.side-nav .collapsible-header,\n.side-nav.fixed .collapsible-header {\n background-color: transparent;\n border: none;\n line-height: inherit;\n height: inherit;\n padding: 0 16px;\n}\n\n.side-nav .collapsible-header:hover,\n.side-nav.fixed .collapsible-header:hover {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.side-nav .collapsible-header i,\n.side-nav.fixed .collapsible-header i {\n line-height: inherit;\n}\n\n.side-nav .collapsible-body,\n.side-nav.fixed .collapsible-body {\n border: 0;\n background-color: #fff;\n}\n\n.side-nav .collapsible-body li a,\n.side-nav.fixed .collapsible-body li a {\n padding: 0 23.5px 0 31px;\n}\n\n.collapsible.popout {\n border: none;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\n.collapsible.popout > li {\n -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\n box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\n margin: 0 24px;\n -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n}\n\n.collapsible.popout > li.active {\n -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);\n box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);\n margin: 16px 0;\n}\n\n.chip {\n display: inline-block;\n height: 32px;\n font-size: 13px;\n font-weight: 500;\n color: rgba(0, 0, 0, 0.6);\n line-height: 32px;\n padding: 0 12px;\n border-radius: 16px;\n background-color: #e4e4e4;\n margin-bottom: 5px;\n margin-right: 5px;\n}\n\n.chip > img {\n float: left;\n margin: 0 8px 0 -12px;\n height: 32px;\n width: 32px;\n border-radius: 50%;\n}\n\n.chip .close {\n cursor: pointer;\n float: right;\n font-size: 16px;\n line-height: 32px;\n padding-left: 8px;\n}\n\n.chips {\n border: none;\n border-bottom: 1px solid #9e9e9e;\n -webkit-box-shadow: none;\n box-shadow: none;\n margin: 0 0 20px 0;\n min-height: 45px;\n outline: none;\n -webkit-transition: all .3s;\n transition: all .3s;\n}\n\n.chips.focus {\n border-bottom: 1px solid #26a69a;\n -webkit-box-shadow: 0 1px 0 0 #26a69a;\n box-shadow: 0 1px 0 0 #26a69a;\n}\n\n.chips:hover {\n cursor: text;\n}\n\n.chips .chip.selected {\n background-color: #26a69a;\n color: #fff;\n}\n\n.chips .input {\n background: none;\n border: 0;\n color: rgba(0, 0, 0, 0.6);\n display: inline-block;\n font-size: 1rem;\n height: 3rem;\n line-height: 32px;\n outline: 0;\n margin: 0;\n padding: 0 !important;\n width: 120px !important;\n}\n\n.chips .input:focus {\n border: 0 !important;\n -webkit-box-shadow: none !important;\n box-shadow: none !important;\n}\n\n.chips .autocomplete-content {\n margin-top: 0;\n margin-bottom: 0;\n}\n\n.prefix ~ .chips {\n margin-left: 3rem;\n width: 92%;\n width: calc(100% - 3rem);\n}\n\n.chips:empty ~ label {\n font-size: 0.8rem;\n -webkit-transform: translateY(-140%);\n transform: translateY(-140%);\n}\n\n.materialboxed {\n display: block;\n cursor: -webkit-zoom-in;\n cursor: zoom-in;\n position: relative;\n -webkit-transition: opacity .4s;\n transition: opacity .4s;\n -webkit-backface-visibility: hidden;\n}\n\n.materialboxed:hover:not(.active) {\n opacity: .8;\n}\n\n.materialboxed.active {\n cursor: -webkit-zoom-out;\n cursor: zoom-out;\n}\n\n#materialbox-overlay {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: #292929;\n z-index: 1000;\n will-change: opacity;\n}\n\n.materialbox-caption {\n position: fixed;\n display: none;\n color: #fff;\n line-height: 50px;\n bottom: 0;\n left: 0;\n width: 100%;\n text-align: center;\n padding: 0% 15%;\n height: 50px;\n z-index: 1000;\n -webkit-font-smoothing: antialiased;\n}\n\nselect:focus {\n outline: 1px solid #c9f3ef;\n}\n\nbutton:focus {\n outline: none;\n background-color: #2ab7a9;\n}\n\nlabel {\n font-size: 0.8rem;\n color: #9e9e9e;\n}\n\n/* Text Inputs + Textarea\r\n ========================================================================== */\n/* Style Placeholders */\n::-webkit-input-placeholder {\n color: #d1d1d1;\n}\n::-moz-placeholder {\n color: #d1d1d1;\n}\n:-ms-input-placeholder {\n color: #d1d1d1;\n}\n::placeholder {\n color: #d1d1d1;\n}\n\n/* Text inputs */\ninput:not([type]),\ninput[type=text]:not(.browser-default),\ninput[type=password]:not(.browser-default),\ninput[type=email]:not(.browser-default),\ninput[type=url]:not(.browser-default),\ninput[type=time]:not(.browser-default),\ninput[type=date]:not(.browser-default),\ninput[type=datetime]:not(.browser-default),\ninput[type=datetime-local]:not(.browser-default),\ninput[type=tel]:not(.browser-default),\ninput[type=number]:not(.browser-default),\ninput[type=search]:not(.browser-default),\ntextarea.materialize-textarea {\n background-color: transparent;\n border: none;\n border-bottom: 1px solid #9e9e9e;\n border-radius: 0;\n outline: none;\n height: 3rem;\n width: 100%;\n font-size: 1rem;\n margin: 0 0 20px 0;\n padding: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n -webkit-transition: all 0.3s;\n transition: all 0.3s;\n}\n\ninput:not([type]):disabled, input:not([type])[readonly=\"readonly\"],\ninput[type=text]:not(.browser-default):disabled,\ninput[type=text]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=password]:not(.browser-default):disabled,\ninput[type=password]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=email]:not(.browser-default):disabled,\ninput[type=email]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=url]:not(.browser-default):disabled,\ninput[type=url]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=time]:not(.browser-default):disabled,\ninput[type=time]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=date]:not(.browser-default):disabled,\ninput[type=date]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=datetime]:not(.browser-default):disabled,\ninput[type=datetime]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=datetime-local]:not(.browser-default):disabled,\ninput[type=datetime-local]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=tel]:not(.browser-default):disabled,\ninput[type=tel]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=number]:not(.browser-default):disabled,\ninput[type=number]:not(.browser-default)[readonly=\"readonly\"],\ninput[type=search]:not(.browser-default):disabled,\ninput[type=search]:not(.browser-default)[readonly=\"readonly\"],\ntextarea.materialize-textarea:disabled,\ntextarea.materialize-textarea[readonly=\"readonly\"] {\n color: rgba(0, 0, 0, 0.42);\n border-bottom: 1px dotted rgba(0, 0, 0, 0.42);\n}\n\ninput:not([type]):disabled + label,\ninput:not([type])[readonly=\"readonly\"] + label,\ninput[type=text]:not(.browser-default):disabled + label,\ninput[type=text]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=password]:not(.browser-default):disabled + label,\ninput[type=password]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=email]:not(.browser-default):disabled + label,\ninput[type=email]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=url]:not(.browser-default):disabled + label,\ninput[type=url]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=time]:not(.browser-default):disabled + label,\ninput[type=time]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=date]:not(.browser-default):disabled + label,\ninput[type=date]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=datetime]:not(.browser-default):disabled + label,\ninput[type=datetime]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=datetime-local]:not(.browser-default):disabled + label,\ninput[type=datetime-local]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=tel]:not(.browser-default):disabled + label,\ninput[type=tel]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=number]:not(.browser-default):disabled + label,\ninput[type=number]:not(.browser-default)[readonly=\"readonly\"] + label,\ninput[type=search]:not(.browser-default):disabled + label,\ninput[type=search]:not(.browser-default)[readonly=\"readonly\"] + label,\ntextarea.materialize-textarea:disabled + label,\ntextarea.materialize-textarea[readonly=\"readonly\"] + label {\n color: rgba(0, 0, 0, 0.42);\n}\n\ninput:not([type]):focus:not([readonly]),\ninput[type=text]:not(.browser-default):focus:not([readonly]),\ninput[type=password]:not(.browser-default):focus:not([readonly]),\ninput[type=email]:not(.browser-default):focus:not([readonly]),\ninput[type=url]:not(.browser-default):focus:not([readonly]),\ninput[type=time]:not(.browser-default):focus:not([readonly]),\ninput[type=date]:not(.browser-default):focus:not([readonly]),\ninput[type=datetime]:not(.browser-default):focus:not([readonly]),\ninput[type=datetime-local]:not(.browser-default):focus:not([readonly]),\ninput[type=tel]:not(.browser-default):focus:not([readonly]),\ninput[type=number]:not(.browser-default):focus:not([readonly]),\ninput[type=search]:not(.browser-default):focus:not([readonly]),\ntextarea.materialize-textarea:focus:not([readonly]) {\n border-bottom: 1px solid #26a69a;\n -webkit-box-shadow: 0 1px 0 0 #26a69a;\n box-shadow: 0 1px 0 0 #26a69a;\n}\n\ninput:not([type]):focus:not([readonly]) + label,\ninput[type=text]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=password]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=email]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=url]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=time]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=date]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=datetime]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=tel]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=number]:not(.browser-default):focus:not([readonly]) + label,\ninput[type=search]:not(.browser-default):focus:not([readonly]) + label,\ntextarea.materialize-textarea:focus:not([readonly]) + label {\n color: #26a69a;\n}\n\ninput:not([type]).validate + label,\ninput[type=text]:not(.browser-default).validate + label,\ninput[type=password]:not(.browser-default).validate + label,\ninput[type=email]:not(.browser-default).validate + label,\ninput[type=url]:not(.browser-default).validate + label,\ninput[type=time]:not(.browser-default).validate + label,\ninput[type=date]:not(.browser-default).validate + label,\ninput[type=datetime]:not(.browser-default).validate + label,\ninput[type=datetime-local]:not(.browser-default).validate + label,\ninput[type=tel]:not(.browser-default).validate + label,\ninput[type=number]:not(.browser-default).validate + label,\ninput[type=search]:not(.browser-default).validate + label,\ntextarea.materialize-textarea.validate + label {\n width: 100%;\n}\n\ninput:not([type]).invalid + label:after,\ninput:not([type]).valid + label:after,\ninput[type=text]:not(.browser-default).invalid + label:after,\ninput[type=text]:not(.browser-default).valid + label:after,\ninput[type=password]:not(.browser-default).invalid + label:after,\ninput[type=password]:not(.browser-default).valid + label:after,\ninput[type=email]:not(.browser-default).invalid + label:after,\ninput[type=email]:not(.browser-default).valid + label:after,\ninput[type=url]:not(.browser-default).invalid + label:after,\ninput[type=url]:not(.browser-default).valid + label:after,\ninput[type=time]:not(.browser-default).invalid + label:after,\ninput[type=time]:not(.browser-default).valid + label:after,\ninput[type=date]:not(.browser-default).invalid + label:after,\ninput[type=date]:not(.browser-default).valid + label:after,\ninput[type=datetime]:not(.browser-default).invalid + label:after,\ninput[type=datetime]:not(.browser-default).valid + label:after,\ninput[type=datetime-local]:not(.browser-default).invalid + label:after,\ninput[type=datetime-local]:not(.browser-default).valid + label:after,\ninput[type=tel]:not(.browser-default).invalid + label:after,\ninput[type=tel]:not(.browser-default).valid + label:after,\ninput[type=number]:not(.browser-default).invalid + label:after,\ninput[type=number]:not(.browser-default).valid + label:after,\ninput[type=search]:not(.browser-default).invalid + label:after,\ninput[type=search]:not(.browser-default).valid + label:after,\ntextarea.materialize-textarea.invalid + label:after,\ntextarea.materialize-textarea.valid + label:after {\n display: none;\n}\n\ninput:not([type]).invalid + label.active:after,\ninput:not([type]).valid + label.active:after,\ninput[type=text]:not(.browser-default).invalid + label.active:after,\ninput[type=text]:not(.browser-default).valid + label.active:after,\ninput[type=password]:not(.browser-default).invalid + label.active:after,\ninput[type=password]:not(.browser-default).valid + label.active:after,\ninput[type=email]:not(.browser-default).invalid + label.active:after,\ninput[type=email]:not(.browser-default).valid + label.active:after,\ninput[type=url]:not(.browser-default).invalid + label.active:after,\ninput[type=url]:not(.browser-default).valid + label.active:after,\ninput[type=time]:not(.browser-default).invalid + label.active:after,\ninput[type=time]:not(.browser-default).valid + label.active:after,\ninput[type=date]:not(.browser-default).invalid + label.active:after,\ninput[type=date]:not(.browser-default).valid + label.active:after,\ninput[type=datetime]:not(.browser-default).invalid + label.active:after,\ninput[type=datetime]:not(.browser-default).valid + label.active:after,\ninput[type=datetime-local]:not(.browser-default).invalid + label.active:after,\ninput[type=datetime-local]:not(.browser-default).valid + label.active:after,\ninput[type=tel]:not(.browser-default).invalid + label.active:after,\ninput[type=tel]:not(.browser-default).valid + label.active:after,\ninput[type=number]:not(.browser-default).invalid + label.active:after,\ninput[type=number]:not(.browser-default).valid + label.active:after,\ninput[type=search]:not(.browser-default).invalid + label.active:after,\ninput[type=search]:not(.browser-default).valid + label.active:after,\ntextarea.materialize-textarea.invalid + label.active:after,\ntextarea.materialize-textarea.valid + label.active:after {\n display: block;\n}\n\n/* Validation Sass Placeholders */\ninput.valid:not([type]), input.valid:not([type]):focus,\ninput[type=text].valid:not(.browser-default),\ninput[type=text].valid:not(.browser-default):focus,\ninput[type=password].valid:not(.browser-default),\ninput[type=password].valid:not(.browser-default):focus,\ninput[type=email].valid:not(.browser-default),\ninput[type=email].valid:not(.browser-default):focus,\ninput[type=url].valid:not(.browser-default),\ninput[type=url].valid:not(.browser-default):focus,\ninput[type=time].valid:not(.browser-default),\ninput[type=time].valid:not(.browser-default):focus,\ninput[type=date].valid:not(.browser-default),\ninput[type=date].valid:not(.browser-default):focus,\ninput[type=datetime].valid:not(.browser-default),\ninput[type=datetime].valid:not(.browser-default):focus,\ninput[type=datetime-local].valid:not(.browser-default),\ninput[type=datetime-local].valid:not(.browser-default):focus,\ninput[type=tel].valid:not(.browser-default),\ninput[type=tel].valid:not(.browser-default):focus,\ninput[type=number].valid:not(.browser-default),\ninput[type=number].valid:not(.browser-default):focus,\ninput[type=search].valid:not(.browser-default),\ninput[type=search].valid:not(.browser-default):focus,\ntextarea.materialize-textarea.valid,\ntextarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {\n border-bottom: 1px solid #4CAF50;\n -webkit-box-shadow: 0 1px 0 0 #4CAF50;\n box-shadow: 0 1px 0 0 #4CAF50;\n}\n\ninput.invalid:not([type]), input.invalid:not([type]):focus,\ninput[type=text].invalid:not(.browser-default),\ninput[type=text].invalid:not(.browser-default):focus,\ninput[type=password].invalid:not(.browser-default),\ninput[type=password].invalid:not(.browser-default):focus,\ninput[type=email].invalid:not(.browser-default),\ninput[type=email].invalid:not(.browser-default):focus,\ninput[type=url].invalid:not(.browser-default),\ninput[type=url].invalid:not(.browser-default):focus,\ninput[type=time].invalid:not(.browser-default),\ninput[type=time].invalid:not(.browser-default):focus,\ninput[type=date].invalid:not(.browser-default),\ninput[type=date].invalid:not(.browser-default):focus,\ninput[type=datetime].invalid:not(.browser-default),\ninput[type=datetime].invalid:not(.browser-default):focus,\ninput[type=datetime-local].invalid:not(.browser-default),\ninput[type=datetime-local].invalid:not(.browser-default):focus,\ninput[type=tel].invalid:not(.browser-default),\ninput[type=tel].invalid:not(.browser-default):focus,\ninput[type=number].invalid:not(.browser-default),\ninput[type=number].invalid:not(.browser-default):focus,\ninput[type=search].invalid:not(.browser-default),\ninput[type=search].invalid:not(.browser-default):focus,\ntextarea.materialize-textarea.invalid,\ntextarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown {\n border-bottom: 1px solid #F44336;\n -webkit-box-shadow: 0 1px 0 0 #F44336;\n box-shadow: 0 1px 0 0 #F44336;\n}\n\ninput:not([type]).valid + label:after,\ninput:not([type]):focus.valid + label:after,\ninput[type=text]:not(.browser-default).valid + label:after,\ninput[type=text]:not(.browser-default):focus.valid + label:after,\ninput[type=password]:not(.browser-default).valid + label:after,\ninput[type=password]:not(.browser-default):focus.valid + label:after,\ninput[type=email]:not(.browser-default).valid + label:after,\ninput[type=email]:not(.browser-default):focus.valid + label:after,\ninput[type=url]:not(.browser-default).valid + label:after,\ninput[type=url]:not(.browser-default):focus.valid + label:after,\ninput[type=time]:not(.browser-default).valid + label:after,\ninput[type=time]:not(.browser-default):focus.valid + label:after,\ninput[type=date]:not(.browser-default).valid + label:after,\ninput[type=date]:not(.browser-default):focus.valid + label:after,\ninput[type=datetime]:not(.browser-default).valid + label:after,\ninput[type=datetime]:not(.browser-default):focus.valid + label:after,\ninput[type=datetime-local]:not(.browser-default).valid + label:after,\ninput[type=datetime-local]:not(.browser-default):focus.valid + label:after,\ninput[type=tel]:not(.browser-default).valid + label:after,\ninput[type=tel]:not(.browser-default):focus.valid + label:after,\ninput[type=number]:not(.browser-default).valid + label:after,\ninput[type=number]:not(.browser-default):focus.valid + label:after,\ninput[type=search]:not(.browser-default).valid + label:after,\ninput[type=search]:not(.browser-default):focus.valid + label:after,\ntextarea.materialize-textarea.valid + label:after,\ntextarea.materialize-textarea:focus.valid + label:after, .select-wrapper.valid + label:after {\n content: attr(data-success);\n color: #4CAF50;\n opacity: 1;\n -webkit-transform: translateY(9px);\n transform: translateY(9px);\n}\n\ninput:not([type]).invalid + label:after,\ninput:not([type]):focus.invalid + label:after,\ninput[type=text]:not(.browser-default).invalid + label:after,\ninput[type=text]:not(.browser-default):focus.invalid + label:after,\ninput[type=password]:not(.browser-default).invalid + label:after,\ninput[type=password]:not(.browser-default):focus.invalid + label:after,\ninput[type=email]:not(.browser-default).invalid + label:after,\ninput[type=email]:not(.browser-default):focus.invalid + label:after,\ninput[type=url]:not(.browser-default).invalid + label:after,\ninput[type=url]:not(.browser-default):focus.invalid + label:after,\ninput[type=time]:not(.browser-default).invalid + label:after,\ninput[type=time]:not(.browser-default):focus.invalid + label:after,\ninput[type=date]:not(.browser-default).invalid + label:after,\ninput[type=date]:not(.browser-default):focus.invalid + label:after,\ninput[type=datetime]:not(.browser-default).invalid + label:after,\ninput[type=datetime]:not(.browser-default):focus.invalid + label:after,\ninput[type=datetime-local]:not(.browser-default).invalid + label:after,\ninput[type=datetime-local]:not(.browser-default):focus.invalid + label:after,\ninput[type=tel]:not(.browser-default).invalid + label:after,\ninput[type=tel]:not(.browser-default):focus.invalid + label:after,\ninput[type=number]:not(.browser-default).invalid + label:after,\ninput[type=number]:not(.browser-default):focus.invalid + label:after,\ninput[type=search]:not(.browser-default).invalid + label:after,\ninput[type=search]:not(.browser-default):focus.invalid + label:after,\ntextarea.materialize-textarea.invalid + label:after,\ntextarea.materialize-textarea:focus.invalid + label:after, .select-wrapper.invalid + label:after {\n content: attr(data-error);\n color: #F44336;\n opacity: 1;\n -webkit-transform: translateY(9px);\n transform: translateY(9px);\n}\n\ninput:not([type]) + label:after,\ninput[type=text]:not(.browser-default) + label:after,\ninput[type=password]:not(.browser-default) + label:after,\ninput[type=email]:not(.browser-default) + label:after,\ninput[type=url]:not(.browser-default) + label:after,\ninput[type=time]:not(.browser-default) + label:after,\ninput[type=date]:not(.browser-default) + label:after,\ninput[type=datetime]:not(.browser-default) + label:after,\ninput[type=datetime-local]:not(.browser-default) + label:after,\ninput[type=tel]:not(.browser-default) + label:after,\ninput[type=number]:not(.browser-default) + label:after,\ninput[type=search]:not(.browser-default) + label:after,\ntextarea.materialize-textarea + label:after, .select-wrapper + label:after {\n display: block;\n content: \"\";\n position: absolute;\n top: 100%;\n left: 0;\n opacity: 0;\n -webkit-transition: .2s opacity ease-out, .2s color ease-out;\n transition: .2s opacity ease-out, .2s color ease-out;\n}\n\n.input-field {\n position: relative;\n margin-top: 1rem;\n}\n\n.input-field.inline {\n display: inline-block;\n vertical-align: middle;\n margin-left: 5px;\n}\n\n.input-field.inline input,\n.input-field.inline .select-dropdown {\n margin-bottom: 1rem;\n}\n\n.input-field.col label {\n left: 0.75rem;\n}\n\n.input-field.col .prefix ~ label,\n.input-field.col .prefix ~ .validate ~ label {\n width: calc(100% - 3rem - 1.5rem);\n}\n\n.input-field label {\n color: #9e9e9e;\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n font-size: 1rem;\n cursor: text;\n -webkit-transition: -webkit-transform .2s ease-out;\n transition: -webkit-transform .2s ease-out;\n transition: transform .2s ease-out;\n transition: transform .2s ease-out, -webkit-transform .2s ease-out;\n -webkit-transform-origin: 0% 100%;\n transform-origin: 0% 100%;\n text-align: initial;\n -webkit-transform: translateY(12px);\n transform: translateY(12px);\n pointer-events: none;\n}\n\n.input-field label:not(.label-icon).active {\n -webkit-transform: translateY(-14px) scale(0.8);\n transform: translateY(-14px) scale(0.8);\n -webkit-transform-origin: 0 0;\n transform-origin: 0 0;\n}\n\n.input-field .prefix {\n position: absolute;\n width: 3rem;\n font-size: 2rem;\n -webkit-transition: color .2s;\n transition: color .2s;\n}\n\n.input-field .prefix.active {\n color: #26a69a;\n}\n\n.input-field .prefix ~ input,\n.input-field .prefix ~ textarea,\n.input-field .prefix ~ label,\n.input-field .prefix ~ .validate ~ label,\n.input-field .prefix ~ .autocomplete-content {\n margin-left: 3rem;\n width: 92%;\n width: calc(100% - 3rem);\n}\n\n.input-field .prefix ~ label {\n margin-left: 3rem;\n}\n\n@media only screen and (max-width: 992px) {\n .input-field .prefix ~ input {\n width: 86%;\n width: calc(100% - 3rem);\n }\n}\n\n@media only screen and (max-width: 600px) {\n .input-field .prefix ~ input {\n width: 80%;\n width: calc(100% - 3rem);\n }\n}\n\n/* Search Field */\n.input-field input[type=search] {\n display: block;\n line-height: inherit;\n}\n\n.nav-wrapper .input-field input[type=search] {\n height: inherit;\n padding-left: 4rem;\n width: calc(100% - 4rem);\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n\n.input-field input[type=search]:focus {\n background-color: #fff;\n border: 0;\n -webkit-box-shadow: none;\n box-shadow: none;\n color: #444;\n}\n\n.input-field input[type=search]:focus + label i,\n.input-field input[type=search]:focus ~ .mdi-navigation-close,\n.input-field input[type=search]:focus ~ .material-icons {\n color: #444;\n}\n\n.input-field input[type=search] + label {\n left: 1rem;\n}\n\n.input-field input[type=search] ~ .mdi-navigation-close,\n.input-field input[type=search] ~ .material-icons {\n position: absolute;\n top: 0;\n right: 1rem;\n color: transparent;\n cursor: pointer;\n font-size: 2rem;\n -webkit-transition: .3s color;\n transition: .3s color;\n}\n\n/* Textarea */\ntextarea {\n width: 100%;\n height: 3rem;\n background-color: transparent;\n}\n\ntextarea.materialize-textarea {\n overflow-y: hidden;\n /* prevents scroll bar flash */\n padding: .8rem 0 1.6rem 0;\n /* prevents text jump on Enter keypress */\n resize: none;\n min-height: 3rem;\n}\n\ntextarea.materialize-textarea.validate + label {\n height: 100%;\n}\n\ntextarea.materialize-textarea.validate + label::after {\n top: calc(100% - 12px);\n}\n\ntextarea.materialize-textarea.validate + label:not(.label-icon).active {\n -webkit-transform: translateY(-25px);\n transform: translateY(-25px);\n}\n\n.hiddendiv {\n display: none;\n white-space: pre-wrap;\n word-wrap: break-word;\n overflow-wrap: break-word;\n /* future version of deprecated 'word-wrap' */\n padding-top: 1.2rem;\n /* prevents text jump on Enter keypress */\n position: absolute;\n top: 0;\n}\n\n/* Autocomplete */\n.autocomplete-content {\n margin-top: -20px;\n margin-bottom: 20px;\n display: block;\n opacity: 1;\n position: static;\n}\n\n.autocomplete-content li .highlight {\n color: #444;\n}\n\n.autocomplete-content li img {\n height: 40px;\n width: 40px;\n margin: 5px 15px;\n}\n\n/* Radio Buttons\r\n ========================================================================== */\n[type=\"radio\"]:not(:checked),\n[type=\"radio\"]:checked {\n position: absolute;\n opacity: 0;\n pointer-events: none;\n}\n\n[type=\"radio\"]:not(:checked) + label,\n[type=\"radio\"]:checked + label {\n position: relative;\n padding-left: 35px;\n cursor: pointer;\n display: inline-block;\n height: 25px;\n line-height: 25px;\n font-size: 1rem;\n -webkit-transition: .28s ease;\n transition: .28s ease;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n[type=\"radio\"] + label:before,\n[type=\"radio\"] + label:after {\n content: '';\n position: absolute;\n left: 0;\n top: 0;\n margin: 4px;\n width: 16px;\n height: 16px;\n z-index: 0;\n -webkit-transition: .28s ease;\n transition: .28s ease;\n}\n\n/* Unchecked styles */\n[type=\"radio\"]:not(:checked) + label:before,\n[type=\"radio\"]:not(:checked) + label:after,\n[type=\"radio\"]:checked + label:before,\n[type=\"radio\"]:checked + label:after,\n[type=\"radio\"].with-gap:checked + label:before,\n[type=\"radio\"].with-gap:checked + label:after {\n border-radius: 50%;\n}\n\n[type=\"radio\"]:not(:checked) + label:before,\n[type=\"radio\"]:not(:checked) + label:after {\n border: 2px solid #5a5a5a;\n}\n\n[type=\"radio\"]:not(:checked) + label:after {\n -webkit-transform: scale(0);\n transform: scale(0);\n}\n\n/* Checked styles */\n[type=\"radio\"]:checked + label:before {\n border: 2px solid transparent;\n}\n\n[type=\"radio\"]:checked + label:after,\n[type=\"radio\"].with-gap:checked + label:before,\n[type=\"radio\"].with-gap:checked + label:after {\n border: 2px solid #26a69a;\n}\n\n[type=\"radio\"]:checked + label:after,\n[type=\"radio\"].with-gap:checked + label:after {\n background-color: #26a69a;\n}\n\n[type=\"radio\"]:checked + label:after {\n -webkit-transform: scale(1.02);\n transform: scale(1.02);\n}\n\n/* Radio With gap */\n[type=\"radio\"].with-gap:checked + label:after {\n -webkit-transform: scale(0.5);\n transform: scale(0.5);\n}\n\n/* Focused styles */\n[type=\"radio\"].tabbed:focus + label:before {\n -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\n box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\n}\n\n/* Disabled Radio With gap */\n[type=\"radio\"].with-gap:disabled:checked + label:before {\n border: 2px solid rgba(0, 0, 0, 0.42);\n}\n\n[type=\"radio\"].with-gap:disabled:checked + label:after {\n border: none;\n background-color: rgba(0, 0, 0, 0.42);\n}\n\n/* Disabled style */\n[type=\"radio\"]:disabled:not(:checked) + label:before,\n[type=\"radio\"]:disabled:checked + label:before {\n background-color: transparent;\n border-color: rgba(0, 0, 0, 0.42);\n}\n\n[type=\"radio\"]:disabled + label {\n color: rgba(0, 0, 0, 0.42);\n}\n\n[type=\"radio\"]:disabled:not(:checked) + label:before {\n border-color: rgba(0, 0, 0, 0.42);\n}\n\n[type=\"radio\"]:disabled:checked + label:after {\n background-color: rgba(0, 0, 0, 0.42);\n border-color: #949494;\n}\n\n/* Checkboxes\r\n ========================================================================== */\n/* CUSTOM CSS CHECKBOXES */\nform p {\n margin-bottom: 10px;\n text-align: left;\n}\n\nform p:last-child {\n margin-bottom: 0;\n}\n\n/* Remove default checkbox */\n[type=\"checkbox\"]:not(:checked),\n[type=\"checkbox\"]:checked {\n position: absolute;\n opacity: 0;\n pointer-events: none;\n}\n\n[type=\"checkbox\"] {\n /* checkbox aspect */\n}\n\n[type=\"checkbox\"] + label {\n position: relative;\n padding-left: 35px;\n cursor: pointer;\n display: inline-block;\n height: 25px;\n line-height: 25px;\n font-size: 1rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n[type=\"checkbox\"] + label:before,\n[type=\"checkbox\"]:not(.filled-in) + label:after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 18px;\n height: 18px;\n z-index: 0;\n border: 2px solid #5a5a5a;\n border-radius: 1px;\n margin-top: 2px;\n -webkit-transition: .2s;\n transition: .2s;\n}\n\n[type=\"checkbox\"]:not(.filled-in) + label:after {\n border: 0;\n -webkit-transform: scale(0);\n transform: scale(0);\n}\n\n[type=\"checkbox\"]:not(:checked):disabled + label:before {\n border: none;\n background-color: rgba(0, 0, 0, 0.42);\n}\n\n[type=\"checkbox\"].tabbed:focus + label:after {\n -webkit-transform: scale(1);\n transform: scale(1);\n border: 0;\n border-radius: 50%;\n -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\n box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\n background-color: rgba(0, 0, 0, 0.1);\n}\n\n[type=\"checkbox\"]:checked + label:before {\n top: -4px;\n left: -5px;\n width: 12px;\n height: 22px;\n border-top: 2px solid transparent;\n border-left: 2px solid transparent;\n border-right: 2px solid #26a69a;\n border-bottom: 2px solid #26a69a;\n -webkit-transform: rotate(40deg);\n transform: rotate(40deg);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 100% 100%;\n transform-origin: 100% 100%;\n}\n\n[type=\"checkbox\"]:checked:disabled + label:before {\n border-right: 2px solid rgba(0, 0, 0, 0.42);\n border-bottom: 2px solid rgba(0, 0, 0, 0.42);\n}\n\n/* Indeterminate checkbox */\n[type=\"checkbox\"]:indeterminate + label:before {\n top: -11px;\n left: -12px;\n width: 10px;\n height: 22px;\n border-top: none;\n border-left: none;\n border-right: 2px solid #26a69a;\n border-bottom: none;\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform-origin: 100% 100%;\n transform-origin: 100% 100%;\n}\n\n[type=\"checkbox\"]:indeterminate:disabled + label:before {\n border-right: 2px solid rgba(0, 0, 0, 0.42);\n background-color: transparent;\n}\n\n[type=\"checkbox\"].filled-in + label:after {\n border-radius: 2px;\n}\n\n[type=\"checkbox\"].filled-in + label:before,\n[type=\"checkbox\"].filled-in + label:after {\n content: '';\n left: 0;\n position: absolute;\n /* .1s delay is for check animation */\n -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;\n transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;\n z-index: 1;\n}\n\n[type=\"checkbox\"].filled-in:not(:checked) + label:before {\n width: 0;\n height: 0;\n border: 3px solid transparent;\n left: 6px;\n top: 10px;\n -webkit-transform: rotateZ(37deg);\n transform: rotateZ(37deg);\n -webkit-transform-origin: 100% 100%;\n transform-origin: 100% 100%;\n}\n\n[type=\"checkbox\"].filled-in:not(:checked) + label:after {\n height: 20px;\n width: 20px;\n background-color: transparent;\n border: 2px solid #5a5a5a;\n top: 0px;\n z-index: 0;\n}\n\n[type=\"checkbox\"].filled-in:checked + label:before {\n top: 0;\n left: 1px;\n width: 8px;\n height: 13px;\n border-top: 2px solid transparent;\n border-left: 2px solid transparent;\n border-right: 2px solid #fff;\n border-bottom: 2px solid #fff;\n -webkit-transform: rotateZ(37deg);\n transform: rotateZ(37deg);\n -webkit-transform-origin: 100% 100%;\n transform-origin: 100% 100%;\n}\n\n[type=\"checkbox\"].filled-in:checked + label:after {\n top: 0;\n width: 20px;\n height: 20px;\n border: 2px solid #26a69a;\n background-color: #26a69a;\n z-index: 0;\n}\n\n[type=\"checkbox\"].filled-in.tabbed:focus + label:after {\n border-radius: 2px;\n border-color: #5a5a5a;\n background-color: rgba(0, 0, 0, 0.1);\n}\n\n[type=\"checkbox\"].filled-in.tabbed:checked:focus + label:after {\n border-radius: 2px;\n background-color: #26a69a;\n border-color: #26a69a;\n}\n\n[type=\"checkbox\"].filled-in:disabled:not(:checked) + label:before {\n background-color: transparent;\n border: 2px solid transparent;\n}\n\n[type=\"checkbox\"].filled-in:disabled:not(:checked) + label:after {\n border-color: transparent;\n background-color: #949494;\n}\n\n[type=\"checkbox\"].filled-in:disabled:checked + label:before {\n background-color: transparent;\n}\n\n[type=\"checkbox\"].filled-in:disabled:checked + label:after {\n background-color: #949494;\n border-color: #949494;\n}\n\n/* Switch\r\n ========================================================================== */\n.switch,\n.switch * {\n -webkit-tap-highlight-color: transparent;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.switch label {\n cursor: pointer;\n}\n\n.switch label input[type=checkbox] {\n opacity: 0;\n width: 0;\n height: 0;\n}\n\n.switch label input[type=checkbox]:checked + .lever {\n background-color: #84c7c1;\n}\n\n.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {\n left: 18px;\n}\n\n.switch label input[type=checkbox]:checked + .lever:after {\n background-color: #26a69a;\n}\n\n.switch label .lever {\n content: \"\";\n display: inline-block;\n position: relative;\n width: 36px;\n height: 14px;\n background-color: rgba(0, 0, 0, 0.38);\n border-radius: 15px;\n margin-right: 10px;\n -webkit-transition: background 0.3s ease;\n transition: background 0.3s ease;\n vertical-align: middle;\n margin: 0 16px;\n}\n\n.switch label .lever:before, .switch label .lever:after {\n content: \"\";\n position: absolute;\n display: inline-block;\n width: 20px;\n height: 20px;\n border-radius: 50%;\n left: 0;\n top: -3px;\n -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;\n transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;\n transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;\n transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;\n}\n\n.switch label .lever:before {\n background-color: rgba(38, 166, 154, 0.15);\n}\n\n.switch label .lever:after {\n background-color: #F1F1F1;\n -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);\n box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);\n}\n\ninput[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,\ninput[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {\n -webkit-transform: scale(2.4);\n transform: scale(2.4);\n background-color: rgba(38, 166, 154, 0.15);\n}\n\ninput[type=checkbox]:not(:disabled) ~ .lever:active:before,\ninput[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {\n -webkit-transform: scale(2.4);\n transform: scale(2.4);\n background-color: rgba(0, 0, 0, 0.08);\n}\n\n.switch input[type=checkbox][disabled] + .lever {\n cursor: default;\n background-color: rgba(0, 0, 0, 0.12);\n}\n\n.switch label input[type=checkbox][disabled] + .lever:after,\n.switch label input[type=checkbox][disabled]:checked + .lever:after {\n background-color: #949494;\n}\n\n/* Select Field\r\n ========================================================================== */\nselect {\n display: none;\n}\n\nselect.browser-default {\n display: block;\n}\n\nselect {\n background-color: rgba(255, 255, 255, 0.9);\n width: 100%;\n padding: 5px;\n border: 1px solid #f2f2f2;\n border-radius: 2px;\n height: 3rem;\n}\n\n.input-field > select {\n display: block;\n position: absolute;\n width: 0;\n pointer-events: none;\n height: 0;\n top: 0;\n left: 0;\n opacity: 0;\n}\n\n.select-label {\n position: absolute;\n}\n\n.select-wrapper {\n position: relative;\n}\n\n.select-wrapper.valid + label,\n.select-wrapper.invalid + label {\n width: 100%;\n pointer-events: none;\n}\n\n.select-wrapper input.select-dropdown {\n position: relative;\n cursor: pointer;\n background-color: transparent;\n border: none;\n border-bottom: 1px solid #9e9e9e;\n outline: none;\n height: 3rem;\n line-height: 3rem;\n width: 100%;\n font-size: 1rem;\n margin: 0 0 20px 0;\n padding: 0;\n display: block;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select-wrapper span.caret {\n color: initial;\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n height: 10px;\n margin: auto 0;\n font-size: 10px;\n line-height: 10px;\n}\n\n.select-wrapper + label {\n position: absolute;\n top: -26px;\n font-size: 0.8rem;\n}\n\nselect:disabled {\n color: rgba(0, 0, 0, 0.42);\n}\n\n.select-wrapper.disabled span.caret,\n.select-wrapper.disabled + label {\n color: rgba(0, 0, 0, 0.42);\n}\n\n.select-wrapper input.select-dropdown:disabled {\n color: rgba(0, 0, 0, 0.42);\n cursor: default;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.select-wrapper i {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.select-dropdown li.disabled,\n.select-dropdown li.disabled > span,\n.select-dropdown li.optgroup {\n color: rgba(0, 0, 0, 0.3);\n background-color: transparent;\n}\n\n.select-dropdown.dropdown-content li.active {\n background-color: transparent;\n}\n\n.select-dropdown.dropdown-content li:hover {\n background-color: rgba(0, 0, 0, 0.06);\n}\n\n.select-dropdown.dropdown-content li.selected {\n background-color: rgba(0, 0, 0, 0.03);\n}\n\n.prefix ~ .select-wrapper {\n margin-left: 3rem;\n width: 92%;\n width: calc(100% - 3rem);\n}\n\n.prefix ~ label {\n margin-left: 3rem;\n}\n\n.select-dropdown li img {\n height: 40px;\n width: 40px;\n margin: 5px 15px;\n float: right;\n}\n\n.select-dropdown li.optgroup {\n border-top: 1px solid #eee;\n}\n\n.select-dropdown li.optgroup.selected > span {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.select-dropdown li.optgroup > span {\n color: rgba(0, 0, 0, 0.4);\n}\n\n.select-dropdown li.optgroup ~ li.optgroup-option {\n padding-left: 1rem;\n}\n\n/* File Input\r\n ========================================================================== */\n.file-field {\n position: relative;\n}\n\n.file-field .file-path-wrapper {\n overflow: hidden;\n padding-left: 10px;\n}\n\n.file-field input.file-path {\n width: 100%;\n}\n\n.file-field .btn, .file-field .btn-large {\n float: left;\n height: 3rem;\n line-height: 3rem;\n}\n\n.file-field span {\n cursor: pointer;\n}\n\n.file-field input[type=file] {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n bottom: 0;\n width: 100%;\n margin: 0;\n padding: 0;\n font-size: 20px;\n cursor: pointer;\n opacity: 0;\n filter: alpha(opacity=0);\n}\n\n.file-field input[type=file]::-webkit-file-upload-button {\n display: none;\n}\n\n/* Range\r\n ========================================================================== */\n.range-field {\n position: relative;\n}\n\ninput[type=range],\ninput[type=range] + .thumb {\n cursor: pointer;\n}\n\ninput[type=range] {\n position: relative;\n background-color: transparent;\n border: none;\n outline: none;\n width: 100%;\n margin: 15px 0;\n padding: 0;\n}\n\ninput[type=range]:focus {\n outline: none;\n}\n\ninput[type=range] + .thumb {\n position: absolute;\n top: 10px;\n left: 0;\n border: none;\n height: 0;\n width: 0;\n border-radius: 50%;\n background-color: #26a69a;\n margin-left: 7px;\n -webkit-transform-origin: 50% 50%;\n transform-origin: 50% 50%;\n -webkit-transform: rotate(-45deg);\n transform: rotate(-45deg);\n}\n\ninput[type=range] + .thumb .value {\n display: block;\n width: 30px;\n text-align: center;\n color: #26a69a;\n font-size: 0;\n -webkit-transform: rotate(45deg);\n transform: rotate(45deg);\n}\n\ninput[type=range] + .thumb.active {\n border-radius: 50% 50% 50% 0;\n}\n\ninput[type=range] + .thumb.active .value {\n color: #fff;\n margin-left: -1px;\n margin-top: 8px;\n font-size: 10px;\n}\n\ninput[type=range] {\n -webkit-appearance: none;\n}\n\ninput[type=range]::-webkit-slider-runnable-track {\n height: 3px;\n background: #c2c0c2;\n border: none;\n}\n\ninput[type=range]::-webkit-slider-thumb {\n -webkit-appearance: none;\n border: none;\n height: 14px;\n width: 14px;\n border-radius: 50%;\n background-color: #26a69a;\n -webkit-transform-origin: 50% 50%;\n transform-origin: 50% 50%;\n margin: -5px 0 0 0;\n -webkit-transition: .3s;\n transition: .3s;\n}\n\ninput[type=range]:focus::-webkit-slider-runnable-track {\n background: #ccc;\n}\n\ninput[type=range] {\n /* fix for FF unable to apply focus style bug */\n border: 1px solid white;\n /*required for proper track sizing in FF*/\n}\n\ninput[type=range]::-moz-range-track {\n height: 3px;\n background: #ddd;\n border: none;\n}\n\ninput[type=range]::-moz-range-thumb {\n border: none;\n height: 14px;\n width: 14px;\n border-radius: 50%;\n background: #26a69a;\n margin-top: -5px;\n}\n\ninput[type=range]:-moz-focusring {\n outline: 1px solid #fff;\n outline-offset: -1px;\n}\n\ninput[type=range]:focus::-moz-range-track {\n background: #ccc;\n}\n\ninput[type=range]::-ms-track {\n height: 3px;\n background: transparent;\n border-color: transparent;\n border-width: 6px 0;\n /*remove default tick marks*/\n color: transparent;\n}\n\ninput[type=range]::-ms-fill-lower {\n background: #777;\n}\n\ninput[type=range]::-ms-fill-upper {\n background: #ddd;\n}\n\ninput[type=range]::-ms-thumb {\n border: none;\n height: 14px;\n width: 14px;\n border-radius: 50%;\n background: #26a69a;\n}\n\ninput[type=range]:focus::-ms-fill-lower {\n background: #888;\n}\n\ninput[type=range]:focus::-ms-fill-upper {\n background: #ccc;\n}\n\n/***************\r\n Nav List\r\n***************/\n.table-of-contents.fixed {\n position: fixed;\n}\n\n.table-of-contents li {\n padding: 2px 0;\n}\n\n.table-of-contents a {\n display: inline-block;\n font-weight: 300;\n color: #757575;\n padding-left: 20px;\n height: 1.5rem;\n line-height: 1.5rem;\n letter-spacing: .4;\n display: inline-block;\n}\n\n.table-of-contents a:hover {\n color: #a8a8a8;\n padding-left: 19px;\n border-left: 1px solid #ee6e73;\n}\n\n.table-of-contents a.active {\n font-weight: 500;\n padding-left: 18px;\n border-left: 2px solid #ee6e73;\n}\n\n.side-nav {\n position: fixed;\n width: 300px;\n left: 0;\n top: 0;\n margin: 0;\n -webkit-transform: translateX(-100%);\n transform: translateX(-100%);\n height: 100%;\n height: calc(100% + 60px);\n height: -moz-calc(100%);\n padding-bottom: 60px;\n background-color: #fff;\n z-index: 999;\n overflow-y: auto;\n will-change: transform;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n -webkit-transform: translateX(-105%);\n transform: translateX(-105%);\n}\n\n.side-nav.right-aligned {\n right: 0;\n -webkit-transform: translateX(105%);\n transform: translateX(105%);\n left: auto;\n -webkit-transform: translateX(100%);\n transform: translateX(100%);\n}\n\n.side-nav .collapsible {\n margin: 0;\n}\n\n.side-nav li {\n float: none;\n line-height: 48px;\n}\n\n.side-nav li.active {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.side-nav li > a {\n color: rgba(0, 0, 0, 0.87);\n display: block;\n font-size: 14px;\n font-weight: 500;\n height: 48px;\n line-height: 48px;\n padding: 0 32px;\n}\n\n.side-nav li > a:hover {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-large, .side-nav li > a.btn-flat, .side-nav li > a.btn-floating {\n margin: 10px 15px;\n}\n\n.side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-large, .side-nav li > a.btn-floating {\n color: #fff;\n}\n\n.side-nav li > a.btn-flat {\n color: #343434;\n}\n\n.side-nav li > a.btn:hover, .side-nav li > a.btn-large:hover, .side-nav li > a.btn-large:hover {\n background-color: #2bbbad;\n}\n\n.side-nav li > a.btn-floating:hover {\n background-color: #26a69a;\n}\n\n.side-nav li > a > i,\n.side-nav li > a > [class^=\"mdi-\"], .side-nav li > a li > a > [class*=\"mdi-\"],\n.side-nav li > a > i.material-icons {\n float: left;\n height: 48px;\n line-height: 48px;\n margin: 0 32px 0 0;\n width: 24px;\n color: rgba(0, 0, 0, 0.54);\n}\n\n.side-nav .divider {\n margin: 8px 0 0 0;\n}\n\n.side-nav .subheader {\n cursor: initial;\n pointer-events: none;\n color: rgba(0, 0, 0, 0.54);\n font-size: 14px;\n font-weight: 500;\n line-height: 48px;\n}\n\n.side-nav .subheader:hover {\n background-color: transparent;\n}\n\n.side-nav .user-view,\n.side-nav .userView {\n position: relative;\n padding: 32px 32px 0;\n margin-bottom: 8px;\n}\n\n.side-nav .user-view > a,\n.side-nav .userView > a {\n height: auto;\n padding: 0;\n}\n\n.side-nav .user-view > a:hover,\n.side-nav .userView > a:hover {\n background-color: transparent;\n}\n\n.side-nav .user-view .background,\n.side-nav .userView .background {\n overflow: hidden;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: -1;\n}\n\n.side-nav .user-view .circle, .side-nav .user-view .name, .side-nav .user-view .email,\n.side-nav .userView .circle,\n.side-nav .userView .name,\n.side-nav .userView .email {\n display: block;\n}\n\n.side-nav .user-view .circle,\n.side-nav .userView .circle {\n height: 64px;\n width: 64px;\n}\n\n.side-nav .user-view .name,\n.side-nav .user-view .email,\n.side-nav .userView .name,\n.side-nav .userView .email {\n font-size: 14px;\n line-height: 24px;\n}\n\n.side-nav .user-view .name,\n.side-nav .userView .name {\n margin-top: 16px;\n font-weight: 500;\n}\n\n.side-nav .user-view .email,\n.side-nav .userView .email {\n padding-bottom: 16px;\n font-weight: 400;\n}\n\n.drag-target {\n height: 100%;\n width: 10px;\n position: fixed;\n top: 0;\n z-index: 998;\n}\n\n.side-nav.fixed {\n left: 0;\n -webkit-transform: translateX(0);\n transform: translateX(0);\n position: fixed;\n}\n\n.side-nav.fixed.right-aligned {\n right: 0;\n left: auto;\n}\n\n@media only screen and (max-width: 992px) {\n .side-nav.fixed {\n -webkit-transform: translateX(-105%);\n transform: translateX(-105%);\n }\n .side-nav.fixed.right-aligned {\n -webkit-transform: translateX(105%);\n transform: translateX(105%);\n }\n .side-nav a {\n padding: 0 16px;\n }\n .side-nav .user-view,\n .side-nav .userView {\n padding: 16px 16px 0;\n }\n}\n\n.side-nav .collapsible-body > ul:not(.collapsible) > li.active,\n.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {\n background-color: #ee6e73;\n}\n\n.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,\n.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {\n color: #fff;\n}\n\n.side-nav .collapsible-body {\n padding: 0;\n}\n\n#sidenav-overlay {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n height: 120vh;\n background-color: rgba(0, 0, 0, 0.5);\n z-index: 997;\n will-change: opacity;\n}\n\n/*\r\n @license\r\n Copyright (c) 2014 The Polymer Project Authors. All rights reserved.\r\n This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\r\n The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\r\n The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\r\n Code distributed by Google as part of the polymer project is also\r\n subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\r\n */\n/**************************/\n/* STYLES FOR THE SPINNER */\n/**************************/\n/*\r\n * Constants:\r\n * STROKEWIDTH = 3px\r\n * ARCSIZE = 270 degrees (amount of circle the arc takes up)\r\n * ARCTIME = 1333ms (time it takes to expand and contract arc)\r\n * ARCSTARTROT = 216 degrees (how much the start location of the arc\r\n * should rotate each time, 216 gives us a\r\n * 5 pointed star shape (it's 360/5 * 3).\r\n * For a 7 pointed star, we might do\r\n * 360/7 * 3 = 154.286)\r\n * CONTAINERWIDTH = 28px\r\n * SHRINK_TIME = 400ms\r\n */\n.preloader-wrapper {\n display: inline-block;\n position: relative;\n width: 50px;\n height: 50px;\n}\n\n.preloader-wrapper.small {\n width: 36px;\n height: 36px;\n}\n\n.preloader-wrapper.big {\n width: 64px;\n height: 64px;\n}\n\n.preloader-wrapper.active {\n /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */\n -webkit-animation: container-rotate 1568ms linear infinite;\n animation: container-rotate 1568ms linear infinite;\n}\n\n@-webkit-keyframes container-rotate {\n to {\n -webkit-transform: rotate(360deg);\n }\n}\n\n@keyframes container-rotate {\n to {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n.spinner-layer {\n position: absolute;\n width: 100%;\n height: 100%;\n opacity: 0;\n border-color: #26a69a;\n}\n\n.spinner-blue,\n.spinner-blue-only {\n border-color: #4285f4;\n}\n\n.spinner-red,\n.spinner-red-only {\n border-color: #db4437;\n}\n\n.spinner-yellow,\n.spinner-yellow-only {\n border-color: #f4b400;\n}\n\n.spinner-green,\n.spinner-green-only {\n border-color: #0f9d58;\n}\n\n/**\r\n * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):\r\n *\r\n * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't\r\n * guarantee that the animation will start _exactly_ after that value. So we avoid using\r\n * animation-delay and instead set custom keyframes for each color (as redundant as it\r\n * seems).\r\n *\r\n * We write out each animation in full (instead of separating animation-name,\r\n * animation-duration, etc.) because under the polyfill, Safari does not recognize those\r\n * specific properties properly, treats them as -webkit-animation, and overrides the\r\n * other animation rules. See https://github.com/Polymer/platform/issues/53.\r\n */\n.active .spinner-layer.spinner-blue {\n /* durations: 4 * ARCTIME */\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .spinner-layer.spinner-red {\n /* durations: 4 * ARCTIME */\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .spinner-layer.spinner-yellow {\n /* durations: 4 * ARCTIME */\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .spinner-layer.spinner-green {\n /* durations: 4 * ARCTIME */\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .spinner-layer,\n.active .spinner-layer.spinner-blue-only,\n.active .spinner-layer.spinner-red-only,\n.active .spinner-layer.spinner-yellow-only,\n.active .spinner-layer.spinner-green-only {\n /* durations: 4 * ARCTIME */\n opacity: 1;\n -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n@-webkit-keyframes fill-unfill-rotate {\n 12.5% {\n -webkit-transform: rotate(135deg);\n }\n /* 0.5 * ARCSIZE */\n 25% {\n -webkit-transform: rotate(270deg);\n }\n /* 1 * ARCSIZE */\n 37.5% {\n -webkit-transform: rotate(405deg);\n }\n /* 1.5 * ARCSIZE */\n 50% {\n -webkit-transform: rotate(540deg);\n }\n /* 2 * ARCSIZE */\n 62.5% {\n -webkit-transform: rotate(675deg);\n }\n /* 2.5 * ARCSIZE */\n 75% {\n -webkit-transform: rotate(810deg);\n }\n /* 3 * ARCSIZE */\n 87.5% {\n -webkit-transform: rotate(945deg);\n }\n /* 3.5 * ARCSIZE */\n to {\n -webkit-transform: rotate(1080deg);\n }\n /* 4 * ARCSIZE */\n}\n\n@keyframes fill-unfill-rotate {\n 12.5% {\n -webkit-transform: rotate(135deg);\n transform: rotate(135deg);\n }\n /* 0.5 * ARCSIZE */\n 25% {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n }\n /* 1 * ARCSIZE */\n 37.5% {\n -webkit-transform: rotate(405deg);\n transform: rotate(405deg);\n }\n /* 1.5 * ARCSIZE */\n 50% {\n -webkit-transform: rotate(540deg);\n transform: rotate(540deg);\n }\n /* 2 * ARCSIZE */\n 62.5% {\n -webkit-transform: rotate(675deg);\n transform: rotate(675deg);\n }\n /* 2.5 * ARCSIZE */\n 75% {\n -webkit-transform: rotate(810deg);\n transform: rotate(810deg);\n }\n /* 3 * ARCSIZE */\n 87.5% {\n -webkit-transform: rotate(945deg);\n transform: rotate(945deg);\n }\n /* 3.5 * ARCSIZE */\n to {\n -webkit-transform: rotate(1080deg);\n transform: rotate(1080deg);\n }\n /* 4 * ARCSIZE */\n}\n\n@-webkit-keyframes blue-fade-in-out {\n from {\n opacity: 1;\n }\n 25% {\n opacity: 1;\n }\n 26% {\n opacity: 0;\n }\n 89% {\n opacity: 0;\n }\n 90% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n }\n}\n\n@keyframes blue-fade-in-out {\n from {\n opacity: 1;\n }\n 25% {\n opacity: 1;\n }\n 26% {\n opacity: 0;\n }\n 89% {\n opacity: 0;\n }\n 90% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n }\n}\n\n@-webkit-keyframes red-fade-in-out {\n from {\n opacity: 0;\n }\n 15% {\n opacity: 0;\n }\n 25% {\n opacity: 1;\n }\n 50% {\n opacity: 1;\n }\n 51% {\n opacity: 0;\n }\n}\n\n@keyframes red-fade-in-out {\n from {\n opacity: 0;\n }\n 15% {\n opacity: 0;\n }\n 25% {\n opacity: 1;\n }\n 50% {\n opacity: 1;\n }\n 51% {\n opacity: 0;\n }\n}\n\n@-webkit-keyframes yellow-fade-in-out {\n from {\n opacity: 0;\n }\n 40% {\n opacity: 0;\n }\n 50% {\n opacity: 1;\n }\n 75% {\n opacity: 1;\n }\n 76% {\n opacity: 0;\n }\n}\n\n@keyframes yellow-fade-in-out {\n from {\n opacity: 0;\n }\n 40% {\n opacity: 0;\n }\n 50% {\n opacity: 1;\n }\n 75% {\n opacity: 1;\n }\n 76% {\n opacity: 0;\n }\n}\n\n@-webkit-keyframes green-fade-in-out {\n from {\n opacity: 0;\n }\n 65% {\n opacity: 0;\n }\n 75% {\n opacity: 1;\n }\n 90% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n\n@keyframes green-fade-in-out {\n from {\n opacity: 0;\n }\n 65% {\n opacity: 0;\n }\n 75% {\n opacity: 1;\n }\n 90% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n }\n}\n\n/**\r\n * Patch the gap that appear between the two adjacent div.circle-clipper while the\r\n * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).\r\n */\n.gap-patch {\n position: absolute;\n top: 0;\n left: 45%;\n width: 10%;\n height: 100%;\n overflow: hidden;\n border-color: inherit;\n}\n\n.gap-patch .circle {\n width: 1000%;\n left: -450%;\n}\n\n.circle-clipper {\n display: inline-block;\n position: relative;\n width: 50%;\n height: 100%;\n overflow: hidden;\n border-color: inherit;\n}\n\n.circle-clipper .circle {\n width: 200%;\n height: 100%;\n border-width: 3px;\n /* STROKEWIDTH */\n border-style: solid;\n border-color: inherit;\n border-bottom-color: transparent !important;\n border-radius: 50%;\n -webkit-animation: none;\n animation: none;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n}\n\n.circle-clipper.left .circle {\n left: 0;\n border-right-color: transparent !important;\n -webkit-transform: rotate(129deg);\n transform: rotate(129deg);\n}\n\n.circle-clipper.right .circle {\n left: -100%;\n border-left-color: transparent !important;\n -webkit-transform: rotate(-129deg);\n transform: rotate(-129deg);\n}\n\n.active .circle-clipper.left .circle {\n /* duration: ARCTIME */\n -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n.active .circle-clipper.right .circle {\n /* duration: ARCTIME */\n -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n}\n\n@-webkit-keyframes left-spin {\n from {\n -webkit-transform: rotate(130deg);\n }\n 50% {\n -webkit-transform: rotate(-5deg);\n }\n to {\n -webkit-transform: rotate(130deg);\n }\n}\n\n@keyframes left-spin {\n from {\n -webkit-transform: rotate(130deg);\n transform: rotate(130deg);\n }\n 50% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg);\n }\n to {\n -webkit-transform: rotate(130deg);\n transform: rotate(130deg);\n }\n}\n\n@-webkit-keyframes right-spin {\n from {\n -webkit-transform: rotate(-130deg);\n }\n 50% {\n -webkit-transform: rotate(5deg);\n }\n to {\n -webkit-transform: rotate(-130deg);\n }\n}\n\n@keyframes right-spin {\n from {\n -webkit-transform: rotate(-130deg);\n transform: rotate(-130deg);\n }\n 50% {\n -webkit-transform: rotate(5deg);\n transform: rotate(5deg);\n }\n to {\n -webkit-transform: rotate(-130deg);\n transform: rotate(-130deg);\n }\n}\n\n#spinnerContainer.cooldown {\n /* duration: SHRINK_TIME */\n -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);\n animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n@-webkit-keyframes fade-out {\n from {\n opacity: 1;\n }\n to {\n opacity: 0;\n }\n}\n\n@keyframes fade-out {\n from {\n opacity: 1;\n }\n to {\n opacity: 0;\n }\n}\n\n.slider {\n position: relative;\n height: 400px;\n width: 100%;\n}\n\n.slider.fullscreen {\n height: 100%;\n width: 100%;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n\n.slider.fullscreen ul.slides {\n height: 100%;\n}\n\n.slider.fullscreen ul.indicators {\n z-index: 2;\n bottom: 30px;\n}\n\n.slider .slides {\n background-color: #9e9e9e;\n margin: 0;\n height: 400px;\n}\n\n.slider .slides li {\n opacity: 0;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n width: 100%;\n height: inherit;\n overflow: hidden;\n}\n\n.slider .slides li img {\n height: 100%;\n width: 100%;\n background-size: cover;\n background-position: center;\n}\n\n.slider .slides li .caption {\n color: #fff;\n position: absolute;\n top: 15%;\n left: 15%;\n width: 70%;\n opacity: 0;\n}\n\n.slider .slides li .caption p {\n color: #e0e0e0;\n}\n\n.slider .slides li.active {\n z-index: 2;\n}\n\n.slider .indicators {\n position: absolute;\n text-align: center;\n left: 0;\n right: 0;\n bottom: 0;\n margin: 0;\n}\n\n.slider .indicators .indicator-item {\n display: inline-block;\n position: relative;\n cursor: pointer;\n height: 16px;\n width: 16px;\n margin: 0 12px;\n background-color: #e0e0e0;\n -webkit-transition: background-color .3s;\n transition: background-color .3s;\n border-radius: 50%;\n}\n\n.slider .indicators .indicator-item.active {\n background-color: #4CAF50;\n}\n\n.carousel {\n overflow: hidden;\n position: relative;\n width: 100%;\n height: 400px;\n -webkit-perspective: 500px;\n perspective: 500px;\n -webkit-transform-style: preserve-3d;\n transform-style: preserve-3d;\n -webkit-transform-origin: 0% 50%;\n transform-origin: 0% 50%;\n}\n\n.carousel.carousel-slider {\n top: 0;\n left: 0;\n}\n\n.carousel.carousel-slider .carousel-fixed-item {\n position: absolute;\n left: 0;\n right: 0;\n bottom: 20px;\n z-index: 1;\n}\n\n.carousel.carousel-slider .carousel-fixed-item.with-indicators {\n bottom: 68px;\n}\n\n.carousel.carousel-slider .carousel-item {\n width: 100%;\n height: 100%;\n min-height: 400px;\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.carousel.carousel-slider .carousel-item h2 {\n font-size: 24px;\n font-weight: 500;\n line-height: 32px;\n}\n\n.carousel.carousel-slider .carousel-item p {\n font-size: 15px;\n}\n\n.carousel .carousel-item {\n display: none;\n width: 200px;\n height: 200px;\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.carousel .carousel-item > img {\n width: 100%;\n}\n\n.carousel .indicators {\n position: absolute;\n text-align: center;\n left: 0;\n right: 0;\n bottom: 0;\n margin: 0;\n}\n\n.carousel .indicators .indicator-item {\n display: inline-block;\n position: relative;\n cursor: pointer;\n height: 8px;\n width: 8px;\n margin: 24px 4px;\n background-color: rgba(255, 255, 255, 0.5);\n -webkit-transition: background-color .3s;\n transition: background-color .3s;\n border-radius: 50%;\n}\n\n.carousel .indicators .indicator-item.active {\n background-color: #fff;\n}\n\n.carousel.scrolling .carousel-item .materialboxed,\n.carousel .carousel-item:not(.active) .materialboxed {\n pointer-events: none;\n}\n\n.tap-target-wrapper {\n width: 800px;\n height: 800px;\n position: fixed;\n z-index: 1000;\n visibility: hidden;\n -webkit-transition: visibility 0s .3s;\n transition: visibility 0s .3s;\n}\n\n.tap-target-wrapper.open {\n visibility: visible;\n -webkit-transition: visibility 0s;\n transition: visibility 0s;\n}\n\n.tap-target-wrapper.open .tap-target {\n -webkit-transform: scale(1);\n transform: scale(1);\n opacity: .95;\n -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n}\n\n.tap-target-wrapper.open .tap-target-wave::before {\n -webkit-transform: scale(1);\n transform: scale(1);\n}\n\n.tap-target-wrapper.open .tap-target-wave::after {\n visibility: visible;\n -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\n animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\n -webkit-transition: opacity .3s,\r visibility 0s 1s,\r -webkit-transform .3s;\n transition: opacity .3s,\r visibility 0s 1s,\r -webkit-transform .3s;\n transition: opacity .3s,\r transform .3s,\r visibility 0s 1s;\n transition: opacity .3s,\r transform .3s,\r visibility 0s 1s,\r -webkit-transform .3s;\n}\n\n.tap-target {\n position: absolute;\n font-size: 1rem;\n border-radius: 50%;\n background-color: #ee6e73;\n -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);\n box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);\n width: 100%;\n height: 100%;\n opacity: 0;\n -webkit-transform: scale(0);\n transform: scale(0);\n -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\n}\n\n.tap-target-content {\n position: relative;\n display: table-cell;\n}\n\n.tap-target-wave {\n position: absolute;\n border-radius: 50%;\n z-index: 10001;\n}\n\n.tap-target-wave::before, .tap-target-wave::after {\n content: '';\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n border-radius: 50%;\n background-color: #ffffff;\n}\n\n.tap-target-wave::before {\n -webkit-transform: scale(0);\n transform: scale(0);\n -webkit-transition: -webkit-transform .3s;\n transition: -webkit-transform .3s;\n transition: transform .3s;\n transition: transform .3s, -webkit-transform .3s;\n}\n\n.tap-target-wave::after {\n visibility: hidden;\n -webkit-transition: opacity .3s,\r visibility 0s,\r -webkit-transform .3s;\n transition: opacity .3s,\r visibility 0s,\r -webkit-transform .3s;\n transition: opacity .3s,\r transform .3s,\r visibility 0s;\n transition: opacity .3s,\r transform .3s,\r visibility 0s,\r -webkit-transform .3s;\n z-index: -1;\n}\n\n.tap-target-origin {\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n z-index: 10002;\n position: absolute !important;\n}\n\n.tap-target-origin:not(.btn):not(.btn-large), .tap-target-origin:not(.btn):not(.btn-large):hover {\n background: none;\n}\n\n@media only screen and (max-width: 600px) {\n .tap-target, .tap-target-wrapper {\n width: 600px;\n height: 600px;\n }\n}\n\n.pulse {\n overflow: initial;\n position: relative;\n}\n\n.pulse::before {\n content: '';\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n background-color: inherit;\n border-radius: inherit;\n -webkit-transition: opacity .3s, -webkit-transform .3s;\n transition: opacity .3s, -webkit-transform .3s;\n transition: opacity .3s, transform .3s;\n transition: opacity .3s, transform .3s, -webkit-transform .3s;\n -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\n animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\n z-index: -1;\n}\n\n@-webkit-keyframes pulse-animation {\n 0% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n 100% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n}\n\n@keyframes pulse-animation {\n 0% {\n opacity: 1;\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n 100% {\n opacity: 0;\n -webkit-transform: scale(1.5);\n transform: scale(1.5);\n }\n}\n\n/* ==========================================================================\r\n $BASE-PICKER\r\n ========================================================================== */\n/**\r\n * Note: the root picker element should *NOT* be styled more than what's here.\r\n */\n.picker {\n font-size: 16px;\n text-align: left;\n line-height: 1.2;\n color: #000000;\n position: absolute;\n z-index: 10000;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n outline: none;\n}\n\n/**\r\n * The picker input element.\r\n */\n.picker__input {\n cursor: default;\n}\n\n/**\r\n * When the picker is opened, the input element is \"activated\".\r\n */\n.picker__input.picker__input--active {\n border-color: #0089ec;\n}\n\n/**\r\n * The holder is the only \"scrollable\" top-level container element.\r\n */\n.picker__holder {\n width: 100%;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n}\n\n/*!\r\n * Default mobile-first, responsive styling for pickadate.js\r\n * Demo: http://amsul.github.io/pickadate.js\r\n */\n/**\r\n * Note: the root picker element should *NOT* be styled more than what's here.\r\n */\n/**\r\n * Make the holder and frame fullscreen.\r\n */\n.picker__holder,\n.picker__frame {\n bottom: 0;\n left: 0;\n right: 0;\n top: 100%;\n}\n\n/**\r\n * The holder should overlay the entire screen.\r\n */\n.picker__holder {\n position: fixed;\n -webkit-transition: background 0.15s ease-out, top 0s 0.15s;\n transition: background 0.15s ease-out, top 0s 0.15s;\n -webkit-backface-visibility: hidden;\n}\n\n/**\r\n * The frame that bounds the box contents of the picker.\r\n */\n.picker__frame {\n position: absolute;\n margin: 0 auto;\n min-width: 256px;\n width: 300px;\n max-height: 350px;\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n filter: alpha(opacity=0);\n -moz-opacity: 0;\n opacity: 0;\n -webkit-transition: all 0.15s ease-out;\n transition: all 0.15s ease-out;\n}\n\n@media (min-height: 28.875em) {\n .picker__frame {\n overflow: visible;\n top: auto;\n bottom: -100%;\n max-height: 80%;\n }\n}\n\n@media (min-height: 40.125em) {\n .picker__frame {\n margin-bottom: 7.5%;\n }\n}\n\n/**\r\n * The wrapper sets the stage to vertically align the box contents.\r\n */\n.picker__wrap {\n display: table;\n width: 100%;\n height: 100%;\n}\n\n@media (min-height: 28.875em) {\n .picker__wrap {\n display: block;\n }\n}\n\n/**\r\n * The box contains all the picker contents.\r\n */\n.picker__box {\n background: #ffffff;\n display: table-cell;\n vertical-align: middle;\n}\n\n@media (min-height: 28.875em) {\n .picker__box {\n display: block;\n border: 1px solid #777777;\n border-top-color: #898989;\n border-bottom-width: 0;\n border-radius: 5px 5px 0 0;\n -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);\n box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);\n }\n}\n\n/**\r\n * When the picker opens...\r\n */\n.picker--opened .picker__holder {\n top: 0;\n background: transparent;\n -ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)\";\n zoom: 1;\n background: rgba(0, 0, 0, 0.32);\n -webkit-transition: background 0.15s ease-out;\n transition: background 0.15s ease-out;\n}\n\n.picker--opened .picker__frame {\n top: 0;\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n filter: alpha(opacity=100);\n -moz-opacity: 1;\n opacity: 1;\n}\n\n@media (min-height: 35.875em) {\n .picker--opened .picker__frame {\n top: 10%;\n bottom: auto;\n }\n}\n\n/**\r\n * For `large` screens, transform into an inline picker.\r\n */\n/* ==========================================================================\r\n CUSTOM MATERIALIZE STYLES\r\n ========================================================================== */\n.picker__input.picker__input--active {\n border-color: #E3F2FD;\n}\n\n.picker__frame {\n margin: 0 auto;\n max-width: 325px;\n}\n\n@media (min-height: 38.875em) {\n .picker--opened .picker__frame {\n top: 10%;\n bottom: auto;\n }\n}\n\n@media only screen and (min-width: 601px) {\n .picker__box {\n display: -webkit-box;\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n }\n .picker__frame {\n width: 80%;\n max-width: 600px;\n }\n}\n\n/* ==========================================================================\r\n $BASE-DATE-PICKER\r\n ========================================================================== */\n/**\r\n * The picker box.\r\n */\n.picker__box {\n padding: 0;\n border-radius: 2px;\n overflow: hidden;\n}\n\n/**\r\n * The header containing the month and year stuff.\r\n */\n.picker__header {\n text-align: center;\n position: relative;\n margin-top: .75em;\n}\n\n/**\r\n * The month and year labels.\r\n */\n.picker__month,\n.picker__year {\n display: inline-block;\n margin-left: .25em;\n margin-right: .25em;\n}\n\n/**\r\n * The month and year selectors.\r\n */\n.picker__select--month,\n.picker__select--year {\n height: 2em;\n padding: 0;\n margin-left: .25em;\n margin-right: .25em;\n}\n\n.picker__select--month.browser-default {\n display: inline;\n background-color: #FFFFFF;\n width: 40%;\n}\n\n.picker__select--year.browser-default {\n display: inline;\n background-color: #FFFFFF;\n width: 26%;\n}\n\n.picker__select--month:focus,\n.picker__select--year:focus {\n border-color: rgba(0, 0, 0, 0.05);\n}\n\n/**\r\n * The month navigation buttons.\r\n */\n.picker__nav--prev,\n.picker__nav--next {\n position: absolute;\n padding: .5em 1.25em;\n width: 1em;\n height: 1em;\n -webkit-box-sizing: content-box;\n box-sizing: content-box;\n top: -0.25em;\n}\n\n.picker__nav--prev {\n left: -1em;\n padding-right: 1.25em;\n}\n\n.picker__nav--next {\n right: -1em;\n padding-left: 1.25em;\n}\n\n.picker__nav--disabled,\n.picker__nav--disabled:hover,\n.picker__nav--disabled:before,\n.picker__nav--disabled:before:hover {\n cursor: default;\n background: none;\n border-right-color: #f5f5f5;\n border-left-color: #f5f5f5;\n}\n\n/**\r\n * The calendar table of dates\r\n */\n.picker__table {\n text-align: center;\n border-collapse: collapse;\n border-spacing: 0;\n table-layout: fixed;\n font-size: 1rem;\n width: 100%;\n margin-top: .75em;\n margin-bottom: .5em;\n}\n\n.picker__table th, .picker__table td {\n text-align: center;\n}\n\n.picker__table td {\n margin: 0;\n padding: 0;\n}\n\n/**\r\n * The weekday labels\r\n */\n.picker__weekday {\n width: 14.285714286%;\n font-size: .75em;\n padding-bottom: .25em;\n color: #999999;\n font-weight: 500;\n /* Increase the spacing a tad */\n}\n\n@media (min-height: 33.875em) {\n .picker__weekday {\n padding-bottom: .5em;\n }\n}\n\n/**\r\n * The days on the calendar\r\n */\n.picker__day--today {\n position: relative;\n color: #595959;\n letter-spacing: -.3;\n padding: .75rem 0;\n font-weight: 400;\n border: 1px solid transparent;\n}\n\n.picker__day--disabled:before {\n border-top-color: #aaaaaa;\n}\n\n.picker__day--infocus:hover {\n cursor: pointer;\n color: #000;\n font-weight: 500;\n}\n\n.picker__day--outfocus {\n display: none;\n padding: .75rem 0;\n color: #fff;\n}\n\n.picker__day--outfocus:hover {\n cursor: pointer;\n color: #dddddd;\n font-weight: 500;\n}\n\n.picker__day--highlighted:hover,\n.picker--focused .picker__day--highlighted {\n cursor: pointer;\n}\n\n.picker__day--selected,\n.picker__day--selected:hover,\n.picker--focused .picker__day--selected {\n border-radius: 50%;\n -webkit-transform: scale(0.75);\n transform: scale(0.75);\n background: #0089ec;\n color: #ffffff;\n}\n\n.picker__day--disabled,\n.picker__day--disabled:hover,\n.picker--focused .picker__day--disabled {\n background: #f5f5f5;\n border-color: #f5f5f5;\n color: #dddddd;\n cursor: default;\n}\n\n.picker__day--highlighted.picker__day--disabled,\n.picker__day--highlighted.picker__day--disabled:hover {\n background: #bbbbbb;\n}\n\n/**\r\n * The footer containing the \"today\", \"clear\", and \"close\" buttons.\r\n */\n.picker__footer {\n text-align: right;\n}\n\n.picker__button--today,\n.picker__button--clear,\n.picker__button--close {\n border: 1px solid #ffffff;\n background: #ffffff;\n font-size: .8em;\n padding: .66em 0;\n font-weight: bold;\n width: 33%;\n display: inline-block;\n vertical-align: bottom;\n}\n\n.picker__button--today:hover,\n.picker__button--clear:hover,\n.picker__button--close:hover {\n cursor: pointer;\n color: #000000;\n background: #b1dcfb;\n border-bottom-color: #b1dcfb;\n}\n\n.picker__button--today:focus,\n.picker__button--clear:focus,\n.picker__button--close:focus {\n background: #b1dcfb;\n border-color: rgba(0, 0, 0, 0.05);\n outline: none;\n}\n\n.picker__button--today:before,\n.picker__button--clear:before,\n.picker__button--close:before {\n position: relative;\n display: inline-block;\n height: 0;\n}\n\n.picker__button--today:before,\n.picker__button--clear:before {\n content: \" \";\n margin-right: .45em;\n}\n\n.picker__button--today:before {\n top: -0.05em;\n width: 0;\n border-top: 0.66em solid #0059bc;\n border-left: .66em solid transparent;\n}\n\n.picker__button--clear:before {\n top: -0.25em;\n width: .66em;\n border-top: 3px solid #ee2200;\n}\n\n.picker__button--close:before {\n content: \"\\D7\";\n top: -0.1em;\n vertical-align: top;\n font-size: 1.1em;\n margin-right: .35em;\n color: #777777;\n}\n\n.picker__button--today[disabled],\n.picker__button--today[disabled]:hover {\n background: #f5f5f5;\n border-color: #f5f5f5;\n color: #dddddd;\n cursor: default;\n}\n\n.picker__button--today[disabled]:before {\n border-top-color: #aaaaaa;\n}\n\n/* ==========================================================================\r\n CUSTOM MATERIALIZE STYLES\r\n ========================================================================== */\n/*.picker__box {\r\n border-radius: 2px;\r\n overflow: hidden;\r\n}*/\n.picker__date-display {\n text-align: left;\n background-color: #26a69a;\n color: #fff;\n padding: 18px;\n font-weight: 300;\n}\n\n@media only screen and (min-width: 601px) {\n .picker__date-display {\n -webkit-box-flex: 1;\n -webkit-flex: 1;\n -ms-flex: 1;\n flex: 1;\n }\n .picker__weekday-display {\n display: block;\n }\n .picker__container__wrapper {\n -webkit-box-flex: 2;\n -webkit-flex: 2;\n -ms-flex: 2;\n flex: 2;\n }\n}\n\n.picker__nav--prev:hover,\n.picker__nav--next:hover {\n cursor: pointer;\n color: #000000;\n background: #a1ded8;\n}\n\n.picker__weekday-display {\n font-weight: 500;\n font-size: 2.8rem;\n margin-right: 5px;\n margin-top: 4px;\n}\n\n.picker__month-display {\n font-size: 2.8rem;\n font-weight: 500;\n}\n\n.picker__day-display {\n font-size: 2.8rem;\n font-weight: 500;\n margin-right: 5px;\n}\n\n.picker__year-display {\n font-size: 1.5rem;\n font-weight: 500;\n color: rgba(255, 255, 255, 0.7);\n}\n\n/*.picker__box {\r\n padding: 0;\r\n}*/\n.picker__calendar-container {\n padding: 0 1rem;\n}\n\n.picker__calendar-container thead {\n border: none;\n}\n\n.picker__table {\n margin-top: 0;\n margin-bottom: .5em;\n}\n\n.picker__day--infocus {\n color: rgba(0, 0, 0, 0.87);\n letter-spacing: -.3px;\n padding: 0.75rem 0;\n font-weight: 400;\n border: 1px solid transparent;\n}\n\n@media only screen and (min-width: 601px) {\n .picker__day--infocus {\n padding: 1.1rem 0;\n }\n}\n\n.picker__day.picker__day--today {\n color: #26a69a;\n}\n\n.picker__day.picker__day--today.picker__day--selected {\n color: #fff;\n}\n\n.picker__weekday {\n font-size: .9rem;\n}\n\n.picker__day--selected,\n.picker__day--selected:hover,\n.picker--focused .picker__day--selected {\n border-radius: 50%;\n -webkit-transform: scale(0.9);\n transform: scale(0.9);\n background-color: #26a69a;\n color: #ffffff;\n}\n\n.picker__day--selected.picker__day--outfocus,\n.picker__day--selected:hover.picker__day--outfocus,\n.picker--focused .picker__day--selected.picker__day--outfocus {\n background-color: #a1ded8;\n}\n\n.picker__footer {\n text-align: right;\n padding: 5px 10px;\n}\n\n.picker__close, .picker__today, .picker__clear {\n font-size: 1.1rem;\n padding: 0 1rem;\n color: #26a69a;\n}\n\n.picker__clear {\n color: #f44336;\n float: left;\n}\n\n.picker__nav--prev:before,\n.picker__nav--next:before {\n content: \" \";\n border-top: .5em solid transparent;\n border-bottom: .5em solid transparent;\n border-right: 0.75em solid #676767;\n width: 0;\n height: 0;\n display: block;\n margin: 0 auto;\n}\n\n.picker__nav--next:before {\n border-right: 0;\n border-left: 0.75em solid #676767;\n}\n\nbutton.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {\n background-color: #a1ded8;\n}\n\n/* ==========================================================================\r\n $BASE-TIME-PICKER\r\n ========================================================================== */\n/**\r\n * The list of times.\r\n */\n.picker__list {\n list-style: none;\n padding: 0.75em 0 4.2em;\n margin: 0;\n}\n\n/**\r\n * The times on the clock.\r\n */\n.picker__list-item {\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n margin-bottom: -1px;\n position: relative;\n background: #fff;\n padding: .75em 1.25em;\n}\n\n@media (min-height: 46.75em) {\n .picker__list-item {\n padding: .5em 1em;\n }\n}\n\n/* Hovered time */\n.picker__list-item:hover {\n cursor: pointer;\n color: #000;\n background: #b1dcfb;\n border-color: #0089ec;\n z-index: 10;\n}\n\n/* Highlighted and hovered/focused time */\n.picker__list-item--highlighted {\n border-color: #0089ec;\n z-index: 10;\n}\n\n.picker__list-item--highlighted:hover,\n.picker--focused .picker__list-item--highlighted {\n cursor: pointer;\n color: #000;\n background: #b1dcfb;\n}\n\n/* Selected and hovered/focused time */\n.picker__list-item--selected,\n.picker__list-item--selected:hover,\n.picker--focused .picker__list-item--selected {\n background: #0089ec;\n color: #fff;\n z-index: 10;\n}\n\n/* Disabled time */\n.picker__list-item--disabled,\n.picker__list-item--disabled:hover,\n.picker--focused .picker__list-item--disabled {\n background: #f5f5f5;\n border-color: #f5f5f5;\n color: #ddd;\n cursor: default;\n border-color: #ddd;\n z-index: auto;\n}\n\n/**\r\n * The clear button\r\n */\n.picker--time .picker__button--clear {\n display: block;\n width: 80%;\n margin: 1em auto 0;\n padding: 1em 1.25em;\n background: none;\n border: 0;\n font-weight: 500;\n font-size: .67em;\n text-align: center;\n text-transform: uppercase;\n color: rgba(0, 0, 0, 0.87);\n}\n\n.picker--time .picker__button--clear:hover,\n.picker--time .picker__button--clear:focus {\n color: #000;\n background: #b1dcfb;\n background: #ee2200;\n border-color: #ee2200;\n cursor: pointer;\n color: #fff;\n outline: none;\n}\n\n.picker--time .picker__button--clear:before {\n top: -0.25em;\n color: rgba(0, 0, 0, 0.87);\n font-size: 1.25em;\n font-weight: bold;\n}\n\n.picker--time .picker__button--clear:hover:before,\n.picker--time .picker__button--clear:focus:before {\n color: #fff;\n}\n\n/* ==========================================================================\r\n $DEFAULT-TIME-PICKER\r\n ========================================================================== */\n/**\r\n * The frame the bounds the time picker.\r\n */\n.picker--time .picker__frame {\n min-width: 256px;\n max-width: 320px;\n}\n\n/**\r\n * The picker box.\r\n */\n.picker--time .picker__box {\n font-size: 1em;\n background: #f2f2f2;\n padding: 0;\n}\n\n@media (min-height: 40.125em) {\n .picker--time .picker__box {\n margin-bottom: 5em;\n }\n}\n\n/* ==========================================================================\r\n $DEFAULT-TIME-PICKER\r\n ========================================================================== */\n.clockpicker-display {\n font-size: 4rem;\n font-weight: bold;\n text-align: center;\n color: rgba(255, 255, 255, 0.6);\n font-weight: 400;\n clear: both;\n position: relative;\n}\n\n.clockpicker-span-am-pm {\n font-size: 1.3rem;\n position: absolute;\n right: 1rem;\n bottom: 0.3rem;\n line-height: 2rem;\n font-weight: 500;\n}\n\n@media only screen and (min-width: 601px) {\n .clockpicker-display {\n top: 32%;\n }\n .clockpicker-span-am-pm {\n position: relative;\n right: auto;\n bottom: auto;\n text-align: center;\n margin-top: 1.2rem;\n }\n}\n\n.text-primary {\n color: white;\n}\n\n.clockpicker-span-hours {\n margin-right: 3px;\n}\n\n.clockpicker-span-minutes {\n margin-left: 3px;\n}\n\n.clockpicker-span-hours,\n.clockpicker-span-minutes,\n.clockpicker-span-am-pm div {\n cursor: pointer;\n}\n\n.clockpicker-moving {\n cursor: move;\n}\n\n.clockpicker-plate {\n background-color: #eee;\n border-radius: 50%;\n width: 270px;\n height: 270px;\n overflow: visible;\n position: relative;\n margin: auto;\n margin-top: 25px;\n margin-bottom: 5px;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.clockpicker-canvas,\n.clockpicker-dial {\n width: 270px;\n height: 270px;\n position: absolute;\n left: -1px;\n top: -1px;\n}\n\n.clockpicker-minutes {\n visibility: hidden;\n}\n\n.clockpicker-tick {\n border-radius: 50%;\n color: rgba(0, 0, 0, 0.87);\n line-height: 40px;\n text-align: center;\n width: 40px;\n height: 40px;\n position: absolute;\n cursor: pointer;\n}\n\n.clockpicker-tick.active,\n.clockpicker-tick:hover {\n background-color: rgba(38, 166, 154, 0.25);\n}\n\n.clockpicker-dial {\n -webkit-transition: -webkit-transform 350ms, opacity 350ms;\n -webkit-transition: opacity 350ms, -webkit-transform 350ms;\n transition: opacity 350ms, -webkit-transform 350ms;\n transition: transform 350ms, opacity 350ms;\n transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;\n}\n\n.clockpicker-dial-out {\n opacity: 0;\n}\n\n.clockpicker-hours.clockpicker-dial-out {\n -webkit-transform: scale(1.2, 1.2);\n transform: scale(1.2, 1.2);\n}\n\n.clockpicker-minutes.clockpicker-dial-out {\n -webkit-transform: scale(0.8, 0.8);\n transform: scale(0.8, 0.8);\n}\n\n.clockpicker-canvas {\n -webkit-transition: opacity 175ms;\n transition: opacity 175ms;\n}\n\n.clockpicker-canvas-out {\n opacity: 0.25;\n}\n\n.clockpicker-canvas-bearing {\n stroke: none;\n fill: #26a69a;\n}\n\n.clockpicker-canvas-bg {\n stroke: none;\n fill: #26a69a;\n}\n\n.clockpicker-canvas-bg-trans {\n fill: #26a69a;\n}\n\n.clockpicker-canvas line {\n stroke: #26a69a;\n stroke-width: 4;\n stroke-linecap: round;\n /*shape-rendering: crispEdges;*/\n}\n","/* Base Reset\n-------------------------------------------------------------------- */\n\n.annotator-notice,\n.annotator-filter *,\n.annotator-widget * {\n\tfont-family: \"Helvetica Neue\", Arial, Helvetica, sans-serif;\n\tfont-weight: normal;\n\ttext-align: left;\n\tmargin: 0;\n\tpadding: 0;\n\tbackground: none;\n\t-webkit-transition: none;\n\t-moz-transition: none;\n\t-o-transition: none;\n\ttransition: none;\n\t-moz-box-shadow: none;\n\t-webkit-box-shadow: none;\n\t-o-box-shadow: none;\n\tbox-shadow: none;\n\tcolor: rgb(144, 144, 144);\n}\n\n/* Images\n-------------------------------------------------------------------- */\n\n.annotator-adder {\n\tbackground-image: url(../img/annotator-icon-sprite.png?embed);\n\tbackground-repeat: no-repeat;\n}\n\n.annotator-resize,\n.annotator-widget:after,\n.annotator-editor a:after,\n.annotator-viewer .annotator-controls button,\n.annotator-viewer .annotator-controls a,\n.annotator-filter .annotator-filter-navigation button:after,\n.annotator-filter .annotator-filter-property .annotator-filter-clear {\n\tbackground-image: url(../img/annotator-glyph-sprite.png?embed);\n\tbackground-repeat: no-repeat;\n}\n\n/* Annotator Highlight\n-------------------------------------------------------------------- */\n\n.annotator-hl {\n\tbackground: #FFFF0A;\n\tbackground: rgba(255, 255, 10, 0.3);\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFF0A, endColorstr=#4DFFFF0A)\"; /* 0.3 == 4D in MS filters */\n}\n\n.annotator-hl-temporary {\n\tbackground: #007CFF;\n\tbackground: rgba(0, 124, 255, 0.3);\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D007CFF, endColorstr=#4D007CFF)\"; /* 0.3 == 4D in MS filters */\n}\n\n/* Annotator Wrapper\n-------------------------------------------------------------------- */\n\n.annotator-wrapper {\n\tposition: relative;\n}\n\n/* NB: If you change the list of classes for which z-index is set,\n you should update setupDynamicStyle() in annotator.ui.main */\n.annotator-adder,\n.annotator-outer,\n.annotator-notice {\n\tz-index: 1020;\n}\n\n.annotator-filter {\n\tz-index: 1010;\n}\n\n.annotator-adder,\n.annotator-outer,\n.annotator-widget,\n.annotator-notice {\n\tposition: absolute;\n\tfont-size: 10px;\n\tline-height: 1;\n}\n\n.annotator-hide {\n\tdisplay: none;\n\tvisibility: hidden;\n}\n\n/* Annotator Adder\n-------------------------------------------------------------------- */\n\n.annotator-adder {\n\tmargin-top: -48px;\n\tmargin-left: -24px;\n\twidth: 48px;\n\theight: 48px;\n\tbackground-position: left top;\n}\n\n.annotator-adder:hover {\n\tbackground-position: center top;\n}\n\n.annotator-adder:active {\n\tbackground-position: center right;\n}\n\n.annotator-adder button {\n\tdisplay: block;\n\twidth: 36px;\n\theight: 41px;\n\tmargin: 0 auto;\n\tborder: none;\n\tbackground: none;\n\ttext-indent: -999em;\n\tcursor: pointer;\n}\n\n/* Annotator Widget\n \n This applies to both the Viewer and the Editor\n-------------------------------------------------------------------- */\n\n.annotator-outer {\n\twidth: 0;\n\theight: 0;\n}\n\n.annotator-widget {\n\tmargin: 0;\n\tpadding: 0;\n\tbottom: 15px;\n\tleft: -18px;\n\tmin-width: 265px;\n\tbackground-color: #FBFBFB;\n\tbackground-color: rgba(251, 251, 251, 0.98);\n\tborder: 1px solid #7A7A7A;\n\tborder: 1px solid rgba(122, 122, 122, 0.6);\n\t-webkit-border-radius: 5px;\n\t-moz-border-radius: 5px;\n\tborder-radius: 5px;\n\t-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n\t-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n\t-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n\tbox-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n}\n\n.annotator-invert-x .annotator-widget {\n\tleft: auto;\n\tright: -18px;\n}\n\n.annotator-invert-y .annotator-widget {\n\tbottom: auto;\n\ttop: 8px;\n}\n\n.annotator-widget strong {\n\tfont-weight: bold;\n}\n\n.annotator-widget .annotator-listing,\n.annotator-widget .annotator-item {\n\tpadding: 0;\n\tmargin: 0;\n\tlist-style: none;\n}\n\n.annotator-widget:after {\n\tcontent: \"\";\n\tdisplay: block;\n\twidth: 18px;\n\theight: 10px;\n\tbackground-position: 0 0;\n\tposition: absolute;\n\tbottom: -10px;\n\tleft: 8px;\n}\n\n.annotator-invert-x .annotator-widget:after {\n\tleft: auto;\n\tright: 8px;\n}\n\n.annotator-invert-y .annotator-widget:after {\n\tbackground-position: 0 -15px;\n\tbottom: auto;\n\ttop: -9px;\n}\n\n.annotator-widget .annotator-item,\n.annotator-editor .annotator-item input,\n.annotator-editor .annotator-item textarea {\n\tposition: relative;\n\tfont-size: 12px;\n}\n\n.annotator-viewer .annotator-item {\n\tborder-top: 2px solid #7A7A7A;\n\tborder-top: 2px solid rgba(122, 122, 122, 0.2);\n}\n\n.annotator-widget .annotator-item:first-child {\n\tborder-top: none;\n}\n\n.annotator-editor .annotator-item,\n.annotator-viewer div {\n\tborder-top: 1px solid #858585;\n\tborder-top: 1px solid rgba(133, 133, 133, 0.11);\n}\n\n/* Annotator Viewer\n-------------------------------------------------------------------- */\n\n.annotator-viewer div {\n\tpadding: 6px 6px;\n}\n\n.annotator-viewer .annotator-item ol,\n.annotator-viewer .annotator-item ul {\n\tpadding: 4px 16px;\n}\n\n.annotator-viewer .annotator-item li {\n}\n\n.annotator-viewer div:first-of-type,\n.annotator-editor .annotator-item:first-child textarea {\n\tpadding-top: 12px;\n\tpadding-bottom: 12px;\n\tcolor: rgb(60, 60, 60);\n\tfont-size: 13px;\n\tfont-style: italic;\n\tline-height: 1.3;\n\tborder-top: none;\n}\n\n.annotator-viewer .annotator-controls {\n\tposition: relative;\n\ttop: 5px;\n\tright: 5px;\n\tpadding-left: 5px;\n\topacity: 0;\n\t-webkit-transition: opacity 0.2s ease-in;\n\t-moz-transition: opacity 0.2s ease-in;\n\t-o-transition: opacity 0.2s ease-in;\n\ttransition: opacity 0.2s ease-in;\n\tfloat: right;\n}\n\n.annotator-viewer li:hover .annotator-controls,\n.annotator-viewer li .annotator-controls.annotator-visible {\n\topacity: 1;\n}\n\n.annotator-viewer .annotator-controls button,\n.annotator-viewer .annotator-controls a {\n\tcursor: pointer;\n\tdisplay: inline-block;\n\twidth: 13px;\n\theight: 13px;\n\tmargin-left: 2px;\n\tborder: none;\n\topacity: 0.2;\n\ttext-indent: -900em;\n\tbackground-color: transparent;\n\toutline: none;\n}\n\n.annotator-viewer .annotator-controls button:hover,\n.annotator-viewer .annotator-controls button:focus,\n.annotator-viewer .annotator-controls a:hover,\n.annotator-viewer .annotator-controls a:focus {\n\topacity: 0.9;\n}\n\n.annotator-viewer .annotator-controls button:active,\n.annotator-viewer .annotator-controls a:active {\n\topacity: 1;\n}\n\n.annotator-viewer .annotator-controls button[disabled] {\n\tdisplay: none;\n}\n\n.annotator-viewer .annotator-controls .annotator-edit {\n\tbackground-position: 0 -60px;\n}\n\n.annotator-viewer .annotator-controls .annotator-delete {\n\tbackground-position: 0 -75px;\n}\n\n.annotator-viewer .annotator-controls .annotator-link {\n\tbackground-position: 0 -270px;\n}\n\n/* Annotator Editor\n-------------------------------------------------------------------- */\n\n.annotator-editor .annotator-item {\n\tposition: relative;\n}\n\n.annotator-editor .annotator-item label {\n\ttop: 0;\n\tdisplay: inline;\n\tcursor: pointer;\n\tfont-size: 12px;\n}\n\n.annotator-editor .annotator-item input,\n.annotator-editor .annotator-item textarea {\n\tdisplay: block;\n\tmin-width: 100%;\n\tpadding: 10px 8px;\n\tborder: none;\n\tmargin: 0;\n\tcolor: rgb(60, 60, 60);\n\tbackground: none;\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\t-o-box-sizing: border-box;\n\tbox-sizing: border-box;\n\tresize: none;\n}\n\n.annotator-editor .annotator-item textarea::-webkit-scrollbar {\n\theight: 8px;\n\twidth: 8px;\n}\n\n.annotator-editor .annotator-item textarea::-webkit-scrollbar-track-piece {\n\tmargin: 13px 0 3px;\n\tbackground-color: #e5e5e5;\n\t-webkit-border-radius: 4px;\n}\n\n.annotator-editor .annotator-item textarea::-webkit-scrollbar-thumb:vertical {\n\theight: 25px;\n\tbackground-color: #ccc;\n\t-webkit-border-radius: 4px;\n\t-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);\n}\n\n.annotator-editor .annotator-item textarea::-webkit-scrollbar-thumb:horizontal {\n\twidth: 25px;\n\tbackground-color: #ccc;\n\t-webkit-border-radius: 4px;\n}\n\n.annotator-editor .annotator-item:first-child textarea {\n\tmin-height: 5.5em;\n\t-webkit-border-radius: 5px 5px 0 0;\n\t-moz-border-radius: 5px 5px 0 0;\n\t-o-border-radius: 5px 5px 0 0;\n\tborder-radius: 5px 5px 0 0;\n}\n\n.annotator-editor .annotator-item input:focus,\n.annotator-editor .annotator-item textarea:focus{\n\tbackground-color: rgb(243, 243, 243);\n\toutline: none;\n}\n\n.annotator-editor .annotator-item input[type=radio],\n.annotator-editor .annotator-item input[type=checkbox] {\n\twidth: auto;\n\tmin-width: 0;\n\tpadding: 0;\n\tdisplay: inline;\n\tmargin: 0 4px 0 0;\n\tcursor: pointer;\n}\n\n.annotator-editor .annotator-checkbox {\n\tpadding: 8px 6px;\n}\n\n.annotator-filter,\n.annotator-filter .annotator-filter-navigation button,\n.annotator-editor .annotator-controls {\n\ttext-align: right;\n\tpadding: 3px;\n\tborder-top: 1px solid rgb(212,212,212);\n\tbackground-color: rgb(212, 212, 212);\n\tbackground-image: -webkit-gradient(\n\t\tlinear, left top, left bottom,\n\t\tfrom(rgb(245, 245, 245)),\n\t\tcolor-stop(0.6, rgb(220, 220, 220)),\n\t\tto(rgb(210, 210, 210))\n\t);\n\tbackground-image: -moz-linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(220, 220, 220) 60%,\n\t rgb(210, 210, 210)\n\t);\n\tbackground-image: -webkit-linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(220, 220, 220) 60%,\n\t rgb(210, 210, 210)\n\t);\n\tbackground-image: linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(220, 220, 220) 60%,\n\t rgb(210, 210, 210)\n\t);\n\t-webkit-box-shadow: \n\t\tinset 1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset -1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset 0 1px 0 rgba(255, 255, 255, 0.7);\n\t-moz-box-shadow: \n\t\tinset 1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset -1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset 0 1px 0 rgba(255, 255, 255, 0.7);\n\t-o-box-shadow: \n\t\tinset 1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset -1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset 0 1px 0 rgba(255, 255, 255, 0.7);\n\tbox-shadow: \n\t\tinset 1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset -1px 0 0 rgba(255, 255, 255, 0.7),\n\t\tinset 0 1px 0 rgba(255, 255, 255, 0.7);\n\t-webkit-border-radius: 0 0 5px 5px;\n\t-moz-border-radius: 0 0 5px 5px;\n\t-o-border-radius: 0 0 5px 5px;\n\tborder-radius: 0 0 5px 5px;\n}\n\n.annotator-editor.annotator-invert-y .annotator-controls {\n\tborder-top: none;\n\tborder-bottom: 1px solid rgb(180, 180, 180);\n\t-webkit-border-radius: 5px 5px 0 0;\n\t-moz-border-radius: 5px 5px 0 0;\n\t-o-border-radius: 5px 5px 0 0;\n\tborder-radius: 5px 5px 0 0;\n}\n\n.annotator-editor a,\n.annotator-filter .annotator-filter-property label {\n\tposition: relative;\n\tdisplay: inline-block;\n\tpadding: 0 6px 0 22px;\n\tcolor: rgb(54, 54, 54);\n\ttext-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);\n\ttext-decoration: none;\n\tline-height: 24px;\n\tfont-size: 12px;\n\tfont-weight: bold;\n\tborder: 1px solid rgb(162, 162, 162);\n\tbackground-color: rgb(212, 212, 212);\n\tbackground-image: -webkit-gradient(\n\t\tlinear, left top, left bottom,\n\t\tfrom(rgb(245, 245, 245)),\n\t\tcolor-stop(0.5, rgb(210, 210, 210)),\n\t\tcolor-stop(0.5, rgb(190, 190, 190)),\n\t\tto(rgb(210, 210, 210))\n\t);\n\tbackground-image: -moz-linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(210, 210, 210) 50%,\n\t rgb(190, 190, 190) 50%,\n\t rgb(210, 210, 210)\n\t);\n\tbackground-image: -webkit-linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(210, 210, 210) 50%,\n\t rgb(190, 190, 190) 50%,\n\t rgb(210, 210, 210)\n\t);\n\tbackground-image: linear-gradient(\n\t to bottom,\n\t rgb(245, 245, 245),\n\t rgb(210, 210, 210) 50%,\n\t rgb(190, 190, 190) 50%,\n\t rgb(210, 210, 210)\n\t);\n\t-webkit-box-shadow: \n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-moz-box-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-o-box-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\tbox-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-webkit-border-radius: 5px;\n\t-moz-border-radius: 5px;\n\t-o-border-radius: 5px;\n\tborder-radius: 5px;\n}\n\n.annotator-editor a:after {\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 5px;\n\tdisplay: block;\n\tcontent: \"\";\n\twidth: 15px;\n\theight: 15px;\n\tmargin-top: -7px;\n\tbackground-position: 0 -90px;\n}\n\n.annotator-editor a:hover,\n.annotator-editor a:focus,\n.annotator-editor a.annotator-focus,\n.annotator-filter .annotator-filter-active label,\n.annotator-filter .annotator-filter-navigation button:hover {\n\toutline: none;\n\tborder-color: rgb(67, 90, 160);\n\tbackground-color: rgb(56, 101, 249);\n\tbackground-image: -webkit-gradient(\n\t\tlinear, left top, left bottom,\n\t\tfrom(rgb(118, 145, 251)),\n\t\tcolor-stop(0.5, rgb(80, 117, 251)),\n\t\tcolor-stop(0.5, rgb(56, 101, 249)),\n\t\tto(rgb(54, 101, 250))\n\t);\n\tbackground-image: -moz-linear-gradient(\n\t to bottom,\n\t rgb(118, 145, 251),\n\t rgb(80, 117, 251) 50%,\n\t rgb(56, 101, 249) 50%,\n\t rgb(54, 101, 250)\n\t);\n\tbackground-image: -webkit-linear-gradient(\n\t to bottom,\n\t rgb(118, 145, 251),\n\t rgb(80, 117, 251) 50%,\n\t rgb(56, 101, 249) 50%,\n\t rgb(54, 101, 250)\n\t);\n\tbackground-image: linear-gradient(\n\t to bottom,\n\t rgb(118, 145, 251),\n\t rgb(80, 117, 251) 50%,\n\t rgb(56, 101, 249) 50%,\n\t rgb(54, 101, 250)\n\t);\n\tcolor: rgb(255, 255, 255);\n\ttext-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42);\n}\n\n.annotator-editor a:hover:after,\n.annotator-editor a:focus:after {\n\tmargin-top: -8px;\n\tbackground-position: 0 -105px;\n}\n\n.annotator-editor a:active,\n.annotator-filter .annotator-filter-navigation button:active {\n\tborder-color: rgb(112, 12, 73);\n\tbackground-color: rgb(209, 46, 142);\n\tbackground-image: -webkit-gradient(\n\t\tlinear, left top, left bottom,\n\t\tfrom(rgb(252, 124, 202)),\n\t\tcolor-stop(0.5, rgb(232, 93, 178)),\n\t\tcolor-stop(0.5, rgb(209, 46, 142)),\n\t\tto(rgb(255, 0, 156))\n\t);\n\tbackground-image: -moz-linear-gradient(\n\t to bottom,\n\t rgb(252, 124, 202),\n\t rgb(232, 93, 178) 50%,\n\t rgb(209, 46, 142) 50%,\n\t rgb(255, 0, 156)\n\t);\n\tbackground-image: -webkit-linear-gradient(\n\t to bottom,\n\t rgb(252, 124, 202),\n\t rgb(232, 93, 178) 50%,\n\t rgb(209, 46, 142) 50%,\n\t rgb(255, 0, 156)\n\t);\n\tbackground-image: linear-gradient(\n\t to bottom,\n\t rgb(252, 124, 202),\n\t rgb(232, 93, 178) 50%,\n\t rgb(209, 46, 142) 50%,\n\t rgb(255, 0, 156)\n\t);\n}\n\n.annotator-editor a.annotator-save:after {\n\tbackground-position: 0 -120px;\n}\n\n.annotator-editor a.annotator-save:hover:after,\n.annotator-editor a.annotator-save:focus:after,\n.annotator-editor a.annotator-save.annotator-focus:after {\n\tmargin-top: -8px;\n\tbackground-position: 0 -135px;\n}\n\n.annotator-editor .annotator-widget:after {\n\tbackground-position: 0 -30px;\n}\n\n.annotator-editor.annotator-invert-y .annotator-widget .annotator-controls {\n\tbackground-color: #f2f2f2;\n}\n\n.annotator-editor.annotator-invert-y .annotator-widget:after {\n\tbackground-position: 0 -45px;\n\theight: 11px;\n}\n\n.annotator-resize {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\twidth: 12px;\n\theight: 12px;\n\tbackground-position: 2px -150px;\n}\n\n.annotator-invert-x .annotator-resize {\n\tright: auto;\n\tleft: 0;\n\tbackground-position: 0 -195px;\n}\n\n.annotator-invert-y .annotator-resize {\n\ttop: auto;\n\tbottom: 0;\n\tbackground-position: 2px -165px;\n}\n\n.annotator-invert-y.annotator-invert-x .annotator-resize {\n\tbackground-position: 0 -180px;\n}\n\n/* Annotator Notification\n-------------------------------------------------------------------- */\n\n.annotator-notice {\n\tcolor: #fff;\n\tposition: fixed;\n\ttop: -54px;\n\tleft: 0;\n\twidth: 100%;\n\tfont-size: 14px;\n\tline-height: 50px;\n\ttext-align: center;\n\tbackground: black;\n\tbackground: rgba(0, 0, 0, 0.9);\n\tborder-bottom: 4px solid #d4d4d4;\n\t-webkit-transition: top 0.4s ease-out;\n\t-moz-transition: top 0.4s ease-out;\n\t-o-transition: top 0.4s ease-out;\n\ttransition: top 0.4s ease-out;\n}\n\n.annotator-notice-success {\n\tborder-color: #3665f9;\n}\n\n.annotator-notice-error {\n\tborder-color: #ff7e00;\n}\n\n.annotator-notice p {\n\tmargin: 0;\n}\n\n.annotator-notice a {\n\tcolor: #fff;\n}\n\n.annotator-notice-show {\n\ttop: 0;\n}\n\n/* Annotator Tags\n-------------------------------------------------------------------- */\n\n.annotator-tags {\n\tmargin-bottom: -2px;\n}\n\n.annotator-tags .annotator-tag {\n\tdisplay: inline-block;\n\tpadding: 0 8px;\n\tmargin-bottom: 2px;\n\tline-height: 1.6;\n\tfont-weight: bold;\n\tbackground-color: rgb(230, 230, 230);\n\t-webkit-border-radius: 8px;\n\t-moz-border-radius: 8px;\n\t-o-border-radius: 8px;\n\tborder-radius: 8px;\n}\n\n/* Annotator Filter\n-------------------------------------------------------------------- */\n\n.annotator-filter {\n\tposition: fixed;\n\ttop: 0;\n\tright: 0;\n\tleft: 0;\n\ttext-align: left;\n\tline-height: 0;\n\tborder: none;\n\tborder-bottom: 1px solid #878787;\n\tpadding-left: 10px;\n\tpadding-right: 10px;\n\t-webkit-border-radius: 0;\n\t-moz-border-radius: 0;\n\t-o-border-radius: 0;\n\tborder-radius: 0;\n\t-webkit-box-shadow: \n\t\tinset 0 -1px 0 rgba(255, 255, 255, 0.3);\n\t-moz-box-shadow: \n\t\tinset 0 -1px 0 rgba(255, 255, 255, 0.3);\n\t-o-box-shadow: \n\t\tinset 0 -1px 0 rgba(255, 255, 255, 0.3);\n\tbox-shadow: \n\t\tinset 0 -1px 0 rgba(255, 255, 255, 0.3);\n}\n\n.annotator-filter strong {\n\tfont-size: 12px;\n\tfont-weight: bold;\n\tcolor: #3c3c3c;\n\ttext-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);\n\tposition: relative;\n\ttop: -9px;\n}\n\n\n.annotator-filter .annotator-filter-property,\n.annotator-filter .annotator-filter-navigation {\n\tposition: relative;\n\tdisplay: inline-block;\n\toverflow: hidden;\n\tline-height: 10px;\n\tpadding: 2px 0;\n\tmargin-right: 8px;\n}\n\n.annotator-filter .annotator-filter-property label,\n.annotator-filter .annotator-filter-navigation button {\n\ttext-align: left;\n\tdisplay: block;\n\tfloat: left;\n\tline-height: 20px;\n\t-webkit-border-radius: 10px 0 0 10px;\n\t-moz-border-radius: 10px 0 0 10px;\n\t-o-border-radius: 10px 0 0 10px;\n\tborder-radius: 10px 0 0 10px;\n}\n\n.annotator-filter .annotator-filter-property label {\n\tpadding-left: 8px;\n}\n\n.annotator-filter .annotator-filter-property input {\n\tdisplay: block;\n\tfloat: right;\n\t-webkit-appearance: none;\n\tbackground-color: #fff;\n\tborder: 1px solid #878787;\n\tborder-left: none;\n\tpadding: 2px 4px;\n\tline-height: 16px;\n\tmin-height: 16px;\n\tfont-size: 12px;\n\twidth: 150px;\n\tcolor: #333;\n\tbackground-color: #f8f8f8;\n\t-webkit-border-radius: 0 10px 10px 0;\n\t-moz-border-radius: 0 10px 10px 0;\n\t-o-border-radius: 0 10px 10px 0;\n\tborder-radius: 0 10px 10px 0;\n\t-webkit-box-shadow: \n\t\tinset 0 1px 1px rgba(0, 0, 0, 0.2);\n\t-moz-box-shadow: \n\t\tinset 0 1px 1px rgba(0, 0, 0, 0.2);\n\t-o-box-shadow: \n\t\tinset 0 1px 1px rgba(0, 0, 0, 0.2);\n\tbox-shadow: \n\t\tinset 0 1px 1px rgba(0, 0, 0, 0.2);\n\t\n}\n\n.annotator-filter .annotator-filter-property input:focus {\n\toutline: none;\n\tbackground-color: #fff;\n}\n\n.annotator-filter .annotator-filter-clear {\n\tposition: absolute;\n\tright: 3px;\n\ttop: 6px;\n\tborder: none;\n\ttext-indent: -900em;\n\twidth: 15px;\n\theight: 15px;\n\tbackground-position: 0 -90px;\n\topacity: 0.4;\n}\n\n.annotator-filter .annotator-filter-clear:hover,\n.annotator-filter .annotator-filter-clear:focus {\n\topacity: 0.8;\n}\n\n.annotator-filter .annotator-filter-clear:active {\n\topacity: 1;\n}\n\n.annotator-filter .annotator-filter-navigation button {\n\tborder: 1px solid rgb(162, 162, 162);\n\tpadding: 0;\n\ttext-indent: -900px;\n\twidth: 20px;\n\tmin-height: 22px;\n\t-webkit-box-shadow: \n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-moz-box-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\t-o-box-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n\tbox-shadow:\n\t\tinset 0 0 5px rgba(255, 255, 255, 0.2),\n\t\tinset 0 0 1px rgba(255, 255, 255, 0.8);\n}\n\n.annotator-filter .annotator-filter-navigation button,\n.annotator-filter .annotator-filter-navigation button:hover,\n.annotator-filter .annotator-filter-navigation button:focus {\n\tcolor: transparent;\n}\n\n.annotator-filter .annotator-filter-navigation button:after {\n\tposition: absolute;\n\ttop: 8px;\n\tleft: 8px;\n\tcontent: \"\";\n\tdisplay: block;\n\twidth: 9px;\n\theight: 9px;\n\tbackground-position: 0 -210px;\n}\n\n.annotator-filter .annotator-filter-navigation button:hover:after {\n\tbackground-position: 0 -225px;\n}\n\n.annotator-filter .annotator-filter-navigation .annotator-filter-next {\n\t-webkit-border-radius: 0 10px 10px 0;\n\t-moz-border-radius: 0 10px 10px 0;\n\t-o-border-radius: 0 10px 10px 0;\n\tborder-radius: 0 10px 10px 0;\n\tborder-left: none;\n}\n\n.annotator-filter .annotator-filter-navigation .annotator-filter-next:after {\n\tleft: auto;\n\tright: 7px;\n\tbackground-position: 0 -240px;\n}\n\n.annotator-filter .annotator-filter-navigation .annotator-filter-next:hover:after {\n\tbackground-position: 0 -255px;\n}\n\n.annotator-hl-active {\n\tbackground: #FFFF0A;\n\tbackground: rgba(255, 255, 10, 0.8);\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFF0A, endColorstr=#CCFFFF0A)\"; /* 0.8 == CC in MS filters */\n}\n\n.annotator-hl-filtered {\n\tbackground-color: transparent;\n}\n","@charset \"UTF-8\";\n@font-face {\n font-family: 'Material Icons';\n font-style: normal;\n font-weight: 400;\n font-display: block;\n src: url(\"./fonts/MaterialIcons-Regular.eot\");\n /* For IE6-8 */\n src: local(\"☺\"), url(\"./fonts/MaterialIcons-Regular.woff2\") format(\"woff2\"), url(\"./fonts/MaterialIcons-Regular.woff\") format(\"woff\"), url(\"./fonts/MaterialIcons-Regular.ttf\") format(\"truetype\"); }\n\n.material-icons {\n font-family: 'Material Icons';\n font-weight: normal;\n font-style: normal;\n font-size: 24px;\n /* 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 /* Respect document layout direction */\n direction: inherit;\n /* Support for all WebKit browsers. */\n -webkit-font-smoothing: antialiased;\n /* Support for Safari and Chrome. */\n text-rendering: optimizeLegibility;\n /* Support for Firefox. */\n -moz-osx-font-smoothing: grayscale;\n /* Support for IE. */\n font-feature-settings: 'liga'; }\n .material-icons._10k:before {\n content: \"\\e951\"; }\n .material-icons._10mp:before {\n content: \"\\e952\"; }\n .material-icons._11mp:before {\n content: \"\\e953\"; }\n .material-icons._123:before {\n content: \"\\eb8d\"; }\n .material-icons._12mp:before {\n content: \"\\e954\"; }\n .material-icons._13mp:before {\n content: \"\\e955\"; }\n .material-icons._14mp:before {\n content: \"\\e956\"; }\n .material-icons._15mp:before {\n content: \"\\e957\"; }\n .material-icons._16mp:before {\n content: \"\\e958\"; }\n .material-icons._17mp:before {\n content: \"\\e959\"; }\n .material-icons._18_up_rating:before {\n content: \"\\f8fd\"; }\n .material-icons._18mp:before {\n content: \"\\e95a\"; }\n .material-icons._19mp:before {\n content: \"\\e95b\"; }\n .material-icons._1k:before {\n content: \"\\e95c\"; }\n .material-icons._1k_plus:before {\n content: \"\\e95d\"; }\n .material-icons._1x_mobiledata:before {\n content: \"\\efcd\"; }\n .material-icons._20mp:before {\n content: \"\\e95e\"; }\n .material-icons._21mp:before {\n content: \"\\e95f\"; }\n .material-icons._22mp:before {\n content: \"\\e960\"; }\n .material-icons._23mp:before {\n content: \"\\e961\"; }\n .material-icons._24mp:before {\n content: \"\\e962\"; }\n .material-icons._2k:before {\n content: \"\\e963\"; }\n .material-icons._2k_plus:before {\n content: \"\\e964\"; }\n .material-icons._2mp:before {\n content: \"\\e965\"; }\n .material-icons._30fps:before {\n content: \"\\efce\"; }\n .material-icons._30fps_select:before {\n content: \"\\efcf\"; }\n .material-icons._360:before {\n content: \"\\e577\"; }\n .material-icons._3d_rotation:before {\n content: \"\\e84d\"; }\n .material-icons._3g_mobiledata:before {\n content: \"\\efd0\"; }\n .material-icons._3k:before {\n content: \"\\e966\"; }\n .material-icons._3k_plus:before {\n content: \"\\e967\"; }\n .material-icons._3mp:before {\n content: \"\\e968\"; }\n .material-icons._3p:before {\n content: \"\\efd1\"; }\n .material-icons._4g_mobiledata:before {\n content: \"\\efd2\"; }\n .material-icons._4g_plus_mobiledata:before {\n content: \"\\efd3\"; }\n .material-icons._4k:before {\n content: \"\\e072\"; }\n .material-icons._4k_plus:before {\n content: \"\\e969\"; }\n .material-icons._4mp:before {\n content: \"\\e96a\"; }\n .material-icons._5g:before {\n content: \"\\ef38\"; }\n .material-icons._5k:before {\n content: \"\\e96b\"; }\n .material-icons._5k_plus:before {\n content: \"\\e96c\"; }\n .material-icons._5mp:before {\n content: \"\\e96d\"; }\n .material-icons._60fps:before {\n content: \"\\efd4\"; }\n .material-icons._60fps_select:before {\n content: \"\\efd5\"; }\n .material-icons._6_ft_apart:before {\n content: \"\\f21e\"; }\n .material-icons._6k:before {\n content: \"\\e96e\"; }\n .material-icons._6k_plus:before {\n content: \"\\e96f\"; }\n .material-icons._6mp:before {\n content: \"\\e970\"; }\n .material-icons._7k:before {\n content: \"\\e971\"; }\n .material-icons._7k_plus:before {\n content: \"\\e972\"; }\n .material-icons._7mp:before {\n content: \"\\e973\"; }\n .material-icons._8k:before {\n content: \"\\e974\"; }\n .material-icons._8k_plus:before {\n content: \"\\e975\"; }\n .material-icons._8mp:before {\n content: \"\\e976\"; }\n .material-icons._9k:before {\n content: \"\\e977\"; }\n .material-icons._9k_plus:before {\n content: \"\\e978\"; }\n .material-icons._9mp:before {\n content: \"\\e979\"; }\n .material-icons.abc:before {\n content: \"\\eb94\"; }\n .material-icons.ac_unit:before {\n content: \"\\eb3b\"; }\n .material-icons.access_alarm:before {\n content: \"\\e190\"; }\n .material-icons.access_alarms:before {\n content: \"\\e191\"; }\n .material-icons.access_time:before {\n content: \"\\e192\"; }\n .material-icons.access_time_filled:before {\n content: \"\\efd6\"; }\n .material-icons.accessibility:before {\n content: \"\\e84e\"; }\n .material-icons.accessibility_new:before {\n content: \"\\e92c\"; }\n .material-icons.accessible:before {\n content: \"\\e914\"; }\n .material-icons.accessible_forward:before {\n content: \"\\e934\"; }\n .material-icons.account_balance:before {\n content: \"\\e84f\"; }\n .material-icons.account_balance_wallet:before {\n content: \"\\e850\"; }\n .material-icons.account_box:before {\n content: \"\\e851\"; }\n .material-icons.account_circle:before {\n content: \"\\e853\"; }\n .material-icons.account_tree:before {\n content: \"\\e97a\"; }\n .material-icons.ad_units:before {\n content: \"\\ef39\"; }\n .material-icons.adb:before {\n content: \"\\e60e\"; }\n .material-icons.add:before {\n content: \"\\e145\"; }\n .material-icons.add_a_photo:before {\n content: \"\\e439\"; }\n .material-icons.add_alarm:before {\n content: \"\\e193\"; }\n .material-icons.add_alert:before {\n content: \"\\e003\"; }\n .material-icons.add_box:before {\n content: \"\\e146\"; }\n .material-icons.add_business:before {\n content: \"\\e729\"; }\n .material-icons.add_call:before {\n content: \"\\e0e8\"; }\n .material-icons.add_card:before {\n content: \"\\eb86\"; }\n .material-icons.add_chart:before {\n content: \"\\e97b\"; }\n .material-icons.add_circle:before {\n content: \"\\e147\"; }\n .material-icons.add_circle_outline:before {\n content: \"\\e148\"; }\n .material-icons.add_comment:before {\n content: \"\\e266\"; }\n .material-icons.add_home:before {\n content: \"\\f8eb\"; }\n .material-icons.add_home_work:before {\n content: \"\\f8ed\"; }\n .material-icons.add_ic_call:before {\n content: \"\\e97c\"; }\n .material-icons.add_link:before {\n content: \"\\e178\"; }\n .material-icons.add_location:before {\n content: \"\\e567\"; }\n .material-icons.add_location_alt:before {\n content: \"\\ef3a\"; }\n .material-icons.add_moderator:before {\n content: \"\\e97d\"; }\n .material-icons.add_photo_alternate:before {\n content: \"\\e43e\"; }\n .material-icons.add_reaction:before {\n content: \"\\e1d3\"; }\n .material-icons.add_road:before {\n content: \"\\ef3b\"; }\n .material-icons.add_shopping_cart:before {\n content: \"\\e854\"; }\n .material-icons.add_task:before {\n content: \"\\f23a\"; }\n .material-icons.add_to_drive:before {\n content: \"\\e65c\"; }\n .material-icons.add_to_home_screen:before {\n content: \"\\e1fe\"; }\n .material-icons.add_to_photos:before {\n content: \"\\e39d\"; }\n .material-icons.add_to_queue:before {\n content: \"\\e05c\"; }\n .material-icons.addchart:before {\n content: \"\\ef3c\"; }\n .material-icons.adf_scanner:before {\n content: \"\\eada\"; }\n .material-icons.adjust:before {\n content: \"\\e39e\"; }\n .material-icons.admin_panel_settings:before {\n content: \"\\ef3d\"; }\n .material-icons.adobe:before {\n content: \"\\ea96\"; }\n .material-icons.ads_click:before {\n content: \"\\e762\"; }\n .material-icons.agriculture:before {\n content: \"\\ea79\"; }\n .material-icons.air:before {\n content: \"\\efd8\"; }\n .material-icons.airline_seat_flat:before {\n content: \"\\e630\"; }\n .material-icons.airline_seat_flat_angled:before {\n content: \"\\e631\"; }\n .material-icons.airline_seat_individual_suite:before {\n content: \"\\e632\"; }\n .material-icons.airline_seat_legroom_extra:before {\n content: \"\\e633\"; }\n .material-icons.airline_seat_legroom_normal:before {\n content: \"\\e634\"; }\n .material-icons.airline_seat_legroom_reduced:before {\n content: \"\\e635\"; }\n .material-icons.airline_seat_recline_extra:before {\n content: \"\\e636\"; }\n .material-icons.airline_seat_recline_normal:before {\n content: \"\\e637\"; }\n .material-icons.airline_stops:before {\n content: \"\\e7d0\"; }\n .material-icons.airlines:before {\n content: \"\\e7ca\"; }\n .material-icons.airplane_ticket:before {\n content: \"\\efd9\"; }\n .material-icons.airplanemode_active:before {\n content: \"\\e195\"; }\n .material-icons.airplanemode_inactive:before {\n content: \"\\e194\"; }\n .material-icons.airplanemode_off:before {\n content: \"\\e194\"; }\n .material-icons.airplanemode_on:before {\n content: \"\\e195\"; }\n .material-icons.airplay:before {\n content: \"\\e055\"; }\n .material-icons.airport_shuttle:before {\n content: \"\\eb3c\"; }\n .material-icons.alarm:before {\n content: \"\\e855\"; }\n .material-icons.alarm_add:before {\n content: \"\\e856\"; }\n .material-icons.alarm_off:before {\n content: \"\\e857\"; }\n .material-icons.alarm_on:before {\n content: \"\\e858\"; }\n .material-icons.album:before {\n content: \"\\e019\"; }\n .material-icons.align_horizontal_center:before {\n content: \"\\e00f\"; }\n .material-icons.align_horizontal_left:before {\n content: \"\\e00d\"; }\n .material-icons.align_horizontal_right:before {\n content: \"\\e010\"; }\n .material-icons.align_vertical_bottom:before {\n content: \"\\e015\"; }\n .material-icons.align_vertical_center:before {\n content: \"\\e011\"; }\n .material-icons.align_vertical_top:before {\n content: \"\\e00c\"; }\n .material-icons.all_inbox:before {\n content: \"\\e97f\"; }\n .material-icons.all_inclusive:before {\n content: \"\\eb3d\"; }\n .material-icons.all_out:before {\n content: \"\\e90b\"; }\n .material-icons.alt_route:before {\n content: \"\\f184\"; }\n .material-icons.alternate_email:before {\n content: \"\\e0e6\"; }\n .material-icons.amp_stories:before {\n content: \"\\ea13\"; }\n .material-icons.analytics:before {\n content: \"\\ef3e\"; }\n .material-icons.anchor:before {\n content: \"\\f1cd\"; }\n .material-icons.android:before {\n content: \"\\e859\"; }\n .material-icons.animation:before {\n content: \"\\e71c\"; }\n .material-icons.announcement:before {\n content: \"\\e85a\"; }\n .material-icons.aod:before {\n content: \"\\efda\"; }\n .material-icons.apartment:before {\n content: \"\\ea40\"; }\n .material-icons.api:before {\n content: \"\\f1b7\"; }\n .material-icons.app_blocking:before {\n content: \"\\ef3f\"; }\n .material-icons.app_registration:before {\n content: \"\\ef40\"; }\n .material-icons.app_settings_alt:before {\n content: \"\\ef41\"; }\n .material-icons.app_shortcut:before {\n content: \"\\eae4\"; }\n .material-icons.apple:before {\n content: \"\\ea80\"; }\n .material-icons.approval:before {\n content: \"\\e982\"; }\n .material-icons.apps:before {\n content: \"\\e5c3\"; }\n .material-icons.apps_outage:before {\n content: \"\\e7cc\"; }\n .material-icons.architecture:before {\n content: \"\\ea3b\"; }\n .material-icons.archive:before {\n content: \"\\e149\"; }\n .material-icons.area_chart:before {\n content: \"\\e770\"; }\n .material-icons.arrow_back:before {\n content: \"\\e5c4\"; }\n .material-icons.arrow_back_ios:before {\n content: \"\\e5e0\"; }\n .material-icons.arrow_back_ios_new:before {\n content: \"\\e2ea\"; }\n .material-icons.arrow_circle_down:before {\n content: \"\\f181\"; }\n .material-icons.arrow_circle_left:before {\n content: \"\\eaa7\"; }\n .material-icons.arrow_circle_right:before {\n content: \"\\eaaa\"; }\n .material-icons.arrow_circle_up:before {\n content: \"\\f182\"; }\n .material-icons.arrow_downward:before {\n content: \"\\e5db\"; }\n .material-icons.arrow_drop_down:before {\n content: \"\\e5c5\"; }\n .material-icons.arrow_drop_down_circle:before {\n content: \"\\e5c6\"; }\n .material-icons.arrow_drop_up:before {\n content: \"\\e5c7\"; }\n .material-icons.arrow_forward:before {\n content: \"\\e5c8\"; }\n .material-icons.arrow_forward_ios:before {\n content: \"\\e5e1\"; }\n .material-icons.arrow_left:before {\n content: \"\\e5de\"; }\n .material-icons.arrow_right:before {\n content: \"\\e5df\"; }\n .material-icons.arrow_right_alt:before {\n content: \"\\e941\"; }\n .material-icons.arrow_upward:before {\n content: \"\\e5d8\"; }\n .material-icons.art_track:before {\n content: \"\\e060\"; }\n .material-icons.article:before {\n content: \"\\ef42\"; }\n .material-icons.aspect_ratio:before {\n content: \"\\e85b\"; }\n .material-icons.assessment:before {\n content: \"\\e85c\"; }\n .material-icons.assignment:before {\n content: \"\\e85d\"; }\n .material-icons.assignment_ind:before {\n content: \"\\e85e\"; }\n .material-icons.assignment_late:before {\n content: \"\\e85f\"; }\n .material-icons.assignment_return:before {\n content: \"\\e860\"; }\n .material-icons.assignment_returned:before {\n content: \"\\e861\"; }\n .material-icons.assignment_turned_in:before {\n content: \"\\e862\"; }\n .material-icons.assistant:before {\n content: \"\\e39f\"; }\n .material-icons.assistant_direction:before {\n content: \"\\e988\"; }\n .material-icons.assistant_navigation:before {\n content: \"\\e989\"; }\n .material-icons.assistant_photo:before {\n content: \"\\e3a0\"; }\n .material-icons.assured_workload:before {\n content: \"\\eb6f\"; }\n .material-icons.atm:before {\n content: \"\\e573\"; }\n .material-icons.attach_email:before {\n content: \"\\ea5e\"; }\n .material-icons.attach_file:before {\n content: \"\\e226\"; }\n .material-icons.attach_money:before {\n content: \"\\e227\"; }\n .material-icons.attachment:before {\n content: \"\\e2bc\"; }\n .material-icons.attractions:before {\n content: \"\\ea52\"; }\n .material-icons.attribution:before {\n content: \"\\efdb\"; }\n .material-icons.audio_file:before {\n content: \"\\eb82\"; }\n .material-icons.audiotrack:before {\n content: \"\\e3a1\"; }\n .material-icons.auto_awesome:before {\n content: \"\\e65f\"; }\n .material-icons.auto_awesome_mosaic:before {\n content: \"\\e660\"; }\n .material-icons.auto_awesome_motion:before {\n content: \"\\e661\"; }\n .material-icons.auto_delete:before {\n content: \"\\ea4c\"; }\n .material-icons.auto_fix_high:before {\n content: \"\\e663\"; }\n .material-icons.auto_fix_normal:before {\n content: \"\\e664\"; }\n .material-icons.auto_fix_off:before {\n content: \"\\e665\"; }\n .material-icons.auto_graph:before {\n content: \"\\e4fb\"; }\n .material-icons.auto_mode:before {\n content: \"\\ec20\"; }\n .material-icons.auto_stories:before {\n content: \"\\e666\"; }\n .material-icons.autofps_select:before {\n content: \"\\efdc\"; }\n .material-icons.autorenew:before {\n content: \"\\e863\"; }\n .material-icons.av_timer:before {\n content: \"\\e01b\"; }\n .material-icons.baby_changing_station:before {\n content: \"\\f19b\"; }\n .material-icons.back_hand:before {\n content: \"\\e764\"; }\n .material-icons.backpack:before {\n content: \"\\f19c\"; }\n .material-icons.backspace:before {\n content: \"\\e14a\"; }\n .material-icons.backup:before {\n content: \"\\e864\"; }\n .material-icons.backup_table:before {\n content: \"\\ef43\"; }\n .material-icons.badge:before {\n content: \"\\ea67\"; }\n .material-icons.bakery_dining:before {\n content: \"\\ea53\"; }\n .material-icons.balance:before {\n content: \"\\eaf6\"; }\n .material-icons.balcony:before {\n content: \"\\e58f\"; }\n .material-icons.ballot:before {\n content: \"\\e172\"; }\n .material-icons.bar_chart:before {\n content: \"\\e26b\"; }\n .material-icons.batch_prediction:before {\n content: \"\\f0f5\"; }\n .material-icons.bathroom:before {\n content: \"\\efdd\"; }\n .material-icons.bathtub:before {\n content: \"\\ea41\"; }\n .material-icons.battery_0_bar:before {\n content: \"\\ebdc\"; }\n .material-icons.battery_1_bar:before {\n content: \"\\ebd9\"; }\n .material-icons.battery_2_bar:before {\n content: \"\\ebe0\"; }\n .material-icons.battery_3_bar:before {\n content: \"\\ebdd\"; }\n .material-icons.battery_4_bar:before {\n content: \"\\ebe2\"; }\n .material-icons.battery_5_bar:before {\n content: \"\\ebd4\"; }\n .material-icons.battery_6_bar:before {\n content: \"\\ebd2\"; }\n .material-icons.battery_alert:before {\n content: \"\\e19c\"; }\n .material-icons.battery_charging_full:before {\n content: \"\\e1a3\"; }\n .material-icons.battery_full:before {\n content: \"\\e1a4\"; }\n .material-icons.battery_saver:before {\n content: \"\\efde\"; }\n .material-icons.battery_std:before {\n content: \"\\e1a5\"; }\n .material-icons.battery_unknown:before {\n content: \"\\e1a6\"; }\n .material-icons.beach_access:before {\n content: \"\\eb3e\"; }\n .material-icons.bed:before {\n content: \"\\efdf\"; }\n .material-icons.bedroom_baby:before {\n content: \"\\efe0\"; }\n .material-icons.bedroom_child:before {\n content: \"\\efe1\"; }\n .material-icons.bedroom_parent:before {\n content: \"\\efe2\"; }\n .material-icons.bedtime:before {\n content: \"\\ef44\"; }\n .material-icons.bedtime_off:before {\n content: \"\\eb76\"; }\n .material-icons.beenhere:before {\n content: \"\\e52d\"; }\n .material-icons.bento:before {\n content: \"\\f1f4\"; }\n .material-icons.bike_scooter:before {\n content: \"\\ef45\"; }\n .material-icons.biotech:before {\n content: \"\\ea3a\"; }\n .material-icons.blender:before {\n content: \"\\efe3\"; }\n .material-icons.blinds:before {\n content: \"\\e286\"; }\n .material-icons.blinds_closed:before {\n content: \"\\ec1f\"; }\n .material-icons.block:before {\n content: \"\\e14b\"; }\n .material-icons.block_flipped:before {\n content: \"\\ef46\"; }\n .material-icons.bloodtype:before {\n content: \"\\efe4\"; }\n .material-icons.bluetooth:before {\n content: \"\\e1a7\"; }\n .material-icons.bluetooth_audio:before {\n content: \"\\e60f\"; }\n .material-icons.bluetooth_connected:before {\n content: \"\\e1a8\"; }\n .material-icons.bluetooth_disabled:before {\n content: \"\\e1a9\"; }\n .material-icons.bluetooth_drive:before {\n content: \"\\efe5\"; }\n .material-icons.bluetooth_searching:before {\n content: \"\\e1aa\"; }\n .material-icons.blur_circular:before {\n content: \"\\e3a2\"; }\n .material-icons.blur_linear:before {\n content: \"\\e3a3\"; }\n .material-icons.blur_off:before {\n content: \"\\e3a4\"; }\n .material-icons.blur_on:before {\n content: \"\\e3a5\"; }\n .material-icons.bolt:before {\n content: \"\\ea0b\"; }\n .material-icons.book:before {\n content: \"\\e865\"; }\n .material-icons.book_online:before {\n content: \"\\f217\"; }\n .material-icons.bookmark:before {\n content: \"\\e866\"; }\n .material-icons.bookmark_add:before {\n content: \"\\e598\"; }\n .material-icons.bookmark_added:before {\n content: \"\\e599\"; }\n .material-icons.bookmark_border:before {\n content: \"\\e867\"; }\n .material-icons.bookmark_outline:before {\n content: \"\\e867\"; }\n .material-icons.bookmark_remove:before {\n content: \"\\e59a\"; }\n .material-icons.bookmarks:before {\n content: \"\\e98b\"; }\n .material-icons.border_all:before {\n content: \"\\e228\"; }\n .material-icons.border_bottom:before {\n content: \"\\e229\"; }\n .material-icons.border_clear:before {\n content: \"\\e22a\"; }\n .material-icons.border_color:before {\n content: \"\\e22b\"; }\n .material-icons.border_horizontal:before {\n content: \"\\e22c\"; }\n .material-icons.border_inner:before {\n content: \"\\e22d\"; }\n .material-icons.border_left:before {\n content: \"\\e22e\"; }\n .material-icons.border_outer:before {\n content: \"\\e22f\"; }\n .material-icons.border_right:before {\n content: \"\\e230\"; }\n .material-icons.border_style:before {\n content: \"\\e231\"; }\n .material-icons.border_top:before {\n content: \"\\e232\"; }\n .material-icons.border_vertical:before {\n content: \"\\e233\"; }\n .material-icons.boy:before {\n content: \"\\eb67\"; }\n .material-icons.branding_watermark:before {\n content: \"\\e06b\"; }\n .material-icons.breakfast_dining:before {\n content: \"\\ea54\"; }\n .material-icons.brightness_1:before {\n content: \"\\e3a6\"; }\n .material-icons.brightness_2:before {\n content: \"\\e3a7\"; }\n .material-icons.brightness_3:before {\n content: \"\\e3a8\"; }\n .material-icons.brightness_4:before {\n content: \"\\e3a9\"; }\n .material-icons.brightness_5:before {\n content: \"\\e3aa\"; }\n .material-icons.brightness_6:before {\n content: \"\\e3ab\"; }\n .material-icons.brightness_7:before {\n content: \"\\e3ac\"; }\n .material-icons.brightness_auto:before {\n content: \"\\e1ab\"; }\n .material-icons.brightness_high:before {\n content: \"\\e1ac\"; }\n .material-icons.brightness_low:before {\n content: \"\\e1ad\"; }\n .material-icons.brightness_medium:before {\n content: \"\\e1ae\"; }\n .material-icons.broadcast_on_home:before {\n content: \"\\f8f8\"; }\n .material-icons.broadcast_on_personal:before {\n content: \"\\f8f9\"; }\n .material-icons.broken_image:before {\n content: \"\\e3ad\"; }\n .material-icons.browse_gallery:before {\n content: \"\\ebd1\"; }\n .material-icons.browser_not_supported:before {\n content: \"\\ef47\"; }\n .material-icons.browser_updated:before {\n content: \"\\e7cf\"; }\n .material-icons.brunch_dining:before {\n content: \"\\ea73\"; }\n .material-icons.brush:before {\n content: \"\\e3ae\"; }\n .material-icons.bubble_chart:before {\n content: \"\\e6dd\"; }\n .material-icons.bug_report:before {\n content: \"\\e868\"; }\n .material-icons.build:before {\n content: \"\\e869\"; }\n .material-icons.build_circle:before {\n content: \"\\ef48\"; }\n .material-icons.bungalow:before {\n content: \"\\e591\"; }\n .material-icons.burst_mode:before {\n content: \"\\e43c\"; }\n .material-icons.bus_alert:before {\n content: \"\\e98f\"; }\n .material-icons.business:before {\n content: \"\\e0af\"; }\n .material-icons.business_center:before {\n content: \"\\eb3f\"; }\n .material-icons.cabin:before {\n content: \"\\e589\"; }\n .material-icons.cable:before {\n content: \"\\efe6\"; }\n .material-icons.cached:before {\n content: \"\\e86a\"; }\n .material-icons.cake:before {\n content: \"\\e7e9\"; }\n .material-icons.calculate:before {\n content: \"\\ea5f\"; }\n .material-icons.calendar_month:before {\n content: \"\\ebcc\"; }\n .material-icons.calendar_today:before {\n content: \"\\e935\"; }\n .material-icons.calendar_view_day:before {\n content: \"\\e936\"; }\n .material-icons.calendar_view_month:before {\n content: \"\\efe7\"; }\n .material-icons.calendar_view_week:before {\n content: \"\\efe8\"; }\n .material-icons.call:before {\n content: \"\\e0b0\"; }\n .material-icons.call_end:before {\n content: \"\\e0b1\"; }\n .material-icons.call_made:before {\n content: \"\\e0b2\"; }\n .material-icons.call_merge:before {\n content: \"\\e0b3\"; }\n .material-icons.call_missed:before {\n content: \"\\e0b4\"; }\n .material-icons.call_missed_outgoing:before {\n content: \"\\e0e4\"; }\n .material-icons.call_received:before {\n content: \"\\e0b5\"; }\n .material-icons.call_split:before {\n content: \"\\e0b6\"; }\n .material-icons.call_to_action:before {\n content: \"\\e06c\"; }\n .material-icons.camera:before {\n content: \"\\e3af\"; }\n .material-icons.camera_alt:before {\n content: \"\\e3b0\"; }\n .material-icons.camera_enhance:before {\n content: \"\\e8fc\"; }\n .material-icons.camera_front:before {\n content: \"\\e3b1\"; }\n .material-icons.camera_indoor:before {\n content: \"\\efe9\"; }\n .material-icons.camera_outdoor:before {\n content: \"\\efea\"; }\n .material-icons.camera_rear:before {\n content: \"\\e3b2\"; }\n .material-icons.camera_roll:before {\n content: \"\\e3b3\"; }\n .material-icons.cameraswitch:before {\n content: \"\\efeb\"; }\n .material-icons.campaign:before {\n content: \"\\ef49\"; }\n .material-icons.cancel:before {\n content: \"\\e5c9\"; }\n .material-icons.cancel_presentation:before {\n content: \"\\e0e9\"; }\n .material-icons.cancel_schedule_send:before {\n content: \"\\ea39\"; }\n .material-icons.candlestick_chart:before {\n content: \"\\ead4\"; }\n .material-icons.car_crash:before {\n content: \"\\ebf2\"; }\n .material-icons.car_rental:before {\n content: \"\\ea55\"; }\n .material-icons.car_repair:before {\n content: \"\\ea56\"; }\n .material-icons.card_giftcard:before {\n content: \"\\e8f6\"; }\n .material-icons.card_membership:before {\n content: \"\\e8f7\"; }\n .material-icons.card_travel:before {\n content: \"\\e8f8\"; }\n .material-icons.carpenter:before {\n content: \"\\f1f8\"; }\n .material-icons.cases:before {\n content: \"\\e992\"; }\n .material-icons.casino:before {\n content: \"\\eb40\"; }\n .material-icons.cast:before {\n content: \"\\e307\"; }\n .material-icons.cast_connected:before {\n content: \"\\e308\"; }\n .material-icons.cast_for_education:before {\n content: \"\\efec\"; }\n .material-icons.castle:before {\n content: \"\\eab1\"; }\n .material-icons.catching_pokemon:before {\n content: \"\\e508\"; }\n .material-icons.category:before {\n content: \"\\e574\"; }\n .material-icons.celebration:before {\n content: \"\\ea65\"; }\n .material-icons.cell_tower:before {\n content: \"\\ebba\"; }\n .material-icons.cell_wifi:before {\n content: \"\\e0ec\"; }\n .material-icons.center_focus_strong:before {\n content: \"\\e3b4\"; }\n .material-icons.center_focus_weak:before {\n content: \"\\e3b5\"; }\n .material-icons.chair:before {\n content: \"\\efed\"; }\n .material-icons.chair_alt:before {\n content: \"\\efee\"; }\n .material-icons.chalet:before {\n content: \"\\e585\"; }\n .material-icons.change_circle:before {\n content: \"\\e2e7\"; }\n .material-icons.change_history:before {\n content: \"\\e86b\"; }\n .material-icons.charging_station:before {\n content: \"\\f19d\"; }\n .material-icons.chat:before {\n content: \"\\e0b7\"; }\n .material-icons.chat_bubble:before {\n content: \"\\e0ca\"; }\n .material-icons.chat_bubble_outline:before {\n content: \"\\e0cb\"; }\n .material-icons.check:before {\n content: \"\\e5ca\"; }\n .material-icons.check_box:before {\n content: \"\\e834\"; }\n .material-icons.check_box_outline_blank:before {\n content: \"\\e835\"; }\n .material-icons.check_circle:before {\n content: \"\\e86c\"; }\n .material-icons.check_circle_outline:before {\n content: \"\\e92d\"; }\n .material-icons.checklist:before {\n content: \"\\e6b1\"; }\n .material-icons.checklist_rtl:before {\n content: \"\\e6b3\"; }\n .material-icons.checkroom:before {\n content: \"\\f19e\"; }\n .material-icons.chevron_left:before {\n content: \"\\e5cb\"; }\n .material-icons.chevron_right:before {\n content: \"\\e5cc\"; }\n .material-icons.child_care:before {\n content: \"\\eb41\"; }\n .material-icons.child_friendly:before {\n content: \"\\eb42\"; }\n .material-icons.chrome_reader_mode:before {\n content: \"\\e86d\"; }\n .material-icons.church:before {\n content: \"\\eaae\"; }\n .material-icons.circle:before {\n content: \"\\ef4a\"; }\n .material-icons.circle_notifications:before {\n content: \"\\e994\"; }\n .material-icons.class:before {\n content: \"\\e86e\"; }\n .material-icons.clean_hands:before {\n content: \"\\f21f\"; }\n .material-icons.cleaning_services:before {\n content: \"\\f0ff\"; }\n .material-icons.clear:before {\n content: \"\\e14c\"; }\n .material-icons.clear_all:before {\n content: \"\\e0b8\"; }\n .material-icons.close:before {\n content: \"\\e5cd\"; }\n .material-icons.close_fullscreen:before {\n content: \"\\f1cf\"; }\n .material-icons.closed_caption:before {\n content: \"\\e01c\"; }\n .material-icons.closed_caption_disabled:before {\n content: \"\\f1dc\"; }\n .material-icons.closed_caption_off:before {\n content: \"\\e996\"; }\n .material-icons.cloud:before {\n content: \"\\e2bd\"; }\n .material-icons.cloud_circle:before {\n content: \"\\e2be\"; }\n .material-icons.cloud_done:before {\n content: \"\\e2bf\"; }\n .material-icons.cloud_download:before {\n content: \"\\e2c0\"; }\n .material-icons.cloud_off:before {\n content: \"\\e2c1\"; }\n .material-icons.cloud_queue:before {\n content: \"\\e2c2\"; }\n .material-icons.cloud_sync:before {\n content: \"\\eb5a\"; }\n .material-icons.cloud_upload:before {\n content: \"\\e2c3\"; }\n .material-icons.cloudy_snowing:before {\n content: \"\\e810\"; }\n .material-icons.co2:before {\n content: \"\\e7b0\"; }\n .material-icons.co_present:before {\n content: \"\\eaf0\"; }\n .material-icons.code:before {\n content: \"\\e86f\"; }\n .material-icons.code_off:before {\n content: \"\\e4f3\"; }\n .material-icons.coffee:before {\n content: \"\\efef\"; }\n .material-icons.coffee_maker:before {\n content: \"\\eff0\"; }\n .material-icons.collections:before {\n content: \"\\e3b6\"; }\n .material-icons.collections_bookmark:before {\n content: \"\\e431\"; }\n .material-icons.color_lens:before {\n content: \"\\e3b7\"; }\n .material-icons.colorize:before {\n content: \"\\e3b8\"; }\n .material-icons.comment:before {\n content: \"\\e0b9\"; }\n .material-icons.comment_bank:before {\n content: \"\\ea4e\"; }\n .material-icons.comments_disabled:before {\n content: \"\\e7a2\"; }\n .material-icons.commit:before {\n content: \"\\eaf5\"; }\n .material-icons.commute:before {\n content: \"\\e940\"; }\n .material-icons.compare:before {\n content: \"\\e3b9\"; }\n .material-icons.compare_arrows:before {\n content: \"\\e915\"; }\n .material-icons.compass_calibration:before {\n content: \"\\e57c\"; }\n .material-icons.compost:before {\n content: \"\\e761\"; }\n .material-icons.compress:before {\n content: \"\\e94d\"; }\n .material-icons.computer:before {\n content: \"\\e30a\"; }\n .material-icons.confirmation_num:before {\n content: \"\\e638\"; }\n .material-icons.confirmation_number:before {\n content: \"\\e638\"; }\n .material-icons.connect_without_contact:before {\n content: \"\\f223\"; }\n .material-icons.connected_tv:before {\n content: \"\\e998\"; }\n .material-icons.connecting_airports:before {\n content: \"\\e7c9\"; }\n .material-icons.construction:before {\n content: \"\\ea3c\"; }\n .material-icons.contact_mail:before {\n content: \"\\e0d0\"; }\n .material-icons.contact_page:before {\n content: \"\\f22e\"; }\n .material-icons.contact_phone:before {\n content: \"\\e0cf\"; }\n .material-icons.contact_support:before {\n content: \"\\e94c\"; }\n .material-icons.contactless:before {\n content: \"\\ea71\"; }\n .material-icons.contacts:before {\n content: \"\\e0ba\"; }\n .material-icons.content_copy:before {\n content: \"\\e14d\"; }\n .material-icons.content_cut:before {\n content: \"\\e14e\"; }\n .material-icons.content_paste:before {\n content: \"\\e14f\"; }\n .material-icons.content_paste_go:before {\n content: \"\\ea8e\"; }\n .material-icons.content_paste_off:before {\n content: \"\\e4f8\"; }\n .material-icons.content_paste_search:before {\n content: \"\\ea9b\"; }\n .material-icons.contrast:before {\n content: \"\\eb37\"; }\n .material-icons.control_camera:before {\n content: \"\\e074\"; }\n .material-icons.control_point:before {\n content: \"\\e3ba\"; }\n .material-icons.control_point_duplicate:before {\n content: \"\\e3bb\"; }\n .material-icons.cookie:before {\n content: \"\\eaac\"; }\n .material-icons.copy_all:before {\n content: \"\\e2ec\"; }\n .material-icons.copyright:before {\n content: \"\\e90c\"; }\n .material-icons.coronavirus:before {\n content: \"\\f221\"; }\n .material-icons.corporate_fare:before {\n content: \"\\f1d0\"; }\n .material-icons.cottage:before {\n content: \"\\e587\"; }\n .material-icons.countertops:before {\n content: \"\\f1f7\"; }\n .material-icons.create:before {\n content: \"\\e150\"; }\n .material-icons.create_new_folder:before {\n content: \"\\e2cc\"; }\n .material-icons.credit_card:before {\n content: \"\\e870\"; }\n .material-icons.credit_card_off:before {\n content: \"\\e4f4\"; }\n .material-icons.credit_score:before {\n content: \"\\eff1\"; }\n .material-icons.crib:before {\n content: \"\\e588\"; }\n .material-icons.crisis_alert:before {\n content: \"\\ebe9\"; }\n .material-icons.crop:before {\n content: \"\\e3be\"; }\n .material-icons.crop_16_9:before {\n content: \"\\e3bc\"; }\n .material-icons.crop_3_2:before {\n content: \"\\e3bd\"; }\n .material-icons.crop_5_4:before {\n content: \"\\e3bf\"; }\n .material-icons.crop_7_5:before {\n content: \"\\e3c0\"; }\n .material-icons.crop_din:before {\n content: \"\\e3c1\"; }\n .material-icons.crop_free:before {\n content: \"\\e3c2\"; }\n .material-icons.crop_landscape:before {\n content: \"\\e3c3\"; }\n .material-icons.crop_original:before {\n content: \"\\e3c4\"; }\n .material-icons.crop_portrait:before {\n content: \"\\e3c5\"; }\n .material-icons.crop_rotate:before {\n content: \"\\e437\"; }\n .material-icons.crop_square:before {\n content: \"\\e3c6\"; }\n .material-icons.cruelty_free:before {\n content: \"\\e799\"; }\n .material-icons.css:before {\n content: \"\\eb93\"; }\n .material-icons.currency_bitcoin:before {\n content: \"\\ebc5\"; }\n .material-icons.currency_exchange:before {\n content: \"\\eb70\"; }\n .material-icons.currency_franc:before {\n content: \"\\eafa\"; }\n .material-icons.currency_lira:before {\n content: \"\\eaef\"; }\n .material-icons.currency_pound:before {\n content: \"\\eaf1\"; }\n .material-icons.currency_ruble:before {\n content: \"\\eaec\"; }\n .material-icons.currency_rupee:before {\n content: \"\\eaf7\"; }\n .material-icons.currency_yen:before {\n content: \"\\eafb\"; }\n .material-icons.currency_yuan:before {\n content: \"\\eaf9\"; }\n .material-icons.curtains:before {\n content: \"\\ec1e\"; }\n .material-icons.curtains_closed:before {\n content: \"\\ec1d\"; }\n .material-icons.cyclone:before {\n content: \"\\ebd5\"; }\n .material-icons.dangerous:before {\n content: \"\\e99a\"; }\n .material-icons.dark_mode:before {\n content: \"\\e51c\"; }\n .material-icons.dashboard:before {\n content: \"\\e871\"; }\n .material-icons.dashboard_customize:before {\n content: \"\\e99b\"; }\n .material-icons.data_array:before {\n content: \"\\ead1\"; }\n .material-icons.data_exploration:before {\n content: \"\\e76f\"; }\n .material-icons.data_object:before {\n content: \"\\ead3\"; }\n .material-icons.data_saver_off:before {\n content: \"\\eff2\"; }\n .material-icons.data_saver_on:before {\n content: \"\\eff3\"; }\n .material-icons.data_thresholding:before {\n content: \"\\eb9f\"; }\n .material-icons.data_usage:before {\n content: \"\\e1af\"; }\n .material-icons.dataset:before {\n content: \"\\f8ee\"; }\n .material-icons.dataset_linked:before {\n content: \"\\f8ef\"; }\n .material-icons.date_range:before {\n content: \"\\e916\"; }\n .material-icons.deblur:before {\n content: \"\\eb77\"; }\n .material-icons.deck:before {\n content: \"\\ea42\"; }\n .material-icons.dehaze:before {\n content: \"\\e3c7\"; }\n .material-icons.delete:before {\n content: \"\\e872\"; }\n .material-icons.delete_forever:before {\n content: \"\\e92b\"; }\n .material-icons.delete_outline:before {\n content: \"\\e92e\"; }\n .material-icons.delete_sweep:before {\n content: \"\\e16c\"; }\n .material-icons.delivery_dining:before {\n content: \"\\ea72\"; }\n .material-icons.density_large:before {\n content: \"\\eba9\"; }\n .material-icons.density_medium:before {\n content: \"\\eb9e\"; }\n .material-icons.density_small:before {\n content: \"\\eba8\"; }\n .material-icons.departure_board:before {\n content: \"\\e576\"; }\n .material-icons.description:before {\n content: \"\\e873\"; }\n .material-icons.deselect:before {\n content: \"\\ebb6\"; }\n .material-icons.design_services:before {\n content: \"\\f10a\"; }\n .material-icons.desk:before {\n content: \"\\f8f4\"; }\n .material-icons.desktop_access_disabled:before {\n content: \"\\e99d\"; }\n .material-icons.desktop_mac:before {\n content: \"\\e30b\"; }\n .material-icons.desktop_windows:before {\n content: \"\\e30c\"; }\n .material-icons.details:before {\n content: \"\\e3c8\"; }\n .material-icons.developer_board:before {\n content: \"\\e30d\"; }\n .material-icons.developer_board_off:before {\n content: \"\\e4ff\"; }\n .material-icons.developer_mode:before {\n content: \"\\e1b0\"; }\n .material-icons.device_hub:before {\n content: \"\\e335\"; }\n .material-icons.device_thermostat:before {\n content: \"\\e1ff\"; }\n .material-icons.device_unknown:before {\n content: \"\\e339\"; }\n .material-icons.devices:before {\n content: \"\\e1b1\"; }\n .material-icons.devices_fold:before {\n content: \"\\ebde\"; }\n .material-icons.devices_other:before {\n content: \"\\e337\"; }\n .material-icons.dialer_sip:before {\n content: \"\\e0bb\"; }\n .material-icons.dialpad:before {\n content: \"\\e0bc\"; }\n .material-icons.diamond:before {\n content: \"\\ead5\"; }\n .material-icons.difference:before {\n content: \"\\eb7d\"; }\n .material-icons.dining:before {\n content: \"\\eff4\"; }\n .material-icons.dinner_dining:before {\n content: \"\\ea57\"; }\n .material-icons.directions:before {\n content: \"\\e52e\"; }\n .material-icons.directions_bike:before {\n content: \"\\e52f\"; }\n .material-icons.directions_boat:before {\n content: \"\\e532\"; }\n .material-icons.directions_boat_filled:before {\n content: \"\\eff5\"; }\n .material-icons.directions_bus:before {\n content: \"\\e530\"; }\n .material-icons.directions_bus_filled:before {\n content: \"\\eff6\"; }\n .material-icons.directions_car:before {\n content: \"\\e531\"; }\n .material-icons.directions_car_filled:before {\n content: \"\\eff7\"; }\n .material-icons.directions_ferry:before {\n content: \"\\e532\"; }\n .material-icons.directions_off:before {\n content: \"\\f10f\"; }\n .material-icons.directions_railway:before {\n content: \"\\e534\"; }\n .material-icons.directions_railway_filled:before {\n content: \"\\eff8\"; }\n .material-icons.directions_run:before {\n content: \"\\e566\"; }\n .material-icons.directions_subway:before {\n content: \"\\e533\"; }\n .material-icons.directions_subway_filled:before {\n content: \"\\eff9\"; }\n .material-icons.directions_train:before {\n content: \"\\e534\"; }\n .material-icons.directions_transit:before {\n content: \"\\e535\"; }\n .material-icons.directions_transit_filled:before {\n content: \"\\effa\"; }\n .material-icons.directions_walk:before {\n content: \"\\e536\"; }\n .material-icons.dirty_lens:before {\n content: \"\\ef4b\"; }\n .material-icons.disabled_by_default:before {\n content: \"\\f230\"; }\n .material-icons.disabled_visible:before {\n content: \"\\e76e\"; }\n .material-icons.disc_full:before {\n content: \"\\e610\"; }\n .material-icons.discord:before {\n content: \"\\ea6c\"; }\n .material-icons.discount:before {\n content: \"\\ebc9\"; }\n .material-icons.display_settings:before {\n content: \"\\eb97\"; }\n .material-icons.dnd_forwardslash:before {\n content: \"\\e611\"; }\n .material-icons.dns:before {\n content: \"\\e875\"; }\n .material-icons.do_disturb:before {\n content: \"\\f08c\"; }\n .material-icons.do_disturb_alt:before {\n content: \"\\f08d\"; }\n .material-icons.do_disturb_off:before {\n content: \"\\f08e\"; }\n .material-icons.do_disturb_on:before {\n content: \"\\f08f\"; }\n .material-icons.do_not_disturb:before {\n content: \"\\e612\"; }\n .material-icons.do_not_disturb_alt:before {\n content: \"\\e611\"; }\n .material-icons.do_not_disturb_off:before {\n content: \"\\e643\"; }\n .material-icons.do_not_disturb_on:before {\n content: \"\\e644\"; }\n .material-icons.do_not_disturb_on_total_silence:before {\n content: \"\\effb\"; }\n .material-icons.do_not_step:before {\n content: \"\\f19f\"; }\n .material-icons.do_not_touch:before {\n content: \"\\f1b0\"; }\n .material-icons.dock:before {\n content: \"\\e30e\"; }\n .material-icons.document_scanner:before {\n content: \"\\e5fa\"; }\n .material-icons.domain:before {\n content: \"\\e7ee\"; }\n .material-icons.domain_add:before {\n content: \"\\eb62\"; }\n .material-icons.domain_disabled:before {\n content: \"\\e0ef\"; }\n .material-icons.domain_verification:before {\n content: \"\\ef4c\"; }\n .material-icons.done:before {\n content: \"\\e876\"; }\n .material-icons.done_all:before {\n content: \"\\e877\"; }\n .material-icons.done_outline:before {\n content: \"\\e92f\"; }\n .material-icons.donut_large:before {\n content: \"\\e917\"; }\n .material-icons.donut_small:before {\n content: \"\\e918\"; }\n .material-icons.door_back:before {\n content: \"\\effc\"; }\n .material-icons.door_front:before {\n content: \"\\effd\"; }\n .material-icons.door_sliding:before {\n content: \"\\effe\"; }\n .material-icons.doorbell:before {\n content: \"\\efff\"; }\n .material-icons.double_arrow:before {\n content: \"\\ea50\"; }\n .material-icons.downhill_skiing:before {\n content: \"\\e509\"; }\n .material-icons.download:before {\n content: \"\\f090\"; }\n .material-icons.download_done:before {\n content: \"\\f091\"; }\n .material-icons.download_for_offline:before {\n content: \"\\f000\"; }\n .material-icons.downloading:before {\n content: \"\\f001\"; }\n .material-icons.drafts:before {\n content: \"\\e151\"; }\n .material-icons.drag_handle:before {\n content: \"\\e25d\"; }\n .material-icons.drag_indicator:before {\n content: \"\\e945\"; }\n .material-icons.draw:before {\n content: \"\\e746\"; }\n .material-icons.drive_eta:before {\n content: \"\\e613\"; }\n .material-icons.drive_file_move:before {\n content: \"\\e675\"; }\n .material-icons.drive_file_move_outline:before {\n content: \"\\e9a1\"; }\n .material-icons.drive_file_move_rtl:before {\n content: \"\\e76d\"; }\n .material-icons.drive_file_rename_outline:before {\n content: \"\\e9a2\"; }\n .material-icons.drive_folder_upload:before {\n content: \"\\e9a3\"; }\n .material-icons.dry:before {\n content: \"\\f1b3\"; }\n .material-icons.dry_cleaning:before {\n content: \"\\ea58\"; }\n .material-icons.duo:before {\n content: \"\\e9a5\"; }\n .material-icons.dvr:before {\n content: \"\\e1b2\"; }\n .material-icons.dynamic_feed:before {\n content: \"\\ea14\"; }\n .material-icons.dynamic_form:before {\n content: \"\\f1bf\"; }\n .material-icons.e_mobiledata:before {\n content: \"\\f002\"; }\n .material-icons.earbuds:before {\n content: \"\\f003\"; }\n .material-icons.earbuds_battery:before {\n content: \"\\f004\"; }\n .material-icons.east:before {\n content: \"\\f1df\"; }\n .material-icons.eco:before {\n content: \"\\ea35\"; }\n .material-icons.edgesensor_high:before {\n content: \"\\f005\"; }\n .material-icons.edgesensor_low:before {\n content: \"\\f006\"; }\n .material-icons.edit:before {\n content: \"\\e3c9\"; }\n .material-icons.edit_attributes:before {\n content: \"\\e578\"; }\n .material-icons.edit_calendar:before {\n content: \"\\e742\"; }\n .material-icons.edit_location:before {\n content: \"\\e568\"; }\n .material-icons.edit_location_alt:before {\n content: \"\\e1c5\"; }\n .material-icons.edit_note:before {\n content: \"\\e745\"; }\n .material-icons.edit_notifications:before {\n content: \"\\e525\"; }\n .material-icons.edit_off:before {\n content: \"\\e950\"; }\n .material-icons.edit_road:before {\n content: \"\\ef4d\"; }\n .material-icons.egg:before {\n content: \"\\eacc\"; }\n .material-icons.egg_alt:before {\n content: \"\\eac8\"; }\n .material-icons.eject:before {\n content: \"\\e8fb\"; }\n .material-icons.elderly:before {\n content: \"\\f21a\"; }\n .material-icons.elderly_woman:before {\n content: \"\\eb69\"; }\n .material-icons.electric_bike:before {\n content: \"\\eb1b\"; }\n .material-icons.electric_bolt:before {\n content: \"\\ec1c\"; }\n .material-icons.electric_car:before {\n content: \"\\eb1c\"; }\n .material-icons.electric_meter:before {\n content: \"\\ec1b\"; }\n .material-icons.electric_moped:before {\n content: \"\\eb1d\"; }\n .material-icons.electric_rickshaw:before {\n content: \"\\eb1e\"; }\n .material-icons.electric_scooter:before {\n content: \"\\eb1f\"; }\n .material-icons.electrical_services:before {\n content: \"\\f102\"; }\n .material-icons.elevator:before {\n content: \"\\f1a0\"; }\n .material-icons.email:before {\n content: \"\\e0be\"; }\n .material-icons.emergency:before {\n content: \"\\e1eb\"; }\n .material-icons.emergency_recording:before {\n content: \"\\ebf4\"; }\n .material-icons.emergency_share:before {\n content: \"\\ebf6\"; }\n .material-icons.emoji_emotions:before {\n content: \"\\ea22\"; }\n .material-icons.emoji_events:before {\n content: \"\\ea23\"; }\n .material-icons.emoji_flags:before {\n content: \"\\ea1a\"; }\n .material-icons.emoji_food_beverage:before {\n content: \"\\ea1b\"; }\n .material-icons.emoji_nature:before {\n content: \"\\ea1c\"; }\n .material-icons.emoji_objects:before {\n content: \"\\ea24\"; }\n .material-icons.emoji_people:before {\n content: \"\\ea1d\"; }\n .material-icons.emoji_symbols:before {\n content: \"\\ea1e\"; }\n .material-icons.emoji_transportation:before {\n content: \"\\ea1f\"; }\n .material-icons.energy_savings_leaf:before {\n content: \"\\ec1a\"; }\n .material-icons.engineering:before {\n content: \"\\ea3d\"; }\n .material-icons.enhance_photo_translate:before {\n content: \"\\e8fc\"; }\n .material-icons.enhanced_encryption:before {\n content: \"\\e63f\"; }\n .material-icons.equalizer:before {\n content: \"\\e01d\"; }\n .material-icons.error:before {\n content: \"\\e000\"; }\n .material-icons.error_outline:before {\n content: \"\\e001\"; }\n .material-icons.escalator:before {\n content: \"\\f1a1\"; }\n .material-icons.escalator_warning:before {\n content: \"\\f1ac\"; }\n .material-icons.euro:before {\n content: \"\\ea15\"; }\n .material-icons.euro_symbol:before {\n content: \"\\e926\"; }\n .material-icons.ev_station:before {\n content: \"\\e56d\"; }\n .material-icons.event:before {\n content: \"\\e878\"; }\n .material-icons.event_available:before {\n content: \"\\e614\"; }\n .material-icons.event_busy:before {\n content: \"\\e615\"; }\n .material-icons.event_note:before {\n content: \"\\e616\"; }\n .material-icons.event_repeat:before {\n content: \"\\eb7b\"; }\n .material-icons.event_seat:before {\n content: \"\\e903\"; }\n .material-icons.exit_to_app:before {\n content: \"\\e879\"; }\n .material-icons.expand:before {\n content: \"\\e94f\"; }\n .material-icons.expand_circle_down:before {\n content: \"\\e7cd\"; }\n .material-icons.expand_less:before {\n content: \"\\e5ce\"; }\n .material-icons.expand_more:before {\n content: \"\\e5cf\"; }\n .material-icons.explicit:before {\n content: \"\\e01e\"; }\n .material-icons.explore:before {\n content: \"\\e87a\"; }\n .material-icons.explore_off:before {\n content: \"\\e9a8\"; }\n .material-icons.exposure:before {\n content: \"\\e3ca\"; }\n .material-icons.exposure_minus_1:before {\n content: \"\\e3cb\"; }\n .material-icons.exposure_minus_2:before {\n content: \"\\e3cc\"; }\n .material-icons.exposure_neg_1:before {\n content: \"\\e3cb\"; }\n .material-icons.exposure_neg_2:before {\n content: \"\\e3cc\"; }\n .material-icons.exposure_plus_1:before {\n content: \"\\e3cd\"; }\n .material-icons.exposure_plus_2:before {\n content: \"\\e3ce\"; }\n .material-icons.exposure_zero:before {\n content: \"\\e3cf\"; }\n .material-icons.extension:before {\n content: \"\\e87b\"; }\n .material-icons.extension_off:before {\n content: \"\\e4f5\"; }\n .material-icons.face:before {\n content: \"\\e87c\"; }\n .material-icons.face_retouching_natural:before {\n content: \"\\ef4e\"; }\n .material-icons.face_retouching_off:before {\n content: \"\\f007\"; }\n .material-icons.facebook:before {\n content: \"\\f234\"; }\n .material-icons.fact_check:before {\n content: \"\\f0c5\"; }\n .material-icons.factory:before {\n content: \"\\ebbc\"; }\n .material-icons.family_restroom:before {\n content: \"\\f1a2\"; }\n .material-icons.fast_forward:before {\n content: \"\\e01f\"; }\n .material-icons.fast_rewind:before {\n content: \"\\e020\"; }\n .material-icons.fastfood:before {\n content: \"\\e57a\"; }\n .material-icons.favorite:before {\n content: \"\\e87d\"; }\n .material-icons.favorite_border:before {\n content: \"\\e87e\"; }\n .material-icons.favorite_outline:before {\n content: \"\\e87e\"; }\n .material-icons.fax:before {\n content: \"\\ead8\"; }\n .material-icons.featured_play_list:before {\n content: \"\\e06d\"; }\n .material-icons.featured_video:before {\n content: \"\\e06e\"; }\n .material-icons.feed:before {\n content: \"\\f009\"; }\n .material-icons.feedback:before {\n content: \"\\e87f\"; }\n .material-icons.female:before {\n content: \"\\e590\"; }\n .material-icons.fence:before {\n content: \"\\f1f6\"; }\n .material-icons.festival:before {\n content: \"\\ea68\"; }\n .material-icons.fiber_dvr:before {\n content: \"\\e05d\"; }\n .material-icons.fiber_manual_record:before {\n content: \"\\e061\"; }\n .material-icons.fiber_new:before {\n content: \"\\e05e\"; }\n .material-icons.fiber_pin:before {\n content: \"\\e06a\"; }\n .material-icons.fiber_smart_record:before {\n content: \"\\e062\"; }\n .material-icons.file_copy:before {\n content: \"\\e173\"; }\n .material-icons.file_download:before {\n content: \"\\e2c4\"; }\n .material-icons.file_download_done:before {\n content: \"\\e9aa\"; }\n .material-icons.file_download_off:before {\n content: \"\\e4fe\"; }\n .material-icons.file_open:before {\n content: \"\\eaf3\"; }\n .material-icons.file_present:before {\n content: \"\\ea0e\"; }\n .material-icons.file_upload:before {\n content: \"\\e2c6\"; }\n .material-icons.filter:before {\n content: \"\\e3d3\"; }\n .material-icons.filter_1:before {\n content: \"\\e3d0\"; }\n .material-icons.filter_2:before {\n content: \"\\e3d1\"; }\n .material-icons.filter_3:before {\n content: \"\\e3d2\"; }\n .material-icons.filter_4:before {\n content: \"\\e3d4\"; }\n .material-icons.filter_5:before {\n content: \"\\e3d5\"; }\n .material-icons.filter_6:before {\n content: \"\\e3d6\"; }\n .material-icons.filter_7:before {\n content: \"\\e3d7\"; }\n .material-icons.filter_8:before {\n content: \"\\e3d8\"; }\n .material-icons.filter_9:before {\n content: \"\\e3d9\"; }\n .material-icons.filter_9_plus:before {\n content: \"\\e3da\"; }\n .material-icons.filter_alt:before {\n content: \"\\ef4f\"; }\n .material-icons.filter_alt_off:before {\n content: \"\\eb32\"; }\n .material-icons.filter_b_and_w:before {\n content: \"\\e3db\"; }\n .material-icons.filter_center_focus:before {\n content: \"\\e3dc\"; }\n .material-icons.filter_drama:before {\n content: \"\\e3dd\"; }\n .material-icons.filter_frames:before {\n content: \"\\e3de\"; }\n .material-icons.filter_hdr:before {\n content: \"\\e3df\"; }\n .material-icons.filter_list:before {\n content: \"\\e152\"; }\n .material-icons.filter_list_alt:before {\n content: \"\\e94e\"; }\n .material-icons.filter_list_off:before {\n content: \"\\eb57\"; }\n .material-icons.filter_none:before {\n content: \"\\e3e0\"; }\n .material-icons.filter_tilt_shift:before {\n content: \"\\e3e2\"; }\n .material-icons.filter_vintage:before {\n content: \"\\e3e3\"; }\n .material-icons.find_in_page:before {\n content: \"\\e880\"; }\n .material-icons.find_replace:before {\n content: \"\\e881\"; }\n .material-icons.fingerprint:before {\n content: \"\\e90d\"; }\n .material-icons.fire_extinguisher:before {\n content: \"\\f1d8\"; }\n .material-icons.fire_hydrant:before {\n content: \"\\f1a3\"; }\n .material-icons.fire_hydrant_alt:before {\n content: \"\\f8f1\"; }\n .material-icons.fire_truck:before {\n content: \"\\f8f2\"; }\n .material-icons.fireplace:before {\n content: \"\\ea43\"; }\n .material-icons.first_page:before {\n content: \"\\e5dc\"; }\n .material-icons.fit_screen:before {\n content: \"\\ea10\"; }\n .material-icons.fitbit:before {\n content: \"\\e82b\"; }\n .material-icons.fitness_center:before {\n content: \"\\eb43\"; }\n .material-icons.flag:before {\n content: \"\\e153\"; }\n .material-icons.flag_circle:before {\n content: \"\\eaf8\"; }\n .material-icons.flaky:before {\n content: \"\\ef50\"; }\n .material-icons.flare:before {\n content: \"\\e3e4\"; }\n .material-icons.flash_auto:before {\n content: \"\\e3e5\"; }\n .material-icons.flash_off:before {\n content: \"\\e3e6\"; }\n .material-icons.flash_on:before {\n content: \"\\e3e7\"; }\n .material-icons.flashlight_off:before {\n content: \"\\f00a\"; }\n .material-icons.flashlight_on:before {\n content: \"\\f00b\"; }\n .material-icons.flatware:before {\n content: \"\\f00c\"; }\n .material-icons.flight:before {\n content: \"\\e539\"; }\n .material-icons.flight_class:before {\n content: \"\\e7cb\"; }\n .material-icons.flight_land:before {\n content: \"\\e904\"; }\n .material-icons.flight_takeoff:before {\n content: \"\\e905\"; }\n .material-icons.flip:before {\n content: \"\\e3e8\"; }\n .material-icons.flip_camera_android:before {\n content: \"\\ea37\"; }\n .material-icons.flip_camera_ios:before {\n content: \"\\ea38\"; }\n .material-icons.flip_to_back:before {\n content: \"\\e882\"; }\n .material-icons.flip_to_front:before {\n content: \"\\e883\"; }\n .material-icons.flood:before {\n content: \"\\ebe6\"; }\n .material-icons.flourescent:before {\n content: \"\\f00d\"; }\n .material-icons.flutter_dash:before {\n content: \"\\e00b\"; }\n .material-icons.fmd_bad:before {\n content: \"\\f00e\"; }\n .material-icons.fmd_good:before {\n content: \"\\f00f\"; }\n .material-icons.foggy:before {\n content: \"\\e818\"; }\n .material-icons.folder:before {\n content: \"\\e2c7\"; }\n .material-icons.folder_copy:before {\n content: \"\\ebbd\"; }\n .material-icons.folder_delete:before {\n content: \"\\eb34\"; }\n .material-icons.folder_off:before {\n content: \"\\eb83\"; }\n .material-icons.folder_open:before {\n content: \"\\e2c8\"; }\n .material-icons.folder_shared:before {\n content: \"\\e2c9\"; }\n .material-icons.folder_special:before {\n content: \"\\e617\"; }\n .material-icons.folder_zip:before {\n content: \"\\eb2c\"; }\n .material-icons.follow_the_signs:before {\n content: \"\\f222\"; }\n .material-icons.font_download:before {\n content: \"\\e167\"; }\n .material-icons.font_download_off:before {\n content: \"\\e4f9\"; }\n .material-icons.food_bank:before {\n content: \"\\f1f2\"; }\n .material-icons.forest:before {\n content: \"\\ea99\"; }\n .material-icons.fork_left:before {\n content: \"\\eba0\"; }\n .material-icons.fork_right:before {\n content: \"\\ebac\"; }\n .material-icons.format_align_center:before {\n content: \"\\e234\"; }\n .material-icons.format_align_justify:before {\n content: \"\\e235\"; }\n .material-icons.format_align_left:before {\n content: \"\\e236\"; }\n .material-icons.format_align_right:before {\n content: \"\\e237\"; }\n .material-icons.format_bold:before {\n content: \"\\e238\"; }\n .material-icons.format_clear:before {\n content: \"\\e239\"; }\n .material-icons.format_color_fill:before {\n content: \"\\e23a\"; }\n .material-icons.format_color_reset:before {\n content: \"\\e23b\"; }\n .material-icons.format_color_text:before {\n content: \"\\e23c\"; }\n .material-icons.format_indent_decrease:before {\n content: \"\\e23d\"; }\n .material-icons.format_indent_increase:before {\n content: \"\\e23e\"; }\n .material-icons.format_italic:before {\n content: \"\\e23f\"; }\n .material-icons.format_line_spacing:before {\n content: \"\\e240\"; }\n .material-icons.format_list_bulleted:before {\n content: \"\\e241\"; }\n .material-icons.format_list_numbered:before {\n content: \"\\e242\"; }\n .material-icons.format_list_numbered_rtl:before {\n content: \"\\e267\"; }\n .material-icons.format_overline:before {\n content: \"\\eb65\"; }\n .material-icons.format_paint:before {\n content: \"\\e243\"; }\n .material-icons.format_quote:before {\n content: \"\\e244\"; }\n .material-icons.format_shapes:before {\n content: \"\\e25e\"; }\n .material-icons.format_size:before {\n content: \"\\e245\"; }\n .material-icons.format_strikethrough:before {\n content: \"\\e246\"; }\n .material-icons.format_textdirection_l_to_r:before {\n content: \"\\e247\"; }\n .material-icons.format_textdirection_r_to_l:before {\n content: \"\\e248\"; }\n .material-icons.format_underline:before {\n content: \"\\e249\"; }\n .material-icons.format_underlined:before {\n content: \"\\e249\"; }\n .material-icons.fort:before {\n content: \"\\eaad\"; }\n .material-icons.forum:before {\n content: \"\\e0bf\"; }\n .material-icons.forward:before {\n content: \"\\e154\"; }\n .material-icons.forward_10:before {\n content: \"\\e056\"; }\n .material-icons.forward_30:before {\n content: \"\\e057\"; }\n .material-icons.forward_5:before {\n content: \"\\e058\"; }\n .material-icons.forward_to_inbox:before {\n content: \"\\f187\"; }\n .material-icons.foundation:before {\n content: \"\\f200\"; }\n .material-icons.free_breakfast:before {\n content: \"\\eb44\"; }\n .material-icons.free_cancellation:before {\n content: \"\\e748\"; }\n .material-icons.front_hand:before {\n content: \"\\e769\"; }\n .material-icons.fullscreen:before {\n content: \"\\e5d0\"; }\n .material-icons.fullscreen_exit:before {\n content: \"\\e5d1\"; }\n .material-icons.functions:before {\n content: \"\\e24a\"; }\n .material-icons.g_mobiledata:before {\n content: \"\\f010\"; }\n .material-icons.g_translate:before {\n content: \"\\e927\"; }\n .material-icons.gamepad:before {\n content: \"\\e30f\"; }\n .material-icons.games:before {\n content: \"\\e021\"; }\n .material-icons.garage:before {\n content: \"\\f011\"; }\n .material-icons.gas_meter:before {\n content: \"\\ec19\"; }\n .material-icons.gavel:before {\n content: \"\\e90e\"; }\n .material-icons.generating_tokens:before {\n content: \"\\e749\"; }\n .material-icons.gesture:before {\n content: \"\\e155\"; }\n .material-icons.get_app:before {\n content: \"\\e884\"; }\n .material-icons.gif:before {\n content: \"\\e908\"; }\n .material-icons.gif_box:before {\n content: \"\\e7a3\"; }\n .material-icons.girl:before {\n content: \"\\eb68\"; }\n .material-icons.gite:before {\n content: \"\\e58b\"; }\n .material-icons.goat:before {\n content: \"\\ebff\"; }\n .material-icons.golf_course:before {\n content: \"\\eb45\"; }\n .material-icons.gpp_bad:before {\n content: \"\\f012\"; }\n .material-icons.gpp_good:before {\n content: \"\\f013\"; }\n .material-icons.gpp_maybe:before {\n content: \"\\f014\"; }\n .material-icons.gps_fixed:before {\n content: \"\\e1b3\"; }\n .material-icons.gps_not_fixed:before {\n content: \"\\e1b4\"; }\n .material-icons.gps_off:before {\n content: \"\\e1b5\"; }\n .material-icons.grade:before {\n content: \"\\e885\"; }\n .material-icons.gradient:before {\n content: \"\\e3e9\"; }\n .material-icons.grading:before {\n content: \"\\ea4f\"; }\n .material-icons.grain:before {\n content: \"\\e3ea\"; }\n .material-icons.graphic_eq:before {\n content: \"\\e1b8\"; }\n .material-icons.grass:before {\n content: \"\\f205\"; }\n .material-icons.grid_3x3:before {\n content: \"\\f015\"; }\n .material-icons.grid_4x4:before {\n content: \"\\f016\"; }\n .material-icons.grid_goldenratio:before {\n content: \"\\f017\"; }\n .material-icons.grid_off:before {\n content: \"\\e3eb\"; }\n .material-icons.grid_on:before {\n content: \"\\e3ec\"; }\n .material-icons.grid_view:before {\n content: \"\\e9b0\"; }\n .material-icons.group:before {\n content: \"\\e7ef\"; }\n .material-icons.group_add:before {\n content: \"\\e7f0\"; }\n .material-icons.group_off:before {\n content: \"\\e747\"; }\n .material-icons.group_remove:before {\n content: \"\\e7ad\"; }\n .material-icons.group_work:before {\n content: \"\\e886\"; }\n .material-icons.groups:before {\n content: \"\\f233\"; }\n .material-icons.h_mobiledata:before {\n content: \"\\f018\"; }\n .material-icons.h_plus_mobiledata:before {\n content: \"\\f019\"; }\n .material-icons.hail:before {\n content: \"\\e9b1\"; }\n .material-icons.handshake:before {\n content: \"\\ebcb\"; }\n .material-icons.handyman:before {\n content: \"\\f10b\"; }\n .material-icons.hardware:before {\n content: \"\\ea59\"; }\n .material-icons.hd:before {\n content: \"\\e052\"; }\n .material-icons.hdr_auto:before {\n content: \"\\f01a\"; }\n .material-icons.hdr_auto_select:before {\n content: \"\\f01b\"; }\n .material-icons.hdr_enhanced_select:before {\n content: \"\\ef51\"; }\n .material-icons.hdr_off:before {\n content: \"\\e3ed\"; }\n .material-icons.hdr_off_select:before {\n content: \"\\f01c\"; }\n .material-icons.hdr_on:before {\n content: \"\\e3ee\"; }\n .material-icons.hdr_on_select:before {\n content: \"\\f01d\"; }\n .material-icons.hdr_plus:before {\n content: \"\\f01e\"; }\n .material-icons.hdr_strong:before {\n content: \"\\e3f1\"; }\n .material-icons.hdr_weak:before {\n content: \"\\e3f2\"; }\n .material-icons.headphones:before {\n content: \"\\f01f\"; }\n .material-icons.headphones_battery:before {\n content: \"\\f020\"; }\n .material-icons.headset:before {\n content: \"\\e310\"; }\n .material-icons.headset_mic:before {\n content: \"\\e311\"; }\n .material-icons.headset_off:before {\n content: \"\\e33a\"; }\n .material-icons.healing:before {\n content: \"\\e3f3\"; }\n .material-icons.health_and_safety:before {\n content: \"\\e1d5\"; }\n .material-icons.hearing:before {\n content: \"\\e023\"; }\n .material-icons.hearing_disabled:before {\n content: \"\\f104\"; }\n .material-icons.heart_broken:before {\n content: \"\\eac2\"; }\n .material-icons.heat_pump:before {\n content: \"\\ec18\"; }\n .material-icons.height:before {\n content: \"\\ea16\"; }\n .material-icons.help:before {\n content: \"\\e887\"; }\n .material-icons.help_center:before {\n content: \"\\f1c0\"; }\n .material-icons.help_outline:before {\n content: \"\\e8fd\"; }\n .material-icons.hevc:before {\n content: \"\\f021\"; }\n .material-icons.hexagon:before {\n content: \"\\eb39\"; }\n .material-icons.hide_image:before {\n content: \"\\f022\"; }\n .material-icons.hide_source:before {\n content: \"\\f023\"; }\n .material-icons.high_quality:before {\n content: \"\\e024\"; }\n .material-icons.highlight:before {\n content: \"\\e25f\"; }\n .material-icons.highlight_alt:before {\n content: \"\\ef52\"; }\n .material-icons.highlight_off:before {\n content: \"\\e888\"; }\n .material-icons.highlight_remove:before {\n content: \"\\e888\"; }\n .material-icons.hiking:before {\n content: \"\\e50a\"; }\n .material-icons.history:before {\n content: \"\\e889\"; }\n .material-icons.history_edu:before {\n content: \"\\ea3e\"; }\n .material-icons.history_toggle_off:before {\n content: \"\\f17d\"; }\n .material-icons.hive:before {\n content: \"\\eaa6\"; }\n .material-icons.hls:before {\n content: \"\\eb8a\"; }\n .material-icons.hls_off:before {\n content: \"\\eb8c\"; }\n .material-icons.holiday_village:before {\n content: \"\\e58a\"; }\n .material-icons.home:before {\n content: \"\\e88a\"; }\n .material-icons.home_filled:before {\n content: \"\\e9b2\"; }\n .material-icons.home_max:before {\n content: \"\\f024\"; }\n .material-icons.home_mini:before {\n content: \"\\f025\"; }\n .material-icons.home_repair_service:before {\n content: \"\\f100\"; }\n .material-icons.home_work:before {\n content: \"\\ea09\"; }\n .material-icons.horizontal_distribute:before {\n content: \"\\e014\"; }\n .material-icons.horizontal_rule:before {\n content: \"\\f108\"; }\n .material-icons.horizontal_split:before {\n content: \"\\e947\"; }\n .material-icons.hot_tub:before {\n content: \"\\eb46\"; }\n .material-icons.hotel:before {\n content: \"\\e53a\"; }\n .material-icons.hotel_class:before {\n content: \"\\e743\"; }\n .material-icons.hourglass_bottom:before {\n content: \"\\ea5c\"; }\n .material-icons.hourglass_disabled:before {\n content: \"\\ef53\"; }\n .material-icons.hourglass_empty:before {\n content: \"\\e88b\"; }\n .material-icons.hourglass_full:before {\n content: \"\\e88c\"; }\n .material-icons.hourglass_top:before {\n content: \"\\ea5b\"; }\n .material-icons.house:before {\n content: \"\\ea44\"; }\n .material-icons.house_siding:before {\n content: \"\\f202\"; }\n .material-icons.houseboat:before {\n content: \"\\e584\"; }\n .material-icons.how_to_reg:before {\n content: \"\\e174\"; }\n .material-icons.how_to_vote:before {\n content: \"\\e175\"; }\n .material-icons.html:before {\n content: \"\\eb7e\"; }\n .material-icons.http:before {\n content: \"\\e902\"; }\n .material-icons.https:before {\n content: \"\\e88d\"; }\n .material-icons.hub:before {\n content: \"\\e9f4\"; }\n .material-icons.hvac:before {\n content: \"\\f10e\"; }\n .material-icons.ice_skating:before {\n content: \"\\e50b\"; }\n .material-icons.icecream:before {\n content: \"\\ea69\"; }\n .material-icons.image:before {\n content: \"\\e3f4\"; }\n .material-icons.image_aspect_ratio:before {\n content: \"\\e3f5\"; }\n .material-icons.image_not_supported:before {\n content: \"\\f116\"; }\n .material-icons.image_search:before {\n content: \"\\e43f\"; }\n .material-icons.imagesearch_roller:before {\n content: \"\\e9b4\"; }\n .material-icons.import_contacts:before {\n content: \"\\e0e0\"; }\n .material-icons.import_export:before {\n content: \"\\e0c3\"; }\n .material-icons.important_devices:before {\n content: \"\\e912\"; }\n .material-icons.inbox:before {\n content: \"\\e156\"; }\n .material-icons.incomplete_circle:before {\n content: \"\\e79b\"; }\n .material-icons.indeterminate_check_box:before {\n content: \"\\e909\"; }\n .material-icons.info:before {\n content: \"\\e88e\"; }\n .material-icons.info_outline:before {\n content: \"\\e88f\"; }\n .material-icons.input:before {\n content: \"\\e890\"; }\n .material-icons.insert_chart:before {\n content: \"\\e24b\"; }\n .material-icons.insert_chart_outlined:before {\n content: \"\\e26a\"; }\n .material-icons.insert_comment:before {\n content: \"\\e24c\"; }\n .material-icons.insert_drive_file:before {\n content: \"\\e24d\"; }\n .material-icons.insert_emoticon:before {\n content: \"\\e24e\"; }\n .material-icons.insert_invitation:before {\n content: \"\\e24f\"; }\n .material-icons.insert_link:before {\n content: \"\\e250\"; }\n .material-icons.insert_page_break:before {\n content: \"\\eaca\"; }\n .material-icons.insert_photo:before {\n content: \"\\e251\"; }\n .material-icons.insights:before {\n content: \"\\f092\"; }\n .material-icons.install_desktop:before {\n content: \"\\eb71\"; }\n .material-icons.install_mobile:before {\n content: \"\\eb72\"; }\n .material-icons.integration_instructions:before {\n content: \"\\ef54\"; }\n .material-icons.interests:before {\n content: \"\\e7c8\"; }\n .material-icons.interpreter_mode:before {\n content: \"\\e83b\"; }\n .material-icons.inventory:before {\n content: \"\\e179\"; }\n .material-icons.inventory_2:before {\n content: \"\\e1a1\"; }\n .material-icons.invert_colors:before {\n content: \"\\e891\"; }\n .material-icons.invert_colors_off:before {\n content: \"\\e0c4\"; }\n .material-icons.invert_colors_on:before {\n content: \"\\e891\"; }\n .material-icons.ios_share:before {\n content: \"\\e6b8\"; }\n .material-icons.iron:before {\n content: \"\\e583\"; }\n .material-icons.iso:before {\n content: \"\\e3f6\"; }\n .material-icons.javascript:before {\n content: \"\\eb7c\"; }\n .material-icons.join_full:before {\n content: \"\\eaeb\"; }\n .material-icons.join_inner:before {\n content: \"\\eaf4\"; }\n .material-icons.join_left:before {\n content: \"\\eaf2\"; }\n .material-icons.join_right:before {\n content: \"\\eaea\"; }\n .material-icons.kayaking:before {\n content: \"\\e50c\"; }\n .material-icons.kebab_dining:before {\n content: \"\\e842\"; }\n .material-icons.key:before {\n content: \"\\e73c\"; }\n .material-icons.key_off:before {\n content: \"\\eb84\"; }\n .material-icons.keyboard:before {\n content: \"\\e312\"; }\n .material-icons.keyboard_alt:before {\n content: \"\\f028\"; }\n .material-icons.keyboard_arrow_down:before {\n content: \"\\e313\"; }\n .material-icons.keyboard_arrow_left:before {\n content: \"\\e314\"; }\n .material-icons.keyboard_arrow_right:before {\n content: \"\\e315\"; }\n .material-icons.keyboard_arrow_up:before {\n content: \"\\e316\"; }\n .material-icons.keyboard_backspace:before {\n content: \"\\e317\"; }\n .material-icons.keyboard_capslock:before {\n content: \"\\e318\"; }\n .material-icons.keyboard_command:before {\n content: \"\\eae0\"; }\n .material-icons.keyboard_command_key:before {\n content: \"\\eae7\"; }\n .material-icons.keyboard_control:before {\n content: \"\\e5d3\"; }\n .material-icons.keyboard_control_key:before {\n content: \"\\eae6\"; }\n .material-icons.keyboard_double_arrow_down:before {\n content: \"\\ead0\"; }\n .material-icons.keyboard_double_arrow_left:before {\n content: \"\\eac3\"; }\n .material-icons.keyboard_double_arrow_right:before {\n content: \"\\eac9\"; }\n .material-icons.keyboard_double_arrow_up:before {\n content: \"\\eacf\"; }\n .material-icons.keyboard_hide:before {\n content: \"\\e31a\"; }\n .material-icons.keyboard_option:before {\n content: \"\\eadf\"; }\n .material-icons.keyboard_option_key:before {\n content: \"\\eae8\"; }\n .material-icons.keyboard_return:before {\n content: \"\\e31b\"; }\n .material-icons.keyboard_tab:before {\n content: \"\\e31c\"; }\n .material-icons.keyboard_voice:before {\n content: \"\\e31d\"; }\n .material-icons.king_bed:before {\n content: \"\\ea45\"; }\n .material-icons.kitchen:before {\n content: \"\\eb47\"; }\n .material-icons.kitesurfing:before {\n content: \"\\e50d\"; }\n .material-icons.label:before {\n content: \"\\e892\"; }\n .material-icons.label_important:before {\n content: \"\\e937\"; }\n .material-icons.label_important_outline:before {\n content: \"\\e948\"; }\n .material-icons.label_off:before {\n content: \"\\e9b6\"; }\n .material-icons.label_outline:before {\n content: \"\\e893\"; }\n .material-icons.lan:before {\n content: \"\\eb2f\"; }\n .material-icons.landscape:before {\n content: \"\\e3f7\"; }\n .material-icons.landslide:before {\n content: \"\\ebd7\"; }\n .material-icons.language:before {\n content: \"\\e894\"; }\n .material-icons.laptop:before {\n content: \"\\e31e\"; }\n .material-icons.laptop_chromebook:before {\n content: \"\\e31f\"; }\n .material-icons.laptop_mac:before {\n content: \"\\e320\"; }\n .material-icons.laptop_windows:before {\n content: \"\\e321\"; }\n .material-icons.last_page:before {\n content: \"\\e5dd\"; }\n .material-icons.launch:before {\n content: \"\\e895\"; }\n .material-icons.layers:before {\n content: \"\\e53b\"; }\n .material-icons.layers_clear:before {\n content: \"\\e53c\"; }\n .material-icons.leaderboard:before {\n content: \"\\f20c\"; }\n .material-icons.leak_add:before {\n content: \"\\e3f8\"; }\n .material-icons.leak_remove:before {\n content: \"\\e3f9\"; }\n .material-icons.leave_bags_at_home:before {\n content: \"\\f21b\"; }\n .material-icons.legend_toggle:before {\n content: \"\\f11b\"; }\n .material-icons.lens:before {\n content: \"\\e3fa\"; }\n .material-icons.lens_blur:before {\n content: \"\\f029\"; }\n .material-icons.library_add:before {\n content: \"\\e02e\"; }\n .material-icons.library_add_check:before {\n content: \"\\e9b7\"; }\n .material-icons.library_books:before {\n content: \"\\e02f\"; }\n .material-icons.library_music:before {\n content: \"\\e030\"; }\n .material-icons.light:before {\n content: \"\\f02a\"; }\n .material-icons.light_mode:before {\n content: \"\\e518\"; }\n .material-icons.lightbulb:before {\n content: \"\\e0f0\"; }\n .material-icons.lightbulb_circle:before {\n content: \"\\ebfe\"; }\n .material-icons.lightbulb_outline:before {\n content: \"\\e90f\"; }\n .material-icons.line_axis:before {\n content: \"\\ea9a\"; }\n .material-icons.line_style:before {\n content: \"\\e919\"; }\n .material-icons.line_weight:before {\n content: \"\\e91a\"; }\n .material-icons.linear_scale:before {\n content: \"\\e260\"; }\n .material-icons.link:before {\n content: \"\\e157\"; }\n .material-icons.link_off:before {\n content: \"\\e16f\"; }\n .material-icons.linked_camera:before {\n content: \"\\e438\"; }\n .material-icons.liquor:before {\n content: \"\\ea60\"; }\n .material-icons.list:before {\n content: \"\\e896\"; }\n .material-icons.list_alt:before {\n content: \"\\e0ee\"; }\n .material-icons.live_help:before {\n content: \"\\e0c6\"; }\n .material-icons.live_tv:before {\n content: \"\\e639\"; }\n .material-icons.living:before {\n content: \"\\f02b\"; }\n .material-icons.local_activity:before {\n content: \"\\e53f\"; }\n .material-icons.local_airport:before {\n content: \"\\e53d\"; }\n .material-icons.local_atm:before {\n content: \"\\e53e\"; }\n .material-icons.local_attraction:before {\n content: \"\\e53f\"; }\n .material-icons.local_bar:before {\n content: \"\\e540\"; }\n .material-icons.local_cafe:before {\n content: \"\\e541\"; }\n .material-icons.local_car_wash:before {\n content: \"\\e542\"; }\n .material-icons.local_convenience_store:before {\n content: \"\\e543\"; }\n .material-icons.local_dining:before {\n content: \"\\e556\"; }\n .material-icons.local_drink:before {\n content: \"\\e544\"; }\n .material-icons.local_fire_department:before {\n content: \"\\ef55\"; }\n .material-icons.local_florist:before {\n content: \"\\e545\"; }\n .material-icons.local_gas_station:before {\n content: \"\\e546\"; }\n .material-icons.local_grocery_store:before {\n content: \"\\e547\"; }\n .material-icons.local_hospital:before {\n content: \"\\e548\"; }\n .material-icons.local_hotel:before {\n content: \"\\e549\"; }\n .material-icons.local_laundry_service:before {\n content: \"\\e54a\"; }\n .material-icons.local_library:before {\n content: \"\\e54b\"; }\n .material-icons.local_mall:before {\n content: \"\\e54c\"; }\n .material-icons.local_movies:before {\n content: \"\\e54d\"; }\n .material-icons.local_offer:before {\n content: \"\\e54e\"; }\n .material-icons.local_parking:before {\n content: \"\\e54f\"; }\n .material-icons.local_pharmacy:before {\n content: \"\\e550\"; }\n .material-icons.local_phone:before {\n content: \"\\e551\"; }\n .material-icons.local_pizza:before {\n content: \"\\e552\"; }\n .material-icons.local_play:before {\n content: \"\\e553\"; }\n .material-icons.local_police:before {\n content: \"\\ef56\"; }\n .material-icons.local_post_office:before {\n content: \"\\e554\"; }\n .material-icons.local_print_shop:before {\n content: \"\\e555\"; }\n .material-icons.local_printshop:before {\n content: \"\\e555\"; }\n .material-icons.local_restaurant:before {\n content: \"\\e556\"; }\n .material-icons.local_see:before {\n content: \"\\e557\"; }\n .material-icons.local_shipping:before {\n content: \"\\e558\"; }\n .material-icons.local_taxi:before {\n content: \"\\e559\"; }\n .material-icons.location_city:before {\n content: \"\\e7f1\"; }\n .material-icons.location_disabled:before {\n content: \"\\e1b6\"; }\n .material-icons.location_history:before {\n content: \"\\e55a\"; }\n .material-icons.location_off:before {\n content: \"\\e0c7\"; }\n .material-icons.location_on:before {\n content: \"\\e0c8\"; }\n .material-icons.location_pin:before {\n content: \"\\f1db\"; }\n .material-icons.location_searching:before {\n content: \"\\e1b7\"; }\n .material-icons.lock:before {\n content: \"\\e897\"; }\n .material-icons.lock_clock:before {\n content: \"\\ef57\"; }\n .material-icons.lock_open:before {\n content: \"\\e898\"; }\n .material-icons.lock_outline:before {\n content: \"\\e899\"; }\n .material-icons.lock_person:before {\n content: \"\\f8f3\"; }\n .material-icons.lock_reset:before {\n content: \"\\eade\"; }\n .material-icons.login:before {\n content: \"\\ea77\"; }\n .material-icons.logo_dev:before {\n content: \"\\ead6\"; }\n .material-icons.logout:before {\n content: \"\\e9ba\"; }\n .material-icons.looks:before {\n content: \"\\e3fc\"; }\n .material-icons.looks_3:before {\n content: \"\\e3fb\"; }\n .material-icons.looks_4:before {\n content: \"\\e3fd\"; }\n .material-icons.looks_5:before {\n content: \"\\e3fe\"; }\n .material-icons.looks_6:before {\n content: \"\\e3ff\"; }\n .material-icons.looks_one:before {\n content: \"\\e400\"; }\n .material-icons.looks_two:before {\n content: \"\\e401\"; }\n .material-icons.loop:before {\n content: \"\\e028\"; }\n .material-icons.loupe:before {\n content: \"\\e402\"; }\n .material-icons.low_priority:before {\n content: \"\\e16d\"; }\n .material-icons.loyalty:before {\n content: \"\\e89a\"; }\n .material-icons.lte_mobiledata:before {\n content: \"\\f02c\"; }\n .material-icons.lte_plus_mobiledata:before {\n content: \"\\f02d\"; }\n .material-icons.luggage:before {\n content: \"\\f235\"; }\n .material-icons.lunch_dining:before {\n content: \"\\ea61\"; }\n .material-icons.lyrics:before {\n content: \"\\ec0b\"; }\n .material-icons.mail:before {\n content: \"\\e158\"; }\n .material-icons.mail_lock:before {\n content: \"\\ec0a\"; }\n .material-icons.mail_outline:before {\n content: \"\\e0e1\"; }\n .material-icons.male:before {\n content: \"\\e58e\"; }\n .material-icons.man:before {\n content: \"\\e4eb\"; }\n .material-icons.manage_accounts:before {\n content: \"\\f02e\"; }\n .material-icons.manage_history:before {\n content: \"\\ebe7\"; }\n .material-icons.manage_search:before {\n content: \"\\f02f\"; }\n .material-icons.map:before {\n content: \"\\e55b\"; }\n .material-icons.maps_home_work:before {\n content: \"\\f030\"; }\n .material-icons.maps_ugc:before {\n content: \"\\ef58\"; }\n .material-icons.margin:before {\n content: \"\\e9bb\"; }\n .material-icons.mark_as_unread:before {\n content: \"\\e9bc\"; }\n .material-icons.mark_chat_read:before {\n content: \"\\f18b\"; }\n .material-icons.mark_chat_unread:before {\n content: \"\\f189\"; }\n .material-icons.mark_email_read:before {\n content: \"\\f18c\"; }\n .material-icons.mark_email_unread:before {\n content: \"\\f18a\"; }\n .material-icons.mark_unread_chat_alt:before {\n content: \"\\eb9d\"; }\n .material-icons.markunread:before {\n content: \"\\e159\"; }\n .material-icons.markunread_mailbox:before {\n content: \"\\e89b\"; }\n .material-icons.masks:before {\n content: \"\\f218\"; }\n .material-icons.maximize:before {\n content: \"\\e930\"; }\n .material-icons.media_bluetooth_off:before {\n content: \"\\f031\"; }\n .material-icons.media_bluetooth_on:before {\n content: \"\\f032\"; }\n .material-icons.mediation:before {\n content: \"\\efa7\"; }\n .material-icons.medical_information:before {\n content: \"\\ebed\"; }\n .material-icons.medical_services:before {\n content: \"\\f109\"; }\n .material-icons.medication:before {\n content: \"\\f033\"; }\n .material-icons.medication_liquid:before {\n content: \"\\ea87\"; }\n .material-icons.meeting_room:before {\n content: \"\\eb4f\"; }\n .material-icons.memory:before {\n content: \"\\e322\"; }\n .material-icons.menu:before {\n content: \"\\e5d2\"; }\n .material-icons.menu_book:before {\n content: \"\\ea19\"; }\n .material-icons.menu_open:before {\n content: \"\\e9bd\"; }\n .material-icons.merge:before {\n content: \"\\eb98\"; }\n .material-icons.merge_type:before {\n content: \"\\e252\"; }\n .material-icons.message:before {\n content: \"\\e0c9\"; }\n .material-icons.messenger:before {\n content: \"\\e0ca\"; }\n .material-icons.messenger_outline:before {\n content: \"\\e0cb\"; }\n .material-icons.mic:before {\n content: \"\\e029\"; }\n .material-icons.mic_external_off:before {\n content: \"\\ef59\"; }\n .material-icons.mic_external_on:before {\n content: \"\\ef5a\"; }\n .material-icons.mic_none:before {\n content: \"\\e02a\"; }\n .material-icons.mic_off:before {\n content: \"\\e02b\"; }\n .material-icons.microwave:before {\n content: \"\\f204\"; }\n .material-icons.military_tech:before {\n content: \"\\ea3f\"; }\n .material-icons.minimize:before {\n content: \"\\e931\"; }\n .material-icons.minor_crash:before {\n content: \"\\ebf1\"; }\n .material-icons.miscellaneous_services:before {\n content: \"\\f10c\"; }\n .material-icons.missed_video_call:before {\n content: \"\\e073\"; }\n .material-icons.mms:before {\n content: \"\\e618\"; }\n .material-icons.mobile_friendly:before {\n content: \"\\e200\"; }\n .material-icons.mobile_off:before {\n content: \"\\e201\"; }\n .material-icons.mobile_screen_share:before {\n content: \"\\e0e7\"; }\n .material-icons.mobiledata_off:before {\n content: \"\\f034\"; }\n .material-icons.mode:before {\n content: \"\\f097\"; }\n .material-icons.mode_comment:before {\n content: \"\\e253\"; }\n .material-icons.mode_edit:before {\n content: \"\\e254\"; }\n .material-icons.mode_edit_outline:before {\n content: \"\\f035\"; }\n .material-icons.mode_fan_off:before {\n content: \"\\ec17\"; }\n .material-icons.mode_night:before {\n content: \"\\f036\"; }\n .material-icons.mode_of_travel:before {\n content: \"\\e7ce\"; }\n .material-icons.mode_standby:before {\n content: \"\\f037\"; }\n .material-icons.model_training:before {\n content: \"\\f0cf\"; }\n .material-icons.monetization_on:before {\n content: \"\\e263\"; }\n .material-icons.money:before {\n content: \"\\e57d\"; }\n .material-icons.money_off:before {\n content: \"\\e25c\"; }\n .material-icons.money_off_csred:before {\n content: \"\\f038\"; }\n .material-icons.monitor:before {\n content: \"\\ef5b\"; }\n .material-icons.monitor_heart:before {\n content: \"\\eaa2\"; }\n .material-icons.monitor_weight:before {\n content: \"\\f039\"; }\n .material-icons.monochrome_photos:before {\n content: \"\\e403\"; }\n .material-icons.mood:before {\n content: \"\\e7f2\"; }\n .material-icons.mood_bad:before {\n content: \"\\e7f3\"; }\n .material-icons.moped:before {\n content: \"\\eb28\"; }\n .material-icons.more:before {\n content: \"\\e619\"; }\n .material-icons.more_horiz:before {\n content: \"\\e5d3\"; }\n .material-icons.more_time:before {\n content: \"\\ea5d\"; }\n .material-icons.more_vert:before {\n content: \"\\e5d4\"; }\n .material-icons.mosque:before {\n content: \"\\eab2\"; }\n .material-icons.motion_photos_auto:before {\n content: \"\\f03a\"; }\n .material-icons.motion_photos_off:before {\n content: \"\\e9c0\"; }\n .material-icons.motion_photos_on:before {\n content: \"\\e9c1\"; }\n .material-icons.motion_photos_pause:before {\n content: \"\\f227\"; }\n .material-icons.motion_photos_paused:before {\n content: \"\\e9c2\"; }\n .material-icons.motorcycle:before {\n content: \"\\e91b\"; }\n .material-icons.mouse:before {\n content: \"\\e323\"; }\n .material-icons.move_down:before {\n content: \"\\eb61\"; }\n .material-icons.move_to_inbox:before {\n content: \"\\e168\"; }\n .material-icons.move_up:before {\n content: \"\\eb64\"; }\n .material-icons.movie:before {\n content: \"\\e02c\"; }\n .material-icons.movie_creation:before {\n content: \"\\e404\"; }\n .material-icons.movie_filter:before {\n content: \"\\e43a\"; }\n .material-icons.moving:before {\n content: \"\\e501\"; }\n .material-icons.mp:before {\n content: \"\\e9c3\"; }\n .material-icons.multiline_chart:before {\n content: \"\\e6df\"; }\n .material-icons.multiple_stop:before {\n content: \"\\f1b9\"; }\n .material-icons.multitrack_audio:before {\n content: \"\\e1b8\"; }\n .material-icons.museum:before {\n content: \"\\ea36\"; }\n .material-icons.music_note:before {\n content: \"\\e405\"; }\n .material-icons.music_off:before {\n content: \"\\e440\"; }\n .material-icons.music_video:before {\n content: \"\\e063\"; }\n .material-icons.my_library_add:before {\n content: \"\\e02e\"; }\n .material-icons.my_library_books:before {\n content: \"\\e02f\"; }\n .material-icons.my_library_music:before {\n content: \"\\e030\"; }\n .material-icons.my_location:before {\n content: \"\\e55c\"; }\n .material-icons.nat:before {\n content: \"\\ef5c\"; }\n .material-icons.nature:before {\n content: \"\\e406\"; }\n .material-icons.nature_people:before {\n content: \"\\e407\"; }\n .material-icons.navigate_before:before {\n content: \"\\e408\"; }\n .material-icons.navigate_next:before {\n content: \"\\e409\"; }\n .material-icons.navigation:before {\n content: \"\\e55d\"; }\n .material-icons.near_me:before {\n content: \"\\e569\"; }\n .material-icons.near_me_disabled:before {\n content: \"\\f1ef\"; }\n .material-icons.nearby_error:before {\n content: \"\\f03b\"; }\n .material-icons.nearby_off:before {\n content: \"\\f03c\"; }\n .material-icons.nest_cam_wired_stand:before {\n content: \"\\ec16\"; }\n .material-icons.network_cell:before {\n content: \"\\e1b9\"; }\n .material-icons.network_check:before {\n content: \"\\e640\"; }\n .material-icons.network_locked:before {\n content: \"\\e61a\"; }\n .material-icons.network_ping:before {\n content: \"\\ebca\"; }\n .material-icons.network_wifi:before {\n content: \"\\e1ba\"; }\n .material-icons.network_wifi_1_bar:before {\n content: \"\\ebe4\"; }\n .material-icons.network_wifi_2_bar:before {\n content: \"\\ebd6\"; }\n .material-icons.network_wifi_3_bar:before {\n content: \"\\ebe1\"; }\n .material-icons.new_label:before {\n content: \"\\e609\"; }\n .material-icons.new_releases:before {\n content: \"\\e031\"; }\n .material-icons.newspaper:before {\n content: \"\\eb81\"; }\n .material-icons.next_plan:before {\n content: \"\\ef5d\"; }\n .material-icons.next_week:before {\n content: \"\\e16a\"; }\n .material-icons.nfc:before {\n content: \"\\e1bb\"; }\n .material-icons.night_shelter:before {\n content: \"\\f1f1\"; }\n .material-icons.nightlife:before {\n content: \"\\ea62\"; }\n .material-icons.nightlight:before {\n content: \"\\f03d\"; }\n .material-icons.nightlight_round:before {\n content: \"\\ef5e\"; }\n .material-icons.nights_stay:before {\n content: \"\\ea46\"; }\n .material-icons.no_accounts:before {\n content: \"\\f03e\"; }\n .material-icons.no_adult_content:before {\n content: \"\\f8fe\"; }\n .material-icons.no_backpack:before {\n content: \"\\f237\"; }\n .material-icons.no_cell:before {\n content: \"\\f1a4\"; }\n .material-icons.no_crash:before {\n content: \"\\ebf0\"; }\n .material-icons.no_drinks:before {\n content: \"\\f1a5\"; }\n .material-icons.no_encryption:before {\n content: \"\\e641\"; }\n .material-icons.no_encryption_gmailerrorred:before {\n content: \"\\f03f\"; }\n .material-icons.no_flash:before {\n content: \"\\f1a6\"; }\n .material-icons.no_food:before {\n content: \"\\f1a7\"; }\n .material-icons.no_luggage:before {\n content: \"\\f23b\"; }\n .material-icons.no_meals:before {\n content: \"\\f1d6\"; }\n .material-icons.no_meals_ouline:before {\n content: \"\\f229\"; }\n .material-icons.no_meeting_room:before {\n content: \"\\eb4e\"; }\n .material-icons.no_photography:before {\n content: \"\\f1a8\"; }\n .material-icons.no_sim:before {\n content: \"\\e0cc\"; }\n .material-icons.no_stroller:before {\n content: \"\\f1af\"; }\n .material-icons.no_transfer:before {\n content: \"\\f1d5\"; }\n .material-icons.noise_aware:before {\n content: \"\\ebec\"; }\n .material-icons.noise_control_off:before {\n content: \"\\ebf3\"; }\n .material-icons.nordic_walking:before {\n content: \"\\e50e\"; }\n .material-icons.north:before {\n content: \"\\f1e0\"; }\n .material-icons.north_east:before {\n content: \"\\f1e1\"; }\n .material-icons.north_west:before {\n content: \"\\f1e2\"; }\n .material-icons.not_accessible:before {\n content: \"\\f0fe\"; }\n .material-icons.not_interested:before {\n content: \"\\e033\"; }\n .material-icons.not_listed_location:before {\n content: \"\\e575\"; }\n .material-icons.not_started:before {\n content: \"\\f0d1\"; }\n .material-icons.note:before {\n content: \"\\e06f\"; }\n .material-icons.note_add:before {\n content: \"\\e89c\"; }\n .material-icons.note_alt:before {\n content: \"\\f040\"; }\n .material-icons.notes:before {\n content: \"\\e26c\"; }\n .material-icons.notification_add:before {\n content: \"\\e399\"; }\n .material-icons.notification_important:before {\n content: \"\\e004\"; }\n .material-icons.notifications:before {\n content: \"\\e7f4\"; }\n .material-icons.notifications_active:before {\n content: \"\\e7f7\"; }\n .material-icons.notifications_none:before {\n content: \"\\e7f5\"; }\n .material-icons.notifications_off:before {\n content: \"\\e7f6\"; }\n .material-icons.notifications_on:before {\n content: \"\\e7f7\"; }\n .material-icons.notifications_paused:before {\n content: \"\\e7f8\"; }\n .material-icons.now_wallpaper:before {\n content: \"\\e1bc\"; }\n .material-icons.now_widgets:before {\n content: \"\\e1bd\"; }\n .material-icons.numbers:before {\n content: \"\\eac7\"; }\n .material-icons.offline_bolt:before {\n content: \"\\e932\"; }\n .material-icons.offline_pin:before {\n content: \"\\e90a\"; }\n .material-icons.offline_share:before {\n content: \"\\e9c5\"; }\n .material-icons.oil_barrel:before {\n content: \"\\ec15\"; }\n .material-icons.on_device_training:before {\n content: \"\\ebfd\"; }\n .material-icons.ondemand_video:before {\n content: \"\\e63a\"; }\n .material-icons.online_prediction:before {\n content: \"\\f0eb\"; }\n .material-icons.opacity:before {\n content: \"\\e91c\"; }\n .material-icons.open_in_browser:before {\n content: \"\\e89d\"; }\n .material-icons.open_in_full:before {\n content: \"\\f1ce\"; }\n .material-icons.open_in_new:before {\n content: \"\\e89e\"; }\n .material-icons.open_in_new_off:before {\n content: \"\\e4f6\"; }\n .material-icons.open_with:before {\n content: \"\\e89f\"; }\n .material-icons.other_houses:before {\n content: \"\\e58c\"; }\n .material-icons.outbond:before {\n content: \"\\f228\"; }\n .material-icons.outbound:before {\n content: \"\\e1ca\"; }\n .material-icons.outbox:before {\n content: \"\\ef5f\"; }\n .material-icons.outdoor_grill:before {\n content: \"\\ea47\"; }\n .material-icons.outgoing_mail:before {\n content: \"\\f0d2\"; }\n .material-icons.outlet:before {\n content: \"\\f1d4\"; }\n .material-icons.outlined_flag:before {\n content: \"\\e16e\"; }\n .material-icons.output:before {\n content: \"\\ebbe\"; }\n .material-icons.padding:before {\n content: \"\\e9c8\"; }\n .material-icons.pages:before {\n content: \"\\e7f9\"; }\n .material-icons.pageview:before {\n content: \"\\e8a0\"; }\n .material-icons.paid:before {\n content: \"\\f041\"; }\n .material-icons.palette:before {\n content: \"\\e40a\"; }\n .material-icons.pan_tool:before {\n content: \"\\e925\"; }\n .material-icons.pan_tool_alt:before {\n content: \"\\ebb9\"; }\n .material-icons.panorama:before {\n content: \"\\e40b\"; }\n .material-icons.panorama_fish_eye:before {\n content: \"\\e40c\"; }\n .material-icons.panorama_fisheye:before {\n content: \"\\e40c\"; }\n .material-icons.panorama_horizontal:before {\n content: \"\\e40d\"; }\n .material-icons.panorama_horizontal_select:before {\n content: \"\\ef60\"; }\n .material-icons.panorama_photosphere:before {\n content: \"\\e9c9\"; }\n .material-icons.panorama_photosphere_select:before {\n content: \"\\e9ca\"; }\n .material-icons.panorama_vertical:before {\n content: \"\\e40e\"; }\n .material-icons.panorama_vertical_select:before {\n content: \"\\ef61\"; }\n .material-icons.panorama_wide_angle:before {\n content: \"\\e40f\"; }\n .material-icons.panorama_wide_angle_select:before {\n content: \"\\ef62\"; }\n .material-icons.paragliding:before {\n content: \"\\e50f\"; }\n .material-icons.park:before {\n content: \"\\ea63\"; }\n .material-icons.party_mode:before {\n content: \"\\e7fa\"; }\n .material-icons.password:before {\n content: \"\\f042\"; }\n .material-icons.pattern:before {\n content: \"\\f043\"; }\n .material-icons.pause:before {\n content: \"\\e034\"; }\n .material-icons.pause_circle:before {\n content: \"\\e1a2\"; }\n .material-icons.pause_circle_filled:before {\n content: \"\\e035\"; }\n .material-icons.pause_circle_outline:before {\n content: \"\\e036\"; }\n .material-icons.pause_presentation:before {\n content: \"\\e0ea\"; }\n .material-icons.payment:before {\n content: \"\\e8a1\"; }\n .material-icons.payments:before {\n content: \"\\ef63\"; }\n .material-icons.paypal:before {\n content: \"\\ea8d\"; }\n .material-icons.pedal_bike:before {\n content: \"\\eb29\"; }\n .material-icons.pending:before {\n content: \"\\ef64\"; }\n .material-icons.pending_actions:before {\n content: \"\\f1bb\"; }\n .material-icons.pentagon:before {\n content: \"\\eb50\"; }\n .material-icons.people:before {\n content: \"\\e7fb\"; }\n .material-icons.people_alt:before {\n content: \"\\ea21\"; }\n .material-icons.people_outline:before {\n content: \"\\e7fc\"; }\n .material-icons.percent:before {\n content: \"\\eb58\"; }\n .material-icons.perm_camera_mic:before {\n content: \"\\e8a2\"; }\n .material-icons.perm_contact_cal:before {\n content: \"\\e8a3\"; }\n .material-icons.perm_contact_calendar:before {\n content: \"\\e8a3\"; }\n .material-icons.perm_data_setting:before {\n content: \"\\e8a4\"; }\n .material-icons.perm_device_info:before {\n content: \"\\e8a5\"; }\n .material-icons.perm_device_information:before {\n content: \"\\e8a5\"; }\n .material-icons.perm_identity:before {\n content: \"\\e8a6\"; }\n .material-icons.perm_media:before {\n content: \"\\e8a7\"; }\n .material-icons.perm_phone_msg:before {\n content: \"\\e8a8\"; }\n .material-icons.perm_scan_wifi:before {\n content: \"\\e8a9\"; }\n .material-icons.person:before {\n content: \"\\e7fd\"; }\n .material-icons.person_add:before {\n content: \"\\e7fe\"; }\n .material-icons.person_add_alt:before {\n content: \"\\ea4d\"; }\n .material-icons.person_add_alt_1:before {\n content: \"\\ef65\"; }\n .material-icons.person_add_disabled:before {\n content: \"\\e9cb\"; }\n .material-icons.person_off:before {\n content: \"\\e510\"; }\n .material-icons.person_outline:before {\n content: \"\\e7ff\"; }\n .material-icons.person_pin:before {\n content: \"\\e55a\"; }\n .material-icons.person_pin_circle:before {\n content: \"\\e56a\"; }\n .material-icons.person_remove:before {\n content: \"\\ef66\"; }\n .material-icons.person_remove_alt_1:before {\n content: \"\\ef67\"; }\n .material-icons.person_search:before {\n content: \"\\f106\"; }\n .material-icons.personal_injury:before {\n content: \"\\e6da\"; }\n .material-icons.personal_video:before {\n content: \"\\e63b\"; }\n .material-icons.pest_control:before {\n content: \"\\f0fa\"; }\n .material-icons.pest_control_rodent:before {\n content: \"\\f0fd\"; }\n .material-icons.pets:before {\n content: \"\\e91d\"; }\n .material-icons.phishing:before {\n content: \"\\ead7\"; }\n .material-icons.phone:before {\n content: \"\\e0cd\"; }\n .material-icons.phone_android:before {\n content: \"\\e324\"; }\n .material-icons.phone_bluetooth_speaker:before {\n content: \"\\e61b\"; }\n .material-icons.phone_callback:before {\n content: \"\\e649\"; }\n .material-icons.phone_disabled:before {\n content: \"\\e9cc\"; }\n .material-icons.phone_enabled:before {\n content: \"\\e9cd\"; }\n .material-icons.phone_forwarded:before {\n content: \"\\e61c\"; }\n .material-icons.phone_in_talk:before {\n content: \"\\e61d\"; }\n .material-icons.phone_iphone:before {\n content: \"\\e325\"; }\n .material-icons.phone_locked:before {\n content: \"\\e61e\"; }\n .material-icons.phone_missed:before {\n content: \"\\e61f\"; }\n .material-icons.phone_paused:before {\n content: \"\\e620\"; }\n .material-icons.phonelink:before {\n content: \"\\e326\"; }\n .material-icons.phonelink_erase:before {\n content: \"\\e0db\"; }\n .material-icons.phonelink_lock:before {\n content: \"\\e0dc\"; }\n .material-icons.phonelink_off:before {\n content: \"\\e327\"; }\n .material-icons.phonelink_ring:before {\n content: \"\\e0dd\"; }\n .material-icons.phonelink_setup:before {\n content: \"\\e0de\"; }\n .material-icons.photo:before {\n content: \"\\e410\"; }\n .material-icons.photo_album:before {\n content: \"\\e411\"; }\n .material-icons.photo_camera:before {\n content: \"\\e412\"; }\n .material-icons.photo_camera_back:before {\n content: \"\\ef68\"; }\n .material-icons.photo_camera_front:before {\n content: \"\\ef69\"; }\n .material-icons.photo_filter:before {\n content: \"\\e43b\"; }\n .material-icons.photo_library:before {\n content: \"\\e413\"; }\n .material-icons.photo_size_select_actual:before {\n content: \"\\e432\"; }\n .material-icons.photo_size_select_large:before {\n content: \"\\e433\"; }\n .material-icons.photo_size_select_small:before {\n content: \"\\e434\"; }\n .material-icons.php:before {\n content: \"\\eb8f\"; }\n .material-icons.piano:before {\n content: \"\\e521\"; }\n .material-icons.piano_off:before {\n content: \"\\e520\"; }\n .material-icons.picture_as_pdf:before {\n content: \"\\e415\"; }\n .material-icons.picture_in_picture:before {\n content: \"\\e8aa\"; }\n .material-icons.picture_in_picture_alt:before {\n content: \"\\e911\"; }\n .material-icons.pie_chart:before {\n content: \"\\e6c4\"; }\n .material-icons.pie_chart_outline:before {\n content: \"\\f044\"; }\n .material-icons.pie_chart_outlined:before {\n content: \"\\e6c5\"; }\n .material-icons.pin:before {\n content: \"\\f045\"; }\n .material-icons.pin_drop:before {\n content: \"\\e55e\"; }\n .material-icons.pin_end:before {\n content: \"\\e767\"; }\n .material-icons.pin_invoke:before {\n content: \"\\e763\"; }\n .material-icons.pinch:before {\n content: \"\\eb38\"; }\n .material-icons.pivot_table_chart:before {\n content: \"\\e9ce\"; }\n .material-icons.pix:before {\n content: \"\\eaa3\"; }\n .material-icons.place:before {\n content: \"\\e55f\"; }\n .material-icons.plagiarism:before {\n content: \"\\ea5a\"; }\n .material-icons.play_arrow:before {\n content: \"\\e037\"; }\n .material-icons.play_circle:before {\n content: \"\\e1c4\"; }\n .material-icons.play_circle_fill:before {\n content: \"\\e038\"; }\n .material-icons.play_circle_filled:before {\n content: \"\\e038\"; }\n .material-icons.play_circle_outline:before {\n content: \"\\e039\"; }\n .material-icons.play_disabled:before {\n content: \"\\ef6a\"; }\n .material-icons.play_for_work:before {\n content: \"\\e906\"; }\n .material-icons.play_lesson:before {\n content: \"\\f047\"; }\n .material-icons.playlist_add:before {\n content: \"\\e03b\"; }\n .material-icons.playlist_add_check:before {\n content: \"\\e065\"; }\n .material-icons.playlist_add_check_circle:before {\n content: \"\\e7e6\"; }\n .material-icons.playlist_add_circle:before {\n content: \"\\e7e5\"; }\n .material-icons.playlist_play:before {\n content: \"\\e05f\"; }\n .material-icons.playlist_remove:before {\n content: \"\\eb80\"; }\n .material-icons.plumbing:before {\n content: \"\\f107\"; }\n .material-icons.plus_one:before {\n content: \"\\e800\"; }\n .material-icons.podcasts:before {\n content: \"\\f048\"; }\n .material-icons.point_of_sale:before {\n content: \"\\f17e\"; }\n .material-icons.policy:before {\n content: \"\\ea17\"; }\n .material-icons.poll:before {\n content: \"\\e801\"; }\n .material-icons.polyline:before {\n content: \"\\ebbb\"; }\n .material-icons.polymer:before {\n content: \"\\e8ab\"; }\n .material-icons.pool:before {\n content: \"\\eb48\"; }\n .material-icons.portable_wifi_off:before {\n content: \"\\e0ce\"; }\n .material-icons.portrait:before {\n content: \"\\e416\"; }\n .material-icons.post_add:before {\n content: \"\\ea20\"; }\n .material-icons.power:before {\n content: \"\\e63c\"; }\n .material-icons.power_input:before {\n content: \"\\e336\"; }\n .material-icons.power_off:before {\n content: \"\\e646\"; }\n .material-icons.power_settings_new:before {\n content: \"\\e8ac\"; }\n .material-icons.precision_manufacturing:before {\n content: \"\\f049\"; }\n .material-icons.pregnant_woman:before {\n content: \"\\e91e\"; }\n .material-icons.present_to_all:before {\n content: \"\\e0df\"; }\n .material-icons.preview:before {\n content: \"\\f1c5\"; }\n .material-icons.price_change:before {\n content: \"\\f04a\"; }\n .material-icons.price_check:before {\n content: \"\\f04b\"; }\n .material-icons.print:before {\n content: \"\\e8ad\"; }\n .material-icons.print_disabled:before {\n content: \"\\e9cf\"; }\n .material-icons.priority_high:before {\n content: \"\\e645\"; }\n .material-icons.privacy_tip:before {\n content: \"\\f0dc\"; }\n .material-icons.private_connectivity:before {\n content: \"\\e744\"; }\n .material-icons.production_quantity_limits:before {\n content: \"\\e1d1\"; }\n .material-icons.propane:before {\n content: \"\\ec14\"; }\n .material-icons.propane_tank:before {\n content: \"\\ec13\"; }\n .material-icons.psychology:before {\n content: \"\\ea4a\"; }\n .material-icons.psychology_alt:before {\n content: \"\\f8ea\"; }\n .material-icons.public:before {\n content: \"\\e80b\"; }\n .material-icons.public_off:before {\n content: \"\\f1ca\"; }\n .material-icons.publish:before {\n content: \"\\e255\"; }\n .material-icons.published_with_changes:before {\n content: \"\\f232\"; }\n .material-icons.punch_clock:before {\n content: \"\\eaa8\"; }\n .material-icons.push_pin:before {\n content: \"\\f10d\"; }\n .material-icons.qr_code:before {\n content: \"\\ef6b\"; }\n .material-icons.qr_code_2:before {\n content: \"\\e00a\"; }\n .material-icons.qr_code_scanner:before {\n content: \"\\f206\"; }\n .material-icons.query_builder:before {\n content: \"\\e8ae\"; }\n .material-icons.query_stats:before {\n content: \"\\e4fc\"; }\n .material-icons.question_answer:before {\n content: \"\\e8af\"; }\n .material-icons.question_mark:before {\n content: \"\\eb8b\"; }\n .material-icons.queue:before {\n content: \"\\e03c\"; }\n .material-icons.queue_music:before {\n content: \"\\e03d\"; }\n .material-icons.queue_play_next:before {\n content: \"\\e066\"; }\n .material-icons.quick_contacts_dialer:before {\n content: \"\\e0cf\"; }\n .material-icons.quick_contacts_mail:before {\n content: \"\\e0d0\"; }\n .material-icons.quickreply:before {\n content: \"\\ef6c\"; }\n .material-icons.quiz:before {\n content: \"\\f04c\"; }\n .material-icons.quora:before {\n content: \"\\ea98\"; }\n .material-icons.r_mobiledata:before {\n content: \"\\f04d\"; }\n .material-icons.radar:before {\n content: \"\\f04e\"; }\n .material-icons.radio:before {\n content: \"\\e03e\"; }\n .material-icons.radio_button_checked:before {\n content: \"\\e837\"; }\n .material-icons.radio_button_off:before {\n content: \"\\e836\"; }\n .material-icons.radio_button_on:before {\n content: \"\\e837\"; }\n .material-icons.radio_button_unchecked:before {\n content: \"\\e836\"; }\n .material-icons.railway_alert:before {\n content: \"\\e9d1\"; }\n .material-icons.ramen_dining:before {\n content: \"\\ea64\"; }\n .material-icons.ramp_left:before {\n content: \"\\eb9c\"; }\n .material-icons.ramp_right:before {\n content: \"\\eb96\"; }\n .material-icons.rate_review:before {\n content: \"\\e560\"; }\n .material-icons.raw_off:before {\n content: \"\\f04f\"; }\n .material-icons.raw_on:before {\n content: \"\\f050\"; }\n .material-icons.read_more:before {\n content: \"\\ef6d\"; }\n .material-icons.real_estate_agent:before {\n content: \"\\e73a\"; }\n .material-icons.receipt:before {\n content: \"\\e8b0\"; }\n .material-icons.receipt_long:before {\n content: \"\\ef6e\"; }\n .material-icons.recent_actors:before {\n content: \"\\e03f\"; }\n .material-icons.recommend:before {\n content: \"\\e9d2\"; }\n .material-icons.record_voice_over:before {\n content: \"\\e91f\"; }\n .material-icons.rectangle:before {\n content: \"\\eb54\"; }\n .material-icons.recycling:before {\n content: \"\\e760\"; }\n .material-icons.reddit:before {\n content: \"\\eaa0\"; }\n .material-icons.redeem:before {\n content: \"\\e8b1\"; }\n .material-icons.redo:before {\n content: \"\\e15a\"; }\n .material-icons.reduce_capacity:before {\n content: \"\\f21c\"; }\n .material-icons.refresh:before {\n content: \"\\e5d5\"; }\n .material-icons.remember_me:before {\n content: \"\\f051\"; }\n .material-icons.remove:before {\n content: \"\\e15b\"; }\n .material-icons.remove_circle:before {\n content: \"\\e15c\"; }\n .material-icons.remove_circle_outline:before {\n content: \"\\e15d\"; }\n .material-icons.remove_done:before {\n content: \"\\e9d3\"; }\n .material-icons.remove_from_queue:before {\n content: \"\\e067\"; }\n .material-icons.remove_moderator:before {\n content: \"\\e9d4\"; }\n .material-icons.remove_red_eye:before {\n content: \"\\e417\"; }\n .material-icons.remove_road:before {\n content: \"\\ebfc\"; }\n .material-icons.remove_shopping_cart:before {\n content: \"\\e928\"; }\n .material-icons.reorder:before {\n content: \"\\e8fe\"; }\n .material-icons.repartition:before {\n content: \"\\f8e8\"; }\n .material-icons.repeat:before {\n content: \"\\e040\"; }\n .material-icons.repeat_on:before {\n content: \"\\e9d6\"; }\n .material-icons.repeat_one:before {\n content: \"\\e041\"; }\n .material-icons.repeat_one_on:before {\n content: \"\\e9d7\"; }\n .material-icons.replay:before {\n content: \"\\e042\"; }\n .material-icons.replay_10:before {\n content: \"\\e059\"; }\n .material-icons.replay_30:before {\n content: \"\\e05a\"; }\n .material-icons.replay_5:before {\n content: \"\\e05b\"; }\n .material-icons.replay_circle_filled:before {\n content: \"\\e9d8\"; }\n .material-icons.reply:before {\n content: \"\\e15e\"; }\n .material-icons.reply_all:before {\n content: \"\\e15f\"; }\n .material-icons.report:before {\n content: \"\\e160\"; }\n .material-icons.report_gmailerrorred:before {\n content: \"\\f052\"; }\n .material-icons.report_off:before {\n content: \"\\e170\"; }\n .material-icons.report_problem:before {\n content: \"\\e8b2\"; }\n .material-icons.request_page:before {\n content: \"\\f22c\"; }\n .material-icons.request_quote:before {\n content: \"\\f1b6\"; }\n .material-icons.reset_tv:before {\n content: \"\\e9d9\"; }\n .material-icons.restart_alt:before {\n content: \"\\f053\"; }\n .material-icons.restaurant:before {\n content: \"\\e56c\"; }\n .material-icons.restaurant_menu:before {\n content: \"\\e561\"; }\n .material-icons.restore:before {\n content: \"\\e8b3\"; }\n .material-icons.restore_from_trash:before {\n content: \"\\e938\"; }\n .material-icons.restore_page:before {\n content: \"\\e929\"; }\n .material-icons.reviews:before {\n content: \"\\f054\"; }\n .material-icons.rice_bowl:before {\n content: \"\\f1f5\"; }\n .material-icons.ring_volume:before {\n content: \"\\e0d1\"; }\n .material-icons.rocket:before {\n content: \"\\eba5\"; }\n .material-icons.rocket_launch:before {\n content: \"\\eb9b\"; }\n .material-icons.roller_shades:before {\n content: \"\\ec12\"; }\n .material-icons.roller_shades_closed:before {\n content: \"\\ec11\"; }\n .material-icons.roller_skating:before {\n content: \"\\ebcd\"; }\n .material-icons.roofing:before {\n content: \"\\f201\"; }\n .material-icons.room:before {\n content: \"\\e8b4\"; }\n .material-icons.room_preferences:before {\n content: \"\\f1b8\"; }\n .material-icons.room_service:before {\n content: \"\\eb49\"; }\n .material-icons.rotate_90_degrees_ccw:before {\n content: \"\\e418\"; }\n .material-icons.rotate_90_degrees_cw:before {\n content: \"\\eaab\"; }\n .material-icons.rotate_left:before {\n content: \"\\e419\"; }\n .material-icons.rotate_right:before {\n content: \"\\e41a\"; }\n .material-icons.roundabout_left:before {\n content: \"\\eb99\"; }\n .material-icons.roundabout_right:before {\n content: \"\\eba3\"; }\n .material-icons.rounded_corner:before {\n content: \"\\e920\"; }\n .material-icons.route:before {\n content: \"\\eacd\"; }\n .material-icons.router:before {\n content: \"\\e328\"; }\n .material-icons.rowing:before {\n content: \"\\e921\"; }\n .material-icons.rss_feed:before {\n content: \"\\e0e5\"; }\n .material-icons.rsvp:before {\n content: \"\\f055\"; }\n .material-icons.rtt:before {\n content: \"\\e9ad\"; }\n .material-icons.rule:before {\n content: \"\\f1c2\"; }\n .material-icons.rule_folder:before {\n content: \"\\f1c9\"; }\n .material-icons.run_circle:before {\n content: \"\\ef6f\"; }\n .material-icons.running_with_errors:before {\n content: \"\\e51d\"; }\n .material-icons.rv_hookup:before {\n content: \"\\e642\"; }\n .material-icons.safety_check:before {\n content: \"\\ebef\"; }\n .material-icons.safety_divider:before {\n content: \"\\e1cc\"; }\n .material-icons.sailing:before {\n content: \"\\e502\"; }\n .material-icons.sanitizer:before {\n content: \"\\f21d\"; }\n .material-icons.satellite:before {\n content: \"\\e562\"; }\n .material-icons.satellite_alt:before {\n content: \"\\eb3a\"; }\n .material-icons.save:before {\n content: \"\\e161\"; }\n .material-icons.save_alt:before {\n content: \"\\e171\"; }\n .material-icons.save_as:before {\n content: \"\\eb60\"; }\n .material-icons.saved_search:before {\n content: \"\\ea11\"; }\n .material-icons.savings:before {\n content: \"\\e2eb\"; }\n .material-icons.scale:before {\n content: \"\\eb5f\"; }\n .material-icons.scanner:before {\n content: \"\\e329\"; }\n .material-icons.scatter_plot:before {\n content: \"\\e268\"; }\n .material-icons.schedule:before {\n content: \"\\e8b5\"; }\n .material-icons.schedule_send:before {\n content: \"\\ea0a\"; }\n .material-icons.schema:before {\n content: \"\\e4fd\"; }\n .material-icons.school:before {\n content: \"\\e80c\"; }\n .material-icons.science:before {\n content: \"\\ea4b\"; }\n .material-icons.score:before {\n content: \"\\e269\"; }\n .material-icons.scoreboard:before {\n content: \"\\ebd0\"; }\n .material-icons.screen_lock_landscape:before {\n content: \"\\e1be\"; }\n .material-icons.screen_lock_portrait:before {\n content: \"\\e1bf\"; }\n .material-icons.screen_lock_rotation:before {\n content: \"\\e1c0\"; }\n .material-icons.screen_rotation:before {\n content: \"\\e1c1\"; }\n .material-icons.screen_rotation_alt:before {\n content: \"\\ebee\"; }\n .material-icons.screen_search_desktop:before {\n content: \"\\ef70\"; }\n .material-icons.screen_share:before {\n content: \"\\e0e2\"; }\n .material-icons.screenshot:before {\n content: \"\\f056\"; }\n .material-icons.screenshot_monitor:before {\n content: \"\\ec08\"; }\n .material-icons.scuba_diving:before {\n content: \"\\ebce\"; }\n .material-icons.sd:before {\n content: \"\\e9dd\"; }\n .material-icons.sd_card:before {\n content: \"\\e623\"; }\n .material-icons.sd_card_alert:before {\n content: \"\\f057\"; }\n .material-icons.sd_storage:before {\n content: \"\\e1c2\"; }\n .material-icons.search:before {\n content: \"\\e8b6\"; }\n .material-icons.search_off:before {\n content: \"\\ea76\"; }\n .material-icons.security:before {\n content: \"\\e32a\"; }\n .material-icons.security_update:before {\n content: \"\\f058\"; }\n .material-icons.security_update_good:before {\n content: \"\\f059\"; }\n .material-icons.security_update_warning:before {\n content: \"\\f05a\"; }\n .material-icons.segment:before {\n content: \"\\e94b\"; }\n .material-icons.select_all:before {\n content: \"\\e162\"; }\n .material-icons.self_improvement:before {\n content: \"\\ea78\"; }\n .material-icons.sell:before {\n content: \"\\f05b\"; }\n .material-icons.send:before {\n content: \"\\e163\"; }\n .material-icons.send_and_archive:before {\n content: \"\\ea0c\"; }\n .material-icons.send_time_extension:before {\n content: \"\\eadb\"; }\n .material-icons.send_to_mobile:before {\n content: \"\\f05c\"; }\n .material-icons.sensor_door:before {\n content: \"\\f1b5\"; }\n .material-icons.sensor_occupied:before {\n content: \"\\ec10\"; }\n .material-icons.sensor_window:before {\n content: \"\\f1b4\"; }\n .material-icons.sensors:before {\n content: \"\\e51e\"; }\n .material-icons.sensors_off:before {\n content: \"\\e51f\"; }\n .material-icons.sentiment_dissatisfied:before {\n content: \"\\e811\"; }\n .material-icons.sentiment_neutral:before {\n content: \"\\e812\"; }\n .material-icons.sentiment_satisfied:before {\n content: \"\\e813\"; }\n .material-icons.sentiment_satisfied_alt:before {\n content: \"\\e0ed\"; }\n .material-icons.sentiment_very_dissatisfied:before {\n content: \"\\e814\"; }\n .material-icons.sentiment_very_satisfied:before {\n content: \"\\e815\"; }\n .material-icons.set_meal:before {\n content: \"\\f1ea\"; }\n .material-icons.settings:before {\n content: \"\\e8b8\"; }\n .material-icons.settings_accessibility:before {\n content: \"\\f05d\"; }\n .material-icons.settings_applications:before {\n content: \"\\e8b9\"; }\n .material-icons.settings_backup_restore:before {\n content: \"\\e8ba\"; }\n .material-icons.settings_bluetooth:before {\n content: \"\\e8bb\"; }\n .material-icons.settings_brightness:before {\n content: \"\\e8bd\"; }\n .material-icons.settings_cell:before {\n content: \"\\e8bc\"; }\n .material-icons.settings_display:before {\n content: \"\\e8bd\"; }\n .material-icons.settings_ethernet:before {\n content: \"\\e8be\"; }\n .material-icons.settings_input_antenna:before {\n content: \"\\e8bf\"; }\n .material-icons.settings_input_component:before {\n content: \"\\e8c0\"; }\n .material-icons.settings_input_composite:before {\n content: \"\\e8c1\"; }\n .material-icons.settings_input_hdmi:before {\n content: \"\\e8c2\"; }\n .material-icons.settings_input_svideo:before {\n content: \"\\e8c3\"; }\n .material-icons.settings_overscan:before {\n content: \"\\e8c4\"; }\n .material-icons.settings_phone:before {\n content: \"\\e8c5\"; }\n .material-icons.settings_power:before {\n content: \"\\e8c6\"; }\n .material-icons.settings_remote:before {\n content: \"\\e8c7\"; }\n .material-icons.settings_suggest:before {\n content: \"\\f05e\"; }\n .material-icons.settings_system_daydream:before {\n content: \"\\e1c3\"; }\n .material-icons.settings_voice:before {\n content: \"\\e8c8\"; }\n .material-icons.severe_cold:before {\n content: \"\\ebd3\"; }\n .material-icons.share:before {\n content: \"\\e80d\"; }\n .material-icons.share_arrival_time:before {\n content: \"\\e524\"; }\n .material-icons.share_location:before {\n content: \"\\f05f\"; }\n .material-icons.shield:before {\n content: \"\\e9e0\"; }\n .material-icons.shield_moon:before {\n content: \"\\eaa9\"; }\n .material-icons.shop:before {\n content: \"\\e8c9\"; }\n .material-icons.shop_2:before {\n content: \"\\e19e\"; }\n .material-icons.shop_two:before {\n content: \"\\e8ca\"; }\n .material-icons.shopify:before {\n content: \"\\ea9d\"; }\n .material-icons.shopping_bag:before {\n content: \"\\f1cc\"; }\n .material-icons.shopping_basket:before {\n content: \"\\e8cb\"; }\n .material-icons.shopping_cart:before {\n content: \"\\e8cc\"; }\n .material-icons.shopping_cart_checkout:before {\n content: \"\\eb88\"; }\n .material-icons.short_text:before {\n content: \"\\e261\"; }\n .material-icons.shortcut:before {\n content: \"\\f060\"; }\n .material-icons.show_chart:before {\n content: \"\\e6e1\"; }\n .material-icons.shower:before {\n content: \"\\f061\"; }\n .material-icons.shuffle:before {\n content: \"\\e043\"; }\n .material-icons.shuffle_on:before {\n content: \"\\e9e1\"; }\n .material-icons.shutter_speed:before {\n content: \"\\e43d\"; }\n .material-icons.sick:before {\n content: \"\\f220\"; }\n .material-icons.sign_language:before {\n content: \"\\ebe5\"; }\n .material-icons.signal_cellular_0_bar:before {\n content: \"\\f0a8\"; }\n .material-icons.signal_cellular_4_bar:before {\n content: \"\\e1c8\"; }\n .material-icons.signal_cellular_alt:before {\n content: \"\\e202\"; }\n .material-icons.signal_cellular_alt_1_bar:before {\n content: \"\\ebdf\"; }\n .material-icons.signal_cellular_alt_2_bar:before {\n content: \"\\ebe3\"; }\n .material-icons.signal_cellular_connected_no_internet_0_bar:before {\n content: \"\\f0ac\"; }\n .material-icons.signal_cellular_connected_no_internet_4_bar:before {\n content: \"\\e1cd\"; }\n .material-icons.signal_cellular_no_sim:before {\n content: \"\\e1ce\"; }\n .material-icons.signal_cellular_nodata:before {\n content: \"\\f062\"; }\n .material-icons.signal_cellular_null:before {\n content: \"\\e1cf\"; }\n .material-icons.signal_cellular_off:before {\n content: \"\\e1d0\"; }\n .material-icons.signal_wifi_0_bar:before {\n content: \"\\f0b0\"; }\n .material-icons.signal_wifi_4_bar:before {\n content: \"\\e1d8\"; }\n .material-icons.signal_wifi_4_bar_lock:before {\n content: \"\\e1d9\"; }\n .material-icons.signal_wifi_bad:before {\n content: \"\\f063\"; }\n .material-icons.signal_wifi_connected_no_internet_4:before {\n content: \"\\f064\"; }\n .material-icons.signal_wifi_off:before {\n content: \"\\e1da\"; }\n .material-icons.signal_wifi_statusbar_4_bar:before {\n content: \"\\f065\"; }\n .material-icons.signal_wifi_statusbar_connected_no_internet_4:before {\n content: \"\\f066\"; }\n .material-icons.signal_wifi_statusbar_null:before {\n content: \"\\f067\"; }\n .material-icons.signpost:before {\n content: \"\\eb91\"; }\n .material-icons.sim_card:before {\n content: \"\\e32b\"; }\n .material-icons.sim_card_alert:before {\n content: \"\\e624\"; }\n .material-icons.sim_card_download:before {\n content: \"\\f068\"; }\n .material-icons.single_bed:before {\n content: \"\\ea48\"; }\n .material-icons.sip:before {\n content: \"\\f069\"; }\n .material-icons.skateboarding:before {\n content: \"\\e511\"; }\n .material-icons.skip_next:before {\n content: \"\\e044\"; }\n .material-icons.skip_previous:before {\n content: \"\\e045\"; }\n .material-icons.sledding:before {\n content: \"\\e512\"; }\n .material-icons.slideshow:before {\n content: \"\\e41b\"; }\n .material-icons.slow_motion_video:before {\n content: \"\\e068\"; }\n .material-icons.smart_button:before {\n content: \"\\f1c1\"; }\n .material-icons.smart_display:before {\n content: \"\\f06a\"; }\n .material-icons.smart_screen:before {\n content: \"\\f06b\"; }\n .material-icons.smart_toy:before {\n content: \"\\f06c\"; }\n .material-icons.smartphone:before {\n content: \"\\e32c\"; }\n .material-icons.smoke_free:before {\n content: \"\\eb4a\"; }\n .material-icons.smoking_rooms:before {\n content: \"\\eb4b\"; }\n .material-icons.sms:before {\n content: \"\\e625\"; }\n .material-icons.sms_failed:before {\n content: \"\\e626\"; }\n .material-icons.snapchat:before {\n content: \"\\ea6e\"; }\n .material-icons.snippet_folder:before {\n content: \"\\f1c7\"; }\n .material-icons.snooze:before {\n content: \"\\e046\"; }\n .material-icons.snowboarding:before {\n content: \"\\e513\"; }\n .material-icons.snowing:before {\n content: \"\\e80f\"; }\n .material-icons.snowmobile:before {\n content: \"\\e503\"; }\n .material-icons.snowshoeing:before {\n content: \"\\e514\"; }\n .material-icons.soap:before {\n content: \"\\f1b2\"; }\n .material-icons.social_distance:before {\n content: \"\\e1cb\"; }\n .material-icons.solar_power:before {\n content: \"\\ec0f\"; }\n .material-icons.sort:before {\n content: \"\\e164\"; }\n .material-icons.sort_by_alpha:before {\n content: \"\\e053\"; }\n .material-icons.sos:before {\n content: \"\\ebf7\"; }\n .material-icons.soup_kitchen:before {\n content: \"\\e7d3\"; }\n .material-icons.source:before {\n content: \"\\f1c4\"; }\n .material-icons.south:before {\n content: \"\\f1e3\"; }\n .material-icons.south_america:before {\n content: \"\\e7e4\"; }\n .material-icons.south_east:before {\n content: \"\\f1e4\"; }\n .material-icons.south_west:before {\n content: \"\\f1e5\"; }\n .material-icons.spa:before {\n content: \"\\eb4c\"; }\n .material-icons.space_bar:before {\n content: \"\\e256\"; }\n .material-icons.space_dashboard:before {\n content: \"\\e66b\"; }\n .material-icons.spatial_audio:before {\n content: \"\\ebeb\"; }\n .material-icons.spatial_audio_off:before {\n content: \"\\ebe8\"; }\n .material-icons.spatial_tracking:before {\n content: \"\\ebea\"; }\n .material-icons.speaker:before {\n content: \"\\e32d\"; }\n .material-icons.speaker_group:before {\n content: \"\\e32e\"; }\n .material-icons.speaker_notes:before {\n content: \"\\e8cd\"; }\n .material-icons.speaker_notes_off:before {\n content: \"\\e92a\"; }\n .material-icons.speaker_phone:before {\n content: \"\\e0d2\"; }\n .material-icons.speed:before {\n content: \"\\e9e4\"; }\n .material-icons.spellcheck:before {\n content: \"\\e8ce\"; }\n .material-icons.splitscreen:before {\n content: \"\\f06d\"; }\n .material-icons.spoke:before {\n content: \"\\e9a7\"; }\n .material-icons.sports:before {\n content: \"\\ea30\"; }\n .material-icons.sports_bar:before {\n content: \"\\f1f3\"; }\n .material-icons.sports_baseball:before {\n content: \"\\ea51\"; }\n .material-icons.sports_basketball:before {\n content: \"\\ea26\"; }\n .material-icons.sports_cricket:before {\n content: \"\\ea27\"; }\n .material-icons.sports_esports:before {\n content: \"\\ea28\"; }\n .material-icons.sports_football:before {\n content: \"\\ea29\"; }\n .material-icons.sports_golf:before {\n content: \"\\ea2a\"; }\n .material-icons.sports_gymnastics:before {\n content: \"\\ebc4\"; }\n .material-icons.sports_handball:before {\n content: \"\\ea33\"; }\n .material-icons.sports_hockey:before {\n content: \"\\ea2b\"; }\n .material-icons.sports_kabaddi:before {\n content: \"\\ea34\"; }\n .material-icons.sports_martial_arts:before {\n content: \"\\eae9\"; }\n .material-icons.sports_mma:before {\n content: \"\\ea2c\"; }\n .material-icons.sports_motorsports:before {\n content: \"\\ea2d\"; }\n .material-icons.sports_rugby:before {\n content: \"\\ea2e\"; }\n .material-icons.sports_score:before {\n content: \"\\f06e\"; }\n .material-icons.sports_soccer:before {\n content: \"\\ea2f\"; }\n .material-icons.sports_tennis:before {\n content: \"\\ea32\"; }\n .material-icons.sports_volleyball:before {\n content: \"\\ea31\"; }\n .material-icons.square:before {\n content: \"\\eb36\"; }\n .material-icons.square_foot:before {\n content: \"\\ea49\"; }\n .material-icons.ssid_chart:before {\n content: \"\\eb66\"; }\n .material-icons.stacked_bar_chart:before {\n content: \"\\e9e6\"; }\n .material-icons.stacked_line_chart:before {\n content: \"\\f22b\"; }\n .material-icons.stadium:before {\n content: \"\\eb90\"; }\n .material-icons.stairs:before {\n content: \"\\f1a9\"; }\n .material-icons.star:before {\n content: \"\\e838\"; }\n .material-icons.star_border:before {\n content: \"\\e83a\"; }\n .material-icons.star_border_purple500:before {\n content: \"\\f099\"; }\n .material-icons.star_half:before {\n content: \"\\e839\"; }\n .material-icons.star_outline:before {\n content: \"\\f06f\"; }\n .material-icons.star_purple500:before {\n content: \"\\f09a\"; }\n .material-icons.star_rate:before {\n content: \"\\f0ec\"; }\n .material-icons.stars:before {\n content: \"\\e8d0\"; }\n .material-icons.start:before {\n content: \"\\e089\"; }\n .material-icons.stay_current_landscape:before {\n content: \"\\e0d3\"; }\n .material-icons.stay_current_portrait:before {\n content: \"\\e0d4\"; }\n .material-icons.stay_primary_landscape:before {\n content: \"\\e0d5\"; }\n .material-icons.stay_primary_portrait:before {\n content: \"\\e0d6\"; }\n .material-icons.sticky_note_2:before {\n content: \"\\f1fc\"; }\n .material-icons.stop:before {\n content: \"\\e047\"; }\n .material-icons.stop_circle:before {\n content: \"\\ef71\"; }\n .material-icons.stop_screen_share:before {\n content: \"\\e0e3\"; }\n .material-icons.storage:before {\n content: \"\\e1db\"; }\n .material-icons.store:before {\n content: \"\\e8d1\"; }\n .material-icons.store_mall_directory:before {\n content: \"\\e563\"; }\n .material-icons.storefront:before {\n content: \"\\ea12\"; }\n .material-icons.storm:before {\n content: \"\\f070\"; }\n .material-icons.straight:before {\n content: \"\\eb95\"; }\n .material-icons.straighten:before {\n content: \"\\e41c\"; }\n .material-icons.stream:before {\n content: \"\\e9e9\"; }\n .material-icons.streetview:before {\n content: \"\\e56e\"; }\n .material-icons.strikethrough_s:before {\n content: \"\\e257\"; }\n .material-icons.stroller:before {\n content: \"\\f1ae\"; }\n .material-icons.style:before {\n content: \"\\e41d\"; }\n .material-icons.subdirectory_arrow_left:before {\n content: \"\\e5d9\"; }\n .material-icons.subdirectory_arrow_right:before {\n content: \"\\e5da\"; }\n .material-icons.subject:before {\n content: \"\\e8d2\"; }\n .material-icons.subscript:before {\n content: \"\\f111\"; }\n .material-icons.subscriptions:before {\n content: \"\\e064\"; }\n .material-icons.subtitles:before {\n content: \"\\e048\"; }\n .material-icons.subtitles_off:before {\n content: \"\\ef72\"; }\n .material-icons.subway:before {\n content: \"\\e56f\"; }\n .material-icons.summarize:before {\n content: \"\\f071\"; }\n .material-icons.sunny:before {\n content: \"\\e81a\"; }\n .material-icons.sunny_snowing:before {\n content: \"\\e819\"; }\n .material-icons.superscript:before {\n content: \"\\f112\"; }\n .material-icons.supervised_user_circle:before {\n content: \"\\e939\"; }\n .material-icons.supervisor_account:before {\n content: \"\\e8d3\"; }\n .material-icons.support:before {\n content: \"\\ef73\"; }\n .material-icons.support_agent:before {\n content: \"\\f0e2\"; }\n .material-icons.surfing:before {\n content: \"\\e515\"; }\n .material-icons.surround_sound:before {\n content: \"\\e049\"; }\n .material-icons.swap_calls:before {\n content: \"\\e0d7\"; }\n .material-icons.swap_horiz:before {\n content: \"\\e8d4\"; }\n .material-icons.swap_horizontal_circle:before {\n content: \"\\e933\"; }\n .material-icons.swap_vert:before {\n content: \"\\e8d5\"; }\n .material-icons.swap_vert_circle:before {\n content: \"\\e8d6\"; }\n .material-icons.swap_vertical_circle:before {\n content: \"\\e8d6\"; }\n .material-icons.swipe:before {\n content: \"\\e9ec\"; }\n .material-icons.swipe_down:before {\n content: \"\\eb53\"; }\n .material-icons.swipe_down_alt:before {\n content: \"\\eb30\"; }\n .material-icons.swipe_left:before {\n content: \"\\eb59\"; }\n .material-icons.swipe_left_alt:before {\n content: \"\\eb33\"; }\n .material-icons.swipe_right:before {\n content: \"\\eb52\"; }\n .material-icons.swipe_right_alt:before {\n content: \"\\eb56\"; }\n .material-icons.swipe_up:before {\n content: \"\\eb2e\"; }\n .material-icons.swipe_up_alt:before {\n content: \"\\eb35\"; }\n .material-icons.swipe_vertical:before {\n content: \"\\eb51\"; }\n .material-icons.switch_access_shortcut:before {\n content: \"\\e7e1\"; }\n .material-icons.switch_access_shortcut_add:before {\n content: \"\\e7e2\"; }\n .material-icons.switch_account:before {\n content: \"\\e9ed\"; }\n .material-icons.switch_camera:before {\n content: \"\\e41e\"; }\n .material-icons.switch_left:before {\n content: \"\\f1d1\"; }\n .material-icons.switch_right:before {\n content: \"\\f1d2\"; }\n .material-icons.switch_video:before {\n content: \"\\e41f\"; }\n .material-icons.synagogue:before {\n content: \"\\eab0\"; }\n .material-icons.sync:before {\n content: \"\\e627\"; }\n .material-icons.sync_alt:before {\n content: \"\\ea18\"; }\n .material-icons.sync_disabled:before {\n content: \"\\e628\"; }\n .material-icons.sync_lock:before {\n content: \"\\eaee\"; }\n .material-icons.sync_problem:before {\n content: \"\\e629\"; }\n .material-icons.system_security_update:before {\n content: \"\\f072\"; }\n .material-icons.system_security_update_good:before {\n content: \"\\f073\"; }\n .material-icons.system_security_update_warning:before {\n content: \"\\f074\"; }\n .material-icons.system_update:before {\n content: \"\\e62a\"; }\n .material-icons.system_update_alt:before {\n content: \"\\e8d7\"; }\n .material-icons.system_update_tv:before {\n content: \"\\e8d7\"; }\n .material-icons.tab:before {\n content: \"\\e8d8\"; }\n .material-icons.tab_unselected:before {\n content: \"\\e8d9\"; }\n .material-icons.table_bar:before {\n content: \"\\ead2\"; }\n .material-icons.table_chart:before {\n content: \"\\e265\"; }\n .material-icons.table_restaurant:before {\n content: \"\\eac6\"; }\n .material-icons.table_rows:before {\n content: \"\\f101\"; }\n .material-icons.table_view:before {\n content: \"\\f1be\"; }\n .material-icons.tablet:before {\n content: \"\\e32f\"; }\n .material-icons.tablet_android:before {\n content: \"\\e330\"; }\n .material-icons.tablet_mac:before {\n content: \"\\e331\"; }\n .material-icons.tag:before {\n content: \"\\e9ef\"; }\n .material-icons.tag_faces:before {\n content: \"\\e420\"; }\n .material-icons.takeout_dining:before {\n content: \"\\ea74\"; }\n .material-icons.tap_and_play:before {\n content: \"\\e62b\"; }\n .material-icons.tapas:before {\n content: \"\\f1e9\"; }\n .material-icons.task:before {\n content: \"\\f075\"; }\n .material-icons.task_alt:before {\n content: \"\\e2e6\"; }\n .material-icons.taxi_alert:before {\n content: \"\\ef74\"; }\n .material-icons.telegram:before {\n content: \"\\ea6b\"; }\n .material-icons.temple_buddhist:before {\n content: \"\\eab3\"; }\n .material-icons.temple_hindu:before {\n content: \"\\eaaf\"; }\n .material-icons.terminal:before {\n content: \"\\eb8e\"; }\n .material-icons.terrain:before {\n content: \"\\e564\"; }\n .material-icons.text_decrease:before {\n content: \"\\eadd\"; }\n .material-icons.text_fields:before {\n content: \"\\e262\"; }\n .material-icons.text_format:before {\n content: \"\\e165\"; }\n .material-icons.text_increase:before {\n content: \"\\eae2\"; }\n .material-icons.text_rotate_up:before {\n content: \"\\e93a\"; }\n .material-icons.text_rotate_vertical:before {\n content: \"\\e93b\"; }\n .material-icons.text_rotation_angledown:before {\n content: \"\\e93c\"; }\n .material-icons.text_rotation_angleup:before {\n content: \"\\e93d\"; }\n .material-icons.text_rotation_down:before {\n content: \"\\e93e\"; }\n .material-icons.text_rotation_none:before {\n content: \"\\e93f\"; }\n .material-icons.text_snippet:before {\n content: \"\\f1c6\"; }\n .material-icons.textsms:before {\n content: \"\\e0d8\"; }\n .material-icons.texture:before {\n content: \"\\e421\"; }\n .material-icons.theater_comedy:before {\n content: \"\\ea66\"; }\n .material-icons.theaters:before {\n content: \"\\e8da\"; }\n .material-icons.thermostat:before {\n content: \"\\f076\"; }\n .material-icons.thermostat_auto:before {\n content: \"\\f077\"; }\n .material-icons.thumb_down:before {\n content: \"\\e8db\"; }\n .material-icons.thumb_down_alt:before {\n content: \"\\e816\"; }\n .material-icons.thumb_down_off_alt:before {\n content: \"\\e9f2\"; }\n .material-icons.thumb_up:before {\n content: \"\\e8dc\"; }\n .material-icons.thumb_up_alt:before {\n content: \"\\e817\"; }\n .material-icons.thumb_up_off_alt:before {\n content: \"\\e9f3\"; }\n .material-icons.thumbs_up_down:before {\n content: \"\\e8dd\"; }\n .material-icons.thunderstorm:before {\n content: \"\\ebdb\"; }\n .material-icons.tiktok:before {\n content: \"\\ea7e\"; }\n .material-icons.time_to_leave:before {\n content: \"\\e62c\"; }\n .material-icons.timelapse:before {\n content: \"\\e422\"; }\n .material-icons.timeline:before {\n content: \"\\e922\"; }\n .material-icons.timer:before {\n content: \"\\e425\"; }\n .material-icons.timer_10:before {\n content: \"\\e423\"; }\n .material-icons.timer_10_select:before {\n content: \"\\f07a\"; }\n .material-icons.timer_3:before {\n content: \"\\e424\"; }\n .material-icons.timer_3_select:before {\n content: \"\\f07b\"; }\n .material-icons.timer_off:before {\n content: \"\\e426\"; }\n .material-icons.tips_and_updates:before {\n content: \"\\e79a\"; }\n .material-icons.tire_repair:before {\n content: \"\\ebc8\"; }\n .material-icons.title:before {\n content: \"\\e264\"; }\n .material-icons.toc:before {\n content: \"\\e8de\"; }\n .material-icons.today:before {\n content: \"\\e8df\"; }\n .material-icons.toggle_off:before {\n content: \"\\e9f5\"; }\n .material-icons.toggle_on:before {\n content: \"\\e9f6\"; }\n .material-icons.token:before {\n content: \"\\ea25\"; }\n .material-icons.toll:before {\n content: \"\\e8e0\"; }\n .material-icons.tonality:before {\n content: \"\\e427\"; }\n .material-icons.topic:before {\n content: \"\\f1c8\"; }\n .material-icons.tornado:before {\n content: \"\\e199\"; }\n .material-icons.touch_app:before {\n content: \"\\e913\"; }\n .material-icons.tour:before {\n content: \"\\ef75\"; }\n .material-icons.toys:before {\n content: \"\\e332\"; }\n .material-icons.track_changes:before {\n content: \"\\e8e1\"; }\n .material-icons.traffic:before {\n content: \"\\e565\"; }\n .material-icons.train:before {\n content: \"\\e570\"; }\n .material-icons.tram:before {\n content: \"\\e571\"; }\n .material-icons.transcribe:before {\n content: \"\\f8ec\"; }\n .material-icons.transfer_within_a_station:before {\n content: \"\\e572\"; }\n .material-icons.transform:before {\n content: \"\\e428\"; }\n .material-icons.transgender:before {\n content: \"\\e58d\"; }\n .material-icons.transit_enterexit:before {\n content: \"\\e579\"; }\n .material-icons.translate:before {\n content: \"\\e8e2\"; }\n .material-icons.travel_explore:before {\n content: \"\\e2db\"; }\n .material-icons.trending_down:before {\n content: \"\\e8e3\"; }\n .material-icons.trending_flat:before {\n content: \"\\e8e4\"; }\n .material-icons.trending_neutral:before {\n content: \"\\e8e4\"; }\n .material-icons.trending_up:before {\n content: \"\\e8e5\"; }\n .material-icons.trip_origin:before {\n content: \"\\e57b\"; }\n .material-icons.troubleshoot:before {\n content: \"\\e1d2\"; }\n .material-icons.try:before {\n content: \"\\f07c\"; }\n .material-icons.tsunami:before {\n content: \"\\ebd8\"; }\n .material-icons.tty:before {\n content: \"\\f1aa\"; }\n .material-icons.tune:before {\n content: \"\\e429\"; }\n .material-icons.tungsten:before {\n content: \"\\f07d\"; }\n .material-icons.turn_left:before {\n content: \"\\eba6\"; }\n .material-icons.turn_right:before {\n content: \"\\ebab\"; }\n .material-icons.turn_sharp_left:before {\n content: \"\\eba7\"; }\n .material-icons.turn_sharp_right:before {\n content: \"\\ebaa\"; }\n .material-icons.turn_slight_left:before {\n content: \"\\eba4\"; }\n .material-icons.turn_slight_right:before {\n content: \"\\eb9a\"; }\n .material-icons.turned_in:before {\n content: \"\\e8e6\"; }\n .material-icons.turned_in_not:before {\n content: \"\\e8e7\"; }\n .material-icons.tv:before {\n content: \"\\e333\"; }\n .material-icons.tv_off:before {\n content: \"\\e647\"; }\n .material-icons.two_wheeler:before {\n content: \"\\e9f9\"; }\n .material-icons.type_specimen:before {\n content: \"\\f8f0\"; }\n .material-icons.u_turn_left:before {\n content: \"\\eba1\"; }\n .material-icons.u_turn_right:before {\n content: \"\\eba2\"; }\n .material-icons.umbrella:before {\n content: \"\\f1ad\"; }\n .material-icons.unarchive:before {\n content: \"\\e169\"; }\n .material-icons.undo:before {\n content: \"\\e166\"; }\n .material-icons.unfold_less:before {\n content: \"\\e5d6\"; }\n .material-icons.unfold_more:before {\n content: \"\\e5d7\"; }\n .material-icons.unpublished:before {\n content: \"\\f236\"; }\n .material-icons.unsubscribe:before {\n content: \"\\e0eb\"; }\n .material-icons.upcoming:before {\n content: \"\\f07e\"; }\n .material-icons.update:before {\n content: \"\\e923\"; }\n .material-icons.update_disabled:before {\n content: \"\\e075\"; }\n .material-icons.upgrade:before {\n content: \"\\f0fb\"; }\n .material-icons.upload:before {\n content: \"\\f09b\"; }\n .material-icons.upload_file:before {\n content: \"\\e9fc\"; }\n .material-icons.usb:before {\n content: \"\\e1e0\"; }\n .material-icons.usb_off:before {\n content: \"\\e4fa\"; }\n .material-icons.vaccines:before {\n content: \"\\e138\"; }\n .material-icons.vape_free:before {\n content: \"\\ebc6\"; }\n .material-icons.vaping_rooms:before {\n content: \"\\ebcf\"; }\n .material-icons.verified:before {\n content: \"\\ef76\"; }\n .material-icons.verified_user:before {\n content: \"\\e8e8\"; }\n .material-icons.vertical_align_bottom:before {\n content: \"\\e258\"; }\n .material-icons.vertical_align_center:before {\n content: \"\\e259\"; }\n .material-icons.vertical_align_top:before {\n content: \"\\e25a\"; }\n .material-icons.vertical_distribute:before {\n content: \"\\e076\"; }\n .material-icons.vertical_shades:before {\n content: \"\\ec0e\"; }\n .material-icons.vertical_shades_closed:before {\n content: \"\\ec0d\"; }\n .material-icons.vertical_split:before {\n content: \"\\e949\"; }\n .material-icons.vibration:before {\n content: \"\\e62d\"; }\n .material-icons.video_call:before {\n content: \"\\e070\"; }\n .material-icons.video_camera_back:before {\n content: \"\\f07f\"; }\n .material-icons.video_camera_front:before {\n content: \"\\f080\"; }\n .material-icons.video_collection:before {\n content: \"\\e04a\"; }\n .material-icons.video_file:before {\n content: \"\\eb87\"; }\n .material-icons.video_label:before {\n content: \"\\e071\"; }\n .material-icons.video_library:before {\n content: \"\\e04a\"; }\n .material-icons.video_settings:before {\n content: \"\\ea75\"; }\n .material-icons.video_stable:before {\n content: \"\\f081\"; }\n .material-icons.videocam:before {\n content: \"\\e04b\"; }\n .material-icons.videocam_off:before {\n content: \"\\e04c\"; }\n .material-icons.videogame_asset:before {\n content: \"\\e338\"; }\n .material-icons.videogame_asset_off:before {\n content: \"\\e500\"; }\n .material-icons.view_agenda:before {\n content: \"\\e8e9\"; }\n .material-icons.view_array:before {\n content: \"\\e8ea\"; }\n .material-icons.view_carousel:before {\n content: \"\\e8eb\"; }\n .material-icons.view_column:before {\n content: \"\\e8ec\"; }\n .material-icons.view_comfortable:before {\n content: \"\\e42a\"; }\n .material-icons.view_comfy:before {\n content: \"\\e42a\"; }\n .material-icons.view_comfy_alt:before {\n content: \"\\eb73\"; }\n .material-icons.view_compact:before {\n content: \"\\e42b\"; }\n .material-icons.view_compact_alt:before {\n content: \"\\eb74\"; }\n .material-icons.view_cozy:before {\n content: \"\\eb75\"; }\n .material-icons.view_day:before {\n content: \"\\e8ed\"; }\n .material-icons.view_headline:before {\n content: \"\\e8ee\"; }\n .material-icons.view_in_ar:before {\n content: \"\\e9fe\"; }\n .material-icons.view_kanban:before {\n content: \"\\eb7f\"; }\n .material-icons.view_list:before {\n content: \"\\e8ef\"; }\n .material-icons.view_module:before {\n content: \"\\e8f0\"; }\n .material-icons.view_quilt:before {\n content: \"\\e8f1\"; }\n .material-icons.view_sidebar:before {\n content: \"\\f114\"; }\n .material-icons.view_stream:before {\n content: \"\\e8f2\"; }\n .material-icons.view_timeline:before {\n content: \"\\eb85\"; }\n .material-icons.view_week:before {\n content: \"\\e8f3\"; }\n .material-icons.vignette:before {\n content: \"\\e435\"; }\n .material-icons.villa:before {\n content: \"\\e586\"; }\n .material-icons.visibility:before {\n content: \"\\e8f4\"; }\n .material-icons.visibility_off:before {\n content: \"\\e8f5\"; }\n .material-icons.voice_chat:before {\n content: \"\\e62e\"; }\n .material-icons.voice_over_off:before {\n content: \"\\e94a\"; }\n .material-icons.voicemail:before {\n content: \"\\e0d9\"; }\n .material-icons.volcano:before {\n content: \"\\ebda\"; }\n .material-icons.volume_down:before {\n content: \"\\e04d\"; }\n .material-icons.volume_down_alt:before {\n content: \"\\e79c\"; }\n .material-icons.volume_mute:before {\n content: \"\\e04e\"; }\n .material-icons.volume_off:before {\n content: \"\\e04f\"; }\n .material-icons.volume_up:before {\n content: \"\\e050\"; }\n .material-icons.volunteer_activism:before {\n content: \"\\ea70\"; }\n .material-icons.vpn_key:before {\n content: \"\\e0da\"; }\n .material-icons.vpn_key_off:before {\n content: \"\\eb7a\"; }\n .material-icons.vpn_lock:before {\n content: \"\\e62f\"; }\n .material-icons.vrpano:before {\n content: \"\\f082\"; }\n .material-icons.wallet:before {\n content: \"\\f8ff\"; }\n .material-icons.wallet_giftcard:before {\n content: \"\\e8f6\"; }\n .material-icons.wallet_membership:before {\n content: \"\\e8f7\"; }\n .material-icons.wallet_travel:before {\n content: \"\\e8f8\"; }\n .material-icons.wallpaper:before {\n content: \"\\e1bc\"; }\n .material-icons.warehouse:before {\n content: \"\\ebb8\"; }\n .material-icons.warning:before {\n content: \"\\e002\"; }\n .material-icons.warning_amber:before {\n content: \"\\f083\"; }\n .material-icons.wash:before {\n content: \"\\f1b1\"; }\n .material-icons.watch:before {\n content: \"\\e334\"; }\n .material-icons.watch_later:before {\n content: \"\\e924\"; }\n .material-icons.watch_off:before {\n content: \"\\eae3\"; }\n .material-icons.water:before {\n content: \"\\f084\"; }\n .material-icons.water_damage:before {\n content: \"\\f203\"; }\n .material-icons.water_drop:before {\n content: \"\\e798\"; }\n .material-icons.waterfall_chart:before {\n content: \"\\ea00\"; }\n .material-icons.waves:before {\n content: \"\\e176\"; }\n .material-icons.waving_hand:before {\n content: \"\\e766\"; }\n .material-icons.wb_auto:before {\n content: \"\\e42c\"; }\n .material-icons.wb_cloudy:before {\n content: \"\\e42d\"; }\n .material-icons.wb_incandescent:before {\n content: \"\\e42e\"; }\n .material-icons.wb_iridescent:before {\n content: \"\\e436\"; }\n .material-icons.wb_shade:before {\n content: \"\\ea01\"; }\n .material-icons.wb_sunny:before {\n content: \"\\e430\"; }\n .material-icons.wb_twighlight:before {\n content: \"\\ea02\"; }\n .material-icons.wb_twilight:before {\n content: \"\\e1c6\"; }\n .material-icons.wc:before {\n content: \"\\e63d\"; }\n .material-icons.web:before {\n content: \"\\e051\"; }\n .material-icons.web_asset:before {\n content: \"\\e069\"; }\n .material-icons.web_asset_off:before {\n content: \"\\e4f7\"; }\n .material-icons.web_stories:before {\n content: \"\\e595\"; }\n .material-icons.webhook:before {\n content: \"\\eb92\"; }\n .material-icons.wechat:before {\n content: \"\\ea81\"; }\n .material-icons.weekend:before {\n content: \"\\e16b\"; }\n .material-icons.west:before {\n content: \"\\f1e6\"; }\n .material-icons.whatsapp:before {\n content: \"\\ea9c\"; }\n .material-icons.whatshot:before {\n content: \"\\e80e\"; }\n .material-icons.wheelchair_pickup:before {\n content: \"\\f1ab\"; }\n .material-icons.where_to_vote:before {\n content: \"\\e177\"; }\n .material-icons.widgets:before {\n content: \"\\e1bd\"; }\n .material-icons.width_full:before {\n content: \"\\f8f5\"; }\n .material-icons.width_normal:before {\n content: \"\\f8f6\"; }\n .material-icons.width_wide:before {\n content: \"\\f8f7\"; }\n .material-icons.wifi:before {\n content: \"\\e63e\"; }\n .material-icons.wifi_1_bar:before {\n content: \"\\e4ca\"; }\n .material-icons.wifi_2_bar:before {\n content: \"\\e4d9\"; }\n .material-icons.wifi_calling:before {\n content: \"\\ef77\"; }\n .material-icons.wifi_calling_3:before {\n content: \"\\f085\"; }\n .material-icons.wifi_channel:before {\n content: \"\\eb6a\"; }\n .material-icons.wifi_find:before {\n content: \"\\eb31\"; }\n .material-icons.wifi_lock:before {\n content: \"\\e1e1\"; }\n .material-icons.wifi_off:before {\n content: \"\\e648\"; }\n .material-icons.wifi_password:before {\n content: \"\\eb6b\"; }\n .material-icons.wifi_protected_setup:before {\n content: \"\\f0fc\"; }\n .material-icons.wifi_tethering:before {\n content: \"\\e1e2\"; }\n .material-icons.wifi_tethering_error:before {\n content: \"\\ead9\"; }\n .material-icons.wifi_tethering_error_rounded:before {\n content: \"\\f086\"; }\n .material-icons.wifi_tethering_off:before {\n content: \"\\f087\"; }\n .material-icons.wind_power:before {\n content: \"\\ec0c\"; }\n .material-icons.window:before {\n content: \"\\f088\"; }\n .material-icons.wine_bar:before {\n content: \"\\f1e8\"; }\n .material-icons.woman:before {\n content: \"\\e13e\"; }\n .material-icons.woo_commerce:before {\n content: \"\\ea6d\"; }\n .material-icons.wordpress:before {\n content: \"\\ea9f\"; }\n .material-icons.work:before {\n content: \"\\e8f9\"; }\n .material-icons.work_history:before {\n content: \"\\ec09\"; }\n .material-icons.work_off:before {\n content: \"\\e942\"; }\n .material-icons.work_outline:before {\n content: \"\\e943\"; }\n .material-icons.workspace_premium:before {\n content: \"\\e7af\"; }\n .material-icons.workspaces:before {\n content: \"\\e1a0\"; }\n .material-icons.workspaces_filled:before {\n content: \"\\ea0d\"; }\n .material-icons.workspaces_outline:before {\n content: \"\\ea0f\"; }\n .material-icons.wrap_text:before {\n content: \"\\e25b\"; }\n .material-icons.wrong_location:before {\n content: \"\\ef78\"; }\n .material-icons.wysiwyg:before {\n content: \"\\f1c3\"; }\n .material-icons.yard:before {\n content: \"\\f089\"; }\n .material-icons.youtube_searched_for:before {\n content: \"\\e8fa\"; }\n .material-icons.zoom_in:before {\n content: \"\\e8ff\"; }\n .material-icons.zoom_in_map:before {\n content: \"\\eb2d\"; }\n .material-icons.zoom_out:before {\n content: \"\\e900\"; }\n .material-icons.zoom_out_map:before {\n content: \"\\e56b\"; }\n\n/*# sourceMappingURL=material-design-icons.css.map */","/*!\n\tLato font.\n*/\n/* Lato (hairline, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 100;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-hairline/lato-hairline.woff2\") format(\"woff2\"), url(\"../fonts/lato-hairline/lato-hairline.woff\") format(\"woff\");\n}\n/* Lato (hairline, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 100;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-hairline-italic/lato-hairline-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-hairline-italic/lato-hairline-italic.woff\") format(\"woff\");\n}\n/* Lato (thin, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 200;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-thin/lato-thin.woff2\") format(\"woff2\"), url(\"../fonts/lato-thin/lato-thin.woff\") format(\"woff\");\n}\n/* Lato (thin, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 200;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-thin-italic/lato-thin-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-thin-italic/lato-thin-italic.woff\") format(\"woff\");\n}\n/* Lato (light, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 300;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-light/lato-light.woff2\") format(\"woff2\"), url(\"../fonts/lato-light/lato-light.woff\") format(\"woff\");\n}\n/* Lato (light, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 300;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-light-italic/lato-light-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-light-italic/lato-light-italic.woff\") format(\"woff\");\n}\n/* Lato (normal, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 400;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-normal/lato-normal.woff2\") format(\"woff2\"), url(\"../fonts/lato-normal/lato-normal.woff\") format(\"woff\");\n}\n/* Lato (normal, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 400;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-normal-italic/lato-normal-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-normal-italic/lato-normal-italic.woff\") format(\"woff\");\n}\n/* Lato (medium, regular) */\n@font-face {\n font-family: \"Lato Medium\";\n font-weight: 400;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-medium/lato-medium.woff2\") format(\"woff2\"), url(\"../fonts/lato-medium/lato-medium.woff\") format(\"woff\");\n}\n/* Lato (medium, italic) */\n@font-face {\n font-family: \"Lato Medium\";\n font-weight: 400;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-medium-italic/lato-medium-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-medium-italic/lato-medium-italic.woff\") format(\"woff\");\n}\n/* Lato (semibold, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 500;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-semibold/lato-semibold.woff2\") format(\"woff2\"), url(\"../fonts/lato-semibold/lato-semibold.woff\") format(\"woff\");\n}\n/* Lato (semibold, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 500;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-semibold-italic/lato-semibold-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-semibold-italic/lato-semibold-italic.woff\") format(\"woff\");\n}\n/* Lato (bold, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 600;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-bold/lato-bold.woff2\") format(\"woff2\"), url(\"../fonts/lato-bold/lato-bold.woff\") format(\"woff\");\n}\n/* Lato (bold, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 600;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-bold-italic/lato-bold-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-bold-italic/lato-bold-italic.woff\") format(\"woff\");\n}\n/* Lato (heavy, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 800;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-heavy/lato-heavy.woff2\") format(\"woff2\"), url(\"../fonts/lato-heavy/lato-heavy.woff\") format(\"woff\");\n}\n/* Lato (heavy, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 800;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-heavy-italic/lato-heavy-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-heavy-italic/lato-heavy-italic.woff\") format(\"woff\");\n}\n/* Lato (black, regular) */\n@font-face {\n font-family: Lato;\n font-weight: 900;\n font-style: normal;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-black/lato-black.woff2\") format(\"woff2\"), url(\"../fonts/lato-black/lato-black.woff\") format(\"woff\");\n}\n/* Lato (black, italic) */\n@font-face {\n font-family: Lato;\n font-weight: 900;\n font-style: italic;\n text-rendering: optimizeLegibility;\n src: url(\"../fonts/lato-black-italic/lato-black-italic.woff2\") format(\"woff2\"), url(\"../fonts/lato-black-italic/lato-black-italic.woff\") format(\"woff\");\n}\n","@font-face {\n font-family: 'OpenDyslexicRegular'; \n src: url('./otf/OpenDyslexic-Regular.otf') format('opentype');\n src: url('./woff/OpenDyslexic-Regular.woff') format('woff'),\n url('./ttf/OpenDyslexic-Regular.ttf') format('truetype'),\n url('./svg/OpenDyslexic-Regular.svg#opendyslexicregular') format('svg');\n}\n","/* atkinson-hyperlegible-latin-ext-400-normal */\n@font-face {\n font-family: 'Atkinson Hyperlegible';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/atkinson-hyperlegible-latin-ext-400-normal.woff2) format('woff2'), url(./files/atkinson-hyperlegible-latin-ext-400-normal.woff) format('woff');\n unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;\n}\n\n/* atkinson-hyperlegible-latin-400-normal */\n@font-face {\n font-family: 'Atkinson Hyperlegible';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/atkinson-hyperlegible-latin-400-normal.woff2) format('woff2'), url(./files/atkinson-hyperlegible-latin-400-normal.woff) format('woff');\n unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;\n}","/* eb-garamond-cyrillic-ext-400-normal */\n@font-face {\n font-family: 'EB Garamond';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/eb-garamond-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/eb-garamond-cyrillic-ext-400-normal.woff) format('woff');\n unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;\n}\n\n/* eb-garamond-cyrillic-400-normal */\n@font-face {\n font-family: 'EB Garamond';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/eb-garamond-cyrillic-400-normal.woff2) format('woff2'), url(./files/eb-garamond-cyrillic-400-normal.woff) format('woff');\n unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;\n}\n\n/* eb-garamond-greek-ext-400-normal */\n@font-face {\n font-family: 'EB Garamond';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/eb-garamond-greek-ext-400-normal.woff2) format('woff2'), url(./files/eb-garamond-greek-ext-400-normal.woff) format('woff');\n unicode-range: U+1F00-1FFF;\n}\n\n/* eb-garamond-greek-400-normal */\n@font-face {\n font-family: 'EB Garamond';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/eb-garamond-greek-400-normal.woff2) format('woff2'), url(./files/eb-garamond-greek-400-normal.woff) format('woff');\n unicode-range: U+0370-03FF;\n}\n\n/* eb-garamond-vietnamese-400-normal */\n@font-face {\n font-family: 'EB Garamond';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/eb-garamond-vietnamese-400-normal.woff2) format('woff2'), url(./files/eb-garamond-vietnamese-400-normal.woff) format('woff');\n unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;\n}\n\n/* eb-garamond-latin-ext-400-normal */\n@font-face {\n font-family: 'EB Garamond';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/eb-garamond-latin-ext-400-normal.woff2) format('woff2'), url(./files/eb-garamond-latin-ext-400-normal.woff) format('woff');\n unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;\n}\n\n/* eb-garamond-latin-400-normal */\n@font-face {\n font-family: 'EB Garamond';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/eb-garamond-latin-400-normal.woff2) format('woff2'), url(./files/eb-garamond-latin-400-normal.woff) format('woff');\n unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;\n}","/* montserrat-cyrillic-ext-400-normal */\n@font-face {\n font-family: 'Montserrat';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/montserrat-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/montserrat-cyrillic-ext-400-normal.woff) format('woff');\n unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;\n}\n\n/* montserrat-cyrillic-400-normal */\n@font-face {\n font-family: 'Montserrat';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/montserrat-cyrillic-400-normal.woff2) format('woff2'), url(./files/montserrat-cyrillic-400-normal.woff) format('woff');\n unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;\n}\n\n/* montserrat-vietnamese-400-normal */\n@font-face {\n font-family: 'Montserrat';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/montserrat-vietnamese-400-normal.woff2) format('woff2'), url(./files/montserrat-vietnamese-400-normal.woff) format('woff');\n unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;\n}\n\n/* montserrat-latin-ext-400-normal */\n@font-face {\n font-family: 'Montserrat';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/montserrat-latin-ext-400-normal.woff2) format('woff2'), url(./files/montserrat-latin-ext-400-normal.woff) format('woff');\n unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;\n}\n\n/* montserrat-latin-400-normal */\n@font-face {\n font-family: 'Montserrat';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/montserrat-latin-400-normal.woff2) format('woff2'), url(./files/montserrat-latin-400-normal.woff) format('woff');\n unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;\n}","/* oswald-cyrillic-ext-400-normal */\n@font-face {\n font-family: 'Oswald';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/oswald-cyrillic-ext-400-normal.woff2) format('woff2'), url(./files/oswald-cyrillic-ext-400-normal.woff) format('woff');\n unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;\n}\n\n/* oswald-cyrillic-400-normal */\n@font-face {\n font-family: 'Oswald';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/oswald-cyrillic-400-normal.woff2) format('woff2'), url(./files/oswald-cyrillic-400-normal.woff) format('woff');\n unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;\n}\n\n/* oswald-vietnamese-400-normal */\n@font-face {\n font-family: 'Oswald';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/oswald-vietnamese-400-normal.woff2) format('woff2'), url(./files/oswald-vietnamese-400-normal.woff) format('woff');\n unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;\n}\n\n/* oswald-latin-ext-400-normal */\n@font-face {\n font-family: 'Oswald';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/oswald-latin-ext-400-normal.woff2) format('woff2'), url(./files/oswald-latin-ext-400-normal.woff) format('woff');\n unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;\n}\n\n/* oswald-latin-400-normal */\n@font-face {\n font-family: 'Oswald';\n font-style: normal;\n font-display: swap;\n font-weight: 400;\n src: url(./files/oswald-latin-400-normal.woff2) format('woff2'), url(./files/oswald-latin-400-normal.woff) format('woff');\n unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;\n}","/* Rules for sizing the icon. */\n.material-icons.md-18 { font-size: 18px; }\n.material-icons.md-24 { font-size: 24px; }\n.material-icons.md-36 { font-size: 36px; }\n.material-icons.md-48 { font-size: 48px; }\n\n/* Rules for using icons as black on a light background. */\n.material-icons.md-dark { color: rgb(0 0 0 / 54%); }\n.material-icons.md-dark.md-inactive { color: rgb(0 0 0 / 26%); }\n\n/* Rules for using icons as white on a dark background. */\n.material-icons.md-light { color: rgb(255 255 255 / 100%); }\n.material-icons.md-light.md-inactive { color: rgb(255 255 255 / 30%); }\n","pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}","#article,#preview-article{font-size:20px;margin:0 auto;max-width:45em;padding:5px 20px;background-color:#fff;box-shadow:0 0 10px #ccc}#article article,#preview-article article{color:#424242;font-size:18px;line-height:1.7em;overflow-wrap:break-word}#article article h1,#article article h2,#article article h3,#article article h4,#article article h5,#article article h6,#preview-article article h1,#preview-article article h2,#preview-article article h3,#preview-article article h4,#preview-article article h5,#preview-article article h6{color:#212121}#article article h1 strong,#article article h2 strong,#article article h3 strong,#article article h4 strong,#article article h5 strong,#article article h6 strong,#preview-article article h1 strong,#preview-article article h2 strong,#preview-article article h3 strong,#preview-article article h4 strong,#preview-article article h5 strong,#preview-article article h6 strong{font-weight:500}#article article h6,#preview-article article h6{font-size:1.2rem}#article article h5,#preview-article article h5{font-size:1.6rem}#article article h4,#preview-article article h4{font-size:1.9rem}#article article h3,#preview-article article h3{font-size:2.2rem}#article article h2,#preview-article article h2{font-size:2.5rem}#article article h1,#preview-article article h1{font-size:2.7rem}#article article a,#preview-article article a{border-bottom:1px dotted #00acc1;text-decoration:none}#article article a:hover,#preview-article article a:hover{border-bottom-style:solid}#article article ul,#preview-article article ul{padding-left:30px}#article article ul,#article article ul li,#preview-article article ul,#preview-article article ul li{list-style-type:disc}#article article blockquote,#preview-article article blockquote{font-style:italic}#article article strong,#preview-article article strong{font-weight:bold}#article img,#article figure,#preview-article img,#preview-article figure{max-width:100%;height:auto}#article pre,#preview-article pre{box-sizing:border-box;margin:0 0 1.75em;border:#e3f2fd 1px solid;width:100%;padding:10px;font-family:monospace;font-size:.8em;white-space:pre;overflow:auto;background:#f5f5f5;border-radius:3px}#article>header>h1,#preview-article>header>h1{font-size:2em;margin:2.1rem 0 .68rem}#article .entry-info .tools,#preview-article .entry-info .tools{display:flex;margin:8px 5px 5px;flex-wrap:wrap}#article .entry-info .tools .stats,#preview-article .entry-info .tools .stats{margin:0;font-size:.7em}#article .entry-info .tools .stats li,#preview-article .entry-info .tools .stats li{display:inline-flex;vertical-align:middle;margin:3px 5px}#article .entry-info .tools .stats li i.material-icons,#preview-article .entry-info .tools .stats li i.material-icons{color:#3e3e3e;margin-right:3px;font-size:18px}#article .entry-info .tools .stats a,#preview-article .entry-info .tools .stats a{color:#000;text-decoration:none}#article .entry-info .tools .tags,#preview-article .entry-info .tools .tags{display:flex;margin:0;align-items:center;gap:5px}#article .entry-info .chip,#preview-article .entry-info .chip{display:flex;margin:0;padding:0;height:25px;line-height:25px;align-items:center;background-color:rgba(0,0,0,0)}#article .entry-info .chip a,#article .entry-info .chip i,#preview-article .entry-info .chip a,#preview-article .entry-info .chip i{color:#fff}#article .entry-info .chip i.material-icons,#preview-article .entry-info .chip i.material-icons{font-size:16px;vertical-align:sub}#article .entry-info .chip-label,#preview-article .entry-info .chip-label{padding-left:10px;padding-right:5px;background-color:#9e9e9e;border-radius:6px 0 0 6px}#article .entry-info .chip-action,#preview-article .entry-info .chip-action{padding:0 5px;background-color:#868686;border-radius:0 6px 6px 0}#article .entry-info .chip-label,#article .entry-info .chip-action,#preview-article .entry-info .chip-label,#preview-article .entry-info .chip-action{min-width:30px;text-align:center}#article .entry-info .chip-label:hover,#article .entry-info .chip-label:active,#article .entry-info .chip-label:focus,#article .entry-info .chip-action:hover,#article .entry-info .chip-action:active,#article .entry-info .chip-action:focus,#preview-article .entry-info .chip-label:hover,#preview-article .entry-info .chip-label:active,#preview-article .entry-info .chip-label:focus,#preview-article .entry-info .chip-action:hover,#preview-article .entry-info .chip-action:active,#preview-article .entry-info .chip-action:focus{background-color:#5e5e5e}.entry-info{margin-bottom:40px}.reader-mode{width:70px !important;transition:width .2s ease}.reader-mode .collapsible-body{height:0;overflow:hidden}.reader-mode span{opacity:0;transition:opacity .2s ease}.reader-mode:hover{width:260px !important}.reader-mode:hover span{opacity:1}.reader-mode .collapsible-body{height:auto}.reader-mode .collapsible-body li a i.material-icons{margin:auto 5px auto -8px}.progress{position:fixed;top:0;width:100%;height:3px;margin:0;z-index:9999}@media only screen and (max-width: 640px){.entry-info{margin-bottom:20px}#article .entry-info .tools{margin-left:0;margin-right:0}#article .entry-info .tools .tags{gap:10px}#article .entry-info .chip{height:32px;line-height:32px}#article .entry-info .chip-label,#article .entry-info .chip-action{min-width:40px}}main div#content{padding:0 .5rem}.card .card-content{padding-bottom:12px;flex-grow:1}.card .card-content .card-title,.card .card-reveal .card-title{line-height:22.8px;max-height:80px;font-size:19px;font-family:roberto,\"Helvetica Neue\",Helvetica,Arial,sans-serif}.card .card-stacked .card-content .card-title{display:inline-block}.card .card-content .activator,.card .card-reveal .activator{cursor:pointer;font-family:\"Material Icons\"}.card .card-content i.right,.card .card-reveal i.right{margin-left:0}.card .card-content .original{line-height:24px;font-size:15px}.card .card-entry-labels{position:absolute;top:10px;z-index:90;max-width:50%}.card .card-entry-labels-hidden{margin:2.5px auto}.card .card-entry-labels-hidden li{display:inline-block;background-color:#00acc1;margin:0 5px;padding:5px 12px;border-radius:3px;color:#fff;max-height:2em;max-width:calc(100% - 15px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card .card-action{padding:10px 10px 10px 15px}.card .card-action ul.links{margin:0;font-size:24px;line-height:24px}.card .card-action a{color:#fff;margin:0}.card .card-action a:hover{color:#fff}.card .card-action .tool{display:flex;margin-right:0 !important}.card .card-action .reading-time{display:inline-flex;vertical-align:middle}.card .card-action .reading-time .card-reading-time,.card .card-action .reading-time .card-created-at{display:inline-flex}.card .card-action .reading-time span{margin-right:5px}.card .card-image{height:10em}.card .card-fullimage{height:13.5em}.card.sw{max-width:370px;margin-left:auto;margin-right:auto}.card-body{display:flex;flex-grow:1;flex-direction:column}a.original:not(.waves-effect){text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.card .card-image .preview,.card .card-fullimage .preview,.card-stacked .preview{height:100%;background:no-repeat 50%/cover;background-color:#efefef;display:block}.card .card-image .preview--default,.card .card-fullimage .preview--default,.card-stacked .preview--default{background-size:contain}.card-entry-labels li,.card-tag-labels li{margin:10px 10px 10px auto;padding:5px 12px 5px 16px !important;background-color:#00acc1;border-radius:3px;color:#fff;cursor:default;line-height:20px}.card-entry-labels li{text-overflow:ellipsis;white-space:nowrap;border-radius:0 3px 3px 0;overflow:hidden}.card-tag-labels li{display:flex}.card-entry-tags a,.card-entry-labels a,.card-tag-labels a,.card-entry-labels-hidden a,#list .chip a{text-decoration:none;font-weight:normal;color:#fff}.card-tag-link{width:calc(100% - 24px);line-height:1.3;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-tag-form{display:flex;min-width:100px;flex-grow:1}.card-tag-form input{margin-bottom:0;height:1.8rem}.card-tag-icon{display:flex}.card-tag-delete{margin-left:10px}.card-tag-labels{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr))}.card-tag-labels li{margin:10px;align-items:center}.card-stacked{display:flex;flex-flow:row wrap}.card-stacked:hover ul.tools-list{display:inline;text-align:right}.card-stacked .card-preview{max-width:100px;max-height:50px;margin-right:10px;flex:1}.card-stacked div.metadata{overflow:hidden;height:1.5em;display:flex}.card-stacked div.metadata ul.tags{margin-left:4px}.card-stacked div.metadata .chip{background-color:#00acc1;padding:0 7px;margin:auto 1px;border-radius:6px;line-height:22px;height:22px}.card-stacked div.metadata .chip a,.card-stacked div.metadata .chip i{color:#fff}.card-stacked div.metadata .chip i.material-icons{float:right;font-size:20px;line-height:32px;padding-left:8px}.card-stacked div.metadata .reading-time{display:inline-flex;vertical-align:middle;padding:0 5px;flex-wrap:wrap;margin-left:auto}.card-stacked div.metadata .reading-time .card-reading-time,.card-stacked div.metadata .reading-time .card-created-at{display:inline-flex}.card-stacked div.metadata .reading-time span{margin-right:5px}.card-stacked div.metadata .reading-time i.material-icons{font-size:20px}.card-stacked div.card-content{flex:4}.card-stacked ul.tools-list{flex:1;display:none;flex-basis:5em;align-self:flex-end;float:right;max-width:8em}.card-stacked .tags{display:inline-block}.card.archived,.card-stacked.archived{opacity:.5}#content .collection .collection-item{min-height:65px;height:auto}.quickstart .card .card-action a,.quickstart .card .card-action a:hover{color:#fff !important}.settings .tabs-container{padding-bottom:15px}.settings .settings-checkbox-col{padding:0}.settings .settings-checkbox-label{margin-bottom:20px;height:3rem}.settings .settings-range-label{position:absolute;top:-14px;font-size:.8rem}.entries-row{display:grid;margin:.4rem 0 0;padding:0 .75rem;gap:20px}.entry-card{display:flex;margin:0;height:100%;flex-direction:column}.tools{display:flex;gap:10px}.mass-action-toggle{display:inline-flex;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.mass-action-toggle:focus{background-color:rgba(0,0,0,0)}.mass-action{margin:10px 5px 10px 20px}.mass-action-group{display:flex;padding:3px;gap:10px}.mass-action-button{height:24px;line-height:24px;padding:0 .5rem}.mass-action-button i{font-size:1rem}.entry-checkbox{margin:10px 15px 10px 5px}.card .entry-checkbox{float:right;margin-right:0;padding:10px}.entries .entry-checkbox-input,.mass-action .entry-checkbox-input{position:relative;left:0;width:20px;min-height:25px;height:100%;vertical-align:middle;opacity:initial;z-index:10}.toggle-checkbox:not(:checked)+.mass-action,.toggle-checkbox:not(:checked)+.mass-action-tags,.toggle-checkbox:not(:checked)~.entries .entry-checkbox,.toggle-checkbox:checked~.entries .card-preview{display:none}.mass-action-tags{display:flex;align-items:center;gap:10px}.mass-action-tags .mass-action-tags-input{margin:0}.entries{list-style:none}.collection{margin:5px 15px 0;padding:0}.collection .collection-item{padding:7px;height:65px}.results{display:flex;padding:1rem 1rem 0;flex-wrap:wrap;justify-content:space-between}.results .nb-results{display:inline-flex}.results-item{color:#444}.pagination ul{display:flex;margin:0;flex-wrap:wrap;justify-content:space-around}.pagination ul .prev.disabled,.pagination ul .next.disabled{display:none}.pagination li{padding:0}.pagination li:not(.active) a:hover,.pagination li:not(.active) a:active,.pagination li:not(.active) a:focus{background-color:#e6e6e6}.pagination li:not(:last-of-type){margin-right:10px}.pagination span,.pagination a{padding:0 10px;height:30px;display:block;line-height:30px}.pagination .disabled{margin-right:10px;margin-left:10px}.pagination li.active span{padding:0 10px;height:30px;display:block;color:#fff}.footer-text{margin:.7rem .5rem}.hidden{display:none}.picker__date-display{display:none}footer.page-footer{margin-top:10px;padding-top:0}footer .row{margin-bottom:10px}@media screen and (min-width: 993px){.mass-action{display:flex;align-items:center;gap:30px}}#filters button{padding:0;width:100%}#filters div.with-checkbox{height:3rem;margin-top:0}body{display:flex;min-height:100vh;flex-direction:column;background:#fafafa}body.login main{padding:0;min-height:100vh}.border-bottom{border-bottom:1px solid #ddd}a{color:#00acc1}main,#content,.valign-wrapper{height:100%}.typo-logo{max-width:150px}#main{flex:1 0 auto}#main .logo a{height:100pt}#main .logo img{height:100pt;width:100pt}#main .logo:hover{background:rgba(0,0,0,0)}nav{height:auto;line-height:initial}nav input{color:#aaa}nav ul a:hover{background-color:initial}.nav-panel-item .button-collapse{margin-left:0;margin-right:.5rem;padding-left:.5rem;padding-right:.5rem;height:auto;line-height:1;background-color:rgba(0,0,0,0);border:none}.nav-panel-item{display:flex;padding:.6rem .4rem .6rem .75rem;flex-wrap:wrap;justify-content:space-between;align-items:center}.nav-panel-item a{padding:10px 15px}.nav-panel-item .material-icons{height:auto;line-height:1}.nav-input{display:none}.nav-panel-buttom{display:flex;flex-grow:1;justify-content:flex-end}.nav-panel-item .add,.nav-panel-item .search,.nav-panels .close{color:#444 !important}.nav-panels{transition:background .2s ease}.nav-panels .action{margin:0;font-size:2.1rem}.nav-panels .input-field input{display:block;line-height:inherit;height:3rem}.nav-panels .input-field input:focus{border:0;box-shadow:none;color:#444}.nav-panel-top{display:flex;align-items:center}.input-field.nav-panel-item label{left:1rem}.input-field.nav-panel-item .close{color:rgba(0,0,0,0);cursor:pointer;font-size:2rem;transition:.3s color}.input-field.nav-panel-item{display:flex;flex:1;flex-wrap:nowrap;align-items:center}.input-field.nav-panel-add.disabled,.input-field.nav-panel-add.disabled input{background-color:#f5f5f5}.nav-panel-add,.nav-panel-search{background-color:#fff}.nav-form-button{padding:0;background-color:rgba(0,0,0,0);border:none}.nav-form-button:focus{background-color:inherit}.nav-form-button,.nav-panel-item .close{margin:0 1%}.button-filters{display:none}.button-export{display:none}.entry-nav-top--sticky{position:sticky;top:0}.dropdown-content{width:100%}.dropdown-content li{min-height:auto;padding-right:15px}.dropdown-content li>a{display:flex;padding:14px 10px;align-items:center;white-space:initial}@media(min-width: 993px){.toggle-add-url-container{flex-grow:1}.toggle-add-url{display:flex;width:100%;justify-content:end}.button-collapse{display:none}.dropdown-content{min-width:300px;width:initial}}.side-nav{width:240px}.side-nav li{padding:0}.side-nav li.logo>a:hover{background:initial}.side-nav li>a>i.material-icons.theme-toggle-icon{float:none;margin-left:0}.side-nav a{margin:0}.side-nav.fixed a{font-size:13px;line-height:44px;height:44px}.side-nav .collapsible-header,.side-nav.fixed .collapsible-header{height:45px;line-height:44px;padding:0 20px}.side-nav>li.logo{line-height:0;text-align:center}.bold>a{font-weight:bold}.items-number{float:right}div.settings div.file-field div,div.settings div.file-field ul{margin-top:40px}div.settings div.file-field div{margin-top:inherit}.input-field label.active{font-size:1rem}nav .input-field input{margin:0;padding-left:.5rem}.tabs{display:flex}.tab{flex:1}.dark-theme body{background-color:#101010}.dark-theme #article,.dark-theme .card,.dark-theme .card-panel,.dark-theme .card .card-reveal,.dark-theme .card-stacked .preview:not(.preview--default),.dark-theme .card .preview:not(.preview--default),.dark-theme .collapsible-header,.dark-theme .collection,.dark-theme .dropdown-content,.dark-theme .side-nav,.dark-theme .side-nav .collapsible-body,.dark-theme .side-nav.fixed .collapsible-body,.dark-theme .tabs{background-color:#131716}.dark-theme table.striped>tbody>tr:nth-child(2n+1),.dark-theme .dropdown-content li{background-color:#232323}.dark-theme .dropdown-content li:hover,.dark-theme .dropdown-content li.active,.dark-theme .dropdown-content li.selected,.dark-theme .pagination li:not(.active) a:hover,.dark-theme .pagination li:not(.active) a:active,.dark-theme .pagination li:not(.active) a:focus{background-color:#2c2c2c}.dark-theme .dropdown-content .divider{background-color:#383838}.dark-theme .collection{border-color:rgba(0,0,0,0)}.dark-theme .collection .collection-item{border-color:#121212}.dark-theme .card:hover,.dark-theme .collection .collection-item:hover{background-color:#272727}.dark-theme #content,.dark-theme #article article,.dark-theme #article article h1,.dark-theme #article article h2,.dark-theme #article article h3,.dark-theme #article article h4,.dark-theme #article article h5,.dark-theme #article article h6,.dark-theme .dropdown-content li>a,.dark-theme .nav-panels .input-field input:focus,.dark-theme .results-item,.dark-theme .side-nav li>a,.dark-theme .side-nav li>a>i.material-icons{color:#dfdfdf}.dark-theme .cyan,.dark-theme .cyan.darken-1,.dark-theme .cyan.darken-2,.dark-theme .nav-panel-add,.dark-theme .nav-panel-search{background-color:#1d1d1d !important}.dark-theme .grey-text.text-darken-4,.dark-theme .nav-panel-item .add,.dark-theme .nav-panel-item .search,.dark-theme .nav-panels .close{color:#dfdfdf !important}.dark-theme .side-nav li.active{background-color:#2f2f2f}.dark-theme .side-nav li:not(.logo)>a:hover,.dark-theme .side-nav .collapsible-header:hover,.dark-theme .side-nav.fixed .collapsible-header:hover{background-color:#1d1d1d}.dark-theme #article{box-shadow:0 0 10px #1d1d1d}.dark-theme .card,.dark-theme .collection .collection-item{background-color:#1d1d1d}.dark-theme .card-action{background-color:rgba(0,0,0,0)}.dark-theme .logo img,.dark-theme .preview.preview--default,.dark-theme .typo-logo{filter:invert(100%)}.dark-theme .border-bottom,.dark-theme .collapsible,.dark-theme .collapsible-body,.dark-theme .collapsible-header{border-color:#222}.dark-theme .pagination li.active{background-color:#666}.dark-theme .hljs,.dark-theme #article pre{color:#abb2bf;background-color:#282c34}.dark-theme nav input{color:#abb2bf}.dark-theme .input-field.nav-panel-add.disabled,.dark-theme .input-field.nav-panel-add.disabled input{background-color:rgba(0,0,0,0)}@media only screen and (min-width: 992px){.dark-theme #article{background-color:#101010}}@font-face{font-family:icomoon;src:url(\"~icomoon-free-npm/Font/IcoMoon-Free.ttf\");font-weight:normal;font-style:normal}.material-icons{font-family:\"Material Icons\";font-weight:normal;font-style:normal;font-size:24px;width:1em;height:1em;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;user-select:none;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:\"liga\"}.material-icons .md-18{font-size:18px}.material-icons .md-24{font-size:24px}.material-icons .md-36{font-size:36px}.material-icons .md-48{font-size:48px}.material-icons .md-dark{color:rgba(0,0,0,.54)}.material-icons .md-dark .md-inactive{color:rgba(0,0,0,.26)}.material-icons .md-light{color:#fff}.material-icons .md-light .md-inactive{color:rgba(255,255,255,.3)}[class^=icon-]::before,[class*=\" icon-\"]::before{font-family:icomoon;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;background-size:24px;letter-spacing:0;font-feature-settings:\"liga\"}.icon-eye::before{content:\"\"}.icon-no-eye::before{content:\"\"}.icon-calendar::before{content:\"\"}.icon-mail::before{content:\"\"}.icon-time::before{content:\"\"}a.icon-image{background-repeat:no-repeat;padding-right:.4em !important;padding-left:0 !important;margin-left:25px}a.icon-image::before{content:\"\";display:block;width:24px;height:24px;float:left;margin:7px 1.5px 0 0}a.icon-image.diaspora::before{background:url(\"../../_global/img/icons/diaspora-icon--black.png\") no-repeat center/80%}a.icon-image.unmark::before{background:url(\"../../_global/img/icons/unmark-icon--black.png\") no-repeat center/80%}a.icon-image.shaarli::before{background:url(\"../../_global/img/icons/shaarli.png\") no-repeat center/80%}a.icon-image.scuttle::before{background:url(\"../../_global/img/icons/scuttle.png\") no-repeat center/80%}.icon-google-plus2::before{content:\"\"}.icon-facebook2::before{content:\"\"}.icon-twitter::before{content:\"\"}.icon-apple::before{content:\"\"}.icon-android::before{content:\"\"}.icon-chrome::before{content:\"\"}.icon-firefox::before{content:\"\"}.icon-link::before{content:\"\"}footer [class^=icon-],footer [class*=\" icon-\"]{font-size:2em;transition:text-shadow .2s ease;padding-right:10px}footer [class^=icon-]:hover,footer [class*=\" icon-\"]:hover{text-shadow:0 0 10px rgba(0,0,0,.3)}@media print{body{font-family:serif;background-color:#fff}@page{margin:1cm}img{max-width:100% !important}body>header,body>footer,.entry-tools,header div,.messages,.entry+.results,.left-bar,.progress,.hide-on-large-only,.entry-info,.title-edit{display:none !important}main{padding-left:0 !important}.article{margin:inherit !important}article{border:none !important}.vieworiginal a::after{content:\" (\" attr(href) \")\"}abbr[title]::after{content:\" (\" attr(title) \")\"}.pagination span.current{border-style:dashed}#main{width:100%;margin:0;padding:0}#article{width:100%}}@media only screen and (min-width: 450px){.entries-row{grid-template-columns:repeat(auto-fill, minmax(340px, 1fr))}}@media only screen and (min-width: 992px){nav,.index main,footer{padding-left:240px}.pagination{margin-left:auto}}@media screen and (min-width: 993px){.entry main div#content{padding-left:70px}}@media only screen and (max-width: 992px){header,main,footer,nav{padding-left:0}table{display:block;overflow:auto}iframe{max-width:100%;height:auto}.nav-panels .action{padding-right:.75rem}.nav-panel-top{padding:6px 0}.nav-panel-buttom{justify-content:space-between}#article{max-width:35em;margin-left:auto;margin-right:auto;padding-bottom:100px;font-size:18px}#article>header>h1{font-size:1.33em}.reader-mode{width:240px !important}.reader-mode span{opacity:1}.tabs{display:inline-block;height:auto}.tab{min-width:100%}.indicator{display:none}.pagination li{margin-bottom:.5rem}.pagination li.prev,.pagination li.next{width:auto}.drag-target+.drag-target{height:50%}.drag-target+.drag-target+.drag-target{top:50%}}@media only screen and (min-width: 1200px)and (max-width: 1650px){.row .col.l3{width:33.3333%;margin-left:0}}@media only screen and (min-width: 993px)and (max-width: 1200px){.row .col.l1{width:25%;margin-left:0}.row .col.l2{width:33.3333%;margin-left:0}.row .col.l3{width:41.6667%;margin-left:0}.row .col.l4{width:50%;margin-left:0}.row .col.l5{width:58.333%;margin-left:0}.row .col.l6{width:66.6667%;margin-left:0}.row .col.l7{width:75%;margin-left:0}.row .col.l8{width:83.3333%;margin-left:0}.row .col.l9{width:91.6667%;margin-left:0}.row .col.l10{width:100%;margin-left:0}}@media only screen and (max-width: 350px){.nb-results{display:none}main ul.row{padding:0}.row .col{padding:0}.card-stacked div.metadata .reading-time{display:none}}@media only print{body{display:block}}","/* ==========================================================================\n Article\n ========================================================================== */\n\n#article, #preview-article {\n font-size: 20px;\n margin: 0 auto;\n max-width: 45em;\n padding: 5px 20px;\n background-color: #fff;\n box-shadow: 0 0 10px #ccc;\n\n article {\n color: #424242;\n font-size: 18px;\n line-height: 1.7em;\n overflow-wrap: break-word;\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: #212121;\n\n strong {\n font-weight: 500;\n }\n }\n\n h6 {\n font-size: 1.2rem;\n }\n\n h5 {\n font-size: 1.6rem;\n }\n\n h4 {\n font-size: 1.9rem;\n }\n\n h3 {\n font-size: 2.2rem;\n }\n\n h2 {\n font-size: 2.5rem;\n }\n\n h1 {\n font-size: 2.7rem;\n }\n\n a {\n border-bottom: 1px dotted $blue-accent-color;\n text-decoration: none;\n }\n\n a:hover {\n border-bottom-style: solid;\n }\n\n ul {\n padding-left: 30px;\n }\n\n ul,\n ul li {\n list-style-type: disc;\n }\n\n blockquote {\n font-style: italic;\n }\n\n strong {\n font-weight: bold;\n }\n }\n\n img,\n figure {\n max-width: 100%;\n height: auto;\n }\n\n pre {\n box-sizing: border-box;\n margin: 0 0 1.75em;\n border: #e3f2fd 1px solid;\n width: 100%;\n padding: 10px;\n font-family: monospace;\n font-size: 0.8em;\n white-space: pre;\n overflow: auto;\n background: #f5f5f5;\n border-radius: 3px;\n }\n\n > header > h1 {\n font-size: 2em;\n margin: 2.1rem 0 0.68rem;\n }\n\n .entry-info {\n .tools {\n display: flex;\n margin: 8px 5px 5px;\n flex-wrap: wrap;\n\n .stats {\n margin: 0;\n font-size: 0.7em;\n\n li {\n display: inline-flex;\n vertical-align: middle;\n margin: 3px 5px;\n\n i.material-icons {\n color: #3e3e3e;\n margin-right: 3px;\n font-size: 18px;\n }\n }\n\n a {\n color: #000;\n text-decoration: none;\n }\n }\n\n .tags {\n display: flex;\n margin: 0;\n align-items: center;\n gap: 5px;\n }\n }\n\n .chip {\n display: flex;\n margin: 0;\n padding: 0;\n height: 25px;\n line-height: 25px;\n align-items: center;\n background-color: transparent;\n\n a,\n i {\n color: #fff;\n }\n\n i.material-icons {\n font-size: 16px;\n vertical-align: sub;\n }\n }\n\n .chip-label {\n padding-left: 10px;\n padding-right: 5px;\n background-color: #9e9e9e;\n border-radius: 6px 0 0 6px;\n }\n\n .chip-action {\n padding: 0 5px;\n background-color: #868686;\n border-radius: 0 6px 6px 0;\n }\n\n .chip-label,\n .chip-action {\n min-width: 30px;\n text-align: center;\n }\n\n .chip-label:hover,\n .chip-label:active,\n .chip-label:focus,\n .chip-action:hover,\n .chip-action:active,\n .chip-action:focus {\n background-color: #5e5e5e;\n }\n }\n}\n\n.entry-info {\n margin-bottom: 40px;\n}\n\n.reader-mode {\n width: 70px !important;\n transition: width 0.2s ease;\n\n .collapsible-body {\n height: 0;\n overflow: hidden;\n }\n\n span {\n opacity: 0;\n transition: opacity 0.2s ease;\n }\n\n &:hover {\n width: 260px !important;\n\n span {\n opacity: 1;\n }\n }\n\n .collapsible-body {\n height: auto;\n\n li a i.material-icons {\n margin: auto 5px auto -8px;\n }\n }\n}\n\n.progress {\n position: fixed;\n top: 0;\n width: 100%;\n height: 3px;\n margin: 0;\n z-index: 9999;\n}\n\n@media only screen and (max-width: 640px) {\n .entry-info {\n margin-bottom: 20px;\n }\n\n #article .entry-info .tools {\n margin-left: 0;\n margin-right: 0;\n }\n\n #article .entry-info .tools .tags {\n gap: 10px;\n }\n\n #article .entry-info .chip {\n height: 32px;\n line-height: 32px;\n }\n\n #article .entry-info .chip-label,\n #article .entry-info .chip-action {\n min-width: 40px;\n }\n}\n","/* ==========================================================================\n Cards\n ========================================================================== */\n\nmain {\n div#content {\n padding: 0 0.5rem;\n }\n}\n\n@mixin mixin-reading-time {\n .reading-time {\n display: inline-flex;\n vertical-align: middle;\n\n .card-reading-time,\n .card-created-at {\n display: inline-flex;\n }\n\n span {\n margin-right: 5px;\n }\n\n @content;\n }\n}\n\n.card {\n .card-content {\n padding-bottom: 12px;\n flex-grow: 1;\n }\n\n .card-content .card-title,\n .card-reveal .card-title {\n line-height: 22.8px;\n max-height: 80px;\n font-size: 19px;\n font-family: roberto, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n }\n\n .card-stacked .card-content .card-title {\n display: inline-block;\n }\n\n .card-content .activator,\n .card-reveal .activator {\n cursor: pointer;\n font-family: \"Material Icons\";\n }\n\n .card-content i.right,\n .card-reveal i.right {\n margin-left: 0;\n }\n\n .card-content .original {\n line-height: 24px;\n font-size: 15px;\n }\n\n .card-entry-labels {\n position: absolute;\n top: 10px;\n z-index: 90;\n max-width: 50%;\n }\n\n .card-entry-labels-hidden {\n margin: 2.5px auto;\n }\n\n .card-entry-labels-hidden li {\n display: inline-block;\n background-color: $blue-accent-color;\n margin: 0 5px;\n padding: 5px 12px;\n border-radius: 3px;\n color: #fff;\n max-height: 2em;\n max-width: calc(100% - 15px);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .card-action {\n padding: 10px 10px 10px 15px;\n\n ul.links {\n margin: 0;\n font-size: 24px;\n line-height: 24px;\n }\n\n a {\n color: #fff;\n margin: 0;\n }\n\n a:hover {\n color: #fff;\n }\n\n .tool {\n display: flex;\n margin-right: 0 !important;\n }\n\n @include mixin-reading-time;\n }\n\n .card-image {\n height: 10em;\n }\n\n .card-fullimage {\n height: 13.5em;\n }\n\n &.sw {\n max-width: 370px;\n margin-left: auto;\n margin-right: auto;\n }\n}\n\n.card-body {\n display: flex;\n flex-grow: 1;\n flex-direction: column;\n}\n\na.original:not(.waves-effect) {\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n display: block;\n}\n\n.card .card-image .preview,\n.card .card-fullimage .preview,\n.card-stacked .preview {\n height: 100%;\n background: no-repeat 50%/cover;\n background-color: #efefef;\n display: block;\n\n &--default {\n background-size: contain;\n }\n}\n\n.card-entry-labels li,\n.card-tag-labels li {\n margin: 10px 10px 10px auto;\n padding: 5px 12px 5px 16px !important;\n background-color: $blue-accent-color;\n border-radius: 3px;\n color: #fff;\n cursor: default;\n line-height: 20px;\n}\n\n.card-entry-labels li {\n text-overflow: ellipsis;\n white-space: nowrap;\n border-radius: 0 3px 3px 0;\n overflow: hidden;\n}\n\n.card-tag-labels li {\n display: flex;\n}\n\n.card-entry-tags a,\n.card-entry-labels a,\n.card-tag-labels a,\n.card-entry-labels-hidden a,\n#list .chip a {\n text-decoration: none;\n font-weight: normal;\n color: #fff;\n}\n\n.card-tag-link {\n width: calc(100% - 24px);\n line-height: 1.3;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.card-tag-form {\n display: flex;\n min-width: 100px;\n flex-grow: 1;\n}\n\n.card-tag-form input {\n margin-bottom: 0;\n height: 1.8rem;\n}\n\n.card-tag-icon {\n display: flex;\n}\n\n.card-tag-delete {\n margin-left: 10px;\n}\n\n.card-tag-labels {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n}\n\n.card-tag-labels li {\n margin: 10px;\n align-items: center;\n}\n\n.card-stacked {\n display: flex;\n flex-flow: row wrap;\n\n &:hover ul.tools-list {\n display: inline;\n text-align: right;\n }\n\n .card-preview {\n max-width: 100px;\n max-height: 50px;\n margin-right: 10px;\n flex: 1;\n }\n\n div.metadata {\n overflow: hidden;\n height: 1.5em;\n display: flex;\n\n ul.tags {\n margin-left: 4px;\n }\n\n .chip {\n background-color: $blue-accent-color;\n padding: 0 7px;\n margin: auto 1px;\n border-radius: 6px;\n line-height: 22px;\n height: 22px;\n\n a,\n i {\n color: #fff;\n }\n\n i.material-icons {\n float: right;\n font-size: 20px;\n line-height: 32px;\n padding-left: 8px;\n }\n }\n\n @include mixin-reading-time {\n padding: 0 5px;\n flex-wrap: wrap;\n margin-left: auto;\n\n i.material-icons {\n font-size: 20px;\n }\n }\n }\n\n div.card-content {\n flex: 4;\n }\n\n ul.tools-list {\n flex: 1;\n display: none;\n flex-basis: 5em;\n align-self: flex-end;\n float: right;\n max-width: 8em;\n }\n\n .tags {\n display: inline-block;\n }\n}\n\n.card.archived,\n.card-stacked.archived {\n opacity: 0.5;\n}\n\n#content .collection .collection-item {\n min-height: 65px;\n height: auto;\n}\n\n.quickstart .card .card-action a,\n.quickstart .card .card-action a:hover {\n color: #fff !important;\n}\n\n.settings .tabs-container {\n padding-bottom: 15px;\n}\n\n.settings .settings-checkbox-col {\n padding: 0;\n}\n\n.settings .settings-checkbox-label {\n margin-bottom: 20px;\n height: 3rem;\n}\n\n.settings .settings-range-label {\n position: absolute;\n top: -14px;\n font-size: 0.8rem;\n}\n\n.entries-row {\n display: grid;\n margin: 0.4rem 0 0;\n padding: 0 0.75rem;\n gap: 20px;\n}\n\n.entry-card {\n display: flex;\n margin: 0;\n height: 100%;\n flex-direction: column;\n}\n\n\n.tools {\n display: flex;\n gap: 10px;\n}\n","/* ==========================================================================\n Variables\n ========================================================================== */\n\n$blue-accent-color: #00acc1;\n","/* ==========================================================================\n * Entries\n * ========================================================================== */\n\n.mass-action-toggle {\n display: inline-flex;\n background-color: transparent;\n border: none;\n cursor: pointer;\n\n &:focus {\n background-color: transparent;\n }\n}\n\n.mass-action {\n margin: 10px 5px 10px 20px;\n}\n\n.mass-action-group {\n display: flex;\n padding: 3px;\n gap: 10px;\n}\n\n.mass-action-button {\n height: 24px;\n line-height: 24px;\n padding: 0 0.5rem;\n\n i {\n font-size: 1rem;\n }\n}\n\n.entry-checkbox {\n margin: 10px 15px 10px 5px;\n\n .card & {\n float: right;\n margin-right: 0;\n padding: 10px;\n }\n}\n\n.entries .entry-checkbox-input,\n.mass-action .entry-checkbox-input {\n position: relative;\n left: 0;\n width: 20px;\n min-height: 25px;\n height: 100%;\n vertical-align: middle;\n opacity: initial;\n z-index: 10;\n}\n\n.toggle-checkbox:not(:checked) + .mass-action,\n.toggle-checkbox:not(:checked) + .mass-action-tags,\n.toggle-checkbox:not(:checked) ~ .entries .entry-checkbox,\n.toggle-checkbox:checked ~ .entries .card-preview {\n display: none;\n}\n\n.mass-action-tags {\n display: flex;\n align-items: center;\n gap: 10px;\n\n .mass-action-tags-input {\n margin: 0;\n }\n}\n\n.entries {\n list-style: none;\n}\n\n.collection {\n margin: 5px 15px 0;\n padding: 0;\n\n .collection-item {\n padding: 7px;\n height: 65px;\n }\n}\n\n.results {\n display: flex;\n padding: 1rem 1rem 0;\n flex-wrap: wrap;\n justify-content: space-between;\n\n .nb-results {\n display: inline-flex;\n }\n}\n\n.results-item {\n color: #444;\n}\n\n.pagination {\n ul {\n display: flex;\n margin: 0;\n flex-wrap: wrap;\n justify-content: space-around;\n\n .prev.disabled,\n .next.disabled {\n display: none;\n }\n }\n\n li {\n padding: 0;\n\n &:not(.active) a:hover,\n &:not(.active) a:active,\n &:not(.active) a:focus {\n background-color: #e6e6e6;\n }\n\n &:not(:last-of-type) {\n margin-right: 10px;\n }\n }\n\n span,\n a {\n padding: 0 10px;\n height: 30px;\n display: block;\n line-height: 30px;\n }\n\n .disabled {\n margin-right: 10px;\n margin-left: 10px;\n }\n\n li.active span {\n padding: 0 10px;\n height: 30px;\n display: block;\n color: #fff;\n }\n}\n\n.footer-text {\n margin: 0.7rem 0.5rem;\n}\n\n.hidden {\n display: none;\n}\n\n.picker__date-display {\n display: none;\n}\n\nfooter {\n &.page-footer {\n margin-top: 10px;\n padding-top: 0;\n }\n\n .row {\n margin-bottom: 10px;\n }\n}\n\n@media screen and (min-width: 993px) {\n .mass-action {\n display: flex;\n align-items: center;\n gap: 30px;\n }\n}\n","/* ==========================================================================\n * Filters slider\n * ========================================================================== */\n\n#filters {\n button {\n padding: 0;\n width: 100%;\n }\n\n div.with-checkbox {\n height: 3rem;\n margin-top: 0;\n }\n}\n","/* ==========================================================================\n Layout\n ========================================================================== */\n\nbody {\n display: flex;\n min-height: 100vh;\n flex-direction: column;\n background: #fafafa;\n\n &.login main {\n padding: 0;\n min-height: 100vh;\n }\n}\n\n.border-bottom {\n border-bottom: 1px solid #ddd;\n}\n\na {\n color: $blue-accent-color;\n}\n\nmain,\n#content,\n.valign-wrapper {\n height: 100%;\n}\n\n.typo-logo {\n max-width: 150px;\n}\n\n#main {\n flex: 1 0 auto;\n\n .logo {\n a {\n height: 100pt;\n }\n\n img {\n height: 100pt;\n width: 100pt;\n }\n\n &:hover {\n background: transparent;\n }\n }\n}\n","/* ==========================================================================\n Nav\n ========================================================================== */\nnav {\n height: auto;\n line-height: initial;\n}\n\nnav {\n input {\n color: #aaa;\n }\n\n ul a:hover {\n background-color: initial;\n }\n}\n\n.nav-panel-item .button-collapse {\n margin-left: 0;\n margin-right: 0.5rem;\n padding-left: 0.5rem;\n padding-right: 0.5rem;\n height: auto;\n line-height: 1;\n background-color: transparent;\n border: none;\n}\n\n.nav-panel-item {\n display: flex;\n padding: 0.6rem 0.4rem 0.6rem 0.75rem;\n flex-wrap: wrap;\n justify-content: space-between;\n align-items: center;\n\n a {\n padding: 10px 15px;\n }\n}\n\n.nav-panel-item .material-icons {\n height: auto;\n line-height: 1;\n}\n\n.nav-input {\n display: none;\n}\n\n.nav-panel-buttom {\n display: flex;\n flex-grow: 1;\n justify-content: flex-end;\n}\n\n.nav-panel-item .add,\n.nav-panel-item .search,\n.nav-panels .close {\n color: #444 !important;\n}\n\n.nav-panels {\n transition: background 0.2s ease;\n\n .action {\n margin: 0;\n font-size: 2.1rem;\n }\n\n .input-field input {\n display: block;\n line-height: inherit;\n height: 3rem;\n }\n\n .input-field input:focus {\n border: 0;\n box-shadow: none;\n color: #444;\n }\n}\n\n.nav-panel-top {\n display: flex;\n align-items: center;\n}\n\n.input-field {\n &.nav-panel-item label {\n left: 1rem;\n }\n\n &.nav-panel-item .close {\n color: transparent;\n cursor: pointer;\n font-size: 2rem;\n transition: 0.3s color;\n }\n\n &.nav-panel-item {\n display: flex;\n flex: 1;\n flex-wrap: nowrap;\n align-items: center;\n }\n\n &.nav-panel-add.disabled,\n &.nav-panel-add.disabled input {\n background-color: whitesmoke;\n }\n}\n\n.nav-panel-add,\n.nav-panel-search {\n background-color: white;\n}\n\n.nav-form-button {\n padding: 0;\n background-color: transparent;\n border: none;\n\n &:focus {\n background-color: inherit;\n }\n}\n\n.nav-form-button,\n.nav-panel-item .close {\n margin: 0 1%;\n}\n\n.button-filters {\n display: none;\n}\n\n.button-export {\n display: none;\n}\n\n.entry-nav-top--sticky {\n position: sticky;\n top: 0;\n}\n\n.dropdown-content {\n width: 100%;\n\n li {\n min-height: auto;\n padding-right: 15px;\n }\n\n li > a {\n display: flex;\n padding: 14px 10px;\n align-items: center;\n white-space: initial;\n }\n}\n\n@media (min-width: 993px) {\n .toggle-add-url-container {\n flex-grow: 1;\n }\n\n .toggle-add-url {\n display: flex;\n width: 100%;\n justify-content: end;\n }\n\n .button-collapse {\n display: none;\n }\n\n .dropdown-content {\n min-width: 300px;\n width: initial;\n }\n}\n","/* ==========================================================================\n Side-nav\n ========================================================================== */\n\n.side-nav {\n width: 240px;\n\n li {\n padding: 0;\n\n &.logo > a:hover {\n background: initial;\n }\n\n & > a > i.material-icons.theme-toggle-icon {\n float: none;\n margin-left: 0;\n }\n }\n\n a {\n margin: 0;\n }\n\n &.fixed a {\n font-size: 13px;\n line-height: 44px;\n height: 44px;\n }\n\n .collapsible-header,\n &.fixed .collapsible-header {\n height: 45px;\n line-height: 44px;\n padding: 0 20px;\n }\n\n > li.logo {\n line-height: 0;\n text-align: center;\n }\n}\n\n.bold > a {\n font-weight: bold;\n}\n\n.items-number {\n float: right;\n}\n","/* ==========================================================================\n * Various\n * ========================================================================== */\n\ndiv.settings div.file-field {\n /* force height on non-input field in the settings page */\n div,\n ul {\n margin-top: 40px;\n }\n\n /* but avoid to kill all file input */\n div {\n margin-top: inherit;\n }\n}\n\n.input-field label.active {\n font-size: 1rem;\n}\n\nnav .input-field input {\n margin: 0;\n padding-left: 0.5rem;\n}\n\n.tabs {\n display: flex;\n}\n\n.tab {\n flex: 1;\n}\n",".dark-theme {\n body {\n background-color: #101010;\n }\n\n #article,\n .card,\n .card-panel,\n .card .card-reveal,\n .card-stacked .preview:not(.preview--default),\n .card .preview:not(.preview--default),\n .collapsible-header,\n .collection,\n .dropdown-content,\n .side-nav,\n .side-nav .collapsible-body,\n .side-nav.fixed .collapsible-body,\n .tabs {\n background-color: #131716;\n }\n\n table.striped > tbody > tr:nth-child(2n+1),\n .dropdown-content li {\n background-color: #232323;\n }\n\n .dropdown-content li:hover,\n .dropdown-content li.active,\n .dropdown-content li.selected,\n .pagination li:not(.active) a:hover,\n .pagination li:not(.active) a:active,\n .pagination li:not(.active) a:focus {\n background-color: #2c2c2c;\n }\n\n .dropdown-content .divider {\n background-color: #383838;\n }\n\n .collection {\n border-color: transparent;\n }\n\n .collection .collection-item {\n border-color: #121212;\n }\n\n .card:hover,\n .collection .collection-item:hover {\n background-color: #272727;\n }\n\n #content,\n #article article,\n #article article h1,\n #article article h2,\n #article article h3,\n #article article h4,\n #article article h5,\n #article article h6,\n .dropdown-content li > a,\n .nav-panels .input-field input:focus,\n .results-item,\n .side-nav li > a,\n .side-nav li > a > i.material-icons {\n color: #dfdfdf;\n }\n\n .cyan,\n .cyan.darken-1,\n .cyan.darken-2,\n .nav-panel-add,\n .nav-panel-search {\n background-color: #1d1d1d !important;\n }\n\n .grey-text.text-darken-4,\n .nav-panel-item .add,\n .nav-panel-item .search,\n .nav-panels .close {\n color: #dfdfdf !important;\n }\n\n .side-nav li.active {\n background-color: #2f2f2f;\n }\n\n .side-nav li:not(.logo) > a:hover,\n .side-nav .collapsible-header:hover,\n .side-nav.fixed .collapsible-header:hover {\n background-color: #1d1d1d;\n }\n\n #article {\n box-shadow: 0 0 10px #1d1d1d;\n }\n\n .card,\n .collection .collection-item {\n background-color: #1d1d1d;\n }\n\n .card-action {\n background-color: transparent;\n }\n\n .logo img,\n .preview.preview--default,\n .typo-logo {\n filter: invert(100%);\n }\n\n .border-bottom,\n .collapsible,\n .collapsible-body,\n .collapsible-header {\n border-color: #222;\n }\n\n .pagination li.active {\n background-color: #666;\n }\n\n .hljs,\n #article pre {\n color: #abb2bf;\n background-color: #282c34;\n }\n\n nav input {\n color: #abb2bf;\n }\n\n .input-field.nav-panel-add.disabled,\n .input-field.nav-panel-add.disabled input {\n background-color: transparent;\n }\n\n @media only screen and (min-width: 992px) {\n #article {\n background-color: #101010;\n }\n }\n}\n","/* ==========================================================================\n * Fonts\n * ========================================================================== */\n\n/**\n * Icomoon\n */\n@font-face {\n font-family: icomoon;\n src: url(\"~icomoon-free-npm/Font/IcoMoon-Free.ttf\");\n font-weight: normal;\n font-style: normal;\n}\n","/* ==========================================================================\n * Icons\n * ========================================================================== */\n\n/**\n *\n * Material 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 width: 1em;\n height: 1em;\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 user-select: none;\n\n /* Support for all WebKit browsers. */\n -webkit-font-smoothing: antialiased;\n\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\n .md-18 {\n font-size: 18px;\n }\n\n .md-24 {\n font-size: 24px;\n }\n\n .md-36 {\n font-size: 36px;\n }\n\n .md-48 {\n font-size: 48px;\n }\n\n .md-dark {\n color: rgb(0 0 0 / 54%);\n\n .md-inactive {\n color: rgb(0 0 0 / 26%);\n }\n }\n\n .md-light {\n color: rgb(255 255 255 / 100%);\n\n .md-inactive {\n color: rgb(255 255 255 / 30%);\n }\n }\n}\n\n/**\n *\n * Icomoon icons\n *\n */\n[class^=\"icon-\"]::before,\n[class*=\" icon-\"]::before {\n font-family: icomoon;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n background-size: 24px;\n\n /* Enable Ligatures ================ */\n letter-spacing: 0;\n font-feature-settings: \"liga\";\n}\n\n.icon-eye::before {\n content: \"\\e9ce\";\n}\n\n.icon-no-eye::before {\n content: \"\\e9d1\";\n}\n\n.icon-calendar::before {\n content: \"\\e953\";\n}\n\n.icon-mail::before {\n content: \"\\ea86\";\n}\n\n.icon-time::before {\n content: \"\\e952\";\n}\n\na.icon-image {\n background-repeat: no-repeat;\n padding-right: 0.4em !important;\n padding-left: 0 !important;\n margin-left: 25px;\n\n &::before {\n content: \"\";\n display: block;\n width: 24px;\n height: 24px;\n float: left;\n margin: 7px 1.5px 0 0;\n }\n\n &.diaspora::before {\n background: url(\"../../_global/img/icons/diaspora-icon--black.png\") no-repeat center/80%;\n }\n\n &.unmark::before {\n background: url(\"../../_global/img/icons/unmark-icon--black.png\") no-repeat center/80%;\n }\n\n &.shaarli::before {\n background: url(\"../../_global/img/icons/shaarli.png\") no-repeat center/80%;\n }\n\n &.scuttle::before {\n background: url(\"../../_global/img/icons/scuttle.png\") no-repeat center/80%;\n }\n}\n\n.icon-google-plus2::before {\n content: \"\\ea89\";\n}\n\n.icon-facebook2::before {\n content: \"\\ea8d\";\n}\n\n.icon-twitter::before {\n content: \"\\ea96\";\n}\n\n.icon-apple::before {\n content: \"\\eabf\";\n}\n\n.icon-android::before {\n content: \"\\eac1\";\n}\n\n.icon-chrome::before {\n content: \"\\eae5\";\n}\n\n.icon-firefox::before {\n content: \"\\eae6\";\n}\n\n.icon-link::before {\n content: \"\\e9cb\";\n}\n\nfooter [class^=\"icon-\"],\nfooter [class*=\" icon-\"] {\n font-size: 2em;\n transition: text-shadow 0.2s ease;\n padding-right: 10px;\n}\n\nfooter [class^=\"icon-\"]:hover,\nfooter [class*=\" icon-\"]:hover {\n text-shadow: 0 0 10px rgb(0 0 0 / 30%);\n}\n","@media print {\n /* ### Layout ### */\n\n body {\n font-family: serif;\n background-color: #fff;\n }\n\n @page {\n margin: 1cm;\n }\n\n img {\n max-width: 100% !important;\n }\n\n /* ### Content ### */\n\n /* Hide useless blocks */\n body > header,\n body > footer,\n .entry-tools,\n header div,\n .messages,\n .entry + .results,\n .left-bar,\n .progress,\n .hide-on-large-only,\n .entry-info,\n .title-edit {\n display: none !important;\n }\n\n main {\n padding-left: 0 !important;\n }\n\n .article {\n margin: inherit !important;\n }\n\n article {\n border: none !important;\n }\n\n /* Add URL after links */\n .vieworiginal a::after {\n content: \" (\" attr(href) \")\";\n }\n\n /* Add explanation after abbr */\n abbr[title]::after {\n content: \" (\" attr(title) \")\";\n }\n\n /* Change border on current pager item */\n .pagination span.current {\n border-style: dashed;\n }\n\n #main {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n #article {\n width: 100%;\n }\n}\n","/* ==========================================================================\n Media queries\n ========================================================================== */\n\n@media only screen and (min-width: 450px) {\n .entries-row {\n grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));\n }\n}\n\n@media only screen and (min-width: 992px) {\n nav,\n .index main,\n footer {\n padding-left: 240px;\n }\n\n .pagination {\n margin-left: auto;\n }\n}\n\n@media screen and (min-width: 993px) {\n .entry main div#content {\n padding-left: 70px;\n }\n}\n\n@media only screen and (max-width: 992px) {\n header,\n main,\n footer,\n nav {\n padding-left: 0;\n }\n\n table {\n display: block;\n overflow: auto;\n }\n\n iframe {\n max-width: 100%;\n height: auto;\n }\n\n .nav-panels .action {\n padding-right: 0.75rem;\n }\n\n .nav-panel-top {\n padding: 6px 0;\n }\n\n .nav-panel-buttom {\n justify-content: space-between;\n }\n\n #article {\n max-width: 35em;\n margin-left: auto;\n margin-right: auto;\n padding-bottom: 100px;\n font-size: 18px;\n\n > header > h1 {\n font-size: 1.33em;\n }\n }\n\n .reader-mode {\n width: 240px !important;\n\n span {\n opacity: 1;\n }\n }\n\n .tabs {\n display: inline-block;\n height: auto;\n }\n\n .tab {\n min-width: 100%;\n }\n\n .indicator {\n display: none;\n }\n\n .pagination li {\n margin-bottom: 0.5rem;\n\n &.prev,\n &.next {\n width: auto;\n }\n }\n\n .drag-target + .drag-target {\n height: 50%;\n }\n\n .drag-target + .drag-target + .drag-target {\n top: 50%;\n }\n}\n\n@media only screen and (min-width: 1200px) and (max-width: 1650px) {\n .row .col.l3 {\n width: 33.3333%;\n margin-left: 0;\n }\n}\n\n@media only screen and (min-width: 993px) and (max-width: 1200px) {\n .row {\n .col.l1 {\n width: 25%;\n margin-left: 0;\n }\n\n .col.l2 {\n width: 33.3333%;\n margin-left: 0;\n }\n\n .col.l3 {\n width: 41.6667%;\n margin-left: 0;\n }\n\n .col.l4 {\n width: 50%;\n margin-left: 0;\n }\n\n .col.l5 {\n width: 58.333%;\n margin-left: 0;\n }\n\n .col.l6 {\n width: 66.6667%;\n margin-left: 0;\n }\n\n .col.l7 {\n width: 75%;\n margin-left: 0;\n }\n\n .col.l8 {\n width: 83.3333%;\n margin-left: 0;\n }\n\n .col.l9 {\n width: 91.6667%;\n margin-left: 0;\n }\n\n .col.l10 {\n width: 100%;\n margin-left: 0;\n }\n }\n}\n\n@media only screen and (max-width: 350px) {\n .nb-results {\n display: none;\n }\n\n main ul.row {\n padding: 0;\n }\n\n .row .col {\n padding: 0;\n }\n\n .card-stacked div.metadata .reading-time {\n display: none;\n }\n}\n\n@media only print {\n body {\n display: block;\n }\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/web/wallassets/material.js b/web/wallassets/material.js index ae87cf43b..eef7bf0a7 100644 --- a/web/wallassets/material.js +++ b/web/wallassets/material.js @@ -1,2 +1,2 @@ -(()=>{var __webpack_modules__={5641:(e,t,n)=>{"use strict";n(8186)(n(262));var r=n(9731),i=n(9999);t.gV=r.App,n(1849),n(5587),t.notification=n(3612),t.storage=n(4623),t.ui=n(5443);var o=n.g.wgxpath;null!=o&&"function"==typeof o.install&&o.install();var a=n.g.annotator},9731:(e,t,n)=>{"use strict";var r=n(280),i=n(2702).Promise,o=n(1849),a=n(5587),s=n(3612),l=n(1258),c=n(4623);function T(){this.modules=[],this.registry=new l.Registry,this._started=!1,this.registry.registerUtility(s.defaultNotifier,"notifier"),this.include(o.acl),this.include(a.simple),this.include(c.noop)}T.prototype.include=function(e,t){var n=e(t);return"function"==typeof n.configure&&n.configure(this.registry),this.modules.push(n),this},T.prototype.start=function(){if(!this._started){this._started=!0;var e=this,t=this.registry;return this.authz=t.getUtility("authorizationPolicy"),this.ident=t.getUtility("identityPolicy"),this.notify=t.getUtility("notifier"),this.annotations=new c.StorageAdapter(t.getUtility("storage"),(function(){return e.runHook.apply(e,arguments)})),this.runHook("start",[this])}},T.prototype.destroy=function(){return this.runHook("destroy")},T.prototype.runHook=function(e,t){for(var n=[],r=0,o=this.modules.length;r{"use strict";var n;t.acl=function(){var e=new n;return{configure:function(t){t.registerUtility(e,"authorizationPolicy")}}},(n=t.AclAuthzPolicy=function(){}).prototype.permits=function(e,t,n){var r=this.authorizedUserId(n),i=t.permissions;if(i){var o=i[e];if(null==o)return!0;for(var a=0,s=o.length;a{"use strict";var n;t.simple=function(){var e=new n;return{configure:function(t){t.registerUtility(e,"identityPolicy")},beforeAnnotationCreated:function(t){t.user=e.who()}}},n=function(){this.identity=null},t.SimpleIdentityPolicy=n,n.prototype.who=function(){return this.identity}},3612:(e,t,n)=>{"use strict";var r=n(9999),i=r.$,o="info",a={show:"annotator-notice-show",info:"annotator-notice-info",success:"annotator-notice-success",error:"annotator-notice-error"};function s(e,t){null==t&&(t=o);var s=i("

")[0],l=!1,c=function(){l||(l=!0,i(s).removeClass(a.show).removeClass(a[t]),setTimeout((function(){i(s).remove()}),500))};return i(s).addClass(a.show).addClass(a[t]).html(r.escapeHtml(e||"")).appendTo(n.g.document.body),i(s).on("click",c),setTimeout(c,5e3),{close:c}}t.banner=s,t.defaultNotifier=s,t.INFO=o,t.SUCCESS="success",t.ERROR="error"},1258:(e,t)=>{"use strict";function n(){this.utilities={}}function r(e){this.name="LookupError",this.message='No utility registered for interface "'+e+'".'}n.prototype.registerUtility=function(e,t){this.utilities[t]=e},n.prototype.getUtility=function(e){var t=this.queryUtility(e);if(null===t)throw new r(e);return t},n.prototype.queryUtility=function(e){var t=this.utilities[e];return null==t?null:t},r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,t.LookupError=r,t.Registry=n},4623:(e,t,n)=>{"use strict";var r,i,o=n(9999),a=o.$,s=o.gettext,l=o.Promise,c=(r=-1,function(){return r+=1});function T(e,t){this.store=e,this.runHook=t}t.debug=function(){function e(e,t){var n=JSON.parse(JSON.stringify(t));console.debug("annotator.storage.debug: "+e,n)}return{create:function(t){return t.id=c(),e("create",t),t},update:function(t){return e("update",t),t},delete:function(t){return e("destroy",t),t},query:function(t){return e("query",t),{results:[],meta:{total:0}}},configure:function(e){e.registerUtility(this,"storage")}}},t.noop=function(){return{create:function(e){return void 0!==e.id&&null!==e.id||(e.id=c()),e},update:function(e){return e},delete:function(e){return e},query:function(){return{results:[]}},configure:function(e){e.registerUtility(this,"storage")}}},t.http=function(e){var t=function(){};null==e&&(e={}),e.onError=e.onError||function(e,n){console.error(e,n),t(e,"error")};var n=new i(e);return{configure:function(e){e.registerUtility(n,"storage")},start:function(e){t=e.notify}}},(i=t.HttpStorage=function e(t){this.options=a.extend(!0,{},e.options,t),this.onError=this.options.onError}).prototype.create=function(e){return this._apiRequest("create",e)},i.prototype.update=function(e){return this._apiRequest("update",e)},i.prototype.delete=function(e){return this._apiRequest("destroy",e)},i.prototype.query=function(e){return this._apiRequest("search",e).then((function(e){var t=e.rows;return delete e.rows,{results:t,meta:e}}))},i.prototype.setHeader=function(e,t){this.options.headers[e]=t},i.prototype._apiRequest=function(e,t){var n=t&&t.id,r=this._urlFor(e,n),i=this._apiRequestOptions(e,t),o=a.ajax(r,i);return o._id=n,o._action=e,o},i.prototype._apiRequestOptions=function(e,t){var n=this._methodFor(e),r=this,i={type:n,dataType:"json",error:function(){r._onError.apply(r,arguments)},headers:this.options.headers};if(!this.options.emulateHTTP||"PUT"!==n&&"DELETE"!==n||(i.headers=a.extend(i.headers,{"X-HTTP-Method-Override":n}),i.type="POST"),"search"===e)return i=a.extend(i,{data:t});var o=t&&JSON.stringify(t);return this.options.emulateJSON?(i.data={json:o},this.options.emulateHTTP&&(i.data._method=n),i):i=a.extend(i,{data:o,contentType:"application/json; charset=utf-8"})},i.prototype._urlFor=function(e,t){null==t&&(t="");var n="";return void 0!==this.options.prefix&&null!==this.options.prefix&&(n=this.options.prefix),n=(n+=this.options.urls[e]).replace(/idAnnotation/,t)},i.prototype._methodFor=function(e){return{create:"POST",update:"PUT",destroy:"DELETE",search:"GET"}[e]},i.prototype._onError=function(e){var t;"function"==typeof this.onError&&(t=400===e.status?s("The annotation store did not understand the request! (Error 400)"):401===e.status?s("You must be logged in to perform this operation! (Error 401)"):403===e.status?s("You don't have permission to perform this operation! (Error 403)"):404===e.status?s("Could not connect to the annotation store! (Error 404)"):500===e.status?s("Internal error in annotation store! (Error 500)"):s("Unknown error while speaking to annotation store!"),this.onError(t,e))},i.options={emulateHTTP:!1,emulateJSON:!1,headers:{},onError:function(e){console.error("API request failed: "+e)},prefix:"/store",urls:{create:"/annotations",update:"/annotations/idAnnotation",destroy:"/annotations/idAnnotation",search:"/search"}},T.prototype.create=function(e){return null==e&&(e={}),this._cycle(e,"create","beforeAnnotationCreated","annotationCreated")},T.prototype.update=function(e){if(void 0===e.id||null===e.id)throw new TypeError("annotation must have an id for update()");return this._cycle(e,"update","beforeAnnotationUpdated","annotationUpdated")},T.prototype.delete=function(e){if(void 0===e.id||null===e.id)throw new TypeError("annotation must have an id for delete()");return this._cycle(e,"delete","beforeAnnotationDeleted","annotationDeleted")},T.prototype.query=function(e){return l.resolve(this.store.query(e))},T.prototype.load=function(e){var t=this;return this.query(e).then((function(e){t.runHook("annotationsLoaded",[e.results])}))},T.prototype._cycle=function(e,t,n,r){var i=this;return this.runHook(n,[e]).then((function(){var n=a.extend(!0,{},e);delete n._local;var r=i.store[t](n);return l.resolve(r)})).then((function(t){for(var n in e)e.hasOwnProperty(n)&&"_local"!==n&&delete e[n];return a.extend(e,t),i.runHook(r,[e]),e}))},t.StorageAdapter=T},5443:(e,t,n)=>{t.main=n(3735).main,n(5107),n(8486),n(3826),n(7930),n(863),n(6996),n(7224),n(4233),n(3553)},5107:(e,t,n)=>{"use strict";var r=n(3553).$,i=n(9999),o=i.$,a=i.gettext,s="annotator-adder",l=r.extend({constructor:function(e){r.call(this,e),this.ignoreMouseup=!1,this.annotation=null,this.onCreate=this.options.onCreate;var t=this;this.element.on("click."+s,"button",(function(e){t._onClick(e)})).on("mousedown."+s,"button",(function(e){t._onMousedown(e)})),this.document=this.element[0].ownerDocument,o(this.document.body).on("mouseup."+s,(function(e){t._onMouseup(e)}))},destroy:function(){this.element.off("."+s),o(this.document.body).off("."+s),r.prototype.destroy.call(this)},load:function(e,t){this.annotation=e,this.show(t)},show:function(e){null!=e&&this.element.css({top:e.top,left:e.left}),r.prototype.show.call(this)},_onMousedown:function(e){e.which>1||(e.preventDefault(),this.ignoreMouseup=!0)},_onMouseup:function(e){e.which>1||this.ignoreMouseup&&e.stopImmediatePropagation()},_onClick:function(e){e.which>1||(e.preventDefault(),this.hide(),this.ignoreMouseup=!1,null!==this.annotation&&"function"==typeof this.onCreate&&this.onCreate(this.annotation,e))}});l.template=['
',' ","
"].join("\n"),l.options={onCreate:null},t.Adder=l},8486:(e,t,n)=>{"use strict";var r,i=n(3553).$,o=n(9999),a=o.$,s=o.gettext,l=o.Promise,c="annotator-editor",T=(r=-1,function(){return r+=1});function u(e){null!=e&&"function"==typeof e.preventDefault&&e.preventDefault()}var d=t.dragTracker=function(e,t){var n=null,r=!1;function i(e){if(!r&&null!==n){var i={y:e.pageY-n.top,x:e.pageX-n.left},o=!0;"function"==typeof t&&(o=t(i)),!1!==o&&(n={top:e.pageY,left:e.pageX}),r=!0,setTimeout((function(){r=!1}),1e3/60)}}function o(){n=null,a(e.ownerDocument).off("mouseup",o).off("mousemove",i)}function s(t){t.target===e&&(n={top:t.pageY,left:t.pageX},a(e.ownerDocument).on("mouseup",o).on("mousemove",i),t.preventDefault())}return a(e).on("mousedown",s),{destroy:function(){a(e).off("mousedown",s)}}},Q=t.resizer=function(e,t,n){var r=a(e);return null==n&&(n={}),d(t,(function(e){var t=r.height(),i=r.width(),o=function(e){var t=1,r=-1;return"function"==typeof n.invertedX&&n.invertedX()&&(t=-1),"function"==typeof n.invertedY&&n.invertedY()&&(r=1),{x:e.x*t,y:e.y*r}}(e);return Math.abs(o.x)>0&&r.width(i+o.x),Math.abs(o.y)>0&&r.height(t+o.y),r.height()!==t||r.width()!==i}))},p=t.mover=function(e,t){return d(t,(function(t){a(e).css({top:parseInt(a(e).css("top"),10)+t.y,left:parseInt(a(e).css("left"),10)+t.x})}))},h=t.Editor=i.extend({constructor:function(e){i.call(this,e),this.fields=[],this.annotation={},this.options.defaultFields&&this.addField({type:"textarea",label:s("Comments")+"…",load:function(e,t){a(e).find("textarea").val(t.text||"")},submit:function(e,t){t.text=a(e).find("textarea").val()}});var t=this;this.element.on("submit."+c,"form",(function(e){t._onFormSubmit(e)})).on("click."+c,".annotator-save",(function(e){t._onSaveClick(e)})).on("click."+c,".annotator-cancel",(function(e){t._onCancelClick(e)})).on("mouseover."+c,".annotator-cancel",(function(e){t._onCancelMouseover(e)})).on("keydown."+c,"textarea",(function(e){t._onTextareaKeydown(e)}))},destroy:function(){this.element.off("."+c),i.prototype.destroy.call(this)},show:function(e){null!=e&&this.element.css({top:e.top,left:e.left}),this.element.find(".annotator-save").addClass(this.classes.focus),i.prototype.show.call(this),this.element.find(":input:first").focus(),this._setupDraggables()},load:function(e,t){this.annotation=e;for(var n=0,r=this.fields.length;n');return t.element=r[0],"textarea"===t.type?n=a("",f.noCloneChecked=!!Se.cloneNode(!0).lastChild.defaultValue,Se.innerHTML="",f.option=!!Se.lastChild;var Ne={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function Ae(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&C(e,t)?L.merge([e],n):n}function Me(e,t){for(var n=0,r=e.length;n",""]);var Re=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,l,c,T,u=t.createDocumentFragment(),d=[],Q=0,p=e.length;Q-1)i&&i.push(o);else if(c=fe(o),a=Ae(u.appendChild(o),"script"),c&&Me(a),n)for(T=0;o=a[T++];)Ce.test(o.type||"")&&n.push(o);return u}var He=/^([^.]*)(?:\.(.+)|)/;function Ie(){return!0}function we(){return!1}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=we;else if(!i)return e;return 1===o&&(a=i,i=function(e){return L().off(e),a.apply(this,arguments)},i.guid=a.guid||(a.guid=L.guid++)),e.each((function(){L.event.add(this,t,i,r,n)}))}function Pe(e,t,n){n?(se.set(e,t,!1),L.event.add(e,t,{namespace:!1,handler:function(e){var n,r=se.get(this,t);if(1&e.isTrigger&&this[t]){if(r)(L.event.special[t]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),se.set(this,t,r),this[t](),n=se.get(this,t),se.set(this,t,!1),r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n}else r&&(se.set(this,t,L.event.trigger(r[0],r.slice(1),this)),e.stopPropagation(),e.isImmediatePropagationStopped=Ie)}})):void 0===se.get(e,t)&&L.event.add(e,t,Ie)}L.event={global:{},add:function(e,t,n,r,i){var o,a,s,l,c,T,u,d,Q,p,h,f=se.get(e);if(oe(e))for(n.handler&&(n=(o=n).handler,i=o.selector),i&&L.find.matchesSelector(he,i),n.guid||(n.guid=L.guid++),(l=f.events)||(l=f.events=Object.create(null)),(a=f.handle)||(a=f.handle=function(t){return void 0!==L&&L.event.triggered!==t.type?L.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(z)||[""]).length;c--;)Q=h=(s=He.exec(t[c])||[])[1],p=(s[2]||"").split(".").sort(),Q&&(u=L.event.special[Q]||{},Q=(i?u.delegateType:u.bindType)||Q,u=L.event.special[Q]||{},T=L.extend({type:Q,origType:h,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&L.expr.match.needsContext.test(i),namespace:p.join(".")},o),(d=l[Q])||((d=l[Q]=[]).delegateCount=0,u.setup&&!1!==u.setup.call(e,r,p,a)||e.addEventListener&&e.addEventListener(Q,a)),u.add&&(u.add.call(e,T),T.handler.guid||(T.handler.guid=n.guid)),i?d.splice(d.delegateCount++,0,T):d.push(T),L.event.global[Q]=!0)},remove:function(e,t,n,r,i){var o,a,s,l,c,T,u,d,Q,p,h,f=se.hasData(e)&&se.get(e);if(f&&(l=f.events)){for(c=(t=(t||"").match(z)||[""]).length;c--;)if(Q=h=(s=He.exec(t[c])||[])[1],p=(s[2]||"").split(".").sort(),Q){for(u=L.event.special[Q]||{},d=l[Q=(r?u.delegateType:u.bindType)||Q]||[],s=s[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=d.length;o--;)T=d[o],!i&&h!==T.origType||n&&n.guid!==T.guid||s&&!s.test(T.namespace)||r&&r!==T.selector&&("**"!==r||!T.selector)||(d.splice(o,1),T.selector&&d.delegateCount--,u.remove&&u.remove.call(e,T));a&&!d.length&&(u.teardown&&!1!==u.teardown.call(e,p,f.handle)||L.removeEvent(e,Q,f.handle),delete l[Q])}else for(Q in l)L.event.remove(e,Q+t[c],n,r,!0);L.isEmptyObject(l)&&se.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),l=L.event.fix(e),c=(se.get(this,"events")||Object.create(null))[l.type]||[],T=L.event.special[l.type]||{};for(s[0]=l,t=1;t=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||!0!==c.disabled)){for(o=[],a={},n=0;n-1:L.find(i,this,null,[c]).length),a[i]&&o.push(r);o.length&&s.push({elem:c,handlers:o})}return c=this,l\s*$/g;function Be(e,t){return C(e,"table")&&C(11!==t.nodeType?t:t.firstChild,"tr")&&L(e).children("tbody")[0]||e}function Ue(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ge(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function je(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(se.hasData(e)&&(s=se.get(e).events))for(i in se.remove(t,"handle events"),s)for(n=0,r=s[i].length;n1&&"string"==typeof p&&!f.checkClone&&Ve.test(p))return e.each((function(i){var o=e.eq(i);h&&(t[0]=p.call(this,i,o.html())),Ye(o,t,n,r)}));if(d&&(o=(i=xe(t,e[0].ownerDocument,!1,e,r)).firstChild,1===i.childNodes.length&&(i=o),o||r)){for(s=(a=L.map(Ae(i,"script"),Ue)).length;u0&&Me(a,!l&&Ae(e,"script")),s},cleanData:function(e){for(var t,n,r,i=L.event.special,o=0;void 0!==(n=e[o]);o++)if(oe(n)){if(t=n[se.expando]){if(t.events)for(r in t.events)i[r]?L.event.remove(n,r):L.removeEvent(n,r,t.handle);n[se.expando]=void 0}n[le.expando]&&(n[le.expando]=void 0)}}}),L.fn.extend({detach:function(e){return ze(this,e,!0)},remove:function(e){return ze(this,e)},text:function(e){return ee(this,(function(e){return void 0===e?L.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Ye(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Be(this,e).appendChild(e)}))},prepend:function(){return Ye(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Be(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Ye(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Ye(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(L.cleanData(Ae(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return L.clone(this,e,t)}))},html:function(e){return ee(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!ke.test(e)&&!Ne[(Oe.exec(e)||["",""])[1].toLowerCase()]){e=L.htmlPrefilter(e);try{for(;n=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-s-.5))||0),l+c}function Tt(e,t,n){var r=Ze(e),i=(!f.boxSizingReliable()||n)&&"border-box"===L.css(e,"boxSizing",!1,r),o=i,a=Je(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(We.test(a)){if(!n)return a;a="auto"}return(!f.boxSizingReliable()&&i||!f.reliableTrDimensions()&&C(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===L.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===L.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+ct(e,t,n||(i?"border":"content"),o,r,a)+"px"}function ut(e,t,n,r,i){return new ut.prototype.init(e,t,n,r,i)}L.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Je(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=ie(t),l=$e.test(t),c=e.style;if(l||(t=it(s)),a=L.cssHooks[t]||L.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:c[t];"string"===(o=typeof n)&&(i=Qe.exec(n))&&i[1]&&(n=ge(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||l||(n+=i&&i[3]||(L.cssNumber[s]?"":"px")),f.clearCloneStyle||""!==n||0!==t.indexOf("background")||(c[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(l?c.setProperty(t,n):c[t]=n))}},css:function(e,t,n,r){var i,o,a,s=ie(t);return $e.test(t)||(t=it(s)),(a=L.cssHooks[t]||L.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Je(e,t,r)),"normal"===i&&t in st&&(i=st[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),L.each(["height","width"],(function(e,t){L.cssHooks[t]={get:function(e,n,r){if(n)return!ot.test(L.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Tt(e,t,r):Ke(e,at,(function(){return Tt(e,t,r)}))},set:function(e,n,r){var i,o=Ze(e),a=!f.scrollboxSize()&&"absolute"===o.position,s=(a||r)&&"border-box"===L.css(e,"boxSizing",!1,o),l=r?ct(e,t,r,s,o):0;return s&&a&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-ct(e,t,"border",!1,o)-.5)),l&&(i=Qe.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=L.css(e,t)),lt(0,n,l)}}})),L.cssHooks.marginLeft=et(f.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Je(e,"marginLeft"))||e.getBoundingClientRect().left-Ke(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),L.each({margin:"",padding:"",border:"Width"},(function(e,t){L.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+pe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(L.cssHooks[e+t].set=lt)})),L.fn.extend({css:function(e,t){return ee(this,(function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Ze(e),i=t.length;a1)}}),L.Tween=ut,ut.prototype={constructor:ut,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||L.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(L.cssNumber[n]?"":"px")},cur:function(){var e=ut.propHooks[this.prop];return e&&e.get?e.get(this):ut.propHooks._default.get(this)},run:function(e){var t,n=ut.propHooks[this.prop];return this.options.duration?this.pos=t=L.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):ut.propHooks._default.set(this),this}},ut.prototype.init.prototype=ut.prototype,ut.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=L.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){L.fx.step[e.prop]?L.fx.step[e.prop](e):1!==e.elem.nodeType||!L.cssHooks[e.prop]&&null==e.elem.style[it(e.prop)]?e.elem[e.prop]=e.now:L.style(e.elem,e.prop,e.now+e.unit)}}},ut.propHooks.scrollTop=ut.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},L.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},L.fx=ut.prototype.init,L.fx.step={};var dt,Qt,pt=/^(?:toggle|show|hide)$/,ht=/queueHooks$/;function ft(){Qt&&(!1===g.hidden&&r.requestAnimationFrame?r.requestAnimationFrame(ft):r.setTimeout(ft,L.fx.interval),L.fx.tick())}function mt(){return r.setTimeout((function(){dt=void 0})),dt=Date.now()}function _t(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=pe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function gt(e,t,n){for(var r,i=(yt.tweeners[t]||[]).concat(yt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each((function(){L.removeAttr(this,e)}))}}),L.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?L.prop(e,t,n):(1===o&&L.isXMLDoc(e)||(i=L.attrHooks[t.toLowerCase()]||(L.expr.match.bool.test(t)?bt:void 0)),void 0!==n?null===n?void L.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=L.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!f.radioValue&&"radio"===t&&C(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(z);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),bt={set:function(e,t,n){return!1===t?L.removeAttr(e,n):e.setAttribute(n,n),n}},L.each(L.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=Et[t]||L.find.attr;Et[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=Et[a],Et[a]=i,i=null!=n(e,t,r)?a:null,Et[a]=o),i}}));var St=/^(?:input|select|textarea|button)$/i,vt=/^(?:a|area)$/i;function Lt(e){return(e.match(z)||[]).join(" ")}function Ot(e){return e.getAttribute&&e.getAttribute("class")||""}function Ct(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(z)||[]}L.fn.extend({prop:function(e,t){return ee(this,L.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[L.propFix[e]||e]}))}}),L.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&L.isXMLDoc(e)||(t=L.propFix[t]||t,i=L.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=L.find.attr(e,"tabindex");return t?parseInt(t,10):St.test(e.nodeName)||vt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),f.optSelected||(L.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),L.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){L.propFix[this.toLowerCase()]=this})),L.fn.extend({addClass:function(e){var t,n,r,i,o,a;return m(e)?this.each((function(t){L(this).addClass(e.call(this,t,Ot(this)))})):(t=Ct(e)).length?this.each((function(){if(r=Ot(this),n=1===this.nodeType&&" "+Lt(r)+" "){for(o=0;o-1;)n=n.replace(" "+i+" "," ");a=Lt(n),r!==a&&this.setAttribute("class",a)}})):this:this.attr("class","")},toggleClass:function(e,t){var n,r,i,o,a=typeof e,s="string"===a||Array.isArray(e);return m(e)?this.each((function(n){L(this).toggleClass(e.call(this,n,Ot(this),t),t)})):"boolean"==typeof t&&s?t?this.addClass(e):this.removeClass(e):(n=Ct(e),this.each((function(){if(s)for(o=L(this),i=0;i-1)return!0;return!1}});var Nt=/\r/g;L.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=m(e),this.each((function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,L(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=L.map(i,(function(e){return null==e?"":e+""}))),(t=L.valHooks[this.type]||L.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))}))):i?(t=L.valHooks[i.type]||L.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(Nt,""):null==n?"":n:void 0}}),L.extend({valHooks:{option:{get:function(e){var t=L.find.attr(e,"value");return null!=t?t:Lt(L.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],l=a?o+1:i.length;for(r=o<0?l:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),L.each(["radio","checkbox"],(function(){L.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=L.inArray(L(e).val(),t)>-1}},f.checkOn||(L.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}));var At=r.location,Mt={guid:Date.now()},Rt=/\?/;L.parseXML=function(e){var t,n;if(!e||"string"!=typeof e)return null;try{t=(new r.DOMParser).parseFromString(e,"text/xml")}catch(e){}return n=t&&t.getElementsByTagName("parsererror")[0],t&&!n||L.error("Invalid XML: "+(n?L.map(n.childNodes,(function(e){return e.textContent})).join("\n"):e)),t};var xt=/^(?:focusinfocus|focusoutblur)$/,Ht=function(e){e.stopPropagation()};L.extend(L.event,{trigger:function(e,t,n,i){var o,a,s,l,c,T,u,d,p=[n||g],h=Q.call(e,"type")?e.type:e,f=Q.call(e,"namespace")?e.namespace.split("."):[];if(a=d=s=n=n||g,3!==n.nodeType&&8!==n.nodeType&&!xt.test(h+L.event.triggered)&&(h.indexOf(".")>-1&&(f=h.split("."),h=f.shift(),f.sort()),c=h.indexOf(":")<0&&"on"+h,(e=e[L.expando]?e:new L.Event(h,"object"==typeof e&&e)).isTrigger=i?2:3,e.namespace=f.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:L.makeArray(t,[e]),u=L.event.special[h]||{},i||!u.trigger||!1!==u.trigger.apply(n,t))){if(!i&&!u.noBubble&&!_(n)){for(l=u.delegateType||h,xt.test(l+h)||(a=a.parentNode);a;a=a.parentNode)p.push(a),s=a;s===(n.ownerDocument||g)&&p.push(s.defaultView||s.parentWindow||r)}for(o=0;(a=p[o++])&&!e.isPropagationStopped();)d=a,e.type=o>1?l:u.bindType||h,(T=(se.get(a,"events")||Object.create(null))[e.type]&&se.get(a,"handle"))&&T.apply(a,t),(T=c&&a[c])&&T.apply&&oe(a)&&(e.result=T.apply(a,t),!1===e.result&&e.preventDefault());return e.type=h,i||e.isDefaultPrevented()||u._default&&!1!==u._default.apply(p.pop(),t)||!oe(n)||c&&m(n[h])&&!_(n)&&((s=n[c])&&(n[c]=null),L.event.triggered=h,e.isPropagationStopped()&&d.addEventListener(h,Ht),n[h](),e.isPropagationStopped()&&d.removeEventListener(h,Ht),L.event.triggered=void 0,s&&(n[c]=s)),e.result}},simulate:function(e,t,n){var r=L.extend(new L.Event,n,{type:e,isSimulated:!0});L.event.trigger(r,null,t)}}),L.fn.extend({trigger:function(e,t){return this.each((function(){L.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return L.event.trigger(e,t,n,!0)}});var It=/\[\]$/,wt=/\r?\n/g,Dt=/^(?:submit|button|image|reset|file)$/i,Pt=/^(?:input|select|textarea|keygen)/i;function kt(e,t,n,r){var i;if(Array.isArray(t))L.each(t,(function(t,i){n||It.test(e)?r(e,i):kt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)}));else if(n||"object"!==E(t))r(e,t);else for(i in t)kt(e+"["+i+"]",t[i],n,r)}L.param=function(e,t){var n,r=[],i=function(e,t){var n=m(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!L.isPlainObject(e))L.each(e,(function(){i(this.name,this.value)}));else for(n in e)kt(n,e[n],t,i);return r.join("&")},L.fn.extend({serialize:function(){return L.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=L.prop(this,"elements");return e?L.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!L(this).is(":disabled")&&Pt.test(this.nodeName)&&!Dt.test(e)&&(this.checked||!Le.test(e))})).map((function(e,t){var n=L(this).val();return null==n?null:Array.isArray(n)?L.map(n,(function(e){return{name:t.name,value:e.replace(wt,"\r\n")}})):{name:t.name,value:n.replace(wt,"\r\n")}})).get()}});var Vt=/%20/g,Ft=/#.*$/,Bt=/([?&])_=[^&]*/,Ut=/^(.*?):[ \t]*([^\r\n]*)$/gm,Gt=/^(?:GET|HEAD)$/,jt=/^\/\//,qt={},Yt={},zt="*/".concat("*"),Wt=g.createElement("a");function $t(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(z)||[];if(m(n))for(;r=o[i++];)"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Zt(e,t,n,r){var i={},o=e===Yt;function a(s){var l;return i[s]=!0,L.each(e[s]||[],(function(e,s){var c=s(t,n,r);return"string"!=typeof c||o||i[c]?o?!(l=c):void 0:(t.dataTypes.unshift(c),a(c),!1)})),l}return a(t.dataTypes[0])||!i["*"]&&a("*")}function Kt(e,t){var n,r,i=L.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&L.extend(!0,e,r),e}Wt.href=At.href,L.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:At.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(At.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":zt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":L.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Kt(Kt(e,L.ajaxSettings),t):Kt(L.ajaxSettings,e)},ajaxPrefilter:$t(qt),ajaxTransport:$t(Yt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var n,i,o,a,s,l,c,T,u,d,Q=L.ajaxSetup({},t),p=Q.context||Q,h=Q.context&&(p.nodeType||p.jquery)?L(p):L.event,f=L.Deferred(),m=L.Callbacks("once memory"),_=Q.statusCode||{},y={},b={},E="canceled",S={readyState:0,getResponseHeader:function(e){var t;if(c){if(!a)for(a={};t=Ut.exec(o);)a[t[1].toLowerCase()+" "]=(a[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=a[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return c?o:null},setRequestHeader:function(e,t){return null==c&&(e=b[e.toLowerCase()]=b[e.toLowerCase()]||e,y[e]=t),this},overrideMimeType:function(e){return null==c&&(Q.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)S.always(e[S.status]);else for(t in e)_[t]=[_[t],e[t]];return this},abort:function(e){var t=e||E;return n&&n.abort(t),v(0,t),this}};if(f.promise(S),Q.url=((e||Q.url||At.href)+"").replace(jt,At.protocol+"//"),Q.type=t.method||t.type||Q.method||Q.type,Q.dataTypes=(Q.dataType||"*").toLowerCase().match(z)||[""],null==Q.crossDomain){l=g.createElement("a");try{l.href=Q.url,l.href=l.href,Q.crossDomain=Wt.protocol+"//"+Wt.host!=l.protocol+"//"+l.host}catch(e){Q.crossDomain=!0}}if(Q.data&&Q.processData&&"string"!=typeof Q.data&&(Q.data=L.param(Q.data,Q.traditional)),Zt(qt,Q,t,S),c)return S;for(u in(T=L.event&&Q.global)&&0==L.active++&&L.event.trigger("ajaxStart"),Q.type=Q.type.toUpperCase(),Q.hasContent=!Gt.test(Q.type),i=Q.url.replace(Ft,""),Q.hasContent?Q.data&&Q.processData&&0===(Q.contentType||"").indexOf("application/x-www-form-urlencoded")&&(Q.data=Q.data.replace(Vt,"+")):(d=Q.url.slice(i.length),Q.data&&(Q.processData||"string"==typeof Q.data)&&(i+=(Rt.test(i)?"&":"?")+Q.data,delete Q.data),!1===Q.cache&&(i=i.replace(Bt,"$1"),d=(Rt.test(i)?"&":"?")+"_="+Mt.guid+++d),Q.url=i+d),Q.ifModified&&(L.lastModified[i]&&S.setRequestHeader("If-Modified-Since",L.lastModified[i]),L.etag[i]&&S.setRequestHeader("If-None-Match",L.etag[i])),(Q.data&&Q.hasContent&&!1!==Q.contentType||t.contentType)&&S.setRequestHeader("Content-Type",Q.contentType),S.setRequestHeader("Accept",Q.dataTypes[0]&&Q.accepts[Q.dataTypes[0]]?Q.accepts[Q.dataTypes[0]]+("*"!==Q.dataTypes[0]?", "+zt+"; q=0.01":""):Q.accepts["*"]),Q.headers)S.setRequestHeader(u,Q.headers[u]);if(Q.beforeSend&&(!1===Q.beforeSend.call(p,S,Q)||c))return S.abort();if(E="abort",m.add(Q.complete),S.done(Q.success),S.fail(Q.error),n=Zt(Yt,Q,t,S)){if(S.readyState=1,T&&h.trigger("ajaxSend",[S,Q]),c)return S;Q.async&&Q.timeout>0&&(s=r.setTimeout((function(){S.abort("timeout")}),Q.timeout));try{c=!1,n.send(y,v)}catch(e){if(c)throw e;v(-1,e)}}else v(-1,"No Transport");function v(e,t,a,l){var u,d,g,y,b,E=t;c||(c=!0,s&&r.clearTimeout(s),n=void 0,o=l||"",S.readyState=e>0?4:0,u=e>=200&&e<300||304===e,a&&(y=function(e,t,n){for(var r,i,o,a,s=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){l.unshift(i);break}if(l[0]in n)o=l[0];else{for(i in n){if(!l[0]||e.converters[i+" "+l[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==l[0]&&l.unshift(o),n[o]}(Q,S,a)),!u&&L.inArray("script",Q.dataTypes)>-1&&L.inArray("json",Q.dataTypes)<0&&(Q.converters["text script"]=function(){}),y=function(e,t,n,r){var i,o,a,s,l,c={},T=e.dataTypes.slice();if(T[1])for(a in e.converters)c[a.toLowerCase()]=e.converters[a];for(o=T.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=T.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(!(a=c[l+" "+o]||c["* "+o]))for(i in c)if((s=i.split(" "))[1]===o&&(a=c[l+" "+s[0]]||c["* "+s[0]])){!0===a?a=c[i]:!0!==c[i]&&(o=s[0],T.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}(Q,y,S,u),u?(Q.ifModified&&((b=S.getResponseHeader("Last-Modified"))&&(L.lastModified[i]=b),(b=S.getResponseHeader("etag"))&&(L.etag[i]=b)),204===e||"HEAD"===Q.type?E="nocontent":304===e?E="notmodified":(E=y.state,d=y.data,u=!(g=y.error))):(g=E,!e&&E||(E="error",e<0&&(e=0))),S.status=e,S.statusText=(t||E)+"",u?f.resolveWith(p,[d,E,S]):f.rejectWith(p,[S,E,g]),S.statusCode(_),_=void 0,T&&h.trigger(u?"ajaxSuccess":"ajaxError",[S,Q,u?d:g]),m.fireWith(p,[S,E]),T&&(h.trigger("ajaxComplete",[S,Q]),--L.active||L.event.trigger("ajaxStop")))}return S},getJSON:function(e,t,n){return L.get(e,t,n,"json")},getScript:function(e,t){return L.get(e,void 0,t,"script")}}),L.each(["get","post"],(function(e,t){L[t]=function(e,n,r,i){return m(n)&&(i=i||r,r=n,n=void 0),L.ajax(L.extend({url:e,type:t,dataType:i,data:n,success:r},L.isPlainObject(e)&&e))}})),L.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),L._evalUrl=function(e,t,n){return L.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){L.globalEval(e,t,n)}})},L.fn.extend({wrapAll:function(e){var t;return this[0]&&(m(e)&&(e=e.call(this[0])),t=L(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return m(e)?this.each((function(t){L(this).wrapInner(e.call(this,t))})):this.each((function(){var t=L(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=m(e);return this.each((function(n){L(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){L(this).replaceWith(this.childNodes)})),this}}),L.expr.pseudos.hidden=function(e){return!L.expr.pseudos.visible(e)},L.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},L.ajaxSettings.xhr=function(){try{return new r.XMLHttpRequest}catch(e){}};var Xt={0:200,1223:204},Jt=L.ajaxSettings.xhr();f.cors=!!Jt&&"withCredentials"in Jt,f.ajax=Jt=!!Jt,L.ajaxTransport((function(e){var t,n;if(f.cors||Jt&&!e.crossDomain)return{send:function(i,o){var a,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(a in e.xhrFields)s[a]=e.xhrFields[a];for(a in e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)s.setRequestHeader(a,i[a]);t=function(e){return function(){t&&(t=n=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Xt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),n=s.onerror=s.ontimeout=t("error"),void 0!==s.onabort?s.onabort=n:s.onreadystatechange=function(){4===s.readyState&&r.setTimeout((function(){t&&n()}))},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(e){if(t)throw e}},abort:function(){t&&t()}}})),L.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),L.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return L.globalEval(e),e}}}),L.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),L.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,i){t=L("